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.3+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.3+upstream-1_all.deb SHA512: 76f62ed7f0a94d907ab5b5cef95677d5aa820b65512d7abc9b00f5cc2c3c3775292892a071a40a0cd812afc0bf5118a2d9855b887c0c929a46aa168fd95a3679 Size: 78740 SHA256: e4af4d13e5ea8e58bac13334a8ad54be48360896547e20a8a3fd97a342af3969 SHA1: b7d0b7f770d21154fe3cdf62ccff18f3a4c4856f MD5sum: 15da3fa8d5f2b3a7d23d239572d924d9 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.3+upstream-1 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.21.3), python3-notify2 Filename: pool/main/p/python3-colcon-notification/python3-colcon-notification_0.3.3+upstream-1_all.deb SHA512: a3c0561acf8d064fe8855a849ebc027584b89b86ae9945cd1d9e254fb11440c3deddf4118a307f514593704e4577cf1190ee8cf10e5415a6ee9fb7d4f34c7eeb Size: 11036 SHA256: ecce53334d1ca1a91ee5d3d4e025b3addac63326f4c8320a6ec59bc98cb687d9 SHA1: 24812c5bcd0b17f1d429517efdda13a7eb359105 MD5sum: 2b1a373574bfd062706d5f5d29901eba 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.20260915.044443 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-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.20260915.044443_amd64.deb Size: 57346 SHA256: 7503aa2830c41ba58bafdff40f6696b8c56e2982e2781cde608c4d0f36304181 SHA1: 112031abb398804f97e63c4fd33b2468e0e6e01f MD5sum: 17fe216e89025dc3c14ed55e7e017a93 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.20260915.044443 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jack O'Quin Installed-Size: 444 Depends: ros-lyrical-ackermann-msgs (= 2.0.2-7resolute.20260915.044443) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ackermann-msgs/ros-lyrical-ackermann-msgs-dbgsym_2.0.2-7resolute.20260915.044443_amd64.deb Size: 278392 SHA256: 177a30cafcce63e33af9f99e71d4cc6faf6bcc538dc56ab2d50c4ad5eaf6ab5a SHA1: 742255c2dff65b6a550a4869e3eea6b37eed02a6 MD5sum: c0e99f7990e9e65fbe215d14bafd5c8b Description: debug symbols for ros-lyrical-ackermann-msgs Build-Ids: 0262b17b85279701ef4ff18dc355883a336f2fd5 034248e721dcadc6c9acaaf4b22f98d73e9c14a5 0ea62750c1b6a94325549d359011564ea53b4b52 44cc993e3bd62fcdde42036b0aa7deb14d263c96 5d450ec3cf112355ab6c360d3e68a86791669b45 85ac354c888c1e4d07eac667e5a800fbf57b3b54 bbaa116d9e39404e181623fba36c2320e6f43cdf cd6a7f18d719eec83b10f66d4b2125620e8cc086 eeb6964a4a7dc3b8dd16ff609c77cc517e7a6bd1 f39f629510d6e5fd777b10c1d87737186ac1aa9d f9671b6af50cec06962f043d026b30c6b31119b7 Package: ros-lyrical-ackermann-nlmpc Version: 1.0.3-3resolute.20260915.052342 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.20260915.052342_amd64.deb Size: 47118 SHA256: f3bb80e74e02acb810e7e0836eef3483e2ef53b85954906b0dcf4fcd841a0e57 SHA1: 7034262613479227b0a757b5cf6f158b39c887ba MD5sum: 8071be92eccc9b8565e6bfcad799422b Description: Lightweight non-linear MPC controller for autonomous driving in 2D environments Package: ros-lyrical-ackermann-nlmpc-msgs Version: 1.0.3-3resolute.20260915.044440 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-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.20260915.044440_amd64.deb Size: 69224 SHA256: 89481f3334d3bc58faf1079974cf46741c442e1160406087ffc62892fa6476c3 SHA1: 80ee12dc668a683878b551b726f3ef31949bb8e6 MD5sum: f88192fbb4bf87f4c2cc9f2a2584c3a4 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.20260915.044440 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jasper Pflughaupt Installed-Size: 529 Depends: ros-lyrical-ackermann-nlmpc-msgs (= 1.0.3-3resolute.20260915.044440) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ackermann-nlmpc-msgs/ros-lyrical-ackermann-nlmpc-msgs-dbgsym_1.0.3-3resolute.20260915.044440_amd64.deb Size: 358412 SHA256: 639247a28c5c3449ef277d180c9599fe7f35d21f5d03d20e5c4199a22cb0e810 SHA1: 2578e283914c5af42929947c313816c5f2a9be8a MD5sum: 1e1f4d5e61df56f1914d78171b61ad0f Description: debug symbols for ros-lyrical-ackermann-nlmpc-msgs Build-Ids: 0249d7313782b180c887d5a88c209349fe3d8d0d 0ddb96218e4e9e8c47a16da78975fc242072489b 1e90937c3adebc5f5e3c7ad9d37727529f284493 418d6bf4285c8ee401a9a6404bed4083f5e276ff 54aad1f1e5a5be357fb2bf758ea79242129f97b9 6521e7e5dd35fd189f9c588bc57ad578a7acc108 699d9f5b8aeb638d2d38b503d853635efa05bb9a 6e827a8e9ce5ef345debec8f56f324675eed9af8 9850d82671c1cf1a6eb366b170509fba615244e1 e287b95b26acb3d0207a96f874716fe81bb531ad eab5c71f91145fcac1f7eedee60dd96fd482f806 Package: ros-lyrical-ackermann-steering-controller Version: 6.9.0-1resolute.20260915.151929 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.20260915.151929_amd64.deb Size: 52858 SHA256: 312c8ccdd82511ecc4bfebfd064e083c99e92aef5db0b2ce7c544ebbdfd24cdf SHA1: 1352de2f259cd83f871b217e9da0c583439d426f MD5sum: bc9eea44e570b304c2af22e97713d836 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.20260915.151929 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 801 Depends: ros-lyrical-ackermann-steering-controller (= 6.9.0-1resolute.20260915.151929) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ackermann-steering-controller/ros-lyrical-ackermann-steering-controller-dbgsym_6.9.0-1resolute.20260915.151929_amd64.deb Size: 751902 SHA256: 5c088a611426e6ee5eecb41adcd62bbea6bac0495e45e231425c229275125766 SHA1: 6cb36740a017ca913164f916234df062de244846 MD5sum: 97b4c8b10582d0de53ae01dd068398ff Description: debug symbols for ros-lyrical-ackermann-steering-controller Build-Ids: 297f2358a06aa7962f0487b9b1581d06b1768ec5 Package: ros-lyrical-action-msgs Version: 2.4.5-1resolute.20260915.041037 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 1177 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.20260915.041037_amd64.deb Size: 108386 SHA256: 6e2ac769111079b126f1ac39978e9bdfd592a7fdc8653dedbc4246b59fa8e471 SHA1: 972f00ae7b379d49d7a8c33be6dd9354c39043c7 MD5sum: e531c5ce9502ebba8c6f4241ce5f6d5c 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.20260915.041037 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 938 Depends: ros-lyrical-action-msgs (= 2.4.5-1resolute.20260915.041037) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-action-msgs/ros-lyrical-action-msgs-dbgsym_2.4.5-1resolute.20260915.041037_amd64.deb Size: 662392 SHA256: 734af6b671fb7f75754d2259a23d85f4cf7fda2806d6163db9b79003b4b64d6b SHA1: c338ce5d5909a8a94f52efcef62b5a5e7c71357a MD5sum: 1f3a7075a15b9c1621e6afb0ee8cc008 Description: debug symbols for ros-lyrical-action-msgs Build-Ids: 140876c1f7c62b5dea86ea685c52b5b26530ff0b 1fa1a72360f2252ed57205b4affdef1022532364 225589664ce3f492d538fb51e0d18092b86f0eaf 2cc157f7b3cfb7275581cfbabd0bc6a5ef5963ed 35f5900b2ccce51414cdbb28a7a103b904256485 42101bd966e449e12f9759a41109308eac30273e 46ab05cf0882aa070ac9cfb584b6efc034eda97c 58d3809e49d9369fa2f5afabaabaa0d59822f9af 5bbe6a5cb3cd8aadb04a1f05f38421d8ac2226de f3dc6207764bb4937b88941e782007810ad8c611 fe7b3d0725a911caed5ad27453f5bd7c518aa546 Package: ros-lyrical-action-tutorials-cpp Version: 0.37.9-1resolute.20260915.071207 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.20260915.071207_amd64.deb Size: 81756 SHA256: f230407cd48257cdbf3772a51b7442b02ac3179260afb73690f95f0c2eb77151 SHA1: 41908c46d631df41fd91f65ff822b191fd445df6 MD5sum: 662fdb413bbecd0e956c64ea3c0aa21b 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.20260915.071207 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 2028 Depends: ros-lyrical-action-tutorials-cpp (= 0.37.9-1resolute.20260915.071207) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-action-tutorials-cpp/ros-lyrical-action-tutorials-cpp-dbgsym_0.37.9-1resolute.20260915.071207_amd64.deb Size: 1664250 SHA256: 5c143922384fd7d450495a8f5fcb388c390725f15470707195919038811a6a9b SHA1: 9a630c78c6876109b82352d1d75ddee7f597a7f8 MD5sum: 917aef6a497dd8f74d5010cf63f497ea Description: debug symbols for ros-lyrical-action-tutorials-cpp Build-Ids: 1f7e5dea0c695d655d7a679e8b5e84f07b5ade78 26741b9317e5b112da4b57b7df79faf51e0a8c66 8853fffcc61b9d34a89a39c9a10fe83ac9142a5d Package: ros-lyrical-action-tutorials-py Version: 0.37.9-1resolute.20260915.071209 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.20260915.071209_amd64.deb Size: 11814 SHA256: 7d435432b00789252b4c1405332e937fc3dcaf6905fe2a16ef8856cd83b395b7 SHA1: 26f4227908feb8a2121eb8c59c4d5e21fcadd98c MD5sum: cc5e97fce546b153d9ff3e1386b46727 Description: Python action tutorial code Package: ros-lyrical-actuator-msgs Version: 0.0.1-5resolute.20260915.044428 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-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.20260915.044428_amd64.deb Size: 113544 SHA256: 4f2ff32af1c1f8016aa008755b6f3fb8e885eb99da921339d65199b387f6474a SHA1: 5c311e5b0d69eb13d5be42ffabf35c550058339a MD5sum: 936606074b29301f3a1a87720afc7e05 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.20260915.044428 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Benjamin Perseghetti Installed-Size: 1235 Depends: ros-lyrical-actuator-msgs (= 0.0.1-5resolute.20260915.044428) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-actuator-msgs/ros-lyrical-actuator-msgs-dbgsym_0.0.1-5resolute.20260915.044428_amd64.deb Size: 890450 SHA256: 8b169ee808f58b0cba4ecc0372987f33c383fd916dcf19f79b6c34187a9cd99e SHA1: bfcb9e892e0cd0fa2c79aed108bd9e0c468a76a3 MD5sum: 4cb88ab0810d56379bcc050561ca9937 Description: debug symbols for ros-lyrical-actuator-msgs Build-Ids: 01111dea450e3736663ad77d324e766395cdb31d 1c2294a25bdf176e7aadf141b3664d6707da2393 2040c117ac752068390e9e7140d7f263705bbe20 238f926582c82d58714a3284a1d7297aeb17449a 2975d47e781cdeb78df9e7755ce63b1fbffd3c1a 71a9fdf7e3f8bc9f5be5d614b47c99adb07a21aa af7342ba1bf2890d45b7fa279b4584c9c4873d05 b77b29d066125504fd95f14c17b939dd4e182de9 be3c5ebf2143a5b431c41adbf9a0f229a18428f5 c130ef0e5c417d3c8ec03b847551003b92053eaa f9351acea523bd88e49bcfac90b9ccde37c6e2b7 Package: ros-lyrical-adi-iio Version: 1.1.0-1resolute.20260915.085727 Architecture: amd64 Maintainer: "Analog Devices" Installed-Size: 8835 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.20260915.085727_amd64.deb Size: 776670 SHA256: 3b1fb7faf0f5950a36288aeab05b59d47f9a36daa57316741bd55d0974c336fe SHA1: 40a6e7ed67a82ddbcf39270fa1a129254a6cc1cb MD5sum: c8297af829d5eea4dde3c18b08793138 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.20260915.085727 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Analog Devices" Installed-Size: 15221 Depends: ros-lyrical-adi-iio (= 1.1.0-1resolute.20260915.085727) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-adi-iio/ros-lyrical-adi-iio-dbgsym_1.1.0-1resolute.20260915.085727_amd64.deb Size: 12092282 SHA256: 978536df85940bae3dde370f42c1b5ace9c8e11ec670818ba79245c1c873e642 SHA1: 47fbf4e156430b5508a1d9ff7deda85765be2714 MD5sum: e180a6dd42892e59a2f5fbd20b6913b3 Description: debug symbols for ros-lyrical-adi-iio Build-Ids: 0f2d462463f27027545f16e3766f803b3162b249 16b69e21379eb13c39a40d3614421cae6efda4f0 1be302a327c44d49d8b109de1f1be3a74bfeae2b 2ff86b432547e57975473e8c834752d6caf6a234 3e012df9fdb403db2d1d1a5ffc669f6685162fec 45484f8718798e861ef1468cdbed8488203e3bbe 4a6715739b44b8a006a133beda973e413ca3998f 77be44d009ebcb6424be5a507b28bef5bad5d0c7 85845b228a00b4687f536f089de7b0b50e9c68d9 cdc206a26e3180ec6b40fc53204ff442de1503c7 ef1d89b4a6717bd9ab11364dbbd178fa84750255 f29b276275e1201e5cf294b27d2ef2089abb86e2 Package: ros-lyrical-adi-imu Version: 1.1.0-1resolute.20260915.064136 Architecture: amd64 Maintainer: "Analog Devices" Installed-Size: 3509 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.20260915.064136_amd64.deb Size: 391344 SHA256: 016139c46b5be13179ba390993ae1add36e457a2bf8e0260f48a56ca0f2f45a8 SHA1: 1c5c39b592d022e770035472141d23a9a763a400 MD5sum: f6ef0ac238e0646cd4eef3a28e59a12e Description: Publisher for ADI IMUs Package: ros-lyrical-adi-imu-dbgsym Package-Type: ddeb Source: ros-lyrical-adi-imu Version: 1.1.0-1resolute.20260915.064136 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Analog Devices" Installed-Size: 8600 Depends: ros-lyrical-adi-imu (= 1.1.0-1resolute.20260915.064136) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-adi-imu/ros-lyrical-adi-imu-dbgsym_1.1.0-1resolute.20260915.064136_amd64.deb Size: 7497878 SHA256: 61e0e6655102c193ea7674801c7490a6fef3836f5151dbfe20f96af3d082c616 SHA1: c39e14e540f86b99b80e1c88220b5c2941a4c9f5 MD5sum: e2023250d5df54823f74095c9d5349f7 Description: debug symbols for ros-lyrical-adi-imu Build-Ids: 0074ce63435d1ba9ef37f44b1f42c2ae12f20d25 05c84babc1356fd98376a6c1ddf29dcb478bf232 16445c4f32a8cfaa51fa2bbe6ff1e010b5f6b1c3 3c9580effb36baf9239955f1cd8916f578034f66 50588d0e9e7969b9be90e2c8a77c7a786f8d3311 52b695853653a4b97be34a5d53303b3132798557 6cd954a70a528ed36349bf67869869d4124710a1 7599cacf80893d09f83e6b088893fb30350bb1d8 7f4e9bd7c3932f425f1054b4aff3e0bef2208f6c c4a1c75e6f7a43ba406904269706538bb97b66c2 daf7957a398eb9a80df2ac32ab17678af8e81734 eab81af779cbd936dacb3c422a21295fb405a857 Package: ros-lyrical-admittance-controller Version: 6.9.0-1resolute.20260915.144020 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.20260915.144020_amd64.deb Size: 272842 SHA256: a37565d5f2d2f959eea8be89d2ccc31a1508168548002570783f278ab111e26f SHA1: f42f118fd1a96150ea444b386cdcea5a25776c67 MD5sum: 7927e3adff6464a019b0b1fea5edc38c 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.20260915.144020 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 6763 Depends: ros-lyrical-admittance-controller (= 6.9.0-1resolute.20260915.144020) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-admittance-controller/ros-lyrical-admittance-controller-dbgsym_6.9.0-1resolute.20260915.144020_amd64.deb Size: 5972306 SHA256: 54a5440d09fc56c6d868ea305947feafc3eb38e5a1dc067f27b5c0f47138bb50 SHA1: 5283f04b594144ee4b4096fb2d7b99f18504d0c5 MD5sum: 3c198a0f9358646d5fc0aec5a11c33e9 Description: debug symbols for ros-lyrical-admittance-controller Build-Ids: c691a636911d9bce26f78d19b9551f733a7b0abe Package: ros-lyrical-agni-tf-tools Version: 1.0.2-1resolute.20260915.154128 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.20260915.154128_amd64.deb Size: 183766 SHA256: 881e11a1d8f8ea8ac4a3b34cf39be94dc7ac16fb2bb198435c34d1f45d1c5ac6 SHA1: 3c860679fa961952274fbfb1be6aeca21ba1b56c MD5sum: 28c24ae4ba85832dc06e85aab226e80e 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.20260915.154128 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 9696 Depends: ros-lyrical-agni-tf-tools (= 1.0.2-1resolute.20260915.154128) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-agni-tf-tools/ros-lyrical-agni-tf-tools-dbgsym_1.0.2-1resolute.20260915.154128_amd64.deb Size: 9487278 SHA256: 6d269be13ef426ea8a31156a3ed310e510bb6c0ccfd6a69c66ad4cb4a65b88b5 SHA1: ae1ee392caf3feec929efe1cfbaf15f50b5960a8 MD5sum: 991bf253f99e70b9d493d788e5d09ce0 Description: debug symbols for ros-lyrical-agni-tf-tools Build-Ids: 13eca98024f8a0973fbdbcc310fc72d24a85b37d 43a68b037cb5c20fa677bf04eef40bbe649a83c2 49f7a973b265d7a42854efead31eb95d690c1d76 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.6.0-1resolute.20260921.001751 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.6.0-1resolute.20260921.001751_amd64.deb Size: 7116 SHA256: 4a17f71ff7fd50e48e1c6df4236fd873e762ee4a38e2bbbf274dfc4da50d8df9 SHA1: c8bb709bc900bec88c166d8f977d6ce960708381 MD5sum: fb3feb68b45797ad111f006be94a92ac 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.20260915.054806 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.20260915.054806_amd64.deb Size: 8524 SHA256: 0714b27f121441e25ae9078a6c28e01e834aedb880dcd9098ae3d85f51f8f623 SHA1: 82aa88bf6f57f59d1b5267ee8e728f8eab28440a MD5sum: f3d5b3cd5bbc61c86441eecf5f809708 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.20260915.081103 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.20260915.081103_amd64.deb Size: 9236 SHA256: 2053317a894cf76206d8f0dcc938cb1ae360f5623c8b1a511ad17523a9421225 SHA1: 8d34f78751e54a1c6fd68ac5d7a3d660cb71907f MD5sum: bccdb687b5eca36ef5eaf624ea064e65 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.20260915.055025 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.20260915.055025_amd64.deb Size: 14998 SHA256: ffb0f4a4a35a1eeec556d358cd43ef76a553dbcc62758555a89c2012a87d59d0 SHA1: 51f35aebfac93fdf9b1a5a76a4305a712be8d362 MD5sum: 99166e08773158e71adde9e42ac14ecb 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.20260915.074425 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.20260915.074425_amd64.deb Size: 130610 SHA256: 0fd6422b1235ceea62566a63c3e32afc227094366b3dda8dba9dcfb1d68b4719 SHA1: 9872235c0dd626799023bc693fd92512648e21cb MD5sum: 994640252baeede68ab8acaf207163c3 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.20260915.074425 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 2133 Depends: ros-lyrical-apriltag-detector (= 3.0.4-3resolute.20260915.074425) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-apriltag-detector/ros-lyrical-apriltag-detector-dbgsym_3.0.4-3resolute.20260915.074425_amd64.deb Size: 1958484 SHA256: 0f18267382c013095105ac0fd6296e5d67307dbcfea2a514d15ec9025a69eb0b SHA1: 0e108bd8705d04f0f9c080126acd6ddcddfdfc9e MD5sum: 1f9775c12f1cd38f3baebd16cdac3574 Description: debug symbols for ros-lyrical-apriltag-detector Build-Ids: 65c4aca53953bc80904b09b9230f498d271318f8 8b194292b5094fcbcad1828a1b3cf9e2107b44f2 Package: ros-lyrical-apriltag-detector-mit Version: 3.0.4-3resolute.20260915.075155 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.20260915.075155_amd64.deb Size: 30390 SHA256: 52464fbbb83442d0f4283227469db5ae9bd414aedf65f379673e8cb1783b8912 SHA1: 8e2007c1b3bd44c304e1c3fec1f3d7c84f457514 MD5sum: c3e6f0c28a34e14f3ec4c775ffa77c40 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.20260915.075155 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 506 Depends: ros-lyrical-apriltag-detector-mit (= 3.0.4-3resolute.20260915.075155) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-apriltag-detector-mit/ros-lyrical-apriltag-detector-mit-dbgsym_3.0.4-3resolute.20260915.075155_amd64.deb Size: 471296 SHA256: 01dd7a69bc26c084ccd516c04e39bc3f1319d0a3e991e386d70fd59c8444d1cf SHA1: a33d0ba6cbb04621a5e94e525ffc1b303a19245b MD5sum: a1dd53ed9df11a698dead946f4780557 Description: debug symbols for ros-lyrical-apriltag-detector-mit Build-Ids: dd37d2936d95f015f8a6845b727c2dd92437ac19 Package: ros-lyrical-apriltag-detector-umich Version: 3.0.4-3resolute.20260915.075205 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.20260915.075205_amd64.deb Size: 25072 SHA256: 0165f347958c923f1c061a63faa286906bc15b78955b3a50b43adb5a3699f028 SHA1: 67fcd067e3eb2a52fb94ffcff5a55c3b80652ac5 MD5sum: 89539d4fbc5e4b212c908f3cf9897ea4 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.20260915.075205 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 494 Depends: ros-lyrical-apriltag-detector-umich (= 3.0.4-3resolute.20260915.075205) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-apriltag-detector-umich/ros-lyrical-apriltag-detector-umich-dbgsym_3.0.4-3resolute.20260915.075205_amd64.deb Size: 466700 SHA256: a1de6542471243a6fb1bb69c5c914de47e1d310099f764201a6347b8e9db4807 SHA1: 42d9e1047f3cc672f94f77331ca91dbf9f5313e8 MD5sum: 5ce542726fda28acecd602c8a589ae07 Description: debug symbols for ros-lyrical-apriltag-detector-umich Build-Ids: 053b02620b28f63ac6b8c8c1723c0e7410d3386c Package: ros-lyrical-apriltag-draw Version: 3.0.4-3resolute.20260915.074413 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.20260915.074413_amd64.deb Size: 156264 SHA256: aa26d559843306872f9f67d94558792041c0a8b69e4341320e548d2929bfd48d SHA1: 494dfd11a03907d2c031cc39ad99928fce0662db MD5sum: f065d55d93ac9770d4009d3240d16d3a 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.20260915.074413 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 3284 Depends: ros-lyrical-apriltag-draw (= 3.0.4-3resolute.20260915.074413) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-apriltag-draw/ros-lyrical-apriltag-draw-dbgsym_3.0.4-3resolute.20260915.074413_amd64.deb Size: 2836588 SHA256: bd54b52015de120f09b2cff175f2a2f07d79d651bd29135c0ace3a72a2c55ad9 SHA1: f615ea48b14789cd88bfabee988e03c35f6ab7e1 MD5sum: d8fd99ce955916715ec939bb3ad16291 Description: debug symbols for ros-lyrical-apriltag-draw Build-Ids: 6b967c4318c7a625fead1e4311d49488de24b60f d6cf4f17b344f42adf35fc7587ef2ee59287364a 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.20260915.044439 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-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.20260915.044439_amd64.deb Size: 81290 SHA256: 9967ed9c3a90ebba49d03d69f8cca11e932e5931f66cad4f9a836838d988e011 SHA1: 60215b01b9146417908f5c3f1241ffbe86d7f251 MD5sum: 056a7268bcfd4db7115762143703caae Description: AprilTag message definitions Package: ros-lyrical-apriltag-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-apriltag-msgs Version: 2.0.2-1resolute.20260915.044439 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Rauch" Installed-Size: 660 Depends: ros-lyrical-apriltag-msgs (= 2.0.2-1resolute.20260915.044439) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-apriltag-msgs/ros-lyrical-apriltag-msgs-dbgsym_2.0.2-1resolute.20260915.044439_amd64.deb Size: 460958 SHA256: b8007313fe06ebd85875fb136d287fbbaf656d4868a961625fe524e0f1f503fa SHA1: e558cf5f27f1dd1ad1fdad0462116d30c78fc10f MD5sum: 2dc8bc112298865802a8b2eef35b8560 Description: debug symbols for ros-lyrical-apriltag-msgs Build-Ids: 194edc93b4d3f24f6a49ea1144cf335d447a3296 5447f3d5b5dd7340662d5c1bc03214c3c102794a 747356ae1211980ba54c5e7909d13f943ed01cf9 a514c66a4ab1bd8db646d2eb7873ea51cad78358 a5b112518546cd91e9a3070577ca548119127a02 a94c2aee500207660481ca57c86edfd0d5292c05 b3c88d5f83e6076b620dc04ca5b02a98751fd0cf bfea4cdbaf56065197b6298ace148eb07753819a c741c002ed4fb3a7f94d1d8fefe702f361e8b582 c821a2eafcad4e6ad6313620a9534e44906b03e7 ff7181f3aac1ab93e86901e3b52c0a115c16d354 Package: ros-lyrical-apriltag-ros Version: 3.4.0-1resolute.20260915.145056 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.20260915.145056_amd64.deb Size: 130030 SHA256: 5fdd4964f9cbde151de132ae05dc8f2d81cebef2272c654657dea5dbb8953d30 SHA1: 214eece98349b9fc0e01ebd4395a9d7e532da83a MD5sum: dc26ddb6c9cfc5f66fdae83f0abaac55 Description: AprilTag detection node Package: ros-lyrical-apriltag-ros-dbgsym Package-Type: ddeb Source: ros-lyrical-apriltag-ros Version: 3.4.0-1resolute.20260915.145056 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Rauch" Installed-Size: 2623 Depends: ros-lyrical-apriltag-ros (= 3.4.0-1resolute.20260915.145056) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-apriltag-ros/ros-lyrical-apriltag-ros-dbgsym_3.4.0-1resolute.20260915.145056_amd64.deb Size: 2431742 SHA256: d14253557919cf359d0784e5693e76351b015363e1296111bcf29ee02cd55025 SHA1: 8fa55fd823243b41d14b9fcb7e2ef7145acbb24b MD5sum: c38f862b8dbc9ece53c11d0897304228 Description: debug symbols for ros-lyrical-apriltag-ros Build-Ids: 85034a1dcced0e4a2d6e24abe5dab3b4cef3ad37 d8d19b0e14cb6a701f9fb130c9e978cda8c67ed2 Package: ros-lyrical-apriltag-tools Version: 3.0.4-3resolute.20260919.192618 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.20260919.192618_amd64.deb Size: 27806 SHA256: 2a81a88690597c4ea7bd594f634e89a1a9abdb66086f069cd7a7643f63ac413c SHA1: 79b8f2717fbbc504992d4e284a2805c5a862811c MD5sum: cd488dc80687f9ed34d264c949ce70d4 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.20260919.192618 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 536 Depends: ros-lyrical-apriltag-tools (= 3.0.4-3resolute.20260919.192618) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-apriltag-tools/ros-lyrical-apriltag-tools-dbgsym_3.0.4-3resolute.20260919.192618_amd64.deb Size: 499642 SHA256: a74a18fe84937aa62c24629a7c4b3a899a5fefc5d99619b6a96456ddd7ad679c SHA1: ffdb0311632de83922d145ae073aeb02f1ba745d MD5sum: 9f386d0ec0e7efbf59d9f919466e4a9c Description: debug symbols for ros-lyrical-apriltag-tools Build-Ids: 6ea59719c3d3704314186df5582155b402684bd8 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.20260915.074707 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.20260915.074707_amd64.deb Size: 172638 SHA256: 4019b10b5b3bab1e4d61dea23618f3933dae55b7a6268805ac5afee362fb54c5 SHA1: 58ee6987f36c5b672816d21273f873216dd81408 MD5sum: f7ae1063758bcc9fa5e385b225e0280e 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.20260915.074707 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: victor Installed-Size: 3544 Depends: ros-lyrical-ardrone-sumo (= 2.0.3-3resolute.20260915.074707) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ardrone-sumo/ros-lyrical-ardrone-sumo-dbgsym_2.0.3-3resolute.20260915.074707_amd64.deb Size: 3050264 SHA256: 060c058a5389009a5e9a68a07e8de6bc11849d32188b5ff558a542236e26ee67 SHA1: f84b051b51790fcf9b9ec60253c21db1fb89c8e6 MD5sum: ab476d6c7c2d6b41fb9f36cb02508b41 Description: debug symbols for ros-lyrical-ardrone-sumo Build-Ids: 5e47c458d8f514f41df07f697361cc32c6c41333 Package: ros-lyrical-aruco Version: 5.0.5-3resolute.20260915.082114 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.20260915.082114_amd64.deb Size: 297840 SHA256: e65bccf5fc3792c8f715398128d2de07ae0640ec809d4a8c4dc71d382e1c0182 SHA1: 7a60056057e1c4c633e7bd7c6bb276c432ee852f MD5sum: e536dc175e9a4e0f847a6f2465fb708d 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.20260915.082114 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 4671 Depends: ros-lyrical-aruco (= 5.0.5-3resolute.20260915.082114) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-aruco/ros-lyrical-aruco-dbgsym_5.0.5-3resolute.20260915.082114_amd64.deb Size: 4467788 SHA256: 5baed00e1c9da412ec4d21cfd15c14dd79e6e463a0170d9f890973a5c3eb2fc4 SHA1: 4e53ffedb5ef287528ba26c2a12ab7e6a6f7c3dd MD5sum: 20341c86808217123ec0f3bc7ede79c8 Description: debug symbols for ros-lyrical-aruco Build-Ids: 2e43e5360568761b7208703e175b6ec2019dbe8b Package: ros-lyrical-aruco-msgs Version: 5.0.5-3resolute.20260915.050406 Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 625 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.20260915.050406_amd64.deb Size: 64712 SHA256: 4269c89ff5f5745b8d6d0a80d75633a4ef088c2b2b8318ebe51b1f58808039de SHA1: 534b73dc15c38f323bb73aaf691b95b80a650d31 MD5sum: 7e3ec48abb1e519c3de9ed336ff6ae1b Description: The aruco_msgs package Package: ros-lyrical-aruco-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-aruco-msgs Version: 5.0.5-3resolute.20260915.050406 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 513 Depends: ros-lyrical-aruco-msgs (= 5.0.5-3resolute.20260915.050406) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-aruco-msgs/ros-lyrical-aruco-msgs-dbgsym_5.0.5-3resolute.20260915.050406_amd64.deb Size: 342326 SHA256: 7f7de7d3aca76303fbae3d442b35d201c3ce0616efec797142ba3d1719a5a637 SHA1: c8df12c68910fe7f6c1c64ba6930808033d82fdc MD5sum: c55f7770574d858365ff80891f2e3f94 Description: debug symbols for ros-lyrical-aruco-msgs Build-Ids: 0ffae062568923131f966ada8415680dfc0ff58d 209590339c8b5fce7d9f3fa356094d7690722c8a 3e6e122f7ad17eea0d626c6f7037b4a05d6482c0 3e70cb82e6635e444171f67953aea96714784532 54c158944cfacf349d8ff5ed1fbec18fc68e8c41 5c04d0c8b1adbddfef8afb85f8e277b433140134 645d5f86c847be795c47011b3030f04f3a17fc74 96d6ea07cd14fff1570f11a8479d6839016c9cbb a9375e7e9559efad830d2dcdf38966018168b0de f31fd46f8c40d31a18491ad3604a0eab175e32d5 fd8375bd9d788c40ee4e9c6001b54b68b680e0d6 Package: ros-lyrical-aruco-opencv Version: 7.0.0-1resolute.20260915.145417 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.20260915.145417_amd64.deb Size: 291332 SHA256: 6e875dc90fa9745a604b8a90de37b22f4704cb82d17843cd5b7fd6a47fb65a21 SHA1: 133e5709d362d0f348f21c3cf2c6288395fab1ca MD5sum: 9ce563ec40ccd5d59424c1e1736933ef 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.20260915.145417 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 7948 Depends: ros-lyrical-aruco-opencv (= 7.0.0-1resolute.20260915.145417) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-aruco-opencv/ros-lyrical-aruco-opencv-dbgsym_7.0.0-1resolute.20260915.145417_amd64.deb Size: 6643504 SHA256: 2d63499bbc79ba19c3addb89d7381cc606e238d7fadd34f3794a33e09575ffd3 SHA1: 099e1c689e384082fc97c66f23c628e0f27a5d80 MD5sum: b09da7eba587184933b888d716ea0948 Description: debug symbols for ros-lyrical-aruco-opencv Build-Ids: 0d83c884601f12f1cbc43b1677c861f51dd7c3ae 14dcd7c0e2767e6ea2d66a5720661edf95204a50 30c17554d3f67a1c6f80103cd4aa5ef44d2db58d Package: ros-lyrical-aruco-opencv-msgs Version: 7.0.0-1resolute.20260915.050431 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-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.20260915.050431_amd64.deb Size: 78218 SHA256: 969e6b2471fb0bef7c4a460b899ac8da9150b87cd5216c42cb7a73c7c3b8485b SHA1: ebee9c2e8e90d6822dbb3a41fed971f1fd700d6e MD5sum: ed2b1848981d4b22cef3c562fa257a5c 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.20260915.050431 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 665 Depends: ros-lyrical-aruco-opencv-msgs (= 7.0.0-1resolute.20260915.050431) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-aruco-opencv-msgs/ros-lyrical-aruco-opencv-msgs-dbgsym_7.0.0-1resolute.20260915.050431_amd64.deb Size: 462892 SHA256: 330dc3cc688a3ae3ca7b3c9cc15b044665079758a7cf9d4cf964fe98770eccf5 SHA1: 748cbd4628a0f2c03f0a5824968b77de34bd76e3 MD5sum: 82f46fbee503d42b971950426593b221 Description: debug symbols for ros-lyrical-aruco-opencv-msgs Build-Ids: 06c82b3f5cc1f17e65e156485af7318e51b1627b 1ba54497e6fcf7be62f973b687ad4a30cc6fe132 3ecaa735856bc668c7302c64ff2826368d03219f 752ba7daa6905d091061af61ace0c027abd543de 8beb3144a8a66e0dd93e1013963af6c178ab971c a432be900c44ee3867950d7a666b3d9217a81809 c8d601d3ebdef713644a012d1312714fe4339222 cf78287a7320decdf49e01762fb3ddb126652c91 d13a6251ce9a50dff5067f3992003d69babd987b da0eb5fb994940d2597e0f8ff0706e66606cf25f fdc605d71af839dbce541bdd054d794af17b85ed 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.20260915.055032 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.20260915.055032_amd64.deb Size: 194918 SHA256: 6413e018d5d1419d0e92aac85b6797571be7fe6706df4df343ed45b4eac7c6cf SHA1: 91c885d3e5d982d020296a10f205e0e333518d09 MD5sum: bd2db05d243073ab2cdbb3bbbe60fe49 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.20260915.055032 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.20260915.055032) 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.20260915.055032_amd64.deb Size: 2772954 SHA256: f47c7ec0cfca734b0a4f1eea417374aa635c78e981dc55b2fca1d057d752159c SHA1: 36d2a45ebb33de534f15ae7c2b8becaeb36611d1 MD5sum: 7b911140a518693160a1ef2ecc708647 Description: debug symbols for ros-lyrical-async-web-server-cpp Build-Ids: 65920286be86683bebd395933330d0bd1dff16dc Package: ros-lyrical-at-sonde-ros-driver Version: 1.0.0-3resolute.20260915.070516 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.20260915.070516_amd64.deb Size: 58094 SHA256: d49ba760676c110fec453494f6ee3cb7b4bc949d00c6dccadbd9ce083e5ec270 SHA1: afaeb5d0de7b094e58a9f44e350a1efddeb98bcc MD5sum: f8ed71dd09a845c47d6f8237e40bb2c7 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.20260915.070516 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: MA Song Installed-Size: 881 Depends: ros-lyrical-at-sonde-ros-driver (= 1.0.0-3resolute.20260915.070516) 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.20260915.070516_amd64.deb Size: 796154 SHA256: e770aa924c3afdcdf49e600b80ebe1b36cc30c180eef07c688063f4600509544 SHA1: 08c0b9c6a23c63feb386078240dca2c7846588d2 MD5sum: b84b3240019f64adda576a42edeb5d94 Description: debug symbols for ros-lyrical-at-sonde-ros-driver Build-Ids: d46827b73b9b18a9eb0be2c998944c49c236589b Package: ros-lyrical-audio-capture Version: 0.4.1-1resolute.20260921.004755 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, 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.1-1resolute.20260921.004755_amd64.deb Size: 125682 SHA256: 6d032cf41ec693c874ddd76851e238637f75ae145c5a2df86533617649f04a24 SHA1: 3f50943b2387dd260783643f55ca5bf334508635 MD5sum: 1e59a2b3c6ec13538b49e7d741a3a819 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.1-1resolute.20260921.004755 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 2321 Depends: ros-lyrical-audio-capture (= 0.4.1-1resolute.20260921.004755) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-audio-capture/ros-lyrical-audio-capture-dbgsym_0.4.1-1resolute.20260921.004755_amd64.deb Size: 2068836 SHA256: 3c7f05185b773802a23ebbd7ca8dbbc207c0d64870c52f418207b069e3340acf SHA1: c59cca95028cb5a511d110b7153507a618024d96 MD5sum: 8e925bf3bdb778454b727823f8d08e81 Description: debug symbols for ros-lyrical-audio-capture Build-Ids: 1a3acc35613d2d615450e864e079068b15c35310 764e4d5207edda85a514c0d872ac63556422d9d0 Package: ros-lyrical-audio-common Version: 0.4.1-1resolute.20260921.005917 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.1-1resolute.20260921.005917_amd64.deb Size: 5850 SHA256: 939b9c5edcb79e41df07d6009fce3fa3ff4bcc3078ea791955c8098fbb9e1e62 SHA1: ecae23841e7e68fef1bccb85f1b90a745a917e23 MD5sum: ef40cb50cfb36935874a99755b353bb9 Description: Common code for working with audio in ROS Package: ros-lyrical-audio-common-msgs Version: 0.4.1-1resolute.20260921.001753 Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 791 Depends: libc6 (>= 2.32), 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/audio_common_msgs Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-audio-common-msgs/ros-lyrical-audio-common-msgs_0.4.1-1resolute.20260921.001753_amd64.deb Size: 88616 SHA256: 1e3618e92d54cf58eba7a443ed13442049d84554e9c74261fa5525f1e2197ea8 SHA1: 7ad6dc2297d9fef7c710be9991636e5f63653f5a MD5sum: 89fc8a74fc6e5feccb0a0e68249728ce 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.1-1resolute.20260921.001753 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 929 Depends: ros-lyrical-audio-common-msgs (= 0.4.1-1resolute.20260921.001753) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-audio-common-msgs/ros-lyrical-audio-common-msgs-dbgsym_0.4.1-1resolute.20260921.001753_amd64.deb Size: 710894 SHA256: 23cbb6443f811051a40d7908f67f9305de944f516272cffebce3df5e8f5d0596 SHA1: e720dee93fae50b028483d34068024a26747c6c7 MD5sum: 2496339e387209f0907dd4312052e531 Description: debug symbols for ros-lyrical-audio-common-msgs Build-Ids: 016eb060eab3b34158cb1d4c898346b051f7e837 09ed3466d4ba89114e50cf1e924309d6490202a5 0a316fe6a60e9add1a758e5ae37bbc0b23338262 375987fd8d3c7f5af67367e41c33a40929168d3e 474e98ef146ea60b6dad26133df1575bc3dd087f 51af1bf0d88420ac499e60c9ad8b06e43fe30d71 7d74d36a2ee57008376191dc8b62d2f4f71d5bda 7e85cadd3fa0b8dc864f3ab70ea18d34618d360e 7f5cd5ba2a4af5ed2b3222734267ad3451f9adf1 9c5b4bb5d963733d305555974aa2d2e7ae70f332 9d82a2c4f8473ed50ae69c7fdb20e115af60303b Package: ros-lyrical-audio-play Version: 0.4.1-1resolute.20260921.004529 Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 647 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, 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.1-1resolute.20260921.004529_amd64.deb Size: 138540 SHA256: d368922f374319d4980361cc88157c09f7a0b56b4f8d544bae99f7ad002e7764 SHA1: dbe08b06db8e8e699db2abed06cad9cf777cea47 MD5sum: 892a1ca78b4eacb51adb1ddc5dd65962 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.1-1resolute.20260921.004529 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 2940 Depends: ros-lyrical-audio-play (= 0.4.1-1resolute.20260921.004529) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-audio-play/ros-lyrical-audio-play-dbgsym_0.4.1-1resolute.20260921.004529_amd64.deb Size: 2497182 SHA256: 4e959c9a5ee6cb92553ce6ebddf4808b430d6c3978a74d61013c1b294bdb08d8 SHA1: d3b65c5fb962763c24d5797f582b2bbdd7dbd61d MD5sum: f3d980c689779e3af36989a69e854ed7 Description: debug symbols for ros-lyrical-audio-play Build-Ids: 2ed1a565266e54b451376856d8494c67d9cae6a5 ffc09b0a75130760955a5ac139ec37c44fe4b470 Package: ros-lyrical-auto-apms-behavior-tree Version: 1.5.1-3resolute.20260915.150141 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.20260915.150141_amd64.deb Size: 907814 SHA256: 3d3e505447db4c2a147b97e15174720a378222cf9c72083ebbc4866d7de3aab5 SHA1: d9b5934f8061badf64f0b6b53a8fe65e703a3e62 MD5sum: 3ae64b43d19e9a88071cad3f78d1be25 Description: Standard AutoAPMS behavior tree nodes and deployment tools Package: ros-lyrical-auto-apms-behavior-tree-core Version: 1.5.1-3resolute.20260915.082227 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.20260915.082227_amd64.deb Size: 462580 SHA256: b9cdba8b764b40ca0abbce959bdbde144aab78717b128e4d6fdbce4949a52c6b SHA1: 214302228f7b46fb9428a3452fd4f73e6aefbc1c MD5sum: db7d977accbc4ce9a3b108dbd75aa86f 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.20260915.082227 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.20260915.082227) 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.20260915.082227_amd64.deb Size: 10944368 SHA256: c74c5fb223996ac9ac00ef354094d681dbc0ba382a1240daca0e1d90b67ab213 SHA1: 4148946243e991d56514a4eb60294974406c865a MD5sum: e565fc10d138ae8552ad1b687cc504da Description: debug symbols for ros-lyrical-auto-apms-behavior-tree-core Build-Ids: 308bc52d2f4272a5d26164ec5e03310a6c9dc90c 3c76ac2e88a09ee578d1b0f8e8964b17324a61e2 704ec0c02317c38ac915cddb63260a469eda930f bbe6b80677363da03145f0fb3b26e6e14772693a f2ccd6030d4a210275f36df3e707c61367ade2e1 f85260dd16c6525b95f41b2c294200f70ee2c5a3 Package: ros-lyrical-auto-apms-behavior-tree-dbgsym Package-Type: ddeb Source: ros-lyrical-auto-apms-behavior-tree Version: 1.5.1-3resolute.20260915.150141 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.20260915.150141) 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.20260915.150141_amd64.deb Size: 26056712 SHA256: 62f3a9fcbeaee27183fa512422c1da2883c57ead2420157504ba7f06f16ce2fa SHA1: 06cd810702ce859960eb9d03d26874bf82d031c5 MD5sum: b13f8dfe1e1ac5b61f09a72586933468 Description: debug symbols for ros-lyrical-auto-apms-behavior-tree Build-Ids: 40bdc782c7588abeb85ed82466eccd9ec1e8902e 843c82cf2f5ba7ab28e57d2b88ed2cef8f963ff0 885fb5ea9b99d14b4d6c9202d246c3ed1c27f0de a01bda6dcf65e8981008f9dddfcfd5f8513e0df6 b87d805a447850d4c8c24c6536b9f259b10e2321 bbb89955bd81dd2c7c98e98884e3d40b7e5ea65a e3e32df3d7bf55a094235235e621c9e208657a7a f1de3509248381252d65eb8f16637cd07ee2356b Package: ros-lyrical-auto-apms-examples Version: 1.5.1-3resolute.20260915.155313 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.20260915.155313_amd64.deb Size: 187704 SHA256: 327b317eda6b04963ad07d321de6722a541811e8855c14ad6eec82ec9053d4dc SHA1: c95aa16d207655b9f7b80ad8575f8cafa9dbf0a2 MD5sum: 93370d12cb3c30ee02a750a781266b74 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.20260915.155313 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robin Müller Installed-Size: 3640 Depends: ros-lyrical-auto-apms-examples (= 1.5.1-3resolute.20260915.155313) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-auto-apms-examples/ros-lyrical-auto-apms-examples-dbgsym_1.5.1-3resolute.20260915.155313_amd64.deb Size: 3347652 SHA256: d64a316fc05cc36d0ef2d678a26164b1861d9c8175799062be62777e6e2923b3 SHA1: dffcc696760a63bdfb18ae9e4ffd1845482d5541 MD5sum: 8914ff0b8904f59dce5c06e1dc06dcea Description: debug symbols for ros-lyrical-auto-apms-examples Build-Ids: 7d3b3de32437b7280af0f736a73d1b045d00c4c9 ad39ab9ef6ff4181cd1280e3f85ffcd8316b25bb b35686cab0643353e96ff3d6930f93fa2bfcae07 Package: ros-lyrical-auto-apms-interfaces Version: 1.5.1-3resolute.20260915.044735 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-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.20260915.044735_amd64.deb Size: 343976 SHA256: da51a7457bd4cd3a49b124c455eb833349927f99b6469040abf45808f7258300 SHA1: 8a21b0fbaa151c31e5582ab8481ae71c9382710f MD5sum: b77854086d16612b64bfd31ea202d08d 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.20260915.044735 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robin Müller Installed-Size: 3316 Depends: ros-lyrical-auto-apms-interfaces (= 1.5.1-3resolute.20260915.044735) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-auto-apms-interfaces/ros-lyrical-auto-apms-interfaces-dbgsym_1.5.1-3resolute.20260915.044735_amd64.deb Size: 2012234 SHA256: 0786ac1b642d549d4104bc5f4064dcb68a2bb340e393b086d396e6d299f6643b SHA1: b9b82efc58529e07e5d857212adffb138d13b59b MD5sum: d7bda6e7beafc26343be3954b168469e Description: debug symbols for ros-lyrical-auto-apms-interfaces Build-Ids: 0498a9d7b4f380228169753affc0fa98ce78d3e6 08b47afd6962da619327f42d032301a1948b755f 08d642b30e1c8530db3fb656157739779558de1a 0a3c6853f7437204bf82cfa26ad23e836445ac93 230615350276990e8a5153206899b70c2ae9bb42 4273e897e57f5aa89cca7d564393525887d197c3 48e34f87dd28d6fe3af7115b7679b9b8d46cac1c 5a366d3c0571b6552b2ce6e2bd13898e4ed17b42 64cf3b08a15aa94501ecfe7d1283c52f54847c95 a443c7b3d51a182e8ca8979c001f39a897549b8d fd6552f3e9dd6a7c41eb6ce4fe4812e97b1114c5 Package: ros-lyrical-auto-apms-mission Version: 1.5.1-3resolute.20260915.154721 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.20260915.154721_amd64.deb Size: 160146 SHA256: ca59106e7e5c5263d1556742e38f27310c8614e8cd15fe73219f431a1de4d6c2 SHA1: 5593b1198438773b321495db61d3b166fc1a64f2 MD5sum: 62b0059710b437b84ba3c657f4a74c9b 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.20260915.154721 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robin Müller Installed-Size: 5129 Depends: ros-lyrical-auto-apms-mission (= 1.5.1-3resolute.20260915.154721) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-auto-apms-mission/ros-lyrical-auto-apms-mission-dbgsym_1.5.1-3resolute.20260915.154721_amd64.deb Size: 4868396 SHA256: 827b2bffa964fa2b153e46a3c2113fe02b6cf747f29f3af8a2e55c1073327dda SHA1: b5a11296c57759a6dd4728d24705bd08f38a7412 MD5sum: fb6db47905491485100d304d9d374679 Description: debug symbols for ros-lyrical-auto-apms-mission Build-Ids: 212824bf18c095ba3596f3584fd479b6ae80cf1c 7684317c28be3f0c46078d00539d16e65519b0a9 7d435e4a2d940223c9e3d7dcc8410f4f70fe9928 979231b714b2731a9cc57ef0310f4672f8e50857 Package: ros-lyrical-auto-apms-ros2behavior Version: 1.5.1-3resolute.20260915.154727 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.20260915.154727_amd64.deb Size: 28786 SHA256: 6c3ed25949e2b45c17c8e63a517508bd35d6622f981fd3c8ed7230211dc1e2db SHA1: 05948eadff47579b94669f5208628003601feca0 MD5sum: 4a7f8cdd6047278a812d13100ff919ee 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.20260915.081747 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.20260915.081747_amd64.deb Size: 44820 SHA256: 562603d60a7677128194c3d0cf8c359c8b90fa7de1dc8c6a2ec2e4b5b82e0ddb SHA1: 4c5ac4d1fffde5e37ab9c360a250a786e7db0588 MD5sum: 577bf1e318d47069b22bcd8291f0467a Description: AutoAPMS utilities Package: ros-lyrical-auto-apms-util-dbgsym Package-Type: ddeb Source: ros-lyrical-auto-apms-util Version: 1.5.1-3resolute.20260915.081747 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robin Müller Installed-Size: 318 Depends: ros-lyrical-auto-apms-util (= 1.5.1-3resolute.20260915.081747) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-auto-apms-util/ros-lyrical-auto-apms-util-dbgsym_1.5.1-3resolute.20260915.081747_amd64.deb Size: 290694 SHA256: e7412a69290af28e7e52eb7119f1eeb51b417c62ea396e7658ed204b4cf93cee SHA1: 66c6cb1efc217760f36c9014b479b2e7f0a6f339 MD5sum: ec7dab89d1da9991176390d427ae809f Description: debug symbols for ros-lyrical-auto-apms-util Build-Ids: 857ab20dd25179e3b65e496d237df8d85c55ad28 Package: ros-lyrical-automatika-embodied-agents Version: 0.7.4-1resolute.20260915.154552 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-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.20260915.154552_amd64.deb Size: 545946 SHA256: 7c3bae2bc464032ce93153dd3fb81aa07033e10bf13c42439a423961130c9fca SHA1: 8258e4be21d989e32327098906c85c4b4f8ccae6 MD5sum: 5faa81981c0fef381f3334b3e9ae30c5 Description: agents Package: ros-lyrical-automatika-embodied-agents-dbgsym Package-Type: ddeb Source: ros-lyrical-automatika-embodied-agents Version: 0.7.4-1resolute.20260915.154552 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 2947 Depends: ros-lyrical-automatika-embodied-agents (= 0.7.4-1resolute.20260915.154552) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-automatika-embodied-agents/ros-lyrical-automatika-embodied-agents-dbgsym_0.7.4-1resolute.20260915.154552_amd64.deb Size: 2218524 SHA256: 42c7193c23e38e3794032c3f590788d05fb63f48489bf9711538df8b633717f3 SHA1: 131deaf743e34e27b96f67414ac3fee9a59fdc58 MD5sum: ab43758667bb590626bf1d127ed8f904 Description: debug symbols for ros-lyrical-automatika-embodied-agents Build-Ids: 00164045ca744dea3d8182f9638e98424b94a55c 09ca53db5e8e55f246d6a847eb899d90f2d1c2d0 0be84f3ad2d045d97f37508112a2e67ae277c610 2aecf1be5bd08df4d75ec388300e3c07636833f9 3f456ecd25b3f62e43e95fe086fa4448b01fe798 568d0f594de6aef86f07480bfb65913f5db32557 5c1e9e0c75e95a59a86ae771bb181c326861a5c6 61ed216f6a543da502082aea8251affc68489401 6e0bd093705f7a65de5e55bb36a3c5ef000c9a2c ba301809d08f56f46cc2c05dc2387be61cc4dc6e d3b3e417792b6a259aaa7dcd1dab00d69cc881d7 Package: ros-lyrical-automatika-ros-sugar Version: 0.7.1-1resolute.20260915.141411 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-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.20260915.141411_amd64.deb Size: 732248 SHA256: e4849fb60384b1455096a31757c287a49b13edb4e5b1ad7ef7650f70d8ca0a5a SHA1: 7f7c8fd83d7ad2d936f1e5bb7fa5461f7bc3f235 MD5sum: eab57bf21b1b5e9ae572ad5aae239a70 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.20260915.141411 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 2475 Depends: ros-lyrical-automatika-ros-sugar (= 0.7.1-1resolute.20260915.141411) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-automatika-ros-sugar/ros-lyrical-automatika-ros-sugar-dbgsym_0.7.1-1resolute.20260915.141411_amd64.deb Size: 1855722 SHA256: 388070dbf656b79851929b71d0e4b1470c5fb1e03aa6c2e9fa9da7b743d3020a SHA1: dd73cdc422f9cacd87ff5910471c03407f22d214 MD5sum: 0413f8f60e52972c0868f63446869f83 Description: debug symbols for ros-lyrical-automatika-ros-sugar Build-Ids: 1661ab082f3493b03b394811c30a1b6e4bc5b37b 1a49de4f81bdf6cdb5ca069ef098135b0f392a4e 2f5d7757388022e9d55cbdf34963c4470ad0495d 9f523aba760808823a7a0f7287cf8babcb47e8b3 a0d0598dccf3b3bbe0794e2944d9757b2b3d87ce ac8f2e82595c637a7681f21309881322f0c36ec1 cb8798fc128a0e466063a4ed6634d2fe22aa73bc d15098d985e9a57507a6227fae22783bb1ce190f d7618aecc5599454e2442f13e6429af68fea761e d9eb88056cb5c60187088072b3c88b834c1b5d72 f3ee9512cccedcbd6773505f6a49e76d6872cfe8 Package: ros-lyrical-automotive-autonomy-msgs Version: 3.0.4-7resolute.20260915.052435 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.20260915.052435_amd64.deb Size: 5900 SHA256: aae740efb59fcc96fac4b90833a78233907eed153d234f81a3e5a2dffe5edaf0 SHA1: f473c95eb723b9d3eb4a0e7973e33df839d3216e MD5sum: b047274586df3e01ce573f603ed73351 Description: Messages for vehicle automation Package: ros-lyrical-automotive-navigation-msgs Version: 3.0.4-7resolute.20260915.051856 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-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.20260915.051856_amd64.deb Size: 182482 SHA256: 57d042321294d4a166c77d4c30510d0172d4c105910bd492dafa4be37f3c9f9f SHA1: 31f31036e57768e853ca4cbff511011d72d17ed7 MD5sum: 6790610df13352d38b6ec2815206ec6d 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.20260915.051856 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 2036 Depends: ros-lyrical-automotive-navigation-msgs (= 3.0.4-7resolute.20260915.051856) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-automotive-navigation-msgs/ros-lyrical-automotive-navigation-msgs-dbgsym_3.0.4-7resolute.20260915.051856_amd64.deb Size: 1536170 SHA256: 0099b8f64f54c0c96ae8b297b75812219220c8bab65d370fbb2184d578e42f78 SHA1: 04a0a67c1e1c7c81865a6c4cdfe49e344b4a5686 MD5sum: 6c711c7cbd0f90011072cedf2d075043 Description: debug symbols for ros-lyrical-automotive-navigation-msgs Build-Ids: 06aed32971e175a4b9d1c5b91a7530dacbfdad3e 07c828e3c0e5946cc481624bb51aabaa9db35021 426efcd516924fd38cea1f4f43a3789aadf9442f 51bed1ce9af44fb5915de5ea909715f317cea76f 565ddbe15f49714844b2b901ba4235c035864939 65669b1471d9c29901d93154659d2472afea8b44 753a693acf9622b93ce557a16f4e785f0ec5de0b 768a079ab016c3acd349a87019f2d4efcb107e65 7d3ed6a9a4e39dd66888c1a538e81cc82eeb00ad c2c80a616efc004e08d2389e2f2d268aeb361952 efa9d740766f7957bc014214743a68205ff396f2 Package: ros-lyrical-automotive-platform-msgs Version: 3.0.4-7resolute.20260915.050933 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-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.20260915.050933_amd64.deb Size: 277678 SHA256: 57800600ba943bbf1d6efbd51d953362df9405f05f7ad5b01e7e3b7262d1dd7e SHA1: 4538e409899039550fcf61cdb392843f3329fca7 MD5sum: 98eabd50289f9fa936c9358c0ddb0e4c 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.20260915.050933 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 3238 Depends: ros-lyrical-automotive-platform-msgs (= 3.0.4-7resolute.20260915.050933) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-automotive-platform-msgs/ros-lyrical-automotive-platform-msgs-dbgsym_3.0.4-7resolute.20260915.050933_amd64.deb Size: 2346198 SHA256: 359b0a508bdeff69625390b8ff1aafa1d4ab59a9f1a9a8b3a8f43a903366fabd SHA1: e6627ffe8c02bda43933ee9ed8a51c4122d3767a MD5sum: bfff6470ee7f5ff9c2351ccf77129f3a Description: debug symbols for ros-lyrical-automotive-platform-msgs Build-Ids: 12f195e37acef543546c17c6888bee5b65bd072b 14210aa62a4a5934b1d13a4fba4b01f6018163e0 3913383644c1dd023a1e3398c4a4ca0c76b0eb76 4138f5ed2fde1842bb19f4af0e23c1aef6b33713 54f6a7dd5498de8223c882680ca0a58e33469d7f 8d673bc8aac1b066e55adeb096b93dce0b3021c4 a02d1b8f8bf547c9231a627b2ed4b50ca5cb84b2 b62a8a876b3e00f0c128734c414909413f2301b7 ca1707b943728cbd59a7d1767a6ffecfc0653448 f3e4e46a0402aa6a3e54a4feba1e7d765dc567fb ff707495cbddd65d9b1e153fb05ce48b4fbe8a6b Package: ros-lyrical-autoware-adapi-v1-msgs Version: 1.9.0-4resolute.20260915.052534 Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 17735 Depends: libc6 (>= 2.32), 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-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.20260915.052534_amd64.deb Size: 1085278 SHA256: 1e9e36a2feb8788e09537b6c7fd3c9f6988fcb85bc6cfeabc1af345cd98d8c24 SHA1: 88670d5d42692c921b6c6f20a9605f4a924790c2 MD5sum: 27613e0e293397951a566f636904089a 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.20260915.052534 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 15184 Depends: ros-lyrical-autoware-adapi-v1-msgs (= 1.9.0-4resolute.20260915.052534) 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.20260915.052534_amd64.deb Size: 11564322 SHA256: fecf9c9a7ec2b18cc1cef440d5da0b57d0b09ae1c0721ff33e7be9732e111e86 SHA1: 7b63e58fd6801b78eeaaedbe1ec1908363d80083 MD5sum: 04118d758dd68ded22d0afc730795bad Description: debug symbols for ros-lyrical-autoware-adapi-v1-msgs Build-Ids: 374bc66d6b40208ca0825d4783e11187b307874c 39011eb07e43fed2021b296df3e625034beffd53 47ceaaad047c743388d89de661669ee7d71716a4 642203d99f77f17aff14404b993889ad083983c4 6f83e22d48c404f7f526a4596b96620c4f749951 6fd1defa54b5f5d43a0119b58d3400bb4d7d07d9 85ebed10ec4f1c2bcdcd93fcc43a447c987e0e9b 8bb4458201b63792dd09dd3d72d6eab622b87d5a a7e5393cab3d865178ee676c9de76bf3b4e5ddb9 ab03cfcf9cf0b4f66ecd1dbae46eee5987b1fba4 fbefd16bf40ffd60409a488ea5ab298de9d8f12d Package: ros-lyrical-autoware-adapi-version-msgs Version: 1.9.0-4resolute.20260915.044447 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-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.20260915.044447_amd64.deb Size: 73470 SHA256: 59abb08dbf39347c0e0f6978e26478e1c3a2ee3a56aa2633e5e28f172438bf44 SHA1: 69506212bb5044388e2187a5b2e5ea62afc6b730 MD5sum: f8620f965b75d4e4db5b7aae6910c7e3 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.20260915.044447 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 540 Depends: ros-lyrical-autoware-adapi-version-msgs (= 1.9.0-4resolute.20260915.044447) 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.20260915.044447_amd64.deb Size: 329942 SHA256: 90f5366079d9d8cdcb6021cedcab3c534ee5e6f816aa7b13111145355237fd20 SHA1: db3310ec601523481826ff30f110bcfe917f5a84 MD5sum: 0efd10bba0acd98f3da788768ddf2bc4 Description: debug symbols for ros-lyrical-autoware-adapi-version-msgs Build-Ids: 170508f02f03c5e00d357a99089b199d9f4ea443 4220ee377e006eda69e0a02a6cbc53d052356b4c 592bdfcab0a82a0a6104ef8e9188c6e9af183e8b 63ed9ac9e0dfcd0dd3f962dc703330ce70596651 8f694b4fb76a8fd92bababae3b8b2f9dc0beab1b a4b2a5c36f695102e69dd639b1f8737961690fbd b57c538c80a04de4baaf6529d826bc823f2cec54 bf5db93721e15dda9922064473ac4589a11bdedb d39ead432ea000c51378819336349c9eaba76773 f1e6386b13e3e26b0838a9f04df4432c64d97773 ffcbe30b9a79cffb80c8d6f15817141d85112cbf 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.20260915.044734 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-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.20260915.044734_amd64.deb Size: 82950 SHA256: 0a6eca0c1092a362172fd61b0b33f68cf26f5e4c5c43121915c62f6419d05e16 SHA1: 5ac4edf9cf3ac6cc08d67dd1928f2442b5697750 MD5sum: e46fb1de08ec6ddbd8e52b9714385346 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.20260915.044734 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mete Fatih Cırıt Installed-Size: 692 Depends: ros-lyrical-autoware-control-msgs (= 1.11.0-3resolute.20260915.044734) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-autoware-control-msgs/ros-lyrical-autoware-control-msgs-dbgsym_1.11.0-3resolute.20260915.044734_amd64.deb Size: 476468 SHA256: 36a0e6cfb8e43f94e73ea9ddf2f8be10f9938a61b8b4fdeb8a6e7c62f10ea9ad SHA1: 022edbd89e1d721c6c47b949d0081e8e923b7a05 MD5sum: f844b635e5b493042cccde7e251aff7d Description: debug symbols for ros-lyrical-autoware-control-msgs Build-Ids: 12ba7c70f4f700e58b633659034ce4c23b98f56b 258f88dabfeb0c4cfc483467f4ef3d6c2d9828bc 522a0d3e324416dd87285c73f85cafdda04904e1 60b15455b11e7fc3b5b8cd94e31a987090ea9f5e 73239e97e83d77325f51bbc45f7b70696c73d988 92d1100bf12b6a5274090213ec0b3369e7909e75 9a90b1758e84ec0412edeb80dfed568188c0e819 ab2d46e6cbe810f016ee9496f1c491105c5d3f53 bb505119f91a6bdd573921274d1d87b61a2efa88 f0cbc1f07ac14ce966e8c82ea12dc36f297f6429 f90067a40d7d119bec82db220cc1bbabb945125a Package: ros-lyrical-autoware-internal-debug-msgs Version: 1.16.0-1resolute.20260915.050920 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-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.20260915.050920_amd64.deb Size: 195212 SHA256: 280616cea73f8fad3fb3d75c9903262aa5f2b1be682cf77ce8f79b13345b290c SHA1: 4142107fc3553fc812d6105c931da49688c9f594 MD5sum: a2856289ebe2cc61d281fba0c52f7a63 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.20260915.050920 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ryohsuke Mitsudome" Installed-Size: 2291 Depends: ros-lyrical-autoware-internal-debug-msgs (= 1.16.0-1resolute.20260915.050920) 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.20260915.050920_amd64.deb Size: 1696536 SHA256: 5f997cf6eb93bedb6e9888fc7adb7879bcb30eb008837cba72a6446ce1e0e509 SHA1: 3cae2fc74a6cc8ac0ffb377a6e10427746390421 MD5sum: 37dda21195fda613c8bd4efd6713ac16 Description: debug symbols for ros-lyrical-autoware-internal-debug-msgs Build-Ids: 293dfd400d524ef9081e17445e72d9a6d3d49b5a 499f82c1fb6aa3ae5aa53f278a08a8a9e5fddeb4 4c92b9a47f0994f35bc22af8f06764210947818f 542c1a7e59dd909b1e011d7baf86ae550094da08 790ff2479b9ea82b2bc5a5f1c4ed89908b7ac641 8b2ab94452f7a27ae19883252f8852f9f266de80 d47e14225dc49e17a6c5b6703fc5166fbd71e387 dc4be454cf21b8e4bdb9f5005507be35cabeb12b dd17d0f48f744164e69a4ee00a39c2a5af81236b f2effd7868b51ba0da7359e99e35af4c8b040269 f7e59cd3b8f0e42ee7ab1f877514fc8086966b0c Package: ros-lyrical-autoware-internal-metric-msgs Version: 1.16.0-1resolute.20260915.044748 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-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.20260915.044748_amd64.deb Size: 66088 SHA256: 85f44a56e90ad7036a9ee12f680e1aebe022e630070e0b4eeebae09cfc938eb1 SHA1: be2572741a08cc6d31539818191693a9f4c5dcc4 MD5sum: f0b9fdb7ecf97bf8bb33b358e6afbb1b 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.20260915.044748 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Temkei Kem" Installed-Size: 536 Depends: ros-lyrical-autoware-internal-metric-msgs (= 1.16.0-1resolute.20260915.044748) 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.20260915.044748_amd64.deb Size: 362598 SHA256: dad3e64b3cc9a92cddb2deb792c290bf96e7d0ee4bc0d54fb650bdefb93878a2 SHA1: 88d3e615adedd401be3496bb12ee6d781c17c4f5 MD5sum: 9fe8bd65261f54eba6307578087ddf11 Description: debug symbols for ros-lyrical-autoware-internal-metric-msgs Build-Ids: 2ffc68da043085bf311d61c5730555c44970433a 34f9c6571218b58707aa6a020c1c24a46d5c9929 3c62a3b4aaccf20f635606f6670ddfb938f7e46e 3eb79200534e39518fa7d0ca07689722bf4b4a10 544199c1ceb2937873aafefc9e0eb70c06df16b6 7d868df2228532d050178fdb944c0a15285f9137 8e310ad263d2eae15dbb05c3eab68f13545bfea6 9fd08e9bf7e3e674be25337558c7f65a526911f3 efe980f25d896155ddeec2624e3a538bad0ae14a f739ad5c5c8a00274d9c452a8b22e4ed861bd898 f9f65e21cf1625ca32111c5b095b4760c907d3e5 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.20260915.052700 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), 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.20260915.052700_amd64.deb Size: 304256 SHA256: 37c4e847c14b8e7fe6d577fcab23c008bd9f91c103a5fd936d5460b2d53ed74e SHA1: ecfc528bd533de437bcef5c908ca53cf15fd471f MD5sum: f19861638150ec055ebbe11ff7ec98d7 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.20260915.052700 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mete Fatih Cırıt Installed-Size: 3898 Depends: ros-lyrical-autoware-map-msgs (= 1.11.0-3resolute.20260915.052700) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-autoware-map-msgs/ros-lyrical-autoware-map-msgs-dbgsym_1.11.0-3resolute.20260915.052700_amd64.deb Size: 3075430 SHA256: 23142fb0d8aa0ef5a35699630f83e9f875612ce7ddd4ebc9f73c7dc531069115 SHA1: e2bafe4cfb2d04165c88f3633794db78f61efffc MD5sum: 09e9d9bff4fc5c6fc56cf118a33f84f1 Description: debug symbols for ros-lyrical-autoware-map-msgs Build-Ids: 0292f537d15a0c05db26fa6f25be38966627b089 02fc9f22a265e7fe16ffebca54cb42545ddb4b19 03e15d4b3ba4aa2761bd4db2630de22d3ce05549 4b2ed83cb0b45fdcabde6f369e7ea777dd8a1a28 5f0c1a41fed65488659caf8edab7ddbfe95c3027 6783ed813c76f2d54d7081542f9dd634273642d6 797196eb604c65af7090ba17fb32eff7fa1d9a85 79ea3d2f0eebeab9381f2046d1e5b6862a3dc6b8 8ae806795b71a82473673c8a7c9c5aab504804da a53175464b3cf0a9bd523a8b29b2cdad5ffd42f7 b37ef0a3c3c6b04e630155c0a303487615f8ebd4 Package: ros-lyrical-autoware-sensing-msgs Version: 1.11.0-3resolute.20260915.052711 Architecture: amd64 Maintainer: Mete Fatih Cırıt Installed-Size: 2097 Depends: libc6 (>= 2.32), 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/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.20260915.052711_amd64.deb Size: 187592 SHA256: 251a51aa48726a8d2785e60145dac4b109a9955944357c03fa096417b7a69237 SHA1: efc84a58cb0ae12e9c59b2f633db05cd3a9403ec MD5sum: c85b184fa78ee8e99cce8171a1aca6b0 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.20260915.052711 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mete Fatih Cırıt Installed-Size: 1932 Depends: ros-lyrical-autoware-sensing-msgs (= 1.11.0-3resolute.20260915.052711) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-autoware-sensing-msgs/ros-lyrical-autoware-sensing-msgs-dbgsym_1.11.0-3resolute.20260915.052711_amd64.deb Size: 1512524 SHA256: 7bef65dd7fc4a0c0fedd6d10d95aa9f5bf7284cd4cc64b275eaf3e1af2298426 SHA1: 75c8040a40b62a2efef49411cadba6b6eee763a7 MD5sum: cf8be6be8bee9e4eabd6c6d9ddaff72b Description: debug symbols for ros-lyrical-autoware-sensing-msgs Build-Ids: 16d0b2035480be8b336dc399bbe0d110f1d5b870 29a9eb4c4fe3c5678f485b9d09f5abbcdad1f17d 342aae1eb28d2b076f6734586c1f5d68fb124f85 57f3e2425e2b3c43f929b1b27989540b9132ac67 5ceb56268fad5cb20b44b514f2c639745a4a8373 6b5bb4493b3b16e7ea46502c139f911bd05b0b28 723a53b58b838a3e575b4f2c0e0727d5622c7923 9612047f4912577e77f879f067ea6e2b38a6e181 b915a49092ad011f45418afc938512471ff2a54e c42dc124a85ab40ae2b7d7f08db47641a3bfbbc9 c9c7a2f74f62145403edabcbb749287529a366f2 Package: ros-lyrical-autoware-utils-diagnostics Version: 1.4.2-4resolute.20260915.072929 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.20260915.072929_amd64.deb Size: 55674 SHA256: 69d36193fc831f981f994a05f03fbc9e8a88fba5ef24462a0443b159d7eb8f7a SHA1: 49190e00590328a8e2e4a35d5fc625ad27152049 MD5sum: dcede2f67ecf9cdb78ef3f56908ea714 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.20260915.072929 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jian Kang Installed-Size: 854 Depends: ros-lyrical-autoware-utils-diagnostics (= 1.4.2-4resolute.20260915.072929) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-autoware-utils-diagnostics/ros-lyrical-autoware-utils-diagnostics-dbgsym_1.4.2-4resolute.20260915.072929_amd64.deb Size: 779632 SHA256: 893802f88cea55528cb049f19df3f8ff4fbc0bc09fd63f7fdfde4558960285ff SHA1: 2cc91d3faaed8fcfcc7d2e36f3446efc4490e28d MD5sum: f1df7a9e1c22880f8506badb3c96fa30 Description: debug symbols for ros-lyrical-autoware-utils-diagnostics Build-Ids: d4ec5cbf28891d3c2d3e10faf2bf7f2f0450647c Package: ros-lyrical-autoware-utils-logging Version: 1.4.2-4resolute.20260915.080341 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.20260915.080341_amd64.deb Size: 30982 SHA256: e821448975c300f1037e48e78ea01597532742ee048b915d3ade6bbcb06fd901 SHA1: 44e4a5090c81ae11f44a08f572387ef676191756 MD5sum: 32a888362fc0cdc2a3d3335269cc1212 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.20260915.080341 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jian Kang Installed-Size: 488 Depends: ros-lyrical-autoware-utils-logging (= 1.4.2-4resolute.20260915.080341) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-autoware-utils-logging/ros-lyrical-autoware-utils-logging-dbgsym_1.4.2-4resolute.20260915.080341_amd64.deb Size: 446142 SHA256: d836eaf4ba0a0e8d9f6589b24832beaf6b3367b233d014fa0a5f10994e85501e SHA1: 17b9c146666214c8f4db05708cd8352ae96f9990 MD5sum: eaa427b740b647b6aa1d4f191e61f91e Description: debug symbols for ros-lyrical-autoware-utils-logging Build-Ids: f6cdb1fc4b8bb13c813f2d96b2cfb50eca3eae15 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.20260915.080630 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.20260915.080630_amd64.deb Size: 9454 SHA256: 8d741a8d240a57b5ff5b6c1290fc0b4a3c8d38cebda96f1ca76d988cc80277c5 SHA1: 4f2a7058fac0a735e9b0a33ad3e913d34bb371dc MD5sum: ba1b6dd50926750f59e74aa595cfca71 Description: The autoware_utils_rclcpp package Package: ros-lyrical-autoware-utils-system Version: 1.4.2-4resolute.20260915.080558 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.20260915.080558_amd64.deb Size: 15830 SHA256: 4f98c05106b7de13fe50282c964760c3d181d75bd9cca9b09fcf617f49291cb7 SHA1: 6ab7cb1ee03cbcc6947e33077b050c33c1212d8d MD5sum: f6e0dd0a3e441c85ca5667e0a4de9ef2 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.20260915.080558 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jian Kang Installed-Size: 234 Depends: ros-lyrical-autoware-utils-system (= 1.4.2-4resolute.20260915.080558) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-autoware-utils-system/ros-lyrical-autoware-utils-system-dbgsym_1.4.2-4resolute.20260915.080558_amd64.deb Size: 217862 SHA256: 203e9bfde07d2f36cde8afa69d748e287ff2cddc908977b91c8d2e222d32c6af SHA1: 8305da31c86c7f3ca46b82df5dac8a8e63e7e2d4 MD5sum: ea89b4fec9397ab251dd8997deb066ca Description: debug symbols for ros-lyrical-autoware-utils-system Build-Ids: 863e386bd5ade53d1d144e0e1276dc417781cc14 Package: ros-lyrical-autoware-utils-uuid Version: 1.4.2-4resolute.20260915.031143 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.20260915.031143_amd64.deb Size: 7968 SHA256: 6219a6a294de79826811acd9f4489b15721a3dbaf0d050125cc1e2422d6c914e SHA1: cbf0601605ec5b570d589493c138abbe4b258edc MD5sum: f7c59953c8f0b98f1578997bc172c0c9 Description: The autoware_utils_uuid package Package: ros-lyrical-autoware-utils-visualization Version: 1.4.2-4resolute.20260915.073751 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.20260915.073751_amd64.deb Size: 17798 SHA256: 6580d056d901b547e704447e77fb49f429bb0da5822edfec130ea6540178148b SHA1: c0d47721ee0dedadc56a95b45a0ce6b2c48b821f MD5sum: 855f25ddbf155edf4d3c9a0685c811ac 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.20260915.073751 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jian Kang Installed-Size: 156 Depends: ros-lyrical-autoware-utils-visualization (= 1.4.2-4resolute.20260915.073751) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-autoware-utils-visualization/ros-lyrical-autoware-utils-visualization-dbgsym_1.4.2-4resolute.20260915.073751_amd64.deb Size: 136322 SHA256: 5d365013f0381229d0441091774d71743b1345535efee4ccf3777953f3c294a1 SHA1: c26a44d36b095237f4bddfafb094f49808aa7fc2 MD5sum: 949a3ddb449c06fc6b4c39de1664ecfc Description: debug symbols for ros-lyrical-autoware-utils-visualization Build-Ids: 388c2cd5a63f6f2c5887855ce5a880651314fd4c Package: ros-lyrical-avt-vimba-camera Version: 2001.1.0-7resolute.20260915.153702 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.20260915.153702_amd64.deb Size: 665052 SHA256: f55622d156cd1dbeabe362c6e59a5d28333f63dc2cb2fc3bc416d329931ff5de SHA1: b1dda82e49872094ed9fc8a69eb79132511bdc36 MD5sum: 62c8d6910e3f05ea3ba60d3c689eef5b 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.20260915.153702 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 5045 Depends: ros-lyrical-avt-vimba-camera (= 2001.1.0-7resolute.20260915.153702) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-avt-vimba-camera/ros-lyrical-avt-vimba-camera-dbgsym_2001.1.0-7resolute.20260915.153702_amd64.deb Size: 4474228 SHA256: 83bf6aed555899ec15de32896554188f6fb65b65896b66a03ca112ae80c18b3e SHA1: 664d9ecd6334535ef05188d5bf963c194d1245ae MD5sum: 0b46e862c62f90cc5e58dd73abe506da Description: debug symbols for ros-lyrical-avt-vimba-camera Build-Ids: 1d747a1d0ed6566f725100e8fa2f9aed8b5621c3 1fad90904736dc6ffb0adcc2945265ed4d600cc3 6430b1e9a1cae6769a86d49ce657af1ddfeeeefd 76932751b23458e4f88d8cfd13a01d695d137b87 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.20260919.191356 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.20260919.191356_amd64.deb Size: 86586 SHA256: dc046668550e7bbb87ffb54733b29c4df0943a19a9b8af5b2fbefb9a72e5900d SHA1: efbb380924a64560d868348279da3bc0d5e6375d MD5sum: 7c99f9b52724a2842baa9a44740b7074 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.20260919.191356 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 1723 Depends: ros-lyrical-bag2-to-image (= 0.1.2-3resolute.20260919.191356) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-bag2-to-image/ros-lyrical-bag2-to-image-dbgsym_0.1.2-3resolute.20260919.191356_amd64.deb Size: 1621134 SHA256: 70032b2bdafe20d648dbd09b673daf877f40f36ae362d9957fbb83f564c00b5a SHA1: 5da67134d8c8bc0022818322262355ad83bb884d MD5sum: 736bcc7585729e90ee167e34083c6434 Description: debug symbols for ros-lyrical-bag2-to-image Build-Ids: 08f9238db1869b2f2cdbc1c7eca3eb0847e5ff69 3a4ec82012e3a0c2fb5257fa347f79a905e7432a Package: ros-lyrical-battery-state-broadcaster Version: 6.9.0-1resolute.20260915.094353 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.20260915.094353_amd64.deb Size: 124012 SHA256: b5f64c8aab893e222f0de7433ad2d1f66d94485d8d93ff365c6ba0ee58e21d9c SHA1: 9c3015f91c47000dde5ab8d4ed4c4ddd7e52008c MD5sum: 849f9e0e5824557bc60f6af9d0be910c 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.20260915.094353 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1893 Depends: ros-lyrical-battery-state-broadcaster (= 6.9.0-1resolute.20260915.094353) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-battery-state-broadcaster/ros-lyrical-battery-state-broadcaster-dbgsym_6.9.0-1resolute.20260915.094353_amd64.deb Size: 1707382 SHA256: 1a818780786675d61a828ca377a5abf0b31a24ae2adcf9c83f3fc70a2632495f SHA1: 0730b5c8b17317d80a3849903513ca3087fc5727 MD5sum: 0faa1f064c512df299a0c0ec1efd8326 Description: debug symbols for ros-lyrical-battery-state-broadcaster Build-Ids: 0b9bc40089dc5bb9d7d60fceb43ddce49889850c Package: ros-lyrical-battery-state-rviz-overlay Version: 1.2.0-3resolute.20260915.071745 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.20260915.071745_amd64.deb Size: 128646 SHA256: 58188bd5a78e24220c61bf68fb13d00f9e1febf88aa9f50bc6a92c1f8b698af9 SHA1: bdefef4f239048a21eb83f857b726dd6526320e2 MD5sum: 7cd05f770510eea666328e1aa61c2936 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.20260915.071745 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonas Otto Installed-Size: 2603 Depends: ros-lyrical-battery-state-rviz-overlay (= 1.2.0-3resolute.20260915.071745) 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.20260915.071745_amd64.deb Size: 2180386 SHA256: daf9a1ae58603401243ceede316e115d396e693505d8ca77abc5342c5bd22b91 SHA1: c96316dfe4b42399080cf49e2315daa3da4af6c6 MD5sum: c4e578db28cc9847f518f0d5edf15092 Description: debug symbols for ros-lyrical-battery-state-rviz-overlay Build-Ids: 1ab7831487463d931a557ddb95dffb4155ab1162 Package: ros-lyrical-behaviortree-cpp Version: 4.10.0-1resolute.20260915.080455 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.20260915.080455_amd64.deb Size: 656266 SHA256: 284f2ba449d0172b1924d716ee4913175699315fb2583a12b7b1aa9f49ac8f3e SHA1: fb5679aa38db856ea352b6f1d0c9e4ad33b6be58 MD5sum: f174af527759a9d9288ef291e10a21e9 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.20260915.080455 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Davide Faconti" Installed-Size: 13754 Depends: ros-lyrical-behaviortree-cpp (= 4.10.0-1resolute.20260915.080455) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-behaviortree-cpp/ros-lyrical-behaviortree-cpp-dbgsym_4.10.0-1resolute.20260915.080455_amd64.deb Size: 13093408 SHA256: 15a46302827eadcddfc2a6e1b228fdb7d0de3d0572e1a0fb4e8ebfc9ab875bdb SHA1: ede36eb18d6cbca3f60fc2667a66e62484690a8a MD5sum: b63ed832311d3a04b061308409224a50 Description: debug symbols for ros-lyrical-behaviortree-cpp Build-Ids: 33b592900aa2b0ff3bf5860aaeaa58f90e99ba41 4d10a00e1f296b36de0c816797af2220b15f4c8c 727c60cb0f6ff070d4aed62f7548e53e2d79ad21 b5fa531cf1cb3a25334d14482f4dbb92c7468ff6 f2d78cbcdecc46c2e226768cf54264d0dadd0301 fa6fdd8d6f18a55c819a17f2323c57f8b8cb8d27 Package: ros-lyrical-bicycle-steering-controller Version: 6.9.0-1resolute.20260915.151936 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.20260915.151936_amd64.deb Size: 49868 SHA256: 3962235da7cf70fcaa5d02b3f3f0c0ae06fddae08ca82c9da85685e5ac937656 SHA1: 20ebff542deee4d35a40e540c5fc3d1b6110713c MD5sum: bd58aea0b4dc597a5b3ea0e6fa485e07 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.20260915.151936 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 763 Depends: ros-lyrical-bicycle-steering-controller (= 6.9.0-1resolute.20260915.151936) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-bicycle-steering-controller/ros-lyrical-bicycle-steering-controller-dbgsym_6.9.0-1resolute.20260915.151936_amd64.deb Size: 715692 SHA256: 624dc624d3d0d6036bf97924e94386f1f4a5d62d14359b5f2c85d77285ec5ab8 SHA1: 17ce8a2d1a084cc7f089ec49e00115a254846518 MD5sum: 39eadc8308f4fc0e1e338f061b02c19a Description: debug symbols for ros-lyrical-bicycle-steering-controller Build-Ids: 7f0e4c7599d695b5d335955b7de25aedc26ede65 Package: ros-lyrical-bno055 Version: 0.5.0-4resolute.20260915.065024 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.20260915.065024_amd64.deb Size: 33006 SHA256: 5c308da9eee6ef753fe26395510961534ef7a0b1bd7f5051e701f87834d7ac1b SHA1: 1afd4450516fb02f5129f009e47adee09489a5f0 MD5sum: 539c4f9d213298b3960be909fed44b9d Description: Bosch BNO055 IMU driver for ROS2 Package: ros-lyrical-bond Version: 4.4.0-3resolute.20260915.050920 Architecture: amd64 Maintainer: Geoffrey Biggs 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-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.20260915.050920_amd64.deb Size: 60136 SHA256: 1d76f42d9a27c378196ada3403f41beb58d59cc7271c72a28767e652cc474e78 SHA1: f60bdecf391a5e45a220fac0b799ba989b21c449 MD5sum: ceb7391d0507ca8c05f6f08fcd0eafb8 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.20260915.070020 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.20260915.070020_amd64.deb Size: 6018 SHA256: ec7339a3fce2b603f143bc4f5e4c4ad85654a23b7a6a5e7a1696e2c8e856232f SHA1: 9e9d6e5c09edff1836589a85d34f6b56948a0e10 MD5sum: 78c89cc3b2f8dac14d81d08b40ab205a 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.20260915.050920 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 473 Depends: ros-lyrical-bond (= 4.4.0-3resolute.20260915.050920) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-bond/ros-lyrical-bond-dbgsym_4.4.0-3resolute.20260915.050920_amd64.deb Size: 309696 SHA256: c3f2c82c30b558ce87c43dbb6bdea2c099367275e65d5df9dc528479c3ae2815 SHA1: 2ff50a9fd75a08db52634098d9f2f5753741408b MD5sum: b18754b0356ad00ea776d12795855149 Description: debug symbols for ros-lyrical-bond Build-Ids: 166591d417178a1c04ddc5a5b4fb751dfa4af7bc 413ca735d3fb4506144885ca345ad46d8512d18e 4546a47e213646f2c5272a4cfe44c0e4c12f4f32 60cd5301553bb2ec3d9adf12f84c84fd145d3d44 6b29acc49a0ae176e3ccc5737a2e41b96d5f99dd 9cfad9d97c7a2824e5a5a636b4892d26edb3a900 c2b2de74704bd696fd206ea2c52875ffeaaf6e05 ccd0b0edc88f34e3611b84fbd521ca358fc80c66 eaa2a2d1ff4d4d29f151313bef1e8c27884b74e6 eb403822e259577688854ef43b3bd7b92d35808d efef1d4ea99014e26a7085e020a671128df91be2 Package: ros-lyrical-bondcpp Version: 4.4.0-3resolute.20260915.065330 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.20260915.065330_amd64.deb Size: 134110 SHA256: 8d64b66ac23f7069676bf86852a1feb76bc85c579099184b3e0baf3ab5f44180 SHA1: fd628fc5a4bf5210fe30a77164c1523814257c3d MD5sum: bdf8a8c81d4602ff20ddb93e9c8ee7db 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.20260915.065330 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 2542 Depends: ros-lyrical-bondcpp (= 4.4.0-3resolute.20260915.065330) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-bondcpp/ros-lyrical-bondcpp-dbgsym_4.4.0-3resolute.20260915.065330_amd64.deb Size: 2116034 SHA256: 5df654d643fd5663b9db2aaac76f505547eafa83512dde74703249f352bdd488 SHA1: 0839eede5f91fc6458b1f80e5e31ab1e20cc0581 MD5sum: 2077f3c198bf83d8c4913dd1d8f8dab1 Description: debug symbols for ros-lyrical-bondcpp Build-Ids: 95ab64a17bacd76a791fde400a8d0c86db6a1305 Package: ros-lyrical-bondpy Version: 4.4.0-3resolute.20260915.065329 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.20260915.065329_amd64.deb Size: 16910 SHA256: e511041834590b1fc03a1276679174f0e7734af873e4803adff4b8e20bd754ee SHA1: f49cb7ee6aaa9ba884ab7238c3e8bab559612dae MD5sum: 23f0dde793f308cbb963587fb0a36e3b 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.20260915.072222 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.20260915.072222_amd64.deb Size: 11470 SHA256: 5dcbbbd324cbace6a9ed19b7d1585c679b376049956b9b4e1c4c25ae4b217347 SHA1: e9337145af17a810dc98ca5a85df67d6934da3e2 MD5sum: 3d179c75bd82961991ae30d0ddc9d4eb 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.20260915.072222 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: masaya Installed-Size: 48 Depends: ros-lyrical-boost-geometry-util (= 0.0.1-6resolute.20260915.072222) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-boost-geometry-util/ros-lyrical-boost-geometry-util-dbgsym_0.0.1-6resolute.20260915.072222_amd64.deb Size: 30254 SHA256: dcdf2294517eca4acdb5da866598a58241f2c726dc1f6d145d8690a3b4826d01 SHA1: 154e15d91b4cb67b00e4c7a8fcebef3fa65337c1 MD5sum: 9ef9f19e0bcb8d81ce06f4004a11cd9a Description: debug symbols for ros-lyrical-boost-geometry-util Build-Ids: ac5a103a7a1e509cfbd194c497795baa5cdec0cd 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.20260915.073238 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.20260915.073238_amd64.deb Size: 184310 SHA256: 1bd34551e6cbee736ff29865afb1eedaaa922c6cb35b08719483acedce8c6de8 SHA1: e8e0ae58772cd15e9e605ef1035746dcdc2a7d53 MD5sum: b7335c3dc5182670b1953552a0590154 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.20260915.073238 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 3693 Depends: ros-lyrical-broll (= 0.1.0-3resolute.20260915.073238) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-broll/ros-lyrical-broll-dbgsym_0.1.0-3resolute.20260915.073238_amd64.deb Size: 3181320 SHA256: 1f0f0d43f34f7b1feb982d77313aa3decec465007df53f4e7bbd36599aa8a28b SHA1: 48d41a3e7f99a9b450802d1423a2704d91751c30 MD5sum: f113c1efe3a828010ef96ecb8b7f7f18 Description: debug symbols for ros-lyrical-broll Build-Ids: 49ea23d5fd9b3173e06aa7f5d7a6371a6596b313 89dbfde2bc66bcf9bdcf5ad3c2952dba9070e20f 8fa4e2ddc717c86f62aea1c5c4d32b24f1eba93a Package: ros-lyrical-builtin-interfaces Version: 2.4.5-1resolute.20260915.031157 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-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.20260915.031157_amd64.deb Size: 49886 SHA256: dee6396621880ecfe451ff37c762c85307c9efa78b116c80cf3f41ea5ce11bc6 SHA1: acb170d5d20c3a119317950c829ad3476d2e6256 MD5sum: c4c03b15995073be1868314acfc65ee9 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.20260915.031157 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 397 Depends: ros-lyrical-builtin-interfaces (= 2.4.5-1resolute.20260915.031157) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-builtin-interfaces/ros-lyrical-builtin-interfaces-dbgsym_2.4.5-1resolute.20260915.031157_amd64.deb Size: 243290 SHA256: 6d5a24ff79d2faab4ad2cb41334c2beea1604346490b536939e756810f823a3d SHA1: b7fee9a428098a848e78f29c632fe0e139dd07d6 MD5sum: e3d01e7ca45f187267bce9ff32c8b0d3 Description: debug symbols for ros-lyrical-builtin-interfaces Build-Ids: 1342a899d40ae922c05843a09ace64f5561ec20f 1b1325e8d80baf339d2d0509633647305cd8a71d 1db3c73548a1c883746306185427c6535470d1c0 2668707849c18832ae40f2a6f9225b92eeaf7ea5 3333aae4f8ecf511be6c6332aaef362bfbf56d37 49249df498bdc1b2b3f5953421e4e0fce4ac0324 7d1457338bc22e1df2db47fef55975bb9f3cf06a 8e3dfbe42b86583b256a1dce2f04ae4830562251 93b83ab9cda14fc930f46779bce15e1d4cd025a7 af880b270af6cb0f8e8739b1852253726b048b7a e8ac639a6d99bc249953411a4c7f9a88e7d5baf7 Package: ros-lyrical-camera-calibration Version: 7.1.7-1resolute.20260915.074429 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.20260915.074429_amd64.deb Size: 79734 SHA256: c05059bf2589132894c53e6c8637d55b7aedeca9193f20c68e55b3c10e4579d8 SHA1: 59f742f2b4d6da2d9671d932e8c276f7f1d1384f MD5sum: 1c177a6097daf23f98855b7499bdeec3 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.20260915.073520 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.20260915.073520_amd64.deb Size: 64340 SHA256: 502de5d950f357db2d64edf5a86eb9c245331c8f6a543496a1079f9228b940a9 SHA1: 77c364c5e1709bcee8b5cf6c2b8b76ca19ee49b4 MD5sum: 66bf0ea93f80274e1a086f85f8689085 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.20260915.073520 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 875 Depends: ros-lyrical-camera-calibration-parsers (= 6.4.10-1resolute.20260915.073520) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-camera-calibration-parsers/ros-lyrical-camera-calibration-parsers-dbgsym_6.4.10-1resolute.20260915.073520_amd64.deb Size: 805284 SHA256: eb9fc56f5859c6a7a65cdb7742ef80491d322ecdd50b9c4bea4aee49b6334e13 SHA1: 72bc0f2d40a5541bf440ce03f7ba0ec96bceeffa MD5sum: 8bc589e14a7e4c60198e257ba94aebbc Description: debug symbols for ros-lyrical-camera-calibration-parsers Build-Ids: af7ee2ab7e8f7c56c75eae9609a2747b95508bee bb9e945471f64f4564d611f30ba6ef6d3643d00b Package: ros-lyrical-camera-info-manager Version: 6.4.10-1resolute.20260915.073940 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.20260915.073940_amd64.deb Size: 50994 SHA256: ce44d442b2e131e8626e229223ca45126575f6da2daf7e65e1e8a45126080b2f SHA1: a76c124b724f3e03b5d0dcbcd50195c64f5a5283 MD5sum: 083339e85ba0226a2e5315cb22f08494 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.20260915.073940 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 623 Depends: ros-lyrical-camera-info-manager (= 6.4.10-1resolute.20260915.073940) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-camera-info-manager/ros-lyrical-camera-info-manager-dbgsym_6.4.10-1resolute.20260915.073940_amd64.deb Size: 567972 SHA256: 1bd8d67ebe641762c6634b3d287686d710676989e52b85b72297ca7ecf0a254c SHA1: 82cd90ec8962447c7fbd13c520ecfa599ded3c1c MD5sum: da35ad13a3c9a9c9f597a4d910e96012 Description: debug symbols for ros-lyrical-camera-info-manager Build-Ids: b03cbedd2775e85cad8ddbe347d807afb710b9d1 Package: ros-lyrical-camera-info-manager-py Version: 6.4.10-1resolute.20260915.073110 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.20260915.073110_amd64.deb Size: 26154 SHA256: a2e4c3c006f810757d294d61c00e0c9c1db1abed4a5c48a3a00b2bc551512bf3 SHA1: d1fc6f888b83e5f70694b1e3ac504be6ce0ad849 MD5sum: 20c7e7d3d248594690ffb73f1a13c2de 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.20260915.090030 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.20260915.090030_amd64.deb Size: 230156 SHA256: dc0c755833bc0c8a560fd965b5ec7de9b9fd55fdd11eb6c15aac33044370c1ff SHA1: 36b82ad24e2857f79803175d3836e2713fc729ec MD5sum: 9caa97ec11bbfa4cc400847015e5b25d 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.20260915.090030 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Rauch" Installed-Size: 4809 Depends: ros-lyrical-camera-ros (= 0.7.0-1resolute.20260915.090030) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-camera-ros/ros-lyrical-camera-ros-dbgsym_0.7.0-1resolute.20260915.090030_amd64.deb Size: 4461300 SHA256: 0b4285a52c11ba8e0c7cd5defb1d2f3ec3982b7a270b07c8e6152a0b977d7bd5 SHA1: 33169c0836d07e7792de1512bc4b0b0b05bddbbd MD5sum: 09309454d01d02c2d492cc1cb737ab3b Description: debug symbols for ros-lyrical-camera-ros Build-Ids: 5dd0109fdc1bcbe6beb4ab8b3939b3ccff06e40b e5709c4f8d50b89782589821e106328ea8fd718a Package: ros-lyrical-can-msgs Version: 2.0.0-7resolute.20260915.044445 Architecture: amd64 Maintainer: Mathias Lüdtke Installed-Size: 485 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.20260915.044445_amd64.deb Size: 49846 SHA256: 0aa7fcbda94c26695057eb17cfdf2ddd9365fac2287a3c61c4e339e70b831f6f SHA1: 24ac1e370669a8a95291a6e37873cc7a5a10ae7b MD5sum: 0345a074601fdd3e247b673f4cfc5ce7 Description: CAN related message types. Package: ros-lyrical-can-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-can-msgs Version: 2.0.0-7resolute.20260915.044445 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mathias Lüdtke Installed-Size: 348 Depends: ros-lyrical-can-msgs (= 2.0.0-7resolute.20260915.044445) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-can-msgs/ros-lyrical-can-msgs-dbgsym_2.0.0-7resolute.20260915.044445_amd64.deb Size: 208458 SHA256: f6f608c30b59eca70f98b6dc9d4fce674175d891ec079f476f0b104718e36c15 SHA1: ca0dd562a9d2b28efdfefecb5deb8fdec4fa826c MD5sum: 2940e421338cbb152e001a02e12e65ef Description: debug symbols for ros-lyrical-can-msgs Build-Ids: 5ae1ba82ee2ebd29edc72d0fd740837ccab1e3cf 5f3c48652c2dbb5ce213918e1d78eb9e8770d5fa 9329a117b613a0cac9ab9c8e0732d6b00c3a05e0 b02d547daab558f70e3e461c8426ac4a3a6200e7 b51f3d68f077b83a16724551bc8dd63ed2cb5eac c91a447be1af487739ab077fb023303d12cf1a92 cd7a2b07a6923b666a1742512b4907a100cafb72 d26fdb37e5a12afd7b0558ca1d0f8d0246c40327 e75b0cfd9359ab195f98e108540475c6a5df2cfb f0684ad365196bae1e5b298599a6944e8d3f6963 fc4ffeab3546f08718669765b60e826a0616cae1 Package: ros-lyrical-canopen Version: 0.3.4-1resolute.20260915.073944 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.20260915.073944_amd64.deb Size: 7346 SHA256: e9a9e4242323ee1e9786b47b62bb316f56f841be9b99a69c541a9e870e61b6a3 SHA1: 6089f88037cd8b821049895927e3d36197725bf6 MD5sum: 25afe36cd7df343326343c14fb78d069 Description: Meta-package aggregating the ros2_canopen packages and documentation Package: ros-lyrical-canopen-402-driver Version: 0.3.4-1resolute.20260915.072725 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.20260915.072725_amd64.deb Size: 283602 SHA256: 2af3092fb25345a3a8395168ae1d0e07d80f2618cd338eaa549b4bb7efba63cd SHA1: 97e562944154ebe886e914eb0bde11b254d2d580 MD5sum: cdedf4fc563849d0e8432bcdc702f808 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.20260915.072725 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 6449 Depends: ros-lyrical-canopen-402-driver (= 0.3.4-1resolute.20260915.072725) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-canopen-402-driver/ros-lyrical-canopen-402-driver-dbgsym_0.3.4-1resolute.20260915.072725_amd64.deb Size: 5881738 SHA256: d56456da25c63f1bc010e1487b6fdb9d5f4262c40874cf2a293766b581fd9002 SHA1: e06718200fc46c8cdf4800b0f9b607a4f92aabbb MD5sum: 6a084b89e164230797b1df3adf249b4f Description: debug symbols for ros-lyrical-canopen-402-driver Build-Ids: 1c57b116ba2c28eb089bfa3ef71164faf77df655 7c4cf555435a32b87b277abc90b14a4f758fa5bf b108b15748a7660c7c5dd4d0c116273bdc536995 fad8737728b41205f422409d51688e70d79d1c11 Package: ros-lyrical-canopen-base-driver Version: 0.3.4-1resolute.20260915.070513 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.20260915.070513_amd64.deb Size: 195056 SHA256: aa394b577a23ade3f1bb4d194b97db8f2a2aedcea6ff7c9338fcce62403750ae SHA1: b30b1cfb7553870d6e33d484af7439caba4fff8a MD5sum: 78be18b8ba025f0799faa43e9efc1ef1 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.20260915.070513 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 4363 Depends: ros-lyrical-canopen-base-driver (= 0.3.4-1resolute.20260915.070513) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-canopen-base-driver/ros-lyrical-canopen-base-driver-dbgsym_0.3.4-1resolute.20260915.070513_amd64.deb Size: 3962442 SHA256: b23e99a33cd52c63309b14d3146b41bd48618c492dcb94dfb1a54c6cef7cff15 SHA1: e7d113b1dafcd70cea11d044bef6d5b2ddb3141d MD5sum: 86607187fbc7ad08709427913598e7b8 Description: debug symbols for ros-lyrical-canopen-base-driver Build-Ids: 262571b7408ce23ab2bc221a4db07b5371a2e039 3122260448070d8a5f3f76a9c0717178ce9797b1 8b3b1d6f581cef22c6fd6d104a52e0df40d6dd5f a6f68e74288676d96537a99e15af15f22b4e92cc Package: ros-lyrical-canopen-core Version: 0.3.4-1resolute.20260915.065558 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.20260915.065558_amd64.deb Size: 206686 SHA256: 94b211008778a963062c4ea46f8cc8e276dd18fadc7cef9e9911f63a456cc98f SHA1: 6fc7991baec944106cd2a9d237055924b0a73d3c MD5sum: 22b8759edcc6d6076780e34ad5f7d610 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.20260915.065558 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 4769 Depends: ros-lyrical-canopen-core (= 0.3.4-1resolute.20260915.065558) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-canopen-core/ros-lyrical-canopen-core-dbgsym_0.3.4-1resolute.20260915.065558_amd64.deb Size: 4492516 SHA256: 5c5f3a5e4f3c255c817a6bd915db43664504f3ea7dba4e337f9a4ca36d9df5e3 SHA1: 7b78e8b16b951b4a49137d5ae0680225e25819e7 MD5sum: 981babd8b2e5049badf09273b19d74b4 Description: debug symbols for ros-lyrical-canopen-core Build-Ids: 226bffcab2eb7fb190767f599c5538a98bb233dd 4b88071de4ac63010cdf41b8bc485d0b0e0e4eed 5e055238a13c7929eae1b466713e28810383718c fdb7acdd382e63a1db111f7889cad6f436952763 Package: ros-lyrical-canopen-fake-slaves Version: 0.3.4-1resolute.20260915.065210 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.20260915.065210_amd64.deb Size: 74616 SHA256: 3868dd2e096f850661f156853e6ee1a464ded01359dd9ebe98f6c1ee97467e22 SHA1: dfff129daaeeb82b94c17762508f0b958d754aee MD5sum: 0c5fc75d00ab1ba1896d0197892831ef 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.20260915.065210 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 1078 Depends: ros-lyrical-canopen-fake-slaves (= 0.3.4-1resolute.20260915.065210) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-canopen-fake-slaves/ros-lyrical-canopen-fake-slaves-dbgsym_0.3.4-1resolute.20260915.065210_amd64.deb Size: 972276 SHA256: 104b6fe2737752c3d7d776334e0553c7eb106b7424153920683cd77f5838672a SHA1: 99c25cb2801bf5ab8cfd37d66fb58376cb7d2fed MD5sum: 46ea3f99a3b260469d57554ebd297f68 Description: debug symbols for ros-lyrical-canopen-fake-slaves Build-Ids: 43f0ab9bd6436df613120950b7b05633fed4be5d 5f3f114b0651ae3d889fbb79e851bca953d9bc1b ade4f77bd3481951f64bb3fc3879eb82c5142ad9 Package: ros-lyrical-canopen-interfaces Version: 0.3.4-1resolute.20260915.044447 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-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.20260915.044447_amd64.deb Size: 239024 SHA256: 0af3e7752a3f4d6e9d9039100296b2f091dc49f518a6f29718444edc6e12cff5 SHA1: fef780e7f7cae85a5a9fabd9d9adb7c3ef4163b8 MD5sum: ed52691ffc2987865be24312ccd37344 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.20260915.044447 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 2668 Depends: ros-lyrical-canopen-interfaces (= 0.3.4-1resolute.20260915.044447) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-canopen-interfaces/ros-lyrical-canopen-interfaces-dbgsym_0.3.4-1resolute.20260915.044447_amd64.deb Size: 1852628 SHA256: 44b6ce7a8c504f8a4b3807f663a3e2a2538f4091d88fe22e1713c360d8aee7a0 SHA1: ac89f514821b8e69db8f0ad26325a0ac333ebc8f MD5sum: 762a5b2345e0dee4d3eeae65cb399b4a Description: debug symbols for ros-lyrical-canopen-interfaces Build-Ids: 0935e7694516a7c0cf1c83fa7edb23b0d6784d09 52ce3102a1578ab9fd148ebe470cf337d373b1fa 6cc18026a8e830632d948ea3ad793ff931f44a8a 6ec4c1709c538d30fffd9dee33615aff1d20d418 6f960c4110d2bcfe242615855f94c4c9b8658530 815a0b5047005965d1fd33e0c65c24944fde0bbf 836ae51b1efafbec0f5ec36f579fff85bee9e615 899cc0e7e91228e62aecf42b962a9a12765d4398 a5854780527360c69402810fd902ecaf371a573f b33e6cbd87cc20de6f29655e36827685697add69 c4812ae2869e2db999f538ec72372aaa39745faf Package: ros-lyrical-canopen-master-driver Version: 0.3.4-1resolute.20260915.071100 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.20260915.071100_amd64.deb Size: 157178 SHA256: 0460b681d34b1b0aebf778e0706f568cd2be697908b6351d0484aaef0b0c26c3 SHA1: f1875108c78d3fe1e18eb7e1063481011f4703ec MD5sum: 9863846d4ae84de7f026fe051576897f 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.20260915.071100 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 3739 Depends: ros-lyrical-canopen-master-driver (= 0.3.4-1resolute.20260915.071100) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-canopen-master-driver/ros-lyrical-canopen-master-driver-dbgsym_0.3.4-1resolute.20260915.071100_amd64.deb Size: 3368252 SHA256: b1932f30722fff6a074fbb2bada53c1e4aedce0df01af3ed4257fe6ad1931763 SHA1: 7fe52d92649b7347ced6969b2fe61193b73f938b MD5sum: 8b7701d62a55ff4847b4ae7dea626127 Description: debug symbols for ros-lyrical-canopen-master-driver Build-Ids: 17e46d06c796cafd16c8a994106f75a2c1121a7e 32635a414961fa1b1c9dead9951571e07fef9174 f8fffd7b07c2facb957fb767bd6829e466fcca0b f9ef624bd04e9d6681baa3535b21d6e6327ba929 Package: ros-lyrical-canopen-proxy-driver Version: 0.3.4-1resolute.20260915.071504 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.20260915.071504_amd64.deb Size: 257380 SHA256: 06e5aec314ec44e0076f87870af581fff322ed8e99fcef6b2d6d1e6d1127c211 SHA1: 10a601065c348dcc8525e5421a256274300de6e1 MD5sum: 69dccfa8766f3521dac47aefb98f4d2e 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.20260915.071504 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 6114 Depends: ros-lyrical-canopen-proxy-driver (= 0.3.4-1resolute.20260915.071504) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-canopen-proxy-driver/ros-lyrical-canopen-proxy-driver-dbgsym_0.3.4-1resolute.20260915.071504_amd64.deb Size: 5337668 SHA256: 977ea05608a89d98df1afbb81bb0e5d8da6ed5646cc28d2aa1eed1a5f172aac7 SHA1: 4661d453fa17f8b5c4e842a34b7655858b915b73 MD5sum: 89cba9d51731ce3cf4b829861299468b Description: debug symbols for ros-lyrical-canopen-proxy-driver Build-Ids: 07fd4679ba208cc69c54cdc385377fcd0aeb54ab 4b72f556cad470ff6303f09cbf14e11b5e1d3862 7889cfbea534ac8ac269e5a16a0448e449df92a5 Package: ros-lyrical-canopen-ros2-control Version: 0.3.4-1resolute.20260915.092603 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.20260915.092603_amd64.deb Size: 117072 SHA256: c0b241eb464defb611775dc048da2c59807ec113e651c1948219808d1520476d SHA1: ffc9c67f9cd3a4056fae0b3592b773262990e6ac MD5sum: 2c91b2a43e91ab518660c4ebd664a3e1 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.20260915.092603 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Lovro Ivanov" Installed-Size: 3387 Depends: ros-lyrical-canopen-ros2-control (= 0.3.4-1resolute.20260915.092603) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-canopen-ros2-control/ros-lyrical-canopen-ros2-control-dbgsym_0.3.4-1resolute.20260915.092603_amd64.deb Size: 3246968 SHA256: 5c7bf86415308bc467c703ef7da63fae5b10c7cac84e8b5142177d6c70726ea5 SHA1: 04f18775e71a060c853b14285ba393ba53fd126b MD5sum: 64236e76ace7278b02dd34e2d140c364 Description: debug symbols for ros-lyrical-canopen-ros2-control Build-Ids: ea86eaaaa19f4b10968cac2ec16262890c88bf0d Package: ros-lyrical-canopen-ros2-controllers Version: 0.3.4-1resolute.20260915.094322 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.20260915.094322_amd64.deb Size: 182450 SHA256: e677638f6a25f5a528609ddca64a54037e6383755104d3b18f52af00a90bb1ee SHA1: b000ec96a6eb906a5be1a17b340886e21535366f MD5sum: 8c0fef4a9bf3d241867304fb72e7c460 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.20260915.094322 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Denis Stogl" Installed-Size: 4288 Depends: ros-lyrical-canopen-ros2-controllers (= 0.3.4-1resolute.20260915.094322) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-canopen-ros2-controllers/ros-lyrical-canopen-ros2-controllers-dbgsym_0.3.4-1resolute.20260915.094322_amd64.deb Size: 3735902 SHA256: c5348c53e7259c9459a782189d9b5f7a44863806d67d19b765abcc1d6665a09c SHA1: f760bc6fe25b0ba15456350c441a4b2c604647cb MD5sum: 5efcd8bda77be3562c2249d1e3de88ae Description: debug symbols for ros-lyrical-canopen-ros2-controllers Build-Ids: d3560fce2304b0a45f5cf1d08ab7062bfbe349bf Package: ros-lyrical-canopen-tests Version: 0.3.4-1resolute.20260915.152410 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.20260915.152410_amd64.deb Size: 34636 SHA256: 05e73cbf34f5f083c27964ec1d021873725569b5e26ac504ee54ed9723c2552d SHA1: becc026f38d40afde495ad303a1285253c5957a5 MD5sum: bce46aeac12ef2c10a846516bad041c3 Description: Package with tests for ros2_canopen Package: ros-lyrical-canopen-utils Version: 0.3.4-1resolute.20260915.064505 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.20260915.064505_amd64.deb Size: 15832 SHA256: f787a447a51a625f4900929ecf3edfd3f85dde800ca2572d335f31978dfc9eb5 SHA1: a25afb75d1378b5a12ad0822f3ffb2a756e6944c MD5sum: b7b0ad9e18bdc5b38d26e1972836831b Description: Utils for working with ros2_canopen. Package: ros-lyrical-cartographer-ros-msgs Version: 2.0.9003-3resolute.20260915.051844 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), 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.20260915.051844_amd64.deb Size: 422076 SHA256: 51385bb030a303a4e331e8ca717c5f789e41c097e0e98c3706342bc969956557 SHA1: b9ad34dab9ea60a6f8fd56a4913a47ffec22beb6 MD5sum: 0ce34ff222b7d0a33217eb72ef5c40af 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.20260915.051844 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 5361 Depends: ros-lyrical-cartographer-ros-msgs (= 2.0.9003-3resolute.20260915.051844) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-cartographer-ros-msgs/ros-lyrical-cartographer-ros-msgs-dbgsym_2.0.9003-3resolute.20260915.051844_amd64.deb Size: 4181726 SHA256: 3d2c31c23aafce576ddd9ac6d10c00a5d3517e816c3e8c095c357cd46327fb3d SHA1: be040cd4b4d91986344ca3cfe6c2ad9009d470a7 MD5sum: 8fbfa415eb160d1015838411399d3c16 Description: debug symbols for ros-lyrical-cartographer-ros-msgs Build-Ids: 155558f5730add39c0cff79e8b1ad165ea29aa51 2405b51ec38e322ad8d95875715aff7c59c56192 2811c8a175343480930f1238639d2f395b9aeed4 326294e4505cdf26ea6bd3e719899df062293635 34c090c6d5999197bb9288a5b1c9f3d0707f1902 465882b1acf8e29c8f0eb7c0f4e31ebdf21d581e 494c4b51f982b976b5185ae8091e5692e37d237e 79d003e2364402a6dfe894d4dbb2ad374b1f8540 aaf75174cb24e2f1926a48e4dec5c79959f48d6f cc680c41cff8e5ac72620105f42c9dc8a5314601 e64ff3008ec2014724c10142c4cacb4aeb83cb75 Package: ros-lyrical-cascade-lifecycle-msgs Version: 2.0.6-1resolute.20260915.045503 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-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.20260915.045503_amd64.deb Size: 57446 SHA256: a8296bb188c4642bed0f8d63a7a7fd5d943166330ecc91c5eeb878d1c76cbea9 SHA1: ebb3243410fef9117633fbb7273f3f7e57e419b2 MD5sum: 4d20776713208c70775bcc92f36ffa0e 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.20260915.045503 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 455 Depends: ros-lyrical-cascade-lifecycle-msgs (= 2.0.6-1resolute.20260915.045503) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-cascade-lifecycle-msgs/ros-lyrical-cascade-lifecycle-msgs-dbgsym_2.0.6-1resolute.20260915.045503_amd64.deb Size: 292062 SHA256: 210ef949ae1e9f04f25e9d297680b5f992c5ea54c09e3663d7f019b17f4bfef1 SHA1: e4639e8ce0f575aa1ca9c83dd841bc11d5334031 MD5sum: 42b15208a2f880da4f02112a9d30d635 Description: debug symbols for ros-lyrical-cascade-lifecycle-msgs Build-Ids: 1aa12c680af1f4d5aec770fc1df93e9b53fb8ee8 1b61c64f76e4b194686d121f54dcf0771a97ad5e 1e6f684064f4c7d78ab46b3dba470f9337c05af9 25f730884422671f341ac89ecc98afa21c240b1b 3274460790b32066cb8edab648b55c4cbf51b47e 3cf3536f3713579845f0692df0e8eb8caf21962d 56d7f66b5b3ee168f0dae168ce8b746d7ae5d8c8 b08efd941f80fa6d9b2a1eb7b5ab4b239c3562de b8db52f6671405668c76067b3ae23537efd3911b db797dd3ca3fac2dcefb3b50891586938f6b4455 ffa704e19ef191bbdaf91ee1cbd2e73844b65b8d Package: ros-lyrical-catch-ros2 Version: 0.2.3-3resolute.20260915.090021 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.20260915.090021_amd64.deb Size: 370616 SHA256: 736c7e4eebf829af19581c426c2a3c853036f2fb15237f4cd4c832a5fe40765e SHA1: 9ce0ed51d7dec05083a65b1ae0267ae56cde13ef MD5sum: 4a17e1ebf3fec1e80eedd9ee76c9d533 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.20260915.090021 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nick Morales Installed-Size: 3773 Depends: ros-lyrical-catch-ros2 (= 0.2.3-3resolute.20260915.090021) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-catch-ros2/ros-lyrical-catch-ros2-dbgsym_0.2.3-3resolute.20260915.090021_amd64.deb Size: 3379836 SHA256: 7da5d8fee6ddb3e50ceb8cd8914a80a941011e8aa4f2e916956400da74e2c65a SHA1: 32e4bde152f5ddd48f74b9fd4c4e9067dc536fb7 MD5sum: 7a0164465018ed110f1469f9dd1a19ac Description: debug symbols for ros-lyrical-catch-ros2 Build-Ids: 30ad293d446a0c2e865befb9c42ea533203f4f42 5998eca4a671df357957dcf8d318b7373bb11b70 e5ecb5217906f3bf7b02af0c3a53810dd32301ea Package: ros-lyrical-chained-filter-controller Version: 6.9.0-1resolute.20260915.105046 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.20260915.105046_amd64.deb Size: 95120 SHA256: 67cd9729f9ec0886af974a6632409a446192d11330c93ba8f653f9955afa3b3f SHA1: 29f026747f90d6a01c2571ec77647cb7e54ab08b MD5sum: a7c3494955008ff39ce46630f4ef0b14 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.20260915.105046 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1308 Depends: ros-lyrical-chained-filter-controller (= 6.9.0-1resolute.20260915.105046) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-chained-filter-controller/ros-lyrical-chained-filter-controller-dbgsym_6.9.0-1resolute.20260915.105046_amd64.deb Size: 1210674 SHA256: 25e6c8477704eae42c6f81026d9a19bb0dcd5d3a3ca05d432cf7db927a437282 SHA1: 1d6a91b5d2b46fe501b6d4ab88acad9e7ca508d6 MD5sum: bd2271c2dc653180bdd5698bca1d2c26 Description: debug symbols for ros-lyrical-chained-filter-controller Build-Ids: f48c3d04db4b419e4b002248e8964c5c4b9e8ea5 Package: ros-lyrical-chomp-motion-planner Version: 2.15.2-1resolute.20260918.013344 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.2-1resolute.20260918.013344_amd64.deb Size: 107504 SHA256: 5aec648314317792fa86d1ad31acc3d9362a6843f5eb772d8f43f2a372450215 SHA1: 144b2b2afcb556d75f29724195f3a8333ef18236 MD5sum: b05bf8d6f94aba27889d423def4ec319 Description: chomp_motion_planner Package: ros-lyrical-chomp-motion-planner-dbgsym Package-Type: ddeb Source: ros-lyrical-chomp-motion-planner Version: 2.15.2-1resolute.20260918.013344 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Chittaranjan Srinivas Swaminathan" Installed-Size: 7324 Depends: ros-lyrical-chomp-motion-planner (= 2.15.2-1resolute.20260918.013344) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-chomp-motion-planner/ros-lyrical-chomp-motion-planner-dbgsym_2.15.2-1resolute.20260918.013344_amd64.deb Size: 7359424 SHA256: 48cf7e88d7239a63032365412920dd2c27e6170117f0e2a7b39011663c2531a6 SHA1: 22647c7a06f556a06b37486aafa6c5e7372fda0b MD5sum: 0af09b8aab4f972f3d5cf593c0e1fc54 Description: debug symbols for ros-lyrical-chomp-motion-planner Build-Ids: b99df192875ea5eeb713e70609c92f2f6b3b8173 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.20260919.194004 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.20260919.194004_amd64.deb Size: 9582 SHA256: 05afbb13dd515814357466c5bb1445beb8bdbdb34fa821a60dd5f5afcb3fb6ac SHA1: 79c74ee918efcdd6ad1aea19d2b4acdc2c07adc3 MD5sum: 2116b9c1006bb1249ec6945795a9b3d6 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-cloudini-lib Version: 1.3.0-1resolute.20260922.035115 Architecture: amd64 Maintainer: "Davide Faconti" Installed-Size: 459 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), liblz4-1 (>= 0.0~r130), libpcl-io1.15 (>= 1.15.1+dfsg), libstdc++6 (>= 13.1), libzstd1 (>= 1.5.5), libpcl-common1.15, libpcl-dev, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/cloudini_lib/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-cloudini-lib/ros-lyrical-cloudini-lib_1.3.0-1resolute.20260922.035115_amd64.deb Size: 124642 SHA256: fe7e671448efebb2f93fce825d1cfb44ee29c952bcb6561364f751d76e719c4b SHA1: ae0802fd646372638f505b9d78927e6836439a46 MD5sum: 56c2929e345c01a605486220999aa5bc Description: Main library of Cloudini, the pointcloud compression library Package: ros-lyrical-cloudini-lib-dbgsym Package-Type: ddeb Source: ros-lyrical-cloudini-lib Version: 1.3.0-1resolute.20260922.035115 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Davide Faconti" Installed-Size: 1446 Depends: ros-lyrical-cloudini-lib (= 1.3.0-1resolute.20260922.035115) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-cloudini-lib/ros-lyrical-cloudini-lib-dbgsym_1.3.0-1resolute.20260922.035115_amd64.deb Size: 1365482 SHA256: 5a39a1594799ac21797a532f50d7d279b3964d333925e96eac149ee26508ff31 SHA1: 74edb905f917e2bd8faea4985334d9edeeec1901 MD5sum: e8e7b28e2d2cc6db83f431f054e176b6 Description: debug symbols for ros-lyrical-cloudini-lib Build-Ids: 0024996ef73d123b85efb805c3330c0a47707f29 Package: ros-lyrical-cloudini-ros Version: 1.3.0-1resolute.20260922.041021 Architecture: amd64 Maintainer: "Davide Faconti" Installed-Size: 1913 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-cloudini-lib, ros-lyrical-pcl-conversions, ros-lyrical-pluginlib, ros-lyrical-point-cloud-interfaces, ros-lyrical-point-cloud-transport, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rosbag2-cpp, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/cloudini_ros/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-cloudini-ros/ros-lyrical-cloudini-ros_1.3.0-1resolute.20260922.041021_amd64.deb Size: 347000 SHA256: cc93dc46499804c612953ef65d7a12e3ce7129acabadba83e297b4819f091274 SHA1: 2a3165a1d4d521da03c7353a9e6cb4d55472a333 MD5sum: cd75f5447448ea73e90bb5aabd402ed6 Description: Main library of Cloudini, the pointcloud compression library Package: ros-lyrical-cloudini-ros-dbgsym Package-Type: ddeb Source: ros-lyrical-cloudini-ros Version: 1.3.0-1resolute.20260922.041021 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Davide Faconti" Installed-Size: 10637 Depends: ros-lyrical-cloudini-ros (= 1.3.0-1resolute.20260922.041021) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-cloudini-ros/ros-lyrical-cloudini-ros-dbgsym_1.3.0-1resolute.20260922.041021_amd64.deb Size: 9185840 SHA256: 7ed22e5bcec8508163ab5d69a97b1989341b747467e0ec3d2705ac1f68b977ce SHA1: 89cfcdd5e97ef5a5b63e1c437973a9685fa761bd MD5sum: c8c176b369186385561c6de831a36987 Description: debug symbols for ros-lyrical-cloudini-ros Build-Ids: 1a183bc662e129b834a193cbee94435173444199 47cd77df308545a8ca12e91cde3765c05e332ba9 5552de520486749023658cc625a85537198c95e8 5d381a39ab4ac627cf274d23e52579d303b25aed 76fd6eb49dc5c6c97efc9b7d06275ca04c962370 7a0df1358b0b019ae09e1ad2785e26a0267d60cf 963810dad9367a68276ae84433df6fb1e2575d9e c89002ee7d43553f523d22a57d7c1107692e30f5 e9dbc93049e9b9b32c14899477e8df8f422d9361 Package: ros-lyrical-cm-topic-hardware-component Version: 1.1.0-1resolute.20260915.092532 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.20260915.092532_amd64.deb Size: 138472 SHA256: 9892390e6c789d3f22c097dbd957b2dd70a587e2aa1c7781c44cbe925c20b3a6 SHA1: 3e96aa2372c171608107e166fc2d4aab09f1c026 MD5sum: 14ccdde2cb8053c007ec546774020db2 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.20260915.092532 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Marq Rasmussen" Installed-Size: 3503 Depends: ros-lyrical-cm-topic-hardware-component (= 1.1.0-1resolute.20260915.092532) 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.20260915.092532_amd64.deb Size: 2822010 SHA256: ca48781d6a68fd7bbe5f86b6102ad82f46ee6aa2656df84432002b9140807e61 SHA1: ae1557cbc6cde92f5b80703c67a5016440979d65 MD5sum: 4feb1c7eece098b84436e7624045fdcb Description: debug symbols for ros-lyrical-cm-topic-hardware-component Build-Ids: ca5119f74ab9167652f3588a78a2d019f644056d 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.20260915.072247 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.20260915.072247_amd64.deb Size: 98838 SHA256: 4e3b4ef9ce8b6eae1f08e5023bba8d190efa5f3e1d650d0225765fb0add3ffcf SHA1: cad23bf7f704ee05dea5355168798f3ddb4c1525 MD5sum: 210baf57be3b51b1b8a8fd17df0425f6 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.20260915.072247 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 2076 Depends: ros-lyrical-coin-d4-driver (= 1.0.1-3resolute.20260915.072247) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-coin-d4-driver/ros-lyrical-coin-d4-driver-dbgsym_1.0.1-3resolute.20260915.072247_amd64.deb Size: 1933992 SHA256: 0356fb4567c51083333c5262ed05aeb3495da9193c12afb2bcd9b91479c00f29 SHA1: 41b7d303d740fc219bb14ffd5ef8fd8a3d8ddabf MD5sum: 1d69c6db4de06d3e68678324bfce242d Description: debug symbols for ros-lyrical-coin-d4-driver Build-Ids: d15f2253c03be75f04ff378d78b5ad5ce2ff0cae ec5eae7952a9df19aebbf0f2bfa632c3f91643ff f86abc67180e4eeedbfdaff82ca1671ef5427ecf Package: ros-lyrical-color-util Version: 1.2.0-2resolute.20260915.051228 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.20260915.051228_amd64.deb Size: 17124 SHA256: 3dc9950b9263ea56d4056a148335ce00c059d58ed5cdee96d56ac90afca869c2 SHA1: 65277753114404c1bcf33f5692707a593597c95a MD5sum: 0a26babf195495d0b66ca5015165e505 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.20260915.051228 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 43 Depends: ros-lyrical-color-util (= 1.2.0-2resolute.20260915.051228) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-color-util/ros-lyrical-color-util-dbgsym_1.2.0-2resolute.20260915.051228_amd64.deb Size: 25762 SHA256: 3498a074dd568f9c0b748cdd4a3bf57b4592dfcbe4dfddfc0b74090bd5c6251a SHA1: 46dcd4a30b0bcea3889acf7f9ca2ff5ec933633b MD5sum: 7156dcfc2a7c0d81c2e0563cd5bd50bc Description: debug symbols for ros-lyrical-color-util Build-Ids: 91b66b9681576a08b8205ce14cf59aefde85221a Package: ros-lyrical-common-interfaces Version: 5.9.3-1resolute.20260915.053335 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.20260915.053335_amd64.deb Size: 6436 SHA256: d4023c775be65eeb823655eaf223dd236e13b374d13a48523eee8ee0fecbf60a SHA1: 75c4b00d198a084691a07583af4cfc992b8ce752 MD5sum: 0522e2b2bb4bbaaccbf0e5433e5a6534 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.20260915.153108 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.20260915.153108_amd64.deb Size: 502594 SHA256: 183e044010cd625a4a5d2fd464c230b6d5b87e36768dddbfd05ac3e311e8a651 SHA1: 77013ec83c15d880c4fed0b168374943fe9df885 MD5sum: cbb9c933184452778c7bbbc1642c7dca 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.20260915.153108 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 14156 Depends: ros-lyrical-compass-conversions (= 4.0.1-1resolute.20260915.153108) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-compass-conversions/ros-lyrical-compass-conversions-dbgsym_4.0.1-1resolute.20260915.153108_amd64.deb Size: 11476720 SHA256: 3fce37b81febe86aa1af77a6cc344efa5ca006d697de52d0664c88c67a287670 SHA1: a9ece4c52eeee730cc2f188c98b2a54156ad7287 MD5sum: c99b68cbfbcd834d371f7f46399f1fae Description: debug symbols for ros-lyrical-compass-conversions Build-Ids: 5677d1222f23ba557b5b5e938a3da5f7e5cd14d6 67dbed92aaf3ecbb1006b85c513ad71483429be9 6b1d93b72d349c4dac4832d6d12fc58857e8ede8 80cc8173dae99387591133b8b5a57445c0277432 938ad91279360d65da524bfe61c3fcbd4e0685bd ebdf89873d1a042ede8d8c6b6aae95fdcb5efda8 Package: ros-lyrical-compass-interfaces Version: 4.0.1-1resolute.20260915.152029 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-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.20260915.152029_amd64.deb Size: 98870 SHA256: 22289927f2092d53c405f3928b38e7852b8df86c6da729337560644d3afa9f10 SHA1: afc6fd8c4e7886da8c4eed5e2810e872cc3f3333 MD5sum: 0d57f514efe03faa4b85f0713321d887 Description: Messages related to compass Package: ros-lyrical-compass-interfaces-dbgsym Package-Type: ddeb Source: ros-lyrical-compass-interfaces Version: 4.0.1-1resolute.20260915.152029 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 748 Depends: ros-lyrical-compass-interfaces (= 4.0.1-1resolute.20260915.152029) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-compass-interfaces/ros-lyrical-compass-interfaces-dbgsym_4.0.1-1resolute.20260915.152029_amd64.deb Size: 564976 SHA256: b2d19c50164b74fcbc78b164bee42153204274649cc78aa28a0253bf4777261d SHA1: def7a9b2c1384c43e438e61891e826705f8e748c MD5sum: ef50fdf86ccd297c20ba12c87baa06e1 Description: debug symbols for ros-lyrical-compass-interfaces Build-Ids: 111ba497e6a62988e89e96d7d6f756f69d1880df 21e908b032370ca87fcfda07962f5c51fe47b7ff 33e009910ba2c63da6dc2b3fc8b8327c920082d8 50ccab3a369b241b9c6e7cca27ab780ce876288e 50ea1a94eed6aa7458cb3989a3adca7dffac302e 5acfc75b2e5c80720662fe7af170b5d43a48311c 64c87be85c503eba3d41cb1ff98a436facda7540 664838d1d7c7a7fb055e9c0c68d4fbf64cdb9917 8825a44d0af0a33887127d7d755ff7a52aac35af 9259a7038a2329256befda84ef5e30c1815b37b2 979c1208387acdc69be1afa5c7b7b4b698c56a88 f21fe635c5e978367082e84663ed8ff998954108 Package: ros-lyrical-composition Version: 0.37.9-1resolute.20260915.071707 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.20260915.071707_amd64.deb Size: 235714 SHA256: 7935c4fb34bd458f63d65136aceceadee83cef5d9c57aaa793ac68682b852117 SHA1: f96796c1b348a4690a7597ecdb9464c901a90a7d MD5sum: 6e0dbdc89928a6955b37fb5c46ce1452 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.20260915.071707 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 7653 Depends: ros-lyrical-composition (= 0.37.9-1resolute.20260915.071707) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-composition/ros-lyrical-composition-dbgsym_0.37.9-1resolute.20260915.071707_amd64.deb Size: 6615786 SHA256: 6e0663b8ea905169f89303318347ddde9ca6be00da508f9db4e1ede40890b7ee SHA1: 5f00bed8c4a4e0d7a2977bd8c2603c94228a8bdb MD5sum: 49f4d4284e7259472469f8557cb8fe08 Description: debug symbols for ros-lyrical-composition Build-Ids: 21c7a946986dc5a74bf2997b9be075e6d3ea72ca 4b4a87f88e086ed04dd92f7076d19093de750fb6 52998e73cf36a70548052ac47ebad9f6e278c330 9470d69cf197da21d15f1a3c95d94f1e0c8ac8be b6068e0ae4200afc184717cdee5507a909651291 ba90857691c6db40cd1c9a72babc606a1276484c bb66d39a412bc0de09b50fec209657649cd68b7c c146c29ee95f56ea1ee7ae6edcc0b6f7ad59909e Package: ros-lyrical-composition-interfaces Version: 2.4.5-1resolute.20260915.050451 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-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.20260915.050451_amd64.deb Size: 174392 SHA256: e8230b771231266fe2a098746ed05f561ab877439e7cdd21dee54ba382d7b2e4 SHA1: de0850d01696ab6d7c9cf875a212a0d5a5dc5f2f MD5sum: e24fbf278d31e01a72dda5fd04496acf 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.20260915.050451 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 1791 Depends: ros-lyrical-composition-interfaces (= 2.4.5-1resolute.20260915.050451) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-composition-interfaces/ros-lyrical-composition-interfaces-dbgsym_2.4.5-1resolute.20260915.050451_amd64.deb Size: 1385306 SHA256: 5223aeb5cfda5c115c88ddd4fc41ba40f4ad8a3a2fd791a325af05b72c283e6c SHA1: 5b00c70496cb45b817f3c41438dca95c6d8c560b MD5sum: 226fce097aeffcab0c172231abfadaef Description: debug symbols for ros-lyrical-composition-interfaces Build-Ids: 14326d9b9c628bdbc625b211bbcc88fd84964ea9 18560fc8497a596ba4840c191ec54bc5d7991858 1df05397679e913eedec40d9933b3b394dd9b6b6 46983efabd90cefc7eb6c45024e7bf7c4080d238 6b806f10598afc43c180508e6dfece886357009e 8fc4e4d9c9c48865b6d189f60381779684f22008 9d0b5c2272df00ca653c87b08642d8316c4fe8c6 c3d2a9a77d62d99eff65bb9029f3c2f9c4fd3254 d2792f684c8b68d25e92d61c3156ad3f2e707165 d5f06af40b9c1e0f0d83ad13d116c2552e6317c2 eb08f765658012b81a495d8c65fff664139109a1 Package: ros-lyrical-compressed-depth-image-transport Version: 6.2.6-1resolute.20260915.074341 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.20260915.074341_amd64.deb Size: 210496 SHA256: 7d07c98140b1ecf55b226c0a54eea632fe2ca161e69d0dd12f6fa591152be37f SHA1: a59679da054dc55ed233fb798a69eb8915cacef1 MD5sum: 006dbf25a60e78b5b0926db2719e42d0 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.20260915.074341 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kenji Brameld" Installed-Size: 4781 Depends: ros-lyrical-compressed-depth-image-transport (= 6.2.6-1resolute.20260915.074341) 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.20260915.074341_amd64.deb Size: 4242456 SHA256: 90caba3c54bdb8830dccac55e90af62120e74c56875990c02fe1da6bb05423ef SHA1: e30a3af3c27b7eb6a6b0af386b7db0f916241ff2 MD5sum: dfab458e3d0956b6f59ab96b47814fd2 Description: debug symbols for ros-lyrical-compressed-depth-image-transport Build-Ids: 827bbd52887072416a64b1f2583cb16f99d6315c d881b84894ba4ec1a00e3e1d0642469c8f8ae0fa Package: ros-lyrical-compressed-image-transport Version: 6.2.6-1resolute.20260915.081411 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.20260915.081411_amd64.deb Size: 186426 SHA256: c0727541e67db10654f54175f2ecf26398e53e5a93da82a9187c0ea63d3dac56 SHA1: 6c0debbc2216d9c36d9855c057f17a4ca060ffaf MD5sum: ebd982c564045834fbe3791b51f1b0f9 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.20260915.081411 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kenji Brameld" Installed-Size: 4313 Depends: ros-lyrical-compressed-image-transport (= 6.2.6-1resolute.20260915.081411) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-compressed-image-transport/ros-lyrical-compressed-image-transport-dbgsym_6.2.6-1resolute.20260915.081411_amd64.deb Size: 3803020 SHA256: 767632f4f1a8427c319ea9fdb69a8b6ebc83dba9be744e2c818a1ea0c8caf79e SHA1: a61ef5a859b46110ffbcf99bdf2d2140f8061e9c MD5sum: 22950d91d14b2c1d8d0fd2d7a36f6678 Description: debug symbols for ros-lyrical-compressed-image-transport Build-Ids: ec3fbf2aabcb6ac89bbb1e8fcb7b4f46f1d069be 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.20260915.052457 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 20323 Depends: libc6 (>= 2.32), 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-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.20260915.052457_amd64.deb Size: 1254072 SHA256: b8ea696cd1be006f5ba95ee63f85c405a02c1eab96a9d84587f8504e82b36625 SHA1: e5976b4375f5ca8d4a481653b32c0d0b8aa8998a MD5sum: ae785bd701bb2088f52c1807ede456b1 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.20260915.052457 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 14844 Depends: ros-lyrical-control-msgs (= 6.10.0-1resolute.20260915.052457) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-control-msgs/ros-lyrical-control-msgs-dbgsym_6.10.0-1resolute.20260915.052457_amd64.deb Size: 10915450 SHA256: 6cce8aa90a8a721ab6265abd2bb069a5e7897d129c17b047beba4789ec2545a0 SHA1: bb64f0dcdbd8163133833924f4bb167ee822794f MD5sum: 08822bbd1c31fcae9d549138d0b2565f Description: debug symbols for ros-lyrical-control-msgs Build-Ids: 261225dffbacf19263ced5533065434d64a758d8 2e2418aa9f0ef9b263333382e1a7c1be8c513ac5 407953e00e1123d4a7770a8c5cfa79f0e35f070a 543aa9a4814d978b5d973d31c57f714bfbf93249 79c406d4cfc0eda767572ca29ef72c674f8c61f6 7c087275d7e24aaec69b5410d85d5e932ec78d41 9e657e393b009764465789683f84a60fa0738784 a37e57d885a112f151fb52870c8f7269c1fd9a53 bfc55e0f5f8e55b4f752e5d341cdb145a0f3d54b dcee4390c9fc09dcfd45c490d059e87295de9300 f18bf59d63d18ded90cf8c7841b701f31efc891d Package: ros-lyrical-control-toolbox Version: 6.4.0-1resolute.20260915.143353 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.20260915.143353_amd64.deb Size: 195292 SHA256: 67470284f29587cddd3d4f504828cbcf2db28e481d48a9165a76979824453409 SHA1: 580781e965e446eaefe6b2d87ea7d89b972846cf MD5sum: e9f7bb80e3edea007d0c06a43f8122d3 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.20260915.143353 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 3703 Depends: ros-lyrical-control-toolbox (= 6.4.0-1resolute.20260915.143353) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-control-toolbox/ros-lyrical-control-toolbox-dbgsym_6.4.0-1resolute.20260915.143353_amd64.deb Size: 3410950 SHA256: 33297583c44a6bb7b9a441ee811239395d764f6b704e743355aab0f6796cd477 SHA1: 050fc267cc6b523effa3b9d9a478b5f7fd86fd80 MD5sum: e0f703a869bfb7e07eaac61892cc581f Description: debug symbols for ros-lyrical-control-toolbox Build-Ids: 263307d71ec084cfa6a3b2640fc954d62138d768 3374b6a6712c9958a662e1fd6513f0d3d74ac691 846b34f8cef53992b5a02333983e4827937832e6 9192594abbf0cf4b4f6ba648675c976f061a390c d6ba4851766cb0ed8dbb98726fbe8ba1efb39e44 Package: ros-lyrical-controller-interface Version: 6.10.1-1resolute.20260915.092858 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.20260915.092858_amd64.deb Size: 100466 SHA256: 470eece35cf071cb856b4bdbca27fd19bb9f0bf0da180bc90ff3e93f466911f0 SHA1: ef28f29ee136ad955f2b6aac2895fbe3a5c9db27 MD5sum: 24d3063f780154ab0af3059fd457954b 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.20260915.092858 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1418 Depends: ros-lyrical-controller-interface (= 6.10.1-1resolute.20260915.092858) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-controller-interface/ros-lyrical-controller-interface-dbgsym_6.10.1-1resolute.20260915.092858_amd64.deb Size: 1345652 SHA256: 47b6b6736ae9ed37930144bca662487ec21c5fcbfa9c36dc918c449fdc5b0ede SHA1: 30128c7eee2a1181cb61ddd940f241f6508e2a1c MD5sum: 2747555503f5ca3c0b229a2dc3cf0ae1 Description: debug symbols for ros-lyrical-controller-interface Build-Ids: 23bb7a4bfc8d388219aebbe313802e19acc54350 Package: ros-lyrical-controller-manager Version: 6.10.1-1resolute.20260915.093533 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.20260915.093533_amd64.deb Size: 540682 SHA256: 86f1fbc0b3d23ab2c23ac00207888605587fbaaf3d1b3e18fcc58481b31f3a83 SHA1: 13da11a4e333817ced24e1e703784d23e798e869 MD5sum: fb912cf7914a24f554d47af3929163ea 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.20260915.093533 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 9023 Depends: ros-lyrical-controller-manager (= 6.10.1-1resolute.20260915.093533) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-controller-manager/ros-lyrical-controller-manager-dbgsym_6.10.1-1resolute.20260915.093533_amd64.deb Size: 7928604 SHA256: b6b2a9a513baaf4746b35116258dcf473aa2fd20c9792c914374fa0e21c86f29 SHA1: 9ffe225bc2070b86ec906b2c25bf829681f98465 MD5sum: 0273d815faa6d40453c4e530a4c36afd Description: debug symbols for ros-lyrical-controller-manager Build-Ids: 3b6f8d27257c9f09f00bfea45b5fcc61188b420d 4dd9926aa99d45f3462180a690a9b6c7fddedb70 Package: ros-lyrical-controller-manager-msgs Version: 6.10.1-1resolute.20260915.045503 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-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.20260915.045503_amd64.deb Size: 435794 SHA256: 116a3b54451359e334a3a0fe9d28f3735c3911d253f4669eaee1744e78e8e5de SHA1: ae9c1849d5cc108b2424fc7f3aaeb1d39119d15d MD5sum: 02d1f5c0374de2759c9a91f6c2befd42 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.20260915.045503 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 5468 Depends: ros-lyrical-controller-manager-msgs (= 6.10.1-1resolute.20260915.045503) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-controller-manager-msgs/ros-lyrical-controller-manager-msgs-dbgsym_6.10.1-1resolute.20260915.045503_amd64.deb Size: 4057380 SHA256: deff447f620e1e131ae216f16ea27f7ca8c4f4a274d42f6474390126be2e0b4b SHA1: 23bd928f390c883d5870215f2691913541cd3350 MD5sum: 25f14af140cfd014a010d1a2e4726914 Description: debug symbols for ros-lyrical-controller-manager-msgs Build-Ids: 02fa296ffd5eee8c4e0b3e5788a9bc5bc2c8b9de 1cafff38a79f053f0aeea479cf653f51687ec31f 38c13b5cb102df300b099892baffd5418496bdfc 4754138dfa0fc57cec45ade51ea209b3427a31bb 57463aa875e7aed67c91c53d811b58f9ffe004a9 5eb423b22935203e1eefdd5b87ede4720f59e86f 90e15c29bf55b277cde3524392e1025f7f785549 d38b738b4a14cfb5e45317944a21e35d9a1002d1 d40dbf93041d8796dd935b5409df806c843f2561 dfe8236cbe633d037b957f5700b9196d3803113d e078c7145f94ebf6f736d46e27adb14304a0abf1 Package: ros-lyrical-costmap-queue Version: 1.5.2-2resolute.20260921.014620 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.2-2resolute.20260921.014620_amd64.deb Size: 21274 SHA256: 50b3b6b6a0ddbaf4b5ecf1e214484d4a0dada43a1dcfe28171c2b928fad39100 SHA1: ca1dabb9a4a6367a1f37b2d2c8660afee742b652 MD5sum: ed63d4e9bfad2d462155509934bfc431 Description: The costmap_queue package Package: ros-lyrical-costmap-queue-dbgsym Package-Type: ddeb Source: ros-lyrical-costmap-queue Version: 1.5.2-2resolute.20260921.014620 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 142 Depends: ros-lyrical-costmap-queue (= 1.5.2-2resolute.20260921.014620) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-costmap-queue/ros-lyrical-costmap-queue-dbgsym_1.5.2-2resolute.20260921.014620_amd64.deb Size: 121614 SHA256: 11cda64f1a59d836991f00a9b03ab142d07954a12543bdda58ed8815e9e30b9f SHA1: f9acfb524cd2f8d129076e3e46deb86b1f2c6637 MD5sum: 5bb9708c3410590dad9b76726f1f0f6a Description: debug symbols for ros-lyrical-costmap-queue Build-Ids: 2da70a7762c302ddad200f60cfb7c5ceb0746461 Package: ros-lyrical-cras-bag-tools Version: 4.0.2-1resolute.20260919.194046 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.20260919.194046_amd64.deb Size: 29214 SHA256: 7bfefcf3d393d326dcb017eac06da84e5a58c3c70ad59604b5974fd0e8e09230 SHA1: c9610f950da576f13537043eb80accb367e2a784 MD5sum: 69975fcf779755916dc0634bc7e98420 Description: Various utilities to work with bag files Package: ros-lyrical-cras-cpp-common Version: 4.0.2-1resolute.20260915.143718 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.20260915.143718_amd64.deb Size: 361400 SHA256: adb6ea1fa015864a83dc12219261e79edcb6ce22be49bc503802e5e13bf436d7 SHA1: 0c0f0ba3518ec96196efdd596b70a7db61453da0 MD5sum: 807472ceebe43c158912e7ee253796a1 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.20260915.143718 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 5851 Depends: ros-lyrical-cras-cpp-common (= 4.0.2-1resolute.20260915.143718) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-cras-cpp-common/ros-lyrical-cras-cpp-common-dbgsym_4.0.2-1resolute.20260915.143718_amd64.deb Size: 5415512 SHA256: 4dc1c81c2f125106addf3614212f28fec103c34c694788108d49807657f5829f SHA1: a3e5a86f0c18cb6e5cfeada610d5bf7716aabc88 MD5sum: 45548b4eba1c065d4bc0577cc9f9493a Description: debug symbols for ros-lyrical-cras-cpp-common Build-Ids: 1f64093dee08418420a3e2e3224d173c927436c5 2a0bf8bc9caf0eb63602a755379b988c677af05d 2e51292466aba346b61d55297fc379fca76cb634 3054f775f7fd134a7cd62346b0fd20de3bf53853 4e9999156e5a64d1c3ebad42c862ab0615b888f5 5711856a0ecaa5b027a3e397a8997a81a10e5a9c 8b00e6b0eae62f33185de22cf5b9ace570ee9634 966168ee4a3d2286c1e951dce677a1fb3eac94f4 a53545e4a9728a77f0cb11e2b4e1da6274b49e07 cbd8159c2530b7d69f991d3436209260bc0bef35 e0b8a5d2f491c73707f2d4fc3a69c89c8602271a e7ea05fa0588371ca2f7f0eb1f1db4f6be2e20b0 ee4261367cf711119c00576587fc2646cc18dc36 f0b475d8479330f1ceee268c2e7882d7de377fdc f3e130625ef5b204ee307048645bf7808e8299fa 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.20260915.044507 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 2999 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.20260915.044507_amd64.deb Size: 205662 SHA256: 9189693c64d892f082b3dab4b12c82f57ad857fbb5b7d8cb447d65266833bc67 SHA1: 828a32f765264e483ec303ab4844139c8b1abb1b MD5sum: e9fe29b9f563456306df2d05fa85a34e 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.20260915.044507 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 2367 Depends: ros-lyrical-cras-msgs (= 2.0.1-3resolute.20260915.044507) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-cras-msgs/ros-lyrical-cras-msgs-dbgsym_2.0.1-3resolute.20260915.044507_amd64.deb Size: 1718782 SHA256: 387a8e84b39cb107625dbac41953ab89e44c2541d9c6461855bb37e4b7408335 SHA1: d0566951c25638a5e5a258b50eb98f97f0fdad9c MD5sum: ac732e8f0e4b2845e5babb34e08b7724 Description: debug symbols for ros-lyrical-cras-msgs Build-Ids: 1be03a35e742cf3badb299833e92c29cfcb815bc 4f66ab79cda4ba52db99ce6257ed63a9c0412fff 5269d2c22d7deab68d6de5416626d6fd90ad64bb 5f725cf2d2bd3f4f7da493220a9c9a76a3b5ddb7 807b3a46216db439ba839f451c2bc0a9c6477e58 87abe03ee17e1fe57874f39acd44032ad9466e09 905e65246f7310ebe0208d5001cc02ff4436500c 925c42025d6f413b6099702770537520807266b9 a75dad21cc89b5491e156210da74267cc627ac81 d4c49b4838b58ee8f535e5faca0aebd8af27ae31 e57e5f73acac0b568b88c136d9325751f58fa648 Package: ros-lyrical-cras-topic-tools Version: 4.0.2-1resolute.20260915.152046 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.20260915.152046_amd64.deb Size: 188382 SHA256: d43944f8cfae0923eb1d170fd5fd54b8effce60d847a45de3273971f7cac8f61 SHA1: 72195e983896f0767b6d787a3d5d87aebf55f672 MD5sum: 69f16c41d1afe8c42ad7d3622170e189 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.20260915.152046 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 3341 Depends: ros-lyrical-cras-topic-tools (= 4.0.2-1resolute.20260915.152046) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-cras-topic-tools/ros-lyrical-cras-topic-tools-dbgsym_4.0.2-1resolute.20260915.152046_amd64.deb Size: 3093758 SHA256: 7ca3f35321cb5880648197f06936996f54539d26f5e2c2883a8cb1c986a683b0 SHA1: bf1e0932e3449e462aa44c6d114d1e34e87b44df MD5sum: 986d32f086c1408d44d2ff7514290402 Description: debug symbols for ros-lyrical-cras-topic-tools Build-Ids: 5d67493ac8ef1a6cc75200130459cae529158239 f96c157f0a71b2028636f422002ae090fe482bfd Package: ros-lyrical-crazyflie Version: 1.0.7-1resolute.20260915.150834 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.20260915.150834_amd64.deb Size: 200036 SHA256: 723a8a668d079eb9aafe58ddd084f3c85d34e562d16d90e9a9c8f685e40ec308 SHA1: 1005358e2dc95089c0c8178e90803061a9e43cc8 MD5sum: c1385e9f324b52367c5ee4e51e40e27d 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.20260915.150834 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 5156 Depends: ros-lyrical-crazyflie (= 1.0.7-1resolute.20260915.150834) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-crazyflie/ros-lyrical-crazyflie-dbgsym_1.0.7-1resolute.20260915.150834_amd64.deb Size: 4344660 SHA256: fad3569cdac7c98d3d886efdf03eb18924ac44d278aceb3f666a14748d6a2eea SHA1: c4efe0462621080afd9a6b157424b34277121ed7 MD5sum: 56f51ebb7381936d2c56e4c1459b5a31 Description: debug symbols for ros-lyrical-crazyflie Build-Ids: 82b424b3582d8c4596e8f440a492a138c726a6aa 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.20260915.141421 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.20260915.141421_amd64.deb Size: 107484 SHA256: d288bdbeadcc3a0830278d0f8d8e9ab18aba01eda2e63d9f512bef2242678697 SHA1: 12f0d63f6a6c740d8a5970a1dc4b48c3e777d568 MD5sum: e9a0ee61d0c286ba739ddb3021046463 Description: Examples for the Crazyswarm2 ROS stack Package: ros-lyrical-crazyflie-interfaces Version: 1.0.7-1resolute.20260915.051845 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-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.20260915.051845_amd64.deb Size: 458340 SHA256: 21b209b4d55c125fffc704f4b9acfb2055803e5ba60815b26e097a5c27a8235a SHA1: 74e8a510fedde884687bf2de59f2bbaecb6ca8af MD5sum: 9bd8d91cdf1ce1320d11a4141e1821f0 Description: Interfaces for Crazyswarm2 package. Package: ros-lyrical-crazyflie-interfaces-dbgsym Package-Type: ddeb Source: ros-lyrical-crazyflie-interfaces Version: 1.0.7-1resolute.20260915.051845 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 5449 Depends: ros-lyrical-crazyflie-interfaces (= 1.0.7-1resolute.20260915.051845) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-crazyflie-interfaces/ros-lyrical-crazyflie-interfaces-dbgsym_1.0.7-1resolute.20260915.051845_amd64.deb Size: 3967776 SHA256: 79992aa8987eaabec8fffc998bc3f95db56ee4c1523dd092b594fa32b86d36a1 SHA1: 2f40ec0afe75404e8e0685ae85503058c1779924 MD5sum: 2a7b2bf0dab6a58f09f14c429f8043a9 Description: debug symbols for ros-lyrical-crazyflie-interfaces Build-Ids: 1c6d0da65e4c1ce6472d5fd1b7cf3e4e04bf6938 2372f896f7b5b350c949e10836f785de21d53b5c 3249414c7d8a1f7e801afa5793748f5fa84984e2 353caddb7a5b562891a9862bb03d52053e8e1d3c 3bf95262d569db961e339a60e0e7199c33863056 6913aec3d17145a2c2f98a30138c74cd56547791 6f385b97b4f9102553eb708d9f417cc2a313749f ab0c669a01e7ec39473fe0137ced3bfdd1a02039 b793bfa418d9c4f40edb80b66b10fcc7ff561ce4 bd95add6b1a0da42847d7d66390c79b424a1a1e9 e4439d6a03719a84af95bd72d187b48c317ba198 Package: ros-lyrical-crazyflie-py Version: 1.0.7-1resolute.20260915.073022 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.20260915.073022_amd64.deb Size: 41214 SHA256: eb90be2c11fbc81ca463c00acade10ae310698966e0bb4e40741bab4ba580e60 SHA1: 74e42bf6b67b17486c514f5220a7bda5aa1be731 MD5sum: 546b2bb1e58f3a41603242efe728cded Description: Simple Python Interface for Crayzswarm2 Package: ros-lyrical-crazyflie-server-cpp Version: 1.0.7-1resolute.20260915.141414 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.20260915.141414_amd64.deb Size: 601178 SHA256: 6430dd2e24c54a02e6151baf0f2642952640e2917a08ef45f15dacf648003be3 SHA1: 1d053350b675dfac9c6c0d6a086979829b2acab2 MD5sum: 38a410183953a42f7f6eb52b7c20be77 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.20260915.141414 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 17899 Depends: ros-lyrical-crazyflie-server-cpp (= 1.0.7-1resolute.20260915.141414) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-crazyflie-server-cpp/ros-lyrical-crazyflie-server-cpp-dbgsym_1.0.7-1resolute.20260915.141414_amd64.deb Size: 14652660 SHA256: 318c57d57a49c2d7ed624aa97b2678ee47a47a43de458ea788d8fdbcea87a958 SHA1: d67e135831c022fdd1bd5e64d96c01318b1f439d MD5sum: 10b0f7b2a4f9e0ca113b7819d2dbb349 Description: debug symbols for ros-lyrical-crazyflie-server-cpp Build-Ids: 21293ebc6b45b9c41ab8d16b9c7e61915fb9be59 225b12ee56779dea9d7521100a750534cb1c12e4 250176f5c4c33ecc479b406cd3ef64e2751310ca 2cc9db31eb5f12959e9e9adcb82128addac87102 3e2ac7f9a07b116490df4a08d381f03e82122bfd 7c8c0066f3a97fa6aab78f67bd20fde7f1432a8e 8655654a741522d71d973605c4f73aabc0d9aac9 898e2b47dcb364cf64a330ee4c1c3170376f440d 8aa4050ee7b6b61941ded49c87257091145194b0 cc9d39a2b4bbfdd685c080a6e35eb85239e6ae22 de107f76c55a7e3c784e43cff4b0879f33998b18 e8847d931191ada4ed781f46f0be3dac958c014d f1e200f3d3ce461b552b2ae4bfe5c6f699012ecf Package: ros-lyrical-crazyflie-server-py Version: 1.0.7-1resolute.20260915.141752 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.20260915.141752_amd64.deb Size: 35632 SHA256: 859399d70ddd894ad4ca0f775f704d6899cda47f3a5e32f6534df12dff6dbd91 SHA1: beba220ff0a04c139c154b35f00519624b9883fd MD5sum: ba27feb8471b3a485f27131a29c51220 Description: Python Crazyflie server node for Crazyswarm2 Package: ros-lyrical-crazyflie-sim Version: 1.0.7-1resolute.20260915.073049 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.20260915.073049_amd64.deb Size: 2027210 SHA256: 2531ec656723a8fe7a77c94a2c009d0456b2a2f3967d86040e95eada286a875a SHA1: 48be071a3ad1928d9dd822e01dbe098479eefa05 MD5sum: 4c6c8db836b9e71b1e1dbacb4704cc8f 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.20260918.013344 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.20260918.013344_amd64.deb Size: 41106 SHA256: 6db5e3cb3263d5f63af8d710936a9a8ec73d4543ccb8da531b9bcdee29a38a43 SHA1: 975e3d3477327816cf5b1b3cccc47b28840e0ed9 MD5sum: ecb8e4291d97c82b731061c642c252c3 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.20260918.013344 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Cranston Installed-Size: 2889 Depends: ros-lyrical-crx-kinematics (= 1.0.0-3resolute.20260918.013344) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-crx-kinematics/ros-lyrical-crx-kinematics-dbgsym_1.0.0-3resolute.20260918.013344_amd64.deb Size: 2886494 SHA256: 431b3d645d14d47fa41eadf90a44a9a1f0301a4f6d486a52b4c93a5048375170 SHA1: 79da6bc122c41895b4c4bdc7c1c98c59ecba6287 MD5sum: 1604daaa7be5a302089fc3f8115a674a Description: debug symbols for ros-lyrical-crx-kinematics Build-Ids: 995ca5792713fa1b4fff6a998493eff25796731e Package: ros-lyrical-cuda-buffer Version: 0.1.2-1resolute.20260915.051348 Architecture: amd64 Maintainer: "Yuankun Zhu" Installed-Size: 210 Depends: libc6 (>= 2.38), libcudart12, libgcc-s1 (>= 3.3.1), libnvidia-compute-595 (>= 595.91.07), 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.20260915.051348_amd64.deb Size: 56710 SHA256: 52f0b80fe80ca1ce3e768ffe6dce768f3f036da325ee4094cab7173d03ebe1cd SHA1: 09f88a6dcd6eea79f8ea5829d7cf064709c90d66 MD5sum: edf1676ef28fbc4e0476461c833a6c7e 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.20260915.052926 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.91.07), 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.20260915.052926_amd64.deb Size: 36544 SHA256: 503b66663561c4a6ea5cf4a34c14156adbc12976b39e16836b25b45c72857924 SHA1: 13769bafdf2959797e8e1e95795523ece6db68ff MD5sum: dd49dbeb2a743b7d51d785df5d69023a 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.20260915.052926 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yuankun Zhu" Installed-Size: 438 Depends: ros-lyrical-cuda-buffer-backend (= 0.1.2-1resolute.20260915.052926) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-cuda-buffer-backend/ros-lyrical-cuda-buffer-backend-dbgsym_0.1.2-1resolute.20260915.052926_amd64.deb Size: 391566 SHA256: 7f43037299274c057e9bb05b756cdd8bb598417ca97dee1aad54604277b1e933 SHA1: 768101926fb7be66834ee74cb69566eb87dd04c4 MD5sum: 64cbeca1c822307c9f10d562cca98c67 Description: debug symbols for ros-lyrical-cuda-buffer-backend Build-Ids: ed28198628e58afd07fbf8b360279ee1a15febfc Package: ros-lyrical-cuda-buffer-backend-msgs Version: 0.1.2-1resolute.20260915.044507 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-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.20260915.044507_amd64.deb Size: 55110 SHA256: cc4856a954cc9914afba68184177a0ad821099df066006b03379bbcecf4a4767 SHA1: e6dc36e606a17c1ccc11aade669826cf002e1623 MD5sum: 25c89de318213b826fdc9330da8d6f8e 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.20260915.044507 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yuankun Zhu" Installed-Size: 384 Depends: ros-lyrical-cuda-buffer-backend-msgs (= 0.1.2-1resolute.20260915.044507) 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.20260915.044507_amd64.deb Size: 236254 SHA256: 084dc3915211087d1029248935725806bc4ac58d1cdfbd4568e18237c65de580 SHA1: e7a60341024a9f6f7270620cc2de747b15df7044 MD5sum: 4001c33cd1573f889a3daf5d99fad879 Description: debug symbols for ros-lyrical-cuda-buffer-backend-msgs Build-Ids: 0ff56b2fbf54d3a5d4ca1b02866082117c4e42a2 63d69708b2127bc563c9fe6e9927f0f6a8d0f533 6d72555e831a0cb9336b85feed6f82b25258a1aa 7be0f81c9c2ba9e316f3635bad6ec81111ed5886 954c39e30d679d7495fc67fa2caaea9d3c17f9a2 9752dcc55d8b0e5be95b2667280ecf3d62baa4ff ac32c4595b7fad682f65e36cc2c26547a191cdcf b214233556c018f04fb27e2b2ea8130274d9f98e b508498a7a979fbc41e3bd9a823a84ef1415bf1e cdc78aa5c30cebea59b789e83b049653f7c72820 f8e1d6f61e3640ceba4994764b06c5dc5984464d Package: ros-lyrical-cuda-buffer-dbgsym Package-Type: ddeb Source: ros-lyrical-cuda-buffer Version: 0.1.2-1resolute.20260915.051348 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yuankun Zhu" Installed-Size: 598 Depends: ros-lyrical-cuda-buffer (= 0.1.2-1resolute.20260915.051348) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-cuda-buffer/ros-lyrical-cuda-buffer-dbgsym_0.1.2-1resolute.20260915.051348_amd64.deb Size: 546198 SHA256: 9c8ee8bdc03af9bab5db05ae4d5bb5aa07318fbf0feee0c2e7ecde255bf2e9d2 SHA1: 719c92edd9c862e9e05111d27aa210bcf9f5f4f4 MD5sum: 4e1d6fed21af1784281e62f21e66938d Description: debug symbols for ros-lyrical-cuda-buffer Build-Ids: 8aa57a5658ce8c3324125e4b739a92c2af2771c3 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.20260915.073513 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.20260915.073513_amd64.deb Size: 126812 SHA256: 58e4da24e97c5c53dd18c80c6429a4bab95278f9929fff310665e77bf77ae63d SHA1: 5df1fbb2d4a75c27c1c0721b6a508c97f0e96003 MD5sum: 3362273e4c740fd9f37864b6587b76b3 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.20260915.073513 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 2099 Depends: ros-lyrical-cv-bridge (= 4.1.0-3resolute.20260915.073513) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-cv-bridge/ros-lyrical-cv-bridge-dbgsym_4.1.0-3resolute.20260915.073513_amd64.deb Size: 1924408 SHA256: 066b0b4de910f86cfcb07d64f7480bd4c19833c2285386502dab292b451ce0df SHA1: 57dae1e89d06552e89d6113af0a5e674bbb5cc7d MD5sum: 59e30a1ec34b4b798f9909a365b3ddf4 Description: debug symbols for ros-lyrical-cv-bridge Build-Ids: 2eddefadbea2d1726d81ad2d888d2d6f0717af1d 963306ca584614025e721d9a7d77135411397cd5 Package: ros-lyrical-cx-msgs Version: 0.1.3-3resolute.20260915.044806 Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 2912 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.20260915.044806_amd64.deb Size: 214342 SHA256: d3c9c9b87c1bc5f4c4a004e962d52651b2bf81df42d6a6d95d940f6fc35683ae SHA1: 1eb4b30236b754838e45ead1aea852d1c1a1f7bb MD5sum: a3e304f8c18e373cdbd29513917399b0 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.20260915.044806 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 2485 Depends: ros-lyrical-cx-msgs (= 0.1.3-3resolute.20260915.044806) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-cx-msgs/ros-lyrical-cx-msgs-dbgsym_0.1.3-3resolute.20260915.044806_amd64.deb Size: 1849414 SHA256: 703b7814eac589fea596b9ab657a6d5b03d156b34739e3052f071011bb16d432 SHA1: e7021a88d36072544e5629d521e75e759a058856 MD5sum: d422eb69d887c47ebe66a22a77c140a9 Description: debug symbols for ros-lyrical-cx-msgs Build-Ids: 2ae673a3e79416a25d17101b5225fd53fcfe6042 2d68a02813ecb4eed53cf20579fff6ef11267fa9 6231c0acd26bb515ae7368ba9eeae1bc9661b1ef 6e74b19351e7ed76cea8a848bb1f15f4d16b774c 7091d082cfdf17b99348dbf484b55272f2beaa7b 76eded42731886c605151b1dbff76d6b6dd809c8 7fef4cbf066ea0067e3e79aa4c203ba0ddc95af1 dfed51333434f68430e74b4294a90041d84269a2 eaa3ba06d160349da957ab1f6befb8ba0899a2ed f55211e03a45184dbe83aef059d58aad9c169dad fa122135070e1e0be57e05e3e135ec91105587c6 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.20260919.190801 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.20260919.190801_amd64.deb Size: 125474 SHA256: 334a4d921b4823c4fcdc637159e2873a6e7de2f7dfbb7cab2190b33dda14a434 SHA1: e8a96c046fee845b9979df1b25f5a6f59182a93f MD5sum: 8b9a4693eba23ec4ffd209340ba56493 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.20260919.190801 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 2439 Depends: ros-lyrical-data-tamer-cpp (= 1.0.3-3resolute.20260919.190801) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-data-tamer-cpp/ros-lyrical-data-tamer-cpp-dbgsym_1.0.3-3resolute.20260919.190801_amd64.deb Size: 2259148 SHA256: 88b5d805b19fe915918fb931287ec632a9ceec931b72a54c409e1c47836c757d SHA1: 7517bc4027c6b3b264a5dbac686f4c034a3eca7c MD5sum: 8d0bcb543567baf668bf4b4af07378cf Description: debug symbols for ros-lyrical-data-tamer-cpp Build-Ids: c36f788b6d0996640b18ad1e36745c0b69c74a61 e2c96317b6a113fcd1322be4c5e3541365beaaef Package: ros-lyrical-data-tamer-msgs Version: 1.0.3-3resolute.20260915.044805 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), 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.20260915.044805_amd64.deb Size: 94030 SHA256: cd10c26e9506662b76ecb4d63b6f7253ed23dcf97c28ad85c13b9cc8a93d8f55 SHA1: 6cf228bb43ed1ba9463c6b0ca8e7ff84bf262044 MD5sum: 4e87fca6d947a3c868d48553749f6936 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.20260915.044805 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 949 Depends: ros-lyrical-data-tamer-msgs (= 1.0.3-3resolute.20260915.044805) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-data-tamer-msgs/ros-lyrical-data-tamer-msgs-dbgsym_1.0.3-3resolute.20260915.044805_amd64.deb Size: 731630 SHA256: c463262d53b0f91815ce8b8fb0b4f3cbb4fc026f12192eee97a095ee2af38e0b SHA1: 49e4061cc62af8199a2b3c56beeea5cda7bc0cde MD5sum: 9fd5bc77d66fc1ba12c9845a5cbf78b0 Description: debug symbols for ros-lyrical-data-tamer-msgs Build-Ids: 032d7b24def9902c8d0c7a911eb6e50a471eed58 0bcba7cb3ace03814863fdf319c4997887396a02 0c03c46da55baba5fdabc5266405a3490bab7d04 6df0e82ce2f79f5e665ef3d35a8340e89fa856f5 a0b3c8f97477950471d5986a6bb539cda8824293 b66075c6dd86b587cbaaa030d387ac60df5f7e78 d4f343929df508150b86980a1b027f0e16874026 da611cf8582eb940875c5b72d81029e2dbb4cb03 daed1358bb52c8258cb07d0c9e82e88d267b1ef1 f145c0c5bd5f2859a72c43557d1a22651ef6b6db f61004442f8d5c7549f3645fad53125dbfa7ba92 Package: ros-lyrical-data-tamer-tools Version: 0.11.0-1resolute.20260919.191617 Architecture: amd64 Maintainer: "Jordan Lack" Installed-Size: 5069 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.20260919.191617_amd64.deb Size: 730378 SHA256: acd2077b7011a8d13309a029c842c8514fa678f028d67756f0ad4ca214ee4b13 SHA1: 6ba8594610418230bf95944545887bf5d4c88a80 MD5sum: 82818a048f5bd212eec70241192d7938 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.20260919.191617 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jordan Lack" Installed-Size: 24280 Depends: ros-lyrical-data-tamer-tools (= 0.11.0-1resolute.20260919.191617) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-data-tamer-tools/ros-lyrical-data-tamer-tools-dbgsym_0.11.0-1resolute.20260919.191617_amd64.deb Size: 19957808 SHA256: b44f7d9fa4ad510b63c62e380e5cbab10e50e4a6d372d8641e0fd8efd6ab2315 SHA1: 191c32861cc05ad10a1372d9d3361f5cb7931d89 MD5sum: 00fa0178f94fad7dd287c728d95d8527 Description: debug symbols for ros-lyrical-data-tamer-tools Build-Ids: 072b82a43dc94b7cfe167cf96cf9e190483e5977 0d6e6c7436b80cba7ec6c74c98c1a9f0786d0b49 1c8e641cdb86d5f2cc72333b19e58bea0c69ae4b 2168a37a31e90d78b23531dc67423d7e6bcc6e48 3ce214b0fa09b12db57662fda919c2c7addebe3b 5566caf781d7e6c01d6e364bacd24e17e9191a22 56ce38c2b4588764c355cba88f501a0d3ee3099c 70b92366bad013290db988a24a30110a51095a28 746368cd639422810436b4976b847e8e20cf0058 8b1b6ade7003f6b07aaa66cfbdbcd4dc817e3fa4 91356df476eaca59bd9c05df2dabb6bedd8cbec7 95bc252d6e8b761980032f3301e54e22f6941903 9fe4ff45460acaa6b95bf4abb1c9c10f0dbc6061 a595909dc17fae0acd9e14bf6f22c64452821104 cda1900cca52953981ab2d8bdb46fabd91c98688 d12002ac0c1fd32b0d2cf7c485694b1c6e0989b0 dc10e866a3233034a1c9c9426cc7771855adcbfc e603feff1f567824abc73c4f685032a5d32d0803 ee85f8e7eb67127cb745c70ca20ff36dc991ef61 f766692a70bf38579bd0620481f4d3c704de5e23 Package: ros-lyrical-dataspeed-can Version: 2.0.7-1resolute.20260919.191907 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.20260919.191907_amd64.deb Size: 5716 SHA256: 805129319e680cf695127a089d70991a03528f74157806551d3b1492f0ecc58f SHA1: bda822cd592ff168a016d11e907beee6f81b6e8c MD5sum: 4802167a5d0c41d64f8d8b9dcbccedea Description: CAN bus tools using Dataspeed hardware Package: ros-lyrical-dataspeed-can-msg-filters Version: 2.0.7-1resolute.20260915.071039 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.20260915.071039_amd64.deb Size: 12878 SHA256: e2d35584f6909dc196e66671bd59add7e6d73104264b37c98ac138a9f2f25445 SHA1: c3ad63512f79b3f82a63d00354f9df7662494233 MD5sum: 9525780511723bee0a740e3873044b9e Description: Time synchronize multiple CAN messages to get a single callback Package: ros-lyrical-dataspeed-can-msgs Version: 2.0.7-1resolute.20260915.044503 Architecture: amd64 Maintainer: "Kevin Hallenbeck" Installed-Size: 1205 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.20260915.044503_amd64.deb Size: 89436 SHA256: 7f68a8c2c293375a90889e2ec9cd61a8a82c228666921267a804c9f85f94856c SHA1: 220d9287804d1526fbb05edc8c98001a6f0fcd05 MD5sum: d4817ab6280eda551347b6578107e68e 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.20260915.044503 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kevin Hallenbeck" Installed-Size: 874 Depends: ros-lyrical-dataspeed-can-msgs (= 2.0.7-1resolute.20260915.044503) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dataspeed-can-msgs/ros-lyrical-dataspeed-can-msgs-dbgsym_2.0.7-1resolute.20260915.044503_amd64.deb Size: 623728 SHA256: 66481f6ef204c8176aa1f5df825e5ed7f5bee79af55128b27cdc8a047f21ad00 SHA1: 9197685dbd7f952eac3f3239670c88cef791be07 MD5sum: 05f594ead26a7bd4e504ca932285e624 Description: debug symbols for ros-lyrical-dataspeed-can-msgs Build-Ids: 10fa27ca5df583c393f792ce16fbf51172dbcffb 11660c8081b05216d98b763091b44346a57ba61a 3eb0b497d43ef2ecfb359fec7c732ade89e1a39f 427b141e5e6bb98a286b5cbe07e2e2d571488425 6f11b4e3648dfe9580bf3659a961d23aa7e95161 8aec1c87d874d8a900508ed62e5fdc600c36b581 a435175e9f77c245bc5a460ead44a7efaaadd26a a50649011d174dd2a7a7c19e935894617fd6b58f c946cf523f78b0e3149687b454fdc0222530589c e6f8c8771d84f0365f107f5dd90991cfeac6b494 f49a977e39d3c1218f1ad87d125bfffbbc3c1249 Package: ros-lyrical-dataspeed-can-tools Version: 2.0.7-1resolute.20260919.191353 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.20260919.191353_amd64.deb Size: 162934 SHA256: 5ca615ab3a750ea7227f4273ea0ff213f66aee9637350141ddc26b92a6e50f83 SHA1: 9cdcc35223eb468b834f682be7cbb5f579faf431 MD5sum: bb90dcb89aaa3f5203fc891b6bc81f50 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.20260919.191353 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Micho Radovnikovich" Installed-Size: 3642 Depends: ros-lyrical-dataspeed-can-tools (= 2.0.7-1resolute.20260919.191353) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dataspeed-can-tools/ros-lyrical-dataspeed-can-tools-dbgsym_2.0.7-1resolute.20260919.191353_amd64.deb Size: 3177334 SHA256: c86a3e949346cdaa1b0705da918f98c6d5b81a026447a2e417f8dc4f56d2d6f8 SHA1: 1eb0ebd81a61abb5a2d57000562145798363076a MD5sum: 6dc068cd5423b6a5d2d9a24e6a91e9de Description: debug symbols for ros-lyrical-dataspeed-can-tools Build-Ids: a61d3d8639ae2f839860de5b020c30eb132f4f49 c84fb6726fd52c1feb74f4fb512f82ce649f632c d5085e9a74d12c75f081cb2ec853285327b1cd7b Package: ros-lyrical-dataspeed-can-usb Version: 2.0.7-1resolute.20260915.065704 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.20260915.065704_amd64.deb Size: 188164 SHA256: fdbff74feb519eb73f14e953f6ac85c6dcfb5aca811229da38bddd3379d71fb9 SHA1: b11c7003b0598f45aba663ce3c2a8ee68ce48d71 MD5sum: fb1ce40fd2089b3f60ae726a308b3757 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.20260915.065704 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kevin Hallenbeck" Installed-Size: 3271 Depends: ros-lyrical-dataspeed-can-usb (= 2.0.7-1resolute.20260915.065704) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dataspeed-can-usb/ros-lyrical-dataspeed-can-usb-dbgsym_2.0.7-1resolute.20260915.065704_amd64.deb Size: 2796114 SHA256: 6f330a09af1929ce36cc60389799eb6662a9a4f30bbf138e60ac5498d32addfa SHA1: b56f224b4848ec4e808b33eb427444b9859e1106 MD5sum: d2939b4d62a323273dd2509887115c35 Description: debug symbols for ros-lyrical-dataspeed-can-usb Build-Ids: 94553746a179c0bd7abf4da045d50c78251f3246 fbb57a80dac95db13cdd545384d8959f9a7d51b7 Package: ros-lyrical-delphi-esr-msgs Version: 4.0.0-5resolute.20260915.050910 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-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.20260915.050910_amd64.deb Size: 262024 SHA256: 93a1689977ab529386225affa4f92ab48f63b4c062c080d14ce5a03f771e81c0 SHA1: bc4c412f94a3a8b3c8c6b3ac8b2c1a48e69b4f02 MD5sum: 0ae279e300543c4a8ecf5388c8b1cc40 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.20260915.050910 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2754 Depends: ros-lyrical-delphi-esr-msgs (= 4.0.0-5resolute.20260915.050910) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-delphi-esr-msgs/ros-lyrical-delphi-esr-msgs-dbgsym_4.0.0-5resolute.20260915.050910_amd64.deb Size: 2076558 SHA256: fef88d2a791d29c18ffe5788094db939a139e1d4e7563276dceaaed491f2067b SHA1: 8d262d8b85e97b331a6056d3c854b2ea9eaaa436 MD5sum: 66e39a5f1a54553b80e2a36258c0c263 Description: debug symbols for ros-lyrical-delphi-esr-msgs Build-Ids: 0e1230af2620f4cab755135b779066ff15f59ff1 30038cdad957b8e5648cbdd24fd5e7cd82ea5ca4 37f6c02a3b29f9bed731dbf7e36eba471586e1b9 716f7b04c3a1f32db207e5a4ca8d241ad9409c50 745e7203035af2fdc7575fd8de7b2fb6795e9f63 7a44ceab321b8f5801c1a619556888422c0b889e d5c1a5623da7e61a13f6089740af2d04c96dc154 ecb7aef622130e6dca52aa125f64a96b6c4b38e1 eddeac720c9c9a3d0476da20117935da8f7d5988 f28ad21dcf217b2461feea4368adaf84b20195e8 f926675d58e2c443a31612fbe3ec111aabe1860a Package: ros-lyrical-delphi-mrr-msgs Version: 4.0.0-5resolute.20260915.050906 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-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.20260915.050906_amd64.deb Size: 228272 SHA256: c0a584a52375179f34422c69960e137d54fa2cdfd4b2494243fab27d75bac2fb SHA1: ae6a205bc0e8124702f608d3dec81d5003acd5d1 MD5sum: 4997fc6d2efe76d9779be9b8151f0b9a 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.20260915.050906 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2339 Depends: ros-lyrical-delphi-mrr-msgs (= 4.0.0-5resolute.20260915.050906) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-delphi-mrr-msgs/ros-lyrical-delphi-mrr-msgs-dbgsym_4.0.0-5resolute.20260915.050906_amd64.deb Size: 1716270 SHA256: 8ae7b5e014a6416aba47dbdb810c798ca27248aeab5a3c76aa1428ce05db942d SHA1: d8e71b3e59eefd0e02d737e1b3a0c324a49cfb75 MD5sum: 70dbdcb7a9e040a4ba3a269c73a71c69 Description: debug symbols for ros-lyrical-delphi-mrr-msgs Build-Ids: 00d5b5ceabfc6b32a469add18ad593b54d6694b1 10b36072333528339278314fee95d900a446e26b 29fabb931280eaeb9d1328607b7c09fcf21d1be9 2fb5c6d70c8903dbbec3c8104c18fbf6d005a760 4a0b4c8a897999d3f631ed9f5080ed7eee028253 6eadd42df3d0c20dee84572b7fe06d4a7a43141f 908efb161521417d99cb44c0031a8f56e6709c10 afd966df0b7fdef44956eabb10cc66925f729aea d7280fcdbdcd110acd63b8ebc8902f7ff435195a e8da6f86a919f4d521be3da317357de509e34f6b fcfb4ec8156cb8edc41f4af20d65691dad06ed34 Package: ros-lyrical-delphi-srr-msgs Version: 4.0.0-5resolute.20260915.050915 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-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.20260915.050915_amd64.deb Size: 174096 SHA256: 4d79444277d5c03b9f89073fde33bba86d151c280208e366b5e03880cb1c9385 SHA1: cdc5d686dc58f114efc53ed183274f38804612bc MD5sum: 684a072b06afab862cbf832ba6f1a1cb 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.20260915.050915 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1626 Depends: ros-lyrical-delphi-srr-msgs (= 4.0.0-5resolute.20260915.050915) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-delphi-srr-msgs/ros-lyrical-delphi-srr-msgs-dbgsym_4.0.0-5resolute.20260915.050915_amd64.deb Size: 1210534 SHA256: 68b189afc8b13b1264b529f70a387fef10ad0107e317e61b060b809c7e02f7ea SHA1: d9a3c44f7fc15b3bec8e7e17da8de37201a4dac5 MD5sum: a7877519c365d60ae3c58d39b7f45aa6 Description: debug symbols for ros-lyrical-delphi-srr-msgs Build-Ids: 36e828580d29577ffeaa72cab01ec9d59da1ff39 3bb96e40aa4abe98a491b36ff272c76ba8adbbce 44532a39c6f30720fb11d235f0aa34d53c43713a 445edb599816c7820fe6736cbd94f1cdf293cb48 5d3b5064a69de6e7146567c171c3999de4665e15 80cb6939df0d525bf0f3045ac91d6f514e2570ca 821a30c43556dcd17a558623ce7aef232f944e9a 955ce8e733a222bed09ab1390a21a8cfc832f1dd bde7f499f39acb3863ded8aa83db7b32e3699774 d276320dda6bbacf48f9f33589345e538a467645 fc267f2dc834f815ce447f33cc4471554734895f Package: ros-lyrical-demo-nodes-cpp Version: 0.37.9-1resolute.20260915.065629 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.20260915.065629_amd64.deb Size: 982028 SHA256: 0091c4e4640c04b4dcdb20984318a3fbd1650531295da7c1ad6792e153a164e6 SHA1: 44675d4942037314de89275a324251cb902caf07 MD5sum: 569af7f0fc05d46ca6f00dba40af5f0b 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.20260915.065629 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 41905 Depends: ros-lyrical-demo-nodes-cpp (= 0.37.9-1resolute.20260915.065629) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-demo-nodes-cpp/ros-lyrical-demo-nodes-cpp-dbgsym_0.37.9-1resolute.20260915.065629_amd64.deb Size: 33223932 SHA256: 6c6670343b5ff2963d499c5392d47ff5fe7152f5139672d77a011fb0e906d573 SHA1: f0fe7893f35f25dd42d1bafd6d6a12b3efa22a7e MD5sum: b952a6d85d2c9cb7c41f0e9f4c319efe Description: debug symbols for ros-lyrical-demo-nodes-cpp Build-Ids: 0879e6f646e9d77f11f06a070b37bfb6e21b6955 08e044716bb073485e3eff299bee43bf37b4b4b4 0bcc3f2dc70b4fad983390cfcf192e98bc50fa62 0cf52e6ebaf7ec099979a05cf1d8d9eff76bc0ff 1185984c81becbeb6922325f0a74bd1ae4019641 1203575f2b57f7d3ac468b371097285bfa1beefc 16f98aac43d561cd3d17d161551868c406e0cbb9 195b0d0726a4e11f57c686942cfada6a0691d43b 2246a433268b64922bbc8e0498fb28cc228254a6 232086e891d666e06ec30d4f4e9afc5dd73db052 2766b0060c48c4d4e5b08deb84870ef34c6ae6df 383d082d8be07d3b046276bb46c159368b0f4014 4224631cb76fff6709081742b43a8a0b68ac59d1 5af65904843a822b118cf5f670f7000b2f1e056b 60454a127e982e46190253f99ef7b8dbc5f7aa4e 6f165a299f8942cc6eff0d648d927e399a308ed1 734bcee958726c25041a08500ccfc48d94d513c9 759adf554b2420183724573d408897d250dbe9cd 75a6dd148a821665b66b4d7718cc2bb370e07ba1 76927264b3f5e68bee133a7555026af3ce9ed636 78159361d4de7aa257d5fd3037ea83f70178edb2 7f8e74f6db1bc244ce14f13c60661bd47b7135dc 7fb606d87a63cecc3ec474c851032f2c509d38ab 814f968b10ff49d52fb0949ca8127a572236e147 87a5c5321a6d5a2ffc1678bbc30b3beafb0126f6 915685de5dc125b1768d73bb70a3c4aacb1f739d 95466f71820ac05f3c40468149c6595fe824a3e2 9b243ad136f40d7b329f2d6887304668b738017a a557114f41f903d839d542c301d56f5a83f0b7ba a9a55d2670245a8814c04ef2b5936fca18df5c18 aa951272b11340bd8c7c847cde6bd5f1f86449f6 af6e4bb5018e0195df4f392df57a25ad8b096682 b0c32df64c28bde9adad3555e14709982bdde907 b29976c52ede6372179581aacaaca5f1dee87217 bb2f6597b6c08f2dc83aed662eda5b0a3881ed6c bdd997c1b9255318ff8a75753b1a6a7759871e2c c201d89cd4b9daed6a0f7c741068139a55a7a37b c54b706e821e2d3a6cb75601ef9166d1e03b1d2c cd79ce0596a3ed2fa9f4c1e102b22682d1babaf7 d02c45e06f039e41c2c4fad8abdd6de284329230 d85dfa96c719e258f2bd62ee761010c968966627 d9480104c820174547ef8b7a918e275afa3b77bd d9cbb0c45ccd914bee63173cdcc6c6d649008e63 e545cfaf0f46e979933bee20f8d5f1322cf42cba f14744425033928a4f8429bcc2d15a6533126458 f4be546704b2a56dc3cb9b94b0cb3790111225f6 fbb7034af06162181d1377a2059d0e2083c13eb5 fe8b5a674247709d1a98f88b39787daa9ffe9a08 Package: ros-lyrical-demo-nodes-cpp-native Version: 0.37.9-1resolute.20260915.065404 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.20260915.065404_amd64.deb Size: 67396 SHA256: 52da8555726b45f4799d1ffbabcdbda7179c2e3c1a40371f8829a3771f4c7d9d SHA1: e79f1274a35defb30d2455118d2d0ad287a58b1a MD5sum: 3d35feb70b91a4c5989428228d354902 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.20260915.065404 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 1325 Depends: ros-lyrical-demo-nodes-cpp-native (= 0.37.9-1resolute.20260915.065404) 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.20260915.065404_amd64.deb Size: 1208414 SHA256: aa7d4687cccbcadfb6b6d32f50c54a2daecc1918ecb13c3c1ea063fc091f735b SHA1: cbb17028775860b0df881b4ea08ddf0b6fbf69a2 MD5sum: 6a3c48f05d8841ad7ff88fdeb7520193 Description: debug symbols for ros-lyrical-demo-nodes-cpp-native Build-Ids: 1ce817aa2314411ce02896f087c1c30b491016ce 38b284b2d307a10b646c73d86f5be9e17fa5d1c0 Package: ros-lyrical-demo-nodes-py Version: 0.37.9-1resolute.20260915.064940 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.20260915.064940_amd64.deb Size: 30372 SHA256: 3b8b209bd9659025534519b4b8211b9a699e956077ec221d87ce797871575314 SHA1: f7aa39ead873592f262274938ae9d56ae6323979 MD5sum: 77beb448fe2d9bf22010f3e09c2467b9 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.20260915.145059 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.20260915.145059_amd64.deb Size: 323100 SHA256: 9b2cf952ca1e23cd771be2267c067efc271a3b8fbcc06af82c5d2d9e633307b1 SHA1: fe63077501d5ba503029f9954c229ea532f43560 MD5sum: eba5e5f5fc452ec11d31c6a2af6fb76c 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.20260915.145059 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 15273 Depends: ros-lyrical-depth-image-proc (= 7.1.7-1resolute.20260915.145059) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-depth-image-proc/ros-lyrical-depth-image-proc-dbgsym_7.1.7-1resolute.20260915.145059_amd64.deb Size: 12795258 SHA256: a84745438409e2432b0a621be479f4e22cc3fb7502b6ff742ce59516ac2962f8 SHA1: 113e0e31d5bb48a1bf6c6483722da8bffb8ff896 MD5sum: aa7b44b4a9ca3f581c88237b5a6bc9cf Description: debug symbols for ros-lyrical-depth-image-proc Build-Ids: 06cd99ad61b20c44cb530814150c2fc2066dbecf 0ecaa2e86a8fa60c8f67c5c67c0672057e0df702 30418a8488c91321e312e09200fc6bc0633d741f 3b88a6cfb6bc431a39a352eb5a2ae8e1c9d87ca8 50b9ecc82aa4de86e74d79278a95f259f44949d4 5409ffb3abf82eb3750c0033ca3e330a03c8e4ad 676efa288948cf888b16d5268077ef94f1f5530b 6910867bc7537eb2cd6858aacfbbbd4ecd1763a8 811205c14503db0bf47c915c509f55e5c34be6ef c439d4974d9cf03bfaf7d08fb38646871791502c dc935737cae26ad3b16019dd9944fe75d1033f14 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.20260915.143516 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.20260915.143516_amd64.deb Size: 200276 SHA256: 6302db6059dd8b11682213baec5a4d4dfe9086ea5b8fc31830e2f831f52bbf5a SHA1: 406332e79129d14b6ece304f4c3664fd63d7c57e MD5sum: 7f8296935a0c993335f815ff84a2d4ce Description: The depthai_bridge package Package: ros-lyrical-depthai-bridge-dbgsym Package-Type: ddeb Source: ros-lyrical-depthai-bridge Version: 3.4.0-1resolute.20260915.143516 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 4685 Depends: ros-lyrical-depthai-bridge (= 3.4.0-1resolute.20260915.143516) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-depthai-bridge/ros-lyrical-depthai-bridge-dbgsym_3.4.0-1resolute.20260915.143516_amd64.deb Size: 4501902 SHA256: 7980d549108878751108770914db49c5303d5683935ba13f2d09efa71e19bdb5 SHA1: 4d10e22c928c3ceaa63566558f0533801fc1f421 MD5sum: 63beb9b6ec6d353d82c68280bc01e7f6 Description: debug symbols for ros-lyrical-depthai-bridge Build-Ids: b0d300b5f7411a3f7825a765103d485f80d38bb1 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.20260915.143228 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.20260915.143228_amd64.deb Size: 44996336 SHA256: da9fe36b40b73f960942e6b0204862243c9de6e995ddfda77f3ed24f601a2aaf SHA1: 2b08818f01077f7aa5180b1d908fd96edf1f5edd MD5sum: abba24df6d5996bb6562921a711b9b29 Description: The depthai_descriptions package Package: ros-lyrical-depthai-examples Version: 3.4.0-1resolute.20260915.152212 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.20260915.152212_amd64.deb Size: 759208 SHA256: 10c9f1223173e48fa863f2e9c1c5badf2d7176d734fb3695726957e7d3a73fdd SHA1: a667a37afe700d19a8337ddcd097a150c90ca73f MD5sum: 1d257c6f92d1f541db0e6acc232b7ac5 Description: The depthai_examples package Package: ros-lyrical-depthai-examples-dbgsym Package-Type: ddeb Source: ros-lyrical-depthai-examples Version: 3.4.0-1resolute.20260915.152212 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 38835 Depends: ros-lyrical-depthai-examples (= 3.4.0-1resolute.20260915.152212) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-depthai-examples/ros-lyrical-depthai-examples-dbgsym_3.4.0-1resolute.20260915.152212_amd64.deb Size: 36462916 SHA256: 2c177a0b1c69144ef7af029162d65d2840b9196c7e6e6d6b7e9867e033efeabb SHA1: 488cfc017d294907dfc2b4e3e60c436b21ee796f MD5sum: fd3ee86b70028c1e822556cb60006414 Description: debug symbols for ros-lyrical-depthai-examples Build-Ids: 07c83cac2ee0ca6ef3fc4cf8e77b204097e24462 4d47bbccb58a7993cbacd7e753c36d8223e42ad6 5ae648ca146b58d18dc9f60da7bc5f1a0c747567 7eac532a4b30ee029d78b63d0410fe8ca7c2f25c 8927f55257189b384776ef2724536a7ef2c8c39e 8fb11ac3f7aa47442d2513778720b2faea81b0d5 94a0f4feee13637690bf1dae8e3b7788d40f2944 95bb78b1739d95de51448c3b692b09a9f9dc8f3a b5194c365719d31a846c041c460053473798d2f6 cc3ed60d00ef59eb09b259a7c6062ad6a60a5341 d26785a449ebd28feabdb53f5eab557054321cdd d2b7fc89339365ca0510dc909e4223ad2a05b174 db398a6bd76693d983f80a48b62d76ac37031290 e8a7e75c9679aab7a2c9c42e3cd1e5db5b80ae93 Package: ros-lyrical-depthai-filters Version: 3.4.0-1resolute.20260915.074555 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.20260915.074555_amd64.deb Size: 406020 SHA256: 36b7cf96fcc949d4fb0082eaf4ccce63d82c205a99b8a4c123cf167d765205df SHA1: 3b8c800dae42a24aa4b5f5b341073efae0412dac MD5sum: d5540112d2d3baaa57e7c5fc6c7a1425 Description: Depthai filters package Package: ros-lyrical-depthai-filters-dbgsym Package-Type: ddeb Source: ros-lyrical-depthai-filters Version: 3.4.0-1resolute.20260915.074555 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 15574 Depends: ros-lyrical-depthai-filters (= 3.4.0-1resolute.20260915.074555) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-depthai-filters/ros-lyrical-depthai-filters-dbgsym_3.4.0-1resolute.20260915.074555_amd64.deb Size: 13473222 SHA256: 385d872bee41ec0b64cd8c4d5a6fc6fb2bce6913ae5c6ae5672e12f2ce01ffb3 SHA1: d41e5eaa199d5d90e72b70c9afe7ebaec8a3bbe4 MD5sum: e238d0be7e1a4b0c6a411421b6544404 Description: debug symbols for ros-lyrical-depthai-filters Build-Ids: 38b221820feec9516c2eb68633571f850974a812 Package: ros-lyrical-depthai-ros Version: 3.4.0-1resolute.20260915.160824 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.20260915.160824_amd64.deb Size: 8616 SHA256: da19d31a134ea295fad7263cc9ebb237a93081b31c89dd4fb38bddbd5febe72d SHA1: f15a082c0cfc8accea73c9aad8cc749390b7a169 MD5sum: d900212e76aea28d0a6904b06c0bb9e6 Description: The depthai-ros package Package: ros-lyrical-depthai-ros-driver Version: 3.4.0-1resolute.20260915.153704 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.20260915.153704_amd64.deb Size: 826714 SHA256: f2cd97e30ec123bc94853005c5e4cf66d11f0528e1ddd5854a18264935fbdd35 SHA1: 65e46d5db76f2f4c904c332c156b1e3bc60cb3ea MD5sum: 7432d85489b124322e58faf7ffef32fc 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.20260915.153704 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 43105 Depends: ros-lyrical-depthai-ros-driver (= 3.4.0-1resolute.20260915.153704) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-depthai-ros-driver/ros-lyrical-depthai-ros-driver-dbgsym_3.4.0-1resolute.20260915.153704_amd64.deb Size: 41395052 SHA256: 1555bb4f204e6309b81b64783725717dfbf0a5bba051f4d3fadc2efe9698584f SHA1: 744accde9f96d452371a2a363aba4fa7c9ded8d0 MD5sum: e751b90c47f8bb0d7a61d729d091cd29 Description: debug symbols for ros-lyrical-depthai-ros-driver Build-Ids: 095b7b315dad448cc2cf9f9bc6d99bfa6f041e19 685a66f128b45960fa488369fcca5d53cb8d0aec 8b6caee4020afdae176517dfc0987a1ddbe24775 e769b9dba7e853cbd8916f19227fabf94c624cd8 fa48c847bb9d18b9a1a7b55585d41934ad01de56 Package: ros-lyrical-depthai-ros-msgs Version: 3.4.0-1resolute.20260915.064145 Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 3339 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.20260915.064145_amd64.deb Size: 257246 SHA256: 7be768134ec20a1f9264fa1df8c54de914923e850d9073de62f4d8fe8d5522c0 SHA1: e4d875f0c70e2f71c07e0257b4e4d0d567bfd513 MD5sum: ba52f171438fa820943c8cc178dc3315 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.20260915.064145 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 2858 Depends: ros-lyrical-depthai-ros-msgs (= 3.4.0-1resolute.20260915.064145) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-depthai-ros-msgs/ros-lyrical-depthai-ros-msgs-dbgsym_3.4.0-1resolute.20260915.064145_amd64.deb Size: 2154216 SHA256: 2ed9f36789b8aeecdcedf664c7e79b9041722dab89837ebd9ce7bbf3b0e7305c SHA1: 9dda7172e2ca4dc10b2f4b317b142936aba616bc MD5sum: 5657a9b128cbcb32167c833fd66559dc Description: debug symbols for ros-lyrical-depthai-ros-msgs Build-Ids: 1329eaaf3b10e589ef5088eb48c335b593246fef 192686398841c040b008f5e4c86bfb60e2d49bef 2384999de94b0dbcf748c29a7cc5328db2c7e78f 4b0eb13f3aca25956d123ff57b9b577f21966fdc 626281e948d53b850faa33d4797debe9a7816170 678102c5512acda7c9efbca55ac90f05c0295568 7b7c7b1197fa38c423a926e0e051babd283393db cc0c1b5aa492b08568a902c5b774bdba2aff20ae e485b95e97bb59177a01707fe7461225aee61d25 ec009075365df76e177a612b05b64e6234c4df52 f96102a3fb496e1f4ebb7726f2ca8d5278c33f3a Package: ros-lyrical-depthimage-to-laserscan Version: 2.5.1-4resolute.20260915.073230 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.20260915.073230_amd64.deb Size: 192786 SHA256: 082de36ff91f447f0f9ce14008c063f804df9e9e6a49b66d0b7ad368a3be9420 SHA1: a9e9bd7c7e3e2ce5ab7e4b1b33b1f7b8b081a8bb MD5sum: 8299142c0b22635f703faa5be463422f 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.20260915.073230 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 4547 Depends: ros-lyrical-depthimage-to-laserscan (= 2.5.1-4resolute.20260915.073230) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-depthimage-to-laserscan/ros-lyrical-depthimage-to-laserscan-dbgsym_2.5.1-4resolute.20260915.073230_amd64.deb Size: 3788394 SHA256: 8bec9aceae5c6d323a64a29c163da1ccf3ec74c2f2510a6b91a23d8345babb91 SHA1: 56d41a5fc5f6518a4e93a1e6d586cdeae687bde7 MD5sum: d3f80b532de2be563ee4622316611c91 Description: debug symbols for ros-lyrical-depthimage-to-laserscan Build-Ids: 890402bb70afe1669988dd90a979791014d1b17a 996833d82a8eeefa1e69f377cd21cb92222f7384 af639fa1fac0e5d18d828a86b1e4ffa4322543aa Package: ros-lyrical-derived-object-msgs Version: 4.0.0-5resolute.20260915.052139 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-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.20260915.052139_amd64.deb Size: 148218 SHA256: 8d8f277909e9225de0d9d0812fee00864bf7b4c1e709f8abb9790aaf8b4f0b51 SHA1: b6568c5712c083811460f3c14fffe5760a7b5008 MD5sum: b1f75ff6c81965c0ca9dda7b6b06f5ae 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.20260915.052139 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1415 Depends: ros-lyrical-derived-object-msgs (= 4.0.0-5resolute.20260915.052139) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-derived-object-msgs/ros-lyrical-derived-object-msgs-dbgsym_4.0.0-5resolute.20260915.052139_amd64.deb Size: 1069622 SHA256: bc1f6aecb7722c6cd3e618bd88a085afc81c005dc4d7c1c0833a449749f88cbd SHA1: be65c63e436a1b980130440529b450d116b80ee7 MD5sum: e48555d7881a277b41363ceed601a896 Description: debug symbols for ros-lyrical-derived-object-msgs Build-Ids: 046bded336ea0401674afbaeb1e2d7ab835bf687 06fd78f85988da193a840a1bcfa319657a20f778 11052d9eb30ff0f622fe9171a4bf5099bb4b0681 29bed526d01c6c0f99f272c8270d1a2c1f2ca047 6ef3db67533acef693d06fa1a566c4d70a5b682f 831ca0a78cea66472c6e0863436361e7471852b1 8daaef5680b80491c95f8b17af16403a968f7412 984ab6387f705f278388f58c3180f907b2f56bb2 ae2b65f4661ea36593cfc892513fb87be2bbab1f bf04085b8f1853706ea5ebcc6513c129db4c0500 dee3566c9d6314d5178cdf36d0185fe6316cd886 Package: ros-lyrical-desktop Version: 0.13.0-3resolute.20260919.194812 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.20260919.194812_amd64.deb Size: 6720 SHA256: 5982c7309ea1fe41197be2b222c5d77b646b10f94e7e20fc69f333c423e6059e SHA1: 6e57f5ecaaa6e799849c0f7c25d6e311090a85d2 MD5sum: 36791af6066980b48b636a2b7a789589 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.20260919.195324 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.20260919.195324_amd64.deb Size: 5774 SHA256: 34c8430aace0d5c7fc84f0ff03fd90ba86777e086c7b9d6793285fe0bf2166fb SHA1: 2b3b19376c16fc26153f2ccc7c81f07a570820e1 MD5sum: 57cee26ab11541c9c0a06e3ba5152007 Description: Provides a 'batteries included' experience to novice users. Package: ros-lyrical-diagnostic-aggregator Version: 4.4.7-1resolute.20260915.064942 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.20260915.064942_amd64.deb Size: 332296 SHA256: 825e84475ff0173a571c4cb7dec386ecdd114fb48d9474129fdf2486fda3914d SHA1: c6c79264f4fc3f780babbe3f2d715f72433f7185 MD5sum: c6fcf787621b3d15a85ecdfc99edd7bd 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.20260915.064942 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 6744 Depends: ros-lyrical-diagnostic-aggregator (= 4.4.7-1resolute.20260915.064942) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-diagnostic-aggregator/ros-lyrical-diagnostic-aggregator-dbgsym_4.4.7-1resolute.20260915.064942_amd64.deb Size: 6044464 SHA256: 297455712101cc55b8008d52aa2cd3d91be3ecf531bfffa6263df0a3d65019ef SHA1: 1f4a9aa6426600eafdf224f64ae363b51ab12785 MD5sum: d228485995141430abd4974ddb1fbb12 Description: debug symbols for ros-lyrical-diagnostic-aggregator Build-Ids: 496f22698c713e6fa2cc221f7fec57b216cf711b 6ee667e06950d247f6ef2e4f83371e90cead4025 a6ed0fafc3eb6d5b102093ec38294b74de67e5bf fdca1a86427f5f96e493e5cc8df94dd2b8e958f4 Package: ros-lyrical-diagnostic-common-diagnostics Version: 4.4.7-1resolute.20260915.075542 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.20260915.075542_amd64.deb Size: 13998 SHA256: 2038e1b161dd6c388aeded1b0a0408d2abaa2faab9e8a998362dfa90fe3570ab SHA1: f2175749eb871526a6231cbcdd16eca059a15d84 MD5sum: 5d07e3927a587d8655a5363a9efce390 Description: Common diagnostic functions for e.g. HD or CPU usage. Package: ros-lyrical-diagnostic-msgs Version: 5.9.3-1resolute.20260915.051854 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-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.20260915.051854_amd64.deb Size: 157608 SHA256: 1b0bc6e47bc06752dd5fd6ae1bce09bc7547d53085c37fb9e4eb7d480e206bad SHA1: 83513be9f94decfa28c98930fdbbe5ccea130272 MD5sum: f0c9e44356f22d6aeb45b67260f05d9d 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.20260915.051854 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 1582 Depends: ros-lyrical-diagnostic-msgs (= 5.9.3-1resolute.20260915.051854) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-diagnostic-msgs/ros-lyrical-diagnostic-msgs-dbgsym_5.9.3-1resolute.20260915.051854_amd64.deb Size: 1204520 SHA256: a7c84d34768d70e95354f5c296d66578fce9f9e02381b70e2a127bc797f458d0 SHA1: 0908b05d123a57f96c4fdd0a4908a7c640105ed3 MD5sum: 018568db7eba7d6fc147ee5487aefab3 Description: debug symbols for ros-lyrical-diagnostic-msgs Build-Ids: 1e96b77b4f82d091d18d08dbefeab10c1965beba 2974cec0ff0f6155b8ecaee4119acd5db7617ff8 5677119ea5608740900b7e7e6d8dac662e97df78 8076c665c953e7011e85bda311ee1b641b6ec456 815f2817a646b3aa5f155bad7cfbc105eca5820f 93a27603f730d4e33f03007835549d1559e8d6fe aac97c048101b109d144a31fde23ccf23000f2ee b8875e037aa6aa08f1b6809ec6f580cac36c8a49 c1b28711e254258e2baef9911db8a50b73fa92f6 c4c3bf88cfbccb750ba60ae40aefc9170e57fbe1 f1a27c9113a1186017f7aeac2b9daef7c434a847 Package: ros-lyrical-diagnostic-remote-logging Version: 4.4.7-1resolute.20260915.072405 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.20260915.072405_amd64.deb Size: 159238 SHA256: 96036d7a296537494e6a23c79894cec85b1c2d5dbc5dba2fc3d2322949b68564 SHA1: 7ec4a1f57c3eda07108c401005dd776b596b8b53 MD5sum: f268aa338f352e994f64ebe098983d67 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.20260915.072405 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Daan Wijffels" Installed-Size: 3781 Depends: ros-lyrical-diagnostic-remote-logging (= 4.4.7-1resolute.20260915.072405) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-diagnostic-remote-logging/ros-lyrical-diagnostic-remote-logging-dbgsym_4.4.7-1resolute.20260915.072405_amd64.deb Size: 3071988 SHA256: a0abac94334454812f77a23cc92cfc36b5c2f2e0e32bc98e826130ac8c19edec SHA1: 36c6f63bec692bcda2c94666cabd9df446f136ce MD5sum: ea23d419556661e782dfa092f58e6b99 Description: debug symbols for ros-lyrical-diagnostic-remote-logging Build-Ids: 8d040dd55427cec1cf32128b92cf3ff01d413d94 b00bf00d2696ccacde23a0dcca6896dfebb16d3a Package: ros-lyrical-diagnostic-updater Version: 4.4.7-1resolute.20260915.065027 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.20260915.065027_amd64.deb Size: 119022 SHA256: b3ce8e0b97b085fa1e7424718a2c6396cf9d35766f685bb45dd41381fbdcc9a3 SHA1: f919699540b452e57a003052597f96222b8b4bc8 MD5sum: 6726f40e3e9759f0390c2f6b42d33b67 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.20260915.065027 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 1803 Depends: ros-lyrical-diagnostic-updater (= 4.4.7-1resolute.20260915.065027) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-diagnostic-updater/ros-lyrical-diagnostic-updater-dbgsym_4.4.7-1resolute.20260915.065027_amd64.deb Size: 1638002 SHA256: 6e40a64f8119800c062ef31eec3ef5fc5cae3df9e8886115d6aac5e33579c51b SHA1: 657a8a99f41b76ac4ae0846fb6229e4aabd6c231 MD5sum: a8487d23eb1ef1b6f3a63cb86d45d64e Description: debug symbols for ros-lyrical-diagnostic-updater Build-Ids: 46ace5b7806b046fa424911561574331ae85f8d8 4a37361f81bc00af09e9537be863f3c8524d6dcd Package: ros-lyrical-diagnostics Version: 4.4.7-1resolute.20260915.081634 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.20260915.081634_amd64.deb Size: 5888 SHA256: 4e3eea5effc0b32d6120669bad88a79dc38b5def1db95b07616a5661ab1cbfbd SHA1: 7f4c751bb03500a1457f4feae1d5b08ec8e5c7b0 MD5sum: 50137319c2ee088e6aebd7df355b75c8 Description: Diagnostics tools for monitoring and reporting system status. Package: ros-lyrical-diff-drive-controller Version: 6.9.0-1resolute.20260915.144429 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.20260915.144429_amd64.deb Size: 246828 SHA256: 72c0067975f07b40f031ea5724d064a51391864faed78e0c7461c63811247e72 SHA1: 25320573e198e92c67a0b80d75821eec2af80a7b MD5sum: 8ca00836018adb1137b513ed798c5420 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.20260915.144429 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 4298 Depends: ros-lyrical-diff-drive-controller (= 6.9.0-1resolute.20260915.144429) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-diff-drive-controller/ros-lyrical-diff-drive-controller-dbgsym_6.9.0-1resolute.20260915.144429_amd64.deb Size: 3688822 SHA256: 41e828f60205ac358ea508253cd37f10b8328f86468b3cad118ea85c8e4e5990 SHA1: cc871d3b2e99eab8a3c74dd770970909490f6d3b MD5sum: 1d0fc98049173495823bb16a85e696c7 Description: debug symbols for ros-lyrical-diff-drive-controller Build-Ids: e11aa1c393ab491ba93abc3ba500a7b8c62765cb 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.20260915.073930 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.20260915.073930_amd64.deb Size: 168194 SHA256: b34b9eb177a8b278b19bbe9f0a39db2cc08b92af962065accf97b9d10da79b55 SHA1: eb0d697840278743e568073982876cc219e0ee04 MD5sum: 1fd202b0835e89e1c813cd6012f95436 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.20260915.073930 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 4116 Depends: ros-lyrical-draco-point-cloud-transport (= 6.2.0-1resolute.20260915.073930) 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.20260915.073930_amd64.deb Size: 3587706 SHA256: 043171cdb2c16bca959f9538d7b00b3af451b1d8a35c84b4ff2b6d64b979b663 SHA1: 43cc5a0748760a84c95a629208b4ef953476a2f2 MD5sum: 01afd303e10b6538867b811a50a4b6ab Description: debug symbols for ros-lyrical-draco-point-cloud-transport Build-Ids: ea58d121a0c95b72870f7b3a6bcae4aebdd32080 Package: ros-lyrical-ds-dbw Version: 2.4.0-1resolute.20260915.074708 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.20260915.074708_amd64.deb Size: 6210 SHA256: 29f697f82b0a274b9265d425b4b3693e305427c9041c25bc10b2903d36f4bcdf SHA1: 1d2b72a76936428172dbc59f6dacca63ff05e427 MD5sum: 016c883d17edd85ab2bd0e93e9aac929 Description: Interface to the Dataspeed Inc. Drive-By-Wire kits Package: ros-lyrical-ds-dbw-can Version: 2.4.0-1resolute.20260915.071402 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.20260915.071402_amd64.deb Size: 851998 SHA256: f6f2131de2fdc24a45716e2d72404c4b4325b6ba9a33a6d9a40bf79d0591aeed SHA1: 5ca8f3368d7328228faf03d86a3d5e0af651d91b MD5sum: 60bd3fe7e514a91c09a8f7bef4f0692b 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.20260915.071402 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kevin Hallenbeck" Installed-Size: 26806 Depends: ros-lyrical-ds-dbw-can (= 2.4.0-1resolute.20260915.071402) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ds-dbw-can/ros-lyrical-ds-dbw-can-dbgsym_2.4.0-1resolute.20260915.071402_amd64.deb Size: 20745582 SHA256: 1f4a012ac40f677d647b08fddd42b97fabc3aa96f23e0ecb92f91e59766cdced SHA1: fed54ed672a4358c39995249b830218cc3e107fa MD5sum: 3a22c936f62b30a4871bdc1cd1e1a9f9 Description: debug symbols for ros-lyrical-ds-dbw-can Build-Ids: 8a6ddcfc3e9992e6ca4f52ce7f40d0420803d137 ac7b3fd3c9ad4cf154ea1e42d7634e3aba0e4a58 Package: ros-lyrical-ds-dbw-joystick-demo Version: 2.4.0-1resolute.20260915.073942 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.20260915.073942_amd64.deb Size: 234474 SHA256: 4ccd7d88962c88192055ec87c9fdab8133c33ad27fbe6b71b9f132701ba37474 SHA1: e541708ad238a56dc7f6e7a793ff5ded5dd34d56 MD5sum: e3a71de2508376a586a35825541009d1 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.20260915.073942 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kevin Hallenbeck" Installed-Size: 6537 Depends: ros-lyrical-ds-dbw-joystick-demo (= 2.4.0-1resolute.20260915.073942) 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.20260915.073942_amd64.deb Size: 5259900 SHA256: a823ce95ad3b4023c5eef5985dca2f4fdf76177fc6c0d385e5cd7668d9ca3c6d SHA1: 41bc671835acfdba4de2e57ea2c7b21bb5500d11 MD5sum: 460228f74c039f384d2ca1172ca73152 Description: debug symbols for ros-lyrical-ds-dbw-joystick-demo Build-Ids: 72a118bd511edc5bf5a36e018d55f1130c928182 d67d2ff48cde8f9c79d64f08115026e3cc937341 Package: ros-lyrical-ds-dbw-msgs Version: 2.4.0-1resolute.20260915.050448 Architecture: amd64 Maintainer: "Kevin Hallenbeck" Installed-Size: 14060 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.20260915.050448_amd64.deb Size: 802912 SHA256: a49de627a6bfb3a0345b7c934b916c4086069d2b45c1388f7e0e92fdcff662ff SHA1: 5d8353058012ff0497144e43b4e349a002981b50 MD5sum: 64f8b92c15b800cb30f38a81b3d0559c 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.20260915.050448 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kevin Hallenbeck" Installed-Size: 8671 Depends: ros-lyrical-ds-dbw-msgs (= 2.4.0-1resolute.20260915.050448) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ds-dbw-msgs/ros-lyrical-ds-dbw-msgs-dbgsym_2.4.0-1resolute.20260915.050448_amd64.deb Size: 6448874 SHA256: 7a56442f7d63b536f0b1f7cb5201d59beb3baf647c20fb17486e764ee3eb05cf SHA1: 570cfd3e6c8382fbad692c56ea1e62a40716859c MD5sum: bb5585b75b1de6d5a5d1a6c1e615501f Description: debug symbols for ros-lyrical-ds-dbw-msgs Build-Ids: 0f119bf22da0475456a9016bc22541fb722463a6 378602edd51100f849188abbfff3ee8ce3463345 61c2d84732ea81f8e3440960e7c62b8a81bbdb0b 65a785d7d4b228b5038666ef5d4423c4385d84d9 66808e2cb63d803d3afa2d8a6befe85093a178dc 9a4f8a6168da5020e386a33b7a23c08d24c83bbf be74ec8d7d74b9b100ae83987c64fecfd712f6fd c8ef9fc87267e0056a3a78fb806934afb2fb2a5b d4c3399618aa10d30248425a4bb6f7d0fab3019d db5ab20e2b4c81f705b6419d37a61a0eeda55d1c f72f90dc9f3b203821bf412e815ff2f9a187c98b Package: ros-lyrical-dual-arm-panda-moveit-config Version: 3.2.1-1resolute.20260918.004719 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.1-1resolute.20260918.004719_amd64.deb Size: 16034 SHA256: 551c8530ebe763f1b2bfa741e7f7322b254d9434ea5b31d228b0570abc51ebf5 SHA1: 64a8fd168ee2225a6ecca344af68bc24f142430d MD5sum: a9e8992d3d8b6d46252ae4e16920b0cd Description: Dual Franka Emika Panda MoveIt Configuration Package: ros-lyrical-dummy-map-server Version: 0.37.9-1resolute.20260915.073006 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.20260915.073006_amd64.deb Size: 49420 SHA256: 74a7adaeec67203e04d3ba673cde4b8774f462adc602266639884bd22d0656f8 SHA1: d11182a6c9920a2407dd637c486830a096c399bf MD5sum: c9a86ae9af703a3149a9eff1babe3666 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.20260915.073006 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 821 Depends: ros-lyrical-dummy-map-server (= 0.37.9-1resolute.20260915.073006) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dummy-map-server/ros-lyrical-dummy-map-server-dbgsym_0.37.9-1resolute.20260915.073006_amd64.deb Size: 748018 SHA256: c84aa5cb38a0a54f3c2adb07f551e7e2f721b3a9253ae60666d793eb92618a00 SHA1: c66fb2b654134c55e24e0654569124b6ce616978 MD5sum: a3d0c86fc22005b4648b1ecbd86abe3c Description: debug symbols for ros-lyrical-dummy-map-server Build-Ids: cbd53f8672d9fb5c208a52d41bc265a9884b8e43 Package: ros-lyrical-dummy-robot-bringup Version: 0.37.9-1resolute.20260915.155733 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.20260915.155733_amd64.deb Size: 11148 SHA256: db9c7cf1663614945a89d8fba06b668129f5ed459d5391ef6f72c844175c1fca SHA1: 20d62ab7edd3cb24517b9e0acb4a533dfd6791bd MD5sum: 54b399534bf39a10675e63390e8f1830 Description: dummy robot bringup Package: ros-lyrical-dummy-sensors Version: 0.37.9-1resolute.20260915.073544 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.20260915.073544_amd64.deb Size: 68924 SHA256: d44a4014a4f5cb8bad122e4c112a80bd6f5794016a8e90fbfd1537860982dbde SHA1: a08d1040bf3d046411a9d7b611ec300263215afd MD5sum: 65d451bbfe6097a2349b1f1d3e3a018a Description: dummy sensor nodes Package: ros-lyrical-dummy-sensors-dbgsym Package-Type: ddeb Source: ros-lyrical-dummy-sensors Version: 0.37.9-1resolute.20260915.073544 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 1616 Depends: ros-lyrical-dummy-sensors (= 0.37.9-1resolute.20260915.073544) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dummy-sensors/ros-lyrical-dummy-sensors-dbgsym_0.37.9-1resolute.20260915.073544_amd64.deb Size: 1467494 SHA256: c4d8e1b07ef4c2e74053975624a4c7f73fed2dc4ce77f11b21f352637e435fbc SHA1: 91cfa136045e58fbb0e950d87cb707b32c8d90ba MD5sum: 40437f5e0645994d8188c34a7473d7d5 Description: debug symbols for ros-lyrical-dummy-sensors Build-Ids: 7adb7381ecfe68505f981873c27a89fdbe1bd9db 8e7d6535d51be9d79bdaffcad78b3654713755bd Package: ros-lyrical-dwb-core Version: 1.5.2-2resolute.20260921.021105 Architecture: amd64 Maintainer: "Carl Delsey" Installed-Size: 702 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.2-2resolute.20260921.021105_amd64.deb Size: 183564 SHA256: 2f6800ff6e119bb99c2b39d69383f2f34824b3fda749a04777dba92f50df0f01 SHA1: 3be1df4537f74372e5f9d02ae1ed73adfccc67af MD5sum: c8792d054374298687b4fccb903ec413 Description: DWB core interfaces package Package: ros-lyrical-dwb-core-dbgsym Package-Type: ddeb Source: ros-lyrical-dwb-core Version: 1.5.2-2resolute.20260921.021105 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Carl Delsey" Installed-Size: 3273 Depends: ros-lyrical-dwb-core (= 1.5.2-2resolute.20260921.021105) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dwb-core/ros-lyrical-dwb-core-dbgsym_1.5.2-2resolute.20260921.021105_amd64.deb Size: 2952188 SHA256: e8eb92d9a0df836a48face828e43406b887b4bc546e9d50af62003f26d5b8c63 SHA1: bfaa97bc17ca7dfc91cde735e421af3212c8031e MD5sum: 1ca34a897112cf5e896adf13ef7d0738 Description: debug symbols for ros-lyrical-dwb-core Build-Ids: 46926e7f9632263b4ff5104a63bb302c5816f3d2 Package: ros-lyrical-dwb-critics Version: 1.5.2-2resolute.20260921.021804 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.2-2resolute.20260921.021804_amd64.deb Size: 68174 SHA256: a775e631a5264f59f568f351d040884f8273129057556bc61eedf6f3e27a0b50 SHA1: e7e99b3f31bfbd0bca9263c86b647780f62fe2e7 MD5sum: 5f0babf354911e11df319055f8a6a4ea Description: The dwb_critics package Package: ros-lyrical-dwb-critics-dbgsym Package-Type: ddeb Source: ros-lyrical-dwb-critics Version: 1.5.2-2resolute.20260921.021804 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 3121 Depends: ros-lyrical-dwb-critics (= 1.5.2-2resolute.20260921.021804) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dwb-critics/ros-lyrical-dwb-critics-dbgsym_1.5.2-2resolute.20260921.021804_amd64.deb Size: 3042184 SHA256: e51c967d5b327cc55c5888250b912b22538de3d904ce136c281a2647a17f975c SHA1: e66952d63e45e7fc6e74ed59d7c4c9448176e28c MD5sum: 68b12938efe4f6fae2d2053b1301ad2f Description: debug symbols for ros-lyrical-dwb-critics Build-Ids: 6ebaacc4961958f92dc0d7fe3dd8b2f0927b4be2 Package: ros-lyrical-dwb-msgs Version: 1.5.2-2resolute.20260921.005517 Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 3372 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.2-2resolute.20260921.005517_amd64.deb Size: 259966 SHA256: 7fabad1872e71b09fb35e05381228415b62ed03f8a02d61ee1f90527ef89d8d7 SHA1: 080f2e8f1d5232a87a0f5dffa1ba5079956bf79a MD5sum: fcd6a47801ec7673007d7728f02833d6 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.2-2resolute.20260921.005517 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 3135 Depends: ros-lyrical-dwb-msgs (= 1.5.2-2resolute.20260921.005517) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dwb-msgs/ros-lyrical-dwb-msgs-dbgsym_1.5.2-2resolute.20260921.005517_amd64.deb Size: 2457436 SHA256: 112fb1aacb410f6a2972c3d004df88f00a4b08f807281f69ee686ff2db052322 SHA1: 08433dbcf66592f4f23ff25a251d34afa1ab0acb MD5sum: 7c86bb839a850be4a11e81730496ffb0 Description: debug symbols for ros-lyrical-dwb-msgs Build-Ids: 03a1079e7be74b9496a9eb6caeee9df8559175e7 166a284cd6123f8af8d50409ea5ceb721f39b4c4 22f7dd3cf8449357154f77f93dd5f63d183b4bfa 567e11840836063e71573cfed56466b4957f5470 71d625df83f2bd9b3e2d178a2cd0a290f9497940 72270bb5d475bc99146c36aaa05ff3da56a046d7 760e75a560d9a2fa2dbbdbef7cb2abaff662e573 d92ccd9576a23c2b5f712f9232edc58d9f9891f4 dc9b31f1314c047d43a5d3dce149e40e44171acd dcf5c3857f500dec01d0089ec2baf4fc67157b44 f4d45e6d7c9c408558212d0f9006a2f569aee8e4 Package: ros-lyrical-dwb-plugins Version: 1.5.2-2resolute.20260921.021753 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.2-2resolute.20260921.021753_amd64.deb Size: 57730 SHA256: cf709ac0a03a6b1ccc386609f6af86f6f6be103d632b256eda25e3c4e32fb3d9 SHA1: d0096fcd333e4cc6593a8b9b4e1d2653e3d73632 MD5sum: e82d8571e8fa50e2b91a038fe2d7d92b 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.2-2resolute.20260921.021753 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 1404 Depends: ros-lyrical-dwb-plugins (= 1.5.2-2resolute.20260921.021753) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dwb-plugins/ros-lyrical-dwb-plugins-dbgsym_1.5.2-2resolute.20260921.021753_amd64.deb Size: 1347246 SHA256: 443d1602b7a707f1ce5f17fff54afa9f701453f369b5372e64979e10d88fd86a SHA1: 4b09757189af403b580ea16c4da0139d20570d14 MD5sum: 6e41ea8edaa69742ff7778e94f7278ea Description: debug symbols for ros-lyrical-dwb-plugins Build-Ids: f9af5f6fe0f66cf49fe8ddf8e7c19a0d9af61137 Package: ros-lyrical-dynamixel-hardware Version: 0.6.1-2resolute.20260915.092406 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.20260915.092406_amd64.deb Size: 46498 SHA256: e86d43f2b846602fef18c05419f97d47ae9a61fbd613801a177c1134a5e400d9 SHA1: 49261df2d85be243b57f0ce1788df7b28889c0d2 MD5sum: f4686d2e1e20e7b1b809b0751c880a4a 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.20260915.092406 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yutaka Kondo" Installed-Size: 771 Depends: ros-lyrical-dynamixel-hardware (= 0.6.1-2resolute.20260915.092406) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dynamixel-hardware/ros-lyrical-dynamixel-hardware-dbgsym_0.6.1-2resolute.20260915.092406_amd64.deb Size: 728600 SHA256: 743b70df7661ba47876d623d08d06ff354e2005418870e7514e38c204bdf6bfb SHA1: d0b4ecb30bd1eb3910fc160eb8b4c3488f7c420f MD5sum: bd9cc7632c13bcea67d30547326ee109 Description: debug symbols for ros-lyrical-dynamixel-hardware Build-Ids: 23c4e616d65641b0a44145d04ba14f66f2ef146e Package: ros-lyrical-dynamixel-hardware-interface Version: 1.5.1-3resolute.20260915.092539 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.20260915.092539_amd64.deb Size: 290684 SHA256: 890a3ec6f8bf2e099f319fa1ba5955af484c38c7542d3c25f85d6ccf5d68afd3 SHA1: 9e38b0e45ea928fa12411715e47401e882136d70 MD5sum: 89f1575428aeb9b7dd5f24a17a08ad94 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.20260915.092539 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3991 Depends: ros-lyrical-dynamixel-hardware-interface (= 1.5.1-3resolute.20260915.092539) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dynamixel-hardware-interface/ros-lyrical-dynamixel-hardware-interface-dbgsym_1.5.1-3resolute.20260915.092539_amd64.deb Size: 3658068 SHA256: f46cc0ea9da581ef56afb7de891dad342d0d7f855b87de06c083949da94fe078 SHA1: 66f5ab6e86cf9785c25e91de357c17ec48d1c405 MD5sum: 84b01400bfed0451470fc81d1d4d6dce Description: debug symbols for ros-lyrical-dynamixel-hardware-interface Build-Ids: 9822bc13d481bd29c4ec4b4ba9ec7834f5e1b511 Package: ros-lyrical-dynamixel-interfaces Version: 1.0.1-3resolute.20260915.051826 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-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.20260915.051826_amd64.deb Size: 155310 SHA256: 722b4bf6b22a2c2bce39982d61c27fe03e2be2d8fb2625ae960d4bba4075f2be SHA1: f5311cac796029bca4143adfe626f591dd641078 MD5sum: 1fd705585e3986dd7492202cbcf00e4a 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.20260915.051826 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 1508 Depends: ros-lyrical-dynamixel-interfaces (= 1.0.1-3resolute.20260915.051826) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dynamixel-interfaces/ros-lyrical-dynamixel-interfaces-dbgsym_1.0.1-3resolute.20260915.051826_amd64.deb Size: 1087752 SHA256: 9718e5ed8a05d1095c1409f77d7c0f561f4e785705dab72608ea2626d54b0121 SHA1: b8253f7826189a1dd07928fca02ed8a594d07fd9 MD5sum: a10f3a3154b8ee6228c0c4d414d02cd0 Description: debug symbols for ros-lyrical-dynamixel-interfaces Build-Ids: 09883dae022b6eeb487ab1a3cd21421069b673b7 1265383495858804f6db923a53da7d4721609d1a 1518ff7a9f045979a5770eff2ac6508c80760a68 1777362a29ff258cb761016d12a21f7370ae92eb 5fc9b4e6e25da3075925e9c302f5094503b6c3c8 624b9c1e4089cfecf83c4ab69011a48fcc163b4e 7ccc7ff27d7a04760a3d981c13e518f47d857337 ab385b204a3db9541642f6647a57385f273b58ad ba6ae7201eb6ac04f6bc7889fe03ee7c829ac645 c0b34215c7f5fbaa410dcc93ce61ac308dc7e08d fd6d84778301ced729c2b429e515f7e548f0cf1d 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.20260915.045213 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-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.20260915.045213_amd64.deb Size: 79546 SHA256: 24d61ba0177fadda466a3dba2c68156d86a0775c27d38c52f5a26b9587225c23 SHA1: c4ae333be7a27699c26c8eb9c2eec95ad7271b24 MD5sum: 566fddd4f7e313284320ea2b18877469 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.20260915.045213 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 644 Depends: ros-lyrical-dynamixel-sdk-custom-interfaces (= 4.0.3-3resolute.20260915.045213) 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.20260915.045213_amd64.deb Size: 411020 SHA256: 708794e86649336b1e5cc4c70e38061aa597e462066d7a096f6ab48964861462 SHA1: bbb3aec36f2744cb5c47b0bd79688a223610c02e MD5sum: 30dc9a0ef14519debcce86b3fcc2041d Description: debug symbols for ros-lyrical-dynamixel-sdk-custom-interfaces Build-Ids: 082e9eb87764d2f9827efdc64560da2c87b4d1e6 46cae9b7eaee48bd8432e2c7949a3a5009e4237c 46d8fa2aa9b98f98027fa157ad386193134e2aca 508d047dfd0fbe83abca78aa3b8fda74d11a5c55 67eaf1253c2e29702828e4e0636499e2e0d1eff0 7f829a4b1033542ce3c25ba0f2a8503d06f9498f 94d75884b7da63dd5827905836cfc6261cb98013 9ac367b5fe87b4b4187443370344970734c53c78 a111add73f310dc02efa5c0862ce56feb99de29d f982ba53ef002ea375c13de4224ee55f47882087 fbf09706f739764458557446fad7421d9a7bd776 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.20260915.064437 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.20260915.064437_amd64.deb Size: 116292 SHA256: 5b2cd8128aea2c4d128f065c24fb74b7002fa3c4356b602b8ada926372f75747 SHA1: 0ea05f2ae16f18bce71b670e545504647ee459b4 MD5sum: 4baedebea12a770bdbb34e3921bd59d1 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.20260915.064437 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 2400 Depends: ros-lyrical-dynamixel-sdk-examples (= 4.0.3-3resolute.20260915.064437) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dynamixel-sdk-examples/ros-lyrical-dynamixel-sdk-examples-dbgsym_4.0.3-3resolute.20260915.064437_amd64.deb Size: 1984466 SHA256: 0430707fd1432ee4482449e02559b58e727efb7eb86ec620f9d3414928810e0a SHA1: 6dadecff12b101b73b89f33d6daca74e042b6875 MD5sum: 6af98e48ee78ac766d908e5a09f3fb68 Description: debug symbols for ros-lyrical-dynamixel-sdk-examples Build-Ids: 77ad77417073989bf5a34574b90701a42a5d12c6 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.20260915.050928 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-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.20260915.050928_amd64.deb Size: 330016 SHA256: 2929d546c6c89345e8f16bd0a87c86ab04016da49ddbdba6ea7e229837f060e6 SHA1: f6bde07f38a54da0527261693a98d7fe36268a0e MD5sum: b8ce469eba280ea240a1c9b882e17149 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.20260915.050928 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3447 Depends: ros-lyrical-dynamixel-workbench-msgs (= 2.1.0-3resolute.20260915.050928) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dynamixel-workbench-msgs/ros-lyrical-dynamixel-workbench-msgs-dbgsym_2.1.0-3resolute.20260915.050928_amd64.deb Size: 2608366 SHA256: 4606410f1cfd99c995b17bfcb1c37219068a515a543e43ea648bcd5fdd80ceb1 SHA1: cbd6316aed4a8d7fb1e3980ae811fde87c481f93 MD5sum: 457501e3cc496f4246f4fb7d2d72b309 Description: debug symbols for ros-lyrical-dynamixel-workbench-msgs Build-Ids: 505505325d72427d344bd4ac541bbc017568b4a6 5f5aa305b5118a4dbff5ed5718ac11770d903405 78f4b5d7b8305170f475014d413aa13448d120f3 7fc4df2f1797718c3839fe85e1dac7934370ae33 99ce08c07cbc8169fcd2eed959fec180710095af 9c7f79aea73c71110338247ee0dc0aefeb024c5c b60426888fbffcfa1fac1fe3a832177f44be161d b687d14222418d827ca1f52e6f5085e54ac80073 cc0e642a665e7906baaeea81f0a59530bdb11a17 f14ba6ccaf68359218ffb9780d4be3f38d30b5aa ff17edf22ba8e82f06f1586967c46c88a6cb7969 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.20260919.204648 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.20260919.204648_amd64.deb Size: 6848 SHA256: d3f11944e96f8931306cf4c41a4439dbfcf032b8b89fbc69c014c242d6fdd710 SHA1: fa6e21edbba31dfc07a6be04ef9e80c4146588d9 MD5sum: 5f8741762efee59b4c95daa5f11016b2 Description: Easy Navigation:Mata package for installing all EasyNav. Package: ros-lyrical-easynav-bonxai-maps-manager Version: 0.4.2-2resolute.20260919.202125 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.20260919.202125_amd64.deb Size: 272242 SHA256: 45ec09ff7c7071a14137fc4de2b1c6171c4b2ba1b7bde7e5ab5c6a385d627632 SHA1: 68bbb26d6a975a9a65f3e826623aeda801cfbc7a MD5sum: dc8ff023a3d42932c6f55d5b8408120e 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.20260919.202125 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.20260919.202125) 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.20260919.202125_amd64.deb Size: 5585530 SHA256: 802d060a77cdc638fa4bdbe36c8f73a53f0bda94d005ce8c6672a5997ace8023 SHA1: 366b8bf92baa4cf8c0286eb5f16cb948339a67a8 MD5sum: a304b7287fa46a8e378c671a9af91529 Description: debug symbols for ros-lyrical-easynav-bonxai-maps-manager Build-Ids: c2a3ac556be0c8ac159ec23b0c3d192bb3876080 f62e131ee7226a636152ebccafe99382bd5e4ebe Package: ros-lyrical-easynav-common Version: 0.4.2-2resolute.20260915.141755 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.20260915.141755_amd64.deb Size: 17308 SHA256: 4de784f05fd5b1c4f5041afc9a8a6751c60ae483c8962a01a55bf22f40461e7e SHA1: 9ca0ef1ed31f7ae9ad5d417a9a089ad55790d81d MD5sum: 44f0151d18c9a58fbf5b0b3f88e9fe4b Description: Easy Navigation: Utils and types package. Package: ros-lyrical-easynav-controller Version: 0.4.2-2resolute.20260919.202125 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.20260919.202125_amd64.deb Size: 84180 SHA256: f9e66ba5742c1f0b750bdaef4f05c3c8755670a92f2cf6fdbf74db034a99440a SHA1: 297aaf566e44948606bc4ed0c8ece223c720f853 MD5sum: 39ba549ed45c20cb4d684a4fbd633ea3 Description: Easy Navigation: Controller package. Package: ros-lyrical-easynav-controller-dbgsym Package-Type: ddeb Source: ros-lyrical-easynav-controller Version: 0.4.2-2resolute.20260919.202125 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1403 Depends: ros-lyrical-easynav-controller (= 0.4.2-2resolute.20260919.202125) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-controller/ros-lyrical-easynav-controller-dbgsym_0.4.2-2resolute.20260919.202125_amd64.deb Size: 1308180 SHA256: 134fb876b1e310e26b47bb6ed0ee7c069953f6d63bb66ed6be04bfb6cd96597b SHA1: 8b3e8c864694d62a65febab26769a60015e2c633 MD5sum: 5ac34f249d9afa9df0ae9718f979fc1d Description: debug symbols for ros-lyrical-easynav-controller Build-Ids: c88eaad7be892bd6c38f5e25da21d6ae14a98b04 e1de8801acaa739ae0baeaf894a9acc495c7772c Package: ros-lyrical-easynav-core Version: 0.4.2-2resolute.20260919.202000 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.20260919.202000_amd64.deb Size: 80496 SHA256: 16f600c7697de44120249d63dd87e6ca08fab5e7a40a175fc3f16924fb67ee8f SHA1: 9a5d550d5f0cd788af2f9ea10628404006d11015 MD5sum: 317bca29e2109d05e7055d98b8ec7772 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.20260919.202000 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1802 Depends: ros-lyrical-easynav-core (= 0.4.2-2resolute.20260919.202000) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-core/ros-lyrical-easynav-core-dbgsym_0.4.2-2resolute.20260919.202000_amd64.deb Size: 1700360 SHA256: 916d975d4a02a55b1f0987830b591ce3ddd301e702a71c799c307b24cf8d577a SHA1: 3b7e019fe39766c537c8b3d7e739ca728c309ece MD5sum: f65ec7073b8ad4acb44b9c5824f35a9a Description: debug symbols for ros-lyrical-easynav-core Build-Ids: 933a0a4d7038c947dca8f18a4697a36fb60232ee Package: ros-lyrical-easynav-costmap-common Version: 0.4.2-2resolute.20260915.150209 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.20260915.150209_amd64.deb Size: 29326 SHA256: bcbc31c0941da40f8109551e0ad5746424f5b0cdfb3aa5cb655a96c3a70bfb92 SHA1: 8a62d43a80229851191d3d48488864b198fb3773 MD5sum: 04ed3b1e1df691121a23d689b1908377 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.20260915.150209 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.20260915.150209) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-costmap-common/ros-lyrical-easynav-costmap-common-dbgsym_0.4.2-2resolute.20260915.150209_amd64.deb Size: 87942 SHA256: 4fc9ea766bbace9b85ad3ac80486e4f020b81c42cae61af3b32c9fe08178626e SHA1: a348a73ab1d0ff1785746436b67fca20f7b91ccc MD5sum: a2023fd41228be8e020888e3281e5be7 Description: debug symbols for ros-lyrical-easynav-costmap-common Build-Ids: 998c3c0daa38eccdc99b9ed1fce0f1fa2624fe54 Package: ros-lyrical-easynav-costmap-localizer Version: 0.4.2-2resolute.20260919.203457 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.20260919.203457_amd64.deb Size: 204468 SHA256: b41dc0fdf05775fc72cdccf9c6d08afcff716fbc25b31e0834bc0738ac9f887f SHA1: 038972db8449a118be6187ae14e4cacded45dc77 MD5sum: d6b638ef6529f299f9a14ae758f3b024 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.20260919.203457 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.20260919.203457) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-costmap-localizer/ros-lyrical-easynav-costmap-localizer-dbgsym_0.4.2-2resolute.20260919.203457_amd64.deb Size: 3980452 SHA256: 6718c65ba548d442b1ba2f0949ada922ba7a726dcccbf4e8248b108d3765bf72 SHA1: d1e8b499e9b33ac8e73ffa02d90237257661b954 MD5sum: 4ef6b71722b2dab3c59f258a056346b7 Description: debug symbols for ros-lyrical-easynav-costmap-localizer Build-Ids: 300125af9508a906ff16d770b81115f6a08aff97 Package: ros-lyrical-easynav-costmap-maps-manager Version: 0.4.2-2resolute.20260919.202123 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.20260919.202123_amd64.deb Size: 250932 SHA256: 35730ea6932e5b1673c188e9381f0a60c3207bb624118036f9c077b8405360f6 SHA1: cbd7aa6b39a366b6be3b8208bcd8c2eb3a5bd627 MD5sum: cfcaa0f2bb20c3f497b588786db744ca 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.20260919.202123 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.20260919.202123) 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.20260919.202123_amd64.deb Size: 4905788 SHA256: eeaade533e6a0b21d05f788c26facd1f71054e61be608919830310afd5769656 SHA1: a300fe089114274c2dae1efe3ea672075395c449 MD5sum: 7f0f4e4574eec406e23ba43aea285eac Description: debug symbols for ros-lyrical-easynav-costmap-maps-manager Build-Ids: b4c2fd3a9b1d9fa669f4b5880d84d0c349a0d4f6 Package: ros-lyrical-easynav-costmap-planner Version: 0.4.2-2resolute.20260919.202132 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.20260919.202132_amd64.deb Size: 81568 SHA256: 14d3f414ba4b5a27df9d84c69b9ce83792ceeaf0eb15e180f006e63892e40003 SHA1: ea2417aa17e127a00cc73d93dd5f5fc76551f323 MD5sum: 6e0a8a947584a9e770893f3a5e4fcef8 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.20260919.202132 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.20260919.202132) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-costmap-planner/ros-lyrical-easynav-costmap-planner-dbgsym_0.4.2-2resolute.20260919.202132_amd64.deb Size: 1119318 SHA256: 20156193f6dc29f62adcf0481c26cc37a0063adc5f029b852245cba994f58229 SHA1: 21afda52534f64b7d8ae7de8d5d55ba9095162f9 MD5sum: 1d134ab5ea162e1529cbf56160ffd2a3 Description: debug symbols for ros-lyrical-easynav-costmap-planner Build-Ids: 189a02bc2d37e83063b92f369250c0173969e02d Package: ros-lyrical-easynav-fusion-localizer Version: 0.4.2-2resolute.20260919.203459 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.20260919.203459_amd64.deb Size: 457188 SHA256: 9e433ab9dcb7dce9244ab5cc8fc1c29078427fdbf9b6dbf24d8ce83a74593fa7 SHA1: b86d6606bea0b8b446ed4bfc1c918f8c1487ad28 MD5sum: edafc6e54786752296197408b28ee264 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.20260919.203459 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.20260919.203459) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-fusion-localizer/ros-lyrical-easynav-fusion-localizer-dbgsym_0.4.2-2resolute.20260919.203459_amd64.deb Size: 10638458 SHA256: 63093c6c9fbee1a83c170f3325d39aad30aaa8e6dda452e74d4385b89ca55051 SHA1: 70ae81cac0e56f546cb2216a6d1c5a4810025675 MD5sum: cd05daf7fb5c3a4690bb89b51672d246 Description: debug symbols for ros-lyrical-easynav-fusion-localizer Build-Ids: f8cdb8a90408a5e9d5e614faa09fb0378b344b19 Package: ros-lyrical-easynav-gps-localizer Version: 0.4.2-2resolute.20260919.202122 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.20260919.202122_amd64.deb Size: 193804 SHA256: 3d0a25adcae55ba0531a673b347dde3b615c1c6647b1b969e147bfff4b07aaca SHA1: a5a75bd2db319f2e3183f6097bab307e9056f622 MD5sum: dab6314df78841afef1c4bbbb67af2ae 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.20260919.202122 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.20260919.202122) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-gps-localizer/ros-lyrical-easynav-gps-localizer-dbgsym_0.4.2-2resolute.20260919.202122_amd64.deb Size: 3999784 SHA256: a2e4a92a13f14df23d629abd7db072c101a4df71124f58cd0ef4de418ff0058b SHA1: f9f26aba4ebc5758302dfb728d500e0b00a2c69f MD5sum: 44dbb84ba5261278b2bf8b50958faf4e Description: debug symbols for ros-lyrical-easynav-gps-localizer Build-Ids: 2427ffa6ba11e659a637a3c0fdc4449ef1f9e951 Package: ros-lyrical-easynav-interfaces Version: 0.4.2-2resolute.20260915.052311 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 757 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.20260915.052311_amd64.deb Size: 75400 SHA256: 6b038e1672e5ada30f17db455a90c0afb9e207f9fd9df537562b78d96cbefda2 SHA1: c52e8b063baf1cdb872db186972dcdfac250039c MD5sum: 70a3ba878ea2921030af8aca086a5c0c 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.20260915.052311 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 564 Depends: ros-lyrical-easynav-interfaces (= 0.4.2-2resolute.20260915.052311) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-interfaces/ros-lyrical-easynav-interfaces-dbgsym_0.4.2-2resolute.20260915.052311_amd64.deb Size: 378084 SHA256: cf569740b3273bc2b914f23acb27d78fa405c7126d0f034ebd7729bf4e1ce000 SHA1: f338e6db4e69daa7e7caa86255bfaf51a81b968a MD5sum: 3d42e9b5f3cfa134bcbc8daddd42d658 Description: debug symbols for ros-lyrical-easynav-interfaces Build-Ids: 1dd3a18d62f9b31b996aec88c87c3b957577ee7d 29ef6000028ec15922570850e2d73bbaadf46634 7cb9cae91b311b5083ae7c1d7fb0acfea53a4923 7e65b6a9410d4f8c85253d6d5776b5e81775bd7f 8f75313cee8f298a2b31e21e56000b361282a072 a8665a654a6d0c63521df583bbbd21a9c7f817d3 b214ad78cb74f28387d5fa0a8bd1d05875f82378 ce9b348a8d36b270ff97508bbf67f257472e206e e1e573f8996809f41eec8162dc8dffc84f42f363 eae230ce60cc03e5687200984b4c65b812e892ea f9e92c00225fe7079f2fbb9a7dd0fd67589d9924 Package: ros-lyrical-easynav-localizer Version: 0.4.2-2resolute.20260919.202121 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.20260919.202121_amd64.deb Size: 107848 SHA256: 57698a3383a7efe92920e53671ac2c35a53902e16cb9aff11dac209c08348762 SHA1: 335f99a36cb541c3cf3e5cd78f29e03b22680372 MD5sum: bc4e6fb4c8c80ab818770f3753d53849 Description: Easy Navigation: Localizer package. Package: ros-lyrical-easynav-localizer-dbgsym Package-Type: ddeb Source: ros-lyrical-easynav-localizer Version: 0.4.2-2resolute.20260919.202121 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1773 Depends: ros-lyrical-easynav-localizer (= 0.4.2-2resolute.20260919.202121) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-localizer/ros-lyrical-easynav-localizer-dbgsym_0.4.2-2resolute.20260919.202121_amd64.deb Size: 1631146 SHA256: f5c2636e2091d673f96614c2eae2b7427869b298a69a240767b2235d1f7eb487 SHA1: 4c86193379aa20c62ce5bdda1ac413dca8351195 MD5sum: 719b4ed3bd5bf798e9c4267b5cc8ef66 Description: debug symbols for ros-lyrical-easynav-localizer Build-Ids: b847b4c923f683eab30419880ab59ac993e199d3 c010e4db31c908a5af60c596320ead157b94233c Package: ros-lyrical-easynav-maps-manager Version: 0.4.2-2resolute.20260919.202123 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.20260919.202123_amd64.deb Size: 74812 SHA256: 83c17dbb2982d742f5faebe35872f9a6b858c3aad6375745a2c04d094624fbe5 SHA1: f6d27689749d24f95be5f47018a93fc96c4d90b7 MD5sum: 576f87d5858b53686fedb18b15ab3077 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.20260919.202123 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.20260919.202123) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-maps-manager/ros-lyrical-easynav-maps-manager-dbgsym_0.4.2-2resolute.20260919.202123_amd64.deb Size: 1060458 SHA256: 30e781de53cf647810a616d80d1ba974821402c2a5fcfe6a72493313211df9fb SHA1: a0d0e55a50f9afabfaa9d81f34ccf1754812f9ab MD5sum: cfb55d7e0920c6327efd0301045ef7d5 Description: debug symbols for ros-lyrical-easynav-maps-manager Build-Ids: cfa9278ed86b26829faf3bdbf2d4c58e7e08bc8e dab95dae1eac5d32628364136be6dd3d1f03feb1 Package: ros-lyrical-easynav-mpc-controller Version: 0.4.2-2resolute.20260919.204645 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.20260919.204645_amd64.deb Size: 107120 SHA256: 0cdee14ff2c18ae81e23668c379df54ffd1b0edd55cf1a4ead24dd15e29f48fb SHA1: d0ade28bfbf8e8d2dbccc36d1e3eca47065b8000 MD5sum: c072e926870ff274bcabb67c3bad0a38 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.20260919.204645 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.20260919.204645) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-mpc-controller/ros-lyrical-easynav-mpc-controller-dbgsym_0.4.2-2resolute.20260919.204645_amd64.deb Size: 1986778 SHA256: 6e01f02397b4299a07a9c2adc1fa10b12d235779b933eebc732cffcbcf7edf99 SHA1: c0cbbd0e285e0a6bcb3c6345744b0395de6b01c7 MD5sum: 31ac2ef41d800aee894918bc40033f75 Description: debug symbols for ros-lyrical-easynav-mpc-controller Build-Ids: 9c8f45cea7ac0df797222912d5120db9e0114b3c Package: ros-lyrical-easynav-mppi-controller Version: 0.4.2-2resolute.20260919.204647 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.20260919.204647_amd64.deb Size: 86508 SHA256: 394e9d0a43b23196bb9b92f377707d087b256402cee88c8d4fef371c741eef11 SHA1: ef3859e00dc05918b5bfc721eab7c9b16f958613 MD5sum: e8d9c2a948a914a5f2e4fba08a9f863f 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.20260919.204647 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.20260919.204647) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-mppi-controller/ros-lyrical-easynav-mppi-controller-dbgsym_0.4.2-2resolute.20260919.204647_amd64.deb Size: 1744008 SHA256: 98442e51ba2153f8c63ba1a6139d567d10283815864c2ff96ab9a47424cbc795 SHA1: ae4409e7486cbbf1a450925fb6f6fbf7699e6e04 MD5sum: 14f1f8d3a591f1cbb8145483a4e5ed18 Description: debug symbols for ros-lyrical-easynav-mppi-controller Build-Ids: 9c6ed22ef88e1329bcf5270063848020fd36b96b Package: ros-lyrical-easynav-navmap-localizer Version: 0.4.2-2resolute.20260919.203457 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.20260919.203457_amd64.deb Size: 229606 SHA256: 62f83394574b81875a0ef4dbe6f3e4db9ce02edacfd00b0aa6271a618b42eeb2 SHA1: f0562b62f1fc1806adace7b52a69b645bcad4ed4 MD5sum: 84744514dc29478120ba6f97b884e06c 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.20260919.203457 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.20260919.203457) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-navmap-localizer/ros-lyrical-easynav-navmap-localizer-dbgsym_0.4.2-2resolute.20260919.203457_amd64.deb Size: 4412408 SHA256: 3e109b5b0ca51dfc317f65bf29d091b84a59a083e8c11ec860c1145005e58f77 SHA1: 79bb4b41a8d7a0b56ab974f19f6e656271934e3c MD5sum: 5230287b21ef8c9bf75561590112598c Description: debug symbols for ros-lyrical-easynav-navmap-localizer Build-Ids: 8f2171fa0b029728da986eaac0924ab76c6fac6c Package: ros-lyrical-easynav-navmap-maps-manager Version: 0.4.2-2resolute.20260919.202125 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.20260919.202125_amd64.deb Size: 285058 SHA256: e775130ca4b1841ee4a7b02ab6281e2df7f3e7991412ea26a9a38718c134f118 SHA1: 2b083361fd07cc2210a2d7e04a42b95d92f7b441 MD5sum: 954d3701cb8bad2cdf0a76799679b038 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.20260919.202125 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.20260919.202125) 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.20260919.202125_amd64.deb Size: 6488356 SHA256: 35bf1be2988f67fc8cb6bd153a0e15ce6f79902ed058773b35f353a0f85b880d SHA1: 86e41d2bd31b114729683cf8adcfa648f67dec8b MD5sum: f00c3cdf122d68ee8eee2f5d3fc4250b Description: debug symbols for ros-lyrical-easynav-navmap-maps-manager Build-Ids: 1a24dce69d95f51a3192a9b7435924227618f3b6 Package: ros-lyrical-easynav-navmap-planner Version: 0.4.2-2resolute.20260919.202124 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.20260919.202124_amd64.deb Size: 85484 SHA256: 27093471a3443424365930514088fb80e23db674a5e926d32afe35b055982121 SHA1: 82558320fcaf1c82ecde96080df379200bc78abc MD5sum: 4d123a29e418c5e614979d44ae8534b7 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.20260919.202124 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.20260919.202124) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-navmap-planner/ros-lyrical-easynav-navmap-planner-dbgsym_0.4.2-2resolute.20260919.202124_amd64.deb Size: 1805850 SHA256: 0fad15c9ed6255ba223114b628e10f7533eb5d4abe6a2f87462a8290b2e91a1d SHA1: 0a9ebfd2f3d62392ee439ed05fd0c91de468d24b MD5sum: ced61344083c7e7c47bded2f7ac9cc6c Description: debug symbols for ros-lyrical-easynav-navmap-planner Build-Ids: d285a82a1d7ea430e6ac13880df90f0cb7e2fd6c Package: ros-lyrical-easynav-octomap-maps-manager Version: 0.4.2-2resolute.20260919.202130 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.20260919.202130_amd64.deb Size: 249530 SHA256: 6598ce3bf88e19de26f44b88463c75924b2a96c86236836cda76977a25092cc9 SHA1: e5501a41e278cc09ee08145bf60c2be47a170251 MD5sum: 36bfc6299c603bb921f0eabbce730148 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.20260919.202130 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.20260919.202130) 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.20260919.202130_amd64.deb Size: 5144620 SHA256: 2630ebc9e1aeaf3899362c5ef484d7f05c0b3320d7d00726929eeab4446000fd SHA1: a43d5273567c5a218a26f9af2bed5f751aba8e5a MD5sum: 4d3a349dc8ef4e870efc76b2d5d63290 Description: debug symbols for ros-lyrical-easynav-octomap-maps-manager Build-Ids: 5318605ae13f64bc9da03ddf7f73f8f8591c00c3 Package: ros-lyrical-easynav-planner Version: 0.4.2-2resolute.20260919.202126 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.20260919.202126_amd64.deb Size: 82770 SHA256: 1fdc48e4dd07816caec1e034b5ff0434e5ce32677c64d43023fef20f4b5ee177 SHA1: 55c895c9d41d88e2e3875a04445e1b3c4e0b096b MD5sum: 294a513195270c16c4a5a1ab1f25cf96 Description: Easy Navigation: Planner package. Package: ros-lyrical-easynav-planner-dbgsym Package-Type: ddeb Source: ros-lyrical-easynav-planner Version: 0.4.2-2resolute.20260919.202126 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1319 Depends: ros-lyrical-easynav-planner (= 0.4.2-2resolute.20260919.202126) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-planner/ros-lyrical-easynav-planner-dbgsym_0.4.2-2resolute.20260919.202126_amd64.deb Size: 1226390 SHA256: 879ecb310ce234dcedd472401f15a4dafd0729c6cbd67b51a273172b8ff6464e SHA1: b3ed39080ea4dc4cd378e96c97eefa1227509701 MD5sum: 6cad044bce55af835becb19d8aefc5a6 Description: debug symbols for ros-lyrical-easynav-planner Build-Ids: 2922ceb1f5891e06e7591066767da454919b6533 f837e8f4ce07b85f877122ffcb0ba587d7779327 Package: ros-lyrical-easynav-regulated-pp-controller Version: 0.4.2-2resolute.20260919.204647 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.20260919.204647_amd64.deb Size: 98250 SHA256: a20ce2de17d78e45999dbdee38feb7b6d87ad074c9da8efc25df195320ff50fd SHA1: e973c42f6063d3fb1471025956f4d58f8cddca20 MD5sum: 5527e03e82448e3b1c78e27a2bc8361f 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.20260919.204647 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.20260919.204647) 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.20260919.204647_amd64.deb Size: 1650932 SHA256: 7497fa53a3065ca822fd2335f94100ccf8b10cd062ceceea9513142f2bd50ef0 SHA1: 134487db1abdcc238f4f78fb46198ef07927cc50 MD5sum: 38671a9445ac489c355a7c3d2f9178ca Description: debug symbols for ros-lyrical-easynav-regulated-pp-controller Build-Ids: 75a9e106532e3d6f4a566c5d5d8eb5445d5ae55b Package: ros-lyrical-easynav-routes-maps-manager Version: 0.4.2-2resolute.20260919.202132 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.20260919.202132_amd64.deb Size: 171726 SHA256: 0f6833fd3276c3a2348008e75b65693479fc9d6d7a68ec8ac4e72410ae3d2884 SHA1: ffb2714600e82f991a9940ec8f9d80f691d3a198 MD5sum: 844432574561adcaf04400d3d899706b 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.20260919.202132 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.20260919.202132) 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.20260919.202132_amd64.deb Size: 2644752 SHA256: 4b8f3ec474680ad7549b456dd6f4235897d2a2b10f6e8c28b35bdc55fa878c38 SHA1: 3f44ddf663c410cf00d6c0ac406e843b69508b4b MD5sum: 1edb8704e1e60270dbac0c60e8f6d99c Description: debug symbols for ros-lyrical-easynav-routes-maps-manager Build-Ids: cbd33bc0beb0815d62ce4a55a3b32d118d622f3c Package: ros-lyrical-easynav-sensors Version: 0.4.2-2resolute.20260919.195027 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.20260919.195027_amd64.deb Size: 415600 SHA256: b7ecd991ccffff457037da448617c3f15e02a276ec5e8ea840bcb69b88ebc3e7 SHA1: ddbd2a30b78fb0cb44f0598815e710bef507aaab MD5sum: 6c9cd2526905c27782f0bc4f7822e10c Description: Easy Navigation: Sensors package. Package: ros-lyrical-easynav-sensors-dbgsym Package-Type: ddeb Source: ros-lyrical-easynav-sensors Version: 0.4.2-2resolute.20260919.195027 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 13000 Depends: ros-lyrical-easynav-sensors (= 0.4.2-2resolute.20260919.195027) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-sensors/ros-lyrical-easynav-sensors-dbgsym_0.4.2-2resolute.20260919.195027_amd64.deb Size: 10817360 SHA256: a22da9369ad9411024167c08f8cfdd443087f11d0f4e04c2ea3b17ed3a2a7b2a SHA1: ace7f997f33917bdb620caaada59cc5e92c02468 MD5sum: 918a71597b0719a91f8673724e182d5e Description: debug symbols for ros-lyrical-easynav-sensors Build-Ids: 7d1ad83ad583aa3e2a1c8b84821ef1ab99f97cf1 Package: ros-lyrical-easynav-serest-controller Version: 0.4.2-2resolute.20260919.202123 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.20260919.202123_amd64.deb Size: 60530 SHA256: 4de5bd0b041b1b96d3324667505cd21a7c2e25be024e9aa394fcf4f1a6cee1f5 SHA1: db0ffcbb61946d3a03c1aad19931dc6510c8a9b7 MD5sum: 25e805bd58bcb2c61da506ad47dca6dc 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.20260919.202123 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.20260919.202123) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-serest-controller/ros-lyrical-easynav-serest-controller-dbgsym_0.4.2-2resolute.20260919.202123_amd64.deb Size: 1045662 SHA256: e36c316842328f8c0c7b2128032ec70f8f2532199ec9edc401ad4b02589c6da4 SHA1: 7d68408520f1ec7ede994b556b0d30cb93a08147 MD5sum: 62d66c0402f8bc369947304349c5fce6 Description: debug symbols for ros-lyrical-easynav-serest-controller Build-Ids: f5f8498522c6db6fabda6fff77cf17479e640f71 Package: ros-lyrical-easynav-simple-common Version: 0.4.2-2resolute.20260915.150640 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.20260915.150640_amd64.deb Size: 22680 SHA256: 2a444b6277014f65f0f25137c4b2c1f81ea0be7ff8db87859e423409c29d532b SHA1: a4e8c898916a931473d68bf09e0c419ca484665f MD5sum: f2bb441d1649c7ee80e41a2e34de3012 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.20260915.150640 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.20260915.150640) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-simple-common/ros-lyrical-easynav-simple-common-dbgsym_0.4.2-2resolute.20260915.150640_amd64.deb Size: 103010 SHA256: 8cf294c26d7067c8cfa14115e883dce9673a73ae8e2be588e1e276f84df94019 SHA1: 584344c4cde31dab7d312d76829ad7d9b22682ba MD5sum: d602e423e510bd4aa6843bd37ce211bb Description: debug symbols for ros-lyrical-easynav-simple-common Build-Ids: be744aa1989124ed5f8656d700467b5039e4daa1 Package: ros-lyrical-easynav-simple-controller Version: 0.4.2-2resolute.20260919.202124 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.20260919.202124_amd64.deb Size: 39814 SHA256: 5ef88afdb20ef2302869f8d28c31a2cb1f5cf483bb6e316c85f040a62f06d907 SHA1: 0e9883aefd02b1324fa45ec90d9faca01a6bbcc7 MD5sum: 406c6982bee5a00d5b0ab3f8c11bbb95 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.20260919.202124 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.20260919.202124) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-simple-controller/ros-lyrical-easynav-simple-controller-dbgsym_0.4.2-2resolute.20260919.202124_amd64.deb Size: 587462 SHA256: 8078147277300d54b2f0fcfda829bbc0856dbdd880e39e6d5ba8d196926f2568 SHA1: ada585daf475eee6e67b4cf8cc31697e83661df4 MD5sum: 5e3dfeaf0abdc86f3830766e38d46a19 Description: debug symbols for ros-lyrical-easynav-simple-controller Build-Ids: 5339756477597ccefac68566b76132977774070e Package: ros-lyrical-easynav-simple-localizer Version: 0.4.2-2resolute.20260919.203500 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.20260919.203500_amd64.deb Size: 203580 SHA256: e2887e39b6edc613f3105f7275776c5b8a5ddb61711dd63f697011ba394e2a4a SHA1: 3c6c488a86c632387764eb70ffda8527b11bb7a6 MD5sum: 7850ca246d821fe060cab5bdffe34742 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.20260919.203500 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.20260919.203500) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-simple-localizer/ros-lyrical-easynav-simple-localizer-dbgsym_0.4.2-2resolute.20260919.203500_amd64.deb Size: 3986092 SHA256: 887fcab7451e72d7b7d6b7132cd5418d505a4ffc7de5b327fb7a934047a5eb8b SHA1: e7713add2d58ab7876f7bf431e1a5c2f3187a64f MD5sum: a015666a7d5793886cd1f60b68aedd51 Description: debug symbols for ros-lyrical-easynav-simple-localizer Build-Ids: 049d47ab6a6795acc0198aad8ea6e10d3db1b2c4 Package: ros-lyrical-easynav-simple-maps-manager Version: 0.4.2-2resolute.20260919.202122 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.20260919.202122_amd64.deb Size: 146034 SHA256: 9631ae9da3302924a532a720ac8b074eda7589f1e5d79a16830c9ee9a92a1bf1 SHA1: f913283899e50eabd5c8b08f9d1048af0b37309a MD5sum: a549a61628f288961a0657b97975a462 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.20260919.202122 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.20260919.202122) 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.20260919.202122_amd64.deb Size: 2835340 SHA256: 949a14be7c23c541dab33ed46fa07261eab60fd8e896157cf932cac80a06e2b7 SHA1: 4af28fb1bde69bedb7d7642c5fe35b9c01979b8f MD5sum: a8c03bdb00d37153a24fa38bc8626631 Description: debug symbols for ros-lyrical-easynav-simple-maps-manager Build-Ids: 8794f5ded49b317f57b2702e622825d3b3e174ac Package: ros-lyrical-easynav-simple-planner Version: 0.4.2-2resolute.20260919.202127 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.20260919.202127_amd64.deb Size: 82810 SHA256: 3cec5bb83ca81392acf715a9b425b16468e2c314d729083a32fbe8ab5f424c95 SHA1: 03effa6a476ae4668ca25758f70a6bbd3570071e MD5sum: 4fdeedc52727214d08ae6eb6c2c2c704 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.20260919.202127 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.20260919.202127) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-simple-planner/ros-lyrical-easynav-simple-planner-dbgsym_0.4.2-2resolute.20260919.202127_amd64.deb Size: 1178288 SHA256: 615e5149839f01b1a00e6000d89e57868571bb08a5c50235d935eb92b090718d SHA1: f8c6acf5f7b38c002f1be3fb5aa0662e6ee81003 MD5sum: 9c2b3520ee11f8f1db047956a6a5918e Description: debug symbols for ros-lyrical-easynav-simple-planner Build-Ids: d4f27fae3100468da0c9b6f9973fc951a100f1f1 Package: ros-lyrical-easynav-support-py Version: 0.4.2-2resolute.20260915.064057 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.20260915.064057_amd64.deb Size: 10262 SHA256: b926bccc207ec7d67756cc877781de7d0b72221620c2dfaf372807ae7fecf197 SHA1: 49b4b7fe93666beafede8337a146d2bac38c549e MD5sum: 541ec33f731e3150419a8ab2b404d4c8 Description: Support utilities for EasyNav in Python: GoalManagerClient and tests. Package: ros-lyrical-easynav-system Version: 0.4.2-2resolute.20260919.203513 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.20260919.203513_amd64.deb Size: 344016 SHA256: db6176d4dd227e788b2d0fffe7fda1ac6dc7e9900adcfa1697a1dbcca6467fb2 SHA1: 1d79972b4f2959a7499b13d833144ac77d662303 MD5sum: 74591ee8046d8c2deb15186dd54fb658 Description: Easy Navigation: System package. Package: ros-lyrical-easynav-system-dbgsym Package-Type: ddeb Source: ros-lyrical-easynav-system Version: 0.4.2-2resolute.20260919.203513 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 9074 Depends: ros-lyrical-easynav-system (= 0.4.2-2resolute.20260919.203513) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-system/ros-lyrical-easynav-system-dbgsym_0.4.2-2resolute.20260919.203513_amd64.deb Size: 7641708 SHA256: 06908f7019c1fc70c784f103b3b04d5998dedd6d006f94b6162e16853b3e5328 SHA1: 4c39b4ba5c4531606fd6da1ca0280190acbfe25f MD5sum: 713e8eb0b04a285ecbf59f321555d11f Description: debug symbols for ros-lyrical-easynav-system Build-Ids: 141e0d05d2d1d4926cef6205bb9bd89a6d889246 64c86503a90d3e847996a451b812f579b7ea3910 fa95e27e832fb452e69af361cba902aa32fd5314 Package: ros-lyrical-easynav-tools Version: 0.4.2-2resolute.20260915.075811 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.20260915.075811_amd64.deb Size: 1439744 SHA256: f7043a9621ebaffb071b6b9cb655c73ff70d2de2c5f44a3fc9e888a1b8d3fa2a SHA1: 654fa0de9d0febb1e4666105c07719f9a254ca73 MD5sum: 47e30a6f172605600731d013d6cc657b Description: ROS 2 Navigation tools: TUI + ros2cli commands for EasyNav. Package: ros-lyrical-easynav-vff-controller Version: 0.4.2-2resolute.20260919.202121 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.20260919.202121_amd64.deb Size: 81118 SHA256: dce73dcd352c8e738df57d2b3404174c8fdec2125b0f94a5b1a18d474b09f4dc SHA1: 18ba88cbbeb107227bd5e625808aac9e90aeba3b MD5sum: b200822faeee7a2a3ab6ad162097acdd 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.20260919.202121 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.20260919.202121) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-vff-controller/ros-lyrical-easynav-vff-controller-dbgsym_0.4.2-2resolute.20260919.202121_amd64.deb Size: 1474494 SHA256: 716e6013b199d048073ff6aa1362ff36a5de8e73dcde7af45192c8ff9d805e4b SHA1: 308c2d68e659f1383058b2d42cee4b66cd07f315 MD5sum: 08ad8eae85a060634a9f04e9b4c1edbe Description: debug symbols for ros-lyrical-easynav-vff-controller Build-Ids: b6863897b963ed9a2003180f588f35ea95b3c252 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.20260915.055114 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.20260915.055114_amd64.deb Size: 11028 SHA256: e4772111e70893a493cbed21ed020056ea0027b44d5ef3cc4014fa69d5a8a704 SHA1: 9b8633b198da3aed02e8c33c706f3521e08f5e81 MD5sum: 2000b5c7db56c4688c05e94c003bafbf 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.20260915.055101 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.20260915.055101_amd64.deb Size: 40356 SHA256: 7ced9ebeb68c0a46324a6c3405b99987d1176045562f459f37ef83d7d4349d7e SHA1: fbe9a5869342d698fa12a8391fd4fc1f459217ee MD5sum: 8e6446ba92dfaf81d808afba4df9cb08 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.20260915.055101 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 287 Depends: ros-lyrical-event-camera-codecs (= 3.0.0-3resolute.20260915.055101) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-event-camera-codecs/ros-lyrical-event-camera-codecs-dbgsym_3.0.0-3resolute.20260915.055101_amd64.deb Size: 222690 SHA256: e43d391c86b0f75b4374c9d1873a44295340d64e8cfa0c839f7ca046544bb042 SHA1: 34209dcd137f15e8a2b4c316447d602c388d383b MD5sum: 6765bd27f606424adbb980924f4b7f72 Description: debug symbols for ros-lyrical-event-camera-codecs Build-Ids: 06fd7698a1c3ccc9514626bd66b9133e882da59a 4de441a84aa8974955989e35a7a5b05b0bd16b33 Package: ros-lyrical-event-camera-msgs Version: 2.0.1-3resolute.20260915.044518 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 578 Depends: libc6 (>= 2.32), 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/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.20260915.044518_amd64.deb Size: 73190 SHA256: 9fbe5c56f6efada3bddec25ee54c0cb5970c70239cc67cad09080355c8d87cb5 SHA1: 2e83384a45e257f86d45b5a30e5594e909800def MD5sum: 97d1ad4a5289e2f3a48397904c84110e 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.20260915.044518 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 674 Depends: ros-lyrical-event-camera-msgs (= 2.0.1-3resolute.20260915.044518) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-event-camera-msgs/ros-lyrical-event-camera-msgs-dbgsym_2.0.1-3resolute.20260915.044518_amd64.deb Size: 503632 SHA256: 7db502062ac34c57acc59aced24a12f829016482ec695a20811f0016ef0e69df SHA1: f4e674f69a1eab87669d0c602e452c8bda46ab9f MD5sum: 3c14aae3a9b45ce7e9230d495ed0683d Description: debug symbols for ros-lyrical-event-camera-msgs Build-Ids: 1b243f2308b309d19a38d10c4de6d94bc8f4baf4 1b7af0de931593bd80d061ff6e664710124110d3 1f72872c2bbfad5f542777c5c840f462b1d23a08 2171f21f284c7788ff7d75c36bf8e3e25b4b044e 525da5cdd7d6cd30aaad386427ee9fbcaca3b1b2 63f81ae787ead9f650c4459948146b9f504ee626 89d173f1e948b250c4a4e353e47a65ccfe48012a 98b2c2da7f12ac76ab03e8ef1d3455a4e583936e b7925202440ac3306eab2a41d277fd0b071b566f d2fefb7cec70c0a85172e77368d9c80abe60c467 ec5385811e4848df09845a1300ad4b85edb9321e Package: ros-lyrical-event-camera-py Version: 3.0.0-3resolute.20260915.055934 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.20260915.055934_amd64.deb Size: 143920 SHA256: 19fb59f010651d5b635ee4120a921d75ec88769b6ed2097005bc1ef8e45d1496 SHA1: 26cf86c3aa9e49b8e380d48900bac2cf26ef3929 MD5sum: 179a4231f69de1122db58672e3a3e18b 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.20260915.055934 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 1918 Depends: ros-lyrical-event-camera-py (= 3.0.0-3resolute.20260915.055934) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-event-camera-py/ros-lyrical-event-camera-py-dbgsym_3.0.0-3resolute.20260915.055934_amd64.deb Size: 1748640 SHA256: 11930716dcc661f45f1a5b57703f95535b5ca8014e9e4ead5f8adcfe5f25dc25 SHA1: ca1c7a9ed21045308ae5c1090a725ca18292666d MD5sum: ae1b29d7c7874f65b39f8b12ff09b917 Description: debug symbols for ros-lyrical-event-camera-py Build-Ids: 824b211f67e81da03cf21e56f4552156a8f47418 Package: ros-lyrical-event-camera-renderer Version: 3.0.0-3resolute.20260915.073817 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.20260915.073817_amd64.deb Size: 144016 SHA256: bbda82bec3ad8668d984caba2d0c41c0a5bc4f9c91fc4d13a8ae82dfc4031372 SHA1: 3e0e76a6c35c32bf37476a5294a00bd234d724a6 MD5sum: e43e2546bcb8501907db6287d0f2112c 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.20260915.073817 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 3533 Depends: ros-lyrical-event-camera-renderer (= 3.0.0-3resolute.20260915.073817) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-event-camera-renderer/ros-lyrical-event-camera-renderer-dbgsym_3.0.0-3resolute.20260915.073817_amd64.deb Size: 3048548 SHA256: 2c572a2ec4fba8a0286ad3a0253b1105b18124c6cb67c075e84dae100bf0cd11 SHA1: 590159a62eeab5d1a9bb90be5f0c5d4332988059 MD5sum: 348d5d7ee98b755bd290fa6a642ef637 Description: debug symbols for ros-lyrical-event-camera-renderer Build-Ids: 03ba1704e7cbb6027183543b8bee83ced237f107 e061766c346899fa76264532c63416e5587958f3 Package: ros-lyrical-event-camera-tools Version: 3.1.5-2resolute.20260919.191355 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.20260919.191355_amd64.deb Size: 453660 SHA256: 58bd932e09c44cc4484e64c0d16971e6dfcb82f3268c6c3cfa82f2c213d213fe SHA1: 72fc6a715f2887ace84fa552d174a136103283e0 MD5sum: 6f028df7e7c49effa45e126bcadae8d4 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.20260919.191355 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 16874 Depends: ros-lyrical-event-camera-tools (= 3.1.5-2resolute.20260919.191355) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-event-camera-tools/ros-lyrical-event-camera-tools-dbgsym_3.1.5-2resolute.20260919.191355_amd64.deb Size: 14189856 SHA256: 9c25207bffafe320f9913b2a9764a8f8c110783ee41107747b38fae2769cc0cb SHA1: c4f1c9cf10cb1680c463a0ee72f3847e3e2ce63f MD5sum: 61b6b9316bfb94ef0e7a4cf419ceac52 Description: debug symbols for ros-lyrical-event-camera-tools Build-Ids: 09836f1f1c43906c6c548f24a215869f7353d497 0fb4490c38ea62a4d417445962009c4f45c515e9 22e4bf9f30fee9ec5c5ac81381c35f58d8a59330 47db6f6fcdd51d50a3357929c37ad67de4aee20b 55b66bd46da2d56bab8c49be7c6159fce3fa900e 881005b9d47534d8bae4216b475f68d80318fd15 94f1914ae04d66fe77a5e0ed881b4e8888a79fda a78d777b467427e10440165765a09de33af165b1 bb0b05a4e18b9d7c1aef092f4d54cdb23c8254f2 e004e09d87674b25f3c8664c438852e08d893a53 f3539479675de542ce65c0764a529f8b05118780 Package: ros-lyrical-event-image-reconstruction-fibar Version: 3.0.4-3resolute.20260919.193800 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.20260919.193800_amd64.deb Size: 387396 SHA256: e0c4411a73e5697dc6ee162249e4be532fee155343ceb86eaf865dc3b97dad24 SHA1: 5e81d4dd81d5cbdb8139b6a8827a9cb1be38a2d3 MD5sum: f9d1dd9b726cdbd70823bd3bb947d7a4 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.20260919.193800 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 10299 Depends: ros-lyrical-event-image-reconstruction-fibar (= 3.0.4-3resolute.20260919.193800) 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.20260919.193800_amd64.deb Size: 8576122 SHA256: 15c02dd3c9de7ce0fd338e8e0d1e47afe94397ad7197f9116ea4fdbd7d8e18bd SHA1: 7e2b07d318dbfc652e3dcdb8357fe45563f62ae7 MD5sum: 4de14c665897dc4e1958f408e7bb0225 Description: debug symbols for ros-lyrical-event-image-reconstruction-fibar Build-Ids: 722b6aa1274bfd284b98cffaed769192185577d3 b4d2d61efb78040711034f678ffe80bf1bfc39ea c696914f53a91145ee46f6089b753e0b63ec8187 ee2d2d5edef78e15c522cd2422a9ac8bebd3b016 Package: ros-lyrical-example-interfaces Version: 0.14.1-3resolute.20260915.044603 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 6703 Depends: libc6 (>= 2.32), 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/example_interfaces/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-example-interfaces/ros-lyrical-example-interfaces_0.14.1-3resolute.20260915.044603_amd64.deb Size: 430360 SHA256: da3aadef323c049bbfc1807cd6e9da74f6fea1487dfbebf9491fa29c533d2ad2 SHA1: 799f6303b27c851f9be3338b6d08b99a43ea7669 MD5sum: 0e247d8bb5fed7ea09475755f69530f7 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.20260915.044603 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 5748 Depends: ros-lyrical-example-interfaces (= 0.14.1-3resolute.20260915.044603) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-example-interfaces/ros-lyrical-example-interfaces-dbgsym_0.14.1-3resolute.20260915.044603_amd64.deb Size: 4301654 SHA256: b5d1c62c510e4651226d12dbee7feb012cea9a5108120bde377797ee8981e9f6 SHA1: eb330c8484a3440d8210ef5c342873fa2caeb4d5 MD5sum: 0f9731cd9cfdcfffa89eb4f2ea50f942 Description: debug symbols for ros-lyrical-example-interfaces Build-Ids: 2c03cd6578c472bcbf66545f93e1efb152eea387 2ef74f96ea8d15b40e161fddbaa7064df530c3f5 619e0a9aae7e9522a6e749df998c6d65fb5b9125 655bc94b56e3cefb97be9b0dba6eed7f01893dd7 673ad7439cb255cd24b70970421291a06916cefc f00fd379b435f8257cdc630adc0dce92b84f50d2 f4ac5a299fb06b21ef178e9f6aa37aff72b04e04 f82b35b246d91635228975fcc3e9f0eb9078148a fa2d296278e6cfa85a1ace9eb2b83be7148c752d faf986d70cd301c47c34435c777fcb4cd58e8325 fec843f7c0b5346cfb66f48544ac595f533558e3 Package: ros-lyrical-examples-rclcpp-async-client Version: 0.21.5-3resolute.20260915.071435 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.20260915.071435_amd64.deb Size: 40748 SHA256: c41b63d491000998a68d1d08e061b445c90887f52dda1a2a853d6e03c3828c48 SHA1: 898fe979548ca9182023b3c1bede96c5fd3b868c MD5sum: f016f78b3a91293d3e5bc65846e2be42 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.20260915.071435 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 706 Depends: ros-lyrical-examples-rclcpp-async-client (= 0.21.5-3resolute.20260915.071435) 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.20260915.071435_amd64.deb Size: 652128 SHA256: d0bcb17dca5fda5408c91c5a1603d682213cc65580df629e810d8c71750ed5d0 SHA1: c8d267c045333c6aa2e185914224d3bb2f009d06 MD5sum: 16a2313bcbe444aa73f3ec339bf7001e Description: debug symbols for ros-lyrical-examples-rclcpp-async-client Build-Ids: b84b94dbce88a5888e66a4ca31d638e4919a9fde Package: ros-lyrical-examples-rclcpp-cbg-executor Version: 0.21.5-3resolute.20260915.070459 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.20260915.070459_amd64.deb Size: 226286 SHA256: fa4b213f3b3b89bfe339b73df86826cd35748e493e5a5b4db5f28736b15a5749 SHA1: 8ce225aebb591090df770fddf548c80fc3dbf381 MD5sum: d56c9b237628175b8204179f8c873215 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.20260915.070459 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 7889 Depends: ros-lyrical-examples-rclcpp-cbg-executor (= 0.21.5-3resolute.20260915.070459) 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.20260915.070459_amd64.deb Size: 6600872 SHA256: 3c9c0960ab3fd9f9f5e37d58dbff8ae8a17d6734367402166d0f06c30ee955dd SHA1: 11538c872a9eaab0b36ff8b5c31ef38b0458a522 MD5sum: d6979553a32d41b13853f1fbf6580d77 Description: debug symbols for ros-lyrical-examples-rclcpp-cbg-executor Build-Ids: 60b7d99c8ffaa41bb7892c56447a590006b03c4a 7835bb59ecbf7c929ec24a9f4683e5eb4acefe23 9e5d2a7cdaa71bd73a169e50e775860ef07dfd84 Package: ros-lyrical-examples-rclcpp-minimal-action-client Version: 0.21.5-3resolute.20260915.071204 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.20260915.071204_amd64.deb Size: 98290 SHA256: 711e41962dcfd47976ac2138ad0bd6e9895ff18d6a96c70426aad39d1b2c15f8 SHA1: 96ea0ff146d30c19dcdd3a60b24cec40c8fb2196 MD5sum: ca1b97ad7b203e5c96d4190accd27d81 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.20260915.071204 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 2820 Depends: ros-lyrical-examples-rclcpp-minimal-action-client (= 0.21.5-3resolute.20260915.071204) 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.20260915.071204_amd64.deb Size: 2452458 SHA256: a6a21f366981c2f7495c20b922149ac0ba9d83f42274267c644a4364faf2d4d8 SHA1: 0ab57aa5f242d548d6605f6efa1d5a054a657306 MD5sum: f33d4feae59cd83f61542fda5a6356da Description: debug symbols for ros-lyrical-examples-rclcpp-minimal-action-client Build-Ids: 0a612c619d8230c87e1c7f004505e1481da02b68 10f9113a7cb1b7941386ca65327fe379b786be2b 55db99f363dfe24e1c9e1769e27b0783b1180913 8020d5825ba51bd7ff4c7faa7991ffa73716c32b Package: ros-lyrical-examples-rclcpp-minimal-action-server Version: 0.21.5-3resolute.20260915.071634 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.20260915.071634_amd64.deb Size: 62130 SHA256: 86a66c5537890c969c3b327f0fd1897b006446ce8e1b067bcd233e08b7e5532c SHA1: 2b5ed3a8a8b5424855617e1351ecf5d02d1c3808 MD5sum: 6943fbcb7faa86172ec2f7cd4cb66f08 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.20260915.071634 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.20260915.071634) 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.20260915.071634_amd64.deb Size: 1593908 SHA256: 398d508c03730c4d59e50715b61b196c34ea04da0d93f2195c3c0d66031cb7dd SHA1: d25b272bf9d4f44ab4af4439b2fdc39e46848575 MD5sum: 2a27cd908c1572af74b404024bed2343 Description: debug symbols for ros-lyrical-examples-rclcpp-minimal-action-server Build-Ids: 024781c0da6b129c3376bec8445f836ecf592cdf 5df1f8cd7d76faa5e09182954e0ace4ce4f28061 ce4cf7c15d1b9df3483860364b6c8dc04aed81f7 Package: ros-lyrical-examples-rclcpp-minimal-client Version: 0.21.5-3resolute.20260915.071506 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.20260915.071506_amd64.deb Size: 27954 SHA256: a3efbc6e92f2493b3acd2b0effa74e9e35b351aec789ef1c9534a324a012c0fe SHA1: 67cb33c9600b92d9c359c0d25872916b4ff88c0a MD5sum: 6de3717e840ab47cbbd9e3ec766d52f9 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.20260915.071506 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 540 Depends: ros-lyrical-examples-rclcpp-minimal-client (= 0.21.5-3resolute.20260915.071506) 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.20260915.071506_amd64.deb Size: 503446 SHA256: 0083fc64ea0e67e3ee9bdc37a794806be0b3cbd8dedfb3de63aadbe32abc44b7 SHA1: 0aea9ef07ea6bff517d1507c145b6926b6d68f43 MD5sum: b98bbe249db7149036dc90991d388719 Description: debug symbols for ros-lyrical-examples-rclcpp-minimal-client Build-Ids: 27ec1b6e37b9fe6358021ea1eeb63e1c1ee0700d Package: ros-lyrical-examples-rclcpp-minimal-composition Version: 0.21.5-3resolute.20260915.065729 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.20260915.065729_amd64.deb Size: 123614 SHA256: 7d5164d05c63b581e572340c7574df92998914c5b9ea992ed8bb2b75a48326fa SHA1: 12ac8b7d182c55ddeb7c5354a2364b51ebf2438c MD5sum: 20c01545c2c1291cbf8a2480abee0327 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.20260915.065729 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 3372 Depends: ros-lyrical-examples-rclcpp-minimal-composition (= 0.21.5-3resolute.20260915.065729) 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.20260915.065729_amd64.deb Size: 2927740 SHA256: 66720f3a2d0141b9f0884dc9c8bc76050f03251fcf18fe82ea00197a04887203 SHA1: bc76cb57a1bf61044013a08084944c554c7c7cdb MD5sum: 60d3443e0895fe328038aae65fc269ec Description: debug symbols for ros-lyrical-examples-rclcpp-minimal-composition Build-Ids: 967d7e7eb17b455c93e156d15e6a21a9e8b57e7a 96b9d92d7111389f2460b90e5a8b1eb6127095c4 96cde2efaf973468bacc84e6458b6a9c598070b7 dbd33dd1c598f35b77334404671598207cb04446 Package: ros-lyrical-examples-rclcpp-minimal-publisher Version: 0.21.5-3resolute.20260915.070525 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.20260915.070525_amd64.deb Size: 136468 SHA256: 70a6fbeee97fe5f7cdffa98f058e22cce332ac0d83cc7fbfab90de446bcb1754 SHA1: 5d3e5f8ac971d12c1e945be07487fab156063a33 MD5sum: 1dcd3165afa111a234c1c2e1604f6b89 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.20260915.070525 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 4917 Depends: ros-lyrical-examples-rclcpp-minimal-publisher (= 0.21.5-3resolute.20260915.070525) 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.20260915.070525_amd64.deb Size: 4433450 SHA256: 94eaa51cbb3d5a4b562b3b9b84ad67e77dde540f9fbd0e1e03cc1c1e6ca975ff SHA1: a0a7866b13116d05318815a68d149da6647f8f26 MD5sum: 667c99ffe4607e0f58c9eb865f004f0e Description: debug symbols for ros-lyrical-examples-rclcpp-minimal-publisher Build-Ids: 89468a0d60984b7e1c81f7af89f316bae2debd54 a0fad0d7f613d93ce84ce59344c65bbd3cb10f75 ac1ae491ee483884852add0d0184025d0324dd2d b2d1eddb18dcfdb2f1b7747393d17539b90a090b bf1de05ea3f1bd1d1fec4614495542c0f03aa2d1 fd0d37b750493ecb270648050ed93e8dbaed0cc5 Package: ros-lyrical-examples-rclcpp-minimal-service Version: 0.21.5-3resolute.20260915.071541 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.20260915.071541_amd64.deb Size: 24520 SHA256: cd4b333f90feba133da04df57dda51bbc0fafe0912a3b253cf9eebc8b6b73d56 SHA1: cfcafb4388b3cc43ac1275839d3060b0a8c977bf MD5sum: cb4fd3b4be4c449af515fc887d1cdaf0 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.20260915.071541 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 446 Depends: ros-lyrical-examples-rclcpp-minimal-service (= 0.21.5-3resolute.20260915.071541) 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.20260915.071541_amd64.deb Size: 400564 SHA256: 2887762642f43c9e2ec4e01c2a4fa74c594d9e86b86069a23837eb60da1be727 SHA1: 6679b60b56c3c45aa4cb7ef90dd8d81427533446 MD5sum: 86b4af0f50b81ddb84cc7291dfadbc9d Description: debug symbols for ros-lyrical-examples-rclcpp-minimal-service Build-Ids: d4f72b7c6eb5e5acefee2ffcf53d039be803dbb2 Package: ros-lyrical-examples-rclcpp-minimal-subscriber Version: 0.21.5-3resolute.20260915.065717 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.20260915.065717_amd64.deb Size: 465002 SHA256: e6d880e8c9b28b381b3c6d93fffbc59ce725c708c892893cf8be969c3ae97d6f SHA1: aa88a41a881e45d5042569180ed0974b1305da5d MD5sum: b5ee455701f37099b010cd325f447299 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.20260915.065717 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 20800 Depends: ros-lyrical-examples-rclcpp-minimal-subscriber (= 0.21.5-3resolute.20260915.065717) 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.20260915.065717_amd64.deb Size: 17154706 SHA256: 26fc871d30b6d1f71e9989176d75e42e0915c753c321201e0aa08aebd7719a90 SHA1: c99c0d43a33c5a716642b938c055bb188a8e21c4 MD5sum: 6f96e8b1ca0caac042535379654110cc Description: debug symbols for ros-lyrical-examples-rclcpp-minimal-subscriber Build-Ids: 027aeecd5306a4bbde2e92bd689f48831a603615 160bfcb290dd05eb7586d3a8c49ad4e400964e0c 2a7ffde83b8472be552d3efeacf904eca28780b5 2b6eba3fca4ad5c1d42e9034d305ef1862dea270 2b8aff2a31321ee851db7b7de2394f99e8586370 34eaa9460cf560dda50d4534b1df72868987482c 5e539021573ec0338e581aa39d1475b9fd76e5c6 82da309ea79e4d507bd07dcbca678838fe8e5db1 ccbd3858537c4fdce39c1a0fc6091666929dc361 f49cb5183e65fe7cb55b4409575fd1d9b5dc2383 fb081c6abb9b6a43c01d6f8e99c24e3daba4de36 Package: ros-lyrical-examples-rclcpp-minimal-timer Version: 0.21.5-3resolute.20260915.080503 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.20260915.080503_amd64.deb Size: 16780 SHA256: 68b473fd0cd4e669894693b14bf256b623d81c185dc5aebe9ee0598c53d03795 SHA1: aafe47f4cbeface548e3f8bd1d90b9f1d8977e09 MD5sum: af4bbe5fe4a9e82faf7f3de37e8aae6b 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.20260915.080503 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 589 Depends: ros-lyrical-examples-rclcpp-minimal-timer (= 0.21.5-3resolute.20260915.080503) 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.20260915.080503_amd64.deb Size: 542246 SHA256: 2c081e39bb4e4815b6c2cd7c0f471c0158fb4fd5f28445d7f9394ee6612fff1e SHA1: af57d05e2c479278d4d9a617be99526451fc1955 MD5sum: 65a0acb79c3a0ed958e09b258b4d53b9 Description: debug symbols for ros-lyrical-examples-rclcpp-minimal-timer Build-Ids: 8aec00cce5b8e6eb86347c0721bc7b9448a99df9 eb6fbce8feb01d6b51488446d69736d9ade42e99 Package: ros-lyrical-examples-rclcpp-multithreaded-executor Version: 0.21.5-3resolute.20260915.070546 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.20260915.070546_amd64.deb Size: 112978 SHA256: ca5b2c050fa90bdf9761c8ff9870ef77cd55551f634a1569dff961f4bd6abba7 SHA1: c77c49f0509b82740dc1d049d842d7de7fd0ea69 MD5sum: fa6c95714b917e59385dbe2dc689fb94 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.20260915.070546 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 2308 Depends: ros-lyrical-examples-rclcpp-multithreaded-executor (= 0.21.5-3resolute.20260915.070546) 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.20260915.070546_amd64.deb Size: 1916666 SHA256: 262a68b56978e0dea7170b3f90eb27868ace3c0491bf2fa1812848175d915506 SHA1: ebe6d5c4db8d1cdb35a1c4c0e5bc39539bc5a15a MD5sum: 909b6bf960ca4b9794142c50c67f0ca5 Description: debug symbols for ros-lyrical-examples-rclcpp-multithreaded-executor Build-Ids: 2eafc01202f9b40db6b6a9d020f145e89e92cc70 Package: ros-lyrical-examples-rclcpp-wait-set Version: 0.21.5-3resolute.20260915.065739 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.20260915.065739_amd64.deb Size: 574014 SHA256: a22331c06d062826dc809617f5e0b17f07ec7b4419addf0353ca03fc3b300077 SHA1: f247e9dbb7862efa630879397d79397ebb6bd391 MD5sum: f003f85607222098b0c46263d1607965 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.20260915.065739 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 21809 Depends: ros-lyrical-examples-rclcpp-wait-set (= 0.21.5-3resolute.20260915.065739) 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.20260915.065739_amd64.deb Size: 18209888 SHA256: f7ea73300e424bdb81d0e4d667a63e765ddc0f5238f55177c31cbb463cce1627 SHA1: 987f0b22d735d032b0282db7729685825e69bd9e MD5sum: 700b511f46d4f9e56752cdbcafbdafd5 Description: debug symbols for ros-lyrical-examples-rclcpp-wait-set Build-Ids: 198b6a0ae5bcfcb66874738c6db93f5109cb97b4 21bfe22b5a82e48fe126301422f650cbc9b2ebe7 3a529d909de9788cc7def2dfaf290bc4735fc717 4bb347aa41c1ab4a1021fe2c54795378e2be6a9a 4bd06f33063fff47453a97c10c637af83ee130c0 671e02b8e0c3541f4d1fc03cc2bf27bcae49a43e 873d5fa4fb384de2e65ee64018b653ab005f666a 8b10c529b8a68fad31c89b4db67fbcbb4182f61c 9928be8b5de7d324cf03b7d127925b8586e23de8 ca68a43da6d02967516ed745667e0410d4f99902 de55978c762775403e4b0afefa789cfd1b733858 f771c3040e973200f7ef6669df8e81a62f962fa0 Package: ros-lyrical-examples-rclpy-executors Version: 0.21.5-3resolute.20260915.065049 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.20260915.065049_amd64.deb Size: 13096 SHA256: c2b568aa2609a3802359b38f731c49a6ded2d46e81dcb33c3f4f7ee4810e356c SHA1: 7882d1c36ee4f731b2f22bc7117ca41bb00797bd MD5sum: 678a0c79831efaef3fbf814df67a8dd4 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.20260915.075540 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.20260915.075540_amd64.deb Size: 6090 SHA256: ba495add866a04449a37be5f216ef342c17043f432d5cec9ca37f0de0cd634bc SHA1: 3bb6698a509ba9a156729c643593d99835ced992 MD5sum: 1ddb17a68c446f637021676be15f72a5 Description: Examples of using guard conditions. Package: ros-lyrical-examples-rclpy-minimal-action-client Version: 0.21.5-3resolute.20260915.064346 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.20260915.064346_amd64.deb Size: 12062 SHA256: 8d92b391a48e9b86ef3489fb83867594ea2bf6a9b77b2cb623caa1a68dd06ff3 SHA1: 88d5d303ef4c7e712db53396e52a172a7354dbb4 MD5sum: c47a9ed13409a02e8079189672f75210 Description: Examples of minimal action clients using rclpy. Package: ros-lyrical-examples-rclpy-minimal-action-server Version: 0.21.5-3resolute.20260915.071355 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.20260915.071355_amd64.deb Size: 13188 SHA256: 2e3dcb4af3308b8c207dbb6d01f17a3dc6b8480a8d3de3ae4f1aa68ac25e1040 SHA1: a54fb2e9d797b33e99628c8fde1b296d362f55ad MD5sum: 3605c11af6dc0402d57deea2c4adbb7c Description: Examples of minimal action servers using rclpy. Package: ros-lyrical-examples-rclpy-minimal-client Version: 0.21.5-3resolute.20260915.065050 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.20260915.065050_amd64.deb Size: 9394 SHA256: f72532bb74a6ff7accff2e33ef2e87693b96c1b7ab1a8bdbe84cee60b29919b9 SHA1: 50b8eeafcb76a9734845dcfebdecf4a25dc984b4 MD5sum: 4b8a8026edbce5acffdb61b36abf1db8 Description: Examples of minimal service clients using rclpy. Package: ros-lyrical-examples-rclpy-minimal-publisher Version: 0.21.5-3resolute.20260915.065102 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.20260915.065102_amd64.deb Size: 9656 SHA256: 69af26af6eca6e7050ddbe59f4697d6dc9e2fa9980f70a90f48e7b625386b5b1 SHA1: 81d0b0a9526fb109cfe37b34969787602d16d6f5 MD5sum: 66622889750f42306ef94200b293dfa5 Description: Examples of minimal publishers using rclpy. Package: ros-lyrical-examples-rclpy-minimal-service Version: 0.21.5-3resolute.20260915.065131 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.20260915.065131_amd64.deb Size: 6982 SHA256: 2f71478e43dbcae9c856ca45c613eb6d7ce0707574fc4bd99f1ea33cf35802ff SHA1: ba23920b73c5d5787b5c8874f401d1bccd0f60ff MD5sum: fe5e18d2a1ca8d4b6435472b74955976 Description: Examples of minimal service servers using rclpy. Package: ros-lyrical-examples-rclpy-minimal-subscriber Version: 0.21.5-3resolute.20260915.065219 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.20260915.065219_amd64.deb Size: 7466 SHA256: f7ce7fa114ff9a171bdf25e8c92d4d539fc1124f52743ad5061de151e858e434 SHA1: 15506736e73f4366f70616a4c6273cf170a96fc6 MD5sum: 8f98555d1f58aa29068ce82c61108bb3 Description: Examples of minimal subscribers using rclpy. Package: ros-lyrical-examples-rclpy-pointcloud-publisher Version: 0.21.5-3resolute.20260915.065221 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.20260915.065221_amd64.deb Size: 7112 SHA256: 99f4a7af4265f9eb51092f2bc85aa31555a1f16fa3948ee4079d98ca6be9db42 SHA1: 5e5558b747c5ca1e8751063f4f1d95ee198c2776 MD5sum: 9d1ebb720563296f09cc97e1ae5acbba Description: Example on how to publish a Pointcloud2 message Package: ros-lyrical-examples-tf2-py Version: 0.45.10-1resolute.20260915.135825 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 92 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.10-1resolute.20260915.135825_amd64.deb Size: 15086 SHA256: e64bb73c5ae6a8a6cf76a9d49a24bfbd4da85fcddb44095c0eb9ee21de9c5262 SHA1: be9078079cc53a065cbcb4976e24e1efb8c2f5d3 MD5sum: 344d047eb301ee99cc7760328dbe136c Description: Has examples of using the tf2 Python API. Package: ros-lyrical-executive-smach Version: 3.0.3-4resolute.20260915.070808 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.20260915.070808_amd64.deb Size: 5680 SHA256: 6ea598eb58646ccb460fb45561465690bc9efa4e67e3bebd97b96346302a56ea SHA1: 231fbaff309b222a75811817380f5a312d3ccdc6 MD5sum: 7d00e9d8333c16be0614507d0822c061 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.20260915.074406 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.20260915.074406_amd64.deb Size: 112108 SHA256: ce0287dc655b9a1b5cf1ac48728a7737382bda4c13f468e4b6abe3c0fbe940c6 SHA1: 175715b0c53855884a38396ee64d4f01ec247133 MD5sum: 4389778eedc1cfd185ba4cdf55419266 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.20260915.074406 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 1803 Depends: ros-lyrical-ffmpeg-encoder-decoder (= 3.0.1-3resolute.20260915.074406) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ffmpeg-encoder-decoder/ros-lyrical-ffmpeg-encoder-decoder-dbgsym_3.0.1-3resolute.20260915.074406_amd64.deb Size: 1699866 SHA256: 1e82608128e787be477058234ccf8677d2533388fc7a2ecc5ae4fb23ce33b15a SHA1: 053c1cfadf970a35357f42cc7b3d8f7c5d1d1e77 MD5sum: 3f4919e239d856adaf154915ce38567a Description: debug symbols for ros-lyrical-ffmpeg-encoder-decoder Build-Ids: 06d5ed68600045136483f2c63f8c6c1532adbdbc Package: ros-lyrical-ffmpeg-image-transport Version: 3.0.4-1resolute.20260915.075300 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.20260915.075300_amd64.deb Size: 151178 SHA256: 1b12d2cb08d131b50a87bade369f28196483dad42a0acf9bac8204c21a5fee36 SHA1: cde8f32aadc5b42f94faad90cda1bcc69bdf47a6 MD5sum: 3684ff17585b4a9ac500009a1f63eb81 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.20260915.075300 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 3308 Depends: ros-lyrical-ffmpeg-image-transport (= 3.0.4-1resolute.20260915.075300) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ffmpeg-image-transport/ros-lyrical-ffmpeg-image-transport-dbgsym_3.0.4-1resolute.20260915.075300_amd64.deb Size: 2844302 SHA256: ebfc9064646bb14ba3c07cd6e4ed470fa8358c3fb3b56d504ee31f1d4c77d352 SHA1: cebb25041232ff5efb5bd0fd6bface4f79f8c2ce MD5sum: 87455b3af10ab6ce98a8d47f51a789d2 Description: debug symbols for ros-lyrical-ffmpeg-image-transport Build-Ids: 8d26e4e5de1116d4b650434ed953c3d745a40e8e Package: ros-lyrical-ffmpeg-image-transport-msgs Version: 1.3.0-1resolute.20260915.044602 Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 592 Depends: libc6 (>= 2.32), 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/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.20260915.044602_amd64.deb Size: 73806 SHA256: ee302f89c2e8b005b354124f1c9d7aa28284d48c7375a6ff87681ea49ba805a6 SHA1: 8962fd742afa7ec395e7e0f544acf043c00120f5 MD5sum: f90f445044ac28299d848ba3873386fb 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.20260915.044602 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 679 Depends: ros-lyrical-ffmpeg-image-transport-msgs (= 1.3.0-1resolute.20260915.044602) 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.20260915.044602_amd64.deb Size: 504382 SHA256: 58dfad944b5eddc92700867f35f61fe239fc32261190059a47309922d77008a5 SHA1: 9e9c85c95061d1f129098cfc4c73f200206d70e7 MD5sum: 08eccab4cdb993b54988da5547710808 Description: debug symbols for ros-lyrical-ffmpeg-image-transport-msgs Build-Ids: 0d182b657aa588a3770a4ecad93bdd2405fcf9b1 1415d06282fefc9927747d73028ffc8bd04560f9 4a8a3443aae6f471f1ea4b474e87cd3b963db996 56b9c277ee962cfefe9df0a327aa5f5ae14dd4f2 948acd6a2f4f9afa7bbaa37bf19e36f7658305cf aa1c28cecc9d529b523769c862318b1cae10699b db6c1ebe1cf91cd42df1daab4b8d39445dc6ae15 dea78e844e3a6d2a9747c8505c486f388be84fd1 f341fe05e72e530267a1224b097b02048b19c30a f8b938789cafb4253dd91b2bd61cc595805f5658 fa318d08042720041fa4a742596023d06ac84042 Package: ros-lyrical-ffmpeg-image-transport-tools Version: 3.0.1-3resolute.20260919.191617 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.20260919.191617_amd64.deb Size: 148696 SHA256: a66c8f25d02a325f5c36b6bf75b6b4e9859e36900a2bd569850b75def0439f23 SHA1: 4028d9c4e50da82821e50850f01a135187ebc342 MD5sum: b4080dca11781b035b2846f74786bc58 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.20260919.191617 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 3715 Depends: ros-lyrical-ffmpeg-image-transport-tools (= 3.0.1-3resolute.20260919.191617) 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.20260919.191617_amd64.deb Size: 3498484 SHA256: fdae542ece75f2c7b863a0e840d2e468e9b44b5c24e4b3c20d5ed4e86c1595ac SHA1: 8aab8b990210bcdf8ab12c30332749cf2e24dec9 MD5sum: fee74d4db20d5c27a21ede47bbc47ed9 Description: debug symbols for ros-lyrical-ffmpeg-image-transport-tools Build-Ids: 25e78681a2b8ae1b690ba81c261183e923594c08 a34a7af45425fd03632a0dd3ae6f250a5af2118f e2463df40d17aaff7178310d142cf7d7f2048100 f7658305ae7d6177d41c1de44b77c2ada26bf55f Package: ros-lyrical-ffw-bringup Version: 1.1.14-3resolute.20260915.160021 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.20260915.160021_amd64.deb Size: 29152 SHA256: 94a1e8dd34127aa71c2d5e7abc8171c447239dee3bf4ca7ef389f38354c7dafd SHA1: 1453a6e0c0ebc479c4380f647a6237837b1198ca MD5sum: 2e571e576da121ec2791d3c604c5b792 Description: ROS 2 launch scripts for starting the FFW Package: ros-lyrical-ffw-description Version: 1.1.14-3resolute.20260915.155729 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.20260915.155729_amd64.deb Size: 14987246 SHA256: 56bcf9023745d36fbdfb1c4bb902bc0b408d62e68ba90400df33e530081fbcef SHA1: 9f668258c913c7c0da8b1a7fd6a6093bd12f4413 MD5sum: 28c9d0be2d23460efceb55f09520795e Description: 3D models of the FFW for simulation and visualization Package: ros-lyrical-ffw-joystick-controller Version: 1.1.14-3resolute.20260915.093530 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.20260915.093530_amd64.deb Size: 211136 SHA256: af442c11f6cb0f962891513fe8a9bbc194ede0b04bd5b14c43af19cd9ff373b4 SHA1: e1ecff2692eb946b934e6c5b807a34d520a679fe MD5sum: 9b2dcd11f9d804a8fa586bbad534d3b2 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.20260915.093530 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 4202 Depends: ros-lyrical-ffw-joystick-controller (= 1.1.14-3resolute.20260915.093530) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ffw-joystick-controller/ros-lyrical-ffw-joystick-controller-dbgsym_1.1.14-3resolute.20260915.093530_amd64.deb Size: 3593874 SHA256: 49da9bd0c2c537e425dcc7a04f509c096bdcf78ad99c5518007a42956d5b4364 SHA1: bb080a65a5bc3398e3e347735b87e43fb96fd20b MD5sum: 10085cad2b90c9c4250a4cddf4db7af2 Description: debug symbols for ros-lyrical-ffw-joystick-controller Build-Ids: 86ce44b9aa50f80f66e63ed5bf1dbc6e1804dbde Package: ros-lyrical-ffw-moveit-config Version: 1.1.14-3resolute.20260918.030625 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.20260918.030625_amd64.deb Size: 12360 SHA256: 7d357841073ca858f43f338b2df06e9b960c3950291a7d5f364905b2c9c960e3 SHA1: 03e1d933f6f536f90d7904497acdc6ab23554d74 MD5sum: a0d40cebd3d0e69b86760d4d08e65ae1 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.20260915.094147 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.20260915.094147_amd64.deb Size: 175104 SHA256: 28fa46036a6c2ca15717a1fa33a09898b3f82cee7755a11085b3ce4399d92901 SHA1: 463955107e58458ee46788101f20fdb800ed3526 MD5sum: c5a2202744bfe1407f7d5e9b5052a331 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.20260915.094147 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3657 Depends: ros-lyrical-ffw-robot-manager (= 1.1.14-3resolute.20260915.094147) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ffw-robot-manager/ros-lyrical-ffw-robot-manager-dbgsym_1.1.14-3resolute.20260915.094147_amd64.deb Size: 3152768 SHA256: d716b502d5508ddb8f3be8a3b6d7617cfb54ea9065c3a89f34fc89976d9502b6 SHA1: e3166ea238d27bfae7c1dcd63161e8624e430a8f MD5sum: f351954c307e2b38180c5483993928fd Description: debug symbols for ros-lyrical-ffw-robot-manager Build-Ids: 48d9292353e0c9313f8090186018e7c0a7443269 Package: ros-lyrical-ffw-spring-actuator-controller Version: 1.1.14-3resolute.20260915.105026 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.20260915.105026_amd64.deb Size: 64770 SHA256: 15639c3e107cd456c56609187376c8778e48f273194df4077d6d6d299b7decef SHA1: 9b66cad49f9970bc22ea3dcb532770f3700792c7 MD5sum: af24145b2bc980d9467c58d0133a4c5e 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.20260915.105026 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 834 Depends: ros-lyrical-ffw-spring-actuator-controller (= 1.1.14-3resolute.20260915.105026) 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.20260915.105026_amd64.deb Size: 772212 SHA256: 160f5173036b9cbc2c3deb0d3aaaa5430bf13487045d00ba6190a1111a4456a6 SHA1: ef2e03fabed94aad7e34a27e0ba89902d031b848 MD5sum: 330b8612ac1235176913c54419aeb28b Description: debug symbols for ros-lyrical-ffw-spring-actuator-controller Build-Ids: 9a52741989ae6858461091835a6d0d5bb817107e Package: ros-lyrical-ffw-teleop Version: 1.1.14-3resolute.20260915.075607 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.20260915.075607_amd64.deb Size: 12076 SHA256: 7ba06107a22d07a14549919e4926388b5d2cde56c9635c9c0fcb6601079ae040 SHA1: aa764236e09815cd6ba3cbccf9108adf284473ee MD5sum: 71be99c21b18aa3f5afb02c6bcd05914 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.1-1resolute.20260922.035920 Architecture: amd64 Maintainer: "Gonzalo Mier" Installed-Size: 16550 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.1-1resolute.20260922.035920_amd64.deb Size: 5336446 SHA256: 256aef820582ada42a9fc6fe220185e96d4ac6c4b014121b34bcde81031473b3 SHA1: c2c41ec6473aaf9be000bcf199d8ea2405d66049 MD5sum: f2900a8e6a2f6c85091c8384a9f8b50e 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.1-1resolute.20260922.035920 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Gonzalo Mier" Installed-Size: 32737 Depends: ros-lyrical-fields2cover (= 2.1.1-1resolute.20260922.035920) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fields2cover/ros-lyrical-fields2cover-dbgsym_2.1.1-1resolute.20260922.035920_amd64.deb Size: 21275936 SHA256: b4495d3ece52da011c6cf34b92e0ef99ddc0e889679ea04c873ab8c9e8b48559 SHA1: 2ce8a4e331d4b4b8d4584f395f3e30f4167cdf8b MD5sum: a3ad156238f6dd5a2d84b7d4700fc0c9 Description: debug symbols for ros-lyrical-fields2cover Build-Ids: af5b402017a7f292e3a7b313084a84a9068e3977 e404c8f2904f9fd9ca4a54e7c612d1e48904ad06 e90e5db46e71c095984bd731a6399e6bfebb0fa7 f4b5740159d6f61dc9a55ac98d0b994d86fdf006 Package: ros-lyrical-filters Version: 2.2.2-3resolute.20260915.080512 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.20260915.080512_amd64.deb Size: 85326 SHA256: 332aa8aed7dbd62ca67b151e7b787c9f1e7c5e46a3733e5d055a34df9df88a98 SHA1: 61f321107f152cddad70b8669fac826c1346df60 MD5sum: 92c02991e7c50dc272c25812fad47ca4 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.20260915.080512 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 2201 Depends: ros-lyrical-filters (= 2.2.2-3resolute.20260915.080512) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-filters/ros-lyrical-filters-dbgsym_2.2.2-3resolute.20260915.080512_amd64.deb Size: 2001762 SHA256: 61695d4675c021ddbc189f041a4e710c7361bcaffe19a55a13e3eb2b8e4ac025 SHA1: 0abe9509e8aeb996a449264b7c0337ca47a1449e MD5sum: 5e3c955bce3735cb9e3afaec188b6127 Description: debug symbols for ros-lyrical-filters Build-Ids: 4e986bfbd68d5578fd6934701b7130a9134e3ff5 727ce9e678cc203ca0266fc000a107878e609075 8b049dd7d5250abeea98fa3f58636cbc7a6b5f1d 910ec35be208410b18fe07ad6e0d11ba30ff4fab efb32a7bf4caf86114d30b2991db4c55d9c6c4a1 Package: ros-lyrical-fkie-message-filters Version: 3.4.0-1resolute.20260915.141535 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.20260915.141535_amd64.deb Size: 55880 SHA256: 2f5bd7205b6447ea8369e7bb0ac17646a0e9521d56564d97db0931a3f2faaf5a SHA1: 66baba1353b15effa59a19583cc9b3e2f22b37af MD5sum: 270e8e8a7b674ce78d001800464e3f38 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.20260915.141535 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Timo Röhling" Installed-Size: 298 Depends: ros-lyrical-fkie-message-filters (= 3.4.0-1resolute.20260915.141535) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fkie-message-filters/ros-lyrical-fkie-message-filters-dbgsym_3.4.0-1resolute.20260915.141535_amd64.deb Size: 271154 SHA256: 7cdd31f4ff94b8d4b53ffe3b186910c96b62390b302806548d0ef5a5f1155d23 SHA1: fb57fa321ec751adeabff182ebe7531b60220c68 MD5sum: 68edb96c90b6e2be7cdcea20b9aff59e Description: debug symbols for ros-lyrical-fkie-message-filters Build-Ids: 5b05f8fc5aa42f96c8ee2090c7b569f653973335 Package: ros-lyrical-flex-sync Version: 2.0.1-3resolute.20260915.065433 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.20260915.065433_amd64.deb Size: 17506 SHA256: ad1e61efb10dd6a2449ccb30cca58333b58130cd07020305501996bd25921653 SHA1: 70fcbff8c28328296e8c1910b11567db6e2e439d MD5sum: 3255eb205a3aced50a7d63713360445e Description: ros2 package for syncing variable number of topics Package: ros-lyrical-flexbe-behavior-engine Version: 4.1.4-1resolute.20260915.150317 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.20260915.150317_amd64.deb Size: 6604 SHA256: 8ed404519f5d8535ccbc393d08359e28d09dc43abcd07c9aeafba3bccd234246 SHA1: fbd7e9421f9fbea86083f13200c374321d213088 MD5sum: 9bbac7346fd95c82a4b6efaadf8ccefb Description: A meta-package to aggregate all the FlexBE packages Package: ros-lyrical-flexbe-core Version: 4.1.4-1resolute.20260915.140441 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.20260915.140441_amd64.deb Size: 145586 SHA256: bb2796043d8bd9e28d4d7d8227191ef7493c0bbb31728272042acfe47232365f SHA1: 0c9415ed579091db593e06398910dfc35dcb777a MD5sum: 1140ca3bd2f04fc1582284c117d2f3bc Description: flexbe_core provides the core components for the FlexBE behavior engine. Package: ros-lyrical-flexbe-input Version: 4.1.4-1resolute.20260915.142245 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.20260915.142245_amd64.deb Size: 26530 SHA256: d1fb381f79f5b97cb882f6fd4031d696b6007b9f8851381bb04c3ee9c3a5cf0b SHA1: bdf7e58b5e5e41f7ec34bcf0f7cd7a3e10e8ac4b MD5sum: 29f0a1ccad52c14c44a99182cc22e797 Description: flexbe_input enables to send data to onboard behavior when required. Package: ros-lyrical-flexbe-mirror Version: 4.1.4-1resolute.20260915.142304 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.20260915.142304_amd64.deb Size: 71224 SHA256: 14283ecd1ebe9ea85f3effd82a5b8f79889cd73363b68fd946aa20eb1d537f6a SHA1: cac472f57a9065494689f241732e3a3cb575b0b8 MD5sum: fdccf1f8ab2c7f554e29538eb3620b54 Description: flexbe_mirror implements functionality to remotely mirror an executed behavior. Package: ros-lyrical-flexbe-msgs Version: 4.1.4-1resolute.20260915.050912 Architecture: amd64 Maintainer: "Philipp Schillinger" Installed-Size: 7874 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.20260915.050912_amd64.deb Size: 540668 SHA256: 412bdaf2a99eb0909dfe319549cda7907c993894157e81beeafcd0560a6f5760 SHA1: 0d85d88ce6dd55e18cad7cdaab5ec68c8108f557 MD5sum: e290a55a1c2af666cca9b048093666b1 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.20260915.050912 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Philipp Schillinger" Installed-Size: 6018 Depends: ros-lyrical-flexbe-msgs (= 4.1.4-1resolute.20260915.050912) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-flexbe-msgs/ros-lyrical-flexbe-msgs-dbgsym_4.1.4-1resolute.20260915.050912_amd64.deb Size: 4461982 SHA256: 5cac2fa90c5f3701939a931458922ae2c8b932276189bf060e05570d2253f396 SHA1: 596a4c217805486af6343cf6dd10a8e9a10cd452 MD5sum: ad7ca91e7cb62c685c66f9d3ba5d0f59 Description: debug symbols for ros-lyrical-flexbe-msgs Build-Ids: 069f24a23701fe00a1ce278b6dc92ec3053b0a4f 3e6604acc18414a29ab6cd487ac8d89b0882db03 4ef168cc99e70fce08ad738bc98daafd471e619e 5215c042b5007e84cc4054c9ba23b4eea8a7c8f6 72c65a170b94017f1bf79b42e664d26e7111b56d 7e0f9c392a961a4e5826ccfef77e83fef96fa734 ab6a2115395917575622134785c5ee2deec07eb1 b0aa07a7314a5b8e0994f5a3513d368460082919 c6a2b7a4bcf97ca341421f250fbc1aa408c68564 f1b4ae5663295d0c38e6ae4211d61149f1fd5402 fcb2e746b85ea29213ab36ec6be2503b1fbe3962 Package: ros-lyrical-flexbe-onboard Version: 4.1.4-1resolute.20260915.143200 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.20260915.143200_amd64.deb Size: 49326 SHA256: 1a583a1edd95aca774f2c001c36a46a54dd5ca8523aa3d28b34962ea15432d83 SHA1: 7f7b2356a4834d0499feac30781caaa9cd26534e MD5sum: bae908b52fe57d36c9b9819fa0de7feb 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.20260915.142733 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.20260915.142733_amd64.deb Size: 26676 SHA256: 12b35ea739f44dbabdd71d88f34e8a0f66e7f6e6eb4ed0032ac171f2088f31a9 SHA1: 3fbf6fd6ee5f4099e39a324cfe061c49b7ad36db MD5sum: d4d6212ab1911d4ec0d6421a49137bd7 Description: flexbe_states provides a collection of common generic predefined states. Package: ros-lyrical-flexbe-testing Version: 4.1.4-1resolute.20260915.142319 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.20260915.142319_amd64.deb Size: 30244 SHA256: ca882efd1f6b3b26338e54ca8d6ec19bcf1b239786895ada92050f308cae6528 SHA1: 877d1c0532647db24bfeb98b78af4d1c95575f2b MD5sum: 3ba1b923eca3bb674b64858f88c0bca2 Description: flexbe_testing provides a framework for unit testing states. Package: ros-lyrical-flexbe-widget Version: 4.1.4-1resolute.20260915.145930 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.20260915.145930_amd64.deb Size: 21016 SHA256: af579c4500786e9fb0cee4197c50523abcc7d9001df18f4666f993cf6fc550c4 SHA1: 252b0016d613a0dc45a9f7fbdd47e515a3ad5cfe MD5sum: 232ecd623ccc26ff23569239677337d4 Description: flexbe_widget implements some smaller scripts for the behavior engine. Package: ros-lyrical-flir-camera-description Version: 3.0.5-1resolute.20260915.143228 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.20260915.143228_amd64.deb Size: 96478 SHA256: 54e3970019fa1e2a23e02e1675ca2fed1db0540434d53035a966760f1466b22e SHA1: f2386b8c8140168966303adcde7be270d1f954e8 MD5sum: 0aaeb7f40de9ac9c426d1b146f3ba33c Description: FLIR camera Description package Package: ros-lyrical-flir-camera-msgs Version: 3.0.5-1resolute.20260915.050928 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-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.20260915.050928_amd64.deb Size: 57056 SHA256: 4471676a589e71b63c6c8ec39990d171a927724dad6a97327fc3622f8cc67601 SHA1: 3460fb67fbe0942333aad8d5d60d9c9fa35f0eb1 MD5sum: e6242c4e7aed56aefdfd7d8a86de3ffa 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.20260915.050928 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 450 Depends: ros-lyrical-flir-camera-msgs (= 3.0.5-1resolute.20260915.050928) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-flir-camera-msgs/ros-lyrical-flir-camera-msgs-dbgsym_3.0.5-1resolute.20260915.050928_amd64.deb Size: 285174 SHA256: 93dd4b2d67c99615135db1a20a33eebea332291719e3461a0d9ecf2e6fd66caf SHA1: 33f6506fca51b1063a2146e469d0e137069b4142 MD5sum: 418e0d0b2eacd81d09f2b5b6eb0f68c7 Description: debug symbols for ros-lyrical-flir-camera-msgs Build-Ids: 031ed088d8c0b07e8fd58ee08803d1d18f50ba77 2020993a1bbbe3b96fa6c3628b89723f3689bb8c 42122590193d7408615c97ca51966e77ad1f8701 43e4dc1336e516b74f3a5a6f5be177a217b36924 6e07b509a7ff985cc421d0f4243bb202e3322ace 88c3eac4e1eef449d9a24823fbd4cf979aad6954 a27266a7e40a7b25645f469fcf80bc77999e022d ec3545fd86e121b8dd16971b06882ede126d895f eeff5c6b33a990ae909295a9a5a4f280d9357dc6 f0f0e12e9552987aa2c86b4cedb122d30734d2ea fced14fe3d5d9924f81a752d026d16aa41450534 Package: ros-lyrical-fluent-rviz Version: 0.0.3-6resolute.20260915.065351 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.20260915.065351_amd64.deb Size: 14150 SHA256: 32068428911f524ee40bb0a3542da9fd23b139a0af26d30693e080ea958350e8 SHA1: 0bacf623343792db9c20590022d390d0e1b9a436 MD5sum: ad4479f8a8d4bb8b72d5ec512bfd1639 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.20260915.143433 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.20260915.143433_amd64.deb Size: 260600 SHA256: af3e815cca5a1d6ad43dfe68d73bbd2eb382ba22a8bbe839267cd18194c6ec80 SHA1: 6cdff272d65bbbf5138d5068a7aab8d65b017762 MD5sum: e882f7e5c35564f9a5d391fe64e2937b 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.20260915.143433 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 4750 Depends: ros-lyrical-force-torque-sensor-broadcaster (= 6.9.0-1resolute.20260915.143433) 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.20260915.143433_amd64.deb Size: 4146902 SHA256: 072cacac6cd36fb7a365276581fd9db0a85f5600e90dbdba1db7b21c23165d08 SHA1: 2e6e1ff8034179726160e399bc07321225612e2d MD5sum: 77d847c02b7c9293a108ed7dadaec835 Description: debug symbols for ros-lyrical-force-torque-sensor-broadcaster Build-Ids: 113971b1cbe816d1826d131ce852e2825f8d4d1b 2b058c037b0bc5b69022b778e05f833054a309dc 494f017894ce4bab802e3266df81396809dbf56b Package: ros-lyrical-forward-command-controller Version: 6.9.0-1resolute.20260915.093537 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.20260915.093537_amd64.deb Size: 140106 SHA256: 87d44691f11f9c512e0ae1281372affcd3ea4acfa417d94e6c682f5d2a13b196 SHA1: 7861a2031827e9227e306648e0a60a38229e4b63 MD5sum: 15ad18e9c7d2493ee0e20f341df9dd34 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.20260915.093537 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 3007 Depends: ros-lyrical-forward-command-controller (= 6.9.0-1resolute.20260915.093537) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-forward-command-controller/ros-lyrical-forward-command-controller-dbgsym_6.9.0-1resolute.20260915.093537_amd64.deb Size: 2588232 SHA256: 23dbafacefafb9e8b27aac8e717646cfcd3c9634bfe626892d8e4ca8beb5a904 SHA1: f2d800f9c905962adafcc09344f9dc50a9a1bbea MD5sum: 1cc41d14d0285a7bb2e4dd96fedab2a8 Description: debug symbols for ros-lyrical-forward-command-controller Build-Ids: 2f02cc3a4db22aeceee3c9c0c0be60730f99d812 Package: ros-lyrical-four-wheel-steering-msgs Version: 2.0.1-7resolute.20260915.044617 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-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.20260915.044617_amd64.deb Size: 59320 SHA256: b0359e45d5e3bfe2da8e54cf4b975469d9b6f7ca16226d7b9b57b43e90b53391 SHA1: 0e1de6a19d578fb4d50a2348fc7a64177e8cf8c2 MD5sum: 9d540abd6bda76bc3658c1f653776291 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.20260915.044617 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vincent Rousseau Installed-Size: 452 Depends: ros-lyrical-four-wheel-steering-msgs (= 2.0.1-7resolute.20260915.044617) 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.20260915.044617_amd64.deb Size: 285434 SHA256: ddf7e7b72d240eca3dd2d24b512d42e69594e833a16f7df441696452897ce2a9 SHA1: f5c61c3951ab2dfbd02fc3b99aa8b74743b2536d MD5sum: 2a570178e8980a78860067d4c5c84366 Description: debug symbols for ros-lyrical-four-wheel-steering-msgs Build-Ids: 116039a2343b2734b2e2ed4a9e5cf08778a9e12d 29eb2affe97d86f69fe3a974426e62f81610c748 2f04bf4a24678a680db609f5dc05502ff17d4646 4ff7c6e74ce885bee5825761d43eaa94d26b8164 63fd055418a78d7ec8d8a95198506ae37cee1be0 79c9a121cba4c34f654a8515d673f8077e366e04 9f610487ac3e419a67a4d97b54a75742cb13524e a56aab20799cf3778fb334493a4fea7924c61628 c82fad99f0a96e460aa905d28911ea2f096fcb00 d4142a4e340db01d2bd6f055e237d11657ce4440 e02d98ad567910fb64964a33ac7a60bf9e412e28 Package: ros-lyrical-foxglove-bridge Version: 3.5.0-2resolute.20260919.191917 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.20260919.191917_amd64.deb Size: 12894314 SHA256: 606686591f3d84f2204d8a29d350ceb75e92498460b64369cfcd50bd6b329e51 SHA1: 67361051a4ef66419f1d751eefb787b57f983427 MD5sum: b8169d77d457060934ab3e8c8d4ca19a Description: ROS Foxglove Bridge Package: ros-lyrical-foxglove-bridge-dbgsym Package-Type: ddeb Source: ros-lyrical-foxglove-bridge Version: 3.5.0-2resolute.20260919.191917 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 21146 Depends: ros-lyrical-foxglove-bridge (= 3.5.0-2resolute.20260919.191917) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-foxglove-bridge/ros-lyrical-foxglove-bridge-dbgsym_3.5.0-2resolute.20260919.191917_amd64.deb Size: 10213328 SHA256: afa1d7cf079bfbde3a9e7c657c08e5835976c89118050f6bca3153e6ceaaafbd SHA1: 87996e9dd5256ddca11740156eb060f37a19b46a MD5sum: 040b3dc67a8bf80a5635e9fb3c0f41b2 Description: debug symbols for ros-lyrical-foxglove-bridge Build-Ids: 25d93e7b1531ec9e8d914cb3482951b2dfa64a7a 853e559565319cfdec2862ebcccc43f1ce80f6a9 97a35a09ca3838bc020940e48e20ab11c6e24790 ffb90d0812e5047628e89d2fa35cc1afe30bf4c6 Package: ros-lyrical-foxglove-compressed-video-transport Version: 3.0.3-1resolute.20260915.075329 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.20260915.075329_amd64.deb Size: 148674 SHA256: bd9ed09bca7655e418d69adce84bbe7b78501da95ad4a85a58c8d243387ea4f5 SHA1: eea00737244052360d0f90c146f9b6b2c117b168 MD5sum: b70c83d96eb1e4438c265efb9d78d728 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.20260915.075329 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 3275 Depends: ros-lyrical-foxglove-compressed-video-transport (= 3.0.3-1resolute.20260915.075329) 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.20260915.075329_amd64.deb Size: 2823924 SHA256: 397b1ddf54426a0c3e49bb5d29dd48934ce8e9704bc58c1fd320e090c7d1fa24 SHA1: 0c58c7e8cf5c9c6f0c38b235c09bc8ea98a9fa9b MD5sum: 09c980bb7ca293103a9be7e0db4d4cb1 Description: debug symbols for ros-lyrical-foxglove-compressed-video-transport Build-Ids: c73f26e42c97c93c7ac31c646fa95fe7ba449214 Package: ros-lyrical-foxglove-msgs Version: 3.5.0-2resolute.20260915.051855 Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 8079 Depends: libc6 (>= 2.32), 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: https://foxglove.dev/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-foxglove-msgs/ros-lyrical-foxglove-msgs_3.5.0-2resolute.20260915.051855_amd64.deb Size: 597820 SHA256: 44325a3f03557888015959ceaff49372e058d443a11f8bbf87ded69d119c59c1 SHA1: a87bd783a1fb55b45320287a8cda7b6defcfdb56 MD5sum: 4373e5dada3bd95c088dfed9dc2ce1b7 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.20260915.051855 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 8334 Depends: ros-lyrical-foxglove-msgs (= 3.5.0-2resolute.20260915.051855) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-foxglove-msgs/ros-lyrical-foxglove-msgs-dbgsym_3.5.0-2resolute.20260915.051855_amd64.deb Size: 6917402 SHA256: 9aa9d33aed07c426d723f24e54ac8a1d493fa052cac7bb532433b3787d8b6537 SHA1: bdbebc9043ab3ae6aae3e3d38de1b616d85d256d MD5sum: 0f675099fe8b71370d90f08b262f2824 Description: debug symbols for ros-lyrical-foxglove-msgs Build-Ids: 69b6ebe51a663860881f05312e10d7d375fd18ec 6a29b2a08b141c7ad13549ab65427011b6ba6fbd 73e10040a99d6fbbf450fde93b88059d4ded75d9 7d80d8346c27a1fc4ed49d7c634f270197d5aa77 8978527f92f2dc867b027fb8303e304736e949ae 9008cf8a26a9722f7230cb449b57e4e6ea36835c 9146cf227fa40a6ca809770fcd814d4b0881f176 9fd54e8715750168f9824c1951db24b3393d221f a138fa44e8dafef1ef437e953cc5f175452a1df8 e6c39974f6b891914131e8099779fedda0d7215b ffdc1147f59f089c87eb392c372a14afbfb1d2e4 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.20260919.191351 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.20260919.191351_amd64.deb Size: 182882 SHA256: 3a09f9264715f9ce2ab1afeafa193044bdb08ff438c8be02a053c3e14964c472 SHA1: 4ccf85b30e3a440db436991218e521d8dfe56de2 MD5sum: 4e0050f056c977656a31de7ba80ae96b 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.20260919.191351 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 3917 Depends: ros-lyrical-frequency-cam (= 3.1.2-2resolute.20260919.191351) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-frequency-cam/ros-lyrical-frequency-cam-dbgsym_3.1.2-2resolute.20260919.191351_amd64.deb Size: 3421454 SHA256: bf72907049d300f28fe0d0a963cd27d8184fb7dab68bb25da0cf6e1fc8ca0a5c SHA1: 715e569d65751e3711966335109ff8c11280aa41 MD5sum: e57f9a8187dd990d26d703212fcfa0ec Description: debug symbols for ros-lyrical-frequency-cam Build-Ids: 2df67e99697248b1b0f556bd02a7da9e85917ab8 99bdf078644b85fa3aeb8f6c793d8e80c486b7d8 e33a2af067a4d65d964dd8dc2eeeab90892b45fb Package: ros-lyrical-fuse Version: 1.3.4-1resolute.20260916.003410 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.20260916.003410_amd64.deb Size: 6046 SHA256: 46dd73ccebd08b43493fb7dd6bad8eb82e39a6f92b11ae1e100a1e2267f0254f SHA1: 5cadd83d0232185b210afc03a13a1cd88126ec23 MD5sum: 00690747b1f95767c48884b9164423df Description: The fuse metapackage. Package: ros-lyrical-fuse-constraints Version: 1.3.4-1resolute.20260916.000414 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.20260916.000414_amd64.deb Size: 489286 SHA256: 5341f1ba90f6bc174caee923c743b745696beb083db1d7589aaf7fef0a07edc8 SHA1: 8175aaa1b905eb9f2cac480003d265cc445e6ae4 MD5sum: ad723c98265e4cc2cb986bfa86946982 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.20260916.000414 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 23430 Depends: ros-lyrical-fuse-constraints (= 1.3.4-1resolute.20260916.000414) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fuse-constraints/ros-lyrical-fuse-constraints-dbgsym_1.3.4-1resolute.20260916.000414_amd64.deb Size: 20922560 SHA256: ede5aea797c29c786b16e819c830fbade59ec740aad15c7fa9b2ea81a1f99c07 SHA1: 127fc71f0a500352e68cb16d187091e8488aef85 MD5sum: c17e20fb611d1f8db5975699cd7d5118 Description: debug symbols for ros-lyrical-fuse-constraints Build-Ids: 5267d319387af3bd61fb531dabd63552d27271bb Package: ros-lyrical-fuse-core Version: 1.3.4-1resolute.20260915.233553 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.20260915.233553_amd64.deb Size: 415156 SHA256: 501c96c551f456b48af1d0c6a39baad9480d8cca254ed103b05faf702b67cccf SHA1: 4f78926ef2f5bc1645fde99105209877939dafc5 MD5sum: 32438d252899ab2785e321790d8e3b94 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.20260915.233553 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 10956 Depends: ros-lyrical-fuse-core (= 1.3.4-1resolute.20260915.233553) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fuse-core/ros-lyrical-fuse-core-dbgsym_1.3.4-1resolute.20260915.233553_amd64.deb Size: 9634928 SHA256: 009ca0d5a28845d2451095ca4d3b0b2c8aaef1274cab238ad6aa2a68340228e3 SHA1: f583fe31a1c0eb8594613537cb23cf60a8bc4608 MD5sum: 90ebfeadd372d5738f9fa74f6dfe9533 Description: debug symbols for ros-lyrical-fuse-core Build-Ids: a4c3b350d661311688f2625d3497a4b5efb4948d b5cc9327579e46cf38ebd93669a608bf207a1323 d6c143b72c2ae248616dce5709cf7abb3d7f33d3 Package: ros-lyrical-fuse-doc Version: 1.3.4-1resolute.20260915.055114 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.20260915.055114_amd64.deb Size: 5942 SHA256: e36fda730c812e4be6b075702f03765b0c43d814b5a6d1a981912a7f59446a9d SHA1: 1f208eb13416d89730fb204aaa7888f27ddcc827 MD5sum: 348ab6437b9536fdaa224f9bac256de2 Description: The fuse_doc package provides documentation and examples for the fuse package. Package: ros-lyrical-fuse-graphs Version: 1.3.4-1resolute.20260915.234913 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.20260915.234913_amd64.deb Size: 105776 SHA256: 6d7865eff2a72735f7425804e96232d8c4b10a49b264eb42bc3bac5edd1711d2 SHA1: ec7e2b4b4fe58473f2aaa3e3a6dbbf6ef307791c MD5sum: e0a300d0764339ccd3b7a86eda5d9941 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.20260915.234913 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 1978 Depends: ros-lyrical-fuse-graphs (= 1.3.4-1resolute.20260915.234913) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fuse-graphs/ros-lyrical-fuse-graphs-dbgsym_1.3.4-1resolute.20260915.234913_amd64.deb Size: 1543700 SHA256: 5a41b20124a1106fce45bfe1b6b975ec430899ae8ead7da2eb6bcc1980ea66c6 SHA1: 67879f2d38453396999824d1a5cdfefeabf6437b MD5sum: b508191a7eb4ef439667c904ee8f199b Description: debug symbols for ros-lyrical-fuse-graphs Build-Ids: 2405731628553a96128a6f5ae98f7a66c2acd904 Package: ros-lyrical-fuse-loss Version: 1.3.4-1resolute.20260915.235150 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.20260915.235150_amd64.deb Size: 186160 SHA256: c1399f0e541d73a2a9a60b31c450943cf276bf98dfca330e29eea5596c1c17e2 SHA1: afb254618378006bab86caa86787d1e1df45927a MD5sum: 2f9fed0d761859d8d5727bd4b6097b22 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.20260915.235150 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 4374 Depends: ros-lyrical-fuse-loss (= 1.3.4-1resolute.20260915.235150) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fuse-loss/ros-lyrical-fuse-loss-dbgsym_1.3.4-1resolute.20260915.235150_amd64.deb Size: 3547988 SHA256: 3f8045b429881589acc3b35397b251685e11423c8e59ce2333251e11f638b6f5 SHA1: 30a2c9d5abe7fd1f70d834ac046475d6bc037043 MD5sum: a6cb617f4e7b0a312210c47da1845685 Description: debug symbols for ros-lyrical-fuse-loss Build-Ids: c18d790774397675be88e0d40b4c7ea7e2161b73 Package: ros-lyrical-fuse-models Version: 1.3.4-1resolute.20260916.001738 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.20260916.001738_amd64.deb Size: 786214 SHA256: 6d065774e2d90d9a78197e05a0acfffb18d6c87c01a294cc8c84b008ae7c572c SHA1: 85e4aa7beb9ceb672edcee7b50052bc7919a8f18 MD5sum: 42ab098d6340f0d5a2fdd28228b5f42b 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.20260916.001738 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tom Moore" Installed-Size: 44325 Depends: ros-lyrical-fuse-models (= 1.3.4-1resolute.20260916.001738) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fuse-models/ros-lyrical-fuse-models-dbgsym_1.3.4-1resolute.20260916.001738_amd64.deb Size: 40268950 SHA256: d252caf2032a42eb57f28a8742dedb8de63d1f6d3354bf623b9ffcfc0ca09eb2 SHA1: 41ce66db725dab55663ecd81616698c4e5929905 MD5sum: 7afa85181d415d611776bb7465cf83d3 Description: debug symbols for ros-lyrical-fuse-models Build-Ids: c19fabd84a3659681a2179f9e5e70969f723da67 Package: ros-lyrical-fuse-msgs Version: 1.3.4-1resolute.20260915.055001 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 1995 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), 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.20260915.055001_amd64.deb Size: 178742 SHA256: c2eefa392ccc0722ac1d00ce7e001e0181858f3675913c6304112120a619666e SHA1: 735100982776e43b54733134488fac062e618a37 MD5sum: b8353c74cad000005c587f8093d937bc 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.20260915.055001 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 2083 Depends: ros-lyrical-fuse-msgs (= 1.3.4-1resolute.20260915.055001) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fuse-msgs/ros-lyrical-fuse-msgs-dbgsym_1.3.4-1resolute.20260915.055001_amd64.deb Size: 1628122 SHA256: ed72fee9910a7dcaecfa144628e458ebffd88cb7c4e3dc6e2082e990481724e6 SHA1: 8f1b753154296eb036ac57c256448404eba73030 MD5sum: b9b0b966825366e49593b9bbbec4216e Description: debug symbols for ros-lyrical-fuse-msgs Build-Ids: 0641914bf73bc416f70c0bf86750d956eaa801d3 069944cc61e5e26f53872d3b9cef8226fff67d55 06b3abf0de3cb0e78259af0b0ee99e60656aed19 375576bbd83d182c217afd97dd1991ee1af88c6b 57015d91b78738898dbbfcb07ab313a4323f432a 620dc8edee3ca463c4fe3f7e083c65c53adb5f34 73b80092a0b651c4cb92dae1e4f7329a4e1ee391 94f809f8d011870f625c6c466e61082674c9e076 ae14a97d43f28b19b40ff1f92b4dddfcd023640d c1b0a12563a28d25bb15423346d4e82ea44a2bb2 d698505d91e3a52cba7462cc4a404e18fa1f9a81 Package: ros-lyrical-fuse-optimizers Version: 1.3.4-1resolute.20260916.001753 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.20260916.001753_amd64.deb Size: 389966 SHA256: a77b70d93035569e55206f823cf320faafca5dea8dd505298de9836fd7762180 SHA1: b45983ebc76b203630adefeffdef18e910dce074 MD5sum: 5899b7c5b78c4d343a77a5697dc5e1fa 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.20260916.001753 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 10047 Depends: ros-lyrical-fuse-optimizers (= 1.3.4-1resolute.20260916.001753) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fuse-optimizers/ros-lyrical-fuse-optimizers-dbgsym_1.3.4-1resolute.20260916.001753_amd64.deb Size: 8213140 SHA256: 29ceeb8e47d200aea1b829f7abd52b8e56e43cd4e97ec912917f954d30f0cf55 SHA1: 301018ec5a22027cf0003134e651725a43e966ce MD5sum: e7b5139c059d713f11fc1126246586ea Description: debug symbols for ros-lyrical-fuse-optimizers Build-Ids: 0d4e482981e1c87f3558674d042b3851290b7236 2446fb29963d33836316f07c7f7e834b13e13611 41ad6b9c15430663ede95bcab60de386eadd4b73 Package: ros-lyrical-fuse-publishers Version: 1.3.4-1resolute.20260916.000554 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.20260916.000554_amd64.deb Size: 253226 SHA256: d211bbf8d5b65ae4436ccfd8b72e97aa1c4d270a03fd43df2cdcbe7dace0fb32 SHA1: b845b7ee942a00f917f28df79abd16a9c221ff0a MD5sum: 989e7f9ffbfc537ba9b3739d5889c6ff 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.20260916.000554 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 6495 Depends: ros-lyrical-fuse-publishers (= 1.3.4-1resolute.20260916.000554) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fuse-publishers/ros-lyrical-fuse-publishers-dbgsym_1.3.4-1resolute.20260916.000554_amd64.deb Size: 5580010 SHA256: fcfb4f0eff88e2c9a93806292c2b80d04c3f3bd9c394117c061f2bbb698eea0d SHA1: de26482a4f0222f4a631e2e501285d73452db36f MD5sum: 19f6af469256d5d82331995898bff1a5 Description: debug symbols for ros-lyrical-fuse-publishers Build-Ids: e02fa9954c71728acf3f1b3c0770bb4e4705fa58 Package: ros-lyrical-fuse-tutorials Version: 1.3.4-1resolute.20260916.003403 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.20260916.003403_amd64.deb Size: 1541222 SHA256: c4ba7d7dd4fa3d6d849c6213badbfcfbaa547753c48e1f7cb5508892d28fc5ac SHA1: e6624db494a8673afeb4ab466318fe3b6bac91ce MD5sum: 6d4f944cc79c12db926c2890f2c72fb4 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.20260916.003403 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 8939 Depends: ros-lyrical-fuse-tutorials (= 1.3.4-1resolute.20260916.003403) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fuse-tutorials/ros-lyrical-fuse-tutorials-dbgsym_1.3.4-1resolute.20260916.003403_amd64.deb Size: 7659558 SHA256: 943571cfc030e7b5f598d86bc4094b97dfc5d96e58686e4501ed7b96775c89d2 SHA1: dc3fab07bda3a159a0299e92cfb75c757035c52c MD5sum: 83f728b18a1331183ab3d2cc93546404 Description: debug symbols for ros-lyrical-fuse-tutorials Build-Ids: 4029be2e3c3665c77afb08041fda259474e1ac7e 86b4d6511feadd026156ef8e58ed26833f39dc3e Package: ros-lyrical-fuse-variables Version: 1.3.4-1resolute.20260915.235110 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.20260915.235110_amd64.deb Size: 259042 SHA256: e7acb1ab3b413f47767f19e8a0751967db6fee8340ed3d194afa85b0c9ad7695 SHA1: 7b51a37642d5123324656bdd48579132a1c328d5 MD5sum: 92aa2ed6070a4ad14a0072da182cae39 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.20260915.235110 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 8304 Depends: ros-lyrical-fuse-variables (= 1.3.4-1resolute.20260915.235110) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fuse-variables/ros-lyrical-fuse-variables-dbgsym_1.3.4-1resolute.20260915.235110_amd64.deb Size: 6694988 SHA256: 837fc70b827e62d8aab3806f86043623bf4afd49cabde90054009910211f2868 SHA1: 80f4148c9142c633f24b3a3e8a4c85b3fb667488 MD5sum: e5834c152e86cce28b646f37fe1398a4 Description: debug symbols for ros-lyrical-fuse-variables Build-Ids: 40e3c30ecdf9083506856c8fac3a4415d76ac083 Package: ros-lyrical-fuse-viz Version: 1.3.4-1resolute.20260916.001759 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.20260916.001759_amd64.deb Size: 310216 SHA256: 83187186e1b546f0de5aab4a6e1150050af9205931f40a0d6536f6bef11dda12 SHA1: 0cee9044d7f83a0ed6efe293c8b734fb7c567d12 MD5sum: cb8650358fe919f76563abfaabd9382e 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.20260916.001759 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Enrique Fernandez" Installed-Size: 11271 Depends: ros-lyrical-fuse-viz (= 1.3.4-1resolute.20260916.001759) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fuse-viz/ros-lyrical-fuse-viz-dbgsym_1.3.4-1resolute.20260916.001759_amd64.deb Size: 10287908 SHA256: 83059d5e34b1e90b458c21f243294187268806f8cbe669c2a880ae0b46c43d71 SHA1: 6301b748f855da52bb40123620fce0ec44bdb999 MD5sum: 1e493604612dd38fb22c8c6288aabaf8 Description: debug symbols for ros-lyrical-fuse-viz Build-Ids: 6a7bca55008a3e4c0e2718b5c47fc62955ef2446 Package: ros-lyrical-game-controller-spl Version: 5.0.0-4resolute.20260915.071221 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.20260915.071221_amd64.deb Size: 8280 SHA256: 42d973d514cb998d65b008f845ed0bb1c40c00df37e70528ca70dc042aabf966 SHA1: 2d59081f67992cdaf7a562b66248a819144c572f MD5sum: ed13ead7791badb8be31c7672ce27586 Description: GameController-Robot communication in RoboCup SPL Package: ros-lyrical-game-controller-spl-interfaces Version: 5.0.0-4resolute.20260915.044739 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-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.20260915.044739_amd64.deb Size: 132068 SHA256: 34f6a6596e6081d695b79dc532aac0dbbbe9c1064d72610c764d010347bc932f SHA1: a4008f06f4874ef39923182ac3372f501a1fea22 MD5sum: 40a1fccd880fa5cc93d2cfab9158ff73 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.20260915.044739 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1442 Depends: ros-lyrical-game-controller-spl-interfaces (= 5.0.0-4resolute.20260915.044739) 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.20260915.044739_amd64.deb Size: 1051524 SHA256: 1486555513bae76e770356385c4ac625676372000f4b0e85c56aa587349416ca SHA1: b60a6936ea14bc69ce19e40d3787d14083f4f49e MD5sum: 3041a069d50c46d63a1bec4647e6a200 Description: debug symbols for ros-lyrical-game-controller-spl-interfaces Build-Ids: 024076c7307a1905c015d2a632350ebb361d447d 097570bc5d6ad12ccb0d0ab41e9de708c98f15a0 0d4b75ae8bc2ec2c3592c47c70b1ab2b864e3261 4ee0e48d8b1813d850c181132d91b423d6d399c0 73cb8270496dbbd6943c8c616e7bb713651d048f 7d05264c79cab38ffba592def8d6b3a4d6d94846 9358d594c69140c00c0446d3b426d147f782fb16 998dd910ed9738ab321f9fdecc37d70419d4487b b81cee00e8c5ea04a6b364cb20d5815a686eec7f b8a869aca91beb5a5f2890b7adbb98924843e332 fd0bb08b0d45690972131e6992ecd253898503e1 Package: ros-lyrical-generate-parameter-library Version: 1.3.0-1resolute.20260915.081108 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.20260915.081108_amd64.deb Size: 8960 SHA256: 41ab5c852bb72b213794f2ef624cd92accec227f8516bc430159e3bb54702897 SHA1: 6fb82cdad5aebc89e4754c24e7a7c511d51b2920 MD5sum: 77301e225a1a2fcd412bb4b1ed43dd16 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.20260915.051853 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-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.20260915.051853_amd64.deb Size: 352994 SHA256: 4241c183a62dc3bbc29bf72c6e5ccb96c6812a2e8d9db9fdf25dc97d6d4eb294 SHA1: c63caace65ac7de2f6f7080a8109c9774719c9f3 MD5sum: 5a4a739e49b451f31f13189468e2c48c 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.20260915.051853 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jack O'Quin Installed-Size: 4444 Depends: ros-lyrical-geographic-msgs (= 1.0.6-3resolute.20260915.051853) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-geographic-msgs/ros-lyrical-geographic-msgs-dbgsym_1.0.6-3resolute.20260915.051853_amd64.deb Size: 3511732 SHA256: feb7be199c487f9be9051fdfa58a61abc2e979b9a0e19fef162c0c02cb197465 SHA1: 7af5e92f11b0cf8b6f5cff24ee822c0f078cb70e MD5sum: d85ddbb078b281940de857d81b9890ad Description: debug symbols for ros-lyrical-geographic-msgs Build-Ids: 0e32e7742ff03d8f817f0e6041bcda91323d2b5f 0e95d11e8b62a3273620a1c3bddfe2e001a2e9de 1797ec4f94dc1119f931c5af36eb3569593c927c 25ba3fea52d8902f9ce694e46618f3f5bf309a6d 72d3b16cc6114df81504747a221508cd0a86c39e 7cafe1879628125f1c5726ef36091d507657fc3e 7ec9b6da0fc1d66dc077c448aa297514b45e800e ad4bdb6c5d410f9757b1810c5189cb73418bbf09 aeab102edfb52daa6157c51e78e611ded61ba1c0 bc72d8cd5f3c93f33231222ef4bc5a0eb2246468 effc39bf79209686ebda6320c973dcb1a372e7e2 Package: ros-lyrical-geometric-shapes Version: 2.3.4-1resolute.20260915.064418 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.20260915.064418_amd64.deb Size: 104410 SHA256: bac3115077349f81430b19d4516f3164ada211d8e6854560b5f3f89ac4f69ccf SHA1: 5d3fecf9c7b2b1ac7bd7234fd7247c3ae325896e MD5sum: da2c914dac86392d5f8f0636ff27887e 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.20260915.064418 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tyler Weaver" Installed-Size: 6423 Depends: ros-lyrical-geometric-shapes (= 2.3.4-1resolute.20260915.064418) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-geometric-shapes/ros-lyrical-geometric-shapes-dbgsym_2.3.4-1resolute.20260915.064418_amd64.deb Size: 6431872 SHA256: 75e9dade3e3dcd2f91cc7e04b971d566658d1a2c13ec40b36d38f141553e02e2 SHA1: 49bda786e7a365654d51bf43ccd532d082ee3794 MD5sum: 75df81fb19a227a6a955f025cc50ea90 Description: debug symbols for ros-lyrical-geometric-shapes Build-Ids: 5ef0cda455978623fcff99f89e99914d76f31cc7 Package: ros-lyrical-geometry-msgs Version: 5.9.3-1resolute.20260915.045122 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-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.20260915.045122_amd64.deb Size: 289084 SHA256: c21ce9ae38c1e08951b4a04be0f3cdc0db2e453e11fdb788f6fbca17504d93be SHA1: 6694ddfdd26b44c2cc961bf903b0346801fab646 MD5sum: e6df7af2ff9c040373e1ca1ac830baa0 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.20260915.045122 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 3817 Depends: ros-lyrical-geometry-msgs (= 5.9.3-1resolute.20260915.045122) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-geometry-msgs/ros-lyrical-geometry-msgs-dbgsym_5.9.3-1resolute.20260915.045122_amd64.deb Size: 2872318 SHA256: 3909fd719d2bffd9497f6339db647e3e91be1768fdb148a4d1abc1d71921f183 SHA1: 71a34a301f75a1b3d921f2a07b24c7ee81f61588 MD5sum: 48edb1bd71a93e742c4f505663369796 Description: debug symbols for ros-lyrical-geometry-msgs Build-Ids: 0871529140c1cadec0fb2c1597c69be1ad395526 412c7359bb46dc5ad147486b2422d424e8c9e22d 42de42432f2b66a784f3bd3c540e68c412dcfe60 7392d7fc40d5fa8b75424842a3b44ea82b47c5b1 8ce20bd12640a1d90116f373b3f66d39c1b904e0 a716fc85b939c5c4d22d73eec42bcdfdb7244ca8 b8125cdae733b6c8a3ac1ee3f39eaf3095f68672 bf99d18dd5f74220e7f44c025a3e4a90b0d86640 d1efb4e47131002da7daa31a67da94b7305ac4e5 d69cb8fbb0c7767d15a62260cbd8bbb9d80172b2 ded43f253b2ce0eafea665146e4d293122d6f82b 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.10-1resolute.20260915.143444 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.10-1resolute.20260915.143444_amd64.deb Size: 6262 SHA256: 2898f280d3ef34ef44e37f7603e7c3b7c65cef78009e503700a8e65401f5e666 SHA1: 7a62e7e81a9ba1d1f1d88074ddc590aa463e3fd0 MD5sum: 14ee629841f9fbbbf69597890cde14b5 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.20260915.105019 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.20260915.105019_amd64.deb Size: 169760 SHA256: 2352d63e53866658a339c1717576c5c1ddcadb5f0c43a1299b44d8b6820bfb35 SHA1: caaf15d098a2b9b1c3748ff16a99838980d9d5f0 MD5sum: f27a3c6a967678a645d1e66d18f07ae5 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.20260915.105019 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 3166 Depends: ros-lyrical-gpio-controllers (= 6.9.0-1resolute.20260915.105019) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gpio-controllers/ros-lyrical-gpio-controllers-dbgsym_6.9.0-1resolute.20260915.105019_amd64.deb Size: 2708124 SHA256: b202438f30ab9a11d93465ccb85d44fae16a0ab8137b65b03252677114bd9d5d SHA1: 185bc3bda2a54c84f2a74e164439465fa9de5a5e MD5sum: 382c54abf63026bb8b4853a05f003dfa Description: debug symbols for ros-lyrical-gpio-controllers Build-Ids: 7ee23ba9e2b224cc30d325341bb8abf88586d891 Package: ros-lyrical-gps-msgs Version: 3.1.1-1resolute.20260915.045135 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 950 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.20260915.045135_amd64.deb Size: 92508 SHA256: a7f1d0e84af12f9631c36723d982cec35983289cd4c41823b2b98ba897286ac4 SHA1: 27e18d2982411274826720ca87dd9f8961985c71 MD5sum: 1fbdeb11fd19e54c4f1e05e02b90040e 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.20260915.045135 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 637 Depends: ros-lyrical-gps-msgs (= 3.1.1-1resolute.20260915.045135) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gps-msgs/ros-lyrical-gps-msgs-dbgsym_3.1.1-1resolute.20260915.045135_amd64.deb Size: 455808 SHA256: 6b7b82ea6374c840ba93abaf2a59dc5799c31e3aacf560a57e6932ffbf72de53 SHA1: 70a067a8f82e170fec9a139c6ed3cd5a4abba5e5 MD5sum: 76e38f33772752bbeb3f1a845815ee06 Description: debug symbols for ros-lyrical-gps-msgs Build-Ids: 0e2e63454fb3945a5e091bb8c170a25f7d6686b2 21bbc2d1734c0a2f354714b041f42e1af374c5b8 75409b1731da095cfd546ce1a8b02ce4bf6f3b75 799c6d4b9dc8f16607f6877472089dfb42e400ba 7abc770f563c3f15541b283f2636c79a8c9c9ffe 7ed23e5888239ba012dfe5e2295c1e161c055ac3 998002367a19197b4c95b5febfa8f004edfad1f2 b874d97ece7149aad1501f1f5df5a07dbc1241cd c09d13424400d708964277f499e9285583ec3760 c1f960db82d2ed5b731e675e8402470effcfe089 d06d6b35163251ce10e3b1c3754e4c4e457fd8cb Package: ros-lyrical-gps-sensor-broadcaster Version: 6.9.0-1resolute.20260915.094422 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.20260915.094422_amd64.deb Size: 86154 SHA256: 6f734dbd8269c220e0a612156455a9a216c9ebd8bac9962b42819ca9930e6902 SHA1: 2391cb06122e91cf8ff548b42623e6972115b74f MD5sum: 74a36718c77810636866a1bff7731253 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.20260915.094422 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1243 Depends: ros-lyrical-gps-sensor-broadcaster (= 6.9.0-1resolute.20260915.094422) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gps-sensor-broadcaster/ros-lyrical-gps-sensor-broadcaster-dbgsym_6.9.0-1resolute.20260915.094422_amd64.deb Size: 1131664 SHA256: e2180ff62279aec6cd3be64f1405573c549a6a3609d62061c6068ff54180befb SHA1: 7cdd029561bc43446046a111b0ea430e5ccb92ad MD5sum: 7c96b4169da895b9a0bb44c726a93887 Description: debug symbols for ros-lyrical-gps-sensor-broadcaster Build-Ids: 9b4ecc9b1a60a26721f9a3142139247412d58760 Package: ros-lyrical-gps-tools Version: 3.1.1-1resolute.20260915.065656 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.20260915.065656_amd64.deb Size: 190684 SHA256: 12899c7d139f1bcf9afb30a0176b6d4b45cf0021e9b72c405773f0b62f7aed26 SHA1: f95abb46b25482c3ce2abea1ec69b87d1cea4234 MD5sum: ada009a4eb25a7785048d127bc9de533 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.20260915.065656 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 5156 Depends: ros-lyrical-gps-tools (= 3.1.1-1resolute.20260915.065656) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gps-tools/ros-lyrical-gps-tools-dbgsym_3.1.1-1resolute.20260915.065656_amd64.deb Size: 4298724 SHA256: 88f1042cc23bbc81e15c1fec329070dd89a24f4174ebd8024d6495a6a60135d2 SHA1: 438a35c75e8cd25b555c3efabca46fe04b47ebf2 MD5sum: 5dc388c20b0ec93d17dec8f6a3c262c3 Description: debug symbols for ros-lyrical-gps-tools Build-Ids: 3258fa0cf3fd13483897bbdec7122470adbe444a a011d87e803b53215c09663e096bac5edb3942df Package: ros-lyrical-gps-umd Version: 3.1.1-1resolute.20260915.072248 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.20260915.072248_amd64.deb Size: 5652 SHA256: 96a3be37a56f5a961547654d7460d4423fda5f8a76be6ad2e5a1621fc96d23d4 SHA1: 05d515789149f233e0bae022aecd9ec719cd3f2b MD5sum: 2bae647efa25b11dc7a87e4363ccc5cc Description: gps_umd metapackage Package: ros-lyrical-gpsd-client Version: 3.1.1-1resolute.20260915.071616 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.20260915.071616_amd64.deb Size: 81052 SHA256: 1387c74d1f49561aaeef50a9c2f896e6bd78a98e80a9cf4ce0717dac3b1c9cd0 SHA1: 3bb3db49982d9b548316b956738abb692bdc01d0 MD5sum: 453949a9bc8a19d302fc7d958f8553e2 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.20260915.071616 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 1384 Depends: ros-lyrical-gpsd-client (= 3.1.1-1resolute.20260915.071616) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gpsd-client/ros-lyrical-gpsd-client-dbgsym_3.1.1-1resolute.20260915.071616_amd64.deb Size: 1249324 SHA256: 1763fda2e6404b526d2a8a48176014093b665aaf4cfa695974b2963e9777dc6b SHA1: 6b5fac72a4e1894d153cf07deb39b00a75a6f856 MD5sum: e7dc15bc1291b3f383e2f5603007b8f2 Description: debug symbols for ros-lyrical-gpsd-client Build-Ids: 703b07d0921c71d7a783ee64bc927117aaebcfd4 Package: ros-lyrical-graph-msgs Version: 0.2.1-1resolute.20260915.050503 Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 654 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.20260915.050503_amd64.deb Size: 71822 SHA256: 0d43b092b7ce0c0011deb15631a74a8848150b23429ba1be4eaae8d9f394348b SHA1: 4b84a54dd7bc259c327ace1564eb4ac145de0259 MD5sum: fc808af1e2e938dfb2cdb464e2915471 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.20260915.050503 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 585 Depends: ros-lyrical-graph-msgs (= 0.2.1-1resolute.20260915.050503) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-graph-msgs/ros-lyrical-graph-msgs-dbgsym_0.2.1-1resolute.20260915.050503_amd64.deb Size: 410274 SHA256: c8ae96b9e5e36a5017a4d86d633d0409e872a0f068b07ebf2da9d532e5a71140 SHA1: dd57a21f83481cd2a1fd89befe50488609f9d757 MD5sum: 187e258563c834ed71a1c39b833d42e4 Description: debug symbols for ros-lyrical-graph-msgs Build-Ids: 070aa4030a67c9812e4e18d0ef4a653dceb3037f 29c1a5632d843afce577cbc7a482f6e73112f75e 356ee81e7a18f711d9795a4a41e848e29718dfb7 551289a85432c466a237e543016d6b524c0c9616 56b34ec041bfac826992321c2cd4089abab4a06a 79feb779bfd152bb1349a3a13557f39e1aeae706 9694d686f944ccdb3f0d795315ec4d142437cac3 9e5238af31c0fbda027a22769adad3b97d0d7057 a13022764b954a93d52ec4fd1201afe9283bbef3 b4826b3576a5a20e416f3a83bc062aa296a1aa72 ef1d49095f5ea40c829ce444939c81009c89c25e Package: ros-lyrical-grasping-msgs Version: 0.5.0-3resolute.20260915.060633 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-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.20260915.060633_amd64.deb Size: 307750 SHA256: e9d1f618d573c9b0cad8736447aa4bfd516c86e2b25a46b54728c0b6add42394 SHA1: c98a022038e792972f5fb69fd9e5f6a6091087ab MD5sum: d468ab79f88cb1298a87d868f9078270 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.20260915.060633 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 3640 Depends: ros-lyrical-grasping-msgs (= 0.5.0-3resolute.20260915.060633) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-grasping-msgs/ros-lyrical-grasping-msgs-dbgsym_0.5.0-3resolute.20260915.060633_amd64.deb Size: 2801662 SHA256: a225b65a543e57065cd0627be8dc0b3926e74db390ee6d19035e477b91c7fe6c SHA1: ffc74f711f94cc0d8d64dfbb940b3ce860e7db10 MD5sum: d0972b7c3b9225d98e886301e7ef82ea Description: debug symbols for ros-lyrical-grasping-msgs Build-Ids: 048d1410f61c95ed1199a129bb7bcba323a4b82a 498d55e258616e610e939367fe5c12120b54c63f 6ae08c22303adec814a9b31d50ebde08a32923d8 71ad60dd0dda77f5484f213d592a6849123857d7 ac7665668e8f82318d7b4c1a897f8530ddb37f32 b5b1e1caff97588cafcfbf9f6af03c0ca1671085 bede946a03af7bf24d81e42e5134ae1ba479ba57 cb52cf28af0ddc9a3f75a01a267fabc4cea9ed0c ce878933e675a7463184dc739246210744ba1fdd dfebe4dc1ee1a8334adf8e9490d4c26812a3e748 f3fcc131508f0ecb4e6c9258a6ca8fa826f05fba Package: ros-lyrical-grbl-msgs Version: 0.0.2-10resolute.20260915.044010 Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 3467 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.20260915.044010_amd64.deb Size: 234420 SHA256: 4381ec6df4cfb2cb2b2e8203d20ccdd1f4f3c340ec9a303523080120f5d733d2 SHA1: dd9229b761b3408310e32f0ea18b54a940981689 MD5sum: 987d476a44f13bb483aeb2da5b335078 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.20260915.044010 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 2176 Depends: ros-lyrical-grbl-msgs (= 0.0.2-10resolute.20260915.044010) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-grbl-msgs/ros-lyrical-grbl-msgs-dbgsym_0.0.2-10resolute.20260915.044010_amd64.deb Size: 1413506 SHA256: e2e5f972ab4f65f9b25b0b3a05278d7fa709fb5cad2a94e74b71da859774a3cf SHA1: 425e0b24eb5fdce070cfc003e837d7d1f4282cbd MD5sum: c170368539b50654a9eaa390de5e73b2 Description: debug symbols for ros-lyrical-grbl-msgs Build-Ids: 2a30268336acb699552540653ef5bed37ccfba87 30d98fd2b11dcb3b0f906a6b7c02c174d5030422 3166475fcba4d834d4aef60b07bd28c205fd83c0 3cb5321ce30af37f673bcd9c57bb2b928e4b2b28 4042dc4e13727ffdc736d6245263c2a57e018d2c 507bbe03d0db6284499efdde512aaaad13c697fb 55e97464bbeb0f9f45af487f7b96c33000b0dcd3 9a8432e473e7a81b5a298b998db2958d6f7dd0d9 a3481130806ac5faa46f8ebac830c020ca7cce37 a9563d6079de30719c25a2f9c0d406cedb4149c5 da75fc94bacf4c145edca4f5e450e486d1237265 Package: ros-lyrical-grbl-ros Version: 0.0.16-8resolute.20260915.064900 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.20260915.064900_amd64.deb Size: 26142 SHA256: 2d2878ef0d539e281be0e36b181cecfad2fe29c804d666a5819b174b2ca86e83 SHA1: cd2e57b3c35cee4207a83cfc2929773a4d67c317 MD5sum: 0fd6ba9ef31180cfb6d4f80a3c291782 Description: ROS2 package to interface with a GRBL serial device Package: ros-lyrical-greenwave-monitor Version: 1.0.0-4resolute.20260915.064855 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.20260915.064855_amd64.deb Size: 368464 SHA256: 1e37a7ac7421af6ad6960cc530e7c610cb4065939596d9038bc1e5658b56e9a8 SHA1: a70b92fd68689049c45d86477547fcbc5d157aa6 MD5sum: fb463d00e84b6ec27bb92c1381316741 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.20260915.064855 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sean Gillen Installed-Size: 9954 Depends: ros-lyrical-greenwave-monitor (= 1.0.0-4resolute.20260915.064855) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-greenwave-monitor/ros-lyrical-greenwave-monitor-dbgsym_1.0.0-4resolute.20260915.064855_amd64.deb Size: 8346578 SHA256: 200e925e464d5943c43a9d81471e2f82f8e395b120c04269df0a5d9b4e34266f SHA1: aa4d255c0fadd7c4d09ebe5a155847691027af96 MD5sum: bcccad6cf6e8da7a55611669deae49df Description: debug symbols for ros-lyrical-greenwave-monitor Build-Ids: 0f00c31206fa8778694fb47da0ae725ca57deead c64f9f36b88b76fd4937777b42d2f6bd5dcbc052 d9b22cc73d89e6a3634ccebdaf9848a72695428f Package: ros-lyrical-greenwave-monitor-interfaces Version: 1.0.0-4resolute.20260915.045133 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-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.20260915.045133_amd64.deb Size: 109868 SHA256: fa733e474198b6f7ecf9095f2051f9ad5833d3ed81d0da0ab9b5ea7f4c84ff6b SHA1: 8deb610d73404eb06a484e330dd234799b28d579 MD5sum: 4204eb36a2684077b502984ea9582b99 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.20260915.045133 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sean Gillen Installed-Size: 1004 Depends: ros-lyrical-greenwave-monitor-interfaces (= 1.0.0-4resolute.20260915.045133) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-greenwave-monitor-interfaces/ros-lyrical-greenwave-monitor-interfaces-dbgsym_1.0.0-4resolute.20260915.045133_amd64.deb Size: 689998 SHA256: f95058a046e86e060a43bf89c734b20edf7e91fd74193f294aecc800cab861fb SHA1: df148fed5b902e8752213990240a3c8fcd226984 MD5sum: 7760eab72f8f28c1b36c4a87b006bc1f Description: debug symbols for ros-lyrical-greenwave-monitor-interfaces Build-Ids: 0a2c7db45ad36033f7a02bba5e84af3e6a05d954 2afcc017e432066a249bd3be023ebe585de339e5 44687936f495bb3f6d8773171da91a7154c350ab 4789bff301c5f74cdeb2932df889187eab2ba4ac 6be8e6636388c6d6eab11f46df5555a3863e710e 6c8930fa24fad6f8822088c391e4ee899995b56d 97b975a4af315fc327ace3b09e126672c5376e4f a6498b6f8be9b43c448077ee3d75e6d799605c35 b4dacf3d63249d38840dc31cd840eab46d81c73a c40f3e8d8de155947fdc40d0f00012ed063360f7 ed9692dba09da5ff7e0b952f2ced3205b472abec Package: ros-lyrical-gstreamer-ros-babel-fish Version: 1.26.40-3resolute.20260915.073524 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.20260915.073524_amd64.deb Size: 428502 SHA256: b83b375a9a11de6db8d96ca5f837820dfb739f68f9ae1c2f8f7c8d8533bab870 SHA1: 2fa5cf1383fd4a9e7bd473aa1aaa1a2e7539ff66 MD5sum: b18a01f073bfef169713cedefc2c0def 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.20260915.073524 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 11961 Depends: ros-lyrical-gstreamer-ros-babel-fish (= 1.26.40-3resolute.20260915.073524) 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.20260915.073524_amd64.deb Size: 10227590 SHA256: 0cfa330516751395eac00e2b08c69030a67397af866fc670a6ed12a737f0ab0f SHA1: 2523cb15c00089e66b108b18dbb07246ab59bb6e MD5sum: 6b57fdead3c48749121fa38fb9c04cb8 Description: debug symbols for ros-lyrical-gstreamer-ros-babel-fish Build-Ids: 171e7ff2c420a66b66b397eb3d69e2470c781207 1f1a888d2b10daa0176f4caade2e58ada8f9dc7b 68ab88fa76061b8cea371e42c2ffff60602eb095 cfd231e5f4784b19cbc68d2add8d42628b2725d1 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.20260914.180039 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.20260914.180039_amd64.deb Size: 674002 SHA256: d87aabae98baf40b16cc9373b8813809ae72faec33f2984fb6435b36d2417f15 SHA1: 0f6388a94e36547d1e5e5997f799722d9e41106b MD5sum: d80b63e357ee8402f8d55d27625830b6 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.20260914.180039 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 27688 Depends: ros-lyrical-gz-gui-vendor (= 0.3.2-1resolute.20260914.180039) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-gui-vendor/ros-lyrical-gz-gui-vendor-dbgsym_0.3.2-1resolute.20260914.180039_amd64.deb Size: 26561148 SHA256: 0d796b6c215fe76df6ebe562435ff57217ae06d8d8aba0bc6d94f1e584f7a332 SHA1: c0a889039fcaf609d956e1879b954be2fea86b7e MD5sum: 2030823ebfa0145e15e631d6e333221e Description: debug symbols for ros-lyrical-gz-gui-vendor Build-Ids: 026dbe7b80318d40f7235418772c49c449fb32da 1673a8821ce34bef1d85b769730875c33c616dfe 1e38d629255d43196d17ae832cef6dbfc9c156da 2327596ddbccd6b9b7ac0d1cd0ab73f3b395a9b5 24617bbdb2e033e100f6ca4bb2c662cddae6c87e 2544bae77205276920f9fa95ed82aaca765bbeef 2adc48508f1a078822d1615d2dbf97511e5187ce 31e5e8eb8e557bc6672dd626e084aeedc58466d5 39659af8371b07a36ba3596acaad02c3aa71ae03 3fb9a679d37d8877b4c0874b43787cba3847e594 50a760114ee94ee9aa8634d61a6bb4a3e95a9c4e 5f8ab77b66239fdb61ddd80197080dbd869edb20 7c8e1b36b531f0786bfabff2323c72db9a687adf 7cc1a32e7e94e785bd59ba419ed8181be9373797 9049599a7ab1481391c18caec938cfff6c75d1a0 9a104d9c6f816af89377283b689234b1cc7a31a6 be764c0954cd8efa58b639971b85407fc86d2238 c1e538cd4394b4f01da3dd01f0a713893ce171a3 cc71e649d568b1e118183ee321e152122e1f2631 cf37ca821aa6b5b873227abe159a2701e5b4e084 d876d2af3e4ead7f15ec64f9d2e3eae996ca0826 d9c0c5be40c35e127af4d4d70f54ac965bee3bb8 f79759ddd3f2284b10e224e9f272e7031dff22f9 Package: ros-lyrical-gz-launch-vendor Version: 0.3.2-1resolute.20260914.210154 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.20260914.210154_amd64.deb Size: 295876 SHA256: f9cc1e7ab9c0c3ed7668cd8441aabd13f88f2f1bcbc473b068af80c696722b95 SHA1: 52ff4dcadad0ba1ec4b779c14a89c583524a99ca MD5sum: 1566881f58589c7bd1df93fb03fecf5a 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.20260914.210154 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 5691 Depends: ros-lyrical-gz-launch-vendor (= 0.3.2-1resolute.20260914.210154) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-launch-vendor/ros-lyrical-gz-launch-vendor-dbgsym_0.3.2-1resolute.20260914.210154_amd64.deb Size: 5298818 SHA256: db8e89037b1075bed9e309f89de58d3bebfba23cd0051c0f336d209400a6f278 SHA1: 091fe1f24957576c593030ba92e1d5ac34031b92 MD5sum: 7a4bf50458bfea69901740c8a8235cd2 Description: debug symbols for ros-lyrical-gz-launch-vendor Build-Ids: 25c887b0a3b621f86e1919fb1e85932aee376619 295b36926c4fdf303494903e8589a07490a1f4be 50a85c95bce71f1098433a9cfd5a97a76402741f 889b1493bcbac99a04a5cc24995388e5ba06cccc 911717f0006d2e70df82ef0596a8f241ed141ebd 911a80540ddbb40911edd162e8b25c11ba016ead c32313e6307c22d8d5ec24dfeae34494e981b951 df9908e3bde435d2184b866e1a9545c783e7bb6e 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.20260915.105054 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.20260915.105054_amd64.deb Size: 198756 SHA256: ee4d781d6f181ba1b9be4fcf7f11c30d1f2915327e6d30f2b8dfb3e836d1a5ec SHA1: b6c3b228eae5e7a310eac9f54697c15acb511d42 MD5sum: 36bc80b5487b654337d64fdc697652d0 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.20260915.105054 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernández" Installed-Size: 4444 Depends: ros-lyrical-gz-ros2-control (= 3.0.9-1resolute.20260915.105054) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-ros2-control/ros-lyrical-gz-ros2-control-dbgsym_3.0.9-1resolute.20260915.105054_amd64.deb Size: 4088560 SHA256: dafcea21dd4bb4d1ce55e961c87df8da660dd54d83650675250f6dc656eadab6 SHA1: 71bd09fb36dfda93bf16c29d1cce72b066bf7ff0 MD5sum: 19a15d01a08ed71286ddcfe7dd86dbd7 Description: debug symbols for ros-lyrical-gz-ros2-control Build-Ids: 7db41a8352fe033e65a1ce1f5ea3288c6c7b96eb ebf02e1724f81845504dd92038c9ff4c868ffcd4 Package: ros-lyrical-gz-ros2-control-demos Version: 3.0.9-1resolute.20260915.152442 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.20260915.152442_amd64.deb Size: 176964 SHA256: f25d4a1fe67ccc417bef2cacfb7201d6353bb2c7582f967bbd3a470a25e8361d SHA1: ffa60116bc88b92e8daab696bfe0f68ec994727e MD5sum: adaa61fa3298ffe507b3394960b3ceee 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.20260915.152442 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez" Installed-Size: 3836 Depends: ros-lyrical-gz-ros2-control-demos (= 3.0.9-1resolute.20260915.152442) 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.20260915.152442_amd64.deb Size: 3484082 SHA256: 73a900f17e2c025d825031d6f70a9ef69f3ea8c9ff0cb9002cc158bfa019760e SHA1: adef4aa49ea66dd781a08ee9b73ded83f3277128 MD5sum: d60b455ff3f648aaf640b4022ece2431 Description: debug symbols for ros-lyrical-gz-ros2-control-demos Build-Ids: 0b455d7b2b08c071e475a070d51a836e0788445b 38fce084634111e7e7c70f6159a0ed0978e94c83 55190ceac6f5fcf0eb0eb78598db57df5512abcc 69e1132fab47c1eca4ee770424ec687267ed8758 Package: ros-lyrical-gz-sensors-vendor Version: 0.3.5-1resolute.20260914.175731 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.20260914.175731_amd64.deb Size: 402134 SHA256: 976c16c187438e5567f2373a0ec2f0ebf53696275ce1b0b5bb3cd2cf7751fecb SHA1: 45901c7fd11f6386df5da1e89b6789e5ebdb81da MD5sum: 1e0de70521340600f95a07650f940c13 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.20260914.175731 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 12473 Depends: ros-lyrical-gz-sensors-vendor (= 0.3.5-1resolute.20260914.175731) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-sensors-vendor/ros-lyrical-gz-sensors-vendor-dbgsym_0.3.5-1resolute.20260914.175731_amd64.deb Size: 11913840 SHA256: 7a6073906b99f05988a18b5ed70c17037a58a95175e94839bf7d3b12b67d52a1 SHA1: 6c6d8e24d0225d67bf53f008ddf7237545181bc4 MD5sum: 2da808f130cb7563ea83bc84b8e47418 Description: debug symbols for ros-lyrical-gz-sensors-vendor Build-Ids: 067cec93bf95f20458f43b3c39cfc91aa11c7887 0bec85099ae51a2247e871d5e914a547c39ca5fd 14a7cfa048811295e04bd1ac00cb811d435bbbd6 496ee842dacf89132055ae5560f31cf209917cd3 58c18146e37785df3db1f500d7de180f05fa0bb6 59a2e6b537b23c85bd256080f714b0fb3274c752 5e114b173d30c6fd23b1544afa4105601ce4b953 60d88d2e2c966cdafabb6c3aeb95093f1ff38c53 6fc35bb77d87fb378c75842621d1e000c8b7f2e2 71a3f2b35de0ec6aa57d9db0b3256882269cc582 7fc85fd26eb0a58fb36d719f421ad076c8037554 95a689299d8174926889ad6a9f96e4901a6e601d c824e374999acb5757ff0b1d26a629a322ea3276 ce3838eeaa61c9a21e1d2c43a25cb455b4f28a32 d29c12322c7be73770242585a6fdc18af7645b52 db0332fa7c56dab41d2b0d523e3d22089f16b5a0 dd69a03b011ca58821f4a797b71fcef3e7828a75 de570700ff3601893da3ab8adbd70e8f047aa8ed df42f7b6bc37b0a1b95cdefb916a596075f81497 ee0d6a846754e12162940d46b601a2fe656c20e1 f2e340ac36b03658c635a1bfb7b627dd807ea303 Package: ros-lyrical-gz-sim-vendor Version: 0.4.6-1resolute.20260914.182357 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.20260914.182357_amd64.deb Size: 11269292 SHA256: 87e46a28aff11d6867a13b251329caf6724ec58741b12b31a4831e0d6ccc16b4 SHA1: 7048ebccb3976e65ed7cc479523d2bb3ad451ab1 MD5sum: 710a80900a4978aba03d4eeb9c75630e 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.20260914.182357 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 222959 Depends: ros-lyrical-gz-sim-vendor (= 0.4.6-1resolute.20260914.182357) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-sim-vendor/ros-lyrical-gz-sim-vendor-dbgsym_0.4.6-1resolute.20260914.182357_amd64.deb Size: 203709074 SHA256: dcabe022d120ea791d2f9a4c16096ddde5141f4264f65efddfb8162ef8b7f6fb SHA1: f7b887af7ef972e2f3169d769cbc8cd2e1897454 MD5sum: c4bd868c69e1f45ce520b6cb9afc3fda Description: debug symbols for ros-lyrical-gz-sim-vendor Build-Ids: 0130e3c5f258acdf855b885b1afeabfb14398a2c 02dd4ee3a17b52cc766f68651edd2632f10a0e6a 059a8290657a2c9824b536913ec8afdaa5bcf8d4 05bf3415453f11990411b32e5fa15da714418f78 06eb193ba8a199c7f36f049ba5143738681fb516 083b689668f0f3fd817c4832251bdf23bf6a9c55 0c33175743131dc909a1159045f9ec2d01293040 0c56e056834d8c7e393cfb4d334c7810273c563f 0c6ee6b5a70cafb7556d7b826ca7956764a16a56 0e3eed275a519efaed820ecc17557b8865042652 134b033f2cdec73987532aeb44adfdbe67e182d4 134f4490cd2215d09077450cbdeeeeb3d8ff563c 15fde8678cfef884973e9c77b9c8d5b72f812a43 179721dfbcf4b2c5243e0047196a02619e4e6ce0 1c1db95ca419af02f0fae3edf319cf8abfad1ad9 1edfa143b38599398f6421f302630d62d588be0e 1f35dae68c07ae2dae6129567b057af686659e4b 1f796b598c37d31c790cfde52dc28f9daeab7691 1f99f7f301f557e6178b3c0a7aa6c6e0ab6ad191 24b1ef96e6c0c489a5ea895af43c72b44c5c3aab 27d7480d3873fd9ae07b84eae9df3f9b7a107f56 2bb52fd4b8bc4a295739312c4e3fce712a590f41 2c3905c54bfdcab9bf9299817e9d22ed34a60fb8 2d3c8813329867bbd080aaf7cb7c8e408f980fd8 2d795e7edb9b567c5e59d7dbd1ecffbcdbfe5b61 2dbd3fb3ff70846948e67c692cf7208d27cae3ac 31e912098bcca4d1362b572407ef41193b713c2f 34065e345fed46dc157095874fc41759c61505df 36ccc01f125eb06a243532c693766756bb84b0f6 36db642bafd312ac83e10f40cc6eedc577fcdbf6 372e278664a58b5ea0bb2b79482d19f27b2302b9 396a7fa520a488f63964ec024b5cca97b87c5b83 3a816d2ab477e8d2b2694cfcf9b71122ff084dc4 401ed44f3922aae8b05879f0a675ebf2316c420d 43a22b6df10b4980a90769b706f9de770b400dba 455a9b8f44e43471f3348d6eabdb67d66a7e0522 4925ae3e638c085ff54eef56cf679c8bacba87af 4c9d6db13fed839801150fc5c65fe9aa7b575e3f 5401869f61b467b2c0bbedd029eb4d0abab5a74b 55804de87f543d8c880aefac4b7ca63d7084cd38 5796b44b9aea78a35107b644d231e102309ad7fe 584edcf1ea1a466277a3be5b9190e8d24c41e3c3 5df9bf1fa7f68e29ac6a54a1082e4c47804bc933 603bcfb06bd3f5512c7858b8f286ba5d5bade31e 61d1d6f13b07dc166661963f7cc61c1a0f7660dc 61fced416de3dbb7c2f95a87a707a84143bfb196 62b87ae4cc82b8004cfcae69caf4f632e7318105 6397b67136df28e1f39bb97587f3af02b69a106b 64b4dd3e3dc6f199324b9f65d2d823f90b4ec95a 658037b37ac7083abb177c36a07f891f42c7217a 65edec168493d9bc950fb10c6df7e1764b8a4016 65f2dec1d796618ada003afa034eeb63dbd2e200 6a4a63bbabaa95a9ee011a99189a4cc130bf6491 6b58eac551011d7a523877ff02e4d15bafdd1126 704a5148b7b4d4a1bbb7510baf59091e720f3488 709a05bf5c0eee1c9bdb8173eb511690a328cdb0 710b651551d9e1edaffdcc7732405341c3c70686 7116947e5306c80260ef3466527cb1af3f906bf5 71ecaa8b7ad811a634a5f722ee13b731ebc129a9 7483e139011f304492747c0ce3809bef84134197 752e1646d66ab95327cd232e66b7216cf8ff30bb 762f32aac0449a48534638ab65a0a4e2e22c2224 76a0153c49c997a718398c46fd2175d299151ea6 79a5fb2ba4427a92091d50ba3615b90cc9fb198d 7d5573157b31ae9dad4d7df3bf79427a24845051 88144cd98780bb530f5081c2870da4dbf8f686cf 8848432b966ab10fdc4373b28f9c574b2b81c68a 896dd318327341f1d4fadaad1e6e3c741116c08f 90d87f494918d51e8f264877227d309de926eb4d 9337fbedd1f118954c4090bf8340f38bbc461405 97b957dd2016e3e972fbc95667b1bcf165ec843e 9814991576905beb14ab374513770609eca4868f 9a8eef81e5e2c98724361bd78ebf037c03ce917b 9b73d2b0f106ee1bfb816324f67160e9f1262c9b 9e7c78abaea17a5ccacae55e2a4ab135f0c1886c a1fd092ba322ba07e6dd310f3b0748c8095eced6 a2154311a08e533b8f0267cd6382faa309151363 a262d45cb86fb1e0fc11afc236db979c748d7e8d a7b5c569dda3fed403b512123c153b07b1d4b277 a7e1a982abe461de6a6939e21c6aab51ccc8f34b a7fb7ad1d971eb0def88bdcc89c181f950755c0f a8c3b65fca6138042d94c932ad8ef67997901f5f aade706e92433a369049d2d8f7ffbcafa55515aa ab70462215c53d0ba1025c283c37e95215d97361 abb607bef1fb84de90a1be2d5d31c0e066538265 b004d3e1b99bdcef49daeb55e1442b5bf8e075d9 b12242b66fcf4b1f248a5bd198167a02736bf401 b30b749823bff2ec15bd0da2ed4a7c0020caf241 b4950392b1af855066618b18d661ced00049dcd9 c06d8a1d4bb4a03e65aae79d0eb545c0a79fa87f c5df3857c4c1bf08db6606cbcda524af2cd21640 c966bd18caaef72bee61093aa3f5157b8f9b3be8 cf84d3d8dd5185286f329fef437f8fb16cbd61fa d213eedf2a6c2df59451d21d874352b5fcfadc5c d2681102db188e81fc69247170b5a78f3ae34cec d4312a1988a9db5af56c14204a14610780078e76 d51529a54c6375da57148791e5c17a959ea583ec d7928b1211736344c63163bd4fae5fc0a25b2539 d87f5b0844ec809e03dae9665324f6178fb77f4e dacdec6bd6c790ad455196a2311676441dd8be5c db9cdf3a7cea063b21ea087d7d03df02731e1484 e0f904dfe765070d06ca34d5016afae17625f226 e1c385fab31cd77e421b23caa5d4d4982ffeeeb7 e5da627f2ea610c45caa1de8469ed67e4bbc66b2 e905e08c9f8db2cd9eb71342fa0d5010843f47e4 eafffbb689e85077daace529270f0d05a9d21f78 eb459f6bbaa494063b53ea41e90d21ed7af7cb3a ee7cd0d39fb8a0104ed2b256edd7632fe1c0083d f0985330eee592bc0f11d221d746b1f109134613 f65b73e3a299741df9ecb00306ecaa4934e830d4 f775d1fc88e40dce3d611cffb4e4b5e7e5df31fa f7e1af612feb5195de7b3ceca947d0b2f2a328e7 fa7fc1c326906cf389296fe8dca603bad0e7c6db fcc25b70ce052eb28dcfeb780975ca7b2eb3b21c ff10996ed46de90734b58ea6c20f55f6592ef346 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.20260914.175014 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.20260914.175014_amd64.deb Size: 686858 SHA256: e157af1d4520c2ad158711212cf007e27ebbdb8fc8ccd4130fad8494e2b6838c SHA1: 91d9e67d6d3b8c2d9397df323800546bf0631f41 MD5sum: 0de5c22121555dc03ee2cd3bbca188ae 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.20260914.175014 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 12841 Depends: ros-lyrical-gz-transport-vendor (= 0.3.5-1resolute.20260914.175014) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-transport-vendor/ros-lyrical-gz-transport-vendor-dbgsym_0.3.5-1resolute.20260914.175014_amd64.deb Size: 11844976 SHA256: d32fc895d4b07974baa99261a01e669f4bbeee95e1624b81998a1d3adcef11b0 SHA1: 2d3b025002d171775cfa9a6a42853d3386b84514 MD5sum: 5a4e79c3b8272fa1f60bc8a66e0941d5 Description: debug symbols for ros-lyrical-gz-transport-vendor Build-Ids: 06a7ed198c563e84861719a92f8666527bb9fde3 31671b605fd488960beb57c543b76cbab8416049 6c77a09ce5a52f61f58a0a02c572b857471c4334 7e396cfbb842bc95911cebed0a37b35ec1ff803e b72e628f38f7d410036e73900fad706e35586128 be3d0f934c31b9ba51e9f304870b76fd8b88ebdf ff566621c407fed92ecc04a644b59969b22ad830 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.20260915.091718 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.20260915.091718_amd64.deb Size: 410504 SHA256: 9da0b96816100b6bc52387fc5f0280b7925f461eceae4667e9d80a0a5d7f9795 SHA1: c684f954e12648372f1b94f9968d22c357de4f60 MD5sum: 356032d5c11248ab100d311e43bb5db5 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.20260915.091718 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 6407 Depends: ros-lyrical-hardware-interface (= 6.10.1-1resolute.20260915.091718) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-hardware-interface/ros-lyrical-hardware-interface-dbgsym_6.10.1-1resolute.20260915.091718_amd64.deb Size: 5956260 SHA256: 3358ec653c558473c39f98b0c56743dad0804c0fdba65610edb937961303287e SHA1: b42c3764cf2f4cd879303bf5a46caea4b323c23a MD5sum: f736b94e700030e94858fddd57015988 Description: debug symbols for ros-lyrical-hardware-interface Build-Ids: 576a3cbb8c15fd47e28bd31d65e9467cc91b9cda e08228d76dd1346c479e847c46893d7340dc6ceb Package: ros-lyrical-hardware-interface-testing Version: 6.10.1-1resolute.20260915.092517 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.20260915.092517_amd64.deb Size: 63418 SHA256: 2a9e8eedd6db4b4e6710657b717b1db23c1b9d4687e2455a031d20dd890189f1 SHA1: ff76be9ab109c158e169a7d2d16ce5f10d98f5b4 MD5sum: 844901c643cbfe928de495286a2e9c92 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.20260915.092517 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1728 Depends: ros-lyrical-hardware-interface-testing (= 6.10.1-1resolute.20260915.092517) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-hardware-interface-testing/ros-lyrical-hardware-interface-testing-dbgsym_6.10.1-1resolute.20260915.092517_amd64.deb Size: 1631060 SHA256: e53d8c94f1d4cf2d4472917f39b6186ca625a1bdc466f09dfc0cf54d94acb860 SHA1: 0328085da397dba61209cfe6a4c8235c2bfb94e9 MD5sum: 418e2c56b58e06033ab9c687936cfe48 Description: debug symbols for ros-lyrical-hardware-interface-testing Build-Ids: 4a5a14675ecdeff80849e2cc38907659d4c3605e 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.20260915.080315 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.20260915.080315_amd64.deb Size: 115652 SHA256: ebaec648432e964bd2fd194c8c56b10ad5cb5cd0d35979f9e47bfb94a1223528 SHA1: fe0914bc24aa7aeff1205b976193fed446020efe MD5sum: 7aff423aeeac590abb3527cfe1040f0d 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.20260915.080315 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marc Alban Installed-Size: 1552 Depends: ros-lyrical-hatchbed-common (= 0.1.5-3resolute.20260915.080315) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-hatchbed-common/ros-lyrical-hatchbed-common-dbgsym_0.1.5-3resolute.20260915.080315_amd64.deb Size: 1384786 SHA256: 440e90b71353bec8c164765f089d82e5e3f997fd08fca9f529000c1334964656 SHA1: cb52cff4189156b89e06f39479c59be543064adb MD5sum: e4259fc1b5ab4319ddb8af09e1dbd2d8 Description: debug symbols for ros-lyrical-hatchbed-common Build-Ids: 3fb6860b0ebb0a2c98b4786b35385ad11404314d 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.20260915.145914 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.20260915.145914_amd64.deb Size: 19548 SHA256: c174a487da4f45c9007d5f1ab75801d89537db21a628f8887a8dd6b5dfd2e894 SHA1: 5865d64729e2d7b77f68bf2afea1ab064e5c8fa0 MD5sum: f461bed35fc098ce501653b02dfaca52 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.20260915.051828 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-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.20260915.051828_amd64.deb Size: 487908 SHA256: fd2a082b58c76c8d8d7b84764a2b7f84062b8beba171c527ff0220580ca9dc49 SHA1: a84294e69939313e9259e709e6af7af349b6b8d3 MD5sum: 325cc99c32110acfffd05a5f98237587 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.20260915.051828 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Séverin Lemaignan Installed-Size: 4916 Depends: ros-lyrical-hri-actions-msgs (= 2.5.0-3resolute.20260915.051828) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-hri-actions-msgs/ros-lyrical-hri-actions-msgs-dbgsym_2.5.0-3resolute.20260915.051828_amd64.deb Size: 3203422 SHA256: 4f865428b903d6f3d2fd0c2799058ebe8c28bbea566c1026731a486fd28bc570 SHA1: 02c91ab6b7322b73c3aae29ae07353ae7340a410 MD5sum: be39ec6151efe2845ae4868d21599243 Description: debug symbols for ros-lyrical-hri-actions-msgs Build-Ids: 3e78bd0b2274397cac804979f10d88bfb1db3863 65c1b8655e020c15a68d69dbbb34107b6454a17c 6923453b1dc46b97ab17bd9da53c6d2ea05bfa1f 6d2f6dc71d59d1e2a9877c7977ca3b1a507e0506 738ca62b0899173386d5c97e70c9597299e3d2fd 747ebe0e8a46d3ce7136cc75a2b47a0862a75c10 77f3fd6849d9ab5dc2491b1105a4ef7c9650610e beed857e95a24756a9b4f1e12ac69dd7992b3273 c134db4a2ff12313d11e0ac2a6efbc85bde9f9ce e22b97d94b218950905d277cd0ca8ce97d05cf4d f75ba95a42b7d946db047d9554872d2c57e54556 Package: ros-lyrical-hri-msgs Version: 2.3.2-3resolute.20260915.052837 Architecture: amd64 Maintainer: Séverin Lemaignan Installed-Size: 2975 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.20260915.052837_amd64.deb Size: 234402 SHA256: bb67e9ba89f2e45509a361d52e5188cc5a57abe254815338d4874cf1b742a31a SHA1: f24906669d982a1eb6a13833253948e6f7424153 MD5sum: 4096f1190059900870e12d27854b8fee 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.20260915.052837 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Séverin Lemaignan Installed-Size: 2344 Depends: ros-lyrical-hri-msgs (= 2.3.2-3resolute.20260915.052837) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-hri-msgs/ros-lyrical-hri-msgs-dbgsym_2.3.2-3resolute.20260915.052837_amd64.deb Size: 1794130 SHA256: e27887748bc990c95e9d0b3ab587b8a7576f934644abd3ce70e0ff9f7b5b306d SHA1: c25f5bae0c3f8d11fc4c9329733fda51676c4766 MD5sum: 2f520b791a03d32596ce94f7b2a55dc6 Description: debug symbols for ros-lyrical-hri-msgs Build-Ids: 0b17e6e4132bceb215e7bb3f708c0a31234a0dc3 1b4545556d0b01aecb2034e156d2b10ca987c181 2dc53e718f195fbcdf0f1f92db38c1e78360b906 8f5f4d4a38e1f79cc1ce164e0d162b18e9be10e5 c46dfe0180d00233cb3c5b55f49656542c55a996 c9f2d2ac31226bc37cc72d8f581fd481cbfad38c cf8394afcac49a1a36e5e2e29cc2c64175a07a02 d12b0e328c4f1558b85a884197a98ccf1cc1988d d85925b4abffd0d7b066ccc3e6f2409322bcc42b e4010a924c847b5dd9c3d9d5ab9e96aeb2a3052a fde59787fc5dcb946e3c44c01f9b62cb64944d73 Package: ros-lyrical-human-description Version: 2.0.2-3resolute.20260915.081946 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.20260915.081946_amd64.deb Size: 10892 SHA256: 73261cf3faed231afc04bc2170456ef9f79d5889d31f112d00d70ecff126a180 SHA1: 851db038a03de302018bcf90b8622fc448c2f0b6 MD5sum: d5b1b342f236cfbfafa72edc5de2533a 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.20260915.050943 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 8115 Depends: libc6 (>= 2.32), 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-ibeo-msgs/ros-lyrical-ibeo-msgs_4.0.0-5resolute.20260915.050943_amd64.deb Size: 494722 SHA256: 50dfeed52cda7778f4c55c73293e763f017466ecfe5fed502549ca92e0cc64c3 SHA1: 91a12a332d295d599ba7ebf1ba5ab46feb02596a MD5sum: 76ab00c5646c3f5f50bd86de19a75030 Description: The ibeo_msgs package Package: ros-lyrical-ibeo-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-ibeo-msgs Version: 4.0.0-5resolute.20260915.050943 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 5659 Depends: ros-lyrical-ibeo-msgs (= 4.0.0-5resolute.20260915.050943) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ibeo-msgs/ros-lyrical-ibeo-msgs-dbgsym_4.0.0-5resolute.20260915.050943_amd64.deb Size: 4489348 SHA256: 07ac4e03f03354023813a6c33a9e5282368bc831091c05d415d7c2db151a473a SHA1: afaab850bb33c96349275cb49cc1dad51df0f9ee MD5sum: ffa5d55dce8af9664d105210f2222d3c Description: debug symbols for ros-lyrical-ibeo-msgs Build-Ids: 03d0dbf291a1c43fdb92f82b3e2ee89fad1a303a 155f594fdfe6971fdc1d40d92001203c39aa2a62 200687e81539b6a58a513ce999df6c58c5751c6b 368aa7873e1d6690acad5b61663d027a1c3fc2a8 66e8a6939cacaf75adc2d9915689a6808c9d1d57 6c3b582be6c9f9be5eaa731022c42f728cdfe6e3 7963772192ddd8e8bbb2719e215f06bd9a58cb9c 7da29c27923b0b6134be27aa8b9274c46b15cb8d a45d8f185676a372f40822fffb67e1e6ab029597 c55ae2ec50266380002c9406996d6690a0890e59 f9daa6879956c4a8f48315ef8b13734aea738f2c 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.20260915.081414 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.20260915.081414_amd64.deb Size: 6348 SHA256: b47d583aff4a6ff4c5009e665e62fc9426ed770d3a12b50b1fc7bd9cb851b6e1 SHA1: f410292a6ec240114c7a5f5273873dcb8facd140 MD5sum: 1389b8bd880e51069c64d87764c286bf Description: Common code for working with images in ROS. Package: ros-lyrical-image-geometry Version: 4.1.0-3resolute.20260915.055055 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.20260915.055055_amd64.deb Size: 33062 SHA256: c335c2edb52bb9ddf33da10fa8fb7c77beac561ac81aabd095db8a965089c4bc SHA1: 6bb560b45dfb3d044bfe522e9028f4af30d7bde4 MD5sum: 01d2c46f971ed7375d0cd03d0314d984 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.20260915.055055 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 276 Depends: ros-lyrical-image-geometry (= 4.1.0-3resolute.20260915.055055) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-image-geometry/ros-lyrical-image-geometry-dbgsym_4.1.0-3resolute.20260915.055055_amd64.deb Size: 250828 SHA256: 75756f33eaecc418ab1e58ef76be44d4d70094af93c42cc9e7d59676966ba248 SHA1: 53afd2c6ec9526a8e4a8c67261bb2a6835a60f75 MD5sum: 738092ba7c4f73a475c6f02d78f1eec9 Description: debug symbols for ros-lyrical-image-geometry Build-Ids: 8cfae91ead45399f70f8ef0ad6fb2ed24e42eff7 Package: ros-lyrical-image-pipeline Version: 7.1.7-1resolute.20260915.153607 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.20260915.153607_amd64.deb Size: 7196 SHA256: bce166dfd3a629f34350de31525dc63f5836878d121982d3c94553fad5157e43 SHA1: 930692a3aafdf884926062b07476f7de452b2977 MD5sum: 81551955c0dc1905332e7c5ca34eb30c 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.20260915.143749 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.20260915.143749_amd64.deb Size: 262824 SHA256: d866a2ec4998af8bdd8023a9a4e7817c4b0f84e68f40f234b5a8b8624d7fdb46 SHA1: b5cdedf8b1febab625ff2532fad41c7f06db57be MD5sum: 840dc2efd79b76bcafea57e07db706ca 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.20260915.143749 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 9608 Depends: ros-lyrical-image-proc (= 7.1.7-1resolute.20260915.143749) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-image-proc/ros-lyrical-image-proc-dbgsym_7.1.7-1resolute.20260915.143749_amd64.deb Size: 8039224 SHA256: 234211a69be155632f62b252c13fae573dbbe8c2edb82da43c72f5e3b43fa97e SHA1: 46aeb8855727e51dd814a0d2f6f579b7c6e6e997 MD5sum: c6e5ed4908fd6d69409b83bd2e5067a6 Description: debug symbols for ros-lyrical-image-proc Build-Ids: 11bef530cea9043f3fbce55c93b7563967e7fe5d 248803c6b37f5c94a5ce6fef372f65a85d62fd5b 295529c40c0eb09317f9c5ba3178d943ec344d47 29ddb1374109475f729439941c4ebcf896334226 37739621a3aabd9172b4d4502144a1c00ac6e9da 3c769f6f55da3ab2c57c41a8f568ec4c718a5a04 7b1df4a336fa21e0e9a07c73a1449d3cadf1314e a947b8f49fa9cbe7690716297801f00fe8003c33 ae44d0115d563f5cc96a8af27093be9d92c84284 c9696bcff792b5524bb5ca56df994dbfc11b4124 f02046fa6c4064b418976e894c19e481a89977ff fd11d6d754d0ecdaee8db99609facd3739c18105 ff3902d4bc45345924789bb1433ff1cacf8d3610 Package: ros-lyrical-image-publisher Version: 7.1.7-1resolute.20260915.074354 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.20260915.074354_amd64.deb Size: 132866 SHA256: cc7dfed48f86a6c422af00771ed02ee26382df48f2be91aee0ca30a622809007 SHA1: 52e9457258c5d891796e3b4e76dc9b6b2cb8e9b6 MD5sum: 087739d25999ded54ba8c04a564de44b 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.20260915.074354 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 1489 Depends: ros-lyrical-image-publisher (= 7.1.7-1resolute.20260915.074354) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-image-publisher/ros-lyrical-image-publisher-dbgsym_7.1.7-1resolute.20260915.074354_amd64.deb Size: 1391978 SHA256: f4366423fdcb8f7f4ac4902103c682edfdc1d87455fee240e85e405f87dfbaf3 SHA1: ebc9e0572a0883334a92e0c15204a9c4516ad9a3 MD5sum: dbe87dab902d0551ccd75756d31f30c7 Description: debug symbols for ros-lyrical-image-publisher Build-Ids: 3fc0879fbbd491b9953afbe774613105468d53eb a11165dff583ce929e0c75fb910b0c77e3ee547e Package: ros-lyrical-image-rotate Version: 7.1.7-1resolute.20260915.143523 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.20260915.143523_amd64.deb Size: 153302 SHA256: ed34a3f491acf3a03fe8e473c29139ca630fa7f27f837dd61632f67814dabfa1 SHA1: b5c382e2c0a12a259a276788c8c8b9c03464065e MD5sum: 85d325719ff819c4ea2fcde9744fbc01 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.20260915.143523 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 3718 Depends: ros-lyrical-image-rotate (= 7.1.7-1resolute.20260915.143523) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-image-rotate/ros-lyrical-image-rotate-dbgsym_7.1.7-1resolute.20260915.143523_amd64.deb Size: 3430256 SHA256: f92705a2a8beae6f4feba9dd7f9ceb5d3ae2c308599373ef5a2eb9ad38135ec6 SHA1: 70ed5b06218f28e2949601076c42ba9fcfa0ac9a MD5sum: 620ac2717550428a516e72368e88d2c0 Description: debug symbols for ros-lyrical-image-rotate Build-Ids: 4ce8d43d36b22195ec2e85594fcc1e9867284f4c 9a72eaa385a8e90da63dd6c0151e0b3445256565 ba007d9664deab134df031e575b26c8c59479e4e ec400524a02a0b4802ec3c7fae3e4dc061e6c9c6 Package: ros-lyrical-image-tools Version: 0.37.9-1resolute.20260915.065834 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.20260915.065834_amd64.deb Size: 199418 SHA256: e1fe7562a353548133879cdad9e6708f83e5ec655a13546d1df56b2e72bfefd2 SHA1: 04b09a752b4a59157cfd08248632234f58962fdf MD5sum: b592e6cfb06241a95229f062016b662d 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.20260915.065834 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 5556 Depends: ros-lyrical-image-tools (= 0.37.9-1resolute.20260915.065834) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-image-tools/ros-lyrical-image-tools-dbgsym_0.37.9-1resolute.20260915.065834_amd64.deb Size: 4444458 SHA256: d78240ffff964987962e6d2df66370a67082edb95568e1d455424699c787e261 SHA1: da1abaab936e978f885be84d8186d872f104890b MD5sum: 7e1bf9b86813635895842851cb682a84 Description: debug symbols for ros-lyrical-image-tools Build-Ids: 151ab2ce4bdc92f3b5c50785cd8c0844345414ed 5cb46237504baeb0fbb0225c2b8e5eaeaa16b2e5 993ce08826f2e42b1b78ab899a3d56f38179975a Package: ros-lyrical-image-transport Version: 6.4.10-1resolute.20260915.073117 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.20260915.073117_amd64.deb Size: 388806 SHA256: 863cf0a57e347ef23e3b0a58e5e00ddd8e88dba13cfa6834a1a1e305b2f6d651 SHA1: 9962616901af8aeec8a12dd074ce027453f25bb7 MD5sum: d40127be2ba3769860c61c91a019e74e 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.20260915.073117 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 9309 Depends: ros-lyrical-image-transport (= 6.4.10-1resolute.20260915.073117) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-image-transport/ros-lyrical-image-transport-dbgsym_6.4.10-1resolute.20260915.073117_amd64.deb Size: 8132216 SHA256: 7978f569616b59029bc7b5506baf8f3299c53a495e8201f04ba8425ec933a37f SHA1: 9afe74133fdf7c558a1183abc2e1ed0f7c075b5f MD5sum: 857024dfb6f6eb8795bd3ea12836d740 Description: debug symbols for ros-lyrical-image-transport Build-Ids: 33dd2cd1820f7ab1173b13cf509d35615f9aa378 3f06ed279a4f7d4209132dde2e70794e5b694d73 95943b749e3bad4ac9e7a0e1e977b77e9eda5922 bbb2eb7723e25a0b2f96d0676922d3e45ccf8780 d11423c0ca83f09cc19d243fcdafbafdbbfa4fcf Package: ros-lyrical-image-transport-plugins Version: 6.2.6-1resolute.20260915.082409 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.20260915.082409_amd64.deb Size: 6462 SHA256: bba13debbd5ed95b7c4c1090da80a3a39d10e3822467726ec5bd59fdce0596b8 SHA1: d32c80dd0d92645c91aaf5e0f87ae09ef115cc19 MD5sum: 21a6310a3889f1e68580b0f87f36960c 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.20260915.073931 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.20260915.073931_amd64.deb Size: 122548 SHA256: 60f7a7039fcb4241eb8c6fe5746e6d2b1d18865e12970adf7cf1c28335a170b5 SHA1: 6d476d4a6fe8ff97398f0742c0b9770e7995897b MD5sum: 114bf6da711dc1d2bea1c3b877b20efa 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.20260915.073931 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernández" Installed-Size: 1829 Depends: ros-lyrical-image-transport-py (= 6.4.10-1resolute.20260915.073931) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-image-transport-py/ros-lyrical-image-transport-py-dbgsym_6.4.10-1resolute.20260915.073931_amd64.deb Size: 1707384 SHA256: ed2f30596f5d9229c9f5e2bac4bf8f590e2d2f5e5d33a496e843962c9936e5ef SHA1: 2cd0372f8b2d3e10f4a4afde9578f6b635c3b161 MD5sum: 108c5063c6ffc6822915fde11c36fd04 Description: debug symbols for ros-lyrical-image-transport-py Build-Ids: e0d392947a38de9847a52e5096c101d37e5d9e50 Package: ros-lyrical-image-view Version: 7.1.7-1resolute.20260915.074449 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.20260915.074449_amd64.deb Size: 302152 SHA256: e3d89521251cd621c575e6a72eaad431e83033d8a2a83a007edfab7af2ff65de SHA1: 38983b36c359eca2c0752f676a87b36923ab20e7 MD5sum: bdb28512a7f92c4da6ca6f119fa98a99 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.20260915.074449 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 8945 Depends: ros-lyrical-image-view (= 7.1.7-1resolute.20260915.074449) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-image-view/ros-lyrical-image-view-dbgsym_7.1.7-1resolute.20260915.074449_amd64.deb Size: 8101572 SHA256: 40deb3ef435d7adabf237d87ed811c2484778c038f83f39a86ff6eb617edfaa5 SHA1: 13d188aa020be7066953bf45190754633213cd6c MD5sum: 228cba2f4b38800ae6d1442da0766cba Description: debug symbols for ros-lyrical-image-view Build-Ids: 19c78b7d7ef0e5783ac77f8d4e592caadd35e89d 1cf2877f6089b7cf0ad6b2d85a778862e4170122 1f079fa260b2b102c1fb6d6e0e0582882df68dff 47593a8dd1b3aa54073b211225db33cff677b58f a8ff58854f33821a5e3ad135611009fadcc76364 cd13ddc3254eeb8629fbc943e9f648e7d54890f1 f76d60fbacc1b22e761da2b8a87d7167e292bec1 Package: ros-lyrical-imu-complementary-filter Version: 2.2.2-3resolute.20260915.142728 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.20260915.142728_amd64.deb Size: 213270 SHA256: ec5e4fd1ff88fc50a9c3ce020773cbd595e0ab93c9940aca199a566e4dbacb36 SHA1: 738c1a4acc205319d139f8e6e85625e9514e4097 MD5sum: 6ea245dbe8da7794b1ffd63388a774d2 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.20260915.142728 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 4921 Depends: ros-lyrical-imu-complementary-filter (= 2.2.2-3resolute.20260915.142728) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-imu-complementary-filter/ros-lyrical-imu-complementary-filter-dbgsym_2.2.2-3resolute.20260915.142728_amd64.deb Size: 4053358 SHA256: 278c1e7622be012a83d5685af74d05eb597f66e5cea824a85af057f0f69c952e SHA1: 9d66c8c3445b313b8634343b60554514c850df3d MD5sum: a50b4f25fc75129a543bca01c4f321ef Description: debug symbols for ros-lyrical-imu-complementary-filter Build-Ids: 61cda628b0a3e3591079e7f3fe237d23500bf97a d9d7995a990856e54bca2379b729392bf851a51d Package: ros-lyrical-imu-filter-madgwick Version: 2.2.2-3resolute.20260915.145046 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.20260915.145046_amd64.deb Size: 234142 SHA256: e761a0955a47d41326ae9c2903da2f7f3b158313377c4ec875126d6a6abb1b6e SHA1: 0b26af72a4bdff918c18fe41d4039896b29eff43 MD5sum: d9fceb6fea19d2366232e93421cc737c 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.20260915.145046 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 5365 Depends: ros-lyrical-imu-filter-madgwick (= 2.2.2-3resolute.20260915.145046) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-imu-filter-madgwick/ros-lyrical-imu-filter-madgwick-dbgsym_2.2.2-3resolute.20260915.145046_amd64.deb Size: 4470680 SHA256: 97f42332f26a25f7f027d29fac69729ab9c4a79c8c56e713a96f34cedca6fa41 SHA1: 8cfc536a89cf9203fe05d83dc6615e87a4d7d4cd MD5sum: f7a0ed9e7b5dda536662725e3f376721 Description: debug symbols for ros-lyrical-imu-filter-madgwick Build-Ids: 145633cc3786fe098ac2fd63bfb725301dd0c858 2b45339784267d0d380ac8111087371d25b47466 Package: ros-lyrical-imu-pipeline Version: 0.6.1-3resolute.20260915.153825 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.20260915.153825_amd64.deb Size: 5714 SHA256: 3a36b17caabd3daa31b7cc7449a44a6f0f678d16d01ab5c925c1c62f4e205763 SHA1: 01628e361149405f7e9c0f2acd439903b129fffb MD5sum: 3d53f98f21c122227d5b1a4aba0daa2f Description: imu_pipeline Package: ros-lyrical-imu-processors Version: 0.6.1-3resolute.20260915.141532 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.20260915.141532_amd64.deb Size: 278868 SHA256: 87c40c12388258222ee8913e88e5b7c04f175addd11436020d08b5999869a77c SHA1: 2b56739fcc4e3e7d571b6438a20746ee5c6776d6 MD5sum: bcf4b8c8874fba4720a705a880c21235 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.20260915.141532 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 8550 Depends: ros-lyrical-imu-processors (= 0.6.1-3resolute.20260915.141532) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-imu-processors/ros-lyrical-imu-processors-dbgsym_0.6.1-3resolute.20260915.141532_amd64.deb Size: 6709778 SHA256: 55adf8a1a72246d6677ad10c7b711bd827eaab4fc18512d81712ed9fb4d66c1f SHA1: 03982aa2b46e80f7b8df69c70c87d1a7df387ee0 MD5sum: 7fb0a8c01d2c3c7ab231b5928465d533 Description: debug symbols for ros-lyrical-imu-processors Build-Ids: 0c5d116574b85a329b0c347a1b5c0b98b6cad128 1e3afe05caa990f650045d148476a5fb931d35bb 30646383c8e24f9dc71bf1050542f7dde9c6ff93 eff68b6aaf9e85dd3dc6b7268059a2ec9d121e03 Package: ros-lyrical-imu-sensor-broadcaster Version: 6.9.0-1resolute.20260915.094558 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.20260915.094558_amd64.deb Size: 100374 SHA256: fca8a077fa27bdabb086280c3be50264eb4e31385216d6e837f1601a2411066e SHA1: 2a31ff669af684e9a5673b49d0f2e9c8f12a3582 MD5sum: c7a2e7582588ead2c79d01a834767e28 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.20260915.094558 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1853 Depends: ros-lyrical-imu-sensor-broadcaster (= 6.9.0-1resolute.20260915.094558) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-imu-sensor-broadcaster/ros-lyrical-imu-sensor-broadcaster-dbgsym_6.9.0-1resolute.20260915.094558_amd64.deb Size: 1740298 SHA256: 22b14912cf14143ea4dcc6e88c38de3ff4937ca86dac482f27ce3f015df051de SHA1: ec30080d4c195124f65d4c235578efb67925b86e MD5sum: 2132c2a0cab2c090a035361615986f79 Description: debug symbols for ros-lyrical-imu-sensor-broadcaster Build-Ids: 107fa6221e356e6053cfa512130f4be054caa6fe Package: ros-lyrical-imu-tools Version: 2.2.2-3resolute.20260915.152129 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.20260915.152129_amd64.deb Size: 5482 SHA256: b514380c4df4df6c082652cf9da3828c0b85750cf1ac946177010fa7eea2e00f SHA1: 2e88461f3eed4fd9219a7072d7bee32eca1a7344 MD5sum: 2b44085e9286f3177441786cf24b6b3b Description: Various tools for IMU devices Package: ros-lyrical-imu-transformer Version: 0.6.1-3resolute.20260915.145457 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.20260915.145457_amd64.deb Size: 190754 SHA256: 9ce428381fd978ee26bef10808d4a85c0751462767e6c8fb106f1dba61328137 SHA1: f0d0877c9106078b69c603b7a78370a6f498111f MD5sum: 85cd401b0d3e9e570c610ddfeeb7f969 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.20260915.145457 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 5008 Depends: ros-lyrical-imu-transformer (= 0.6.1-3resolute.20260915.145457) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-imu-transformer/ros-lyrical-imu-transformer-dbgsym_0.6.1-3resolute.20260915.145457_amd64.deb Size: 4235818 SHA256: ca776eee915b6e1434d7b23353c0f2df7b35a2613fadfbf370a6db18b23dbac0 SHA1: 93d89928e7956f7d1e9a0006545155a7c5bdd9d6 MD5sum: 92c60fe00f2fc2569ce0d6f700bdc8fa Description: debug symbols for ros-lyrical-imu-transformer Build-Ids: 3315d37612cd9b0e92d2f49711325ce01cbc726e 6c9e6a8ab3fa8685f57a35139f075c01c40ee1b9 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.20260915.144429 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.20260915.144429_amd64.deb Size: 219792 SHA256: 0ec57bca9e0b398217ae383f3b2f268144e81fc898ba424db882da8eb37df7a5 SHA1: b31957782720cbe1a6bdcbf32711bc0aef8a16e3 MD5sum: 1da91675a59cfc7f43d961f0b4bf083d 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.20260915.144429 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 5418 Depends: ros-lyrical-interactive-markers (= 2.8.4-1resolute.20260915.144429) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-interactive-markers/ros-lyrical-interactive-markers-dbgsym_2.8.4-1resolute.20260915.144429_amd64.deb Size: 4611016 SHA256: 725fe723142d3fb22e583b361cd47e2a0be669e3ef732bb8f28292d8d96be2c2 SHA1: bb279eea7945b86ec196243481c3d3eb07f89db9 MD5sum: fb0f753bb43879bd6f60db96f5223238 Description: debug symbols for ros-lyrical-interactive-markers Build-Ids: 19c9b90798b6ed7a9663df115aadbbdece3af6f0 Package: ros-lyrical-intra-process-demo Version: 0.37.9-1resolute.20260915.072041 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.20260915.072041_amd64.deb Size: 408162 SHA256: d31c46c3d449bc9d77d6b10a0047b7e167da949188b395aa58e115685572d8a2 SHA1: c157df2ef9aee6865c09960d38a961a42c24e582 MD5sum: bfce1edc4c663b13c5d2c1d6993e1961 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.20260915.072041 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 15295 Depends: ros-lyrical-intra-process-demo (= 0.37.9-1resolute.20260915.072041) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-intra-process-demo/ros-lyrical-intra-process-demo-dbgsym_0.37.9-1resolute.20260915.072041_amd64.deb Size: 12715028 SHA256: a94564739fb640cfc84d6b3cfde49d3ea03b666b0d73200e2647b070ce0317ef SHA1: 94aafb58c4814652fab8a14af0c8a79d4f34e655 MD5sum: 5d15ad042057dddce92157776a09b139 Description: debug symbols for ros-lyrical-intra-process-demo Build-Ids: 3a7daa57c8130ebaeafbea1fdc5b4f5c80c39a27 52ea8bb3edb8a449c49d21a3254367ef10bbb924 6e7699d38d8a772fa4e9e0a8e0e25bb291ad26e7 78449a7b6de02bcd427c379da8c55003a5a044f8 7e8201c86cf759328ce937fa06e84e5a19ae032d b46ea845fa39ed8557e54e7f9b1b2c0c3bbe7626 fb495902e7b98d341ae897caf7153c994d350ae1 Package: ros-lyrical-irobot-create-msgs Version: 2.1.0-5resolute.20260915.045943 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-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.20260915.045943_amd64.deb Size: 906608 SHA256: 5a823bbf78dde55010ca86243ced3716b3da7871e53257190840853c12bc8fc9 SHA1: b52e6496e066e8b846c890405fa326dd1680850d MD5sum: 1a14c38cbf9d952a56fd4cffb643d851 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.20260915.045943 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alberto Soragna Installed-Size: 10054 Depends: ros-lyrical-irobot-create-msgs (= 2.1.0-5resolute.20260915.045943) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-irobot-create-msgs/ros-lyrical-irobot-create-msgs-dbgsym_2.1.0-5resolute.20260915.045943_amd64.deb Size: 6610904 SHA256: 6e03523d1fd7a4d0ccc5e13f9b33036dc7bcc27ceea69ba76067eefa7b6c26c6 SHA1: 8206b4041d42214569a846c3ffc7d1f8d93463ed MD5sum: 2ec5949c2b3546a9d7886a79bcd373c2 Description: debug symbols for ros-lyrical-irobot-create-msgs Build-Ids: 0bb4b19ed86328c20195a083a04b380ac1618098 284d66ddfa19bf28f38c7f9f5abc1a545ea8aaeb 2a7bc840b7a309bf7b8219d8319450d3de73918e 51f2c176374abb69ec60af3219a775b2d1d9012e 56f7b7ffd1b8154bf5ea3cefdca099fa93fd7d08 5a01609d0c6ee5bdbe9271272fef2aab209c6736 6aa03a2c0a55811c382b6582a1c9bea1343e486a 6c39b01a0bcaf4b45aa3104c6dfb24dbad0f1769 9bc453b4fa86df1fa015846c4f678fe88be6dacc bc32afbb7fd1ed448f5aa8f47bfc7dddf55f483f f3629f20322ad120792abed903f93a81373d0e43 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.20260915.090947 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.20260915.090947_amd64.deb Size: 83124 SHA256: 6bd5a9fef8d7fd521e042040d5574d5e9cc26920facdc12c994b93467a228637 SHA1: a00515833c38a52dc78ff754297ff6413490aa77 MD5sum: a2aa2ec2d1231a189084058bd4eaa6f3 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.20260915.090947 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1137 Depends: ros-lyrical-joint-limits (= 6.10.1-1resolute.20260915.090947) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-joint-limits/ros-lyrical-joint-limits-dbgsym_6.10.1-1resolute.20260915.090947_amd64.deb Size: 1022060 SHA256: 1a895c8d14834bfc85c43187d28f944fd88bc44677aaa6849233fb8e3e772ace SHA1: 52c9e1cbbfeff3b7c379952c7c9f62a77f12dd01 MD5sum: 6133079f256447a6698c4d8c6fa63f65 Description: debug symbols for ros-lyrical-joint-limits Build-Ids: 02ba13eaa77571defa8f3cbff862dd70a8afd9fe 29b88fc9ca29c5393182fe943eeef19a3abafc04 ceb59df84c26b0b3b72b1197ee4ea6e60094dc65 Package: ros-lyrical-joint-state-broadcaster Version: 6.9.0-1resolute.20260915.110533 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.20260915.110533_amd64.deb Size: 100524 SHA256: 2be1e25322c0445e638e90109029f0c927b375a7d4adb96ced6fba4e245e35f1 SHA1: b6ea0cdf52b058ee013ec02b3443715d32a42b5d MD5sum: 975826c5478af47bf7049078249c3c6c 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.20260915.110533 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1476 Depends: ros-lyrical-joint-state-broadcaster (= 6.9.0-1resolute.20260915.110533) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-joint-state-broadcaster/ros-lyrical-joint-state-broadcaster-dbgsym_6.9.0-1resolute.20260915.110533_amd64.deb Size: 1350664 SHA256: d56fb7de6d6ce1c7305b59c207462e2808f9e8e607d0a046d79aa2e09a6d9da8 SHA1: 5e5c8ca14f409433ebb113bfef8acdcaa851640e MD5sum: 478d0a31994550afa3989dba5c507637 Description: debug symbols for ros-lyrical-joint-state-broadcaster Build-Ids: d931618eabcecc49ce7aac57000126eec428fad5 Package: ros-lyrical-joint-state-publisher Version: 2.4.3-1resolute.20260915.065221 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.20260915.065221_amd64.deb Size: 19464 SHA256: 25e34ca047bb37bb3c08429e1ca981879bc0c84adfefb2a20c838640e96c99dc SHA1: 216132a9482e651646498b5264e172d05c58be06 MD5sum: a5e7839f63dc4536531772583e7b0dbf 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.20260915.075625 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.20260915.075625_amd64.deb Size: 17384 SHA256: ef9b881ae7347c924b5fe600d97f55e2e33a2db4d447cb0b4802bbfbdb46e9d1 SHA1: ce8344e5ff401c92db30cb2039dd1dfc2d8219ce MD5sum: 54ebbe7f4c5cc31cbe4e8f75e68b561e 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.20260915.092548 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.20260915.092548_amd64.deb Size: 127246 SHA256: 9196505726b2955a1e4bee24af7362cd4e808a59242c6c15c99855a143eb0ca8 SHA1: 5d00b31f14c461b526c0b5a8267dd8913e6aa7bf MD5sum: 3bbd9419ba9a416504d9841452beecd1 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.20260915.092548 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.20260915.092548) 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.20260915.092548_amd64.deb Size: 2218698 SHA256: 96ec4b4dc05ff378c5b230c043dd7326a61714184c458913b227b13987b1ee55 SHA1: 9656b1d2e1de20d8fe58e1fea41f3748285fb54e MD5sum: f2b9bf07509b6373dc621ef9152aac4d Description: debug symbols for ros-lyrical-joint-state-topic-hardware-interface Build-Ids: 4b4bc6b37d0066b378fae7fb940bcd73648f5258 Package: ros-lyrical-joint-trajectory-controller Version: 6.9.0-1resolute.20260915.151614 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.20260915.151614_amd64.deb Size: 348288 SHA256: 9fd644d835ce65c3a1005107e4a354f470991cf9d6113667b8edfddffdfca219 SHA1: 16ca0a3887319cb3660253a7498b1c92808f9bb6 MD5sum: cc205dec3ae186638252823b1743cbca 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.20260915.151614 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 6242 Depends: ros-lyrical-joint-trajectory-controller (= 6.9.0-1resolute.20260915.151614) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-joint-trajectory-controller/ros-lyrical-joint-trajectory-controller-dbgsym_6.9.0-1resolute.20260915.151614_amd64.deb Size: 5290650 SHA256: 28ec3de38be6ebf1dc4ca41811506e13b729a2410c8a2209d84872e2c70958b3 SHA1: c8932c4746a269cb6cde6b000671569dbb3221e8 MD5sum: b658907fb25ec659374e8031f225dbca Description: debug symbols for ros-lyrical-joint-trajectory-controller Build-Ids: 574313b50e237b064f455c5653bc960b14881ef9 Package: ros-lyrical-joy Version: 3.3.0-4resolute.20260915.073318 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.20260915.073318_amd64.deb Size: 200922 SHA256: 4306c00a21a09465b5b1ee63983cc6ba0ab1b07bf0a53ee18ef11b21127ff39a SHA1: e18fb2f735f1f2ca0bbb23842ee0a84675db05dd MD5sum: dca1d4ef66423404ca183cef4e7d7a40 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.20260915.073318 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 6089 Depends: ros-lyrical-joy (= 3.3.0-4resolute.20260915.073318) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-joy/ros-lyrical-joy-dbgsym_3.3.0-4resolute.20260915.073318_amd64.deb Size: 5024550 SHA256: 66c7ee1891339fe1e5dc78ea315e940a3757919f8e69cbaf3ae14e6e8208bdfb SHA1: 2cd21e9071612a025ad103444a6ebcb0376e5d0e MD5sum: b5026072bc7a32307c53815fec15345b Description: debug symbols for ros-lyrical-joy Build-Ids: 1bc083bd504e3df3012d4c5f6b2915f68c8802fa 4992b0cb6a3c918497e51d49ae3137dfd7412d87 9732b4045a5d52dd40bda4322d31be73c1859dc3 c91cc291cf1a2a8d5a8959700cc244ebd9410ced ff9a66e5d0568850b31c7fe9f9b26d58701e2f4f Package: ros-lyrical-joy-linux Version: 3.3.0-4resolute.20260915.072330 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.20260915.072330_amd64.deb Size: 131660 SHA256: e06d9ed45045efa5ae5fe4abeb4ee96eb673d335760c9a757fbd2d1dbf0f225a SHA1: 1d845e77c4b91b857b26f3f3abe409fd7271bebe MD5sum: ab2f1d3377b5cc90b5e29afe0099ee9f 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.20260915.072330 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 2691 Depends: ros-lyrical-joy-linux (= 3.3.0-4resolute.20260915.072330) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-joy-linux/ros-lyrical-joy-linux-dbgsym_3.3.0-4resolute.20260915.072330_amd64.deb Size: 2252920 SHA256: 526f1ffa618ee9031e6cff28c7fc3293bc582322c59e33646cc48149c1c7b25d SHA1: e14484bc987ea5f3fc4b1499a5f81206c43ce0ac MD5sum: 0021d6913e692fe3fe87e93acda15d18 Description: debug symbols for ros-lyrical-joy-linux Build-Ids: 8cdf6eeecb6415ae1f09a9ee30d63668c05e1574 Package: ros-lyrical-joy-teleop Version: 2.0.0-3resolute.20260915.064726 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.20260915.064726_amd64.deb Size: 20690 SHA256: 1efbf024024f2fdc75a65dcf5b6aa474d07a780214730672e71a6582e5ee57aa SHA1: ca82ea0d30fe7a14cecfc8b71dbec602117b5568 MD5sum: dadbee385d181299f4ae7f9fa865d011 Description: A (to be) generic joystick interface to control a robot Package: ros-lyrical-joy-tester Version: 0.0.2-5resolute.20260915.073053 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.20260915.073053_amd64.deb Size: 7696 SHA256: 2fab3a80f49e563ff7df375bbfdf3790ec84a553d3ec0c9b5a6fd9096210cbef SHA1: 8fadeca6787b17b16fc2ae61fe37047fbfafe74b MD5sum: df4c5e1d8e7210b62847ff4d08b86e66 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.20260915.075354 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.20260915.075354_amd64.deb Size: 5956 SHA256: b8f6968eace18de21722df62a0b82888df5663451a55d5f1b42d535cd7a6b940 SHA1: 2b60fc56052d552b2a3bc559e331999c42bf79cd MD5sum: 2619d55085f708e70c7c771ac507d028 Description: Metapackage that contains commonly used messages for jsk-ros-pkg Package: ros-lyrical-jsk-footstep-msgs Version: 5.0.2-1resolute.20260915.051936 Architecture: amd64 Maintainer: "Ryohei Ueda" Installed-Size: 3548 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.20260915.051936_amd64.deb Size: 232524 SHA256: 0f17c04c4e69564dd8b7d8b15782aa8b36d1f7d8831bee04d2333c58803f7e22 SHA1: 9782c54878300c306727cf9028220739f7a31f49 MD5sum: 8fcda660976445eae473e58535ffe240 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.20260915.051936 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ryohei Ueda" Installed-Size: 2165 Depends: ros-lyrical-jsk-footstep-msgs (= 5.0.2-1resolute.20260915.051936) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-jsk-footstep-msgs/ros-lyrical-jsk-footstep-msgs-dbgsym_5.0.2-1resolute.20260915.051936_amd64.deb Size: 1420666 SHA256: 7c3975d696c636456c410ecd38fec086ccc36eac2228468609ff8e03ebd8aa43 SHA1: 4ee44c3c1383aac00320ff09aff4cbe4b40a78d3 MD5sum: f792c8bf5429d58efcfb13d6d3ef8e6e Description: debug symbols for ros-lyrical-jsk-footstep-msgs Build-Ids: 19c23d874275e3bdaebb82fc1e3910fd98fc7c2b 1f4a1e657938d88c281b4513c2bc8872883a8343 2810a26084471465e8c52bf96820eb8479957e73 2b5d5c86a42691db0bbcc9209eb19734387f3c08 4f9e6ce85bff13227c784ae91b7eec8efb33423b 73954581d9b6cce83b6ba33e3bcb19fd9e0315e4 83fb4a32d0e13878e3a06d0e83c869ff8ab3f255 a964c400a0e13e49177ff7c5dad0e77eae9a90cc c0d8b0281016f9610fce177e71af564a14067410 e12b85d114768ab142f7a376ac205b51b9df35bc f4ae8d35ee28fa47f133b4a066de1c301abb632a Package: ros-lyrical-jsk-gui-msgs Version: 5.0.2-1resolute.20260915.052758 Architecture: amd64 Maintainer: "KazutoMurase" Installed-Size: 2655 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.20260915.052758_amd64.deb Size: 212902 SHA256: dc90b1d6b7129f60840f3389eef93ba13c0465e25f8b8ae94192a22286314f67 SHA1: 82d2e6c2936b81e3cb2035958832708a4e3770e5 MD5sum: 02beae05fb4adfef1d409a11b16c9ee5 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.20260915.052758 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "KazutoMurase" Installed-Size: 2295 Depends: ros-lyrical-jsk-gui-msgs (= 5.0.2-1resolute.20260915.052758) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-jsk-gui-msgs/ros-lyrical-jsk-gui-msgs-dbgsym_5.0.2-1resolute.20260915.052758_amd64.deb Size: 1742646 SHA256: c2a36124ca0defd255ca4992af134830ca8f63f95213c727946ddae0bb04f4a4 SHA1: b93fd6f93e162e10f51a911d2618a9cbe11f3ed2 MD5sum: aca4aca6790eda2702ded132d8694e1e Description: debug symbols for ros-lyrical-jsk-gui-msgs Build-Ids: 0fdcc4d5f71fe24a852289ca66d643f12b7ffa2f 18a0f68061d253d7db430cd4e3b7af954d658649 4b18e41bdc6584c9f8e23c788f8f50f4f62c4dd6 8f097f9e0c617bf134f69772b52dc8e80aaa46d1 8fb10749fb0d82e2144939bec1802f682f3c7991 9195d560d53cc10c185a2ff06aeb468150420c59 b9702425142a0f14d2a7f749a13afb4b290be680 bdd028f7ea8f368be17232b0791306661952a8b4 d2bdf1b9a0f3a088f91f47caf6d9cb4e74a901a7 d9286933f4f674df333d7d2614245844ff8d34e4 e61facccc4840470842ad3f3e1321cfac20c3ff5 Package: ros-lyrical-jsk-hark-msgs Version: 5.0.2-1resolute.20260915.045147 Architecture: amd64 Maintainer: "Shohei Fujii" Installed-Size: 495 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.20260915.045147_amd64.deb Size: 53408 SHA256: b1e2311d50659f60354c6b26a214cdb08e610b30aa9efb94d59f729c29cfc27a SHA1: 0d8013e6cddf8cfcd7442b301fc9e05fa020bd09 MD5sum: bdbf6fc843f6f7d14db5a842b4245bd6 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.20260915.045147 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Shohei Fujii" Installed-Size: 374 Depends: ros-lyrical-jsk-hark-msgs (= 5.0.2-1resolute.20260915.045147) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-jsk-hark-msgs/ros-lyrical-jsk-hark-msgs-dbgsym_5.0.2-1resolute.20260915.045147_amd64.deb Size: 230222 SHA256: 90a57a245d9f37cbe865e3501c05281f7efe094d6bcd8818fd93042537b61798 SHA1: cc5ff93ebcea4232242036be6c0d1c0eb32846c0 MD5sum: e9264755c840d91bfaa7c5c36722c3de Description: debug symbols for ros-lyrical-jsk-hark-msgs Build-Ids: 1bbb47b8f82f0e80964a0acd5f7fde20b4b4aa2a 26d9a34585a3ea6f15214eb4a0e9051bb62a1cbf 2a8affedc84d619fc0ad7b7c05ce7f2ed3c5c9fa 3615a6da5668f7cbbf0f9c0abf7fbcd6a5f96b70 3679014b13617fd2c282bde8ab70e48715c232df 37fe9a30be7bcbd8585140decff93de18d2f46e3 6917d1b23f04e1d7fb0694d85e08ae830107822a 78c6a1c41a0e61efe316350bdfd83adfd0e181b6 f0c5e56798b08fa7a8ff9ec5f00ff7bdb779233c fd1b7d3014f5c6cb0b77586252225e8f93622f52 ff6f02bc0acbdeb0a948b92060ad49725107a579 Package: ros-lyrical-kartech-linear-actuator-msgs Version: 4.0.0-5resolute.20260915.050956 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-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.20260915.050956_amd64.deb Size: 230210 SHA256: 11efa4c91cc4643a7ec1102d3e9e1da893f6c37c30c801b3c944e0de2193024a SHA1: 76f93f583250322c18f48a7a83b3dccffd25b201 MD5sum: 67893d14b4d497d05cccafea6ebdc374 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.20260915.050956 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2721 Depends: ros-lyrical-kartech-linear-actuator-msgs (= 4.0.0-5resolute.20260915.050956) 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.20260915.050956_amd64.deb Size: 1977424 SHA256: 7cd4f7d3b0f72f4fa7729b299d3245b7625895fd7ae844a7688974d0d53f0bed SHA1: ee6ec572380d983059d8b8823e4560eb135f06c1 MD5sum: e75dbb3be47158c0b7cecc686c06226a Description: debug symbols for ros-lyrical-kartech-linear-actuator-msgs Build-Ids: 0e593dabbf13db7c7f70ab3504e3b168e19f389e 20a79924467912197e506288e84741d646ee785d 3745af3e421707f084561216103850736e4e1b32 437ed06048fa214e76c603084ff0286a7b53da8f 642f26ccf1b1b877dc6270b9aa994de8b8cbe296 6a47b968307a08dd2a61a1bb7122bd50c97ed72e 775937920bccf6b16e5f968f2d1a7f8bc054acfb 82fcee708d818861ddff7bda64338ddf26dce28d c47677128113306bc615c9639c8e851a3ff2403e da9d4bf410ecf7a94802c7029f03da0223a0f1cd dfec62d29d10bc7d2fb77439b5fe6d0f453fdc78 Package: ros-lyrical-kdl-parser Version: 3.0.1-3resolute.20260915.060157 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.20260915.060157_amd64.deb Size: 21120 SHA256: 3416bfcf106acd1ffc15c064bb721c728bf363e1c02f2d7e53361d524dca9fd2 SHA1: b9cf8ee3940397a4bf07717b398799064d874df5 MD5sum: 5f00d3a4a1ccbcc2bbba6d4535b75b1d 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.20260915.060157 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 193 Depends: ros-lyrical-kdl-parser (= 3.0.1-3resolute.20260915.060157) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-kdl-parser/ros-lyrical-kdl-parser-dbgsym_3.0.1-3resolute.20260915.060157_amd64.deb Size: 171256 SHA256: df10c587cee503870945f9fbea9916a9d4c370df814b8f0520aeb95becb367a3 SHA1: 8faec71ec166ae528f5d11f231e98dffd41a60e3 MD5sum: ffe791e5123a77a180d509aec92896e2 Description: debug symbols for ros-lyrical-kdl-parser Build-Ids: 24222551096a0de510ca0d4c77e2914d2fd19ea9 Package: ros-lyrical-kdl-parser-py Version: 3.0.0-3resolute.20260915.082349 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.20260915.082349_amd64.deb Size: 8200 SHA256: 9ddcdac1c2d15cc044f54410b8fd4214424860fc09d104da857f44bee6fddf4b SHA1: 16550235eba7a16f24b02d23ffa67728b1b47617 MD5sum: f0edfa8611dae295103bc9be480c1060 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.20260915.072156 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.20260915.072156_amd64.deb Size: 11208 SHA256: 7b20c48459e797fc40e5b917b1243a3bd8aa22eca6ff9e51166b288a0938ca3a SHA1: 6e419e1d35b3ab047b8210c923386e06133ad816 MD5sum: 79624a79902a99c42ec24b48b4db014b 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.20260915.080449 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.20260915.080449_amd64.deb Size: 16918 SHA256: 048f49d340e723512b5ddc8e5cc860f9e0c576c85020fb3bcbde35ff8d26889b SHA1: be671efb9929d6bc709c6e06a8e912dffe2e31b6 MD5sum: 7de296cdf4b91989b645902dccd66a45 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.20260915.080449 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 183 Depends: ros-lyrical-kinematics-interface (= 2.4.2-1resolute.20260915.080449) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-kinematics-interface/ros-lyrical-kinematics-interface-dbgsym_2.4.2-1resolute.20260915.080449_amd64.deb Size: 162904 SHA256: 7981d499e164b9a1d0a3cc98206b12b91f1ae76c1d7aa3497390b9631c58f71b SHA1: c44e9a0233a52f6c0ba148883cf54f0a2d36994d MD5sum: 9cf8f34ad03bbab8dd281e776522eecc Description: debug symbols for ros-lyrical-kinematics-interface Build-Ids: 91b352a18730291c2c500c3b624f9eda69787884 Package: ros-lyrical-kinematics-interface-kdl Version: 2.4.2-1resolute.20260915.135520 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.20260915.135520_amd64.deb Size: 57616 SHA256: 43d6a791c23b612b0ece61762570f59be7cbe62215d76fe68b7604e83c7e136c SHA1: 8f3b8c3a20e6d3c5c91f138d7506dd41c61f3db5 MD5sum: 73fe0fbd2bf8847c9269517d1e7a43f7 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.20260915.135520 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1962 Depends: ros-lyrical-kinematics-interface-kdl (= 2.4.2-1resolute.20260915.135520) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-kinematics-interface-kdl/ros-lyrical-kinematics-interface-kdl-dbgsym_2.4.2-1resolute.20260915.135520_amd64.deb Size: 1936976 SHA256: 879637f04653ab566f5c8c22cff1b6899cb4b77e3106d3ebdeb07d000bccc76d SHA1: 5b5731f664489fcbe58b43e50d3b79585e038716 MD5sum: 1e5180898b912efe918f32efae9cff1b Description: debug symbols for ros-lyrical-kinematics-interface-kdl Build-Ids: 39f4b5b9683b90d2970efbd9ea26fce3ed1b7ebb Package: ros-lyrical-kinematics-interface-pinocchio Version: 2.4.2-1resolute.20260915.090920 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.20260915.090920_amd64.deb Size: 105720 SHA256: 4e406012eb6d443eadd4bb7c08efa99466285b53bb412e35955776cad89c4651 SHA1: 7b04d2a2951ae37d3cc25fd906fac86f0ee26cdf MD5sum: e10b2f1ff9fe5e2d6159be6c6f473814 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.20260915.090920 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 9593 Depends: ros-lyrical-kinematics-interface-pinocchio (= 2.4.2-1resolute.20260915.090920) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-kinematics-interface-pinocchio/ros-lyrical-kinematics-interface-pinocchio-dbgsym_2.4.2-1resolute.20260915.090920_amd64.deb Size: 9503926 SHA256: 16be20ab93d015660e96979436e8c3fe6d95bed362bcc41b98f7b789c8f35a26 SHA1: 86806616c81ea290808ff33ff90dc24f6908e790 MD5sum: 5961faff58c296df6ae329ea1adfdb25 Description: debug symbols for ros-lyrical-kinematics-interface-pinocchio Build-Ids: 9e86aeb4d2228d645e10153c38f1a2a69c2e40ac 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.20260915.044019 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 4287 Depends: libc6 (>= 2.32), 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/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.20260915.044019_amd64.deb Size: 313760 SHA256: 0dbf049103c42a58cb301484308644a51bc3de7081eccef79eaa903b4febb638 SHA1: 9f69799994eae5a74fed4b005968105dcc6e60be MD5sum: 4139756ee6732d5482f7f7d63fab1264 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.20260915.044019 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 3428 Depends: ros-lyrical-kobuki-ros-interfaces (= 1.0.0-6resolute.20260915.044019) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-kobuki-ros-interfaces/ros-lyrical-kobuki-ros-interfaces-dbgsym_1.0.0-6resolute.20260915.044019_amd64.deb Size: 2525556 SHA256: 609928f6f2dc0461f89312155b4de0a08412b473db5f31d7150074a31d666f2c SHA1: 3561b1ecff8248d7f1c42c406031ced6a6b7cee5 MD5sum: 75ad0c14c6e8d6d303b97d0fc7c354fa Description: debug symbols for ros-lyrical-kobuki-ros-interfaces Build-Ids: 1b7be7117b1b34565ab90c7b4e3abdd6543849fd 2a821f20178c566d8310da6fed79647c41f3e62d 3541e87593a27c61d170f71e61e5e9ce57cda757 491aede68c14cb9c8c46ca5047ab7d020e482e9d 74fda08ccb09eec3fdb832fe83842fe36a6f3583 7ac8afd8b0979d442f0dbdcc78580108a59cc687 8755d87956a2f8cf1f72be24d60d7737829bcb18 d1b38c58c631e148c7535cbe7bdc2b93f6724d01 e46f616d802e8dfa87776b99d6c18326dd283a4b edb4d0cb99c6eb002a89d63e6371b6369c2a72b9 fe57bb1287861931166d891ab2a4ae8aed124714 Package: ros-lyrical-kompass Version: 0.6.0-1resolute.20260915.154856 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.20260915.154856_amd64.deb Size: 184136 SHA256: 3474d81166d832edf25f32db98354db6008e97ee37967910ae8fd619f8665659 SHA1: 9a8b474d4adcd7c0aa7668485e4cb63b76705bfa MD5sum: 40a24cd124ec5009f73ea999feba5c7a Description: Kompass: Event-driven navigation system Package: ros-lyrical-kompass-interfaces Version: 0.6.0-1resolute.20260915.052247 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-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.20260915.052247_amd64.deb Size: 920244 SHA256: 33d797f10611f5ef7489c9c0646bc2aab023b6e1213ff7861f7d1ab8705b3a8c SHA1: 5653dc8341e982de71d573372d7dac860d7eec4d MD5sum: 064bb7f0b384e16487fc6d225f70352b Description: ROS2 Interfaces for Kompass Package: ros-lyrical-kompass-interfaces-dbgsym Package-Type: ddeb Source: ros-lyrical-kompass-interfaces Version: 0.6.0-1resolute.20260915.052247 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 10369 Depends: ros-lyrical-kompass-interfaces (= 0.6.0-1resolute.20260915.052247) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-kompass-interfaces/ros-lyrical-kompass-interfaces-dbgsym_0.6.0-1resolute.20260915.052247_amd64.deb Size: 7157184 SHA256: 0d573d6873f70fd672646e211631df3223f3671806b800aacfff308b3da555bb SHA1: 3264599c5c183a4ea869373d46c6cb24e33b2509 MD5sum: 15581ce96eba23852847cff092e5caf3 Description: debug symbols for ros-lyrical-kompass-interfaces Build-Ids: 0c0b666a2123fe4ef07fd7359ff1279e3882e172 25771358dd273750dfeeefb2321e73a5ad404d56 319c50037df6afbce130a027a0d7741fd7e9999c 3b9d7bf67c748107df5765810a66578f023d00bf 3ff502735b8c6aaa91d8a2d457b5dae5207a71fd 442a999b0ebd1ae2aff1bf0cc3b401b394837824 857964b4addd45fec5eb7cb86b42848b68944083 957d076f28fbe15a5cd1dfbd991917fa95f46b0a b7fc2e07ced99f0b966d4a6406e13391c4df0931 c2b72ffd4f31c698b4ea053d8596589ca3738b61 e2d99fe310ff22c9d7aafd82870523273ab9cdfa Package: ros-lyrical-laser-filters Version: 2.3.2-3resolute.20260915.143526 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.20260915.143526_amd64.deb Size: 558082 SHA256: 948a99cc9d4cb2936e4d1f6a511106d3d1550a36d803df4b091d20f9867cf496 SHA1: 9553b1d02a4865eb7d115aaa6d8e7f82784d5038 MD5sum: 79508e5aa648bc2025e7f61880f01352 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.20260915.143526 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jon Binney Installed-Size: 13193 Depends: ros-lyrical-laser-filters (= 2.3.2-3resolute.20260915.143526) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-laser-filters/ros-lyrical-laser-filters-dbgsym_2.3.2-3resolute.20260915.143526_amd64.deb Size: 11281240 SHA256: 02fc967100b6ab0f075a024cdefc0d679417f5a4d0336cfcbf1658db3ddbab49 SHA1: a3ade1f8fc20d6c7cd1500953906772c1660acc6 MD5sum: d3adc4b0c4e16b77640a69193dbf6a68 Description: debug symbols for ros-lyrical-laser-filters Build-Ids: 4d436d1eba89349db61c6b06bbaf16ae46dd2274 7c4bd775e55a799442e6647aa0630ea363626754 8b6ec19ea0b5c4179999ee8ae7557fc8e59eccc1 997e92d94f28ae869eb9bf14b07a3d152e2075f8 9c7fea8d6a6bf2a7af4ee232cee52be64a608595 Package: ros-lyrical-laser-geometry Version: 2.11.3-6resolute.20260915.135129 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.20260915.135129_amd64.deb Size: 30160 SHA256: b9b821571007260aedfb132cd6ef66a6d30c5252339ae40f585142ba9d5d9bb9 SHA1: 8ff14974c5990087d260f1c0f6a2c195b92b8624 MD5sum: 9802f3a0cab439bfe65cbc0ee7b8824a 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.20260915.135129 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 222 Depends: ros-lyrical-laser-geometry (= 2.11.3-6resolute.20260915.135129) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-laser-geometry/ros-lyrical-laser-geometry-dbgsym_2.11.3-6resolute.20260915.135129_amd64.deb Size: 202456 SHA256: c55c580342cb5b2f06dcb2e1970e2a1efd4ea9b0c2488fa844bcfb625a580429 SHA1: e50901ac7831e2fecee509edabf0541be635ed25 MD5sum: fa45b09d16bb24dfa3f256661b420604 Description: debug symbols for ros-lyrical-laser-geometry Build-Ids: 9d55d64f3343bf0bc3ada035cea6092746c11206 Package: ros-lyrical-laser-proc Version: 1.0.3-3resolute.20260915.073325 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.20260915.073325_amd64.deb Size: 155304 SHA256: e57e73163f38d461fc55bed5273f6e5a6608c72a44c5e0c15be836b6a4360e7e SHA1: cf4b3a67fdcc2d3104aa47b77b0d985bf54fdce8 MD5sum: da03d4800784a1e8981c173d9f16f807 Description: laser_proc Package: ros-lyrical-laser-proc-dbgsym Package-Type: ddeb Source: ros-lyrical-laser-proc Version: 1.0.3-3resolute.20260915.073325 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chad Rockey Installed-Size: 3516 Depends: ros-lyrical-laser-proc (= 1.0.3-3resolute.20260915.073325) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-laser-proc/ros-lyrical-laser-proc-dbgsym_1.0.3-3resolute.20260915.073325_amd64.deb Size: 2997830 SHA256: c37cb0792d7e80978b018a3af786f1e73ef20caeb0ddce90634a38c3aa29eb6f SHA1: 4543c40c306a380df8244d9e167ada478e6ee830 MD5sum: bcf8eb64ce1b671d7fa5392b176db78b Description: debug symbols for ros-lyrical-laser-proc Build-Ids: 21ddb966a6350f0199da38b7a862ac1f38534025 86c961b4c17530c95bddaace16ad6944db3a5eb2 b09b7f39a1e408ac86d8a754a3340f027c2c241f Package: ros-lyrical-laser-segmentation Version: 3.0.2-3resolute.20260915.073232 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.20260915.073232_amd64.deb Size: 178650 SHA256: d16b56cb4fb34e0600cb51410125413d5b12a57b69229a46016959a9245d35fc SHA1: 28d733f8f0642283783a8c7a0629e6650b78ec3d MD5sum: d63a53dfc50690315cd1d59df6a5ce0b 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.20260915.073232 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alberto Tudela Installed-Size: 3754 Depends: ros-lyrical-laser-segmentation (= 3.0.2-3resolute.20260915.073232) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-laser-segmentation/ros-lyrical-laser-segmentation-dbgsym_3.0.2-3resolute.20260915.073232_amd64.deb Size: 3232632 SHA256: d1d06aeb798b92b6443bd3ae5b9d6b88bc655ec947c1f3bbf6e905e12703cc17 SHA1: 394e302e68d5e9e74f1d7da5f83f66b5207607ee MD5sum: e6121d50d36e66fdae4db43da7596ecf Description: debug symbols for ros-lyrical-laser-segmentation Build-Ids: 528cc6fa34b1120d63da273779b0420eae719d99 863eaf4fe47837b06bb1449263f21d4afd00b6f2 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.20260915.081139 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.20260915.081139_amd64.deb Size: 57946 SHA256: f6a50ec3184287845773ba9badfa4172ff9da967fc6b1c9148bb4b47328766c8 SHA1: 1fc1fa5fb7b0fb7377d0d1dbfa1be4f905cb83f4 MD5sum: 1dd927f6ae9e3f4a8f229f5edee25e7a Description: Utilities for launch files Package: ros-lyrical-launch-param-builder Version: 0.1.1-5resolute.20260915.075617 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.20260915.075617_amd64.deb Size: 9568 SHA256: 250b56bf6484062cdc08db2bf6188ef4f4c7d15fe1285f96cd3ba9683ba83cd2 SHA1: 87847295d8a764c6a36c029c62b8ff92c665ef8d MD5sum: 0c1dbe5b9c77ee491898855125a7a57b 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.20260915.064616 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.20260915.064616_amd64.deb Size: 97318 SHA256: c966bb80710c833d1a83a44e431adcfe519406e62b8fda21af821f4d5be2cd5e SHA1: e024e1f89d5f5ade270ba630bb1f5678130f302f MD5sum: bd84e7318f3dc97bc7becab8624400d0 Description: ROS specific extensions to the launch tool. Package: ros-lyrical-launch-system-modes Version: 0.9.0-7resolute.20260915.072004 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.20260915.072004_amd64.deb Size: 19670 SHA256: 26e6dd9b679455a982ffb2c0293680ceaf424b50fb2b5f4f6ac6599ffee0543f SHA1: 7091a93bb24d26e4582db74fe5863965dfa870c0 MD5sum: 9602163c08a2ca8b07ab9db5f229b326 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.20260919.194229 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.20260919.194229_amd64.deb Size: 14358 SHA256: c1f21e08b97bfc910abbfca2d80625242737552518ab0522d06c497520c50c94 SHA1: d72c51c869985e946dd2a6e5bfd669ff9e57a5ba MD5sum: 3e77543f741dfba9f0d320404c03809e Description: Examples of simple launch tests Package: ros-lyrical-launch-testing-ros Version: 0.29.9-1resolute.20260915.073741 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.20260915.073741_amd64.deb Size: 24008 SHA256: ab09d6049b22305eef27518d74ec2e8a52f65e2bdff94a0a268b1af39c043550 SHA1: 5e15c2fcc5fb641cbe9bb69d8b90f01090122ae6 MD5sum: 7058cb4f2d43424c9198899f6e36ed8d 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.20260915.151240 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.20260915.151240_amd64.deb Size: 5640 SHA256: 01a4b9aaed12862d6af9f8bc00e57b5628c765b78e99db108afa3075f31459f7 SHA1: 05c8485c8c6aa7613e97b41a9f6a0f6bb3fad6d0 MD5sum: e6db347406ad6d5a9afed157f8a18be3 Description: Metapackage of software for Leo Rover common to the robot and ROS desktop Package: ros-lyrical-leo-bringup Version: 2.6.1-1resolute.20260915.150608 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.20260915.150608_amd64.deb Size: 20494 SHA256: 4a1fa124464a28e2724ecd9ed8427f2616292be5bbcc714cfe454f5626a96405 SHA1: 8553d5e3b35d5f3307b853b448d6bce44bc24980 MD5sum: e36ea861e67383bc83f206635b051fcb Description: Scripts and launch files for starting basic Leo Rover functionalities. Package: ros-lyrical-leo-description Version: 3.2.0-3resolute.20260915.143225 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.20260915.143225_amd64.deb Size: 5705290 SHA256: 0f9920abecb6aecbc30db0f7c0d25417c359ac1296dea0d166ecce56bfe39546 SHA1: a58e68e7d89f631f78ce0cef9891620a66a634ff MD5sum: 99c31a2e83558442f0cbab653b3a8ed4 Description: URDF Description package for Leo Rover Package: ros-lyrical-leo-desktop Version: 3.0.0-4resolute.20260915.155939 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.20260915.155939_amd64.deb Size: 5544 SHA256: 83ce058ee77db6cc9fa2853b80f5a99e1ec825cac743fcf2b7c02edf98096e12 SHA1: d3ad7346c0976a2818421cdfedfccdecec7d2fe3 MD5sum: 9f2bf9a1cf0b5acae13302a580f0151b Description: Metapackage of software for operating Leo Rover from ROS desktop Package: ros-lyrical-leo-filters Version: 2.6.1-1resolute.20260915.142743 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.20260915.142743_amd64.deb Size: 254918 SHA256: d75d7cbb04c3c392afe72887f727ed1fa2b5d681390a603817851fdfc5bde25b SHA1: e3377744156b1d31232a2f1df8e76746037ca75f MD5sum: 0dfaaeada234b2354de5cea9eff6c338 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.20260915.142743 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 6509 Depends: ros-lyrical-leo-filters (= 2.6.1-1resolute.20260915.142743) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-leo-filters/ros-lyrical-leo-filters-dbgsym_2.6.1-1resolute.20260915.142743_amd64.deb Size: 5418488 SHA256: d38e11575e3d95cbb5738cd1afe750f649e85c2b54eb7ed9fc0932537c2b72a4 SHA1: 14423045b9cf7f7fcd13dbdc90de0213954d0da9 MD5sum: 9123454a42757cd4d42fb3d513a8f949 Description: debug symbols for ros-lyrical-leo-filters Build-Ids: 773b88937c8173d574832ad305521575c990ec29 e600ffd7cdd489b8c344d29eece4d82190e94974 eba6564a3d5a85c34010472a7273f7ae933e6f6b Package: ros-lyrical-leo-fw Version: 2.6.1-1resolute.20260915.075810 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.20260915.075810_amd64.deb Size: 402110 SHA256: 3a0f74893123fa80be96ec95fbb9f56ad1145cb434c1efc1bacb7ec48dab2532 SHA1: 6202dbb7d8aecfa34dcb1e9a6a33730a4c97810f MD5sum: 3437e7443a036c5c994780ed1af15d71 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.20260915.075810 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 6387 Depends: ros-lyrical-leo-fw (= 2.6.1-1resolute.20260915.075810) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-leo-fw/ros-lyrical-leo-fw-dbgsym_2.6.1-1resolute.20260915.075810_amd64.deb Size: 5029550 SHA256: 62353608b3e0d6e220536e20166e4d9f64e09dafa28f7a1eec933892e980bdc9 SHA1: d779beae54e02d1a996f68f3fccc5a0410e08be0 MD5sum: 6f402c951e269d30922bdf3e624ad049 Description: debug symbols for ros-lyrical-leo-fw Build-Ids: 18442455099719af9bb7b10fcba1f91009fcd14a d96b3966469925753ff14b0092a3907101eea1b9 Package: ros-lyrical-leo-gz-bringup Version: 2.0.2-3resolute.20260915.153517 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.20260915.153517_amd64.deb Size: 8440 SHA256: f5cb37cce00d527750a3cb8c21e4f92f5cbbac517e1ab86948b32e229d052ad9 SHA1: 06c79c3edbbbf44cb1b20dc58e2565c4ad22fed6 MD5sum: 46a5d3eb9b597a08c6b405e2f8c8929a Description: Bringup package for Leo Rover Gazebo simulation in ROS 2 Package: ros-lyrical-leo-gz-plugins Version: 2.0.2-3resolute.20260914.224957 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.20260914.224957_amd64.deb Size: 137800 SHA256: 29065093fa8a2ac273915eda058bff9a13ee1b453d5b15d2f937cce76971992b SHA1: 85cd62bc5127b8c3dbcfab272b855e0e1027e43c MD5sum: e7afe507fa6e717e108c92b9b950450d 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.20260914.224957 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fictionlab Installed-Size: 4121 Depends: ros-lyrical-leo-gz-plugins (= 2.0.2-3resolute.20260914.224957) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-leo-gz-plugins/ros-lyrical-leo-gz-plugins-dbgsym_2.0.2-3resolute.20260914.224957_amd64.deb Size: 3111624 SHA256: 76dbc833437f5ba69f01ea6316590b13736a177f59a372ccca56e52c56aff557 SHA1: b90b5c32015851b01311a2ec736557905e1c6d1c MD5sum: b7782f97da40e1d0bee27a9404fff22d Description: debug symbols for ros-lyrical-leo-gz-plugins Build-Ids: e707866b483c37f8497f8c26d87f0e29062c5b42 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.20260915.051004 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 1096 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.20260915.051004_amd64.deb Size: 91654 SHA256: 03ac6de9eecb394b065879a9440206e98099d935d9467ac41a3ee69055ce3b88 SHA1: 3165873cb355edf3a867555276de0af11fd28309 MD5sum: 0f12afeae71fc714c72eff02ac32b699 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.20260915.051004 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fictionlab Installed-Size: 799 Depends: ros-lyrical-leo-msgs (= 3.2.0-3resolute.20260915.051004) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-leo-msgs/ros-lyrical-leo-msgs-dbgsym_3.2.0-3resolute.20260915.051004_amd64.deb Size: 559126 SHA256: 62a945bf5a541c9b9823dd4b81cceeac3685260932900cfe0cd47adf24736b4e SHA1: ebfd45127f672cec8c1f79c9943dbbbf41be3c06 MD5sum: b436e529f254ff9c6049206d73b6a4bb Description: debug symbols for ros-lyrical-leo-msgs Build-Ids: 137afaae71209e57e1433bd7f3813410f69c9d20 3e2c750d271aa043234f9a0e3f473d68f3b4fcc1 5551edbe7e536b4c84d1549042c7d8ef8b49d571 56c8d5f4186a8e1cb5fab70a0f623e4dd1614271 90a1bc1aea04a597c1a23616ddbd73b833af0f55 95abb6cae6a560fc5dbdde70f34a3be811c5142e a148aa280237234eeeb0313255cb67faa3cad89c a20de264d10646b9a76f6203fdc7f881eda55ea6 b7cb59186ba2aeb8d46acd6782a93049ce5667b7 cfe9efacd697e719f3520ad51653b65123369447 d203187854f2102833f20ebdd60afc51eed818c7 Package: ros-lyrical-leo-robot Version: 2.6.1-1resolute.20260915.151409 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.20260915.151409_amd64.deb Size: 5804 SHA256: e6f8556ad8d093c3bb18a0e6df522b8c9d5bb2bd724baa415c20e22a5fcb355e SHA1: 0e329d85159d4d679bb5443381536a9f6345d4d7 MD5sum: 93f27ba082e13de8cc6d1b92746c6ed8 Description: Metapackage of software to install on Leo Rover. Package: ros-lyrical-leo-simulator Version: 2.0.2-3resolute.20260915.155132 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.20260915.155132_amd64.deb Size: 5716 SHA256: a7c227fbce56b8e3588001f424e01c483aa175528952df20b471fc9ed75c8bf9 SHA1: 823b1a28af529df0c9ec069e83b376fbfbf6abf8 MD5sum: c09203e656861dc9ae27e408f68414fd Description: Metapackage for Leo Rover Gazebo simulation in ROS2 Package: ros-lyrical-leo-teleop Version: 3.2.0-3resolute.20260915.081243 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.20260915.081243_amd64.deb Size: 6630 SHA256: 9645f8022c10f12a2786e46f079ef7fba54b23c3065a28e868dee344c41c52b5 SHA1: 37e0267d9ac5f031e34bd9f3596d41e1a9c2927c MD5sum: 0db776ce41cb788e611b92c3074042b7 Description: Scripts and launch files for Leo Rover teleoperation Package: ros-lyrical-leo-viz Version: 3.0.0-4resolute.20260915.155828 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.20260915.155828_amd64.deb Size: 7974 SHA256: fb29158ff5c8323ec59c11c00eb2203eadca75dfde2ed2ef60ba4b4346ad1ede SHA1: d46e6f713f1fbd98ffe4debe3fd8fd160840a73b MD5sum: 47ed2e69cc6f06af44fbe2e4e78f8eeb Description: Visualization launch files and RViz configurations for Leo Rover Package: ros-lyrical-lgdx-rplidar-c1 Version: 1.0.0-1resolute.20260915.073328 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.20260915.073328_amd64.deb Size: 198800 SHA256: 06e6e0f34fae23bc32de1c08376bb331a6796dfc142a4ea21552ff353970d38b SHA1: d8318d195cb4c4d10e6cb639f814d01a9df9905a MD5sum: 35aa0ee5d6d761e280dfbff46b9d067e 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.20260915.073328 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "LGDXRobot" Installed-Size: 3336 Depends: ros-lyrical-lgdx-rplidar-c1 (= 1.0.0-1resolute.20260915.073328) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-lgdx-rplidar-c1/ros-lyrical-lgdx-rplidar-c1-dbgsym_1.0.0-1resolute.20260915.073328_amd64.deb Size: 3026324 SHA256: 1c690fa1d499d5f3b2c811f1d2559c074241220d9433491773f8bb9669e92770 SHA1: a18e6d7207db079c71536647db8c388fc3dc78c9 MD5sum: 487f9ad76bf11f4100a1ff345ae5eafd Description: debug symbols for ros-lyrical-lgdx-rplidar-c1 Build-Ids: 3ec7089512e5845b73533e3d6445e12a754daeb1 7cda43778b5630483792903938ac9ae2be63894e Package: ros-lyrical-lgsvl-msgs Version: 0.0.4-6resolute.20260915.052604 Architecture: amd64 Maintainer: Hadi Tabatabaee Installed-Size: 2827 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.20260915.052604_amd64.deb Size: 206762 SHA256: 47f9212eb3b75d18d9fe658341aefa3532fe72bcdd455ba7acaf7b28cfb45c5c SHA1: 642a0c1370352dd6dd446455c2a944ce3137f43f MD5sum: a15fa803b276b61b64d14d3060e04c82 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.20260915.052604 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Hadi Tabatabaee Installed-Size: 2246 Depends: ros-lyrical-lgsvl-msgs (= 0.0.4-6resolute.20260915.052604) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-lgsvl-msgs/ros-lyrical-lgsvl-msgs-dbgsym_0.0.4-6resolute.20260915.052604_amd64.deb Size: 1717072 SHA256: 31a94ba9b94977ad4765970c97fb31bb67767237e9703c4145e15c1ef222ccf9 SHA1: 0f07ee7d5869a73dc73526c3e90c67f7963f8e78 MD5sum: 1343638dbad6be01622854ffdec39c70 Description: debug symbols for ros-lyrical-lgsvl-msgs Build-Ids: 0998908e3cfa7b124c1a0135028f695a71492249 1660663372d69d6b67510a8f5254cd261d9664f7 1af7c4faf87fef2c2c82143396a72f5505f4c255 2cbfa9d090fe452ebe291b193e8230d9b1cc7c48 34aa7ca6a6e0989760257a88010d00d85e18d546 4b40aa528995f8a88f3b0b2136e5418729ec6434 7d43bea502f84b1e188c50693df75055e85e3bc6 9dc445c4688b64c09a79407d742620582995c071 b2778b2650261c8a03097ba3b5787eb09f4491d1 ba2808d39b3f74c0869b5a08f2aa5399727fb7e1 dcbf78721a0708e9945093273b51ee6943491ae1 Package: ros-lyrical-libcaer-driver Version: 1.5.6-1resolute.20260915.074420 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.20260915.074420_amd64.deb Size: 259496 SHA256: 349bfdfc6b4f1066da3542c066bbca3e5fe89e21395f3df7aff3fbf2790ea293 SHA1: 60c3364aaba72e4995520cc63f7eba31b7427e6c MD5sum: ff2ee0834c1984a4beb06598ca101fe6 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.20260915.074420 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 6460 Depends: ros-lyrical-libcaer-driver (= 1.5.6-1resolute.20260915.074420) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-libcaer-driver/ros-lyrical-libcaer-driver-dbgsym_1.5.6-1resolute.20260915.074420_amd64.deb Size: 5580894 SHA256: fdcd32bc84d8f73244e928b9c1ef223b30d906379fb2bdedc2c1f979e7ed7e17 SHA1: f1d7f201a3ee527f6bad6c88a5f73942d0fd0baa MD5sum: 52299613ca050b6d512c628b93ee28eb Description: debug symbols for ros-lyrical-libcaer-driver Build-Ids: eb49673b91122cc342f1bd3bacbc76fde5681329 f05dbeb728b8f7e01d496e30c09727cb5beb1076 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.20260915.061028 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.20260915.061028_amd64.deb Size: 26412 SHA256: cbc120f04f38e0043f5b7e19787379a403d93d7ac01624440f1483bd8dd55e4f SHA1: b3a2751a2e6dd4c920c3f0efafa9d6713dde8d63 MD5sum: 6f963352e34890838f88fa193359b37d 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.20260915.061028 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ROS Tooling Working Group Installed-Size: 143 Depends: ros-lyrical-libstatistics-collector (= 2.1.2-1resolute.20260915.061028) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-libstatistics-collector/ros-lyrical-libstatistics-collector-dbgsym_2.1.2-1resolute.20260915.061028_amd64.deb Size: 118950 SHA256: 352677fc221e6a6e5ba8e5ad2f8ffa0cdbd275a93a1fb4e07d0b4a59c22d1dcd SHA1: ca65056529a3a65a9ea49b0c65cf0655b41c235b MD5sum: 21e312e7ae5ad1a2301a8f6b38c35566 Description: debug symbols for ros-lyrical-libstatistics-collector Build-Ids: ef4a7ebe44d9b49501c47a398c4a66d80893904a 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.20260915.065201 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.20260915.065201_amd64.deb Size: 190942 SHA256: 04e4d1b37dee1f235074aa4fc8acbf9b8ee66b5946efb077a61aab444cd6801c SHA1: f3c62d33be517ea7c45487d0328d37ef35ed2973 MD5sum: 349ba7595ab94a5c50ff5208510ce157 Description: Package containing demos for lifecycle implementation Package: ros-lyrical-lifecycle-dbgsym Package-Type: ddeb Source: ros-lyrical-lifecycle Version: 0.37.9-1resolute.20260915.065201 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 4837 Depends: ros-lyrical-lifecycle (= 0.37.9-1resolute.20260915.065201) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-lifecycle/ros-lyrical-lifecycle-dbgsym_0.37.9-1resolute.20260915.065201_amd64.deb Size: 4019260 SHA256: c7d64c6f1173255f2335d5d2a147fff9bf8e0b9abfc153da193c35ed6c9a2dfb SHA1: 2eef362b32d35f75e48629a728307e6c8bbbee53 MD5sum: c8b341a7efaf1ed37b56f0cd033b18a7 Description: debug symbols for ros-lyrical-lifecycle Build-Ids: 0a57ce7749818cdd042bb4948a3577aac28d3ba6 3854ef4e07c285393f414b1cf1e71613b22a902a c9279db9498a234135402bb5e82fab772cc465be Package: ros-lyrical-lifecycle-msgs Version: 2.4.5-1resolute.20260915.045218 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-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.20260915.045218_amd64.deb Size: 201902 SHA256: 421bfda503a7450d53c17b62e9eb8052f5cff96443ed66b6796064aabfe8d5bb SHA1: 063d7226c657f400f6f24cd59f286a94ddf8600e MD5sum: 12c56ff0502699ed09a74b3b80fa4ad2 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.20260915.045218 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 2146 Depends: ros-lyrical-lifecycle-msgs (= 2.4.5-1resolute.20260915.045218) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-lifecycle-msgs/ros-lyrical-lifecycle-msgs-dbgsym_2.4.5-1resolute.20260915.045218_amd64.deb Size: 1571596 SHA256: afbe5652f8a46af3cc51a265743553d3284964a56cd024c71fb2898ba421f9c9 SHA1: 4a07de8d36503e3aa30a1ebf5c113f533cdd0dfa MD5sum: 272769d995173bed4ad43627c881bf4d Description: debug symbols for ros-lyrical-lifecycle-msgs Build-Ids: 12a29a28251f4b975f1c9c97544e6765ed63fba0 294916c25917ad163780160e05cd21ef8aca907f 3295f8e04d25013459e9717e066754f438f64848 5cbb5b587c61d98385aa7c558d3b4d4c68fb1154 7196e0096fa0f716995d74ff0583e344e5d7b38d 77d9eeddebccb0f52a774ec4903829daccd24044 7b6086df68b0f0ac9983915ec734a53448c1c2bc 7f7c35104b56736236df4beb58cd6865127b7af7 b698ee46aa58a3ddd62410d5ae6cf627a38d1929 f1485b580570db2f6669fbce6718009c4d8ea865 f228378e7f8822168fee90d0f0f39dfc68b964f7 Package: ros-lyrical-lifecycle-py Version: 0.37.9-1resolute.20260915.064630 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.20260915.064630_amd64.deb Size: 9320 SHA256: 2a227b445b4b47fd63e5acb71106e8914042a7273cf3cd002e9d50a453a200da SHA1: b982ca549f85b30b5079f246c181fb9f02a4afd1 MD5sum: b6b28d4ab5d70017018759de20ca12f4 Description: Package containing demos for rclpy lifecycle implementation Package: ros-lyrical-linear-feedback-controller Version: 4.0.1-1resolute.20260915.151706 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.20260915.151706_amd64.deb Size: 279406 SHA256: 8c506fe032d0923d14f914880d473add23c9bef358e66012e14b5e3c45de1605 SHA1: a523f7dd7691dd331e6349b6c550e10e50ea2bd5 MD5sum: 7f6cb00e3486098dd6f4aff7e066ce3e 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.20260915.151706 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 10157 Depends: ros-lyrical-linear-feedback-controller (= 4.0.1-1resolute.20260915.151706) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-linear-feedback-controller/ros-lyrical-linear-feedback-controller-dbgsym_4.0.1-1resolute.20260915.151706_amd64.deb Size: 9616156 SHA256: dfa17d2e68708e0029e88c80a3a7df57bca51a6da15b6abc3f6406c4c7114f9b SHA1: a57824e3e61a38ca5e0cd3a64fd3f4b534045b90 MD5sum: 92e3b2ba6423f6648bf027bef92b3be0 Description: debug symbols for ros-lyrical-linear-feedback-controller Build-Ids: 4d065c532cc369790c8a465e4f5a0cda661ff281 Package: ros-lyrical-linear-feedback-controller-msgs Version: 1.3.0-1resolute.20260915.150302 Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 1009 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.20260915.150302_amd64.deb Size: 101672 SHA256: 4e34ef38823d4c165e06b69418d8c81aa08dfb43ca9eec47f164ad09667881be SHA1: 1241d7562bf4b760edb7d7d022bece1bbae1a613 MD5sum: 4c1b1c27fedc147bdf15ddc15ef025c5 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.20260915.150302 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 850 Depends: ros-lyrical-linear-feedback-controller-msgs (= 1.3.0-1resolute.20260915.150302) 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.20260915.150302_amd64.deb Size: 622094 SHA256: 3ce9070965ae612513f13955dea141f55f9dabec8c82f612323cef3795e31588 SHA1: 2b7db0f83faecaf4ac0b82f9fa7063cbfc8e8d04 MD5sum: b2299dd148e98ad91126185810d1cf7a Description: debug symbols for ros-lyrical-linear-feedback-controller-msgs Build-Ids: 09971efba2e8e7e00a3edc79c4a20b3abeeeee14 1fffab62650f94e8726ef01d488cce351f82f350 38fb2466130a2b62316eb846ba45795d2105fb16 5d4cbe60b025a1dcee6062688607148369c75b92 685a2ae580753d8ba8fd1dfa1e81dd893ed2370a bc52ff1f417afce773c97b8ec07cc37e87258fd4 bf80d1f44c59df4ccca2be50f1e9a8faba277856 c970311cf5e9f19b33556328d1b528fbb18df367 ce99852a13c4640e1b05c86c7b092fa326fa2252 edf5db0d6a1d99efa44eee4090a9381a14f10a5d fe545aa0f754e10e1883a8ccdce2a0e428ee792e 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.20260915.065014 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.20260915.065014_amd64.deb Size: 158266 SHA256: e53980c390f502650ef0c01a2dde870b919bd366b5a436960f336eca3697730c SHA1: 6fd5c94418d68e5b65a9aae8ef1e4612ef312643 MD5sum: 0a4098d9bee6e58cedf9f63edf2110c0 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.20260915.065014 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marc Alban Installed-Size: 3765 Depends: ros-lyrical-log-view (= 0.3.0-3resolute.20260915.065014) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-log-view/ros-lyrical-log-view-dbgsym_0.3.0-3resolute.20260915.065014_amd64.deb Size: 3347618 SHA256: 0423205ada687fd35e0b87f30320d5e2c58609b6c961fde00930b8e9e7ea66d1 SHA1: 90199030a87723121a585f120cfb93885269cdc1 MD5sum: 5f7ea67ba85d0007dd160af22b89e3f0 Description: debug symbols for ros-lyrical-log-view Build-Ids: ca9b1f1f4dcf234503b56a730be12ad25407b7d3 d4107528a10e16150e21e9e722bf87a909f8ca39 Package: ros-lyrical-logging-demo Version: 0.37.9-1resolute.20260915.065459 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 1014 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.20260915.065459_amd64.deb Size: 151890 SHA256: cb209beacdff8871fa2de54ee0c0d26220558bafaff4477eb5f68bfdfedfe891 SHA1: 500a1de680b7953a4c681d9a8c8052c683464c9f MD5sum: 37c3a18bf3574b67637c6363471a1d2a 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.20260915.065459 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 2371 Depends: ros-lyrical-logging-demo (= 0.37.9-1resolute.20260915.065459) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-logging-demo/ros-lyrical-logging-demo-dbgsym_0.37.9-1resolute.20260915.065459_amd64.deb Size: 2018780 SHA256: ae399c2a079870e04b943a75d286b66420ee5329c660a37092700f1939a0345e SHA1: 0bfc1391c26dbcce7fb2a1c4715eed6870ced594 MD5sum: 7d342d8252823a552fae20492c00b10e Description: debug symbols for ros-lyrical-logging-demo Build-Ids: 0494febaf989285584cc4a374477a55a60a51eae 1c09455afccc0fbe044aedec1276f47354c2a863 312a54b5221e3de06e5726c4237f8df06a03cf9a 47c1bce826971d2b0bac949439fd11dbf82c6feb 50bf4a323da8355ad6e743683cded65c05b54ffb 5bca94c8955f26fc83970a13b231440c4d3014c2 7753c1893e27d4985d674752c4a4d0727771913c 8daf32a21fa1de96f0cefd0a11522f1370464731 8e70bddc9678e655b878f6b98df657fb4c3d3693 996436df37cea22b34700ac291626910cda989e7 9c7c0925ce2dfd128e593aec8a169394eef4c51c ae8829f73ffe77117c7764a59ff729c772003a04 c9b756b963ba76ecebaa6ec4f139d498d162df72 cec077c607945e27dc0947e8950d1608c07b8d9d 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.4-1resolute.20260919.185746 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.4-1resolute.20260919.185746_amd64.deb Size: 6930 SHA256: d892e21eae51b8bb6dfe6758115192aea80127fa2d4205b7a7d2325b8f21091e SHA1: 618da94a9d59e300dc08f3d3c9b1a9146a41abf7 MD5sum: 701c96b9dd233b640496f55eaad16abd 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.20260915.152125 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.20260915.152125_amd64.deb Size: 85896 SHA256: a7890c26b182ff70936a4f4ea50e7d7007a375ae6883860849a41f0b3a5e2deb SHA1: beaad30a25609e34385d93779742fa5cf8ef7a9b MD5sum: 12da640b2706c2aa329e981bc41c3d1b 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.20260915.152125 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 801 Depends: ros-lyrical-magnetic-model (= 4.0.1-1resolute.20260915.152125) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-magnetic-model/ros-lyrical-magnetic-model-dbgsym_4.0.1-1resolute.20260915.152125_amd64.deb Size: 735880 SHA256: 54e3a04b493bb2b3998763e3ef369ddcb0f8a5e0f72f25a0421cdf8e8170bf5f SHA1: 799ee5db924c7aaac4c885d6dc490ee79c0e3846 MD5sum: 86ad3fe5733e528829740dffb8a14cc6 Description: debug symbols for ros-lyrical-magnetic-model Build-Ids: 4b233c18e83825b25d64b84eab56dc1a43599570 Package: ros-lyrical-magnetometer-broadcaster Version: 6.9.0-1resolute.20260915.094615 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.20260915.094615_amd64.deb Size: 84618 SHA256: 986259bd9f01ab6f00343d5a9da0aafd1aef58b1c8eeb80174c307753ab30a9a SHA1: 24c432b726d952b4a9394c397b132b8bc67193cb MD5sum: 06d21e72503a77425e033158c563f073 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.20260915.094615 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1206 Depends: ros-lyrical-magnetometer-broadcaster (= 6.9.0-1resolute.20260915.094615) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-magnetometer-broadcaster/ros-lyrical-magnetometer-broadcaster-dbgsym_6.9.0-1resolute.20260915.094615_amd64.deb Size: 1095870 SHA256: 29a31361bd94f1b5171b1b1b131f190868811a7cc6c72d72df722114614fb8e9 SHA1: 72becb966d9bf9c65e36865582600f3cf3158790 MD5sum: 27adf633b6619cbdb104649d98ac149c Description: debug symbols for ros-lyrical-magnetometer-broadcaster Build-Ids: 883a5a3e9c5df384c8f37ee86886fcbeeb81aae6 Package: ros-lyrical-magnetometer-compass Version: 4.0.1-1resolute.20260915.154004 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.20260915.154004_amd64.deb Size: 422136 SHA256: 311f2fecc41945ffa428dd42cf68586ee3fa08bf45b74591e78442c4ec57d874 SHA1: ad1967593d61c513e407a4637bb1b0db4da179d5 MD5sum: 72e55c7dde7860cf8f31e1abfc4b53b8 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.20260915.154004 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 12782 Depends: ros-lyrical-magnetometer-compass (= 4.0.1-1resolute.20260915.154004) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-magnetometer-compass/ros-lyrical-magnetometer-compass-dbgsym_4.0.1-1resolute.20260915.154004_amd64.deb Size: 10786360 SHA256: 97e587bb7ab8fd7979e027a7399a3047a1d6b8c31a74a63a7da349d0438db046 SHA1: f4fe146700afbea93fa44d44b1a14dd08d343805 MD5sum: f90154fba455ada9196b127e44f38c7a Description: debug symbols for ros-lyrical-magnetometer-compass Build-Ids: 04c82151f6b45afdacdd66d4e3cfe81c20604528 6de40d53ddbe48f4f6299c6236c6ba65a47ae9d5 9b0da9b68ef00a5a2463858259c20cab42684bb8 bf5a0c3bb1653501fb5acbb4108d2c86f8f8b714 d115fd7a3f0a43070284b638d77af52899d4b5ae Package: ros-lyrical-magnetometer-pipeline Version: 4.0.1-1resolute.20260915.152556 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.20260915.152556_amd64.deb Size: 159046 SHA256: 44ab9dd8f419c72e1ebda36df3c525639f4c00ca6cd708c55cd4fca7cc568db2 SHA1: af36a1585efd647623517448e253f450b35de9e6 MD5sum: 6a722f14a5a2ab6cedaf495c5dcfb870 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.20260915.152556 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 4102 Depends: ros-lyrical-magnetometer-pipeline (= 4.0.1-1resolute.20260915.152556) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-magnetometer-pipeline/ros-lyrical-magnetometer-pipeline-dbgsym_4.0.1-1resolute.20260915.152556_amd64.deb Size: 3643296 SHA256: 54f3c71a372f624564a2f75d5c4336d9625bc44356610ef1c1e3a2ccf5595c8f SHA1: 3b50ed1251405020d2d731c204560d85b8927d49 MD5sum: 05ada1a69543821ba7f88426c4b33662 Description: debug symbols for ros-lyrical-magnetometer-pipeline Build-Ids: 015e87dbdff08cccf10ddd6283bf5b2e90cc6e1b 2a8f72817846c65c8a08d0ba87c0c20f224daa61 8bb2b4e5707734a795d085cdc9e7329f11383ad7 cf8e8d0c9f5cb135bcf3589bbb2eec8d0a250c33 Package: ros-lyrical-map-msgs Version: 2.6.1-1resolute.20260915.052834 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 3535 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.20260915.052834_amd64.deb Size: 262872 SHA256: 7047cf30f4e36e0618dde7c60c3661cc871c75d6a9a4f660a1c44d7404e9b2b9 SHA1: 0d8833bfb13f808b729492b3c8ff5c53144a5145 MD5sum: e59abae4a68c24837b92e8f8eedb14f6 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.20260915.052834 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 3111 Depends: ros-lyrical-map-msgs (= 2.6.1-1resolute.20260915.052834) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-map-msgs/ros-lyrical-map-msgs-dbgsym_2.6.1-1resolute.20260915.052834_amd64.deb Size: 2373574 SHA256: e0e0b7c8f37e5ac830727adae331649c88e8b2d84a6c047ed32fc93ab12b501c SHA1: 0125865a12015209137593ff2c5dc1b4374e5d96 MD5sum: b1a66f4d100df3e585027dcca07790db Description: debug symbols for ros-lyrical-map-msgs Build-Ids: 0ed5be067ba29a745349f2105c6fc2624cfa84f2 1e6bfe3099c2a906acf6f4122e4a1e72a477cb45 4cb1d119fcdcbacb25836999f87f6c9d2f1bc95d 510898503e89a4121fe509ed639561cda4668429 588514e02b7e25aecae049b310ece0391cdcffeb 667a4061e1809c56ebb53d1b8de03d6812123e35 7329a604175da8c2f071e06c4a4ca26fec79132a ab5535c93355d998afe042a062d511146cacf5e8 ba3c4f9f760f1e72bad65f78660b25cffc6de7d6 d8f790b936086d2d34a1890c79dffe1983ee1fcf e99f7ffd8c1cc0bfe56271fc7e8176c8e6b4dd54 Package: ros-lyrical-mapviz Version: 4.0.4-1resolute.20260922.042719 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.4-1resolute.20260922.042719_amd64.deb Size: 344426 SHA256: 1acc4cd5dd81e5d3c3a9d15c74a9e36d955000b6d45428d4617900b3ad448666 SHA1: 23604ee0e171ed7540ba356f0f40ba4b61e5c80d MD5sum: 785ec73317efc381aea2cc069cc485b1 Description: 2D mapping display with extensible data overlays Package: ros-lyrical-mapviz-dbgsym Package-Type: ddeb Source: ros-lyrical-mapviz Version: 4.0.4-1resolute.20260922.042719 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 8627 Depends: ros-lyrical-mapviz (= 4.0.4-1resolute.20260922.042719) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mapviz/ros-lyrical-mapviz-dbgsym_4.0.4-1resolute.20260922.042719_amd64.deb Size: 8037580 SHA256: 78baef349c6346b6d407c945d0e62e3e33ce556a56537fe889c86b1937b2640c SHA1: a3eb3537c1d8e100d9932361ddf08eb533dde023 MD5sum: 1cb6c9e82464edbbc6dcf716a0293c89 Description: debug symbols for ros-lyrical-mapviz Build-Ids: 040d02af4abf0c362e40f6e5c18e077710d29bcf f0ed4f4752b766c8539454fe02a4c6ca8d64c9c0 fb15f060ef1d9f288570f4cf4745211a01aada6a Package: ros-lyrical-mapviz-interfaces Version: 4.0.4-1resolute.20260921.083326 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-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.4-1resolute.20260921.083326_amd64.deb Size: 93340 SHA256: 3ae656a22c060c32c409415d2beb34e755a89cc81374337f008b0c474785d0d8 SHA1: 010f49ca66139d265b578ddb0ffe525cf6fb15a2 MD5sum: 7ba69addf9496ac2b1121b20d5c8a376 Description: ROS interfaces used by Mapviz Package: ros-lyrical-mapviz-interfaces-dbgsym Package-Type: ddeb Source: ros-lyrical-mapviz-interfaces Version: 4.0.4-1resolute.20260921.083326 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 763 Depends: ros-lyrical-mapviz-interfaces (= 4.0.4-1resolute.20260921.083326) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mapviz-interfaces/ros-lyrical-mapviz-interfaces-dbgsym_4.0.4-1resolute.20260921.083326_amd64.deb Size: 543970 SHA256: b5af12c8d1e1cf303bdaad91ec38a4b1be48c0366ecd2fd2ba2919d3fa4d22d0 SHA1: e13226ae792c946c425239dfc92d74201b31f591 MD5sum: 3a7d1665b7d2a80a36981fa63aa78f96 Description: debug symbols for ros-lyrical-mapviz-interfaces Build-Ids: 02d0933cbde9c277afe5e1be8fd1c5b357a28590 0d67b530f8d5aef38d9acb8499a0f51505051162 238a0473d46f0011fc9cd243aba6d6c30072f523 3a68281458a2c366a3dd13ccd765234a6419ff54 41cc36feaa55ada33d4b6a82474bfdbe2be49f85 41dca8660144184e4cf94fff24e6f7c446a9d253 566173c529cc2d0926401d46175044ada8a290a9 65c304ea6ecf18dfd80b7ade967479faacb80bee b448d05a160cc02d7ed224a291713d27f105bd1d cf01faad8a67b815b502048254e50ed40e62f0de d04ca9cc8fe344e4f4bd7c51adb71bcbfc2ceb6c Package: ros-lyrical-mapviz-plugins Version: 4.0.4-1resolute.20260922.043627 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.4-1resolute.20260922.043627_amd64.deb Size: 1154058 SHA256: e23945f39ba788a879bea11e79a204a4d7ec6a20efd356d17ebdc80472c16839 SHA1: 70e70ed755b7fbc7bbf403035765da931a5d0f26 MD5sum: bc53dc51d15a20de74bea7e2205589ed 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.4-1resolute.20260922.043627 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 47607 Depends: ros-lyrical-mapviz-plugins (= 4.0.4-1resolute.20260922.043627) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mapviz-plugins/ros-lyrical-mapviz-plugins-dbgsym_4.0.4-1resolute.20260922.043627_amd64.deb Size: 39849108 SHA256: e6e3c1df2a246ce0abcc5f5135f3165d08bd742cb409229c9c8dc27efe88df57 SHA1: 49f2036de49ad9a41d3b6279f62ce984def11147 MD5sum: 968164b115957401113c3eca95baeeaf Description: debug symbols for ros-lyrical-mapviz-plugins Build-Ids: ee5fdbdea22983cb287b1a7d4a0bc19db6bed23b Package: ros-lyrical-marine-acoustic-msgs Version: 2.1.0-3resolute.20260915.050509 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), 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.20260915.050509_amd64.deb Size: 195442 SHA256: ad5b38943a79b3c1d82dbbdf83325da107ce6b4cb15d7a3b9f4132b4f884a41d SHA1: 839c59ec8333a9c76700c3be2dedf7acb33faa17 MD5sum: 45597c1e0e49ecf847c1917cc752384e 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.20260915.050509 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Laura Lindzey Installed-Size: 1935 Depends: ros-lyrical-marine-acoustic-msgs (= 2.1.0-3resolute.20260915.050509) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-marine-acoustic-msgs/ros-lyrical-marine-acoustic-msgs-dbgsym_2.1.0-3resolute.20260915.050509_amd64.deb Size: 1529038 SHA256: 30ce41aa53b0093b4eb4e81e7b04066cd7b94b3ca8a007f98f5e8950234f7045 SHA1: 1b9526decd78a596610104cb0dc7318774f75667 MD5sum: 1796c106321b9f02e0f2199776cc50fa Description: debug symbols for ros-lyrical-marine-acoustic-msgs Build-Ids: 52d98d8288b4d8343329718a75f1d29f6ee4bf6f 5548d06d1a7af3ff8b87b9449408e61c56ca90fa 7196eddb298ad7838bd776f8a7cf1643bcb40c0b 7d0add7770e62d160d1a2d7ef6547a479cec8210 8cc82a9f22ce79ccd70a25330cf64f8b0f93cd2c 8f6f91bd32de13240a3dd49c6a9d525ccc230bd7 96d118140cee2d3ec148e4c9725062faf8b917b4 9a7091fdd744f01b29c0acd2546626bf923e10e8 b75541e0d71ac6d00e8d73f331f31d54fcade7ac c211615bb2e3e327f3b15ec9f95138b7dec61284 fb6122b10de8ee7e6660f1409e2d4358ac837372 Package: ros-lyrical-marine-sensor-msgs Version: 2.1.0-3resolute.20260915.051912 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-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.20260915.051912_amd64.deb Size: 79376 SHA256: 87c13f35a669fbe85d96b66dd01636e96c6b6885c825d9e1a86cd7e3d9d496a5 SHA1: 99af8d4e1dac76d55da95602b62623d234bffbd1 MD5sum: ea653ac57945cd64ad87b12dda8e635e 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.20260915.051912 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Laura Lindzey Installed-Size: 653 Depends: ros-lyrical-marine-sensor-msgs (= 2.1.0-3resolute.20260915.051912) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-marine-sensor-msgs/ros-lyrical-marine-sensor-msgs-dbgsym_2.1.0-3resolute.20260915.051912_amd64.deb Size: 455792 SHA256: a84a0a22dfdf8c0426a73524c4d0369e668ca0f8889eead12e129687c84a01a8 SHA1: d53e08d0ceb2468c6183a27948e3aee81c3f3a82 MD5sum: 0fb2d97b356821c9af33d760dc5997e5 Description: debug symbols for ros-lyrical-marine-sensor-msgs Build-Ids: 07ed8e093848c3b27d9471f74f14bbef3bba9dd8 3b0af19a6ca97219b3744743500dda000feacef6 3b1e7a8fda203e7e1b05585fb7d14340d9fe8e66 4897a3a842f2d2553def6484dd1a5c31798597bc 49023ec9c108911dc8ee35dd95695d57c45b7db6 4e3a00f3742508157b6669de60e5d7b4eb61ac2b 5500a86555e2449b1180298c5e467ca6f1dd7f95 64bc9807c2c1569bc81a8160a823a90715fd6b8e 82b1e11579d6ac49bae72072ae1adb451aa55954 973bedef347ed9139d7a28cf30bcf7ff88d4374c 9bceb598214de5d716c3e359e9564fe3cb249e20 Package: ros-lyrical-marker-msgs Version: 0.0.8-3resolute.20260915.051910 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1719 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.20260915.051910_amd64.deb Size: 150568 SHA256: 36882ab568ac1746d708705431c978806dbec0a93452e10e8d2464ce01c0767e SHA1: d9679bf718641c67edb989e63cea50302dfac9c7 MD5sum: 24c48de58eb4f48fa774c16c7dacf0b9 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.20260915.051910 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1594 Depends: ros-lyrical-marker-msgs (= 0.0.8-3resolute.20260915.051910) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-marker-msgs/ros-lyrical-marker-msgs-dbgsym_0.0.8-3resolute.20260915.051910_amd64.deb Size: 1233600 SHA256: d420cefadcdd005089888b481bd6b260560e439dce810ad503c944b952b04012 SHA1: 5d2673c98a35ef2b7d52e684f72a031a23471d99 MD5sum: 0674405fb459c1bb282523fd6c3c7365 Description: debug symbols for ros-lyrical-marker-msgs Build-Ids: 2458c75be8a6b50076579ada2cf1c1555fed5bef 40a1156d22332b4e706ec286ac8dfb72312cb1f0 463dcf36f9a7f5f3a8a0eba2fe6d2153c915dc41 4e557a1b8584e05921fc3fbeeb30df0807efeba6 54f566a85e55719fffb9cefab2ea3561151ccb56 5582e9f03090b6c7fb4e4ec86e1631134a2e5ef6 58fa1ab57fa6222a0b6b42fddbecdaaedc9bc9df 7731e765c66aad6984eb93df56a53fa4a178813b a9b9be798387b677c801601c07e034f527281476 cf08af76dbd2fc0d321cee35434123da6f849901 f9e46794ff64f918bc649bc408ccbab6eac2dee7 Package: ros-lyrical-marti-can-msgs Version: 1.6.1-4resolute.20260915.045210 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-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.20260915.045210_amd64.deb Size: 49708 SHA256: b1c4610ef911c679e0430d6bfb5736d9b4caccbba23c6e24849c46b46b9ee873 SHA1: 87932007ce0e0c427bac06ddd01666c4ff8fa4e7 MD5sum: 085a75033b5066229dd7d166de7f71cd 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.20260915.045210 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 342 Depends: ros-lyrical-marti-can-msgs (= 1.6.1-4resolute.20260915.045210) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-marti-can-msgs/ros-lyrical-marti-can-msgs-dbgsym_1.6.1-4resolute.20260915.045210_amd64.deb Size: 204316 SHA256: 0255581b40479502c64c0ca302e220ab2911f8adf85aeb74afab63c59759f003 SHA1: 99a50c1c67670301a18349d1d7fbb507536b196a MD5sum: 26e762910982cb4ca79e246b85890f4a Description: debug symbols for ros-lyrical-marti-can-msgs Build-Ids: 09360901b218a769b30ad47a22e9113ebdb8cfaf 1ae27a70f731417fb25800a79821b98842f65e32 4c3ec9a7f30bcb813c408c39cbae088abd54296c 66b4b52ea456e1a964a5f1eeeed9e477f09fbba8 8294e81e0455af1c77aa8568c478ed17ff0f0509 9e1ecc353a9d0cb8fc25d063b4d41428d9fce66e 9e5866bb799b9e72f8ddcbaf33f24440ec3c5c36 9ef33416f0c5840a9a2b8b32fb7371051aea36eb a794b41deea55e2a49e933e6cd553dff44bd1c1d cd8d26761ba8a1e000d5faeb2f3343b1e22c1996 fa8f631f2727396e81f199fa6fff83b6d88f598e Package: ros-lyrical-marti-common-msgs Version: 1.6.1-4resolute.20260915.051016 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-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.20260915.051016_amd64.deb Size: 209674 SHA256: fc3c7124cbc0de2f71fd6f575ec6455880a89349867f6b0444426cf5f40ee0e1 SHA1: 4a58077ecf0ff7776a23b3873faa7ce715852248 MD5sum: 1ac0e015f8b520d967aa5ba3a789f26f 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.20260915.051016 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 2633 Depends: ros-lyrical-marti-common-msgs (= 1.6.1-4resolute.20260915.051016) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-marti-common-msgs/ros-lyrical-marti-common-msgs-dbgsym_1.6.1-4resolute.20260915.051016_amd64.deb Size: 1959758 SHA256: f9095ad0cddffebafbc4e9f96c15efe2415c7571f8456f1db203a626f3dc7243 SHA1: 8dcf9a8c0fa770af02e31f3687cc52177cc9b4a2 MD5sum: cf7fff39ecd4b90f96a5760e07073b2a Description: debug symbols for ros-lyrical-marti-common-msgs Build-Ids: 239d2ffb1d20fd3833cbaeb306c80b3f4514348d 242718a8fab4254387ff9dbb1c446816b741b0df 2b913a942055051fa4227deaa3234d25fb31d708 4d09c6e84028de4107a122bd3267ca3414da1197 622f5b29269b13370d48f4551cfea3e105cec7d5 72ebeedf4d0b5a8db0a9a51afedd1d6de0c5b98f a5fac61f79caae65105d5790d1098093189fd857 a89294782b3caa9c6f9a0738eea601095d10b9a3 c64671731ae5cc0bccf71f5d7b427ca7952f60c9 c7993e6138d9a03939da37ba04a0a741d8338108 f83bb333d3679ac6e7add7432ea4f4f08581472d Package: ros-lyrical-marti-dbw-msgs Version: 1.6.1-4resolute.20260915.051013 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-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.20260915.051013_amd64.deb Size: 76626 SHA256: 9af9151ade22257d632bbcb6028d405a82dcc2dc909028523842a39e89efa30b SHA1: 20797c44f5cfc4853ee3e9b9e4a726b6feb4e88f MD5sum: 8924d2d8b3f9a30d329a501f144b89ef 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.20260915.051013 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 623 Depends: ros-lyrical-marti-dbw-msgs (= 1.6.1-4resolute.20260915.051013) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-marti-dbw-msgs/ros-lyrical-marti-dbw-msgs-dbgsym_1.6.1-4resolute.20260915.051013_amd64.deb Size: 427690 SHA256: 0b4571fc2ba41318eef2f93cd265d4767cc48f6e7449baeb7cdd8cb6207a39c9 SHA1: 69f842ba505dd6e675282a387a2074e30fadcbc0 MD5sum: b9b38022039f473cdbe320c0d3945365 Description: debug symbols for ros-lyrical-marti-dbw-msgs Build-Ids: 0028adba06ed42e83e19e8b606844d87a0f97a63 0c944b3201ab425f25b026e9bf422b1b18df0e72 23b3f2ff60d33b29c044a0c247d17d086bf0855a 32057cf9a177be030ff1a7e6dd79ff980106e2de 37ecc164254f19334d06eadc76e02451027ec0f9 8d2fc9f604bd38798d5aab1d0f13690fd978a310 aa45a7ea90f4730b114c9843db89975aca84c5c4 aa8961ae6355e93376e0002fe9b57c5c4573e1ff ad8aa6c09bb134125557d7dd085e6313a73d880f b1334d835a90542b9d9981b521323ceaf9659170 bee5d63745afdd36644a4e91758fc144fb05fb5c Package: ros-lyrical-marti-introspection-msgs Version: 1.6.1-4resolute.20260915.045221 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-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.20260915.045221_amd64.deb Size: 108126 SHA256: 8fdab0cd46cf3adaed886b32c9e12782e07edc0f63b4e981a3962ab157b92131 SHA1: db2a5219a6cd552c3b8a6a9a97ee6e9efec3c53f MD5sum: 9f0f9fd6ab71f2e604dacd2144c9c12c 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.20260915.045221 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 1002 Depends: ros-lyrical-marti-introspection-msgs (= 1.6.1-4resolute.20260915.045221) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-marti-introspection-msgs/ros-lyrical-marti-introspection-msgs-dbgsym_1.6.1-4resolute.20260915.045221_amd64.deb Size: 766426 SHA256: 6e758103d67c2e054675080e7500554b5cc986ecb18c8ee5ec98f6eb0ecc0ac9 SHA1: 9325e263f23323aee2cc910b1e6ae4428c16c325 MD5sum: ac38ad91f359a653bc74cae3462925ff Description: debug symbols for ros-lyrical-marti-introspection-msgs Build-Ids: 200320e0421ca9e17411b39774f8ea80830078aa 3552994b25544c5701c7a434a472e74b20095ed9 5cc41860e2e9c5d2c1d27a044fb3e01ae6aaac8c 6a08bfa2b18b06dc057b78eba53a76ecffe9cedc 6aae060d73988e80716a3debf67f57d4347e91a1 84210ac676e1c58f2f423d0a33fafa37f55bda0b 9918c8736cf91ecd63715edb675d684964ce9a54 a674e80db1c6200afd8da90c82e3645e5f3443bc bcfb23538ed342f2f4de7dced7ac1e576826b1e6 f5451f8112c1c7de1cfdd9a0b1efeed013f94c62 fe2163302de5f609661baf9b1bc033b8a6b43b7f Package: ros-lyrical-marti-nav-msgs Version: 1.6.1-4resolute.20260915.052552 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-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.20260915.052552_amd64.deb Size: 527752 SHA256: af462e4ed1dd654c6767c358dae1f7925644f4a617e6f158756b261f2ea3d109 SHA1: 0a03e50d63379ec286b6b8021a70658c20f05f94 MD5sum: 436d9d48d61a97cfc91a9286545ce133 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.20260915.052552 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 6651 Depends: ros-lyrical-marti-nav-msgs (= 1.6.1-4resolute.20260915.052552) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-marti-nav-msgs/ros-lyrical-marti-nav-msgs-dbgsym_1.6.1-4resolute.20260915.052552_amd64.deb Size: 5235350 SHA256: 0a064fbf23d6f253b559bed709c42cf40bd15f25a306a8f89067968b741049dd SHA1: 0220955207770f545a50b413fd7975fa2ba5a486 MD5sum: 75d76e07ea794911490baee28afbab19 Description: debug symbols for ros-lyrical-marti-nav-msgs Build-Ids: 0c4c3a92c15b577c6b45507fc4cfa0515ab6d0b7 207ae6f192827bb8cc753cab5ea4ef9748f4035c 2f680d0f0c45a1fbb54c168429296064872d38bb 4b55ccfa16c3d27d0f57bf579dfb2dd5f82af34c 5f4a24595a4d20aa7a1c32f1984505b1b86ae36d 858eeed1cb66a66091d78f7dcf827cc3950195aa 9679c96fac50c4bcb3f691199ff82e101709efd2 bba897f24ee69b7024790f67c16d0106eae21164 c4c0afbb2e849948bfc3ebf99686d6614a344ece e2de12abee312591b3c58ccda845c0da128db1ad ef05374dae0fb4b72f8d8de8dba677fb3e7a94a6 Package: ros-lyrical-marti-perception-msgs Version: 1.6.1-4resolute.20260915.052836 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-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.20260915.052836_amd64.deb Size: 47288 SHA256: afb99577e2270191bec2e32742c63724ce915f71ae0bdde1aa0fd7bea109c9fd SHA1: 63d6be1abb45722b863dabef83da952b0b05fda2 MD5sum: 598c01372f3e3540f93c92b9c789020c 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.20260915.052836 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 335 Depends: ros-lyrical-marti-perception-msgs (= 1.6.1-4resolute.20260915.052836) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-marti-perception-msgs/ros-lyrical-marti-perception-msgs-dbgsym_1.6.1-4resolute.20260915.052836_amd64.deb Size: 195624 SHA256: 3255d255997cac6fb12a7bf669f2c158c89ee9cd98978c99991e10d8ab492be3 SHA1: 94b0ddb4b8d744e67d62f270f172ea8e787ffec2 MD5sum: 4cad8c0fc2bd136b54e9b5c53980bfae Description: debug symbols for ros-lyrical-marti-perception-msgs Build-Ids: 103185baf38c8b3bb2bff787fcb43c321e1c2344 243d4aaa0375515ec0cf872be1483b2709106861 2c3a3a81fe4d4bced1b021a2136294baf132545d 45295fb0b670338493815d8e23e64a7b737a297a 45de20d6a33922f3ea5965386dc519e7257990f2 6c69fdfa3ded7feaaf54d2883ed317ec039f5ae0 99b34aa9ca0526ab70745f46d539cab0ad9caa50 9ac6d117425aa945b7030e02316bdae9824a46a6 a662795a201af14fdd39a9d6b574b57b442aa863 a8841877e705cd37a0522a4838d206861bb1acba c49cc11358e89d571e48e3c403d907dbd8ad8454 Package: ros-lyrical-marti-sensor-msgs Version: 1.6.1-4resolute.20260915.050527 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-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.20260915.050527_amd64.deb Size: 177362 SHA256: 045e071825830ed74e454271e8615f0deb5fd22af2003ca546be0c8db7e73722 SHA1: b9577f656a288473b3afaaf28d908a354a3978f4 MD5sum: 4697607840cb4e9bcb92a948ad734426 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.20260915.050527 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 1803 Depends: ros-lyrical-marti-sensor-msgs (= 1.6.1-4resolute.20260915.050527) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-marti-sensor-msgs/ros-lyrical-marti-sensor-msgs-dbgsym_1.6.1-4resolute.20260915.050527_amd64.deb Size: 1330510 SHA256: 7658ce3278b80830da076273410e5a18ff23dcdc771913b853fbd6aee44991e0 SHA1: b8c043f6bcf5d8437d95219ebfe2accc9a207bd2 MD5sum: a2afedb25bb7c7c503c0f47f179e637b Description: debug symbols for ros-lyrical-marti-sensor-msgs Build-Ids: 10dd4b1dfe48c739426c477533b68b9b5a9ae63a 24cea9f6015aaa45608163af44d22524f59960e7 2be15f105b828230ccb81f480503e88e812ba27b 431b12361a1419557eb7c29185a8e288bc6db6f0 5936561619ffb8718d6223d935a4911ef9dab6a6 69f151a0af30aaaa0d5a7e3006ecde6793c8d262 74d0681642da40c69ed3be21aadc012bd6d31cc5 a88107a6f6748a53b7e6d1bee29349cb66fcdbe0 c9650fab1b777590b576e5f9a25a64bd9e2904ac d5129fc8784cd46f9075f5468c9c465747518b82 f44de6958797f77d7b895752f5011366d11c0c37 Package: ros-lyrical-marti-status-msgs Version: 1.6.1-4resolute.20260915.045223 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-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.20260915.045223_amd64.deb Size: 55446 SHA256: f834fdd962937880b4bb36658b25acfd033beeba64f4cae9fd211defae5a6b33 SHA1: bdc1e2da56685e55cf39de348f067d895e3c25f0 MD5sum: 1f14232971182a77d8d70a884c332072 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.20260915.045223 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 387 Depends: ros-lyrical-marti-status-msgs (= 1.6.1-4resolute.20260915.045223) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-marti-status-msgs/ros-lyrical-marti-status-msgs-dbgsym_1.6.1-4resolute.20260915.045223_amd64.deb Size: 239086 SHA256: a6b9482d36c4817468469ffb5a79cdc17b77ea8189d2bfd2b854d0dd2ded1ef0 SHA1: b2ec28aee2b50124f8c1c163edbc7a8958c7c906 MD5sum: ec2c85345ba0bacd61ee41f0006ed136 Description: debug symbols for ros-lyrical-marti-status-msgs Build-Ids: 3e2a81d3cc791a95b43a621853ffce1cd311dabc 7b22a75ffab26c9ca3f7ac5432dc100a83dc20ea 8262bc30399a9090ebe57ad893025c54f1423187 8cea008258b4bd3e2c08b57288a980ca10f9b4a3 a6965e1ccc6516b85b1d3c3fff8a19ffde7d041c be42f73ac9d5beebff332e95d0c9ea6b8279e50c d3148204312ba87d810897c063e9fc9380620ec4 de07e6373f994fbb1ff461426ee2d2ef83bd6b74 edec1189b2f834839e74039c994a9d4ae2baf3e0 f36cd3f029f285ef0a97f2d890c7a1d9ad725e8c f9fba8c7fb14dc5663a734eb44ce35d218c03f6c Package: ros-lyrical-marti-visualization-msgs Version: 1.6.1-4resolute.20260915.052611 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-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.20260915.052611_amd64.deb Size: 77942 SHA256: 0fb5a5ed27e4a16b15f3f951b9919dfa6b4d804fde9c8dfe9b92ee1a11d3f05a SHA1: 530d05fe0c7fed068333b653e8311753d948f7e2 MD5sum: d5d5d96d84d79aa945fb9a363d8abe20 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.20260915.052611 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 675 Depends: ros-lyrical-marti-visualization-msgs (= 1.6.1-4resolute.20260915.052611) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-marti-visualization-msgs/ros-lyrical-marti-visualization-msgs-dbgsym_1.6.1-4resolute.20260915.052611_amd64.deb Size: 482234 SHA256: 7a38c3a313f3ae0c89da905c8b243b62d302245f8dccc9ca5177858c50571c8b SHA1: 23cfa37e54077b5b0621b806983972f0fc6d4b5a MD5sum: c32e9862202660c00935d110b340888f Description: debug symbols for ros-lyrical-marti-visualization-msgs Build-Ids: 31d0c945164d3e41145b6f403b8ad768a6374670 3ad977275f73e1f1d31908693be722f8caeef316 43790e3052196d3835ccceb52507caabaa0b23f6 441194282ce251be00386293d6c84dcec0e838a3 4ad323d927b5d100950d50f238e9c0b45d77c1a6 5cc3a9927499482f86b92e3a2ade4b9626c6d99e 6f58215c71c6225614190123f604469a0b045c2a 99689b4f7dc263467ed071e6b8e238895822a50b a35d2b8748a5f08f7982edd26df3d1540677a795 ba752e2688dd5e8ad8bdd98efed520b2c5acca8f f916ed705dc3b0045e9edfb69fc39ed06cb94e9a 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.20260915.145609 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.20260915.145609_amd64.deb Size: 1657266 SHA256: ebc77932f9543cf1b852c7eaacf65371773c55a2688d8dca4859f000f7bd08a5 SHA1: 544af4ae02dcd0f6673af77533b54e77083af7ff MD5sum: 4f9f626e7f1fc9cfbff97a817ec61f35 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.20260915.145609 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 62970 Depends: ros-lyrical-mavros (= 2.15.1-1resolute.20260915.145609) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mavros/ros-lyrical-mavros-dbgsym_2.15.1-1resolute.20260915.145609_amd64.deb Size: 54494400 SHA256: 63c01bf265b690380957ed6d70215817fb3a7b7871011ffc075a83232fe558fc SHA1: 117ced036e6a87e5dd927144fa0d2d397500ba54 MD5sum: 3d228e8c961b517f752d2c81e8b2f07a Description: debug symbols for ros-lyrical-mavros Build-Ids: 2845a03c85163286ddea48a7d9ca1e716fbf784b 84b1e23b2116e1abd726b2322fd7263d59320908 cd77a36311fc19e9d3b78112da9a6d1cb73f30ac Package: ros-lyrical-mavros-examples Version: 2.15.1-1resolute.20260915.155403 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.20260915.155403_amd64.deb Size: 13718 SHA256: 2869b4f90a672b0f01803c7369612650d4227469e8629f78adaac6809119c2c4 SHA1: afcaeb65be9dced4386c196bc043570f6fc7d6d6 MD5sum: efd93fdc5c5742751e3207963d49c722 Description: Example scripts demonstrating MAVROS usage Package: ros-lyrical-mavros-extras Version: 2.15.1-1resolute.20260915.153522 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.20260915.153522_amd64.deb Size: 1775408 SHA256: 5835ee13558b9343842fe80b800421b29103518c14fbb48f8bd75595e5168518 SHA1: 063a1569af27a3d333a5cb2267545b45e8679471 MD5sum: eca7a7f577c4252f1ae4f7033de9d45d 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.20260915.153522 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 82257 Depends: ros-lyrical-mavros-extras (= 2.15.1-1resolute.20260915.153522) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mavros-extras/ros-lyrical-mavros-extras-dbgsym_2.15.1-1resolute.20260915.153522_amd64.deb Size: 68306970 SHA256: 50501337b1fab8ea4d5346785785b5df7fb3f7d6b472bdaa4821ec004ee88f30 SHA1: a041c995c566a63a4bd4c9b6d1e2cfafcac86f4c MD5sum: 21f99e72884cab2c8171f81e49179cd2 Description: debug symbols for ros-lyrical-mavros-extras Build-Ids: 70fc3c0f0659b69ef0fc49b3499cfb2cec40d406 e65125176913f6fea7971fed65201fae32a8ea3e f6e6dc2aa1c34e5e4abe3b4aed0c4111699ee285 Package: ros-lyrical-mavros-msgs Version: 2.15.1-1resolute.20260915.052743 Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 34748 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), 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.20260915.052743_amd64.deb Size: 2125410 SHA256: 2a0b9ca0dc115e8511df6fe899b60846fe0dfa3f3388925829e596036f9abe88 SHA1: 5c1ccd41df6e77613b306610460a697d278d01e2 MD5sum: c9bf68ea2a47e80d7e14ac90d61fdfd9 Description: Messages for MAVROS. Package: ros-lyrical-mavros-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-mavros-msgs Version: 2.15.1-1resolute.20260915.052743 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 26078 Depends: ros-lyrical-mavros-msgs (= 2.15.1-1resolute.20260915.052743) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mavros-msgs/ros-lyrical-mavros-msgs-dbgsym_2.15.1-1resolute.20260915.052743_amd64.deb Size: 19620376 SHA256: cb210b2e814d145b6e4798b9d4b0881e1002459f1f7661bb32330338e4102e1c SHA1: 4c9e628a7097ea5eaa7eedc6866762c44b4b295b MD5sum: 5b803451b7dd8d76de70857873d42dd6 Description: debug symbols for ros-lyrical-mavros-msgs Build-Ids: 0e37ff39c38307712b651a604d72e321c19a28a6 275ae67e592e03d6f7ba262802e3af35506bd29f 3cf4d541b53325c93915bf531a7b6bd09ca956a9 3d21e3c5252bae34e7105e5a0531359dc96a4bcc 3eecba1a0eeb8be0a55bfa53bad136380fd065f8 48e686d1a6e45aed263581f992de5598b6620ae3 51b5c08f78adc39b1cf599a4714af457534155d8 dad9bbba1b01ab2d7c9cb78738e4cb4d0f5fe5fa db5841e53cfcbd881b7b34b6c5cab8d1fbbcc676 ede16ce687454c0f0b8c9d7be45aab052ef3c185 fc3c7d3f27c11689b7d17388d13c3c1807614c62 Package: ros-lyrical-mbf-abstract-core Version: 1.2.1-1resolute.20260915.050947 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.20260915.050947_amd64.deb Size: 12732 SHA256: 004a9279e791b7ce83343e73e003a0ed3ceb1a7d8409cabc5f15cd962c0d2305 SHA1: b48880e9f6e87a0590650aeee2630f8f13845997 MD5sum: d7749eb0e1eb2a7b84899ab2073483d9 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.20260915.151942 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.20260915.151942_amd64.deb Size: 308648 SHA256: adf4681d3a92c60adaed8ef5e295ab395029617e9079489ffd949a21c05b4bef SHA1: 634bf996d75b5a86619a573ca43c8f637a1bc950 MD5sum: a91f018cff1a45697531261c27b30f61 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.20260915.151942 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 6592 Depends: ros-lyrical-mbf-abstract-nav (= 1.2.1-1resolute.20260915.151942) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mbf-abstract-nav/ros-lyrical-mbf-abstract-nav-dbgsym_1.2.1-1resolute.20260915.151942_amd64.deb Size: 5838040 SHA256: b2d8fe2cd3e0a5e98d7a7ec808f70a629a1a066acb30f680595ab6df816d26cd SHA1: 48ab928ee657a0d54cc558d0b10dfe5c23cfe7cf MD5sum: 351713331f2b56ae43d92a2b4d2c538b Description: debug symbols for ros-lyrical-mbf-abstract-nav Build-Ids: fd0495296860d1af5e68b83252a1ebd1035df810 Package: ros-lyrical-mbf-msgs Version: 1.2.1-1resolute.20260915.052318 Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 9776 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.20260915.052318_amd64.deb Size: 604834 SHA256: f0a602f82f9701ca5932ed14ab741832d88272f1280720d39cc46adf47a66761 SHA1: 1db7714c9f625b877c7e0395829b5f552f6b094b MD5sum: 3455ab1dbaeb67ab02c40921a841c567 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.20260915.052318 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 6275 Depends: ros-lyrical-mbf-msgs (= 1.2.1-1resolute.20260915.052318) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mbf-msgs/ros-lyrical-mbf-msgs-dbgsym_1.2.1-1resolute.20260915.052318_amd64.deb Size: 4403642 SHA256: 8d250ce9935697d71983e7161059f2b3e51c25e4a514b2d021424e9bdfc34afc SHA1: ca1a95771c2aa71c3d9878dae11ee55f3c8c45b5 MD5sum: 2df6de2b828f27cc6c1f13532d16d73b Description: debug symbols for ros-lyrical-mbf-msgs Build-Ids: 325babc7df6d5a44c5f1e96ab72938cb10838e80 4d3cde19f1cc6502a6cace3ebc638c589d66b941 6c6bbb79c6689fedc0193f309e938d6b57dfc49b 6c79f266589e8cf011f9b358071fa742bf692f48 7a2354b961d7edbb973a0e0f1271b1e87eb37a09 8b8ea8e01ad8b985175a6b7e67d3fa94e76ac07b a8c3a49822ef5d9874a83fcf64e78f064c289fec bbef12e27a5d63dbf1272392ee3af6da752cefde d0ce6cb1846ebe923572f5ee853b2e7e3dd2e178 e081249419765471d2d81d80eb8b99f652c1e891 fcd482aafa77581886cdc5c48604e8f995b67392 Package: ros-lyrical-mbf-simple-core Version: 1.2.1-1resolute.20260915.152005 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.20260915.152005_amd64.deb Size: 12910 SHA256: b8d7802da201590ec706c2952eb5081dbeb6b311e659b9f05f97c89fc13d7ff6 SHA1: d89402a63f0b878b232d74283348afe062b63fa4 MD5sum: 502bbf4973363bc79cb94382f3dc91e7 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.20260915.152611 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.20260915.152611_amd64.deb Size: 103788 SHA256: b4b1042e36cfb4e92d4b53fc3a41e51d34007e6608406b6181b85597816c2a4e SHA1: e6811f9ec4cb16a0174f5edc6e97425163ab45c3 MD5sum: 16358ac6296211fdb22f359d8766dc2b 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.20260915.152611 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 1692 Depends: ros-lyrical-mbf-simple-nav (= 1.2.1-1resolute.20260915.152611) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mbf-simple-nav/ros-lyrical-mbf-simple-nav-dbgsym_1.2.1-1resolute.20260915.152611_amd64.deb Size: 1533368 SHA256: dc3e363733d381233bf70a19772f66bb84f34830abc7e16fb6e868142a74201d SHA1: 9c9d6e4a125db225053c86192a28e158119e1b2c MD5sum: 46f960c49896d231b4669ce8681f4954 Description: debug symbols for ros-lyrical-mbf-simple-nav Build-Ids: 9167c949bc5399b8862001539fed2ddba6bb3dad a5a42658e34d172e8add7301b1810250eae0ce32 Package: ros-lyrical-mbf-test-utility Version: 1.2.1-1resolute.20260915.145351 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.20260915.145351_amd64.deb Size: 147794 SHA256: ae6a51f06ca8bc9b061dcce4cc7ee265c8ca9e200858ec67a8a44af86c528bcf SHA1: 46d404959d103819e74082e4d80e7cb9aa84e757 MD5sum: 4f87907809d6ab053d5cc06f4ae37b05 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.20260915.145351 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 3303 Depends: ros-lyrical-mbf-test-utility (= 1.2.1-1resolute.20260915.145351) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mbf-test-utility/ros-lyrical-mbf-test-utility-dbgsym_1.2.1-1resolute.20260915.145351_amd64.deb Size: 2809600 SHA256: 3c9cc2a6112c829f7789cb550270427806ba61f28f201146ac9659b6d10d94d2 SHA1: 463cd5e8ca23c9656a2ef15adec5a8cc4071c9b9 MD5sum: 03226cce55c1c66bde17c8e35da67176 Description: debug symbols for ros-lyrical-mbf-test-utility Build-Ids: 36edfe5d41731429d115c33bacc387561b3a10c2 eeb4095a8a9904da20067eaa945ddf8e085e1722 Package: ros-lyrical-mbf-utility Version: 1.2.1-1resolute.20260915.143435 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.20260915.143435_amd64.deb Size: 119270 SHA256: e355267e07dd031aad4f505e0914c32b8b04e16c2d9f15a6b265e3a0bd6be180 SHA1: ae5676f760e387cee9f67e23f0a1d0659a0e4987 MD5sum: b056c5147665d42231b0d5ad4bd8c487 Description: The mbf_utility package Package: ros-lyrical-mbf-utility-dbgsym Package-Type: ddeb Source: ros-lyrical-mbf-utility Version: 1.2.1-1resolute.20260915.143435 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 2500 Depends: ros-lyrical-mbf-utility (= 1.2.1-1resolute.20260915.143435) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mbf-utility/ros-lyrical-mbf-utility-dbgsym_1.2.1-1resolute.20260915.143435_amd64.deb Size: 2119968 SHA256: 29d5da66d47e2d4ec40bfc30e2b663b09a01704f151f81d279dafa53c31e4e7d SHA1: 0975c70e13aa720c19b3227b55f6394ef786fd17 MD5sum: 7cee80ad3bd23daa2f9e2de6bfa4bf8d Description: debug symbols for ros-lyrical-mbf-utility Build-Ids: d23d1be3f735789656dfe779bd5ce7b9d386e2de Package: ros-lyrical-mcap-vendor Version: 0.33.4-1resolute.20260919.190559 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.4-1resolute.20260919.190559_amd64.deb Size: 131956 SHA256: dc6aa53dd7fa8746467a12ab3f0569a613a91a4063e84fa46e5ffa9cdcbc4aae SHA1: a6af8a6795ddcfb795bbd01015a367954d6e42a5 MD5sum: 0d83c8371e9d8a4cc817174a4ef90e2a Description: mcap vendor package Package: ros-lyrical-mcap-vendor-dbgsym Package-Type: ddeb Source: ros-lyrical-mcap-vendor Version: 0.33.4-1resolute.20260919.190559 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 1298 Depends: ros-lyrical-mcap-vendor (= 0.33.4-1resolute.20260919.190559) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mcap-vendor/ros-lyrical-mcap-vendor-dbgsym_0.33.4-1resolute.20260919.190559_amd64.deb Size: 1186662 SHA256: de6a20e3c8ec0842358cc5ad355a0247bff5e338d2e304a129a4987694eb4a54 SHA1: 1319b3dfd342c15a8f8ce6e33766f058bcf5cc20 MD5sum: 2dbd7c4ef557f951b9815796e02aa851 Description: debug symbols for ros-lyrical-mcap-vendor Build-Ids: 7be4d69fe558e01cc19936443af8d51827ab5f6d Package: ros-lyrical-mecanum-drive-controller Version: 6.9.0-1resolute.20260915.144117 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.20260915.144117_amd64.deb Size: 252040 SHA256: eb4e93f63b480a4f9d291e855b544c2a6c186f869c5eae42ee3ab750b5154a84 SHA1: 267ba5bd37058c1ef7c1ccc5903d3df501fd52b3 MD5sum: 2fa89d236d3fb115ee9757e2149adfc8 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.20260915.144117 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 4590 Depends: ros-lyrical-mecanum-drive-controller (= 6.9.0-1resolute.20260915.144117) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mecanum-drive-controller/ros-lyrical-mecanum-drive-controller-dbgsym_6.9.0-1resolute.20260915.144117_amd64.deb Size: 3951342 SHA256: d9ad42b9deb56d85c76825328231d366627f7d6924d47f67c10c6712ecee60a1 SHA1: f3676d258abe17df9a61a0a20f669b87075e6eae MD5sum: 73f0812d085a05374c481b16e1d66572 Description: debug symbols for ros-lyrical-mecanum-drive-controller Build-Ids: 9e56e78cb3b1de2cbcb33295dcdbaa13a84a6560 Package: ros-lyrical-menge-vendor Version: 1.4.0-1resolute.20260921.010327 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.4.0-1resolute.20260921.010327_amd64.deb Size: 430768 SHA256: d822c48cec76e3bc5ce4c778a7f37f75742e2db39925fd68b09fe15513a51a16 SHA1: f26b7b0e58edc563d31d83b3cb7db155e8859a93 MD5sum: 48a245a8b38ca349e24a9394f2d04282 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.4.0-1resolute.20260921.010327 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Shao Guoliang" Installed-Size: 7687 Depends: ros-lyrical-menge-vendor (= 1.4.0-1resolute.20260921.010327) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-menge-vendor/ros-lyrical-menge-vendor-dbgsym_1.4.0-1resolute.20260921.010327_amd64.deb Size: 6871682 SHA256: 686f089a9ab6bd4ed2f2294bb880f2babe44ac654700b4f9f823870ef6e40bae SHA1: 5a0f6e05c243c8c88054f0dec19d18dcebc8659f MD5sum: bab5c912b0c81885bcd23825c7ca8bd4 Description: debug symbols for ros-lyrical-menge-vendor Build-Ids: 76328a56cf214296cc18a866c4ee07d552cd592c Package: ros-lyrical-message-filters Version: 7.4.2-1resolute.20260915.064044 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.20260915.064044_amd64.deb Size: 48290 SHA256: c1116dbbb17e8dc89fa21f00683c1db76330f34807d365d8309544a6207dd987 SHA1: 6b78afb652f916b2e8c0d2c675655058a1310d3d MD5sum: 7e30f5a0935edc2d1669482fc286dc6c 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.20260915.064044 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 24 Depends: ros-lyrical-message-filters (= 7.4.2-1resolute.20260915.064044) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-message-filters/ros-lyrical-message-filters-dbgsym_7.4.2-1resolute.20260915.064044_amd64.deb Size: 6522 SHA256: 7c5e618817ffbe32c434167b04037f77b4109322b234955d11586f2412666473 SHA1: fefc7adfc397a6337e4089b91b922d4e47159a7c MD5sum: 8a4185c5761cac4a37b2e2b611d2861a Description: debug symbols for ros-lyrical-message-filters Build-Ids: abf45f53fef99964f233aa08ca03e440b3515e59 Package: ros-lyrical-metavision-driver Version: 3.0.2-1resolute.20260915.071105 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.20260915.071105_amd64.deb Size: 215340 SHA256: 1c38b24ca10ccf583bf4918b5ccbdcdeb3fd771ecb8d16c4cc678a10a8b50401 SHA1: 81f557e1782d34bac0fbef45aae36f635b03db42 MD5sum: 80b4abb97dbfbc207eeae3bd393f071c 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.20260915.071105 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 4375 Depends: ros-lyrical-metavision-driver (= 3.0.2-1resolute.20260915.071105) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-metavision-driver/ros-lyrical-metavision-driver-dbgsym_3.0.2-1resolute.20260915.071105_amd64.deb Size: 3817996 SHA256: d9db3bdb1abf6fb5deb3cbf15f697f32b4197757ddffdd1940234a76b4694f42 SHA1: ff8fc691cf545bb18e90530c4b39b293f7f15f64 MD5sum: bbaf5202d18991925f2fc468f0f5343b Description: debug symbols for ros-lyrical-metavision-driver Build-Ids: 3f6eebc3bcd81a24c4b3e634d5d796db0ea3e7b2 6a068c470dd0d1c62c88d2b9024640f242258826 Package: ros-lyrical-micro-ros-diagnostic-msgs Version: 0.3.0-7resolute.20260915.051038 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-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.20260915.051038_amd64.deb Size: 94290 SHA256: e8f248818608a9b9088766633bae8a8cb40dce97e1567f96be6775f4694c5b16 SHA1: 4aece234de5ea19973ea4a76ad2617856e1b6251 MD5sum: da960313f8725f7e85275ea524301663 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.20260915.051038 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bartolome Jimenez Vera Installed-Size: 746 Depends: ros-lyrical-micro-ros-diagnostic-msgs (= 0.3.0-7resolute.20260915.051038) 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.20260915.051038_amd64.deb Size: 502952 SHA256: 1dd3db74090297a3e96d4f925fc4b7cc6cff22fe6848338d65b8f13d1d498ba3 SHA1: 8b2e71460efff83cef04b2242316680daae36039 MD5sum: e130399888c853a0047bd167e27ed5b1 Description: debug symbols for ros-lyrical-micro-ros-diagnostic-msgs Build-Ids: 0cd5d5e6aac4b525959746861d8d68b13df1926a 1b7d6e763182e5392740e9d17dc6344245ee7d74 42605f66512f538be20e00e83f904a2f5ab2b275 839177fadcbe80ace4ddc61e1933fccf31d43492 9809accc1c036f44f017f1e8a7d544f8ea5de9fe 9a3c9ac20b7d85790d2cc856d30807a2fa2462e7 a3cf563cc323aad97b66ba0a7148624a2eff8d2e afe5fd46cb992f1df4854e256d248da2ed416998 dabc9a74b0caabc487c1ee9b41043f5441c3818a ea82fd5ee25552971c8718d240505cb372a4c14c f4a4d9ee03a86e88640a751408c66e449720f469 Package: ros-lyrical-micro-ros-msgs Version: 1.0.0-6resolute.20260915.045256 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-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.20260915.045256_amd64.deb Size: 83530 SHA256: 10bb8e856c2f820f2b5418943193eb07664406cb25c8da6015fdd22922ea34ec SHA1: 45af581eb0af10e3b0c97826fc9a7b2a6f8a20a3 MD5sum: 561111655236f37e1d31bd7eec3186c5 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.20260915.045256 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose Antonio Moral Installed-Size: 777 Depends: ros-lyrical-micro-ros-msgs (= 1.0.0-6resolute.20260915.045256) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-micro-ros-msgs/ros-lyrical-micro-ros-msgs-dbgsym_1.0.0-6resolute.20260915.045256_amd64.deb Size: 582710 SHA256: def8ddcf82ef4c10513c414bd3dff1cf43fd31ec5c8936ef51f7315c6af7c4ad SHA1: c1150726e9789898a3b68bb7cc5766d3dba96d5e MD5sum: bea5852690de58b7d384f058d5916671 Description: debug symbols for ros-lyrical-micro-ros-msgs Build-Ids: 3ff2091d052d002d34591168ab6a6e0c0707baea 5b64ffccedf71dd689cc3aa42ea73447d2fbe987 5c91f1a326ad8c3ddbadc721c9a69bdd7142eba0 a6a3e4c9df866d9ee743e29f966d8bef60069f2e aed9c30d70a2c13dbacd3485ba23d5800b2deb29 c01346a9e08d2856f9c3690504ffffefb7c92427 d15510668e5673ada71a10692afe9a6d3b0962c7 d2d81023961d2a2af5df80f9447c8e09b5d7e482 f89940172afbddde23e32671626388501ae091c8 f9dfe28b83a4038647fe0efc89b076b9720d1c4e fdd27a15253c86a10bd83190e459755b096bc8ef 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.20260915.050641 Architecture: amd64 Maintainer: Rob Fisher Installed-Size: 8429 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.20260915.050641_amd64.deb Size: 502858 SHA256: 1ee1e06d8c3657e53fed9bdab51af96eb06a73eba45db78a85a79e0c1c207a42 SHA1: 8b7890e94f8134a6301905a9549db31aa16cdd2f MD5sum: c9650cb70808232dbf97c4cad74df025 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.20260915.050641 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Rob Fisher Installed-Size: 5730 Depends: ros-lyrical-microstrain-inertial-msgs (= 4.8.0-3resolute.20260915.050641) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-microstrain-inertial-msgs/ros-lyrical-microstrain-inertial-msgs-dbgsym_4.8.0-3resolute.20260915.050641_amd64.deb Size: 4139312 SHA256: 20e69afc083fd0a80a3992d5a0611a4aec6c247fc344eb879c4bccd2136f48cd SHA1: 724fb3c4c7c5576c607efb3cee2f68f16fe2b93b MD5sum: 4a66ea8ed72d47b29f7a770bce2e5f15 Description: debug symbols for ros-lyrical-microstrain-inertial-msgs Build-Ids: 11f191075b9178ee8fe0d3e608e91c8fa1e3cc2f 13a26579b35ea5cbb9be2f1c497ad78989f9801d 414bb892e89627c10befdcdb0dd0c78cd5be4a67 43fbda526d20a0410e883b6442f76fd296126405 474113589aeffec17574963601121d33a1c85e05 5b7fe2ab92b822495fd7926dc1252c530bc8c82f 89c677ea11acbed61edf48eb52fa8a7f63139fdc 94d45bf0adf0d6896695786a1656dda4fa5cc871 95277840a48c76e21b2b333eff6374946a64345d a14ab6b8510ba5f85dbd142af6439023372c1b38 a55fc1d4c522289f216deca295cce06cb38932f6 Package: ros-lyrical-microstrain-inertial-rqt Version: 4.8.0-3resolute.20260915.080726 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.20260915.080726_amd64.deb Size: 70298 SHA256: 795e448c9afd4ca424089ae201947ea72e38d7d9b9e6166f640b1b0cbe98335b SHA1: 3fa8e078be41b744040fffe31bcee877ba5f792c MD5sum: 9c826b0ed1c444d48095f93a72d259ac 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.20260915.145718 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.20260915.145718_amd64.deb Size: 244950 SHA256: cbc245900ae260f3c78351c0656e7fb9a71dc2c4d0319ff81f4d17651e148fea SHA1: 098eaa372314f8a6fb052fb551d08e9b0b6c0baa MD5sum: 25c575789c42c4196e0d2498c0fb9e79 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.20260915.145718 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tim Clephas" Installed-Size: 6667 Depends: ros-lyrical-mobile-robot-simulator (= 2.0.1-1resolute.20260915.145718) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mobile-robot-simulator/ros-lyrical-mobile-robot-simulator-dbgsym_2.0.1-1resolute.20260915.145718_amd64.deb Size: 5497348 SHA256: 485c803b0f801cc8b2e76f9b0ae40ce19c758ef03d9c325eb99ecec14c326471 SHA1: 250e61939b9edeca29ced4921d1502ddafcdf9e5 MD5sum: 10094c5d27a1b522a518e058f1cdfefa Description: debug symbols for ros-lyrical-mobile-robot-simulator Build-Ids: 59d1f1ad2b1a0072870c6c903161eb0404839ad8 63b346ecc7a996b78d7a379e9e365b9b75cc11b2 c1582f4acfcf6cb127678d2fea4b841bc1499f2a e8d038a7ee90deea67d2e648827e21c09edbf952 Package: ros-lyrical-mobileye-560-660-msgs Version: 4.0.0-5resolute.20260915.051029 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-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.20260915.051029_amd64.deb Size: 198998 SHA256: c4daaa45f3304f748cf40bf82cb264b226276b0c2bb83f8c4ecb438e7908b098 SHA1: c89522be378fd6178f054017c6dd28467a5ca942 MD5sum: ddad58deff313b573f4f7f7f95bd2a6b 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.20260915.051029 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 1807 Depends: ros-lyrical-mobileye-560-660-msgs (= 4.0.0-5resolute.20260915.051029) 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.20260915.051029_amd64.deb Size: 1343732 SHA256: 70f89b77e780f2cff9f9c82c1851333ffa0fe35d0787e89ba47b200f5c0f0cae SHA1: 8e83c65c72e9ec28f41a1ec626d803175c11e3ff MD5sum: 8b4eccd33dc3801576decdda29a4bf56 Description: debug symbols for ros-lyrical-mobileye-560-660-msgs Build-Ids: 0132aab942a7e2d75fb388de09359e1dcee4a74a 1eb3b3ec93183ad04ed34a961f3a18b517e64a41 221f02be2fde40ad80720eec497ae4ac8cd9be8a 2b67d9375c3540f3332e2ec71f6aecf71c1c188d 47573485a86762da7629f1823bb0a50a052c98d5 798c4e423c76085fd540dea2d4308ca633434f26 c7b61c35ebefa806ca74db60152186c44b6ff5fb cedd23be062bed559b3d3331588d97690f80291e d05d255457987bfe383e3b29a111232cbe1064a2 ec0c698f15f6b5d4c707cdb5e9f7204b0ed1dd53 f07c5a6038d74738e76b2017860022074d030e43 Package: ros-lyrical-mola-academic-datasets Version: 3.0.0-1resolute.20260921.011018 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.20260921.011018_amd64.deb Size: 2368 SHA256: d34a5c58075b7586c8c5e6630a5d0d94d5bd3440e70d563ff3494ec26cb57589 SHA1: 37416edb0a3d20a352da56e4b062f2bc8013fad0 MD5sum: de361de9567ce0ca75a23f20a2b67c12 Description: Metapackage with all packages supporting reading academic datasets. 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.1-1resolute.20260921.005447 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.1-1resolute.20260921.005447_amd64.deb Size: 27794 SHA256: 67d7dcd4109ca43202cb4886656235160dc8139b9fda52d9fefe7ee5fe2d8d11 SHA1: 5ad24826f8a93584aa70c2a390152850dae96ecc MD5sum: d0b9f67976fb857e3b20c65f255a1b51 Description: Demo and example launch files for MOLA Package: ros-lyrical-mola-gnss-to-markers Version: 0.2.0-1resolute.20260921.083354 Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 796 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mrpt-topography, ros-lyrical-mrpt-nav-interfaces, ros-lyrical-rclcpp, ros-lyrical-sensor-msgs, 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.2.0-1resolute.20260921.083354_amd64.deb Size: 146026 SHA256: d3fedaf1e3d194ffbc6e53efd3883031a728b1e208baee1ffd0fd96032e765da SHA1: 26fab67c03d7ea837f5043364d1b2ba0a6515537 MD5sum: 94e57b001bd4512b4d87afa8879900f9 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.2.0-1resolute.20260921.083354 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 3589 Depends: ros-lyrical-mola-gnss-to-markers (= 0.2.0-1resolute.20260921.083354) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-gnss-to-markers/ros-lyrical-mola-gnss-to-markers-dbgsym_0.2.0-1resolute.20260921.083354_amd64.deb Size: 2866518 SHA256: 96a4e4f56e24c39fc13e5fa43eebbc1cc1963dc08b7ed8122bcf4495a7ed1a1b SHA1: 507ad945f2572deddac629a0cf79d0688f9d0c7f MD5sum: 9c1caa4c0b635dea20bea84e772aaef0 Description: debug symbols for ros-lyrical-mola-gnss-to-markers Build-Ids: 25913d0f5cf1a205631b9cc46d36a645f5d962b3 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.20260921.010421 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.20260921.010421_amd64.deb Size: 68522 SHA256: e396d8c36aa514ee88e82e072295329a92f7c8bc64895655b6cfbef7bd48e39c SHA1: f594ec51bd4f1192a0b4d484975ccbcaea3a925d MD5sum: 5832aaaea8049abdd4c94fb00247818c 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.20260921.010421 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 695 Depends: ros-lyrical-mola-input-euroc-dataset (= 3.0.0-1resolute.20260921.010421) 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.20260921.010421_amd64.deb Size: 645728 SHA256: 38502516c11d74a8366fd0c7b3b7761d2afaa4c9afe78ccd29b177d72e347132 SHA1: 94e188a321db629095b9f6dc301f2b7878a23efe MD5sum: c77e4dd6f3a4a6d812067597d16a70f6 Description: debug symbols for ros-lyrical-mola-input-euroc-dataset Build-Ids: 9db08ad673ed96f22ef38c4fe4a0a640e63ece47 Package: ros-lyrical-mola-input-kitti-dataset Version: 3.0.0-1resolute.20260921.010425 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.20260921.010425_amd64.deb Size: 84714 SHA256: 5f079f01fcb03dcc747cad93e51e5753ff73f291d2dc0d3ad5d70bf4bfb90bce SHA1: 31e43d09578c49b843ce97e2a1ca7798fb66a687 MD5sum: a275a56727b97ce3056efbef4e7ec7f2 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.20260921.010425 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1288 Depends: ros-lyrical-mola-input-kitti-dataset (= 3.0.0-1resolute.20260921.010425) 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.20260921.010425_amd64.deb Size: 1230422 SHA256: 13c87854e366c4531402fa35d738c2c68338643cf1d0a476a13df73ce463d7ea SHA1: 383d0540c83dcaaf895493784a5ef21bf199896e MD5sum: 7649edc2f5812596000d48290a4c3e18 Description: debug symbols for ros-lyrical-mola-input-kitti-dataset Build-Ids: f73f223b04083158198d578b3f9cc25d42cb6950 Package: ros-lyrical-mola-input-kitti360-dataset Version: 3.0.0-1resolute.20260921.010423 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.20260921.010423_amd64.deb Size: 131938 SHA256: 847f415bf7809af8960d33730121360fe1bb863c6ae1b6efe85932b3f61f6d29 SHA1: adb0828084d52fc1257fbbb7c418d7a6b6c004ab MD5sum: fdf2582a2ba2e1e51437743d0b1b689c 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.20260921.010423 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1953 Depends: ros-lyrical-mola-input-kitti360-dataset (= 3.0.0-1resolute.20260921.010423) 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.20260921.010423_amd64.deb Size: 1863582 SHA256: f001c6ab4604f2049dbbff6f6ee40ec6b7157708a323d5da66670b4ecb6da981 SHA1: 04fb111f52b1af210208fb395f926d16655bd24a MD5sum: 5fd0794ad4a5dc22c1224f185c27e723 Description: debug symbols for ros-lyrical-mola-input-kitti360-dataset Build-Ids: 5c12dd06c1c86dc0991ae23d31510958edd68efe Package: ros-lyrical-mola-input-lidar-bin-dataset Version: 3.2.1-1resolute.20260921.010330 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 197 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.1-1resolute.20260921.010330_amd64.deb Size: 62134 SHA256: f838e300ef115053ac41a5ecd5634e0bcde85281f94b6042adf9003def793227 SHA1: 5b76d760b0e44de3d5ec9dd54c7b1a7e09103daf MD5sum: 7a472eff321bf72ec8e481e8a5dffdb4 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.1-1resolute.20260921.010330 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 576 Depends: ros-lyrical-mola-input-lidar-bin-dataset (= 3.2.1-1resolute.20260921.010330) 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.1-1resolute.20260921.010330_amd64.deb Size: 530118 SHA256: dddf6324799f31354f417e3ddd3419f399e69c433c3e10d9312d6702d7f569e9 SHA1: 7367808091dc795aa9f36668efe3b82540037474 MD5sum: a07eb2d2417369ae586d5de9f726f5a8 Description: debug symbols for ros-lyrical-mola-input-lidar-bin-dataset Build-Ids: b7fe889065b6841a963a95ea1e13500bb6b7f435 Package: ros-lyrical-mola-input-mulran-dataset Version: 3.0.0-1resolute.20260921.010441 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.20260921.010441_amd64.deb Size: 76876 SHA256: 7185386fb7eddb6481619b749599906843412959c901c040d97864f2829ecdf8 SHA1: fac989a3d4822b598088a96803c7bb1c39f98d83 MD5sum: 8a4a6eeec25c4b733f7d451679b6e4a1 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.20260921.010441 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 952 Depends: ros-lyrical-mola-input-mulran-dataset (= 3.0.0-1resolute.20260921.010441) 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.20260921.010441_amd64.deb Size: 888114 SHA256: 51f5a3a3b8ba4176ac8baca00abfe4972ee1135e513c6b4f70571d1ede78fdca SHA1: 0b1d31d0decc738b45ec4ababee2bc72327a3d3d MD5sum: de0bb660d59c85cdea875ad4c05c8c2c Description: debug symbols for ros-lyrical-mola-input-mulran-dataset Build-Ids: e209e20b59421a5e6aa5e4f4c04a7ae7b229fcb7 Package: ros-lyrical-mola-input-ouster Version: 0.1.0-1resolute.20260921.010414 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.20260921.010414_amd64.deb Size: 1031358 SHA256: 08e6697497b79cd1e8982a3c589dca3ab12774acbf612ad0189dab300cf9ee57 SHA1: a3c85b1e97b934df8458ca08a76c94546bfd305e MD5sum: e3b9ee42515d97ae12a71ac5e01005a9 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.20260921.010414 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.20260921.010414) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-input-ouster/ros-lyrical-mola-input-ouster-dbgsym_0.1.0-1resolute.20260921.010414_amd64.deb Size: 30681210 SHA256: 7ce8293b6fe03a603c672b50f2b65661017d00e5e6fdcb457be6ec89b6e8bc7f SHA1: 7d20c6cdc9c3d049553f477306ce25f382d059ff MD5sum: 038093cb7da5019d949d0004298f06bc Description: debug symbols for ros-lyrical-mola-input-ouster Build-Ids: d196eacc6b40986c1766a6db1b737b4605c23785 Package: ros-lyrical-mola-input-paris-luco-dataset Version: 3.0.0-1resolute.20260921.010555 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.20260921.010555_amd64.deb Size: 70360 SHA256: 702f58cf7e17732545d95a7f1a1f321232e4fc814f15b58d08c2da21268a564b SHA1: 055b27a43a0c4f632dadc99dbdcf668b43e236e9 MD5sum: e4c5d06312ee69051bcb4ba4a907aa88 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.20260921.010555 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 868 Depends: ros-lyrical-mola-input-paris-luco-dataset (= 3.0.0-1resolute.20260921.010555) 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.20260921.010555_amd64.deb Size: 816640 SHA256: 5400e605371ea6bcddbe0d19af5910f6fa83d4ded28a2b83a018585bbaaba8a6 SHA1: a90e82fdaacdd3b8d5fc1336cf7dfe4d8b484cd9 MD5sum: afb01232f69e25d5bc2d493b60e5f4b8 Description: debug symbols for ros-lyrical-mola-input-paris-luco-dataset Build-Ids: e2c05c203ae2b23d658a4559c8906f2d433fba39 Package: ros-lyrical-mola-input-rawlog Version: 3.2.1-1resolute.20260921.010339 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 208 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.1-1resolute.20260921.010339_amd64.deb Size: 64948 SHA256: 33788634d61d600cd9addbe45d6e0ac51e292887253dcda50e3bda40f3fd047a SHA1: 19662dea8a12a3e027c00dd773c35142133cc8e1 MD5sum: 30863b3103cebb558c20aea71214e34d 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.1-1resolute.20260921.010339 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 609 Depends: ros-lyrical-mola-input-rawlog (= 3.2.1-1resolute.20260921.010339) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-input-rawlog/ros-lyrical-mola-input-rawlog-dbgsym_3.2.1-1resolute.20260921.010339_amd64.deb Size: 560196 SHA256: 974afa0791bc92921035a02ef63da2cf47ac19ae2e597fcb042254e968944e2c SHA1: 13c30f6eff06b53d3668b6400bd377ec43ab8a38 MD5sum: 646db38b0b4ccf483483de9dd2c43f42 Description: debug symbols for ros-lyrical-mola-input-rawlog Build-Ids: e9a82cbdf8edda45ffbb678810e35cc03b16c1c7 Package: ros-lyrical-mola-input-rosbag1 Version: 0.4.0-1resolute.20260921.063239 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.20260921.063239_amd64.deb Size: 273644 SHA256: e337d7f211d4c9f1aed3cef9560882231fffb05766296ac6d32b3dcd59e157d2 SHA1: 2565fd4984c4b2addd2f20f8ecc85c533b40a81c MD5sum: ae3acddc02d83a9cbea4490dc8054a6e 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.20260921.063239 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5806 Depends: ros-lyrical-mola-input-rosbag1 (= 0.4.0-1resolute.20260921.063239) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-input-rosbag1/ros-lyrical-mola-input-rosbag1-dbgsym_0.4.0-1resolute.20260921.063239_amd64.deb Size: 5405278 SHA256: c057c78957e4f34dd6eba21f7157acc8e4091ce9db847681106bd3f8352822a4 SHA1: 6023ebd662e54a15eeb5038108dc629201d47a5e MD5sum: ef7455559f64319dc01de27a7d6bf35d Description: debug symbols for ros-lyrical-mola-input-rosbag1 Build-Ids: 513ca420b94a2888db9ee422e037e0518831d401 5ad013432d540b8145bb2586957f63ab4b82f938 Package: ros-lyrical-mola-input-video Version: 3.2.1-1resolute.20260921.010233 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.1-1resolute.20260921.010233_amd64.deb Size: 66024 SHA256: 06ce01dbf6e6a11ddfab6d98d3827205365a3167defe459ec021e0987b04dcfa SHA1: ef1d3c360c03a1b21c7c87c50abdbd52e4b2d573 MD5sum: 9bdb815087e7abac72901d156bcd46a5 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.1-1resolute.20260921.010233 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 733 Depends: ros-lyrical-mola-input-video (= 3.2.1-1resolute.20260921.010233) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-input-video/ros-lyrical-mola-input-video-dbgsym_3.2.1-1resolute.20260921.010233_amd64.deb Size: 687578 SHA256: 9c5b176c72a808ff136cf1effa65839db2f0b4c3e70977980c2d7e690b934bbf SHA1: c916d16b44d1ddf39501bc0bc9644579dbdd0bd9 MD5sum: 5bb681b84b24af6e2ddf46e4eb0cdb57 Description: debug symbols for ros-lyrical-mola-input-video Build-Ids: c5531b653d8ef347127526f5223b8bd9cb7ff109 Package: ros-lyrical-mola-kernel Version: 3.2.1-1resolute.20260921.005816 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 415 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.1-1resolute.20260921.005816_amd64.deb Size: 127142 SHA256: 8f0d50f575a31387786486f4922fbc409f3dcbaac782672c050c292b431487a2 SHA1: 4578db95eb7c4202cd01fe7f40a4cd7695e5722d MD5sum: 66becf2406d79a6f05b4c11c35cee810 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.1-1resolute.20260921.005816 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1701 Depends: ros-lyrical-mola-kernel (= 3.2.1-1resolute.20260921.005816) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-kernel/ros-lyrical-mola-kernel-dbgsym_3.2.1-1resolute.20260921.005816_amd64.deb Size: 1605770 SHA256: 6d068c1dbbe8a1656fbf523e2c21e17dc4d8b0750bf80f432bd3dee7b23d6eb5 SHA1: 88bf5e928272e1e1e1e28069842a0afd9bab5fb0 MD5sum: 9b0c97135f1062350153a8162689d56a Description: debug symbols for ros-lyrical-mola-kernel Build-Ids: 3ecadc187c48aa2706baa1a9e6cbe01c530f7a33 Package: ros-lyrical-mola-launcher Version: 3.2.1-1resolute.20260921.010222 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.1-1resolute.20260921.010222_amd64.deb Size: 268612 SHA256: 655ec7bdffb8de15e8819c900cf5a37ecb0dd087f4cd636c4703cc8cfad67e34 SHA1: f938b082fff760f0ccb4092d9d3cb4aacafd318f MD5sum: 116640b5cdeb87b53990ada8fbe13152 Description: Launcher app for MOLA systems Package: ros-lyrical-mola-launcher-dbgsym Package-Type: ddeb Source: ros-lyrical-mola-launcher Version: 3.2.1-1resolute.20260921.010222 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 4106 Depends: ros-lyrical-mola-launcher (= 3.2.1-1resolute.20260921.010222) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-launcher/ros-lyrical-mola-launcher-dbgsym_3.2.1-1resolute.20260921.010222_amd64.deb Size: 3796132 SHA256: 0fc3f36115c7ac939b0ba2c18f63ac15ccdcc8bc5c9e8e70b5705b2b7b38c44b SHA1: f1c23506dd326a1e86e6369e6542c3b8ccacd477 MD5sum: c131e908e92d4ca78ef1a77dce2065df Description: debug symbols for ros-lyrical-mola-launcher Build-Ids: 27b4ae69b2c83854154ad6b9773e17c39b30ae02 41502a2d9e1333bc88a1e6437e2037e7e8ba9e92 5bf5c0c8b3123251c76a488ff8879d60677e7ec1 85b0d84054db18bdda50233837c2b0e89061eb3d Package: ros-lyrical-mola-msgs Version: 3.2.1-1resolute.20260921.010347 Architecture: amd64 Maintainer: "Jose Luis Blanco-Claraco" Installed-Size: 2891 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.1-1resolute.20260921.010347_amd64.deb Size: 210796 SHA256: d52c24f6c9d646d6e606eda6edd8b95f7a0928630a40b342bf3a84074bf371dc SHA1: addbf8861d5fc28e73d3ae79d8b4748086bb4e62 MD5sum: 595e915369ff94f96cd2c7a7ad4f2adf 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.1-1resolute.20260921.010347 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose Luis Blanco-Claraco" Installed-Size: 2252 Depends: ros-lyrical-mola-msgs (= 3.2.1-1resolute.20260921.010347) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-msgs/ros-lyrical-mola-msgs-dbgsym_3.2.1-1resolute.20260921.010347_amd64.deb Size: 1614558 SHA256: c53eccada4d0e0fdde1873529f9a08da080821916446117db8ff3ecfd82b950c SHA1: 1331371dd35fd63dabbe8b034b6a541381da7839 MD5sum: 94a95fcea6629b4ca1f5881075f819d9 Description: debug symbols for ros-lyrical-mola-msgs Build-Ids: 08ec3a651d5c5a88a9751a7b0b4691d9979011eb 0b7a1f2bd8d780954c37ee7063f849be2dbefbed 11f258309b740fa811693f6b0050fc6f94b6c523 4691f0f5a0eb224c2db481659e75b4e43d9ccb69 7742b2c2b29c56455b23b4ccbc1aaa31433f0240 89f06d2a7c14c3ba4719c4186c0711552659da63 91d02e3b69c62508e9a05710a55abcf33f7f6330 99fa6751145eb76a8fdececdf395438f5fef5929 c06d9067e480532a2a64209d08cb925f6fce1232 e8d58570b25d5f2034118d2e0e908e6b00337959 fa1090e0f5f55f347eb2e83baeabb13ead1f7e06 Package: ros-lyrical-mola-pose-list Version: 3.2.1-1resolute.20260921.010339 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.1-1resolute.20260921.010339_amd64.deb Size: 45752 SHA256: dd982fcbe5872d7898cd18928c93ed9fc684612af8cae5d9bc8415d2f17f22ad SHA1: 5ef6efc43c1af7bb0bcdfd615af8206fd0411956 MD5sum: 7e8ee72e3b995710b2fe7201064d5053 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.1-1resolute.20260921.010339 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 454 Depends: ros-lyrical-mola-pose-list (= 3.2.1-1resolute.20260921.010339) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-pose-list/ros-lyrical-mola-pose-list-dbgsym_3.2.1-1resolute.20260921.010339_amd64.deb Size: 430308 SHA256: 3909dfa056bb28a4a9613aca9eb10338228ea30392985533b1197fcdbb61e898 SHA1: c08c5c09b6b6aa7b1bb7bf93b6f44d450a60908a MD5sum: 4d251ee19021f8277de8e029e8cabcdb Description: debug symbols for ros-lyrical-mola-pose-list Build-Ids: 5ccd53a918864dc082044c2b33c767ed7f4dc73b Package: ros-lyrical-mola-state-estimation Version: 2.4.2-1resolute.20260921.011807 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.20260921.011807_amd64.deb Size: 6994 SHA256: 0e8dc7250b39d0e7a1db8853a53a0a704781db4d16cb0f2a47601ad20b0ff403 SHA1: 62219bd8d7f9fc18315f6d1b31d213d5ba9e2cbb MD5sum: 922d46a4d0161cf2ef617ffebe8987c7 Description: Metapackage with all MOLA state estimation packages. Package: ros-lyrical-mola-state-estimation-simple Version: 2.4.2-1resolute.20260921.010408 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.20260921.010408_amd64.deb Size: 115276 SHA256: 4cbb547dfc39a8a2878c76e6e41acfc7273773ae14439f478da2b78c98719e01 SHA1: f07c048e02ff9588fc01a4a7117f78fc98032c99 MD5sum: f890bc2907df09255445b144f37e9d8e 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.20260921.010408 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.20260921.010408) 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.20260921.010408_amd64.deb Size: 1234994 SHA256: 3774c75aeedb42e24570988b7ae8abb845e730f55ee3c8b7199f6c7caceee412 SHA1: 142461a813ac8b605429cf01f112f680218f2132 MD5sum: cf97e7af7ace9bd0cdc0f0ac2f62434b Description: debug symbols for ros-lyrical-mola-state-estimation-simple Build-Ids: 965185e9674fa2135fae3789d058cbf59e69ef74 Package: ros-lyrical-mola-state-estimation-smoother Version: 2.4.2-1resolute.20260921.010912 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.20260921.010912_amd64.deb Size: 290172 SHA256: 6998fd4ea83ef23d0d2e9f595c8cf867961247090beab2f377485a264d5bb4d5 SHA1: b069ecbf5ee71ce3e79c530c98b775f59ed41114 MD5sum: 259808c15b7b92af33e81490ab5a3192 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.20260921.010912 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.20260921.010912) 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.20260921.010912_amd64.deb Size: 11385686 SHA256: 8b9b71f4000c3bc90e5d12114051a6f8e649da4ba78733cce7d0f35b4c23bca0 SHA1: 1db1f59d857f5a8ad6065b77b96243f6df11e9d3 MD5sum: 33f3b8d0a0490312d76c04e00bb2bc98 Description: debug symbols for ros-lyrical-mola-state-estimation-smoother Build-Ids: 2ba600c6c388260be6f070c2d8925ed6dbaa8715 a1ed420ef0070e3cc3f97ee4d664c93696878d92 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.1-1resolute.20260921.005532 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.1-1resolute.20260921.005532_amd64.deb Size: 16246 SHA256: 2aa76b32fea47b1fe6e7e8fd9f4c47b68963ca490035e97708023de588095fac SHA1: 436eb4bc2407a7f575177e600290dfc3aeae12c6 MD5sum: 7c156b174946769fb463d28ecb04451f 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.1-1resolute.20260921.005532 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 577 Depends: ros-lyrical-mola-traj-tools (= 3.2.1-1resolute.20260921.005532) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-traj-tools/ros-lyrical-mola-traj-tools-dbgsym_3.2.1-1resolute.20260921.005532_amd64.deb Size: 389554 SHA256: 221ed3f9e3a34a4f4dc99dc2fabcd3d87ced77135289c4c9e42668ccfd766c9e SHA1: b76e82858e7d76e53798a15cdd4ed88d3e194492 MD5sum: 4558b7e8bf72a7a8cf0f88d574f74064 Description: debug symbols for ros-lyrical-mola-traj-tools Build-Ids: 8cef153807b8fcaad8d00d87b9c07e014de60cd8 9d6d1ce9f16a032ccfce53064e7882e067ef9e62 c1689044bea882d2cd83edab7b3f5cd11a0dd24f e3ce977196ab4c030e73d7b6a8a59f2f02583de6 e7c717fbff2654e897885936b42d0afc4fecc55d Package: ros-lyrical-mola-viz Version: 3.2.1-1resolute.20260921.010356 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.1-1resolute.20260921.010356_amd64.deb Size: 198508 SHA256: c904521d2cc44e40091263543f8fb6aefceade6d55ff5cedffb1d1e0ca8bda25 SHA1: 29a7aa0a8a4d3af956976b63fc7fc97387b15ee4 MD5sum: 53e171480da1df45faa75e02712d2cc3 Description: GUI for MOLA Package: ros-lyrical-mola-viz-dbgsym Package-Type: ddeb Source: ros-lyrical-mola-viz Version: 3.2.1-1resolute.20260921.010356 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3311 Depends: ros-lyrical-mola-viz (= 3.2.1-1resolute.20260921.010356) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-viz/ros-lyrical-mola-viz-dbgsym_3.2.1-1resolute.20260921.010356_amd64.deb Size: 3008396 SHA256: 58a0f3931bff5e3e9732b23a71dfac9645de5bd0fb196b2b798146370e759742 SHA1: 4049c9b034121b740c8e9936034bcda957d23c05 MD5sum: 191f52b3587ba43cbdadd95581680700 Description: debug symbols for ros-lyrical-mola-viz Build-Ids: 6ff6f3efc41a3f45ae7c84b2065f9c5c24d3c1e8 Package: ros-lyrical-mola-viz-imgui Version: 3.2.1-1resolute.20260921.010340 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5781 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.1-1resolute.20260921.010340_amd64.deb Size: 1207668 SHA256: e86083db6648a0121861ebb077bc23066f16e4ef2d21cfa6f671f03a88e444e9 SHA1: 5dbca564084ad5512a951583dc5168a58f0f0009 MD5sum: 1bd3cc6ae370c5f3bf7ff3fbe8d2d880 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.1-1resolute.20260921.010340 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 13238 Depends: ros-lyrical-mola-viz-imgui (= 3.2.1-1resolute.20260921.010340) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-viz-imgui/ros-lyrical-mola-viz-imgui-dbgsym_3.2.1-1resolute.20260921.010340_amd64.deb Size: 12376556 SHA256: 32aa10f47e6ac2e0d2b76ac43ae051910b39325f14cd8b4b900fd805192adaea SHA1: 61ade2dd7062b2a73021a13cf61b6085c4997cf9 MD5sum: 5cc3163234378cffc6cf4b517f121027 Description: debug symbols for ros-lyrical-mola-viz-imgui Build-Ids: ae5a58b463bdb9d7a4c14d9dcb2c9efaa65424b6 Package: ros-lyrical-mola-yaml Version: 3.2.1-1resolute.20260921.005532 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.1-1resolute.20260921.005532_amd64.deb Size: 61046 SHA256: 3234a4612f7d4acb73f428522dd90c9d225b6248d4f73e3e57b3a212703120b7 SHA1: b23bd40161dc7ec14acc2f382c6d17a5fc925304 MD5sum: 56c10592ab499eec2e8a56c8299e9383 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.1-1resolute.20260921.005532 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 593 Depends: ros-lyrical-mola-yaml (= 3.2.1-1resolute.20260921.005532) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-yaml/ros-lyrical-mola-yaml-dbgsym_3.2.1-1resolute.20260921.005532_amd64.deb Size: 558588 SHA256: bf893f7c7c60b709b336f4c51f078b09f8afa24b96e7540f5f388d0bccdc0e4c SHA1: 444d3a3c575882b57b12478b56d9777c436821c7 MD5sum: 28a074d2a2e1eb0e9ea7f22b147a5a2d Description: debug symbols for ros-lyrical-mola-yaml Build-Ids: fa3478303de2787c2d6c206119d7635cf5d16821 Package: ros-lyrical-motion-capture-tracking Version: 1.0.9-1resolute.20260915.141536 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.20260915.141536_amd64.deb Size: 254416 SHA256: f30f7a45a58057727736c62d7a446dadd80cebc673c028951a5e8570d2932473 SHA1: 45f0104f228d3aa16cb4d11fd633f5f8cf1205dd MD5sum: d440b307d8b223fb97a0e3a45a1c9442 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.20260915.141536 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 3001 Depends: ros-lyrical-motion-capture-tracking (= 1.0.9-1resolute.20260915.141536) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-motion-capture-tracking/ros-lyrical-motion-capture-tracking-dbgsym_1.0.9-1resolute.20260915.141536_amd64.deb Size: 2407472 SHA256: a773e03f8aed5fb280fb91cc74032d986313e03f052ccd51046eeb2a5a62f171 SHA1: a5926731c0988a23476258f8c6ebdc4a77eab5d4 MD5sum: 31bf5034547cba3932d03bd9877981e4 Description: debug symbols for ros-lyrical-motion-capture-tracking Build-Ids: 071647a3880d13e05bc1eeae2693160cf9f372b9 184eca3785827f80a5d0646fc1d01936bb5885b4 Package: ros-lyrical-motion-capture-tracking-interfaces Version: 1.0.9-1resolute.20260915.051907 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-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.20260915.051907_amd64.deb Size: 66536 SHA256: 898607616389005633a6fde657513abbb5d47ea5063b83e6efbaa7e9be688a2d SHA1: 680226362755e5e90c374f60f01b6a8088c1fb96 MD5sum: 4df4943c25c9fae1bc1921742ccd1eb9 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.20260915.051907 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 529 Depends: ros-lyrical-motion-capture-tracking-interfaces (= 1.0.9-1resolute.20260915.051907) 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.20260915.051907_amd64.deb Size: 349116 SHA256: 6b0ae233cc61a923b6b7a8f98d367eaf874ff530f80409063c7c6f30177c5ee5 SHA1: 27eefe9078b13dd888c27bd9bc0ec94ad18dbc69 MD5sum: dea8c9b5695314dbbcac99707b6c80ff Description: debug symbols for ros-lyrical-motion-capture-tracking-interfaces Build-Ids: 2c7b7cc93c6202e2f2b9cb2bec6ff83a436cce97 2f02a741409f1cb2b5c0e503913968da57a84361 4d5b37dd8bff957ef73b2c41ae821ea42e1ad15a 4f2b6393701f80a471900775a8930bc9dc91db71 6bf4ba8bacf2ba1985a66a45a571d272f7700f7e 7c8427bd7c9c9446df0991a6287d71e4de97f58d 9f063cdfd2bc95479e3fccce89fa2c5fc98b7d7d a3e5facdf99f5bdcc49a28dc37e10103cbeae074 afa745d0e850ad3476ed36a31cd94843f3a218ff bcc74c9f417e829a3dd3624ef11ac605d685b0a8 c86f088f9b7b37fcc55d3b7935677d49a669621b Package: ros-lyrical-motion-primitives-controllers Version: 6.9.0-1resolute.20260915.094222 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.20260915.094222_amd64.deb Size: 85042 SHA256: 6d4055d67c3076a88980ab544a3aeb1907e48ef92dd837a0488108bb017cbcad SHA1: bc3a83ba13da01df96975aad554dc0ab3cb90b6d MD5sum: c449d309dbc2e176a899a8dcbfae0f4a 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.20260915.094222 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1363 Depends: ros-lyrical-motion-primitives-controllers (= 6.9.0-1resolute.20260915.094222) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-motion-primitives-controllers/ros-lyrical-motion-primitives-controllers-dbgsym_6.9.0-1resolute.20260915.094222_amd64.deb Size: 1215880 SHA256: f410eda49688ddb6899a7cd41f7a773567bc231bf0bb1069bd3755cd943bba9f SHA1: 11d1aaa5ab54617a24d76f84b6b21189215efdd8 MD5sum: bfac6e13372bb79457a5f1e293ac7075 Description: debug symbols for ros-lyrical-motion-primitives-controllers Build-Ids: f69bf30b2828cc6bd3cf6d492480d7e9a1bbbebc Package: ros-lyrical-mouse-teleop Version: 2.0.0-3resolute.20260915.072215 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.20260915.072215_amd64.deb Size: 12604 SHA256: a3e6396429dac138f1102644c558842375115805f044df089e5920fcf7e5a013 SHA1: 7b95c56a128ff9cbd047f675a6da90ab600c3804 MD5sum: 0c2e80979f406853179bf00d88795fe9 Description: A mouse teleop tool for holonomic mobile robots. Package: ros-lyrical-move-base-flex Version: 1.2.1-1resolute.20260915.153559 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.20260915.153559_amd64.deb Size: 6732 SHA256: edb82235e5082e5a4e8dffbe19d84d290636e3f04162b9989c45d062e05d7189 SHA1: 72b219ed339070fbef6e19208f07802c995deaaf MD5sum: f7e029988670e67904d54f439ae906e6 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.2-1resolute.20260918.030626 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.2-1resolute.20260918.030626_amd64.deb Size: 6434 SHA256: 7138ec9b64c71d6f5a72a5098dbf7306e3a5b614cf1826dc05565c1ebc7951f7 SHA1: e4d4208d79c52162f2798821caedf61c671bd09f MD5sum: a9fa73d81503651c78ad39a29c4f3c54 Description: Meta package that contains all essential packages of MoveIt 2 Package: ros-lyrical-moveit-common Version: 2.15.2-1resolute.20260918.005358 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.2-1resolute.20260918.005358_amd64.deb Size: 7806 SHA256: 548a8707bdff2e67e4d2fea95f427dfa5f340413095e9facd5895630df735d24 SHA1: aec228d017387b3d2e41f340170c1fc26c8f6b9a MD5sum: ea3c40681d97928deb5eba163e93bab4 Description: Common support functionality used throughout MoveIt Package: ros-lyrical-moveit-configs-utils Version: 2.15.2-1resolute.20260918.005455 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.2-1resolute.20260918.005455_amd64.deb Size: 29746 SHA256: 3e938ddc70a32463f89e596a7c5fac59852aae72040507eb10d7021e576ec2e7 SHA1: 974a97d7e976010e98985effe22dffc9f58d3ac3 MD5sum: 0d539cfae7ee32acef1aa2cb0027f0c9 Description: Python library for loading moveit config parameters in launch files Package: ros-lyrical-moveit-core Version: 2.15.2-1resolute.20260918.011452 Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 5618 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-chrono-dev, libboost-date-time-dev, libboost-dev, libboost-filesystem-dev, libboost-iostreams-dev, libboost-program-options-dev, libboost-regex-dev, libboost-serialization-dev, libboost-thread-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.2-1resolute.20260918.011452_amd64.deb Size: 1373598 SHA256: 459138fa0c8ddafec921591beba9480abac446ec77dc5bfad4acd32861a72440 SHA1: fb5c1cfb2df1a6c69ee16140fcfacad7e41d00f5 MD5sum: 235575a743db384409bcdeccfdcdbea5 Description: Core libraries used by MoveIt Package: ros-lyrical-moveit-core-dbgsym Package-Type: ddeb Source: ros-lyrical-moveit-core Version: 2.15.2-1resolute.20260918.011452 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 75935 Depends: ros-lyrical-moveit-core (= 2.15.2-1resolute.20260918.011452) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-core/ros-lyrical-moveit-core-dbgsym_2.15.2-1resolute.20260918.011452_amd64.deb Size: 75131992 SHA256: 8aba21d6eeac1b0a947462c0379ef7606bea145da8f969eafa46976c7849ddcf SHA1: 268b2705ca3c8f16e431ea86fbe5c418b6591f81 MD5sum: 2ea9dbd2a66e56a8dbb597d88e4d108b Description: debug symbols for ros-lyrical-moveit-core Build-Ids: 25f644c69d5a975e727034e4d3289601fb709603 2a09b4afe23b68718ee42f4e4a57e0c1b5f02f3c 2e18ec55ce879deda137626e7c852e612fa93fb4 3838e053e4f28d47ec067d48efaa1e3750db6aae 3f3c2c111d00e3fd470e744ed582c1399db50497 55b535ce19ef180b225076f35a294462d3f603f4 59b54a09602945220a95a79a9832290395441832 5cf4f5335412f63fc3cffdb1adefe75a62266107 67c88cd8d6bbea2c5c6546115d59f308349efec6 68d9bdb5da3182e0070644c46c8ad7b0bab07e98 73b3c0474530e25133c33659d93c00fc80c6ff61 79c5563ddb6af1a7ea4e02da12de10a36ae29ca0 7e37c61aebec9288ab592f0775e32dc511af538b 8b4f289f4981c3133b9b8e11ab29ba08b44741f2 8d1f350a7e12a3f9bfb14ccee38a58523539b4f2 999dabe35261a07ac7b22c0627b63400259f3353 99ef27ef4a0dc0e1ee69a6eba699bd4b42623960 a9429ff3999f906956b861ee3ea63643f1535933 aab731d4e80adc5f939a764317af0a3a278626fa c5ff0a0f0424c29b4c2fadb90e56b4bf7bd0fc3d cc6bda4e73673c8acbf5f0d9de9d6637c890e97a d1a8e39f7ba37eebbaf944ef58fcd0cbbd6c3777 e0319e07b652e26b11642381df17de270c9f840f e0659fb76fe7aa5c16d6427797798ec552bcbb72 e19092ff9fb07a52badd08e7d41fd11a0dafd23c eee1a914cd6a1a3fb1c01eddbc17e533678d51d6 f61b7bfae356b6bf2257e0604035ec4545a3237a Package: ros-lyrical-moveit-hybrid-planning Version: 2.15.2-1resolute.20260918.022047 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.2-1resolute.20260918.022047_amd64.deb Size: 534942 SHA256: 7629427bb89f51b553c01ef8d4279000773567422879e86c592b2a780d7211db SHA1: a89aa50478e891182920437fd3cbdc082492014f MD5sum: c1fc5c93d73c21732e6a40b16cc40a64 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.2-1resolute.20260918.022047 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "MoveIt Release Team" Installed-Size: 20275 Depends: ros-lyrical-moveit-hybrid-planning (= 2.15.2-1resolute.20260918.022047) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-hybrid-planning/ros-lyrical-moveit-hybrid-planning-dbgsym_2.15.2-1resolute.20260918.022047_amd64.deb Size: 18754176 SHA256: 0d8d2781e254c1039824d73e0fb2c28311fad54a6ccc6695497f6b34c36721b1 SHA1: ba4bce11caeffc622be9165348dca50140004ee7 MD5sum: c3a749c8d7f060f1e301f7fc44f62520 Description: debug symbols for ros-lyrical-moveit-hybrid-planning Build-Ids: 00e567a668b0a9d5471c2041ea1886f7aac43133 38f1dc764ac0af7e90acdf6ff9402d61b5538392 597e614359f331de70be12004ddc14eaa87a3785 7d14798662a27a8a52ef2496367d3f4de9b114ed 948557e43485fe6fd03a7425e4a83413ed032528 bf3e8ae51376d1b4c9e6bb26821b417ee816d608 c1bce9d7d9b89ccf4b7c5d7272c5100e0760d957 da7414dedecf232eedba083527d83b466b3b5a58 dca775ff83666edb5661d64c3bc097e1122dd955 Package: ros-lyrical-moveit-kinematics Version: 2.15.2-1resolute.20260918.020337 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.2-1resolute.20260918.020337_amd64.deb Size: 250998 SHA256: d84bc14718728bf597bad6e7076c53057fd5e20a4585ad4930a3aac36088d921 SHA1: 23513e23ab50de104a69062f5e2a0dd83cfd687b MD5sum: 4f77e94516d11a712fab8fd889595bbe 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.2-1resolute.20260918.020337 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 9371 Depends: ros-lyrical-moveit-kinematics (= 2.15.2-1resolute.20260918.020337) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-kinematics/ros-lyrical-moveit-kinematics-dbgsym_2.15.2-1resolute.20260918.020337_amd64.deb Size: 9222642 SHA256: c52a3c429da03ff751fd776a52401fc746dd05ec0fd1f42737dd7b192c543cb8 SHA1: 68613b981d9872023572b7c7a28ea5c637b69997 MD5sum: 95fc26ca3eac156b080530513f593e57 Description: debug symbols for ros-lyrical-moveit-kinematics Build-Ids: 08b548ce12070ed744547b896f50e0cb53c8fa2b 80ce3b55fd53edd97ea12f4c1690a69c61c8316a a666a4fc5d96987741200114c4aa488c45593756 f5bfcbb223df511ef06f9cf60548d0ce613495f0 Package: ros-lyrical-moveit-msgs Version: 2.7.2-1resolute.20260915.053249 Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 36697 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.20260915.053249_amd64.deb Size: 2192994 SHA256: 12b73ea4441a5f2d659e56cb537d7b8827ea31a1364ad8b3c0b9b00cfbdd8bf9 SHA1: 9612ad175d816f35810f50ab90f7c1f01215a080 MD5sum: a2e71f9317bb6206e2ab4a29adcb8e8f 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.20260915.053249 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 33828 Depends: ros-lyrical-moveit-msgs (= 2.7.2-1resolute.20260915.053249) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-msgs/ros-lyrical-moveit-msgs-dbgsym_2.7.2-1resolute.20260915.053249_amd64.deb Size: 27298116 SHA256: 817207fa3a1e64867651517ee377b3d7f68e803f0bd2e00b614601fbc890de6d SHA1: 466cb7d4c831eb82c2c9229503378bb812f2a2ab MD5sum: d26f966e9309e7ef8237d4dcbf82b521 Description: debug symbols for ros-lyrical-moveit-msgs Build-Ids: 01047bdb1b83decf7bdb0263152cfdfbd103a568 34bf7372f3c30e71b754e2b59969517f9c9cd211 366cae10bb426c5c33a56e58e5c14f9d00c0410e 3f0cbd50b5746a5e24fcaed3fc611fb357534042 82e17f8b56ff322edc63484582eb796b61e79588 861b48de9d125c073008b1ec5a646cbed1ab7a77 8835cf4f14fb7dde519e832a707984a1ddb21087 bf3afe4ca2e335893ce470ad9c08da119f449f37 c7fe72c9dc4c60cc750e507b845abad97ab0c021 d303e8d5f809e5deefd1b7be7f3ff6efcd09a5e9 efb7bc4cd144f73dd6eb388d5f9ce1aa57394c9e Package: ros-lyrical-moveit-planners Version: 2.15.2-1resolute.20260918.022354 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.2-1resolute.20260918.022354_amd64.deb Size: 6386 SHA256: dade8e1d06f9ebd12a16486f1f9077a8d48db0296c1985d08c73485bac4e9f63 SHA1: 2266e6de2bbd7c15a5b7cb97943938e07c1eca36 MD5sum: d0bd05bfd9cf1d15694f94544b4063e3 Description: Meta package that installs all available planners for MoveIt Package: ros-lyrical-moveit-planners-chomp Version: 2.15.2-1resolute.20260918.014231 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.2-1resolute.20260918.014231_amd64.deb Size: 36672 SHA256: 93e1bca42242aea7b028709697d5a0bc59bae3eac5e6fa5d7a3828486b4b21a1 SHA1: d092539e214ee9ea659f0f253956ce670a7d9845 MD5sum: 941362a5e2dce1b8c661f7763ba6e57f 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.2-1resolute.20260918.014231 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Chittaranjan Srinivas Swaminathan" Installed-Size: 4347 Depends: ros-lyrical-moveit-planners-chomp (= 2.15.2-1resolute.20260918.014231) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-planners-chomp/ros-lyrical-moveit-planners-chomp-dbgsym_2.15.2-1resolute.20260918.014231_amd64.deb Size: 4345028 SHA256: 7901fd337aa7912e8f2cb4650b279596ffb88c908d9d897eb166aecaac21066b SHA1: 334fa64e6bd1c363a9b33c36b3a030cfd356a1f3 MD5sum: 7644d4824fdcdf6901473099aadee6d3 Description: debug symbols for ros-lyrical-moveit-planners-chomp Build-Ids: 69cebe9d8a21cc424b6878b5b8af72a3b5293754 7a7ec8cdbceb85fafb860d8efa07cb6cc60f35e4 Package: ros-lyrical-moveit-planners-ompl Version: 2.15.2-1resolute.20260918.020543 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.2-1resolute.20260918.020543_amd64.deb Size: 355120 SHA256: e5c5af17ec6cc7b28330f296f94741adf5854457119e9860285d2bb6c9b091ec SHA1: 27f997f76a6455f0454789b79f4d0a5c481cd829 MD5sum: 370558662bd0345442a41231398fa2a2 Description: MoveIt interface to OMPL Package: ros-lyrical-moveit-planners-ompl-dbgsym Package-Type: ddeb Source: ros-lyrical-moveit-planners-ompl Version: 2.15.2-1resolute.20260918.020543 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 22519 Depends: ros-lyrical-moveit-planners-ompl (= 2.15.2-1resolute.20260918.020543) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-planners-ompl/ros-lyrical-moveit-planners-ompl-dbgsym_2.15.2-1resolute.20260918.020543_amd64.deb Size: 21842834 SHA256: 9cd39e0f488ac8e03970fa6790383e20a286c121fd210c3c47d5dcfabbd70afb SHA1: 6fe7a7a0f94b0bb2ac79da46bfab75806b9c6e5f MD5sum: 93e10586c5949f6b52ccd07d44a355fd Description: debug symbols for ros-lyrical-moveit-planners-ompl Build-Ids: 0186aee79960c1b3cc71c2a92381a46b47b7b408 10256416289b4cc8b3ee8f10b1f02b71512deb61 809b6c90f6034b37ddc9f52abd53b2927363cab4 Package: ros-lyrical-moveit-planners-stomp Version: 2.15.2-1resolute.20260918.013347 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.2-1resolute.20260918.013347_amd64.deb Size: 147606 SHA256: a97eb80ec8dc2f30126a7cbc23ff558a5f81eaf18c0bbbce5cabcacda2dd739c SHA1: cfa9f05fbb709b3e89291fa1cacfd1b912feae1a MD5sum: 5873d9c69da4ea5e949afdd166228512 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.2-1resolute.20260918.013347 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 5511 Depends: ros-lyrical-moveit-planners-stomp (= 2.15.2-1resolute.20260918.013347) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-planners-stomp/ros-lyrical-moveit-planners-stomp-dbgsym_2.15.2-1resolute.20260918.013347_amd64.deb Size: 5382578 SHA256: 048dcae75d31622ac60e9a00232a697f806c67f9be3715270973da9e6e86d913 SHA1: 9d7d504e4da8507b4f41bc9e1380a29b2359e162 MD5sum: 7ace04b0caa1449e580acd003eda74f9 Description: debug symbols for ros-lyrical-moveit-planners-stomp Build-Ids: 496475685ab1df197e3dd59d0415d281535de069 Package: ros-lyrical-moveit-plugins Version: 2.15.2-1resolute.20260918.013824 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.2-1resolute.20260918.013824_amd64.deb Size: 6028 SHA256: 8b25365feb9408d3213473a4890f3ea7ca44e957433736cb5c8394097181d290 SHA1: 7caeb6ad33353b91517878f7bc7198ed6d64ed81 MD5sum: a5a894c32ac5092dfcf27c44ed11a8b2 Description: Metapackage for MoveIt plugins. Package: ros-lyrical-moveit-py Version: 2.15.2-1resolute.20260918.022820 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.2-1resolute.20260918.022820_amd64.deb Size: 430350 SHA256: f9ee91c8a36f59fc7803a6e6270952f686601e99a2ef70ef49bf18862d306a61 SHA1: 1fd625765f7f75b5888bc33e33af4b8d729bea67 MD5sum: 53573a280f6689742252900659591db4 Description: Python binding for MoveIt 2 Package: ros-lyrical-moveit-py-dbgsym Package-Type: ddeb Source: ros-lyrical-moveit-py Version: 2.15.2-1resolute.20260918.022820 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Peter David Fagan" Installed-Size: 23681 Depends: ros-lyrical-moveit-py (= 2.15.2-1resolute.20260918.022820) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-py/ros-lyrical-moveit-py-dbgsym_2.15.2-1resolute.20260918.022820_amd64.deb Size: 23146680 SHA256: 26cb0834f27f776c20ac1be4a6c05fe487792af1414771242301f24faae14f48 SHA1: b69256004022e9feaf7a4a221a91a1b5090c58b6 MD5sum: 60ba05ffa132a5ab8cc2de59f53cc745 Description: debug symbols for ros-lyrical-moveit-py Build-Ids: 1730ac7310949cb539d0d5efc2fc5ead3a81cb16 903d125b0c34b718a3e62af6f9b4c27edc4f4f68 9150efd9791e1d2d25d83bdd472ea6b301e85787 Package: ros-lyrical-moveit-resources Version: 3.2.1-1resolute.20260918.005433 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.1-1resolute.20260918.005433_amd64.deb Size: 5740 SHA256: 4981f079da94b97be5d446a083a5cd555e26cef1195460fa6fa23c3be10d20b7 SHA1: 0db931947ef4b6997617040b79f5efe3f428a888 MD5sum: a721cb1271b3cb86d6445d49fdd90c47 Description: Resources used for MoveIt testing Package: ros-lyrical-moveit-resources-fanuc-description Version: 3.2.1-1resolute.20260918.004140 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.1-1resolute.20260918.004140_amd64.deb Size: 127764 SHA256: e4caa51dfc569a4bbab81cad6addc6be3d7a9979fb1a600dd45863240f599d7c SHA1: 199bfae81da9373cfa58f6ffa07b943537ff74fe MD5sum: a706490c225eea1a6bf88274716b7e87 Description: Fanuc Resources used for MoveIt testing Package: ros-lyrical-moveit-resources-fanuc-moveit-config Version: 3.2.1-1resolute.20260918.004843 Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 94 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.1-1resolute.20260918.004843_amd64.deb Size: 15746 SHA256: b6326f3e30b9238d714e8315f043cb605fe8973eca743b3198275bba6801f445 SHA1: ab2173f9ecddf636d7dada818f8c3260d1cf2be5 MD5sum: 6bf5f274690bcbcc466ffd12f2585dec 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.1-1resolute.20260918.004226 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.1-1resolute.20260918.004226_amd64.deb Size: 3056722 SHA256: 05043d49d27d7ade77658a21ccfac55da6dc7edb2b70afb8670874a32de46f2d SHA1: 90ea42b6dc0e1f2ba9044339271eee2697e89a8c MD5sum: e909eec19da751100c073b3449480d98 Description: panda Resources used for MoveIt testing Package: ros-lyrical-moveit-resources-panda-moveit-config Version: 3.2.1-1resolute.20260918.004742 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.1-1resolute.20260918.004742_amd64.deb Size: 20226 SHA256: 962d570777a52aaa9c8d668e20a2d52360d28c4c5234412e6c3650468a6e5b3b SHA1: 1d7bdd43dd0c7388b9304500bcf74ad43223b798 MD5sum: 27341105e557341f60b7fa8fff88c2fe 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.1-1resolute.20260918.004139 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.1-1resolute.20260918.004139_amd64.deb Size: 24282584 SHA256: ffc898978907ef27f07b07957493894a4438e8b1d6cede825cf3ab0a9c9872e0 SHA1: f32b6cf2a1bf3b0e205affe359955bfb3491901e MD5sum: a58d924ceddfecc02190e9ffe1e13663 Description: PR2 Resources used for MoveIt! testing Package: ros-lyrical-moveit-resources-prbt-ikfast-manipulator-plugin Version: 2.15.2-1resolute.20260918.013349 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.2-1resolute.20260918.013349_amd64.deb Size: 137782 SHA256: a3a31fdbe3921dd5dc040e10a3833e620f09756982e9d0b5bcbc6bda7e3cd206 SHA1: f45d1794a0d082f2ef50e42fe8df7cac0e56bb1f MD5sum: 6b182843044d50c472b0e7ae8e26194e 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.2-1resolute.20260918.013349 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alexander Gutenkunst" Installed-Size: 2911 Depends: ros-lyrical-moveit-resources-prbt-ikfast-manipulator-plugin (= 2.15.2-1resolute.20260918.013349) 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.2-1resolute.20260918.013349_amd64.deb Size: 2859136 SHA256: 07520f65fca350ac8911a80724e5c055a1d92f305be58882cefae1fbf39ea94c SHA1: 7a9d751ec31c4d7f25781579b7c2119c0ca2bdd1 MD5sum: 1612ee57f969c1e9617f3d68301891b6 Description: debug symbols for ros-lyrical-moveit-resources-prbt-ikfast-manipulator-plugin Build-Ids: 38552ffc7a66f3a81c54d8ee18e081b161bf0159 Package: ros-lyrical-moveit-resources-prbt-moveit-config Version: 2.15.2-1resolute.20260918.021638 Architecture: amd64 Maintainer: "Alexander Gutenkunst" Installed-Size: 87 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.2-1resolute.20260918.021638_amd64.deb Size: 14494 SHA256: 83225f62922a0183c7369a44ceff8e03b5f0567573320b468b95c47bf45b3c4e SHA1: 4e76c7d7d057feac898a34c8ae2c55bf3263074c MD5sum: acbaec82d7f864468b592211c1957236 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.2-1resolute.20260918.021808 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.2-1resolute.20260918.021808_amd64.deb Size: 160816 SHA256: 429698a379cd4a883c22681825716889ae51659ef31d0fb6e2a1201ac3cd9ad0 SHA1: 3b919c10817a228daa2e28cc4a6ad7be1330381e MD5sum: 96910de60e447423921d96d4e909ead1 Description: PRBT support for Schunk pg70 gripper. Package: ros-lyrical-moveit-resources-prbt-support Version: 2.15.2-1resolute.20260918.005500 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.2-1resolute.20260918.005500_amd64.deb Size: 757204 SHA256: 276527b357d56c2987a6352a77822b489075786692180ce3d3fa82b0e902c270 SHA1: cc05dbdf5caeba1edfa9161cbd5b5e391c9536ce MD5sum: a40c8190bb892fa9712d4a81ef017a92 Description: Mechanical, kinematic and visual description of the Pilz light weight arm PRBT. Package: ros-lyrical-moveit-ros Version: 2.15.2-1resolute.20260918.024634 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.2-1resolute.20260918.024634_amd64.deb Size: 6418 SHA256: 1f60f72a011264975957865cee53c12dd5b2639133e96fe97837f50bda49d3f1 SHA1: fd8703532785d2ec83b36a981ea0631d57f33a97 MD5sum: a11b4ec7bd85be7e31eaf384d0ac2f68 Description: Components of MoveIt that use ROS Package: ros-lyrical-moveit-ros-benchmarks Version: 2.15.2-1resolute.20260918.021013 Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 657 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.2-1resolute.20260918.021013_amd64.deb Size: 199748 SHA256: 9ca4ccb71121730dce109b49912c7b93a795414cf8209b8968d524a2ccea9f8a SHA1: c9c00883628eb6343cbb428f03040195b53d1ec5 MD5sum: bb9984c8c2ad20c75cb3eb3bc1616d0c 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.2-1resolute.20260918.021013 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 6852 Depends: ros-lyrical-moveit-ros-benchmarks (= 2.15.2-1resolute.20260918.021013) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-ros-benchmarks/ros-lyrical-moveit-ros-benchmarks-dbgsym_2.15.2-1resolute.20260918.021013_amd64.deb Size: 6721084 SHA256: 302f2b87e1ac05c7d7a178684528b90bad1cfc02c922f4847c7c28554f6d9d79 SHA1: ae748a8b8cfdac6476448eb3a4e63118847bf567 MD5sum: f8ccb48f1ba12b078398a7af690eb3f3 Description: debug symbols for ros-lyrical-moveit-ros-benchmarks Build-Ids: 57f8321899fb27b640586db7c43f0fd0d816cc40 cd2de909bd3a4b7262495ac0249fd179fea6411f Package: ros-lyrical-moveit-ros-control-interface Version: 2.15.2-1resolute.20260918.013823 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.2-1resolute.20260918.013823_amd64.deb Size: 199612 SHA256: 01e55c2b501926d048b7ac00fe3e51f5048d1a5f4207a998431b3aac77638259 SHA1: 1b6b48a4f85c2b19341fe7d6f0ff34bf0417279f MD5sum: 0903e598461731dfb59565ec6694ea7b 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.2-1resolute.20260918.013823 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 4766 Depends: ros-lyrical-moveit-ros-control-interface (= 2.15.2-1resolute.20260918.013823) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-ros-control-interface/ros-lyrical-moveit-ros-control-interface-dbgsym_2.15.2-1resolute.20260918.013823_amd64.deb Size: 4306996 SHA256: 26b6a4369e6006861325e2d4448bf00062c5e84b5af32eda9594fca3e7f18d74 SHA1: a70ed0f2173ab3b3e659d375cef9cb6d73afbf87 MD5sum: 8761d46df6f84c7cf4ef1153f223a4ea Description: debug symbols for ros-lyrical-moveit-ros-control-interface Build-Ids: 0561e74a92f626a4ddede289e1f99ad4998fe8c9 4b356ec3f548c9faa6055312d5471ec98162de6a 7ce81062c0ced692c2428cb4599cfff052ad8375 9f126d508cecc19472dc023e7aefab6fc5eff6d2 f35a9575f8c7326e9f95383581f859964441abe2 Package: ros-lyrical-moveit-ros-move-group Version: 2.15.2-1resolute.20260918.020818 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.2-1resolute.20260918.020818_amd64.deb Size: 377094 SHA256: 090edeefcd487e2b302b31212d586499920c0626a096b3412823612555a5eaa2 SHA1: d802b5079a979b44ef2dce690f3a0b4b9e483ffe MD5sum: 37897d955df771b7e7d3e0f9fd4c7f5a 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.2-1resolute.20260918.020818 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Görner" Installed-Size: 28002 Depends: ros-lyrical-moveit-ros-move-group (= 2.15.2-1resolute.20260918.020818) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-ros-move-group/ros-lyrical-moveit-ros-move-group-dbgsym_2.15.2-1resolute.20260918.020818_amd64.deb Size: 27462356 SHA256: 23a6f827ebc07bb19d9ca4ad637786d39a4e99996b198aaf9f4fed4d8bab1348 SHA1: 8e3b55ffff4ff8db7417fa32542f9e70550949d1 MD5sum: 8e53b1b0d1773adde5a17905696b4ab6 Description: debug symbols for ros-lyrical-moveit-ros-move-group Build-Ids: 388f175ca8b0f9075e7102a2f6052245bf81766f 64e41ba1cc35c68ae892267188e5bf23163711dd aea93dee4b83941423cb229388f3821ca7fbe369 fb432bc5f7ee22cfeec87f8d6755ca762ba89039 Package: ros-lyrical-moveit-ros-occupancy-map-monitor Version: 2.15.2-1resolute.20260918.013346 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.2-1resolute.20260918.013346_amd64.deb Size: 223536 SHA256: 55755c77cb4a34c39e72112c4019e9dd6c5dcae49c871421a6caed55273448dc SHA1: 0e2d921bf1cd0a7b5eca4c96161006e46e074a75 MD5sum: 893c07e365648791c643f18e7f9b333f 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.2-1resolute.20260918.013346 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 4795 Depends: ros-lyrical-moveit-ros-occupancy-map-monitor (= 2.15.2-1resolute.20260918.013346) 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.2-1resolute.20260918.013346_amd64.deb Size: 4234972 SHA256: 59385832e8b378a34111a9831616f3634a668a219ab9385fc0a1938c2e7bb283 SHA1: 57fab40131bb19ee6ba55a864cb3df6994ba1bf3 MD5sum: d446e8a530a3773e5e48feb62dc4ffe0 Description: debug symbols for ros-lyrical-moveit-ros-occupancy-map-monitor Build-Ids: 3eed469d3d3f718eafad819f718a08aacc20b434 4c71f5b678f4e489bcafeba47e9c856b2c290b68 Package: ros-lyrical-moveit-ros-perception Version: 2.15.2-1resolute.20260918.020336 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.2-1resolute.20260918.020336_amd64.deb Size: 400894 SHA256: 69c274998f5ad5199a2eb3de928b2f89b609445df04be87ddcfecee660c8accd SHA1: 8af5c7fb921c39c7ba393162cac97e9164c69986 MD5sum: 307c45ff005f5d087fa79887d11b4391 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.2-1resolute.20260918.020336 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 11385 Depends: ros-lyrical-moveit-ros-perception (= 2.15.2-1resolute.20260918.020336) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-ros-perception/ros-lyrical-moveit-ros-perception-dbgsym_2.15.2-1resolute.20260918.020336_amd64.deb Size: 10280694 SHA256: 4cd7f5832ce0258e2fabf04e2648e755e9f0f9f309696506c70545c462408aee SHA1: d163004e97edb5e0e26c520db0dae542006012bb MD5sum: 3cb82ac2dee8b50252bd9b958f03c695 Description: debug symbols for ros-lyrical-moveit-ros-perception Build-Ids: 04d9eddf937a820cca1141b70d9bf28e88d576db 2edbebf15ccb24de62225318f30f999b1b9ee6e5 30c681cada02876343d42c39edb1a52131ce490d 65dc9267d577a11d7ce55c65c215e3c82e8cef35 8c215bd6cf02d1bcd07b2d46958706406064803a 958f4c045b2bba14bf6604923f2e99dd1c4ac6a2 bde5b5051e5157e47fff385f873de289e58543a0 d38a3fa0e64da4c7c16b10c0b4c7d5d51e2b256c Package: ros-lyrical-moveit-ros-planning Version: 2.15.2-1resolute.20260918.015212 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.2-1resolute.20260918.015212_amd64.deb Size: 1201938 SHA256: 5331fa0c780d3e0b8467d97eb7ca69acd7b64429d4235d2fd72b0a3462d135fb SHA1: 6c61cf579087abec9d1f6ec67d505039710f6764 MD5sum: e2ba01205347fb54f663b0e4f8b50506 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.2-1resolute.20260918.015212 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 67666 Depends: ros-lyrical-moveit-ros-planning (= 2.15.2-1resolute.20260918.015212) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-ros-planning/ros-lyrical-moveit-ros-planning-dbgsym_2.15.2-1resolute.20260918.015212_amd64.deb Size: 64133418 SHA256: 6b6346685d45e9ed6ea32f9e692d447bff830cd7c3ec59124e800bb46ecb3adc SHA1: cb8988694a2ff146240f1ff80f701e51e7c2eec8 MD5sum: bbd3e24206b96b84231c18b114af0390 Description: debug symbols for ros-lyrical-moveit-ros-planning Build-Ids: 0b57ce386e2c70957b5e7ab4e8b9ccc5a7ef6b02 17090ba8cc9ec3d4c99a017f11062891247f9500 2f6d3bf24143fcc1c9362de472e2a7532dcb4734 376b713bee846ee49d1260f25fd7181a0983578d 377ed8fcbf81727bc5a70da0216a69f8c7ec4a82 43d72a63a3acbd3e8c6a4ef2ed75f473f75eaed3 469092717322cfae9d0113ed9dd7467e0c783559 4dd1850c2c73ba217d445f64f11843d484ee7048 532b38df2087056b63222c31b8c0afb127615767 8d3a86de3d30b1bbdc6ee59c32689addd036daa9 9c83ee2e1551727c5c9137682793e1e60ebb148f a7875ab02f8836eb095dcae9a02fe28979dce2b9 a81cc9688e9a7998f564728047121614c5a82965 aeae4136ca3de8afb49b61aadfb2a38335b4757d bc6419c46c06cec4c43b38204329ede52457c039 cf4924571ce4bc646ed7b390f4f2edc9a7caf02b dbe23637485a214ee350ad1b2c3530f4100e141f e20735743680f25bccaf08f3cae144a092a75caf e85d2f9dacdb0a88e8ff2ee21f6cede66e8f0c58 e91213d1ea38dc80e6cf4c6cacfc00a480cc7a4d f445a7e68116e4f76cd249c69f303f364373c012 fecfbf9ea9620398d43c5870d86e331036ad426c Package: ros-lyrical-moveit-ros-planning-interface Version: 2.15.2-1resolute.20260918.021636 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.2-1resolute.20260918.021636_amd64.deb Size: 269528 SHA256: 86a3c08f018eaabe6a7aa54f1ab14b857026bd3169f182c418b04fb59ff1ca02 SHA1: 8277a44abba6df058d47a852241315764f8b68ba MD5sum: 3a4895e2d6171fe49e6db3ff15d6504e 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.2-1resolute.20260918.021636 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 9761 Depends: ros-lyrical-moveit-ros-planning-interface (= 2.15.2-1resolute.20260918.021636) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-ros-planning-interface/ros-lyrical-moveit-ros-planning-interface-dbgsym_2.15.2-1resolute.20260918.021636_amd64.deb Size: 9319958 SHA256: 7eafde581cbde458baa3820b32ba88e889866200ab5776450f3f7caab62fcb1a SHA1: ee25f085f56b2f5cf69506b537b47dc64e539379 MD5sum: 3858fe8e23d9f0218d9ddcb85d693e25 Description: debug symbols for ros-lyrical-moveit-ros-planning-interface Build-Ids: 69b45d17a95f7bc241acd929b29da6861d005000 80cc983df8891dcc9655b08646a5bda917bf44a8 b27bc7304780c706a3f55ef068cb70cf767a911c Package: ros-lyrical-moveit-ros-robot-interaction Version: 2.15.2-1resolute.20260918.020337 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.2-1resolute.20260918.020337_amd64.deb Size: 182376 SHA256: 4c32602c29076d0c3db96730178e3ed52c14d2de7c9667c07522fc89067bbd8d SHA1: a10a2db06b8a76685b64b3415cbad0c193ca542b MD5sum: 9393e6cf4c5de323d66bfb5542821122 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.2-1resolute.20260918.020337 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 6921 Depends: ros-lyrical-moveit-ros-robot-interaction (= 2.15.2-1resolute.20260918.020337) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-ros-robot-interaction/ros-lyrical-moveit-ros-robot-interaction-dbgsym_2.15.2-1resolute.20260918.020337_amd64.deb Size: 6527312 SHA256: 11640a6562008fd32fc9aa0d6782f92f27840d3677abc2aeac28e6038bad8e54 SHA1: 1acf0d64f6a28356d2059e11ada8c57822f43fc6 MD5sum: 568f061f6634f90b5f6457be0f56f108 Description: debug symbols for ros-lyrical-moveit-ros-robot-interaction Build-Ids: a1bc1f55678e2c4c41719044e328e446b3ec84e1 Package: ros-lyrical-moveit-ros-tests Version: 2.15.2-1resolute.20260918.005908 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.2-1resolute.20260918.005908_amd64.deb Size: 2176 SHA256: b355caa3d0781464c060703de36c4aa4e368762a8f1d8ce2e0b817b174fae97f SHA1: ebe5f7a35da8715f02b9b71659957a818ae1ba5b MD5sum: abe43a09f6b720f26d8b63cac2e78000 Description: Integration tests for moveit_ros Package: ros-lyrical-moveit-ros-trajectory-cache Version: 2.15.2-1resolute.20260918.024807 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.2-1resolute.20260918.024807_amd64.deb Size: 143054 SHA256: 7964763308070aac95146bb60c90c3af78fe87d06fa4a36f9ecd1f7d5fc26329 SHA1: fb42b454afd17aa343494ee33bb639420348a4ef MD5sum: 170ba8fedd462a11c27b6946bdb1e453 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.2-1resolute.20260918.024807 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 7764 Depends: ros-lyrical-moveit-ros-trajectory-cache (= 2.15.2-1resolute.20260918.024807) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-ros-trajectory-cache/ros-lyrical-moveit-ros-trajectory-cache-dbgsym_2.15.2-1resolute.20260918.024807_amd64.deb Size: 7648212 SHA256: 90975adeda88bb23da5458826c1ffd4077a4f326eaa444651cd0b75b31d63394 SHA1: 8c3fec770a8074ebec06eaa9cf5bbb0fadb7dda2 MD5sum: 3bdc20e2373ec6a7029359a3e2c08250 Description: debug symbols for ros-lyrical-moveit-ros-trajectory-cache Build-Ids: 1feb186b020a6f9f645d61e6573386aca0b319de 51a1e3a919eb16d4c1b38f007928ea52df462472 79ed5dce60df176b0cec4d8e88b94ce9a04a3581 98e8030d92ddea0bf889d25a64660c9621520e73 Package: ros-lyrical-moveit-ros-visualization Version: 2.15.2-1resolute.20260918.023552 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.2-1resolute.20260918.023552_amd64.deb Size: 751530 SHA256: c249172e28f93d961695b70b17b820b2b8e9eeecb930ad3ab643e00acd3b1921 SHA1: 65225cceae88aaaeb1f54c45059cbce5b8e69d4c MD5sum: 678853a305cadbfac21317af4ba9d52a 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.2-1resolute.20260918.023552 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 42048 Depends: ros-lyrical-moveit-ros-visualization (= 2.15.2-1resolute.20260918.023552) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-ros-visualization/ros-lyrical-moveit-ros-visualization-dbgsym_2.15.2-1resolute.20260918.023552_amd64.deb Size: 39515196 SHA256: 7ad6ef52193ab781e226bc34f162cc7992aca18767fb3601fb3dfdb715aaf0ff SHA1: 8a8187991e2c0ab787413ad54f85f3cef34fbadd MD5sum: de6b46d399c8271e75eaa5799299da32 Description: debug symbols for ros-lyrical-moveit-ros-visualization Build-Ids: 15ca72f7ba92bdbf7a6758fc7b3280ccad057cf4 21e016056314477f583efd846f13f4e87867bb03 2bf7f657543c218e14e5b48696ce5f5ca4159515 4ade5ad9d0552b36505f63826775c99eb683ad1a 58fe6f9e02bf3cbd875e997c1a21f11cc39a9b58 bf8d3b4dda77973c991401dc86245cf5a67789c3 c47dfa7595c6a138bccafdaf32842b475217f6b1 e8ab532d46811c18b629f410dbd4ac2ddf57cefd f745d4010ca093e53a053dd541bcd6f9fe43d2e6 Package: ros-lyrical-moveit-ros-warehouse Version: 2.15.2-1resolute.20260918.020335 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.2-1resolute.20260918.020335_amd64.deb Size: 520488 SHA256: 40c72af2e1f5fdcae77febcac3509b74b97399bafe1dd6269b5e478238736ac4 SHA1: d0f3b0242a0d149888c1fa3e4bf36a96d9dec400 MD5sum: 4a60c544098dd7f85b5c92177f497c4b 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.2-1resolute.20260918.020335 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 20627 Depends: ros-lyrical-moveit-ros-warehouse (= 2.15.2-1resolute.20260918.020335) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-ros-warehouse/ros-lyrical-moveit-ros-warehouse-dbgsym_2.15.2-1resolute.20260918.020335_amd64.deb Size: 18934936 SHA256: e9e10f80a3267aaba0e85c841360e6dca6743488f64e6fdc8e521e9e8c306c33 SHA1: a71739482269812a78edb5500e9d885307b2e79d MD5sum: 9495bebc1c15af28bcd99d1d0a8b19e8 Description: debug symbols for ros-lyrical-moveit-ros-warehouse Build-Ids: 485358867a2db92cf583b960afd38c160d600d96 5599183cc42ac81f1210b139de0baca1909862b7 a0be0505af5a01f552b715df527ca7c5e8f5c915 b711d6d22a003446a23c678d8bc3749a23b8c17b cb249747b9668ad3c4d14656094db8a431651b43 da0cbcfffec63f59ee0fa038c6eb41e9713666b0 f40da2d0acdc557279a4b78cae92752499f1d75c Package: ros-lyrical-moveit-runtime Version: 2.15.2-1resolute.20260918.022558 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.2-1resolute.20260918.022558_amd64.deb Size: 6152 SHA256: 5193277115c33fd7df0aca980a20bc2f861de64baf5a2030b2fc095937773597 SHA1: ec48a5af58b0d0b6e6311982fcea79c5772df3bb MD5sum: 3d01b539f100ccb6355f3f155224c570 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.2-1resolute.20260918.024625 Architecture: amd64 Maintainer: "Blake Anderson" Installed-Size: 3375 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.2-1resolute.20260918.024625_amd64.deb Size: 675240 SHA256: b5593328f2145fe428d72f8a4e4c84be5501f39aedd843e27f63a79ac0e0f4b1 SHA1: 2445da7756d3fc66499dfa1124ffb5326e219572 MD5sum: 3b719939b9d12f2fc17b53b9656fcaa0 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.2-1resolute.20260918.024625 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Blake Anderson" Installed-Size: 31498 Depends: ros-lyrical-moveit-servo (= 2.15.2-1resolute.20260918.024625) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-servo/ros-lyrical-moveit-servo-dbgsym_2.15.2-1resolute.20260918.024625_amd64.deb Size: 29935074 SHA256: 4d66756a939ba9755a89746fd09cd39eb60b45b7f5fa8da0d78f410796f061f6 SHA1: 8e768d6f22b4475f95cb5107eeeea07fe9724538 MD5sum: bc04bede9918c42e66263c29f45984e3 Description: debug symbols for ros-lyrical-moveit-servo Build-Ids: 4f4ffc08e74cc219bfbce54b29dcf1557dd1e750 ae7fdf65506e9c3a1d13e7a07318ee472b69e824 b95672528f8d87fcec8dbb4999ff0cf1cfdcca1b e2291ca8c0fc3604ea2a207dfd9e479accd6dffd e3c2d6a8b8f4da0f3db164bf5d4211e54c68b5ce e9d7d0b6c57f1ff48618b6737f237b1adeb89377 ee6270b12a11500969e930b24dc5eb10cc5527dc Package: ros-lyrical-moveit-setup-app-plugins Version: 2.15.2-1resolute.20260918.025214 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.2-1resolute.20260918.025214_amd64.deb Size: 79076 SHA256: 8a7fc6d1211b698040e1c1bdc2df64915aa0bf9d14f7e319c3ab0d24e11fa9a0 SHA1: 958b6cfcb6ac5f21b477952b437ad95079978fd2 MD5sum: 773538c8090fdb83e5286d3e2a3066a2 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.2-1resolute.20260918.025214 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 3277 Depends: ros-lyrical-moveit-setup-app-plugins (= 2.15.2-1resolute.20260918.025214) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-setup-app-plugins/ros-lyrical-moveit-setup-app-plugins-dbgsym_2.15.2-1resolute.20260918.025214_amd64.deb Size: 3213830 SHA256: 19d244f13ac338bdb27ed3896436ef62ec9f61e5f07052f32e24292b828aa83d SHA1: 8f300a8fad6c10f42b4a0620e87b95b9953196c0 MD5sum: 66c47074f89c5f51ecc067950de5aa4b Description: debug symbols for ros-lyrical-moveit-setup-app-plugins Build-Ids: 8ff68573a979c8eb58d3df3bc3db89d55f16c4d2 Package: ros-lyrical-moveit-setup-assistant Version: 2.15.2-1resolute.20260918.030107 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.2-1resolute.20260918.030107_amd64.deb Size: 244372 SHA256: f399e83a3aa0830b052eef304394fdc7693a905118066d56dd2ea6c55b01a0f2 SHA1: be669627a75cac576fc023371d828a7eacd1a2bf MD5sum: 1a264f9d5f4483cf07fb46a7f4b8479a 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.2-1resolute.20260918.030107 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 5783 Depends: ros-lyrical-moveit-setup-assistant (= 2.15.2-1resolute.20260918.030107) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-setup-assistant/ros-lyrical-moveit-setup-assistant-dbgsym_2.15.2-1resolute.20260918.030107_amd64.deb Size: 5596930 SHA256: 3d7c5aac82199b58ae482c0b60b93d99344169a091669add9515bd6311bce89b SHA1: 6cb4bb5cb779d1bb4a3160bd886a37c7a8f085b6 MD5sum: b9070a5f1ca144f8434cda029e97f63c Description: debug symbols for ros-lyrical-moveit-setup-assistant Build-Ids: 02b455a7513adc0e070ae8953d7fdb56dba892de f165b057b2df0797ad85ec65c17c902575a1ec24 Package: ros-lyrical-moveit-setup-controllers Version: 2.15.2-1resolute.20260918.025210 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.2-1resolute.20260918.025210_amd64.deb Size: 177198 SHA256: ed7e2b0244b63ed1d5d25595d7edb5fd6d7a3d4e95f675aba39e5633c8451b05 SHA1: 3d5f7da6cfdd593ec0fddd107bd1b0230b77dc76 MD5sum: eba08a915bb0e2b2db9381bb04653a74 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.2-1resolute.20260918.025210 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 10670 Depends: ros-lyrical-moveit-setup-controllers (= 2.15.2-1resolute.20260918.025210) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-setup-controllers/ros-lyrical-moveit-setup-controllers-dbgsym_2.15.2-1resolute.20260918.025210_amd64.deb Size: 10548028 SHA256: 8799db75b6b7ae56f1184f08f647f8c29f57b39c1ac3482484706ab77f70025f SHA1: 691cc04a685c02f113ae9043c955586aa4da7b8e MD5sum: 60ae2bafbadbfd55229db9bdfa522fcc Description: debug symbols for ros-lyrical-moveit-setup-controllers Build-Ids: 0938b701e46c8cb485f1e470f97d2f0140a981b7 Package: ros-lyrical-moveit-setup-core-plugins Version: 2.15.2-1resolute.20260918.025209 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.2-1resolute.20260918.025209_amd64.deb Size: 67990 SHA256: c9ce67af0a591157358f6d086731d1aa2b50e54042cc7fb3684d3fae1974f4a1 SHA1: f51c0c25386f750210c44ff5dc195c84de962084 MD5sum: c83abf944a11200b3bb7f2d95e8d1e16 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.2-1resolute.20260918.025209 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 5446 Depends: ros-lyrical-moveit-setup-core-plugins (= 2.15.2-1resolute.20260918.025209) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-setup-core-plugins/ros-lyrical-moveit-setup-core-plugins-dbgsym_2.15.2-1resolute.20260918.025209_amd64.deb Size: 5421322 SHA256: 62f9b98fd16bd39fb36a77af3f216e6f61eabd3c294fd2be3c8633b787cc8c21 SHA1: a4f09d3b620062e7593ab49740d66e80793111c3 MD5sum: c764212912741bae00d8a6ade2f77cea Description: debug symbols for ros-lyrical-moveit-setup-core-plugins Build-Ids: 56ff7f72de2105f403bbd0620a30c39288b3f4f9 Package: ros-lyrical-moveit-setup-framework Version: 2.15.2-1resolute.20260918.024623 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.2-1resolute.20260918.024623_amd64.deb Size: 206034 SHA256: 8a86b1e506f00df2806b7ce847c975546a93541f2480984c720fd583818cadf9 SHA1: b7e7eb23b2fe39b2ca7b315ec92c9901c6aed46a MD5sum: 977f8a20de424c580f67a09eeb3abbb2 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.2-1resolute.20260918.024623 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 7054 Depends: ros-lyrical-moveit-setup-framework (= 2.15.2-1resolute.20260918.024623) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-setup-framework/ros-lyrical-moveit-setup-framework-dbgsym_2.15.2-1resolute.20260918.024623_amd64.deb Size: 6878066 SHA256: 1d54fbcd28f9ea2830974ada55b82995148d7aeba8db8e3bc7a2b6dc28ac4e0f SHA1: fc5e5d94f7a042d2eefae4aeca47ff03ebb0b1dd MD5sum: d6db9ffe76e6dc9c6d9b38470f57489c Description: debug symbols for ros-lyrical-moveit-setup-framework Build-Ids: 9fc0568d5822e1520517d2f740b98452c263579b Package: ros-lyrical-moveit-setup-srdf-plugins Version: 2.15.2-1resolute.20260918.025210 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.2-1resolute.20260918.025210_amd64.deb Size: 291146 SHA256: f0f6d25412bbad78e193198afddf8ec7d260228366f149711991a8974c3fcaad SHA1: 162b4cc106e5625316c490b8574e1b8a6fdf405b MD5sum: f553e6fa6b1d8554a9d405008df3b87d 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.2-1resolute.20260918.025210 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 16429 Depends: ros-lyrical-moveit-setup-srdf-plugins (= 2.15.2-1resolute.20260918.025210) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-setup-srdf-plugins/ros-lyrical-moveit-setup-srdf-plugins-dbgsym_2.15.2-1resolute.20260918.025210_amd64.deb Size: 16181096 SHA256: 85ebbf0a380578ea8fbcd7eac6bdc644612a0a1844d04e830bf4f034592c9b17 SHA1: 4fe7f90baf593364f6fd2907e67a46c146139abe MD5sum: e39560695d3cbc418d8d3e66803036fa Description: debug symbols for ros-lyrical-moveit-setup-srdf-plugins Build-Ids: 1dcca4d5586f550287514f50c920e0e644eff6d9 Package: ros-lyrical-moveit-simple-controller-manager Version: 2.15.2-1resolute.20260918.013340 Architecture: amd64 Maintainer: "Michael Görner" Installed-Size: 539 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.2-1resolute.20260918.013340_amd64.deb Size: 122128 SHA256: e30ac4c3c8d3df4ce36ba261dd27e6eb032e3c4e7a51c83a9ad7bb25a6eddf28 SHA1: 65b7040276abe3bd41484e710c467f80fef4a71c MD5sum: e9d44b819702d6243e49b65df69ea7cd 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.2-1resolute.20260918.013340 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Görner" Installed-Size: 2158 Depends: ros-lyrical-moveit-simple-controller-manager (= 2.15.2-1resolute.20260918.013340) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-simple-controller-manager/ros-lyrical-moveit-simple-controller-manager-dbgsym_2.15.2-1resolute.20260918.013340_amd64.deb Size: 1881270 SHA256: 30629a0f2d6db819028b120e860b14d71dc1706829545230a02baeecf14e516c SHA1: 714da0e3dc26748799c2eeab16c28bb5e203e1f3 MD5sum: 5304226a1c89c50ba66cb98ae927d4e2 Description: debug symbols for ros-lyrical-moveit-simple-controller-manager Build-Ids: 139341ac79fd0ff6a6732624d0b9802b272450df Package: ros-lyrical-moveit-task-constructor-capabilities Version: 0.2.0-1resolute.20260918.024825 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.20260918.024825_amd64.deb Size: 62458 SHA256: 4ef0f8e84e2651c037dadd470ce9ae0072ecad97488521d19518027c7b840058 SHA1: 7bda3f83f1b708570dddb99131a4eda4de284d02 MD5sum: c0a7603febf1cbe5cce27295cf0c0618 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.20260918.024825 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.20260918.024825) 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.20260918.024825_amd64.deb Size: 2651256 SHA256: 0ad06b117c5d2ee9b12c9b33d22f747a2708feedaf1e35889fb46fae279704f3 SHA1: 21bc9bd3592a45c3dd73eb706e3041bdaa9b0dd1 MD5sum: 45278dd3bdc85119518dc6e4ce833930 Description: debug symbols for ros-lyrical-moveit-task-constructor-capabilities Build-Ids: 8732838fb12d59762e2182aa7ade8e8e908afc9f Package: ros-lyrical-moveit-task-constructor-core Version: 0.2.0-1resolute.20260918.023556 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.20260918.023556_amd64.deb Size: 865378 SHA256: 4748e8bc9a8821a295d2e9328db8d4ba5f18fe4d0f6eb99280022c967444afc8 SHA1: 90b0567fa582dbefb6db1ea877531d54b132a1dc MD5sum: 13cb92c22ed92b36609cc753d6af510e 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.20260918.023556 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Goerner" Installed-Size: 54272 Depends: ros-lyrical-moveit-task-constructor-core (= 0.2.0-1resolute.20260918.023556) 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.20260918.023556_amd64.deb Size: 52769186 SHA256: 3de390d9bfadff8212e71510b9c40686f31cfb5b8c9ec7ee0fa812067953f0c7 SHA1: 9c79814225fb147b86161203971c187e062213e5 MD5sum: b6a49e570590e0a03ee83d3cbb11e111 Description: debug symbols for ros-lyrical-moveit-task-constructor-core Build-Ids: 7dc2e728fde4acb802f14aef9aba2b3cddcd3989 8a15dc9114cf76cbed7f4fe2bb4aeb4b7743e4ef 9dd85e15c109ee920821f8f67bb1e9f81f7ef96c c3304e3d40ada8b2cb658b8504469ea4c48f2171 e001a5a71719437fd4f3b5a1d6c86e0709c3837c Package: ros-lyrical-moveit-task-constructor-demo Version: 0.2.0-1resolute.20260918.025720 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.20260918.025720_amd64.deb Size: 151690 SHA256: 5435fbc2287dfb8a0fb2548fdfadbbd6037bd00a317eeaed77faec2bfebfdf1c SHA1: 919f3e64b4fe16f76e4246a4108690ad4f9ca378 MD5sum: 08816454ef3adc8f4d381de5ef426acf 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.20260918.025720 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 14595 Depends: ros-lyrical-moveit-task-constructor-demo (= 0.2.0-1resolute.20260918.025720) 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.20260918.025720_amd64.deb Size: 14515450 SHA256: 794e750bae21c0e606ab081890412b3bbc6f63a36822516af0355ac9d2e0b715 SHA1: 9aa954d9f7dce0bb3f1ddaacc8a3219d2f61b6be MD5sum: 37e61e6f9670bb569fb9c56dc1844b8f Description: debug symbols for ros-lyrical-moveit-task-constructor-demo Build-Ids: 049be33e0877697df0e85e3b9599b57511316659 0552fcd37e0c73c4a81abe0bf221014c14565bd4 4084e4c31ce234dbd6ac0f981b06d0814ce3dae4 78318a5382cb2d29d0027e7ed862c9370de8e0a0 a7b7fb5fbc57d8c333f5fbd2e712a2fdcd6b64cc d546a2f1828330a5924300b9d9453dfeb8a43e67 f00a82f6af437db9227bd2943a4abba21439d77c Package: ros-lyrical-moveit-task-constructor-msgs Version: 0.2.0-1resolute.20260915.060623 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-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.20260915.060623_amd64.deb Size: 360174 SHA256: 57cdbc3d97efc90b5a7cf9db88e37cac10169239c47297b60d1691d564211c18 SHA1: 15e185b97b59d0e27b6e8333dddaf7d2bc050169 MD5sum: bb98c2e93a0594e3e3371377921c0b8a 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.20260915.060623 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 5435 Depends: ros-lyrical-moveit-task-constructor-msgs (= 0.2.0-1resolute.20260915.060623) 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.20260915.060623_amd64.deb Size: 4475190 SHA256: f31dfcc72f0f613e073ef84a096bf673ccfb6c4d86f278b100726281ffe8396b SHA1: 61143e7d67081a675ef75bd0e45c40d95f4e3f74 MD5sum: 0dcc5f1983cca85f0253e685a5ae5ba1 Description: debug symbols for ros-lyrical-moveit-task-constructor-msgs Build-Ids: 012c67c004acec712181c2a502139a68f7f34a40 23135646dbad82ca4a73d830342d03dc5c994838 74e8bcba0cf4c7d0ec2137cde7bc9e59815f9af0 9d0119b1b49482fb5265d5ee40952bf9c947a426 c699e71e35ee3d5122f7545c5b794938e6c7e749 c9f43570994300d08de6014c2f98649b00681e82 da99e3a71d73425ebdd9a2533496d81482db83d9 e2d4f9d2c550234ed6459ed04db2f3d8427ea153 e7c131d837c9d4a3bd5da9e6df4743103c23e134 ed18738cf9f279da8ae5c935749252879432746b f688ea41fe250aebfe69f00f64e4cc6781353240 Package: ros-lyrical-moveit-task-constructor-visualization Version: 0.2.0-1resolute.20260918.024817 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.20260918.024817_amd64.deb Size: 469302 SHA256: b22488c0e08f6494a69510f68c4c1001808e788045f6c16a2ab7d1c4fdaa784f SHA1: 82718a070eb5f1e8809504b510bbe1c664a2cd38 MD5sum: 2160363dd25c770d3f94c3e1d3625502 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.20260918.024817 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 21070 Depends: ros-lyrical-moveit-task-constructor-visualization (= 0.2.0-1resolute.20260918.024817) 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.20260918.024817_amd64.deb Size: 19780168 SHA256: 0ee82231dcf3cf966783a50db6964126e2fce52adb3315eee067a0d175040249 SHA1: a022a692c65f363e754d1f331ebad7812dbee0bf MD5sum: e292d35a02db0116031a60ad77447892 Description: debug symbols for ros-lyrical-moveit-task-constructor-visualization Build-Ids: 08cbdb483b4700ee67ef09172e96a60880b611c0 14916fd2284380f57ffc57428beccbf0392ac1b4 4f62fba6e38548e280559930f55ca60aae439b45 fafa7261dde16be3e4468c699249190969e78ba9 Package: ros-lyrical-moveit-visual-tools Version: 4.2.0-1resolute.20260918.020336 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.20260918.020336_amd64.deb Size: 306346 SHA256: c85cceea3fe4fdef5a110c7d6aac9c86fbbbeed99717e1ad2c45bd27b674ac7f SHA1: 08cbeb48023ac69acafc5b1cc93151b2ad09805d MD5sum: 3aac4928d6e1e8c82ecdae74beaef4bb 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.20260918.020336 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 9125 Depends: ros-lyrical-moveit-visual-tools (= 4.2.0-1resolute.20260918.020336) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-visual-tools/ros-lyrical-moveit-visual-tools-dbgsym_4.2.0-1resolute.20260918.020336_amd64.deb Size: 8967106 SHA256: ed8cbc7be24d5cbbc81c13dc236b820fe0dd8ed71e398b7e744f7fdb502c365e SHA1: 5f1f33ff938047ed0ca490e596c31a294aaa00fa MD5sum: 977d28306c09a64518a09efefeca944b Description: debug symbols for ros-lyrical-moveit-visual-tools Build-Ids: 588af732b8765e60174764f815b714e479e3dfe8 5dcca256cc7cc1e0491c6d9478a55c0f683c67f1 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-core Version: 2.14.1-1resolute.20260921.010340 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 8348 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.1-1resolute.20260921.010340_amd64.deb Size: 1741492 SHA256: 3363f9aeb4102465c7fcd94d8d16706d94cc8a64d262f8880fa05c30358e5390 SHA1: 2a968cfdfe40c6559622d5d5194fd7d132faf011 MD5sum: d577d95b05bc5ecb09c0cb7d8704ce8f 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.1-1resolute.20260921.010340 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 69295 Depends: ros-lyrical-mp2p-icp-core (= 2.14.1-1resolute.20260921.010340) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mp2p-icp-core/ros-lyrical-mp2p-icp-core-dbgsym_2.14.1-1resolute.20260921.010340_amd64.deb Size: 67014112 SHA256: 929813981b1e8983596e33f8f1139240746c81914acdcb7d56f0d3cbc5ae26c9 SHA1: b46b962053e5a2b43bc0cd85616a67cfbf471e65 MD5sum: eb4a2b3824f25e28653f87219166872c Description: debug symbols for ros-lyrical-mp2p-icp-core Build-Ids: 17be5b9c5bbd604624e1b0d8247e9f93bc6268e3 57c1cc33937c3f8a26518c23bdc3465dd4b3fcd6 6b31b07c22fb7254715159f86ca074d5391f37be 6bc9ea33213b6125a8d6492a320984f055723d5c 75eb40f7c2fe72092396d1de13e37526fd4d8b9d 76b69e7f9b3f95aafe8fb78fdac722554cc080e7 841a2d80dc89512761ebe33007d8a31e1a4bec50 a0376916b094bb1f473509ef78a8c0a32cd54e8e b10b6c19e3e53139849ed9dd7df93e3ee365d6fa b23ba66b224d618b8531eaa33bf2e45ac29e56f2 b3e75b0a9a3855fc4f1404894831ead70f88e231 b6431af3f09c63d3e1e3c8f48cd8e9f642bdae42 cc7ee1e264bee0d684a4c2a8687a640be4e15cbf d3c36b26914d25c64fe8ede8059b8f762206afe2 dc8af909f49f16fc1f5570387abd175136a34b62 f62dac82a891197913bf30a07a13c4d4ac81ab2f fafd24b10ebf9d2a4b4444d1c715b518c6d4287a Package: ros-lyrical-mqtt-client Version: 2.5.0-1resolute.20260919.191918 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.20260919.191918_amd64.deb Size: 213264 SHA256: 69450ada6880e25a401cf1a4278f140281eb039b3188ac647d678037c5409990 SHA1: 98d8d09657fb034c1009e893ed96dd968dfb5540 MD5sum: fa980b440e489f18950a53be26c15e8d 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.20260919.191918 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Lennart Reiher" Installed-Size: 3361 Depends: ros-lyrical-mqtt-client (= 2.5.0-1resolute.20260919.191918) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mqtt-client/ros-lyrical-mqtt-client-dbgsym_2.5.0-1resolute.20260919.191918_amd64.deb Size: 3077540 SHA256: 85c64dc17c1d213ff5b9f6d03b06de560eb8e1f4f64204b67406708be2244e04 SHA1: e2b913df2fd68347b9742bd5474cc3e64c901702 MD5sum: 8f152d0e378c3a54093a1d15980c67fd Description: debug symbols for ros-lyrical-mqtt-client Build-Ids: 68cd5301216594b0591d0cacea545276b4e54541 a86c91dffb3a338d47481b6a00935ef1dfa05e03 Package: ros-lyrical-mqtt-client-interfaces Version: 2.5.0-1resolute.20260915.045258 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-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.20260915.045258_amd64.deb Size: 142836 SHA256: 128a02343fdd0deaf323e71eb1eb0c69e0e09cf00dede3fcd9a88e5f2d3fa097 SHA1: b21f42d352c4fcde371a73373d36845b69213d3a MD5sum: a245092612aa76d39d34b52d1ea72646 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.20260915.045258 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Lennart Reiher" Installed-Size: 1426 Depends: ros-lyrical-mqtt-client-interfaces (= 2.5.0-1resolute.20260915.045258) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mqtt-client-interfaces/ros-lyrical-mqtt-client-interfaces-dbgsym_2.5.0-1resolute.20260915.045258_amd64.deb Size: 1005626 SHA256: 6a012fcb37a83673a3e48233f8fe5477bd0183cf1040b684a4c03714353b7dfc SHA1: 7e66b688cb0e79f8d43878c4d9a60e43c8650113 MD5sum: ba58f075dfd3c2d2e8149e1fee588cf2 Description: debug symbols for ros-lyrical-mqtt-client-interfaces Build-Ids: 0b2cc982b2f3d8a1cb70f81a28396d36a6b14786 2744fdd110cb7e6dadbac037a3986a7e897f3514 28251fce4d3f331c0255fc262d66e773fa7fc160 48760ef3a661deac87e8b8eda75ba35a28495717 77bcaf8ff6000fa87f307bfcd6ff2102f5082999 7d179ffee5f301a417ee20170f93d709527193bb d56e1d4f2d3e46bdbb039d37464496039cba77c2 df8b64259c23b12a13c14fa3a82e596d468b844c e05d8d4d152c386449e153b13e41796411bc01bf e8f3d37b5518be887998a59d83b45724852d7b9c fc41a5f336c1f617e90167adceac216bb7ba8ac9 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.2.0-1resolute.20260921.071817 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.2.0-1resolute.20260921.071817_amd64.deb Size: 389080 SHA256: 8ba765276ef4a71a34e276a4467f3dae574200ffa3736242cafee5eaaa20d89b SHA1: 03be13cc31665c657d364d3693122e9c10b38be8 MD5sum: 9257a08ffcae2b7f7e0df0078f541931 Description: MRPT command line applications Package: ros-lyrical-mrpt-apps-cli-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-apps-cli Version: 3.2.0-1resolute.20260921.071817 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 11443 Depends: ros-lyrical-mrpt-apps-cli (= 3.2.0-1resolute.20260921.071817) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-apps-cli/ros-lyrical-mrpt-apps-cli-dbgsym_3.2.0-1resolute.20260921.071817_amd64.deb Size: 10515804 SHA256: a501ec3cdbc204e3fa6f613c67805228c97cb387d9d651ef1cbb58fe67ba3600 SHA1: 4928c46755866f0a0454c7f4e5f11a876b9430a8 MD5sum: a89278c46ed9a23980d8ba9922eb202b Description: debug symbols for ros-lyrical-mrpt-apps-cli Build-Ids: 048741c4f6d2dc746ee6e6dce73ac9b2c3e1702e 176860e0261bfc86830ab661d001d2f1e309f6ad 218dad4520cf84ecee6615c5791dcc8085e1a64a 2575b0b33285a094cb49a7f443e634269ef8e64c 4152875b40494e7932a93cc521fdd4eb3d74abb9 418dc14c62dd5b504dc9c00dd08dd33f9ba1d7ff 85e588999cf6bbd494af9196d439426b75479c59 9c28b93c40b3eaaacd3f2191a898b1077cea8fd9 c5815e18125032221a3fdcf80905ff8a9e1d6a5a de3c04daaedd9441b18823b4ce7b317dfb2d8dce ea62af6b7af03e70ae1de50ecb9815cf4c27200e ea7ba49526dd1a7999ebabf0ca17ac90bf5398c3 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.2.0-1resolute.20260921.072200 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 4527 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.2.0-1resolute.20260921.072200_amd64.deb Size: 906392 SHA256: 58dd15cc711c00ce5012492f0da2f07213ca3952186a30d5679053492797edc3 SHA1: af4a508e7128fc6a90685b880f1060f7949baf2e MD5sum: cd1fb4e832d7e789923d236766ae3430 Description: MRPT graphical user interface applications Package: ros-lyrical-mrpt-apps-gui-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-apps-gui Version: 3.2.0-1resolute.20260921.072200 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 23013 Depends: ros-lyrical-mrpt-apps-gui (= 3.2.0-1resolute.20260921.072200) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-apps-gui/ros-lyrical-mrpt-apps-gui-dbgsym_3.2.0-1resolute.20260921.072200_amd64.deb Size: 20741924 SHA256: 4cf7bca42fb67b9965cdb03ee259e5f2c2576b898bf74cd81a38f1b5917f1202 SHA1: 3c53f0d1faf070ce44990610ec0b11aa3e67ba41 MD5sum: d47003bb276763e514f606ffb06ae1c2 Description: debug symbols for ros-lyrical-mrpt-apps-gui Build-Ids: 1b4b396a5e99a23729f1c36fbaaa6fb98be5cfd7 3412ebb623901b0a0121acccb3e19bc084e10455 3483b32bbb92b06b223e388b6ffa2d0beaf988da 5464b5a09b129b7a9bb3fcdac87f30a062d7ed70 67ae10a4337c77fa8a305d502aa97dce94481a3d 79aec12f22dfa5856f585584bc1b5f00e46f5b7b 79f5a08ac2799645d88b0246aa3cfb5b4d9a7e65 a0b2a1d0f3414f117f00808d702b9666a8834271 a54c24f2c8449fbc05785c397b95ddfc8a478aa4 b53722684714061b48de88fdaead26513ace165e c2b6b085ad71024393a81405706610f148ec6780 cba32d0a7ad8ec03fa4528f528e926002420f9ed e07df6f4a62e8844a0564596c72a2bfac659977b ed3b58002f0b44aeea030bcd6cb69afc40fc2f4a Package: ros-lyrical-mrpt-bayes Version: 3.2.0-1resolute.20260921.011223 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.2.0-1resolute.20260921.011223_amd64.deb Size: 174268 SHA256: 35a8b0450bf383fa5f92651b3cecceff2f528dba80969f0b3b4d9bce2e5223a2 SHA1: 8308781928c17bc0a6caa1d15510cc806a2bb841 MD5sum: 4ba2d2fd24ee88cf4a70f8e8e2b951db Description: The MRPT C++ library mrpt_bayes Package: ros-lyrical-mrpt-bayes-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-bayes Version: 3.2.0-1resolute.20260921.011223 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1944 Depends: ros-lyrical-mrpt-bayes (= 3.2.0-1resolute.20260921.011223) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-bayes/ros-lyrical-mrpt-bayes-dbgsym_3.2.0-1resolute.20260921.011223_amd64.deb Size: 1773700 SHA256: df36cf1530a2bc2c20851508510b731e4726db1d4ed5f199038146c8b3c2b3cf SHA1: a396a5c1e18c16460f8386cf2a3a06aa371b029d MD5sum: cac60ebada3b16e3da25b1af7a5afbee Description: debug symbols for ros-lyrical-mrpt-bayes Build-Ids: 65b864f94b09e73922eae9d875b2ceb41dd05928 fd26ae86801430ffafff893f1339d3e125c73085 Package: ros-lyrical-mrpt-common Version: 3.2.0-1resolute.20260921.001745 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.2.0-1resolute.20260921.001745_amd64.deb Size: 16686 SHA256: 42326561d7dc5717f6373c2fa542f0da67003bd4951b20f2cf8f4e2fac8b7a05 SHA1: 57fe0221ed68b91a3809aaccd0fed41d1a560dfb MD5sum: d29058144b074cf8f62c9e5174689033 Description: Common CMake scripts to all MRPT modules Package: ros-lyrical-mrpt-comms Version: 3.2.0-1resolute.20260921.010105 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.2.0-1resolute.20260921.010105_amd64.deb Size: 159394 SHA256: 1fa69dea7e04606ad8514b737a5d630fd63bca74e08b938790a146c78eaeced1 SHA1: 9a1ef32876862c2ff1b35031c40d94b72331d6f6 MD5sum: ef8afb8cc1c4eb89a2a8c6b691defc31 Description: The MRPT C++ library mrpt_comms Package: ros-lyrical-mrpt-comms-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-comms Version: 3.2.0-1resolute.20260921.010105 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1965 Depends: ros-lyrical-mrpt-comms (= 3.2.0-1resolute.20260921.010105) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-comms/ros-lyrical-mrpt-comms-dbgsym_3.2.0-1resolute.20260921.010105_amd64.deb Size: 1801130 SHA256: 6ed7f320b0e770a6b9775005ef40ddd2068582f7da2709a07a3aede6db997076 SHA1: 0f1dbecde13d6554bdf392a4bb74b6806e5f5f44 MD5sum: 60f5a738159b87411b6fb7a7539cf958 Description: debug symbols for ros-lyrical-mrpt-comms Build-Ids: 1208a0515816f66e030ee9f3f5e5ab60f6899191 b06e1ed07ca4c09ccf3faf37d215e28b22b632e2 Package: ros-lyrical-mrpt-config Version: 3.2.0-1resolute.20260921.005825 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.2.0-1resolute.20260921.005825_amd64.deb Size: 152600 SHA256: 3a6255e004f347b07bec4879f5da16bb2ba8dd76513f1a5412d76af47795c8b9 SHA1: 4294162200bfc632bf677b25a39a84532d08a6a6 MD5sum: b304cb3acb5ca41fcd186cfcf4d5ce88 Description: The MRPT C++ library mrpt_config Package: ros-lyrical-mrpt-config-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-config Version: 3.2.0-1resolute.20260921.005825 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2122 Depends: ros-lyrical-mrpt-config (= 3.2.0-1resolute.20260921.005825) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-config/ros-lyrical-mrpt-config-dbgsym_3.2.0-1resolute.20260921.005825_amd64.deb Size: 1948804 SHA256: dbda23719ead525dbd90a0d17e0641ad32e130a5998d016b1e463c860e4a221a SHA1: e0e1425348786876c885f052c70b191e0c3aef54 MD5sum: 8738e656f003dddf8441a94150d53891 Description: debug symbols for ros-lyrical-mrpt-config Build-Ids: 38c35e272ef71f0301a813e1c92783823de654a1 8e9cc0fa268a7654a7486c98a50bfa7205ffd506 Package: ros-lyrical-mrpt-containers Version: 3.2.0-1resolute.20260921.004818 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 698 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.2.0-1resolute.20260921.004818_amd64.deb Size: 206494 SHA256: 1a5d2f0efd1217907e2cef0ac2ff9540a6d93c298f434fa6cd2cf81d93386358 SHA1: d2dd328c83ef2992f8e1da31a1e90eed5c506c00 MD5sum: e63dc7130a87bbae127d4d3284f3dd3e Description: The MRPT C++ library mrpt_containers Package: ros-lyrical-mrpt-containers-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-containers Version: 3.2.0-1resolute.20260921.004818 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2323 Depends: ros-lyrical-mrpt-containers (= 3.2.0-1resolute.20260921.004818) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-containers/ros-lyrical-mrpt-containers-dbgsym_3.2.0-1resolute.20260921.004818_amd64.deb Size: 2134802 SHA256: 5c6280dd3f3ba5049c54debb71c4beac8381f48a115fa9486788327619a718b2 SHA1: f688f5b5c01e0820202dc7ead62e0ccd718047b0 MD5sum: 7cb39facb94713b1f2520981595c86ce Description: debug symbols for ros-lyrical-mrpt-containers Build-Ids: 3f95ae5e3dec551a353d901c7d3205d23ca6261f 6aab5f34d96ea8148722077133144ee1b2170bed Package: ros-lyrical-mrpt-core Version: 3.2.0-1resolute.20260921.004530 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.2.0-1resolute.20260921.004530_amd64.deb Size: 155494 SHA256: 9ed97026ab372e170a0a7e2ea36ce4b75e89c00f03b8f0284f108dc805471119 SHA1: a5ef4b28ccdce2c49c16eda0dfe7d9c59707cae7 MD5sum: 10388d8849815ba2710a75bd60c6c837 Description: The MRPT C++ library mrpt_core Package: ros-lyrical-mrpt-core-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-core Version: 3.2.0-1resolute.20260921.004530 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1743 Depends: ros-lyrical-mrpt-core (= 3.2.0-1resolute.20260921.004530) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-core/ros-lyrical-mrpt-core-dbgsym_3.2.0-1resolute.20260921.004530_amd64.deb Size: 1597754 SHA256: 2cede3e6386c3577151d2f1626675de72f1da755f5313e2e2fca65522b81eda6 SHA1: 43cf8776b796846fba7213a9d6697a8fbb443741 MD5sum: 037ad962a540ffb3c3b459249cd6c819 Description: debug symbols for ros-lyrical-mrpt-core Build-Ids: 289132f333a35a7ef51447fcd23cde4a9c3378bc 48fda6298c6f416470b698b92737adfaf37fce5c Package: ros-lyrical-mrpt-data Version: 3.2.0-1resolute.20260921.004546 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.2.0-1resolute.20260921.004546_amd64.deb Size: 12151876 SHA256: 7af2fd41f9085f4f29cfe1e78fbe33a850feff72bd01120540aef8bef385210a SHA1: f4cc8e4cee0aeb9bb395210fc4c8dfa175d51cd9 MD5sum: acc92d30881e06b4ef68d741f72c3488 Description: MRPT shared data files: test datasets and example config files Package: ros-lyrical-mrpt-examples-cpp Version: 3.2.0-1resolute.20260921.072213 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 6056 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.2.0-1resolute.20260921.072213_amd64.deb Size: 1467918 SHA256: 6728e6360b97d154a876b7d71d01fd1462dfee136886830127bcae986ca4abca SHA1: bec8cb7bdb9aa9c953b0ecfe2759b8ce9fb39092 MD5sum: 1ddac4e17f95aaa1cb6df7aaf3a706bb Description: C++ examples demonstrating MRPT functionality Package: ros-lyrical-mrpt-examples-cpp-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-examples-cpp Version: 3.2.0-1resolute.20260921.072213 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 41822 Depends: ros-lyrical-mrpt-examples-cpp (= 3.2.0-1resolute.20260921.072213) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-examples-cpp/ros-lyrical-mrpt-examples-cpp-dbgsym_3.2.0-1resolute.20260921.072213_amd64.deb Size: 39300010 SHA256: 2470531c6c2c49684c82e3b23c97f311d3ae088c413421b3f8c81fcf5c879e64 SHA1: 01b61d1f34a3c34300ca1a7fc008b8cc697e9fcc MD5sum: 0e10f322e64c3c5f027491234710c754 Description: debug symbols for ros-lyrical-mrpt-examples-cpp Build-Ids: 001425e96bd1def3edd46c51c017593c07cedc46 00f89f52ea35187d0ade1a2fb1177c3187099a07 0101616bb65d8edae6fe029230f25531fed6629d 022ffc5d97699b03863a594601876f8afc99e3ae 07f15e120b87599e51c23ebdb0b87da880da16b4 095b13ac6c9c1889cf3e1a6e1d0221dee1d39b28 09e30422e3d95a9ee1ab28404aec38ce7410b919 12cfc08b6ae6f73e30774b37e6c7e814bf08feba 130a782ba2ffd29172fa5090855ece028831dde9 160ff74ace304c3249c0fa7f603e6e1b5d1d30dc 16295439b8663d8b897340fb8635aebb7ea18ff3 179f908fb1b452458bf685edadc7e80fc6a05533 196028b70db0ec279bf53f7f40b9cd8f6970fe57 1a22b6f2741b528d090055b1bfe5d9eaf161c9b5 1baf1cc06f0dabf17554f794ad2378f89733f224 1f01e258d195ee66bd0d65b3349eded4e25e244e 20f02b4f8e94ccef69eec93afabf119fde709db5 234ad730a0e1f0ffa04d7db56991fd947bf7c098 2bd66ebc1b3b4361c8c56ed28f7452142204637f 2c170593f8498b10b62dfa2509ec535d0ed8bbeb 2fcf545a6aec14eab7cb00da1a7b154bab93503a 314e9db2c1a8965efe0572d613bd63fcaaa72af0 3187bc30d6c4ba54a3704ce1ca985be62c8822f9 35ae9d917d5747c4bbf4167d699a308bd740b0c1 365a2a754354c1c2c9d84b9710cc92a50484ef77 37c57719ee96ea9e52ed34ad126e5d13d6f01f05 38fbb075efc01862aede1cc629ae115d41ff4d2c 39d3df0a2748c02e208acca4dd083c31fd151c6e 3be33460b6e106b222c8e492fef075445a624711 3c40fa263a920941d19df69630d97aa11fbd1ab4 3df071f143e466c986b8dadfeec9533b003fcac9 3feb37c79bc8d9a47f22f6a49d28c41f98637684 444aa8f4190e9b9c648803ee7210c15f576568a9 4646cbdd07968fdfda45ead22d2118283b479a11 489611f84e2f07735e595104c324b14be8fcf6c2 48cc08eddbd24a4db29f0b5b5f3e59384db644cc 4bbfeef9b26d947fdf0f0bad2ec653fe1d496c36 4d68f39bebe8e0363c5ab7f6907de061b7a693ef 4ed59114534f06eec61257845b3acfdc7ebddaa5 4eda78037cad1d784e07706c9702847f827fca8a 4f7f6bf19bc14908020316a72e6f31e9caf189b3 4fef0f476ef300993451d3516a5f726a4ba0fa4e 50784cc4aa8a88876d87bddcf19c307774a9e864 50c54a470d0fbec3fc5159870e8e891022774686 52eda8e487ead337942542d3705b9774fba8176e 531ef6eb56422ce00885efc88ffbd49d8abb4bc7 536bfd478d401e775cf9a1bc2d1b7cf878c0030a 555098e247c30f874f46346807c0d589eac1acde 55641053b35bee97f02fceadee3cd924b06508a0 56353bd55ea49d6958a955e4702d882081d7e5a7 56b3431ac1c90e95c7ecc8b126a7bb4d0db6e959 57f1919fbfb3d59487368b4e04e198e7094e371e 5f00d27a2761ec0ab96e9b5be3558884b71b785c 64425a6564b2cb5faa4ae6bd7994114231dcba02 6ac8e429b27617fc5469dee0bc8fdcab04d9d4aa 6b57bfb8e695c29ff46b9e7b348dc2a863c8fdf0 6c0de236f462f6c8e4b679da77d99b4fce36dfb0 7070bcdce5199b4d99a910fa5233b9c6745f9768 718e18185380b440d5e2af3b2f2e2ca8d998283a 73475c8331507900f8b1ca986f9888b066f60192 7d116b802c557f7a0f78af9fdeeb2a150407b3dd 8357cbca9f516a1581905cf48e9297b0218e37c1 86e4bb5e1c481526b2defb277ab1af1c6ab91510 87f2218381210d2093013987e6485de89dc35542 903ad238a9963f7e6a81a06250be1b5bb2b1f4d7 916ec1700492f86bb1cdc79c774781776e11a920 92bfd64db43650b8f2dcf2dcb708e5bbf36f214c 949c08cb83f1c0d3154af08c2c4f7e8dc1817070 974df5648df49340d02408bb77e047ff7191c2d2 977caff7c08327c3f9fd0a53bc21cd6e7f11d044 9a366bf1aaa3992c1c22ce8698a230f8768f5394 9d003894a9c98b1fd33f42bab80ab693b13d029a 9dc5c4ff752e966a10326ff07b92199f58585f72 9dd098612f07931041ca0713a3b4a5e3f8eb34b8 9dfd23c2de79cc04e2ce10b9d2b0cffac2bbd841 9e783efaf67ff4951e4dcbba48668adb3758ff85 a310262d3d3bc2f55d5471043d1ad3ece9b47153 a34bf02aa9223dd5340306286fd9bdc8c5284b64 a8f768315f2041db453de5cc7885e45a23b0072d a8fb32d37fcd212f05de004ac2211b44135a2091 aa82734e2eae67f2fce2946eaa222584646cac0f adba39568b0a02e3c307dfdc1ead5371ade168c8 b1ac635a78ba203fd8c4246f42ff2c1bcd51fce7 b3ba8ffc8bf17b5918fe85015cf762cf1fb84e78 b7b7c5162009be087a2f09e08e0fb9ce9f218e26 bedc5ee9cfb3186d92d91f3716f7c6e6f5fc75c4 bfa72069956237718e1ab03b80d214e6484fbffc c00b5c4ab4e9a5e88054c6a1b7c94cd443902cd3 c6407466e4ee6befe2bdf8fda1c7d039b40ab2c8 c7776af9f220b68a99c7930b27528936844274a6 ca8a89a7e94811c1b4e71fe8f6ae56a2b4992cc2 cade2befe0f114510b675a8e6489fd3c2242e24f cb78862510966580d405d31f5a7b0fac293a289f cc14fdb508cbb8c52c2fc4dd1bf07e0f4a7f0199 cda46cac17fe46a2b2ca1af7a5150de6f2e3f7a2 cefeffb3cccecdb8c76c41c15f6ec89aa963522b d1ff5113d682b2aadccc966b1ddde2d098bc1688 d6058d1b05781a8674bb8bea2cbaad54856d967b da9172a643f7bb8778dd85dd086e20e787b95655 e12810568e9b87560595528d668536fe78e14fdb e2af80ffcbcf0ad4945e62d22a9e238e09423d9b e75e3ced097c3dc79dbcbc438cf1208181fa9199 ea0e33da473b02905bfc53f0abb88c12d68d4839 eae6c3b69bb59e7712260b198c0968bb3658a800 ecb15defa5e8772d93329ef5bf06a82bf2323748 eccfd4a8fd04f2a09ada5d404948eefdb3e56f5f f0dda4a9c27de9a7a5316d0ebdb41c9951979def f18084ab196916cce1b65d8861247ceb0685949d f1fa5ef3e05da66a73d10ce49e90759ba77214de f2ab981bbdd556b1436e1b0cfc56adab46bf08bc f47fc1ecd3d1533b4cf8cc0940257c6cc1c087c4 f5f1ce1ae5c1eeac605381b2bd25387cd6289625 f85b9b9fd36779d8a90e1012c80c5a4a5620cb47 faf162fa590c8a0e29449cc2b11c63daf746dbe7 fb670dd535290a9fed81265a63b7606dd2f77241 fcc426eb266f8247fcc0a6545c18f8153cec3edb fd4365bbac93e1afe4bdc77cfd1ebdee924ce9de ffe7c7353819543c06a2c64fbd09c20eeec3ab33 Package: ros-lyrical-mrpt-expr Version: 3.2.0-1resolute.20260921.005429 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.2.0-1resolute.20260921.005429_amd64.deb Size: 527114 SHA256: 60c8dd1d25f530ee89c9b5fc6df016ce438318c6083dc6b3ee14f00fb0870051 SHA1: 40297378127b1da1fb29c9b7e154d61d32d35d23 MD5sum: fd944767122353d29f6c1c400de541c9 Description: The MRPT C++ library mrpt_expr Package: ros-lyrical-mrpt-expr-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-expr Version: 3.2.0-1resolute.20260921.005429 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3857 Depends: ros-lyrical-mrpt-expr (= 3.2.0-1resolute.20260921.005429) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-expr/ros-lyrical-mrpt-expr-dbgsym_3.2.0-1resolute.20260921.005429_amd64.deb Size: 2259452 SHA256: e1ff8ebdafebae87c5486db187df621b925f1c6c633fc4a8bd1261905c6ab115 SHA1: d9ba656a60609ac6c0585eac76f62b6b9563cfca MD5sum: db8587ad7abc2badb3df3fbd1d06883f Description: debug symbols for ros-lyrical-mrpt-expr Build-Ids: 600b40317e52b7132d86989685b44e51c3db52bb ed29c7e1d6e42bece2e483e818aeca641e95b36d Package: ros-lyrical-mrpt-graphs Version: 3.2.0-1resolute.20260921.064754 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 652 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.2.0-1resolute.20260921.064754_amd64.deb Size: 209942 SHA256: 1f7dcce889a1d8b90fddfb88ea5564b8b6842073e5ff578b79bb8c7107a452e9 SHA1: 0b1b861aec003c686c58e96bcd57faac868c76c9 MD5sum: 2164a7021d0d511ae811a2ed3d42d0a6 Description: The MRPT C++ library mrpt_graphs Package: ros-lyrical-mrpt-graphs-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-graphs Version: 3.2.0-1resolute.20260921.064754 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2876 Depends: ros-lyrical-mrpt-graphs (= 3.2.0-1resolute.20260921.064754) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-graphs/ros-lyrical-mrpt-graphs-dbgsym_3.2.0-1resolute.20260921.064754_amd64.deb Size: 2717642 SHA256: 8da7645e8d4c0d2b6adfaf8a592aa67af43e6324810c2525c1ef240609dd3a35 SHA1: 3b0b7890ae7e1a47b90205edac870929b576fc21 MD5sum: 328fe900b47f0853cb6a624d0bea4753 Description: debug symbols for ros-lyrical-mrpt-graphs Build-Ids: 1185c706f04ce5b4bcd1bc675f836bc075753efb 1aa77c68ac1ece6392bea97902bbd38db4d1eb22 Package: ros-lyrical-mrpt-graphslam Version: 3.2.0-1resolute.20260921.071121 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 609 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.2.0-1resolute.20260921.071121_amd64.deb Size: 117938 SHA256: 0011c23616b2e41d0b70e583121252b9670d7d1183f99f93dcdb70e1c8b1e2d3 SHA1: e6cf2cb10b5e05b0b7b34e1f3b7cc937caeb42af MD5sum: 20df1867f75bcd467c44499e8a94973e Description: The MRPT C++ library mrpt_graphslam Package: ros-lyrical-mrpt-graphslam-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-graphslam Version: 3.2.0-1resolute.20260921.071121 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 434 Depends: ros-lyrical-mrpt-graphslam (= 3.2.0-1resolute.20260921.071121) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-graphslam/ros-lyrical-mrpt-graphslam-dbgsym_3.2.0-1resolute.20260921.071121_amd64.deb Size: 396188 SHA256: 399c97d9145f605532fd38126c47852352f4ce0c7f3cadbf215bebbfc303dab1 SHA1: 961d50e8d1eabe062c2e76a0cfb6d0166fba9d88 MD5sum: 64c05f334e1e59641cc491ffb0ce0ee4 Description: debug symbols for ros-lyrical-mrpt-graphslam Build-Ids: eeddbd3a7cb2d528ff29ef0fa9d8a7ea0bbd0023 Package: ros-lyrical-mrpt-gui Version: 3.2.0-1resolute.20260921.065249 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3309 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.2.0-1resolute.20260921.065249_amd64.deb Size: 971724 SHA256: 8d9827a1054c8442063900dde305e4aaf8d8606771c71402c125a0e86fe3ffde SHA1: 566aaae805c2e8a940b72bccc4f5c7a0e3a1dc9e MD5sum: 6971ed82ac5e71b8a40900bbd218b7a0 Description: The MRPT C++ library mrpt_gui Package: ros-lyrical-mrpt-gui-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-gui Version: 3.2.0-1resolute.20260921.065249 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 17705 Depends: ros-lyrical-mrpt-gui (= 3.2.0-1resolute.20260921.065249) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-gui/ros-lyrical-mrpt-gui-dbgsym_3.2.0-1resolute.20260921.065249_amd64.deb Size: 17233042 SHA256: 6f2df8b3655de6bfce1dbe55894b6493e8fecfa724653b1ddcd16ef796d20d0f SHA1: 9ca92a321c920866ab78834a07088dc62e4d01b0 MD5sum: 8f85b5e75f4d348a00b53965547c40be Description: debug symbols for ros-lyrical-mrpt-gui Build-Ids: 24f104c281ebd0e69f97a6de47e916a3ca8b55e5 4cafc9619f0f007ebe100c2410fc7154c157bc22 e4625ca63f039b2372a630cde142f4e0147c92db Package: ros-lyrical-mrpt-hwdrivers Version: 3.2.0-1resolute.20260921.070442 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1290 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), libpcap0.8t64 (>= 1.0.0), 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.2.0-1resolute.20260921.070442_amd64.deb Size: 381706 SHA256: 969e12fbade240470a34a4bb268224279e02613e7d056f2a0f8da7b1aae39819 SHA1: 864670d5c520ae4898893a1f4835fe21b6d0f232 MD5sum: 12592bd5fc8c14917972a1d2eeb2352f Description: The MRPT C++ library mrpt_hwdrivers Package: ros-lyrical-mrpt-hwdrivers-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-hwdrivers Version: 3.2.0-1resolute.20260921.070442 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 6260 Depends: ros-lyrical-mrpt-hwdrivers (= 3.2.0-1resolute.20260921.070442) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-hwdrivers/ros-lyrical-mrpt-hwdrivers-dbgsym_3.2.0-1resolute.20260921.070442_amd64.deb Size: 5943178 SHA256: 3eb31f72d6c97370c24ceed790c408f934767480889cd5fbbbb5975de3198973 SHA1: 0f78340593c4fd1e1b744e211240bf3cb539b6f9 MD5sum: eb36ab2a0b0b1656979b11dbddd6acce Description: debug symbols for ros-lyrical-mrpt-hwdrivers Build-Ids: 9a771678c1ed6153e762464cee226aea747df89b Package: ros-lyrical-mrpt-img Version: 3.2.0-1resolute.20260921.011224 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1287 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.2.0-1resolute.20260921.011224_amd64.deb Size: 473546 SHA256: 914c5d90d7bdc0efe289f5c1b4d280cb6b62342f7409cc955d22f7d7e29f8beb SHA1: da353dd24544ddcbfc7d1345397116f870c6f104 MD5sum: 5c699acaf1fd5a449bbe2118096caca3 Description: The MRPT C++ library mrpt_img Package: ros-lyrical-mrpt-img-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-img Version: 3.2.0-1resolute.20260921.011224 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5465 Depends: ros-lyrical-mrpt-img (= 3.2.0-1resolute.20260921.011224) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-img/ros-lyrical-mrpt-img-dbgsym_3.2.0-1resolute.20260921.011224_amd64.deb Size: 5127938 SHA256: c52ad62e51abaf462846d6d5fa04749ad9378ea38b3b3e4dc80633346b925224 SHA1: 6b4af7ec3ad4d03d6537f7e83259534cde84dd96 MD5sum: 76a175c965a8d89299628cec7e9a4292 Description: debug symbols for ros-lyrical-mrpt-img Build-Ids: 0c965b7c20e339644785ffbb4d1b758fff9a60a6 fd6dc4ed2cf0bfa8691c190027e1b6ccfc57edf7 Package: ros-lyrical-mrpt-imgui Version: 3.2.0-1resolute.20260921.065307 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.2.0-1resolute.20260921.065307_amd64.deb Size: 16384 SHA256: 7a75a512fe80078d80dc07e3749329785b7253edaa44ba1715d00842042f2c39 SHA1: a83aa0576ca3c2aded65cf70d5d1263fdebeaad7 MD5sum: fc5269766e116e7ddcc3f1ed3563b081 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.2.0-1resolute.20260921.065307 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 343 Depends: ros-lyrical-mrpt-imgui (= 3.2.0-1resolute.20260921.065307) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-imgui/ros-lyrical-mrpt-imgui-dbgsym_3.2.0-1resolute.20260921.065307_amd64.deb Size: 328344 SHA256: e72878a150a38e93f7be6dcb08f1b013d14091fd5abae79144b3515d0920669e SHA1: 1b0c6bb4b672edfa9841395dc0ca8edfadcaf0b6 MD5sum: 351539e2e870bc5e7edd4a02a887d946 Description: debug symbols for ros-lyrical-mrpt-imgui Build-Ids: 0f39b632991235fa1b584b6755eb77f6845ec8ca Package: ros-lyrical-mrpt-io Version: 3.2.0-1resolute.20260921.005810 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.2.0-1resolute.20260921.005810_amd64.deb Size: 186684 SHA256: ff6e1050f9ffcda04c1034b853672efa21871e38e106e5e671811494c42e5032 SHA1: 9c63684fea70bf7f7994da9cf52e72fb30eb258e MD5sum: d81d4cae363bb30b7172f3d179416f90 Description: The MRPT C++ library mrpt_io Package: ros-lyrical-mrpt-io-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-io Version: 3.2.0-1resolute.20260921.005810 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2497 Depends: ros-lyrical-mrpt-io (= 3.2.0-1resolute.20260921.005810) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-io/ros-lyrical-mrpt-io-dbgsym_3.2.0-1resolute.20260921.005810_amd64.deb Size: 2237244 SHA256: 4db7516f61075fa69de7c4c83f1f524645a94b8a84764b42e3f83f6b765df018 SHA1: 9a79cfe4e1584a3bf41fc5babf2b65c692edc43b MD5sum: 30f0e37ca9593f3d3d642f6c6446fe89 Description: debug symbols for ros-lyrical-mrpt-io Build-Ids: 12aaf89f5e55d581981dde7c0c280a299110fa3c 2641e63cf619987fde8a1b42b6928b42317c2634 Package: ros-lyrical-mrpt-kinematics Version: 3.2.0-1resolute.20260921.064803 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.2.0-1resolute.20260921.064803_amd64.deb Size: 131826 SHA256: d8d54bf4737102261afa6322d7c5c2893b6877b723882db39e35e1a3fa54d82b SHA1: c4d2c1965b4916122bbc287c611552b8d8e0b027 MD5sum: 0df14826549e62e98fe8b5e37008a6b4 Description: The MRPT C++ library mrpt_kinematics Package: ros-lyrical-mrpt-kinematics-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-kinematics Version: 3.2.0-1resolute.20260921.064803 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1791 Depends: ros-lyrical-mrpt-kinematics (= 3.2.0-1resolute.20260921.064803) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-kinematics/ros-lyrical-mrpt-kinematics-dbgsym_3.2.0-1resolute.20260921.064803_amd64.deb Size: 1639838 SHA256: 97c0d4162f2c7e154db0d8e228a65f29426cccfc8e40cadb5eaf2c04a9128c9b SHA1: ad83390ab63631b5145788660c95b96e0c8c91bb MD5sum: e0de554579dae1ab355d7c9d521ba26e Description: debug symbols for ros-lyrical-mrpt-kinematics Build-Ids: 370dbc4a40905a457b2e1e7923d32c22b67e2145 f8d41d9831d942a8d04e04f5446456caa7c08cac 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.2.0-1resolute.20260921.071200 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.2.0-1resolute.20260921.071200_amd64.deb Size: 267054 SHA256: bb1d9ae6cc16e81c7617bce1fdbbead9061751850739fc30f76495b66f41a4c4 SHA1: 48c7988cd53a6c68aa1ce8c878032a564b39964b MD5sum: d91c8d1cb3a5736d11c5d819517ed521 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.2.0-1resolute.20260921.071200 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5987 Depends: ros-lyrical-mrpt-libapps-cli (= 3.2.0-1resolute.20260921.071200) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-libapps-cli/ros-lyrical-mrpt-libapps-cli-dbgsym_3.2.0-1resolute.20260921.071200_amd64.deb Size: 5727526 SHA256: 03e457a5d1c2d77343f87e3b0422dd05fc7e63ef36be637959553eeeb0776910 SHA1: 1f978812b8a7f2cda76777b2a79c3f94d5106fa9 MD5sum: eb86ff965f0f565cff36b509dd79fb7d Description: debug symbols for ros-lyrical-mrpt-libapps-cli Build-Ids: c49cf8816c6cc0daa5eb48e89d05a67471bb5af1 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.2.0-1resolute.20260921.071749 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.2.0-1resolute.20260921.071749_amd64.deb Size: 182884 SHA256: c02728119e6888365a634038198b75e85ddac4f3713ef59618345632e280baf9 SHA1: dbd89bb2d2df5f9ac2494b9d409c032ce2896c79 MD5sum: b5bf005fd2a525d4c85b0c98cf2cb556 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.2.0-1resolute.20260921.071749 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3907 Depends: ros-lyrical-mrpt-libapps-gui (= 3.2.0-1resolute.20260921.071749) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-libapps-gui/ros-lyrical-mrpt-libapps-gui-dbgsym_3.2.0-1resolute.20260921.071749_amd64.deb Size: 3768504 SHA256: e46d7dda9984581e44db14e43530a378aac67b828a2cf0005df8ff7df4250cf9 SHA1: 13a415cd3d0232f9803a8872f5af05e0f038d599 MD5sum: 448b644219716f5be4a23e5ed402f44c Description: debug symbols for ros-lyrical-mrpt-libapps-gui Build-Ids: cce76a143afac4d0790829746b8bede10c5dd8b2 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: 4.0.0-1resolute.20260921.083415 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 409 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-mrpt-config, ros-lyrical-mrpt-core, ros-lyrical-mrpt-img, ros-lyrical-mrpt-io, ros-lyrical-mrpt-maps (>= 3.0.0), ros-lyrical-mrpt-math, ros-lyrical-mrpt-obs (>= 3.0.0), ros-lyrical-mrpt-poses, ros-lyrical-mrpt-rtti, ros-lyrical-mrpt-serialization, ros-lyrical-mrpt-system, 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_4.0.0-1resolute.20260921.083415_amd64.deb Size: 118880 SHA256: b7fe088b356ff0ffff70eb675f347eb9eda72977c6499396839637c08c06fee1 SHA1: affe9b1ab71fcbfafda1b0d702e3798b42543507 MD5sum: 997b981e6a6e92a9d391c897be966d66 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: 4.0.0-1resolute.20260921.083415 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2624 Depends: ros-lyrical-mrpt-libros-bridge (= 4.0.0-1resolute.20260921.083415) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-libros-bridge/ros-lyrical-mrpt-libros-bridge-dbgsym_4.0.0-1resolute.20260921.083415_amd64.deb Size: 2506204 SHA256: 90101bdfda72c2c12a1aaf12692501dbc9fcf1f799ccd2ace5a5e531786d9937 SHA1: 91e0cbecaf21aeb8ac3c299a708d3144eca2aae7 MD5sum: 0df596ce9067b028e518185b0d3482ba Description: debug symbols for ros-lyrical-mrpt-libros-bridge Build-Ids: 642f53afc801478d9c5401f9f1fe320b4d542645 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-maps Version: 3.2.0-1resolute.20260921.065452 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2832 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.2.0-1resolute.20260921.065452_amd64.deb Size: 841926 SHA256: 5c684d8d4378c6d124d4b049842f290d33d4d1d4a11be6ca736fd3b268eeb134 SHA1: 44feed0c5fa83e7c6861ee6ebe370e0af4bf626c MD5sum: fd42abd9c779c63b4e7771d0284dc94a Description: The MRPT C++ library mrpt_maps Package: ros-lyrical-mrpt-maps-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-maps Version: 3.2.0-1resolute.20260921.065452 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 15658 Depends: ros-lyrical-mrpt-maps (= 3.2.0-1resolute.20260921.065452) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-maps/ros-lyrical-mrpt-maps-dbgsym_3.2.0-1resolute.20260921.065452_amd64.deb Size: 14812982 SHA256: 41eb3e535591240ff8dd4cd59f3d93bf059ccbbf6334970b45f87dc4cbef8663 SHA1: 8635afa185aa63604532676ca14db91627c0fcc4 MD5sum: aca9d9076482dfe641a35fa2b620eec5 Description: debug symbols for ros-lyrical-mrpt-maps Build-Ids: 1010adc8ef4424a7b4726d6967de9ad794678768 514f141fb8e0faed7f9f074d1c895242ab496ca8 Package: ros-lyrical-mrpt-math Version: 3.2.0-1resolute.20260921.005426 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 4963 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.2.0-1resolute.20260921.005426_amd64.deb Size: 1362642 SHA256: 5e745656fde62871858ffd8d2350b2737cc2f185b67a8916e9cb8b1ef7985168 SHA1: 7925f287475ad30b89df81ebbe360a80c61e9350 MD5sum: 74141e3907cb9b58385cec54219c0661 Description: The MRPT C++ library mrpt_math Package: ros-lyrical-mrpt-math-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-math Version: 3.2.0-1resolute.20260921.005426 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 93145 Depends: ros-lyrical-mrpt-math (= 3.2.0-1resolute.20260921.005426) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-math/ros-lyrical-mrpt-math-dbgsym_3.2.0-1resolute.20260921.005426_amd64.deb Size: 92554178 SHA256: ccc553bb7dcb9c946c568f621a83167247be9aa5c49415da9912090666288b67 SHA1: 21d7fcdf42529b8a93bd14d351c0f814c3562654 MD5sum: 6b2fb39cc62cd7f48c92d8631711a944 Description: debug symbols for ros-lyrical-mrpt-math Build-Ids: 8d78694e0b34e6227c9c576603b4cc260ca3473b e5a31351a6fc64ad4ae64c38cddf2e9af7e7c7de Package: ros-lyrical-mrpt-msgs Version: 0.6.0-3resolute.20260915.052820 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 3734 Depends: libc6 (>= 2.32), 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://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.20260915.052820_amd64.deb Size: 300178 SHA256: 98519dae05399e86f0c7c95dec71521129c4a44884ca76bd3277066f5e5ca308 SHA1: 8997d527f2389c911881adb786c8f60a1c4cc758 MD5sum: 997b0dba19c92bfc88d8a7262ac1deaf Description: ROS messages for MRPT classes and objects Package: ros-lyrical-mrpt-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-msgs Version: 0.6.0-3resolute.20260915.052820 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 3638 Depends: ros-lyrical-mrpt-msgs (= 0.6.0-3resolute.20260915.052820) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-msgs/ros-lyrical-mrpt-msgs-dbgsym_0.6.0-3resolute.20260915.052820_amd64.deb Size: 2896814 SHA256: bf0c35ef94b4a81d21a1ff4d75e8fecda9db2d3eab7b43a24f96b0c09fc22465 SHA1: 6de1b283cfef278ebe38bf8cdce76e635c42beb9 MD5sum: 1c0385b5490bb5521f62b3221ed69e43 Description: debug symbols for ros-lyrical-mrpt-msgs Build-Ids: 1e574f400ce13b2fe6180bdbffde46f876060576 8747868d29e220bfefc2b2c7ee2b4dcfd899a0a8 8a697a3af5980b239a019072ea4cd63eb6bd081d 9593e0c7e827489ed2310a4950d11663a5fa7639 9fd99820abc8b9402ce22252375c92ac95096fa0 a0c6bcd972ca2f27920dc7022995c64598979373 a553b6338d17b8a729ff9485ede62f801a83e435 bf6871fa82b1010aae4f148a4a036c3a40848f68 dd5cb1dcbcd4b887536c7f34ad4c5ce5be7aaf55 ea7c8b856d13690bfd7f561c653aa2d912ed0c08 f15d64f12607ef652d17f3dba6d9402519bfc47e Package: ros-lyrical-mrpt-nav Version: 3.2.0-1resolute.20260921.070558 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1218 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.2.0-1resolute.20260921.070558_amd64.deb Size: 375824 SHA256: 3889945d4fd714c266ab5e07754a16fe43291473b0e003dffbdaef2676ae3166 SHA1: e7686a31ea325d76e523335c8cb029ffdc951fac MD5sum: a7fae4e68ffc2be76a1bc2526eecc2dd Description: The MRPT C++ library mrpt_nav Package: ros-lyrical-mrpt-nav-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-nav Version: 3.2.0-1resolute.20260921.070558 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 7217 Depends: ros-lyrical-mrpt-nav (= 3.2.0-1resolute.20260921.070558) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-nav/ros-lyrical-mrpt-nav-dbgsym_3.2.0-1resolute.20260921.070558_amd64.deb Size: 6895208 SHA256: 0cef6e64f99a753424c75e9e0c484bcf2f1aa49d958e55a17537783a3fb464b5 SHA1: 37ac8de9b7a2a339b52d4f86fcf36177fc0c4053 MD5sum: 633e1bfab9034877d1be05ff7013c678 Description: debug symbols for ros-lyrical-mrpt-nav Build-Ids: 0e0840692752ab4dce704cca9c2f3d186828ec9f Package: ros-lyrical-mrpt-nav-interfaces Version: 2.5.0-1resolute.20260915.053557 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-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.20260915.053557_amd64.deb Size: 384106 SHA256: 2602f97038786844227658559b7f6baa07bb27ea4fdcd91fb07bb279724e5697 SHA1: 740b728bc25bcc87d227cf8b6c1aaf8443c188d8 MD5sum: d5e1ac6bbe54e7edd4c2048840799999 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.20260915.053557 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose Luis Blanco-Claraco" Installed-Size: 4293 Depends: ros-lyrical-mrpt-nav-interfaces (= 2.5.0-1resolute.20260915.053557) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-nav-interfaces/ros-lyrical-mrpt-nav-interfaces-dbgsym_2.5.0-1resolute.20260915.053557_amd64.deb Size: 3044076 SHA256: c58e97c97be4e6c290d5bca32e0a5737e094ea508a81c8e855ffeed82827f2d1 SHA1: f54ed8272a21f66697bac72957b76560d1c2eeec MD5sum: ae738290bd9e241a596d9468779fb8e5 Description: debug symbols for ros-lyrical-mrpt-nav-interfaces Build-Ids: 19403ebbd08adf3fabfaddbdff768026f5cce63e 208f1e553589b74ac6a792a8292dce91cfe2d0e3 3bc21a4fee600680848b9ca4b806a7ff50315665 4903a5a9bc6f619a432d3aa93ab86e15d0514ff9 5e4064373108f4dc5729d02310a42f79d00f1e16 62d811dffb028dc433bd737a342062e8aad0b5e2 6da650f21eca0967c9f428f612fd3caa25dacd58 73d1fdebb31c7e271d1373706ae5b29db2c09620 b531341215dc036083b139ce0949ef2226b736f0 d910d5f2b9788bcf796e77eb24da61dfac537c12 daf9ee870458d57b65f14815718abf1ba547be58 Package: ros-lyrical-mrpt-obs Version: 3.2.0-1resolute.20260921.064759 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2399 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.2.0-1resolute.20260921.064759_amd64.deb Size: 819786 SHA256: c403361668aa1bb8db83edf006d9ff212761ca2ebdacd4459829a2348837b757 SHA1: c51d21dc39a9e64e9f75f137dfbb386b99fa26e9 MD5sum: 583831f1d71a859db2399ea21184a1ee Description: The MRPT C++ library mrpt_obs Package: ros-lyrical-mrpt-obs-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-obs Version: 3.2.0-1resolute.20260921.064759 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 11138 Depends: ros-lyrical-mrpt-obs (= 3.2.0-1resolute.20260921.064759) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-obs/ros-lyrical-mrpt-obs-dbgsym_3.2.0-1resolute.20260921.064759_amd64.deb Size: 10113348 SHA256: 4c6c69057bfffb63084dad85f3b728965b57a3a4036b7b94c0140204d089ab0e SHA1: b9ed93f232e014d5671fbc63a9b6fbe8919c215e MD5sum: e6b8209d55565f98b44689fd16cd2f80 Description: debug symbols for ros-lyrical-mrpt-obs Build-Ids: 6a565002e24ab1eed880075fe7085f425a506c7a ad149f82801294569eb1f867674f204af269747b Package: ros-lyrical-mrpt-opengl Version: 3.2.0-1resolute.20260921.064805 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 888 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.2.0-1resolute.20260921.064805_amd64.deb Size: 301290 SHA256: 3a621147c698108a2cfa01265d731baf92750630d509e59a3e3b172c9ffe68ea SHA1: 1adc2323f3cfac2f3c7d470cd554999bd258ee77 MD5sum: 92bedfcd350f972c0d0133e98f30b0c9 Description: The MRPT C++ library mrpt_opengl Package: ros-lyrical-mrpt-opengl-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-opengl Version: 3.2.0-1resolute.20260921.064805 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 4659 Depends: ros-lyrical-mrpt-opengl (= 3.2.0-1resolute.20260921.064805) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-opengl/ros-lyrical-mrpt-opengl-dbgsym_3.2.0-1resolute.20260921.064805_amd64.deb Size: 4491704 SHA256: e49effaaf00ef5edf08531425f2df60d631ce2db052ffbf4d72acaeff1506f85 SHA1: f18129b10905085d0e6b1cfd585f36460d4e2f45 MD5sum: ee4400bc1cdd11e032bb602e5ccd7731 Description: debug symbols for ros-lyrical-mrpt-opengl Build-Ids: d8f41c2509c342fa4ded68ecbc944d917d941eff Package: ros-lyrical-mrpt-poses Version: 3.2.0-1resolute.20260921.063301 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2004 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.2.0-1resolute.20260921.063301_amd64.deb Size: 556060 SHA256: f368fc43ccdcbf236201fb08c303075ad9760d6e9519a3bf38c7caaab0a42379 SHA1: 29a2a5c83c978102cfdb021c0c10416e1dcc4795 MD5sum: b0c539a30ddf7f9eff0baacd7db219d6 Description: The MRPT C++ library mrpt_poses Package: ros-lyrical-mrpt-poses-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-poses Version: 3.2.0-1resolute.20260921.063301 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 19244 Depends: ros-lyrical-mrpt-poses (= 3.2.0-1resolute.20260921.063301) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-poses/ros-lyrical-mrpt-poses-dbgsym_3.2.0-1resolute.20260921.063301_amd64.deb Size: 18638076 SHA256: 4a897c7d5a0fa7a1331ac0b5603898f7e9e0573fc2041ebc883b2d813f2ec413 SHA1: 23f67bc095a932c64bff8aa91b90aa72321ac90b MD5sum: e2220701885e18ea8d4d240402ebf97f Description: debug symbols for ros-lyrical-mrpt-poses Build-Ids: 6ed940646523e9b7a33d7e2805b619557542428c 91604a5b7979c3837ff421cc966f794732404f89 Package: ros-lyrical-mrpt-random Version: 3.2.0-1resolute.20260921.004528 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.2.0-1resolute.20260921.004528_amd64.deb Size: 101732 SHA256: 861653dadc65e144916c5c788df05ed5d3f4ef1f0115cdadf334812c936aa0b6 SHA1: 02a18e5e02f4e71b580dc1a939fabb1fd4421185 MD5sum: 4c2119b0f1d941e1417cbf1f6443c364 Description: The MRPT C++ library mrpt_random Package: ros-lyrical-mrpt-random-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-random Version: 3.2.0-1resolute.20260921.004528 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1184 Depends: ros-lyrical-mrpt-random (= 3.2.0-1resolute.20260921.004528) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-random/ros-lyrical-mrpt-random-dbgsym_3.2.0-1resolute.20260921.004528_amd64.deb Size: 1094702 SHA256: d1141233957d3178923f21ad10be73918cfab96faa8bb163014164983d7aeaaa SHA1: 965cac056899618ce8169883ab35afbdca30bd9a MD5sum: 53a4d26518d729220fccecf697adc423 Description: debug symbols for ros-lyrical-mrpt-random Build-Ids: 0870353e792d97af3af4350f3bb60f12e3e328f9 249adaa3849d69040701d6bcc80e63ae70c4eca8 Package: ros-lyrical-mrpt-rtti Version: 3.2.0-1resolute.20260921.004809 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.2.0-1resolute.20260921.004809_amd64.deb Size: 106954 SHA256: 5fea7c11286896486541b810bc0a5b7908b14ec127d86b2dc402cde55478e558 SHA1: 1224940efe9f9ea92fe09347885b8808a3e4d991 MD5sum: 219d0bf56cd6f435e326df808daeb85c Description: The MRPT C++ library mrpt_rtti Package: ros-lyrical-mrpt-rtti-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-rtti Version: 3.2.0-1resolute.20260921.004809 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1339 Depends: ros-lyrical-mrpt-rtti (= 3.2.0-1resolute.20260921.004809) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-rtti/ros-lyrical-mrpt-rtti-dbgsym_3.2.0-1resolute.20260921.004809_amd64.deb Size: 1242780 SHA256: e06e081e15b7420f03d2ff805cdec6e7824079ccd2d3819ff1a8e4b34cefc6af SHA1: d769aee18d5723480deeb450e7ba58d09426da47 MD5sum: 05867a117317b693980ca486f09d29c5 Description: debug symbols for ros-lyrical-mrpt-rtti Build-Ids: 3957cdda6bcd3fc567336c2fcfbb83a6397c8fc6 8a2eed7da83b2d9392500c422c700fa514f10adb Package: ros-lyrical-mrpt-serialization Version: 3.2.0-1resolute.20260921.005024 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 412 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.2.0-1resolute.20260921.005024_amd64.deb Size: 126776 SHA256: 274d0aa856575a57a977f0544d7453860c5c1ab24e771171897ec10cbbd5a6d8 SHA1: 8def586b78c4b13698b4ce8b0d987c86b8477374 MD5sum: 9c9d870d3dfb315cdc54c266bb757bf6 Description: The MRPT C++ library mrpt_serialization Package: ros-lyrical-mrpt-serialization-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-serialization Version: 3.2.0-1resolute.20260921.005024 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1507 Depends: ros-lyrical-mrpt-serialization (= 3.2.0-1resolute.20260921.005024) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-serialization/ros-lyrical-mrpt-serialization-dbgsym_3.2.0-1resolute.20260921.005024_amd64.deb Size: 1390970 SHA256: b18d798e4bc05c176e2be40552cc2e362ac37d13f16c31d857d6dfc153acaf90 SHA1: 39c7cbc0b3ca5aafca6c75646d494cffdff01aa5 MD5sum: 7ef3ee5906a29e039733af79b82192f0 Description: debug symbols for ros-lyrical-mrpt-serialization Build-Ids: 4ca1192aecb5dd6fbfd9b7d3bb1ec5be5fba4c87 f36cde8e818615850635331ace36506aa1fbc16a Package: ros-lyrical-mrpt-slam Version: 3.2.0-1resolute.20260921.070520 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1865 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.2.0-1resolute.20260921.070520_amd64.deb Size: 595720 SHA256: d2429f9433fcb462c11606c6a1971c45dda78fec81a92460ebcbdfb6055cfc02 SHA1: e61b48d15475599960fb2b338e218762e35746f6 MD5sum: e607d0f79b3ae562a88a924c449cf597 Description: The MRPT C++ library mrpt_slam Package: ros-lyrical-mrpt-slam-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-slam Version: 3.2.0-1resolute.20260921.070520 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 10428 Depends: ros-lyrical-mrpt-slam (= 3.2.0-1resolute.20260921.070520) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-slam/ros-lyrical-mrpt-slam-dbgsym_3.2.0-1resolute.20260921.070520_amd64.deb Size: 9868036 SHA256: 1da3d432615c8e9279fdd5faafd1643fde28c2611dfca3a5bda4c56ba07ab8e0 SHA1: d652b87eae6c9104329f93c6c51e1b4cb628a877 MD5sum: 4d0704ce8d449ff468f98369e013c1b7 Description: debug symbols for ros-lyrical-mrpt-slam Build-Ids: 05590db9d0d956022a6b682db57d59bab5b15802 512ebb4f764adf9b0380ea256d43ee0618c1e88a Package: ros-lyrical-mrpt-system Version: 3.2.0-1resolute.20260921.005121 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 764 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.2.0-1resolute.20260921.005121_amd64.deb Size: 251228 SHA256: 3acd25402b6cb3ea606dac36812cc25ce50f1fd6c85b419af60361b1345838b0 SHA1: 7e1043453c42c44d56697fde3829190690a513af MD5sum: ec6521af26107d64c616717611e97bc9 Description: The MRPT C++ library mrpt_system Package: ros-lyrical-mrpt-system-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-system Version: 3.2.0-1resolute.20260921.005121 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3156 Depends: ros-lyrical-mrpt-system (= 3.2.0-1resolute.20260921.005121) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-system/ros-lyrical-mrpt-system-dbgsym_3.2.0-1resolute.20260921.005121_amd64.deb Size: 2889090 SHA256: 6023723ce830b6aef09b3ebae2eb0be5219d5bcfd533ee9a6e22514aefc040d6 SHA1: 1fa3eae5dadce7e0a6c597d42034302054d61a93 MD5sum: 8d5b2234838671a8238db55329aaaf65 Description: debug symbols for ros-lyrical-mrpt-system Build-Ids: 954def12b2b65175430d4ebf6639fa544652df7c f7de15595f0301b5944037fbae818dc62dc8d78d Package: ros-lyrical-mrpt-tfest Version: 3.2.0-1resolute.20260921.063959 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.2.0-1resolute.20260921.063959_amd64.deb Size: 149058 SHA256: 91d7ea5fb334aefa75602b9f1df0bb1881e99fae8e79424ddc6ae544ba4b077b SHA1: cdd5b744ea83184fd82df25a817d0164e7ecc574 MD5sum: 345822b4bcadbe760aa9826a8243b1b1 Description: The MRPT C++ library mrpt_tfest Package: ros-lyrical-mrpt-tfest-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-tfest Version: 3.2.0-1resolute.20260921.063959 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2410 Depends: ros-lyrical-mrpt-tfest (= 3.2.0-1resolute.20260921.063959) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-tfest/ros-lyrical-mrpt-tfest-dbgsym_3.2.0-1resolute.20260921.063959_amd64.deb Size: 2221000 SHA256: b0ebe33dccf263cbe621c26b1500bf2fea1de6a23cd0b9ddd1b8e242686450ee SHA1: 85facf79af52729818bca3422c813cf4f86d2ec4 MD5sum: f069a8c4cc56d6d9e3c3a7e256466f16 Description: debug symbols for ros-lyrical-mrpt-tfest Build-Ids: 6a2ca191ca2f33cd4c46115248790e1123cb61ed 99ee68c004b2c0bdbeb050a7a4c3a575d8f4251a Package: ros-lyrical-mrpt-topography Version: 3.2.0-1resolute.20260921.011223 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.2.0-1resolute.20260921.011223_amd64.deb Size: 114170 SHA256: 449d47cd871734ea8f343b2ccde36bfd7aadcd20fd960a5d06f86d24ae365c54 SHA1: 44cf0bd97020303a52974d6239c34661f17e0fac MD5sum: 9b4fdf8d2e77d9b9b9764b48e996d64d Description: The MRPT C++ library mrpt_topography Package: ros-lyrical-mrpt-topography-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-topography Version: 3.2.0-1resolute.20260921.011223 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1353 Depends: ros-lyrical-mrpt-topography (= 3.2.0-1resolute.20260921.011223) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-topography/ros-lyrical-mrpt-topography-dbgsym_3.2.0-1resolute.20260921.011223_amd64.deb Size: 1237748 SHA256: 83fe7466b4c9c2174c5ebcd86d726e7012e077afbfae78bd307b71abab853a47 SHA1: 412e23d14a9a29549b54192cac3d3d60a8b11f8c MD5sum: 14151fbf4a219482a02831e139b7ae87 Description: debug symbols for ros-lyrical-mrpt-topography Build-Ids: 002fdc44dde7aa9870c117b2916c6f060a89eeec 92ff7f864a905fa0445239fc5d04edb167eecb99 Package: ros-lyrical-mrpt-typemeta Version: 3.2.0-1resolute.20260921.004532 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.2.0-1resolute.20260921.004532_amd64.deb Size: 10120 SHA256: 2909d48768685bb3d6a967e8038545cb19bf94d7758019c39684c49adce8ee27 SHA1: e8f534d2565e86df2bc38f20ebba73db45e1c5b1 MD5sum: b1879ba7f44d9de9560aaf67049a3f1e Description: The MRPT C++ library mrpt_typemeta Package: ros-lyrical-mrpt-viz Version: 3.2.0-1resolute.20260921.064007 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2494 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.2.0-1resolute.20260921.064007_amd64.deb Size: 705326 SHA256: a5d86328149625a1f29429891a8b561a42c673a8ad573ecd0fe78ce15e84c7de SHA1: ea0e8f38f67fe79ddd732c5ced504cadeebdad79 MD5sum: 34e2244f78d7ecc06b77a366189a9299 Description: The MRPT C++ library mrpt_viz Package: ros-lyrical-mrpt-viz-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-viz Version: 3.2.0-1resolute.20260921.064007 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 13553 Depends: ros-lyrical-mrpt-viz (= 3.2.0-1resolute.20260921.064007) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-viz/ros-lyrical-mrpt-viz-dbgsym_3.2.0-1resolute.20260921.064007_amd64.deb Size: 12580748 SHA256: 6f8bb86dcd7eae353221f35e20f6844d5858e7cb127130891e7a78d3dcf60fcd SHA1: 89359211b88c2968ea92a7e88f03e93fa372026c MD5sum: ad52a3f34a50c00803d5bd15f68ceef8 Description: debug symbols for ros-lyrical-mrpt-viz Build-Ids: 3ad13e97bfea812bf1840f3b71cf9a5c91260005 d13fff44a62d15824e9c22032a1e08bfe4821739 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.20260915.151755 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.20260915.151755_amd64.deb Size: 589626 SHA256: 2bc9891c6cdf543a913f9d239ef5be9165b44793babc6ff33a582e8c77e87d44 SHA1: 55c4c69374d41d981bf255397c8b098c5df9eedc MD5sum: 95717639cf36e31132260c2737913835 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.20260915.151755 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Nathan Dunkelberger" Installed-Size: 7874 Depends: ros-lyrical-mujoco-ros2-control (= 0.1.2-1resolute.20260915.151755) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mujoco-ros2-control/ros-lyrical-mujoco-ros2-control-dbgsym_0.1.2-1resolute.20260915.151755_amd64.deb Size: 7002494 SHA256: bc41adbc0242d8cdc2240f5d5554546f941b1241b65dd0f8a6fa3ef38c7348d4 SHA1: e9a6f28ae10f2a61d476101d9dc4c8328a89c855 MD5sum: e7ef48bc810aba94e391c59acf1f733f Description: debug symbols for ros-lyrical-mujoco-ros2-control Build-Ids: a0fdd4539a0f0e4a7264df273a7e905228d49a60 b7701859b4b8edb5831888a25b7ce191c5646746 Package: ros-lyrical-mujoco-ros2-control-demos Version: 0.1.2-1resolute.20260915.155654 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.20260915.155654_amd64.deb Size: 22018 SHA256: cdb6bc02cf8f6ad06ce2ef6e706f110b0932832e8c35a0ec78c6a4f5a937caaa SHA1: 33872e5989234e578ae43a260a278f27b09ba210 MD5sum: c81276703669fc06b37e54fb49312e4b Description: Demonstration examples for mujoco_ros2_control package Package: ros-lyrical-mujoco-ros2-control-msgs Version: 0.1.2-1resolute.20260915.052618 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-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.20260915.052618_amd64.deb Size: 264666 SHA256: 60966bd6ccaa3189ca17231c6c717ed062ef48ae01c55aff42c8aa7f79b2073b SHA1: cb80eb78818db2d8bbb222f3b6cfbf9d15ea2e02 MD5sum: 9298a00217128c3088276700e3dd0f37 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.20260915.052618 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Nathan Dunkelberger" Installed-Size: 3114 Depends: ros-lyrical-mujoco-ros2-control-msgs (= 0.1.2-1resolute.20260915.052618) 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.20260915.052618_amd64.deb Size: 2349778 SHA256: 111a51736e1aed648a93f279275e37853c573f5020f1c44f7d17997890ef8339 SHA1: ff5bca2c227f3489d4bde00d53a93fca63df07bc MD5sum: e7d0424a6b67f89d8733f95001f57c9f Description: debug symbols for ros-lyrical-mujoco-ros2-control-msgs Build-Ids: 126a93eb840737df43daa379316d661ec90eecab 306c22e028f82cedcd16eb9f77a0f89ac75ad233 3db80e6648daa63098447a1f3e1412411a32ee21 5275b749982d9f9705b598a233e1aae0285bed02 5b603336b6a5165cf4623eea05edeece053839e9 9ca05c855361362d7f91bd28b4953251db01b184 a3115bc6bd9b2c25d63d3333ab7d118e2b538ab6 a63bd6d50e80836475119fe7506d5e6c955af825 bb341b3bc9a93be898e15ad4d5f36ff4621b740b d06017c4f09bc753f6e0593583d5f647af334032 fed8219a730e38d1a4105509bc68dd9b444f7fb1 Package: ros-lyrical-mujoco-ros2-control-plugins Version: 0.1.2-1resolute.20260915.091015 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.20260915.091015_amd64.deb Size: 337196 SHA256: 68beffce40c9434a62bafc7a6deb5bf4f07250efa060df6427bf605a3c441ed7 SHA1: f5e8d71246e88d766791ec24bfc9aed494a2fb89 MD5sum: fa777f3362a8279b1c17da6647c866b3 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.20260915.091015 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Nathan Dunkelberger" Installed-Size: 8318 Depends: ros-lyrical-mujoco-ros2-control-plugins (= 0.1.2-1resolute.20260915.091015) 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.20260915.091015_amd64.deb Size: 7206126 SHA256: 9c3501a24d04416ce48a1d38b1561f9eb59971671e002f2a0ea27fc5ff22bcd4 SHA1: 343f54c00650227ac9ac109e3a60a9a0658ea168 MD5sum: d87a2b4442da86ec4f71b00798e63294 Description: debug symbols for ros-lyrical-mujoco-ros2-control-plugins Build-Ids: b7684db412b8a6854bf541424109c8beef128fa8 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.4-1resolute.20260922.043618 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.4-1resolute.20260922.043618_amd64.deb Size: 100660 SHA256: 84ecb9f34b3eb86f5f556d20bdf56af734826f87732c809bab25a44011b1bff2 SHA1: e4134f3187414ea590cd85c5f71bc0fb6a7cfcb3 MD5sum: 2e4c439ce39be93de2c3c852cb2521f8 Description: multires_image Package: ros-lyrical-multires-image-dbgsym Package-Type: ddeb Source: ros-lyrical-multires-image Version: 4.0.4-1resolute.20260922.043618 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 4312 Depends: ros-lyrical-multires-image (= 4.0.4-1resolute.20260922.043618) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-multires-image/ros-lyrical-multires-image-dbgsym_4.0.4-1resolute.20260922.043618_amd64.deb Size: 4242012 SHA256: 1fdead1abe3d3d6d9d2e29564c9d1a607c169f3c4cac8c9af482a7378f33551f SHA1: b6391ea3d616936ed185d0dd8a0b19c34f602e8c MD5sum: a2e8f94e10338dca93de686556c8ef72 Description: debug symbols for ros-lyrical-multires-image Build-Ids: 9c469d6167c05f8b19b439d38dfc766990216570 b1293ddbf591c7dcdf43d960523d3d42ccc4305a df3e2b9c3ac6cad53effb94eb56cf65bc44481b0 f14f15776ffcf8c8f424f6eb8ce8e3d80e8a4727 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.20260915.051406 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.20260915.051406_amd64.deb Size: 7348 SHA256: a0e1721d5c192fc3e7496940f8960e8a6bad633572afe863a4161120818c8a9f SHA1: eb799abaafd135878d6391dd7260d3e63e2ec989 MD5sum: 87d9e987f9c61239a499e1aa8a55378e Description: Allows simulating button presses through command line interface Package: ros-lyrical-nao-command-msgs Version: 1.0.0-4resolute.20260915.045306 Architecture: amd64 Maintainer: ijnek Installed-Size: 1981 Depends: libc6 (>= 2.32), 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/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.20260915.045306_amd64.deb Size: 157120 SHA256: 332e29ee88a1bbeb1319c0b1c210a93a1986998f9a663700518cda4c0f84ec70 SHA1: 0355e2d02ae8eff0b38af54a8cc5cb63a1bedb8f MD5sum: 3373dd59971763d2985e7a239a09c465 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.20260915.045306 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1929 Depends: ros-lyrical-nao-command-msgs (= 1.0.0-4resolute.20260915.045306) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nao-command-msgs/ros-lyrical-nao-command-msgs-dbgsym_1.0.0-4resolute.20260915.045306_amd64.deb Size: 1482726 SHA256: c008d1797774aed4140d7a0ea807aac27dd1cbd992376b0ea461ebdb79d2e19f SHA1: 1c07d3df263327a78642cf83ecbd5aaaac99c180 MD5sum: d7ad1decb9aac4f26ec02e7897cf8f0b Description: debug symbols for ros-lyrical-nao-command-msgs Build-Ids: 01bbf0c5a09f7953e7ee518789d35019597aaa69 08fd9cfccfba429dedc416eb7608b48490f43132 14caf4bec1e29538c6fd897fd05b2a83249661a9 36a6d0ebb17ec832e406e7b26be0cdce0f775ea6 5928dbe7cdb20a35f95ff379943cc7c1658074e6 92f233474c52898e3ac8a11bdd82997ef7446f7c 98d38b92b1f7c104341f79de61594d8b7c64fdc9 a375c1ad32f87e5097824399025c2f3995b2d039 aa2512fc0c06cd8af42588d253225d4a119bb9c5 ca83595384de46c2d690d36a009ccff55e7665ad d399f409f2a51916c552388673946f5191cab69b Package: ros-lyrical-nao-lola-command-msgs Version: 1.3.0-3resolute.20260915.045300 Architecture: amd64 Maintainer: ijnek Installed-Size: 2034 Depends: libc6 (>= 2.32), 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/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.20260915.045300_amd64.deb Size: 158046 SHA256: 6e29dd5657e234eff5ccc99aac1743bb24a908d9c83bb0d152a8e17c5d7d2a19 SHA1: c72151b00e3e3892ca6443dab1e34439d26dfb28 MD5sum: 56eb26105169b368bf7e63511f5ef978 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.20260915.045300 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1939 Depends: ros-lyrical-nao-lola-command-msgs (= 1.3.0-3resolute.20260915.045300) 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.20260915.045300_amd64.deb Size: 1484640 SHA256: d411a2ea2e422212f18677e130da293e383454663611476344b172d6731a8d2e SHA1: 4dea688afb8f39e73acdade9268725f0cbdcd683 MD5sum: 08c9cc378588e9a6deb0080d421d591a Description: debug symbols for ros-lyrical-nao-lola-command-msgs Build-Ids: 12ae5b439be293da62fdbed8bb00c084d318439a 1f49a5bbc790a2c017d0f0d40f0e5987b24d9157 25032f4bea2b47933ae8730578ed007246e3bb7c 31eeeba3fbdc9630eec60bc45c88c9bcc3af64dc 422fd735e1bf4e37752be07b0b06713b8b250839 5695becc5bc53577b887a16ba87579e208730e7b 6fc5c3dc2c51bb51b6c70decae35296de3fa52a9 97a2135185bf7371bb09d770aa965afe7aab8663 a8c2af29e8a7f92ec5097dae53c20999c0aedb06 b010f08a5286e0507ee9d076f8c2038fbf2c2073 ce0d73d7f5222a3ea82d34166efcf89998a498ef Package: ros-lyrical-nao-lola-sensor-msgs Version: 1.3.0-3resolute.20260915.045309 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-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.20260915.045309_amd64.deb Size: 163136 SHA256: 66a35b7d14581aace89dfc0d9ec5fd490acfd4eafe07bcf8cb4a568e8861f1a3 SHA1: 2f3ea512cb67cbc695c8116bf2dc2f79138062ad MD5sum: 7e580a216d50497e710fc9108f62e8c1 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.20260915.045309 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1778 Depends: ros-lyrical-nao-lola-sensor-msgs (= 1.3.0-3resolute.20260915.045309) 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.20260915.045309_amd64.deb Size: 1297546 SHA256: 0af9820c5118ece074e667b195a320c9fefe02bb5bca760abcd4a7078c48e587 SHA1: ef7c494a1b065ea63bb29e4aa205b5867b3c5140 MD5sum: 209b6c92ceafd82f9eca47500a708bed Description: debug symbols for ros-lyrical-nao-lola-sensor-msgs Build-Ids: 1acaec702571d7179ac71ff6d00c8a1a4155a45f 40e00aa79364d946174e18e879bf4d0468e5c461 44d88ccdc70f859cd29333f934770e69f4eef8d8 4647fccb567f397255133dd02f591015ebaea062 556df0b62c04c83af0e77056472a969e0575b876 b6dd5af5b10536d3dce75136024254fe0c9c6230 b9811b1cafdd12520f8a8aad0a06a4c48f7de8bd db1d79859820646283cc4fc47df0c8ab98276676 dcf2010c30a1bb3f0e9683a368c50071543d76f1 e235f5c6d0e6688c3156cbfd16263c108456452f e80b64f47d0184643c579122abb7c12d77be7d04 Package: ros-lyrical-nao-sensor-msgs Version: 1.0.0-4resolute.20260915.045302 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-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.20260915.045302_amd64.deb Size: 161960 SHA256: 8cf0713e4e8218e6b1686447a44e9de662938db7b90920111fa6b1af72873d2d SHA1: 328b3afac64536d915922ed21a3461198041eaf3 MD5sum: a1f55dde42eefbab72783f228cc8a599 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.20260915.045302 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1766 Depends: ros-lyrical-nao-sensor-msgs (= 1.0.0-4resolute.20260915.045302) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nao-sensor-msgs/ros-lyrical-nao-sensor-msgs-dbgsym_1.0.0-4resolute.20260915.045302_amd64.deb Size: 1296946 SHA256: 0232a8df60a380d41e8fb02022b41f449f7a80fd7eafa7fea18727986ce2f15c SHA1: cfeef5fdec9f3c9c27cce8ad6d13e25a399d8b51 MD5sum: a087e65e24bb2bdfacde6b3a0ac22f3e Description: debug symbols for ros-lyrical-nao-sensor-msgs Build-Ids: 05efb6bf184761438c6a30d936400d31ee199b5c 0b6b18bd296aa617942bd227d45da1054ad5ffb5 14136546b24d8bdbe4d3bbdfeed4df1f37f6a7d3 28107e020e9725412caf467400507abc659abfaf 281f761dafb924a3a64f9e1f4ca7979904ec7acc 2ec546616bd2e1c4cf0715808ca4c35f8d05ee9a 3e2901eed8154d041c71d0f37cd8a82614f899ba 67726f1e3a930cfc10a7ec353128850da79307d5 6e2dd3fa934bcad2d4f1baed67b6bba9c27a5600 e5c0b9f00c0bc7f399c564c019a778a9b2d10ba2 e8220e72c9c5858b0dee8eee902fe7b43df1ee6d Package: ros-lyrical-nav-2d-msgs Version: 1.5.2-2resolute.20260921.005127 Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 811 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.2-2resolute.20260921.005127_amd64.deb Size: 68252 SHA256: bb05619ef06976727ae1ab8327717b2182aaaee160f4e77776770fb2ed5bc140 SHA1: 5a5717ba9356b4ec6d36b3e4f9144466f949878b MD5sum: 67c93acb8ba19262f8cf12cc597879b6 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.2-2resolute.20260921.005127 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 625 Depends: ros-lyrical-nav-2d-msgs (= 1.5.2-2resolute.20260921.005127) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav-2d-msgs/ros-lyrical-nav-2d-msgs-dbgsym_1.5.2-2resolute.20260921.005127_amd64.deb Size: 419126 SHA256: bad758466186aad8d0483cee4fd350fa69e477dcbf2474757719499f918a60a2 SHA1: 64763f26c94914d3488cd9261e3078879499491a MD5sum: 18e4c3faafb1b8bcceb5948fc08990ff Description: debug symbols for ros-lyrical-nav-2d-msgs Build-Ids: 0d90db31a519a124e1fa57027c205b4f49a96f6f 2380efb236843316bbe6d8c7487eeed33773ff13 4832bb6cc3e987d1ebc8562b95eb0c0ea4788b18 68f684d9cbcc018e14f63f02181017a3933cfb6e 850400bcca964e94f5a3848a3e79fbf63a86f5b3 8e9edaa2667009876dddd91e0c15fd9799d58af8 a0dcedd484715fb5dab9faf3db9ca84d7d24ebf1 ae7d676f7aeee6dfab557ae8998213901c8baa2e bb41c1e0c8340b5bb301ce82f91b079bffaa95ee d60f5c2b9b9d9ce193536d547cdae11fda2552dc f8c979b4a3e2ccd317f9191843b35b317ceee753 Package: ros-lyrical-nav-2d-utils Version: 1.5.2-2resolute.20260921.012724 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.2-2resolute.20260921.012724_amd64.deb Size: 17678 SHA256: 41e31cdeefb21ab5a348b068daee90781eeecf7ea5ba44e2cd2785d84da23088 SHA1: 63494473052286dac861feaa2068d1f1e84ceaf0 MD5sum: 30b8f5ff179da6f3f2a1421fe80f4098 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.2-2resolute.20260921.012724 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 216 Depends: ros-lyrical-nav-2d-utils (= 1.5.2-2resolute.20260921.012724) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav-2d-utils/ros-lyrical-nav-2d-utils-dbgsym_1.5.2-2resolute.20260921.012724_amd64.deb Size: 190202 SHA256: 4809951f4e9e9d5ea1ca2303fb51e643736dc9fe80aa16fb82e6d7cbc6dc4c5a SHA1: d0f9a333fa103dffcc80e1b24172e84e01bc5f10 MD5sum: 8e45a5a42ffefb2998fa611b58715669 Description: debug symbols for ros-lyrical-nav-2d-utils Build-Ids: e68de2d60b11dee1b0324ef639b18f74a40b70a7 f5dd6ffb2b23f5a6dfed9ac16ad581aa401e443d Package: ros-lyrical-nav-msgs Version: 5.9.3-1resolute.20260915.051911 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-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.20260915.051911_amd64.deb Size: 265580 SHA256: e352fede613f5704be87da7117013854ed7ab6b92e7969dbea1c3379cd8b56b0 SHA1: 2f682200ed674d2663dc35003e9089ba69a4c184 MD5sum: ef4418dc49cf1ba499ad79c8b604f53c 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.20260915.051911 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 2993 Depends: ros-lyrical-nav-msgs (= 5.9.3-1resolute.20260915.051911) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav-msgs/ros-lyrical-nav-msgs-dbgsym_5.9.3-1resolute.20260915.051911_amd64.deb Size: 2318926 SHA256: 0a57aacd5bfb1d2bbb990391f7124dfcd7a4b72d0d500b87076f5a05900edcb3 SHA1: d4d78d0b7f1063746132bb5c3a366091c1c88e55 MD5sum: 155e02d20f27a429ad5218cbcd11e08a Description: debug symbols for ros-lyrical-nav-msgs Build-Ids: 056125b6dfb49b017b4d5d0773e22c422b47eac0 51a5929a8cb3b0e323bcd4daf41454efd77a20e8 746998273d19787d0ab88075ebd21678581246ed 9a2c5b50b84a90e9ea28218c06435f43afc380ce 9c0e262d13a17a7969726456373f6921a1dd2d14 a43177ad00de9bcb859140bfa89ba166acadeba4 bd89bd189efaf51fa4005820e9cdb5c261e8a927 c2eb512d7b9139cc5c96b6515c863eafb42f58ad cd9496ebc1fd64c32215f1f28e457dd6c7ace36e d78965837bf5e4a8780b01b34cdf91acbcd895b6 df50f6ddbcb4173855c80c882a58349bfdbd8317 Package: ros-lyrical-nav2-amcl Version: 1.5.2-2resolute.20260921.012700 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.2-2resolute.20260921.012700_amd64.deb Size: 399150 SHA256: 7f738412fc228f9c7cd8955f5501b88895e413ad3f05b3d7da23dff415ddf505 SHA1: 57fcdaa91e7f49917d90b4f6bce787f7e3129371 MD5sum: 02f460e8838ea4487e7abdac9f9a9b39 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.2-2resolute.20260921.012700 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mohammad Haghighipanah" Installed-Size: 8662 Depends: ros-lyrical-nav2-amcl (= 1.5.2-2resolute.20260921.012700) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-amcl/ros-lyrical-nav2-amcl-dbgsym_1.5.2-2resolute.20260921.012700_amd64.deb Size: 7086094 SHA256: c84b5cf0b6e7e552e04153ddbd20650abd13e092b53be7e20e68f0cc8bc124d4 SHA1: 7b90de45faec2a57fc3df1c9b62dae91412211ee MD5sum: 5d1bdba34335ccf7f59eab065c2a15c8 Description: debug symbols for ros-lyrical-nav2-amcl Build-Ids: 237be2b0e6d5d5cb9354e68dc50282a3eaa2106c 2e8092e5af17e2d921e57bfad66df695849a75b6 5e8fd6698aa825ab9831f5420786f3495ba6179e 9493063e252fd82611dde7bc39bb48e51fe1d448 b333897d8747352a4b785f062bed5125eae8457f ed47d465e1b5b854334e14e3779439e259ddf605 Package: ros-lyrical-nav2-behavior-tree Version: 1.5.2-2resolute.20260921.012726 Architecture: amd64 Maintainer: "Michael Jeronimo" Installed-Size: 19573 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.2-2resolute.20260921.012726_amd64.deb Size: 2781850 SHA256: 639aed8ceab011341fbdb7ddfc16e33391f967e0a681bc77c212b0714055ddaa SHA1: 6705e6210bdd2d052778aaff2d5f8747f89fb664 MD5sum: 5b14d2872a1d0e6cd87a649d82f88451 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.2-2resolute.20260921.012726 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Jeronimo" Installed-Size: 122941 Depends: ros-lyrical-nav2-behavior-tree (= 1.5.2-2resolute.20260921.012726) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-behavior-tree/ros-lyrical-nav2-behavior-tree-dbgsym_1.5.2-2resolute.20260921.012726_amd64.deb Size: 112409192 SHA256: a8481bfc83f5cb38edd93cb5069a23880d53ed4b58e583dd0bfeb78d263d86a0 SHA1: 6be6f47f40b8981bd6379200c5c23340605f8113 MD5sum: 8a239f3ede217ad5874a4e6270cc81a9 Description: debug symbols for ros-lyrical-nav2-behavior-tree Build-Ids: 0067fce5a0d5c7fb265195712bd4b37bd1d14e36 0683f5e616ef7a1828c4b7c25a7c2932db58910b 086d3726f18e42b075194d85c429ce6103daf139 1272d73239b05af10ec10eb74f6391cef1fd5e97 14b2007b57aea7aa9a49acaf0cf0cfe517977dd0 14f3530c398a2a5322db0b09947b5e0f8b664248 17bb451b94f408f2ef10a26f813c693a5f0b84b7 247c91459f43ee3f9e778129481e3b897540c1ef 255d9f568f043bd92c83d363a8a48db60f2652cd 2e210ec2e40f991464ad66a250301a87e98a3eb6 34e49ffa07af262f28d6d2dabefe382165d44121 3a2da74637cdf126802d66300596ed4716f918c3 3b6e4ab5f635374228986c520a14621d4699366b 3cf92e68462a52825e8762fb479e7babba91d0cc 4016c0977564224471b52a0319e1f65996f840a2 41ee5cadf8598b093693650e729d14267d54aff3 43e622cddc590128e6a14bac8f7c9041853a5458 471b6d64321caa59daa872f32ca8a0bc9b39eb24 478d29992332f5416a4af70614b2dcda8ae49b35 50cb3a6ebd029765b39d0e2118322dc7755d07f4 527faaac1c9d4baaa25578af1ba5aef150926656 55e053a36838c6d250774d641d56b7fcd57be90f 582af1941a1f7e465a06d9f297cbf53374cbf3eb 62e20b6405039b2155a4b92d2711a46c9bcec7c3 651736da20f27b5604f14f0d9d5fb902b5a0f18e 6542dca85cdfcf60e2f3e1f6f479d38ee8548c0a 65fe7512cf77104e1dda6aa0348b91239213db30 674e886b13f0868bb5259806d2b48ab2b15a0d47 678671c4a1fe756dc179bb68a1005df95f338376 6813846daea1c25e6bc9aa249210f2e807f3cc1c 6c40fd84dd838ff979bf9fe0f6f5ac0d9f7caffc 754e0c2773ad8e2b7c8838ec761df923571a2d64 77a643f6bb96f720caf6a15b603c979e055d2bcf 7817729b115e10d4f8c2d9591208c984f0c2a8b0 82faf8676cc57d9b3611e922cbbeb283facc96a5 861d2035a69d2c9d83a7e7a9641956cfdd7f6b85 86fbe88041a4f26acbe9cb58ff7b3db4d0005d57 88b9b37d1784c310d423f7716bfaee9239690c97 89395c2a7e5d642b0c2b272d06ce99465c65a790 89c6ad19d5f873a099285937b9b9f9aedac6a30f 8ad35cd88b53851d6c818616138b2949f0837a2d 8b55bfc7f97deef6de75598f1f4cdee8b52d056c 905af0f740e7a69a581ca8bab7c6e40eac1659a3 958f7f9f374ca7508e57fa7fb167ef1542558110 9be7e3d14e85632bf485656f50be53eba3967e88 9d046e7cdb4a70c844088a52979b28361ebbb3e8 a3ac9f7580a37546047ccab006b844e5e46fee2d aa5f08c85e4b929d9fbf61e7ab1b401f39f73eb3 aa67fb281229be6e5f4314b52b30510d2bf09f3a aec4994c099f834cf778075b2ff78f20d5701b52 af3158419017172a435ac79c34bdc3ec5b65f8e5 b1e15d65b9af24ab2cf1e43d572178f6db5fa9e5 b502aa0a9878728e95fca21f574373d0c13cb508 b7e6c7e26d322443f57a7a453296eb33205a4740 b8f92f4c4f5d414b11a715b0ebf6fa6df772b4d1 be72c1671b63485bfb22a1c70481fe7effd91c17 bee356fb56b74588234d4acf109949a61a36a0fa c10d5c0a1c1ca7031ba5c02bb426c395f0bb855e c81410078571edca229a7f57ecfa08f43c55c352 c8cc09653fa04e90ae403ed5040ac8991b5a651e cc546cd82cedbb38fea9d4aab8593f460a2dad61 ccace3c253a97b950acaa47092a75bcd4496653c cd8753102df766644812ac5d9ec2aa72e1564639 d0db7a114de5bb4bad183dfffc7e66a244f6e10f d63a509c17bb5f99b6fe1aaf4c70b68ee0f64008 d68b551662911dd6c15e9be80fcb7f9e7676e23c d81b61b245cb2d954083d31fad4b4733e1db26fa dc6553733f35f023ac7ca85534bf2147144f8713 dc81b8dfb1fb177fec4eedebd27375336104a634 ebed82f7fcb4037d64ac0096b68b90aceed0b2a1 ed354c2400baa2a418d3db8cda2ce0a228598ca0 f0610340b1c7a5c0a29a16d26eed0960d39530d6 f64c0083c67b9bc74d16194daee97634cf3c4162 f7abdcd81c7f69ed1e59b0aa66dced53c303ecc7 fa0e91fa72344325a430c42656a9bcd6cd27f8d4 fc15c7613aa6b77c1ac7154406ea2f339ffa7443 fd4d4792d2cb3f2306a94eae306350fdb4d31a32 fddd913743578095d164b63b4d0a3d13b1941b8d Package: ros-lyrical-nav2-behaviors Version: 1.5.2-2resolute.20260921.021153 Architecture: amd64 Maintainer: "Carlos Orduno" Installed-Size: 4193 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.2-2resolute.20260921.021153_amd64.deb Size: 652480 SHA256: 95eefd2cbdedeb7d7353be4dddeb85576b68291d6c56c34f16c7ae864de50618 SHA1: 69b3d0ce28b3a39afec84aa3eb7dc53f92a49334 MD5sum: c8ba7a1c50bcc73f2b0b248d8c146a8b Description: Nav2 behavior server Package: ros-lyrical-nav2-behaviors-dbgsym Package-Type: ddeb Source: ros-lyrical-nav2-behaviors Version: 1.5.2-2resolute.20260921.021153 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Carlos Orduno" Installed-Size: 19717 Depends: ros-lyrical-nav2-behaviors (= 1.5.2-2resolute.20260921.021153) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-behaviors/ros-lyrical-nav2-behaviors-dbgsym_1.5.2-2resolute.20260921.021153_amd64.deb Size: 16372804 SHA256: 3b03e1a77684bfb60ac54383c6815a472b1470e875fdaf26bc99b9e236c2fbe3 SHA1: 416c32fc91883877d0912329da0e49c672859b85 MD5sum: 4b1259b25894617a996b94a7c696d448 Description: debug symbols for ros-lyrical-nav2-behaviors Build-Ids: 162043feaa9c5ac0d28ebf5759595922ac4210a2 3727e86e76b94f044ef55b099a90cec6bd030acb 3f980ac29035fb5dc231ac29517b8c6c8e1830b7 832141354e8d8c708bcd9c8bec431e96bf719530 a34a78f90f7d9ed5cbd8f853c0ddce975d5fa7f1 d939d75c7f39e95f0a9ae0e726fb12c6a46b73c4 f357e1af822cfed08315844d1e253c2e504e4afa Package: ros-lyrical-nav2-bringup Version: 1.5.2-2resolute.20260921.024238 Architecture: amd64 Maintainer: "Michael Jeronimo" Installed-Size: 6078 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.2-2resolute.20260921.024238_amd64.deb Size: 46706 SHA256: 06b4a2f014f23a2ebaa6d3ef700e84b85c1eadda1a2450da26b5b8fe288f35a8 SHA1: f95aebf869d244646d648f3596d993d034c148d4 MD5sum: 5acb8f709ae3cde5795e7f747b1491b1 Description: Bringup scripts and configurations for the Nav2 stack Package: ros-lyrical-nav2-bt-navigator Version: 1.5.2-2resolute.20260921.021046 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.2-2resolute.20260921.021046_amd64.deb Size: 568678 SHA256: f7609a29fc72d136a7a6def5a105c7a12ff0b129e251ecaeee78a83f165e7842 SHA1: f00daffa95e1c2fb42cbf83719cf2e4b33dab417 MD5sum: 9b990742c1cf64505182638ac50145cd Description: Nav2 BT Navigator Server Package: ros-lyrical-nav2-bt-navigator-dbgsym Package-Type: ddeb Source: ros-lyrical-nav2-bt-navigator Version: 1.5.2-2resolute.20260921.021046 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Jeronimo" Installed-Size: 13660 Depends: ros-lyrical-nav2-bt-navigator (= 1.5.2-2resolute.20260921.021046) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-bt-navigator/ros-lyrical-nav2-bt-navigator-dbgsym_1.5.2-2resolute.20260921.021046_amd64.deb Size: 11915522 SHA256: 5ce9f1545169c47cbb0a20428fd3329d8af9e110476c5832b61c6bea8d0c2701 SHA1: c072220e6193a50297cbf740ebc30da264a64ed7 MD5sum: 3833a78ec03e95cf38b138934fed885e Description: debug symbols for ros-lyrical-nav2-bt-navigator Build-Ids: 62187591dda87360824f675cc32e9a76bb87da3c 7c9633cd467c53fe2193a4f2bfbe766004dacf95 af100467f0268daa4547bd91b7ca14f56778e2bd c21d59e9695f363b17cfa3b75ba3907aec820e98 Package: ros-lyrical-nav2-collision-monitor Version: 1.5.2-2resolute.20260921.014704 Architecture: amd64 Maintainer: "Alexey Merzlyakov" Installed-Size: 5858 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.2-2resolute.20260921.014704_amd64.deb Size: 808038 SHA256: 76ddf8c5f06b30059b85d01ea1e74e8cfe73a1b8998c7448a006d117ac522de5 SHA1: 9d27bdb4c1200f917c7a2441abefd271a4638655 MD5sum: 9a53c30b6544b1b225394af51a266ea8 Description: Collision Monitor Package: ros-lyrical-nav2-collision-monitor-dbgsym Package-Type: ddeb Source: ros-lyrical-nav2-collision-monitor Version: 1.5.2-2resolute.20260921.014704 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alexey Merzlyakov" Installed-Size: 32540 Depends: ros-lyrical-nav2-collision-monitor (= 1.5.2-2resolute.20260921.014704) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-collision-monitor/ros-lyrical-nav2-collision-monitor-dbgsym_1.5.2-2resolute.20260921.014704_amd64.deb Size: 27148442 SHA256: 01a3c2a735107b21a899570c4a31220ff22c2df65966ccce62851de3a8c0904c SHA1: 0458a96885a72feb6236429121d2fda472aa8001 MD5sum: 068bec59d3e654145b16cc6e8d7a0be6 Description: debug symbols for ros-lyrical-nav2-collision-monitor Build-Ids: 5bd5b98834d70a65acfa3517c91cd89c3cfe3b46 72f2d206e425fa0f431367bec88b842d16983ae8 7c0c1050cad01ba2688eedd82fa3f665ae0545d5 d8b65e729a557d610440758e65450cb031f49770 Package: ros-lyrical-nav2-common Version: 1.5.2-2resolute.20260921.005059 Architecture: amd64 Maintainer: "Carl Delsey" Installed-Size: 93 Depends: python3-osrf-pycommon, python3-typeshed, python3-yaml, ros-lyrical-ament-cmake-core, ros-lyrical-backward-ros, ros-lyrical-launch, ros-lyrical-launch-ros, 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.2-2resolute.20260921.005059_amd64.deb Size: 12790 SHA256: bceb1402b96f37d67240b287f857686052b7d92f5625c0c8a18330a58e63b61e SHA1: 63bd53026ec2f0de5a854bd196f12a82acf68567 MD5sum: 8c475587afb7edccfeffc20705070691 Description: Common support functionality used throughout the navigation 2 stack Package: ros-lyrical-nav2-constrained-smoother Version: 1.5.2-2resolute.20260921.021107 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.2-2resolute.20260921.021107_amd64.deb Size: 70626 SHA256: e03ee6ba171efcacd061b8c3510ff80f68fe766a25d86a245dbebd8fb8b01d6f SHA1: a21ed95140260a99b29214a32a3b49b64d439ee3 MD5sum: fdf5bd1eff9f0a83bd80afc0d0867720 Description: Ceres constrained smoother Package: ros-lyrical-nav2-constrained-smoother-dbgsym Package-Type: ddeb Source: ros-lyrical-nav2-constrained-smoother Version: 1.5.2-2resolute.20260921.021107 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Matej Vargovcik" Installed-Size: 2892 Depends: ros-lyrical-nav2-constrained-smoother (= 1.5.2-2resolute.20260921.021107) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-constrained-smoother/ros-lyrical-nav2-constrained-smoother-dbgsym_1.5.2-2resolute.20260921.021107_amd64.deb Size: 2872974 SHA256: 5eeccc961a7893745d4448aa37551f3841873c26a83ce6587f34fdf5d741a692 SHA1: f605567513fcf011cc5812fc1be5563d184d2b65 MD5sum: dafe478b50418ceaaf586dbb047f53b7 Description: debug symbols for ros-lyrical-nav2-constrained-smoother Build-Ids: c6ab49017d822083b5e9df7228157a8be9f45dd0 Package: ros-lyrical-nav2-controller Version: 1.5.2-2resolute.20260921.021159 Architecture: amd64 Maintainer: "Carl Delsey" Installed-Size: 2397 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.2-2resolute.20260921.021159_amd64.deb Size: 460550 SHA256: f388f3111dfff4f64c9babe4c96786b1726e804ea4abe52b9034a208286de0bb SHA1: e75a3f8fb69cdf618a5ddd9108fe64cc7648235d MD5sum: fcb08b8f69c5b5ee097365e21de20140 Description: Controller action interface Package: ros-lyrical-nav2-controller-dbgsym Package-Type: ddeb Source: ros-lyrical-nav2-controller Version: 1.5.2-2resolute.20260921.021159 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Carl Delsey" Installed-Size: 12499 Depends: ros-lyrical-nav2-controller (= 1.5.2-2resolute.20260921.021159) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-controller/ros-lyrical-nav2-controller-dbgsym_1.5.2-2resolute.20260921.021159_amd64.deb Size: 11092116 SHA256: 5778a1028965004d23a3d63c583c73588e50c3a5dee7020206c46f287347623e SHA1: 31303a45ffe068dd1de977e07f2098ffaf7c7330 MD5sum: 1e4748438dd4aa1c1941dcc7d565c3e0 Description: debug symbols for ros-lyrical-nav2-controller Build-Ids: 186e9784713cf36119537250ef810a9a0a99457c 221749d3941310eb64eb57b59fb2f7dc5acd271c 26c8a1785b8449e443f73b9fd90505f7db1a01b8 6d70bbf9a342454576b21c72621e37178c2bcb55 77f282d9224d7deef8d3af1b08862c6f042f4d29 ab0e3bb27db43a190af098e2fa02f84ec62df066 b6eb2f7055fafce98aaecb3257fb599e63e0c30f bf172849a5ec9bb9b55d31b1852c3a287ef7450b c90f9ef59d8e98b81b27cc09b1ee94e8faccc49b fb666cee47e8a7b78f15102278d770d4e8c7cfa9 Package: ros-lyrical-nav2-core Version: 1.5.2-2resolute.20260921.020621 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.2-2resolute.20260921.020621_amd64.deb Size: 17598 SHA256: adddc10ce38848f7ed3f7eecb5fe47fcf288f0cd885c1d90b13f6d56dca13997 SHA1: 2ac44379c437a4e12d940d20c31e3a70f3713b36 MD5sum: ca09d318348738be4212f3d3bda374c9 Description: A set of headers for plugins core to the Nav2 stack Package: ros-lyrical-nav2-costmap-2d Version: 1.5.2-2resolute.20260921.012747 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 6958 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.2-2resolute.20260921.012747_amd64.deb Size: 1189992 SHA256: ad51ad95eae389f10629d882f518c040bc0613cd3ed818af9a80a244b0563b10 SHA1: fd6d5297efd61f9db2b8ea70bc1ee820d52d1dd9 MD5sum: 0d5624c20e5e5f9d0841229fed1b049a 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.2-2resolute.20260921.012747 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 39683 Depends: ros-lyrical-nav2-costmap-2d (= 1.5.2-2resolute.20260921.012747) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-costmap-2d/ros-lyrical-nav2-costmap-2d-dbgsym_1.5.2-2resolute.20260921.012747_amd64.deb Size: 34170948 SHA256: 0d075f3dbe778254365d2f6fb40639d8f01f3ccc24016abf10ab5abdd5be2341 SHA1: 35e85335a2b5c19c56d99f7132f3cd0f824386c9 MD5sum: 931899bf2bcb47a3ad6d797ac9f31233 Description: debug symbols for ros-lyrical-nav2-costmap-2d Build-Ids: 1936d09e7a4a38085fad65992508bc15827c1140 1e59f1480e5fcea7715219e52b93f027fdcd5636 2108110dcac1437be2affaf952851ab4efef3259 47d4790e75625690804694b6b2a72196f4ca0e98 4f90b5034e2078262a98a91261226ced6a401ec0 5f7a251be90d9ddd279db24fc6947736806bcddf 72aa9da0455b619decaaf00f26d570dea0069836 Package: ros-lyrical-nav2-dwb-controller Version: 1.5.2-2resolute.20260921.022355 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.2-2resolute.20260921.022355_amd64.deb Size: 5598 SHA256: 4b7f828b5eaf82641e2c258da146b495f135679cfac0a57d8d22aba2390a0bf8 SHA1: fbc3ec8d1ba537d81957fe961b8237e60753647e MD5sum: 1122aaf3a9ce450af661ee5283832e83 Description: ROS2 controller (DWB) metapackage Package: ros-lyrical-nav2-graceful-controller Version: 1.5.2-2resolute.20260921.021123 Architecture: amd64 Maintainer: "Alberto Tudela" Installed-Size: 478 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.2-2resolute.20260921.021123_amd64.deb Size: 123120 SHA256: c135bb6c1161d2ead471ad630489eb9cb95e27a44e82fae7725834a1a61f4332 SHA1: bcd7826483e034fbad9f4359494de190f08f30dc MD5sum: 8ce326f2d7bb020f6aa79f78e937a65a Description: Graceful motion controller Package: ros-lyrical-nav2-graceful-controller-dbgsym Package-Type: ddeb Source: ros-lyrical-nav2-graceful-controller Version: 1.5.2-2resolute.20260921.021123 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alberto Tudela" Installed-Size: 2259 Depends: ros-lyrical-nav2-graceful-controller (= 1.5.2-2resolute.20260921.021123) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-graceful-controller/ros-lyrical-nav2-graceful-controller-dbgsym_1.5.2-2resolute.20260921.021123_amd64.deb Size: 2039102 SHA256: 601d636e7d32c836fa6c36888cfcbbdb323707455829692454c94852309f8276 SHA1: d7e226a316fa894565d2e794326bc7fbefd71ef0 MD5sum: 83cfffd139c3d85c70926a2ca95f6eeb Description: debug symbols for ros-lyrical-nav2-graceful-controller Build-Ids: 258ad672f513fe0f188be38d6af78c450714f7f5 d9dacda79e5edd936ad057712a7e4bdc04fe269b Package: ros-lyrical-nav2-lifecycle-manager Version: 1.5.2-2resolute.20260921.012711 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.2-2resolute.20260921.012711_amd64.deb Size: 140236 SHA256: efb2bb7300ff604fd023af8fff8268f96b7d72627679807fb5a6848f185439aa SHA1: 48cd0cdb34380cf0a99904bd91ce1c112c685f76 MD5sum: 9a98f7633534a21458313a58c7281ba9 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.2-2resolute.20260921.012711 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Jeronimo" Installed-Size: 2922 Depends: ros-lyrical-nav2-lifecycle-manager (= 1.5.2-2resolute.20260921.012711) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-lifecycle-manager/ros-lyrical-nav2-lifecycle-manager-dbgsym_1.5.2-2resolute.20260921.012711_amd64.deb Size: 2690512 SHA256: 93832b6e157e3e63c03860ebf52959cf70c9b5d408d27efcca504e5ec5017a06 SHA1: 54eeb1dddb4e373e808d14ddd7117b6e1474f64c MD5sum: 486e26fa75940e2efa9fc9da9af02979 Description: debug symbols for ros-lyrical-nav2-lifecycle-manager Build-Ids: 12fde7a5c3b0cc17ae3e3019d4c31cf5d38ee0f0 ec8da88df4dd0953a7d6118c339eb03e0e04490b Package: ros-lyrical-nav2-loopback-sim Version: 1.5.2-2resolute.20260921.012710 Architecture: amd64 Maintainer: "steve macenski" Installed-Size: 1418 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.2-2resolute.20260921.012710_amd64.deb Size: 260622 SHA256: 59775fecd5ac4f9dfc8abbda9366c469c4b2084d11751a56970deb00dd1320d2 SHA1: 177136fa0026e6191278b9cdace4db6d60a758bd MD5sum: 8c00add1290b78b546597c35aa0621b1 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.2-2resolute.20260921.012710 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "steve macenski" Installed-Size: 6887 Depends: ros-lyrical-nav2-loopback-sim (= 1.5.2-2resolute.20260921.012710) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-loopback-sim/ros-lyrical-nav2-loopback-sim-dbgsym_1.5.2-2resolute.20260921.012710_amd64.deb Size: 5680492 SHA256: 8473545066318ae59f9980c1fa49ab730870ce54dae7fcf293535d0f32a048c0 SHA1: 297972426c108a86983181e65c61e4a78d8e22d2 MD5sum: 64586b88cd5eefa8241e1c13a6015c5b Description: debug symbols for ros-lyrical-nav2-loopback-sim Build-Ids: 5c670bfde37a48dc52b4c428a047054edac3617e 7c8b96d97f07fd8792afe2529d916b6dc4bdcf9a Package: ros-lyrical-nav2-map-server Version: 1.5.2-2resolute.20260921.012715 Architecture: amd64 Maintainer: "Brian Wilcox" Installed-Size: 2028 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.2-2resolute.20260921.012715_amd64.deb Size: 429384 SHA256: 09fb403fb0cbeec046adc4f228ae4cca8dd88a00c4a78e3aaafbe3bca5eecd46 SHA1: 86884133feea74c0473a54e112e40200052d2124 MD5sum: d82cdf444131d899e3a853e83fb32038 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.2-2resolute.20260921.012715 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Brian Wilcox" Installed-Size: 11703 Depends: ros-lyrical-nav2-map-server (= 1.5.2-2resolute.20260921.012715) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-map-server/ros-lyrical-nav2-map-server-dbgsym_1.5.2-2resolute.20260921.012715_amd64.deb Size: 10417234 SHA256: d9784030c66105b3c405df8a695d81b88ce58679e2849cbf4428f2aa36a3c227 SHA1: ccf26442e6e0a38ef3653b86a5781d269b1a626d MD5sum: fecc85ad870a093701c7b2647aa60611 Description: debug symbols for ros-lyrical-nav2-map-server Build-Ids: 195a0dc0b249adc298d457798af95e3a85f89d00 6f2216fa5c1bcb057d1c1077a171f8c03a17f883 8403daf3b898abdd2ffbdf7bb63071e967efcde7 b921e63ab88debf6898eddec1fa4965bf145af62 d50a2cb24f1752935e37529b6f415f586bda0f96 e8de199c112651371c0f3e895c3c41cda147ed87 ee86602a9cbee5fec6b81c942a4f5cc45c93083e f4f241553baa154f2b105203cdf317548f04f40b Package: ros-lyrical-nav2-minimal-tb3-sim Version: 1.3.0-1resolute.20260915.153522 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.20260915.153522_amd64.deb Size: 45222 SHA256: 398909934583b506320be780164b73ab330e71d822c1d0d08d67ae30db597a4a SHA1: 59ab072838f8d837caa7bb0b620f304f5d653f42 MD5sum: 7a5737c84e09efad953ff0f5106a4677 Description: Nav2 Minimum TurtleBot3 Simulation Package: ros-lyrical-nav2-minimal-tb4-description Version: 1.3.0-1resolute.20260915.143254 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.20260915.143254_amd64.deb Size: 4552588 SHA256: 7c41a0ac3f64ec8ec3832fd0851dd252139ee88723733506f02dcbcfb234ff17 SHA1: 703af46dfc2f57dde4772993e702c947b8a0d918 MD5sum: 02353ab416efdb8e92655fc29709d038 Description: Nav2's minimum Turtlebot4 Description package Package: ros-lyrical-nav2-minimal-tb4-sim Version: 1.3.0-1resolute.20260915.153525 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.20260915.153525_amd64.deb Size: 10246 SHA256: 6f9773906c61f6fee44496b9461a6bc00b42acb469936dc454f641f9137ddf9b SHA1: 0a93363c9dcbf308def2e50c6ca4aee829eefc6a MD5sum: 0b694b1d453ff94e03ba0c026baaceb7 Description: Nav2 Minimum TurtleBot4 Simulation Package: ros-lyrical-nav2-mppi-controller Version: 1.5.2-2resolute.20260921.021113 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.2-2resolute.20260921.021113_amd64.deb Size: 376038 SHA256: 9df0bc99b0d49eca2830d02ddeae5c0831b0b619772ba248d5490ec30bea7b16 SHA1: 5c2c51cbc3a0b9946420149688f6b567f8220f7c MD5sum: 1f889f667c2d80b539b871b4be6098e5 Description: nav2_mppi_controller Package: ros-lyrical-nav2-mppi-controller-dbgsym Package-Type: ddeb Source: ros-lyrical-nav2-mppi-controller Version: 1.5.2-2resolute.20260921.021113 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 16064 Depends: ros-lyrical-nav2-mppi-controller (= 1.5.2-2resolute.20260921.021113) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-mppi-controller/ros-lyrical-nav2-mppi-controller-dbgsym_1.5.2-2resolute.20260921.021113_amd64.deb Size: 15587746 SHA256: e105c17e8b4cfd03ad58f828445663a8281ed441961cbe2dbac768266a6900ce SHA1: 65788a48823571af1c590f5aea27d642dee5f088 MD5sum: 390f3b983304ddb0db218f603ad48c7f Description: debug symbols for ros-lyrical-nav2-mppi-controller Build-Ids: 1d7d7e46965b08c53ac689b14046206d4d13d48a 5ddccdcd90695ba6cff70748925ede547f28b1b6 6f93b277dd4989d78fc00a1bbf8f538edf1e6904 ca205d9bb9b7e5fc53c0480e46c255c9fbe11706 Package: ros-lyrical-nav2-msgs Version: 1.5.2-2resolute.20260921.005533 Architecture: amd64 Maintainer: "Michael Jeronimo" Installed-Size: 39378 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), 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.2-2resolute.20260921.005533_amd64.deb Size: 2262602 SHA256: b5710ca7eafe8bf5437e4247ed0564805bfffa3f7b56dabc169ade292d72892c SHA1: b1fca292adc354f308eefd506e6f8a4dd408470c MD5sum: 9f0c92eea0864edf15c775a34cbcf8a3 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.2-2resolute.20260921.005533 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Jeronimo" Installed-Size: 26658 Depends: ros-lyrical-nav2-msgs (= 1.5.2-2resolute.20260921.005533) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-msgs/ros-lyrical-nav2-msgs-dbgsym_1.5.2-2resolute.20260921.005533_amd64.deb Size: 18975840 SHA256: 0ce3aee7ef2b4c7149dffe3b4bf188c2dc6dfec96fc1491e2637841d790b4999 SHA1: 3a9d80c1e911d1a23da95b095f323b0b204a77bd MD5sum: fb985a84f05df66bc9e1be333654dc6d Description: debug symbols for ros-lyrical-nav2-msgs Build-Ids: 189a9e97f97cb9b3c118098d6813c72d905af8bb 1c2f5ae5b3c8a3e472627951fae525ab810df827 5209173f6729a7f161e2963a4c061d06b0377dbe 5f669419b323694c20345b2d79374b97bd27b34d 777799ba73df9b7ac325cffe3997e5074f098352 84cd5313e1bf5c11f58d92076d31c58ab3552149 999002a550540d53fdc9e9d2b77144d5da8cb3de bf3f17db9c6f32530826a53a2323e4f280fdb4b9 c918a67d61b804125eee6356de042c90a133c0fa f6e91cb3f35a1722c0e5c1005353b8b130f4bd7c f84bac4ea1c378fe76581933a0514f7b08d5412e Package: ros-lyrical-nav2-navfn-planner Version: 1.5.2-2resolute.20260921.021058 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.2-2resolute.20260921.021058_amd64.deb Size: 63108 SHA256: ce0ce931f07622f0bee07db165a216ca1fae78313e2567b1ffbdadc492530652 SHA1: 0f35ac922f59885ed4eb0598cea45c480cf67461 MD5sum: ecd03c82e65227177b62fa4851fb1425 Description: Nav2 NavFn planner Package: ros-lyrical-nav2-navfn-planner-dbgsym Package-Type: ddeb Source: ros-lyrical-nav2-navfn-planner Version: 1.5.2-2resolute.20260921.021058 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 1019 Depends: ros-lyrical-nav2-navfn-planner (= 1.5.2-2resolute.20260921.021058) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-navfn-planner/ros-lyrical-nav2-navfn-planner-dbgsym_1.5.2-2resolute.20260921.021058_amd64.deb Size: 964772 SHA256: 5504db102bf68b5dcd9040d4628aba36104636471362752654bab693eb2a6905 SHA1: 67964a3728448b8a73c83c9e89df426e8116427c MD5sum: b3d5081471dfa0d341e3262d5e26e816 Description: debug symbols for ros-lyrical-nav2-navfn-planner Build-Ids: bd071897fdbfaa8ffa6b0df0ba18191d61e5185a Package: ros-lyrical-nav2-planner Version: 1.5.2-2resolute.20260921.021103 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.2-2resolute.20260921.021103_amd64.deb Size: 217686 SHA256: 9444e835b78dc7f13814d49b3fd3ae71c84db22d44634d945362aea5ceab2cd0 SHA1: 35919b56eed02b5d2ff0fb85c08ccd219cf24623 MD5sum: 91920be7dc89864bb98710e1e851b466 Description: Nav2 planner server package Package: ros-lyrical-nav2-planner-dbgsym Package-Type: ddeb Source: ros-lyrical-nav2-planner Version: 1.5.2-2resolute.20260921.021103 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 3703 Depends: ros-lyrical-nav2-planner (= 1.5.2-2resolute.20260921.021103) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-planner/ros-lyrical-nav2-planner-dbgsym_1.5.2-2resolute.20260921.021103_amd64.deb Size: 3314402 SHA256: 69742b56d324e70c0d66e727ae13959e7a7d0ca6abdac3c3a8518af15f4a394c SHA1: 6c369566b5ee417d3c996cf76262d3173b4e19ce MD5sum: 4f4fb77529c8d2ac9397e620cc372e45 Description: debug symbols for ros-lyrical-nav2-planner Build-Ids: d2d9f68c0e9fb9792c5b8932d83be816ba3ac680 eafb507ee20c2a97e0602bac58e95c3e90bd8a04 Package: ros-lyrical-nav2-regulated-pure-pursuit-controller Version: 1.5.2-2resolute.20260921.021051 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.2-2resolute.20260921.021051_amd64.deb Size: 121754 SHA256: dffc7604daf682165bed4803d63f2910dad2ba1febe9f866975ee5b6870b546a SHA1: 8a0c9c208458bf5f7dcfcb6881c85e83b1dd3a6f MD5sum: 76387f480d13f60a085be1910b260eef 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.2-2resolute.20260921.021051 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 2333 Depends: ros-lyrical-nav2-regulated-pure-pursuit-controller (= 1.5.2-2resolute.20260921.021051) 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.2-2resolute.20260921.021051_amd64.deb Size: 2125522 SHA256: 8b56d051964a1c73b7028e34bc909b7ed0ccb91124ffe2c6dfbb92a5109a49ff SHA1: cc150f05c54e7800f1f162d3993bc0f31523f0ce MD5sum: 4ca276b36ba23ddc5337f12c80a7faf9 Description: debug symbols for ros-lyrical-nav2-regulated-pure-pursuit-controller Build-Ids: 381226fe27f97159f06272b24148a9e28cf3d3c0 Package: ros-lyrical-nav2-ros-common Version: 1.5.2-2resolute.20260921.011719 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 176 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.2-2resolute.20260921.011719_amd64.deb Size: 27642 SHA256: 4f94098f9ca74237f51f93559b4e9f137c5eb98a897c9b25f8e6a7a181daad59 SHA1: 582d7e7e99a1e6bf66c7383ff03211593f043694 MD5sum: d1c84ae74a4dd2c482cb26c5c1ebfabf Description: Nav2 utilities Package: ros-lyrical-nav2-rotation-shim-controller Version: 1.5.2-2resolute.20260921.022017 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.2-2resolute.20260921.022017_amd64.deb Size: 82458 SHA256: 3ad6b6db3f9599ce5640a7e902816a50fa8cef2120d3176e8db3c49a8398175b SHA1: 6c49c98686613b8a5015f907e89e084b84b1318b MD5sum: 1aecf8ab6ca37361f3ab7ecbd9e8f87c 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.2-2resolute.20260921.022017 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 1269 Depends: ros-lyrical-nav2-rotation-shim-controller (= 1.5.2-2resolute.20260921.022017) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-rotation-shim-controller/ros-lyrical-nav2-rotation-shim-controller-dbgsym_1.5.2-2resolute.20260921.022017_amd64.deb Size: 1177230 SHA256: 3f18591956fcb533f34b49879035ac904e5dea8a7d4fe464bd97b5f0aa3067b7 SHA1: 02867d661d3fedc2d4119c262031330a837635d4 MD5sum: dfc7f59d098e86d1b25bc860600daa0c Description: debug symbols for ros-lyrical-nav2-rotation-shim-controller Build-Ids: 2d3d912a941cebf770dc40c2b1150a66a0f8aa5c Package: ros-lyrical-nav2-route Version: 1.5.2-2resolute.20260921.021141 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 4420 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.2-2resolute.20260921.021141_amd64.deb Size: 815280 SHA256: be21a44a272cdc0b444ecff61b559213917241d813d24fc055b86212279a0724 SHA1: b778396afd853c98282c00e2555e3c43d7d629ce MD5sum: 6b552010e8a12c4f1dcba171d8640f89 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.2-2resolute.20260921.021141 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 25227 Depends: ros-lyrical-nav2-route (= 1.5.2-2resolute.20260921.021141) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-route/ros-lyrical-nav2-route-dbgsym_1.5.2-2resolute.20260921.021141_amd64.deb Size: 22078404 SHA256: 4d7f26eee1867342f9336a8be67369110d91ef3630aa57c630ce94f68bde3aa5 SHA1: ebf2cb7666fcd9c581776830a08f40e2288fea8b MD5sum: d2e0c1ccf635d4910ffd155c7cc99131 Description: debug symbols for ros-lyrical-nav2-route Build-Ids: 24347c652c54895f1461145a1c45a3c06870b35f 41183cd28f9d73f93dec34c92266b352646982c0 52785b494a6ea4be8ba0b3b48c483090dd995609 5714357e03dfc351125af3606b2c4fc9a8c05e94 cf4e11930b68d85fcbc3b830045ef856b48e4829 d8f37b9b31cf6d6f99fa6a38031f702efc233cc0 Package: ros-lyrical-nav2-rviz-plugins Version: 1.5.2-2resolute.20260921.022343 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.2-2resolute.20260921.022343_amd64.deb Size: 607030 SHA256: 5775ecac4f9e2fcb6184d146eefd33f50e282b639af8d4c4a643b5a05e07ac2f SHA1: 8172540f0bd0c04e9c2df421da95ca5cd6bf2f2a MD5sum: e9796f7e04192eeee462c5cacbef0eb3 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.2-2resolute.20260921.022343 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Jeronimo" Installed-Size: 20035 Depends: ros-lyrical-nav2-rviz-plugins (= 1.5.2-2resolute.20260921.022343) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-rviz-plugins/ros-lyrical-nav2-rviz-plugins-dbgsym_1.5.2-2resolute.20260921.022343_amd64.deb Size: 17512942 SHA256: a7b24736754b32cabb5c1a4e3e28d283023db0daa107ba16cd56716b01101f51 SHA1: 615524f0cc78a869e22d8244d115e2e5b48c1543 MD5sum: 5529454f882c4a804265c7799524fe72 Description: debug symbols for ros-lyrical-nav2-rviz-plugins Build-Ids: f279a06d6256879be39bdb12c61e74880b4d0744 Package: ros-lyrical-nav2-simple-commander Version: 1.5.2-2resolute.20260921.011714 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.2-2resolute.20260921.011714_amd64.deb Size: 57534 SHA256: d03c9b00a4475c270fc30c730c98c5908d9674649da2ac246a5b1c7922e55901 SHA1: f2c1f3d08737f10e41d50066c32a2649f29b9bdc MD5sum: 19786fa6f092b83a8e821a9c826557c7 Description: An importable library for writing mobile robot applications in python3 Package: ros-lyrical-nav2-smac-planner Version: 1.5.2-2resolute.20260921.021208 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 3315 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.2-2resolute.20260921.021208_amd64.deb Size: 709928 SHA256: f780b2ae99474218eef9fa611ff2f31ea154fccfbbd1b3d28a582167f7c1252a SHA1: dde32a20bebaccfbe2787b11cc0e47bc289d2daa MD5sum: 2130685e4da3bbecc9819fd9ee27c388 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.2-2resolute.20260921.021208 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 11852 Depends: ros-lyrical-nav2-smac-planner (= 1.5.2-2resolute.20260921.021208) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-smac-planner/ros-lyrical-nav2-smac-planner-dbgsym_1.5.2-2resolute.20260921.021208_amd64.deb Size: 10879932 SHA256: 57202eb58ee55a8238ece587c0e448cf6419178eec9e294c20814ec9f733505e SHA1: 9ab34ed75d3c1cb9f2b60aa91f8db51f1f5d5b8e MD5sum: a332de37838a30570798f49649e78600 Description: debug symbols for ros-lyrical-nav2-smac-planner Build-Ids: 78add96765d28da78d68463158d6f4e3a1140873 89337382d6c77b5edf50b22180faf74baf3f1056 8c689ca99b1009ff4eecd5a4b38aad784dffcb21 b199927e374c5ab634fc77922e69a038f39f130a Package: ros-lyrical-nav2-smoother Version: 1.5.2-2resolute.20260921.021149 Architecture: amd64 Maintainer: "Matej Vargovcik" Installed-Size: 1917 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.2-2resolute.20260921.021149_amd64.deb Size: 376384 SHA256: 6faa12dd25a62065e0d3933cb506996c98a25350bef9186736b0aee8c63b2f1c SHA1: 030f3184e50c6c4a7ef4994a087304120c2b3aa7 MD5sum: 257aa9999e34922dd82a4e347de794f8 Description: Smoother action interface Package: ros-lyrical-nav2-smoother-dbgsym Package-Type: ddeb Source: ros-lyrical-nav2-smoother Version: 1.5.2-2resolute.20260921.021149 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Matej Vargovcik" Installed-Size: 10692 Depends: ros-lyrical-nav2-smoother (= 1.5.2-2resolute.20260921.021149) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-smoother/ros-lyrical-nav2-smoother-dbgsym_1.5.2-2resolute.20260921.021149_amd64.deb Size: 9201030 SHA256: 438049dd2f05a8630b73fc70ce69ab3a78867701e5bfb6738b0eabdece084730 SHA1: 6e513434ef3b2dfe9dbe81e9be6f94d602e94d22 MD5sum: bc5c339e9513197f8d79e4953ce67227 Description: debug symbols for ros-lyrical-nav2-smoother Build-Ids: 315f3eac8f8e17d7d0c6db24cc6266f072d95c01 86ccbaacdb2683b97a4f4318dafe276e6adee07e cdd71fa5157e4d45b2e6289e62363388fba23b48 dc8de5e5197aac985baf9989ceeca853df770b8f Package: ros-lyrical-nav2-system-tests Version: 1.5.2-2resolute.20260921.005520 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.2-2resolute.20260921.005520_amd64.deb Size: 5890 SHA256: 857b90ed0ae362a5ed804b66bdb65180983f7820a8fab9e2d2890c7114d53a9f SHA1: 595f9de33763f647a05251bc9bd3564d63317ffe MD5sum: 8e24ea8f33749371ab0b63047bd0dcc5 Description: A sets of system-level tests for Nav2 usually involving full robot simulation Package: ros-lyrical-nav2-theta-star-planner Version: 1.5.2-2resolute.20260921.021146 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.2-2resolute.20260921.021146_amd64.deb Size: 56678 SHA256: a480f5723f839c1a1fbd27a8f485c436b846cdb030f2073c7ecfc3bcbcf923b4 SHA1: 12a4b9635bcd85e957c699d31720e9db763252cf MD5sum: 2493faaaca26f2d2be7be041be97e606 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.2-2resolute.20260921.021146 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 1053 Depends: ros-lyrical-nav2-theta-star-planner (= 1.5.2-2resolute.20260921.021146) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-theta-star-planner/ros-lyrical-nav2-theta-star-planner-dbgsym_1.5.2-2resolute.20260921.021146_amd64.deb Size: 1003554 SHA256: 99df3264a6390f6917657df64ed75c75eae033445df0ca6689e771520d93abc0 SHA1: 6eb59919fe7fc8cb696b08f24c13fc0f1051da2f MD5sum: c0d44fc4c6a7154ae1097a5763e7c3cd Description: debug symbols for ros-lyrical-nav2-theta-star-planner Build-Ids: 44921dcf8e63a53bf725eee50f867a8da418d1e5 Package: ros-lyrical-nav2-util Version: 1.5.2-2resolute.20260921.012148 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.2-2resolute.20260921.012148_amd64.deb Size: 97598 SHA256: 3cfa6e4facb7c3c631503e1183b7fb720777ca3e91d02eeff123daf3d5dca235 SHA1: 5b931dafac322386ed9ff60db76f44af2a1d6eee MD5sum: 83833ef196e278b97eae0fbbac37d524 Description: Nav2 utilities Package: ros-lyrical-nav2-util-dbgsym Package-Type: ddeb Source: ros-lyrical-nav2-util Version: 1.5.2-2resolute.20260921.012148 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Jeronimo" Installed-Size: 2157 Depends: ros-lyrical-nav2-util (= 1.5.2-2resolute.20260921.012148) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-util/ros-lyrical-nav2-util-dbgsym_1.5.2-2resolute.20260921.012148_amd64.deb Size: 2072846 SHA256: 8ae12eabb57bc4f11f3bbf3c741712eea28ea1ad71577df322aafcf8dfe810f4 SHA1: e35b6c96baab85b3bc073245d862ee50b7751c8e MD5sum: 83734c440a58053ea7059196a6d95685 Description: debug symbols for ros-lyrical-nav2-util Build-Ids: 8d8e98d5f8e1e39c8c2e9466db8ff7231fe50b30 dba697319e0253e11e378ce85ad799f8ffe2fe7d Package: ros-lyrical-nav2-velocity-smoother Version: 1.5.2-2resolute.20260921.012725 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.2-2resolute.20260921.012725_amd64.deb Size: 217274 SHA256: 17c2a3015474700267c1c42e1a763d7123744a1b3cb45cdf2b90b1d41b398098 SHA1: 9f9a531f6f6825795edc58386748a91d4944eb81 MD5sum: eb864a5f6bed2a5f2aef00efc91d98c2 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.2-2resolute.20260921.012725 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 5562 Depends: ros-lyrical-nav2-velocity-smoother (= 1.5.2-2resolute.20260921.012725) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-velocity-smoother/ros-lyrical-nav2-velocity-smoother-dbgsym_1.5.2-2resolute.20260921.012725_amd64.deb Size: 4526872 SHA256: 9c20c1dd311a7c5468095dd43a72d45043cd29dbe0493d9a62e6808592386f38 SHA1: 849ee45eb758ec29622b3785fd2da95f02a280f2 MD5sum: c8c03223c110663e4106f6c9821af324 Description: debug symbols for ros-lyrical-nav2-velocity-smoother Build-Ids: 1904887a39d7d8499aa7b91c2a653a6022fb51e1 fc2736111aa53484e8b8fac733d8473a4de81fd9 Package: ros-lyrical-nav2-voxel-grid Version: 1.5.2-2resolute.20260921.005525 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.2-2resolute.20260921.005525_amd64.deb Size: 21756 SHA256: 3164b6afb8c56e79c6b40ec0eefb21431955433d8b5051c1720905718ebb87f2 SHA1: 8ed5b91d5f92ef7c509bd3546045649b4b8aa96c MD5sum: bacd044da3e14e423d8797bc0a60b454 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.2-2resolute.20260921.005525 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Carl Delsey" Installed-Size: 80 Depends: ros-lyrical-nav2-voxel-grid (= 1.5.2-2resolute.20260921.005525) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-voxel-grid/ros-lyrical-nav2-voxel-grid-dbgsym_1.5.2-2resolute.20260921.005525_amd64.deb Size: 59686 SHA256: 465ed9e77d65182d9a8d014b88a647472500abc022dff1b218374b78a68ff3aa SHA1: 9d19bbe00a1515cf2c01f463c7532a467c733443 MD5sum: d0a67da214f8dfc758bb5d941dbf9438 Description: debug symbols for ros-lyrical-nav2-voxel-grid Build-Ids: 0bf318329174b539d94434e6572774d0966528a7 Package: ros-lyrical-nav2-waypoint-follower Version: 1.5.2-2resolute.20260921.021208 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.2-2resolute.20260921.021208_amd64.deb Size: 411438 SHA256: de7fa752605902f395548d0bc15221c593b251b029ef4e56c9a7f7afe6c1493f SHA1: 64c25d230cff03bea4d3cdc93de70915dd370d05 MD5sum: 72dac2f4ae939835f1431094c4bd624e 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.2-2resolute.20260921.021208 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 9515 Depends: ros-lyrical-nav2-waypoint-follower (= 1.5.2-2resolute.20260921.021208) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-waypoint-follower/ros-lyrical-nav2-waypoint-follower-dbgsym_1.5.2-2resolute.20260921.021208_amd64.deb Size: 8278134 SHA256: ac6ae8db48f1edfe43501aa3e8f91fb422b7fb2bad25b2837bf7a5ed44454a5c SHA1: 55e2611b12676952133d705216bcd68ab6df40aa MD5sum: deda8619b4734055177526843ffb3d9d Description: debug symbols for ros-lyrical-nav2-waypoint-follower Build-Ids: 4ab6b4f0ef42ea410e08b371818d3b7b95a56eaf 6d1ff1f03db45dc2ca4d0a42c482dcb329442780 c73ae53bd0f27ad83adb225c84ef8a327c515304 d95d1f66805dbdaf6f23832517813b21de6e1396 f79105cab48d8447eedd399ac3cf5d91935e1141 Package: ros-lyrical-navigation2 Version: 1.5.2-2resolute.20260921.023906 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.2-2resolute.20260921.023906_amd64.deb Size: 6138 SHA256: 018e9b84a90bbb45a135e3a91994bb983e9a0ea59ccacc9c2493ee511a42d8e6 SHA1: 6bda8b3602130a6bcdc1b092fa306587ff974eb3 MD5sum: 2dc16d74062a438ace85d22be01019c6 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.20260919.195920 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.20260919.195920_amd64.deb Size: 45132 SHA256: 6a3508472347db1fd0704199658e085a7f2ee63a614b1cdb659b32716d17e3c1 SHA1: 13a643dbda87b046a4714f60fd09d3393bfebc73 MD5sum: 66efe54b238a544c27b754b6bad3c455 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.20260919.195920 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1700 Depends: ros-lyrical-navmap-examples (= 0.5.1-1resolute.20260919.195920) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-navmap-examples/ros-lyrical-navmap-examples-dbgsym_0.5.1-1resolute.20260919.195920_amd64.deb Size: 1577096 SHA256: 65b48e6a8ac7b6421a9c8f2fb758bf863f3d4b95075beb011dd328eebd662877 SHA1: 4a450981a7a28b95fba7b95a8b83ece0efce1287 MD5sum: cd30cef6cd3641abeb784b48c9cf1af9 Description: debug symbols for ros-lyrical-navmap-examples Build-Ids: 08c724a22a6b0824444d3efacc24a4f377e2952a 29341fd9bfddc6c235032fdaa0b67a3b297226e0 630f9eeafb7d778ec2fce4318d2e0761d109c980 85a781424866997425a70c21273ad43de0005342 887aef5172aba371023de0599500ba71e6bd44d0 96c2ea69a8d87e9319e88c1e8c1b6364bc476a32 d4f1636c8bba5654d7ae75f12cbeb6f7d6ccdc25 ebc5019d03aa627db6a79af40f8de24ddde2f68f Package: ros-lyrical-navmap-ros Version: 0.5.1-1resolute.20260919.195024 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.20260919.195024_amd64.deb Size: 225992 SHA256: 281cb9ae08ea19bc4bc2114d303181c79d75999a1628711ef2c05a1c1d836cdc SHA1: 7e793ff2c2db1c9824cbf0f97b80bcacb59fb943 MD5sum: bef5d0aeb66d4c9670fe87e6d50d0652 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.20260919.195024 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 5715 Depends: ros-lyrical-navmap-ros (= 0.5.1-1resolute.20260919.195024) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-navmap-ros/ros-lyrical-navmap-ros-dbgsym_0.5.1-1resolute.20260919.195024_amd64.deb Size: 4960206 SHA256: 550a28100298b188a86587e8214242a5bcab049ac9802e8d5c22f7e267201be5 SHA1: 29e3cab0cd1da741b86d8587f4c488dc5d8d149d MD5sum: fb48acb15e83fc88e7451167e5f803a1 Description: debug symbols for ros-lyrical-navmap-ros Build-Ids: 28955167ef07b93e95bade3f1eb79e1cb530cbbd fab899e3ea578dd5064239d642757678a8118466 Package: ros-lyrical-navmap-ros-interfaces Version: 0.5.1-1resolute.20260915.051110 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1217 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), 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.20260915.051110_amd64.deb Size: 138138 SHA256: 489bd6f4d77e19f796c7d4f543491b317d224e049c9b9d0d6e4da0687ee1178f SHA1: e8ed336b222839f641efeaf1621279186c52f622 MD5sum: 0287048fbf70df2206d2a19fe02436c6 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.20260915.051110 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1442 Depends: ros-lyrical-navmap-ros-interfaces (= 0.5.1-1resolute.20260915.051110) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-navmap-ros-interfaces/ros-lyrical-navmap-ros-interfaces-dbgsym_0.5.1-1resolute.20260915.051110_amd64.deb Size: 1171276 SHA256: 993cdad0d68011e3f7264e2afd55bce66407143fd84654222bd348350b250984 SHA1: fabcfc12632817597c40b35fd12622a2b5a831a1 MD5sum: c5e76a79247f6749d0502ff3fe708133 Description: debug symbols for ros-lyrical-navmap-ros-interfaces Build-Ids: 5d90c91bb61bd52c499b3b42e0b5957ea5f62fec 64ebe035668028c67a9bc2eb2c6994ebaeeae574 64f1c73613c06bc96f48608b5ef29e2596ad8158 7c9fc6386ec7205e8682d59215140ba84f68eebb 818f934194950c3684b10cfc72b7a23b98bd99eb 833fcb1a97a2ed04f6fe87737d9bad1c7b2e49e3 83dba4c15a6c0da9730adf439ab28df146b42411 8fc2b9fd2c20387994994b95044e835e7175b9c7 a184cfaff0352d553ab0a90f0cbe4d93b9ac8731 c20d97d06cfac096ef8d0d4247fa594b46cd7909 fbf005f594b754fe7b3f6eae379113793e0d3b13 Package: ros-lyrical-navmap-rviz-plugin Version: 0.5.1-1resolute.20260919.195919 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.20260919.195919_amd64.deb Size: 212558 SHA256: 8840fb966e1669dcb0e23a2ce6f67941c616578caf98df1e2838798ec5e6aceb SHA1: 471e4ad8f5106b4c2609536ce800906733c7b149 MD5sum: 99bc0789e0b11932c1838905d508a8da 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.20260919.195919 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.20260919.195919) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-navmap-rviz-plugin/ros-lyrical-navmap-rviz-plugin-dbgsym_0.5.1-1resolute.20260919.195919_amd64.deb Size: 5932956 SHA256: ea5a94ad34997231f4d111b5e1da637a0167a7edba23bf453ae1819d847509b6 SHA1: f6b44336906d963149f90104c227f9d001a8e044 MD5sum: 2f24b170c7776a202077713a4e10cc3c Description: debug symbols for ros-lyrical-navmap-rviz-plugin Build-Ids: 6f39d468d263848ce6536b49cd8ecab051e62086 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.20260915.051147 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-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.20260915.051147_amd64.deb Size: 131276 SHA256: 01235908b706e28b548f0cc0c953a0e17d59c50cd990c8434aadf2799c5dddc0 SHA1: b61620e468233d386f4594dae747149aa08733d8 MD5sum: 81984a4059088f9172e9efc7c5349fbc 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.20260915.051147 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 1290 Depends: ros-lyrical-neobotix-usboard-msgs (= 4.0.0-5resolute.20260915.051147) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-neobotix-usboard-msgs/ros-lyrical-neobotix-usboard-msgs-dbgsym_4.0.0-5resolute.20260915.051147_amd64.deb Size: 952458 SHA256: 597c06024253a12495ce2bd71d0263212ba492b90554fd2497646873629a4217 SHA1: 39bab513d633ce5876104913eeaae395524984e4 MD5sum: 3ceb208b62caea1e4c0d05464a080a9a Description: debug symbols for ros-lyrical-neobotix-usboard-msgs Build-Ids: 02fd6368f4106a59b180cd51d9fd6d10bde6eb5c 1ce79c6eba344a9a852a496cb195af0cdcb0880c 3bf401161abda73d9eb09ce35b92be87e563e0fa 877486da299a9890f396c3cbfc3f4b7f1f79f81c 952bc56ca6f3ae48a1f1b1d5a1568c111f67fdef bd69b750885ecc3178354388423f56774ff33c22 bd7de6c0f02ae6811d5c330c12690aa66c8d5411 c14fafc1d11d17c5f1a3963bf2e7a4636771d5e1 c25fb9287bd0a8fc79c6602fae0da6c1b64196e1 e007e16bab88124003cd9c7451b6a017d2cd38a1 e8337f1c8d1abbabce78dfb9f596aad95ddf8557 Package: ros-lyrical-nlohmann-json-schema-validator-vendor Version: 0.6.1-1resolute.20260921.004552 Architecture: amd64 Maintainer: "Grey" Installed-Size: 1032 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), nlohmann-json3-dev, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nlohmann_json_schema_validator_vendor/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nlohmann-json-schema-validator-vendor/ros-lyrical-nlohmann-json-schema-validator-vendor_0.6.1-1resolute.20260921.004552_amd64.deb Size: 180266 SHA256: e0bfff9f2b0432802cc83901ea6fd94676c26dfefc8534bbdf0dd44489b726e9 SHA1: c65052732bdeb160b594bab331b808602471878e MD5sum: 955a707f5df481d663fe76e173e85a55 Description: A vendor package for JSON schema validator for JSON for Modern C++ Package: ros-lyrical-nlohmann-json-schema-validator-vendor-dbgsym Package-Type: ddeb Source: ros-lyrical-nlohmann-json-schema-validator-vendor Version: 0.6.1-1resolute.20260921.004552 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Grey" Installed-Size: 2625 Depends: ros-lyrical-nlohmann-json-schema-validator-vendor (= 0.6.1-1resolute.20260921.004552) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nlohmann-json-schema-validator-vendor/ros-lyrical-nlohmann-json-schema-validator-vendor-dbgsym_0.6.1-1resolute.20260921.004552_amd64.deb Size: 2380052 SHA256: 7da26697ae12e969df7dc25a06386be74f3226e79103ccd9c8625f14793eb1d2 SHA1: 0ba5c6cbb6fec6d803b3ee2196b10e6faa79a191 MD5sum: 12805e6fcfb86d06f7f73d023a502f24 Description: debug symbols for ros-lyrical-nlohmann-json-schema-validator-vendor Build-Ids: f3df64b5d635606a913c654e81300287727ae80b Package: ros-lyrical-nmea-msgs Version: 2.1.0-4resolute.20260915.051134 Architecture: amd64 Maintainer: Ed Venator Installed-Size: 1906 Depends: libc6 (>= 2.32), 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://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.20260915.051134_amd64.deb Size: 167924 SHA256: a449fe356629278cd34e620754415bb440240daa7ca5bb886da05d90943ed15e SHA1: 6df31fa5ebe95a46bd2d02dd8de890e92756e285 MD5sum: a9db68529624299e9d55761dd3fc2bdb 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.20260915.051134 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ed Venator Installed-Size: 1783 Depends: ros-lyrical-nmea-msgs (= 2.1.0-4resolute.20260915.051134) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nmea-msgs/ros-lyrical-nmea-msgs-dbgsym_2.1.0-4resolute.20260915.051134_amd64.deb Size: 1413118 SHA256: a04ccc75012a2ebe167b020606a5709190adf3ec72c6c07d05caa71eba7a04e6 SHA1: 7b3c6288b4321b3755a854058bfa14f57ce721b5 MD5sum: 20198d3fe81ccd48d2c2e5d1b3d08194 Description: debug symbols for ros-lyrical-nmea-msgs Build-Ids: 00383bb56d3829602576379b75e41b8a2068b5dc 3cc149310d685bdbec874d6e4175f049db8ed005 3fc1dde23e75c5ae93b84cc7c4f4bbbe84ab7f48 4f77a638351a7380249cb78aa38a37054e216662 a84ec801b224dde149c9dc8b3cbc1e2f4aaf0ff8 b46042ac0bea2d157984468bc7689e4c823789e6 b76a9bd2c518bd4ea29e59e4f417beef3c490950 d653374e167b5ca19707dfc85b44ecdb129415c9 dc0af935fc82451b74200c8d2fba8fdb9808c869 f3b989d67ae061528cc85e7e0ef6f2272371e2f4 f7238a39c2bec283ab4e0b8e5c9c0c720c608a0c Package: ros-lyrical-nmea-navsat-driver Version: 2.0.1-4resolute.20260915.070834 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.20260915.070834_amd64.deb Size: 24982 SHA256: 5d3cdf9b45855662fab2c5fea84dcf3221b808a882872b24e1d8e55c6f6bbc48 SHA1: befb7da6b17cbf18122bbe20f619863e46c7c50a MD5sum: ed6a0ddae183b88dd09918a032ce98d4 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.20260915.071014 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.20260915.071014_amd64.deb Size: 154370 SHA256: d170d0be1de84884edd7945e9b7e485d2f92c16a86963f66dc4534a21a5ca91f SHA1: c4a1c1f875755b72e8f00b5ff2e7392908ebc1b2 MD5sum: a8c5055bb2339388014660dba7106d11 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.20260915.071014 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ramon Wijnands Installed-Size: 3233 Depends: ros-lyrical-nobleo-socketcan-bridge (= 1.0.4-3resolute.20260915.071014) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nobleo-socketcan-bridge/ros-lyrical-nobleo-socketcan-bridge-dbgsym_1.0.4-3resolute.20260915.071014_amd64.deb Size: 2784660 SHA256: d05f426d99e9bb58918c0d5470d62741114428d836c4511512ed2f739cc48c29 SHA1: 99da01519981354406c37605a3c4df4d9c3f9ebf MD5sum: db631493e287ac198822e3d2fcbb8df0 Description: debug symbols for ros-lyrical-nobleo-socketcan-bridge Build-Ids: 511822aeaa80a2f7945775f4fd329e00fc646b92 6132e8caa4d6f4c227e9f6a36865a35c9c9c1357 89e8c8bac11caa0c74d869a77c1609cd37ef4e5a Package: ros-lyrical-nodl Version: 2.0.3-1resolute.20260915.092210 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.20260915.092210_amd64.deb Size: 6350 SHA256: d960a79177e3b3db1e12300f27cdc3449b89289cf8635b79070bd3d6307d9d8f SHA1: 5afb0ed732bbdf3bb8dc3290c125f1ee99da1554 MD5sum: c6f6dd7964268fb73c9826436a8388ff Description: ROS 2 Node Definition Language (NoDL) metapackage. Package: ros-lyrical-nodl-common-interfaces Version: 2.0.3-1resolute.20260915.091018 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.20260915.091018_amd64.deb Size: 6736 SHA256: b993fc6bb5afb9f996a229d1ab705f04cf482ac8021ce8c1fe2be9492686692c SHA1: fc2db3b951478f4107dfbd9213bffa51f6cebdef MD5sum: c33ae40607789cd6771b1f55a880bb2d 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.20260915.091620 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.20260915.091620_amd64.deb Size: 18610 SHA256: 8da98594d0294efc0f998ea4c28a4340264f700a4f7b73f60086753f647a23af SHA1: 1e10d4caa6043f051f8a90cbdf8de1f2c837532a MD5sum: 8202a956edb534c171ab3ff54c105e09 Description: Generate an rclcpp base-node class from a NoDL document. Package: ros-lyrical-nodl-observe Version: 2.0.3-1resolute.20260915.064022 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.20260915.064022_amd64.deb Size: 228818 SHA256: 0607d924ad5c590a697431d24abbeae2e2af78a611a99d92903ff4474b2c1b0a SHA1: df41fc1cef79944498e91a1e9a8ad98af09cf67f MD5sum: d189bfe01b89a163bf69833b108d46e9 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.20260915.064022 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "ROSGraph Working Group" Installed-Size: 3317 Depends: ros-lyrical-nodl-observe (= 2.0.3-1resolute.20260915.064022) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nodl-observe/ros-lyrical-nodl-observe-dbgsym_2.0.3-1resolute.20260915.064022_amd64.deb Size: 3097408 SHA256: 8185326b203d9f3fa2008006446798dcaa29418fdf4b9cc704ea7ec6b9b98aad SHA1: b48ac6eae42679d1ced975e7cd0fae8988362163 MD5sum: 9ead94393df5993f6ced560ea32d920d Description: debug symbols for ros-lyrical-nodl-observe Build-Ids: 00147f20822867c0d0f02217f240369d3d3d4f4d 306b71ec50c5a1417b8f8c025aa5baf08658ab49 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.20260915.090524 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.20260915.090524_amd64.deb Size: 10694 SHA256: c03125859e89973b48a80f4ada655254dfe94aef59de0dfc7b0857c0945406ae SHA1: f8dce2e4a723b42ada62bd645cd590b2c858e9b4 MD5sum: dedff8b82496f106acf5b022fd1792b1 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.20260921.014710 Architecture: amd64 Maintainer: "Steven Macenski" Installed-Size: 247 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.20260921.014710_amd64.deb Size: 68948 SHA256: f50fe726098d84c37e8f3f3a35d4f9fe3691e6d400b063b3077a0f25adf0b748 SHA1: 0451d5b440f8200f1e2fd10011f8bb0e9f80dd4b MD5sum: b82209a27c534b052e222a37588f1811 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.20260921.014710 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steven Macenski" Installed-Size: 1652 Depends: ros-lyrical-nonpersistent-voxel-layer (= 2.7.0-1resolute.20260921.014710) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nonpersistent-voxel-layer/ros-lyrical-nonpersistent-voxel-layer-dbgsym_2.7.0-1resolute.20260921.014710_amd64.deb Size: 1563390 SHA256: a304ab5f43acf9c66acf5becc3979cbce11ab350b08570b2106004240bed6e14 SHA1: 3f33ba6be1cfe0e1669fcefa0aeb90b8d265de6d MD5sum: bb32277dd735ea32f27cbb4078351f51 Description: debug symbols for ros-lyrical-nonpersistent-voxel-layer Build-Ids: b0b18f82e5ef198c3da33cdde128d1a6ef4ed5d8 Package: ros-lyrical-novatel-gps-driver Version: 4.3.1-1resolute.20260922.041547 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.20260922.041547_amd64.deb Size: 677590 SHA256: 898e5044b52624fe2d762092fe7cc26cc6c6bb642234009f6c881821b2924ecf SHA1: c39a42dee799cb437225e397b37c7c997b7290c0 MD5sum: 61d2d68167c41660d1c9b1e764ba85a2 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.20260922.041547 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 15225 Depends: ros-lyrical-novatel-gps-driver (= 4.3.1-1resolute.20260922.041547) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-novatel-gps-driver/ros-lyrical-novatel-gps-driver-dbgsym_4.3.1-1resolute.20260922.041547_amd64.deb Size: 12955668 SHA256: 154b734ea729a9a68a6967a045c603fe34453bd39ea16ec63fd35c28067a6d43 SHA1: b2d09cea618eae4cafdaffea736e76994ab09e55 MD5sum: 7592654d68a224c707d9d9a4e2204a39 Description: debug symbols for ros-lyrical-novatel-gps-driver Build-Ids: 1726d5db6e312acb7bae2d88c957283fe304cf84 22340aee78b921c3ea801410c39500d2f6047f4a fad625909a7af368696820a4423f9bcf2ccfa770 Package: ros-lyrical-novatel-gps-msgs Version: 4.3.1-1resolute.20260915.045322 Architecture: amd64 Maintainer: "P. J. Reed" Installed-Size: 6971 Depends: libc6 (>= 2.32), 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_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.20260915.045322_amd64.deb Size: 470296 SHA256: d33f6e632a62b114487c5af4bb02a189a8141dc8aca458ae755125d51d6c2c32 SHA1: 1a18b98c545d08dc58537d7739201614162fc6a7 MD5sum: 60846e3b65f7de33e4e3b191c4ecf286 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.20260915.045322 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "P. J. Reed" Installed-Size: 5115 Depends: ros-lyrical-novatel-gps-msgs (= 4.3.1-1resolute.20260915.045322) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-novatel-gps-msgs/ros-lyrical-novatel-gps-msgs-dbgsym_4.3.1-1resolute.20260915.045322_amd64.deb Size: 4035572 SHA256: e0980582f3c0aa077217fea04cf412647087c8da7e9d78dff099ed4c87902ff0 SHA1: 27e6288053c50c31e6865159fa20091b2f37f117 MD5sum: c08e8fbc86a41a2acee0fbe72da0cca1 Description: debug symbols for ros-lyrical-novatel-gps-msgs Build-Ids: 165077b948d8c36d3eb368757013b175d9d9fd93 19533215d950ae56ec60c14616c6a355e1ecc30b 39abd12be48154ad1a6dc9309ba3e30d322e6574 3ba614c3f8b82021e1f213ed34c25d402b2f66b2 696ee3d26f3f7df736ac9114395382c0bd4cca77 79fc46c695f8682cc884a64220e55ba1eae6a7c4 8aa8a4e2f465ea5778b0580cd2af0458aba3a3f2 9270ba2a720b06f4f7d2434a1c4f10e181844d1f c82333822b0e79c297a3fa067a59b9bfeac9ee0f e092b9271b6d2649552ceb73994fb60776043b82 e42a7432a9b1801b6ed9039b519d82d239457e98 Package: ros-lyrical-novatel-oem6-msgs Version: 0.3.0-1resolute.20260915.045328 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-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.20260915.045328_amd64.deb Size: 200822 SHA256: 3ea489f56e10a99998a6eda75b23b541345f6f4616860a25a22b1a06002a5c34 SHA1: b3891b9ffc96ea7c5f0a16f0ed7978f3e92eead9 MD5sum: af755c53371b4a8cd7094b1aaa140099 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.20260915.045328 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1912 Depends: ros-lyrical-novatel-oem6-msgs (= 0.3.0-1resolute.20260915.045328) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-novatel-oem6-msgs/ros-lyrical-novatel-oem6-msgs-dbgsym_0.3.0-1resolute.20260915.045328_amd64.deb Size: 1427438 SHA256: 8d6ff8151c6013c3f0a1a1496e9fb6f2178aebbfa44849cad4c1e6cd030a126b SHA1: b5a96452feb9e2bf15e961683ba7d1df2f4253a8 MD5sum: 6cf6e0736224047e658528da42a77512 Description: debug symbols for ros-lyrical-novatel-oem6-msgs Build-Ids: 02919a558c291d3cd993e907ffdfdd9975ee3117 3bc28543bcc6718a690a0fbffa9f907508db9418 541a7c937ec3cc9d0f844bada9ca0a5a0fd502d8 64808ce40d87a4e3cadf98996f4c7e3c8587f246 98c0caa5fa37c5ad6a96a4a4a925388f834113cd a4ceeb3733dffdcdc373d87d1d195f7f31426fbb a82cb564427d8afa6118a60252c933684e5fe3ae ab9b83882cb38b5096ab9999a0c986dcd282f24b b41f81cea8f5d7c374520c94a75181601f0ffa4d e337b3c108b35b5d6fb4b62338d21b4fc1bdc5a7 fd16081735285d79436baeac596c51ffa4720bc0 Package: ros-lyrical-ntpd-driver Version: 2.3.0-3resolute.20260915.073349 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.20260915.073349_amd64.deb Size: 118264 SHA256: 60b49085e42e6c0c0834055b7ac5ea216de7e7a661cd732c8556060930848b52 SHA1: 7fb76bd6aef15d885c5bf1bff2a671e7476c9b1f MD5sum: e2ebba2c19968486a93da99a8e8525df 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.20260915.073349 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 2644 Depends: ros-lyrical-ntpd-driver (= 2.3.0-3resolute.20260915.073349) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ntpd-driver/ros-lyrical-ntpd-driver-dbgsym_2.3.0-3resolute.20260915.073349_amd64.deb Size: 2238834 SHA256: 64ce53d67b6e31a0539f1a07432a929577d11e1b6d355f2f7b45c75a6ddedad9 SHA1: 689e949f1dfb743a7d2082b9b00f8b8b17843587 MD5sum: bbc2d3fec85b8d38f671154a3ea42cb6 Description: debug symbols for ros-lyrical-ntpd-driver Build-Ids: bbb21736d115cecd95beb5a8632249ccd25a076d db2e382dcf4e03967e32e17eef975395ba32fd72 Package: ros-lyrical-ntrip-client Version: 1.4.1-3resolute.20260915.065251 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.20260915.065251_amd64.deb Size: 27604 SHA256: f8f78333c45386877f17fa0648d1167d27a2b70da21545508e675d6e2106724c SHA1: c2b0e85fc52dc91dee0479dca2111768180606a2 MD5sum: cb1f8ffebf4d1b640812bb9e864dda6b 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.20260915.065836 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.20260915.065836_amd64.deb Size: 78132 SHA256: 5814033e4eb4d58b3c378fdb504145b923959c5696031dc0c14bc7ce6436391d SHA1: 1c286898375b50e273055c9b99caa4bec88c9f18 MD5sum: 88d3a6ddbbc54efa31ca6ae71ea2ecb2 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.20260915.065836 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Nick Hortovanyi" Installed-Size: 1365 Depends: ros-lyrical-ntrip-client-node (= 0.7.5-1resolute.20260915.065836) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ntrip-client-node/ros-lyrical-ntrip-client-node-dbgsym_0.7.5-1resolute.20260915.065836_amd64.deb Size: 1247396 SHA256: eceeab3cdbbbeb62ecb07dee909f96bccd3d7fb8421d77507cfd0f72eae746fd SHA1: ac276878897a367917c927a77ef041153e7689ed MD5sum: 50cf83abc1ebbdb1e97d523244183070 Description: debug symbols for ros-lyrical-ntrip-client-node Build-Ids: 7b659252b205bbf054946bf6196d79c02aacfeda b33e2c18136d198aec53e09d53cad2ec739d718f Package: ros-lyrical-object-recognition-msgs Version: 2.0.0-6resolute.20260915.052656 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-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.20260915.052656_amd64.deb Size: 271204 SHA256: a20233a160bc27799f0dc7950ace3f354b42b01d5dd69007981147183ca2337a SHA1: d4552a694a113bdd7d7695740b80ad0bc0506c4d MD5sum: 24548f978fdb8083fcc0b967e229b59f 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.20260915.052656 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 3101 Depends: ros-lyrical-object-recognition-msgs (= 2.0.0-6resolute.20260915.052656) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-object-recognition-msgs/ros-lyrical-object-recognition-msgs-dbgsym_2.0.0-6resolute.20260915.052656_amd64.deb Size: 2367740 SHA256: 8bddb754341b6d9440e5d13d22bfd2d69d10c00fd5893bd196464d10e7d65099 SHA1: 93d212d5bf31cce9f783882554fb048e97bfb517 MD5sum: a19afe41aaf465c8075e79fad59bf743 Description: debug symbols for ros-lyrical-object-recognition-msgs Build-Ids: 2232d96d7691e7e2d4dbc9271014379a63d81631 42c13b492a061f688e3c71981c077d490f66030b 5119ff29bd09f148e19d6786833aaac285c5b344 565f3214acff05ef33c9665b8d7a2addaa72d57e 6842edfdc437f27ff02712e9a357b23f5e196722 9940a26394fd6f6db5ae0a39b5dffc3ed5cee554 a4e942ad323a20856046fe8b988efad4f244c0fd aae86b06a4446e8b8ac3e62e64228e0835108ac4 c47f71d8228a6e8f013f2a4b1fffe51d95fdaaff e379212cc3aec58ba67c003dad034243d73a62fe ed20c30a58c4c988fe822b7af3e0dadfc58be5ab Package: ros-lyrical-octomap-mapping Version: 2.3.1-3resolute.20260919.200227 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.20260919.200227_amd64.deb Size: 5692 SHA256: ee473cebee3797746b8fe09c5a57ef55457f776ad0f1e4ce46b68a604e531b9c SHA1: 9c1ae7d8c9a2cbe1e7db53c78096bef07b8c1108 MD5sum: 48a99cfa8a411a8a4dffee6bfe3cdb96 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.20260915.050516 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-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.20260915.050516_amd64.deb Size: 135144 SHA256: 82a97fcccabd3a40b638273588418bd0432ccb76d8fb9c2497abe12a5dd15a81 SHA1: 4a3e562b9817c01f46f056f900161b565d11674e MD5sum: 1df26a59b1165e8d633ee5ac780157a8 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.20260915.050516 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 1229 Depends: ros-lyrical-octomap-msgs (= 2.0.1-3resolute.20260915.050516) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-octomap-msgs/ros-lyrical-octomap-msgs-dbgsym_2.0.1-3resolute.20260915.050516_amd64.deb Size: 882170 SHA256: a11a6ad727d4800aae248a38a5c2c841825e22e4b2245ef075c20025d48f1e8d SHA1: b96a3ccda1b1a2909d7d726209bd9d9ad9f9f39d MD5sum: 241cb0762f8083e533fc3d19344713ed Description: debug symbols for ros-lyrical-octomap-msgs Build-Ids: 0379f0e7fc1a136557879896a48092f542415073 1887ac706a0c97b47624154075726d48e4685b52 1b34bc5fb134c4900bba1974a8cfaed14e1da634 59d659915dd323efafc70c46d51146e0444f8a6d 7d7cd5ea156b449472a4009c5e62241a29723c56 893f034174bb0a7e1abf664e1c83b19d7a626d6d c15603b73926ac8432f25afe33ec16f453b9a1a2 c715326eb269d1005169054d18a22fd6d51ce0e6 d14c61b369b72d8ed51d0f380ee55088de48864e e7296a40d5a8186959e36cba71722fd4e6ed947a e73d4a0b488178c5dac85ebb23fe3fef231f4bd2 Package: ros-lyrical-octomap-ros Version: 0.4.5-3resolute.20260915.135457 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.20260915.135457_amd64.deb Size: 17326 SHA256: a6d03b9112d63aa1514c5c07920b0ae328891ec84e945221ae11c4af3622e6d1 SHA1: f884fb729e9301bcd233e081eeb8cc506ea43c88 MD5sum: 86b1fa849242116d54c3ad87c9d19d9c 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.20260915.135457 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 129 Depends: ros-lyrical-octomap-ros (= 0.4.5-3resolute.20260915.135457) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-octomap-ros/ros-lyrical-octomap-ros-dbgsym_0.4.5-3resolute.20260915.135457_amd64.deb Size: 109488 SHA256: 53d4b69e85cc090849494230e4fa747b303d3264da65385894df46468b420b7c SHA1: 7e425c68d63c23c96d3037dd75bca533894e9121 MD5sum: 9911a4980da77b18c8b94f3bfb0dc228 Description: debug symbols for ros-lyrical-octomap-ros Build-Ids: 7059d93c10166ed21c9639cd786ce827dae2189e Package: ros-lyrical-octomap-rviz-plugins Version: 2.2.0-3resolute.20260915.154905 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.20260915.154905_amd64.deb Size: 300496 SHA256: cbf9a6d8cd9805c0a7a4b93fc6056a5152cdb98ef1b89122520d40069f12c9e5 SHA1: 208f7daaa158519852aaf307a8d203798c8e5132 MD5sum: 880142c907e07c1414fafbc3dcb104f5 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.20260915.154905 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 7236 Depends: ros-lyrical-octomap-rviz-plugins (= 2.2.0-3resolute.20260915.154905) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-octomap-rviz-plugins/ros-lyrical-octomap-rviz-plugins-dbgsym_2.2.0-3resolute.20260915.154905_amd64.deb Size: 6438346 SHA256: ed20c4002623d2c14cf435f8c1bfef7a35bd38601cf81417d1ef3a502699efda SHA1: 88acd85719bd7d9c7c4f9e7c25d1327e42165028 MD5sum: 119e6636f499024fc87d6ca873bb635b Description: debug symbols for ros-lyrical-octomap-rviz-plugins Build-Ids: 9972f9431591709985d7590dd60a0b62c799b196 Package: ros-lyrical-octomap-server Version: 2.3.1-3resolute.20260919.195024 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.20260919.195024_amd64.deb Size: 732324 SHA256: 9a12fcd331fdda16a641ad0af3ebfa5237166686501d1065a528154ef8073ed4 SHA1: bc20816fe34d62cb1e83fdbc3aa60d27f4f4664f MD5sum: 1ab55d4f65423cd725b65a8b86d97139 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.20260919.195024 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 30396 Depends: ros-lyrical-octomap-server (= 2.3.1-3resolute.20260919.195024) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-octomap-server/ros-lyrical-octomap-server-dbgsym_2.3.1-3resolute.20260919.195024_amd64.deb Size: 26459072 SHA256: af341d1a6889e51fb207c738f9d0bea0b5c70f1c1e334383d3f2de06549b54e5 SHA1: 8e618dd768283116aca4e00aefca22080bca5cf7 MD5sum: d561bdcc3c6cd4e64e41de33f9043bbf Description: debug symbols for ros-lyrical-octomap-server Build-Ids: 135dccf7d5a9114a301f2960dfdc6f813b3f6548 279b951c30033332c491b01702fb5605af818a52 37e4d45f4b77b8f45085ac0fc7478cc1c3efa2a6 7271d01be358e1be8b95f163be758dcb7b6fdde1 7998ab70d577a3608ca778ad7af5147c9d25d314 99b2bb9e872c8acb79c941fb9bd5887f5bfacac5 ab46f19bf52f5a4d4d3a6fc2d0134d562e06a4b1 b63d5bd23d53a98b0f41112a2d7e46d0921a395e ce3f6ab1723ca6e255527dfe40588de6fe20262c d4f1adaf371cb3b31ec7857020c155a4726b91d6 decfafd304b20bd1007fc1181252b3cd9e4126fe f4b89b263d1338c6c4bbe15d4bc27e129236b677 Package: ros-lyrical-odom-to-tf-ros2 Version: 1.0.8-3resolute.20260915.145909 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.20260915.145909_amd64.deb Size: 117122 SHA256: 5d0e5cf55474f55986b40ea402014d51783c5bcabc366ae68204f5773917ced3 SHA1: 7024d55001e95d61663aa9285881881a1b6ddb87 MD5sum: b2e0c2d08aa72558873336c2a214288a 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.20260915.145909 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: George Stavrinos Installed-Size: 2489 Depends: ros-lyrical-odom-to-tf-ros2 (= 1.0.8-3resolute.20260915.145909) 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.20260915.145909_amd64.deb Size: 2075962 SHA256: 3b1cd8cab7189da968346cc1fb2b4a292c8077beaa7431f495ab50b612edf3f7 SHA1: 511fb5fbc7f04e8055b4965681cc98b13ffc8f6b MD5sum: 3b658a682e423fcb4ca2e1ed32de8dc3 Description: debug symbols for ros-lyrical-odom-to-tf-ros2 Build-Ids: 020eacc458b8c69744af965067b208ab84d6a243 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.20260915.071017 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.20260915.071017_amd64.deb Size: 166080 SHA256: b0b0e5e30b02e964c2c4d44b7f031248aa5ff5050d4f650116c7aa7d5c25214b SHA1: 88441709da9faa4709da031df25c6318516c51bb MD5sum: 4b0201973a025e0e4b4851d42a424d2b 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.20260915.071017 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 4096 Depends: ros-lyrical-off-highway-can (= 1.3.0-3resolute.20260915.071017) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-off-highway-can/ros-lyrical-off-highway-can-dbgsym_1.3.0-3resolute.20260915.071017_amd64.deb Size: 3388086 SHA256: 1500906e3641dd8d2930f3048c80d34681bbc62e8169a768209d80eeedc3cc02 SHA1: 10242bda78ceecc065ea2e34f386c720c1c2f48e MD5sum: 35503e08d56fdc3d971411d6cea8e440 Description: debug symbols for ros-lyrical-off-highway-can Build-Ids: 810bd8b27dec1cc998526317f4f878ba237ac1c2 Package: ros-lyrical-off-highway-general-purpose-radar Version: 1.3.0-3resolute.20260915.071533 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.20260915.071533_amd64.deb Size: 156190 SHA256: 6571e0795977225322766680133ed3bfe757d9d32d6a4e5ca98935cf087b7933 SHA1: 831a118f43492d0d3c81f6b79a63544c5939b9c6 MD5sum: 367dc41dfd8efd0875ff194753710256 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.20260915.071533 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.20260915.071533) 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.20260915.071533_amd64.deb Size: 2449172 SHA256: a4ff241d6af36b08c7fcc5cf1e583d9f2d364f5c933d87ef93ceaa534afd42e6 SHA1: 4f7b0404ab4522ae156aedb4430b2c6ec1047e4c MD5sum: 98c2028ebcdaf0ac0641c4e610c2af6f Description: debug symbols for ros-lyrical-off-highway-general-purpose-radar Build-Ids: 0c723343ef2d5ee0de2a6bfc4dd4b5f0c2e4e032 c622dae87affc6d7d08fbbd879c3a6f91764b62b Package: ros-lyrical-off-highway-general-purpose-radar-msgs Version: 1.3.0-3resolute.20260915.045324 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-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.20260915.045324_amd64.deb Size: 97562 SHA256: 2da0c3b367a9e589532547821bbef2a23bfe5999a1bc62fd4352365ceb95e5e8 SHA1: 0070eb7e4460a3e33603fa10e7d575b66836a3af MD5sum: d72007b39e3e77ae103f50360f9aee76 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.20260915.045324 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 896 Depends: ros-lyrical-off-highway-general-purpose-radar-msgs (= 1.3.0-3resolute.20260915.045324) 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.20260915.045324_amd64.deb Size: 634370 SHA256: 3e76b588596a2bd7e7807214a3a6ae6287a8f010d5f5976325e8723815f30a85 SHA1: 279ed2df90c1dc26ad39b6ee03d9d06c29c13126 MD5sum: c472dcb617c8ff318ff746e57668bd09 Description: debug symbols for ros-lyrical-off-highway-general-purpose-radar-msgs Build-Ids: 324b5a8c8c21608d59e13993624fa5bbffbe68d2 335f312798b9f14daca3c2b86766308e26838f13 456ccd00d1009a2771f81826853d0e6dea9ac688 5036accd69e623cfe12141a1d06a9681aabe3572 60754e01a0f384b4189ed6b48218764ecbec02e0 7c25b0c9d8d9ed56bc51542b2cd453a4aa5d8acc 887cd543cbbb16157d68d43e88ac012e92aa2266 d6ceffe78ca454e54e46393cdd6c1b36686947d7 d9e8e8260ff2d3bc2f67c8901396cc5c59996381 ddf9779baa0e515a4035f8b9f8473396367ab4c8 df3603d80ada565c3b4527560641f339e9bada74 Package: ros-lyrical-off-highway-mm7p10 Version: 1.3.0-3resolute.20260915.135130 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.20260915.135130_amd64.deb Size: 91504 SHA256: 93e174ccffa0de3d0b3a7565fdf6fd4d1e4fbc1e72e16f7253e43005569c5f54 SHA1: 452aed7a41afe74f19f6ac731447bbed3a7d73b7 MD5sum: 1cd6f73c6ced068dbb30794959e79308 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.20260915.135130 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Darius Man Installed-Size: 1630 Depends: ros-lyrical-off-highway-mm7p10 (= 1.3.0-3resolute.20260915.135130) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-off-highway-mm7p10/ros-lyrical-off-highway-mm7p10-dbgsym_1.3.0-3resolute.20260915.135130_amd64.deb Size: 1468924 SHA256: 4cd3df7081559a28e26863ae06e5247ffce40a1670eaf3f32250888eb21998ae SHA1: 1a95892b2bfd964a5354a7c6edae8250f6a902a8 MD5sum: 452414dbe9fdccf4752020f9857a0285 Description: debug symbols for ros-lyrical-off-highway-mm7p10 Build-Ids: 9048ecd87f9a027aae84c3900024ec5263269494 dbdd6a61a53cb18a8123799df3851d3db9b0d596 Package: ros-lyrical-off-highway-mm7p10-msgs Version: 1.3.0-3resolute.20260915.045319 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.20260915.045319_amd64.deb Size: 48868 SHA256: 20cef6bc22fd9509e967debe04585043a2e56f7bf1e86613c6f7493aeabce184 SHA1: c97f81c71132e108da7230ade3a456c5f1f68d81 MD5sum: 7aeb32afea1b084a3315739eb9e5feae 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.20260915.045319 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Darius Man Installed-Size: 345 Depends: ros-lyrical-off-highway-mm7p10-msgs (= 1.3.0-3resolute.20260915.045319) 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.20260915.045319_amd64.deb Size: 205026 SHA256: 198e12773eca83d7b3945473ce3b37dc500f59f361dd67253f230bf3fbd5b276 SHA1: 60791501de69f493a28f1ca6f704cc3ebe157c72 MD5sum: 4f37cb2c598e61c820ec4823938d3f31 Description: debug symbols for ros-lyrical-off-highway-mm7p10-msgs Build-Ids: 17e8221e914b0a1b11f4873b7ac474516350c3fa 4f11052cd18390758a4b46202c657558ff96fc72 51dfbae37d0b30f206eb63b5d47101cfb84cdb99 6259ed4681892639118c3e3745a8029199b9e707 72067da44c5bac169186039357e14eb3d1bffc03 af77e680ee6c8875b1ae09e4eb215c3235fb8cbb b055753927ecf7cd48f2ccd9716d621857ed4bf7 b153fae9585b613e8210e1e5d03a56fcb476542d b2f9535ffc3db7885d4415eb641b3eb8f46031af c98f1b5005624bb82321bc577632ffcdd2f90187 f438de799632c733d7ac2c87fd0005b2a7da535d Package: ros-lyrical-off-highway-premium-radar-msgs Version: 1.3.0-3resolute.20260915.051916 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-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.20260915.051916_amd64.deb Size: 239106 SHA256: 7b0bdb4d0737f79df73c0b0dec0f714da5a50969443ed9d9fe7bbee201ab314f SHA1: 3aa4f572b51cf0b431418621c82b7a79241cb3ab MD5sum: 435d293c95e308e37d5cd85562820793 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.20260915.051916 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 2445 Depends: ros-lyrical-off-highway-premium-radar-msgs (= 1.3.0-3resolute.20260915.051916) 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.20260915.051916_amd64.deb Size: 1782518 SHA256: f8aca76d7a7aba032000ec590f7f5a5744348db7b36558a7570a165eca6ce8ca SHA1: 1511590ddcc7c81bbd3c8f5633cc766cebc4f5e0 MD5sum: 9e17b6c49a127c6a81fb9441bfaf9801 Description: debug symbols for ros-lyrical-off-highway-premium-radar-msgs Build-Ids: 33ebbdd377827ce7ef3ff0efd1e90b6da53cf387 37746db99f307443ab2d543f561682316dae3e16 377f541f90a68a21183a23127e54866049b4718d 68627c83848dd0b9269459452268a28815506da1 72aaa12634115493d8d181e998305f810eeaaf3a ccdfbc1d0d83ef48527a55faa7b84f170dd54b05 d4d4393413b589c822418b495883885401d00e07 d8b3cf9ec9919da38bd29262db5f21c99ff17d43 dcd91a3439461e8eb31028588c6d8e9a2d004699 e1f7ab73c720503588ddc13e6cdc3652c5f96ba9 e315133cf438bae0de66826f23c19a7bb3e9b4cb Package: ros-lyrical-off-highway-premium-radar-sample-msgs Version: 1.3.0-3resolute.20260915.051911 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-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.20260915.051911_amd64.deb Size: 332094 SHA256: 5d9ea9d101b86f8b0ff83a9a09366899db62c4db79afa83a9d35394b2ecb02c2 SHA1: 7d6740ee7c4ea61873ebec5d7030d867795520d6 MD5sum: fd7adce27d1224f27715ba332483602f 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.20260915.051911 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 3701 Depends: ros-lyrical-off-highway-premium-radar-sample-msgs (= 1.3.0-3resolute.20260915.051911) 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.20260915.051911_amd64.deb Size: 2682022 SHA256: 583448675f325f83dc698aa8dfeabc5cb676b74199c50d2938bf713950c12481 SHA1: 53521f105d16f50dc7b431587aa09d5852b2ec0d MD5sum: 51e4a86f39e415fc9b29f2a61bab843c Description: debug symbols for ros-lyrical-off-highway-premium-radar-sample-msgs Build-Ids: 1593b174677d01e30c43c3b778526374ed0aec65 4bc5bc49c113ff70398e7729c98917efbe34a960 6bbc6057759396175b3b29e3a487d36b24fbfd1c 944f55c0c45e9acd7cb17cfd486615b9dc24c16e 94ea18916687b8a8a7d8f35816e01b538da25a8c 9e826c4d9bace5eb03c2c3864d0d84fb3d503482 b93dbcb46e6327b46c5d1f68f4658a6e1ca2712d c2221070216252a306ee39ed82a6e80c215f9ddf c512bff2ff418158274b238d22ac55ca7b7475ff dc9b9f0f9fdf2613c295b7e69e9850db2ae09de5 ef83b8268a0befa511239507b91d9305ac4a77fc Package: ros-lyrical-off-highway-radar Version: 1.3.0-3resolute.20260915.071532 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.20260915.071532_amd64.deb Size: 223072 SHA256: 31b3e7863bf3164e052badbf2220a173b9cfd3406a757b13d6f4c118dd698987 SHA1: f4392ce4e147dc9cc8a62778fda3eb3cd89f7a31 MD5sum: 11049980101584d55d0453cc333bb33c 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.20260915.071532 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 4961 Depends: ros-lyrical-off-highway-radar (= 1.3.0-3resolute.20260915.071532) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-off-highway-radar/ros-lyrical-off-highway-radar-dbgsym_1.3.0-3resolute.20260915.071532_amd64.deb Size: 4199220 SHA256: d2529a02d8e50e08223925b649151c80cf075193bf4ddf3c17150b0d64ea7335 SHA1: ac0d02d8a8970437d3ed623eb18437fe86a5c8c4 MD5sum: bddf1bb41962edf4ba60aa6c0a676c88 Description: debug symbols for ros-lyrical-off-highway-radar Build-Ids: 4ada9c190dad20e0d76bd43e82b4de917380f81c 92cb92bfa88bc27404cf95f0478220f653241c33 a8b1e9a78205300c46e38bfd63403fb8c4331904 Package: ros-lyrical-off-highway-radar-msgs Version: 1.3.0-3resolute.20260915.050530 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-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.20260915.050530_amd64.deb Size: 102038 SHA256: 7b48a07d5cf2f330f8526770b1a4805769e41475f45f55a828028a3bec928bc1 SHA1: 6b6ca70656d07cee9fb406f17c4247a85afcdd6f MD5sum: 2c78853dbb0ff2533a808fcd0c9dce2e 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.20260915.050530 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 904 Depends: ros-lyrical-off-highway-radar-msgs (= 1.3.0-3resolute.20260915.050530) 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.20260915.050530_amd64.deb Size: 649046 SHA256: f737752dfdeab345410c82dd49b27f6ea7fb3d7a0892030bab6ba9ac52116b77 SHA1: caee28edbe5d3fdaf38634110e2d6607a44c64b6 MD5sum: 7c56590ad500a2f11df8c832f451988f Description: debug symbols for ros-lyrical-off-highway-radar-msgs Build-Ids: 0b22e4c6c65cec3b441bba535a35c9786643d235 127f218f947a407a44c2abf6d53396f5f540fef8 12e5088ccb9cfd7c501f1c22b7d1e551665484b5 2494212a24d994e590261c2b7debffa8cb661014 4b3e3f858969f23ac3394ee3f4f4b8123e0ac25b 57d0793e1b3fb2c46a410e1661308bda7b184fd4 629686584c3cf8fe11a404bd9d6f81ce0b2ce6b3 63f6ba2267b6caebf8dbc0dccd10122a6fa200fc 6cfc28ca6f702aedb42d0a732f94f5f09cc60d47 945e7cb59f91202a86e22d120efbb06c0ec2e019 96d69b0c3cca23dbdad4bb46fd0d924d3e2a4810 Package: ros-lyrical-off-highway-uss Version: 1.3.0-3resolute.20260915.071544 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.20260915.071544_amd64.deb Size: 240622 SHA256: 7cbf6d7f0a3a0846d44119e39c31f4f5661282cb450a7fd6310f3d457e6481bb SHA1: 83cf090d1e2a8f12dda46c578c4bfe0de3dbdf0f MD5sum: 1db02c674be69dba9950b3cff6d9069c 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.20260915.071544 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 5547 Depends: ros-lyrical-off-highway-uss (= 1.3.0-3resolute.20260915.071544) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-off-highway-uss/ros-lyrical-off-highway-uss-dbgsym_1.3.0-3resolute.20260915.071544_amd64.deb Size: 4690450 SHA256: 172a62b4e8e5f9ad348f51e4021001e05d7c8641a166757cfeb218fc08575afe SHA1: 9855b52fc365d54d8cb72442f9986efae8f32cf3 MD5sum: 0ffae050af7e1180f0899637916100bc Description: debug symbols for ros-lyrical-off-highway-uss Build-Ids: 395e34883a91f47df621c597c5548c50c8144ec5 70046634ee7e917cb4840872781f23de1ced443e 7d7af00e0de09460b36b60384a961e10a713864b Package: ros-lyrical-off-highway-uss-msgs Version: 1.3.0-3resolute.20260915.050553 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-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.20260915.050553_amd64.deb Size: 116074 SHA256: 7b6d68b8063c8ba0dea655cf339689d2cad8b2b7de1df7a5cb1a13068552f838 SHA1: 361e5ee57031a04c0090f17413162bb010c2d93c MD5sum: 1718047656a8134391c601344bac99c4 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.20260915.050553 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 1140 Depends: ros-lyrical-off-highway-uss-msgs (= 1.3.0-3resolute.20260915.050553) 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.20260915.050553_amd64.deb Size: 840020 SHA256: 73cbf9182a95a918e55c9158376e8ad5188a1a352672ecca4b13e88ec8832027 SHA1: fe3eaff85d38bb66434074326c3dab319d0cad2a MD5sum: af5093f22e158a935a3ae43e7811f1ae Description: debug symbols for ros-lyrical-off-highway-uss-msgs Build-Ids: 12c33a652a0cd49ddfce3aaf5c766acea632a8ef 1f60b67c074a08b5b75b9d6a5f604c12ccd097e6 4a81f0e803eee0a372fef15e7e1e625cd9648675 60b306dc5379e51aa4b390113321b27935b15239 76e74645ab507abde54fe0a3d1430d2ff3f558be 79ba85cf99d045844ed30adc43fb482690aa1c5c ba22941e7b74275effd35250692717699c04c1de d0395ec2f6701fd28fa28c30952b9ea76fb951b1 d4e7b54e60de6bd62e024f81a0de93d165c1724c de14e31ff7b6ab77d5846ea86cb83075c67017b8 e7f4772e19e178e09dbbfeff1d58ca77b74fecc8 Package: ros-lyrical-om-joint-trajectory-command-broadcaster Version: 4.1.2-3resolute.20260915.093530 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.20260915.093530_amd64.deb Size: 159858 SHA256: 1a55863d94342b6844635a5c69e01f579a422897e53e7472648626a09f2b1f02 SHA1: 4234cd0eb3d1e9e8131282c9f294c0537defc649 MD5sum: e0f7769fe06a6a22f6009fadbdf96a3c 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.20260915.093530 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3185 Depends: ros-lyrical-om-joint-trajectory-command-broadcaster (= 4.1.2-3resolute.20260915.093530) 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.20260915.093530_amd64.deb Size: 2723532 SHA256: ddffe98184954843774fdc26eecc6f0ec82e4b1c7e81f6d22d4f746679bf91b0 SHA1: d78bccf3f58420c6bd05aec2f591bd459692c152 MD5sum: 5314a088d36c7356109cc993009f0644 Description: debug symbols for ros-lyrical-om-joint-trajectory-command-broadcaster Build-Ids: 9451b8aeb94cc6b5ed36e85656c2df17e3ff12b0 Package: ros-lyrical-om-spring-actuator-controller Version: 4.1.2-3resolute.20260915.105242 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.20260915.105242_amd64.deb Size: 65264 SHA256: 0d03715772011ae7dd9b839498b95882b4900c91de85e560b77948ccd568c005 SHA1: 91c94ac6507d86ed52dbf61d1907c622d6fc446d MD5sum: 7f3dc45ca13ab6dfec48eaef438c6471 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.20260915.105242 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 834 Depends: ros-lyrical-om-spring-actuator-controller (= 4.1.2-3resolute.20260915.105242) 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.20260915.105242_amd64.deb Size: 771838 SHA256: 5499e270a51e0930e93d8a38c4872b3104e56240c802367026741df72b1509d6 SHA1: 0ae02dde9d95680f7d1a4aa6ff281a80321588ed MD5sum: b439d37d3d65207c8361318c9ceffcba Description: debug symbols for ros-lyrical-om-spring-actuator-controller Build-Ids: 53cb0010e285de7c0239a32bc5163504fc6ff522 Package: ros-lyrical-omni-wheel-drive-controller Version: 6.9.0-1resolute.20260915.135530 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.20260915.135530_amd64.deb Size: 287092 SHA256: 567bb5a4fdf5a9b47740aaaa5280abcc6652acde500fd9ce98f12f73946295c0 SHA1: 0b834d5b8655c9a0403235e0a9839651b46bd0b1 MD5sum: 6d30fcc8e0d0887a89a2d01dbb8365f8 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.20260915.135530 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aarav Gupta" Installed-Size: 9976 Depends: ros-lyrical-omni-wheel-drive-controller (= 6.9.0-1resolute.20260915.135530) 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.20260915.135530_amd64.deb Size: 9474110 SHA256: a3c5866792b14e8fbba3a8843ec7ee544f2837843ee9a90d1a52984f92e13c20 SHA1: f6f4e0dbecef7467fdd7e3dbdddda993881052fe MD5sum: e1bc09ced2ea295be891080298a9392b Description: debug symbols for ros-lyrical-omni-wheel-drive-controller Build-Ids: df466fb0a638a6bda0c8ed64a7fea2d25443affe 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.20260915.155847 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.20260915.155847_amd64.deb Size: 23026 SHA256: 43c1f054b1aeb157b89dff5d1ff4daacf2a56f58583f2c29a68e151ab3bae00e SHA1: d3998bc6ea5e24a6f156cf5a1c58f5f7af8f0074 MD5sum: 64e6c19ee3615e4e7a58efba2b9e02fa Description: OpenMANIPULATOR bringup ROS 2 package. Package: ros-lyrical-open-manipulator-collision Version: 4.1.2-3resolute.20260915.065410 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.20260915.065410_amd64.deb Size: 150654 SHA256: 1a0c389d19121c37ee9a3f9e874dfb373e82c7305056f2eeca268d8df846d096 SHA1: 584b089bde8a6da1b8d61b87ec750051ded7b40e MD5sum: 2f25014ffe1ac6f5a1ed147d1901e6a5 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.20260915.065410 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3849 Depends: ros-lyrical-open-manipulator-collision (= 4.1.2-3resolute.20260915.065410) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-open-manipulator-collision/ros-lyrical-open-manipulator-collision-dbgsym_4.1.2-3resolute.20260915.065410_amd64.deb Size: 3395244 SHA256: 28857a0724978b6c95aee702f5b56baeae78c2da90f3b5263d4821e5a2b30462 SHA1: 2b4e144a18e397fe16496682fd642d40fa13421b MD5sum: 118260fade3682f9435f5562202a8661 Description: debug symbols for ros-lyrical-open-manipulator-collision Build-Ids: 91bb670b1465dbff7e999af22af7b01ff1e7b6c2 Package: ros-lyrical-open-manipulator-description Version: 4.1.2-3resolute.20260915.155736 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.20260915.155736_amd64.deb Size: 13084298 SHA256: 9b0ff474c72a1aa1ef5eb00497d0a54bd2ca62507e4758d334bee3f34ee61292 SHA1: 1366e21d5cc497cf04e50eaf5dfdfa423eadf82f MD5sum: 950b532cfc3db60640052187b2ad5d48 Description: open_manipulator_description ROS 2 package. Package: ros-lyrical-open-manipulator-gui Version: 4.1.2-3resolute.20260918.022939 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.20260918.022939_amd64.deb Size: 178816 SHA256: ac6203245e9f2efff753e04b7a7f323f501a8d9c7b52dfa5aa268704c0e9e388 SHA1: c33ad1e33e1117109530f18403f62e72dc82e74b MD5sum: 0cf8ac6426dbe900f7ffdb04975d0159 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.20260918.022939 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 13672 Depends: ros-lyrical-open-manipulator-gui (= 4.1.2-3resolute.20260918.022939) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-open-manipulator-gui/ros-lyrical-open-manipulator-gui-dbgsym_4.1.2-3resolute.20260918.022939_amd64.deb Size: 13332398 SHA256: 80b1df9ad4d126d330eed6065695157e611069d60070ee3f4ddb89c3ec564887 SHA1: 030340483deda22a4e0cecd51507622c08a1418f MD5sum: b886011f96cd4050d056c1fc0e2e17a5 Description: debug symbols for ros-lyrical-open-manipulator-gui Build-Ids: 27d0f0bc31bbb27933a0a680f9d058f43fac8a46 628322e071c145cc2310365af76bc0b6fb4c5cd7 b289a9f807f012c0f644881244d515d9cc77e03e e320f8ebf91106df3ddb5daa46fbdea0ba0d9381 Package: ros-lyrical-open-manipulator-moveit-config Version: 4.1.2-3resolute.20260918.030627 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.20260918.030627_amd64.deb Size: 12658 SHA256: 1b9440622cd2ab19ffbc1e08e986e6aee85f99edbfb7103f7ae802919169ae84 SHA1: 195a5f79cdd6c4fd0526cfdac0acaf89eb627f6d MD5sum: f82e3a4894c99fc88d6f83c7fe97c5aa 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.20260918.022054 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.20260918.022054_amd64.deb Size: 26304 SHA256: ba036e81c26bf26b4dce151b3a6b0e8158a6fbbd78fac17ab272cd0c4f0bf0f6 SHA1: 33097f19645ef051da477ae83e1937d893752456 MD5sum: d87fc2f4f0e5bea6018acbad5c0e4338 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.20260918.022054 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 4373 Depends: ros-lyrical-open-manipulator-playground (= 4.1.2-3resolute.20260918.022054) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-open-manipulator-playground/ros-lyrical-open-manipulator-playground-dbgsym_4.1.2-3resolute.20260918.022054_amd64.deb Size: 3220380 SHA256: d51d22abd334cbb8c17b80515561086ce1b36485c0f7f317b270917dac1141c7 SHA1: b046da25d0eac2502c9df4143fa13700df64408f MD5sum: b0f4a58284e0b07902ef68359efb6911 Description: debug symbols for ros-lyrical-open-manipulator-playground Build-Ids: 71114924d5d3b1fa139d3cb6d8ef3681e5a0af57 b985b75da8173bf94be0b464fe4834bacedbe681 d85e778167c0fbcf8d574ede5a7cd108cf33371d Package: ros-lyrical-open-manipulator-teleop Version: 4.1.2-3resolute.20260915.064725 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.20260915.064725_amd64.deb Size: 12542 SHA256: d83373f7d8c9749aeaee093613b973ea03194bf5a1723e3d4ab804eeafd90652 SHA1: 349691ff7ca7cba981d9d2569cf89871b28eee99 MD5sum: 1b7e2fe73cd0fd683ca7eb3e42b30b31 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.2-2resolute.20260921.021741 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 4685 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.2-2resolute.20260921.021741_amd64.deb Size: 771964 SHA256: f71be73bd3426f59857ce6f41ec201e0033614b1944a011f2586b103ca202309 SHA1: 0e87569d5462918ddae4cb2f595cae3ef4bd7e94 MD5sum: 89d38366afe6285fdcbcc5ed2cec77fd Description: A Task Server for robot charger docking Package: ros-lyrical-opennav-docking-bt Version: 1.5.2-2resolute.20260921.021203 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 724 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.2-2resolute.20260921.021203_amd64.deb Size: 162786 SHA256: 990a128c86664f6cd3ef2d350d1263d1166363f57f7b3b21e38dd8ef3e41090d SHA1: 0544a005d5e054c8cf7155c47f745b830346d08e MD5sum: 5c3aebf2e2f517435e1e406240542e02 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.2-2resolute.20260921.021203 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 3547 Depends: ros-lyrical-opennav-docking-bt (= 1.5.2-2resolute.20260921.021203) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-opennav-docking-bt/ros-lyrical-opennav-docking-bt-dbgsym_1.5.2-2resolute.20260921.021203_amd64.deb Size: 3237398 SHA256: 2c7a16715124db535561a9fa5b8780f30c1b1cd25c99225d1764d4ba3098dff1 SHA1: 186ce387be92891819cd5ede658106ae0fe92d55 MD5sum: b5e3ca531960e40ef527ad177e96fb1e Description: debug symbols for ros-lyrical-opennav-docking-bt Build-Ids: 306aa128026e5088068cf16109a80cb286ec521d ecb5b009adb214e8ddb4e4b4f400e6b382ec0b71 Package: ros-lyrical-opennav-docking-core Version: 1.5.2-2resolute.20260921.012151 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.2-2resolute.20260921.012151_amd64.deb Size: 10686 SHA256: d201dbf3f8e786b77e7650506dbcd47ac8cc392d5cebf289b0c0821307286551 SHA1: 1f65bc09f9d9e3ef0f945df40c39ddaa86c58fdd MD5sum: 25556b283ad1195755be24f12e50a302 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.2-2resolute.20260921.021741 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 22872 Depends: ros-lyrical-opennav-docking (= 1.5.2-2resolute.20260921.021741) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-opennav-docking/ros-lyrical-opennav-docking-dbgsym_1.5.2-2resolute.20260921.021741_amd64.deb Size: 18902008 SHA256: 1d6fdc03b11c2ff8e0df5eb2992dee8c9a1146e0b7b4769441a1d7648639afd3 SHA1: 7f26229edf07bfd22423baf8ca2e735f1acf74dd MD5sum: 97dc361c75a344335fe4e8edf539ca64 Description: debug symbols for ros-lyrical-opennav-docking Build-Ids: 133064521193d8470361fbb105bc05936ea20627 4102196b88ef9b8ee708367fe88ea619890d0b46 500c85e1565cf8fafbc6bd1e5e2489e3db4ca169 5e75d080ca72569bd8d7b7778a21126526956aaf 771aab5476294d23f89592d6a2395b427e609163 88b9aea3835b5c95fa41914b85df164103e9b6df Package: ros-lyrical-opennav-following Version: 1.5.2-2resolute.20260921.022718 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.2-2resolute.20260921.022718_amd64.deb Size: 289568 SHA256: 0c42cc1a3183ad523288f486d78d8688796c11f5589547130ec18aebd52aca11 SHA1: b82a153e4a51dc6311b26250cf97eb3d05a5d01c MD5sum: 261002cf612f23418b8de7cfe8d513ba 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.2-2resolute.20260921.022718 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alberto Tudela" Installed-Size: 7162 Depends: ros-lyrical-opennav-following (= 1.5.2-2resolute.20260921.022718) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-opennav-following/ros-lyrical-opennav-following-dbgsym_1.5.2-2resolute.20260921.022718_amd64.deb Size: 5961634 SHA256: d4527e6552f746f61f6eb3cff7c8396ad71a7fbea6c5eaf63c4d1501316c40c2 SHA1: dfe8ed05a00541906820abe90316f8a98b1f2953 MD5sum: 5e5c4e7c6f77d56c3b54c70946464a34 Description: debug symbols for ros-lyrical-opennav-following Build-Ids: b80115abb46977d9b8c9c0d9f11c6aba7997fd60 faa47bdc917a7f330ffb37e7ba3db86685d43747 Package: ros-lyrical-openni2-camera Version: 2.3.0-3resolute.20260915.152611 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 1483 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.20260915.152611_amd64.deb Size: 273242 SHA256: bca78fbe0660fc3c8b6af39481de678fbcb55fc8db09629804894577cf657c3a SHA1: 7a59b08ae2b7debb35871deeb6649d0d6e5465cb MD5sum: a8aee45e1f01589a670e09f32825c8fb 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.20260915.152611 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 4524 Depends: ros-lyrical-openni2-camera (= 2.3.0-3resolute.20260915.152611) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-openni2-camera/ros-lyrical-openni2-camera-dbgsym_2.3.0-3resolute.20260915.152611_amd64.deb Size: 4000344 SHA256: 45c89771d249dccd479dec33ded05c8699ebe2cdafc5ddf2be3b22539d4c27fe SHA1: 0c514a25405c116fee1fcfc336572818f756383b MD5sum: de86eb9569fbf005ec53e9894e96e80f Description: debug symbols for ros-lyrical-openni2-camera Build-Ids: 1b9f2cd05e2e5c458c125b0780118e0eec561f19 20b633aef1d8f68d733bc29fea52485b359b9804 2f2cb25246b609da05adc9ed97e83c50b3974282 56c4552d5b084f261485e180aa339172a7acf2a4 614916026600abd56438a0ad8ecee1b4c142f552 63062d4f54c44841e9f747722abead1a6bb7af68 736d9b20e3fc597ebb8765b389d34fa8375e912d 795f2735d71ef464a38cb4767e13247f66332f66 8201c7b33ad72792024cd58c3f1e93e1a805313d 83352f94d34a32ef0c9bfbaa66d970289a65bcb2 8fb59edb896e9ebb8af9ac572f955b3e5a61d116 bb74b7125401548438d2fe4ca64f52861559077b c10f0813b13765164d2b571b9fd23994624c7bb6 c84c6d828fd88e323b38b912e9f7dd3b6d17874f d037694bcc2eaca0e981c856788dc92ae1585214 f50143e1d21772bdced076bb59730a9839ad7ebd 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.20260915.045324 Architecture: amd64 Maintainer: ouster developers Installed-Size: 1938 Depends: libc6 (>= 2.32), 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/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.20260915.045324_amd64.deb Size: 161348 SHA256: 241baa5acd2a460927f6d8e2b973697210dddc6b222deb3a665a0e72085e6264 SHA1: e80c8e6a65cc9a65f107a2f6c5a6e8098faa84d6 MD5sum: 566381c45d371fcc1290bdbf5666d678 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.20260915.045324 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ouster developers Installed-Size: 1803 Depends: ros-lyrical-ouster-sensor-msgs (= 0.14.2-3resolute.20260915.045324) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ouster-sensor-msgs/ros-lyrical-ouster-sensor-msgs-dbgsym_0.14.2-3resolute.20260915.045324_amd64.deb Size: 1351514 SHA256: 4dfb393b26cbb5537613473f40616c9f8777e8aacb2ea9f41d94b847494228c9 SHA1: e85fa07a052407aac7fa68e420ec196b109bb48c MD5sum: 23813f53c6f824dfa038ed9d10383e52 Description: debug symbols for ros-lyrical-ouster-sensor-msgs Build-Ids: 00d5e35323ae8bcb2aeff927d4ca513672ea20b2 0e9587104924995527cea00b2ec92de4f93db511 2b9d2d04623cea9f9e5611e7eaa549d153a7bdad 4d1b96fb92224cdd91023f582f2beff497611a91 50eb02331ea925bf74a9b39c5d3fafb00f24310e a9800fee6b91fc4911ac0199cb6ab8ec154101e4 b197fef284849f474664b45bcb4919f6211089a5 b650702c0f37bc47438af96530c649f847259ae5 bc9a203a3023135264cc00020dbe70acda9a4537 d57d6f4578d8f07a040574fe30b0ebe1767559f0 dc5cbcb50b06a9dd40bc55c65ecbd6bb3c70c1cf 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.20260915.071746 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.20260915.071746_amd64.deb Size: 112150 SHA256: 360fdcf9b43c91a76cf9169adb14fb3478f7bcd5468c611bc13bba436771dff7 SHA1: 9c17aa0edb5157a4fcb05b08c6dbc54a9b0b566f MD5sum: c71afec3f4e792394f8877930e354502 Description: The pal_statistics package Package: ros-lyrical-pal-statistics-dbgsym Package-Type: ddeb Source: ros-lyrical-pal-statistics Version: 2.8.2-1resolute.20260915.071746 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jordan Palacios" Installed-Size: 2228 Depends: ros-lyrical-pal-statistics (= 2.8.2-1resolute.20260915.071746) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pal-statistics/ros-lyrical-pal-statistics-dbgsym_2.8.2-1resolute.20260915.071746_amd64.deb Size: 2048410 SHA256: f0131d934e00a7dade07d90e8ada46f463b2e2334d10ff367c27f056f4b0b44d SHA1: de9fa49a3d0ff23832a1560ea5845941a2894b6c MD5sum: 4be55809e4a11be3503934fae145ff68 Description: debug symbols for ros-lyrical-pal-statistics Build-Ids: ec91b693976e073577b8c24cc336b4f834750c7a Package: ros-lyrical-pal-statistics-msgs Version: 2.8.2-1resolute.20260915.045335 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-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.20260915.045335_amd64.deb Size: 91612 SHA256: 709a09ba32c63d08ab0002a0a2be6662ea094c61a6577c2861df591ec1c30bad SHA1: 2f790caf48988079be6c4fc00d44257af5788339 MD5sum: 602a8887487235ff7f695f0ad6975169 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.20260915.045335 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jordan Palacios" Installed-Size: 834 Depends: ros-lyrical-pal-statistics-msgs (= 2.8.2-1resolute.20260915.045335) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pal-statistics-msgs/ros-lyrical-pal-statistics-msgs-dbgsym_2.8.2-1resolute.20260915.045335_amd64.deb Size: 603306 SHA256: 6911dd29cab28339448b4750b46c9bd24623554a66ccf1798cfc791d61e383ea SHA1: 0aac2309c47eb89eefc6fae899af51aa58cba459 MD5sum: 4726424faa6ccacbf45ffae7e9bc5cf1 Description: debug symbols for ros-lyrical-pal-statistics-msgs Build-Ids: 041019d50c15137560fb0495f77aa215c38b53e1 402a658ef05896cabe8daa3e96a2d8974f9cf805 52f24eb4ad2b8cc5e19a1ba19d52d58e75d5f120 5b67351d6e92e2a9fbc08f393be62fb813803fab 8f47383b291a407eb6053237df840781e5b0be84 a436398565a859d60f2a4ef8c5c395406550d068 cc7c8e3b63bb37500f2b258d50001fb5a567d137 d61252d07ecf27229cb62ab3a178a90c05e2652b de0ffa642d359f1560d3b2c6b5ca56228e9662b9 e37397a5f4887bb315d676967780fb42502b9662 f2b50fd3e0ce9f4ab272ce03de30c8a7c0b59af3 Package: ros-lyrical-pal-urdf-utils Version: 2.9.2-1resolute.20260915.082059 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.20260915.082059_amd64.deb Size: 6060182 SHA256: 1b5a34886447328e0d0cb36d3fd98d955ee2dcc20c131d92d049c98889fea564 SHA1: f882ad1d56ca0ca1217485cc00a5c0959d3f28b8 MD5sum: 8c25e96f7a0662e4df60af9338bf88d0 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.20260915.151835 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.20260915.151835_amd64.deb Size: 95778 SHA256: 81239b7033b460caea639e9b56010df42e0104c65131556de65bf5bfcf074068 SHA1: 14cc43d9058eae699f164d17171e279bab2122ef MD5sum: 0340948211f033642ac6174c26b1ae0c 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.20260915.151835 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1263 Depends: ros-lyrical-parallel-gripper-controller (= 6.9.0-1resolute.20260915.151835) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-parallel-gripper-controller/ros-lyrical-parallel-gripper-controller-dbgsym_6.9.0-1resolute.20260915.151835_amd64.deb Size: 1117354 SHA256: a8398b9f172c450d95fa98f466801ba3d534d8b4e4478747b12d45c3d2e046ea SHA1: 8b5850793c48234d2b116a20df353f1bd059576b MD5sum: 36783bd7c491d94d8a2f349b4b996db3 Description: debug symbols for ros-lyrical-parallel-gripper-controller Build-Ids: b002cb0e1d8fa85ba3174f246e1108893c923272 Package: ros-lyrical-parameter-expression Version: 0.0.2-3resolute.20260915.070645 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.20260915.070645_amd64.deb Size: 19216 SHA256: 4ac8abc8adb9b6b4a3c53354d484af26d7fc886625e69f36402046a9a42f2295 SHA1: 68cff3ec819542208552b8c61d2437a37f33963a MD5sum: 3c1871001ff2c6bdc2fa0d867af8cf19 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.20260915.070645 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: f0reachARR Installed-Size: 256 Depends: ros-lyrical-parameter-expression (= 0.0.2-3resolute.20260915.070645) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-parameter-expression/ros-lyrical-parameter-expression-dbgsym_0.0.2-3resolute.20260915.070645_amd64.deb Size: 234306 SHA256: adb4f921273bff7983a13166e18af1e959173ab55459dbe55aac880b2cc13de8 SHA1: ed148233fe59e9a799818e7bc5a6a3eba99b612e MD5sum: 56611f7cb26a27cbc1e55691fa0a8536 Description: debug symbols for ros-lyrical-parameter-expression Build-Ids: b44ce5097d099c678c127ab2c5ad60a838d768c8 Package: ros-lyrical-pcl-conversions Version: 2.10.0-1resolute.20260915.065230 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.20260915.065230_amd64.deb Size: 14734 SHA256: d11d762dd0603e1bc88dc0c0855045c08ff91e9d36938aded536f9fe3494b821 SHA1: 7593032259b7a176dd73cb95e2bff4ecea15112c MD5sum: 643dcfb89d16406c82dbf6aa61d922c0 Description: Provides conversions from PCL data types and ROS message types Package: ros-lyrical-pcl-msgs Version: 1.0.0-10resolute.20260915.052856 Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 1322 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.20260915.052856_amd64.deb Size: 126364 SHA256: 546160914bc861fa6d3a23accd470dffb2df4cd526fca4700efc2057f822688a SHA1: 157b59a13e7e9e83cfc265664bfc8a5cc24d1640 MD5sum: f4cc0d32fc560ddbb0c05504f3e4d14c 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.20260915.052856 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 1238 Depends: ros-lyrical-pcl-msgs (= 1.0.0-10resolute.20260915.052856) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pcl-msgs/ros-lyrical-pcl-msgs-dbgsym_1.0.0-10resolute.20260915.052856_amd64.deb Size: 924524 SHA256: 2ddd2ddcf46ab4d2b3449c2c70cbf6c9680ce1a410c3341ccc3937f29c0084ca SHA1: 4d70bbee6dfce20d10b74cdbaca5a34d692d46f4 MD5sum: 809245c6b3b782539f62eb22797d854f Description: debug symbols for ros-lyrical-pcl-msgs Build-Ids: 02a363bbcd71e8aed016ac5cad72a5c693b1688b 1008851ff5c7f553b2f127c047ada5c081d5daf6 145998cd16bded847d9ab81274ffee0475cc84e1 2c731380a3381f328d8e89eda24ab73a069e48ec 72beef81c26cb0f9011af6b848bec8e8abd01d22 8b02c99da1c535f1aac06f9fef44c4f631f81d90 9eb9288e0e863a1b8d20bca1a5c9780a934e5bd5 c6f9356c5b5b1a3e051773453c5f16903e44d449 cf60968058047670c264efdf682100fe9b263beb d79719f4d6ce51096ab7ca1d7b83ab99a650d763 ff5602a8033c8a5590f292a747f3383f713ea423 Package: ros-lyrical-pcl-ros Version: 2.10.0-1resolute.20260919.192625 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.20260919.192625_amd64.deb Size: 657440 SHA256: dba793206e63cc15bdeeeb03ffedeacb08748e4c8bd95bf93375f3bc777fe267 SHA1: 833e1d54215737245173078829dbc0b522558626 MD5sum: 9c29c611573f6e2a7f63e45a6ee3b5d4 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.20260919.192625 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Paul Bovbel" Installed-Size: 31307 Depends: ros-lyrical-pcl-ros (= 2.10.0-1resolute.20260919.192625) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pcl-ros/ros-lyrical-pcl-ros-dbgsym_2.10.0-1resolute.20260919.192625_amd64.deb Size: 26124512 SHA256: a6e18438dc5f1474f044a6ea98097e2e8f6188355c3c2c140a53bd5e27cdce39 SHA1: 24c56b8c73c627d7ab7dbeb2f589698dd9679b1a MD5sum: cc2ef839e57b24d6c111b8c58b0941de Description: debug symbols for ros-lyrical-pcl-ros Build-Ids: 05385476555aa97b997363303df559854d7595b2 1fd592927f9ea300ab359f9d0e13d8d41712ebc7 2225ce263d882a2439bec2306e774e45e20b1c27 3bc4f5113a0c2d35bc2d9481962087bdcf96bbad 4e39b96b1529728daa3e2d6fff9c90cd0583897f 6b438b6524c05fe2b6f2d29ba5cdd67f4bc11272 6c7fe6153c62c476f23e6f6ec5633bd8893b7bc0 751b8509ef51092699385e3e71a96ccb8251d53e 8144e901482cdb8030ec37c669940162056c14fc 81a8e6d8c0f6d302784dec38cc4f35efc5be0d00 963fd275aa77ccbd57b51ba2e8a0e174f9a498d5 98a99afb6fe9f18f63df9a371dc6c2f1bb30ca06 b433225f7a9706e500a651f40652e2c7e57e7e1a c4542f985f38fc56ffccd6f6005d8ea40d15bf78 cb1cf9c1936ba30c9137844232940da394a12e37 dd6aefd07e7456390287ee25636690742c94298a e617556d88d8a644b70e45eac759b532b6652d66 f431c60c6684527b15fdcc079749fbeed622f0b7 Package: ros-lyrical-pendulum-control Version: 0.37.9-1resolute.20260915.071220 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.20260915.071220_amd64.deb Size: 246286 SHA256: 325182edd7dc394219a3298a0a54056c96008d251c83286d7a62f595954934e2 SHA1: 6e1190fcff3804977cee1210161195dfe63de14a MD5sum: 0d2c48d7a0c7cb65eca97aac55daf530 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.20260915.071220 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 6614 Depends: ros-lyrical-pendulum-control (= 0.37.9-1resolute.20260915.071220) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pendulum-control/ros-lyrical-pendulum-control-dbgsym_0.37.9-1resolute.20260915.071220_amd64.deb Size: 5376778 SHA256: bec4eadd024800ce96f673273756662d2b8e2cddade490d021d1d731daec7e2e SHA1: 5e8ba5090f8c9d2c0f7b06b80b1e07d6728c2eeb MD5sum: 29516b0d3a1c36f1cf1da1b32d8aed7b Description: debug symbols for ros-lyrical-pendulum-control Build-Ids: 5a1f749f2423d7c926f393cc3ff7d4e4bcd61e5d a88a15b42713f869ba207e7eea279901e8f7b6c6 ba86caf8fcfad885acb8e82540857a1138059383 Package: ros-lyrical-pendulum-msgs Version: 0.37.9-1resolute.20260915.045347 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-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.20260915.045347_amd64.deb Size: 66078 SHA256: 344d4d30a6e4caa7a3b80b63b801eae8c81380f081cd6523f35ba1a5d49e475a SHA1: 3e3cf94311e427b80d60089665bde8e2206a0aea MD5sum: 18aeb3b315b09652deb614f004f9a298 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.20260915.045347 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 532 Depends: ros-lyrical-pendulum-msgs (= 0.37.9-1resolute.20260915.045347) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pendulum-msgs/ros-lyrical-pendulum-msgs-dbgsym_0.37.9-1resolute.20260915.045347_amd64.deb Size: 349456 SHA256: 88958404eadf421029728f675e9fd0eb818c05646f9197f563f64e5318bd7c11 SHA1: 2abe9792017b67d44e3430b91f52800b94d7dbc4 MD5sum: 9081ba779900e3ec9a09c1f9b0ade39d Description: debug symbols for ros-lyrical-pendulum-msgs Build-Ids: 046567c6aa02829f498b56a815869918faad4d8b 0c8502ce7795f006674d500d301efb7b59ef5fd5 1417d3ed8e0c577f8f48099d57534bba1874b149 236e3c5fef50ddb6ca245cfce220e1e71aa4e7fe 284014f359631165030581ca9851eeeabe70785e 2c92f87b23f820184957cc561c6af252b18f3c11 499f946d9e4ac6de1f1a48805b3bbe0b813ba9fc 78874a9f2396b60a706238805ae6ec0377881f64 a28f98f38fc99c5e4d98264e9f11b6e988b3e6af f4278f619267fc3adbed35d5116f844c6d585f2c f9ed3473c688bed73290baef0e10833c3d5ba29d Package: ros-lyrical-perception Version: 0.13.0-3resolute.20260919.195245 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.20260919.195245_amd64.deb Size: 5830 SHA256: 369426d31cacc219052af10a6c3ec4b83cc579fbae1073d1b6f47ebfb368ae37 SHA1: 06dbc5f8c3c4a70e1c2f1203b774e4f1f08b6a45 MD5sum: e1cfdf86a288ad12f2b1825bb002d492 Description: A package which aggregates common perception packages. Package: ros-lyrical-perception-pcl Version: 2.10.0-1resolute.20260919.195031 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.20260919.195031_amd64.deb Size: 6150 SHA256: 0532ab9aa7d53fa11eb2a2eb91a6f7ccf60687879d763efe3fdbbdb5c93bab34 SHA1: 37ba121c56f5951e0c3c09a3c175fd84104f5f4a MD5sum: ec9abc5fff85495f493fc7056f07d3d8 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.20260915.065657 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.20260915.065657_amd64.deb Size: 102932 SHA256: ee5519a1934019981112152e7471d9a895198d0ba8b5a253c5fea70ee89d081b SHA1: 398531c8e149ba2f5e2ba00b19e454a562c83a44 MD5sum: 5c5fbf2ca2b6007ce0a868722109aceb 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.20260915.065657 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tomoya Fujita" Installed-Size: 1553 Depends: ros-lyrical-persist-parameter-server (= 4.0.0-2resolute.20260915.065657) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-persist-parameter-server/ros-lyrical-persist-parameter-server-dbgsym_4.0.0-2resolute.20260915.065657_amd64.deb Size: 1427196 SHA256: a2e6fbf730086ff531905a1ea6efeb897cfe41b76f00aab2cba1c37e7dbf337a SHA1: 44bc779be32f003cefd577f28f31691c59497e69 MD5sum: e72887529c867fd1f319ebf1397e1bb4 Description: debug symbols for ros-lyrical-persist-parameter-server Build-Ids: dcc29fa8d15d3883ccb50177a7d9358cb52871df 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.20260915.073351 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.20260915.073351_amd64.deb Size: 64050 SHA256: 8bc281cbaab3bf23f19134b8d909513963bce0d5b932abcafb70df5067a7b382 SHA1: 325ef04203054affd8f5af48d9d7e721b47449c4 MD5sum: 3ac782a8e77574885faac8851562b3e3 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.20260915.073351 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 971 Depends: ros-lyrical-phidgets-accelerometer (= 2.4.0-3resolute.20260915.073351) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-accelerometer/ros-lyrical-phidgets-accelerometer-dbgsym_2.4.0-3resolute.20260915.073351_amd64.deb Size: 875294 SHA256: bf2b5f761c9433708b972fc83778648ef1c9e926a76dbccb69222c890488512c SHA1: e81eca6372c358e3fe23e6573426bf6f4adc8bfb MD5sum: 88e735044cf4026c681bbdfc148d9ef5 Description: debug symbols for ros-lyrical-phidgets-accelerometer Build-Ids: 9f5fb2763cd7803101756c6b7e38ec326b3ddcca Package: ros-lyrical-phidgets-analog-inputs Version: 2.4.0-3resolute.20260915.065946 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.20260915.065946_amd64.deb Size: 62170 SHA256: 43a7026bb096c102fedeab8616be45829b32664fc904abc376945fafd0a98d60 SHA1: ecd068f8328785522bb6f8b49c784bec72867ada MD5sum: b26fb8fcf389f039a62c2b82b7830976 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.20260915.065946 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 975 Depends: ros-lyrical-phidgets-analog-inputs (= 2.4.0-3resolute.20260915.065946) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-analog-inputs/ros-lyrical-phidgets-analog-inputs-dbgsym_2.4.0-3resolute.20260915.065946_amd64.deb Size: 879980 SHA256: 654332457e5b70a402ff6fbb6d6b91b658f3c54c06fc0e472c1ce8a9dfb09b7f SHA1: fe717471a7ce78f0359d5320ebc1afe33e15f373 MD5sum: 549ec8e2914116bd62edd8ea001d5e7d Description: debug symbols for ros-lyrical-phidgets-analog-inputs Build-Ids: 0e0d57d1a9155948a13b715ebd5b495c542ae0ba Package: ros-lyrical-phidgets-analog-outputs Version: 2.4.0-3resolute.20260915.065947 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.20260915.065947_amd64.deb Size: 120656 SHA256: cebeda819d84cc29a3d9abb6efa9873d67334667631edd43894f619783b69402 SHA1: f697fd50f2087a408774b9422c77d8d80aee44a2 MD5sum: 6f2171fab9a1df019d58cd65720b8f58 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.20260915.065947 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2531 Depends: ros-lyrical-phidgets-analog-outputs (= 2.4.0-3resolute.20260915.065947) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-analog-outputs/ros-lyrical-phidgets-analog-outputs-dbgsym_2.4.0-3resolute.20260915.065947_amd64.deb Size: 2123892 SHA256: 924a3f34ca21f60e84d660432c4fdd8d1440706b6390341d82a650ca752e06a2 SHA1: c0da2547c1134d8e0d39e4f40b5932434665bcb3 MD5sum: 1440ed247fcb60a34ebc6d672d25e981 Description: debug symbols for ros-lyrical-phidgets-analog-outputs Build-Ids: dd79cc4f965a2f4e06576961458e9a4a78ec35f0 Package: ros-lyrical-phidgets-api Version: 2.4.0-3resolute.20260915.055117 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.20260915.055117_amd64.deb Size: 46844 SHA256: 59a33af2166a21e0f1311ac7249734078d8bc956818e59473e5571bee3ba96e7 SHA1: 5a627311b1ea746cf61ce2cd9b091bc73a79caf1 MD5sum: e2a13e05d19beccc86988aa0c5c736d8 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.20260915.055117 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 545 Depends: ros-lyrical-phidgets-api (= 2.4.0-3resolute.20260915.055117) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-api/ros-lyrical-phidgets-api-dbgsym_2.4.0-3resolute.20260915.055117_amd64.deb Size: 457414 SHA256: 2fd4d684b2996d4043156b835d175be054436dfea71b5b6183a416ca9719f487 SHA1: 6f3f50cebc0d098ea9666d7c0cd8f90c9ddc8089 MD5sum: 237e1dd5d5edbc11cf583b93832cda10 Description: debug symbols for ros-lyrical-phidgets-api Build-Ids: e8ff0bcc9e720f215852429915360cbb40e23921 Package: ros-lyrical-phidgets-digital-inputs Version: 2.4.0-3resolute.20260915.065947 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.20260915.065947_amd64.deb Size: 61836 SHA256: 8b99e635216584fbc0f1a4c50c09e4d50d07135576f3b1bec8a2e33efe617a44 SHA1: 3626935a84a1d046350685b70a0ab05c0e9dae5d MD5sum: 1d05e6cd74a1380886d48d65a32be450 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.20260915.065947 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 971 Depends: ros-lyrical-phidgets-digital-inputs (= 2.4.0-3resolute.20260915.065947) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-digital-inputs/ros-lyrical-phidgets-digital-inputs-dbgsym_2.4.0-3resolute.20260915.065947_amd64.deb Size: 876342 SHA256: bdb53bafe3d7b552b3e7af02b31760bae2acce1718d3e2913215870b00d645a2 SHA1: 30495edd9407bc6dab3822c563fc8db9ce9cbe0d MD5sum: 7fa2d9d7745a3f8e64d962eb15f836f2 Description: debug symbols for ros-lyrical-phidgets-digital-inputs Build-Ids: d28d3bfb3a276f4f18ec873303a7a37c64e6cbe3 Package: ros-lyrical-phidgets-digital-outputs Version: 2.4.0-3resolute.20260915.070021 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.20260915.070021_amd64.deb Size: 120896 SHA256: 705dbce31352624956b16569d0c8ff13978504329d024e957335c1acb35a9231 SHA1: 2e4e27536f74c370017d4993071119d74606b4bb MD5sum: 392f55326bda5b213824d13ba6a8e041 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.20260915.070021 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2536 Depends: ros-lyrical-phidgets-digital-outputs (= 2.4.0-3resolute.20260915.070021) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-digital-outputs/ros-lyrical-phidgets-digital-outputs-dbgsym_2.4.0-3resolute.20260915.070021_amd64.deb Size: 2131060 SHA256: 96600c9ae1a7213fa2c34bf5e2b3954e7b3b594725d0aceab88fab7c6fb85d59 SHA1: cbf1813615b3d357579cb47fce5d3dfc3323fe37 MD5sum: 2dfc176140272035ddb87091b8edf058 Description: debug symbols for ros-lyrical-phidgets-digital-outputs Build-Ids: cb81e63d6769b8a3962170707c9ce442bb5835f9 Package: ros-lyrical-phidgets-drivers Version: 2.4.0-3resolute.20260915.081531 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.20260915.081531_amd64.deb Size: 6018 SHA256: a097a0f63ea7a397e70e5bb58f22751f1fb6435eedf89e20653ccdc8487caa56 SHA1: 3f0bc7eec94935fd9c3c4b9318e788d61869995b MD5sum: a434dbff0630ff258e194708ce7162c7 Description: API and ROS drivers for Phidgets devices Package: ros-lyrical-phidgets-gyroscope Version: 2.4.0-3resolute.20260915.070012 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.20260915.070012_amd64.deb Size: 84798 SHA256: 6b83a1c95dbb3da5862df8379ddd6e7eecbaa41a69715fa7ca193e20785a279d SHA1: cfdca03694ee873f0c09c236e3e26541c4fc3975 MD5sum: d624d01defbc43b364478c2f121e6be5 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.20260915.070012 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1423 Depends: ros-lyrical-phidgets-gyroscope (= 2.4.0-3resolute.20260915.070012) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-gyroscope/ros-lyrical-phidgets-gyroscope-dbgsym_2.4.0-3resolute.20260915.070012_amd64.deb Size: 1268522 SHA256: 74d23074735cf59b9c334f19c09b5e253ac34a483af86d7a2318c3a309c759b3 SHA1: ff18b2aab8482e6c126afca6e513b277bafe60e9 MD5sum: 9fd01346c8987e48df1e2e8c41e2a2ac Description: debug symbols for ros-lyrical-phidgets-gyroscope Build-Ids: ab6ffb13eafd25412c1ae025cee4f4bf58ad1489 Package: ros-lyrical-phidgets-high-speed-encoder Version: 2.4.0-3resolute.20260915.072039 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.20260915.072039_amd64.deb Size: 88336 SHA256: c0ae1cdeb57cb6e530d2befbd220994285c2ca373c2f629ade310bb634ff0cb9 SHA1: 2acc9a93887a6eea6699be19de77f113996bf4aa MD5sum: 43e5c42dde39d4b7728a6ef89b4087cc 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.20260915.072039 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.20260915.072039) 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.20260915.072039_amd64.deb Size: 1348240 SHA256: 453db694cca2fea3ea08bb6c0f3c20ca85d35d47b8d9643a40f44f4de2087cb0 SHA1: 9c344335228c0c25de37e276f7d10cdabb6d7067 MD5sum: 7f403f260cfb60c0744b7b9c47462bc0 Description: debug symbols for ros-lyrical-phidgets-high-speed-encoder Build-Ids: 6d1cfa7c8ccdc7b7fcc0801b24721bce93926c58 Package: ros-lyrical-phidgets-ik Version: 2.4.0-3resolute.20260915.081300 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.20260915.081300_amd64.deb Size: 6524 SHA256: 019435726bc3aae44201ee9ff50a0dd2dcc5dc3636bd59522e714ed61e7e2f73 SHA1: bf252a427f1e9e386c6ee2ed1029b5c2c55cce0d MD5sum: 033111d07a6a4b9bfb30bc36dcbf1cfe Description: Driver for the Phidgets InterfaceKit devices Package: ros-lyrical-phidgets-magnetometer Version: 2.4.0-3resolute.20260915.073500 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.20260915.073500_amd64.deb Size: 66548 SHA256: f463b7a260dde9818ba3adc825d8cb91d03e2f3956e59b65502c9cd3ca47ae3b SHA1: 2cd404c7b96ebbd2c04b43c481857b1dc5f52912 MD5sum: 8170ca3ee407eb4aaf3a14a2d32f5c93 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.20260915.073500 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 997 Depends: ros-lyrical-phidgets-magnetometer (= 2.4.0-3resolute.20260915.073500) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-magnetometer/ros-lyrical-phidgets-magnetometer-dbgsym_2.4.0-3resolute.20260915.073500_amd64.deb Size: 898214 SHA256: 3191c87626c8b90c81e54a5795c0b7cad451257ab49b3a0f5fd33473f673bbf0 SHA1: 3eaa6e5e88a7bf9dbdee29254233a7e726a9074b MD5sum: f62dc8618135610340994da6f0306ece Description: debug symbols for ros-lyrical-phidgets-magnetometer Build-Ids: dfc1712f5134b285c70253b383b2a612ce73ab23 Package: ros-lyrical-phidgets-motors Version: 2.4.0-3resolute.20260915.070031 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.20260915.070031_amd64.deb Size: 122712 SHA256: 1a602ca1568e1b6d3941699ffd89e8e1276627a1f10c5e7739f943f51e44b021 SHA1: 77f93f793a21b437298b8ec4f85d733a2312fa3f MD5sum: 6c02280513856bb144d4a9e4abedce63 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.20260915.070031 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2468 Depends: ros-lyrical-phidgets-motors (= 2.4.0-3resolute.20260915.070031) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-motors/ros-lyrical-phidgets-motors-dbgsym_2.4.0-3resolute.20260915.070031_amd64.deb Size: 2064316 SHA256: 6915e73d722882a5c59807c69c97a1fd7546fb5a5a5da4dfb8e44a1d530c2d78 SHA1: a11d7386e242b26265f7788782e895e596edbafe MD5sum: ac25fad326de6b5d7dedb84c57e864cd Description: debug symbols for ros-lyrical-phidgets-motors Build-Ids: 958a4a35a3fdc560b75aa62f5a7c274dc60959b6 Package: ros-lyrical-phidgets-msgs Version: 2.4.0-3resolute.20260915.045358 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-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.20260915.045358_amd64.deb Size: 167780 SHA256: 9f47bc4eaf7e1f13afaab5119e1e76fbddf1984ac7786eccf0ebb21baa64199d SHA1: 350f48a492e177bc10e6b615c79bf00f627873ed MD5sum: b3ccf0c923c4e9adfe44a284648a93cb 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.20260915.045358 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1655 Depends: ros-lyrical-phidgets-msgs (= 2.4.0-3resolute.20260915.045358) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-msgs/ros-lyrical-phidgets-msgs-dbgsym_2.4.0-3resolute.20260915.045358_amd64.deb Size: 1179460 SHA256: e9df38e9684747aa15dd63f5fb26ad83e16ab7116d72aec5b0f30e53c6c16d03 SHA1: 7b73085b4d7fa1cf95b64b60d4f6461467073519 MD5sum: b21b39aee4d59aa8cf4052bfcd8af6c2 Description: debug symbols for ros-lyrical-phidgets-msgs Build-Ids: 17baebcdde3e05d85e7566762608de63846dcecb 30c150f82e5038e0ed18320bc56816ba08052e41 42ba3aa9cd988a4fe5d45aa260f6bbcbab86caa8 6476f2f2089f422982dc8b9976adacf1240d41d5 7aebd9bb4cddc2841acff5baa38f6cd81417ed16 940a0f1e74b6d9d72abf4a77f563d1657c44d49b ac72499ba4abc184200ed78db51ae4725819b43a bd0f93e5bb66416520258994242c15e7f41df3b6 c44355b8731fb449142b99e593b4f9b24d3000c7 dd82be1bd36bbe48487ed43586c55a82573b0846 dfe82d18300f033a43d88477565f5dc8066146f8 Package: ros-lyrical-phidgets-spatial Version: 2.4.0-3resolute.20260915.070056 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.20260915.070056_amd64.deb Size: 102102 SHA256: 3a5568a0c8887c506f36e2c183fa6844dc578123fabf19161f0a09ad093fe390 SHA1: b3654c0265df97bd4feebd6a3a05469cc34b5693 MD5sum: 4b0767182473e4b473ad0e0e0d41e002 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.20260915.070056 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1759 Depends: ros-lyrical-phidgets-spatial (= 2.4.0-3resolute.20260915.070056) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-spatial/ros-lyrical-phidgets-spatial-dbgsym_2.4.0-3resolute.20260915.070056_amd64.deb Size: 1557854 SHA256: 1e564efe02422299a79edd3021f126364d65f1e180167833f59c6471f0192378 SHA1: 133c480ac49a8af94ad2252d0d2fb496ac2c8878 MD5sum: 78c338423457002e84d67f490f94073e Description: debug symbols for ros-lyrical-phidgets-spatial Build-Ids: c90a5077ea4d2e31c380009272ab2451ae224f92 Package: ros-lyrical-phidgets-stepper Version: 2.4.0-3resolute.20260915.070138 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.20260915.070138_amd64.deb Size: 160876 SHA256: 8f8717ee173785cd8f3d7782a7707230cb2ddca32211a7daf600b431b4490a6b SHA1: 56437260dfd683c498c03e26c91ad00b9bffd9bf MD5sum: 8f0616cfd16ef6ea8e5e6a516860c062 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.20260915.070138 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 3438 Depends: ros-lyrical-phidgets-stepper (= 2.4.0-3resolute.20260915.070138) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-stepper/ros-lyrical-phidgets-stepper-dbgsym_2.4.0-3resolute.20260915.070138_amd64.deb Size: 2891190 SHA256: fe55ca20af1ee14dc6d9b1b2900c3c951e1ed86e64291faaa727a30eeb033463 SHA1: a2e6028d497534aec59d95865a8e79443c4a0706 MD5sum: 884c0f67691e742b2dfcdb3cafe53134 Description: debug symbols for ros-lyrical-phidgets-stepper Build-Ids: cb7e6582186eba3d961386ff923261a67def039e Package: ros-lyrical-phidgets-temperature Version: 2.4.0-3resolute.20260915.070420 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.20260915.070420_amd64.deb Size: 60562 SHA256: 2a59a2b407991333c9e57929aadfd60b7f6502f85a15fbcf09e9f02e6cf28158 SHA1: 11aaf302430f5b2f082125928af0cbb529ff1b27 MD5sum: 0fb6c4da54b0150b4b690c857b98fe7a 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.20260915.070420 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 944 Depends: ros-lyrical-phidgets-temperature (= 2.4.0-3resolute.20260915.070420) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-temperature/ros-lyrical-phidgets-temperature-dbgsym_2.4.0-3resolute.20260915.070420_amd64.deb Size: 849072 SHA256: 300162eb862bae4d82d9553467b38c7be6d0b95a68dd27851cdaaf8f4369c8f9 SHA1: d9afd525b50da872feb1f3549ff0e4c6b37d5d65 MD5sum: 24aaaccfd01743924535af56df4415a0 Description: debug symbols for ros-lyrical-phidgets-temperature Build-Ids: cd21bbcf1d1c1f1faee12791861681e22765a9b3 Package: ros-lyrical-pick-ik Version: 1.1.3-1resolute.20260918.013341 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.20260918.013341_amd64.deb Size: 114882 SHA256: be083d0bc4d58d8997b6166d5b3711cb1d405d5354521fac999b196657cc8d6f SHA1: fdc7dc7db965ab964021b4055e27da3056ba7e1d MD5sum: b840d45a5be08e7dc3584d5a7a1f1db2 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.20260918.013341 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tyler Weaver" Installed-Size: 5394 Depends: ros-lyrical-pick-ik (= 1.1.3-1resolute.20260918.013341) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pick-ik/ros-lyrical-pick-ik-dbgsym_1.1.3-1resolute.20260918.013341_amd64.deb Size: 5330310 SHA256: 27fb0171d2316465576cdacb706197a369a3b055361a67bb4b9f6851f882e613 SHA1: 599bb8ff43f1b357e495b862ff5bb827cfdc901f MD5sum: 660a43f6be66b6447a874a882c6d0305 Description: debug symbols for ros-lyrical-pick-ik Build-Ids: 3f6c3ed9e81bb034f0625d7e5ba3ca678ca3ad48 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-picknik-reset-fault-controller Version: 0.0.5-1resolute.20260916.184032 Architecture: amd64 Maintainer: "Alex Moriarty" Installed-Size: 270 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-example-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-hardware-interface, ros-lyrical-rclcpp, ros-lyrical-realtime-tools, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/picknik_reset_fault_controller/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-picknik-reset-fault-controller/ros-lyrical-picknik-reset-fault-controller_0.0.5-1resolute.20260916.184032_amd64.deb Size: 74122 SHA256: 903ae7593cbcbd92521de0eb94f64c85550fa75996f515e61d341d2cfbc5f2c7 SHA1: c65d8acc6964450b71cd2a9f90fad78447ae88ca MD5sum: 533ef267cc5aaded284c220396502aaa Description: ROS 2 controller that offers a service to clear faults in a hardware interface Package: ros-lyrical-picknik-reset-fault-controller-dbgsym Package-Type: ddeb Source: ros-lyrical-picknik-reset-fault-controller Version: 0.0.5-1resolute.20260916.184032 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alex Moriarty" Installed-Size: 1205 Depends: ros-lyrical-picknik-reset-fault-controller (= 0.0.5-1resolute.20260916.184032) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-picknik-reset-fault-controller/ros-lyrical-picknik-reset-fault-controller-dbgsym_0.0.5-1resolute.20260916.184032_amd64.deb Size: 1086912 SHA256: 89cb4b8926205c195f20be4c4601ea8f91971b389abb14c7b3cb3bc8432389dd SHA1: ba7a903a46063dc039718c2ea17bcb6ff32cf23f MD5sum: a76a07d195bf3caa782b0695310e3105 Description: debug symbols for ros-lyrical-picknik-reset-fault-controller Build-Ids: d0eb84b80234ea7ce366173f64cc2f427077ed0f Package: ros-lyrical-picknik-twist-controller Version: 0.0.5-1resolute.20260916.183950 Architecture: amd64 Maintainer: "lovro" Installed-Size: 524 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-example-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-hardware-interface, ros-lyrical-rclcpp, ros-lyrical-realtime-tools, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/picknik_twist_controller/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-picknik-twist-controller/ros-lyrical-picknik-twist-controller_0.0.5-1resolute.20260916.183950_amd64.deb Size: 116582 SHA256: 48e3904a789145042c7bbdff6627d2a3502fd4786b01033d4ffda4ee3a950a44 SHA1: 65dfddc4839f0c7294f9bb6bb6fa065834d4273e MD5sum: 4389f98e2d8d53a805032d78216a8332 Description: Subscribes to twist msg and forwards to hardware Package: ros-lyrical-picknik-twist-controller-dbgsym Package-Type: ddeb Source: ros-lyrical-picknik-twist-controller Version: 0.0.5-1resolute.20260916.183950 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "lovro" Installed-Size: 2351 Depends: ros-lyrical-picknik-twist-controller (= 0.0.5-1resolute.20260916.183950) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-picknik-twist-controller/ros-lyrical-picknik-twist-controller-dbgsym_0.0.5-1resolute.20260916.183950_amd64.deb Size: 1959398 SHA256: bc3e7667447c3600d7cd6a71fe1d490db2de2d085f9caf2f9ce66557dfa83644 SHA1: 616b49f0eac89b41dd0cc5598baa791026d9ee81 MD5sum: 81f28b7f83003fb5d50fe824024dbdda Description: debug symbols for ros-lyrical-picknik-twist-controller Build-Ids: ada859e24cf92e7331c53ec7532da6945fe51f25 Package: ros-lyrical-pid-controller Version: 6.9.0-1resolute.20260915.151840 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.20260915.151840_amd64.deb Size: 209684 SHA256: de54089b70a3916b302ce314a78c14868265f8642d1e3b46ad0ef7c6b42f9813 SHA1: d3881203b35363ac3b3102ca7704b18379292b9e MD5sum: 808b110241eb0cf7efe6d3082659314d 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.20260915.151840 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 3713 Depends: ros-lyrical-pid-controller (= 6.9.0-1resolute.20260915.151840) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pid-controller/ros-lyrical-pid-controller-dbgsym_6.9.0-1resolute.20260915.151840_amd64.deb Size: 3186492 SHA256: d12e214754d7e16205ecc33e9acbfd952bd9259f31b45dc82cf42f5de9f9d4d1 SHA1: bbfe3a23f05b51ddc9f6399f2d0f315bea8c1e81 MD5sum: 177fcce1a15b780d27ed64ab5ab32ff6 Description: debug symbols for ros-lyrical-pid-controller Build-Ids: f09b9b444f666e1780c14f0764cad9a28f14be1f Package: ros-lyrical-pilz-industrial-motion-planner Version: 2.15.2-1resolute.20260918.021633 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.2-1resolute.20260918.021633_amd64.deb Size: 367360 SHA256: 1bf8b2831b631310983381e61ca71127a2811a6f431f103380fa1b4021981151 SHA1: 2abd5cc61cdcd28a622b68243239abeb19671f1a MD5sum: bfd61dc8893fc37a0c0efd153e892545 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.2-1resolute.20260918.021633 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 28091 Depends: ros-lyrical-pilz-industrial-motion-planner (= 2.15.2-1resolute.20260918.021633) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pilz-industrial-motion-planner/ros-lyrical-pilz-industrial-motion-planner-dbgsym_2.15.2-1resolute.20260918.021633_amd64.deb Size: 27776890 SHA256: 99a26a9340291350dbdda93c929f4480b11ffbdbe0c233b58afe13ffa9a45252 SHA1: 220f20d7a8312c72d4103f512b13e72375447b1b MD5sum: 535f7cb9da31ae9b4d8e24391d72f9bd Description: debug symbols for ros-lyrical-pilz-industrial-motion-planner Build-Ids: 176ad73fc1d6e326a858a91ed461206a5d22f1a0 49cf1fa5faa1d89a67ee352eef368f57dada9ed2 7401973ed5886f771dbc898e1075f20f3260f7ac 83f9e1e52a30eae4f4a8dab9d7a5ec546c272b6d 8dec095f18aa9144c71ab5a4934397c0dd60702b a32f2d12e8e820eaef0087378b955839645ae84f a633e6b4c89d36945d2dafe7e0dcd456e359eafe b9fbff16dda6bf7578f6856643780dfdb598550e bd46228ce9ac95bf3dd135141d0a73523c013fc1 ff8573375c770f2cdabd0b86f13a600ea022d31c Package: ros-lyrical-pilz-industrial-motion-planner-testutils Version: 2.15.2-1resolute.20260918.013409 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.2-1resolute.20260918.013409_amd64.deb Size: 109532 SHA256: b0c3e8726a301d095cb4eec2a62f5a7efadd32dc1a65ea26e2ca24d69bc124e8 SHA1: 0aa73bffe80ca385ec41d69e6e35c452dd0bbf26 MD5sum: ae5eb950aa3606b2950c11c63afd861e 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.2-1resolute.20260918.013409 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 5289 Depends: ros-lyrical-pilz-industrial-motion-planner-testutils (= 2.15.2-1resolute.20260918.013409) 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.2-1resolute.20260918.013409_amd64.deb Size: 5187466 SHA256: f46a95626ef03cbf69946f3eb80be09109ce6706372cadf638b84110b154ef19 SHA1: f16042ec6870061942b99e5ad759453069a13192 MD5sum: 520bd3168decbb734b830b6dc1bccd38 Description: debug symbols for ros-lyrical-pilz-industrial-motion-planner-testutils Build-Ids: 73b990d313ec855e9d35be951e91e6ba2635a65f 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.20260915.105125 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.20260915.105125_amd64.deb Size: 5842 SHA256: 10bceaee5e13e81a116bb71293f00c6b362ba24708fa3871e7c1fd0b7cddd3cf SHA1: 76bc25d82c1a416461cbd66d7f57ffb58f90dc82 MD5sum: ba9d1d5356459cd4e362a55929640afa Description: ROS2 Planning System Package: ros-lyrical-plansys2-bringup Version: 3.1.0-1resolute.20260915.092355 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.20260915.092355_amd64.deb Size: 47980 SHA256: 61d87265ef86cf65ccbd6ce4a69cdcec4121b1c702a4ba4fb330f7d72ba96cf6 SHA1: 0e4ab39b4db1ce1e0db73255351225189e4b9581 MD5sum: 066e2697d745e530f98169b06dad4ea6 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.20260915.092355 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 1095 Depends: ros-lyrical-plansys2-bringup (= 3.1.0-1resolute.20260915.092355) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plansys2-bringup/ros-lyrical-plansys2-bringup-dbgsym_3.1.0-1resolute.20260915.092355_amd64.deb Size: 1030490 SHA256: 19ae891a5513eeaa03373cf3746e1df27423a28a15c4b01ac89b3eb13e372399 SHA1: fa19e6ae09883b9fa409a5f1c7257d2c1f80352f MD5sum: b576811c246e0ad82cd94336f328e988 Description: debug symbols for ros-lyrical-plansys2-bringup Build-Ids: 220195a191235b4949a3cfff16cde91e8e30a94f Package: ros-lyrical-plansys2-bt-actions Version: 3.1.0-1resolute.20260915.092345 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.20260915.092345_amd64.deb Size: 111822 SHA256: c0e4d44973f5668fc1a0174996e93ea1f94966bf7f6c2e0d6bd2f8e0a1972a7d SHA1: d8ad0cc02f226f3adce0781e1049cefc471327e9 MD5sum: 13ecb828d8d964498e3125e01acf0d4f 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.20260915.092345 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 2253 Depends: ros-lyrical-plansys2-bt-actions (= 3.1.0-1resolute.20260915.092345) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plansys2-bt-actions/ros-lyrical-plansys2-bt-actions-dbgsym_3.1.0-1resolute.20260915.092345_amd64.deb Size: 2138502 SHA256: ba2d309ea9979d78c7f5be0ca94e89265479154d15bfa2f6490019cae1a02009 SHA1: d1b490725301514425d8a7197b7df77e48601823 MD5sum: a3132a8f39a58c431b5ed0ddc9fadc12 Description: debug symbols for ros-lyrical-plansys2-bt-actions Build-Ids: 2775c1271b8ae4370415c460ff45b4ba0de3507e ad043a741a97d86fc38b234f08b722e46d82acd8 Package: ros-lyrical-plansys2-core Version: 3.1.0-1resolute.20260915.081817 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.20260915.081817_amd64.deb Size: 98180 SHA256: 8836ba1d5c774162e8fa987c3c600af25bd020a2721bdad7222b0b8b6cb7155e SHA1: cc394cc18781bcd1750b254f1056f15273d5cb37 MD5sum: 3acc2f9a678640b1133ced5702dcc5c7 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.20260915.081817 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 1693 Depends: ros-lyrical-plansys2-core (= 3.1.0-1resolute.20260915.081817) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plansys2-core/ros-lyrical-plansys2-core-dbgsym_3.1.0-1resolute.20260915.081817_amd64.deb Size: 1598984 SHA256: d2ec1e8c731c29913dfcc313951431a6510d359b55d20dde0d474d6e597b86dd SHA1: e7b130621b1cc12fda24137f4d2b2b8add84e9f5 MD5sum: 8922a152613808efbb009466752884b4 Description: debug symbols for ros-lyrical-plansys2-core Build-Ids: 1a62896784a1975534d846780715b13116327d0a Package: ros-lyrical-plansys2-domain-expert Version: 3.1.0-1resolute.20260915.085316 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.20260915.085316_amd64.deb Size: 292762 SHA256: 9ed8560084920bb5bd61513a37c74b71c180ed4803682f9abd32f70b8a4b8099 SHA1: 5194b4da08283cf46a40624067acda27c91b8b40 MD5sum: 3b5cf6c5784e7840b8644b3653dd20c7 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.20260915.085316 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 7822 Depends: ros-lyrical-plansys2-domain-expert (= 3.1.0-1resolute.20260915.085316) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plansys2-domain-expert/ros-lyrical-plansys2-domain-expert-dbgsym_3.1.0-1resolute.20260915.085316_amd64.deb Size: 6974892 SHA256: ea2dcffe875141fedc10b8913d96c7b3f7d2328e90ec7e267c75f4dc73a52325 SHA1: 3841585d7467a8db48a840d7eedd1beb4fed2dc9 MD5sum: b4dbefbd2aab9e80962abc7593287f72 Description: debug symbols for ros-lyrical-plansys2-domain-expert Build-Ids: 617ff4d70cdf2d0887839f34eb7cae12800a2ed5 ce07bc3e4982c66312169ade3103558e499cd312 Package: ros-lyrical-plansys2-executor Version: 3.1.0-1resolute.20260915.091301 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.20260915.091301_amd64.deb Size: 566396 SHA256: 304e93d871a2dff927a5cb424a020482456397e7373ed426228256687ca02e3c SHA1: 021c70e2fe59edd0284e1c4650c15887c2a25e24 MD5sum: 31305d5dd91eeebb0791e44a107e8207 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.20260915.091301 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 17463 Depends: ros-lyrical-plansys2-executor (= 3.1.0-1resolute.20260915.091301) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plansys2-executor/ros-lyrical-plansys2-executor-dbgsym_3.1.0-1resolute.20260915.091301_amd64.deb Size: 16224394 SHA256: 44c32ed3ad4eeb6f7e4d713d97f01179b7c212673ac36205697442b0e89ec4fd SHA1: 74db5c64d7e4cad2b7417902ae070dfa47c85749 MD5sum: 57f97dfd23c22bc2451efc5cf8f1a24c Description: debug symbols for ros-lyrical-plansys2-executor Build-Ids: 0723c07d9682279912f2bf3f17a2f090ebe74923 3cf1f32609b686408c71cce64fe8094c5b63c57e 3d9ec9c25133b904eacc527bae8bca48ba4ba5c4 54034e013e30ae44e92efd3dd39c30705b7208d3 Package: ros-lyrical-plansys2-lifecycle-manager Version: 3.1.0-1resolute.20260915.064638 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.20260915.064638_amd64.deb Size: 58706 SHA256: 028e74de19ef90c4a2d7880fe9c9a10e0f9f6b89122526cf0fdead6eca42cd1c SHA1: f8d804a29c9732867fcc11a99276c32b536e0667 MD5sum: 5cfdda89dd1351886026aca7e5dc75aa 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.20260915.064638 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 1260 Depends: ros-lyrical-plansys2-lifecycle-manager (= 3.1.0-1resolute.20260915.064638) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plansys2-lifecycle-manager/ros-lyrical-plansys2-lifecycle-manager-dbgsym_3.1.0-1resolute.20260915.064638_amd64.deb Size: 1174170 SHA256: 3ad6edc851fe5023889d07ff5f548d7f42ce568dc6f2b62c44c44a28dd8afdd6 SHA1: 58e48b1e9012986c9ac874ca71e5bdd935c97568 MD5sum: d762a52b532fd54474271c89ea19587c Description: debug symbols for ros-lyrical-plansys2-lifecycle-manager Build-Ids: 1bad5c1d4229b19db80f6e84108fa672ee965769 dc0d03091bb9b4926e0ea44081efc7127b9b1cc6 Package: ros-lyrical-plansys2-msgs Version: 3.1.0-1resolute.20260915.063837 Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 15832 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.20260915.063837_amd64.deb Size: 994858 SHA256: cf138dbb1153573a0db6e0d719f9d0c1cde8fca322206e2029ac83d32493ddc2 SHA1: b0c3004cb3855bddc3f4ee417c21f97991ac48ad MD5sum: 30dcd9591a3930b9d415c9f968476a77 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.20260915.063837 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 13910 Depends: ros-lyrical-plansys2-msgs (= 3.1.0-1resolute.20260915.063837) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plansys2-msgs/ros-lyrical-plansys2-msgs-dbgsym_3.1.0-1resolute.20260915.063837_amd64.deb Size: 10675960 SHA256: 2984dcea415b817b5162c382057f319012342fd0303923639778858ff8a8fbba SHA1: 0e973bd5371b6f029af7b75cae7ad9d51de7538a MD5sum: fa3e5d817033757c99228d86cf7b8ebf Description: debug symbols for ros-lyrical-plansys2-msgs Build-Ids: 076b2113a25532272614d49bb306d4807d614f99 153d626e457f3ac63c3c22ac6d33b53bf51a38c0 42a26a8b2ec5696503eba452601cb5b723cd260f 4a5244cabebd06ad365adac29444e888f8fc9cf1 5d236a5b1a9ae8cdd23372d0148e032b6cbc177d b6ae3a2fffae15be9144f5acab3dc6faac00dfe9 b7b5f44dcf4f704c42b63da6ac395f7fd9ad7504 bc42010621350383aee9e52870ac4d8543725b71 becbecfc3cd6e3b98fca9ab7a437d8eee9ab5f8e c74d14668ff45a845be2da2ed9e8d02f28e926e5 ff9ebfe2073b3cec8b7d3f12a7a7c40c0819e513 Package: ros-lyrical-plansys2-pddl-parser Version: 3.1.0-1resolute.20260915.081236 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.20260915.081236_amd64.deb Size: 187410 SHA256: 8ee22469b2f38b59e14d4679fb0d2ccf024912774d78c667f9514551af4652f3 SHA1: b7e7f4bd73494dd4160ee76438c2ba09993fce20 MD5sum: c1176d77fcf1ea74103eaa589ebbd49b 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.20260915.081236 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 3939 Depends: ros-lyrical-plansys2-pddl-parser (= 3.1.0-1resolute.20260915.081236) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plansys2-pddl-parser/ros-lyrical-plansys2-pddl-parser-dbgsym_3.1.0-1resolute.20260915.081236_amd64.deb Size: 3713954 SHA256: cff941551dfa0c22de5e054b37a3e996242891c3f420f6c5908777b3d31263d3 SHA1: 36735137a4c34cdee4146f5892b13c7653c97346 MD5sum: a5c48a6fe277542efb761b98d7b81294 Description: debug symbols for ros-lyrical-plansys2-pddl-parser Build-Ids: 48648240ab303875251b24e9efeb638a99e9bce6 a1799f02ae185b995f47cca3fa652b87e70b1b82 Package: ros-lyrical-plansys2-planner Version: 3.1.0-1resolute.20260915.090756 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.20260915.090756_amd64.deb Size: 123596 SHA256: 1ddc0a9840010d7adab00bc8783b1defce76086a518525461bc392fc111cdf72 SHA1: cd324b65ce03a8cd8fb04e259f23740e7f803fa5 MD5sum: 8dbf89f23768e6ad7690bdd413c5649e 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.20260915.090756 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 2562 Depends: ros-lyrical-plansys2-planner (= 3.1.0-1resolute.20260915.090756) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plansys2-planner/ros-lyrical-plansys2-planner-dbgsym_3.1.0-1resolute.20260915.090756_amd64.deb Size: 2356360 SHA256: 0a40837bd3399ffc6b667e06a7d30eb91fb44146c5846115fde5c0285cfe76d9 SHA1: 1a89b63a685ce05737ada82c90e8c429cabb9a43 MD5sum: 1ed6ce8c7668d25962d69234cc73760b Description: debug symbols for ros-lyrical-plansys2-planner Build-Ids: 4302466c6a42ade29f95fca0033dde62902bf363 eb39beaf6a355329f30636feb81db327ce13b276 Package: ros-lyrical-plansys2-popf-plan-solver Version: 3.1.0-1resolute.20260915.082332 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.20260915.082332_amd64.deb Size: 39294 SHA256: 7ed6bab652f97bb2a780e3cc1326f8d6d665c02accd46c729d3dcba3b9dfae25 SHA1: 1722b17674e28e3b7fc9eac4ae3a651bc33683d8 MD5sum: ab44ae0978acda013b6afbe10b12394c 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.20260915.082332 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.20260915.082332) 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.20260915.082332_amd64.deb Size: 501120 SHA256: 56772ea20ae77ef0cbe614d561fc82e3fd7dae9325c87253ee9db28d7dfd037a SHA1: 8d9e9bdbe3ee729835c87812b9c87dd908b9c00b MD5sum: a8f79708dcee05c4e9ada117f4f892bd Description: debug symbols for ros-lyrical-plansys2-popf-plan-solver Build-Ids: a13fc2ddb88bd6a6fc2fd803488a87b24370b31c Package: ros-lyrical-plansys2-problem-expert Version: 3.1.0-1resolute.20260915.090005 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.20260915.090005_amd64.deb Size: 376882 SHA256: cf01bb591730a681ac49c51e4d3bfb9bc04600b815c87203b1676ecbf28fc61c SHA1: 66ea9da15237b2ccd4b61061a2955ec77d89bc7c MD5sum: 6c0ad6a5b89c52d39135b6695f503065 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.20260915.090005 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 10803 Depends: ros-lyrical-plansys2-problem-expert (= 3.1.0-1resolute.20260915.090005) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plansys2-problem-expert/ros-lyrical-plansys2-problem-expert-dbgsym_3.1.0-1resolute.20260915.090005_amd64.deb Size: 9414748 SHA256: 81a303b26c58fefa912596d4b593379fb55197f6b0d4ac8bfea09e0b9c44f16f SHA1: 3fbc6efe4845c73d4b8e47bdf164708ddb8d2b48 MD5sum: 1f212f18a6415ce2a02a480791db57f6 Description: debug symbols for ros-lyrical-plansys2-problem-expert Build-Ids: 48577ff8ab73b5e6c3bd26cade351843ba661432 f42635232ebd2e2e989945c50a0c5c0a882f43ab Package: ros-lyrical-plansys2-support-py Version: 3.1.0-1resolute.20260915.065212 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.20260915.065212_amd64.deb Size: 67494 SHA256: 0c381c796e0f86b22937a029c0692dd4738516f219f89d0d0e41fc08e77d6a10 SHA1: b2cb3ad36fc92294d3f50897ed76459bc15023ba MD5sum: 49d3e6445589907d0e10efca8f917316 Description: This package contains modules for developing PlanSys components in Python Package: ros-lyrical-plansys2-terminal Version: 3.1.0-1resolute.20260915.092401 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.20260915.092401_amd64.deb Size: 200328 SHA256: eec09038e0263847ef2bd2eb28d6f148a4af17ce5c579780cec0d3ecbe779bc0 SHA1: d2934348fb7b60097c5507f0bc6d97286eae23f2 MD5sum: d828e3cfd99b4edda15fcb8dfc7f0c4e 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.20260915.092401 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 4326 Depends: ros-lyrical-plansys2-terminal (= 3.1.0-1resolute.20260915.092401) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plansys2-terminal/ros-lyrical-plansys2-terminal-dbgsym_3.1.0-1resolute.20260915.092401_amd64.deb Size: 3853614 SHA256: d567da9f474e2b5c5aa8de336f2189025556bfe7f59693557f9319240f887072 SHA1: 4ff572e32df44cc3895240f3f5f5df3d34b81a2a MD5sum: 211ce66ae1b0ce06390d8e9377257ecd Description: debug symbols for ros-lyrical-plansys2-terminal Build-Ids: 6e59a6239e8d3dfb86ed4e51555859c60d4cd508 aa6644223176a635fb002124eb6192356bddab9e Package: ros-lyrical-plansys2-tests Version: 3.1.0-1resolute.20260915.092414 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.20260915.092414_amd64.deb Size: 6270 SHA256: 55f054e2d8f2d5aa5e09fe0709f104850771a8dec3d96a7c2ae06b1141aac9a6 SHA1: e7f85c6cba195c56d7bdca8f4e2b7b05b7860cfd MD5sum: c254cf90177cee7612d0ddbc8c8baaf7 Description: This package contains the tests package for the ROS2 Planning System Package: ros-lyrical-plansys2-tools Version: 3.1.0-1resolute.20260915.090820 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.20260915.090820_amd64.deb Size: 435718 SHA256: 017c8203f7f6eeea619c5f83bca7b8f18146738c2d9ea6d9cee0c8afe3f6a177 SHA1: 3ae335873aaf594fe21e5fa339b5e8f46d575b4f MD5sum: f12a93ba9fcf3913f621d6aa3e65108b 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.20260915.090820 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 16771 Depends: ros-lyrical-plansys2-tools (= 3.1.0-1resolute.20260915.090820) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plansys2-tools/ros-lyrical-plansys2-tools-dbgsym_3.1.0-1resolute.20260915.090820_amd64.deb Size: 13782116 SHA256: a561e28a0ef6465a07d60eaeedc7400911339d1eb36e1107595f7ab7fddea74e SHA1: a86e0a9fd4232f308f2b5b5c5342b253a1c99171 MD5sum: 55540092f8a2d4edcc507511d83cc3ec Description: debug symbols for ros-lyrical-plansys2-tools Build-Ids: 6329d71d3bd7a518e30635f6cdf9eeef42c45866 64b774543ee24946518974715d2c846bb5a95856 735c22d680c49dffb2982453263c780c8e4c09f5 f049c68805ee877bb214b190c3fae245314fda86 f498f8ee08395094c4a69d491922840035440b79 Package: ros-lyrical-plansys2-tui-cli Version: 3.1.0-1resolute.20260915.080015 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.20260915.080015_amd64.deb Size: 1423754 SHA256: b722c0e72019f7f985310a185e91afede64b9af6a5202caefbe6d7ea1f8e2869 SHA1: c5c88fa7a45185e82639a1ad2969870ebd2d18a5 MD5sum: a6ae3d67a93a6959e5d2f22efad98ad5 Description: PlanSys2 TUI (Textual) and ros2cli tools. Package: ros-lyrical-play-motion-builder Version: 1.4.1-3resolute.20260918.022605 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.20260918.022605_amd64.deb Size: 284154 SHA256: 2f85dbe31d0d3787e7f1c7ab65c90dcf62aa1f85eb2400da006fc5d453af055c SHA1: 26c7ce525592641d00d9021b0cb98aac25ec0012 MD5sum: 456e8a375851a7eea6aa567f5c452858 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.20260918.022605 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: davidfernandez Installed-Size: 6489 Depends: ros-lyrical-play-motion-builder (= 1.4.1-3resolute.20260918.022605) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-play-motion-builder/ros-lyrical-play-motion-builder-dbgsym_1.4.1-3resolute.20260918.022605_amd64.deb Size: 5535964 SHA256: 616f0c3d186474375a1b7a2589fda0319aa6f7c0373ce1591af108b7bfbf3c81 SHA1: 44d9e4b22a4603f231eeacf976fe508aba129b0b MD5sum: 0ac377c1f1ac9a66e4b557dc22a88f1b Description: debug symbols for ros-lyrical-play-motion-builder Build-Ids: 2904f1aa9d652c6b0a0b39961621996e065ef848 9849448ed0b9d86a0e167c1f47486f355086209f Package: ros-lyrical-play-motion-builder-msgs Version: 1.4.1-3resolute.20260915.044737 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-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.20260915.044737_amd64.deb Size: 375696 SHA256: 0b3518aa5b8097cc4d6a068940556ba67db8574d0f68f9c35317822f8e827c73 SHA1: 175c68af62f10f53a45d254ed05d7b5cda58b0d2 MD5sum: 1a4eb99a6e1baa587989382976d689f0 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.20260915.044737 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: davidfernandez Installed-Size: 4012 Depends: ros-lyrical-play-motion-builder-msgs (= 1.4.1-3resolute.20260915.044737) 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.20260915.044737_amd64.deb Size: 2851812 SHA256: 2a0e1b7ded308d025adb034ce2a0b1b0520fb715fc1f9d09ff2706ffbdd2abc4 SHA1: 083698ff0a1ec8e0b98bceb820721e5185c75470 MD5sum: c5c999b3dbcf2bf121ed318e936a0512 Description: debug symbols for ros-lyrical-play-motion-builder-msgs Build-Ids: 1ac72db21d876203e81448eb8c8accc78c809630 2de5796db4d30a31414dc90ee0380d77f117d530 4aac039cbc3e538092917015baa73127748ba7bf 643b1e668e8b804c3873ecc25fee353d51071719 68775072a0abb2328bb51cbac2360675bcbd1d27 ad4a3686c65fe3a377bf920eb2005317b6e511b2 b35062b4933b0817d4f6a656389c3e4a37e3024a c9663bc773f8134b547e325b3263eaa3a70c6b67 db942b88822ae46d33a81e5d712959af20ad5419 dbd40ed2a1338cdefec54099f70cc5ad65a874db fd0b6499139dcfcfd88548ee2dd81d84dfaa1986 Package: ros-lyrical-play-motion2 Version: 1.8.4-3resolute.20260918.022053 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.20260918.022053_amd64.deb Size: 398690 SHA256: b00e0fa05481e55792a4e17a2ee26ed7c34a7300bde0f9f68713e370392ab80e SHA1: d1e20829466e41782b07ec0921a82982402d9d49 MD5sum: 80837097d46621648b8fe995d5976c5b Description: Play a pre-recorded motion on a robot Package: ros-lyrical-play-motion2-cli Version: 1.8.4-3resolute.20260918.022606 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.20260918.022606_amd64.deb Size: 12118 SHA256: 17ff7a1f741e64a538cd95cca04b9200acd5344ebb377f566c8aeda482fe4cc1 SHA1: 6edd1e39788f4a3c6af442ac44315e1c056b64da MD5sum: c866d86d203bcfeb6c04c04bdc9c6459 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.20260918.022053 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Noel Jimenez Installed-Size: 11465 Depends: ros-lyrical-play-motion2 (= 1.8.4-3resolute.20260918.022053) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-play-motion2/ros-lyrical-play-motion2-dbgsym_1.8.4-3resolute.20260918.022053_amd64.deb Size: 10144226 SHA256: 59abac695e682f5416d385c799757e860b82d09eaf41b348d26cadc1e2cbd0f5 SHA1: 811e3029d2ab9a138a75e074b17a566ae9c01d53 MD5sum: 9d13a039019a9fbb8dccbc4afaa59f97 Description: debug symbols for ros-lyrical-play-motion2 Build-Ids: 026ffccf379f324e2eda03cd2f6f291ffb1f58f8 279804440be5251dd3e473aa2ae18e2d71e9572c 75099331081473375418ca4c86b6ec96d284d537 Package: ros-lyrical-play-motion2-msgs Version: 1.8.4-3resolute.20260915.044724 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-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.20260915.044724_amd64.deb Size: 405858 SHA256: e43f3703d1c8b93a489beabf10b99bab8e9a9a8e5b12f86913b93717f0623fa6 SHA1: 580cede32657f20f753b0ada57fe731050e72a63 MD5sum: 99c6ed29081562b05c4005e7e358aebb 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.20260915.044724 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Noel Jimenez Installed-Size: 4587 Depends: ros-lyrical-play-motion2-msgs (= 1.8.4-3resolute.20260915.044724) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-play-motion2-msgs/ros-lyrical-play-motion2-msgs-dbgsym_1.8.4-3resolute.20260915.044724_amd64.deb Size: 3251316 SHA256: c12520b306e058293a5edfea644886fbe1f1a14d094f9a729374c7f64a7364e8 SHA1: 4c52b8720c14082cead64679a0149b8a30a53a9b MD5sum: 51eaeab47dee5055e42a5941172b4b5f Description: debug symbols for ros-lyrical-play-motion2-msgs Build-Ids: 137f86b93e2898d5955d731d528a0d4250139fb5 27586c7407e3bb894098c26767faf14a9b8b38a4 2a1899cdcf8e04afa99d9729264c28a26c3b5e23 37b155de9cc294d37246d1377d7739f664003a68 598b7d3cb18ffb5a2039639a21f19fbae243c866 7165101282ad0f31715831fb4fdd06c00acf9bdf 8917da4c6df7f824f235fa7c7f3a1946ef0de324 8b33d1f11ba7883dd1b3bd6c325df75fbd8b6503 ae0a9f198cfa863facad5f87cd784a28d6828374 b49aa435cad0d17485b98130bb3bd3546ce07a37 b9bc504780333eeb6d89ebe9eb11cc345fc52536 Package: ros-lyrical-plotjuggler Version: 3.17.2-1resolute.20260919.191611 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.20260919.191611_amd64.deb Size: 10070606 SHA256: 042e285fff28980f28f8203baf834ea5acdfa7b4338831071c4b0a707c1b5fc8 SHA1: 695047d9df1e8ded8817a0d96b962e17c279fad9 MD5sum: 8e67d773e5f0932889ef5dd8e96bb95f Description: PlotJuggler: juggle with data Package: ros-lyrical-plotjuggler-dbgsym Package-Type: ddeb Source: ros-lyrical-plotjuggler Version: 3.17.2-1resolute.20260919.191611 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Davide Faconti" Installed-Size: 86856 Depends: ros-lyrical-plotjuggler (= 3.17.2-1resolute.20260919.191611) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plotjuggler/ros-lyrical-plotjuggler-dbgsym_3.17.2-1resolute.20260919.191611_amd64.deb Size: 76152698 SHA256: ef5e666fbe19efa2d71197061bdb358cff78741f730cd589139bff638102749b SHA1: a029e503f3c390663301dc9273fa2e465ac36e54 MD5sum: 0f1d915540f1a43fe57d302c64490f29 Description: debug symbols for ros-lyrical-plotjuggler Build-Ids: 00b4dc212e6c0198975ef3d868bbed36c6fcc963 0e3d19ef3acfd7db9bb6da981ac6de04f27b70d4 12a686d1df61dc6569af87916b7ec7cff0b54444 14d908156b1b9c29aaa026aaa788ce13b86de759 19fa9f5a26f74458797a75b174c098b31edd4bc6 260b235c03bf06f339f3d1c88ea9864ceca932e9 263f449b500e274c9159836a551eff241496e586 31de1b4bd8520b3d8f3a430201154530c5964b02 337e3ec80696b4ea2c7e5ead6f315ed2981fe028 436b6ecd8d97e1840296f23c17edab594cd711a0 6e9e612f7232480b08361229ee14c4cdec175a50 71de5158c446c3d2c1493ad9cf6fa6574e608538 74cacd2418bbba8088eeba2c97c670168dbc9a94 8f0bd906a1e45159e3f3482f34a428685f4fb994 9959e2cb37f7507f38f05feacbc99a97fa63e34c a690009f24e321feb7f44ef98f34b9bdde3cf9b8 c40bd81cd0e0d5c96b962eba12abaa6f99884115 c609886b36e731fe8ed185306a35259dcbc70dcc df4de1c166691e5430128c0135c21b8008a1d29c e3a035982dc398bd2d285a97ec7da211a97c9279 ed31477afa3ebf2bc5a468ca5d6dae612ffc3a3d Package: ros-lyrical-plotjuggler-msgs Version: 0.2.3-6resolute.20260915.045349 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-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.20260915.045349_amd64.deb Size: 96502 SHA256: c6223abde82c208b88ea921785ff546e07034e94d1792ba05f690ae65fed8c35 SHA1: d457219423daaff84ec1849af61e00e28eab4e52 MD5sum: 0896bea85a5e90986ccb336b81819be5 Description: Special Messages for PlotJuggler Package: ros-lyrical-plotjuggler-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-plotjuggler-msgs Version: 0.2.3-6resolute.20260915.045349 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: daf Installed-Size: 934 Depends: ros-lyrical-plotjuggler-msgs (= 0.2.3-6resolute.20260915.045349) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plotjuggler-msgs/ros-lyrical-plotjuggler-msgs-dbgsym_0.2.3-6resolute.20260915.045349_amd64.deb Size: 682892 SHA256: 0be004bf88d9e885054a6a4e87bee1613656cc0a863859427bef009c704da8ae SHA1: 217d8bde8793b698542c29acdbe706ead365646e MD5sum: bdeb9e14a4bc4d9b1ca0f64501b5dd7d Description: debug symbols for ros-lyrical-plotjuggler-msgs Build-Ids: 19b2d702ad36a63e3aaafe7e0b0a7b98cb8499b7 234284694ea92e8ac2699d24cf9bcbcfbc94559a 4d762d1044c6034e261b88215ce44c6877a40887 6323749eeab69a80c250798e9adf11dd713820df 70341b4ca54f77da322d47bbb65a789bd8668b17 8dec6b17822bf3a7bc365757434c2a8f7560fe93 af1e365137965cbda7e7647bb7bf16e422c3d758 caaf47c1bfef0fc6774956055be2f8b175534c59 cdc79824e148c5f355ffd9b3fa0810c5c470671b dd0e29cd19d6ab2aa93d5ffbbc764af3ee6b34f9 faa2bc6372338a1f95e00fbedb141d10fa68b2a4 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.20260915.052615 Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 634 Depends: libc6 (>= 2.32), 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: 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.20260915.052615_amd64.deb Size: 80040 SHA256: 75ece62afb089342c90b61c94854dbf3284ed3cef90eb487c8f4b4e00b7997a2 SHA1: 7b555f18df4ebcbb7ee7b143146cc04aede7c0ad MD5sum: 7e442845554502007828efc5e92548a5 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.20260915.052615 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 726 Depends: ros-lyrical-point-cloud-interfaces (= 6.2.0-1resolute.20260915.052615) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-point-cloud-interfaces/ros-lyrical-point-cloud-interfaces-dbgsym_6.2.0-1resolute.20260915.052615_amd64.deb Size: 547294 SHA256: 627ecf3bc732bcbd5c12286341ce5f441e7624637129ff9b5f51e4a46d85d4a9 SHA1: 29057b854414af5e749858c3e44bb409eacc8417 MD5sum: 82dabb31b35f25c1c4395d1b42737dfe Description: debug symbols for ros-lyrical-point-cloud-interfaces Build-Ids: 08e377ed776f4a0930bcbfc79130632ef0dadd7c 09a62397c1e9a5abfa9bf4d79bf71a1ef4db1106 27e68e30319a79a451206a588e024f8540e77d5c 51eac1c6985b573805077645c32aafb7c439e805 73ada49e7b1f18a8ca85cb453c43bd08a859c422 a256a347b58a2643dafae842fd68d1440df92592 abcafd1bf26e6b7fcc4c78f2b59d0cd28eb01c3b cb58b46ed5cd81f23bbc2e66bab60930b687a4c6 cc03fe0b33ed36ea6e9399849f47586eee6be95e cf15c0165a5dfe9ed8054c3e09daae544415d82f d9d038266e339642a6cae5288489a5f67e6699d3 Package: ros-lyrical-point-cloud-transport Version: 5.4.3-1resolute.20260915.073223 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.20260915.073223_amd64.deb Size: 318204 SHA256: bc7e4194d17058b843af37ce618c8dade5bbbc1f9733f2e6d132c26a954f8696 SHA1: a5b21f99ef739ae9a29b77419aff4015dd1ab493 MD5sum: 6ac08155955987a68e4c0ea89e650c36 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.20260915.073223 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernández" Installed-Size: 8257 Depends: ros-lyrical-point-cloud-transport (= 5.4.3-1resolute.20260915.073223) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-point-cloud-transport/ros-lyrical-point-cloud-transport-dbgsym_5.4.3-1resolute.20260915.073223_amd64.deb Size: 7447080 SHA256: e0d5590d02fa2afce140da75b33ff26ff8bf2992bb5a736fda9a0cbf2f5f517d SHA1: 4a701f2731e2c6c3b449701eae8ca5551d7dbeda MD5sum: 33d33c0e484ce2a33cbc654eb6e141ef Description: debug symbols for ros-lyrical-point-cloud-transport Build-Ids: 2dde477070784ea3c76a963ea3dbebbebddda2d7 759c37d5a355fb79eaef8157d42301b19bf23885 ca84b489697eae88a9a55ea4489a40bb5dc54d13 d3150dd537e8f29f9ef23863fbc54bc52eba4caf e89d4d3f2f23fb15998084139555ecf52a83844a Package: ros-lyrical-point-cloud-transport-plugins Version: 6.2.0-1resolute.20260919.190652 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.20260919.190652_amd64.deb Size: 5860 SHA256: 883b8c9d1a324cc3789ed4f9efddb6beb4881eef5b47baf5a7db1bcc9e9a6c51 SHA1: 1b39d07d309d921c149c3d89eea54131abc7883c MD5sum: c6e33be9d7e1834d3eab940060f09de8 Description: Metapackage with common point_cloud_transport plugins Package: ros-lyrical-point-cloud-transport-py Version: 5.4.3-1resolute.20260915.073934 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.20260915.073934_amd64.deb Size: 162122 SHA256: bc7c554a90698c07bc3afc397455bbee5895993b05128b9d388946f54d12d61f SHA1: ece1106a2c42a0253f16af8b61e4b4e39f822dcf MD5sum: 5827a81b5187f3f6c088787ab67c7a24 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.20260915.073934 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.20260915.073934) 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.20260915.073934_amd64.deb Size: 2788766 SHA256: 46039063aba51718386326fd0129f3702ca082a1e339f9c2446d6f9a223202d3 SHA1: 41b022d353ec34039f33103e8208791d1d30a95d MD5sum: b370a10418c8b2ac0c51f3faad839091 Description: debug symbols for ros-lyrical-point-cloud-transport-py Build-Ids: 1b16b60f49edcfbb02f932233ddd39cb68b38fa7 e085d0b1f58b3ab5d462ad94b7ae125c01ce4203 Package: ros-lyrical-point-cloud-transport-tutorial Version: 0.0.9-3resolute.20260919.191355 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.20260919.191355_amd64.deb Size: 715036 SHA256: ed9ff60606f580215b7aa2356ef3e7706ee98dcb4639c4cc61d4ccc00a40ea7e SHA1: c299aaa2db6baccca0463fdb0917fda9ae4fb40b MD5sum: c59946c1661d37dc4d9121672a88f4fd 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.20260919.191355 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.20260919.191355) 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.20260919.191355_amd64.deb Size: 1271442 SHA256: 42b1f959725abe536688cb5eda4b62b4352d20f9312fbcc7514ad6cfbd95e339 SHA1: 2fe3fe43127f2a4e132147095cefb7026914383d MD5sum: fcc91533d6f6b2aff0675fd88492f1c9 Description: debug symbols for ros-lyrical-point-cloud-transport-tutorial Build-Ids: 1de4710c984944a701c0a8e716a56b3f54815915 451ab77f4138e7f9abf4efce0484ef66894bdb3b b4bb010d6c7342a77ace3aa68327534b7104f97d Package: ros-lyrical-pointcloud-conversions Version: 0.0.4-3resolute.20260915.143548 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.20260915.143548_amd64.deb Size: 172146 SHA256: ecfc669c48b6ef0f7bd77b00de0e9336f391fff8d7ac55044cf7fe1a1f2c4034 SHA1: 1cc45162381db87870203ba78b2a82b7174a22d8 MD5sum: 75148a7e4fad859c9daaa20bf1dda3ef 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.20260915.143548 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "li9i" Installed-Size: 5425 Depends: ros-lyrical-pointcloud-conversions (= 0.0.4-3resolute.20260915.143548) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pointcloud-conversions/ros-lyrical-pointcloud-conversions-dbgsym_0.0.4-3resolute.20260915.143548_amd64.deb Size: 5021412 SHA256: 7a4e6c5e85b59ca095e0534249318fe0a98f83d848159b80f9079ebb72c88fbe SHA1: 20fa884122a8dbeafe77fb0bc3667064cb72f678 MD5sum: e8e3549b69af48b21796a1b1f84a4ab5 Description: debug symbols for ros-lyrical-pointcloud-conversions Build-Ids: 4eef1408cea4e10cca038a9350fd9afb2eab0844 639b71074a21b23d710e1308a175bb08e6fe6ff6 96819a6e7c4188a82853fd698b99c3ed325a7995 c3a28b1602789270a6cbac255c9f04e342980d44 Package: ros-lyrical-pointcloud-to-laserscan Version: 2.1.0-3resolute.20260915.151649 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.20260915.151649_amd64.deb Size: 280154 SHA256: ad2dc37d382803590339dca57cff5357f6a71c147330fed0011c6e5c1cfbce59 SHA1: 16508effa1e86a62c5f47b5737ba650036fa66db MD5sum: d3c41e57517f1bc18dece205f0ac22ff 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.20260915.151649 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 8856 Depends: ros-lyrical-pointcloud-to-laserscan (= 2.1.0-3resolute.20260915.151649) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pointcloud-to-laserscan/ros-lyrical-pointcloud-to-laserscan-dbgsym_2.1.0-3resolute.20260915.151649_amd64.deb Size: 7641380 SHA256: 4929a884495a770843ce02c27f813962896516744001ecac52ef7aae5c16f1f1 SHA1: 5b33d2cdfef1a0af84d09ce7f41d11bd85a94389 MD5sum: 99b8387777d7693df8a48cbe3296a28b Description: debug symbols for ros-lyrical-pointcloud-to-laserscan Build-Ids: 009dd92ef453bbae4ee097c27b69011eab759d35 00ef5af03ba78f478fdb29e8edaab479c70e87be 47dfdc22df154107a4df084ee000fc42acd9a73b 64d00d506eab3f64cfb8c0ecd7074e99dc2e847a b16cc1fc5ddc878ff9d030a031376c4b14734b7d Package: ros-lyrical-polygon-msgs Version: 1.3.0-3resolute.20260915.045352 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-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.20260915.045352_amd64.deb Size: 116196 SHA256: 119bf5bca6355db9895296a763928437c63ab1698401862395f889ee498f9086 SHA1: 47e37c18697392112ef5289aef4ae275abb22906 MD5sum: 6b4738f3dbc90977c7af68db2d72be3a 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.20260915.045352 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 1318 Depends: ros-lyrical-polygon-msgs (= 1.3.0-3resolute.20260915.045352) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-polygon-msgs/ros-lyrical-polygon-msgs-dbgsym_1.3.0-3resolute.20260915.045352_amd64.deb Size: 992856 SHA256: 1e33a5a494a0358a58ab27025e7b703cf706ddae6320046a46edb05cd31f9c4b SHA1: 5483d788f1db56af742345e91d0332ebbfef1966 MD5sum: 815528dd1f345710784b80f14f8788a7 Description: debug symbols for ros-lyrical-polygon-msgs Build-Ids: 02c00666da86f9de7f3011352a9b905b2f92de6f 211cd96550373c3131df7144395f953104f00a50 2dabb6a6167aa7d0d32d358fc1be8cca21112b6e 3fb30cf10f0774a55556ae02a4473aa4c994a1fc 5cfaf33c7cbde0e126bb009b067a3a2aa79a7213 5dd386e6623c84374ff578af174c729c2f17fa37 78e36ac14016635b41a6e129e86f149218d17f85 8f65544f67656f290d65c1072d1a0da4ae3c4cf7 cd5612947d2af77133dbb7c56d5ac99b07932e81 e868cd61de6916425cab6875f875f3ddcc972314 f582b92aac31c52032c63d6642c857ee16e0e8c0 Package: ros-lyrical-polygon-utils Version: 1.3.0-3resolute.20260915.051821 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.20260915.051821_amd64.deb Size: 31560 SHA256: 68eee36d2a08be3b6e8b5b67245493454708d15e859ca8206ae197cca5de672c SHA1: 0e0a05bb382ee9c56665edd23a25bdf45d5b28f6 MD5sum: 92d8fd05a4149a35c404e645991975a1 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.20260915.051821 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 176 Depends: ros-lyrical-polygon-utils (= 1.3.0-3resolute.20260915.051821) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-polygon-utils/ros-lyrical-polygon-utils-dbgsym_1.3.0-3resolute.20260915.051821_amd64.deb Size: 156182 SHA256: be652c66a0af22ad5e15a961a2edad0f35312c57fc85633798c104ccb725f948 SHA1: 979344a2aa7cb27244ef7b326427c63f9f955177 MD5sum: b536d224a7944c8488067409391f3de3 Description: debug symbols for ros-lyrical-polygon-utils Build-Ids: d682392d13c25b002047b3faa3be53b60a034709 Package: ros-lyrical-popf Version: 0.0.20-1resolute.20260915.080609 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.20260915.080609_amd64.deb Size: 890856 SHA256: cbab1bf0209310a0eacb08e98036068fa8e4a0d13832b4f1810e1eb893d3ffb9 SHA1: 83e10c917515798a04553443a0aec5f7b9776a40 MD5sum: a4af7f9b3b95f25b3b1b8f1733ee67f9 Description: The POPF package Package: ros-lyrical-popf-dbgsym Package-Type: ddeb Source: ros-lyrical-popf Version: 0.0.20-1resolute.20260915.080609 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martin" Installed-Size: 23751 Depends: ros-lyrical-popf (= 0.0.20-1resolute.20260915.080609) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-popf/ros-lyrical-popf-dbgsym_0.0.20-1resolute.20260915.080609_amd64.deb Size: 22889930 SHA256: f1a0829b201886af276c8def9375365aee748eafd8b40a68476cc805a31bd2c0 SHA1: a174021e07d8d09faf09d42bf686825dcac59076 MD5sum: 43b2d8886eb358d31316947ecc29037d Description: debug symbols for ros-lyrical-popf Build-Ids: 57cdec26195cc7eccd63240c5753e1cfb69a8527 6cb1649d603e8886df9237e96c8181472022cd97 86faadca6c1ae7f1860c57ff7c4a20cadcc74bfa b470a685c8d00d2126d890d81c0c20c77d275af6 b991ba9dc4555276b8477184ac86a3470716639e e7ea28fea5d13731b93bf542c828589dbf05231f f2813595f305935024c3f41fbacb235b06db0ac9 Package: ros-lyrical-pose-broadcaster Version: 6.9.0-1resolute.20260915.135209 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.20260915.135209_amd64.deb Size: 100018 SHA256: 719a984295b9f21e1c0258c07583107074adac11a0dc0a62953dafe8ef1e28e0 SHA1: 1e15e67eddb2d9fdc6f9c2441f879a2c59dcdee5 MD5sum: 033e821cdf7762e52ecc4022929115ef 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.20260915.135209 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1542 Depends: ros-lyrical-pose-broadcaster (= 6.9.0-1resolute.20260915.135209) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pose-broadcaster/ros-lyrical-pose-broadcaster-dbgsym_6.9.0-1resolute.20260915.135209_amd64.deb Size: 1382156 SHA256: dd5f2f3c1a1104b15ce6f4789bd97983b9ea564621406c2ecd2c33ed2886e933 SHA1: 5e1e9f6add123242a9c6aaf1ddbabb498ac0eb51 MD5sum: 9938ba224949177b6597b7e2cd4473ed Description: debug symbols for ros-lyrical-pose-broadcaster Build-Ids: 70397609f521abe9208386184641a5408c160c7f Package: ros-lyrical-posedetection-msgs Version: 5.0.2-1resolute.20260915.074337 Architecture: amd64 Maintainer: "Kei Okada" Installed-Size: 5047 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.20260915.074337_amd64.deb Size: 544840 SHA256: a8ab41634f9a7275a8dc9937f11c6d2300e6f1a414834affa236ce499dd63fc0 SHA1: 319faf363b98f3f493ee6d77748d8ca120b929fd MD5sum: 607fe4f6bdad5cb2153373032fb2783b 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.20260915.074337 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kei Okada" Installed-Size: 11586 Depends: ros-lyrical-posedetection-msgs (= 5.0.2-1resolute.20260915.074337) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-posedetection-msgs/ros-lyrical-posedetection-msgs-dbgsym_5.0.2-1resolute.20260915.074337_amd64.deb Size: 9436870 SHA256: e598a1cac40d41c694b0361d425362a024d9937f716b3e0710965e84b749cc96 SHA1: 438cbf96f1493a149ad3f4fb952cc2e021a6c40b MD5sum: fbd9efc91256aad7438d46d6e8e6b590 Description: debug symbols for ros-lyrical-posedetection-msgs Build-Ids: 0d513a31cbbb4be262277baeb2b90d0040d76315 1aa4c74c7e136e171aef9ccf4e1acb63b51c7af1 290f580e729b5770a6ba2cda50acccbd5c736f0b 36cd19ce113468d775e04a8c313545bb4adeca14 448449735004ad39a049a5c97a245fd82abae75c 7979ba9c2269bf72685a26ec9b2d9ecaba62bf7d 8fae9e98b5c55f994befd60d65dddd1bbaebe4af 98d42271a1e77051cc43eeacbe78ecc82167dcf1 a0f0ac42eed24932ff2e50748f51c70ab1c5ee45 c03a9f2fb90011d01753627c40636eda780ed97e c565a544d90111416eedd675695024f534c3205e dc39c029050a7f3a162b6bf7d9f5ef559af75dd5 f5f21d9c0a5943e39c37461de74cddc82e6433fe 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.20260915.072255 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.20260915.072255_amd64.deb Size: 138788 SHA256: 02b01197a2cdd672ca0a150987d9e42d7011658a5af8b0a0570840912c249d6f SHA1: 9575285130e1df78169c56cdc0687a31ec767ae2 MD5sum: 070ea48e3bb28def068da213d58ff55e 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.20260915.072255 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 2384 Depends: ros-lyrical-py-binding-tools (= 2.1.4-1resolute.20260915.072255) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-py-binding-tools/ros-lyrical-py-binding-tools-dbgsym_2.1.4-1resolute.20260915.072255_amd64.deb Size: 2247588 SHA256: 07f6e52189b48c5822fefe4c974ac01c2c4adcaaab0603b13327b46aa882fb4f SHA1: 5ebdc47eece9e9b313c66017277028fc0cd883d1 MD5sum: 0085400c9e1e76dd202a3c0085cddce5 Description: debug symbols for ros-lyrical-py-binding-tools Build-Ids: 8795145370d3bd5f6da8cf53f7e189b17814a360 ffc35340d158b61b897ba0bbb91e084362cf7536 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.7.0-1resolute.20260915.091746 Architecture: amd64 Maintainer: "Daniel Stonier" Installed-Size: 5189 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.7.0-1resolute.20260915.091746_amd64.deb Size: 1183104 SHA256: 54c9b53f94e581f3d5ae42bfa0a28413db12bac53bbbd9371cfc59d456d35b4e SHA1: 779abe03ee50d521863163392047d4fb041aaa88 MD5sum: 8c348ee9453c0254512bdebbb84a7d9c Description: Javascript library for visualising behaviour trees. Package: ros-lyrical-py-trees-ros Version: 2.6.0-1resolute.20260915.140442 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.20260915.140442_amd64.deb Size: 110020 SHA256: fcf42db2d992ceb5f2765e4c2b2654102c235e7081c306b84eae7cb856d77ee6 SHA1: ffd0e6fed060cdf7354d8f0ba7431fb20c931cc1 MD5sum: 187d08d81bada551e126baa3e748920d Description: ROS 2 extensions and behaviours for py_trees. Package: ros-lyrical-py-trees-ros-interfaces Version: 2.1.2-1resolute.20260915.052138 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-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.20260915.052138_amd64.deb Size: 641812 SHA256: d1e7c063afd0ac7d918d9232c5e834561d95b03146c59bbca82457a60f397c47 SHA1: 41345285419d819e47deef9f08d74986c50d7a83 MD5sum: cd9b291e451b3040136907a89a53e302 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.20260915.052138 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Daniel Stonier" Installed-Size: 7589 Depends: ros-lyrical-py-trees-ros-interfaces (= 2.1.2-1resolute.20260915.052138) 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.20260915.052138_amd64.deb Size: 5361560 SHA256: 5d913fd64dd219ae8ef92e29395cc43420baac77cbc6a12b2776fed6976cc678 SHA1: d60bb181a8c54696f0437e0ca51ec61a8e3f5b6f MD5sum: 35a26a971ad8f3caed3c677979015b02 Description: debug symbols for ros-lyrical-py-trees-ros-interfaces Build-Ids: 18460c59aee896f532b196feb27f6c5379620352 27035c6ba2e8697b495e631f476c609cc14b1caf 48583caf9356726f3d265b82bec238bde778cac4 4bef38ef9e3653b6fe7edbc2dfd392ad9750116e 56a7b81c4fb3ee72e444280b3a12d466e847d308 5852877b98a86c2457fe993be682a3260a8d6496 807e7b12434c66ce7d4394bd1d1278d0f9d5b7ea 9a89d3463df949620a7602dbcc5a6f26eaae90bb bc073389dbaf2fbbddb14bf8acdf0bf8723fcbd4 c897179a1626357df8175677acf79658306dacef d537e23da11ed5bbbfbd3685c9258549e9247473 Package: ros-lyrical-py-trees-ros-tutorials Version: 2.6.0-1resolute.20260915.142619 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.20260915.142619_amd64.deb Size: 93712 SHA256: d894cd305495dc12da918ec26eb0a89cf80f5b733cc56258c9755d0d1d91fac1 SHA1: 089644c0a6160ef871c5e9b1c43ed1bda87738fe MD5sum: 83172b0a5d7c59fa734bfa44539dbf55 Description: Tutorials for py_trees on ROS2. Package: ros-lyrical-py-trees-ros-viewer Version: 0.3.0-1resolute.20260915.110036 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.20260915.110036_amd64.deb Size: 69824 SHA256: 524be7347ca1180d17dd1261d093f3d6c0a0a2e5581978cbca1a842a3be24d47 SHA1: ee35e932b5aa4bc874f2500ac5ee66eca7a3cc2b MD5sum: ceca61462f5ba918789ef8502416fd12 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.1-1resolute.20260922.040638 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.1-1resolute.20260922.040638_amd64.deb Size: 10438 SHA256: 6c98ca8560b1a96a177ce1590e28faa19049723d6ef46dae033d6f69439ff43b SHA1: cd9ea1ca136309ab980cb692d1babfdacf438094 MD5sum: c7255e4b94fa120e87b0d3a4532e71ae 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: 5.0.0-1resolute.20260921.005552 Architecture: amd64 Maintainer: "Andrej Orsula" Installed-Size: 506 Depends: python3-numpy, ros-lyrical-action-msgs, ros-lyrical-control-msgs, ros-lyrical-geometry-msgs, ros-lyrical-moveit-msgs, ros-lyrical-rcl-interfaces, ros-lyrical-rclpy, ros-lyrical-sensor-msgs, ros-lyrical-shape-msgs, ros-lyrical-std-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_5.0.0-1resolute.20260921.005552_amd64.deb Size: 76088 SHA256: 31cbffd0419de323b84023e52ccff4e8cf3ee1d47c64439a6264981699fe680e SHA1: a90381b43c626edefbc37aad7335b2894b4fe771 MD5sum: 84a069a821e0228261deb31c1666bd2f 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.20260921.000448 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 3933 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.20260921.000448_amd64.deb Size: 504232 SHA256: 239cdd44578bb39400b6061702773ba7b58eb672143049928a0153d927f6d4a4 SHA1: 3204148d6f2e7ecd2c46488fe03b0a7c06651740 MD5sum: b5afcbd18a9ca1d6b045704194cf6653 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.20260921.000448 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 11647 Depends: ros-lyrical-qml-ros2-plugin (= 3.26.30-3resolute.20260921.000448) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-qml-ros2-plugin/ros-lyrical-qml-ros2-plugin-dbgsym_3.26.30-3resolute.20260921.000448_amd64.deb Size: 10604232 SHA256: 06273baed59fe5ab6201fc9b3f4d6de06f6f0a667a8f282e35bec0b5cf8d02ff SHA1: 83e238fc9e18e2ac9d12b98e0130c6cd3cdd2b09 MD5sum: fa3957355b2b8e6be10bab9ac13c866b Description: debug symbols for ros-lyrical-qml-ros2-plugin Build-Ids: 0700d6c3d1820a724a57231934bb124e8a4de2a3 Package: ros-lyrical-qml6-ros2-plugin Version: 4.26.42-3resolute.20260921.063418 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.20260921.063418_amd64.deb Size: 550166 SHA256: 210acdd32276242796f88a90e142473e44bea1be149d30977886de1146fe3749 SHA1: 47c0ade542cd95827cab55faf3652221fe1e63ac MD5sum: 40a9535afc002298eec396bf5aad1c6b 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.20260921.063418 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 13336 Depends: ros-lyrical-qml6-ros2-plugin (= 4.26.42-3resolute.20260921.063418) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-qml6-ros2-plugin/ros-lyrical-qml6-ros2-plugin-dbgsym_4.26.42-3resolute.20260921.063418_amd64.deb Size: 12270228 SHA256: b7d52086a6690996e2755c60ce22384066d6096c87dcff39550dfd47fd6da69c SHA1: 5dea6a481b4eedfc9d59cee6f80d7bfc9bd43152 MD5sum: 29fe607caa64636af27b9ab11431e90a Description: debug symbols for ros-lyrical-qml6-ros2-plugin Build-Ids: 864ce84b55460c5ceed0dcd40c098784db5da7e4 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.20260915.071341 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.20260915.071341_amd64.deb Size: 488202 SHA256: 08e280384c0cea50023934744a20027048948c18528ae2ce35427de74396bc36 SHA1: f5c0dd88e14c3da8f8d41b67093b064a890d747b MD5sum: e47ad3f27cccf638e3080f97e896c661 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.20260915.071341 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 21722 Depends: ros-lyrical-quality-of-service-demo-cpp (= 0.37.9-1resolute.20260915.071341) 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.20260915.071341_amd64.deb Size: 17598432 SHA256: 2b6731ddf1e7d6443bdc063d3f6bd07935471dedfbf4f279e25f750c091af485 SHA1: f68a58cbfe5b015ee92f7eaab1508c27e54eb56d MD5sum: d1fe73f8f7b042bf9dfebebe9c49ccc3 Description: debug symbols for ros-lyrical-quality-of-service-demo-cpp Build-Ids: 14eeabadcdf1698e95e2bea579ee5535ce3dedb6 294dd3bc00647fa466cfdb14a57374e3120cfc4e 2c6aefbf42629af40781d3ae05251bf7d64cc7f0 36f5086bf819e37f5f549f5828e794b6958d0035 4e5e22d43c0955fde955d65d9f240fa4ed2e8a34 5fdb069d4d452ccd6133576ab63b37d784f6b26c 7b5d6eec3fd2804e51857685d6622de7b69c33e7 909a87e21c9ac597402ea93e64e31f212daa84ad aa43ab906b0deff8cd082a7376b9aea03bb2bd56 aa8b9f30f4b4b926478fb06b92c3c888f677f8fc d51c95d967319e567b3cf6c32c678e656221b0c6 e6cc5f70b6fd551a9228345e5176cee5d6644aa8 Package: ros-lyrical-quality-of-service-demo-py Version: 0.37.9-1resolute.20260915.071433 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.20260915.071433_amd64.deb Size: 20300 SHA256: 77cc0d8b71488cf120fc8099c827cade8684cd08bf0e5280c73bba5b94b1209d SHA1: d7c0c6d11480673924f9ae0057ee40b96e49cad6 MD5sum: 5dd62a57ee48777988dea55788d78017 Description: Python Demo applications for Quality of Service features Package: ros-lyrical-r2r-spl-7 Version: 3.0.1-5resolute.20260915.073728 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.20260915.073728_amd64.deb Size: 6786 SHA256: bf7d350f707ddea66ece8451fa2885de454dafe1c592d91a2f774daa8f7c9acc SHA1: 4081118e599780bca29ec9d40166fe0b029a7da8 MD5sum: 528406f1cededaf1784102dbe074f7af Description: Robot-To-Robot communication in RoboCup SPL using SPLSM V7 Package: ros-lyrical-radar-msgs Version: 0.2.2-5resolute.20260915.051905 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 1007 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.20260915.051905_amd64.deb Size: 92520 SHA256: 672261312f6589f40de54acef1870ca8d102bda78f6d241d041448eee62301ea SHA1: 789d2e6e79027d25c851cb9235f83e25953155ca MD5sum: 264a5a02bed46f174e1464e1f6fbc01a 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.20260915.051905 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 781 Depends: ros-lyrical-radar-msgs (= 0.2.2-5resolute.20260915.051905) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-radar-msgs/ros-lyrical-radar-msgs-dbgsym_0.2.2-5resolute.20260915.051905_amd64.deb Size: 555302 SHA256: f7fd00b5f784f3f3e66bea098e55c52f8bbb29374a016eacbe617214b661addb SHA1: 067333e4c4b978311bb1c17ac41ae5c1eed1ffaa MD5sum: cf4422e934952a090788f49d9c09c0d0 Description: debug symbols for ros-lyrical-radar-msgs Build-Ids: 16b49d72bfd11e8450e64f881b4a4c2733043bb2 3b14cb3020f78ccad355d5054af8464875f567b9 3f91e5a7ac6ad9f750281e6de6db6012f3388652 4d70e7875d905229edd758942ab4ea7a997b0f45 5e3c501ba3f485ec6eb0d3890206cc71a419d514 662b97b764d0f46ee1863849bfd617fe33548175 724775d185a318769d84056a0643692669da8597 8dea1f515d0c0a86c853028f09e231c39bc20bf8 b73de2d9055ccfbd90f2cf437f12486a5a80cc34 bf0a217688569001ff0d0d32cf09304fd441fab9 ea4ded4cfa50595f27afffd4613f15d4f6bbb062 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.20260915.094747 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.20260915.094747_amd64.deb Size: 85100 SHA256: 07f0e059b0bf57a913cf3401d522543c2c412de6c1a27a7443d53e16f11a0390 SHA1: 9242c6c94c13f21235c871482b70d4707499d1a0 MD5sum: 393efd668bb2b9ab327bf9483bce13ec 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.20260915.094747 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1191 Depends: ros-lyrical-range-sensor-broadcaster (= 6.9.0-1resolute.20260915.094747) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-range-sensor-broadcaster/ros-lyrical-range-sensor-broadcaster-dbgsym_6.9.0-1resolute.20260915.094747_amd64.deb Size: 1082836 SHA256: fc2c2551d88396164755e223c3940ecca6c5edaabab67215245ca88068d145fa SHA1: 894227265d67b6a15cb2ea2eed78d559c41ede89 MD5sum: a565985fa90b82c5bdb65958428e0fb4 Description: debug symbols for ros-lyrical-range-sensor-broadcaster Build-Ids: 4c3b2b85d3cf9059142598591c5d1b323ea9f8db Package: ros-lyrical-raspimouse-msgs Version: 2.0.0-3resolute.20260915.045411 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-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.20260915.045411_amd64.deb Size: 60222 SHA256: e37221892fb2f19a636080e5dcd0dd5cc3ddc86f1b0a703d374b1e7c33bd3f73 SHA1: 19b316d3535ed663b7c022a997de4c7ede47c725 MD5sum: 5cf13b5a47ce06fcca50ce7c44d43af4 Description: RaspiMouse messages Package: ros-lyrical-raspimouse-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-raspimouse-msgs Version: 2.0.0-3resolute.20260915.045411 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: RT Corporation Installed-Size: 513 Depends: ros-lyrical-raspimouse-msgs (= 2.0.0-3resolute.20260915.045411) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-raspimouse-msgs/ros-lyrical-raspimouse-msgs-dbgsym_2.0.0-3resolute.20260915.045411_amd64.deb Size: 337170 SHA256: 07a32e4217c8ac8ec488c0014b3c3e482d181a8ce154bbded9c2de3a6d22e9e6 SHA1: 0a0d3e7d9c3b4f47172ec6cb9af98c1dcf4e7702 MD5sum: eee1fa231f27742c9306f95147265fc6 Description: debug symbols for ros-lyrical-raspimouse-msgs Build-Ids: 008db3cdee55b3dee5d7e6e1150591abbcb019d4 53726160778c46f2a2ba6e5a337dd65339995975 580ddc32777c032ee74ee8588b764169a2381678 82b984480da2bad84ef4349081ba66dc61aa3ba9 8c8836316024f6fdfbe19585bbc9af9022dbbde5 8cc6371698bf046ec050e621d5ad68351c677e85 9099de7ff3989d9fa1d1d28b09a90d21e7eb8df5 ae05254b8fe1fc814dc89c59d441d8878feebe72 af44dc4a5e7dd84f1fab5ae46b6740459c05a347 bf9919eee0e628522f8c2a28aa264902eee15110 cd97d451b97a48c6ba118d7b3a88f1d0d69dc336 Package: ros-lyrical-rc-common-msgs Version: 0.5.3-7resolute.20260915.045418 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-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.20260915.045418_amd64.deb Size: 123694 SHA256: 2a7939b67d62677df61af1ae1e7e319076e138fb86be2f51fcc76d37796e0eaa SHA1: c200711b9f6f718e7c81ddcd73a25b9854907cad MD5sum: 90e4bc5860da2a9b05f4c207789b0f5b 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.20260915.045418 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 1118 Depends: ros-lyrical-rc-common-msgs (= 0.5.3-7resolute.20260915.045418) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rc-common-msgs/ros-lyrical-rc-common-msgs-dbgsym_0.5.3-7resolute.20260915.045418_amd64.deb Size: 815208 SHA256: a7073c671105c9f7775298fa164194f6435d7dd03277eaa6b94dfb0efd1d2490 SHA1: 43318512a288ecfc1b488d52fa425d39307ce038 MD5sum: 72a8c6f67f2d870be5d2e52f27af0bfd Description: debug symbols for ros-lyrical-rc-common-msgs Build-Ids: 448bb16a8ad40205cd10eecd99701f084dc5467f 7a46324646e1707b0f5de3e1f016d71c8cdd519c 8a20cab131a99424b7f362670d7517fa8b066f64 a6eca3aef4bd621d5c6ad83e7033b459489ad5e7 c8a3466f2edce10c0e3fbe378c573658cfb44f97 cd27fe57a1787f1af033c77998d2da9ae3aaebd3 cf8e42f58bd3e0aa48ab9320205cfa709c2f870c d92c2f14b82910df965ecfe62847599e6dea0b89 dbe81dc4c491b8b8259b7b476d15eb266fba29ef e7608073859a39dffc85e65b14426df6e43a7b12 e8f44ce55ba6b8fcb269f36f9ef1da27a550795a 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.20260915.073930 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.20260915.073930_amd64.deb Size: 200456 SHA256: c580bd5f2e04e528fa94f5984066bffd45d13446c5d42b439b27832bcd3ebfce SHA1: f3d937915e5b1e2fb45833f38fcddfb938233088 MD5sum: 9bef8eccd77c606adb65e99987e85c0c 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.20260915.073930 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 5729 Depends: ros-lyrical-rc-genicam-driver (= 0.4.0-3resolute.20260915.073930) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rc-genicam-driver/ros-lyrical-rc-genicam-driver-dbgsym_0.4.0-3resolute.20260915.073930_amd64.deb Size: 5369136 SHA256: 6a24a99c0660fff9928466708f63badc0551c674d05d64882323baa3be7e3844 SHA1: 5060a4b138eab991f59ef4f9848f5f2e3e5e1117 MD5sum: 0a2901091a795d18e8bef5234f7371a9 Description: debug symbols for ros-lyrical-rc-genicam-driver Build-Ids: ccedb58b2c54e20a809baefa7e7f1c8573d081ee f9e7f7a1f601283da481b5f8fb086bf1c29ead13 Package: ros-lyrical-rc-reason-clients Version: 0.5.0-3resolute.20260915.135455 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.20260915.135455_amd64.deb Size: 41956 SHA256: bb8bd7031e5ab0c947109f4bcdc6b1ad0e14a6cfde4833f0b02644c455919432 SHA1: 77413794b6f67f4ac4f43ee63f2f7ac539543594 MD5sum: f90ff45535889e39eb5a3e31968b1062 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.20260915.051109 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-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.20260915.051109_amd64.deb Size: 1018318 SHA256: 37b6861b0beb42daeef08d0dc17d5cff37313262f357c3c67b33e470c98089ae SHA1: 765d702e52935cf858edecb5991a344d1b489cdb MD5sum: 46f9689ed1055d08b79f46d78a57fb56 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.20260915.051109 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 13830 Depends: ros-lyrical-rc-reason-msgs (= 0.5.0-3resolute.20260915.051109) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rc-reason-msgs/ros-lyrical-rc-reason-msgs-dbgsym_0.5.0-3resolute.20260915.051109_amd64.deb Size: 10744144 SHA256: ee8066696fb5377cd161ca4af311f5201046e0906ff8cd290f81e3a0fdd4d2df SHA1: dc307eaf7288252e5a0d62229d5c345a7d8065b1 MD5sum: c98169c93fcc006f799c339f63f459a9 Description: debug symbols for ros-lyrical-rc-reason-msgs Build-Ids: 0ba5ce4addad8ec7205a16bc80f2887457cb2ba4 166a15f6d2e80c03afe7c4b185d6d9e21311ab0c 3cbd197c42e2d78292cf0383d5c381c65c07e347 47fc73d0e4c70030bee12ec70837cafa9e4d0146 4ecb486d0b8ebb745e7571a90cde0e9809fc6843 6b481ed34241d9160fa30adf940402db8cee0b41 aac7908262f2092b94cc0b363bf7f9e1a31feae9 ba953739971baed77e091c146ebce6dbadb46173 d285e116a2a6d000ba497a1350d1782a9bc462d5 d75fe3cf5cabc4c586bca82f2131b98be8ed278f e45ff5519216f7f0ad5c9f4a858f25ec4870edfc 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.20260915.060844 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.20260915.060844_amd64.deb Size: 160920 SHA256: b627272622b5ff8feb5fc6e3421ba3c5d79d2d1b09520d70dc9e715a36c577e6 SHA1: 2ee3ede479a374f1921852ee393f447251bb4a76 MD5sum: 00f52c3682af812cdb25e846a53f0b81 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.20260915.061100 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.20260915.061100_amd64.deb Size: 54664 SHA256: 3334c78859391f90c2c90de8bdd6e85760a7e5bff6959e524e93670363698b2e SHA1: e18e924140c27e02c2a4e7e92dab31370bc5089a MD5sum: d6187012e009c08dc07fe47b19396f95 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.20260915.061100 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 120 Depends: ros-lyrical-rcl-action (= 10.4.5-1resolute.20260915.061100) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rcl-action/ros-lyrical-rcl-action-dbgsym_10.4.5-1resolute.20260915.061100_amd64.deb Size: 70252 SHA256: 2092b7283fbabbaeb6d347f466371ca9b70b3bfc1699e9f33cb1d80665c363ce SHA1: c7820cc9a3936e95847ff286ad8938650c417b09 MD5sum: 3bcddc51d01951bd4115c3211a7849c9 Description: debug symbols for ros-lyrical-rcl-action Build-Ids: e2d8dd43dc848731ada91fa0acc44f78f974672b Package: ros-lyrical-rcl-dbgsym Package-Type: ddeb Source: ros-lyrical-rcl Version: 10.4.5-1resolute.20260915.060844 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 418 Depends: ros-lyrical-rcl (= 10.4.5-1resolute.20260915.060844) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rcl/ros-lyrical-rcl-dbgsym_10.4.5-1resolute.20260915.060844_amd64.deb Size: 281638 SHA256: 566e7431593f5767ee1c1f9497160e391d870591356b74c2419ebdda1658fd43 SHA1: a64fcea2075388001faa12b0c2fd2219d14e683b MD5sum: 89361bffdc2dbb3c0072c53a36677273 Description: debug symbols for ros-lyrical-rcl Build-Ids: d873ce56952286d68f6d0a469c3f4daf679a3b55 Package: ros-lyrical-rcl-interfaces Version: 2.4.5-1resolute.20260915.045418 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 6213 Depends: libc6 (>= 2.32), 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/rcl_interfaces/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rcl-interfaces/ros-lyrical-rcl-interfaces_2.4.5-1resolute.20260915.045418_amd64.deb Size: 451916 SHA256: d70ecdaa39a61d7430b5b4a664027eaaca1f9572dff4b74357c8e59dd5def591 SHA1: c57e33e4d1672f2d45db9531c35189af0f9bfc53 MD5sum: e77a388084467d85f6e3c9629a61cc05 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.20260915.045418 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 6123 Depends: ros-lyrical-rcl-interfaces (= 2.4.5-1resolute.20260915.045418) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rcl-interfaces/ros-lyrical-rcl-interfaces-dbgsym_2.4.5-1resolute.20260915.045418_amd64.deb Size: 4848272 SHA256: 3ba15276e5de307b5699b136245f198374ef980e5053c803234c1bbdc6aa610e SHA1: b844271759127e9c3171671906f1b8eac0c2eda2 MD5sum: 58c702ce2cdbf6697d7b6d9cb987934c Description: debug symbols for ros-lyrical-rcl-interfaces Build-Ids: 027156662ca1161d6cd92cc8599473be5165bd61 369afddafb230cbd8418a99f3f988af08089f234 36e4f13875fcbbe9686ae5dd5b6572c46a9b7566 3e1dce233f2ad21a59b4945fd1dcc17cb0d2a8e4 4dbdda97c43f41b1a49583b1a3d45c67a8805308 72d66ecc75e3228e5bf60e03bddb1589b55b0f5a 8affda5f1cbd05a5e3faa8f55c9646e66a671151 8fcb6404068f79d9177ba159aa5579ae07d1e8fe ac498c6b681f1e85e2a7af3feac130bdc76667d9 cbc0786c7463ca8fc13aff58fa58e36f4c9d69e4 db5f2b57b3b7d15e3a8b0fcd2d462ac81c16f010 Package: ros-lyrical-rcl-lifecycle Version: 10.4.5-1resolute.20260915.061109 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.20260915.061109_amd64.deb Size: 29918 SHA256: 2b8f52b31146ae18740eb86c6c9025278e23adebcd071fa754d57ffb8860c5a3 SHA1: 66fb0e55d4341a12663888ea46b739b07f47d809 MD5sum: c1202848773234cc3706ba1b47a5f3ee 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.20260915.061109 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 66 Depends: ros-lyrical-rcl-lifecycle (= 10.4.5-1resolute.20260915.061109) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rcl-lifecycle/ros-lyrical-rcl-lifecycle-dbgsym_10.4.5-1resolute.20260915.061109_amd64.deb Size: 36584 SHA256: 5dffa963057b8e19b7e19b4ea652160015990fc099e9c5afc449841105754281 SHA1: 915cfe07988de23fae01ad56f60164691bc73e0c MD5sum: f700c39d157b0f3cfb60c9446c1cf80e Description: debug symbols for ros-lyrical-rcl-lifecycle Build-Ids: fa9c574a32afc34e7c9f48b10c59d513b5836aba Package: ros-lyrical-rcl-logging-implementation Version: 3.4.1-3resolute.20260915.055807 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.20260915.055807_amd64.deb Size: 18466 SHA256: 3ec7f3483e97577a34d8951942cb93c276f15d9a13c5229ae3d01fefe4bb5f5a SHA1: cbcb47716deebd8de79471a31dff39f6bf98b1d2 MD5sum: 02e53287e747d6dda9cce26662f5c000 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.20260915.055807 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tomoya Fujita Installed-Size: 94 Depends: ros-lyrical-rcl-logging-implementation (= 3.4.1-3resolute.20260915.055807) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rcl-logging-implementation/ros-lyrical-rcl-logging-implementation-dbgsym_3.4.1-3resolute.20260915.055807_amd64.deb Size: 69520 SHA256: d4cfe221492bbdaef9873c995c7a7629c4e2945732d2b4638efbd21b3e265f2a SHA1: b60125b512ef38fe23dbfcb62bea87eea2076a92 MD5sum: 7063b66925959d7fcd9da8630477eb2c Description: debug symbols for ros-lyrical-rcl-logging-implementation Build-Ids: 15f194612302efabcdc86a34d070481958ac1f27 Package: ros-lyrical-rcl-logging-interface Version: 3.4.1-3resolute.20260915.055121 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.20260915.055121_amd64.deb Size: 13352 SHA256: 17d27846fb15e01cc1620e6fae83955b06478ca86c3597ba292082df78107029 SHA1: 79a7e68bb896558665109c711c31d7d0b78c9eb3 MD5sum: 1791a8ffd5db7050127a85f916174128 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.20260915.055121 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 22 Depends: ros-lyrical-rcl-logging-interface (= 3.4.1-3resolute.20260915.055121) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rcl-logging-interface/ros-lyrical-rcl-logging-interface-dbgsym_3.4.1-3resolute.20260915.055121_amd64.deb Size: 4952 SHA256: 4f3f64fc0b47cb1315909501099133c38747cc04abc6e8c758f50eedb675fed9 SHA1: 06b9709c5a72f6da595b8206dbef7d4b17beb019 MD5sum: 025f3ee9ebe32a19a144f35db3a13998 Description: debug symbols for ros-lyrical-rcl-logging-interface Build-Ids: f47c37f7b402da51ac83eccb5d6dc0df7b47b778 Package: ros-lyrical-rcl-logging-noop Version: 3.4.1-3resolute.20260915.055417 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.20260915.055417_amd64.deb Size: 11604 SHA256: e44b5f1a996919e77898a5bae81c3fb12243016b14f00e604196b9746ee91566 SHA1: d4a081251f2f9383ada5ef8f3de9d98b83ecc6bd MD5sum: 3d89270ec9bfb755d1294aee9d77326e 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.20260915.055417 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 20 Depends: ros-lyrical-rcl-logging-noop (= 3.4.1-3resolute.20260915.055417) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rcl-logging-noop/ros-lyrical-rcl-logging-noop-dbgsym_3.4.1-3resolute.20260915.055417_amd64.deb Size: 3754 SHA256: 36855803aa6f3d18fde07030542118113fc3716afe8076c9a40ff8070f5c74aa SHA1: 7d9612925a9197bde8b7dbb240debdfff238e483 MD5sum: 1fcd61a261170e7a21f546e8153fe2e3 Description: debug symbols for ros-lyrical-rcl-logging-noop Build-Ids: 0e8107d5e375254587d435bac6e5522bd20d25bc Package: ros-lyrical-rcl-logging-spdlog Version: 3.4.1-3resolute.20260915.055418 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.20260915.055418_amd64.deb Size: 24740 SHA256: 3aed7fff9f37396ed3423093680ae1cf57c5349881390b1ac23f597808dd98de SHA1: 0303d13deeeb5605f6ddfaf19c08c2bf48af1324 MD5sum: dc0625b56c4cbcf8ba753411590aa44d 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.20260915.055418 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 255 Depends: ros-lyrical-rcl-logging-spdlog (= 3.4.1-3resolute.20260915.055418) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rcl-logging-spdlog/ros-lyrical-rcl-logging-spdlog-dbgsym_3.4.1-3resolute.20260915.055418_amd64.deb Size: 224494 SHA256: e32ce6b267b0cee27d95dd0d3f4ba1e6f383e857515328199aa20dc9efc87ebd SHA1: 99e06450285e145641b009a05fd786a51581b09e MD5sum: 1e8f53db61ed31f65bcd0872b4b74b51 Description: debug symbols for ros-lyrical-rcl-logging-spdlog Build-Ids: bcb91afa2d1514be2577dab453af9b2028439634 Package: ros-lyrical-rcl-logging-syslog Version: 0.2.0-1resolute.20260915.055427 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.20260915.055427_amd64.deb Size: 20150 SHA256: 83ead1d03fdc11112fbe1bc669007686faa340fec9ad0d2d69cf18d4fbab902c SHA1: 13adc93df3a557cb69205cd76a5eafc9494738ab MD5sum: e4048d26fe68f5f2505e402a98dd507b 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.20260915.055427 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tomoya Fujita" Installed-Size: 80 Depends: ros-lyrical-rcl-logging-syslog (= 0.2.0-1resolute.20260915.055427) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rcl-logging-syslog/ros-lyrical-rcl-logging-syslog-dbgsym_0.2.0-1resolute.20260915.055427_amd64.deb Size: 56140 SHA256: 973329cfc3c3a57f4bf7a4848fc422a987146af4b73308b142244c5b20c389c2 SHA1: e798d38a3b08888fef734c95f826b4f17d6a4eb4 MD5sum: 4d5b2714c7894fa3edca39f064717630 Description: debug symbols for ros-lyrical-rcl-logging-syslog Build-Ids: 1b318c153be485367af222df13f5c879e4db4144 Package: ros-lyrical-rcl-yaml-param-parser Version: 10.4.5-1resolute.20260915.055121 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.20260915.055121_amd64.deb Size: 30036 SHA256: 28309d5ff254a5ddfcd8f6c1ebbdd1fcd82c4ad475003d1a4e7fbfad1f968720 SHA1: dcdb05b26511f5c3215d40ca8b450f1d3b8ad2c3 MD5sum: 663aed4c53de86669af3a161aa686ba1 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.20260915.055121 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 77 Depends: ros-lyrical-rcl-yaml-param-parser (= 10.4.5-1resolute.20260915.055121) 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.20260915.055121_amd64.deb Size: 47184 SHA256: 502f6a679bb0cdd289f319d725657641a11e3b2f8f733c92520480535cda432d SHA1: f0929652db009ac28e46f255ba75cdd188a4f40a MD5sum: 1af219e2c4cf26859b6f7eaf5f55766c Description: debug symbols for ros-lyrical-rcl-yaml-param-parser Build-Ids: a688c5d6246ed7e888d930df7cf9757d30741952 Package: ros-lyrical-rclc Version: 6.3.0-3resolute.20260915.061828 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.20260915.061828_amd64.deb Size: 49934 SHA256: 78adec248dbcec37a71e023c5fb12f4c5bb05d9665865bb69e552a48706102b5 SHA1: b187bd3855dcc1c7f18406df005c085363a8d409 MD5sum: 3bddc0978638a2654c1c7c5fa18fd542 Description: The ROS client library in C. Package: ros-lyrical-rclc-dbgsym Package-Type: ddeb Source: ros-lyrical-rclc Version: 6.3.0-3resolute.20260915.061828 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 154 Depends: ros-lyrical-rclc (= 6.3.0-3resolute.20260915.061828) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rclc/ros-lyrical-rclc-dbgsym_6.3.0-3resolute.20260915.061828_amd64.deb Size: 89532 SHA256: aba511ea31af08ce791bce98a36c27f9627eda90ef03611c9053e240a13f24dc SHA1: 06c1cd1b49fe0cb7b324de98901d5cd9b7b27a1e MD5sum: 75afeccb37aff294e78db67398b67446 Description: debug symbols for ros-lyrical-rclc Build-Ids: d9fa5ceb2d6e3e8c9929a1b823b8595087b10736 Package: ros-lyrical-rclc-lifecycle Version: 6.3.0-3resolute.20260915.064511 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.20260915.064511_amd64.deb Size: 18378 SHA256: 6cd18ee35b108956b32280283282449bec5762efe96078d6bbdf5a02590e1641 SHA1: 84fab8dcfea6bb9e23e537cbf4e605b8162fcc83 MD5sum: c60a536f23f8e11682a1a1d8264cd8e3 Description: rclc lifecycle convenience methods. Package: ros-lyrical-rclc-lifecycle-dbgsym Package-Type: ddeb Source: ros-lyrical-rclc-lifecycle Version: 6.3.0-3resolute.20260915.064511 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 47 Depends: ros-lyrical-rclc-lifecycle (= 6.3.0-3resolute.20260915.064511) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rclc-lifecycle/ros-lyrical-rclc-lifecycle-dbgsym_6.3.0-3resolute.20260915.064511_amd64.deb Size: 22854 SHA256: 53daf06859aceddb1d2106cbe9e544f1208b7f7f8d6c29c36724df83383c2749 SHA1: 39c77551342e2b3af99c82169356bd308b1ca541 MD5sum: aa6b3856c1a465118133b41b8ed7046a Description: debug symbols for ros-lyrical-rclc-lifecycle Build-Ids: 8cd5e27b5ad0e181b1538fc69828878cba3ebaf5 Package: ros-lyrical-rclc-parameter Version: 6.3.0-3resolute.20260915.064035 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.20260915.064035_amd64.deb Size: 25526 SHA256: 8df90df5dcd24564b9a9f86efecb317e3c6f3e966f983bfc3a8f77257eda98bd SHA1: f738f9f354a824a52ebbf75b3cf228dda3f2a37f MD5sum: 566df45406c413c415243b5b5eee9e75 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.20260915.064035 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Antonio Cuadros Installed-Size: 66 Depends: ros-lyrical-rclc-parameter (= 6.3.0-3resolute.20260915.064035) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rclc-parameter/ros-lyrical-rclc-parameter-dbgsym_6.3.0-3resolute.20260915.064035_amd64.deb Size: 39148 SHA256: b837901757c001946c150beeacf2eb6257cda0962388f6c057be17a018eaed13 SHA1: c360ebf52113824a61074618cbd7acb9f040feda MD5sum: cae8117022370afc7c5bb4b7a7620dfd Description: debug symbols for ros-lyrical-rclc-parameter Build-Ids: f21fa5013fd3511ee1c97804a313e6ec7a926634 Package: ros-lyrical-rclcpp Version: 32.0.3-1resolute.20260915.061505 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.20260915.061505_amd64.deb Size: 827050 SHA256: 1a1a1556cfeb0625637840f1244036abc3d84f3d0d23cfa0bb55d5c61d9a9292 SHA1: df253cd229306ac2b16bfe9f03da9314b55a544b MD5sum: 9aab0607d4e51e75a3b581faae8bfb27 Description: The ROS client library in C++. Package: ros-lyrical-rclcpp-action Version: 32.0.3-1resolute.20260915.064317 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.20260915.064317_amd64.deb Size: 100378 SHA256: 978ed98594da135cbb85397034ef2105c81ec3f2851ea0c1d25542fbfac002e5 SHA1: 7217efca71ae84962398a2a71ab8daf5f82158fc MD5sum: e6352a38a7be2cb2974cc1b4ec560763 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.20260915.064317 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 1378 Depends: ros-lyrical-rclcpp-action (= 32.0.3-1resolute.20260915.064317) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rclcpp-action/ros-lyrical-rclcpp-action-dbgsym_32.0.3-1resolute.20260915.064317_amd64.deb Size: 1235632 SHA256: afed355fabeefb423c587f4c84f559906d9073a3974f47eaaad181bd90c91373 SHA1: 70b0a78ba90415b116caa31cd81859bd60bc3459 MD5sum: f75423c454800d7dbcd0b0ded85fc1ae Description: debug symbols for ros-lyrical-rclcpp-action Build-Ids: 6a5c78e6dbc00aa8978adb5a0e2d749ce19c73dc Package: ros-lyrical-rclcpp-cascade-lifecycle Version: 2.0.6-1resolute.20260915.065158 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.20260915.065158_amd64.deb Size: 160496 SHA256: b3076801acf6b5f2f103b29523641c587937af7e310846a2d2792f617a59edfa SHA1: 642e7e2f4f68906bd92cc6a9863a4e0330e83ac8 MD5sum: 706d874182e883f593d1657912fe2761 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.20260915.065158 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "fmrico" Installed-Size: 3597 Depends: ros-lyrical-rclcpp-cascade-lifecycle (= 2.0.6-1resolute.20260915.065158) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rclcpp-cascade-lifecycle/ros-lyrical-rclcpp-cascade-lifecycle-dbgsym_2.0.6-1resolute.20260915.065158_amd64.deb Size: 2867652 SHA256: 775116877849235c1013b3697ff8a6a1796603ba3c55924140b8a8c7a3f33201 SHA1: 4fa19a5dfb1f138882ae0fd44027ebc5196a5542 MD5sum: 704f52f7b2b09178d0cfc057ae6f935b Description: debug symbols for ros-lyrical-rclcpp-cascade-lifecycle Build-Ids: a52b3d9639479b3af6d4b3e97eb6e1cb3ee606ba Package: ros-lyrical-rclcpp-components Version: 32.0.3-1resolute.20260915.065011 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.20260915.065011_amd64.deb Size: 109926 SHA256: 75163a6f2647416ee3dea773cefc43ce48da9cf27f3eb8e41b4aec2ceb5f5281 SHA1: dcc812935af6be3b4da430a2e339f3a240794324 MD5sum: 5fb7b0ced4502fc934847f2233d1f2f9 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.20260915.065011 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 2701 Depends: ros-lyrical-rclcpp-components (= 32.0.3-1resolute.20260915.065011) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rclcpp-components/ros-lyrical-rclcpp-components-dbgsym_32.0.3-1resolute.20260915.065011_amd64.deb Size: 2488330 SHA256: a8d04e92faf9be44b9a5d876e83a79e2303516580e27d16774660527c0bd1232 SHA1: 145c8d7dc55d5677b380039cc19c4a0ba6909eb3 MD5sum: e2667a5717a9e34595a0029896f81cbd Description: debug symbols for ros-lyrical-rclcpp-components Build-Ids: 0de5bebba4e2f17538c4c21ceb18640a0bfe0b09 87cea7f43fb8397634228214503cf2d6ff62b67a 91fab29f7133b67e197b0a86edff19be0629c4e6 9dc3b94b3d9d5ff9f7d714bcf7ddf8e85932fcd7 da80b5163eaf6a81b0e11a04003b54293f70832b Package: ros-lyrical-rclcpp-dbgsym Package-Type: ddeb Source: ros-lyrical-rclcpp Version: 32.0.3-1resolute.20260915.061505 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 16328 Depends: ros-lyrical-rclcpp (= 32.0.3-1resolute.20260915.061505) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rclcpp/ros-lyrical-rclcpp-dbgsym_32.0.3-1resolute.20260915.061505_amd64.deb Size: 14810534 SHA256: f07b55e1105c9ab7d0b1486a28be78fbe62b3b57b05e1369785edf0785822208 SHA1: 097e3263326dbf51eda91f8823eb90580f944515 MD5sum: fb63ec60648a69c6b37aa5d1d85d493f Description: debug symbols for ros-lyrical-rclcpp Build-Ids: 149ac9d7c4e201c78b668ff53ff116c3ddf9f952 Package: ros-lyrical-rclcpp-lifecycle Version: 32.0.3-1resolute.20260915.064713 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.20260915.064713_amd64.deb Size: 79632 SHA256: 499dfa0f59f4e55745d5f2ed4e5a052f516efedbbf38f6380d78091416ebf5e7 SHA1: dc529093d12819b951991e1f318eef1bc5463c83 MD5sum: f4886755b9d0aabcb1b10c70897764bc 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.20260915.064713 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 1393 Depends: ros-lyrical-rclcpp-lifecycle (= 32.0.3-1resolute.20260915.064713) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rclcpp-lifecycle/ros-lyrical-rclcpp-lifecycle-dbgsym_32.0.3-1resolute.20260915.064713_amd64.deb Size: 1252830 SHA256: b3fc357e55823dab46e3fe1eab8d1ec3fceaf11f95c9b4d5e53b230f09cd8d2f SHA1: 303d5f4ff333308554945a50689fc78425c3dafc MD5sum: cbb12ed7b7b19af5b700c149181a8bfc Description: debug symbols for ros-lyrical-rclcpp-lifecycle Build-Ids: cf62ce22dc88d1b40bcb0e05f8c78a270d682784 Package: ros-lyrical-rclpy Version: 10.0.11-1resolute.20260915.061807 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.20260915.061807_amd64.deb Size: 533296 SHA256: bc5647883ec57eacabfeba382c4a36fc14c25b518b4cf466f42b09951999bada SHA1: 86f1a8ac572b14223a0991b3a347accef09438ab MD5sum: cd7eb830872cd8f318f49cd7593077a1 Description: Package containing the Python client. Package: ros-lyrical-rclpy-cascade-lifecycle Version: 2.0.6-1resolute.20260915.064606 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.20260915.064606_amd64.deb Size: 10068 SHA256: 5f557fa727f4a8d94f6438a47025bfecde207b901e9fd0815072e2ecaf8bc63b SHA1: cc0b3b39c78c20b522c779035667dd42b5591fc3 MD5sum: 4ae12756589119abd7996412d9451354 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.20260915.061807 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Shane Loretz" Installed-Size: 15257 Depends: ros-lyrical-rclpy (= 10.0.11-1resolute.20260915.061807) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rclpy/ros-lyrical-rclpy-dbgsym_10.0.11-1resolute.20260915.061807_amd64.deb Size: 14668344 SHA256: 24c75b17d400931fee3e098196a83dfb7396358c27c1efabed85f167cf19db23 SHA1: 681b6c7df9adbfafa45955584b669154055c3a04 MD5sum: 842aaae57a88e491fc9b2ab832b47c93 Description: debug symbols for ros-lyrical-rclpy Build-Ids: 1eee23072d3a07e91b636a089537b319184675c0 Package: ros-lyrical-rclpy-message-converter Version: 2.0.2-3resolute.20260915.064043 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.20260915.064043_amd64.deb Size: 14164 SHA256: d412b233f5e4c97ea880269fe144fc9a3c75ffa43975e84dd4c8f59758caa5c6 SHA1: 9b10a12c3f657fef2cf31add96f53ad38d8cf16f MD5sum: 7d0ff216a816a182728d71fcac8c1697 Description: Converts between Python dictionaries and JSON to rclpy messages. Package: ros-lyrical-rclpy-message-converter-msgs Version: 2.0.2-3resolute.20260915.045815 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1458 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), 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.20260915.045815_amd64.deb Size: 133860 SHA256: 1cc8d0ae249204acb046edfbdbb5ef20a10c85415707b7480bb31f8b36eb861d SHA1: 6eb87b3661dfffe02c8c286e0e88a87089b00106 MD5sum: 14423e6cb06759e22fc7783a7a0c5b45 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.20260915.045815 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1501 Depends: ros-lyrical-rclpy-message-converter-msgs (= 2.0.2-3resolute.20260915.045815) 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.20260915.045815_amd64.deb Size: 1138292 SHA256: b461d52b2cfef634cb1fbdb834cddaf886d5e46bad5bd850c6b6b093faf27a8f SHA1: a189d45ec7ff096564509ebc8773bad57573f2d5 MD5sum: 607b2c4c3ea4d976e75519a100b1318e Description: debug symbols for ros-lyrical-rclpy-message-converter-msgs Build-Ids: 0b9aae1ad79116da649c02b0c15adb129c12ad1e 1bb54fab64997f1acc1cd0e909d0424d23e9b4cf 509a57011d95b710cf38852bf967230c532cdac7 50bd3a807019a83fa3fe80eb3e658b75bb585387 6baa37ef9ed751efea0dc027656e083d5062b1a8 71c5c0780936a89b49a288d9714dd789d8a69e08 8a37ff24ec39a4f6b8eb26460b3e137dd7b2086e afe0c30f2e076d0840b7a84fd135ea3c3a196705 c857602181c9fc21de99a04feef1d7e3498271d5 e89d11f2039f6edfa06a99485423aaf5e3557c99 e9ff72f7c831fc20465280e5afb8fbadd336691b 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.20260915.045448 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-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.20260915.045448_amd64.deb Size: 288930 SHA256: 27c7dd7f0b04c09926fa3d0a6b45a1306dab69f2c4e323938d4ec35556de179f SHA1: 3b1c8b60729e223b75d7712e0e00508f413e0aa9 MD5sum: ec867cf4ac83b76da03ba3097fa7f0ab 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.20260915.045448 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 3487 Depends: ros-lyrical-rcss3d-agent-msgs (= 0.4.1-5resolute.20260915.045448) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rcss3d-agent-msgs/ros-lyrical-rcss3d-agent-msgs-dbgsym_0.4.1-5resolute.20260915.045448_amd64.deb Size: 2761350 SHA256: 41695690fa4e6931170da923cfb78c07a35b03a4b2d191a3c69d704fea694cac SHA1: c68bfc1be5421c7d3d5f893e5aaeeefc8f5200f9 MD5sum: e1659687f62f3ea6feaf647b491c94db Description: debug symbols for ros-lyrical-rcss3d-agent-msgs Build-Ids: 14cac8a143e5ebd79dfc265810844e2813c88b1a 21a55ac81f985e0df685035bb3ebdd007f68df0a 23deeab4822333718eb633dc29fda35b70d2dc72 2aa6e0680ac00e108e33000dd9587c691f72f60e 4b8de2864b4e1c13d8c8b381a0b7722aa00342cf 5de726024b4de1cafc97f436167a8f374e280228 5f05b320b5b026a644f46b78814c2d104894803e 68e6d2e3d8a4708282165b6e88a66b910a02f75b 90fe8a665083fa282cb003491dcd438076e4e966 d05959a709748009166b2004e24addf5bdd49e34 ff932d62584d2d39f207ea89a65987658fd60167 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.20260915.142707 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.20260915.142707_amd64.deb Size: 579846 SHA256: b273535ae32bebef05649604f6e496561c59b2cf8a1382eaf3e81c3a2b0c97db SHA1: 209daa3cd9bc1fdef3723ae29da1e04c80725390 MD5sum: f3c04c0626551a64684667afb61bb392 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.20260915.142707 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "LibRealSense ROS Team" Installed-Size: 15208 Depends: ros-lyrical-realsense2-camera (= 4.58.4-1resolute.20260915.142707) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-realsense2-camera/ros-lyrical-realsense2-camera-dbgsym_4.58.4-1resolute.20260915.142707_amd64.deb Size: 14056754 SHA256: ead60c7c51852927c0e248b3a479d431259948fd1ffabc08b4e04bb7f5cb3971 SHA1: 9679587648b4c608a9a55d479bdfae47f45d20f9 MD5sum: 389351a886e395ac9ac32371f9ed2cb6 Description: debug symbols for ros-lyrical-realsense2-camera Build-Ids: 6422deab3626b8979e0f70b54deeacad41509826 ca137bddbe0eaafe3b2b51ef14d9bd83fcd774c5 Package: ros-lyrical-realsense2-camera-msgs Version: 4.58.4-1resolute.20260915.052526 Architecture: amd64 Maintainer: "LibRealSense ROS Team" Installed-Size: 7134 Depends: libc6 (>= 2.32), 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-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.20260915.052526_amd64.deb Size: 468904 SHA256: a2c056fe14cb834ac1276a23f42b215f6315d4267e95371e9e264f294534ae70 SHA1: f6fc81c813a10d30b140be8393ad550fb46fb551 MD5sum: 6cf633f92b2756bc3d9ca259d9f3e5e6 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.20260915.052526 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "LibRealSense ROS Team" Installed-Size: 5605 Depends: ros-lyrical-realsense2-camera-msgs (= 4.58.4-1resolute.20260915.052526) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-realsense2-camera-msgs/ros-lyrical-realsense2-camera-msgs-dbgsym_4.58.4-1resolute.20260915.052526_amd64.deb Size: 4068062 SHA256: c429942dec5b555c3f46b649b84ea8d6a5fd019c0bf599d34adc46b5e879b297 SHA1: 52a1bd0217e7963d42f9013bed7d648727fcc0b5 MD5sum: 585733be54b43b45654c5e2fa35966b5 Description: debug symbols for ros-lyrical-realsense2-camera-msgs Build-Ids: 263eb3fd9d8b90f8da0e01385d89d379b1b1def8 31a52df41cb02754755af0117881abbffb5660b8 3cc7247970a9ad1abc2b456f304ec7dbd09f599d 45a752e511d5cacb9d639b40f60b35cdd5e4b55a 55e5cef9191427ccee94d266ee4add120e6be7f0 6df7be318aa3a40a0cb9e2ece33f6cd281818b52 a36d4528dc233b56db8605f5afdc01c163258d08 b2b06831f96d3e7371af0b7536bba7ffa147810c c4703cb437b4a35827866ca701f51dd9cb6f1b6b d3571bf349ad670c810aaf8167850e686005e4a0 ea5b4219c25d12ab2fd3ab2c589720aa2c88c47b Package: ros-lyrical-realsense2-description Version: 4.58.4-1resolute.20260915.073743 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.20260915.073743_amd64.deb Size: 15383414 SHA256: fa1ef9e647f4e809a917b56a6bece2a15a0cf95b8f4e6dc67dd10838822bc760 SHA1: 8583d3be4317dd84d7238a8bd406cc2de440eee6 MD5sum: 3ed615ef86f30bc563d8c2fad0cee9a0 Description: RealSense description package for RealSense 3D D400 cameras Package: ros-lyrical-realtime-tools Version: 5.3.0-1resolute.20260915.075817 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.20260915.075817_amd64.deb Size: 43686 SHA256: d59bbb31890d90062ca72ae2ed174ebda55b2e4ba44bace8ee39ab5b6f7ab727 SHA1: 5e23767a50668a91737472b16022126e4d93cb32 MD5sum: 0d9c5ee182b7fccca613704a22574652 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.20260915.075817 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 269 Depends: ros-lyrical-realtime-tools (= 5.3.0-1resolute.20260915.075817) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-realtime-tools/ros-lyrical-realtime-tools-dbgsym_5.3.0-1resolute.20260915.075817_amd64.deb Size: 115938 SHA256: f64597bd9d51f9859dfdd3cd8340e3d3b070ef7db279a068cfe0c39d3c6e6e07 SHA1: a90271f5596c84f1f24e5e446b1576366924eced MD5sum: f1ca581248d4937c54fffe902356d5af Description: debug symbols for ros-lyrical-realtime-tools Build-Ids: 74c90d75024e82d5b32328cfcf20093b1a114eed b030a8b8631cfaebe206395354466ac23c32a196 Package: ros-lyrical-reductstore-agent Version: 0.2.0-3resolute.20260915.065317 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.20260915.065317_amd64.deb Size: 27684 SHA256: 0efc7e8439afac6f5dfd706fda8b990f080bf67cf6e59a8c296344e4afb30aca SHA1: a2aa7ab2ece74da6cb8f22bbfd803c8c1a11dd80 MD5sum: 46dbf51ea48e54ba673ef45e70895832 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.20260919.194231 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.20260919.194231_amd64.deb Size: 25040 SHA256: 77f9219a8d3568b95246d7a01547d675a56e7ab1f702ee633e017f7a217e082a SHA1: 58533e8ded40e3e56c68f014416943c1e350bafb MD5sum: fe3ef736690e835cce30f7ec908d12bd Description: A testing library and CLI for replaying ROS nodes. Package: ros-lyrical-resource-retriever Version: 3.9.3-3resolute.20260915.055121 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.20260915.055121_amd64.deb Size: 28942 SHA256: 056ae070f4f54d5061712771f7b7c3497a11c0270a7ad375fb1107d03bbfbe0e SHA1: 7f2e2cda47d608aa264dc02e5c90312fe0899ea9 MD5sum: 637e917b52f6fe8f398e449ef8a75fac 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.20260915.055121 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 264 Depends: ros-lyrical-resource-retriever (= 3.9.3-3resolute.20260915.055121) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-resource-retriever/ros-lyrical-resource-retriever-dbgsym_3.9.3-3resolute.20260915.055121_amd64.deb Size: 230250 SHA256: 1c920bef0ae7e9f203bfed31da4665d051579a4781660f7fee4e7abe8f7a5319 SHA1: 97f3aa5127364475283ac9dc9f320c66f0928c03 MD5sum: 5af84cd44711693c5e5a75f62dc7f734 Description: debug symbols for ros-lyrical-resource-retriever Build-Ids: af88d6dc273180abff4561d1f428c75f94af88dc Package: ros-lyrical-resource-retriever-interfaces Version: 0.0.3-1resolute.20260915.045531 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 929 Depends: libc6 (>= 2.32), 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/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.20260915.045531_amd64.deb Size: 109706 SHA256: 690752d262f12b50a44d0d34b20fdcb0dcefe7816b712c19139f8f209dc6590c SHA1: 28908f6d95eadb130fffb133394c152d1939bd5a MD5sum: 6f9fd4b896f131281ca538c60326ff4e 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.20260915.045531 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 1037 Depends: ros-lyrical-resource-retriever-interfaces (= 0.0.3-1resolute.20260915.045531) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-resource-retriever-interfaces/ros-lyrical-resource-retriever-interfaces-dbgsym_0.0.3-1resolute.20260915.045531_amd64.deb Size: 791256 SHA256: c1ff282eb169e7ef7f5c9707b415c575954136620c56a54d2f0a9043b76588ed SHA1: ba4acc8bfd6e6b946b01d9b2959bcab93cf9593a MD5sum: 1dec44de5330a26306870365728d3af0 Description: debug symbols for ros-lyrical-resource-retriever-interfaces Build-Ids: 04ae09d9049f5a1454123fa88e45f330b15b50d7 1797843d4cdc61a1e20703871c6efc785f950c94 222b7e78f3219c41d53b70be50c1ed3c26ffa9f8 259453dd4a8374edcd2504af66afd4dd1dd48b23 2aa521b604378fb23147555eba7ebc6df1186122 3ddf8dbe8169a80715cddf88d11e753085fabb48 5714f0995451e6f500fdccdd4278e4b8386f8de1 660299493bb6bb9edf7801a9642c6431785cecab 8879e1a011eee3e72b243ab325651ffb27a0e9f8 d1a6dd6a1c535185549a92cd81d13f58fe4aa83a d7d026e4047063ce159a09810de42158ffb6fd96 Package: ros-lyrical-resource-retriever-service Version: 0.0.3-1resolute.20260915.072055 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.20260915.072055_amd64.deb Size: 35810 SHA256: e5fc14692d462805eab180f1c8c19c67b4cd0a2b3084a9d4e3a183a0a8bb75d5 SHA1: 9febb9f80177fb59b31a1df4733ac9d7b25ef69b MD5sum: f95a8f306d2d3e469bfd911529acea82 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.20260915.072055 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stoyan Gaydarov" Installed-Size: 589 Depends: ros-lyrical-resource-retriever-service (= 0.0.3-1resolute.20260915.072055) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-resource-retriever-service/ros-lyrical-resource-retriever-service-dbgsym_0.0.3-1resolute.20260915.072055_amd64.deb Size: 541062 SHA256: 5d7c5a5fc1a02adebe573c87944d9e98c6128abc7c4724787032f7b8258ae2eb SHA1: 845c389396aa1d87beb92237dcecadba4ef5c88e MD5sum: d5ca2b1adcce29589669ee8212387200 Description: debug symbols for ros-lyrical-resource-retriever-service Build-Ids: bf5eb4d33791ac478c0faf5aef662c288633f44e Package: ros-lyrical-resource-retriever-service-plugin Version: 0.0.3-1resolute.20260915.071720 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.20260915.071720_amd64.deb Size: 43182 SHA256: 9b7b94dba338d5227339f2da64e4e8c4388198367960ff88bbd39aedbde1adfb SHA1: fa728389f59b8c505bffaf28219e9d5bf47bac50 MD5sum: 92dac5808e1065e539383f4577559d17 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.20260915.071720 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stoyan Gaydarov" Installed-Size: 702 Depends: ros-lyrical-resource-retriever-service-plugin (= 0.0.3-1resolute.20260915.071720) 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.20260915.071720_amd64.deb Size: 653690 SHA256: 94f8a9d6d162fd63a66def3a8e2c68cfd126477c15429f6336656b7493efa590 SHA1: e5aa10aafcb6435470686c423f73411d9e43be8a MD5sum: 5d56b572116c8ce2dd349e300b1cf702 Description: debug symbols for ros-lyrical-resource-retriever-service-plugin Build-Ids: 5922e42e68d8ecf342573f0f77600c38ec1289b9 Package: ros-lyrical-rig-reconfigure Version: 1.6.1-1resolute.20260915.080332 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.20260915.080332_amd64.deb Size: 606196 SHA256: 16ac37ce74940a9586eab0d2e48d64f63a9ef9ec4ab4062f6b88acec069f3122 SHA1: 301e7be9f6abe744c89fab89111277328f526927 MD5sum: c4284be1ba39d1189aba1d6a0acc3eee 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.20260915.080332 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Team Spatzenhirn" Installed-Size: 5619 Depends: ros-lyrical-rig-reconfigure (= 1.6.1-1resolute.20260915.080332) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rig-reconfigure/ros-lyrical-rig-reconfigure-dbgsym_1.6.1-1resolute.20260915.080332_amd64.deb Size: 5255934 SHA256: 0e97c5ae7551a1844d595aff8c7847f091dce0223d6f2ed12a0398c915221198 SHA1: a8b4f56c60e0577d325389e73a0f9a5e6f9c6e14 MD5sum: 4f3053204d8bbc62665244ce30945907 Description: debug symbols for ros-lyrical-rig-reconfigure Build-Ids: 94e7248ff3bfef6e4d44f9ee21328442c3a91a32 Package: ros-lyrical-rko-lio Version: 0.4.0-1resolute.20260919.194008 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.20260919.194008_amd64.deb Size: 918256 SHA256: 31955c336592f5cf48cb869c2294bbe258b3a39a3cae6fb3580c13cfc23d6b3b SHA1: 8ea2c51bba79cfff9a03ce36707c85d2c8c2b18f MD5sum: 3f6274661e3e5e50302043dd9674ec50 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.20260919.194008 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Meher Malladi" Installed-Size: 39403 Depends: ros-lyrical-rko-lio (= 0.4.0-1resolute.20260919.194008) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rko-lio/ros-lyrical-rko-lio-dbgsym_0.4.0-1resolute.20260919.194008_amd64.deb Size: 37431576 SHA256: f8aaa92f6ebd546a51c3313ff2845949b2d9bdf55feebcac0114f4da9a13eb0d SHA1: e266d554fc63cb81093c259cd94db5c3c02c3ed5 MD5sum: 9935548a89f880a142dea56a3dd33272 Description: debug symbols for ros-lyrical-rko-lio Build-Ids: 22da5ba6efc2acba2bade25b4650a1483977dae4 475ee5ab794bdc182c74b56c9ac132afb43eee01 594beda10b0f8a274adbd5f74cd659631fe85d51 8bd8d39c32bd047d47ab89766d8847e68f85ad01 995d503588dbe630cea9ec2ac20559ba444356af Package: ros-lyrical-rmf-api-msgs Version: 0.6.1-1resolute.20260920.234002 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.6.1-1resolute.20260920.234002_amd64.deb Size: 24292 SHA256: 94f5372d714606811ba507d8bb0c9fd268e29521ea50fb19ff294e1ea8d70851 SHA1: a32794677ec69fe473e0cf6694cfe7be962a50c0 MD5sum: d9403359697cded1161400ba1e96b32b 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.6.0-1resolute.20260921.005653 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), 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.6.0-1resolute.20260921.005653_amd64.deb Size: 258858 SHA256: 626ba3a795dc98e25e721733f155c6610514d43b1d5790bdf07345b76271cffd SHA1: e7662bbf82a87a4e8a70716ffbc9b6c0180d6860 MD5sum: ac59378517f7dfc169e0815ae70991e7 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.6.0-1resolute.20260921.005653 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Morgan Quigley" Installed-Size: 3297 Depends: ros-lyrical-rmf-building-map-msgs (= 1.6.0-1resolute.20260921.005653) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-building-map-msgs/ros-lyrical-rmf-building-map-msgs-dbgsym_1.6.0-1resolute.20260921.005653_amd64.deb Size: 2752068 SHA256: 1fe7a1b232e0a525c26627d5fc3aebe5625dbdb7727a91e6aee46b784f9d1047 SHA1: 073bdd8a1a09df10169d9e9c145c2c65163157e2 MD5sum: f5114341222464ccac8e983faf1b37d3 Description: debug symbols for ros-lyrical-rmf-building-map-msgs Build-Ids: 1278238db47e002c8cd6df68e501ea65b50587aa 1c4c76abba5a45e557eac9e81f73d3506738831b 21b3e206104da045091b09277ec70df762e8b8ed 2490f24d057482009279f18ec3bec10394ed97aa 2b2549ef004a039e89b21d7f673fb15726d8f174 5da8eedcf7e678d2bbd93249c9464fde0ae4df61 606e34643b075841fc93d4faa6d7814ff64f223a 6a2390e2740de5e04bdf5d4f7169af18642068d1 92e4335dd040b5ee5530c2cab70f83113b708940 a10b1745a7bedbe50feb438ad15e963fb5eeadb8 a7a07b23328a9ef7639653a3522f2653c9903297 Package: ros-lyrical-rmf-building-map-tools Version: 1.14.0-3resolute.20260921.010226 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.20260921.010226_amd64.deb Size: 10810600 SHA256: 5f5253905ca99473ba1ae6e800884cc4fdac4583b299ece55a157648360f73e7 SHA1: a205db1e4149e7e6503b4280dcfc9b910b3cbf83 MD5sum: 71108a28d97a42d866cace0eeabe6659 Description: RMF Building map tools Package: ros-lyrical-rmf-building-sim-gz-plugins Version: 2.7.0-1resolute.20260921.011024 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.20260921.011024_amd64.deb Size: 517366 SHA256: 866cb8b6c169b65e42d5ac9fc9e16bad98f996316ab13def4a7027ed4f767ebb SHA1: 47724ec8b7244cc9083de85a33b5c01cc7fc6df8 MD5sum: 4ccc8e1cda710534052c128fde907e27 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.20260921.011024 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.20260921.011024) 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.20260921.011024_amd64.deb Size: 13827418 SHA256: 99012a43ff49c1af3935d430ed1fafdc6d94bc366eff5d186e34ecaae98e32aa SHA1: 12d07e5082b648f888e17166b0ccd66e19f4835f MD5sum: 754e5247b4938ef44558f86786060eca Description: debug symbols for ros-lyrical-rmf-building-sim-gz-plugins Build-Ids: 0105c78f73bf61b245a5146cb233d297b4a42a15 10ec09d11d1ff75288f22220711bb832ddb91a5c 4f7bbb1ed5f2b58450658f7c12d6c5dbdb4c71fb 50d620b6d79a5ef89027b26ac0cdce2c3c47d6cd c3bab6674eecb7f4692ed92aff4f99b317e0fa68 f5f49815c50426629af47d3afb9e7bf54d1a6d7c Package: ros-lyrical-rmf-charger-msgs Version: 4.1.0-1resolute.20260921.001758 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-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.1.0-1resolute.20260921.001758_amd64.deb Size: 77406 SHA256: 7a4728b104046a6a792ffae855c88565afc891d91d98f143fd02fe6c003d9a01 SHA1: e221f7d814fd9569150521ad5996dfe0e2d8863f MD5sum: 09815b7d56bed4c42a86b3ca126f9478 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.1.0-1resolute.20260921.001758 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Arjo Chakravarty" Installed-Size: 629 Depends: ros-lyrical-rmf-charger-msgs (= 4.1.0-1resolute.20260921.001758) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-charger-msgs/ros-lyrical-rmf-charger-msgs-dbgsym_4.1.0-1resolute.20260921.001758_amd64.deb Size: 429522 SHA256: a583562acb472c5cb5ab98427e98dfe9bbff67358fa542a64036d7aeb11040bf SHA1: 1cee41ef0526fd481e0f4f22fa0ea0372fcf2593 MD5sum: 915a3850d7fab0c964316eb573b5dd26 Description: debug symbols for ros-lyrical-rmf-charger-msgs Build-Ids: 0c62f991ddfd0be785a0b356f0b8cd382c650d55 2b42a4baf7203da3425139513ef65a9ded469a3b 30baaf23157360dbd1d69bc0f68832752acfc8b9 4221b25b3db4891f44c83033b634cb13266d5c3d 4fb75c42b178f78413bb9862225ab5f4bafb9ba0 5b14deca33c85ad9a93adb6c1d2e6bfb3ce6f62a 6bf9ca366cbda638e94118b4b7ad5df13ece59d3 9bf4e4bf111f020478357828959ef89c9db0b48c ce1a9cfefc1660bf62e82f6f2d67b5be2f0dfe04 e14c6a6b41d81483c45cbbd4661adf223547ccab f26846531482b3ed2241e13f3f183e62a2dc1e07 Package: ros-lyrical-rmf-charging-schedule Version: 2.13.0-1resolute.20260921.004605 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.20260921.004605_amd64.deb Size: 11714 SHA256: 709d51acdaa1404743410122859b18c05c9ef282911d1f86306dd48f82714c0c SHA1: 7f654ddaf2f10e35dcc39a10d34d9b47a35ab60f MD5sum: 18466bae0a3e37dd0d32f725c1a26937 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 Version: 2.9.0-1resolute.20260922.042555 Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 213 Depends: ros-lyrical-launch-xml, ros-lyrical-rmf-building-map-tools, ros-lyrical-rmf-demos-assets, ros-lyrical-rmf-demos-fleet-adapter, ros-lyrical-rmf-demos-maps, ros-lyrical-rmf-demos-tasks, ros-lyrical-rmf-fleet-adapter, ros-lyrical-rmf-reservation-node, ros-lyrical-rmf-task-ros2, ros-lyrical-rmf-traffic-ros2, ros-lyrical-rmf-visualization, ros-lyrical-rviz2, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_demos/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-demos/ros-lyrical-rmf-demos_2.9.0-1resolute.20260922.042555_amd64.deb Size: 20192 SHA256: 1e02bbc8cdb4f2c134a269084736754335f925f5ae7c8124bd4932f2aa1aa0c7 SHA1: 75de4b73804c72bdc483ff5fa9d43a83bf7b9acc MD5sum: 84ca1728f048d948d21847b1b37bba24 Description: Common launch files for RMF demos 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.20260921.010553 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.20260921.010553_amd64.deb Size: 13632 SHA256: 081a2f50c0f490d1738ef69ab2bbe7d72a0c29a939498e1f1e90149ab20c5245 SHA1: 0b3e5d357bcd13f7c84188ba11fa94f64b2fdda2 MD5sum: d09684e0020afb9e6d4cf9c51b30cb89 Description: Nodes for bridging between different communication stacks Package: ros-lyrical-rmf-demos-fleet-adapter Version: 2.9.0-1resolute.20260922.042417 Architecture: amd64 Maintainer: "Xi Yu Oh" Installed-Size: 177 Depends: python3-fastapi, python3-flask-socketio, python3-numpy, python3-pydantic, python3-pyproj, python3-requests, python3-uvicorn, python3-yaml, ros-lyrical-launch-xml, ros-lyrical-rclpy, ros-lyrical-rmf-fleet-adapter-python, ros-lyrical-rmf-fleet-msgs, ros-lyrical-rmf-task-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_demos_fleet_adapter/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-demos-fleet-adapter/ros-lyrical-rmf-demos-fleet-adapter_2.9.0-1resolute.20260922.042417_amd64.deb Size: 42322 SHA256: be413337e9c93a0896347defb99580146e8bb201d0e205c0ec9657cb02a7c04e SHA1: 9ce2a3962ae0e2ae2cbec63e8c389613dde1a955 MD5sum: 6b807596acd592781a274fb860b3707b Description: Fleet adapters for interfacing with RMF Demos robots with a fleet manager via REST API Package: ros-lyrical-rmf-demos-gz Version: 2.9.0-1resolute.20260922.042920 Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 58 Depends: ros-lyrical-launch-xml, ros-lyrical-rmf-building-sim-gz-plugins, ros-lyrical-rmf-demos, ros-lyrical-rmf-robot-sim-gz-plugins, ros-lyrical-ros-gz-bridge, ros-lyrical-ros-gz-sim, ros-lyrical-ros2launch, ros-lyrical-teleop-twist-keyboard, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_demos_gz/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-demos-gz/ros-lyrical-rmf-demos-gz_2.9.0-1resolute.20260922.042920_amd64.deb Size: 7962 SHA256: 78aeaac05ea924e6b67ab07ecb4726c2aee355ea1a4d520e7ae95f025a30158e SHA1: eab349e5b99089f71201c3920fe700b1a47c9e21 MD5sum: 00d32eedbd683a799fa140275d998375 Description: Launch files for RMF demos using the Gazebo simulator Package: ros-lyrical-rmf-demos-maps Version: 2.9.0-1resolute.20260921.010602 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.20260921.010602_amd64.deb Size: 12513790 SHA256: f4597a0d1d6af08d1e91a4242be38dfc601d07a8e036aae2b935212c09452c72 SHA1: e8ba46548fcbe89b1623c0c2e1842af67fd7c7af MD5sum: c1b80c4d40a34780c8d34326760530c4 Description: A package containing demo maps for rmf Package: ros-lyrical-rmf-demos-tasks Version: 2.9.0-1resolute.20260921.011319 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.20260921.011319_amd64.deb Size: 48450 SHA256: 7f4b068e974ddab2e957bfdb6b8f828daad5836a75a3ac098c4791fb153fd9c1 SHA1: fc9159de9150ebc64440ca319630d412a172e73a MD5sum: 71ed5e300f4e47b45ce33317a4f260bd Description: A package containing scripts for demos Package: ros-lyrical-rmf-dispenser-msgs Version: 4.1.0-1resolute.20260921.001817 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-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.1.0-1resolute.20260921.001817_amd64.deb Size: 95952 SHA256: 92da797abb1b6b058dd79ef7f23c1685e150a672b69215e3f18976333dd50484 SHA1: 54c80898ea0ac681b55364cfcad198970c276e43 MD5sum: e958f0e1a96cfe66850028f2bc548aeb 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.1.0-1resolute.20260921.001817 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Morgan Quigley" Installed-Size: 856 Depends: ros-lyrical-rmf-dispenser-msgs (= 4.1.0-1resolute.20260921.001817) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-dispenser-msgs/ros-lyrical-rmf-dispenser-msgs-dbgsym_4.1.0-1resolute.20260921.001817_amd64.deb Size: 621848 SHA256: 88cd416f865339fd64a6205e4ccce3b8da864f069d5f5d3885daf20d05348750 SHA1: 15b69d05fe37456e4baff916bf62f6a69ce8e7ef MD5sum: d7eebe6f8eebc3ce79826517d971ec1d Description: debug symbols for ros-lyrical-rmf-dispenser-msgs Build-Ids: 3ed302a06cbc973fde4cf8162491121fdc70b89c 64d42b0f7af76a992c2dd62038132e9689fa5534 6773a92ac955931c60b0111d286bfa47ad9c11da 979b360e243391d17e7e3331356f1e3caac881a2 9a76e1c28213b06bbd18dd0db2bd20a4539c50aa d1e5cb813b73afc91960df671a7aef20122f0365 ddcd3c6fbdc3c03a19180614b7fcc4f329203c65 e7ea4135d0fa9d21a2c75d3bf21b3c3d514bc69d f1d684b1d7bb113e8bba0793d68b6e4ca0d732c6 f2117f55aeb59f9159472ca5b23e3692ea9d307c fb48826acb8cc3acb72c8381162c9f825ba33158 Package: ros-lyrical-rmf-door-msgs Version: 4.1.0-1resolute.20260921.001801 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-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.1.0-1resolute.20260921.001801_amd64.deb Size: 105378 SHA256: e1bdaba32d79924e27e9cba5dc8a83d08fc1fd736b1360a97f933c830829bc08 SHA1: 4021cf98f2832943b11936e0b77445176fd7fdbb MD5sum: e9bad2cb12299cdea075a64274c51b2b 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.1.0-1resolute.20260921.001801 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Morgan Quigley" Installed-Size: 1042 Depends: ros-lyrical-rmf-door-msgs (= 4.1.0-1resolute.20260921.001801) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-door-msgs/ros-lyrical-rmf-door-msgs-dbgsym_4.1.0-1resolute.20260921.001801_amd64.deb Size: 771010 SHA256: 49f684776bc864ac0808a35fb9bb28697290177ca433dd09ad8a3b2c24713009 SHA1: 9f1339b5e6dfd3c975330410331ebfe74cb322ad MD5sum: 6095f38929115250be09458cee0483c5 Description: debug symbols for ros-lyrical-rmf-door-msgs Build-Ids: 053d74d014015c296ea487882fef0752cb2469d9 0b3eddf697b33fd497a497b7494b8d304d74a322 1c439ee56ea5b86788da623ae67d677bc384c3fd 36181ec42d7a7e21ce90fac457cabe0c947c3c4d 82aa0e4ea00ff954020df206708295b0628a0b88 a4f3456a471455fb7c8758503d9e973395ff4145 c53c0e22c3b8b0a079e2d8c8873637ef3ad39222 d6c7f08ba01ff2de67eb84ed75c267624c4f68cf dfa24b22c1d48cca7f36902ad6eb7e4330627474 e107ef6d6cf96ad98a44831e116bb529b098af43 fb92075fe8a6e02e585d6f60823f2d612dd278ea Package: ros-lyrical-rmf-fleet-adapter Version: 2.13.0-1resolute.20260921.014554 Architecture: amd64 Maintainer: "Grey" Installed-Size: 19833 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-nlohmann-json-schema-validator-vendor, nlohmann-json3-dev, ros-lyrical-backward-ros, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-rclcpp-components, ros-lyrical-rmf-api-msgs, ros-lyrical-rmf-battery, ros-lyrical-rmf-building-map-msgs, ros-lyrical-rmf-dispenser-msgs, ros-lyrical-rmf-door-msgs, ros-lyrical-rmf-fleet-msgs, ros-lyrical-rmf-ingestor-msgs, ros-lyrical-rmf-lift-msgs, ros-lyrical-rmf-reservation-msgs, ros-lyrical-rmf-task, ros-lyrical-rmf-task-msgs, ros-lyrical-rmf-task-ros2, ros-lyrical-rmf-task-sequence, ros-lyrical-rmf-traffic, ros-lyrical-rmf-traffic-ros2, ros-lyrical-rmf-utils, ros-lyrical-rmf-websocket, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_fleet_adapter/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-fleet-adapter/ros-lyrical-rmf-fleet-adapter_2.13.0-1resolute.20260921.014554_amd64.deb Size: 3209834 SHA256: b9443971bc674d230da5ed9ccd5dbc76b8fc906c225985ef278c7c28ba8474e5 SHA1: 8e68e131617c2ff6d7d5a72f8bae3347d584c330 MD5sum: 6d2ee789039b23b35317900cf6842a1d Description: Fleet Adapter package for RMF fleets. Package: ros-lyrical-rmf-fleet-adapter-dbgsym Package-Type: ddeb Source: ros-lyrical-rmf-fleet-adapter Version: 2.13.0-1resolute.20260921.014554 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Grey" Installed-Size: 132290 Depends: ros-lyrical-rmf-fleet-adapter (= 2.13.0-1resolute.20260921.014554) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-fleet-adapter/ros-lyrical-rmf-fleet-adapter-dbgsym_2.13.0-1resolute.20260921.014554_amd64.deb Size: 112372064 SHA256: f4069a7353da0429e034ccf6319ea570bafd73f60d35137643f3b3d7880f98ee SHA1: 572bafd5bfb61f8a94e84fe943e0e9dbd94e5ba1 MD5sum: 28a414f1f6baacdf9575e9c76330a8f9 Description: debug symbols for ros-lyrical-rmf-fleet-adapter Build-Ids: 1f602dba968c32fcbc077ab7c75e13ac9feafbec 20d600c094d63f50e1769351d574d6dbf2004698 21730ba0207311c30c4f9a81d224769ebfc9a3d2 60213dbdcd7500dd805ffe4c58beb9c0fa1a4fbd 63713dee4c8f0b78c65685080216f5d45a706151 656ec66cc974f4aa3283a16573360555ffb1398c 66f2c9f820a40838976992baa73ed42088049a2f 77dc2621b51c53c3f1c47f5bf60dfaa5ca7db2e1 7dab0476881d250214810dad726e476a748fe9dd 847e9f2677c82a9f20b45b2094aabb0c60f28ce4 8731bc098924d4542678f06adb02624dfa6c0ed0 95cc21d282d6f059c9cf778b56241d4f672c5866 bde0b793a9bf6abc45b55ae87be157a5df4ff28a f45224099d83ff6cf9c6b17b6f252d487d9e4431 f8ee4caf54db56573d97b170597fc2519a89675a Package: ros-lyrical-rmf-fleet-adapter-python Version: 2.13.0-1resolute.20260922.041136 Architecture: amd64 Maintainer: "methylDragon" Installed-Size: 1640 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 14), ros-lyrical-pybind11-json-vendor, ros-lyrical-pybind11-vendor, ros-lyrical-rclpy, ros-lyrical-rmf-fleet-adapter, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_fleet_adapter_python/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-fleet-adapter-python/ros-lyrical-rmf-fleet-adapter-python_2.13.0-1resolute.20260922.041136_amd64.deb Size: 438018 SHA256: bb6399dc99018bbb7eed5c718865848f6acf7cf87a88d7c34b6d44d4d2614d90 SHA1: fdc77364c6869e2ce756d47106e123250449f4bb MD5sum: effd2e11de04165b8350933e5f2d8f69 Description: Python bindings for the rmf_fleet_adapter Package: ros-lyrical-rmf-fleet-adapter-python-dbgsym Package-Type: ddeb Source: ros-lyrical-rmf-fleet-adapter-python Version: 2.13.0-1resolute.20260922.041136 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "methylDragon" Installed-Size: 12475 Depends: ros-lyrical-rmf-fleet-adapter-python (= 2.13.0-1resolute.20260922.041136) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-fleet-adapter-python/ros-lyrical-rmf-fleet-adapter-python-dbgsym_2.13.0-1resolute.20260922.041136_amd64.deb Size: 11415836 SHA256: 2f54cde12d507260416f81b9c4a23a05040f56459eb396a1ac85b74080243613 SHA1: 13490e7e4e1badbfa04b80777f66921d4a59fe89 MD5sum: 9a52d561ae53571e633ce186e1c67924 Description: debug symbols for ros-lyrical-rmf-fleet-adapter-python Build-Ids: dd3487b9459c66d494f56ffa6cf6fc9266fea140 Package: ros-lyrical-rmf-fleet-msgs Version: 4.1.0-1resolute.20260921.001803 Architecture: amd64 Maintainer: "Morgan Quigley" Installed-Size: 5314 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.1.0-1resolute.20260921.001803_amd64.deb Size: 393796 SHA256: b2dcb7f713fd6877353406bc315ab3be21bccaa5709fc561dc6e9aee0a82020c SHA1: 7b5bca4f0d01056c2db4a1bbab2363ea3b2da313 MD5sum: a886a8cd15fff5ef00080d6e7e8e0d1a 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.1.0-1resolute.20260921.001803 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Morgan Quigley" Installed-Size: 4980 Depends: ros-lyrical-rmf-fleet-msgs (= 4.1.0-1resolute.20260921.001803) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-fleet-msgs/ros-lyrical-rmf-fleet-msgs-dbgsym_4.1.0-1resolute.20260921.001803_amd64.deb Size: 3931546 SHA256: 472063a47872eb1fec617ff1642bda4d88e497cf65233b379c6bcb918ee4dfe1 SHA1: 4f906af4946e802b9082b5a55faa139f57fe882b MD5sum: f68fa8ea8d9a189c7e0c4e97da59c5db Description: debug symbols for ros-lyrical-rmf-fleet-msgs Build-Ids: 4fde28596150c0aedf27ee70bc107d42ec301245 69ba8d7390de40c6838b039410310ec1ef2fc4bc 70760243e6d82c742f4475333cd0d18821f2a576 8bad687a7ed0f69e3df09f2a5568925a283b0df7 9d32738e13329e1c57c187a12e3d8d11f2fb71b4 adba6cc1c05f0389b7e3d47d735539700503b2b6 b9ba22a5852b81af703fb6fd3ac84ac217bd3405 ce040301e5ecfccc42af83628d4ee30137b5b390 da090c793ac6bb68a169eed1c6586ffa105ff580 e662f34fe709e162ed1c62588e625adbf61ea11a f93d6d36c50b5f9155d0376f325d76d917b36661 Package: ros-lyrical-rmf-ingestor-msgs Version: 4.1.0-1resolute.20260921.004546 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-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.1.0-1resolute.20260921.004546_amd64.deb Size: 95826 SHA256: b10cabce20057781fde3092f1b548bbbf6bdf569d447a3654ae9c41bf86aee7f SHA1: ce0a9e76fb925013f4fbfb261bccedcedf6811b1 MD5sum: b835d1fd3378f5cc998348db69ef31bf 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.1.0-1resolute.20260921.004546 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Rushyendra Maganty" Installed-Size: 850 Depends: ros-lyrical-rmf-ingestor-msgs (= 4.1.0-1resolute.20260921.004546) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-ingestor-msgs/ros-lyrical-rmf-ingestor-msgs-dbgsym_4.1.0-1resolute.20260921.004546_amd64.deb Size: 617502 SHA256: 79f62c0cab045f6464672ce58407de3f70b4d30232cf33826efdb17ae6e8c6f6 SHA1: 92798a22fae52c28a6571204d9aeaa81a9c1addf MD5sum: 237939c8af4745276bbb0696e9e4feff Description: debug symbols for ros-lyrical-rmf-ingestor-msgs Build-Ids: 1fce2d4a6be09872f0afc0a1a3586f76835afde6 23da30d4958fab53bb0f91143655bfed7f3afe09 36b17e732deb562d21f55413594e588c3afb294f 3b1adcb03747406bd5b4890dcb32ca9a3670a0d5 50d314bc6f4ed798b7ae721bfe84d31b21795460 850c9c45a4e3bca8ac232ad196fb63dc7a122d37 a31a238624f62bacf10555def8aaf85adb4ec04f b82d85f36973d3d41af57d6e03c7f9099cb841b7 b857b9d3d4f9a5c929183f68efc9c1b67fc34a0f bf30ede820255f0f9e56180ba182421e4122a984 e662d1196e59e269302f6050ff7c081080269bd5 Package: ros-lyrical-rmf-lift-msgs Version: 4.1.0-1resolute.20260921.002136 Architecture: amd64 Maintainer: "Morgan Quigley" Installed-Size: 787 Depends: libc6 (>= 2.32), 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_lift_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-lift-msgs/ros-lyrical-rmf-lift-msgs_4.1.0-1resolute.20260921.002136_amd64.deb Size: 95674 SHA256: 65cd8a57ec3ceae6cdc7c1166dca990c9b5de97090c87e0e7b50331a6a30e6a0 SHA1: 763fbe2cc566b7526e78442f02d1baeac8091bff MD5sum: 7950e06afdb9b46f1d9742fecdbfbfe0 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.1.0-1resolute.20260921.002136 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Morgan Quigley" Installed-Size: 881 Depends: ros-lyrical-rmf-lift-msgs (= 4.1.0-1resolute.20260921.002136) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-lift-msgs/ros-lyrical-rmf-lift-msgs-dbgsym_4.1.0-1resolute.20260921.002136_amd64.deb Size: 682146 SHA256: a7a9b6e4ea19623e17afd86d988fe22269e7a1d9139fc56063a5af72a1b63d9c SHA1: a4534b07164dba425e9f77c31814dbd06e8df0ce MD5sum: 0185af3cd1158e63eb2936ed2da60e7f Description: debug symbols for ros-lyrical-rmf-lift-msgs Build-Ids: 153b14dd0f7ff668faf88fa2d9cd26cb1d27020c 1d9fb22fdd60e131959fc1d088ab36dcff0a579e 27cf3d4c9f2052375e26cd674fc39564781b4b9f 2e566a47613707d080c47a62fe448fe7a11e874e 3c350ca177260b82162be735831a6860717a2517 469f6fa92ad93717888e10ac716caa78a791515f 536b0bf49b21c3530711ce3e0339708773f28031 5f27341a1a870dfc4d2fd98b49b39ca6e3049f82 6f6b885292cd06ae77efaf52350a16b1545eb8a3 be6f068ae30b3b47e36ddf9c87ab9c3496c8f999 e376a2f86a2563ceea3cdd8f8176426ffeddaa8a Package: ros-lyrical-rmf-obstacle-msgs Version: 4.1.0-1resolute.20260921.004906 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-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.1.0-1resolute.20260921.004906_amd64.deb Size: 92266 SHA256: ac9712178605445b57dbb7e4d97b9557849e2fe95d3569a032cfe7a0f98fa81e SHA1: f1c4014fcbb6a50103700f8b676fdba700009e39 MD5sum: 242da3abe825e1f3190f66a55f56a65d 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.1.0-1resolute.20260921.004906 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 750 Depends: ros-lyrical-rmf-obstacle-msgs (= 4.1.0-1resolute.20260921.004906) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-obstacle-msgs/ros-lyrical-rmf-obstacle-msgs-dbgsym_4.1.0-1resolute.20260921.004906_amd64.deb Size: 538522 SHA256: eded3e60376500f2c3bc6535a33b98aec83e139646506b83a69e06f499e2dadd SHA1: 6a3b6c7a3a1875e9d1d20dc7dc8a3c14b9f63789 MD5sum: ffd760cddc2c5af37a70bd34f3757eb6 Description: debug symbols for ros-lyrical-rmf-obstacle-msgs Build-Ids: 07a9e9d623379e12976c89a89963cdc484dddd08 0d4cee6bb68d96993cf82c465bc5e3feac234da2 308cd5abbb2259dfcd2dd4ac4025f320c4571a19 3d6d8b77bae6d34dadd285c2ff8280f8df788865 a7a8a2059640e48296535274bb887671e47ac735 a8f22c9b2b4ee312e1d1eba7130305b5df70f8f7 c37565cdb4d12eca05d1f074301acf8141a688ed d179eeff14696ddfd5bedc10afbe929bcfc9b204 eaeacfcd252d75c78ce877703dc4cb334159982e f02d1b3c3f5fac175ff1d9df559e7789869952b9 ff60ffa824812405b50e129c549b63ef68812840 Package: ros-lyrical-rmf-reservation-msgs Version: 4.1.0-1resolute.20260921.001822 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-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.1.0-1resolute.20260921.001822_amd64.deb Size: 146126 SHA256: 36daa2ba6c40970bfceab6bbafdbe0285567666be5ada691bd141bc898e6210d SHA1: b9233b92889ad1d10475edd04133c6278c50ce5b MD5sum: ac2cb11ccb06ec1e3339669c83624d8a 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.1.0-1resolute.20260921.001822 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Arjo Chakravarty" Installed-Size: 1564 Depends: ros-lyrical-rmf-reservation-msgs (= 4.1.0-1resolute.20260921.001822) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-reservation-msgs/ros-lyrical-rmf-reservation-msgs-dbgsym_4.1.0-1resolute.20260921.001822_amd64.deb Size: 1164008 SHA256: 3d0a22bc069cf06985e21b31eb6e80a66dfc5bd3c0b46180ba14c12b8ed3494f SHA1: a4423658a1ab2348aaffc1386d17ed0524673c54 MD5sum: 458f9d1a291220e7de9fb1bc826f429f Description: debug symbols for ros-lyrical-rmf-reservation-msgs Build-Ids: 3977dfb8e82ea756449e2e2b39671a64a463e51a 40252c48fe47b3d80aef95ffa7543720273be47d 4cc3b2c40f0941b78e70c9f54c0abf379aaf32b2 4fd6623a4fe6547717d4383f8725ad44149bc1eb 685a8d3dfff8de280543d228a745efdf0448ccf5 7277908e9ea73b21ecc41bc3b466b5c2d0d238ec 8084b28e9783eac77a684b421fd40ff2f201025b 89237c8c11f9c72ce5ff2a2b2c443eeaaa6d2e81 93b9f37daafb29277e103ad4770c30d54788e575 de937bd9b233d440960fabc6af14274466af7358 fda7d59105b427d6b84895739ca9340a36a7e04e Package: ros-lyrical-rmf-reservation-node Version: 2.13.0-1resolute.20260921.023357 Architecture: amd64 Maintainer: "Arjo Chakravarty" Installed-Size: 1418 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-rmf-building-map-msgs, ros-lyrical-rmf-fleet-adapter, ros-lyrical-rmf-reservation-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_reservation_node/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-reservation-node/ros-lyrical-rmf-reservation-node_2.13.0-1resolute.20260921.023357_amd64.deb Size: 234146 SHA256: ce7d6c274b03cec0662f7d3dc8a59d7220a8b8b563b3740595cdb32d186b9605 SHA1: f7d010a9c08d4419851b1267665927aa0133a5dc MD5sum: e438558a7ea6cfbed4f95765b37b1825 Description: Node that handles current state of parking spots. Package: ros-lyrical-rmf-reservation-node-dbgsym Package-Type: ddeb Source: ros-lyrical-rmf-reservation-node Version: 2.13.0-1resolute.20260921.023357 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Arjo Chakravarty" Installed-Size: 6459 Depends: ros-lyrical-rmf-reservation-node (= 2.13.0-1resolute.20260921.023357) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-reservation-node/ros-lyrical-rmf-reservation-node-dbgsym_2.13.0-1resolute.20260921.023357_amd64.deb Size: 5063416 SHA256: 863e3e527d181dad65a47f264f3e5e95d38cd289df2903b4f65b8bf2a1a974f6 SHA1: c8689bc5b854dd905c8b2e6c530843bb1dff173f MD5sum: 27c40a7f3223d28905caf8b6a609ebc9 Description: debug symbols for ros-lyrical-rmf-reservation-node Build-Ids: 392eacb417ec94ea98b680862ba4b2011ec15a68 Package: ros-lyrical-rmf-robot-sim-common Version: 2.7.0-1resolute.20260921.010214 Architecture: amd64 Maintainer: "Luca Della Vedova" Installed-Size: 2002 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libeigen3-dev, ros-lyrical-geometry-msgs, ros-lyrical-rclcpp, ros-lyrical-rmf-building-map-msgs, ros-lyrical-rmf-fleet-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_robot_sim_common/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-robot-sim-common/ros-lyrical-rmf-robot-sim-common_2.7.0-1resolute.20260921.010214_amd64.deb Size: 319846 SHA256: 053a8b7518305b51f362d2df9703c3c8bf4a9dbe06bcd8a8659d560366db01fa SHA1: 7e72d37c407116b1562dc40d7fc9d86ba70da4e9 MD5sum: 73378b47ea25b6a79735c7f72aa526d7 Description: Common utility functions for Gazebo-classic and Gazebo RMF plugins Package: ros-lyrical-rmf-robot-sim-common-dbgsym Package-Type: ddeb Source: ros-lyrical-rmf-robot-sim-common Version: 2.7.0-1resolute.20260921.010214 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Luca Della Vedova" Installed-Size: 10314 Depends: ros-lyrical-rmf-robot-sim-common (= 2.7.0-1resolute.20260921.010214) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-robot-sim-common/ros-lyrical-rmf-robot-sim-common-dbgsym_2.7.0-1resolute.20260921.010214_amd64.deb Size: 8530344 SHA256: c979f7978db7cede76f169166a2a34f647898f2060dbaa22252c3c51a2ab3075 SHA1: d206f883117f1d01f96631cef83bcc7abd3138ef MD5sum: c03baf8ed37eff328ff76d3abdaeca42 Description: debug symbols for ros-lyrical-rmf-robot-sim-common Build-Ids: 3786fb9efb0c0cb38bd7480776db95249988da1d 4c35950a5d5d152e080ec229526477176adfd667 7b796c798438a4c897f2ef0877a646871bd318d7 Package: ros-lyrical-rmf-robot-sim-gz-plugins Version: 2.7.0-1resolute.20260921.012512 Architecture: amd64 Maintainer: "Luca Della Vedova" Installed-Size: 2461 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-sim-vendor, ros-lyrical-gz-transport-vendor, ros-lyrical-sdformat-vendor, libeigen3-dev, ros-lyrical-gz-plugin-vendor, ros-lyrical-gz-rendering-vendor, ros-lyrical-rclcpp, ros-lyrical-rmf-building-map-msgs, ros-lyrical-rmf-building-sim-gz-plugins, ros-lyrical-rmf-dispenser-msgs, ros-lyrical-rmf-fleet-msgs, ros-lyrical-rmf-ingestor-msgs, ros-lyrical-rmf-robot-sim-common, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_robot_sim_gz_plugins/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-robot-sim-gz-plugins/ros-lyrical-rmf-robot-sim-gz-plugins_2.7.0-1resolute.20260921.012512_amd64.deb Size: 416944 SHA256: e1ee6a35a8b9d0376a330a7001659624080743e157b5493a6903c470c0ea9ae9 SHA1: 39b9eb278da794c419346ecc16a6739115522422 MD5sum: 998693dabed07566769d7d6f25a43845 Description: ROS 2 Gazebo plugins for TeleportIngestors and TeleportDispensers Package: ros-lyrical-rmf-robot-sim-gz-plugins-dbgsym Package-Type: ddeb Source: ros-lyrical-rmf-robot-sim-gz-plugins Version: 2.7.0-1resolute.20260921.012512 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Luca Della Vedova" Installed-Size: 15456 Depends: ros-lyrical-rmf-robot-sim-gz-plugins (= 2.7.0-1resolute.20260921.012512) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-robot-sim-gz-plugins/ros-lyrical-rmf-robot-sim-gz-plugins-dbgsym_2.7.0-1resolute.20260921.012512_amd64.deb Size: 13477036 SHA256: 6b8fd88eef8690a086bd76d515ee1563afe7632b84bbee73e829f75c1fe9a080 SHA1: 6ce7e08c80bfd5162293e684491a8bfb25f6b38f MD5sum: a6b6226e35de8c81ece3ff8d3a2a88a0 Description: debug symbols for ros-lyrical-rmf-robot-sim-gz-plugins Build-Ids: 1848a52eb29f13d4e563bae17dc1e427948b51d0 26f780a67e355d09eff546e06d6114d3c98e13c7 b089b7298090b9952abf6cd342739d83e6b1db34 b5f8b0a1545310dce148819d39c9b2a97f45b0bb Package: ros-lyrical-rmf-scheduler-msgs Version: 4.1.0-1resolute.20260921.004557 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-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.1.0-1resolute.20260921.004557_amd64.deb Size: 347568 SHA256: 90f999cd0847f3955958bef6968743e02a1b9d84a99245def1ff878bb418eb88 SHA1: 9a4ff273184b520e465d703e77147b5b703bbde0 MD5sum: 48c0584d622cfe5c78dfb365938b9edb 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.1.0-1resolute.20260921.004557 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Marco A. Gutiérrez" Installed-Size: 4468 Depends: ros-lyrical-rmf-scheduler-msgs (= 4.1.0-1resolute.20260921.004557) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-scheduler-msgs/ros-lyrical-rmf-scheduler-msgs-dbgsym_4.1.0-1resolute.20260921.004557_amd64.deb Size: 3388922 SHA256: f1dca57ff385612eb9edb33c5823e9de3f2e475a19ce58a5108553df5dff4533 SHA1: 6dadecb9ec776b4bcf8ffcb78a9bb65a29a6cb9a MD5sum: 0c6d77bf070b75b2fb98221c900907ce Description: debug symbols for ros-lyrical-rmf-scheduler-msgs Build-Ids: 0f349741e449eb282cc71cf96b16352a49f1a1f7 57331842e16bef4adfaf78087bd6b1d463c98d3a 60be8ec5b734c968e8c3e561881b2a8975d03d99 6daf43810e850efcb55cecae07587448d3e13b24 8e6b0e32cedd85aaf24f8faba39bca9740d76091 941f217893e06270e61a06a7587fcde27a4739a8 b2d19d87e636de70c7b056af33eb69faf93937a8 b7088bc7f57ba43176908fd1478a0dd0b8136828 d0bca8c2949257ae47a1d3311516d57918f01f77 d0e3909da8be8c401bde957a7169da016939e652 d63f33f49aa655bbaa39eb14afd81197d8e9f85a Package: ros-lyrical-rmf-site-map-msgs Version: 4.1.0-1resolute.20260921.002134 Architecture: amd64 Maintainer: "Morgan Quigley" Installed-Size: 521 Depends: libc6 (>= 2.32), 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_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.1.0-1resolute.20260921.002134_amd64.deb Size: 64982 SHA256: 149b94938eeb33bddb6d73e4710272036e92099f2cb67ebd4ec4092dce037037 SHA1: d4800b9deab4f8d2e2e9e868b985cd831d60d30f MD5sum: 6889da0d4cd1b253b32d3e2853b8b706 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.1.0-1resolute.20260921.002134 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Morgan Quigley" Installed-Size: 634 Depends: ros-lyrical-rmf-site-map-msgs (= 4.1.0-1resolute.20260921.002134) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-site-map-msgs/ros-lyrical-rmf-site-map-msgs-dbgsym_4.1.0-1resolute.20260921.002134_amd64.deb Size: 465660 SHA256: 4c765598dddd45342eda1d9b26a6393054819a2b33c3b7c37d50a106f9d1adf2 SHA1: 12a37adea8a1fe9a985435b119fdd585b036f16c MD5sum: 1a583a2060eb2a59750adb54dc791a8c Description: debug symbols for ros-lyrical-rmf-site-map-msgs Build-Ids: 18f26b57cdbe35547818433260677468fe7d420c 1d976725648e091f24faff3d5971ff1f82c70f4b 2e4575c3ea83504b0a56f52d2be2c7a06e617ab3 40438f56a4d622d2d417bd6d825608885dae8566 694e57cbc7f95a3864399127a211c9d1503749f4 838897d91cdaf615efe3de56b4dc20ca1eab200b ab0d6d3539d4dad27163eebd0d0d58ea5c4022c0 c37854b81fe585a5d0d3cdec862301b77833b2a2 da42a1adbed143bc7504455181b0375ed266d64c fc27387882cae4ead9bfa4fa781960ab63f88568 ff3c2519a633917f0d65812ef0af5d9697d4b070 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.1.0-1resolute.20260921.010333 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-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.1.0-1resolute.20260921.010333_amd64.deb Size: 576474 SHA256: 58e98aea40082daa95ca22522771186eaee61852b35e4991ed5f36431b04c231 SHA1: 894e09ac2ca7e54192c5d773b64907af28a230f9 MD5sum: b64660e872651e669b0886092047d6e1 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.1.0-1resolute.20260921.010333 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Morgan Quigley" Installed-Size: 7143 Depends: ros-lyrical-rmf-task-msgs (= 4.1.0-1resolute.20260921.010333) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-task-msgs/ros-lyrical-rmf-task-msgs-dbgsym_4.1.0-1resolute.20260921.010333_amd64.deb Size: 5536370 SHA256: 39a00edc1ce9994c8b3978ca999aada0e1d9278b213d40b76fdef94f1bc920ff SHA1: 6c5869a3fbda82516382514e6bc36630b9c55dfc MD5sum: c8016ca76daef5ada1c35d17f867934c Description: debug symbols for ros-lyrical-rmf-task-msgs Build-Ids: 09a2f15df1077ceaa34118a806cf392c7715126c 16841d5f77368a3467577fa5bc7a81d6fae371b8 307787cfe46291c17c99e645dc83fb11382fe3b5 460f693f4b1fce7235d765334a3b6ff47ef1dac6 49d67124cd49cf002f529c24ba54e09c93031618 69082d9fa9803d4f4598a7447339ec0bf4a5fd28 8e28ca52a2668f74bd5a6e1b813f0b016d2902e6 d16a704553b12e9bd811944dfd0c92b8d477aa48 e29ec14d5b5810073c24b6d321bf863e4d5603fa ec8ca8f31be9803c0bf85808129834b31efc209a f7c4e6ccc0e7d1f8ea0f6b55c2f246397992c4e3 Package: ros-lyrical-rmf-task-ros2 Version: 2.13.0-1resolute.20260921.013458 Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 2240 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-nlohmann-json-schema-validator-vendor, nlohmann-json3-dev, ros-lyrical-backward-ros, ros-lyrical-rclcpp, ros-lyrical-rmf-api-msgs, ros-lyrical-rmf-task-msgs, ros-lyrical-rmf-traffic, ros-lyrical-rmf-traffic-ros2, ros-lyrical-rmf-utils, ros-lyrical-rmf-websocket, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_task_ros2/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-task-ros2/ros-lyrical-rmf-task-ros2_2.13.0-1resolute.20260921.013458_amd64.deb Size: 411180 SHA256: 244bb18a2de3ff680c294e79459bd9fab70b4d704f8e876da9be308395d9d5bf SHA1: 6f01f30ea9c4b1c8cc44013533e8361b164f9b81 MD5sum: 81df1fec299e7f90bd8627908e842bd9 Description: A package managing the dispatching of tasks in RMF system. Package: ros-lyrical-rmf-task-ros2-dbgsym Package-Type: ddeb Source: ros-lyrical-rmf-task-ros2 Version: 2.13.0-1resolute.20260921.013458 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 10586 Depends: ros-lyrical-rmf-task-ros2 (= 2.13.0-1resolute.20260921.013458) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-task-ros2/ros-lyrical-rmf-task-ros2-dbgsym_2.13.0-1resolute.20260921.013458_amd64.deb Size: 8892988 SHA256: 8767052d4df0afa66c62df0fd9ccfc925b25713790e248d53ff9f5e69fcf68b7 SHA1: a5c2a77f73a829cd5d1c21621a6d91f43540403b MD5sum: 7e1e6f71346e688749b8f4a66b82a00b Description: debug symbols for ros-lyrical-rmf-task-ros2 Build-Ids: 4433e5daccef88b8790cee65c707618248d59708 5cd97def69b9171183b404b73fefe1c391819caa cdcc8b8f6e00fb0b7c9fea284214a59d90346404 Package: ros-lyrical-rmf-task-sequence Version: 2.10.0-1resolute.20260921.005724 Architecture: amd64 Maintainer: "Grey" Installed-Size: 574 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-nlohmann-json-schema-validator-vendor, nlohmann-json3-dev, ros-lyrical-rmf-api-msgs, ros-lyrical-rmf-task, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_task_sequence/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-task-sequence/ros-lyrical-rmf-task-sequence_2.10.0-1resolute.20260921.005724_amd64.deb Size: 158788 SHA256: 115b3eb7432daac21cff0e3df5fef8e25fbc229c153a4e4b2c3d973ad52dd6f5 SHA1: 189d5486002a83e505c1b9f0be302c74dab854ce MD5sum: 1a9ca0a2606f3e86602dd11a40be1fba Description: Implementation of phase-sequence tasks for the Robotics Middleware Framework Package: ros-lyrical-rmf-task-sequence-dbgsym Package-Type: ddeb Source: ros-lyrical-rmf-task-sequence Version: 2.10.0-1resolute.20260921.005724 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Grey" Installed-Size: 4932 Depends: ros-lyrical-rmf-task-sequence (= 2.10.0-1resolute.20260921.005724) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-task-sequence/ros-lyrical-rmf-task-sequence-dbgsym_2.10.0-1resolute.20260921.005724_amd64.deb Size: 4660400 SHA256: ae1e73507ef6e7f81f815640ab89014e548bf94cff53a39778d3cd0c6fe98833 SHA1: 0ae2bfb3e3f318a602e215885f54486d4a58937d MD5sum: e43c9181f1254e0cdbfadfa939af111d Description: debug symbols for ros-lyrical-rmf-task-sequence Build-Ids: b901fd7a67ff4ca4bf17f7b48a9095c7c1c6972a 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.20260921.010605 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.20260921.010605_amd64.deb Size: 188720 SHA256: 496899a8d8fd69feecebb0ff3c952ae310fe267c373bdc1d806570d882712ffa SHA1: 076944d1a4638d36d33e43a88b50c0a96459ad0b MD5sum: f96528866617e169827b70c70f9d45a4 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.1.0-1resolute.20260921.002138 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-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.1.0-1resolute.20260921.002138_amd64.deb Size: 747726 SHA256: cf91834933a6a610ee36d280250bc892daa6a27403fdb6ba48355f2a6956c9fc SHA1: 260467e9d9aaa27ed791ff709e69168d4938b897 MD5sum: ae53f62a2b21420c4707315cd50e4752 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.1.0-1resolute.20260921.002138 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Grey" Installed-Size: 10563 Depends: ros-lyrical-rmf-traffic-msgs (= 4.1.0-1resolute.20260921.002138) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-traffic-msgs/ros-lyrical-rmf-traffic-msgs-dbgsym_4.1.0-1resolute.20260921.002138_amd64.deb Size: 8347674 SHA256: 4fbc6e25c7e8adeca2722e61c7867324f71a79b97f9a45315f91b5ad7d5ea10a SHA1: 07226d921a2771114e47af9dd60f4c63e701307a MD5sum: 52178a21e2f441c5082e0477a3208483 Description: debug symbols for ros-lyrical-rmf-traffic-msgs Build-Ids: 0c8c94c5b6fb829e0cc47744acc77f06c9ad1333 1b1f3906730410f3a9fcc7cd057e5f91b8026873 2dbf8f33f4f3fd74f7ea38e0d1189cbf32a76251 3d1847dd1ad0250ec241e73cafb265299e76f1a7 438c15c85da2f997ed00b32b237b4919326f3e1b 8f58edf251f9931d50beb42473b42b004a8a8091 93ca01764a491b00ec0dda82057d364e4ed16232 a45b64b3027121e802525a2d3d7356a7df93f4ee a50c799dd0108f8e87e954c65dec4e9c855e5e29 ac5acf938bcf628e0abb0d9b98a990705365316f e0b58fa4b01b3f0243d6d7a97456d4df7956be63 Package: ros-lyrical-rmf-traffic-ros2 Version: 2.13.0-1resolute.20260921.010208 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.20260921.010208_amd64.deb Size: 1119398 SHA256: f67701aa36afd341a30fe240d64c38d3f8f81ca7344181276a39fbd5ae5d5646 SHA1: b8530035470b0b2b6efbf6efd6ebd5b027241458 MD5sum: f37af4f28cec6ede5733be2e789bd29c 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.20260921.010208 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Grey" Installed-Size: 41945 Depends: ros-lyrical-rmf-traffic-ros2 (= 2.13.0-1resolute.20260921.010208) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-traffic-ros2/ros-lyrical-rmf-traffic-ros2-dbgsym_2.13.0-1resolute.20260921.010208_amd64.deb Size: 33430656 SHA256: aa2ccb6166f48c5754beef819f8668975b35566f3b5c820ac7a0252350a98c2d SHA1: a508217c9b453e07bb906049660da746a065519c MD5sum: dd56aa9d7bf4850f32180cd878c47d6d Description: debug symbols for ros-lyrical-rmf-traffic-ros2 Build-Ids: 004bc52ee4d7d368ae4019b8e00203cd9fcac3bf 02377314a891a84a42532a27d6a0385d2d819d27 0a24dad96cdb2cfdf7488bcbdd2f0c49a1c9cd1a 56ffe272729597b68860412c4a2ca644b4b4cb46 c96c614c0b2ccff84e88cd58f631192491275960 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.20260921.014218 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.20260921.014218_amd64.deb Size: 6944 SHA256: d2066a4beb4ae6f09f281afd8888d5b757c92449dc3a4fdaf3c6c4f67ce426c8 SHA1: 1ad38ccfcf04482415ff47a2745b27b97f151c0c MD5sum: ded96e501207ad1952e8e1849d11f7e9 Description: Package containing a single launch file to bringup various visualizations Package: ros-lyrical-rmf-visualization-building-systems Version: 2.6.0-1resolute.20260921.010937 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.20260921.010937_amd64.deb Size: 12518 SHA256: 0ae19cfb93ef1a7571d9ce0c8917e6b23c8e3b39ccb7e2ea67afd98011c9c2b9 SHA1: f7c39a68ba0f3c675e685be143d073d372332ec7 MD5sum: e2bc4769b79c141345415daa8443dc55 Description: A visualizer for doors and lifts Package: ros-lyrical-rmf-visualization-fleet-states Version: 2.6.0-1resolute.20260921.004600 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.20260921.004600_amd64.deb Size: 161418 SHA256: f9faa1e8d784c98edb1926bb4aca139ba348acc95283a512b547ea75691d51bc SHA1: 4bd5ca8fd2c18a430ab8b14eea7f01f2d35e86e8 MD5sum: bca01a375f293d39d5e123a731faddad 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.20260921.004600 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Morgan Quigley" Installed-Size: 4059 Depends: ros-lyrical-rmf-visualization-fleet-states (= 2.6.0-1resolute.20260921.004600) 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.20260921.004600_amd64.deb Size: 3320724 SHA256: 866803634e35c03361134d85e66a342cdbd221766626680407341042e34bbf02 SHA1: 80ca6eee496f0f03f6f76f98777eb10a945df289 MD5sum: 6776159903ec5e3f50d094046e8823df Description: debug symbols for ros-lyrical-rmf-visualization-fleet-states Build-Ids: 14c19c330bbd66c51002aea65a2221d9b909df73 b5a9b8e3036f91b6bed2f5196e6b53ddad03cef6 Package: ros-lyrical-rmf-visualization-floorplans Version: 2.6.0-1resolute.20260921.010220 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.20260921.010220_amd64.deb Size: 163042 SHA256: 0035e873db7308d2ceff4a0b4328c300f60f1edc4202f802b40fa1cbf7b0ce87 SHA1: a5b1403e15ebda1c16789a5252d75a337b4bbbc8 MD5sum: e57f126a1107fbb78020c5c616d16c0c 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.20260921.010220 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 4316 Depends: ros-lyrical-rmf-visualization-floorplans (= 2.6.0-1resolute.20260921.010220) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-visualization-floorplans/ros-lyrical-rmf-visualization-floorplans-dbgsym_2.6.0-1resolute.20260921.010220_amd64.deb Size: 3579050 SHA256: 95f5ce1f948cc54b36dc56c5f7e10298c13a5f8a2faef6b5ced70f6c0e06a188 SHA1: 38097f2316580c8903c6a2dfedb6fa9884353a46 MD5sum: 3bb8ef5b82251556fd5a44a7ad6324cb Description: debug symbols for ros-lyrical-rmf-visualization-floorplans Build-Ids: 208be63cd900be4f62c4c5025407dae7b04ddffd 6f12b842395c850301b58800ca463a14b3600083 Package: ros-lyrical-rmf-visualization-msgs Version: 1.6.0-1resolute.20260921.002138 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-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.6.0-1resolute.20260921.002138_amd64.deb Size: 46458 SHA256: 8e921f33f1c1348e9328267226e828d1df73d9629ac058bb19a822edbadc9600 SHA1: e8eb00f16b8b426d62085e90a50ab751d35692ab MD5sum: ce08e67d47464f6e91b68b1eb838c3f6 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.6.0-1resolute.20260921.002138 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "yadu" Installed-Size: 349 Depends: ros-lyrical-rmf-visualization-msgs (= 1.6.0-1resolute.20260921.002138) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-visualization-msgs/ros-lyrical-rmf-visualization-msgs-dbgsym_1.6.0-1resolute.20260921.002138_amd64.deb Size: 207192 SHA256: 9a004402843b71267999abadad29070aad336dd99804f8db762374fbd6980ba1 SHA1: 04d0527553e2e6a1ad9d7716038ff4ebd1a741e5 MD5sum: 514c3f6f338f4d1ad9592ba23d3a5510 Description: debug symbols for ros-lyrical-rmf-visualization-msgs Build-Ids: 02ac15871c52f2d13d83db71a80e87581fa11d82 03411555e4884e822b840ca05f54cdc3740547b4 2596460ae41f679bf4a194c432b5779eb467a122 551b59269bbf6e8d5345caadd9cb235319450275 5764a340a82312e64b166fafa4be7c5ba748ec06 5fc5c988e415000767b6de6b72c527ef93808a04 79bbf747b1ecffe579f0e3fd5fd3630140c3f102 7f04c4cc42b63440796ec6a8aced9df4f5311492 8ac2de72489fccd2f913f4da89ba8959417c6c90 92d3ba57565cda46cb46461f9f959e2b42268da2 f248fefa8da10483a10e69fdcd4cad187c2404a2 Package: ros-lyrical-rmf-visualization-navgraphs Version: 2.6.0-1resolute.20260921.013401 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.20260921.013401_amd64.deb Size: 204872 SHA256: 3f37c8d088c11c9e25665d5fb210cccc8fb116a6ac2e4763af0e4a8052a8538e SHA1: 36424bee546f40fa7795faa12b76cafde6afb406 MD5sum: cb4de32123971d8d31b3105d61a58cb7 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.20260921.013401 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 5499 Depends: ros-lyrical-rmf-visualization-navgraphs (= 2.6.0-1resolute.20260921.013401) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-visualization-navgraphs/ros-lyrical-rmf-visualization-navgraphs-dbgsym_2.6.0-1resolute.20260921.013401_amd64.deb Size: 4453624 SHA256: 0a00c2e313da3d115467a9d5e5a3c1d032ca7f900488f667d450cd67c7b155b2 SHA1: 636bfb018e135e4c6feb3194c2fb231c202622b3 MD5sum: 3d45e5582e2c39e87022a3b88c2735e1 Description: debug symbols for ros-lyrical-rmf-visualization-navgraphs Build-Ids: 2772d6ab5f987244966d713097d488f76b4e796e 8264f2724f1dfdb7424539d8a0ef1228973d50b7 Package: ros-lyrical-rmf-visualization-obstacles Version: 2.6.0-1resolute.20260921.010329 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.20260921.010329_amd64.deb Size: 158696 SHA256: 1ff1105c712e96db179a54cfab8f6b9b9dc0d199038cdd152146590379475eaf SHA1: fabd05983a1c55a7dccf8aa9bedb434f9cd4d938 MD5sum: 6649b9c95baaa073fb193df69d81e040 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.20260921.010329 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 3996 Depends: ros-lyrical-rmf-visualization-obstacles (= 2.6.0-1resolute.20260921.010329) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-visualization-obstacles/ros-lyrical-rmf-visualization-obstacles-dbgsym_2.6.0-1resolute.20260921.010329_amd64.deb Size: 3259298 SHA256: cebd5f4706943eee7fe54b65a744fbcf0df474d4f4ee7c6fd2c12b0a48271b4a SHA1: 1e0b69679595db11cfa5cf73f8e2be13bb5c8bb4 MD5sum: 40c2e774d5f0c97fa95fa811d750c996 Description: debug symbols for ros-lyrical-rmf-visualization-obstacles Build-Ids: ca8fff1d9b36be9123bfde27f8514766ae989e54 f1eca71ead881875b5cdf8f689189d477eb47912 Package: ros-lyrical-rmf-visualization-rviz2-plugins Version: 2.6.0-1resolute.20260921.013400 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.20260921.013400_amd64.deb Size: 269054 SHA256: 5082f6319945c64cdce3ff4ffca6d1052eb2de762c2209c0f55ea3bf6f5f1e3f SHA1: 93ed361710fd6d4b57f061c757dd369aab26a5d4 MD5sum: e298c3fbf117bd96d4d137f6ea329575 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.20260921.013400 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 8454 Depends: ros-lyrical-rmf-visualization-rviz2-plugins (= 2.6.0-1resolute.20260921.013400) 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.20260921.013400_amd64.deb Size: 7014686 SHA256: 734d287bac48a10a31ce86c90f549d0a455b21bc4c1a5731d60055683d3c11fd SHA1: 9eac6bfc190d5d78369311c8093dc09c7dcd6a0d MD5sum: 8f9bb703bc7c52957933c2c6171b2190 Description: debug symbols for ros-lyrical-rmf-visualization-rviz2-plugins Build-Ids: 4b0bd7e4b9e12bfc629b7c5fb597a26280078c47 Package: ros-lyrical-rmf-visualization-schedule Version: 2.6.0-1resolute.20260921.013426 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.20260921.013426_amd64.deb Size: 646872 SHA256: eff33f99befa9c0a399e4280e31f7b0924a828fe2a36aad0e0ae177a6403a4e4 SHA1: dc2524b35904d24320909ca9c01547f9e0f6f0be MD5sum: 32b777df838efe97e06cdd8aa09e8fdc 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.20260921.013426 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 10639 Depends: ros-lyrical-rmf-visualization-schedule (= 2.6.0-1resolute.20260921.013426) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-visualization-schedule/ros-lyrical-rmf-visualization-schedule-dbgsym_2.6.0-1resolute.20260921.013426_amd64.deb Size: 9120622 SHA256: f075efb68acd41357e60459661b49fc61892feb28d10291d885e205419a90797 SHA1: 605fc5cd1763c884aebcdc2a4165ac331bba2f91 MD5sum: 32eb3e5ff3a2aa1f639d7fe996e0b293 Description: debug symbols for ros-lyrical-rmf-visualization-schedule Build-Ids: 37f5c51588f94527e32745b6af33cfa0568bff33 392c56030d521bea98c577e712657eb7b7cb4040 daaad545477acdce2c7df4ad48cbdc137f46ab66 f5d7ae52b0d5b47f25ef39087e8beb0400068709 Package: ros-lyrical-rmf-websocket Version: 2.13.0-1resolute.20260921.010347 Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 1086 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libboost-all-dev, nlohmann-json3-dev, ros-lyrical-backward-ros, ros-lyrical-nlohmann-json-schema-validator-vendor, ros-lyrical-rclcpp, ros-lyrical-rmf-utils, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_websocket/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-websocket/ros-lyrical-rmf-websocket_2.13.0-1resolute.20260921.010347_amd64.deb Size: 303448 SHA256: 2c020f0be05f33975103cc549f63d39d2444ba3b215f1189566082868994c678 SHA1: e0361c9748f48f37caac360da36b5d5799ffd5d6 MD5sum: b3fe939aabf77089dc6b5e82ad2dbeb7 Description: A package managing the websocket api endpoints in RMF system. Package: ros-lyrical-rmf-websocket-dbgsym Package-Type: ddeb Source: ros-lyrical-rmf-websocket Version: 2.13.0-1resolute.20260921.010347 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 5066 Depends: ros-lyrical-rmf-websocket (= 2.13.0-1resolute.20260921.010347) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-websocket/ros-lyrical-rmf-websocket-dbgsym_2.13.0-1resolute.20260921.010347_amd64.deb Size: 4536514 SHA256: 6f828cd1738efddebad5db94df37896ba5da196e0468efe24029bbef521e976c SHA1: dbd01f1e44d4867a7556a55559bf3f98476cbaa6 MD5sum: 5eaae64dd8747daeccdfa90e084273f1 Description: debug symbols for ros-lyrical-rmf-websocket Build-Ids: f6892943f6b2623d1bb637f05e31c2a87232dcff Package: ros-lyrical-rmf-workcell-msgs Version: 4.1.0-1resolute.20260921.004542 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-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.1.0-1resolute.20260921.004542_amd64.deb Size: 115474 SHA256: 3800bb5de595b6bfdf70cb17733793c1b78cc02d6487d340719d922f44b894cb SHA1: 409ca9c65d973849ee1bd8064ebabfced92b30b3 MD5sum: 140aad83bd2576024f683468f7920487 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.1.0-1resolute.20260921.004542 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aaron Chong" Installed-Size: 1168 Depends: ros-lyrical-rmf-workcell-msgs (= 4.1.0-1resolute.20260921.004542) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-workcell-msgs/ros-lyrical-rmf-workcell-msgs-dbgsym_4.1.0-1resolute.20260921.004542_amd64.deb Size: 885696 SHA256: a6a12cb971755e1392e0b310cf4c0447779aa180e158b709c5401a1aecf710e1 SHA1: df6231bcd9e4689198c380fee014efd15a6d2b93 MD5sum: bca129b8c3a18ac371cc878a51d1759d Description: debug symbols for ros-lyrical-rmf-workcell-msgs Build-Ids: 10ee611c548c9ebb5566a46c800cd21acc322786 2d08643eff33babaa5beb5252f54db36004e3d10 46a192ea035c458dd732ebfb3a52b65519b2ef91 49585490d277e9c6b96b8c6c47d5be81be0b6482 59b2a5d6960257cf69ec494551281cf6b58cd482 5b01cb6871b899983fcfe6faf3924bc38f5a00e8 5e699791eaa573a05ce85f025b40b2ae053eada5 764e350e4e134f404709b7d4eed805ee764d9c92 b57208e046020d0a12a39be0290bcc099f9010a8 e76e996084422dbfbb54154a655f09781681889a ea24e55a24c90761fe89a2beb379806dd217dc21 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.8-1resolute.20260915.053056 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.8-1resolute.20260915.053056_amd64.deb Size: 17934 SHA256: 8bad551650d9c282248a88dd2076f5c3d9e83a7a813f4250cb9e15eb3665f3c7 SHA1: ca73de7b99234cc1208bb6748c664619a4613b5c MD5sum: 2982d12cbdea3b938c2fb99cc43f8c87 Description: A ROS 2 RMW implementation built with RTI Connext DDS Professional. Package: ros-lyrical-rmw-connextdds-common Version: 1.2.8-1resolute.20260915.051848 Architecture: amd64 Maintainer: "Andrea Sorbini" Installed-Size: 1097 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.8-1resolute.20260915.051848_amd64.deb Size: 290416 SHA256: 999d63e846f5f6a073b7d96e4712af401377ba1dce7a354558022318e72a2a2b SHA1: 53c92505724eb8eca2997b1a6302af0d02b9a68d MD5sum: 2ee9c86b79c83c3b0105b8e4307d3116 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.8-1resolute.20260915.051848 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Andrea Sorbini" Installed-Size: 3764 Depends: ros-lyrical-rmw-connextdds-common (= 1.2.8-1resolute.20260915.051848) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-connextdds-common/ros-lyrical-rmw-connextdds-common-dbgsym_1.2.8-1resolute.20260915.051848_amd64.deb Size: 3393428 SHA256: f11a7d6748dd182ce6e1ce109def13696e0fb163842fafcf4862946108ff1971 SHA1: 4f81b877e00b9ff04e58253b9634d5d992dfb976 MD5sum: 15bdbeaa8dd0c65f25d6f8869e5b8916 Description: debug symbols for ros-lyrical-rmw-connextdds-common Build-Ids: a238f74832cbeaf2b63429acbbbcad4c6fadbbff Package: ros-lyrical-rmw-connextdds-dbgsym Package-Type: ddeb Source: ros-lyrical-rmw-connextdds Version: 1.2.8-1resolute.20260915.053056 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Andrea Sorbini" Installed-Size: 155 Depends: ros-lyrical-rmw-connextdds (= 1.2.8-1resolute.20260915.053056) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-connextdds/ros-lyrical-rmw-connextdds-dbgsym_1.2.8-1resolute.20260915.053056_amd64.deb Size: 125660 SHA256: 33ec089c43503e6a557e30bb109ecf4d65e4cc564959f6e418ac3f82ed435e0a SHA1: 6f75053a19afdcab8fd604b3fdac4bebf6a0c43a MD5sum: 9955fb19c921218f5660dfc14f496eca Description: debug symbols for ros-lyrical-rmw-connextdds Build-Ids: 6e5046ee1a06271ef674243a01f6956abeb88ee3 Package: ros-lyrical-rmw-cyclonedds-cpp Version: 4.1.5-1resolute.20260915.051853 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.20260915.051853_amd64.deb Size: 141156 SHA256: b4b902a371223ac271711d1e703a53110214229a3a675d0471f5cb29393f88dd SHA1: d041bd52989aabf06749cd59ebee1af75c03b263 MD5sum: 91f1abb0e46236519f0b799f44a8a9da 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.20260915.051853 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Erik Boasson" Installed-Size: 1721 Depends: ros-lyrical-rmw-cyclonedds-cpp (= 4.1.5-1resolute.20260915.051853) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-cyclonedds-cpp/ros-lyrical-rmw-cyclonedds-cpp-dbgsym_4.1.5-1resolute.20260915.051853_amd64.deb Size: 1567622 SHA256: cd5a297b752c09cd24a20a378cfc3f8c51b453d29eeaed9adffba52cf24cb7a0 SHA1: 387513fae1c6a6b18501975cd036c5c0c6670c81 MD5sum: 323b835ac419c115ebf7e51ea9690eb3 Description: debug symbols for ros-lyrical-rmw-cyclonedds-cpp Build-Ids: c31ddcc3db5458ebd002e2b8162048f0f3cc80bf 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.20260915.045630 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-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.20260915.045630_amd64.deb Size: 124282 SHA256: 158a410b3741a1afa14a3fc63e07b25cefdeb866e8113f71dcbabb644b7ef79e SHA1: 2076e58d089b9a4acdfd054724d36ac0bbedb760 MD5sum: 1e922b299172f4181c92ffbc1eac2c6f 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.20260915.045630 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 1291 Depends: ros-lyrical-rmw-dds-common (= 6.0.0-3resolute.20260915.045630) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-dds-common/ros-lyrical-rmw-dds-common-dbgsym_6.0.0-3resolute.20260915.045630_amd64.deb Size: 1041132 SHA256: bd5494a9015d1279e12d6db61b64290071880b04ad0342e3269dc360744f95de SHA1: 64ace6c50b61da47e58a2c770043c740a00c9fdb MD5sum: b32d9857fb2a5613763f8127debd54e6 Description: debug symbols for ros-lyrical-rmw-dds-common Build-Ids: 0bc4fff0dd452e597dd4e9a6297ff3d4005fe8db 3e426fce64d3729a28d29fd50ba32ba453048a7a 5575c60e3ee2285a88d2a44e068d71cfaa96f0e8 57c0c1d4093523fa6dba28be58336f0828547abc 627112152f9776edc1ef279def4305bb37b5a46c 670b3f24c2ae845af26f8a58b6bd4909fbd71c1a 6b1fbf00ce754a35c51c510a12682d2b2a680e98 9b8839536f1f697ab8a54caba04520a49b89dd4e a76f56550841b98b0ccd2c6fa7e1a8eaa8441745 f51972a38c3b16dfe2247eff5f24fc713c6a742c f75492c99fcd6c98612a9355da4f37e048c90cdf fe410ce3afa77b64e86bd308d24d1b5114cd50c1 Package: ros-lyrical-rmw-desert Version: 4.0.2-1resolute.20260915.051847 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.20260915.051847_amd64.deb Size: 145096 SHA256: 43fb15c785f20d4723c62e499824ae9b267a4242da1c008f157291519d958f35 SHA1: 462ee2d6222f1a818a5b0255442bf46eec0ac87b MD5sum: 97f278ec0592669cca192bb355eb1b8d 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.20260915.051847 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Davide Costa" Installed-Size: 3388 Depends: ros-lyrical-rmw-desert (= 4.0.2-1resolute.20260915.051847) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-desert/ros-lyrical-rmw-desert-dbgsym_4.0.2-1resolute.20260915.051847_amd64.deb Size: 3241742 SHA256: f4bb8d555c7b2caeec61b89d1be84473719b30de288c852efea0a1b65298df25 SHA1: 940ded57e2d7f4f107d5311dbbfa5cc0f489e4a8 MD5sum: 26d72a72d93e74c1f3ed7046a28f7406 Description: debug symbols for ros-lyrical-rmw-desert Build-Ids: b1fbbee1396732938047621059573b364ad698d7 Package: ros-lyrical-rmw-fastrtps-cpp Version: 9.4.10-1resolute.20260915.053043 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 532 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.10-1resolute.20260915.053043_amd64.deb Size: 154584 SHA256: ea8de7489d183af97c6e0ed87a940e73a3c0923565e0f1339a6f9f07a55243fb SHA1: c7f07903c2e62e365b8a6f2b50ba728810fc2881 MD5sum: db361887fcb5d988f054414456e2a411 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.10-1resolute.20260915.053043 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 5305 Depends: ros-lyrical-rmw-fastrtps-cpp (= 9.4.10-1resolute.20260915.053043) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-fastrtps-cpp/ros-lyrical-rmw-fastrtps-cpp-dbgsym_9.4.10-1resolute.20260915.053043_amd64.deb Size: 4918048 SHA256: 8496870f6a57a83be3c3b2d5282f3f8e026f6ed7688743f8232aaca88d5f64b9 SHA1: 981e51c5989c75d24758760c741acdfe75e02beb MD5sum: c2e44d8d2fa117ccdedfcb2acb268ba7 Description: debug symbols for ros-lyrical-rmw-fastrtps-cpp Build-Ids: ba0018576d7ab8435971018ffc4a635c93e97860 Package: ros-lyrical-rmw-fastrtps-dynamic-cpp Version: 9.4.10-1resolute.20260915.053033 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.10-1resolute.20260915.053033_amd64.deb Size: 120602 SHA256: 11ddd86faa8edc12d3ed27c92db1ed17a3d2f97b7f299ab19e27c1b7e649531d SHA1: e399d6275c66537a2080a9e83a7ea98784a2dd68 MD5sum: 21ed53a5230261b53bba6c48e30cf7bd 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.10-1resolute.20260915.053033 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 4425 Depends: ros-lyrical-rmw-fastrtps-dynamic-cpp (= 9.4.10-1resolute.20260915.053033) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-fastrtps-dynamic-cpp/ros-lyrical-rmw-fastrtps-dynamic-cpp-dbgsym_9.4.10-1resolute.20260915.053033_amd64.deb Size: 4050212 SHA256: 965850771e1a6e8ce3b5a97f10a1478e597bad0f1f7c0cec612e36bd44f5908b SHA1: 624f19af24f9f34f069eb3b54355e7de066dca58 MD5sum: 8e71cfaea79e030cb0bc9a4664a7b395 Description: debug symbols for ros-lyrical-rmw-fastrtps-dynamic-cpp Build-Ids: 803179f5b9ba15a51e00714c608b3a086e922571 Package: ros-lyrical-rmw-fastrtps-shared-cpp Version: 9.4.10-1resolute.20260915.051845 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.10-1resolute.20260915.051845_amd64.deb Size: 183466 SHA256: bc1d24d39413e20fd480df3e7989ff45939ec6b0dafb947d2ddb88db75252a0b SHA1: 1a4019e47695dce82a6d37840c59d29669932717 MD5sum: e29b96653585696b4d0227894e7cf469 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.10-1resolute.20260915.051845 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 6118 Depends: ros-lyrical-rmw-fastrtps-shared-cpp (= 9.4.10-1resolute.20260915.051845) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-fastrtps-shared-cpp/ros-lyrical-rmw-fastrtps-shared-cpp-dbgsym_9.4.10-1resolute.20260915.051845_amd64.deb Size: 5736344 SHA256: e800ea93558b00fd780ce716edf65003f4c401dfc8f24dc7dac5c1a276f45890 SHA1: 7a46209300b92e83f5bf4e6ae0a80597b5c57f34 MD5sum: e3668cdf539215551a31093528e1ac90 Description: debug symbols for ros-lyrical-rmw-fastrtps-shared-cpp Build-Ids: 989a1f2702325bc751f4764b8256bd377048c260 Package: ros-lyrical-rmw-gurumdds-cpp Version: 7.0.0-3resolute.20260915.053042 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.20260915.053042_amd64.deb Size: 261478 SHA256: 74fec56ad4745fb26fc014e8f2017e7ce5755f11fb90888f5751fa05f2a8b753 SHA1: 00a6bd968c9e24319e3c84897c2fc1b700c3f744 MD5sum: 83b10815fbe0e56658d2def280cf0338 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.20260915.053042 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Seontai Kim" Installed-Size: 4593 Depends: ros-lyrical-rmw-gurumdds-cpp (= 7.0.0-3resolute.20260915.053042) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-gurumdds-cpp/ros-lyrical-rmw-gurumdds-cpp-dbgsym_7.0.0-3resolute.20260915.053042_amd64.deb Size: 4361966 SHA256: a011af42e3493cc6808265b5f6bd1d261d46342693ab3f943dbfc4660c4a6e15 SHA1: ba68a1188df345cd5fde58b89e2269bb21af5e75 MD5sum: 737132b2ff4f741b413f68f60b7ebc3e Description: debug symbols for ros-lyrical-rmw-gurumdds-cpp Build-Ids: f3de0f8bdf8322ff646450cff11349cdc438ba16 Package: ros-lyrical-rmw-implementation Version: 3.1.6-1resolute.20260915.053750 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.20260915.053750_amd64.deb Size: 23086 SHA256: b37a1e6f8ff783923805bff8b999804c01f0b055a30aa4b04680aed2b8e19cf1 SHA1: 3f2c73457030155396fc0e210c0ffbbd53c6b076 MD5sum: 18840186fad34a4cd01e10bb95db77e0 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.20260915.053750 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "William Woodall" Installed-Size: 174 Depends: ros-lyrical-rmw-implementation (= 3.1.6-1resolute.20260915.053750) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-implementation/ros-lyrical-rmw-implementation-dbgsym_3.1.6-1resolute.20260915.053750_amd64.deb Size: 137862 SHA256: 42fc9e07d205423b8a8ac0b8f5706072b990cfc251ab027b85442d0f3544e0b6 SHA1: 26df0dc0fcea3a111a51e039ff3bc1730f5ed3ad MD5sum: 733f900e827e25031a41865ab5a199f4 Description: debug symbols for ros-lyrical-rmw-implementation Build-Ids: b6600d2b64b2c212bfb15eb0b6f93f8165396410 Package: ros-lyrical-rmw-int2dds-cpp Version: 0.1.5-1resolute.20260915.051137 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.20260915.051137_amd64.deb Size: 154544 SHA256: bde5ce6433ccb34abd327cf7a615678581dc0faa80fd41797f4cd1e9b990e230 SHA1: d439881f1843424bdf41a021732b3433f1dc56e6 MD5sum: 332b00749f32305acc9144e75962b071 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.20260915.051137 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jungsup Lee" Installed-Size: 2752 Depends: ros-lyrical-rmw-int2dds-cpp (= 0.1.5-1resolute.20260915.051137) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-int2dds-cpp/ros-lyrical-rmw-int2dds-cpp-dbgsym_0.1.5-1resolute.20260915.051137_amd64.deb Size: 2544170 SHA256: 933fa568de2f888ce291c914a2db3d39f385db77a84334b21bb1ce18b9ac5d1f SHA1: 301fe7c4ac2f2f7653503473af1f00e575d0f4d3 MD5sum: 7bf50d0fe332c9b0e564f87b3be7b9f3 Description: debug symbols for ros-lyrical-rmw-int2dds-cpp Build-Ids: 152190a9286551a22ccec3ea9cc372d97d9f1575 4b3911e91e3a08b6e142c4701288f29615868a9c 83e6224d1190454821ef0bdcf9e656b46bc92e8e b280646226659846091417cdad4c6b95273a47d0 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.20260915.052127 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.20260915.052127_amd64.deb Size: 30870 SHA256: 4891a2b648b09bf12382b806fa44d4c561346912d826f72b382a0b05d3e10482 SHA1: be52a3d17d8088b00b3b707c9e591aa25986c79b MD5sum: 67b17a0891766c04acc65c29ce44de19 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.20260915.052127 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 322 Depends: ros-lyrical-rmw-stats-shim (= 0.2.3-3resolute.20260915.052127) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-stats-shim/ros-lyrical-rmw-stats-shim-dbgsym_0.2.3-3resolute.20260915.052127_amd64.deb Size: 294638 SHA256: a0ab9f5c3a4e9d9453b63ba85549f2b073b09eeb10973f4e15c26a5028ae3616 SHA1: 1a9afa304e4c2839447f25f11ff920d0cb848ad9 MD5sum: 2c863266058bf794380e89dc4946c1a4 Description: debug symbols for ros-lyrical-rmw-stats-shim Build-Ids: b4d93e8a29bafca92ef0488ea742cb581bbbc55f 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.20260915.054330 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.20260915.054330_amd64.deb Size: 22298 SHA256: 91b266a6336297930462152df824e9f636024db92c503df152ce88df097a0bc4 SHA1: e64308195b33c1091748388c443b54f3d06aee67 MD5sum: b3d969ad9495882e9cef351c5d002123 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.20260915.054330 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 136 Depends: ros-lyrical-rmw-test-fixture-implementation (= 0.15.8-1resolute.20260915.054330) 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.20260915.054330_amd64.deb Size: 93936 SHA256: 542ce6a3e57a12cd6d71332a1312e0df638efb69897ae4382de2811d9592c599 SHA1: 8670217c13555bd3b3dc4a1590e09537856763a5 MD5sum: edfbd0eaa490c3d158d15d8f60138fa9 Description: debug symbols for ros-lyrical-rmw-test-fixture-implementation Build-Ids: 1df4c9673862bf9dd2261abb91f34dc07264c509 92fb81f6ca0654fb1923ea425298a5f91e154544 e65538daf7ae4083beb83f94ee35f4fe233fb2d2 Package: ros-lyrical-rmw-zenoh-cpp Version: 0.10.6-1resolute.20260915.025944 Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 955 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.6-1resolute.20260915.025944_amd64.deb Size: 313538 SHA256: a0b685d7ccd020e76769d7dedc042932ad8fc6af4d0d21cc463ac197941459be SHA1: b8d86afd016eac468dc6995ad98771f8453cf83b MD5sum: b3783d83b5ef5fa71017c4111165eea4 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.6-1resolute.20260915.025944 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 8040 Depends: ros-lyrical-rmw-zenoh-cpp (= 0.10.6-1resolute.20260915.025944) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-zenoh-cpp/ros-lyrical-rmw-zenoh-cpp-dbgsym_0.10.6-1resolute.20260915.025944_amd64.deb Size: 7744178 SHA256: 47c6ec04db7755691f3585a29997e7ff3b634ec569191d11221640ef81e6acb9 SHA1: 7d29d4c01fef4dab5bf0d9ab551c71375b9a9489 MD5sum: 9f3e362a85c5284f363ca689395460f7 Description: debug symbols for ros-lyrical-rmw-zenoh-cpp Build-Ids: 06371b7637eb97244ca07a3a84be4e19aec19f73 bc74a696927fb601456c36c7d4d43f9b23eba069 cfc1d117be87407ab1a5698ef0d2d9d1427a9452 Package: ros-lyrical-roboplan-common Version: 0.7.0-1resolute.20260921.083338 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 49 Depends: ros-lyrical-ros-workspace Homepage: https://roboplan.readthedocs.io Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-roboplan-common/ros-lyrical-roboplan-common_0.7.0-1resolute.20260921.083338_amd64.deb Size: 6340 SHA256: cca6243e447fb472aceb6e5f5a65a8ae195008d28bcc54003c84bc6a6a6595c2 SHA1: 29e206c40504454a960540cb826baaab1c15ee6c MD5sum: c43ea03aacd2d6d524a675d3ab21a8eb Description: Shared runtime support for RoboPlan Python packages. Package: ros-lyrical-roboplan-core Version: 0.7.0-1resolute.20260921.085126 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 1961 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-roboplan-common, 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-core/ros-lyrical-roboplan-core_0.7.0-1resolute.20260921.085126_amd64.deb Size: 528490 SHA256: ed196bb5ab67d47e34d8088cb888993fb0df8cf5ee4fb25a6576d7f5c397a404 SHA1: ad4312ddca0f7d6e694f6d181034a42482769074 MD5sum: ef77f9023bd9d4a12fd02c5dfcd44829 Description: Core types, scene representation, and utilities for RoboPlan. Package: ros-lyrical-roboplan-core-dbgsym Package-Type: ddeb Source: ros-lyrical-roboplan-core Version: 0.7.0-1resolute.20260921.085126 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 26670 Depends: ros-lyrical-roboplan-core (= 0.7.0-1resolute.20260921.085126) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-roboplan-core/ros-lyrical-roboplan-core-dbgsym_0.7.0-1resolute.20260921.085126_amd64.deb Size: 25986928 SHA256: 17670a036971f31e8b5b71e63ab032a17920d965df0043a6a996449e91b18b32 SHA1: c02ecfc28423351f900334a26f5fe0a8e6f031cb MD5sum: 51bfd3d9f9d370fc36464c009f009f03 Description: debug symbols for ros-lyrical-roboplan-core Build-Ids: 0b62c4760faef665fa992580d2c976c898428e54 29b77a0efa9d55efa926e3ea612dc6f0ea2321c3 ce09592be9772c888cd5d03b6e46f1847964989a Package: ros-lyrical-roboplan-example-models Version: 0.7.0-1resolute.20260921.083912 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 88502 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-roboplan-common, 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.7.0-1resolute.20260921.083912_amd64.deb Size: 22662936 SHA256: 1c488815acc7e2bc3be065df200e369e65e080e3d8b27b27245d7e6f4b8b0225 SHA1: b8091312ae778ae8105de6143d42d52143d96cc8 MD5sum: 410f83e7f8a3032af392956a21aa886d 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.7.0-1resolute.20260921.083912 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 617 Depends: ros-lyrical-roboplan-example-models (= 0.7.0-1resolute.20260921.083912) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-roboplan-example-models/ros-lyrical-roboplan-example-models-dbgsym_0.7.0-1resolute.20260921.083912_amd64.deb Size: 564392 SHA256: 60651388ee1cda26f37b834f2308d95c31a977ba8fabe871ebbf4fe3e28e4d8d SHA1: 952a7289d4ce53873bd1aea9e074e814410490f8 MD5sum: a5aa6db065730719fafe4272397da1f7 Description: debug symbols for ros-lyrical-roboplan-example-models Build-Ids: 48d769c7a75fd2b27da5be3956529473540a19cf 89d40a76b67fba8567fe4418d58c952f36ef7df4 Package: ros-lyrical-roboplan-ros-cpp Version: 0.7.0-1resolute.20260921.090310 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 284 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libeigen3-dev, ros-lyrical-geometry-msgs, ros-lyrical-pinocchio, ros-lyrical-roboplan-core, 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.7.0-1resolute.20260921.090310_amd64.deb Size: 91270 SHA256: ea5023faa0b550aea5ac55d954158d235b6df19944548be360ab8631d147ebec SHA1: 699c18224b66e900316ca2c2fa8f6a1af0b7af97 MD5sum: 5e52621bce07fd874f9b0ecc4eba46f0 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.7.0-1resolute.20260921.090310 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 4467 Depends: ros-lyrical-roboplan-ros-cpp (= 0.7.0-1resolute.20260921.090310) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-roboplan-ros-cpp/ros-lyrical-roboplan-ros-cpp-dbgsym_0.7.0-1resolute.20260921.090310_amd64.deb Size: 4427898 SHA256: c417e02270c3d08274680ebc3e8acc76c6a00db8dfdfca267fb4d9cf9e8476c2 SHA1: 9a9d793530bc4de1efb901e13d75fad688e7c449 MD5sum: 89d4d7658a817af5a47ca73cd0777cdd Description: debug symbols for ros-lyrical-roboplan-ros-cpp Build-Ids: 309f2f417569ccb0e61e61e3c50a4cb2e6fd3128 84abcefa6b3f55bbde1622fb7b652d256765dfc5 Package: ros-lyrical-roboplan-ros-examples Version: 0.7.0-1resolute.20260921.090308 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 64 Depends: ros-lyrical-control-msgs, ros-lyrical-rclpy, ros-lyrical-roboplan-core, ros-lyrical-sensor-msgs, ros-lyrical-std-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-examples/ros-lyrical-roboplan-ros-examples_0.7.0-1resolute.20260921.090308_amd64.deb Size: 8622 SHA256: 2d32232c7287bde5ae0717e6a454f160dcf675027da8727146c6d003f1b4b256 SHA1: 1d66c9db2761552dd6b0ef1f3d1ef1c07dae65d9 MD5sum: 18c0328245aade9f54f60e3c5d3de28a Description: Examples of using RoboPlan in the ROS ecosystem. Package: ros-lyrical-roboplan-rrt Version: 0.7.0-1resolute.20260921.090309 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 853 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-coal, ros-lyrical-pinocchio, ros-lyrical-roboplan-common, ros-lyrical-roboplan-core, 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.7.0-1resolute.20260921.090309_amd64.deb Size: 254428 SHA256: 50791a9e3cda8557734abd260af97014ded93bc49b16b1947df717d3e09bac49 SHA1: d8f3c13abb41cadc6752a965d4a6517436fed097 MD5sum: 1a00ae26fcc846a3067f4a58c59fec68 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.7.0-1resolute.20260921.090309 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 17682 Depends: ros-lyrical-roboplan-rrt (= 0.7.0-1resolute.20260921.090309) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-roboplan-rrt/ros-lyrical-roboplan-rrt-dbgsym_0.7.0-1resolute.20260921.090309_amd64.deb Size: 17543734 SHA256: 38bf2c0ccbe8be33662d9b7df5d9c972a9ef392fcad273ac3a220ecd6ff1731a SHA1: d0d03f700cf17f5169b5f4a21dbd93448e33cd66 MD5sum: 2731833cbdfe28431a7bcac619e730a0 Description: debug symbols for ros-lyrical-roboplan-rrt Build-Ids: c2003a2300e73a83472258801512c82020514f3b dd4d9ca4d21e733ce063e3beeb8aa41efaa89f7f Package: ros-lyrical-roboplan-simple-ik Version: 0.7.0-1resolute.20260921.090313 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 456 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-coal, ros-lyrical-pinocchio, ros-lyrical-roboplan-common, ros-lyrical-roboplan-core, 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.7.0-1resolute.20260921.090313_amd64.deb Size: 137000 SHA256: 5cfbdd53d6a2f245905d0e9d96ea6746002e2c6b34163217e4cc302fdbd67da1 SHA1: 4280fa838013e0fb0153ff4c2e128bf925796c5c MD5sum: 1581009c39cd26469584a6c149b4df1c 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.7.0-1resolute.20260921.090313 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 14465 Depends: ros-lyrical-roboplan-simple-ik (= 0.7.0-1resolute.20260921.090313) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-roboplan-simple-ik/ros-lyrical-roboplan-simple-ik-dbgsym_0.7.0-1resolute.20260921.090313_amd64.deb Size: 14396794 SHA256: 2d34add30b5cf0f5a2850e79f6caa4693316e834eb2fa758e4689bb2fcab01a9 SHA1: c22387a9a1c8ed30f732eb502ecabc6c7677e7ee MD5sum: f56b5a5b8a8ddb10188f42cd5bc04209 Description: debug symbols for ros-lyrical-roboplan-simple-ik Build-Ids: 1c4d072763573beb72f0dc2787c94f02ea99cf21 db17f4e8fc12732e01e3c3ac65baf6f227641091 Package: ros-lyrical-roboplan-toppra Version: 0.7.0-1resolute.20260921.090258 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 339 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-coal, ros-lyrical-roboplan-common, ros-lyrical-roboplan-core, 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.7.0-1resolute.20260921.090258_amd64.deb Size: 107390 SHA256: 29a9a4a97f640d920be46a2d245434be15ddab1eef7d99a5898cda52f4d92ac3 SHA1: 4f3a6b42d92b34c8050bf1403ccf97cfa3d7aa69 MD5sum: 9314f35d9dc9ee85ce09719359632aa5 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.7.0-1resolute.20260921.090258 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 6514 Depends: ros-lyrical-roboplan-toppra (= 0.7.0-1resolute.20260921.090258) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-roboplan-toppra/ros-lyrical-roboplan-toppra-dbgsym_0.7.0-1resolute.20260921.090258_amd64.deb Size: 6490404 SHA256: 7417d510dcc2175899579d223d68687514bec24a6bb533bcdeec2fcccce66337 SHA1: 921591e744ed1d1c0012d24d42cbd74eb9c012fc MD5sum: af512d98435a60036369c4b4ece251c9 Description: debug symbols for ros-lyrical-roboplan-toppra Build-Ids: bd3627aa8620abaac925d516b8771c6ffd57423b bf7bf300905055359619802933868d21efb6bdcf Package: ros-lyrical-robot-calibration Version: 0.10.1-3resolute.20260919.191354 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.20260919.191354_amd64.deb Size: 977600 SHA256: 8a2b72207116f6e3fafb9fe8ea017342d6d25582464ac68ee50a3ac734d1deb5 SHA1: 61548a8dc928c7af775aa7327bf159c76fb161f8 MD5sum: 3d50603a452e616dd39804897562dcf6 Description: Calibrate a Robot Package: ros-lyrical-robot-calibration-dbgsym Package-Type: ddeb Source: ros-lyrical-robot-calibration Version: 0.10.1-3resolute.20260919.191354 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 34188 Depends: ros-lyrical-robot-calibration (= 0.10.1-3resolute.20260919.191354) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-robot-calibration/ros-lyrical-robot-calibration-dbgsym_0.10.1-3resolute.20260919.191354_amd64.deb Size: 30184320 SHA256: 8ecc17468e496dfbdff13a1599abc30eaa9b249840b82c571376f766b1b0b35d SHA1: 45a0ff3db866187bb6a3bff3b066c43983a3b307 MD5sum: b7415649c1c65893b603189a32f41c19 Description: debug symbols for ros-lyrical-robot-calibration Build-Ids: 0cd0679661db0ddfea42c0b79b1c05e5b4fa275a 4845b6c2559ce2c4a26d1f3fa58fe1e171d19fe1 52bb8e41d8c8cc4ea3d3e6e1d0761981a44744b3 748799ec4e652e68fff58655c24cc31a4b662213 7b9ba5e147e77425a7df190d46983d700d17b30f 87cf410ad3f2c3b82a98632538f265d269eca490 880ce15c0315eaddd5787a281aeb79883e5d9197 c4a396e0c8f626dde25d81b018b25036dfbe219d Package: ros-lyrical-robot-calibration-msgs Version: 0.10.1-3resolute.20260915.052558 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-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.20260915.052558_amd64.deb Size: 206046 SHA256: 0686f8847655219b762271ab5c85bde7c5fa4426cdc55e66d6a961998334c542 SHA1: 045447e2143eb6b14c19b1502120458b86bbb3ec MD5sum: 47c46abba40edf271378ac12cd1a1829 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.20260915.052558 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 2064 Depends: ros-lyrical-robot-calibration-msgs (= 0.10.1-3resolute.20260915.052558) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-robot-calibration-msgs/ros-lyrical-robot-calibration-msgs-dbgsym_0.10.1-3resolute.20260915.052558_amd64.deb Size: 1481810 SHA256: 091da3d6478d325f16ded5116f7025929945068c4310e26c521809e6f591d478 SHA1: f96ea3a3f6bcdc2d78c1a204e878896cc1211d77 MD5sum: f09faa87dafe96cd05a4e5c02898f747 Description: debug symbols for ros-lyrical-robot-calibration-msgs Build-Ids: 02e065b48bc36afb1428589372fda997cd6e777f 230fafbe054091d716225cd2990147aaf12c2233 383abad5bffacddf08e8a0414804d07b63772f5a 6fbe4b56fc82cbd793c0369ca9bed4dfd1a8981a 898a97b7a29dce7cbb62b0b5f90e459d83a93a89 929cd90b448143f26562c6d02a9450bbbb84c9e1 940d464db6c3bca003ee47c68d072e7fa154c6cd b00eb2f2f2c998efb8175e680995dfe69791b0fd b8855a17f2fea61671c609432cefc592c91b4c8e c90e77115c9d598d52f0811c4a7f1198e3c70114 f06e3774800371416efe041013d296af693ad97f Package: ros-lyrical-robot-localization Version: 3.10.0-4resolute.20260915.143618 Architecture: amd64 Maintainer: Tom Moore Installed-Size: 7615 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.20260915.143618_amd64.deb Size: 924812 SHA256: 2bb2f25bdb80b809b9ca5137350723e9f3adac547f50bcd90297f829b30391f8 SHA1: 1722f5437fd05e6aabc347a8ef81a1e9a49aeb3d MD5sum: 5835d440f6f5c8035cd8474b4373ab9a 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.20260915.143618 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tom Moore Installed-Size: 26486 Depends: ros-lyrical-robot-localization (= 3.10.0-4resolute.20260915.143618) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-robot-localization/ros-lyrical-robot-localization-dbgsym_3.10.0-4resolute.20260915.143618_amd64.deb Size: 22608140 SHA256: b164bc67312bb4c7668bb9913c7e865189f293c3bead33eadacb29e5d9d0c5af SHA1: 885b1c65c1b63613663ec89beb0c8390d7276d40 MD5sum: f8d54a567f90ff604c1ad042ceecfc35 Description: debug symbols for ros-lyrical-robot-localization Build-Ids: 0228d8924c769c29a89168fc9dd3bd2b3de30df3 0d4ce79490af7a54201d9575c593e95b3cfe8319 29b4841fb5616bfe1d3edeec23b332f34f46d66f 36835a960672eab5e561fe7b0fefd0803dee34a2 58e39c062c116898287f3a79f0da8ab47f74a071 658ce11ac0c6841452797f64a011a2d4642e9692 7f1a6e2506998575de2c1fa0d15ce45d95338691 865c48e6d386e80390038e3bae6b3ae0ffe34da9 8d33fb9102effb280a2af0e8f0b0675d7999c68a 8fe5e01b1c3448193220edb5251d10d8a238a449 bfa827c84ce42df60361ebec45d8c969d58e04ec d6b400129b0c1844fed3fbd1bcbf502d92ab3231 d822aa6a7592b6d2258985c035423d7a548ac041 e594ff6e3651350a113e6b205d75d3eb384a46e4 ed2ae467d3f4cc0578f6aea65e972869d6ba6771 fc1b4927203b4fb888845535be82aa56db7d8e5e Package: ros-lyrical-robot-state-publisher Version: 3.5.6-1resolute.20260915.141620 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.20260915.141620_amd64.deb Size: 208084 SHA256: 97684a801e1fe89bbb3cc1bea0d9420b12b78c815797cfbf982e991de2b640e2 SHA1: 2ee32274bd3780e4f59e6716a1e768336f8a57a9 MD5sum: d6762f8ec71691432bae331e17d44310 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.20260915.141620 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 5282 Depends: ros-lyrical-robot-state-publisher (= 3.5.6-1resolute.20260915.141620) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-robot-state-publisher/ros-lyrical-robot-state-publisher-dbgsym_3.5.6-1resolute.20260915.141620_amd64.deb Size: 4257576 SHA256: b2dc8e6ceced0a7bc008cb1f1d845077521d060188057253422817c90a3d5a08 SHA1: 6fd1071aa6668f0909e06e94c4629d3a5dec9e4b MD5sum: 9a0613a481e37b56cae47af8d706096d Description: debug symbols for ros-lyrical-robot-state-publisher Build-Ids: d6cbbfa5b5e35e904ef2866fff64d02d895d9166 f7bd657047d51a418a1661f71bb681d301fc6e2c Package: ros-lyrical-robotiq-description Version: 0.0.1-4resolute.20260915.155836 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.20260915.155836_amd64.deb Size: 785762 SHA256: 5350761649e833511aeeddd8293a0a8dac95f15772f9484c13ecd1d6bc531c94 SHA1: 0305a16a7d7fa9f31ab15993838f02d482e6808a MD5sum: 5eec08db0ce9cc31fd35873435e159c8 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.20260915.071033 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.20260915.071033_amd64.deb Size: 171392 SHA256: 09c0bb961cee5e68d1fcbcb902151bb16ef20bdab485136a95c9417f303ffa7a SHA1: f3493bca999b1148ef17ce736493e2d78ba5fa9d MD5sum: 75705b44bb978cca03cbf24eaab2c05c 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.20260915.071033 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "yamato" Installed-Size: 3312 Depends: ros-lyrical-robstride-driver (= 0.2.0-1resolute.20260915.071033) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-robstride-driver/ros-lyrical-robstride-driver-dbgsym_0.2.0-1resolute.20260915.071033_amd64.deb Size: 2859516 SHA256: 4daaff82c53ef9c34516c97fa3604b399bdc0828cca77aea9b79310e9bfb53b4 SHA1: cd2c9639dd95237c5b775e6e3910773103b42998 MD5sum: 4eb7a625969892787d2dcba008d3e5ca Description: debug symbols for ros-lyrical-robstride-driver Build-Ids: c686a46e08fdcdf0cf3ebc191b970fdb8c986fbc Package: ros-lyrical-robstride-examples Version: 0.2.0-1resolute.20260915.143222 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.20260915.143222_amd64.deb Size: 9452 SHA256: 1842bd0244f4ab895c9810b9b12b966a35f0966672a31f2b878ece8b5821026f SHA1: 3299ad58bd026e8a343eb89600228f32e5d955ea MD5sum: a265814aa177c105820f58fad8f5d93f 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.20260915.151226 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.20260915.151226_amd64.deb Size: 7438 SHA256: 016b72c90dba46d851577cc4f0c15d6f06020812b383e5379e2b245c885c17bd SHA1: e137b1a01cabda2ec5d4540e1419e1a047481cf9 MD5sum: b11112d9333d660f4fa3bfc43e32d269 Description: Aggregate installation package for the RobStride driver, ros2_control component, and examples. Package: ros-lyrical-robstride-ros2-control Version: 0.2.0-1resolute.20260915.092624 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.20260915.092624_amd64.deb Size: 57550 SHA256: 5a580e491bc6da76c5ad8d7c9ded006ec0ae8f680cf4d9ab3e120269a5bb04b2 SHA1: cb5564d898d410b62ee9b4d0dc812c736cb26f7d MD5sum: 05bbbdf181bba3522e9a84d3e1a570a5 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.20260915.092624 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "yamato" Installed-Size: 1010 Depends: ros-lyrical-robstride-ros2-control (= 0.2.0-1resolute.20260915.092624) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-robstride-ros2-control/ros-lyrical-robstride-ros2-control-dbgsym_0.2.0-1resolute.20260915.092624_amd64.deb Size: 966868 SHA256: c24fd8ce1490935943249f9fffef52ada208f93da3bb6365fba45604de67b7f1 SHA1: 0caf332db1d15c1f8574d39a1418a9bd140626bb MD5sum: e37287039424d408954d8de8837f095c Description: debug symbols for ros-lyrical-robstride-ros2-control Build-Ids: abc9c85e2e3075709226790274e5329e30323e7d Package: ros-lyrical-ros-babel-fish Version: 4.26.90-1resolute.20260920.235359 Architecture: amd64 Maintainer: "Stefan Fabian" Installed-Size: 2106 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.90-1resolute.20260920.235359_amd64.deb Size: 436030 SHA256: a971fe4d9f87f34c825557492e1c65c516ca4e2b7f1f21e105d459db1f1abebb SHA1: f3a234a81d0830ab882c6aeb2482b9497781dff8 MD5sum: c38aabe8e6325b0dea43d3f38041ff39 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.90-1resolute.20260920.235359 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stefan Fabian" Installed-Size: 9757 Depends: ros-lyrical-ros-babel-fish (= 4.26.90-1resolute.20260920.235359) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros-babel-fish/ros-lyrical-ros-babel-fish-dbgsym_4.26.90-1resolute.20260920.235359_amd64.deb Size: 8522246 SHA256: 56f17168c28736eea782845a1c82635bca5574e8dc9f2e2dd43c6fe457d3d036 SHA1: 496ebef7c5fc33cf106411100f7a3531564aafc9 MD5sum: 9f91f82c01dbfad04716335725065604 Description: debug symbols for ros-lyrical-ros-babel-fish Build-Ids: 29d76b31de1e90be6c806b802496122acbb73205 2f3edbd1ce1764738d31b959e1b54b14f59c2823 33d6f0c3e83f8d23308c49c2721ee2a13281a586 6e0cfa4d19192378ce9973d35c8d0fc13058f426 78e0e601dc48c27c4e553f19c6b9e58b42b6f0bc 8008950ab87cb5d167c2dfb98a999ae3ebc6d847 a35e6c1d671bcf394e236a3a2f9b318d2f0922e1 Package: ros-lyrical-ros-babel-fish-test-msgs Version: 4.26.90-1resolute.20260920.235354 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), 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.90-1resolute.20260920.235354_amd64.deb Size: 242226 SHA256: b074c1a8a2c9cfd455f25757dceaaa38222cbae282bf121f3c34f5a06f3db465 SHA1: 8435f1d79661a6acaa2b4fed6565308119e7a8fc MD5sum: a462f8505597c4490b17ed039839d68b 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.90-1resolute.20260920.235354 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stefan Fabian" Installed-Size: 2231 Depends: ros-lyrical-ros-babel-fish-test-msgs (= 4.26.90-1resolute.20260920.235354) 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.90-1resolute.20260920.235354_amd64.deb Size: 1656780 SHA256: e2d135b10879eda271869f6dde0d8621a6670342a01eca67e1232eda5c805ca4 SHA1: 2d123a2082936f3ba7e0f2103066eed121351040 MD5sum: e80f9a5a53c143766ff387611af301a2 Description: debug symbols for ros-lyrical-ros-babel-fish-test-msgs Build-Ids: 5bc657bfaf1c4a5c32d70448357eac4e036480f9 66ffb5251f57d1234b06d53c4a013cc4a86941b1 80af5ba608adfac88ba8e3ddc3fc96860f4c3dc6 999281f23b808145cb4d78b9a4a1422271c81fae a1bf3c793007087006882e915f55a960ef9322ac afdee3504980345e72f2870894ffa3db77876496 b7be6e42f91f0acc3597f4baa01a277eb7d32028 ca37d1cce3065d83c7e314723f5c1feac268621c d12f3b84633ab37a4c5425f9501aa80af2fdfa2a f0c2cbcc4c841037d5b7ddb9d741204c25dfc7da f704cb0344556d2ac125d4ad6f2892b7ddff4862 Package: ros-lyrical-ros-babel-fish-tools Version: 4.26.90-1resolute.20260921.000254 Architecture: amd64 Maintainer: "Stefan Fabian" Installed-Size: 1989 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.3), liblz4-1 (>= 0.0~r130), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), libzstd1 (>= 1.5.5), libzstd-dev, 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.90-1resolute.20260921.000254_amd64.deb Size: 372520 SHA256: 9bf0389054a9bef11c29abdc59494b6eaf9d447fe75d6c386e819a0bb725d1e4 SHA1: 896668c34d14a1dbe1889705a722063cda298fd6 MD5sum: 11a501c2d88f25a530d4ad4c313141b5 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.90-1resolute.20260921.000254 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stefan Fabian" Installed-Size: 4255 Depends: ros-lyrical-ros-babel-fish-tools (= 4.26.90-1resolute.20260921.000254) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros-babel-fish-tools/ros-lyrical-ros-babel-fish-tools-dbgsym_4.26.90-1resolute.20260921.000254_amd64.deb Size: 3840822 SHA256: f9f1ff7605a8be7fe8bfec397467ef3b3574dd7cbce2836d5f8a2774492c02f1 SHA1: 60b445e6ef2ec64b3863fc64c94905ebcd923e06 MD5sum: 12353a41c6e420275520fa088fc0768f Description: debug symbols for ros-lyrical-ros-babel-fish-tools Build-Ids: 9eb9551bf1ef53f63a533a212f1add9789a6af6b d3822345a0ce6d6e990e5be646d01788e9f2cf7e d461077699fa7487136c217b191f76f5483b6d68 Package: ros-lyrical-ros-base Version: 0.13.0-3resolute.20260919.194435 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.20260919.194435_amd64.deb Size: 5816 SHA256: 1d7f23d1374dcb4b725c101621ca071e931675deaef177ebf178d8b64e834a3d SHA1: be8875c1bf117aac91a271ab20d30d323b5a51b8 MD5sum: cf199f66d068e3880ca7a1f0ff1ee5dc 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.20260915.090714 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.20260915.090714_amd64.deb Size: 6316 SHA256: 918fab60d22ed546d61777a9faa393489721cd6db08eb038077c38d9e326525d SHA1: dd9ed86de2643a9d825a82bd0b35e1eacda78f83 MD5sum: 3ba86613430f0ab72d083c0c01c406ed 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.20260915.235253 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.20260915.235253_amd64.deb Size: 6424 SHA256: 52f9aff4eaa15c0ad2e8c7a08c41ee2287c0b10b6b252506b3f5192b196cee1f SHA1: 978630cbfdf14fddfbba419521e15b9ba07e6f92 MD5sum: 8b6b16859a347a763762ad713eae0174 Description: Meta-package containing interfaces for using ROS 2 with Gazebo simulation. Package: ros-lyrical-ros-gz-bridge Version: 3.0.10-1resolute.20260915.142616 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.20260915.142616_amd64.deb Size: 2069700 SHA256: fdff8d65d2a2e846b0c6233763bcf3435299a8d47c7b6f3f105687e981499a8c SHA1: ad5ae21be96f12e9dc0c4d34ab09fcfdc851f931 MD5sum: 524ca235480d1728c033a879da57323e 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.20260915.142616 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 89641 Depends: ros-lyrical-ros-gz-bridge (= 3.0.10-1resolute.20260915.142616) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros-gz-bridge/ros-lyrical-ros-gz-bridge-dbgsym_3.0.10-1resolute.20260915.142616_amd64.deb Size: 67007566 SHA256: 4672c2c7635372a3d5e909f86cf88d54d85030ebb12c706868dafae9df0db0ea SHA1: b344a3adf1175e35ad822dc8c3e9d6220f235c6b MD5sum: 118b9a5cb4532546c5d9956e166451a7 Description: debug symbols for ros-lyrical-ros-gz-bridge Build-Ids: 2a1280831ebcd62a4b647a41ebca7f6bc4858e37 4e4e106e190828aef20adf4f48f007a97189ee2e 6ade52857c0c2b5fa97d32db7f84b4a33ba42d2b 8bc969de5cb45bb3a2efcaeb9ecbfb1cd62ee65f ad749529e395017f59dadd7331b8aa8e2d8a185d Package: ros-lyrical-ros-gz-image Version: 3.0.10-1resolute.20260915.152414 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.20260915.152414_amd64.deb Size: 35930 SHA256: b4208f183fb73b5b1eddc6e325298470a21ead123c2be14f655bc9dd3505450b SHA1: cbd2ff15e428cac313891e4d66327699d6fef3d7 MD5sum: 383dd53583fb963e1b4b9159b940a976 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.20260915.152414 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 692 Depends: ros-lyrical-ros-gz-image (= 3.0.10-1resolute.20260915.152414) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros-gz-image/ros-lyrical-ros-gz-image-dbgsym_3.0.10-1resolute.20260915.152414_amd64.deb Size: 646332 SHA256: e802af7bbb3e4939b8904336c2b787396b2faa1ea34de5deccd6916d11751c88 SHA1: 5500b59c09ac3284b6d866c4be0379d37067fd80 MD5sum: 4bdda52afdce1811ccaa61e5d1aecea7 Description: debug symbols for ros-lyrical-ros-gz-image Build-Ids: 6ad60b99f59ae1c170a222df642040ec44de54aa Package: ros-lyrical-ros-gz-interfaces Version: 3.0.10-1resolute.20260915.051849 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 6083 Depends: libc6 (>= 2.32), 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-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.20260915.051849_amd64.deb Size: 457240 SHA256: c661ac3ebe7b284e4ab5719aca21a5ef2a43fac46f6e47a56f6c1a2f65753c9a SHA1: d72e01b31459464af9149fff9a4ede9b4283c0fa MD5sum: 049958d0f28a52095a9c02921c56ea8a 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.20260915.051849 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 5369 Depends: ros-lyrical-ros-gz-interfaces (= 3.0.10-1resolute.20260915.051849) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros-gz-interfaces/ros-lyrical-ros-gz-interfaces-dbgsym_3.0.10-1resolute.20260915.051849_amd64.deb Size: 4196736 SHA256: 3833bb07cafed4af5883cb70dc1d97abda85d127aba64741602e81a7bca961c7 SHA1: b4867b7bdf6ddec6ab1302296c806c5550d04d57 MD5sum: 11f4d67397f87459deba36055ed9e1c3 Description: debug symbols for ros-lyrical-ros-gz-interfaces Build-Ids: 0b90f65328db98b4cd40aacf25cb2a2d075df333 5ba556c8c518b87e74217191812d6451b9879f53 5c71a89d5c5e78e85dd250a09accbcbb66942853 6c788ee584ffe3ff692144ad01925270b4ec920a 7b9dc12c31bb53da4ca7a8171f728704a2fc2af0 983dfd5cf9d10e80f12bb64431ef41ef581b0de2 bdbbf89673696ecd7439347fc1f21e0fbcf4941d c36dddbb5b3871c6e51440d702f7fbe778bb0145 d477b31def4e523a3d6f9591c611a78a7c8e5128 da8f3de15caa4ca2faeb46a078999503aea80e27 dd90c6fd2f9f0947f5a1a1b27ba1493aa902dc5c Package: ros-lyrical-ros-gz-sim Version: 3.0.10-1resolute.20260915.145932 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.20260915.145932_amd64.deb Size: 793010 SHA256: 495cb090b916ef98ddf53f4c5fe1ffc0ce9dab9a2a27603769c421f81bd19361 SHA1: b0d57f467b6874e0d1491ff83a54cf843e0af040 MD5sum: 8b9f9da4415b8bb4ca61cd7a8b6b99b7 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.20260915.145932 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 25833 Depends: ros-lyrical-ros-gz-sim (= 3.0.10-1resolute.20260915.145932) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros-gz-sim/ros-lyrical-ros-gz-sim-dbgsym_3.0.10-1resolute.20260915.145932_amd64.deb Size: 23723520 SHA256: 9c7e1d0d2d380335881e8f2f64bdb8029b2c8eac62e1d92db501b3ed8d41e81f SHA1: e8365c8aff058eaf8e9ddc553e0e651a82dbff4c MD5sum: f1664d522755ed1d039f873bc888a8d7 Description: debug symbols for ros-lyrical-ros-gz-sim Build-Ids: 3e57b015bd420c46a6c1118244464cd6313a309b 44a50df6bd0ca9cd2105ca1ae7bdb729893b3b81 5b3528abff7c80033c3a9ccc3f219730e21eccb8 67580e1d51888b2e9d16682e11969cb7ee337460 a318e70b7649264dd6aebc5b3dca182318be4871 a8dddd18fd1d5845b634d8d61b4cd278d0f08fac bfafad0807757c0311ba44b3dbccb533f6874629 d121e4ba72c2f272d11dd25dabd82abb24852116 e70efb4c6b73c824ba6403e7369dcc4a4a8a828b fb124bd8d0b5b105411da1b23da78725723bd14b fc81634d43012321aae78e5e2dbf00792489d8d8 Package: ros-lyrical-ros-gz-sim-demos Version: 3.0.10-1resolute.20260915.233607 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.20260915.233607_amd64.deb Size: 922500 SHA256: 68e49967cee98b9c8822dd299b657241ae758f19d6a4122cdeef9374b07dcadc SHA1: 8cc6ba68832d0d6abf89a5223be523df46f2af15 MD5sum: ac9dc136c6349570b8a3f8a8a2145497 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.20260915.045654 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-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.20260915.045654_amd64.deb Size: 160020 SHA256: 806385355ac668ade4ea8335c68ab135a11ad6340d39b47612aa51b6ce256f01 SHA1: f5db32df66a01b522829b2f4bac78f60e1c2b167 MD5sum: 4c68c0b69ea737e00831fc275c28c1f7 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.20260915.045654 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ubuntu Robotics" Installed-Size: 1732 Depends: ros-lyrical-ros-snapd-interfaces (= 0.0.1-1resolute.20260915.045654) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros-snapd-interfaces/ros-lyrical-ros-snapd-interfaces-dbgsym_0.0.1-1resolute.20260915.045654_amd64.deb Size: 1252574 SHA256: a8b374c092ea4118f570203508197598f512dc943cd2008e04a3131c96a0733a SHA1: cd75acfb74c61b65c3ef332824b6889364ec708f MD5sum: 6ebf2e2a3606b4916bfb4b759ba7e94f Description: debug symbols for ros-lyrical-ros-snapd-interfaces Build-Ids: 04343541516d258530aebbfe551ca0f6517a65ae 0f35b6d2b16853ac4a8a2b8e19054ac3e436cca8 191df43dfd6a497194de2531a1e2e31d30a21433 1cc8d233f371b01132650450f20c53a6a9e0c021 2bc7add4ad9332e4f6122ac0bbb2d4f8790b2959 45e30f83d07419c0a3fb62938c7db509e2349cb9 49a5fb1313f67d49da23d26fd2e12be628130355 a08bea1e97b6b2dbf2964c78316669dda0a85d10 c53246b1945c7314deda4f915dfd9bee8976b55e c8605aeaf4ee4c860c5e962ddfcd3651927bac49 e4f9146b4a8eade7227f279366b98c5c29308ba8 Package: ros-lyrical-ros-testing Version: 0.9.1-3resolute.20260915.082039 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.20260915.082039_amd64.deb Size: 7326 SHA256: be9ea80a5d408be91f152ac075ab39af3f30ea472f40de2319c84202e754928e SHA1: c289dbcf01fd617774ce2fc7a4a5d60a19ac3649 MD5sum: 63a758dd7c944daada480bf02217fb5f 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.20260915.111302 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.20260915.111302_amd64.deb Size: 6510 SHA256: 26ff56e3c69f823a84d0dbda202d6474d2c363821b93ad110bb37359d8ac9ad4 SHA1: d108d00adea1692622e6411eaf1fdcccaa7bacf6 MD5sum: eed8205f4d5841533de54e718dcf14b0 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.20260915.152705 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.20260915.152705_amd64.deb Size: 7452 SHA256: 4ffab3430f3c4c3c4378b2bec62e80b8360f05e65b7cdb3b805d89de528cf445 SHA1: a6bf478948da00f61430a6bb493c0910c95dc644 MD5sum: 38d5b08db979719db3a29fa841946586 Description: Metapackage for ros2_controllers related packages Package: ros-lyrical-ros2-controllers-test-nodes Version: 6.9.0-1resolute.20260915.065259 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.20260915.065259_amd64.deb Size: 12670 SHA256: f3bb4b7d1c1ac7579dbe3c97eb483eef7ce9778f4dda7670a2e8761fbaa699c5 SHA1: 2132fea92a7ca5952fbdca79df001d2b87b78792 MD5sum: 9416418dfc7863b4827f0ba38df4eb66 Description: Demo nodes for showing and testing functionalities of the ros2_control framework. Package: ros-lyrical-ros2-fmt-logger Version: 1.1.0-3resolute.20260915.080608 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.20260915.080608_amd64.deb Size: 13722 SHA256: d4c91b325d41c0a74285737f4c09d7240b42a98bb1077ce20ade2c3897bd33c7 SHA1: 0643993364801e002382f494ce2f88dd3ead7dbe MD5sum: 191d9aa40881b8b685d627e529d70e83 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.20260915.074322 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.20260915.074322_amd64.deb Size: 135708 SHA256: 685f677506467a4b5221c258168d2cd661c43598f6c9910b94dbf09e80451d19 SHA1: 05c35e9a17984dfd1ce4041e9ceff1dffcffda4c MD5sum: b018970d155b142c848ae77bcb28b901 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.20260915.074322 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "mfaferek93" Installed-Size: 2804 Depends: ros-lyrical-ros2-medkit-action-status-bridge (= 0.6.0-1resolute.20260915.074322) 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.20260915.074322_amd64.deb Size: 2391364 SHA256: ab626cd9bc8a5eec2308e155df52bc81e5baa3be4144cee082a98ea45da1e5a4 SHA1: d70a8bce733e2b3ad9bbf6a8fcffc0c29bf6b8f6 MD5sum: 41b1a9b1ea7359de76e3d7c3b8a785ce Description: debug symbols for ros-lyrical-ros2-medkit-action-status-bridge Build-Ids: 8dafe3aec4f4d43cc6b6f799e165eb9853d40bf6 95c823506ea2a5961bcf02ebe358e68ff645d002 Package: ros-lyrical-ros2-medkit-beacon-common Version: 0.6.0-1resolute.20260919.195917 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.20260919.195917_amd64.deb Size: 58448 SHA256: 726a0a4ff092c4a5196151f190970f253cc1a4889c727c18cca1dbf847ff9e8f SHA1: 3f02a9e76082b9f32ab6738f6e8f54f3bd0c2300 MD5sum: 06a8a18c88213708f7243b253bc4eba5 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.20260915.074318 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.20260915.074318_amd64.deb Size: 116602 SHA256: f9d649ce567a38ead613af076df66dfe75e7fa57c21016a275fbd13eaa07c28f SHA1: a6b4077e89ceafecce506ea296ade483aaafee41 MD5sum: 8e4e60a47462aa7535d318035c68695d 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.20260915.074318 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "mfaferek93" Installed-Size: 2604 Depends: ros-lyrical-ros2-medkit-diagnostic-bridge (= 0.6.0-1resolute.20260915.074318) 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.20260915.074318_amd64.deb Size: 2207164 SHA256: c27acdd06b94a69f5bf8b4d2b3f8caecda89ed8670a0059eb3aa0adbfa217249 SHA1: a1ee58eefd1286bff0392e7dd2fd9fed24ef97e9 MD5sum: 8b81c5c7b837051ca34b3a70cd43bcc2 Description: debug symbols for ros-lyrical-ros2-medkit-diagnostic-bridge Build-Ids: 5311e7a67fa7af4b49d30fc49c15707fd9ed8081 6684c188ac86766a38e65bfe0d8e3534bffb1b4d Package: ros-lyrical-ros2-medkit-fault-manager Version: 0.6.0-1resolute.20260919.191356 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.20260919.191356_amd64.deb Size: 396524 SHA256: e01e2b03422b15d09ae156ababfe22f83c78d9758ea1eab76d73ba18449c7bf2 SHA1: 72ac51f3d71164da7bae06574f74409eee43e7f8 MD5sum: 5fc5fffc9885cea5625b3c81deb3faf2 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.20260919.191356 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "bburda" Installed-Size: 7340 Depends: ros-lyrical-ros2-medkit-fault-manager (= 0.6.0-1resolute.20260919.191356) 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.20260919.191356_amd64.deb Size: 6801812 SHA256: 06e95584ade93042787bd103b1fe70785aff4252d2209bd0c9fc166ef5424b48 SHA1: 49313d85729ee28f6665ad4aee1442c444d70438 MD5sum: f6554f5b49350c2dd3b8defc1b66fafe Description: debug symbols for ros-lyrical-ros2-medkit-fault-manager Build-Ids: 3f7b9f78a33ecaa195e28a62fa6d4a6979facffc Package: ros-lyrical-ros2-medkit-fault-reporter Version: 0.6.0-1resolute.20260915.073746 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.20260915.073746_amd64.deb Size: 42674 SHA256: 84447dda6742e6801d81c812536378a6cab01be1d2c5ebcc809396382a5ae1bd SHA1: 9ce3446b661585395f233c4ca0fa48ef8378b4d6 MD5sum: 16fd93d188055eb5aa5c0ea2e2bc8854 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.20260915.073746 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "mfaferek93" Installed-Size: 687 Depends: ros-lyrical-ros2-medkit-fault-reporter (= 0.6.0-1resolute.20260915.073746) 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.20260915.073746_amd64.deb Size: 641802 SHA256: 4328cbb2995f9821f696e0ebfce2a8170e3b3ec684918db00aae0a1f0878612a SHA1: 0e63d3f07e5ac1c3fbe97e77e1e0f4ecaee6fb6c MD5sum: e301d35f7a6fe1534907b7fb9ac8bf30 Description: debug symbols for ros-lyrical-ros2-medkit-fault-reporter Build-Ids: 4bf1a7f9900ddc7968431b0ab70f8d926b1c122f Package: ros-lyrical-ros2-medkit-gateway Version: 0.6.0-1resolute.20260919.192110 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.20260919.192110_amd64.deb Size: 2256518 SHA256: 6d8bc04f2351768ed55e350917801a6002269846552199af8e358c4bb1c7c183 SHA1: a21773ea4c7c52839633862a5f04d9c876f74b02 MD5sum: 2fa1cc28b6a83b979f8504a1174f4252 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.20260919.192110 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "bburda" Installed-Size: 75744 Depends: ros-lyrical-ros2-medkit-gateway (= 0.6.0-1resolute.20260919.192110) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-medkit-gateway/ros-lyrical-ros2-medkit-gateway-dbgsym_0.6.0-1resolute.20260919.192110_amd64.deb Size: 71701262 SHA256: a9a0ae0fbece05b1ca7b74e3ecc18f98f5a4b0d38dff7038e34c7de816c4a867 SHA1: ebb055e5d8afb7b59bfeef9f6c6aded8c59f7e9b MD5sum: cb930b653c4cbacde0c172d4cf0c65f3 Description: debug symbols for ros-lyrical-ros2-medkit-gateway Build-Ids: c10250bb35be184ccdd0b36e0824fd24de4f731a Package: ros-lyrical-ros2-medkit-graph-provider Version: 0.6.0-1resolute.20260919.195916 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.20260919.195916_amd64.deb Size: 149340 SHA256: 292bf7cd5a3bc9464ca575d9ccbabb793609ee2aab804916831c361a4e159719 SHA1: b6a9406180e10a57a913e00fb5a5f4ed5af1e72b MD5sum: acc8364da2d6c2b1a8468834f7afc6ed 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.20260919.195916 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "bburda" Installed-Size: 3362 Depends: ros-lyrical-ros2-medkit-graph-provider (= 0.6.0-1resolute.20260919.195916) 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.20260919.195916_amd64.deb Size: 2945432 SHA256: 1519dc9ae48ee01375b7325a54ca8db3de5c4644340dbc7acf5ab21be4f8afcd SHA1: e52bdaa2d28124d1bedea09f7df57eaa93d29607 MD5sum: e8d4f16deba1ee924134adc3f67ff1fe Description: debug symbols for ros-lyrical-ros2-medkit-graph-provider Build-Ids: 89626533a569f70965f98ff27d38cdd6aa131849 Package: ros-lyrical-ros2-medkit-integration-tests Version: 0.6.0-1resolute.20260915.065213 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.20260915.065213_amd64.deb Size: 397990 SHA256: 194ad0bf2b48e4309839112f8d6006cf4cb3331a80c4d9e246259f74e1cea40e SHA1: 952f269be625cb1db9393632085695e39d1d5a5e MD5sum: b5442ccc595a6c386e719b1f569255eb 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.20260915.065213 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "bburda" Installed-Size: 12289 Depends: ros-lyrical-ros2-medkit-integration-tests (= 0.6.0-1resolute.20260915.065213) 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.20260915.065213_amd64.deb Size: 10745122 SHA256: bf15ee244398e0b31cc7f4ecbdbc8e2ad518671b317c800cd659a215c8c2e09e SHA1: a346d9e099f61d60fac4d02fc6a6bf1df94bf44b MD5sum: e3eac0981934c812244307aa56bdcad0 Description: debug symbols for ros-lyrical-ros2-medkit-integration-tests Build-Ids: 0047311b4c222544fee359f7df8c09f3a8d5129d 10b3334fec6bfeff4706e88f75cf510e2777cf2d 1ef3e11a609731cd674eacffac535a72e139a3a6 2034b0090109470793485b74968dd0b376c6d2c3 29e5af7a6de65c9bebbb3cc5ca5326d2183f2451 453360ca3ee2a346aff239e3cf6ae0be65e77518 53fb3dbc2e4cc7c84ebb5323fb966926373d683d 9c2b7238cb624c554b576a3bb12cd2dcad3b15e8 9ce2ce9e132cdde2a05344166e9eb1f32551a5d3 d23b944485d1ebef9f9763d60facaf0658fe1803 e0c27fbad2b91fac5452db19c08c3b47cc6587c6 f471182acf81a7e20a7a3311545c24426422baf6 Package: ros-lyrical-ros2-medkit-linux-introspection Version: 0.6.0-1resolute.20260919.195919 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.20260919.195919_amd64.deb Size: 123088 SHA256: 62c8d90d56d6503a3fb1862a63f3cfbabb19d38187b1abde8115492d3ed7983d SHA1: 0928af14b80cab40f942fdda189377220ebb07c4 MD5sum: ccb0236a532b66716f8a2d7efaeafc5f 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.20260919.195919 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "bburda" Installed-Size: 2740 Depends: ros-lyrical-ros2-medkit-linux-introspection (= 0.6.0-1resolute.20260919.195919) 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.20260919.195919_amd64.deb Size: 2586902 SHA256: fe0238de1e13eda29caf0db2335bdb38974b06c83f19de67818e3383542dc3c1 SHA1: eb72aa7b0edfedf11be85de1bed875ff42af617f MD5sum: c90319b934fc7bf1b6109af01498b1bb Description: debug symbols for ros-lyrical-ros2-medkit-linux-introspection Build-Ids: 485f9ac802d134349290ef2fc070607d5535641e 734c555fc0558aba1eb67ed40fb67828ae952c5a 78bc1cc549f1cb03a6e6fa1632d4c27f45716fb0 Package: ros-lyrical-ros2-medkit-log-bridge Version: 0.6.0-1resolute.20260915.074318 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.20260915.074318_amd64.deb Size: 122996 SHA256: f9c48ae7eefc55f5d72a030d4d773019250f50361df7dc6310d62a38e95d67fc SHA1: 1700211ecaa69ecd0442c2618e8245194e904700 MD5sum: 63bdafa40786b461ea3dc3d1aea65369 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.20260915.074318 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "mfaferek93" Installed-Size: 2660 Depends: ros-lyrical-ros2-medkit-log-bridge (= 0.6.0-1resolute.20260915.074318) 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.20260915.074318_amd64.deb Size: 2268182 SHA256: cf10c3c8ccc6921ac6b457fbd8e4dc8fddef57d594fcbb932249450abdb6f10b SHA1: 9064e5f8049455cb6befd66f968a89b80645adbc MD5sum: 723331762fa2470c271f83f1248e4483 Description: debug symbols for ros-lyrical-ros2-medkit-log-bridge Build-Ids: 54247de00a053acdea403fae8b8b09ea6ea2b6e0 58fc1084e6b133a034ef50562bc7909e58af9036 Package: ros-lyrical-ros2-medkit-msgs Version: 0.6.0-1resolute.20260915.052119 Architecture: amd64 Maintainer: "bburda" Installed-Size: 7348 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.20260915.052119_amd64.deb Size: 542360 SHA256: d076504cd9fb7ea8a48834526a7107c49d58aeb040c5f1911f9e13a884bc8872 SHA1: debae97f29f5bec5c2e37e3d5314ebdfa246359c MD5sum: 0cd9f88f95fb187770cd9dd6c749fccb 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.20260915.052119 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "bburda" Installed-Size: 6561 Depends: ros-lyrical-ros2-medkit-msgs (= 0.6.0-1resolute.20260915.052119) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-medkit-msgs/ros-lyrical-ros2-medkit-msgs-dbgsym_0.6.0-1resolute.20260915.052119_amd64.deb Size: 5157828 SHA256: 3b04d25cabd8bcd8d2bcd95dd93fc66ca0bb911b578dbeff597d79a02dfdc7dc SHA1: b255a0bc2946a3ec59c48737d708fdb92d9beeae MD5sum: cae368c6535ddc331dd9fbd200d075ef Description: debug symbols for ros-lyrical-ros2-medkit-msgs Build-Ids: 05f0362e2832cfae512a8f02ed1701d90456eba0 1c163b71c5c37c63a18c9227b6255a4a75ddb563 293ae33ea05d25532b22a3a525e2bcefc79ace56 2a38872063dfc1221c6e9a2cf1b40bd14542990f 2b4617a7dc1395a4a5f764423dfd7547900ba0c8 411fd6cc2ae33d3e91be8b7416ceb7b6e7fc419e 425ca275b22e6e397c5a20fde8916dff81a7f24b 6a587804559a2120f308cc95122c6828ed15362f 737c4c04c03bef6df849ec068dd8aea7101abea3 83ef630c488fad62443fa5da65d9d3577db745f4 b667fea509d9e59903a28452b7afa83a2bd1e2fd Package: ros-lyrical-ros2-medkit-param-beacon Version: 0.6.0-1resolute.20260919.200157 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.20260919.200157_amd64.deb Size: 83264 SHA256: 68504c6dd690973c60c80dffd5e10715e8fc96178891bc3ee7499657e68c2b1f SHA1: 1405db6107f78936098f42958fd5a42115040403 MD5sum: fe1c2ae624fc1234c996d1c33d37da97 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.20260919.200157 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "bburda" Installed-Size: 992 Depends: ros-lyrical-ros2-medkit-param-beacon (= 0.6.0-1resolute.20260919.200157) 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.20260919.200157_amd64.deb Size: 927984 SHA256: 4f2274b9c6dedcb253a1edb89d7cabd72b01e34dd0bb1f345e2385cf594091c4 SHA1: 68350e5ddefca6e2ae09a32f0f420531f8eea4a4 MD5sum: 48aaf622081c82e49fb2380546c6ba35 Description: debug symbols for ros-lyrical-ros2-medkit-param-beacon Build-Ids: 9a706678182b9496b9275b6791736552967a8e29 Package: ros-lyrical-ros2-medkit-serialization Version: 0.6.0-1resolute.20260915.080606 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.20260915.080606_amd64.deb Size: 144526 SHA256: ad76343158318af1385db97e09bb5c02a907a41ec014e7bc06290c6bcfa2c4c2 SHA1: 986c805b6242ae40f944d3e298f3b47b43a486b1 MD5sum: 09068aed256c92f24e2abdd971233b1e 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.20260915.080606 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "bburda" Installed-Size: 2120 Depends: ros-lyrical-ros2-medkit-serialization (= 0.6.0-1resolute.20260915.080606) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-medkit-serialization/ros-lyrical-ros2-medkit-serialization-dbgsym_0.6.0-1resolute.20260915.080606_amd64.deb Size: 1975910 SHA256: b9593b03f5bcf62cf69aa33956cf117a6c06538c6b2d1c3f31ba7053e9233e60 SHA1: 80bbcd413cbe445c8c00ef2ab19c74a90ead9c50 MD5sum: 028357bfd0125aca96ff37bcf067b191 Description: debug symbols for ros-lyrical-ros2-medkit-serialization Build-Ids: 8b35b3c30b4c5d260c8a09cb9cb32b477fc3f029 Package: ros-lyrical-ros2-medkit-sovd-service-interface Version: 0.6.0-1resolute.20260919.195917 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.20260919.195917_amd64.deb Size: 56426 SHA256: cab19b033725a5e2471cac0db3a3754cb65b7e4417f0bb502401c5b751196ab7 SHA1: ecfbcacebe541b32589a5043556782f1bdf643b7 MD5sum: a0a8f66f9da21f6c842e32d198ec0183 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.20260919.195917 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "bburda" Installed-Size: 1197 Depends: ros-lyrical-ros2-medkit-sovd-service-interface (= 0.6.0-1resolute.20260919.195917) 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.20260919.195917_amd64.deb Size: 1082728 SHA256: 3ba8c01478947f7fdd45d5d46e61a6f7de3e5fd07e635ca9e748ec0919da9878 SHA1: 8d79c38802bdd7820c95a1049e843aa8cd1c9be9 MD5sum: 1a8a8d74d8297b2f0d8635c7ca691784 Description: debug symbols for ros-lyrical-ros2-medkit-sovd-service-interface Build-Ids: c2b65871844531283c19406008c3b3396f367fb4 Package: ros-lyrical-ros2-medkit-topic-beacon Version: 0.6.0-1resolute.20260919.200200 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.20260919.200200_amd64.deb Size: 151156 SHA256: 0507cb4e3ae1e6bf8600df70a6180c85e3ed4168bf12d4eb137c7d309987c586 SHA1: 72321f374b616541f7e0cfb8f7a3c88c5f54ce30 MD5sum: 3af7998013c136689017dfa8b41d22c1 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.20260919.200200 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "bburda" Installed-Size: 2637 Depends: ros-lyrical-ros2-medkit-topic-beacon (= 0.6.0-1resolute.20260919.200200) 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.20260919.200200_amd64.deb Size: 2221490 SHA256: 63fe3249b3d80e62d65886e70fdf7ec472b3317fa82ba8c9420da46b8adb137c SHA1: e9d205998b46309d11a424412ee499fd5573d644 MD5sum: 7cda4e7a340816539fd4ba97a64d1457 Description: debug symbols for ros-lyrical-ros2-medkit-topic-beacon Build-Ids: cc0377776b1d02751f02ee64a03b9ef39729f055 Package: ros-lyrical-ros2-snapshot Version: 0.0.7-1resolute.20260915.082611 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.20260915.082611_amd64.deb Size: 233482 SHA256: b607ad4ec730459bd973e5aadbdc9e68588ea33a93fff616d27460d65a00bb1e SHA1: 0105c5fc39f9da5391aa7ceb6f727372ffaf097a MD5sum: acd330e70165e7bc42d84aaeecebf0ed Description: ROS2 Snapshot - contains workspace modeler and snapshot tools Package: ros-lyrical-ros2-socketcan Version: 1.4.0-1resolute.20260915.065543 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.20260915.065543_amd64.deb Size: 217564 SHA256: a5ab579c76c1fb48711588a96a7976ef873d5c7c161f77b57f495033b647620e SHA1: c401e2cbafb1a1971cc1bf8eee7a65d4731e1657 MD5sum: d9eb51618bed3974a0a88fa954ac0fe0 Description: Simple wrapper around SocketCAN Package: ros-lyrical-ros2-socketcan-dbgsym Package-Type: ddeb Source: ros-lyrical-ros2-socketcan Version: 1.4.0-1resolute.20260915.065543 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Josh Whitley" Installed-Size: 5431 Depends: ros-lyrical-ros2-socketcan (= 1.4.0-1resolute.20260915.065543) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-socketcan/ros-lyrical-ros2-socketcan-dbgsym_1.4.0-1resolute.20260915.065543_amd64.deb Size: 4429288 SHA256: cc620fb39071efb1ccec66db7c5e099728b23d700c6f0df09d05ad0375a2f950 SHA1: 13a43aa0af904f2f135104e4932e11b6e37b3efa MD5sum: 0d946a1f8644e7d7a27d7bfb3017bf4a Description: debug symbols for ros-lyrical-ros2-socketcan Build-Ids: 5546710cdc408cf86bd3ffcc54d95c63944bcdac 5b803e71f267ecf600caff2a6dc46d30f34ea97e 7b4d487cb31ce329b435161dd83c71f4181874d9 7f254716d9ab5f301985839466436d92045c328b e22885633ccca9617496147c6422a09b2eef15e2 Package: ros-lyrical-ros2-socketcan-msgs Version: 1.4.0-1resolute.20260915.045641 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-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.20260915.045641_amd64.deb Size: 54584 SHA256: 90e6d7c99953eb777f52c17f3d37d230ce3fdb6c4457921099b729990c7f6098 SHA1: 0928b924e7faec9cc7ec3f4fd24dd5e3aa218207 MD5sum: 4ff64fe6189a06e136f556533fa0322e 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.20260915.045641 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Josh Whitley" Installed-Size: 380 Depends: ros-lyrical-ros2-socketcan-msgs (= 1.4.0-1resolute.20260915.045641) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-socketcan-msgs/ros-lyrical-ros2-socketcan-msgs-dbgsym_1.4.0-1resolute.20260915.045641_amd64.deb Size: 234410 SHA256: d38b3e83044ca307c96a7e800a5efbd5bd47a52f13d8240f8bc86761e307dc26 SHA1: f2dd3943688b1e9fcd7c8248a697ae0a0142bb89 MD5sum: 56d13d7467c3b7e05ab7086123e62911 Description: debug symbols for ros-lyrical-ros2-socketcan-msgs Build-Ids: 1f52608eda1beeda5db2f97efb7c30d0102f5af5 29dd2e1d7ed46dde7d983d7470cb8ba143b4e15e 2fd274505b8cfe4d763745b10b892c158fa8c78e 3925f352162d716ffeacf382022ab7ced654402f 466c96a70b3cc3e75bc546b9d3481f3ec2135b3e 8b418ee69f2f7bfa0b759932b39f49f9f1bb02a1 ab995d8b46f3f6faa7e803ec2e32d174c4ad8326 b15eaac6503cb7fecc967012672388df385cd3cc c1712fcc0f27a535149033ec5fa3c3509dd2aa63 ca3d6242fc4ae580f08834d46021f2614dafbbd5 f090ea7d6c8c61621e8a2096c446a526cdee10df Package: ros-lyrical-ros2acceleration Version: 0.5.1-5resolute.20260915.075948 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.20260915.075948_amd64.deb Size: 13742 SHA256: fd3cd9d3d565541a48119c52b6987d1b3d4eeb524bc5e2d0cebf59eae5c3323f SHA1: 5136e5d07712441d92dd600c049915c960ddb65f MD5sum: 6a73b8b309c50e22a6689a1a58f1bd81 Description: The acceleration command for ROS 2 command line tools. Package: ros-lyrical-ros2action Version: 0.40.9-1resolute.20260915.075756 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.20260915.075756_amd64.deb Size: 28936 SHA256: b6ca0553a79244bb440f477e705a78a2ab127b1d4ee10c136983c75728e9c8db SHA1: 609ec17ac90c5201da47b3c819b662c9f80e61b1 MD5sum: 15135f073f14cab2cac125eccbf5677a Description: The action command for ROS 2 command line tools. Package: ros-lyrical-ros2bag Version: 0.33.4-1resolute.20260919.194003 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.4-1resolute.20260919.194003_amd64.deb Size: 44662 SHA256: 9bedab77c54d37e4a63f973cf77028e570fb871792afa952fe2317e25334ec98 SHA1: c12932b09b25849036e919e6667006ce307c3b03 MD5sum: 1ec66abef9457b63e56612b2ebf7af6a Description: Entry point for rosbag in ROS 2 Package: ros-lyrical-ros2cli Version: 0.40.9-1resolute.20260915.075638 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.20260915.075638_amd64.deb Size: 59656 SHA256: b6c078a8d5589abc5617277254a0d79fe4e34bf479e8dcedda02fd36c6826f08 SHA1: bb4ecd936d9cb7aee3146c1f65cfc1a1d1b019ca MD5sum: 0a6ccd593785cec871b87f00887d7fe0 Description: Framework for ROS 2 command line tools. Package: ros-lyrical-ros2cli-common-extensions Version: 0.5.2-3resolute.20260915.090532 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.20260915.090532_amd64.deb Size: 6116 SHA256: a7cba4318a523565ec9e1847e90213aa761da9507e73e4170b8935adbfcc91d7 SHA1: 31027cde09e12ac355be92b07bcb35ac8056d44f MD5sum: ebaec7e5def6b861e22fb530ba85a181 Description: Meta package for ros2cli common extensions Package: ros-lyrical-ros2cli-test-interfaces Version: 0.40.9-1resolute.20260915.045645 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-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.20260915.045645_amd64.deb Size: 182906 SHA256: 7d1c6947ab411c275f219122f56575b1af745a81206ae910d89d809da4c35c12 SHA1: 72b73ed12a3b2fbaa0ca570a263b7b7fd089409c MD5sum: 860fec059a95f19aa2dd50c6d26a0937 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.20260915.045645 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 1751 Depends: ros-lyrical-ros2cli-test-interfaces (= 0.40.9-1resolute.20260915.045645) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2cli-test-interfaces/ros-lyrical-ros2cli-test-interfaces-dbgsym_0.40.9-1resolute.20260915.045645_amd64.deb Size: 1148582 SHA256: f68d6bf4028c419b9c5e44aa6e3ea083dd6dacecc9a1daf239fd3178181fa3a9 SHA1: 6d51bbc135cff36ca8f56a17549533df7513b09e MD5sum: ca9017ed5cec6e9f99a62393528bf36e Description: debug symbols for ros-lyrical-ros2cli-test-interfaces Build-Ids: 0172556b33cdc073b5b89436128d8ceb99cc9f33 0d64a6d57e2db791cf2de335f0c97953926c8820 4365732e6980fa8849afdcb6101c27deaea7237c 5e4a3167e44ad4f2603fd414e197ce1fcdc06c8b 647a3d5190d44ed9af9f259e58200fcf5e5547a6 7d7ab9324f640a86c6eadd945fe06b6858dff9c7 9ec722935bde572b0ef8caf73402139962f4c971 adf0a24d96eb7448f5280a5464deda9d550cf7af be2a19ec132b4a8a1a4b93993d97175d9a00ae1c d6ba6d6f8368216e5b6521405af5f28eddacdbce fb386581f5e8992b284415a9457c0df502f88379 Package: ros-lyrical-ros2component Version: 0.40.9-1resolute.20260915.082453 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.20260915.082453_amd64.deb Size: 23502 SHA256: cfe2c2e0bf423813f681c3a0a67d4003a89a9f459eecaff9ea804951c453114b SHA1: f3a2caa80478120787e60da26e1e620b663e8cd9 MD5sum: d8c0b719dfd387b38bd23762f883f34b Description: The component command for ROS 2 command line tools. Package: ros-lyrical-ros2controlcli Version: 6.10.1-1resolute.20260915.094318 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.20260915.094318_amd64.deb Size: 37924 SHA256: 12f764df970d4237e3398c4eec846166fd7c22f2a0fcd774d81e3844c791c7b5 SHA1: 338e44f1d150e2cfe4141873681054fa3bb795bb MD5sum: 2c1da031babdd4c6ae4bb2b4a55933aa Description: The ROS 2 command line tools for ros2_control. Package: ros-lyrical-ros2doctor Version: 0.40.9-1resolute.20260915.075912 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.20260915.075912_amd64.deb Size: 44106 SHA256: 993b45cb97df41e654392a24353c6eafb2d6c5fa67e6c4d11971e5ea9ff1e28a SHA1: a9e249a92a4f548cda626e21325a5e4fb80ecdf1 MD5sum: 08404a516cbe3c29f5f2f6fee1d9a027 Description: A command line tool to check potential issues in a ROS 2 system Package: ros-lyrical-ros2interface Version: 0.40.9-1resolute.20260915.082233 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.20260915.082233_amd64.deb Size: 18528 SHA256: 8802e7cd78b5c02fa427d8e852833ed4192519c3a20a3fb593b3afdd85af669c SHA1: 97df088ddfc9c1c08b307b49073ade1ba4ca794d MD5sum: 0506bf60f2b95b99a3c632cf3e687745 Description: The interface command for ROS 2 command line tools Package: ros-lyrical-ros2launch Version: 0.29.9-1resolute.20260915.085616 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.20260915.085616_amd64.deb Size: 17748 SHA256: 8d41aec291c87f9a06d3e0b2fb749dab0bb17668225c28f0edecc3e8b13ce278 SHA1: 374d65f01d56a12b2aea46dd75190e3e30eeaa33 MD5sum: 297be4c0b967524c3e95bf1686621d33 Description: The launch command for ROS 2 command line tools. Package: ros-lyrical-ros2launch-security Version: 1.0.2-1resolute.20260915.105309 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.20260915.105309_amd64.deb Size: 10684 SHA256: c5982b85b33fb1a70388bebf0da271a8da3d02056a0e396664d56e4322c9a8a0 SHA1: de5076bd07a1ac83418a5305fca5ac7a41e3edcb MD5sum: da2e4cc6818d208e29108c581f183d17 Description: Security extensions for ros2 launch Package: ros-lyrical-ros2lifecycle Version: 0.40.9-1resolute.20260915.080451 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.20260915.080451_amd64.deb Size: 15836 SHA256: 4a646bf9f177cbaed02b96605abf3806d6cf295805cec282d513b7ce7c7c65ad SHA1: 85cfcfbd283271b5bdcbe40315302295ab914d8f MD5sum: c88f8e9811f75554ed3a67618626e543 Description: The lifecycle command for ROS 2 command line tools. Package: ros-lyrical-ros2lifecycle-test-fixtures Version: 0.40.9-1resolute.20260915.080358 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.20260915.080358_amd64.deb Size: 14444 SHA256: d7a2e149923108bc2d6b988de0f054e06152b64d30069716b9c2641d095650e4 SHA1: ce4935bc5ae2d650bcd69a4da7b68a519d604fd4 MD5sum: 0a96e164331cf93e5a51ba5b96463702 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.20260915.080358 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 276 Depends: ros-lyrical-ros2lifecycle-test-fixtures (= 0.40.9-1resolute.20260915.080358) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2lifecycle-test-fixtures/ros-lyrical-ros2lifecycle-test-fixtures-dbgsym_0.40.9-1resolute.20260915.080358_amd64.deb Size: 254248 SHA256: 89af98470f038a529481a8f22a50635660613a1fc30fdf92180b9636b7a40384 SHA1: 54d8846a6041cde9c4e3a4b5ccf039c471cbe4ab MD5sum: 1c1f3aaf4014f8ccfa3ba1e541abeddf Description: debug symbols for ros-lyrical-ros2lifecycle-test-fixtures Build-Ids: 3f8c0381da0b860e2dea83bacea734fdb1897ac5 Package: ros-lyrical-ros2multicast Version: 0.40.9-1resolute.20260915.082157 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.20260915.082157_amd64.deb Size: 9982 SHA256: 02ede258aa63cffc599058781139f0dfd365b458c9e6ac440d3acdc68dcc2926 SHA1: 851728aae4bc85a3ae999767dd830d1f21fef005 MD5sum: 29b027c4e1f23c8b7be4f4f7df3b0173 Description: The multicast command for ROS 2 command line tools. Package: ros-lyrical-ros2node Version: 0.40.9-1resolute.20260915.080017 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.20260915.080017_amd64.deb Size: 14458 SHA256: 10005b16ff615361db2373af5d9b4a15759496ea0a3ca48e7bd350a491ef8b77 SHA1: 0c1fb6a8f684dd93344dee139b3bd86fbf83080d MD5sum: 09a07f8a07d1c78b3694be5af11c7c76 Description: The node command for ROS 2 command line tools. Package: ros-lyrical-ros2nodl Version: 2.0.3-1resolute.20260915.075823 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.20260915.075823_amd64.deb Size: 34100 SHA256: 9cb03eb0f8099a095a84cd17fc69be2b6a89b967067402b2e6f39334d3cc2bfc SHA1: c91bf38c41a5500b47519a0f31439456109af793 MD5sum: 7b452d78fe83addebb02b0fee9586fbb Description: ros2cli command entrypoint for NoDL. Package: ros-lyrical-ros2param Version: 0.40.9-1resolute.20260915.080636 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.20260915.080636_amd64.deb Size: 27464 SHA256: d3f0e8a9ee0244a52c86500d2cedd6f5631b97fa0c6a1e8af5743aab896feabd SHA1: 68515b93a1cdeb13833921ab8c1367b805ae4427 MD5sum: 6bb836a8c0363eb06b586cf72dee830e Description: The param command for ROS 2 command line tools. Package: ros-lyrical-ros2pkg Version: 0.40.9-1resolute.20260915.082312 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.20260915.082312_amd64.deb Size: 29632 SHA256: 88bc198b7194240c331d91143413b49a73fa2d99808533c28eac0eeb32d311db SHA1: 77a44c2c8a1899be0408004c6a03f465b5e9ed8a MD5sum: eddd19001f158be702f90ae361bc1e8b Description: The pkg command for ROS 2 command line tools. Package: ros-lyrical-ros2plugin Version: 5.8.5-1resolute.20260915.085453 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.20260915.085453_amd64.deb Size: 10266 SHA256: 98451dc3f21dd49024d4a82fc77d16e02f741f7b3109ee46cf13c9b66719d3f1 SHA1: 7f0df992d0f6cc051a7a0a0ce56d9285ae41f0b7 MD5sum: 28bb88fbb9a7a7c79c8f4c7e20ebbadc Description: The plugin command for ROS 2 command line tools. Package: ros-lyrical-ros2run Version: 0.40.9-1resolute.20260915.090402 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.20260915.090402_amd64.deb Size: 10926 SHA256: c442ddc05432195627d4cec3d056481ff1e70cd0c9ed36d43582f8cf90ec18d8 SHA1: 96fa689dfbe3c2f27ab6178887b1b3ec4131cddf MD5sum: efb26c992b84133bd926a93cde0804b2 Description: The run command for ROS 2 command line tools. Package: ros-lyrical-ros2service Version: 0.40.9-1resolute.20260915.080006 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.20260915.080006_amd64.deb Size: 23846 SHA256: acfe7faba01464b04d56976a83d777be870b59c3edc046a073086cb074f7f9fa SHA1: 3c7814d3fb6753cbe7c6f26b979c2f2488e49faa MD5sum: cba1bac22856eb831165c62161b4ac06 Description: The service command for ROS 2 command line tools. Package: ros-lyrical-ros2test Version: 0.9.1-3resolute.20260915.081152 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.20260915.081152_amd64.deb Size: 5488 SHA256: 5e2ca878874175fdb748316c9f2b02e5942270f99ceb3b0f77bac395c2dacbd6 SHA1: ec8955349649c12a3a8c7f0a413c0a0207f33008 MD5sum: df500a0f85b31dd0d29b6793881e91a2 Description: The test command for ROS 2 launch tests. Package: ros-lyrical-ros2topic Version: 0.40.9-1resolute.20260915.080326 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.20260915.080326_amd64.deb Size: 51570 SHA256: 02580319c30d0c8fdf4c708de67136959b9c257a7551af2deb58dd5248090d7c SHA1: daa3b32e14ef1d7814d51f80039e5c845f6710da MD5sum: 488f0564e85947a9b0ee2396aab10b75 Description: The topic command for ROS 2 command line tools. Package: ros-lyrical-ros2trace Version: 8.10.2-1resolute.20260915.082311 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.20260915.082311_amd64.deb Size: 8206 SHA256: c57192bdd88c92a22036ee3b8922a72c432527f57bad962710c747bb71d04176 SHA1: afcfaca1cd25b7cb7d18cea42dc7376b1d04c9e1 MD5sum: b3012477507d2e587f4222915c170299 Description: The trace command for ROS 2 command line tools. Package: ros-lyrical-ros2trace-analysis Version: 3.1.0-3resolute.20260915.082357 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.20260915.082357_amd64.deb Size: 6238 SHA256: 62a94eb0bef6795f18bf2ca4232281f1539aed30d9a7eb31e3ce7f06bc986fac SHA1: e21a525abb190393f31ab54c0dde8069d5c869ee MD5sum: c1defa804f377b8610442df144718b41 Description: The trace-analysis command for ROS 2 command line tools. Package: ros-lyrical-rosapi Version: 4.2.1-1resolute.20260915.082454 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.20260915.082454_amd64.deb Size: 20772 SHA256: 38a0dd98454a106beff0f91fd1d81b547eabe442355cfe1520b8f47a87d2bf7d SHA1: ddd8113e493fab24a240d6ed4324610044fdfbe9 MD5sum: 0064e48a1c867b7a6237564857a07b57 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.20260915.045830 Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 12856 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.20260915.045830_amd64.deb Size: 770716 SHA256: 8a7c6b0529ebef811f216611b8f4b5bfb953efcc3f8efc6148d21aa662b0563f SHA1: c93cc15daf40d8f508c8f5a038adf91ec6dc41ec MD5sum: 79f961f0e63ec92a2ad8f7d50b597316 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.20260915.045830 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 10853 Depends: ros-lyrical-rosapi-msgs (= 4.2.1-1resolute.20260915.045830) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosapi-msgs/ros-lyrical-rosapi-msgs-dbgsym_4.2.1-1resolute.20260915.045830_amd64.deb Size: 8094082 SHA256: f838ca427ac30ca7478fcb7a4d77a7341fe678c44f2f904e0ce3f49fb752e77c SHA1: 73ed8544304d2de76da03ffcd01a161ead54e64a MD5sum: 870eb3fc6b57d9886fe1c6242d6095cb Description: debug symbols for ros-lyrical-rosapi-msgs Build-Ids: 03cf89efe0d0cd0ccdc392914ae76f204fff4c86 1cf62bbb19da6eced21d7d3f5e4bfee266c960a1 1f280561f060f59c7337317ca865ae4b5606870c 39ae168ca71a81f47205ce474fff9dfa4d0fd6a9 3ad87ca4b61b4b921aefcbef219c403fedc17b9a 3f2b84b0d66a59d527542d58445f0977189de6da 8fd29df3a978ec01f1fdce01338814a56c157b46 924f80ace8a30197e85a6f216f8d5a47791ca31f 99de9c316a44773492af2f705f75cf4777d6dc4a a355ddd5d24f8e69bcd7fcef883d1e3c2251ddea e4dcd3788d671258709df0f9acfcbbcfcf69279e Package: ros-lyrical-rosbag-timing-inspector Version: 1.0.2-1resolute.20260919.191403 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.20260919.191403_amd64.deb Size: 748066 SHA256: 0f997d5da579076666b17999e26a3a56e67b2354bafdbaa234419c09e6171cbb SHA1: dbccf9e86399f1f67ad0ea60cbaf9cd5aed3852e MD5sum: e23e7a102d7edf00e15c5b3bed1192ef 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.20260919.191403 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.20260919.191403) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag-timing-inspector/ros-lyrical-rosbag-timing-inspector-dbgsym_1.0.2-1resolute.20260919.191403_amd64.deb Size: 5282042 SHA256: 0ec6471648d327fde397a7982e33381fa6b430f71ae404e132325a727264266e SHA1: de5a59de9992edc2af7b453f314147a8b13b66b1 MD5sum: 415d27e269d1e805245a66287e65bd39 Description: debug symbols for ros-lyrical-rosbag-timing-inspector Build-Ids: f5eaa73b64bdadb55ec66d2051e899478e41d8a5 Package: ros-lyrical-rosbag2 Version: 0.33.4-1resolute.20260919.194218 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.4-1resolute.20260919.194218_amd64.deb Size: 5978 SHA256: 16ac8f95fe553901424e0c86df4900a0e3cc29a4720611c2b0283be7c38da2c6 SHA1: b2a2ad0e0832bb711aa9643c85c307f4edf220ce MD5sum: 2cd38ffc3510f0ca5b0dd20c6128c1b7 Description: Meta package for rosbag2 related packages Package: ros-lyrical-rosbag2-compression Version: 0.33.4-1resolute.20260919.191353 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.4-1resolute.20260919.191353_amd64.deb Size: 98180 SHA256: 8402dbaa7747f685884e0b6d4598e9cbf473f2708afb588091a121ed93182ebb SHA1: cb99fd08961e6fe058a6d0e68f1ced8316e6eee8 MD5sum: fa1f76825cac8493cc2f58eb5f8f133a 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.4-1resolute.20260919.191353 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 1303 Depends: ros-lyrical-rosbag2-compression (= 0.33.4-1resolute.20260919.191353) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-compression/ros-lyrical-rosbag2-compression-dbgsym_0.33.4-1resolute.20260919.191353_amd64.deb Size: 1178026 SHA256: 190b5fa0dc0bc6b26d64156d21f0e09f3dc83f1c07f973994d8fb8cb4f74a28a SHA1: eff1d90cd2276d7a2ad73efc68baf9697bc2b865 MD5sum: 610966588e16e8561b25cbc1355f919f Description: debug symbols for ros-lyrical-rosbag2-compression Build-Ids: 26943aba8cccb1e65930557e604d6e5b687846ed Package: ros-lyrical-rosbag2-compression-zstd Version: 0.33.4-1resolute.20260919.191823 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.4-1resolute.20260919.191823_amd64.deb Size: 34952 SHA256: d9576cc0c18b78cfb01c5ea16009fe4f4f9faf6a1fe926c4b74953d9c0825d31 SHA1: 170ff8a41fad70b591fdd03581e86c385862fa8c MD5sum: 5bac9e204b45547fe680056951c66661 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.4-1resolute.20260919.191823 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 346 Depends: ros-lyrical-rosbag2-compression-zstd (= 0.33.4-1resolute.20260919.191823) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-compression-zstd/ros-lyrical-rosbag2-compression-zstd-dbgsym_0.33.4-1resolute.20260919.191823_amd64.deb Size: 303338 SHA256: 02780d094779b28eca5855675788ddb2a520d15ef03c2a6deb542e90988ee9a0 SHA1: f7d62b11ebe99766dfef2c36da471f2d856abe26 MD5sum: b5e5c9109b9b5a7982ab4f5b64b6f307 Description: debug symbols for ros-lyrical-rosbag2-compression-zstd Build-Ids: 31734c2f0465bc89cdef8bcc5f4dab6684515a6f Package: ros-lyrical-rosbag2-cpp Version: 0.33.4-1resolute.20260919.191117 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.4-1resolute.20260919.191117_amd64.deb Size: 272504 SHA256: f744ae516fcdef5ac04638243c621c90c143ac2e07a1b094a394fb8fa115777f SHA1: 4b99081f768ec8620343c2cb66690a194d30b74b MD5sum: 229784020230684457221aa6883f5b7d Description: C++ ROSBag2 client library Package: ros-lyrical-rosbag2-cpp-dbgsym Package-Type: ddeb Source: ros-lyrical-rosbag2-cpp Version: 0.33.4-1resolute.20260919.191117 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 4741 Depends: ros-lyrical-rosbag2-cpp (= 0.33.4-1resolute.20260919.191117) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-cpp/ros-lyrical-rosbag2-cpp-dbgsym_0.33.4-1resolute.20260919.191117_amd64.deb Size: 4424226 SHA256: 96866acd9db6612d45683149c9424062369e1c0ee939c94902ff9abd444bc0d7 SHA1: 4b3e641e14572b47e87519e0d619371a4860bc63 MD5sum: 532a638b66d6d44ac11da5afe1882505 Description: debug symbols for ros-lyrical-rosbag2-cpp Build-Ids: 440dc14f2b92c37233a97e4dcfaf2b07c0cb47dc Package: ros-lyrical-rosbag2-examples-cpp Version: 0.33.4-1resolute.20260919.193028 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.4-1resolute.20260919.193028_amd64.deb Size: 162538 SHA256: 01af506b07fc69d52ee05f9ec4ed4a911fcfc068939a341ccae5c30f36377fde SHA1: 49e8743221a966dcf15c74ef0e570dec28d24fc1 MD5sum: bee66ba4b9c18ed8f0e20c5468449dff 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.4-1resolute.20260919.193028 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 6061 Depends: ros-lyrical-rosbag2-examples-cpp (= 0.33.4-1resolute.20260919.193028) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-examples-cpp/ros-lyrical-rosbag2-examples-cpp-dbgsym_0.33.4-1resolute.20260919.193028_amd64.deb Size: 5215636 SHA256: cecc0506e7638aa4d6dd6a4ef55b35a1ca091406177ce3c8c557170e88454aad SHA1: fe53cdd0acaf9b053a689bd3608866e7ae252093 MD5sum: 8dbca5bf52b225db10a052ed1c9dd106 Description: debug symbols for ros-lyrical-rosbag2-examples-cpp Build-Ids: 0c857529ec316bcd7de108700d395c742a329209 35542ac1ef2beb6777620b19bc936074b8798327 3fcf30bcd0b75fb07f7c966cd4d18eebbdb8a90f 4874481fc690d1d2675b943c3c5d1c547c387149 739da620fc3e7692e46294b4c56a4614d041412f 95199722259877fe5da796a176e06799f23530af Package: ros-lyrical-rosbag2-examples-py Version: 0.33.4-1resolute.20260919.194009 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.4-1resolute.20260919.194009_amd64.deb Size: 12496 SHA256: 4ba2422efde0dbdcad002905afb06bfdca2d955eb718abd3b29ffb6c6513a0ce SHA1: 1963c93e38a70d4b32fd4f511931d92dc1f20a0b MD5sum: 99a9905195ccbbb195e04e07ec7d30cd Description: Python bag writing tutorial Package: ros-lyrical-rosbag2-interfaces Version: 0.33.4-1resolute.20260919.185736 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-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.4-1resolute.20260919.185736_amd64.deb Size: 473444 SHA256: 2f0f3ad66fda2fe4b0bdaab7e2352f67c47f8989361b1ab8e77638ed159e4dae SHA1: ec9113ac4a6e781f599acb2194c81b3c4ccfb802 MD5sum: 8ec7b718a9f40ab4c49d81758be6121e Description: Interface definitions for controlling rosbag2 Package: ros-lyrical-rosbag2-interfaces-dbgsym Package-Type: ddeb Source: ros-lyrical-rosbag2-interfaces Version: 0.33.4-1resolute.20260919.185736 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 5899 Depends: ros-lyrical-rosbag2-interfaces (= 0.33.4-1resolute.20260919.185736) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-interfaces/ros-lyrical-rosbag2-interfaces-dbgsym_0.33.4-1resolute.20260919.185736_amd64.deb Size: 4209594 SHA256: 57f097b7e64d14f1a1af44b7af1f34d46dec4901e60e43796e5af49d5b2c23e5 SHA1: ffaf8e73783a96392d035d249f2a4372ff9fa68f MD5sum: 3f0c6e1ac29aca55619e8bc8af04f797 Description: debug symbols for ros-lyrical-rosbag2-interfaces Build-Ids: 086182a8eb411deb6568561bad4b139feb565042 1b684a51b45aec27b56342acef6b055929270373 2925d9d7ab4df34bd4f3d0fdb8d15a522533fe38 3885525141fc358dc4a12a700c995dbf43e7537c 4f5a40856f78c5f0888db58a570c41ca815baa8c 86661e593843f04818c91337baabea4cf5aadb0b 8c7a8d03aaaf1870ecc7f44cf0f801623d0c853f 95d23b92f13a83a31b1c1a1d13899913bdc42948 a61ce39113e3d180b851ac56005bcdf97075d56f e0511467a3847de713cbdebd173002f0d04b5e35 ede0b2ee5a51d7e162f4a6035cc04e41886dc214 Package: ros-lyrical-rosbag2-performance-benchmarking Version: 0.33.4-1resolute.20260919.194005 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 1818 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.4-1resolute.20260919.194005_amd64.deb Size: 346360 SHA256: 8288b3b4f001ed4b769b5fee4c574d5aae7c51be6fa3138e2ad1c3dd777d805f SHA1: 03fe215fb1518a9292c81177ad02abf3eb99190c MD5sum: bd1783f60695d65a1f8bd5867f9b31a4 Description: Code to benchmark rosbag2 Package: ros-lyrical-rosbag2-performance-benchmarking-dbgsym Package-Type: ddeb Source: ros-lyrical-rosbag2-performance-benchmarking Version: 0.33.4-1resolute.20260919.194005 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 9774 Depends: ros-lyrical-rosbag2-performance-benchmarking (= 0.33.4-1resolute.20260919.194005) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-performance-benchmarking/ros-lyrical-rosbag2-performance-benchmarking-dbgsym_0.33.4-1resolute.20260919.194005_amd64.deb Size: 8397910 SHA256: 2f9c5b29d4278e978540f55501434bfe5585daecd9d74282bd17faf6c7d30e5e SHA1: b59f9f71c0070310e10b2493302f67382200effd MD5sum: bf75efae5dcc546394784306c5281eff Description: debug symbols for ros-lyrical-rosbag2-performance-benchmarking Build-Ids: 02a70eb0ab2913826504f5d8d790ae3409a67e69 aaf0457e9cd387c3788ebef204399fb6c0671248 ed76953ea420e5b46b53a4ed944ac737a61b24fe Package: ros-lyrical-rosbag2-performance-benchmarking-msgs Version: 0.33.4-1resolute.20260919.185830 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-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.4-1resolute.20260919.185830_amd64.deb Size: 47466 SHA256: 6fa73a6fe8be402417fae81c70eafed395eb1f8a81f42e8a2c14ac0d4f12f85f SHA1: 2da4ca9a7f917c23b5c880150ad3fbbfa0ac96b2 MD5sum: db9ff99f4e453539c12fe502373daf30 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.4-1resolute.20260919.185830 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "ROS Tooling Working Group" Installed-Size: 343 Depends: ros-lyrical-rosbag2-performance-benchmarking-msgs (= 0.33.4-1resolute.20260919.185830) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-performance-benchmarking-msgs/ros-lyrical-rosbag2-performance-benchmarking-msgs-dbgsym_0.33.4-1resolute.20260919.185830_amd64.deb Size: 200460 SHA256: 4d4e29c50315d42b7a3a4722e8f60fba7d476633d6df15a83030e4796de74ae4 SHA1: ab2af721548d984bcb9b7303bf56fb1a0f827354 MD5sum: e0566be4d4868d6c2bcbf15a755db731 Description: debug symbols for ros-lyrical-rosbag2-performance-benchmarking-msgs Build-Ids: 23a89611f6d3ffed2a937d61af0c4dbc520aa98b 471bce5522da923dbcaa17f8ef2a35f2293bd0d4 4cbc2531d9d6a7354af41122e0c96bdb3f1e6c0b 5cbff8def2eefe6cf340444870d1747a200d8a73 70a4454984587317b15dc6c84a4ddd994f7db1b1 71269004d6fa1906b49864475c229f347785b94a 832e64794805b324470ef6da8588f15a212642ce aca267cd23a635a12221adbb4dcc1c168f2df175 bbdd10ed51e5f00fd6f53a47d8cfd7809c58bd77 d8413f6671faa340cc889228cae255e61c735eb6 fbb312d26a32160264d357d13c480e8b507df044 Package: ros-lyrical-rosbag2-py Version: 0.33.4-1resolute.20260919.193253 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 2720 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.4-1resolute.20260919.193253_amd64.deb Size: 654258 SHA256: aaefe6858d4f9c3cbed8aceb0d8efa5395ad4ce7c4af673d1c1f9b3b18f1e9ee SHA1: 621b4a4675a7d3ef0a2856d7d71cdd99f531354b MD5sum: 2786a0bb9776957c80bf29b81d3d4ddb Description: Python API for rosbag2 Package: ros-lyrical-rosbag2-py-dbgsym Package-Type: ddeb Source: ros-lyrical-rosbag2-py Version: 0.33.4-1resolute.20260919.193253 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 15085 Depends: ros-lyrical-rosbag2-py (= 0.33.4-1resolute.20260919.193253) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-py/ros-lyrical-rosbag2-py-dbgsym_0.33.4-1resolute.20260919.193253_amd64.deb Size: 13924388 SHA256: e41d6229708cdf5dd8f8095ec744fdb2eb3411f2accffaeff5980ebd929be4fc SHA1: 10c63b81595de66a49a6e21b9b448b19f02ae0d8 MD5sum: a73b8c633b758a788fd5a9a305141757 Description: debug symbols for ros-lyrical-rosbag2-py Build-Ids: 37d99ad75139d2e1fa49901ba408649fae47b43c 5ca8bdd4cd956978d7d6a5e87b7dfd2009923192 700ea7ac767e4af22e0f454b2742269f31a6fc4c 871512060c9ba375649dd97bbd13229d50a0bd28 c75a4f03eb4fb19866f5aa4734004f930a1d4682 d59fa99c196fa89d8ac00e0dde34b6e4454c1403 e43473bdb8aa8fcffb5c0b511341f232283cd887 eb6e6952dbf6f20f9189f214a0925c9cb0159825 Package: ros-lyrical-rosbag2-storage Version: 0.33.4-1resolute.20260919.185751 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.4-1resolute.20260919.185751_amd64.deb Size: 155216 SHA256: ee3cf52fd05505fb370878548d8323f6cc8df7bec4e55bca95351e14a40f9387 SHA1: 4e09352e092435404c1f92f12dfd28a06787635c MD5sum: 4d48525a443f1f1e3529a7908c58966b 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.4-1resolute.20260919.185751 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 1843 Depends: ros-lyrical-rosbag2-storage (= 0.33.4-1resolute.20260919.185751) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-storage/ros-lyrical-rosbag2-storage-dbgsym_0.33.4-1resolute.20260919.185751_amd64.deb Size: 1674406 SHA256: bf676eeb3972f279ffd50714626123b5e2c67365d0ad803b3454c23405d9b659 SHA1: 7c4f908915a2c6ebf13b5d8139655f8aeb2e3ad5 MD5sum: 1667eb9bcc71fdc4714f6b886f4f180e Description: debug symbols for ros-lyrical-rosbag2-storage Build-Ids: 4e0aa8c55a1a772fbedf0c73cdfd0e2c0c8a008d Package: ros-lyrical-rosbag2-storage-default-plugins Version: 0.33.4-1resolute.20260919.191340 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.4-1resolute.20260919.191340_amd64.deb Size: 5990 SHA256: 15e20c440aca41f4540609e4640132daf1bb7f04602daff02f03d60199f71295 SHA1: 41798ab00100b89d4d950b842bcb73ca2960171f MD5sum: bc5c0a96d5774e3eb84f6191b9e2de47 Description: Intermediate metapackage to point at default storage plugin(s) for rosbag2 Package: ros-lyrical-rosbag2-storage-mcap Version: 0.33.4-1resolute.20260919.190758 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.4-1resolute.20260919.190758_amd64.deb Size: 142228 SHA256: 8592cdde3f4a4d58eb2f2cef0f2ef193f00609f5ad59c9852abe6e88a29f8aab SHA1: 563a5de92cfeb3329d98e9ef9ce54f6864b8ba63 MD5sum: 193672d35ed2ebe7010824d701425009 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.4-1resolute.20260919.190758 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 1878 Depends: ros-lyrical-rosbag2-storage-mcap (= 0.33.4-1resolute.20260919.190758) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-storage-mcap/ros-lyrical-rosbag2-storage-mcap-dbgsym_0.33.4-1resolute.20260919.190758_amd64.deb Size: 1747176 SHA256: 81fd401477595c1fdf1e58b9cdb0915b12351f7ad6fc8a5089faadfb69753ca8 SHA1: b346fbe196ec8546e27059a7d6e9ccdd198264a4 MD5sum: 01e8c49e6a3ac1f05b142a9594a995e6 Description: debug symbols for ros-lyrical-rosbag2-storage-mcap Build-Ids: 8740481f3e03f5ec628f49fb11f16fe60cfa1b5c Package: ros-lyrical-rosbag2-storage-sqlite3 Version: 0.33.4-1resolute.20260919.190505 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.4-1resolute.20260919.190505_amd64.deb Size: 178966 SHA256: e65aeaaced7650d924f60261266a5eceaa94cf69fdc53ef115f096a509b757d4 SHA1: a682215da59a72de0709db0b8b341475688a099a MD5sum: 67af4788705f582d18308f5a19ecdcd9 Description: ROSBag2 SQLite3 storage plugin Package: ros-lyrical-rosbag2-storage-sqlite3-dbgsym Package-Type: ddeb Source: ros-lyrical-rosbag2-storage-sqlite3 Version: 0.33.4-1resolute.20260919.190505 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 2301 Depends: ros-lyrical-rosbag2-storage-sqlite3 (= 0.33.4-1resolute.20260919.190505) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-storage-sqlite3/ros-lyrical-rosbag2-storage-sqlite3-dbgsym_0.33.4-1resolute.20260919.190505_amd64.deb Size: 2144066 SHA256: 8824868bc766f32029dda738c4b25d5478dec8e64dd543621f82cd32f4921010 SHA1: cfaae917bfa4ce7724ae03e543d6ec7d63f319dc MD5sum: 0a287ee61af04f5bf5228b2d2ff139e9 Description: debug symbols for ros-lyrical-rosbag2-storage-sqlite3 Build-Ids: baabacba2cb7e846f4f1efb684fed46d4ae9c387 Package: ros-lyrical-rosbag2-test-common Version: 0.33.4-1resolute.20260919.185748 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.4-1resolute.20260919.185748_amd64.deb Size: 21490 SHA256: c414f1542cdef29647af78a7d071fedbfb96fe61653a3745b7ef0189e7834c00 SHA1: 38d48079eaa44bd574a22f3ec4708c3a8ac7bd8d MD5sum: f5d1fb6be7c923525b31ce9115313848 Description: Commonly used test helper classes and fixtures for rosbag2 Package: ros-lyrical-rosbag2-test-msgdefs Version: 0.33.4-1resolute.20260919.185750 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-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.4-1resolute.20260919.185750_amd64.deb Size: 429054 SHA256: 489194f551e27bd8a2eb16b67ed57ba26e57cafc22fc0e11e251e289086fdf67 SHA1: d3ef4d1fe81e26b2a10c1df27925e848a850c101 MD5sum: 35a04c90b8e6aaeed644864d6e439c05 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.4-1resolute.20260919.185750 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 4723 Depends: ros-lyrical-rosbag2-test-msgdefs (= 0.33.4-1resolute.20260919.185750) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-test-msgdefs/ros-lyrical-rosbag2-test-msgdefs-dbgsym_0.33.4-1resolute.20260919.185750_amd64.deb Size: 3025758 SHA256: 5e8ca3952685f2c935bc28d4d0dac85875ca521633a6c250fa2f80b3f90c15d5 SHA1: d3ee4c531b789861f66203ef3df0d7008f79e8bb MD5sum: c911167a6568d0a12e3e1d5d105e7cba Description: debug symbols for ros-lyrical-rosbag2-test-msgdefs Build-Ids: 273f61ddd56fc43c401ce82ff511f3accd1b8d2a 77c571fe5f4288ba7a5c19fc306b719043bcf9c2 7f63afaec1bbc2f9540576c1ef71145d25e384f4 9ac23d890529d81eaea9eb13dccb83683edd3004 9d9adbf4c3822e6ec1c5fe210b3feab02a37bb54 a91b5283be2caa3200b32a762ca957afdb2dfde3 d632a8821c90f778f9d273630fd8690cf50103fd e746a76400f2e31e9e0065b6047fb53d785dd65f f0d72e401f0d2a40935880c2c75948aff72958a1 f13d04d68b681c054365dd628c21d95f0a386762 f862c90ff911924de10cf44f4bbe2c7737d6d8cc Package: ros-lyrical-rosbag2-tests Version: 0.33.4-1resolute.20260919.185744 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.4-1resolute.20260919.185744_amd64.deb Size: 7828 SHA256: d8dc925cfdce6e7f2cac1cd096f3ec797a2906d7b1560fd6bdba4346cfb260b5 SHA1: dc6392ad86ce4a4af0a0823f3ee6e0dceb33e720 MD5sum: 11646e165d999f04862a7166a909cf87 Description: Tests package for rosbag2 Package: ros-lyrical-rosbag2-to-video Version: 1.0.1-3resolute.20260919.194426 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.20260919.194426_amd64.deb Size: 15118 SHA256: 10a8bc81ff1e06e3c86125e2074ed006ec80f17d9d75a8544b3f4a0ce1ed52b0 SHA1: 39e0da75c9511e3e4f9098f21f6633cc973ed027 MD5sum: 27abe5a0778e9d4286ef120e3736df5c Description: Command line tool to create a video from a rosbag recording Package: ros-lyrical-rosbag2-transport Version: 0.33.4-1resolute.20260919.191828 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 2243 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.4-1resolute.20260919.191828_amd64.deb Size: 530274 SHA256: 91fc95f238b641722d68437a769c061ff2601a372f225e80d2e4afe0d1836ab1 SHA1: a7d2aa6b48478029cda000037139e4a3ebb1a0b5 MD5sum: ac088128c0dce347b9d4d29524c2b37b 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.4-1resolute.20260919.191828 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 12270 Depends: ros-lyrical-rosbag2-transport (= 0.33.4-1resolute.20260919.191828) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-transport/ros-lyrical-rosbag2-transport-dbgsym_0.33.4-1resolute.20260919.191828_amd64.deb Size: 11213710 SHA256: de42cd1f6407029d4fd5171ab54db861a5b5b788a37c11de8faa0ef7a5264bce SHA1: a9f65849f131c86722b699411277a37804d5a408 MD5sum: 2e5ac6f9cfa38d12d1af9dad44bcca1e Description: debug symbols for ros-lyrical-rosbag2-transport Build-Ids: 12269bdb8f131f6c3791b9514406b8dc49ba7ad4 12cc1d0106f4a18b011f522306f956bfae4c29a5 b76b06cebe89ff0b4ec53d7b29db5eb5142e9e08 Package: ros-lyrical-rosbag2rawlog Version: 4.0.0-1resolute.20260921.084234 Architecture: amd64 Maintainer: "Markus Bader" Installed-Size: 662 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mrpt-containers (>= 3.0.0), ros-lyrical-mrpt-core, ros-lyrical-mrpt-io, ros-lyrical-mrpt-obs, ros-lyrical-mrpt-poses, ros-lyrical-mrpt-serialization, ros-lyrical-mrpt-system, 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-libros-bridge, ros-lyrical-mrpt-maps (>= 3.0.0), 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_4.0.0-1resolute.20260921.084234_amd64.deb Size: 227342 SHA256: 1ea856f51ec5af9bbbdadb0764efceefb20e51461d92a533d5f18bd6160f1aa9 SHA1: f2099393abb66f769638b0c1d19d897562bd75d8 MD5sum: e496959b50f9b1f9bc1163278440e4e2 Description: CLI tool to transform between rosbags and rawlogs. Package: ros-lyrical-rosbag2rawlog-dbgsym Package-Type: ddeb Source: ros-lyrical-rosbag2rawlog Version: 4.0.0-1resolute.20260921.084234 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Markus Bader" Installed-Size: 3377 Depends: ros-lyrical-rosbag2rawlog (= 4.0.0-1resolute.20260921.084234) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2rawlog/ros-lyrical-rosbag2rawlog-dbgsym_4.0.0-1resolute.20260921.084234_amd64.deb Size: 3187886 SHA256: fb05b4ddb0c6963b88fd8b5ab1900e62128c30a61e6136db74fa406fd92ea46a SHA1: ebca29c2b2e4496b43e0f8551fea06716ca7aa69 MD5sum: 467166b41480efa89f5e40d69297e53b Description: debug symbols for ros-lyrical-rosbag2rawlog Build-Ids: e7633cc58230d347ec5d781e48b80623343c3375 Package: ros-lyrical-rosbridge-library Version: 4.2.1-1resolute.20260915.065002 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.20260915.065002_amd64.deb Size: 45270 SHA256: 6997a38684e48e38515f13517e74ec10a07d948bb5b29f90e9fa2ff6f81f1bb4 SHA1: f18fbd01c77186a669955021fff089432cf3b098 MD5sum: b9ab22faaba94810ed31f33f1e51cde3 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.20260915.050711 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-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.20260915.050711_amd64.deb Size: 62268 SHA256: 4d6d95b26a422884cdfd74f4f38e24454d2e7f189852ff0261c61dbdc61eab9d SHA1: bedb7313d5dfb5721f80f948665d3691a767a7f5 MD5sum: 17b75fcefcaf14fac3a2a1ad10b722e9 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.20260915.050711 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 506 Depends: ros-lyrical-rosbridge-msgs (= 4.2.1-1resolute.20260915.050711) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbridge-msgs/ros-lyrical-rosbridge-msgs-dbgsym_4.2.1-1resolute.20260915.050711_amd64.deb Size: 336872 SHA256: da65059e75b928184533fbdb62b0cc6b50f5b801821215ccbd5056f6b74d6788 SHA1: 044ba214dbbc914b7e520f9592440fd4f513e658 MD5sum: 5b024c251b791d873e5529267b0478e1 Description: debug symbols for ros-lyrical-rosbridge-msgs Build-Ids: 2d9490450c0ab31860ff8ac05615b1de3e39df8c 44df7e7f50b49970728000cc17af4d24df6d45c3 7d226145993806a8882f53944813504a52a77c8f 85258f1e1d83b6521322900db2fbe018be691443 87e487993624e1135c89dba748de501d83903308 98942aab3f4ccda1dc8a974a83b14473e35e82c0 a917cc5db76a382197cbaefc922ffb6e7a1b3117 ba229fe011fd463ad3bf77a9f48aca665485f244 d0f8c96900e8bbee9cfcb8a20f39d4752cffea38 d1fd2b5177c2f13e0563d066cabdad49ebe49f9a f63a8739e3b2e51e5a35905ac8094d0b1ea68a13 Package: ros-lyrical-rosbridge-server Version: 4.2.1-1resolute.20260915.083650 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.20260915.083650_amd64.deb Size: 15092 SHA256: 2f3ea119b6e5c1b48ee1c65b772eef4a4380bc3b32d305f203f202b5219f1869 SHA1: e62a3e6cd8dae49cfdb05578513fba0044c47bfb MD5sum: d70e4d6cfaca71ff4e123458273fe505 Description: A WebSocket interface to rosbridge. Package: ros-lyrical-rosbridge-suite Version: 4.2.1-1resolute.20260915.090224 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.20260915.090224_amd64.deb Size: 6274 SHA256: 68e9ef8aaf5146b321a9be9ba13dd0ed156f29e22efe88b43b419ff84bb775c9 SHA1: 17ea8d248de284b1052d86689e292cb0a434c2c8 MD5sum: de4711d1fbcf10f04703081481ee1df9 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.20260915.051852 Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 15873 Depends: libc6 (>= 2.32), 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://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.20260915.051852_amd64.deb Size: 852244 SHA256: 4b09ec935533e700276735f09fdd965333ad92078dcd979a0b16026c797dfea2 SHA1: 5ef911c866884e342988a9ed0f5c31a03af46a9c MD5sum: 657c7ef06ea1aad6005f3ec27c690443 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.20260915.051852 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 10102 Depends: ros-lyrical-rosbridge-test-msgs (= 4.2.1-1resolute.20260915.051852) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbridge-test-msgs/ros-lyrical-rosbridge-test-msgs-dbgsym_4.2.1-1resolute.20260915.051852_amd64.deb Size: 6626582 SHA256: 1e60343a55d565687305cbb2dece662e30e59f1e7b38c7bb33b5a8cb217802e0 SHA1: b186705d2eb3990904587bc5bb64de241b59bfd1 MD5sum: 7c92125b517a206a5343b017326afd04 Description: debug symbols for ros-lyrical-rosbridge-test-msgs Build-Ids: 020a92d5403abe4c944bd96b1026c56f261e8430 28655fcfbfe1ac5d69509c07fc87bd1eb747c522 2acd22d7ac79fdd04fd4c358705eb63c2e18c6de 3ab4d9766fb8f9f4f2284e3386a3ac23ffb5ef97 4e98cad79c65358a66fb23d716188905712e6903 5db32d9bbe35a90554c137892d8681efba8ad645 8a9dcbff2bab8437729ba029c8bb6eb919167bb6 8f293a6d799c4e08f18e86c5dac91eadb4e5c47d 8f76a52c37f9b2ffc42f4eda6ebae9e26c735531 b009234f4d4c962239022f987c52e64046293af2 f2b0a3d5a89ba56ee585ebd17bd24f7867b174be Package: ros-lyrical-rosgraph-monitor Version: 0.2.3-3resolute.20260915.081642 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.20260915.081642_amd64.deb Size: 221786 SHA256: 74fa15208d28afae5c5b364005eee9f74a005887a3c08d6d91d3c800cc117f7e SHA1: 88190faa9bf5ac7647e9589bebf34deb4e05ea05 MD5sum: d0c02b643ff17d3ebdfe8496da46f67f 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.20260915.081642 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 4497 Depends: ros-lyrical-rosgraph-monitor (= 0.2.3-3resolute.20260915.081642) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosgraph-monitor/ros-lyrical-rosgraph-monitor-dbgsym_0.2.3-3resolute.20260915.081642_amd64.deb Size: 3899852 SHA256: 4c7cf883a28d8d5aca0072daf185d081079c37c0f1e50d55ea1093bd97345e1d SHA1: 61a426010a5acbedcf157926b5a81deed8b12cb9 MD5sum: b42c768666d8722b811ef41216f6f260 Description: debug symbols for ros-lyrical-rosgraph-monitor Build-Ids: 01291d2feec87c7e522fe3dbc9eef38355a178e2 70b0ffdfdcfdcf8f7d86534223116c9961cacf32 b4847dee6d9b86d8441c83f9aa2a59a773d5594d Package: ros-lyrical-rosgraph-monitor-msgs Version: 0.2.3-3resolute.20260915.050409 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-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.20260915.050409_amd64.deb Size: 139658 SHA256: 5209cb2cf061a57489e28003dce6102db898e85989a3ad9845f9a59fa5aba7e0 SHA1: ea418e8cb81a2499322f3d7c9d4693c6f10d9c86 MD5sum: 959a10bf38bb204b6a5d6a98b9d2bcec 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.20260915.050409 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 1499 Depends: ros-lyrical-rosgraph-monitor-msgs (= 0.2.3-3resolute.20260915.050409) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosgraph-monitor-msgs/ros-lyrical-rosgraph-monitor-msgs-dbgsym_0.2.3-3resolute.20260915.050409_amd64.deb Size: 1195840 SHA256: d9adc40d4c2de636528e79db11f80c76a08a2700eeebd9cf7b3716523f1b4b46 SHA1: b999771345541c739a2f79d4bd01d1cb84d4d320 MD5sum: b7cbe92661885d71564e2ea52d4d95ab Description: debug symbols for ros-lyrical-rosgraph-monitor-msgs Build-Ids: 12e601cb4817c4bffa07a876ccd321bc9d482c37 2db700d592c1e88909987ed4d337a8731f5eb93f 40a69f1b9aeab33031805b9ca3d241516573da48 43c566bca8ead1b6d7717b60e8e499359d1d7182 80cabe61f9e9f560f105e0e2f33762a1fa9eb1af 932746350b94be9cf5bf94bce8e7b315da75e2d6 b83b5846751179678c9103aef3df97352d0ec115 c78c90040ccc54d7a9025961c73dc62bd2034aa4 ce8d47bf550f35212ae1194873ca08fcc065c67d e15e9a0b21102439bc9d8455750da88348827566 ec3f859f21ab3896719ada853ced59e32e746556 Package: ros-lyrical-rosgraph-msgs Version: 2.4.5-1resolute.20260915.050401 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-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.20260915.050401_amd64.deb Size: 183670 SHA256: 98a0c57395477e16f4453e9ab2b201f52ec4b097f217d8223b331d854b86b80a SHA1: 6110161e0074da1c8267e88b0dadb0a52f17e74b MD5sum: 6927bd06a4d5d06e837df8feebedeb9d 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.20260915.050401 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 2132 Depends: ros-lyrical-rosgraph-msgs (= 2.4.5-1resolute.20260915.050401) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosgraph-msgs/ros-lyrical-rosgraph-msgs-dbgsym_2.4.5-1resolute.20260915.050401_amd64.deb Size: 1753146 SHA256: 29012d33731ae2c457563a9cc2040245477d0c6774dbfa0088b2fb4ed16b9690 SHA1: 9fe9144956667b9af792cdf885b489a9b37116ef MD5sum: 65c6ca2474d3658bad59f03eed3d347c Description: debug symbols for ros-lyrical-rosgraph-msgs Build-Ids: 0a81094836250ab67080a4c21282af02ab682835 225ac32fd45bd9e897b3838d28cac6918ee2a30e 5c71f4ead0304f7ff37cc23d526fe6596f6b81d2 62426e421dc2ee1d3ce1bd6a90cf97bf3f7e557d a436b1bb10182d1a139559db47152ad0602a10af b347479a2c02f1f04cbe50c67c9576016c70f04e d1b6d75d712851ba575d2315c5bbd9d663452198 e96afcd91613e63f9e0e11fd2a55905e355c968d f7f02b8f5fafadc22ec2638890496f54211d3aed f81b6d7736f9d997df40fff10f564d477a1a4e72 fd19b8e9efcb93295232a054bcb2d74bc2c0eb51 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.20260915.030113 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.20260915.030113_amd64.deb Size: 7314 SHA256: 69a4fa093da3df79b609eca59f27d4a2dd7d2a66d94da9e8d72b0ec5435c7f99 SHA1: a16563f762ffaf2d4167ab8f5c0db9473dc1fc51 MD5sum: 44db993e57fa2e24462a1e70a4533595 Description: A configuration package defining core ROS interface generators. Package: ros-lyrical-rosidl-core-runtime Version: 0.4.3-3resolute.20260915.030238 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.20260915.030238_amd64.deb Size: 6402 SHA256: 2d945b5c53affec1bb60a63ffb72c3de30cc678e739d9e54403fe47c9ee5f205 SHA1: e90e6a5e70685b65554bbaab0e6454a90d79c242 MD5sum: 408f467654b8eeb26382b5366d443d37 Description: A configuration package defining runtime dependencies for core ROS interfaces. Package: ros-lyrical-rosidl-default-generators Version: 1.8.1-3resolute.20260915.042236 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.20260915.042236_amd64.deb Size: 6826 SHA256: 698ba80925a9d32e7c4b2502f55342329e679a52a8de3a826abf3c7c6d086e83 SHA1: d2c13e09caa1ff532d8e9ff1971dfe31bd1e7167 MD5sum: 64b6ef97d6744c89c32a7630c30d4156 Description: A configuration package defining the default ROS interface generators. Package: ros-lyrical-rosidl-default-runtime Version: 1.8.1-3resolute.20260915.042259 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.20260915.042259_amd64.deb Size: 6752 SHA256: 97196d8c70a47a7fc60da9b0a82a20159fd8e2e10bc49bbdbd425e32c6640181 SHA1: 38b14b3ed89f32166654fcd46291de2951106747 MD5sum: 5b224217c30d8a32bd2b3599cc2a60b4 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.7-1resolute.20260915.025611 Architecture: amd64 Maintainer: "Shane Loretz" Installed-Size: 201 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.7-1resolute.20260915.025611_amd64.deb Size: 25894 SHA256: c2985a6714e9d522ac33f03e0e850bca586866da4a55d50deb9bb7c3143afd78 SHA1: 5ad86611642426d1353ebef354409c7234e5ace6 MD5sum: e754d199794f9eacef32561eb2de2d3d 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.7-1resolute.20260915.025611 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Shane Loretz" Installed-Size: 19 Depends: ros-lyrical-rosidl-typesupport-fastrtps-c (= 3.9.7-1resolute.20260915.025611) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-typesupport-fastrtps-c/ros-lyrical-rosidl-typesupport-fastrtps-c-dbgsym_3.9.7-1resolute.20260915.025611_amd64.deb Size: 2928 SHA256: 9ff51ec03445aa732da3f948012cbf15f5469df01092fe6d6abbd70241f9e54b SHA1: 00cc1d86ef20fe75cd159f13bcc675417171d2a0 MD5sum: f22a272b612dd1c36fcfa37717b13a5f Description: debug symbols for ros-lyrical-rosidl-typesupport-fastrtps-c Build-Ids: b7a0c090264521e368fce5b3c8813acc6c5af577 Package: ros-lyrical-rosidl-typesupport-fastrtps-cpp Version: 3.9.7-1resolute.20260915.025317 Architecture: amd64 Maintainer: "Shane Loretz" Installed-Size: 223 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.7-1resolute.20260915.025317_amd64.deb Size: 29886 SHA256: b4d3c4c4e0af255ffb884ebb87cbf27f06eac4bf39983b02866d3496c3742b63 SHA1: 02f428228ee78e61cb8d69f01b175ce0b99bf769 MD5sum: dae644c1a3d352dda48963726bdcf1ce 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.7-1resolute.20260915.025317 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Shane Loretz" Installed-Size: 19 Depends: ros-lyrical-rosidl-typesupport-fastrtps-cpp (= 3.9.7-1resolute.20260915.025317) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-typesupport-fastrtps-cpp/ros-lyrical-rosidl-typesupport-fastrtps-cpp-dbgsym_3.9.7-1resolute.20260915.025317_amd64.deb Size: 2972 SHA256: 2fe6af0a8920c3b4529972d03435c3dc73fbeb7244292e2d5b1dfcaf4fd7cb15 SHA1: 182e760f44087126e504c77c30d407b377069d24 MD5sum: 8866b66dbc3e87ecaf2baca5d30ca4ec Description: debug symbols for ros-lyrical-rosidl-typesupport-fastrtps-cpp Build-Ids: 00938928e0c583149adc1bf90adc4a708a492a1e 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.20260915.055427 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.20260915.055427_amd64.deb Size: 5678 SHA256: 9bbd54b16b560c85186d600e9f50b46946561f1fc5a2ec09fb13637b6493e347 SHA1: 37250742cd1e7951f2ddb594c8c6d8bd9ff98cca MD5sum: 4c8397c95eca3cd7eea871c20538055d 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.20260915.055107 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.20260915.055107_amd64.deb Size: 97444 SHA256: 1c605df1169a1fa5426642162df96c5676264893f238c762f5866144f0645a58 SHA1: 0cdc8e69912853363435521afd2bf11d5dab4c68 MD5sum: c74deccc7d914f26b44d058086344cee 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.20260915.055107 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 1403 Depends: ros-lyrical-rosidlcpp-typesupport-fastrtps-c (= 0.6.0-1resolute.20260915.055107) 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.20260915.055107_amd64.deb Size: 1318840 SHA256: 72864aa4f265617b77075bd1ec38d81469c7ffad3884ea609c1b43b095d2cc04 SHA1: f4827c9e7986e58071d1220a33ecd71c50bc921c MD5sum: 4e6440a1594f5e99ad9be069128dafca Description: debug symbols for ros-lyrical-rosidlcpp-typesupport-fastrtps-c Build-Ids: ed0165151039f9c7a6300a401644bdedf18ebe0c Package: ros-lyrical-rosidlcpp-typesupport-fastrtps-cpp Version: 0.6.0-1resolute.20260915.055104 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.20260915.055104_amd64.deb Size: 94880 SHA256: 505a6af1d56aa3f6fc3e306bb7bedabd18c192ca9e479a250d621440b6b99d11 SHA1: b7244154d64da5f687b3bf233647bbd91a38e2cf MD5sum: 5c743f62cda87375574ee5cdd4659b92 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.20260915.055104 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 1407 Depends: ros-lyrical-rosidlcpp-typesupport-fastrtps-cpp (= 0.6.0-1resolute.20260915.055104) 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.20260915.055104_amd64.deb Size: 1327562 SHA256: 0af55f88dac5134bca968f3be7ba19b286fc77614bba1276cac39ca4da07cc34 SHA1: 58568f9f094a1c0cc6a89976debd8d39a1dff260 MD5sum: 7033d8cdbad0e0aba366961f6e0ab9f9 Description: debug symbols for ros-lyrical-rosidlcpp-typesupport-fastrtps-cpp Build-Ids: 2d9ae4ff196eddd940f07d10c1b2bca033f95274 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.20260919.191414 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.20260919.191414_amd64.deb Size: 170166 SHA256: 4ac5e15a3d69bedc183424084d01c61840c8236e436c38b3ad822e0fbfc23ff4 SHA1: de17edbdc7d22df187b17aaab0ab15b3751c6a21 MD5sum: 80f792fcc151113d7b65614b86add522 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.20260919.191414 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 2179 Depends: ros-lyrical-rosx-introspection (= 2.3.0-3resolute.20260919.191414) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosx-introspection/ros-lyrical-rosx-introspection-dbgsym_2.3.0-3resolute.20260919.191414_amd64.deb Size: 2059480 SHA256: ccabf3559ae6b1bb0164abdee80be26c35bf0e34f90e94a430fd7f6d4b639f58 SHA1: fad56daf546bd5669d30ec2fc275ed216464cc63 MD5sum: c2935635376810db11a78744b3fd9766 Description: debug symbols for ros-lyrical-rosx-introspection Build-Ids: d84c46d702e39ea3d3ccbebd970efc0c6639d494 Package: ros-lyrical-rplidar-driver Version: 1.4.1-1resolute.20260915.142744 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.20260915.142744_amd64.deb Size: 173402 SHA256: 7dd8deeb284844718e0b1d536c6b2e5d289988ac5d8d22730acce23fa96fbb98 SHA1: ca1ff208f7c00090c845660a38f38f09c1baddf4 MD5sum: 235a6c9e4b7afd3ef71efc07896f599f 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.20260915.142744 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "frozenreboot" Installed-Size: 2726 Depends: ros-lyrical-rplidar-driver (= 1.4.1-1resolute.20260915.142744) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rplidar-driver/ros-lyrical-rplidar-driver-dbgsym_1.4.1-1resolute.20260915.142744_amd64.deb Size: 2444456 SHA256: 4c1980fae87ffde23780539404411468a8ce4c69a491b2191d4610c5a089d4ae SHA1: 5b8f2ff152b24ffb7a1e67b02d10dc59d69e2713 MD5sum: 36829e3ab6a026cc7928f518d88df50d Description: debug symbols for ros-lyrical-rplidar-driver Build-Ids: 0a6f95a9fd3dd952ce69a8238f692ed2861e8b2c d0470bd7763daa2216f4a2318cb87e86d60067d2 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.20260921.071114 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.20260921.071114_amd64.deb Size: 5502 SHA256: fb3ac82e1a9973bfbe6d00aee2c0d4b819a388e4c7d3b471c38e88580456f4e6 SHA1: e373c5f9900cc86ececa9fdb3597169a50a79fff MD5sum: fddf81c8274f152b9ce7a3f9d006b23f Description: QML-based robotics visualization and control tool for ROS 2. Package: ros-lyrical-rqml-core Version: 3.26.42-3resolute.20260921.064759 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.20260921.064759_amd64.deb Size: 1876596 SHA256: 42c6de1ab90eea4990eaa663d3c7615a0fda437f42f26d56ed3eeb5412e1e437 SHA1: f82cfe7e67ad0ec914d46f59931e4fb1193120b9 MD5sum: 594acbec471cae5064bd08a9e12f7bdc 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.20260921.064759 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 26329 Depends: ros-lyrical-rqml-core (= 3.26.42-3resolute.20260921.064759) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqml-core/ros-lyrical-rqml-core-dbgsym_3.26.42-3resolute.20260921.064759_amd64.deb Size: 24684686 SHA256: 96f3a68c9e55c8ea5b2b04d4a757335ab6ab7c42105316ee4b5aab9d8a041e11 SHA1: b67eb0e7d7be9a8c17cd8505efcd4a88acd0b726 MD5sum: 3926d362513d22b4296763246d439856 Description: debug symbols for ros-lyrical-rqml-core Build-Ids: 64ab57aef8d5085ad00cc72e4890f7a4b13764bf 93800e7c76f6f106c77888e093e49371a163b73c Package: ros-lyrical-rqml-default-plugins Version: 3.26.42-3resolute.20260921.070511 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.20260921.070511_amd64.deb Size: 80248 SHA256: b3fad652615bf7469c8a7585929012f3c681268579a3f7cf02230f5d074ec7e2 SHA1: 8e2875778fcc5487b00d79635c006bed0d6ea63d MD5sum: 1a23db7a4c99188c4a8b71906905b9b2 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.20260921.070511 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 577 Depends: ros-lyrical-rqml-default-plugins (= 3.26.42-3resolute.20260921.070511) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqml-default-plugins/ros-lyrical-rqml-default-plugins-dbgsym_3.26.42-3resolute.20260921.070511_amd64.deb Size: 552644 SHA256: bc94eea787f0a4613940ba7bcde38272d939b328eca3ca65f766ddcac1d9e7f2 SHA1: 126ae85ca0220d37d9b203a0a2a9caf2ef669905 MD5sum: 21431438b4b0933099de614348ce10a2 Description: debug symbols for ros-lyrical-rqml-default-plugins Build-Ids: 7948a418ef574e68f480a57fc1492b03e50a7baf Package: ros-lyrical-rqml-plugin-example Version: 3.26.42-3resolute.20260921.070537 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.20260921.070537_amd64.deb Size: 6446 SHA256: 2816a9ae9d1ffb6131e3c4a60c70667bdd0f6e8e5ded3b1e14a2fa67954714ad SHA1: 5f4f819eaf635f709c3fd9000113ddf27f712699 MD5sum: 83478a96a7584026dd43e8b8d503d619 Description: An example plugin for RQml Package: ros-lyrical-rqt Version: 1.10.6-1resolute.20260915.090436 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.20260915.090436_amd64.deb Size: 3248 SHA256: fbf65dad2c540f72932ad875964596975d956e24c1f6b0057394adac570c23c3 SHA1: fbe328018e0f38979a7c42752f628be9a8b78a84 MD5sum: 390191f466a2197b6750b6a5d6ddad5f Description: rqt is a Qt-based framework for GUI development for ROS. Package: ros-lyrical-rqt-action Version: 2.5.0-1resolute.20260915.082422 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.20260915.082422_amd64.deb Size: 6786 SHA256: 875a52a8c52167a47c2303b463ee643008ddcf8775aa87826040208d80aa5626 SHA1: b35c66d3a811efec5ac2b988616b7bab09244d62 MD5sum: 0e02b149308f3890e232ff3549edd39b Description: rqt_action provides a feature to introspect all available ROS action types. Package: ros-lyrical-rqt-bag Version: 2.2.5-1resolute.20260919.194108 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.20260919.194108_amd64.deb Size: 119732 SHA256: 2053d4b9b6c525350214f7ce95b54a866c7edb3553647260c8a13b8b90dbc869 SHA1: ba65078613b0facdca2fd3c49396f3ae2d59b819 MD5sum: b563bb59981054931637c2c19cc311d5 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.20260919.194612 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.20260919.194612_amd64.deb Size: 37944 SHA256: 9167d86f34eefa3a8a7628da26a0884fa424c09c17dabd851cf9cff8a17ef541 SHA1: d8a9639b0bb481783285fc01b2f59326d4a7c899 MD5sum: a3b1dbf5484695cfdaa88020e6dc32fe 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.20260919.194653 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.20260919.194653_amd64.deb Size: 6782 SHA256: 801f224a9d28d4926a23789b4daf6c4fa294cacc0bae18cbedac4c032807f89f SHA1: 109ee29a38db2e68f411f2e8bf6e325d6bcb9dcb MD5sum: c1cf35e43687b5829f9e8f8965b6b2b9 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.20260915.080734 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.20260915.080734_amd64.deb Size: 70232 SHA256: b0ad035e6b4722888fec7b9c67cb92c7ddbdd263554bc7f823bfe9f1fbc744ba SHA1: 5a38bf642a84abee87469e94cdca5c6acf017fbf MD5sum: 4d59c6f56f92058a5e83af2f5953300c Description: rqt_console provides a GUI plugin for displaying and filtering ROS messages. Package: ros-lyrical-rqt-controller-manager Version: 6.10.1-1resolute.20260915.094305 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.20260915.094305_amd64.deb Size: 46062 SHA256: b801d8c979d47713c2232fc17089ff2d7286be0ed78a41fc5e779703b974b86b SHA1: 1c602a46abf7b29f533e647207b2682bf7dc615e MD5sum: 615f70550c49416e4c3c31c4b1521761 Description: Graphical frontend for interacting with the controller manager. Package: ros-lyrical-rqt-dotgraph Version: 0.0.5-3resolute.20260915.081250 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.20260915.081250_amd64.deb Size: 68920 SHA256: 57111a5e30bacace385ac456240775397eb917cd8507bd20a951c3b5b80ca4df SHA1: c14436dc5d59d97076d577ef0f4741143b9b3cc3 MD5sum: bbb8391c1b7c7809f44bc8f82bf1d332 Description: rqt GUI plugin to visualize dot graphs. Package: ros-lyrical-rqt-gauges Version: 0.0.3-3resolute.20260915.081015 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.20260915.081015_amd64.deb Size: 30204 SHA256: 37d3ecfc9bfcd0956ff051b1b501d447007df0d9882d7cee6b24869845e0e672 SHA1: 7f45875db089f14d147f4b2df942913e62a69431 MD5sum: 5dcd746c4eb8f6cc80695d8b7361465d Description: Visualization plugin for several sensors. Package: ros-lyrical-rqt-graph Version: 1.8.5-1resolute.20260915.081018 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.20260915.081018_amd64.deb Size: 57040 SHA256: 8edf98a690ed5e7a2bc2e076106100ee3afe8ef6b60248df2a8e41fed9bc0e5a SHA1: c14e8c32ebd5241373ea104aa794e8cdaa0e03e6 MD5sum: bd091a74e91634da0780e0ccb27c55a9 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.20260915.075649 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.20260915.075649_amd64.deb Size: 97694 SHA256: bc40f54283337aa5ca7cf261384a645b8ff9160ecc958c120ccebf7025f15c2e SHA1: d93173cbfb59ffb4d142158f75cd34249404676a MD5sum: 1da6a1002903741faf6524968bb04b60 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.20260915.080659 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.20260915.080659_amd64.deb Size: 81096 SHA256: 3f067649fe7d0318b40517a1d89995b41031fdc2a968a3f49dd72ed898c3d3dc SHA1: b158a9df038b14591e451c6a6f6965239bc000b0 MD5sum: eba28d5c138a52eea10ddfc780aec818 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.20260915.080659 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 1372 Depends: ros-lyrical-rqt-gui-cpp (= 1.10.6-1resolute.20260915.080659) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqt-gui-cpp/ros-lyrical-rqt-gui-cpp-dbgsym_1.10.6-1resolute.20260915.080659_amd64.deb Size: 1293244 SHA256: b0766d0b11a9fc1accf5b2ef4d5b663cde74f5403d8852b6e49d8f337b4e64e1 SHA1: 1fe27da0aa7dedebebe79b65976758a77e1f5049 MD5sum: e310dc5811dac7ea22ce59a6fc395256 Description: debug symbols for ros-lyrical-rqt-gui-cpp Build-Ids: 7c8d3b5bbcf1b9bd064eb10e7eb9df51c538ad23 Package: ros-lyrical-rqt-gui-py Version: 1.10.6-1resolute.20260915.080446 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.20260915.080446_amd64.deb Size: 8962 SHA256: 337615ded2c6fc505059e894ad5c48af50eeddca26a6faa9f44f9da4398efe99 SHA1: 51642c74a006b7911c4d06bcc9d42bc4f8c2b9ae MD5sum: ff7e361bbad4077d8b96024b98c3ca22 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.20260915.080349 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.20260915.080349_amd64.deb Size: 8458 SHA256: 1881d38764b17df0f347360ed74b15b9e5eeab50aeb5d1cb94d0580280e376d3 SHA1: 3e91c595c6bddc9ddd252a6849cb793fe62ed296 MD5sum: ce9e4ef97eafa922a6b0e3568d13dcc8 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.20260915.081629 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.20260915.081629_amd64.deb Size: 216642 SHA256: c1ca6341257e2235ed37d1d906585c407100aaff66bf1ae975636310bf154a70 SHA1: b430ce4b0a6854ceb236e4a8782506b88ea9686a MD5sum: 41b28ef1ce2c5727ab734e482e849a78 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.20260915.081629 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mabel Zhang Installed-Size: 2778 Depends: ros-lyrical-rqt-image-view (= 2.0.5-3resolute.20260915.081629) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqt-image-view/ros-lyrical-rqt-image-view-dbgsym_2.0.5-3resolute.20260915.081629_amd64.deb Size: 2650912 SHA256: 77556964a99b7af6d2f9e41c076a8de99744fee3cadfb9224a286391c3c81917 SHA1: 5138178d4b1ddf5976198b3fe743f4b86c9f33c0 MD5sum: ec67915fefbcbaec0b334ca7ddf65801 Description: debug symbols for ros-lyrical-rqt-image-view Build-Ids: ba60396b48102fdcb0c2d4a667c52b88fa31f1f1 Package: ros-lyrical-rqt-joint-trajectory-controller Version: 6.9.0-1resolute.20260915.080847 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.20260915.080847_amd64.deb Size: 47900 SHA256: 33a423c3304dc4cbbc920d0b4fac90705472fd1853f4a6017e47e2c7818d8c52 SHA1: 1288bb880958c1a6d79dcfdf5f523f34ad8f0d9e MD5sum: b3193aa5184ed1b8d9c2292b4481e546 Description: Graphical frontend for interacting with joint_trajectory_controller instances. Package: ros-lyrical-rqt-moveit Version: 1.0.1-6resolute.20260915.081441 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.20260915.081441_amd64.deb Size: 17566 SHA256: e0bb396a5e2aab49bf85f27b1b9f7fe9807c0f1089b4098e91ac859d3ae558b1 SHA1: b40a39d8d01fb434414784b01d1cddcb4cd647d6 MD5sum: 9d95a506907dbf837eaa0b4ae5466b55 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.20260915.080956 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.20260915.080956_amd64.deb Size: 17058 SHA256: 4a901946d55be72b6f3ba75f2bd82fd4fe7e009719996442f2cb56832c8a53e1 SHA1: 116c89824cf2ca954c32aa85dd8b26431c1b24c6 MD5sum: 0ed90b39a31d3d3a2d7044a1d1df2300 Description: A Python GUI plugin for introspecting available ROS message types. Package: ros-lyrical-rqt-plot Version: 1.7.6-1resolute.20260915.080820 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.20260915.080820_amd64.deb Size: 54772 SHA256: 6a21e6bb33109535b0243201cab5545cccd0fa5fed97536c06483746e3bee061 SHA1: 84bf42f28833f3b085d45393c3a73dfd8a5f0aee MD5sum: f8d9e96fcef9d056509160de99d2860f 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.20260915.081013 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.20260915.081013_amd64.deb Size: 30732 SHA256: e3122c9b8744045df1d2b60d1f38ad829c8c78a50fe746af9c1aae41cbb53aa3 SHA1: bae09d33cd98880dfa2e84ad94ef2d98ce571283 MD5sum: b51673aa04a4e8d6fa7d2f22c46ca17e 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.20260915.075702 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.20260915.075702_amd64.deb Size: 21638 SHA256: 87d5a9904382a487e6bcbdc5af5c4275a13cac2df73ab0c8c6fa60d5a35b3fa4 SHA1: c626fdc9971d411eba0ed845644f021e9f1b1a09 MD5sum: 5b9efc7a27a9603ab8c2c7fabe216c27 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.20260915.081032 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.20260915.081032_amd64.deb Size: 12852 SHA256: b93d22925363bbf93f063d7b35a75280d0962ffb193525280a32e94906f646f9 SHA1: d32bdd146d1f31d03720d0bd9a6e9918f098b48a MD5sum: 291318872563c295c56403bbdd72e68d Description: rqt_py_console is a Python GUI plugin providing an interactive Python console. Package: ros-lyrical-rqt-reconfigure Version: 1.8.6-1resolute.20260915.081005 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.20260915.081005_amd64.deb Size: 63200 SHA256: 322e0d389de121e8b55f9e487685d268dada4ed6727f6dacbe32e91f34efe4a6 SHA1: 713508e93e7e149f59e0d0de6752db28b6c86dad MD5sum: 98b0bf29629915187e8ae0ff377df579 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.20260915.081104 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.20260915.081104_amd64.deb Size: 59010 SHA256: 4d853bee7c7374e2179858811c1b063e19ae809b460dca99b81b8da76d06d0d8 SHA1: 228c3be08cbe4dd5307b788e26fbbfb5025c2951 MD5sum: dd39096c558671393d4f343b03d910b1 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.20260915.080713 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.20260915.080713_amd64.deb Size: 37310 SHA256: 48f201888e1ca868d0c9dc0284e8826fd9c6c0a7f7d303a119e18c63b15254a1 SHA1: 3e0ee0cd8562d2e89360052db74d78941f66211f MD5sum: 83be9cd5be17d42f77d9232339dca513 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.20260915.080849 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.20260915.080849_amd64.deb Size: 16258 SHA256: f94317d18abbcf4510aba2a2d1d255dfdf414f1516cff356140cdec2a856b552 SHA1: 025f6aafbbd4728882d0d19b5aeceea8bc1373b2 MD5sum: c116d56a78aeb2e656129335b670a7a7 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.20260915.080903 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.20260915.080903_amd64.deb Size: 16912 SHA256: 783be7c37de6340fe3e594213c1d650cf1986f00ba93c2c15c46903fbbabeba8 SHA1: e9437ae4cdf5afc4369ac8865e0148d31ce74834 MD5sum: 072eba35510d83da7290394da8a8033e Description: rqt_runtime_monitor provides a GUI plugin viewing DiagnosticsArray messages. Package: ros-lyrical-rqt-service-caller Version: 1.5.4-1resolute.20260915.090453 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.20260915.090453_amd64.deb Size: 19904 SHA256: 32ccb77e2d47e9e3339004c0f40943bb796c752a3e7b608f2e20b5945a5221bc SHA1: 0ea96406e550dafad2236887d1d0ad1761d243bf MD5sum: 6b28213e865fbec9d7f8800c8e241e33 Description: rqt_service_caller provides a GUI plugin for calling arbitrary services. Package: ros-lyrical-rqt-shell Version: 1.4.2-1resolute.20260915.090500 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.20260915.090500_amd64.deb Size: 16374 SHA256: 455bb7487df28990a7247ce8a359a737c645bb8949f6e51c7ce96d93aec55c69 SHA1: 323d00c44b6ed041d924386ec7360d8d0eee3080 MD5sum: 0087a48a9687051fd6b8eaf1bc749883 Description: rqt_shell is a Python GUI plugin providing an interactive shell. Package: ros-lyrical-rqt-srv Version: 1.4.1-3resolute.20260915.090410 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.20260915.090410_amd64.deb Size: 6968 SHA256: 73a0c98d9354fef7f70bce91dd9e5d24098fc96812489edc94d6ee09724a590d SHA1: 56852c3635c0fafc351e6b6a0e88cd1799cec076 MD5sum: dadedd254602ccedc9a19a20c33522e3 Description: A Python GUI plugin for introspecting available ROS service types. Package: ros-lyrical-rqt-tf-tree Version: 1.1.1-1resolute.20260915.141355 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.20260915.141355_amd64.deb Size: 18506 SHA256: b855b7e6016896630142aa98f74ba1c02aa3a16d907cc153cb51c99caf201dc8 SHA1: c99fa8d2a33d5414a583cc80f3b33a6a0db9a94d MD5sum: 0d1d0e7516dff1a4ea03c43e47b2184e 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.20260915.080918 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.20260915.080918_amd64.deb Size: 53694 SHA256: ba964bdc7589e6e27dcda3adb6c9e32e2a7ef732a469e11e2b1c12586c1741d4 SHA1: 3c24154267dbdcce4f7687eb054ce4720ae6d5c1 MD5sum: b95124904aa32327df7b9fb77aa36d6a 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.20260915.080641 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.20260915.080641_amd64.deb Size: 17484 SHA256: e7fd5eceab98f68f11de75a398944b49fe41d4a0392cfebf398a04fa8146e4eb SHA1: 61d54c14c34213fe473c2ac97768c2725345d190 MD5sum: c654874a757ca06b7e871aeef5f05d60 Description: ROS Support Library Package: ros-lyrical-rsl-dbgsym Package-Type: ddeb Source: ros-lyrical-rsl Version: 1.3.0-3resolute.20260915.080641 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: bmagyar Installed-Size: 171 Depends: ros-lyrical-rsl (= 1.3.0-3resolute.20260915.080641) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rsl/ros-lyrical-rsl-dbgsym_1.3.0-3resolute.20260915.080641_amd64.deb Size: 155088 SHA256: 53a71d60b682e2768e5b7d6f0b96df3791e20f3d2aa59e779129b1bfa3f1d47f SHA1: e0fbc95e9451362c8f3c33e03b6369b8aa4b2eb2 MD5sum: c6207b0b7db8c81886048d98e0eed3cf Description: debug symbols for ros-lyrical-rsl Build-Ids: 0b035e21b612d32f52fbf464a68d384dabf85862 Package: ros-lyrical-rslidar-msg Version: 0.0.0-3resolute.20260915.064220 Architecture: amd64 Maintainer: robosense Installed-Size: 545 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), 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.20260915.064220_amd64.deb Size: 67614 SHA256: 70fd9140a245a50d8e2113c2adfe5bb0fedb7cd2eb7e5173cce9c46f6a8ac605 SHA1: ee2448136513c0383f88e85a0343ce88dee022ba MD5sum: 906db0c73ba5b0dc5774cb34c1778796 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.20260915.064220 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: robosense Installed-Size: 653 Depends: ros-lyrical-rslidar-msg (= 0.0.0-3resolute.20260915.064220) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rslidar-msg/ros-lyrical-rslidar-msg-dbgsym_0.0.0-3resolute.20260915.064220_amd64.deb Size: 482320 SHA256: c29b62b335f65abca60421a970bfae8ccbdd92d1014be62f2067c8dd1f04a3a6 SHA1: 998c5f1f12d96c07c7506b6be7680ea80ef131f0 MD5sum: 44e32b31acc4c377204924c7a137dcc3 Description: debug symbols for ros-lyrical-rslidar-msg Build-Ids: 0289a5744e155d6dbbbf31b5bae503f512ceadf5 15c553e77db8de085ad7c3faf6e775b7e6648d01 393ee86f3d5bb4ede3f2c4a00ef7b1040fe2401b 67150a8feebba40844a7aa3af76e51981e36e498 8c6eba70c19b9c4e0a57bbc49d8d204c6bed72b2 90e7c95b42f88d9fc0867f93e977d0bed5556555 92efffadd50ed9c288aaf35fcc6a51696bd6c031 a1eb429550623b071c68c40a5a844014eac5636c be0245d09d5beb0f27d05d83184470f16e38045b e9c70d9a33e689357b60e6723d5f52f3b4c3327b f5e6e153547ca9c34923925a9d638c6af287840a Package: ros-lyrical-rtabmap Version: 0.23.7-1resolute.20260915.082129 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.20260915.082129_amd64.deb Size: 4739586 SHA256: d380fc70cb4efb14db92292f5350efae0c727360e9985c71c4604b1da0ed2bdb SHA1: 2a74f92d1ac1ae0242782934de1f55f637e3d577 MD5sum: 34cfbaf60ff9a88427c1ca1eee23db0f 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.20260915.143622 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.20260915.143622_amd64.deb Size: 182452 SHA256: def49db50e2278dcdce0ef0794e17bbd2d5fb703fe29b379957c4a36a30df279 SHA1: 850808b912d2b935ca09d2ec8442a169d3180a3d MD5sum: 6e4bb771aeff114ac990dd448b550c0c 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.20260915.143622 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 3296 Depends: ros-lyrical-rtabmap-conversions (= 0.23.7-1resolute.20260915.143622) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rtabmap-conversions/ros-lyrical-rtabmap-conversions-dbgsym_0.23.7-1resolute.20260915.143622_amd64.deb Size: 3182210 SHA256: 9e860b1feffb89a03f73383c68b6b3c3ed556d28651f9fde3e784f71803ad43a SHA1: 9dbccb691ffa43c2d88c25f241f1bdd8a7e5c334 MD5sum: 215ee400f3898b58f946d066d2c7d019 Description: debug symbols for ros-lyrical-rtabmap-conversions Build-Ids: f9b119d4e9d027775831f40f7adea1facaac0df6 Package: ros-lyrical-rtabmap-dbgsym Package-Type: ddeb Source: ros-lyrical-rtabmap Version: 0.23.7-1resolute.20260915.082129 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 119752 Depends: ros-lyrical-rtabmap (= 0.23.7-1resolute.20260915.082129) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rtabmap/ros-lyrical-rtabmap-dbgsym_0.23.7-1resolute.20260915.082129_amd64.deb Size: 115002920 SHA256: 21004bb3bacf49ea3e8fa61a83c587d3418b9714f25ad2d5774948dfd57ea88b SHA1: de80869d2da127b09968db24573e1b15b7e9ce02 MD5sum: fb7f164b2d3e0376d6d38fb86a9149c7 Description: debug symbols for ros-lyrical-rtabmap Build-Ids: 0619dc06465614f5cd206764441167f75f533be4 286d857f1f35bcb9fabd39d19bdd665951c96055 2a0be3f89777ccf003115f5cb6fc1124ddb6c075 34711f7608f9f8bcce0c1c21cd3fa3f69258309b 39c2d3dbe22f4927c5e3a6053f37fe235f3e0344 49d6fc098140d966f3e353fe2add754c21472b9c 4bfad8f8f0f5037d05362bc9764cfdd3097201df 4d40358c82ee0acba45bad9c191af32f69849680 4d6a1589c1be91999aad2aca1de2f91e200dce18 516c6bd0253cce212aa106946df040a7529e022d 5bc674f96a1b66d429297f592f9e4383c0316e4d 5f09f144368aad3599f8ceb1909a729a1a40d363 6426e8b37a2a150b207c40dd78acae1ca02a76c6 6433f3befb2fe111d4ebafa2ceaca4e71d48c847 715e3dd932b297518cd59a0ddc4e4ca922915636 9288bd2c382b7d0983002a0e4ff7c277783cdec6 a0312c29a8fb5900eeead109da0cc3c0442f4d9d aaab756c48fc85c7eda88e85b1401a125b6c6162 babbec3713fd582ae0a92adfc935faa335392ef6 beafdd97af51e42a69ed9959556d2587f57c59f5 c74fe710d7f678731672d693bfda4d2f9632369e d75dca5b0209a4dabd9d7db1d314dd0fc7966036 d780e72a4806646b2188ecdbc3c342611a700b61 df53807eb1ac667581fd5aceabfd92867ff0a6cc e87df560aa9d6e6c426f6605c4ca4d1d7104ee9d fd98947c697d3892b4295bf218f0980ada9cc0c3 Package: ros-lyrical-rtabmap-demos Version: 0.23.7-1resolute.20260919.203947 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.20260919.203947_amd64.deb Size: 126194 SHA256: 65ebb80d0f0f9376445b165ed0da5c449095f3444d38ea62860fa356e3d9a7d4 SHA1: 6646926350160e27eef4fc1bb5f136a76a4c11d6 MD5sum: d76d31b08bd4b4659cc8a811eba471e5 Description: RTAB-Map's demo launch files. Package: ros-lyrical-rtabmap-examples Version: 0.23.7-1resolute.20260919.203949 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.20260919.203949_amd64.deb Size: 29378 SHA256: 777b45601f3ea90fe15c6ce79115d1dc907b91aae2dee4f04b31e0311cfcbebc SHA1: 2497494834c899446fb68f686c8f84ea6b1d48fd MD5sum: 93342dc8295d14a249852464b9d8487f Description: RTAB-Map's example launch files. Package: ros-lyrical-rtabmap-launch Version: 0.23.7-1resolute.20260919.203947 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.20260919.203947_amd64.deb Size: 13386 SHA256: 345627a2a5e0b58a3b9cc45c41c9c80a2c642c1e85486749ae13041c74947591 SHA1: cc5ad0de8700b9b02d0f0606cc3f6fb86e94342e MD5sum: 5a7f8a6361434903b69e71bd7bfc55c8 Description: RTAB-Map's main launch files. Package: ros-lyrical-rtabmap-msgs Version: 0.23.7-1resolute.20260915.052614 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 13045 Depends: libc6 (>= 2.32), 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-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.20260915.052614_amd64.deb Size: 908004 SHA256: 3d763ee327eb296b98ca5274c1d7e7925ff2411f92118353436f82efd6c0cb5c SHA1: 0e7236e2826d7f27bdca9ab4affc44e7361872ad MD5sum: db2bccec273921c4b1c24202af20fbd1 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.20260915.052614 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 11991 Depends: ros-lyrical-rtabmap-msgs (= 0.23.7-1resolute.20260915.052614) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rtabmap-msgs/ros-lyrical-rtabmap-msgs-dbgsym_0.23.7-1resolute.20260915.052614_amd64.deb Size: 9609060 SHA256: c3e57bfeb48f552f260fa36f9c9365cd7d87d4bbcc9cb28514efb0eacbfe4704 SHA1: 6a540e1b5be797064c2f97efe1e389e6e22930d4 MD5sum: 57ab37232ceda813a5a44f7ca9fd37b8 Description: debug symbols for ros-lyrical-rtabmap-msgs Build-Ids: 02d45381351251da90e7a41f45a0b58cae55e375 2263f3d1e33fc8b027648f9377d92dbe5c165ded 2900e709173c32c14581528b560b48faf1561d6c 549d1445e81157c1c15fffacf29e5bdf97c226ab 7634b8fe39870a0c4ce58fe6bdd6625f7ff2aeb5 8c23cadf9876f2a8ac9acb8b4e73e8eac616c61c 95516b8d6778076bef2edb5659f3b20097cdc316 a3551b6f91aafd4a2412c14469ccb4b7d097beef a6008291e051c77843ce20d5e0af942cc01ab07d baefc2fc8898ba3ff1d5d4fa7fd574c92be56bf9 f5f5a0fa22554b002e44dccb6b60d74ee028e271 Package: ros-lyrical-rtabmap-odom Version: 0.23.7-1resolute.20260919.203249 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.20260919.203249_amd64.deb Size: 786240 SHA256: dfcfa237fe7a8e9404a7269cc075581359175ad38e074e5f53163a27e9c83151 SHA1: ffc0b03be77492ae28c338cd325845385d2f4601 MD5sum: a0d588bd2fd0162d606a681b655960f8 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.20260919.203249 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 24426 Depends: ros-lyrical-rtabmap-odom (= 0.23.7-1resolute.20260919.203249) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rtabmap-odom/ros-lyrical-rtabmap-odom-dbgsym_0.23.7-1resolute.20260919.203249_amd64.deb Size: 21309714 SHA256: 84378341e4ea7831bd8acc2dc67334325f68400221b92c3ffdf8cd7600abc73a SHA1: 44f3b97be42c828bf8d369248aa66bb93ed418c2 MD5sum: d828bfc7ed7305b6fdc2b832fe2326ee Description: debug symbols for ros-lyrical-rtabmap-odom Build-Ids: 38bc6eabb5cea6fa29c09413964c35c8a1549a1d 3f71509ef0d7de606588dd584fd0f0e8bcf28a9d 67ab1d4e8acad91c3d0b286fab35cdfb89af5e00 bec42e5c068fc9794182cd4246db6e223d2671dd d9c23023fb8daa662f74f1b3892a0cbce8a34ce1 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.20260919.204126 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.20260919.204126_amd64.deb Size: 5656 SHA256: 5d760997aa3956316e57ab162303dabfcd190955b30bd558a3b967d20b7624fd SHA1: bda2878b7fbbffa95ef217d6c393af001def0866 MD5sum: 491dea3b26e75780a4ca08410f6f20b9 Description: RTAB-Map Stack Package: ros-lyrical-rtabmap-rviz-plugins Version: 0.23.7-1resolute.20260915.154155 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.20260915.154155_amd64.deb Size: 311742 SHA256: 0d766c40e9cecf41be53041f0f8506bfc1c8f054292525e0cc63f9195c325487 SHA1: d9e00a4707d4bd8f9b7a3e110da26a5e3bd24968 MD5sum: b902305eed58c89fe6e0541404a234e4 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.20260915.154155 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 11014 Depends: ros-lyrical-rtabmap-rviz-plugins (= 0.23.7-1resolute.20260915.154155) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rtabmap-rviz-plugins/ros-lyrical-rtabmap-rviz-plugins-dbgsym_0.23.7-1resolute.20260915.154155_amd64.deb Size: 9771870 SHA256: 7f869f7d64a5e3121e55e7ab95402999647f6a484a37aae11fb5d4ae4c0bfa60 SHA1: 82be57fe38a087a3c0df2cc03ca2baa5067a0724 MD5sum: 941010dc2082fa2b2c8f38b1549bc4e2 Description: debug symbols for ros-lyrical-rtabmap-rviz-plugins Build-Ids: 45190880301123fcf1cb9cc12db399d09be87399 Package: ros-lyrical-rtabmap-slam Version: 0.23.7-1resolute.20260919.201223 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.20260919.201223_amd64.deb Size: 882040 SHA256: 3657353e07e709b3b22a293c1e0920acc6d754cdb1459bb8284774474d84550d SHA1: e819b19c4a197cba3070ffcccac7a670d1b6213a MD5sum: 35a1488a63ea14a3f3da0e553326d058 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.20260919.201223 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 29069 Depends: ros-lyrical-rtabmap-slam (= 0.23.7-1resolute.20260919.201223) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rtabmap-slam/ros-lyrical-rtabmap-slam-dbgsym_0.23.7-1resolute.20260919.201223_amd64.deb Size: 23207762 SHA256: de700c6b6edd1d1d4519f871bc22e12502082e997eca798c100ee224ffcc3981 SHA1: 56de63d32585773f6240a0698aa3ecbf301e31f7 MD5sum: cc7d7b4615f87d89d3cc7ce25d7c4164 Description: debug symbols for ros-lyrical-rtabmap-slam Build-Ids: 2f8f62da95e39153f16f8f3aec0a50ac988d9ec6 9d26591c4760da4d3a4e164cfcec9886003e0899 Package: ros-lyrical-rtabmap-sync Version: 0.23.7-1resolute.20260915.152419 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.20260915.152419_amd64.deb Size: 1493012 SHA256: d9f8e8e96b4bfeec1a2f4f4a9741277b8e684a92acaf10c6eec66ce25ea55e1d SHA1: 7b78fa507a3a8fe3d93b9c8ece807b29b9f121d1 MD5sum: e46b48cb92879e4e058db6096709d3c8 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.20260915.152419 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 61448 Depends: ros-lyrical-rtabmap-sync (= 0.23.7-1resolute.20260915.152419) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rtabmap-sync/ros-lyrical-rtabmap-sync-dbgsym_0.23.7-1resolute.20260915.152419_amd64.deb Size: 51985880 SHA256: 382d50c990adba8d622d05bf8cf98f2d7d73de8d6086b51db8561a34eb9ee0e8 SHA1: b4f81818a5ebe4f7221f6cde759f8dfca352047f MD5sum: d1409644b559672ff32b95a269c46c07 Description: debug symbols for ros-lyrical-rtabmap-sync Build-Ids: 20dd557783f81fdaeacb7651626eeddd9cbb57da 5b1f94fed1b1775a789db005d40526db3909db50 6d2b4b7395c64dbeedde46c812d8bcc6e615b14e 8c0200690fa2d84d54df2d73eab69415137790ce b0644fc1438ef643dea9928b34613c289d0c2bf7 fb8adb4519f580757cf3b0c1c8d126a35a9c3280 Package: ros-lyrical-rtabmap-util Version: 0.23.7-1resolute.20260919.195020 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.20260919.195020_amd64.deb Size: 993632 SHA256: 6d61349b09597095cdd830e0d4576855e68ad32285ea26b9d363419e2f4cd076 SHA1: a0393317ad121878d8d9ad68129d20bad8d2a5df MD5sum: b38e0dfcd997f4bec07dfaf83b0e17e6 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.20260919.195020 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 40082 Depends: ros-lyrical-rtabmap-util (= 0.23.7-1resolute.20260919.195020) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rtabmap-util/ros-lyrical-rtabmap-util-dbgsym_0.23.7-1resolute.20260919.195020_amd64.deb Size: 35652938 SHA256: 056f0a08edcbf73e683719f3b51441b28fcea681ce4c18b0f79b4e62de3a2837 SHA1: 41bda5bc52f78dc7d99c17ea51574de7aab197ae MD5sum: 2ee44f38b8d9e4158d4f07fa32bcc56a Description: debug symbols for ros-lyrical-rtabmap-util Build-Ids: 172b9426c48b225d32f2a96be5c4baef31d68cee 30a59dd2cbdc3d245c71c005fafd566259eaf615 3301ca8a2bf1d5efc33c642878eae6714155325d 69867820b081bb518aca52f024e60fc913c10ecd 724bb85a1f5cd7286633061c03677d45cadad0ab 7d7f10afeac3326bda6df01f8073c96573f676a4 818a6fbee77d763e57b335c47f63eed591ac9fe9 8287dcd91ec2490f802700ac0ddd22c7acfdda73 a9e32e4b4ac4109446be82616a49264566f10cef c30980c5346373c69f5680d4272c7efbfa7d2b7f d441a502e4d52d8d72bc907d2f193367f4a39a4c e5724a59be69b2e46339c82f8f9694abdfa0eea6 e962041e355a8a6d9497beb2a476a14add7764e3 ebf1a34db8e7267d7e3f2288ed73596db73f0924 ee79ff548bb31e927fa67e327f2e1855d5e8c1ad Package: ros-lyrical-rtabmap-viz Version: 0.23.7-1resolute.20260915.160358 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.20260915.160358_amd64.deb Size: 467312 SHA256: 63308674c5f6180cb9f2fac79dd2dc6ab39af2a3de64f7472bca01cf5db6f03b SHA1: d17a6302f9acc5fc6c7dd79b8adfbf329a6ae68d MD5sum: 9cb02c480bd7e451fdc3dabfd226956b 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.20260915.160358 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 15377 Depends: ros-lyrical-rtabmap-viz (= 0.23.7-1resolute.20260915.160358) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rtabmap-viz/ros-lyrical-rtabmap-viz-dbgsym_0.23.7-1resolute.20260915.160358_amd64.deb Size: 13178740 SHA256: 81e459280c1ffd1c0edcbc4794e67f31de4d104be3981cf5a144bea4da1f01e6 SHA1: 78ac3ed4729821e1d571b1319738cfe8f6d3b962 MD5sum: 5bb74d1132465c8a6c27a429a2ede8fc Description: debug symbols for ros-lyrical-rtabmap-viz Build-Ids: 0cbe52af538312baf5b146545595bc370439ce22 f2d95b1873150cdd4a5da3a4fb7efd7e8f85192b Package: ros-lyrical-rtcm-msgs Version: 1.1.6-5resolute.20260915.051212 Architecture: amd64 Maintainer: Marek Materzok Installed-Size: 523 Depends: libc6 (>= 2.32), 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/rtcm_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rtcm-msgs/ros-lyrical-rtcm-msgs_1.1.6-5resolute.20260915.051212_amd64.deb Size: 65992 SHA256: 4a2850f3ad62cb6bf18d52009a1e1e6f71a31accb82bfcd7402701efc71e3b1b SHA1: 285f76d301e8d78ad00b68d0487eab24e9b1ca21 MD5sum: 166235400e68fa15938f7f185df9903b 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.20260915.051212 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marek Materzok Installed-Size: 643 Depends: ros-lyrical-rtcm-msgs (= 1.1.6-5resolute.20260915.051212) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rtcm-msgs/ros-lyrical-rtcm-msgs-dbgsym_1.1.6-5resolute.20260915.051212_amd64.deb Size: 477164 SHA256: 6dbc90cc9f5395ce21693210b9531e6dcdef6f3e2a25ba04c380c4509d6f0c35 SHA1: be5ef1f5a3a8a23a8e838844ee0d9df6a60e64aa MD5sum: 41e262bb253da5d94744cf037552edab Description: debug symbols for ros-lyrical-rtcm-msgs Build-Ids: 2c4335954532dd7a5ee3f6b26f2fbbbac4a668bf 2d96b1aa2f86a07ed8bc4e14964673608b3cde48 6d709691525acaefd2d01cfd10f5220d50c77e0f 713cd3bc94f00d96873f6717c5ae7cb1be53ac2f 73ade7fd9309041fac703331de21298d61029bb2 8f97fe2b6c9801950e5496109cd1112a750570a6 9704636185648328a929c9b545bfb63b6d2406c8 ae535405a67e2c3247c7b1dbe35a15fb58d26076 b5c5169a6b16775ccff01e069dcd571c1778e732 d1f83f1ac5d5174cc6977550df07e56eca55a49d f166b23e84bf72bceb63d672197782caf347c0d0 Package: ros-lyrical-rtest Version: 0.2.4-1resolute.20260915.064830 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.20260915.064830_amd64.deb Size: 258248 SHA256: 3a67a20d9b069f150c63a10501623b15185dcbcccbaf00551e1f7ab38281bb48 SHA1: 8ccc7b403ccf3f3295884637923d45e50ff490f6 MD5sum: 40db8ff34ff71c68aed4bd65dfb516e5 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.20260915.064830 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Gary Cross" Installed-Size: 882 Depends: ros-lyrical-rtest (= 0.2.4-1resolute.20260915.064830) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rtest/ros-lyrical-rtest-dbgsym_0.2.4-1resolute.20260915.064830_amd64.deb Size: 630846 SHA256: ac327a7765426637e20d1c9390c9e9f430b3ef9c3b522040cc93c64faca19878 SHA1: 5b6849324c3ff0f8d414d3b0642a1900e27cc251 MD5sum: c1d49654b246ce0b78fd7829ea5f5640 Description: debug symbols for ros-lyrical-rtest Build-Ids: 130aeacfead083013b9b50b09705b2d031208a88 Package: ros-lyrical-rti-connext-dds-cmake-module Version: 1.2.8-1resolute.20260915.024241 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.8-1resolute.20260915.024241_amd64.deb Size: 12546 SHA256: 26d59ee0748752b7b5cfc7f21060c8047647ccdde8c52ff21eb96de72871a17a SHA1: 8832757d5f808feec5cf0b864d351b587ae448e7 MD5sum: 81333c718f05c25d0139a015d3681135 Description: Helper module to provide access to RTI products like Connext DDS Professional Package: ros-lyrical-rtsp-image-transport Version: 2.0.2-1resolute.20260915.080327 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.20260915.080327_amd64.deb Size: 378154 SHA256: 56d2c8554a81b9041ad44d9ca116049349cb4e1ef3f7e9bcf31f08bc78c74d2c SHA1: 8a4812b6097bd523166596c902638ffa5dfb21d5 MD5sum: 42816dff748016399fc978f0bc8942c6 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.20260915.080327 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Timo Röhling" Installed-Size: 8496 Depends: ros-lyrical-rtsp-image-transport (= 2.0.2-1resolute.20260915.080327) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rtsp-image-transport/ros-lyrical-rtsp-image-transport-dbgsym_2.0.2-1resolute.20260915.080327_amd64.deb Size: 7547314 SHA256: 338760131b57c7cafe17d08e021f81bdf75a4d2d748238bbe4e128f4c270da97 SHA1: a7a1dd77cc068a2bdf52bd8be145d5e160794264 MD5sum: 670d5bbd4bebf2727566b8054666b07b Description: debug symbols for ros-lyrical-rtsp-image-transport Build-Ids: cb1b16f8175d1ddf184a81feacf2f6e64d234663 d3d5645ddbdd43fd15363c89416ed1c48d55a72c e7ad33bcf2f99edf0a89ea7e30665f0d2193da70 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.20260915.045733 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-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.20260915.045733_amd64.deb Size: 56896 SHA256: 23f5b1d903dc22b7926ee5fd0dc18bdb5ddcd06a105dc4077072d47915bcac93 SHA1: 426bd37fadc20e18a2dc6f80daa51594ffe551f2 MD5sum: 9c2221a183daa50889be882583febbcf 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.20260915.045733 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Team Spatzenhirn" Installed-Size: 384 Depends: ros-lyrical-rviz-2d-overlay-msgs (= 1.4.2-1resolute.20260915.045733) 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.20260915.045733_amd64.deb Size: 239316 SHA256: cf49f951000213b81a35b2c35d3a6abce09de40e89d51861b2eacb7323c605c3 SHA1: edad88611969c73af37057fd754ef28afb83fdea MD5sum: 96a85dd1ffd03eda6726cb07ad384768 Description: debug symbols for ros-lyrical-rviz-2d-overlay-msgs Build-Ids: 1889c158ab4d9f4dc80eb9b343d09e6f5e8df46e 2361e3d933aea17051d1b17fd8d7d0e01c4cea24 24cc4f9a1c324306c773c9c0ea65e7cb7ec66cef 4fac0d01053abc3402d5c3f7a969f45a7bbd9fcc 5020c8f19d32ea0e8c822682457ee4496894b832 5539454915a0c467c930098c36b8796cb7b799c8 6a6b339552395907bc421623ac599507222e0ef9 6c1c9e61df01f5ada717add68430d50ce1659327 75930315b8f998769a1e3fa7d6e8d3db530198f1 8a98c2b378b6b57bd5f01725d2f805ff45a5dae0 d59d0deded389a3e21a260e14a2e8bf07aab1517 Package: ros-lyrical-rviz-2d-overlay-plugins Version: 1.4.2-1resolute.20260915.151334 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.20260915.151334_amd64.deb Size: 313610 SHA256: c43098268440455ebb023197fd99bec85e59eab19a7f6bb10d13897f6a776d26 SHA1: 361357decebf6ece870ed83031717f49d73f3722 MD5sum: 3b5c53e12664a0c5092065bd0f75bc7d 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.20260915.151334 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Team Spatzenhirn" Installed-Size: 9164 Depends: ros-lyrical-rviz-2d-overlay-plugins (= 1.4.2-1resolute.20260915.151334) 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.20260915.151334_amd64.deb Size: 7974492 SHA256: 6eed903e4c17c8076ac5facc4da44cff1f961ac5e509cd898b420a4d0bbbe972 SHA1: 02c60da2e760532f8d381d9e616cda6f4ad0041e MD5sum: 10008cc0beacd261703ed425269a02ce Description: debug symbols for ros-lyrical-rviz-2d-overlay-plugins Build-Ids: 8e67189921ea6b33e89efbd9d030d8003ee74aee b8738f956385cd5dbc0ed5b0677cf242f81c6662 Package: ros-lyrical-rviz-common Version: 15.2.6-1resolute.20260915.141141 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.20260915.141141_amd64.deb Size: 684760 SHA256: f52f1a8e14993eda0e0f40736c538f9680d00fda95b37afd1a299d8a3a1a1fe5 SHA1: 6c85536ff03ad3a12071939615be17de8ee82d67 MD5sum: 368c7a53d549877f23b304f7fa55513f 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.20260915.141141 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 31492 Depends: ros-lyrical-rviz-common (= 15.2.6-1resolute.20260915.141141) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rviz-common/ros-lyrical-rviz-common-dbgsym_15.2.6-1resolute.20260915.141141_amd64.deb Size: 30979464 SHA256: ea4b9acbbfb617012a28eafb1fabb8b7c9e69ded69881fb2f2516c17b43a19a4 SHA1: 6d4f3ecdaed931a8d20815ef870529b069fdb4cc MD5sum: 0a6a863871d8815400175561065edef2 Description: debug symbols for ros-lyrical-rviz-common Build-Ids: 61d882d8cb2e2a6df11947450222e1cda7d3b80e Package: ros-lyrical-rviz-default-plugins Version: 15.2.6-1resolute.20260915.145211 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.20260915.145211_amd64.deb Size: 1670980 SHA256: ae2a6285390802957b2e26c1ed144604ac1ce5166eda2dea5454c917f3d0e46a SHA1: 553f079e795ce1645cbdb7901a00342545b4a5da MD5sum: 51c3ac7d1cd6772377f3bb371ae6a298 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.20260915.145211 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 94618 Depends: ros-lyrical-rviz-default-plugins (= 15.2.6-1resolute.20260915.145211) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rviz-default-plugins/ros-lyrical-rviz-default-plugins-dbgsym_15.2.6-1resolute.20260915.145211_amd64.deb Size: 84817426 SHA256: c9240b59175cbf6f0b8a7e8406383fa4cb4a84e1bd7c327b5f669d781ce8fbc1 SHA1: 40da88aa2b3f7cec8c405ef0c794da2f5682240d MD5sum: 38ceb232a82c57b0fd56b196e398f5ba Description: debug symbols for ros-lyrical-rviz-default-plugins Build-Ids: 4e8969cca5a755b3ca8af444e306c0ced103eb76 Package: ros-lyrical-rviz-imu-plugin Version: 2.2.2-3resolute.20260915.151351 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.20260915.151351_amd64.deb Size: 181394 SHA256: f2641e5fcda41c3b8e77ed71c522fe2738ce5701eda43fd811cf028ba84bd88e SHA1: 25dcd1daf5aaae7ad1ce2aaf9626a8a688d1e638 MD5sum: 5f91519ddfbd640bfe3916c52191e218 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.20260915.151351 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 6369 Depends: ros-lyrical-rviz-imu-plugin (= 2.2.2-3resolute.20260915.151351) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rviz-imu-plugin/ros-lyrical-rviz-imu-plugin-dbgsym_2.2.2-3resolute.20260915.151351_amd64.deb Size: 5568042 SHA256: f047651a3e0a2d35647bc9349c740bf049fa60c61b5bfea440b3ffae3347a86f SHA1: 0ee40221745fac1c5d2ee5f0c983ba381271e8a9 MD5sum: a1ee18499a9b7368aa02e74fe228ce77 Description: debug symbols for ros-lyrical-rviz-imu-plugin Build-Ids: 9b1e68a99202bb774756596ae08a045ac331bf2d Package: ros-lyrical-rviz-marker-tools Version: 0.2.0-1resolute.20260918.005832 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.20260918.005832_amd64.deb Size: 21734 SHA256: 6d21216be8f426826320dbde0d20bfd93db56d2e780a25ac34e2ef9baa7b27fa SHA1: 69856a421d1525d964c37f60ddd4c2f588d6503b MD5sum: 3551cb28ad9b3ad0250115f3b590aca3 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.20260918.005832 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 974 Depends: ros-lyrical-rviz-marker-tools (= 0.2.0-1resolute.20260918.005832) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rviz-marker-tools/ros-lyrical-rviz-marker-tools-dbgsym_0.2.0-1resolute.20260918.005832_amd64.deb Size: 965502 SHA256: 28f2a219f194505e617b21cec59458943129f34c9c95be2ebbdc12f1d23f4da1 SHA1: d594c1499b484b503b0ec4ed7ee55347629e9b8c MD5sum: 333fb24f0e04843a81fe2036ceb55cd9 Description: debug symbols for ros-lyrical-rviz-marker-tools Build-Ids: e45602b29b6d630e2bd4796481a45dc4d98cdeab Package: ros-lyrical-rviz-mbf-plugins Version: 1.2.1-1resolute.20260915.151606 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.20260915.151606_amd64.deb Size: 181236 SHA256: 9095a8119146324410096946c38fd3883194fe5cd2879b4177f7608255cc16bd SHA1: 59e60491f142a9cc14e85014fa7b85d9d7e7348c MD5sum: 4453e931a9a4d6b3fafaf39a3be8d829 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.20260915.151606 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 3823 Depends: ros-lyrical-rviz-mbf-plugins (= 1.2.1-1resolute.20260915.151606) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rviz-mbf-plugins/ros-lyrical-rviz-mbf-plugins-dbgsym_1.2.1-1resolute.20260915.151606_amd64.deb Size: 3264472 SHA256: 1dd8654ced21d68b330a43c6d736d37611512ce815920ec2452fa74d0b449848 SHA1: 75f138c45a42e68ecd060f22c9b69c263c03a02f MD5sum: c922d6d69fa1437dd85df2610cbff020 Description: debug symbols for ros-lyrical-rviz-mbf-plugins Build-Ids: 75b64b35178fa3d9de053fc7741917e6fde124e4 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.20260915.060143 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.20260915.060143_amd64.deb Size: 796380 SHA256: e5b1c7afa28510dd99e1e09d5ea5f8dbb1a4c259014fbeaacf01db9cae392eb3 SHA1: 7119cbdfeb584c310ca54ff744d710d92f014568 MD5sum: c27600f69cf78a8e2eeaeade84dfafd4 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.20260915.060143 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 6244 Depends: ros-lyrical-rviz-rendering (= 15.2.6-1resolute.20260915.060143) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rviz-rendering/ros-lyrical-rviz-rendering-dbgsym_15.2.6-1resolute.20260915.060143_amd64.deb Size: 6139298 SHA256: 42d1e794dda2b24df3c25455461b44099b71cabdb59d3e7c22d595de3fa4bed1 SHA1: 11e8ff8c54aa3b4fe16758f0ce18e06c09171e31 MD5sum: 5d4e9c380818d28a41d3636f8719b7bb Description: debug symbols for ros-lyrical-rviz-rendering Build-Ids: 458073771ebc76db1ac8ab7c49df16812d20a158 Package: ros-lyrical-rviz-rendering-tests Version: 15.2.6-1resolute.20260915.061022 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.20260915.061022_amd64.deb Size: 7094 SHA256: 7b18b7d7d5f52d31409d38858f89ed1a3e4f6944be0bf29339e023c468a95747 SHA1: 88f808fdb648c8ed6702d8da146c2392799463fc MD5sum: 9f080ae4ae10043a131ebcc271d6dc1d Description: Example plugin for RViz - documents and tests RViz plugin development Package: ros-lyrical-rviz-satellite Version: 4.3.1-1resolute.20260915.155322 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.20260915.155322_amd64.deb Size: 200466 SHA256: e4e722501ab3110093cf4e938045885bc1d5ac22fd7549fff15205a733d834af SHA1: 6fcb931cb4ec753b3d60ba4859e1d94edcd9d355 MD5sum: b08db1a84943642fba0ca19f128f8fda 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.20260915.155322 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tim Clephas" Installed-Size: 5266 Depends: ros-lyrical-rviz-satellite (= 4.3.1-1resolute.20260915.155322) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rviz-satellite/ros-lyrical-rviz-satellite-dbgsym_4.3.1-1resolute.20260915.155322_amd64.deb Size: 4789532 SHA256: a4d768afac407ef65b5ffa89ca3b1cdfa020d285588f9146266082d633690ee9 SHA1: 8129599399736fda15d3fd30d3074cd2ae66b81b MD5sum: a1ad10a7e0e1b4930787683ad21520a2 Description: debug symbols for ros-lyrical-rviz-satellite Build-Ids: 68440d94e9acf4dc7e480e190cbd19db8506b867 Package: ros-lyrical-rviz-visual-testing-framework Version: 15.2.6-1resolute.20260915.151335 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.20260915.151335_amd64.deb Size: 82456 SHA256: 919600ae60c107f659c6793f1f984ec43bf602220902a65c935be66029ba1812 SHA1: 5e267d937d499366c14df9611a9b4819fca2ffc4 MD5sum: f4a79e884547e740e9ba1a842da370ef Description: 3D testing framework for RViz. Package: ros-lyrical-rviz-visual-tools Version: 4.2.0-1resolute.20260915.155646 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.20260915.155646_amd64.deb Size: 329546 SHA256: 0a0c6a33e057aa8c527239135d1424deb7eb1d8ca457e75e6a9801bcde4bb471 SHA1: 771420c9882d5a4479f2ce6094492856a9990773 MD5sum: 43fd0012edc135add4180381c0e338be 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.20260915.155646 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mike Lautman" Installed-Size: 13029 Depends: ros-lyrical-rviz-visual-tools (= 4.2.0-1resolute.20260915.155646) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rviz-visual-tools/ros-lyrical-rviz-visual-tools-dbgsym_4.2.0-1resolute.20260915.155646_amd64.deb Size: 12102952 SHA256: 85af7c27924cca9b8ee971abccc2ceb993d7ea1525af08ed35046f415e232a53 SHA1: 81fa7f980d8c2452fbb5946447af505fd7a678bc MD5sum: 0bda6ad925b4932ba3b5982b40244771 Description: debug symbols for ros-lyrical-rviz-visual-tools Build-Ids: 5893c5161253fe8cb0f7bb93f169908e298bc89d 718a7e5c8e6ba373c1427750094705c79c3d58eb af3a7e1fb3e1a13e2a74759b013ad50db0e209f9 cbc5afd8fb9367f842870450f482b7d0ceb90349 fa67be8601121deb0e2f06292eeeff60e1857a25 fcf0d25fcf9288fe89ee0965e497348f8490d3b5 Package: ros-lyrical-rviz2 Version: 15.2.6-1resolute.20260915.154858 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.20260915.154858_amd64.deb Size: 20164 SHA256: 8f058a853647ff01fda63adb832a14d6ee5554d3477dad5fec5563dc454e481d SHA1: 05c36460745565f7fbe59a131572f645c14b8fa1 MD5sum: bf8183541e61f196711c1c09c487c50a Description: 3D visualization tool for ROS. Package: ros-lyrical-rviz2-dbgsym Package-Type: ddeb Source: ros-lyrical-rviz2 Version: 15.2.6-1resolute.20260915.154858 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 396 Depends: ros-lyrical-rviz2 (= 15.2.6-1resolute.20260915.154858) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rviz2/ros-lyrical-rviz2-dbgsym_15.2.6-1resolute.20260915.154858_amd64.deb Size: 376784 SHA256: 5b2e1c491fcc20653c71f9c21bec5eb2fc625303189ff157e7e6307383b12254 SHA1: 4b4ff65850a793d7aca4fc565bbbb1292d4d832f MD5sum: fc392848f7c24323189c64249b04e4a2 Description: debug symbols for ros-lyrical-rviz2 Build-Ids: 3f7c16cc778cf52dc98ed1edfae577f525979ce5 Package: ros-lyrical-sbg-driver Version: 3.4.0-1resolute.20260915.145404 Architecture: amd64 Maintainer: "SBG Systems" Installed-Size: 45073 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.20260915.145404_amd64.deb Size: 10723054 SHA256: 8fb13e6a1026cffc0d9748c50b4459c1cc179695b0163d63725f4068e4bec245 SHA1: f8f5d56f13165b68dac1cd89176ca3c168353e33 MD5sum: 332f43aa0a077b2b666b1c56465df331 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.20260915.145404 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "SBG Systems" Installed-Size: 27439 Depends: ros-lyrical-sbg-driver (= 3.4.0-1resolute.20260915.145404) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-sbg-driver/ros-lyrical-sbg-driver-dbgsym_3.4.0-1resolute.20260915.145404_amd64.deb Size: 22658152 SHA256: 7a2f5a37fbd3aacd51bf36c4fcfd62f010a0e29720cb3ffad85ffd26f761a129 SHA1: e605dea6caa28e02c9fa4919525fd5485666b85a MD5sum: f39bf5a7d48543df461ac086d90275c7 Description: debug symbols for ros-lyrical-sbg-driver Build-Ids: 11172359499ff731a42b418dbb33e9fd09bda0b5 409ad33a122fadb372bbf813a8d0f1f0a2c227a8 4612cf7d51b641c5778e0994718fb42dd1bd5616 497b7448c6e51b9a129b8525926ba170d58b1cb4 5bcdc28729bfba20e4adec3f7c224091599eee7e 5e8d694fe9ca278ae52af0281533a0748e0bc77c 7e71d2948cbe9ac82e259da105b64e299120f406 97e3bcd1f5b69982ad64e8c43e5f0d9c6501b285 99bb6eba1774ab085085685d9fa10df1a67e3eaf b2fcbc371430a1f5ca29e48e68710d172fd06c81 b99235b8ccd227b7b0763630df3b0fba30538e97 e0719f42dda94205d2aa087495ece7175a1a62cb f4cddca60a371c58ae5924ac6a168a47df56d094 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.20260915.060201 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.20260915.060201_amd64.deb Size: 52856 SHA256: 62003180c5383072254ce401a17bb3635a233c0b865c0b06cacd20f7ba28c6bd SHA1: cd94f78c7d83e7c846b9b227793543d3fb245976 MD5sum: 57ee3b6fe6f91f7c760ae1390a74cf7e 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.20260915.060201 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Shane Loretz" Installed-Size: 782 Depends: ros-lyrical-sdformat-urdf (= 2.1.1-1resolute.20260915.060201) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-sdformat-urdf/ros-lyrical-sdformat-urdf-dbgsym_2.1.1-1resolute.20260915.060201_amd64.deb Size: 712672 SHA256: c643faf02d8b6bab1cbbab8f945bc6d8bfdf67e05f6445112135297866e4ea60 SHA1: 7f271bc09dd2d2ed6fde8e2be8f910880e3abcae MD5sum: c2cb4890ccfa0b934e8d8afb903bcd9d Description: debug symbols for ros-lyrical-sdformat-urdf Build-Ids: 4e91b9e20c07852dbb23d35878fe0682b87d57e7 ae3a14b2580a1693e0d44be919dd89f291b31507 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.20260915.072349 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.20260915.072349_amd64.deb Size: 64032 SHA256: c75c1a0beae0bdf7984a0f1666cabcc944ab1b3047fddf387b8079d53ff2329f SHA1: 48e952d0f3247edfe1c1d9a971cdd2829b082ff5 MD5sum: c12a6ac0d89d0ecfa9141ac7b02a343c 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.20260915.072349 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 1237 Depends: ros-lyrical-self-test (= 4.4.7-1resolute.20260915.072349) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-self-test/ros-lyrical-self-test-dbgsym_4.4.7-1resolute.20260915.072349_amd64.deb Size: 1145324 SHA256: e7c03689c6ebc37584edb713e0392b4778d008e607cb292fac6eb9d8d6672300 SHA1: 9590988fac1710558216bc0cee662ac89cd0f63e MD5sum: bd75208f4f60a46f26d0ce20e05afc62 Description: debug symbols for ros-lyrical-self-test Build-Ids: 2d33d5fdd827ce00a94fcdf1e2600903512595bd f38b72e4e438375c92f0226f52885f302df00a15 Package: ros-lyrical-sensor-msgs Version: 5.9.3-1resolute.20260915.051912 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 5565 Depends: libc6 (>= 2.32), 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/sensor_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-sensor-msgs/ros-lyrical-sensor-msgs_5.9.3-1resolute.20260915.051912_amd64.deb Size: 441020 SHA256: fb822ad5540b05180e58f9b9bda2ffd22ecc682e47d2e9423571db6fc77f2a4e SHA1: e2f05597e937de8cd130d18a7f74433500d76080 MD5sum: 55824e8ebb5fd8de39b419e51103e176 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.20260915.051912 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 5019 Depends: ros-lyrical-sensor-msgs (= 5.9.3-1resolute.20260915.051912) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-sensor-msgs/ros-lyrical-sensor-msgs-dbgsym_5.9.3-1resolute.20260915.051912_amd64.deb Size: 4013110 SHA256: e43eee334c25d7fafe94200059ea65acb80aadcf014092524f61bf8b465b9953 SHA1: 8c18e59d89a8f43e07a65552c605b05f17dcd00c MD5sum: 30f61ab33bbe9d7486145e5e5b270d64 Description: debug symbols for ros-lyrical-sensor-msgs Build-Ids: 14bda2236fd8d1642600e8e4a999fb1dc9b127cc 26f2443f5df87d42915b094e182b242c9f8aa147 3dc765cc1a5d73a2d20b12e76c60bd73c5611d8d 693935ec8ccc6f39392d60f91d1f5a5b2edbbbf4 7ac4d5d46c0af9e3d7c34056ec391eabec43e3c0 7b1bb0692cbdb05711021b6349c7804a215cef41 8a5b3e5a32eaec7870a78302ead39257ad28f2bd b07b93f413d462f1e713dcf24be147b920166ed8 c9ae3b494c4fd830e0e24585b091e1db619499fd d9e39fb0ec138845026ba4361a14c03fc63ba74f ea78eef885510bfdcfa93b4e03a6f94bc258cf77 Package: ros-lyrical-sensor-msgs-py Version: 5.9.3-1resolute.20260915.052909 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.20260915.052909_amd64.deb Size: 16878 SHA256: c50261ef38480ddbfe512cb8efa0542e705a9289300bc00c82f7aa1d65dd4d5d SHA1: 53a75a13b51c962fdbf8d5fa0b18a369f2248340 MD5sum: 159a4d14c165569ef75ded777f7d2a10 Description: A package for easy creation and reading of PointCloud2 messages in Python. Package: ros-lyrical-septentrio-gnss-driver Version: 1.4.8-2resolute.20260915.152333 Architecture: amd64 Maintainer: "Tibor Dome" Installed-Size: 9923 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.20260915.152333_amd64.deb Size: 1118536 SHA256: a07c6817a53cf3c24b1e62c0c0971ed429fce9000bb216c13db7711ea33f2c15 SHA1: b4bfc6421ee19995e8f54467c4ce30d4d0dbdf2a MD5sum: bf9ce7a7e532798e7d96fa21428139bb 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.20260915.152333 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tibor Dome" Installed-Size: 31629 Depends: ros-lyrical-septentrio-gnss-driver (= 1.4.8-2resolute.20260915.152333) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-septentrio-gnss-driver/ros-lyrical-septentrio-gnss-driver-dbgsym_1.4.8-2resolute.20260915.152333_amd64.deb Size: 27967256 SHA256: 5b6475d2a66588975f927afe864dcc61464c95be8cc852749fd35065f402366e SHA1: 7c18faacd58f7b4879a6090c4114dfe5d9f0c54e MD5sum: 6b11d41239f65e6659f39dabf3ba470a Description: debug symbols for ros-lyrical-septentrio-gnss-driver Build-Ids: 2a93588ee6aac7063cca8f8a9b877d3d2eed81cc 2d50c40d595296d4ed7636e2e06a4c9a4ba1395b 4896cd6d646b2186e24c2cdcab5c740823e4e7cb 90c2582dc4548647cef1f70b1dee2e9e3f257fca 9df8ca8dc55957926f681dd3f02817808cc037f0 9fac6dea69d4babfcf9f3c8355455549f56e1db8 a6b0cd9c6451756bd4e7bee86d46a5b410e722ce c2cfbfa768bf341d02d58b873b7c46ad0cf25d04 c3e1c8e3197ccb3b8a1483d1f419c4d2e38e65ab c54ede93e31b7a4d81b9e6b05b61bff430c293ae d11708c730390681ad0698a409d8d5fc1af4b84a f172c4b4d403c80d688c83720890392f448bc074 f868f9ba7569b9391fc80d790cae14c6a4742d50 Package: ros-lyrical-service-load-balancing Version: 0.1.3-3resolute.20260915.064418 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.20260915.064418_amd64.deb Size: 94748 SHA256: 04cbab41300e15ca7cb6b209cb55924ca1f4697940b97d153022af909b74de19 SHA1: 43c7a65c064082c2d40c3fc9ea901a4aa2c1a366 MD5sum: e962addeeee51914abf444f36f852b83 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.20260915.064418 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Barry Xu Installed-Size: 2055 Depends: ros-lyrical-service-load-balancing (= 0.1.3-3resolute.20260915.064418) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-service-load-balancing/ros-lyrical-service-load-balancing-dbgsym_0.1.3-3resolute.20260915.064418_amd64.deb Size: 1942246 SHA256: 91cbd6195fb81741847a2a513db74119bff641c82c66ed61bfbfb29d0550db26 SHA1: efe41abd75b0ff675b95218835d61e136dfe3dbe MD5sum: 7a65bfe0db74d87e81377e15ae1e4420 Description: debug symbols for ros-lyrical-service-load-balancing Build-Ids: 2d037fd3fbfc889b196aacb32c4d72c18d3c5064 Package: ros-lyrical-service-msgs Version: 2.4.5-1resolute.20260915.032658 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-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.20260915.032658_amd64.deb Size: 48988 SHA256: f960bc5b9350293f0e20a30160c41719dcc79590d28985c0a54b22383875a962 SHA1: f4fb625dad7a556f569405213d3c01086ddd6145 MD5sum: e8f233bd27f85d20562230671d4773e4 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.20260915.032658 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jacob Perron" Installed-Size: 331 Depends: ros-lyrical-service-msgs (= 2.4.5-1resolute.20260915.032658) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-service-msgs/ros-lyrical-service-msgs-dbgsym_2.4.5-1resolute.20260915.032658_amd64.deb Size: 187008 SHA256: 01903e9cba961c96e25a125065e5f0d9194af77ccfd2833f9e3318bc7d8a79a1 SHA1: c71de8c52cd669ab35484f3bf26268807ebc98fb MD5sum: fe1495956bc974e94eeb200a2fa50ad6 Description: debug symbols for ros-lyrical-service-msgs Build-Ids: 03a46f5e7529491d2c1634420a7ec9fe5e424977 107c9b75d8d7d8312cfd44bfd13a374e85508d99 4a5a250bfcb821d6e264a509349144aff1866371 7592e0b7f1591b516e6978436454eba23e78a603 7cd54865afb1739103a8d5803504940f49ced061 8a0bea5e72f3f648a990f5b2e577eb5547c57ba7 8c82bd14a1032d0e9735f8fa02ecde67d42a67fd a73f5ce412c71056cf53cca917c0573fe2881a7a d20ca0a8f384ff43abe326057fdb8515ccdb14ee dd0e51e2f933ca8e0d47de0809865b36f80e6005 fc87cb8a48b8ce681b7b5b66c60ea6066e08a8a3 Package: ros-lyrical-shape-msgs Version: 5.9.3-1resolute.20260915.050607 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 883 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.20260915.050607_amd64.deb Size: 88412 SHA256: e6ce5ee5a3a6024e155734d6ee920a00c78890a1ef566b6903b375b1c6f7699a SHA1: fbc52b6968ea6183905127e5582c5d55a265d784 MD5sum: e10d3ae68c941c551173abdc4cad55c0 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.20260915.050607 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 741 Depends: ros-lyrical-shape-msgs (= 5.9.3-1resolute.20260915.050607) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-shape-msgs/ros-lyrical-shape-msgs-dbgsym_5.9.3-1resolute.20260915.050607_amd64.deb Size: 524194 SHA256: 94db20dcaeda34d99915f9190ae2fca4bd7d425224ee06b0d08628bd9d720ccb SHA1: ad5a114cb2cd766d46b68e9f4f591f9ec428cc83 MD5sum: 1dae2838f552917297a290e07325afad Description: debug symbols for ros-lyrical-shape-msgs Build-Ids: 01ff1322b2cf32bab0aacdf1ad96b6143e0c2065 08e11bde6277173ace0f7bf156f47fb382b4fe82 5135e99c22637aa8f81d7d1e14774eb2cd9a5e15 652bed9575d04e24afdbbff30122141ffbb7f7e8 8b40d0af933104a30af907bd0d5aa04004f6fa1e 8f5eb76c93c68b20d23f84210505bba309a69ca1 9cf7d6cfbe26ff8d0852e34b1cd7ba86001a4eed b7fa9968d7789297c2c6661a65dc5f2a36a1c614 bcaaf3e2560a255ab32b8ffbca1223c490a04e77 d912c60445c9d137e17b9317f2670535f77f6b14 e6714f6eeefdb2f85445c3a0ed835776f3c06424 Package: ros-lyrical-sick-safetyscanners2-interfaces Version: 1.0.1-1resolute.20260915.052900 Architecture: amd64 Maintainer: "Christian Eichmann" Installed-Size: 4373 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.20260915.052900_amd64.deb Size: 319556 SHA256: 38dd9af1d9ae8753c34bf342af6a5c74ccdfc01ad59e47387a412dbb24f15fd0 SHA1: ede0bbceb91bbc3d1e93af0ab8ca265fcf1208a5 MD5sum: 6b389fd9612e07cdfe3e627eaf93aaca 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.20260915.052900 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Eichmann" Installed-Size: 3443 Depends: ros-lyrical-sick-safetyscanners2-interfaces (= 1.0.1-1resolute.20260915.052900) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-sick-safetyscanners2-interfaces/ros-lyrical-sick-safetyscanners2-interfaces-dbgsym_1.0.1-1resolute.20260915.052900_amd64.deb Size: 2635288 SHA256: 3dd80a784c47c72380ce9daa05352a60e31234026ef3d12f8cd7f89423b0b777 SHA1: 4e2f2bc640a33b21e8c1229bb79a2b54c0f01402 MD5sum: 620f7dd6550d88e2f8da325f7d74dd60 Description: debug symbols for ros-lyrical-sick-safetyscanners2-interfaces Build-Ids: 0f64fc1a8d20cf47704aa578d6b5350d70d5bed6 29b4c3520f380232470a829a38bfd0db452a837a 2d32416ec22eac41cac3d89052987562b30ea27d 2e0e6fda3221cace0c587717aac86c307df30282 48b269e0d82479713ecbc7a5697071acb47d7fd2 7f464d2527c721bc1c919e73cde93ba2f8c6800a 9384e184e72498a5447994885997ac5d766ae9ee b336d0a4f19f5f19c8caaeaba48e22690176c599 c5f067c6e57415c03e6bd0d9630adb581c7d31f5 c9e9fb556d458a0cb0b875c37fcb6aed8290643d cef70f8cd4ae54fecab947538952ac12c4ac71af Package: ros-lyrical-sick-safevisionary-interfaces Version: 1.0.3-4resolute.20260915.045737 Architecture: amd64 Maintainer: Marvin Grosse Besselmann Installed-Size: 2772 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.20260915.045737_amd64.deb Size: 184824 SHA256: 9e94480f02cb4f5d280846e67051376bc662ffa071b60df86d1831e85fdf2fc0 SHA1: 3426ab80d069f3c417a93f23d71367ce9a12159a MD5sum: dacb5c49faea4cc828a218545c93cccd 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.20260915.045737 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marvin Grosse Besselmann Installed-Size: 1989 Depends: ros-lyrical-sick-safevisionary-interfaces (= 1.0.3-4resolute.20260915.045737) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-sick-safevisionary-interfaces/ros-lyrical-sick-safevisionary-interfaces-dbgsym_1.0.3-4resolute.20260915.045737_amd64.deb Size: 1461292 SHA256: c30b1a2e121528ab738b96659b21320abf4fdb864dd9b6a1adcee4d9e11da15b SHA1: 35c797286038bbfe9f7502403efcb7aed4d5a321 MD5sum: ae377284d554d5f2970151e154052f6b Description: debug symbols for ros-lyrical-sick-safevisionary-interfaces Build-Ids: 20f4eb2792acbd6bad8616595eec3f41bec31fef 250b10255dc04ae604c76b5466d6f5bcf642c050 281b9e5aa5ccc8acd78ec17039a54dc1514a2637 2cbbb3a5c945622c290695df8b7703a66183c5fc 4d1d618d55df001ba92250dcee66cdb755433aa7 547936b77d26b2a5c112735e4c8d8f2f5ed7449d 6dd632e9e8aefe5c081c7116d7cf373579a85db1 7e5d27e21dbfe7a0352a115d14da45f9fe6a4fb3 981604fed8b2aa8eaaa985f79650ff2514e4aa74 b7731af5117c6f90683065662bccad9f07c66298 e18113a6d348c75a7c88946eb7991603cdbf2b0d 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.20260915.064819 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.20260915.064819_amd64.deb Size: 11698 SHA256: e6b0b2e2929ecba34812640c5f929550d47c799edac9295bec9eace4774ffa03 SHA1: 30f3af4bbcc64cae4a79a4c786b19674c83d405c MD5sum: 300051db6d319a5ecba516f9dc44bb99 Description: Simple library for using the `rclpy/rclcpp` action libraries Package: ros-lyrical-simple-grasping Version: 0.6.0-3resolute.20260919.195028 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.20260919.195028_amd64.deb Size: 260224 SHA256: 08b9221b9cf36e8bb6398bb8a9073b77386b27292dbd65ea819c1c165cb3f8c7 SHA1: d588bd68365538b3b72d58d75d4250dc93e3ba17 MD5sum: 98651cb9652e5c02f18f5332c8bf6526 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.20260919.195028 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 10485 Depends: ros-lyrical-simple-grasping (= 0.6.0-3resolute.20260919.195028) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-simple-grasping/ros-lyrical-simple-grasping-dbgsym_0.6.0-3resolute.20260919.195028_amd64.deb Size: 9792576 SHA256: 82942e4fdf017681b299e1fe0c6d0f01dfb20fd2666b82198cac6482703d201a SHA1: 302f1700f7099351eb15a87afb4e74b0f019e31a MD5sum: dee6f47666b3f677f973e1c81f2a3fb3 Description: debug symbols for ros-lyrical-simple-grasping Build-Ids: 2c9e7e10009e0a49903b9e33a4b100ecfd05a952 57f1d224a2f97085096a2b112c4772a959d825b0 6a90881c2d1240e587cb468359b18f8e386d3d59 917ecb93b6283d7a4b8ffe95d0bbda684cfdc81f cf01bbc7f94d352db7defba6dc7447a238793eb7 Package: ros-lyrical-simple-launch Version: 1.11.4-3resolute.20260915.081149 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.20260915.081149_amd64.deb Size: 30824 SHA256: 79a22821c7cc65f5485d2bd03e3c076c8a23a9e8f3079e99ffce54df1653a89f SHA1: bd3b47a57b10f4def32f32a4f16afd97a4748c26 MD5sum: a2c0e53194cd13af18726666b778c6d3 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.20260919.194716 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.20260919.194716_amd64.deb Size: 5744 SHA256: d0a17014867c39d7d0696aaac6101f2eb41d7b24650b2624c974c31c4e8381f7 SHA1: 14187fdeafece21827c58dcb6fe9bc07f9c0848a MD5sum: c0a83c748bc16ebf2f05092cc230cb22 Description: A package which extends 'ros_base' and includes simulation packages. Package: ros-lyrical-simulation-interfaces Version: 2.1.0-3resolute.20260915.051917 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-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.20260915.051917_amd64.deb Size: 914104 SHA256: 0edc844e64c6c6f19050da536477293bec0979788374c4c6dfa883d4aa1a3098 SHA1: b8c1caa7c304ea30ee6548ad966fdd8a16699fbb MD5sum: efa5decd79b45810abe3d7912cbadebd 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.20260915.051917 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adam Dabrowski Installed-Size: 12030 Depends: ros-lyrical-simulation-interfaces (= 2.1.0-3resolute.20260915.051917) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-simulation-interfaces/ros-lyrical-simulation-interfaces-dbgsym_2.1.0-3resolute.20260915.051917_amd64.deb Size: 9071884 SHA256: 502ad4e428f8c8b8f5fc41cd0db2bbcdf22bb1aac336a5376e7779968c7f8948 SHA1: 22b58abae9fe6bb8aa4ef567cfeca231ca9f9826 MD5sum: fc705d0cc69ed4c21846d927bad03a1f Description: debug symbols for ros-lyrical-simulation-interfaces Build-Ids: 16d0aa16f2c1acfa5e057936a7b0864aa5939f82 2b2bd9973c42764dd5a8c64371b87a52a4e4f8da 49253f49ef4c1a88f74600f0770ac6ed058ae840 8c6aad6ac4be06c130d4fc11b12d69af6b40d752 aa26fcc71383defad41ffba06dfc649fcfadfc0a abf5693f83605e6b84120775867e280353983940 ac50dc7ae08079d0e81b4c8aed552a822229d6a3 dc3bae5a6304a070b4ab69b7dcc7e670d9d92ef1 e35961865a3c7900f37abf5ced757a23a462dd12 ea7954af50fad67fd6d7aee0b371088fb7ae3ae2 edef2cc670fb2dd09df41e4e837845b61e36662f Package: ros-lyrical-slam-toolbox Version: 2.10.0-2resolute.20260921.014246 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 17714 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.20260921.014246_amd64.deb Size: 2140312 SHA256: cbdb345b9e8cd469a76188f6028975ce754874491fd53afa8a641db2772f41b1 SHA1: 107376f1309cc35c66c4e3e07c176add36d34ede MD5sum: 96113a5facb2bc6332c00f6ecab855b0 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.20260921.014246 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 65424 Depends: ros-lyrical-slam-toolbox (= 2.10.0-2resolute.20260921.014246) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-slam-toolbox/ros-lyrical-slam-toolbox-dbgsym_2.10.0-2resolute.20260921.014246_amd64.deb Size: 54690944 SHA256: 8fd213a056295a27b57609072659f9dda4f170c792d70de540f7305c8a8d17a0 SHA1: f6d67da6800b08a1be5be4e353640df5161a0ffe MD5sum: e3a92225a4150196b6f186d7b91900c3 Description: debug symbols for ros-lyrical-slam-toolbox Build-Ids: 1453611013384e0b362ef6d26395b586afa628df 1677b477407502d062be803904e6d1a84f84aa9b 1fadffee020218db1c38e8eb63b3feb2b699ebac 2348154f889a25d8f3b6ab5ffaa81a771f6e9543 26da455ccb019c46789644870d19bf43b3cf2571 5c9a214176828f3ea20a13dc0f7b332fd3060bb4 684e4501e7ae0201ced782c3078d6a7914d2d495 71bd1670151c8ad5c11b563faa2b0c13ef3c0e6c 7b41465e4c24fa07609344707a7786e3091ed6fd 7d4c337789afe572e42dd34b13770b8235dc0c9c 83f1ae3d3ccb23375c8f1370855be848b1228d7a 862ec6f7d307fadf40e2e9c6609cec8304479620 931f240bb7992f5e5ce8c8a1968b29761281b6e5 a2d9b3d666dae05409b9ade42a76069921126aff ab432c59e7bc120ac9b093dc742c037287a1576a ad83dc57dceeda4c1f976eb7b7be891bbdd89c02 b32c887e8ed5c20c5b945a716be7052841006808 b78bb121ad4c7b706004fbf37e0807e762102339 b8130d755fccede448edefe3862d1c14c7e473c1 c168b3bb3ecb347bfb78f220bf1c93495b2c7aae d260b49e8eb5334fc11e26b610359a430da2031e d5a06e7b9947e19eb99a1d5f9ef0d40068e523b9 e58923fecd17895bcfa4d7c2576fd0368d70938d e7b1b70e2676fb2ef70fffc7dcb07361c0f17a91 ec6da2dd25e1222f18e3f0a548b090675e710632 f11ad9f467a14e9a12f476589ebd009cf01c2551 f1f8d2a4ab74f530d65cfdc34b3b828bdfb9b281 f8fe859f2ca0eac62b132e8460a1cf8cc9052d24 Package: ros-lyrical-slg-msgs Version: 3.9.1-3resolute.20260915.050612 Architecture: amd64 Maintainer: Alberto Tudela Installed-Size: 667 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.20260915.050612_amd64.deb Size: 72200 SHA256: d4eceda0eb53ae8219957980aa3944f746b9f51c0048012634ff5d827426c406 SHA1: 7b865ed4b363f69fdc27784bab4404015d2ad3e7 MD5sum: 33991ce6df2d1dc52214992cea9856eb 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.20260915.050612 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alberto Tudela Installed-Size: 528 Depends: ros-lyrical-slg-msgs (= 3.9.1-3resolute.20260915.050612) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-slg-msgs/ros-lyrical-slg-msgs-dbgsym_3.9.1-3resolute.20260915.050612_amd64.deb Size: 358070 SHA256: a2c31d8a4ac8cac1c5f1b2266cd6775eb2de32dade9ea0cdc203110f6f453833 SHA1: da166924c36a2474aa8598743cbfe844c19eecb4 MD5sum: e1c46be1e7458b0cffc673ef4266297f Description: debug symbols for ros-lyrical-slg-msgs Build-Ids: 02e026f22c6f3b01dca11e92928e7fcfaa8f31e1 0bada591c206f77eeaa4b4e2c3adcfa251767515 11cfe1a0efefce2e50ffc0295a28d1b43ed50604 22c0e287c33d77e692303d0b8f96bab5216bcdaf 351fac76e88c819bc0ee5393ee037fdc066b3d36 643c5cf750584b338d12acae77ea504dc235df5c 7942b373c57e7245672eb80ee4b282ff6e345f53 8e5898279222b9a84918750396e9f0a8614b02f6 d0c5cf1a9dffc15ab94f2ce983b1a76f4b715721 ecd08fe771530e02c0e4b8d6b1eeb5448f03e8f0 fdc87922b75e58111ca800d84341e22129f5bd92 Package: ros-lyrical-slider-publisher Version: 2.5.0-2resolute.20260915.090553 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.20260915.090553_amd64.deb Size: 12470 SHA256: fb99ee627718d99b3f2e080b4c4d0a4c1c537292ec1301cb28839987eb097ca9 SHA1: b26e87ed39c80096cef849a678ba12510b602b2e MD5sum: 859d356cd4ad6b4d3e484f00613a8f17 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.20260915.051220 Architecture: amd64 Maintainer: Isaac Saito Installed-Size: 1036 Depends: libc6 (>= 2.32), 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/smach_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-smach-msgs/ros-lyrical-smach-msgs_3.0.3-4resolute.20260915.051220_amd64.deb Size: 111950 SHA256: 3d0828e98b2c71471b83e13bad0c460e6603f0b9a4e76e87d77e26f535ba63b3 SHA1: d754e86bb66bde93ec7ee713ba2c6e123fe6182f MD5sum: 1f5753362550806b1325008b15b0b3aa 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.20260915.051220 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Isaac Saito Installed-Size: 1225 Depends: ros-lyrical-smach-msgs (= 3.0.3-4resolute.20260915.051220) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-smach-msgs/ros-lyrical-smach-msgs-dbgsym_3.0.3-4resolute.20260915.051220_amd64.deb Size: 970222 SHA256: be8a1c6569b364cec4078adc0b61a9f69e3b383c823dc496a4e215551b52ca81 SHA1: db0de5f79300b846cf3d1334a98c36526c4b0f35 MD5sum: 4a3698ab290962d9aa0969f74c13c682 Description: debug symbols for ros-lyrical-smach-msgs Build-Ids: 00a0320e89b1bc57d61d475c4f51de39a508301f 270c7dbaa5cdb3122334c68dcd35b295b3ad2f3f 2ba5d7ceb55b4bd18efbc8e5ba6a352ed9fbf6e4 41db81b57803353c658d6425ecf9262a39a4439e 64098c3fbd1443b478bfbd592c808aba0ed4d753 65fde9311da448a693a2dbcd745cf71ce6eb47df 6d86602e56f232caa20c64cb8ca142418ecbd542 b7b3eedaccd14d6c2a3f5e9cd8545dbdfdf62199 bef245de18b16c9947a3d808d1dc261824a3570a efccec51c392f2eed7bd0b9af65056ce0e1726e8 f9444b331bf0024b61ac76a7ad15954f5714465e Package: ros-lyrical-smach-ros Version: 3.0.3-4resolute.20260915.065304 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.20260915.065304_amd64.deb Size: 40106 SHA256: 9bbca63fea9f31e2dc76aa7b589c4cb61ac798116a9ae74b37f9fe0b08dca610 SHA1: ac90fbbc2e9f883d8614f49588396dbd4cd91c5a MD5sum: bb952b10914f3ef4d54390d52cb7ffd3 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.20260915.050616 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-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.20260915.050616_amd64.deb Size: 46312 SHA256: f80a505684802e74376f3ed0ad226687cf67cb540c032cabb9271adffb4a0dea SHA1: 448b9cf01bc4f73e33a9861391415fbdd7f0faa9 MD5sum: 0796a462f9b58923d80d5ac6422fbbd0 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.20260915.050616 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 321 Depends: ros-lyrical-soccer-geometry-msgs (= 1.0.0-3resolute.20260915.050616) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-soccer-geometry-msgs/ros-lyrical-soccer-geometry-msgs-dbgsym_1.0.0-3resolute.20260915.050616_amd64.deb Size: 178756 SHA256: 4a2ed304cecf2f39697e305824da73447a1378e69cbebacdc92f0fd4d2d7e6a5 SHA1: e1dda37d4e7ddb2ad23076f6acc00abf69071f67 MD5sum: 4bedeea3d7dbe8473035836a63e1131e Description: debug symbols for ros-lyrical-soccer-geometry-msgs Build-Ids: 1bc9b4e33c24fb1fd0a405fccf0ab0833074cf0b 1d793b0f81558d60314abca342c1d93775fc4f0a 4d9727afaba63d8d935f2e86d4c1be621a3e529c 4f81e4c6c1b927049f3c11bbfeee2d9fa1769150 6f8452eafb1d22478701b22f119d0c09c47e19be 875e401c1686c52189f38e6ee7c76ea2e34689ee 9c3ae5dad2784dbc5f6c081517753c68404b92e6 ae453f2a29a08a42c72b7e90c8c72eb1b394357f bc266c0d1dc70a8bcfd322e6b29a07d72d5c8a97 e25afc21b002ccffc0bfad5d07c7a168cb488199 f69aa7d48804d3e45eb9b337faa050d23c2d4339 Package: ros-lyrical-soccer-interfaces Version: 1.0.0-3resolute.20260915.053006 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.20260915.053006_amd64.deb Size: 5472 SHA256: 172e063807e1f1067cad29f44c9d50a3ecf63e0da72f10a5c71c72b5d90201eb SHA1: 22812c7a0fe9ce4a57714314d72fb2b9e199daec MD5sum: 50e5163ba140f49ccaf3babc313a18c7 Description: Metapackage for soccer-related interfaces Package: ros-lyrical-soccer-model-msgs Version: 1.0.0-3resolute.20260915.051132 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-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.20260915.051132_amd64.deb Size: 91930 SHA256: e83f19b2f2e7b8ba275b8583433431abad6415a40f6f5e8b44f03a6f45a53a19 SHA1: 6a8cfce62b7c3cae09daebc190917d917cb8652d MD5sum: 4c8b4c8ddaf41da641d791b3acd0bda4 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.20260915.051132 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 888 Depends: ros-lyrical-soccer-model-msgs (= 1.0.0-3resolute.20260915.051132) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-soccer-model-msgs/ros-lyrical-soccer-model-msgs-dbgsym_1.0.0-3resolute.20260915.051132_amd64.deb Size: 628530 SHA256: babe685fd6f9e9b5b336a18335996226f5ec5a7a6de56e08a65037a1b03c2545 SHA1: 744fe3e73afa0c49ddd4d1378785e3f63c4444b8 MD5sum: 73b5e3536b876d6c263f80346abacf50 Description: debug symbols for ros-lyrical-soccer-model-msgs Build-Ids: 290cea2eb2455f7251174d23f899b01be4763b1f 3e4acf294a820608f6c55a921d83e6eb80e7130f 47e0b0f8255e0d0d81a28082438b97b15445bf0a 6627ff5b2f1e321ef3b8c681f38bdc97730026ae a420f6ddae4a4f4172dba104bae1bd4bc112a211 c487d5374376b3e65f44823f883e941323111d0c cc4e4900d248b8fc1c78a660b88e20264a562b1a ce85ac8f48fd8355e341224d6927fdc130128934 edc7144180144399c3e7e58984bbe51bf0a37047 efa667b95a2effe4df6e12061020231d55a3bb2a fadda9046f72e1ba04107ef16529c4ddafdcffe1 Package: ros-lyrical-soccer-vision-2d-msgs Version: 1.0.0-3resolute.20260915.052324 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-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.20260915.052324_amd64.deb Size: 174060 SHA256: 11207d4f0da5111a945597ef7bc471c86d5ad0d7ad3589438b60ab6c3ee1446e SHA1: 41ae39da768b1325fae40cc5d3c927a2627e54f7 MD5sum: a71e01b0f9a42025cf8b89c1ea846e8b 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.20260915.052324 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1960 Depends: ros-lyrical-soccer-vision-2d-msgs (= 1.0.0-3resolute.20260915.052324) 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.20260915.052324_amd64.deb Size: 1466722 SHA256: 1f38830ecc29606b0c50f942021d899ac5839422c023b788fa2836d3f924279e SHA1: 908fcddc3cc591964c320ec5ca4d152a91de30f8 MD5sum: bd5e1c0863f5d878663e1c4a58421d8f Description: debug symbols for ros-lyrical-soccer-vision-2d-msgs Build-Ids: 057caac480afff278fa540225ba6b6b3cc58b823 39b2be5e745b53836a4ee86fae3453875eaa1d12 4679501e9588626b46a41bbed6cbcf053bfdacb4 889b3d2bd8248dc9c8f8aab7afce307a1550f520 8eac07959349ea67e9de0bd9c61cf5bd7d426e53 9d9e5379e2b5b95c8a1bbfe8743b2a3f49e591eb a9d155b79482a5307e935db29824578eb25699b9 b2829407a4ea2196beb62e85b95af140c9ee4bdd bca6babf9d56deec4874bbd50515f6ea93f87ad4 d12d86a9e88301911a10776e1fd62ea6b3919320 e69141e6a72d39e20e4ec095bac17db3fa6bb086 Package: ros-lyrical-soccer-vision-3d-msgs Version: 1.0.0-3resolute.20260915.052355 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-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.20260915.052355_amd64.deb Size: 173576 SHA256: 77b1290b526bcf2184d3c0b2b86e9444ace15cbe64259aa68562d37e3ae5ad3d SHA1: b4912cf8c2b345c477aa928b227a41a9ff11c40b MD5sum: 7830168df08f36908b32786e647f838b 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.20260915.052355 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1973 Depends: ros-lyrical-soccer-vision-3d-msgs (= 1.0.0-3resolute.20260915.052355) 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.20260915.052355_amd64.deb Size: 1473658 SHA256: c9ff106d1ac076d4135172d63ab656c7bb25670e475718b5624790e512bf0b37 SHA1: 2edc15a81549422a8fda1c3bba28a90d311a697f MD5sum: fb620298a3914641a5cc9ff497e77d5e Description: debug symbols for ros-lyrical-soccer-vision-3d-msgs Build-Ids: 06726fba787f1e7f8be3dbac7119661eeedd42a0 115781e004d8ccb2a374191d8b557463a8886cbf 4e86f1bd740620ff47507a8b289af859b767a74c 6ebcc519886fc2a76ba51a4b79b4c81dc706d6f7 7011ce46d2fd3d8e31d6b9249eb35cc30b3cf7e4 7c360a03be0336301f8ddf936b49384c90b17236 999f7fe8e138f1d084e39a7d1cad0af641a2a815 a1aa69942b2a2e6035d2f178e892bb4fe507ec0b ab2e4739b769925471c464694bdb58711cde4ddd bf3f60cff60a08e862c478b0f07eca5984289e07 e82442558fde2dcc68aac84169fa458cd514539b Package: ros-lyrical-soccer-vision-3d-rviz-markers Version: 1.0.0-3resolute.20260915.071759 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.20260915.071759_amd64.deb Size: 164592 SHA256: 68a9b0615def7a4397b88bc08c273d6060c9fcfe05380a35df763910292d043f SHA1: af3913c40b8151a14b958dba88e06b7008bef90c MD5sum: f61412c6bbc4531937c838ee0a4e4734 Description: Package that converts soccer_vision_3d_msgs to RViz markers Package: ros-lyrical-soccer-vision-attribute-msgs Version: 1.0.0-3resolute.20260915.045748 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-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.20260915.045748_amd64.deb Size: 62118 SHA256: e70e9bcf2159a5db72aa3df08424b7e9ddf5d83a94fb4ddedfd47000941e204a SHA1: bd560454c2d2e02998a2ce475805c3aec227a1e4 MD5sum: f8b99224f0c738068d4f8b3d3b9c8f84 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.20260915.045748 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 518 Depends: ros-lyrical-soccer-vision-attribute-msgs (= 1.0.0-3resolute.20260915.045748) 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.20260915.045748_amd64.deb Size: 332630 SHA256: e346d777f1483217039a3f208f68de4cdcba631f76f0b1ee43dc4534678946dc SHA1: 63098e8492cae3abf50e8005535c72b9f2ded51f MD5sum: 741e3e3f2f711b567ccd3054771cf0f1 Description: debug symbols for ros-lyrical-soccer-vision-attribute-msgs Build-Ids: 1277c3ec7653bd41d99f2a3dc36bf154e62a88b3 17ebb4459c4aa737dd753503747a03710060f1a6 2172c57e988cc9dbf12c03bfb307cf33508400c3 237ac32b9bb3ed650216f0376cf5cba1c4716d62 3231391e84645bbe1c981af20dc264c7168bd720 549c2d0ef829e4eda9f9b3cfcec6a1142cadaabd 93e56f3dcceefb05c9273e460959978ee8c6f220 dafaf601f8cea7a4f08491ac146e8e5ea19983b2 dd63b9e98d5eee2c16e0fd1ad2b907ae60bd2c97 f575754f219ccb5b5330daec41f1e08d616c77e1 fb91abd8caa3a99899acad3219a82daee8350957 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.1-1resolute.20260921.005031 Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 315 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, libgstreamer1.0-0, python3-gi, ros-lyrical-action-msgs, ros-lyrical-ament-index-python, ros-lyrical-launch-xml, ros-lyrical-rclcpp, 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.1-1resolute.20260921.005031_amd64.deb Size: 170412 SHA256: f3ffa00838778a3dc7145ebdb64ccca4caf946f72376a7ca7053390414a6cdb1 SHA1: 04401f165cc4bdbc242d4f0b93ff201c42e346e4 MD5sum: a29d91dd6c16766ee541ba49047165da 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.1-1resolute.20260921.004547 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-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.1-1resolute.20260921.004547_amd64.deb Size: 146566 SHA256: 5234c18ab767e089c792290c7413a877fdc96eca57b8b2006d9e90592953fd23 SHA1: ea15214d97bc639c0f5f8139eb3d0407a139c247 MD5sum: 2de57e90e25595c29131c6ae44557ae1 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.1-1resolute.20260921.004547 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Shingo Kitagawa" Installed-Size: 1156 Depends: ros-lyrical-sound-play-msgs (= 0.4.1-1resolute.20260921.004547) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-sound-play-msgs/ros-lyrical-sound-play-msgs-dbgsym_0.4.1-1resolute.20260921.004547_amd64.deb Size: 732652 SHA256: dfaf591a28a852068a2f862923376ce3733087fdc173d8b378e8e5f82fb1f718 SHA1: 92bf306b23aa49d9704d036f5d33175c69ad85b1 MD5sum: 2c933bc76e91e7d4863d566f26d73a94 Description: debug symbols for ros-lyrical-sound-play-msgs Build-Ids: 097062cf3003a8013fbacc8a662a308b59dd7591 4decf54a1c7f702ccc64ef2ca60b86efc67af799 5d1f97c82032c23cb7eb34abcd128555312b413c 78512729196901e254d0315f36d8883a55462e12 826f0a6f05fe107bb07cadfa90da40df18da0c17 ad6ad49c1216092878f4a10cac48f58f7b568fb3 b3a3e44498e1557a8d2c2c0745425afeef5a52bf b73d07d8aeb69ba689e0d75034d3139d3a54ce4c dc761b58559b7aa48a28f51224423bf0fb35742e f84d0794134e843f49ea52f1ee868eabebb4de40 f8dc51e389119402e9e8b601e38602987ec95af9 Package: ros-lyrical-spacenav Version: 3.3.0-4resolute.20260915.072209 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.20260915.072209_amd64.deb Size: 108086 SHA256: 9827762df6468be8c86f2e57642301d333afeaad413a5cc5bd1f40f5f440f1f4 SHA1: 0384741c5dd1fbd512270a5c61a983baa3981aa8 MD5sum: e0ee6b00f597ad5827188a2f86e7fca9 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.20260915.072209 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 2087 Depends: ros-lyrical-spacenav (= 3.3.0-4resolute.20260915.072209) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-spacenav/ros-lyrical-spacenav-dbgsym_3.3.0-4resolute.20260915.072209_amd64.deb Size: 1848390 SHA256: 8182ad89a838300589c89d275e4090586f3a143d50f8ca6401001cd051764205 SHA1: df2b2be0a381df382869d770591f4edae641eba5 MD5sum: ecdc30d774e9a44774ca84cf03d6a480 Description: debug symbols for ros-lyrical-spacenav Build-Ids: 1476450a18134008245b0c91b115603c9e272c50 e275020686dfd59f70c8ac329d43431c0a8e5358 Package: ros-lyrical-spatio-temporal-voxel-layer Version: 2.7.0-1resolute.20260921.014724 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 2138 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.20260921.014724_amd64.deb Size: 440738 SHA256: 8e2ed96f0300b4c6710ba5ee5e99d578c3c94333ed5d1aea477ca17d4b8a55ca SHA1: af003bf74b2f9def9a492407d401da931ab67ee3 MD5sum: 666ad33c66994ae9717e25b3e14c1a17 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.20260921.014724 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 13094 Depends: ros-lyrical-spatio-temporal-voxel-layer (= 2.7.0-1resolute.20260921.014724) 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.20260921.014724_amd64.deb Size: 12081688 SHA256: d0fbf4e7ca7b93a8546bdaf21cfbbe977e3ffac036d988a1c94c75e551c9145d SHA1: b9699e3762873ed19a378ea356db3dbe2900db59 MD5sum: 71d5ac3eacca91f6c048da88742b9312 Description: debug symbols for ros-lyrical-spatio-temporal-voxel-layer Build-Ids: 23242c3915c4d003edcc3167132f4676e1d8de73 4b2c8ef3938d6c4a36e1e8ee915e05e7daf9fe02 6205ed652438027553efd9b1e95c34c790a16623 6d96b83a0c09943df1107ebbdac8e768720b2273 7859cf8291f20619b673e499d353f8e29b8528c2 82a63326979e3fa441a035d7e9ce290d365a5687 a863ab1b2b2880efae7580a161852c9d07b6c7e2 ad5ec17dcd391399919666896416ca499aa50e23 d65b2dc9494439f487adf7462fdb52ac43dfe0d6 e09a4d48878b6c1840bd2c0d87d8e4a70842acde f52cdd7f0be387ab196a49cc3b7ea34bf926b491 f5e2ba16abdd87c04c4c52fa02bc532f82e54f1e 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.20260915.045755 Architecture: amd64 Maintainer: "Yuki Furuta" Installed-Size: 1551 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.20260915.045755_amd64.deb Size: 155746 SHA256: 7655dc3de4d2c914845e2a3aa60f6a49a6bc7f7bcb7ee443d70bcc25b85e12fe SHA1: faf25337ef8b9c6c599a1bca0c71c7af6d5cfce3 MD5sum: 4ec54e2b006148cf64a1c69c0d2fb958 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.20260915.045755 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yuki Furuta" Installed-Size: 1612 Depends: ros-lyrical-speech-recognition-msgs (= 5.0.2-1resolute.20260915.045755) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-speech-recognition-msgs/ros-lyrical-speech-recognition-msgs-dbgsym_5.0.2-1resolute.20260915.045755_amd64.deb Size: 1261556 SHA256: 907252eb34b6150e398dfe3b4927c7998e45dcba69d35351f6a2414ee6e1a887 SHA1: e38eb1741c8e2f55e508dc7e761cc8ee4fb86171 MD5sum: bf622a15b6b55bb9e4a0f2ff155630e1 Description: debug symbols for ros-lyrical-speech-recognition-msgs Build-Ids: 01c9a0fa179bd25c722bad30ea5601faebffb76e 035e034405e9fcb8c6ecd6bf237d5b6d4c5fdbf6 13f7649158d5d14ea50a302b80ba25ac9ac3bf92 1b72d6145f4448b9091a1f20db60d0be3915c220 36f60eb4aa39649040095447246439a53b9eb3f9 545582239b718b8f5011cea72637155873459dbf 8282428587230213144a7dba85ee57f3c899ea49 b4b6c11e72dc3282090662c3ae6151bf3d235f49 c7f794fa15b6dd48e1705197af1985b36803cf8b cd3fd32f506cde79c43be35edc8309ac26112b77 f55976b8beef47360265e8ab65947d28f3b9d715 Package: ros-lyrical-spinnaker-camera-driver Version: 3.0.5-1resolute.20260915.074402 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.20260915.074402_amd64.deb Size: 11652928 SHA256: d3991a874534a5b202b823c2ed767de9534d4d3c56d2725cd512ec0d3b651967 SHA1: 228720ff43dc7b316ba796dde36597afa1d21fc5 MD5sum: a48fecc4be5b03999990d70e611f9c67 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.20260915.074402 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 6583 Depends: ros-lyrical-spinnaker-camera-driver (= 3.0.5-1resolute.20260915.074402) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-spinnaker-camera-driver/ros-lyrical-spinnaker-camera-driver-dbgsym_3.0.5-1resolute.20260915.074402_amd64.deb Size: 4900124 SHA256: fb40c928b6ac012fd667d4105c0b56cb4e6c2d4c70fd6c9db11d2625ddfc2d56 SHA1: fadd5194a0e0659c9d9a0690237cdec30809c2cc MD5sum: ef83c503bb5f8b8f7b4f804fd3b9cdcf Description: debug symbols for ros-lyrical-spinnaker-camera-driver Build-Ids: 3fec062eaa065210773e3cfbeb8906f2d3cf9472 4b86351ff42813a70e7f555dee7f5ae9f063a594 569aaebcfab742740c0c2ac0d4fad7cfd3ceb39b 75aeb42349bce8d2ffc13baa6fc591586c8b935a b4bd1cecc1a325ce96115810b264d49c6531ecd2 bd1c94a3fea2493479e2ee70b8e2914a6d268e98 ca4d82531c1a340d02dde34c4469ae5136a965b9 d790a6124605f4b277b1320867ce850f04e46e32 dcfefb2e1b06ca466d65f885c3239b1c294d9f46 Package: ros-lyrical-spinnaker-synchronized-camera-driver Version: 3.0.5-1resolute.20260915.075227 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.20260915.075227_amd64.deb Size: 65632 SHA256: aad35df4ff444a772aa86ba2695091fe256c32e4389ee445f578ca8e65403494 SHA1: f6448061f04c8f729a9aef3db2bb2f393b686ae9 MD5sum: fdc82cbb19e5b818fdcb89c54bbcb8c7 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.20260915.075227 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 2184 Depends: ros-lyrical-spinnaker-synchronized-camera-driver (= 3.0.5-1resolute.20260915.075227) 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.20260915.075227_amd64.deb Size: 2093980 SHA256: 45eba28fbaced29b29a7d704e23d916e84eed4dd1e77388ec639bcd0c18ecf1c SHA1: 95ee9d22cf03b690ace81e77a988fb1dad203a9f MD5sum: c1c406cab95327af186f9f1eafb5302a Description: debug symbols for ros-lyrical-spinnaker-synchronized-camera-driver Build-Ids: 036ae5cd7264fcc1f49725c8bc608ed2c6ca55d0 e3aaddae91aba98c83ad7c2ce385486330bcffeb Package: ros-lyrical-splsm-7 Version: 3.0.1-5resolute.20260915.045754 Architecture: amd64 Maintainer: ijnek Installed-Size: 502 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.20260915.045754_amd64.deb Size: 53948 SHA256: f3ff0c1edfb3b4a95ee2053ea87fa2714c78d21fb460074ae1b75cc5729a7820 SHA1: 9d745aea185b215690132463d29070afcc92a734 MD5sum: 59bebf08d77fe449a6fd7c60785396f4 Description: RoboCup Standard Platform League Standard Message V7 ROS msg Package: ros-lyrical-splsm-7-conversion Version: 3.0.1-5resolute.20260915.051928 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.20260915.051928_amd64.deb Size: 6292 SHA256: 95033545969c27da9239a38983b79cd32384f053f26369fc145b0cbca2d181dd SHA1: 3467bdb6e0f4598c59617b93ee79d8ffd1912e0d MD5sum: 16cc4fd030bdc3288f0543905258017c 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.20260915.045754 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 375 Depends: ros-lyrical-splsm-7 (= 3.0.1-5resolute.20260915.045754) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-splsm-7/ros-lyrical-splsm-7-dbgsym_3.0.1-5resolute.20260915.045754_amd64.deb Size: 231886 SHA256: 59c33492ccb987477204bfea78d67776fc623000639de9d3bc33a77da7cab931 SHA1: cf7fb2d5428a67aaccaca4381549d6cc51dffa26 MD5sum: be3cf461cb4252f1e6b87836cc3b49d7 Description: debug symbols for ros-lyrical-splsm-7 Build-Ids: 23b099d20302f3d633223e21b4f4d8bb7a8a62f1 34157dfddd7ec1c7ee5e70a82f2749ce0a4577b7 3519ceaf6870d17b50ae556f3665829d2d0fdafe 3fe0e229f4a82ecf87fee0177dbf307501686f80 63dd589962e911dd034c6a5ce3816c435343fec7 88aa6907da2d016603e6019a2bde79ef3ecd0b3b a7fcb10dea555071f775539a1f11d76368c1de6a b4aa1a2fa9f04b5cc49b326c0a61c8414388220c c4d0df975a4c6af57ba3bae28344da9945808b49 c67536f8797cfa8a83a2d8dc9b1e25c81def4284 f7f57c8cfadcb39eed933ce689c4832bbcf9261c Package: ros-lyrical-srdfdom Version: 2.0.9-3resolute.20260915.075943 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.20260915.075943_amd64.deb Size: 63276 SHA256: ea526a5e838f82fde67b2019b04c0840dbe41e5e28f1e017e15a3b688dafa0ac SHA1: 4deed35754feec41c8b0f8f8004d280f218b34bd MD5sum: d122f04bc96ccf338f37045bca399167 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.20260915.075943 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: MoveIt Release Team Installed-Size: 817 Depends: ros-lyrical-srdfdom (= 2.0.9-3resolute.20260915.075943) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-srdfdom/ros-lyrical-srdfdom-dbgsym_2.0.9-3resolute.20260915.075943_amd64.deb Size: 765922 SHA256: 8d953101464e72555bc896dce68f455444cbedef42d95c4a5067775c7d72db14 SHA1: ff2d747d68f520ab7fdc49b13154a0da0b1b7b5d MD5sum: 7a9aa7a999bb3b2b67640897d88fb76e Description: debug symbols for ros-lyrical-srdfdom Build-Ids: 8774b6dd69f90b4d54f73ec78c4f6a2623f7103a Package: ros-lyrical-sros2 Version: 0.16.6-1resolute.20260915.080327 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.20260915.080327_amd64.deb Size: 44078 SHA256: 9f3ad299dde25a31fdd86b9b6d389782eaffe8cbcb46a622eb78a4df240ece42 SHA1: 8385a2903edbc6a78f8353549fc6a80b65af8ea2 MD5sum: 8649a40618cf4275fd65fe9062974377 Description: Command line tools for managing SROS2 keys Package: ros-lyrical-sros2-cmake Version: 0.16.6-1resolute.20260915.082359 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.20260915.082359_amd64.deb Size: 6920 SHA256: 1c973e8eae1ab540fbefbe3c6c82b40ae71e8bde121ada58d6546cdd0e951209 SHA1: 197c4aebe9ab67b485555d7a5a0ae521afde3b8a MD5sum: 69b152f342cbf9351fe83c5a8cd902c4 Description: CMake macros to configure security Package: ros-lyrical-state-interfaces-broadcaster Version: 6.9.0-1resolute.20260915.105040 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.20260915.105040_amd64.deb Size: 90100 SHA256: 056446e1dfbcbfeee5ca9ce3fc55eb44b5eb9c0574dc5e773411bd71268afe11 SHA1: 7746a498584bc640724466be024eba67257faca5 MD5sum: f7bc48422080ef181fc942b2318dd243 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.20260915.105040 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1440 Depends: ros-lyrical-state-interfaces-broadcaster (= 6.9.0-1resolute.20260915.105040) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-state-interfaces-broadcaster/ros-lyrical-state-interfaces-broadcaster-dbgsym_6.9.0-1resolute.20260915.105040_amd64.deb Size: 1288340 SHA256: 318cdd4e3dfb47424a09b504115df4ec954753e0e9ec4ca6889c18e8e3590a04 SHA1: a72bb27696be0800ebc285072cdcbf20a4470cfc MD5sum: c31add6098ae31c467406bfefd89194b Description: debug symbols for ros-lyrical-state-interfaces-broadcaster Build-Ids: 5e5372ff90f6076cdae1f81bbd2018b3b3709ff7 Package: ros-lyrical-statistics-msgs Version: 2.4.5-1resolute.20260915.043006 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-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.20260915.043006_amd64.deb Size: 75158 SHA256: 55bfa392a6c567f7e94db6758a37f7e5d4fc55694f940da1a860133c988852c7 SHA1: db12e85c80f3e1b2b7b593a85a1dfaf640a2f3ae MD5sum: 6c37400bc0d47092c583b5c0e1986038 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.20260915.043006 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 608 Depends: ros-lyrical-statistics-msgs (= 2.4.5-1resolute.20260915.043006) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-statistics-msgs/ros-lyrical-statistics-msgs-dbgsym_2.4.5-1resolute.20260915.043006_amd64.deb Size: 412658 SHA256: 91b00c8f335316423d0d158fde499d7b20d2d5e42ed2c6b721156b322fb6a386 SHA1: 4f3b94e483890a61d517d2fbeb6e04f2bd99afcc MD5sum: fed4f7aec16e7a38bec6f642d30407d9 Description: debug symbols for ros-lyrical-statistics-msgs Build-Ids: 0c9586322dc8a2fa42dd027ad54ce2d291420bd6 3153d123c67dd3ba59d78831267bf68ac646a25b 4e8b43fc8fdec418082b4cd2d56e60fd22439f9d 6094460349e21bd327c2376c19f74b552d3427ef 6c81d20e9c8a676fc89abf9bc6d033d6a57f2124 767ca3e32c280bcfd1d541da35caa993b559c9a4 95b65f7071199d8042ab87e96dd483e0ed4832ec a84e1954c98e9de66bb6b0a20fa3431e1e2bfad4 bfd9fe4bd73f90cf797e758ce8bbdb11e7a37273 d084cc2d173e03556d4aa9fcdb54c10f98c8241d e68881b3260ac7564a91a24f9c76d9e742455945 Package: ros-lyrical-std-msgs Version: 5.9.3-1resolute.20260915.043001 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 4047 Depends: libc6 (>= 2.32), 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/std_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-std-msgs/ros-lyrical-std-msgs_5.9.3-1resolute.20260915.043001_amd64.deb Size: 272650 SHA256: 4a96b08da7529506056272abdffc63e0a42ba78925757fe62559c21424d79a72 SHA1: 8de9d504b8444dd7cd5a18c5605ce7933cce6e89 MD5sum: b4b11b4c0b35abd0d3601ab3394b2bfc 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.20260915.043001 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 3988 Depends: ros-lyrical-std-msgs (= 5.9.3-1resolute.20260915.043001) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-std-msgs/ros-lyrical-std-msgs-dbgsym_5.9.3-1resolute.20260915.043001_amd64.deb Size: 3104032 SHA256: 208e1987817eb08d906a7ce664d74287f10bcb44f7f78c5b65cbfa1c7929e5f9 SHA1: 9a8e99f280ad1601d0ee359eb44e0d75dc2a0578 MD5sum: ef6627e5373c88d1b4fd3ba5589e4d79 Description: debug symbols for ros-lyrical-std-msgs Build-Ids: 03c527d98d029a8b1eaedafa2f5b4f71befb5158 254b7dc8bc76ae64f9d5f8def85b96f7f10d42e3 4a8ef37733f5b7c35d4b063968d97415829bb983 9666d2c6c1bb7ac60c4ba8f7ec2bfa57d7c1e134 a378ff5f5122cf77934c9aca61e9c475db2c9b1b b9c2bed47ed6c6932821c7717fa7b93d72f1b4ef c584725a985e55d56e99ff1606d2c08ae54e80ef d2866a2bc7c99036fe7cc4386405829076c5f9f2 d7344a3447ac6d9d815fa4777dea025f3cdc62fb e882be617c3a906fa39067e4281af7c520a53637 fe3acb5ba516917554bf0e0e349c83b833cea98a Package: ros-lyrical-std-srvs Version: 5.9.3-1resolute.20260915.045802 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 1493 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.20260915.045802_amd64.deb Size: 122060 SHA256: 96c970c9a103e0ee16387ee3a3496ac100f1049fe6852d525fc40ca3f8750a4e SHA1: 24ab0847c6edfeb19ae7f96d66b7ed4d5d8c6b01 MD5sum: 4296561598e7a6b827f78090df840885 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.20260915.045802 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 1169 Depends: ros-lyrical-std-srvs (= 5.9.3-1resolute.20260915.045802) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-std-srvs/ros-lyrical-std-srvs-dbgsym_5.9.3-1resolute.20260915.045802_amd64.deb Size: 815812 SHA256: dabe496fbc7d66e336a8cf16e7c24b42c8b8466b3f11bb3e7f601365e92c7c25 SHA1: f75f297dc5ab5bff38496609d5ff1cb8dee3b29f MD5sum: dcafe5bf1cae4b0e51c58314893e3ff0 Description: debug symbols for ros-lyrical-std-srvs Build-Ids: 107a7f2fb664cf6bb9571d7811e2322666cfc175 1f9f7ef40ff6ad59cbd6c48759f320ebf37f8741 555a4eff4036e6dee29e3f05833ff76a8fb90498 7943f4dfeed824a42f50ac43437e58794101e438 835efed14d740df72b8cb7103a5edc367d21efb2 8fd0066c1af2641d2734ac5513ef6f1c299dce26 92d6115f0e4c1f4eb51f9c0cc30261729019067b b1374000eedc5e475e26c3a155736e0ac1bb2c51 b3c9796ce256883205a2f3dabbd9ece06e6cc327 c5ed139051b9d5c8ff7b2aa7bcf6cddf4508129a ee626549ae106a5617323464fcfdda00ba8350cc Package: ros-lyrical-steering-controllers-library Version: 6.9.0-1resolute.20260915.143439 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.20260915.143439_amd64.deb Size: 223572 SHA256: 4d8ad7b3f68adbaac8aed601db1350cf066036fa8e50cb819143ececb4f2b27a SHA1: 97157b688e2cdaa5096c9c1928b72074901bdb4c MD5sum: 5eaa9e991e61c9beaa9e666d00ed4425 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.20260915.143439 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 4218 Depends: ros-lyrical-steering-controllers-library (= 6.9.0-1resolute.20260915.143439) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-steering-controllers-library/ros-lyrical-steering-controllers-library-dbgsym_6.9.0-1resolute.20260915.143439_amd64.deb Size: 3610322 SHA256: 1652a1de76662c705ed9cd1cbaa93e8d2d6d2fc0acb17a154b5e5bb5145de660 SHA1: 2e068d7bb38ccf868cd6310279283d9ceb3d14cb MD5sum: 885ba46d9bd403ac4e8401a115de7ef8 Description: debug symbols for ros-lyrical-steering-controllers-library Build-Ids: eaef6ecc7e42471f654d3184a9f9c0de1da6713e Package: ros-lyrical-stereo-image-proc Version: 7.1.7-1resolute.20260915.152347 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.20260915.152347_amd64.deb Size: 299350 SHA256: 51dd714bb4c65bd678fc76e06a0e1e5c0682262ea246b6e26fb8680b2f61845f SHA1: 6ba85a1ff390c0923e5e3b80fdd590f765ca7acd MD5sum: 06c54cd95ca33a2ee09eaa28401f8e20 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.20260915.152347 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 7787 Depends: ros-lyrical-stereo-image-proc (= 7.1.7-1resolute.20260915.152347) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-stereo-image-proc/ros-lyrical-stereo-image-proc-dbgsym_7.1.7-1resolute.20260915.152347_amd64.deb Size: 6602198 SHA256: 5ba97dcb5e1a6b80ec9a42440aa966e01cceb7d2f6ac73c0363968aace2b31b2 SHA1: 3c4d7c15660c493e334aa2cef1220d5844e0a4eb MD5sum: 956db25ab516f8ededfd166de3516a3d Description: debug symbols for ros-lyrical-stereo-image-proc Build-Ids: 3cd4c35c950ee6ccd9dd2eef0800d66684c1f058 81e2a6d4276111dcc96a886a068c550def312098 a99596453613d2b91de1a880ea42e4f9bc8474ad Package: ros-lyrical-stereo-msgs Version: 5.9.3-1resolute.20260915.052917 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 519 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.20260915.052917_amd64.deb Size: 54154 SHA256: a77bd23d94182f44896eeab2a1512407e4158d4033bd62cd74afcbc68f164694 SHA1: 5b0771fb006a8031bd028bffc0fdbf2da20b7878 MD5sum: c6d81737781b27f4ba0845de16d5d533 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.20260915.052917 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 396 Depends: ros-lyrical-stereo-msgs (= 5.9.3-1resolute.20260915.052917) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-stereo-msgs/ros-lyrical-stereo-msgs-dbgsym_5.9.3-1resolute.20260915.052917_amd64.deb Size: 247820 SHA256: 7b62a32c9be09c26b8d4051ff58c18b2ca6ff40b2d08ea83ddce8d85066b64ae SHA1: ac78a00250bdacdafa86e4d20a42fc190ed529b0 MD5sum: 4aab76842f899e37f56aba04544c7f40 Description: debug symbols for ros-lyrical-stereo-msgs Build-Ids: 05aacdd8a62505e41a67dd969d00f5fa08b58765 12a5171af77080db83b6e0c96ee298e050d78fc2 52702d0c19184adf804fdafcf6d6888833ecd039 5a6c2fc6db48c28aecfdc971159c7606b3528f58 6195cf726a04a406900d374ab074cb7b4427c0fb 7211e291246e8b11e2c6989bd22bca8daa80282f 74fe538acec70d069275545ffcd70c0c57a2c2ea b517ff14c334030e9416b306f814f19938b585ca c041d83b66faed8dafd12406e3303dc5ecc7daf3 c80cb30a095bce287b3b21c8353b82560d90a455 dd97822e253f6896940f0c29e0adb0b8da34f015 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.12.0-1resolute.20260922.040853 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 94 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.12.0-1resolute.20260922.040853_amd64.deb Size: 14964 SHA256: a114f6f560bdb9edec68df224870fefb7e67630aed80a8cf2a76b0612be52c49 SHA1: 9a5cdcb6af11b273eb9a61775b606e5539f9891e MD5sum: 7a57a55fb623cad4af1d7c3e4083f953 Description: Command line tools for introspecting ROS systems Package: ros-lyrical-swri-console Version: 2.4.0-1resolute.20260919.193605 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.20260919.193605_amd64.deb Size: 1861402 SHA256: b47347331407977942f5a6f63069395f403331c794b286ab865da2b14a8e466f SHA1: ada2a1298bfbcee67f9a04671501b0938d7b112f MD5sum: 039e3393d8d075a33f8a3f73983039da 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.20260919.193605 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 11790 Depends: ros-lyrical-swri-console (= 2.4.0-1resolute.20260919.193605) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-swri-console/ros-lyrical-swri-console-dbgsym_2.4.0-1resolute.20260919.193605_amd64.deb Size: 7158738 SHA256: f7c71724cd3c33881c53c7347c1ec692c6a8d415596f7133274c785e475cd327 SHA1: ed45c06cf13eb6c2eae03a5f19cb5626920c1b29 MD5sum: cd67da7f409774a59f0c0f3e6ae3f6e6 Description: debug symbols for ros-lyrical-swri-console Build-Ids: c764312080f1f48ade288e6ece732f5143e426f4 Package: ros-lyrical-swri-console-util Version: 3.12.0-1resolute.20260922.040732 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 92 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.12.0-1resolute.20260922.040732_amd64.deb Size: 19868 SHA256: 4d8702d1ec691533b001ca8e8868767975ccf4f560ed08b3623656a54f9341f6 SHA1: ecfab03ba80908ed4a3f657cf4b3ff83b83797b4 MD5sum: 616d5fefc8558865b3ab90a22224ba08 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.12.0-1resolute.20260922.040732 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 257 Depends: ros-lyrical-swri-console-util (= 3.12.0-1resolute.20260922.040732) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-swri-console-util/ros-lyrical-swri-console-util-dbgsym_3.12.0-1resolute.20260922.040732_amd64.deb Size: 238622 SHA256: f247b075fee3913c5f260935b5b67bbf42030c5f736eebc681ce2891cdb5f0d2 SHA1: e6575db1ee6b01e651eea901e042eb599c4b9ec4 MD5sum: 3d4f39ee7d4c350d4758c80eb1df8413 Description: debug symbols for ros-lyrical-swri-console-util Build-Ids: 0c67779b017775511cb5324825ac20a020b885b4 Package: ros-lyrical-swri-dbw-interface Version: 3.12.0-1resolute.20260922.040629 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.12.0-1resolute.20260922.040629_amd64.deb Size: 8982 SHA256: de82c8b98876b7c40374df1ed05a6fe4244436956ac69282a505a245dd1dfd6b SHA1: 06f079dc61f35e561cd88c31651f1f3b3db2cf2b MD5sum: 021c0828df11f80a573a5a7ae43ecd94 Description: This package provides documentation on common interface conventions for drive-by-wire systems. Package: ros-lyrical-swri-geometry-util Version: 3.12.0-1resolute.20260922.040943 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), 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.12.0-1resolute.20260922.040943_amd64.deb Size: 47868 SHA256: 663a0c08a8903060f33a962a4296afbb8b699dbe02170834a520aff71432db40 SHA1: 83033cc6aaebc0ed41a22233d1d93aaf67d134e5 MD5sum: 664f471c12636a618eaffc9a7333ffbd 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.12.0-1resolute.20260922.040943 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 1886 Depends: ros-lyrical-swri-geometry-util (= 3.12.0-1resolute.20260922.040943) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-swri-geometry-util/ros-lyrical-swri-geometry-util-dbgsym_3.12.0-1resolute.20260922.040943_amd64.deb Size: 1884356 SHA256: b5903d61d6c13f0b45c84dfd02f1ba3a217a635b4816733bf513921713e0b86f SHA1: f6a5c3ac3116f7a37fed78f721b59fe8f608dcb4 MD5sum: e38d7eae49f463692fccb824add7371f Description: debug symbols for ros-lyrical-swri-geometry-util Build-Ids: 23e7e87b5a2544983539efdf7e3150cae6cd8730 Package: ros-lyrical-swri-image-util Version: 3.12.0-1resolute.20260922.042212 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 693 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), libopencv-dev, ros-lyrical-ament-index-cpp, ros-lyrical-cv-bridge, ros-lyrical-image-transport, ros-lyrical-message-filters, ros-lyrical-rcl-interfaces, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, 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.12.0-1resolute.20260922.042212_amd64.deb Size: 185862 SHA256: 3aa33edfdcb699854d63e5880cc9570c0c74e62078ffbb37e101d55086333ffe SHA1: f1251f357cc30ea551b16559696a251bba1c2aa0 MD5sum: 8408df2edb7d91e215391135c8f22af2 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.12.0-1resolute.20260922.042212 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 7427 Depends: ros-lyrical-swri-image-util (= 3.12.0-1resolute.20260922.042212) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-swri-image-util/ros-lyrical-swri-image-util-dbgsym_3.12.0-1resolute.20260922.042212_amd64.deb Size: 7136076 SHA256: 0afc472a24a68357844811374465240f0fc1a31c271d341c409ba6b9d6fc77f3 SHA1: 8bbd1c8230f23d656d410bc7ca57369bfa67746e MD5sum: c3d39d295fb65d30a8534a76fef6017e Description: debug symbols for ros-lyrical-swri-image-util Build-Ids: 3a90c534b2b33fe4aebcb4d59b88100b2a1ca311 f52df81042650a132977aedbd077268b1cef05eb fb681041e7cbc8a055c720b4c13bab45b2d486c5 Package: ros-lyrical-swri-math-util Version: 3.12.0-1resolute.20260922.040846 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 150 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.12.0-1resolute.20260922.040846_amd64.deb Size: 33584 SHA256: 4eba356e401919cfd30820f18d756363ea1d4bde7239889fe25ec296fd6dfd49 SHA1: 04bc808cf184d0c6de31932ae75add79f45b20e0 MD5sum: afa7f840eaf0022a837640a7fef7d2de 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.12.0-1resolute.20260922.040846 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 369 Depends: ros-lyrical-swri-math-util (= 3.12.0-1resolute.20260922.040846) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-swri-math-util/ros-lyrical-swri-math-util-dbgsym_3.12.0-1resolute.20260922.040846_amd64.deb Size: 343818 SHA256: 2a87b3b309c61b3ed46efa95ed0650fbf668e8eb6625cf2e7e9f33d3c00c408d SHA1: 40c227e2505e6f97295203ff5caad7ef724ebb91 MD5sum: a1401409a049ce05653a36dcca6d444a Description: debug symbols for ros-lyrical-swri-math-util Build-Ids: 5059e3569e7cfd8a0097dc6d96b1018fe13f337c Package: ros-lyrical-swri-opencv-util Version: 3.12.0-1resolute.20260922.041543 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 223 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.2), libopencv-dev, 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.12.0-1resolute.20260922.041543_amd64.deb Size: 49816 SHA256: 63417673dbc18ceaa0ab43f2d02c05d2a2e8e5b820e44142fbe5c895f32bfdbc SHA1: dcf6a801f58cc463ac2dc16eefc57aa9e8248b85 MD5sum: b1e197204d642837b51ee5a9b092dafd 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.12.0-1resolute.20260922.041543 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 572 Depends: ros-lyrical-swri-opencv-util (= 3.12.0-1resolute.20260922.041543) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-swri-opencv-util/ros-lyrical-swri-opencv-util-dbgsym_3.12.0-1resolute.20260922.041543_amd64.deb Size: 525528 SHA256: 010c29e04ceec9c4a00554d3ec2cc2c80dde480839cb20eb2806d52577ef0100 SHA1: 2a296c53010ffa9aa365b2c7e70bdc76735295ea MD5sum: eacbe7ae78a0eecf2af742723aec0e1a Description: debug symbols for ros-lyrical-swri-opencv-util Build-Ids: 669836b811eb8200a8b8a69f7568077a22b4523a a95707c7c5299a98720d82f6fbaa0034fcc5ab73 Package: ros-lyrical-swri-route-util Version: 3.12.0-1resolute.20260922.042724 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.12.0-1resolute.20260922.042724_amd64.deb Size: 195164 SHA256: fcc0714e5574fb71d804443c774295bc87ead624a1493135595ebc784a1cfcfb SHA1: f9557d8fd167ed0d859f668e747c6a35675e9592 MD5sum: d9a07d19f98c333b624d4e8c3aff5c93 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.12.0-1resolute.20260922.042724 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 4255 Depends: ros-lyrical-swri-route-util (= 3.12.0-1resolute.20260922.042724) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-swri-route-util/ros-lyrical-swri-route-util-dbgsym_3.12.0-1resolute.20260922.042724_amd64.deb Size: 3756286 SHA256: bcc8df593200f1b3dad569c3c8765819ec0cfb4ee93dd4c73b46de56f61a3406 SHA1: 6ad5f50efec7cf129ca36ae7baab657f568a5946 MD5sum: 2583b7fe2ad2d49043bacc16eae2d4df Description: debug symbols for ros-lyrical-swri-route-util Build-Ids: 07a1181a960c8257cc5deb04a5ee9e1d4b099113 60f0b698934c61ec3881f906393bd760ebe57559 77647a370bbe3ecfccc388bf254d7666f6bc8231 Package: ros-lyrical-swri-serial-util Version: 3.12.0-1resolute.20260922.040630 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.12.0-1resolute.20260922.040630_amd64.deb Size: 20674 SHA256: 4b7309353d73d9bb28fc9f7bd1adcd515b946987e4545ef798676db3f0737c7a SHA1: 0f86a1b8cdff6f8f4b88d408d182ab39229ce8fd MD5sum: 2b7a9840d7b9af545c83ad701c8406b7 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.12.0-1resolute.20260922.040630 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 110 Depends: ros-lyrical-swri-serial-util (= 3.12.0-1resolute.20260922.040630) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-swri-serial-util/ros-lyrical-swri-serial-util-dbgsym_3.12.0-1resolute.20260922.040630_amd64.deb Size: 89648 SHA256: d149743a26ac2f5c0871d3f1d2496cda683ac93de1744020ac498bd20ad6f096 SHA1: 724c4db656d8b37231857928a51230fd40571dec MD5sum: 0d7424f5aff0984bf73e2de5a1090461 Description: debug symbols for ros-lyrical-swri-serial-util Build-Ids: abf1b4eaf50da46409b4b52b0fa9e7b8542a8cec Package: ros-lyrical-swri-transform-util Version: 3.12.0-1resolute.20260922.041558 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, libopencv-dev, libproj-dev, python3-numpy, python3-yaml, ros-lyrical-diagnostic-msgs, 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.12.0-1resolute.20260922.041558_amd64.deb Size: 476162 SHA256: 3b72265ee8d71dc40080656820d2ed1b19fe34fd9489d4e3e548ae38d88edf1c SHA1: b852e26fc3bff67b862aa09ef9cdfc1ffba5442a MD5sum: 09e2c13afe82041cc64f63e4dd84e9aa 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.12.0-1resolute.20260922.041558 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 13665 Depends: ros-lyrical-swri-transform-util (= 3.12.0-1resolute.20260922.041558) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-swri-transform-util/ros-lyrical-swri-transform-util-dbgsym_3.12.0-1resolute.20260922.041558_amd64.deb Size: 11254566 SHA256: 66d42053291d8159613d1e6772af6d405671c130f8dd92573893df385215d6ab SHA1: 816e6a8c91986f7c1e95046791dfc63f89bcd383 MD5sum: bf173199bab9d3f5453a2829ce199291 Description: debug symbols for ros-lyrical-swri-transform-util Build-Ids: 301f2fd9643d040aae3cc3333ec39e39afeda550 6eef4868ee270d9f8d1828ca0d649539494072c1 7eec14410ee9c0a70434f317bb5be375d529a0c7 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.20260915.080841 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.20260915.080841_amd64.deb Size: 10826 SHA256: 9592ca1864cec39ca3a31e2deb4eda7642d20b1627f8c8902b48da9eafdf2108 SHA1: 768e4ef4b8d21229be5234140a85a803962dce48 MD5sum: 924687438bee0f4d16f58877c999af9a Description: The system_fingerprint package Package: ros-lyrical-system-modes-msgs Version: 0.9.0-7resolute.20260915.045809 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-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.20260915.045809_amd64.deb Size: 149730 SHA256: 40f1a47de06fe01a0dec342c39217f22f5bd4e7922ac8bf40273a24a684158b7 SHA1: a69f184afe7dcb5acea8d764ea592d117cfb978e MD5sum: 3dae8fb76c19804cac94dbda50fe5624 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.20260915.045809 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arne Nordmann Installed-Size: 1520 Depends: ros-lyrical-system-modes-msgs (= 0.9.0-7resolute.20260915.045809) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-system-modes-msgs/ros-lyrical-system-modes-msgs-dbgsym_0.9.0-7resolute.20260915.045809_amd64.deb Size: 1092962 SHA256: ffae775dbcf1468fa0aff615211213652a7d32d9ac70b23d3c6d434a9a8902e1 SHA1: 92f6994040e1c77bfcf32aa7bf9b42f5ad9819c8 MD5sum: 1c3c6e2541e93ed0fc66377f3cee78ff Description: debug symbols for ros-lyrical-system-modes-msgs Build-Ids: 09895ae7cfeccba958839e46144ef9652b154b34 17feef372df2c1010943b4a09ac9c948d5b5d851 2fc6fcfa93e9a481185eeb808bc1808f60f62f29 3950320fc2e6beb12409fb3d14726b7a0875be11 4b2b59ca92ffde67a554ea3dcb285a54d88e4706 4ec772df140c876c9e7fd246297ef1fe36748666 57aa8e3a39f0a3f5a9dceb97aeaa6c67c2116567 7607d75ebf13cff8f46989ac105d9182cfe8a527 941a3ce857332231b93ee29928dad56637782a37 9afea7c355ef220eb399e8384f89ac2c04a5eae0 a49ca700a1c9c4e655027d9cdf413afaa9eb88a0 Package: ros-lyrical-system-webview Version: 0.0.3-3resolute.20260915.085514 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.20260915.085514_amd64.deb Size: 298664 SHA256: decf520866e60389542817f4e1a7d0ac5196feded6a6cdc0ad0477c8c5e47c73 SHA1: 3bec49e93b270c41a43a774be5bf7f1c29febf4f MD5sum: 9f028ae5fb2412003d3538acbe4a7df0 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.20260915.085514 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: david Installed-Size: 1481 Depends: ros-lyrical-system-webview (= 0.0.3-3resolute.20260915.085514) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-system-webview/ros-lyrical-system-webview-dbgsym_0.0.3-3resolute.20260915.085514_amd64.deb Size: 1397580 SHA256: 28a30c73aa8878ddac8b218d7b3e36680b34a43fa9915650e8b0afaab310d112 SHA1: c8a05f7a2761035b19de0e074bcaa41439daa2ef MD5sum: dc3785fe805ae7bd4f0d45122281f8e2 Description: debug symbols for ros-lyrical-system-webview Build-Ids: 0bafd37423f3774655510fd65b0828eed4c5c57b 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.20260915.072304 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.20260915.072304_amd64.deb Size: 5486 SHA256: 2841759ba255bf1ed490fb064a8cbacf9652444e8bf250dc73af1bbfbd040990 SHA1: b6166cb926da129a5b26c53ecc35eda8561c5161 MD5sum: ade4904adbde94e06e426924631cca4f Description: A set of generic teleoperation tools for any robot. Package: ros-lyrical-teleop-tools-msgs Version: 2.0.0-3resolute.20260915.043136 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-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.20260915.043136_amd64.deb Size: 132044 SHA256: 1c6ae4a37384a3cc0395584ea117e058d97002c4afeb77e0ba1458c7438eea7a SHA1: 17a96fd801f950045a9feab526140cac81bf1121 MD5sum: ee5207c68de339754badff497d2cb380 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.20260915.043136 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 985 Depends: ros-lyrical-teleop-tools-msgs (= 2.0.0-3resolute.20260915.043136) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-teleop-tools-msgs/ros-lyrical-teleop-tools-msgs-dbgsym_2.0.0-3resolute.20260915.043136_amd64.deb Size: 593586 SHA256: 6efe535dfe52c580873cba66d1fbf6f17f1c53dea393ea7bf5b4fac678c1742c SHA1: fafef07b27bb284bb43ae3b2818cdf6c2f945db7 MD5sum: 9fafe63f966da068e3cc59bab987ef61 Description: debug symbols for ros-lyrical-teleop-tools-msgs Build-Ids: 215d465fea84bbf74dbfd1ada6f1b4bc2a024f03 35e62d31cf53ec9f60a6d3d3227d796b0e4d45ce 388935b54a7f43719323d204f2bb50bef8afebcd 5694efdc08aa6fef85b19687181868d34541fecf 60015268aba247242cfc61dad1336472ba03b171 60fd923f219808302ffcab7582cbc76226fe476b 949209f6867c679c1b9e0e5a733087b92eb57376 c2f9cd9a3d3de8fa23c437f679cde6cbab4b4436 f7d14ca37cb0d9dcbee408855e66b504e5a85ff4 f8a1bce14b95696a143fa2e3f67e70a9f938d67c f985d129884572237a46656779da4dddcacc2ffb Package: ros-lyrical-teleop-twist-joy Version: 2.6.5-3resolute.20260915.074000 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.20260915.074000_amd64.deb Size: 155000 SHA256: 7fffa749ae8674051a19a84c8e387382cf53f001ed9f12ad7d2a373ed06ae3cf SHA1: 7b9efd57d97fb7bddc77d9cf765ec0d2966a8c50 MD5sum: 43f76363e6690ccf3a3edd929dce0939 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.20260915.074000 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 3301 Depends: ros-lyrical-teleop-twist-joy (= 2.6.5-3resolute.20260915.074000) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-teleop-twist-joy/ros-lyrical-teleop-twist-joy-dbgsym_2.6.5-3resolute.20260915.074000_amd64.deb Size: 2815954 SHA256: ddd990bcffbec2e2586fc323ff7aa0a5ea7394721a4104c0c950d4f4d427ce6f SHA1: 78ee9283e36fcda747e740e5d8a320ab0717c18a MD5sum: 4fb0a58980f8c153f392fd218b51ae9b Description: debug symbols for ros-lyrical-teleop-twist-joy Build-Ids: 77e7dbf8dea0e004ef55e639b627e2bf4a7a91e0 9c4bdc4e1660c0cb87f9959a82d399dafd7da93c Package: ros-lyrical-teleop-twist-keyboard Version: 2.4.1-3resolute.20260915.064957 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.20260915.064957_amd64.deb Size: 9546 SHA256: ba5ca639b88252ee8f6ada95a6778d570bd71aa23d52a4a575a05882ba497a3e SHA1: 11f4a2bac531c4d4272fb23a3fbd9047029f6bca MD5sum: 178997c1f473fcb4a77b3bfeaf01fdfb Description: A robot-agnostic teleoperation node to convert keyboard commands to Twist messages. Package: ros-lyrical-tensor-msgs Version: 0.1.2-1resolute.20260915.045756 Architecture: amd64 Maintainer: "Yuankun Zhu" Installed-Size: 614 Depends: libc6 (>= 2.32), 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/tensor_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tensor-msgs/ros-lyrical-tensor-msgs_0.1.2-1resolute.20260915.045756_amd64.deb Size: 75006 SHA256: 84a31ca0150e8e91df023b3cb5052ea2d1bd6ef8dac1b8a0657ce18f14e5436f SHA1: ad1c428367a10b13cb1630832232ce166aeb44c9 MD5sum: 9e178da07991b0b221ae38d2efe6a18f 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.20260915.045756 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yuankun Zhu" Installed-Size: 691 Depends: ros-lyrical-tensor-msgs (= 0.1.2-1resolute.20260915.045756) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tensor-msgs/ros-lyrical-tensor-msgs-dbgsym_0.1.2-1resolute.20260915.045756_amd64.deb Size: 517454 SHA256: a81a68a0580201f2e1b60d48f15f8c208db28dda1d74bcd87212cc57c6c6b33a SHA1: f241d48c2c7daa4b5bf86db24b445d64524c3f2f MD5sum: f1d7ec66d2ed075cc4bec2d2c62b8ce6 Description: debug symbols for ros-lyrical-tensor-msgs Build-Ids: 06e732a6714bb7ebbd3d3db87fe2a888d98712f3 1a25df08bcb9da4c9cd7e08ba69a0a86e7810d27 1ca1fadbafdfcc50e4e73c18f6eba537a332cda3 2e077549a26b347ef6618082500cfe2319db47dc 427e251588f3b2e5c767d056f2f039316d3e7301 4e76f2c9725f657798b6d496bbe446840ac9ac6f 5b7d28388ccc761827542391fd831366f162e682 61899d4b699350535834e05855598901c50738da ae065cacf5982ab9d85674bd80cac673e54d0af7 ba0e125287b7241ffcfb51b230d885bf9d338a0d e135a16cf3e2a08bdbe69295c24f2b141b20c3c9 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.20260915.043014 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 11117 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), 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.20260915.043014_amd64.deb Size: 759608 SHA256: 31ad8169fef769c2c772faffb37d063a38b0d6de41ad597a32e8432d3a9bf1f5 SHA1: 3c9bf39724d5c744eb1d1ee998157e09cda4c20b MD5sum: b59aaae927c5a3f5572de81e7e429430 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.20260915.043014 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 8094 Depends: ros-lyrical-test-msgs (= 2.4.5-1resolute.20260915.043014) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-test-msgs/ros-lyrical-test-msgs-dbgsym_2.4.5-1resolute.20260915.043014_amd64.deb Size: 6293788 SHA256: 61b366eb73a73da65e0ae5c1d99c85a4bf70c7a47611c3cefc6a2159c44c355c SHA1: 68d43810afbbe02758dc03e8a42f7a94c7c24803 MD5sum: 63c19ca880579730dd86b0d2e48268a0 Description: debug symbols for ros-lyrical-test-msgs Build-Ids: 1b16289c1bd448a7619fb4b18b5cf53e63d21fe6 44f1f95d5c51e214f735be9048a325ce20745b3a 4c11629d10da1dd4808b0f8f8607915c7b556397 54e5f9a6b774df8ff772b905e00679e2c0cfc0e2 730d91a52ccdc9f3b565cccbf10eae374ded295c 9e38a68697cd840dd6bd35a1c9384ab1373b735a aafbbcb75407ce4acdc7b3d4f42ccdcacd1d319f e52126fa723a85a59517c81f7662046b4485ba90 e5449211d43c6e2e451a39b0553927eff0d2ce85 fc03697934ee389a625edf613552a2b81d3cf878 ff338a5b2396badda4bee8be0f86a213da88dfe2 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.20260915.141638 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.20260915.141638_amd64.deb Size: 14906 SHA256: f3cdb5795300a4bf60d0c5d4a1b109b37d4c0c17b73d3b4215775005d6bc8291 SHA1: 7325823bef1aa2b5224926776d94888cd1e719de MD5sum: 6c53508be2eeca21ff0f7946d573ada7 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.10-1resolute.20260915.134323 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.10-1resolute.20260915.134323_amd64.deb Size: 95914 SHA256: bc46143d61da80c753dddad8cec7ec3a29f373ba8b761fe6661fd22dad847be3 SHA1: da1e8fbf8c6f6bf3b19b0b9ac4b30141488d3841 MD5sum: 6f26b2b6447063d24cf7ad476de6deae 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.20260915.143626 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.20260915.143626_amd64.deb Size: 15970 SHA256: 6a4e8f88b251ca39fe689d3980673802555baaac8ce9f65530279e78a2e6842c SHA1: a288a5f88ffa59971da73fe95a0e208067322bcd MD5sum: a8f32d92eb46cbc08d8b6dc826497b85 Description: A set of 2D geometry classes modeled after the 3D geometry classes in tf2. Package: ros-lyrical-tf2-bullet Version: 0.45.10-1resolute.20260915.142835 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.10-1resolute.20260915.142835_amd64.deb Size: 10376 SHA256: ede1e9a7b9ae622abea9d0de2c383db683eff10bff469ca9f5c1d5710f7b6e46 SHA1: 01e402fa259a753eb65d96162025c2a121fee449 MD5sum: 57ba2472ac7d8414e48be0293782c2b3 Description: tf2_bullet Package: ros-lyrical-tf2-dbgsym Package-Type: ddeb Source: ros-lyrical-tf2 Version: 0.45.10-1resolute.20260915.134323 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 665 Depends: ros-lyrical-tf2 (= 0.45.10-1resolute.20260915.134323) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tf2/ros-lyrical-tf2-dbgsym_0.45.10-1resolute.20260915.134323_amd64.deb Size: 604936 SHA256: 8bd4186ffdb1f508190bac8cf1984f8f915c03ff4c4ec7da84eebf832c39195f SHA1: 9b4a4e363a348b113380a1aa50a772fe49123b4f MD5sum: 085d02833a85b370dd2b486da7145d6c Description: debug symbols for ros-lyrical-tf2 Build-Ids: b78a9d3400a313a8c5497a936d3ec4b6a87ad338 Package: ros-lyrical-tf2-eigen Version: 0.45.10-1resolute.20260915.143039 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.10-1resolute.20260915.143039_amd64.deb Size: 13210 SHA256: 6b2f5fb30d92ad0b0efd2b45700b5072c92d1e5741a9d42596428fcaba7f2a43 SHA1: f9a86d7452cb6d4134948b34e494b330eaf231a6 MD5sum: e6f3808271e37ef011b0a571344b16b2 Description: tf2_eigen Package: ros-lyrical-tf2-eigen-kdl Version: 0.45.10-1resolute.20260915.135157 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.10-1resolute.20260915.135157_amd64.deb Size: 15396 SHA256: 096c8aac80130a0015f3531cf243d1d64fd05cc90babb554d3c8b37f33216ffd SHA1: 971ab2c65268c967cbf760222f719198c1179c81 MD5sum: c6a3d56e7ba0bcb5e0fec5c7ca730ce0 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.10-1resolute.20260915.135157 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 107 Depends: ros-lyrical-tf2-eigen-kdl (= 0.45.10-1resolute.20260915.135157) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tf2-eigen-kdl/ros-lyrical-tf2-eigen-kdl-dbgsym_0.45.10-1resolute.20260915.135157_amd64.deb Size: 90918 SHA256: 7f1029f2f188a17ad6b842d6868dc70a3f0c22f2328cdfc897a40e706db7e9fe SHA1: f8dc4d086f46b6753f8c18b9fa5b02e9462f7b1a MD5sum: c172b65b7ecd85dbdd5ade3338d63b96 Description: debug symbols for ros-lyrical-tf2-eigen-kdl Build-Ids: ff60bf736f03a6f7256ba137b6ae335147252f60 Package: ros-lyrical-tf2-geometry-msgs Version: 0.45.10-1resolute.20260915.143024 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.10-1resolute.20260915.143024_amd64.deb Size: 18924 SHA256: b51c9c604337a3788a65cd75577c1739f1a1ea89665ec037a3f0db2a20dcdba6 SHA1: b934c2668606db0217996bf2989b0531e1fc35f2 MD5sum: 2e15d4978c22cc5d32248bee477f987b Description: tf2_geometry_msgs Package: ros-lyrical-tf2-kdl Version: 0.45.10-1resolute.20260915.143027 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.10-1resolute.20260915.143027_amd64.deb Size: 13296 SHA256: 95a6b614f5796ed0e7589e8b68a1bfbd22eac1d9bab702fa745bc4ae391b3fd1 SHA1: b712431c7c38c5e08f7e9d3dace2e7ed2f150344 MD5sum: 51b42696588c47f2efb073035fc0c3d4 Description: KDL binding for tf2 Package: ros-lyrical-tf2-msgs Version: 0.45.10-1resolute.20260915.134604 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 2452 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.10-1resolute.20260915.134604_amd64.deb Size: 198108 SHA256: 98d0a632bd93c6ba19a9e3e9178472d5ab744210d7040e708b5eed6d61db14b3 SHA1: bd21176ff40058539bf42b542caa8ebdbe861d95 MD5sum: dd6e04889773c5d0a32abdf47244eb5a Description: tf2_msgs Package: ros-lyrical-tf2-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-tf2-msgs Version: 0.45.10-1resolute.20260915.134604 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 1767 Depends: ros-lyrical-tf2-msgs (= 0.45.10-1resolute.20260915.134604) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tf2-msgs/ros-lyrical-tf2-msgs-dbgsym_0.45.10-1resolute.20260915.134604_amd64.deb Size: 1235614 SHA256: d975a8bb934fd60ce741f875d7f9c1da31b74b4bb5b360ab57441f1781ade088 SHA1: 30ea1290e783b254d204c5b39d0a81fb56a4ea85 MD5sum: 6da51a531155aa0c334702738e49294f Description: debug symbols for ros-lyrical-tf2-msgs Build-Ids: 0fdd5de52d2b15442521516a52b32473143d4763 373805429ccb4aac9f56ee7bb4df46776ec5938c 4a20b3c50a67db9c51d681c7b30acba5429d274b 5f24d5b1de2aaeccec2d664ab1d2ba5a3d390da2 6892a7509d655dfc8b80a6d43172173f412f15f3 83a76beedb9701fa6f489983435513029997e14f 854c5f93792171d83dea5142cac2d5d9d0e2a80b 8b13e47ff1a16e06119c563f6a181fc359ba5a42 8ff551fe529839a0efca16eeb7d3c42db32759f3 b5a061ef69c95d39577a1658b9c326764395a034 c47ce96134955121d8e820146f5898b2933cbe97 Package: ros-lyrical-tf2-py Version: 0.45.10-1resolute.20260915.135155 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.10-1resolute.20260915.135155_amd64.deb Size: 30448 SHA256: c10b29f0c6f884c2eb16eaa61912c17cc065b46ac006d556b3fd46b8f55b9298 SHA1: 878c439196f829cc9451b58c35b091acf2ddacac MD5sum: 5bd4684cf7d04ab2664342d578a52690 Description: Python bindings for the tf2 library Package: ros-lyrical-tf2-py-dbgsym Package-Type: ddeb Source: ros-lyrical-tf2-py Version: 0.45.10-1resolute.20260915.135155 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 202 Depends: ros-lyrical-tf2-py (= 0.45.10-1resolute.20260915.135155) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tf2-py/ros-lyrical-tf2-py-dbgsym_0.45.10-1resolute.20260915.135155_amd64.deb Size: 171308 SHA256: 55fc4a7630d7ecc3346649d69b11b9e1707196f4ce9e8383f782fbee1607bb3c SHA1: 528365c6c2563771bc8976a79b595c1f3119cc71 MD5sum: 151d2175d74fce2aba3e906e559305c5 Description: debug symbols for ros-lyrical-tf2-py Build-Ids: d3bb01bed840c4196db17cc808423161ddcb8ce7 Package: ros-lyrical-tf2-ros Version: 0.45.10-1resolute.20260915.140307 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.10-1resolute.20260915.140307_amd64.deb Size: 340304 SHA256: b21ae45f4237ea264e0fef02a499d1541decb2536546e9e4220f2e6ae0d41495 SHA1: a879bb28e9a7754e8961a7972ecdc8b580acb696 MD5sum: 53ba98fe637416e300470ff0c408c1e8 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.10-1resolute.20260915.140307 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 8601 Depends: ros-lyrical-tf2-ros (= 0.45.10-1resolute.20260915.140307) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tf2-ros/ros-lyrical-tf2-ros-dbgsym_0.45.10-1resolute.20260915.140307_amd64.deb Size: 7533294 SHA256: 07260fb550ae73ecd28dbc0bedc900a9fd44a26d622a9cc5bd56d0b85a853c5a SHA1: 6b26549d7d913e46821a0f04787cb46ae924435f MD5sum: 2b4211bfd2c9049424ba5c09ba57bebc Description: debug symbols for ros-lyrical-tf2-ros Build-Ids: 0ac3992bece0478fd233cbddecb2e54d5af4258d 2878fc85660d6db93568c204b156a1cffccdc018 4aa670929fa71d0d2e18fe3a52cd4a5cfa68ae30 6fd26e77c43377d169ddc7720999b5291e3149fb ad641f2d286423c441f05e148f5560730c71e989 d35531873d8516ff0ebd97f28a88ff2445389bc2 Package: ros-lyrical-tf2-ros-py Version: 0.45.10-1resolute.20260915.135515 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.10-1resolute.20260915.135515_amd64.deb Size: 30186 SHA256: 48db14447bb97c6e68c68c9bcf668ebf49565a45eac96a8ad2b6272367545435 SHA1: 747e85f2c3f134b03423ba0a2bf01bd2ab8dedee MD5sum: d2e57167e68813850d55f5a412c2b4c9 Description: This package contains the ROS Python bindings for the tf2 library Package: ros-lyrical-tf2-sensor-msgs Version: 0.45.10-1resolute.20260915.143046 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.10-1resolute.20260915.143046_amd64.deb Size: 14732 SHA256: 50a6b8e6db9f1384f7947445c8f8eb9b5e1384f56dbb239afe9a77e03f95c178 SHA1: 70ebed1cb694d1ddbeaeef7b4aa9a348cd487309 MD5sum: 9276f5804bf5f7c36df746067de5fa7d Description: Small lib to transform sensor_msgs with tf. Most notably, PointCloud2 Package: ros-lyrical-tf2-tools Version: 0.45.10-1resolute.20260915.135840 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.10-1resolute.20260915.135840_amd64.deb Size: 10154 SHA256: 915f663b0228443b0d460702aef92ca23786c0fc278abaef8e6c6e933e5b6dc9 SHA1: 8712f523c94e42e65866a06974611c7e93c7270f MD5sum: 38d9a9e1aafb3f6d372138d0a11a7719 Description: tf2_tools Package: ros-lyrical-tf2-web-republisher Version: 1.0.0-3resolute.20260915.141205 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.20260915.141205_amd64.deb Size: 57600 SHA256: 612bd3631b0964ef7f116a900e7f0b613ae0b8feaebf41fc2fd18296017cf49c SHA1: 7654a4d445c65d9163b76c9797f5ce531f8a1c06 MD5sum: c9b442d08bc5b5e077ad22a1b09ab4b1 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.20260915.141205 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.20260915.141205) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tf2-web-republisher/ros-lyrical-tf2-web-republisher-dbgsym_1.0.0-3resolute.20260915.141205_amd64.deb Size: 1018902 SHA256: 065f15e14806462d54d578a5a5767b9ebe42bb15381d2b4fb73a0b0a154e587e SHA1: e5e31d42c1069ef8ed9df4444cd4b308086df261 MD5sum: e419330c95deb87a27bee9509215f7a9 Description: debug symbols for ros-lyrical-tf2-web-republisher Build-Ids: b7be1f9e628bb7e92d0c8dfc440a1a0a50ca9cc2 c8cf98b4969662fa9b4dbc95dd19e34459cac07f Package: ros-lyrical-tf2-web-republisher-interfaces Version: 1.0.0-3resolute.20260915.051915 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-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.20260915.051915_amd64.deb Size: 194512 SHA256: c24c65dcf665676b56f923941b0471aabcf30315100e2b08eb7aaff0ca8039ed SHA1: 344fe5c62a968a269299e390f2f9c3273afe6427 MD5sum: fa1c16b3ccb45f7b76abb8142e1e346d 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.20260915.051915 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 1790 Depends: ros-lyrical-tf2-web-republisher-interfaces (= 1.0.0-3resolute.20260915.051915) 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.20260915.051915_amd64.deb Size: 1218260 SHA256: b8f451f2bdccaf0dae49afc81988a616f889261dcb740abc1bffeacefbe2e06b SHA1: dc4daf15038b27bcf092dea01d0b5437567caf89 MD5sum: a14e61d41e0ac24f7a7ddf002e18b1f3 Description: debug symbols for ros-lyrical-tf2-web-republisher-interfaces Build-Ids: 19e97d31f2467c26597b6c79e0de0d0cec05f3b8 2d1fa29f59a103247630c778b5eefdab652c84d7 4136c73e8761980445d09696e411c2c4d1355b87 6b5fa5c20b10dca738d84297abe661842fb02d85 6d3120385476ffb4fcaebbbcf55917d04690e4fd 77887715fac6b31db006265b7cf6fb9d2ef4a8c3 94d200c4713b4a04f051c31e7fb80624805e5748 98a81bf9dfdd3000700ae7ba41e484e2d595e0ee a2e08367067431d0fd85924da956173e7b09aa41 acae708b6012d1a19edaad043546431b5fca0ffe edca36986d18128bfc7e6ff8dd76ad31d720c431 Package: ros-lyrical-theora-image-transport Version: 6.2.6-1resolute.20260915.074331 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-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.20260915.074331_amd64.deb Size: 308928 SHA256: fbd3cccbe5d79b005249735b323fcd2fc45382a60c38364acca9c71704d0c19d SHA1: 4fb14eb49df71518623f1f2781469261a3b1d888 MD5sum: 67d64ac6e4821b22e8267ba2908fbcbb 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.20260915.074331 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kenji Brameld" Installed-Size: 6621 Depends: ros-lyrical-theora-image-transport (= 6.2.6-1resolute.20260915.074331) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-theora-image-transport/ros-lyrical-theora-image-transport-dbgsym_6.2.6-1resolute.20260915.074331_amd64.deb Size: 5578688 SHA256: ac55da2eaeae57b3007c252ada874868944122064117916d4e7bde9bde29c7a1 SHA1: 0698faff2c056c5a4630f6be8ba97d3aeb44c942 MD5sum: bc5047ebecdc642e53c6ea73b1720d33 Description: debug symbols for ros-lyrical-theora-image-transport Build-Ids: 15f09e3ed54af8130db0aedd2a6a2a839fb4ee19 2b5907c6e14e3f85d3f079f2c7384f04e8099c42 3fdaa942e394c7e5984850c2d785f0b1ed3217db 542c33dcca4e0238c214a204bd76447a737fdf63 70a9ed8421bff352297f6c1cb96ef881b2f4b9f0 8a4a8375d6befe8ca08c106514c94a273da338f8 94f54424372a708737e4ca3a153f380a99aa85dc aa8aae5c1513c8a205c12338fbb0cde7b3378630 b0840610cdfce3af0c930bd18cb3afdbbf79ff4d bddec27231f6892faa89b50b6badb94f5c74b624 db28b51c86b20313186c4dcbc134849ea46f3c7f e203c8d9fe55fe9aecdb40b8db555fbbfe4a91bc ef573a786eecf749e5c9f7b1254ba8331fa01354 Package: ros-lyrical-tile-map Version: 4.0.4-1resolute.20260922.043928 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.4-1resolute.20260922.043928_amd64.deb Size: 113652 SHA256: 05a3fa5f36ac95bde7c5d70da07654f7a02418bf0bbf43a68c4c6674a9d40340 SHA1: b007030b31dd264f3efbd3e171adca45a6422ede MD5sum: d32d0e3636a34f8f826c87798bd9508b 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.4-1resolute.20260922.043928 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 3333 Depends: ros-lyrical-tile-map (= 4.0.4-1resolute.20260922.043928) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tile-map/ros-lyrical-tile-map-dbgsym_4.0.4-1resolute.20260922.043928_amd64.deb Size: 3248484 SHA256: af1082701a14bf72fa1719dc3f6362de6a142ad4e508b7b1f4046264958505d4 SHA1: b1d0374b12b02f39052b3839cc5d38a17342cc0a MD5sum: 34f9b51f692e4c30e2f537bf9a179b34 Description: debug symbols for ros-lyrical-tile-map Build-Ids: 123f9b8859653e4602c70a52afe6d77d6bd42e5c a7c64005f262d173d1065fe14a7d5dd83cbde6c0 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.20260915.070715 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.20260915.070715_amd64.deb Size: 117712 SHA256: d345b62c96799bcca303ee8df47246a77c0a15baad817d1b52c1836d8169f20b SHA1: e315fcd2cc34c039465eca3b6d13a842ff1d5d37 MD5sum: 6ad172fec036f7f4de8cb0baf303f82d 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.20260915.070715 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 2332 Depends: ros-lyrical-tlsf-cpp (= 0.20.1-1resolute.20260915.070715) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tlsf-cpp/ros-lyrical-tlsf-cpp-dbgsym_0.20.1-1resolute.20260915.070715_amd64.deb Size: 1913254 SHA256: b767992e3ce60b2ba0682d8b5069837472601c2d038f2ef8ef2fc003d2066826 SHA1: 6e037dee38ed3014888db99e80035f1540343cef MD5sum: c5f4a4d357e7f7b36eace09070edee1a Description: debug symbols for ros-lyrical-tlsf-cpp Build-Ids: debaef14cae513373162eb520a144287b0943d1e Package: ros-lyrical-topic-monitor Version: 0.37.9-1resolute.20260915.065226 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.20260915.065226_amd64.deb Size: 22916 SHA256: de5153d3cc0de821b761f1b83aa1f17fda09c095a4e10249fc62229eae963e5b SHA1: f0afb4b96cc9ba7fbe59b6858a822305779e78b4 MD5sum: 99ddc7b024ed035adbe693d529796ac7 Description: Package containing tools for monitoring ROS 2 topics. Package: ros-lyrical-topic-statistics-demo Version: 0.37.9-1resolute.20260915.064639 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.20260915.064639_amd64.deb Size: 170684 SHA256: 7c6f711c0991b524c79e5f8bb36aa38dd3b02813bd6fe2ae590327f7b9d16202 SHA1: 82044ebba5af1d594494f4341cfd0ed63f2b1c8c MD5sum: b65522ab6ba48fd9e3f6021a74383141 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.20260915.064639 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 4992 Depends: ros-lyrical-topic-statistics-demo (= 0.37.9-1resolute.20260915.064639) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-topic-statistics-demo/ros-lyrical-topic-statistics-demo-dbgsym_0.37.9-1resolute.20260915.064639_amd64.deb Size: 4052754 SHA256: 17e8dd7ecc6c614090dc5b8c8d5135594cd789fd93b3a4eb9914d8d72c613109 SHA1: 9b79f1aa978a5d03c25e80f3f1c9105f46cc17eb MD5sum: fe7f809b8b382c3110010f1a2898ff89 Description: debug symbols for ros-lyrical-topic-statistics-demo Build-Ids: cb04aa46fff7c7183b009dc6c77df65b279f5d61 Package: ros-lyrical-topic-tools Version: 1.5.0-1resolute.20260915.081148 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.20260915.081148_amd64.deb Size: 220688 SHA256: f338e45409f207acd3351bf75c1473076a44ce550a31fabbc996ba727305430a SHA1: 91b3c10a1e9023e86c1f3acf426e9bff0638ee01 MD5sum: 28a389f8a534f1131f4fcfe2e39cf597 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.20260915.081148 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Emerson Knapp" Installed-Size: 8914 Depends: ros-lyrical-topic-tools (= 1.5.0-1resolute.20260915.081148) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-topic-tools/ros-lyrical-topic-tools-dbgsym_1.5.0-1resolute.20260915.081148_amd64.deb Size: 8201238 SHA256: ada621b368fa172f97c2ab97c23d37bc1385b00ae27707c2308aa49b6a301833 SHA1: 4dd885ed670d04d6c63298fccad64b9bdc14f4f4 MD5sum: f55c33cfc29a2f5a2090ec6cf8a74a7e Description: debug symbols for ros-lyrical-topic-tools Build-Ids: 18bd72c750cec008c431de4c99ab4f6f9765b75e 2651742c9b65d615933820ed21a6305cde75e2ec 2b0b2aeb6e50de064b4371057f0a985469869967 3cc5fbcbd40416895b760c67f381a84d7db67423 41b4cfb59a682ec7d22ad82245635bd1a4a335c3 4bfaa08582d9806a006dfc9d7b0d6079f0f43d51 541e1570825e3325abde64a732fe7ab2aed5d82f 6ae6abd69f2c002e347db218b94d99470d3c8580 76912b1afac42f021738210016ba83c24a6eddb2 84bf1e65c43b55fde1af9ac18f42bdc50157bae5 b5fe8f13cf6939c40030b1b5e96cc5ddb4280814 c0ca04eb1d2eac1104e4ceed404047bdf7c8dfee Package: ros-lyrical-topic-tools-interfaces Version: 1.5.0-1resolute.20260915.043046 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-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.20260915.043046_amd64.deb Size: 242156 SHA256: f28defccd20c2b53907f7a929c15f676b44f056d276d60fc4cc2ad016ad8549c SHA1: 45e38661494e5560496047e8aab5bd09008dd382 MD5sum: 9ded9b6bb66dbe38ad0a28774c5e26bf 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.20260915.043046 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Emerson Knapp" Installed-Size: 2962 Depends: ros-lyrical-topic-tools-interfaces (= 1.5.0-1resolute.20260915.043046) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-topic-tools-interfaces/ros-lyrical-topic-tools-interfaces-dbgsym_1.5.0-1resolute.20260915.043046_amd64.deb Size: 2133472 SHA256: f8a04cf48d5bd365c1ccaa287bb2bd09ebb8f02f88f424791866bd449eae49a9 SHA1: ee5c58290d44eb05037fac139457a1fc9a979c5b MD5sum: e4a435805f6cb70f78296a35ed0ea8a4 Description: debug symbols for ros-lyrical-topic-tools-interfaces Build-Ids: 2c8a9962b581afa4e8c3a2e35db568dfa86937e3 44da41ead2adb666f11eff8e08b4a27f5c747bcc 50891e44aa82cb85d1c55587a0c4f629920fc8fd 8fdbe64349004e34680eddf51a4e36b193dac4b3 a08a40cf5c02868ba084b4eb46f50901d21156a9 adf01f873836e60fb7eed76ebe619d6aba8f9181 cb5a808f69ea26712729753b329a047bcc5e3d63 de9f82145d5067f64ad3d74cf4f6e95f0a4a5fe8 deeb749f068ad38b4b96bf507a6a9cd9abdc55cb e155cd521321a41e0393baf8d4513b21cce14935 f43f687baa596718549b4a1684a5a999e2ca55d5 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.20260915.051858 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.20260915.051858_amd64.deb Size: 13658 SHA256: e967e2805508dde95a998f760773bc9e8f519eea87124c867e50b1ef9b646cde SHA1: 1d5c64be20d944cddf01482f04fe1991ed78b2ed MD5sum: be7ba67b4df642111381cfb1681092ff 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.20260918.014348 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.20260918.014348_amd64.deb Size: 5936 SHA256: 6c91cf41adb182698af08c349dc5a0518729d211ced16bb530f398b0d74f3512 SHA1: 4979a127a0e78ec57943c7e2fef34580377383b8 MD5sum: 91db7269b9b9c3c110584a27675eac32 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.20260918.013505 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.20260918.013505_amd64.deb Size: 60908 SHA256: 169b0ce85969f7e960d7314505e8e751b4070414d36f447809828b266276e4d0 SHA1: b1c43c3b761fb885f412106949770cd791bd5915 MD5sum: d7a200ef10d9c75ac4125d365f9c1cc7 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.20260918.013505 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: TRACLabs Robotics Installed-Size: 1759 Depends: ros-lyrical-trac-ik-kinematics-plugin (= 2.2.0-3resolute.20260918.013505) 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.20260918.013505_amd64.deb Size: 1715976 SHA256: e5ce3a1fb0e77bb06fc85c0b48cae5582ee45c76e47f83d67341b6543b78676a SHA1: 19f8d55124da5ea9b469f42a2830752ea51b163b MD5sum: 2a0972e75f587a4fa839b4abf45e9131 Description: debug symbols for ros-lyrical-trac-ik-kinematics-plugin Build-Ids: 18995abf779733dd402affffcd2d5362ba4faa54 Package: ros-lyrical-trac-ik-lib Version: 2.2.0-3resolute.20260915.072304 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.20260915.072304_amd64.deb Size: 98752 SHA256: c7cf8614e996b69b9c9c5d9b27c6b7c896a0e323b939d444e315bdce2d1fe95f SHA1: 971f5d8a2a06a8b50297c7f45a87c9e8bec80f72 MD5sum: 7252051e1d4f1804ad4d62cd935c776f 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.20260915.072304 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: TRACLabs Robotics Installed-Size: 2828 Depends: ros-lyrical-trac-ik-lib (= 2.2.0-3resolute.20260915.072304) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-trac-ik-lib/ros-lyrical-trac-ik-lib-dbgsym_2.2.0-3resolute.20260915.072304_amd64.deb Size: 2806670 SHA256: d2f0bd4fc5281d381770785ff9bbf1f1d2b518107af30fc8bdcd5699c79fbb58 SHA1: 904f2bc6e6ddd548bf5f768476daecfe8c5f60f9 MD5sum: 8a57fccd323e7010687fd23cc6118459 Description: debug symbols for ros-lyrical-trac-ik-lib Build-Ids: 08abc630676dcaf32bbda1ed3971f7bf76f27055 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.20260915.055113 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.20260915.055113_amd64.deb Size: 14496 SHA256: 3177fe43e0123e587d28d9da8e9a4df0272f0d6d451725d2f5f3704cfc8f11f5 SHA1: 7e2e0e76caa5d3f696e739df719bf5359a61708b MD5sum: ad8300f290498ce74acdc0827298f482 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.20260915.055113 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Víctor Mayoral-Vilches Installed-Size: 33 Depends: ros-lyrical-tracetools-acceleration (= 0.4.1-5resolute.20260915.055113) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tracetools-acceleration/ros-lyrical-tracetools-acceleration-dbgsym_0.4.1-5resolute.20260915.055113_amd64.deb Size: 6770 SHA256: 7fc8b5ea425199567fe12b7570b121611b70bed86c9e0e9fb7846ae5884d47e1 SHA1: a09e4918e2c1308669ad86d3806de6a646e0ae9f MD5sum: 3790a773b772dd811a625bcf647f25ef Description: debug symbols for ros-lyrical-tracetools-acceleration Build-Ids: 189af3da186d7dd1d23d91e680b7eac034bf8b86 9539fe171818a1ded504363727927ffbf86884b0 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.20260915.055113 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.20260915.055113_amd64.deb Size: 14668 SHA256: e7c4c7a172f2d0ac915639cdabf1dc685a054e6c4b19e68b8ba1234601ff85ba SHA1: 7619beb229d5631b7c2f52373624e705e496b778 MD5sum: 92b5883d493f37f6863a7e0335f99183 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.20260915.055113 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.20260915.055113) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tracetools-image-pipeline/ros-lyrical-tracetools-image-pipeline-dbgsym_7.1.7-1resolute.20260915.055113_amd64.deb Size: 6830 SHA256: 52ebe078f9fd16596bf70539195502f084ea6e1a97c65fd3117be2294be0516f SHA1: e086e00b90a56be4ad0186b0749f7874d6ac355b MD5sum: 3a9ca9d6e225600d42bcfa1f370771bd Description: debug symbols for ros-lyrical-tracetools-image-pipeline Build-Ids: 76033132b3c35ece179af9444c4d5164e4be1072 8297d1b5d39405f17061a20e418241011e000705 Package: ros-lyrical-tracetools-launch Version: 8.10.2-1resolute.20260915.081224 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.20260915.081224_amd64.deb Size: 24674 SHA256: ae9b2f07e6468c241fb5695612b2c6b19ac7c89d6ef82a665d18bcd9178c8200 SHA1: 7ab4883cd05d72da47d266f2ab5ad431b5d50697 MD5sum: 6f407c4f70e0daac4cd84e2770ace633 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.20260915.081319 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.20260915.081319_amd64.deb Size: 20910 SHA256: 5f7dcc7ca353fa46931c91ead3ac7152af9293d0f0d482d2f92a30609302f88b SHA1: c6c2094b4a1641b2f36d49ed2bc758eb57e3a3a0 MD5sum: aa2ec227918e5f586804f0e51a631e2d 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.20260915.051919 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-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.20260915.051919_amd64.deb Size: 112114 SHA256: cf304955002167213be6783edd018644bc81d1dbe2ca83dd50c9e2c0f0259ed6 SHA1: 1fd30dbe04833193a2a36329556e235df20efda3 MD5sum: a718957faa0fca9412e1db157ff4795f 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.20260915.051919 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 1030 Depends: ros-lyrical-trajectory-msgs (= 5.9.3-1resolute.20260915.051919) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-trajectory-msgs/ros-lyrical-trajectory-msgs-dbgsym_5.9.3-1resolute.20260915.051919_amd64.deb Size: 768466 SHA256: ad2a05bb357304392302adea0a5a43e594b0209dc02b9c3d1094a7cffd0d1b51 SHA1: fd835bbd38ffd6cb508ae430a1d406137f95a5a6 MD5sum: 28f07a509233ea5ac12c274afb3499b9 Description: debug symbols for ros-lyrical-trajectory-msgs Build-Ids: 0d82d561343c64cd2da52eff17affce9151d0836 154627623c8e18543a62b42498e95b89488a1489 1ea944bb57f00525a1586318b81bb0e836978ea7 2d2223eef820b1da76e9a92cc496929f426f5a22 474048569d762b92e45c05bd8bd1625507be18cd 4781722763aa500d8c3f3b20c825d2c911777320 59ece9d866c108a89a47a20c26041e2c46069877 5fc8e03c8db4545dcfe77372fee44750eb34b52f de3d258ed890172a0ba9c5ddd2ee53715cddd915 e1441a58cf3a43446697c900faefcd11785e5055 f5c1f19a956d4a0e08246eb16a0ed096875faae8 Package: ros-lyrical-transmission-interface Version: 6.10.1-1resolute.20260915.110124 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.20260915.110124_amd64.deb Size: 58810 SHA256: 5199452781684a9effa7a8d6dbd2f6b15f30012ae91daebe90f4f6a3cb0496bc SHA1: 901336d181c1d0a1af343ba70802e3fd255d69e0 MD5sum: 91b69aba31b2a3134d90bba79b0a60f8 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.20260915.110124 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 719 Depends: ros-lyrical-transmission-interface (= 6.10.1-1resolute.20260915.110124) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-transmission-interface/ros-lyrical-transmission-interface-dbgsym_6.10.1-1resolute.20260915.110124_amd64.deb Size: 648720 SHA256: 6b9ded072102f07377ff6c39f2557cfe1d8c12c70a0db3abb2024bf798335587 SHA1: 4eec2ae3ee9ab3c9b66bfc540d2d044cd2b114c4 MD5sum: 831f34f52846f4b092d2446dff26845a Description: debug symbols for ros-lyrical-transmission-interface Build-Ids: 291414f59b4b73b89f2a299f9d5c4a6c7b463ad7 Package: ros-lyrical-tricycle-controller Version: 6.9.0-1resolute.20260915.135216 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.20260915.135216_amd64.deb Size: 229246 SHA256: 289df6becd80d21b52c42249bf5cebc531edcb01d74daa66d8c99f4e114d75a1 SHA1: 66d30fcd283b15706752b55186a5ae101b138b07 MD5sum: 7ece71727eafe8318992c7359ece78a4 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.20260915.135216 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 4266 Depends: ros-lyrical-tricycle-controller (= 6.9.0-1resolute.20260915.135216) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tricycle-controller/ros-lyrical-tricycle-controller-dbgsym_6.9.0-1resolute.20260915.135216_amd64.deb Size: 3649218 SHA256: 032fd47176e2587b9e468983a6cc9dc7fff205af380635dbfeb6b20d551eb87e SHA1: 73068f09b78255a5dacf042af989475a50bccfd4 MD5sum: 114cbdc54b69f8e35a94d77ee3ac8e01 Description: debug symbols for ros-lyrical-tricycle-controller Build-Ids: 0582bb465fd144bc8daf32f8f344f1b62e439e1f Package: ros-lyrical-tricycle-steering-controller Version: 6.9.0-1resolute.20260915.151942 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.20260915.151942_amd64.deb Size: 51918 SHA256: f512367caa8d04e3d9fdf8f24c7b620496dcfea1abb435e6132831f0e79c657b SHA1: 3f82f806200116a3cbe5c5d174a40654349cb6dd MD5sum: d0dafb8467510982a0ecbf74e861e196 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.20260915.151942 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 785 Depends: ros-lyrical-tricycle-steering-controller (= 6.9.0-1resolute.20260915.151942) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tricycle-steering-controller/ros-lyrical-tricycle-steering-controller-dbgsym_6.9.0-1resolute.20260915.151942_amd64.deb Size: 736592 SHA256: 0bbd00121fa7643817fce21a39b705f1d438ece527f6c6884c45daa57b9cfaf9 SHA1: c15a1a1fa7a2a98a6534a7daf914d8fe4c31a144 MD5sum: 71c807a2a5a7f4bcc7278ea46e8e909a Description: debug symbols for ros-lyrical-tricycle-steering-controller Build-Ids: c3fe5720a72d2ee426a83a9f74a15d86cd600fdd Package: ros-lyrical-trimble-driver Version: 0.2.0-2resolute.20260915.144939 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.20260915.144939_amd64.deb Size: 402622 SHA256: 9a322a9799698804dbb36053fd3018b2fb606e67c8631e36d59211f88c16fea1 SHA1: d74d08a1fb47d3d968f9e30efb7ff3c25372fba6 MD5sum: f6210efa276e71ef4413b6ad226c4293 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.20260915.144939 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Andre Nguyen" Installed-Size: 10390 Depends: ros-lyrical-trimble-driver (= 0.2.0-2resolute.20260915.144939) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-trimble-driver/ros-lyrical-trimble-driver-dbgsym_0.2.0-2resolute.20260915.144939_amd64.deb Size: 8825582 SHA256: 1d768106c9ba74500d4ab6101a2faeb235f3960e7848cbc26a7cad326647c32b SHA1: 376e99b25b871d9f5c6288b8babedea3d1a9ff8b MD5sum: 1a9c33262588152a94e2c6da7da2e2ed Description: debug symbols for ros-lyrical-trimble-driver Build-Ids: 0ff4ee89fff83eb47ff3b3f4a99510194fa6bc01 41c52232eaa127d70e06b54b5749a0ee3852919e 4476d57e3eae5bad289ff787cd8736a3f56f3ca3 62bec6a2287f9da2c8797699518e78cad24d05c3 887c3784d8da1397ea73aced2054c1ad478883e6 dfdfa7a1765a03f43cbd0154c7b452eb6950bafb f15c33b3555a3b4e9093ea18c71013a6ddbf1f81 Package: ros-lyrical-trimble-gsof-msgs Version: 0.2.0-2resolute.20260915.052042 Architecture: amd64 Maintainer: "Andre Nguyen" Installed-Size: 5939 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.20260915.052042_amd64.deb Size: 372818 SHA256: 20d797344ae1fd201c0ef51d6df2e21cb9a4031d90309dda27b8f0a90fa2fc16 SHA1: 68ba25e55e8ec45f16e510dda9f619c0e10b06c8 MD5sum: d905b4d83275e6724e74acc3d1075c6f 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.20260915.052042 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Andre Nguyen" Installed-Size: 4251 Depends: ros-lyrical-trimble-gsof-msgs (= 0.2.0-2resolute.20260915.052042) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-trimble-gsof-msgs/ros-lyrical-trimble-gsof-msgs-dbgsym_0.2.0-2resolute.20260915.052042_amd64.deb Size: 3163440 SHA256: 5f1f9ce3f2f402149d693a5c85ea894560031123db9fd4d3ed410202b92c88e8 SHA1: 1975f25602e06309670e8bae9f569c6ad6d1900b MD5sum: 29bed21e61c1ecbafa0f957636544814 Description: debug symbols for ros-lyrical-trimble-gsof-msgs Build-Ids: 1ef58229390907dcff7c2bbfaf455f9fe39c8090 3e5e3c38ae04594a0586a02482d32c8211482cca 59b7bd8c2012ab8b4a84e106dd6daedd08425466 60f698b3897a73eda7e7db352b8e7b30c630c951 6f75d03b27b9913b1b05f9027b89cfdd49b553e8 7b42d49eedd23f97aba8f3a5760cd3f68789ee38 7d32c1c780691c9b2a534d1a3f33560e1811f3b7 871d31062b56a6074a5edd75751df723f9e13a1e dbad26317278c90a7103d0f400d928c316b4c7ad dc6f7a586ca6b09f8d57bc28d555664232710c2b fc38f60a953d79747450dee16de70551a24f101a Package: ros-lyrical-trimble-interfaces Version: 0.2.0-2resolute.20260915.045808 Architecture: amd64 Maintainer: "Andre Nguyen" Installed-Size: 1985 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.20260915.045808_amd64.deb Size: 145856 SHA256: 38944f138a67a74fe25a9a1d706e4232a7b083eda7c52c2025644725362eda99 SHA1: 175926d9fdadd2f96e24a4040b6054b8f9fbfc13 MD5sum: 783bf04193d49c292076bdec6537f9f2 Description: Trimble interfaces Package: ros-lyrical-trimble-interfaces-dbgsym Package-Type: ddeb Source: ros-lyrical-trimble-interfaces Version: 0.2.0-2resolute.20260915.045808 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Andre Nguyen" Installed-Size: 1492 Depends: ros-lyrical-trimble-interfaces (= 0.2.0-2resolute.20260915.045808) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-trimble-interfaces/ros-lyrical-trimble-interfaces-dbgsym_0.2.0-2resolute.20260915.045808_amd64.deb Size: 1030036 SHA256: 9b6a0e0f3772485ba36ad14b8db155a7b12b8afe6d2ea676d9210b855dcbbe46 SHA1: 9191187877cc6ba96028aa49cbdafd9db62e230b MD5sum: b6478fdfeda3bd6eea4eebefd050a6ea Description: debug symbols for ros-lyrical-trimble-interfaces Build-Ids: 116bb18bb5714df571af3af9cfc2f8cd415bc159 137717dffff70b4d0411cff547d866afa81a14ef 1f0ced58cbcf6483184891c4210d8696106011b6 29c37f78ea0708e0e91421e3ed525c2aa7b5c343 48a867c5b3b49103edf29c0b789121e8a18a84de 717fb5acb0e5af6405ce87bcdad2b25237e3c8ba 8cf10fb10fd4ac5abc820ee31f9f4c6d4815f410 94fc8d21bb8350ac190074a474d8c16f94c440a1 b7bcf701532ba9e819bee651c2d9b6dbbdc17844 e6f5baceb2461ffb8311130b59d8745c1f4ce5a2 ecee3f7db993849aab796fc02d5d2d113e1e36eb 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.20260915.081413 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.20260915.081413_amd64.deb Size: 100356 SHA256: ca19ed4db3a991e965475f4b5c16d147745dae3773cbc389adcec7944f384784 SHA1: 80bf0e6e785d3ebc9031ecb0a8909b2b242c6ce5 MD5sum: 51b21ad31c435f80787e9bb19bccefca 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.20260915.081413 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daisuke Nishiamtsu Installed-Size: 1800 Depends: ros-lyrical-turbojpeg-compressed-image-transport (= 0.3.0-3resolute.20260915.081413) 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.20260915.081413_amd64.deb Size: 1666780 SHA256: ac38ede520783819ee9644bfaf3ff4a8c087f40a6d5bfbfca4bd535428db378c SHA1: 27ecd61563e0b4ad50c0a053889a600cb30b04db MD5sum: cb942452e22d9659ffa04b2b14578f7b Description: debug symbols for ros-lyrical-turbojpeg-compressed-image-transport Build-Ids: a9b34bf1155f1164c56d0f6bde02bee6467e0d39 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.20260915.144943 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.20260915.144943_amd64.deb Size: 291882 SHA256: e22ad35c2b982b9cb1ab62ee6d7b18b5d4676467f181997857605d1b28b7f6aa SHA1: dc310a11b513096c5311bdd98e554be6666765b0 MD5sum: 946203bea04342027d8e606c97265460 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.20260915.144943 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.20260915.144943) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-turtle-tf2-cpp/ros-lyrical-turtle-tf2-cpp-dbgsym_0.7.0-3resolute.20260915.144943_amd64.deb Size: 7409966 SHA256: ee9e176beb16ad459431c8ad85918eaa6ab89b14a53fa2a97e091673b21224b6 SHA1: da4310777d929744e05333d9ac2626b450380275 MD5sum: 48d76b42d66ec6142c5c883d3807f2d5 Description: debug symbols for ros-lyrical-turtle-tf2-cpp Build-Ids: 78f833f35abea2e019f2bb50cf384bcba2860cfb 8a2ca4c6b6e2a4d2ea92933565c5c27d00e196ee a136af81ab327e890d270fe489028a8e386a4220 be7864033a46c204a702215e08c20f8bd1a8d452 dcc700e766b4fd0acd253b04616e87934ca38717 e0ed60a3f95b6596358bfc7531381abbc5d0ec04 Package: ros-lyrical-turtle-tf2-py Version: 0.7.0-3resolute.20260915.141640 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.20260915.141640_amd64.deb Size: 16794 SHA256: 79b87cb13a9accb67d6c35f54dcbf07741013bcd092ebbcc26fc52f835c70ab9 SHA1: f2f538d245942dbd245bb68d86949e643b17f1d1 MD5sum: 296d7bf0cc5ffbc850dbb3ece8261202 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.20260915.052623 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-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.20260915.052623_amd64.deb Size: 119640 SHA256: 3a6da21292736b0f7ad7a463229c88adfe372a14087af77c8cd4d28c6da68016 SHA1: 84be8d59b72bb1ac2f868d87ec6f3f5d738db296 MD5sum: 93df18eb78ce235c5c29b99437c08df0 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.20260915.052623 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 1053 Depends: ros-lyrical-turtlebot3-applications-msgs (= 1.0.1-3resolute.20260915.052623) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-turtlebot3-applications-msgs/ros-lyrical-turtlebot3-applications-msgs-dbgsym_1.0.1-3resolute.20260915.052623_amd64.deb Size: 717402 SHA256: 7db2a4a6a2a782bbc25bcbd75ba852545c7a6bfc899f94bf07a1368e3961f317 SHA1: 5bb9717ed2286b633d9d9b6125367bd97960386d MD5sum: 2eb19eadaa592e457d262d88b4454361 Description: debug symbols for ros-lyrical-turtlebot3-applications-msgs Build-Ids: 04c36523283679c3db4fa3539d51e5bb2068561e 1fd36ec4e42cea352ee8878065a613c7929d1c3c 4481df8ea160ee0f7826a6774ce9f37363ffa937 65b73962b2bc547153309006c615463528c55aa4 7595a1017eedd4d893941efa147c70ae09f020b2 aa38565c3961ea999ec79e0b39b33dbd28f56562 ab91f3531a0f3579ce95fe06d45761fdd8952cac ad1765eab3b1dd620bc0dcfa50fa1f7d9bd9a92e bd826942b6a54069b77eec8f13d797baaf0546c7 c1ebc90948a60ab128b31daf0c706fa163c08715 d13cb120008e0c94b25d7df8110c050a5af45f85 Package: ros-lyrical-turtlebot3-autorace Version: 1.2.2-3resolute.20260915.081244 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.20260915.081244_amd64.deb Size: 5932 SHA256: 29fbfd758a04b1477822d1317ea613b0b023a662393d53c1b36ee940bbdd554e SHA1: 8c441175093056d7c0f81ebe4ae6ad687f728be4 MD5sum: 451e66b100dfdaf289053ebe1bb3fc66 Description: ROS 2 meta packages for turtlebot3_autorace Package: ros-lyrical-turtlebot3-autorace-camera Version: 1.2.2-3resolute.20260915.074417 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.20260915.074417_amd64.deb Size: 12740 SHA256: a65dfb3a5d82e0f1fb7d9e2b2d7949e5c6b8518c77174b80f0eaa9b51a852be6 SHA1: 8a9acf90e678d21495c03b57789e482dac76bee1 MD5sum: 5d86fc636d43e36351c852e9f194fb8b Description: ROS 2 packages for camera calibration and image processing in TurtleBot AutoRace Package: ros-lyrical-turtlebot3-autorace-detect Version: 1.2.2-3resolute.20260915.065318 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.20260915.065318_amd64.deb Size: 69096 SHA256: e41f89d6b0206c22c2c39d6048d2d3a4681eba9fedd6e32a2cc5607c781bc6bf SHA1: f226e54d0e0f0bcce5fb90431dace74f410d9ac7 MD5sum: 5fb63932a9eb27db86fab300ac01a91b Description: ROS 2 packages for turtlebot3_autorace_detect Package: ros-lyrical-turtlebot3-autorace-mission Version: 1.2.2-3resolute.20260915.065325 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.20260915.065325_amd64.deb Size: 21320 SHA256: d54414f8093a604885c023c8843b6e92b5a68b7d7eb4d07ef31e76f94a3479fa SHA1: 8aad53a76582c6d3e0d8260c105958aae94c82b2 MD5sum: 4f292f36ca4dff4112ba238a2dee4cbd Description: ROS 2 packages for turtlebot3_autorace_mission Package: ros-lyrical-turtlebot3-fake-node Version: 2.3.7-3resolute.20260915.142219 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.20260915.142219_amd64.deb Size: 141942 SHA256: ae1a007d76bf25dff35815d6eae3875fbed4da9f1ba7cfc7533e8450ee96b605 SHA1: 884bdc0fc4e792c94418e40d7e7d498e7fe1120b MD5sum: c7dd8675230a4fbe48ffccb4f7540807 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.20260915.142219 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3082 Depends: ros-lyrical-turtlebot3-fake-node (= 2.3.7-3resolute.20260915.142219) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-turtlebot3-fake-node/ros-lyrical-turtlebot3-fake-node-dbgsym_2.3.7-3resolute.20260915.142219_amd64.deb Size: 2578232 SHA256: dd8c4098cccfd52f8cf2d8c5539dda06422ac126ffcee2122f4aac337915ba24 SHA1: 068d91a2db360b09c6f89e4e216e0f5814dc11cd MD5sum: 7bd5e321c8c6ad4aeb1a22b7dbeca0e8 Description: debug symbols for ros-lyrical-turtlebot3-fake-node Build-Ids: 59aa9bb9f3fb2e7a6ae21e358a8ccb88b418fa0f Package: ros-lyrical-turtlebot3-gazebo Version: 2.3.7-3resolute.20260915.153036 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.20260915.153036_amd64.deb Size: 8593030 SHA256: 929c33e2b61260951a87d67280848e35c2c8cbbdc473df64bf6274ded81bd356 SHA1: 84e770ab9e113057a51857785a566d4b33f02e5b MD5sum: 4811bf3f0ae0a2c404bd51869c16db47 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.20260915.153036 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 4531 Depends: ros-lyrical-turtlebot3-gazebo (= 2.3.7-3resolute.20260915.153036) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-turtlebot3-gazebo/ros-lyrical-turtlebot3-gazebo-dbgsym_2.3.7-3resolute.20260915.153036_amd64.deb Size: 3740078 SHA256: 3013ed1cc5ce6e808b792e6d19d3ece85dd57cd358db5e10c1def6d63ebed64d SHA1: 3c91fd28b9ae86e484afb897603e8b1843898e95 MD5sum: a99625fd23275eab817005b57bebb7af Description: debug symbols for ros-lyrical-turtlebot3-gazebo Build-Ids: 1f330c96d6313d308a33a96a1c64153bd3fa2ed8 244d1028ae4c67c3d714f1446b586784e153f26a fc09eaef8710f64bb7c1f1ee006ca4a248d971b7 fe5119323f7274b6945443ca74b6baa98838ce8b Package: ros-lyrical-turtlebot3-msgs Version: 2.4.0-3resolute.20260915.052105 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-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.20260915.052105_amd64.deb Size: 246528 SHA256: a4318f4dc670c1ed8fcc1f07a8ec30cc27360f2a2e282d4e76cf5c669c02529b SHA1: 42eb6f4154a6d82b4c53d091a070b5fa33c8b1da MD5sum: 60283182566f2454bccd43613ea59abf 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.20260915.052105 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 2354 Depends: ros-lyrical-turtlebot3-msgs (= 2.4.0-3resolute.20260915.052105) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-turtlebot3-msgs/ros-lyrical-turtlebot3-msgs-dbgsym_2.4.0-3resolute.20260915.052105_amd64.deb Size: 1649884 SHA256: c2efb86ef0b6c8dec20e0535323f5e3a97a3d5c0fd31526a50fa0fc19744f18e SHA1: 49e42ed77245c6c3138f64383fc820d767873897 MD5sum: 7e847a037467cc8d94e2e8bbc8e8389b Description: debug symbols for ros-lyrical-turtlebot3-msgs Build-Ids: 04aa37be770af64a0bcf97df3d6ef8822817a617 0bcd72b7a8f0c488a7e5d23e19cb9ed9f5cc7faf 166c8ba0bf15b9881da4f05d2af94479c52c005f 3b76184b5b92db2ffec13fb9ce6660d1d0fe43ad 54d98d2911733bc72d1f8d25ca54300ad82d6249 7c0a93d72c1b4daf612637d31b3c3a08d39f709c 87841198d36facca57c464316919c160e07fb306 b860ef81d6d89238d07ab2bc15cf3faa1d42f2c7 c8dc36775c20610f5c6462fa63725a0720d54104 d87fbba740b1ee7f9ebee901668af7b74e60ad35 d9e1695146239972df09f7d6b5af6eb6607390c7 Package: ros-lyrical-turtlebot3-simulations Version: 2.3.7-3resolute.20260915.154912 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.20260915.154912_amd64.deb Size: 6104 SHA256: 30590d7e2a60f26f1b0bcce399c84b92d65ba66af10592c3110df33eee70ea1a SHA1: 955a02356117c98ea54f7ce1ccf13b41111b20a1 MD5sum: 4bd65802d0982624cbfbd06aa4729207 Description: ROS 2 packages for TurtleBot3 simulations Package: ros-lyrical-turtlesim Version: 1.10.9-1resolute.20260915.064816 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.20260915.064816_amd64.deb Size: 469180 SHA256: ac6a7c25b079e8e187a2f9378916546848c3a6484fe1d6bea3daab58c02a917c SHA1: 9335205fdabc2fc025314ea5edc393ef6c4e1f8b MD5sum: f67c4958d7404bf065917238e8169e0c 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.20260915.064816 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 12751 Depends: ros-lyrical-turtlesim (= 1.10.9-1resolute.20260915.064816) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-turtlesim/ros-lyrical-turtlesim-dbgsym_1.10.9-1resolute.20260915.064816_amd64.deb Size: 10847254 SHA256: 54a5cbf753a66ecb9d6074f0e8508d934e639802f6b3da1bb3474edc84cf9b55 SHA1: 0af7de4df321e1e3b8daeb3bba98f6a884e88b8c MD5sum: 9d06c2e03a28a05341dcb88977576d48 Description: debug symbols for ros-lyrical-turtlesim Build-Ids: 12b883f491de8bc3c82a6f6c7c8dbff8e0b67ec2 8f7324229eaaeb3a2bf1214df00523a882bf29b5 a91671defda5db8a27cafc83752c38ef8bf8b268 fd1780f188c05135a990cd9030d1e906ae98ab46 Package: ros-lyrical-turtlesim-msgs Version: 1.10.9-1resolute.20260915.043057 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-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.20260915.043057_amd64.deb Size: 265908 SHA256: e0b332ba99fbcbadededb797336b51bdc1974794f43bb66511c5cfccc9929821 SHA1: 2b650d809738b7cfde50f0795fc4d17054dedc8e MD5sum: b63feba9ae1e75f3a9db13e593c93e3d Description: turtlesim messages. Package: ros-lyrical-turtlesim-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-turtlesim-msgs Version: 1.10.9-1resolute.20260915.043057 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 2745 Depends: ros-lyrical-turtlesim-msgs (= 1.10.9-1resolute.20260915.043057) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-turtlesim-msgs/ros-lyrical-turtlesim-msgs-dbgsym_1.10.9-1resolute.20260915.043057_amd64.deb Size: 1885436 SHA256: 8eeddb20cd6ccffd29f1ad36e5ad68dfd2e6916f87e4072682a407c139b2418f SHA1: aa3c99966f5632da19333f157dab7602adb415c6 MD5sum: 0c31b174d2151385124f10cb52689e07 Description: debug symbols for ros-lyrical-turtlesim-msgs Build-Ids: 15f0f16810075ae83a194892ee14f4de5cf584d1 194368c3241e43995901de5c96a547dda3da1c2e 2a71ed77f9a9a90df4fd9453fbb4e1ff059fc855 4d4939e93cd65597d6c2b632209429124b43c64a 59598554c997cae25d21a95c46012cf138ab98cd 72fc823d08123b6b6951a403f060c7d1bde323a8 8b8c40b549a7f8f4fca241ce407223e08f6e646d 8eaa7792d2a496d34a94223bc3b3d8dea1b579a8 c4b7d1f2aed277dc91f1cbf8f2cf7b1009e2426e f06cf7e8c34b92e4d9159a29c366785403f9a4d2 f7d978d43d7d298d37d8b16ceab4fff7d706646f Package: ros-lyrical-tuw-airskin-msgs Version: 0.2.6-3resolute.20260915.051241 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), 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.20260915.051241_amd64.deb Size: 108262 SHA256: 660abd26ec28722552db7c14efb20d3785f5139b47d11f51ce31fec26f315cc5 SHA1: c550cbd8cf79575e2b187b5f6e56227e0f14f468 MD5sum: 1019d46187479473740eaacbab7620fe 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.20260915.051241 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1066 Depends: ros-lyrical-tuw-airskin-msgs (= 0.2.6-3resolute.20260915.051241) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tuw-airskin-msgs/ros-lyrical-tuw-airskin-msgs-dbgsym_0.2.6-3resolute.20260915.051241_amd64.deb Size: 826594 SHA256: ca3c318043a356c9f6959ab11b0e6c3fa83abcf225187cb74a83061df5a31ae5 SHA1: 5bf77a3ef3b26183cbf0d363ddf11f874e02b083 MD5sum: 98e59ceed5957561116246652098df20 Description: debug symbols for ros-lyrical-tuw-airskin-msgs Build-Ids: 1d168395f1ca6a02b7f7e6f4897e3b3ac0d440fb 29f48b42b3160a77a42385d38807f637fb212d5e 38daaf711801cd8beee60135d030d4fe60035c09 4519e0e92e408de941891910170e6d65789fe331 62d8233eb0a7e9b92635bd323096a245dedf12d5 6d738038a8b025be14d247ef239b3339b9b8b918 6e8ac7cce7c56640adf58b9215acfc4c4fc12f7c 9b993c0e37cd2c14bb25ab6a7b0af2e2e77878d7 a8a620977f2e11db9efbab725a1e0bdfb9f330d0 db011abfa3393506aa0efe77ee9188be963d5bcd f71617a051170d5bdc7f409a161018f9fd4ff2ee Package: ros-lyrical-tuw-geo-msgs Version: 0.2.6-3resolute.20260915.052615 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-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.20260915.052615_amd64.deb Size: 99514 SHA256: 3a08dcac5993258780f90b9b3655b7d34f5fcb5a72fa62525afe52c1ca543c57 SHA1: 6c3a2180b65330b67055488fc85ed4e091cacca4 MD5sum: 205132c5d712b77fe8a671e3873bd865 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.20260915.052615 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 916 Depends: ros-lyrical-tuw-geo-msgs (= 0.2.6-3resolute.20260915.052615) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tuw-geo-msgs/ros-lyrical-tuw-geo-msgs-dbgsym_0.2.6-3resolute.20260915.052615_amd64.deb Size: 681432 SHA256: 574dc7cb833f3787dfcafdb0d9f1e956faf2b170b067420be167dfc2c785b337 SHA1: f9d943a1aa8d08280d1b33d6d53cc1beb49364e7 MD5sum: f84615775e95c6f9219ab9778892bdaa Description: debug symbols for ros-lyrical-tuw-geo-msgs Build-Ids: 167355ca04c199487d527a20acadf26864362585 2297ee5346dbe1ee7e221507a8e744b30f283aae 38baa78dd74b1afd790c9f1f3621dd950e6dd069 a1329bedc481bac6b2816770eea6b1aab1cf6747 a75913561238ffe8417db7f1979fae5849cc81bd ac54f999a1a6de943eaef045d344c51b43a2d9e2 b4e81863ae04456180482ebf54837f1e3ae33066 ce2da727ae1fb3275132e3968ea2eb8ac0fab2b3 ded7db5f089895d86904687211d0c2c07c7b09d5 e4fc194be4819cf5749973f2fbd5fb5ac26bb6b1 fc8a6cf180febb2b279599305f900a30232d42fb Package: ros-lyrical-tuw-geometry Version: 0.1.4-3resolute.20260915.070437 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.20260915.070437_amd64.deb Size: 65934 SHA256: bae90c8a9ede04fa47f76a19fe10f348f1d83b2d3e84cdfb90353cbd0405b85d SHA1: fc6764bb7d998dc3a16f94342e711f44d3c6693f MD5sum: dfdf082b14901bd15a5fecd51586c461 Description: The tuw_geometry package Package: ros-lyrical-tuw-geometry-dbgsym Package-Type: ddeb Source: ros-lyrical-tuw-geometry Version: 0.1.4-3resolute.20260915.070437 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 897 Depends: ros-lyrical-tuw-geometry (= 0.1.4-3resolute.20260915.070437) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tuw-geometry/ros-lyrical-tuw-geometry-dbgsym_0.1.4-3resolute.20260915.070437_amd64.deb Size: 843122 SHA256: f16fd922d9be308dd68bdfc721ed59679465484737a303bec9e9dfdc3eceb780 SHA1: 02cca0c6d935a37fdfca867355cd75f4bd709d06 MD5sum: f4d8aad1944a8dbef5adc84b6200d151 Description: debug symbols for ros-lyrical-tuw-geometry Build-Ids: 8262dc22c67aec0afa4da6138e2545feff0b9fe4 de50cd613cf9ff44f906ab79c3dd238eb5afccd8 Package: ros-lyrical-tuw-geometry-msgs Version: 0.2.6-3resolute.20260915.052104 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-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.20260915.052104_amd64.deb Size: 86420 SHA256: 7f141f7b6cbb8a3b754f936db8da8d7b09ba976825389afc2af1ee47d9ea5d22 SHA1: c6c8f2b055e7f7760685dbc9750f1f7cdb3683d8 MD5sum: cdbe61b505a1e3b4e118aec5c240ffb7 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.20260915.052104 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: George Todoran Installed-Size: 757 Depends: ros-lyrical-tuw-geometry-msgs (= 0.2.6-3resolute.20260915.052104) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tuw-geometry-msgs/ros-lyrical-tuw-geometry-msgs-dbgsym_0.2.6-3resolute.20260915.052104_amd64.deb Size: 524444 SHA256: 20016e6f7fce971a484e16245b7ca82660dfa676211668d7266dc1fda884f671 SHA1: bdd3f1bb8b46d53e747f7d50de4f6e4004d81fde MD5sum: 803f64d38096fbea070ef99f2560017d Description: debug symbols for ros-lyrical-tuw-geometry-msgs Build-Ids: 1e04dc133e36da15f233686229f023fdff769358 61102d633b90d5c7a5eeee76deda4c2d1ca6d1c6 7442e840bb934d861c82bfae0c06abc445416c8e 7449dc804ee25b7040db9b7304950757a23e3888 93e71f5b9987fa7eea86e1984d9a0e0234033079 a517e143cc1527de73c47e7a8f588e7632838ed0 b0687ffc84fd27758764cad9bb6223863e597795 ca646d3b9d5ec81b2382ee60922d074fdf717bbc d1a7f564beb11c09c1466b5999dc2a74ce31903e dc71c49e2374eb62adbd71af7a68905f89941af4 ecd93b2de4d0c9e83e7677c2b44e9ae1e0adc47d Package: ros-lyrical-tuw-graph-msgs Version: 0.2.6-3resolute.20260915.052112 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-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.20260915.052112_amd64.deb Size: 153270 SHA256: 0719c847d9d5ecbb7f213fb5da579d1c6f53d1ad4c427c25f6332e8da261916b SHA1: 333adc7f76de94b384a7f3b9b71b1dd14bc87fdf MD5sum: 3887f3bfc08664da341690d5a1410eae 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.20260915.052112 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1459 Depends: ros-lyrical-tuw-graph-msgs (= 0.2.6-3resolute.20260915.052112) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tuw-graph-msgs/ros-lyrical-tuw-graph-msgs-dbgsym_0.2.6-3resolute.20260915.052112_amd64.deb Size: 1126808 SHA256: bb1460e7026bfac543ca4c2ed370ec66d9da0552d53ce404dcd84415a8e999cc SHA1: 4beb25f6cdeda6cfd00663608fce5e27bee6973d MD5sum: f0f46848127f54c2dd9a32f6bb180d15 Description: debug symbols for ros-lyrical-tuw-graph-msgs Build-Ids: 05e935ec8289bb9b8793378fe7b1e5e1cf8e75af 074a88299d76b10b21fb83482430f9a89ee79961 1443ee00495f3065f4ada10ed3e548a201a12ccb 18399eedd2f9f955f2e383df917bb933827ab8f6 2f724c38dc46db780f96f4bf2fa7cf5646daddef 5a93af798899f4179b3752bc4cf8761177039df1 8c15085dd3ea2af6aee82dadce78df1e3aa3a5fe a14f9ffd9d17879922e52d20ef88940aaec710b4 c051944819ed24910ec7d6f957f00d77a60b01ec e4c101cf89dda636bff937dcc989968f2af33ff8 e8d3603180c6fd4f2e29801d572e70e3dc2634ce Package: ros-lyrical-tuw-msgs Version: 0.2.6-3resolute.20260915.070505 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.20260915.070505_amd64.deb Size: 14620 SHA256: d88b72b2f8c745cf31bacd63ab058fb4b06a2ed36b896e709199293694d54fc1 SHA1: 540600f1ff0e0cfef2518ea8f8aee562f59b659b MD5sum: 50e89f96c9629bc48c163a1971d2a287 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.20260915.070505 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 52 Depends: ros-lyrical-tuw-msgs (= 0.2.6-3resolute.20260915.070505) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tuw-msgs/ros-lyrical-tuw-msgs-dbgsym_0.2.6-3resolute.20260915.070505_amd64.deb Size: 34162 SHA256: 5ab8a0fe7781088bf62ad9d78c344cbc75610da932c9ca5c36606d1ad589c785 SHA1: 4b4681010cdb7d038d31c6ae06ed4e168c4d8b08 MD5sum: 3bd948200ead1ce0dada303b481025c6 Description: debug symbols for ros-lyrical-tuw-msgs Build-Ids: 54e64d8c257f28f2b502e6b1b14e295616c041df Package: ros-lyrical-tuw-multi-robot-msgs Version: 0.2.6-3resolute.20260915.052117 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-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.20260915.052117_amd64.deb Size: 308722 SHA256: 6aab1b5563caf56d6e5c88f844d58a9d17425c13077d4cf012ffe0053e6f4814 SHA1: 931ea02456abfedd39cdd24cc19f1d04738e300c MD5sum: a2247ea0781b29346cc2568ec8115059 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.20260915.052117 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Benjamin Binder Installed-Size: 3597 Depends: ros-lyrical-tuw-multi-robot-msgs (= 0.2.6-3resolute.20260915.052117) 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.20260915.052117_amd64.deb Size: 2806518 SHA256: e9e413d4a3781b0dff5d88cc6e658f919d556803fe2820a7f1cf46e503ec9f8a SHA1: 01a7e9aa986245c1c6a2080ed25e9bd8f9dbc494 MD5sum: d660778d7cf333b0834287b454195b46 Description: debug symbols for ros-lyrical-tuw-multi-robot-msgs Build-Ids: 18e78df7beeba222878b6f348edee066fbd5f0f5 198a7f88c6eee5ca27589f13b021aea3fce883b9 2211e8115c4aee9f1c2990a9b685f1770c95f262 2b526cfd1684513c10d8df16cfc91b76683f3c3f 2febc23e45bcd7f00a4cbe74cb9d29941a13c56d 478c182f311a92dc946d0245caaa7163dda59ee7 8d5583e89475f9f356e88a0eaffc882368c4942c a1d96923e2301cabab8b9b2d6e932c9041412adc b13bdaf73ea978203b54a063706b6a3232910114 dc6d22b462a621d631f088f99be935bd8a1ab55b dfd55dcf74bc6cd762c23006d5cea24048a265bf Package: ros-lyrical-tuw-nav-msgs Version: 0.2.6-3resolute.20260915.052317 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-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.20260915.052317_amd64.deb Size: 193940 SHA256: 207b637aa8559479a530cb84f20d1e4f806573b6e426aad3c0bcd52451fefb76 SHA1: df65ec4b21da737664064492d762223fae3cf799 MD5sum: 5f47942f36878d4a966a6f5cd1d3f60c 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.20260915.052317 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 2070 Depends: ros-lyrical-tuw-nav-msgs (= 0.2.6-3resolute.20260915.052317) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tuw-nav-msgs/ros-lyrical-tuw-nav-msgs-dbgsym_0.2.6-3resolute.20260915.052317_amd64.deb Size: 1594494 SHA256: ae37546e36e3a0fa98e44b4689dd35c524375b0e496769685be784566ade3526 SHA1: 6aa11a0b9b5b5e29026628872fa1d13af0481d64 MD5sum: 7c8cbc7ea98520ca08c0b1478d6d8ec4 Description: debug symbols for ros-lyrical-tuw-nav-msgs Build-Ids: 008580c3b08b0182fcc4eb5cb50c6a7e563e1d02 1ca867c5bd37a3931dccc4b6afaf68d8458d7cc4 2e93425b514aa8a0d7bf9c19fd9ecf81a6016c4d 38f278cd0704a4a2d0766da47bdca79f662095e9 3a32a915c30241ee78f401342dca34a61faf3a5c 666ce9d1e0b13043d8560cf4ebeef551a08afb62 6c471e4f39d567662db3873a92292c95fbd1ea81 9ba15dc82f4e1566804cbfcf5b42da47c9493a65 9c7dffc8696585a9fc38c0bb4d6e4d0d0df7f87c b89304460feb99221e44c7336d8a2d2509e09e0b f5fbb4156f018af8cf1dc61fc953e85b57628c6a Package: ros-lyrical-tuw-object-map-msgs Version: 0.2.6-3resolute.20260915.052559 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-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.20260915.052559_amd64.deb Size: 176712 SHA256: 4977382f07cb869ce958358adf9943149530fe5b984cd709e062ff3933270bfd SHA1: 43180c421920fa821322d9834f5c8bd6351eb05c MD5sum: 21fb94665ba003f9a218468c02ca7130 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.20260915.052559 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1865 Depends: ros-lyrical-tuw-object-map-msgs (= 0.2.6-3resolute.20260915.052559) 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.20260915.052559_amd64.deb Size: 1451334 SHA256: dfbc0b31379a07c6cb8f402fe105a5e4d4c40e7388da4b60e06ae60cae3323c3 SHA1: 0c3d35a8a0e2d10787690c9211945237ff2c1e79 MD5sum: 6731e71c46f0e69fc965c306c21f6765 Description: debug symbols for ros-lyrical-tuw-object-map-msgs Build-Ids: 19acec2e6afa81f710c12a5ef383fab206b67e7f 21d132277c99929efa5abd228a3f8d7fdac3a38a 74cd38bea594193c123bad21fddd57496a432809 8290fc5cb387b6c80e4e1124dfe911f2ac0633c4 893037507cdd38b7de6edb5d61776a52fd6e1938 a4250e6e111eb2cec7da38eb515f43aa561ad881 a847cf56a010be8d73ac455905d176fa618d32d6 ac09e5ed0a4331704bc8efb9e658b6f41b72d9fd d09bffab7cf1baf4f854007d8c1e89dd318369af e8bac7378ebb73803413722440a32f557ed4658a f0f29f3b2787b382bf7da583ac4b6583af8a6f5d Package: ros-lyrical-tuw-object-msgs Version: 0.2.6-3resolute.20260915.053053 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-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.20260915.053053_amd64.deb Size: 215728 SHA256: 6b8add8179f46a79f756342149cd2b76700dd229980b96c316f001d45430961c SHA1: 541411638745eaa08dae113c99adcdeb9e927a5e MD5sum: fd945660ee18f2ca62d2e125427fe4a2 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.20260915.053053 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 2388 Depends: ros-lyrical-tuw-object-msgs (= 0.2.6-3resolute.20260915.053053) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tuw-object-msgs/ros-lyrical-tuw-object-msgs-dbgsym_0.2.6-3resolute.20260915.053053_amd64.deb Size: 1883866 SHA256: a9d8a83aaa76482aecd136d49fc2ba6f059e9ed89563c9c11f93f3f07ceea2bd SHA1: 638d8c83a430d7f873471aa160e6eb8d8318799c MD5sum: 51f223f0d8d4f1edb4e10314cac62502 Description: debug symbols for ros-lyrical-tuw-object-msgs Build-Ids: 0a6c358f3c715ddcaacfca2d393123c4cdf6b4e8 179e5e55e568618c22ebc3aba848e6ceaa049a41 3b236679421736669ccdc363bbd81854a6da8e72 440fa07df3ea029715e0bd7be25640f1a96e074b 557b2a3592e2948e3575c9987740a6002d619bb6 567d7532dcfa41847ba4c46e82d2c28ba6191a11 8b616cb92839c132cd67cc521011c65c3d5c9bc5 95ab3482d5c2116e28a9b72b2f470fe965add918 a4cfbe7073cd00e0f83eb868480baf4cd6164019 e05f54703d5c5e74b2c512ce0ec988a8c359ddfc e96cb20c5ce6e7fa4a149e4c7e6d64a63222506c Package: ros-lyrical-tuw-std-msgs Version: 0.2.6-3resolute.20260915.051300 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-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.20260915.051300_amd64.deb Size: 112898 SHA256: 78f60d5fa2e7b4afef5fa34efec87a3750865ab74625619a20ddf6b21af95814 SHA1: da499187b1b3f3bcd988570af328a38f777f7b4d MD5sum: 4e34a92c35f71dec3e7eedad6985e24e 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.20260915.051300 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1025 Depends: ros-lyrical-tuw-std-msgs (= 0.2.6-3resolute.20260915.051300) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tuw-std-msgs/ros-lyrical-tuw-std-msgs-dbgsym_0.2.6-3resolute.20260915.051300_amd64.deb Size: 738594 SHA256: 46025cc6d04efe9a597ef475c61236205dea27a84324e4261ac47161ff572794 SHA1: 0277edad29231c5b3fa59e7ac5ab6a1dde76a3ea MD5sum: f1d44ebac424754776d0d71485784203 Description: debug symbols for ros-lyrical-tuw-std-msgs Build-Ids: 033ea922634b773c2cead86da9512b872e29a5da 30bc0b47e32bd262cc10cafa43fbe3fc389a7e51 8e91df6ac07cd269065e4dfad05707f0c9a10afc 94fa2a1805f31fdc6a56070a93d3dc06c94838a0 b2a4534a2991d244ad4bff1750ce0ccfd8a2f182 bd2e4dc15837f0d10be06fdcbdb30872e6fe21d6 bdcedd37ae2b6877275988a0c77a9fa72fc9f13c c8fc2f54942b1a6ecda6aed15e186550594c51cd c9781ca982f10ed8b8908cf36625ac448549b047 cb63a232f2b9f4766631a6ce50527511bbdc55c6 dd61fd34e0bdee8e1d601881b86c0c67e075dbc4 Package: ros-lyrical-twist-mux Version: 4.5.1-3resolute.20260915.065615 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.20260915.065615_amd64.deb Size: 300852 SHA256: 81254714606792ad0ec9a635473d10658037a60779d17c3b7f6224d498f0e562 SHA1: a4063e630c8cd9a94e27697091e8fb136da2934f MD5sum: cc40666894e049d6725c3ed1e1c41d5b 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.20260915.065615 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 9087 Depends: ros-lyrical-twist-mux (= 4.5.1-3resolute.20260915.065615) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-twist-mux/ros-lyrical-twist-mux-dbgsym_4.5.1-3resolute.20260915.065615_amd64.deb Size: 7383276 SHA256: e4d5ff3fa67b1f115c033e4be7faf9660d109d247c12bb63c3e382b61477e28a SHA1: ac9c9a78f63629d3f6d0feb14af44a8dd389f831 MD5sum: 10cc477c11f7117b85641191ffd89756 Description: debug symbols for ros-lyrical-twist-mux Build-Ids: 2e27729a9feef3e3efe9f11a91c0ae318580600b e41ddcad8e02ecaa6c681bdfbd5508044b5e294e Package: ros-lyrical-twist-mux-msgs Version: 3.0.1-4resolute.20260915.043134 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-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.20260915.043134_amd64.deb Size: 186962 SHA256: c8dbed0b3276a5f241d91c76afded1a6e64bf6a8b2327aaca2e8bcb2098a7d85 SHA1: f22aaab16e9917fe924f7663c90e0bb262dc6d27 MD5sum: 1a9361cee15c49dc136196c91157525d 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.20260915.043134 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1586 Depends: ros-lyrical-twist-mux-msgs (= 3.0.1-4resolute.20260915.043134) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-twist-mux-msgs/ros-lyrical-twist-mux-msgs-dbgsym_3.0.1-4resolute.20260915.043134_amd64.deb Size: 933862 SHA256: 636e0949ccded10cfd30240483b6d990012cc9f30efd166623c0e1ba2a7f1978 SHA1: 0b7c321ea0873c8ccb837460cab00fa9645b5dfa MD5sum: 6f426284e18baf132f15d4901dd68204 Description: debug symbols for ros-lyrical-twist-mux-msgs Build-Ids: 01747db712a5cfa5780cf7275f2f06d541dc7ddf 14f870470ceae8de95206c1960f5e3c0f79da22e 1feec81d2cf322e88efdb55e328d54a1384f50f7 36755fc799ee693e9c06194e18360fd721345d1e 4801fc518b87f132f09611960bf1af3442301a44 6e021791bd9f4dd3d2a6549052c7b9f74dd02e5c 739b5e10e6423b1435bb258e7728886ec0699018 9a4ed54339174f34ae9cdc2c661a39021078ea78 c2d5a5cdaaa5488a6a580d8839fe6e75b9a4b2c6 f315c9edb66f3060ecbc59888a10f183ec1b7142 fd5803015c36d08031331f30937244602fb3ad5a Package: ros-lyrical-twist-stamper Version: 0.0.5-3resolute.20260915.065323 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.20260915.065323_amd64.deb Size: 6806 SHA256: b921154d37462a283028f2b28e72faabb3f60537a2344b50ee88958f93d329ca SHA1: 566294d4f007fca95fef3ca36af3453271ff8cde MD5sum: ed5364da487820ccd561386657f27048 Description: ROS2 package for converting between Twist and TwistStamped messages Package: ros-lyrical-type-description-interfaces Version: 2.4.5-1resolute.20260915.033102 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-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.20260915.033102_amd64.deb Size: 178778 SHA256: 96011fae6736fecdc5687cb5de07cb3f289e59e2c339cfc7317351a802fd540c SHA1: 8123c1be0eaa51892b9519302aec5473503a04ed MD5sum: 619ae97945bb50adb46130a8c0cbe109 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.20260915.033102 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "William Woodall" Installed-Size: 1824 Depends: ros-lyrical-type-description-interfaces (= 2.4.5-1resolute.20260915.033102) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-type-description-interfaces/ros-lyrical-type-description-interfaces-dbgsym_2.4.5-1resolute.20260915.033102_amd64.deb Size: 1425520 SHA256: d9ed1be129100211678ef8d1173a1028ad57ec8dcc84b95c25bacd42a2e404b2 SHA1: dd5fa40709b2a43932d23b75f8ee09971ee4d246 MD5sum: 643b2d4312ea84a5389989339f6ffa50 Description: debug symbols for ros-lyrical-type-description-interfaces Build-Ids: 04dfd6a144e0f648bc7205a3484812ea2ec3a066 09e2935302e8bc6df8c2de718c312ddfb360046e 21e4d85b3d5cb29879742f2d470a784b6779b66b 3e4f8846e6b29dea5e270532a61c355019f5cc89 529ec284c188fcea712a30bd41fe4585efb5db9b 588dca5b69fdbe7f0bb8f4fe4520ea45b9d94e5d 95318c79a6a368398a9499c1d74e74192f48dfc7 c0289c0084033efdaed56d1e4611dc12a685b9c4 e27ea484852290aeaf1baaf873cfcaa96ef2b0af f4f3463bc9529c76f5f6a11529c1afed5042d0f1 ff363628e7d9bec9f2c7c8686d7ac45f8ca6eae8 Package: ros-lyrical-ublox Version: 3.0.0-3resolute.20260915.142616 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.20260915.142616_amd64.deb Size: 5684 SHA256: a424ec0565732ddb7b6347fe9669e5fa80dbe3d52382b9b333fb7acff51ec17f SHA1: 7006edb990b2b9910c40cf7232f75def834b62fd MD5sum: 8564ab8f221974ee533c7f1382418f2d 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.20260915.071400 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.20260915.071400_amd64.deb Size: 11690 SHA256: f0444dae60ea96113b0dae8d1eb0b035c743a5e956eee53ab5fe60547a026b6e SHA1: 607fa2a2c46f5f67951d44223702bde8a5dcacca MD5sum: 86497357f1d633deb1a92344e1a191eb 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.20260915.070454 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.20260915.070454_amd64.deb Size: 713972 SHA256: 408b440865fc176600317b2499e94a0dcb8112636b386841d54002cd909c744b SHA1: 2b1ed7e32c4696f0c82daa3c69349165a47c19e8 MD5sum: c330763a43459bb8e7cc0c4db20f6a95 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.20260915.070454 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Nick Hortovanyi" Installed-Size: 20340 Depends: ros-lyrical-ublox-dgnss-node (= 0.7.5-1resolute.20260915.070454) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ublox-dgnss-node/ros-lyrical-ublox-dgnss-node-dbgsym_0.7.5-1resolute.20260915.070454_amd64.deb Size: 16757500 SHA256: 93cadb20f5a28b7c27188c1ee69399e8c564f899d9ace93e7453ab33140e1013 SHA1: 9fee18d9988d2fa57b01d944c1b886afd7ee4d60 MD5sum: c2360cf18a8c1aec1722890d4003c588 Description: debug symbols for ros-lyrical-ublox-dgnss-node Build-Ids: 0332fb845501d03c46a7d6f5455db89c21e3b50b 429c6c763f9586f39d83521b61d219276ce70f10 Package: ros-lyrical-ublox-gps Version: 3.0.0-3resolute.20260915.135503 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.20260915.135503_amd64.deb Size: 843588 SHA256: 271ea8d0362d75d1f0ff796ed098575655354fb0953b660f53ed8b9742e28d91 SHA1: 1acbedb0ac3be1faa2f99ccf55ade5b66dba1389 MD5sum: dd808965a772c30ceee0b539776346e3 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.20260915.135503 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Gareth Cross Installed-Size: 25038 Depends: ros-lyrical-ublox-gps (= 3.0.0-3resolute.20260915.135503) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ublox-gps/ros-lyrical-ublox-gps-dbgsym_3.0.0-3resolute.20260915.135503_amd64.deb Size: 21833264 SHA256: a1ec3a1f363029587baa1d4e2e58ce1ad7fbbb9fb217c8270040a5e476a60e1d SHA1: 06b1f511777dfbbc45827c7033c5690e7a01282e MD5sum: 8eeb2ce7e8bb0561f367268499564d3f Description: debug symbols for ros-lyrical-ublox-gps Build-Ids: 119ce7f1102f33bf2f4d5c30d90cdaa6daec3341 c4a9e0c44908b553931481b1a03ad7195abf84cf dccd98394326f42e0c5022031297e64e7d0ec387 Package: ros-lyrical-ublox-msgs Version: 3.0.0-3resolute.20260915.054959 Architecture: amd64 Maintainer: Veronica Lane Installed-Size: 15009 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), 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.20260915.054959_amd64.deb Size: 958602 SHA256: be04e5ecc5abe44b0b9b3029307438693de1d01fd122ce1c94b2aff9f75068d4 SHA1: 8c0de5a9cfda18029f8438042a534f3a7e3acbcd MD5sum: 5be60c19d47f4bb22ccf9995213c588c 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.20260915.054959 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Veronica Lane Installed-Size: 10906 Depends: ros-lyrical-ublox-msgs (= 3.0.0-3resolute.20260915.054959) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ublox-msgs/ros-lyrical-ublox-msgs-dbgsym_3.0.0-3resolute.20260915.054959_amd64.deb Size: 8524998 SHA256: 06631c6ba4e1a2c280b3fb19e32fa41c48934c127e8062e943c55a3c325b2131 SHA1: 7eb83913e26d7176e2eaf0e21a3ca9795e9653e2 MD5sum: 0fbe13546f9bff8fcf34f88f20d27b18 Description: debug symbols for ros-lyrical-ublox-msgs Build-Ids: 3d08946a22fa2a9fe2643c27236a718154a4abcc 52672a9fec6735869a6639bc987ba3cd0a6adc08 6927307ae6f408d8c8b99b5b122f953b4850d16a 792f7b8f77cc676991f4ea3380c615ad9f3c71a2 827a450c35549ec8281c064d86a245c69d0618a0 925721e92104f30b138055d419dd8a733378731e ab92518f1eef8eb243f6075d993e2926a75bf8d1 af3e1a0f644a53ecc4a1d7aafc0fa767fec1e010 d8b8924beb67cab7d4b8ae1765b8d6502633c782 ebbca5dd8d24d6a1c1a6e826dd66138ca5953457 f1438139a7e983e318fedcff5649d97974641680 fc9b74b816df628d0dd12bee744354907b076d3d Package: ros-lyrical-ublox-nav-sat-fix-hp-node Version: 0.7.5-1resolute.20260915.070454 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.20260915.070454_amd64.deb Size: 171482 SHA256: b76fa8f6683a16481ec4f0719726d49acd0e23dedf3f45e1ab3d4e76c820291c SHA1: 3e8acfac6465a738d23caf11b9c3f6d41d6bc2cd MD5sum: a87e22eb01f0ee0fb6e7ad846061967e 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.20260915.070454 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.20260915.070454) 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.20260915.070454_amd64.deb Size: 3842618 SHA256: d67bf019c1a0529c667c4dd08d6507a291b49fcb872d39b95b1d1b343018b32f SHA1: 25bb94fa46917143fa7e3d861ee47a75fc6ae0d5 MD5sum: d683849ff66bf09eba45f191aa3178b1 Description: debug symbols for ros-lyrical-ublox-nav-sat-fix-hp-node Build-Ids: 950430a169ca486bd9c9582987dbefbcb79a67dd a6c461828b26a86f19ca48708aeef4c33c96981a 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.20260915.050723 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-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.20260915.050723_amd64.deb Size: 131588 SHA256: 9044f881db8126bf4c67c738ebb76bc987e4292d990226951b618546df25268b SHA1: b38149c29e489939121de35d963bd90dfd28df3d MD5sum: c37fb926075a72c90b0b184fe13c9737 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.20260915.050723 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Nick Hortovanyi" Installed-Size: 1350 Depends: ros-lyrical-ublox-ubx-interfaces (= 0.7.5-1resolute.20260915.050723) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ublox-ubx-interfaces/ros-lyrical-ublox-ubx-interfaces-dbgsym_0.7.5-1resolute.20260915.050723_amd64.deb Size: 890648 SHA256: 4fbb8e384071ea18cb5f61770333817e8f62517c68d50b9cf2a98b1a416ebf50 SHA1: 377932afd742857830aec6b8b78abc6aea5b5154 MD5sum: f404389e494e7b6d1ddf3e6e328388e2 Description: debug symbols for ros-lyrical-ublox-ubx-interfaces Build-Ids: 027a90aadcc07cf7024fdff6fffc7d262a89177b 124505cf54cd8879cd9c1af4226221a78b762dd2 13509920ac54c1bf68841767ea231e9193320f15 2e7f533bf3c33c335a170f2fcd6b950080f029fe 337279b0356e1b867d29271e889ef4d1b4ed5861 459723ebe34fec664cc7fa011752eefacc913ba3 4815ee67eaee4cf768f0a77eed4dafad71e0d5fd 6013e663c82e116debbbc7738c1d40ad24f32f5f c2b1a4e22005654f5d9fb140f071923f3a2429e4 c88754b585da0d545b5969ef14e944225226c68a f0023aa24fbb9322c3fe44cb5dc352f8a143fdcc Package: ros-lyrical-ublox-ubx-msgs Version: 0.7.5-1resolute.20260915.051247 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), 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.20260915.051247_amd64.deb Size: 728248 SHA256: 94b0852bcbdcf50e80c3a0da0b832a8b75e7af89afa32a78e6f47cfce15ee593 SHA1: d68bde864edbaab7fd3ace294f9c1c2bca8abc98 MD5sum: f30414373ba5df5ac4ed3cb768878c01 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.20260915.051247 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Nick Hortovanyi" Installed-Size: 8492 Depends: ros-lyrical-ublox-ubx-msgs (= 0.7.5-1resolute.20260915.051247) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ublox-ubx-msgs/ros-lyrical-ublox-ubx-msgs-dbgsym_0.7.5-1resolute.20260915.051247_amd64.deb Size: 6624754 SHA256: 24f7a990eab8284e79d95894a1833cb60015e1b6e1f2a94e497b54d70d968a31 SHA1: 5891bc7df265846d9a89e513a3adb5717dc8b504 MD5sum: 4445bc7c35fb9811db0b43ad5c2a0b68 Description: debug symbols for ros-lyrical-ublox-ubx-msgs Build-Ids: 0f5214b561f7d84dd5bdc9135309e0e5a660b3f9 27e50e1c118aab8086798c10e0b892321cd5852c 3f4823f17d74c93a53091f0fd7598bffa86ae41d 522c93ee463660bf41ce512d45904fb25dda52a6 8d0eb06e4f9e212e9eb3e0d77045f5e8b6d01712 8f95e98fe183c1ce258d4a3b514b5a864c8a6a9f 9f9c3291e56bb960d417568b7abfcd6bf1ff30af abe248986dd4bfd05ed9a6d4c01168b19feb6baf bb0c27704f9b669d9b25b0611dbe64dc2ac0f8f5 bd7980d958703850272ee645b27316a348035dd4 f8a787d8f0a9ac2c0b85b2f55c57f2b8d154b5c2 Package: ros-lyrical-udp-msgs Version: 0.0.5-3resolute.20260915.045758 Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 1427 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), 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.20260915.045758_amd64.deb Size: 144450 SHA256: b761a15038eeffc55e40ce417b5a6fd2078856f1c35dc976f579d221a4b400f2 SHA1: 7a4d42f1019ee9cec33c64989a60adcaab08770c MD5sum: 040d458ce3488e13f48d04a91657aae4 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.20260915.045758 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 1575 Depends: ros-lyrical-udp-msgs (= 0.0.5-3resolute.20260915.045758) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-udp-msgs/ros-lyrical-udp-msgs-dbgsym_0.0.5-3resolute.20260915.045758_amd64.deb Size: 1234638 SHA256: 231c19e71a2fb2cfd7042e14581e27da96968e8f32cd0784746cbdf2304faa09 SHA1: e60b163cbb64f686a428943dba1f4286eef2f451 MD5sum: 438ef33af56b051143e07413935312e3 Description: debug symbols for ros-lyrical-udp-msgs Build-Ids: 1142a01bc63dc6b4c82aa1cfa054c65605364fbb 25fd187d4f87717609a5da568f852aa146c93d2c 3de0d7743ed3a5863668039a809b4fb04bceb1c9 4ce0519fc0302961463eef840cbb3fb825739f0a 4d5d007147b67a079b1ffacd78a43604bdce48d3 b5fd0056984a8b40332fad7c53f57ebac699a812 b941047256c4eda9fd1e1209bd39780635a77a2a c684a938b63cdf27a9eff3a967bfd15cf7fadb3a ccb6c761c71699ad0ab2b6762f35497b6d026387 d60839c9cf36a07e5a7c4b705a3bd279829bef14 d8490370c687f4f3cf467f3ad8783853a3c21f6c Package: ros-lyrical-unbag Version: 1.3.1-1resolute.20260919.194144 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.20260919.194144_amd64.deb Size: 653188 SHA256: 8e13190e37fc30aeb4e46e63c1704715e6aefcf931360ccbda20da44b46ecfc4 SHA1: e0e06039dec2bd20e394bc97ede0725539ba5df3 MD5sum: 83a63d43882696c9c648fb94ca183555 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.20260919.194144 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Lukas Ostendorf" Installed-Size: 1861 Depends: ros-lyrical-unbag (= 1.3.1-1resolute.20260919.194144) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-unbag/ros-lyrical-unbag-dbgsym_1.3.1-1resolute.20260919.194144_amd64.deb Size: 1174802 SHA256: dace5e7dda63675b478d54cacf5dc900a09b11f932ca48ba33fa4cb0733af103 SHA1: 641e0988c13d4bf6ca13c4dc1204fc5048ec6ea1 MD5sum: cb3207a2a735cf03d84e5722622fac27 Description: debug symbols for ros-lyrical-unbag Build-Ids: 72144444fe1b6014d5fa864cabe234b343c03b6a 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.20260915.030702 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-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.20260915.030702_amd64.deb Size: 43578 SHA256: a158137d36473de0dfdb1eef92a2fb36b8d4999f848a2e475733037286c549d4 SHA1: 256bebaa6b28c3052c398222f03220561b5e762c MD5sum: fa3f9ec37f866ce78b2819d1ccdf9c73 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.20260915.030702 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 311 Depends: ros-lyrical-unique-identifier-msgs (= 2.8.1-3resolute.20260915.030702) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-unique-identifier-msgs/ros-lyrical-unique-identifier-msgs-dbgsym_2.8.1-3resolute.20260915.030702_amd64.deb Size: 174474 SHA256: 41483bcaa96ad827c5f4e2fcdf8034abc942c6959083bd8845cdc105f86c6864 SHA1: 19ecfbc37bcd29e975d51469ebf8abbd01dff2a4 MD5sum: a1f7028388b008a0195f4ca9cbc08e43 Description: debug symbols for ros-lyrical-unique-identifier-msgs Build-Ids: 14d43c24fcf2f4a3c324416f91071c3732afaf3a 1e09ca7b9b4c520f2b278509020d76d87f1d862c 27cf4ae655d07fb888579f0698af53f37e2dbf87 46568f20957cda0f47958b330131a98aa5dac004 a0d78c7ead9c5a018ced0f2b76756406c5404487 a8e66a58f6166e0d5425c610fec48123abc7abf1 afc9c8130302ead104a0e3470fb50c396d6e4f40 de90dc1cc7f27290a079b85009daf35bd39931d3 e232cbb210c6dfb23e504c5f38c7fe8359882f0d e64f8d9a0b68638d1651aa00213e348bd17d4416 ee5e5d6397935b6b5a7fdc40af2f51f28fbe3ead Package: ros-lyrical-ur Version: 6.1.0-1resolute.20260918.025615 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.1.0-1resolute.20260918.025615_amd64.deb Size: 6120 SHA256: cdd1a6f89c12a3cf1e1444535e87c60499e1b053aaef7ff73be08772bdf3a4dd SHA1: 603dffab55f1a17ea5cf967dd63e1287ce48a0f2 MD5sum: 0359f947422c82bf44b58f99e2975246 Description: Metapackage for universal robots Package: ros-lyrical-ur-calibration Version: 6.1.0-1resolute.20260915.161927 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.1.0-1resolute.20260915.161927_amd64.deb Size: 63636 SHA256: fce84d976747be17b94b2762359b1e3071a9344ecdf40f245fbd58927afbe415 SHA1: d50babd7eb66618d603ad6a8c4eb124733a5a9ac MD5sum: eb6b61cab20cff5275ef9d3665d31257 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.1.0-1resolute.20260915.161927 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 1698 Depends: ros-lyrical-ur-calibration (= 6.1.0-1resolute.20260915.161927) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ur-calibration/ros-lyrical-ur-calibration-dbgsym_6.1.0-1resolute.20260915.161927_amd64.deb Size: 1651596 SHA256: 717a3cd56557ae168779108405fbde0e483b9d0be327e46d845b974bd7249c27 SHA1: 6e706f8bb00110da2b511fac34347ec74f7ae0b1 MD5sum: 19c4a8cb74cb6e3734129cb01d75ee68 Description: debug symbols for ros-lyrical-ur-calibration Build-Ids: fb6c6bc201028044d7b2582ca153fdc55a25daa3 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.1.0-1resolute.20260915.152413 Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 2351 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.1.0-1resolute.20260915.152413_amd64.deb Size: 494348 SHA256: 63fd530e4b4867c6ab978e07681b6596edc009d673964ba32d9b94afe5042ad4 SHA1: f857aac5793fec6a40b225d73fd79f522c377c04 MD5sum: 64b201950b99813a7dd9844004f99637 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.1.0-1resolute.20260915.152413 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 11785 Depends: ros-lyrical-ur-controllers (= 6.1.0-1resolute.20260915.152413) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ur-controllers/ros-lyrical-ur-controllers-dbgsym_6.1.0-1resolute.20260915.152413_amd64.deb Size: 10281570 SHA256: fddc4a6af3cb864eecd1b8fb66641541c906c574baeab3ecbebf2111aa810e51 SHA1: 4bcd5fa3f1b9f2badc62057fd16b1d55c8f962ca MD5sum: eee13eec5388529f29a967de36286213 Description: debug symbols for ros-lyrical-ur-controllers Build-Ids: b783dd1f32481c412cfd6671c3d5f860d755f10f Package: ros-lyrical-ur-dashboard-msgs Version: 6.1.0-1resolute.20260915.043138 Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 13614 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.1.0-1resolute.20260915.043138_amd64.deb Size: 801672 SHA256: f1fee2b0c5ddbd74acc9fd6d3d9d87bc9c5ba1c5923f641a2e88f0a420be845a SHA1: 01d3acade109123fd333314cb472eedef12d5814 MD5sum: 88f21d9cd6a0d657473ceff41fbc6da6 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.1.0-1resolute.20260915.043138 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 10613 Depends: ros-lyrical-ur-dashboard-msgs (= 6.1.0-1resolute.20260915.043138) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ur-dashboard-msgs/ros-lyrical-ur-dashboard-msgs-dbgsym_6.1.0-1resolute.20260915.043138_amd64.deb Size: 7717950 SHA256: badad72f3b1ca68849bc0bb8cbe6072fcc1f60b789b98ba572e1f7f0d2c8c29c SHA1: fba4d33fbf6137d72288c8e31fe0a881cf6cc2a5 MD5sum: 352a9431fd2073373979363c7fb85de8 Description: debug symbols for ros-lyrical-ur-dashboard-msgs Build-Ids: 21221c8736d9a2b5cf3f8912abffbc33ebfb8547 2aa349cd8caa4e36fcff4c0cf06e9482a3144a3a 2c1420efb424e3c1ba7d10236e7d257444219203 61fee256c1d414a39c059c5ab7d3c7c2e2c6001d 65092f6b4c43439d2dbe8d89dc43cd0401101bbf 76e1986eeb09a9fa50a0a08b5dfc798a933aa096 8221e9bc6cb244771e8410b1fad2a67bcbc8e785 b0521f3ca9a017ed81017a687ad1adecfba4616b bb423513a6c2ed2b524ff6d7ff2328583aade955 c3d51ba8f4cee02183c1a4e2e734e34dc7552c8e f978640a2f924e1c8ec2255164aeb3c938e17c48 Package: ros-lyrical-ur-description Version: 4.3.1-1resolute.20260915.155812 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.20260915.155812_amd64.deb Size: 22003574 SHA256: c92072c0f8bb1ae8afd63cd7b4c88268c980951da37987803356f0e96c514acb SHA1: b0f5b88c30692627a463461b922490dfd31d85ca MD5sum: 6fc6c41f67c19e503239042b22dfe373 Description: URDF description for Universal Robots Package: ros-lyrical-ur-moveit-config Version: 6.1.0-1resolute.20260918.025435 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.1.0-1resolute.20260918.025435_amd64.deb Size: 16520 SHA256: 02310afebe87616b1eae0d9671a8360311f50ccbe4ca13fe4dcb45d19d2e2092 SHA1: 8dc519697d740f9f3bc55662ab231e742a23a297 MD5sum: 80ab8b622454c36a7c1642b1aea0125c Description: An example package with MoveIt2 configurations for UR robots. Package: ros-lyrical-ur-msgs Version: 2.6.0-1resolute.20260915.054531 Architecture: amd64 Maintainer: "G.A. vd. Hoorn" Installed-Size: 9689 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.20260915.054531_amd64.deb Size: 632288 SHA256: af1a08c096f1db6a5b7380c6f783f3e8374059b21a84941333689b563aa31754 SHA1: 2c6f206ddc59495252d73fc53baa6e433b5838d6 MD5sum: ea8879baf2d95b9ddc72b253fa523c57 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.20260915.054531 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "G.A. vd. Hoorn" Installed-Size: 6499 Depends: ros-lyrical-ur-msgs (= 2.6.0-1resolute.20260915.054531) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ur-msgs/ros-lyrical-ur-msgs-dbgsym_2.6.0-1resolute.20260915.054531_amd64.deb Size: 4572346 SHA256: e06ac1ee187938926c7b97221ed36f469a07b6e59c9f3fe3c01ec6f6ebf074ca SHA1: ec88a4e139dd6b131da0b9fdafcf34eb9b7f8704 MD5sum: 5aa26678ed89e72a86d9fd273de1e8ce Description: debug symbols for ros-lyrical-ur-msgs Build-Ids: 0fbf88e7c92686fc68556ad17076c5bf8e65dd2b 3582a03287a0b66fb740f1006a58977e790ab3c2 3692fe1ac86bda669ce21a05a2d56f41dc065bce 44840a7080e64c0c59bf2b986232064fada78056 4545e77d2fc458a5d77f83fc6a09dd0d276dce21 8e46278e570104772dead6a865f1cdd483d0c5ea a15ce3f2749b44e7f9f9dee8f49e5bf81723859e a93c2c2ce50b6bfde2332185ffda862b865f7b04 c1f98b01e75d540b13da1e5d7b1a87d139c9950e c86d305957bd01e1fbd5700db287b7edf9b466f9 fe47de0c451dab2b4378a5d0b66aa4f25a1b1d4c Package: ros-lyrical-ur-robot-driver Version: 6.1.0-1resolute.20260915.160231 Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 5697 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-action, 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.1.0-1resolute.20260915.160231_amd64.deb Size: 1084418 SHA256: c604abfe6e525f68a501c4182fda9c32796a5b74bdc0296443ff4c090cb662dc SHA1: 3887b627df5a311808e363065dd324cd95840c12 MD5sum: e92832ed46663e35645f571e312b4df9 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.1.0-1resolute.20260915.160231 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 26145 Depends: ros-lyrical-ur-robot-driver (= 6.1.0-1resolute.20260915.160231) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ur-robot-driver/ros-lyrical-ur-robot-driver-dbgsym_6.1.0-1resolute.20260915.160231_amd64.deb Size: 22304128 SHA256: 5a2292e55951b50bd3a5ec4252500fa95360cfe3df1a4a797c9824c58932d183 SHA1: 0d194747d635d1668b096ee073cc10ce35129a36 MD5sum: bbad87e0b83cc6f4e48bbd7efaaf994b Description: debug symbols for ros-lyrical-ur-robot-driver Build-Ids: 2a0756cb87afdef330f12cc889f608e1ad6eb19e 462e174b52d1644481ed0860905440a425f72dc5 8b7efb93cb8704de5cc60d80e19933a4fe66b513 98ba9fc81c00175b11a207ce8962d8a226f35f2d a6d0ff130ab0812b02934dee3ed18da11a77dde9 bcced5153e0b14197097f8e92a736810c5fcbbe1 c9ac8e9e05da847a094b1a0e1e9565af4b75d4f2 f42fbfff1c41d043647e1919c0d2e45e4bfcc76a Package: ros-lyrical-ur-simulation-gz Version: 2.5.0-3resolute.20260918.025623 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.20260918.025623_amd64.deb Size: 11688 SHA256: 358a2bbb5a190fb1975c2897ab0108147b2c4863942c9bcd9b298467a13c3ba6 SHA1: 0fda66fb254134d28accfa0cb0a01ff8f2f69a5e MD5sum: 2eea16d34d1c2946c86990555c2c6dce Description: Example and configuration files for Gazebo simulation of UR manipulators. Package: ros-lyrical-urdf Version: 2.13.2-3resolute.20260915.055458 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.20260915.055458_amd64.deb Size: 69176 SHA256: 1f612e63255309edfc1bd9d7952e622f2939c01965f6413786126dee78743d41 SHA1: 0cdf414c15e469a68ddf9431e914ad896bf18464 MD5sum: 61b440b155db929b05ef12d7758058b3 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.20260915.055458 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 816 Depends: ros-lyrical-urdf (= 2.13.2-3resolute.20260915.055458) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-urdf/ros-lyrical-urdf-dbgsym_2.13.2-3resolute.20260915.055458_amd64.deb Size: 732690 SHA256: d402dc232bc261b6a4dd9250c5e9e8ac8bd9c984ec56b71114c727d050ac3f46 SHA1: 8a5caeb8e5f7ee38ee2132bb2e35f89a188c1aa1 MD5sum: cfff6cb41bec11917c31e181a92c9632 Description: debug symbols for ros-lyrical-urdf Build-Ids: 5370f44e08b7dc231aaf53bd5a96b262db1217bf 7eaae572c205a3db8b2b68e28714a9dcda3423ee Package: ros-lyrical-urdf-launch Version: 0.1.2-3resolute.20260915.155813 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.20260915.155813_amd64.deb Size: 6850 SHA256: 2eb1248c2b3e587025e29a1f953a92612d51e12332a671d1f39b1362f323810e SHA1: fc02abac3331e0091fb8d8a1866e1ea1ae8cc6f4 MD5sum: ee4f8f1a9561b0e3a32999693132ebaa Description: Launch files for common URDF operations Package: ros-lyrical-urdf-parser-plugin Version: 2.13.2-3resolute.20260915.055127 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.20260915.055127_amd64.deb Size: 9982 SHA256: 9e64a51fba0b0f5f77e1cd58eda74b11432b0af99053a472c2b4785b943f7255 SHA1: ef62734a721e767ba91eb4a2eecc9c9b2c460c6e MD5sum: 7f0b400b1df9c56e7a95957a6d125dbc Description: This package contains a C++ base class for URDF parsers. Package: ros-lyrical-urdf-test Version: 2.1.3-1resolute.20260915.075653 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.20260915.075653_amd64.deb Size: 9838 SHA256: 923232d2bb96623de01d737b08889870a235929c9cbbb6bf24bf862cf9be53dd SHA1: ee24fbd67d4095ff7e8b98ed76b839f8cbd5940d MD5sum: 0ffa942a91fb855548b07a7ad962c283 Description: The urdf_test package Package: ros-lyrical-urdf-tutorial Version: 1.1.0-4resolute.20260915.160305 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.20260915.160305_amd64.deb Size: 729966 SHA256: 523751a6e8b1eebc5dc918a622585741f8e69d3767e67a72118ef4e393ec2b46 SHA1: ac5e8f57394e5a35e68626faf8184f33aedeaede MD5sum: 7419a33aa809003978be40a37fd51e46 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.20260915.075706 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.20260915.075706_amd64.deb Size: 39548 SHA256: e6acf40e6a69bf438045f0bcc4891d91e3f1e1bd76ffb27c71a500f6ed14f06a SHA1: 540ba12374ccb5a853516922ebdc18b2f0ebcca7 MD5sum: a5ebbbafa73bd67d3cfdd40501099cac 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.20260915.074003 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.20260915.074003_amd64.deb Size: 193892 SHA256: 4581f546f1fd46067485ac0747d5bb2917995cd8ab9a61f6332fdb83b6a538ae SHA1: 91fa4091e5108601258a678611efd2cf51fa6cbf MD5sum: 08210070f04b496bfec285cbb4767649 Description: urg_node Package: ros-lyrical-urg-node-dbgsym Package-Type: ddeb Source: ros-lyrical-urg-node Version: 1.2.0-3resolute.20260915.074003 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 2597 Depends: ros-lyrical-urg-node (= 1.2.0-3resolute.20260915.074003) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-urg-node/ros-lyrical-urg-node-dbgsym_1.2.0-3resolute.20260915.074003_amd64.deb Size: 2371130 SHA256: 8409f45f9bfbd5b8d25f8b9577def07cd7b0c229edf614da42dd5bf5a24e692c SHA1: 73bc9bba5b878fe39d330891bec49314361554a0 MD5sum: ce4688927e323c8c0bfbc00d34aa2332 Description: debug symbols for ros-lyrical-urg-node Build-Ids: 1b6a453031cbe757e589f4d294cd00d146525be1 4914487e4a6c3bbc4f5a01de69bdf1c0e4a9ad85 eca49cb5d89f3e32312d9922f664da0000116b68 Package: ros-lyrical-urg-node-msgs Version: 1.0.1-10resolute.20260915.051252 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-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.20260915.051252_amd64.deb Size: 46420 SHA256: 2a0fcac57dcf791d8f310cad687785581bffe176bbdc240d6b398c654c07857a SHA1: 2500ef42cb1a96abd7507ae359b51c58e94cc97a MD5sum: 73ccc8aef2ddd7810bc6ca7a357e84bb 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.20260915.051252 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 321 Depends: ros-lyrical-urg-node-msgs (= 1.0.1-10resolute.20260915.051252) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-urg-node-msgs/ros-lyrical-urg-node-msgs-dbgsym_1.0.1-10resolute.20260915.051252_amd64.deb Size: 186028 SHA256: e181090caff5d8e1ee3beb2448c79bba8b443cb2f081504c2339257ed3e6936d SHA1: 72bbf7a07f8e3e160bb1dec0399f34a8f77dd2f5 MD5sum: 8cee1cef3b5a06f9343ad0977137480c Description: debug symbols for ros-lyrical-urg-node-msgs Build-Ids: 1d7876302332fda7cfcb8de878383cf63831072c 243e655c3a0c571e8001b6b8ac42d9e592aee6e0 2495e0dc0331ccdbcb077c686f78a2cf66026640 27e563fc267679023b482ce322304b7e99a98aef 6f2e7f36db7bb8108948baa52d61c0282d376c71 7823b5d7589242582a013dfef3a49dd9550b3139 95d6223ef1e6d73f00cb396b0a080811f9ed5c42 bb8efdf8e11cb16665b217ccd326f90d050e3873 c8a1b8b450286f18e8c701129b700e91d48b26d4 d968eff566615861781815e648d6da6a581b5323 efba55686467d71dbb86add56337b71dae4c72f5 Package: ros-lyrical-v4l2-camera Version: 0.8.1-1resolute.20260915.074610 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.20260915.074610_amd64.deb Size: 203366 SHA256: 0d0e39fe766ffd7fb12db65c2c22a347c1db76377318499b90bdaeb8bbc38234 SHA1: 77f652f2d9b47907bbdd45d8bd41c8cddf7304be MD5sum: 8cdf359704a0437d0b232397ca3a123e 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.20260915.074610 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sander G. van Dijk" Installed-Size: 4255 Depends: ros-lyrical-v4l2-camera (= 0.8.1-1resolute.20260915.074610) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-v4l2-camera/ros-lyrical-v4l2-camera-dbgsym_0.8.1-1resolute.20260915.074610_amd64.deb Size: 3764162 SHA256: 5a8de8124ea8f51ca10251c356eab715104d7776a09b0a9349890404a9a7d6d3 SHA1: 263158a35e52ffb2eb671f152df1d0da68b0f32f MD5sum: 4d282a35291ac0f4d61445d783766041 Description: debug symbols for ros-lyrical-v4l2-camera Build-Ids: 1fd1d78e2d468aecd4681b1ef2941ea984d62b7d 55280d6ac8cda6718c9661684252adf73919ed25 de369ba3abd7879e6f7ea20d445e487c02818a78 Package: ros-lyrical-velodyne-driver Version: 2.5.1-3resolute.20260915.141703 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.20260915.141703_amd64.deb Size: 164526 SHA256: f3db77d35666f856bb46d7e0d64c8e7d8b8b26f212d99d451a8012de1a225ef4 SHA1: 2e090f7b0c884642fd063ff81edac1b320f7fc7a MD5sum: 7b6017daba74e8e1681132be36ce96db 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.20260915.141703 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 3495 Depends: ros-lyrical-velodyne-driver (= 2.5.1-3resolute.20260915.141703) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-velodyne-driver/ros-lyrical-velodyne-driver-dbgsym_2.5.1-3resolute.20260915.141703_amd64.deb Size: 3006376 SHA256: d1b98142d0815331188289622cdb957a137c55f72a5299e91acb3cd314a1da0f SHA1: d1eb117f2304c0462384a68de265cd7aead5e1bd MD5sum: 777513327f486f716dba3b8dfe064597 Description: debug symbols for ros-lyrical-velodyne-driver Build-Ids: 11c01a61a2ab01729577d22647ccefbc64bd6962 81a46061e3f12ff8ac2e337a4545d9a9f85e3feb 8efa8811fc5b98e2217f1aeba28a33faab79864d Package: ros-lyrical-velodyne-laserscan Version: 2.5.1-3resolute.20260915.073502 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.20260915.073502_amd64.deb Size: 137526 SHA256: 3d4d3c5dc949c9df5737833556e398566d683518d248903e46df3288e209a818 SHA1: 72411e7aeae363949c72f42475c49b60ca4017c5 MD5sum: c1a8767c8885f8ebcf94e0a77479d07a 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.20260915.073502 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 2997 Depends: ros-lyrical-velodyne-laserscan (= 2.5.1-3resolute.20260915.073502) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-velodyne-laserscan/ros-lyrical-velodyne-laserscan-dbgsym_2.5.1-3resolute.20260915.073502_amd64.deb Size: 2554882 SHA256: 7c0f0b0e0b03bc2026135af77796055800f7ee431d91058ac3d71ca4202ae4b9 SHA1: e3eeb7f74c4da3aecb106b8aeea346f1f5a8c2f8 MD5sum: 5771a2cbb3d1c3cc0b93726657274c2d Description: debug symbols for ros-lyrical-velodyne-laserscan Build-Ids: 1bc0e18e54e0aeb46042c01879486c98de84a105 b6f26987498c96d6bd9218b35771e4fb19223e55 Package: ros-lyrical-velodyne-msgs Version: 2.5.1-3resolute.20260915.051329 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-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.20260915.051329_amd64.deb Size: 61982 SHA256: 673a16bdf5ce62617cefbc7dfec40de24148443a3aac70c519dc7017a4f12e2b SHA1: 86f58f6ae97480b424263c958c8cfc0e9f2081a1 MD5sum: bcdfa6e22009cac8a4bdeb9b44f47e1f 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.20260915.051329 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 483 Depends: ros-lyrical-velodyne-msgs (= 2.5.1-3resolute.20260915.051329) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-velodyne-msgs/ros-lyrical-velodyne-msgs-dbgsym_2.5.1-3resolute.20260915.051329_amd64.deb Size: 312864 SHA256: 9c1ca6e8c2dbcb3bb5a7c181c8cf244f9037e8a8d004ae1f6864622b831d0621 SHA1: cf976dfbf2d937b7d928469ce0b91f0e4d770508 MD5sum: 2175f42f0facf495f9aa6b682820e710 Description: debug symbols for ros-lyrical-velodyne-msgs Build-Ids: 09d7ac4e1701c3261a7b6da916bc877161440d5f 0ed60c30673342886f9801fca16ba26b0c068761 214361036a1f8a881988a413e8752515b0a7dca6 29fd4504d011c089f4f941021c9cf1063ecee367 47b6eb32faf22848c996044b60248f0207a9ba5e 651ef7cede081dddd85ad46695c4e51e9872d770 7d03b56d16202ae39d00b2ad0f78e4428d32b886 8733514e44f2a41885a6d3a561b9792594d4e179 aa60e1bc3c4170f9e4289bfe63e10be6c17dc622 cb13a8d1bbb9152be430a0e352f0bd0b089ae50d ed8f12c34e8d0110f6bce54bb250dde44a33c218 Package: ros-lyrical-video-to-image-msg-publisher Version: 0.9.5-2resolute.20260915.074730 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.20260915.074730_amd64.deb Size: 88278 SHA256: 3ad94d15e20e0b8b9d2a96a398dbe9d0015358977d53e25faa58929bcde8af51 SHA1: bee0137a919134ccfd338301b12e80b32467c2b3 MD5sum: 1dc202977a4ab3efb98cdb34810f2730 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.20260915.074730 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.20260915.074730) 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.20260915.074730_amd64.deb Size: 1609750 SHA256: c804c26b93c96b7b8ebc7f2d53f1bcd463649c041b1ab0ce0ded93d976dac404 SHA1: 565f5e44fb2c67b66f07e8fa1de642f30f041a37 MD5sum: 7d5ec345e3c8a740081923f63358ad29 Description: debug symbols for ros-lyrical-video-to-image-msg-publisher Build-Ids: 8a86ed9864756313382c4121587ac7ef99b92a5b Package: ros-lyrical-vision-msgs Version: 4.2.0-3resolute.20260915.050641 Architecture: amd64 Maintainer: Adam Allevato Installed-Size: 2704 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.20260915.050641_amd64.deb Size: 204508 SHA256: 4379da59936133857b6ca247dae97be1f39f7ec5f22bc0878f2295a0571d516b SHA1: f8ba7bd1ac67d22e3c4bac34850ea0f4b32a8bc0 MD5sum: a2708b110cbc4e42afdcb1f2dbbcc86a 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.20260915.050641 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adam Allevato Installed-Size: 2452 Depends: ros-lyrical-vision-msgs (= 4.2.0-3resolute.20260915.050641) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-vision-msgs/ros-lyrical-vision-msgs-dbgsym_4.2.0-3resolute.20260915.050641_amd64.deb Size: 1900800 SHA256: 5d905b343dd89aa64263392e2920bfc65164b2e8d24d505e398c606aef1d29c9 SHA1: 745bc99e35523a1dbdeab3babba0a511e750331c MD5sum: abeffee4e97aca60b5c96ccdbe83aaea Description: debug symbols for ros-lyrical-vision-msgs Build-Ids: 0c78472ded478e1e19047675d82fc01965adf196 1cc54f0af8387297b5f2fe623667f97b4d12f78e 4a43265fab47c6491b0f5bfee24c96b0d6f6b6c3 6aa2188c63b53b00d244d3ff37e499a2e2fbcce9 875fb5f8c655634c90bf54d9a16ef31e88243da6 90914638d57f1c9384358afe059df0c2844a0248 9c16ba24b0375f7ef7b8e092d0b8cf2d8f3aff01 a4bb4ac75bfa8d9f3d228a46fa5d4cf9c79f9880 c5580a340ea1b07034b77ed7b41e7bf75a614f22 cfab9cec83fd5b639db79fb36b2f1c2516e89dae dcb24f9f2084ccb0a945d23e6b0be545b38f3c49 Package: ros-lyrical-vision-opencv Version: 4.1.0-3resolute.20260915.074847 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.20260915.074847_amd64.deb Size: 5758 SHA256: e2ccc4610e8ac7149d74fde6b819688e5b8b319331f62b186a7cc3efa75fb76d SHA1: 8e7e9ed2ce9fb94a4c3c76b8719a67b6706737ce MD5sum: b5391b92b9fc53c8df69f47bb1b36138 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.20260915.052651 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), 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.20260915.052651_amd64.deb Size: 306836 SHA256: 273e04b53d719de7acd14254e6f8dbe889c7e9a94ea90b5e133665baf39a8aeb SHA1: ceb7c1bc96cae526777647e410818cf4035aa2d0 MD5sum: 88d6d009da22e1978755231fecd4a0bc 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.20260915.052651 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 3743 Depends: ros-lyrical-visualization-msgs (= 5.9.3-1resolute.20260915.052651) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-visualization-msgs/ros-lyrical-visualization-msgs-dbgsym_5.9.3-1resolute.20260915.052651_amd64.deb Size: 3096408 SHA256: b46138757133961a189220925bddf7d220e495219b586f61e3478ed293cf7188 SHA1: d8953153a1d82b881092f4cc7c58747e15dce191 MD5sum: 3360d2959847c710b5092a98610da056 Description: debug symbols for ros-lyrical-visualization-msgs Build-Ids: 0a062ae38e392b5bc3d7811d453151eaba1a0566 31ac0cb418a1a48992ad3f6d25da5ca0b9e8b43b 55726fd366cb8a2d463dd9e608b92cd906989abf 7a72a0f67d2c890fba34ac52568d55a02ef85657 7b1f19b1d16745ae11ff00e7ec5eab680a3d2918 8dbdb30cc9c0f1724dc8fe6166c563828a6e4437 934ccf51dd73d4ea688ab4456f934ec1f8a741c2 de3a7b9fccc91c794fa33815417ebdf9c5b976af e1c0e3968611805133f74e01719a2500c6e7998f e86f0bcdfedb17a6d1b8b41210e080184fdefd2b f332a87e57eb669116085b958031caf990da19ac Package: ros-lyrical-vitis-common Version: 0.4.2-5resolute.20260915.055335 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.20260915.055335_amd64.deb Size: 5908 SHA256: bdfdcfce1e578cc98a10333ec0834953804ffef25ece63b0dc1fc7067ec4cfdf SHA1: 4bf72746eae5ffde2d2504730a53ab038e2792b9 MD5sum: 249d465ba999cd09d0d6d83a64f5a52a Description: Common code for working with Vitis™ Unified Software Platform in ROS. Package: ros-lyrical-warehouse-ros Version: 2.0.9-1resolute.20260915.145351 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.20260915.145351_amd64.deb Size: 84994 SHA256: af91aaa917f68e200698306aff5edb3928017d5642fd4b9b3f4a745267390f7a SHA1: cd1f43fe78344ba761d4345ac89c4c5ef8d1062a MD5sum: fe94920e3cba6738d84b2c8766e0e830 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.20260915.145351 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "MoveIt Release Team" Installed-Size: 1500 Depends: ros-lyrical-warehouse-ros (= 2.0.9-1resolute.20260915.145351) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-warehouse-ros/ros-lyrical-warehouse-ros-dbgsym_2.0.9-1resolute.20260915.145351_amd64.deb Size: 1398566 SHA256: 74c77cd008344c014efebe7d10c861df28ae7eab38100c29a6d583ad92872561 SHA1: 4e0975d893a4b2f65df7c9e757ba3f84af941e07 MD5sum: 5c463097836e72257816aa2405737252 Description: debug symbols for ros-lyrical-warehouse-ros Build-Ids: 350c59531d22d9e310938da147a364e9b57c5bce 9a1889331945d71c4bbfc3e3278f9605dc18b71e Package: ros-lyrical-warehouse-ros-sqlite Version: 1.0.9-1resolute.20260915.152522 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.20260915.152522_amd64.deb Size: 68034 SHA256: 4481ef1bf478febf5da739492a7d7d8c4c0b94e10ab3245897125a77df36c1fc SHA1: 45d965db06ce78f55d491eccde572fdd1a720afd MD5sum: 9001a3ba1fb182174c80ac1640a7cfaf 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.20260915.152522 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "MoveIt Release Team" Installed-Size: 1282 Depends: ros-lyrical-warehouse-ros-sqlite (= 1.0.9-1resolute.20260915.152522) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-warehouse-ros-sqlite/ros-lyrical-warehouse-ros-sqlite-dbgsym_1.0.9-1resolute.20260915.152522_amd64.deb Size: 1200590 SHA256: 701420a6cb1d26ea5cb071f9749cbdc3516a8c6d556a055a691de6a22e6b2dad SHA1: b79d205418adc2d5076bdec55f8ee1cf4ff8b4e1 MD5sum: 0c2ca2161f944fc4256bb6c26406e992 Description: debug symbols for ros-lyrical-warehouse-ros-sqlite Build-Ids: 97a9f45c8ee38a8279ad0e0b71acc342379f1c8d Package: ros-lyrical-web-video-server Version: 3.1.1-1resolute.20260915.074612 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.20260915.074612_amd64.deb Size: 299516 SHA256: 92191466f81143c2225b1e795d2c934b48c76d8e9f9676f098d3ec3cf1f8450e SHA1: f79fcb9097ca2890eba42357d8b25204974e84d1 MD5sum: 4b5d816403941e413a83385d58c444da 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.20260915.074612 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.20260915.074612) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-web-video-server/ros-lyrical-web-video-server-dbgsym_3.1.1-1resolute.20260915.074612_amd64.deb Size: 6619392 SHA256: 8b34cc43371a549a6cec9ac75073808166cfd0816db1d15f0628eb1d2cd03bc7 SHA1: 341870dc671a0e020d70081801d1e4a19e3d61b5 MD5sum: a2c441d5424fbd2b01afc3719212ffd0 Description: debug symbols for ros-lyrical-web-video-server Build-Ids: 28fc53659d7dee37a9191827fcbc31b61d9c3752 6ac8df7c11ef791fe67a329519e2d699bcd5c832 f48867d8625f2a8a459abfdc14cd02caf0e1fdcc Package: ros-lyrical-webots-ros2-importer Version: 2025.0.1-3resolute.20260915.032358 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.20260915.032358_amd64.deb Size: 64078 SHA256: f1215a4fff38d7c7779956662d315a7ec4be9533a95bb8e334269d7a13b4b273 SHA1: dcaf291340ccdb8c53b6c79fadf3abf1ca4168c6 MD5sum: 5162425cb8f9d2d47c3e957d98a220be 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.20260915.052348 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-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.20260915.052348_amd64.deb Size: 256906 SHA256: fa478a87d760091b4c0ab64d6edb0e712ed3b4449040edcd3c9d68a4c24a5e75 SHA1: dc11af6860a3b261db2454f098f57054ef4338c5 MD5sum: 102d50ce00d624ed33f39f4df3bc1c2c 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.20260915.052348 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Cyberbotics Installed-Size: 2894 Depends: ros-lyrical-webots-ros2-msgs (= 2025.0.1-3resolute.20260915.052348) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-webots-ros2-msgs/ros-lyrical-webots-ros2-msgs-dbgsym_2025.0.1-3resolute.20260915.052348_amd64.deb Size: 2142336 SHA256: ad69a2ec98d0485fb765276ea95a2795bb2c95be5ad70c3d3051344b7def2a09 SHA1: 7922684c6f55dc0162ca652d6d5745182da9b5d4 MD5sum: 27d304c33d5b3601b9dfb5fe99e52d53 Description: debug symbols for ros-lyrical-webots-ros2-msgs Build-Ids: 0a23fb3671210cea73b10d57dc57af1bf7b12f48 1dfc67035d5a90dd3d2b07b8d05cbefbb9ed20c7 1fcc5dacc5b0d1905d03635321b20d5c1ba94a1e 1fdf55ed39f029623d4d7a5048e0196910b4b8a3 6c54cdee949c83b69063c484c5f12bae0722c398 7f8a228baf5386c068cd2cfb64df7547477dcb48 869d326ef3e0df9d3fe97ee3a6c78ffd15f58b62 91309dce3e217ce8b3c7ae9decc5466093a0813a 93d21c894193837bf66f7c21328061867c1ebe3f a64f130fd4eead791907285bf330dbc208913966 e2bc7ffa25ae8083e8394d0d7b56a5f9687f5944 Package: ros-lyrical-wiimote Version: 3.3.0-4resolute.20260915.070444 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.20260915.070444_amd64.deb Size: 330840 SHA256: 2eb8ecc559f4030e5b3dd5c76ee78f013df8e8ba566b8428a66c87f9df8b2314 SHA1: 848527c1e6f448ee712b55c633cb267c74fd7f67 MD5sum: bf27f98f03a302efdc0d7f50e6d2740d 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.20260915.070444 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 8542 Depends: ros-lyrical-wiimote (= 3.3.0-4resolute.20260915.070444) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-wiimote/ros-lyrical-wiimote-dbgsym_3.3.0-4resolute.20260915.070444_amd64.deb Size: 6994450 SHA256: 775a67cf8d35ffe44ab95a32c64e7b01dfb41de33cfec610d3dfb606833c1b72 SHA1: dc3ba700b953198f4a2b3eb8eafdc2edd4085202 MD5sum: 455e4227c24ff555a2b0342812cb3c5e Description: debug symbols for ros-lyrical-wiimote Build-Ids: 9521c2a4a078a29fa10f6c555b8084bfa3d2c0d5 a0b1a7e5b72c158de0ac3d3e80dc9e68ed925686 ab2815a6b3107f41290ebc5a2eac15103cdf2ab0 fde22f37b575d4ef8b942a5c95910cd21b58cfbf Package: ros-lyrical-wiimote-msgs Version: 3.3.0-4resolute.20260915.052132 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-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.20260915.052132_amd64.deb Size: 99840 SHA256: 8f0384cb0c1e39a488f48e7bc81978ea992f18fba74247e5ab3729ac76f5cad0 SHA1: 37190661f65865589bacc6b71ab775eeeaafa0a0 MD5sum: fd72693fcf554233a748512d890b99de 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.20260915.052132 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 714 Depends: ros-lyrical-wiimote-msgs (= 3.3.0-4resolute.20260915.052132) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-wiimote-msgs/ros-lyrical-wiimote-msgs-dbgsym_3.3.0-4resolute.20260915.052132_amd64.deb Size: 503206 SHA256: b045e64ec17bc9371594043aa9b791c1a123b49a77b3e8d36485644d976b49b6 SHA1: 58de18ba59c4de2335e80c8d5e7bea86c2235b58 MD5sum: d773cdc83cf7f3c1187513448845fb80 Description: debug symbols for ros-lyrical-wiimote-msgs Build-Ids: 2ed59109072d49a6892b6a9d25f9a7bf49382fd3 346e7c56e97c4f1bf4be09306d4285391fe511e3 3e2ea1c7312eae4facc148a8a4576f19e7ffc640 433779cb9124a9038135213867bfe1bf5bf5e603 6f4ff560b09226d458f114a925e0c51233aaca65 7ab9b62103ac17efac842bda02636f6d7b3f7087 7b3dd4a33e3923d62e77f0297fb40fa2db57a64c 81e889afa0764924d95d459e779ed80291800a16 ca7d3c796bd400aba56563d45aa71ef40d48d5dd d09c89cf26a24c98bcb63c77bc4778570a31fd0d d215cb53b91d40b0de28a05a84b85a2a5bae0f5a Package: ros-lyrical-wireless-msgs Version: 3.0.1-1resolute.20260915.051340 Architecture: amd64 Maintainer: "Roni Kreinin" Installed-Size: 1000 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.20260915.051340_amd64.deb Size: 102118 SHA256: c237af2260e06a7c623a14b83fbaea9b22c5714c05291a5311ba6611a1f2e401 SHA1: f7ec23b7ec481629b5259c06dc4e871363b49eb5 MD5sum: 3c1bbdb85bbe5089f977fd7e6045763f 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.20260915.051340 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Roni Kreinin" Installed-Size: 893 Depends: ros-lyrical-wireless-msgs (= 3.0.1-1resolute.20260915.051340) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-wireless-msgs/ros-lyrical-wireless-msgs-dbgsym_3.0.1-1resolute.20260915.051340_amd64.deb Size: 669006 SHA256: fd904f23bd283206016cb42585ae5f34d29a329f5293fe932b065dc1dbcffee0 SHA1: 7c03047180a02752b9e69762bea0b7cb74857a8d MD5sum: f1af5b90440d2e2dd314f3b0bf17411b Description: debug symbols for ros-lyrical-wireless-msgs Build-Ids: 0697ca5afd0074883fd99a8d18e0f41afcf9691b 59d52ae2927404db09f83fcde9b53347ee9a60f3 5e98a5123deaeb1f5d030bad418a08745bc26bef 660089188b5c6534fef5236cc0d2c47eedb22d13 6cc57de75d606993de9300833c09db9bbd694669 96ea2bb718e89c190722f7d0966c50190ab22527 a59586c7330603aa03489f9c1b712c573dd40412 c089015ffc3eadc252135a7d61c81261ec8c9ceb c1bb28001db31b6a3967540affc57c27bd1e4a38 dfe0b3e7e4d97bbdee0fc110daf188818dbe56b0 f77cc3826dafdaa5758539259819a34c10bb6871 Package: ros-lyrical-wireless-watcher Version: 3.0.1-1resolute.20260915.071016 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.20260915.071016_amd64.deb Size: 120996 SHA256: 2b300c36ee54ab967a732afae49f1ec61609cfb7a6b187e4761b0a8a6843d149 SHA1: 462a4a229e288d8d22e1641118910dc8aa6f5f6b MD5sum: 4cf9a94627976d16d2d0eb2412a970f2 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.20260915.071016 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Roni Kreinin" Installed-Size: 1852 Depends: ros-lyrical-wireless-watcher (= 3.0.1-1resolute.20260915.071016) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-wireless-watcher/ros-lyrical-wireless-watcher-dbgsym_3.0.1-1resolute.20260915.071016_amd64.deb Size: 1678590 SHA256: f88e91e1c3628feb56b8eb3e93f62d37c40684651db8b0ffb20ef93e21d50ca9 SHA1: 0155cc2287884340e69476cf7fd90457c5d926a6 MD5sum: 4caac0a99b0168ce3ea7fb4c519b5d6f Description: debug symbols for ros-lyrical-wireless-watcher Build-Ids: 9bd918220c44b235cbc6030c4dad84334eed5226 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.2-1resolute.20260921.083332 Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 3018 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.2-1resolute.20260921.083332_amd64.deb Size: 694348 SHA256: 1e4e43c8d74264f3138496374254d6e9b6a0c351c29bebb354b162ad777c893c SHA1: b1131ef16f99c7e48b0c7bc8192b557ed3563f64 MD5sum: 3a26c960881e81693e139fa16b3ec328 Description: YASMIN (Yet Another State MachINe) main package Package: ros-lyrical-yasmin-cli Version: 6.1.2-1resolute.20260921.090427 Architecture: amd64 Maintainer: "Maik Knof" Installed-Size: 206 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.2-1resolute.20260921.090427_amd64.deb Size: 50436 SHA256: e3c3b619bd5bc68f167b7419481bb238076a040b11c4fdf0fe00ebf0881c9508 SHA1: 66e7cad665d8b39a29777cb4719e194ac760b541 MD5sum: ec156b44089dd381ad51dfad7726a51f Description: CLI tools for inspecting YASMIN states and metadata. Package: ros-lyrical-yasmin-dbgsym Package-Type: ddeb Source: ros-lyrical-yasmin Version: 6.1.2-1resolute.20260921.083332 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 16223 Depends: ros-lyrical-yasmin (= 6.1.2-1resolute.20260921.083332) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-yasmin/ros-lyrical-yasmin-dbgsym_6.1.2-1resolute.20260921.083332_amd64.deb Size: 14984196 SHA256: 25b77065b31944a4bbd910ca83a34c9bdbc119ec384baa0a15742cfd463ec329 SHA1: 301576ed5a20ee1704253968837cafe9aad04dd9 MD5sum: b94e587f965d0d8395382607a5fa7022 Description: debug symbols for ros-lyrical-yasmin Build-Ids: 15407bac2aeb9f98cedbb47e3ad5cc2ce054d71d 1c56461c244c27cfae4c35a720f3d78aff1dda4d 25fe66cb00c828b263805afedf237ad4bc3d1ede 32e3eafb7d5446320c6f16ef0f20863caf973569 38c7c6b277bb02b58adac3e77faf14fc74edd787 39113a78c9bf95c6e424489237433fd50b68bef8 94fc47482f1843c6bb5d1fcc8c8a397b5c1fa0c0 99202f1c3cc51bc1ae92c57e35550723b0764775 b8a909b244ebf2616e62f17861261049e9fa5b39 fb1c4e31af43babb9fa2befffa38117c5ce8ff5d Package: ros-lyrical-yasmin-demos Version: 6.1.2-1resolute.20260921.085746 Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 2154 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.2-1resolute.20260921.085746_amd64.deb Size: 426212 SHA256: 371514578c2b822556a52da6f08e031191921c252f1cbd52d77d693216e6492d SHA1: 6868eea864828699e6fe96f6fcddb063eb20a629 MD5sum: 51b9f1cb252c82fbd7990c1e49526cb4 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.2-1resolute.20260921.085746 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 14919 Depends: ros-lyrical-yasmin-demos (= 6.1.2-1resolute.20260921.085746) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-yasmin-demos/ros-lyrical-yasmin-demos-dbgsym_6.1.2-1resolute.20260921.085746_amd64.deb Size: 13660898 SHA256: a6ca1266f1a98929197d831f03d84898dc7ed115bc84aea00e4d942396720521 SHA1: ae187cc338e3f6c1864d7c79b696f160aa35e33b MD5sum: 3a710d7cc9b500a67ff93a7044a5588c Description: debug symbols for ros-lyrical-yasmin-demos Build-Ids: 3214926e42f6ab339749de0e67ad4e77bc3a0235 43511936e5598248daf09fcc4dd153ce9662f054 4600a5de26979981931520bcd6966938f24ba80f 4937290dee8d11a6e796bc347d25fc161be04707 536e0cbb1adfbe9169d3588cafa1d79759f8d923 6e44086c91f27767b02f4bf4540d92333c13e5aa 72b00eea5663b6c9d204fd62d65be517ec5cb95e 7e761086103f1c0fdbdeb3124bac0cb0823c85dd 7ed10e14f385e642ff8604519f94c5e2ec46e8b4 9d0ec9793b8e3883dad8190643a4fc3e997c8ebb b48925e8af176ad6496b652fa6f4f76a8b276abc bce485832b2bd3dbbb686213bf85fb1c1d4ca7c4 cc44f9b9e5a030d5962ee8c23c75e998de06f117 d840e874f32b5a7e01c2f45ef78787bf1d4accef da478c04044e491bc6d4dc5ae598cdb10f1131a0 dba4fd038fc1b82c3a03aad05a72227da07848bc dcd44360be3217efadc61e417e7b322ee3d22fa3 ea58f7b25f1e924738144c1db3fdd2340b25de36 Package: ros-lyrical-yasmin-editor Version: 6.1.2-1resolute.20260921.090139 Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 874 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.2-1resolute.20260921.090139_amd64.deb Size: 124664 SHA256: 450994a0b6349e98c7e3320e9f16cb3e887835b62aef2c08073cc8814b5a7b51 SHA1: 034bd3c62006eb91469af7199cb2099b6f59a061 MD5sum: 6abfff26cd825f86ecb973c47fc3174e Description: Editor for YASMIN (Yet Another State MachINe) Package: ros-lyrical-yasmin-factory Version: 6.1.2-1resolute.20260921.085229 Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 1276 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.2-1resolute.20260921.085229_amd64.deb Size: 348846 SHA256: cc90b0217b985e9a9d881bc3f91f08417b4de5471618a71aa78dcd28324711ff SHA1: 5556af170852112c99647a0e36c26670fc9b0323 MD5sum: e32c8e71ebfefb903774b61ac9fc4ef9 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.2-1resolute.20260921.085229 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 6510 Depends: ros-lyrical-yasmin-factory (= 6.1.2-1resolute.20260921.085229) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-yasmin-factory/ros-lyrical-yasmin-factory-dbgsym_6.1.2-1resolute.20260921.085229_amd64.deb Size: 6039426 SHA256: c30a728cf02d2e8884e73ca296c624d3d89ca33df5e03287a650db6e61547798 SHA1: b58a070d84c188181951dc7496f243966f7b544a MD5sum: b7c9cd59370655e5fc1d7d2ef7faa91f Description: debug symbols for ros-lyrical-yasmin-factory Build-Ids: 2784357e9982377f04006ce02fc932a6c9464a4f 54bec29d374a0a2dfbdda9d7e0ba135d62d99e2f ba6582b9dfaae007aabda9cdacaf98bda37abbbe e97cac9056e743be803191203c02ec4b57e48998 Package: ros-lyrical-yasmin-msgs Version: 6.1.2-1resolute.20260921.083319 Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 2132 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-rosidl-default-runtime, 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.2-1resolute.20260921.083319_amd64.deb Size: 178666 SHA256: 4eb5dbb05c157cba68f8fad9b2873b056dfb5989a809b3c5063317e7e269f6eb SHA1: 725d9f9d78e959406df26caa2cc234701765e3ff MD5sum: 0cdcfb62226f8c836fd2971efbb787b8 Description: Msgs of (Yet Another State MachINe) Package: ros-lyrical-yasmin-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-yasmin-msgs Version: 6.1.2-1resolute.20260921.083319 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 1595 Depends: ros-lyrical-yasmin-msgs (= 6.1.2-1resolute.20260921.083319) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-yasmin-msgs/ros-lyrical-yasmin-msgs-dbgsym_6.1.2-1resolute.20260921.083319_amd64.deb Size: 1119632 SHA256: 97ff2f6482b21178422b32484fe30a1c896b4e4702d5c1052ea60aeacfd2ac15 SHA1: 8a3c4f33acee4b1d6b9567cedf4e2a3b4864e938 MD5sum: ad565e3e10415f2d5e96934b7d7a4027 Description: debug symbols for ros-lyrical-yasmin-msgs Build-Ids: 04e64e9b0a48f71f08fd254d33782387dbac2552 06b577e71d9bcc4e3fd0a07331d2d633b779e90c 2161a0c4cd43aa8416dc3b55fdd3d4cfc6bde6ba 566f5bc8e43f78d2cde86a4a2786816f70fa8019 6210f08651788b4bda9d5ec6a1243478e5e6ce6c 7ddf5af2cd6ff8dbc726041bd0ad86b312b1d758 aa7317cff16a2ed7f3fc5ad2ea8d7ee68c94ad85 b2f3987fd32356a089f2f4daab68480ac2931759 c1ff0a0582f941563b28852b36f487d41db7d25a f8b13307c3585b66b361891f3b02cee2ce84012e fda38b0d6cfab11cc5d5466279a23d8ea270b712 Package: ros-lyrical-yasmin-pcl Version: 6.1.2-1resolute.20260921.083957 Architecture: amd64 Maintainer: "Maik Knof" Installed-Size: 430 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 (>= 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.2-1resolute.20260921.083957_amd64.deb Size: 105492 SHA256: 65281692782fe1c1d895d3fbf5ab8671c6b98ab2dddb3ce7e2724228ca713a45 SHA1: 2a40a03f102d037533254706511d5ab47f0ebcba MD5sum: eedc448cad705730ca0f99d5bae3c518 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.2-1resolute.20260921.083957 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Maik Knof" Installed-Size: 4591 Depends: ros-lyrical-yasmin-pcl (= 6.1.2-1resolute.20260921.083957) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-yasmin-pcl/ros-lyrical-yasmin-pcl-dbgsym_6.1.2-1resolute.20260921.083957_amd64.deb Size: 4414904 SHA256: 06e34e2119866bb927a15c42db8e8ba486912fc6b3d395100abbb31717f12f76 SHA1: b906045ba8127665176cfa8c8a9d002248242b79 MD5sum: 10456cff2703defbd3b292cff64f2c94 Description: debug symbols for ros-lyrical-yasmin-pcl Build-Ids: 90b44d8ee75cff7871b97e7fb82968fb3dd1ff94 Package: ros-lyrical-yasmin-plugins-manager Version: 6.1.2-1resolute.20260921.085744 Architecture: amd64 Maintainer: "Maik Knof" Installed-Size: 156 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.2-1resolute.20260921.085744_amd64.deb Size: 44100 SHA256: a5778b04741959dc6531ca161002f265072b0069f878762be418af91984085b4 SHA1: f4c8f75597c8b15e614e02a6debecc5ee971839a MD5sum: f949d4c941654da9c5d12898ea39b750 Description: Plugin discovery and caching for YASMIN states. Package: ros-lyrical-yasmin-ros Version: 6.1.2-1resolute.20260921.084107 Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 1067 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.2-1resolute.20260921.084107_amd64.deb Size: 233138 SHA256: 8c39dcec253678fb214ff86183ea9de8ccad83ec26e88c9a27f3e7728827cb4d SHA1: 89dba86b4b7a7a3df513c4192986a72afb50ecb5 MD5sum: 0a44dfa1db7d3cbf27374640fb1bdb44 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.2-1resolute.20260921.084107 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 4978 Depends: ros-lyrical-yasmin-ros (= 6.1.2-1resolute.20260921.084107) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-yasmin-ros/ros-lyrical-yasmin-ros-dbgsym_6.1.2-1resolute.20260921.084107_amd64.deb Size: 4402198 SHA256: 00b5bbad9442586ec734bf9092f0a15d96464cb404da14905e6747f3c2f28880 SHA1: 7a8187c3e8fb13344c2d060c9c2d2996e1cc824e MD5sum: 706fe830ecec0d76be448093618eef68 Description: debug symbols for ros-lyrical-yasmin-ros Build-Ids: 5beef8118b8d0bba48bde390dede2c537cd45b70 e51ac1563f994c2478a20be7cc8aa5b3feb6dd35 e99065807240f4d0d976119d9de5b2959b1d5038 ec37feea5ad11958a41e20dddb3a39d795655cbc Package: ros-lyrical-yasmin-viewer Version: 6.1.2-1resolute.20260921.084712 Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 3992 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.2-1resolute.20260921.084712_amd64.deb Size: 969356 SHA256: 22095a9cf52d192a36ab8cbc2b24fc8dc8e7c61f6012739f3b7b57f0522ce5de SHA1: 5ad60069316b870a68dd9682b10a51d579162dcf MD5sum: 1640025a9e745fb64770193a3095e8a9 Description: YASMIN viewer for FSM Package: ros-lyrical-yasmin-viewer-dbgsym Package-Type: ddeb Source: ros-lyrical-yasmin-viewer Version: 6.1.2-1resolute.20260921.084712 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 4941 Depends: ros-lyrical-yasmin-viewer (= 6.1.2-1resolute.20260921.084712) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-yasmin-viewer/ros-lyrical-yasmin-viewer-dbgsym_6.1.2-1resolute.20260921.084712_amd64.deb Size: 4308212 SHA256: 5054f1c37464e95ccdcfae55d5cc2d3e1a002e440a6f1ffdef4caca1cae6c4e9 SHA1: 503610481a46576f6e11ad2ab8807096589ee857 MD5sum: 2f5741efc38fd63dfbb2542fe2d16ec5 Description: debug symbols for ros-lyrical-yasmin-viewer Build-Ids: 662937619c97f78c7611372b822d8b0b6796836f 7d7a6120cbb1ef4adc3b9a2715d98c9c03a84cc1 Package: ros-lyrical-zbar-ros-interfaces Version: 0.7.0-3resolute.20260915.051343 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-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.20260915.051343_amd64.deb Size: 51286 SHA256: e4f0683310123e8a883de99700e3a48931d354043a892cf0413aad7aa2531cdd SHA1: 6d74f6ce2de5d8355338f7b1d542fae9afb62e26 MD5sum: 726533e18017fda906715f5e05466305 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.20260915.051343 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 379 Depends: ros-lyrical-zbar-ros-interfaces (= 0.7.0-3resolute.20260915.051343) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-zbar-ros-interfaces/ros-lyrical-zbar-ros-interfaces-dbgsym_0.7.0-3resolute.20260915.051343_amd64.deb Size: 233128 SHA256: 3324ddf5755859d8f52b21804e2be6f40bfc87382693bae5343540164e492ada SHA1: ca1f1e2b3e6172cf8ba5f836615c35e28de38939 MD5sum: 671acf47fa95bd157328a7a783b3f33a Description: debug symbols for ros-lyrical-zbar-ros-interfaces Build-Ids: 053c7764cecb46d1c8efcaa4812aa3329f6db6d5 2d69a08fe08e9af506fd841320a65dfaabc86068 3294855a677149870c59dc15ab821d3e1759193c 508cb783f29c8a87a9681da6f3ffdcc458c06076 5642c76773883a182a8a4c8d43f61d4a3dff7e05 5d88d3ca56c3e0dfb19490f7de9b9d3b64c0cabe 5ed7266b4c9947594320ef35b959b88cb43c5982 63effb1172a33d9900a5f0b373b58c78f073b508 705849d2ba1f4d66b6ca961ef9b03dd8284656b7 a0b83c94eca1333356a3947ac9238ca3f1e78408 aaee78e6bb374bfdd2a0af74703f7e39ba502ce2 Package: ros-lyrical-zed-description Version: 0.1.5-1resolute.20260915.155956 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.20260915.155956_amd64.deb Size: 2018050 SHA256: be17584100cdeb475b93e69e94b76381082f6efa96a6dd3b89b9ceec42df0e4d SHA1: eb6f65a6cf1c5dd3d31b05abc1b411280b7e8410 MD5sum: 4646ee750fa8d8b29821f8baf75b7677 Description: Contains URDF and meshes to create models of Stereolabs ZED Cameras. Package: ros-lyrical-zed-msgs Version: 5.3.0-1resolute.20260915.052222 Architecture: amd64 Maintainer: "STEREOLABS" Installed-Size: 5087 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.20260915.052222_amd64.deb Size: 360948 SHA256: dc1675b31822ba11867e230034c41f884fd52f18c06fcae132a80c5cf7129b60 SHA1: b48201f203be1293da6d51c15af2ac8cf2eae471 MD5sum: 989ce8d35c2209d4c77581bf04984d6f 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.20260915.052222 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "STEREOLABS" Installed-Size: 4143 Depends: ros-lyrical-zed-msgs (= 5.3.0-1resolute.20260915.052222) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-zed-msgs/ros-lyrical-zed-msgs-dbgsym_5.3.0-1resolute.20260915.052222_amd64.deb Size: 3142764 SHA256: 5aef5d899450e8fbebe6a9ec469aa2048c3aa5e4589fcda48ffaee0e78d71a08 SHA1: 787441fa58a251142c7c92312ae334ef85a96a47 MD5sum: 1ef8fdfd002596bcfdc5a8ebe47bad74 Description: debug symbols for ros-lyrical-zed-msgs Build-Ids: 1dd870a65d7d8c3934d9b3496acc77aa8b40d355 263ddb14794798a32ce30ac2e956366939aea23d 2a9235f9f463ab76e89ac975c98584871b932ace 333fa4d9235afcaa9889071bf72d117702d32458 975042ae13d34150a00a3d8a739e4b09fe13b41a b8285add88b4cca51dd73a38e1a41813ccf052ea bdef236b6331fa38de78797af4933f55014aa4c8 c41c34bf6fc362217434312a56713dd28d61aa57 c58daf30e5cd30c542b1330e411fbefec80169c7 cfb95bf4ccb29fa762c21aadd6f822d70c8579c7 d4d224b59931c57a3cf49c496a1de679ce2e8b66 Package: ros-lyrical-zenoh-cpp-vendor Version: 0.10.6-1resolute.20260914.173008 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.6-1resolute.20260914.173008_amd64.deb Size: 10130998 SHA256: f648e07117b25e28697c28fb8bca898df543e425e5cc0de55ea7824124a6d19c SHA1: c84d69deafdb797e9ceeeef5a9c6eb0dd027feb8 MD5sum: c09c95dc8d5f0a6ee9da19ef62733fcf 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.6-1resolute.20260914.173008 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 3557 Depends: ros-lyrical-zenoh-cpp-vendor (= 0.10.6-1resolute.20260914.173008) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-zenoh-cpp-vendor/ros-lyrical-zenoh-cpp-vendor-dbgsym_0.10.6-1resolute.20260914.173008_amd64.deb Size: 318368 SHA256: 2aad6474c56b275df4e94dc21ef3490b66a5983e15d47327c400f6f1b998fda3 SHA1: 898d217434abab5935708587133ba82290e69a21 MD5sum: 42fe830e8fbfcec77301c0f5deaef046 Description: debug symbols for ros-lyrical-zenoh-cpp-vendor Build-Ids: 1fd8e8eb6ca683d819c47458804a3fdeab07b554 Package: ros-lyrical-zenoh-security-tools Version: 0.10.6-1resolute.20260914.175246 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.6-1resolute.20260914.175246_amd64.deb Size: 85430 SHA256: a3e361377eae0b9ff1824e27dd97a682633ddc32752e44b57b48dde79c26ec5b SHA1: fe7144cec3f1d40ede0fca89fbb9703add991a41 MD5sum: 3f92ea422bf1e527725a7f9bb229382b 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.6-1resolute.20260914.175246 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernanadez" Installed-Size: 1118 Depends: ros-lyrical-zenoh-security-tools (= 0.10.6-1resolute.20260914.175246) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-zenoh-security-tools/ros-lyrical-zenoh-security-tools-dbgsym_0.10.6-1resolute.20260914.175246_amd64.deb Size: 1028366 SHA256: 01ae5f5d9f8954672150149f7b66cecf79235e921881fd54c60300bea05e485a SHA1: b27cb2c32fe9de2572b00b2336a76a5777255b39 MD5sum: c9b89f641e87993a858987e351259999 Description: debug symbols for ros-lyrical-zenoh-security-tools Build-Ids: 27e3b07451b2ab2ba6973b0756cdb5d8a8f6b5d0 Package: ros-lyrical-zlib-point-cloud-transport Version: 6.2.0-1resolute.20260915.074003 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.20260915.074003_amd64.deb Size: 140950 SHA256: 534ca920d2fd295da9ed4307dcb284d2c7f2cfbaed39902b3ad5b5626415aa32 SHA1: 954c0c3ff2850880de90d1fb3ce8f19e238c58a0 MD5sum: b491be84123fba1637061be016a01a4e 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.20260915.074003 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.20260915.074003) 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.20260915.074003_amd64.deb Size: 3150960 SHA256: 3feba076f5bdcd1eb9ddc170f1bfbed3b7602dfaf681aab47f8b0039070d365b SHA1: 2c159a35cf5f60d2dca6c816885ee180c1b5d460 MD5sum: 5264687231709dc5b9f2c8d00a954b3e Description: debug symbols for ros-lyrical-zlib-point-cloud-transport Build-Ids: 1409ec7f12b5c73bfc563633938747ffc260d747 Package: ros-lyrical-zstd-cmake-module Version: 0.33.4-1resolute.20260919.185809 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.4-1resolute.20260919.185809_amd64.deb Size: 6842 SHA256: b406f6ce054a455757d15a442edd4002efbe9a9407d83a82ec72a1e283649dc1 SHA1: 536777b2fe59bafdd28626f7995ffad15be00a56 MD5sum: dbd31273fddbd55865a6aeb06748bfe1 Description: ZSTD compression cmake module package Package: ros-lyrical-zstd-image-transport Version: 6.2.6-1resolute.20260915.081707 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.20260915.081707_amd64.deb Size: 137246 SHA256: 50f2853e87aabcc5b63ab3fe985e4a5ac98b52b2467bc48d8a8c387b7453fee2 SHA1: b3a51b15b90a75794e172c183180a40fb863a9c1 MD5sum: 22156b43be8977c3b83ceee74377216f 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.20260915.081707 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 2964 Depends: ros-lyrical-zstd-image-transport (= 6.2.6-1resolute.20260915.081707) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-zstd-image-transport/ros-lyrical-zstd-image-transport-dbgsym_6.2.6-1resolute.20260915.081707_amd64.deb Size: 2526050 SHA256: f043e170eda70724d640e516d397219ad3d845bb80bba099a186fbded402cd4a SHA1: 593941581fce44a2b0c00efb2e5407d1e16d0abb MD5sum: 10acc1acf543e3f897e166603ca32919 Description: debug symbols for ros-lyrical-zstd-image-transport Build-Ids: d7d7832d9899e2c8f8df5ac27b370436dadbae21 Package: ros-lyrical-zstd-point-cloud-transport Version: 6.2.0-1resolute.20260919.190109 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.20260919.190109_amd64.deb Size: 140410 SHA256: 44cd6cc4b76132fa1af68e14b2baaa386c11769fdfdf54aede78f69e11e37114 SHA1: 335351b1b777918eb9da70eb9fdb9ce1de1a41d5 MD5sum: 73806f926a6fb30745b02053ba77915b 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.20260919.190109 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.20260919.190109) 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.20260919.190109_amd64.deb Size: 2553220 SHA256: a98c865afdf1a320ce99959b9c5368a4d811fe485ebbc7af20f190fa67d33814 SHA1: ace1be7f372b6a081edd71c3cd8919606eb8a775 MD5sum: 1e53c40e2c84b5caccf99e62a16fbd9d Description: debug symbols for ros-lyrical-zstd-point-cloud-transport Build-Ids: d97dff98b15a5e96d10f3ae3325df7a88dda1217 Package: ros-rolling-ackermann-msgs Version: 2.0.2-6resolute.20260916.030616 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.20260916.030616_amd64.deb Size: 57364 SHA256: fc9134ae26fa122764bcab9c139814c24b4d9d7968855b0ad843918aa5650ac9 SHA1: bbc9cf9b91efebf6fd430da9efedc0c39f463740 MD5sum: 00d6a2411260e8cc0d12462582adf3a1 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.20260916.030616 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jack O'Quin Installed-Size: 444 Depends: ros-rolling-ackermann-msgs (= 2.0.2-6resolute.20260916.030616) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ackermann-msgs/ros-rolling-ackermann-msgs-dbgsym_2.0.2-6resolute.20260916.030616_amd64.deb Size: 278068 SHA256: 5b854ab3e7153daf8430131e92a67a084c1ed42d9f6e6460822c1a80d616435b SHA1: 0727846ccc5b0cf8dbf3e0e5d57057d8d1b75cf9 MD5sum: a7c2a0e7f24d0c2636da776b7aed8513 Description: debug symbols for ros-rolling-ackermann-msgs Build-Ids: 12799d7f2cc22aeb2b1b2ca4fda691ac153ead27 49bd454ca9a906ee6642f897754e4b07fec5e4c6 4bae10902c4935c217abf2a0e8c6610b90b029f1 6818d537b4c910bdbd1ae19e02ae65b922da2e53 833f2d5ee58b91037a032db5de349a4e2c54b2b0 9086f097315472e18692883bf5f5a0109250b1a0 bbe86f53e60cd9a3dcd4e22095cb806efdbe5b8b c9a47693ad309cabb51c90c273de7de72df66977 d9791452ae0297354aac9db0a8d9298a0cb7db0e da0eb3bed9a55dff11fec0bc3d6577822cc3ff95 e9b712655d25f0e05617ec27907afd67750e90a6 Package: ros-rolling-ackermann-nlmpc Version: 1.0.3-2resolute.20260916.034412 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.20260916.034412_amd64.deb Size: 47102 SHA256: bdaa1b314c8ef42ea93585b3675027cf1dfda7db6e33c27faaa5593f31611e7c SHA1: 0df3b39c67df62100727bb45f27050db39551026 MD5sum: 371a4327c6f4addb6dc6d8e73770f60c Description: Lightweight non-linear MPC controller for autonomous driving in 2D environments Package: ros-rolling-ackermann-nlmpc-msgs Version: 1.0.3-2resolute.20260916.030608 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.20260916.030608_amd64.deb Size: 69228 SHA256: 13a19a7625453baac254a06898a0f540a77f88ae69be0c417e0ee0d45e4cc2e0 SHA1: 7cbe5aa6ceb12ebc8983d777740b62d667b77584 MD5sum: 3c660b367a6769f0214b56c093365478 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.20260916.030608 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jasper Pflughaupt Installed-Size: 529 Depends: ros-rolling-ackermann-nlmpc-msgs (= 1.0.3-2resolute.20260916.030608) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ackermann-nlmpc-msgs/ros-rolling-ackermann-nlmpc-msgs-dbgsym_1.0.3-2resolute.20260916.030608_amd64.deb Size: 357968 SHA256: d33cd01a2adf3563f8ce8af3c1f7672f0a7d0e9952c58e3547394fb0d5026640 SHA1: ae9dcbc6bc7b2aed7d6e10f2de0ea7a8364a9cb2 MD5sum: 974a02cfd34b211514c1f96281c12295 Description: debug symbols for ros-rolling-ackermann-nlmpc-msgs Build-Ids: 0309f46b4f9694f4606e18a9e2739cb7667d455b 110999ccef081df62da799cc7c93862ff03a6dac 3d22accfbdbc9807d759fd12927e4413d390e458 5c47e70f1235ad39c84c48b9cb424c0eeac3b9c3 7ff0eacea3d46d74eb2f4928b5444811e757b6e3 9704af64c333c194e33757f8b71197be52f67fac 9fd3442f69e4771f84538d0c682a6d99ecbefc37 c6cf72edc53710c7a663e790dec371e218e1fcc9 e0bb828f97c0833ae231ea086f870b5fec1f45ea ea214644699651b9730690d2e75151e8864a7100 ffb6812e7fa6f17e83cd781a69551e0c3a3562b3 Package: ros-rolling-ackermann-steering-controller Version: 6.9.0-1resolute.20260916.214716 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.20260916.214716_amd64.deb Size: 52836 SHA256: 103ab1af61fbb7f07d7732beb0cb6afb6a25f88781d1bdcf1e47314b277b6e96 SHA1: 1d79559134bea9ddbba21fed51035aea1c745e4f MD5sum: 2bc6f6fa31c1971a5dd83fbb674cc829 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.20260916.214716 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 807 Depends: ros-rolling-ackermann-steering-controller (= 6.9.0-1resolute.20260916.214716) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ackermann-steering-controller/ros-rolling-ackermann-steering-controller-dbgsym_6.9.0-1resolute.20260916.214716_amd64.deb Size: 757742 SHA256: 8b3aa749d4e06b5e876ca5f0efbd4cd492e3003efa60946d616982368d89eee8 SHA1: bda20d8f381145b04c1f027fb21ae596f7d03015 MD5sum: 1112e78c026df84656329a0f59217cf1 Description: debug symbols for ros-rolling-ackermann-steering-controller Build-Ids: 617b2049e4876c7fb8ee08881cc671df082db002 Package: ros-rolling-action-msgs Version: 2.5.1-1resolute.20260916.024653 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 1177 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.20260916.024653_amd64.deb Size: 108476 SHA256: 08e95a622afc12cf5f7868bb54eb8f71391740a94d98a6dd054c1996e1c302ba SHA1: 8f628bf864df58be26342be5f3bd645216e444f9 MD5sum: 0c7d60e3c82d998b0209442a78f39cad 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.20260916.024653 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 938 Depends: ros-rolling-action-msgs (= 2.5.1-1resolute.20260916.024653) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-action-msgs/ros-rolling-action-msgs-dbgsym_2.5.1-1resolute.20260916.024653_amd64.deb Size: 661786 SHA256: fbbcb09b937552286c5b1561fc7ce3926ef9d9b7a25e277570957df13f5301dc SHA1: a96f8bb48a453a6c49daaf71e8011e6f9ffbb46d MD5sum: 64476b241a6b9c6eaf82e05be27e8013 Description: debug symbols for ros-rolling-action-msgs Build-Ids: 08192771105e44e9efb8ca2361404ecc91ba9178 1fb8b8a62f3c7f410f6c4eea3264252c02006022 2c67b948ab4e8cfbc4a4151d87bb3f88d5e89c22 36e1fc8ed5fbec000f91de6f155ea9cbc030df40 5142ab756db307b1e1c626f340203d0db822dceb 758691a35d5129b29eec9567bf797cb0ffe759a4 980431bb2a26d29593cb669777827ce285d3adae a6cda426c053928f2364b3f3bfd1171b46795f3e baf354820a5509730d466d58c51734dc1c18f28e ded926e2f16cbdbb76a0c2ec3b12e4a586aee8d5 fc77fa863ea3e1d6011d43ae690042102cef64f9 Package: ros-rolling-action-tutorials-cpp Version: 0.38.0-1resolute.20260916.205121 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.20260916.205121_amd64.deb Size: 81414 SHA256: 1b937dc3786e16b04a14c7ed5ff351deb3b62ea2fb4c6a99388ae54cb2016568 SHA1: dadf0d62141c3017637f26d02b5ec68b04451a28 MD5sum: e4f7442ea16c6c5f7aaaae255a0086c7 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.20260916.205121 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 2003 Depends: ros-rolling-action-tutorials-cpp (= 0.38.0-1resolute.20260916.205121) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-action-tutorials-cpp/ros-rolling-action-tutorials-cpp-dbgsym_0.38.0-1resolute.20260916.205121_amd64.deb Size: 1647638 SHA256: 801a7429a982d0c37445c5c8b116607598627f6db67aab7f3126d3cac90f86d0 SHA1: 171e519ba8c2232b1315a8575cfcdb3b729fdf02 MD5sum: f3774adb31eaf213dfdbc33b8141b705 Description: debug symbols for ros-rolling-action-tutorials-cpp Build-Ids: a5e2f6fff66a1c47f36b5b0e3356719db8113782 a9303060b61e84e6622a6b78a45c814eed0e4323 c2ac08106a78c9802fb564ed6fb4547101378cb0 Package: ros-rolling-action-tutorials-py Version: 0.38.0-1resolute.20260916.202911 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.20260916.202911_amd64.deb Size: 11810 SHA256: c1a0cfd7fef6aa364e764202e7787baa8af5fa98099836550de61c1943904986 SHA1: f37598656cab2052a5f0f5a38eabfcb4bdb847bd MD5sum: 8b77bf437fe9e1171ac9f24785a365c9 Description: Python action tutorial code Package: ros-rolling-actuator-msgs Version: 0.0.1-4resolute.20260916.030612 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.20260916.030612_amd64.deb Size: 113678 SHA256: 8efd7e7bd3301dbbe1c7b10e7aa8cb3f4982c1de5bace0935beef850fe2bf872 SHA1: c323ce5d2523f41b2255ea9ebb366d79f6278026 MD5sum: 2c9c0e4646eea06dc491d4c4be9011f4 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.20260916.030612 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Benjamin Perseghetti Installed-Size: 1234 Depends: ros-rolling-actuator-msgs (= 0.0.1-4resolute.20260916.030612) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-actuator-msgs/ros-rolling-actuator-msgs-dbgsym_0.0.1-4resolute.20260916.030612_amd64.deb Size: 890690 SHA256: 11262d0dc8f7b8084288c769f1bc5863f3df03899af51931aa49cd02a622051d SHA1: ed525355676ec8d204dd74c5f63117e27ad7a7dd MD5sum: 9bebd2bd47b28937b5da7d1d9e1b0397 Description: debug symbols for ros-rolling-actuator-msgs Build-Ids: 08106cb53235dbfec7e06f5643d081e41824e21a 100005eb4ab770162225a3d3c3d16a0f4409ccfd 14c951aadb3cc4956b0160d2f39f4e1fa4c7c0c4 26ad062ea196f8710c5c1ae61e683e812657e023 49cc6dc0b46ff6ea06a56d92ffec759cd08f5153 569195b5a9436ae21c45a07a10f704c9574c0018 72fa2734ebf92d1e0be8cb0202f44e3ad0790cbe 88b44157b13d1e9e73ade7f3c57b1721100def9e b375fc46925c72c681b37437859fba28fe620eef b9b4bedcd5a228a16821d78dc0fb21559bd03720 d17347895a54a5e03a108cc01277c997e4cd6ac6 Package: ros-rolling-admittance-controller Version: 6.9.0-1resolute.20260916.212713 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.20260916.212713_amd64.deb Size: 271412 SHA256: 40f069d8780281c9fbfd16b35fec5d9d19cf7a5d682e1e7575829cd66b5a7dec SHA1: 884dd8699d02592c7672f9734bd73f1b9af891fb MD5sum: ec5242e55b79ccad3155f1c4733845e6 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.20260916.212713 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 6732 Depends: ros-rolling-admittance-controller (= 6.9.0-1resolute.20260916.212713) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-admittance-controller/ros-rolling-admittance-controller-dbgsym_6.9.0-1resolute.20260916.212713_amd64.deb Size: 5940986 SHA256: 6ecf99849ded85fb091cce420fe0c7defd5a539dd89bfc20c9684984bd8d3714 SHA1: be73b114db39aa80727e3d56d7a40e335e05cefe MD5sum: d57e698c3f55b35995217b250ffdf23c Description: debug symbols for ros-rolling-admittance-controller Build-Ids: fcecc687e34fccd567f70c5d2ea06720bec50b6a Package: ros-rolling-agni-tf-tools Version: 1.0.2-1resolute.20260921.013040 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.20260921.013040_amd64.deb Size: 183770 SHA256: 9e91dbc1f1daab38905f7160b251b385a3710f426948be4bd53ddfadbc30b6f6 SHA1: 15245cfd92d9a5e23d926be9a876ab0c39f14122 MD5sum: 364f396ebe54b7008ceb87aa298c2c32 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.20260921.013040 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 9672 Depends: ros-rolling-agni-tf-tools (= 1.0.2-1resolute.20260921.013040) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-agni-tf-tools/ros-rolling-agni-tf-tools-dbgsym_1.0.2-1resolute.20260921.013040_amd64.deb Size: 9467238 SHA256: 819f0b9f139d31db21a34c93af7146331c75b1baade58c2f66f969f3b0dd8d52 SHA1: 6924056962633b1825a887507d155b027b5ef74f MD5sum: 3f6e2236ad5b263d8b49a22178bd0a54 Description: debug symbols for ros-rolling-agni-tf-tools Build-Ids: 6c1ac265cd7869c5b8e80792e6d697263ce90ddf 97ce119f194ce6f0f0e6e84f339ef7eda0f3792c ac4f43ecc606964470d75ecf13ada135ef1a5bf8 Package: ros-rolling-ament-acceleration Version: 0.2.0-5resolute.20260908.130836 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.20260908.130836_amd64.deb Size: 6004 SHA256: 2f767328b5c3085893bb1b0618f131539d82a83bd89266ac12c067c5ac008d5e SHA1: af55e859c6457c41883e3fa61c51dd97811daa20 MD5sum: dc9c636b639a5bfda3a2411911275dda 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.20260908.130904 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.20260908.130904_amd64.deb Size: 13066 SHA256: 2119e3c585aecd39c927c50fc2c6fd60a838023922d82dcef2643e2fc5347848 SHA1: ea24e5ae7ec36db9aaea44e6f325011da4ae5b0f MD5sum: 664c3b7dd03164c47709b5264ed43e6e 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.2-1resolute.20260908.130852 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.2-1resolute.20260908.130852_amd64.deb Size: 15966 SHA256: adb44ffe6c8d76cff746740b9415f6b302c39b23de7fe4ceee37cc81579876f9 SHA1: e4781f7d7419473f3f0c114bc463ce94d6284363 MD5sum: 63e788485f7b55aeec23282599a4ba0f 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.2-1resolute.20260908.130857 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.2-1resolute.20260908.130857_amd64.deb Size: 16364 SHA256: 868f16d06ef63268e5e5bc6e12c0c90fcdf91c666ded29f772af186be982dfde SHA1: d9b11fa9383004b6512a0737bf8c03a99aec07e0 MD5sum: ab851528f0ec5562a09474e50fdc4877 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.2-1resolute.20260908.134555 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.2-1resolute.20260908.134555_amd64.deb Size: 7124 SHA256: e8a2b431140b0e89f566e818a22c36209507934aa634f17251ee262026f7847f SHA1: 4b737c2add2a68341d4ef85e41890876abce08ca MD5sum: 413b363cfda89bf1bb0c7d4364d0fa0e Description: The entry point package for the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-auto Version: 2.9.2-1resolute.20260908.141814 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.2-1resolute.20260908.141814_amd64.deb Size: 11430 SHA256: 16d1d10cec017ed0b28ed4e6a4614bbb793cecf4fb1b63fba8bc328483d9c594 SHA1: d6f5b53a88de34282f0eda494593695548df2859 MD5sum: 4d1329bffb149251240a7f3b695b589b 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.20260908.134615 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.20260908.134615_amd64.deb Size: 7382 SHA256: f1d5bcf6653672ff80b9e5792f0f9d01cb8767db3b6bb96a244127d206c334cc SHA1: f0778059410a3369e2d27c8c14e4a00ecfa4abdf MD5sum: 4e4e43a88978121dda29bd55ab56ffe4 Description: The CMake API for ament_black to lint Python code using black. Package: ros-rolling-ament-cmake-catch2 Version: 1.5.0-2resolute.20260908.141457 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.20260908.141457_amd64.deb Size: 7114 SHA256: 9da775101efee97e9dbb5065ab77fac99dde730d183b7986b2ffd98fb09ac6ba SHA1: fc29e1d32cf466ba17c22322b867b72e473df10a MD5sum: dcca92893934e7755a482502eb324ef9 Description: Allows integrating catch2 tests in the ament buildsystem with CMake Package: ros-rolling-ament-cmake-clang-format Version: 0.21.2-1resolute.20260908.134619 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.2-1resolute.20260908.134619_amd64.deb Size: 7594 SHA256: 27177a23428b954f4b6364391023f65df556239aebe54b961acf5c810ff9270d SHA1: 6a6c148ec5c2e5288af17b9c16a6b71cb7553666 MD5sum: 2ebfac4d2ce080e3647b77abceb08792 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.2-1resolute.20260908.134626 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.2-1resolute.20260908.134626_amd64.deb Size: 7554 SHA256: 5ea444217f68dbc8406e781e79eb8e3fed16eaf6ab2abec598bf661558b2bc82 SHA1: 831b0505fd43cef4dbc24951b862006d56b87383 MD5sum: 006edd46d67875db1e7bc55f24793fc8 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.2-1resolute.20260908.141421 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.2-1resolute.20260908.141421_amd64.deb Size: 7264 SHA256: 0d25d5a34fb43e4553fd64124f4fbfe9442f5623012469baf5b2f043e1f8d117 SHA1: 1c5949a6c55568e015e90a20b40669b5c7d4593b MD5sum: c65ae0571ca9fb7b2a16d347898f9641 Description: The CMake API for ament_copyright to check every source file contains copyright reference. Package: ros-rolling-ament-cmake-core Version: 2.9.2-1resolute.20260908.121602 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.2-1resolute.20260908.121602_amd64.deb Size: 25376 SHA256: 6fd5843e2ce24235ce34f7565f07ce4a7d725fcf690f2673cda02a8a515d7372 SHA1: 9aebb84ba6eaa907100ebf7083b192f6623b5657 MD5sum: 82900a8c540ee7ca237c58a403294d8a 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.2-1resolute.20260908.134635 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.2-1resolute.20260908.134635_amd64.deb Size: 8278 SHA256: f2c6905180ae35c84a74b54aebd305065d9dfdcd00d9dd1567e5aedfa923a28a SHA1: 30e00373276be2dcd1b3f925def0c8f6b3358197 MD5sum: 24e366cdf6a03a19d972ad96a9894e4d 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.2-1resolute.20260908.134711 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.2-1resolute.20260908.134711_amd64.deb Size: 7896 SHA256: 4569de3d1e0042b6addbb62af6a93dd86d7f8542fde4ac6b3b9693be3d3a1e83 SHA1: f9cd877a594439c1a03f8427cacc9db921dfe62e MD5sum: 28d382d8efe596a29626c2eeb188e70d Description: The CMake API for ament_cpplint to lint C / C++ code using cpplint. Package: ros-rolling-ament-cmake-export-definitions Version: 2.9.2-1resolute.20260908.131045 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.2-1resolute.20260908.131045_amd64.deb Size: 7186 SHA256: 4def1a545f132f90efc6e09e816d0ee7c96790aa07f8b4721009c764b1b178b4 SHA1: e44bb5f4157fc9e5ed007a7669affecc3d743f7a MD5sum: 30509c7342c02ad49ccb037246f3db8b Description: The ability to export definitions to downstream packages in the ament buildsystem. Package: ros-rolling-ament-cmake-export-dependencies Version: 2.9.2-1resolute.20260908.131311 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.2-1resolute.20260908.131311_amd64.deb Size: 8014 SHA256: 7c7e957a7f5d509db03bcfb590b35225c41c0a138625675df55cd16a270b70c4 SHA1: e8f856881edc3968730804e2c4122e5dcc328bbe MD5sum: 5a4a60afbb1a7f608b604095847ac66a 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.2-1resolute.20260908.131055 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.2-1resolute.20260908.131055_amd64.deb Size: 7502 SHA256: 4a86cdca73972dea01a181b6ef056532284e8cd198f49ecab8cf60efe50f7aa2 SHA1: e8ea3fbe2267cfe74bd2548e636b4e3856c824d0 MD5sum: 636ee26b322ef0c4c8d60ae59e7e7c10 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.2-1resolute.20260908.131102 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 63 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.2-1resolute.20260908.131102_amd64.deb Size: 9252 SHA256: 9099a03d70f376fccd817a4cc80503c5af8608a3be6651724d7f4c457fbd875e SHA1: d74477783feb434c497ea2ee872557253452aa73 MD5sum: 2175441ff12718ccb19121df26e3d089 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.2-1resolute.20260908.131118 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.2-1resolute.20260908.131118_amd64.deb Size: 7128 SHA256: c2e226c3873ecc5e628879dbeeb97c36fbb9dab9be2b9ace7294bde74d29858c SHA1: 62633eb13f51a6867a1bfb8a43f728029090b124 MD5sum: 5134fab9329e0c6b1234461da154c0c9 Description: The ability to export link flags to downstream packages in the ament buildsystem. Package: ros-rolling-ament-cmake-export-targets Version: 2.9.2-1resolute.20260908.134246 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.2-1resolute.20260908.134246_amd64.deb Size: 7920 SHA256: e8e0f72a8054bf85a5ef3f958f63bca1498c5260d2b43bb768158d3d33ef0dbb SHA1: b0a21f95346577a76b50c860c5876c8e3780aaae MD5sum: de90c060fa7ca45f1fb797c0651c97ef Description: The ability to export targets to downstream packages in the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-flake8 Version: 0.21.2-1resolute.20260908.134611 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.2-1resolute.20260908.134611_amd64.deb Size: 7580 SHA256: f21c1a92da5c6a4aed6eec207c8a96bef11ab484a7cc3043580b77da17249688 SHA1: 0b1aa394f41bbca9bb81a16d702f0514cc76d266 MD5sum: 2aba83b91e75fa2fdbe406d1b53053c7 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.2-1resolute.20260908.131102 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.2-1resolute.20260908.131102_amd64.deb Size: 8734 SHA256: c7ffe63ad295289df18b13d21c86c77d12354abec7107833661782b0457c58a7 SHA1: 09d68457ed8ef3923effd8afb324ac56e1f5f02a MD5sum: aab1551533f1489eb054b3c84c59a10f Description: Generate a C header containing the version number of the package Package: ros-rolling-ament-cmake-gmock Version: 2.9.2-1resolute.20260908.141651 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.2-1resolute.20260908.141651_amd64.deb Size: 8554 SHA256: c3e6faa4c73590373b0b6a0b9450e3c78900d4812f3ca408ac45974abb8b9e3c SHA1: 5e2747285667c99cb08b11ea6738445fb60cce1a MD5sum: daa097f8b13f963979f787aa5ee88ce3 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.2-1resolute.20260908.134718 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.2-1resolute.20260908.134718_amd64.deb Size: 12096 SHA256: 7630d390386a705ac3bd61879d65d2235fab156bb77bd2faa903f641002a34a3 SHA1: fe6ba3219fda970c7b184909b66cc5a7dc4f0461 MD5sum: f7c3e29f93cee7f2439290faf08dc33a Description: The ability to add Google Benchmark tests in the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-gtest Version: 2.9.2-1resolute.20260908.141453 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.2-1resolute.20260908.141453_amd64.deb Size: 8566 SHA256: 9dc1f6f91defcd153f401c2b6948e1e01ac51f1a2c14dd857a886c285f50ff7c SHA1: 530c31e147439182a42893dbe051a1c7c62b9d94 MD5sum: c19dfac80c4d26bad5025dcbbc7cf70d Description: The ability to add gtest-based tests in the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-include-directories Version: 2.9.2-1resolute.20260908.131103 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.2-1resolute.20260908.131103_amd64.deb Size: 7072 SHA256: 7c10efa61e16a020e9e6e1acad16c25edb547a6f1d162bbb601312eeb473bc9a SHA1: ff4e6df93e742acfb916b9dc49962d4583fb5c54 MD5sum: acb4ea4974dc5f11dce5b491af4cdb41 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.2-1resolute.20260908.131112 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.2-1resolute.20260908.131112_amd64.deb Size: 6902 SHA256: 2209943e50c174ff09781f3f951502c50b16721e90a5cefd930c071ec31c60a4 SHA1: d39e7bb96a7cea9aa01c018916acf7512736e408 MD5sum: a7fe3ca2d1cbf88dfcf10252bac7b048 Description: The functionality to deduplicate libraries in the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-lint-cmake Version: 0.21.2-1resolute.20260908.134656 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.2-1resolute.20260908.134656_amd64.deb Size: 7206 SHA256: 298c27d0bc6b8b79894f0a64365db97114d1b5ee5b645ad68c633cb988689ba9 SHA1: fbb898ef36c0089ab19bb17d35f130fb319fe98a MD5sum: 02b98af7e26128e206d249cc7f8bdf2c Description: The CMake API for ament_lint_cmake to lint CMake code using cmakelint. Package: ros-rolling-ament-cmake-mypy Version: 0.21.2-1resolute.20260908.134754 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.2-1resolute.20260908.134754_amd64.deb Size: 7432 SHA256: 753b166d70fc3a667c0c4d3b0702111e0dc59cbd348fde9b9a43d937012b5de1 SHA1: c52e04d62042c084edefc964a193a19af0957113 MD5sum: 4044968ff82265088a1ff87dd79795af 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.2-1resolute.20260908.134759 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.2-1resolute.20260908.134759_amd64.deb Size: 7732 SHA256: f94833b7d23843c19ddccf128e8998893810196652f6dbbf744871b4db1e93b9 SHA1: 0ed08ec5ca00a64a5a2bd39ff1125798a1c0fbbe MD5sum: d1cf37b6658c33e061e511b13bd4e525 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.2-1resolute.20260908.134618 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.2-1resolute.20260908.134618_amd64.deb Size: 7216 SHA256: 216b786a0d7361186f5f41479623891b6ea4dcf8cb7dd4844c538d92ffa8a39f SHA1: f976c8261d237e4cf96e381531c206f95d2f603b MD5sum: 1a1414e0a5b89e547995c22ab587800c 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.2-1resolute.20260908.134813 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.2-1resolute.20260908.134813_amd64.deb Size: 7314 SHA256: c128900931c225a67860491ed30d97d37a45a1a16893f63fc5f07ce4a1e40291 SHA1: a9ef499cfb61270cc4ddd16f69a8e6fde3a09e57 MD5sum: 3ec321cbf0c7ed4457c602d126d39e7c 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.2-1resolute.20260908.141403 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.2-1resolute.20260908.141403_amd64.deb Size: 7156 SHA256: 7bedfd96fbc4701eba15557057b2df5c7e68aca008961105e5bc7ab99dcb1478 SHA1: 308d7f3bcfe72921f988e7e8e3d1b6c435e28eb5 MD5sum: 68b86e6ac8d7ff69df67ba4db73166dc Description: The CMake API for ament_pyflakes to check code using pyflakes. Package: ros-rolling-ament-cmake-pytest Version: 2.9.2-1resolute.20260908.141409 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.2-1resolute.20260908.141409_amd64.deb Size: 9006 SHA256: 31177a9106a00f51ccc5250e71334396a1032f1b753f1e2b0c87f1669cab4582 SHA1: 9ec53c49774bcea5bcdc1b5f13614bf9d25027be MD5sum: 926acd3894a621c813cec512615da603 Description: The ability to run Python tests using pytest in the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-python Version: 2.9.2-1resolute.20260908.131144 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.2-1resolute.20260908.131144_amd64.deb Size: 10212 SHA256: 2ea5d041a3a1a257780ee68ede4a0160975072c0f0cc14d1ba650abd7b67718a SHA1: 97262f368267561ade184ccf13be09110a9e52b4 MD5sum: b2e51a1d403fac9d81b3eb4ed840bf4d Description: The ability to use Python in the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-ros Version: 0.16.0-1resolute.20260916.195133 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.20260916.195133_amd64.deb Size: 8530 SHA256: 612e4ff4c067e5236fb712d1cb25a496c6c0def2fe52ce341f02381820702925 SHA1: 237fc7b62ecf659695c0288ebf0caaeb906d0169 MD5sum: 63186e6e8ba5342412fb1688c8bad116 Description: The ROS specific CMake bits in the ament buildsystem. Package: ros-rolling-ament-cmake-ros-core Version: 0.16.0-1resolute.20260908.134417 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.20260908.134417_amd64.deb Size: 9112 SHA256: d7b38efd9a4aad4d71973d3edbaf3925f7f29993ece68d0f591513f6a94d59bf SHA1: 129d376784df446e8f9be4d4261265772aaf9d63 MD5sum: b400ee2b68fe8731c775825dc3289042 Description: Core ROS specific CMake bits in the ament buildsystem. Package: ros-rolling-ament-cmake-target-dependencies Version: 2.9.2-1resolute.20260908.131313 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.2-1resolute.20260908.131313_amd64.deb Size: 7382 SHA256: 622ac589c0fdf36420c5b04ffe9cf63132ac4a2ae0dc78d9f9b55f74fded25de SHA1: 459dac13f10fa8f8741110bf85d624f117634585 MD5sum: 0be6b41d8d3ef34b2818ec43612d73cc 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.2-1resolute.20260908.134251 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.2-1resolute.20260908.134251_amd64.deb Size: 12906 SHA256: 7b45f6ded11536ca959ccafb368b4cf01a40305968148b460883b700235d623d SHA1: f5c570c510cc62905cb5f1afbd2342877990d574 MD5sum: feecc72050c3463dad2d953403cfc65e Description: The ability to add tests in the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-uncrustify Version: 0.21.2-1resolute.20260908.135725 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.2-1resolute.20260908.135725_amd64.deb Size: 8062 SHA256: 7cc6d802e65ba4b3908a3109bdb5611ee813e7e58dfd2ec72e720bda065c1190 SHA1: 1b95572d1a40a5487961b0057b69309f62e79ba0 MD5sum: 8b1801e8ac4b0b1f1cd8af743180813b Description: The CMake API for ament_uncrustify to check code against styleconventions using uncrustify. Package: ros-rolling-ament-cmake-vendor-package Version: 2.9.2-1resolute.20260908.134325 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.2-1resolute.20260908.134325_amd64.deb Size: 11426 SHA256: 8619d31d6f404e4bbce1b589af7a0560af8addd2859672714a852994f85112e9 SHA1: e924fb35bc96e2a77a6949276e00fe0969956f52 MD5sum: 0fa46befd04166f4b178afa1bc1a5e76 Description: Macros for maintaining a 'vendor' package. Package: ros-rolling-ament-cmake-version Version: 2.9.2-1resolute.20260908.131129 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.2-1resolute.20260908.131129_amd64.deb Size: 6918 SHA256: 640542e54afca0325882a28581e53fc04ffc4a7e0442658e24bfcb503894a073 SHA1: 01ef47c257f06c34f0cc8b97442586a78764652f MD5sum: 99b7ddedc171d6c6b61c552cfbcc3c04 Description: The ability to override the exported package version in the ament buildsystem. Package: ros-rolling-ament-cmake-xmllint Version: 0.21.2-1resolute.20260908.134542 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.2-1resolute.20260908.134542_amd64.deb Size: 7260 SHA256: 531f82ff305a0f12485900ea86ccad3234512e3cb25e35136c032145c37eb163 SHA1: 5d862341627161f34b036fb0f046b36481006e3b MD5sum: 9c6f559f9e5074e3b52e0a6f1ffc7508 Description: The CMake API for ament_xmllint to check XML file using xmmlint. Package: ros-rolling-ament-copyright Version: 0.21.2-1resolute.20260908.130635 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.2-1resolute.20260908.130635_amd64.deb Size: 50020 SHA256: 9a437514ee34ef5b43db4114902863aa870f1b486b5e6983810f0e903b7cc39a SHA1: 17b1b939131ba10bf7d786447c742964177399d3 MD5sum: 54c57d697d208d40407022fd15968f25 Description: The ability to check source files for copyright and license information. Package: ros-rolling-ament-cppcheck Version: 0.21.2-1resolute.20260908.131142 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.2-1resolute.20260908.131142_amd64.deb Size: 15216 SHA256: 833cd709e2d4add22e51a715dc2456cc8810e77627940be47797e7b4c060c16f SHA1: 5567daea0a8e138271b66874b390ba6890c21b98 MD5sum: 4e3d68f50a28de85f8b32e475a83d29d 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.2-1resolute.20260908.131146 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.2-1resolute.20260908.131146_amd64.deb Size: 150926 SHA256: 0ea972899a00bb1a02cbdc6e283a676c18218f35e7648b37d71625c74fe8e2e5 SHA1: 4c8646d922e069748995038fcfcf2951fd0190ec MD5sum: 3dde55a548824dfd4c042633795b9918 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.20260908.135616 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.20260908.135616_amd64.deb Size: 9054 SHA256: 2c333310fcfc19712d3ca42ad05829fd3a2bb0fe56f5a958f703ae37be2ed195 SHA1: 1cbb41f9b5c8d5e80c78be31b24e8aa6feff42ef MD5sum: 6c7cbe432ef49e40ebdcf7cf517aa9c2 Description: CMake macros for downloading files with ament Package: ros-rolling-ament-flake8 Version: 0.21.2-1resolute.20260908.130220 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.2-1resolute.20260908.130220_amd64.deb Size: 16734 SHA256: c6d4481659c88125c44ba31587a8506884c8e087f137ac65ce91f98e5f35287c SHA1: c5cf0fff316263f76993de4f7d9d858e139febf5 MD5sum: 560a49f5b68bbf277a4a5d720a655c25 Description: The ability to check code for style and syntax conventions with flake8. Package: ros-rolling-ament-index-cpp Version: 1.14.2-1resolute.20260908.134835 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.20260908.134835_amd64.deb Size: 29828 SHA256: 1bbdf045abef56948e77724a9a270d644fdf54089c458d3359d8527a47235626 SHA1: fcd4b0f958f876b64d475ec22f61c352b70d9458 MD5sum: 2ca79e4bf1e0f3edfd303df6e2991fb4 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.20260908.134835 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 486 Depends: ros-rolling-ament-index-cpp (= 1.14.2-1resolute.20260908.134835) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-index-cpp/ros-rolling-ament-index-cpp-dbgsym_1.14.2-1resolute.20260908.134835_amd64.deb Size: 461926 SHA256: 8c1a7f6065139b9b1a69c90291eeb2469a2ec9b62dd47abe5646c20ea111db3a SHA1: ec8a0452f275d026adb63ba458fed1232a05967b MD5sum: d7badeac3e1766a608225c51383dd877 Description: debug symbols for ros-rolling-ament-index-cpp Build-Ids: 68ecf78cd400d62f1bcba180b4525c588df6ca7c Package: ros-rolling-ament-index-python Version: 1.14.2-1resolute.20260908.131151 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.20260908.131151_amd64.deb Size: 14838 SHA256: 79e5799afbee7c77cdd2c895c3a3b08db10fd4f845996abe55f04098cd595ab1 SHA1: b741cc16f497b087a4fb07df2e10ed3a94b9c23d MD5sum: 2c4ca0e299a8f9109f0c0e0081d6b25a Description: Python API to access the ament resource index. Package: ros-rolling-ament-lint Version: 0.21.2-1resolute.20260908.125956 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.2-1resolute.20260908.125956_amd64.deb Size: 4318 SHA256: 5439a885ece5dc6fa1ea83c81c87bebfaf2ed86091d355460856cb34ce880599 SHA1: 7b62fa346c8c72891b31c04a995afd5057f3e90e MD5sum: d7cd413f47636903b71629cbbcd6a574 Description: Providing common API for ament linter packages. Package: ros-rolling-ament-lint-auto Version: 0.21.2-1resolute.20260908.141417 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.2-1resolute.20260908.141417_amd64.deb Size: 7106 SHA256: 47d5ebab3773aa6ea6509e267eed272231fe05979c98b7efd7c7ae8d93e63136 SHA1: 5103b5073438a294c6754c97b69f94980beb0a0d MD5sum: 6b967b6f7b9b905529fe8bcf0ddf7be4 Description: The auto-magic functions for ease to use of the ament linters in CMake. Package: ros-rolling-ament-lint-cmake Version: 0.21.2-1resolute.20260908.131201 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.2-1resolute.20260908.131201_amd64.deb Size: 24844 SHA256: 48c4a8859a66fde0b9d2c9da577853c16150b4a009c7e219b8954f6b807f6847 SHA1: 429f8fbeff3b15178136bc4ea90b00dc558fd70f MD5sum: 9ee9153942e070965983ccd66f801fe4 Description: The ability to lint CMake code using cmakelint and generate xUnit test result files. Package: ros-rolling-ament-lint-common Version: 0.21.2-1resolute.20260908.141654 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.2-1resolute.20260908.141654_amd64.deb Size: 7160 SHA256: 725941d806611367b7832d94383e1cd40c50de6852f42a331a995130cc1fd942 SHA1: f04ec1db992ccf96a2ae8537544f4afd2b0fbff1 MD5sum: 0e6029c26e4e4f0ab2887d907430d385 Description: The list of commonly used linters in the ament build system in CMake. Package: ros-rolling-ament-mypy Version: 0.21.2-1resolute.20260908.131204 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 61 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.2-1resolute.20260908.131204_amd64.deb Size: 13538 SHA256: 9dd1042a17f9db3566e30803cf90b1016c0658485197bce24acdc1f96554f879 SHA1: 695be6b634e2979c9b12b3bf02ad845dc64a98c8 MD5sum: 63fd0d58a48cb478878a443087c64746 Description: Support for mypy static type checking in ament. Package: ros-rolling-ament-nodl Version: 2.0.3-1resolute.20260916.210645 Architecture: amd64 Maintainer: "ROSGraph Working Group" Installed-Size: 56 Depends: ros-rolling-launch, ros-rolling-launch-ros, ros-rolling-launch-testing, ros-rolling-launch-testing-ament-cmake, ros-rolling-ros2nodl, 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_2.0.3-1resolute.20260916.210645_amd64.deb Size: 9244 SHA256: 294f6f4ee7553e3a98e41388b00629c57c05eacebb7598f1e0e61152506200a4 SHA1: d4f87a0bacffcd790c1b55040b782fbdd681a5b6 MD5sum: 2ee42770e7d2357afd95efc58f4ffc51 Description: CMake integration for NoDL features, such as ament index registration and test target creation. 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.2-1resolute.20260908.131207 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.2-1resolute.20260908.131207_amd64.deb Size: 43142 SHA256: 22fb211d6123e48138b58d27467b3420348dcec8b15c31aed1f0642c88a5d31a SHA1: 2bbe9d2b2c1195fe67bd83bc96550cf292ebc1d1 MD5sum: f7d796e44fbc196add4443a76fe566b8 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.2-1resolute.20260908.130221 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.2-1resolute.20260908.130221_amd64.deb Size: 14030 SHA256: 8bb3936177d81d26f6e157b03e41aa27fff1af82e3f7b88f24ee59ad1fe47cc7 SHA1: f1c4fafac0f9f7bade639ad7b8248f110ff81b02 MD5sum: e697a7c7e4a28a746804f5f45f999a89 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.2-1resolute.20260908.131204 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.2-1resolute.20260908.131204_amd64.deb Size: 10902 SHA256: 2190f8f5214e8342101b10a14629651be41f9d720c2bf1121445fdbc0345a3c6 SHA1: ab699c35dc64b807800245da72f8f2fd9381cac4 MD5sum: 1c4e0d1509228dd3f47cf527d92bf72e 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.2-1resolute.20260908.131216 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.2-1resolute.20260908.131216_amd64.deb Size: 11984 SHA256: 536018df2d731d782c197c2f634e61b75e89b0b85595472e3d6de7df633cb3a3 SHA1: fa8b1db2be298416f23c9319028ce6e844f8fa66 MD5sum: 85bdb34b69861fb1024941dd94088545 Description: The ability to check code using pyflakes and generate xUnit test result files. Package: ros-rolling-ament-uncrustify Version: 0.21.2-1resolute.20260908.135604 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 323 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.2-1resolute.20260908.135604_amd64.deb Size: 50462 SHA256: bd617c8d7c3e2d57ab0bbd2ee880ff8551d61a0a4ae00966bbb3297403f331d9 SHA1: 6d8a43eab3bffaee7515202b683ae69ce795d9e9 MD5sum: 65daa4d2abd158bbd8c6cbd030fb5b82 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.20260916.195327 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.20260916.195327_amd64.deb Size: 15010 SHA256: 13c12b02ad91b226c2048419cfb72715aea9cfd5d6a5a049ec6ae33c4070ba67 SHA1: 9ff4b22aed47a4b0d916bb6915f0a3eaf206e51c MD5sum: ba7eaee1bc3545a56bd37e15d8639b7d 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.2-1resolute.20260908.130215 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.2-1resolute.20260908.130215_amd64.deb Size: 14850 SHA256: e1aa72c0c0899013a4fdb0a48ebb963fd909f39cc8bee474f1c2906645111526 SHA1: 382007e9e453b99daa500966ed9ff9d0f911a260 MD5sum: 07f51843e1ad5515c9cb616296ed3a93 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.20260908.134847 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.20260908.134847_amd64.deb Size: 13962 SHA256: b93abed1af478fafd8c8bccd2382bdcba7f559523b1cc787ce190030d8048f1d SHA1: a92d9da67fd0468b1de55c8da45a9fb4d3fe7cc4 MD5sum: c477bdece9bed54cbe5356908df27120 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.20260908.131208 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.20260908.131208_amd64.deb Size: 1152628 SHA256: c924785ba907954f16d8b71b5f2d506f50a36b99d53db8d174f9e72242beb261 SHA1: 6e224dd856cd03b94543c39f32f92353893d6f14 MD5sum: 8bbed997f9fa0a73afe720675cecc91b Description: AprilTag detector library Package: ros-rolling-apriltag-dbgsym Package-Type: ddeb Source: ros-rolling-apriltag Version: 3.4.5-2resolute.20260908.131208 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Max Krogius Installed-Size: 475 Depends: ros-rolling-apriltag (= 3.4.5-2resolute.20260908.131208) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag/ros-rolling-apriltag-dbgsym_3.4.5-2resolute.20260908.131208_amd64.deb Size: 339066 SHA256: 70e2faab20f10372dfb8197a5dfea1fb20ca9d8b78469aca4b77227542634c63 SHA1: 2def71145e785019220b3b173d6f411cd5ec63a3 MD5sum: 57cb002730fb799a3f013a329424a7c4 Description: debug symbols for ros-rolling-apriltag Build-Ids: 15aab9cecdf3dfef4a9256a3ba0943dd97d9eb20 2eb783a44335a545ab7a32aadc1248ac5de3adeb ecd42896f601fa7a30a9399868fb16181298cb40 Package: ros-rolling-apriltag-detector Version: 3.0.4-2resolute.20260916.205628 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.20260916.205628_amd64.deb Size: 129352 SHA256: 2b4abf9b18f0aba3fab15a3606f61e0a3b456752e71d2ea9ea446af0348bd8b1 SHA1: 13896bd76d38d7bfd37c9cf4c8cc4e5153bf146b MD5sum: 2ff896320f1886cd468f1d0fa0aaca89 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.20260916.205628 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 2147 Depends: ros-rolling-apriltag-detector (= 3.0.4-2resolute.20260916.205628) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-detector/ros-rolling-apriltag-detector-dbgsym_3.0.4-2resolute.20260916.205628_amd64.deb Size: 1972772 SHA256: 15e86d921e3758abcc4ea4526085878c5b544905b3b4cf77d608a403b5ed34e2 SHA1: 2a3465567b30c0e27bc4699ddcb98e2cec6b6ca3 MD5sum: c9f5836838a203cd85ae11c43c8a04db Description: debug symbols for ros-rolling-apriltag-detector Build-Ids: 103ff5cbe6bac5e6f0b6ab3ff4d4d7ca0c10b34f 3ab0c45a45c320d553d659f747bfc69cfabea46b Package: ros-rolling-apriltag-detector-mit Version: 3.0.4-2resolute.20260916.210639 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.20260916.210639_amd64.deb Size: 30396 SHA256: 0cb9314fc2b6243783edbbce3246db85175cc05feec3eb9c9a07873fb18f5f59 SHA1: 1b5ba542177ad19e7dceea2602acdc9946e9eb8f MD5sum: a33a970360aafb38eb71ddbc4f687791 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.20260916.210639 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 511 Depends: ros-rolling-apriltag-detector-mit (= 3.0.4-2resolute.20260916.210639) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-detector-mit/ros-rolling-apriltag-detector-mit-dbgsym_3.0.4-2resolute.20260916.210639_amd64.deb Size: 477012 SHA256: 1173df3f12c6cd4dc197c1ce47f1faa0e9f016f66b7e31e9992d651f7f3ddc35 SHA1: 97e15cc276eb4bfdfbb2ee86f0de0618b6f3ac19 MD5sum: 7054418076742b034286bc3c61241261 Description: debug symbols for ros-rolling-apriltag-detector-mit Build-Ids: 7e5daf37ab9542638388da8780356abd20adaeca Package: ros-rolling-apriltag-detector-umich Version: 3.0.4-2resolute.20260916.210619 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.20260916.210619_amd64.deb Size: 25136 SHA256: 64847284a194713fa98fbbd373767440d933738e360ed491557a6c977eda200f SHA1: db34a9e9771d4a1c8a3ebedcc36618cfd372da87 MD5sum: 5442b6f7506402bac830416392fd4ae7 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.20260916.210619 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 499 Depends: ros-rolling-apriltag-detector-umich (= 3.0.4-2resolute.20260916.210619) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-detector-umich/ros-rolling-apriltag-detector-umich-dbgsym_3.0.4-2resolute.20260916.210619_amd64.deb Size: 470936 SHA256: 66d44b0fbdc0f8a87ebcf2808b367c5d7d6305102ddebb3bf9a478e541a4ba09 SHA1: 46be7afdd2f77839df086997feafec04858595f5 MD5sum: cd1aeec7e4e2b3a8af44acca875714b1 Description: debug symbols for ros-rolling-apriltag-detector-umich Build-Ids: f7f0a25c5b0ccb26ddc24b2caf48250f0234635b Package: ros-rolling-apriltag-draw Version: 3.0.4-2resolute.20260916.205651 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.20260916.205651_amd64.deb Size: 156196 SHA256: ac3f674530ccd940e97c5b46eeb0c51880c6e4a8cc9a57e5df9f2e16cfd7c588 SHA1: 4e893d4d65ee85880c61af1ee210636d50f09dd2 MD5sum: 325b8f6a2a50a66ebc64ed07cacb040a 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.20260916.205651 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 3290 Depends: ros-rolling-apriltag-draw (= 3.0.4-2resolute.20260916.205651) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-draw/ros-rolling-apriltag-draw-dbgsym_3.0.4-2resolute.20260916.205651_amd64.deb Size: 2843066 SHA256: 8e553716c3483abeb9a8a27cdf62d96765ff94a453af04d957f01a4ae54c505d SHA1: e67557ff2cb037b9667eadb104cd257189c95026 MD5sum: 43cf7ac1b1e0e3362fbb282ea5dc6fb7 Description: debug symbols for ros-rolling-apriltag-draw Build-Ids: 22d821a5c612015792aa3dbc92124644c9e6a2d4 f3587e75b7c766391ca0f27191369abeefbe24c0 Package: ros-rolling-apriltag-mit Version: 1.0.3-2resolute.20260908.131219 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.20260908.131219_amd64.deb Size: 75820 SHA256: 9984a391e2cb50eba8fbbda040e2542bd2fcf5e8a5d235d452089591ac1bdc52 SHA1: f9b055297dda4e065b2cb9daf6f9cf481049de0a MD5sum: 85058871a0ad1f35fff1cca78a944300 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.20260908.131219 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 844 Depends: ros-rolling-apriltag-mit (= 1.0.3-2resolute.20260908.131219) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-mit/ros-rolling-apriltag-mit-dbgsym_1.0.3-2resolute.20260908.131219_amd64.deb Size: 820140 SHA256: 4fd7e8e58d589f8e20e1b0f10005f4d0484c58013dd9afeb86f59137c0f7ff51 SHA1: 2caddd6d8448c1a9eaba45e103b79ae17c43d04d MD5sum: 951189caaebf8c9e6dacdf2dbeea95e4 Description: debug symbols for ros-rolling-apriltag-mit Build-Ids: d4d9872f1446777d603dabb2fefc0f5470d83c9e Package: ros-rolling-apriltag-msgs Version: 2.0.2-1resolute.20260916.030616 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.20260916.030616_amd64.deb Size: 81208 SHA256: 5af93bd41638d60b3a16253ca17631070606d10c3548e3633cb72ccb5588c006 SHA1: b318765c8319cfe2048a773f5a3e14281f8b94cb MD5sum: a0917ec5bbf6c60485bb2c2cac1879dd Description: AprilTag message definitions Package: ros-rolling-apriltag-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-apriltag-msgs Version: 2.0.2-1resolute.20260916.030616 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Rauch" Installed-Size: 660 Depends: ros-rolling-apriltag-msgs (= 2.0.2-1resolute.20260916.030616) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-msgs/ros-rolling-apriltag-msgs-dbgsym_2.0.2-1resolute.20260916.030616_amd64.deb Size: 461274 SHA256: 56081b9ce1d7b4fcc8edca129f90bdce4e19238a0a47c96ad2caeaa11f1b841e SHA1: 9597bc1a6c4d6f3b63e0aa26504bbc9b9279bd4d MD5sum: 56da37d4887f240d9a3a93d670be45f5 Description: debug symbols for ros-rolling-apriltag-msgs Build-Ids: 0e3656e8096ab55e365985f60f51df0a434c4a6f 140ffaa0455210607506d15801b87395a3e4896b 4f1fa3647cea32af052caa25ae19a9abd6262ae0 5734a81514b5d04bb3b2ac5a77539d508c1674bd 59019eece9051dbf52bc56ea1458b20e1f0b5de8 5f97e59569e0ce822876c02f54f0733b7964abb8 86b3d3f04dfbbf8d022134391c73e3b15f289224 90528396b6e9ab8b309cc61cae38261a72ad205d abf9cddc6d93fa419b7adc9b2486ebc41a4e3695 e1081c40d64c30af777ae5e2c5ad5623ecce199f ee4eb014af72a4383bd6515e5f948fc9e5272ee5 Package: ros-rolling-apriltag-ros Version: 3.4.0-1resolute.20260916.213911 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.20260916.213911_amd64.deb Size: 129720 SHA256: 430c8088edeeb9d99bd6169767d4b918382dd3df009105bf699adc947a8aeb9a SHA1: 06d1be9be8ab2de455a9327bc955694e3337efd0 MD5sum: 33b7519aeb5965e442412b268ff20a58 Description: AprilTag detection node Package: ros-rolling-apriltag-ros-dbgsym Package-Type: ddeb Source: ros-rolling-apriltag-ros Version: 3.4.0-1resolute.20260916.213911 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Rauch" Installed-Size: 2612 Depends: ros-rolling-apriltag-ros (= 3.4.0-1resolute.20260916.213911) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-ros/ros-rolling-apriltag-ros-dbgsym_3.4.0-1resolute.20260916.213911_amd64.deb Size: 2420556 SHA256: 3bb9c43ba8e79ca2ec640f7b38d574cfdbee359a74ec9ab9ff3885c005b5da2d SHA1: c6fb61d0d659925f2abaa64b683d5297584427b3 MD5sum: a8207784a7c0683642ce443b474b19c6 Description: debug symbols for ros-rolling-apriltag-ros Build-Ids: 3b63c70571e4694193277c5f406d8df0ac819b09 ad3df74e5eb9bde9f8d17e4dac4d89e452035db9 Package: ros-rolling-apriltag-tools Version: 3.0.4-2resolute.20260916.213952 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.20260916.213952_amd64.deb Size: 27856 SHA256: feebab0aad7d3775991b9ea0903c64e9329d035147ac77c99236e8783f8ba1cf SHA1: d1364a84c22ba1d62ae47119ff2bb7471c4691f4 MD5sum: 3aa2b35e103ddb620c80fc3a957e70c4 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.20260916.213952 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 536 Depends: ros-rolling-apriltag-tools (= 3.0.4-2resolute.20260916.213952) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-tools/ros-rolling-apriltag-tools-dbgsym_3.0.4-2resolute.20260916.213952_amd64.deb Size: 498910 SHA256: 41a813eb166c5b79572c99acbae8d0ee4f9ab4921f20de45f0aab3c7a33282a5 SHA1: 556c27b7af3b81f0511ad81c65f672a1a15091be MD5sum: b62956112ffd51ce0755b716e18b84b3 Description: debug symbols for ros-rolling-apriltag-tools Build-Ids: e68c5cb77c9fdb92fec03f50fc38faeb9c783c40 Package: ros-rolling-ardrone-sdk Version: 2.0.3-2resolute.20260908.135638 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.20260908.135638_amd64.deb Size: 1273434 SHA256: b2c572924fcd42c3e5fb85feef79c8a4b13a3e74c98ebd6623ef206bdc1712d8 SHA1: 55271e652f630d3e6673373bb58d4f7e98c65ca5 MD5sum: 9e3654b8c73dbc9e8e7687d2526de2fa 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.20260908.135638 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: victor Installed-Size: 4563 Depends: ros-rolling-ardrone-sdk (= 2.0.3-2resolute.20260908.135638) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ardrone-sdk/ros-rolling-ardrone-sdk-dbgsym_2.0.3-2resolute.20260908.135638_amd64.deb Size: 3319446 SHA256: db04d82dd5605831253ed11d5c7a125972ebb53000078805ec5507ffdf42deea SHA1: 1e563c45733efe713107b9c6ca1e216aab7c2d96 MD5sum: cde1fd65507863c83b69780b0ac4c60f Description: debug symbols for ros-rolling-ardrone-sdk Build-Ids: 32d4aa92623ca37266f7ed6bd9b15ea1c964ce71 61fdead1d5dce4b62a48c5f8a1b9afe0fc267d01 Package: ros-rolling-ardrone-sumo Version: 2.0.3-2resolute.20260916.205134 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.20260916.205134_amd64.deb Size: 172714 SHA256: 7923c1d990d03d0e394fa904d80e0009ba7031e8ba02468d280fc8d3abf22981 SHA1: bf3e80cd3cb5617d6074447f465d999eb282e75e MD5sum: 0a232d97f6fcf1929fc4f7ccdda15a31 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.20260916.205134 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: victor Installed-Size: 3543 Depends: ros-rolling-ardrone-sumo (= 2.0.3-2resolute.20260916.205134) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ardrone-sumo/ros-rolling-ardrone-sumo-dbgsym_2.0.3-2resolute.20260916.205134_amd64.deb Size: 3049602 SHA256: 5b0086f04b5c96dd7e7e68cff9e3b54e402244c930469e8cf6b144d92a8a990a SHA1: 495610e2f98f92ffb8d9603c7c640e95e8f4f4be MD5sum: 73d131db87a24e755f9b5ce4c87fce97 Description: debug symbols for ros-rolling-ardrone-sumo Build-Ids: f21508fb4ccc5c2419a353c5c62bbfa14ea94a76 Package: ros-rolling-aruco Version: 5.0.5-2resolute.20260916.210519 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-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.20260916.210519_amd64.deb Size: 297388 SHA256: 4036c87adca92b98d38c9daaca78c140cf0ace9ed5130f936e193994783e7731 SHA1: 1849a68f1db24c7d6f9f98998b1941f151a1a34d MD5sum: f10e43715fef003b5ff07312868cfd16 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.20260916.210519 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 4671 Depends: ros-rolling-aruco (= 5.0.5-2resolute.20260916.210519) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-aruco/ros-rolling-aruco-dbgsym_5.0.5-2resolute.20260916.210519_amd64.deb Size: 4467860 SHA256: a265ecd8574411089450366d7f76206976ff7cbefcbd0d9bbc84059e0786fe57 SHA1: 101c9ca074c9f73e67e8edd1778fd35ab4ec3cd7 MD5sum: d461b2afba88de87c2449cfd4088379a Description: debug symbols for ros-rolling-aruco Build-Ids: ec21f21e82b6255087db9c5e534b3575393f97e2 Package: ros-rolling-aruco-msgs Version: 5.0.5-2resolute.20260916.034115 Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 625 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.20260916.034115_amd64.deb Size: 64742 SHA256: 50879969f1e12f5e79b013e6423fac8316227dda667bf49167d854dd9968c39b SHA1: 54fb2eab4ff756d3bde9f6f29c6814f779895f85 MD5sum: 2c8eaf4d315c9e2442351fb2b716a352 Description: The aruco_msgs package Package: ros-rolling-aruco-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-aruco-msgs Version: 5.0.5-2resolute.20260916.034115 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 514 Depends: ros-rolling-aruco-msgs (= 5.0.5-2resolute.20260916.034115) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-aruco-msgs/ros-rolling-aruco-msgs-dbgsym_5.0.5-2resolute.20260916.034115_amd64.deb Size: 342358 SHA256: c765a639022c003f800c433ab1d5bd1862b980b29a7606210baa5aa96dc03833 SHA1: a605c42e8a54788509426fb8ab1b51027aadefa5 MD5sum: d52466aa52983679850238bbdd021977 Description: debug symbols for ros-rolling-aruco-msgs Build-Ids: 01f5a386779d4aedef3fe706c4fe77e94e5e1117 301da1d9d6a0173edf3689c2dfefbe20a5a32913 39ef4ffb79ec53a11a0552570a83465d89ec1acf 4353ecd260924238ea76a202ef34d01fddc57966 5e22357f606a73dd2153ef2ab6c4b59795f4ef3d 654b951843ea59db181b409822f98c330026032c 9439f61ed8ce115467639a8ec1f35ca6aff6056a be4a6256cd374df5ef660397ff080cc34e006b55 c35324f1bfb5a0e3e0be25ccc44e3288ab234684 e3cc713367deb61761545951c128b9589021e8e4 ee59a4c370821f2c79998a526e0fe97e6857b058 Package: ros-rolling-aruco-opencv Version: 7.0.0-1resolute.20260916.211851 Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 1501 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.20260916.211851_amd64.deb Size: 290944 SHA256: 0bd9646527e3d4b886fac775a025b4ddc5c2057594550bb16e310135b30ad3d3 SHA1: 06c0255e59a08b07bf6ec326bc215a908555e978 MD5sum: 2d30945e00ec473884488044c4386dd8 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.20260916.211851 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 7916 Depends: ros-rolling-aruco-opencv (= 7.0.0-1resolute.20260916.211851) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-aruco-opencv/ros-rolling-aruco-opencv-dbgsym_7.0.0-1resolute.20260916.211851_amd64.deb Size: 6593744 SHA256: 53118db1a462e938d962ef2ddfa7e85b529e6687ccae3f45465df9baf778b7bf SHA1: 4e4fa03066594e12a487c1b297b769b7f2fc86d1 MD5sum: 3c168901f3783054456681b1149e2435 Description: debug symbols for ros-rolling-aruco-opencv Build-Ids: 12d3434b783f1f7df397aaf700a16eea9e5648b0 d4195f9509e153282a05ce99ed836e9f11a11c1d f28a14b20e9feb8648334c82f41d579724d96e3c Package: ros-rolling-aruco-opencv-msgs Version: 7.0.0-1resolute.20260916.033754 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.20260916.033754_amd64.deb Size: 78250 SHA256: 9da3e5c343d1920d7f149ded8932362e6b0c422edb444a692d1accb7e3063ec5 SHA1: 601d6c39c7e48ab4304c68ae12139896a70cbbb0 MD5sum: 89b0ca7ac5e05c2d8802f0a3678e6414 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.20260916.033754 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 665 Depends: ros-rolling-aruco-opencv-msgs (= 7.0.0-1resolute.20260916.033754) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-aruco-opencv-msgs/ros-rolling-aruco-opencv-msgs-dbgsym_7.0.0-1resolute.20260916.033754_amd64.deb Size: 462916 SHA256: b6c2b3553efdb094cb03e24597ab84053d7dacba0e35abf41ce374a393a4f487 SHA1: 68657032d50a158f3dcf20fbc599857097f68051 MD5sum: 438fe77c36d9fb785ed1ae4e51fa93a7 Description: debug symbols for ros-rolling-aruco-opencv-msgs Build-Ids: 3e877fda5d9d42ad8a96e4d58641c46f53f22794 506fb646b0b2b6e3e9c55fe0b3617ec6bf8c608b 5629f76919bac1151881e3ef66925d5e900b417f 5938fcbc029848230840186eeec014c05f6602e9 66e1c8bd9ee8cc85afe7e7a9a1777526898064c5 85b7c235a5115ffba7fdec2baf0aabd8393605dd 90d8d7fd55b7bccc2d6c9b2acc7171b8dcd6df33 ae23cea5897865127edd7228537917bfd9357d50 c5f65b8b1d2c85d38a294d61d737a306befdf2a5 d24d7c1d2d974bcfe83926ee6c8ab917d64887d3 da9ee622a0292a31ff4cc1e4ab00d6f7f41e1d15 Package: ros-rolling-asio-cmake-module Version: 1.2.0-4resolute.20260908.135657 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.20260908.135657_amd64.deb Size: 6368 SHA256: ac5b50acdb9b4b90e4fa68f7070ea76db75fef29a25341bfdceea3939d277724 SHA1: 0b00d9dd5ad00202497d8423de9abc663d3666bc MD5sum: ba5b7ec697e056a4ee16b73b3c27efe4 Description: A CMake module for using the ASIO network library Package: ros-rolling-async-web-server-cpp Version: 2.0.2-1resolute.20260916.195340 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.20260916.195340_amd64.deb Size: 194934 SHA256: 8072860e6d735078ae1c4ea540cadada645d0fd5d117ee9175d0ee9efa923c2a SHA1: 29c688fa9c4df8e1704523fdf96f819c7be76b8d MD5sum: 98f5625d175a36c5dd7d96746a05795b 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.20260916.195340 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.20260916.195340) 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.20260916.195340_amd64.deb Size: 2772914 SHA256: 1edb92913ca0033d5b373dcc22c023e37b7e29f5e2b218b26d50840c475aadd8 SHA1: 78d85a19b413ae774b282465369431278c484a48 MD5sum: aaf46c994658498f71e2ce7f9af02f04 Description: debug symbols for ros-rolling-async-web-server-cpp Build-Ids: f9fbb94fa457c1ed0bcbee8768973a1f345dffe2 Package: ros-rolling-at-sonde-ros-driver Version: 1.0.0-2resolute.20260916.203822 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.20260916.203822_amd64.deb Size: 58030 SHA256: 109ba20a9a1123af4fffb7d748910dc58c41a0126a2ad86fed5195d10c7a7c76 SHA1: 34daa5440816f1ca833a0995610a99eb61862abf MD5sum: 1a91a476750e817439fa87474afcde51 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.20260916.203822 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: MA Song Installed-Size: 881 Depends: ros-rolling-at-sonde-ros-driver (= 1.0.0-2resolute.20260916.203822) 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.20260916.203822_amd64.deb Size: 795508 SHA256: fe6ec6ecbb8966ac0053ef77ad38d9e0e2fae04f54fb0796aad545592dea5fd1 SHA1: 0d57985a45b337025bcb16953345c53edb1c565d MD5sum: f22acc66d7976dcc27e3dab7fd1a7fe4 Description: debug symbols for ros-rolling-at-sonde-ros-driver Build-Ids: 4457ff11f75ffc7b11197c1ddad5827db78fb627 Package: ros-rolling-audio-capture Version: 0.4.1-1resolute.20260921.004702 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 (>= 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, 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.1-1resolute.20260921.004702_amd64.deb Size: 125370 SHA256: cc3359aa2fb668c91eb416373ec7c14d80b2afccac646eff19035d63d748f1d0 SHA1: 41d8163d7103cfd8accecac583573eae6993ae28 MD5sum: fa149742235d594fe7c6ea71cf643110 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.1-1resolute.20260921.004702 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 2309 Depends: ros-rolling-audio-capture (= 0.4.1-1resolute.20260921.004702) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-audio-capture/ros-rolling-audio-capture-dbgsym_0.4.1-1resolute.20260921.004702_amd64.deb Size: 2058066 SHA256: a14a880535b7eefea3935e640917d68d8f7d71743e7916664f705b4d631a69ae SHA1: 3446ac36f9dbca52cee6552b792097bb263e6360 MD5sum: 82cda641eb0b3a229b7766eab7a84c83 Description: debug symbols for ros-rolling-audio-capture Build-Ids: b991787190dfb97f9e3e710e5a3a5e40848ca1b6 d74cadb953770e6e01d7543bd87ec401aca0d893 Package: ros-rolling-audio-common Version: 0.4.1-1resolute.20260921.005918 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.1-1resolute.20260921.005918_amd64.deb Size: 5842 SHA256: fff0dbe97cc96cdbe1c90491f7dde7f7f4194eea168d4b529141dbf5836f3e2e SHA1: 446901834f22c0bd5e27ed8c162a77c6925d697d MD5sum: 010d792f79c176581fb484f618375da8 Description: Common code for working with audio in ROS Package: ros-rolling-audio-common-msgs Version: 0.4.1-1resolute.20260921.001734 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.1-1resolute.20260921.001734_amd64.deb Size: 89702 SHA256: 038f2af451543fb8f45abc0a13b46aa22f4d5fb3699d882102a826afa2f741ed SHA1: 02cd56ecfdf4ec6e8be2f0c37a076a7d4a8b6399 MD5sum: bc4acd4e83f4aedb3c9a7d49ae3d451d 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.1-1resolute.20260921.001734 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 946 Depends: ros-rolling-audio-common-msgs (= 0.4.1-1resolute.20260921.001734) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-audio-common-msgs/ros-rolling-audio-common-msgs-dbgsym_0.4.1-1resolute.20260921.001734_amd64.deb Size: 730774 SHA256: 196a4194596dbaab87566d25388d99d38ec9470816566855440f9feb44fd2a37 SHA1: 374ebd9762f2ea4a878b9ed19ad736e7dfb861f2 MD5sum: d8001c23c7dd833fbbf776526a85b559 Description: debug symbols for ros-rolling-audio-common-msgs Build-Ids: 088c97e012832611f031798fc841d35461e7e974 3e02a57725072eb9a28ca40009923e17278552c8 4cf282b7c65a23b24fae55b87e4f3d8b21f3a760 70c9b918a0c849a591c33a8d5b1a36601db140b6 70e631f291d2ad963d7a0ef1993193f6de928cfd 8865804d5c9369afc0e2e0bcfc1eff05fb888c56 8a65e8638b24eeb0659cd39bbb9d97722bdea035 9c1cec53bb00302354991f27ff3d37c135a03463 a0183d8aa1d1817c0147a95dbeec3d21ee8e6070 b1dcdd3c96ea41d35ed9cfeb749901cbab7bcfe1 b45b845ae43fca41fd5c3ca84ee5bbea741e7ccd Package: ros-rolling-audio-play Version: 0.4.1-1resolute.20260921.004639 Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 647 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, 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.1-1resolute.20260921.004639_amd64.deb Size: 138482 SHA256: d1961e93fc416b94bfb670b9185131ffd0f03837b269246531c95f86c7bbae2c SHA1: fe4a34b89413cafba1337f78ef89478f5647a646 MD5sum: 6eb85fe6e3c63467c01503d48f6f9f3a 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.1-1resolute.20260921.004639 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 2929 Depends: ros-rolling-audio-play (= 0.4.1-1resolute.20260921.004639) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-audio-play/ros-rolling-audio-play-dbgsym_0.4.1-1resolute.20260921.004639_amd64.deb Size: 2487066 SHA256: 91182765f2368b08f4937d535816abd3177cef5c44b3ca9186ca86a32fc4994a SHA1: 113b7f251839feb3542ecc6d5da9b5343b81b208 MD5sum: a18ebd97136a5ef848611e6d873ebec2 Description: debug symbols for ros-rolling-audio-play Build-Ids: 7dd182b386406ed9e5e489255c880f1a6c2035ec 99a98dcaa18daa52d168b932a7057ec17b19d15d Package: ros-rolling-auto-apms-interfaces Version: 1.5.1-2resolute.20260916.024929 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.20260916.024929_amd64.deb Size: 343968 SHA256: 7b37582fca9ad46e4b3c4655a961b577cf9829e6285b250291dd92592df159a6 SHA1: 9b31f0f36d5c43f30d2362a520037babcc5989f1 MD5sum: f637bf56f999f07966a683647df9b1d3 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.20260916.024929 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robin Müller Installed-Size: 3317 Depends: ros-rolling-auto-apms-interfaces (= 1.5.1-2resolute.20260916.024929) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-auto-apms-interfaces/ros-rolling-auto-apms-interfaces-dbgsym_1.5.1-2resolute.20260916.024929_amd64.deb Size: 2013876 SHA256: 7f10e05e3691d3580fb9bab7e0b9f695cd7ffd00fc1a17bc3699c4ef53a83257 SHA1: 482762584b36a4413a30b443560b550340126669 MD5sum: 65e43afede97d778f9755671d8495d9d Description: debug symbols for ros-rolling-auto-apms-interfaces Build-Ids: 000b152697b6f926b97097f86d72320b8d21f6e7 16ee811a882f91ef3fd3ae423ccc9bb7241cd5c1 39e0a2ebf14153977872ba8031bd2d52012c0ee9 5e6157c0b31fe2b9baa40147c745e92b52f98ad1 6d653a4d221ba31eb3a03891159e7846cea82f12 7174aa70a747d4c7530ee832a481858c4dd28e78 89e2021ade8330b73925657545cda24f307f9357 aa896222bdf506d8a9aed90595a69ca924f8ecfe add4a280f7ec3dc5be64820bd57cb8d003420dc9 b4ce6f06096d554633c6e27bae51debe3dd32c15 ee8c08f73dfe78e8ff83f8a2ac5798500f8f89f7 Package: ros-rolling-automatika-embodied-agents Version: 0.7.4-1resolute.20260916.213950 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.20260916.213950_amd64.deb Size: 545946 SHA256: c33dcc18892a54acf92c9af9048f48b9b48b0c6736dabc2515ea9a75602970d0 SHA1: 74846f5e9b2b3df2f4c83892cfe5d578a182c868 MD5sum: 96d9c65e0aea4ec58f182ad4e041e3d9 Description: agents Package: ros-rolling-automatika-embodied-agents-dbgsym Package-Type: ddeb Source: ros-rolling-automatika-embodied-agents Version: 0.7.4-1resolute.20260916.213950 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 2947 Depends: ros-rolling-automatika-embodied-agents (= 0.7.4-1resolute.20260916.213950) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-automatika-embodied-agents/ros-rolling-automatika-embodied-agents-dbgsym_0.7.4-1resolute.20260916.213950_amd64.deb Size: 2218288 SHA256: 057094b673f40de695ce3e0ae1c504af66cf0d01d5d014b895ba4020cdafff11 SHA1: 65cbea19ca81db72713eb8dfa771cbbc68aac04b MD5sum: edbbd39523b0619650cd9bf58b9b1970 Description: debug symbols for ros-rolling-automatika-embodied-agents Build-Ids: 2a72eca77fb0df47b670c493f5664717dee8ad74 335b883e7aed4604191bc2266282deb4e6b3c6d8 621a96651c83fe29686d96b0b6ebce47f56acd60 7a23ceb45a2bb057a7742a9f22104011c4ec3856 8bf471d0a95140c958711ee75e6c3ef4a21e6522 9eaf56db5221beaddd450dddd27e425f917242f1 9f5b1ac4fdf8061f05ff841a5b3348f67bcd6a11 a695458c14af764c0ba4dfccee081040eca5c0ac b57c6675071288d1d97af84b48d79bb647349fd7 e1170a7b0c44ea799ec26a7d2967d8f337915f01 e43a8113d63987db4810c97e0d66b6b8d2f40fbb Package: ros-rolling-automatika-ros-sugar Version: 0.7.1-1resolute.20260916.210937 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.20260916.210937_amd64.deb Size: 732174 SHA256: ace325a0758ee2b06875591479f61f8c618eaeac5b2dbba8c558bf288d449d04 SHA1: 43b160406eef3bbb3d97a7b36f6683e0f59001c7 MD5sum: f73529b40f6c0bfa2dcca917c4e59d23 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.20260916.210937 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 2475 Depends: ros-rolling-automatika-ros-sugar (= 0.7.1-1resolute.20260916.210937) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-automatika-ros-sugar/ros-rolling-automatika-ros-sugar-dbgsym_0.7.1-1resolute.20260916.210937_amd64.deb Size: 1855140 SHA256: b6c89b6acbdcad52b2fe9ca83da751cbc2decf0904e98d645105ac78f13524ac SHA1: 824c29474be0d3324cab9317abfb947c951e6e03 MD5sum: b2249e4ba2bfaa5e2da29936981f5dd9 Description: debug symbols for ros-rolling-automatika-ros-sugar Build-Ids: 0ba88d73b2a5bf05c649be0718edfa7211b6846c 4c825c08979c895f7693252f4e4ce73ca5ba51a4 4f689d4c894749f5dae26ea143ad21f0630464d4 6ddf01eadd402d5a215d90690547b724c969b387 6e357991708b9683a09c90df0b7c7bffda715b37 bf64734e0f5fc9fce531fb9801722fb0e74a7319 c49d32c281aefb075ae254deff00404365f7b56f d8c10d6e70a481104ac317d5dbdf6f7b714d4da2 e4282680a40079265c691182e33e69ac7f2eb952 f4a6b7706bc2cfb31b0ca220db80971ece35c893 fa2545653b6fa351d8461be61c73156377b0b9ec Package: ros-rolling-automotive-autonomy-msgs Version: 3.0.4-6resolute.20260916.034904 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.20260916.034904_amd64.deb Size: 5902 SHA256: 3c3bcf7d070f6fa67bd074b4ab7a4c908d0b8d96d69fcd0a2fa5aea66f28f09f SHA1: b38c3c7754ff25e9a3de0dd78f1c9d01dbdaabb4 MD5sum: 4fba70d23162aaaf574f9be29270d4ce Description: Messages for vehicle automation Package: ros-rolling-automotive-navigation-msgs Version: 3.0.4-6resolute.20260916.033711 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.20260916.033711_amd64.deb Size: 182492 SHA256: 43703a76feb916ed76262414b2c2c18e317450e7205cf14e17a34c745c23afd4 SHA1: dad55a63cf4a472fc9348a1a6196b116d28a6488 MD5sum: e13aab75072a0496d4427344a4e10c98 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.20260916.033711 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.20260916.033711) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-automotive-navigation-msgs/ros-rolling-automotive-navigation-msgs-dbgsym_3.0.4-6resolute.20260916.033711_amd64.deb Size: 1534732 SHA256: 4fc35c04e8b86b9eeda1bff0af1b2b59310678a4abf3ae1b8f892aa5d24c2674 SHA1: 35408380cb5f69d840829d02453d976032b44367 MD5sum: ede5e8f0566651af0c158140b8e003e5 Description: debug symbols for ros-rolling-automotive-navigation-msgs Build-Ids: 22136e37b61362cba8345ba3fbc904c5c63d1d39 50765431084a6307fbe2fb41f7a1aa2dfefaf477 859337ee8c2e6574b2723fdfda1cb4d9879ed3da 8aaf0b6ee402363608bf39f30357e16dd04e4cc7 b964c889b36d6222301c8e6311d409b2c26bdc69 ce54732818f0a176879bb5725044bec4f58edbbe e10eae888e18fbdb230c8f30d0ac15909fe6e8bf e4ea079750ae58e5359d511ee8de519322450662 e5bdcba5df0c4642445542644765118632c1d1a0 fcc106bc88144962704a84b70d4937f011e228fb ff34fde553aa304444bc3e8166ad6126b852e5bd Package: ros-rolling-automotive-platform-msgs Version: 3.0.4-6resolute.20260916.034219 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.20260916.034219_amd64.deb Size: 277746 SHA256: bb4e1528415716a04a11a566695a39d18732b607dce00c8f5b31de30f770c133 SHA1: 0f9aeb0acc7c15853034f52214dcafb71123411c MD5sum: 291350e751cf182cea30d89c9c6577a8 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.20260916.034219 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.20260916.034219) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-automotive-platform-msgs/ros-rolling-automotive-platform-msgs-dbgsym_3.0.4-6resolute.20260916.034219_amd64.deb Size: 2345470 SHA256: a77d8318bbea2528f7843d72d7a2c87a9eebbe11c1996b8845f367c5e37504b3 SHA1: c50bb47eea582a8950dc7aceb55816d6a7553efd MD5sum: 343d5004cf417e5f56f88ad1229266bf Description: debug symbols for ros-rolling-automotive-platform-msgs Build-Ids: 1a259c1af771afb70dfb5ce42e3799aaa07abfed 36af39aa297e45d1ae8ad849252bba2265a28dd8 41f3fc2a6b5b3a00f12013d25ffc99add8473b61 48f34078a8b39cfbae4d79dc790370fe6b4092b8 8ff5479ace734279585fd22980c80d7bc45a2c25 90c2ba943e5cd9a0cf8df5352a999047805991a8 a9af558ed24bfdd9ff133c985d1fd9b35ffe9508 c3f4b07b0500629b2c272bb4fd103c5fa96fa36d d791a47331536e71fd9fddb4a94c699c42e893cf db858fc6213b8c767b90462cfb80cd329ab67c80 e47091b9be8cdad3a9e955299772fc97820aba63 Package: ros-rolling-autoware-adapi-v1-msgs Version: 1.9.1-1resolute.20260916.034403 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.20260916.034403_amd64.deb Size: 1086702 SHA256: 8bf147f3563a86948bb2bab9c7cd95f9cff3ea49db6fd64bb08d7cc0a454cc67 SHA1: 1953445122342eb817b9c4bcd2857284847a7dfd MD5sum: 49a827be341372fccdde83dc88dcb935 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.20260916.034403 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 15198 Depends: ros-rolling-autoware-adapi-v1-msgs (= 1.9.1-1resolute.20260916.034403) 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.20260916.034403_amd64.deb Size: 11608994 SHA256: f8641d7404a0ee91e12d131056c2fb7f0b70484c60c7c2bbf696fa0e0a132234 SHA1: 9dd891f0bdb84e9c391dee2f03be1a811e50c716 MD5sum: 9b5ddd446dabe121721f45b672884621 Description: debug symbols for ros-rolling-autoware-adapi-v1-msgs Build-Ids: 15a4cd4d09e90956344cc68ae83602a0073a076c 48700e38eb13c07487327947f87d01430b3ef261 4bd3313f48e831eb38f03993695f077f6b8dcca9 577ce60ab8776498f55d82b28fdfc52a47006687 5e02ccb8b7846f7036a975d80010a8346770885a 6c8c6eda32b9965a012a37ac23af6b8751030e80 729b10a5f3e71f56125d1ea2e8508a113cf69d7f 79e20a1006f2cd847c8344b5d2caef43b9c42b69 b88e3cfe3f66df0ebc3f0e18f35b03152c3782d3 d99afe3d48f41198f22b7b43de1d2bb7f6e0da51 f2a58a79ed95bb7fcf7c7c4ad1ff017a2ef70c94 Package: ros-rolling-autoware-adapi-version-msgs Version: 1.9.1-1resolute.20260916.025033 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.20260916.025033_amd64.deb Size: 73502 SHA256: 2f260eb99fa214a056bf2e4cf0c14c2e1131ef5f5a25d04dd155db9587ed94e0 SHA1: c013023d5640330e40b8945cab68ac4d3fd93cda MD5sum: f8079f1a0c8ef246a184dcd2cfbf7e8e 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.20260916.025033 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 539 Depends: ros-rolling-autoware-adapi-version-msgs (= 1.9.1-1resolute.20260916.025033) 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.20260916.025033_amd64.deb Size: 329694 SHA256: 952c495179c482221dc977da951e1aac5827a6350f4a721582d038d920d81b0b SHA1: 2f25fab414e8abed333c3f4f7dc76e5ba8c078ae MD5sum: 697081f4cd2fb0f551bd941dc979b525 Description: debug symbols for ros-rolling-autoware-adapi-version-msgs Build-Ids: 1e83d7891c5885de1cc248f92e1399cb2ecbfde5 3ee30ef9f92cf79c24ce769458da36030ccf714d 3ee8421eff24220c6c818ffb13b7bfee14a646d7 412e80111f506df7d125a58d76589dfc78d6184c 78f8261e9fa1537cb11a952a8bad571ac02077bc 82895c177e0eb0cbe46642940bfd54845b4fe166 8a3f37701351ca3ec5b476a8dcb57948e4bc263d a6a4ad4a168d5846f8f4c96c22e0c7cc4a3beadc cb6f447c459c18ff618357154ca2f5a222fe7014 ed3dc37b0fcc37a2c258b2186c148aab5462c527 f7efa56936c3b04a4059b5d01c7ddb6d7aed5529 Package: ros-rolling-autoware-cmake Version: 1.4.0-1resolute.20260908.142124 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.20260908.142124_amd64.deb Size: 9196 SHA256: 409e023a11238b4b6c5cd5cd6778f184309ae051c84ec0702ab2f93978c3768c SHA1: 93062c8d24ccb8744d981fc3e09415c1c2089551 MD5sum: 701860b3c4195b32eff6af9103becdf8 Description: CMake scripts for Autoware Package: ros-rolling-autoware-common-msgs Version: 1.12.0-1resolute.20260916.025044 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.20260916.025044_amd64.deb Size: 48110 SHA256: 7d1355cae6f0ed9862d185dfa98158623136cd9c3e3ababbaef1fa15625ef1f4 SHA1: f5f4651cfdd620acde2e7019bc6f69aa286e7d1e MD5sum: e9f936b3c0bea5fa3eba168a62690d88 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.20260916.025044 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 349 Depends: ros-rolling-autoware-common-msgs (= 1.12.0-1resolute.20260916.025044) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-common-msgs/ros-rolling-autoware-common-msgs-dbgsym_1.12.0-1resolute.20260916.025044_amd64.deb Size: 208192 SHA256: a596034bf0807c922ae7332a7ac11198262a32cd2781326eba66eea9396e6d04 SHA1: a27d741f225cadb75fdf580f97925fa8c1bfa023 MD5sum: 6d5c71e961456782e817fbd0682c90a6 Description: debug symbols for ros-rolling-autoware-common-msgs Build-Ids: 0082f3123dbd31a72ebbf0284ed7e75619d63630 0ec2c9de84da4d3e3782d1e9f8c7730f9726d2d0 5e5f2cfee2c12a3071f2ebb5cbb2f8fc4869cdfe 63ffe604e9970aeb926391f985c750e2cdac152b 82e5a51568b8dfca06846d36965ce8b8ad95c024 8a551c7ec8b971c556d1930c3b6f3c550780cb45 96c6f9a31f30ce2f972774b3036258c16c87dc62 b3fb35713c2a452654177d1273063b5091a9941b c3509d3a488e7efa04fee9cb753587c1392466e9 e62c2c4f1e21436287eed10e481e3e16d407d2f1 faa91e5bcc49212b3e203197c15f8d47a36f3e39 Package: ros-rolling-autoware-control-msgs Version: 1.12.0-1resolute.20260916.025448 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.20260916.025448_amd64.deb Size: 83068 SHA256: f28ad4a38699e77911ced0f6067ace12a389a2438c6a7568075577df60fa77b4 SHA1: 82e7accb898b4acd559361326ad998a2c24a0c2f MD5sum: 0690943005799a56db0f3c9d4012852e 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.20260916.025448 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 691 Depends: ros-rolling-autoware-control-msgs (= 1.12.0-1resolute.20260916.025448) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-control-msgs/ros-rolling-autoware-control-msgs-dbgsym_1.12.0-1resolute.20260916.025448_amd64.deb Size: 476508 SHA256: 43dce4bcebc77b5ee1d1b26a4cba3dda58180805ca92deee6cec1bb8b3f1c9a7 SHA1: c3e7cf98a2d8a0f4122f623fc3a0f3eec6f4f584 MD5sum: f45553dfafda5b0fb215a936d2fa0277 Description: debug symbols for ros-rolling-autoware-control-msgs Build-Ids: 2266f4273f1bfe1149819c1ceedfe8941ec6116d 3325a2e5d732e764ed0f1e4a4fb9576eaec71a0b 44feb15db7b05a6a6985b36687c2cc99d123e4ae 4c62e5989d3309624a5edf3448257d6004972f91 4c76b036898aba65549af3b3bee38e6b3bc953a7 5cfc24fc7a308bc2e6f0aaffe192ee6ceec62e40 833caea1f1e059484e6b03a45b6957101a6a0a1b 8a725724ca4dfa842d7dd9012bf06e6871f3bba2 9cd20adacd9ab0275c2a90d81d0c88edd061b36b aacd216bbef657ddd8559ef8c8cbc6c4e593d480 d1fb5950f70b4ad15843d6596195d6b12b4d0bb0 Package: ros-rolling-autoware-internal-debug-msgs Version: 1.12.1-2resolute.20260916.034214 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.20260916.034214_amd64.deb Size: 194964 SHA256: 5f539362b519c9c0d59482b0dd05f1718768d2e0efd50e0d565af00eb80c79c6 SHA1: 757edf3076a8774fc616cb5b17d233e1d1c6c763 MD5sum: 7c91ea2df5795e47f773d368b730778f 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.20260916.034214 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ryohsuke Mitsudome Installed-Size: 2290 Depends: ros-rolling-autoware-internal-debug-msgs (= 1.12.1-2resolute.20260916.034214) 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.20260916.034214_amd64.deb Size: 1696908 SHA256: bd235142b3b91d55bd80f060d5cc26eda2b872f10d8d29ff377b277c077f54e4 SHA1: 8a266d15a6833f6960839bcbda5a2d7e78c93ba3 MD5sum: 6f508735f560eedde0896ee17a889876 Description: debug symbols for ros-rolling-autoware-internal-debug-msgs Build-Ids: 0a8124c813ee3b2ef83b1d784bf5ab152267aaea 14cdc1927ca54f5083637f999474bd4936fa2b0a 1d0fee0eea86984a7cfe5e459d47563b756a3763 496924a7c1fb37780be231b52a94895e6ba868e8 4dfebd08094db50abaeeb0c9414a3c8c159c895a 706900bb074cafc68ee3760e7939f33069a86110 b012602db92445b55c311d5bf5b6ff5447e801fb e5ee026185c367ae63aae24ae0f086c854ebf4c8 fb3a14eb831ecec471cf326ffa180052034f338a fbb49b46b9f6a5c68f4f037cd7a142f2736f8597 fd2d7d32b9a69a92b25b5576da0c8ca3fa168e3e Package: ros-rolling-autoware-internal-localization-msgs Version: 1.12.1-2resolute.20260916.034115 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.20260916.034115_amd64.deb Size: 119224 SHA256: 4c00112c9d57873e69aef5a05838eaeafbc7955722971c961cb8170f81fc4c7d SHA1: 9592b14d509b00571f1fbd9bcd73dd362d816933 MD5sum: f76f14c54f9268f5d0f2bc6f7b0c8982 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.20260916.034115 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Autoware Installed-Size: 1115 Depends: ros-rolling-autoware-internal-localization-msgs (= 1.12.1-2resolute.20260916.034115) 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.20260916.034115_amd64.deb Size: 771166 SHA256: aec523719dd4b6a933db5d6310726200626501003469db4372f585d5880c19fb SHA1: a31a68930f1f8cf39019d6c3fb2e442d4c925595 MD5sum: 32ed41cbdfab225355b61724f98c0ab7 Description: debug symbols for ros-rolling-autoware-internal-localization-msgs Build-Ids: 35505d3d60367a6f3ffaa02135be2caaf3a88723 3aa5958f4369262fc7b7f5cabeb8d7819d43ebd2 4ea8f641ae77b4062fffb373a59acad3c3715cbf 5b20fd6e8351d9fb8d689580b135cf47b8da93f8 649e8804111b953f90797c5abd1f45ec2d05c14f 6b14da26d860b7f40e0bee4f3e0e70f9ffccb66a 70c1fb82d4f61a635ec0ede30a00d159bc3eee95 7d8e1ebd1717516cd65b3df9709d1e926b25cdd9 c6974b3eda4a511099df4dfb7cb20bb419823c85 c946d07e8c78ddfe622e923da2ac133eb190def5 f496f3ed51d760b2a56cb2cc7c40cc5f6a93b65c Package: ros-rolling-autoware-internal-metric-msgs Version: 1.12.1-2resolute.20260916.025458 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.20260916.025458_amd64.deb Size: 65970 SHA256: a7a8a56925b7f3ccf383109b3158c2fad641208073e667ab97896d47c6153243 SHA1: e0f9f99681022ee8d244d7cada5562448a348295 MD5sum: 77bc6e29e3c43518224c2759978773ee 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.20260916.025458 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Temkei Kem Installed-Size: 536 Depends: ros-rolling-autoware-internal-metric-msgs (= 1.12.1-2resolute.20260916.025458) 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.20260916.025458_amd64.deb Size: 362300 SHA256: aa22ef4b91a0948ce8c49ff3d45e03d74dad5271294dcf3e736dedffe4b0e9d8 SHA1: beac88db4c686524dd4e66c7e0495faef56fec82 MD5sum: 181a2a56b3ba0182c4602604ce6d2f22 Description: debug symbols for ros-rolling-autoware-internal-metric-msgs Build-Ids: 0923620a710d5db9eda609e3a36bd2d40e3f2074 116de05a9115e865df4a193683def250098722e4 13b8c4efdc635db888119e026656745aa29c0ea5 1a8d2df371f66ff155550f687f71840af2f5cc23 3484f2e67ab4b3451e732b55f0225f4ff70ed634 35718eda57d351775ee5b9401d141caa377591ad 7885e773ae6452ac8f0d82f85cbe20d63aa37324 878274b77d9b0e8ae93ab0eaf455aea5dd87ff89 c74a5d3c29f5875fd73906c5535441b3d4e5a854 f5dfe3a6773d536708331937e1cd0e38d0b87137 fd768440495eb028a62da4a10f1e575550d33afd Package: ros-rolling-autoware-internal-msgs Version: 1.12.1-2resolute.20260916.035851 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.20260916.035851_amd64.deb Size: 68066 SHA256: 501ad5d11cb30d8c8639a9a8463b50f4faf318ca9243211ced62c4e221aae419 SHA1: 32d81112d85da2d5ccdb09c00d322d395580df2f MD5sum: 5ca0f6b27ca7d8941cb39fd7c46d4bc5 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.20260916.035851 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Berkay Karaman Installed-Size: 570 Depends: ros-rolling-autoware-internal-msgs (= 1.12.1-2resolute.20260916.035851) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-internal-msgs/ros-rolling-autoware-internal-msgs-dbgsym_1.12.1-2resolute.20260916.035851_amd64.deb Size: 376110 SHA256: 0d84478dee0fd4ed0660603a2022ecccb57337f8ebacf28ae124f63ae737ebe4 SHA1: ba24c697a4736c9d9c905e478da6940ae8c02773 MD5sum: 2cd535b8b96e0ebe6a42260dab902df7 Description: debug symbols for ros-rolling-autoware-internal-msgs Build-Ids: 21abe2bd8e3e7bf91ca9dd8d25fbf2c044d50666 505b2edef0ecda166f5474f9fc1fa6e3ba460be1 52379d5bea83222172c88380e3d7ab9b605e8658 64f02d5073808038b442b4d2037d0b6d364e356e 80e654e1aa3fc6ccfd0c489abad9b5f61050ba76 8630f650df484095304b2e7f1b279584f7755044 96d891d690c94caa284a5e5f5e098481555e5ad7 a24ca1fa3edd50350ebf41e0b144b3d7976598e7 b36708251884af1da953259fe1629c516179fa2c bb36a003545b31438f63748df5f8a6bc4cc7caa0 d6a176d4248fb5b93235af94b1d050000a39b565 Package: ros-rolling-autoware-internal-perception-msgs Version: 1.12.1-2resolute.20260916.034615 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.20260916.034615_amd64.deb Size: 55184 SHA256: b53b16f4dc257433d33e147d075c3f8b15bdd4f2d846887cd6c03444f5fe3f19 SHA1: 24236ac796cb6fe23c4162c4a7729de44588750c MD5sum: d84cd374968d5d56d3b9b19a7f288d51 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.20260916.034615 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.20260916.034615) 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.20260916.034615_amd64.deb Size: 264548 SHA256: 128da012cefda954d1f3eab15837991e2e0b98757c713388b1e8f89bdc7f1249 SHA1: 94e3bdab9ee123e424978ff58ae35c6c2d18fcaa MD5sum: 11cb1999008fc4f99dea9845d0c2012c Description: debug symbols for ros-rolling-autoware-internal-perception-msgs Build-Ids: 2d13bfd78b300d9c853803f252e1381b7aebce52 2e6227b75cbad46886c2f35568605b480f16d30b 6e5cde17f0536a0674bbe84e57c46e76905b32ee 795945b537b4a3ca5d0d2eee2fbe843b9ada9f65 959e3fee84f936d0377a4cdfeca72b8ecd670086 a9e1f21c1461390c34e8f211cc7885046b06ffe9 dca79ab31d90df743f70f0a3e9e6b262b0d101ac f07ddc1184920c5408150105f394946958c67b2b f96732e15ef5a3109019b80b18a4644fba6538eb fb28346252d92a5de0f6d80296cb66fe87859ed8 fce135a9d35e5ae0ab0679ff78c277dde1390f04 Package: ros-rolling-autoware-internal-planning-msgs Version: 1.12.1-2resolute.20260916.035007 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.20260916.035007_amd64.deb Size: 401700 SHA256: 897b3f4996d2e04bf3e4f1b52b9936225ccce8e9bfc9af052ce92fc52a2847b3 SHA1: 803218b9d64fa8afff8e155672c8ff5138bf90f5 MD5sum: e68ab02a0690a2d1829625480085baf1 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.20260916.035007 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yukihiro Saito Installed-Size: 4991 Depends: ros-rolling-autoware-internal-planning-msgs (= 1.12.1-2resolute.20260916.035007) 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.20260916.035007_amd64.deb Size: 3810322 SHA256: 336e9b93f4a4c65e7b0b22ec720e6483b4505bb06e9bcb17b1f831b05d8e6594 SHA1: 9bc41d97940eb8cb04aa65906d8f0c84c0ee187b MD5sum: 9b09b8de0e8f8573ae95c5a7b8c73eed Description: debug symbols for ros-rolling-autoware-internal-planning-msgs Build-Ids: 039ed9c8c9fa535146c2049ac1251725d2a9040d 117466a8cd7fe9743ff356d24f27b29a05634a8a 15cb84a802033e795b6a42671c900c74a9ce8519 21dd008ebc9f85fa1f964002714024223df241fb 472543d7e3e9ca550cee2cccf082b8037fbb152f 9225e0efc52abbdda059475f60c0899a0873e4a5 a182a4f94aa1e39eb9baeb3716b2758a2fdd144a b67556d904fb3c6f0647e7fa04ea4e04c46beabd d020e784ec23eab1940d8713bd55d2d96bfb166c e4e410062af051bc100d5ba6bece227a923bb02a ecdc9f0175fe8e47412b64a4953ea302df7e42c6 Package: ros-rolling-autoware-lint-common Version: 1.4.0-1resolute.20260908.141750 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.20260908.141750_amd64.deb Size: 6822 SHA256: 76f98e519c778487c3796729e00a73fbcf9ae4e14244ca61c68e47bc2fc32857 SHA1: deab53a309a2a8524ff73ffd08d00fe29ece0351 MD5sum: 65ef652855f94909e713e44beeb4426a Description: The list of commonly used linters in Autoware Package: ros-rolling-autoware-localization-msgs Version: 1.12.0-1resolute.20260916.034112 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.20260916.034112_amd64.deb Size: 107574 SHA256: 3722709db01c6e31c44c31acf391a07f2f97aa5e1ca058ebd80202647aefacf7 SHA1: 7caf28346262d5222f0343503a0bf8b2f20b3ba9 MD5sum: 2c2a06a102495a48582b68c239c161b2 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.20260916.034112 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.20260916.034112) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-localization-msgs/ros-rolling-autoware-localization-msgs-dbgsym_1.12.0-1resolute.20260916.034112_amd64.deb Size: 613610 SHA256: 52a394ec0aea4f6178870717c5a97aa6b19fb9519aebe277f06557049aebd5c3 SHA1: c5899b3e732f670a72e3f052834346ecf12ee527 MD5sum: d354b5bc6cd900bec740d75831f77ebf Description: debug symbols for ros-rolling-autoware-localization-msgs Build-Ids: 2627e812d61bad9b27c0de3b5fd49832eaa7bf18 2e242b8b46672c2ce6fdd670d1f89f58122bcc4a 52499722e9a7f038567c2ae6bf38616a17e2517c 5a40a1ec86c530e688f75e536ce925c4f51ed7b7 64ac201880983e0bb9bc3bf80a3431a72421eef8 97324880b5c73ad440bfbd7653429335292232bc c514447aede9cd45201905ef5c29c9d4d2ca7925 cab7f31353e018d7e6a08751a2cbf62d0cb88ff4 cbde8935d03a961981e0166bd1370835d432c9bd fae89a0a211cb234b32f5c370c63a51c6f96e3b9 fb9213a2c329b8ab8ebf343af5ea3fd8d132ece5 Package: ros-rolling-autoware-map-msgs Version: 1.12.0-1resolute.20260916.034710 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.20260916.034710_amd64.deb Size: 306116 SHA256: ad8320c9ffd0a83bde3f25795fc2b8c1b574a328f127abc5bdebaa4734d285c3 SHA1: 321562858899ddd32df225fe3a7fd73a6bd02076 MD5sum: 6f2296432d41bb6ef1490cbe08904e11 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.20260916.034710 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.20260916.034710) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-map-msgs/ros-rolling-autoware-map-msgs-dbgsym_1.12.0-1resolute.20260916.034710_amd64.deb Size: 3093686 SHA256: f4badbd190b66e35da51d3ad40eec0083d7275993ad5ea190e7685284f41f161 SHA1: 187e15a6b991fb60f93560e72e46ebf6c12f847b MD5sum: 2f99e33c325b8e996fec38044472e8ad Description: debug symbols for ros-rolling-autoware-map-msgs Build-Ids: 0cede00950d04130f0c4307db04dd44bedbfd5d8 1223c80d257bbbc1d3034007ca50172f92b4c396 16b8370554b54beb5c40cdf2a91d679c68d5f8d2 1cd68ff2d2992e54bbc0bc38eb0015b943104d67 1fc07bba06bd0994ae9097070452b479643e8155 70afb25bde234980a4bfe2695686f79190309e9b 9523845637712001ebecbf508af8c67b5b950e93 abb536415c1018491a3ea6b8c0779225f2157509 baafaa90ecc4cde2524b2137d26632274b4307a2 f034d2df927f2e19a5b70c47a4cf168114d767a8 ffa2874e7482920d1701385709c23b76e6adece5 Package: ros-rolling-autoware-msgs Version: 1.12.0-1resolute.20260916.035626 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.20260916.035626_amd64.deb Size: 6028 SHA256: d8f4e9af732efc0219b2ad0110fcc244b483cbcba1123c4a05c23d2e1ea3c727 SHA1: d3a14f4cbbd43e57e2bfc140ca8f321cc17e1f73 MD5sum: 9e06d0676e679064e44f08b71204a581 Description: Meta package for the autoware_msgs packages Package: ros-rolling-autoware-perception-msgs Version: 1.12.0-1resolute.20260916.033711 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.20260916.033711_amd64.deb Size: 262762 SHA256: 64a23c510be444321bca6c23d3f2764784063530ac2ea4073a02e0864a610794 SHA1: 77ebaeb3c3669bdd8223780ed6c14c3601f746d4 MD5sum: ad1656347b108c013109b8e32f0745a4 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.20260916.033711 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 3168 Depends: ros-rolling-autoware-perception-msgs (= 1.12.0-1resolute.20260916.033711) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-perception-msgs/ros-rolling-autoware-perception-msgs-dbgsym_1.12.0-1resolute.20260916.033711_amd64.deb Size: 2441812 SHA256: bd2bf19795775ae3e218369a5c9fd88dd4c5c080e0d14a7256a887ba16646ad5 SHA1: 7af8a90ade96fef5461d1b7680762a67f87ba89f MD5sum: 0491da2ac6b06cf2e79083950c373557 Description: debug symbols for ros-rolling-autoware-perception-msgs Build-Ids: 0f3ec16580ba6b26750a9b7dd1daaa975fcc5052 13e84c46e7619248f7c4d09a94da68d2446683cd 305e7e04ec95f3ec74bb076876e4fd0c92efccbb 3373a19bad7c22f337551e396b285da60d1f5f5e 46e109b86e882a1b881decd97627bcde2b00a883 6bd43dc8018f85b5b5df4e4c87d21f844a3cf551 739cd2960e4662bbbf5ce6c94f7af13fa0f8dcbc 7b3a8e21b0126bd80b501b7654af48c86e2b6893 e044692bbc90d77235e548e20e3221d0ab9e8b08 ef93875ea4a1659058ed87d0b3aa3e1a3bb91330 fd6cfc42b9125ff38f8d83b16a1a5cce1b550e11 Package: ros-rolling-autoware-planning-msgs Version: 1.12.0-1resolute.20260916.034314 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.20260916.034314_amd64.deb Size: 277670 SHA256: 734c99af8d855bfddc877605abebbdce52a846b07214de49b9e5698717fedfc8 SHA1: 526887d8ae6ea29fbcac0b5ebd07e5f7609a346f MD5sum: 58b0aadb349b724c84d84046bcb0bcf7 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.20260916.034314 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 3183 Depends: ros-rolling-autoware-planning-msgs (= 1.12.0-1resolute.20260916.034314) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-planning-msgs/ros-rolling-autoware-planning-msgs-dbgsym_1.12.0-1resolute.20260916.034314_amd64.deb Size: 2412712 SHA256: 2cceeb81b5a39c2e1e6df53510aa48442ceaa508d5c496a1646eacc396fe4d57 SHA1: a903723e24091ed220a9de5df5054ba9fc0a0233 MD5sum: f5f2b8a3b173e47885c6077e50d1fb20 Description: debug symbols for ros-rolling-autoware-planning-msgs Build-Ids: 1474ae62e2fa08b7f416a4c328059f0850a74e1f 1c2d87020e4deafd5b931e28991ef43fca882dbd 3d40970696592a3266a1b76066ff6d6dd5bdec15 5420e1696bd0d696376076033a3d4fb0cc4df9ea 647dc91df52c5a51d8f3a74c784bee6165cd7079 689fd717a6d976d29d86fe8ede066878bc1621ec 92b526f9597662a1c5a6722c28a399e98330b371 b6d8bde6ed058972d70614b14ecde1a5907ac193 ccd0b794d576cd7853404d3149cb3611a7ca1657 efa0648767505b0d004450467a50a7f1c3366057 f6c4a752e243063cab9b57cdb8675e59ae94fdef Package: ros-rolling-autoware-sensing-msgs Version: 1.12.0-1resolute.20260916.034720 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.20260916.034720_amd64.deb Size: 189720 SHA256: 5c7c306705a5092f3052934a1112b2fff7b22ee706b5a63e0823ed850bd5f565 SHA1: 3d55e1ddbe8e5f50f3786c8a2cbf10e9852e7b21 MD5sum: 8d0b70d6140508a6e650ac6efcddd65d 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.20260916.034720 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.20260916.034720) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-sensing-msgs/ros-rolling-autoware-sensing-msgs-dbgsym_1.12.0-1resolute.20260916.034720_amd64.deb Size: 1535384 SHA256: c9630c1c069c4ff847594b993d30b76211925b184fbe090fc9b72842bb37fe98 SHA1: 0a822af3cbc6e1627017929135fa3b8606b1a1d2 MD5sum: 4e26f73128cfd93cffe06b842002853a Description: debug symbols for ros-rolling-autoware-sensing-msgs Build-Ids: 05429a0e37a0d5557ae12cbda5f45991ab8a4642 2523b5df30151823131214aa254de93235980e45 2a5acd64ea82d45820c5a95697a1a77cb73adcfd 528ab1929f4ef788e7be5eff8441c63e449433bc 6b213cda8e76206a8fbb98f4ac0e424c89534b7a 716d50924e8a8836907d82d9cce858273f49968f 81c2eacbb18e9f6f73320623dc7ffab72499ceab 8f4e6edfc73b466bfcd1c5bccd8781c79d26e64d abdff8d858cfc87d3ab023433c72ad0b7afd0910 e5ec75bf74ae3a14fa950b1c83d6094c7bac3d68 f5a11c29d3ff8dadf819d0331c8ba68bd68ca416 Package: ros-rolling-autoware-simulation-msgs Version: 1.12.0-1resolute.20260916.034343 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.20260916.034343_amd64.deb Size: 71066 SHA256: 97d9d5b1df9409c26424513d0cc70711360c5c401be831221c75bf214957bda0 SHA1: 39faaa8dca96da5c28e4fe2bf26251666669670b MD5sum: 9e1359d483fdd4ef139cb55ff577b8c3 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.20260916.034343 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 531 Depends: ros-rolling-autoware-simulation-msgs (= 1.12.0-1resolute.20260916.034343) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-simulation-msgs/ros-rolling-autoware-simulation-msgs-dbgsym_1.12.0-1resolute.20260916.034343_amd64.deb Size: 334336 SHA256: 60c28f99c5bea550a0ee4712dae36e067637ce4ab0579ef2777256a2dfd6513a SHA1: abafba60cd0fde42f2ff6cb66bf40cddbd578708 MD5sum: bd6feeb88db0e66cdc1f1144aca9bd28 Description: debug symbols for ros-rolling-autoware-simulation-msgs Build-Ids: 14c768f9295fe18d76ec61ebc41d82929e2e48ca 1bf46c4ce3aea44d83309a0c7c428b06e48c484b 29db54d07eedb5b06a1a63e97f8f40e18d898966 793f7a04b132625960445a38a09982871eebad97 7be6850858018000b57ddeec8a4e4e620c833ef9 af9241b590113383f70ea2f9e006eca1e3649ed3 b4b007ed2219333dd4f7288ce8cc3d1c90797d1b b5468d6bb65f7190b28f4a776e66cb288875aabb cb7628df43152d0e915044549e02115e965f06b9 e28dfbf779d7807352ef08dd3b0154669c0c27d2 ec9aa28944075acd86999e43282078594562c217 Package: ros-rolling-autoware-system-msgs Version: 1.12.0-1resolute.20260916.034318 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.20260916.034318_amd64.deb Size: 144622 SHA256: 5f3b9ce2174d2b0dbeaaf4b150c45056afe58f93e9fba1351b44f989114c4e47 SHA1: e47ecc64bc0017f1ba3eb15bbd9edb123ac0b1e6 MD5sum: 435fb2a06ea3e6d710efe3e4ca9ea5dd 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.20260916.034318 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 1439 Depends: ros-rolling-autoware-system-msgs (= 1.12.0-1resolute.20260916.034318) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-system-msgs/ros-rolling-autoware-system-msgs-dbgsym_1.12.0-1resolute.20260916.034318_amd64.deb Size: 1041362 SHA256: a845e33706cf2b07edffa7a18066bce18acd3875d4040a59643a78c56325266f SHA1: 49fe5f8c796403b6603b6c34b31839d2fe016209 MD5sum: 4336ce930df57b5f0e1919a57aa7d8a4 Description: debug symbols for ros-rolling-autoware-system-msgs Build-Ids: 1ba2c2d4653da731fcaddfceba7031bfabab2727 24d6c0fe0ddea560420c5dbf062ea29f5705ef00 3f5dbdb8dad5940320962a210e3e0a338f0ed853 5e534b9aa396862f970c567bea61f3675ee2fefb 8c0abc380bf08c589482b5d19e1f098bbdbe18be 8dc467b62a3e59d3e7f6cd920e047e4f2e3fea88 98790e3abe9d3517620f731390d58e60add3b5ae c5b1dade0234940a0550631b9ce036c2be06a669 d090ef245b4a24cc8776619cd084d0fbb44c2417 ea4716c1cd832d52b3c55acec9f379c56fae66e4 ec5b667d4c28ad37ad587fbd4f22a2002902173b Package: ros-rolling-autoware-utils Version: 1.7.2-1resolute.20260916.220605 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.20260916.220605_amd64.deb Size: 11974 SHA256: cf4ab2741c78232e1e3dec6c47cb3474770f431968bedef624dbaf8dfacd1627 SHA1: 555ca25e53f2f38d873857018dc0372f39515b35 MD5sum: b69175922b4c8fc0b46e5b0c602de837 Description: The autoware_utils package Package: ros-rolling-autoware-utils-debug Version: 1.7.2-1resolute.20260916.204222 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.20260916.204222_amd64.deb Size: 452218 SHA256: e2880f9e4eaf8b4d3806d62956ba0ae5e9e51056876ac7e4383033420739a21a SHA1: 500ffe978cc86582f4697f7cb77002d273471344 MD5sum: 3a23ec22d8c3cd02d11c6ccb1a17d668 Description: The autoware_utils_debug package Package: ros-rolling-autoware-utils-diagnostics Version: 1.7.2-1resolute.20260916.204330 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.20260916.204330_amd64.deb Size: 57260 SHA256: a87fad769064554f0f8802a1ea4fb7dc465f13ae228c69c3a6eae7d6e6bfb47c SHA1: df3cc0edd47c90406be94860099d31cf9eec2808 MD5sum: 67f750c4d9a29d218941709267906f4d 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.20260916.204330 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jian Kang" Installed-Size: 909 Depends: ros-rolling-autoware-utils-diagnostics (= 1.7.2-1resolute.20260916.204330) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-diagnostics/ros-rolling-autoware-utils-diagnostics-dbgsym_1.7.2-1resolute.20260916.204330_amd64.deb Size: 832852 SHA256: bf86ac27db3c2389bc3cf2dacb872ed733ca64a70460cf12acef3bdbe0110da3 SHA1: 67d6e6c4d58b0b59896acc338d6d749b80930d2a MD5sum: a7caab442e8b9d0ed0a601d319692e6e Description: debug symbols for ros-rolling-autoware-utils-diagnostics Build-Ids: 3416cc8b427a588782ccb70c5768e20d2f024c5f Package: ros-rolling-autoware-utils-geometry Version: 1.7.2-1resolute.20260916.211437 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.20260916.211437_amd64.deb Size: 133468 SHA256: 72d3b94b8b1a5118901e3820ff861ffee4a1481a64e2d9744a1a8fd986b77585 SHA1: 145cca66cb8bb805dea4876ac300ab3fcf3043d9 MD5sum: b42d2e0b828cbc1f379326f7dbd0acbe 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.20260916.211437 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jian Kang" Installed-Size: 2760 Depends: ros-rolling-autoware-utils-geometry (= 1.7.2-1resolute.20260916.211437) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-geometry/ros-rolling-autoware-utils-geometry-dbgsym_1.7.2-1resolute.20260916.211437_amd64.deb Size: 2689312 SHA256: 1b322bd2d8c63afe8b61c372128583d76e8bd9be0a6412072fcafe2b5bc0c170 SHA1: 4e3f4a939ecae2c87c5d4ce0f398a74d9c9d6e90 MD5sum: b768249db7a4451a9c4a4167f75478a5 Description: debug symbols for ros-rolling-autoware-utils-geometry Build-Ids: 8f60527dbd91f60b7d2987b35dfd514bc28c60ce Package: ros-rolling-autoware-utils-logging Version: 1.7.2-1resolute.20260916.210304 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.20260916.210304_amd64.deb Size: 31092 SHA256: b515626f0b34e1fc83f7893f1dbf226b252c9a9b1311a563e7282359c6cca4ab SHA1: 3316b77fda5cbcb1978e3daf78360c08f6e751b4 MD5sum: bca4272eb0b856ce2f886be6bc019b6a 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.20260916.210304 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jian Kang" Installed-Size: 489 Depends: ros-rolling-autoware-utils-logging (= 1.7.2-1resolute.20260916.210304) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-logging/ros-rolling-autoware-utils-logging-dbgsym_1.7.2-1resolute.20260916.210304_amd64.deb Size: 446440 SHA256: 051a778b2c49ada3fd0d941e5215d99b629c83f2f99b5de6523e63869f3efad7 SHA1: 0c5fb589c9852574bdb496fe31746e2530f30e46 MD5sum: ab90d053167666cf860eb8c79c9e3ce4 Description: debug symbols for ros-rolling-autoware-utils-logging Build-Ids: 65200922481d112cab33c9d995b22da3ae0a8a41 Package: ros-rolling-autoware-utils-math Version: 1.7.2-1resolute.20260908.142529 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.20260908.142529_amd64.deb Size: 110740 SHA256: 7a088e905408074fc7802bb486562e45a19415be1c5904b6a77c451c44dd648d SHA1: b912a92f384439c6dd70d5da6c422c25233c2b99 MD5sum: 9d56f51cb5a04c5a40b284a37fe2a826 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.20260908.142529 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jian Kang" Installed-Size: 153 Depends: ros-rolling-autoware-utils-math (= 1.7.2-1resolute.20260908.142529) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-math/ros-rolling-autoware-utils-math-dbgsym_1.7.2-1resolute.20260908.142529_amd64.deb Size: 7516 SHA256: 62be511a794da109cc444c2200fac2c13b0ff698ab60734a7e6c2cc9907b8fd7 SHA1: 68d5af57e68d4639664576bf7ef2cda041afcefa MD5sum: 6ced30adb52fc21011068cb59dfb6a2a Description: debug symbols for ros-rolling-autoware-utils-math Build-Ids: 3f8410d3c62047ee4559be99de9bd4f44a6c6f75 Package: ros-rolling-autoware-utils-pcl Version: 1.7.2-1resolute.20260916.215833 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.20260916.215833_amd64.deb Size: 8662 SHA256: 42a58d32cf4528ba470da1a97d0606a74842aa47287b232c0826697235ef6142 SHA1: 79ff96d8e34f2983772c44ad7f772d7ff2300223 MD5sum: 5fc0c01c18907fae956dc548afd18ffe Description: The autoware_utils_pcl package Package: ros-rolling-autoware-utils-rclcpp Version: 1.7.2-1resolute.20260916.203823 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.20260916.203823_amd64.deb Size: 10292 SHA256: a56f1c800f86c1ae5c4ec9aaeda523ddbfe2c1afd77571e172a1c29fc79dbc39 SHA1: 628b321c996f48af01d4d77db308dfaf14cd4986 MD5sum: 932a198b81a34eb44b95cf41f3fa9f9b Description: The autoware_utils_rclcpp package Package: ros-rolling-autoware-utils-system Version: 1.7.2-1resolute.20260916.203823 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.20260916.203823_amd64.deb Size: 16034 SHA256: 85c7180e1c7db3b7ead44a7fd856d384ce10fdf6612a6f4a7f5feb1502e16c28 SHA1: 36a38cd201ec9352ee63353dd47ce2e9e04f48e2 MD5sum: a5abc6d342fb1f9ec372b4e5a97c1663 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.20260916.203823 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jian Kang" Installed-Size: 234 Depends: ros-rolling-autoware-utils-system (= 1.7.2-1resolute.20260916.203823) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-system/ros-rolling-autoware-utils-system-dbgsym_1.7.2-1resolute.20260916.203823_amd64.deb Size: 217588 SHA256: ed46b743f0dd6ac4ea4309d5c1470d00bbaace77ec28724be61983c87aa5af4d SHA1: d766d42a265329df8d50702e49e42d86f1d76b62 MD5sum: 9bd0fd084d0e11e5ac11695585dc801d Description: debug symbols for ros-rolling-autoware-utils-system Build-Ids: c00c9240a558c2d617834846a0b0a008d6a86678 Package: ros-rolling-autoware-utils-tf Version: 1.7.2-1resolute.20260916.212202 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.20260916.212202_amd64.deb Size: 8790 SHA256: a314528e1960d14acf4e4b6ed359a804e2684b489784a7322312bc356633e7eb SHA1: 5e77339d697fb06bedacf4fea5650e8c2a546722 MD5sum: 8c5d32178950110076bf561dba0c8461 Description: The autoware_utils_tf package Package: ros-rolling-autoware-utils-uuid Version: 1.7.2-1resolute.20260916.023830 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.20260916.023830_amd64.deb Size: 8138 SHA256: 88bbba7f332a33f4bc94525a2588d420a52b1d361d144447fceb229b8b0d2eea SHA1: 6db4de114df176d57762dd3799316a08f531f1af MD5sum: f575ce3e7f4ffe98aa722924dba2ccb3 Description: The autoware_utils_uuid package Package: ros-rolling-autoware-utils-visualization Version: 1.7.2-1resolute.20260916.203824 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.20260916.203824_amd64.deb Size: 18042 SHA256: 65351e6f9bba9f128b3088c83bcacaa37d9437e9b8101f633bba0eb8b9db9508 SHA1: 289cc9771af6905d13e6b4dbc247a9d1c99b31b1 MD5sum: faa8e0225b3a6f7b114a58fc0c09c3fd 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.20260916.203824 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jian Kang" Installed-Size: 156 Depends: ros-rolling-autoware-utils-visualization (= 1.7.2-1resolute.20260916.203824) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-visualization/ros-rolling-autoware-utils-visualization-dbgsym_1.7.2-1resolute.20260916.203824_amd64.deb Size: 136678 SHA256: d4e769a4c8c145f199a3b20873bcd2a19070a12eaada87c5bda223872425872a SHA1: 47e1feca8a55861738f676754423259902ce28f8 MD5sum: d25422c8c3ea6a82b9ffb6b022db7478 Description: debug symbols for ros-rolling-autoware-utils-visualization Build-Ids: 725784d6f9adfb026f2d7226d0d1777a1b25ce8e Package: ros-rolling-autoware-v2x-msgs Version: 1.12.0-1resolute.20260916.033715 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.20260916.033715_amd64.deb Size: 99340 SHA256: 9cd7b30e26183e09940cab6d5c99f902641e0e0a8938202cfc4f8b197387f8b4 SHA1: 521e7b93c409511ffd904caa0c2ab2a07ca49424 MD5sum: 046a9848415c61122383b5e72710e8ae 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.20260916.033715 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 993 Depends: ros-rolling-autoware-v2x-msgs (= 1.12.0-1resolute.20260916.033715) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-v2x-msgs/ros-rolling-autoware-v2x-msgs-dbgsym_1.12.0-1resolute.20260916.033715_amd64.deb Size: 750438 SHA256: e1b7d9178153bcdeb332751d138c57a5869b2048cf954c5063a4de9f8f474661 SHA1: c6399ba405a7f09619ced59b3d985aef0eab6f8b MD5sum: 5ea9d1444bf2786be8c2355bf4f995e4 Description: debug symbols for ros-rolling-autoware-v2x-msgs Build-Ids: 037740e1b76f630674112007e293beaa8e990e06 3ffc80534396438147257b02b312de14d68bae3d 59afb92b6f62afdc64e08674623f09e6229ae767 5c415fcc53a6ab0a276210bfdb10bdebda5782c3 7b76790b57eac9e7ea1a9f769a1c69084ef3a34b 7c9a574d16f3735a16204b78b90d01340b8206f6 8aa3a65ecaa69eb51a9eb8fb8c48948c013d66b2 9a44a7fe8a84924970a3b3e29144e4eb413c5d42 a2c3874146a7713ce36911100b303bc51b11c0fc b81073bc604e2a70890556f5eead60ab2e7dde38 ff46c63b2a8aa7dfc01a02cd9fa04a49dd586a16 Package: ros-rolling-autoware-vehicle-msgs Version: 1.12.0-1resolute.20260916.034954 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.20260916.034954_amd64.deb Size: 152158 SHA256: 3beace159303016c10e4f0b1ef9362ec564c0cdce02662ec782930f5079a2dab SHA1: ce196d76eaf9fc56ace8363ce7c669adbf407e88 MD5sum: 155e21a661a0b9f0f0317c05e9141297 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.20260916.034954 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.20260916.034954) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-vehicle-msgs/ros-rolling-autoware-vehicle-msgs-dbgsym_1.12.0-1resolute.20260916.034954_amd64.deb Size: 1083702 SHA256: 12e9b2d0ad846b289a9ebdde0ba03c7eebffcf1bd15b5d16f992c88cf4a4615e SHA1: d8a14f8cfcfdef5d6c4ba0bada394c6015780ddf MD5sum: 02ec5d2f033b95241f4ccccd95f62a00 Description: debug symbols for ros-rolling-autoware-vehicle-msgs Build-Ids: 0d48a4e02474ffd056b1ef5bb57236fe8fe233e3 4484fbd6fa88eb638c837e62345489852858282b 61b75c7b2b0ff343aa0b5fb8833cf8a0bd2aa3f5 6c8936306f72cdfd7c996cfccc64b2a214f5646b 70aa07a4e6ea9143929c0c365e43d9ed78583620 7c7e635f5e41061a5beac19bf4e896811558e3fe 8bd4b8033f332f1211a4b1917d133f797149c84a 99c9576bad62ae06c3608c17c72b33d845b15d71 9eeb2629ec9124cc276a94a1e8a1b4ba49766101 abfbeb8d2cdd0fa48a04995a93301867878bdc87 e9e1f3f5e6641a2a7db36c2b19139e6ae0fb4d9f Package: ros-rolling-backward-ros Version: 1.0.8-4resolute.20260908.131220 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.20260908.131220_amd64.deb Size: 56562 SHA256: 713e99b7f9da738423033661fa1674d3e6aad2611bd2fc3166351e7b6f078546 SHA1: 38124e0c6d8b20342add22ca471d546057bf93fa MD5sum: ad5dff7441032a3d46ec806ede6b05f9 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.20260908.131220 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Victor López Installed-Size: 263 Depends: ros-rolling-backward-ros (= 1.0.8-4resolute.20260908.131220) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-backward-ros/ros-rolling-backward-ros-dbgsym_1.0.8-4resolute.20260908.131220_amd64.deb Size: 232880 SHA256: fe8cc4b9ecd89fd93fad5a547281df0a3d0dbcdc3ca2c3ed7bf907e53921bb29 SHA1: 279f9ef7eab10e9d1e6e0f11d3aab7d337b683b0 MD5sum: 13236700d6b26cbc856b0297feb5eced Description: debug symbols for ros-rolling-backward-ros Build-Ids: ff8061a1394b98356aba0e82ea94b399b1d77da7 Package: ros-rolling-bag2-to-image Version: 0.1.2-2resolute.20260916.211209 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.20260916.211209_amd64.deb Size: 86374 SHA256: 1cff48bd190ff1667c1bed1f28ad73d9f342ad9d8779d18b2d98c2c6d34037ef SHA1: 34f70fd086242346a65639bf703a5efda29ace59 MD5sum: 35d16a1cf4d0b232e283cdad87fd23db 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.20260916.211209 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 1713 Depends: ros-rolling-bag2-to-image (= 0.1.2-2resolute.20260916.211209) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-bag2-to-image/ros-rolling-bag2-to-image-dbgsym_0.1.2-2resolute.20260916.211209_amd64.deb Size: 1609914 SHA256: 29c3725d208bd8acf213f9734745186dd7e7462d79997ea67ddcb38554d19206 SHA1: 9dc7afd4f93921d4dfecd01ceea400866785d9be MD5sum: bf1943dce747f67e4117482a4c7bb181 Description: debug symbols for ros-rolling-bag2-to-image Build-Ids: 43f2dfdfe3a08202b3fb6fa462ed4e55febb34bd 73052c7bc6fdefb0d30a812da0b0e14ed87d505f Package: ros-rolling-battery-state-broadcaster Version: 6.9.0-1resolute.20260916.213340 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.20260916.213340_amd64.deb Size: 124636 SHA256: a978e35b60d6f28894bd5758e2e93f3644508cca4e179cadab594b702de28cad SHA1: 8b5edd3acd6e7b8736a8e9c3ef068ca0f17c1668 MD5sum: 7ad06002ca12a5727a717c905af6407f 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.20260916.213340 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1903 Depends: ros-rolling-battery-state-broadcaster (= 6.9.0-1resolute.20260916.213340) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-battery-state-broadcaster/ros-rolling-battery-state-broadcaster-dbgsym_6.9.0-1resolute.20260916.213340_amd64.deb Size: 1717958 SHA256: a4307d5a0ed9f0d9f6ffe95fe7683e4c358bb1d2af43b75cec8c203d27716f9a SHA1: 7dc5cbba702950b926808efbe4ad841d5840c958 MD5sum: ce22244cc37b594953862137b47c42b3 Description: debug symbols for ros-rolling-battery-state-broadcaster Build-Ids: 078f955f3be1d96a74d384c9ccb143c570e0d669 Package: ros-rolling-battery-state-rviz-overlay Version: 1.2.0-2resolute.20260916.203841 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.20260916.203841_amd64.deb Size: 128626 SHA256: 81138f900d91ca718673584fa1f01b4ed61e28763b3dfda0957122f038e07ab1 SHA1: 45ad4b1d03b81d25ad1d886a28828e78367f108e MD5sum: 32f467e5ccbf4f5459ef01a68e9772ad 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.20260916.203841 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonas Otto Installed-Size: 2599 Depends: ros-rolling-battery-state-rviz-overlay (= 1.2.0-2resolute.20260916.203841) 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.20260916.203841_amd64.deb Size: 2175604 SHA256: 033807664ea985de5fffdf075e63e91b47f83c38077c5a9fbcc6939e1b1d9233 SHA1: 6a5431bb636ba6e1723538b0b840fc87da6e1dce MD5sum: a55840b1d388f21a92f867e555978451 Description: debug symbols for ros-rolling-battery-state-rviz-overlay Build-Ids: d081745e5952a346622d0b76da27153a6d27a59a Package: ros-rolling-behaviortree-cpp Version: 4.10.0-2resolute.20260916.203847 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-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.20260916.203847_amd64.deb Size: 656350 SHA256: 50cc0afdd77ed1c438de0ca248021782f4a2b4687dc63727d10e8ec6b7dcf406 SHA1: d60d72fa59da24ddf5dd239a2edb9382aa8788ac MD5sum: 3f7b995f6ab68f55130a5a1005187d32 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.20260916.203847 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Davide Faconti" Installed-Size: 13754 Depends: ros-rolling-behaviortree-cpp (= 4.10.0-2resolute.20260916.203847) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-behaviortree-cpp/ros-rolling-behaviortree-cpp-dbgsym_4.10.0-2resolute.20260916.203847_amd64.deb Size: 13093738 SHA256: 4115a47a4786d37ff6a1e2b026034aed786a54b4a8e8180fc87618fabc0d5077 SHA1: 06b0d0eb1df507db40d9a2a4ce0c6facb4e29f14 MD5sum: 59867ceba8fdaa95b6b5d1b9b5b14f74 Description: debug symbols for ros-rolling-behaviortree-cpp Build-Ids: 010d73970f55e94539a33db87c074d88c92919cf 2d34409fcc96c9375e783a65a1bf4f9ec405a08a 9a234b4dbd46df39034c5e382dd5da0be0bde8db b05d11032c86d2cbf9c7fa44fd60cdfa95efb15a dbae659f04d54c4b06b6f2f495e53283725c6baf dc70f8fd49eb750749b9aee6e25542f3c0c50f73 Package: ros-rolling-bicycle-steering-controller Version: 6.9.0-1resolute.20260916.214706 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.20260916.214706_amd64.deb Size: 49926 SHA256: 75ba69b1190eafee481750dfd3bea30100f53e2b8d6e6bde1ce63b4015147da7 SHA1: 67070fb1ab03aa366219a962d1d931ca67c69258 MD5sum: 2f1333098a414b14c65583e60ec2d434 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.20260916.214706 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 769 Depends: ros-rolling-bicycle-steering-controller (= 6.9.0-1resolute.20260916.214706) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-bicycle-steering-controller/ros-rolling-bicycle-steering-controller-dbgsym_6.9.0-1resolute.20260916.214706_amd64.deb Size: 721920 SHA256: e9111f60e803b7caf0c2b98400b301b06d8cc5b0a6410371c49da1a25eaa2681 SHA1: 0286d69b45ec63da70d2371758b423c53ffc1167 MD5sum: 972671c6847fc9e8fbdc0e6d62b9dfd7 Description: debug symbols for ros-rolling-bicycle-steering-controller Build-Ids: 62f44d587963a88ccc6d57017487c3ffe8c71933 Package: ros-rolling-bno055 Version: 0.5.0-3resolute.20260916.202913 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.20260916.202913_amd64.deb Size: 33026 SHA256: eb58682e2b6360e3c78bceee75e165e6d8b3765b75833a620071525e37d96062 SHA1: 7448139623f3466dab6b40a3b6a9fcf8641b822a MD5sum: 2d683b0afe7a17a34f05c47cf16f2e4f Description: Bosch BNO055 IMU driver for ROS2 Package: ros-rolling-bond Version: 4.4.1-1resolute.20260916.034225 Architecture: amd64 Maintainer: "Geoffrey Biggs" 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-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.1-1resolute.20260916.034225_amd64.deb Size: 60256 SHA256: a7a3266dc461b22c79b2e1348eec821abb00b33a1d24c0258c4f82356c2d324b SHA1: 5544b9c532260d5d7236f009231481ecab7af849 MD5sum: c71093cd404b4f3739bda4cd9f9174a8 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.1-1resolute.20260916.212607 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.1-1resolute.20260916.212607_amd64.deb Size: 6128 SHA256: 7c4dd485fc2458ba650396b5bf291aef1b814cf0b5a94c7f3e697d8a73773558 SHA1: e7575d219ff66dce6a7dc32ddcd38f149bdc1077 MD5sum: 1b06f5cb4aac5e0849aa394ebc1c241b 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.1-1resolute.20260916.034225 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 473 Depends: ros-rolling-bond (= 4.4.1-1resolute.20260916.034225) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-bond/ros-rolling-bond-dbgsym_4.4.1-1resolute.20260916.034225_amd64.deb Size: 310026 SHA256: e0432128f1a4cf4e1ddb6edf6a94b1612e69f2a23634143ac8761ddbd5971bad SHA1: c6a3110532825e4566d3e7f12ff66c55fa83d8cd MD5sum: 510f5529eb6aa3fdf51a0397e1e5c2d1 Description: debug symbols for ros-rolling-bond Build-Ids: 114f6fd4fbcf4df11ff085959ac50bf5ac8571de 122a52ba3d2151cc79e20a28f8086a84fb85260f 48f4cfc13a8135b6228bfd86047ac754893cc49c 55026289159f376f1f3af0c0b776286ed06f9d6a 68e423525c8436910ac23d79a8493f2841fce6d1 7171e02070c1dbcd1808a932a059f3da3267787c 79673e92a0e2c6d56c18babc0cec74b3c2ac4baa 990801143cc8c0f527f0d4c59e44a3324f5c47d6 d06414c26d8251361374ede372f48eed36021adf ee564fa83b54a3e9a33463f6a25472e011c81f2a ff8a2b43d570de7b58e132d67f9a59ae5e7a046d Package: ros-rolling-bondcpp Version: 4.4.1-1resolute.20260916.205214 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 613 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.1-1resolute.20260916.205214_amd64.deb Size: 134552 SHA256: aabf7a6e3f72b749ab1e9af354a6b3b03c6ba6aaefc576ca37d8ed744ab075b9 SHA1: 4bf60901a3b854edf4adc90fb5b37dc113f8deb2 MD5sum: 4eeb8975b75db0f694ef3376c4e761a8 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.1-1resolute.20260916.205214 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 2478 Depends: ros-rolling-bondcpp (= 4.4.1-1resolute.20260916.205214) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-bondcpp/ros-rolling-bondcpp-dbgsym_4.4.1-1resolute.20260916.205214_amd64.deb Size: 2051502 SHA256: d30a0b2434ac240c6f44288943c3cd3fdbbd468ade8ac7650e74c580560c539d SHA1: b6e04f91e8cd3f92821bba7b5aa951fd5fdd3942 MD5sum: e06819dfda341f4c9f0943643e625a84 Description: debug symbols for ros-rolling-bondcpp Build-Ids: a680fdf5d2d4f6d20e27ccc9248f9e0c5689bc58 Package: ros-rolling-bondpy Version: 4.4.1-1resolute.20260916.202926 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.1-1resolute.20260916.202926_amd64.deb Size: 16990 SHA256: 9e36b1bf8a350ba290fc4c76c7b18f7eb0af78066f4f5f7f739e7733750ba58e SHA1: 549fe7e59ca29e62d68399192bb69cdd7d9d6d03 MD5sum: 64b2b57e5a465ea73d7a8960c840f238 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.20260916.203840 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.20260916.203840_amd64.deb Size: 11504 SHA256: 9fc1a642071b3302955f114d47fc36fbec7c56fb1e8ca72256401846f10c5551 SHA1: a904a0168c2c21e1dfbb1083c8ff1df47244b75e MD5sum: 5070e70f4d010496992cfce0f1953da3 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.20260916.203840 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: masaya Installed-Size: 48 Depends: ros-rolling-boost-geometry-util (= 0.0.1-5resolute.20260916.203840) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-boost-geometry-util/ros-rolling-boost-geometry-util-dbgsym_0.0.1-5resolute.20260916.203840_amd64.deb Size: 30246 SHA256: 8008954f7114715a5d169f9e02ed211b365c7483edf72c00417e4f55ecd5c673 SHA1: ef15852ead3070ada3a521688a33d3eaa7e78093 MD5sum: 6a4869e7cc602184673616cb113da2c2 Description: debug symbols for ros-rolling-boost-geometry-util Build-Ids: 7de32d482254474cc1c1ff9c757ae9e69e551dc4 Package: ros-rolling-boost-plugin-loader Version: 0.4.5-1resolute.20260909.175011 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-rolling-ros-workspace Homepage: https://index.ros.org/p/boost_plugin_loader/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-boost-plugin-loader/ros-rolling-boost-plugin-loader_0.4.5-1resolute.20260909.175011_amd64.deb Size: 80202 SHA256: 19b3b934441189337622b5aae6d220ea77681d607bdc3f7b5308b209ad8d1b17 SHA1: 7c41bbacf09e147aee997874f9da96f478bfebf6 MD5sum: 5b625bb2075d9cf2bfcbd9018c72f819 Description: Boost plugin loader implementation Package: ros-rolling-boost-plugin-loader-dbgsym Package-Type: ddeb Source: ros-rolling-boost-plugin-loader Version: 0.4.5-1resolute.20260909.175011 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Levi Armstrong" Installed-Size: 1066 Depends: ros-rolling-boost-plugin-loader (= 0.4.5-1resolute.20260909.175011) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-boost-plugin-loader/ros-rolling-boost-plugin-loader-dbgsym_0.4.5-1resolute.20260909.175011_amd64.deb Size: 946336 SHA256: 57277034bc3a4835403046d3ae6ffa454ff2904eb23c53683b6c5e9156483215 SHA1: 4d7a789ce377133f16a2b5fa87371dfa54aed6a5 MD5sum: 8fc5f089fbbce3a52f46ad8ab28155c3 Description: debug symbols for ros-rolling-boost-plugin-loader Build-Ids: 8ae84472f2976c63b3b4a397667be5ec57b36f20 919412550f3b7c9f9e2689661a1042c64107cd94 d7a98866239a5e4987b182d155265af4d4c4da19 da35f854dddbc62f947278b1f532b22fcafc8699 Package: ros-rolling-boost-sml-vendor Version: 1.1.13-2resolute.20260908.135034 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.20260908.135034_amd64.deb Size: 25442 SHA256: bb8a5b02e9ad28354fd9011323212ab8c5849f73d3e535539fa2a7a6cc67f000 SHA1: b06298349bdb3a538ee3752cf0cfcb89f0c64b35 MD5sum: 392899538cf3a23aa891ab93389245cb Description: Vendor package for the Boost SML (State Machine Language) Package: ros-rolling-broll Version: 0.1.0-2resolute.20260916.204602 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-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.20260916.204602_amd64.deb Size: 184134 SHA256: 9f46d765ffeef0a8cce4545f17dd788a391ddc95bbd7a971e823f6762376d861 SHA1: 025c5b4f9648353230e6acd4908a7a71cd454184 MD5sum: ec7eac28e6dc1523b7ad1e4199197d03 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.20260916.204602 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 3683 Depends: ros-rolling-broll (= 0.1.0-2resolute.20260916.204602) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-broll/ros-rolling-broll-dbgsym_0.1.0-2resolute.20260916.204602_amd64.deb Size: 3171734 SHA256: 34b63fe7b0849250f1cc58a9b293c4843898bd82c03234d7dd45401179edd350 SHA1: ff80652ee8bcc6014617c81300de2a8299145a42 MD5sum: 56cf95639675c205ff5be4433a59ad8d Description: debug symbols for ros-rolling-broll Build-Ids: 7cd57f231a09174870b93127054c5732ed496b6e 88c332c01967c8731ab0fadb37233535ebe35d5a 997fc9454b4efd71d66ff968ba385e397c8ae76b Package: ros-rolling-builtin-interfaces Version: 2.5.1-1resolute.20260916.023531 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.20260916.023531_amd64.deb Size: 49970 SHA256: 535a2075f33c14048bf5359de736d73a0eaeb66d5b095cb7bbf8271fc046e380 SHA1: 2a9e5208675db6bd7b7b63452ce40a7a51c57f60 MD5sum: 1ade4c4c96e28dd1c839692fc1978a92 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.20260916.023531 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 397 Depends: ros-rolling-builtin-interfaces (= 2.5.1-1resolute.20260916.023531) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-builtin-interfaces/ros-rolling-builtin-interfaces-dbgsym_2.5.1-1resolute.20260916.023531_amd64.deb Size: 243006 SHA256: 325b6d357a29f84bb7e374c0fcb75da85f17a56445c45554683c3a7adb5aa52c SHA1: c1504ab83ddaf8af0b262343b87e032a5a0c1a3d MD5sum: 9e832b28fcd591ae06f5d93348764038 Description: debug symbols for ros-rolling-builtin-interfaces Build-Ids: 0ab668cacd974d1f4229062a6d22c1b4814de111 2d7a664ae6aed537c3dedac0d542b9507292c483 4a61b9e4a3ba8f270d556af482373db55cdb8d15 5d98efde44674f1e2a41127cc0bf6661a60894e5 6536a4c062db904fd57698dec07971e9674d2be8 7a6b1355566b63257526ee35a3b175840a2c4e92 85453cf37cc9d160fc3b475ff5b1be75cc9c4f05 8e2b86065e645292c2091e0f6e647226facbb75a d9fc220ba1d21ce00f47796999a51ac1572a7b99 fb4be4f3b32b1832dc6ec457fef41fad34f1e089 ff83efd05b9fd703286e931f173dcc8a9f6bda2b Package: ros-rolling-camera-calibration Version: 8.0.1-1resolute.20260916.204859 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.20260916.204859_amd64.deb Size: 79220 SHA256: 728e94f69cc3bcd765a3eb7f7414b61f96186e016bf4d6e6fae22cec9a7c9e2f SHA1: 827c6b8355e72f22663730380aae447ea2454596 MD5sum: 93af508c69ad3b23b249024f503c6b2f 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.4-1resolute.20260916.203851 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 256 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), 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.4-1resolute.20260916.203851_amd64.deb Size: 64824 SHA256: 3ac8489485465a7da1e21b728e14ca965243d831d0268b6d0440aa016509eff5 SHA1: cb5803a21c78ee2780d46d0ca20fff52cbaa621d MD5sum: 2f868ec31cd69307010d8853d295585e 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.4-1resolute.20260916.203851 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 725 Depends: ros-rolling-camera-calibration-parsers (= 7.0.4-1resolute.20260916.203851) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-camera-calibration-parsers/ros-rolling-camera-calibration-parsers-dbgsym_7.0.4-1resolute.20260916.203851_amd64.deb Size: 653874 SHA256: 413f40f7152283f81227058263f823b29fc662368d9db1bf320812cab612c8ec SHA1: c69d85c4cdd00023a5baf8e790ae106e0e30e038 MD5sum: 739fbda7e8c74091446ceb1f807f2c8a Description: debug symbols for ros-rolling-camera-calibration-parsers Build-Ids: 35f731c9ff591ce6d1ea0f09a6e012693dff6d56 4cd2dcf257fdb1f2e10937878c7512451b1961d3 Package: ros-rolling-camera-info-manager Version: 7.0.4-1resolute.20260916.204824 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.4-1resolute.20260916.204824_amd64.deb Size: 49384 SHA256: f9689ffe5c84911ba4c0320c9e6b4c242a2beed6960a9e24123053a848eb7c3f SHA1: cb980c10311cb78551796d7799285c15c04b337f MD5sum: 80186425b4baf43f2e41987aef929923 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.4-1resolute.20260916.204824 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 567 Depends: ros-rolling-camera-info-manager (= 7.0.4-1resolute.20260916.204824) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-camera-info-manager/ros-rolling-camera-info-manager-dbgsym_7.0.4-1resolute.20260916.204824_amd64.deb Size: 512890 SHA256: d9cf66c2c219b7b60a64e0ceca10936d563dedf744d768cba9a909d21d8912f8 SHA1: 22afc53fd4986f2e4db90af7b5b367e6a834f36a MD5sum: b096f6bb7eb0d3f4d8bc39827d2f6a8f Description: debug symbols for ros-rolling-camera-info-manager Build-Ids: 29571d196e37a8e399a709a32ec946b3cf2a8062 Package: ros-rolling-camera-info-manager-py Version: 7.0.4-1resolute.20260916.202934 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.4-1resolute.20260916.202934_amd64.deb Size: 28186 SHA256: 34a072ff74866c71132f950548af46f8f12f98b566d59fc37c981d4a7a54ef17 SHA1: a44b8b6c86872923438a31b8b166f6c0a475ba11 MD5sum: 76102cc9539960dc34904c8e3245b984 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.20260916.212243 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.20260916.212243_amd64.deb Size: 229218 SHA256: b3adc30cc545f74f9926e7194479f300a27031e153c72bd7e404af428a7eafab SHA1: 8273551d2d4321e6c84cf58cfd01eca13f36a237 MD5sum: fb45fcabe7a059def0fdc8eed3b5ca69 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.20260916.212243 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Rauch" Installed-Size: 4790 Depends: ros-rolling-camera-ros (= 0.7.0-1resolute.20260916.212243) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-camera-ros/ros-rolling-camera-ros-dbgsym_0.7.0-1resolute.20260916.212243_amd64.deb Size: 4441642 SHA256: e7f86c19bb181f782d606c1c3320c3e3e27ad543fedc70cb66ea30a1fa4f102b SHA1: bc7eb4cf32ddc01a0bb0c575f8f0dd324643f02c MD5sum: d340957c188525ef05ab247cbad9487b Description: debug symbols for ros-rolling-camera-ros Build-Ids: bb68eb9a3901471938328d0361e72add76c4b56a ef45a347f8205f82ee086eda6f28a19fc77f4371 Package: ros-rolling-can-msgs Version: 2.0.0-6resolute.20260916.030634 Architecture: amd64 Maintainer: Mathias Lüdtke Installed-Size: 485 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.20260916.030634_amd64.deb Size: 49872 SHA256: a29684db5bd069a0831595fedb9e9670d7aa7300e303386f42a52f12c3237def SHA1: e87e1b7869393aec6fc61166d25face1a8378c42 MD5sum: b037ca8890d536574495987035a261a0 Description: CAN related message types. Package: ros-rolling-can-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-can-msgs Version: 2.0.0-6resolute.20260916.030634 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mathias Lüdtke Installed-Size: 348 Depends: ros-rolling-can-msgs (= 2.0.0-6resolute.20260916.030634) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-can-msgs/ros-rolling-can-msgs-dbgsym_2.0.0-6resolute.20260916.030634_amd64.deb Size: 208438 SHA256: 4f10b1f9a73594c1d0ea6f7cd05ac79eff9779b479c06c7467791236eebc0682 SHA1: f198b3072c68909765c18798397dc565c66a0513 MD5sum: e081c904cc5d51e259992727eb9b5dbe Description: debug symbols for ros-rolling-can-msgs Build-Ids: 18148b53cd968306b4fb849fc5314b48022d30bb 3d3192b0d99cdef3aea26e4b324e04947706baae 5382b6f1b332931de6ba4fd7311b0689e48704ec 60718fec7d3aba6d2886a149aea45cdf2cde4359 665bbbc12d64029f116cef53d7513eb70a35cea8 7789be3d20c9d5116bc2284997720a18ec72554c 9d781c5c65c6bc64a2ec71cb75bfc6ef122152ed a36b2b86490ee0f60c72fb0834452fe66f36f149 c46e7bf9c6b99dd7282df8e0ea0730201d29f62d d5d7643af8d2f980507e9cf5ed36a4736257ba34 ec96a45a03b0dfc88c7aee8c32f157033957183b Package: ros-rolling-canopen Version: 0.3.4-1resolute.20260916.213944 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.20260916.213944_amd64.deb Size: 7344 SHA256: 02a2700f6b4f902c201a2439675b9d725b32a9abe487b7fa984fab01cbe9bb98 SHA1: da1405b03dc9714d41e88224a8dda4d756a4e3c4 MD5sum: 923942967cf5d7ff45b99eaf66754ac7 Description: Meta-package aggregating the ros2_canopen packages and documentation Package: ros-rolling-canopen-402-driver Version: 0.3.4-1resolute.20260916.212138 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.20260916.212138_amd64.deb Size: 283970 SHA256: 342362146f9fea62dec8d0411c759c3ac50b52c263f0e334e81d8162381e41dc SHA1: 81fb5d35b9150d50518bcda0c6d176147f44c241 MD5sum: d41984f7f896274f866165d2a436182c 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.20260916.212138 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 6463 Depends: ros-rolling-canopen-402-driver (= 0.3.4-1resolute.20260916.212138) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-canopen-402-driver/ros-rolling-canopen-402-driver-dbgsym_0.3.4-1resolute.20260916.212138_amd64.deb Size: 5893436 SHA256: cf2fda1b9687a2aabd2fc474ba4122a6f9476abb2e9f9c0778b18807339b811a SHA1: da19b52706de91ed07a80aa97fc2347b24f51a77 MD5sum: 13be0aa61435b6ec760e04bdab985c17 Description: debug symbols for ros-rolling-canopen-402-driver Build-Ids: 13469bf3fc52eab561a226fae3d9d2c38ff7c1b7 5aa6388e47f9eaff65f337280b4a7a6d04a1250e b07f0d66d703364e2befa6812aa7c56ea46e4546 e08e203610486039335a4ea830e1e33bd2486810 Package: ros-rolling-canopen-base-driver Version: 0.3.4-1resolute.20260916.210128 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.20260916.210128_amd64.deb Size: 195044 SHA256: aae30fdf39a1e6ae746c757f406f581ebe83c242cac66488f22e355ae073fb77 SHA1: ab8b9f4ead3bd8438281531376f3aef6473b5554 MD5sum: 638a40e7d8ca601b2208ab7651c041b3 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.20260916.210128 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 4374 Depends: ros-rolling-canopen-base-driver (= 0.3.4-1resolute.20260916.210128) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-canopen-base-driver/ros-rolling-canopen-base-driver-dbgsym_0.3.4-1resolute.20260916.210128_amd64.deb Size: 3970882 SHA256: 4561da2d6f5468be24b3c9d35346760e388255034bc70a21d137bd61167f5d5e SHA1: 08d92d9180601894c3d164632e999a7403ae1add MD5sum: 975992e21417f93a2e4a5c8bb596884e Description: debug symbols for ros-rolling-canopen-base-driver Build-Ids: 1ecc412dcba1e24ae82614fedf5fe72f7789bd3d 3487e5744dc611869b65c7869f40eb9d30c7726d ccdc1e527a65af244c4c23d333e364f5ad1b9ecb fbb251efd8d741aa3c5894bf401cb2653360fba3 Package: ros-rolling-canopen-core Version: 0.3.4-1resolute.20260916.205207 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-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.20260916.205207_amd64.deb Size: 206728 SHA256: 99b077746a45a73c9b42facba2f42fd9bc64ae341cbf37dcd812c88091481192 SHA1: e2ffe9b84c5533c0c2fe59e1721f31d2193d0d56 MD5sum: 37eba8ad81564fb1a11ae8389d48a2f2 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.20260916.205207 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 4776 Depends: ros-rolling-canopen-core (= 0.3.4-1resolute.20260916.205207) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-canopen-core/ros-rolling-canopen-core-dbgsym_0.3.4-1resolute.20260916.205207_amd64.deb Size: 4499192 SHA256: 0e54c4b680ccfd6ddb9092af001505a69b34b07a946bd4c8be8e1e7633de77f3 SHA1: 720c35edb93065d24cdc72dbeb38f81cd63892c2 MD5sum: a960353fdddadc7e57d23f90d3e7744b Description: debug symbols for ros-rolling-canopen-core Build-Ids: 218905ed35fdb80df310e598cce27c62a02aa6f4 9cd1974c387f041a94a93a4659f6b7a7c946a33f a7a11386398e10a23de2b1a1685449edad5a107a ef76d8e247b0a6247422e553c2ef650f368fc6ea Package: ros-rolling-canopen-fake-slaves Version: 0.3.4-1resolute.20260916.205214 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.20260916.205214_amd64.deb Size: 74644 SHA256: 5a1e15fb628e193db615ee5014e1359c595162e12b6934784ca2a78a42162622 SHA1: 98a54ae2b0b6c8a0da336b0c7eefc01148672ffa MD5sum: bc6bd2b958648ea2f73a3a226b8deb8e 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.20260916.205214 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 1079 Depends: ros-rolling-canopen-fake-slaves (= 0.3.4-1resolute.20260916.205214) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-canopen-fake-slaves/ros-rolling-canopen-fake-slaves-dbgsym_0.3.4-1resolute.20260916.205214_amd64.deb Size: 972422 SHA256: d2336a237ce5b8c10edfe0053391a81d25dde6bed41101b26b1df79a90a7ce7e SHA1: cc46c6dbef88b11c7c1c92246a2c784c0f94dbbf MD5sum: c9c04f594dda694502e5ae8eeca1dd1c Description: debug symbols for ros-rolling-canopen-fake-slaves Build-Ids: 239dc187791f829b6e87692603ad06d20a8512fd 37134c40582b769202aa7ffc7b914e363c43d5a2 f9592050b457769c8e53c179c0f003fbd245a5aa Package: ros-rolling-canopen-interfaces Version: 0.3.4-1resolute.20260916.025303 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.20260916.025303_amd64.deb Size: 238998 SHA256: c37888552b1e95b34db8f9d656fba58038d46ff36a27cbe01a174a3c03fd7e1e SHA1: 86e83ea17719e1428535aefa5f8bba229c7cd56d MD5sum: effbf4c3e4d627d970aa1b58bd64baa2 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.20260916.025303 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 2666 Depends: ros-rolling-canopen-interfaces (= 0.3.4-1resolute.20260916.025303) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-canopen-interfaces/ros-rolling-canopen-interfaces-dbgsym_0.3.4-1resolute.20260916.025303_amd64.deb Size: 1852324 SHA256: 3aec337c41c65893dc6bc1e6c7ae358d5e2c5265b9b41410c742f589dc6bdd93 SHA1: 6285d2a1879216f10014e5bf633d623291adcb7c MD5sum: fc9569a06468f633092e7beaf41eee6b Description: debug symbols for ros-rolling-canopen-interfaces Build-Ids: 0b36bc184971f03fae633521c0e3d05e8a136124 0cdbbbfaf61e92a9a41a318e96335fa6445554a9 1a260e30e7fda57044ccf2674d9b4b4aeae969aa 403ebcd53802c845f4773319db0bd2148459d1f8 4e4ad1bfa44f4a6d4dcc63551715dc0af52e159d 4eb492a75f3c951dfa5a2fd7f5f670920e53c5e8 54603a6e5107eaa20be7d53cbf5718560dcd11f2 86253f08a1fd5a7b9f0a44a71270326c545dcf32 87d7c41db25ffdb8eef477204679984fd743f965 a90d09e6b349c6a8a80b00b4677d015274b5638b de00c1d2c5ba83dd089f555f10c0f0c556f6bf98 Package: ros-rolling-canopen-master-driver Version: 0.3.4-1resolute.20260916.210150 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.20260916.210150_amd64.deb Size: 157398 SHA256: 5967ee230579dd77501e30c36284fb3f900b93fc7854475f23edddd715ae25d5 SHA1: 08a3ac049e42bea818ae3568e0591ee6ca9dd167 MD5sum: 97210e4c7a873070b3431504f13e6ca7 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.20260916.210150 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 3748 Depends: ros-rolling-canopen-master-driver (= 0.3.4-1resolute.20260916.210150) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-canopen-master-driver/ros-rolling-canopen-master-driver-dbgsym_0.3.4-1resolute.20260916.210150_amd64.deb Size: 3376044 SHA256: 7417b1442386fa0e93f8238044c897c8097e3f556e0f0e7c99a8fc866d986d1a SHA1: 864118d186f80e2f6c30013230cbfe8c9398a8ac MD5sum: 0d5b81ef0f4ca107372f1c943b434a94 Description: debug symbols for ros-rolling-canopen-master-driver Build-Ids: 4750efdbfea029e7560bbcb33e1be889d94b0452 aff6c2c9786becc9f5aed80c711ac5ee4cf59976 ec826708d8acf6ebf477cf7c07e45b81767e1f01 f425b54f08e4cf29f2e85204e6d2c81bc70b3da7 Package: ros-rolling-canopen-proxy-driver Version: 0.3.4-1resolute.20260916.211054 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.20260916.211054_amd64.deb Size: 256840 SHA256: 8baac0d29a91352e6fd2b6eca86b264c71d8af3817062862173f1f38eb5b2044 SHA1: 5fa3df0d6f984758e4fae6c9b39fa6971348be01 MD5sum: 909d86c6b4a6d14ebb2d9c86e7b5451c 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.20260916.211054 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 6125 Depends: ros-rolling-canopen-proxy-driver (= 0.3.4-1resolute.20260916.211054) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-canopen-proxy-driver/ros-rolling-canopen-proxy-driver-dbgsym_0.3.4-1resolute.20260916.211054_amd64.deb Size: 5349654 SHA256: f110768521ecf0f782f3fe3f02c25f2418b802767987856b8ef101d9206f24b5 SHA1: bb5a538011f8a7e0155703497d94357fbea3fb7b MD5sum: b4eced832445352603ecb4c3824706b3 Description: debug symbols for ros-rolling-canopen-proxy-driver Build-Ids: 17244b212a9232cc492cb5285adf561927d78214 89ebaa1923f3a81f4b5df9a5eb13dc8d348dc272 e77a24d26b53ad0548490534f3e99af081983fe0 Package: ros-rolling-canopen-ros2-control Version: 0.3.4-1resolute.20260916.213317 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.20260916.213317_amd64.deb Size: 117078 SHA256: bf644e68b8c1b64ffcce5a2a617240ea6ff457cf70a3a813946547a2056eb6d2 SHA1: ef3ad404935a8444c2515c4fac773d786b9b62fc MD5sum: b1d0e095479d6efa696076566722d08e 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.20260916.213317 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Lovro Ivanov" Installed-Size: 3408 Depends: ros-rolling-canopen-ros2-control (= 0.3.4-1resolute.20260916.213317) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-canopen-ros2-control/ros-rolling-canopen-ros2-control-dbgsym_0.3.4-1resolute.20260916.213317_amd64.deb Size: 3268334 SHA256: e314cfeae46ba692d5d1af929c4784f64bd0d22891d6cb65e9ad7fe9f4030fb1 SHA1: d77e0bf592c687fac0e41d586ff03437882ea921 MD5sum: 712260d0d178d76e1d6301397078f005 Description: debug symbols for ros-rolling-canopen-ros2-control Build-Ids: ec9d43956ac1bf143c7796f503144f9ab993c109 Package: ros-rolling-canopen-ros2-controllers Version: 0.3.4-1resolute.20260916.214053 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.20260916.214053_amd64.deb Size: 182398 SHA256: 89f2915778340c64410a13bdb2ccf179b542686ade58bbb97ebacb747522cdd0 SHA1: eaa3b1e52e312edd2ed39ea29ad7b60eeedcc7a1 MD5sum: a09470ad713cd4f7eb1572e4cf2afb8e 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.20260916.214053 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Denis Stogl" Installed-Size: 4300 Depends: ros-rolling-canopen-ros2-controllers (= 0.3.4-1resolute.20260916.214053) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-canopen-ros2-controllers/ros-rolling-canopen-ros2-controllers-dbgsym_0.3.4-1resolute.20260916.214053_amd64.deb Size: 3748778 SHA256: 5dd65350fbda9e67ae0d3338b7279b72853f390f5b68efac6eb21e32513e272c SHA1: 6ac4a44e45cfdb53bc6eb42707eca2a380a9694e MD5sum: 42f07599db45f578e44c6e01fcf78f73 Description: debug symbols for ros-rolling-canopen-ros2-controllers Build-Ids: af0b1f8d16ccc713673ca72a015f716ac71271bb Package: ros-rolling-canopen-tests Version: 0.3.4-1resolute.20260916.215415 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.20260916.215415_amd64.deb Size: 34666 SHA256: 16e7ef3b56fa18b552cefbcd80afd9bd887c2d8ca5b7a2a9f867c3f2e60440b9 SHA1: 3f1e2129c76323ac809579b5d6cf198e55079627 MD5sum: cb6237a003604b1b4bbb4ddc3099da22 Description: Package with tests for ros2_canopen Package: ros-rolling-canopen-utils Version: 0.3.4-1resolute.20260916.203018 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.20260916.203018_amd64.deb Size: 15834 SHA256: 8feefd4a760ee33c00872d83ee0ac66389989dd54237e387e8db3f96e6d199f1 SHA1: ed633d556323862802d5b729c239573fa3cd4021 MD5sum: f1b2c149bcba674a042e654d1ff91896 Description: Utils for working with ros2_canopen. Package: ros-rolling-cartographer-ros-msgs Version: 2.0.9003-2resolute.20260916.033714 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.20260916.033714_amd64.deb Size: 424258 SHA256: e71f9beb3eaf5f08537f25a87549909727a315f924162517c3eac2a8c2242a6b SHA1: dfb4f01b0e56767609d88822cfcc850748a62719 MD5sum: 1424ac8c338cf3495bf3747f9d5ed0f1 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.20260916.033714 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 5373 Depends: ros-rolling-cartographer-ros-msgs (= 2.0.9003-2resolute.20260916.033714) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cartographer-ros-msgs/ros-rolling-cartographer-ros-msgs-dbgsym_2.0.9003-2resolute.20260916.033714_amd64.deb Size: 4196442 SHA256: 62a1f667167fdbb70dcb9f13eb6d959c2163d2d998fb81dacc9622ba1f74886d SHA1: 612f4f0b68ad2eed95167b858e8581bdfb778fdb MD5sum: 96c912090dc81be01a4b845d10ac2280 Description: debug symbols for ros-rolling-cartographer-ros-msgs Build-Ids: 122043b8792e4112d2f1a8b6a23f18a08dab373e 15581d86501e7951d1fa3e1a1ff8a14f6deacb44 1e4348f7dbde2d13a6bc7330a3c71e989a6452ae 25a260745a51aab0e73b4f27025ca15ebbcd7491 60fcb2fb78cac8a5a72cff4083caff29093ce593 746391a621f7c13d967fd81a28870b7dba0347ea adf83bc2297f285777d3ea39b38e7459d7817931 b619931b5acc8617014f4c04800c394ff4ac031a db8bd75a31bc2c891d395f2c431b43667209a515 dfa9167fc292237efefbeede6b4869b52c079f51 ebd3b82d187a95af1b524ba6cce55aac518eb1a0 Package: ros-rolling-cascade-lifecycle-msgs Version: 2.0.4-2resolute.20260916.025731 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.20260916.025731_amd64.deb Size: 57244 SHA256: ff7f6e79e252d3e567ce1c2af32ce3a196d4eb6366df27cf62381f4864954926 SHA1: c90848f2524f5a628aedc7d7f5213699128fe9d5 MD5sum: 50d9085cea90d27310a91fd455c61011 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.20260916.025731 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 455 Depends: ros-rolling-cascade-lifecycle-msgs (= 2.0.4-2resolute.20260916.025731) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cascade-lifecycle-msgs/ros-rolling-cascade-lifecycle-msgs-dbgsym_2.0.4-2resolute.20260916.025731_amd64.deb Size: 292016 SHA256: 00ec72e2a31e0c6b77f59c9796eb085371edda51989df1763da726f52e90f6ba SHA1: 5ec849c1f5147e9f50cfb53b30168ad4cfc06b75 MD5sum: 6b167dc7e0887ef97474bfc7437673d6 Description: debug symbols for ros-rolling-cascade-lifecycle-msgs Build-Ids: 000e1201dd9dbda90778dc3afeb898911ac08535 55837493eb077a8196d8f9f0c8767a089d118822 5a0e8c80aef0f81edaeb527b8eadbc7765a7c13f 8577766f4c6b6d478838f23cbd84ddab48c774ae 8f67f3f6401e6772b847afd0f3b6b0523f1deeac 93b1e3d62f9568c163fcd813657dc7f7e2ca0ad7 9941062626d8a8441b211eacde5a0e85a3e4180f a4da30dc776d6fb7b8193697c6cc6f322933dd8f a7186273c75ddafe9c56c1c03093ad5d58ac5e4c bfad24c98dae5ae1cdff29964d5c6cea7f5518ec fdfc2dc17507a50ca1d4e85032ce6146c6f9c994 Package: ros-rolling-catch-ros2 Version: 0.2.3-2resolute.20260916.212301 Architecture: amd64 Maintainer: Nick Morales Installed-Size: 1450 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.20260916.212301_amd64.deb Size: 370604 SHA256: cc5503190f5cce3ec39b229c6b7dccea9b8e7c756a68a2acd4a92a71c254760d SHA1: ad5700c197f3211053d979caee0c0342be956b0f MD5sum: daa7328876f7e119733f882f76670fd5 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.20260916.212301 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nick Morales Installed-Size: 3773 Depends: ros-rolling-catch-ros2 (= 0.2.3-2resolute.20260916.212301) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-catch-ros2/ros-rolling-catch-ros2-dbgsym_0.2.3-2resolute.20260916.212301_amd64.deb Size: 3379548 SHA256: ea71d3028ab5f9b0fc8816b2ba9a608903393aaf408fd81594b56cbdd3de8ecc SHA1: 086d59a10990267ba2b3727fb386a56117b02a46 MD5sum: d515f2bddc2128d8feb075eaea4d5b6b Description: debug symbols for ros-rolling-catch-ros2 Build-Ids: 34af58ff6d9d6781579028d3899e06136a0efabc 63c1edba5185cb090f7b56dd371e20785c0c0bcd f7c2a23e2314039ff17ca2c3734e867efbc55972 Package: ros-rolling-chained-filter-controller Version: 6.9.0-1resolute.20260916.213314 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.20260916.213314_amd64.deb Size: 94504 SHA256: ae7d0a4292501244bec3c86be4fff1fc5859a82314ee051cf947f98c242dcb4c SHA1: 4bd79a68801890d4d88999bb183d09a040bec95f MD5sum: 75018cbec5f541c02cb232edfe8cae16 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.20260916.213314 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1313 Depends: ros-rolling-chained-filter-controller (= 6.9.0-1resolute.20260916.213314) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-chained-filter-controller/ros-rolling-chained-filter-controller-dbgsym_6.9.0-1resolute.20260916.213314_amd64.deb Size: 1217654 SHA256: 7ba62703cf09366da0eb0e9268bfaa5223d34b5c0e44f7f6bb4b2e151b78e90b SHA1: 1c1087e88032740db6e38fa4a7e46bdd4f3a0f67 MD5sum: 07d7be2b5c24a6196a47beb4c0c158fb Description: debug symbols for ros-rolling-chained-filter-controller Build-Ids: 22a1ec5d8ae2b9d376ddad059d4111ae7f5db94e Package: ros-rolling-chomp-motion-planner Version: 2.15.2-1resolute.20260916.214442 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.2-1resolute.20260916.214442_amd64.deb Size: 107520 SHA256: e57c82070cdd6d75944adca2f574e1e359e7fbc04d7ade98d4ad92ae5d9ba6dc SHA1: f369cd3223e96e465823696afa76d5937c53197d MD5sum: 1a5d32c8feaa7d9eab4144e4cdd83fdf Description: chomp_motion_planner Package: ros-rolling-chomp-motion-planner-dbgsym Package-Type: ddeb Source: ros-rolling-chomp-motion-planner Version: 2.15.2-1resolute.20260916.214442 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Chittaranjan Srinivas Swaminathan" Installed-Size: 7288 Depends: ros-rolling-chomp-motion-planner (= 2.15.2-1resolute.20260916.214442) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-chomp-motion-planner/ros-rolling-chomp-motion-planner-dbgsym_2.15.2-1resolute.20260916.214442_amd64.deb Size: 7324032 SHA256: 0d6b3d5f08a98b371e18dd20f4eace2b3d64c08a75c7b50c994a537a77f53abd SHA1: d4c2fa04cb7b1ca2a09925b7d6b8ea5d057df6f1 MD5sum: aabd5033df60e6e5f98dd373c32402f4 Description: debug symbols for ros-rolling-chomp-motion-planner Build-Ids: 4ae575cf1edf58228ae1e3a2836a8d89fb5c1c3b Package: ros-rolling-class-loader Version: 3.0.2-1resolute.20260915.133656 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.2-1resolute.20260915.133656_amd64.deb Size: 51216 SHA256: 8a3a80f184f12aedb8c796252523cfb5361ef4849f0bdbddf09bafbb22499a66 SHA1: 073dd8fcbbbbe70831699645cac4d7c66668d92c MD5sum: 1baa3f573d9396d44b37d4cce5ec2016 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.2-1resolute.20260915.133656 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 426 Depends: ros-rolling-class-loader (= 3.0.2-1resolute.20260915.133656) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-class-loader/ros-rolling-class-loader-dbgsym_3.0.2-1resolute.20260915.133656_amd64.deb Size: 379852 SHA256: 22c6b8912340eac244f6d9fb5ed65f247f39a8219a2a46eab7aa62c09a5cc5f4 SHA1: 736437a37bdd56f0ab3ce742e4bdb7efde3dcbb9 MD5sum: 103cf6be3672b505bdc0466ad81e9998 Description: debug symbols for ros-rolling-class-loader Build-Ids: 260f5c742ad93fca2fd472d806ac6ab483774305 Package: ros-rolling-classic-bags Version: 0.4.0-2resolute.20260916.214303 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.20260916.214303_amd64.deb Size: 9592 SHA256: ecf505878bf2a925275225df0dc163528ac3a59ac42d5270dd0eec04ca2b52d9 SHA1: 59ec4d09ff2f64a66371134864f9f83a421ea832 MD5sum: 393c6a42730183728de30de4b506c6ee 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.20260908.135104 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.20260908.135104_amd64.deb Size: 790810 SHA256: f2a243cafe74b501b96571ccfc3cf665b395efb2a19a29ce7a705a589e71fe33 SHA1: 6086e5dd7a9762092c7939a51c078d4f18dede27 MD5sum: cdbb44cbf1c0c7f6f4d96beaaf8c8ab9 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.20260908.135104 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tarik Viehmann" Installed-Size: 7292 Depends: ros-rolling-clips-vendor (= 6.4.4-1resolute.20260908.135104) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-clips-vendor/ros-rolling-clips-vendor-dbgsym_6.4.4-1resolute.20260908.135104_amd64.deb Size: 5798078 SHA256: 0f1149ab75afbc17ebbbaea108497a863fa8d23f7b82a030718dfe10f3d3ddf6 SHA1: f49211ca4ce0b305b60bd886a9fb3591e931f4f4 MD5sum: 7acd83be9b17cced3557ee0be0d59aae Description: debug symbols for ros-rolling-clips-vendor Build-Ids: 12ef11a5d12fa630fdb96065feba8c97e9b67387 3cd238e62c8a5618f21bc0f64c6616a9abfdb7a9 d2b5fe972ee94aef57af9bfddde2447e9218b1a5 f0b5dd008bfeb494c728a4933709d6e037f4fc01 Package: ros-rolling-cm-topic-hardware-component Version: 1.1.0-1resolute.20260916.213954 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.20260916.213954_amd64.deb Size: 138576 SHA256: 731108f66f180107c771cc682f9433a5147d460be7b4e3299fab121a2124e0ef SHA1: 936fd6bee67763f74876c0f69414ecf1ac90ede3 MD5sum: e015055a02352f9ce7cbfe0d02c91384 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.20260916.213954 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Marq Rasmussen" Installed-Size: 3509 Depends: ros-rolling-cm-topic-hardware-component (= 1.1.0-1resolute.20260916.213954) 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.20260916.213954_amd64.deb Size: 2827522 SHA256: 5a78de21c3d57e180857a7fd57b6a94e983f93eae5637b15a9d341e8b37b312f SHA1: d9395718766bd4955533424647d89d5b5a6f48c8 MD5sum: 7513efdda554662f511ec67395089698 Description: debug symbols for ros-rolling-cm-topic-hardware-component Build-Ids: 5724d45cf41689cf071012af51908fe86f0a08f0 Package: ros-rolling-coal Version: 3.0.3-2resolute.20260908.143046 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.20260908.143046_amd64.deb Size: 2056942 SHA256: a123f7eef9db008d77b15a2f7b080d541a1e588ab6241c9830839c52026a24a4 SHA1: dd2bac28dee696da7c1049eb3106efa3c78b04a6 MD5sum: 5beda075d4b63608ac06a38ebcf4264e 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.20260908.143046 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Joseph Mirabel" Installed-Size: 81107 Depends: ros-rolling-coal (= 3.0.3-2resolute.20260908.143046) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-coal/ros-rolling-coal-dbgsym_3.0.3-2resolute.20260908.143046_amd64.deb Size: 71477558 SHA256: 3fa7d3aade3363a19b28da012742bfdbb99cd2799ea688fadbe0530874cd64b1 SHA1: 0f3a617301b2d80d31d3bc9d3ce4e40968d69088 MD5sum: 7db27c462010d880f0cef6e3c25e73c8 Description: debug symbols for ros-rolling-coal Build-Ids: 7c383060b47579ba8d0381a682ad7ed2917659b6 c57ec050487bfb9e842595579d66ce4a240f5226 Package: ros-rolling-coin-d4-driver Version: 1.0.1-2resolute.20260916.205211 Architecture: amd64 Maintainer: Pyo Installed-Size: 389 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.20260916.205211_amd64.deb Size: 98850 SHA256: d0db379806696bef84d2f9904c3bba86189f7ff365823762d2f941f7262835ad SHA1: f20ffc3595c19df9c8f7d8f5e996d7e4c607ba16 MD5sum: 5cd9bcc49d9d2fa343d35026d2f23110 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.20260916.205211 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 2075 Depends: ros-rolling-coin-d4-driver (= 1.0.1-2resolute.20260916.205211) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-coin-d4-driver/ros-rolling-coin-d4-driver-dbgsym_1.0.1-2resolute.20260916.205211_amd64.deb Size: 1933620 SHA256: 565d31f82e5d433be90c3abddbe45c2cecb22f7151696a86772d16b894a344d5 SHA1: d2615c98c392d7145cac16a7adf7c13203620c63 MD5sum: 897b02babf99c910018a820a16955de1 Description: debug symbols for ros-rolling-coin-d4-driver Build-Ids: 04df6411131031fb6cc5e0f2805c5da780813bf6 4b7290a7575a3c19cdf6ca19e95d031da5f20e4a a57ca6d58ece832461335cd9401d3e78f9a2c9fe Package: ros-rolling-color-util Version: 1.1.0-2resolute.20260916.034152 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.20260916.034152_amd64.deb Size: 14082 SHA256: dc9c9790c591661cc2c1b5ebaba11e00f78c3a9e0b21190049b6d13d6b822d33 SHA1: 32410fb38f70509cfef7ea2bdeb9517351cfc9fd MD5sum: ee715d68ed85ac421a16b1177bf0079a 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.20260916.034152 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 43 Depends: ros-rolling-color-util (= 1.1.0-2resolute.20260916.034152) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-color-util/ros-rolling-color-util-dbgsym_1.1.0-2resolute.20260916.034152_amd64.deb Size: 25744 SHA256: ca1f0c466a0947124123e47c4c81e46aad6f0ba5ab95eb8bdefa072ac819e6d5 SHA1: 01a567cba216c5745e9aaaf4848831f43fbe1870 MD5sum: e2b9d7d5231ecccd92f9d17b0be7779a Description: debug symbols for ros-rolling-color-util Build-Ids: 0ac9b096e01d6b9e6b7c1fc62cbf3211a532d670 Package: ros-rolling-common-interfaces Version: 5.10.2-1resolute.20260916.035530 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.2-1resolute.20260916.035530_amd64.deb Size: 6476 SHA256: b8c7c4f3437b6dc2212e26440e4b929ee935b94bfb8eba02425c7c15f4c5f51a SHA1: a01acaf5676bf0adebc7552dd7a75207a77f9f1c MD5sum: 536c1b0a05730657702bb0aa0e8126c6 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.20260916.214633 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.20260916.214633_amd64.deb Size: 474440 SHA256: f457cee89b14ee17945bffd449eb01138a368aaa6553b5a6c89abc10cef8526a SHA1: 968528765a89c4480f33fdd07eb0bf83716af6e0 MD5sum: 30ee3a2a430b22cbac27eb12b7b85aa6 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.20260916.214633 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 12954 Depends: ros-rolling-compass-conversions (= 4.0.1-1resolute.20260916.214633) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-compass-conversions/ros-rolling-compass-conversions-dbgsym_4.0.1-1resolute.20260916.214633_amd64.deb Size: 10554134 SHA256: 80be3b3143697e311568ec334b2d4aef8d5dd7a29d4dfdb4bc3f0c31ad7d1e80 SHA1: 130558e95d59a609021e966769cbd130c2eb0a5e MD5sum: 9a1624ae25d3eea3c9372d824b1f5665 Description: debug symbols for ros-rolling-compass-conversions Build-Ids: 1aa8f034acc4dff76894ecee68605d135569b4c9 2e16f8b4761186bc2856e245acdb0cc9fa3a435e 41c48beb4ebd0e5f863df9a45e4834753aab8772 4284a3093d929ff466609f02e853c388b2a646dd 7f184ce324ee00047437aa931c4278361bf84a5f b707b033bddb97ab46dc15ffe69dbdcbf74d60ae Package: ros-rolling-compass-interfaces Version: 4.0.1-1resolute.20260916.214100 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.20260916.214100_amd64.deb Size: 98828 SHA256: 92b77b559fb5be4d6572c180f21548256aced5cb17d2a81e646788750df7a50c SHA1: a56e01bc2ea376e290088e25d60a747a7aa5fec7 MD5sum: 67710e0507a7497a6a713e201cfe972e Description: Messages related to compass Package: ros-rolling-compass-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-compass-interfaces Version: 4.0.1-1resolute.20260916.214100 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 749 Depends: ros-rolling-compass-interfaces (= 4.0.1-1resolute.20260916.214100) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-compass-interfaces/ros-rolling-compass-interfaces-dbgsym_4.0.1-1resolute.20260916.214100_amd64.deb Size: 565112 SHA256: ca68594350bc87a925b2c2eee4bc2dd6bb111d33711bcdfbdb95f6b7d2fb00c7 SHA1: 1f7c207d2b17c18dff622f1df3c65a23723bd0b4 MD5sum: 74b1fdb94a3fd8d63a1ce9f5ec294a79 Description: debug symbols for ros-rolling-compass-interfaces Build-Ids: 27fb8d387fda88f2e4e7a0880a4a954ea8a7a99f 4723463f03a510836b8e220a9595e6642c9f45db 48c3b37561f4a4a721c3dfdb5f2f6e4454f71813 5beeb55a47ba0d75468eb6fa3c230812642648e9 5c81adae089ed98c28c53f68ca3ec60a45bdc290 84818fc0a3e8a3bd3bff7cf06877430511be26dd 879b5b215b254fad285faa18929b26fe66df5a14 bc93ec7fc7167cb2a3f23207e0ac72ce255a5bfa c05b6a545326f0ac8e864d0202c3d49ba3076690 e868fdd4c6a7eddfb15b4dba4fe5f180c6e51dd6 f204ed59d67be84eccd7fac4af812fefe1932df8 fea151e19ffe0f7e989c61acbcc2fcf316e8b223 Package: ros-rolling-composition Version: 0.38.0-1resolute.20260916.205235 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.20260916.205235_amd64.deb Size: 231614 SHA256: de856f1dc85b47d2b9a54910dc73fa301e79af695717ada49be07227849499e8 SHA1: 117dda17e4a95f8276928d788dc1dad8572e2601 MD5sum: 90b46a37dd312393cecab1438dbb2d76 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.20260916.205235 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 7640 Depends: ros-rolling-composition (= 0.38.0-1resolute.20260916.205235) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-composition/ros-rolling-composition-dbgsym_0.38.0-1resolute.20260916.205235_amd64.deb Size: 6600224 SHA256: f9fa4e49a9e9c60b863a60c1b3b1622ce0da23fe3775c11ed1f1a66b3804fb4b SHA1: 7f0f828fca204212a8ee07058f6aec789b26e66c MD5sum: 4ecf7ea8bd1a4a34874b3f61ce1f7c40 Description: debug symbols for ros-rolling-composition Build-Ids: 14fd2a8fc1c68febf0a4a151d8d947ea95aaac14 49f5640a79aebd67e1e2bf3314dc1e3a628318fd 5034c557e681e35406636d7e9bde79838d8a57c1 791921aeb0b1c170aa6f790537180f00a02245cd 7c8cac289a7aac218a38aba9529e592fe1967dd9 8415d8138ada6f9357279a11f46f50eb04801f32 8b4e7906216784d38ac316f5fc201387c5ba4d5f b31ee70e8320fc85c8a6ea9cdb29bf0a40e5f905 Package: ros-rolling-composition-interfaces Version: 2.5.1-1resolute.20260916.030744 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.20260916.030744_amd64.deb Size: 174510 SHA256: 64e3ccc1c0c6b02ae8f9cd716a91992bd737115690f50e4751482a5bfdcfa61e SHA1: e3e37f11029b875a1a04c92432b4f852b7bd69ad MD5sum: 945ff1a47b6e8a32eeb4c29e70fae9ad 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.20260916.030744 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 1791 Depends: ros-rolling-composition-interfaces (= 2.5.1-1resolute.20260916.030744) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-composition-interfaces/ros-rolling-composition-interfaces-dbgsym_2.5.1-1resolute.20260916.030744_amd64.deb Size: 1383618 SHA256: e4cf4b1091679bd031f4da3fec1403102f982630b5c3aeb6e7847b24ac31a3ad SHA1: 86e7eaaa262ee3d83b9e546ca657a0c748f7eaf8 MD5sum: 02a04cf58eb3ae7854c2d491825a0e91 Description: debug symbols for ros-rolling-composition-interfaces Build-Ids: 101912ae0d6b238433e38fbec35dbfc567c83d3f 40707a364b08d28b057fb1b8a312ebc74c7b92cb 4a6848054a4f02fb827ebbc6740f449d60a0c0a8 4b638ddde699147ab4bef732b481428a38f171df 5947fc8a7136bc5dadc6e69691a37df3c8fade11 8ae8dd4205e5255db5a23e6901f408ad070c0411 9f90145361a9f5c461f9ce46278c81a98ba2f6a7 b1c1f1865eb2d466518da061b8d3402df1f752d8 be5be5aec5dec8df701adc72e224fe6e1b9598f3 d219835d25d6dfa642d934055625d3b44a28d2a5 f6d0da04ae50469701120f67ac56d49903cb60a3 Package: ros-rolling-compressed-depth-image-transport Version: 7.0.1-1resolute.20260916.205652 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.20260916.205652_amd64.deb Size: 209832 SHA256: 4dc532cf65141bcd6b9b621c6bfd6c9c31de8d6fecc4a2ad53fa846670c442c8 SHA1: 0e4df1f410c810a835aebac2bb0c60adca5b8400 MD5sum: 9743b2b950e2ce644ce28b37104eda19 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.20260916.205652 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kenji Brameld" Installed-Size: 4739 Depends: ros-rolling-compressed-depth-image-transport (= 7.0.1-1resolute.20260916.205652) 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.20260916.205652_amd64.deb Size: 4205012 SHA256: 06ea3542e9db699871bbca099412b4768a0abeb98265ed3966f6742a7b97fb14 SHA1: 1cfa1878d3f4d16273b7c93e234a42c8649ab8fd MD5sum: fd20c9157edb6a3166d223057b6235c7 Description: debug symbols for ros-rolling-compressed-depth-image-transport Build-Ids: bc6ea12cebd267bfa46fd02af4d1fa4bd0d5afc0 d00e2230c273f7adba3e552db9c2722546cc305b Package: ros-rolling-compressed-image-transport Version: 7.0.1-1resolute.20260916.210537 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.20260916.210537_amd64.deb Size: 185522 SHA256: 0bc9d5ec8c5ac160575dd5c53e124bcfc0226e9522bc4782992d58ad9064a50a SHA1: 09d6927cedc75e58f455c3dd3189d87bef08bcc4 MD5sum: 8d3353a8cd50cf37bfe55477d17ac4fd 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.20260916.210537 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kenji Brameld" Installed-Size: 4273 Depends: ros-rolling-compressed-image-transport (= 7.0.1-1resolute.20260916.210537) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-compressed-image-transport/ros-rolling-compressed-image-transport-dbgsym_7.0.1-1resolute.20260916.210537_amd64.deb Size: 3766870 SHA256: ef52c9474fc95feb090d1c24be0c146e404140c636d8a41b5cc1e2ba4c33f412 SHA1: 32351835bcb8871c8a1b9f1d9170e5a2d5856da5 MD5sum: 373f8495e68cb0bc8769ad12457b5bd0 Description: debug symbols for ros-rolling-compressed-image-transport Build-Ids: 5534c5a078ac8f9bba2d9d70c55e6ec61e7ca42e Package: ros-rolling-console-bridge-vendor Version: 1.10.0-1resolute.20260908.135003 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.20260908.135003_amd64.deb Size: 6014 SHA256: fcbe701689db12e860d35b3e7d2c9364151cb4b5ae993f8ec631ed17d349a49b SHA1: 6bef88d155ffa2b5ff29e5d89b6e9e5b566b8716 MD5sum: 490386be5765aa207858b175c16e4efc 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.20260916.035538 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.20260916.035538_amd64.deb Size: 1256926 SHA256: d566839c874817c0cb3cf31d3356682a1410fc113e2b02116ccaa50454a87d23 SHA1: 6a937e1b84c7eb1f971d6a5a971fb090536a68d1 MD5sum: aaa1b09d2b590a9d03bc207ad4efe94b 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.20260916.035538 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 14851 Depends: ros-rolling-control-msgs (= 6.10.0-1resolute.20260916.035538) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-control-msgs/ros-rolling-control-msgs-dbgsym_6.10.0-1resolute.20260916.035538_amd64.deb Size: 10862306 SHA256: 185f28bafa799ee19f394fe9915c940f6535bda00104f659be5ecdf23e884f07 SHA1: 3a27a4553708039cbfabe1a66164b00acaaea401 MD5sum: c11165ced908b05db4771ab1ac473c56 Description: debug symbols for ros-rolling-control-msgs Build-Ids: 0f0d344698ea5cbc336b274c636f75dd500b4fc9 20867c3ed3d9ac4f6fa9c0eb5001313df153f2aa 25ebf203548e8a69914fad159e462899b3b67685 25fad70e5c60231c89cb514627abffbea6119a86 3749465e0768a55fd305bb114f33342c8cb1120f 4c9750571a6f8a85abd9e556953909acb830156e 69b8d0742edf07ad95309eddb59600d89d3324f2 7b114ab55dcb76dce21f5f738f7f6d85556b1c29 835cf2c53404a2517aa223314e2c36c937d3c237 c9f9f1b01ca51b1bc93aaa0610c005091fa74d07 cb8996d2dfd23bd0ca60cc548c0b0a5c835d051c Package: ros-rolling-control-toolbox Version: 6.4.0-1resolute.20260916.211322 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.20260916.211322_amd64.deb Size: 195296 SHA256: ed5ee1905afd337d97a4354c42452edf0627d0bed6fc325e8fc5dc6df12d4d26 SHA1: a059ce2514c24ae8fddeabb873cdfb0fa92ed1ee MD5sum: d5414dc42832010717db6b253c08bdf3 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.20260916.211322 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 3722 Depends: ros-rolling-control-toolbox (= 6.4.0-1resolute.20260916.211322) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-control-toolbox/ros-rolling-control-toolbox-dbgsym_6.4.0-1resolute.20260916.211322_amd64.deb Size: 3432270 SHA256: 99e5c4c31317772064cddf8716ff90f3e11463b84704231463b05b8f4e1de814 SHA1: 0574ae8fde277d95fec0a2485bd5b416ad1e894a MD5sum: 00a0fdc86bb04b4d16f8a5487830f144 Description: debug symbols for ros-rolling-control-toolbox Build-Ids: 09d461c72e6ff50554cbb71a0effd1b81390ea3a 1f97212252d352f662fc7b91dcf6b68a3a416749 5bc98c7094db521fb0efba28c4645502a0acf56e 60890223998386b9500ea1d447b81b91305b4719 7bc53d5a9fecda5912a51dd50a304e5b6f0e95be Package: ros-rolling-controller-interface Version: 6.10.1-1resolute.20260916.212106 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-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.10.1-1resolute.20260916.212106_amd64.deb Size: 100594 SHA256: 20aac7788c235e4fafd4c33976204d223d0b7450df454238254ef46015b9cef1 SHA1: ffae66f678ab1e89cb48194158394f8f8c7ae05a MD5sum: 3c9c7c3583ff4d45b42863b869863d1e 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.10.1-1resolute.20260916.212106 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1418 Depends: ros-rolling-controller-interface (= 6.10.1-1resolute.20260916.212106) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-controller-interface/ros-rolling-controller-interface-dbgsym_6.10.1-1resolute.20260916.212106_amd64.deb Size: 1346358 SHA256: 7e6266b064a642248e8ad7cd8c105e96f8ad24a05735f91a868aa2af954c158e SHA1: 52e658289de94c5ae0e076db652019c98997dfd5 MD5sum: 7068992e9c782771863f2e628dc26ebf Description: debug symbols for ros-rolling-controller-interface Build-Ids: 835878bfc19c10406ff6e51dbfbe4b72f4fe0417 Package: ros-rolling-controller-manager Version: 6.10.1-1resolute.20260916.213259 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.10.1-1resolute.20260916.213259_amd64.deb Size: 539716 SHA256: 08a79bf92a873fad5c13bf783752c49dd30b7aa7f2bf7278627c7d0dc79d2bcb SHA1: 3f2f10d914e6d94ac5a16e25779d7e77fa85a21f MD5sum: 8203fd71b2ac676d049dbecab0584844 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.10.1-1resolute.20260916.213259 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 8995 Depends: ros-rolling-controller-manager (= 6.10.1-1resolute.20260916.213259) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-controller-manager/ros-rolling-controller-manager-dbgsym_6.10.1-1resolute.20260916.213259_amd64.deb Size: 7902558 SHA256: da0399f5ef32fe49e975c90b6809e25caa61ee6347653ab1b215fd204d945e7b SHA1: 47f5dc87d2148e88b263f000c2419fe72956270a MD5sum: d068da996f5bd08431f98562a4078f1b Description: debug symbols for ros-rolling-controller-manager Build-Ids: 2442f34ddc0d9ab1a6e48cefaccdfb80bf461c0c 59182396605f5a4f1b3f2817f23e6acbebfe8bd0 Package: ros-rolling-controller-manager-msgs Version: 6.10.1-1resolute.20260916.034239 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.10.1-1resolute.20260916.034239_amd64.deb Size: 435178 SHA256: a0bdb368036ae9fa3544d7b80762e079f67861fd7dc1c9cd8643579f1d586f3a SHA1: 415b450147f2473bc2a031c34316daff572d4be7 MD5sum: 349712cfbd6ce5464e5057e44a49ebc5 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.10.1-1resolute.20260916.034239 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 5468 Depends: ros-rolling-controller-manager-msgs (= 6.10.1-1resolute.20260916.034239) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-controller-manager-msgs/ros-rolling-controller-manager-msgs-dbgsym_6.10.1-1resolute.20260916.034239_amd64.deb Size: 4055952 SHA256: aae5b4209d95ced5d5ea07bb7150a558e773b7d5854266fd08146e0dab213dda SHA1: 5d1216c884c70d433d21fe39cf02e83f0290e0e9 MD5sum: 344a17a9b001f8f94f9e23c24fc9e013 Description: debug symbols for ros-rolling-controller-manager-msgs Build-Ids: 0b2b128206cacad2f665a96097c52fd69e737ca4 0f655a9671626d7152ba27da92c012e775ed49ec 5a119facd34faa66f7b40bc7c8e87cbe267adeac 6f042a2149b275879907158297df09a2c6380a33 8d32b23c8f4dbea0e050d1e90cf39b9c5b57ef51 8eeba97af78bdfab5998da120ee02b40df956194 8fa24ea05be44219c549bed65515f09b3bf96efe a335796527188cfb40a3867cfca24b84a39daea6 b0e37695f7f50b37a3718190fb0d3b58bf9ee7d3 d7a435d03b2e78d648151c3dbd6f7dca83469813 f0f0be2e86af553bf62afc3ceccc48d97316de11 Package: ros-rolling-cras-bag-tools Version: 4.0.2-1resolute.20260916.214323 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.20260916.214323_amd64.deb Size: 29214 SHA256: 15b891134034fb1ef5019625305602017bfb538b1a90251e3a93b48e220f1fd8 SHA1: b38b14f3d8decafd65e17a04145cc378aaf9c10f MD5sum: fe298d13e4549a640a6bddf4241728ce Description: Various utilities to work with bag files Package: ros-rolling-cras-cpp-common Version: 4.0.2-1resolute.20260916.211253 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.20260916.211253_amd64.deb Size: 361440 SHA256: bfcce18436c568b1b90e2394855a6c5481fede7fff4bc5b382d8ea8313a95a8a SHA1: 4ee554539e60e3f3e054d2ce261c822f0625bc9f MD5sum: 46e5fe45138839ff8ad88ea065516dc3 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.20260916.211253 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 5759 Depends: ros-rolling-cras-cpp-common (= 4.0.2-1resolute.20260916.211253) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cras-cpp-common/ros-rolling-cras-cpp-common-dbgsym_4.0.2-1resolute.20260916.211253_amd64.deb Size: 5318774 SHA256: a83b2044be61096b44a57afcace1f132fa76f8b996e38a9ce8ffd94b400cf2cc SHA1: b5f08adafd673b2364e6981993e9980c3fee9b5d MD5sum: b80afb1ed4622169df12369bb548e62d Description: debug symbols for ros-rolling-cras-cpp-common Build-Ids: 0080db163e27acb9ea104968912f65b3ead42384 042f43535bc2c21b885f94f9c5417a4994569b90 0dd3747bf63f7fea5cf322a010103d8942413b53 1097998c7a11f27eebf2015e60f26b2837567510 27a45d00be729ae2c6d9f395aa93452f38179568 4474d5d19ddfcaf82c24d470e02ce9eb8299202a 455c7ba4d09d164fde0aa160061fbf42efadd8bf 4c0a5772bd39f71ad0ae8a7b907d0ff1bbcc7736 653969fb7aeddf230d1cd17616f56903c7a99e17 6e0f404f8bcc62ad6730b186d3a489fa9e807d74 7b97be8f9db9aa18649d055295453050ec0b0239 7f841c9d479189d542a145f949dcb7be31c14f93 a064ef9e8eb68638250d38567a4c7477f2bd32e2 b8f8afae8b55609ea2f00d646c10073570731293 ce3592a3e30c39b6def00fad23f455d7c4a7825a Package: ros-rolling-cras-lint Version: 4.0.2-1resolute.20260908.141944 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.20260908.141944_amd64.deb Size: 32432 SHA256: d7c0bc3fd5a7d8131925e2927b2d7560ec95cab98a2727f4bdafaf38e35ec9de SHA1: fb8620b1cebf1f7a482e05009cf7d964f523318a MD5sum: 7c1cd6917f0bd695b203418d39606650 Description: Various utilities to work with bag files Package: ros-rolling-cras-msgs Version: 2.0.1-2resolute.20260916.030745 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 2999 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.20260916.030745_amd64.deb Size: 205866 SHA256: 0dfb0231991483889fb4d35f2a67ace839839dfaf311086bcf437970f9563fbf SHA1: c6aa2c0897af004c81429ae8ccb75a48cf8524ad MD5sum: 01a3f8a37349663bd91c0c298768d8e1 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.20260916.030745 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 2367 Depends: ros-rolling-cras-msgs (= 2.0.1-2resolute.20260916.030745) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cras-msgs/ros-rolling-cras-msgs-dbgsym_2.0.1-2resolute.20260916.030745_amd64.deb Size: 1717704 SHA256: ddaa7ba0c1fc4bf5559137c4362b81415376449de7e3b2868dab9f753fab9a9b SHA1: ce14f5f9c06a29228255a476c0876e57922c91b9 MD5sum: da376cd046f78c3aeda9a7ceee4dbf5b Description: debug symbols for ros-rolling-cras-msgs Build-Ids: 21a620c2a84af451090a98564837186eec92a840 37d6aa36de36efdac7115d4b3e8ff4710d392d70 459d8efee335280d66a941a0042cd38df8dc8971 647c045fe86e1bd0a1e6cc9cf0a008516e57e2fe 9e7e73f69c3c80201cbdfb91a00b5b3b284bea56 9ff870e2e6edbc0c1017ac4e70721cdf0499c564 a9b191907bb652a88c467684e071878b8a4d28b0 acc24a88cee68400405079a9c36a2480e421c3dc b8a99faeb7e9dacddd02e143b5292ad0c4b53fc9 caf24ae8d6c63d4d1ed92c221736d6f9b12ce986 f11b95d22887a0da987b0c612bf87c4ec8c7cba8 Package: ros-rolling-cras-topic-tools Version: 4.0.2-1resolute.20260916.211940 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.20260916.211940_amd64.deb Size: 188040 SHA256: 36b56c6fa070eeeccdd5d3d91c4767a5f901af11f5fa13cac9d29bdc4ba2a339 SHA1: dd96d91b3c2c8a37d14cf48b4ccf328e7bbeec6e MD5sum: 8eb9990af01afd6fad76f4beb3621914 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.20260916.211940 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 3331 Depends: ros-rolling-cras-topic-tools (= 4.0.2-1resolute.20260916.211940) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cras-topic-tools/ros-rolling-cras-topic-tools-dbgsym_4.0.2-1resolute.20260916.211940_amd64.deb Size: 3083144 SHA256: 265e0192f4425b7f2fa23e23604f34b73552ad0668a3ac860035c437dfa6b9f3 SHA1: 768a8d859c4ace2305d3a731b8141d9b828f96bb MD5sum: f4c0782f945185b2670b383432c1ee3c Description: debug symbols for ros-rolling-cras-topic-tools Build-Ids: 0400b844b6057dff6689985c1d6ffd231c6b9382 f6da6e1340affe42e6b3a87051176bbb2f22e1d8 Package: ros-rolling-crazyflie Version: 1.0.7-1resolute.20260916.212449 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.20260916.212449_amd64.deb Size: 200132 SHA256: ba73f5118885a2aed87eb065f538fdf8b6c9b08426d088eb27ad686deef9adc6 SHA1: 8266eff4c01ec959ede9cdd3814e9548132ce5f2 MD5sum: 893ab7e5d1fe9971770e2932fcb9fb0f 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.20260916.212449 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 5157 Depends: ros-rolling-crazyflie (= 1.0.7-1resolute.20260916.212449) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-crazyflie/ros-rolling-crazyflie-dbgsym_1.0.7-1resolute.20260916.212449_amd64.deb Size: 4343072 SHA256: 5c455b8d0b9a75b7e76542fa47177c864e60c08dddb9c22c381034dec5048f8c SHA1: ad724728fac7de8fc107e28a69621687fcd59ce8 MD5sum: 6b63b90afd9c8343a83cb4c759b8a5fd Description: debug symbols for ros-rolling-crazyflie Build-Ids: eabe25f3c3d1348149812642edb52388f13b0285 Package: ros-rolling-crazyflie-description Version: 1.0.7-1resolute.20260908.135723 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.20260908.135723_amd64.deb Size: 86298 SHA256: 0aedc2a0df056dc1133d63c41498959444062339cd437c7224dc119a56b503ce SHA1: 385361cff8a236f090f28efc75e0132a15999f11 MD5sum: 804f0c3cc6c339d6653ec09886826efe Description: URDF and mesh assets for the Crazyflie robot Package: ros-rolling-crazyflie-examples Version: 1.0.7-1resolute.20260916.210948 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.20260916.210948_amd64.deb Size: 107502 SHA256: 4543dfa56e88a09510463670b6d25e83589a114680b8cda7382f69ee860cc8b9 SHA1: 1792b0c6c2d62122e2f9608debae7e7d5f9fd91c MD5sum: 07cf36e4af27889890b02bbef58c8afe Description: Examples for the Crazyswarm2 ROS stack Package: ros-rolling-crazyflie-interfaces Version: 1.0.7-1resolute.20260916.033728 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.20260916.033728_amd64.deb Size: 457976 SHA256: 918c73f05bc6e26cfce5fc76a15dc482218f962e3f230b4f4f762c9244bbc486 SHA1: c1fbdebd42c914a70c01a6d5c83ee51c8caff484 MD5sum: ddcc8d0a0ff9ed02ef0433c1a6b618f9 Description: Interfaces for Crazyswarm2 package. Package: ros-rolling-crazyflie-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-crazyflie-interfaces Version: 1.0.7-1resolute.20260916.033728 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 5449 Depends: ros-rolling-crazyflie-interfaces (= 1.0.7-1resolute.20260916.033728) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-crazyflie-interfaces/ros-rolling-crazyflie-interfaces-dbgsym_1.0.7-1resolute.20260916.033728_amd64.deb Size: 3971286 SHA256: 77dd227f218d6bfbe98fb5dbd216f5cd839bbf62e5e9bdd4c0ebbe0c89cf6fef SHA1: cccf531c59f0cc7140033fe7d97822dde425f377 MD5sum: 8f4da6b30506fe410bc363fc57773b84 Description: debug symbols for ros-rolling-crazyflie-interfaces Build-Ids: 0bc49b60a0d14e8ac8d9393b2c1c2951724ce75c 21e7e055bf79592e1984440c39a9ccc861a85ac8 3276730a867697891f9731881376c9e666a96ccb 3b7516d2453b997c2bd10573d723d0c6c5175cff 422f97273658f7ac4e297a1fcc8300161617a3dd 5bebbaecae1483dfd2e6d4a5966d38f16d5c2c94 a76d5d51dd342f3359813a324683678bcbc52c7f aac7c5dac8446b033a8922750f0fa75e7bf78ce8 e0cddfc5041f84db8838006a4ab884b8204bc065 e441c3e38dcea49c0aa8b64df21b56b56c84f193 f3059b43456bb003d33b7e00fbd1748001e2db84 Package: ros-rolling-crazyflie-py Version: 1.0.7-1resolute.20260916.203024 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.20260916.203024_amd64.deb Size: 41214 SHA256: 8fd7e86aa2efc01fa21702f01265f2e9eba0b1829a6c673f272fa140eeb9b857 SHA1: 596786363336d24e8fcdb150fd617ceab0595e77 MD5sum: 19ca663d37537aa4531e9efd8dc5acd4 Description: Simple Python Interface for Crayzswarm2 Package: ros-rolling-crazyflie-server-cpp Version: 1.0.7-1resolute.20260916.211205 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.20260916.211205_amd64.deb Size: 601480 SHA256: b24a77b89b97218144c21351ee387fab8b3f1ebf9c08fa5ae0e678f0ae373af9 SHA1: c6b9d28009383eb8130ea4d899a442295ae9b00b MD5sum: 4afaa7cead249e8313216695e2497937 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.20260916.211205 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 17899 Depends: ros-rolling-crazyflie-server-cpp (= 1.0.7-1resolute.20260916.211205) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-crazyflie-server-cpp/ros-rolling-crazyflie-server-cpp-dbgsym_1.0.7-1resolute.20260916.211205_amd64.deb Size: 14655846 SHA256: 71c23c1ed50136d228764a753e668c1fe6d205eddf7da8c8ac84d67294154cf2 SHA1: 96b70905fa7bf12f7985e48d433c15d42c4b9900 MD5sum: 81b79b0f9543de06b8c9e3785433fec4 Description: debug symbols for ros-rolling-crazyflie-server-cpp Build-Ids: 01a6ca75f09de245a68a3d45971fcfa5ce7b1e84 1d8aba8b8f8737912a0aefa3f30044efc72724fd 28aedb6d6a52cdf6c83b24951a230195d031aa8e 2e5f148773a0c3e1d60757ac2214dde9e5408c61 3475d31352fa6d283ba7cbed061989a05ac97565 4e815be996b2f681491c445ba99e1ff6982f9103 57f4d17aeefd4fffbc8b87649eeb15276514af8b 61d8c35a386a58256f1e3ae9aa16f54c2b2ebb69 654b4a63f68709d92e1123ce2e42748d54da9ab5 68fc9eaed30b970380def4c41fca453edb251da3 97a1614e4498ba1ab8c646202cb256c9ff7a8531 d3e35589b1faa64ed1c2295c05c2ece5130ee2f7 f4417edea43f403bcb21d36f7e09a0609b95b789 Package: ros-rolling-crazyflie-server-py Version: 1.0.7-1resolute.20260916.210957 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.20260916.210957_amd64.deb Size: 35632 SHA256: 962006643376c3acf088dbd9ffa4c244f9137895917cb96758f031361f4138e0 SHA1: 16f5c89d6ad1fafc93eb2a5b7bf33d3a6483ea1f MD5sum: 6f636889566f5f13017fbafc2151b566 Description: Python Crazyflie server node for Crazyswarm2 Package: ros-rolling-crazyflie-sim Version: 1.0.7-1resolute.20260916.203018 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.20260916.203018_amd64.deb Size: 2027180 SHA256: dc5bbe1129ac93c4f413ba485937264427251ce92fa4daa4ad116d5f1214ec86 SHA1: 7394cab9510f34f8a2678a9c87ecee6d7a90254d MD5sum: 899eac600678cc6544b8b9d696aaf28e Description: Simulator for the Crazyswarm2 ROS stack Package: ros-rolling-crocoddyl Version: 3.2.1-1resolute.20260909.061528 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.20260909.061528_amd64.deb Size: 6060466 SHA256: 7f45762bc809302b3b0c997e3d05b9c23288a34c164f0cdb7d9e723fc2b40ca3 SHA1: c168267d97d4daed8a4c8db75bb46088e3b96a9b MD5sum: cba5a754f86e51489d682f4a5a96c77a Description: Crocoddyl optimal control library Package: ros-rolling-crocoddyl-dbgsym Package-Type: ddeb Source: ros-rolling-crocoddyl Version: 3.2.1-1resolute.20260909.061528 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Carlos Mastalli" Installed-Size: 548625 Depends: ros-rolling-crocoddyl (= 3.2.1-1resolute.20260909.061528) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-crocoddyl/ros-rolling-crocoddyl-dbgsym_3.2.1-1resolute.20260909.061528_amd64.deb Size: 524801708 SHA256: ad91ff2c9e73c9f55f8023a35f49f8785a2890ef5efd688ce82c7197d6ac94bf SHA1: 57d5a8983eec5a525ec7dc15126fab92c0bf1bc7 MD5sum: f0a3d972a2cf91bb190df730d404f672 Description: debug symbols for ros-rolling-crocoddyl Build-Ids: 53155cf199d9a5f26eed96f5a07a2477e2b166ae a28cfbafffc7a4de602caaa48e062867ce57335a e1c24fe43920860254272c1325f33888ef549af8 Package: ros-rolling-crx-kinematics Version: 1.0.0-2resolute.20260916.214153 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.20260916.214153_amd64.deb Size: 41056 SHA256: a182f71003474d62f888225393e50de9a9e55c8832e11ab9f7c5ae67ee9a8de3 SHA1: 2d7b0b457adfcb56d157ab75ca3b8bb6b3fef438 MD5sum: 5d23b44d8cb656e1400cc162d5deae0d 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.20260916.214153 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Cranston Installed-Size: 2780 Depends: ros-rolling-crx-kinematics (= 1.0.0-2resolute.20260916.214153) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-crx-kinematics/ros-rolling-crx-kinematics-dbgsym_1.0.0-2resolute.20260916.214153_amd64.deb Size: 2776286 SHA256: b438f59242181601d004a94c540b87d758891f3d4b527fae7f3e5eb2083560bc SHA1: 90887e099bf3bce24840c3ade1d30a6742b9f55d MD5sum: 2eb2590a3d01ed61c8384f5dc2574397 Description: debug symbols for ros-rolling-crx-kinematics Build-Ids: 86b50f26a908ed202258305ede8448904c5ef5e7 Package: ros-rolling-cuda-buffer Version: 0.1.2-1resolute.20260916.025717 Architecture: amd64 Maintainer: "Yuankun Zhu" Installed-Size: 210 Depends: libc6 (>= 2.38), libcudart12, libgcc-s1 (>= 3.3.1), libnvidia-compute-595 (>= 595.91.07), 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.20260916.025717_amd64.deb Size: 56760 SHA256: 9c08fc1956af2e839551d8e1fba47b83e4889c483b3fa7ad094178d740419793 SHA1: 142a73d77ac8b18780327d4c3e998f907b4c08d4 MD5sum: a3da28f20748b4b72f98c537556a8b3a 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.20260916.034143 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.91.07), 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.20260916.034143_amd64.deb Size: 36542 SHA256: b267d071cf5cb3f6e981920ad4b049601a7ebb8f917fe205330f21c8a0eed6e3 SHA1: 332cbf08b13718c9fe96717eb225f330ebcff8cc MD5sum: 6258214548bb1ba595caca58a87749c7 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.20260916.034143 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yuankun Zhu" Installed-Size: 443 Depends: ros-rolling-cuda-buffer-backend (= 0.1.2-1resolute.20260916.034143) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cuda-buffer-backend/ros-rolling-cuda-buffer-backend-dbgsym_0.1.2-1resolute.20260916.034143_amd64.deb Size: 397338 SHA256: a2112003c864f90a8ed6465bf24b3243e72d8fa03156e629051a7252b6f06428 SHA1: 144ae6f3b0baa31bab7e68c9fddc47f47edcacf8 MD5sum: 7d049b30d5793f9811dba10158dceb0c Description: debug symbols for ros-rolling-cuda-buffer-backend Build-Ids: defd89ff00d74b95050f8b25f98d59101e50c476 Package: ros-rolling-cuda-buffer-backend-msgs Version: 0.1.2-1resolute.20260916.025314 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.20260916.025314_amd64.deb Size: 55100 SHA256: 702125716743cb87c4fd75419055149880ca63911fdf2f7bd4a1e04041bbefc9 SHA1: ba03554d81eb2b7a08266eec4e31b2999434aa98 MD5sum: 699a490091811bd759c3945ec3e3562b 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.20260916.025314 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yuankun Zhu" Installed-Size: 384 Depends: ros-rolling-cuda-buffer-backend-msgs (= 0.1.2-1resolute.20260916.025314) 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.20260916.025314_amd64.deb Size: 235962 SHA256: e1e6675f07e1229e5f60be52444e016f616ac6ce4b0f3e34594497d5a5fdb61e SHA1: 5895c3c028292156e424a070d1642d7185110e22 MD5sum: b946302dba6288a396bd5b4d6dc33cc5 Description: debug symbols for ros-rolling-cuda-buffer-backend-msgs Build-Ids: 0a952297b5c00f5d8aa87682a98d3174836cf9d0 0d29ad51900132e6faaa89adc88b813efba73cfc 311a3e23a7a755f410bc9e712427fe8b74b03f15 3c00bc025c468762d1f069f776444185007c7a25 64eff6be1d03825c8533f7e307276fd02fcfe01a 6a543aabd6aaafb2a765c2ec138518741a95a172 8b11367a6fe1de030a74d8c991e266e73d90ca28 949b2f06e1e1e6250a707b72ae709f9d9b8d3f35 b35ae813c0946f58b0771b2510d544ddd1a49564 cf769af2a45c17588611879c0fb3e967df7cc3ec dd44737503200e9e3111a10760e5c293f702f4ce Package: ros-rolling-cuda-buffer-dbgsym Package-Type: ddeb Source: ros-rolling-cuda-buffer Version: 0.1.2-1resolute.20260916.025717 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yuankun Zhu" Installed-Size: 598 Depends: ros-rolling-cuda-buffer (= 0.1.2-1resolute.20260916.025717) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cuda-buffer/ros-rolling-cuda-buffer-dbgsym_0.1.2-1resolute.20260916.025717_amd64.deb Size: 546200 SHA256: 0dc858e2eac79cf62bc9ec55e139319ae8cd56c1e32e0e514155a61b6a9ea788 SHA1: 4452bca6fd74c7c66c3fb6c952527b3088b1a50a MD5sum: 6cabfb4e50b0a2dd97f74c567ff68bef Description: debug symbols for ros-rolling-cuda-buffer Build-Ids: 56dddcc040b928afdc7ed25c03e44d63f62b60e7 Package: ros-rolling-cudnn-cmake-module Version: 0.0.1-6resolute.20260908.135845 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.20260908.135845_amd64.deb Size: 6716 SHA256: f110879a87581e26f472f1166fd33ed15e512725d12a9342d1c1be5980b441b3 SHA1: 559470db980ff83b81c1f691ed1164c0d5d957b6 MD5sum: e030706ebae9ac2b52c3023577948616 Description: Exports a CMake module to find cuDNN. Package: ros-rolling-cv-bridge Version: 4.1.0-2resolute.20260916.203850 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.20260916.203850_amd64.deb Size: 126792 SHA256: 9fbf23638df4b0c86af744556fff85bb2a4e7aba530b56b2c164cb22913e6eb8 SHA1: 9c19b89e32b91289f7e11ae726a74ccd1a6eaa5f MD5sum: 8be87681afc77212bb585075e2213b4b 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.20260916.203850 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 2099 Depends: ros-rolling-cv-bridge (= 4.1.0-2resolute.20260916.203850) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cv-bridge/ros-rolling-cv-bridge-dbgsym_4.1.0-2resolute.20260916.203850_amd64.deb Size: 1924490 SHA256: bea6094d5b9ca88710c326fc43630b7ee86ffe82e3c0f790ba1e7dcd2bc196da SHA1: ad58056fc134166611cdf8b80f0b0541b37316d4 MD5sum: 846474ac17dafff72149ce6e2e1ea348 Description: debug symbols for ros-rolling-cv-bridge Build-Ids: 4796b42e3b3fd07fd9db57d3852f5490ce8e1d5f 51542beb208c7696ffa806faa411b3156df113b4 Package: ros-rolling-cx-msgs Version: 0.1.3-2resolute.20260916.024932 Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 2912 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.20260916.024932_amd64.deb Size: 214368 SHA256: adb4e0637e626cc84d624a9ddd042f2f225f61465fa431591842312b1e17bae4 SHA1: e08d31b8329577c07e85dbd412e8ffd7eb6813b9 MD5sum: 91ab48a8c8ba36be18375c9b43cc3e2e 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.20260916.024932 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 2485 Depends: ros-rolling-cx-msgs (= 0.1.3-2resolute.20260916.024932) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cx-msgs/ros-rolling-cx-msgs-dbgsym_0.1.3-2resolute.20260916.024932_amd64.deb Size: 1848660 SHA256: ec0a8b725ba82b0177890647048763e525491d8b2d46fc26e06adb7a4947b449 SHA1: a277e6701cba3ab4f32cfaaada9ebc9d2f4fbe32 MD5sum: b6284aca0174e602a16c25a06de6cbc2 Description: debug symbols for ros-rolling-cx-msgs Build-Ids: 3fa3fa2649733e0b3ce1ad79ba0338cf956dafe7 4aa94c8b5b1246ee9dc72f99021df57ad19187f2 4ed31fd0ee7ea25d5fc2a71f517a70b07ae74575 5d27c4885188b887fc6f36c5e6c07f9736129c83 5e41281fabd072945dd109151db541efa086c6de 7bc469e7ae9c7c6289cad3ba6d0750339cc21fc8 a4305292fe52e8ec9641ab62860d1010ef48acb6 af9f57e4f552f58a5e8594c0fb7f166faf67c756 e05fb52177971830800bbe4f5d045a1ca5c405fc e4e16d1218cc5a402bdc91f90730f80aed0e0652 e684cede25c799079ddef4d653817e8115092699 Package: ros-rolling-cyclonedds Version: 11.0.1-3resolute.20260908.133541 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.20260908.133541_amd64.deb Size: 1094302 SHA256: 45285bb974b6a3133af29a5703481d1d5b0b5d3778a8a5c9f7c138d0f0e9fbdc SHA1: fbd40c69ea614a4ebee694b764f7842729fe4b19 MD5sum: 448249c51eb958a8c953b72736a93032 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.20260908.133541 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation Inc Installed-Size: 5846 Depends: ros-rolling-cyclonedds (= 11.0.1-3resolute.20260908.133541) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cyclonedds/ros-rolling-cyclonedds-dbgsym_11.0.1-3resolute.20260908.133541_amd64.deb Size: 4537638 SHA256: 98a2c90f8a1946613aff83d13ad673ddb393fc7aa1a2520cc646fe7ccef92851 SHA1: 5ba54c1e99f3f05303df98ba0539e7a17eeeb510 MD5sum: 1de78d62f5d68f010752eb623353008c Description: debug symbols for ros-rolling-cyclonedds Build-Ids: 1a7abcd96d77deb87e90db89b3f77fe5b3f7e694 586d48fb3804c57ef15bf62016c473418cb11b1f 6942a83443fa6f3a3651724ff21fcedbfe082e42 7fbafe41d6292cf8981373ed684ed14c1dc359d7 9435f7d8615f6b6aa799a23dd2b84065df8f0352 bb248580526fcd7dc490f6089efe8a342dcb4da3 d8e36362a3fa00c02c1b01b8ac4ab8661b8ab7fe edc95febefe6337b2a046ceaf3ca514c3ad16107 ff6bad65b0c1f24dde962f343ef8c83395cb78d1 Package: ros-rolling-data-tamer-cpp Version: 1.0.3-2resolute.20260916.205242 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.20260916.205242_amd64.deb Size: 125516 SHA256: 76e48881946b3c0d36f5150abb161e2b1343ce4f5d45f0c5a93a2187cd6f993d SHA1: 1ea04bfb5e64bae6951a913e766b67109ddc41de MD5sum: 6b920f3fc34d9d9f1a0a18a3a373e236 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.20260916.205242 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 2439 Depends: ros-rolling-data-tamer-cpp (= 1.0.3-2resolute.20260916.205242) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-data-tamer-cpp/ros-rolling-data-tamer-cpp-dbgsym_1.0.3-2resolute.20260916.205242_amd64.deb Size: 2259326 SHA256: 83adf6db728ef488c52e006f3e7c0352a27727bf04451f354451f6ab63ffe222 SHA1: b9dea0e736b54927ba6ca335c8058f479e37df6c MD5sum: 9c12c8978c4b889b02f27f61a86e74c3 Description: debug symbols for ros-rolling-data-tamer-cpp Build-Ids: 061cdedfde41ab7fe184579f368ff5b8435e0c14 206d27e27381979390596fb4ed16dd258c80f1b9 Package: ros-rolling-data-tamer-msgs Version: 1.0.3-2resolute.20260916.025517 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.20260916.025517_amd64.deb Size: 95460 SHA256: 553b22932e1b01a16adbb79ba52e1876495632e7d5ee2aa48e13433df61650a5 SHA1: 65ebc7c3e4b2036b604718b4315fac534c45abe3 MD5sum: 3b0434f727282323108d989fd0cb517a 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.20260916.025517 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 968 Depends: ros-rolling-data-tamer-msgs (= 1.0.3-2resolute.20260916.025517) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-data-tamer-msgs/ros-rolling-data-tamer-msgs-dbgsym_1.0.3-2resolute.20260916.025517_amd64.deb Size: 751304 SHA256: 677388d755d84dd1c12ce471dd216f83175775199b7033a79fd210ee401db8ab SHA1: 02043179093fb2de78780d69447a677dbd18d383 MD5sum: cf9eb29a2f3ebc685c81464026746fd9 Description: debug symbols for ros-rolling-data-tamer-msgs Build-Ids: 2f4c3a515b10547dea07aa3f14633831c20a4e52 45c905936b9e0369ad35bffbaa8d51dce49cb41a 46b54e2d0709a0d4046c5fbde508a9417c052e11 53ea4ffd25cee3ae23cc276b5dfb594795ad8a5b 55a2cccc57306591c58dc6df4f228b162f6d7e2c 5b95c6ac779360227b2c33824c4982adcbebf777 61b6dc3292b0d2173e0cfe345e698b6e9a5b72f7 84431ce403feea0aef03d0d21c7a107860a87fa4 aefa5f29d7c0ed122e02ddc1815869e65ede7d04 eed2128a87767bd4c3f15c733c44ec06026ea50d f86ab643ba9e7a35f214933c9682dc750b796883 Package: ros-rolling-data-tamer-tools Version: 0.11.0-1resolute.20260916.205832 Architecture: amd64 Maintainer: "Jordan Lack" Installed-Size: 5069 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-rolling-fastcdr, libprotobuf-dev, libprotoc-dev, nlohmann-json3-dev, protobuf-compiler, ros-rolling-data-tamer-cpp, ros-rolling-data-tamer-msgs, ros-rolling-foxglove-sdk-vendor, ros-rolling-geographic-msgs, ros-rolling-geometry-msgs, ros-rolling-mcap-vendor, ros-rolling-rcl-interfaces, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rclcpp-lifecycle, ros-rolling-sensor-msgs, ros-rolling-tf2-msgs, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/data_tamer_tools/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-data-tamer-tools/ros-rolling-data-tamer-tools_0.11.0-1resolute.20260916.205832_amd64.deb Size: 729794 SHA256: a23e5d9973ae7cf262064a59b3e24c2ce80b7f7f0dd7807dd2af86d728f3fcc4 SHA1: a9600ddf4eb1b7b578add1de191acd25c103d12e MD5sum: ac5c26b51cfa816d56b1f2bafd1cd205 Description: Set of tools for using Foxglove with data tamer Package: ros-rolling-data-tamer-tools-dbgsym Package-Type: ddeb Source: ros-rolling-data-tamer-tools Version: 0.11.0-1resolute.20260916.205832 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jordan Lack" Installed-Size: 24241 Depends: ros-rolling-data-tamer-tools (= 0.11.0-1resolute.20260916.205832) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-data-tamer-tools/ros-rolling-data-tamer-tools-dbgsym_0.11.0-1resolute.20260916.205832_amd64.deb Size: 20030490 SHA256: 65104219df5e08fe0afc586b130843c459e99ae72a9a4776d8e29dda03113545 SHA1: 74727f330cb7e5bab31556a63305b5490e855fe5 MD5sum: ae6e83439b9d19e208af20562c3c04b6 Description: debug symbols for ros-rolling-data-tamer-tools Build-Ids: 20d95a724e86fd36d1d36f0c2c1e04206d582d32 2b068c4281850b2d1924130711c9885e5fdc598c 30b78abfa8ec57232db44dc7f609df55f8cf45c0 3ab40ce4370693aed683624ebcefd90851e59028 75c520cfdbc7a470a5eea01eae21cf69d2bc7090 7ba210c66a6a47a7078a4f1c74ed6e0edb71b0f9 831861ad54d02779eb28951278920406556d4941 8376ece1a3602d7d2cd92420105e27c60084acb2 90b7233c81d0280c8192444936627da6621c9eef 96548d2fcf714c34e4c5f6bcdac706d27b311e1a 9bd013ebad52ed089cea35f29ef29d79dcbea98f a113d429dcfd27c1fbe5239a67a83a673215a7c0 b070171b09c0cbb34cd163b4b65d54a807d8d6e7 b87c421d307a6cfd1ae37a2ffcd1b923557d3e6a d174fb9c3b2ccdb216a0aeeb6f6225e299db556b d1cfe35ba0ff49a668a15ea3e8a27b8f10f12b55 dc0ecfd71043487b71e11e01e6e4624d4252a04a ea0c86e090b95e963cfc0a4fad9db1ed53a5f8f8 f3414bd804bffcb7446c9180733459fb6ccefa4d f4e9fa92f6919c706c5c78115ce8bd88552243a1 Package: ros-rolling-delphi-esr-msgs Version: 4.0.0-4resolute.20260916.034239 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.20260916.034239_amd64.deb Size: 261966 SHA256: 2169053e96c8637358f86fd297e18ed8e2d94d9cc48dca6188c806c1804bff97 SHA1: e90a2fa6842cd3c8a9f45ace3f8b5f423533dbf9 MD5sum: cb87c8c30416f893e4cbade8b3832a3d 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.20260916.034239 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2753 Depends: ros-rolling-delphi-esr-msgs (= 4.0.0-4resolute.20260916.034239) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-delphi-esr-msgs/ros-rolling-delphi-esr-msgs-dbgsym_4.0.0-4resolute.20260916.034239_amd64.deb Size: 2077704 SHA256: c0673ab644801d850b3100341c8a796bd3a088b41a5e0935158b2cbfa9259252 SHA1: fdd853d0d24dcbad28862a20deece52feab15df9 MD5sum: 0b6a7fec8faa231bf307db04733f6233 Description: debug symbols for ros-rolling-delphi-esr-msgs Build-Ids: 20630b2c171eb7052955e4ad09e70d9c206d405f 625efd0a6f8d0d6ee18b349d268a2cd2b290eac6 62ad950a92e32e220651ae9f3511ecc0709cfed0 63b91c048833604ecd1d28574142a7ad01400f48 70d47fdeeaed8a763b00ea59a7eaa4daa531ea0c bceb9cb91ca8894ea056959cce76dcb684ec1aeb c0bae8b9a74420ce22d53b63900ea973068b28a9 c8980b4f99262a26fd52b8742be9fed6261b577e d61c03d4b9ceb8855b5977c058330b8d6dc1e9dd f5256d8c5ba0e80b3c880debbb1f051dfbbcb3a6 fc753696c1c3da0ff91cec3d03b86d19931998f7 Package: ros-rolling-delphi-mrr-msgs Version: 4.0.0-4resolute.20260916.034251 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.20260916.034251_amd64.deb Size: 228422 SHA256: b23579cead03e9b3a785a92ceadb37a123114af36db9d7769d2c5c4e90255844 SHA1: e08a2d41a530a9fe790ceec757d4a78708f7145f MD5sum: 48a022c8d685dd1f8c092e2ddb7097f0 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.20260916.034251 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2339 Depends: ros-rolling-delphi-mrr-msgs (= 4.0.0-4resolute.20260916.034251) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-delphi-mrr-msgs/ros-rolling-delphi-mrr-msgs-dbgsym_4.0.0-4resolute.20260916.034251_amd64.deb Size: 1715616 SHA256: 92c91af64f4dceac68ccce16e671a0a48af7014572319c9f2b29058bbb9c88ed SHA1: d8a52e5d108b06a2c0177c64b85905508d5a322c MD5sum: 0afe7cd01cf94e207e4f2c2969384cde Description: debug symbols for ros-rolling-delphi-mrr-msgs Build-Ids: 135d1a876846051082eb48f25196c1061dfcf1be 20730e79fc2007caea58522dc3a94057fd39c717 2fdb0b4c49160f5b614d09589556c74de2dc303a 438cd7b32e86a792ee9863d1a66ec65ffafa08e4 59e849dcad316bbdf32d0711c4637f7ad56f5bfa 7098efefebfe5f9799554d187b5363973a525044 944678013ac43aea81fd6e34bfce6fef0c7e523f a5ca83dc8baf0fbb49f5dff026a670803f9b042c eb872504b99889241c3c01f75bba6c2e6a01e0c2 f231990e6f5fca6a241de2bb92057b63787353c4 f4fd6cfa63457e98bd9d0b4576c2edc53709839b Package: ros-rolling-delphi-srr-msgs Version: 4.0.0-4resolute.20260916.034253 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.20260916.034253_amd64.deb Size: 174074 SHA256: 2a9838db7b26cfd76c58e83aafcbeaf70dbbbe6b870036c3b48b3c21eb8c2820 SHA1: da6141930a38d9d916cfec33920d80c452e99487 MD5sum: 63ecfea7e9d5f4f5afba7e3244238713 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.20260916.034253 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1627 Depends: ros-rolling-delphi-srr-msgs (= 4.0.0-4resolute.20260916.034253) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-delphi-srr-msgs/ros-rolling-delphi-srr-msgs-dbgsym_4.0.0-4resolute.20260916.034253_amd64.deb Size: 1210660 SHA256: c56c48a7ae517f39bec6bc8d76bbe48487aaf2f09ed30755af4a327a3c819edc SHA1: ec362de587a93dae1aeca643a1d58cd3cda8f2b2 MD5sum: 9495bce3e202b34a523b42eb8c5b6128 Description: debug symbols for ros-rolling-delphi-srr-msgs Build-Ids: 1ee9db2d925d11d6f71aa44a6148f1ebc96b3288 246494502cdd5d3d9a336541ae2af7211c24d51e 2ae3b33130335f4d8e8e4a5b8a89ff1e23b3fd4b 365e0fd87c6ea806014c035d4dfe2a4b825f31ec 4d6e855e494870fe9453d74b1ecf562d1422a591 6e3d3cf0d77e98b6b5330448664747119570c866 78e192b9724e099f61e886663e666dd9de441022 99085df3aa7e00d942732966d2cbd65e93f59f58 c918eba5747349efee2143ae883b12d0b11dadbd d5e9ee8f0d1bc4b9e9125ae0c9d5e2a62fad9620 e1728c5b9018dee4fafd0d0bff9d301ea3d99b00 Package: ros-rolling-demo-nodes-cpp Version: 0.38.0-1resolute.20260916.204908 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.20260916.204908_amd64.deb Size: 975362 SHA256: 2e701138607fbcec3cb4cfa6e2a30e9414c517d2b34c4d599a5ba821963dc0f6 SHA1: e74a4ef829f2b73feaeb4f4ab34a9c1f512ef5cd MD5sum: c6f63d23523d592567e3790aab54be22 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.20260916.204908 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 41686 Depends: ros-rolling-demo-nodes-cpp (= 0.38.0-1resolute.20260916.204908) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-demo-nodes-cpp/ros-rolling-demo-nodes-cpp-dbgsym_0.38.0-1resolute.20260916.204908_amd64.deb Size: 33439864 SHA256: 679c5cfa6e28e1a04792c87939f91dab06359792cb7c1464fd478b219a71b83c SHA1: 376a4bec8cb42ae19f18b0f8320cc1b6fb6bbcf7 MD5sum: 224d9c9d84a9200c049766a6b278f898 Description: debug symbols for ros-rolling-demo-nodes-cpp Build-Ids: 01518a0cbaa319d31e1d92203b965c73f0f9fb56 0228ce80feb848b5023f52ce156901074f174f06 0275cabb33cdd1a762dcf8c4152d7737807c6545 0ac5f07b0e0de845cae3a57291f8864f29208660 16bbd68f30256f72bf87b3a458d7f1349df44d52 18ef4f497096ebe0c8e10459de6ac300b2a62c56 218bde28450e5db2dd2b1d6b3771a754035b3b9a 21f3eda1ae73b90132c79965a73b4e15fde9d789 2462268302a5f8053bdb499d1c7fc43f35edcd13 3665fd117fa673fdd89ac8edd0a4b22ec563e6f8 3ac323c44378ef0b8082a73720770d16342d3ceb 4dfc938494a3ee5885a02364cccb2a5b4b885180 5235bb049514c8882eea505154ee259629c1ef2d 5b05ba85dd4dc5318fc4d65e74c05ca8bec1fc51 5e8ab311163aecde60b847e50aeddd0bb9d3f939 6038842568c2e65a88f380ddc5c44d91a5d83087 606cfc45486734c4f118ae1994e0cae1b7a815d2 616b14e13142051f3ff2a24fb56fea6cc6c4e1e8 6399b07c5080939166784cf55a20f65e82f3820f 655d23bd154d46a897119c01a8350899e363559e 6a5a664c70e8062228763ecf35dd7ec8abc92138 6f286f43624b05dba6cf9104424d0ff0750a3593 7565b77ce8824235269be983abd4316a159bfb92 769ff8b9a469d9e4fa559934b0217a79424050b8 893d3b0740beff013cd129ad5984b1a23501bd70 8b2e1267dbad73a3e61edb67736092f1d6678383 8d4d5254280675100dadbbc4d0c66b1e716733ae 95dba1b98253e3431635896224e54f154c090e89 9ae8684270efec67410c9766a3c56a9afff76807 9cb210d197356a7ebf8c817e2145eabf19978d5a 9e553f0c0d55e6a66f89657798c5de610a8165cd 9e5a2e81436ed30a27147e289448947e2eb842c7 9ef6a866a1dcfc4c1339337a692e03a7ace4ee67 a2c37b47adb27c047ba9b91a299fec3aae54d99a aa0a2088a11c06062bd4a7e34495c0890c0288ce ab130bca7a9ef1ac3140122f7eb3b241020df53e b07ea7b762723d00987e40f57c58160e2acc8bc5 bcbd2fcc2e8ffda4dbd8bb3ba84e854c470daf52 c1d8cfda9388c102c4b1bc56cf793109d3d65c4f c593827cc5eb9d976645438f112e7f4c5fea4558 c7bae48ad7934dd12dcc445d3bce8c41ff12ce82 d289c423d925c9d395f36fe0df111c6a92d4812e dc90246c7ca8a29836451842c0cb487860cb0bcf dd868a7363334d1844db316e25e2e32c6285557c de1ae88c71316dc42d3c33370d656dd68848c6d2 e5f49aebe80312be945a7a989b91571fa8ff5d3a f15840487b2318081befabee3842b1dbccfc4e02 fb0717318a07f80321de80ed6809894982d4f2e0 Package: ros-rolling-demo-nodes-cpp-native Version: 0.38.0-1resolute.20260916.205248 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.20260916.205248_amd64.deb Size: 67418 SHA256: 9e6170c1863ef20fa8bcb2a8476efa09ab37928c3b1d349073c7fdf55dcf0d03 SHA1: e605242c348f2d85e2b396e38e1293da428a9982 MD5sum: 49a9c291cb24a45e9e4fc87dc0e60fc3 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.20260916.205248 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 1313 Depends: ros-rolling-demo-nodes-cpp-native (= 0.38.0-1resolute.20260916.205248) 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.20260916.205248_amd64.deb Size: 1197104 SHA256: 6e8a6bbdd0e30053caa118f0cbcce5a83df5083d9c6d5a5a4980fa4c70eaa4b6 SHA1: 0c03d8be54a00fb537382461dbfafd7dfe6f6afd MD5sum: 3e2400b200ce30d035b04cca7a4f93eb Description: debug symbols for ros-rolling-demo-nodes-cpp-native Build-Ids: 451d7ff86410f3cabef59930fee7a7f1971a1287 e573912a015b61c1d2ae0bf50dc83a65c70e929d Package: ros-rolling-demo-nodes-py Version: 0.38.0-1resolute.20260916.203357 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.20260916.203357_amd64.deb Size: 30390 SHA256: 012d2fac2cddb44cfce2e78981c5f2af738c4f2c8b9788ecf0fbdd24e80dc1df SHA1: 4b8514e81f8312d9b66be2c2ddfc5b1c397ee8e9 MD5sum: d2c825efbce1b5c0f4de21578f56f0cd 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.20260916.214610 Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 1727 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.20260916.214610_amd64.deb Size: 318946 SHA256: a86eb1b0d57364af02e055a13f5aa26b1f230a4ef20f05e20d554f83fa2b3b86 SHA1: 30a7652be6042d28a61f2b0dafaf9ca8b8381ee2 MD5sum: 55005258f0b029e12d5313ab4b361d33 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.20260916.214610 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 14978 Depends: ros-rolling-depth-image-proc (= 8.0.1-1resolute.20260916.214610) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-depth-image-proc/ros-rolling-depth-image-proc-dbgsym_8.0.1-1resolute.20260916.214610_amd64.deb Size: 12622426 SHA256: 8153f25de1c11cd5d606c2a5e3890379101ef35e020af4247e4970c23a30f3e9 SHA1: dfee45c20762cc95e1ffe400404de074913f83cf MD5sum: 37156224229d413559cba36076ed09f2 Description: debug symbols for ros-rolling-depth-image-proc Build-Ids: 1e6c6958ccc33f79ecb27fc64384fb81e1767a3c 2ba8417f3b6a1402eeb46dcd1f9a6a435b84b254 2c967c989d324250f4a869b37116d01639d30ca2 90ba89b9b1654824ecece894a9dc56b8079d4aff 9f3aadbdfc33b08c0d5373a29ee981fe32249ac4 a50d60102c289d8ee93fda302c9077e54f1e0a2c bc0150bc2db58bcd23ee2e98c176933cf31df51a bc685c18b30c0b1732def586e4d42dfaac9ba7bb c321bf2560137f2d8c9c2fe78c0fbd1f3478ff47 d4cad0e3603b327fdc5ba5acc3b2e6b094961c25 ed90af567e18f359e8cc3d92b56e198e8b65dd4d Package: ros-rolling-depthimage-to-laserscan Version: 2.5.1-3resolute.20260916.204637 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.20260916.204637_amd64.deb Size: 192676 SHA256: 07eb7d116fa7d22c3812d9620ab91cb175b6a7aa412840073557f32f0b363b58 SHA1: 17e2b96e2690167682d44b6b24b2271d5dd43a08 MD5sum: 8038b862c23405219319cabfaf303a6a 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.20260916.204637 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 4554 Depends: ros-rolling-depthimage-to-laserscan (= 2.5.1-3resolute.20260916.204637) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-depthimage-to-laserscan/ros-rolling-depthimage-to-laserscan-dbgsym_2.5.1-3resolute.20260916.204637_amd64.deb Size: 3793642 SHA256: 9cc0ab5343d96c63e5fde9b1724cba8ae922c6c7dd993890183fc594f11ef69c SHA1: 2556e3d0f8647e077d4fc57e95e95ad83b5b6425 MD5sum: 0ae05c9752edbbee7150751bb886e576 Description: debug symbols for ros-rolling-depthimage-to-laserscan Build-Ids: 07f80f78057ea83d8dd17e1c85e7a4cdbf06b2a2 b2a3d8f21f06e1b6ea3eff91d4c6f3d11dd6def1 c763e3df0766dfe55c525183523df41458f6dbe4 Package: ros-rolling-derived-object-msgs Version: 4.0.0-4resolute.20260916.034307 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.20260916.034307_amd64.deb Size: 148156 SHA256: 3c62d2ca1e1b4ceb25ea140d99bd05a80d011c52e49a1bc7ceada7992ff6df55 SHA1: ddd44ecacd49f190e5588c8b4d70c3b987f4cc74 MD5sum: f4acc2bda12fed9d237a88df7b230f80 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.20260916.034307 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1415 Depends: ros-rolling-derived-object-msgs (= 4.0.0-4resolute.20260916.034307) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-derived-object-msgs/ros-rolling-derived-object-msgs-dbgsym_4.0.0-4resolute.20260916.034307_amd64.deb Size: 1070074 SHA256: d6e99a6e7829845a14ed424030df2ecb6d5e0815ff5aaf5748c4dfcfd9de76ac SHA1: b823fedb223f66c68ba89e42fbf7faeecc050041 MD5sum: 0b712984d47b99929a7b9bf9085a0063 Description: debug symbols for ros-rolling-derived-object-msgs Build-Ids: 239427de1059253042fd4d814a309c5de27945ad 4930a1ce8c202189dc19e5b6ca911bbe972e7335 68a105abbc826dd9f3e3bd7d3bf801bf5d02dc5b 7a1d00adce85f839828a0d632ee468062b2d6c85 8d3cafdc698dc6158252f47d38d9ed3899b4dddc b71952c96a0de31bfbf8d71b2d27926aec0b8df9 bd9d6baff1990933ecffb8830830002a0b3d9387 d11ef8283602af9c03b49fcff949b8250309d6a6 daf3e084d9141b2b703c90ca2fc8f335aea51ac5 dc4c05d9ac221760a7d06da73ae5c3f7e1c78301 e7826449857f04039cd0342c6c2cb59063202eac Package: ros-rolling-desktop Version: 0.13.0-2resolute.20260921.014121 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.20260921.014121_amd64.deb Size: 6714 SHA256: d9b32d7589b354a00679e2feb9179dbed85c9eb791842c26a54e386581b3c476 SHA1: 44811fac719b631b07ef8ccb25c326266c3b94ab MD5sum: 1bd6aaf67584d3425a0fe6e074ff99ad Description: A package which extends 'ros_base' and includes high level packages like vizualization tools and demos. Package: ros-rolling-desktop-full Version: 0.13.0-2resolute.20260921.015501 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 44 Depends: ros-rolling-desktop, ros-rolling-perception, ros-rolling-ros-gz-sim-demos, ros-rolling-simulation, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/desktop_full/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-desktop-full/ros-rolling-desktop-full_0.13.0-2resolute.20260921.015501_amd64.deb Size: 5774 SHA256: 94b45403671f1b820552db970632f0e41abea29ec5408194c94e696d95e04050 SHA1: 2988dfb0db4a27aef5693bdfa09988aca6cbbe8f MD5sum: 1554b7f48a44460d62cf3eaaca6db0f7 Description: Provides a 'batteries included' experience to novice users. Package: ros-rolling-diagnostic-aggregator Version: 4.5.7-1resolute.20260916.202900 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.20260916.202900_amd64.deb Size: 331732 SHA256: ce3f76de8e0017dd607273359563f0c43414ea16d57c9e5e8ef0d0205b03e353 SHA1: d718040abcbe2495c05f1e7f7f93209bb0994237 MD5sum: 60e023263a38bb04c0235f01f9baa962 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.20260916.202900 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 6768 Depends: ros-rolling-diagnostic-aggregator (= 4.5.7-1resolute.20260916.202900) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-diagnostic-aggregator/ros-rolling-diagnostic-aggregator-dbgsym_4.5.7-1resolute.20260916.202900_amd64.deb Size: 6071482 SHA256: b1e4df74fc69ea3aadafdbd235a9414f26fbbb2f1f532821bd053d14388e7279 SHA1: 3f423b784be046db58af79b3937321641b9635d1 MD5sum: 8979c065ff381788ef13e7ec48110481 Description: debug symbols for ros-rolling-diagnostic-aggregator Build-Ids: 01a42bf6a8ffaaab74e380be6bac8651c86b9f1d 64c7b4908298d5252e0b742090ec7510aaf098ae 98937c5e3c1e267cc3ac001999b7e80274e460ba edf4bda374e87664adfdf1d8761f3056a6a1a14d Package: ros-rolling-diagnostic-common-diagnostics Version: 4.5.7-1resolute.20260916.204256 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.20260916.204256_amd64.deb Size: 14026 SHA256: 5e1835f7fb7c979718593ae119f6f1bc743b66afdd97fdc15ca2e8aa43002b7a SHA1: 63771ba014bd1d117e46daeff45ddf083e08f810 MD5sum: 472d2f0b81b739d95aac1c71cae42804 Description: Common diagnostic functions for e.g. HD or CPU usage. Package: ros-rolling-diagnostic-msgs Version: 5.10.2-1resolute.20260916.033714 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.2-1resolute.20260916.033714_amd64.deb Size: 157568 SHA256: ba85092ebefdc3a6f87e02be61b8d57d492959d2b5bf2b5a44cea994db6bd3f6 SHA1: a4898bed8a9d7ce154ce9284434f8178c53c936a MD5sum: d58c8565746fb81c320054979684e839 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.2-1resolute.20260916.033714 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 1582 Depends: ros-rolling-diagnostic-msgs (= 5.10.2-1resolute.20260916.033714) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-diagnostic-msgs/ros-rolling-diagnostic-msgs-dbgsym_5.10.2-1resolute.20260916.033714_amd64.deb Size: 1205070 SHA256: 3e9beaab7923f59412e9d70bc82a209876edf2137c28339a350bd13d0d9aaf24 SHA1: a68c14c22e84aba6e291925b5aecd1664bdc93f9 MD5sum: 187db6359eaaaeebd571c3ec9d0702c5 Description: debug symbols for ros-rolling-diagnostic-msgs Build-Ids: 041846ceb28a18b973f0add73d0fc42233744670 13e7846a9156c9ce6fb0f903123bb1fbe22f9965 15c4a4c3a977d2cb33b1ea6629f6ca919d21c0d9 307b5993d68085f0683315e5bc7b9bf65e8f32e4 834d65f9a788a941039c40c8995c1e32fff11bf9 8d7e0ebf48edea1e9c26758155c1eb20f4a9ca66 af6d3e1d7bcd7b305b87009f36a027349033d85d c37fc63e14087169d723d82a023391e59486b497 d5bb589f12f4830b4ef5f1a5c9a518934abcd014 e0190b0083c78dc235d9477bc799fbf1f2dded61 e553bda4e8a7f3c635e451aaaee19cb496f947e7 Package: ros-rolling-diagnostic-remote-logging Version: 4.5.7-1resolute.20260916.210438 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.20260916.210438_amd64.deb Size: 158766 SHA256: b78224d82e6856cc37dc8ec9d9ba71c1adc12f9ec21a3d588ccca90a23f8d121 SHA1: 54e1bb2dd53089bc36ce0ac18a2f0aada2309a12 MD5sum: 2d554fc0ca800410533cbfaa6fd55587 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.20260916.210438 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Daan Wijffels" Installed-Size: 3767 Depends: ros-rolling-diagnostic-remote-logging (= 4.5.7-1resolute.20260916.210438) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-diagnostic-remote-logging/ros-rolling-diagnostic-remote-logging-dbgsym_4.5.7-1resolute.20260916.210438_amd64.deb Size: 3058966 SHA256: e20b0d8c2442d0cd38ed401b0eac83c0b91aa1371fb522f147dc628b756514a5 SHA1: 6b8e9a434d3f568cb5a9aa21e64a803e3b4729dc MD5sum: 66395c874a9fee12d28701c6807bed1a Description: debug symbols for ros-rolling-diagnostic-remote-logging Build-Ids: b223d96a5e2f39638bee897e5eb98f0155280220 e808b3dd3e66ea88a5667e94feb23ee3cc07cdec Package: ros-rolling-diagnostic-updater Version: 4.5.7-1resolute.20260916.203900 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.20260916.203900_amd64.deb Size: 119054 SHA256: bbb82bbaed73961f0f802b8399340a59cda0510811cdf5c12e38914bb7f45248 SHA1: 0d62b013e4daa72741738bbae4ef217f113a09d7 MD5sum: 2d77da8bcc2283376559653f8e5d8d1a 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.20260916.203900 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 1803 Depends: ros-rolling-diagnostic-updater (= 4.5.7-1resolute.20260916.203900) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-diagnostic-updater/ros-rolling-diagnostic-updater-dbgsym_4.5.7-1resolute.20260916.203900_amd64.deb Size: 1638000 SHA256: a2690b050013a66d1bfd4147aaa011c60acebabd9368ffd75e629b633e2210a6 SHA1: 777463a0a35d191b1d67d9dd2cd262fe1a2d635b MD5sum: 423bfde8d525c0393551eb78a2d7141a Description: debug symbols for ros-rolling-diagnostic-updater Build-Ids: 1d15fa1ec409c20f026a3a1a22374652645ecc9e 7d99d7904f1cd8add47ab6903a64992e98ab7836 Package: ros-rolling-diagnostics Version: 4.5.7-1resolute.20260916.212104 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.20260916.212104_amd64.deb Size: 5892 SHA256: d697b66c620d336c4dc2a4b13536629dca2c8cbfce2807040fa82167397fa768 SHA1: 7be02ea7e44c9dcd486f3333a616262cdddbddae MD5sum: d41ccaec260392d2aff5ae74644b8a0c Description: Diagnostics tools for monitoring and reporting system status. Package: ros-rolling-diff-drive-controller Version: 6.9.0-1resolute.20260916.212719 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.20260916.212719_amd64.deb Size: 246708 SHA256: f07c96047621eada07c38a3617e8420351f120b3d14d2eb46ea8823c4db7dda6 SHA1: 2e3babbdcda2c013c862dd27d1ea41caf07236a6 MD5sum: 3cb3f4496058ad8af7aeaecb0fc7a999 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.20260916.212719 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 4303 Depends: ros-rolling-diff-drive-controller (= 6.9.0-1resolute.20260916.212719) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-diff-drive-controller/ros-rolling-diff-drive-controller-dbgsym_6.9.0-1resolute.20260916.212719_amd64.deb Size: 3693704 SHA256: 6e5b009b81e4880aab193b3f2712351b9819bf83455c0b80ba67a737719648a0 SHA1: 82661c306acfb5c97ea4747c8ee4f043022d24e9 MD5sum: 19ee8f2481e83816d1dce6d9a8196798 Description: debug symbols for ros-rolling-diff-drive-controller Build-Ids: b58807c5ad3e43f6ea0e3df12ee68a93f03658af Package: ros-rolling-dispatcher Version: 0.4.4-2resolute.20260922.035122 Architecture: amd64 Maintainer: "Kristopher Wehage" Installed-Size: 177 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), libqt5widgets5t64 (>= 5.6.0~beta), libstdc++6 (>= 13.1), libqt5opengl5-dev, libyaml-cpp-dev, qtbase5-dev, ros-rolling-builtin-interfaces, ros-rolling-rclcpp, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-std-srvs, tmux, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/dispatcher/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dispatcher/ros-rolling-dispatcher_0.4.4-2resolute.20260922.035122_amd64.deb Size: 116608 SHA256: 1074fb2df2c7117321c272eb1b21ac9896a7a5f3a4bf1f79348ed56bf0c7a9f5 SHA1: ceba4e708332099863a2561c2b3f9f286d021059 MD5sum: 223ba62865239e13643449b5a7ad772e Description: Qt-based ROS 2 application for launching and monitoring ROS nodes and arbitrary processes. Package: ros-rolling-dispatcher-dbgsym Package-Type: ddeb Source: ros-rolling-dispatcher Version: 0.4.4-2resolute.20260922.035122 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kristopher Wehage" Installed-Size: 381 Depends: ros-rolling-dispatcher (= 0.4.4-2resolute.20260922.035122) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dispatcher/ros-rolling-dispatcher-dbgsym_0.4.4-2resolute.20260922.035122_amd64.deb Size: 256804 SHA256: 63dfe5e119563ac9ddb47842f7acea1e77f7229bfc255ec515685de3e43f6bd1 SHA1: ac8e77f53cbdc4df2c0343a43f36574f7aa8d7a4 MD5sum: 0282f6016fff2a25226911dfe070a7fd Description: debug symbols for ros-rolling-dispatcher Build-Ids: 54011253acf539fc195701c3b18bc9e651786614 Package: ros-rolling-domain-coordinator Version: 0.16.0-1resolute.20260908.131225 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.20260908.131225_amd64.deb Size: 5894 SHA256: f72e0be8fde6f84041a12ebdf9e97a76f4b05ff1a88004c3cc0431bd8601e010 SHA1: 91363f6a73030d9fcda7164a34b775c9e709c29c MD5sum: e568b5516017b47312c624d7cbba663a Description: A tool to coordinate unique ROS_DOMAIN_IDs across multiple processes Package: ros-rolling-draco-point-cloud-transport Version: 7.0.0-1resolute.20260916.205200 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.20260916.205200_amd64.deb Size: 166804 SHA256: 7b20aae4042c15ea06e4c1a1b86e613d4472c6701773fca23b21227b5da50426 SHA1: 9e1757c43866676b01761b3c2fd879626bcba6c5 MD5sum: 4bfa4137f955ea8fa53b2aad1ad63ffb 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.20260916.205200 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 4053 Depends: ros-rolling-draco-point-cloud-transport (= 7.0.0-1resolute.20260916.205200) 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.20260916.205200_amd64.deb Size: 3529574 SHA256: 67d9a9f12388f6bf14d1a844b47f658451c57033efe5f00577b9b6a3005e678f SHA1: acf20cb500818dbc554c585e6fe1eae6ca08f746 MD5sum: e056142e1ca64a23c78535486d05e123 Description: debug symbols for ros-rolling-draco-point-cloud-transport Build-Ids: 71708e042993717f64cb51ff866534c9617464b2 Package: ros-rolling-dual-arm-panda-moveit-config Version: 3.2.1-1resolute.20260916.212115 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.1-1resolute.20260916.212115_amd64.deb Size: 16028 SHA256: f2b942dec40bb75d20b524ef02e03d355a5e6e705a939ae29e13558e58b02cbd SHA1: ccb02d4d58f7e66da71faa71d99cd111953232cc MD5sum: ccad03731a09a02ea41b0bcd93507395 Description: Dual Franka Emika Panda MoveIt Configuration Package: ros-rolling-dummy-map-server Version: 0.38.0-1resolute.20260916.203855 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.20260916.203855_amd64.deb Size: 49404 SHA256: c7eb051a20682d51c46538192c1e30b1a87a5f8b8b3c57243c48d8a12b433831 SHA1: b30f8bf09a6d31476ff1c44beadd93aa51e94205 MD5sum: 29be1f1c0d531631d018f4621137c391 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.20260916.203855 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 821 Depends: ros-rolling-dummy-map-server (= 0.38.0-1resolute.20260916.203855) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dummy-map-server/ros-rolling-dummy-map-server-dbgsym_0.38.0-1resolute.20260916.203855_amd64.deb Size: 747900 SHA256: 5c62dff1c0472820494f2c699beff687f34b24b8ca6055aa4802128c818fc64f SHA1: 045f606d0f93b95fbf083883cc6f2e569c5e0858 MD5sum: f75973e68d9d32cae668c5f68bbf61c0 Description: debug symbols for ros-rolling-dummy-map-server Build-Ids: 9e40ea2df00f1eaba5fb751f7837433f737120f8 Package: ros-rolling-dummy-robot-bringup Version: 0.38.0-1resolute.20260921.013847 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.20260921.013847_amd64.deb Size: 11174 SHA256: 288e82a75a7acdcc230e66d3e8a5a278ce405d03d6bf2ffc26ae564cc5554cde SHA1: 46ccd75bfb5b0abde24c0e7e5fba46a0a924f9a1 MD5sum: 4676e01337153e8826fa099435e423d5 Description: dummy robot bringup Package: ros-rolling-dummy-sensors Version: 0.38.0-1resolute.20260916.203903 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.20260916.203903_amd64.deb Size: 68916 SHA256: e61172f78d8b13c5041ac42ed5faf29ac40aea56f7da615a494d2afc4a9d6d42 SHA1: 1135b8fbfd3757eddce68ea7de8d838c440aadad MD5sum: 39d903fb7d1a86f2f17d412d3e868983 Description: dummy sensor nodes Package: ros-rolling-dummy-sensors-dbgsym Package-Type: ddeb Source: ros-rolling-dummy-sensors Version: 0.38.0-1resolute.20260916.203903 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 1614 Depends: ros-rolling-dummy-sensors (= 0.38.0-1resolute.20260916.203903) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dummy-sensors/ros-rolling-dummy-sensors-dbgsym_0.38.0-1resolute.20260916.203903_amd64.deb Size: 1466916 SHA256: 27dfac87da0d3d9b4c294901a905aeb1f63b2b2d25b28306108c97fd1b3bbdde SHA1: 66e9d4682188f9dda90dc40cec14098c387e1428 MD5sum: 9c2b4d086551218aa3804b2cd2b1ac25 Description: debug symbols for ros-rolling-dummy-sensors Build-Ids: 449c25d91f80f237e386124367e8eb3f03468c85 7c329b4d5cb24807bec13ca5c9f3d9b423d5a7a9 Package: ros-rolling-dynamixel-hardware Version: 0.6.1-1resolute.20260916.211743 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.20260916.211743_amd64.deb Size: 46412 SHA256: 4a1174ab6a3c02c2552fbd697df65ae82513fa49efc6063b6492915a944cc776 SHA1: 4a6a1992024ffa835537c26e2f0e6e2a876e0a08 MD5sum: 5e3afae967a2b7c263b96b09e0f4cf9a 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.20260916.211743 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yutaka Kondo" Installed-Size: 776 Depends: ros-rolling-dynamixel-hardware (= 0.6.1-1resolute.20260916.211743) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-hardware/ros-rolling-dynamixel-hardware-dbgsym_0.6.1-1resolute.20260916.211743_amd64.deb Size: 733334 SHA256: 3f2d33af960f866033bae71f8354618baf03fabaee2eacc8412d896168fb4360 SHA1: 8e8f9f752aa0f525935541afe27723f8eadadaa3 MD5sum: f99dd6bfaa1ee44fde699d275f9bfb5a Description: debug symbols for ros-rolling-dynamixel-hardware Build-Ids: 6c25443b927d87af46fef0423235d9e01f255810 Package: ros-rolling-dynamixel-interfaces Version: 1.0.1-2resolute.20260916.033714 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.20260916.033714_amd64.deb Size: 155336 SHA256: 1f2de00752631ef94ea2a234dd7697195f58c66725d4c0559c9d0f8076f5a77d SHA1: 553e723d27281788ed9c00c977a199b28470a7bd MD5sum: 32cbbdb03b38515dd8c42019540dc374 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.20260916.033714 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 1508 Depends: ros-rolling-dynamixel-interfaces (= 1.0.1-2resolute.20260916.033714) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-interfaces/ros-rolling-dynamixel-interfaces-dbgsym_1.0.1-2resolute.20260916.033714_amd64.deb Size: 1088402 SHA256: cc92fc947ddc09aabcc776b843d3e857bcfd046de7b8b43d51df43526609a7b9 SHA1: 3314bbd2f8c24d1d55a8d8128ce4895911ac2d72 MD5sum: d7d5652f799565a1f6879c6523e8c079 Description: debug symbols for ros-rolling-dynamixel-interfaces Build-Ids: 0003172032c1e4730d7662fd4559ed61db24b2ce 0c7c3677487300e0b8688ac625fd51987174e8a4 229cd896ba6dd886396cebee90746853082678a7 3c933c6194703ae7946185da7e70bb0bef6ecd8f 4ee714a8d166f073f02786cfda0fd8f0cb11cb19 570de21211a7e0b021bc627f41b012870c4673e2 a2a7b5f51d29954911b969248c59956b5fb97917 be2d80372d272992170d3415e7e89d32e8f262ad cd073f67bfbdb709f5706c19b3efc4b955fb1b61 ce0884bb27e2f5f6875cef9d28814bfd0bbc0227 e0c2daff76ee411c0a413874fc80e95d506c837a Package: ros-rolling-dynamixel-sdk Version: 4.0.3-2resolute.20260908.134919 Architecture: amd64 Maintainer: Pyo Installed-Size: 898 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.20260908.134919_amd64.deb Size: 113270 SHA256: 49ff173598f35ff8370cfd562a609cf544577c9f838429ff7508ce2c14875c7c SHA1: f2303f1a09cd710b145f7dca0cf31199257ebc98 MD5sum: 9a3e81ea31678601e5af962f67d7d8c0 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.20260916.025457 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.20260916.025457_amd64.deb Size: 79504 SHA256: c029afc5feb0ac0bfb5ae5d3243cc3e4dafd0884c6a87af55d1bc261ceae8492 SHA1: 811730dbc3e52072cd7c2726c3a9d5643807c3e6 MD5sum: 8562ff06e47a618f56e403d548b9f999 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.20260916.025457 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 645 Depends: ros-rolling-dynamixel-sdk-custom-interfaces (= 4.0.3-2resolute.20260916.025457) 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.20260916.025457_amd64.deb Size: 410792 SHA256: a699f3097b18cba8a4e9706846ae6705d60f016470b93439369d3fc50bf156ca SHA1: 77cd41a78d1d6dbabbed833c66ce16444c6184b2 MD5sum: e8951e9bfcc00703ee4aa77a9f60cd0e Description: debug symbols for ros-rolling-dynamixel-sdk-custom-interfaces Build-Ids: 1aba82ed986fc972f187915b84b1ba81bbb6d278 26088c6cb0a3ebfceb4440159a137bbe2ed77cc7 29244f74077a87786faf52c20e1847b7e583655e 346c37cf592bbe539a4008586416c03fdba0411c 445424b8579b50212f326d96158a74c98573d48d 58e0276ae85a39a77d928700f7a443e1e4e24113 5ac6a205891048c1ac1ece3d707c1731d8ff3582 78de07b856581a1207da4e0c10aaff8dd15d8452 cd04fc20eaf47b78c8dd17a64c679b9e83397b2e f880467796537ba89a8b4bbb7674ff94cd9aa673 ff40b9e0cf135afe12250484955103f38bb00a96 Package: ros-rolling-dynamixel-sdk-dbgsym Package-Type: ddeb Source: ros-rolling-dynamixel-sdk Version: 4.0.3-2resolute.20260908.134919 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 879 Depends: ros-rolling-dynamixel-sdk (= 4.0.3-2resolute.20260908.134919) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-sdk/ros-rolling-dynamixel-sdk-dbgsym_4.0.3-2resolute.20260908.134919_amd64.deb Size: 797500 SHA256: 4504417b276c952b160a3c23a8e3277e4375c82d5ce2609225b29755262becb2 SHA1: c2977dd1948464d47e15b72015ff45d405484099 MD5sum: c78037316af089e089d499be5d62a192 Description: debug symbols for ros-rolling-dynamixel-sdk Build-Ids: 44c03a9f5942d9f984741941d6d384dad11a24f5 Package: ros-rolling-dynamixel-sdk-examples Version: 4.0.3-2resolute.20260916.202857 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.20260916.202857_amd64.deb Size: 116366 SHA256: 02c7f18b4b95d01ae7028c636092dc88290bb3676c116a56626c5ab596ec0159 SHA1: 354bc6ab954a0db71604ea0428a4f6e35c9a30b2 MD5sum: be5a6d9d9d00d6d4eed7f05d3c4322e9 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.20260916.202857 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 2400 Depends: ros-rolling-dynamixel-sdk-examples (= 4.0.3-2resolute.20260916.202857) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-sdk-examples/ros-rolling-dynamixel-sdk-examples-dbgsym_4.0.3-2resolute.20260916.202857_amd64.deb Size: 1984986 SHA256: 60962da3dd4c4146143e923ca41da78e67c7bec03c381286b1840a60ef38dc1f SHA1: 54611fa4bd5488519d6f058d29097590110be686 MD5sum: 0c691f0d6d6dad871a423cc93a82b0fb Description: debug symbols for ros-rolling-dynamixel-sdk-examples Build-Ids: 6a0643242f989e153ec256480796b378c33dcd32 Package: ros-rolling-dynamixel-workbench Version: 2.2.5-2resolute.20260909.063625 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.20260909.063625_amd64.deb Size: 6154 SHA256: 7b894d75039c282887dcf90b69397722ba5a591e948af482d752a14dc9de5ddd SHA1: 7bc70518d15def99f87367e7ff086066934dd4fd MD5sum: be6baa7a08a18edf2e43206d7205762c 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.20260916.034300 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.20260916.034300_amd64.deb Size: 330026 SHA256: 899216fff57c5a4785c6f737a0351fc6829878fb0c08310388ac0135e7aa05da SHA1: 990645a70eba61ec37bf2afe1f350ac73c0d9752 MD5sum: d0165c43b6de404d15a3267259d21a14 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.20260916.034300 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3448 Depends: ros-rolling-dynamixel-workbench-msgs (= 2.1.0-2resolute.20260916.034300) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-workbench-msgs/ros-rolling-dynamixel-workbench-msgs-dbgsym_2.1.0-2resolute.20260916.034300_amd64.deb Size: 2608830 SHA256: 7abc5fc1d5eb8916d65763df6d63fe53beab40170feaba8c7b4f595aaccb64a3 SHA1: 74be565d930330b5cab7b290c27d974da4dbb45c MD5sum: ff4901c4cb29eee51b3d7071f6af25b9 Description: debug symbols for ros-rolling-dynamixel-workbench-msgs Build-Ids: 18c9702160447d70c719e67991f087a054c3934a 1d50e2c3345f544496cc3de28edb254380045a39 335e831a37a0fa836568342995ec11be6c2a6952 4f172e86a8ca4fee97f4e267b785da826b526205 6a9c203126ccb50dc52caf3092d84b8113c73eef aa9a511a37af983cd258e5da015153e95a1212a8 c3a8579060f95f2b6a80ee090b7b264a88e35bab da332b99af76c710d00a4e673fedad51ae623d99 e5094d9003f3366e3ac0add08410f483c6ef14b4 e6121affd7b0273a6a9b24a8b8865717ee0fbfeb eb8b103b84b820d0237838bac530accb1837d6ff Package: ros-rolling-dynamixel-workbench-toolbox Version: 2.2.5-2resolute.20260909.061556 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.20260909.061556_amd64.deb Size: 39136 SHA256: 212eab4481fcebc6f46c685d544fff9187d3f52c082a85fe9eeb04f737ed9b01 SHA1: 9e39f9379d87dcf103bddf834762ad5a6e82ab19 MD5sum: 45ca3b47d6f08a727c641e62a6abf191 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.20260909.061556 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 150 Depends: ros-rolling-dynamixel-workbench-toolbox (= 2.2.5-2resolute.20260909.061556) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-workbench-toolbox/ros-rolling-dynamixel-workbench-toolbox-dbgsym_2.2.5-2resolute.20260909.061556_amd64.deb Size: 96002 SHA256: b11d52fc8d8fb12fea006b401dff95f2a0fc0d906646c939979ffdf5141ad3da SHA1: cf1c05edebe9b0efc28fe6c26436af5d6038ad3d MD5sum: ade2b9d5ec88ee0d4d878c5a5f187084 Description: debug symbols for ros-rolling-dynamixel-workbench-toolbox Build-Ids: 5618740aecdf5a67f386c2dd8c20119e17e1f255 Package: ros-rolling-ecl-build Version: 1.0.3-5resolute.20260908.140027 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.20260908.140027_amd64.deb Size: 39796 SHA256: 1f5ddda2e8952255fcd0ef397d56e0b14515c1bfc4540a1a8743b76d1ed194cc SHA1: 661ee842117c8b9fc4dcb3a14c227616f55cf739 MD5sum: e6d4723818234436350ba9b69d12edf0 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.20260916.195330 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.20260916.195330_amd64.deb Size: 11036 SHA256: a1be1fbc8f452e2a672d863f1251167d7f9f2a325d1b18f28e472bca20ac9b2e SHA1: f086c37cdbcdec061a2eca06fcb9fc61409029a1 MD5sum: abf3b79f6676f9755dc89c332d5799b5 Description: This provides an Eigen implementation for ecl's linear algebra. Package: ros-rolling-ecl-license Version: 1.0.3-5resolute.20260908.135852 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 57 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.20260908.135852_amd64.deb Size: 8806 SHA256: 88e01f5319437bde7b0c7e28b30026e2a7106c0a7b5967c94fdbee116e01155b SHA1: 6746366d49b2cb8cf40f8913a98ab13e6d4ec0d4 MD5sum: c4a285699cdbc34353aff0f885db172c 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.20260908.140824 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.20260908.140824_amd64.deb Size: 5462 SHA256: 75d780bf31f4a519222955f2080a3c16e3b7868ac0d83de98b826d1f779d10c5 SHA1: 80ee39502fc7056929280d55e450f0081a94ab09 MD5sum: 04fef633f3a8f31aa089a2f2ced7ff21 Description: Tools and utilities for ecl development. Package: ros-rolling-eigen-stl-containers Version: 1.1.0-2resolute.20260908.135920 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.20260908.135920_amd64.deb Size: 10022 SHA256: fa1fbc26b9257a8f9cba9bcb741b530eeed160b834c350fd8324b4478d3ce9ac SHA1: a3701dc4ee24986d21a6efaf22589e47f08ee793 MD5sum: 44e57c11a1a92af89860df1d0b595e8b 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.20260908.135905 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.20260908.135905_amd64.deb Size: 6532 SHA256: 6851b05a55fea29a2158fe5feca751ae50cedef11710d8738f0e6b9d4b9c6deb SHA1: 45beb786b9d7437bada4f2bce1b330471a372ac1 MD5sum: a9584a82dfdac42d77add0f673b1b6d4 Description: Exports a custom CMake module to find Eigen3. Package: ros-rolling-eigenpy Version: 3.13.0-1resolute.20260908.132927 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.20260908.132927_amd64.deb Size: 2564834 SHA256: bf00de2c0076abfa0739402b0242bb5d28251df7529a700479007d93ec28f816 SHA1: e37f1818c0af25c282e75c35897bc0ab655a50e9 MD5sum: 39983089c36bc731c960118c766412f6 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.20260908.132927 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Justin Carpentier" Installed-Size: 307105 Depends: ros-rolling-eigenpy (= 3.13.0-1resolute.20260908.132927) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-eigenpy/ros-rolling-eigenpy-dbgsym_3.13.0-1resolute.20260908.132927_amd64.deb Size: 296819222 SHA256: c1788e53c232db3adb60250197c025737e43c807ebfdbe3c04bb50e2a22bcc7f SHA1: f3a797c6996aa1e16b0257b62b46bf3871940082 MD5sum: 09681e1935a1928802c12d3d04e08bf5 Description: debug symbols for ros-rolling-eigenpy Build-Ids: 404db03cbb72d27a4c256fe9fbacf60d8ff685ff d438e9a398f4e6fe5452ad5768d1cd9cea24b3ce Package: ros-rolling-eiquadprog Version: 1.3.2-1resolute.20260908.140002 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.20260908.140002_amd64.deb Size: 54808 SHA256: acbb63853ba84d655050363d1b549146026dd0062e4cb311d237b8bc6e91a9ad SHA1: f8ff3a4c7b7c8f81eedc538547d75698714d6183 MD5sum: 967a65bb4431d775d3df633cde9bdfec 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.20260908.140002 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 1934 Depends: ros-rolling-eiquadprog (= 1.3.2-1resolute.20260908.140002) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-eiquadprog/ros-rolling-eiquadprog-dbgsym_1.3.2-1resolute.20260908.140002_amd64.deb Size: 1930570 SHA256: 97cac669093938b27f91b28ccfd9ec5f37be2450eb48151097aee2ad195ad8f4 SHA1: 5fc343f1582b87f775bc02e2f20028feefa9fa9a MD5sum: c007359894acc7a2e4d297624fc91aca Description: debug symbols for ros-rolling-eiquadprog Build-Ids: 7daff23a40db30717fed0ec586c7c5617459d952 Package: ros-rolling-event-camera-codecs Version: 3.0.0-2resolute.20260916.195534 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.20260916.195534_amd64.deb Size: 40374 SHA256: 596be7fa8f41745500c2fd136e3accbb9a1361bbebc8d3b4a35558e939ca36ab SHA1: 0705ccfa154c330f1498aee5e1ef63761fece031 MD5sum: f63554c202901467ddbcec1671232d08 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.20260916.195534 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 287 Depends: ros-rolling-event-camera-codecs (= 3.0.0-2resolute.20260916.195534) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-event-camera-codecs/ros-rolling-event-camera-codecs-dbgsym_3.0.0-2resolute.20260916.195534_amd64.deb Size: 223108 SHA256: db46e5cfa2d22035fff7de5aad729f280f47a192c5815e98a7b55d910134b4b1 SHA1: 3e99a26aaa0e69ad8624b7791425341adcb3a6ae MD5sum: e11b908df5b35c77a1dcff3f8a7dd0c0 Description: debug symbols for ros-rolling-event-camera-codecs Build-Ids: 4a83a9e53658504154275005e9617744c20e8648 702eda6c2602c998a2e3b977cde61f0a0d0c57de Package: ros-rolling-event-camera-msgs Version: 2.0.1-2resolute.20260916.030751 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.20260916.030751_amd64.deb Size: 74286 SHA256: ad2b6757814b62c9518125c16ac6ad76c3fe140c135f997401188492c3e665cd SHA1: 49cc2e84ba29d7eadfcb1cb358ebdf7e3ce23700 MD5sum: 21af7767436e9aa7a61a92b5332daa65 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.20260916.030751 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 695 Depends: ros-rolling-event-camera-msgs (= 2.0.1-2resolute.20260916.030751) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-event-camera-msgs/ros-rolling-event-camera-msgs-dbgsym_2.0.1-2resolute.20260916.030751_amd64.deb Size: 523894 SHA256: 56874ea36e4469a85957b4eb77065e982ed4411415ee4617f5697e238fe78008 SHA1: 306a9026e570871cfbb59b4d33c0979a384ddab0 MD5sum: bbbbe4cf3723ab71d617dbb668566451 Description: debug symbols for ros-rolling-event-camera-msgs Build-Ids: 3f01e9454a19fcaf22fa9e5b7e965806cf32038f 511f5aa57c59310d134a2b196adfa0b2ce0369df 5624e1887f9f6ee5a71f1f300db5ffb084453bfa 5cc1203224d5cb43def1a840df4bf1d0400944de 7b190d733d2c0c2877e85dbe8d10180012f4c458 840c9002c2760f1ed03964e015a11215782c8757 90f966bb0ea9f6e65e3b62f59cc48588976d2483 af07f3da8a5f13370058514d607105e9e5659d3d df18500d647db51a98ef0a5f532c5c4cbd5aa428 e15e353089c5907e16d7c65343ce2be340b5c4de e705c36478ce53f737db40293e351d90df52b666 Package: ros-rolling-event-camera-py Version: 3.0.0-2resolute.20260916.200013 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.20260916.200013_amd64.deb Size: 143938 SHA256: 2e2a0302bd66e4a3d6615354ee3fc70cc262f88ad12d1a8f462aaba8a0ec4a22 SHA1: af28fb5f00bdd96c63d3b33ce30fd72c83e70b3f MD5sum: b80781c0ff0b7765d2c9fd0cecb41e01 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.20260916.200013 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 1918 Depends: ros-rolling-event-camera-py (= 3.0.0-2resolute.20260916.200013) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-event-camera-py/ros-rolling-event-camera-py-dbgsym_3.0.0-2resolute.20260916.200013_amd64.deb Size: 1748724 SHA256: bf1c7c478fc2a8527015df4d1c8b54d5ba0bfa4ee269379ce16e138124a551b6 SHA1: aceb82fa9d1bc0bea575a897212eb517ebdb5a70 MD5sum: ddc7711c8e1783538c2327b193c9d46a Description: debug symbols for ros-rolling-event-camera-py Build-Ids: 550027e82ddc45d3abb4300ba0710597244387fb Package: ros-rolling-event-camera-renderer Version: 3.0.0-2resolute.20260916.205550 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.20260916.205550_amd64.deb Size: 143490 SHA256: 6f86a343d3af03f0a9fe7dfcfa82332ee8e64d8e59cc22a99337aa4b2dc0116f SHA1: 4305b2b91950dbac77ecbcae7ccc85035b8f8d71 MD5sum: b8e9870a870ff78181319b501bbaa708 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.20260916.205550 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 3536 Depends: ros-rolling-event-camera-renderer (= 3.0.0-2resolute.20260916.205550) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-event-camera-renderer/ros-rolling-event-camera-renderer-dbgsym_3.0.0-2resolute.20260916.205550_amd64.deb Size: 3051934 SHA256: 442837427494e121a2bf2729a5de9f81b9502bf4f137c4385e312b52d408e313 SHA1: 4bbd585fa5f9f84528603fb567088d41a1c81ab8 MD5sum: ac766a50ad14a086424bb000874e2dbb Description: debug symbols for ros-rolling-event-camera-renderer Build-Ids: 9d781e12d85a9b93ffa17e4b550168be06c80149 f59d978ce13f8ae109de611e21cddd769afd1dd7 Package: ros-rolling-event-camera-tools Version: 3.1.5-1resolute.20260916.211045 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.20260916.211045_amd64.deb Size: 453700 SHA256: 835d890deb0ca5b2acb40aa688db41187fd49f212f745b5968e39fb970dd12c6 SHA1: 7436824e80927e65beb60b8df41e43605ce5962b MD5sum: 7103933b5dc94b20b11ca6990b8f4586 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.20260916.211045 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 16874 Depends: ros-rolling-event-camera-tools (= 3.1.5-1resolute.20260916.211045) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-event-camera-tools/ros-rolling-event-camera-tools-dbgsym_3.1.5-1resolute.20260916.211045_amd64.deb Size: 14190950 SHA256: 2aa8d6f3869013ae1f05a5dacf43c255db68f90c5d7006a2963792d881808fee SHA1: f42deae21d8fd4e4508ec712adf6bd9f215a8584 MD5sum: a5e5b4826aa42ceabaea9c0b1cb377fc Description: debug symbols for ros-rolling-event-camera-tools Build-Ids: 1d1e44cfadcc5c5a61e66ddf537467c664e05ba5 29843a82ae7f9aa42848015213e373096f8a9be8 379b5bb72fd932f712681857562050888b785eee 53f74d55d01dc50ec5437264f3a25bd07230a0d5 60ae0c3d8f5c5e4c62832d884601533d61876c88 630a2f5144466d391d007c9ee3ed46093591ef82 64cc297acbfbf3ab6a84a7609e7369708fd6cfeb 6de4ef993c868ace9264bc7facd3bf3ed2fedb36 90d5970ad12081101fbe391e7f2cf4ca07d0547f 93c7addfe946eb83a66cf1a8ece73bd948fec212 f369e7275b34adb8683afc75dc7ad5b60164598d Package: ros-rolling-event-image-reconstruction-fibar Version: 3.0.4-2resolute.20260916.213603 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.20260916.213603_amd64.deb Size: 388100 SHA256: ca602b92be50016706b888ebb1d04585e24b9ecce6b1f58dcf0bbbd5e72034d6 SHA1: 2b1b29ca10088cf7ae11acb656796ae634d0c86a MD5sum: 720021a2075ec2c2648c1a263a97fdd7 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.20260916.213603 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 10303 Depends: ros-rolling-event-image-reconstruction-fibar (= 3.0.4-2resolute.20260916.213603) 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.20260916.213603_amd64.deb Size: 8581850 SHA256: 3874bf1aa585cbddb6c080c1ce5b8bd62b7d6fc29a99a56500c1a47d7cfd19d1 SHA1: ca6699931c76efb976a7ccbdda1a0d46993ebf8c MD5sum: 2ea818339f1d8470cefa4e45b3c29759 Description: debug symbols for ros-rolling-event-image-reconstruction-fibar Build-Ids: 6926d2734ccee224ce199a7c627919c64ad8a58b 7de8ecf2b74c9c19c6da4a0d09f5bc991185e2ce cdfdccc8356b0e579e7875eeabafc2e89793c710 d7ac0515fd1186d15a5377aab127cd940b407009 Package: ros-rolling-eventdispatch-python Version: 0.2.29-1resolute.20260908.131233 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.20260908.131233_amd64.deb Size: 40964 SHA256: 6b1c5834196b8ba027128563817670a0d00f5df6b82fc7d61cc70a0e798f7e23 SHA1: e055f7616dea99a07f9d9cf2d01efc9d612b7246 MD5sum: 40883c88525d9d26dd1f69d845a8bfde Description: python-eventdispatch for ROS2 distribution Package: ros-rolling-eventdispatch-ros2 Version: 0.2.29-1resolute.20260916.202859 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.20260916.202859_amd64.deb Size: 9222 SHA256: 4fc9903051f0d49cdd9fce179aae11da5a220b7a58566f3bc3b79506592a1395 SHA1: 31790babda0d7b39c6bd1b15bba838a0023d835f MD5sum: 59fd991db1206b9ab382c14ea330ec5c Description: ROS2 wrapper for python-eventdispatch Package: ros-rolling-eventdispatch-ros2-interfaces Version: 0.2.29-1resolute.20260916.025343 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.20260916.025343_amd64.deb Size: 148796 SHA256: 6a0d7d206ee54dca9f2ec9047b58303d466c2302d94a2a80d2ca059d2ffb3782 SHA1: 91ce147619ee87edf3eef156af406d4eee96aa6c MD5sum: 5af85e1abd8aac0f8090679cc67e1565 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.20260916.025343 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Charlie Yan" Installed-Size: 1695 Depends: ros-rolling-eventdispatch-ros2-interfaces (= 0.2.29-1resolute.20260916.025343) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-eventdispatch-ros2-interfaces/ros-rolling-eventdispatch-ros2-interfaces-dbgsym_0.2.29-1resolute.20260916.025343_amd64.deb Size: 1303016 SHA256: def75dbc4d914bf5aea43894d08c084cf4b22e9ab0b759028d7904c16e38fd5c SHA1: 1ea93edebe1dd6a84b897a49f986cc6b12c52ea7 MD5sum: 2cb726a1ee701d77e0a6ba272b773df0 Description: debug symbols for ros-rolling-eventdispatch-ros2-interfaces Build-Ids: 00303330857220b0f7c133b5c566309965afc05e 210217f0129127be2eab00b58fdfc5a9ade3801d 383b8521dca0f0c5cd74c059b359be39d2ce0e1a 472185b16b3548baea65b9be30d39b2f476bc7aa 4ec5c1cfdb46c536f38b69b84ab860ea9bcaa31b 558a24761fc74d1f0c2a132c4cf8a63646dfb17e 7f4065e3765bbf4d2a392b67fe4c49cb91bc8516 a411516c41952f8f576763a517d70afd2ea8f45c ebcb85e622e0366145c8ba4a167bbe56f202415f efbc890d6849717ccb8683beedb64f2e9adc6777 f3dc035981e44fe67221f3b841647a4912731ccc Package: ros-rolling-example-interfaces Version: 0.15.0-1resolute.20260916.025356 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.20260916.025356_amd64.deb Size: 432002 SHA256: 9870f31a130a60cd345cc4c13aa314e25dc4aa6b6ec80123e4b551c9f14a269d SHA1: 7300080f1c976315e160f55e028b0ce16b7f2a5d MD5sum: fb326a925e76c84200260b3c1c5e3408 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.20260916.025356 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 5763 Depends: ros-rolling-example-interfaces (= 0.15.0-1resolute.20260916.025356) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-example-interfaces/ros-rolling-example-interfaces-dbgsym_0.15.0-1resolute.20260916.025356_amd64.deb Size: 4316546 SHA256: 3f9d2fb6e04f6b95f0bb4f023929a11bb57fdca7c1ab871262c236d220ef7dd7 SHA1: 794915c96fbd95677298731d2af59cd4100d7304 MD5sum: 55ac157a67b414ecca71373bcf51ab0f Description: debug symbols for ros-rolling-example-interfaces Build-Ids: 1e66ca510e275e7e1471f97cc1a19c2819f19a15 46b7846c2cd28f9d56abe1007b647518ff32b03a 5552aa49ae752b099554dd6c09652ece2c6ff4d1 5d0a913668701bd6ffc367bdfdae7927e89dfa4e 5dd4b2aef53fef9222ff24e710b53892ddcd652a 89315b05e7191f18dcdc61d0da5edd1624d0566a a945059b8586e1e2a5aa37f6c13d6eaae8b6c906 b2fcd9b5dae1e39bbbfe70e2f93a5948223a8eb4 b62cc073433570d9cd8fcd7d68baa816905d5771 cfaef4b6ef8d7ca66a9b2842ae3e52401d1db962 e43f65a2603dc467e6f71d7b889ba3209b02fddf Package: ros-rolling-examples-rclcpp-async-client Version: 0.22.0-1resolute.20260916.203859 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.20260916.203859_amd64.deb Size: 40740 SHA256: 1e6c32f4562fffb20703a9622d6867dd3a020c71f34a3419642e2c92bef49d10 SHA1: f1ff1e48d8a7f52e686d054db9d24a206d1966ef MD5sum: 116605bd6777cc896d646c41f3a18899 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.20260916.203859 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 707 Depends: ros-rolling-examples-rclcpp-async-client (= 0.22.0-1resolute.20260916.203859) 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.20260916.203859_amd64.deb Size: 652370 SHA256: dbe25627a9688974ac33b18f22fa935ffeb284dda97001a3cf1d90657425267c SHA1: 5f5e028a5099e3725b0300664f2fbffec4bd64a6 MD5sum: d381a8dc282f2f7ee971ecf16583d8a4 Description: debug symbols for ros-rolling-examples-rclcpp-async-client Build-Ids: fdc96cfd304bbc5e1e18162374ee650ec95689c0 Package: ros-rolling-examples-rclcpp-cbg-executor Version: 0.22.0-1resolute.20260916.203854 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.20260916.203854_amd64.deb Size: 226294 SHA256: a77412915ba857ea25c9a03c11297972f3c81d728aeea9b3d4ee1483e771e0dc SHA1: 78d9640a7ac900a6df109670b0c59060076ddc59 MD5sum: 5b2d76d38c90acd190607784e8e0edfc 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.20260916.203854 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 7890 Depends: ros-rolling-examples-rclcpp-cbg-executor (= 0.22.0-1resolute.20260916.203854) 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.20260916.203854_amd64.deb Size: 6597964 SHA256: 014b6bbfc541c85a35cff78d2d91f769fe1db41f473d59d9c424b579e14b8fed SHA1: 2bf94f0c7bea977bd8719345f1216866dddd4e6b MD5sum: 70bb0a7db7029f841964eaea7d6933ef Description: debug symbols for ros-rolling-examples-rclcpp-cbg-executor Build-Ids: 7b6b13a1233401764213e165c1e21bc8b242fb09 96621f73233dfcf059abff42594deb135bd1e3a3 b4aa639c99df2e61e3d6d5a93504c56372de4df3 Package: ros-rolling-examples-rclcpp-minimal-action-client Version: 0.22.0-1resolute.20260916.205321 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.20260916.205321_amd64.deb Size: 98306 SHA256: d802a3a46db6b56e30be3cfab089ecd22dc6f2f7f9b3fa02dcf07afe928bc5ff SHA1: 830645d352006fa61264e7808b1d9e7414d4eb47 MD5sum: 4be58325cb1b4aa7f4cb8e0c9ea9aa1c 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.20260916.205321 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.20260916.205321) 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.20260916.205321_amd64.deb Size: 2450914 SHA256: 3b2bd560b99f892e3d2dcfa05f5271e585dd6c9e0164ffd049a1a05455dcba78 SHA1: 93844f35a285540f839a2f7705c32b22b7e2bc50 MD5sum: 01739bf1f04649d726eec5e2396ad597 Description: debug symbols for ros-rolling-examples-rclcpp-minimal-action-client Build-Ids: 9c4f2101cbf694ff0ad8bef6415224754fac716e b2e92b66f5eb5ca14da90814e9ad989850faa339 d8af169181ca0434863593eb76035eff11e13100 ee2730169cf987ca1182f7828e72e473b3006353 Package: ros-rolling-examples-rclcpp-minimal-action-server Version: 0.22.0-1resolute.20260916.205341 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.20260916.205341_amd64.deb Size: 62118 SHA256: c620d6089d26e9a9179ce45509ecc7ff41803c2c8555a689f5c61f84352b0533 SHA1: a9eefc2c6d7faf0ec0a6b500f72f36f5ac7c2af3 MD5sum: e45b9fe79cc3ad2bbf54c6112827e67d 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.20260916.205341 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 1812 Depends: ros-rolling-examples-rclcpp-minimal-action-server (= 0.22.0-1resolute.20260916.205341) 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.20260916.205341_amd64.deb Size: 1592690 SHA256: 8c6dd66b9321784f648d81d58e2f359d2b5f4b823f4d861bf911cc0fb1387e28 SHA1: 9c2e81582d49257bd8e0f08b2838db503f386253 MD5sum: fecc05ceb2750696d4c99fb82bef1978 Description: debug symbols for ros-rolling-examples-rclcpp-minimal-action-server Build-Ids: 22f752bf7e03d63daba8ab894d6c888c4f8f08ca 5a63941242156c8cacafb6ac3ff45c35287478f3 7387c4c97f06af6ef29bb99883c017b53c7b2243 Package: ros-rolling-examples-rclcpp-minimal-client Version: 0.22.0-1resolute.20260916.203914 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.20260916.203914_amd64.deb Size: 27988 SHA256: 4dbe890945f9d9fc77dfa3a3b7591059ecfb0e721052647e9428083b3201e70f SHA1: cc1017d171c0c6486ca2a4d08e7201d152afb2b7 MD5sum: 41630672fc546b8e7e182ddda0498509 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.20260916.203914 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 540 Depends: ros-rolling-examples-rclcpp-minimal-client (= 0.22.0-1resolute.20260916.203914) 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.20260916.203914_amd64.deb Size: 503076 SHA256: 05b9a2b07371c52684787b03811cbd47d3d6aa2dbb90108a437db2314b128d83 SHA1: 3ac357e4d3b8eae68cfd741add1a077d3054a7bf MD5sum: 7d55bb4f2fe9c42aa768310c3f836203 Description: debug symbols for ros-rolling-examples-rclcpp-minimal-client Build-Ids: 85297a5884ec8e5e3b961d443d7f6a026aaa2880 Package: ros-rolling-examples-rclcpp-minimal-composition Version: 0.22.0-1resolute.20260916.205342 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.20260916.205342_amd64.deb Size: 123626 SHA256: 24db3d039738896a55da00e68a3532fe69942cbef07a9b5bb230b126f6bf610a SHA1: d2c61d352b747b67c01113d1688324db2178919d MD5sum: afb22cb5521e6a5d7c031d2ac356ec31 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.20260916.205342 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 3380 Depends: ros-rolling-examples-rclcpp-minimal-composition (= 0.22.0-1resolute.20260916.205342) 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.20260916.205342_amd64.deb Size: 2936034 SHA256: 99b1863ad1988837101f97172aa5f29e1306441e9e609a4d9b32e7a21326a288 SHA1: c792765e3d59411848c5d03b1c9b4d82f37139be MD5sum: 2bdaac81efc946c54c055bf38bf487db Description: debug symbols for ros-rolling-examples-rclcpp-minimal-composition Build-Ids: 0692138db95c3093e7dd387166f52b5c9847ad3c 8dcdaa54e2ac01a751538743bf90f50ad578879f ad1d6204c937a91678477d3ca67d00393ea7de22 b6598762903a87c2cbc99d5d59138b7033463a2a Package: ros-rolling-examples-rclcpp-minimal-publisher Version: 0.22.0-1resolute.20260916.203903 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.20260916.203903_amd64.deb Size: 136506 SHA256: fa84e77a0a1d12b86e2c17e0243926b56d89ca8a716f9c352abc4964ba23fe0c SHA1: 78f8603c4c8a3270ea374a7d68afe94d6deb8f62 MD5sum: 5a087f8a593c35d83e7e0ae8f901815b 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.20260916.203903 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 4915 Depends: ros-rolling-examples-rclcpp-minimal-publisher (= 0.22.0-1resolute.20260916.203903) 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.20260916.203903_amd64.deb Size: 4433238 SHA256: 125d3b7b54d827aa1e6baf3d044228c2f75e687203be7fafab82e47ddd5ca0e3 SHA1: f77fcb922b2060c4e20fc3a8cd5fc0a9ff4e4941 MD5sum: b6aecaeb60e37f0a2951cebf36f08306 Description: debug symbols for ros-rolling-examples-rclcpp-minimal-publisher Build-Ids: 32f7923b0eb8c55afaccabc7a5b71695c5625701 4f3c5e1a0e2a7addbc6e73bf55d9954402e185bb 7778101e1b67a7147920dfaf0ffe4eabae502a36 77d13cd93bfde547942427d68f38cda1bac55f7a 8a85b1200459ed322d413afe26e37f18860a5059 c9454f85599c483a378df8cda1b4aa5d098e8554 Package: ros-rolling-examples-rclcpp-minimal-service Version: 0.22.0-1resolute.20260916.203907 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.20260916.203907_amd64.deb Size: 24536 SHA256: 032eb605a3e0c39edae77ef4dfc9f2d5a211fccc240abf6f1e8043025b43240e SHA1: 7b4a513b20b6d303bfb0345e3eea3c5047c56536 MD5sum: 51861af2cae42cf9d4028b1777463f95 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.20260916.203907 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 446 Depends: ros-rolling-examples-rclcpp-minimal-service (= 0.22.0-1resolute.20260916.203907) 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.20260916.203907_amd64.deb Size: 400322 SHA256: bcf15892f803bb982f7810a4e6aa6adab9a62778405bb13fa0c404399a03c7a7 SHA1: 6bf076a5ba6a107a6e6cc506aa534114736c981f MD5sum: 6994314d5dd204cfb3f7a88eb7d29a81 Description: debug symbols for ros-rolling-examples-rclcpp-minimal-service Build-Ids: 774d7cb7734f225eba9ef367052c04b038feb794 Package: ros-rolling-examples-rclcpp-minimal-subscriber Version: 0.22.0-1resolute.20260916.205409 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.20260916.205409_amd64.deb Size: 464930 SHA256: 9444e60b3524cf9a96c3d1ccba8d53746d6aa83db321652ecc5e9e68f2ca7556 SHA1: d9962c0635daafc494bbd2b140e0f6a50f301537 MD5sum: a485eba91e53a7f40bea54170e47c9a8 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.20260916.205409 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 20766 Depends: ros-rolling-examples-rclcpp-minimal-subscriber (= 0.22.0-1resolute.20260916.205409) 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.20260916.205409_amd64.deb Size: 17028790 SHA256: 231e3b329d4628f4347af9fb9a9d4a6d3cdf8b2523a29b1a9fc65707efc041f7 SHA1: d31726b422e24a15a769468413100ece2642f171 MD5sum: 52f7fd59047f9e1eaee0c604f21665c7 Description: debug symbols for ros-rolling-examples-rclcpp-minimal-subscriber Build-Ids: 1b2404ab80b805e49810a7bfae3a46cd9adcf930 1d4d351a037866ae1cd83e6ad7423c0d00f4e11d 2c2464d4cc8c66e9cce95725a1ce7dfe3d5c3aca 3e7796bd238d95c688418cce577b9dfd9434a3aa 4f76022ca4c29babbd61f62394c09dcf13a1f669 546e55fa4461f5c0f07d23e32088a89a9f7f3a35 6e9245539a175ba14b1c9ef473fca9f573894dc2 8a9670ff74e7d1bf04f367a4cd87742f1ad53035 a9efa1c8ab7d3f0979e25a5c35037bbbcfb760fb bad41b1ea561192ec12f521fede7f9c2a947700a be5937d8625783e9f7f329ff99126ff7fd604a42 Package: ros-rolling-examples-rclcpp-minimal-timer Version: 0.22.0-1resolute.20260916.203913 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.20260916.203913_amd64.deb Size: 16836 SHA256: bba21e639450833e2fa8d2635447cdb69761643574f63111ac386d38a2f47733 SHA1: 9ceb7c5b0a48ac62d39c647def7282d68fca7721 MD5sum: 46e7541a6da27b7ad0df040ddcfe5aea 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.20260916.203913 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 589 Depends: ros-rolling-examples-rclcpp-minimal-timer (= 0.22.0-1resolute.20260916.203913) 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.20260916.203913_amd64.deb Size: 541728 SHA256: 765fa49710fb51b13496e4214c10c6e44926155c00b4a0292a28aff9ee94b0b5 SHA1: 5246d99197d6f150699e4b3e27d703728fce8c15 MD5sum: b95169849e586701b17a57117e44d691 Description: debug symbols for ros-rolling-examples-rclcpp-minimal-timer Build-Ids: 55ea2c32070cb8c1b341f5f5fc223c51eea76e7f a371a79d51e3167e1c48cee16b2257887af22f31 Package: ros-rolling-examples-rclcpp-multithreaded-executor Version: 0.22.0-1resolute.20260916.203927 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.20260916.203927_amd64.deb Size: 113000 SHA256: 5a4bc428943b6690d40e1d0113121d0ed0d24b0563b8fe7f056e369ce650c1cb SHA1: c40ec1bf1b0503daeb305b04b0e66403d87bc49f MD5sum: 6eaaaf25789ad4392f68d28f1a997df2 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.20260916.203927 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 2308 Depends: ros-rolling-examples-rclcpp-multithreaded-executor (= 0.22.0-1resolute.20260916.203927) 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.20260916.203927_amd64.deb Size: 1916844 SHA256: 25a4c1fdcc1fee5996dbc51f90f1938301977927a36c5a9ca352fe2aa999d8d6 SHA1: 13e0a352dcc270b9a472845a5e1c1ba515155a87 MD5sum: d02cb483dd250049d9376bffc46e206e Description: debug symbols for ros-rolling-examples-rclcpp-multithreaded-executor Build-Ids: 8eda9b6bcd70dd4440802ef6d3045d84e40e59f0 Package: ros-rolling-examples-rclcpp-wait-set Version: 0.22.0-1resolute.20260916.205404 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.20260916.205404_amd64.deb Size: 573982 SHA256: 35d47c49625be3b37ea844754900ae8b5676215c397d3ddf6dd39693ff50cd40 SHA1: 965ef1a1d526575451731e9da72c036d352add6e MD5sum: 3e9068eea77ca657e3011034a92e42f3 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.20260916.205404 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 21791 Depends: ros-rolling-examples-rclcpp-wait-set (= 0.22.0-1resolute.20260916.205404) 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.20260916.205404_amd64.deb Size: 18186792 SHA256: c90b385ba1d4c16e29e032d2ac8823fa08f080c82d680013ea3b5fc6b4195868 SHA1: 7e6513bf69cab613a46dc5403563e9a7687b3c1d MD5sum: 6a889fb60ca53dfc5137806d09e86af9 Description: debug symbols for ros-rolling-examples-rclcpp-wait-set Build-Ids: 07be96aa8a932a8ed79f41eb787c4ac6f0a8444d 25ba9900a0ce81e5a0cf458dd6fada180680d1e6 35aa2b088fdcf8ac9886426c4b1d51c393cd79c3 3771f44142131e54527ab88aaade03696f147a8a 42d653c0de68bc421224961f33f1f6b9d2efa141 4ed2659178a733ef91ed7ae9180312c38a27be4e 5a7c24fc31f16654c46e776b04c8b8845c9b5294 666f9bb1b558bc5326291e9b1420da3393bbc3e5 6e99eb218b1f42a35ad850222c0003962e9cd735 8af541dd2ab7c40b6cd6801e62642638d7b9c3ee 9838a3b8a570dc310d364e32284ca787c31e9fa6 b8c77940b5214326db7f31adaf4e7091f44ea4ca Package: ros-rolling-examples-rclpy-executors Version: 0.22.0-1resolute.20260916.203406 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.20260916.203406_amd64.deb Size: 13162 SHA256: e67c25c49d44aa52b09a6fe5711bbd23ae5d68094a90ac867fdc035afefb0eca SHA1: fdb85331e3ff9a494be9d54e0471820e7ec5a7d2 MD5sum: 3e6c06db027c9eac13f7a023cafae98c 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.20260916.203358 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.20260916.203358_amd64.deb Size: 6106 SHA256: a1e86332619369617ca998ea16c038e3e29a1c161eb6dcd9693e0141572d809d SHA1: 4fd8e2b9cfe450fed1ae9a7c05721b29b7b97ded MD5sum: 97f487417cfd2afd2e824a71271927c5 Description: Examples of using guard conditions. Package: ros-rolling-examples-rclpy-minimal-action-client Version: 0.22.0-1resolute.20260916.203404 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.20260916.203404_amd64.deb Size: 12066 SHA256: bbae386d63ea347227b50ca0b84ef6f4f29f72088b094b7e8d25884293abe2fa SHA1: 54b35f0df4d887b065bf9e5907dca0ce7370d14a MD5sum: 5eacf1022a7b4c0f31b04a41024a05b0 Description: Examples of minimal action clients using rclpy. Package: ros-rolling-examples-rclpy-minimal-action-server Version: 0.22.0-1resolute.20260916.203405 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.20260916.203405_amd64.deb Size: 13190 SHA256: aa930198f193dab29e07372bc1f2f199681aa4171f05e56d9afc4513005b9de0 SHA1: 248c9b865c32baed2909cc4d8dd75ccf07c1e019 MD5sum: 769865f0ce5add63530b1e821e9f81e1 Description: Examples of minimal action servers using rclpy. Package: ros-rolling-examples-rclpy-minimal-client Version: 0.22.0-1resolute.20260916.203413 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.20260916.203413_amd64.deb Size: 9398 SHA256: 0c39f7e952d9c8486f77a654b0cd0fa1130614d4dd7d5ae78c4225d1d5bc6ce6 SHA1: 84f24b59a2490a7e0dfcb0400c11e278ccb76793 MD5sum: 00c46f1f7983fd10290cca6d7ddfb549 Description: Examples of minimal service clients using rclpy. Package: ros-rolling-examples-rclpy-minimal-publisher Version: 0.22.0-1resolute.20260916.203413 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.20260916.203413_amd64.deb Size: 9666 SHA256: 2d4b73b1bb8692cd1379239e961c91a579144476e604217c6fa28442c346beeb SHA1: 2d4c91c3daae8db6590d3b92c1e4042336f04edc MD5sum: 86db822791f6aec753c466f3062c32a4 Description: Examples of minimal publishers using rclpy. Package: ros-rolling-examples-rclpy-minimal-service Version: 0.22.0-1resolute.20260916.203429 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.20260916.203429_amd64.deb Size: 7000 SHA256: 1fb51e232e8eac963607f596ea7b1403ced58d0edbc474fcfb331ff438e186ca SHA1: 246355297c2c50ad1efb3e7fc8dde505884028a7 MD5sum: 60fe563870c2c538c56565bdb0310125 Description: Examples of minimal service servers using rclpy. Package: ros-rolling-examples-rclpy-minimal-subscriber Version: 0.22.0-1resolute.20260916.203430 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.20260916.203430_amd64.deb Size: 7478 SHA256: 9c67bdc748fd5ff831f04e268146a239d101846897010c53b27961c0f5ec0529 SHA1: 315c5ef7cbd3fa79502726e1043a4358d0923a6d MD5sum: 596e297fb93c18990e3500cb572096ad Description: Examples of minimal subscribers using rclpy. Package: ros-rolling-examples-rclpy-pointcloud-publisher Version: 0.22.0-1resolute.20260916.203434 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.20260916.203434_amd64.deb Size: 7118 SHA256: d041fe18a15190e20de787d185efbd8a26290277001f79d3ab9599da2997d6b7 SHA1: 06702d491f4ced4dd0a8e32d85489bdc09fbb58e MD5sum: 183e9a3191283e1737dadc0f83f77f49 Description: Example on how to publish a Pointcloud2 message Package: ros-rolling-examples-tf2-py Version: 0.46.4-1resolute.20260916.204046 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.4-1resolute.20260916.204046_amd64.deb Size: 15106 SHA256: 6e799f79e6d8470e90c981671846a79031a9b44f408df0302302b73f90da6ed7 SHA1: ab1afe29884fe2a9cf59a5f791742b9882255fc3 MD5sum: d8650fd3150d4e24754a3e30a68077e5 Description: Has examples of using the tf2 Python API. Package: ros-rolling-executive-smach Version: 3.0.3-3resolute.20260916.210749 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.20260916.210749_amd64.deb Size: 5688 SHA256: 2b74b00853167d6e54104179a5ed49cbb9c41b610a5d0126506c53861dfeed55 SHA1: 4c79c1a8f82512a723741b4105acd2e23af416fe MD5sum: 75e89740ff45fbd21633f174e85b7f72 Description: This metapackage depends on the SMACH library and ROS SMACH integration packages. Package: ros-rolling-fastcdr Version: 2.3.6-1resolute.20260908.131319 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.20260908.131319_amd64.deb Size: 62506 SHA256: c214b01c34d8390b8cf9ae0bfe62735ecae528810b29bb0124f80354e4a8cf98 SHA1: e5b76c616df89a4a707e873548a35de32677ab4c MD5sum: 2fd0694d81bf5bec2cf718555c68eef2 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.20260908.131319 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Company" Installed-Size: 291 Depends: ros-rolling-fastcdr (= 2.3.6-1resolute.20260908.131319) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fastcdr/ros-rolling-fastcdr-dbgsym_2.3.6-1resolute.20260908.131319_amd64.deb Size: 232764 SHA256: f7e885fa0c428f9cf96f23f14ea9affca8f9340775976baeafda457e367b3cc7 SHA1: f200e97951afc9eadd6f2001221b61bbe79fd55b MD5sum: 02c3b3ea881643b9676be85b66710063 Description: debug symbols for ros-rolling-fastcdr Build-Ids: 9b411bdb92b18a4dceb9459ace1f1516c11c6d46 Package: ros-rolling-fastdds Version: 3.6.2-1resolute.20260908.132933 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.20260908.132933_amd64.deb Size: 3686268 SHA256: eddb832a7d7aa0fd5693c9f9cb20dadaf66994cc611e48c100570baa30e3c34b SHA1: 3ae6e5f432070b8e4ccd9cbeb28e4e9d388b3ba9 MD5sum: e71c0e2cf6b2be23088552bcab851ee6 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.20260908.132933 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Raul Sanchez Mateos" Installed-Size: 69902 Depends: ros-rolling-fastdds (= 3.6.2-1resolute.20260908.132933) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fastdds/ros-rolling-fastdds-dbgsym_3.6.2-1resolute.20260908.132933_amd64.deb Size: 64767940 SHA256: 48248c9e9cde6fad26eef4acc51eb8f6ce80c510f4889fb2eddfcf905bccff7c SHA1: 682efb49196623ba0e8a06d0a3353425af466c96 MD5sum: 81c8d0c7ea8fbfdb4b39bd07a543f27e Description: debug symbols for ros-rolling-fastdds Build-Ids: 7b40b5a19c34bcb570d1f3dc9b565009b211b53c f02348dd7f7630e736d7ec8754f533ba154eae6a Package: ros-rolling-ffmpeg-encoder-decoder Version: 3.0.1-2resolute.20260916.204716 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.20260916.204716_amd64.deb Size: 112146 SHA256: ff518c45fd3a8ed3abec220ad8fbd9e7d544d74af8491e7a98e05778b0eabafe SHA1: 3fbfd92221b23fac27ee81c81d775ab4070a6707 MD5sum: 4c8f526d3580885eced72b34818d217c 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.20260916.204716 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 1803 Depends: ros-rolling-ffmpeg-encoder-decoder (= 3.0.1-2resolute.20260916.204716) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ffmpeg-encoder-decoder/ros-rolling-ffmpeg-encoder-decoder-dbgsym_3.0.1-2resolute.20260916.204716_amd64.deb Size: 1699126 SHA256: bf617e81a8c18f95a4b11b5495cf2e0301478d77b44e314c15e5527a83985544 SHA1: 904258a63c92a05fe8ae9968872f47859fa7ac59 MD5sum: 38d59ed0d662ca229d1b6d9e6bab3ba0 Description: debug symbols for ros-rolling-ffmpeg-encoder-decoder Build-Ids: 1182c73469b0614c3db6b4914ce3a1bf254b4cc8 Package: ros-rolling-ffmpeg-image-transport Version: 3.0.4-1resolute.20260916.205518 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.20260916.205518_amd64.deb Size: 150470 SHA256: 1a5cdcc26e1e8d2f0ca482b20ce5d93173e11e02e7c3d8c39787598d2d73ece3 SHA1: 3a825bc46d65df9ed2573417bb77d5dd38affb39 MD5sum: ca146d5587bfef86b09b075e72f97a54 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.20260916.205518 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 3300 Depends: ros-rolling-ffmpeg-image-transport (= 3.0.4-1resolute.20260916.205518) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ffmpeg-image-transport/ros-rolling-ffmpeg-image-transport-dbgsym_3.0.4-1resolute.20260916.205518_amd64.deb Size: 2840394 SHA256: 998d51792b5b9994a6fb32afeb03b7af27d6f7e1520271c9b458dc765bec70db SHA1: 3fc794f9f2883c7a64704d4133d3b679203e4eb4 MD5sum: a0a5e602c6713a469949bffdb2ee7baf Description: debug symbols for ros-rolling-ffmpeg-image-transport Build-Ids: 9ba34c098c563e716e4f9e496967ce98e3b42e9e Package: ros-rolling-ffmpeg-image-transport-msgs Version: 1.3.0-1resolute.20260916.030807 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.20260916.030807_amd64.deb Size: 75058 SHA256: 128576fb552c29db2a4e527e70aee8854a8797d035d15b97b620d6673ee80bc4 SHA1: e0b94aeac5b877340fc2f39da70bb089c208ed32 MD5sum: 1f2452c24a07780c0f241eac115a036f 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.20260916.030807 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 699 Depends: ros-rolling-ffmpeg-image-transport-msgs (= 1.3.0-1resolute.20260916.030807) 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.20260916.030807_amd64.deb Size: 525056 SHA256: 457ac58558de3c5961abffca53c8620b1e00f9d8fe82cf97d0003dadba1d7684 SHA1: 4a718911c59e905bbfd2343bc3c9d1294587e34d MD5sum: 01e9744c649f09d1caacc5d7ea28abb1 Description: debug symbols for ros-rolling-ffmpeg-image-transport-msgs Build-Ids: 01ae9c513d0c3698655d23fb789f881f404d0be5 15fb6da1939f032ea5703964546b62c181feb7dd 39d2dc51fdea55c4c049ddeefa83c422ada368cb 422dc5b92eb8e02c4211a18221913e1ffc082566 4e5bf1fa03b2be4b26be78bd9d945cac7d58a899 7784bdd3d1d007c19f6dcd5f654194a037cc1818 8280fd6268127bbac48da1b916cbe3b4bf235999 967c83afaa13962c0665113b07120d7f62f949e5 b3170c7315f6fa6c0918e3e07465584271008767 c08da0fd66f4f8fb57fee57df1b4ba6664cffae9 e69a2a6cf1a32906fc6e9c088fa8f356053ae01e Package: ros-rolling-ffmpeg-image-transport-tools Version: 3.0.1-2resolute.20260916.211014 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.20260916.211014_amd64.deb Size: 148722 SHA256: e1d729263b94ff7c3ea63619151c1664ea562e3a127e089b356d4dd06ebbcccd SHA1: 3d33d287289da02038f31264db88a54751901e0a MD5sum: f11790d72082a589d12b4736083d5b4c 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.20260916.211014 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 3715 Depends: ros-rolling-ffmpeg-image-transport-tools (= 3.0.1-2resolute.20260916.211014) 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.20260916.211014_amd64.deb Size: 3500146 SHA256: f8c1b34e4c345eed70775e998f942cfd55482e3e55e59c143d896618215a4b5d SHA1: cb5106e3d90d478a6ac786ac9799288a6a1c825d MD5sum: bf303f0f9d7645d7d2b125a8074b194e Description: debug symbols for ros-rolling-ffmpeg-image-transport-tools Build-Ids: 01b894da1586cdffc28a99391e60258414728c73 04cc7fe02f4ea8619824971d0e7be7c44106a2c2 06bffeab42782ba78c1593e83f609d1f1bf98379 1c57376d1ac049562259332980809311bcd75bf1 Package: ros-rolling-ffw-description Version: 1.1.14-2resolute.20260921.013913 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.20260921.013913_amd64.deb Size: 14988776 SHA256: 05db917b1823676f7d6824c22782b037be702b43a7d069c9165c3e132e2c64c1 SHA1: c42b6e97b870acc047336797acbc5ea24270c88b MD5sum: 7f7508c823748a529fb04c92230fc85e Description: 3D models of the FFW for simulation and visualization Package: ros-rolling-ffw-joystick-controller Version: 1.1.14-2resolute.20260917.061254 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.20260917.061254_amd64.deb Size: 211130 SHA256: b6282006046ad2cebb968ad792d28e97a0714bb0d1b9978fa25431b6711b6e42 SHA1: 34abace0a1b133f7fbbfca1d0634d234b8efc99a MD5sum: b5c7cf9c55e40157f2b4a1d772525472 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.20260917.061254 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 4210 Depends: ros-rolling-ffw-joystick-controller (= 1.1.14-2resolute.20260917.061254) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ffw-joystick-controller/ros-rolling-ffw-joystick-controller-dbgsym_1.1.14-2resolute.20260917.061254_amd64.deb Size: 3601746 SHA256: d070cbdea8017dc6736b125823315c7cfe6fcd0bafdff1d7a1c8523ed995a3ba SHA1: 25432a17488bcf2d1de335f4efc169fde29bbf82 MD5sum: 2e14c1583f965d9db887f493bacd99a7 Description: debug symbols for ros-rolling-ffw-joystick-controller Build-Ids: 3a17546e42bde0476d445b28fa1e89a35cababac Package: ros-rolling-ffw-spring-actuator-controller Version: 1.1.14-2resolute.20260916.213041 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.20260916.213041_amd64.deb Size: 64736 SHA256: e2a001e4cbd3940e1233b6b48d7e64ab9e0aeb117b9bab0f37d74f1469af1273 SHA1: 4f5c0f93abc6b36cde6612ee4c333ef1c49b8f30 MD5sum: 8729a34301db08774220051cc5fdc7a3 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.20260916.213041 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 839 Depends: ros-rolling-ffw-spring-actuator-controller (= 1.1.14-2resolute.20260916.213041) 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.20260916.213041_amd64.deb Size: 777958 SHA256: e62536210e9f0f13cacd79175bdccb7266a8bd44b49f50cfbff2a33ba3ee5490 SHA1: c2f97474d46cf31dbb2cdfc3848b91538dcf50b2 MD5sum: 180b3845bb8d91da0f0ccae058e22dea Description: debug symbols for ros-rolling-ffw-spring-actuator-controller Build-Ids: f3d4e49519a07b37f800ae18a3f8e457cb58c7a8 Package: ros-rolling-ffw-teleop Version: 1.1.14-2resolute.20260916.203440 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.20260916.203440_amd64.deb Size: 12058 SHA256: 27c6e39766a41145e313a4274c0a0d2afb4401730d2412d68e147ac9a40a49bf SHA1: 347b20a1ab251a4492ae09d54beabaadfb008d8d MD5sum: e7426ad29a3253fa5f332a5fc911630b Description: FFW teleop ROS 2 package. Package: ros-rolling-fibar-lib Version: 1.0.2-2resolute.20260908.130038 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.20260908.130038_amd64.deb Size: 9498 SHA256: 687eabf6f69a72437ddade505c8f1ef951cca06c56336f8f2fb2be302409ad62 SHA1: 5207f09b6734997d38b5a7fe06de5e1a779054ee MD5sum: f44e79e3858491fe6839e3664e8f3bb9 Description: FIBAR event image reconstruction library Package: ros-rolling-fields2cover Version: 2.1.1-1resolute.20260922.035000 Architecture: amd64 Maintainer: "Gonzalo Mier" Installed-Size: 16550 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-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.1.1-1resolute.20260922.035000_amd64.deb Size: 5336466 SHA256: 023aba2f05c172f317e4793c9634562d3f508b52ca9ecefe46f12d03efbc1003 SHA1: 4cc8713196759feadab20937794f7566e60a098c MD5sum: 9ebc182386cd48971753bd3cbd9b4e02 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.1.1-1resolute.20260922.035000 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Gonzalo Mier" Installed-Size: 32737 Depends: ros-rolling-fields2cover (= 2.1.1-1resolute.20260922.035000) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fields2cover/ros-rolling-fields2cover-dbgsym_2.1.1-1resolute.20260922.035000_amd64.deb Size: 21272950 SHA256: bec4348fd5c060d7b8058f528f72e10421f38d9cc4a52046557fc901648af5e5 SHA1: abf80765730afb6b5354595f628452dfde288906 MD5sum: 49ccc0ac45ecbc20ff3160ebb09a6107 Description: debug symbols for ros-rolling-fields2cover Build-Ids: 079e5330bef0359c87bee6b42ecfe9d9bda21eff 751f8d5ef757cd6c9a9d02bcaa7d2fa40460148d 809d43da7427f24f11289dd2073de7f18ff750a7 a4baec2bde3a03d309df4f56fae3d4f7b1c9d07e Package: ros-rolling-filters Version: 2.2.2-2resolute.20260916.203919 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.20260916.203919_amd64.deb Size: 85324 SHA256: 8633e0d48a592b6fce1ac196e9c27c6346cc601cc985ea467a05dbb7679133fb SHA1: 3a35f6016dae35a72d5a09bfff2894ac0154362e MD5sum: ded9190152fdf0d2581348fb69386ec8 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.20260916.203919 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 2229 Depends: ros-rolling-filters (= 2.2.2-2resolute.20260916.203919) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-filters/ros-rolling-filters-dbgsym_2.2.2-2resolute.20260916.203919_amd64.deb Size: 2028928 SHA256: 44f209fbd07cb4a03707cd8135fc46b4a8520034c52de7bab4b6ea879df80553 SHA1: f939655a2ef9e01f9b743960c19fa6dddcdac5bb MD5sum: 9d7472df3c4bb818943ec79c60653b95 Description: debug symbols for ros-rolling-filters Build-Ids: 7e8dc4c45f44af03f644f7d7f64d18bbb0c4cdeb be667f13b7b46adb364c7c473864de9ce00db302 ca567b6d506b600bbf584851d4c6c61c016d724c cbf8ca29fd0ddaef39532b707dcda075e19c6eff d4dffc065fee9b9c433db6e504703ca4de0916ca Package: ros-rolling-fkie-message-filters Version: 3.4.0-1resolute.20260916.211209 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.20260916.211209_amd64.deb Size: 55872 SHA256: 5bb57c37ef5c6e24ec7336a153420265363e53def5f50df0a9d97e75167c81cb SHA1: 39c710d9abfb1719064406126a6c97af841e9182 MD5sum: 34a93b47e69962425a7bd081d4a1c72c 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.20260916.211209 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Timo Röhling" Installed-Size: 285 Depends: ros-rolling-fkie-message-filters (= 3.4.0-1resolute.20260916.211209) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fkie-message-filters/ros-rolling-fkie-message-filters-dbgsym_3.4.0-1resolute.20260916.211209_amd64.deb Size: 257844 SHA256: 708bf02427a96c0f5d939aadaf976daa93b321bebc45acb979309cd4dad11004 SHA1: c0b0e16bead2796acd635f414e8acb9dc2ff4bd1 MD5sum: ee1389f5b74400340a6aa6760eb6dd5a Description: debug symbols for ros-rolling-fkie-message-filters Build-Ids: 6159e856a89c884b246f8709f185d13811c76e1a Package: ros-rolling-flex-sync Version: 2.0.1-2resolute.20260916.205422 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.20260916.205422_amd64.deb Size: 17510 SHA256: 4d3f40b47f48ac35cf559eed20476d6fe51fcc8dcbeef75e1b7408d6c2a11666 SHA1: 644d05fc59092ac8c0930789c225e1c3782c1682 MD5sum: bf904dbfec5e67b4c1f15acf21bf6839 Description: ros2 package for syncing variable number of topics Package: ros-rolling-flexbe-behavior-engine Version: 4.1.4-1resolute.20260916.212334 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.20260916.212334_amd64.deb Size: 6598 SHA256: c9ec1d15c1d985569ba9f9aa887b87a6862fc9a128873110dd607470c3412234 SHA1: 9f1165c425a32182d0ce54f8326d752d823036b2 MD5sum: afb77d9ccb14e55ff46f45ede5b044dd Description: A meta-package to aggregate all the FlexBE packages Package: ros-rolling-flexbe-core Version: 4.1.4-1resolute.20260916.204115 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.20260916.204115_amd64.deb Size: 145568 SHA256: 50bd12949ee4ad6ca300306cfb2c930b915d9588f08b486e56bb43b0726557ae SHA1: 7c0afe96e9d1c416be30ad99eb53276495579d9f MD5sum: dd27a881d8f9c55484aef59f9b0c62b8 Description: flexbe_core provides the core components for the FlexBE behavior engine. Package: ros-rolling-flexbe-input Version: 4.1.4-1resolute.20260916.204509 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.20260916.204509_amd64.deb Size: 26526 SHA256: 914958239b104cac4c65ae8d97c39347379b5f8d55c9e598c7996c316742b8dd SHA1: 130003e23899907793b7020b50bc7ad7b98d6c5e MD5sum: 7c696d080b99103d8987ff6616e796d9 Description: flexbe_input enables to send data to onboard behavior when required. Package: ros-rolling-flexbe-mirror Version: 4.1.4-1resolute.20260916.204511 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.20260916.204511_amd64.deb Size: 71224 SHA256: ee1adf6a14b2d925ffae04394a795be4757ef0cb812eea6e854d1db8f96ebdb9 SHA1: f3a14d0f7a60398174c335e8681d54a19ddbd3fb MD5sum: 998f8ef120a0d43f5e25c2399ece4ae6 Description: flexbe_mirror implements functionality to remotely mirror an executed behavior. Package: ros-rolling-flexbe-msgs Version: 4.1.4-1resolute.20260916.034215 Architecture: amd64 Maintainer: "Philipp Schillinger" Installed-Size: 7874 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.20260916.034215_amd64.deb Size: 540618 SHA256: fd961cd6f51c3090b65d7a4a6f4329314e53292a49a960262c9626a614109054 SHA1: a9f1107c41eccec247dbdd7dffc547ac1e1b0129 MD5sum: aab207f99a3c9eaf30a09bc80ced5b42 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.20260916.034215 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Philipp Schillinger" Installed-Size: 6018 Depends: ros-rolling-flexbe-msgs (= 4.1.4-1resolute.20260916.034215) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-flexbe-msgs/ros-rolling-flexbe-msgs-dbgsym_4.1.4-1resolute.20260916.034215_amd64.deb Size: 4463614 SHA256: b96fe82fee300899ba2ff5b2bfc1818b2209076c269a318bcefc555f282600df SHA1: 2f420572c780632645ac4653ed7daff3058632ad MD5sum: acc2c1909ebd95c9da31811b203f5f85 Description: debug symbols for ros-rolling-flexbe-msgs Build-Ids: 1130283a489c14bca35e8aa1b9fdcca0dd3e441b 1ba395c8e5480400dbef6694002a0ee83132304d 371bc2d44fb5c9f409f91f371147717ac8aac3bd 6098af44ec2d769fad2f0b31e8b0d242e6d126b1 629190cf9f8a22647b21d477205e029130a820aa 64c97597a33611613f066b6854cf32939a6d51b8 6d8a3360c5af4374776ebc89cbc50079cf65a0bf 9535b488ec5abc1bcfe5832b75df1e548696f169 9e5e4fe1f899ade4afd1e8e650cd02364de26abc f38f27681708ee35e5fb9f51c4104270bb83fc9d feee2cb51d08c6583b19e9550f063157a218805e Package: ros-rolling-flexbe-onboard Version: 4.1.4-1resolute.20260916.205406 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.20260916.205406_amd64.deb Size: 49374 SHA256: 1a618e12c5484a7ecab0715203ce180af80953f8d9a6428d0cd3ef1ecb5ee916 SHA1: d03a5bdda288d4825ac6fa5f169385d797817ef9 MD5sum: b8a5d50e3180d404ea4acd801bd2af33 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.20260916.205058 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.20260916.205058_amd64.deb Size: 26676 SHA256: a73baf4ef3da59361b560151b93ed828c01c7b3426342c44564546a1cc083efb SHA1: a45a6cc70c80cd547d4ac69196e960ae4c8b8024 MD5sum: f4b05f3571d0b8ae81872ab0b40d82b5 Description: flexbe_states provides a collection of common generic predefined states. Package: ros-rolling-flexbe-testing Version: 4.1.4-1resolute.20260916.204507 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.20260916.204507_amd64.deb Size: 30256 SHA256: 809d11e9d59267582d8b525015b9e0e8f28ca8f99417f91d2fb4d612c19b27cc SHA1: 802db3b0dfb0e47d9b2a9816586b12417ceea3eb MD5sum: 0582f849fa654749d605ff4b6e82b1b2 Description: flexbe_testing provides a framework for unit testing states. Package: ros-rolling-flexbe-widget Version: 4.1.4-1resolute.20260916.205742 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.20260916.205742_amd64.deb Size: 21018 SHA256: 50717c9700e3d437ccc0e7a25df8841a475d349f944131836f87ec1ad881869d SHA1: 9152aa1ae94e589a920db605d2f9f43fc223f256 MD5sum: 3eb6aa71a5294f9f0f2374fc9a93769f Description: flexbe_widget implements some smaller scripts for the behavior engine. Package: ros-rolling-flir-camera-description Version: 3.0.5-1resolute.20260916.211457 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.20260916.211457_amd64.deb Size: 96292 SHA256: e2efaeb8d57455c3b2ef98418e3504cc0b97af7b5253bfeed8ae0b926f8023cf SHA1: 09c78143fbd0a3f75db0cdea80438f6b5a627286 MD5sum: 7878930cb637beb484e8fcd6eb91af13 Description: FLIR camera Description package Package: ros-rolling-flir-camera-msgs Version: 3.0.5-1resolute.20260916.034254 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.20260916.034254_amd64.deb Size: 57026 SHA256: 30a6e737ec15b3c6ddd9ff32a19c5a3ed0681db3dde3b7cdd40730af8726de2c SHA1: 6c4b1a95bc20732189552ace3182a9aa48febe3a MD5sum: b761bb24647698be9d94bce9050ae010 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.20260916.034254 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 450 Depends: ros-rolling-flir-camera-msgs (= 3.0.5-1resolute.20260916.034254) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-flir-camera-msgs/ros-rolling-flir-camera-msgs-dbgsym_3.0.5-1resolute.20260916.034254_amd64.deb Size: 284904 SHA256: 411b6a9b27fe0c4ef1f4e48583dc724ddadda0432eb40883873d2b64fd5e0066 SHA1: 0e84f65f5ed76bcdd9e2d48d396e54de673573eb MD5sum: 3edee30a0b803951978ad4441b480321 Description: debug symbols for ros-rolling-flir-camera-msgs Build-Ids: 01116c24240fd2ac0fba914f15b26e63d9ee2ac0 1d5f7dd46ef87e441f3f72c0f70c4e0ed9684e3e 43e8ed5ea53305f4372d9398f44b9199faf1e754 80d1c61fa7dd85b07e37da08a7ab32bb265bd194 94b70809260d308afc3ea543a538323b23338c81 af88357a5d2de8e8e0b3b1d04d45d2db3441418b b56c39e8db2fd65e452622c072322b82c7ba0324 dd5baa56c2c0c53f8877bbd61b59f3b2b72faf8a e3ead8faf5be0929ee8b7bde73beaca89999f557 e5c77395214b9f7490fad8797543409c37a5548b e78b18a49880fbbccb2f1051d177421a384509d6 Package: ros-rolling-fluent-rviz Version: 0.0.3-5resolute.20260916.203945 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.20260916.203945_amd64.deb Size: 14158 SHA256: 6442c9af84d785f5bfefc77b35e001854d04633d58e1a6b145e6f69e67d5684d SHA1: bf8cec25c36d92d78f85e1d55fe1619885ae7a5a MD5sum: 9581b66441a25875c59cec4b2243343d Description: A library which makes Rviz fluent. Powered by C++17 Package: ros-rolling-foonathan-memory-vendor Version: 1.3.1-3resolute.20260908.131314 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.20260908.131314_amd64.deb Size: 781480 SHA256: e710900c54280b697e216381994be9d0073bc4a43858f3864138b918f01c1900 SHA1: ff3eeae36213de7a94cd8d96d0ccef9d616f181d MD5sum: f33a5c68477dad8049b47f41b2857f81 Description: Foonathan/memory vendor package for Fast-RTPS. Package: ros-rolling-force-torque-sensor-broadcaster Version: 6.9.0-1resolute.20260916.212722 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.20260916.212722_amd64.deb Size: 260346 SHA256: cc38672948eece9caff2af4cf0dceb342f984871668661d75a3f63e1577ea09a SHA1: c9b00069cb69b2f52ee3309a2ba2dfcab6a48a54 MD5sum: 416fcdd4385c7d74d0b3ba3dc9916046 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.20260916.212722 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 4761 Depends: ros-rolling-force-torque-sensor-broadcaster (= 6.9.0-1resolute.20260916.212722) 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.20260916.212722_amd64.deb Size: 4160322 SHA256: 9ae4e732cf5e6fc75257d370f724beadbff998542b6835dd7bb8ecbf4b6cb42c SHA1: 463eb79bf4daf61c957977b94a7d1fe33969650d MD5sum: 91502f82c67c3090a0fbb49c851c4732 Description: debug symbols for ros-rolling-force-torque-sensor-broadcaster Build-Ids: 0de740d3df69f138913a30e3164f0fd872a35400 6c29b4530d277e08f766d4dda54d23a5020e91df f2fd98730033abd32a51fb3d36f23d774129f350 Package: ros-rolling-forward-command-controller Version: 6.9.0-1resolute.20260916.214628 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.20260916.214628_amd64.deb Size: 140036 SHA256: 3cfb5a5d68aa5777f4b325c4526960c5bf53cbc1ae280daeb3c9824b13372140 SHA1: 768cb121ef4bdb086ecce9d947f61aeabdfe9ecd MD5sum: 09dd2e1c0252d47919fe52fdc3f48729 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.20260916.214628 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 3010 Depends: ros-rolling-forward-command-controller (= 6.9.0-1resolute.20260916.214628) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-forward-command-controller/ros-rolling-forward-command-controller-dbgsym_6.9.0-1resolute.20260916.214628_amd64.deb Size: 2592328 SHA256: 9c55a691b2d72d8e4bb84b5222df4ff9ade82414556509a90ed4d1f21e849f1d SHA1: db40831a727341a86f497f63e8bf053179285795 MD5sum: 377b08d2e2f590c18c409f729c524789 Description: debug symbols for ros-rolling-forward-command-controller Build-Ids: 244fb5a37102af49eaf2623060acae4dd2d14c64 Package: ros-rolling-four-wheel-steering-msgs Version: 2.0.1-6resolute.20260916.030800 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.20260916.030800_amd64.deb Size: 59342 SHA256: 2a7258ff89230003e943fc474b9fcd2c07873fc583581c902072e5b4de02d55f SHA1: 6724d88c5c5229ff3bf8843e70ae7a2b70af06f6 MD5sum: ef368ed1725da694a54863778a56af54 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.20260916.030800 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vincent Rousseau Installed-Size: 452 Depends: ros-rolling-four-wheel-steering-msgs (= 2.0.1-6resolute.20260916.030800) 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.20260916.030800_amd64.deb Size: 285426 SHA256: 76af42dd146849597454400819833dfab6e498f9e0c54f3022d5ddd113c1b899 SHA1: cc639566c26f9fefc788ea4c6b206fe46b6edac3 MD5sum: b90d081af2aac937fe62a2b275690d2b Description: debug symbols for ros-rolling-four-wheel-steering-msgs Build-Ids: 15d9b73f026c9b99623c9d621cc3ae78c9251cda 170544175a2dbc5d72e7c912c4a1c3d3b8d1dad0 3759a7aa592f8ae69939cc11c175e931b3dc7d68 72f47c77f8d3cfe2e7d9e8bf139e9692e15f53e7 809dabaa3ea2965628a3917c733e0e3c0861dc17 84fca34cb478eccf40462a87652f5ae6c12d9ea8 89de08795d42fa3972a823982102ac84730a21e1 cf89058a918ddaad0597660d491c7b15e1fdbaf0 d0420596525ea800272c1cb424e9cc1aa12e71a7 eda8473e3d33f44bf10db5ebcac23fb6d64fef6e ff9b9d6ad2452d35b9c5267229f9b623e0a9033f Package: ros-rolling-foxglove-bridge Version: 3.5.0-2resolute.20260916.212534 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-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.20260916.212534_amd64.deb Size: 12894330 SHA256: b72146ec4309da08f9d42947213418479780777bfc397a6fa2479cffbc477c10 SHA1: fb0f0ef36124d2fb83b6aa949222ba96fb200919 MD5sum: 5fd68c7d9b0872d5982cd62720592f8a Description: ROS Foxglove Bridge Package: ros-rolling-foxglove-bridge-dbgsym Package-Type: ddeb Source: ros-rolling-foxglove-bridge Version: 3.5.0-2resolute.20260916.212534 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 21148 Depends: ros-rolling-foxglove-bridge (= 3.5.0-2resolute.20260916.212534) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-foxglove-bridge/ros-rolling-foxglove-bridge-dbgsym_3.5.0-2resolute.20260916.212534_amd64.deb Size: 10206934 SHA256: afb776bd827a8bcd5f557ec676c5bedd423c559de05951257ac44845691ab51f SHA1: e775c6f4aae9cd5b8aaa885bde23edc3e43c3fb6 MD5sum: 27c67cb06368d9550d167ff6b6a3e4d6 Description: debug symbols for ros-rolling-foxglove-bridge Build-Ids: 04e827e901c6123434de2d785a489d9ce30bf4c6 1f892bc4ea41fc8df7605ed42ab1e773aed439df 5141c5451e0050b8a31a54712a28e4c5156a51a3 bfdff9b429d37cfd996d0b430091c3e06f9c8b92 Package: ros-rolling-foxglove-compressed-video-transport Version: 3.0.3-1resolute.20260916.205527 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.20260916.205527_amd64.deb Size: 147698 SHA256: 0f50b6e07db3fc63b3d2d1b680cbf3741c026c29bc23e5d73ccf63569e1adfae SHA1: dd200eecee5f7f51439e8f412adc9556c3730549 MD5sum: 9083f11e1ce7c65a7f5c5bc4eb107430 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.20260916.205527 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 3268 Depends: ros-rolling-foxglove-compressed-video-transport (= 3.0.3-1resolute.20260916.205527) 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.20260916.205527_amd64.deb Size: 2817226 SHA256: bead9855081e493d8535a9b3a547e6516a33d92921641bf35a563752c36ea6f5 SHA1: 722ee02717700eedf3e2d99919c0407dae5abf6d MD5sum: aae5bc8ed6dd741df5cf715df1889948 Description: debug symbols for ros-rolling-foxglove-compressed-video-transport Build-Ids: cfb0c568a7935e0f860941d665df8b0d6dfe8825 Package: ros-rolling-foxglove-msgs Version: 3.5.0-2resolute.20260916.033714 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.20260916.033714_amd64.deb Size: 599436 SHA256: eef4f4f828771f3078519d7e99da754c617c8820446c3fe51edd6a796b0197bf SHA1: 149d0e444a5f7c9510acd7932bfc820c1e89abf1 MD5sum: afd42ffea8629c1a636a435dbae56737 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.20260916.033714 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 8344 Depends: ros-rolling-foxglove-msgs (= 3.5.0-2resolute.20260916.033714) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-foxglove-msgs/ros-rolling-foxglove-msgs-dbgsym_3.5.0-2resolute.20260916.033714_amd64.deb Size: 6930500 SHA256: 1962dffbaa58ec422238d0d6884712e31f9a27397781bd7da5cedd33debe2c53 SHA1: 434ac2a0a9f62389130ab85a2dcc847f81982941 MD5sum: c6ed60759a292c215c7f796fefa37d9f Description: debug symbols for ros-rolling-foxglove-msgs Build-Ids: 07a34e0b953e68d766d0a2a22330f668c5195fbe 2ad141bca41e4d23f216e62da6c9622d9bf0eb97 575e6e0329a8901c460c859ba78ed3eda9f1b512 623b10fd2bafa9c5ecbff542f528ab37e292d1b3 710e6ad16c9c3e90403a110c7dbf7f27884dcf5f 82666f159fe3e7e11ad8efba1ec6c5328bc82b94 881ac0b46dc23e65cc328056bd7a118239529607 8dc1af379fc17f8b9ce31046f4c3bb2db0e11ad2 cb1d72dcb70e41e9c6b8192a0c97cfaf87c74db8 ec2e16342a3be2207c32e8ec5dfef13ab1fa0801 ec6c3a08949601540c41f8000bd4bea601bb9b56 Package: ros-rolling-foxglove-sdk-vendor Version: 0.3.0-1resolute.20260908.140011 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.20260908.140011_amd64.deb Size: 25886776 SHA256: 5a879a7a7f56d2067b8d9d801e85c45d090c11aeee329d64d885c0415ea64db1 SHA1: 38e5a96db02f3170cc0458b6d38d50c8c09da337 MD5sum: 3e5714ee8e638c74698030422a98f327 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.20260908.140011 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jordan Lack" Installed-Size: 19730 Depends: ros-rolling-foxglove-sdk-vendor (= 0.3.0-1resolute.20260908.140011) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-foxglove-sdk-vendor/ros-rolling-foxglove-sdk-vendor-dbgsym_0.3.0-1resolute.20260908.140011_amd64.deb Size: 4064658 SHA256: 4621f1051c8c52833d6131abba0bd1bb85d9d3ef24960a4366ff425637814564 SHA1: bd686d89076fa76d95627b46fa16372f8d0ac20f MD5sum: e35eedb736331fbedb89689db2639bc9 Description: debug symbols for ros-rolling-foxglove-sdk-vendor Build-Ids: 19480aa32bd55af1a8b2193f721536b6e2348c8e a002dda702bdb72eb887dc53550147837a1f168f Package: ros-rolling-franka-inria-inverse-dynamics-solver Version: 6.0.1-4resolute.20260916.214710 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.20260916.214710_amd64.deb Size: 379998 SHA256: b47cc2a165d124946ea7b4e21035ed66553967d15313757dcee454b68386b39b SHA1: 9b1098df64dd0725da845cebd7208d1c5307ebc3 MD5sum: e3325c1d9500676071104e6c679f0c1a 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.20260916.214710 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.20260916.214710) 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.20260916.214710_amd64.deb Size: 933128 SHA256: cd61345489499e12fb98f0ef66ddabaf68452c678590676a141d54315b7236c0 SHA1: bd5446d0c55468bb2a129faf212b93a392866f39 MD5sum: e90b88dc8e46f0f31aa9be7652a88542 Description: debug symbols for ros-rolling-franka-inria-inverse-dynamics-solver Build-Ids: 59f0ee7cc9ac0fa40577209f56aa260c13777c03 Package: ros-rolling-frequency-cam Version: 3.1.2-1resolute.20260916.213736 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.20260916.213736_amd64.deb Size: 182896 SHA256: d7a4f9ba217776e075ba501a40e6dd4c92f9d3d71ec8538cd8482535f59265c6 SHA1: fc676fd3ec6a503d0cf5a2573aac41b642a35ff5 MD5sum: 040afec8999c2ed74b3ccb6334e01d61 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.20260916.213736 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 3925 Depends: ros-rolling-frequency-cam (= 3.1.2-1resolute.20260916.213736) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-frequency-cam/ros-rolling-frequency-cam-dbgsym_3.1.2-1resolute.20260916.213736_amd64.deb Size: 3427648 SHA256: bb8de4a393e4000fc5c305f30934870cca2c1591cabd402100b8622aab792333 SHA1: 3310a4002d31766d50d5fbbae24d4b8f53ed0b74 MD5sum: 4e6809bf85cf41a7d6fdb1146127888f Description: debug symbols for ros-rolling-frequency-cam Build-Ids: 0e9039296a065c41d37bdaac473750d217a42fba 2fc0f2e630ada35d53f3f204a09fe5d1b522abb1 3d33aaa4e52890d12c637907fe200ee74e124f79 Package: ros-rolling-fuse Version: 1.3.4-1resolute.20260916.214158 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.20260916.214158_amd64.deb Size: 6058 SHA256: aea24f8366cdc576a1004196c6f98d25e7a42928e1dc8260544d955b2518ae95 SHA1: 29d71716361fa9d5837dfa6f07b377a386b3ba3b MD5sum: ca805c78104356760c49aecb6fe9a992 Description: The fuse metapackage. Package: ros-rolling-fuse-constraints Version: 1.3.4-1resolute.20260916.210811 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.20260916.210811_amd64.deb Size: 489228 SHA256: 779d1b3295d2f6c27d4f6fc6c0353c92cc93f2120daf83006f7d7db83c849414 SHA1: 5e26efbce497a7f7f95ce9fbb1ef01818d42af0e MD5sum: 8c504ea251119c338a76c5649d26fff4 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.20260916.210811 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 23396 Depends: ros-rolling-fuse-constraints (= 1.3.4-1resolute.20260916.210811) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-constraints/ros-rolling-fuse-constraints-dbgsym_1.3.4-1resolute.20260916.210811_amd64.deb Size: 20889742 SHA256: dafcf3a560ab6ff5c96779726b7016dbbdd04e87a6f528cb0159a01dd1f6a6c4 SHA1: fd4e2fce2148679c108b3a2812137925d6724fbd MD5sum: e031972cf570b9397e9266824a9d0033 Description: debug symbols for ros-rolling-fuse-constraints Build-Ids: e4d4e8b0db29d69dc9ffba6b33b62d024580e591 Package: ros-rolling-fuse-core Version: 1.3.4-1resolute.20260916.204716 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.20260916.204716_amd64.deb Size: 410542 SHA256: 89d51be1da280f7bcc31bb21aec35393a537a0d8649a452a4c4317f13a28dda6 SHA1: b18cb4e11a75fdfc53b6fccf5f2dafd802f147ec MD5sum: b8d93881379be28b5e0c32cbdff31e8c 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.20260916.204716 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 10878 Depends: ros-rolling-fuse-core (= 1.3.4-1resolute.20260916.204716) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-core/ros-rolling-fuse-core-dbgsym_1.3.4-1resolute.20260916.204716_amd64.deb Size: 9555880 SHA256: c9546334cb1fb57b09b152e5eb0697f768a2c93349e8507fc1a8c1bd41f60dc9 SHA1: 4f9d9d231fe409e666f44b9223a0a44e76c243a3 MD5sum: 9a61b6964336a596fac90d69baa5b969 Description: debug symbols for ros-rolling-fuse-core Build-Ids: 5d37c89b314160debe092a99fe3ce020381c2d81 7d1167f7e8d757af32b04d87fa558ff171890acb 80c01954bfb442ee1195bb11d9f853d1e99e64ac Package: ros-rolling-fuse-doc Version: 1.3.4-1resolute.20260916.195324 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.20260916.195324_amd64.deb Size: 5960 SHA256: 973fe0bf24eb5ab980c7a36d557125816be2bbdca08ab9bd0b1a43bf205c3c1a SHA1: b516e96a4e6a82a679d8ca8dfafd938304f4ee32 MD5sum: 0ee39d5da500949d81574da8f36e800c Description: The fuse_doc package provides documentation and examples for the fuse package. Package: ros-rolling-fuse-graphs Version: 1.3.4-1resolute.20260916.205734 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.20260916.205734_amd64.deb Size: 105894 SHA256: 370983a579865d0e546ef8325e9f45a6c9a6e46f4d94be8a1cf6e6e1c4e0404f SHA1: 0c02b4d21753842f16210285e43ed64b1bcd2166 MD5sum: ba50db860effb56badc9bf21be1e2201 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.20260916.205734 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 1955 Depends: ros-rolling-fuse-graphs (= 1.3.4-1resolute.20260916.205734) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-graphs/ros-rolling-fuse-graphs-dbgsym_1.3.4-1resolute.20260916.205734_amd64.deb Size: 1520588 SHA256: daf5e81c5ce539740bd2d6d18a6dda89bb10f171e6858ac985f6b9054c529174 SHA1: 70d931919b8c97e0256e713a217b9b3ec80d0520 MD5sum: bd26a165f198c54b90a52e88587ced45 Description: debug symbols for ros-rolling-fuse-graphs Build-Ids: 743c9e584137888e62f5568358fd6a6117ba1ca4 Package: ros-rolling-fuse-loss Version: 1.3.4-1resolute.20260916.205733 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.20260916.205733_amd64.deb Size: 187222 SHA256: 98d35197ce3107facdd077b4e01b834659d9707befb815ff17118ba83df081b6 SHA1: 06eb20b82402b2c376f30322ade6e6e650c51bf9 MD5sum: ae64e4ca483f233db8da75474e79a548 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.20260916.205733 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 4369 Depends: ros-rolling-fuse-loss (= 1.3.4-1resolute.20260916.205733) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-loss/ros-rolling-fuse-loss-dbgsym_1.3.4-1resolute.20260916.205733_amd64.deb Size: 3539120 SHA256: 5ff346af772b7bd8ef3ba8c70748c0f4a68091fa08d131b2df9d72323c6fcc56 SHA1: 1a53ffb8a65d7fe720e3aee3cc46181f9f59f098 MD5sum: 0ed5785dcbc8c00cf0f6d699ad819fe7 Description: debug symbols for ros-rolling-fuse-loss Build-Ids: fef19a5c2762419cab780398378d0fcc0293393c Package: ros-rolling-fuse-models Version: 1.3.4-1resolute.20260916.212141 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.20260916.212141_amd64.deb Size: 783464 SHA256: d7767e0fc8321a287c5c01ad9ed1bf7380f899254ffe3b4cb6b611dce2e25a25 SHA1: 8a15ee0bad1bf104634d20db2533510538d281d1 MD5sum: 5578ec48f4b7c716b7c0af5d5ff457d7 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.20260916.212141 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tom Moore" Installed-Size: 44336 Depends: ros-rolling-fuse-models (= 1.3.4-1resolute.20260916.212141) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-models/ros-rolling-fuse-models-dbgsym_1.3.4-1resolute.20260916.212141_amd64.deb Size: 40275266 SHA256: 9f18b1769eeee47ac6328aeae5c4990fbb07b26912b0301a5f7a3ea2320006d1 SHA1: e43d5b79765e5c34389878c5ddb8902dee5f355a MD5sum: 69a18c1c863937a281f52fa0964f24b2 Description: debug symbols for ros-rolling-fuse-models Build-Ids: 6e7052c1e572d4376291a7273240cfc4ed37ea70 Package: ros-rolling-fuse-msgs Version: 1.3.4-1resolute.20260916.195330 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 1999 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.20260916.195330_amd64.deb Size: 179544 SHA256: 54e0e701f15bbecc340b0cb1012968de90aa879ad240fbb1892dde194a2f72b0 SHA1: 608e484bbb324cfe9ebe8a32e87cce17f2f5ab98 MD5sum: 8f5a95d4bdccd7a3d080293d1c2cede2 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.20260916.195330 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 2098 Depends: ros-rolling-fuse-msgs (= 1.3.4-1resolute.20260916.195330) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-msgs/ros-rolling-fuse-msgs-dbgsym_1.3.4-1resolute.20260916.195330_amd64.deb Size: 1641798 SHA256: 4194ad65778209634752cb7106cf88c8a7f8cb0595e62284e5a0d559ae0b3b03 SHA1: 47d5496ba33e6ee03752f45c1367309fb4c7e282 MD5sum: 79dfe96eb913205d79fa1f29980cd3de Description: debug symbols for ros-rolling-fuse-msgs Build-Ids: 040f76a780916d5308389b62f088d9afe665e545 0fb704af57194264c1a553f5d99d3f7d8668fddf 3126ed16f66ab931b026532ec6c8d7641217a2c0 4e48e0424a8de7ce45a47ff18b8a115c660d42d2 50e5a0df75800cd3fa191f5ae154cfec9031e6b8 5c11375189498e468c72f6c1b72940e67f44732a 5c192b48871d5d8fc5624448c24ae347280978ec 6bfcf7f584ad2137bc1af6669cd3656f8758fc29 74d8791652f71c0ec7ebea5d1f294f32ac670518 8472cf45881748860a6de5abf967615c0340c1dc e0d818de387e0231f4790374fe486a421a5cb0a7 Package: ros-rolling-fuse-optimizers Version: 1.3.4-1resolute.20260916.212011 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.20260916.212011_amd64.deb Size: 386520 SHA256: 1919a9e71c04ea217146c04421ee55b95fa2783240ce024c359eda0ab73427d7 SHA1: 6ccf2e61ac68fab0711f56d91eeffcda297367b4 MD5sum: f97bebb59a56b0e17e2a22cf07d1fe43 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.20260916.212011 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 10066 Depends: ros-rolling-fuse-optimizers (= 1.3.4-1resolute.20260916.212011) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-optimizers/ros-rolling-fuse-optimizers-dbgsym_1.3.4-1resolute.20260916.212011_amd64.deb Size: 8233802 SHA256: 8f7c20163a45eaaf17ed84343c8191044baca02882b5ef34d4dbb6892fc1b6a5 SHA1: 7c87be2f38e889a883d736a4b3242e4b33c53ad9 MD5sum: 42b55230e6b50aa70c7bd62ab157eb97 Description: debug symbols for ros-rolling-fuse-optimizers Build-Ids: 1176c5adfec17ca134e306644796d09ee87e615c 381575e0edd358e4586264b9c63fe082b138dd9a bfe1353ccf6840d0ec906c58762852c10bf5e763 Package: ros-rolling-fuse-publishers Version: 1.3.4-1resolute.20260916.211300 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.20260916.211300_amd64.deb Size: 253592 SHA256: 003d2e21e36c58e1b5ca95acd317ae76c68c5902b97dc5451eb3554d817d603f SHA1: 40080e34217569cc01724b5755e6ae8f264dd6a5 MD5sum: 0309a45e9ea0a3054995373a4c6bbdc7 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.20260916.211300 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 6469 Depends: ros-rolling-fuse-publishers (= 1.3.4-1resolute.20260916.211300) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-publishers/ros-rolling-fuse-publishers-dbgsym_1.3.4-1resolute.20260916.211300_amd64.deb Size: 5555242 SHA256: 3a44b91d59c3e911eaaae4b9d88548ec0c568bcd274860033f0cc81e78339257 SHA1: 165e842a369b0c9da7c819b35185ce4fd1518829 MD5sum: 5f221e15d3e6bab6ac0e10c5398f9bce Description: debug symbols for ros-rolling-fuse-publishers Build-Ids: 8242e4b493b94193ac0b6d214dc1534aaf7a4beb Package: ros-rolling-fuse-tutorials Version: 1.3.4-1resolute.20260921.013928 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.20260921.013928_amd64.deb Size: 1541356 SHA256: 08243d049499019e322f7105e38acad5f5050b08ffb5312d7babe0f846f4a046 SHA1: 8a972addaefa6d5f34b50e1340ee37ae466ef682 MD5sum: 5a006281edeee2e75b0dff14d2a3dc34 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.20260921.013928 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 8932 Depends: ros-rolling-fuse-tutorials (= 1.3.4-1resolute.20260921.013928) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-tutorials/ros-rolling-fuse-tutorials-dbgsym_1.3.4-1resolute.20260921.013928_amd64.deb Size: 7654020 SHA256: 9687715e733ac9cf89d2282f33f39d1eaced4e7206035c7e207f46dddce45040 SHA1: 2621e2d8aca704ed85fab22a806aefa5a83c35f5 MD5sum: 600aeac641fb21091c2fd6116bceda57 Description: debug symbols for ros-rolling-fuse-tutorials Build-Ids: 84cc5c6fb1abbc8509202e91851c983e7f77e2d5 aad68c7b7e9e0b24fa1fb9c78de577cf4cdbd3e6 Package: ros-rolling-fuse-variables Version: 1.3.4-1resolute.20260916.205753 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.20260916.205753_amd64.deb Size: 259100 SHA256: be0a38e746cb40722c66ceac829ac742c3187b0e7ec59a005e5f1b221bf49360 SHA1: abe7e0968c83709c491967ffd2ce6d81d2c35d1a MD5sum: 13d2bd2af1ca089cfcbd9900822fa790 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.20260916.205753 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 8286 Depends: ros-rolling-fuse-variables (= 1.3.4-1resolute.20260916.205753) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-variables/ros-rolling-fuse-variables-dbgsym_1.3.4-1resolute.20260916.205753_amd64.deb Size: 6679158 SHA256: f5b9f6b14316b0b962d088fd5273a2f44cb6127ea409a5b18e4fb9e0b0fb461d SHA1: 4102a600d89a48b90b98be4fca3443e89a54603e MD5sum: 1fbd7539206a5404e918629973edea04 Description: debug symbols for ros-rolling-fuse-variables Build-Ids: ab7a9baaad3c00f672ff06a75f4c28c857e532d0 Package: ros-rolling-fuse-viz Version: 1.3.4-1resolute.20260916.212758 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.20260916.212758_amd64.deb Size: 308572 SHA256: 6660132a2469077c0427579e6da7c92e829ea87a12d5e1d3ab954636a8280226 SHA1: 91c620168c08df1593770968c50f20ce848c004d MD5sum: 36566804597d83435ceabd809fe540f8 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.20260916.212758 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Enrique Fernandez" Installed-Size: 11095 Depends: ros-rolling-fuse-viz (= 1.3.4-1resolute.20260916.212758) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-viz/ros-rolling-fuse-viz-dbgsym_1.3.4-1resolute.20260916.212758_amd64.deb Size: 10109864 SHA256: 1de3c93b76fefb5002d3fd20217748edfb19bc42e78fa251beff446867d519cb SHA1: bae5380d2d52d5303217a730e30455de82eecb2c MD5sum: 77f6b669da3953ba7939d8c58651cbfc Description: debug symbols for ros-rolling-fuse-viz Build-Ids: 0614ad8c8e36dced1dd967755f48c603f0b4e976 Package: ros-rolling-game-controller-spl Version: 5.0.0-3resolute.20260916.203451 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.20260916.203451_amd64.deb Size: 8280 SHA256: f0ab9ccf551e84ad385c3fa72cbc905c6a4bedd513021629ff334245d8a886ec SHA1: fee87f09c45112867d451434f69f8226d7799aa2 MD5sum: 184a8cb5a925f8f2df917ae8b98c8595 Description: GameController-Robot communication in RoboCup SPL Package: ros-rolling-game-controller-spl-interfaces Version: 5.0.0-3resolute.20260916.025350 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.20260916.025350_amd64.deb Size: 131978 SHA256: 5616e353b7741cdca11b638401efd5295f44b7a85e5673b69b59148c808d34b7 SHA1: 3c83281d48ee2b6b5d9c1cb2b12c5eb9807a6206 MD5sum: cea9dddace2ed22a376b668ad45fa3e8 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.20260916.025350 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1442 Depends: ros-rolling-game-controller-spl-interfaces (= 5.0.0-3resolute.20260916.025350) 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.20260916.025350_amd64.deb Size: 1050678 SHA256: 8a389e0d8cdfa317c832d4f3b9245b3891f2aff9c447e1b0705f7c77e9cf55a9 SHA1: c5dd00cb6808a04121ec6cf07d422741039be498 MD5sum: 7c057bf377712246689fc49463e4de35 Description: debug symbols for ros-rolling-game-controller-spl-interfaces Build-Ids: 36adda79daf6ba0a6587b1564d5e0fb1036ad372 587dced66d9fd497f49958ec81b76fe39d2a5480 62475135728913533ce08b762c5befc140befa0c 63cca4bedeca7d8dee2add4e9d50c0494fc73adb 6e1ef50129a614d22a178e74ef925ea023401bff 6e1f906e826802c3709c548ac4bc1dda869966f5 72bfcb15053078a3f07bc8758e6e8fa7196d2fb0 aa5b3f6de5e6a04616d9f29fa914bc7abecabeff c60fb7944696085497b5d7fbcc4651283910747c c9858f9cf7805c7361542de34524ea6e88a75d2c d4775b4c57122b6ccbb4d7724440a8c7a43f9a96 Package: ros-rolling-generate-parameter-library Version: 1.3.0-1resolute.20260916.204917 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.20260916.204917_amd64.deb Size: 8962 SHA256: 27a50bb43a0cc48e2cd10907bc6e0b21c96073df09c51e7240b457c37675e46b SHA1: ec7a7ebab01399498bd4706370a84e4d94c29e7a MD5sum: c4194676aa5c5130e8618093c830b291 Description: CMake to generate ROS parameter library. Package: ros-rolling-generate-parameter-library-py Version: 1.3.0-1resolute.20260908.131334 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.20260908.131334_amd64.deb Size: 59958 SHA256: 5dde35082354cd2977bb39f3315142ef3584cf7f8a384d43f715584ff9271b80 SHA1: edd6b1c84a69d8adc62b5618e4ad868255d0ac9a MD5sum: 8ce88088f98aa3e958d1f22ddd9b5712 Description: Python to generate ROS parameter library. Package: ros-rolling-geodesy Version: 1.0.7-4resolute.20260916.034602 Architecture: amd64 Maintainer: "Jack O'Quin" Installed-Size: 163 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.20260916.034602_amd64.deb Size: 27672 SHA256: e0d4ec8674f6637233b7865b39c493c4bafa5d86c814d5f618cd4cf5e464f94b SHA1: f1ebf04965cfe9bc60e45f7d49c2291c4863b65c MD5sum: e3837b51b2af2d0520ca6da717c2ac34 Description: Python and C++ interfaces for manipulating geodetic coordinates. Package: ros-rolling-geographic-info Version: 1.0.7-4resolute.20260916.034924 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.20260916.034924_amd64.deb Size: 5802 SHA256: 9b31018bb23e3fb5b052a697b78684a1e9f4f62265aa91dc9eadab56d7769deb SHA1: 9c4fe3b3e9f7af064e5d1df41707972e40553c77 MD5sum: 0420052d3889405846f2d4944f945702 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.20260916.033710 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.20260916.033710_amd64.deb Size: 353374 SHA256: 3de05f958bc7db1366e8af58f73733166bd7da88e4efde2e8f5086b249606339 SHA1: 681880c2e551ed42bece613bf0c0f1196f30449f MD5sum: 4def81d811ecd43ff40321be873df8e6 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.20260916.033710 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jack O'Quin" Installed-Size: 4444 Depends: ros-rolling-geographic-msgs (= 1.0.7-4resolute.20260916.033710) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-geographic-msgs/ros-rolling-geographic-msgs-dbgsym_1.0.7-4resolute.20260916.033710_amd64.deb Size: 3511020 SHA256: d5a23384be7f81e3340f6e29ade206249b97651e138c91fb08f916d6b030a59a SHA1: fc8278e3f1667f2a1aa6d47fcb86c601e250983f MD5sum: 8c180000a0b9dbfe21cb1f76171fdc17 Description: debug symbols for ros-rolling-geographic-msgs Build-Ids: 2e6662c8e612f1b3c85f22eda25e89dd53dc4154 46432577ddc45e785135925c1277e4ab13144ee7 72e682101a65b9ee671a1b242784cf554c7d522c 9375bcf0ce4055942b5084f35e837e5fad43b030 a9f75ea6b38da242b19f598d0062e4da66c8dc71 c8c58a2a6d306077a374bbeb5ac87998ac6bdccc ce1e38ddb24dcce8d1751b2abeaeb89dd8189bf2 d8abab1be2717b0b1065915e54b8c3801503891c d8f48c0eaa9d2da2e55130998843707d979271c1 dc1979b84e5a01cbd767d85e6b9272decb2514a8 fd909d2c6fe7c041cd6a60e287ab277dd3d2c908 Package: ros-rolling-geometric-shapes Version: 2.3.4-1resolute.20260916.202429 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.20260916.202429_amd64.deb Size: 104358 SHA256: 98ecd2c74557c54383dcd8fd9e71fc5d10b70cf18e9e0c6ff08c7124f5833c07 SHA1: 5fddfdfb17040594b1dc976de27f6776cc3f376f MD5sum: 852f71cdfcab915b3c899ad9db3fb095 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.20260916.202429 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tyler Weaver" Installed-Size: 6423 Depends: ros-rolling-geometric-shapes (= 2.3.4-1resolute.20260916.202429) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-geometric-shapes/ros-rolling-geometric-shapes-dbgsym_2.3.4-1resolute.20260916.202429_amd64.deb Size: 6432004 SHA256: 5b3af963d30eefc2fb6e47690ee30e4078527862bc4066cd9d09c5273720fb96 SHA1: 64e5f8b22c70d7ebcc690e32ec173378a416b996 MD5sum: b43e139b240a67fa9dda2bea6878d737 Description: debug symbols for ros-rolling-geometric-shapes Build-Ids: 4d267789ed67e3f8754adc5ae6d6f80a8cf3bb4d Package: ros-rolling-geometry-msgs Version: 5.10.2-1resolute.20260916.030801 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.2-1resolute.20260916.030801_amd64.deb Size: 289218 SHA256: 3dd0165990b8cbbc0b72cc45a65ec67b8bdb9ff60d425f0e5ec3bbb1948b9a9f SHA1: e20a544f2e295cf106c30138cca34a8dbe920cc9 MD5sum: 3f376fd331f08fd77ca46dcc7c1f96de 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.2-1resolute.20260916.030801 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 3817 Depends: ros-rolling-geometry-msgs (= 5.10.2-1resolute.20260916.030801) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-geometry-msgs/ros-rolling-geometry-msgs-dbgsym_5.10.2-1resolute.20260916.030801_amd64.deb Size: 2871190 SHA256: d42f2eec4d0f7102a5a9387919d02e82a9fede3d25fbb2337423ad34e8cf64b1 SHA1: f02627de3ff5c1d032dff7ae476666a65110ad95 MD5sum: a2bbb53027bad72a365d6fdde9282d43 Description: debug symbols for ros-rolling-geometry-msgs Build-Ids: 2c847084dc4220e2f0db1cd7abfa99cfa2cfb8d5 377d401ab23f539804c4059c729a9075fe33ac16 74ee0e14b288f52c92b0c8a93a350c002fc5d3a2 9553e2792cf2b32ad78972fb7a23b15154716d6d 969fc7398d56edd53a6523f2f8dd67f3372bea00 9918cef796b453748001098223309fbdfba36c13 9d064c09e411399d56674f2dced1dec728769a57 b786751041f8f924d9cc1fb5954ba401481fbb69 c70a6b907f9342669f7839bf9cb0323a43420aba ef5b854e4937f683ab6e75da5300563a88846c32 fc85f7c78aed9fb1934a449c765ec35c602912c2 Package: ros-rolling-geometry-tutorials Version: 0.7.0-2resolute.20260908.140036 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.20260908.140036_amd64.deb Size: 5642 SHA256: 7cc967cb2cb0045f9f9e45ba0fa7da63de64d69d06350b0e86814492655c7e33 SHA1: 5d16362bd4649386c728193fae4be563c7d67e8a MD5sum: 262bd8d810093e272d5a49b7ce28988f Description: Metapackage of geometry tutorials ROS. Package: ros-rolling-geometry2 Version: 0.46.4-1resolute.20260916.211353 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.4-1resolute.20260916.211353_amd64.deb Size: 6280 SHA256: ef750a811fc946eb0f52edf9358a8f6b4fbaebb47d8930e9c7f83a372f69416a SHA1: 26c1c70ab7603fed62b8d9ee5a934f5d773f745a MD5sum: f725fc587b97f72352f1641a563f06eb 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.20260908.132940 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.20260908.132940_amd64.deb Size: 101934 SHA256: 93edffb89abf603c3d70f2acfe1920684ee9ae87e839db5adf285ec34e80f954 SHA1: 77bdb6ec22dd09e88d65fb89d614aea964267241 MD5sum: c8c68438461e6e548a44c44c3cff375a Description: The package provides GoogleMock. Package: ros-rolling-google-benchmark-vendor Version: 0.8.0-1resolute.20260908.131333 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.20260908.131333_amd64.deb Size: 214454 SHA256: d52bc6929e4d192e738dde86feccd4539cbf23c6fc36c162673f2651b3a320b0 SHA1: 3a9dfd9054dfcf8fef9cca4afb770773966e6903 MD5sum: a3a38779ba2fb1061d10b06e414cfede 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.20260908.131333 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Scott K Logan" Installed-Size: 2334 Depends: ros-rolling-google-benchmark-vendor (= 0.8.0-1resolute.20260908.131333) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-google-benchmark-vendor/ros-rolling-google-benchmark-vendor-dbgsym_0.8.0-1resolute.20260908.131333_amd64.deb Size: 2202932 SHA256: dbee1e4e7775db2705145ac3dd63a6c3c1682293e50e33915f8a5b176ed9f426 SHA1: e7f3abe8fcccad7964f2131a694d96b05e54efab MD5sum: 9206b335c19d545c33d9ac13540994a1 Description: debug symbols for ros-rolling-google-benchmark-vendor Build-Ids: 44bb587a4be0814099f038d16a28f2339e4d3392 60dec01f0f2883a7bb292c50d8482fc42b68c9b7 Package: ros-rolling-gpio-controllers Version: 6.9.0-1resolute.20260916.213344 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-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.20260916.213344_amd64.deb Size: 169790 SHA256: c36b7d676d41b76f4f5fdbad61945a52009a2585dc325f13876c943132180709 SHA1: 6dc8a0a818aec4fe96d3e8fbd62778ad327f945a MD5sum: ea37be0d832d31abac7a736d9e131d95 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.20260916.213344 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 3172 Depends: ros-rolling-gpio-controllers (= 6.9.0-1resolute.20260916.213344) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gpio-controllers/ros-rolling-gpio-controllers-dbgsym_6.9.0-1resolute.20260916.213344_amd64.deb Size: 2714298 SHA256: 4fd7a68e7804ddec3b17ad1b31587d5ab3355084266347ed7e4e48b430de1c10 SHA1: 260aa6279253f2ebc2d25b9c6d491a06b958258b MD5sum: 68a94603c0bb5ae481ae5e321708ad71 Description: debug symbols for ros-rolling-gpio-controllers Build-Ids: 204c85a0d3cfeac3464cd1d11b7fdf7346186b36 Package: ros-rolling-gps-msgs Version: 3.1.1-1resolute.20260916.030801 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 950 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.20260916.030801_amd64.deb Size: 92562 SHA256: ba249d010171b44f632191dc0a9b1384b6fe3bdb1298948a0c1af88a732f7e67 SHA1: 7c90808411d8e04be75ac90e6e314f87c6874a29 MD5sum: dfaa64ff032e43c0d6886baa01a88712 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.20260916.030801 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 636 Depends: ros-rolling-gps-msgs (= 3.1.1-1resolute.20260916.030801) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gps-msgs/ros-rolling-gps-msgs-dbgsym_3.1.1-1resolute.20260916.030801_amd64.deb Size: 455742 SHA256: 3ece9a1122b7a040a68e401568777a4c46c697280eb4f677536db793af2c239f SHA1: 0bff6da950939e716a58909cb5ef778604ac2d85 MD5sum: c49c80107d808b6dad21c0a7fa87cc55 Description: debug symbols for ros-rolling-gps-msgs Build-Ids: 0a997196437c22fac7dfccef1acca757d2190b4e 19cd0d998ad8fdbf89f6b1e1660463c30c7e9eac 20d5d6d6fe9fd4972f13b97ee37dcd48a191d54b 36431456aaf510f385418feb4baef1907fbb9394 7110adcf450a298f750b1cbeb433c3ab9bcb348b 81ea80033421dd9fd7f50713f9cff2d070e04491 82a64d1beed92eb99b042d420c35923f3fae830b 99957f5eb4741be77b02d36287f501bfb88873ad ad53b066e5943a0f2a08669368f439d3961ac47f e9051565afc359ce0671aac9cff6dbe7df4e3649 f6d9a4a7dbcbf8127b1eda18da5265fef285544a Package: ros-rolling-gps-sensor-broadcaster Version: 6.9.0-1resolute.20260916.213326 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.20260916.213326_amd64.deb Size: 86158 SHA256: f438f62d854552abfa3302b167596ac5cb0ec268b04b617dcc8a80c4ed1754b5 SHA1: 1ca9c1a2e05c65b2a0d6a3b2927d4126f6e548d3 MD5sum: 1d76ac94659b0197907b5f37103b8351 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.20260916.213326 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1248 Depends: ros-rolling-gps-sensor-broadcaster (= 6.9.0-1resolute.20260916.213326) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gps-sensor-broadcaster/ros-rolling-gps-sensor-broadcaster-dbgsym_6.9.0-1resolute.20260916.213326_amd64.deb Size: 1136832 SHA256: 587d35643e0522dbb6e3d08266f2872f426ce50c5c3dad77aff213bf725407dc SHA1: 46c733efebcddf9fb73d7d9d056ba45eb3380538 MD5sum: 75c6357300eca82669cf1727f0aabd1f Description: debug symbols for ros-rolling-gps-sensor-broadcaster Build-Ids: f8023aa7f331a412fb99110db13efd1e6726b6af Package: ros-rolling-gps-tools Version: 3.1.1-1resolute.20260916.204933 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-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.20260916.204933_amd64.deb Size: 190666 SHA256: a430e3180a8a9928232ebc88bb714452b44b8fb989a2672b343f67ce1ee08ffd SHA1: 4943b671361303ceceadfb624ba0476d16add486 MD5sum: 11b005a17b7c607cf3fb0a5bd44746d0 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.20260916.204933 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 5168 Depends: ros-rolling-gps-tools (= 3.1.1-1resolute.20260916.204933) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gps-tools/ros-rolling-gps-tools-dbgsym_3.1.1-1resolute.20260916.204933_amd64.deb Size: 4310708 SHA256: 64a76440be8ce3b0b7860b5c7c1021feda850c850cd2b09f77087734958708eb SHA1: 72769b8163898780b468311ae1a254463a863efc MD5sum: cd7acea486df6dff4b7b5d662c813126 Description: debug symbols for ros-rolling-gps-tools Build-Ids: dcab7c69efa20493e2dd22032c7b6538e78d5b08 ede2387573830a044550c5fe4c68f7762765513f Package: ros-rolling-gps-umd Version: 3.1.1-1resolute.20260916.212546 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.20260916.212546_amd64.deb Size: 5656 SHA256: 27564bcecc96a71f4017cd631be40edc9207ea2b3a8248dbad67667e52a334c1 SHA1: 89fe778520a7b6b8840e83250f30804b62c483da MD5sum: ad95a3160965157d579c65b58dfe1dee Description: gps_umd metapackage Package: ros-rolling-gpsd-client Version: 3.1.1-1resolute.20260916.205420 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-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.20260916.205420_amd64.deb Size: 81100 SHA256: 6b27ab0420f035f704e4e3934997244f4704732d396a39a617814130deef0d8b SHA1: 663723339f6f98f72463a32cad9d1acfd75f6693 MD5sum: 862399c838ddd03d0f787a4afc2a4448 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.20260916.205420 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 1391 Depends: ros-rolling-gpsd-client (= 3.1.1-1resolute.20260916.205420) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gpsd-client/ros-rolling-gpsd-client-dbgsym_3.1.1-1resolute.20260916.205420_amd64.deb Size: 1255962 SHA256: 9837265fb6eabc19f20c341533d5027a0db7d31018d33ab7cb4361377ba009b7 SHA1: e47a42bd9321322199b638bd1e700ddcb57f826b MD5sum: 7517a991465ac795d9dcee1d89b8f9b8 Description: debug symbols for ros-rolling-gpsd-client Build-Ids: c7d935954b95f30234896c8e6e57d145b19318ce Package: ros-rolling-graph-msgs Version: 0.2.1-1resolute.20260916.034115 Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 654 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.20260916.034115_amd64.deb Size: 71844 SHA256: 4d2b2470cc32ec482a62a4d2113f10d11308d375c8af972cafd1d471a2849043 SHA1: 5a78e4df4b52dd1e61e27936a1161125e28a2ace MD5sum: f8ff4a43e86144fd1bb5c07032a02e9b 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.20260916.034115 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 584 Depends: ros-rolling-graph-msgs (= 0.2.1-1resolute.20260916.034115) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-graph-msgs/ros-rolling-graph-msgs-dbgsym_0.2.1-1resolute.20260916.034115_amd64.deb Size: 410250 SHA256: aaab4670f06a698e6c2b2b48002253e3ab87d4291b2bfc27c5a30e156395cfe5 SHA1: 59f52e88e11aab98bfa752a45ef12dce7dbe4024 MD5sum: f8185bc8b2bc12f5e254404bd267f5fa Description: debug symbols for ros-rolling-graph-msgs Build-Ids: 2c4e88adce195ecb39da5f258a559c0626424cce 5aeab91db0f3490959b37fe78c614b5eb29961a5 777597de3bb076192991e179096b07f7156839b7 779f4a5123dc1ffa15a7f0659d12a00e7cbc7d16 a89298019cdad925e2fde5fcb830226639d8d287 a92e083b695da727d2a417c0cf57c7c1f0a7b910 b4ac5683dc8dc414ebe10a0976b233058ffd203a c5a70dff457a885bae706efddeaab490914a7ece d466a5b506f28be603c098bcd106c6fcbaf030fc d765da411b192fd8a7e997837d61445608a3b8d8 e464e3f27cf649f0772ecac6110ed4c5e1011367 Package: ros-rolling-grasping-msgs Version: 0.5.0-2resolute.20260916.042610 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.20260916.042610_amd64.deb Size: 307782 SHA256: 566342dae8e2de1e349e975d30b785e44c7c9d8391305bfa4adc52b4d71833ab SHA1: df43257d21060314b1470db9672fab79f06d0c87 MD5sum: 06d43720d6e254ddabc495b0eb4222da 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.20260916.042610 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 3639 Depends: ros-rolling-grasping-msgs (= 0.5.0-2resolute.20260916.042610) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-grasping-msgs/ros-rolling-grasping-msgs-dbgsym_0.5.0-2resolute.20260916.042610_amd64.deb Size: 2802404 SHA256: ef1d8a5eda1ae5eb62c4cf8dbafc8ce2b03b7c9889ab2d788762897f4ab0ef94 SHA1: 914d3dd13091dcd133fc5aae40901f17d518055a MD5sum: fcf45fb6e91225aa0cda11818369afff Description: debug symbols for ros-rolling-grasping-msgs Build-Ids: 2f374f6780524c15a01ae0d56a43dc7558fc2bb4 342b54aebc5791d17c569053e9303a759dcec401 39bb12106f4bd56bae360a5c275ddfae4569e53c 39e9cba4ff0e4880fefa29cebd3cda102535cf07 41323e149c2e40d4755fcffe6c2a749994df80f9 620fda6391257e2a7e55ebc728834cd763e54f98 7b6e85794f4b30f1bf0fb6571db8bd2245cd7dc0 96772164850db0d620072127fcec78101e283072 be3451d4e0edc05d6050a0fc6fb21660cdc7b16d d99c089bdee8c6f7b1736d858124497f55645c29 dc39b76b90b357f123a194474dc68e26308806e4 Package: ros-rolling-grbl-msgs Version: 0.0.2-9resolute.20260916.030236 Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 3467 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.20260916.030236_amd64.deb Size: 234366 SHA256: 1184fbcc2c7b053bbbc636243d7fc937a738e84dfff66d4939c8f390feabf7d2 SHA1: f4d0954841c0fc12883df00d32a9655989369f88 MD5sum: 89f7323aec95c7798769dd14d8f47d48 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.20260916.030236 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 2176 Depends: ros-rolling-grbl-msgs (= 0.0.2-9resolute.20260916.030236) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-grbl-msgs/ros-rolling-grbl-msgs-dbgsym_0.0.2-9resolute.20260916.030236_amd64.deb Size: 1412808 SHA256: dae8c4541385c874d0d1c5cfebb0b343a01245aeb29088edcc8046a373ec3629 SHA1: 2a10218c6e79efd4bff607af47760fa418dc1f05 MD5sum: 3b510df7aeaf71c234bb7b17da3fe3e0 Description: debug symbols for ros-rolling-grbl-msgs Build-Ids: 1f4afe50ac1956baeba86b22737c3dfb74f63e2c 2bae4ad3fc2cf6d919c207f14a6d8df9de919bc4 4cadd1a9a25b123cf484e3f4327f53442bb5c53c 4ec567f3512d1daa4e732677f8a5ab6730e031f0 58f54f89071d3360d2a2bad69fb96c34edaca587 6922d9dfb367fd4b8578b95afc038005650e3300 8d714b2fd86143ed38165aa4f04c22d73f28813e c46058d878b4b1cfee9cb843634a46080d1318ea e7e471b1e0d33daef65644f566e7f1cf4500a4e5 f5ccbb9bbe00fc0e1f6ccc78b743a35aff964400 f8eb4b5860e7dc025ad13cb5dc98e0f334c2280c Package: ros-rolling-grbl-ros Version: 0.0.16-7resolute.20260916.203443 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.20260916.203443_amd64.deb Size: 26134 SHA256: c07ac5c39ee8b7ee7813e2a3b4f699ad5b34ec07246253e8971a6f908cea7cc1 SHA1: db9e7bb28c37a6dbfba80d8a2121b4585cf12397 MD5sum: 3103a2296ddbf94bec430822ff8be113 Description: ROS2 package to interface with a GRBL serial device Package: ros-rolling-greenwave-monitor Version: 1.0.0-3resolute.20260916.210701 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.20260916.210701_amd64.deb Size: 368556 SHA256: 392a970939795cf61e1155e24f0e157765614327f6c32738853b63e2173d0c31 SHA1: 363108129196b61b4e7bc70bc231620df329960a MD5sum: c9b95f114e7439ed3e6b1dd9df359371 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.20260916.210701 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sean Gillen Installed-Size: 9947 Depends: ros-rolling-greenwave-monitor (= 1.0.0-3resolute.20260916.210701) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-greenwave-monitor/ros-rolling-greenwave-monitor-dbgsym_1.0.0-3resolute.20260916.210701_amd64.deb Size: 8341830 SHA256: bd896cdc17b29e60b8147b03c571320b2394bab4ffdbff1669d33b98e5d29d87 SHA1: e00b22839448f9f4cb033e6e235322366b9520cf MD5sum: 562348bc6952af4b5d76cf0defa3ec12 Description: debug symbols for ros-rolling-greenwave-monitor Build-Ids: 0ff607b18946504442da948b9f786ac9265e279d 90b1ecb9f9b195c6afdf430ae525d5f12123065b ddbb58f114acd8dda23a7746592efed700f9cae2 Package: ros-rolling-greenwave-monitor-interfaces Version: 1.0.0-3resolute.20260916.025349 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.20260916.025349_amd64.deb Size: 109882 SHA256: 6053e8313a035f7b9e288986611c640f41ec2694115096e594af27c63b54f641 SHA1: ab6baf56762b89c71c0e8b2d0ca7a785c3cefe53 MD5sum: 4fe75eaf95a33c973e5ab98488a5ca87 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.20260916.025349 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sean Gillen Installed-Size: 1004 Depends: ros-rolling-greenwave-monitor-interfaces (= 1.0.0-3resolute.20260916.025349) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-greenwave-monitor-interfaces/ros-rolling-greenwave-monitor-interfaces-dbgsym_1.0.0-3resolute.20260916.025349_amd64.deb Size: 689756 SHA256: 8dd248a655e4e0277de0bfae0a05b93d70ffe2141f3907cdc7f7aaf1620667b6 SHA1: 3075d9032c7724851bf2d496f5dd66e5a5f1d8bf MD5sum: 97cf0a128fa6ef1bccf940a0d84607ee Description: debug symbols for ros-rolling-greenwave-monitor-interfaces Build-Ids: 2bdd0a680fb518a1d00bf4174f175d7e15520761 441a6d6a63a80b337248f07910aa4115815d63b5 6f4e448a7c095197b57c1888fc2ec713e011e679 7b406b395b33551d93f9418ccbc2eb9e6241591f a6fa22c7a27387e0c81e79920094105a1e06bb99 a982fe001cd3f1ec5b332b9b8bfc6558aa8b879a ab85504ffbc35d8f7fde3019240759dc6d5eae4a c9d54ded600e2183016328cb29eca24d02c14825 cb3773a449828a7d94bcb6f75b0cdd055eccb15d e71704a16f82d774073d997c11d09e2649e27fc5 f253cafb33eded113e00ad26516ca519478cf3a9 Package: ros-rolling-gstreamer-ros-babel-fish Version: 1.26.40-2resolute.20260916.204005 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.20260916.204005_amd64.deb Size: 428490 SHA256: 0015a33a1fbea363b510c9b5ec145bad0caa74bde90ac11614dda49cb49b3cf3 SHA1: 849a57aff45e328ed430609c254c1bf4a7fbc661 MD5sum: c3f3b4cd508d3918dad8bb403f54a92d 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.20260916.204005 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 11963 Depends: ros-rolling-gstreamer-ros-babel-fish (= 1.26.40-2resolute.20260916.204005) 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.20260916.204005_amd64.deb Size: 10239188 SHA256: 2ceb1288a2af1f6921ab90e20c57f372bc8e6d9713532b2f6350b41fa36f7dab SHA1: d5347a332e59c5292b397aa3097ff57f742447aa MD5sum: 248d16e0771eea20f3b09df3abdf7187 Description: debug symbols for ros-rolling-gstreamer-ros-babel-fish Build-Ids: 45cdeb092bf1eeb16110e98944185ff434eda9c0 6018d0133b51ef27eac16566c82350bcb607e0e2 a5c49f860a5b99281cb96487411ef8df25a56969 e3462a01850d0e7a1eb3246012a48c9ac3f8be74 Package: ros-rolling-gtest-vendor Version: 1.17.0-2resolute.20260908.131328 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.20260908.131328_amd64.deb Size: 183030 SHA256: e88afba7ecaf62353ea85f26867b5e75c2e482a0a2c6fa0ebd6f23a713a18c5f SHA1: d89d1d1660203fc75ead4bdfc192f170c79feb2d MD5sum: 5daa947e266e0d8feb55a527073c8ed8 Description: The package provides GoogleTest. Package: ros-rolling-gz-cmake-vendor Version: 0.5.2-1resolute.20260908.134600 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.20260908.134600_amd64.deb Size: 196264 SHA256: f5f20c25e0dc282e3c5e5b799f17d7741066d745cf375be25a9f94fdf2040c8e SHA1: 0e9f6f8d33f7926c6cbee8030465b5d472a6dc5a MD5sum: 4ff786366501eef1167071a23602ae4f 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.20260908.143606 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.20260908.143606_amd64.deb Size: 927430 SHA256: 47cadda6f87ec052cb928aac5dc785e566861e899ae5917d5a528719bd022e1f SHA1: 20c0cefff704a61d58013e63771f651ef9ff470c MD5sum: 5593992c1a1dbc8f4575d45b765bdfea 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.20260908.143606 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 9532 Depends: ros-rolling-gz-common-vendor (= 0.4.3-1resolute.20260908.143606) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-common-vendor/ros-rolling-gz-common-vendor-dbgsym_0.4.3-1resolute.20260908.143606_amd64.deb Size: 8877700 SHA256: 5c68a34ef25967425579a57a48f246367401824423d88bf097b5f5681abe71a8 SHA1: b5d8ef8503b791eacadfa4fc17ca65b53acaf7e4 MD5sum: ea39f0c7131c5df1bf5670abb4021bf3 Description: debug symbols for ros-rolling-gz-common-vendor Build-Ids: 0327b40c0190f1455440ed8ad625fc3f993643ea 2644c7aded0b4e518562a495dda6106520b73971 27da5c0e304f03b8dd55d243db2f072596f70f7c 443b12ef90bd62118b2b7bfb5a2ef987235c2515 e76afac21e84196c42b73376265df1db106e94aa ebcb821256cf07cea662363b55e70522ef4ac9d4 f65b2567b8ede6051386914cb184fe6d9feb7ce5 f664163d581d2f36c0bccf3702cc1e7b65cf0ccf Package: ros-rolling-gz-dartsim-vendor Version: 0.1.3-2resolute.20260908.135050 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.20260908.135050_amd64.deb Size: 12418496 SHA256: da41afa869da141185ad07bb9787625643ebb57dafef38bdf2a5239da830136e SHA1: 62309c2f77744ef80f98eff6f45eee7476c959e9 MD5sum: 4c0f55a2435ae60ef2c733d26d247dd2 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.20260908.135050 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Taddese Installed-Size: 102963 Depends: ros-rolling-gz-dartsim-vendor (= 0.1.3-2resolute.20260908.135050) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-dartsim-vendor/ros-rolling-gz-dartsim-vendor-dbgsym_0.1.3-2resolute.20260908.135050_amd64.deb Size: 101050880 SHA256: 8c4a76c26a7e54f804c44b664daf9bd7a68f9ec7619a063f1d696a70b1e9e359 SHA1: b1d58fbb07c39326f2d26cebd990ebb2d0370171 MD5sum: 87209830a7b77c2455ffacc83bae1317 Description: debug symbols for ros-rolling-gz-dartsim-vendor Build-Ids: 3788cd529758029fd83dab096e3ab609cd8d4311 3ea0b0f23e56498000527956790bcce1d451e65b 57c3cf97f5d6d82da9ef7d694e0f5e6a7cbea965 666fc234d9f19ba7fd36464af768b5dca72b3b5a 934ae90fb53215a8cda4543f608df5c5ec45c114 b703e20a74253b922e2833d8910d1209141cb22b ffccaad84d03e952b60dc8d8b78dfb84197401ef Package: ros-rolling-gz-fuel-tools-vendor Version: 0.4.1-1resolute.20260908.145005 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.20260908.145005_amd64.deb Size: 237504 SHA256: adfd6333883cd5e7fd511b9d58f342ae691d26ce674be1699daa0b3ad16c0a44 SHA1: 64fd68eaf8df01a3842015252b234a9466eeb96f MD5sum: 678919fce6a07ad1040d255ddbb4e06b 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.20260908.145005 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.20260908.145005) 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.20260908.145005_amd64.deb Size: 3456590 SHA256: ee960daff072fa4ac9fce1dcee4ff6b0034266117c5d3adff651ff0c4a3e4a72 SHA1: 58f13da15bac3932737dbf474b2d1007711ec6c5 MD5sum: 279896f4b07886d677b3c779eb9256d9 Description: debug symbols for ros-rolling-gz-fuel-tools-vendor Build-Ids: 469e100fdf472903020d63798abb43a652405fbc Package: ros-rolling-gz-gui-vendor Version: 0.4.1-1resolute.20260914.181006 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.20260914.181006_amd64.deb Size: 673484 SHA256: 1eb77373b4c4dff569c8ca76984dd4c0f786beecaae26c53d4cb328098236b13 SHA1: 09f6043e099cd532fed60f2ee0586b3c94f5bf3d MD5sum: 5d6cf000e1e0edf4950f2c43f001a2ed 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.20260914.181006 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 27604 Depends: ros-rolling-gz-gui-vendor (= 0.4.1-1resolute.20260914.181006) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-gui-vendor/ros-rolling-gz-gui-vendor-dbgsym_0.4.1-1resolute.20260914.181006_amd64.deb Size: 26478416 SHA256: 76000e9690e5c884169f893c227856f709cf0cb6e347221e462d17b913c36cfc SHA1: 19d48f414f85ecf00d6107d783526d263bb328b8 MD5sum: 72eafaaf4f8cabed3d5eb8c5236bc06f Description: debug symbols for ros-rolling-gz-gui-vendor Build-Ids: 092df4431b94190037d22e03bb221910b745a412 1d8ca8fb821d1142547abfdcc15f558eb5b582fa 1f0ee7baffcafe496ddf4db87f11889bc417551a 3e60e192a29a34b65cd6901d2ea9479ad7c6a957 4f77b1ec536593f6fffd448c5bc08febdaf921aa 50ff1219f378bc9230bef68a4cf8739d628bb455 5812a5eaf2616446cc726d8518fd527d74b4f1f9 5d65c78a56802b5b03d0a02d6f12b56045f72bdc 60db37227cdf6f5fbabd3f3fe97c1f4a7b9d1250 7c4986cd88127f9a7a90952d4f4e92c476ec024c 8661d7c36c99d3bf63784c7f6c79e61fbef6ab79 8775bf2af1a2ccc94f174ebab195d391cb58760d 8e8510da2c4bfd911926ab0e97f3427a197a90a4 af08a10b470df49aef7cee5cf956b366638149ec ca331fc74dc31548325d5ee026a18dd1833743a4 ce8e5fded472877fef28fc51c34d9a2f502f01e9 d351ab5fcbbc3ea943f91238e5723eeb467d162e dddd89799c8f6a12f94848b543843b64d4972fc2 dfc7931c32a2119ee2533b0433aab8ee80bff41f e116d05d3a2b83744d50e26c7e14c316191fc6e4 e59b88b21fe148f9e5417343058a0813b7fd666e f4662744da6e5b88711cb9c2876fe461a28a361b fd71fc58302e76f55039c050eb30ad8d5ee121f6 Package: ros-rolling-gz-math-vendor Version: 0.5.2-1resolute.20260908.142422 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.20260908.142422_amd64.deb Size: 1226952 SHA256: 63c5188c658d20a4d0d5b1ffdff76d50bedb5d6cdb56fc38358b7367776c204f SHA1: 6fadc6811111573dd7f4933146dc7df9b62cb8f2 MD5sum: ebd53aee47a4e03e23f7f7027c48e93e 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.20260908.142422 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 34994 Depends: ros-rolling-gz-math-vendor (= 0.5.2-1resolute.20260908.142422) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-math-vendor/ros-rolling-gz-math-vendor-dbgsym_0.5.2-1resolute.20260908.142422_amd64.deb Size: 32108058 SHA256: 6ac3f22cd4b86e6625551198a32dd7a3d2ccaabfc2ad3d40a2c9073bf0157590 SHA1: 0237f03376de89cee7da25e4416d2fde235f5e35 MD5sum: 6afd01f3260480c9185a879f4112e942 Description: debug symbols for ros-rolling-gz-math-vendor Build-Ids: 22c53ec472e6c5fbbc43df0330e0e668c79aa13f 7c569d412bc12aab941095a7d0b95a324b2d830e Package: ros-rolling-gz-msgs-vendor Version: 0.4.2-1resolute.20260908.143612 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.20260908.143612_amd64.deb Size: 1076404 SHA256: ced748eae3cf4a7e45cf439c73bc280839fa5886ea6c05fdc1ff77c34cd210a3 SHA1: 99f8f70b60928dc3ec9cf15433aa515936e20c19 MD5sum: 23886646aa2b8d338f5e478aca27f3f8 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.20260908.143612 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 28475 Depends: ros-rolling-gz-msgs-vendor (= 0.4.2-1resolute.20260908.143612) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-msgs-vendor/ros-rolling-gz-msgs-vendor-dbgsym_0.4.2-1resolute.20260908.143612_amd64.deb Size: 26505366 SHA256: 3d10a7c728257851b77fc302fc3f44d49b04fe80d100575bd6d4e21745f0d3c5 SHA1: 21968c0104590394220562e24f339705ad88ed5d MD5sum: 1365300e37c42f1ca6d465ece8d1e727 Description: debug symbols for ros-rolling-gz-msgs-vendor Build-Ids: 13225d7803723a139cb846eff4bafa5796f78a65 4c2c37c860c07d56a47b7a2dcdd9d2baaaac8c00 7e77ca96c1f891815c7c5649a7d7f164aba91e44 Package: ros-rolling-gz-ogre-next-vendor Version: 0.2.1-1resolute.20260908.135041 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.20260908.135041_amd64.deb Size: 3936714 SHA256: 0bc1e0b3bceecbf4596f4ab3eb9ba2b72e2acb7ff2c30232eb1653c58017071a SHA1: 9fd0c32f52a7fb8a47a8ce9d0ca60c5fe6d07ee3 MD5sum: 4935aa8a4f4a16359676ed1d7a3a644e 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.20260908.135041 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Carroll" Installed-Size: 62677 Depends: ros-rolling-gz-ogre-next-vendor (= 0.2.1-1resolute.20260908.135041) 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.20260908.135041_amd64.deb Size: 59485772 SHA256: 9cfaa3035bb78c9f5db487b4f67890353fe2126e26693bd8c3d1d8ff3e2df663 SHA1: d7732c2d642fd057879e78dadb932e425840da18 MD5sum: e72b9b685cab95a916b9e5bd61525a70 Description: debug symbols for ros-rolling-gz-ogre-next-vendor Build-Ids: 00f85ac5e9422de2b1d4a7e93b293769bd253262 0acf15ac563045622db720a157aab0a32be30bcf 32f90aac15039782912c16464bb43d6df40958ef 5124bf50894272c85ad30a3ea6b88a74ea2c75f9 56ffe7a930c98f00bc74d441ee5c34fe1833b35a 6fe639aa8dcb5ec2b6d0b447b1cc0af606300855 77a708b4936a3de20b8c328974d1f45fa97e688a a2a8c90d9c9c93fe858869bb0ad374e4ec5f67c8 a3ff4dbc48edb7f8cc0e97193043ef6a1345ca44 c87d297a6ce5c65324a380e06ee00be23d786eba db5f8f0a395ff81b3b66aea73ae64aacf8c3d8c0 ea2189c8937ca9ed5f3c1224e6366d28ce589765 f9957db4fdebfa643c60ee3a2b59041cbcc637bf Package: ros-rolling-gz-physics-vendor Version: 0.5.3-1resolute.20260908.145012 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.20260908.145012_amd64.deb Size: 2077472 SHA256: 4f4837825d489e10b2fcfd18fb67339d69715e4896576dee15b807d6084385a7 SHA1: 25a266f76fc815200f18cdce4de1c998ae5ca883 MD5sum: f1130eec7464f6d74921e64926cd0b66 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.20260908.145012 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 40957 Depends: ros-rolling-gz-physics-vendor (= 0.5.3-1resolute.20260908.145012) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-physics-vendor/ros-rolling-gz-physics-vendor-dbgsym_0.5.3-1resolute.20260908.145012_amd64.deb Size: 33931770 SHA256: f3722df71635b8c2fba7c1333cccd4a39b73f3e95bc1090412a040fae03284bd SHA1: bfc6657ee895cba383a393b1d414c06de88aecde MD5sum: ba694844f8061449b8752b45d324ac52 Description: debug symbols for ros-rolling-gz-physics-vendor Build-Ids: 03e0fd3570f8c88392ad0e05a55cc71a915860a9 05406b35923ad18d4587e8a7d1a7c04434727c2b 1ec630e98895ca4e7932dee23a2c547e546697e3 3364e04f828031ea2b88ecfaa7a191ebab22c539 356864376eb47b6134c2a4f056d476033b6a7775 808a9e7d6480010a5f0e5f6f8a5866df96d9380d 9f660735c3de4eb981e052caa024f0a4c72783fb d25324abca2e85f0d6f6627850480662f94d391e Package: ros-rolling-gz-plugin-vendor Version: 0.4.1-1resolute.20260908.140002 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.20260908.140002_amd64.deb Size: 187890 SHA256: 430ed3b2ac203b8c076e2224064a49ccbea4c0028cdb98c24b50ec1a7b3ab420 SHA1: 625efc8b5de01671a4726a4f651901b815602d8c MD5sum: 92d75355b10b37b7bf73a67ec32c272f 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.20260908.140002 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 2281 Depends: ros-rolling-gz-plugin-vendor (= 0.4.1-1resolute.20260908.140002) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-plugin-vendor/ros-rolling-gz-plugin-vendor-dbgsym_0.4.1-1resolute.20260908.140002_amd64.deb Size: 2106606 SHA256: 4f400c6d63120fba177cdaf1a8ed37a124b47320dd969af8ba859138348a5851 SHA1: 270b3f2f1c26d9dc53712a231c2d3563a40784d3 MD5sum: 8709fd3d2c061d444621ae78cde01a61 Description: debug symbols for ros-rolling-gz-plugin-vendor Build-Ids: 9bcfbcf54632153e955717d8c9df1050ccc5e0d7 e111d40ef1b10b2f2854bce2bdd6e52263c8fa83 e4b8a143f403fbf6f51b127c1728ec3bc06ad310 Package: ros-rolling-gz-rendering-vendor Version: 0.5.2-1resolute.20260908.144630 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.20260908.144630_amd64.deb Size: 3986014 SHA256: 20e9429b8de434c3474c108a5207c6eb2e25df70a88925c46e8fb6fe79ef8268 SHA1: ba6a416bf777a3408b47868880c974955cdd3ef4 MD5sum: 75dddbd97d339b8d7f14bc708ab1eaad 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.20260908.144630 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 30413 Depends: ros-rolling-gz-rendering-vendor (= 0.5.2-1resolute.20260908.144630) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-rendering-vendor/ros-rolling-gz-rendering-vendor-dbgsym_0.5.2-1resolute.20260908.144630_amd64.deb Size: 28286700 SHA256: acfccb28ba985da7b4859f8754b4973f5a9a9052e63519f5100393f6887665c7 SHA1: 3b0424f7c6461901c5938128726bca55c1d9fe22 MD5sum: 8b5e7b6cd672d292dc38f3e00c9023cf Description: debug symbols for ros-rolling-gz-rendering-vendor Build-Ids: 04dfcd9191a7cd0b58ad22f108caf50af7fbf881 46205bca5c3e514261b006c22edb884d0b50af42 b98677d38609b90174cd9668a82219d8fda54436 Package: ros-rolling-gz-ros2-control Version: 4.0.1-1resolute.20260916.214048 Architecture: amd64 Maintainer: "Alejandro Hernández" Installed-Size: 725 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.1-1resolute.20260916.214048_amd64.deb Size: 195568 SHA256: a13d3d07c5fc52cd5e3ec4be56b5a85d72b7d602a65afc953a27ed360f2fff2e SHA1: 7d8016fbf12d4cc9cd4fb12375934acf1cf445f3 MD5sum: 0c072c609095c16e12ca228c9d6cbe24 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.1-1resolute.20260916.214048 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernández" Installed-Size: 4438 Depends: ros-rolling-gz-ros2-control (= 4.0.1-1resolute.20260916.214048) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-ros2-control/ros-rolling-gz-ros2-control-dbgsym_4.0.1-1resolute.20260916.214048_amd64.deb Size: 4087122 SHA256: 7ed0ce4f5f3d62140f69aae56622a21f2ac409746a1ab9ccc2b4fc31a27e8d73 SHA1: 2966960ae8a75f1a5a1c46d60d5d158357c54d6e MD5sum: b5f9abcbc3282ad34559026948a7c8a1 Description: debug symbols for ros-rolling-gz-ros2-control Build-Ids: 774370fbf4f72df11ed2a334c9841733865c1038 ba6b7e4b320f0359522c9760600c2878c659cdae Package: ros-rolling-gz-ros2-control-demos Version: 4.0.1-1resolute.20260917.064101 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-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.1-1resolute.20260917.064101_amd64.deb Size: 177306 SHA256: e519404bac8f79ebfebbb8dbb510fc696687e4b72f3c213efd13ba3dc1eda5b7 SHA1: 3da25bf697b607db9d0fb3366bc1a91cc5952b94 MD5sum: 5a340d941fb17e0eece53efe64c9b803 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.1-1resolute.20260917.064101 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez" Installed-Size: 3842 Depends: ros-rolling-gz-ros2-control-demos (= 4.0.1-1resolute.20260917.064101) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-ros2-control-demos/ros-rolling-gz-ros2-control-demos-dbgsym_4.0.1-1resolute.20260917.064101_amd64.deb Size: 3490474 SHA256: 7b41f97d846cfc448119b013c363b0fc3bfa11c9cc390c726a089d1169e2e245 SHA1: ad7cbdad284bb5c72b12c833b0f0ef7108659d6e MD5sum: d3f0efd327c372b21c60affba9a58e40 Description: debug symbols for ros-rolling-gz-ros2-control-demos Build-Ids: 295cd4f3bd000c7282aaff67aae9713f53bb0c37 8be85c3665534a5b1e0243813dbde04a639ce56b 920be454ed31a62f84eb2458db7723763dcf5c17 cdd52487cd6a9f48b60fc43e8b6dd15f30dcbf17 Package: ros-rolling-gz-sensors-vendor Version: 0.4.2-1resolute.20260914.181005 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.20260914.181005_amd64.deb Size: 403072 SHA256: d8ee305565751ce8f624532637ce691d55ace810f581e6be8818167ca6f946a3 SHA1: 1695bb71f4dcde37d490bd32147636e9e13ac798 MD5sum: 21fb7f512663f133438ebf412679d68c 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.20260914.181005 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 12485 Depends: ros-rolling-gz-sensors-vendor (= 0.4.2-1resolute.20260914.181005) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-sensors-vendor/ros-rolling-gz-sensors-vendor-dbgsym_0.4.2-1resolute.20260914.181005_amd64.deb Size: 11915696 SHA256: 8de778543a5e4889fd87c0b737aca2671dd1f5ff8867305f56424b5e605c49b4 SHA1: 234e970a326b58a29e288baad45a227f9d9fb38e MD5sum: 03f72e215c575463b572edd321593b77 Description: debug symbols for ros-rolling-gz-sensors-vendor Build-Ids: 01b35ca7e22fb3de8e7c22180448124fdda90637 1418a0b9a3c914e1f800c5d9de8aa7bffeba24ce 1817a34019a2b6056094d5f19468933098c57e98 2c5cf25572cd7e61115417128f9a865c7e819cc7 3fcb40af7269fe6de59c5a20eb1122e5c5d108c9 49b58a15a9938727c890eda7e2bf686f7d851055 51a146bc9c41ec04f0d32c81f5bc2ed778569288 75024466c64207659826a27467b307195c7d2fc1 9a86dca207639285475aa1db87e8d6ae6d688545 9bc5d00fd0bf427ba17dffbbbbf90f3a08e8531a 9d32936ab59385218f4400d8bb25d94585fccc45 a3211e812fa5bd2c812cc7876c77b09309054d75 a8d3d89124a2cad437cddd002a56f414983b73f0 ab101f165546edeaf4ec6a5f61cab682a8cb337c b1bd95fbefe8e73b1d8f206033e78f4fdaaefd48 cc802a8ed03e2fbe6756d0b2d102c0d4b37fff4d cd8879553c1a4caf83d8191ec68cafc067ba4c20 d81b20b2e95da758738c7df00333b39bcfb4c599 f48e6c54c83956da694692e0de89ed1adc33f8a6 f832099a9165237cc2baa4a34bda9731b08d022a fa0b95fcda90d2156b8a5b81acfc8f9f1563f74c Package: ros-rolling-gz-sim-vendor Version: 0.5.3-1resolute.20260914.183058 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.20260914.183058_amd64.deb Size: 11456200 SHA256: 97cf83f074765eba96d2785d8e314e94f25bb7ed4fbe5c376fd080dc9f8df1c3 SHA1: 96dc8412099ae79f556b99b87c8eff1d3b3527d8 MD5sum: a0004a1d1bee072a643f2e1ded563f1f 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.20260914.183058 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 227415 Depends: ros-rolling-gz-sim-vendor (= 0.5.3-1resolute.20260914.183058) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-sim-vendor/ros-rolling-gz-sim-vendor-dbgsym_0.5.3-1resolute.20260914.183058_amd64.deb Size: 207536074 SHA256: e487d6726ed1e216955c8f2532fb9a805500ea5db3a5412c989b863a1581c9aa SHA1: 516e104300c3507f14f62b10f7bb33a622d2dd9a MD5sum: 2ee459f2d730a5c3bca7afb5eb7cac86 Description: debug symbols for ros-rolling-gz-sim-vendor Build-Ids: 0209654899e95eb12e13b7c18d1a70f93acbe471 031c198fdd4a9a9ea5b8c7eecf0107f86ad15b35 055d4463a1d725e74a0635d86448216410195bd0 06df37b303e45ece956191d7827a27888cc020dd 08fec3479b282d0d8cb100d0f392df53a9e189d0 0ac741a06c243b4a3ea7e0044904d434978f5bf2 0dffba907d6e1624e7ce08432ec2b76827b9f81d 0f2aae0ba55139fce121e58da59e2b2e284ee228 122829042efb767c7249f5e5aa3018c6dc5488ff 14807122606ed1de50be8e9149ed2de1edd7deb3 151907ba5a5cf2b09dac59f2f5564d9310f45932 18a2657d519e81fae075496428b273391794367a 1a842a771c515b6e1212c17aa8dda448e23b9721 1bba19c93d38789173cb9dddfec02760a53faed4 208c7d517352fb0e852bbc1e1e2e042e4e0f2d5b 2267e1bf44804adceb061b8eeb19c0a2e1e1c4a8 286203c2533ca586f70ae1f3db9a860b2b770fa2 296e57497aeb1f539ca36de7d76b05c03c44fc8a 2c215404dbab30f48880534a8c126b7d24317601 2da28dc7d4d7972519f1b32c65df75a5f7e7240b 2f3f65e4dde16bb42ffe9c541903a16a41ddc4c5 3219b9d0faf2714d441ad0c99979618b204231a8 33d2c1e1d9c1ba35b6a4899f9faf036cdb0d6098 33eac60c7f29ef7ec726b0020a57e1b5b898990c 35561d53fef4afeef1aa2edcd4a057f50bd432b9 3aeeed33060a9f33c2022d82546d801c26f340dc 40f13b9057ecd4341f564d201e2598f578737d23 458e3a5c150690311874b058e624c60471e0bd3a 4850eedeb7c6204cefd06ace6aaa0e913268e21c 4d6af7b13862c22973a357dbc9ecc1defec45acb 4ec2881f9538660e62ab942105088d9096cd722f 51965edf560a83101644836f3d7a1be0ae39a660 54c1b6794ec8cb614c436500ca91fcaaf50e1f7f 562bd948152b6c70226ac4320f5f075d91811f2b 59ac8277ebe0d7b5081297d0ebdb93a453515646 59d02e4982dcd03b4b93f0c85850416a86fef90b 5ab999019bbbbdddfc805868d61ace56880cda15 5cd0530c2e7bd963aec74f7c3d32cbae32aad408 5d968d6b7938b49ca0f6fb2272a17196f06380eb 5e39a6b4872d90ca32514cfc673745837b89fad7 6205639f9f249e6dcc271b453ec441222bc6edd0 6ad5e0b0d8fd3aff22faa68f59c3fd0154c8ba4e 6be176fc817c83751326a5eb8f5dcb9c591b793a 6cd8a66b285d6fdac370fc96c9501c5fc4f5cc1c 6daa658f8690ba07dba5f465dddd334b4824c0a5 73ac9887aa16a23e3e84aa33431ce08e5ed9da16 742a7d4efed0cf8c72d653619ddf5c3dc12c57be 7804604a530acdd90f7cd9b9ad6b7966572f7a62 785864c15ba1de8b72db4d56276d703174095ed2 7903257b7a6fe817ddebec897ec457bea042ae4b 7a1168b0bb7fdd692fc1af57234a485aea3470a7 836c7bd57b54d2d45fe51a0cad57d8896cb2e881 836cc50d8504dc444677f8f5ab4ed219bfd28fac 84e5121c84bcc6916693f74b00e74c1ebd1c4b4c 88f9993a3337285478a25a731dfa95d7a9724a43 899941b375a420dbfd8c84afa6812e22dc65988d 8bfed5a95e8c4d41c29ba6891e41a3821f2c4ff4 8d6cf1e67ea3640b62db42127666708e128066e4 9073fff2f6734fdf57b6879ab05cd0e2e0162014 9381d61e71ba84e40423a4d3e6d30756fb3c52d8 9903b8ad82e13ec376023826ebaed896cd5dbad6 9ba8cc70f847fc0732ac5abd17bf4a44f26dedfe 9c30a497bafd7de50a9afb671ab7e5d2bdc1366e 9d23256a508a78f5fc1ea45c17aa3b43ec6256bc 9d6032624f4584e0559f8b318d039a0fb85b8565 9db0135434d82263e4e13e5237912b2deef26be8 9f3174c6d25e94e94cd0160683b6aa8c39ea0e42 a080e493a43628f9f69f48fde6f6616db5442bbc a14558cea62d94401d296f721da0f8c58b6dbdaa a3a82c7db37e978672b77b897dbae24a379d3c25 a43c8d4fb558ee6536c5a975ee31e1550b47958b a49e39a103dfbf2af04b86e9e74e2a133fe844f5 a5405bc1356b3c784d248f0804b9f79ed5fb367d a54a1bcb57d68a39781ca01024fc7695d57cfa30 a60e4cf3f08eca3b928256e63aa29c46558b1e9a a9537ba3bdb997b45f26c7f579566e3326a159f4 b046af60172b4f52c569e3a13b6fe88d59507998 b3253865995c24628f3f34bdba44acde84d1544d b4dac36d750eb59086f9c945fa03dfea495b5f7b b5071a496dbb3b8d3217c869b9ed8083c8ad5af8 b6702ff3e876c1f230f02f32e8beeee38efaadde bac0c10ba9166e00ab504d7537620df73f7deb58 bb8d84a86d31ade96f83f35902a87dc205bcb1bd bd00be46c0b8ba8151f7a3582b3d455f9cc7fd8a c160a5c10ee0eb2bab04006a1f5d6ab37718346c c1a013533cdb91dfb9bb7bc26b330418555e91bc c1d98987540b16a3cfcc7b8c335e3fe257f3524f c3bc29fdadcbdbab3072bb29bc59b47fe1aa27f5 c89bc7f902e2f5a877fadf77cc02837d59764816 c966d3db6565896f576508c714bc58675d584899 c9a1a55fc2d2f6669f08c74e7c8deb3a038a255d cacd126249b32b9eb46b6fb9b100ba1dead28667 ccd29a1e5555311dbd414ecc9518a0c3da51c684 ce5b1f0541e927348d32e37cefd2be72f31c37d6 ce7e35fd33e60c0001b8c56eb224f22466b5eb94 d1e13f174f8a3baa7946e3b44d674c207031576a d21b8022c6dc78597158093725fd98cdbce0acfd d68772ae84f0a8148d7139be3b35fe00153c608d d6c24cfb1ea5e4382e62480b5d1af9822f6f7eec d7f38cccd0a1533b03f8bc7eb7d13d013d258c12 d848de1dbe8e99410ef664e6b6b468e75cebd905 d960bde49f91a6ad015bf187b093e937842f0be7 d9917113b147a5055cb49348554ee896c33f42f6 d997ae83fe6392564ed8b7e61334794c59643d3f de08a406ec690c633a589f37f59dbc67f1527edb e587565489e4160a826cefc5bb3085c2564b4fb0 e66ecfd39c1407e9b1a41951a7d647dbf7304260 e71f41f909aebae3c75e1587908ea29982026e29 e75ccf1e9767d3a1543bed3f214cd1e138fa851a ee3c0ec83fc68e561757e22af2e7783b65e1fbe3 ef0f5b857ab3f007d47faad29546be242417b1ef f0392275486937a0fc93c18c24db1a59ebbfaca6 f17abbd4f314468aa362d9ac87d6d0a1fe3355ce f40639fed93474958ab05c438100c5b8b927dccc f458aaaea737f22e3b3782c30d965ebcb9b7645f f8ffa649023cc1e729963a2c304b65b052cff10d fb7c621502c9a8c08726eb06efbfe38dc5cbaf87 fe293ac2a10d3514e96d2ffaaecb8dbb9e2d4d1e Package: ros-rolling-gz-tools-vendor Version: 0.3.2-1resolute.20260908.135552 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.20260908.135552_amd64.deb Size: 32634 SHA256: a7c58d2f16e4097423a80a4134475f2212a1dded99dc1b681c7f051c8b3bf034 SHA1: 1891722d95e65bd40a55a05794ff56289b27806f MD5sum: 19809b209c70897d4faa43406e67e16f 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.20260908.135552 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 232 Depends: ros-rolling-gz-tools-vendor (= 0.3.2-1resolute.20260908.135552) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-tools-vendor/ros-rolling-gz-tools-vendor-dbgsym_0.3.2-1resolute.20260908.135552_amd64.deb Size: 203666 SHA256: 2494a78abe1bfc95323228d682196e3874b0b0c8d76415902c86f9b23714abcb SHA1: 68b8af36571ebeb803d1bbb5336e4f40a9664b49 MD5sum: caf36319afa879f096fdf31690126e4b Description: debug symbols for ros-rolling-gz-tools-vendor Build-Ids: 564621e6c6bd083b18ba92b28e9268177d184fec Package: ros-rolling-gz-transport-vendor Version: 0.4.2-1resolute.20260914.180217 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.20260914.180217_amd64.deb Size: 687254 SHA256: 10aa035f348766bf29578d62fc3295218c9fe5c420bc29dbe6798082556d8afb SHA1: 06a328a8962b2594e909f7f7e28da7fc5dd7dece MD5sum: f10455fe08c3d81a326f286adaedc4b4 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.20260914.180217 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 12795 Depends: ros-rolling-gz-transport-vendor (= 0.4.2-1resolute.20260914.180217) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-transport-vendor/ros-rolling-gz-transport-vendor-dbgsym_0.4.2-1resolute.20260914.180217_amd64.deb Size: 11794130 SHA256: 64b1e24ace4524944dd32578477b22d9b9b1431745ccf87bc13eb151906da70b SHA1: e5a7fec7625d78ae44f554dbc11adcd53c5c6c2a MD5sum: 1b23708e256dc5e510308f109bb41324 Description: debug symbols for ros-rolling-gz-transport-vendor Build-Ids: 12e4dffc7888ed1511415cbd5b1dda6e1a765f25 21a013db1484d548431bd68de0617b6de1df4cbf 4461affbe1b0426c223ad1ec3ed92aec84f5dc36 508e1395262346b52aec69ea8bbfd3c206cd649b bfa9120dd487dd5bf7b3dc48cd31701594c6399d f3c9b2aca8bca2d2d793c82f7281d07b4e8bf50d f738fc4329312e80ea433e2cc6f8d6cb5561a981 Package: ros-rolling-gz-utils-vendor Version: 0.5.1-1resolute.20260908.135639 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.20260908.135639_amd64.deb Size: 114538 SHA256: 16ec67e8966da34f5813c78077539e087d66afb504eb6354711a78aabee40887 SHA1: bd9f29c6342a179c79185820fa8720de0f7b1e49 MD5sum: cf14cd3cdb6803c8f1af7dee8872d4b2 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.20260908.135639 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 397 Depends: ros-rolling-gz-utils-vendor (= 0.5.1-1resolute.20260908.135639) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-utils-vendor/ros-rolling-gz-utils-vendor-dbgsym_0.5.1-1resolute.20260908.135639_amd64.deb Size: 352290 SHA256: cd2d94190aa9856374e08007a2d3940146c11f04656f6a3ee58cf5d127114bb5 SHA1: a86720efb04d155da38d8108c62234365dfd4916 MD5sum: 3756e37ec7f86ce35d72a796f4759a25 Description: debug symbols for ros-rolling-gz-utils-vendor Build-Ids: 2a05e45544d99d561dee38988707053aaf3322c3 65924b635596dffbe1be56fdb12278c045ebaf3a Package: ros-rolling-hardware-interface Version: 6.10.1-1resolute.20260916.210906 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1449 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.10.1-1resolute.20260916.210906_amd64.deb Size: 406586 SHA256: 60a4955dd64c39984f95b0a91addacdbe44a9b0c1bf192139608f9cfd54971b6 SHA1: a6e78e999fdba5a26a0491ca97cfa48549895c62 MD5sum: 8672e1e4cf6e3c70009677b63e1abb2d 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.10.1-1resolute.20260916.210906 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 6368 Depends: ros-rolling-hardware-interface (= 6.10.1-1resolute.20260916.210906) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hardware-interface/ros-rolling-hardware-interface-dbgsym_6.10.1-1resolute.20260916.210906_amd64.deb Size: 5918018 SHA256: b2cef9f189c1c95f0df60f43254ef5ca360ca63aa1452b29ca5302f7f39b90ef SHA1: 838ec1f7c8a945370d50a5ccc16adb7407afb50c MD5sum: 8f31f2b2279a88ad9575f0739eb605ce Description: debug symbols for ros-rolling-hardware-interface Build-Ids: 9b765f42e3593d25fae5bb11f0196ed681d30a50 e3da3dd3f55e050b045b66a878b2b57827a4103e Package: ros-rolling-hardware-interface-testing Version: 6.10.1-1resolute.20260916.212112 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.10.1-1resolute.20260916.212112_amd64.deb Size: 63466 SHA256: ad46f80c494f70a1d2d15e057f170b44fcf82a69e20b5d309be3f2ca8a3e31cd SHA1: 39e4b8abc532d1be71781bd2897234988cc68780 MD5sum: 396a013e136958c354bcff90e40a16aa 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.10.1-1resolute.20260916.212112 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1742 Depends: ros-rolling-hardware-interface-testing (= 6.10.1-1resolute.20260916.212112) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hardware-interface-testing/ros-rolling-hardware-interface-testing-dbgsym_6.10.1-1resolute.20260916.212112_amd64.deb Size: 1645626 SHA256: c243f0f2908ef6d2ddae86ff11658cbc8c293a8455945b352dababb898cab3c5 SHA1: 8c766fb1786e15c70d972d464b2aa302b32e233a MD5sum: 447409c67c7c5e9fa5edc89eca510bb5 Description: debug symbols for ros-rolling-hardware-interface-testing Build-Ids: 6ba568d31b30b61d6a9b46e1242c84df401a43de Package: ros-rolling-hash-library-vendor Version: 0.1.1-7resolute.20260908.142141 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.20260908.142141_amd64.deb Size: 34748 SHA256: 1734ee0a1c03004a590c4737640526d960d2590beb7bd676bf54afdb17b10348 SHA1: 8571ed71e0c80fa27782dcadf3a1902f0e179b57 MD5sum: 3f5db80772cf963a415af390da86923d 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.20260908.142141 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Miyake Installed-Size: 187 Depends: ros-rolling-hash-library-vendor (= 0.1.1-7resolute.20260908.142141) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hash-library-vendor/ros-rolling-hash-library-vendor-dbgsym_0.1.1-7resolute.20260908.142141_amd64.deb Size: 151466 SHA256: 21b1ba3ecde6d3e1b2f01c50cca26fc3dfce1b08f20a82c3dab00f82a08b0bee SHA1: 5ef05e528d2d04ff4265cb5c9911a916678db9ec MD5sum: 450646de6fb7bb366873540b615f76aa Description: debug symbols for ros-rolling-hash-library-vendor Build-Ids: aa516fb872b38a46a96164d82cbde0153f7002d6 Package: ros-rolling-hatchbed-common Version: 0.1.8-1resolute.20260916.210839 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.20260916.210839_amd64.deb Size: 802784 SHA256: e8f784270b78d898e0f415f499221c002678a5807ab4279e464bbdb6f6a3eede SHA1: 6508274a7627e47ae3a23200a12ba7e1444dd62e MD5sum: 8cfbc002365b644f145c404b1f8512af 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.20260916.210839 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Marc Alban" Installed-Size: 29843 Depends: ros-rolling-hatchbed-common (= 0.1.8-1resolute.20260916.210839) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hatchbed-common/ros-rolling-hatchbed-common-dbgsym_0.1.8-1resolute.20260916.210839_amd64.deb Size: 24511890 SHA256: 5ec149c8755377087837c90819b9cb082f4fbf7ec99087cceccf765eb8eee6a9 SHA1: d0df9ccc71c69227d83c94f8e7835ecff1564f7a MD5sum: bb40120d30b62d830ea735982c5cfd21 Description: debug symbols for ros-rolling-hatchbed-common Build-Ids: 0659fca7ffbb6664bc3e62654b89ab1985fa7caa 08d236ca76936900f4d958caa1db651d63901d90 1f29150b9bf580d1ab109ebfbbd0fbcd597ca5c6 28230782b6972ca48da5d56ef089923984f41ede 57a08bf3539aac5d685507e5e886eac6196b0509 729460ef244430ca43986b5424108a733ff1c176 b1c03b67e51a3df817abcbd8a226636f184c5a27 b70bf32e1530b747cf084e6999204f73ddd346ba d37041e1f9fb7aa90fd0003f1cf0eca5768f5893 d423a9e8b9a9dea0243350191c6d5ae3eb7fddb7 e8d8872c285698e43eceb775c08a2d8929131ccd ee11bba771a843fe42910f2192b611d5daebca35 fffa3c41b1b7ccb934d18129d92745e027fb8897 Package: ros-rolling-heaphook Version: 0.1.1-3resolute.20260915.133810 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.20260915.133810_amd64.deb Size: 24706 SHA256: a51e2768e41dcd088cf1544137358bd5e0ac8c650d3312c88114245fbd8ad80d SHA1: 891a462c9aa871c182568acd7a0d0d7a524c5a95 MD5sum: 82ff73099607b91338e9af3bc7782472 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.20260915.133810 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: sykwer Installed-Size: 202 Depends: ros-rolling-heaphook (= 0.1.1-3resolute.20260915.133810) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-heaphook/ros-rolling-heaphook-dbgsym_0.1.1-3resolute.20260915.133810_amd64.deb Size: 146150 SHA256: eadc5ca8766461b4c101a6ed140df2e8e1aad6b96d5771c5ed36657b6f889920 SHA1: 406ab655075c15467b5d29196cf2b24293d0fddc MD5sum: 09d04097ee7ab54fda0698d38804456b Description: debug symbols for ros-rolling-heaphook Build-Ids: 331a31129325344c3a6377e08a96efc1454870c9 969bb4a151dfd6c3d86f6f9db9037a0580098d6a a02495d8ebd816bad2cdd7b05db5889122fdd10f Package: ros-rolling-hebi-cpp-api Version: 3.16.0-2resolute.20260908.140111 Architecture: amd64 Maintainer: Chris Bollinger Installed-Size: 22840 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.20260908.140111_amd64.deb Size: 6750550 SHA256: b99ae7bd45653580d311e34b172913fea1a9410422cf04598268f15942de64c6 SHA1: 3b44107307f212d501542ce32b7d8080a23b9604 MD5sum: 278d059c3a91af3442a9b7505c0b070c 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.20260908.140111 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Bollinger Installed-Size: 4086 Depends: ros-rolling-hebi-cpp-api (= 3.16.0-2resolute.20260908.140111) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hebi-cpp-api/ros-rolling-hebi-cpp-api-dbgsym_3.16.0-2resolute.20260908.140111_amd64.deb Size: 3874366 SHA256: c5b0c1efbbe1ed917398bc39c9dd40419a25b64917af2d85a9c7f62c4ba2def8 SHA1: fb67297453f6fcabaa559a987b3fbe4b1ceee033 MD5sum: a95f1f7ef2fcb8d85da58f12bfeb2096 Description: debug symbols for ros-rolling-hebi-cpp-api Build-Ids: 2a5da300d0fe756b497af32177142fca97a22fca Package: ros-rolling-hri-actions-msgs Version: 2.5.0-2resolute.20260916.033710 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.20260916.033710_amd64.deb Size: 487852 SHA256: 1f253c1011b3b2c67b9a863cc8ad6071690d168c653aef87634d3bd54fc114ea SHA1: 9c4f8d0cac268628f545ff27b050ae85434f8e52 MD5sum: 1f64b43ca6a7bbc25c76c8ad92e1c736 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.20260916.033710 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Séverin Lemaignan Installed-Size: 4916 Depends: ros-rolling-hri-actions-msgs (= 2.5.0-2resolute.20260916.033710) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hri-actions-msgs/ros-rolling-hri-actions-msgs-dbgsym_2.5.0-2resolute.20260916.033710_amd64.deb Size: 3201544 SHA256: 0209f6a7abe14440c72d7a879d68255557395149fe1646a72976057c933645e8 SHA1: 9ee74524acf65f3a05f1464230f60dd182198672 MD5sum: c0c375a69b241ef741c67ec551e47720 Description: debug symbols for ros-rolling-hri-actions-msgs Build-Ids: 090c42d7a6481dacf6658f07038836b25b1db4f9 15a7c80a82198e904badd6e84e03fd33f7c377c5 2c83aba849db7cf83a84d55786e23462df453581 3699c0118b301024e055e8a294f433dfcb7a95e3 3fdfb88c1c60621c71e6f49110de715700ce1a6d 7557db418f344658fe25b783ed0f3197af779156 7da4bed416bc10a11d7ef35a72709d3d77de2137 9629699aa472d9ba4f66f8691bd4c01cfc2fa378 9afd58f6d012dc58247b60146e80c7d998bc534e 9b110ddb828b3d996f693ca213ac31bd9ec3dc4c c0ef979112b807b2e909ea353c6869625386aac7 Package: ros-rolling-hri-msgs Version: 2.3.2-2resolute.20260916.034725 Architecture: amd64 Maintainer: Séverin Lemaignan Installed-Size: 2975 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.20260916.034725_amd64.deb Size: 234346 SHA256: 527280128c85e4a4ec9f79ffb4bb85d7dc65cfb4079b8811f0e3da13f8cd5940 SHA1: 60632ed6620e6b1a20d0711782594342e884beb2 MD5sum: 992f5ddd3b77c510943ee8e3da4621ca 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.20260916.034725 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Séverin Lemaignan Installed-Size: 2344 Depends: ros-rolling-hri-msgs (= 2.3.2-2resolute.20260916.034725) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hri-msgs/ros-rolling-hri-msgs-dbgsym_2.3.2-2resolute.20260916.034725_amd64.deb Size: 1793240 SHA256: d52a5f883630e066e8e389ef71884778912ca9047d34fffbb274651f24c1dced SHA1: 268ff31dc272eb9ae93f5ef6eccef3795d9b0242 MD5sum: 9dd79747ff48ef197b89d50652de139b Description: debug symbols for ros-rolling-hri-msgs Build-Ids: 0efeb5f62fddd8fb5392da80b157bc2aa89b8019 10c5932265b16b5e6bdc7aab295a3e47ac8b3e5a 1877a2fa6ad5d6ab2d028b91508b750d9940a745 1ea7be39160ab1238c6fe8073dc34b9bfe128f71 25e45581b12ddae30d4b1a2ac6dad863179a05a0 5605f8ba69a2cc1cd45ea9d84c9e3961ac4a624b 78926116d2d5651e8a8e1253dc42305e4755a5d8 80035cb9fa9a1e582fcf0fd0f9e4f705feb81e2b cb03823eb87c9a8e2a031b02eb6f71705cf0ca2a d6183fddd3b2c400cdcd3f3c1f42477cfef3a097 fb6bf0d6427350c2268dabc80557701162d7ba3b Package: ros-rolling-human-description Version: 2.0.2-2resolute.20260916.212121 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.20260916.212121_amd64.deb Size: 10890 SHA256: 4e75f00736fea24d56d6f2202f862e4cba4d5a2726e59299ec9859f6616f7ad3 SHA1: 732f3da0071c2131e3a449a8d5c5f7e421f7eaa1 MD5sum: ca5df8bdf14a1e0968b0b855281203a4 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.20260916.034151 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 8115 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.20260916.034151_amd64.deb Size: 497120 SHA256: c14e1c2c739d82b345bbf9c3725f4ba36edb47647d166d0380345798b6e3e1cd SHA1: 1faf41f9cb45612a679c0c917e29333ff4f8da0f MD5sum: a65cc1a203d5141bf951c99ca530ee0b Description: The ibeo_msgs package Package: ros-rolling-ibeo-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-ibeo-msgs Version: 4.0.0-4resolute.20260916.034151 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 5677 Depends: ros-rolling-ibeo-msgs (= 4.0.0-4resolute.20260916.034151) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ibeo-msgs/ros-rolling-ibeo-msgs-dbgsym_4.0.0-4resolute.20260916.034151_amd64.deb Size: 4511742 SHA256: 234a7959b948bedb468b5c76da1faf5ab62859b0e14e9de30d3e1fd5c560d633 SHA1: 4cd9c5675ca2b78ce323ba2b3c0938028e2e6caf MD5sum: 9bb14d8a982b6006d9f85d433fa6c7f4 Description: debug symbols for ros-rolling-ibeo-msgs Build-Ids: 002c0f432187ea8432cc35b5ddff130cf9552727 08ce910ba380d12ec1d1a683f98af46e6474d2d1 4f320e4d29f38b96672d7409aba256167ac2ed41 5655e02604bb76dc04d6b6e68856be53eac8fb09 569cd0322f048dd19a1baad116080e33a918e6a1 635a74422b628f9bdc2418e42751ef461143c87b 7fd0dea07b0971450e42d550033965052ff67937 97e417c67a4e2b54d59e0d482d851c8274d43736 9c647328319669160c6d5b0529feae596d95096b c0b9da7ce7ef57886926c55580ba0db80afd5aa0 cfb680460fc7ffe8c97a7065c85a74b472a38d8a Package: ros-rolling-iceoryx-binding-c Version: 2.0.6-1resolute.20260908.133548 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.20260908.133548_amd64.deb Size: 62144 SHA256: 7dbf8ed4c4cc8ef0a600e9a50ad2cef3f698c56ea4429e4cec25fd6acc6eeca4 SHA1: 0596da31fff583edc50ef0a3373f29b10f2c2eed MD5sum: be8c95b91e7ce34d99f329166987ed1a 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.20260908.133548 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation Inc Installed-Size: 1118 Depends: ros-rolling-iceoryx-binding-c (= 2.0.6-1resolute.20260908.133548) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-iceoryx-binding-c/ros-rolling-iceoryx-binding-c-dbgsym_2.0.6-1resolute.20260908.133548_amd64.deb Size: 1027310 SHA256: 544462602a4b1359a78d04b8cd5d324c741e5213410168c38e11ffcb905cda6d SHA1: d82f55576b0af1eac61f196cda8f8eefff4437af MD5sum: b3b8d2ca162af0980262c5543ea9a89a Description: debug symbols for ros-rolling-iceoryx-binding-c Build-Ids: c075bd0e94c76fae39710080043dcabfb891656d Package: ros-rolling-iceoryx-hoofs Version: 2.0.6-1resolute.20260908.131339 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.20260908.131339_amd64.deb Size: 213362 SHA256: cde5d64b28f05c3e31825a448eb91834e4026b3fe3253fb62f8442356bc42792 SHA1: 8cf840ef0a5906e0539c70856ca7ebfdaa96ec80 MD5sum: 3a293a323a7e2a5cb3bc9ad4504c72d3 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.20260908.131339 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation Inc Installed-Size: 1281 Depends: ros-rolling-iceoryx-hoofs (= 2.0.6-1resolute.20260908.131339) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-iceoryx-hoofs/ros-rolling-iceoryx-hoofs-dbgsym_2.0.6-1resolute.20260908.131339_amd64.deb Size: 1127184 SHA256: 4b4488959addcd1f55b45a7893b74e5118ddbce57ffe1008457f29fe60cc3dd5 SHA1: 8666b85dc5877ba3b9e9361c932a2283b256dfee MD5sum: c7ca572e006a0a35fcad72491156c355 Description: debug symbols for ros-rolling-iceoryx-hoofs Build-Ids: 296564df53acb68dd82a3e2317dfc65e5bdf3d8a 2b84c368f8bfb2ada9383d70ee9374b0903e46e4 Package: ros-rolling-iceoryx-introspection Version: 2.0.6-1resolute.20260908.133550 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.20260908.133550_amd64.deb Size: 36084 SHA256: 3bec9f1b05fd83fcfd2bc75e341b1bedf8af1f8f598081bc85a91c89e9673c3f SHA1: 1647e47237e097b6ab5cb898838c1f777b90a9b9 MD5sum: 326d4341da3ffce353dd020a276a803c 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.20260908.133550 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation Inc Installed-Size: 500 Depends: ros-rolling-iceoryx-introspection (= 2.0.6-1resolute.20260908.133550) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-iceoryx-introspection/ros-rolling-iceoryx-introspection-dbgsym_2.0.6-1resolute.20260908.133550_amd64.deb Size: 428166 SHA256: 1fbc5fae1606169c8f90c1f7ebe56960b52a934eb734c43dfa491df28fedd3e5 SHA1: 92131a918209b595b54ee66aa878810774fc0d52 MD5sum: caacc52109b1dcd47dcc164b6006e4ee Description: debug symbols for ros-rolling-iceoryx-introspection Build-Ids: 2d468b2d27309175b50a033578bcb0b0cbd48159 4201cc057951b634e79591f8315bb040b047ffa9 Package: ros-rolling-iceoryx-posh Version: 2.0.6-1resolute.20260908.133004 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.20260908.133004_amd64.deb Size: 405626 SHA256: 11cbb2bac0303830a8fd1deaeb2bbaf59ce3f256f83d51ec485b4c0ca0cac8db SHA1: 6d1957bab4213a24d9cd76bd66ca06631015668c MD5sum: 10c38f9eeec6af8dbe33890ae98bf856 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.20260908.133004 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation Inc Installed-Size: 6454 Depends: ros-rolling-iceoryx-posh (= 2.0.6-1resolute.20260908.133004) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-iceoryx-posh/ros-rolling-iceoryx-posh-dbgsym_2.0.6-1resolute.20260908.133004_amd64.deb Size: 6009136 SHA256: 952544d245169358ab0f8a2a8704f44e9146861ee12027ef7e88067ab68a2b99 SHA1: b199d554dedbe1373c7fe39c60eb89ebda21b4d8 MD5sum: 9f1463600191f9be4bb726e6b478fbbb Description: debug symbols for ros-rolling-iceoryx-posh Build-Ids: 4d272b7986367d54c60fd2802a4c2bac3a74e25c 62171c5561a62ec02f087452a6392ded1725b6ed 95e63b00a2731e479076724c743dbd791a4fe0a1 d5d31f027e48a1f2785c6ab0492304863fd7e4a2 e7d74345e0141a02ce09435d26b87a9d8dd49ef8 Package: ros-rolling-image-common Version: 7.0.4-1resolute.20260916.210423 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.4-1resolute.20260916.210423_amd64.deb Size: 6364 SHA256: 87fb77d8d7ef5866e330b9607964b76667a990247dd6fc76cae3337ec2dc7af4 SHA1: 848c223fe81b42ed7349337ed176d5272166439f MD5sum: ccabbaaa67e1ef99576b30bf215cefb7 Description: Common code for working with images in ROS. Package: ros-rolling-image-geometry Version: 4.1.0-2resolute.20260916.195332 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.20260916.195332_amd64.deb Size: 33074 SHA256: 262fea3ecbb19fe98081d27523a9b9fe25529f77b4cabdf3e0ecd0cfe935d9ee SHA1: 9ffb64619eee486fe657123c6851ac454353e314 MD5sum: a84562f5b4f3cbefeb87163de3208e5b 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.20260916.195332 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 276 Depends: ros-rolling-image-geometry (= 4.1.0-2resolute.20260916.195332) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-geometry/ros-rolling-image-geometry-dbgsym_4.1.0-2resolute.20260916.195332_amd64.deb Size: 250812 SHA256: 7da7cc56ec83c29993c64bbad959ab39bde89158c87c387a575090382fe4183d SHA1: 61b0961ff2e6a28cfff643584f5dd2a18f839e73 MD5sum: e6008e2f8026d9773d694939f2b8c488 Description: debug symbols for ros-rolling-image-geometry Build-Ids: 6b1070d307756e2d738771beef3b1383f82b7b30 Package: ros-rolling-image-pipeline Version: 8.0.1-1resolute.20260916.215804 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.20260916.215804_amd64.deb Size: 7212 SHA256: 118507f80d792f0d82ff7007036974aecbbacc7ef303511209afe4febe33cf62 SHA1: b7df7a29e218c258634ec47f5d80fd694d894e32 MD5sum: bc970baa06e50cc9aea2ea2c368e818b 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.20260916.211318 Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 1609 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.20260916.211318_amd64.deb Size: 259670 SHA256: d327d1399d42335d7465041f07731f1666a50d2af31a949a4bc3389b896820de SHA1: 947abbfe9699504a2a319d4e28278098f921bd44 MD5sum: d72f84c2287ebebc49536b6e0d5bdd6d 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.20260916.211318 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 9472 Depends: ros-rolling-image-proc (= 8.0.1-1resolute.20260916.211318) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-proc/ros-rolling-image-proc-dbgsym_8.0.1-1resolute.20260916.211318_amd64.deb Size: 7842344 SHA256: c32055889533657e7a21902761bad01ebb34b5857d070401d451ae23ed47a879 SHA1: d248e3f537e3c0acfa21d205cc6abcab0ee90159 MD5sum: c23e5be8f6d5cfe8b2d7478549a8f1aa Description: debug symbols for ros-rolling-image-proc Build-Ids: 0c82465c27b0419a0675ce7e593d4c3f7800461f 1080567af4f43dfe528bc42134dd2b440e35411c 45d4b945e2ffd8b9c79a7fad487ab755284097af 621813e57bbc94f212cffa849e19ce1402e46b2e 6a5984a9cc7d670da838b0c59cea999a3cce1755 6e1088b88e1e27952a0c682ff3365b4bff9a3703 a0b7cc812683bc4892fa4987c7eddf5f05eb3f28 a269d61dc1152ad3f4603697c59e7461ae024d3c c9d5810d2b002f528bbf263a4d5ce481278c508f d76fef4b669884a5db7544953fb2d07df40aa034 d79f0981a8cf4c6cfc7411987aa38c0c149e5b11 db83ff7850fa3af3dc9866668604603d777670f3 e584576548a21707fbe4b51417cac0a4af3a512f Package: ros-rolling-image-publisher Version: 8.0.1-1resolute.20260916.205640 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.20260916.205640_amd64.deb Size: 133144 SHA256: 1a0d1cc6f05b1e2c211e349287ef22c3372de289333f81ee8f6f215a1c9fa6b9 SHA1: 626a94400af3f4397d32c9fb14ec51fea0a3a6d3 MD5sum: 7b665bb300eb7083b5d928619224fefa 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.20260916.205640 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 1490 Depends: ros-rolling-image-publisher (= 8.0.1-1resolute.20260916.205640) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-publisher/ros-rolling-image-publisher-dbgsym_8.0.1-1resolute.20260916.205640_amd64.deb Size: 1392372 SHA256: ea12749b6a3db046084a0e4aa68413ccc66eea7f7bec3ac1500477bb1d98ea4a SHA1: fd6333f5ff76ba134a19be08a03a028ca772923f MD5sum: 0e5b1e94619c6e50e2b9d1b8174d38ef Description: debug symbols for ros-rolling-image-publisher Build-Ids: 5cddd268dfd506bfbc62b5f55aaf39d226c3bee3 d6f134f2358840e65c687ad36bf1da530567a81b Package: ros-rolling-image-rotate Version: 8.0.1-1resolute.20260916.211309 Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 663 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.20260916.211309_amd64.deb Size: 153286 SHA256: 50f451e1a2c332f58324301a4cb32798ca01476b2e12a298fa52fac361281bca SHA1: 9fb9c7f0718c166ce9c041a941553aa8d51ad0c9 MD5sum: 2707f5332c595116729a3dd3bb2d8b6e 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.20260916.211309 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 3664 Depends: ros-rolling-image-rotate (= 8.0.1-1resolute.20260916.211309) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-rotate/ros-rolling-image-rotate-dbgsym_8.0.1-1resolute.20260916.211309_amd64.deb Size: 3377134 SHA256: 9b5d20099123be8fcc1de2a8a541967bd7e7cfa267b16f6e5a7b47ed3e1e6e68 SHA1: 2b6a0525127db4abb79e4e76b134eb7682c43f56 MD5sum: 649bb3dfe8e5ad5b2c90c590d280b0e8 Description: debug symbols for ros-rolling-image-rotate Build-Ids: 4669ab4446f7467bbd40046a41d3f80399d2adf6 4ed2c90b19e453f8ecf625896cc08b5793973f40 5f71c31787ddfe69e5a0fd706790ad02d64756ac c6356b0d4717331c3019b113bed929b61db18aaa Package: ros-rolling-image-tools Version: 0.38.0-1resolute.20260916.205757 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-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.20260916.205757_amd64.deb Size: 199016 SHA256: 2ceff9d89e15ba26c8899b5d3b298c9c964b15df44cbc1031b0d13b9d92408dd SHA1: 245405575b344cedda75e1aece7febb3d74581a9 MD5sum: 0336313bf23cfc4e6d026a3e180101f3 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.20260916.205757 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 5532 Depends: ros-rolling-image-tools (= 0.38.0-1resolute.20260916.205757) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-tools/ros-rolling-image-tools-dbgsym_0.38.0-1resolute.20260916.205757_amd64.deb Size: 4425082 SHA256: 839959ee84d36283f6306f8a2b2dd52fdab5f9f1919cab10ef68597d839f1a5d SHA1: 7f073ed0187ce6410fa10119b4a0215f22129bdf MD5sum: 2baa8f0eb48a09638ea3248f589827d2 Description: debug symbols for ros-rolling-image-tools Build-Ids: 017b100a27686a1dce6f2a24296de359a31f01f1 77c80b37fed68e1ab128260d2e0fe51248099356 a5d517cbd73ff639464e4b9870b0eb14c0168adf Package: ros-rolling-image-transport Version: 7.0.4-1resolute.20260916.204737 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 2615 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.4-1resolute.20260916.204737_amd64.deb Size: 382814 SHA256: 300c0476139e525355ef9c75affc6c84cedb4361b3ebe39a51b3b8c49b7ca03f SHA1: acdb2d82f7ceef78cad8bad0e381cc6496979902 MD5sum: 7ad31413d6aeb3fd7aa8c9013238a84f 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.4-1resolute.20260916.204737 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 9089 Depends: ros-rolling-image-transport (= 7.0.4-1resolute.20260916.204737) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-transport/ros-rolling-image-transport-dbgsym_7.0.4-1resolute.20260916.204737_amd64.deb Size: 7926136 SHA256: 0097c77a6ae12e48709760486613549584570b2dda46700128e3194e66a3f1b0 SHA1: b986b5e347d5d02e1d59b71da107f72025911e76 MD5sum: 08ee26e6643410077988da3738b3b5cd Description: debug symbols for ros-rolling-image-transport Build-Ids: 161e982f22dffb74c75defc69e8f1b8c78760d26 4db570d8615805d58ca8c80fb3b5e075e0067b66 63a94f084588f034a631fc4b1669dc1d5eb38fd1 6fc6d848842c9e1ebd1ab4824aa358e9d8f5bf61 ae31c31389fb4076b9bd0016c37e253d3eede2bd Package: ros-rolling-image-transport-plugins Version: 7.0.1-1resolute.20260916.213635 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.20260916.213635_amd64.deb Size: 6468 SHA256: 27e7edc5c216923712bdd23102c3493722a82b3cfb2cf319b31af582537f794d SHA1: ef04b1dda083d0c92aab0cadeac7fdaf77c90dab MD5sum: 2da643f3ea71b05b4f218a9e28300fe0 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.4-1resolute.20260916.205647 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.4-1resolute.20260916.205647_amd64.deb Size: 122666 SHA256: aeda485e0ff2ab13b50cf3469c95aae38df5e3d5787c50cd6058b410c06820a9 SHA1: 3c3248a00ffb8e431e9f563f2b5804d4a8a3bd74 MD5sum: d1323abadb54c95957f3afd230259bb8 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.4-1resolute.20260916.205647 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernández" Installed-Size: 1803 Depends: ros-rolling-image-transport-py (= 7.0.4-1resolute.20260916.205647) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-transport-py/ros-rolling-image-transport-py-dbgsym_7.0.4-1resolute.20260916.205647_amd64.deb Size: 1680538 SHA256: 58b0f7defa403361c3f3a94f0ff51057fd56d10359100ae4de73ea4ce4e31f67 SHA1: 3616f93463d8ff1bba15734c1d8d1ae9a712db90 MD5sum: 8bbd41f31968d82fe52140dda6b9f11b Description: debug symbols for ros-rolling-image-transport-py Build-Ids: e5c20b2433ababe4993b48016cc787323417eadd Package: ros-rolling-image-view Version: 8.0.1-1resolute.20260916.205638 Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 1403 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.20260916.205638_amd64.deb Size: 336914 SHA256: dcbddb33b621411ece26ac8ee2fcccb50429bc5845cdd551fd33545f597a2f8a SHA1: 9090b26b7a30d874299a51efc5174ab7e25b9e08 MD5sum: e1572bfc84f9189b2772ae350090b163 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.20260916.205638 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 9329 Depends: ros-rolling-image-view (= 8.0.1-1resolute.20260916.205638) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-view/ros-rolling-image-view-dbgsym_8.0.1-1resolute.20260916.205638_amd64.deb Size: 8449616 SHA256: ebe32a8899b8f4d32d41e050ba35ccd0a7d82b19ea8c93d30f14a5252c7d8969 SHA1: 59e2d811f413f2d617cbba652c4437b2ed897f84 MD5sum: d93c83914bffab85ed572acf2dfd1f23 Description: debug symbols for ros-rolling-image-view Build-Ids: 0bbe72d54ef99275237422320f62a03f83de4a9f 1897c46923f18642bff9cc35ed0f44bc10769e3d 4201e5b016add2426518c8e77c31af769e5a7e9c 7fad6a69fdca72709bcb5f74ae21568e13b5d0d5 a084de74a1ab4cfe8c8713e3c459ca78fa91d190 cf69693d1b952823854d8463c84f3174b86c2dd7 e690a44d5412b0e60d209ae1cf7797f825232c41 Package: ros-rolling-imu-complementary-filter Version: 2.2.5-1resolute.20260916.210844 Architecture: amd64 Maintainer: "Martin Günther" Installed-Size: 1085 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.5-1resolute.20260916.210844_amd64.deb Size: 212504 SHA256: 2ffbe80db75b06129089c8cb77703da6b8b5bd018a863bd9ec79985b8abef554 SHA1: 79835a15e7b7a250d4ec01110cc31a737edd3c75 MD5sum: 765578db5693d6b6f28f2fd00d7a84d6 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.5-1resolute.20260916.210844 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Günther" Installed-Size: 4922 Depends: ros-rolling-imu-complementary-filter (= 2.2.5-1resolute.20260916.210844) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-imu-complementary-filter/ros-rolling-imu-complementary-filter-dbgsym_2.2.5-1resolute.20260916.210844_amd64.deb Size: 4056332 SHA256: ed943f011bd6e370a6ffcde502bf7baf581416146553bf28a9c132f62470698e SHA1: 1034e208102d207b32300700c610f46ed274bb00 MD5sum: 710840da072f6b0ef93929fac112b282 Description: debug symbols for ros-rolling-imu-complementary-filter Build-Ids: 8b34046fd6a31ed9282ce301175d6272d2f09309 a3d15afb216188eb7f3e6798d54d9546e0f2a7af Package: ros-rolling-imu-filter-madgwick Version: 2.2.5-1resolute.20260916.212149 Architecture: amd64 Maintainer: "Martin Günther" Installed-Size: 1154 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.5-1resolute.20260916.212149_amd64.deb Size: 233734 SHA256: cd7389625953c45566d655943f215497cb2393dafc5236d58ce0548290c0c1b7 SHA1: 560b4c48d5cd328b42ea758d6f837f10ce95435b MD5sum: 4dd4b849ee338b807e8d79fa71f93151 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.5-1resolute.20260916.212149 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Günther" Installed-Size: 5334 Depends: ros-rolling-imu-filter-madgwick (= 2.2.5-1resolute.20260916.212149) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-imu-filter-madgwick/ros-rolling-imu-filter-madgwick-dbgsym_2.2.5-1resolute.20260916.212149_amd64.deb Size: 4441320 SHA256: d870f8e1c9237bf94fa7b42dda001a96a7b57ba79632e49f404be973ec282018 SHA1: a4085bb279f22de81d52b0661793e9e3ddd72fcb MD5sum: b49b3a85c5cc48ab43383d3fc220722e Description: debug symbols for ros-rolling-imu-filter-madgwick Build-Ids: dac9b71c8fa00729403b4ba1bb1038141e50a1d2 ddee9ba7c5563f2a6a6d77a44367478db3f8dba0 Package: ros-rolling-imu-processors Version: 0.6.1-2resolute.20260916.211221 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-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.20260916.211221_amd64.deb Size: 279310 SHA256: e6e74003a9b36b2fb40c101f2090c85b1d4d900a0f3aa65dd09682bd50a6bd0e SHA1: 7c244e30f072e2361b1c52a71bb6b8ccd9310061 MD5sum: 29d5fcae68db09a69b96c2c3e2b7a44e 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.20260916.211221 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 8532 Depends: ros-rolling-imu-processors (= 0.6.1-2resolute.20260916.211221) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-imu-processors/ros-rolling-imu-processors-dbgsym_0.6.1-2resolute.20260916.211221_amd64.deb Size: 6706066 SHA256: 23ccb20a63c4005eb0016e8c0ae30f78374cec5570e2dd170ea83cde3dcf8aa1 SHA1: 2b2f031451ef543b565daf9eb147a519f4b26773 MD5sum: ab386b68cef1ebe815d528955cf3a3b8 Description: debug symbols for ros-rolling-imu-processors Build-Ids: 1832c093d469c67e2ca94d2ae879d8f549f561c5 39e5264db3879a424d55ea3bd09fd115f2bedba4 71e7f96bce75cd798b270c0d768631e9295cc84e dfffe5bf31d1094bc1a11ee999bc90bc73539143 Package: ros-rolling-imu-sensor-broadcaster Version: 6.9.0-1resolute.20260916.213343 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.20260916.213343_amd64.deb Size: 100366 SHA256: ec490d599240a714d4c17f53a220b796445dfbbd82b23e709faa632e0f0854ea SHA1: ceda051f7b86d3a5806ba7d8d1fcb5fa26ac5e91 MD5sum: 682a6ba717256f7f64c1d693a8d2cc7f 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.20260916.213343 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1859 Depends: ros-rolling-imu-sensor-broadcaster (= 6.9.0-1resolute.20260916.213343) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-imu-sensor-broadcaster/ros-rolling-imu-sensor-broadcaster-dbgsym_6.9.0-1resolute.20260916.213343_amd64.deb Size: 1747086 SHA256: ed8259ad1f1d76ef7a55f5ba61c8bba3051120df985e166280810ece5393ba2c SHA1: c851c1d9d038d51de92f3af1b86173715f6decf6 MD5sum: 1cb595f95d737ec0abd6fc6d5ae3a2ec Description: debug symbols for ros-rolling-imu-sensor-broadcaster Build-Ids: c94211c074dc921fe9e6d8c799b223c998e0cdd5 Package: ros-rolling-imu-tools Version: 2.2.5-1resolute.20260916.213928 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.5-1resolute.20260916.213928_amd64.deb Size: 5686 SHA256: 3f4db9d8e72803eaa58fbe73729f83f04c73acbff8091f41be40f786e3ea1388 SHA1: 8067218bdf06a83a0c4a6f036e7054be68d7e4ba MD5sum: 6c0214d72bc9f5ec4f0b87dcb79ab08b Description: Various tools for IMU devices Package: ros-rolling-int2dds-ffi-vendor Version: 0.1.5-1resolute.20260910.114501 Architecture: amd64 Maintainer: "Jungsup Lee" Installed-Size: 12286 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.5-1resolute.20260910.114501_amd64.deb Size: 3616402 SHA256: 76a9c448d0ad60d964d468c137b45ae8febacf876b1e2519592e496a4b746783 SHA1: fb6421a1b5d69fac9ad580cc8a4f5c891d4467fe MD5sum: 25f951049bba21f8072d5fc5389d0463 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.5-1resolute.20260910.114501 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jungsup Lee" Installed-Size: 2664 Depends: ros-rolling-int2dds-ffi-vendor (= 0.1.5-1resolute.20260910.114501) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-int2dds-ffi-vendor/ros-rolling-int2dds-ffi-vendor-dbgsym_0.1.5-1resolute.20260910.114501_amd64.deb Size: 447490 SHA256: 297f1f9d0f5fc3fdabac068642b76626a9e4b4131162b60403d04d42237ef32b SHA1: fac2543a555900989a79e562730e9d8c2f7e6b2e MD5sum: ade62ea4ebbe79e0df142e620ed375e4 Description: debug symbols for ros-rolling-int2dds-ffi-vendor Build-Ids: 8b2f208d9bc60de5b12591611e26087d727f3f55 Package: ros-rolling-interactive-markers Version: 2.9.2-1resolute.20260917.061318 Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 1161 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.2-1resolute.20260917.061318_amd64.deb Size: 255184 SHA256: 7fc056a4c96ece46bd2a324100aaf33f70dc0cb4b70b6b3325c012bc3ee09630 SHA1: 5dc646f7131adc835fb94b10990a2adcec660e0b MD5sum: 52dbe8dfb6fec75a8bd4799c8d585e83 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.2-1resolute.20260917.061318 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 5699 Depends: ros-rolling-interactive-markers (= 2.9.2-1resolute.20260917.061318) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-interactive-markers/ros-rolling-interactive-markers-dbgsym_2.9.2-1resolute.20260917.061318_amd64.deb Size: 4854810 SHA256: 00bf6228513b14a71a08c3e90d9cd84a1b1890fda4ccf7da0914266d4dca6823 SHA1: ae9b4538c0009e21108f01485e72b0077b093270 MD5sum: c45e46db5592fb9e037ca871eb347e59 Description: debug symbols for ros-rolling-interactive-markers Build-Ids: 23d6fcdb19b5cbc6c96fd1eb88961014f7a9cdae Package: ros-rolling-intra-process-demo Version: 0.38.0-1resolute.20260916.203952 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.20260916.203952_amd64.deb Size: 408210 SHA256: 0c9cbe41c464ac11ac6ed3a05e166a0a11828744ac438439087ed8ea9c075f42 SHA1: 4b8b6c0690fa6592aaf04a49690a17afb4461e87 MD5sum: cb0ba488f7e892b6919584721b15f5ac 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.20260916.203952 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 15290 Depends: ros-rolling-intra-process-demo (= 0.38.0-1resolute.20260916.203952) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-intra-process-demo/ros-rolling-intra-process-demo-dbgsym_0.38.0-1resolute.20260916.203952_amd64.deb Size: 12715676 SHA256: cb17a35f4f65efc638e4e8063b3026fa8d7d804e3f719daa21285447e67355b8 SHA1: 26d765557991cb51fe87c05b38cac3e37c24db99 MD5sum: e82a88f8f2942f4a602ce7f583eb784b Description: debug symbols for ros-rolling-intra-process-demo Build-Ids: 274e3c26360847d50c3c531d0d63e3d6eaf19cf8 4275bb1d43af7855d8055ff9fd406c8d456c63dc 63358bc2671a83e8523288111f24872f1294ad51 7eee2f39f53c063de2afa1c1465a18a31a5f79e7 9e92958dbaa26b7b8b79f0dee99d8b28847c56d3 aa59a1e518ee9703df18b7b2880e86476bb578a3 b48bebba2f0565db6343ffe9849125a5b45d6a7b Package: ros-rolling-inverse-dynamics-solver Version: 6.0.1-4resolute.20260916.214236 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.20260916.214236_amd64.deb Size: 70816 SHA256: faf19188d286d2cd75f0bd003a0a991d6e552d9e4138f8f4ee941bd531053ff3 SHA1: 2aa6bb6d6215f15891ecbdd56e93a8674edb8e7c MD5sum: 95e02c1f1660175b0599391d5e29dd28 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.20260916.214236 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Enrico Ferrentino" Installed-Size: 1349 Depends: ros-rolling-inverse-dynamics-solver (= 6.0.1-4resolute.20260916.214236) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-inverse-dynamics-solver/ros-rolling-inverse-dynamics-solver-dbgsym_6.0.1-4resolute.20260916.214236_amd64.deb Size: 1278968 SHA256: efca83bc357039b99263b64e560963a5e7925a6d089012365cf54fcf3109be2c SHA1: 161645aef093780554259b4f6c891a7ca99a9e3b MD5sum: 35bbb12e881f1f1bf89f1a90445a795e Description: debug symbols for ros-rolling-inverse-dynamics-solver Build-Ids: 67a9d9c76f29c4add0cbb82634df29a15a315e9d Package: ros-rolling-irobot-create-msgs Version: 2.1.0-4resolute.20260916.033710 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.20260916.033710_amd64.deb Size: 906996 SHA256: 505a8dfdee5dc21e350b0c805a5ae72704dc16b587af3587cbcb10494b517de9 SHA1: 9b3c9d19cf07ff0860cbf31b335d71bb6368972e MD5sum: 7355162e95f304826ccf4aa27bc28832 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.20260916.033710 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alberto Soragna Installed-Size: 10054 Depends: ros-rolling-irobot-create-msgs (= 2.1.0-4resolute.20260916.033710) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-irobot-create-msgs/ros-rolling-irobot-create-msgs-dbgsym_2.1.0-4resolute.20260916.033710_amd64.deb Size: 6607744 SHA256: d90a31fbe7289a6af6fc26a2f7e3f8d9bdb478f575747a28e88e099781718cf4 SHA1: 6a6fd376a4cd6772b9c411b89d2c1ad34007f91d MD5sum: 6dd1b390c4b9dd622778a85a5aed6ca4 Description: debug symbols for ros-rolling-irobot-create-msgs Build-Ids: 14f1d4cca98bb68c8e78b5d4f29bc9c1d694c5b5 51b49ce013d52836a8f418c196ac0bb0e64625b9 7adaca6721c474f7b550d985015beaf569b72e1d 7b09bd59782e68557539feafcf18f30d78aff623 a527a2a52e3df629e351fbbfe4605272f0b19776 a94aa751247ec8af2fa1e68f16a49e83703af123 bf687b91eb7b55f34bc203f4a195b3f8ea0e5781 d9dd5be6ef90a73de7c946e5d7d2be0507a6816e efe83ab132cf81efd0f453a067190c375a9514c4 f59206314f68e95499472dd4fa76c5d1fa78bf82 f8cdcded793ac18e500e602ccfc3986ed6ceed88 Package: ros-rolling-jacro Version: 0.2.0-3resolute.20260908.140156 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.20260908.140156_amd64.deb Size: 8620 SHA256: 569abcc1f32e2649f09fbb6a6f0b5247f6dd55f0b6f7ffc407307c32f9217339 SHA1: 64fd1ef39d3a4c49ffb2f982f13983897a91a47a MD5sum: 2bac01713910c29bdb9c2732c0fcc8fa Description: TODO: Project Short Description Package: ros-rolling-joint-limits Version: 6.10.1-1resolute.20260916.210411 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.10.1-1resolute.20260916.210411_amd64.deb Size: 83026 SHA256: ff167644fcf36af0ffca226c32f08703ba71736c19f04b6a004cf9ccad3268ce SHA1: 9251315ec548cdbe0b1c2aec9850f2787d19e031 MD5sum: c28f98215a05f77a242a9cef65a46c9d 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.10.1-1resolute.20260916.210411 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1150 Depends: ros-rolling-joint-limits (= 6.10.1-1resolute.20260916.210411) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-joint-limits/ros-rolling-joint-limits-dbgsym_6.10.1-1resolute.20260916.210411_amd64.deb Size: 1035174 SHA256: 4eb81fc44033c885ba7d78bd683f679c188b5edc4aed989513d0665403c0859e SHA1: 17be56e8e75a7f768d6941d4b347cfc1a285c718 MD5sum: 0657d67b625d3306e1b6878cb97c046d Description: debug symbols for ros-rolling-joint-limits Build-Ids: 4f4aa5b942287d9b57d708632a0ee4dc67c0c0cb 64fb6206c17f6b040b1a303ca71e397c32818bc4 b933ca1586982eabbca0204fa31c0f38b7046a48 Package: ros-rolling-joint-state-broadcaster Version: 6.9.0-1resolute.20260916.213041 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.20260916.213041_amd64.deb Size: 100494 SHA256: 55e252e7f89c471f7ab08addef50b732af7f0ef47b37c72f19d3dcb796f44f62 SHA1: 511af7df63a6c92e9d2f29d07d87bd42c2f0000b MD5sum: 38d3c92ec81aa2c45e3af607fd064011 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.20260916.213041 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1482 Depends: ros-rolling-joint-state-broadcaster (= 6.9.0-1resolute.20260916.213041) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-joint-state-broadcaster/ros-rolling-joint-state-broadcaster-dbgsym_6.9.0-1resolute.20260916.213041_amd64.deb Size: 1357232 SHA256: c67074d865938384563f4d1999ca10e79dc75e4bb7be604f7df839da162a7d35 SHA1: a0bee8ae1065d11fe3e5cb3eb506d95eeac1128b MD5sum: be8e8b6aa60f7f207ef2f8498e170371 Description: debug symbols for ros-rolling-joint-state-broadcaster Build-Ids: f37de1af54f5e376f3f6583d17d455b58715dd1e Package: ros-rolling-joint-state-publisher Version: 2.4.3-1resolute.20260916.203445 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.20260916.203445_amd64.deb Size: 19464 SHA256: 286a5ab81b3d7f476ca8c01203f8705dee2fbedb91f0aad8fcc7117414e115f1 SHA1: d88323f3f3fe0985a1a5bc6fee63eb0cf79b0d06 MD5sum: e354bf5b40d65eab099f65ea78c86d0c 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.20260916.203540 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.20260916.203540_amd64.deb Size: 17374 SHA256: d2d284a8383fc4e037c3331ac11db10ecadbc8f70201ba96585a1bf00262364b SHA1: 42ec737b53d928d2dbeef6582405291dfa82555a MD5sum: 27653b2fcbc22f5e11c201d604e477ee 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.20260916.211806 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.20260916.211806_amd64.deb Size: 127616 SHA256: 98a8421d8b9fd96e4b3f0acc8ea45b0fa2fb8e99efb306afb67d36f6889c7b81 SHA1: 09262c021c076cb0ccd42599fcc94733d9dc6e86 MD5sum: 838060ec155d23a2f4afc3b3cdce95a8 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.20260916.211806 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.20260916.211806) 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.20260916.211806_amd64.deb Size: 2219748 SHA256: 8f91bd4826d1611c739a75e0e39854a73f6b28c76be87b2f410a52c61b38d76c SHA1: 5cc5a96701b8d3c29f3d4a346b8b5712bfe2f055 MD5sum: 41ccba0dc44d8343b5d65754af860c4c Description: debug symbols for ros-rolling-joint-state-topic-hardware-interface Build-Ids: 0609472e1e9b39c2f40851b60948fdc48e6014ce Package: ros-rolling-joint-trajectory-controller Version: 6.9.0-1resolute.20260916.213055 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.20260916.213055_amd64.deb Size: 348706 SHA256: 8d7b1d6eb2c6c37630152969a53fd55c5cd93c2a8212464ff66a126fab84b4d6 SHA1: f79dde2193b51ce311e40c519a7ab5955e2decd6 MD5sum: 884a306e16a375844f97d444ee51819a 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.20260916.213055 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 6256 Depends: ros-rolling-joint-trajectory-controller (= 6.9.0-1resolute.20260916.213055) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-joint-trajectory-controller/ros-rolling-joint-trajectory-controller-dbgsym_6.9.0-1resolute.20260916.213055_amd64.deb Size: 5305996 SHA256: 07e47886658511bec085f54a1f114381d67f131d6c8b292702e6134e915ec922 SHA1: 2be3061b1381622780d8b142dfbf07a43c0e0898 MD5sum: 48ef72b2d0d964f9dbfbb4d678e25ecb Description: debug symbols for ros-rolling-joint-trajectory-controller Build-Ids: 9b70bd7a0d2e91f82a330f627ddbc217eea9887e Package: ros-rolling-joy Version: 3.3.0-3resolute.20260916.204753 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 1242 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.20260916.204753_amd64.deb Size: 200574 SHA256: 066344c842a02fe9afb96493ff443fc4f6920792a770b8acbce3ec02c56a344b SHA1: 49c9f3704cf6f1f3007d6a0c07aa15805f00bcb7 MD5sum: c3304ffc8a4c38fbe4356ee3d97cab3a 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.20260916.204753 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 6067 Depends: ros-rolling-joy (= 3.3.0-3resolute.20260916.204753) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-joy/ros-rolling-joy-dbgsym_3.3.0-3resolute.20260916.204753_amd64.deb Size: 5006844 SHA256: 4c293eb56033510276e8f2ad04607134bd71e3157a3933f65391186d176da0eb SHA1: 86728906358455d9de03905fb0a37ca73c736fd8 MD5sum: faa6b8c0f3b447814382755dae1d52cb Description: debug symbols for ros-rolling-joy Build-Ids: 06c99115f7a8626b6427a9b82632549b072f3e5f 237fd21951baa31436c6b9e56648659bd2e917f3 2d5f413c3e88a574299f615e54482cb8b7a07419 6fb9840aa8fab7937aa02b3a0abebc24cdbda0f5 eb158053d08fd7e2d32518b766f001a691912060 Package: ros-rolling-joy-linux Version: 3.3.0-3resolute.20260916.204333 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.20260916.204333_amd64.deb Size: 131654 SHA256: 1778129dffa227cf0ef0ccb43afd1b700e072cdf9af30da6ee288c1844c65451 SHA1: 8103270ea3fc0714cc46232b439ea1855a5ce85d MD5sum: 73cc901b547c182b8104352c137234a8 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.20260916.204333 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 2691 Depends: ros-rolling-joy-linux (= 3.3.0-3resolute.20260916.204333) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-joy-linux/ros-rolling-joy-linux-dbgsym_3.3.0-3resolute.20260916.204333_amd64.deb Size: 2252110 SHA256: 5f9bb0a1a4e2f573385d03825dca383c820d97c32fcb4b54083ad48dfc51b487 SHA1: 1ca014dfc21a48c29e4754482c6bb280a6b95b7f MD5sum: f4c8da3524c4a2cb968e942d3039f00c Description: debug symbols for ros-rolling-joy-linux Build-Ids: 0dcdd12652c272953b5b1b8dc3df1a90dab7115a Package: ros-rolling-joy-teleop Version: 2.0.0-2resolute.20260916.203503 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.20260916.203503_amd64.deb Size: 20674 SHA256: 4f9043dbf00804f9ebfd7e7276317325a4cd4da766c1c52ded30831ef72e744b SHA1: 22b72c9923f2acfe5b21b7b728ee0d919a67360e MD5sum: 6337ee969548f613b69ad0dd6cda0fa4 Description: A (to be) generic joystick interface to control a robot Package: ros-rolling-joy-tester Version: 0.0.2-4resolute.20260916.203509 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.20260916.203509_amd64.deb Size: 7682 SHA256: 49cc59a7e06828a8ece88d3f8d8bc5e3300614b1651485bf9b2cbdd915ec5381 SHA1: f6631d5cdff69884ec03efc7842a7d9df6c15a99 MD5sum: e0b77b843f8ac9bda469858b43c7a5d2 Description: Simple GUI tool for testing joysticks/gamepads Package: ros-rolling-jrl-cmakemodules Version: 2.3.0-1resolute.20260908.131345 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.20260908.131345_amd64.deb Size: 2286390 SHA256: 945372ba000721c594cf8e565d2285a9de530f45c1ddd25c81fffee0f25d3d13 SHA1: e2e6caff8347d700cdeb5345324e4d98c6089bce MD5sum: 2f464e20bd53349597c02ab335cae800 Description: CMake utility toolbox Package: ros-rolling-kartech-linear-actuator-msgs Version: 4.0.0-4resolute.20260916.034259 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.20260916.034259_amd64.deb Size: 230260 SHA256: 733bbc259b58c45a6e623194d396f506154b2f9b0e05d77a008cbc2ae2b943e0 SHA1: 2b1be6f01ea658ee0d4689956e361c6c206940ae MD5sum: 9b8f4e74a504fd683f956f9dfdcf868c 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.20260916.034259 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.20260916.034259) 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.20260916.034259_amd64.deb Size: 1978538 SHA256: eb420366b54c735b0505fe905a8834e33d59a261d5787058633b67e044f8712a SHA1: c902d00e3ef23e77efceb61e23789cd96a797f9a MD5sum: 261e266939a3576f848a3f18b47cc987 Description: debug symbols for ros-rolling-kartech-linear-actuator-msgs Build-Ids: 0b9a045a067e5b5de06a1d581be96b8ac5cc0e94 16f09ad206f663d53cab740361b4357edc56e07a 36e8974db3d50969bd5bf22a83bdc1ddecdec8f4 588bfa1d4d96664621513b8e5d26837521620cf2 64a3a841a5808fe303ddf27efe982216ef6dacac 7660d2476eab960091a907cab81ca9eacac9f617 9a094d89594bb28a2482457a3687edd0320a5e7f 9df06675a6db33e7246f6419a5f550f3ee2b2470 a5c71486f819c6ec0e4e6b30fc4cf9cca99257ce d3c6fdaad8fe2d85dcc20725ae5402020a381eda eba7c8996b093ec9236b9957a03437d85df8ed72 Package: ros-rolling-kdl-inverse-dynamics-solver Version: 6.0.1-4resolute.20260921.014358 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.20260921.014358_amd64.deb Size: 6475476 SHA256: 522e38b3848859336c2cf93234bd2e52f6949326dd05c5607df519b5adac12b7 SHA1: c4822afdc7f9a37e8dc5e61efc186ad57c5a2f7d MD5sum: 249eb944f78dc507a225f2675d38f1ea 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.20260921.014358 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Enrico Ferrentino" Installed-Size: 473 Depends: ros-rolling-kdl-inverse-dynamics-solver (= 6.0.1-4resolute.20260921.014358) 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.20260921.014358_amd64.deb Size: 440326 SHA256: bcb0c6cb019df3997845779405e54d01bce3cfd5018864f8d78d6bfaa9f0994f SHA1: ce385aa48f3f2c5a639748b371b8d3c5a7f531fe MD5sum: 050b59c25c9041a72efe8153981b3ffe Description: debug symbols for ros-rolling-kdl-inverse-dynamics-solver Build-Ids: 0ff80446c406946439115d061948cf78a66b41d5 Package: ros-rolling-kdl-parser Version: 3.1.0-1resolute.20260916.200109 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.20260916.200109_amd64.deb Size: 21140 SHA256: 3e06cf8386242c1c5f989973e833bcdf594d4df42e193d9c7f440038f1c1c968 SHA1: 7bd19759967e8603ea6abc02d270791795ff0de8 MD5sum: 89e888f5bac0d84cb255447e7d56ddae 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.20260916.200109 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 193 Depends: ros-rolling-kdl-parser (= 3.1.0-1resolute.20260916.200109) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kdl-parser/ros-rolling-kdl-parser-dbgsym_3.1.0-1resolute.20260916.200109_amd64.deb Size: 171274 SHA256: 6ae162ae536bf5df7120e460ee09a18c1eec54f5194d1e753c1ab7626930ff1c SHA1: 80a109c6895f50a8bfd2ab53c5879c2995ff21fe MD5sum: d8df6bbf045ae373a96169f9a61b3c77 Description: debug symbols for ros-rolling-kdl-parser Build-Ids: 9becb7dca6712f2503523aaa030ad4edbc00ed04 Package: ros-rolling-kdl-parser-py Version: 3.0.0-2resolute.20260916.210748 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.20260916.210748_amd64.deb Size: 8194 SHA256: 4daa3acd4629092f484f005d8ffca1e87d32145920fdb19febcb220764ef83d7 SHA1: 52bb7aab3610321f087c64d6c79d1bf7d32eccb5 MD5sum: 3356422df4b29d5e62e3b354b3f767f0 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.20260916.203509 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.20260916.203509_amd64.deb Size: 11188 SHA256: 921a38408f3de6570c34cfdac4a4c3acfcfe8cb9aa0633fb235b5ca2d4633bc4 SHA1: 631a1a478738676a483d90cb0f025378b5df6a5f MD5sum: 65f65e4b2d2b3197c96f4530e5e04c48 Description: A text-based interface to send a robot movement commands. Package: ros-rolling-keyboard-handler Version: 0.6.0-1resolute.20260908.140209 Architecture: amd64 Maintainer: "michael" Installed-Size: 147 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.20260908.140209_amd64.deb Size: 33280 SHA256: d2413d1c52f330b0b6f7d6feeea21989cdf4e48953f2edce7c9fc37da449ea75 SHA1: 270d703ebb95eb847456a9cb37e887469e86cca3 MD5sum: 16fa2cd4abc892f054bd4bb29db5d04e 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.20260908.140209 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "michael" Installed-Size: 245 Depends: ros-rolling-keyboard-handler (= 0.6.0-1resolute.20260908.140209) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-keyboard-handler/ros-rolling-keyboard-handler-dbgsym_0.6.0-1resolute.20260908.140209_amd64.deb Size: 211364 SHA256: 18fb770449f20e643fba27ec1bca7260e9b8ce6ef49b446193a04a0b2da57799 SHA1: 55aba68848c193274fae6dbda79be9fd8575b406 MD5sum: e781803c8d51b16c8bd23f94ff48d95d Description: debug symbols for ros-rolling-keyboard-handler Build-Ids: 45ca481ccbf8e2f8b3ceea64cf134b58e36d0534 Package: ros-rolling-kinematics-interface Version: 2.4.2-1resolute.20260916.205808 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.20260916.205808_amd64.deb Size: 16930 SHA256: 95066f5973e16e159defc9d47958db336ef8ea1ff2d48e8c702dc730b5de40a8 SHA1: c5f0d47f720dea074aaf1780e49ca39b5c7c7098 MD5sum: a5b8d7edd8b0d2657a30b09f89c90668 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.20260916.205808 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 185 Depends: ros-rolling-kinematics-interface (= 2.4.2-1resolute.20260916.205808) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kinematics-interface/ros-rolling-kinematics-interface-dbgsym_2.4.2-1resolute.20260916.205808_amd64.deb Size: 165288 SHA256: 373d880941ae3ea1e4eacd04a81bbeec3121a9a552b59a576ad39ed928f926aa SHA1: 68ba95a9c17448a28913e6d8274defebc2dea302 MD5sum: 2209e1e010b5b6f3860854d8c53d0ab9 Description: debug symbols for ros-rolling-kinematics-interface Build-Ids: 46ee768b2ba0907ac0c47a2bbf8a460615bedd1d Package: ros-rolling-kinematics-interface-kdl Version: 2.4.2-1resolute.20260916.210205 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.20260916.210205_amd64.deb Size: 57610 SHA256: b2a089c1a87337ed31099540433103df279fef3cbad59d74bd463a6debc25ddc SHA1: 46b3fa5775c5cf711fa5b9516730fcb4748c2186 MD5sum: 8bf7336826744aa0d23dc061f52c3315 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.20260916.210205 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1973 Depends: ros-rolling-kinematics-interface-kdl (= 2.4.2-1resolute.20260916.210205) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kinematics-interface-kdl/ros-rolling-kinematics-interface-kdl-dbgsym_2.4.2-1resolute.20260916.210205_amd64.deb Size: 1946656 SHA256: 0c745fe17ffdb8d600fd697b6dbe89b564683ec5352e47fc3fba03caa306ef9c SHA1: dfcf0c356773b30cebb8409ecf315c713a2514bb MD5sum: 38bdc17c25e91c4b66fefd4fbdea9fa5 Description: debug symbols for ros-rolling-kinematics-interface-kdl Build-Ids: d1aae7c3c0a4d751d5e7d9702a6b45b01bc52bac Package: ros-rolling-kinematics-interface-pinocchio Version: 2.4.2-1resolute.20260916.212656 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.20260916.212656_amd64.deb Size: 105646 SHA256: c58c76d5c9c5e69af52281cadc7f63acc2153bed3e0b8bdd4b00a77d26bf095f SHA1: 058a53f1fc4366c5b3949cffbe40d8bd38c5b1e9 MD5sum: 3dc9a4fa37fbdc5509cbd000aa096e7c 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.20260916.212656 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 9602 Depends: ros-rolling-kinematics-interface-pinocchio (= 2.4.2-1resolute.20260916.212656) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kinematics-interface-pinocchio/ros-rolling-kinematics-interface-pinocchio-dbgsym_2.4.2-1resolute.20260916.212656_amd64.deb Size: 9513786 SHA256: a027dd08158b278b8477c25f07ee8c6d84f821d2d37b8de20e2e89f50546dffd SHA1: c25e16213f6be1ae16ad7f88e998887997288e91 MD5sum: 74309fa69b52c2e4b6ee35c56b488bd8 Description: debug symbols for ros-rolling-kinematics-interface-pinocchio Build-Ids: 359e1b396c58c3879bd656de4873fba59c541c41 Package: ros-rolling-kitti-metrics-eval Version: 3.0.0-2resolute.20260908.152550 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.20260908.152550_amd64.deb Size: 57258 SHA256: b603910cc569d4b1ae8c212185dbe83782adab7e5b6a1ed25d0d6c8e29d2c220 SHA1: 22c2007760339931d70d6bc7733756f1fe0e014a MD5sum: 701944a15966c07e8fe0e8a3a6634d59 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.20260908.152550 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.20260908.152550) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kitti-metrics-eval/ros-rolling-kitti-metrics-eval-dbgsym_3.0.0-2resolute.20260908.152550_amd64.deb Size: 656900 SHA256: 8826b2e733fa42ebbdc6cc80f7e7e5b71c0d371bb964c5728b5b0831a34e5a97 SHA1: ea5e33cac943450b97bacb7094a13389f5639933 MD5sum: 6f396b2132c9980774caaff020791599 Description: debug symbols for ros-rolling-kitti-metrics-eval Build-Ids: a8af3c3222abbd59d06ce908b298e114cd9a674c Package: ros-rolling-kobuki-ros-interfaces Version: 1.0.0-5resolute.20260916.030603 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.20260916.030603_amd64.deb Size: 315074 SHA256: 2411c08facec1096d9d9f7ecfc72934e95070235bdf165a7e3f66a48e2a8b24a SHA1: 11a3eedf2724a70918beb970439de723707534cf MD5sum: 0c4cc1dd47557324255c4705ba4faa04 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.20260916.030603 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 3445 Depends: ros-rolling-kobuki-ros-interfaces (= 1.0.0-5resolute.20260916.030603) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kobuki-ros-interfaces/ros-rolling-kobuki-ros-interfaces-dbgsym_1.0.0-5resolute.20260916.030603_amd64.deb Size: 2542432 SHA256: cffcdbbf7802bc3848bf1a481624983331dd94b4067a5bbd0803c42cb1c22af5 SHA1: 321627a031cbc6d462c79f83913dbba298debedb MD5sum: 024f81f798bd7abc84fd12e452fffcac Description: debug symbols for ros-rolling-kobuki-ros-interfaces Build-Ids: 0d232603c3ce82e99165b7b863f753255444e09d 207f2d8e656abe948071ac4ebc5ba3357a47f222 5cb6ad2de8ee1303c7ab77d13af57309c481c580 6ffe907b27f38f192d1a30bef5e9ffd9761ed23f 7ca0094b599c6aa55a41d14353bacd1745b485ca 805e0b297010c2166f6dbf95bf1eb758edb70a40 b62c7b16f87166f50e9e1e745e3bd602dcce17c3 c19b02d261a28b1c7552217b6d0832e683085a1c d4e2f58f7bf565eaded7bb2b9b5f8ac5b4cb4cca f66d0a77072c810f512059bb660ffc2905ea841f ff0fc896e3096a2c74d383f21ad773e78e0a1457 Package: ros-rolling-kompass Version: 0.6.0-1resolute.20260916.214117 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.20260916.214117_amd64.deb Size: 184102 SHA256: e56d457ae9b469623be8d161339c49c7e6d58123854db10c4d072a7da31f56e6 SHA1: 002df5dbba1f8ad6a244dc3600ff297d1ce1ceb7 MD5sum: 4e3f181f94a018626aed4eea4af1ee13 Description: Kompass: Event-driven navigation system Package: ros-rolling-kompass-interfaces Version: 0.6.0-1resolute.20260916.034304 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.20260916.034304_amd64.deb Size: 920638 SHA256: d5aeaf88f31db7844ed336aceb5e95a491b43789c9f7f9cb0d10a055fa226a5b SHA1: 1ccb82a11ae7d55ebcfa77e1a11d5297bab233f5 MD5sum: ec859e9e13a522b119fcee871bb1da70 Description: ROS2 Interfaces for Kompass Package: ros-rolling-kompass-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-kompass-interfaces Version: 0.6.0-1resolute.20260916.034304 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 10369 Depends: ros-rolling-kompass-interfaces (= 0.6.0-1resolute.20260916.034304) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kompass-interfaces/ros-rolling-kompass-interfaces-dbgsym_0.6.0-1resolute.20260916.034304_amd64.deb Size: 7102100 SHA256: 15a50cca2891e48f1a7710299622f5a8b2ad4cac44bf27881a54752853010250 SHA1: e3e56c2b4138d44703280e8d32e21675cfcd6f8f MD5sum: feed17c03ea92d6b787f688f8351d4fd Description: debug symbols for ros-rolling-kompass-interfaces Build-Ids: 0ee9873c21807d8032171fc33a39673d7bf0e829 23e95cb6810f97065fc9a3bb14abadfbf6f5ed3d 2d4d997c40147965a0897a71da9d2ea96fda85ce 3014a03976ebb7fecd7b91e689fde4b25b0b83f1 34bda9b784b766236960fc52b2433f18fea768e5 4dea5ed5d9cf8799604d1e6c62e6989f1aa7da1e 4fd70fa001c39fbc458b63b176cf1bee47606721 627448527ad0bfbc469e9de7f4ea6f48259afc85 b7af89ff45a278eda8542ed1eaba31843278003c c33a57de807d706457efa04fd3a60ea55fd37fae d5d47f98fbf61bd73c3146dc2eee6bd76a5ab272 Package: ros-rolling-laser-filters Version: 2.3.3-1resolute.20260920.233024 Architecture: amd64 Maintainer: "Jon Binney" Installed-Size: 2809 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-rolling-angles, ros-rolling-diagnostic-msgs, ros-rolling-diagnostic-updater, ros-rolling-filters, ros-rolling-laser-geometry, ros-rolling-message-filters, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rclcpp-lifecycle, ros-rolling-sensor-msgs, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-kdl, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/laser_filters Priority: optional Section: misc Filename: pool/main/r/ros-rolling-laser-filters/ros-rolling-laser-filters_2.3.3-1resolute.20260920.233024_amd64.deb Size: 555246 SHA256: 2426dc03fed91f160bee49b4640ccf9a07f6ab4b69f4c3468fc812463ed9b7ab SHA1: 02609761f1ed3f021e1f9c8f0ad505d44f4b382d MD5sum: 2579e63916b0da13500923f936c47949 Description: Assorted filters designed to operate on 2D planar laser scanners, which use the sensor_msgs/LaserScan type. Package: ros-rolling-laser-filters-dbgsym Package-Type: ddeb Source: ros-rolling-laser-filters Version: 2.3.3-1resolute.20260920.233024 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jon Binney" Installed-Size: 13205 Depends: ros-rolling-laser-filters (= 2.3.3-1resolute.20260920.233024) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-laser-filters/ros-rolling-laser-filters-dbgsym_2.3.3-1resolute.20260920.233024_amd64.deb Size: 11295070 SHA256: 2d62669d60d00923a6fe1424de69e633052631e6a7ccc742b867e74ba523b374 SHA1: 9ba467e8b3d6d30ee4bf239ae618b993280c6935 MD5sum: 269fb305bf566d4531e649b75c1c4e53 Description: debug symbols for ros-rolling-laser-filters Build-Ids: 0e586837a943ab07b6872e7dfda3873482734de3 595f07e890b513f104d3922dd082461151074ee2 6dea7bbd9291b94f0dc638dcd22e12246ee4fc93 7f44092b0085f63bc5c685fa3a42a7ed1ae0a01d 9cc1fd609c589ae671ab43e10ad519d9be1368e2 Package: ros-rolling-laser-geometry Version: 3.0.1-1resolute.20260916.211346 Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 135 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.20260916.211346_amd64.deb Size: 27454 SHA256: 216daad2247008da71fa6c16832ed4cbfc88a5f989dad48905231e3b301a1e16 SHA1: 9d7f8e2bd5acb587ee49b32442eff61a0ba3f5fa MD5sum: d8f7feee55309548eedacf7056051376 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.20260916.211346 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 218 Depends: ros-rolling-laser-geometry (= 3.0.1-1resolute.20260916.211346) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-laser-geometry/ros-rolling-laser-geometry-dbgsym_3.0.1-1resolute.20260916.211346_amd64.deb Size: 200900 SHA256: fe49b33984c64ef1e228fea317897f04c229d8c4f6c9ddf0ea63a14b89a3aaa4 SHA1: 3cebb06f10a8cbf992ea5a984ad3d64ce09caec6 MD5sum: dc010ef01a465ecb7a80aeefc91ce769 Description: debug symbols for ros-rolling-laser-geometry Build-Ids: 2bd41bfd30e6e654e1845f3ff6af2fde38f37d78 Package: ros-rolling-laser-proc Version: 1.0.3-2resolute.20260916.205819 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-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.20260916.205819_amd64.deb Size: 155052 SHA256: 70051f6f3bc830d6e5618a2d3ab4ddaf013f9b91972c4429d73ee6f6d1a64421 SHA1: 776bc0a8850b77e584ea5e3af5c68e0032b581a2 MD5sum: 491c40932719abb57d612798707818ed Description: laser_proc Package: ros-rolling-laser-proc-dbgsym Package-Type: ddeb Source: ros-rolling-laser-proc Version: 1.0.3-2resolute.20260916.205819 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chad Rockey Installed-Size: 3500 Depends: ros-rolling-laser-proc (= 1.0.3-2resolute.20260916.205819) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-laser-proc/ros-rolling-laser-proc-dbgsym_1.0.3-2resolute.20260916.205819_amd64.deb Size: 2979648 SHA256: f2ba3f40767f1905beb2de35e3c367225903869bf72937d06440345a92d23ed4 SHA1: 5775d01f3fd89ec64f106e0940e52d6f5f6ac256 MD5sum: 70575cff121f72c9476ee767483827ca Description: debug symbols for ros-rolling-laser-proc Build-Ids: 4723d90bc88b4596978e588b4cccbd79157dc2ec 7d468fc4d9f882a503aaf71403b4474c6dbdc084 f1d553335231227b782ab731e7842c5efa0dd1b1 Package: ros-rolling-laser-segmentation Version: 3.0.2-2resolute.20260916.205828 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.20260916.205828_amd64.deb Size: 178602 SHA256: b7e98c04b5a08dbf9a2a2467a4d5548576776fe35796428372436fcd1a28797f SHA1: a319efbc815790ca7102b1ee26fe461c509dbf3b MD5sum: 937ee7610768928f86ef7d5a538729db 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.20260916.205828 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alberto Tudela Installed-Size: 3756 Depends: ros-rolling-laser-segmentation (= 3.0.2-2resolute.20260916.205828) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-laser-segmentation/ros-rolling-laser-segmentation-dbgsym_3.0.2-2resolute.20260916.205828_amd64.deb Size: 3235026 SHA256: 2904cc239db11c9dee3212e8a0caebcc0a74998b48415469c9a37be351eecf28 SHA1: b391c4bb29b41462622032b0115131c1fea28094 MD5sum: 1cf53d31a29e4e3d4eaa9c16e8c09691 Description: debug symbols for ros-rolling-laser-segmentation Build-Ids: 3be18747999b2add8d462d9e099f7fc908a06ddf ee9152f228d14a21aad536f0ed929b1a2796b63c Package: ros-rolling-launch Version: 3.10.1-1resolute.20260908.131401 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 1332 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.1-1resolute.20260908.131401_amd64.deb Size: 242874 SHA256: e9fabf66c7ff4db730d47570e6e67f2756e97c1a840c277775fc78e265671ad8 SHA1: dcc7ea35981240c0f105085249524127157874d6 MD5sum: 2c372ed12cfbb0012c721835ab82d54f Description: The ROS launch tool. Package: ros-rolling-launch-frontend-py Version: 0.1.0-3resolute.20260908.134915 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.20260908.134915_amd64.deb Size: 9414 SHA256: 7d670235d5852c9129e054844a3354c2560f670863b65a2dddf32a930f3e7440 SHA1: f7f7c8150b6f7c2c6e9facb50268d8c28e34e34c MD5sum: b9eba5fbdf3d4c0e3a0df0021c642937 Description: Python frontend for writing ROS 2 launch files Package: ros-rolling-launch-pal Version: 0.20.3-2resolute.20260916.210654 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.20260916.210654_amd64.deb Size: 56808 SHA256: 74b6ab31686b312fe8722b152dffb21da349220a70dee9acd5dd37728e27ddbc SHA1: 62c9f299a1087501960bf2a902d29c72901aa3db MD5sum: db33f8ee272026f0d0a4cea0a40564f2 Description: Utilities for launch files Package: ros-rolling-launch-param-builder Version: 0.1.1-4resolute.20260916.203512 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.20260916.203512_amd64.deb Size: 9562 SHA256: 2615810e9b4bea52ecbb1304529a0ec337866e490575240c4eb184b06519d9f4 SHA1: 3b18540778b18b335414074574bea4e22a7a16f4 MD5sum: fb4cb8a6c745e53a2da1aeb0af1beecc Description: Python library for loading parameters in launch files Package: ros-rolling-launch-pytest Version: 3.10.1-1resolute.20260908.133058 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.1-1resolute.20260908.133058_amd64.deb Size: 28086 SHA256: e879aa32ce9b4a31b2183f6b2d30f519b0265cc0b07d5d430b6cca011c3e7699 SHA1: 367fc7770f543887d59ffba885c2a4441989297d MD5sum: ac3b897951aeb99b5b269573cd4714de Description: A package to create tests which involve launch files and multiple processes. Package: ros-rolling-launch-ros Version: 0.30.1-1resolute.20260916.203515 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.20260916.203515_amd64.deb Size: 97326 SHA256: ee133066f71ec9b00f84f8ce48042f08aeab9cc7cb326c32a8fce5b016826b29 SHA1: ca6271126884255c5009ac6bfb691b448a676283 MD5sum: 507088919b7f78753a91907650fd98c8 Description: ROS specific extensions to the launch tool. Package: ros-rolling-launch-system-modes Version: 0.9.0-6resolute.20260916.203523 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.20260916.203523_amd64.deb Size: 19680 SHA256: afa4ea37e33ae2295b5b7353da80104640ffd3aeb3bed11053c42c9d6970a030 SHA1: 6bfec82f6fafed0d33964a8329233530495fa4ca MD5sum: 10e14bfac282e988e18e51206fab4eec 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.1-1resolute.20260908.132930 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.1-1resolute.20260908.132930_amd64.deb Size: 89248 SHA256: 12d97371baa6f9dac648d26c12e24a3a337fd2688bc3f756cd9a36f601a777b0 SHA1: c067bf2fa6e1254e69cf20dddb9e3d1b56de9933 MD5sum: 219a12730a5a4107d0ec1cad16bb3709 Description: A package to create tests which involve launch files and multiple processes. Package: ros-rolling-launch-testing-ament-cmake Version: 3.10.1-1resolute.20260908.134954 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.1-1resolute.20260908.134954_amd64.deb Size: 8826 SHA256: 25e6c8b594e4ee586d8b8d0fd2d7bb33ae0a741dcd52f706f5eda547057bb628 SHA1: 3838d6f48571a35209e8d3df09802d08b2448135 MD5sum: a0d6b72f43406a744683cf5f4f5d37da Description: A package providing cmake functions for running launch tests from the build. Package: ros-rolling-launch-testing-examples Version: 0.22.0-1resolute.20260916.214502 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.20260916.214502_amd64.deb Size: 14398 SHA256: 01e4c709f5cb630aabe66027cbf9d99fc26ec35da1d4ece91c3f5fe1db4b7a74 SHA1: ed8d5ea44c0be2f513129e930001fbbc65770fef MD5sum: 6f2e1b43adc7cb411906ee100688c87f Description: Examples of simple launch tests Package: ros-rolling-launch-testing-ros Version: 0.30.1-1resolute.20260916.210700 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.20260916.210700_amd64.deb Size: 23994 SHA256: aac0b44c8079e134992ad619f59ff2b6017ca65b7d70a80b3104bdd0a80adc1d SHA1: 54fffcb5584d23d333361b7f0107ee6a813f7292 MD5sum: 347d872b439386fba08771be878cd3d8 Description: A package providing utilities for writing ROS2 enabled launch tests. Package: ros-rolling-launch-xml Version: 3.10.1-1resolute.20260908.131510 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.1-1resolute.20260908.131510_amd64.deb Size: 11524 SHA256: 907978515f046cc5a85a0edd0cd0f5f580a6cac448d101a91aecf0e3520b2e69 SHA1: c20f9e66596ee551c8f923bf32df5ac36c5cee96 MD5sum: cb891511462021996459f88d005f1ba8 Description: XML frontend for the launch package. Package: ros-rolling-launch-yaml Version: 3.10.1-1resolute.20260908.131511 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.1-1resolute.20260908.131511_amd64.deb Size: 12078 SHA256: 364100672d171ae0f0a24687cca321db480016b4ee716a8d2cd76d6c1bbe35af SHA1: 2c0f7610eebe6ca856870aa90aa4ef4d45e2282f MD5sum: 2fc855cf528779005fa457fad0ff9069 Description: YAML frontend for the launch package. Package: ros-rolling-lely-core-libraries Version: 0.3.4-1resolute.20260908.140227 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.20260908.140227_amd64.deb Size: 687760 SHA256: eaca664a2002093dbf2e1384ba7b39330b46b0468b80093521590a9d61e122df SHA1: fa8492be1504f73716929e98ae149b41adb31dde MD5sum: fe8c0914b9b87ff63d89a0661e13aaae 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.20260908.140227 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 3784 Depends: ros-rolling-lely-core-libraries (= 0.3.4-1resolute.20260908.140227) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lely-core-libraries/ros-rolling-lely-core-libraries-dbgsym_0.3.4-1resolute.20260908.140227_amd64.deb Size: 2659868 SHA256: b766342ce78cf34897665a4b98be0037d0244fa4f5640c0914aec29a9ef814d4 SHA1: a241412c3c7e3594bfb8434e24e7b01f363ca7ec MD5sum: ed9868a799b3696bf8bf9a0c4c469fdd Description: debug symbols for ros-rolling-lely-core-libraries Build-Ids: 2424ad5109cde1ca6973e67c5f26e8d27b9235b2 4e24d2e1547297c51c972e710fe88b33fd5e9fb6 803c6a465db8cef769801b2e37c78d32713d2ef7 8c2415538ea66c5690218d53c5b3425c52c64ecf 9f78473a30590022ec9b3fb9757ff0c36cd9868a ae1955c18a89ec512109530158f22c8cc60cb8ee d3e639b71540c956025c93f6f80c38e168894bed e344f5cdc3d9f1e0591b1ca7660844c514cf2f81 f9567397c0f006daf4ec0f4f66d90b34d3b850c4 Package: ros-rolling-leo Version: 3.2.0-2resolute.20260916.213931 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.20260916.213931_amd64.deb Size: 5656 SHA256: 08bf785ec53955d9b52dbf38e169a025776c6203294f6c9ab39a6d98fa1a0945 SHA1: 435dd3710c8fb0181794523f70207579a1609082 MD5sum: f5608dbdab7813b4e645376da6d53d72 Description: Metapackage of software for Leo Rover common to the robot and ROS desktop Package: ros-rolling-leo-description Version: 3.2.0-2resolute.20260916.213724 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.20260916.213724_amd64.deb Size: 5703264 SHA256: 385287561399f903805f49063ac8bcc3f4b3c5f5a79ef64ef85e6a69653ad521 SHA1: 61884a30859b13362c429e8bb635ec2b97bb9132 MD5sum: 626af733189bf5dc8a319e1019d69b2f Description: URDF Description package for Leo Rover Package: ros-rolling-leo-desktop Version: 3.0.0-3resolute.20260921.014216 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.20260921.014216_amd64.deb Size: 5526 SHA256: 544f6f09427d30529adfb50a69d1dc5b22c3155e2b48b3d79486589eeb0ff266 SHA1: 1c193b7c6cfc10c73d5aca670164318a54dc446b MD5sum: 038a411e5c37d5378eb48c21e1e48ffe Description: Metapackage of software for operating Leo Rover from ROS desktop Package: ros-rolling-leo-filters Version: 2.6.1-1resolute.20260916.210841 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.20260916.210841_amd64.deb Size: 254616 SHA256: 91541ea2904ae979c499439a91a35389dae7b65a29784a1d0f3472c42e2dd564 SHA1: 1f68a6f44091164251ea7db2e2c19cd78c7959c2 MD5sum: 5f648badb6ddd89a2a067444879c91ee 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.20260916.210841 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 6539 Depends: ros-rolling-leo-filters (= 2.6.1-1resolute.20260916.210841) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-filters/ros-rolling-leo-filters-dbgsym_2.6.1-1resolute.20260916.210841_amd64.deb Size: 5460224 SHA256: a46b7c4e22f9471146a1db1fe23d7e89d3071d528f0fe4a73c1f5a3042abaffd SHA1: 5c451d39ef4bf24fd2a99ebc1fdccb485a3c5c91 MD5sum: 4300d213708e60a9cb4e19b7df79affe Description: debug symbols for ros-rolling-leo-filters Build-Ids: 185c91daf066fbb00fabb4306f692f4e4d909148 76eb54a5f980d05a3be9be0f861a2f64f7dee729 ad5f332d55e72aca2d18348302cef83b749c4dc5 Package: ros-rolling-leo-fw Version: 2.6.1-1resolute.20260916.204930 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.20260916.204930_amd64.deb Size: 402252 SHA256: 724edbd1b2b8015bd929b469eaac2e402bce9cd3f9621af653d5a0dc01cad84e SHA1: 9535789317c56377cbc10427e143e9b62f86db15 MD5sum: bcc508ce71ed5e44db1a6fc39d5e51a6 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.20260916.204930 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 6379 Depends: ros-rolling-leo-fw (= 2.6.1-1resolute.20260916.204930) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-fw/ros-rolling-leo-fw-dbgsym_2.6.1-1resolute.20260916.204930_amd64.deb Size: 5019100 SHA256: 6ee43cc12eeeb35b85e1c38bf31084b1dfa163ccbdb8154c599cd7e233fc9ad9 SHA1: 90b57e5a583131cca47c1020ad70a6143e1f0ce7 MD5sum: 646df9c09d248ab90f58e66f6af748da Description: debug symbols for ros-rolling-leo-fw Build-Ids: 35dd41b77939bae38bb9996336dd86eba6ea0d95 dab8b17f04ffffa140c91a3901af7d4977dbb405 Package: ros-rolling-leo-gz-bringup Version: 2.0.2-2resolute.20260917.064039 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.20260917.064039_amd64.deb Size: 8438 SHA256: f3d20b1d60c24f66fb95b49da0a8c8c4a23a0fc6395ca697998f8001c969be4c SHA1: 022c1989f694de4712ba86907546e558dc11d97d MD5sum: d6c57ecfc5dad14baebc61cdc7d57b63 Description: Bringup package for Leo Rover Gazebo simulation in ROS 2 Package: ros-rolling-leo-gz-plugins Version: 2.0.2-2resolute.20260914.204753 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.20260914.204753_amd64.deb Size: 141636 SHA256: 4d79fffc6da850749c3d819ef73a4ce4602710d77d3ca501675d128a61611004 SHA1: 98fe1bdee2c03f1dfea23038cf27c740328d8b51 MD5sum: ad46b180e356e1e0bd7fedb9cfd2920b 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.20260914.204753 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fictionlab Installed-Size: 4206 Depends: ros-rolling-leo-gz-plugins (= 2.0.2-2resolute.20260914.204753) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-gz-plugins/ros-rolling-leo-gz-plugins-dbgsym_2.0.2-2resolute.20260914.204753_amd64.deb Size: 3166502 SHA256: 23c00544cbf204d1665d97d5745d1bc5d216f65c246218559622105732353b15 SHA1: 1e4a09ae525de1e5a817f685dcc847dbe2a825a7 MD5sum: 2fa46613883b5d34447bb5ec7ae87985 Description: debug symbols for ros-rolling-leo-gz-plugins Build-Ids: 70de85f769838b0806ddc8f6ad8a0942f5571697 Package: ros-rolling-leo-gz-worlds Version: 2.0.2-2resolute.20260908.135422 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.20260908.135422_amd64.deb Size: 143385790 SHA256: 21619079fb7711adbcd9ad190c99933f97f45de9db19fca24dee8edfa3a671f7 SHA1: c15efc5407d1355ff0a1e034d42d050985806644 MD5sum: 6ffe791b2a8c2fd744b66e733338df30 Description: Gazebo worlds for Leo Rover simulation in ROS 2 Package: ros-rolling-leo-msgs Version: 3.2.0-2resolute.20260916.034427 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 1096 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.20260916.034427_amd64.deb Size: 91644 SHA256: de1dfe13abd98cb0e9e27b14086b2a94f899f482c636cc7fb166c2af3ea51cb8 SHA1: e42df9fe0377c2549fa509630c624ec1eb2c7928 MD5sum: 04cc10d824dce31d54affba607152616 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.20260916.034427 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fictionlab Installed-Size: 799 Depends: ros-rolling-leo-msgs (= 3.2.0-2resolute.20260916.034427) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-msgs/ros-rolling-leo-msgs-dbgsym_3.2.0-2resolute.20260916.034427_amd64.deb Size: 559292 SHA256: 32831b768193c31bfc4428ccb998f470b7898b8eb84849af1f64f445a6eab951 SHA1: 2d7c8af3d56083378768eb20d6a4d633c5dfddf0 MD5sum: c16120622e2d8bc1c07235eded58194d Description: debug symbols for ros-rolling-leo-msgs Build-Ids: 0228ff0c04a8164d74022608d1824ff8c78b3346 03d53f7c9a5f50d5a9180e5212a1b6ab5abe65d9 1f61590bcfc586b46b31e2c1d575f8657b5e69c3 43e3f1613e0c3253b8a8096a0eb9f07ffb71b742 6433a0710810baf8cf0327046ce1cc2fa0db09d6 a3203b6072ff44139cee43f4b385b16ddc6d609e a5233d158f7eca94bcc6c1e683385ea849364baa aa96bc4b1d60d0461ceada726a5731aa7a750d79 e64412bbc74a0bfbbcc702c77f8c0a95b364ef5f f081deda59275cc8394374df0f738125ebe70cc0 fbe7e99381794b8448bde7d32329df945a438a22 Package: ros-rolling-leo-simulator Version: 2.0.2-2resolute.20260917.064300 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.20260917.064300_amd64.deb Size: 5716 SHA256: 6210e808a70f27f38ee69eff67824267b7245f0c207f827f5096f562398f547c SHA1: 7ccd240b040be426c38f494c6e41bcc7cc249495 MD5sum: f162b343ed05c38fe0778496a6053d4f Description: Metapackage for Leo Rover Gazebo simulation in ROS2 Package: ros-rolling-leo-teleop Version: 3.2.0-2resolute.20260916.210751 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.20260916.210751_amd64.deb Size: 6646 SHA256: 0f4db90574288ea812faf38eb31bbaf7e2fc5210023063440499036030388c76 SHA1: 5a18deda88bcea6f457981ca0df0b8e9a54c749e MD5sum: 2fb43255c201524f3d3ef3ba90a0497a Description: Scripts and launch files for Leo Rover teleoperation Package: ros-rolling-leo-viz Version: 3.0.0-3resolute.20260921.013926 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.20260921.013926_amd64.deb Size: 7986 SHA256: 9d39ea21fd556cedc1bd06b0a486d0d23e545e73ca945ae395304a4db2157eac SHA1: cf106fde3f653c961a6851e552d0e97c658e27f1 MD5sum: 0a31c27621d6765d437ec935b605af82 Description: Visualization launch files and RViz configurations for Leo Rover Package: ros-rolling-lgsvl-msgs Version: 0.0.4-5resolute.20260916.034607 Architecture: amd64 Maintainer: Hadi Tabatabaee Installed-Size: 2827 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.20260916.034607_amd64.deb Size: 206804 SHA256: 4bf9141e9cb4aba551a6748a03875879918f55596e2cfd443b822124905c3d50 SHA1: e77a4dc92014e5d267e912fb78644759763cf703 MD5sum: fc757fafb44419a3697151aa62352d3f 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.20260916.034607 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Hadi Tabatabaee Installed-Size: 2246 Depends: ros-rolling-lgsvl-msgs (= 0.0.4-5resolute.20260916.034607) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lgsvl-msgs/ros-rolling-lgsvl-msgs-dbgsym_0.0.4-5resolute.20260916.034607_amd64.deb Size: 1716800 SHA256: e05843e456a5afcfa2b1700361232672894ec5885da96125f7322d5b26364731 SHA1: f639fdf309e45b66b7c095e49829af9d60d96ed3 MD5sum: 9365afbf453933e290c8393003eeeb72 Description: debug symbols for ros-rolling-lgsvl-msgs Build-Ids: 23f7dca8a3e8ca8f57e2b0a454b4b7b4a89eb509 3b6a4f029a52dc561843920647f05cdfd1ab6bb2 559fd535432b652c7bde39e7859377aa743673da 903db0f78ec0d49aeef7f564f1a67aa2ebb6b2fc 99d8f62daf9ce70db19a54e154e4b5473a95b294 b14260cf9fbcbc081ab64e28c1e2350a2587307b c709987357d8c3d152f80b4659cfc86656184739 e0a0d0b3760c468f5a0692026e4953d15bc33f84 e9528f8ef8027938782a62c4430c579b83df1dc8 e9f343b22e3e6a145d4e26e9e74e8d4c609b8bef eeb9e0cdfb938a24c7ea9bb6932e0e2bed260086 Package: ros-rolling-libcaer-driver Version: 1.5.6-1resolute.20260916.205429 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.20260916.205429_amd64.deb Size: 259434 SHA256: 6f4fc77224e34ec14b1c6087423d104565f08b9a819754b17616e5be64f696cc SHA1: 5af7909cd872fea5e1428332ad37fa688bd394b9 MD5sum: 0b4595015948624b4ce04177ebed27e7 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.20260916.205429 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 6463 Depends: ros-rolling-libcaer-driver (= 1.5.6-1resolute.20260916.205429) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libcaer-driver/ros-rolling-libcaer-driver-dbgsym_1.5.6-1resolute.20260916.205429_amd64.deb Size: 5584326 SHA256: f5e5ec5bbad5d017b2896b7fc445b72f83f19d3bc3cef1bf64c72c8324cdb165 SHA1: afca7d12e16e2d2a92d43f25fbccccec1af03d77 MD5sum: f9b9b8fe96eccf58c69403b7b1996a0e Description: debug symbols for ros-rolling-libcaer-driver Build-Ids: 4cae01aebeb2e3bd3e0366ed9ee4e5fa7c99ea8a b1465533788620544eb0eb5e82f774aa87cd5ecd Package: ros-rolling-libcaer-vendor Version: 2.0.0-2resolute.20260908.135112 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.20260908.135112_amd64.deb Size: 162724 SHA256: f635e9f9e7786bd3d285d249ebb332ee4e5f06dce80e456cb6f5fbf4fe2967f6 SHA1: b5f1dac269c9a50e2cd55abf01179123dc71bdec MD5sum: 1edd65567f0c404ec8a8dde9d5d86996 Description: Wrapper around libcaer library Package: ros-rolling-libcaer-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-libcaer-vendor Version: 2.0.0-2resolute.20260908.135112 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 150 Depends: ros-rolling-libcaer-vendor (= 2.0.0-2resolute.20260908.135112) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libcaer-vendor/ros-rolling-libcaer-vendor-dbgsym_2.0.0-2resolute.20260908.135112_amd64.deb Size: 10668 SHA256: 6534eeff1c2f425369ead8c4a2181ff3ae2080d631734f23ce97a3ee426e9f8a SHA1: d74af565b30ccf540632f67f218eb4bd95c5cd3c MD5sum: 7b2bd2b3287429ca05f2afe4fc25c263 Description: debug symbols for ros-rolling-libcaer-vendor Build-Ids: c52888fe787724e4257a0dc07fbbd48f42022f0f Package: ros-rolling-libcamera Version: 0.7.2-1resolute.20260908.131342 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.20260908.131342_amd64.deb Size: 1061710 SHA256: c63db35b98918f300ffea5c3aa128a891995909c8db840356f548771a37d0444 SHA1: 3495806d199cdbe09ee32fc2bfa0f091c66428da MD5sum: f33e57fcba90a4acd5394d87f399f57d 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.20260908.131342 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Rauch" Installed-Size: 26334 Depends: ros-rolling-libcamera (= 0.7.2-1resolute.20260908.131342) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libcamera/ros-rolling-libcamera-dbgsym_0.7.2-1resolute.20260908.131342_amd64.deb Size: 24272050 SHA256: 395be9007bdbe957e95be66cb04eb8782437f3f775b2667eaf711dedc0561b22 SHA1: 3e4a83424f36dc3590846ff03231113d8d9134d5 MD5sum: 606acfd2eeb6d4b8dab2ad543fb9f714 Description: debug symbols for ros-rolling-libcamera Build-Ids: 0ca182574d3a722c1cc04e7fab35274145a3d0f4 1ebea95d81edab31553687e9ebe5c8a2642cf332 2a0f803e504a581abbb4be4807d624539e0c6088 2d8f4dfbb9e86a78f4ed32f9ae90fd2447f446cf 591f6ac174c2504794ec64177bd910cc5cad10f1 8383557a12a55b4c15079e1159a85c2c9b9940ea b7004e32fdc9733acbb2b876b3aef39ef851be17 f4f0f2bdf74f161a3bd83b65f53404672547bf89 Package: ros-rolling-libg2o Version: 2020.5.29-6resolute.20260908.144607 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.20260908.144607_amd64.deb Size: 1159482 SHA256: 72aad0f6d8d0bb97a95fc775dd496eb692e26842cf33c136d8de5fa7ee87d12b SHA1: 2b16da9ffa0c2e73bd9f87d3bfd290978146f3cf MD5sum: 043075972c5ec92d45592ab05f3bda99 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.20260908.144607 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christoph Rösmann Installed-Size: 166188 Depends: ros-rolling-libg2o (= 2020.5.29-6resolute.20260908.144607) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libg2o/ros-rolling-libg2o-dbgsym_2020.5.29-6resolute.20260908.144607_amd64.deb Size: 165960396 SHA256: e5f00d4555b99b97c418683a9364efd7b44b78a7d430e14d733f0ea955dde401 SHA1: ae7188b78fbe9d23cf76b82144882dd1cf12f7fd MD5sum: 4c43cf66c35f2e7ec5287c3573686f27 Description: debug symbols for ros-rolling-libg2o Build-Ids: 014b8c9db733b5b2155484ba13111f7a9a8d554e 0c6cec55638fa308eb06a5c8bbb31dec8d3ff8be 1797d5a8bb0838adc5986029a5abef064c3146ac 341c9b48dfad2c6c933231cebb1d94d6055ba942 40fbed6ab38779de66376287bf40c80754061093 512ac689a1501d85a1381de0446a0291562458e8 5bf510a05c6e6a8b50f723a109976c49bfb92581 5dfe3e2ed95f0510e191f80be7bfdd67a3e90c27 687f39e4d3ca619173f283ae17036a89d26e075e 69c4c2f80337a786b875a13993d42752d8408572 73e9965cf0140e876d3ee5ea155e5f3a5ae6f44a 7a69e9bee832f813137281e4e4ae2e457b2b3811 8478206e1cd256fdd4fd4dbe5cb3f55b0bab6745 8b6f89767e2030646024970130dc830d2849c015 9a4f4e896a8885209ecf7fb2eb44a478402c0417 9ac36b36a908acab54bf8e7616cee62394fc4405 9e087150dd76f296976639fd662609b8e755a27c 9e31c25b0990fed82cb72469a21a4ee2cdd87193 a5a4aa8ffc556463a9785d9e0b22f8fc616a30d5 a64a1ebd4ea62389cefda3489fa7eaf7e1a7a807 a8b400753fc05c5b61f7e2ad270316d0d6f0a190 a98a0c71999f14ac978b7ea5b452858367614643 b0c68b721de6d055a36b6a28d198fc32d1632c2c b46621c240a7a79c0166f78162ba8132b88b9150 b725701d24482e9dec4dc2910d9a2e9375e3bdd0 c5f8a19e1ba2cefb79f1c46b80187e89bf148072 c74b08bc5af46c0c95c16da4ef0aadcb288dcf5c d060c7be2370c21703df39a4392fdeb4cf3347b1 d18747fc51b0cf54dc2280ccfe5287f808ea27b0 d567da022ea21df8179dc2b7c7c0b4972d1ca7e6 d8ffd3c7ca6eaa4e4fc9eac701300057d5f17257 ec80107c382383ddfa03f2fbce25862031b712de ed1ff22edb1ae7ae10df77c9ce5544c25c019605 Package: ros-rolling-libmavconn Version: 2.15.1-1resolute.20260909.090801 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-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.20260909.090801_amd64.deb Size: 123352 SHA256: 0a161e3334f543dd63d2f74bc9d6d09e9b2b7243ea669d8d3c5019e57cd01693 SHA1: 2f62d6913b8130d5e2c366c3586dc4e3f6d2cf27 MD5sum: dff70d036d639c927ebb7593e7e5200d 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.20260909.090801 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 2103 Depends: ros-rolling-libmavconn (= 2.15.1-1resolute.20260909.090801) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libmavconn/ros-rolling-libmavconn-dbgsym_2.15.1-1resolute.20260909.090801_amd64.deb Size: 1876480 SHA256: 234a42c5263f2d55148eb64c62bc6d37506f589cc457de47b25ff95cf4b26506 SHA1: 5ff3aad3d0810a519409206f80e77470481dba55 MD5sum: f82b41cfe3a9caf15d9120a6c51571b0 Description: debug symbols for ros-rolling-libmavconn Build-Ids: 591459e9fa5e7a80d0a94c35bd808fd63f991265 Package: ros-rolling-libphidget22 Version: 2.4.0-2resolute.20260908.140247 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.20260908.140247_amd64.deb Size: 931132 SHA256: 72009424843acc68e614f8339aaa3aca505a46dc69804757f1ddae438e30dd2b SHA1: 76bc2ab92077aa60ee7ba83949cc4088b555f79e MD5sum: bac4049fac8b38e06f76e74ee2ff5624 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.20260908.140247 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2608 Depends: ros-rolling-libphidget22 (= 2.4.0-2resolute.20260908.140247) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libphidget22/ros-rolling-libphidget22-dbgsym_2.4.0-2resolute.20260908.140247_amd64.deb Size: 2004710 SHA256: 05877e53d21e0ecf7aa18534930ce86a77ba0031e2a71066a227562483e0b8b9 SHA1: fa89a184c64bbf7f47211678dfccda7ce955eeab MD5sum: 629836ed85e185684f92dbdb8361715c Description: debug symbols for ros-rolling-libphidget22 Build-Ids: 9b465f15685a57fbff9a02d2cdba65ab53f870a6 Package: ros-rolling-librealsense2 Version: 2.58.4-1resolute.20260908.131347 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.20260908.131347_amd64.deb Size: 9269540 SHA256: 6dd77c910ff6f9fcaf5b49ddfbd32173fa032ea67a52a8ef00782b6e285a0d3a SHA1: 4b90d55f4b68ba2da107344aae80b3b0532fd6c5 MD5sum: a16e1cf99154bfb9d994f144a07a107c 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.20260908.131347 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "LibRealSense ROS Team" Installed-Size: 176237 Depends: ros-rolling-librealsense2 (= 2.58.4-1resolute.20260908.131347) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-librealsense2/ros-rolling-librealsense2-dbgsym_2.58.4-1resolute.20260908.131347_amd64.deb Size: 164938158 SHA256: da7c00669f4374fb3ed153bd934215c80506c72b135a99e62430324ff37a12e4 SHA1: fd1f75ce6e2a2768633428bbceffbe1163fdda22 MD5sum: 5071da7d8cbc4d675f36299f64a7ea84 Description: debug symbols for ros-rolling-librealsense2 Build-Ids: 093d342935a0c50bdf8b4cf72a551963a6af9eab 0aa627e382387195d1aa5171122b02cf4b555837 0bf22aa3a779a8cbed925e18838cfb855ad398c8 22a7daa5abda80dc2bb125bbff599eb6b87f80d4 2ded5e4132b61e2e5a9caed0b8a5bfa39f8c53ae 32e8059e1b32bfecdf098a5a6a3e2d78af941d76 32ed3eac01b45fa844546b895fd8470e000b1160 39324c9ac8efbc376076ca72d3dfda3b5f082ebf 3c9bbd84802e5495ae49a2d7eb8a0e8b09998324 3eaade24599145d8b24611ac45c4b14368b23951 44044533ab69a490bb36255be3779d1eaf82e3fe 454737a649d5b75c8510f6406eb5e26a3fcd2e41 4bd5c096794630b0e95c9d3769d25ffcf40e34fd 4fc376b2a6bec0e1eeb63ea340d680dd7d9b023a 5f1333d22cae9bdd58ecc9ec3c56da6806118769 5fc8d69103343069ba5de2e969e1aab0fbd4919c 644997a039956dcb2302413332649f643a641620 6f0ca4041516dfc001c87110d9a888d989ad2249 71c308713202f3e8bf77755c8eed6dfb95dd7566 7be9157a16d092666f0be86b56ffd10983c0047a 7ed8bb549a6fc8d3226400978a67da13606d3123 8df60023f59c80c99f504577225bded15aebe6ec 8e3d9f51f969ef1a86f46e06d893588d892f0ec5 8f8f81f49683e8edbb7eecdc48fb9c78f4df9d1f 920a32cc66b50a1f4265c61d248b7d738d0ff3d3 a038149ddd67ccfa74076b6986c84278ab012f0e ab72750c3b5cce739cde425953ed7a82e115e51a bb97cf72757c442734d23d02c898e1d053c03b0a bda0cf116dc8c7423cab8a385fea9af8ad0bba8c bf667e0d6b9dd3297fca986c4614bf730c5e386d c1f62aa01dd96423923a52f83eee5fa39023187e c4e3d0c2b9dc3904248019a21de155a5f03c33d8 c6100e76f7e69e4f8f4b7da794e6624bc9510157 ce1651d14da8b4d1fc7b6ad8c879f5392456733e cebd744f305a0b5b1c4c7807ebb5cafe12ef5847 d2882c0bce8a6d4ade973b7d11c05ba6c8771b66 d389b8ed73abfb2c1b8a357c2ce8ea8ddff0e8a3 e85e13e3d5721b23bd0227df1bb0815c96cbb683 f5dcdc4317cace8f7180815a5c1652855ede65fe f881e6f4b065a4c61997e2020150c452170b35b8 fdf376c73931b9740c9e076bbf107c2b7458ca51 Package: ros-rolling-libstatistics-collector Version: 3.0.0-1resolute.20260916.200634 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.20260916.200634_amd64.deb Size: 26432 SHA256: b347e5d94ba4578a6aa95d0877bbf700380355dcd2d78ccc9a3fefccbdcf1351 SHA1: c06cf4c9bdb34a3d8180978aa699b56385bd2258 MD5sum: 3c883b03410cb61a312d868df413f8c7 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.20260916.200634 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "ROS Tooling Working Group" Installed-Size: 143 Depends: ros-rolling-libstatistics-collector (= 3.0.0-1resolute.20260916.200634) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libstatistics-collector/ros-rolling-libstatistics-collector-dbgsym_3.0.0-1resolute.20260916.200634_amd64.deb Size: 118934 SHA256: 44e652f8962d21f19fb5b6363797938a98df6e58b87d6b4045af4f9c17b5d3ab SHA1: 4ebb292f47759a8ed424f32435e6ebe31d6c7231 MD5sum: 0df5389feaf32be105220d126c502766 Description: debug symbols for ros-rolling-libstatistics-collector Build-Ids: 27cbc93efbfa4fb8087df23c9a26704cd3cd62da Package: ros-rolling-libtorch-vendor Version: 0.1.2-1resolute.20260908.135115 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.20260908.135115_amd64.deb Size: 107113430 SHA256: d7560eb390ef463b2ffc02af840ed02e23e62e309e2814e2122a1d9cf4428601 SHA1: a96b480b42a1f89c06c74dd95398f2c287ff7f0c MD5sum: 67362e1c0280159a70b5b1b13eeb9a34 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.20260908.135115 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yuankun Zhu" Installed-Size: 9883 Depends: ros-rolling-libtorch-vendor (= 0.1.2-1resolute.20260908.135115) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libtorch-vendor/ros-rolling-libtorch-vendor-dbgsym_0.1.2-1resolute.20260908.135115_amd64.deb Size: 739368 SHA256: 7eb42e29510a81134b7243e93b73706a4eaba02ff65e70acd502e5461264c4a3 SHA1: 2aaaacdf79c121375e36bf7eeecf792c8c550ff3 MD5sum: 90ec1d0360bb4ae60be83e3d29be6ed0 Description: debug symbols for ros-rolling-libtorch-vendor Build-Ids: 2593f5139b00a49ee9653a3e40ec7b1f57d19146 3333805b464d19523898e38c439ede5e29c45cbe 7024461e5a47d359dd28b770f3540a327921cc8e 72686545bcc86d80de0fd8c54d21ea25959d4019 73fc1af3dca132cff86609370ea17d4e2937c2e0 84d544a89e525fbe2565134ccb9070cc2ff0141d b44be522b9e237a85471ece9fafcba949e681a73 bc6c4fc4bedac60f83674db557ba139749c28a77 c4f0e1b5199181217304807eb409c0c6459916e1 df59c038561b496b17048441385d774c7ad2056f Package: ros-rolling-libyaml-vendor Version: 1.9.0-1resolute.20260908.140316 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.20260908.140316_amd64.deb Size: 7044 SHA256: 15afb47046e4f6ff199e5d581e31eb2afd0d5db72eb6d1043a2b376124b3ea46 SHA1: 2fe4f682078008cbddb04df37d7519f7dc375872 MD5sum: 5235191f6ddd6d1cec4d7c634855365b Description: Exports a custom CMake module to find libyaml. Package: ros-rolling-lifecycle Version: 0.38.0-1resolute.20260916.205841 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.20260916.205841_amd64.deb Size: 190962 SHA256: 00514b81ec715f4c813c16e2131849226c7a06c57f7b3b1c9e35a518042cd773 SHA1: fb44f36674c2cbf6739ece5a7ced4021f1d9c75b MD5sum: 0aba583fc4c48ea45567dc2e987a04a5 Description: Package containing demos for lifecycle implementation Package: ros-rolling-lifecycle-dbgsym Package-Type: ddeb Source: ros-rolling-lifecycle Version: 0.38.0-1resolute.20260916.205841 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 4835 Depends: ros-rolling-lifecycle (= 0.38.0-1resolute.20260916.205841) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lifecycle/ros-rolling-lifecycle-dbgsym_0.38.0-1resolute.20260916.205841_amd64.deb Size: 4016506 SHA256: b97d9208216da2ec4bfb2219fd980f34bd2b392f572d934ad4f486b96f759261 SHA1: 24645c9f17eda55770b61e3e9b43af1d33196796 MD5sum: 6e58ab2e3097dbdeb54a68061f75ea37 Description: debug symbols for ros-rolling-lifecycle Build-Ids: 775b8eff62390c813dce31abb7690d1efcef6f5a 8b377f86bd2bbb2576f17149d6e48aaf0be95e4a 906aeaf9505faca6f4e7fb83ea6fe2cdc385a376 Package: ros-rolling-lifecycle-msgs Version: 2.5.1-1resolute.20260916.025503 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.20260916.025503_amd64.deb Size: 201876 SHA256: d34c2d2087ce59c40de40f0506dff91d7fcc7b4399c918107a932976478df586 SHA1: 6134a575f744915e629a014b420855718b62d928 MD5sum: 3c0d0e5cd987076056f626eddf12ccdf 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.20260916.025503 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 2146 Depends: ros-rolling-lifecycle-msgs (= 2.5.1-1resolute.20260916.025503) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lifecycle-msgs/ros-rolling-lifecycle-msgs-dbgsym_2.5.1-1resolute.20260916.025503_amd64.deb Size: 1571024 SHA256: c4c68e69e59ceaca9789b7763c407573a8040c58f83cbde23ad217b9900e9b2b SHA1: f182c12d76d4c0b59bcc7750e74d053b9cc7462c MD5sum: 601584a4d8dfeb33dea26a9d0e31ebef Description: debug symbols for ros-rolling-lifecycle-msgs Build-Ids: 32f2a9bb028d23b902441bf9ee0976f430b84bdb 3ea4c4c4296f267d564aaccb58f2db0cd185793a 40d88fae54279fb4070224b334e397a546c7eff5 5448de292339f33339563e2b723d1e5b85f935a7 55acf4524bdf51f6f8ad67d126fb099222bbe632 6bc176253f4d1fb751fccbe67ec64ee1e16bc61e 6feb411a5958335e66a1004f2d8662f98e86c8ba 97b2ea69461b15979e33e0e1de17dd96534f251e c230ed6186fcc298d45ec6e275cbeb270ad31202 c80773a1e303c75170ea37b7d4c83a4c2f5bdfba e05ba5e1106071441af79fdbffd58321996e1e5b Package: ros-rolling-lifecycle-py Version: 0.38.0-1resolute.20260916.203526 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.20260916.203526_amd64.deb Size: 9314 SHA256: 46c82a1a011128c7bc0ea696b6f5217253c2caa48140efa7016ed2596abcca48 SHA1: 83569f2f07560a799d1e5eea748ff61b35c23158 MD5sum: 79aa643ea002fd26d300578960bce03c Description: Package containing demos for rclpy lifecycle implementation Package: ros-rolling-linear-feedback-controller Version: 4.0.4-1resolute.20260916.214525 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-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.20260916.214525_amd64.deb Size: 279442 SHA256: 5f017986a10092a61bade5c0885557fa9ab2c475aedc1c70c77478085b656ca8 SHA1: f0cd2dc29b67ef06343d5c4652f780b088bccc57 MD5sum: 136f35ce6d394e99a4b5b5d02f4b8fba 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.20260916.214525 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 9788 Depends: ros-rolling-linear-feedback-controller (= 4.0.4-1resolute.20260916.214525) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-linear-feedback-controller/ros-rolling-linear-feedback-controller-dbgsym_4.0.4-1resolute.20260916.214525_amd64.deb Size: 9242748 SHA256: c599c0ffe24c21af69b166d625b2d7cf2e019edfa1ca59807c11fe367fb62652 SHA1: 0ae7a0a3cfba88352155e1f49dfa31d51875423f MD5sum: ffb60bd74334ed5afdb680590dd51f29 Description: debug symbols for ros-rolling-linear-feedback-controller Build-Ids: d4edde481e351e0f73788f860e64be2bf1231ef1 Package: ros-rolling-linear-feedback-controller-msgs Version: 1.3.0-1resolute.20260916.213946 Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 1009 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.3.0-1resolute.20260916.213946_amd64.deb Size: 101712 SHA256: 15f9e043f6d8b6519b3406b5c1fca67965cab3b252e095964cbcdf44f93729d8 SHA1: 3534652c75f5fa0a94974b875a62d0aba50b3291 MD5sum: eb4729702d2821089e9dd69cff6ad3a0 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.3.0-1resolute.20260916.213946 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 850 Depends: ros-rolling-linear-feedback-controller-msgs (= 1.3.0-1resolute.20260916.213946) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-linear-feedback-controller-msgs/ros-rolling-linear-feedback-controller-msgs-dbgsym_1.3.0-1resolute.20260916.213946_amd64.deb Size: 622214 SHA256: 45892406501a24c8ed6a8fa9752a7ae6425f1f8972bc423176f98860423cdcf0 SHA1: 0f5809beb7a4d6ef050e6295f2ed587f22c2f930 MD5sum: 5bd2fac3a34396b03c595d5b9267f886 Description: debug symbols for ros-rolling-linear-feedback-controller-msgs Build-Ids: 4451f42277bf9fc4616abc3ebba02420b0301663 552eec3fef454bfe88962f757abbff944d68a1b8 5f48a250646386a52e315ec3679e6199fd205258 655b45413c4c06f41da3f2ca7126666da94d9a17 7a5b9fd24e23960eb2e6d3b4e2dfd687d7d9b57e 87bedb99e6800058925c2121cbc74d8dfcf5161f 8975d4cd687aa55dc345bd2ad9b47b094c5a76fa 9e130a22b9a31935220f75c0b698dd75a3a5c1c2 a23e0b93e1a5098885698357ac59b229ccf88466 b8e206e0e26106b1ab05c65df03b8247e8288fab dabcb986df9fe11cda7d425669e2f8762f1680e8 Package: ros-rolling-linux-isolate-process Version: 0.0.2-3resolute.20260908.131344 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.20260908.131344_amd64.deb Size: 6546 SHA256: 9fca6a69154face2c621be10d50fbfcecea61f873c805097b6f261ad015a7940 SHA1: 2a87175c4d869a2052fe3c43fdc04c4b53aedf21 MD5sum: ddaf83dfec6f33d8210b47d568ee7f6a Description: A tool to isolate ros2 nodes Package: ros-rolling-live555-vendor Version: 0.20251106.0-2resolute.20260908.131403 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.20260908.131403_amd64.deb Size: 510146 SHA256: a0f87e752e7b8c7b979286e9a8be89ba63c32fbc30848a96e839ccd673c6353d SHA1: 17ad67494970d8817113e4c4055215ca0f103cac MD5sum: 6d398bf3b680cc7fd60c6c9b781c24b3 Description: multimedia RTSP streaming library Package: ros-rolling-live555-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-live555-vendor Version: 0.20251106.0-2resolute.20260908.131403 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Timo Röhling Installed-Size: 2318 Depends: ros-rolling-live555-vendor (= 0.20251106.0-2resolute.20260908.131403) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-live555-vendor/ros-rolling-live555-vendor-dbgsym_0.20251106.0-2resolute.20260908.131403_amd64.deb Size: 1652482 SHA256: bece9146970bdf8bc065b94c6389e70ed7f4fa91f5107ac8f8ca88e2c56cbe5d SHA1: 6303eec81f7376f504b669fa3a9b164bfa4e9328 MD5sum: a165607e2fb9d0bafd2b13f3599498ac Description: debug symbols for ros-rolling-live555-vendor Build-Ids: 0dfaca0919b8bd0cdc71599ea0410db080446790 4e2289ba8cc4c0ef53e574547a15a61e2e678f4f 664919c0a252b9fe41a96585066c9c04356e6d66 702b90725a7e0b985f1f991788ec8192b4c84c9e ace84a34b579389d0451ad9282fda1314d849a63 c643970b5abb8f069b2fd7800c79793436dceba9 d930ba12fb5e025e5e0da395112d09bc5472b434 Package: ros-rolling-log-view Version: 0.5.0-1resolute.20260916.211840 Architecture: amd64 Maintainer: "Marc Alban" Installed-Size: 1093 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.20260916.211840_amd64.deb Size: 260472 SHA256: 58799a038bf1c150e34c889ed27d93d2111cdace918179950ce7fb10fd90aa9a SHA1: 6c701d7b07a9e503cf852ff93a9a0410137f8d4b MD5sum: a3dfcb5d928bf844cff436d5f6d3e0d9 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.20260916.211840 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Marc Alban" Installed-Size: 6140 Depends: ros-rolling-log-view (= 0.5.0-1resolute.20260916.211840) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-log-view/ros-rolling-log-view-dbgsym_0.5.0-1resolute.20260916.211840_amd64.deb Size: 5395230 SHA256: 4ac1ae2704c7b0f6ffcb32684de15c112b649829b26061c489d907b2e546d9d1 SHA1: f62bd10523a7790df2d301c221b6b3be081812e6 MD5sum: dfd2b2dacda95a84bb5f6c4a09bd5ccc Description: debug symbols for ros-rolling-log-view Build-Ids: d385f6bffa54237ceb06571a96dbecc6e5fc83dc e7148badb3a9bb8248810ff84d4a90d77a79e284 Package: ros-rolling-logging-demo Version: 0.38.0-1resolute.20260916.205829 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.20260916.205829_amd64.deb Size: 151916 SHA256: 50143de435f4e8ead5ee10318893cc25ee24bbe44888fbc6dc428d3f303bf098 SHA1: 446da939400f630f56d4b21608c8158f3c22a669 MD5sum: 521acf75663f0c822b17494bf781f872 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.20260916.205829 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 2382 Depends: ros-rolling-logging-demo (= 0.38.0-1resolute.20260916.205829) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-logging-demo/ros-rolling-logging-demo-dbgsym_0.38.0-1resolute.20260916.205829_amd64.deb Size: 2030644 SHA256: 308d0eef404a5eb3d8fc6d69905a75795d5d3ac3f72a51785ee6730343d3ad9b SHA1: 0580fe4fe6de66c9ff9d68bcde1a2173907824c5 MD5sum: 415aa6611962e267c87def165d523fad Description: debug symbols for ros-rolling-logging-demo Build-Ids: 0295c50dac28b7eb7f80be5e41f3b17d218bda94 13868b50cb6b32568237cf1e900590fa632f8621 19dda6bc3d1d3852b8b07bf8a547a765187ae2a6 4b480f4df456aaeeefe93c6db8655d4e63130ad2 5fbaf0d806f5a57a48c7efb57ede7f53dfda5008 67b6f4d7c5e1f9f8eda1accd8a53676832e3cfa0 9367106b2a85acf66314adc119fb0c46bad1990d 9cf36de34b5bf0f2cb44bfdcccba6b52371996ee afca6e174f500da1ee62dc47b0e8acc67ed00a69 b1e26710e5ca74a0ba2b8cbdc0611776ecabcecc c4f36306c0ea4fdfc70b487d6598818c1388b11b c7129a758349306263b9d29b62400fab29230e2d d90159418ef76265cc8842ee2d478719232a9a7a f28be940bd762a9397bdbf59942ed8547e6e9b17 Package: ros-rolling-lttngpy Version: 9.0.0-1resolute.20260908.140333 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.20260908.140333_amd64.deb Size: 134414 SHA256: d9a83c14dfe7283328ff20ee152cd21819895da9b4c8872f009e45cc2d0c26dc SHA1: 697fe61ae8c13e7090942c8bf0147df5c75bd3a8 MD5sum: 4e2944966f5722ab1a801713e7ad82d1 Description: liblttng-ctl Python bindings Package: ros-rolling-lttngpy-dbgsym Package-Type: ddeb Source: ros-rolling-lttngpy Version: 9.0.0-1resolute.20260908.140333 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christophe Bedard" Installed-Size: 1819 Depends: ros-rolling-lttngpy (= 9.0.0-1resolute.20260908.140333) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lttngpy/ros-rolling-lttngpy-dbgsym_9.0.0-1resolute.20260908.140333_amd64.deb Size: 1668728 SHA256: c4d150121141edbeea2dd905c07560762537392f48c99b9b1f51ca9dd0062123 SHA1: cccd22aa47dced670f8989774082d87d0bf79c1f MD5sum: 7824222f2b3c9c73e73d14679b4c54f0 Description: debug symbols for ros-rolling-lttngpy Build-Ids: 55a727be359995ddd15972f89b134d49d541fbe7 Package: ros-rolling-lz4-cmake-module Version: 0.35.0-1resolute.20260916.193101 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.35.0-1resolute.20260916.193101_amd64.deb Size: 6914 SHA256: 344dc16d0ce866287ca39e6b3a7295a2c38bd6849db35cf53494753a10e14659 SHA1: a788f4376bb740d7deb3b4c4aa6fb5ed3d0a10d3 MD5sum: ffbd83b32e445f6e8181c2bfa229034c Description: LZ4 compression cmake module package Package: ros-rolling-magic-enum Version: 0.9.8-1resolute.20260908.131418 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.20260908.131418_amd64.deb Size: 28354 SHA256: c37b52fc929145229d51b1ef267dd562d4b6ae6f6298f4e46e293ed2e16be402 SHA1: 20475cfb2ccac4d4b23d9fad0c5c4b4a4a06244c MD5sum: cb066816e28593baf66001b484b935ca 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.20260916.212023 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.20260916.212023_amd64.deb Size: 85930 SHA256: a9230288e6fc3f3d317517cdc14b567ba8e4f66ec3c4a51b10979fbf683615bb SHA1: 2525147bb53ace1ed51f4120f63816e5537327db MD5sum: bc19bd512137067cceb2dcad5b93b7a2 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.20260916.212023 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 801 Depends: ros-rolling-magnetic-model (= 4.0.1-1resolute.20260916.212023) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-magnetic-model/ros-rolling-magnetic-model-dbgsym_4.0.1-1resolute.20260916.212023_amd64.deb Size: 735248 SHA256: e475b93f90d21785c4286cc063aee812c599f91874a16398500af6032507c2b6 SHA1: dbb949fc5f84ab2235666b3e36b2418e6a818b2d MD5sum: 48273671f290c24acc0a2e8453779128 Description: debug symbols for ros-rolling-magnetic-model Build-Ids: a75a6c3f5465199d809c55c6c2be9f93b24b41c6 Package: ros-rolling-magnetometer-broadcaster Version: 6.9.0-1resolute.20260916.213404 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.20260916.213404_amd64.deb Size: 84672 SHA256: 8766bccd02db2ee43cb34ad054d9d81c94603a218112001bdc59a28301fcf763 SHA1: 8138aff702a9ec9eafdf6aba2596344c3076182c MD5sum: 0a2c3efdf6d37dc296b2a8c05ac5b0ee 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.20260916.213404 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1214 Depends: ros-rolling-magnetometer-broadcaster (= 6.9.0-1resolute.20260916.213404) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-magnetometer-broadcaster/ros-rolling-magnetometer-broadcaster-dbgsym_6.9.0-1resolute.20260916.213404_amd64.deb Size: 1103464 SHA256: 9c59a12406eb313af0541eb2a96f12c164e3a5ba44533047e89852fba26440d8 SHA1: 3fb0453c4796276c9790684ce4c4098b427fbf13 MD5sum: 1ea347cb7a0099495d0dc3fbbb789b5c Description: debug symbols for ros-rolling-magnetometer-broadcaster Build-Ids: 68529c59ce27daf42dae0dc51db1cc5fadea3f41 Package: ros-rolling-magnetometer-compass Version: 4.0.1-1resolute.20260916.215416 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-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.20260916.215416_amd64.deb Size: 420512 SHA256: bc7dec4d381a74fb59ad97837ef79759be124edfe4cbb4f7e707fce20b231389 SHA1: 3c155c46ab9a63f3ab116b0bf714bcb10a94984f MD5sum: 2de5fa0b89c5a9a1d8e23ce529e6c77b 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.20260916.215416 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 12573 Depends: ros-rolling-magnetometer-compass (= 4.0.1-1resolute.20260916.215416) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-magnetometer-compass/ros-rolling-magnetometer-compass-dbgsym_4.0.1-1resolute.20260916.215416_amd64.deb Size: 10456508 SHA256: 7b013b6c578a5e5d280c0a93acf15964da4293bb5a75a03692032d248b6eb4ac SHA1: 26702e3d82394dc71d3dccf1e5653276ad21135d MD5sum: 99df1052808e8f5cc036523496d2d3d3 Description: debug symbols for ros-rolling-magnetometer-compass Build-Ids: 08e5ca96bbde848f4ce64eb2f20e73bce6d24c37 19df15d632bddd5c522f70c22b920704a820d483 57ffd752dcc2ff70f067f85938aa140f452c3c32 73d2cf57f09f53df4e67c50235bf5c31eb4520c5 f98f90342f1943c7945bc070332fb67fddb5882f Package: ros-rolling-magnetometer-pipeline Version: 4.0.1-1resolute.20260916.211926 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.20260916.211926_amd64.deb Size: 158722 SHA256: 3458ff09c0d0c66ffffb96c66bb59d0198ac98403b00aaaafd75f9272c403c96 SHA1: a8f986e2e60e3473cd459ee98e44f4c7c4c144e8 MD5sum: 0ea128dea1e1a24ed94c2b22899ae6b6 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.20260916.211926 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 3803 Depends: ros-rolling-magnetometer-pipeline (= 4.0.1-1resolute.20260916.211926) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-magnetometer-pipeline/ros-rolling-magnetometer-pipeline-dbgsym_4.0.1-1resolute.20260916.211926_amd64.deb Size: 3338518 SHA256: 8e5c3419d24ad515fd0724f7aa6dbd463525fb48111732e7c1a56584ac0dca09 SHA1: 9603c9977320d782b7a883b1a4d778af88310150 MD5sum: a2da1df1a0e0f75cc039ce02f18dca5a Description: debug symbols for ros-rolling-magnetometer-pipeline Build-Ids: 0172b994d4e2a7e37db021db6da8134f0fa313f2 1f77f6da7179fe85dd1991c4b3a6474e616378c2 7ff9e9631e096719ba8cbefbf6acdf0a2173f678 a8e7f5b94ab170363eb0a0a5abdec8fc6d16d510 Package: ros-rolling-map-msgs Version: 2.6.1-1resolute.20260916.034722 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 3535 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.20260916.034722_amd64.deb Size: 262846 SHA256: 77553c8342c5cec28bcbd3ecbb40281e05304691c04c5347940fff1f388504ce SHA1: e62ddd6c3fb0ff95121b1ce1859f9587c5e0840e MD5sum: 9abb27460cfda2429b58daa810522b6a 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.20260916.034722 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 3110 Depends: ros-rolling-map-msgs (= 2.6.1-1resolute.20260916.034722) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-map-msgs/ros-rolling-map-msgs-dbgsym_2.6.1-1resolute.20260916.034722_amd64.deb Size: 2373484 SHA256: 4318222b5c7f4c1156001e455e3078f0dea78f885a820a31afbd61b8f7818fe1 SHA1: 47b80328f08b59db714bde8aeedb01dca8af4b16 MD5sum: 817105a83197383b1d6f95798c38f2ce Description: debug symbols for ros-rolling-map-msgs Build-Ids: 00b895423e0e8676e40dfc87fdaf1125524d1eb8 0543628b08263119daebabb438d7f365dae8ba6d 09e1dcb31f0816fd25929668c4f765cd1a77ae9d 45fbca6b28a2dc377b01fb9dda40350ffa570976 5905d146f5869accfd058fc20e06c57ac3abccec 6169545e6ced2901d8526aefe9770c6b077dfa32 aac1eacc53a6218d23b43b168f2cdc303f4732f4 b1c8948b9804035d091d51ea38da9318c8836711 bb29691a6d9529d30aa0ef2026a61a5cb8862ea6 e147f8169073154f2ee08d8716ddfef0463804c9 edb9d74635ddb8fbfb2800bdad4d827af2900e4b Package: ros-rolling-mapviz Version: 4.0.4-1resolute.20260922.042908 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.4-1resolute.20260922.042908_amd64.deb Size: 341802 SHA256: a313b3dd052635f46ba6a8933a735b5cbc8c55fc46b269a559972539e440804f SHA1: 6b8d2478e1fc352d4e00a272d4fec6d5b126543d MD5sum: b2d2f29ef91a5c2151215187fd0815ed Description: 2D mapping display with extensible data overlays Package: ros-rolling-mapviz-dbgsym Package-Type: ddeb Source: ros-rolling-mapviz Version: 4.0.4-1resolute.20260922.042908 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 8561 Depends: ros-rolling-mapviz (= 4.0.4-1resolute.20260922.042908) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mapviz/ros-rolling-mapviz-dbgsym_4.0.4-1resolute.20260922.042908_amd64.deb Size: 7972496 SHA256: 3fafd438598eb5ecc9806268942efe11f3d96cb4f51f2ee2a08b01e0dabb9560 SHA1: bf6c6abeb5ee1b416aace225bf6a91e9d50b80e4 MD5sum: 7ebb7fb08bee9e1704cb6fb52825432b Description: debug symbols for ros-rolling-mapviz Build-Ids: 148af1dc866680a6f318e990f989dcf980d17687 8ab939c9e18b9a96837c829f4d4f3c5cd8d75817 957258c079aa11cb0dad33c3056e4389680640b6 Package: ros-rolling-mapviz-interfaces Version: 4.0.4-1resolute.20260921.083246 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.4-1resolute.20260921.083246_amd64.deb Size: 93384 SHA256: b33aa04bc5dcf3d8e237716db03119a86e6e3a0d651aef642eddfb068038ef42 SHA1: 8c6cc0bd757fbe92e4034da2a05c994331129e6d MD5sum: 43ccd2f5172191989ab0a4e7b6137de1 Description: ROS interfaces used by Mapviz Package: ros-rolling-mapviz-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-mapviz-interfaces Version: 4.0.4-1resolute.20260921.083246 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 763 Depends: ros-rolling-mapviz-interfaces (= 4.0.4-1resolute.20260921.083246) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mapviz-interfaces/ros-rolling-mapviz-interfaces-dbgsym_4.0.4-1resolute.20260921.083246_amd64.deb Size: 544710 SHA256: 082afa68e3a315e35278b7bc6b08503e7e47ceb293bd02f9e13918ef0ab1c5d5 SHA1: 79fd142e31602743df66b9e070da6edd7234a217 MD5sum: c05a6f61d1b0578d99bda1ea1dd8bc59 Description: debug symbols for ros-rolling-mapviz-interfaces Build-Ids: 08590e31183d2ff3797c04300078d04fe1be98b1 145342c72c96a433a9f62baba9780c82473c51a5 31905b50aeb31aed0116683c8ff868496bb776d2 3e365b189e602951e40be1286a8016190cb51db8 408d18b3ea33859a929dbae996c78b3a76aa3543 4ef59522451aabbba5575172db87283b88a4b3a9 5514c097e4c2776d1b393fed18b7bf91145563f7 5f95ce2b8f16c0371ae728ecc5cbbc59d1bd519a 77816b37eba293214f830e61d2a67aa605ecacf1 bd642776fecd1d6e04904c86832064927fc61d9a dcd4e704f44e7629beab5a5cba170395b0d5fff5 Package: ros-rolling-mapviz-plugins Version: 4.0.4-1resolute.20260922.044219 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-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.4-1resolute.20260922.044219_amd64.deb Size: 1153416 SHA256: 711fecd0fda49a0eeda718fb3c8011f78b83132179e0a1178236442a6e1424b5 SHA1: 38dff3a52f9c02dcebf2e1624de54452af7f2ae0 MD5sum: d874863e8deb1222d06cb5a4ed782fa2 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.4-1resolute.20260922.044219 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 47684 Depends: ros-rolling-mapviz-plugins (= 4.0.4-1resolute.20260922.044219) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mapviz-plugins/ros-rolling-mapviz-plugins-dbgsym_4.0.4-1resolute.20260922.044219_amd64.deb Size: 39927274 SHA256: c3beb9713aa957e3a50ae9181e0e94c50f718c3ab4a689913c96b91ff5de3f99 SHA1: 2aa2643e1ef25f4cbdcfc9305acf4a79f1738a9a MD5sum: 17ce4f703c7eb35b0a3d4aac25c96481 Description: debug symbols for ros-rolling-mapviz-plugins Build-Ids: f4feaf9d474e3566b3742e9f68a7958280e2e9c6 Package: ros-rolling-marine-acoustic-msgs Version: 2.1.0-2resolute.20260916.033756 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.20260916.033756_amd64.deb Size: 196030 SHA256: 2d70e6e1d319af5079f721ea5edd20fe66f6abc1ad749bc9fab67c2c092736c1 SHA1: 56f99cf21e8e4ef3e84d6c518bf70e055bc5657f MD5sum: bdfbeb09d0f150b839dcbfd8d184bafb 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.20260916.033756 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Laura Lindzey Installed-Size: 1950 Depends: ros-rolling-marine-acoustic-msgs (= 2.1.0-2resolute.20260916.033756) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marine-acoustic-msgs/ros-rolling-marine-acoustic-msgs-dbgsym_2.1.0-2resolute.20260916.033756_amd64.deb Size: 1547086 SHA256: a1dcd2d786694273ae44129200721b26e567bc5fdb2ebe50adf2b5cd7fab1120 SHA1: 6778510a8695ea5ade03975fdfd3d1888ec5a8b1 MD5sum: 77c49179d648e580d6fc76f849ef45c6 Description: debug symbols for ros-rolling-marine-acoustic-msgs Build-Ids: 5071f3fdfb33dd2b0426e1c155c01e503f288bf6 73f5abc022d0e2c34f4fc329aa91b6017b33928a 89b874d48d8089b9f7b0ca4ee73d8d6600c5558f 9566f360f139ef7cb7419e895a1cc581b7a6720b 9889bd8967f48f81cae7a2c80a5549cfcfe6f0af a54ef5aa394b903199fe0dbf3784fe56528dc81e baacbe7f2ace160ec3a85cdd50ac654f4fc87cb0 d6f75b0b0267b43622cb9c71ace62ed0dc182be8 e76d8e89f94e5b6f50dee5a28f2f1d5754c9d803 ef815f1349d6be5e96e5bc355de06e6a39c6684b efb1866cbdce2851099a6211d6e579e29d42eeb1 Package: ros-rolling-marine-sensor-msgs Version: 2.1.0-2resolute.20260916.033714 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.20260916.033714_amd64.deb Size: 79444 SHA256: ca6c824c84b40169fdd835ecbd175cb1a72bd69393eeb50a71fb972a4d8555cc SHA1: e42004d45c55dca99830c028711b107d343a0d3f MD5sum: 93175c81b8af0272b7ac5abc9bd40a2a 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.20260916.033714 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Laura Lindzey Installed-Size: 654 Depends: ros-rolling-marine-sensor-msgs (= 2.1.0-2resolute.20260916.033714) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marine-sensor-msgs/ros-rolling-marine-sensor-msgs-dbgsym_2.1.0-2resolute.20260916.033714_amd64.deb Size: 455604 SHA256: 3159df6c5aa38be66b5960b6b722275d9096a101021731a7b36e57fa697b57aa SHA1: a5c819cba1487bf74b3ec2887c546c7e3d2aecef MD5sum: 646bdfd65c0eef45388cf6e3490500e4 Description: debug symbols for ros-rolling-marine-sensor-msgs Build-Ids: 03558a726e2fca0c9d0a7f52f37b280779e058d3 21ca5593d2767b07c93add270b267ccb9ff6e183 86ee3a6a6273622e30e2d278d9d43736ecd10dfc 8cfbe58e67ed22498fa159cd80d11b1dee32dca3 9c1d800d77bb9b2c6e89cc1da35fd6f19bfce897 a927682ce07a3fa6c50f0da5118d39cc72b5cf70 aab888daed136eeedc7625e8332f598e3ed7dd61 b1589778835670c5db060de8d0c3c776cc9d0b10 bc0f41e9db003e2104d27bffc9dab9424b6866b6 d888e586a84a260d60c7124492d113e58e446f38 ea5fba7bbc2cb26b12968a483b93504545821625 Package: ros-rolling-marker-msgs Version: 0.0.8-2resolute.20260916.033729 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1719 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.20260916.033729_amd64.deb Size: 150530 SHA256: 93eb4f87f6a3535a20f192fcfdf1f67a2268df0cfe0d07dd1ee3cfa8964e27fe SHA1: 8a905e5c9a2574411f2eb60a056ae14182702412 MD5sum: a67f22575d451087816d069fdc555a42 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.20260916.033729 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1594 Depends: ros-rolling-marker-msgs (= 0.0.8-2resolute.20260916.033729) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marker-msgs/ros-rolling-marker-msgs-dbgsym_0.0.8-2resolute.20260916.033729_amd64.deb Size: 1234516 SHA256: 1ebdbec21276274e392842d15cb630546fe803d1ccbff6c1fbdc21cc10426961 SHA1: de54e9da64d15d9b35e9d0d3259b50ef7c4f2c5a MD5sum: 503ff86189d277ca14d6064dd91a916b Description: debug symbols for ros-rolling-marker-msgs Build-Ids: 1107356f62d941593126f104ae48e5ace201cc62 16b7692e373b08334f107d7f8293fb0f3ed1d944 19a869ac44f46bf662de7ec34f7bb9ec5b58b4d9 1ea967e9ae0327110ca46b72c05c8b9fd7b80776 387d7255da9cfcbf73089c59f2814d24e6bf2e11 3dfe876fc05e695bae495e87d42e4dfae34071cf 641f20171395889a80bc97ff973694b41d8e8254 6ebb16e0ca6f9a14e6be803f646a73db141abb02 bb91325cb8c5f940b4f30a25c9f0a8915e916589 d9079c9ef69767dff938078a348780a121b03fe7 de0fc503db236ad0213551150a2a2a0d6196093c Package: ros-rolling-marti-can-msgs Version: 1.6.1-2resolute.20260916.030807 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.20260916.030807_amd64.deb Size: 49704 SHA256: 5ab2db2b684ddeab215c8f46217ae35fdb59875ccf78c4707e2687c3743d8fc2 SHA1: a40c71f79aee9060529b31279f6592c3997f73a5 MD5sum: 2cccf88b51744912045ea7b94f671c61 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.20260916.030807 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 343 Depends: ros-rolling-marti-can-msgs (= 1.6.1-2resolute.20260916.030807) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-can-msgs/ros-rolling-marti-can-msgs-dbgsym_1.6.1-2resolute.20260916.030807_amd64.deb Size: 204306 SHA256: 3c648dbffc5075b845051ccf067711652214735a61369375709dab77fb75f54b SHA1: 4cc4f6085de4ef95824bf2d8de85a11f5013ec1a MD5sum: 44245bcc8758d536118f18ebf652cf4e Description: debug symbols for ros-rolling-marti-can-msgs Build-Ids: 15100f0f55f9645782699a6239e48904121b632c 17910f71a566b2bb91ee079b8a1e9cab68702969 2bb49e918aac7d4892a5fe1590dc9a2f2f34e584 44ab210e9bcb1c271cfc7fdde86320f926b45633 7a54a64cb388d74d589fc55e254a0eb26658bdfa 810f475b689998dc32f530136bdaf73a84064dbb 83ac3eecff2ae7be9f2eab16c5dd0310ff3cb97b 9381c71b9c4563ad54ede74761dab0a142ea9d83 ab55ab90caaf80cfe318e03797f67b8cad08698b dc0f1e01653eae34d85eb87b347eaf1b796b0ab7 f1789ad35912289c29ea8114cdbfdee81dc7af93 Package: ros-rolling-marti-common-msgs Version: 1.6.1-2resolute.20260916.034423 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.20260916.034423_amd64.deb Size: 209468 SHA256: 39b9d18a762b1f23a3adfcc2cac6c4c9bc192e91fb044707a40b78500c522cbb SHA1: 3914976723101c2ddcc767f5bf9c7d6d422e2e10 MD5sum: cbb911c6a84ddc04a030a3ac5aca3034 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.20260916.034423 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 2633 Depends: ros-rolling-marti-common-msgs (= 1.6.1-2resolute.20260916.034423) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-common-msgs/ros-rolling-marti-common-msgs-dbgsym_1.6.1-2resolute.20260916.034423_amd64.deb Size: 1960790 SHA256: 86d3e1d2e1b19957d1498a8788f4c8bf300a1b94e93f5bab53b8f7f66c95f57b SHA1: 7c474aff8160c3336b4914f32f2a2a0db95fa6ad MD5sum: 0ccdeedef8771ddbc6cd7cd0f3178f95 Description: debug symbols for ros-rolling-marti-common-msgs Build-Ids: 10bf4e6d52667091dc4720e75555663e65e3d6e5 18163558ee12b8e54e495e89484e5472b207d46c 27131d05d0529ae650428da43b093c304c18cf8f 61458997f1036dee6213f28f0be3d61237c45e5a 74871391f3332da07017d30f3eae1ceaa6460574 8a498770cbba9043835960a21d47974c544a043d 910c2f6b5656a526112466ab9684d16a1e97bec6 b1eea6c94eeeba355cbf6897ff55109f20eff784 bec2683b6953a649b5934d910bd0fd65be608378 d810f5925980bb8c63d46bf803e18557a9bbc87c db13fafcd2ccfebbedf09bc73d66492ea4db4491 Package: ros-rolling-marti-dbw-msgs Version: 1.6.1-2resolute.20260916.034432 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.20260916.034432_amd64.deb Size: 76648 SHA256: 9b94cf0b19a463a7b59007aabd6b09db21749ae188601be78099375b40a77157 SHA1: 954b678fd37a612616b9dbaaf3b80dc4b236249e MD5sum: 84d98d1c912d652629ef7c052da5ee2e 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.20260916.034432 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 624 Depends: ros-rolling-marti-dbw-msgs (= 1.6.1-2resolute.20260916.034432) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-dbw-msgs/ros-rolling-marti-dbw-msgs-dbgsym_1.6.1-2resolute.20260916.034432_amd64.deb Size: 427778 SHA256: 21b0d55b098b674da433193d33b0059f7dc855737ac499c9bbf53ab4cc420f55 SHA1: b99be27dd19a6c5f3566cf05750b631bb235b70b MD5sum: 72c2dc2fbd4a9d40abe4e0d5c9bf4dcb Description: debug symbols for ros-rolling-marti-dbw-msgs Build-Ids: 10017d033b6da08120d205a272fa9385ff35d346 2709a09aed48fd56ab4b9ccd82bb2115cc1cb493 2cbcc06b467f3537507496657d131a101b14df7f 4ca89bcebc067b73dabb292faff81106e79d91eb 4db6f42cf9445161e0b3eb5c51684b0133f9e828 4e07fcf0d36e9474b1f0fc6a7caffb19baf21acd 4f9cea3f3a92f03b5ad1cdf66100ffc6ea5ee960 78c1ffaa1ee1a117ea55738388c12a6919fb0cb0 79ef5a4efe31c6890eb90256132ee182b7d29dec b08b69bde9845d64b851b943f7eb2715e2d84671 c703974d13bcda88c4702d404d98ca178e8c97f9 Package: ros-rolling-marti-introspection-msgs Version: 1.6.1-2resolute.20260916.030813 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.20260916.030813_amd64.deb Size: 108114 SHA256: 34971f278a998893ad411d1cbbe3c32116eb33e1f5bc55a986562e9fff3c88bb SHA1: 39444a8668007860ef847e5cf19788192171c9bc MD5sum: 088fe1bc92c7377ca0e67e1fda926da4 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.20260916.030813 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 1003 Depends: ros-rolling-marti-introspection-msgs (= 1.6.1-2resolute.20260916.030813) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-introspection-msgs/ros-rolling-marti-introspection-msgs-dbgsym_1.6.1-2resolute.20260916.030813_amd64.deb Size: 766094 SHA256: cfc42e4ea8fe5aa7f2f1997d3ace478cb20f4db80ccf566b45bee32b8f39213f SHA1: c9827ad75f9546f741ab8592bc2221d010f2ec1d MD5sum: be5429705465f9c680d0f22f621e6cf8 Description: debug symbols for ros-rolling-marti-introspection-msgs Build-Ids: 0508cfce9ba76456b245783d8f0241dd56557fc0 147cd6369b79efac27726ee92cf7e0a2adefeae6 38928e1ac1b455f309fd2a9d8592e198703da046 3c2de10770e881b74b8a60541e179e4622b5c625 3dba243d00adc2a7834b8b0ef39abe46576ae072 59ef22bf61cf0e0a3255094ec31fc0846b98d7da 7118901d02b3cfebbd053778b00644c543799aaf 88dc49154f89b036ec142739c186b29aa7bdd874 ac86971d052bd4cc4a5977d8ce11106a2a752183 c9defcb2c082a73ce1ee58942f4de53ddfed03da ee2358b2e833fc5782c22233679879ebc8c2d9d1 Package: ros-rolling-marti-nav-msgs Version: 1.6.1-2resolute.20260916.034806 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.20260916.034806_amd64.deb Size: 527596 SHA256: ea469258ddc1bc1ec9574941743449d8486c6c80fb243d1da78838f2948ab28a SHA1: 8d5b0030d0e12a5418448982345feb5e22f0bc52 MD5sum: 6fb634ea47c3e7396629f406fb4cf2e2 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.20260916.034806 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 6651 Depends: ros-rolling-marti-nav-msgs (= 1.6.1-2resolute.20260916.034806) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-nav-msgs/ros-rolling-marti-nav-msgs-dbgsym_1.6.1-2resolute.20260916.034806_amd64.deb Size: 5233852 SHA256: ec6388cdcb78550a7c7a9b74d2d4eca621ecd0047c05b404a3e664c48f6e22b1 SHA1: 632e58bf0965f63860cdcb9efb5a400af4085d4f MD5sum: e5b197436310e212507347253f23034c Description: debug symbols for ros-rolling-marti-nav-msgs Build-Ids: 1b9078313cdc3d45a03a20a570dfa0c7522251b7 4af06e3c022604ad366d9e2b447856a59a36913f 67f8fd7213c6a12b273f02eae2606305e494d86f 7246f755be4fb0c9d284739b61d4e21fb8406e16 766b422f0e68d496fa51f0b4a8c85d21ada92e50 870c601741a16a34e00d1d638d4a7ed4b4e8d3ec 9eee5c0e491b278a39255df50321dfdd68727676 a1e47bb5b00c7cde0b03f0adceecc3a4d93f1f2a a63ac35a20ae116d132bad6b50a926a5ba3ac404 b5e561f2f9da1d0fc2553ac965c645ff873e5203 d05bc33efa375353de1edcb798b3d812b1291d2e Package: ros-rolling-marti-perception-msgs Version: 1.6.1-2resolute.20260916.034741 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.20260916.034741_amd64.deb Size: 47294 SHA256: 6b4dd7a331ef550e5964efc450aaa43cab9e9f9521439c4f9b37fef4114f0e94 SHA1: a64b969d4fbc050645c55c228eb3e26f5bc0238f MD5sum: 7a424c155bf045d021046afedf901ce0 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.20260916.034741 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 336 Depends: ros-rolling-marti-perception-msgs (= 1.6.1-2resolute.20260916.034741) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-perception-msgs/ros-rolling-marti-perception-msgs-dbgsym_1.6.1-2resolute.20260916.034741_amd64.deb Size: 195614 SHA256: 72237d4e629ad1c8c5b91d6ed77f245077f028bb147c45a6155f76ac54af5c97 SHA1: c344135edb6eb1e80afbdd10254e8a37c42b4fe2 MD5sum: 687160e4373049e3aa58534532046ee9 Description: debug symbols for ros-rolling-marti-perception-msgs Build-Ids: 2b0d2eae087c905471a0eb54be44fd8f478d4d0a 2d85852e6fccb20b3188dc5ea3b6ecfc2dcf0537 303ccc65c0f737de6db87e25840426810d86174c 500f07fcd06d5ee81ee0b4bbc0c986b19e2af040 59024ac85a72cc7dc70ac8244d29d8f1258327a5 6b361c6a3ba6219e3ca68c9f39de28c322c280b9 6c218187293245e4bb6f2b98c4638776d7fcf5d7 719db92b5f49ada584fa54d7a0b5eafa8f420f64 b704ef654247111c577a23059af2ce419c70e7d9 d101319a9c840a5ed42bcb3ecc58cc96b49581c6 fc796d23d0352e0419883a9e99b42190640b84ae Package: ros-rolling-marti-sensor-msgs Version: 1.6.1-2resolute.20260916.033756 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.20260916.033756_amd64.deb Size: 177208 SHA256: df5e5507f43bcab7e2e9f702abc7f4a908a3209bfe36ff4ca9ee552fb4e045fa SHA1: 7704e9e52e9ce9ae6e7132f90268f8c650daea4d MD5sum: 1bf540f79748460da1e3132460968dd1 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.20260916.033756 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 1802 Depends: ros-rolling-marti-sensor-msgs (= 1.6.1-2resolute.20260916.033756) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-sensor-msgs/ros-rolling-marti-sensor-msgs-dbgsym_1.6.1-2resolute.20260916.033756_amd64.deb Size: 1329234 SHA256: 67d03c41e154c5b4613520de1491fcc5b04428ac74ee192dd05f02be2127f630 SHA1: 8ab961cf01c717eb69cf1c3babd7362681dc1ca5 MD5sum: 3c1faa466c7845c6931f46c361bc0865 Description: debug symbols for ros-rolling-marti-sensor-msgs Build-Ids: 07d01aba7b8fa6303d5c8f68f26be3b79ba7d8ef 29e88a762e8497dab118bd0342b6778d3cd8f072 52c03e2fd44cbc343a3864ce299206ecbdeb88e6 6f9c1f9c052a7b93e0b63ab17c8aad2ec62c7da1 85c38e7adfbd671836b298d66d25332729602788 87bb80e7f49b8fbeaf56db66443fb98f5ce637eb 9399cacefddf913966b084cfba24c4d95675281e afe094c6241a6fce68251a08be8177d816cfa297 b89506792a3c3eb99ef415e2679419a965ce4b4c b9770a4d5b671a943e585f01e1821a4ee0d9f169 ccd5fecb10e3dc25c57357e6d86a4e0b4441d1e8 Package: ros-rolling-marti-status-msgs Version: 1.6.1-2resolute.20260916.030841 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.20260916.030841_amd64.deb Size: 55476 SHA256: dfac9bcde4aae752e3546780f3cee2f4daf812a06bdc50a90f366b08134a4208 SHA1: 30e3152f7754b8b3b0e62a74697544244ce9bf7d MD5sum: e3929c51b8f8c41f198bebbd962c7579 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.20260916.030841 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 387 Depends: ros-rolling-marti-status-msgs (= 1.6.1-2resolute.20260916.030841) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-status-msgs/ros-rolling-marti-status-msgs-dbgsym_1.6.1-2resolute.20260916.030841_amd64.deb Size: 239256 SHA256: 1f2b5ccd490495370a6af9bb64069d246cf6b335a08c1cb8995cfec81a4f7977 SHA1: 9af9a3067b3c5fdcc118cfa9602d20a64ee6892f MD5sum: 3faacf7bfaf172df8f400d10b6a27eaa Description: debug symbols for ros-rolling-marti-status-msgs Build-Ids: 27ded2ad878f3f7f3cb689d80f8bceaa020ac04f 295f466ce06de579a1dbe82057815a4c7c90116a 462f146a335b735da06e9fddb522f1d721629024 499bddd03b9ba3c5df36c1938249ed9bc8d859cd 76e2ca834162d0b9f4a07babe0345f9b3c04c29f 818543a4cc39579f0594f8237ed53a43f382a865 831414cebd1ff43f2d7304d1396e92b1d4814189 9b31d25b5bb96285d14597d3cbfb8a79dcb73d57 a958b0cacbe70d4313480b39a1d03e69348ec26d bf39265d82ccbeedff942a0d7f4ffa0e47e9a157 fed448a423d7846180e01239cd45576023a957ec Package: ros-rolling-marti-visualization-msgs Version: 1.6.1-2resolute.20260916.034613 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.20260916.034613_amd64.deb Size: 77948 SHA256: 9c0fd67ae6bff49d0336e7ee043195c5bec87ec3be22e09c5e362f7ad50a4ea5 SHA1: 7d88198368fb561376108676dd3eb3d8e68df999 MD5sum: 2830f5ad42dfda51485bd62e62c3cef9 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.20260916.034613 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 675 Depends: ros-rolling-marti-visualization-msgs (= 1.6.1-2resolute.20260916.034613) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-visualization-msgs/ros-rolling-marti-visualization-msgs-dbgsym_1.6.1-2resolute.20260916.034613_amd64.deb Size: 481856 SHA256: 2ea38bb74ca68488979b0284630f10b791c058ce2a0115ca690c30e1a97d5e6c SHA1: 78c0beae873226518d0d45c59cab071ebb6693c5 MD5sum: 864d81cfc98688f3daa2cf8d2bc3b6f9 Description: debug symbols for ros-rolling-marti-visualization-msgs Build-Ids: 128edf8e37e9aa7061b2d96a9804f648eb135fd0 28aa311ea09581310f7dff3dc7dae4b6a7c3c06e 4435baa2bab276a14b37c37ee6e9f932b06fdd4b 4b6eeec2dba514e710f929d24c76459e21e7c893 5237aa815eb891aa244148e00fe04e7e4ec2b764 69e049e2d8de05938640104fbd968b87422d8d22 81c93b6410fb6a6c9acf0204f6cdd989695c0f70 95c9fa0674bc2614a230b2194046668213c5ff60 a48fd897549befb5b4076659322c78d586dbbb5e aaa0be9884097d92e08f1fd10ce7e1948567aae7 ab7b1eb6ad627d3e7a95bb528f842e3692babcb0 Package: ros-rolling-mavlink Version: 2026.9.9-1resolute.20260909.090222 Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 20181 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.9.9-1resolute.20260909.090222_amd64.deb Size: 957194 SHA256: 91e9ba9362ba035eeb0f44ed07e165a2cc85bec6343b2d9bbb558cae913fb7c5 SHA1: 8f107b7c0bedec3b5ae7bc88f0e4a74a48c471ba MD5sum: deeae7ca024bf22e38542fa3fc59b951 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.20260916.211221 Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 10127 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.20260916.211221_amd64.deb Size: 1653618 SHA256: 12cf65cbb21ea5a1ba0120cc63cb92859e54f7050998c24f70e2bfd70e5ec8f9 SHA1: ba19d500216822269fb305f55cbb6fe58e9f05f2 MD5sum: 4c00b06d4376ac3ff91eb14d84cc8a72 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.20260916.211221 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 62819 Depends: ros-rolling-mavros (= 2.15.1-1resolute.20260916.211221) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mavros/ros-rolling-mavros-dbgsym_2.15.1-1resolute.20260916.211221_amd64.deb Size: 54340492 SHA256: 33b677df0c02d8ac3dfde9a5637178e3643b4b3d50b3e4cfc64f1f98a6fe1dcb SHA1: 06d253b57744f7c0c3f748cad7a95a97173c14bb MD5sum: 3bb07332a4e1c550dd206053c79e4960 Description: debug symbols for ros-rolling-mavros Build-Ids: 575578563ba3e972434c920c20229436eb7ccf7a b6a81a25bf5066113e13d3aab4d18e30e52c94ba c9fb53a9bc7399da6444bd53151bd94ece0caa04 Package: ros-rolling-mavros-examples Version: 2.15.1-1resolute.20260916.213723 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.20260916.213723_amd64.deb Size: 13726 SHA256: 1d9c80b9a7944b8501bfe046f870b9816a0a3b3110e3ad55cbb3305d81c98452 SHA1: 394debdbdffee04f62079d7f40a6bb46833dbd78 MD5sum: efa81a8c04c009bf7db3bc2d92bdc606 Description: Example scripts demonstrating MAVROS usage Package: ros-rolling-mavros-extras Version: 2.15.1-1resolute.20260916.213709 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-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.20260916.213709_amd64.deb Size: 1773154 SHA256: acc46a0b1903487b6ad4e79c953e3ed7901ae679acaf45e3cb0bc1f52ec33ab7 SHA1: 15de8c3d45a2d859474e4b54812ae303d07c5f47 MD5sum: 6019885f019b15ed24ac0db904e9f563 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.20260916.213709 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 82153 Depends: ros-rolling-mavros-extras (= 2.15.1-1resolute.20260916.213709) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mavros-extras/ros-rolling-mavros-extras-dbgsym_2.15.1-1resolute.20260916.213709_amd64.deb Size: 68192434 SHA256: fee7b117613ea938569e0fbb91e4f5aecea51631ebf25e4e2af8ce7a6a0bcf81 SHA1: c2e966414835832ca621aab4ab44f0bf1b9494c6 MD5sum: 5a2afb1d620cae2de5fe591f08042d51 Description: debug symbols for ros-rolling-mavros-extras Build-Ids: 4d9a5ac52a58cbda1cbb29561e3135d03d95d9f1 70f21b0af36dab5e8ded8ed0e67ca064b0216a2e e5a7c9f70a70c064bd6c51370f93bfc269bc26b9 Package: ros-rolling-mavros-msgs Version: 2.15.1-1resolute.20260916.034724 Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 34756 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.20260916.034724_amd64.deb Size: 2126746 SHA256: 536013365b0bca536e565f3bd7828421a788fc28715b7479cf5aa16d92e9c380 SHA1: 297bb72844614c0ec45dc6250cee07bac55c1b9e MD5sum: 7ea5f7538e40beafd2d3993353487788 Description: Messages for MAVROS. Package: ros-rolling-mavros-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-mavros-msgs Version: 2.15.1-1resolute.20260916.034724 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 26097 Depends: ros-rolling-mavros-msgs (= 2.15.1-1resolute.20260916.034724) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mavros-msgs/ros-rolling-mavros-msgs-dbgsym_2.15.1-1resolute.20260916.034724_amd64.deb Size: 19533416 SHA256: c74260601ad5f51ae84edcec7491ef222e3d23584b4b4a3d5c5541cb56aa3c28 SHA1: 98a1228bf8a352da26ea547269984e3bf0c440c7 MD5sum: db3b828f89f06fb165e2b8df112e9de1 Description: debug symbols for ros-rolling-mavros-msgs Build-Ids: 058175ebc5ff096046dcda6e9b2f9ac23d0cad98 17568b0be9bdc0d5a2c225b9b06d8f33439915e7 3e61ca4fa6d8302803ac3bbfc26d1aaa4d8d379a 5bff751ed34f1493dae86fa0a164da9ee6fb93aa 620ad048139e97f34b00ff24f6f4adaadeea4ab7 6b06b2ebd97cb90af7e3188b673fec08f79ce021 925f0b5991292af5b0a6826067329fcebe3bf374 b561de3ab8eca4651f7c5a7741f67f1d57b74965 b94f55da42fb5a209928daa96b9b7e1cc54dba00 cc91055ec81e74a07e11299d99fa6fad29288aac e7fefc1bb864accfca921c96910bb38b8bc2aadc Package: ros-rolling-mcap-vendor Version: 0.35.0-1resolute.20260916.194302 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.35.0-1resolute.20260916.194302_amd64.deb Size: 133390 SHA256: 89539f1f906494d71f1d3d0b1c129ce8b30fbb3967cbba61dfeb5cc30784b50d SHA1: b8bbf979af3c27736225376ba032813669db5cb8 MD5sum: 22b9e1ebe6993923636d863779c74d8a Description: mcap vendor package Package: ros-rolling-mcap-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-mcap-vendor Version: 0.35.0-1resolute.20260916.194302 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 1297 Depends: ros-rolling-mcap-vendor (= 0.35.0-1resolute.20260916.194302) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mcap-vendor/ros-rolling-mcap-vendor-dbgsym_0.35.0-1resolute.20260916.194302_amd64.deb Size: 1185326 SHA256: b90330e8c87fce04a407e01490bf434adb2d988b84c3cc4bc562d0a32eb0cf1e SHA1: 150bcdc1683e5bb8a9771115be4f3f3d8e2db0af MD5sum: 9ad78e4f5e3cb6d31db4805d0e544369 Description: debug symbols for ros-rolling-mcap-vendor Build-Ids: 3345b730214b67bbbe82d30c8e61b074533f2fce Package: ros-rolling-mecanum-drive-controller Version: 6.9.0-1resolute.20260916.212729 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.20260916.212729_amd64.deb Size: 252100 SHA256: 121705eb179d0ab3b49bcff7865dff53d3e940845e2d0bd99e0ae1f2349d4471 SHA1: 3c0a8a9a5cafa5d70e95ca226a10699440ef800e MD5sum: 9fb28208fb596aea9dbd09d12d92fcd0 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.20260916.212729 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 4566 Depends: ros-rolling-mecanum-drive-controller (= 6.9.0-1resolute.20260916.212729) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mecanum-drive-controller/ros-rolling-mecanum-drive-controller-dbgsym_6.9.0-1resolute.20260916.212729_amd64.deb Size: 3926558 SHA256: 886a39386acb662ebd1530cb7669ac7daaf7c3900d1a647b72d7d79fc6fa708e SHA1: ff7803207c0543b848fab261b9e9c97162057586 MD5sum: 4d4f63ae696229d9e7abdb0424250814 Description: debug symbols for ros-rolling-mecanum-drive-controller Build-Ids: fc810af3a8e011f2dc27de0eb0277c4c3681aa78 Package: ros-rolling-menge-vendor Version: 1.3.0-2resolute.20260908.140354 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.20260908.140354_amd64.deb Size: 430792 SHA256: 915055fe45338654ca238faa43802a9375611ac18f35f96ddc30e76687a44609 SHA1: e6c0ba181395b9a8e67dd8962d3e3473905fd00c MD5sum: 65b8e756991a164109a7a49960d9d09e 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.20260908.140354 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Shao Guoliang Installed-Size: 7687 Depends: ros-rolling-menge-vendor (= 1.3.0-2resolute.20260908.140354) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-menge-vendor/ros-rolling-menge-vendor-dbgsym_1.3.0-2resolute.20260908.140354_amd64.deb Size: 6872460 SHA256: 81c700e8fc57e1e41542a35e1a3a1d432692f2f4ad357740e47c0b2cf09b9122 SHA1: b7e96c3dadeaaf672844a5203415f0a0379e9e61 MD5sum: e6674513f99ba49cfeedcd57dbacf536 Description: debug symbols for ros-rolling-menge-vendor Build-Ids: 62dcfea69060a3b0228c500fc042a0f013c101f2 Package: ros-rolling-message-filters Version: 8.0.4-1resolute.20260916.204013 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 317 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.4-1resolute.20260916.204013_amd64.deb Size: 50126 SHA256: 787499345a7bea9e6a7498e33c0621de0f0adfc61ec81b241de1325153252b4e SHA1: e00422106ee28a2f353ba96642b27cd0cb22d1c4 MD5sum: f2ed2940dde8d35c18eabe2e15257694 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.4-1resolute.20260916.204013 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 45 Depends: ros-rolling-message-filters (= 8.0.4-1resolute.20260916.204013) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-message-filters/ros-rolling-message-filters-dbgsym_8.0.4-1resolute.20260916.204013_amd64.deb Size: 27960 SHA256: 2cc213f0f5b8809d40846776fc26e64a26e8865c94934f13e399b55618d81455 SHA1: badeecbde4c5fb62cba474decfe805db83d01658 MD5sum: 10fc0a9ce9f11730a53a991bae14434d Description: debug symbols for ros-rolling-message-filters Build-Ids: a6086921a9b321cf02e383f5fb900fe5090c5a1c Package: ros-rolling-metavision-driver Version: 3.0.0-2resolute.20260916.204757 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.20260916.204757_amd64.deb Size: 217322 SHA256: 15408eb8004a6a0fc54fe3803686a5aa0e43352123a2bff4d8639f54bc12543c SHA1: fa3ec66537d73d7e5071a40633d41d175d3bd4bf MD5sum: d5d7987ced02b69c1a4e6f4a607b2c88 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.20260916.204757 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 4417 Depends: ros-rolling-metavision-driver (= 3.0.0-2resolute.20260916.204757) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-metavision-driver/ros-rolling-metavision-driver-dbgsym_3.0.0-2resolute.20260916.204757_amd64.deb Size: 3859814 SHA256: 5ba9acb30402beb92773ca8725afa0cf0e5dce221b346738f14af88a3dfa0e17 SHA1: 78b424b2b65a6a2f3637bee34f4d1a2edf749b94 MD5sum: 03a5a91609e25fc0b485e838889e07c2 Description: debug symbols for ros-rolling-metavision-driver Build-Ids: 827141b13379b157c728ef467caac10dda3dc8a1 9ae40466bcc897fd9d665f903b898335edb45f44 Package: ros-rolling-micro-ros-diagnostic-msgs Version: 0.3.0-6resolute.20260916.034447 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.20260916.034447_amd64.deb Size: 94272 SHA256: d3f21665b41c7f427b80a799825048493054a4ec6861c473f7c15c6703d6073e SHA1: f971dba99cc354d3940f2006897047d22ecada17 MD5sum: 29aeaa67f358302addca099dd1a8e7d7 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.20260916.034447 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.20260916.034447) 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.20260916.034447_amd64.deb Size: 503288 SHA256: cffda1e4d9768ac988f1d257eea272766a264dfd4985a066d4b5135d1560acac SHA1: 3c0b93b20245989ab132206613d44c5f86047554 MD5sum: 0b6b8ce56b8676bda09ec45d947cfa6c Description: debug symbols for ros-rolling-micro-ros-diagnostic-msgs Build-Ids: 091295cc465e3c5c2f886101e6fb36e026f7a5b9 1784ef928896574403984579b6e742f549ed9786 2c120a9b0fc3d7c57e257f6b9a523833d657fe74 2e5de6ef490a58d39b65f8b8920d3fc9d6815ea8 587585da34aba6e49cbde37807173118249f66ac 5d8a3790906fbe3052ab543e5e11f34974268fcd 5e9389d38b57b93a9b3f453fbe1bc5c07e5e73f5 b060ee58151c92b998b5e91e3af3af0fb44ae78d b72aa3ede47f620db650ac0320f9cabc6b6d9535 b869eef5e8b4cbee8b874c69fa242770174e39b5 fcd79648d72fbd74547458b6dcbe0fd37b4d0630 Package: ros-rolling-micro-ros-msgs Version: 1.0.0-5resolute.20260916.025350 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.20260916.025350_amd64.deb Size: 83576 SHA256: d0f2a1b24b9928ff4adfdbae8d2b3d788f47cf45f932df9f00ea05b0913dd2fd SHA1: 97559e43daee1125068c75452b64e3ac9d808022 MD5sum: 42ec83a09910342995484f8b8fbac9b9 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.20260916.025350 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose Antonio Moral Installed-Size: 777 Depends: ros-rolling-micro-ros-msgs (= 1.0.0-5resolute.20260916.025350) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-micro-ros-msgs/ros-rolling-micro-ros-msgs-dbgsym_1.0.0-5resolute.20260916.025350_amd64.deb Size: 582924 SHA256: 7d31a893e78e232dd5f135d5eccf2d10a52c42218113311ec2da0b8c75084a95 SHA1: 922b8cdfbbaaac9d20f1c31b1b5539baee3d4a7e MD5sum: d8c157969be8362fda57f31638991941 Description: debug symbols for ros-rolling-micro-ros-msgs Build-Ids: 0656622d9c6e2c3436347bb6ddd1fcfbbea7fa6f 081cc4537911c78d5a1bf246d906dfa04f957008 0f3a54a7d2bfb4fbf28a73dced6ae9201f826aa8 207f0c9a87023d18296562024d1baa5652494f34 4bfbb4cbc25793c6864c533f60a47de020be2042 624fb5e88c62fd0a6978f91a74d4596f75e67362 808130b9c81bd73011281e03c0cc4fd3ff2ea9ba 9d143d11e59c9926a00e0ff807d3cef99c1823eb acd3d201a2b9db6361a7c03ea00fa48f0014c9fc b92f7478849a8034977dd98585ef52af1f83bb4a e2e7ac98a1a35ea992ad96819a897d73d162fcc3 Package: ros-rolling-microstrain-inertial-description Version: 4.9.0-1resolute.20260908.140409 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.20260908.140409_amd64.deb Size: 2750814 SHA256: 06254f9b936aae775cb595143f7936dd09d86dfd2e6ba8ece972f88f0959eb87 SHA1: 90e9a0b461a789641fc9d0bff6d557dfdf6039f4 MD5sum: 53083b58c86ff3f7f1c4e7edf4d89514 Description: URDF and stl files for MicroStrain sensors. Package: ros-rolling-microstrain-inertial-msgs Version: 4.9.0-1resolute.20260916.033754 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.20260916.033754_amd64.deb Size: 525092 SHA256: 431a9a638cf58e28e61df31bc5671ed9f8cc3efdd9914ede5026b8c4b11fed08 SHA1: cd20012ee0a082f39d2780d934bbb13fbc6bcdc7 MD5sum: ad45c5f56acd5b0852439e9cb187a06e 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.20260916.033754 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Rob Fisher" Installed-Size: 6026 Depends: ros-rolling-microstrain-inertial-msgs (= 4.9.0-1resolute.20260916.033754) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-microstrain-inertial-msgs/ros-rolling-microstrain-inertial-msgs-dbgsym_4.9.0-1resolute.20260916.033754_amd64.deb Size: 4340318 SHA256: 0a819115200d3627defce9f6e35c82b7ba7410dcc703d1e033d34c49d9b6333c SHA1: 20a486cc096045ed4b21daac0e2544763e022942 MD5sum: fa17dfcab58e6fc407af9ad413b788cd Description: debug symbols for ros-rolling-microstrain-inertial-msgs Build-Ids: 0c24881a33f74c4a3b1456a13bd70a5ead440622 2723adfa2cf1750704eb6d511d4c6d3dc5d5432f 2e4480b8827122550af221f5feba66191c0a57c7 3465622282d181ae3430d11e6ceb399b99b2c94d 3c349610e43d2a23a0d9dc23404a83ccecc6862a 65a55bc4807935ddd488b7779bc7fcc1444d582a 74b14a50cfb81e7d487d6ef8bf4346fa7a0140ed 7de7db552cb84737b845d20a16ddb3560d25f15b 8d607d8030318f4945ec822bedbc2fccb185f66a e5cc4f8230fad1c1a2d6d9d73b1efe89eb73d930 fa2df186df00aaea22cfcca26a1ce510be260287 Package: ros-rolling-microstrain-inertial-rqt Version: 4.9.0-1resolute.20260916.204242 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.20260916.204242_amd64.deb Size: 70308 SHA256: 2afccd70d86e97e856ec95a7dce5d270677475c7c57eab7d7a7043c0738deda4 SHA1: 5d80368ffc61d7b423a308d224a38f0e54b08507 MD5sum: 3750faeb8d1eb50de2b371691c62b8ce 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.20260908.135008 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.20260908.135008_amd64.deb Size: 32034 SHA256: 78d9d66a7a8fa735a8847feb2ba7b5ca057065cbe5cd2d0a142c030934b0a6b4 SHA1: e8bfa3bf48cbd85d7c2d9fb07a2a6b27be6eea97 MD5sum: 9f0a6aa04173ccc6865f864da2f6a618 Description: Wrapper around mimick, it provides an ExternalProject build of mimick. Package: ros-rolling-mobileye-560-660-msgs Version: 4.0.0-4resolute.20260916.034453 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.20260916.034453_amd64.deb Size: 198992 SHA256: 66251f3e22b4f1894671883231adaf38117b4d7ebb2d1b94cc87f21ae09d0c46 SHA1: 9dcf193b9feb83ac235e2e4066637ee1cd557321 MD5sum: 2e64d311200046ece0dd95362e76d50b 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.20260916.034453 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.20260916.034453) 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.20260916.034453_amd64.deb Size: 1342550 SHA256: f609eab6e772749356212122e405bf895c9d5b1e24feed93b19590c14b35eaed SHA1: d3a5a34a59b060b9a060b6ee37571327800da059 MD5sum: b8053d0f2f6f77bf2835d62299cbff8e Description: debug symbols for ros-rolling-mobileye-560-660-msgs Build-Ids: 168f979ae3d635de2a6cdf8d12de314c4e094d28 210a1085ef6f6c0aaf1eb88e3c5ab49e06ce187a 24bc2299f2409c63ed34e3cc98bcd2308eab8bc6 5fcfbeda6b61896a084a4d8989bb44a19e567122 6b30c6f919436aee6c7abc1ee11ec6d57bee8579 6bbdd32c808d048bde1d56ba43221e9c55efcefa 9709584accbb6b02a5718b55a43d254a744eeacd b0837c7c76b85b12e751297d35633de7fe307282 c53f327dc629abcd5572c18e441c0bcd77eaba12 ebd0b224079afeda9750cf63002c1ba03c080b3d ed4f78f79c409a58d52b354c77304c478cea1b29 Package: ros-rolling-mola-academic-datasets Version: 3.0.0-2resolute.20260916.200105 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.20260916.200105_amd64.deb Size: 2360 SHA256: 80e60c99d97d2133c0e62d4891f4d4426bde435de7653df9d7857bf169c6b5fd SHA1: f2457c5130b9b9531a0a6e9bea6882cb2b2c9885 MD5sum: 4791a4d77ee2f0364e950a8a59f9cc72 Description: Metapackage with all packages supporting reading academic datasets. Package: ros-rolling-mola-common Version: 0.6.1-1resolute.20260908.141611 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.20260908.141611_amd64.deb Size: 12110 SHA256: e975450eb339e6a90bcfa79cd0a8ed20f6a557b0a38fdb52387c3a36b7c9eac8 SHA1: dde5a36849c7e96801bd300b75785a2666193b65 MD5sum: 4d4b0bfe779c9787bb619141a26d4170 Description: Common CMake scripts to all MOLA modules Package: ros-rolling-mola-demos Version: 3.2.1-1resolute.20260916.194616 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.1-1resolute.20260916.194616_amd64.deb Size: 27796 SHA256: 8a0574e859fe848d4c022adf1e19b861366f4c23e1e0ae890eaa4b24c846a5f3 SHA1: 5e6dcf699f975e2716c0b21d4ca678d8b4a2dddb MD5sum: 8932f4683d5b9dd260fb37d0086a153c Description: Demo and example launch files for MOLA Package: ros-rolling-mola-gnss-to-markers Version: 0.2.0-1resolute.20260921.083458 Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 796 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mrpt-topography, ros-rolling-mrpt-nav-interfaces, ros-rolling-rclcpp, ros-rolling-sensor-msgs, 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.2.0-1resolute.20260921.083458_amd64.deb Size: 146036 SHA256: 6fc87bc0dbd4ef7ed998a4540b13ad9bfbfe8f69c2d5e32c373321776bf29c82 SHA1: f6df1daf6d319f7c3571712206b3927aa4ce0c27 MD5sum: b87d2beca3c55b8f989bdbb28ad119a6 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.2.0-1resolute.20260921.083458 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 3590 Depends: ros-rolling-mola-gnss-to-markers (= 0.2.0-1resolute.20260921.083458) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-gnss-to-markers/ros-rolling-mola-gnss-to-markers-dbgsym_0.2.0-1resolute.20260921.083458_amd64.deb Size: 2867724 SHA256: 0ef0b82655c2d087f876cfac93d41a6f43bfe7c300a640271d249d7c54687b10 SHA1: a94224f0afcddde70f3dade7bf079bb993e33c79 MD5sum: 08b1613956e6c37d5d226420814891b4 Description: debug symbols for ros-rolling-mola-gnss-to-markers Build-Ids: 5f36db8f1302714e883571f3aa281f23e70ae4a6 Package: ros-rolling-mola-imu-preintegration Version: 2.0.0-1resolute.20260908.165321 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 437 Depends: libc6 (>= 2.38), 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-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_2.0.0-1resolute.20260908.165321_amd64.deb Size: 149892 SHA256: 9ee7b45006002c8f0636b61af1e1cabf27e4ae6e8da70d9cbf52c93e646687fe SHA1: cbccdf01716bf877f38040a90df7e10016a46334 MD5sum: bf561982e82a18bb274f2c45fed4eff6 Description: Integrator of IMU angular velocity readings Package: ros-rolling-mola-imu-preintegration-dbgsym Package-Type: ddeb Source: ros-rolling-mola-imu-preintegration Version: 2.0.0-1resolute.20260908.165321 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 6870 Depends: ros-rolling-mola-imu-preintegration (= 2.0.0-1resolute.20260908.165321) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-imu-preintegration/ros-rolling-mola-imu-preintegration-dbgsym_2.0.0-1resolute.20260908.165321_amd64.deb Size: 6868244 SHA256: c7eee283e5916c0bffeaa135710bc0ed20c82f404a1f7c13b9051ab48ce7cd6a SHA1: 5f701e53739fa463bbb1ab895a8d753993ec049d MD5sum: e157f1d2ff32bf1c542e9f06bd4994f9 Description: debug symbols for ros-rolling-mola-imu-preintegration Build-Ids: 1a6be81c9b38962042e92d5833a0fe28010d9152 Package: ros-rolling-mola-input-euroc-dataset Version: 3.0.0-2resolute.20260916.195608 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.20260916.195608_amd64.deb Size: 68532 SHA256: fa48e3083d42104b1a7c79e520f40f472bb2d6ecd87bb9917b6a2d1d3ffa848f SHA1: d7ca5ff8a4817f72aeda4217f70a3e9d5e017400 MD5sum: b3f9e2980041ff7ce9fc06434b8a27f0 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.20260916.195608 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 695 Depends: ros-rolling-mola-input-euroc-dataset (= 3.0.0-2resolute.20260916.195608) 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.20260916.195608_amd64.deb Size: 645550 SHA256: ed0d414c100b1bdca07b0db002dcad2b2454917b189af99988fc49b597175d0a SHA1: b05dc39b6371630d45bbeed827578a4a8f51ad9c MD5sum: 572de7415567f02063db7d54c63fe14d Description: debug symbols for ros-rolling-mola-input-euroc-dataset Build-Ids: f071d111467363a3e4e851181bec8c6f52d71894 Package: ros-rolling-mola-input-kitti-dataset Version: 3.0.0-2resolute.20260916.195607 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.20260916.195607_amd64.deb Size: 84718 SHA256: 771640caa3bbb8f5e079e180bc2c5839cd225f6d5816890604fd814e02e6b3ca SHA1: 52bba548099c589929710acca7e95514bdb93bfb MD5sum: f89dac8c88ec5f54c14210d13faaf91e 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.20260916.195607 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1288 Depends: ros-rolling-mola-input-kitti-dataset (= 3.0.0-2resolute.20260916.195607) 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.20260916.195607_amd64.deb Size: 1230378 SHA256: fd7bd63c55e9db1243fd43301c5e0e6c03bf094417336c6658356f09f8e7cd8d SHA1: fa7b17ed82dcf88b02e0f432880405808a7d398e MD5sum: 438fc952b92553c9cf5997dbca2dd9b9 Description: debug symbols for ros-rolling-mola-input-kitti-dataset Build-Ids: 7bca1091c3ce9dd660fc67846c7521d1b6951439 Package: ros-rolling-mola-input-kitti360-dataset Version: 3.0.0-2resolute.20260916.195617 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.20260916.195617_amd64.deb Size: 131924 SHA256: 084800b1708a66ac01f8af62c93ca7da74f68b8bc32a26b79f396366b42475e6 SHA1: 440b672293116b19eeadefea24e98276facba52c MD5sum: 81783ab73b742ba188f8d659c9b2783f 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.20260916.195617 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1953 Depends: ros-rolling-mola-input-kitti360-dataset (= 3.0.0-2resolute.20260916.195617) 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.20260916.195617_amd64.deb Size: 1863550 SHA256: ff3630e9cf45f2839719acf8976b63de30342fb7f0a7c318d5abc5c05ca94426 SHA1: 2345af7a3ffcf6b19c6b7f42b8d46c653c5d107f MD5sum: d2ad12d60afa105e8dbad5c329088569 Description: debug symbols for ros-rolling-mola-input-kitti360-dataset Build-Ids: 7b02006acba39161916802e6bb05c22e45be0836 Package: ros-rolling-mola-input-lidar-bin-dataset Version: 3.2.1-1resolute.20260916.195602 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 197 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.1-1resolute.20260916.195602_amd64.deb Size: 62132 SHA256: b99dd7193bd31926aab2a93fd8f4195e1a5473e5680896dca14a227df296db68 SHA1: d9a64d2e4e18aac7140f914aac1695315db54d07 MD5sum: 20600e00f4ea317a3106d74c28373e66 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.1-1resolute.20260916.195602 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 576 Depends: ros-rolling-mola-input-lidar-bin-dataset (= 3.2.1-1resolute.20260916.195602) 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.1-1resolute.20260916.195602_amd64.deb Size: 529976 SHA256: e72ccd43e6b4aa87ae70cb764e48f5e818a7777dc4c188bc17134d87990f55a4 SHA1: 1ae8d35f21207e02b3492a82c2b7ea99eb0fdb95 MD5sum: 5e892539e1545b20b336b351673eb41b Description: debug symbols for ros-rolling-mola-input-lidar-bin-dataset Build-Ids: 8047c8c83e60bab3100d422fb5eb959d2764c23c Package: ros-rolling-mola-input-mulran-dataset Version: 3.0.0-2resolute.20260916.195605 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.20260916.195605_amd64.deb Size: 76904 SHA256: 641273428e0e57731089e60faf3db1fd3bcd3c10c9b66621fa4773e0bf8a7a3a SHA1: f7c3ce72f3510d1e6fdb2aba293b323c498df5d2 MD5sum: 344888fd776ba9339f1149e005ff85ff 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.20260916.195605 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 952 Depends: ros-rolling-mola-input-mulran-dataset (= 3.0.0-2resolute.20260916.195605) 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.20260916.195605_amd64.deb Size: 888028 SHA256: b824d8f3bff603662e8f7fd0edfc14656d8c93a4ffe2c9f0ddb3dfbd5f2f377e SHA1: 5b28abb89be291654d44665c0d71b452dc8fd995 MD5sum: 6215d9a3629b7a90875c9c60eea6a133 Description: debug symbols for ros-rolling-mola-input-mulran-dataset Build-Ids: be722086cfecaf1f9ac6d089acb037b390258a05 Package: ros-rolling-mola-input-ouster Version: 0.1.0-1resolute.20260916.195609 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.20260916.195609_amd64.deb Size: 1031312 SHA256: 8928abce27def69aff580a72741d32963226007f8e848011882d3899d21476a6 SHA1: 2940eea4cb1a8e0e84c4fc226ed1b7b273a14858 MD5sum: cb79f3ef90e9cfe887d4548914d4c1ff 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.20260916.195609 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 32040 Depends: ros-rolling-mola-input-ouster (= 0.1.0-1resolute.20260916.195609) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-ouster/ros-rolling-mola-input-ouster-dbgsym_0.1.0-1resolute.20260916.195609_amd64.deb Size: 30679104 SHA256: 359e9cfbbd80134fbab352ec6de815d0004b5e683438b805775ae7dabc41f2a1 SHA1: 660dbb3851840f049e8a2ccc874a8b46c3c11579 MD5sum: a8a70c7dc04aca4206428836d6a0ee4b Description: debug symbols for ros-rolling-mola-input-ouster Build-Ids: eae2dc639309f4b847ad590cf78e442e8111dea4 Package: ros-rolling-mola-input-paris-luco-dataset Version: 3.0.0-2resolute.20260916.195608 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.20260916.195608_amd64.deb Size: 70390 SHA256: 3931c5724ff8b27e29468f8bbd3ad43cc3b0c2070e08cfdbcc222a2bbc5abc09 SHA1: b14e49c0b2df0bbb242caa96b27f8be134f806da MD5sum: 960d7c5601149c9bccf592936ec5e5f0 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.20260916.195608 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 868 Depends: ros-rolling-mola-input-paris-luco-dataset (= 3.0.0-2resolute.20260916.195608) 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.20260916.195608_amd64.deb Size: 816698 SHA256: 11b6c34ef898f9d76454b169ffd9794ff662222ad749d0fcca57bc2d4902482e SHA1: b132ab5f9e821c6259b99f90a8694806e598e7b3 MD5sum: 8bc161a90d2c3273d2959b4a6f2d0727 Description: debug symbols for ros-rolling-mola-input-paris-luco-dataset Build-Ids: b1c2dcb64c3e30c460d6b71135466353ac751d54 Package: ros-rolling-mola-input-rawlog Version: 3.2.1-1resolute.20260916.195610 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 208 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.1-1resolute.20260916.195610_amd64.deb Size: 64948 SHA256: f34b04b0b1a3223d414296c115e26d84a2d0219957bb430622771f6094e2b388 SHA1: 9303dc440ee6bbc2a1083c17ccf3bd3bcb6b0456 MD5sum: a0c66a30e8658e4ff0701e6de502dc1b 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.1-1resolute.20260916.195610 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 609 Depends: ros-rolling-mola-input-rawlog (= 3.2.1-1resolute.20260916.195610) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-rawlog/ros-rolling-mola-input-rawlog-dbgsym_3.2.1-1resolute.20260916.195610_amd64.deb Size: 560094 SHA256: 951205d598535cfa5710ff574de650428ff6087192252bcce0601f65806f8163 SHA1: 865505b9dd0eaa1e728ab49d776cbe9ce8293623 MD5sum: 465425c43b39859568e193c7514775fb Description: debug symbols for ros-rolling-mola-input-rawlog Build-Ids: 703c78e704895485afb1989386f63ce52d732615 Package: ros-rolling-mola-input-rosbag1 Version: 0.4.0-1resolute.20260916.211247 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.20260916.211247_amd64.deb Size: 273818 SHA256: 282241ba7996e59fcae4b5ce2ec2bf23bb40a473d81ed0f5042b5ac787f6ae9b SHA1: b30be89d8536779f7da3af3b3e8f1f60b8f9d34e MD5sum: 38dd7cccb58ef13ce26e58734175e12c 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.20260916.211247 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5665 Depends: ros-rolling-mola-input-rosbag1 (= 0.4.0-1resolute.20260916.211247) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-rosbag1/ros-rolling-mola-input-rosbag1-dbgsym_0.4.0-1resolute.20260916.211247_amd64.deb Size: 5262062 SHA256: 4d81ff0c09986600f5928eadfab0ea2af617d7ed1ea5d7468f2de9dabc62c058 SHA1: ece489dd0e9824e079355fdb8a0a034ab7622635 MD5sum: f2257c78c066c212308ea90d021622e8 Description: debug symbols for ros-rolling-mola-input-rosbag1 Build-Ids: c11bab9470ca6bf4ae2be6e17847e2198911ba9e cc8d2720b88a689f32a44ebc9b4c77790c1ae39f Package: ros-rolling-mola-input-video Version: 3.2.1-1resolute.20260916.195610 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.1-1resolute.20260916.195610_amd64.deb Size: 66002 SHA256: 8a4155a335cbc1d1729425faf0e98160474ecaef373047b30f1738d9870ff204 SHA1: 16ffd0f4d66a9b9f5dc0fd892335ce9af63e01d7 MD5sum: 9eeb73359865be61f828969d6642cab8 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.1-1resolute.20260916.195610 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 733 Depends: ros-rolling-mola-input-video (= 3.2.1-1resolute.20260916.195610) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-video/ros-rolling-mola-input-video-dbgsym_3.2.1-1resolute.20260916.195610_amd64.deb Size: 687506 SHA256: 22d2a32e373de7d14cea2fe2732d9914759927196a77c9fbcaf8b4b8e59e5997 SHA1: cb3dfd6a62b015653472f1e38c4d1178f258d45b MD5sum: 4db67766ac8d0c5afc4770ccfbd139fa Description: debug symbols for ros-rolling-mola-input-video Build-Ids: 461a394f59a2b35d731d304629caa2a8389628a0 Package: ros-rolling-mola-kernel Version: 3.2.1-1resolute.20260916.195157 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 415 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.1-1resolute.20260916.195157_amd64.deb Size: 127156 SHA256: 5cfeff0f96713d0d4ec7b672968c345b9aa7d8d05e7559c58c6554ff9ccb34a9 SHA1: d3a8567bfde2842409c2c728c2c6324372b5e096 MD5sum: 4ab7cc84edcb0ee93d9b374c0b8dc2a2 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.1-1resolute.20260916.195157 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1701 Depends: ros-rolling-mola-kernel (= 3.2.1-1resolute.20260916.195157) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-kernel/ros-rolling-mola-kernel-dbgsym_3.2.1-1resolute.20260916.195157_amd64.deb Size: 1605378 SHA256: 285a1d85ccfd6786fe61b383351b5d2644646817dc191b0fcd6688502fc79c2d SHA1: e74d94709486a15f2150ab84def6c0e189649432 MD5sum: 9864801eb39a7a6e588f0974d19cb57d Description: debug symbols for ros-rolling-mola-kernel Build-Ids: 95d5441e1714a9a00143cc0e1019df915f4e75a4 Package: ros-rolling-mola-launcher Version: 3.2.1-1resolute.20260916.195610 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.1-1resolute.20260916.195610_amd64.deb Size: 268638 SHA256: 2943413547a23acced297fc69b407947995ed54a7877f701d4444b0a203829e7 SHA1: d5c501a6081fc2a312930b5b0f3a7d24c03d9b6f MD5sum: 8e1ade046e59b9327b75639886c9705d Description: Launcher app for MOLA systems Package: ros-rolling-mola-launcher-dbgsym Package-Type: ddeb Source: ros-rolling-mola-launcher Version: 3.2.1-1resolute.20260916.195610 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 4106 Depends: ros-rolling-mola-launcher (= 3.2.1-1resolute.20260916.195610) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-launcher/ros-rolling-mola-launcher-dbgsym_3.2.1-1resolute.20260916.195610_amd64.deb Size: 3797736 SHA256: 5098f0d5f80fd02a9f17433e5a4ae6603ff72ba4c9be97946a7cb73d6def5cf6 SHA1: fe9dfd02936c481715b49d4d885f47cf3e822181 MD5sum: 0a77fa834de1f9bf51bc786b39fd2ad3 Description: debug symbols for ros-rolling-mola-launcher Build-Ids: 3f34169093846e61b182b8a3df43c9645837743d 76bb94d66376d8e54334ec856173fec2879de6b8 a621adfeb089558c8ea0cc2b3b4dac0789be373d fc61b7cc06d253d844a84fc085c7441c78a7bd32 Package: ros-rolling-mola-msgs Version: 3.2.1-1resolute.20260916.194355 Architecture: amd64 Maintainer: "Jose Luis Blanco-Claraco" Installed-Size: 2891 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.1-1resolute.20260916.194355_amd64.deb Size: 210640 SHA256: ce00fc81fbe37ef3e415d008f054dd30b4cda15711a7fdd1d0e93a7f767333f0 SHA1: 23f05a7a8a8121e10a6779231d41b75436fd22e0 MD5sum: 3eb56e2652f378886fd0209fd508f3bd 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.1-1resolute.20260916.194355 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose Luis Blanco-Claraco" Installed-Size: 2252 Depends: ros-rolling-mola-msgs (= 3.2.1-1resolute.20260916.194355) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-msgs/ros-rolling-mola-msgs-dbgsym_3.2.1-1resolute.20260916.194355_amd64.deb Size: 1615284 SHA256: 6dd2fd77c9dd71e304c4859efeb1668fab1af03b3ae7a3c02d96d78a6800df45 SHA1: 966376bd0f5d438e3ccaa773283d1593f340e8e8 MD5sum: c2794e0e6122288cc9a44b27e1b1be1e Description: debug symbols for ros-rolling-mola-msgs Build-Ids: 0184211c40ed00758135ac20a68268cf2d532166 08d998b4d5fd31eaf4b2cffae3efabbcd64e2214 1f2fe26dd08b6ec69b7155e03247abf3a78a67d2 44749b2812b8d8fc2994556e772ce45b25c8e31f 5b3add0baa29718da1e6e0d5d41718459b6b289d 5ed6e2d037fb7c3dc9d4555454ba38ec52eaff9a 607c97cccdfb99c4a68752eea8a037c3d0ad2441 7919d8205fb107a0c1ec3da4edbbd0fc2766a98b 875341bb91f401f686b0928185581d487c494f9c a4380f0ef36a031cd0419edc55ed3c5ce0684856 c7040dce3e16b2916a1c4edc38a242c15f7b22b3 Package: ros-rolling-mola-pose-list Version: 3.2.1-1resolute.20260916.194351 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.1-1resolute.20260916.194351_amd64.deb Size: 45730 SHA256: f8d45d72c8021a8889b725b32f436392c65f7359c504fda3ed80a2df3cf45545 SHA1: 286758351dc1590f0127708beb12d9d24c3c327e MD5sum: a730af1f46a8d803cf54df2f648fff0e 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.1-1resolute.20260916.194351 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 454 Depends: ros-rolling-mola-pose-list (= 3.2.1-1resolute.20260916.194351) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-pose-list/ros-rolling-mola-pose-list-dbgsym_3.2.1-1resolute.20260916.194351_amd64.deb Size: 430342 SHA256: 15de3934368ec4d2f821eb87861c717738b0a04a9aac0a5c91ffecdd9f921ca2 SHA1: 8cc3646e7db4efdd78a8b24cfe6febdf2f0044a1 MD5sum: 3f219736f78a1b8dba498a5517d2668f Description: debug symbols for ros-rolling-mola-pose-list Build-Ids: 8ebf46f22f9b71925e0062558bcea8d4c87ab880 Package: ros-rolling-mola-state-estimation-simple Version: 2.4.2-1resolute.20260916.195607 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.20260916.195607_amd64.deb Size: 115284 SHA256: 859ac3c3f60c98ce4371e740658cf089b593769beb6ab80b381470876c1c13a2 SHA1: 5d683daaea08609af3f0e751fa6654ac19a8196e MD5sum: a6cefe1175bda59a7b71fcbdcb222d34 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.20260916.195607 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.20260916.195607) 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.20260916.195607_amd64.deb Size: 1235022 SHA256: 9b771305aeb3eab0678cc5bc7f82ef7f122642064735aeb63d72bd5a13071ecc SHA1: 84eac2bde442296e03823c52853cf245ae048de7 MD5sum: 203841bc96dca79ec14850710a219fce Description: debug symbols for ros-rolling-mola-state-estimation-simple Build-Ids: ca3008519c83a00e78fd1df33817b307386c48b3 Package: ros-rolling-mola-test-datasets Version: 0.5.0-1resolute.20260908.141634 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.20260908.141634_amd64.deb Size: 152898444 SHA256: caabc0c871446cf0359be9548404572c3fa7ccddaa846157d30a6f6c475127e8 SHA1: 7ce865b5a0fdb29a41b88479053504dcbdcb55fc MD5sum: d5424bc676b0ccfafc0b23a07c7aeaed 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.1-1resolute.20260916.194554 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.1-1resolute.20260916.194554_amd64.deb Size: 16254 SHA256: de33cdc7c602cccd4346cd692b9ad988a66a17f01648b420c773ce5d2c7f8a62 SHA1: 0653dcf547fc1c831ec50320ed154401f13f97bf MD5sum: 5100714de129a4ac141a1bd8ad551bf8 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.1-1resolute.20260916.194554 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 577 Depends: ros-rolling-mola-traj-tools (= 3.2.1-1resolute.20260916.194554) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-traj-tools/ros-rolling-mola-traj-tools-dbgsym_3.2.1-1resolute.20260916.194554_amd64.deb Size: 433416 SHA256: 13563e33b1df4c33fa8ba0f5c533a2c986a8ac90302e6763e75b178979b8d510 SHA1: 79f2c7699a662261269f13a4b6eceb17e12e467a MD5sum: e323897de760f3e9a172dd036d34666d Description: debug symbols for ros-rolling-mola-traj-tools Build-Ids: 35cdeaa10f9e756bfa55b4eb803ff001ef2fe998 74ccd47b6e81860caa6ef0494af3504a8b00a4cf b8cb773350cf309a3afa04dcbc2dfa3280a55ffa bc5e79b1b930392f92ec521b476c7d6807297821 cc66fec3eac31e26e4ee90f0762fe4bc94fa7869 Package: ros-rolling-mola-viz Version: 3.2.1-1resolute.20260916.195606 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.1-1resolute.20260916.195606_amd64.deb Size: 198470 SHA256: c3ad6e4ccd7dc52b154f13ccc15149a3a55c169268b01fc298b74b8ac81d7592 SHA1: 96ec75c80d90b5276163ba31c8069f1a52d8a9c1 MD5sum: c402415ef275ec350810aa38dd7544b9 Description: GUI for MOLA Package: ros-rolling-mola-viz-dbgsym Package-Type: ddeb Source: ros-rolling-mola-viz Version: 3.2.1-1resolute.20260916.195606 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3311 Depends: ros-rolling-mola-viz (= 3.2.1-1resolute.20260916.195606) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-viz/ros-rolling-mola-viz-dbgsym_3.2.1-1resolute.20260916.195606_amd64.deb Size: 3008440 SHA256: 9c68e3cb5f4498e4e525e1aa2ed66818458d87f163e0bc7d10673567283e5e4a SHA1: a7261a55fcb786ae844113be151c7e1a392efed7 MD5sum: 92f00c050df8931a9fcfd8866f72b373 Description: debug symbols for ros-rolling-mola-viz Build-Ids: a3d647989dd14675c0b54b25de9b2998aa2d961d Package: ros-rolling-mola-viz-imgui Version: 3.2.1-1resolute.20260916.195604 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5781 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.1-1resolute.20260916.195604_amd64.deb Size: 1207664 SHA256: d668dd606deb012023babf720cc4b435b0aa1d7f1f273f4ecc5355aeb45b9277 SHA1: 9a84cafda6cbee165c58e2fbf3cb1509ac377587 MD5sum: e33f2a3eda7f4168796d7e226eeafc31 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.1-1resolute.20260916.195604 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 13238 Depends: ros-rolling-mola-viz-imgui (= 3.2.1-1resolute.20260916.195604) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-viz-imgui/ros-rolling-mola-viz-imgui-dbgsym_3.2.1-1resolute.20260916.195604_amd64.deb Size: 12376552 SHA256: 8c378f6052d46bd5ec63bdc45629a1bcc79c811e8c307b0b05c8349def4cd69b SHA1: fba3e43a5a4b67e3b11b262e5d66e29d2421d4da MD5sum: 6f721af85956866b4ac56e1f928f1fd3 Description: debug symbols for ros-rolling-mola-viz-imgui Build-Ids: a79406d63613ffea5272e1075f4d673fe734d97d Package: ros-rolling-mola-yaml Version: 3.2.1-1resolute.20260916.194554 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.1-1resolute.20260916.194554_amd64.deb Size: 61042 SHA256: b0d793e29db2b934935dcaa2e4ba0b010183a7144e353b02468e80595665c1c6 SHA1: bf70ff58aa112e8d930c8c7edf8ef3c22e3b41bc MD5sum: 73224ccefa3c98f6bc0c098d8d9f573c 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.1-1resolute.20260916.194554 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 593 Depends: ros-rolling-mola-yaml (= 3.2.1-1resolute.20260916.194554) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-yaml/ros-rolling-mola-yaml-dbgsym_3.2.1-1resolute.20260916.194554_amd64.deb Size: 558572 SHA256: 76337397a18232ad706af59917fb154d049d35b56c90b1bf506530809ff3d9d0 SHA1: f436e4e51a7722af5b2be5e1b43bc018281d92e6 MD5sum: 03e3c3ed90bd25ae2b45a4430cef62ee Description: debug symbols for ros-rolling-mola-yaml Build-Ids: fe73edeb0dd0308d70e954a49cd1646f60581c39 Package: ros-rolling-motion-capture-tracking-interfaces Version: 1.0.9-1resolute.20260916.033710 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.20260916.033710_amd64.deb Size: 66484 SHA256: 6325875bf43230fb93f0018a2c6ff061230d631ad247fa377502df70a6aa06f9 SHA1: 164c0bd9453ff5dc3a9fb20bb291ad7b13536835 MD5sum: e722ba10fba728215b12dd9aef6fb9ca 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.20260916.033710 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.20260916.033710) 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.20260916.033710_amd64.deb Size: 348908 SHA256: fb46e56e1944fde1ec852459e8f1aa8262b4e5e676dfc1acb9157e89088b8e1f SHA1: c12a8f70687645e273641534889ebaa3f0671275 MD5sum: e5e4069bd3cdb661e2a7e3e609f072d6 Description: debug symbols for ros-rolling-motion-capture-tracking-interfaces Build-Ids: 07acdcc1adcd165201abfaf7e741960ff3f317ee 4df2d58508e6c35a1289f8e19ba23d0b1538b361 59c41ac7a2a2aab95ab5c22039daf8432a391b03 5f6978f04307da5bcd0172293a6b0512a503eeb5 70f317419d122a2352825685415d450f7f0f7636 9ce44cc5b3115b340247876498b38e808a5877f7 9fa33d262db49bf78eb4e746e0d9f1faa3f3e215 a0deeb19bd7713a9e766cebec7f50638556812a2 bf747a0c6069a4297a3756355647b33a1a5c5841 e5067c0bcb69667085e22d637bdfff264419de73 ef43eb21deac34b665f7ff9d256acc1f75a4bb14 Package: ros-rolling-motion-primitives-controllers Version: 6.9.0-1resolute.20260916.213407 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.20260916.213407_amd64.deb Size: 85084 SHA256: 578a35803654a63b0833891f9341f05ceed119b0ac113ec5cdab69d12afd57c0 SHA1: 1f10d43875ddde0cbd22b974232e1d6b34a51ed3 MD5sum: df22c1c2f2ccba7b7240f5826f18fa43 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.20260916.213407 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1372 Depends: ros-rolling-motion-primitives-controllers (= 6.9.0-1resolute.20260916.213407) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-motion-primitives-controllers/ros-rolling-motion-primitives-controllers-dbgsym_6.9.0-1resolute.20260916.213407_amd64.deb Size: 1224878 SHA256: eb699198db6a08188ef74f51a6922fcc0489efe7905508dd9915076efce2475a SHA1: caf1c43966b99060ba5ac87bad978c8fb6363d65 MD5sum: 455c9f77321852a4e553dba6c5856cb2 Description: debug symbols for ros-rolling-motion-primitives-controllers Build-Ids: 7069d497d09a45993d4f154da8d20ec5182f0e22 Package: ros-rolling-mouse-teleop Version: 2.0.0-2resolute.20260916.203527 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.20260916.203527_amd64.deb Size: 12594 SHA256: 5d6d1e82861294415f89d3cd09d74aea3e13c71a9d452f52e8e47865f338e794 SHA1: 14918641c2a135e7061c99627b1c20734e21884c MD5sum: e0e038f92e873c13facadc1bb9ac71c8 Description: A mouse teleop tool for holonomic mobile robots. Package: ros-rolling-moveit-common Version: 2.15.2-1resolute.20260916.193510 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.2-1resolute.20260916.193510_amd64.deb Size: 7802 SHA256: 0a2692acbe22cd7ee4984b490e643667fa687635f67d89ae7aa5cc26b8b3997e SHA1: 077d30a251532b1ac7b1926185dfaffea37843f5 MD5sum: bcdca770f2bd99ac313f1a86b5c2b629 Description: Common support functionality used throughout MoveIt Package: ros-rolling-moveit-configs-utils Version: 2.15.2-1resolute.20260916.211140 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.2-1resolute.20260916.211140_amd64.deb Size: 29734 SHA256: 0b0df95fb8f13e95570ea79f1397aefcdfb5dcc91bedcda41f2f1f800ee5a23d SHA1: 7b366f009ec7807f878504434fdbd4370f7a195e MD5sum: afca74df873bd2ac5b5f4cef1b1fc3b4 Description: Python library for loading moveit config parameters in launch files Package: ros-rolling-moveit-core Version: 2.15.2-1resolute.20260916.211324 Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 5602 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-chrono-dev, libboost-date-time-dev, libboost-dev, libboost-filesystem-dev, libboost-iostreams-dev, libboost-program-options-dev, libboost-regex-dev, libboost-serialization-dev, libboost-thread-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.2-1resolute.20260916.211324_amd64.deb Size: 1370066 SHA256: 8050421d01db8c65f85ec797e356028a0dcaa4e7a60a1f1ac163ab71b732eedf SHA1: 4a5a64b28dd5ec83fb0e78aafc9aa3016548e510 MD5sum: e1b55dab0e8984fcf9237da21f7cafb7 Description: Core libraries used by MoveIt Package: ros-rolling-moveit-core-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-core Version: 2.15.2-1resolute.20260916.211324 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 74613 Depends: ros-rolling-moveit-core (= 2.15.2-1resolute.20260916.211324) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-core/ros-rolling-moveit-core-dbgsym_2.15.2-1resolute.20260916.211324_amd64.deb Size: 73791236 SHA256: 1205eafdc7ce55c929585648397adba91ab200876c68dc61885be2010b7c833b SHA1: 616a439decd9982ce07b184ad424359797193821 MD5sum: 0573804ff77df9498435190fbec5c18c Description: debug symbols for ros-rolling-moveit-core Build-Ids: 03cc7b249257e3a1b6f21179991fce6428328665 0e0f40a507ed6ee6eaf4d7fc10163da947ed7ec1 234fc14a8cbaf1156e0e6b6c9f21be9c577fe753 36b260bb5574a1cb66bae4afb4993411a658ae90 38702daa35328ab3d719efd5ecc6a293bac69b67 3fd4726b5cfe91ed5dd1dbadd9d3e389fe8ba4ee 42e3433aba2f6b338514d084f3b99cd29f6aa980 51be65b591c888714d942a64942f0b2c22e456f7 67eb719a8ae49b074d317bb30c33defc63413457 6b35fd12ec1bd393fe54a57e9c52ef1dcdf4d337 6f657f081747c2f9fd9a5b1f6e26f3f9eed1f312 7a97be550d245aa76c259e16eb4b0b4bff08d5b5 90bf0c4e4da76b0d2c9d7e6a218fadf84ba06f29 9a19037d608cb6dab269ac22098731b43afd0a10 a568c49bdfd38a1b06aa9f14d64fe7125bebf118 a9c3957a3462568b984a58f057bba02e1083c312 b042f613411ac1de1b8ed3175f8cdbbb9da69cc3 b8672282c68d19a69aa41663cf69d3395d058e9d b993ad048bb3a0d545ffaa36f30fa7ba28b4644e b99af99021b9ad45d8d2034f6a1b5e640247495d bb9f3bcea9f76c4a77ff9f6c2bd895f860340fae cf1ab232b31ace0c4a97972c0b3e2b4fbe95bc18 d91fa5cbb1266cba92f97cea8aefaa21b1dbb163 dd11a25e1899f7d615de30a3b24d4da403b3996d f889d903fc1752b5d2ca4b5aa9385ca9a4e8bde7 fb657414f02ea752ae5b3652704666a7fbd4d7eb fc16cb535a7044ad086917bb0430f638fae83755 Package: ros-rolling-moveit-hybrid-planning Version: 2.15.2-1resolute.20260921.013935 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.2-1resolute.20260921.013935_amd64.deb Size: 528866 SHA256: e41f0add197848d53f9efa70f007b73c23266938cbea3c9e12aeb1be7fe9d67c SHA1: 2faf2a55b2fa488692392586aaa62f9b822a3bd8 MD5sum: dab2415e4c98f04bad23cf625298cb75 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.2-1resolute.20260921.013935 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "MoveIt Release Team" Installed-Size: 20302 Depends: ros-rolling-moveit-hybrid-planning (= 2.15.2-1resolute.20260921.013935) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-hybrid-planning/ros-rolling-moveit-hybrid-planning-dbgsym_2.15.2-1resolute.20260921.013935_amd64.deb Size: 18782988 SHA256: a911075d309b4298f91ec6ccc02fe41390f6b1b222c8a877446eefc9fc6a781c SHA1: 30a5e39ddd9391bf105b5f8939fb217fe738183f MD5sum: 66c79b533a94a5842d0835659cb3373a Description: debug symbols for ros-rolling-moveit-hybrid-planning Build-Ids: 56953be13f04b41156f8df1fd9c7c0bcb6a8981c 8069c5f739143371be8be159dc5b5723c3a8c8a5 b4efb8df1ff567ced96aa866f378ae6196633f27 b60285a7665a3c544166d00fac4cb2a956d3f250 badbbe5e03a1f196a54ed5c2f3f2167240a40d45 be674aef03e6f5d6eec2013b336625ee45747a48 c4166f70d6bd5f130759412fedf17edf3594c5d2 dfd0b83269a397585bdd2b5bc9a19fbe6ab17824 e2fdb2787a6687fc72a3497568e22e45f7aa0080 Package: ros-rolling-moveit-kinematics Version: 2.15.2-1resolute.20260916.221051 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.2-1resolute.20260916.221051_amd64.deb Size: 250814 SHA256: 5c7d15c4ddee79fff9483a8b2f142a183f302f05ae938e19bcc2a6e587b73a67 SHA1: 77df45d6b457fb90cd72db5cb04c31988e96bdff MD5sum: 101167afdb7c986bcf2a9a5f79edb735 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.2-1resolute.20260916.221051 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 9389 Depends: ros-rolling-moveit-kinematics (= 2.15.2-1resolute.20260916.221051) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-kinematics/ros-rolling-moveit-kinematics-dbgsym_2.15.2-1resolute.20260916.221051_amd64.deb Size: 9240224 SHA256: 9fd5f28528690113dedbc94cc53390203d862be7e60d539c9dd0c89b3b89cbeb SHA1: 3ba39b18210d31f0e1ff74d37c38cf7ef9c573fc MD5sum: 37e9abfc5788de6dd199c98aa63f85f3 Description: debug symbols for ros-rolling-moveit-kinematics Build-Ids: 00404910ea1d82124fe93326e355985dd29746fa 7d02bbfeffeeb6c21592b2ad70cfc0ef0b0e5cde 7d6b5bd43b4c203a16a0570e9bff9d4fce37afdc be6aabc714ae85bb258a1e08712c10e84ddd02a4 Package: ros-rolling-moveit-msgs Version: 2.7.2-1resolute.20260916.040952 Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 36697 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.20260916.040952_amd64.deb Size: 2192412 SHA256: c6ed1c569ecc8ee3b0f2b45bfcd9bb0b78dfaf7395b2c6e0d46f5140356dc861 SHA1: 1458502480125dcc74fae225ece6e9fc794dfb6d MD5sum: 83834b86c522364381240569aca3b111 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.20260916.040952 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 33828 Depends: ros-rolling-moveit-msgs (= 2.7.2-1resolute.20260916.040952) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-msgs/ros-rolling-moveit-msgs-dbgsym_2.7.2-1resolute.20260916.040952_amd64.deb Size: 27293226 SHA256: 7162971cfa279eb26ed65bedc352a6a96089c07d4b5cab214946b2fd3559dfd4 SHA1: 57a9082ba3ff5a46963d477269b843e9d2beb8c2 MD5sum: 10b52389a8823fb3f10b891e3e562c79 Description: debug symbols for ros-rolling-moveit-msgs Build-Ids: 1b0c55ebc6438db016269237dd94c03a4298a479 2e8f30df86edfda5941a23997a12a0938701c41b 39dddd85987c3affbc3b368c3bcb23917fffeea6 6950746309f991a45a42269f2d3c34c4a809e1a2 7099cb7b5a2c4af0aef735c42bb80b90ec96e5db 75cc582d7f856ae9e50f2bed0fb5b071ee084701 a2e0c617d95e659562f0fd16e6584a8ba8774bd9 b8a702bc19913d7872dc1f687d4c2dc725547462 c3eaaafa52f7cd98b1d24cceae451f2034021922 ca1aa1205b4058bc556402f8dcab366fcc81ed79 ec6d5a2c5d0d60000554ad0036e8f1966ba131bd Package: ros-rolling-moveit-planners Version: 2.15.2-1resolute.20260916.223341 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.2-1resolute.20260916.223341_amd64.deb Size: 6358 SHA256: 97e4ae703f69b5d1159e0ccfb340c5490f54194ebb6871086bc00943d217394a SHA1: e558e9be5f910560d806f1516e935c78e92d4c18 MD5sum: 388f9a3d85b9bcdf0f2a5ce1202fd850 Description: Meta package that installs all available planners for MoveIt Package: ros-rolling-moveit-planners-chomp Version: 2.15.2-1resolute.20260916.215033 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.2-1resolute.20260916.215033_amd64.deb Size: 36656 SHA256: 6399a523f03cbc4f6deececb3371b4eedc5bff790de7589ca6b2087ab019cde6 SHA1: c5c0c21787e4c86dde0b28e658e12cce3b5747b4 MD5sum: 20b3bd122c840404d6b4e206e467911e 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.2-1resolute.20260916.215033 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Chittaranjan Srinivas Swaminathan" Installed-Size: 4294 Depends: ros-rolling-moveit-planners-chomp (= 2.15.2-1resolute.20260916.215033) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-planners-chomp/ros-rolling-moveit-planners-chomp-dbgsym_2.15.2-1resolute.20260916.215033_amd64.deb Size: 4288866 SHA256: ce8b538a041d498a3588dc5a9d194dade605764381043a2a410801d8b7366abf SHA1: 42b6355290b443d9e0f85963f50b2e72198ca33e MD5sum: 7c9c4ceec96594b91cabd75fcdc5afc9 Description: debug symbols for ros-rolling-moveit-planners-chomp Build-Ids: 6adb884c70bc28c7c3bf3057dc04e89d3b22eab6 e6a3cf2ee492c16109f2e809a1f27d662370a84f Package: ros-rolling-moveit-planners-ompl Version: 2.15.2-1resolute.20260916.220422 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.2-1resolute.20260916.220422_amd64.deb Size: 355138 SHA256: 1ba73f7150976df4c2d7430590534c8f5e5779be0d115aa1db148cb29fda7bd5 SHA1: 9b75a0f03c6b2299932fd4a20c71c69c05c8c257 MD5sum: dcaf9de4d2a7038db255e1083c2a25ca Description: MoveIt interface to OMPL Package: ros-rolling-moveit-planners-ompl-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-planners-ompl Version: 2.15.2-1resolute.20260916.220422 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 22212 Depends: ros-rolling-moveit-planners-ompl (= 2.15.2-1resolute.20260916.220422) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-planners-ompl/ros-rolling-moveit-planners-ompl-dbgsym_2.15.2-1resolute.20260916.220422_amd64.deb Size: 21535612 SHA256: 64c37c84412a3813d0627e103fafdc19b3b9800138db69e87edb09459ec91f81 SHA1: 092d54953bd6f7e75eb1e0a8b838c8add0bdbba9 MD5sum: 75f5bfde78c71e0727a43aca791eaad3 Description: debug symbols for ros-rolling-moveit-planners-ompl Build-Ids: 414c1a69126ffd0ade040082301444432b8d8c63 a1a7747b9618b31d9a2d874611f4c9b5deed9da9 ea7f5aee584f3263c0bf1a69302b9d36e6af5647 Package: ros-rolling-moveit-planners-stomp Version: 2.15.2-1resolute.20260916.214547 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.2-1resolute.20260916.214547_amd64.deb Size: 148038 SHA256: 8f56c6c9d9128171f0da9add6ee21c3590b797005eb3b512df6b12b562a42d36 SHA1: 5c7fb36b5678be0ffdb1e3817604a5b81bbdf295 MD5sum: 3246b91ca497431821e509cb5c5e1d7b 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.2-1resolute.20260916.214547 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 5509 Depends: ros-rolling-moveit-planners-stomp (= 2.15.2-1resolute.20260916.214547) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-planners-stomp/ros-rolling-moveit-planners-stomp-dbgsym_2.15.2-1resolute.20260916.214547_amd64.deb Size: 5380226 SHA256: 85e227f201b25b745862468f1ac6eb3432fb2e4fa3710425baf3197a4509d5a0 SHA1: fcbb53620efd165971550c23b5cd6201d8e4d28d MD5sum: e320d2dee704f8f585bacc0a85bb9b37 Description: debug symbols for ros-rolling-moveit-planners-stomp Build-Ids: 9bab317a4dbb53abae72813e5955c75ab28fae96 Package: ros-rolling-moveit-plugins Version: 2.15.2-1resolute.20260916.215210 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.2-1resolute.20260916.215210_amd64.deb Size: 6022 SHA256: 1edc173adf9aaaeb6903b9a003d46d80435cd7d2e5539a3701b241368edffd3f SHA1: f22ab822559ea3342c3ad5a95b30d459443b835a MD5sum: 84dd54b87de29d4761a082295a4802c8 Description: Metapackage for MoveIt plugins. Package: ros-rolling-moveit-py Version: 2.15.2-1resolute.20260917.064356 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.2-1resolute.20260917.064356_amd64.deb Size: 430340 SHA256: 37cdebe2536b2ad7152f9920ff0144eece1ed99de23183f049a74210ad764e8f SHA1: 3657d71d28ecc4a3c99ecc74470ae7533a4311a2 MD5sum: 22126ca1470bb7178d0126d054867e61 Description: Python binding for MoveIt 2 Package: ros-rolling-moveit-py-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-py Version: 2.15.2-1resolute.20260917.064356 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Peter David Fagan" Installed-Size: 23603 Depends: ros-rolling-moveit-py (= 2.15.2-1resolute.20260917.064356) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-py/ros-rolling-moveit-py-dbgsym_2.15.2-1resolute.20260917.064356_amd64.deb Size: 23069514 SHA256: 81a6c8384150952b34e8547f4c789e89381441d26856f6295dce39464129b439 SHA1: 21d3774b7380797356be4ac038a92bb0eb47a275 MD5sum: 586e6dcd107b1f520fb7b10283642012 Description: debug symbols for ros-rolling-moveit-py Build-Ids: 0a2cb1b1946c2c9d36ef3bc7e8f95bdc40d40fd6 403100b46411e45a21c2acbebe0311569b689cda e320416743d0e97750b052218fdd0749390dc37b Package: ros-rolling-moveit-resources Version: 3.2.1-1resolute.20260916.215212 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.1-1resolute.20260916.215212_amd64.deb Size: 5736 SHA256: 71101d8169814c35c5af7b2a179fb56ffd643e7130f62cfead0a54d045b354cb SHA1: 18f1e8581ec27e2775ea8f08677db9c6d6d4a29f MD5sum: 119c71a3474b28ac1b6fb5033ff6a161 Description: Resources used for MoveIt testing Package: ros-rolling-moveit-resources-fanuc-description Version: 3.2.1-1resolute.20260916.193146 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.1-1resolute.20260916.193146_amd64.deb Size: 127774 SHA256: d99ae9ae6a46844db3d3afb495e68839db78f7468f1d091940318a0717da1741 SHA1: 62e13a06b7cca719f47205355ae2096639275bb5 MD5sum: a21a936b3a860dd038ea90e33de6c53d Description: Fanuc Resources used for MoveIt testing Package: ros-rolling-moveit-resources-fanuc-moveit-config Version: 3.2.1-1resolute.20260916.214049 Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 94 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.1-1resolute.20260916.214049_amd64.deb Size: 15754 SHA256: 094d73ea1950090023a04799fe8072cc3b07b09580d85337e127bde8bab830db SHA1: 11a0e5a0c10dc570e5e4242cd4992db892e9deb4 MD5sum: bcdd2f1df244bb9e630cdc40e825c2ec 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.1-1resolute.20260916.192901 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.1-1resolute.20260916.192901_amd64.deb Size: 3055688 SHA256: 88f85c5272daa9265d43a4cd8dc6b187a0f0ca722ff2161ace1a6c30454b45b1 SHA1: 7ce4ccfbaa9caf3b59a5b457fa7190a3d38fd364 MD5sum: 16c9c3a2eea6f5a9793f48fdb0ed1303 Description: panda Resources used for MoveIt testing Package: ros-rolling-moveit-resources-panda-moveit-config Version: 3.2.1-1resolute.20260916.215050 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.1-1resolute.20260916.215050_amd64.deb Size: 20224 SHA256: 331b3f7a0dba1a246888eed875589dacf8e1a3360c0032fbbac5beccffb7ef59 SHA1: fd6e894df38d10651f3ab075aca7972f23a5e575 MD5sum: b49c005841d8a05484e84e82c7c03894 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.1-1resolute.20260916.193140 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.1-1resolute.20260916.193140_amd64.deb Size: 24281568 SHA256: 54aff23297b581617bcb385af80cc57a690de40dbef8b66732f2d6bfaf4bdcec SHA1: 5e47bfaaf993ced08c823176dd9c1a6747d19c78 MD5sum: 1be2c1c7692901f7333c3a10e89d529f Description: PR2 Resources used for MoveIt! testing Package: ros-rolling-moveit-resources-prbt-ikfast-manipulator-plugin Version: 2.15.2-1resolute.20260916.214245 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.2-1resolute.20260916.214245_amd64.deb Size: 137802 SHA256: 75f1c060bcfe48fcd9c958e62528e4120c834ca76534331670750230aca68935 SHA1: c47e9a287fb2d5858bee3ee524bded639e5a38dc MD5sum: bc5b6b97cbd411aeb74ba3a7c0372b11 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.2-1resolute.20260916.214245 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alexander Gutenkunst" Installed-Size: 2837 Depends: ros-rolling-moveit-resources-prbt-ikfast-manipulator-plugin (= 2.15.2-1resolute.20260916.214245) 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.2-1resolute.20260916.214245_amd64.deb Size: 2784390 SHA256: 13038856fbbc64ba9d08a589b8dcf5d762bd0d63d107cce031a0dccf78e88c08 SHA1: f11954f7c6769d202867486798c446f2cecc350e MD5sum: e0fa4c1a317ec5ddb1539a3e287a60c4 Description: debug symbols for ros-rolling-moveit-resources-prbt-ikfast-manipulator-plugin Build-Ids: cfd095b445ab4b1848f4a0a76242851a3ab880a9 Package: ros-rolling-moveit-resources-prbt-moveit-config Version: 2.15.2-1resolute.20260921.013937 Architecture: amd64 Maintainer: "Alexander Gutenkunst" Installed-Size: 87 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.2-1resolute.20260921.013937_amd64.deb Size: 14494 SHA256: 80b8371783952a9e56126c4cdbfb9088e6d6f388f97dc121d75df5894c18543d SHA1: de3bbafe1fd6c06530ae9f43a7fbbcab2f9894c6 MD5sum: dd7297dc36a12b907511554ee282cc73 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.2-1resolute.20260921.014217 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.2-1resolute.20260921.014217_amd64.deb Size: 160466 SHA256: 90aa76f823f4cc3d0c172df9b5ccf4e47c5b68b21ca51c6054386a09bd5ed8ce SHA1: 8d367cb1d8e7801ea215886548cb2df77652fb60 MD5sum: 5af948c4061df9a67c2ea6c83d8e590e Description: PRBT support for Schunk pg70 gripper. Package: ros-rolling-moveit-resources-prbt-support Version: 2.15.2-1resolute.20260916.193208 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.2-1resolute.20260916.193208_amd64.deb Size: 757458 SHA256: 50f8238be375e765e6fe4ea7408f52a5afab36113ce3afa47fe2cdcc5114e10d SHA1: 6b6b5e7c01c14ad042a3801700123e45a1d3332b MD5sum: ce7225a00903ca63a4e188b1c461bfef Description: Mechanical, kinematic and visual description of the Pilz light weight arm PRBT. Package: ros-rolling-moveit-ros-benchmarks Version: 2.15.2-1resolute.20260917.063642 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-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.2-1resolute.20260917.063642_amd64.deb Size: 199326 SHA256: 7c7aa325745dbb2e242caa2b72c7f326d7af32810d83293820f9f64d6ffb77a9 SHA1: 76d500e7325df2c27d307eda067ea86a2319d453 MD5sum: 208109feba93bdeed9b975c3099a0ce6 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.2-1resolute.20260917.063642 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 6887 Depends: ros-rolling-moveit-ros-benchmarks (= 2.15.2-1resolute.20260917.063642) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-benchmarks/ros-rolling-moveit-ros-benchmarks-dbgsym_2.15.2-1resolute.20260917.063642_amd64.deb Size: 6757334 SHA256: 54f698ac2e010330d2342fda1c8bc8ad46bb20100f4a4d1e50ab85ddb4f66e46 SHA1: ae57964af21426ed07ca3c1407d1abd73fa736d4 MD5sum: e0f35e7f0a5c9332159d952fc7818ca7 Description: debug symbols for ros-rolling-moveit-ros-benchmarks Build-Ids: 7dabf1f465ff7650c3148133a0ec58389985fb1c ac06aa40530b18f9eebbeb0b60111c16d2c8014c Package: ros-rolling-moveit-ros-control-interface Version: 2.15.2-1resolute.20260916.215638 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.2-1resolute.20260916.215638_amd64.deb Size: 198724 SHA256: f191c99b28e3d463298ca4d666c77731745fbcb1e8921e9dddd99c13546d28c7 SHA1: 1aa1101d0b7fd5a19d49b1e14e9a26c6b198337c MD5sum: 898ac55d4511f53e0c52d2e4a6c06666 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.2-1resolute.20260916.215638 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 4816 Depends: ros-rolling-moveit-ros-control-interface (= 2.15.2-1resolute.20260916.215638) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-control-interface/ros-rolling-moveit-ros-control-interface-dbgsym_2.15.2-1resolute.20260916.215638_amd64.deb Size: 4356058 SHA256: 23bac3af135499757a77952851e429507d22b7f1b576c9f005646c75a11af74b SHA1: 97555e251239bb300d8ed48c55b349cddf343b94 MD5sum: d3479bdc064080000f738b93cadba62c Description: debug symbols for ros-rolling-moveit-ros-control-interface Build-Ids: 02d263a3bf3a314c45c49f4c9ec3e7362c814f70 185ffd6b408f3915d96c30e5ebb9f9e0663a1d2c 295b538bd096d3d2a8b7ec6b5cb8f11f234160ba aeef78a15868d39e69e2c7a0d709e0cb848e5fb4 edda8aab39621db025cdd17719041ecc35e8842f Package: ros-rolling-moveit-ros-move-group Version: 2.15.2-1resolute.20260916.221701 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.2-1resolute.20260916.221701_amd64.deb Size: 374124 SHA256: bf4d9b441030432edf3292b50d11ebb570238b41944093005d3fbfac8c73d039 SHA1: 77b4fa5dd2a8fda5e830a6fbea0c5522cc06fce3 MD5sum: d9c225e61e4b12514eb3e744efc2e200 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.2-1resolute.20260916.221701 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Görner" Installed-Size: 28048 Depends: ros-rolling-moveit-ros-move-group (= 2.15.2-1resolute.20260916.221701) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-move-group/ros-rolling-moveit-ros-move-group-dbgsym_2.15.2-1resolute.20260916.221701_amd64.deb Size: 27512244 SHA256: f56b83c8ec5a4fab5565de2f068f772c8ced7a85910219bb56645883664b2827 SHA1: 722bb7e69d7270d1ea17458741626fae593ce51a MD5sum: e334e14f9e5896b374d81c3822fbb483 Description: debug symbols for ros-rolling-moveit-ros-move-group Build-Ids: 82b82e2e33dba6683b1e52a8a9e06d204d2bd3f8 91c15e5a6418bda30514c2643afd20c2535f5f0e c24e594f576ce8aeae3bfa19f083300c8f383bd3 d231c647b5bca01724230724696dc32efa8936de Package: ros-rolling-moveit-ros-occupancy-map-monitor Version: 2.15.2-1resolute.20260916.214436 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.2-1resolute.20260916.214436_amd64.deb Size: 221496 SHA256: 025cec02b01e67cdc8275237ff8ed510907055e04c05542f5fa460bd74132104 SHA1: 722d297f126a2e703d626c3bd8ef89fa6e77d4f5 MD5sum: 9f745df475cb9baf1050be019966e245 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.2-1resolute.20260916.214436 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 4798 Depends: ros-rolling-moveit-ros-occupancy-map-monitor (= 2.15.2-1resolute.20260916.214436) 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.2-1resolute.20260916.214436_amd64.deb Size: 4239594 SHA256: 11185d6202da03a0420134a9c2ffa9edb44f4796e329f451062c804f9cdef1d5 SHA1: 41c9a1acd0769e918603bcc0811d7a221ffd1127 MD5sum: 8af4727a2b34768bfd00234442c0dba1 Description: debug symbols for ros-rolling-moveit-ros-occupancy-map-monitor Build-Ids: 135c17923206a733fca326bb96c56775d3cb323b a43ddf3416237c25b9e24451f716a48c9223616c Package: ros-rolling-moveit-ros-perception Version: 2.15.2-1resolute.20260916.220453 Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 1887 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.2-1resolute.20260916.220453_amd64.deb Size: 401756 SHA256: 51e068dcb418cabda44d8ad717de79a845d124f5dfa43b4704d837aa9cf08df5 SHA1: 273d78f98b03f0df4e7f7352e5929ad492864441 MD5sum: e4d91867ebec0bd48b56676129f29bf0 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.2-1resolute.20260916.220453 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 11406 Depends: ros-rolling-moveit-ros-perception (= 2.15.2-1resolute.20260916.220453) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-perception/ros-rolling-moveit-ros-perception-dbgsym_2.15.2-1resolute.20260916.220453_amd64.deb Size: 10297276 SHA256: 2a53a3e94fa4ceba70aaad8220d49218e1e68eca8e04c59591bf7fbe9bcc59b5 SHA1: 5dd145e0a5e43452a43dd020083f8bad0673a552 MD5sum: 0ce11263a37fe3bf258b44fa894d35e1 Description: debug symbols for ros-rolling-moveit-ros-perception Build-Ids: 0c65a3a156507edf193cde82c96235166c84b3e8 160b3e76e37f6a72246254604f8c192436bd7ec0 1ff76d6d0b419866fc276d19c7ee805c4596e3e2 510ed624504648238fdc4d43c05f5e70cf4724e6 8942264246e3a28dd508d91867cfcb6d06e969c0 bfcfb891d532de3ec049e4f5d3f8491062529b58 c30aa5cbc48e57030a1e1826b3b8e6958454d9ff cbc3da15d52d0663549f895bc49b1edb86451e6b Package: ros-rolling-moveit-ros-planning Version: 2.15.2-1resolute.20260916.215039 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.2-1resolute.20260916.215039_amd64.deb Size: 1196232 SHA256: 2d09110a172e5df4fa8a4fea60f81dbf7c7d2a0906abc0ce0e4182812b37a670 SHA1: 4d6c636413d5e92765c0ce1853bfda78b646236e MD5sum: 4a580873acde2192e66bf5825d89d95d 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.2-1resolute.20260916.215039 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 67305 Depends: ros-rolling-moveit-ros-planning (= 2.15.2-1resolute.20260916.215039) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-planning/ros-rolling-moveit-ros-planning-dbgsym_2.15.2-1resolute.20260916.215039_amd64.deb Size: 63758772 SHA256: 77d4a6eea94148db68c4a161e9e63c0fb5ee7feb1128b0a774f691edb8d135df SHA1: b2bf0f509320096e81b48fe05230df8ca54838d5 MD5sum: ad07e555eb847b4547bd950f2d2be39e Description: debug symbols for ros-rolling-moveit-ros-planning Build-Ids: 026566def7e425e71a378bb406d762bf0321c2c6 164b02b528727934c0acd6c5b0fcf6f51691b3e4 1f1646d41e6ca06cbc04696a440596b66415349b 293bd4964b5048015f433721e5fad2bdfe8d8b2a 2ad93f341c9246de1817b4c027eed93f9f08a62a 2e3b01ec730d7697d4007043e574d3d71ff8861a 2efaa3e29c1ee79ae6f813a2766b0acc0bdfdafb 36970a2faf81e7d55ea31762cebd1298d1447935 3af0cfc4c0762a0e7377da5861820535326e8121 418f2cd8c5abfce0beb7614eb6f6487be9e26628 599bf3cef3c4b4c59ca9e504981ef26114d1c667 5d284b631fb6f6b2f1d744c84e9f9f628612182b 6d42ac50260e976a44f0361e5de6aeb164cd2e68 80813fc80550109876883735e83653866698f392 886bca17ac5d98e1bbf45f7dcec25ee68633fc9b 8a27f3d70a9979eb0521c3a695b4980e4c5b3607 90b10a65aaa327ac1874910fe97d1a6de02957e1 94f2b535d7fe5674a39ede03b7eeca622c671ed8 9ac2b69f6051a6e11c9e6071471561461c5c1e3f a75fd6742de6a2fb8929142aab5e41f2dcf4b3b7 ed70357a5cb65b2f3176030999aac3100010f0ea fee97f9495a1a53bc70eeb0561f1916a723e6b30 Package: ros-rolling-moveit-ros-planning-interface Version: 2.15.2-1resolute.20260917.063616 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.2-1resolute.20260917.063616_amd64.deb Size: 269390 SHA256: 9139092aaa53a8bbb766daef6ce3b551b7d854ce4c4a9270aedf4b81417fbc8e SHA1: f203ce6866271e8429548cd9e5630da0851a6117 MD5sum: 48abe9672362d6d07da1a54804f1cdd5 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.2-1resolute.20260917.063616 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 9729 Depends: ros-rolling-moveit-ros-planning-interface (= 2.15.2-1resolute.20260917.063616) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-planning-interface/ros-rolling-moveit-ros-planning-interface-dbgsym_2.15.2-1resolute.20260917.063616_amd64.deb Size: 9287130 SHA256: 598da99491fb009afc758859f0fa5082604ade4604e8a66769a0a901954b163c SHA1: 4b5562564b066839ebebea2a38f57b3b99e4f7f9 MD5sum: 1bf75db0180089c60801370c3f57466c Description: debug symbols for ros-rolling-moveit-ros-planning-interface Build-Ids: 13c70dc2f41527b84bcf2080a3518d4c5c7405ef 283269b5f83c93b29f526b9dc036b973c3a46cda 61160219976f6bc05dfb4122ee403f60b5c34ca9 Package: ros-rolling-moveit-ros-robot-interaction Version: 2.15.2-1resolute.20260917.062054 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.2-1resolute.20260917.062054_amd64.deb Size: 182486 SHA256: 70316cad8bd6ad49ebeb04f6c3b5d04c82f7fca10e9eb4895e587c37be6296c6 SHA1: 8d5c945b833b5a53784c651d85ecefa74e913b82 MD5sum: 3f033bcf229fb82cccfb4d8972c0e54b 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.2-1resolute.20260917.062054 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 6870 Depends: ros-rolling-moveit-ros-robot-interaction (= 2.15.2-1resolute.20260917.062054) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-robot-interaction/ros-rolling-moveit-ros-robot-interaction-dbgsym_2.15.2-1resolute.20260917.062054_amd64.deb Size: 6475550 SHA256: daaee7ff32f503201a014f709c76248f255033d86a744b53adb031873ffd16d1 SHA1: c706f9948cb87e43201cbb5b41f75a2f98de109c MD5sum: 98ab95ed7bf1f1dd21b898eaf972c791 Description: debug symbols for ros-rolling-moveit-ros-robot-interaction Build-Ids: 46fc2ec53044b9133914b8b910ecb7e22fad0688 Package: ros-rolling-moveit-ros-tests Version: 2.15.2-1resolute.20260916.204206 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.2-1resolute.20260916.204206_amd64.deb Size: 2164 SHA256: 76bcf2f24554d50c280b1b4732562514b20bdb014b594de20c59e0c98ecd1c2f SHA1: 77e9589ff2ed31afc2fc44fcdae5183528c16688 MD5sum: f8d4da3a71bdfd903c8863070ea5eaf2 Description: Integration tests for moveit_ros Package: ros-rolling-moveit-ros-warehouse Version: 2.15.2-1resolute.20260917.062553 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.2-1resolute.20260917.062553_amd64.deb Size: 517802 SHA256: e8d53e76af5c84b54fc39896b4f7cfe93740c0cd488685119eede88e93db5fab SHA1: b2cbb391ed3fd5a2c4e83797ccb20a54669a941a MD5sum: 9e6b589c2423001327d09c91615a0334 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.2-1resolute.20260917.062553 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 20627 Depends: ros-rolling-moveit-ros-warehouse (= 2.15.2-1resolute.20260917.062553) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-warehouse/ros-rolling-moveit-ros-warehouse-dbgsym_2.15.2-1resolute.20260917.062553_amd64.deb Size: 18933422 SHA256: be645d5d447d175129ae1fe6b03d77fa56068bea073a147ba923989abf277a8b SHA1: b4ea6a96d4665bd580d601f44a96eb6c544a7dfc MD5sum: 31bd9bdc3ffe57203124e0e868bf11d1 Description: debug symbols for ros-rolling-moveit-ros-warehouse Build-Ids: 32b89f1ec039e97158892fa4b5777a8f72057c0f 585e77d2d9e037c94380b6a6ecaca7b7f74dbdb3 76af8584a2394e5f63a0dc2c4f37212bbcedc281 ba5691f423dbf2a4d6f5829af435cff31adb246a bb89de7d0bbd7b99c05709cfa45e8e62ef2feadb d854d188eed486000292d1973359959db096512c fd6045ba716adfc59f4e735749daa88e91afa422 Package: ros-rolling-moveit-runtime Version: 2.15.2-1resolute.20260917.064317 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.2-1resolute.20260917.064317_amd64.deb Size: 6154 SHA256: db33fac8d8dc9c42d5aa7362d659068e401d3503479ad96745e0a23eded92222 SHA1: 9d073d6e45d39c40f255564790dc6b02ac1637af MD5sum: ba3fd6ba12669a803672a620c3f1f28f Description: moveit_runtime meta package contains MoveIt packages that are essential for its runtime (e.g. running MoveIt on robots). Package: ros-rolling-moveit-simple-controller-manager Version: 2.15.2-1resolute.20260916.214505 Architecture: amd64 Maintainer: "Michael Görner" Installed-Size: 539 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.2-1resolute.20260916.214505_amd64.deb Size: 122642 SHA256: 12a06caf3a02a47ad4e118fd44407ac536ad5691c8dc82e8537b4817f8f954e5 SHA1: 7576351d6f78eca9d545814a310f4741b1aa3670 MD5sum: 72bdd0ce8b650d0196997277d0d219ef 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.2-1resolute.20260916.214505 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Görner" Installed-Size: 2164 Depends: ros-rolling-moveit-simple-controller-manager (= 2.15.2-1resolute.20260916.214505) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-simple-controller-manager/ros-rolling-moveit-simple-controller-manager-dbgsym_2.15.2-1resolute.20260916.214505_amd64.deb Size: 1888214 SHA256: cfb1adbf215a569d81d77fbad4ab930140b937dd4879aeab12a48b2d9aba47b2 SHA1: 559565940e64e822e189fdf9a90399b6ae2d6161 MD5sum: 5899c4e3cc7fac8578716e1bb415b3f4 Description: debug symbols for ros-rolling-moveit-simple-controller-manager Build-Ids: 11dca7d8bf29850b63e224a1ead1f9c56f8994ab Package: ros-rolling-moveit-task-constructor-capabilities Version: 0.2.0-1resolute.20260917.071556 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.2.0-1resolute.20260917.071556_amd64.deb Size: 62448 SHA256: d3626780bc2fef13b4645dd8855711a96e7ca0c0d9d1d40265946b1b6565efab SHA1: 7539a2e2284232e43a05c3c127614c563e82a061 MD5sum: a9865916eb10367f46581b633b8827b3 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.2.0-1resolute.20260917.071556 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael v4hn Goerner" Installed-Size: 2742 Depends: ros-rolling-moveit-task-constructor-capabilities (= 0.2.0-1resolute.20260917.071556) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-task-constructor-capabilities/ros-rolling-moveit-task-constructor-capabilities-dbgsym_0.2.0-1resolute.20260917.071556_amd64.deb Size: 2657446 SHA256: 76ffc0d0680744b6fe9a338dd592a7efa35d3401e7e90d8904f1054077283a73 SHA1: 7820b30c488385011e1d83892c9119efffc01c68 MD5sum: 56dad7b70b23ff617b8b8a75d80ed16c Description: debug symbols for ros-rolling-moveit-task-constructor-capabilities Build-Ids: 54b69983ec4b9ecb22c89e08cf4bfd4eeeff9c51 Package: ros-rolling-moveit-task-constructor-core Version: 0.2.0-1resolute.20260917.065800 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-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.2.0-1resolute.20260917.065800_amd64.deb Size: 865378 SHA256: a260e85e8e6c004dd26a87529cedcd1f9398288fdc8b0b3512dd35a29b3340bd SHA1: a43eca054e5eed93f847f4a351d0a6dd692d2fe2 MD5sum: 287cd7762680fe1450d674ee493c4bb5 Description: MoveIt Task Pipeline Package: ros-rolling-moveit-task-constructor-core-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-task-constructor-core Version: 0.2.0-1resolute.20260917.065800 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Goerner" Installed-Size: 53920 Depends: ros-rolling-moveit-task-constructor-core (= 0.2.0-1resolute.20260917.065800) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-task-constructor-core/ros-rolling-moveit-task-constructor-core-dbgsym_0.2.0-1resolute.20260917.065800_amd64.deb Size: 52404644 SHA256: dbe3a72c9f4887f762c2c179206dd284fe299ae867b35446e28dbc812b7d96c0 SHA1: 15cd9e7ccf980e856d60593cb5c49cb8ec2a3217 MD5sum: b80487896651afa50c838416b82bb2b1 Description: debug symbols for ros-rolling-moveit-task-constructor-core Build-Ids: 38d5ddcdfbad4b7c73ade15bf640e92040d0dd8d 61b41471ce52b2ddd338b699c6a8f7557d1e3089 90d6489f47edc36d8cd13c768834995721b0c4e2 c5d8ec715649011feb8e637a406c1d77594cce05 d1d866aadcf9fd075f238516eca0a899e278790d Package: ros-rolling-moveit-task-constructor-msgs Version: 0.2.0-1resolute.20260916.042612 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.2.0-1resolute.20260916.042612_amd64.deb Size: 360156 SHA256: 7c6bba1ea04b84e5769bbdfe70f42fe81c56af8098f89c90e4c3aac4aab9418c SHA1: b4a9a35a04cf85cc4a5deb824ef328a7140c51db MD5sum: fd3a0af30e7bfc793afa1f3e2fcaff1b 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.2.0-1resolute.20260916.042612 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 5435 Depends: ros-rolling-moveit-task-constructor-msgs (= 0.2.0-1resolute.20260916.042612) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-task-constructor-msgs/ros-rolling-moveit-task-constructor-msgs-dbgsym_0.2.0-1resolute.20260916.042612_amd64.deb Size: 4474596 SHA256: 57aa8f3cba88fcb6dc4d48555f4157ab57dfc0b0a194ec1869b5ede3ddf37248 SHA1: c00fd3121309fe9e484632276bcb3f85b3a4bd8f MD5sum: e416c76651079dac7018d525d8faca7e Description: debug symbols for ros-rolling-moveit-task-constructor-msgs Build-Ids: 1252d9c456b8d5c7a25b6ac2136da5b80590d7eb 196f01ad9e981b25a8c35639975bbba7a5630d43 2a86eda579a235e5e4964d341a30a13d9440c0fc 49d1d4003cd5b3f2fcf34b2446e4353c8559bd64 4a681b0c2dc6802b1acfc871017386a2f4835089 5b78ccea608492a5c8f75b277fe292365660117d 7b985010ecb09eee92c7bc201f770ad60acba248 801333e3a6954a0a99646a330dda793f9d119bb4 a5583e4cf156c889e6d61a83d8df24bb923618d6 cc66819708a2af7fbcef9c012ddb10abb618bb71 f29d30d923dac58fe65b437f486ecde937e08bfd Package: ros-rolling-moveit-visual-tools Version: 4.2.0-1resolute.20260921.014752 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.20260921.014752_amd64.deb Size: 306662 SHA256: de66583cab00e60502d5af38ff06b758d1f08902d5b18ad8071cb9c7606ba8db SHA1: 2bed2ac22602975782136e57a29fd5dc6022dd39 MD5sum: d66f014ecf952aa403a46bfff2b61d12 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.20260921.014752 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 9149 Depends: ros-rolling-moveit-visual-tools (= 4.2.0-1resolute.20260921.014752) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-visual-tools/ros-rolling-moveit-visual-tools-dbgsym_4.2.0-1resolute.20260921.014752_amd64.deb Size: 8991194 SHA256: 89246e25a7d8a3c25a68c3427669e6e859e373371885dae9eaeb29553830b7e6 SHA1: 0f913ccbfced06eacb517bf30093d1d6c6535057 MD5sum: 5f54d68e2cb16ba96b8d2e512028aac6 Description: debug symbols for ros-rolling-moveit-visual-tools Build-Ids: e44307d16e4349ba1ced74b8a271dc5d5a436d72 f75dfad53715247516af9420476997b62d295577 Package: ros-rolling-mp-units-vendor Version: 2.5.0-3resolute.20260908.135159 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.20260908.135159_amd64.deb Size: 99588 SHA256: 3509ff31c9a3efd3a3bfd4aade966ead0dbe695ce574a130f116d592697ad107 SHA1: 922b3af1575a8c04b0bb8bb796e63eb950f6fd89 MD5sum: 167965ddbf029cf5efa10641bcc950ca Description: Vendor package for mp-units (quantities and units library for C++) Package: ros-rolling-mp2p-icp-core Version: 2.14.1-1resolute.20260916.194851 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 8348 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.14.1-1resolute.20260916.194851_amd64.deb Size: 1741492 SHA256: a860082a73d4eb680c3e976b960cdd76d03a1ce3ea623f6617c188bd20fe1153 SHA1: 7a287ece3c3938f028479b6b2992d7ee1fcdb8bb MD5sum: 67ac1827018fa0446ba3257bd0e078dd 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.14.1-1resolute.20260916.194851 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 69295 Depends: ros-rolling-mp2p-icp-core (= 2.14.1-1resolute.20260916.194851) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mp2p-icp-core/ros-rolling-mp2p-icp-core-dbgsym_2.14.1-1resolute.20260916.194851_amd64.deb Size: 66995508 SHA256: bc08ce4e62fc7247c8abd716391f59831fbe7a7e40b9194def0152c6a6540064 SHA1: 6c7bc7482e5e9d9a36d4743d13f2b771b85fcbab MD5sum: 656df494654e9a21266c5c08c9f31120 Description: debug symbols for ros-rolling-mp2p-icp-core Build-Ids: 2866c1086b9d9fe19852ff35122a0ec37f461ae3 2cec95ddd165fe38bdb285cb4189b85f774dd539 3ba49c9b08ddef195768bef0467cf3c6e5284c37 40f52cef8ab04b32c85d7b172795bc3cf417cc63 52f914edce42d026b12b6789d2971a1fe6059861 7dc29b6df79b7c0cd2fc6333dc88243909c1a1cc 8b15d818e2fb8edf8d05e6585b0e8ba5467f7d99 8f9ed237732e7770a19696edff2761a88e0d20f5 a347723a8501b05362ffc29f578906b2350b96d6 a961bc3c5238bd0b6281b05ef3eff51b0235da2a b81a0c0c7a0de4648bb63facb2db1f4b065ea353 b9a162963f2a7db00ef7e9ed0cf4ae572320829f ba2a3b6a52a1d2451d6430009eeb729540dcc343 ef71da1be2891ea122fe5cdc1b02ac676515649c f34e355a183a81d7e6840704c9ca7cd99acaedc8 f9a5b90f2519c771f07e45a009f0d436c3598604 fea134eb95759fedb8e79b384825e3b6dc105f2b Package: ros-rolling-mqtt-client-interfaces Version: 2.5.0-1resolute.20260916.030827 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.20260916.030827_amd64.deb Size: 142816 SHA256: 1ef9d331135f5150d71739d12b5d329d36e67416961fd6890e3722de67d3b081 SHA1: 04e06ebd000d98c63b0a5e8feabd51574b7641b6 MD5sum: a18c73c739214cbd245d85b9be1c0ccf 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.20260916.030827 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Lennart Reiher" Installed-Size: 1426 Depends: ros-rolling-mqtt-client-interfaces (= 2.5.0-1resolute.20260916.030827) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mqtt-client-interfaces/ros-rolling-mqtt-client-interfaces-dbgsym_2.5.0-1resolute.20260916.030827_amd64.deb Size: 1005086 SHA256: dfeb1a51a33a8a22d515fe77807d70c36cc595c3f18570c7be7b430788e1f909 SHA1: fdc6c4098113a55e46239c0290e91a35710cada3 MD5sum: f642cc60f2dc84c54e3cfc5315b2a07d Description: debug symbols for ros-rolling-mqtt-client-interfaces Build-Ids: 0a13c487ee6d6c9580e93439b5483b1ac9590162 0fcd6ddf5b3e2f4e7843686532070d7886a5a51f 45a98d535dab8c6799ad89dd50372a5ae99b2220 4ed1e40341538465b264b282dd8104bc21a343f9 62d615ceeffa71202a119363769b9079cfdb5428 6ff808cf0d3570da55b8e05e2d88bedb7afcf9e2 81cb49a9969491e83f97da10e5a913152e7cd632 a758ede8cccad75395be7eba3d1ec15b280bf24e f03aafa3689cc9b7b421d7902295d517acaf3f38 f34d103cbf5507757700b8fa2dd802e5d2c7b161 fe48815c616499e7e27cb2cb55d31937f7e23c81 Package: ros-rolling-mrpt-apps Version: 2.15.21-1resolute.20260908.193124 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.20260908.193124_amd64.deb Size: 2499390 SHA256: 43fc11abdf60d47b8bffa082000efa5a7a7ff6f68d90033968227ab9dbca9f0b SHA1: 26df4e7709f74151e36c296350260c9066304a4b MD5sum: 8b0c29a1b5a993e6f2cdb28703a3229b Description: Mobile Robot Programming Toolkit (MRPT) applications Package: ros-rolling-mrpt-apps-cli Version: 3.2.0-1resolute.20260921.020405 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.2.0-1resolute.20260921.020405_amd64.deb Size: 389036 SHA256: bc28b02fef31ab24351b5833314ee77d132a363913b85c19848d86e7981a615b SHA1: e4cf24a309d822580f433714e0b30ab2180be9e8 MD5sum: 42fbf0b6e6887480ccc77894ac0223c8 Description: MRPT command line applications Package: ros-rolling-mrpt-apps-cli-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-apps-cli Version: 3.2.0-1resolute.20260921.020405 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 11445 Depends: ros-rolling-mrpt-apps-cli (= 3.2.0-1resolute.20260921.020405) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-apps-cli/ros-rolling-mrpt-apps-cli-dbgsym_3.2.0-1resolute.20260921.020405_amd64.deb Size: 10523654 SHA256: 7399c10ffdbf46d36de04999a3c13c5231cbd9d19c6478d74b8d4d11334b6b25 SHA1: 6dae77e502e360bf55742f4351b0f6c074aaee27 MD5sum: c9d109b997862f3d0441fe357e050758 Description: debug symbols for ros-rolling-mrpt-apps-cli Build-Ids: 01d565addd3fc0afbe50bc1db0b976c92127b4e8 053491c534f9904f4e0324e6563316aca7e4720d 115c580718b21c2241b2b998e54db182a134421b 1a2bc8df67a08427f6a60d7638f11c89ffa0e517 2c27f76e03694264a6dd69e27a3b7ba3e47290f6 34b7c858d53f8c11151edac09bdc2dec895f99fa 65ea923ce2191ae5f216f7fb044a22ec31391438 7edc82b91326a0e843c3ebda31f0301cd493e380 96765fdf64d04a62ee0452f64a6c9240060f84fe b65776998a4cc4893448841272c723762ba4391b cb003970a912c024a5d087cab2b371c43462a643 ffe0c3f562f686e9ec6b2422cd4d308d28d1b05d Package: ros-rolling-mrpt-apps-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-apps Version: 2.15.21-1resolute.20260908.193124 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 60297 Depends: ros-rolling-mrpt-apps (= 2.15.21-1resolute.20260908.193124) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-apps/ros-rolling-mrpt-apps-dbgsym_2.15.21-1resolute.20260908.193124_amd64.deb Size: 53756236 SHA256: 2dd587960a63a7de0f44a50888e7a777ce8f132a373d91faca71e51e6a294493 SHA1: 78e7f438c1f98b5f4d3cf6d04094aa74d528dbe8 MD5sum: fb0100514ff7fabf3ea4ff564c43cac3 Description: debug symbols for ros-rolling-mrpt-apps Build-Ids: 013507e49957f080258bfe4f76f79e7fc7eb0e2d 067226375548ef7c3f2feafa342c24f28f1bae39 08b23f358e8e555928027c6ce84dca3ce62f1d9c 11b570a7625891df9c89849cf42e9d9ecbee4035 14b72610617d6bb1ae306a4bc095689da65d7991 1dc1942ea1e23dd09df0ab124838849cceb288e6 2696f2f7ba395990738c340d1edc8f8c435ce75b 27f11bbb74f70ad6806eb767de2025aed9fee8ab 2d7f973bd3bbae567710a3f598db9fa3919143cb 2e30fcbfac9d79f8690738868369d454c44c6c0e 30157d34fa2789c33282d7983e23fd23cdafab43 4021fd857303a65e5f31bbdc1789a71971544f68 529d88b736157a0ff86e7d00dbc37af53d81b056 52f2d17b872522568a3d8180a231e56879946ceb 559a47fd013a3b770aabddb6efc5c09812c4099a 55cb50275a330c3dbb1c588eac755146f8df956f 5649a2ef2c936f9229c6df466df849e0d36b22dd 58db8f739e00bed5577dc834350af773265cfa07 5ae67742c29f84c8261bd537e49d731c9a730d09 5cb4239c851d5302e48585c83f2d4d50fd6a6c5c 6e36b8d68d4c7195a599672819996143d4ff1b67 701517b873c5c29f8dc60899c4b0e88d50798f5e 7dc3d2e19a3a02f249e6eff93cbf15a8b4df8eba 8153840f8030272afac9f25a113bd09af7fcb0eb 840b4f34bb0e33d80b094c92dd83a0c54ed87552 9084d6afd9045b3f2ec1e963ea55a753809f74cb 92e1f36407c99659a9395d99f808ef3ef17ad2f9 9c0aff435f2278fcfb4c3bed68d949e54b3fadab a36825b8da2a7783f34ff65291214dad3bf6fe39 a53e2c7c16fbd9302b5f1bf8c6bab57eecb9844f a6e3eee381891ebc90fe4ac01b6214cf1a491e49 acb58d62ed24e8ba7261a337c543e59a6d631c9b adee01588cb37cbf1002d3481c72cb9ca4deed46 bf3bef2f6d1fa4c4d81542e50788d193dc17f53d c0f31e0105f5b0f1ef32201725a2ef4d2d3a5db5 c28d9582b954a1b972a1b9a818ae81eec99fd1ae ca2a0ba1f8ccb535149673040f05845daacf92f1 d2c44f2ee07bb6c28218131278bbf2bdc675dea9 da1394641203013e49f825f9716442b20860f7bf dcfdcee9811b3673c0c59367bd6cffd4aacbaad6 e4b108f20d3e1390c1a5ee28717fa617bc508381 f847c3d7fdea8ffa0c2f5ead2db480fd38d103e7 fce4fe74b1b7c1b2ad14ccc6412453c3eb79dba6 Package: ros-rolling-mrpt-apps-gui Version: 3.2.0-1resolute.20260921.021008 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 4527 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.2.0-1resolute.20260921.021008_amd64.deb Size: 906390 SHA256: b8de2b4fcfc05cc7b1038cf2456e3d2bb1dfb3e5664b8749924ee756be2c4474 SHA1: dbd14cbc77d28c559978b9f947108d102351e2a4 MD5sum: ace0078f9085e20117ab6ecbba31243e Description: MRPT graphical user interface applications Package: ros-rolling-mrpt-apps-gui-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-apps-gui Version: 3.2.0-1resolute.20260921.021008 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 23015 Depends: ros-rolling-mrpt-apps-gui (= 3.2.0-1resolute.20260921.021008) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-apps-gui/ros-rolling-mrpt-apps-gui-dbgsym_3.2.0-1resolute.20260921.021008_amd64.deb Size: 20745252 SHA256: dfefa13e9d2d6e0270e68e6d9f3122f17b7560f5c9e596ecd80cc28de4dbb78b SHA1: 33b4528c71fd15d585ee0fcda937d1cbf579cd34 MD5sum: 9e8d007e55a714231c0a56ea7fb27108 Description: debug symbols for ros-rolling-mrpt-apps-gui Build-Ids: 04667a10785ce931f6f8c244c9441c75c6e976ef 0cd9f525430cc2ab5f36392d2c7cdc475c4d17ae 24c48c3732d958f7d0934ff40bf082fbf02f00e1 297bf90589949373af3dd46edfbcf09530501fe5 306dcce2098995d293bdb0fe8985ee134be3391b 564d2a00fd8bec718525166117a7dc97cdb5621e 6bad76bc9060367ca639d4085ad80777ca5bb24c 6fff41ef49eb4a6aa75c806788bcf25bab9fd39d 71004364bbc27aaa6d1ad14bc7a27e18f53b54c5 791ef2168fc938254645570fe985e77f7eb59dd6 82eb6dbc9d491ed66c58d2ac2c327c478df2e36c 94711b93786344ab8910a7c4ce346b4dbf9bc6ff a463bb0907abda9bb7c280f55e367873be2daa3f c52506e6803892da2367cc9649ae57d61ca683da Package: ros-rolling-mrpt-bayes Version: 3.2.0-1resolute.20260921.011753 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.2.0-1resolute.20260921.011753_amd64.deb Size: 174240 SHA256: 64ee4d0a1443cf7a98edead08b9d66f468cb94de88e680a98b24ef3346d97c00 SHA1: 1ca2cd8d5ffbbd19976e2a9f3009622a43073b46 MD5sum: 6046ca702659f25a71c124152aed21c4 Description: The MRPT C++ library mrpt_bayes Package: ros-rolling-mrpt-bayes-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-bayes Version: 3.2.0-1resolute.20260921.011753 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1944 Depends: ros-rolling-mrpt-bayes (= 3.2.0-1resolute.20260921.011753) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-bayes/ros-rolling-mrpt-bayes-dbgsym_3.2.0-1resolute.20260921.011753_amd64.deb Size: 1774060 SHA256: 94b2341604ba6498624653c2c684af7fb04ec8b53bdd506cd756ad11231d26bf SHA1: a09611d5fd4ca168c5f5ec7c412eebe31a07b517 MD5sum: b050ec400088e713083a69d76dc1bbcd Description: debug symbols for ros-rolling-mrpt-bayes Build-Ids: 41bc5acd8a658c304ed678513ed053c5dc5419e6 85036495d68f687a6679edc8cc897d0f482913c9 Package: ros-rolling-mrpt-common Version: 3.2.0-1resolute.20260921.001728 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.2.0-1resolute.20260921.001728_amd64.deb Size: 16680 SHA256: b1ec96f3a2f46de0c38e0da7c03178b4f7b19ab16b5d728b4317a10a14d5a7c0 SHA1: 4be5c13ba75f2a2c3620241472b5090d3bb14c7d MD5sum: c539a056a104fbfe3bac8820bcf9334b Description: Common CMake scripts to all MRPT modules Package: ros-rolling-mrpt-comms Version: 3.2.0-1resolute.20260921.005913 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.2.0-1resolute.20260921.005913_amd64.deb Size: 159402 SHA256: 317be8dc752837f5952df144714c4b921e61faec4277e7bc5ec19553b97d81e8 SHA1: 9d93dea9cdac782caf21b0a7dd96966f81bd2dae MD5sum: 2a8cd050260f0426edef54aa16f2d7f3 Description: The MRPT C++ library mrpt_comms Package: ros-rolling-mrpt-comms-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-comms Version: 3.2.0-1resolute.20260921.005913 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1965 Depends: ros-rolling-mrpt-comms (= 3.2.0-1resolute.20260921.005913) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-comms/ros-rolling-mrpt-comms-dbgsym_3.2.0-1resolute.20260921.005913_amd64.deb Size: 1801112 SHA256: 96ec6bc00093bc45fbbad0eec883a01c743ba1e6cd9838e6465b79712bb91e5c SHA1: d1777295e28b4f40e05ebd48367ca9fffd00773e MD5sum: f7dc555b8436e946aaed9a581f710ed7 Description: debug symbols for ros-rolling-mrpt-comms Build-Ids: 8386edd1b4e8a70d8d6522cd395aa9763948bf61 b6d232fe03201984d497d39fd033c3b51c532327 Package: ros-rolling-mrpt-config Version: 3.2.0-1resolute.20260921.005826 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.2.0-1resolute.20260921.005826_amd64.deb Size: 152624 SHA256: 40c8d445ce2ddbfc2536adbd348aadd5a94aa8b50644d3dc0adc4f3cee80155a SHA1: 4914bfa56b1e372cf6f973b08e2231fbb55497a7 MD5sum: 7c868fa0c747949ec556668131cf0d2d Description: The MRPT C++ library mrpt_config Package: ros-rolling-mrpt-config-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-config Version: 3.2.0-1resolute.20260921.005826 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2122 Depends: ros-rolling-mrpt-config (= 3.2.0-1resolute.20260921.005826) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-config/ros-rolling-mrpt-config-dbgsym_3.2.0-1resolute.20260921.005826_amd64.deb Size: 1949230 SHA256: e11f7228f8f9f79e742902cf27674ed8cc50268dc47f708512522262108c5641 SHA1: 4a36f38b2d0b362484bb1aad132aede35ffa0aa4 MD5sum: 0fc63ac3e9f1bf862c3d00afc6978b3e Description: debug symbols for ros-rolling-mrpt-config Build-Ids: 70ed74f70cd75757b585453e1fa48a695b0b10e3 9440019b88b8c8cf3d1d85fc35557db267b21c48 Package: ros-rolling-mrpt-containers Version: 3.2.0-1resolute.20260921.004733 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 698 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.2.0-1resolute.20260921.004733_amd64.deb Size: 206502 SHA256: 2b7c0fe54ac31590d1c8ca0b7bfb89192533431acfe77a0815bd260a79d170f7 SHA1: 8b8a973c103b16f220fa0348fc23d151826094ae MD5sum: 7948bd3a3e75564b6d69b58a0ce8bbd1 Description: The MRPT C++ library mrpt_containers Package: ros-rolling-mrpt-containers-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-containers Version: 3.2.0-1resolute.20260921.004733 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2323 Depends: ros-rolling-mrpt-containers (= 3.2.0-1resolute.20260921.004733) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-containers/ros-rolling-mrpt-containers-dbgsym_3.2.0-1resolute.20260921.004733_amd64.deb Size: 2133578 SHA256: 1e1ead6fec82ede8b240de2dcc6b441dd8e2bb8a15330dba68fd2b022fc7c352 SHA1: 33c9e791d102e28ee72ff28decc392cf8cb526e9 MD5sum: 21f509b7e4aac9bf075ffabec71ff343 Description: debug symbols for ros-rolling-mrpt-containers Build-Ids: 803c0ef25f8ed99fcbc4eed67ff6fb5d43037e4a eeaa6859c75faf570c7211663d24cd7624a961ed Package: ros-rolling-mrpt-core Version: 3.2.0-1resolute.20260921.004431 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.2.0-1resolute.20260921.004431_amd64.deb Size: 155528 SHA256: c21566bb4f9b22409b3553c1bf9957ca023250f676c268bf0eff24258e9443f7 SHA1: 7c65435457c110962cf10a08afc893eb6fd60199 MD5sum: 0913cdcbb64e976fcc939eb26672a3ec Description: The MRPT C++ library mrpt_core Package: ros-rolling-mrpt-core-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-core Version: 3.2.0-1resolute.20260921.004431 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1743 Depends: ros-rolling-mrpt-core (= 3.2.0-1resolute.20260921.004431) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-core/ros-rolling-mrpt-core-dbgsym_3.2.0-1resolute.20260921.004431_amd64.deb Size: 1599658 SHA256: a24782828d4cdf10110342e96504f528e5bc2ef214d20736a4794fc12975cd39 SHA1: 871d36ebc2dc55ba9e76b67af5e4a034d91ddaa9 MD5sum: 2a35c1876afd007207aea53e097fcd1f Description: debug symbols for ros-rolling-mrpt-core Build-Ids: 8fe6f30188622c93fb36eb2a678015589dd96560 a3cbe3deede73f9bc228d616356e26df3052b9c6 Package: ros-rolling-mrpt-data Version: 3.2.0-1resolute.20260921.001724 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.2.0-1resolute.20260921.001724_amd64.deb Size: 12151716 SHA256: e17505eaa3fc096beedc9c67566921799e808fd9f64d858d9dc83f1fa66842b2 SHA1: c0f0d847a2cbfe8debac6401324baac0afa0740d MD5sum: 55d869d944aaf5a3db484ad763c4b1b1 Description: MRPT shared data files: test datasets and example config files Package: ros-rolling-mrpt-examples-cpp Version: 3.2.0-1resolute.20260921.021015 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 6056 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.2.0-1resolute.20260921.021015_amd64.deb Size: 1468010 SHA256: d6bf8c327974e9a431a88cfedee35a58854ffd20560d0465c2a7ca155b3e71c3 SHA1: 1dc0e1876c2764db3e43524af28758848eaeb143 MD5sum: 752bf63b6abb742eadfec3857dc04c36 Description: C++ examples demonstrating MRPT functionality Package: ros-rolling-mrpt-examples-cpp-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-examples-cpp Version: 3.2.0-1resolute.20260921.021015 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 41823 Depends: ros-rolling-mrpt-examples-cpp (= 3.2.0-1resolute.20260921.021015) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-examples-cpp/ros-rolling-mrpt-examples-cpp-dbgsym_3.2.0-1resolute.20260921.021015_amd64.deb Size: 39293598 SHA256: 187d01e1bc3c478ca38404a9dcc4e5274430cbb7e504c60744a4d8eb2cf5c75b SHA1: d88d9f2384e2cae55e7ba18c47c0b202f421913a MD5sum: 04b6caa7aaf0211624c4bc47a131030e Description: debug symbols for ros-rolling-mrpt-examples-cpp Build-Ids: 0019dee7e8c604bcbb7de818d0013a17421fe6a9 02832a03d4982a981126927b927fff5eca751464 03789bc2dbd37d9c395d51ccc0fd674416f0a2f8 063b45f36909a1a4981a4429267231a7e2ede1d3 06c4b3783e60afeb5d359ba34da63f782589b896 08bd9f53a725813265f858af711d2e9e2cc04c96 08d8aff2e4bebdbe5f85c4f00c46c85eae335ec1 0c85fdcefa483875f6e94d83eafb6ea1fc33bd22 0c894232a9bc512ab67bae3d9da0120f3776e7b7 0dba63f7bf844315696b248bbe54838e826df634 0e2c6cd2aabf6cf82308b3fbd8a2c68c2f765b56 0e8d27fc0d06355b1bd4a9553eae6749dd0135dc 11fd80584c0a9495ed9a356337390e296dc47bf6 15ee087317c67d502846b73c097a2cc96d15acfd 1640e67ba3e492ddad0de7b5e9b37b9f998c202f 16da69eb7caba8f43373732e0d6dc9ca232dd58a 17bd4840ae1b725e5fc9e9d7b0d2fb4fa2171389 1b07d36c539783a12ca146df24aa55c3a5416fd1 1e4378be6262944045620b4f4aac1ea660b12cab 1eb1496cf50d37375b3e61d7725afaf3f14bde5c 22a0aca8f4721db208f55e001a73608d5ab79955 22dcb3385f742dbb150780d6fc99471fa7fc9060 24053146ea6a9b6afa4e61ba8e40596a06705b34 2515c42e7553a0de21351acffc67eb02022c14c5 26dbed2fb5c60a5762f27617722d5211861a1af8 28bdd4eb4584f2aa03a2542bca2a5a592e72fa60 2b7006b77ea7d066a3cbb6564db2a66cb5244947 2c6dc6f027e6fa41890e2e911eb36df5ee75d2fb 2f96507aeb43374009bcb34eca4ef4dccc9edc79 30baaa26daedf7884b46715431e26a37087d6f13 31037ec656c32b1d81ed018cef9efdc179cdbc29 3240740cd794fe5210b0c518f0c5c0687818c988 369364536adc12525310dc6e66f2358ec5c98b2b 36d46fbe099c8441a3095dad2664e84a1c8dede6 38b22c44769a2b34f60151a7d104e05f34c8f823 38f38ad4663ae8b743015e7107c418ee58723473 392872e1a67e25d5fb8dd8f81f0768802df23095 3a170752db064e77b3a9c7299259d6e6087c4c86 3a50677e67d0280c5db164116bcfeaa3019d09f8 3cacdbf67892a9a1d3b45128778879fc8021485d 3fa53346f3b07a24cba0f2e41a560e6298a36589 4282b178083219cd5491b002bc632b1115b78cc2 46f9378929aa306ff2a3ba2a8ff4a0564637b3c4 4910cd318417445f5ddf6818223ced7673c47d8a 4df134d135f30165c868ed3c4d7ba79d02c808cb 4f3e3a62ec24defc68fc22fdfb68e02e38aec9b5 4f50bebe65e330d3299c2a19b68d706a12ddfb61 5080968dee41a1c0583e6d56a143ac07a845fe76 56069a960240629a30d04faad19a73b35c095075 58ee687c0fc47f466da02004111ba99d95d328cb 5abcc2185946226c84d6582908283ea058d42861 5b25ed644cf88c9da8f9acf5c7f12c3c94804a60 5b2b95a534eb8200161f73311f131ac0f21c06a7 627b1699d52532c11f36763bbcdae229ebaa7341 659e7b9bccf2253197f1c66dfb00b655ab874d87 6782757503f9f9b828ddfad5f99181411919886a 68e3196ea9dd3ea7beb5f259bdde654cf762e6c4 69ed19cfeeffc20ec4c1f3c570bca5b45dfa8ee1 7084efcf85f23313129ff910eaac2c0e81f108b9 7229108b35bc05b3c8b38b86d65b8d0f55682697 74e20e2b8fc373b501faeada12eb65db1a28717d 76072dc2daf41e58870f24d1351403a05059807f 77816387711185be116952dbd0917bf90ea8f461 787facc9b20b9db53748eb4e701c76275221c63d 7af10e55775d7cb4daeece74a05d4b479937f6b3 7b43875675c7ba862a9964548ada803d6702e4c6 81553d5c0fcb891c4356e22c6c7f5077783c0cf3 81f49953e3fbcb2c0b9f24d25f7075ce1fee0512 8254ac1268c1b7085939b18d5eb98545848847b9 83a3ad4538f6d533d2ca53179482b7c97deffad9 84992e2ca399ddb8036c979a85e59aeb1ad857d8 84f512ef798c0388ae6789252489593d3c3c9ba6 88ee7e80ee80806520267479e49c5765d404d8b6 89759bbc926098faaa4d65de7fa5f6756231d36e 8dfca0df4ce956ab944b96fa940b8af3b5b0f208 91d669803607631f1be1fb2040da8683d1694506 92cf21910664812851a5b4d9a3cc40166538bc51 94814333f9bed5a770506c9f1d08b687da60b491 9a16102cdab365606633cfb512e5d70a7eb1fa4c 9c0cbf0f6024086154f083742bfb72a6bece765b 9ecc1c5550c0455d2fddf0ed1208830ea0da9626 a23865fca92eb5083e69e9780f75652205129d14 aad849c436a2b7d7d7047b432100a01a0ca177c1 ae2591af202b8b74006b4fe3ff94864e92733f65 b0d70b69526de98f6fd8d0d897628a6e81a573ee b6832a38ca0701b06811e9349df078a1ec18fdac ba9b4f71074bfb646bbbd680bda62e1d089716c5 bb9732dd0246fc54baeff1d9cdaed3e347e9dee5 c118b306e3efec8b118f8238e2586356af0bd3a2 c38f3765c2eb4ce9ac1879b39ad8e915c0c4a2f7 c3ae773c4aa6f90894ca7b169154a189c6821e7a c5a7df8d775fa975922b19b908037fbd02563372 cb69a112e23aa405e27c62d8bc17f718cc4c589b cd4378f9cbecbda48839756201cf7c967086140c d36ef600c9eedcc43dd55bf347716f3ac348da7f d48a537e2dc7331df5948cc1a362f0f90bf56b3c d4e4a7604ceb9c00816bd65e82a49cacf9bac2e7 d699564f562267faeebc647fb6f08b5a09ec4f9c d7b0923f8af11f0dc668bd2d0311d99ea69e22a9 d82be2b29bb1fb2efe8dd9e9b910348fe537459c db3860964efb17ab22e5fb6dfcaa7b90a6562e68 dd0c9e35495853f04fc57b727f0c0dd5405c93cd df698466e21e03eb1f9a89c204fde86fd2bdc5ac e104364c7db1b13f94254c03d02ce45e5715daa6 e5954071aa8ac42583582b0e198cd0ef6230e15b e6a4088fe9699ed3117fa462a11f5df4e56942e9 e8a13e0fa9ca1a3a97007beb379cb154b279d093 ea2163336eae3486a248ec8ca85c3fa10bc134c4 ecf7ffb1c0bf0e898a35b5229d2fe4fe4c9567fe f05d6bae69096a5b90b46cb144285827a50c1ef2 f6780e457d43cb3e7a233e85cba2b17e0f8cd234 f84eb9f5e9426e94d327d05ceb965bb0ada85c62 f8783b5713af66cf7318b2e0e21f9fd23534fc9d fc276826369903bb531c248ed6a810fbdb0e4d64 fcf24c6dd030be1fe4d99a64adb431494b248f0c fe0c684efb836c33cbef526846ea95cd4c17dd1e fe19c7790b3f2beba19911a5f9b94cdd2214fba2 fe5cd14f037cdf94099514c3fb8bb2d76d3631db Package: ros-rolling-mrpt-expr Version: 3.2.0-1resolute.20260921.005403 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.2.0-1resolute.20260921.005403_amd64.deb Size: 527122 SHA256: dd02eaf2da131a3f3c4ad2f80c3bd1ee664be8e5d6d8b292a545ce69c9f0efed SHA1: ca993b85d3f28eaa8a2ba13ba46c02df81b0792e MD5sum: fc04685ea98a124e677cfdc5dd681a61 Description: The MRPT C++ library mrpt_expr Package: ros-rolling-mrpt-expr-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-expr Version: 3.2.0-1resolute.20260921.005403 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3857 Depends: ros-rolling-mrpt-expr (= 3.2.0-1resolute.20260921.005403) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-expr/ros-rolling-mrpt-expr-dbgsym_3.2.0-1resolute.20260921.005403_amd64.deb Size: 2259646 SHA256: f03cb331b369f719b38ef4a48b53369931a71a0a2292937ab9df00399a39529a SHA1: 7b9cb0be89f733fc47a83c2bb370875e6c727b53 MD5sum: 277dbff9a20d17533fc81aa214e4d29b Description: debug symbols for ros-rolling-mrpt-expr Build-Ids: 6080ddca9fd20688917719109e3f8f1147e1815e 844be6680766c7c0d0c54c934871b5cffc910b6f Package: ros-rolling-mrpt-graphs Version: 3.2.0-1resolute.20260921.013635 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 652 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.2.0-1resolute.20260921.013635_amd64.deb Size: 209954 SHA256: 6a624b78df5ab00b7024aaaa37841560c848f131de37fd70a72a701a5a30d534 SHA1: 832051a42fd098eca4be2971da4764d09ce39eb5 MD5sum: 1102d9aa05d5f30b9f57e068262c7765 Description: The MRPT C++ library mrpt_graphs Package: ros-rolling-mrpt-graphs-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-graphs Version: 3.2.0-1resolute.20260921.013635 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2876 Depends: ros-rolling-mrpt-graphs (= 3.2.0-1resolute.20260921.013635) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-graphs/ros-rolling-mrpt-graphs-dbgsym_3.2.0-1resolute.20260921.013635_amd64.deb Size: 2718024 SHA256: 4bcf3c87aa999eb66609398db05c60d8226e5ed00c0c40b89c336ae2a21c7c1d SHA1: 74bd9401fac7fccab867af9298022c8041959de3 MD5sum: 70b74a35fae67fbdf2651b9c9b47ef80 Description: debug symbols for ros-rolling-mrpt-graphs Build-Ids: 6d50d9832125b7f4e67aafc48ed87759224d19bc 8af5c24e2f5ad5aaff5c2c313439bd525750238c Package: ros-rolling-mrpt-graphslam Version: 3.2.0-1resolute.20260921.015803 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 609 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.2.0-1resolute.20260921.015803_amd64.deb Size: 117964 SHA256: 121674340e63d0d71cb44fe4d0cad6e2e51efd53994e663739c6c05bdfc05920 SHA1: b04a3e2876cf89d1cdfb82c8773a45219d77f066 MD5sum: afe9b1cc9770945512b83272adad9c6c Description: The MRPT C++ library mrpt_graphslam Package: ros-rolling-mrpt-graphslam-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-graphslam Version: 3.2.0-1resolute.20260921.015803 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 434 Depends: ros-rolling-mrpt-graphslam (= 3.2.0-1resolute.20260921.015803) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-graphslam/ros-rolling-mrpt-graphslam-dbgsym_3.2.0-1resolute.20260921.015803_amd64.deb Size: 396194 SHA256: 1b4dcf72335f271b55d56c29dd900705fd0606fef2149f98e9d59dd515c157ed SHA1: c3c6cc1816f67eea2c819f73b7f336e0b74da2dc MD5sum: f4977cf16b4912512e13dbdec5a4c443 Description: debug symbols for ros-rolling-mrpt-graphslam Build-Ids: 23b74cf8ef42e38296e96e0ca0b6750d5525f1e2 Package: ros-rolling-mrpt-gui Version: 3.2.0-1resolute.20260921.014133 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3309 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.2.0-1resolute.20260921.014133_amd64.deb Size: 971688 SHA256: 9ec66678bd76a7fbec0739374cade12daed8c209e8d30bb56b31f16578f40615 SHA1: 7d0acb323ad8f52e7d73d7071b67cdf3a3e0e5e2 MD5sum: 49721021c6c18d9b90e86b15ffec236b Description: The MRPT C++ library mrpt_gui Package: ros-rolling-mrpt-gui-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-gui Version: 3.2.0-1resolute.20260921.014133 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 17705 Depends: ros-rolling-mrpt-gui (= 3.2.0-1resolute.20260921.014133) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-gui/ros-rolling-mrpt-gui-dbgsym_3.2.0-1resolute.20260921.014133_amd64.deb Size: 17228810 SHA256: 40e3924ed2ade0a926b246f4b3070e06cfd5ca154c244a8a7aadc6f685d3144e SHA1: 1d4c312452e3ba3849ce39f89b36af1440ff9457 MD5sum: 03db5dfaba5deae2029007fd1b193d5c Description: debug symbols for ros-rolling-mrpt-gui Build-Ids: 4cb50e323b5eec1727225872d531f1c559a2e4a6 b56853db44e3d680e52e1da0d22748a9e50ade73 c882a6bd07339c3049b5499de5faa445bdc64210 Package: ros-rolling-mrpt-hwdrivers Version: 3.2.0-1resolute.20260921.015200 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1290 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), libpcap0.8t64 (>= 1.0.0), 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.2.0-1resolute.20260921.015200_amd64.deb Size: 381684 SHA256: c6a3a4fad7f1f11a96bfd71cd0a29138c2670b970731f63826bdbba63257e9e9 SHA1: cbdbd69a12c9e577b64ef7d9f8608a61dd064334 MD5sum: 2ebfc14ed9666599e7d13f79268a1def Description: The MRPT C++ library mrpt_hwdrivers Package: ros-rolling-mrpt-hwdrivers-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-hwdrivers Version: 3.2.0-1resolute.20260921.015200 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 6260 Depends: ros-rolling-mrpt-hwdrivers (= 3.2.0-1resolute.20260921.015200) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-hwdrivers/ros-rolling-mrpt-hwdrivers-dbgsym_3.2.0-1resolute.20260921.015200_amd64.deb Size: 5942810 SHA256: 4be083d77f150ac7627abf3ca0fd2cf7279ccfd790f8063c2c7f148f8fb80fab SHA1: bd79bcc101b156bac388bac8f7160cec685646b2 MD5sum: ddbd2b6fd58b6470686d07a194ffbd2c Description: debug symbols for ros-rolling-mrpt-hwdrivers Build-Ids: ef79c59c51754b5fb74f90c39dab969bd31daea1 Package: ros-rolling-mrpt-img Version: 3.2.0-1resolute.20260921.011734 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1287 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.2.0-1resolute.20260921.011734_amd64.deb Size: 473602 SHA256: b1556aac4bd044e993899aaea821d9938686ee79f2040513aeede0fe9ed04a0a SHA1: 31d7016b5b39ea2b331aa60b0fc392e6386c9d43 MD5sum: a36b245d8aaa53eb5822f1b43a4af147 Description: The MRPT C++ library mrpt_img Package: ros-rolling-mrpt-img-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-img Version: 3.2.0-1resolute.20260921.011734 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5465 Depends: ros-rolling-mrpt-img (= 3.2.0-1resolute.20260921.011734) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-img/ros-rolling-mrpt-img-dbgsym_3.2.0-1resolute.20260921.011734_amd64.deb Size: 5127768 SHA256: 8483d86fd45cec7ace01e00121be81df056a6b6b28087aad428024cd03c4a719 SHA1: 24d2e4035d0f4211c36ffdf5b66ef9fe30ac9dd9 MD5sum: a6c971e13c26b3985b062b27f68e22cd Description: debug symbols for ros-rolling-mrpt-img Build-Ids: d9c89677271a0d6e9e030b292ea4792d594435ba e64cb1ef7e36b06f1fec2226fedeb40b5f1bc143 Package: ros-rolling-mrpt-imgui Version: 3.2.0-1resolute.20260921.014123 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.2.0-1resolute.20260921.014123_amd64.deb Size: 16388 SHA256: 7474b5d37c349f5f7ddf2d106156f6f12f4b1fce1394c2ed59c5fde85d6b1739 SHA1: 18a9cf803cde243b83db3b9d1fb2700b23c7051f MD5sum: eb0377c564d23339d6f64b5c5887fa2b 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.2.0-1resolute.20260921.014123 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 343 Depends: ros-rolling-mrpt-imgui (= 3.2.0-1resolute.20260921.014123) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-imgui/ros-rolling-mrpt-imgui-dbgsym_3.2.0-1resolute.20260921.014123_amd64.deb Size: 328604 SHA256: 67cd405366710aa844d16ed8143e3d4e66ed9aafbee5c513cd232ef6042b5646 SHA1: 06d7552bc672f27f952247e009afab7be7a947cf MD5sum: e66cc5ed32f0dcd3c61dd896b2b4c160 Description: debug symbols for ros-rolling-mrpt-imgui Build-Ids: 5292b4c10e8d951985a3f18fc8024e732aa0c1cb Package: ros-rolling-mrpt-io Version: 3.2.0-1resolute.20260921.005418 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-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.2.0-1resolute.20260921.005418_amd64.deb Size: 186732 SHA256: 25ec4d30d2a4761ae113653b337be85510be4232f471d5b2feec557ded143b0e SHA1: 4f4e89fddd84b5dfb9e74b728c6fd80ba30ad95a MD5sum: 69ca2597b00288dc22298fd652a287ab Description: The MRPT C++ library mrpt_io Package: ros-rolling-mrpt-io-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-io Version: 3.2.0-1resolute.20260921.005418 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2497 Depends: ros-rolling-mrpt-io (= 3.2.0-1resolute.20260921.005418) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-io/ros-rolling-mrpt-io-dbgsym_3.2.0-1resolute.20260921.005418_amd64.deb Size: 2237440 SHA256: 02d21d4ed7413b921f654ca385ea367ba8b45c2ce79a042e2c60adecb0445142 SHA1: 3bf149874b1bba3b5226bb801caccb7d046fbcca MD5sum: af6e336bb4b2c9123c1bb7dc77a91268 Description: debug symbols for ros-rolling-mrpt-io Build-Ids: 1d48371f3788dca35f73e90c89a111c3d7506403 49570b9d9a21bf812319c174c8f8c801dd957fe8 Package: ros-rolling-mrpt-kinematics Version: 3.2.0-1resolute.20260921.013635 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.2.0-1resolute.20260921.013635_amd64.deb Size: 131824 SHA256: d8400eaa0b3732301b1dbca875fc89ddcda69fdbbeca69d1ce1e534e8ddd1296 SHA1: 8fb8bec3d48ca938f80cfb8d2364a6222429beec MD5sum: 5ef61833c6a90b3d115df2608546d6bc Description: The MRPT C++ library mrpt_kinematics Package: ros-rolling-mrpt-kinematics-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-kinematics Version: 3.2.0-1resolute.20260921.013635 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1791 Depends: ros-rolling-mrpt-kinematics (= 3.2.0-1resolute.20260921.013635) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-kinematics/ros-rolling-mrpt-kinematics-dbgsym_3.2.0-1resolute.20260921.013635_amd64.deb Size: 1639782 SHA256: 697c176cf19e0fcee5b8f9a3b13973202820ad8b91eac71ab20ed8b342f649cd SHA1: b5fdb668fe8867b07ff41898e9d19b094288a223 MD5sum: d15d1eb8cec758896102ba86658b430d Description: debug symbols for ros-rolling-mrpt-kinematics Build-Ids: 21612a9fc2173c7f37259eae4911dd8d0c73afd5 961beb93e475eef421081cbe75fdbeac285d0573 Package: ros-rolling-mrpt-libapps Version: 2.15.21-1resolute.20260908.191324 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1640 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.20260908.191324_amd64.deb Size: 441770 SHA256: c85989861b86af7fb04367be4ab235466a01ed64ddfb700f3e8931d38295d9a8 SHA1: 7dc4a471621a0a4aa56ffbd22b9056b58cd65a1a MD5sum: 0fb4d8fea2d4f94586f577709127773b 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.2.0-1resolute.20260921.015841 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.2.0-1resolute.20260921.015841_amd64.deb Size: 267052 SHA256: 98911bc3cc88f889f752daca0a989c89e50983fc9ebde655e3db21459c4ce256 SHA1: 90bf5a8cdc0d4cb410c70e9ab513cf99b7518742 MD5sum: 487d1c7c17c6e1b9d02ce214d559c966 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.2.0-1resolute.20260921.015841 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5987 Depends: ros-rolling-mrpt-libapps-cli (= 3.2.0-1resolute.20260921.015841) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libapps-cli/ros-rolling-mrpt-libapps-cli-dbgsym_3.2.0-1resolute.20260921.015841_amd64.deb Size: 5726724 SHA256: 0c5bcc620a8dfb573f922b894226b05a6c4e7b7e7306e62ab451792b05e3be99 SHA1: 72b0924fef31800e27aef14c6214b35481beece9 MD5sum: 2ea78be749931e4f60a0971723465ddd Description: debug symbols for ros-rolling-mrpt-libapps-cli Build-Ids: 83153baab9839398f652b29c4a50f9086048a41e Package: ros-rolling-mrpt-libapps-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-libapps Version: 2.15.21-1resolute.20260908.191324 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 9931 Depends: ros-rolling-mrpt-libapps (= 2.15.21-1resolute.20260908.191324) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libapps/ros-rolling-mrpt-libapps-dbgsym_2.15.21-1resolute.20260908.191324_amd64.deb Size: 9557884 SHA256: 11795084c9dc69ee1898c28cf4063be7704fa9c9d1a9ecae405e227753b34a57 SHA1: 41f13fafe7d0131988fd50b0995b3c5b291932d1 MD5sum: c5dcdbeeea8969676a56c9207ed14d3d Description: debug symbols for ros-rolling-mrpt-libapps Build-Ids: 10f5c357882e77b7e6e6313bafe10c378c9bfa3d c846d5690cdfd6ef4cdbda0ed46575b6779b332a Package: ros-rolling-mrpt-libapps-gui Version: 3.2.0-1resolute.20260921.020406 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.2.0-1resolute.20260921.020406_amd64.deb Size: 182848 SHA256: 0cd7987478cec01cb394d798dcf0657247e2d1bfe18b2528612f2aff4a55ae2d SHA1: bc18a3e9f565b8297596f0be5dda42e39b9bd4b6 MD5sum: 0bc602e30d9bc074b7a990c5c414f7e9 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.2.0-1resolute.20260921.020406 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3908 Depends: ros-rolling-mrpt-libapps-gui (= 3.2.0-1resolute.20260921.020406) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libapps-gui/ros-rolling-mrpt-libapps-gui-dbgsym_3.2.0-1resolute.20260921.020406_amd64.deb Size: 3768230 SHA256: 8808ff02967e3f38b7e04de6be7487375c581afabde141362f2c29bc108a47e2 SHA1: de04ba700ebfb405be529ec71967efb0a1e0d849 MD5sum: 54cc512ec9b153efa6933bea34643a42 Description: debug symbols for ros-rolling-mrpt-libapps-gui Build-Ids: 0fbff1925f4dc0d78f65707bb2042f302807116f Package: ros-rolling-mrpt-libbase Version: 2.15.21-1resolute.20260908.133901 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.20260908.133901_amd64.deb Size: 1147950 SHA256: caf0c43b0f8cbacfc2e4c011a64a9e5d822c9bcf9f5ab5841ab68ea5a8ebc3c7 SHA1: e4f07d86c3558c227501828a4c00f0d185787226 MD5sum: 05d8d5eba63cae65dbd4ebdf14142484 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.20260908.133901 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 8329 Depends: ros-rolling-mrpt-libbase (= 2.15.21-1resolute.20260908.133901) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libbase/ros-rolling-mrpt-libbase-dbgsym_2.15.21-1resolute.20260908.133901_amd64.deb Size: 6294070 SHA256: 91ce2ee4b2810f380cd2dd2f5c2f6547c7b1aa226c144db06b86f586b6e14893 SHA1: f478bccf3f0d387718d3cf629d4f721dab2fb5a1 MD5sum: fceba07ced132726d4e5259ffeec7989 Description: debug symbols for ros-rolling-mrpt-libbase Build-Ids: 0257321c018377fb904aac61862729ddf98a0d88 2e225d4a33122b05c1bcd72c4bbe2a6570aced7e 5b7da5d68d8163cf14e31c3739aefa3177197b24 6b92f3503771873975dffa08db813c04c16f84d2 888c82394736f802b65633307ce61504c6f64c9c 8aaf0e47dffc6cae3289938d23bec7ac84227373 e5e57872c3908ffa205602e5bc2d5f7b1f73f9f5 ec7aa96625f8604fce3de0910b2cc76c4b87c4d3 fae8a83b565500c8a49c47cab474f3e5d3dd7641 Package: ros-rolling-mrpt-libgui Version: 2.15.21-1resolute.20260908.163637 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.20260908.163637_amd64.deb Size: 835472 SHA256: 5777351bcf2ec3ea2dd8c73df696101dfa6e43e6345663f8911970a4360f60e4 SHA1: 92feb1e97781f94952f3acd3289e44df6dfa1739 MD5sum: 59d86b302fe00bf5065eb128690114e1 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.20260908.163637 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 15683 Depends: ros-rolling-mrpt-libgui (= 2.15.21-1resolute.20260908.163637) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libgui/ros-rolling-mrpt-libgui-dbgsym_2.15.21-1resolute.20260908.163637_amd64.deb Size: 15275276 SHA256: 3e6436f79a5ef92e2a2a67dea7b71d2054043d6e7e4c553dd1ee16da4ca440bf SHA1: 9d881d34412bef30fa0b289267eeb132d4cbfd9e MD5sum: 5a3c9e5d5e0c363a786f1f9decdb7a67 Description: debug symbols for ros-rolling-mrpt-libgui Build-Ids: a2d0e4c34a658da772dd56ca857e0be9188473b5 ebcc2a2b4a50faa8ee3e4cf60b1da95dd56c76e3 Package: ros-rolling-mrpt-libhwdrivers Version: 2.15.21-1resolute.20260908.184258 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 6031 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.20260908.184258_amd64.deb Size: 1199072 SHA256: 8e83121ad58cafef87ff9e63ab66be98ea91c0486e0c96333ab73f1b12c87b54 SHA1: 6719e424d8088ab417aa9cdd4a54a97390b57551 MD5sum: 662465fa31ccf04b9086fd8cebafeb5f 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.20260908.184258 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 14681 Depends: ros-rolling-mrpt-libhwdrivers (= 2.15.21-1resolute.20260908.184258) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libhwdrivers/ros-rolling-mrpt-libhwdrivers-dbgsym_2.15.21-1resolute.20260908.184258_amd64.deb Size: 13837534 SHA256: 4b72b6abf3e47e2b709b2706bb3b522259676fd98f5e6b14051dbb08dde2b758 SHA1: fc06ba903275b459af531cc3ac0513243455284b MD5sum: ba23dd57dc3a37e34a4c685428ee6ecd Description: debug symbols for ros-rolling-mrpt-libhwdrivers Build-Ids: 92b3371b7bc8b9a47c17a6c3dd52b9630d0bf0c1 cee767f044e9ebfaa1b3d4ce0a861573d9652b98 Package: ros-rolling-mrpt-libmaps Version: 2.15.21-1resolute.20260908.165315 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3045 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.20260908.165315_amd64.deb Size: 844386 SHA256: a13e94d498bee823d0aec0be030de8bd3fdac9167c431539288b881fa83a9fdf SHA1: e1e18c02f1f0a4f22b309fcde9bbcff572e3a1f9 MD5sum: 59d6dd6ffaffa74d36bf4d2f8a82461d 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.20260908.165315 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 17800 Depends: ros-rolling-mrpt-libmaps (= 2.15.21-1resolute.20260908.165315) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libmaps/ros-rolling-mrpt-libmaps-dbgsym_2.15.21-1resolute.20260908.165315_amd64.deb Size: 16999104 SHA256: 2589ed7ce94d04ac954192e33e0ad8d19109be80ccb91f8154fbde55c2bc6ebc SHA1: 73458ad618472581d80ac5c98b2387ffeb7cf9e0 MD5sum: ba79eb512379aa73e28499400dfb2b77 Description: debug symbols for ros-rolling-mrpt-libmaps Build-Ids: 2ece2512f429fecff8f88a4634d90ef408aa548a 56325328be5732c9142b753cf48257c9c3eeff6b Package: ros-rolling-mrpt-libmath Version: 2.15.21-1resolute.20260908.141506 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.20260908.141506_amd64.deb Size: 904596 SHA256: 666d87c0fe8ea6534b18a907f3df09722dfa2c8bdde0474bad6de30306d9ee9b SHA1: 01a8e7c57ab25b7af76335f52fd0315c361673fa MD5sum: a1f07e1eca617338bca91e33969474d8 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.20260908.141506 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 86816 Depends: ros-rolling-mrpt-libmath (= 2.15.21-1resolute.20260908.141506) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libmath/ros-rolling-mrpt-libmath-dbgsym_2.15.21-1resolute.20260908.141506_amd64.deb Size: 86725864 SHA256: 9eb6c77d52c1fc17948da4eb6f71885faf8b0aa56aeddfd2355a41d0f1b36559 SHA1: ad6c29ae2a93a055f43967d6f6a63f63963c9443 MD5sum: 8467294fa728fa0e83335b6ce3f00721 Description: debug symbols for ros-rolling-mrpt-libmath Build-Ids: ade64c1db786faea9ea9df79886883972672d3b3 Package: ros-rolling-mrpt-libnav Version: 2.15.21-1resolute.20260908.173010 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.20260908.173010_amd64.deb Size: 401572 SHA256: 72dd80ea98b223a17a0e38e6979f8a1c69e8afae3faf1602ce19c6201c2efad8 SHA1: 5851087dd1f66bc07fec0466a0fe86c07c7ac721 MD5sum: 11370f599e096a0e8cca6882f36bed65 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.20260908.173010 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 7905 Depends: ros-rolling-mrpt-libnav (= 2.15.21-1resolute.20260908.173010) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libnav/ros-rolling-mrpt-libnav-dbgsym_2.15.21-1resolute.20260908.173010_amd64.deb Size: 7505154 SHA256: 672687b5f13662eb933c288026841508a8d15d3142559d962d24ccaab4c3130e SHA1: c38af84bf57e3e310658105a2d484e58b116691c MD5sum: 0913060e93a86fbadc1b4abd244e901c Description: debug symbols for ros-rolling-mrpt-libnav Build-Ids: 480713271bbbe15ac2f77d8324e88e09dce84231 b5f044536baf29773f49992c20dcb113d9e066bc Package: ros-rolling-mrpt-libobs Version: 2.15.21-1resolute.20260908.163635 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2096 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.20260908.163635_amd64.deb Size: 701798 SHA256: 97a460f71b3ff5d5e60f76755bf358161ce53bba59c51d4c1a1622257edd6757 SHA1: a5cfd4ccc2845214f78723919e639fc2fd238378 MD5sum: 40aaaa9931f137306ca271b23f96451c 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.20260908.163635 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 9960 Depends: ros-rolling-mrpt-libobs (= 2.15.21-1resolute.20260908.163635) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libobs/ros-rolling-mrpt-libobs-dbgsym_2.15.21-1resolute.20260908.163635_amd64.deb Size: 9155016 SHA256: ef25a97ca1d423656f55df02dfb49972ce01bf323aba3847a69d239f3d7081e5 SHA1: ff72bc794467f7758bc5841a14ecfebde859491d MD5sum: 3f4ff95cce90313f8d316725254252ca Description: debug symbols for ros-rolling-mrpt-libobs Build-Ids: 04799f1f795227ef8f22c0c7478b1104f593158c c063d3811bef9dbe1468e57f703fc449f6d440cb Package: ros-rolling-mrpt-libopengl Version: 2.15.21-1resolute.20260908.160927 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.20260908.160927_amd64.deb Size: 1287248 SHA256: e5e9daf32c7f5d5a44c51165993f1f3c27b887a4e39a5ed99dbfcf1a9aefe385 SHA1: 49ca1e0ef626a8417fb7047c97313771cf791f5f MD5sum: 4423786fb741187ef5980885424c7b5f 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.20260908.160927 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 16427 Depends: ros-rolling-mrpt-libopengl (= 2.15.21-1resolute.20260908.160927) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libopengl/ros-rolling-mrpt-libopengl-dbgsym_2.15.21-1resolute.20260908.160927_amd64.deb Size: 15297792 SHA256: 1c67717e990f6c6fb45f8f030ab6c9d24ed5691fbc17d548a4d4af0b608bca71 SHA1: 3e8419f1ef3b02c6d447f959580d99be55181b5e MD5sum: 0bcd24fce1e0cb2f2c720c7697e03a54 Description: debug symbols for ros-rolling-mrpt-libopengl Build-Ids: 52b142647468d66f2b0c982c04d8c920c173373f 9ca199ab347693904fe39f205e61ca7695c0f840 Package: ros-rolling-mrpt-libposes Version: 2.15.21-1resolute.20260908.145221 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.20260908.145221_amd64.deb Size: 458576 SHA256: d7f163a614844164ef830e6f973e1fc846da61c45b14824a94c58cee880d6f05 SHA1: a82fc83d2c89380fefe20040038116b8bcc5f507 MD5sum: af378b0812a1f3d581648fceda3b8139 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.20260908.145221 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 17210 Depends: ros-rolling-mrpt-libposes (= 2.15.21-1resolute.20260908.145221) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libposes/ros-rolling-mrpt-libposes-dbgsym_2.15.21-1resolute.20260908.145221_amd64.deb Size: 16898890 SHA256: e1b6daf0ddeb76c4589ccc82f16fce0887fd62d38343c9c4cc2d4f3e2dd0fed5 SHA1: cc7673914deb777c9a9513a431a35e562f0c3438 MD5sum: b0136702ffbeaed0c4177bbeae1f8ed8 Description: debug symbols for ros-rolling-mrpt-libposes Build-Ids: 5c829d813eb45e68ae58402635ed7ef7eb1fd759 70086ee0cf31cb60a3bf9c9b721e7dab135b606f f35b241e0fbef2dd3b4ca27f136522b0ffa01ceb Package: ros-rolling-mrpt-libros-bridge Version: 4.0.0-1resolute.20260921.083318 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 409 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-mrpt-config, ros-rolling-mrpt-core, ros-rolling-mrpt-img, ros-rolling-mrpt-io, ros-rolling-mrpt-maps (>= 3.0.0), ros-rolling-mrpt-math, ros-rolling-mrpt-obs (>= 3.0.0), ros-rolling-mrpt-poses, ros-rolling-mrpt-rtti, ros-rolling-mrpt-serialization, ros-rolling-mrpt-system, 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_4.0.0-1resolute.20260921.083318_amd64.deb Size: 118888 SHA256: 5719d0870b52ef37e04e8c7778fcf335ce2b1282d288eb0317fc9b442219db32 SHA1: b905bc2f7b800b182abcc0cdaece1319ad9e3b83 MD5sum: fb44ef6a9384ac04283038a08e517c5c 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: 4.0.0-1resolute.20260921.083318 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2502 Depends: ros-rolling-mrpt-libros-bridge (= 4.0.0-1resolute.20260921.083318) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libros-bridge/ros-rolling-mrpt-libros-bridge-dbgsym_4.0.0-1resolute.20260921.083318_amd64.deb Size: 2382164 SHA256: 6e7568e9ab0df1b73b7c5a8f3d83fb1091df268ecfebbb7853083d6e7762e3d0 SHA1: aab4fc6bd554b35d034de80038236e85387b5123 MD5sum: 1c0e70437f982771e8c75274dc22e8d0 Description: debug symbols for ros-rolling-mrpt-libros-bridge Build-Ids: f34df0537f037d3df32d9941e4e6dbf5fbd2deba Package: ros-rolling-mrpt-libslam Version: 2.15.21-1resolute.20260908.173007 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.20260908.173007_amd64.deb Size: 1029304 SHA256: f1323d04981cd2992e18c57dc6859e36719bf972b4ae3ac5424f98752cb25d1a SHA1: 5352db1c92d2a413b298779482caec4b67d0561b MD5sum: da000e9b5c78eb7ca0d094f592766172 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.20260908.173007 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 43420 Depends: ros-rolling-mrpt-libslam (= 2.15.21-1resolute.20260908.173007) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libslam/ros-rolling-mrpt-libslam-dbgsym_2.15.21-1resolute.20260908.173007_amd64.deb Size: 42952248 SHA256: 9d1c4721e83d2b5912199e3d9c69203545bd33892e904453efb0929f6b2e0c5f SHA1: b3f024b54d7a0b7ddd055a258325e47fab486ce3 MD5sum: 3526c065befd18d2e7de75627326dbf6 Description: debug symbols for ros-rolling-mrpt-libslam Build-Ids: c082b048a3ea815233418e11631be43e7768fdeb feddf7575979b8044926b869916b62386291ad3c Package: ros-rolling-mrpt-libtclap Version: 2.15.21-1resolute.20260908.141451 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.20260908.141451_amd64.deb Size: 24844 SHA256: e5f1d4f93063102012ab39211de226498f70952a5bdb5481b203def67d3eb0a2 SHA1: 2a3a423645738e86c44053508806eacfc38851f7 MD5sum: 001d10ec2d01b61c6a70a419f9dd7133 Description: Mobile Robot Programming Toolkit (MRPT) libraries (tclap C++ library). This package contains: mrpt-tclap Package: ros-rolling-mrpt-maps Version: 3.2.0-1resolute.20260921.014343 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2832 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.2.0-1resolute.20260921.014343_amd64.deb Size: 841900 SHA256: 46520cca1d760d3e3b36713d7b9a5b1ff4dbdda217fa89092ad323701fbbed4f SHA1: 10d4df125896fb7d89a38ab12b76bdd97b831c27 MD5sum: 4fbf3b101e22243f65be45b18a91cf0a Description: The MRPT C++ library mrpt_maps Package: ros-rolling-mrpt-maps-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-maps Version: 3.2.0-1resolute.20260921.014343 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 15658 Depends: ros-rolling-mrpt-maps (= 3.2.0-1resolute.20260921.014343) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-maps/ros-rolling-mrpt-maps-dbgsym_3.2.0-1resolute.20260921.014343_amd64.deb Size: 14814782 SHA256: bf6a1937e1fd0abed2f49700fdd8bd5080dc459d06a6d84208c3d1d46a502bf3 SHA1: 101d17ba4b4cb706d90adab2bd28757a7b6e5f87 MD5sum: ac505a5a5714a879e3e56ae41a951c22 Description: debug symbols for ros-rolling-mrpt-maps Build-Ids: 3c1e8efd24047e0b8850df19217110873767536c 883322eaf810650a72f96437bb8b96f3f1d26bf4 Package: ros-rolling-mrpt-math Version: 3.2.0-1resolute.20260921.005914 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 4963 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.2.0-1resolute.20260921.005914_amd64.deb Size: 1362598 SHA256: 26770d85467950d58431a14b877c4fc59895df63119ab87432831d8b5a35ff70 SHA1: 76254b6f1f9a802f216f8d9b45a6d511aaa34398 MD5sum: a621196e04ab9b802f04969998568d6e Description: The MRPT C++ library mrpt_math Package: ros-rolling-mrpt-math-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-math Version: 3.2.0-1resolute.20260921.005914 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 93145 Depends: ros-rolling-mrpt-math (= 3.2.0-1resolute.20260921.005914) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-math/ros-rolling-mrpt-math-dbgsym_3.2.0-1resolute.20260921.005914_amd64.deb Size: 92554342 SHA256: e18487bfe8025a74e2415b1ec6e6450e962670ab1e9bd584b3a411b9860ebc5c SHA1: d114faf4565117cfc63d494f48ed5bff3a23be2d MD5sum: 002fd87286e3a98bb8076d53ef39f16d Description: debug symbols for ros-rolling-mrpt-math Build-Ids: 25eb509a5993cc7980fe73b929093e146738cb14 455d2eec159e637f3719c9ab8e9dc34c4c0b2f30 Package: ros-rolling-mrpt-msgs Version: 0.6.0-2resolute.20260916.034701 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 3734 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.20260916.034701_amd64.deb Size: 301922 SHA256: be1fe3c91546fa931874c5c6c92e8469beaf581779c856085e7a68134457767c SHA1: 70cc5fa13f0a9fe1051099a2aa2f0254c1ef013d MD5sum: b7cb4790a34838042febac15811cce30 Description: ROS messages for MRPT classes and objects Package: ros-rolling-mrpt-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-msgs Version: 0.6.0-2resolute.20260916.034701 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 3656 Depends: ros-rolling-mrpt-msgs (= 0.6.0-2resolute.20260916.034701) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-msgs/ros-rolling-mrpt-msgs-dbgsym_0.6.0-2resolute.20260916.034701_amd64.deb Size: 2916114 SHA256: 2d12bc4bc13d96b9169ee84183131c0539fac237a680023db131a8585b6ba5f0 SHA1: f97a0373406a305381a00d6d887e98550be445a6 MD5sum: 79e0587794d52faa22e6bb3bf6fe2a10 Description: debug symbols for ros-rolling-mrpt-msgs Build-Ids: 01d39251f643f869cefc01eba9ceb97fb8ec7f54 06f891a3da28bf58e25aa2d517bed2a80411553c 1fe259373723a5db14cbb28979245dff139352e0 27fe433dee31bca364cf1210a956d3032ed5ba2a 34d759d9b55611f05c9ca28d70548538d9966941 3e9a9f720b4071566afc8225a241e1c70bb1b362 71295f4f303bdf46a39e9444d998f8f8a6e2faaa 90dafd2890fbfedd37865f41f69d97912e665e6a dc9a18fb6a41f91399a3cae2defcef338e6dac83 e3756efd1e0e3cec1af9793d9bae073c88d9a68d fdbd9f3ebab2cbc59379310d869cc2f99f23d746 Package: ros-rolling-mrpt-nav Version: 3.2.0-1resolute.20260921.015151 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1218 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.2.0-1resolute.20260921.015151_amd64.deb Size: 375796 SHA256: 030f4dbf3ef0f8c9283c4193725683d9fbef155cc4ca1c6f7e7c0442d6dc7683 SHA1: 03679ac957715b9852f9414b15c02ea79ff98993 MD5sum: 9527bf4fb3ae3714d1c8a952fedf4d8d Description: The MRPT C++ library mrpt_nav Package: ros-rolling-mrpt-nav-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-nav Version: 3.2.0-1resolute.20260921.015151 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 7217 Depends: ros-rolling-mrpt-nav (= 3.2.0-1resolute.20260921.015151) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-nav/ros-rolling-mrpt-nav-dbgsym_3.2.0-1resolute.20260921.015151_amd64.deb Size: 6894372 SHA256: 8660eaf730caadbe7d2de1f7298b49d91bd1476449b5701255c4db5f388774fd SHA1: 1a340d5fe9fc511ef69714bbc53772086247d5fb MD5sum: 71a3914207200bd0bd69decf1665b000 Description: debug symbols for ros-rolling-mrpt-nav Build-Ids: 814742640a5fff4e92c093e431a51357c7a7f0c9 Package: ros-rolling-mrpt-nav-interfaces Version: 2.5.0-1resolute.20260916.035825 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.20260916.035825_amd64.deb Size: 384092 SHA256: 9c33afd59461f7289afc95589d86338b075397ce792d3b1b07037a88cfd1fa32 SHA1: 6e5931052d69ff3bcd5baa028ace230994055580 MD5sum: 76d364875c1b9888feb0807129dfef94 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.20260916.035825 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.20260916.035825) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-nav-interfaces/ros-rolling-mrpt-nav-interfaces-dbgsym_2.5.0-1resolute.20260916.035825_amd64.deb Size: 3043650 SHA256: 6af0c0b1487a9b780b0bb9422c49f794e84cf339b22373aa7f2a9df5bea1b5a4 SHA1: 20a38d9e96e99be4bfcb57f109fe1700a49c88c7 MD5sum: f26bb978ebb6dfbe58f6f188a34db79b Description: debug symbols for ros-rolling-mrpt-nav-interfaces Build-Ids: 13b5be2002b9573da670c70b912fe7e76bde2cd9 32c8497a34f12da58e34a1a3e15c8271a4126fb3 45de801a04678ae97ccb411a575716fa661d256b 5b61e0eccc99463fa95ed0efc4fad4f83a0fd580 64a78c132b57863e36271fbf704ab0e05864458c 72f5312ffadba0bec4562ebd68a15cde5b288c7f 8c3cb64cafec43297ad45eb587ba41d35519f4e1 9d02fc06a4973ec1dd6bbc5a31931c1c9e82ea2d be3a335c34f8d9319daa89784fed1efccb505d26 d86969e7a2f1077d2f8199040ba8f25b8d202742 fd0efd2aeca5067cc34bbb436cd6dcb282839020 Package: ros-rolling-mrpt-obs Version: 3.2.0-1resolute.20260921.013659 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2399 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.2.0-1resolute.20260921.013659_amd64.deb Size: 819680 SHA256: 2ce2f4c89081146eb1e4c193952c4955a8c8725ccb5c3c29489561688ce0a714 SHA1: 9b203f9fe0bf9af01eb817826a0df31ee3e13b11 MD5sum: 97eaf4a3dc632cc87e20fadb9b44a59b Description: The MRPT C++ library mrpt_obs Package: ros-rolling-mrpt-obs-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-obs Version: 3.2.0-1resolute.20260921.013659 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 11138 Depends: ros-rolling-mrpt-obs (= 3.2.0-1resolute.20260921.013659) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-obs/ros-rolling-mrpt-obs-dbgsym_3.2.0-1resolute.20260921.013659_amd64.deb Size: 10115754 SHA256: e11365e9283ed5ce27835e32791a3088a8be67c14c94a7bb1494dfd994695bcf SHA1: 55c03ec1908557af28d74d665062d00ae07bc049 MD5sum: c3b7ba14fbe47459f1de8a608607e376 Description: debug symbols for ros-rolling-mrpt-obs Build-Ids: 001f20ef98329e8f92542d689643180aad3187e4 d7f310f18306cc3ada5f11dd43304793fe497d19 Package: ros-rolling-mrpt-opengl Version: 3.2.0-1resolute.20260921.013622 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 888 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.2.0-1resolute.20260921.013622_amd64.deb Size: 301336 SHA256: 94bc8898e0a1dc367b883e6828026949fa8baf0c371f78c947919c70ba1ef643 SHA1: ae7990cb623a075795d27b1726c23b7449b7962c MD5sum: 1962ea9f1d6f77c9d38e61725aa801d0 Description: The MRPT C++ library mrpt_opengl Package: ros-rolling-mrpt-opengl-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-opengl Version: 3.2.0-1resolute.20260921.013622 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 4659 Depends: ros-rolling-mrpt-opengl (= 3.2.0-1resolute.20260921.013622) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-opengl/ros-rolling-mrpt-opengl-dbgsym_3.2.0-1resolute.20260921.013622_amd64.deb Size: 4491176 SHA256: 93d19c7928bc0d5598b0d545c1a21916ab3dc5980c184e8a8942179d04c25d21 SHA1: 51a562bd6adc550dfb39320ba6e06d190ed6a3fe MD5sum: c4dec6a621f35803666f2315729fed25 Description: debug symbols for ros-rolling-mrpt-opengl Build-Ids: c60edb011c9dbdddfc97369d5ff3c6afd5d6d16e Package: ros-rolling-mrpt-poses Version: 3.2.0-1resolute.20260921.012101 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2004 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.2.0-1resolute.20260921.012101_amd64.deb Size: 556144 SHA256: 000d6c32a7425dd213e04ba0a5b3b64c5d6eed7b4e00a0416e4f97018577fe1e SHA1: 097d2e41607bc27fdb301a3c7d6a5035d50d109a MD5sum: 625393bdf8d39a7fc34998c02e6d1958 Description: The MRPT C++ library mrpt_poses Package: ros-rolling-mrpt-poses-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-poses Version: 3.2.0-1resolute.20260921.012101 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 19244 Depends: ros-rolling-mrpt-poses (= 3.2.0-1resolute.20260921.012101) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-poses/ros-rolling-mrpt-poses-dbgsym_3.2.0-1resolute.20260921.012101_amd64.deb Size: 18636952 SHA256: f53ea69c5870b9a893ed9ae18fc441d32c67876ff1b09300f41abc9457efac9e SHA1: 19fdb74e9f3f6d940419776c3ba3a8db8d965ab7 MD5sum: 0174080404fe3636ddbbafa643da54e2 Description: debug symbols for ros-rolling-mrpt-poses Build-Ids: 37b17d1a575eaf4d4cff75d12aa90a6dfc7a74de c57fdc329123e84bdc3ae802025982263fc16d91 Package: ros-rolling-mrpt-random Version: 3.2.0-1resolute.20260921.004439 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.2.0-1resolute.20260921.004439_amd64.deb Size: 101748 SHA256: 717a2267b6dbe0531929fd4c099afafd5060f52eaccb222ed7d8f452749d376d SHA1: a32dab1a27fcdee17113b2fb941be3a0f678b92a MD5sum: e13222dcb463656e2820a5a9b24f32e0 Description: The MRPT C++ library mrpt_random Package: ros-rolling-mrpt-random-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-random Version: 3.2.0-1resolute.20260921.004439 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1184 Depends: ros-rolling-mrpt-random (= 3.2.0-1resolute.20260921.004439) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-random/ros-rolling-mrpt-random-dbgsym_3.2.0-1resolute.20260921.004439_amd64.deb Size: 1096484 SHA256: 7f1e566dc3384ea34ce2d84bb58d59dcb89f799d5f72be0a62227cef9c6fa5df SHA1: 622419f3a1e1171734b884ce62a07c12c0f051bd MD5sum: 587bcfeb663f01a032a8a00368083d8e Description: debug symbols for ros-rolling-mrpt-random Build-Ids: 214a4508965c49f83cc04b74a14731774deabd88 fcf96478cce1bd227172114c97cfe512317307f5 Package: ros-rolling-mrpt-rtti Version: 3.2.0-1resolute.20260921.004739 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.2.0-1resolute.20260921.004739_amd64.deb Size: 106976 SHA256: b0fbf63b5538cc6a21470336f7ec9b56736f77a74516ea284d89d1dcf9ce9355 SHA1: 97862e055c9decd9c2d6aeecd8c0f0f3056c1c86 MD5sum: 6941e2e4bb2739bd1b880f531da3342d Description: The MRPT C++ library mrpt_rtti Package: ros-rolling-mrpt-rtti-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-rtti Version: 3.2.0-1resolute.20260921.004739 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1339 Depends: ros-rolling-mrpt-rtti (= 3.2.0-1resolute.20260921.004739) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-rtti/ros-rolling-mrpt-rtti-dbgsym_3.2.0-1resolute.20260921.004739_amd64.deb Size: 1242682 SHA256: 73c1f894182d847f6b204ae237fe8aa32aa438e2fcfd28016f8c12f07c395183 SHA1: 1ff2d12bf1f5944e3b538f7c40e1c1de278c0407 MD5sum: 736d730ae9e08989680e0ee6dea61eb8 Description: debug symbols for ros-rolling-mrpt-rtti Build-Ids: 2a80038006ab4cb7a4f98dff587d6168087c767a 588a66f52cdf3198ce196a5368a79762c0badaad Package: ros-rolling-mrpt-serialization Version: 3.2.0-1resolute.20260921.005021 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 412 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.2.0-1resolute.20260921.005021_amd64.deb Size: 126758 SHA256: 68b7a85b94bf003b52dbe7346b11a93338e80437f05a340524c2b631a4c139a8 SHA1: c3b605908151a0f180a12217da89e9806e30540e MD5sum: 882ef527190db0b067c615b6209b3616 Description: The MRPT C++ library mrpt_serialization Package: ros-rolling-mrpt-serialization-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-serialization Version: 3.2.0-1resolute.20260921.005021 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1507 Depends: ros-rolling-mrpt-serialization (= 3.2.0-1resolute.20260921.005021) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-serialization/ros-rolling-mrpt-serialization-dbgsym_3.2.0-1resolute.20260921.005021_amd64.deb Size: 1390972 SHA256: 3a49b5eaddeb160210a61a8ee90dc77ed65ecee952a9e5150860ef7f07f97057 SHA1: c8dff191733042eca49b8084856be7d27e390445 MD5sum: 7695871877573edac810a307142c7edc Description: debug symbols for ros-rolling-mrpt-serialization Build-Ids: a410c1380c75ac30f922578da1a06df02f6193be fd8fd3a54a6afabe71d17c70fb36769045e241c4 Package: ros-rolling-mrpt-slam Version: 3.2.0-1resolute.20260921.015152 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1865 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.2.0-1resolute.20260921.015152_amd64.deb Size: 595686 SHA256: 83930f8a5a50ef4e71c284a27dfcf338bcee0b045f371022d31de30353f32e6a SHA1: e6f3bd3007c98e4db413c7ff0acbcfa1849395be MD5sum: 4662388122be0dea0124e3fa6060bdf3 Description: The MRPT C++ library mrpt_slam Package: ros-rolling-mrpt-slam-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-slam Version: 3.2.0-1resolute.20260921.015152 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 10428 Depends: ros-rolling-mrpt-slam (= 3.2.0-1resolute.20260921.015152) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-slam/ros-rolling-mrpt-slam-dbgsym_3.2.0-1resolute.20260921.015152_amd64.deb Size: 9867494 SHA256: b64c9bd2241c76cfa82ed477e94099f1de53d2023f5182a6d3a7e1b3ca595f01 SHA1: a98c834efb3173374b83446cd61b4449118ec0f5 MD5sum: 75f3f5db4ac2d8056948553c46c9cca8 Description: debug symbols for ros-rolling-mrpt-slam Build-Ids: 2553085ad09e455319aed26df91342bd62464220 5ca40183fd6d9beb1216fb726db96e9f6ebc0b12 Package: ros-rolling-mrpt-system Version: 3.2.0-1resolute.20260921.005028 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 764 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.2.0-1resolute.20260921.005028_amd64.deb Size: 251212 SHA256: 75809452955f546f0cffa6df7c36da820d66311ae007506d381474517472d07f SHA1: 9c6c60c7e21353ec8056abb01231ab6891dab48f MD5sum: 4925b5c58350067e55a016c3fe3516e1 Description: The MRPT C++ library mrpt_system Package: ros-rolling-mrpt-system-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-system Version: 3.2.0-1resolute.20260921.005028 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3156 Depends: ros-rolling-mrpt-system (= 3.2.0-1resolute.20260921.005028) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-system/ros-rolling-mrpt-system-dbgsym_3.2.0-1resolute.20260921.005028_amd64.deb Size: 2889634 SHA256: 020b99933929018666ff698c635add9afbf42fd16335cc465c6481b42dccd9ed SHA1: 766d6855013a4d6b14d82b9e2f62bce60bc04f50 MD5sum: c2bf0dd7a403eb30fccb74f88d401da4 Description: debug symbols for ros-rolling-mrpt-system Build-Ids: a9fefcb7fbaa46666a70fc1771e9d853d11ea57f daef7042fd5cc90bcea2df7f24c1bce7929e8160 Package: ros-rolling-mrpt-tfest Version: 3.2.0-1resolute.20260921.012805 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.2.0-1resolute.20260921.012805_amd64.deb Size: 149056 SHA256: eea6a49855a4da281179d6af76b800338da4121db5a87f1a46b2927cb0d4594d SHA1: 0abec1519622f00df10898c943cfd60e9730000f MD5sum: 3d006be365a37cbecbfc690733dd9e74 Description: The MRPT C++ library mrpt_tfest Package: ros-rolling-mrpt-tfest-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-tfest Version: 3.2.0-1resolute.20260921.012805 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2410 Depends: ros-rolling-mrpt-tfest (= 3.2.0-1resolute.20260921.012805) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-tfest/ros-rolling-mrpt-tfest-dbgsym_3.2.0-1resolute.20260921.012805_amd64.deb Size: 2220942 SHA256: b6091b52147f3695e8ec571207839ed2cd59e356b5305d03a0d7cdf73daae68e SHA1: a589ac5354f4b69be36757a5da86bbfa4abe5c35 MD5sum: 29114f59cbfe530302e0b94fd8b2dfd3 Description: debug symbols for ros-rolling-mrpt-tfest Build-Ids: 66f483aa5937669f5ed15e164195638352f96dbc e57e373c474f16b1b769e07e8f9c5f9f494de4ed Package: ros-rolling-mrpt-topography Version: 3.2.0-1resolute.20260921.011732 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.2.0-1resolute.20260921.011732_amd64.deb Size: 114162 SHA256: adddad85a2ec1cdc869dd628bd78e05b008693b66f6c99e9314e7ba3d6075062 SHA1: 43a095e29dc9e39d57306ac965775177221b7954 MD5sum: 551e575892d8341c0d303a9f4ed36553 Description: The MRPT C++ library mrpt_topography Package: ros-rolling-mrpt-topography-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-topography Version: 3.2.0-1resolute.20260921.011732 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1353 Depends: ros-rolling-mrpt-topography (= 3.2.0-1resolute.20260921.011732) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-topography/ros-rolling-mrpt-topography-dbgsym_3.2.0-1resolute.20260921.011732_amd64.deb Size: 1237746 SHA256: fcb27de8454509caa789068facfd8d83eb1e54aaae9617d3cc3e068917e7ac9e SHA1: 96b304b5bc4ad45b5b9e9c477725fe39d1932eee MD5sum: 5a1f5c32ea2dbbc325a5bcf59d0312f8 Description: debug symbols for ros-rolling-mrpt-topography Build-Ids: b41c2746d74c0075007b8494227fc9d813ebe241 bfbe1c5bb4268a1b88b80235a09a71e26e60c33f Package: ros-rolling-mrpt-typemeta Version: 3.2.0-1resolute.20260921.004430 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.2.0-1resolute.20260921.004430_amd64.deb Size: 10126 SHA256: cb099e8c1f51f20c5ac8187032aa49d013cd72ca3183a4c6defa61dce0eef5f4 SHA1: d537c167550d4db5468f6818178bbd8cbf982bfd MD5sum: a1771eec22bb23e5f7337727797463e5 Description: The MRPT C++ library mrpt_typemeta Package: ros-rolling-mrpt-viz Version: 3.2.0-1resolute.20260921.012844 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2494 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.2.0-1resolute.20260921.012844_amd64.deb Size: 705268 SHA256: b7ffeb46c59a658571508da85d4d72c831242f021ca24aa43f7e3e54e61d4ad3 SHA1: 1dde491d1ec92551aa001173b8db1c77c98b5797 MD5sum: 94ca89bf57a3e313cbb3ab1673132539 Description: The MRPT C++ library mrpt_viz Package: ros-rolling-mrpt-viz-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-viz Version: 3.2.0-1resolute.20260921.012844 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 13553 Depends: ros-rolling-mrpt-viz (= 3.2.0-1resolute.20260921.012844) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-viz/ros-rolling-mrpt-viz-dbgsym_3.2.0-1resolute.20260921.012844_amd64.deb Size: 12580164 SHA256: 8dd018e6a2a30de19450a064cbfb14bc3c48751273183dfd4466e2544fa1e31f SHA1: dbe24e98e21de7291527cd761050b3bcc6ac557d MD5sum: 6d98997d951c51b8755a6955dd2ef691 Description: debug symbols for ros-rolling-mrpt-viz Build-Ids: 09afe52b1d781cd6a5aa376f88afa21626ed7757 be3052f50e01658ad5ed8a4a53a159c5930b3bbf Package: ros-rolling-mujoco-3d-lidar Version: 0.1.2-1resolute.20260908.135855 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.2-1resolute.20260908.135855_amd64.deb Size: 25022 SHA256: 7213f7a6894992edea04f6804e8dac497013bd2fead91e3e11ecfba3487d7967 SHA1: ed11c88125182490d50fbee96b59cb53fea157b9 MD5sum: 79c7b4705e9b4738807503fb90d1b722 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.2-1resolute.20260908.135855 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jodi Graf" Installed-Size: 202 Depends: ros-rolling-mujoco-3d-lidar (= 0.1.2-1resolute.20260908.135855) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mujoco-3d-lidar/ros-rolling-mujoco-3d-lidar-dbgsym_0.1.2-1resolute.20260908.135855_amd64.deb Size: 176368 SHA256: c38a68ddee51639e8850336f004f904288be8c6a2ba43bf1680356743d1b4f6a SHA1: 469d4508c7bc9d8c95a549b9b18daa00c8be06f8 MD5sum: c63eff7263b504ecb85e2997448125de Description: debug symbols for ros-rolling-mujoco-3d-lidar Build-Ids: 7a02ff755670a4230471c7776a157dc5fe3cd763 Package: ros-rolling-mujoco-ros2-control Version: 0.1.2-1resolute.20260916.214441 Architecture: amd64 Maintainer: "Nathan Dunkelberger" Installed-Size: 2251 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, libtinyxml2-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-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.2-1resolute.20260916.214441_amd64.deb Size: 588934 SHA256: b585967a7e9e5c589458cf1c6fa79f2d6815356b566c7d14a9526c65be640040 SHA1: 059d120f61739617d3a5b9efb7062026e71fa895 MD5sum: 479dc0c3daf77459435dc019eb324ed7 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.2-1resolute.20260916.214441 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Nathan Dunkelberger" Installed-Size: 7861 Depends: ros-rolling-mujoco-ros2-control (= 0.1.2-1resolute.20260916.214441) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mujoco-ros2-control/ros-rolling-mujoco-ros2-control-dbgsym_0.1.2-1resolute.20260916.214441_amd64.deb Size: 6987580 SHA256: d3becf4834428051b0d61492674a4066f9b716597c9e3d93b28da6570a6cc98e SHA1: daadab313546794a7cdc96af84ba1817f41ce89e MD5sum: fb8c214a6c74812062569f408c2504d5 Description: debug symbols for ros-rolling-mujoco-ros2-control Build-Ids: 68c213e28c4b7f7aecc75fc9aab06ab646389ec7 943221624b3f6f1ee2764089d579aaf948cfb296 Package: ros-rolling-mujoco-ros2-control-demos Version: 0.1.2-1resolute.20260921.014015 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.2-1resolute.20260921.014015_amd64.deb Size: 22008 SHA256: 1d7c28001961069dfb200b0e4feb5018e95411136146d0466c5022b74611f994 SHA1: 126d729d8c386462b3d0aca0a0e05272a6a0bf83 MD5sum: bc59722d4ab1198bd082b1b3dcb74d5a Description: Demonstration examples for mujoco_ros2_control package Package: ros-rolling-mujoco-ros2-control-msgs Version: 0.1.2-1resolute.20260916.034627 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.2-1resolute.20260916.034627_amd64.deb Size: 265002 SHA256: 2611cdc2a8d5b436c2486eb89c031402a84ca56103de95fabc364301fa4e5156 SHA1: a3fb8efda781367d27ba3d47dc6a74779c5d6e20 MD5sum: 51e5d29967fe066f876dd1b84863abc0 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.2-1resolute.20260916.034627 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Nathan Dunkelberger" Installed-Size: 3114 Depends: ros-rolling-mujoco-ros2-control-msgs (= 0.1.2-1resolute.20260916.034627) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mujoco-ros2-control-msgs/ros-rolling-mujoco-ros2-control-msgs-dbgsym_0.1.2-1resolute.20260916.034627_amd64.deb Size: 2348190 SHA256: 2d257843fcd407690b850861378669511284b922d4b85f44161e82749a58d7b9 SHA1: 8b87314d6d6ebd6b555c88decce45f060b3d9fae MD5sum: 5c4b5be137c0a4577b10f5e81b1dafee Description: debug symbols for ros-rolling-mujoco-ros2-control-msgs Build-Ids: 0c7b3447e3ef73b463b15a0965744dba7e5ad4a5 296a71a624684a87b1c0428ca7ee15ee9a5ca503 3684849bb7f37c6ded46967c1ab15beeeddcfc60 41ca7773b1429cdf682cce5fd263a250dfb1231c 4a9c998bf0deede838273bfb7aebdeac715323e1 62021cf4907424c8d75a6d3043dd85650c9d8ca1 75727b7808e1ad4b85c772ce30ea7073d04c50f3 8ebe5e90e1328c30cbccf057c77bd53ef33559f7 a19204485ab944c07eff932307f9a316a6758c97 bafb22a03b0ee6b2d1c98a6455bef2a38fce3d76 d90bfea76d44c95752c499df5d194fb1fa3975f5 Package: ros-rolling-mujoco-ros2-control-plugins Version: 0.1.2-1resolute.20260916.210424 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.2-1resolute.20260916.210424_amd64.deb Size: 337798 SHA256: f1722432f9d01a8ed141c67be8bac48ad8d15bad9998aab3b81f47722d2da67d SHA1: 34c8163339c524799ac25a57b278e0692b6c98ac MD5sum: bc8dfd92ed46c1f17884804b775c5361 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.2-1resolute.20260916.210424 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Nathan Dunkelberger" Installed-Size: 8342 Depends: ros-rolling-mujoco-ros2-control-plugins (= 0.1.2-1resolute.20260916.210424) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mujoco-ros2-control-plugins/ros-rolling-mujoco-ros2-control-plugins-dbgsym_0.1.2-1resolute.20260916.210424_amd64.deb Size: 7231182 SHA256: c8762a3e536853bf2a1a8012418076d7818e96ca51be939f484e3ae2b7249159 SHA1: 031ff357d585d5649c2b393b9db8912f08c87e98 MD5sum: ac2cf47aa8fa32ed85f9eef468c8588c Description: debug symbols for ros-rolling-mujoco-ros2-control-plugins Build-Ids: 10fe22fdb965a9666cf7422fced99c3051b086fb Package: ros-rolling-mujoco-vendor Version: 0.1.0-1resolute.20260908.135213 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.20260908.135213_amd64.deb Size: 21578230 SHA256: 2e1b6b9d75a31f283170a866888d7e1e32892535ee7462962fb191be1b0c7c18 SHA1: 708d002e825eaa4864745cfd9563125ba8ba73dd MD5sum: 5b51ab23260b51cff005d023b601eb45 Description: Vendor package for MuJoCo simulator of version 3.12.0 Package: ros-rolling-multires-image Version: 4.0.4-1resolute.20260922.043605 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.4-1resolute.20260922.043605_amd64.deb Size: 100586 SHA256: 5d55b75927a44c28d3a83b1f6a418946ea2e38aea7884a259bb1e404a631bf99 SHA1: b1d2cc2e6a4c8f1e46e867f4302d525f64e16c26 MD5sum: 44d64f3ff46d80087fd187182abc8393 Description: multires_image Package: ros-rolling-multires-image-dbgsym Package-Type: ddeb Source: ros-rolling-multires-image Version: 4.0.4-1resolute.20260922.043605 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 4316 Depends: ros-rolling-multires-image (= 4.0.4-1resolute.20260922.043605) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-multires-image/ros-rolling-multires-image-dbgsym_4.0.4-1resolute.20260922.043605_amd64.deb Size: 4244508 SHA256: db0839a351907f4e6eaa2bc960a7b2887ee40bb742f26d0d202d4b30760209a2 SHA1: 19ee5667741bd265e1bbc4638d90613d51f9711f MD5sum: 0d86db63e11160722831f25d596ba0ce Description: debug symbols for ros-rolling-multires-image Build-Ids: 105bfa2328fc67cf266c844cabac3211e014d991 15ac05bc938f43cdbbd4fb4e1742b9a27e4c6b69 ad354fc21cd03f2a17f9dac32ecb71c4db732b05 beb460e2c2bff7c94fb35173302e357f79180506 Package: ros-rolling-nanoeigenpy Version: 0.5.0-2resolute.20260908.133521 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.20260908.133521_amd64.deb Size: 607994 SHA256: fa54d908e2919c6e16a28b4155f4beb90e1f53fc917cc8e99566f7da9ad551f0 SHA1: 10a9392536c5f7be70da679a571e92e8b1dfbcba MD5sum: d83536c143b2ca2500b2951a7d72d87d 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.20260908.133521 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Guilhem Saurel Installed-Size: 30381 Depends: ros-rolling-nanoeigenpy (= 0.5.0-2resolute.20260908.133521) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nanoeigenpy/ros-rolling-nanoeigenpy-dbgsym_0.5.0-2resolute.20260908.133521_amd64.deb Size: 29436632 SHA256: 898e9b18ee1d67054402ab2f7679879babaf2e204c7f56b259af62248d40d510 SHA1: 34645c822767e2f81f581be787cb884bb8b742e9 MD5sum: 57c1a927997023aca5583df503736642 Description: debug symbols for ros-rolling-nanoeigenpy Build-Ids: 5b639fe58e9217b1862ef6230601f460bf33dc68 Package: ros-rolling-nanoflann-vendor Version: 1.12.1-1resolute.20260908.133516 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.20260908.133516_amd64.deb Size: 42414 SHA256: 861c68fe8efce1c7267f3bdba773531aa4d53a148c2277234c2dcffb601731b9 SHA1: b16174cc5c74fb15ba0b2d5f53f4fa1d5650699d MD5sum: 873310ebe8d6d7c1fd3dcec5e9978bc2 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.20260916.025901 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.20260916.025901_amd64.deb Size: 7352 SHA256: d55c0848e46be2b404d83157a7b3feee4aa800f7df787309be55cfcdd53083e4 SHA1: 8bb9e14759fed53506cb7df624982642b99bd0fa MD5sum: b04c93d33172264fee78fe2507c04216 Description: Allows simulating button presses through command line interface Package: ros-rolling-nao-command-msgs Version: 1.0.0-3resolute.20260916.030815 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.20260916.030815_amd64.deb Size: 158244 SHA256: 464d9fc42f2ec2331551e6f1cc88fe06b7595619bb8e1be33f09d60edc0ecfc9 SHA1: 8ba6d92bd5c0d5112ed6544fd07c5f76b8d45221 MD5sum: ce01c8c930ed5238be828ce5ecc8c2dc 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.20260916.030815 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1949 Depends: ros-rolling-nao-command-msgs (= 1.0.0-3resolute.20260916.030815) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nao-command-msgs/ros-rolling-nao-command-msgs-dbgsym_1.0.0-3resolute.20260916.030815_amd64.deb Size: 1503232 SHA256: 1bf3b14f4d3dd8e0c4bc79c288b049d78bc3d0500a2fd2ec83b90025f27b23cd SHA1: c74f3a27837fb285644459be13e8c228b60082b7 MD5sum: bc4e0d6de70e67209e6cccb5f01c52ea Description: debug symbols for ros-rolling-nao-command-msgs Build-Ids: 32142d042896d15babd283beec4a753aa6fe50c1 378c9e41beca397a8fa1216b64ee94057e666b34 3e90d33f82898dd58887b4de97a340f7f0be48f1 54357cb9ea918312173f591b672e75f8d17257ca 799a807bb8fdb25f9ec1dcadf350fe2219129094 7dde0286265b0a385f929cfbeb165f6f868bae94 9bd47bbb9fe70a22546a360b814fa203a081546c aa8204c6b455b9b469900292483c037aef6810a0 e5d1cdac11eb7395be79a54c7284738a67be350f e970d4695791c82f6354ec80786ffcf691849884 f118596932a64bae97165cb2b8805e6926df407f Package: ros-rolling-nao-lola-command-msgs Version: 1.3.0-2resolute.20260916.030810 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.20260916.030810_amd64.deb Size: 159588 SHA256: 4308ada0db3a28ed1fe346e9aa5b7b5082ffc8cb66fa7be2be8ae98655e0e85d SHA1: f5655d34e11ed35af988dbbafb50c4bd96a0e098 MD5sum: dae42ef64e8b6184f8b1b23f151838db 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.20260916.030810 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1957 Depends: ros-rolling-nao-lola-command-msgs (= 1.3.0-2resolute.20260916.030810) 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.20260916.030810_amd64.deb Size: 1505550 SHA256: 0018e736b9fdf176871f226bc7cd8db5ae6418fd820d96c89b794caf53df1ffc SHA1: d4de0217386fe99bc603cc050e0d79aebe601827 MD5sum: cb7937fd2dc4de07f667c68e017f4648 Description: debug symbols for ros-rolling-nao-lola-command-msgs Build-Ids: 02c43306baccbc15346e595a4c66031d4f0f5f99 0cf45a81031c839e8b9f1d554bb23fac26fbb45e 34b5e71f2fa8f387db7fb653f1098125de1f71f6 34ffb06ab81d02d3277c7d4a5a33e8144160f1d8 50dd0be8e5c01951ed35e729f0277b05d5e6bd35 71a0d5a82bbf75f35943c87206191905ba449304 8e6074a672c0c610b0354291c36d175685990300 be1d996daec0f64559f0bf77193e11032b70f16d defeede74991374e440feeb9377b3ff759326bbd e41200bbcb64e32a37ccaac3119695cf24e3ed21 fda5f974e23b6d41c107fbd05885763b58096fab Package: ros-rolling-nao-lola-sensor-msgs Version: 1.3.0-2resolute.20260916.025350 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.20260916.025350_amd64.deb Size: 163120 SHA256: eb05420b06fd95bdca7aaf676ba8f6732761527065d178b9ac3c6de473daf316 SHA1: 9fda519fbda1ed63e58a072dae0f35b9c5bd1ea1 MD5sum: 4609336dab6e3b24f2d7b986186ebf65 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.20260916.025350 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1777 Depends: ros-rolling-nao-lola-sensor-msgs (= 1.3.0-2resolute.20260916.025350) 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.20260916.025350_amd64.deb Size: 1297422 SHA256: 1b0e9b3b4b52129e4805d45adce83f148c82aad75809985e94547163a3a8f16c SHA1: 268c76ca0a4c1a27dd5231f5f28bdfb018e60c63 MD5sum: a74c41b55a85acfc1febe03109283628 Description: debug symbols for ros-rolling-nao-lola-sensor-msgs Build-Ids: 00ae8081f214b2db265e9b7bdfc46c4c7636ab7e 540cb08e0ea75522715488291fde6b12978bc304 697a365cc815c46a81ee599e8e69917602618c29 aba54d2d609e4f8ac18a7c151d7209303e42226b b31b1902e60da26881e82b8e87a660867b873b51 b6186377ea95396f90b80b566ce66fb03b0e90dd b6d33920ba4ba9820b1ca5d6045e395011b2fc0c b725b8eb5d35447c34a4cb7cf9071a6645d4c976 c0c467fc2e44e0f41606db40d2f3e05bb7f4201a d157ed70a54f50118bfc170efe836a6f99ccf3e4 ecf712efa21bb497756d1e3cb00d7812f0c53f72 Package: ros-rolling-nao-sensor-msgs Version: 1.0.0-3resolute.20260916.025403 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.20260916.025403_amd64.deb Size: 161910 SHA256: 57c2f6fef9226ab4f98cd12b562a63e7c24133a87c7d40d7d9e5292edeb28c78 SHA1: 975e7ba2600f38dd7d8a636cc34525f2d3c40606 MD5sum: 8c8cd18acd0c877f09fcb38990872092 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.20260916.025403 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1766 Depends: ros-rolling-nao-sensor-msgs (= 1.0.0-3resolute.20260916.025403) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nao-sensor-msgs/ros-rolling-nao-sensor-msgs-dbgsym_1.0.0-3resolute.20260916.025403_amd64.deb Size: 1297632 SHA256: c7681f14f6abdb2d9db01e96d888530979de53b23d9687d4e076c16819991d09 SHA1: f86b927d4f30c2acea905a30b82ea14e82245581 MD5sum: ae7333e25acec0142cefd32682bbc58c Description: debug symbols for ros-rolling-nao-sensor-msgs Build-Ids: 1364b3bc5716c8e8ffb5de2d7dfd6476cace6bc3 17b0d20162486e36eda83f309766f18554c7eaeb 23baac97c50aa63c9b77fc643a6e854ec7080a67 2d0de3805446e1bb6c4426aff72890fd1008f7b5 2eb029d71679cf480bd44193312771fe6aa01bc3 2f80160ad9cd72d3c0fe68ef6471708b27eb49b5 414e57047abb9d217061ba312b9f5773bd485893 4e47f860287bb89babcbceed12acaee0139ca7f3 61ab9f9794333e1b90fd3bdeafaf4acdb309d648 92f752022fff5b8b2fb7fb6a7f986500192bba9e eff8b807aff7baf832c0702f79e318f730b2c509 Package: ros-rolling-nav-msgs Version: 5.10.2-1resolute.20260916.033728 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 3360 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.2-1resolute.20260916.033728_amd64.deb Size: 265804 SHA256: cff7f98a4e504ed94c671fbe75be90e1275ca9d1123d64d87c5f7ea41e9dd0bb SHA1: e74b92b2ee7c0d4ba4daea944d2ea8cfffeff008 MD5sum: 2d4faf14d470dd0b2ab33c137c7949ca 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.2-1resolute.20260916.033728 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 2993 Depends: ros-rolling-nav-msgs (= 5.10.2-1resolute.20260916.033728) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nav-msgs/ros-rolling-nav-msgs-dbgsym_5.10.2-1resolute.20260916.033728_amd64.deb Size: 2319226 SHA256: 37051723d07ac5ec221a36fbfa07cf2482993793247b232aa6cb1f0b49109bcc SHA1: ddaaafd054aca29999c5a5f6db3475b89ada581b MD5sum: 5db853da0739b9edbab50af08a83250b Description: debug symbols for ros-rolling-nav-msgs Build-Ids: 0a2d62d985012915f796473e978b8b22c63e4db7 43f60c77ad0b5eec533c18aa2a659f5cb9a70f93 4eceb300e5ac3bb54dc2097440ab7d5be36e0eb9 6ac2d1b319ba387b6e1628877eb131a2390c665f 6bcc6548cf467c82d0df4edc2e32c0c654b61e9c 745f9aa5535e4c2b429cad72e2bb9d9f6e50b834 8244387a52e07161f0c2e09a70311961db67a300 95cd26d6e491be252f23b7480d52b94501109a93 be2ec7371c62d97dad1fa4f5779d81280eee73f2 c1739f24e486d57cb02b71eddaca894658571ed7 c240c83dfb2c9c9c159cf460fe1e16feea721dac Package: ros-rolling-nav2-minimal-tb3-sim Version: 1.3.0-1resolute.20260917.064048 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.20260917.064048_amd64.deb Size: 45228 SHA256: 28e4d97dafb75773e1757ff6accd40bcd6f72a77e1b486e6c617645142899757 SHA1: 5322b2e26c385904c6219232902fdeb4f71cfa21 MD5sum: 5954d017c38d41567fd6727f527a50c8 Description: Nav2 Minimum TurtleBot3 Simulation Package: ros-rolling-nav2-minimal-tb4-description Version: 1.3.0-1resolute.20260916.211458 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.20260916.211458_amd64.deb Size: 4552658 SHA256: e73f0f33c74def5544328155f9829206fb8685a92d7bde289271d0b94cd774c1 SHA1: c622592d6fc5ffa38dd224e36e6a7b0a37d919ca MD5sum: dc84d2ad99b69123d4496e34a6064ffd Description: Nav2's minimum Turtlebot4 Description package Package: ros-rolling-nav2-minimal-tb4-sim Version: 1.3.0-1resolute.20260917.064120 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.20260917.064120_amd64.deb Size: 10242 SHA256: a49a56d61b0e61a6fd3f7adef302d4d39d41c202cc17366433cd6bc311911935 SHA1: 81aeb22a4e027b9e89347d69a19ab7fe61fb2f6b MD5sum: ceed0600c8e2c7cdeba3e5d23101ffc6 Description: Nav2 Minimum TurtleBot4 Simulation Package: ros-rolling-ndcurves Version: 2.3.0-1resolute.20260908.184719 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.20260908.184719_amd64.deb Size: 1006430 SHA256: 7cbbee288c797727305f995213ea1cc19706a518fbe5e050cd51d701505827d7 SHA1: 506216dd61ae1fccba9e540e253c1c8837753c71 MD5sum: bdc2a4c6bb3b098f3cd4ef263e6d64a7 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.20260908.184719 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 29004 Depends: ros-rolling-ndcurves (= 2.3.0-1resolute.20260908.184719) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ndcurves/ros-rolling-ndcurves-dbgsym_2.3.0-1resolute.20260908.184719_amd64.deb Size: 23290634 SHA256: 4fcab6dfe9c42af2f1e57c5e2e5c4ecb89ded1d633223f94d50aa62bf9764b30 SHA1: 7f62a15a2ae53ef9c10ca8c424df1607f523687b MD5sum: 7493dea5637ab289ddf8132742b49c74 Description: debug symbols for ros-rolling-ndcurves Build-Ids: b3640b4cfdf0673d41e5bb1d6d6a7d96e55a85b1 Package: ros-rolling-neobotix-usboard-msgs Version: 4.0.0-4resolute.20260916.034521 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.20260916.034521_amd64.deb Size: 131296 SHA256: 391722fb24514b140646b9136d3ed5c10a507c581b304abb4a61d41c3a48e10b SHA1: 85ec6c8283959f3f6b9da72d348594760a7890b4 MD5sum: e7ebaa70615af0f4cf29fea0fe6fef79 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.20260916.034521 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 1291 Depends: ros-rolling-neobotix-usboard-msgs (= 4.0.0-4resolute.20260916.034521) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-neobotix-usboard-msgs/ros-rolling-neobotix-usboard-msgs-dbgsym_4.0.0-4resolute.20260916.034521_amd64.deb Size: 953134 SHA256: 1de43829544873f2f8e721275805940bf195a1ece3de5384a094d23c87a5bccf SHA1: ce86f0dba7feb22b3fe2775885da6fa609899857 MD5sum: 709caeeb0b04c3698ffb8b32fc83f359 Description: debug symbols for ros-rolling-neobotix-usboard-msgs Build-Ids: 2eef6005feae3d226b423abfa1f41f23275e3b19 37ca7ca4733c5123d2f9f10908a030b8cec2e8d4 41230cd86c54c9aef92a620078bbf50e8e3554a6 58f3fce9264c38bf333def5d5f08489de6d3ec92 796f71c76249ce9729ab393029b74882e1878777 7a9f090f736ec181082dcaf77bfbca56a5ecc232 8c1485c8a658c0c1229bbc62af86f554f6f6e807 98280b20ae1083589e151a8e573f3f0034db8718 a08d67fa7bb915d81a3c48102d43f9b038c74f58 dd81bf0eb06438f8805ac9359a765ac153f39605 f80f936cf854342b3b3c1d9d079d46d89192396b Package: ros-rolling-nmea-msgs Version: 2.1.0-3resolute.20260916.034809 Architecture: amd64 Maintainer: Ed Venator Installed-Size: 1906 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.20260916.034809_amd64.deb Size: 168624 SHA256: 3057d9374b2bc01ddd1f81528116e57273d77ed45ec88850f080eda794e8e8db SHA1: 83195cb82c711d30bc127b0034cb251cdd1c3fda MD5sum: dd738640c2498d34f4bbda6340b7b886 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.20260916.034809 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ed Venator Installed-Size: 1794 Depends: ros-rolling-nmea-msgs (= 2.1.0-3resolute.20260916.034809) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nmea-msgs/ros-rolling-nmea-msgs-dbgsym_2.1.0-3resolute.20260916.034809_amd64.deb Size: 1427656 SHA256: becdf2bccbf380ff3f8b808ad53dd72b2d4f5ca4e6dbc663bf9ae9e5c241bd90 SHA1: cf6256616369659c04583a763220311f321f011f MD5sum: 085172fac88dd996895e1efe8b962a2b Description: debug symbols for ros-rolling-nmea-msgs Build-Ids: 0654b09f804bc4eba6b81c8e45791a0df5073aeb 1120fcaedd6a51290c4b4905ae1775e454fe872b 2024bbc3cce418a7209716005db58b8d16af9220 20b6176fc3a355b6668d24a3071bb1dac611f731 526e7bf7534c07fef4166c845ccb18b340ca063b 6b8f2e4e9d6d998c611a5c3258b34bb07500dd53 7eb05a9e116cdc637b40e4824c20ac27bcb48620 9fa8e9f515681a806332923edddb7eec7b7a6ef8 a23ad73ee8f7adf66ba1dd4a23c364622c5805ab b09d2c67983bb0048b407939b0734fff4990d733 d9a5d2fb360cef86e9a827e14c0bdcf9c910a2c7 Package: ros-rolling-nmea-navsat-driver Version: 2.0.1-3resolute.20260916.203533 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.20260916.203533_amd64.deb Size: 24982 SHA256: fd2e2f016db80a7700377dfcc281901ececf834c95f0186f0897599332400744 SHA1: d6e7749f483e738e30cf432976d7369c3158e4c9 MD5sum: 4a50fceb310809a6cf16ec64f8b83ea4 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.20260916.204628 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.20260916.204628_amd64.deb Size: 154210 SHA256: 13c701152dbf5b3ea90396e92eb1415fd0be55c2526ffda0d6fbda2ee3596bf9 SHA1: 563fa3f34bf724799937b6c348738c8a0dcb0257 MD5sum: ea98d19714638ad4677d76279798a0e4 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.20260916.204628 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ramon Wijnands Installed-Size: 3218 Depends: ros-rolling-nobleo-socketcan-bridge (= 1.0.4-2resolute.20260916.204628) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nobleo-socketcan-bridge/ros-rolling-nobleo-socketcan-bridge-dbgsym_1.0.4-2resolute.20260916.204628_amd64.deb Size: 2770594 SHA256: 67b7a3dfac63609c0cab4c807839ba834054f9bfb6a72a15b464eb83ef851090 SHA1: 94e1f0846ceb83feabb18414137768b3ae71a5c8 MD5sum: f27ea8a753bfb121b63ffda4462d6f24 Description: debug symbols for ros-rolling-nobleo-socketcan-bridge Build-Ids: 6aec2eca9f86f35fb408fcb619bab9864c26c289 9a12765e594bd367f1a78aeb26688b8070239087 d564e807b1ddacf0462e6a4c10ded65271bf4fb5 Package: ros-rolling-nodl Version: 2.0.3-1resolute.20260916.214538 Architecture: amd64 Maintainer: "ROSGraph Working Group" Installed-Size: 44 Depends: ros-rolling-ament-nodl, ros-rolling-nodl-common-interfaces, ros-rolling-nodl-generator-cpp, ros-rolling-nodl-schema, ros-rolling-ros2nodl, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/nodl/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nodl/ros-rolling-nodl_2.0.3-1resolute.20260916.214538_amd64.deb Size: 6356 SHA256: 1890493a4e5d5778cf079a7261c9e3b3416d8346c56ef02df285cdaf234edeaa SHA1: be29f8821ea9470f51802beaac9b168c8675dc02 MD5sum: aa021c71495befe41d65b5c32a9dcd34 Description: ROS 2 Node Definition Language (NoDL) metapackage. Package: ros-rolling-nodl-common-interfaces Version: 2.0.3-1resolute.20260916.213958 Architecture: amd64 Maintainer: "ROSGraph Working Group" Installed-Size: 56 Depends: ros-rolling-ros-workspace Homepage: https://index.ros.org/p/nodl_common_interfaces/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nodl-common-interfaces/ros-rolling-nodl-common-interfaces_2.0.3-1resolute.20260916.213958_amd64.deb Size: 6742 SHA256: efc9da30a59297de8460554e7ddbe8ac170a3e5120546c4a9e811f48daf46fc6 SHA1: 0d623ae6a631d3adb0293a07e947656881f80af2 MD5sum: f2297a0667be3849c0c898c7eb7b12ec 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-rolling-nodl-conformance Version: 2.0.3-1resolute.20260910.115144 Architecture: amd64 Maintainer: "ROSGraph Working Group" Installed-Size: 59 Depends: ros-rolling-nodl-schema, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/nodl_conformance/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nodl-conformance/ros-rolling-nodl-conformance_2.0.3-1resolute.20260910.115144_amd64.deb Size: 12162 SHA256: a688a4bffd6b7cc7f3c88ca0226cb445658c91486e9c955a01750c3899810f4d SHA1: 301ae2b9cb7782b542397e5e8e502e99bd288666 MD5sum: 87ecbf291cc28dc416426900aca5d121 Description: Pure semantic comparison for NoDL node interface documents. Package: ros-rolling-nodl-docgen Version: 2.0.3-1resolute.20260910.115242 Architecture: amd64 Maintainer: "ROSGraph Working Group" Installed-Size: 109 Depends: python3-jinja2, python3-sphinx, python3-yaml, ros-rolling-nodl-schema, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/nodl_docgen/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nodl-docgen/ros-rolling-nodl-docgen_2.0.3-1resolute.20260910.115242_amd64.deb Size: 27406 SHA256: 4397f7b00a303f3fe1ea895a0292f2041738642c57160679c7a169c7ed5fbb90 SHA1: 76342ed04a648be37b43ccbda4d09e76da99bab8 MD5sum: 3312daab8266641cc5999dc17e8d1546 Description: Documentation generation and Sphinx rendering of ROS 2 Node Definition Language (NoDL) documents. Package: ros-rolling-nodl-generator-cpp Version: 2.0.3-1resolute.20260916.212435 Architecture: amd64 Maintainer: "ROSGraph Working Group" Installed-Size: 112 Depends: ros-rolling-generate-parameter-library, ros-rolling-generate-parameter-library-py, ros-rolling-nodl-schema, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/nodl_generator_cpp/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nodl-generator-cpp/ros-rolling-nodl-generator-cpp_2.0.3-1resolute.20260916.212435_amd64.deb Size: 18634 SHA256: 5a4126c8a39876a8147b7dac72b5cd4303dc9886effb893f2ff69cf6ac3da32b SHA1: f68162f19ee191ad9e98d4dd66c4885c79c79f71 MD5sum: 1d899096efd377cc05dfd6c32299cf97 Description: Generate an rclcpp base-node class from a NoDL document. Package: ros-rolling-nodl-observe Version: 2.0.3-1resolute.20260916.202806 Architecture: amd64 Maintainer: "ROSGraph Working Group" Installed-Size: 672 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libcli11-dev, ros-rolling-builtin-interfaces, ros-rolling-rcl-action, ros-rolling-rcl-interfaces, ros-rolling-rclcpp, ros-rolling-rmw, ros-rolling-rosgraph-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/nodl_observe/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nodl-observe/ros-rolling-nodl-observe_2.0.3-1resolute.20260916.202806_amd64.deb Size: 228820 SHA256: 70e433710b3a2c43329d0bb2c90ecef787e783fce4396315538f6b2cf7becd87 SHA1: 5b6255528c616bc838f092227d7d4d4ec350821c MD5sum: 3a09e4241137ef59b3a7c6a50031557a Description: Observe a running ROS node and produce its runtime description as a rosgraph_msgs/Node message. Package: ros-rolling-nodl-observe-dbgsym Package-Type: ddeb Source: ros-rolling-nodl-observe Version: 2.0.3-1resolute.20260916.202806 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "ROSGraph Working Group" Installed-Size: 3301 Depends: ros-rolling-nodl-observe (= 2.0.3-1resolute.20260916.202806) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nodl-observe/ros-rolling-nodl-observe-dbgsym_2.0.3-1resolute.20260916.202806_amd64.deb Size: 3081688 SHA256: d69b50ba2f099ccf33dbd3a10cf49e2cea0d49b432f65a42387af09297f2c3fc SHA1: 1b2130942197cdd2af1417d5bf21b5ddc57c82a6 MD5sum: ced94d6df6ea5aa4fab0fae0d5b2889b Description: debug symbols for ros-rolling-nodl-observe Build-Ids: 2fbef83c0a7157510a71e3e6108441532d2accee 6488a322508b4eda3005f3d0f508bbd4cfc7e868 Package: ros-rolling-nodl-schema Version: 2.0.3-1resolute.20260910.114525 Architecture: amd64 Maintainer: "ROSGraph Working Group" Installed-Size: 168 Depends: python3-jsonschema, python3-pydantic, python3-ruamel.yaml, python3-yaml, ros-rolling-ament-index-python, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/nodl_schema/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nodl-schema/ros-rolling-nodl-schema_2.0.3-1resolute.20260910.114525_amd64.deb Size: 32778 SHA256: c5bfd63e70bf25d5582280092e71864e5210ead406b4f870b8637629ea81a422 SHA1: 9f713e544eecd5fa8c573ba151f106f4cfa4f204 MD5sum: cc0b92ac2912ac4e24f65b420c3a3321 Description: ROS 2 Node Definition Language (NoDL) schema and validation. Package: ros-rolling-nodl-to-policy Version: 1.0.0-5resolute.20260916.212331 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.20260916.212331_amd64.deb Size: 10702 SHA256: 3d635f70b9af9232fd156d334767b32e63626f3b0a3c13596bc6a9edd9f5b7c8 SHA1: 6e9a87d5295f21a7f77b25708409bd4c172309ad MD5sum: 098ef2ac932820985dc552f98c6f7581 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.20260922.041541 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.20260922.041541_amd64.deb Size: 676284 SHA256: f7cbeddf762968365f975bb08410cacfd351acd7de7e6c177c0516943b68a9b0 SHA1: 36b3d8be47d8c499446ebe4807d7a136dbad0686 MD5sum: 6c47291109690e4b1e326e4d1d150cb2 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.20260922.041541 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 15218 Depends: ros-rolling-novatel-gps-driver (= 5.0.0-1resolute.20260922.041541) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-novatel-gps-driver/ros-rolling-novatel-gps-driver-dbgsym_5.0.0-1resolute.20260922.041541_amd64.deb Size: 12948162 SHA256: 6b807b74f5bd92778bcb68bdc274ef039d19e4b4c1bea5b9c6ba36ea48d66ce1 SHA1: 0d1b4edd6f5a9af074fc351a908cb89aa829249b MD5sum: fb30db878dd2a67320307fabbe1e718b Description: debug symbols for ros-rolling-novatel-gps-driver Build-Ids: 27590641ac456f55cc5ce634c6fd75a5390c5775 2c23cda202ff662644a6848bd7de06cce9ffaa8b aef423127552e4e4b61ec8a8ee85271fe25f6583 Package: ros-rolling-novatel-gps-msgs Version: 5.0.0-1resolute.20260916.030813 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.20260916.030813_amd64.deb Size: 471590 SHA256: 1235545b40a5771b600ee581af545b375325ac36ef5feb62643ecd68f7e859cb SHA1: c81457c4fd8ede80bc6fc4a7c36e4effe4844d86 MD5sum: 5fd0e24d5609fb1bfd822b3f44f07cdd 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.20260916.030813 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "P. J. Reed" Installed-Size: 5123 Depends: ros-rolling-novatel-gps-msgs (= 5.0.0-1resolute.20260916.030813) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-novatel-gps-msgs/ros-rolling-novatel-gps-msgs-dbgsym_5.0.0-1resolute.20260916.030813_amd64.deb Size: 4040756 SHA256: a048ea896639b8598d6a56b129e7cc6251cb26c24cfbd1e4d5eb02ca24f95d81 SHA1: afbd9f21dc33cd83510a84602b8702c9517669c7 MD5sum: 0cd6d84d6d531d43ae787625e9d041fe Description: debug symbols for ros-rolling-novatel-gps-msgs Build-Ids: 5c23e79bab38db94d32a7b4d7f5f24b152b8f763 5e496dad8a00a48389f50b2b0a4aeaf7416633ca 7f08f8c7e36090ebfcf9fdf1b7a2d9d4ce831747 8891ba51ef180a9fb7ef3ffbda9232eaa36604d9 8feb2403442937550e425ecc368e7bee7c325f65 a297ad84268dccf2689f446933d9cd84feb92264 af8060aeaf76925a7d80d4ac045f0f551ce3a105 b12c473ce485ef387ed8a2824ca12013a50048cb d8f609ca50312051450f1532e6bb351be87f18ee d9ce8a0c869e2f0850c8328071ecbe4fd820908f f317fa79251b31eedfbb9f22b07dcfa238917f69 Package: ros-rolling-novatel-oem6-msgs Version: 0.3.0-1resolute.20260916.030820 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.20260916.030820_amd64.deb Size: 200822 SHA256: 851e6ed7c9957a5afc3f3768201f37e60c11d786fbe238c7d6d46d9c32674fe8 SHA1: 79311681e074102e54944a533b702715e0c1c401 MD5sum: 3c3008a1dda00f74feaadeb35c5d182e 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.20260916.030820 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.20260916.030820) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-novatel-oem6-msgs/ros-rolling-novatel-oem6-msgs-dbgsym_0.3.0-1resolute.20260916.030820_amd64.deb Size: 1428730 SHA256: 316b5fa70c8094e32c8d35ecc29bc2e5c950b1c27de5034631c9bb30a78a4ad1 SHA1: 07c3594d9077647c1e9a7fd8a98a8ebc619b8609 MD5sum: be5a44baba0ed41dc9e051174e879b28 Description: debug symbols for ros-rolling-novatel-oem6-msgs Build-Ids: 3ff496fdca3504efe9da48b7ed5da12a3d681d3d 4cbdcc287d258a958e99f82e093b34bdeebc96b2 53364dcd9b218b543f8076c543844f6a64adb60a 60dd63423a9db4473b2ebb0439eeb1416c2c4b97 91e2dbeab64a75f730ecb577c8abb5749e3f49cf 92838aef907f292e02b4ebcacfcd0732a666734d c0876764b7cbfe7eb52f19ff4c4c87aa1686b1b1 c1014ee794482906965b669c283b248270b420f2 dfeac2a7b293348cc461b4caf945da2337d976a6 e6bf95ecb60c5b2fc2964075ac75768cd6b932e5 f6972d6ee3caa071f034b5521b7cec0caa98ab9b Package: ros-rolling-ntpd-driver Version: 2.3.0-2resolute.20260916.205934 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.20260916.205934_amd64.deb Size: 118306 SHA256: 89643f8ba291ce2846094f2b7f3ffd52f42042ce344092812bc637768facff4e SHA1: e0677df2e4d1d785c9d6580b7bcffd558b84228d MD5sum: bd76dd618d9ca27ccba420063d7a4df7 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.20260916.205934 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 2650 Depends: ros-rolling-ntpd-driver (= 2.3.0-2resolute.20260916.205934) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ntpd-driver/ros-rolling-ntpd-driver-dbgsym_2.3.0-2resolute.20260916.205934_amd64.deb Size: 2243772 SHA256: 5e58dcc562860e53b2d7e725904caff2dd87d697e68d2871ce78e14c853c3d02 SHA1: 2d9e6037737d8f0ca21131561a52c828e0075c6e MD5sum: 76383a53ec71f592303c787fd4ba7a2e Description: debug symbols for ros-rolling-ntpd-driver Build-Ids: 4f80fdd109947ba90d6996e4e8396a79f5484bab e7335f6345031aa3465fbd63fa1042211c18956e Package: ros-rolling-ntrip-client Version: 1.4.1-2resolute.20260916.203530 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.20260916.203530_amd64.deb Size: 27638 SHA256: 2a0bde14f9f2f5f15bc202d075abd62370efc4654b61bc18477cfcaeeffaa836 SHA1: 819eaf429446543686151b8b37695e343c5c2d22 MD5sum: 5b73cce0c975679fd1f0f7c77f0d5e10 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.20260916.205931 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.20260916.205931_amd64.deb Size: 77852 SHA256: 92da68081d574c92b29eaeaa7308add57bc3d73f545227a9be0c82f3b424c796 SHA1: e57a6e2d2414dca8c77c41b1bdf57dc8005e9bec MD5sum: 6775070cc836e2c713aa89e9e3e8e887 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.20260916.205931 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Nick Hortovanyi" Installed-Size: 1354 Depends: ros-rolling-ntrip-client-node (= 0.7.6-1resolute.20260916.205931) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ntrip-client-node/ros-rolling-ntrip-client-node-dbgsym_0.7.6-1resolute.20260916.205931_amd64.deb Size: 1235814 SHA256: a97a6f748f05c29b0cd5aa812bb953e6018e5fa0bb2aece9d9194ced08b59bb4 SHA1: 252462672c574237825be724b726af09785fbf5a MD5sum: 7a0aa80e76e9eb8fcfd8813b2955d7f6 Description: debug symbols for ros-rolling-ntrip-client-node Build-Ids: 141d076b0cc84022ece0e15b946e03936eb1eca5 7592b98c17968c6738852ba8ea736141372f4967 Package: ros-rolling-object-recognition-msgs Version: 2.0.0-5resolute.20260916.034637 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.20260916.034637_amd64.deb Size: 271322 SHA256: ea6d21a6ea8f566c8c910cf3f9d94989337ef058a06cb30befedeb8b11dfc8b1 SHA1: 630d71ae0313740c0a839c389727bd0020513b09 MD5sum: 3cfe0d52a5b94ce9cf8bd6b2ad7b7b15 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.20260916.034637 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 3101 Depends: ros-rolling-object-recognition-msgs (= 2.0.0-5resolute.20260916.034637) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-object-recognition-msgs/ros-rolling-object-recognition-msgs-dbgsym_2.0.0-5resolute.20260916.034637_amd64.deb Size: 2366822 SHA256: 809073362621a82851e362ed5e5f75fec6d167d6ce3e9a9bf70094732f2dcc24 SHA1: 4d78eebccca1292314c07f593e8d5258d4b1898c MD5sum: f7028b3dff3511a023d5c17b0649cef8 Description: debug symbols for ros-rolling-object-recognition-msgs Build-Ids: 0b07e02db91401acb7712d3579fa3fab2904fc1c 3ee8dac9d5cc5f12cfa024ec9a844b489fceabc5 95464233ae8694b5e67a1d911e629ec9178f2604 9b65088952261e43342b812aa44a602c2a900419 a5a6d82e3c2340ab0259c4efb5f9e922d42250fd b0fcf400b0335edb6d838ece478e183b37ad5e3b c865a7dd6f37aa7a161df70f428872d0e58c49dc d9657ac977f887aea78a8a2082a336920b8e8bd1 e1d667e403281a17e141a3a13d8acb9c3cdf0061 f0c11f5c4012c94f5ade1defa12e0938e78be2be fcb963dd83ca75516caff563771e3973de93928f Package: ros-rolling-octomap-msgs Version: 2.0.1-2resolute.20260916.033825 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.20260916.033825_amd64.deb Size: 135196 SHA256: 46c83db3c9d7a209cd126ef87f373ecaff42ada6e77c7dbfe007b1572dffca64 SHA1: 127baed5a4d695848a100d8b519203cf09c939f8 MD5sum: da47599500005fcf1b884a7468d9e079 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.20260916.033825 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 1230 Depends: ros-rolling-octomap-msgs (= 2.0.1-2resolute.20260916.033825) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-octomap-msgs/ros-rolling-octomap-msgs-dbgsym_2.0.1-2resolute.20260916.033825_amd64.deb Size: 882104 SHA256: ae0898946c3c52e4096d9b1b0f2abca54ea806e0d43f9fd0b9d2e70f18e97688 SHA1: dc59f521a8cedd662ba3b056a9dd0c164211ffd9 MD5sum: 391059a42d7bda1a3fb69aede180e6ea Description: debug symbols for ros-rolling-octomap-msgs Build-Ids: 03e726a4436c168e881cb1407f2fda921d849f5e 12982bd0bb96558ac4de6fa7e4f485dd15e9d249 27fbab7575ffb1e5049a1bc354dd4d5c5d605ea3 736cd81a64386f818d5c96c83716e27c77974ee8 9d9d65be6e851e7624bf255ff54916a4ac3447a0 a14a99332a43b16352237f6e01b12d568e0c685d aeb788975406000cad13dda365eede527cc5898d b30f7813e9db0d9bfbae7519be20af77009894b4 c90e734ac4be85bc20b801cc9480d469376e57b3 e58d616cd0050b9d40b4300e014df91ff8441098 ee24e5fdad8ea25cbcdb768eb06889fd6b7bff06 Package: ros-rolling-octomap-ros Version: 0.4.5-2resolute.20260916.195603 Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 90 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.20260916.195603_amd64.deb Size: 17334 SHA256: 4b33e14f7f31e5bcc42c959a253ca27b54e77190dc36d53946199b9036343a7a SHA1: b889f5c86a273ab3894f616dedd32d17efdc68de MD5sum: 49130d03b9c088e4b937c0ce8dd6bf9f 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.20260916.195603 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 129 Depends: ros-rolling-octomap-ros (= 0.4.5-2resolute.20260916.195603) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-octomap-ros/ros-rolling-octomap-ros-dbgsym_0.4.5-2resolute.20260916.195603_amd64.deb Size: 109512 SHA256: 491ffee7cef211b3f4aa308c6d0f02c39a00e019f6255cc39f4b26127d4c9b29 SHA1: 8d4fa1619503d3752fffe7cd7ece588f829b404c MD5sum: 5cb3843d1064a7fe1044981560c7e97d Description: debug symbols for ros-rolling-octomap-ros Build-Ids: 908fbc5caaaa1065a1320f6c0b277d563a9580d3 Package: ros-rolling-odri-master-board-sdk Version: 1.0.7-3resolute.20260908.133526 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.20260908.133526_amd64.deb Size: 75034 SHA256: 97134fe7827317067816b7bf061dff4ce1f5b6ab5878b72e83c8a4fdf27e1ea3 SHA1: b55e763d3fa14707d6519769b341e976093dbdcb MD5sum: 89689656ce9f5a4194540e6fdf9e563a 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.20260908.133526 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilien Naveau Installed-Size: 822 Depends: ros-rolling-odri-master-board-sdk (= 1.0.7-3resolute.20260908.133526) 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.20260908.133526_amd64.deb Size: 596490 SHA256: 079c4086b7ca21c58603ef171556469e30eb1d9267adabce66677f6e926e14bb SHA1: d79b5988754c34bb3d4a698084d245805efd2a87 MD5sum: b63881ae45101d2beaa65155aebb201b Description: debug symbols for ros-rolling-odri-master-board-sdk Build-Ids: 2541f3342da98baac16ec061e257b98623e69d21 3a1eac0919ef2792806df822ec310070e278b16c 5c444c4adfd060cfba1811d6e25640808c66bb9a eb336fe0705cecced79e3d8e67d2f9c1276cfda2 ff858ed78e7c8d014c6c6a74cbb92c60585da830 Package: ros-rolling-off-highway-can Version: 1.3.0-2resolute.20260916.204333 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.20260916.204333_amd64.deb Size: 166134 SHA256: 2192926b8a5ca974cdb544fe9e336c6709795f096f4a3de62848934ae656f86f SHA1: 0f19542be1f4ba7ba0aa2c3ae7f38b78f267b895 MD5sum: 6f16edc447469e60b0914190a4e22b4b 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.20260916.204333 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 4092 Depends: ros-rolling-off-highway-can (= 1.3.0-2resolute.20260916.204333) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-can/ros-rolling-off-highway-can-dbgsym_1.3.0-2resolute.20260916.204333_amd64.deb Size: 3384120 SHA256: 1caf24ef7c22818469b0e50dac973e60f2ec3ba420e3b39526369fce05816131 SHA1: c7bbef404f6c34cd9367748ee467eabed933b438 MD5sum: 1c7db9d323c515cb448c56993ad39815 Description: debug symbols for ros-rolling-off-highway-can Build-Ids: 868e155c325f6d7db3da394ef46b55299327b535 Package: ros-rolling-off-highway-general-purpose-radar Version: 1.3.0-2resolute.20260916.205250 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.20260916.205250_amd64.deb Size: 156186 SHA256: 4b4f7283305fe8b78642322abda89bf6ad765d0ecdc08b000426f156753ab87d SHA1: 7e253f5c8e2d0d84325235de0c2e7a47d36763d8 MD5sum: 3acd0b6229f990269b81dcefecf21e8b 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.20260916.205250 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 2697 Depends: ros-rolling-off-highway-general-purpose-radar (= 1.3.0-2resolute.20260916.205250) 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.20260916.205250_amd64.deb Size: 2440416 SHA256: c601541542d0e5b4bc52e8b08f1e3b318e74ef7bdd5b15dc6005bfad111d0ced SHA1: 07bf4c2e531a4e8933bf1159a5a2fd6d4f1d0286 MD5sum: c5198ec5a8353ffcd09ee8e3c25de487 Description: debug symbols for ros-rolling-off-highway-general-purpose-radar Build-Ids: c7f75b1354a6dbe6a02cb43c21ce17705bfb61c8 fa8ca5e20f1781c086386061825be0461b487edb Package: ros-rolling-off-highway-general-purpose-radar-msgs Version: 1.3.0-2resolute.20260916.030824 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.20260916.030824_amd64.deb Size: 97630 SHA256: f0b284891fbf1c3895e80398213b798f6f7904a0b8f47cc889be9e8f98f89768 SHA1: 21bb41e37d4dfe332092e5966d1eb50aec3a4fed MD5sum: 8c092ef63966f92a16691303cb20900f 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.20260916.030824 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.20260916.030824) 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.20260916.030824_amd64.deb Size: 634110 SHA256: 6a926a4228d9daeca479b90f3a37f3ce9d685e2b93c5a6f322d18616a29324a5 SHA1: 57db2c1d7f85671e6bd730e6b33be330f0e24319 MD5sum: 0106ac5f2c76cda5caf573db38206cc3 Description: debug symbols for ros-rolling-off-highway-general-purpose-radar-msgs Build-Ids: 1c9512237b4d552f9bee094bc7c8c6639f6d9b52 2d2a4277d60b167fce919f37d52cd2d60c70c267 57847004dd96bda871ff1d853d8e57bec1fd422a 840558ac65c7eb3dc5cc7c0e1ae0cc76fe3573da 8e3cdcd96d65da6451fa42aba865334cbf5f4f2d 90e384545880570f6c2ed640083c9238a72ab521 a6e5e47db0de5f08ff686fe5561d9de1f6f37864 a9fe4489050c7a0a632ecc432806ca1059ed3fe1 d04bc18c9075ce57d7b5e0c863f22e8d79d710ce ea3253b4cea3f8741b12ae271cc8d0e2e09d1d8d f771d3b1f7d5fa4013acff41e51cd715a2d781d8 Package: ros-rolling-off-highway-mm7p10 Version: 1.3.0-2resolute.20260916.205254 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.20260916.205254_amd64.deb Size: 91152 SHA256: 4aa1b6beaccd1b7e8dbb9bcfc7a81ba965fc09f98e745137d2b38a1c620563c6 SHA1: 0049bebd5d8cb0b761d5766ad556d1e56605c08a MD5sum: 03d6712a0354cc4be631609d3e8db265 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.20260916.205254 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Darius Man Installed-Size: 1616 Depends: ros-rolling-off-highway-mm7p10 (= 1.3.0-2resolute.20260916.205254) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-mm7p10/ros-rolling-off-highway-mm7p10-dbgsym_1.3.0-2resolute.20260916.205254_amd64.deb Size: 1455214 SHA256: 48663952cdaccab0c42b36cf1e7d9dcb888d5f543b611490a2549e56f3309ce8 SHA1: b5d3ee9b2311833514b79ae467f5fc5bcbbca170 MD5sum: f58abefbae6d05751587130a03666378 Description: debug symbols for ros-rolling-off-highway-mm7p10 Build-Ids: 1f1b3930d6f654d4a2bb938ba30a44f863fa5731 8a33674b4ca7b51876165369318c8f82071d2812 Package: ros-rolling-off-highway-mm7p10-msgs Version: 1.3.0-2resolute.20260916.030829 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.20260916.030829_amd64.deb Size: 48886 SHA256: cd62a57e0ebf7621e1954d0d6b2b4a4b08dd23f0e5c52c47968c45e444ae4065 SHA1: b0531238338524c61377181197982e7dfa5bdd53 MD5sum: fe973ade6a7e00bce50df00ddd6304ad 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.20260916.030829 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Darius Man Installed-Size: 343 Depends: ros-rolling-off-highway-mm7p10-msgs (= 1.3.0-2resolute.20260916.030829) 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.20260916.030829_amd64.deb Size: 205014 SHA256: 357f09419e8d6b1270934e90e5e1035df58cda5e96fdada16e9fe2ddccbc7339 SHA1: 25eba5ab6904aba8f9601edb1f8c6145ae7a32ad MD5sum: d1db05b5e399410ac1e97764efe6b650 Description: debug symbols for ros-rolling-off-highway-mm7p10-msgs Build-Ids: 1cf206b01acf930ac4882d6decafdc1b666ee24f 1dfebe7aa5f77008a12f0a66a8e6bc18ebd53302 44fdb5948484e8399fd38a99e841f6ae3547c663 655e4274ad4672b0ef521c1b57e7e2cfe25fa8fe 678c1404463397c586cf36a85b560cae9ff818aa 72c18ba79d47c57ed070ee4f9d405de0873e0c28 72e31a7a94babb23fb5c3b39624e7641d9df5748 78e45785c878d3c463e1982dbc69e9da86113080 83c79092c5a03b87e00be8a61430c44a8001853b da3e6744dee7728c2dc3c80cdab9b0da76d0d43f e583b080dcd885a489a228f8024c0df51b5aeb6b Package: ros-rolling-off-highway-premium-radar-msgs Version: 1.3.0-2resolute.20260916.033734 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.20260916.033734_amd64.deb Size: 239080 SHA256: b2d385746b50a43e98d093c4ea94c1a866e72fbe5aef8fe22b4f1cd2bca6211c SHA1: ae324bd16c15e3907996f8716b3ceec64ec47244 MD5sum: 43554a7f1967cb4afba20d43f546e36b 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.20260916.033734 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 2446 Depends: ros-rolling-off-highway-premium-radar-msgs (= 1.3.0-2resolute.20260916.033734) 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.20260916.033734_amd64.deb Size: 1782008 SHA256: 1b6326ea3f4cc98cc3af84b80a8bd4f09a1ed60ba1261023420254102f2e9eb9 SHA1: 8e65713bea2a866d0b67652a0d0ad6dae21573c6 MD5sum: a89e8fcb935e6cd8663e4840e2b4c65f Description: debug symbols for ros-rolling-off-highway-premium-radar-msgs Build-Ids: 0d3ff3a021a129ae01ef7c5ac38a88b1d2d8f724 1f2f03b3ce17864dd9562300eeee59603827351b 693a29ca7f96a33432ce1cff65c22a655907fe1c 89ac36ae5e6eb61ec385f8a75f4923946d736223 8d471c91c6ad57b2b171164e723489d337dc83f0 90d7bf723981645ea20882076b0451980c90fbca 9275699bdc9c80a7f3ff760af6ec32adf9e07c0d 93274b2e51670a61337f2343e1647bd318c6780a 9b768598a221a5543c17a6332707483f35ba37c6 ba5282f3d9197e1179bed6ba34eff13b0d37ee9f c524346e932beaa0c6610801106c8756ce85a6b4 Package: ros-rolling-off-highway-premium-radar-sample-msgs Version: 1.3.0-2resolute.20260916.033734 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.20260916.033734_amd64.deb Size: 332108 SHA256: 41da309b56b3a66262f7999a7ce95c9b02b355e3403cd55a4a51445d902c6c03 SHA1: 0f8036afe23aeb6f426e081f515d4dfe0df7ac97 MD5sum: 750deaeffb16379c129e6058a83b09b5 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.20260916.033734 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.20260916.033734) 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.20260916.033734_amd64.deb Size: 2684188 SHA256: e0313a49be211ab66a75294b824498686f4a760ee9f658bacc17b2c4567d1037 SHA1: 35554aaaa83749311b21e15cf76fdc05cabae10d MD5sum: 8ce1152943a72f164a76bea6b0dd58b7 Description: debug symbols for ros-rolling-off-highway-premium-radar-sample-msgs Build-Ids: 06ac5f3b0618874bc005d2b0aa99926806aff355 49185c0a0d264a7c821c918098ef03f6e14a964e 4adbc5060896dfaa638a652bf35e998469ab8bf4 50f746e567a9ccf2ca4debd166e51dffa9fb39ab 5ab715147f27ce503a89bb388d72808b80ad6972 5b53e04639e9ac28ec0f4d4feb3e13e12d416832 6bd57c7e5742d695b8e9e52a1d4d5d185fdf5b70 797c96c865f85c2f5d0352efb5757b23cf92fe5e 993da8c77d67ae4e32c38433ec89985d501b40c4 a99222bcbcc370fec06a2316267f7d8c8aaf65d2 e48d95d306c4f874b6b25e281ff3b456000981cd Package: ros-rolling-off-highway-radar Version: 1.3.0-2resolute.20260916.205255 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.20260916.205255_amd64.deb Size: 222854 SHA256: 05f5b91622f1f5f10bf128256d6c0770f768247d596ce177aacf5f76330bc504 SHA1: 397ba7c0f3b8f3b02abfccc803b7da1c45221354 MD5sum: 43ddb54248e478338d61a14412d4bb74 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.20260916.205255 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 4930 Depends: ros-rolling-off-highway-radar (= 1.3.0-2resolute.20260916.205255) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-radar/ros-rolling-off-highway-radar-dbgsym_1.3.0-2resolute.20260916.205255_amd64.deb Size: 4183038 SHA256: fbaf6b35ead9cd7c9e4a641da0f4e60a41d2a0ddde20bb14115aedce88a5a174 SHA1: 5131eb0db960a9a00a608573b938e06ab6256a5c MD5sum: 2c8f1dcf870df9da17ed33575f69516d Description: debug symbols for ros-rolling-off-highway-radar Build-Ids: 046eb2392f4e22c39efb681fa17ac00bc1d4fd5c 05e2f6d9863ca3eebd0ed082a0ecd75caae3601c 07dfd7773995af076c0787d862b8074c4c78bcb6 Package: ros-rolling-off-highway-radar-msgs Version: 1.3.0-2resolute.20260916.033823 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.20260916.033823_amd64.deb Size: 102112 SHA256: f810031f6d0f2472608e9b97cc7e29f658e0f3af3d3971bb42ed0ea9808e8a5c SHA1: 80b4e7a193471321a91bdec4259f3aba41977eaa MD5sum: 2dc6167027f4ed29973e3378364fea7e 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.20260916.033823 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 905 Depends: ros-rolling-off-highway-radar-msgs (= 1.3.0-2resolute.20260916.033823) 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.20260916.033823_amd64.deb Size: 649436 SHA256: a3867936ea7bab761e0a4d358bae523e156a6d3a7fd115fe75c66a216ed8744e SHA1: 9c8aa9564310c6004f54f4bc81228c907ecdfd42 MD5sum: 25c5a82a8955fe9ebb7adb3932cef1aa Description: debug symbols for ros-rolling-off-highway-radar-msgs Build-Ids: 14fcb37ecf73bf6982d39c92e2cf779f94a19d25 1e3e06c000f3a7ed131859068b6d2eaad60b4fee 3ccf5cc89adbf3132bce535931a7133844db8522 45b3f133466f56bfae17b5c480cfc7e530e69322 5a5a38eb67f81ebbc55a9fdec08682e6109320d7 62a201398dbd21210a4d87cb6f79059fc06a537e 6f02dbb3db9f245a6945cd3ba135c7a4359d728b b81ba139ee7ecfe00becd24dcef77f859c48de37 bb7c8ec41d6bf5b0b6414c7f7cc42a894e0f7444 c953f3769bd7f943bfccebff9f55a0ccc8498a17 e331f793d24cf8da3adde951fc31f5343d5e4493 Package: ros-rolling-off-highway-uss Version: 1.3.0-2resolute.20260916.205312 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.20260916.205312_amd64.deb Size: 240358 SHA256: 716814270a603b1fe44a2b3748824094dc926bc7d65c9ad654e3c7ff39008c96 SHA1: 75e2129c700f5ba948a9fba1487e7177da295ad6 MD5sum: f7731ae1e923687ec3207af3d5549684 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.20260916.205312 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 5521 Depends: ros-rolling-off-highway-uss (= 1.3.0-2resolute.20260916.205312) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-uss/ros-rolling-off-highway-uss-dbgsym_1.3.0-2resolute.20260916.205312_amd64.deb Size: 4690290 SHA256: 01c9cf6a1c5d2e1f2c20757843a418e5b92b75dd53545105e189556ab4b23ec4 SHA1: e32b779b41623be003e07370cb084ae6a06e8b76 MD5sum: fa37a369b54833382b6566983a77536f Description: debug symbols for ros-rolling-off-highway-uss Build-Ids: 00c4235bbd34c2c8fe8b097b47110d2e3aafee8c 21d605822b7de10aca50e9c200428405966930f5 d7eb701051ba5f8fb0e69943e47fd301bd07bc79 Package: ros-rolling-off-highway-uss-msgs Version: 1.3.0-2resolute.20260916.033801 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.20260916.033801_amd64.deb Size: 116062 SHA256: 3358283b54bdc060883795a85853a2e4a69a6e4fa2ca5ec84a02e8a42bbbc5b0 SHA1: 61ff623512469a5ba8cc68a8bcb074a69aee9405 MD5sum: 176c5896a128d4a807f66e98758ec55a 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.20260916.033801 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 1140 Depends: ros-rolling-off-highway-uss-msgs (= 1.3.0-2resolute.20260916.033801) 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.20260916.033801_amd64.deb Size: 839964 SHA256: 816249aad3a448c593c23535e20eb413f9a8cbe0b1f6bb976de27bdd1515dbed SHA1: 99c7127483c98d3514d709230fa6e46cb00da4d9 MD5sum: f0a2ef3e71c7e12c2280893224d06b3c Description: debug symbols for ros-rolling-off-highway-uss-msgs Build-Ids: 2b4c1eea357d159a51d72ca054edaa30cf1de10e 4304244279c52db5b3354d94635bfe14df441fd2 460f06501eb0b741c7e24d6a8a6f3113428d671e 4a7c6293d01820c5b4dd2897b2f8915c9321ef51 5a231b0f2b9690025a18d90247ca7e4e3a3b6a69 6425233dbb588fdbb65230d23af31f104b091188 93aee86ef2b99f49ab2684a866e23a1a6c60f71c 9573208d18c992fa33de884b19e8b8f0dc7b327d ba9c87118d4466c7128edd2fb07b399e3324edfb bc2dfc78e0476f817675cb08f08c0c8bc9dafcdb e226f9ee134e9376e895a1efa83d3dd9a40e5dd3 Package: ros-rolling-om-joint-trajectory-command-broadcaster Version: 4.1.2-2resolute.20260916.213122 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.20260916.213122_amd64.deb Size: 159850 SHA256: 09f27dce07c027b19c2c24039290e3ee730bd0c28b67a471a0b140b451288c78 SHA1: 47dd3df294b839228519d87b474d891468909d0d MD5sum: 656af4f31eedc8f195122197afe680ca 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.20260916.213122 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3193 Depends: ros-rolling-om-joint-trajectory-command-broadcaster (= 4.1.2-2resolute.20260916.213122) 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.20260916.213122_amd64.deb Size: 2732112 SHA256: 471da00feb210a858dbbdb2590951bf748e34160a5aeb50f6e3a05fd8e5eb50b SHA1: 79e2454a6dc412b6a9b0d423dcfda7c437ba43a4 MD5sum: 4f0baaf6bbb798d5822bed0e22b09b99 Description: debug symbols for ros-rolling-om-joint-trajectory-command-broadcaster Build-Ids: 2920c96f59fca319c489bd22b3573cc3995528c9 Package: ros-rolling-om-spring-actuator-controller Version: 4.1.2-2resolute.20260916.213140 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.20260916.213140_amd64.deb Size: 65122 SHA256: ba6460abbb3eee72fe6fa09b595460ac2915547f4cce97ea636f128e6c6efd73 SHA1: 2f0a4f1fb2cebd2c17cef3b462e7a53ac7c2bb22 MD5sum: 0fec89a4eeb333df77584056df80ab7a 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.20260916.213140 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 839 Depends: ros-rolling-om-spring-actuator-controller (= 4.1.2-2resolute.20260916.213140) 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.20260916.213140_amd64.deb Size: 778084 SHA256: e823630208628870e52b6b5c1cdfebee1198d076e8535291b5d54b77f2255046 SHA1: b852b832a711fb4881cc7442226b1d88fd26d34f MD5sum: f3976c89960987354d3c739f44bb752a Description: debug symbols for ros-rolling-om-spring-actuator-controller Build-Ids: b887ed79e42066217bb0029c91fc4314e719b485 Package: ros-rolling-omni-wheel-drive-controller Version: 6.9.0-1resolute.20260916.212750 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.20260916.212750_amd64.deb Size: 287270 SHA256: b502c158a5f158fc28bac623c3c5fc88edb4bd2b5e4cdc0bd202690b1ead7a32 SHA1: bbe1bb7c1719014c33d0779f07be3d704ff8ed19 MD5sum: bb970e1533294cfb272c5d6022f77be4 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.20260916.212750 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aarav Gupta" Installed-Size: 9983 Depends: ros-rolling-omni-wheel-drive-controller (= 6.9.0-1resolute.20260916.212750) 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.20260916.212750_amd64.deb Size: 9483796 SHA256: 6f441414c0bb6dc81416548b96a67d370a42208164c6db6e234703c72a94016d SHA1: 3fc7c6b45ded2911a672956c8017a3134136f0ce MD5sum: 88fd25add7e19b0a98b9158a9e77bfe9 Description: debug symbols for ros-rolling-omni-wheel-drive-controller Build-Ids: 895f0b70fd7e19ba394e17ea6d3da2b8f9845916 Package: ros-rolling-ompl Version: 2.0.2-1resolute.20260908.133530 Architecture: amd64 Maintainer: "Mark Moll" Installed-Size: 29850 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.20260908.133530_amd64.deb Size: 3088608 SHA256: 0a40584f1e77bc6e7f21ba3d5e1327a3e68b8f5d8a653658a4024d8b6f5884d8 SHA1: da1956afacbc32cb5408b5b1951021b0e493de77 MD5sum: adab53be566f89e850388cafe861bf2c 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.20260908.133530 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mark Moll" Installed-Size: 67483 Depends: ros-rolling-ompl (= 2.0.2-1resolute.20260908.133530) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ompl/ros-rolling-ompl-dbgsym_2.0.2-1resolute.20260908.133530_amd64.deb Size: 62946636 SHA256: 51dfc02c5cd00a95e5c56e71cacd779ef359025a81f1f6dcf6143b808fe9139d SHA1: c54eab232a1d568b6f448a461b0d16eb8b8180f5 MD5sum: 8447a046bcb01baebb7e5aa6da05f293 Description: debug symbols for ros-rolling-ompl Build-Ids: 336e5be6e3ac16eeaeee01cd6a4a91f64a33c899 4717e11391147b193b31cc99e2ea48f516b33a75 Package: ros-rolling-onnxruntime-vendor Version: 0.1.0-2resolute.20260908.135222 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.20260908.135222_amd64.deb Size: 6334842 SHA256: 0a4511a7b137ae915fc6be6940f380f0974c047f6216064d56923ae9e7c2ed6c SHA1: ffcbab9728227bfa52c88f537dfdd0808c37db77 MD5sum: 7ee962615530834db83a04ec6afcd7e5 Description: Vendor package for ONNX Runtime 1.24.3 Package: ros-rolling-open-manipulator-collision Version: 4.1.2-2resolute.20260916.202434 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.20260916.202434_amd64.deb Size: 150644 SHA256: 6aec7df5a3ef2485a31d49648bddc26644d4a79e63ecf2bee315040206cf7900 SHA1: aa1fc2dfbc6880652fc3a02a8bbcc1a0d705476d MD5sum: 4fc6f75c9bc7672e643a9328af0d6740 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.20260916.202434 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3849 Depends: ros-rolling-open-manipulator-collision (= 4.1.2-2resolute.20260916.202434) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-open-manipulator-collision/ros-rolling-open-manipulator-collision-dbgsym_4.1.2-2resolute.20260916.202434_amd64.deb Size: 3394804 SHA256: 925a9e3a95478dd58b4401a2ba3ea90e83ce8d830991ff401c3b287053d20d0a SHA1: 332bb51a4c964f147f2321fac72ee309f4bef755 MD5sum: c7731ef4441075ed3df40e2acc265d6a Description: debug symbols for ros-rolling-open-manipulator-collision Build-Ids: ef9a8b50c0c7a36cce720cd0a3e9ba640b0e1329 Package: ros-rolling-open-manipulator-description Version: 4.1.2-2resolute.20260921.014126 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.20260921.014126_amd64.deb Size: 13080344 SHA256: c06e0c63c5509a5cba3d97f373024fd872fdc15f2b1204549b006c2193c268d5 SHA1: 40b6c606f404ba490fb22c63cbc157b9a1a08cc8 MD5sum: 6f0be2f7acbbb761f7690e33b52443fa Description: open_manipulator_description ROS 2 package. Package: ros-rolling-open-manipulator-gui Version: 4.1.2-2resolute.20260917.064445 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.20260917.064445_amd64.deb Size: 178828 SHA256: 0c719fc2b919569817726f53cdaec455a17581fdc4064395c22873f8b16647cf SHA1: c65678d714a086d109e43efce9986c13ece603d7 MD5sum: 2055f587589e8dfd3306c2c475c7b87d 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.20260917.064445 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 13676 Depends: ros-rolling-open-manipulator-gui (= 4.1.2-2resolute.20260917.064445) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-open-manipulator-gui/ros-rolling-open-manipulator-gui-dbgsym_4.1.2-2resolute.20260917.064445_amd64.deb Size: 13351904 SHA256: f90a83d51bdffb6be2c4391dc3fb141706b7b01e3bca9ed1c8529b729d4a70fd SHA1: fac39e269d8400243fa7d847450218720f5acbe2 MD5sum: 4ba21a1620ef0a59c9d289ab899ff7b1 Description: debug symbols for ros-rolling-open-manipulator-gui Build-Ids: 2c2c209f2f46a7d7d045dd820644d18105c82e01 898e9a24e9e091a546eabe06c0ffa3d1ae95cfa2 d931cc6bf6d88885f89578013ec4e5218e20e30d da66c0787e63672a2bdaa381fb22c065caed828f Package: ros-rolling-open-manipulator-playground Version: 4.1.2-2resolute.20260917.064340 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.20260917.064340_amd64.deb Size: 26298 SHA256: 0b94a9fbcf33e2517c7523c65c4e61c9884a4178cfd7abeeba000665127674c4 SHA1: db2ed157065ba2ca268532587c3429e29f108105 MD5sum: 764a05a7da587197c41d64ffc9a63c0b 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.20260917.064340 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 4371 Depends: ros-rolling-open-manipulator-playground (= 4.1.2-2resolute.20260917.064340) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-open-manipulator-playground/ros-rolling-open-manipulator-playground-dbgsym_4.1.2-2resolute.20260917.064340_amd64.deb Size: 3218278 SHA256: ec6c5cdc3cf44647cd643a9e48e4ceb92961d6bf29e882f1ff24fd5332b0f6c5 SHA1: 27a841e9511903c38a22c1677be0ad6f1ae39968 MD5sum: 285a19783e6616b4d719bb1e7fd9ab1d Description: debug symbols for ros-rolling-open-manipulator-playground Build-Ids: 57b388037161612dc52ac7ebae2b8e95d4774c02 a3cd2f4c825a08ff8bce8c12812d5fc35241e453 c331824fe909c05be99b6f91c3f2627111be2832 Package: ros-rolling-open-manipulator-teleop Version: 4.1.2-2resolute.20260916.203538 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.20260916.203538_amd64.deb Size: 12560 SHA256: 3048d024af99634c893f685a3564dfb1668fd2726930881a9ef9eaee42987bcd SHA1: b9e66f0b42be2a6e682ba3590c680c01879a3373 MD5sum: b4f43383c7bc60fe12a2974b3d96648f Description: OpenManipulator teleoperation package Package: ros-rolling-open3d-vendor Version: 0.19.0-2resolute.20260908.133834 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.20260908.133834_amd64.deb Size: 217139266 SHA256: 27b51f856165fe43a4beabeacec3ea5aaa23aaab561dabb195f4519ae49e31bd SHA1: 89ac663e0427300406c1cee78c741245cb853885 MD5sum: 8a21a99bf99a72bf5d211e807fee9d24 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.20260908.135231 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.20260908.135231_amd64.deb Size: 2038760 SHA256: 96ffd3fbb25f45308d0a5ca65c40b49f708cbffcd99cfb861dc0fd20138d6c8d SHA1: 6b701e4d49860c7d0643b4772728c9ce88bb2256 MD5sum: 9f4b0f1b3c909e2f9f7a4de1c4c3c1ee Description: Wrapper around openeb Package: ros-rolling-openeb-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-openeb-vendor Version: 2.0.3-1resolute.20260908.135231 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 48909 Depends: ros-rolling-openeb-vendor (= 2.0.3-1resolute.20260908.135231) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-openeb-vendor/ros-rolling-openeb-vendor-dbgsym_2.0.3-1resolute.20260908.135231_amd64.deb Size: 45520126 SHA256: 69d68c849f0f448ee8ab3400231690fdf08cef957b74db0e99ad8a9e85077bdc SHA1: 16827d3865a71563855f2d9088c8b0c2cf8da39a MD5sum: 5ff43a51285aff00697180267d4f1162 Description: debug symbols for ros-rolling-openeb-vendor Build-Ids: 00d5ecaa8148d7cde5281bd8510f56456b7a6051 171ac42cbb4ce272a7f2aa5559096c456356e5c5 18ba8631b371345f8bcf7fd931147799b2416af0 1acc1ac877fd39b47e342e8333f22a59de441688 2077c49ed4def16aed26c080f17be9c5dda26471 26c39b7433b0166d17e06acf4fe66af9455179ef 3f26a438a53ae1c33dfe3b6b7075e5762cf5cbdb 63467f2080939c2b846b553186d207d191dbae7a 6a0ea93aa99b59c9243249a9bad1bb513a27334b 6bffedeb2e42d0cd5e4807d93aff099a1e809f81 700f87444fcaf17eda890719ffd70a50f86c5ac9 87b53517bc00a50f0233e00bf227589f39aa6b9a 8e3dde2f631a3b8581751a287f2dad9f18296f89 905afed45974c8e94a9a0e5e92a8437d15af4c8b 95150b5727166c4548c3535e247a7e7b08f50f7a b47a9a2f050b1915e3ebfdeb20a0742c74739018 cd270b71261bc434c0c5c1d0ede9dee51ab750a7 dc8125cf46d0ac0a16e14fd40ab295730bb874d8 e4cb50cf50213c16d837faca83e2ad48cd451f6b e9e6c0ab030e34069978d5415654acd622d0dc10 Package: ros-rolling-orocos-kdl-vendor Version: 0.8.0-2resolute.20260908.140123 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.20260908.140123_amd64.deb Size: 6974 SHA256: 263caf5c5ebcdef4627490eab27ff7f9f51da49b78b834e549065b50ad5729e2 SHA1: 22ac38c84ace3c60c5b569be7b150ae62b24b92b MD5sum: c0a2bf99675716c9bd5ff18e7d7f14e1 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.20260908.135248 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.20260908.135248_amd64.deb Size: 15608624 SHA256: 806e933352de1140d790b8ed9bfce92c42f5d619854bd2ab099fde9e4361a590 SHA1: bd9d8dd056c6a9c2846a3e8a1b2ff0177d8c09f9 MD5sum: 1ddc8fe0be3cb5ccd4ecb00c021b77c1 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.20260908.135248 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Gonzalo Mier" Installed-Size: 259289 Depends: ros-rolling-ortools-vendor (= 9.9.1-5resolute.20260908.135248) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ortools-vendor/ros-rolling-ortools-vendor-dbgsym_9.9.1-5resolute.20260908.135248_amd64.deb Size: 248898856 SHA256: 6ee4f8275c8ade32c7888787eacd590e3d165085619911727d373285f0cea9bd SHA1: 3a3b42ccb3de128d183ab03b775bda0eb2db3196 MD5sum: ad597027bf7a4e4406497fafcf40b82e Description: debug symbols for ros-rolling-ortools-vendor Build-Ids: 0d2b3107f5b1e5b25504cc860d3e6a2a8e940114 1191af65c5fd073aeb90ebf0ca95bc466e9b1120 8f21da58007c5959fc0773d0295f48dc8523bdf0 bb3addb90064002f39c3640466cc65d5213705ea bf7017e1eeb952532f89a242ed4eaaaf42efb127 ce48e4b6c733432f64ae277e44d5fd450fad0b5f e11be448b649e281a6bc3eb595181894b48690cd Package: ros-rolling-osqp-vendor Version: 1.0.0-1resolute.20260908.134954 Architecture: amd64 Maintainer: "Christian Rauch" Installed-Size: 904 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.20260908.134954_amd64.deb Size: 159184 SHA256: 2a1f54b145a610abff74c52b15ea2a0b08b54956a520026067b420bf41f70a06 SHA1: 961b15b7a72b4151ed44c7d26a5831299f22426c MD5sum: 4d21fe8dfbc8ca4cdb4f5d884502f48d 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.20260908.134954 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Rauch" Installed-Size: 242 Depends: ros-rolling-osqp-vendor (= 1.0.0-1resolute.20260908.134954) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-osqp-vendor/ros-rolling-osqp-vendor-dbgsym_1.0.0-1resolute.20260908.134954_amd64.deb Size: 175666 SHA256: 15d5d3bc86d4344659048731413d1d13a3b20d3b039090b022a1073f270aadf2 SHA1: bd3e2c6ef1e6f35527c29d2237448f01ea266670 MD5sum: a9cb30663ef8cbf30977740b85e3c544 Description: debug symbols for ros-rolling-osqp-vendor Build-Ids: 5a1cab5b8a90e5bc35e271885a042bb2e233c80b Package: ros-rolling-osrf-pycommon Version: 2.1.7-2resolute.20260908.133842 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.20260908.133842_amd64.deb Size: 50152 SHA256: 87a267e4814b8616fab3f8c3b9457f1b47d99df056539777e476308a2c05f3ac SHA1: d92add403a7d96b07c9f1aeaf1ea6d0a67048a56 MD5sum: 1bb450ac026b7c4370ac10e958009f9b Description: Commonly needed Python modules, used by Python software developed at OSRF. Package: ros-rolling-osrf-testing-tools-cpp Version: 2.3.1-1resolute.20260908.133922 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.20260908.133922_amd64.deb Size: 932760 SHA256: 98bcf4854af3d2b7c455d6c98ace8361160455252617f49f62bf03c2687002ec SHA1: fa8bbba6a4fd1587beff960ee395541eea338270 MD5sum: ae60d60caeff2f6bb9ed50da41427f06 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.20260908.133922 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 843 Depends: ros-rolling-osrf-testing-tools-cpp (= 2.3.1-1resolute.20260908.133922) 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.20260908.133922_amd64.deb Size: 748170 SHA256: 16f73811adddc0838a5d9e9c1177c442175ea46b6c582707e2099de7c3df684a SHA1: 98519b10455eea14f53499b7ba05321249e202fe MD5sum: a600b5f9848c7809cd10178b43969a22 Description: debug symbols for ros-rolling-osrf-testing-tools-cpp Build-Ids: 1700a24b1126b6849e6f967ee90bc9972f4edd8c 209808330777e1d8efd919ec8e4b5a5add28ca8f 6e0bcd6b9a97a62aa7b9fdb9b47761e1c05a217e Package: ros-rolling-ouster-sensor-msgs Version: 0.15.1-1resolute.20260916.033807 Architecture: amd64 Maintainer: "ouster developers" Installed-Size: 1947 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.20260916.033807_amd64.deb Size: 163220 SHA256: 0e69c0b6c5116ced1c76d69ef7d478336e3c8e7392b737e0307b14a6734ac00e SHA1: d68edcbb6d851ecc44b5b4853b985bf3c8f05cc6 MD5sum: ba6375810e5311f809002cc2db55b133 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.20260916.033807 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "ouster developers" Installed-Size: 1825 Depends: ros-rolling-ouster-sensor-msgs (= 0.15.1-1resolute.20260916.033807) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ouster-sensor-msgs/ros-rolling-ouster-sensor-msgs-dbgsym_0.15.1-1resolute.20260916.033807_amd64.deb Size: 1375346 SHA256: 3cfa64298e1b17e4974ad28ea113a385f99c50b9d31b9d55d9a9436c7a4cb517 SHA1: 8b877cee3772f27d5b6e1ca4725711b99f0680f7 MD5sum: 892a1cec9cf0f823127d64bddef56cbd Description: debug symbols for ros-rolling-ouster-sensor-msgs Build-Ids: 2201992d17cd4dd75761802bf7d38af4e9deb88c 29207acf551379f33557a845f9925cb687377b83 5dae7beddebdb0a559d5cf42e1437c233d379023 6f7209a056e7a5cf3e729802437c969a3d07924b 70db415f5b374e3dfddfddc59a85079e63c5688e 737fee9354b44741987cc448f5869b5610284c5c 92aae28800f9895386525611a47e1377d7871a25 a427c770e375f45dd3d09c53ec6511bc21b326fa f0b117449433c6097981913a1b9d0fa33bcbbde3 f6b238d4b23fad172ca916a932a382cf33287b48 fbb9a1fa5e6ae7085a588894ba8171b31bc075d6 Package: ros-rolling-ouxt-common Version: 0.0.8-5resolute.20260908.141919 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.20260908.141919_amd64.deb Size: 5666 SHA256: 617e1266b8d46ebd8d13acc309ac30c697663bdbe4339afca30b65c474648d62 SHA1: 72fa93b261edb07a07f31df37474f8e4905515e1 MD5sum: 6a01430f958476e96766c7d5055c314b Description: common settings for OUXT Polaris ROS2 packages Package: ros-rolling-ouxt-lint-common Version: 0.0.8-5resolute.20260908.141743 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.20260908.141743_amd64.deb Size: 6704 SHA256: a67b40d3b2ab717db05a0cc8a9102cc2cd254fe2b56e8b23efb42a401d2f16ab SHA1: 9484e2c90adccdc497a2fa5e01fec6a990a53ad4 MD5sum: b5fc1b268d27de67600718b15c029bca Description: common linter settings for OUXT Polaris ROS2 packages Package: ros-rolling-pal-statistics Version: 2.8.2-1resolute.20260916.204941 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-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.20260916.204941_amd64.deb Size: 112114 SHA256: 9a01b9a7d4a4727a164972296c95b762081e14347d7290ca2a6736b679d55661 SHA1: 6182c6461ac4b3856a724a77e57cffb571eff991 MD5sum: 3f0361f087f4bb0b94048d2d9d58f7af Description: The pal_statistics package Package: ros-rolling-pal-statistics-dbgsym Package-Type: ddeb Source: ros-rolling-pal-statistics Version: 2.8.2-1resolute.20260916.204941 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jordan Palacios" Installed-Size: 2228 Depends: ros-rolling-pal-statistics (= 2.8.2-1resolute.20260916.204941) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pal-statistics/ros-rolling-pal-statistics-dbgsym_2.8.2-1resolute.20260916.204941_amd64.deb Size: 2048256 SHA256: 5efd42aad551b6737b504c16a5eb7d914afcc51bbb32dde8af80625d4f64fc66 SHA1: 4f5549698f58e9cb1ba9100d9e8658ed316ca8e7 MD5sum: 67ab7915fc8a12076ce7061b1166c44d Description: debug symbols for ros-rolling-pal-statistics Build-Ids: 5a2859c663f4e9a444138778e80057984b40cbea Package: ros-rolling-pal-statistics-msgs Version: 2.8.2-1resolute.20260916.033825 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.20260916.033825_amd64.deb Size: 91592 SHA256: cb36db024ba9667a66b1e4acd64ea1065f395176a91fb196d03028505676349d SHA1: 548727bcbeb488ad4870da0f10aea020314e731f MD5sum: 7bd17dadae6dd7fce9c1c43038f063a4 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.20260916.033825 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jordan Palacios" Installed-Size: 834 Depends: ros-rolling-pal-statistics-msgs (= 2.8.2-1resolute.20260916.033825) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pal-statistics-msgs/ros-rolling-pal-statistics-msgs-dbgsym_2.8.2-1resolute.20260916.033825_amd64.deb Size: 603128 SHA256: 248e194961763b568cf78fb2a7adf846d2a1b5598bb817594cf685616f292bd5 SHA1: c3fe2ca60b5367527922ba93e7374860c641bc9f MD5sum: dca77ce23e982e66c13092a9e6c3b884 Description: debug symbols for ros-rolling-pal-statistics-msgs Build-Ids: 5cd493cfd066b682cdab0465e2fc27a96f7f6907 63a0ece9912db036ef4fa7dafedf423126a3e53b 86ee1e386439f57df628a6157b7513dff260d98f 885a17d1c0a50a1ba92eb2763d7a92f713863647 a522ce7866bf4a6fb0cc23c1af757237a79bd6f2 a9d23bfdb106dbe963bef3b751ef42ac39b33e06 b8ebb857923df051dbe8ccec628bd817b50f7a03 d413260ffab4433c67ca357871f037bb498c6047 e2fbc63ab020879df1c4f013404b5ad547ff12aa ed89e72c123aa247a760c66a9d3a730e06372cc4 fc6fc536fcf740fe3eb2935b7213b6f7f323f3ad Package: ros-rolling-pal-urdf-utils Version: 2.9.2-1resolute.20260916.212702 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.20260916.212702_amd64.deb Size: 6050516 SHA256: f842ed81555004b7abf01be1f828398dfb1e6238c3e4673e4edd07447a7f9b37 SHA1: 0b9ba22de38f1ffd8cf8b8a588e1cfc0282aeac5 MD5sum: 80e760a920fec44d9c1e122789dfbf80 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.20260908.133956 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.20260908.133956_amd64.deb Size: 1453072 SHA256: 39581afe1254daeccbc626669c886a5344ac2d2fcad5e554480ce5f70192c654 SHA1: bfb29362d145bc0f598901fef208ac516eedaf15 MD5sum: ec492dabafa70ddcfde5058f8603ccb4 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.20260908.133956 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steven Lovegrove" Installed-Size: 37307 Depends: ros-rolling-pangolin (= 0.9.6-1resolute.20260908.133956) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pangolin/ros-rolling-pangolin-dbgsym_0.9.6-1resolute.20260908.133956_amd64.deb Size: 34468182 SHA256: 04d43a6e061af71054b14ac33a77ca164cbf442c58ef234a311fb4e1b1399c8a SHA1: 9ff884d0859166d37565230ca26cd038283878df MD5sum: 6380fcc23727b0d49583157bfbd4e901 Description: debug symbols for ros-rolling-pangolin Build-Ids: 03c573faef865d0f5f3a5106a9b27f93ddf9ab4d 20ace80bb8b33ef223a67512c6164ba99012113a 2825f12137c20aa5c2c5633c6c7a8ec670c045f8 30898a2d3326527138c48f6e507101f7316a75ed 3dcafa3dbc04273a65ea478f7d134bd18293065a 420e5dfb3fe3d7656a4b021a756e8c1250d9c3f3 4345e162a3dbb69ad7d809091e267806f20cfce9 4f36281609cac2979e439f081002d9015addd5c7 6603cab9a4f8af6b9a3bf5c345ced8f8479bc6ec 6bb7d31d8639a1a42c288b6825e709043a32a281 70a6a294f899bf567e97cea9c628e487d9c70ea8 766715b041d551c08d5b783d3ff8439d141b142e 87f0dd26a85e1dfd8a5a07d5afbad396edec14a2 b17cf2b2c88b3ef86067bf20d5b258e755c86397 b704027321fbe9d0eabbaed791799c7cd8449118 bf1dbca482dcabcf866c235a180f9a072c8b6c82 de63f48bde3bd56e20a3392a1dede8027888d1fa f74fa8942d186475fddc3ef34b007c0d1ebf34b3 fdc3383ad60f982842d3bf09bb8ec29ad1e81717 feb127da1c9666cb4af09be3ce1f789df77b1f4a Package: ros-rolling-parallel-gripper-controller Version: 6.9.0-1resolute.20260916.214620 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.20260916.214620_amd64.deb Size: 95656 SHA256: 782fc824b22aef6496fba45d2b2b5765a15b91dac5016765d4b092657bb5cb21 SHA1: 4e6415bdcae85cd6bff3b431bf5bbb5c3a6d8bd9 MD5sum: dbee5cf6e1198cb624133c37ab717620 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.20260916.214620 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1270 Depends: ros-rolling-parallel-gripper-controller (= 6.9.0-1resolute.20260916.214620) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-parallel-gripper-controller/ros-rolling-parallel-gripper-controller-dbgsym_6.9.0-1resolute.20260916.214620_amd64.deb Size: 1122956 SHA256: 369d343fffc029ffed054180f5644b37c15450a2a9c1ec2dcc7703856ceab69b SHA1: 6c589c77c0b551257456a59f16b30462477909d8 MD5sum: 76ceb17b20caac90a6288a5e4d0e80ef Description: debug symbols for ros-rolling-parallel-gripper-controller Build-Ids: dd61a11acbfd34072167231a826749b73fd3b1ab Package: ros-rolling-parameter-expression Version: 0.0.2-2resolute.20260916.204241 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.20260916.204241_amd64.deb Size: 19220 SHA256: 37c25a9d4e3d7999f91a7de8db09ea7d5ffd0d8b2ff7002787b4bcc94b00c054 SHA1: cab9097a6d0fb1f424e885eb4347ebf30a595263 MD5sum: 0e1cdbc60fc29fdff3157f187596f6e7 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.20260916.204241 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: f0reachARR Installed-Size: 247 Depends: ros-rolling-parameter-expression (= 0.0.2-2resolute.20260916.204241) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-parameter-expression/ros-rolling-parameter-expression-dbgsym_0.0.2-2resolute.20260916.204241_amd64.deb Size: 225106 SHA256: 92092536bcf5ce4af6ff1200714ace8895b48ce5bcef0c35b48c9c647b472227 SHA1: 2f683b984159dd25df8a81a3fe18eb4694535ce0 MD5sum: e2f7dafdcf57f4f2f2ee8f41385ee7db Description: debug symbols for ros-rolling-parameter-expression Build-Ids: 16c8c86a6c4f27340ce76b5b7ade182306bee829 Package: ros-rolling-pcl-conversions Version: 2.10.0-1resolute.20260916.204341 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.20260916.204341_amd64.deb Size: 14750 SHA256: 4729f03712cd81307e77843c8a1aabc470aacc35fc056dc9c10608643192582a SHA1: bce759ec07dafc0ed5e41a1d67e1ffefe14b95a2 MD5sum: e8b0b4c635d966508fbbbc852a2fb915 Description: Provides conversions from PCL data types and ROS message types Package: ros-rolling-pcl-msgs Version: 1.0.0-9resolute.20260916.034749 Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 1322 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.20260916.034749_amd64.deb Size: 126424 SHA256: a9756e0bb5b089d797c61869c5eedf78849fe8618a89b2e903fc059deeb00248 SHA1: 6cf0ca02b7630ff2a5e081c7c22b7cd3b36dbdc7 MD5sum: a6ce0306494e9b80bcb9f5b17bc4eaf4 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.20260916.034749 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 1238 Depends: ros-rolling-pcl-msgs (= 1.0.0-9resolute.20260916.034749) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pcl-msgs/ros-rolling-pcl-msgs-dbgsym_1.0.0-9resolute.20260916.034749_amd64.deb Size: 924334 SHA256: 2e1a49e0fd25cbb5924f9fcf7131572c832a44bf38f4b2767b66734d174c7227 SHA1: 7ae92a44060dd01bebefa541b3368576ab049c58 MD5sum: 46ffb0f87b1a6e5074f2bf2137da8550 Description: debug symbols for ros-rolling-pcl-msgs Build-Ids: 0bf598103a0d25c70e7b13af8c476192d3396814 142f1615395b959a5ed59272e998a41841446233 4116adc69b998c5713cc7673ff4788b1c5133811 5ed3f27f0306a0634adf90b4b5990ba69553d54a 65919e17bbbb9cd5a36a1ad4d73a210dd41fcb7c 7574d440bda2bc9703b96a2fcae6f020369adea6 82bf3dde65974b200a9a1490cea6c926a33726fd 9e6680b6d79f2b64845206051bf97925eadd83c5 a5f39a5bcd4d17c97e9e9e14c83a5084dad48564 b71ce3f4270efdf2b789b03981a315c5a8b59850 e85b4a157ed8d746d8aabdf85230047b7501c963 Package: ros-rolling-pcl-ros Version: 2.10.0-1resolute.20260916.213613 Architecture: amd64 Maintainer: "Paul Bovbel" Installed-Size: 3916 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.20260916.213613_amd64.deb Size: 626506 SHA256: 1156691abdddd4e3c75727820e667b990a3a538c1d4d549081ce57726945c3cb SHA1: 361db68026e60f4b369190e23c3816e7b9754e03 MD5sum: 17637ca89a4094e73792394c8a07751e 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.20260916.213613 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Paul Bovbel" Installed-Size: 30055 Depends: ros-rolling-pcl-ros (= 2.10.0-1resolute.20260916.213613) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pcl-ros/ros-rolling-pcl-ros-dbgsym_2.10.0-1resolute.20260916.213613_amd64.deb Size: 25619096 SHA256: c4d159f7a1d9e301bbf5c66a490b0f10855c24579dd7f6fca9ebc8314593438f SHA1: 7349506c1a7a870b3c1942aee8fb05b8da69ceef MD5sum: 4a5a89bf703b01c53cf21810cbbb06ba Description: debug symbols for ros-rolling-pcl-ros Build-Ids: 05fe9a5903cd69fd24f84aa735149d292b17a3d4 1b4398bf99d2a30c3bdef6f91d491457e03f45fc 28fe1926f5cb67af7c3e7fef5e66f29d80c3bd9c 31135b8094ba6d8c7eaaf2606ead0d587468a761 3a5ed2aad134363007ee555f0c1457cdd4f7876a 3d76a63447c3dd5ff027cde165bc5db3eab256f4 80c9fca1b295f4c25782dcd724794a15739c2156 869c40f13aa6e562e46282b3aff3468f0192c853 8c93ba8b33b8ea043fab4898a0c6e5a0413f1ebd 9140ae6a2cfdb3c61333cd557eb1f8a59aa7888f 9efb8b9a13a1173884dc29d6b94b42e2475adb7e a65df81bbe4c22e9df945584000b0fc7e27b2589 a7c35c125672c65b63bb6facb04d3c6cb7af65e8 ab60b8e46a334e387713907a4a9b07f618563380 ce59f27eeb5959c6e7fa11daaef6f8bdecbd8778 cf6276637efbfde85dda6bc004ceaf4eae029364 d23ed3b521f0e247cad329e846f8afc295a36851 e459aca242907b847676333583aca519113808ad Package: ros-rolling-pendulum-control Version: 0.38.0-1resolute.20260916.204240 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.20260916.204240_amd64.deb Size: 246196 SHA256: 9d2b86a7a3db6766ed00eb4bc76501dc99b46ebefecccdf2b36d30742595cc96 SHA1: b9d4ff2a98dcca9b83ab6fbc42bfe02f07d4b59b MD5sum: 1429f4d38e64d2e860ffb7727ed3320b 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.20260916.204240 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 6614 Depends: ros-rolling-pendulum-control (= 0.38.0-1resolute.20260916.204240) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pendulum-control/ros-rolling-pendulum-control-dbgsym_0.38.0-1resolute.20260916.204240_amd64.deb Size: 5377932 SHA256: e672f5512f6b45395243da76648ab0cc3ade4562c58434e7879ca560c637d8b6 SHA1: f1d085ef308f5ca41d98f96f5b5155a251c36128 MD5sum: 21d8f0fa21c30c05526fa599fd133957 Description: debug symbols for ros-rolling-pendulum-control Build-Ids: 4ff2572bc786ad3686398d6636d124515c8db09f 638d52a7d3fdaca817dfa6c6e78edbc57588730b 73cef145f0d6d48344a747706f6972e215a3260f Package: ros-rolling-pendulum-msgs Version: 0.38.0-1resolute.20260916.025515 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.20260916.025515_amd64.deb Size: 66106 SHA256: 47d5d1eb3813337c67079135a648044c2b2c6a157d0d0741a5ab1e2d1369fbde SHA1: 75e690519f670360eb9b6e4939d113ca56c8b7b7 MD5sum: afdb42ae1622d70f974ba3c5363da19c 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.20260916.025515 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 532 Depends: ros-rolling-pendulum-msgs (= 0.38.0-1resolute.20260916.025515) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pendulum-msgs/ros-rolling-pendulum-msgs-dbgsym_0.38.0-1resolute.20260916.025515_amd64.deb Size: 349572 SHA256: c7ab52761605cc0d240eaa48729305b73e42c04ac703c95863d0d6bf3f1bb721 SHA1: c58649c519bc89640c714072e7ec05a93e980f4e MD5sum: 1b442ba6adb56414f43bfcc56cb83e65 Description: debug symbols for ros-rolling-pendulum-msgs Build-Ids: 03561bec924fa0ab4188d69521b92fa46368cf53 0d802b093032b8902dca97c53f76305f3ac4848c 1ce40c7f166d6220b6c5241d3ab46ede7504dcc7 2fb0301f5b646c7bfcf286ae134bfa00994d03f8 687f05eec54ce3596f04a29b241755a33fd1f78b 6b586bcaed63fd35cfd41396f1e48e6868d530f9 72b31f1f05a43efe5e5e6b6c20972875976d27da 7b9fe8d7641504af11ce1fc7a7ee45f195391fc6 aa44ae72b564bb350fe53a6c047ff4ef5dd45d6a b9e14da0eeae7638a1f4f916e233b9df08459ce4 de097b18f701ac6854b3608439745ae3001860c0 Package: ros-rolling-perception Version: 0.13.0-2resolute.20260920.233625 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 44 Depends: ros-rolling-image-common, ros-rolling-image-pipeline, ros-rolling-image-transport-plugins, ros-rolling-laser-filters, ros-rolling-laser-geometry, ros-rolling-perception-pcl, ros-rolling-ros-base, ros-rolling-vision-opencv, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/perception/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-perception/ros-rolling-perception_0.13.0-2resolute.20260920.233625_amd64.deb Size: 5830 SHA256: 09295ea121a09a52dd1802e33234e8cd089a50a5dd000cf85c686c788259138e SHA1: 209775d1f961e8d8d67ecf51d322d10fe963115f MD5sum: 643654d87a6b36682345d556410d4838 Description: A package which aggregates common perception packages. Package: ros-rolling-perception-pcl Version: 2.10.0-1resolute.20260916.215831 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.20260916.215831_amd64.deb Size: 6146 SHA256: 4249d754debf2b6f0a2d9fe80160fbb2ad2ea06570d3bf8a24cb814f39a5dd9f SHA1: cddd6602c46faf45a19100bdac51f9dcffbe4afe MD5sum: 51a1b691134d1e1599fbc5622fbaf609 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.1-1resolute.20260916.193131 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 101 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5), 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.1-1resolute.20260916.193131_amd64.deb Size: 17970 SHA256: 54c27581f5f8d87bb9f2a16ee8dcffa6220b8ba234b6a690ade876beb5ed70a4 SHA1: a1b430f96a698fe1d7cf1ec184661352eb12351b MD5sum: 1fa709f606918d2e573208451eb4b002 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.1-1resolute.20260916.193131 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 117 Depends: ros-rolling-performance-test-fixture (= 0.5.1-1resolute.20260916.193131) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-performance-test-fixture/ros-rolling-performance-test-fixture-dbgsym_0.5.1-1resolute.20260916.193131_amd64.deb Size: 94648 SHA256: f417d9fdd058b1274e00e179a9d5f85a16246259c004af45565ba1e7bde90ee2 SHA1: 3b09fa186ec366b040ebb60e21df94a5fd5529d3 MD5sum: 4b6a519a30be02abedb712d24bcf7c3a Description: debug symbols for ros-rolling-performance-test-fixture Build-Ids: 59cca1e13f13386f9a684885154fa9d642871b46 Package: ros-rolling-persist-parameter-server Version: 4.0.0-2resolute.20260916.205943 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.20260916.205943_amd64.deb Size: 102950 SHA256: 37062a7c5598e491aaa1ffc08d9d7e9881316f3cdcd307eb9530099b7055abbc SHA1: 683dcc18887b54c6f9124aa5c9eac439bdf8dc02 MD5sum: a8d6710513aa71c2b9c3069f5e598506 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.20260916.205943 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tomoya Fujita" Installed-Size: 1553 Depends: ros-rolling-persist-parameter-server (= 4.0.0-2resolute.20260916.205943) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-persist-parameter-server/ros-rolling-persist-parameter-server-dbgsym_4.0.0-2resolute.20260916.205943_amd64.deb Size: 1427538 SHA256: 96f28b7f422ebc0ac89e8ae0d9fec0d603533e70f8306ce594cd9ecf15706d37 SHA1: 0a1b8c7e6f306d697cfb69880858633e75052ec2 MD5sum: 5b0b314a56e324096e27a5782d5799a1 Description: debug symbols for ros-rolling-persist-parameter-server Build-Ids: a2df9dbe56d65df1018ae96f2e4d7ef70526d879 Package: ros-rolling-pfs Version: 0.15.0-1resolute.20260908.133923 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.20260908.133923_amd64.deb Size: 165838 SHA256: ecb36daac56a9a49512e701c227a395e3b3b3914b9d5303fd0bf235c2bf4636b SHA1: eb16664d729c760cfb9140880d7da3b26d5f635d MD5sum: 98a12b1890553713a86f89761a67f07f Description: Production grade, very easy to use, procfs parsing library in C++ Package: ros-rolling-phidgets-accelerometer Version: 2.4.0-2resolute.20260916.204821 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.20260916.204821_amd64.deb Size: 64070 SHA256: 3969cd9ba1ef6365a75455019e7163b7c7bbb5a704e2fe576c66a43d9d8a0ad4 SHA1: b2f0d5df2dd269b12678ad2edb43411bc2964c0c MD5sum: 3b179b1a46b12cf3da256a08b0deb193 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.20260916.204821 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 977 Depends: ros-rolling-phidgets-accelerometer (= 2.4.0-2resolute.20260916.204821) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-accelerometer/ros-rolling-phidgets-accelerometer-dbgsym_2.4.0-2resolute.20260916.204821_amd64.deb Size: 881682 SHA256: 7a82fe35b6500368eedd8fc952bd62d224077ec4a2ec6b74375b41a5aefe2c64 SHA1: 25c330e7aa28dc124d40881389f3eb6ea2085b2f MD5sum: 5b0dcff3472195823c557e9b7b51815a Description: debug symbols for ros-rolling-phidgets-accelerometer Build-Ids: 948719ee3863d87f8b12a4652e75f0e471c40551 Package: ros-rolling-phidgets-analog-inputs Version: 2.4.0-2resolute.20260916.204819 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.20260916.204819_amd64.deb Size: 62160 SHA256: bb36b0d22aa79d2054a292b93c2b9cdcdabd8e1fd3b1d3df620d0ae7f8d628ef SHA1: cf17313e0f426d96be6bb8bb3185c5520c422a1d MD5sum: db3a01c2f154ec0b5afc70d42fdd74ee 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.20260916.204819 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 981 Depends: ros-rolling-phidgets-analog-inputs (= 2.4.0-2resolute.20260916.204819) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-analog-inputs/ros-rolling-phidgets-analog-inputs-dbgsym_2.4.0-2resolute.20260916.204819_amd64.deb Size: 885526 SHA256: 1863e43385f13ab7a4c8e0ad761898f0f648f544f473f3690ea755587db40c99 SHA1: 778d317236962dcab535c385a8b1e5b39153b521 MD5sum: 80dd0de4e4cf1c408990b48185b5bcb9 Description: debug symbols for ros-rolling-phidgets-analog-inputs Build-Ids: 884abdd08138d2bd106c1341e19f2419a8cda287 Package: ros-rolling-phidgets-analog-outputs Version: 2.4.0-2resolute.20260916.204820 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.20260916.204820_amd64.deb Size: 120616 SHA256: aa31775ff7df7ed5f58c24fdee74f63286da3a3a211ed1d8730df6bd61813900 SHA1: 97a33e00ae113a46818d729a14c08a782dedf75d MD5sum: b59621fbc25101fa9828237132217020 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.20260916.204820 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2537 Depends: ros-rolling-phidgets-analog-outputs (= 2.4.0-2resolute.20260916.204820) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-analog-outputs/ros-rolling-phidgets-analog-outputs-dbgsym_2.4.0-2resolute.20260916.204820_amd64.deb Size: 2129326 SHA256: 0be4a37b13e9c3ec8f313a7f4c7f4ab32aca01cbc7cee5c11fcce392b9928246 SHA1: ce0c52db5adce8b1865dc5ae358538e4c80284b5 MD5sum: f73c43e8141ff86cb450b077a6bf8ccb Description: debug symbols for ros-rolling-phidgets-analog-outputs Build-Ids: 56a9d588f74b5cae72d1c63ec529743b3ce62cdb Package: ros-rolling-phidgets-api Version: 2.4.0-2resolute.20260916.195327 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 267 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.20260916.195327_amd64.deb Size: 46854 SHA256: 07784ffc6acdc17a357553d81c74ddb270e6d44087c68db33356eac494d0c43e SHA1: e798f20bff9539ee74ac5c6bddb9a290036af428 MD5sum: 583f65454fe32a6a34bf1c902eb7be20 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.20260916.195327 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 545 Depends: ros-rolling-phidgets-api (= 2.4.0-2resolute.20260916.195327) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-api/ros-rolling-phidgets-api-dbgsym_2.4.0-2resolute.20260916.195327_amd64.deb Size: 457430 SHA256: 7c8f6534da59f2b70f94e1f9a28de0ff30769866da0252a273c12125250e93e8 SHA1: e76e1ee18a49bea9ba39b675622909da7cd31968 MD5sum: 89d77173a3094ae35c17eb2afb4e0431 Description: debug symbols for ros-rolling-phidgets-api Build-Ids: 5a09f1dd3e2839fdb6cf24267f6a65843636780c Package: ros-rolling-phidgets-digital-inputs Version: 2.4.0-2resolute.20260916.204826 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.20260916.204826_amd64.deb Size: 61818 SHA256: 8ce2147c72da36e855b1f101af779c5c1d6ba6aa0f5f6f651c4a862ac7cb664f SHA1: ec4f1e87c40205a9cc851d990f876a96eb6dc259 MD5sum: f0fc312d96eaf7ac880d533b88f75fb3 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.20260916.204826 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 978 Depends: ros-rolling-phidgets-digital-inputs (= 2.4.0-2resolute.20260916.204826) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-digital-inputs/ros-rolling-phidgets-digital-inputs-dbgsym_2.4.0-2resolute.20260916.204826_amd64.deb Size: 884352 SHA256: 9cd0e38915817a884c7486ced9ea88fe790ed79b97b9b0f56f126b05710bda33 SHA1: 2cdbf87c3218b05137ee2c2934a2fff6de8190a8 MD5sum: 1750fa7c1cdc04b208f9e1e54aace9de Description: debug symbols for ros-rolling-phidgets-digital-inputs Build-Ids: 44ef1efb430cb946318b3231765945f2b70c751d Package: ros-rolling-phidgets-digital-outputs Version: 2.4.0-2resolute.20260916.204839 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.20260916.204839_amd64.deb Size: 120958 SHA256: bcb49be2d3a9a7a6f3f0b59cb566518d7b1fb80325dd575e4c6bf3d8a613f0ed SHA1: 7cc35036636729d29f20859510298a2075055383 MD5sum: 16fec17076d8abccb69b72a150b43347 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.20260916.204839 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2539 Depends: ros-rolling-phidgets-digital-outputs (= 2.4.0-2resolute.20260916.204839) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-digital-outputs/ros-rolling-phidgets-digital-outputs-dbgsym_2.4.0-2resolute.20260916.204839_amd64.deb Size: 2133994 SHA256: d60b0099c5580f850d6729b845b78e8a640e38b034d8b1fb2ac0fa8b01e7e136 SHA1: 9dd2d4cfcbd0607e36f7e1c702514cb550fc6c07 MD5sum: c62f5ec21e1b6f2b57d40c8408cb9dab Description: debug symbols for ros-rolling-phidgets-digital-outputs Build-Ids: 085bfa65ccf7873cc906a7bc7a32d7b4c7496b0c Package: ros-rolling-phidgets-drivers Version: 2.4.0-2resolute.20260916.212517 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.20260916.212517_amd64.deb Size: 6020 SHA256: 19bd2980180986739e4f0b5d2f4809b4a8e1d15dd11629649d061b59f98dcfad SHA1: 26c2d3c8689fbecbc5b849f0e2759f8b19e310d0 MD5sum: f4128b27b24bc3fa263ab6668ec63e49 Description: API and ROS drivers for Phidgets devices Package: ros-rolling-phidgets-gyroscope Version: 2.4.0-2resolute.20260916.204837 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.20260916.204837_amd64.deb Size: 84812 SHA256: b58746a9d259af0bdc7a2c4ce6ccb4bc2b62b86ae09415898b70f9a7d929da8b SHA1: f08f592097d2aa435f8d773bf376d40d8d9b87a4 MD5sum: 2e680c436356a0d4252e11b30dcb5ed0 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.20260916.204837 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1429 Depends: ros-rolling-phidgets-gyroscope (= 2.4.0-2resolute.20260916.204837) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-gyroscope/ros-rolling-phidgets-gyroscope-dbgsym_2.4.0-2resolute.20260916.204837_amd64.deb Size: 1274486 SHA256: c868d734820ef6726d8031211b71a505cf33679ff763f31bda6c1fce66741acc SHA1: 58ef40d9c69fa37335294182d61d08588e296ce8 MD5sum: 8ad704822bb141d166b386c8f3332caa Description: debug symbols for ros-rolling-phidgets-gyroscope Build-Ids: e3e114428aeff1a6fbd8d5d4f2e4b9413e7be0f7 Package: ros-rolling-phidgets-high-speed-encoder Version: 2.4.0-2resolute.20260916.204836 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.20260916.204836_amd64.deb Size: 88290 SHA256: f65b1f307b13e3fc3a032bb12c2d684493f10c63b933d938c55478ec0cb73ed0 SHA1: 11e1c48e27630707db383c1c4a7a2f9183874a07 MD5sum: 00a52cef6599b1294bc114fd5d28e75d 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.20260916.204836 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.20260916.204836) 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.20260916.204836_amd64.deb Size: 1354138 SHA256: 0e3c304ab88fc3e164ed4e92a9f6840c454705200144e633794f2b249a0a1663 SHA1: 9c17690933e6e3deeedd7c79b9273ae253a4fcb5 MD5sum: 24f84edb354ef15947fbadc80b07e55e Description: debug symbols for ros-rolling-phidgets-high-speed-encoder Build-Ids: bc0bf29cd8941daa8d7857e70e37996fee0c972b Package: ros-rolling-phidgets-ik Version: 2.4.0-2resolute.20260916.212423 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.20260916.212423_amd64.deb Size: 6526 SHA256: 675436e13b30afccbcb935c00fdea09588e4b33945555ad28fdf00b29f2cf0d7 SHA1: ccfb4cbadcf4e3f1291bab113fb4eae829eb0c9b MD5sum: edfb59d479247a8bfc2f7c2c1e34df0e Description: Driver for the Phidgets InterfaceKit devices Package: ros-rolling-phidgets-magnetometer Version: 2.4.0-2resolute.20260916.204839 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.20260916.204839_amd64.deb Size: 66630 SHA256: 994fba43985eddf3779ed41b7d4f9d0660271fcb83d2504e198d01e33db256fa SHA1: 3d77c207948e9d917cf914951181903cfcbed52d MD5sum: 1153c92f86a31f398bd41322cd21aa37 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.20260916.204839 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1004 Depends: ros-rolling-phidgets-magnetometer (= 2.4.0-2resolute.20260916.204839) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-magnetometer/ros-rolling-phidgets-magnetometer-dbgsym_2.4.0-2resolute.20260916.204839_amd64.deb Size: 905356 SHA256: c3f9c76315e7721744904a78b4249949d2d3a2fd918425979c4ce28ca7aafd0e SHA1: b7698b373f4139b7dd9042599c03c39168eb5ed5 MD5sum: 13b86e0155925aa30789dcdb0e636805 Description: debug symbols for ros-rolling-phidgets-magnetometer Build-Ids: 03e9a6cb465fe246519a1c4fb800c1a1f7786eb6 Package: ros-rolling-phidgets-motors Version: 2.4.0-2resolute.20260916.204847 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.20260916.204847_amd64.deb Size: 122790 SHA256: cb055080efa02f61293add30c2acbff9ff0510773a5d5e3830bdf3a2584c6e11 SHA1: c8ba75220793d581e5e15948a34f5c801d74737f MD5sum: fb7610b9a03ce9ffa9c345306a210953 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.20260916.204847 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2476 Depends: ros-rolling-phidgets-motors (= 2.4.0-2resolute.20260916.204847) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-motors/ros-rolling-phidgets-motors-dbgsym_2.4.0-2resolute.20260916.204847_amd64.deb Size: 2072898 SHA256: d78f37190ad3523bcf1748ab73a4a2b8fd8fb9731db0427e3e6ad47fe35a33fe SHA1: 911e50fe2dc0adcdd976715b42e6c63a1550ecb6 MD5sum: bf8c78644aec04158b6ac120f6c7eb99 Description: debug symbols for ros-rolling-phidgets-motors Build-Ids: dea91f3278a4c5e5da92b5481b402eea854c8941 Package: ros-rolling-phidgets-msgs Version: 2.4.0-2resolute.20260916.034005 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.20260916.034005_amd64.deb Size: 167804 SHA256: cfc17e3b629112dfd1f1032d105d0a6ad05cbcb4295665bda6e37ce01f23a14d SHA1: 8cece5da994c19aff428d860076e4bafdddbb825 MD5sum: 6417cc8fa593bae7aabeb275919e202c 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.20260916.034005 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1655 Depends: ros-rolling-phidgets-msgs (= 2.4.0-2resolute.20260916.034005) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-msgs/ros-rolling-phidgets-msgs-dbgsym_2.4.0-2resolute.20260916.034005_amd64.deb Size: 1180634 SHA256: b75cd6fadbad7e5f7ca59650a3315dc2d43ebe9b6c0d741b18f2d26479762504 SHA1: e10b562c4502b4f4193d373eba2005a2abf8b5a3 MD5sum: ed962eea33604bea847aa4fc543b2aba Description: debug symbols for ros-rolling-phidgets-msgs Build-Ids: 278c78070923294f4bd23b3cecd8d080aa655676 2e267dda3fe57d3e65110bc9366b7cd78a98b110 33e19f47219bf20456b0c027b3729e7623f5cf3e 428fb73796ce9c242324fc622c9e7d7369dbe6de 45d1f93dbc8b4b0f90086a321d48e2b454b63bc4 5ccd80f829fb10cf413bfa1771c1d01dc7119eb6 82165222d77eacc93a1feefc48906eb7c1a3d183 b9d17a09b57afe921b81ef13cad1fb0273ee53f6 cd5baa0f6b79fa588f8c1fe87ffccc361070ccb4 f12fd189db1024ff1f598b9d9351c41dd2868978 f201f3c129cfb2e2d6313bc854372557d479230d Package: ros-rolling-phidgets-spatial Version: 2.4.0-2resolute.20260916.204839 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.20260916.204839_amd64.deb Size: 102094 SHA256: a17df415afd3d52e3d367f6f09f894a5ce912cbdd5bee02328b4f1fc6a1ef96d SHA1: 1454ec8631ffa52e3498ab668bfb921df1ef5133 MD5sum: 01d4f5ef06f01527e4755b9e29abbf58 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.20260916.204839 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1765 Depends: ros-rolling-phidgets-spatial (= 2.4.0-2resolute.20260916.204839) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-spatial/ros-rolling-phidgets-spatial-dbgsym_2.4.0-2resolute.20260916.204839_amd64.deb Size: 1563218 SHA256: 7fea5a9f546d9b0b386838ecd5acdc4a1bf83c1bfd7eda5103a25b703dbbf1d5 SHA1: f2e465a2d7f64e3ec0ede8edd8ff6d3d10e4955d MD5sum: ecf074874e9015f5d0a0ffdbd7c2595f Description: debug symbols for ros-rolling-phidgets-spatial Build-Ids: 6e6da94dfdcec3bc989c4b46a12f3179f1929fc2 Package: ros-rolling-phidgets-stepper Version: 2.4.0-2resolute.20260916.204845 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.20260916.204845_amd64.deb Size: 160770 SHA256: e8e18f7c0ec668f3aca5563752607ee93e48b3caff592733f739898c5db92541 SHA1: f5042c613a183e9bd98115740a0d72db0c8a8480 MD5sum: 94d8d684e91b1c5e067fcb48ec587ff7 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.20260916.204845 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 3442 Depends: ros-rolling-phidgets-stepper (= 2.4.0-2resolute.20260916.204845) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-stepper/ros-rolling-phidgets-stepper-dbgsym_2.4.0-2resolute.20260916.204845_amd64.deb Size: 2894046 SHA256: 2047409d0076ceafa2e4c6a77bfa47981b55f82ddeb74806fd194b4c563a8137 SHA1: ed3d70fe76f611f8e6b374759cba2d0e0c43c6bb MD5sum: 0282479125bef39cc731020d2d57116c Description: debug symbols for ros-rolling-phidgets-stepper Build-Ids: 2fcd5375254aa514f74927cc5cc7cccaf110eeb6 Package: ros-rolling-phidgets-temperature Version: 2.4.0-2resolute.20260916.204846 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.20260916.204846_amd64.deb Size: 60726 SHA256: bd7e6e61ebb6dc6cbacf3d43d2c165b960d099c353cf5c5a0eb938d53b2d12ce SHA1: cc8136bf0712d1f33aae8decad3e50f92517ce36 MD5sum: 8b2bcf6117efa521de99e824c281e7a3 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.20260916.204846 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 950 Depends: ros-rolling-phidgets-temperature (= 2.4.0-2resolute.20260916.204846) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-temperature/ros-rolling-phidgets-temperature-dbgsym_2.4.0-2resolute.20260916.204846_amd64.deb Size: 855282 SHA256: 35325e74ab8ba7a4e6c688bd43dc3b2a141ac796cb44b8c212943c4bc2b6768a SHA1: 9dae803fc24f2cf389f8b588eb4f2589cd770a53 MD5sum: 88d4fa92e8917607db580055e043f01d Description: debug symbols for ros-rolling-phidgets-temperature Build-Ids: 2b247fa87588f22bb5baff4c259796ceac90b116 Package: ros-rolling-pick-ik Version: 1.1.3-1resolute.20260916.214148 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.20260916.214148_amd64.deb Size: 114874 SHA256: 46fd26e3e1c46593d67872078a65a04a2d9a0a8066d08ff849eafc36c279da5b SHA1: 894bb7b51b659964fc30ee15105419018d4962cd MD5sum: 79ea175b9d8dee4b9a6d8dd1ca862a02 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.20260916.214148 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tyler Weaver" Installed-Size: 5347 Depends: ros-rolling-pick-ik (= 1.1.3-1resolute.20260916.214148) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pick-ik/ros-rolling-pick-ik-dbgsym_1.1.3-1resolute.20260916.214148_amd64.deb Size: 5282720 SHA256: 977939f7f9c0a1d939624d8b8c7259b53286eb203ff8aa726cfb61dfad98397a SHA1: d11085db564954a68dadc35773c98358f8eadcc0 MD5sum: 58c01a99ec3cdc51e220ed4938c6b1cd Description: debug symbols for ros-rolling-pick-ik Build-Ids: d28eea57865b830045e6ed04af113d52f0de00c7 Package: ros-rolling-picknik-ament-copyright Version: 0.0.2-5resolute.20260908.131137 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.20260908.131137_amd64.deb Size: 4988 SHA256: 337ea35dc68f55c9bd5e4283dc7383348bab4935d2197687139c0a1ebb2339df SHA1: aa1708abb6915e2651b52c7cd5b1621174088f3b MD5sum: de1a89f32acbb4a581b695a21644d207 Description: Check PickNik-specific copyright headers. Package: ros-rolling-picknik-reset-fault-controller Version: 0.0.5-1resolute.20260917.082826 Architecture: amd64 Maintainer: "Alex Moriarty" Installed-Size: 270 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-controller-interface, ros-rolling-example-interfaces, ros-rolling-geometry-msgs, ros-rolling-hardware-interface, ros-rolling-rclcpp, ros-rolling-realtime-tools, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/picknik_reset_fault_controller/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-picknik-reset-fault-controller/ros-rolling-picknik-reset-fault-controller_0.0.5-1resolute.20260917.082826_amd64.deb Size: 74126 SHA256: 55f91abca92f6209af349e863bb961f7528898b37125aba4289b4d9179b6b421 SHA1: 9d48c427b56c0ba03a3a86d663a12746c101e1d7 MD5sum: aeee9f136a60ff984ca96c9d6818a59d Description: ROS 2 controller that offers a service to clear faults in a hardware interface Package: ros-rolling-picknik-reset-fault-controller-dbgsym Package-Type: ddeb Source: ros-rolling-picknik-reset-fault-controller Version: 0.0.5-1resolute.20260917.082826 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alex Moriarty" Installed-Size: 1212 Depends: ros-rolling-picknik-reset-fault-controller (= 0.0.5-1resolute.20260917.082826) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-picknik-reset-fault-controller/ros-rolling-picknik-reset-fault-controller-dbgsym_0.0.5-1resolute.20260917.082826_amd64.deb Size: 1094236 SHA256: 8e46b260d8ab01f62667ed23c4ed02826deedb5a5ea1bb1f7e6b302b11f31737 SHA1: 8efb117e821d8c49e9900194fe5a1fc82898b996 MD5sum: 63bd89d4bbfb533ac7f9c6891a31fadb Description: debug symbols for ros-rolling-picknik-reset-fault-controller Build-Ids: 9248573d66033a67dcb77035d9e5234e9d80ea38 Package: ros-rolling-picknik-twist-controller Version: 0.0.5-1resolute.20260917.082915 Architecture: amd64 Maintainer: "lovro" Installed-Size: 524 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-controller-interface, ros-rolling-example-interfaces, ros-rolling-geometry-msgs, ros-rolling-hardware-interface, ros-rolling-rclcpp, ros-rolling-realtime-tools, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/picknik_twist_controller/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-picknik-twist-controller/ros-rolling-picknik-twist-controller_0.0.5-1resolute.20260917.082915_amd64.deb Size: 116612 SHA256: 96bcaaab4302e82fc8e26e5f47aa44461f38114cada5752b8d13024b0b88ca59 SHA1: c0eb34946d446bb9a0d06c30256d8d87da5bbf0d MD5sum: 406c352a4ffad3218b715c56d5cff310 Description: Subscribes to twist msg and forwards to hardware Package: ros-rolling-picknik-twist-controller-dbgsym Package-Type: ddeb Source: ros-rolling-picknik-twist-controller Version: 0.0.5-1resolute.20260917.082915 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "lovro" Installed-Size: 2356 Depends: ros-rolling-picknik-twist-controller (= 0.0.5-1resolute.20260917.082915) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-picknik-twist-controller/ros-rolling-picknik-twist-controller-dbgsym_0.0.5-1resolute.20260917.082915_amd64.deb Size: 1965480 SHA256: 3a80767b27800465fadfceb5832989e40d775e6b25fce449b6bcbd020eceeac4 SHA1: 454b5f11893ef4bade47534a93840241963edb29 MD5sum: cdf746a0c32f6b66666a454e0786192b Description: debug symbols for ros-rolling-picknik-twist-controller Build-Ids: d92a6d4014177b7ce35daf8311a67aaed66dcdb2 Package: ros-rolling-pid-controller Version: 6.9.0-1resolute.20260916.213447 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.20260916.213447_amd64.deb Size: 209658 SHA256: c7719b18228da5cef6f710f5dc271a78d522c404a5127407d0273687dee860c0 SHA1: 0bd38d40b3d9b9f902596dd5f537069930a1d0c6 MD5sum: 9150f341e2a1b32c4cfb86875ea2b644 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.20260916.213447 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 3717 Depends: ros-rolling-pid-controller (= 6.9.0-1resolute.20260916.213447) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pid-controller/ros-rolling-pid-controller-dbgsym_6.9.0-1resolute.20260916.213447_amd64.deb Size: 3191794 SHA256: 51938387d3a8c22495b0ed4bc0f19c2729ad8d03700550aadfa847fb72f7dcb5 SHA1: f6dcc385b0cfd77f9b811002028937cce58914d5 MD5sum: 21c947c791051c3a84a6148324a9fda7 Description: debug symbols for ros-rolling-pid-controller Build-Ids: 63664ca0d9d5c9877c5753f7ec3aafb27b07f39f Package: ros-rolling-pilz-industrial-motion-planner Version: 2.15.2-1resolute.20260916.222527 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.2-1resolute.20260916.222527_amd64.deb Size: 365438 SHA256: 7cabbffe8329bdf691e47dc638a5dfb3a79684dd0534738ff10d2437c01a2ceb SHA1: 749aa57f1ca65500488cdbefeb5a2e33fe8beecd MD5sum: f1e619db6bff412317216e963775d155 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.2-1resolute.20260916.222527 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 27973 Depends: ros-rolling-pilz-industrial-motion-planner (= 2.15.2-1resolute.20260916.222527) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pilz-industrial-motion-planner/ros-rolling-pilz-industrial-motion-planner-dbgsym_2.15.2-1resolute.20260916.222527_amd64.deb Size: 27662458 SHA256: 0e1ecaaec372398366a2824f636b3a8af2cc24adc8ae1e1b804d2600a7dec582 SHA1: 498da82aca1746d73176e3db346d058097339ffe MD5sum: e1759545ae1e46e2c07e84202d6091fb Description: debug symbols for ros-rolling-pilz-industrial-motion-planner Build-Ids: 0603b914c4c86f4bbca5a0d1a4b9eb1d7054e1f1 3a09b13a02160834395683523ba7deba984471f4 49de8c4e69fbe6fa38cba27e2bb7bb870a95c98e 60f519f827d11eb8c7fed4ae778fec2e4b7c8686 623b473c798a558362e9cbf844544eb3ec3f4205 6c55fbfd8c83be1b5e67716a415b20453cc0b3ae 7e2a51744aee01dc251b83b25393e9741bd895d9 8b1d90e9aad42e4439401205c536e9e864365be4 b44560ce4181217b1d6dafa79613dc873470d262 bb141b4d065187c35bb45cd09cb86d92622af94c Package: ros-rolling-pilz-industrial-motion-planner-testutils Version: 2.15.2-1resolute.20260916.214540 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.2-1resolute.20260916.214540_amd64.deb Size: 109638 SHA256: 4bcd66ac32b300c272bf15a1841ffa5c5f681cac94b459fd57d5afc4ce87e9e2 SHA1: 20dd9f50c41f92c70949241e5aad06a24a34fdd6 MD5sum: 61ea504a2ab630fdd866d41da5adfff5 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.2-1resolute.20260916.214540 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 5149 Depends: ros-rolling-pilz-industrial-motion-planner-testutils (= 2.15.2-1resolute.20260916.214540) 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.2-1resolute.20260916.214540_amd64.deb Size: 5046060 SHA256: 8c007b9aa7fa1cabed506353c4276166c37d2d81f4a6f4400b5aa1a819bd3d94 SHA1: 68523105a7a448170b37cd67d29a88be1b838c8b MD5sum: 7eb7799d838646ae9f1eb1be6ac74540 Description: debug symbols for ros-rolling-pilz-industrial-motion-planner-testutils Build-Ids: e78391e41d7f7b484bc28e6f08773aac8e19148f Package: ros-rolling-pinocchio Version: 4.1.0-1resolute.20260908.165703 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.20260908.165703_amd64.deb Size: 6068384 SHA256: 431cbf5f6e0f161ca46fba2adb53df7e05a74bbd76bd7cc53c084cfe6283949f SHA1: e1039c0adb9618e927e648c247c26d0550110d00 MD5sum: a5cd0b9e310d302669e9ad111fa541e1 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.20260908.165703 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Justin Carpentier" Installed-Size: 448699 Depends: ros-rolling-pinocchio (= 4.1.0-1resolute.20260908.165703) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pinocchio/ros-rolling-pinocchio-dbgsym_4.1.0-1resolute.20260908.165703_amd64.deb Size: 418084168 SHA256: 30cb3ea9ae85b05b3d4bf48a008fb63d70e78214a473ade33e2b5558a4bcbb2f SHA1: 98af6a474caf756f308221ed29cc29c07f4b5775 MD5sum: c70e920ffd6f67c53b9ef6a977092aaa Description: debug symbols for ros-rolling-pinocchio Build-Ids: 043cb00fe726323340882c6dc8a8230a12818870 145d0a7f362fe95768071ee44a9cef49a6749c1d 3df0629138feebd3415bf94bd311452a90e1962c a878f7e9da5a4f1ab2441458e914736d154abdb6 b7efd220540a2a934b8ea0da29ca0779a4a31ff0 d161f7181d5cc3a082b78a871b73a8e7ab32f557 Package: ros-rolling-play-motion-builder-msgs Version: 1.4.1-2resolute.20260916.025526 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.20260916.025526_amd64.deb Size: 375482 SHA256: 384ab4a2dfd7659b8c08ae924696bd7077076f133f28057377e33a8bee3698e6 SHA1: 2eb7e4e299cb2216a7676d7fbd709575e0a2d57c MD5sum: 250d2d7f8890c6a2c0ddfece3dfac9a2 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.20260916.025526 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: davidfernandez Installed-Size: 4014 Depends: ros-rolling-play-motion-builder-msgs (= 1.4.1-2resolute.20260916.025526) 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.20260916.025526_amd64.deb Size: 2851634 SHA256: 794bc18374c313d471a92bc6ccf6842b088b416e765867bdd2d2805cc1021805 SHA1: 286e931f7636b451b255f6d9fee169b3d0c514d2 MD5sum: e27f5e159d9dcb586222988723b5799f Description: debug symbols for ros-rolling-play-motion-builder-msgs Build-Ids: 02c4b18a4b14ceba4711eb7da85e7554cebebefe 095f06910a89e7e40fe31888a3db21342657064f 241b0328d289097c0f394d2f2e47b9f00de539c9 28b68da15fde59522006a28e0af0b8f1567da150 297baa0bd855df7d7131c73843bbeb80a309db07 9ee3e3fc4186316ea3acc4231360693f463de348 afd8c844eae45be1cea13e286a9754bae7966020 b90076890e4e07a4bdac486151616c80b3b43be7 bf0d70ff08b1da6233537407ca3bee2714a815a3 c5844189f4f04da8d56bd6a8cd357f01f2f92501 d8b697b834e436f7a7658c9cef40c9d0a43a8acd Package: ros-rolling-play-motion2-msgs Version: 1.8.4-2resolute.20260916.025621 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.20260916.025621_amd64.deb Size: 405904 SHA256: 855786e3b811d735babec12e85362bf5d041642840481ed246336d5feae3739a SHA1: adbaf06eaf9f2ca4b2356fe918c988da0aa5d1cd MD5sum: 6324ed20e697b9827649235dc6202750 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.20260916.025621 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Noel Jimenez Installed-Size: 4587 Depends: ros-rolling-play-motion2-msgs (= 1.8.4-2resolute.20260916.025621) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-play-motion2-msgs/ros-rolling-play-motion2-msgs-dbgsym_1.8.4-2resolute.20260916.025621_amd64.deb Size: 3251454 SHA256: 87c207eaa7d232864f643a3f74a7716341cf9e88350c4cae3054388eff5184b9 SHA1: 19c68e588724bccaa30a572f2d277250a1e61da5 MD5sum: 6dc6b0de7298e633773663f0c92d56ca Description: debug symbols for ros-rolling-play-motion2-msgs Build-Ids: 0c3ff58d84aace57d985ae979e0b4fd2afe38df0 30d422cc53aa0f6d9ddb7a218a0c4fd26231112d 35c32fbd1bb6c2fc20b556fe3db7bed24a370f11 3e58e677cabc471b78c18063dc4a5f763e72a797 5bbc643dd20af53674570778e453c183aec59ffe 64073edfd08146e5a6363f595d438754944d7b83 880a465cff20d41838745f8297b67f44ff466f10 9182632201c7c64c6ef3d7ab1527569ddc5d4b5f a3d1a9a61c2584ed956a1931db9e77a3b39ec662 c6743df781253a6e0f062a6d98a69b08a3e37f67 e98b66680c5e6fac30a302b6f95a9be0f62be5ad Package: ros-rolling-plotjuggler-msgs Version: 0.2.3-5resolute.20260916.034014 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.20260916.034014_amd64.deb Size: 96486 SHA256: 77a6909d7292865cfdd4c2203c01968f1229ea0477af282f9a4ec7e003709ef8 SHA1: 4646f6fe5dfe55d75ef706b4ff36b62145265e5e MD5sum: e2c595983205ee0caeeb78b2289a3dba Description: Special Messages for PlotJuggler Package: ros-rolling-plotjuggler-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-plotjuggler-msgs Version: 0.2.3-5resolute.20260916.034014 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: daf Installed-Size: 932 Depends: ros-rolling-plotjuggler-msgs (= 0.2.3-5resolute.20260916.034014) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-plotjuggler-msgs/ros-rolling-plotjuggler-msgs-dbgsym_0.2.3-5resolute.20260916.034014_amd64.deb Size: 682878 SHA256: f73a31e42f70c1522817d3bc16f1d78cea7a6f3df2d5bf3c7e1ada3eac2f8544 SHA1: ea558d062f3a378dbd33b7f0a2ad772acb7a78a6 MD5sum: 1046fc97f9b3aa6d42b33e804ed9aa37 Description: debug symbols for ros-rolling-plotjuggler-msgs Build-Ids: 5322fe509985c068eeaf20559121864861822daf 6974bc0f3c0b69f1c315690a909bdb56728a9230 6d57b6e02cc456035eb6159bd883e46618af536c 8449eca0cee46bd82a1c28fbeffe824695f8b59c 8b37acc1a35c9e771b7ada5d9ed3a5c682dcd436 b85c96c57883534821b1824474feb8e098aca6a7 d2212e372b9568db2d5035ed873dfc205e33700f d226fee103130ecaa4a70c32848a6769d7b12d66 d9660ecd285fa6fb9b82b7babd815b1c0585bdd7 e01e533ee535281fb4db49dc00b722b50e2b18ce f95d02de1d98311e28e5a9b0c583024d73f7b590 Package: ros-rolling-pluginlib Version: 6.0.2-1resolute.20260915.134843 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 251 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.2-1resolute.20260915.134843_amd64.deb Size: 64238 SHA256: eab0c8337f9bb88a34cc78a41592e4b6b054d7d37ef42d539868c1885a62a03c SHA1: cd20e843200e5d66ea7e4dff33722642cd2159a7 MD5sum: 187dfcb6c67a376c75334d4f02fc4a1d 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.2-1resolute.20260915.134843 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 505 Depends: ros-rolling-pluginlib (= 6.0.2-1resolute.20260915.134843) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pluginlib/ros-rolling-pluginlib-dbgsym_6.0.2-1resolute.20260915.134843_amd64.deb Size: 459592 SHA256: 3ac32c128a3307263a1daddb4dffb0c19fd56b8328a62662750b1e3429ef33b9 SHA1: c8b1e7973859360b66bc3026e4c3e72ad858f019 MD5sum: f86f35e69c2c9a9b56151140658306e2 Description: debug symbols for ros-rolling-pluginlib Build-Ids: f24eac0ac0aea0f960a2921d32712f61eaf77dec Package: ros-rolling-point-cloud-interfaces Version: 7.0.0-1resolute.20260916.034629 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.20260916.034629_amd64.deb Size: 81440 SHA256: fbfc6665c59cc31313e2f21743eb17eb195654227616bb2a60e916facc232f66 SHA1: 1afdcde0df31741ade1aa17ab305ac8a8fdc34ca MD5sum: 1cf88cea9a90a3f82be50bcd556d3f2d 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.20260916.034629 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 744 Depends: ros-rolling-point-cloud-interfaces (= 7.0.0-1resolute.20260916.034629) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-point-cloud-interfaces/ros-rolling-point-cloud-interfaces-dbgsym_7.0.0-1resolute.20260916.034629_amd64.deb Size: 567434 SHA256: 08131bdf9694b3e8d9b07adca0f892089c1132ec180a3c6e1331c612ee18f82a SHA1: 189149b3a65729ba9187bb1eae8bba94bc155254 MD5sum: e31b7e3939a5f387c991e50fd9338d37 Description: debug symbols for ros-rolling-point-cloud-interfaces Build-Ids: 32d568a3f6ab364f2b7f461326c1b45acc8725e3 518202702c77f8f52fbb7b3637b0903b07b6f997 57c22df0588c553c2ee6d17431cced97ec4c1cd4 5e62ba394baffb4cf3a65fa9b76ec4d3d9009098 81034eb0a79473272d9a0df61658281bc805355d b0c2fbb34812ffe6a92d3cc1adc15a69d745d5da ced18cd33da4d9a5bf5dd382ee74c60326918042 d254e241f71f2868a942f58dee12a92b9b457ccb e31952688cfaf5b61caf4591f9d23e85d8aaf044 f3a6ca1d5e19c42c6788a15ec1e17be6eacc2332 f9b8c05c638aad753c00368932cb736b20695e72 Package: ros-rolling-point-cloud-transport Version: 6.0.3-1resolute.20260916.204552 Architecture: amd64 Maintainer: "Alejandro Hernández" Installed-Size: 2080 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-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.3-1resolute.20260916.204552_amd64.deb Size: 290696 SHA256: 962a6b9ba69c30afb7a4c5a5e3ba9878593a10eb4f17a5cf5df31fde9eef3a06 SHA1: 55406b6665b622f2e4e6be3c5bc44887554c5274 MD5sum: 16ca47f0c93fb91d15d74b79aa1530e5 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.3-1resolute.20260916.204552 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernández" Installed-Size: 6700 Depends: ros-rolling-point-cloud-transport (= 6.0.3-1resolute.20260916.204552) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-point-cloud-transport/ros-rolling-point-cloud-transport-dbgsym_6.0.3-1resolute.20260916.204552_amd64.deb Size: 5956644 SHA256: d541fa546e196a6dde7c5b8b583703f3e3d75b06b183fa43a562e2762271d1d7 SHA1: 8dbd44048811310ed3569fc22ee4d46e0b03dc50 MD5sum: b86f9380602999f6e80b8cd094d616e8 Description: debug symbols for ros-rolling-point-cloud-transport Build-Ids: 15f3f0e47bd8734b01f37ba10b5b6c8a64a57767 4905a8b54be495ee5cff3153beb735aca836f6e3 bc21eeebda1d08d0cf6f328005f9532b4ebf74fa ce7c37d5d6348ac1110e22fd2634d09af17d9b7d Package: ros-rolling-point-cloud-transport-plugins Version: 7.0.0-1resolute.20260916.212549 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.20260916.212549_amd64.deb Size: 5888 SHA256: f12d238453fb8619608b2abb8405eab7e7ad15ad7d4d52ca70441287894aff1e SHA1: 56223b419343c11806c9715e016624233a5e6b18 MD5sum: a4486083412a02729dec22b8af629f57 Description: Metapackage with common point_cloud_transport plugins Package: ros-rolling-point-cloud-transport-py Version: 6.0.3-1resolute.20260916.205157 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.3-1resolute.20260916.205157_amd64.deb Size: 162224 SHA256: 8526c69619dedd1dc8eb652620155a8c1f8f1885d649b35deb53da0452b05b8f SHA1: 6ce62219b8efc9f5cdfc30267c6e18224c1eccb3 MD5sum: 32419407edd50c8682cbf4d70fe19885 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.3-1resolute.20260916.205157 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernández" Installed-Size: 2895 Depends: ros-rolling-point-cloud-transport-py (= 6.0.3-1resolute.20260916.205157) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-point-cloud-transport-py/ros-rolling-point-cloud-transport-py-dbgsym_6.0.3-1resolute.20260916.205157_amd64.deb Size: 2687578 SHA256: 8f3084d767bad0e5b2776a7070a52c3c6d3dbf85e1308696d3b25c51b0d7c891 SHA1: 8a82e454a27536b9d846afe89323f91cf4e9fa4c MD5sum: 21f8462720a181dbf2781c4e0d69e0e6 Description: debug symbols for ros-rolling-point-cloud-transport-py Build-Ids: 1357677ea3784919a9faaa8024a17b8dc95cb1b6 5b6b1010ebb852c593f02b35b638c76daa5cc8a8 Package: ros-rolling-point-cloud-transport-tutorial Version: 0.0.9-2resolute.20260916.212651 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.20260916.212651_amd64.deb Size: 715012 SHA256: 3b463e9ca57593950af44a76ee509a58d13a2ea1cad7fdc8863e8dd5044b7112 SHA1: acc04aecbaf92c14608f696516ca33765fb1f3ab MD5sum: 307298672f451dc6b0e3212768aa0b5d 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.20260916.212651 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: John D'Angelo Installed-Size: 1325 Depends: ros-rolling-point-cloud-transport-tutorial (= 0.0.9-2resolute.20260916.212651) 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.20260916.212651_amd64.deb Size: 1264448 SHA256: 9a6927689d966508a322f03b848a74c7046a068111d817bc4dff5894d00a7567 SHA1: 7304fde75011fbc6945b9b73b07b9f9797b6b58a MD5sum: 360c8dfeb014c9551f88a5253b661d97 Description: debug symbols for ros-rolling-point-cloud-transport-tutorial Build-Ids: 06820f5c7ba2d0f37c26f952145647379d50d332 1ba2b0510b80fcee82749d3715725544640ec0e4 218c4eb6154cbb3f33cef716ac5d85bd8b797e43 Package: ros-rolling-polygon-msgs Version: 1.3.0-2resolute.20260916.034058 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.20260916.034058_amd64.deb Size: 116224 SHA256: b8d2fa904011a0fba97e319acf5a7061a2aa9d1c22f7c671603d9d0146f3e30b SHA1: 46e6008f7047c55372d9e8f5518b170ba3b5295e MD5sum: 63fff21e118204ae222be307a9ca6210 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.20260916.034058 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 1318 Depends: ros-rolling-polygon-msgs (= 1.3.0-2resolute.20260916.034058) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-polygon-msgs/ros-rolling-polygon-msgs-dbgsym_1.3.0-2resolute.20260916.034058_amd64.deb Size: 992784 SHA256: 12058997a12b4524566c3ff50ddeb21d20d094bd2f8821cf55686e9681104940 SHA1: 8e07cbfc5c242216b7beee2117ad221210270048 MD5sum: 45036d35f11c1c40bdcab9c6e6484e20 Description: debug symbols for ros-rolling-polygon-msgs Build-Ids: 03e5a089d2c80501abefff768020a82c87d0fcda 21f4a14b484ee18bba26cef5b77ff1264f98b6b7 537fd36128aa6f0bd36ae36e4877c20616db97d1 5ce965a297ffa2a723d27929b897ce3c6d4f2f60 96582f6f487be8b02d14e31feba591fa814685c2 9b1c96faebb33f3bcd416fa28266aacaa3f67a92 ae2fa14acdd16b3beb159490556b7bb85dce8ade cf873faff11ac8abef515dcabd2fc473aa634645 da8cbf870cc8d583494f3f2a0176298b3b8e241c db6cc163ded50129ee097059c77140182eb06111 e2b9dfdca118b6634043b0742f5e2b8fc23fcf91 Package: ros-rolling-polygon-utils Version: 1.3.0-2resolute.20260916.034854 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.20260916.034854_amd64.deb Size: 31572 SHA256: 3cecb39cd22979afb483d4ebee3ecf9819a4f86ccbd74ac2902991746f007dac SHA1: 2607dd2132d8b4fcfea6d73089869485b5db5a37 MD5sum: 05d476be297e42536edb1c3081920aa3 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.20260916.034854 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 176 Depends: ros-rolling-polygon-utils (= 1.3.0-2resolute.20260916.034854) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-polygon-utils/ros-rolling-polygon-utils-dbgsym_1.3.0-2resolute.20260916.034854_amd64.deb Size: 156192 SHA256: 5f3d5586abfb42fbb8879bc5c6dd4f993323982646c6450f7dde00017f1a96d4 SHA1: 2658730956fd21968a6f76cf5173d8e31061cef2 MD5sum: 20950286818a917cbf0fa2e00317200f Description: debug symbols for ros-rolling-polygon-utils Build-Ids: 1a4f8d433337a88bec5c1672cff11f3811f6559f Package: ros-rolling-pose-broadcaster Version: 6.9.0-1resolute.20260916.213443 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.20260916.213443_amd64.deb Size: 100134 SHA256: a328c1c7c4ed9801e3307a169a26d0ae6a1b4c80d04639bda5f944a67cb44262 SHA1: adcfd9eb41f80dfe18417db5ed4feca21b8fe032 MD5sum: 1667906c6e98f082e2bb1a2dc89cf8c6 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.20260916.213443 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1548 Depends: ros-rolling-pose-broadcaster (= 6.9.0-1resolute.20260916.213443) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pose-broadcaster/ros-rolling-pose-broadcaster-dbgsym_6.9.0-1resolute.20260916.213443_amd64.deb Size: 1389126 SHA256: e67cf39e791a38266dd14bf9e6b5104e4304104a0768c6b6ea8b1a6e7d80448c SHA1: 160e17aa8ff36dc350260e9e08c2a3e7a5229ccb MD5sum: 8e4415c83059112dbecb5849fd4ad0dd Description: debug symbols for ros-rolling-pose-broadcaster Build-Ids: 173e24573e4799eb3647c9d40a0f1a5872773bc7 Package: ros-rolling-protobuf-comm Version: 0.9.4-1resolute.20260908.133922 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.20260908.133922_amd64.deb Size: 158796 SHA256: 0a3cc4cb521cb21572687d4b9c3cddd2377fca06f124d2bfc848d04e6d550ae3 SHA1: f49e96a3f0b7f394ca5d813902d439f867e50d8b MD5sum: 1921c3ed4159e5e64936d7a851d76472 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.20260908.133922 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tarik Viehmann" Installed-Size: 3544 Depends: ros-rolling-protobuf-comm (= 0.9.4-1resolute.20260908.133922) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-protobuf-comm/ros-rolling-protobuf-comm-dbgsym_0.9.4-1resolute.20260908.133922_amd64.deb Size: 3096294 SHA256: e5e0fbf977bf3a2d9e7b6c94090c286c8bce3037e28b625fe8ff4b064c518c3c SHA1: fcf0251114fb0d6028068d1789b4be22e7e6803a MD5sum: 3a7848f7c7ab4d2ffc63849a32922427 Description: debug symbols for ros-rolling-protobuf-comm Build-Ids: 36c3771f7b98e0e85238410ee26af3d96c3f6d7b Package: ros-rolling-proxsuite Version: 0.7.3-1resolute.20260908.130212 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.20260908.130212_amd64.deb Size: 154210 SHA256: 0d24816f94c57baec88c32d389ec5cee9703f1b12922716245ef9df39c292e3d SHA1: acf4f63918dda7d397ffd16586e4da58678e4d5c MD5sum: 64add5e5bfc2d75148f55a5f8160dca3 Description: The Advanced Proximal Optimization Toolbox Package: ros-rolling-py-binding-tools Version: 2.1.4-1resolute.20260916.204357 Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 450 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.4-1resolute.20260916.204357_amd64.deb Size: 138814 SHA256: 0414cf6727117c3c8a5a8fb911c1794f81bc131ecc552c3d50f5e120a307a021 SHA1: c5f5d01675c0264a33676acfa7ef64e3099005b7 MD5sum: 31a989b06785e5247da95c202c993d8c 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.4-1resolute.20260916.204357 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 2373 Depends: ros-rolling-py-binding-tools (= 2.1.4-1resolute.20260916.204357) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-py-binding-tools/ros-rolling-py-binding-tools-dbgsym_2.1.4-1resolute.20260916.204357_amd64.deb Size: 2237574 SHA256: 64060ab56ba207f3d510d3538441c1849258e821ecc236d82fc011f39f37fe79 SHA1: be321160e370c4535c2848e9f947f181c25224f3 MD5sum: e1489ee91f13728af2c80a5d733831b4 Description: debug symbols for ros-rolling-py-binding-tools Build-Ids: 10151e8fbce350e1137c61df53df8751f181024f 60c0d0a8e98c1ab763cbb93c33724930222e1311 Package: ros-rolling-py-trees Version: 2.6.0-1resolute.20260911.092727 Architecture: amd64 Maintainer: "Daniel Stonier" Installed-Size: 1298 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.6.0-1resolute.20260911.092727_amd64.deb Size: 247620 SHA256: ee8e6e59fd101d0d3fae1eaa5e23e3d2110d1a418b53d259e51a79f8038f5b9d SHA1: 74552d2fa07c777073fef3157c1c8dc2834aaff6 MD5sum: 68e70ec3f5888e601d221cf032ea1c53 Description: Pythonic implementation of behaviour trees. Package: ros-rolling-py-trees-js Version: 0.7.0-1resolute.20260915.085314 Architecture: amd64 Maintainer: "Daniel Stonier" Installed-Size: 5189 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.7.0-1resolute.20260915.085314_amd64.deb Size: 1183124 SHA256: af0cbb50f836363055bd5517f5263b6a6e88eed102410c0bdef007bea07d1293 SHA1: 2d056b1ae1804d9fd6d5e725bcdf69ec40805cbd MD5sum: 34a7afc14cf6c5d10440fc8d7cfa859d Description: Javascript library for visualising behaviour trees. Package: ros-rolling-py-trees-ros Version: 2.6.0-1resolute.20260916.204151 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.6.0-1resolute.20260916.204151_amd64.deb Size: 110034 SHA256: d8ed1c9e6900c746ecaded1a31a543cf4abb0630f0b8b4d594766fb5613f4293 SHA1: 688521b23d84a69c3597844c91313ad4fe7dbb8b MD5sum: ac108313748eb59690a82c107efa4938 Description: ROS 2 extensions and behaviours for py_trees. Package: ros-rolling-py-trees-ros-interfaces Version: 2.1.2-1resolute.20260916.034142 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.20260916.034142_amd64.deb Size: 641880 SHA256: 62c74454d9e402a2e2824cd010ce88b22515a65ca4ca06b7a40afe17e48f5f68 SHA1: 6a0d0c49cfd96e28b3f6b6f23eaa16cf0611fc64 MD5sum: 50c38b0e563911b36aaa8cd095fd4030 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.20260916.034142 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Daniel Stonier" Installed-Size: 7589 Depends: ros-rolling-py-trees-ros-interfaces (= 2.1.2-1resolute.20260916.034142) 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.20260916.034142_amd64.deb Size: 5362886 SHA256: 3bd8dffab243b854f96609fcfb5a8e8072a1b31e2c20252b58f9b9dc4d97d6a2 SHA1: 8de7575df82c277b9bb17e0b6bd4456e69d52892 MD5sum: 624ca566607d80d30e4a8d6a45628fd2 Description: debug symbols for ros-rolling-py-trees-ros-interfaces Build-Ids: 049ebb0de9fd1fdba6fc05b3d4acfc49c8260e9a 0acfdb7b5b019bf33904ec7ade7e2e48c9e57c02 3b16e44f2bd8de97a9053f1a4de3bac28c8605a4 56a66fc8d9aee3ac0b6dabcc8efbed3d297fef0e 6e400f38d12e11ce09f0d33637105c46c3e8c2e2 8f73dd6b48ce85fd7cdf8d815cb59c763d38a695 9c95ea74559cf268064ac5f80df7ca5f94d83dec c3b2901ed084156821f75e0cec0247c80e5eed4c cd6cfa33f68bc32053f91b810df8a4ef692d54b5 d58f5102e5592230873d365b78cfde8303e79734 f68c1c18e64f96b1473a0e4ff0d28d342c2e20d1 Package: ros-rolling-py-trees-ros-tutorials Version: 2.6.0-1resolute.20260916.212304 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.6.0-1resolute.20260916.212304_amd64.deb Size: 93704 SHA256: 0ec957fd1df72d3f93ea00e292337e34a495e5e14b179b1f5ea29cef79fe63d6 SHA1: c8d16e8034648c04ac786c83a438c07587c9c3ff MD5sum: cdf0629394ece8a16053941d7e86bb92 Description: Tutorials for py_trees on ROS2. Package: ros-rolling-py-trees-ros-viewer Version: 0.3.0-1resolute.20260916.203543 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.20260916.203543_amd64.deb Size: 69828 SHA256: 6c7680021a4c989ab8f6f4878138d3319c306e915d1317b1922aab253b4c432e SHA1: 567480d1442324e8bb2f4844ac62977abdb8117b MD5sum: 76d1d3c10d834836db7f84eb1746e454 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.20260908.135302 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.20260908.135302_amd64.deb Size: 6004 SHA256: ae4c0a0f3e4a1c3e452323d67ce46f39cea5422493bb6ccf68404538c36393e8 SHA1: 15013bbfeb964ec55e5b4adece48c10b2f5d26ec MD5sum: a8a67e5615b5b43949f2b26edbda919d Description: Wrapper around pybind11. Package: ros-rolling-pymoveit2 Version: 5.0.0-1resolute.20260921.004753 Architecture: amd64 Maintainer: "Andrej Orsula" Installed-Size: 506 Depends: python3-numpy, ros-rolling-action-msgs, ros-rolling-control-msgs, ros-rolling-geometry-msgs, ros-rolling-moveit-msgs, ros-rolling-rcl-interfaces, ros-rolling-rclpy, ros-rolling-sensor-msgs, ros-rolling-shape-msgs, ros-rolling-std-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_5.0.0-1resolute.20260921.004753_amd64.deb Size: 76068 SHA256: e99028e2671553c8b8f6e1fe720c925d5bfc67a5317aa533ce8904d38bb7f02b SHA1: d37027153e0148db5621f1c08563a8f66662a96c MD5sum: d08f3749f99b02624b240e2e38e0c324 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.20260908.140642 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.20260908.140642_amd64.deb Size: 7174 SHA256: 7cbc2ccd9b16d5c9862ed2e7859ae3cdaca927a3fb7aab6a1de8f19c0bf38e96 SHA1: 741717330679fd45b0a7c94dcdece418aff5385d MD5sum: 09761f96dd42b649d7a3a3c47f161a92 Description: Provide CMake module with extra functionality for Python. Package: ros-rolling-python-orocos-kdl-vendor Version: 0.8.0-2resolute.20260908.140357 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.20260908.140357_amd64.deb Size: 6130 SHA256: 725eebca2dce073deed6d7ee0891f38f0d5bfd74730b5a82d801a1bfbd164eb4 SHA1: 11c390dfc5240cc1e21fed2e6ca5fb0a10305eed MD5sum: a571b5cd46afcfb9ba8aa5cbf6665251 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.2-1resolute.20260908.134840 Architecture: amd64 Maintainer: "Shane Loretz" Installed-Size: 86 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.2-1resolute.20260908.134840_amd64.deb Size: 15346 SHA256: 98629a3c9dd4069f3b5bdc1a3d77f351026ef02da8fcdb4ac4d9042825d1f221 SHA1: 638d61d40f50d2e4974412477689433908612f01 MD5sum: 1045459b1b88cdb85d70a2be591927e2 Description: This stack provides Python bindings for Qt. There are two providers: pyside and pyqt. PySide6 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.3-1resolute.20260908.140630 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.3-1resolute.20260908.140630_amd64.deb Size: 28190 SHA256: 1002c6e0e830aeaef46291e318435750198742f3b3ef7f571f6fb700c8735b42 SHA1: 20da87010b86d697d227c18310fd133ac493e71e MD5sum: db35f67de80c2a6d2fb73dba3cd53f16 Description: qt_dotgraph provides helpers to work with dot graphs. Package: ros-rolling-qt-gui Version: 3.0.3-1resolute.20260908.141126 Architecture: amd64 Maintainer: "Dirk Thomas" Installed-Size: 334 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.3-1resolute.20260908.141126_amd64.deb Size: 50442 SHA256: 4c839bb0ff3ce1be748eda1d98f03fde7598a026649409af7601af1c326fcde1 SHA1: 6a0312bc40b1c70997889dc2ba7269045ff33e9a MD5sum: 6b92df8eaed9af17d35afddfc0ad468c 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 PyQt6 or PySide6 bindings. Package: ros-rolling-qt-gui-app Version: 3.0.3-1resolute.20260908.142445 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.3-1resolute.20260908.142445_amd64.deb Size: 6174 SHA256: 77f9951bd676509eee73b594a384c4cb266c766eb6bdccd19f788f9b37e22fb8 SHA1: e2995ddcea3d08b6ee1945a274592a2c8c5659f8 MD5sum: 6cbb2b045fe465f31aa66323520ee04e 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.3-1resolute.20260915.135856 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.3-1resolute.20260915.135856_amd64.deb Size: 6026 SHA256: 28866226e79643a374e4442d62df8452d4ffbc07e45924393b794db827317834 SHA1: e6354d793ea0d340999819a9a1236778e2cb8794 MD5sum: e390510a0971132318d4868ccd8bc377 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.3-1resolute.20260915.135651 Architecture: amd64 Maintainer: "Dirk Thomas" Installed-Size: 782 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.3-1resolute.20260915.135651_amd64.deb Size: 184470 SHA256: 1ba2946b4362b0264e2a26d38650e065309e2d5bb81d14a0e74b8d61010eb1fb SHA1: 8191d1458f02679676167f43b745802f6c75814c MD5sum: c23ee53bc163c654bfad05e3dc6851f5 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.3-1resolute.20260915.135651 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Dirk Thomas" Installed-Size: 3344 Depends: ros-rolling-qt-gui-cpp (= 3.0.3-1resolute.20260915.135651) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-qt-gui-cpp/ros-rolling-qt-gui-cpp-dbgsym_3.0.3-1resolute.20260915.135651_amd64.deb Size: 3105782 SHA256: b1dc101fa5d642ccfac344c54a462fed596a6fa2dd810bc682eb45970490162d SHA1: 67db2d0f605b195713fd2a0b3c5441333c885843 MD5sum: d93f98ec5c3da10e1c11df9f31f4aae9 Description: debug symbols for ros-rolling-qt-gui-cpp Build-Ids: 83ca027933fdc4510c8392027b9b256f433d010a bdf1b9c034837aca372a4da4ded9326da0e2eeb4 Package: ros-rolling-qt-gui-py-common Version: 3.0.3-1resolute.20260908.140650 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.3-1resolute.20260908.140650_amd64.deb Size: 11470 SHA256: a02a9b536f3fbc95368e0b5e5f8856a21f46e82ed85e68bcc86e1038ddafb266 SHA1: 9c83a1398643ca391c31759c94aff3c68b408615 MD5sum: 88b7d416d9a80d9722bc415c033ca5bd 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.20260916.205946 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.20260916.205946_amd64.deb Size: 478956 SHA256: 2b304cd6ed9d0c4340cc272be0cf2248543d85e5ae47ebfcf1835514d8891453 SHA1: 8f3ac2a94a54a89b18bc3dca99f771c83135b867 MD5sum: 08ad28f82b96ad5e8f36ae77fb642978 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.20260916.205946 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 21662 Depends: ros-rolling-quality-of-service-demo-cpp (= 0.38.0-1resolute.20260916.205946) 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.20260916.205946_amd64.deb Size: 17545486 SHA256: ae4faef7b7979881dc7f11549bbd779035a0bfdb363babd5a7ae3bdb5e5d7b98 SHA1: 37082bbc2d3c007887c639c732ccbe0525c78d6b MD5sum: 027d486782eb205e41a9d70a0eae3429 Description: debug symbols for ros-rolling-quality-of-service-demo-cpp Build-Ids: 150baed80e09424b43d0be79166823f75459aa1e 38d5bcb469e93093d4f51f968380d6c04caa453e 4cd32aef90a5442f0ac900ba47711b360e363d68 641f1d730528a6e90e1e55202cf2fd1c5e6b9096 70cdb53def1eb85841ea3427485e85ed0ca8560f 94d782f5f4c9877a9e8ac46d68a41dd88356eaab 98efc44583c01dd4d0349ffc5ac25f84d5fda643 9ab2c74e2c06c99de9b8cb2680a218b53fcdc54f e647fe431ca13111a765f4e18b42466cb4eca2b8 ec4d2a66c04a7db348115a434e61798e504a99dc ef54ccea3e8814568acaed69ef7307ed7f531b7f f43e816a2df732d0bb07fda8b513fe29d9b88765 Package: ros-rolling-quality-of-service-demo-py Version: 0.38.0-1resolute.20260916.203550 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.20260916.203550_amd64.deb Size: 20288 SHA256: 96e1cb24588277ac939dbc487391cb0db6445291056f55ef9f68772571641193 SHA1: 14bca396153d7b606963a0aa4bb07c663f54a52d MD5sum: 842c3acc93f4fbf1a2f71358fe4be522 Description: Python Demo applications for Quality of Service features Package: ros-rolling-r2r-spl-7 Version: 3.0.1-4resolute.20260916.203550 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.20260916.203550_amd64.deb Size: 6780 SHA256: ae6afafa944b1ab2e0792cf4981e7f2c26dd654552b2382262b2b81cbc7b4d1a SHA1: 55cd686cb30126f1862aa56e0947089b5397062e MD5sum: 5889cbd88d83882e7adc5770c3e20bb6 Description: Robot-To-Robot communication in RoboCup SPL using SPLSM V7 Package: ros-rolling-radar-msgs Version: 0.2.2-4resolute.20260916.033729 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 1007 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.20260916.033729_amd64.deb Size: 92526 SHA256: d1cc13647fae9c15751dfc4f720c0bc31fc22adc9e14db26141e95b0768fed65 SHA1: 611e34ee9e49c7d3c41bc10022b19d14aa1f65c4 MD5sum: 00a40e206764fea611d3c78531578dec 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.20260916.033729 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 781 Depends: ros-rolling-radar-msgs (= 0.2.2-4resolute.20260916.033729) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-radar-msgs/ros-rolling-radar-msgs-dbgsym_0.2.2-4resolute.20260916.033729_amd64.deb Size: 555330 SHA256: 787313465cc9f56ccae1ca268569a91009500a7af1563ccb20d46b720ccfd44f SHA1: 18e80cb7dd5a102f3ff43dd60418bf9d12d281b9 MD5sum: d5c237feb72de9538fd1d2fb02448761 Description: debug symbols for ros-rolling-radar-msgs Build-Ids: 1887c8b501e09fe16d9f522a9f588f15d1b95660 4881c7c067d01d420927bc4a495ed1b833f3982f 6a54cb6d2a5716c513aa2a70f16cf6b4e150a16e 74d566faba514ed3909eeffa66b9ea3576cf553e 7780475a3e6ac43a26eab01b72a475a51437a73b 8b814ebfa96789f3f0135e88febd37b6055305af 99a1b5c59aa19252a620116ebe10423889ce0c18 cc413a1bc501e82aba0106cf62a90f91953ca836 f32c16a846349b4311008379ee916f32de9b021a f41be3c575e3ae0f500579e97e99d10f9b8152c5 f656a2949ec396fb6ed861488c34ce0d9949c1b1 Package: ros-rolling-random-numbers Version: 2.0.5-1resolute.20260908.140704 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.20260908.140704_amd64.deb Size: 26490 SHA256: 16e98563433c4aa901a93297f11ffbfa5a5ab841cc98a1222408488b1b79e1e9 SHA1: 214db82e65887aa767b6fcd1a1d01303b000414e MD5sum: 6cbf0514e485c8818b256b5763965a0a 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.20260908.140704 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anas M'chichou" Installed-Size: 178 Depends: ros-rolling-random-numbers (= 2.0.5-1resolute.20260908.140704) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-random-numbers/ros-rolling-random-numbers-dbgsym_2.0.5-1resolute.20260908.140704_amd64.deb Size: 138264 SHA256: 0bc19055568c9f969806a156adedcdd59064d8a016a5cdbaae907077c5ad261f SHA1: 5025226df18d18f6bc953a58dbdb23d2d649b529 MD5sum: 4aaf8500165967e47fe29932b00f1438 Description: debug symbols for ros-rolling-random-numbers Build-Ids: f174fef2925331d7f9e247c6f2fb886311639e1a Package: ros-rolling-range-sensor-broadcaster Version: 6.9.0-1resolute.20260916.213457 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.20260916.213457_amd64.deb Size: 85130 SHA256: b7799c59a2c43565706e8982adddbe1167320f17f0d85eb0a76e04a551d6cb2b SHA1: 59e1c21ae08f1a171fab53eb4b4ce93faaadf302 MD5sum: ad1d6bbfcf1c52593adc9f340a33dbfe 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.20260916.213457 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1197 Depends: ros-rolling-range-sensor-broadcaster (= 6.9.0-1resolute.20260916.213457) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-range-sensor-broadcaster/ros-rolling-range-sensor-broadcaster-dbgsym_6.9.0-1resolute.20260916.213457_amd64.deb Size: 1089366 SHA256: b148e66cc66c8f64482cee7ad15c18ae172410ca95fbcde1bcce9945d2119b59 SHA1: 727d7e0b3a7f026a905017b5e9c29b1fc5dd61f0 MD5sum: 387f33fd04a1f432c82315b445e216ae Description: debug symbols for ros-rolling-range-sensor-broadcaster Build-Ids: 006f45b1b83921dbaf819ba04699b390f59bf619 Package: ros-rolling-raspimouse-msgs Version: 2.0.0-2resolute.20260916.025359 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.20260916.025359_amd64.deb Size: 60214 SHA256: 92321c51cbfdd570ea32c0e770aeff45f84d85337a924a7857434ca471963d4e SHA1: 3e49dd9037494e000e4c6c2c970d2bda99c14384 MD5sum: 274d6be547e7ce7f7589a019f456bd0b Description: RaspiMouse messages Package: ros-rolling-raspimouse-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-raspimouse-msgs Version: 2.0.0-2resolute.20260916.025359 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: RT Corporation Installed-Size: 514 Depends: ros-rolling-raspimouse-msgs (= 2.0.0-2resolute.20260916.025359) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-raspimouse-msgs/ros-rolling-raspimouse-msgs-dbgsym_2.0.0-2resolute.20260916.025359_amd64.deb Size: 337166 SHA256: 608ed8be7412cbbd9ab684abe049b58d7e7afde37834b3cc4666f659decb0054 SHA1: 87998294c27311f2032f26278bcf6292441fe4e5 MD5sum: e019d10f191a3e39c7bdeb663e1867b3 Description: debug symbols for ros-rolling-raspimouse-msgs Build-Ids: 137def31399da229e89375eb34077db5b81aad33 281bd5a6439bf04a6e0eca523fd7ed1e52ff6edf 4774b9c4e8a93b5bc86e2a1702d7ebbfd4338760 6c91ecbe3dcd210b1baf207e4a86225dc8797b54 772ae8800f016ec603d73301e1737c843a2ed7e1 7bd2fdbc05133c02a4760eeee42da539359054e4 9568c5c5c6e03e07abf33be9bfe6540160cec36e a0181530d6f39f5606829790249020ac6800c10f b80df78e072b8442fd383ac98edbd1219a6a4e7c c9681e85dac2fd0360a847764ea056ef8144aee6 e9bbc215fc761fde2a846e77b38720d2d26230f7 Package: ros-rolling-rc-common-msgs Version: 0.5.3-6resolute.20260916.034104 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.20260916.034104_amd64.deb Size: 123694 SHA256: a91e053f532f8e9b096c50d097214ee2ea72e84b298efd3c5ba21f8ad44daa4e SHA1: 0d813003ab771ce799795f1f6cfbb676e420f491 MD5sum: 37885a58d105ab434931c90f801768a4 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.20260916.034104 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 1118 Depends: ros-rolling-rc-common-msgs (= 0.5.3-6resolute.20260916.034104) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rc-common-msgs/ros-rolling-rc-common-msgs-dbgsym_0.5.3-6resolute.20260916.034104_amd64.deb Size: 816194 SHA256: 450fe4f6e3780ba8a72ab95706796f73b2be9055a61e32afa1af49b24f20de2b SHA1: e84d8ec2741a2ef216074c6fae851d06e8da61be MD5sum: ac841c5c5a07670c257e961fb9ec209f Description: debug symbols for ros-rolling-rc-common-msgs Build-Ids: 0f316c628b1d10138ce555a04aa73acc5207067b 2b0050a8e0f7243831650d696db2fcf58105ace9 45bf34f82402ec1a545363d77ab2b2c7a405c181 71ac8ad13072e44b37842e413b36380f293a72b9 89a3db4cbe0858ce01796e75e3449ffaa5edecd8 8e2820e0d7908a6343f2190cc3571ee0acd9a5cd 916a79701d8ccbad9dd26e5bbdba04fccf30e4fb ab88b715a4b4f9100c33693b19899a73b36a3f79 b0db302edc8440dcfbad377c1a6f4b1b72ed94a1 d85f6f76f7b403ac3d6c24d228c557c82abc5d22 ebb8aa16a1ecd5f1558304e9c2249251c8b20dfe Package: ros-rolling-rc-genicam-api Version: 2.8.6-1resolute.20260908.133943 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.20260908.133943_amd64.deb Size: 3072272 SHA256: 56e94e3f2bb3d5bb1f30f34590016477cd80f1c0753398224954dc1190136f67 SHA1: aa401acb862bf8ad5f45a887b38f093ae736bd3d MD5sum: 8ed1fd6691ca9eccdaa32cacafc0ac7f 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.20260908.133943 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Felix Ruess" Installed-Size: 6036 Depends: ros-rolling-rc-genicam-api (= 2.8.6-1resolute.20260908.133943) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rc-genicam-api/ros-rolling-rc-genicam-api-dbgsym_2.8.6-1resolute.20260908.133943_amd64.deb Size: 5525546 SHA256: 3810504ffc394532a7039a30c47ba19a644030168dd8708a9303202948808205 SHA1: 756b81fa12174505c8cce15fe519f518150c7f00 MD5sum: 9c56277d384cca53e046f181f7a63b4d Description: debug symbols for ros-rolling-rc-genicam-api Build-Ids: 04805bc528b1599805925bb55b796f7d99210042 2dbf3c1cc1945a983a3e6a61ceee9d238b843090 4ac3d5ed78e29f5123cad17a9f0037e9b620b696 673b0d6b3ffe3fa83471030a8be873876bc38074 81ad58fa2bce5cc2613a1a8db51d856d8a9164aa effd75bcf21b065f971e840e7262d385953c5e3b Package: ros-rolling-rc-reason-clients Version: 0.5.0-2resolute.20260916.211104 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.20260916.211104_amd64.deb Size: 41942 SHA256: 921ff904b751b4ae3d54734dc9a1e3258815bdfd68811b42be046cc34c3762cb SHA1: ba257620034e68bc2dadc3a71a2f5c3d2d9dd833 MD5sum: ac4e54baa51285d754c7584d7c71bab6 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.20260916.034326 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.20260916.034326_amd64.deb Size: 1018526 SHA256: 5c10032cd6401812de4eba8a985826ce7b6852a59f5f478db02786da34a4e6ec SHA1: 534de46b9f829f607ff95b5c905d0c1ee616b286 MD5sum: e9bbea21a369a88e081d2c8834ffd20b 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.20260916.034326 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 13828 Depends: ros-rolling-rc-reason-msgs (= 0.5.0-2resolute.20260916.034326) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rc-reason-msgs/ros-rolling-rc-reason-msgs-dbgsym_0.5.0-2resolute.20260916.034326_amd64.deb Size: 10692808 SHA256: cf3a1f11a472e50768f6b6df33559be44dbf1a556d4b2b149fb00621048c8c5c SHA1: db706d4e9dcb66aff5130f25bd6e9f9764a0483d MD5sum: 6f75181db4de7d1be4245d633331d4cf Description: debug symbols for ros-rolling-rc-reason-msgs Build-Ids: 328cc61ecb600ebc2c8d3ba6ba0e1696a02103c5 4dafc2774d1fc66a965432c616b3ff7114a76a9b 4fb809ba1d8c7d12a8cfff837a0cd69114fdf7cf 69ef60024fd963443812a301c175abed92d61dc7 997fa543328985616d26c7e8a739d0103e1aaa45 99c5f50c638ec9733abcecf0f68d5727a4bdc308 abb7e4b94378ff59484914b3b42259d3528ac523 ae8a493a97ace4d821a588f35ecaa897bf60e486 db42b08d7a20840b4dfd29799f9ee42c06a2f867 e148f767614a89190754fd693d10df5bb553eb42 e3e262681dd4ef6116d1104fcb8aac01d368d306 Package: ros-rolling-rcdiscover Version: 2.1.2-1resolute.20260908.133946 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.20260908.133946_amd64.deb Size: 89852 SHA256: 5daba663bda103b91d90b518ad16bcd5baa48beae320960f0d679d5488e5441e SHA1: c54edaa39ed6f089d9c2d1e6f1a47084333a9ea9 MD5sum: 9cefa467b69e9d168e77578c94170df0 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.20260908.133946 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Felix Ruess" Installed-Size: 1298 Depends: ros-rolling-rcdiscover (= 2.1.2-1resolute.20260908.133946) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcdiscover/ros-rolling-rcdiscover-dbgsym_2.1.2-1resolute.20260908.133946_amd64.deb Size: 1188138 SHA256: 611cbb3d18d20df37872494abdcb4cdcfbf13387ff8dc6ed23bbdecad70d8b65 SHA1: 89d6348438c0dc0fbb5baf5fb41de88643acc5e1 MD5sum: 0b96043a64a660f4ebc0bca9765d09a3 Description: debug symbols for ros-rolling-rcdiscover Build-Ids: 47d44cb0b7b75dfcfd63fea03f8980ffcdbf1395 5df7ad8a290cff92143f89aab76e9ee8b50e7848 Package: ros-rolling-rcl Version: 10.5.2-1resolute.20260916.200521 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 812 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.2-1resolute.20260916.200521_amd64.deb Size: 161244 SHA256: cd162126d5007c04157ce1af4f3182b302cfb9c04294f079c6b8b0a4935e9f3e SHA1: 545c1a2a4d56380fe27bee406a5fbd4b8c5b82db MD5sum: 542013d5604016c2e06129d5dd5bfc60 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.2-1resolute.20260916.200634 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 315 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.2-1resolute.20260916.200634_amd64.deb Size: 57498 SHA256: 1546bf8bace3f40c3e2781ff4e8627fe1dccec1c3c660091b927b7760220e89e SHA1: 6a8dcf0a7c4094d8db117903ca34ba4fd95d484a MD5sum: 804a0ec99df17de23f2e07a56a82ead6 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.2-1resolute.20260916.200634 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 127 Depends: ros-rolling-rcl-action (= 10.5.2-1resolute.20260916.200634) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-action/ros-rolling-rcl-action-dbgsym_10.5.2-1resolute.20260916.200634_amd64.deb Size: 75260 SHA256: 857b8a3d5bb84bab4d821be020a9ec98f40bfbd85ef3e64a1b9eeb5bcb362bbf SHA1: ef9cb12344eff5d448fe3db560d6fa5d9d6d09f2 MD5sum: 763afbafaa163f4c29a61b29713b6db7 Description: debug symbols for ros-rolling-rcl-action Build-Ids: 445d9429de420b714461dc0d91696410876c8a92 Package: ros-rolling-rcl-dbgsym Package-Type: ddeb Source: ros-rolling-rcl Version: 10.5.2-1resolute.20260916.200521 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 419 Depends: ros-rolling-rcl (= 10.5.2-1resolute.20260916.200521) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl/ros-rolling-rcl-dbgsym_10.5.2-1resolute.20260916.200521_amd64.deb Size: 282246 SHA256: 0c2210de44d895de254dc21f1549ca2b043e847212f94c4555a6f46549abe8ac SHA1: c2f8165f89eb34af5cd9809ac7ec017df428d2d1 MD5sum: a0d5b4e162dcffbc8db59de713bb4b17 Description: debug symbols for ros-rolling-rcl Build-Ids: a46269c19d65190e241b5cdd0fb6db5c4f51d453 Package: ros-rolling-rcl-interfaces Version: 2.5.1-1resolute.20260916.025802 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.20260916.025802_amd64.deb Size: 453712 SHA256: 3151d926a3aea4e45045281daebc1eff063985a9924ce87c370e87f65f457779 SHA1: 5d289eb72d8ac1bc0be866453d9dc9b5519e51a3 MD5sum: fe797392828f60440ed16fc440bb298b 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.20260916.025802 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 6137 Depends: ros-rolling-rcl-interfaces (= 2.5.1-1resolute.20260916.025802) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-interfaces/ros-rolling-rcl-interfaces-dbgsym_2.5.1-1resolute.20260916.025802_amd64.deb Size: 4868044 SHA256: bdb50d42725912f6802f7d3dde31818e5bc4ff115bb4d74cb820515a7094c444 SHA1: f6f3880e31c4fc31c2291889aaf13df1e2ea03dd MD5sum: 744e69ec3dba204fc10df99c3241243c Description: debug symbols for ros-rolling-rcl-interfaces Build-Ids: 006f39ac0b80df2aaffd83db7839078ee8737022 780c1d439b7bb2ab06bf6cd60dc071449b6a27ef 8609f434bf8a5e21b0a38d550b36200f47dca5d1 a1966cd8ed2d7f3f5c051c8f4213e00e0539a8d1 aeb951d816c0f6cd590a538b3f6b8579036ccc21 c1fa0e847142c2322107c84c7999424fe96ead1e d1eeafd268f771243c22837f1d50aba8fa403830 e76345cf2efb870074f62aff66083dbdf676acf5 ebbca55a415535b4987c434ddca4ef9ba88651de f2d1910766104316e099e9e0a16fc441161e0896 ff4b2972f5fe29615ab81f7ade13a5fe1244b0d4 Package: ros-rolling-rcl-lifecycle Version: 10.5.2-1resolute.20260916.200634 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 149 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.2-1resolute.20260916.200634_amd64.deb Size: 29994 SHA256: 9933c301cbe20546670e69ea3fe3a4d0b180838a04be4390b7476e758ca185f0 SHA1: 70b3dca8b0836e87e3a990dc9e28ef4c3ad88cef MD5sum: 15d8bf3550077134000f13bfc34a4bdc 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.2-1resolute.20260916.200634 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 66 Depends: ros-rolling-rcl-lifecycle (= 10.5.2-1resolute.20260916.200634) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-lifecycle/ros-rolling-rcl-lifecycle-dbgsym_10.5.2-1resolute.20260916.200634_amd64.deb Size: 36496 SHA256: 93c382a6b26607677ba88f35d8f1c4da020670a0f598bada6b0be844637cc0bd SHA1: cb894deb7ac734d53b6496eabb27d890e29a944c MD5sum: 982ae739e834b119c4229cfaf2e735da Description: debug symbols for ros-rolling-rcl-lifecycle Build-Ids: 27c3c99018a37dabd5e67bbc6b30dd27f8ea2d12 Package: ros-rolling-rcl-logging-implementation Version: 3.5.0-1resolute.20260916.200109 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.20260916.200109_amd64.deb Size: 18466 SHA256: 3fa47979e6a2aa7b8075c44ba237e319b051b6c816e550a78dd0493d29dfde2f SHA1: a5082793062c2ef9c425e67bada433c3c2daa686 MD5sum: 86ce9a795cabba3edf1ad0240fa0e822 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.20260916.200109 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tomoya Fujita" Installed-Size: 94 Depends: ros-rolling-rcl-logging-implementation (= 3.5.0-1resolute.20260916.200109) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-logging-implementation/ros-rolling-rcl-logging-implementation-dbgsym_3.5.0-1resolute.20260916.200109_amd64.deb Size: 69520 SHA256: db0c0e58be253f2dfd7c93dedb8864014359f4707840e0b37ef791735bdae7b8 SHA1: b398d68b4b12aba243bc287f98227a5a736ac445 MD5sum: 96900dd2f2f1ab01537c7fdf6499390c Description: debug symbols for ros-rolling-rcl-logging-implementation Build-Ids: fd77337041134b8b09f4396f9dee735831977659 Package: ros-rolling-rcl-logging-interface Version: 3.5.0-1resolute.20260916.195329 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.20260916.195329_amd64.deb Size: 13384 SHA256: 05ee9ef683b71fb429dfe7ef77e84fefbe21b67364ad8c7bdc1719a5b4684a2f SHA1: ff53d453828bece95cbd97c16dc04905660c8bc3 MD5sum: c4a6270030de7d58b79ee1afadcfc781 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.20260916.195329 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 22 Depends: ros-rolling-rcl-logging-interface (= 3.5.0-1resolute.20260916.195329) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-logging-interface/ros-rolling-rcl-logging-interface-dbgsym_3.5.0-1resolute.20260916.195329_amd64.deb Size: 4948 SHA256: 4a2228e664e55371f511dc9ea14384242e4d63cc6dc5d3ee4b6876bb8845fddc SHA1: ced4761c2c8500fa48b876998c49238ba6347ba8 MD5sum: 604416ff3084f846ad06169300ac304a Description: debug symbols for ros-rolling-rcl-logging-interface Build-Ids: 4f9b0c20340cbd43112947409d0b64311380f539 Package: ros-rolling-rcl-logging-noop Version: 3.5.0-1resolute.20260916.195752 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 79 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.20260916.195752_amd64.deb Size: 11624 SHA256: 90d139672e161a91eafddd4ccdec208da0ee889296a28cb5cc10db5c66c01b85 SHA1: d1b16dff6303e5fbe43a43a14b27491e19a1da9d MD5sum: 4588edbec31851b02ee5c615e61fcad2 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.20260916.195752 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 20 Depends: ros-rolling-rcl-logging-noop (= 3.5.0-1resolute.20260916.195752) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-logging-noop/ros-rolling-rcl-logging-noop-dbgsym_3.5.0-1resolute.20260916.195752_amd64.deb Size: 3746 SHA256: 2ae02ce3e616ea33a88e641114d8bca4e8212fc400a20d9d76bcf53adf43045c SHA1: 02157e244af6a1fc14eca7674d0d1cd2ec107338 MD5sum: 2ca24a9127de0ea29bc769a237a0e54b Description: debug symbols for ros-rolling-rcl-logging-noop Build-Ids: d34f868050e5330e7c73c4fdc702a84675b944d4 Package: ros-rolling-rcl-logging-spdlog Version: 3.5.0-1resolute.20260916.195730 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.20260916.195730_amd64.deb Size: 24648 SHA256: 9884a65ab937bad3dc91a9e097149c5c815984647ec49d7844386e9631f9ef75 SHA1: 1224c1092a038fca76dd8e8a8592bfa35d490fb7 MD5sum: 942078dc318af04e31c23c3b40f0e662 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.20260916.195730 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 255 Depends: ros-rolling-rcl-logging-spdlog (= 3.5.0-1resolute.20260916.195730) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-logging-spdlog/ros-rolling-rcl-logging-spdlog-dbgsym_3.5.0-1resolute.20260916.195730_amd64.deb Size: 224324 SHA256: 6653a20d64e9acd48ae1ed568e9385590a5840cd75b2e76d792ae0a8a171b466 SHA1: 54a8e9ecae514d6aba6e4bcb69e14b9ee04b5ada MD5sum: 0d6786b664c0da00df07856e5336267d Description: debug symbols for ros-rolling-rcl-logging-spdlog Build-Ids: 00bb4f78244f0cb9b699089138ad9329f1b876a0 Package: ros-rolling-rcl-logging-syslog Version: 0.2.0-2resolute.20260916.195731 Architecture: amd64 Maintainer: "Tomoya Fujita" Installed-Size: 92 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.2.0-2resolute.20260916.195731_amd64.deb Size: 20164 SHA256: fdbc8fa9341cca90c456b3de13bb21e3233059edcf2cb00014638bd874fdb67e SHA1: c92e890aa451c0785cf2c7a61e6da1d4d360e8c2 MD5sum: daa626b2ab0aa07efc1928045bfa7374 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.2.0-2resolute.20260916.195731 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tomoya Fujita" Installed-Size: 80 Depends: ros-rolling-rcl-logging-syslog (= 0.2.0-2resolute.20260916.195731) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-logging-syslog/ros-rolling-rcl-logging-syslog-dbgsym_0.2.0-2resolute.20260916.195731_amd64.deb Size: 56132 SHA256: 5acaab2209836fff0cd2358f0693d53dee9dc91d4c6f70fec7834ce8a62437f3 SHA1: c92704dc8092703d3c1472cb13cddea7870b926e MD5sum: ccfcb4b178a9e58ef5a6971610b050c5 Description: debug symbols for ros-rolling-rcl-logging-syslog Build-Ids: 26ea2a47e7f3417d6cb1c1df245daa027e6fde66 Package: ros-rolling-rcl-yaml-param-parser Version: 10.5.2-1resolute.20260916.195330 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.2-1resolute.20260916.195330_amd64.deb Size: 29980 SHA256: bd2bfa677ef4d243e86c95a49615c7c6f43374d4730ec2388178f288097d2b8d SHA1: 6a737f672f1351d2c62abf419e80dc582a46fd59 MD5sum: cb73cb1ea7fcd8f8b718d437d44d26e4 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.2-1resolute.20260916.195330 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 77 Depends: ros-rolling-rcl-yaml-param-parser (= 10.5.2-1resolute.20260916.195330) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-yaml-param-parser/ros-rolling-rcl-yaml-param-parser-dbgsym_10.5.2-1resolute.20260916.195330_amd64.deb Size: 47158 SHA256: 521be64c89bc6ea68d84590638e2e6ec98c2af91b56aea9d04d10f0d88f40e28 SHA1: 6a89fe65e3cf6e95ac49a2aea60f71fec18f1980 MD5sum: d6cc40702e2174d49cb4f24b4f9b9edb Description: debug symbols for ros-rolling-rcl-yaml-param-parser Build-Ids: 45cdb23d092b1727b5ffa3c011b3baccef382974 Package: ros-rolling-rclc Version: 6.3.0-2resolute.20260916.201143 Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 276 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.20260916.201143_amd64.deb Size: 49912 SHA256: 12f0e44170dae1a99625ebfed2fde46900df06e768ec19bccb13f8eaf4d33713 SHA1: a98281f80e29775f9cfe75b24e83ca6a30874a36 MD5sum: f4422009b253061e9cd67314d7ef1f68 Description: The ROS client library in C. Package: ros-rolling-rclc-dbgsym Package-Type: ddeb Source: ros-rolling-rclc Version: 6.3.0-2resolute.20260916.201143 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 154 Depends: ros-rolling-rclc (= 6.3.0-2resolute.20260916.201143) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclc/ros-rolling-rclc-dbgsym_6.3.0-2resolute.20260916.201143_amd64.deb Size: 89614 SHA256: f79ab8f4e83389304a08cb6b76537931e1b319ebed18bea72cdaef30726bfda6 SHA1: d294a450f80b8ec0e03fd584c02ce6d0dd1196cb MD5sum: d7774e3a5046f63ae7239cee6b15a6f9 Description: debug symbols for ros-rolling-rclc Build-Ids: b0f9b653bb40029be847fdf0f50e75ec3bf957d7 Package: ros-rolling-rclc-lifecycle Version: 6.3.0-2resolute.20260916.201508 Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 102 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.20260916.201508_amd64.deb Size: 18398 SHA256: 8dd143bc95e5d62395e6a2a8379aa5869adfa8ae0999164b929220ae8c0e2d1f SHA1: c71b3459debed51511b8ac4d44a323ca21587e24 MD5sum: 674fadc4e1c8c47ee1cd9f9be2233f54 Description: rclc lifecycle convenience methods. Package: ros-rolling-rclc-lifecycle-dbgsym Package-Type: ddeb Source: ros-rolling-rclc-lifecycle Version: 6.3.0-2resolute.20260916.201508 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 47 Depends: ros-rolling-rclc-lifecycle (= 6.3.0-2resolute.20260916.201508) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclc-lifecycle/ros-rolling-rclc-lifecycle-dbgsym_6.3.0-2resolute.20260916.201508_amd64.deb Size: 22838 SHA256: 1117f79219c7c729ed0213c634b6dcbb87bb5480d753497083183a4829cc6cbb SHA1: 4a0fe6671f5176067260565ac564d1e4e6a9dba9 MD5sum: 835e1c8f53d69dacfb757ff01f3ae096 Description: debug symbols for ros-rolling-rclc-lifecycle Build-Ids: 89706c97a5b205787d69043973d9892502680b7d Package: ros-rolling-rclc-parameter Version: 6.3.0-2resolute.20260916.201531 Architecture: amd64 Maintainer: Antonio Cuadros Installed-Size: 132 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.20260916.201531_amd64.deb Size: 25512 SHA256: 20cfb9f59daafbb78b9b9faf5dfbbfeacea901a76ec598c0d997bbf4b2b4733a SHA1: 82921ff9d1f59378a681336479c8cd55743e9a2a MD5sum: 265c15d381a1523260d0d012e0bf1f26 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.20260916.201531 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Antonio Cuadros Installed-Size: 66 Depends: ros-rolling-rclc-parameter (= 6.3.0-2resolute.20260916.201531) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclc-parameter/ros-rolling-rclc-parameter-dbgsym_6.3.0-2resolute.20260916.201531_amd64.deb Size: 39126 SHA256: 90ca64c9cc9cef9f8137a051295382f81f7f48a595d0c7f4b60c5923997e11ac SHA1: bb3c7abcd12f0c92da2051f1f5a289696c2aacbe MD5sum: b52a806af6df2431d7addda48c255999 Description: debug symbols for ros-rolling-rclc-parameter Build-Ids: 1a9ef54c1d121c899ffb647e65a342206c76b439 Package: ros-rolling-rclcpp Version: 33.1.0-1resolute.20260916.201145 Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 3937 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.1.0-1resolute.20260916.201145_amd64.deb Size: 830866 SHA256: cd7b342b65ebc3b5bb7ff69fa174967394203b0e4b8547237890d6633f217dbb SHA1: 120c285d08007af8c0adc0f06ffe031a819b7f04 MD5sum: fc508ca15a40283d886e203f12da8f56 Description: The ROS client library in C++. Package: ros-rolling-rclcpp-action Version: 33.1.0-1resolute.20260916.204401 Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 468 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.1.0-1resolute.20260916.204401_amd64.deb Size: 111594 SHA256: 3a68264e06aecec4d7cd0a138c6837cfaa31cd6849f17b2a1537bb8f944f5fb1 SHA1: 9c154808ef450ac620570cb44d14853de9b931ed MD5sum: d695d4f91fa830ae6bfee45694360e48 Description: Adds action APIs for C++. Package: ros-rolling-rclcpp-action-dbgsym Package-Type: ddeb Source: ros-rolling-rclcpp-action Version: 33.1.0-1resolute.20260916.204401 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 1492 Depends: ros-rolling-rclcpp-action (= 33.1.0-1resolute.20260916.204401) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclcpp-action/ros-rolling-rclcpp-action-dbgsym_33.1.0-1resolute.20260916.204401_amd64.deb Size: 1341458 SHA256: 15b8658fdbe2e7d9a05504f51b83d7dfa22f693c3e7807fe77cb9814633cf40d SHA1: debbe1feac00130fd9e40801083782e2303e36b5 MD5sum: 4d60056ec95ed17d33497754b8944967 Description: debug symbols for ros-rolling-rclcpp-action Build-Ids: 8f7e28b9e5c8f9d41b2a01cc44c7883756c4e3a6 Package: ros-rolling-rclcpp-cascade-lifecycle Version: 2.0.4-2resolute.20260916.210122 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.20260916.210122_amd64.deb Size: 160370 SHA256: c18b9e033a813a2ba04451ce2cca4da4617126ad780230a75be51c204be25cad SHA1: 4ef245ec170d28fd2efa8ba756ed0f56eb4d6969 MD5sum: 7480aec1ee1d0bef1a596a88a5ef9588 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.20260916.210122 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: fmrico Installed-Size: 3596 Depends: ros-rolling-rclcpp-cascade-lifecycle (= 2.0.4-2resolute.20260916.210122) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclcpp-cascade-lifecycle/ros-rolling-rclcpp-cascade-lifecycle-dbgsym_2.0.4-2resolute.20260916.210122_amd64.deb Size: 2867892 SHA256: 2167a6a3f35f9a85b956e816fcc653678773438004edf74f45997ceed97dba56 SHA1: 221f1f9d1bd1819669a869c5a1199495b4e09d75 MD5sum: d1605179916f03eb53ac654bbc6c7531 Description: debug symbols for ros-rolling-rclcpp-cascade-lifecycle Build-Ids: 15c266e7f53d8650ec3bcf79e8b1035580f77025 Package: ros-rolling-rclcpp-components Version: 33.1.0-1resolute.20260916.204359 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-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.1.0-1resolute.20260916.204359_amd64.deb Size: 109406 SHA256: 8b9996f21f57c74532b50eeb106e8b27a5f4c5f3d71a45b18f434a77f5a47898 SHA1: 2ae1c2c7ff03ba4463bd479d5a742185fec30b8a MD5sum: 03e57f0a0e3a94423b885ab5a2dbe389 Description: Package containing tools for dynamically loadable components Package: ros-rolling-rclcpp-components-dbgsym Package-Type: ddeb Source: ros-rolling-rclcpp-components Version: 33.1.0-1resolute.20260916.204359 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 2690 Depends: ros-rolling-rclcpp-components (= 33.1.0-1resolute.20260916.204359) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclcpp-components/ros-rolling-rclcpp-components-dbgsym_33.1.0-1resolute.20260916.204359_amd64.deb Size: 2476502 SHA256: e8d47f7e31371a053b692381773eb27f3d667e6c51399aff3554dee9e53e7818 SHA1: 4a6148eb9c988efc7472ff7c3b3ed4d871741343 MD5sum: fe73190c9aaffcacdf3b41b578f9fab6 Description: debug symbols for ros-rolling-rclcpp-components Build-Ids: 5509119498eee190863668dd73f6c2433be15e3c 9772390b14bb4314cd5ba1c907c093b9ccb8f54c a542a8807a211f632dd2f0dd70c8c4865e7a52bb a7e95d455f5a26800fb38b89c584082f9f21c857 da684dc7125a359961980491c7926e7ac2e71ad6 Package: ros-rolling-rclcpp-dbgsym Package-Type: ddeb Source: ros-rolling-rclcpp Version: 33.1.0-1resolute.20260916.201145 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 16001 Depends: ros-rolling-rclcpp (= 33.1.0-1resolute.20260916.201145) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclcpp/ros-rolling-rclcpp-dbgsym_33.1.0-1resolute.20260916.201145_amd64.deb Size: 14474536 SHA256: 7c9fb79e827e1e2dad90f1fab9c10ee4896eb0ae1992edd1886f19026cbcf8fc SHA1: cee9089f07aa2cd6f5d55f3a4bc34d135e872463 MD5sum: 4c941825eec0e93235122d5ab21128e7 Description: debug symbols for ros-rolling-rclcpp Build-Ids: ce91e3aa70f872f0d90f61cd78d482310e7ce59b Package: ros-rolling-rclcpp-lifecycle Version: 33.1.0-1resolute.20260916.204425 Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 383 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.1.0-1resolute.20260916.204425_amd64.deb Size: 79932 SHA256: 4c1c4c9634d466c8895fb7522e2924698c2eb55233a2b923305007639f14e6ba SHA1: 0992fdfa18c4d6ab194f55e6a915c9f522e4ea76 MD5sum: 239db9131771b9f3b9124bde3207820a Description: Package containing a prototype for lifecycle implementation Package: ros-rolling-rclcpp-lifecycle-dbgsym Package-Type: ddeb Source: ros-rolling-rclcpp-lifecycle Version: 33.1.0-1resolute.20260916.204425 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 1384 Depends: ros-rolling-rclcpp-lifecycle (= 33.1.0-1resolute.20260916.204425) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclcpp-lifecycle/ros-rolling-rclcpp-lifecycle-dbgsym_33.1.0-1resolute.20260916.204425_amd64.deb Size: 1243734 SHA256: fbf00a625913a10e021e4f92e399f79f339dcb4b7d97df4149d4a4be49eb6573 SHA1: 0f03f21511636d22332e537b7dcdbec8d0c1d55e MD5sum: 6ade360667faf25d346f9d28adb8fdb9 Description: debug symbols for ros-rolling-rclcpp-lifecycle Build-Ids: 9ed879b966fdbc648725a9d979314220a35cfec8 Package: ros-rolling-rclpy Version: 11.0.3-1resolute.20260916.201208 Architecture: amd64 Maintainer: "Shane Loretz" Installed-Size: 2167 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.3-1resolute.20260916.201208_amd64.deb Size: 539346 SHA256: e75e13cd8b8f4c3c49ab01f68fe4ab165f7284238d8a07878438c8a94033a7e0 SHA1: ba2a61a5bb8bc19853519d92ddc9029fb1f74e85 MD5sum: e659cf212e052a76b7aa902ba85249b5 Description: Package containing the Python client. Package: ros-rolling-rclpy-cascade-lifecycle Version: 2.0.4-2resolute.20260916.210345 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.20260916.210345_amd64.deb Size: 9874 SHA256: b4a3001f08e8037e39272c05793f1e7d9a300fa924fc1dd976e57508442b0ce1 SHA1: a8156e7454eeb3d26f9a7de18c6bc552980abce9 MD5sum: f95768dffe4c1fcb38b158283f3ef091 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.3-1resolute.20260916.201208 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Shane Loretz" Installed-Size: 15296 Depends: ros-rolling-rclpy (= 11.0.3-1resolute.20260916.201208) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclpy/ros-rolling-rclpy-dbgsym_11.0.3-1resolute.20260916.201208_amd64.deb Size: 14697770 SHA256: 3638145c9f5838e4e9fca90a4d435bdfdef6690d57ffee1204fd904460a165c4 SHA1: a92712864f872bf288cba2541b1e76cb37884850 MD5sum: f5dba474e9b05874c3a8eadf22fb1026 Description: debug symbols for ros-rolling-rclpy Build-Ids: 8a0246ec42f04607e820ae3a033c7424ffe156c5 Package: ros-rolling-rclpy-message-converter Version: 2.0.2-2resolute.20260916.203555 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.20260916.203555_amd64.deb Size: 14150 SHA256: 71bbcc6eba62e706d2db3a9140ef6e4aad350a167218f31684e641072bf54c56 SHA1: 22d9df73a2d6664a9ecb840e52c739834d692f78 MD5sum: 53a838a721aa3c3e1f0d774b6ba16d88 Description: Converts between Python dictionaries and JSON to rclpy messages. Package: ros-rolling-rclpy-message-converter-msgs Version: 2.0.2-2resolute.20260916.025359 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.20260916.025359_amd64.deb Size: 135420 SHA256: df85b2d8e427249f6d55654c3a0eb2284a721454d350a3dd7f1adf8f5652fd05 SHA1: 0f38791ef0c46043d69102b0ceb4f7427395af07 MD5sum: 52ee2312f043c91ca630f3b437c2bfe0 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.20260916.025359 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.20260916.025359) 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.20260916.025359_amd64.deb Size: 1157482 SHA256: f2d564a222451b3aac2a9dd4383df49e1767794538e3165e1263590226559e74 SHA1: 3bc291285f973c4889af8d1ddc8d49a25f0fafc0 MD5sum: 46515812d62f73ab09efaf8dcdcba135 Description: debug symbols for ros-rolling-rclpy-message-converter-msgs Build-Ids: 0c99408346dd628b656d8db8d67fc48a01e339d7 29432f0877e6df4c44eab469ad1b66f4603a325e 5173a864fc9b36cec5bb99b96213a444fd1bd2c0 580e7dabfb6dfe241bea0d21fef89a9dc5425704 8bf06fb78d82e35596d63a45b670332e2dd09b97 a0244bf56cbb8be2304bb458bc7b0969b508657f ab6050b1f08572623277c63f32b1682c40dfd4aa bea8f766a50d3dadc3b62cafd44fa073b1e08c76 c0b61d608f5b57d2c7d7700fe4bb13914e2a4f92 d1decceafa1bad9aa7675a3624bbe352b49719b6 f275274f8bca219f66e3c251032ec7e834299369 Package: ros-rolling-rcpputils Version: 2.15.2-1resolute.20260915.132949 Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 278 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.2-1resolute.20260915.132949_amd64.deb Size: 48636 SHA256: 41ec22603e97ca4eb28ac5d7ab81cf1b02dd3b3466f97759d28c118466156a1d SHA1: 6b530976bde939d239a0a03ef556e7107a1d6af5 MD5sum: 789d25d34c415bdd56cfcd1ed98bd9f8 Description: Package containing utility code for C++. Package: ros-rolling-rcpputils-dbgsym Package-Type: ddeb Source: ros-rolling-rcpputils Version: 2.15.2-1resolute.20260915.132949 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 282 Depends: ros-rolling-rcpputils (= 2.15.2-1resolute.20260915.132949) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcpputils/ros-rolling-rcpputils-dbgsym_2.15.2-1resolute.20260915.132949_amd64.deb Size: 251360 SHA256: 9a769825aa5e3eb2397904697f474351be25d7e8f70578940577128a258eeae4 SHA1: d663aa2d178cf864d1ba52fa0b53d994bed83d2c MD5sum: ebfc95763c8cb2ca5a6dacac05e849e2 Description: debug symbols for ros-rolling-rcpputils Build-Ids: e61ebc30ec686161c8249ebca26ad2d4bc455e1c Package: ros-rolling-rcss3d-agent-msgs Version: 0.4.1-4resolute.20260916.025642 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.20260916.025642_amd64.deb Size: 289338 SHA256: b1983c34b75a907bf62312e9d17d6e02742482b963f40ee2325603b9536496b1 SHA1: e0bb074181c74019cac28e876b1301a7e550cced MD5sum: 08142ceb786a8155620125430f60f838 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.20260916.025642 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 3487 Depends: ros-rolling-rcss3d-agent-msgs (= 0.4.1-4resolute.20260916.025642) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcss3d-agent-msgs/ros-rolling-rcss3d-agent-msgs-dbgsym_0.4.1-4resolute.20260916.025642_amd64.deb Size: 2761176 SHA256: c439d1054c05a6618b228975ffa52fe51962e90a9a8d39a39b39fcb12a48f43d SHA1: 56f5992d7796dc1615c8219d194505a0e0579921 MD5sum: d0bb5ca16ea92efec80bae3730a2e66d Description: debug symbols for ros-rolling-rcss3d-agent-msgs Build-Ids: 159af42a3b872cbc6b19236a40f31fbf5c656c3e 288bc5dd67f4a9ebed5996d812627d932f0f49df 9839af5f12ec7af35de31e450af9bc17cc314741 a165135970ebb5b90f8b2d36102ae2113c7ff9a3 a5b39200b4c58b8c66e7cd916328aa54ec209ebc ab811289985367f6356f6b553dc6165e430bb999 bb4816dd0f4a7f1a8a0e15c8af70bf4e1cee1213 d792abdfda5f32852e0bb23de78a613d95f55516 e2b28f39eb963a92cb6008496cb1f6b8cb10c296 eab0908e31737661eaaaa8f74fda37c1829983cb edc81003caaca8555ec4a77f40b6223666e0bc8f Package: ros-rolling-rcutils Version: 7.2.2-1resolute.20260908.135329 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 454 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.2-1resolute.20260908.135329_amd64.deb Size: 88582 SHA256: b35873f89be70fe1e5ff2c05a7ddf9a046be7b6c852a5957742c318e00ae3d31 SHA1: 75350e1186491e5e97a20422036ad1f865599302 MD5sum: 93186baa28bfb3b41eb61e76aac0afce 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.2-1resolute.20260908.135329 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 163 Depends: ros-rolling-rcutils (= 7.2.2-1resolute.20260908.135329) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcutils/ros-rolling-rcutils-dbgsym_7.2.2-1resolute.20260908.135329_amd64.deb Size: 100432 SHA256: c0c1808f5af94b19b92eb51d9b1f9b99dff74a062a951dc87ff89bafa5052cc0 SHA1: 45f38c1825361d38b47e4a48a3c455f127fce6be MD5sum: c314265919db7b63d7b39a00ca8b5bbc Description: debug symbols for ros-rolling-rcutils Build-Ids: beab22b9739032b17c14797612e480596777684f Package: ros-rolling-realsense2-camera Version: 4.58.4-1resolute.20260916.210815 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.20260916.210815_amd64.deb Size: 579662 SHA256: f3f315ff22a6e89f23821895deffc038b70290da7a2c84cbaa68619cfad66b3f SHA1: 7516f10ebcd4ff34ac2a9c62ea22f255628d561c MD5sum: eae979f0284edd7832fe76a68d9b6146 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.20260916.210815 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "LibRealSense ROS Team" Installed-Size: 15196 Depends: ros-rolling-realsense2-camera (= 4.58.4-1resolute.20260916.210815) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-realsense2-camera/ros-rolling-realsense2-camera-dbgsym_4.58.4-1resolute.20260916.210815_amd64.deb Size: 14042844 SHA256: 3e12499732e33ba1b18ab94d40c895271989fe646b043fa9199519dbf6cab6a3 SHA1: 26300746534676e16d82e4f7ebb67aefd409ce68 MD5sum: 20d7618630f63c3ae0c380bca6344431 Description: debug symbols for ros-rolling-realsense2-camera Build-Ids: 2268227b15e81ca126df46facd18fa201d2f1d3a c159b15889e9e6f99b4625bef535ac7c8fb9fe5a Package: ros-rolling-realsense2-camera-msgs Version: 4.58.4-1resolute.20260916.034531 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.20260916.034531_amd64.deb Size: 470208 SHA256: c7a024263943c548ef5fde12ff8ba7fe20bf9ac6aa7d331b1e5d435abe35b75a SHA1: 7858b0510ac19818e3635a11a3b124495f8b5627 MD5sum: 698d63f7e20324bd799acb40e8c7e8a8 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.20260916.034531 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "LibRealSense ROS Team" Installed-Size: 5615 Depends: ros-rolling-realsense2-camera-msgs (= 4.58.4-1resolute.20260916.034531) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-realsense2-camera-msgs/ros-rolling-realsense2-camera-msgs-dbgsym_4.58.4-1resolute.20260916.034531_amd64.deb Size: 4077356 SHA256: 46cc4a5a5cd4d30709646dc32111569e8da547006c8bad715a24b662a2209a01 SHA1: 6315a74842c3eddb4d36f8050281a4f3fa171489 MD5sum: 2f0b6a240c60d41cf4844503c8b9b085 Description: debug symbols for ros-rolling-realsense2-camera-msgs Build-Ids: 01791f0720d01f64c050cb1e076a6c65ef523470 277de0edc1b13ba2abda75b571cec6d5757b837d 43699b36b856daef7e09495d36af6ad022d64255 49570ee5d6e524fadeecf6738214b7d6d4495704 683543fd91e9c58b9e42a67bb506183d31c982f0 7160d97600f9a3c9afbbbc6767028a5dfcfcfda4 7889532a05cd05256392f024351c01458bc6b6f2 a8b9e75250d8317e42ebffa916ec787d0f2a6780 add5d90086e1ad350a5654a065545e8377d25c1d bddeb24b7e79ac2f2a863c4c29ed58c42f35c507 c2818d57eacd2f5f285afa59727082ea26aee72a Package: ros-rolling-realsense2-description Version: 4.58.4-1resolute.20260916.210131 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.20260916.210131_amd64.deb Size: 15383898 SHA256: f96b0998247974bdf7a26cd28e6981433527f7d0e26f5acdc4f9f32896bcc9aa SHA1: 668c8ab82f192da6cf663c8de19aee908ceba2ff MD5sum: 0ff31adc482d27178af8b139be240fae Description: RealSense description package for RealSense 3D D400 cameras Package: ros-rolling-realtime-tools Version: 5.3.0-1resolute.20260916.205950 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-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.3.0-1resolute.20260916.205950_amd64.deb Size: 43658 SHA256: b4419b930c5b609eb8f8895a2185e8548548605631bf44aa815f89b820e0a337 SHA1: 94ffe1d4842cbca2a376516adf50cd3113c2af31 MD5sum: 0326a612f0b24221ffa5775baff62308 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.3.0-1resolute.20260916.205950 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 269 Depends: ros-rolling-realtime-tools (= 5.3.0-1resolute.20260916.205950) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-realtime-tools/ros-rolling-realtime-tools-dbgsym_5.3.0-1resolute.20260916.205950_amd64.deb Size: 115932 SHA256: 60dea436830ea87bc6f050becb0519b71180d3dfdcbcdf650d0f893ce6bc52fa SHA1: 482651606c44eec9d2c5952528ff2a7f60451785 MD5sum: f6a60bbdc334dcb8929e329e9d820c58 Description: debug symbols for ros-rolling-realtime-tools Build-Ids: 07a99b46eeb9a785b4e02165fcd047eb3ab9d171 36bda26a903358578f2c9a772e10a29aa9cbc73f Package: ros-rolling-reductstore-agent Version: 0.2.0-2resolute.20260916.203556 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.20260916.203556_amd64.deb Size: 27668 SHA256: 733f3504143d6bcea8a143cc4b1ff329be32f9468d8b400fe9bc08be0d22d617 SHA1: 83e1f3f5bff9ed5a73e96f3f71b24d283f455158 MD5sum: a1b28fd67e585012c2cc145b0949c175 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.20260916.214527 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.20260916.214527_amd64.deb Size: 25044 SHA256: 936058709ac199e7bde0d42b8704d283152b9ae0fdc415f93c8bf828627dfef1 SHA1: c07937922da965980accd8d59f83d77f351cb82f MD5sum: 77df77025fb9816410e03d5a19047416 Description: A testing library and CLI for replaying ROS nodes. Package: ros-rolling-resource-retriever Version: 3.10.1-1resolute.20260916.195326 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.20260916.195326_amd64.deb Size: 69178 SHA256: 0b23f7fd0a5e1f6f4667c203400a0b16ac77b29a3f9717418f3c1564f091fdf6 SHA1: 32b345a7bc6cea16f9111a004c272c74c2898cbc MD5sum: 1706a440a02de08812cf09750beaa24a 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.20260916.195326 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 687 Depends: ros-rolling-resource-retriever (= 3.10.1-1resolute.20260916.195326) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-resource-retriever/ros-rolling-resource-retriever-dbgsym_3.10.1-1resolute.20260916.195326_amd64.deb Size: 618646 SHA256: 4dfe783778c33f15184b2c45017abe21b4ae4594be9ea62d3294235eb23ec48c SHA1: cd3b17cfcfd0346ca64db087f7a433a74b3609ce MD5sum: 515eb331ff6a83dee945813a6d8a94b8 Description: debug symbols for ros-rolling-resource-retriever Build-Ids: 1bd7a21c2161c20d854e39557d123e5a3bfcd695 Package: ros-rolling-resource-retriever-interfaces Version: 1.0.2-1resolute.20260921.001726 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.2-1resolute.20260921.001726_amd64.deb Size: 111340 SHA256: c8dfff686c120245cffaf2a3b7df24aa76911302f3f00b4ecd5b7283a51a2d8b SHA1: 7ba41f6ae57df19098184e6e45b90199bd249d3e MD5sum: 4e0caf6694b1e5f310cadda6566b0263 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.2-1resolute.20260921.001726 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 1052 Depends: ros-rolling-resource-retriever-interfaces (= 1.0.2-1resolute.20260921.001726) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-resource-retriever-interfaces/ros-rolling-resource-retriever-interfaces-dbgsym_1.0.2-1resolute.20260921.001726_amd64.deb Size: 810896 SHA256: f6c5193029c3aa7cfa3a1d629d59072e0e7896c4382dafb208d0675f8a1cad6f SHA1: 058e5ff96b885a2df1c4c93c060d35466d10afe9 MD5sum: 3fb14eb09cae0d5f428c2503f8a9e4fb Description: debug symbols for ros-rolling-resource-retriever-interfaces Build-Ids: 46f27ded053914931b862e68544b914920491b38 541e89de2ebebd1a3a295df2466d434013522a15 549d83aea6e495b28cacb46713dc1cfc77843d4e 6080dfe7776e277e28c3a5d5ec3b9aafacd3ca58 695f9d3ffd7afcdc5069eec24f78f77e7f43b055 8fc3746ed3b9675e51382a8296b442afdc4c60b1 91bf64bb2fdfb8d6f16db22c3bf2dc8a71a0df82 cd5fd42ee05447862e44374c77794ee7ca1954e8 cdc5db0611a74aa816c1d05f793dd99ef36bfa46 dfbf7a15b8ed575472042f0d12ec8b68be2e4574 ef4461cfce5a3048809a5dc7e530cd5292299cb5 Package: ros-rolling-resource-retriever-service Version: 1.0.2-1resolute.20260921.004428 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.2-1resolute.20260921.004428_amd64.deb Size: 35892 SHA256: 132b991c6affe28c438957bbe1294bb7caa78aba66863df9265301caed5ab3f2 SHA1: f39555ebb55ab6094aef7d25c515bfa7c101121e MD5sum: d9ce4e55726a920cdf8b4f19ee6672c9 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.2-1resolute.20260921.004428 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stoyan Gaydarov" Installed-Size: 493 Depends: ros-rolling-resource-retriever-service (= 1.0.2-1resolute.20260921.004428) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-resource-retriever-service/ros-rolling-resource-retriever-service-dbgsym_1.0.2-1resolute.20260921.004428_amd64.deb Size: 443162 SHA256: 18543dc74d4b41d08d0e0d5401a3c04462f1e14b7b1d33cf3a25d57694e27376 SHA1: b38045cd63ac692421b46b2ac004a83caaac828b MD5sum: 99e13d9ba24f1ff4fdb13518c30db2fd Description: debug symbols for ros-rolling-resource-retriever-service Build-Ids: 0b58a446ec03a4dcd7f5320b7d4960f410194c54 Package: ros-rolling-resource-retriever-service-plugin Version: 1.0.2-1resolute.20260921.004431 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.2-1resolute.20260921.004431_amd64.deb Size: 43762 SHA256: f08af33f61a766d142a6cfbee37a9814aa71a03b87505bdad3d511967e7aa115 SHA1: cc4525e7f5975484024aea3ce78463f4c520ea11 MD5sum: d1060b3b08908c4fef52c841d8338329 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.2-1resolute.20260921.004431 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stoyan Gaydarov" Installed-Size: 664 Depends: ros-rolling-resource-retriever-service-plugin (= 1.0.2-1resolute.20260921.004431) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-resource-retriever-service-plugin/ros-rolling-resource-retriever-service-plugin-dbgsym_1.0.2-1resolute.20260921.004431_amd64.deb Size: 613646 SHA256: e3704825fb854b2768d97dd27f86f94eb4de1711541682115ecc51aa11117a43 SHA1: 9f529de2c44ecd65b51c6f0ad69abcdd785e1769 MD5sum: 173ad9489f0fdad98a1001c1cb262048 Description: debug symbols for ros-rolling-resource-retriever-service-plugin Build-Ids: 4bd0f93e42021d95e2138d36e2655f33b2eca5ff Package: ros-rolling-rig-reconfigure Version: 1.6.1-1resolute.20260916.204403 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.20260916.204403_amd64.deb Size: 606018 SHA256: 0b39e31adbce39c7f5cf62b68f2a557b26ee7bcd6b523988d1f534b96fece2e8 SHA1: b0da0f18efc395022813522c409fab21336d8311 MD5sum: 9e15dc15a47e846ae18b25a9df73b39d 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.20260916.204403 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Team Spatzenhirn" Installed-Size: 5618 Depends: ros-rolling-rig-reconfigure (= 1.6.1-1resolute.20260916.204403) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rig-reconfigure/ros-rolling-rig-reconfigure-dbgsym_1.6.1-1resolute.20260916.204403_amd64.deb Size: 5255090 SHA256: 87d4056fa79a0148d898731812af2a70f36fbd622435b87fb452097826114eff SHA1: b75d88bf71f49ff706b4395ff0906108e4d73fc0 MD5sum: b3fbfd0ee41bfff791d670bace6d28f0 Description: debug symbols for ros-rolling-rig-reconfigure Build-Ids: 67742b796a35b6c393e3fb2f8db70279bd87be65 Package: ros-rolling-rko-lio Version: 0.4.0-1resolute.20260916.214219 Architecture: amd64 Maintainer: "Meher Malladi" Installed-Size: 5945 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-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.4.0-1resolute.20260916.214219_amd64.deb Size: 914180 SHA256: 468f988b38cd726b25a973737c624731bc2cc801875390a3a53175d3f4da3bb4 SHA1: 3dc83b17745e4f467d81f86729912823dd80eec9 MD5sum: 6c823652149a7fcce1030ee8bbfe346b 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.4.0-1resolute.20260916.214219 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Meher Malladi" Installed-Size: 39278 Depends: ros-rolling-rko-lio (= 0.4.0-1resolute.20260916.214219) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rko-lio/ros-rolling-rko-lio-dbgsym_0.4.0-1resolute.20260916.214219_amd64.deb Size: 37187012 SHA256: 2e841bffad686d818b68977574c1c7875483f14267b9b6d2010d810fe7ae7c50 SHA1: 17862d675cbdcfdecd7c218a35f270a941396212 MD5sum: bd6522a33da786496f40b7d89c5d09c7 Description: debug symbols for ros-rolling-rko-lio Build-Ids: 3b219a4e76b7a435229288070388e2e7bbd1aa9d 64d1a1c2ac64b2415e3ef6244f3bf161c791c90c 7ebff7e4f3c2f80aa081671778fca27de3c9b8be 9e78bd9a580296e6635c622060e59a431fb2954e afaf416ea0c8051c973c1785ea33023d07477284 Package: ros-rolling-rmf-api-msgs Version: 0.5.0-2resolute.20260908.140736 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.20260908.140736_amd64.deb Size: 24170 SHA256: 7799ad86e65767007e511598c03a920b72462891e1448f0022f97c4972eab10a SHA1: b71aabc4fdf33b283647d5ccdabcf2a53ebaf25e MD5sum: 2f1ddcccc543d315af7dae11eab191a3 Description: RMF API msgs definition Package: ros-rolling-rmf-building-map-msgs Version: 1.5.0-2resolute.20260916.033734 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.20260916.033734_amd64.deb Size: 260622 SHA256: 43732713a86729c4820340da598b936ca43f7377fc8952a01e4a880eaf560b1c SHA1: cd032853327921947397050de1623a68605b83ef MD5sum: 6929e8fd23a93d615ebe2ab32ae686ab 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.20260916.033734 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 3312 Depends: ros-rolling-rmf-building-map-msgs (= 1.5.0-2resolute.20260916.033734) 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.20260916.033734_amd64.deb Size: 2767100 SHA256: d83e7d154c68247911c5d31974e30069e6102a0d0443d43ec2b7e33fcf9f057e SHA1: 1d1769509c7e3f4c8b4e90746c158841473adfd9 MD5sum: d096c13dece9bcf4993f22fbf7cc304c Description: debug symbols for ros-rolling-rmf-building-map-msgs Build-Ids: 09f013b42978e435edf9409b49b01be84b6e5c0c 2e38adab0ee693b5afd372aebb7f3d4bf411ac97 4e8c42c4c3035ca68530fe7d9d0eee9a30147a81 6f9c3ad829ab2303bc3d1879ed8bb6e74dfa97d9 77ce42b8c6503f8e798cee2038e147f51bd8ce94 800e91aec40c9bbec2863381ad561af40b1b7826 86d8b8f4d801ec26cb1a296ec833ecb572ad53e2 89736139ccc4b4d6884122124e11f3817894ca7e ab0048aa857b4a120834e45d577af5e5bd2e4664 e5931136f838e59277c38d203b9b645e56240870 ea94d0d5484b0f8c95f65afaf4b4d25cc084610e Package: ros-rolling-rmf-building-map-tools Version: 1.14.0-2resolute.20260916.202908 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.20260916.202908_amd64.deb Size: 10810444 SHA256: 1071524e1c3ec9e59a56ecdc4be8183832748a27c123edbc3df62beaeeecb3a4 SHA1: 4e56c7d2419b022a5481d3413a40af9d5b1eb643 MD5sum: 94000e5cd2a2fb2585c611ca3911dd70 Description: RMF Building map tools Package: ros-rolling-rmf-building-sim-gz-plugins Version: 2.6.1-2resolute.20260916.203804 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.20260916.203804_amd64.deb Size: 515136 SHA256: 69e81a1a74daf9f82f119967311228290436d83e08dd59ef5bb488e2a5aecb23 SHA1: 5667cd6d2fc385b5fb767763c204d064778f97d9 MD5sum: ef40763c76ca55532d627ff7f597452b 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.20260916.203804 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Luca Della Vedova Installed-Size: 15619 Depends: ros-rolling-rmf-building-sim-gz-plugins (= 2.6.1-2resolute.20260916.203804) 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.20260916.203804_amd64.deb Size: 13783326 SHA256: a18f679195eaea0ad0531e909b9dcf9bbb64c0f16c5093b5ca748a82cf4d4af6 SHA1: 707f09f8582cc3d7aaf837c6a671df73a05c5b1b MD5sum: 09607dca30315ee17eb5a70a422ccb8e Description: debug symbols for ros-rolling-rmf-building-sim-gz-plugins Build-Ids: 285c816d7289f81f9cc8b7b1ace74b657ac5a1ad 3833531faabdc42ec007efe4803755e520b9b690 5ab20d1f44a58153675e344ddb75d7bb0a87e42e a16d0e6cd9cefb0785d413a69fd6998eea081238 c5abf93525bb8d3476a9c57af8f15a756529ebcb e69fd90e3c4ef11dc62158a9f1168b39500808e4 Package: ros-rolling-rmf-charger-msgs Version: 4.0.0-2resolute.20260916.025543 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.20260916.025543_amd64.deb Size: 77338 SHA256: 86652aa973d3b887c98f63d508c35b6e0154d8724b9a829c945abd256ce5096b SHA1: 7997b859f5ca8d4ae00767421710b665f7e86232 MD5sum: eb594f6339bc86135fa5b8ac6da88f04 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.20260916.025543 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arjo Chakravarty Installed-Size: 629 Depends: ros-rolling-rmf-charger-msgs (= 4.0.0-2resolute.20260916.025543) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-charger-msgs/ros-rolling-rmf-charger-msgs-dbgsym_4.0.0-2resolute.20260916.025543_amd64.deb Size: 429522 SHA256: b403cd2ccac0a609c1b47c7131c203b56bda47639a205bed0f7502713eb1b784 SHA1: 5b98c721e3bd32cb233250e23ebed23eeb8113fe MD5sum: c37e7928dbd8dd3b98efd774cb619c19 Description: debug symbols for ros-rolling-rmf-charger-msgs Build-Ids: 1a0fbb7889fabb87efb9143fb9226bdbdfbb367c 2eeabe18bc39bf942e41bd73b6b7adf18ee63095 7079604c89bef9ebedee3178cf3edf817b83d076 8a41b254ad5e904fcee69b9afa28982f284962c0 8b90ce27daaf35dabf2658f5191a61d65146b688 ae36991bdb73850b0e1a9d2e418fa6feab59170a b1998b09069d041dff8f77dd4ce58cefddac6563 cbd8ef85a8b78501cf172d4a0d11d57f9289995e d04a44a48cf61e0301183106710c9569372e4c5f d638d3569231ec89724278c5304c158d990ba6a8 f90a2ca2df81fd2bce8e6df47f811571199b3847 Package: ros-rolling-rmf-charging-schedule Version: 2.12.0-2resolute.20260916.203553 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.20260916.203553_amd64.deb Size: 11652 SHA256: 7095ae1282b272abf9c762429617db2258470af2ee9e6d8dcb35ebabf84f0445 SHA1: f2b6541a992780cd5fffcb4183e6626613fc0653 MD5sum: c651f239970b97a3dfa6b10f43f3f367 Description: Node for a fixed 24-hour rotating charger usage schedule Package: ros-rolling-rmf-cmake-uncrustify Version: 1.2.0-6resolute.20260908.135759 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.20260908.135759_amd64.deb Size: 6982 SHA256: b8fdd4a0db5a2eb926c31aecc38e3f1db229782588e16ef928f6705b3b71b4ac SHA1: d56ecdcce4c963667f1133b22c54505e7df3ee4a MD5sum: 7c3baaa2753e8171e8e55c2db9b17bdc Description: ament_cmake_uncrustify with support for parsing a config file. Package: ros-rolling-rmf-demos-assets Version: 2.8.2-3resolute.20260908.140717 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.20260908.140717_amd64.deb Size: 6781062 SHA256: 866fa307e0672c96b32abf706d4a86c710aa5bd47aaf3059f4b1e922dd180801 SHA1: 03e4eebaec5e86a476d767bb94d2b1a3d4b919a9 MD5sum: 92868099a89ddf59c960f2e69354190d Description: Models and other media used for RMF demos Package: ros-rolling-rmf-demos-bridges Version: 2.8.2-3resolute.20260916.210626 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.20260916.210626_amd64.deb Size: 13536 SHA256: 153cfdf92da0c2899502f9882e10c1894c2b52ba19482de6001b4c83cda44d85 SHA1: c196e40cd6ce9481a89103388e05f3631ffd820a MD5sum: a7d8b1368ce5ed76d059de0f4b63ffe4 Description: Nodes for bridging between different communication stacks Package: ros-rolling-rmf-demos-maps Version: 2.8.2-3resolute.20260916.212304 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.20260916.212304_amd64.deb Size: 12513378 SHA256: cdbd6924bb86e8fdea1e678077f7a8408c85c2be264b426b95ade8a94a8e5da3 SHA1: 0ec2c30ee842ef1f046cf617a4eb7ffc48e2cd23 MD5sum: e8f088f99a3b94c979c3123e62d53d4c Description: A package containing demo maps for rmf Package: ros-rolling-rmf-demos-tasks Version: 2.8.2-3resolute.20260916.034132 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.20260916.034132_amd64.deb Size: 48186 SHA256: 4225ebee3fe3a80538bed7c67288618405a30b6710324af6c917000c5792d7e3 SHA1: e5356bc1afc80744ef2d5682864ef3110d995a7a MD5sum: ad39fee32e1a9b8988fc2d7c86a4f06c Description: A package containing scripts for demos Package: ros-rolling-rmf-dispenser-msgs Version: 4.0.0-2resolute.20260916.025504 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.20260916.025504_amd64.deb Size: 95904 SHA256: c9d1ca07fa9e17d1cd090cc2df14662ee53096412e9a2ab70b5bd9343e91310c SHA1: 87919bad2da9ddbe10c551b82af6b7e4c48ec6fa MD5sum: 9f08b226d0c66632dba37e22ebd22cb8 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.20260916.025504 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 856 Depends: ros-rolling-rmf-dispenser-msgs (= 4.0.0-2resolute.20260916.025504) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-dispenser-msgs/ros-rolling-rmf-dispenser-msgs-dbgsym_4.0.0-2resolute.20260916.025504_amd64.deb Size: 622486 SHA256: 751c6b0e554a45565098c59edd17c9a75abce7ee1994017dbf541477252c7e9d SHA1: 2a1e27596cf20920df61b58215f652e44e4fd1a5 MD5sum: d27156cd2e4f5d582d6e9a9f45d447d5 Description: debug symbols for ros-rolling-rmf-dispenser-msgs Build-Ids: 0e8a92a0c6567572b9fa33ccfe4eb527de5a5d8f 1cd7ba01db51207544cbd8ebcc37df2e0eb51ea0 2035632ca7c4abf1431bd5c403bea8ae4f90fc08 9ac1e9270b76ac82cb5bd985032db0c133baa68b 9ba54a607d9532030be3695003665ee51cb4ef95 9cc4b0d01111daa63abd39d45b31bbd493533239 aa2aa2df1c797c040a3400088051714d77643cb0 d0041227c3e12be796c14508d0c3bbdc289f49a8 d1280330b2541fb5c1e25c7182415b6ec67127a1 d9e5efdd6a2aeb0811fb92e44157b9c768e8d6fa de35072b047c34cfe6bfd3d2fa1fb4d444bf23e9 Package: ros-rolling-rmf-door-msgs Version: 4.0.0-2resolute.20260916.025533 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.20260916.025533_amd64.deb Size: 105352 SHA256: 37fef13afb9f94a08e4497af9da1301c10afc60154deb3bee8d95ac3cd87871b SHA1: 06c0e69c4221299e17d2423b68950a643ead3b98 MD5sum: 7f4a221a6ca8a7fef62a2cb3c2490169 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.20260916.025533 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 1042 Depends: ros-rolling-rmf-door-msgs (= 4.0.0-2resolute.20260916.025533) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-door-msgs/ros-rolling-rmf-door-msgs-dbgsym_4.0.0-2resolute.20260916.025533_amd64.deb Size: 770314 SHA256: dfec057296d4b30bfb810ddc9d3c588e8bd14617019abc6b8e2a5208ace1ef7f SHA1: 36a86367c40d45d5f859aa42d78e130ff1575389 MD5sum: dc6e4b0ee4d5730fd16565f7a7e7ff57 Description: debug symbols for ros-rolling-rmf-door-msgs Build-Ids: 13814385c632c501efb3eea361a22ae898219283 2f34640470a38609fb4a2bf71ce33495762b1ffe 3537eb7a1087a51c1831cf7c3ddd022aee75cd7e 5c0becb56b0c6ab579f5545e8e80e687a236d336 663b0a88577b11ad9f13e3457faf618427087326 9c1125952c5194606b353ce5915294a70dd10cd4 a3549a6f5662e1875b3636d2a1b74e8342ca7604 b1f409880df91083906095bcfad73ade4a956181 c046d66045f43b97552df0b5f3eb3512ccf7ac70 cdf290f3839934fbe5093ea83c92bae52a62e326 e4346e1e5c31f7489bebe4550937ecb69ccc8653 Package: ros-rolling-rmf-fleet-msgs Version: 4.0.0-2resolute.20260916.025705 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.20260916.025705_amd64.deb Size: 385606 SHA256: c57072745abe967c6b131c7259d016fb93e6320a4b481d9b7084c2314737e2b4 SHA1: 7ee581c1a80b33949c355f9bd361401b8dc17ec6 MD5sum: 4cd871b7c1bcf1fa2fb9bdc0e08bfea1 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.20260916.025705 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 4851 Depends: ros-rolling-rmf-fleet-msgs (= 4.0.0-2resolute.20260916.025705) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-fleet-msgs/ros-rolling-rmf-fleet-msgs-dbgsym_4.0.0-2resolute.20260916.025705_amd64.deb Size: 3830228 SHA256: 07779cf0df3fda49c9a687b8c6ee36fd6c02ee7f067ceaf25d87b7d63ea7f2d1 SHA1: 65942a7a32e9586466b7fb3b5e700cb20cc515c2 MD5sum: 891c52538183435bbc0f52948ba1a447 Description: debug symbols for ros-rolling-rmf-fleet-msgs Build-Ids: 188411635c9a1f3050a3d4ed2072671f43dc139b 222bb69ab112497bc41da4bc3d68a73d225726fd 23cf8648f621d78cb5f869e4ac4617f4a68038b4 3035a6ee0d828b7ec22566c6ec68683c058b7ba2 415291a5726419df882cbb1987f119b764279cc3 767555e0e23087359d632c1713990b5efc34fb5b 77d9e469a2931d1bb5b560e9739e6ed86efe80aa 7a604d229425b3d62b6fde7eb3e9ebd04c40028d b1f67c44eaab6f806ae2533e2ba6b8daa74010b1 da2b93133e6c5ecf9fc9d1099c1d0d118ab8dea9 e6dbb3858231da20d7966d0ae484ccfe73ede26c Package: ros-rolling-rmf-ingestor-msgs Version: 4.0.0-2resolute.20260916.025645 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.20260916.025645_amd64.deb Size: 95812 SHA256: f4b2c0d48d7cde77ba3d197bcf37cfb5d07aac874fd76d9cdaa28f3b0fb8b17a SHA1: 1b5eac13dcb8d24e6d92e634dd77a74065219b89 MD5sum: f882930a24b12cc8f2f747a854313412 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.20260916.025645 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Rushyendra Maganty Installed-Size: 851 Depends: ros-rolling-rmf-ingestor-msgs (= 4.0.0-2resolute.20260916.025645) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-ingestor-msgs/ros-rolling-rmf-ingestor-msgs-dbgsym_4.0.0-2resolute.20260916.025645_amd64.deb Size: 617884 SHA256: 9e1db975f0102f5e6640d8711a59ea811c1a8b9c8ab13250b3ceb622d3776379 SHA1: 276af89bdc3fa51b58b42b6e60011998cc318680 MD5sum: 10c12991f808a55b99fea1fd73c55a51 Description: debug symbols for ros-rolling-rmf-ingestor-msgs Build-Ids: 044d1addf135cab7a69ed3b018c34f4bf4cfb641 3512a0a8dc35475b2eb383f11effa41f5f026ebe 597e02ccc7e151f8f59f61b14222dd92cc24b4a7 608fe75652933a87af11076593eb714c28ff5527 68e2ca23a0b4b6af3abd2c5986cf8cb12a98c6a3 73e6865eeadebbacf37415373ebd720aef4c88cf 85f136339e499db90ee6e1a0c65616aa5425c2db 97f4e1f00dcd27ca3bac3a8f2b43758f9145f3af d84c08819d0920ee74de222642d703a97a0dc9cf f50db79816ecb03f717ff5f79d2899da480b3520 ff71b356e122f66b9711552f6a28ff4f7973a302 Package: ros-rolling-rmf-lift-msgs Version: 4.0.0-2resolute.20260916.025546 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.20260916.025546_amd64.deb Size: 96772 SHA256: 1c4642a69c1cd6f02e9fc86835f7717b6555fa4f2cbb115e0764da19a4500d01 SHA1: 36cc6cb48a8e93913bc4bea70dc6a2f81af699b0 MD5sum: e69ce4290ea42d2b03c921097362ddef 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.20260916.025546 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 897 Depends: ros-rolling-rmf-lift-msgs (= 4.0.0-2resolute.20260916.025546) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-lift-msgs/ros-rolling-rmf-lift-msgs-dbgsym_4.0.0-2resolute.20260916.025546_amd64.deb Size: 699612 SHA256: 75984b05b87ab00cd3a974245ab9f52a76cad26017d38be4c06d351898a2b492 SHA1: be09c988fd6fc366d759e9cd11f6848d97c648f5 MD5sum: 0abe8e8e28916ffcbe1bea1b69f8b938 Description: debug symbols for ros-rolling-rmf-lift-msgs Build-Ids: 1339c127800cf948faa8223a60c9c55a411e79f3 3792c66b1f11bbe0d7df7059007382ca97e91174 3a44fd981b336fb9dc76fc3d4408f1ddd9e0837d 3b7a3c331df31ba91def92f38857f342f0cd6c43 3bd5fb522714b6a568e2ff3c70b1609198f3abc0 5c70023d4755126050f4df7a3ba45ec2eb62abcf 9b882bd28d4390038f4b71457aca6ed5b9b574f3 acb454282c268b435396c7c79719fb85db2aebdc bae7ff1f962369234be5c83c29cedb7666ad9a2b c69896d6d116b99cf64c49d65ec0adedbd490d24 dd39d06a38a5a21c9b5aba31df6deeaed309c71b Package: ros-rolling-rmf-obstacle-msgs Version: 4.0.0-2resolute.20260916.033733 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.20260916.033733_amd64.deb Size: 92252 SHA256: 0a72cf01e577f5862ffc509137fa46e853cbe1fadd0883db8ebc3c12724661e6 SHA1: 23a762e2a5619b6708e56b7b3b77a146e01591f6 MD5sum: 8e2bbbf360f11a569bf9f5d6856216da 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.20260916.033733 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 750 Depends: ros-rolling-rmf-obstacle-msgs (= 4.0.0-2resolute.20260916.033733) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-obstacle-msgs/ros-rolling-rmf-obstacle-msgs-dbgsym_4.0.0-2resolute.20260916.033733_amd64.deb Size: 538666 SHA256: ba72cc32c6e48257b03dc42fd401f456cdeeebc5a6109663bd79bfd9608cd612 SHA1: 3280bd8edbced3ebe455bc3d881f8123eb9ceaea MD5sum: f3381256c72694e18877d16d3f4a97ec Description: debug symbols for ros-rolling-rmf-obstacle-msgs Build-Ids: 1955c5692f0d68c382c2ce152b1210f3428022c6 3d5f10385cb04fbbb440b0fbfbf899b144a9b9ef 58ed7713a59b3844fcde0d71867e0e69af9b1755 8a1f271c25583f5e14e12aa2fb95c2fc866e898b 9af51d3fe51eca2f6d2e83d115fd5fa252e5c57c b8ffcbb5e8ee000999bb41c5194cd2eb51dcab11 c427c9230e24e9824200e0e71cf8d152137cfe49 e0a06b030ebec4e831bce73d61cba10c6cdeac3d ecc6d5d1794f5123a5d6a028d56fe14ca84ffffd f00f29e01883daf42dde97ce397156ee92857990 ff7f9039af35c2b1f40980e609134ae0e6c2fde6 Package: ros-rolling-rmf-reservation-msgs Version: 4.0.0-2resolute.20260916.025558 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.20260916.025558_amd64.deb Size: 145624 SHA256: ef0c93cbf0f18f1d716021b48f0283e57423a5f595ad3d9a3b01e15a0bd7a00e SHA1: d3171fbcbd0a590919b59741f4e75d3090821adc MD5sum: 1dedba0e1d36eb1d5e2831e739b9efad 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.20260916.025558 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arjo Chakravarty Installed-Size: 1564 Depends: ros-rolling-rmf-reservation-msgs (= 4.0.0-2resolute.20260916.025558) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-reservation-msgs/ros-rolling-rmf-reservation-msgs-dbgsym_4.0.0-2resolute.20260916.025558_amd64.deb Size: 1163872 SHA256: bee7d522cbec6057b5c542ee9e42ea3a74bab93a8548fdebe92384fedfb31b3a SHA1: 822c4a37dd7328e91c6318bc3653dea56932d9bc MD5sum: ef4d2dfdcf7c9f3af4fcc53cce004e10 Description: debug symbols for ros-rolling-rmf-reservation-msgs Build-Ids: 0010f72bffc9ce6d51ce46fe3b7733864810fb52 0826bf70e094a810759e94c413fa771d33254c0c 29154076aae39d44bfef8058fd83afc6b923ae0a 415f85f03ba543f1af19327a3a04d09e26e28e95 633d3c12e197530b516f844270135af3cbbbcc0d 8e8f8d450780432e6b8ecbb7fe75e841fde290f3 9e42e3c11d633a0c3f928e0b92f432e9127ff9bb aefd9d88dbbd21fcaeb4794412356cf6bbfefc08 df56d81e24fe50e74b6807624098981dbd161d0d ed42a4bc61e399631ae9a4ddcd193e82d240d50b fea7ee2c3fdae2b793047cfa5123d36930d83eb8 Package: ros-rolling-rmf-scheduler-msgs Version: 4.0.0-2resolute.20260916.025657 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.20260916.025657_amd64.deb Size: 347594 SHA256: a9951025f46902e570e5e875ef0800b751a90f1bd9589203f4e6ac07080287f3 SHA1: f44138117b3b923aa21602e50e2f5067d1f238df MD5sum: deaa84b3873afa23b0520d0e5b2f9ad3 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.20260916.025657 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marco A. Gutiérrez Installed-Size: 4470 Depends: ros-rolling-rmf-scheduler-msgs (= 4.0.0-2resolute.20260916.025657) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-scheduler-msgs/ros-rolling-rmf-scheduler-msgs-dbgsym_4.0.0-2resolute.20260916.025657_amd64.deb Size: 3389324 SHA256: 0f39698deb0e8ecfcb73b6bba5c0979bd8d44d439e30726019b00303e580afa5 SHA1: cf11049a5b0030d25827ec89346abf1bfe41cf5e MD5sum: 299541a1e6c909c9808f7c087f7c294b Description: debug symbols for ros-rolling-rmf-scheduler-msgs Build-Ids: 032a9e8df4f83ef0524af42ccb7ed53071597bb0 14a948f7bd51eb04a1d7a14505fbe6595d8d34b6 26bff1e931455495a17461684a972323dff66703 4ac806932fe16264d74208e1b28173710bea3461 6304f8ed90adf5cb52a6b59f53eed3af76a487f7 6999c6d74610a50dd59e495b5ef631447d57428a a4c216371cdb1e8b6cc24120e8d8044742b2e59f aa7194a4098c6c3360bb3a0498e99ff06f957cb3 ceac1476f669ef10832dc9d2027a674828134f84 e53ef3b7d0e0e93323e4ac8f8b33cd37f962676a ed45f77d027676bce5c949311c857ba84823362f Package: ros-rolling-rmf-site-map-msgs Version: 4.0.0-2resolute.20260916.025545 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.20260916.025545_amd64.deb Size: 66446 SHA256: 19f158152c2aeb7958ba6cffd26e5188a4ce5801b341bf03af601e4d86a44eba SHA1: ac15c7c4279e0a645e713c7eedd4e1776897b17f MD5sum: 0277d2f214b754a68e130cd5fce6cbd1 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.20260916.025545 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 652 Depends: ros-rolling-rmf-site-map-msgs (= 4.0.0-2resolute.20260916.025545) 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.20260916.025545_amd64.deb Size: 485838 SHA256: ca00786a8e3a9e21e8583a258cb9088c8308a100e071db792f5371a509b9ada6 SHA1: ff243118988a725326a1efbd41804be8a20a5a1f MD5sum: 66c3e9ac9af5fe08f4a37c9cad33f59e Description: debug symbols for ros-rolling-rmf-site-map-msgs Build-Ids: 02c77ee7766044d8abe6e4564846551293d6e5e9 1baeb5b410ffc968017da6c93895b860248c0768 239f22ce1876282306fa1031a8075aec859702d3 274561be1aef768f68e489b44252d3d2baa927f8 2f8e26aee6b660e72330439c0a841c3c64892a3c 405b2b058370c674ccb23dd399c192a4094542b4 7491f4d0428f8c790f4053c4f8e98a945cbb5cd6 8aea3a4a8996c497517f04e49fa965a8d022b025 c14eada3ecffb6ae7f48b3cd96f590a51ec8dbe6 dec143bbb0ed81009d92ee7412b3c6e5a6d6325e e1166813718f30ee43b4d669337614e6aa6592a9 Package: ros-rolling-rmf-task-msgs Version: 4.0.0-2resolute.20260916.025645 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.20260916.025645_amd64.deb Size: 576678 SHA256: a6f1284a6221d187e81d6cd6fb95efbf87d087bb07aad27146c0930a7308bcbb SHA1: 1d1e1a6451bf33ebda2735f84815867e6330c2a8 MD5sum: addc19517be70b294446e5dce144980a 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.20260916.025645 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 7143 Depends: ros-rolling-rmf-task-msgs (= 4.0.0-2resolute.20260916.025645) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-task-msgs/ros-rolling-rmf-task-msgs-dbgsym_4.0.0-2resolute.20260916.025645_amd64.deb Size: 5535572 SHA256: 82c93c1c8afe1d31758455faa34e7314ce182e00dbc5d3a067eba25a1b9c5611 SHA1: b055db157630c17f261072699776f79ea1cb52cd MD5sum: 9c3372ffc70354b3a17adee8b1911beb Description: debug symbols for ros-rolling-rmf-task-msgs Build-Ids: 031eba0bbb0fcd29f7ee3df23c134f7a6a07fc68 2541b32e91683311019435273eda4a26397492f9 4561f0865039d3c5662076b91c54475ed78a189d 7ad813eb2a030e5aa5042ae516ccce62a4b8fa27 83cb2d6168412b57c769c3d7c1c1caf6912ba519 92b8b92ae299b08c0f226fc15ce32b5e40438bd3 977b26d149a5eae48515e9b765668945603938bb abcd13fb5c8de6f77ec4807d8d09837e963424e0 d997e4121a94a456dea67c42d245ed60a11c3529 ee5681ed852af26fa676840ee0db4a2cc02f65f3 fbe17222e837f6fcb072d136c49ef29d9c1d6acb Package: ros-rolling-rmf-traffic-editor-assets Version: 1.14.0-2resolute.20260908.140716 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.20260908.140716_amd64.deb Size: 12106124 SHA256: 3416e279d72a413205df8ac3cf03cb1b493fab6a9c21317800666b1725d2160c SHA1: d81de0fff55fc90062e2556fbc4aa4a30593e18b MD5sum: 27f60d5a1b9867a42699b01fd8612cde Description: Assets for use with traffic_editor. Package: ros-rolling-rmf-traffic-editor-test-maps Version: 1.14.0-2resolute.20260916.212304 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.20260916.212304_amd64.deb Size: 188720 SHA256: 961d30735db3d9d6c05316251fd82033de88b21d2c68d03a1d086c3f373a31b5 SHA1: 7cc73e6ab6cfbd17496d7b18c905f4e5f7f933e8 MD5sum: 40fe2027f7cb90fe73ca964159006aa7 Description: Some test maps for traffic_editor and rmf_building_map_tools. Package: ros-rolling-rmf-traffic-msgs Version: 4.0.0-2resolute.20260916.034123 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.20260916.034123_amd64.deb Size: 748778 SHA256: eedf758a2e7e9ad0cf3ae65ba6e54a01bf76a8b80edf7ad28da3f14e489af3d4 SHA1: 223f9f4df9a76a5257ce645b722666f764bd9bef MD5sum: eaab469c79bdb10898240445e15fe81d 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.20260916.034123 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 10562 Depends: ros-rolling-rmf-traffic-msgs (= 4.0.0-2resolute.20260916.034123) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-traffic-msgs/ros-rolling-rmf-traffic-msgs-dbgsym_4.0.0-2resolute.20260916.034123_amd64.deb Size: 8349104 SHA256: f5879efe1506b5ca8c77ca0a371ae44e50c4de7b53039bd1cf5291daf423936d SHA1: f0e80835bd4552559a792a3f95be5c412ddfdb60 MD5sum: 573c4b95d09e74a0f297abbc221ee75e Description: debug symbols for ros-rolling-rmf-traffic-msgs Build-Ids: 16c367d0aa64d57e4f89c6daa3e0780d689a74a2 389549da76ee4d17396f750b9f1d1afbcc87115e 38e62cf5b43b9126475d6d70767e16e6d906d12d 3f9f6f442928e6725ffdc84466837678cfc0f51e 469cef8c680de8ee48964d8ef14940c9ddede6bd 6bde556de771db2762be560f7ae19e9f4d6e641e 76021759be7cb746b9f03466f2efe9f0d7e9e824 a138a41fa0605871645abe736d96b310ab75c7c0 d99c1cf483098cffe5deb7fddc318f8b5fb0f584 f1cc3521762cfff15aa17aaa5bd19c407413d0f7 ff82467214b3efe17079468372ed03a8a339690d Package: ros-rolling-rmf-utils Version: 1.7.0-2resolute.20260908.133953 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.20260908.133953_amd64.deb Size: 131586 SHA256: fd64cc92780a5b2d0b4c962776a0fab774d51152b6319683ea711b42d2f3bca3 SHA1: e62b1062a1cde1bebb83cf3ea4f1a37222f38913 MD5sum: 3ba62b6ac46d0eb9a1b04f559d7ddb6a 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.20260908.133953 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 38 Depends: ros-rolling-rmf-utils (= 1.7.0-2resolute.20260908.133953) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-utils/ros-rolling-rmf-utils-dbgsym_1.7.0-2resolute.20260908.133953_amd64.deb Size: 20546 SHA256: 601e417c6f43048691163ae34ff8e3f3191ff335b402aeab2ae4c84d44782e27 SHA1: 9727293c2baf39de9a7cf97d8109a1a8e324f52d MD5sum: ce21d97353933a8f78f56b49dc80edfb Description: debug symbols for ros-rolling-rmf-utils Build-Ids: e682e3367f2e87953934e1dc58f7fd47ceb5da2c Package: ros-rolling-rmf-visualization-building-systems Version: 2.5.1-2resolute.20260916.034246 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.20260916.034246_amd64.deb Size: 12352 SHA256: 57802a6a3c5e82a1fb091ae6e62a06c4b6ea45a8875a3a62d6143786e4a57a98 SHA1: 7c2deed51c070c0832bc594dea74f459d3e6bd2f MD5sum: 8c1cf438a173c7c2b4b87e8a86633865 Description: A visualizer for doors and lifts Package: ros-rolling-rmf-visualization-fleet-states Version: 2.5.1-2resolute.20260916.210131 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.20260916.210131_amd64.deb Size: 160904 SHA256: 026423bde2038665a9ad97f6fd4fe4325876bd8468d188486085beaf5b0ecd91 SHA1: f7d0125168e4cd2d9b18380c15e0428e683ba172 MD5sum: 10e241c9fe783d42f783da5c2961ab3f 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.20260916.210131 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 4048 Depends: ros-rolling-rmf-visualization-fleet-states (= 2.5.1-2resolute.20260916.210131) 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.20260916.210131_amd64.deb Size: 3310006 SHA256: 0a557ac6797ae591f3fa34b089f7408f5471f76410bf260f55e6111c61d7d559 SHA1: 79a210eec338741676f19883decea34baeebcab2 MD5sum: 7983738b636f32c8ca451154b624ef14 Description: debug symbols for ros-rolling-rmf-visualization-fleet-states Build-Ids: b0c1b5a0ecc39c78dc81d7585f4acaceef435650 e746ee4c15ff618e9670d5edacf9d7a7f8d05cde Package: ros-rolling-rmf-visualization-msgs Version: 1.5.0-2resolute.20260916.025600 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.20260916.025600_amd64.deb Size: 46514 SHA256: 5dc744bbc4852ae8f55f99eab1feb8e0b2bdca6be54b7957885bf83a31702f72 SHA1: 8b0c0d84cb7aacaadc4407fb47b1bc3b7713a3b1 MD5sum: cf51407d9a9611d5d32a06340488bbe7 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.20260916.025600 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: yadu Installed-Size: 349 Depends: ros-rolling-rmf-visualization-msgs (= 1.5.0-2resolute.20260916.025600) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-visualization-msgs/ros-rolling-rmf-visualization-msgs-dbgsym_1.5.0-2resolute.20260916.025600_amd64.deb Size: 207402 SHA256: f2bf5d62080c461580f6e5e190db418479d7ac73517297189e6a5e736331c724 SHA1: b833c2eb9d2739942636ba8a6238468569218ea5 MD5sum: 5b2444ed7ee9301a4e3f5ab6ab426f40 Description: debug symbols for ros-rolling-rmf-visualization-msgs Build-Ids: 048ce443a93aac9418ed552db2cf6e015fa2c983 293f07e91669cbda42f0b0f32a7063e31fc1e404 301734bf6c3729e2e41d617131bc24b4ffe5870e 34afae83a6c6aad5ae46df8d673b2e9dd5405e8f 5d78d8e39641062b730d34d0c442919449a28b46 87c37a7e342799271487aba43c8bf1894f6de3c5 8c0c4dea8580cd4b4202c31b02f277d87716fc7e cb421305858bcc9c8e14766056cf6d37d8e4b5a3 d90eb6cdfaa9f044e151a13aa56c43bce580540a e2ad9715cf11ea06b926f576e2419857fc355348 f76aed99d3746131973190a199a58e83b8c2a349 Package: ros-rolling-rmf-visualization-obstacles Version: 2.5.1-2resolute.20260916.210209 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.20260916.210209_amd64.deb Size: 158244 SHA256: 7b29b992650a55aa7daa2551f4dd0c22093b6d45d4273ec183112e4bd07031c5 SHA1: ca8a94237c4c4f18533db5a26e0060a6e831c82c MD5sum: 302ec84cf07c40c96a3a1d25b077c237 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.20260916.210209 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 3983 Depends: ros-rolling-rmf-visualization-obstacles (= 2.5.1-2resolute.20260916.210209) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-visualization-obstacles/ros-rolling-rmf-visualization-obstacles-dbgsym_2.5.1-2resolute.20260916.210209_amd64.deb Size: 3246412 SHA256: 413430c93aeab6f93df87773176aba704ae55276c0761ce4e0cebb190e67eee0 SHA1: 338fe10c94bf8a58a11df1df29b4ba2cd57ecc12 MD5sum: c2a81fe8cb58aeebf4458ccedb0589dd Description: debug symbols for ros-rolling-rmf-visualization-obstacles Build-Ids: 80df7846383293afb26fd13b2870155709bd42e8 fa9bb2be2ea5b2bc17187fcf7260b106c1603bc6 Package: ros-rolling-rmf-workcell-msgs Version: 4.0.0-2resolute.20260916.025600 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.20260916.025600_amd64.deb Size: 115468 SHA256: 4dee2d9a32e25a7632f6c4cc6e409ccfc82c974f7e2c265132163b50bb048b8b SHA1: 14c3cbf94fa36db71cf2b92355fb8dd92231d469 MD5sum: ee03d727be07d6604d15087a13269db9 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.20260916.025600 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aaron Chong Installed-Size: 1168 Depends: ros-rolling-rmf-workcell-msgs (= 4.0.0-2resolute.20260916.025600) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-workcell-msgs/ros-rolling-rmf-workcell-msgs-dbgsym_4.0.0-2resolute.20260916.025600_amd64.deb Size: 885950 SHA256: 51cbb3def7048e11ef519a1d91d2a6acfbd767a71dee93f8d4e6fad9856fce99 SHA1: dd14ea6215a85ca30fdc9fb7215f7a899185cef1 MD5sum: 1b0e6966d3f66ec6557c602b5d2a2e97 Description: debug symbols for ros-rolling-rmf-workcell-msgs Build-Ids: 1666d7f6c8a4de6acb9bd83bd5c0f20dc0015ca9 22c6d5be5c9b88a1393c14461b24f6e24449f766 2a025336b96cf581929d585778de95352a8bc816 3e33bccd12bbc0401687fce62fdb33329fb6a6da 5fd2b549af1bfaeef8492efff65ccbfa7840489b 65874a534900a17f07ee53010b704e635d661745 855030d5638e3e58de6abd924fc2bc8a152c763a b1c5185d6daf2de06d9137568d3cd78103a352e7 c2474a11119a093eddf54c8f0b3c48857d6ed046 e4ce0ee36ba795c6002523866d29470fc01599a8 f4d16acadb7e8d6a3aaf292da36f8a875eaed4fb Package: ros-rolling-rmw Version: 7.11.2-1resolute.20260908.142444 Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 564 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.2-1resolute.20260908.142444_amd64.deb Size: 72756 SHA256: 876dfdd5384cd388626d86f747a6e28ffb3fc10b8fd0d01c854316e3ec9e5ead SHA1: 67f8dbdbf0ebc397e5b0458613012a5afcf2a50c MD5sum: ec2b5c6cf5ca2272d8c69a4100f3e3c0 Description: Contains the ROS middleware API. Package: ros-rolling-rmw-connextdds Version: 1.3.0-2resolute.20260916.034853 Architecture: amd64 Maintainer: "Andrea Sorbini" Installed-Size: 113 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.20260916.034853_amd64.deb Size: 17946 SHA256: a2e83c06e2bcc421136785c2be1ec01f0e5476a5425324b07e5f22121af57ba1 SHA1: 489d40bbff9e59e01a44f067a2de42546a5be991 MD5sum: c23f2b1403f2eac8bb9fdee555125c84 Description: A ROS 2 RMW implementation built with RTI Connext DDS Professional. Package: ros-rolling-rmw-connextdds-common Version: 1.3.0-2resolute.20260916.025805 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.20260916.025805_amd64.deb Size: 287342 SHA256: 0db358a6fb5b0cce8a1549de9e4c25d60d931492533af8a79cc07d3fb3f0c9b8 SHA1: 5159fd117fcd75c1272cf1896821dbe682846f6b MD5sum: 071660da5e6fd35f97ecbd73caf57d38 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.20260916.025805 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Andrea Sorbini" Installed-Size: 3612 Depends: ros-rolling-rmw-connextdds-common (= 1.3.0-2resolute.20260916.025805) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-connextdds-common/ros-rolling-rmw-connextdds-common-dbgsym_1.3.0-2resolute.20260916.025805_amd64.deb Size: 3244654 SHA256: e7cac6eae233a3a17f19822d06ebfd12ae919027c7e11c9bdd9147b2f8c510c8 SHA1: ae7a6957cff548f0882519f7278395ba6f140c09 MD5sum: f2f54469ff134af1139d0071525d67d6 Description: debug symbols for ros-rolling-rmw-connextdds-common Build-Ids: 8e8475771ca43be0be1ee6f14758f37c860914d4 Package: ros-rolling-rmw-connextdds-dbgsym Package-Type: ddeb Source: ros-rolling-rmw-connextdds Version: 1.3.0-2resolute.20260916.034853 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Andrea Sorbini" Installed-Size: 143 Depends: ros-rolling-rmw-connextdds (= 1.3.0-2resolute.20260916.034853) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-connextdds/ros-rolling-rmw-connextdds-dbgsym_1.3.0-2resolute.20260916.034853_amd64.deb Size: 113326 SHA256: 3c4793911c07fd47875381e75d331cad73325de071cab8ebd9310870daa2d001 SHA1: cba346fcc4f6d50e4297ecd59e3880317de07528 MD5sum: 0c7bfa64ad920bb22b8814c3dabc304a Description: debug symbols for ros-rolling-rmw-connextdds Build-Ids: c9086cdeea5db71fa332a8aeaabd456a0bfa7bc1 Package: ros-rolling-rmw-cyclonedds-cpp Version: 4.2.1-1resolute.20260916.025811 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.20260916.025811_amd64.deb Size: 142256 SHA256: d2dcef762d6d46b7cebcf1397d0c6d4a826403be508a8f1aed346e52705c03ca SHA1: 114888bdffcada9fa0983517cac0d744af791332 MD5sum: bbf264490138a0bee7f5c2ac6bd239fc 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.20260916.025811 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Erik Boasson" Installed-Size: 1729 Depends: ros-rolling-rmw-cyclonedds-cpp (= 4.2.1-1resolute.20260916.025811) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-cyclonedds-cpp/ros-rolling-rmw-cyclonedds-cpp-dbgsym_4.2.1-1resolute.20260916.025811_amd64.deb Size: 1575230 SHA256: 8f038e3d506b6d37a3ec49ebbaf5f8c9486ac42219ce44e45647a42b00d953ad SHA1: 81d1563d6deb26687c750a446b32422ee54a4bcb MD5sum: b2242d1f303573a4f817d7f88d254967 Description: debug symbols for ros-rolling-rmw-cyclonedds-cpp Build-Ids: b8f95c644f8770f2def93b3ed238545aa9af7fb8 Package: ros-rolling-rmw-dbgsym Package-Type: ddeb Source: ros-rolling-rmw Version: 7.11.2-1resolute.20260908.142444 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 83 Depends: ros-rolling-rmw (= 7.11.2-1resolute.20260908.142444) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw/ros-rolling-rmw-dbgsym_7.11.2-1resolute.20260908.142444_amd64.deb Size: 40272 SHA256: b55ba8fd72f6fbc0e1fc2f6f56249b0ec17e44dda50b836668151e01705f7a81 SHA1: 0a8a728c2497e19fcea8f4e9b4475e1257b9658d MD5sum: d609abe020c45a158def0c1241d15c70 Description: debug symbols for ros-rolling-rmw Build-Ids: 8ac46c53a2e270392354949d596b7f0beddbc4aa Package: ros-rolling-rmw-dds-common Version: 6.1.2-1resolute.20260916.025405 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), 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.2-1resolute.20260916.025405_amd64.deb Size: 124398 SHA256: 6e8fcfeb5d6471447aa91771c11284a922a02c90fe7757e76901acdac9c6a5fa SHA1: 102ded7cabe43dc83b80ad652646c03c9a7be4d1 MD5sum: 52a10e8d204e5261a2447ec76f0f88c7 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.2-1resolute.20260916.025405 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 1292 Depends: ros-rolling-rmw-dds-common (= 6.1.2-1resolute.20260916.025405) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-dds-common/ros-rolling-rmw-dds-common-dbgsym_6.1.2-1resolute.20260916.025405_amd64.deb Size: 1041890 SHA256: 995d6ba03d22cf997adc5e3bbbc41843501723ac7b7e3f893101da7e9f63106b SHA1: ef3c588fd90b8dd50755361be99a5fbe2ec7bc64 MD5sum: fc2a09f7dbd7b0d389e5886279f787da Description: debug symbols for ros-rolling-rmw-dds-common Build-Ids: 0b54a068d1b4690a4141e32618f1b7f4f2f50e9f 2b640f5861b0758067430dcd99264dd2f24266d9 398605eca2007ee075c1d3f80f3f9d57f84fdffe 5b457f16656c88f9d1860d8860d2be8190244c20 65f4f1bf06036fbeb40e41c8a2c53e2373784274 a32c3c28d381dab2455d85330eb7b8f832b10c6a a4a16bc8c4e53032f73709352c5597f0f4dc0fd6 a6a5405cae4c4b51eed1f963431f23578fb87f6a bd1a596a4dc1dd1680f9189b277bbf069d46b719 c6762c802d2d07e42b7627a16a8d9d864e241808 d6267755a5ffff5360c41f24d5320748ca597bc8 e2d04521a1b946b9c39ba5c1e612d48019eebef6 Package: ros-rolling-rmw-desert Version: 4.0.2-1resolute.20260916.025812 Architecture: amd64 Maintainer: "Davide Costa" Installed-Size: 449 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.20260916.025812_amd64.deb Size: 145122 SHA256: 12e4fbffdfe6de4774f657b1daedc45d33f57c20b02d0c8ec7f6b8b681bd8505 SHA1: d4851804fb8eff4bec95ab58ddc154f8687e04e8 MD5sum: b01362cfb74257bd7b14da444d967217 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.20260916.025812 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Davide Costa" Installed-Size: 3388 Depends: ros-rolling-rmw-desert (= 4.0.2-1resolute.20260916.025812) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-desert/ros-rolling-rmw-desert-dbgsym_4.0.2-1resolute.20260916.025812_amd64.deb Size: 3242182 SHA256: 75045c4f2863ad61b5d8e0350664e54f8f37e1c1cef0f9621e5ddb0ee2178c19 SHA1: 663c0203d5b57a704cb0d03b8bd901faf6e61a65 MD5sum: b58d538a3ee1220e4e01657caa32e518 Description: debug symbols for ros-rolling-rmw-desert Build-Ids: ee6b5f8e1921147951bc791e4c29ccd7f980c3bc Package: ros-rolling-rmw-fastrtps-cpp Version: 9.6.0-1resolute.20260916.193506 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 536 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.6.0-1resolute.20260916.193506_amd64.deb Size: 154486 SHA256: a5aacda858a8f685f3ee394d7b5c98877a384d2a286a3a3860903a4db452cba8 SHA1: 5d6595ad331b852a1ef9042abc366450000a9f30 MD5sum: 567e924ef2974fb9ec2650d86cc2be87 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.6.0-1resolute.20260916.193506 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 5305 Depends: ros-rolling-rmw-fastrtps-cpp (= 9.6.0-1resolute.20260916.193506) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-fastrtps-cpp/ros-rolling-rmw-fastrtps-cpp-dbgsym_9.6.0-1resolute.20260916.193506_amd64.deb Size: 4919202 SHA256: 418c8e6b6780ff31bfdaf33323078929749adaecdefd7d2c421f3df3e432c667 SHA1: f0bdcfa4c9208223a36d39d4def42517ef5543a3 MD5sum: 1695b99896726d768d4b90fd5c8b0b8e Description: debug symbols for ros-rolling-rmw-fastrtps-cpp Build-Ids: f9b28b291a48cc8e91afab4161e58f9e320bf609 Package: ros-rolling-rmw-fastrtps-dynamic-cpp Version: 9.6.0-1resolute.20260916.193513 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 464 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.6.0-1resolute.20260916.193513_amd64.deb Size: 120380 SHA256: b3b23353c81b7c9eda8f8e4c2440a9e62d4276d5ac4ea91c8deb8d3d9d1079f2 SHA1: 010ba136f63f0941f9e67c4a7176b4ae5efe252f MD5sum: 84efb574f25f6f0d698fd6523711ad04 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.6.0-1resolute.20260916.193513 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 4425 Depends: ros-rolling-rmw-fastrtps-dynamic-cpp (= 9.6.0-1resolute.20260916.193513) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-fastrtps-dynamic-cpp/ros-rolling-rmw-fastrtps-dynamic-cpp-dbgsym_9.6.0-1resolute.20260916.193513_amd64.deb Size: 4051080 SHA256: 344ce11285d1976afda1e1e9c953c3e98092af53e86f9df8054f4a9c681045f4 SHA1: 2c39751daa10135aa0c7938ad3e0c4b614ccdfbc MD5sum: ee8f9038c717df48fa920c370f9f9bb4 Description: debug symbols for ros-rolling-rmw-fastrtps-dynamic-cpp Build-Ids: 010d275ac825bf4ac12052da62cbd8ca41fac91c Package: ros-rolling-rmw-fastrtps-shared-cpp Version: 9.6.0-1resolute.20260916.192907 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 701 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.6.0-1resolute.20260916.192907_amd64.deb Size: 188842 SHA256: 64c2ba0a7a19ac33388a5d3fe89f14c6d8a6e3f884751f3b545debd0a413a84b SHA1: 74f55bc222411c3cd52373e1e6c1c31fab12c7bd MD5sum: 6e36d90342c5c951183c3e2363f84712 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.6.0-1resolute.20260916.192907 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 6167 Depends: ros-rolling-rmw-fastrtps-shared-cpp (= 9.6.0-1resolute.20260916.192907) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-fastrtps-shared-cpp/ros-rolling-rmw-fastrtps-shared-cpp-dbgsym_9.6.0-1resolute.20260916.192907_amd64.deb Size: 5778558 SHA256: 3b60a96cbb77438e96bbcf17c56242f3a3e765ad6021ad1d9bc0fa8d9b164709 SHA1: 19e7fb1ca65e399ca02594c2ce2afd4dd2130ffc MD5sum: 061db3e078d927801dd231dfe7a1d1cc Description: debug symbols for ros-rolling-rmw-fastrtps-shared-cpp Build-Ids: 45cd49384a2fd211423c06bf30b8f52bcd0881d4 Package: ros-rolling-rmw-implementation Version: 3.2.1-1resolute.20260916.194407 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.20260916.194407_amd64.deb Size: 23284 SHA256: fcbea676523994dd96f7b86a1d0d705872792e2874a4eeb53ccaa527943b3ed4 SHA1: 2cb5366220db1e95f11fcdc0025e63da73d55459 MD5sum: 18fbed815d7d60f8f0cbf9e06cad3000 Description: Proxy implementation of the ROS 2 Middleware Interface. Package: ros-rolling-rmw-implementation-cmake Version: 7.11.2-1resolute.20260908.140731 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.2-1resolute.20260908.140731_amd64.deb Size: 8952 SHA256: 9c6dec988dcb71b983cd61ae904147ee451906f550708a4016132893bb9a054b SHA1: 851661ea50b4dea37bffbbf2f5feb6ddb76c0983 MD5sum: bfab2741e737485051efce5382cbd063 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.20260916.194407 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "William Woodall" Installed-Size: 174 Depends: ros-rolling-rmw-implementation (= 3.2.1-1resolute.20260916.194407) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-implementation/ros-rolling-rmw-implementation-dbgsym_3.2.1-1resolute.20260916.194407_amd64.deb Size: 137766 SHA256: b040aa5fa7da289992eb1fa88261c44bde0cfae8432310031acd23f97df53662 SHA1: 7a72cc9f797146074a50b045f660a0038ef9ad7c MD5sum: 0e7e9c4c93e234252354d8f013d2237b Description: debug symbols for ros-rolling-rmw-implementation Build-Ids: 93cd93c153f74127e27aacf863e6d87a837aeaba Package: ros-rolling-rmw-int2dds-cpp Version: 0.1.5-1resolute.20260916.034150 Architecture: amd64 Maintainer: "Jungsup Lee" Installed-Size: 540 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-int2dds-ffi-vendor, 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.5-1resolute.20260916.034150_amd64.deb Size: 154598 SHA256: aaf58565f192a44c33fb56c7700f02443320a521a296cd76e2e639308b846d93 SHA1: 23ab53ee8e9af56b1de3cda85277e6eea223ec6c MD5sum: 886b9108db071c47291023ec46de442a 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.5-1resolute.20260916.034150 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jungsup Lee" Installed-Size: 2753 Depends: ros-rolling-rmw-int2dds-cpp (= 0.1.5-1resolute.20260916.034150) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-int2dds-cpp/ros-rolling-rmw-int2dds-cpp-dbgsym_0.1.5-1resolute.20260916.034150_amd64.deb Size: 2544634 SHA256: 12897b320a970bfc73fd289f7b6bd018afb9420ddedae3e5fbc017be23214d6d SHA1: f3f019bf2859b49ffe6eeb5c20c2e35d13cd4fb0 MD5sum: 661118f28e35824c53dcaf8cf4ea837e Description: debug symbols for ros-rolling-rmw-int2dds-cpp Build-Ids: 54e18da63a37420615c375390567144b12b24ce4 80c7ea9ba67ab767bb800840f3ca2b042ea7faf4 92d671f50d6a676d188268dab3b01378f891d94c bac60dca9fe588dcd8746dc0ff8846c9e8395e87 Package: ros-rolling-rmw-security-common Version: 7.11.2-1resolute.20260908.142719 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.2-1resolute.20260908.142719_amd64.deb Size: 26564 SHA256: d40717b2cf93f75f5f393b893867461c5727cc0b9323c0c33b7abcd0470e0229 SHA1: 81bfc85a31372bb79de62e8d0c0236915b5a2c6b MD5sum: 6bca2926c8292fcdb66fc6f0dd737f21 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.2-1resolute.20260908.142719 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 262 Depends: ros-rolling-rmw-security-common (= 7.11.2-1resolute.20260908.142719) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-security-common/ros-rolling-rmw-security-common-dbgsym_7.11.2-1resolute.20260908.142719_amd64.deb Size: 234950 SHA256: 8aa44a1b050a2e304134636026af582072ed7817a9f385c82730436c6065fae3 SHA1: 8997aa3fc6d5f129623f7eeecd2591a6bcb85d2b MD5sum: 9290005e337bedaf46b2ef39129aba1b Description: debug symbols for ros-rolling-rmw-security-common Build-Ids: b6ad70395ae8d516eb51a8f3f13d10ee2729cf00 Package: ros-rolling-rmw-stats-shim Version: 0.2.3-2resolute.20260916.034843 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.20260916.034843_amd64.deb Size: 30884 SHA256: b5c39470ee44d83bebf1309c3948670d50993eee530311be5342d23227842b5f SHA1: 8c40a815ce67d29c17badbbcc0471cfb4ebcf54f MD5sum: 918bfb4bd08b59a270ec44132ab19530 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.20260916.034843 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 322 Depends: ros-rolling-rmw-stats-shim (= 0.2.3-2resolute.20260916.034843) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-stats-shim/ros-rolling-rmw-stats-shim-dbgsym_0.2.3-2resolute.20260916.034843_amd64.deb Size: 294718 SHA256: b9ba5dc8ec6a035dd388f1c081d6d632133b878d0b4ac23f529ae0dd2269e0bc SHA1: ead5e22431f7dea9b9e3d50f5e4e6a1776b47723 MD5sum: d35f132f14a005de8dd51f817be02a03 Description: debug symbols for ros-rolling-rmw-stats-shim Build-Ids: 3fc85c6fba5c4ff5dc5985dcb715ea194677ea6c Package: ros-rolling-rmw-test-fixture Version: 0.16.0-1resolute.20260908.142758 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.20260908.142758_amd64.deb Size: 9476 SHA256: 9c4abd6574556eee72e8236b13f1bc3d43c2bd81bc89c8a4b8e51ceafe827133 SHA1: 6a812a8caeeff0bab2167db5f98f0f2c5c08a896 MD5sum: db94fc7b152e0350e1be75fd9214d624 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.20260916.194848 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.20260916.194848_amd64.deb Size: 22320 SHA256: 81fbe247c472fcd6bb04fab454fffe9f6c074161426cce6164eb307bff4aa661 SHA1: e3b41e015a20c34b1ff49b713d7361b94b3543bd MD5sum: 10047a3ca977ceb181ed964b99940a85 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.20260916.194848 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 137 Depends: ros-rolling-rmw-test-fixture-implementation (= 0.16.0-1resolute.20260916.194848) 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.20260916.194848_amd64.deb Size: 93936 SHA256: 190d1edd48b622f4ee17d86ab8ef339bbdd736174327c0d33a7be89d42bcf747 SHA1: 35d92ef6b799657f5c6be807145efd21f6118824 MD5sum: 7626d49089b0c55293cfd8c553ab8614 Description: debug symbols for ros-rolling-rmw-test-fixture-implementation Build-Ids: 19c655d7469d2b243e8d59becbdeec95ec51ea4d b7a910ff0acdca6aa7065994848d579f96535188 f4206ca281285223001e8f3794cecac0f24ee184 Package: ros-rolling-rmw-zenoh-cpp Version: 0.13.0-1resolute.20260915.140302 Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 959 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.13.0-1resolute.20260915.140302_amd64.deb Size: 314492 SHA256: 15b2634add62b21b2b082f7874d6cce9029116530a80df34c142c9188625065e SHA1: f0a427c2c2952c42748a80e7541f625fd377f421 MD5sum: a965a41a7f01710a42ea235c11f480b3 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.13.0-1resolute.20260915.140302 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 8038 Depends: ros-rolling-rmw-zenoh-cpp (= 0.13.0-1resolute.20260915.140302) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-zenoh-cpp/ros-rolling-rmw-zenoh-cpp-dbgsym_0.13.0-1resolute.20260915.140302_amd64.deb Size: 7742830 SHA256: 1cc74de8c04b90d57291c73061099a8624e6360f8b9f017d297ad75259f3b40a SHA1: be5505aa34b51e325c7a6696d2290ae3594064c8 MD5sum: d96d2cc966ebe77b257f01cdcc1e7607 Description: debug symbols for ros-rolling-rmw-zenoh-cpp Build-Ids: 201b81ab48fc8091ea6c48fb271be4444da634e9 6c2927a779999c498a375066b82792e4662d18e3 ad4cc1ca1be93bfd580cbd5b336ecf65b2d0253c Package: ros-rolling-roboplan Version: 0.7.0-1resolute.20260921.092623 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 45 Depends: ros-rolling-roboplan-cartesian-planning, ros-rolling-roboplan-common, ros-rolling-roboplan-core, ros-rolling-roboplan-example-models, ros-rolling-roboplan-examples, ros-rolling-roboplan-oink, ros-rolling-roboplan-rrt, ros-rolling-roboplan-simple-ik, ros-rolling-roboplan-toppra, ros-rolling-ros-workspace Homepage: https://roboplan.readthedocs.io Priority: optional Section: misc Filename: pool/main/r/ros-rolling-roboplan/ros-rolling-roboplan_0.7.0-1resolute.20260921.092623_amd64.deb Size: 5972 SHA256: fe7eb3996930b83166b6ed074d7e9f017235b13379ac59b90e609779b6982406 SHA1: 706732fb2f30b02adb6e6dac5d75a47dbf54d32b MD5sum: af8454b275ac020c2756f52175087057 Description: Metapackage for the RoboPlan motion-planning library. Package: ros-rolling-roboplan-cartesian-planning Version: 0.7.0-1resolute.20260921.091037 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 400 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-coal, ros-rolling-roboplan-common, ros-rolling-roboplan-core, 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.7.0-1resolute.20260921.091037_amd64.deb Size: 120302 SHA256: f5c249971bd1dcafcf97e9e29ed8d019ed1561ce85ac276a62f17096b43a9750 SHA1: 4c266a1c44e167f5cad0d8fe965ad5474c12fe02 MD5sum: 9d42d7354922885a72cdcefb0828a403 Description: Cartesian path planner for RoboPlan. Package: ros-rolling-roboplan-cartesian-planning-dbgsym Package-Type: ddeb Source: ros-rolling-roboplan-cartesian-planning Version: 0.7.0-1resolute.20260921.091037 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 6319 Depends: ros-rolling-roboplan-cartesian-planning (= 0.7.0-1resolute.20260921.091037) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-roboplan-cartesian-planning/ros-rolling-roboplan-cartesian-planning-dbgsym_0.7.0-1resolute.20260921.091037_amd64.deb Size: 6255424 SHA256: 92085062037e1b54c24ffe29fdab285689314faf9d9100e663072c247d4cbadc SHA1: 1f7720e32851e0f5f22e96644dee713a805f21b5 MD5sum: ebc67d40f83128b8fac8bcdae8d95ae9 Description: debug symbols for ros-rolling-roboplan-cartesian-planning Build-Ids: d4797d6beca5c154a7e62c7d9508090fa34a4106 d7ba40d3d68f894cfe8fb4628e9413332bf50ac3 Package: ros-rolling-roboplan-common Version: 0.7.0-1resolute.20260921.083319 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 49 Depends: ros-rolling-ros-workspace Homepage: https://roboplan.readthedocs.io Priority: optional Section: misc Filename: pool/main/r/ros-rolling-roboplan-common/ros-rolling-roboplan-common_0.7.0-1resolute.20260921.083319_amd64.deb Size: 6344 SHA256: 51a65fcdb29612f22cf12d8e0081d5f83d214af586e4129784663b0a58f75975 SHA1: fdb4ddec32802303348c629d4239dd8ed1688eaf MD5sum: 1f14b65e337324b9e6c5ae031a11425a Description: Shared runtime support for RoboPlan Python packages. Package: ros-rolling-roboplan-core Version: 0.7.0-1resolute.20260921.083631 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 1961 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-roboplan-common, 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-core/ros-rolling-roboplan-core_0.7.0-1resolute.20260921.083631_amd64.deb Size: 528508 SHA256: 6f106c7be44ba35cc387b50c047affbc9f616e9ecf55384e641ec3f4ac06ca37 SHA1: e722cadfd21897f542cee8bfebd8c3c1e5b48545 MD5sum: 213cdaa76db9710c4f719e6806505775 Description: Core types, scene representation, and utilities for RoboPlan. Package: ros-rolling-roboplan-core-dbgsym Package-Type: ddeb Source: ros-rolling-roboplan-core Version: 0.7.0-1resolute.20260921.083631 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 26670 Depends: ros-rolling-roboplan-core (= 0.7.0-1resolute.20260921.083631) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-roboplan-core/ros-rolling-roboplan-core-dbgsym_0.7.0-1resolute.20260921.083631_amd64.deb Size: 25988984 SHA256: 174760936cea06c0e768329de674c167e163940131627321f7d0b61388951c24 SHA1: 1a6dd98e84e7570b7d58790bb7ba70c9b510696c MD5sum: b0a7167b0f5e5663740adae0d4a90701 Description: debug symbols for ros-rolling-roboplan-core Build-Ids: 0b74178d2b3f1fb1afe158fd5915e233a2d83963 3dda76ea99473f283941943b017b4b449d4c3d40 623c4804ff8159414895e4bc49bc5a82c9db5ff2 Package: ros-rolling-roboplan-example-models Version: 0.7.0-1resolute.20260921.083923 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 88502 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-roboplan-common, 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.7.0-1resolute.20260921.083923_amd64.deb Size: 22666384 SHA256: 3c57d8eb02fa43706993fca8cf6c6d1ce87e7c7b8260a0ca3294ca7c0b7154b8 SHA1: 235d4ad69c660128da7bc65af69f832ebc444c77 MD5sum: 46550ac142508f0f4696b44327800a1c 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.7.0-1resolute.20260921.083923 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 617 Depends: ros-rolling-roboplan-example-models (= 0.7.0-1resolute.20260921.083923) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-roboplan-example-models/ros-rolling-roboplan-example-models-dbgsym_0.7.0-1resolute.20260921.083923_amd64.deb Size: 564636 SHA256: 45a7f4faf0e2def82df31bb8be53adafba820f104fbe263510184a3afb5899ef SHA1: d742168f8aae281949bc51bf61483222227b2b38 MD5sum: 45dee05b5961ba459fedb415f4d3688f Description: debug symbols for ros-rolling-roboplan-example-models Build-Ids: 46db63df08e50b9dd6ea40e31adefd7cfe851c34 94285cc1f982f33d91a84bfa670084914dd08583 Package: ros-rolling-roboplan-examples Version: 0.7.0-1resolute.20260921.091835 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 478 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-coal, ros-rolling-pinocchio, ros-rolling-roboplan-cartesian-planning, ros-rolling-roboplan-core, 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.7.0-1resolute.20260921.091835_amd64.deb Size: 102148 SHA256: 49c3cc38453a0701bd438274d57e6d534d3b3a57da3e255655dc54d82b9a4148 SHA1: ae4be512f7adf335145cb5878322013f5f9e86a9 MD5sum: 90dcd06543cd766393ddd1d40a628da7 Description: Basic examples of RoboPlan. Package: ros-rolling-roboplan-examples-dbgsym Package-Type: ddeb Source: ros-rolling-roboplan-examples Version: 0.7.0-1resolute.20260921.091835 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 14757 Depends: ros-rolling-roboplan-examples (= 0.7.0-1resolute.20260921.091835) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-roboplan-examples/ros-rolling-roboplan-examples-dbgsym_0.7.0-1resolute.20260921.091835_amd64.deb Size: 14830640 SHA256: 792fa177d1b7ae83fe6e6ba8de3a2dfea247b966a7cd148171da7e2d9e14b298 SHA1: 8633691f22e31d8465ddde4e4ed75b6ad9ddeb18 MD5sum: 623d6171696b1922df5c7e06547196b4 Description: debug symbols for ros-rolling-roboplan-examples Build-Ids: 0aa932cd8dd0a7310556a89c5feb70dfca465e40 35832920c426d1c1efd2054098ce87373ab15f99 524f920af0e72714088539299683e6c9607b1243 9e385bb529980df2b80a6e9502480e21f05977f5 ecaf26a0f687329b5e085e0332a37fab46bd3687 Package: ros-rolling-roboplan-oink Version: 0.7.0-1resolute.20260921.090044 Architecture: amd64 Maintainer: "Sebastian Jahr" Installed-Size: 961 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-coal, ros-rolling-pinocchio, ros-rolling-proxsuite, ros-rolling-roboplan-common, ros-rolling-roboplan-core, 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.7.0-1resolute.20260921.090044_amd64.deb Size: 291910 SHA256: bb082300dd19b9b484419c9eb4af1b2de83bed44342f7edc8fcb56cda137c706 SHA1: eb359732f0a43ef88f6e130b61e80384c0dcf15a MD5sum: 2fd3521b25d0946d7e9ba0ae58c1afbe Description: OInK - Optimal Inverse Kinematics solver for RoboPlan. Package: ros-rolling-roboplan-oink-dbgsym Package-Type: ddeb Source: ros-rolling-roboplan-oink Version: 0.7.0-1resolute.20260921.090044 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Jahr" Installed-Size: 20412 Depends: ros-rolling-roboplan-oink (= 0.7.0-1resolute.20260921.090044) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-roboplan-oink/ros-rolling-roboplan-oink-dbgsym_0.7.0-1resolute.20260921.090044_amd64.deb Size: 20316380 SHA256: 91bbd51df5bfea34532176f30f7978b5148b5ff77c468a471276cc31cc269ef6 SHA1: 403f25b4ad08996f35870ad32ca1e3e507baded5 MD5sum: 903b0255ed60896ed012bbf8f6264393 Description: debug symbols for ros-rolling-roboplan-oink Build-Ids: 1578cf10ca9e6ecc8db898cd273669c9d435387e e2cb2e6997db7642929dd8a7676b2c4d8b4735a7 Package: ros-rolling-roboplan-ros-cpp Version: 0.7.0-1resolute.20260921.084900 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 284 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libeigen3-dev, ros-rolling-geometry-msgs, ros-rolling-pinocchio, ros-rolling-roboplan-core, 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.7.0-1resolute.20260921.084900_amd64.deb Size: 91320 SHA256: d7f98dc5a5b747befff6cab8e1e113500eb7d6553afb7e4194652d7367afe8e6 SHA1: b9624cdf34e7020df778ed8b85be9b8eb640c8b2 MD5sum: 0ee3e042d7e463eed4389fca6bb5d227 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.7.0-1resolute.20260921.084900 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 4420 Depends: ros-rolling-roboplan-ros-cpp (= 0.7.0-1resolute.20260921.084900) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-roboplan-ros-cpp/ros-rolling-roboplan-ros-cpp-dbgsym_0.7.0-1resolute.20260921.084900_amd64.deb Size: 4379426 SHA256: 6d0e67cab890bad924805edf79830a51c6a2c6ad63b61b2c04fbbcb47cee24d5 SHA1: d0da876661145bd8ea36b2280be4b43250585a64 MD5sum: dcaa032325454146520a9c9be005dfb4 Description: debug symbols for ros-rolling-roboplan-ros-cpp Build-Ids: b6ff17d92fffe3f3a529586b633aa977891ad69f fcb694ff9aa8593b98581efbac1dce2703ea75af Package: ros-rolling-roboplan-ros-examples Version: 0.7.0-1resolute.20260921.084857 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 64 Depends: ros-rolling-control-msgs, ros-rolling-rclpy, ros-rolling-roboplan-core, ros-rolling-sensor-msgs, ros-rolling-std-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-examples/ros-rolling-roboplan-ros-examples_0.7.0-1resolute.20260921.084857_amd64.deb Size: 8644 SHA256: 541c1f88207ea0cb83969610da53a1f03f595c39b1d8eff504f9fed2612172bb SHA1: 10a7ac7c2c7e191c8d1493c868a4b9eb4482ba91 MD5sum: 6c49ea9984b3960e67f0e247801c76fc Description: Examples of using RoboPlan in the ROS ecosystem. Package: ros-rolling-roboplan-ros-franka Version: 0.7.0-1resolute.20260921.091112 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 137 Depends: ros-rolling-controller-manager, ros-rolling-joint-state-broadcaster, ros-rolling-joint-trajectory-controller, ros-rolling-parallel-gripper-controller, ros-rolling-roboplan-core, ros-rolling-roboplan-example-models, ros-rolling-roboplan-oink, ros-rolling-roboplan-ros-examples, ros-rolling-roboplan-rrt, ros-rolling-roboplan-simple-ik, ros-rolling-roboplan-toppra, ros-rolling-robot-state-publisher, ros-rolling-topic-tools, ros-rolling-xacro, ros-rolling-ros-workspace Homepage: https://roboplan-ros.readthedocs.io Priority: optional Section: misc Filename: pool/main/r/ros-rolling-roboplan-ros-franka/ros-rolling-roboplan-ros-franka_0.7.0-1resolute.20260921.091112_amd64.deb Size: 20762 SHA256: 05b4c993b7198b01f62a8da8de4d3d8414ce7f2b9bb00c11ffa51ff04460ee3b SHA1: 2b62035ec2592eacf39ca997746b59b6d3a9675f MD5sum: c11ed42e7b894d6c788b73784d7d7231 Description: Franka arm ROS example for RoboPlan. Package: ros-rolling-roboplan-rrt Version: 0.7.0-1resolute.20260921.090048 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 853 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-coal, ros-rolling-pinocchio, ros-rolling-roboplan-common, ros-rolling-roboplan-core, 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.7.0-1resolute.20260921.090048_amd64.deb Size: 254426 SHA256: 8b6e05008f42fff3896c3ea6deca2cd99b914e3d840bdf2e2b1dd8ed8842f8b9 SHA1: dda387a3a864d63523e83c2142d6d1db1c235335 MD5sum: c1a7bbdea21fbb50f12fad32ea075d74 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.7.0-1resolute.20260921.090048 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 17682 Depends: ros-rolling-roboplan-rrt (= 0.7.0-1resolute.20260921.090048) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-roboplan-rrt/ros-rolling-roboplan-rrt-dbgsym_0.7.0-1resolute.20260921.090048_amd64.deb Size: 17539640 SHA256: 4b363b02b34aa29884dba36c99b7f99a740154c3a6e8e9800566714a5d39d6b2 SHA1: 650d8aef2211cf42f6460cb8633086a18d0b7abe MD5sum: 0ab6bddfc929a217ac99b7ad3f6e3ede Description: debug symbols for ros-rolling-roboplan-rrt Build-Ids: 55bbcbaebb31d3699b85798c2e49a7719b3a7b84 c3c67f9e04be3fbd0d27f27a84e24084cb7781c4 Package: ros-rolling-roboplan-simple-ik Version: 0.7.0-1resolute.20260921.085709 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 456 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-coal, ros-rolling-pinocchio, ros-rolling-roboplan-common, ros-rolling-roboplan-core, 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.7.0-1resolute.20260921.085709_amd64.deb Size: 136986 SHA256: 85d43848ad873061409ffa659a6c44597861fbb4dc3ad0934ccb39ce83cdf787 SHA1: 1afab804b6d82bd7777d9ff49758475e9e7f917e MD5sum: a13058c7669d6ce37132bfee2e863892 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.7.0-1resolute.20260921.085709 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 14465 Depends: ros-rolling-roboplan-simple-ik (= 0.7.0-1resolute.20260921.085709) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-roboplan-simple-ik/ros-rolling-roboplan-simple-ik-dbgsym_0.7.0-1resolute.20260921.085709_amd64.deb Size: 14396310 SHA256: 26af496c6d5984aa45eb796e84c961b531c06aed72f155f09fa51532b0a30cc4 SHA1: 4146672f291ece69fccc26f5b5fc0e6e2f16eb80 MD5sum: fcf5e94f0099b86a961a71340e2b5599 Description: debug symbols for ros-rolling-roboplan-simple-ik Build-Ids: 5d900d90e5ef5e5612598cdfa4cfaf3d128535f3 b7cd1c2c3512c508553648cd50274dd85a099f17 Package: ros-rolling-roboplan-toppra Version: 0.7.0-1resolute.20260921.085601 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 339 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-coal, ros-rolling-roboplan-common, ros-rolling-roboplan-core, 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.7.0-1resolute.20260921.085601_amd64.deb Size: 107394 SHA256: 9c82cefe77dcda04a0d294818a517bb76d5d40520d5cd911134258fe55434be2 SHA1: 0ba7bbee9ef466439ac06bf2a5f9765685fc6794 MD5sum: d96dc63b853562f1ed36d0f74e97d793 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.7.0-1resolute.20260921.085601 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 6514 Depends: ros-rolling-roboplan-toppra (= 0.7.0-1resolute.20260921.085601) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-roboplan-toppra/ros-rolling-roboplan-toppra-dbgsym_0.7.0-1resolute.20260921.085601_amd64.deb Size: 6490360 SHA256: 3b386b91757ee96362ab65b74ecf18af270116177bc514311b860359af8868bb SHA1: de1dbe68cb00a938d33fca6aaae07c6ef875fdae MD5sum: be923c75d225f5ad03172ed81451f899 Description: debug symbols for ros-rolling-roboplan-toppra Build-Ids: 2dae2b9737dd30680a4ceb30ea30aebdb5efe554 456aa620c60696520f9d034fd76dcf37c977b30f Package: ros-rolling-robot-calibration Version: 0.10.1-2resolute.20260916.211510 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.20260916.211510_amd64.deb Size: 975304 SHA256: fe8cf81a155840e665c98256a9e162f76d0a8832e8cb0e5ec4039e75b8abb743 SHA1: 0d92dcc84e4f3e724f4f7cf82c3625d009ebac29 MD5sum: 4328ab749c2cabf4cc567010a6688e2a Description: Calibrate a Robot Package: ros-rolling-robot-calibration-dbgsym Package-Type: ddeb Source: ros-rolling-robot-calibration Version: 0.10.1-2resolute.20260916.211510 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 34201 Depends: ros-rolling-robot-calibration (= 0.10.1-2resolute.20260916.211510) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robot-calibration/ros-rolling-robot-calibration-dbgsym_0.10.1-2resolute.20260916.211510_amd64.deb Size: 30208916 SHA256: 0fdad26ab038d6c3597ccfff27178dc9a8d6eaaf054d2c893c491eb7d2d68872 SHA1: d2c3dd93a11685797f7f1989b8bd2dfe257df688 MD5sum: f669b6739a21ac1ea7bd59c0e4706d91 Description: debug symbols for ros-rolling-robot-calibration Build-Ids: 2535f5604d973830a275cb9cf1faed2296f47668 2a152926b57eb0fee5460a8fbb8cda38199cbfa7 55d9085e130ab95a3b8fab476418a49efab7a8d5 5d89f62bee73b8223420a9ffb588445115906311 921beea7c9eef91e845aa9be0d5b6cb6bbb450f5 92ac37544bf272aa44f0cef8f47607da90945b89 c771c9dee4e006edd82cc4331287f791e85ddc5e ea33b95602a13dc9fcdf8d652649bc98f701db61 Package: ros-rolling-robot-calibration-msgs Version: 0.10.1-2resolute.20260916.034555 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.20260916.034555_amd64.deb Size: 205924 SHA256: b4b79655fd74866496e487d0d7a2ace1afb0aa84df60a59b67359bb3b4f98270 SHA1: 20dcf0ee54dc013581faef03c863d8ca8de50bcc MD5sum: 49034238791fc1798d9efc694389b941 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.20260916.034555 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 2064 Depends: ros-rolling-robot-calibration-msgs (= 0.10.1-2resolute.20260916.034555) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robot-calibration-msgs/ros-rolling-robot-calibration-msgs-dbgsym_0.10.1-2resolute.20260916.034555_amd64.deb Size: 1481666 SHA256: 27e1961e55ef69dc66ee4db41cb630b28a2fc79936a9f91e7a27c5efe5557229 SHA1: 926e36d288716a5c705dafe9f5b79eb511744710 MD5sum: b33862296bb1822f160ac84928472ad3 Description: debug symbols for ros-rolling-robot-calibration-msgs Build-Ids: 1990bcbdd10313d03fac8cb939ac08081626ab62 31d99d0167649064edf939e7b7497699bd00ac0e 4326292d25400e60e948fc086d48fddd179016ba 7bc3b54a2b5a2a1323a7ea3d735de7610c478761 84a25626528388b3990aab3fe2aec0e41ea30cc6 b3f9364f83767e7478c139458561eef91dd836cf b67c1cac86425ff94b050a58e7e631ddcba86081 b7fbad184f7a2d40be159e2430f0010d0803f538 c8418f77beb3105c25b08d43b167eb84e229cdc3 f1d7835f666ae99d25868cf335a532ffa8951ab0 fd916f1a95db8c26ceb839956469c2cb1cd06d32 Package: ros-rolling-robot-localization Version: 3.10.1-1resolute.20260916.211329 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.20260916.211329_amd64.deb Size: 945768 SHA256: 61521127abea9f7839f85566b312d7f88c69e0c5f5d36e6c68d8096836563fdf SHA1: c848a80f47fc4be7ff8e89c9e5b70b71a953f582 MD5sum: 4cb5dcb28b8a12002a86c419ae57c419 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.20260916.211329 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tom Moore" Installed-Size: 26610 Depends: ros-rolling-robot-localization (= 3.10.1-1resolute.20260916.211329) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robot-localization/ros-rolling-robot-localization-dbgsym_3.10.1-1resolute.20260916.211329_amd64.deb Size: 22702444 SHA256: e42c15ce79d1b741c062fbd967094fccdaa4fbf2661eda2ea80ef88f2f63b5f5 SHA1: 065d88d39167c26a9636a23cdb4f6f8e759b9906 MD5sum: a3a8112e876d04aded011a1d6057c160 Description: debug symbols for ros-rolling-robot-localization Build-Ids: 0656e46c98d0225965c0fcb020ee40a9ea311fd2 0f7932b565471216a06af54a5bbcaa3c7aecbdbc 11c323096793d6e26e77c114532c3f715592ea6e 13ee2e751c90ea71c55d784ec7e6a952f608c47a 1ead7d8f5e6bc3d6a59baf0eb185c70c3053736a 30ccbc02e9ed00a98cc6f9e93e23ffe6cb694083 3b9ad73a8dedac3f4e5855cfe4bf63ff16fee765 40a4ffbdb53be63c40a7e8f55f055c64c1bd9dda 4bad12033c8409503dc58e0088882d7c0975a18a 5bdcec6cfd5f97a80f074d555ccbff991d46a21e 5d646925991c2e87d60f331d6028a64fe560c8ae 862889af081b394557938d30c5c7a9ed37a8a703 875563ddf95b99cea66544e6a56f482883e84b63 8d4fd1b46cbd3ee92a347be9edc005640ed54def a201bba9cf74954fc05e81f8e21e04a02d171988 fa5cbe683f871d71ce63ded8846360900c3e5981 Package: ros-rolling-robot-state-publisher Version: 3.6.2-1resolute.20260916.210907 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.2-1resolute.20260916.210907_amd64.deb Size: 206594 SHA256: ccb58bd63d48e952b7fa73873a4cb6e0f9775448718b91f32e89662403476811 SHA1: 89f92eeaeb888f762ceb6c551727014157e15e34 MD5sum: da1e50b87af781a44993cfb760948bd8 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.2-1resolute.20260916.210907 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 5210 Depends: ros-rolling-robot-state-publisher (= 3.6.2-1resolute.20260916.210907) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robot-state-publisher/ros-rolling-robot-state-publisher-dbgsym_3.6.2-1resolute.20260916.210907_amd64.deb Size: 4185744 SHA256: b5fbbc017a459f8e922fb51af3561e0f31c5b0e475486a9a73158831e1b1e841 SHA1: 69c6f72f2929ad9265e5719454ba2466facb2bbd MD5sum: 07e1779f4fcfb5ad0ba2a060b3e1a4e0 Description: debug symbols for ros-rolling-robot-state-publisher Build-Ids: 848bac00c79af884b874c46f6f5edc0a9f7c42e3 da265cea9b218083549abcd7116cc95a9372337e Package: ros-rolling-robotiq-description Version: 0.0.1-3resolute.20260921.014138 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.20260921.014138_amd64.deb Size: 785636 SHA256: bebb6c84d75d40e178edc06ac6759671363db86bc7564a6ba276023349049f53 SHA1: 19280a709dbfd180239c7f20ab4e61c491e0f2e0 MD5sum: a532812ce73010653f9e8269ba8aba90 Description: URDF and xacro description package for the Robotiq gripper. Package: ros-rolling-robotraconteur Version: 1.2.8-1resolute.20260908.142407 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.20260908.142407_amd64.deb Size: 4464222 SHA256: bc5e11d4a3c268527d67cb8647072c18453c17eaaae8e62b0bc5d50eb7b34a44 SHA1: 65bb199b99b7d4358d6ab0d041f40f37bdb66053 MD5sum: 8ead1b46bf1e6a6ebfa1a4f06698fd68 Description: The robotraconteur package Package: ros-rolling-robotraconteur-companion Version: 0.4.3-1resolute.20260908.151339 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.20260908.151339_amd64.deb Size: 2763652 SHA256: 9fec734cac307ab0beb42d81cb5a47446a8642c2a90a009cc3c1cfb9ca6fef18 SHA1: a8e53b81ffea4a11ef63e0c385fd97ee2d655c59 MD5sum: 6cbceced123b239a49c05e22c9bb162c 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.20260908.151339 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "John Wason" Installed-Size: 73733 Depends: ros-rolling-robotraconteur-companion (= 0.4.3-1resolute.20260908.151339) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robotraconteur-companion/ros-rolling-robotraconteur-companion-dbgsym_0.4.3-1resolute.20260908.151339_amd64.deb Size: 61479638 SHA256: dca99fbc2ed21fc0cffd991fc2e22a98038b32e139eb3e53acc00c092aa996f7 SHA1: 1f51cfbaf7d0a77d466d8e5a6830d9f1fb72b32c MD5sum: 60885c0644d88c46955061622758945e Description: debug symbols for ros-rolling-robotraconteur-companion Build-Ids: 6b1cffb7a49574c3e7f029e082aac1b13a533454 Package: ros-rolling-robotraconteur-dbgsym Package-Type: ddeb Source: ros-rolling-robotraconteur Version: 1.2.8-1resolute.20260908.142407 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "John Wason" Installed-Size: 79752 Depends: ros-rolling-robotraconteur (= 1.2.8-1resolute.20260908.142407) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robotraconteur/ros-rolling-robotraconteur-dbgsym_1.2.8-1resolute.20260908.142407_amd64.deb Size: 70535936 SHA256: 5e30c055871e20a8c2d58d42f3592df3fec769fe24207ca7b8527f31b263b436 SHA1: 361882f23272feff4a0619c35f2c21da831368ab MD5sum: 8297d9a3eb6eefb1bf923cd0748bc37a Description: debug symbols for ros-rolling-robotraconteur Build-Ids: 0b028cb1ae50df8da88852082eee6199260b759f 244e34c9d8cb8ddc23ea289500b607c2971e53df c8fa5935223e81e7815c2e7db2c2d26a570c3956 Package: ros-rolling-robstride-driver Version: 0.2.0-1resolute.20260916.204405 Architecture: amd64 Maintainer: "yamato" Installed-Size: 700 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-can-msgs, ros-rolling-diagnostic-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.2.0-1resolute.20260916.204405_amd64.deb Size: 171422 SHA256: b8fab21a9f3c616d096c9dc1319bb131a0c0680f9e7eaaa76a5793a4cc48d40c SHA1: 7aec5966a4d9f0aca39cbdca5b122f9b7a641b01 MD5sum: edcc540580dfa9a77e5765d97dfb2368 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.2.0-1resolute.20260916.204405 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "yamato" Installed-Size: 3310 Depends: ros-rolling-robstride-driver (= 0.2.0-1resolute.20260916.204405) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robstride-driver/ros-rolling-robstride-driver-dbgsym_0.2.0-1resolute.20260916.204405_amd64.deb Size: 2857686 SHA256: fe9e5a99d933bbf50f1acb87c5b58bbd688b40071f4b320e4081e9058fba49d8 SHA1: 691192b61ee7c7af6e9a8ade7900bf12af6faa1d MD5sum: 4b2e3eac7a07b2a0665917b88dc1082e Description: debug symbols for ros-rolling-robstride-driver Build-Ids: ba68e15b5491e10177fb852273855dfed786b3f0 Package: ros-rolling-robstride-examples Version: 0.2.0-1resolute.20260916.215200 Architecture: amd64 Maintainer: "yamato" Installed-Size: 61 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.2.0-1resolute.20260916.215200_amd64.deb Size: 9454 SHA256: 03c7cf84ad3a2adb6f8854ce82d63d8951a1765ee115a88f3515fc3b03349137 SHA1: 06c99f88f98a250bd66bbaf04d00b455f771a3d9 MD5sum: 50eb852ba856c2d299dba21ae07ad82f Description: Ready-to-use Xacro profiles, ros2_control configuration, and launch examples for RobStride actuators. Package: ros-rolling-robstride-ros2 Version: 0.2.0-1resolute.20260916.215342 Architecture: amd64 Maintainer: "yamato" Installed-Size: 50 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.2.0-1resolute.20260916.215342_amd64.deb Size: 7448 SHA256: e59cf87d2bdd522c2f9880addf7c88db82fa7f56101fa696f0c3887802a81288 SHA1: 19c405791c8a58f9dc90b2ac5a7a43e9c4f9abb8 MD5sum: 6645a9d5c5ceef5e5a4b73de80ea61e2 Description: Aggregate installation package for the RobStride driver, ros2_control component, and examples. Package: ros-rolling-robstride-ros2-control Version: 0.2.0-1resolute.20260916.211847 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-rolling-hardware-interface, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-robstride-driver, 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-ros2-control/ros-rolling-robstride-ros2-control_0.2.0-1resolute.20260916.211847_amd64.deb Size: 57682 SHA256: fcec395a317fdde2442eaa698246842bebe5c1d8bde0c90ee4d8855c279903fe SHA1: e4fbf6ba7882f706509184e329bbfe435651bd5b MD5sum: d3c2b02d52abb8a4ec88b6bb3f105acf 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.2.0-1resolute.20260916.211847 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "yamato" Installed-Size: 1015 Depends: ros-rolling-robstride-ros2-control (= 0.2.0-1resolute.20260916.211847) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robstride-ros2-control/ros-rolling-robstride-ros2-control-dbgsym_0.2.0-1resolute.20260916.211847_amd64.deb Size: 972910 SHA256: 6d6ee6b16f1a05baac80ade44abb806d4c96a0e28063a2da6c06d8d4a0fd7cb9 SHA1: 0535731eaf7ba4ff2e68f46411e7a86041a0e58e MD5sum: 6d67cd0bbdfc21a8feecfe4ca145e625 Description: debug symbols for ros-rolling-robstride-ros2-control Build-Ids: 35529bdd51fbf5ae42802bda3b2b9b882b85e869 Package: ros-rolling-ros-babel-fish Version: 5.26.90-1resolute.20260921.000433 Architecture: amd64 Maintainer: "Stefan Fabian" Installed-Size: 2106 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_5.26.90-1resolute.20260921.000433_amd64.deb Size: 436098 SHA256: afb9e18c0a4fb8c8da6ca98cab9575782efd6f7b12154302e065906926b7e0eb SHA1: 53e00e504f622abbd497eaf8d6079ee7ac0b35ef MD5sum: 51dbe166bccad35ba743737d1575f8ba 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: 5.26.90-1resolute.20260921.000433 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stefan Fabian" Installed-Size: 9709 Depends: ros-rolling-ros-babel-fish (= 5.26.90-1resolute.20260921.000433) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-babel-fish/ros-rolling-ros-babel-fish-dbgsym_5.26.90-1resolute.20260921.000433_amd64.deb Size: 8474946 SHA256: d02d569c10f996ffbe21602acc22079a1c7384528a6f9f85e78ff3bbde5975c8 SHA1: 133f0a88386c6fea404758f3465283c057adff6a MD5sum: 5c017647d322dc49dda6ad7e1e83db81 Description: debug symbols for ros-rolling-ros-babel-fish Build-Ids: 04be912e3b125cc4656b5c6948c19cebfa052d60 0d7f7eecd64528664bcb997e1c33fef454df1b2f 13a35bcade6fb551d1592bbc617b4cc4f7b8957e 52935db5c289d1fe8431a9c7405c6174738df879 63da569380ec36bf576b83bbd71144676fa62f23 7d0b19af4a4874aa0af7ba79323f1ba023c71d08 a490b50158defff08685810f5104e6d408db5409 Package: ros-rolling-ros-babel-fish-test-msgs Version: 5.26.90-1resolute.20260921.000043 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_5.26.90-1resolute.20260921.000043_amd64.deb Size: 243546 SHA256: dbefb4d8d89814a67716631bc8af976e35d975e8df2a671dc6cc042a820d0c94 SHA1: 4c56ee9bf088970f0d70ed7474b27b66072fdc09 MD5sum: 1c5ff2f567a41c61174a8ce085148f3a 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: 5.26.90-1resolute.20260921.000043 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stefan Fabian" Installed-Size: 2247 Depends: ros-rolling-ros-babel-fish-test-msgs (= 5.26.90-1resolute.20260921.000043) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-babel-fish-test-msgs/ros-rolling-ros-babel-fish-test-msgs-dbgsym_5.26.90-1resolute.20260921.000043_amd64.deb Size: 1674616 SHA256: 31ea5e02d5dbeefdc7c3e9335b813c95183cf2e186ae638fa0e2dc309786a1c4 SHA1: abc42c8bf7ad25fdef60cae757e0213e1014ea0d MD5sum: ad02b3686ece507485f05000aead21d8 Description: debug symbols for ros-rolling-ros-babel-fish-test-msgs Build-Ids: 0207e5119d3bb39c8d15f39b0b2349bd05727372 199f22c6cc057db17599941d0c5d47ccfd7e5994 1e415d235047e5b61a604293e9a50cc7ea087896 44cc18149c45825515cca323aa20400558c1e312 45acbabc5067c72430e5b3bfca5aa9bf44ab6646 5c70368736c38ae2b4cc1275efc769d59e06a761 5fda1926b1a1608121990659f6d7602faaf03dbe 847b6b975e29feeb202a0f1d1d6e1f2925e8975b d2fdaf509b8c64b9afea234e582e6fbf1578bbc7 ebb415530d858af9a8fd326392b8edadbf839d8f ed0a8515a2f8343d30dd7d749de7222695394d46 Package: ros-rolling-ros-babel-fish-tools Version: 5.26.90-1resolute.20260921.001436 Architecture: amd64 Maintainer: "Stefan Fabian" Installed-Size: 1989 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.3), liblz4-1 (>= 0.0~r130), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), libzstd1 (>= 1.5.5), libzstd-dev, 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_5.26.90-1resolute.20260921.001436_amd64.deb Size: 372312 SHA256: 6a5512a3aec91d8959f1477214d873f1a9baf7a50d60d9eb52a8bf01b752a16b SHA1: 4e584b9a541b5d9b7c9fefd028fb6660ab62a05f MD5sum: cdcf48e491aa314e6cd654178c33ea08 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: 5.26.90-1resolute.20260921.001436 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stefan Fabian" Installed-Size: 4255 Depends: ros-rolling-ros-babel-fish-tools (= 5.26.90-1resolute.20260921.001436) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-babel-fish-tools/ros-rolling-ros-babel-fish-tools-dbgsym_5.26.90-1resolute.20260921.001436_amd64.deb Size: 3841214 SHA256: e4fbce1a44db39c4b91c222e5f35a7ec5e1182da5b6405652982bc151752363d SHA1: d949f6116747ee829be31e484aab01448017a69d MD5sum: 5ea14143a385756eae80ff786d4790cd Description: debug symbols for ros-rolling-ros-babel-fish-tools Build-Ids: 551ef03b5cf9838c067bf5f0c604803b618e125d bdee82b2fe14f36d525db958b61d1ce6248ca12a c9acaf7952780be699a2752211b21750e42b7745 Package: ros-rolling-ros-base Version: 0.13.0-2resolute.20260916.214802 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.20260916.214802_amd64.deb Size: 5816 SHA256: 9a535c8d76f144ffc052481201d76cdf892de4d2748d9bdd921ad1b72af4e9e8 SHA1: 1d84463b93fd16d34f4f4e1d7a1e55f325ece869 MD5sum: 6892a97f3eaa98fa1c89ccffa454308c 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.20260916.212419 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.20260916.212419_amd64.deb Size: 6332 SHA256: c668c88fbb949598fe68e8e7fa8f1fa38a6ef357be9cc09ec4e9bc659d971262 SHA1: de2af4a6d505e2df46f7dfb78538e1240f772de8 MD5sum: 3866d033cdcd3758d4302203f0f56078 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.20260908.134002 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.20260908.134002_amd64.deb Size: 6304 SHA256: 60cb50990379b05600af40df5b2b5bcd86326bdb9676bd68f1667bf1fc58d3e8 SHA1: 971e01b64b042b765b918a1bb28337a330c6b7f2 MD5sum: ad2c8e1e0b79b3d97143d129f02f8cc3 Description: The package provides the environment variables `ROS_VERSION` and `ROS_DISTRO`. Package: ros-rolling-ros-gz Version: 4.0.1-1resolute.20260921.015520 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.1-1resolute.20260921.015520_amd64.deb Size: 6426 SHA256: 968086515d7534b018b3548799f741d2131b9937571e27f7128ab71aa14193cb SHA1: 49b6b2ecb877b76eb05cc20488127bd4608e43c5 MD5sum: c8336fc32199b38b0f0e2b776bea2e08 Description: Meta-package containing interfaces for using ROS 2 with Gazebo simulation. Package: ros-rolling-ros-gz-bridge Version: 4.0.1-1resolute.20260916.205108 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 20608 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.1-1resolute.20260916.205108_amd64.deb Size: 2067530 SHA256: c50b2fbece0153ec11322fbb2112a0d95676beb245b761ec9e251fc1c527eeee SHA1: a79b5ac1d4d0d8632302c4b154669598e7b89065 MD5sum: 16fd67f291467b6876f354e1e1635cf2 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.1-1resolute.20260916.205108 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 89416 Depends: ros-rolling-ros-gz-bridge (= 4.0.1-1resolute.20260916.205108) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-gz-bridge/ros-rolling-ros-gz-bridge-dbgsym_4.0.1-1resolute.20260916.205108_amd64.deb Size: 66776222 SHA256: 410c75758a37b5a12eb332f1954f53aaadf48564d079bf2cb8934878a603061b SHA1: d0da4b6deda8139a93a91ff3f7ee4774c9e5b335 MD5sum: 068daec5a9606be4f9fe3a87cc6412c8 Description: debug symbols for ros-rolling-ros-gz-bridge Build-Ids: 0082875c3d231c4286e850f99ae7451faf64229b 18300364df9928adc93c758951ab3b2401688769 41934f4f2a266859d361e60194a200c34cf2e9ff cc5d2561b2cebb21f44e1049cb24bbcbb7a56bbb d79365203940f951ecdb5de0d98192065b41a399 Package: ros-rolling-ros-gz-image Version: 4.0.1-1resolute.20260916.211639 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.1-1resolute.20260916.211639_amd64.deb Size: 35790 SHA256: 7da6cdeaf6c13a7560aaa323db4d169443e827cdccf44ea02323e435dbc47744 SHA1: 7bc383dcf367c6ce509ea968f6c5223a3ebd6f7d MD5sum: d6e2cf21311f35bd8ede77ccb9afe5df 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.1-1resolute.20260916.211639 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 686 Depends: ros-rolling-ros-gz-image (= 4.0.1-1resolute.20260916.211639) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-gz-image/ros-rolling-ros-gz-image-dbgsym_4.0.1-1resolute.20260916.211639_amd64.deb Size: 640974 SHA256: ddd8bc2d99f531df503e5781cd5d652e58ae4a6c6ecc6c3b4cd58943a78ab0a3 SHA1: 8b0b42b2772428777880fc59e136ee1f2bad9cfd MD5sum: 3cf4b5bf40621afde1357b822f6a3ab0 Description: debug symbols for ros-rolling-ros-gz-image Build-Ids: 3e6e3b9ec815e693aef1be19a640d7e4ea69ef73 Package: ros-rolling-ros-gz-interfaces Version: 4.0.1-1resolute.20260916.033728 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 6087 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.1-1resolute.20260916.033728_amd64.deb Size: 459696 SHA256: 193883c4881fe7b0f8c3f7ad50f8005b11ccbfc2b4c8a132a6f16044c3e51b8b SHA1: 25daa7a1b0a803d678a344a7be9406d047aff912 MD5sum: 3a08ff8bdd44a7a3c84596eeaf921bdd 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.1-1resolute.20260916.033728 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 5384 Depends: ros-rolling-ros-gz-interfaces (= 4.0.1-1resolute.20260916.033728) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-gz-interfaces/ros-rolling-ros-gz-interfaces-dbgsym_4.0.1-1resolute.20260916.033728_amd64.deb Size: 4214186 SHA256: 5791e2368dde5b893851745a48d23984e7a0a6c5ec07355be92c6e00300c445a SHA1: 72bfc00f3a279fdde0a260e1573df56cc624372a MD5sum: cd780f98cec6721ecb4bd408ff275dcb Description: debug symbols for ros-rolling-ros-gz-interfaces Build-Ids: 051928ed762fa54e6849b6c9f2aaa998c333335f 5313f4d08d0b5ad71bbcae085124201b10e04920 587b5601abbcab1bee46d7c13f56472a973e3ae4 5f200005e6a61ab7ba9eef96eaa3b8e258146ffc a2b813d85ca53f4f4af0c80cb5d1aac53260c43c d87d60ac4e1c667bbe4d0854496841bff0a96e1c e8f59885e5c8a311474563f06d549adcd579bcbe ecb8a4110643d5eff0dd365a6c89d5b5adf9c6a3 ef5a3f3c7cd134bc63d1387053bd4feecdba5035 f9694b6e5b31fac9d6232527cc3b90e10fd461e9 fd0c5a0fff112cc32eaa3a955aef17e1709a47f3 Package: ros-rolling-ros-gz-sim Version: 4.0.1-1resolute.20260917.061802 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-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.1-1resolute.20260917.061802_amd64.deb Size: 791420 SHA256: cd2c8a55e277f3c8f7cc2fd9aa476609c497da5ef4ffa3b4df18d5e244d41765 SHA1: 8e5b58af07d686d9e47ed56a6103ab9a65aff7bf MD5sum: f961d13cb76116b54e188344a45f39c6 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.1-1resolute.20260917.061802 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 25794 Depends: ros-rolling-ros-gz-sim (= 4.0.1-1resolute.20260917.061802) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-gz-sim/ros-rolling-ros-gz-sim-dbgsym_4.0.1-1resolute.20260917.061802_amd64.deb Size: 23731634 SHA256: f60b9c0f300feb887f56f47d49bf1129afac0abc016ecd2e97047c9a1631bf18 SHA1: c0cd02b832b91e3067be2c403519116df333debc MD5sum: bb671772b930818479332bbbb2c68bc3 Description: debug symbols for ros-rolling-ros-gz-sim Build-Ids: 2bdc3776017ad0baa85d0447de221627e9230b23 2c27e120f41540e8e68197a18ecb9c0bc2c9af90 40ba77ed6e53a72fb38403e5468e744b5af77714 498b635fff7965cf6f8601675c54280f34bbd366 503a5dcc1292ca0420e782cf73e31cc8d5710833 52a96ad620154472357363bb65b6a1e1a532d7fe 74b238a102e3410a3d04d7f84989dd800a71ba1a 7812852ca56e5dc5cb8b0cd8987f749faba05f4c 9344bade1864128f330daf0b4aec733d968ac9d0 b37b82b992f6f050eae9d28f84838ded0b2b3629 ca5335ec17be1c3ed24cd43169033de80d896b37 Package: ros-rolling-ros-gz-sim-demos Version: 4.0.1-1resolute.20260921.014154 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 1260 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.1-1resolute.20260921.014154_amd64.deb Size: 922500 SHA256: b1e29b9605f7c2efe11cdbe5c61940d912b97a07c7f4923098e8d615f6285e5f SHA1: 88bdd06d7a06f0c1a55c5272447f4490e938c165 MD5sum: 2891b7db202a9b1b35c2686a78be145d Description: Demos using Gazebo Sim simulation with ROS. Package: ros-rolling-ros-industrial-cmake-boilerplate Version: 0.7.5-1resolute.20260908.133959 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.20260908.133959_amd64.deb Size: 23924 SHA256: 253a35230485317679e625f9976cc3b09ef57cb9fdcbb60bf81711834a6aebcd SHA1: d9614372b72298694ff8c50fdc17dad39b0fc175 MD5sum: f9f1940e4d7ad2bd1523a0ddae32ef06 Description: Contains boilerplate cmake script, macros and utils Package: ros-rolling-ros-snapd-interfaces Version: 0.0.1-1resolute.20260916.025410 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.20260916.025410_amd64.deb Size: 159962 SHA256: 40bfa55d8cdf7655a041a627f1f53908a5e5773c6c7a9bcf7b1fc25c5018b064 SHA1: 2784da34c0847a038e4393ec61362aa029d5fe02 MD5sum: 7caa5b82baed1ae0016d6ca1faf6e9ca 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.20260916.025410 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ubuntu Robotics" Installed-Size: 1731 Depends: ros-rolling-ros-snapd-interfaces (= 0.0.1-1resolute.20260916.025410) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-snapd-interfaces/ros-rolling-ros-snapd-interfaces-dbgsym_0.0.1-1resolute.20260916.025410_amd64.deb Size: 1253374 SHA256: c0e9b2861d4577adc557a3b219f204c24a2ea8711622146ba86c8c67e70352f5 SHA1: 7224b28d81612c2f7642d0b10810bfd698f1fdbf MD5sum: 99f120b6e3d15bb0c3a50958260f6feb Description: debug symbols for ros-rolling-ros-snapd-interfaces Build-Ids: 2beebe33cb7d7fe5c0cfc52ecf03a9a06218041a 2ca9f5444f387328775b6554e3af0ea0a3efa90b 439e3e487e8d4dfe3f71221335f134aae7d713d2 4faed143af9a3c74c5b3cd862529978400bbc83e 5aaf5637c01cf9a2035d7d303448c0bffe9035dd 9ae0aa3bd2aa6eab12d5a459c85e10b92573d4a7 be180a81e0d57a9e4205dcbe0ccb4eda88fd7fcf de17ab1a26d6ca8bf26e01e182d96575e30bd1fa def984a7c4ab0f61aa117028e0d0f78af00ff114 e3f87cf0566d1de0f9ca86793f3d0c5632670e89 fb21e94cd3db0fcb3f37dce42b3ccad02c6867c5 Package: ros-rolling-ros-testing Version: 0.10.0-1resolute.20260916.212228 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.20260916.212228_amd64.deb Size: 7352 SHA256: 75ed676546356c48865458bbce6072b00724e96ba0576653dbe7cf250f0edabf SHA1: 50693d7a20d95bd6d9d0039456d624339687645f MD5sum: 480aff3e9ccc98d69102f172e3a40407 Description: The entry point package to launch testing in ROS. Package: ros-rolling-ros-workspace Version: 1.0.3-8resolute.20260908.121918 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.20260908.121918_amd64.deb Size: 16674 SHA256: 2aa0b7151eeaec1c9a6083b33b7fed59e9e2209d06da213475412c4a362b2825 SHA1: 5c27aa6c23252cfac443107dcb1920ca91f56f54 MD5sum: af108e6a08e54932725a70e1cd5157ec Description: Provides the prefix level environment files for ROS 2 packages. Package: ros-rolling-ros2-control Version: 6.10.1-1resolute.20260916.214557 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.10.1-1resolute.20260916.214557_amd64.deb Size: 6512 SHA256: 240a1aa0031e4684def3afdc337b5df4e7f39da0fa1bb1c5f1fb83a158f1674a SHA1: c769dea912d3f441d8f2bc452bcfeef71bc62444 MD5sum: c143b7f0ff4f406202e616635f673505 Description: Metapackage for ROS2 control related packages Package: ros-rolling-ros2-control-cmake Version: 1.0.0-2resolute.20260908.140750 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.20260908.140750_amd64.deb Size: 7860 SHA256: cab16acd58bd459d37f06d6be6cc47b098afe4bf4cb741979fcb266170c66af8 SHA1: 0a65c5fc8119a7f3f751e2dd2038ef18ee6dc391 MD5sum: dd9fa81651bd37366bab894e07ac266c Description: Provides CMake macros used by the ros2_control framework Package: ros-rolling-ros2-control-test-assets Version: 6.10.1-1resolute.20260908.140918 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.10.1-1resolute.20260908.140918_amd64.deb Size: 18836 SHA256: fd95a667b958a872efa848323f551412399a9e02d1e74952c47a4dc123e1d899 SHA1: 36f20db7eae12951eaf374916410d115264a167c MD5sum: e3df07bab0bf8fc1b55d54dc0b3d5fec Description: Shared test resources for ros2_control stack Package: ros-rolling-ros2-controllers Version: 6.9.0-1resolute.20260916.215319 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.20260916.215319_amd64.deb Size: 7444 SHA256: 0d5abae4e87730d70b1fd9131f435ec3ccac72348c137e32bced53274dd37ca1 SHA1: a62d10bfefe138d9917d3dbf166bf5aad3a6ccf1 MD5sum: da6d8d068d95931a9431dcc618fef181 Description: Metapackage for ros2_controllers related packages Package: ros-rolling-ros2-controllers-test-nodes Version: 6.9.0-1resolute.20260916.203601 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.20260916.203601_amd64.deb Size: 12672 SHA256: 796911c55124c1c345c43c13b8775477aa294bc815146d0825dacd7af1d7069d SHA1: d43431d51b586510ce521ccea058ba29ce3e2e5a MD5sum: 6b70743b70d293f110311880d559b5c1 Description: Demo nodes for showing and testing functionalities of the ros2_control framework. Package: ros-rolling-ros2-fmt-logger Version: 1.1.0-2resolute.20260916.204456 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.20260916.204456_amd64.deb Size: 13736 SHA256: ed15751e05ccebfd937744c5ae276ab3b58dd776fabd3bee2f1372a8e26bc067 SHA1: fae5e18c5aa4503293e703bca8d0707b86c34ecf MD5sum: 5f2b68054a3264b9b9fa99aab3557758 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.20260916.211217 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.20260916.211217_amd64.deb Size: 233392 SHA256: c6266b2c26ba9732e97051b15d764f944cb909d80953e65b19750c18a58a9f59 SHA1: f4a620de03040010b2ff80083a593cd1b3f5fd4e MD5sum: 00fe9681d743ed8a4741397c28ef6c29 Description: ROS2 Snapshot - contains workspace modeler and snapshot tools Package: ros-rolling-ros2-socketcan Version: 1.4.0-1resolute.20260916.210219 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-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.4.0-1resolute.20260916.210219_amd64.deb Size: 217236 SHA256: c5b50090859ed1dd84cc4221311d9935e536fb151a70c740b774eb5f8b5e05e9 SHA1: 9f24c8e7c10662cdd7a3caddb4248b9d9d0f8a26 MD5sum: d0bfd92c753ca7a820bd868a1afb9d18 Description: Simple wrapper around SocketCAN Package: ros-rolling-ros2-socketcan-dbgsym Package-Type: ddeb Source: ros-rolling-ros2-socketcan Version: 1.4.0-1resolute.20260916.210219 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Josh Whitley" Installed-Size: 5409 Depends: ros-rolling-ros2-socketcan (= 1.4.0-1resolute.20260916.210219) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2-socketcan/ros-rolling-ros2-socketcan-dbgsym_1.4.0-1resolute.20260916.210219_amd64.deb Size: 4370562 SHA256: 539f8e54ad2e24d81e3de7e1dcca693ad6a025ceb292841dba68a6b133e10596 SHA1: 1829c159e2b97ea15cf52578a7c91269e6c313ab MD5sum: b413f863ce2ae458720a3e2aa93f1523 Description: debug symbols for ros-rolling-ros2-socketcan Build-Ids: 4f5d44e860bf2f46111bb3386820a45ce3b73a7e 5213b1dc3ebf816f6cd7dae27592f80d725f5106 66eebb31c84d675efa10f628642b2ea3db4df31c 7e24a14b6812470f1b4834a4aaededc56f59fcee ff82bce8c829903a2320e857bac573d78c0f0788 Package: ros-rolling-ros2-socketcan-msgs Version: 1.4.0-1resolute.20260916.034112 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.4.0-1resolute.20260916.034112_amd64.deb Size: 54548 SHA256: f5b672e6dbef167d210da04baf5150685e938d524567e0d19ce70f576c48f881 SHA1: 404fdd217407df3a5c38497e4e3ed985a90617d0 MD5sum: bb0dd8a095868e6d7d10c76f23dad8ca Description: Messages for SocketCAN Package: ros-rolling-ros2-socketcan-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-ros2-socketcan-msgs Version: 1.4.0-1resolute.20260916.034112 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Josh Whitley" Installed-Size: 380 Depends: ros-rolling-ros2-socketcan-msgs (= 1.4.0-1resolute.20260916.034112) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2-socketcan-msgs/ros-rolling-ros2-socketcan-msgs-dbgsym_1.4.0-1resolute.20260916.034112_amd64.deb Size: 234084 SHA256: 8212954b43e4cff0205e2caad10212aaf0e467feea8ddba894ad8d5622ad8920 SHA1: a0d4ddd3ea627ae28a78684b285097f655939d0b MD5sum: f3661084ce8e03c14f37a134fa1e7e6f Description: debug symbols for ros-rolling-ros2-socketcan-msgs Build-Ids: 029def2cedc691efc818b6faba7e5602ddbf2bb4 088b4e4547279d837acad53d93413e444282682d 194a2a4bd0593dc1f45ff44eb5fedb25dbcc488c 20473204e818f061d60d2b6e2dea05ac15eabd10 2828bc43fc62103cf1b03179ee8912f57394e1e1 465eef4993fcb0c0eb531880f5a5ad61ff88e253 526e8e980c00a68097898c8850d80678d6a46d36 6bd5e1355e6722433903e0203c960e38e9a92cee c2429df5e430ca60e7e26593f0e5c0403803d557 d5e5486887b3e9a0d575c4b353da520ed6d32233 fa2e637a67efd180ecaf8fad0dfb94be29268753 Package: ros-rolling-ros2acceleration Version: 0.5.1-4resolute.20260916.203700 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.20260916.203700_amd64.deb Size: 13732 SHA256: 4b4a460163c45fdb93c24a7278be92ddbb734cd8673f63a9220574ae82c226cb SHA1: d9c57adf754053be1e49829c3611d652c6e9d6bb MD5sum: 5f8407ec1e7292d89edc1a91e170706e Description: The acceleration command for ROS 2 command line tools. Package: ros-rolling-ros2action Version: 0.42.0-1resolute.20260916.203708 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 132 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.42.0-1resolute.20260916.203708_amd64.deb Size: 29830 SHA256: 52476919af55e21d37b68de77bbf305786fdcc2b16c1de4c76528d7d476ade2b SHA1: 8d419326c282018a4e87349ae855558364acecb9 MD5sum: 64513e96bad14f68ecb67a425f5c9637 Description: The action command for ROS 2 command line tools. Package: ros-rolling-ros2bag Version: 0.35.0-1resolute.20260916.214318 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.35.0-1resolute.20260916.214318_amd64.deb Size: 44682 SHA256: 0ec7e4a7bb1b645fd5290a1e9671c5ecedf844d540b0ccc9f10880f80dd04b66 SHA1: b3ad7dd3defc83071fae97571a1ff6a44c88c9fc MD5sum: 0e88d01bcd2d621c011cec08363a1b98 Description: Entry point for rosbag in ROS 2 Package: ros-rolling-ros2cli Version: 0.42.0-1resolute.20260916.203605 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 265 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.42.0-1resolute.20260916.203605_amd64.deb Size: 60610 SHA256: 245a23de25078531aad15b609543a070c650031990810f76a0ea0d9155ef8424 SHA1: e9874ae3a18c11d1a095d675d994511be6b9a97d MD5sum: 3b71c397342889da1df95ff2311b17e9 Description: Framework for ROS 2 command line tools. Package: ros-rolling-ros2cli-common-extensions Version: 0.6.1-1resolute.20260916.212327 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-ros2log, 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.1-1resolute.20260916.212327_amd64.deb Size: 6208 SHA256: 38414dd9e5ea88dbe7c84bd2ad24d1c9436e3e5fd7791fbb2854b63de894e2ed SHA1: 7ccb64694863f32a7bfe0676e8f5dd01fdced3d1 MD5sum: 29f7bd203f0ab199ea2910d0bf5a8f7a Description: Meta package for ros2cli common extensions Package: ros-rolling-ros2cli-test-interfaces Version: 0.42.0-1resolute.20260916.025411 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.42.0-1resolute.20260916.025411_amd64.deb Size: 182946 SHA256: a9a56f11d0b0e7a631cf1693ed227ca9057b67c39de5fbde416bb9effcb25318 SHA1: 83b063a9010dbff785e70f693255c93dce9cf485 MD5sum: 4340db0534f6060f2b7ea6ea5e27b984 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.42.0-1resolute.20260916.025411 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 1751 Depends: ros-rolling-ros2cli-test-interfaces (= 0.42.0-1resolute.20260916.025411) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2cli-test-interfaces/ros-rolling-ros2cli-test-interfaces-dbgsym_0.42.0-1resolute.20260916.025411_amd64.deb Size: 1148100 SHA256: 4cc0e208155f6dc3879c571b60f6f35fb3d6a5ba3da534ce3c6c1487da449c9b SHA1: 0916e85e35a44e690a471da10deed54158ef4c83 MD5sum: 3d6cc1f0de73d78306f91c836de2bb8f Description: debug symbols for ros-rolling-ros2cli-test-interfaces Build-Ids: 078c443c86657dfd1ad69db6d6da80b1b066ca19 4dba2c3bf808ecd0157efd4c1a042eab15724102 56df244772a38cf9b00962d2c1e23fde9e8f35d1 577a46b87ba1c3b1275f67339661fea121ee060d 6206d4824a95cfd031c1dac387faf33dbca836d4 8e1834cdec9080ff8ee2e00e8154a88650b3dd90 9bc7ab120b3248573a80883417f4213c36b04604 b74d1282a15359e67492eac5ca63438dec4b5678 cc33ee169c3810b9a24a6fb015bc037d70688cb3 d3cffd4c834a45bcb1faba370c8877623ba66707 dbfccb60436436ee07bf387a3094709edbed3ee3 Package: ros-rolling-ros2component Version: 0.42.0-1resolute.20260916.211113 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.42.0-1resolute.20260916.211113_amd64.deb Size: 23884 SHA256: 6689e4977e3fa69795ea55fd26085895baef675f191c37768e259eafca2278fc SHA1: 00973fa05e9db4dc3c21a35962ad26e022a67e25 MD5sum: 418566d4f7e7702950d7243009d63ed6 Description: The component command for ROS 2 command line tools. Package: ros-rolling-ros2controlcli Version: 6.10.1-1resolute.20260916.213951 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 185 Depends: python3-graphviz, 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.10.1-1resolute.20260916.213951_amd64.deb Size: 37900 SHA256: fff1430d42b0a471485dee21c02fe3e26b48741a247254b8542f8a3c1e2c16f0 SHA1: 9b479d5667681414ab7b4741382a11be1e513ac5 MD5sum: 5b8a7f14c2bf6dcd74cdc393e6161fe6 Description: The ROS 2 command line tools for ros2_control. Package: ros-rolling-ros2doctor Version: 0.42.0-1resolute.20260916.203756 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 196 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.42.0-1resolute.20260916.203756_amd64.deb Size: 44694 SHA256: c56781a23868e00b7423b6f54e408f45cb3742338c4f67389104105b8b80fc47 SHA1: d5d35c2afd9b477f6f28d2c8075df878a1821b98 MD5sum: 15ad2bb129bcab39f689a55ef3035559 Description: A command line tool to check potential issues in a ROS 2 system Package: ros-rolling-ros2interface Version: 0.42.0-1resolute.20260916.210733 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 97 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.42.0-1resolute.20260916.210733_amd64.deb Size: 18620 SHA256: 252be022286626368c8ef1625fc6a17291ee791d46a03d4c1b378e3ba70c8bf1 SHA1: e993183785f43954aefa08b0ebe367388f197182 MD5sum: de45fec173e9613cb2e9a3895f41ed04 Description: The interface command for ROS 2 command line tools Package: ros-rolling-ros2launch Version: 0.30.1-1resolute.20260916.212130 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.20260916.212130_amd64.deb Size: 17760 SHA256: 18989a41a2eb037d8384b29dfa9b186856e378e7475ef4074fd3bdf63e3c26ac SHA1: cecd0952e97a3cc2ddc7b6c3ab2ade03c75e63ad MD5sum: d6c3cf484f1c73688da7f20ceba50277 Description: The launch command for ROS 2 command line tools. Package: ros-rolling-ros2launch-security Version: 1.0.2-1resolute.20260916.214745 Architecture: amd64 Maintainer: "Ted Kern" Installed-Size: 63 Depends: ros-rolling-ament-index-python, ros-rolling-nodl, 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.2-1resolute.20260916.214745_amd64.deb Size: 10692 SHA256: e5a2cec2b0d6a0681e93870b81011166211ea9d374ed2ca35f1a471c5d60590b SHA1: 7f11454cf08560dec4109dcf6f2910be4e78e6b0 MD5sum: ba48fe35babb22c0373ee0d20d87ec2a Description: Security extensions for ros2 launch Package: ros-rolling-ros2lifecycle Version: 0.42.0-1resolute.20260916.203849 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.42.0-1resolute.20260916.203849_amd64.deb Size: 15882 SHA256: ba4944368104dd72e5565405d75a68c3700e55c3d83f07dbc11ea667280d99e9 SHA1: 5093192b7fef6dc2873d70b7e61df8bdfc2af8fe MD5sum: 2e25f30d78129710de69ffe0bd8fd663 Description: The lifecycle command for ROS 2 command line tools. Package: ros-rolling-ros2lifecycle-test-fixtures Version: 0.42.0-1resolute.20260916.210357 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.42.0-1resolute.20260916.210357_amd64.deb Size: 14446 SHA256: 49951aa09e0bc165ca6876e6a1b4414ca7aa7a85f122be8e0c4abf0de5bd9443 SHA1: abb9f8fea7905738600109a477ea8ddce8acf422 MD5sum: 886dc0496c9ffc552e34904e2afe636c 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.42.0-1resolute.20260916.210357 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 276 Depends: ros-rolling-ros2lifecycle-test-fixtures (= 0.42.0-1resolute.20260916.210357) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2lifecycle-test-fixtures/ros-rolling-ros2lifecycle-test-fixtures-dbgsym_0.42.0-1resolute.20260916.210357_amd64.deb Size: 254018 SHA256: 88e60ffa711752e65e63f591bed14af59292b5b6fca09c1277f0546aebebe026 SHA1: f5d89bfaf55a1a4dca51771c58723584b41f04c4 MD5sum: 7b9a4d5ef561c7048d55bab681e59b8a Description: debug symbols for ros-rolling-ros2lifecycle-test-fixtures Build-Ids: 3f95b48586fb80c9063833f7f3b01bd8f1c26c72 Package: ros-rolling-ros2log Version: 0.42.0-1resolute.20260916.203804 Architecture: amd64 Maintainer: "Tomoya Fujita" Installed-Size: 120 Depends: python3-argcomplete, ros-rolling-rcl-interfaces, ros-rolling-rclpy, ros-rolling-ros2cli, ros-rolling-ros2node, ros-rolling-rosgraph-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros2log/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2log/ros-rolling-ros2log_0.42.0-1resolute.20260916.203804_amd64.deb Size: 25444 SHA256: 049f30c27fa9bc445795894f478dfa7b0201cd55fd7c235bd99b37d4cb7e237f SHA1: da44447364ff47e7c047614b83bac9998898292c MD5sum: 72658b8619cb54d0fdca1137a525c78b Description: The log command for ROS 2 command line tools. Package: ros-rolling-ros2multicast Version: 0.42.0-1resolute.20260916.210723 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.42.0-1resolute.20260916.210723_amd64.deb Size: 9996 SHA256: cd8675e3e73dfafa925d278f81f4c6bed5f3202755314562a7e723f72b54693d SHA1: fc08e0ec32400d1b93e92405124b1b1430bc10db MD5sum: f05f39aaf5bd05124504736bd52f5a4a Description: The multicast command for ROS 2 command line tools. Package: ros-rolling-ros2node Version: 0.42.0-1resolute.20260916.203710 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.42.0-1resolute.20260916.203710_amd64.deb Size: 14382 SHA256: 63f355e402440d79ecf3541c03c9da47eb72911452763c190a3600b978908fdc SHA1: 8912098282bc79da5bf11cb9dde2998ed707b0c7 MD5sum: b3ae9fdcbba2fa9a76673edd1fb8c4b1 Description: The node command for ROS 2 command line tools. Package: ros-rolling-ros2nodl Version: 2.0.3-1resolute.20260916.203655 Architecture: amd64 Maintainer: "ROSGraph Working Group" Installed-Size: 137 Depends: ros-rolling-ament-index-python, ros-rolling-nodl-conformance, ros-rolling-nodl-observe, ros-rolling-nodl-schema, ros-rolling-rclpy, ros-rolling-ros2cli, ros-rolling-rosgraph-msgs, ros-rolling-rosidl-runtime-py, 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_2.0.3-1resolute.20260916.203655_amd64.deb Size: 34096 SHA256: b543baa0720d3ea000651827254e87149b121728626bd43b55c9a1164d078d35 SHA1: 656bed07680c041e1c1965098874bb43202a11a3 MD5sum: 5f732cf319f6b1584723cd5511662ff3 Description: ros2cli command entrypoint for NoDL. Package: ros-rolling-ros2param Version: 0.42.0-1resolute.20260916.203839 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.42.0-1resolute.20260916.203839_amd64.deb Size: 27452 SHA256: 899827212a13b7f5101a00645d7678df3674d3096d694de7a4766d7477910f98 SHA1: 345bb66e2b4064c90dcb06321158b90236eabe4a MD5sum: cf3750ebe28c93c326bd6d0fb041b5d0 Description: The param command for ROS 2 command line tools. Package: ros-rolling-ros2pkg Version: 0.42.0-1resolute.20260916.210728 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.42.0-1resolute.20260916.210728_amd64.deb Size: 29644 SHA256: a0948c46b3edfc4eb7fcaa1b9c734c003cda3112f5867d767c7afb205f3ed45d SHA1: 9303fd5b8a05cb2b77bd09432859e564b2d74c3c MD5sum: 0527592b798b56c3092352b376dfccc2 Description: The pkg command for ROS 2 command line tools. Package: ros-rolling-ros2plugin Version: 6.0.2-1resolute.20260916.211113 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.2-1resolute.20260916.211113_amd64.deb Size: 10292 SHA256: edeeb87245ea4ac56764347ba6d63254d823434b360e9c3560453d26ff017152 SHA1: 479ebe8b1daee1a7337ca7461102e62d2391bbda MD5sum: 614987502f75aa3b84994ebd6753a488 Description: The plugin command for ROS 2 command line tools. Package: ros-rolling-ros2run Version: 0.42.0-1resolute.20260916.212148 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.42.0-1resolute.20260916.212148_amd64.deb Size: 10866 SHA256: 76f620c004666a6a7c07602d508067b08c0561d8ac16bdbed67e1b48386191d6 SHA1: daac49cd96b7e0bcf82273f28fe7f66b8fa0f0d7 MD5sum: 2b3d7e6503420382e782e86b86520be7 Description: The run command for ROS 2 command line tools. Package: ros-rolling-ros2service Version: 0.42.0-1resolute.20260916.203739 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.42.0-1resolute.20260916.203739_amd64.deb Size: 23794 SHA256: 80322aefca9b2808b60ff6ca3f1ade615656ae3f22cf0f6b7c969d6c8b9f8586 SHA1: 852399df3b9669d495b80c4d74bd3028a2e9c916 MD5sum: 640ae1b0fd20bcd8e54fe07603375a62 Description: The service command for ROS 2 command line tools. Package: ros-rolling-ros2test Version: 0.10.0-1resolute.20260916.212128 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.20260916.212128_amd64.deb Size: 5508 SHA256: 2512039c76e707779376360f2b8bd8e3517e4d1de49b16147e5ed52e67e6e637 SHA1: 3c143477426e37a6d116cda76611facd24fcd12c MD5sum: 0b23040fdc77ff5295cb38fcfc4d6a00 Description: The test command for ROS 2 launch tests. Package: ros-rolling-ros2topic Version: 0.42.0-1resolute.20260916.203730 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.42.0-1resolute.20260916.203730_amd64.deb Size: 51534 SHA256: 77096113ddfc77170c2136d0ea59163768c42214d1ebcacffb0d3f1324fd84a0 SHA1: 23ff3be2d9503e745cb37e99ff04606d893c054e MD5sum: 090aed56e73d6b9afbfed0d8e79635e3 Description: The topic command for ROS 2 command line tools. Package: ros-rolling-ros2trace Version: 9.0.0-1resolute.20260916.210740 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.20260916.210740_amd64.deb Size: 8214 SHA256: 75be281c1d06d2af404d5ab4fb13d9cef29f8251a8b144b464d4b9110a25beb1 SHA1: c0cc2f67cf07ddd6f6f10512bdc9ebb3b6ee0c1c MD5sum: cb342d24754e14170bee3b0d26fd6405 Description: The trace command for ROS 2 command line tools. Package: ros-rolling-ros2trace-analysis Version: 3.1.0-2resolute.20260916.210740 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.20260916.210740_amd64.deb Size: 6244 SHA256: df9d3462421ebda0254e4535fe5f52727426114a1f1a9a7ea32cc93b0b3a4968 SHA1: 21650efbc818771261e1fd4cf8cdaaea650c4299 MD5sum: fb9912b77fc13026309be14178e68e8b Description: The trace-analysis command for ROS 2 command line tools. Package: ros-rolling-rosapi Version: 4.2.1-1resolute.20260916.211114 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.20260916.211114_amd64.deb Size: 20796 SHA256: 6ab85a7d95bb32009eb30d5b8aa185851a578729f785a930a2cf16076960beea SHA1: 077e8e5cd3a68acadc088d7f41736d11955790f5 MD5sum: 1948aebbbe593af7571bab0e67d23ab2 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.20260916.025817 Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 12856 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.20260916.025817_amd64.deb Size: 770288 SHA256: 44a6c2d6133fd1fd3bf0d0072d9a578772210ad483534ce621eb7b93723e559b SHA1: e16ef46d619b947f34f59e3e5891c031acb8a04a MD5sum: 1bc20a5e6cb6693bec250e00e3356730 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.20260916.025817 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 10853 Depends: ros-rolling-rosapi-msgs (= 4.2.1-1resolute.20260916.025817) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosapi-msgs/ros-rolling-rosapi-msgs-dbgsym_4.2.1-1resolute.20260916.025817_amd64.deb Size: 8140364 SHA256: 6517ba8319f7605e64bbfb4452c921ecc7030a6eac28c1a8e3cee1bdea954731 SHA1: a6ae87589b5f626951d0d786fcf273392409a999 MD5sum: a6b8863bb2721c0ab680f1bbe36db107 Description: debug symbols for ros-rolling-rosapi-msgs Build-Ids: 18746e861f957d8511fb4afc6cc09ce2b4b645f7 34b4f8735b7b67b73438fcc2111a55a42c6d6533 611a21322b4c0822238f5893fbaee4b545a308d9 7057e4748fc7e7707b78a9d482f2c9ce6b89e343 80b0118897e2c35291bb5ea67c21f5556a3ca20c 9f8c1de83e9aea1540c6593570df0aa022e105e9 a004dd46f0d097a1dafb68d9cad6d543e45b3264 b610214f277301dfd2542687befabc05317d79ca b7b0e9a0b402e88b1b58033810ec5efe63c0d396 d1afae80b1d8141e362ae5330cb1c4c17225b1d3 fc3d5e99e5cb223332c29649596d2ca2cef81f0e Package: ros-rolling-rosbag-timing-inspector Version: 1.0.2-1resolute.20260916.212339 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.20260916.212339_amd64.deb Size: 747528 SHA256: 83a2d6aaf5986a05d7ff04191b35f434d6befc59b5b8f8450139d10da432dbdf SHA1: 74f723e8dd2ed7ab229c64e35641e749e1d13cab MD5sum: 3448e14b315b541fd4eb19908022d2d3 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.20260916.212339 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.20260916.212339) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag-timing-inspector/ros-rolling-rosbag-timing-inspector-dbgsym_1.0.2-1resolute.20260916.212339_amd64.deb Size: 5279780 SHA256: 48d787ccc05c7e0791a2cd0f3f9391d8241a072e705d7405881bfd5733c90bdc SHA1: 900d4e06a5bdc23b57d100cca3ff46337cd95926 MD5sum: 7b92eb27c2fc38ba47e6d0babf616b91 Description: debug symbols for ros-rolling-rosbag-timing-inspector Build-Ids: c536d434425dbdae27b8c87d0992ccbee6bdc18f Package: ros-rolling-rosbag2 Version: 0.35.0-1resolute.20260916.214547 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.35.0-1resolute.20260916.214547_amd64.deb Size: 5990 SHA256: 5c30059cb9b8205016d3c74b330a331691f1e1874ed06a7c34c573729c656769 SHA1: 10d080ac2fa5f3eb884f2e81be2ddbea73909e21 MD5sum: bdc62e041e7793254cb0fc6139538b42 Description: Meta package for rosbag2 related packages Package: ros-rolling-rosbag2-compression Version: 0.35.0-1resolute.20260916.212335 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.35.0-1resolute.20260916.212335_amd64.deb Size: 96114 SHA256: bed35dbb187542c4f8eae550580f7a7f73be49c21eeec4562a1c0a7582a9f9d7 SHA1: 053b19105d160945e9cc969d77b2421d6e44e724 MD5sum: 3321a1170b0197cb67177efdfba7b9ec Description: Compression implementations for rosbag2 bags and messages. Package: ros-rolling-rosbag2-compression-dbgsym Package-Type: ddeb Source: ros-rolling-rosbag2-compression Version: 0.35.0-1resolute.20260916.212335 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 1258 Depends: ros-rolling-rosbag2-compression (= 0.35.0-1resolute.20260916.212335) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-compression/ros-rolling-rosbag2-compression-dbgsym_0.35.0-1resolute.20260916.212335_amd64.deb Size: 1133154 SHA256: cd3590b37ee997f00b5389c164d2319bde48176a0b16c6c1e91b5a0523c7ddd9 SHA1: e0559140f158f6c33ff2e0d537f5e03b7cbaf9e0 MD5sum: e8795726dc6edf5bec7fd814087184fb Description: debug symbols for ros-rolling-rosbag2-compression Build-Ids: 05b6d584ce132abd2e83c1c6555a5280a96e2acd Package: ros-rolling-rosbag2-compression-zstd Version: 0.35.0-1resolute.20260916.214111 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.35.0-1resolute.20260916.214111_amd64.deb Size: 34948 SHA256: 214ff4e202e3064a3185b7a618d1af2b742298587d8397f84bb1fecceafc1372 SHA1: 6034dcfb93affda1aead26a4a16306398547f7df MD5sum: 0c0178dca5069f8471f4fe1cd0ad05ee 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.35.0-1resolute.20260916.214111 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 354 Depends: ros-rolling-rosbag2-compression-zstd (= 0.35.0-1resolute.20260916.214111) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-compression-zstd/ros-rolling-rosbag2-compression-zstd-dbgsym_0.35.0-1resolute.20260916.214111_amd64.deb Size: 311554 SHA256: 9759083ef2cbd3cb446d3f395543d31fea5d5ae74ebacedca3ceb04a6a99c27d SHA1: 2ecbfcb73303ec9d28b440ffc3be8a11ac3e9367 MD5sum: bbd3ca92c7c4a3d6b3d147e239e1719b Description: debug symbols for ros-rolling-rosbag2-compression-zstd Build-Ids: 4b90a65e67deeb78059c00cc7b3cbec5a63ff6f4 Package: ros-rolling-rosbag2-cpp Version: 0.35.0-1resolute.20260916.210406 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 964 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.35.0-1resolute.20260916.210406_amd64.deb Size: 272106 SHA256: 786d8526fb4428d4de496345a2ab713aeaa432cbb6d72fac41a49bef00a9ea35 SHA1: 26a6c613b093e59ed0032ebfe83e31bcb3bed1c7 MD5sum: 321ba86ddf4b37c4e2bb88b9d15d0a4a Description: C++ ROSBag2 client library Package: ros-rolling-rosbag2-cpp-dbgsym Package-Type: ddeb Source: ros-rolling-rosbag2-cpp Version: 0.35.0-1resolute.20260916.210406 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 4734 Depends: ros-rolling-rosbag2-cpp (= 0.35.0-1resolute.20260916.210406) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-cpp/ros-rolling-rosbag2-cpp-dbgsym_0.35.0-1resolute.20260916.210406_amd64.deb Size: 4416578 SHA256: 1ad12e63f45ed93b1a803ba0150a740ae478c8858db5ad194694be2fba0c3489 SHA1: 66bf2d4505c68f1cf836d04ee1a2a3c4ee08d803 MD5sum: c8ebc3814ecf4cb2a112c0bb2490a5f5 Description: debug symbols for ros-rolling-rosbag2-cpp Build-Ids: 2b88a7395ee5bcf78292432e684409442571ad58 Package: ros-rolling-rosbag2-examples-cpp Version: 0.35.0-1resolute.20260916.213937 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.35.0-1resolute.20260916.213937_amd64.deb Size: 162666 SHA256: 159bc95532f6f8452108a98b5274d96a5841229888fe7078b52f3825cdc46cd3 SHA1: 90106c8deb2213503b7e5600f4df068dd9662aed MD5sum: 76316531dc12ee2a8c33e4c4e40b87eb 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.35.0-1resolute.20260916.213937 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 5817 Depends: ros-rolling-rosbag2-examples-cpp (= 0.35.0-1resolute.20260916.213937) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-examples-cpp/ros-rolling-rosbag2-examples-cpp-dbgsym_0.35.0-1resolute.20260916.213937_amd64.deb Size: 4965612 SHA256: 70237aad167995e9728a8786433a77111bb924c434f1a0130260eec795a551fd SHA1: 933605e63f0045e68f77487a87fb74a425cd6385 MD5sum: 4adc55258c68496a998b3534ea984588 Description: debug symbols for ros-rolling-rosbag2-examples-cpp Build-Ids: 2a912287c24bba9f27a60fee9e1ebee1e3f4b874 355963bbd3c73c801f2376e536f23d48eafcb5c8 3caed42eb3d8aeb82231e16b122c09b45276b3b5 81bcd3cdfc8c2be3c983adbbaae3f19f97deee41 b88527f214033f358ad0df1a38bd32c2da86b265 db2ec25ec619db5c32983488d4019883142b3992 Package: ros-rolling-rosbag2-examples-py Version: 0.35.0-1resolute.20260916.214411 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.35.0-1resolute.20260916.214411_amd64.deb Size: 12474 SHA256: 499f20f67cfedc31363180e7dd985fbbebd31d83e2783344b0f7977b9cdbf3c6 SHA1: 962e6ed2e084e5ba8fee2cdf49929f4ce825de8e MD5sum: acd8aab9f22d83e43ea05fb3c787b57f Description: Python bag writing tutorial Package: ros-rolling-rosbag2-interfaces Version: 0.35.0-1resolute.20260916.192925 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 8359 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.35.0-1resolute.20260916.192925_amd64.deb Size: 502482 SHA256: 586c6ba868291470f8b9fe007797171e56af7282ddd821b3bce6d72aff0ec165 SHA1: 62a398cb394553d250a52ca96adb1815fa66fdc0 MD5sum: c02252960334e165cb3ecd78dc81e1da Description: Interface definitions for controlling rosbag2 Package: ros-rolling-rosbag2-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-rosbag2-interfaces Version: 0.35.0-1resolute.20260916.192925 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 6296 Depends: ros-rolling-rosbag2-interfaces (= 0.35.0-1resolute.20260916.192925) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-interfaces/ros-rolling-rosbag2-interfaces-dbgsym_0.35.0-1resolute.20260916.192925_amd64.deb Size: 4517842 SHA256: 4b4e4f2e5875a27017c7384b19511c3330d419879e005e3a36f91a0ba80024c4 SHA1: f2246d15ea7c87e81aebe5f901cfdee4f72f99dd MD5sum: d8f0f7f645a5473925a2c3ce0c31b3a6 Description: debug symbols for ros-rolling-rosbag2-interfaces Build-Ids: 0050704042ee9687e1450937c777e80bc02dc4ff 2851c271805336ffb95a657029d961277a4a9fc9 2ce6fce0dc20a896e85c088c05942306f4e03e2a 2f3803228ba0bfd11740687c3abcea470b804e9d 31971ac2c240b3a4a33a6d9d96afa0e6980f16ec 5d7d01d4c5e8bb307ece2261683a49f5233128ed 9f4edb57d7235c1454a8a8c7f783e15bb0a95fa3 b6edcb5d78127b4d7b51e4a00cee7b8d4d6ada16 de19f86f98ebfc3597e60a237c3ef439586d5564 de92f95a069d109e9f33a2630bcd43b1fd9038ea f9f0131fd46e3cc5db27e17d7a68d23797cb09d8 Package: ros-rolling-rosbag2-performance-benchmarking Version: 0.35.0-1resolute.20260916.214540 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 1818 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.35.0-1resolute.20260916.214540_amd64.deb Size: 346372 SHA256: 6952c197fce399c89486e40c9a120457dd134246a2c30508f00987964eefce39 SHA1: dc1861ab0aa83e840f9ee75be12bbb0c756e14e8 MD5sum: 343b3e31955fc3d2c3a81e3f0d99178a Description: Code to benchmark rosbag2 Package: ros-rolling-rosbag2-performance-benchmarking-dbgsym Package-Type: ddeb Source: ros-rolling-rosbag2-performance-benchmarking Version: 0.35.0-1resolute.20260916.214540 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 9720 Depends: ros-rolling-rosbag2-performance-benchmarking (= 0.35.0-1resolute.20260916.214540) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-performance-benchmarking/ros-rolling-rosbag2-performance-benchmarking-dbgsym_0.35.0-1resolute.20260916.214540_amd64.deb Size: 8358670 SHA256: 22117077c63dbe74ffaab9eec7237f2f6d7c93dd6b08732746c1800d193b084d SHA1: 3eb5d21981e83b4f332134884e2d6b31c73217bd MD5sum: 879d651b08b52cef8a2f44f18ec650de Description: debug symbols for ros-rolling-rosbag2-performance-benchmarking Build-Ids: 7c5a26df32a0d11183ed79d8c749fdf6a24a8d6b ed39eaa586932044c1057ebb3feeed81e5abc54b f821620d6cc34fb8cffdb985458ecc8891f31566 Package: ros-rolling-rosbag2-performance-benchmarking-msgs Version: 0.35.0-1resolute.20260916.192928 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.35.0-1resolute.20260916.192928_amd64.deb Size: 47480 SHA256: 0c7d835ededbdf33c9acaf5b259a9f5f4442da2ef0d6e50d36250740d1a1484f SHA1: b51296755c037abf80f1dcb8dd13ce43d476834d MD5sum: b6cab195e1064553c0b7df0e03532da8 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.35.0-1resolute.20260916.192928 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "ROS Tooling Working Group" Installed-Size: 343 Depends: ros-rolling-rosbag2-performance-benchmarking-msgs (= 0.35.0-1resolute.20260916.192928) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-performance-benchmarking-msgs/ros-rolling-rosbag2-performance-benchmarking-msgs-dbgsym_0.35.0-1resolute.20260916.192928_amd64.deb Size: 200168 SHA256: cbe824a3ed916ac83633f8cf899ac834fe360f11a04281223de9da5cb0cf7d6d SHA1: 50d49ab06905bef0cc492495adff12c37d30f6b6 MD5sum: e7640d0526a985543c75d6fed5c2650a Description: debug symbols for ros-rolling-rosbag2-performance-benchmarking-msgs Build-Ids: 36b4a53ecfca5e3e8cf06bb06f2025907e2071bc 3fe72042d0251fc29603ad3b5d23d812c2ea001d 790e65423428bf086cc6ef67c3a38df46b0d3404 7fbe3c5ebe3f0d9b6cc0b848d86dc69082d559d8 8ad458f63d3fc4dacf42d0ecaff52ceb9322551f 9a4ad39cb740570d4f377a22dffcb727362195c0 a770ced7dbdfb214fd1c14ece3c9536e36a1d281 bee0b168a03c9840d5faf295d6c237ebcb90c239 d0380baacdf971ffc8efa17c4f7bd5e387183f9e dccd4aad91ee486e3a4fa59ac0f97ada6bcba86d ebbcc6ea2a0f30b91f03802bbb60772f9e347bf7 Package: ros-rolling-rosbag2-py Version: 0.35.0-1resolute.20260916.213625 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 2713 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.35.0-1resolute.20260916.213625_amd64.deb Size: 656352 SHA256: 7f0e882fddb409d63973e2d0367cd9edf63f92479253d3a788c44c3c36453b87 SHA1: f45f81c6695f0ee6a398330f67b989c4a083f0a5 MD5sum: 973ed882fac37eca618d4605404b7850 Description: Python API for rosbag2 Package: ros-rolling-rosbag2-py-dbgsym Package-Type: ddeb Source: ros-rolling-rosbag2-py Version: 0.35.0-1resolute.20260916.213625 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 15073 Depends: ros-rolling-rosbag2-py (= 0.35.0-1resolute.20260916.213625) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-py/ros-rolling-rosbag2-py-dbgsym_0.35.0-1resolute.20260916.213625_amd64.deb Size: 13907438 SHA256: 36dff39f2e9874e4d8f9335b8b8f1d6822eca42016767eb076ab5192921dd00a SHA1: 6a1806fc367fda2c8988deb89e775ebc51c58d30 MD5sum: 0eb23fdf76f8c40971da4222bf35ae08 Description: debug symbols for ros-rolling-rosbag2-py Build-Ids: 02774002af6fbefe4f90cedacc3f85c6d900eae2 0ffe299d49ce9c06968dae35ac8b6c9a4a34a758 3190c497a11b51f458109c702dd9c9f50383804e 4743fc01baf74c30d787511f2644a2eafeda079c 49c17e67e88d4cdd12829ccb0481fc9257c0e2eb 836267a17aa96d0a011b84033f1f999617900644 a3c9b3c45b9a780e18a70a2cdef88d682cbfeafa a9eaaa9350eeda526e1ccc41d0f0f5342da43646 Package: ros-rolling-rosbag2-storage Version: 0.35.0-1resolute.20260916.204418 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 608 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.35.0-1resolute.20260916.204418_amd64.deb Size: 152586 SHA256: 98e0745a8d2c7c32945d64b21b4db08dfe2ea2e295d33f42c088f86c995ffac6 SHA1: 4891045f97375fbff3ddcee82ee4bc735fac5192 MD5sum: 37d904286606836e90f816ba6a68baab 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.35.0-1resolute.20260916.204418 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 1833 Depends: ros-rolling-rosbag2-storage (= 0.35.0-1resolute.20260916.204418) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-storage/ros-rolling-rosbag2-storage-dbgsym_0.35.0-1resolute.20260916.204418_amd64.deb Size: 1664640 SHA256: a90d8ae3a26836d724d940dfdb3d381904eee55b5173e9fe27de98d17d1d36f0 SHA1: 75a7e701788812b0927f92f6d524d58b6a7b36e9 MD5sum: 53c8792b14b49b491f0fb703324f4400 Description: debug symbols for ros-rolling-rosbag2-storage Build-Ids: 5344a9adba79ae73408a24ce57435f75eda3f8b4 Package: ros-rolling-rosbag2-storage-default-plugins Version: 0.35.0-1resolute.20260916.214123 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.35.0-1resolute.20260916.214123_amd64.deb Size: 5994 SHA256: 7aa88380dd1b1c8f4d9ddad63cc40c075253c435bdaede4e83082c6b0938e3e4 SHA1: a3b5db2726660a71683838bd3614159887f8b1c6 MD5sum: 964cccf2803039a8ff233f2cf7668705 Description: Intermediate metapackage to point at default storage plugin(s) for rosbag2 Package: ros-rolling-rosbag2-storage-mcap Version: 0.35.0-1resolute.20260916.212341 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.35.0-1resolute.20260916.212341_amd64.deb Size: 141932 SHA256: 67e57efdfb751c7c037c3251d46920ad0f034ed6ada8e31133780c4587050a2a SHA1: f6a8c73adebeef8b74f1a0fb52d1c55eb8fd4805 MD5sum: 175f1148ccac4811bc11a0075aeedda4 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.35.0-1resolute.20260916.212341 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 1884 Depends: ros-rolling-rosbag2-storage-mcap (= 0.35.0-1resolute.20260916.212341) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-storage-mcap/ros-rolling-rosbag2-storage-mcap-dbgsym_0.35.0-1resolute.20260916.212341_amd64.deb Size: 1753000 SHA256: a0da6293c6106464301c804266c082d26bcc02daee902ce67e9e9b344795fd5e SHA1: 828bcb8df833da553e9e45406593c4c0f349e995 MD5sum: 71f0529d6a4bb2c90cff625c1d5d3066 Description: debug symbols for ros-rolling-rosbag2-storage-mcap Build-Ids: 5cd4abdb14d17a9a04c13698dfd75b85070c65d2 Package: ros-rolling-rosbag2-storage-sqlite3 Version: 0.35.0-1resolute.20260916.212352 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.35.0-1resolute.20260916.212352_amd64.deb Size: 179240 SHA256: 2edbc68dcee08c993fdf0c607edc8945c3d2763d537601513704b35d574592e1 SHA1: 9132ce3c81e09235401bc3b023bea83789c26e10 MD5sum: 5f638b9237c26b5b8e7872f73cb1361e Description: ROSBag2 SQLite3 storage plugin Package: ros-rolling-rosbag2-storage-sqlite3-dbgsym Package-Type: ddeb Source: ros-rolling-rosbag2-storage-sqlite3 Version: 0.35.0-1resolute.20260916.212352 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 2313 Depends: ros-rolling-rosbag2-storage-sqlite3 (= 0.35.0-1resolute.20260916.212352) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-storage-sqlite3/ros-rolling-rosbag2-storage-sqlite3-dbgsym_0.35.0-1resolute.20260916.212352_amd64.deb Size: 2157034 SHA256: 8f8c41bcbc50154f240f6b863c808ccd5255a911d6481df8213e06ecfbf1d374 SHA1: 47c58bae223b746920139a8ee794d5410bf00c3a MD5sum: c8c15d6aea95efc8a7409a1757e64ab8 Description: debug symbols for ros-rolling-rosbag2-storage-sqlite3 Build-Ids: 2f82a657cb76e4d84be8555b14599cb268bdd503 Package: ros-rolling-rosbag2-test-common Version: 0.35.0-1resolute.20260916.210039 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 140 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.35.0-1resolute.20260916.210039_amd64.deb Size: 21592 SHA256: bfb0005ea7ccbfc4cf9b55268cca339b6ffe6398896e1c922dc41f5b3d51db90 SHA1: e97da93b1da617c81f94bc98633d5f2101f61388 MD5sum: a39a8d282def951e9ec412a3c55ea2d7 Description: Commonly used test helper classes and fixtures for rosbag2 Package: ros-rolling-rosbag2-test-msgdefs Version: 0.35.0-1resolute.20260916.193137 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.35.0-1resolute.20260916.193137_amd64.deb Size: 429258 SHA256: a86b27c57d506b19eba2134810ca41169a7b071a04d3ac70aa231359325d2599 SHA1: ae7c75a5c00089dec3b3dbc972da1752abcf3e24 MD5sum: a10ba4c3c6b1668cbe37bdc49235d156 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.35.0-1resolute.20260916.193137 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 4723 Depends: ros-rolling-rosbag2-test-msgdefs (= 0.35.0-1resolute.20260916.193137) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-test-msgdefs/ros-rolling-rosbag2-test-msgdefs-dbgsym_0.35.0-1resolute.20260916.193137_amd64.deb Size: 3024582 SHA256: b1556cbca3f0babca08ca8fb794ef0ae9c395931fdfbef8d497e0d19039354a3 SHA1: 87599e5948d33438b96b09cce05ff36815ca8610 MD5sum: 05d26ef939db06ed44742ad9a573b3a7 Description: debug symbols for ros-rolling-rosbag2-test-msgdefs Build-Ids: 091891a3f3185a88cb54b68ddd05baf4b924a5f4 11b7446e5067ec3706b65a068d666c4580768ad6 18601067d5cd4154580d1b1b640f6b2d9fe405aa 230ec5c35d73e7417117443def74f4048d6d56d4 2b1783bdf9be224cd2eeacb56b13641aaeddf718 4c33e682879127543ff59fd151392ba09d458eee 5a493d5bfefeffb18acd665edd74c5a5d1b03c24 839a4734565c339cd9e557429c6ffaa62f58bd58 a0024e2de9627fde5ca078ea54182b473ce1c5bf deebe4da18ebee57d7ca24251e42f42c4cfbd86f e658dce4545827af988e0cec2cc41b69091152f6 Package: ros-rolling-rosbag2-tests Version: 0.35.0-1resolute.20260916.193124 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.35.0-1resolute.20260916.193124_amd64.deb Size: 7868 SHA256: c4f47a4cb9482b5c7adb0def415aff6b56504cb69207299b9e4867df212c0f91 SHA1: 7d53baca01c8a5259ed57c05e65189365f1c5061 MD5sum: d7cec35587429ec639cc5c7a472adc9c Description: Tests package for rosbag2 Package: ros-rolling-rosbag2-to-video Version: 1.0.1-2resolute.20260916.214512 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.20260916.214512_amd64.deb Size: 15116 SHA256: 0b722a8f3ea696959327b5ec62476b3d945fc0266376a48ad324c5afaea1a496 SHA1: 80c2bd19c535baa44170461b482fcde2f55b5b57 MD5sum: 2f33886003613ff7279005a610f1ff5d Description: Command line tool to create a video from a rosbag recording Package: ros-rolling-rosbag2-transport Version: 0.35.0-1resolute.20260916.212740 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 2288 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.35.0-1resolute.20260916.212740_amd64.deb Size: 543470 SHA256: c9f490e8f9e2bf9c6e4f3d34d2e09af0285ad42055dbbace789db7df37be392d SHA1: 45f13c495010db251b8d79516958311c7f568872 MD5sum: df5ba56a146a239dd05f3af91d96a5f6 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.35.0-1resolute.20260916.212740 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 11675 Depends: ros-rolling-rosbag2-transport (= 0.35.0-1resolute.20260916.212740) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-transport/ros-rolling-rosbag2-transport-dbgsym_0.35.0-1resolute.20260916.212740_amd64.deb Size: 10447642 SHA256: 5cd420f037c9e2116b97a554b9cf3fff976f27b73891f676739e4ee7f630ab1b SHA1: 1bbf5d456da7a5f913a2f243af69a23ba69c0509 MD5sum: 27751ac2aa831f1096d83518d08db4f2 Description: debug symbols for ros-rolling-rosbag2-transport Build-Ids: 0fd2f9c49a2f2b716531f0d8a1d89b183f468c90 1959d6788e6c1b7c9010ad96b65744a1371f6cbd 917456da6c76de6659fee53bcc3c03756f11ec66 Package: ros-rolling-rosbag2rawlog Version: 4.0.0-1resolute.20260921.083827 Architecture: amd64 Maintainer: "Markus Bader" Installed-Size: 662 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mrpt-containers (>= 3.0.0), ros-rolling-mrpt-core, ros-rolling-mrpt-io, ros-rolling-mrpt-obs, ros-rolling-mrpt-poses, ros-rolling-mrpt-serialization, ros-rolling-mrpt-system, 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-libros-bridge, ros-rolling-mrpt-maps (>= 3.0.0), 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_4.0.0-1resolute.20260921.083827_amd64.deb Size: 227338 SHA256: aff45d96aa09401b7a658932fa4fe2b339754ef37d941289922616bbac17d511 SHA1: cb9e19dfa3acaea1e8606d0365e94299563cb061 MD5sum: bc3dada7f3b196dc0c7f1f53ac8135c6 Description: CLI tool to transform between rosbags and rawlogs. Package: ros-rolling-rosbag2rawlog-dbgsym Package-Type: ddeb Source: ros-rolling-rosbag2rawlog Version: 4.0.0-1resolute.20260921.083827 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Markus Bader" Installed-Size: 3376 Depends: ros-rolling-rosbag2rawlog (= 4.0.0-1resolute.20260921.083827) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2rawlog/ros-rolling-rosbag2rawlog-dbgsym_4.0.0-1resolute.20260921.083827_amd64.deb Size: 3187190 SHA256: 9da7ff38dab36cfc7248fb3f0ca13076854803e9ad7a4a01d8603d8b98aa5082 SHA1: 319526ea22524f6627c40f1baf55f86ddcc4e528 MD5sum: d51d5a207376a8757da528ccb6dad615 Description: debug symbols for ros-rolling-rosbag2rawlog Build-Ids: 0cffa2664156917c4dee1dd09ccbfce68b2cb09a Package: ros-rolling-rosbridge-library Version: 4.2.1-1resolute.20260916.203608 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.20260916.203608_amd64.deb Size: 45268 SHA256: 80daa55862ba11d7b2611fa3ad4785d9441c7058c5d5be80fa6049a01363743c SHA1: 87254c96a76fe503e4968e44906413cb36cd031c MD5sum: 42965358f8489278ac04dfddba4a3bdd 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.20260916.025618 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.20260916.025618_amd64.deb Size: 62266 SHA256: b9bfb235bc4ff7f7650361e5cc1e1f34f2fe2a890d21598ccd3985f2c43a73f1 SHA1: b72e10d14665c919e4dd850cc9908548d12694e1 MD5sum: 12baa6d5d82a5fcaaeaf870261f13929 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.20260916.025618 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 506 Depends: ros-rolling-rosbridge-msgs (= 4.2.1-1resolute.20260916.025618) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbridge-msgs/ros-rolling-rosbridge-msgs-dbgsym_4.2.1-1resolute.20260916.025618_amd64.deb Size: 336858 SHA256: 2b03083bb0cc826dc4cb114f9d621f3d37806194837daf5aa1d0b9310a9ee35a SHA1: 9a1eeb12a3054bcfcf1991f49f4f12f29120b8a3 MD5sum: 76c7e1db2aaaa6a36975ecc2ddcd0b34 Description: debug symbols for ros-rolling-rosbridge-msgs Build-Ids: 29412c50789880f7e45c5b30a0066b8905030cb9 33510ebfd251488c17a14a2fbecf3d595d018f1e 4374e1e1b2b732a578147e8d2c566d7c65093c9f 6d99f32035a4f1467d52af24f46fb3616389d9e0 6e33ee86d1a859b93751b35dce62f7279d81d337 70d7854d1e8850d000f510ce4cfd44bfb86e5dae 9021a4366a2c5ad1adc0954ebef7477395f61565 c6d767f80baad53296ce31d5990b6fc330a795f9 e4364bb5b0877b5866b89f0eae10d22524958296 ea1feae9fa2f9411e14ac0234aca74211cd62d91 fafd0ecfbdcf070d66fcb44ef5e316f934503737 Package: ros-rolling-rosbridge-server Version: 4.2.1-1resolute.20260916.211558 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.20260916.211558_amd64.deb Size: 15108 SHA256: 5f5a716848623207d98400c0f78a9769fc0152fc62ec13402596c570cbdd5915 SHA1: 931a58aedd92dd6b13b301029837369d782ae7c7 MD5sum: 778b7c9a7c35c5fda71d1721213b23d5 Description: A WebSocket interface to rosbridge. Package: ros-rolling-rosbridge-suite Version: 4.2.1-1resolute.20260916.211719 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.20260916.211719_amd64.deb Size: 6288 SHA256: cfb311017b3de1cb3e4c1b7c5b9e5d63fd3775a87bcc150ceab5d06fb6cc7b58 SHA1: d46670e473ae136d77b77f72e4af3c623b511a13 MD5sum: a928450fc09b307cd5b1db18c124c58c 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.20260916.033709 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.20260916.033709_amd64.deb Size: 853144 SHA256: d0c4d119ca16fc27199fbbe782cd6438f710b2f20aae0fc1e47f6eeb0ee4aeb3 SHA1: 624115f34be7aa57ef5ae8812a16f265c70f489d MD5sum: fc1125b833c565a15c3272ecd39042af 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.20260916.033709 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 10132 Depends: ros-rolling-rosbridge-test-msgs (= 4.2.1-1resolute.20260916.033709) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbridge-test-msgs/ros-rolling-rosbridge-test-msgs-dbgsym_4.2.1-1resolute.20260916.033709_amd64.deb Size: 6651310 SHA256: 7fb36acb712fdfac4d98412ab4a0b0b1bfe234eef3c20c97f0fa00856748e246 SHA1: eb42375399da6d6b3693260d46f9ee23550059b4 MD5sum: 9509e3e4b2e5d6afef21a44888b33e9f Description: debug symbols for ros-rolling-rosbridge-test-msgs Build-Ids: 1b3c49f9cce7cb2d7e168829d10b60809cd34152 4a01fc86acd5c01990152a404bf3250ff0cdca07 5aaf69584d99000376fa74b95be6d430368e31e1 5fa17287d33adc41a5bdbf14de889b1ba21eae78 66ff025aebef0432099a81738d06cd214d08a0e2 6ea2f795fe6f56bd76620ad1fc43b3ac9ab7dd98 8618d40e6b3e9eb66f996bba1a5dbcca29ed26e3 bbd47e4b9e4f9400b53ca0cc3ce9a6bdf7ecc4a6 c30683e45945c3052c2ef56fb654b827fd2d6566 cc6ae2f1c924d6ddc36dfad4ea03fa1a22947bb8 d3567ebcae497e0dd8a0062a16207102a6d694a7 Package: ros-rolling-rosgraph-monitor-msgs Version: 0.2.3-2resolute.20260916.030208 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.20260916.030208_amd64.deb Size: 139630 SHA256: 3fc9a4802b4a2aa48f2d4f2a56780bcee79cc62c4cf6f2b4c4c57e220df2e5a5 SHA1: 78024426ab499b309362599e23abdbcbe5a530c3 MD5sum: ceb48f1518dec98446f6f13b2feba161 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.20260916.030208 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 1499 Depends: ros-rolling-rosgraph-monitor-msgs (= 0.2.3-2resolute.20260916.030208) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosgraph-monitor-msgs/ros-rolling-rosgraph-monitor-msgs-dbgsym_0.2.3-2resolute.20260916.030208_amd64.deb Size: 1196386 SHA256: 4273cb3e98117f108868dd03a1c390de833845ecf6fb8c847abbe1a0c5b5334f SHA1: 4c93bb8eca238e5024f5c1d99fd220525fca9ad8 MD5sum: 1975b656b42120a0fcd0e9710b728145 Description: debug symbols for ros-rolling-rosgraph-monitor-msgs Build-Ids: 2f9ec4ddf11fce3409aff3a70ad4c7cac37473a4 38f063958e90199080a0ea4f8d5185f1db48c954 5d7d8d0935ac8fe5228e416be886990fc6bf7b7d 68b115d8a62b6630af5c91250727c9b14a6a4917 7df72a4762fee8c3decf6e90f10a702eff11d293 89858e310d727dc9489073b081187a17215bb145 9dbf3e43059c314582ac34a44bb83d22d4e703b0 d64a2de01b9768f64fc9406ae75d651e9dd542a3 dc797a0235826431cea1899f186ebb19f39053e5 dd2cf6927aae442be36d725c07d80dd4e15ff4af e19c1a9293cf6c79bd19b92e34a7672c72abb360 Package: ros-rolling-rosgraph-msgs Version: 2.5.1-1resolute.20260916.030211 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.20260916.030211_amd64.deb Size: 183646 SHA256: 1df19c9de1003ac2d648a39e0bec7e7e8ccd4e71c3f741f302c3cca789ddff43 SHA1: c86cdc7944363631ee4a2ab3b8598cd49c66b2b2 MD5sum: 22de700c7b3fa3904125dbcfcd4a5f12 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.20260916.030211 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 2132 Depends: ros-rolling-rosgraph-msgs (= 2.5.1-1resolute.20260916.030211) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosgraph-msgs/ros-rolling-rosgraph-msgs-dbgsym_2.5.1-1resolute.20260916.030211_amd64.deb Size: 1753760 SHA256: 28dc1340ea6d78edb8f408af343037e0732ea2f744960d0e017b8af43adac416 SHA1: b4c83b575161e68e54ad4a0ccccaf0846e6afd95 MD5sum: cb4a8334f3049ba477e0490ba59290e1 Description: debug symbols for ros-rolling-rosgraph-msgs Build-Ids: 04cdb7e51893bc4cf51a2d0f86a94fd3adbb021d 0e3c9352dc9d9be9bcaf7714322ea160b8f938d3 28a9aca0c11787aa665ab77e2134c3f7352ebd2f 3f7ec744f7357d7d2df7c4d5b89292793cc53f6e 58156643b0375e40c777ad4c535fa275d8373047 69219a231ca173279b0f18684150619427296209 a0aff5e9480142ff60c2eea044bfbfeba18c7df3 a7b38bed9efe922a80728aadf9bd979945f6bdab bf5107bea8285bb7f274e78cf9a771b2567ad55c e3017815950654f90f667fa9cb5e2e31ec2bb368 f2aab05b7600ca7c83585394677c929b64088bfb Package: ros-rolling-rosidl-adapter Version: 5.3.1-2resolute.20260908.134831 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.20260908.134831_amd64.deb Size: 20188 SHA256: 4e3961e7890c47f9df47fc533eff8036233c39f50aa1e3ea24951f95c026b669 SHA1: 4fddece138fecff51f4886651bc57929a796ee63 MD5sum: e00d3a9a4d4b270f37ead70a51767b40 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.20260908.135445 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.20260908.135445_amd64.deb Size: 15220 SHA256: 302bab661073ae68fa2653a2a576233ebcb1c1db2ef6a975913501e97ed71d28 SHA1: e6795b29b933bd765769a1d0d52d16354515fcc2 MD5sum: 5ef3fb837f54ce6006a9ae23d28f4276 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.20260908.142807 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.20260908.142807_amd64.deb Size: 10764 SHA256: dba389d3406d61ea413fe2476594a74d2d70333a4ab8686ea09149622e147ae1 SHA1: 92b08138279ea3c8c692e09a1649b8e9f467047b MD5sum: cef7e0ea108980e7f6e5a565c3b4638c Description: Buffer backend interface for ROS2 buffer types Package: ros-rolling-rosidl-buffer-backend-registry Version: 5.3.1-2resolute.20260915.135953 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.20260915.135953_amd64.deb Size: 58728 SHA256: 3d727584f33028a7408c06058d65bee61ea4ce13cdf9b28eb34cd56331ed7f3b SHA1: 6764ba5ffd36947c7ed76ae6418aa0519fb8972c MD5sum: db5ad04a8d880d503ec39b3a758e72e6 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.20260915.135953 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "CY Chen" Installed-Size: 569 Depends: ros-rolling-rosidl-buffer-backend-registry (= 5.3.1-2resolute.20260915.135953) 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.20260915.135953_amd64.deb Size: 508694 SHA256: c140ded179a99acad510afca97783bcf64d4d8b7908c668e9150cf2543dcdfe8 SHA1: 1b47cd5c1b26016218350060a532b41e2ca38e94 MD5sum: 7e2c8083891fc5b7002959271d74252f Description: debug symbols for ros-rolling-rosidl-buffer-backend-registry Build-Ids: 5c61c8192c2c32436c3151f37cce9793bd08c1c4 Package: ros-rolling-rosidl-buffer-dbgsym Package-Type: ddeb Source: ros-rolling-rosidl-buffer Version: 5.3.1-2resolute.20260908.135445 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "CY Chen" Installed-Size: 50 Depends: ros-rolling-rosidl-buffer (= 5.3.1-2resolute.20260908.135445) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-buffer/ros-rolling-rosidl-buffer-dbgsym_5.3.1-2resolute.20260908.135445_amd64.deb Size: 32876 SHA256: 56587240cef4c7f56b22fa377e8d82ec4212ec9fc4fec1be47eb102f9182840e SHA1: f4922fb5ba5ad77efdb4ab27838ed027a3886dba MD5sum: 6dedd475c3de7c7c0b6ef8167314c427 Description: debug symbols for ros-rolling-rosidl-buffer Build-Ids: 1e8caf184d1c3ca0c659b6d477845e4bda242e23 Package: ros-rolling-rosidl-buffer-py Version: 5.3.1-2resolute.20260908.135817 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.20260908.135817_amd64.deb Size: 85402 SHA256: ce29556bd8fc04a1eb87e2bd290ae206c831d72c6fff37c30d3256e2253aaf69 SHA1: 5114c92ba4c1306f3da389385ed3da2234b457aa MD5sum: 9b5274534a5928f3cab001baf3f2e639 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.20260908.135817 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "CY Chen" Installed-Size: 1030 Depends: ros-rolling-rosidl-buffer-py (= 5.3.1-2resolute.20260908.135817) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-buffer-py/ros-rolling-rosidl-buffer-py-dbgsym_5.3.1-2resolute.20260908.135817_amd64.deb Size: 965356 SHA256: 443fde6e9ee7eb19df4f0c22ecb683ada5d09d56f1d9f01ccba66b5cd98709d2 SHA1: 9059634936aed37284535119c4d01f42f159ba78 MD5sum: 647b464ac5724c6c82e5c6a9a046cedd Description: debug symbols for ros-rolling-rosidl-buffer-py Build-Ids: 84b07489250d506e6b08123efee4fbbea513f570 Package: ros-rolling-rosidl-cli Version: 5.3.1-2resolute.20260908.134026 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.20260908.134026_amd64.deb Size: 31462 SHA256: b916b43079a96553607350986893552f8090bde0c873bb618f498d11ffe1f8c1 SHA1: ff535c5165272ce3eeef4b7f82b6c5299f60ff35 MD5sum: b7e3d9148fd93fda0b1ede287b1295e3 Description: Command line tools for ROS interface generation. Package: ros-rolling-rosidl-cmake Version: 5.3.1-2resolute.20260908.142456 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.20260908.142456_amd64.deb Size: 15492 SHA256: 6434ed8ef6927af887f0f0903050c397a9346731af8b305687f4d182391f5572 SHA1: 168cdf69a2856d24b42d956cdbbb1f9453cf3a89 MD5sum: 909c8c4396ba78b24efd5210287711dd Description: The CMake functionality to invoke code generation for ROS interface files. Package: ros-rolling-rosidl-core-generators Version: 0.5.0-1resolute.20260915.134159 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.20260915.134159_amd64.deb Size: 7338 SHA256: ad4c20be7eea1c6c15dd260e68978b10bc0d1423639682e3cddca042e27bccb6 SHA1: 96e8c5b5512a35d0f145308dfbee0c9205ae459e MD5sum: fe3f2708e8be0f46305139235c7d0d34 Description: A configuration package defining core ROS interface generators. Package: ros-rolling-rosidl-core-runtime Version: 0.5.0-1resolute.20260916.023308 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.20260916.023308_amd64.deb Size: 6418 SHA256: 60a6a1c878ed583b709bcbfe82e381fc32c41cfc29f77aa6c198e00508c150c0 SHA1: fd2b64bb470b4122c40aa305bbe2d7aa7dfd0498 MD5sum: 9fa33ddc4dba0c4528be7efdc4aa830e Description: A configuration package defining runtime dependencies for core ROS interfaces. Package: ros-rolling-rosidl-default-generators Version: 1.9.0-1resolute.20260916.024809 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.20260916.024809_amd64.deb Size: 6848 SHA256: 3ca78a35329fbc4d84fb2f42c1a65122bee8618f2d4e5fb7a2c94c901fafb7c8 SHA1: 59f2290b8fd468eed5f2345441824182bde33d24 MD5sum: 4460a7cc5fe7f28af532aa86d8f283df Description: A configuration package defining the default ROS interface generators. Package: ros-rolling-rosidl-default-runtime Version: 1.9.0-1resolute.20260916.024820 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.20260916.024820_amd64.deb Size: 6796 SHA256: 2b122082a4f64bb38f34d11c204a4111a93632312376abd3f8cafe172837a615 SHA1: 17db25a53ef3bc8caa6668e0e9be449a4498704c MD5sum: 415aed7dcaedd8cdae7461b13b929842 Description: A configuration package defining the runtime for the ROS interfaces. Package: ros-rolling-rosidl-dynamic-typesupport Version: 0.5.0-1resolute.20260908.141155 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.20260908.141155_amd64.deb Size: 37660 SHA256: 341f596d8efbc258a947694eff83964b6d00ee2a6135b4313aec0b41335624e7 SHA1: b3d2864fc0e9548ae9a8aa77a55aee1b08313dc3 MD5sum: dc5e8bae06b22212d743836c5ca515c0 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.20260908.141155 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 136 Depends: ros-rolling-rosidl-dynamic-typesupport (= 0.5.0-1resolute.20260908.141155) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-dynamic-typesupport/ros-rolling-rosidl-dynamic-typesupport-dbgsym_0.5.0-1resolute.20260908.141155_amd64.deb Size: 79838 SHA256: 86770f562d80ab25220e04969ca8530b23ef4864d418962e593b6de978a8c882 SHA1: 74d9435dbc2935e3d28ac3c5739fa9e0db34ab94 MD5sum: d5bc07aab5d44fd4c033db7e4391d2d2 Description: debug symbols for ros-rolling-rosidl-dynamic-typesupport Build-Ids: 1953e3ffee20eca75220e21009e249ed833316f9 Package: ros-rolling-rosidl-dynamic-typesupport-fastrtps Version: 0.6.0-1resolute.20260915.133350 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.20260915.133350_amd64.deb Size: 56116 SHA256: a94c92d98903bb9bb3a9609fb5675b837ad2f6be7975e2d840d3dbe5bba33b2c SHA1: 60db85a3fe2ee17cc3c2e25a9797c4d78f930fb5 MD5sum: 6d107334ffbd9458b21801e742b12ce8 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.20260915.133350 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 722 Depends: ros-rolling-rosidl-dynamic-typesupport-fastrtps (= 0.6.0-1resolute.20260915.133350) 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.20260915.133350_amd64.deb Size: 595260 SHA256: 341b1d878c7d125bedb88b30e9ea3cadce79f50b5bb0db387c71c7bc60a2fc59 SHA1: 2b96adadd385cfdad18acd6efa067c2814f8ef19 MD5sum: 391ec689a20c424db3f82d8808e9b0d5 Description: debug symbols for ros-rolling-rosidl-dynamic-typesupport-fastrtps Build-Ids: b48619972ec304d93ebfc92b25182b76590bef5c Package: ros-rolling-rosidl-generator-c Version: 5.3.1-2resolute.20260908.142825 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.20260908.142825_amd64.deb Size: 24408 SHA256: 563dfb25c814fa062a51be30ea7bcb9c484821465192e2b8e3ee185a9d7bf3a0 SHA1: d69b94eac543db9926da76a8ccd7011922f6c5dd MD5sum: 02ea129a3a8e71a8074ffd55a01b05d2 Description: Generate the ROS interfaces in C. Package: ros-rolling-rosidl-generator-cpp Version: 5.3.1-2resolute.20260908.143118 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.20260908.143118_amd64.deb Size: 22018 SHA256: 75bb24e4464f29ee8ed349da144390923ff5ff272ed568540f5c191dd9b944c6 SHA1: cceb80cbf80494b582e4c57710c2b3a3345ac40e MD5sum: a99620bee71cbbf4c38a4d2a92344099 Description: Generate the ROS interfaces in C++. Package: ros-rolling-rosidl-generator-dds-idl Version: 0.14.0-1resolute.20260908.141247 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.20260908.141247_amd64.deb Size: 11424 SHA256: a44f8bfbd0227d7919cafbb37a99d6c7808f4b72150431930044a9c78f53e2ac SHA1: 0c2759445da51709b942a4895b058c9aee8757f7 MD5sum: 0261cf8b910a06b1c919abafc820e824 Description: Generate the DDS interfaces for ROS interfaces. Package: ros-rolling-rosidl-generator-py Version: 0.28.0-1resolute.20260915.133846 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.20260915.133846_amd64.deb Size: 31338 SHA256: 613f09c2ffa2ac1e2486e98914a819ccd2e0aad02835fb2fa9533e4d764519df SHA1: 637d3b48bbdbe37cadeffd92231bbbb354e100b5 MD5sum: 9e2cad7632e3e460781a36099fee5c4e Description: Generate the ROS interfaces in Python. Package: ros-rolling-rosidl-generator-rs Version: 0.5.0-2resolute.20260915.133904 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.20260915.133904_amd64.deb Size: 23360 SHA256: e4e2322b37fb7adb5a892ffb2640e963d344a288f238fd3f3c9d94e83bafcfa2 SHA1: da3df0f65b7210f36874687c43812dee80f942e4 MD5sum: d10966720e071309f54658e577c77228 Description: Generate the ROS interfaces in Rust. Package: ros-rolling-rosidl-generator-type-description Version: 5.3.1-2resolute.20260908.142438 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.20260908.142438_amd64.deb Size: 15526 SHA256: 7042f8e636ffa400550989ffc4c7ac35900df39199c40d5170a5ec853b16a87a SHA1: 0edb6cab1045d79c6327fa04351e1bdeadede6f1 MD5sum: 875db97ceb88472ad372f69ff2bf5758 Description: Generate hashes and descriptions of ROS 2 interface types, per REP-2011. Package: ros-rolling-rosidl-parser Version: 5.3.1-2resolute.20260908.140853 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.20260908.140853_amd64.deb Size: 21054 SHA256: 79a3faf2985f7743e42d41b3bb2f4a4eaaa8d781026c54f21def0d23ae5bf202 SHA1: 05af51b33a5725e6af94e7315fbc225bed48b517 MD5sum: 42d2007c69fe1b502282e495f799fb0c Description: The parser for `.idl` ROS interface files. Package: ros-rolling-rosidl-pycommon Version: 5.3.1-2resolute.20260908.141051 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.20260908.141051_amd64.deb Size: 14936 SHA256: 7cf24ee16c9ed162dcfec584437e008376f972bb436216a45b1b04dc66ac7cfa SHA1: c66dc9b4cf09213ce811798b29875de5cc025bc4 MD5sum: 731a099855d8c296766ce67ab935d017 Description: Common Python functions used by rosidl packages. Package: ros-rolling-rosidl-runtime-c Version: 5.3.1-2resolute.20260908.140924 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 369 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.20260908.140924_amd64.deb Size: 55902 SHA256: e1c9672803608fea22b19c2f0896bdf7acf9f51a594220c9129321a53ec19d0d SHA1: 1ff59b92b78913bd93a56eeffb33664240a9d02d MD5sum: 0090e4478d25b54f21aa78f9d445a470 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.20260908.140924 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 156 Depends: ros-rolling-rosidl-runtime-c (= 5.3.1-2resolute.20260908.140924) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-runtime-c/ros-rolling-rosidl-runtime-c-dbgsym_5.3.1-2resolute.20260908.140924_amd64.deb Size: 78520 SHA256: 768a976fdd730f95aa4890c1ee394fef3120f55158fc0efd530af261978c1d5c SHA1: 9986ea7ca45cc5ab483ca5f6ddc3f4f629095c29 MD5sum: a1f1d4e0f42b8236f0d57d4e01eda5ff Description: debug symbols for ros-rolling-rosidl-runtime-c Build-Ids: 97614d78b4d7f5ab91a1cdd4eac282df4a3080e8 Package: ros-rolling-rosidl-runtime-cpp Version: 5.3.1-2resolute.20260908.141221 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.20260908.141221_amd64.deb Size: 19758 SHA256: e0ed45d842dc58feef5ff2513be2b3ee58c536414806f99e94b84487de35d2c4 SHA1: 445abdb17b3371a33fc4b809907f41a11146bf40 MD5sum: 3485a3182631bd2662ff9cabcc476f1c 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.20260908.141053 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.20260908.141053_amd64.deb Size: 21230 SHA256: 91e0df31f5d6c9e9569a53948b276e85b79f31f59ec16004c4fba17fe175c5ca SHA1: f755c7156e0ffc58352d26f3e3ff065ed3d443c4 MD5sum: 9a0d62dd878b9f14df1561c4d8b4963c Description: Runtime utilities for working with generated ROS interfaces in Python. Package: ros-rolling-rosidl-typesupport-c Version: 3.5.0-1resolute.20260915.133355 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.20260915.133355_amd64.deb Size: 23954 SHA256: ff877a03cfb49b2f95887498997c01fe0497619b06d2202e1a23fce8a4586409 SHA1: 79031b60f91985b431a2c0c03e575262fb91fda0 MD5sum: c6791c9325c9e0ab51f800561328a532 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.20260915.133355 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 69 Depends: ros-rolling-rosidl-typesupport-c (= 3.5.0-1resolute.20260915.133355) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-typesupport-c/ros-rolling-rosidl-typesupport-c-dbgsym_3.5.0-1resolute.20260915.133355_amd64.deb Size: 49294 SHA256: 71ec68244c05e74ec766ff98a0204675bdf03054ab4f0c61fafcbe9aa1361e06 SHA1: cdb7b3c5da9a7cd8b8276d0cd720792241e37813 MD5sum: d917180a4831eabd0cfcfd8ed382cb28 Description: debug symbols for ros-rolling-rosidl-typesupport-c Build-Ids: bc160668b5d9d6f0e92db8980fdf3101add260ac Package: ros-rolling-rosidl-typesupport-cpp Version: 3.5.0-1resolute.20260915.133814 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.20260915.133814_amd64.deb Size: 22888 SHA256: b67fce130e5ca3447febf312d2ad3f27ab5f5468a6733a005071507d308fb46d SHA1: 09673bba8d593850cef66c8d770c3172ef965dea MD5sum: f4453004f17a37f5ce39e6b278d61dfc 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.20260915.133814 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 69 Depends: ros-rolling-rosidl-typesupport-cpp (= 3.5.0-1resolute.20260915.133814) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-typesupport-cpp/ros-rolling-rosidl-typesupport-cpp-dbgsym_3.5.0-1resolute.20260915.133814_amd64.deb Size: 49056 SHA256: 99a66fbc7e3edac904be668c809a9c1d84ac82ecf22ae4b2bc6c76dbc4854220 SHA1: 52351a08997b21162e968cf83272bc4247fc0231 MD5sum: 03ffecf005a16315d75a5786dd00a6f7 Description: debug symbols for ros-rolling-rosidl-typesupport-cpp Build-Ids: d1d9a5640a22c7e778bf9d686f1264939b37d8fb Package: ros-rolling-rosidl-typesupport-fastrtps-c Version: 3.10.1-2resolute.20260908.143547 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.20260908.143547_amd64.deb Size: 25840 SHA256: 0972a2334f3475867ebdca1c7bae824bd501034c60d7d0866a01ac331a0f7823 SHA1: 9b7ea1394fedaf60717eb92e96db30a0d9a7c937 MD5sum: 7712aa8e6e83b75f73e9f189c0802dba 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.20260908.143547 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Shane Loretz" Installed-Size: 19 Depends: ros-rolling-rosidl-typesupport-fastrtps-c (= 3.10.1-2resolute.20260908.143547) 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.20260908.143547_amd64.deb Size: 2936 SHA256: f4ba934c45202116535d9e8e075aa2b681b9652afbceaa76674113b563023425 SHA1: 7e83f117f209e2a5bab61325750d937991e6fee0 MD5sum: 21eab4c9b79fb32874090a1b2b4dbfca Description: debug symbols for ros-rolling-rosidl-typesupport-fastrtps-c Build-Ids: efa10e15268de7db10df21ceb7e3fa72908bd26f Package: ros-rolling-rosidl-typesupport-fastrtps-cpp Version: 3.10.1-2resolute.20260908.143252 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.20260908.143252_amd64.deb Size: 29800 SHA256: b31d20a038ae818bad54a4ea27db26d8977335a35e51f8708d29346b8818d05e SHA1: 60d3f7d858a3a995fc2480035a5a4d4087c99f77 MD5sum: 0fe7578ec3f8a966babab74fa7ebadc6 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.20260908.143252 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Shane Loretz" Installed-Size: 19 Depends: ros-rolling-rosidl-typesupport-fastrtps-cpp (= 3.10.1-2resolute.20260908.143252) 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.20260908.143252_amd64.deb Size: 2978 SHA256: a2587c76b81e978badf8189190cdd40aec648a4bf392a06bd35a130bb6c87c9c SHA1: bdfacc27a45db6eb9091fb9b704434070cad0764 MD5sum: c8802d56b711342a909891affc357746 Description: debug symbols for ros-rolling-rosidl-typesupport-fastrtps-cpp Build-Ids: e323415f8b94c1aa3c6447616889d3346e825650 Package: ros-rolling-rosidl-typesupport-interface Version: 5.3.1-2resolute.20260908.140800 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.20260908.140800_amd64.deb Size: 8710 SHA256: b348997b5b4f1925124145786d9dfdef2bae116cb6856508d70bbd31a6bdd120 SHA1: d03685d6fb137ad416e0957327e1b41c232c6203 MD5sum: 2211fdca7773ac0ef08c484dc3ac328d Description: The interface for rosidl typesupport packages. Package: ros-rolling-rosidl-typesupport-introspection-c Version: 5.3.1-2resolute.20260908.143205 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.20260908.143205_amd64.deb Size: 23870 SHA256: fa7f15779a49f3bb0f87b0c5c7b9bb187feb76fde40472a3ad6710f6ad21d847 SHA1: d621cc6e24090bc18861aefcd7f1058d9cd7e087 MD5sum: 45d541978130e4008d5d98d0f74b94ec 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.20260908.143205 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 19 Depends: ros-rolling-rosidl-typesupport-introspection-c (= 5.3.1-2resolute.20260908.143205) 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.20260908.143205_amd64.deb Size: 2902 SHA256: 339f83508eab9b96d51e641f7d7240262f296d35bf036f257bd7cee4f900b6ce SHA1: f85e4069455075271fbd23e6e5e18ad822ac607c MD5sum: dd0b25b0b8bf80707fd93f90437f362f Description: debug symbols for ros-rolling-rosidl-typesupport-introspection-c Build-Ids: 0c404d7814fc5f3fbf5869240b330f60e0f3d9b0 Package: ros-rolling-rosidl-typesupport-introspection-cpp Version: 5.3.1-2resolute.20260908.143607 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.20260908.143607_amd64.deb Size: 23886 SHA256: c8f1a56f6e20687522f3f9ae38d66f8c6db12a119ed0ace22813f521e1535046 SHA1: 6ffee7efa3e1fdc8c56d715225de120661920ac0 MD5sum: 7dc1cc657f37bb91865748c087b2501d 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.20260908.143607 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 19 Depends: ros-rolling-rosidl-typesupport-introspection-cpp (= 5.3.1-2resolute.20260908.143607) 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.20260908.143607_amd64.deb Size: 2980 SHA256: e86efd14b70c5bd1ba9c4ad7e31b8dc1ca2a0ad440fab2e8e4da76869337557a SHA1: ac8e3f400ad27e47e334715fabeb6d3cb52d73bb MD5sum: 84e33859d20a7c3b2314a2f4795a6433 Description: debug symbols for ros-rolling-rosidl-typesupport-introspection-cpp Build-Ids: f37d9416526d6a632d7ed3b6795eddbee244a8eb Package: ros-rolling-rosidlcpp Version: 0.6.0-1resolute.20260916.195604 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.20260916.195604_amd64.deb Size: 5678 SHA256: b1d13662b513f95dfa5eab1d7208e0aa41125c59af36cadc19dee5c891bcaf14 SHA1: 16403cdb08f10c3ebe76ef9159ba1d7cf27b9f9a MD5sum: 7a4cf78d8c9633ed2584c66f2eb41955 Description: Meta package depending on all rosidlcpp generators Package: ros-rolling-rosidlcpp-generator-c Version: 0.6.0-1resolute.20260908.142805 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.20260908.142805_amd64.deb Size: 181984 SHA256: 584246f7f9e3054a91075166f3cbe2750c19a288e0e85f6e130ed5f19c96da7f SHA1: d8660bf6ed671cb326cdbf88d7bba1ebeec3ad00 MD5sum: 18b3a50fff7a2b4190fed52941fa19b2 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.20260908.142805 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 2578 Depends: ros-rolling-rosidlcpp-generator-c (= 0.6.0-1resolute.20260908.142805) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-generator-c/ros-rolling-rosidlcpp-generator-c-dbgsym_0.6.0-1resolute.20260908.142805_amd64.deb Size: 2394170 SHA256: bdb73d0e42dfe8ff29f581069b1d3acad689aa61e808ec449e9b59804893d045 SHA1: 1e680aaa3e8d0a8760c15d9cc87ea227cba3f062 MD5sum: d35bd101446cb7b1ecf04770a31e4040 Description: debug symbols for ros-rolling-rosidlcpp-generator-c Build-Ids: 2fbb7b55cca1ae4a07da70d1e783daca654d8d02 Package: ros-rolling-rosidlcpp-generator-core Version: 0.6.0-1resolute.20260908.141548 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.20260908.141548_amd64.deb Size: 203416 SHA256: e1922f6f16ae9cdc96bb71ac474d53a34e9440cf4e45c4832252c1ac9bf76389 SHA1: bb0753f537c8b10e704a3060383d25a607e5a484 MD5sum: ed36d26afee34beea2806eb82fa8445a 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.20260908.141548 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 2355 Depends: ros-rolling-rosidlcpp-generator-core (= 0.6.0-1resolute.20260908.141548) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-generator-core/ros-rolling-rosidlcpp-generator-core-dbgsym_0.6.0-1resolute.20260908.141548_amd64.deb Size: 2080310 SHA256: 05a3905f6a9d169aa848f7da0ab910ada5eb88e928d4b2dd0b44cf63efc380f8 SHA1: 3a6721ecb36787dc8766c550febdbb159fa5c4c0 MD5sum: 5e3c70f5859ec894ef682b442f87f349 Description: debug symbols for ros-rolling-rosidlcpp-generator-core Build-Ids: 2451ae5fb601e8a88b6b581571b201bce811b3cf Package: ros-rolling-rosidlcpp-generator-cpp Version: 0.6.0-1resolute.20260908.142851 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.20260908.142851_amd64.deb Size: 117694 SHA256: a8924dc234802aea8c8e7e6da58c77500e1fb1ce5a8f2ec37b225f2d882cf3c3 SHA1: eda3847aa98f757f1be0933e5fc743dfed28c8b4 MD5sum: 5f42fd182497eafe04afc6223e168ea8 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.20260908.142851 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 1663 Depends: ros-rolling-rosidlcpp-generator-cpp (= 0.6.0-1resolute.20260908.142851) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-generator-cpp/ros-rolling-rosidlcpp-generator-cpp-dbgsym_0.6.0-1resolute.20260908.142851_amd64.deb Size: 1563292 SHA256: a3cdf3e9338a21a81cfb1e85f0a89a6f867fbadfd845797729b564a3eb3bfdf0 SHA1: ee680f499ddf56dd1ae4e83e6e52f3c7c53324be MD5sum: a4df5a82214f13dc05fe37f7dc183a4c Description: debug symbols for ros-rolling-rosidlcpp-generator-cpp Build-Ids: 7e5655c196eb8e932236c70c5ce3ebe207c1926f Package: ros-rolling-rosidlcpp-generator-py Version: 0.6.0-1resolute.20260915.133858 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.20260915.133858_amd64.deb Size: 126100 SHA256: 62fb6b2c1987d49015f48227a889304d069621daf56ddf255ad5c6105e8e5e21 SHA1: 479f48f4fe87fdb1b33f912cb2bc3e587dc1b492 MD5sum: 15ccc56f898dd753cca3bd08904fba7b 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.20260915.133858 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 1783 Depends: ros-rolling-rosidlcpp-generator-py (= 0.6.0-1resolute.20260915.133858) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-generator-py/ros-rolling-rosidlcpp-generator-py-dbgsym_0.6.0-1resolute.20260915.133858_amd64.deb Size: 1668870 SHA256: 5fdf838b60c0f0aff6afe4593dd24c4751fab0daea6be98fcc27fcb208e27385 SHA1: 692cf287e843112b32c58023023d15bd7c9fa929 MD5sum: 4c4430ba2177c28de42ac9a5c4825cab Description: debug symbols for ros-rolling-rosidlcpp-generator-py Build-Ids: 3a977b34c8c821f347e2f0140bee7eeb06be7e55 Package: ros-rolling-rosidlcpp-generator-type-description Version: 0.6.0-1resolute.20260908.141904 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.20260908.141904_amd64.deb Size: 152542 SHA256: fc061059cc5e3f0830f9d49783c8759a11880ba56830237d5c1f834748a037a1 SHA1: 58ada6e08ad1d733ba77a7d972d81776bbb8fe43 MD5sum: 824e48f96443665be588200830d6b069 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.20260908.141904 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 2306 Depends: ros-rolling-rosidlcpp-generator-type-description (= 0.6.0-1resolute.20260908.141904) 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.20260908.141904_amd64.deb Size: 2173300 SHA256: 3861c25cc924db4b6383a891e6c1bc2e7cb0c3da6c8b159f3317f0a4fc3e2215 SHA1: 548d7b779c7ced65fda0f7380d8d82cf22b53768 MD5sum: d6569c7dc9464a71d3984324aa3cea23 Description: debug symbols for ros-rolling-rosidlcpp-generator-type-description Build-Ids: f471790150d1891b114fbe36587005402f7bbfdd Package: ros-rolling-rosidlcpp-parser Version: 0.6.0-1resolute.20260908.141248 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-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.20260908.141248_amd64.deb Size: 101802 SHA256: 417c344cdbd5c3d67dbd0063e40d96adb502ce16f39c5678cc577b3aeb2ccc0e SHA1: 34923d20645cbc94a9f5e4eadd4c79b49c1c666f MD5sum: d18616aa6f2fa83056092070da914b53 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.20260908.141248 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 1273 Depends: ros-rolling-rosidlcpp-parser (= 0.6.0-1resolute.20260908.141248) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-parser/ros-rolling-rosidlcpp-parser-dbgsym_0.6.0-1resolute.20260908.141248_amd64.deb Size: 1189040 SHA256: c6107ab1fb84cd083a6d42c7fef460f45e6ec1420228a0a4a9e715b10a0db104 SHA1: b18efc61a3898d1243cb4d485cfe07dea43237bb MD5sum: cb004625cc998e5bd03d02de3d2a1c1d Description: debug symbols for ros-rolling-rosidlcpp-parser Build-Ids: 2c48e975a5af99a6221de9b9893ba2983287e93e 719e3b4c0f6b3afdf4d6a8205f8e9720632391c0 Package: ros-rolling-rosidlcpp-typesupport-c Version: 0.6.0-1resolute.20260915.133348 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.20260915.133348_amd64.deb Size: 61982 SHA256: ac6ceab27c8d73fc3b2bfa791d0fc5bea61251442e36b92d31d24ba056ce074b SHA1: d397cfadaa0d384169ed546074e892e20c72005e MD5sum: a0e8d5efc9ecd26ac83a20b1fac879b7 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.20260915.133348 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 1024 Depends: ros-rolling-rosidlcpp-typesupport-c (= 0.6.0-1resolute.20260915.133348) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-typesupport-c/ros-rolling-rosidlcpp-typesupport-c-dbgsym_0.6.0-1resolute.20260915.133348_amd64.deb Size: 979136 SHA256: 53f8e99a7f16cf3dda32634a63d982fc175f602a2e9ba52140e60104e3e5aebc SHA1: 5fd82bcabd43595971f892ca40c5cb9839f6739a MD5sum: 9e03bfe851feefc6a9b00b50ccafd3bf Description: debug symbols for ros-rolling-rosidlcpp-typesupport-c Build-Ids: d31445ac8813c00f7b7c46fb1993bee0982b1e86 Package: ros-rolling-rosidlcpp-typesupport-cpp Version: 0.6.0-1resolute.20260915.133812 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.20260915.133812_amd64.deb Size: 61796 SHA256: fcfa6a0072d6b3ad7ff5bf4f46ddfb35ba73f806699119f31a39ecf3adc0cd4f SHA1: 5c9732c40259f667f5b9afd9baf8bb4ea6b793bc MD5sum: 3a9e5aed0379dc4752f5dc44217cc759 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.20260915.133812 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 1027 Depends: ros-rolling-rosidlcpp-typesupport-cpp (= 0.6.0-1resolute.20260915.133812) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-typesupport-cpp/ros-rolling-rosidlcpp-typesupport-cpp-dbgsym_0.6.0-1resolute.20260915.133812_amd64.deb Size: 983798 SHA256: b3e1b8ca1fff4cb97c9d5dfd0e08c9e55915ee729867593acde38d6109bab472 SHA1: ff94c2b17e9d2e607951cf2e444b4b6ce1d7b342 MD5sum: 269a4037d66ca309c4191e8386204dd2 Description: debug symbols for ros-rolling-rosidlcpp-typesupport-cpp Build-Ids: aa02af329eeed6153df223e7571c37a4dd382295 Package: ros-rolling-rosidlcpp-typesupport-fastrtps-c Version: 0.6.0-1resolute.20260916.195325 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.20260916.195325_amd64.deb Size: 97442 SHA256: 1dafd101dcfd59fb8b567a543b52b2fc951b117ad36398aa6a831f410c44ec0c SHA1: 6be8df12836f7e1221448b2cde4144ccfbd9832e MD5sum: 80889b38a3300c82c290b23eb0849f1d 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.20260916.195325 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 1403 Depends: ros-rolling-rosidlcpp-typesupport-fastrtps-c (= 0.6.0-1resolute.20260916.195325) 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.20260916.195325_amd64.deb Size: 1318842 SHA256: 10aa30c8dee25c9f3684130dcf75f5c4d480a7c707661873ddb63271e1e67727 SHA1: 8f880646624e45f869091f8581d3c63106229b5a MD5sum: 4903878f5df136f225df416f8196231a Description: debug symbols for ros-rolling-rosidlcpp-typesupport-fastrtps-c Build-Ids: f1748efafba8b23f7ada22c5c1244471094633a8 Package: ros-rolling-rosidlcpp-typesupport-fastrtps-cpp Version: 0.6.0-1resolute.20260916.195333 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.20260916.195333_amd64.deb Size: 94896 SHA256: 23bfc16414afb1d91759524ef0491d633f426a848c1eb9a93aa1cf8efa46f981 SHA1: 2a6cf5df9d07a403672eb04a93a7af35846bd893 MD5sum: 5d20d2fc4fc38c7c0d6a22699f411dc9 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.20260916.195333 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 1407 Depends: ros-rolling-rosidlcpp-typesupport-fastrtps-cpp (= 0.6.0-1resolute.20260916.195333) 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.20260916.195333_amd64.deb Size: 1327524 SHA256: 2ca71c2149606df5f5bd510fb2b90421bb590bfe8a31557bccb1063d954d14e5 SHA1: f1de9dd930fbc78306c829bb3a83939f34fe8e68 MD5sum: ae65038f505fbddba9b3b0048a07e06a Description: debug symbols for ros-rolling-rosidlcpp-typesupport-fastrtps-cpp Build-Ids: 2ebb76cf168d7e64880e430bb61549ba4bfdb366 Package: ros-rolling-rosidlcpp-typesupport-introspection-c Version: 0.6.0-1resolute.20260908.143101 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.20260908.143101_amd64.deb Size: 73878 SHA256: ba02ead7b627bdacc52c803dfd67e9b1ca736ca75129dd582094bb3c95d5e7c8 SHA1: 7cc5a8b7b44e98e9e00165a6bd6f756e6de1c2f3 MD5sum: 038c8fd8d0e1626227976fbbef65f1a6 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.20260908.143101 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 1174 Depends: ros-rolling-rosidlcpp-typesupport-introspection-c (= 0.6.0-1resolute.20260908.143101) 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.20260908.143101_amd64.deb Size: 1120690 SHA256: 15f5564a28a0b0eb1234dfe6565f7ce88d065b184755b38ef8ac42256eaa6e6a SHA1: 8843ea03402945aa9e476fe545527a7edcc1d8ee MD5sum: ea52b6a15a77d8753481c0851c04c60d Description: debug symbols for ros-rolling-rosidlcpp-typesupport-introspection-c Build-Ids: 777cbbaaf6e07c33107011cc2890f40e82cda977 Package: ros-rolling-rosidlcpp-typesupport-introspection-cpp Version: 0.6.0-1resolute.20260908.143443 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.20260908.143443_amd64.deb Size: 74342 SHA256: 709e19518b5de8f0890ab82f86b16c48d911fa6ce83b5a1f84b7a16391a89665 SHA1: 828a50312d7f9edc5505b233b94521eaa5900b96 MD5sum: b0003589f8f039ce22fec82bc2913411 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.20260908.143443 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 1181 Depends: ros-rolling-rosidlcpp-typesupport-introspection-cpp (= 0.6.0-1resolute.20260908.143443) 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.20260908.143443_amd64.deb Size: 1124600 SHA256: be43dc946491bbceee6311eaa35f090d5f7bb738e06e908600f3d7b2178ef242 SHA1: 5b91d20ce6b828537ee4ac88ed1f96561f8d2331 MD5sum: 51d35398448bcf87474df069309ef6de Description: debug symbols for ros-rolling-rosidlcpp-typesupport-introspection-cpp Build-Ids: b9119a8234c2e6a75a884314ac278174e059268b Package: ros-rolling-rosx-introspection Version: 2.3.0-2resolute.20260916.212059 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.20260916.212059_amd64.deb Size: 170134 SHA256: 32f3ab66690f773787fd6f9cfc9ad484929b12911cbb1c16d2187083004f97f7 SHA1: 94fae51a7213b4bac880410b448a272707c6e264 MD5sum: 0e035ab2f44208d4a58daf33ae30d683 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.20260916.212059 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 2178 Depends: ros-rolling-rosx-introspection (= 2.3.0-2resolute.20260916.212059) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosx-introspection/ros-rolling-rosx-introspection-dbgsym_2.3.0-2resolute.20260916.212059_amd64.deb Size: 2059070 SHA256: 6d6931fc40506662d415e3698abdbfd24c6ac2eb160b0b72a9ac6643e57cb41f SHA1: cc8fdda92467ea95a356f654662299802116335f MD5sum: eba95a1e0996ba65b0b691e11f7e41bb Description: debug symbols for ros-rolling-rosx-introspection Build-Ids: 071de59e8157c44fcc47d170c19512c702b7dac4 Package: ros-rolling-rplidar-driver Version: 1.4.1-1resolute.20260916.210820 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.20260916.210820_amd64.deb Size: 173324 SHA256: b5cb88f0a46e945d6372611a569666a364d0de1a00919427e05f2a1d5bcc4174 SHA1: 8657e4ebd0e8df053e60fef65b24dc244f83bdf1 MD5sum: 1e2c9cf34bc99ae94114478bc5ac05f3 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.20260916.210820 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "frozenreboot" Installed-Size: 2715 Depends: ros-rolling-rplidar-driver (= 1.4.1-1resolute.20260916.210820) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rplidar-driver/ros-rolling-rplidar-driver-dbgsym_1.4.1-1resolute.20260916.210820_amd64.deb Size: 2432832 SHA256: 6028dc086cd2bbc06bc1520664875d1d39ae55bcceece9343c32a85dcf0c0831 SHA1: eae93fccf34f56f5c4b4ff10a69f9440472930e3 MD5sum: 076dace9ebd4fae5e61025e83d03ee2c Description: debug symbols for ros-rolling-rplidar-driver Build-Ids: 098a229b5c4cb6fc857d4b65f0dfb8cfd0b3de94 31af68f4e6545842110509adb8c6a5e256505ec9 Package: ros-rolling-rpyutils Version: 0.8.0-1resolute.20260908.134032 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.20260908.134032_amd64.deb Size: 7684 SHA256: 8f2b961e400eebc6839e44014dbe3ae00ecb50f461a1c139f2bdd12cb91cdc1d SHA1: d33e4f04dbecf3849d927965e1bc83cfc5273a2d MD5sum: 7590ac2a5b2a2176d6f6db667da28f66 Description: Package containing various utility types and functions for Python Package: ros-rolling-rqt Version: 2.0.4-1resolute.20260916.210825 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.4-1resolute.20260916.210825_amd64.deb Size: 3260 SHA256: 7e0f3558269ae12f1f4d2dd88a10c44a14ce43e71bc438dea5394769b04a67da SHA1: 5bff78a3aa3dbd0ed71f0d891fcb63d67a9f870c MD5sum: e073745609d5925fd84bbc55e33f21cd Description: rqt is a Qt-based framework for GUI development for ROS. Package: ros-rolling-rqt-action Version: 3.0.0-1resolute.20260916.212210 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.20260916.212210_amd64.deb Size: 6788 SHA256: d4d405e89f87beb03a796135fe641ae90db92f4d65ea29e2905c581d569d8556 SHA1: 5299cb4adaa6d7d64cdc41e5563f74e5f392e857 MD5sum: 4b63328f171b505b1db196cfc470e68b Description: rqt_action provides a feature to introspect all available ROS action types. Package: ros-rolling-rqt-bag Version: 2.3.5-1resolute.20260916.214431 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.5-1resolute.20260916.214431_amd64.deb Size: 119676 SHA256: f2f1b4b916cc50f355c87d8cbd58db5d4521fa9a62e14fc5ee0b7cf7d15e11e1 SHA1: ebe78a6763eef527c74d149c31f3fec9310ba94b MD5sum: 9785e71313b99dd3e7f0d787751eac13 Description: rqt_bag provides a GUI plugin for displaying and replaying ROS bag files. Package: ros-rolling-rqt-bag-plugins Version: 2.3.5-1resolute.20260916.214801 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 146 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.5-1resolute.20260916.214801_amd64.deb Size: 37584 SHA256: 40f245f40569328f054b453a915246d2feb914b651dba9a2cff1393bc081afcf SHA1: da10102cceeb5a7453dc1cf9e300d808cb8bb434 MD5sum: 0eaedd6f66064586f9b6065bbca8ed0a 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.20260916.214926 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.20260916.214926_amd64.deb Size: 6796 SHA256: ec7ed55a4a5b68e64d01132cf5364af819081b64fa62a1b3ff9dd481b8a8a708 SHA1: 4eaa08de6f830200f62cf3ed29968fe430255246 MD5sum: 856a834bfd95f146392855d3dc6b3abf 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.2-1resolute.20260916.204255 Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 367 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.2-1resolute.20260916.204255_amd64.deb Size: 69716 SHA256: f5eb31d1aa20f095dfe4f50a29803a68f04951834dc0c0cb3ee9eb56d4d61548 SHA1: d57a93b590ad8fcd83909509fd83941574348d9c MD5sum: e1d9b7daf1a3afa214df3ef4988c0219 Description: rqt_console provides a GUI plugin for displaying and filtering ROS messages. Package: ros-rolling-rqt-controller-manager Version: 6.10.1-1resolute.20260916.214021 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.10.1-1resolute.20260916.214021_amd64.deb Size: 46056 SHA256: 471dccd7dc6272e4ff754aed71bee117afecffa674161dee02f6319e258e26c0 SHA1: b995e18cd8a6a641be0e088e38f965c996a32a42 MD5sum: bd52aa66fd34c20c1e7de7fcb12dc779 Description: Graphical frontend for interacting with the controller manager. Package: ros-rolling-rqt-dotgraph Version: 0.0.5-2resolute.20260916.212233 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.20260916.212233_amd64.deb Size: 68936 SHA256: ebb08f315a4b576f42a803a08b58d06188d64cae3e1e19cb96a50750af4000e8 SHA1: 5378722560085421e95889795178ec18ba00ff67 MD5sum: bb7cf78c2c445b24fd769064fe703ee1 Description: rqt GUI plugin to visualize dot graphs. Package: ros-rolling-rqt-gauges Version: 0.0.3-2resolute.20260916.204259 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.20260916.204259_amd64.deb Size: 30210 SHA256: a0bf31ca086a5dbc7a0ffc4362ceaa1eed9f94068014983a17f806ea6e796d70 SHA1: 4eec03a37a21e97392026c4d05d749a0c129f332 MD5sum: 8c3ae4d241f8deb7ecae01ce091ef164 Description: Visualization plugin for several sensors. Package: ros-rolling-rqt-graph Version: 2.0.3-1resolute.20260916.204305 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 243 Depends: 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, 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.3-1resolute.20260916.204305_amd64.deb Size: 56734 SHA256: b54efebf859a409e4ff93c0a87b9f9d134a2eb906c6a16d1b9929dd97fddfe81 SHA1: e10172e3d07e0af68280d15a461320584f068f82 MD5sum: 08769eee175a624ed69ab09d478f073d 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.4-1resolute.20260916.203617 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.4-1resolute.20260916.203617_amd64.deb Size: 97706 SHA256: 55766b2d83b7f8316e8db364973992ab7cc912608f3f23f3d9ed5645d815e425 SHA1: 99107e2638e76147a4c6688aa3a80a34f5b0b077 MD5sum: 21cdd4b752d03fb621d5e02b2635a13f 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.4-1resolute.20260916.204446 Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 361 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.4-1resolute.20260916.204446_amd64.deb Size: 119992 SHA256: 6a425fa0550364c289135c33ac9f7a4f95e61137e31eba243adf52c3cd9dea56 SHA1: 9b5223cb860338eaa4fb44104959ac30d65b4245 MD5sum: f40ad88531e014bae639255af497cec7 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.4-1resolute.20260916.204446 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 1707 Depends: ros-rolling-rqt-gui-cpp (= 2.0.4-1resolute.20260916.204446) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-gui-cpp/ros-rolling-rqt-gui-cpp-dbgsym_2.0.4-1resolute.20260916.204446_amd64.deb Size: 1597010 SHA256: d7232b5f99bedb5e5819a5facdcfd98558c0b03289211f558c32e65c15e20770 SHA1: 5306aedd71a6fae2341e80128a2054f84e131ba7 MD5sum: f65a16d1a1a4beaf9e97cfee7097d3d6 Description: debug symbols for ros-rolling-rqt-gui-cpp Build-Ids: 90b2ed8d83a26db96d6fa430063322d4ec01256a Package: ros-rolling-rqt-gui-py Version: 2.0.4-1resolute.20260916.204150 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.4-1resolute.20260916.204150_amd64.deb Size: 8966 SHA256: 91edf81890d6fb4be45bff0a46d686c5384cc14bcd2fb840ac7cf1fe36e760b0 SHA1: af575463bb96061acc46569f58453e111bd7735f MD5sum: 0a3a873742e63a442230775ecac619f7 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.20260916.204407 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.20260916.204407_amd64.deb Size: 8460 SHA256: b63677d5f8ef2d35d00533746041d7012644b23d48bad27fb5b4923096532b11 SHA1: fc024d276728d7c4f50fee083dce716a9ef46ca7 MD5sum: 140d674a074776252e32cd53d7da23f5 Description: Provides an rqt_image_overlay_layer plugin interface, and a template impelementation class Package: ros-rolling-rqt-image-view Version: 2.0.6-1resolute.20260916.205659 Architecture: amd64 Maintainer: "Mabel Zhang" Installed-Size: 573 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), 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.6-1resolute.20260916.205659_amd64.deb Size: 236802 SHA256: 50e677a3a8d8a73102a80d657b594f0bcd4f3aa08244a9f0fca239c12a827beb SHA1: 7e7792cd7d6719c65929af8c472ea0a73ac5c783 MD5sum: f8b51ccf2d6b6ad217b6ce4af471cb73 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.6-1resolute.20260916.205659 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mabel Zhang" Installed-Size: 3102 Depends: ros-rolling-rqt-image-view (= 2.0.6-1resolute.20260916.205659) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-image-view/ros-rolling-rqt-image-view-dbgsym_2.0.6-1resolute.20260916.205659_amd64.deb Size: 2957598 SHA256: ca40f0b69dc387f608c990776a04a5cc79e76a10a096db9b9babf2a8b88b20d5 SHA1: 0bf78a05666dd66fddf4426de4f3630a5ec670cd MD5sum: fcdbdcd2269bc33c8a8b82869b9bec92 Description: debug symbols for ros-rolling-rqt-image-view Build-Ids: c251be6931bdef5cb99590b1afcd8389dfbf1b05 Package: ros-rolling-rqt-joint-trajectory-controller Version: 6.9.0-1resolute.20260916.204302 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.20260916.204302_amd64.deb Size: 47934 SHA256: a6a135d8c78c55696274c107c23b3763b9f643cca5106066eb7efb31ebfac0d2 SHA1: 2a97d5c45405e5ab61d1c059dd21e05f279097d3 MD5sum: 7b0d6236b7b10ca87f0cdf61939b8cf0 Description: Graphical frontend for interacting with joint_trajectory_controller instances. Package: ros-rolling-rqt-lifecycle-manager Version: 0.2.0-1resolute.20260916.204304 Architecture: amd64 Maintainer: "Alberto Tudela" Installed-Size: 133 Depends: ros-rolling-lifecycle-msgs, ros-rolling-python-qt-binding, ros-rolling-rclpy, ros-rolling-rqt-gui, ros-rolling-rqt-gui-py, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rqt_lifecycle_manager/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-lifecycle-manager/ros-rolling-rqt-lifecycle-manager_0.2.0-1resolute.20260916.204304_amd64.deb Size: 29132 SHA256: ab8f2e69c5d19983f725ae935a8fd88c243d3207b4ed6d36fff562fb36ba909d SHA1: 1a9632966c613bf30e97cbcfe3613559a91d146a MD5sum: 18f4377b330fef6ae4a21f3dbe4fae4f Description: rqt plugin to list ROS 2 lifecycle nodes and change their states from a non-blocking graphical interface. Package: ros-rolling-rqt-moveit Version: 1.0.1-5resolute.20260916.205056 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.20260916.205056_amd64.deb Size: 17554 SHA256: cf0045d2b8b59a7307796e0e36916db857341711f35e19512c27bdc4e87b6458 SHA1: c09f557f82d71c18b4c7e3d874057df442dc6750 MD5sum: 9600f4f68f53f3fb2176a7bf510fd62a 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.3-1resolute.20260916.204350 Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 81 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.3-1resolute.20260916.204350_amd64.deb Size: 16726 SHA256: 6f8d79be510fe68d26f41deb35b2be45899874c012e7d9d3d388c25ace027b55 SHA1: 25f949636903dcc4e505299bb323517ed4822dc4 MD5sum: f71bd0a0a4d310f44761dc300c2201b3 Description: A Python GUI plugin for introspecting available ROS message types. Package: ros-rolling-rqt-plot Version: 2.0.2-1resolute.20260916.204309 Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 186 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.2-1resolute.20260916.204309_amd64.deb Size: 46182 SHA256: 1ca326517cbe123a282455474260e88f4c19e7652046630d6d310225ab305a4c SHA1: e2a6317d0cc535ff14b582b53b0edd372039908b MD5sum: f9b628ec0d0cedf3bcee0b7bad45f7af 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.2-1resolute.20260916.204318 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 128 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.2-1resolute.20260916.204318_amd64.deb Size: 30532 SHA256: 9a5f2a27602906a045d422004c87d87f4d1255a147e1c4d80ff945f307b2790d SHA1: 7193d23242819f99e3a64178979197b5535ea9f8 MD5sum: 97f1dd7024a4085342376f31fbd9f98f 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.4-1resolute.20260916.203625 Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 139 Depends: 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.4-1resolute.20260916.203625_amd64.deb Size: 21158 SHA256: 09f7e81fe75ec3c2c001aa03f907253a78d483295420dffc2c42e40ce2f98f47 SHA1: 0312f4724d92891d71ae85ef0d0552f806cd365f MD5sum: 3611a753d53901439092469fa2c9e7d5 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.20260916.204320 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.20260916.204320_amd64.deb Size: 12842 SHA256: daddab40929a4f8e31dcdfe5005af98ebba6fe42725fe6e144f24818f9eb88f0 SHA1: e3b933cead278cc17ff5f1cab56bf9fda5ae1b0d MD5sum: 81d13b8437fde52cf95e528ccbbb23dc Description: rqt_py_console is a Python GUI plugin providing an interactive Python console. Package: ros-rolling-rqt-reconfigure Version: 2.0.3-1resolute.20260916.204352 Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 302 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.3-1resolute.20260916.204352_amd64.deb Size: 62262 SHA256: cc0565efa7fcb039c5dfc180db2df7e1e6fc43072e66d6bf4b185186ffa19d1f SHA1: 2f039e14df4980d3eaac7c4b52519c6c25a1bac4 MD5sum: b43698c99e38c45b01dc7d2b6439cf41 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.20260916.205101 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.20260916.205101_amd64.deb Size: 59034 SHA256: bf76025036c241a77c1d7a72208d53ce1e8e8e75c123d360915d30daf6ec33b5 SHA1: 870ccc97c2547d70a95c84b2000886902c61cc55 MD5sum: 4276764d2aa15bd2a92e2645978d04b6 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.20260916.204319 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.20260916.204319_amd64.deb Size: 37304 SHA256: 5f3f5ce03b308d166fb5c4f393521b39c379606a1ccabf8f862b871b17761f8d SHA1: 94337c65f092ec475c79abc770b40404065cfce3 MD5sum: 742c40bfb83d5c199b639210229d2123 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.20260916.204320 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.20260916.204320_amd64.deb Size: 16254 SHA256: 8a8cdf541fd22e132817e4aea2cef3ed328b54dc7e31e2b924f20078d51e8012 SHA1: 31d4f1830da79df5f27840162af4cc45d14d722b MD5sum: 258640a7b399dfc086ce43a12b741ad7 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.20260916.204324 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.20260916.204324_amd64.deb Size: 16936 SHA256: 91f61c3544704fd4870bc7a91c2605dec6e22b021a0f4e80625b2b28c330c528 SHA1: de0dd0f1148669a3d5b6d2e0aacf4864ef32dc61 MD5sum: 93ce9c54d5ab148168f91b1500b2b3ba Description: rqt_runtime_monitor provides a GUI plugin viewing DiagnosticsArray messages. Package: ros-rolling-rqt-service-caller Version: 2.0.2-1resolute.20260916.212218 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.20260916.212218_amd64.deb Size: 19874 SHA256: 1aeb44ba1448289bdf3059cc136352304fa5c08190e8d5f7d3221f77611e26f1 SHA1: 6bfae1104d368e63690c13ebca9c80bca57657fb MD5sum: c13d41a039ac66ba55fa07aa11408551 Description: rqt_service_caller provides a GUI plugin for calling arbitrary services. Package: ros-rolling-rqt-shell Version: 2.0.2-1resolute.20260916.212243 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.2-1resolute.20260916.212243_amd64.deb Size: 16184 SHA256: 7038faa5a0fe5c893c8b31b7a678a9e089d643652db8a5069d31a5adffb312f1 SHA1: 9593a618fadaca96d272639db254d31ce5bcd1fd MD5sum: c6ea326b7e28d5aabdbb9899332d834f Description: rqt_shell is a Python GUI plugin providing an interactive shell. Package: ros-rolling-rqt-srv Version: 2.0.0-1resolute.20260916.212233 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.20260916.212233_amd64.deb Size: 6976 SHA256: d08c9a18c23bf613bc2b094b7d24c1af1e75c5e9e3e4d2a999299863349039eb SHA1: a5bec02cf9a90046f769f1e2a0105c847a52e8d3 MD5sum: 177367b2668217d2436303babc0cbbbd Description: A Python GUI plugin for introspecting available ROS service types. Package: ros-rolling-rqt-tf-tree Version: 1.1.1-1resolute.20260916.210948 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.20260916.210948_amd64.deb Size: 18518 SHA256: cdd17b03b082eff283913c1548bc7aae57f6d53e0254e3fc8f8e0a3729b6e987 SHA1: b26ed4f405ddcc1282906400cbfdcd51fe173d44 MD5sum: 5d9d286b77730831ebc79af92382288f Description: rqt_tf_tree provides a GUI plugin for visualizing the ROS TF frame tree. Package: ros-rolling-rqt-topic Version: 3.0.3-1resolute.20260916.204250 Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 261 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.3-1resolute.20260916.204250_amd64.deb Size: 52750 SHA256: 56b9f80a865f794f953564ed8f284db7ddea0a12ae500d945dd9bce2ba945452 SHA1: 08ebc02f266da21064ebf5b5a67e2931113bb6d9 MD5sum: 7f7170400b975d50a8bb5c50adb3da7f 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.20260916.204458 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.20260916.204458_amd64.deb Size: 17470 SHA256: 0c15c747698cb3834f349a37938e555cc2f94fa3957b8a343e3aa6086800a66c SHA1: fcafc1a7157d5c689b8d8d2bdf163f1c0c949b5d MD5sum: afa48900cb60b335716b12b9669c46e4 Description: ROS Support Library Package: ros-rolling-rsl-dbgsym Package-Type: ddeb Source: ros-rolling-rsl Version: 1.3.0-2resolute.20260916.204458 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: bmagyar Installed-Size: 171 Depends: ros-rolling-rsl (= 1.3.0-2resolute.20260916.204458) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rsl/ros-rolling-rsl-dbgsym_1.3.0-2resolute.20260916.204458_amd64.deb Size: 155074 SHA256: 92627000d3c08f9add3bd48400e393f1782fe1c112f751a52c635febf6ff8b8c SHA1: 633d4cbbb085156dabae67542feb1eb0f96438df MD5sum: 4c7a8ba2587d31dedd4570e1291bf5f2 Description: debug symbols for ros-rolling-rsl Build-Ids: 0c72829efa98f2cdb2262f37c79d77ff2bd91360 Package: ros-rolling-rslidar-msg Version: 0.0.0-2resolute.20260916.204459 Architecture: amd64 Maintainer: robosense Installed-Size: 545 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.20260916.204459_amd64.deb Size: 69180 SHA256: 33f51016718fccc209c41daf0a2aab94116eb8e337237f51a280eda925f8ea90 SHA1: 5c872d61e022f92b8a5923d634773066fb881442 MD5sum: c545bb46486fccf57ac29a2fd32a672c 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.20260916.204459 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: robosense Installed-Size: 673 Depends: ros-rolling-rslidar-msg (= 0.0.0-2resolute.20260916.204459) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rslidar-msg/ros-rolling-rslidar-msg-dbgsym_0.0.0-2resolute.20260916.204459_amd64.deb Size: 502384 SHA256: 865352119484c54e2ebf22b59bee8df81aeac04113fe9855783ffa38b4c20a9e SHA1: a8df1e19bf959d4abaec45e41c136546afb0e3eb MD5sum: 2e983327e76f55457910c884e8533cee Description: debug symbols for ros-rolling-rslidar-msg Build-Ids: 025ad60f8cf0497cf35ed45394388e4cf8f3f1df 0ac6fc6c44f1352edad5c346516af104c861cd27 3852399516b13cdaa3c38cd4a130635f2bc24cff 44eedc4f70b46808522a0372f9bd034ae1a2f2e1 48a2a412137d0758a9c928c3477a4a9858402111 4b1c75d4c7d24d62ce03dfb6afa9b8801a01780c 5e7f782608a78b745a431324a8c2b072465c5cc4 769a5c78a49090dabcd7e7d41a5666d6e402c8ef 7d988c9b210174f89e95e0118b60d84ef9366a64 949564ce6b025843c41708ec250e7f0a8f01f240 d11eea8dbd301fad20d69743c4caaab2650cc3fb Package: ros-rolling-rtcm-msgs Version: 1.1.6-4resolute.20260916.034820 Architecture: amd64 Maintainer: Marek Materzok Installed-Size: 523 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.20260916.034820_amd64.deb Size: 67742 SHA256: 7040e7db36d1477977b72717ceebad6c3a85d755d63c8f496f8601707ada0694 SHA1: e317c525ef5aeb47a5a3c3956a815732f2c88717 MD5sum: 8ae48db82e3d9412326abbca6d8849a4 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.20260916.034820 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marek Materzok Installed-Size: 663 Depends: ros-rolling-rtcm-msgs (= 1.1.6-4resolute.20260916.034820) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rtcm-msgs/ros-rolling-rtcm-msgs-dbgsym_1.1.6-4resolute.20260916.034820_amd64.deb Size: 497674 SHA256: 0826b7e0b8bbd46b603f429bb24ce648322038f0ef17b2497854c4b0ac7da27d SHA1: 4ad1653a7e80a1b780e8d29a1ae02c256981bc33 MD5sum: 0235372ef933dab922f10813da99190c Description: debug symbols for ros-rolling-rtcm-msgs Build-Ids: 013ae50e813bb87f06e6cea3359a4154b2598b90 035d9af1f761e113a1dec218b08ee05273138a33 144d61b759f71b52e8ced7588a1e2b5bb6f80cd6 5ea72b8190aa68be6c66c4d446a5c000b0fc589c 635c5dc21b5087148480106de98406f11726b70f 78083c8ec8e7cd603070b6b1d03f047a47b0b215 81737bacdc395f386156b74c2c49f938cbca73cc d0ecb55282b41335f12c547ac01d0834be2a9501 e13a4aa55b88083e242ae1cc7ca7a2ace459d039 ee21f2cffe3b79da2ce8e5e0b4358ca2a40a1b6b f66a864bc74e154a1acf6a007dacf3f31aeca7a3 Package: ros-rolling-rtest Version: 0.2.4-1resolute.20260916.204845 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.20260916.204845_amd64.deb Size: 258256 SHA256: 269c0c29c6421423d49a5fb3b5c99bac018fcfea017b3556e90cb3b7a748089f SHA1: 099571a0214d32b21445aaee0d4485b92a859f17 MD5sum: 76f6eef672326ad09ea01bdbba5b0343 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.20260916.204845 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Gary Cross" Installed-Size: 882 Depends: ros-rolling-rtest (= 0.2.4-1resolute.20260916.204845) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rtest/ros-rolling-rtest-dbgsym_0.2.4-1resolute.20260916.204845_amd64.deb Size: 630868 SHA256: 9e41383b25127b13d06abeb2c2ed925eb0673da993c6960e5dea0f6bab939bc3 SHA1: 3f9a6d2fd04d1d6114daa5ddbcd0dcf6bc087f2b MD5sum: 907bb443e096407fdef4c0d965961013 Description: debug symbols for ros-rolling-rtest Build-Ids: cf7044656275bdd767d53ff43078eb08c046aad9 Package: ros-rolling-rti-connext-dds-cmake-module Version: 1.3.0-2resolute.20260908.140835 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.20260908.140835_amd64.deb Size: 12564 SHA256: c2d6f5971363bd574012e666af1a0847723eafe68bc5b052184254d898b41436 SHA1: aea72aa5480f5348c99ff57087877dbe0ecd6e5f MD5sum: b926f975fbb01f3a79abcf3ae031778e Description: Helper module to provide access to RTI products like Connext DDS Professional Package: ros-rolling-rttest Version: 1.0.1-1resolute.20260908.135336 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.20260908.135336_amd64.deb Size: 71916 SHA256: 2b125844ab28995bc268a71f5c2d62d57bf8df5dd7de0c94aa708e72045c9ecc SHA1: e988a1bbdcd0c3c0466ba691a77de9053ec11d08 MD5sum: 38a4c66c4e26807d0b404c9f26b4cd04 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.20260908.135336 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 516 Depends: ros-rolling-rttest (= 1.0.1-1resolute.20260908.135336) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rttest/ros-rolling-rttest-dbgsym_1.0.1-1resolute.20260908.135336_amd64.deb Size: 456248 SHA256: 6240f7cc0153e177daa847bddaf9608bc99036e12fd296e4f40441425f951765 SHA1: 581649f2714769786f7d31e6296e0f5bfe0844bf MD5sum: 661bbc3dbbb1663e847f45cd1af825c1 Description: debug symbols for ros-rolling-rttest Build-Ids: da25d2bbec557af940d805b0eab141e7de29f9f6 Package: ros-rolling-ruckig Version: 0.9.2-5resolute.20260908.134105 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.20260908.134105_amd64.deb Size: 70602 SHA256: 86d5fa429f8bd83a3c732f0660d01a84f47aba09c9593ac6cebbc599fd5a126b SHA1: 419b13b92c052d12a3256f8f94a625401570f449 MD5sum: bfc2bc9e9333dc109a062186f1278694 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.20260908.134105 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Lars Berscheid Installed-Size: 238 Depends: ros-rolling-ruckig (= 0.9.2-5resolute.20260908.134105) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ruckig/ros-rolling-ruckig-dbgsym_0.9.2-5resolute.20260908.134105_amd64.deb Size: 213608 SHA256: 9f1f3202e8a7dfc9b5bfb2f2daf94ddda5e1f22ea443663788f453879e069833 SHA1: 256470292cf17b7adf1182ae96260552fc568a43 MD5sum: ce9198101cb93da71a801009c6d14ac3 Description: debug symbols for ros-rolling-ruckig Build-Ids: d78bec313f3f7c6fd7c3148333c41d1c72be6dee Package: ros-rolling-rviz-2d-overlay-msgs Version: 1.4.2-1resolute.20260916.034106 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.20260916.034106_amd64.deb Size: 56884 SHA256: 38f437675eb1267b4c5a9b8da54600a114206a60baac6a8020f813d5c6141c4d SHA1: 9e7ad45e6f31ff562414cc4fe1a262907a657b98 MD5sum: ab0b81997fb247d78c26b66adcaaf86b 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.20260916.034106 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Team Spatzenhirn" Installed-Size: 384 Depends: ros-rolling-rviz-2d-overlay-msgs (= 1.4.2-1resolute.20260916.034106) 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.20260916.034106_amd64.deb Size: 239764 SHA256: 5f1c7181335a102c86d15a145a813fa5292a2fafa23fb0df3e1e593f052315c2 SHA1: a98ccde7f2ecd245679106007181ca04219c250a MD5sum: 1bbb4d7e622c0b9261a4c5f8a8af13ad Description: debug symbols for ros-rolling-rviz-2d-overlay-msgs Build-Ids: 18d20e0a687d67bb4a4e2f847de847c8d016cbb6 4b3fc73bedfaebdb9fef48979b5282d075bed7d2 63d8e33bf8f11852c0ea27f9e5ba891e1a54cc3a 93f2e8e59d2f37d22b57a294d25c9cf084657730 a405bb39941a4429a44cbef0387ec248af0ddc6b ae49795c08ae86211c6bad13bcd9ff834928150a b9b4f750a385ab3034af817d47a1710093e7321a d697367ae7104659c95045c03165f1f788a9f36c dbea665f888db8cc98e1e99f1991715fd6f12cc6 dd88fa706aa7a4f48cd845a01312a1b9761a073c e7a3c233dfa61839c5b40b12e69ca925453171af Package: ros-rolling-rviz-2d-overlay-plugins Version: 1.4.2-1resolute.20260916.213217 Architecture: amd64 Maintainer: "Team Spatzenhirn" Installed-Size: 1533 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.20260916.213217_amd64.deb Size: 310868 SHA256: 4073911fe2686bb6998b5fb541620f6a5c1af5b7f363cdf3eabc58249f501042 SHA1: dcbf38c05c9f1ea02ce7fb95e8680f631ad0ebc8 MD5sum: b9e1abc7c84afcbd26fdbfcac20abc07 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.20260916.213217 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Team Spatzenhirn" Installed-Size: 9074 Depends: ros-rolling-rviz-2d-overlay-plugins (= 1.4.2-1resolute.20260916.213217) 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.20260916.213217_amd64.deb Size: 7885278 SHA256: dcca9abc7743b71363f75d9f91a97832df5ab33416a4ff1940ef954dce8d84ac SHA1: 9ac0a7fa2acff3f95b23d9dc69d8bb4b3206d73f MD5sum: 8b9bc48520aaf7788a1b2c5c422bab77 Description: debug symbols for ros-rolling-rviz-2d-overlay-plugins Build-Ids: 08ec04fefaf84161e99904d82e4f29e55e0b2215 1525646289644bc5d6ce5fd5c1cc34fcb3145433 Package: ros-rolling-rviz-common Version: 16.0.3-1resolute.20260916.210800 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 2890 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, 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.3-1resolute.20260916.210800_amd64.deb Size: 718806 SHA256: ffe33e34ac6a05d8ec3617a1a835d97c0b9926ff1164fb10df4a77f1c1436508 SHA1: 689aa649fd44a433b703f3d8ace83dd2adb4ac48 MD5sum: 3554cb7464bccd5c991b79762a592b4b 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.3-1resolute.20260916.210800 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 28446 Depends: ros-rolling-rviz-common (= 16.0.3-1resolute.20260916.210800) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-common/ros-rolling-rviz-common-dbgsym_16.0.3-1resolute.20260916.210800_amd64.deb Size: 27818444 SHA256: 5d709467893672f1c1dfee50ac993147856ec050a61f223860af80cff384106d SHA1: 314b94daf734de433a83759c9b065dd531485c56 MD5sum: d9618c3301e1203ba197f31d5f30260a Description: debug symbols for ros-rolling-rviz-common Build-Ids: 961b7a202ea8631e51b96118e184e59e5500ca52 Package: ros-rolling-rviz-default-plugins Version: 16.0.3-1resolute.20260921.004812 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 12705 Depends: libatomic1 (>= 4.8), libc6 (>= 2.43), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 3.3.1), libglu1-mesa | libglu1, libglx0, libice6 (>= 1:1.0.0), libopengl0, liborocos-kdl1.5 (>= 1.5.2), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libqt6widgets6 (>= 6.1.2), libsm6 (>= 2:1.2.6), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), libx11-6, libxaw7 (>= 2:1.0.16), libxext6, libxrandr2, libxt6t64, libyaml-cpp0.8 (>= 0.7.0), ros-rolling-fastcdr, ros-rolling-gz-math-vendor, ros-rolling-gz-utils-vendor, ros-rolling-rviz-ogre-vendor, ros-rolling-urdfdom, zlib1g (>= 1:1.1.4), 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.3-1resolute.20260921.004812_amd64.deb Size: 1894744 SHA256: bdb90e877bc3007bc60251700f2abd51b2a2cbdc1c69fa96943b5a3e5c2df730 SHA1: 89d938b5ddd02f3495fda64349cb3d6481857a29 MD5sum: c91cfcdf5d2fcb608dbd7fc5a75b00d5 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.3-1resolute.20260921.004812 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 96514 Depends: ros-rolling-rviz-default-plugins (= 16.0.3-1resolute.20260921.004812) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-default-plugins/ros-rolling-rviz-default-plugins-dbgsym_16.0.3-1resolute.20260921.004812_amd64.deb Size: 85785038 SHA256: ba561fa475f3d53d8fa00217c4cc70b1d213ffbc2f1f8a9edaa3ba54318a1613 SHA1: efbcc6d671d872a566ef433febcb17dfcd669055 MD5sum: 5a75ab2fa70e3eb2ea102b88534e6270 Description: debug symbols for ros-rolling-rviz-default-plugins Build-Ids: 322a15c8add405dbc4749c74cf935f6979573cdb 3a9c011d4a4689d5a5f8960b1dfb9404b7fd41db f258a99dd83336efd90fa9054ff552e56d74abda fb0282258a03c023aa177f3b7bb09f11461d9784 Package: ros-rolling-rviz-imu-plugin Version: 2.2.5-1resolute.20260916.213011 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-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.5-1resolute.20260916.213011_amd64.deb Size: 181560 SHA256: fe1871d029027daa18e24dca0431dd09598f93c02754c4d7e80c5161b94251bf SHA1: fb590a4fe97d3b8f72b3d1e88469a09f0d222efd MD5sum: 0a3a4bf4da2065aa3f06c01b90d06ac1 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.5-1resolute.20260916.213011 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Günther" Installed-Size: 6456 Depends: ros-rolling-rviz-imu-plugin (= 2.2.5-1resolute.20260916.213011) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-imu-plugin/ros-rolling-rviz-imu-plugin-dbgsym_2.2.5-1resolute.20260916.213011_amd64.deb Size: 5663328 SHA256: c55d966ed5105f9220a1eff3e476fa3c9ff146216d5da90f6d9faa14b7c15105 SHA1: 0a210d290760e3abb0f3bccd36a8915363c297a0 MD5sum: a02076bce9681476a199b81d915832ed Description: debug symbols for ros-rolling-rviz-imu-plugin Build-Ids: bdfcda2431402ac1b0ce8b819e6a6b08f421e4e5 Package: ros-rolling-rviz-marker-tools Version: 0.2.0-1resolute.20260916.212223 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.2.0-1resolute.20260916.212223_amd64.deb Size: 21696 SHA256: e9526c2f302471db60f68ac63aeb447bc71bc90bbb2ff53265208600cad9ffcd SHA1: 70c859e239e3dc98f767ec18e966abd9e267f88e MD5sum: 542e2a96d06b53584b38bb8f85defa63 Description: Tools for marker creation / handling Package: ros-rolling-rviz-marker-tools-dbgsym Package-Type: ddeb Source: ros-rolling-rviz-marker-tools Version: 0.2.0-1resolute.20260916.212223 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 780 Depends: ros-rolling-rviz-marker-tools (= 0.2.0-1resolute.20260916.212223) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-marker-tools/ros-rolling-rviz-marker-tools-dbgsym_0.2.0-1resolute.20260916.212223_amd64.deb Size: 767574 SHA256: ab36424c09a3bbe4f945b56aa86ca7bf033272ce1b9f2a500e230e4438a9f03c SHA1: df8a40882bc367b84be4946287b5be7472748874 MD5sum: e16f60aa3d02d30be0239c3c46aa3012 Description: debug symbols for ros-rolling-rviz-marker-tools Build-Ids: 44bbe5b0f3dda41c54f06b0b8778b33b088279aa Package: ros-rolling-rviz-ogre-vendor Version: 16.0.3-1resolute.20260908.135251 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.3-1resolute.20260908.135251_amd64.deb Size: 3900276 SHA256: 60d72298e2a6f501707fb45936acf5c12be1a3dd2c7003a32e6bf4afd6b34f0d SHA1: ee31a3f0e1dfb5761aac7bfcfb02bb430321b728 MD5sum: 6414ae18ef3652d980a5f0eba9ee5500 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.3-1resolute.20260908.135251 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 81015 Depends: ros-rolling-rviz-ogre-vendor (= 16.0.3-1resolute.20260908.135251) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-ogre-vendor/ros-rolling-rviz-ogre-vendor-dbgsym_16.0.3-1resolute.20260908.135251_amd64.deb Size: 77330296 SHA256: 66d03a65dfec0260cfe1f121dfe8da4a671bf1ff27779443855c89a603c917d3 SHA1: 241ef53d6d5ab20016688eff7ac116db1553ad90 MD5sum: 5f3c078db883d6752bdfd379c0736302 Description: debug symbols for ros-rolling-rviz-ogre-vendor Build-Ids: 022778c900a8c9c88e5b1bae27415850ff672f5c 1a8c7ed9fabaf9f4cd9c70d50e2954ddd0bf0bfb 21fb4579d34100d3ea1daa94e621fc6d7fd7ecd5 29571b8c95cb201b7262d4c19d4a7e71818f899f 5dbd5ff28c94584b772bbaf0ce7f16fa24287033 7b0b2601f607db0524c32afb3e48c85b0f006c46 9a00a7a678c338a4749a644929e58e6beba8a5d7 a55bb081f3158e2f4a50c97e4e9ff21d52d0e01d a6a8b048fd91b6b1c6d8b4cfbf13ed1ea2c06b4d ac6507b7233345b038cc4d0b5735c663dacdf61d b80785a25bacbcad9699ae78caaaf05c46b5b0f0 bf22b23a338b1169e12b7400d6b7c3778980d816 bf7416c2190f4e8e1c8f1d0cd0850476eb6956d7 c1d3fad0bf8019ce7eb8a41f07937db9f2b869ed cf89e71791156d42a6311c15f6a262c84a4087a9 e13ed5b19c172a2a7909737a9068346f619a2bb5 Package: ros-rolling-rviz-rendering Version: 16.0.3-1resolute.20260916.200239 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 2299 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, 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.3-1resolute.20260916.200239_amd64.deb Size: 802496 SHA256: c75c5d1cef822968dbfdd28e26563b475ebc298588af52cbd42b8f0fececad39 SHA1: 85653f38cdc78ec0b9278cb3504587e0ab980e4e MD5sum: 9911af2a652b0664ed8eb3c4f248979e 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.3-1resolute.20260916.200239 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 6185 Depends: ros-rolling-rviz-rendering (= 16.0.3-1resolute.20260916.200239) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-rendering/ros-rolling-rviz-rendering-dbgsym_16.0.3-1resolute.20260916.200239_amd64.deb Size: 6074974 SHA256: 9f36da80acaf1e4ccc05472166d392125b891f194db4d71bb21c1ea4a4d9ad74 SHA1: 6818ac821a4ac6df08b4dce8bfd62be7689c2096 MD5sum: 9e48a346f943d7116589ac764866b073 Description: debug symbols for ros-rolling-rviz-rendering Build-Ids: 5a8ce7029e6a9ce08bbdc86c6ced6613b05bcffe Package: ros-rolling-rviz-rendering-tests Version: 16.0.3-1resolute.20260916.200932 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.3-1resolute.20260916.200932_amd64.deb Size: 7152 SHA256: f44fca5b0f52cfe9adcfff463fcab7aa67c8ba70f9192af70c46cf0d55d24f29 SHA1: 7a44cc8d1245375316ee64af319e20e78b00eb7c MD5sum: 88d1f06f1a993280f51da9247204ffaa Description: Example plugin for RViz - documents and tests RViz plugin development Package: ros-rolling-rviz-visual-testing-framework Version: 16.0.3-1resolute.20260916.212918 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 999 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.3-1resolute.20260916.212918_amd64.deb Size: 145034 SHA256: 673de03997ddc07112118fe57c90c3d67c19eb0173bb1fc6e0d699919cd4a2b3 SHA1: bf68312ceb1531a32802e061e0d035d76830250d MD5sum: aeb540241040a131ef748428b4378ab7 Description: 3D testing framework for RViz. Package: ros-rolling-rviz-visual-tools Version: 4.2.0-1resolute.20260921.013750 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.20260921.013750_amd64.deb Size: 329512 SHA256: c6da89d8ca0538d74f22a8f89a3fcbdf882e09d9e3b85101709def81b2d20ccd SHA1: 0c15be96e3dda23ac734edc6d20a9586d9dc9281 MD5sum: ffd9c78f9f964e7b184c6c09aa71bb8d 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.20260921.013750 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mike Lautman" Installed-Size: 13027 Depends: ros-rolling-rviz-visual-tools (= 4.2.0-1resolute.20260921.013750) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-visual-tools/ros-rolling-rviz-visual-tools-dbgsym_4.2.0-1resolute.20260921.013750_amd64.deb Size: 12089950 SHA256: 9280e9449f2ed38777e941a9ee28384aae3f9eda917a99783097f024ca87514c SHA1: 71ea77d7b55c2314117d2bbec3e36a1f79f8154d MD5sum: f4fbcd7ff9ac4939aa433b39f7db2765 Description: debug symbols for ros-rolling-rviz-visual-tools Build-Ids: 02b24cb070fdb86d14afd2c97bc2b72e0d207b59 3419599c37c89d375cc241f4bf7064a45318017e 442534d42f970df21108ff9418acb5b169ade5ac 49582fe8dd6ac494c739e8d9d93ee26cf974be8e 81f52c6b1a513967815d678ba120b7dc7a330e77 cf17b0886d7f3916649dde0422f3c529d2b92ba7 Package: ros-rolling-rviz2 Version: 16.0.3-1resolute.20260921.013115 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.3-1resolute.20260921.013115_amd64.deb Size: 20218 SHA256: 8507fb6c92e1f6b2094141d37e09f787b12936cccac2bd8db440458e8d012304 SHA1: 1367ee6b5817264d367bc5968b2a2271b17b8d17 MD5sum: 54a32332851b2538c6834eaf8af258c0 Description: 3D visualization tool for ROS. Package: ros-rolling-rviz2-dbgsym Package-Type: ddeb Source: ros-rolling-rviz2 Version: 16.0.3-1resolute.20260921.013115 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 396 Depends: ros-rolling-rviz2 (= 16.0.3-1resolute.20260921.013115) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz2/ros-rolling-rviz2-dbgsym_16.0.3-1resolute.20260921.013115_amd64.deb Size: 376516 SHA256: db43e908a1a8b500b8a949ff09d814a7e23d663ff2b39992b0647705f3be376e SHA1: f7ae7d0d241a388f7fbabf15fcfe9379f7560ebc MD5sum: dfc13bd293cd1aa023ecd1d6d3a62e94 Description: debug symbols for ros-rolling-rviz2 Build-Ids: d2eb2cc5fded732c7db18d42ebce6e5fa1612eb4 Package: ros-rolling-sdformat-test-files Version: 3.0.0-1resolute.20260908.134137 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.20260908.134137_amd64.deb Size: 75344 SHA256: 781a0a44ca150d30d466264187dd0de3b9f469af2de3ea7cfdba946224029a67 SHA1: db657743b83bee736ed5310ccf814c834f62927f MD5sum: 1ed38d9b8c877dca28f2d623423f80df Description: Example SDFormat XML files for testing tools using hthis format. Package: ros-rolling-sdformat-urdf Version: 3.0.0-1resolute.20260916.200058 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.20260916.200058_amd64.deb Size: 52846 SHA256: 4407b28b326ba7fbe854db176d33bdc690877d8a9009a7c240e630fe63c9f216 SHA1: e4d9ae95e4e2e78a8f38ade2def8842ca0973b61 MD5sum: ac4a382d2bcf68abd9ec1361cc0d0f09 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.20260916.200058 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Shane Loretz" Installed-Size: 786 Depends: ros-rolling-sdformat-urdf (= 3.0.0-1resolute.20260916.200058) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sdformat-urdf/ros-rolling-sdformat-urdf-dbgsym_3.0.0-1resolute.20260916.200058_amd64.deb Size: 717048 SHA256: edc56502b44824321d63b3312660a62e6017fad693029b8f951f7fef4f0a9aaf SHA1: fc2e9790c9cec078ba55289dbc6798ce8995cfcc MD5sum: 853716135471fcf5268e07874a1de21f Description: debug symbols for ros-rolling-sdformat-urdf Build-Ids: 0644a3ea804f29cd00dc48f4492224ba697de503 5a791508de8d1bde72575f97d6b3da1c821d8da7 Package: ros-rolling-sdformat-vendor Version: 0.4.2-1resolute.20260908.143457 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.20260908.143457_amd64.deb Size: 1508720 SHA256: b6675941049c90de1facc6e0b2fe0a39402e5a37e3c87dfc8e0c358e99d8c1e9 SHA1: 83ea0959c29454c8cf8b431d2d5774657138871c MD5sum: fbea067dc177cc0b4ae740c3edda89ec 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.20260908.143457 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 44201 Depends: ros-rolling-sdformat-vendor (= 0.4.2-1resolute.20260908.143457) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sdformat-vendor/ros-rolling-sdformat-vendor-dbgsym_0.4.2-1resolute.20260908.143457_amd64.deb Size: 40858112 SHA256: 75aeb51558686dd564534b0332df238dea2f48387459eda2115a835fbfaa2d9a SHA1: 49534d27925b22d1ae27592eb53cf8c4a78bbb11 MD5sum: fe36c9d53376e70276145bd9192674c3 Description: debug symbols for ros-rolling-sdformat-vendor Build-Ids: 057fdef98e78b3402325a1c815f7f7e065eb4ff2 091c80d629a4bf618bbd8994f92ec02cd2ed9cf9 d801137f59907820f93d10d3acb7fd27b327b0a1 Package: ros-rolling-sdl2-vendor Version: 3.3.0-3resolute.20260908.140816 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.20260908.140816_amd64.deb Size: 6294 SHA256: f6026c0c51e6639a57223c51b3f07d419e1371835e44ebd597eb0ff6ceacd3c5 SHA1: 5960815d02aaee4070ec578710313e03c9b048bc MD5sum: 9d827181136cc44c975c86648b9fc813 Description: Vendor library for SDL2. Package: ros-rolling-self-test Version: 4.5.7-1resolute.20260916.204340 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.20260916.204340_amd64.deb Size: 64040 SHA256: eb182bb90020516b947cb5bc1a5e843f83c172340ba50a7421f6b768fe3324fc SHA1: 479152aefcc2c53f405d64795940f7a90ec1a7f4 MD5sum: b53ed7f27376600f68b8c9fbf9ebf0a8 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.20260916.204340 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 1237 Depends: ros-rolling-self-test (= 4.5.7-1resolute.20260916.204340) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-self-test/ros-rolling-self-test-dbgsym_4.5.7-1resolute.20260916.204340_amd64.deb Size: 1143906 SHA256: 1c6aae2034195bbd8a155776425c3a42f9c2a92522cd4f71540037714186d513 SHA1: d04bfe4aafb9b15ecc2dad49d36c8f472a56b6e5 MD5sum: e792f117f457ce1acf24cc4c16de0f00 Description: debug symbols for ros-rolling-self-test Build-Ids: 192865c2108d27efd54942c839852422224286f4 b8b350db23b1f5be592b99d44c9b300e37c9143b Package: ros-rolling-sensor-msgs Version: 5.10.2-1resolute.20260916.033725 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 5565 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.2-1resolute.20260916.033725_amd64.deb Size: 443248 SHA256: 89c4e79b1cb6a79a1bb0810064f91929a408976ef623773ec5c52cacac54ebfc SHA1: 4a2041ad9c70e3e71b6e11c5a57ded1e9f494296 MD5sum: d5f18b36c5e08e14eb3457a0a4b3ebfa 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.2-1resolute.20260916.033725 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 5034 Depends: ros-rolling-sensor-msgs (= 5.10.2-1resolute.20260916.033725) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sensor-msgs/ros-rolling-sensor-msgs-dbgsym_5.10.2-1resolute.20260916.033725_amd64.deb Size: 4029318 SHA256: 2b349832103f8b0f9c0eb2c7155830824cef6adba3a3904bd4e0c193291538d6 SHA1: 1d998ff489682eb28661d3a6d52e5571c0bc28e1 MD5sum: 38f551cbf96d4db04f7a02f075539a18 Description: debug symbols for ros-rolling-sensor-msgs Build-Ids: 872c85a0464552aae9054de11b7a29eb2f8bf198 88bc054d4707d549ba7f73fd6a632fa9415ae2a6 8de1c614fb2bf1ba5c892c8b16a0810e95576e67 9cc455ae3db0e946e450b9924c685ab42e1157b5 9dc8b3e4e1d4b41e97947d668d1fb3f0a8ccf493 a161dbd868417c875fb595ab45ee3417f665b96e aac01f17618db71f93cdcdaa1758287d8a0bdc1c bf708c276f4f45829394d6c1a8eb296e803ac40e e53a0359c5af796aa349cc4c3aa66bcc69b1a5b5 f1d84500a5343c4ded21d76ede0ee30c62ebc5ea f363659651f1e1cabf71edbd587e15a86f4e298d Package: ros-rolling-sensor-msgs-py Version: 5.10.2-1resolute.20260916.034809 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.2-1resolute.20260916.034809_amd64.deb Size: 16870 SHA256: 9d971ffba0d48c787c5179ea47b196f76743aa34a4aba449a53cc842c3c4102d SHA1: ca04040875f5a59f4baa8b6d525b5edcea377445 MD5sum: 898aae5c56ac9a478802fad6ec9ffc73 Description: A package for easy creation and reading of PointCloud2 messages in Python. Package: ros-rolling-service-load-balancing Version: 0.1.3-2resolute.20260916.204522 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.20260916.204522_amd64.deb Size: 94746 SHA256: c7f71ba338422e010e1862da199eddcaef168c650d3e58d85df48883509691b6 SHA1: 2a77d854789b5321ab29e14db71cdd32429fe9ac MD5sum: 62ddf7aaf1c3b9e226937d09ebeec750 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.20260916.204522 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Barry Xu Installed-Size: 2054 Depends: ros-rolling-service-load-balancing (= 0.1.3-2resolute.20260916.204522) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-service-load-balancing/ros-rolling-service-load-balancing-dbgsym_0.1.3-2resolute.20260916.204522_amd64.deb Size: 1940936 SHA256: 30e2260e8b56ec1d443f49c4ba71688a0fb4d42c38ddd31494c458458dc88e4b SHA1: 49fe4e9123892efc84d8c5eef9b64ef04b33ce27 MD5sum: 70f723fbf247cd1b5e1e523d9f671520 Description: debug symbols for ros-rolling-service-load-balancing Build-Ids: 98efcce26a5d859bdd60b7e2cc8bc1fd3d9c1326 Package: ros-rolling-service-msgs Version: 2.5.1-1resolute.20260916.024333 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.20260916.024333_amd64.deb Size: 49068 SHA256: e493558806cc776be7da69ce972cd4f2f8e16984c3317826f493385aec3fe868 SHA1: ef2a7c2c72bc2906febfd0bc4a1cbc9340d660de MD5sum: b6033fbbfbd54d4a607af6756885ca18 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.20260916.024333 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jacob Perron" Installed-Size: 331 Depends: ros-rolling-service-msgs (= 2.5.1-1resolute.20260916.024333) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-service-msgs/ros-rolling-service-msgs-dbgsym_2.5.1-1resolute.20260916.024333_amd64.deb Size: 186826 SHA256: 29be73efd1dad0dbf5a841ca56305f793b8fd78eadfcfb462383b886ee8f8245 SHA1: e97e55abcc919c9c5d7399aecb187ecebf9d1b99 MD5sum: 2476c5a53923558d32d86e71abd97eb5 Description: debug symbols for ros-rolling-service-msgs Build-Ids: 01cbb5af73a343a6d081e39e660cac72c1c9277e 0ad93e7b20641ba01b273fe9a7fcc4d74974315d 390f03904d3d0b7e14f89b44d2e7cc8d573fe314 41066dd5f6def300c095c3f726a9f8590eeedda9 4c865163f2ae1999e0b64d487ceca96ab839a8ec 59a1625606116885f8f49a852fc44a1d89a1a623 6457d4161c41aca263075ff50bee07d1495d0334 8a62120bd0dcd111f2016b7a0cac78fdc060e1a5 8f8fcd448659d3d9d9c884794fea0e45ff0f8de9 b7775975d6879db23cb90d09151b536e4eb1036c dac0a068debc49dd454dd6d347df7f442427d55e Package: ros-rolling-shape-msgs Version: 5.10.2-1resolute.20260916.033824 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 883 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.2-1resolute.20260916.033824_amd64.deb Size: 88534 SHA256: 9bd2b2e49518fc68ffa1583549fb71443c88864ee566be94bc67702069a2addd SHA1: fb6792de5e8f737c744987b59c585d9b35858c83 MD5sum: 8730fc4de5fe3fe7bcabe9ed5b1b12b9 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.2-1resolute.20260916.033824 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 740 Depends: ros-rolling-shape-msgs (= 5.10.2-1resolute.20260916.033824) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-shape-msgs/ros-rolling-shape-msgs-dbgsym_5.10.2-1resolute.20260916.033824_amd64.deb Size: 524228 SHA256: 47cc22dec9c5b9b2013ea05d5b9bbf65eda2bee93ee2e2f6a112199e2214034b SHA1: b8c8c68266f37102694b152ab8575629f2f945ac MD5sum: 749cfb4fa6f6619b1d4f0d718089bda0 Description: debug symbols for ros-rolling-shape-msgs Build-Ids: 02da5e192f4323ce6808e7c791087fce091da4ef 12ddacd4188434be9e225820a631649c77560d9a 1eaa57b866d209bdf1fd63f337974aa58618f1a1 5540658917c0fd19efc9609d445c05c0031fa6ef 5ffd0bf01f54a61e12b3f782f3630a1f3f658502 769b49218adee9314a400ca532b103e99978a7a0 b30b88b44c611d507a267be59695307d1c69c20b b3a015dc371d18dec9b32beac3d96d829946b569 dbe81b5ea1468b481bcdde6e5de0c08cffb3dcdc e91d66b4a60d66c8d0d0276c9f490f8b9f8e6482 ea6c387444de13b8af1296f61379ffe83fdc4ff5 Package: ros-rolling-sick-safetyscanners2-interfaces Version: 1.0.0-2resolute.20260916.034809 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.20260916.034809_amd64.deb Size: 285734 SHA256: 97541170cd9a51e973cf582bd9f49f6e5bdbbb66f9b883cd929a640a38eaee90 SHA1: d41728f67825a9e1db0d2dbb689233715d546993 MD5sum: 2a2e5f614b4f167e005cf1b2637049e4 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.20260916.034809 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Lennart Puck Installed-Size: 3047 Depends: ros-rolling-sick-safetyscanners2-interfaces (= 1.0.0-2resolute.20260916.034809) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sick-safetyscanners2-interfaces/ros-rolling-sick-safetyscanners2-interfaces-dbgsym_1.0.0-2resolute.20260916.034809_amd64.deb Size: 2342518 SHA256: a3d512564fac98c9385adf72b83aebba1285615654b97e7fed10b0dfafaa44d6 SHA1: 3c70ac01de89e9061241027981bd5d996ede7b18 MD5sum: e9f1520c0013f30353126aaffa4abea1 Description: debug symbols for ros-rolling-sick-safetyscanners2-interfaces Build-Ids: 06701a4755652c4ef59cfe72d63261d7286f2ad1 1244860bbc96b803eb2232d69e7383d9b3f19217 4203d13ee98288a67111ad8d6838a8679c99ed69 57427e261b1d4a4bf511adf56473fe1efe4bfd7f 62f46ef73e19f2e9bf1a574d1976c35a2d2979f9 e5b948893c548df8cc80c18cf91743fa7955d9dc e7298b51838e5850bdce3318739ee1bbd2239e43 e8023be50876cd4031bda1c3b8f05590b4f38c48 ea45c21c2f9c960af88a4dcc3cd7e6671de655f9 f9a3940607e3b30c9d7be8784bb8139f73987cc9 fe49c91b9b6ed69568405099f03f3b2b58dc65fd Package: ros-rolling-sick-safevisionary-interfaces Version: 1.0.5-1resolute.20260916.034118 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.20260916.034118_amd64.deb Size: 184856 SHA256: c70e56a99f828338770a8bc7c659b77d5f9ce3a388134fd9c389843175c2d65a SHA1: 931bcf370d98b575ca19ed1ed5967605641b1964 MD5sum: fdd0863d0a84e4c1184811c3b79a3590 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.20260916.034118 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Eichmann" Installed-Size: 1989 Depends: ros-rolling-sick-safevisionary-interfaces (= 1.0.5-1resolute.20260916.034118) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sick-safevisionary-interfaces/ros-rolling-sick-safevisionary-interfaces-dbgsym_1.0.5-1resolute.20260916.034118_amd64.deb Size: 1461524 SHA256: c8388a72d1fdf439258656d14da0e24cebf86eab1cd59df35961aabe9737535a SHA1: 9fb8eb4ccafcb4706ad70676a33e2d31ebd6cad2 MD5sum: b891a010d31142c705ab7196f01547d7 Description: debug symbols for ros-rolling-sick-safevisionary-interfaces Build-Ids: 0bfdb5edf3272ac215f17e4344b7975369718e97 388bbb96124a0941c7bdb06d61866eda685da49b 5282c40ae758e72e6d594694454706acdae1b463 671aa919761d82339a90366193adc1d34d02c175 735393718ff751bad8e8ae959fd29ba7c93662f9 9625625440d57428947970cda5e10e5bfdba3787 b678264d706d388da969df84d34f9a2baffcf6e5 bb5721486894bbc04428a0c35dcb37f2541fc472 db0d699e6a97db3fb62712a4c0b771cff9c66e06 dd01e128004e134d9609e996aa72ecf8afa862d5 e2637316a2b8b8475de908675bb67a5b7b2c5cb0 Package: ros-rolling-sick-safevisionary-tests Version: 1.0.5-1resolute.20260908.140836 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.20260908.140836_amd64.deb Size: 6268 SHA256: deeb3052514d0f22f4c6eacd12c69fa97bea4101cd019375b1fef2e4c0b5c41b SHA1: d8973c88f2b9bef8848d8dc39deebb445669ad22 MD5sum: 0e743afa8e97dcc1ee2682ff7f2b2228 Description: Integration tests for the SICK safeVisionary ROS 2 driver Package: ros-rolling-sicks300-ros2 Version: 1.4.0-1resolute.20260920.233642 Architecture: amd64 Maintainer: "Alberto Tudela" Installed-Size: 909 Depends: libc6 (>= 2.42), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-diagnostic-msgs, ros-rolling-diagnostic-updater, ros-rolling-laser-filters, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rclcpp-lifecycle, ros-rolling-rcutils, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/sicks300_ros2/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sicks300-ros2/ros-rolling-sicks300-ros2_1.4.0-1resolute.20260920.233642_amd64.deb Size: 204224 SHA256: eaed0ea17cff9aba6ba7e32dd331458fbd38bb8631943b82a9b7c5f863336924 SHA1: ac5b22057f0bd64dd6563b1b3baace9d1730dbec MD5sum: 88d40a03bcc5029b07d27cbdee52a849 Description: This package published a laser scan message out of a Sick S300 laser scanner. Package: ros-rolling-sicks300-ros2-dbgsym Package-Type: ddeb Source: ros-rolling-sicks300-ros2 Version: 1.4.0-1resolute.20260920.233642 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alberto Tudela" Installed-Size: 4093 Depends: ros-rolling-sicks300-ros2 (= 1.4.0-1resolute.20260920.233642) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sicks300-ros2/ros-rolling-sicks300-ros2-dbgsym_1.4.0-1resolute.20260920.233642_amd64.deb Size: 3515608 SHA256: 735beb56525b8c005bb03cd900112c9b8bb7bd6e61c6ccdae7c61fcf05390389 SHA1: b6680b473e55254f3ea1de1e6ca2fdc8b5815d8c MD5sum: 775a995a5f504eaa070259f224e55b97 Description: debug symbols for ros-rolling-sicks300-ros2 Build-Ids: 3190e12966220718c0ff86c84980a2924fb8cec7 e7718d55cfc7e5b22f5d4120dd1bf4c94c7f8380 f9b3e83f00ddf6a5592c653243a706f048e578ac fc4b10402f40256861c1e05b7bf1c34fac2d3d18 Package: ros-rolling-simple-actions Version: 0.5.0-2resolute.20260916.204952 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.20260916.204952_amd64.deb Size: 11692 SHA256: 279a15771758f28e30c90ac9d4052c46f12186b32a8a8a664d20646eb7917b72 SHA1: a550bf2a38142568a9615b41ef2885c760933910 MD5sum: 9521ba1bd62ae4dd9221464c91bf1aed Description: Simple library for using the `rclpy/rclcpp` action libraries Package: ros-rolling-simple-grasping Version: 0.6.0-2resolute.20260916.215831 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-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.20260916.215831_amd64.deb Size: 260116 SHA256: 5f530001335a177b5a781d28f7fa752a38abdad5b55d87380e6ee52535487922 SHA1: 2a82b1c41d45bb5e92e19f460e7ca8401c3a6b0b MD5sum: ee37dacfdb57225298083cc3e47272cf 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.20260916.215831 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 10462 Depends: ros-rolling-simple-grasping (= 0.6.0-2resolute.20260916.215831) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-simple-grasping/ros-rolling-simple-grasping-dbgsym_0.6.0-2resolute.20260916.215831_amd64.deb Size: 9780218 SHA256: 4b2bfe99cf57a43caaf4670aad4ff2df065c93b783011a19b71ee7090ccbfd5c SHA1: 6d25b338596bff6ae0988e3e159335f2149746ce MD5sum: 120daa1a529aab0b986e980e7607a6af Description: debug symbols for ros-rolling-simple-grasping Build-Ids: 00b0827e5a990e040a1c662d3b8da8a50f5678b3 19d7e9f694fee054e5c0a5eadfd43505c114bd28 8485cb5e783cbc069cb040289236cd4c0c8b99a9 f048de3daaa976cbdd67cfa67be4075300bdca75 f12ee77c46833c9ecdbb7876322cfef5e0625d8f Package: ros-rolling-simple-launch Version: 1.11.4-2resolute.20260916.210712 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.20260916.210712_amd64.deb Size: 30830 SHA256: 462c00ec372f705c30d98645d25e0c1df37367b4c8d25b45a714c4de2a5bd350 SHA1: 14ff35b6bb6fe3a8cb9d1bc08891f61c3bb9f23d MD5sum: 5c877e9548d7e3ae18c46cef3fd4b04b Description: Python helper class for the ROS 2 launch system Package: ros-rolling-simulation Version: 0.13.0-2resolute.20260917.064107 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.20260917.064107_amd64.deb Size: 5738 SHA256: 7a808bdf853ac37d3457e6b2826e78250331ae193987e768e30e9e698e17da05 SHA1: c3395aa596fa3e4e91b4fa58b7b1cc7f74d460ac MD5sum: 9e459336a59a0405a0461e0b44e47d64 Description: A package which extends 'ros_base' and includes simulation packages. Package: ros-rolling-simulation-interfaces Version: 2.1.0-2resolute.20260916.033722 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.20260916.033722_amd64.deb Size: 914102 SHA256: 55579c26a6fdebb468072306f7e56e9cedaa85b5c2b5a8d4b5ba3308ef513239 SHA1: d5264779d9454b743530fbff00de0f0806580eb9 MD5sum: 147137f05f17af0facf5806787a6dc69 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.20260916.033722 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adam Dabrowski Installed-Size: 12029 Depends: ros-rolling-simulation-interfaces (= 2.1.0-2resolute.20260916.033722) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-simulation-interfaces/ros-rolling-simulation-interfaces-dbgsym_2.1.0-2resolute.20260916.033722_amd64.deb Size: 9072450 SHA256: b7019a42da834a0ba64c76fea812ee2afb32e6d771fc634c3eb870cd5d1ab35a SHA1: 792d1edd3eb43be3cc67b9fabcbed03599394333 MD5sum: 9168324049bde92e092f689e66e08e9c Description: debug symbols for ros-rolling-simulation-interfaces Build-Ids: 22c6030def6859bc3db0f32830caba1995f3ccec 2ba934562211b886c043136c2c9ef00c13129e41 2bdc66d7d5126fb53c0d0f68c8b71d3fa8c459a3 34ebd68b8bcc137ba23764142edb5fe80f8e7450 44f44946a0129fa8a51366467f7d4a0b50c572d1 4e5d35287aba4b687cb28bac273e1b883fc00f1f 91fc71fbe0de938e574fd09c30b0f5def352442c 9c325c4d7dfafce2a93a71320ea0cc85d00395c7 b7dd89e3e2f3e3ededf96587d87533c49fa28041 bbbc5f411242c36756b455f2282ef6c4a5fe5343 dcce1dbc84cd8ae437497052ed0383007e6204f0 Package: ros-rolling-slg-msgs Version: 3.9.1-2resolute.20260916.033820 Architecture: amd64 Maintainer: Alberto Tudela Installed-Size: 667 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.20260916.033820_amd64.deb Size: 72220 SHA256: eb0cd3d474183e6279a7c1a0fc2cb26ba710f3cb1ab70ec1921c4c3638a1d69f SHA1: f00b15b6ade9feeae49aadc2b9d2a261bcc9eae6 MD5sum: cad704441197a99bc2837ce78c695f2a 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.20260916.033820 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alberto Tudela Installed-Size: 527 Depends: ros-rolling-slg-msgs (= 3.9.1-2resolute.20260916.033820) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-slg-msgs/ros-rolling-slg-msgs-dbgsym_3.9.1-2resolute.20260916.033820_amd64.deb Size: 357828 SHA256: 003fc67c68cc6ebef590beafae98adefdc4457117db34a06eccb6bb4269325c1 SHA1: cee4db9b3af5fba811e2729e266d7b7d9b85e2be MD5sum: 95029511f8ccf2b54ed36678c8587b24 Description: debug symbols for ros-rolling-slg-msgs Build-Ids: 008a31f987fa37733c52d84509ac6c00667c3e0d 4917941607d15d9be2a02932b9d6a75d141d9924 562b1dcd6f90a887bbe4856fa83471f981e4c62c 5e10d056dc8d8bfb0a4c49f572a32533c4970064 832758b73fc78dd36f8e0be7bb9f1060202c83b4 83b6c82585b8cf0d014fbe9454283566719e2510 8bc11bc110609ced81289ce1e852ac56a1abe50d aadd40c945a3d29450f1fc9ea8bc847d210c502a b45f8aa86316e4b681a39f934e665bf317b28ec3 c2d58110a34424e7a3069f2ad79838e4a376d83d d42c7f5a68dd979f63bceed5ffa6033d73ccf844 Package: ros-rolling-slider-publisher Version: 2.4.3-2resolute.20260916.212332 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.20260916.212332_amd64.deb Size: 12368 SHA256: 31523d5593d028cb68b21a2c096fe8dbe7719c9f7db2b4547620c23080b7d2d3 SHA1: 88f6ba71af4e7f2e46c40ee4d9a1c13a79b57b78 MD5sum: 00336ac7fdb0c9425a5d5e27133dcde8 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.20260908.134923 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.20260908.134923_amd64.deb Size: 47518 SHA256: fb8e348cce10f4312ecbc4e15ed06e140650391dabbffcec5ca312d4d473a0d9 SHA1: dbd531596a0d950462637e941a60e810977012ab MD5sum: 58b26f78f0b5d5421914e1fb82d79242 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.20260916.034830 Architecture: amd64 Maintainer: Isaac Saito Installed-Size: 1036 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.20260916.034830_amd64.deb Size: 112260 SHA256: 279aaac8f56126e4a3342c5e26b2673a8cf79a9c473ed43018df0de30a8325a5 SHA1: cf2648ee769714033e053c079579bcdf7c84aa4f MD5sum: bbfa2f5d12137f07f005bf5eb4c127d9 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.20260916.034830 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Isaac Saito Installed-Size: 1239 Depends: ros-rolling-smach-msgs (= 3.0.3-3resolute.20260916.034830) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-smach-msgs/ros-rolling-smach-msgs-dbgsym_3.0.3-3resolute.20260916.034830_amd64.deb Size: 985358 SHA256: 7e28c3429f529f56c1383c56549df9a6b1cb9420f092eb9823ddb00514462a65 SHA1: 0bff1cd13fdfcdc6aaf50a939611abbcfb7e08eb MD5sum: d1af8e18060e1b7d27b1f5d88d2031f8 Description: debug symbols for ros-rolling-smach-msgs Build-Ids: 201e3f9142eb26b43d223d38a29251ecc56ced06 39e8563290c6cb07ac789e029dcb79646257b63c 4a20721c4d3bf3e9bda83d5769f8ddf40f1a7975 60971b77194cd2253922e95abb41c162f055a72b 6e130b230fab6d3b6c5968241fd742dd10b77f9d 84218d1908f3f2c13ac75d5a1c5a8816955408ed b7dd13d7f53d17bdd17d350c1255a5d059950d7d bd6f777f2d42ce1e2bf02967287296d8bb9ddb75 c4a2df310d263a7d31a50a741e86328a91aa1b2b d9b47a27a208c06281c7eb8c0e3c410157df8d26 e45f3ab9aa0b8bf110fff8348f6ee063b24b6090 Package: ros-rolling-smach-ros Version: 3.0.3-3resolute.20260916.203625 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.20260916.203625_amd64.deb Size: 40094 SHA256: acfc206a05ae46610929f3701429e8abf447ace8c993c125576667b66a767e0e SHA1: 8cba3c2a2c259b827f73302f1eda61fe1b97e2c8 MD5sum: adbf99e56acdcfb212cafe140114e12c 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.1-1resolute.20260914.173135 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.1-1resolute.20260914.173135_amd64.deb Size: 14320 SHA256: 0fe02c905fbbc3dee2cb25accca3a2df15e14e308dce0a3139af66b861f7e421 SHA1: b16bf84b6c8d9ee8d8e319296503eabf33154e54 MD5sum: 4f83e98226dae0c7fd67e9f66482d30c 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.20260916.033800 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.20260916.033800_amd64.deb Size: 46302 SHA256: fac3ae3bec9f5463a44553f30fb6a1cacd6565087fcdadab007ebb213c8b53f8 SHA1: 09b78cdeb12b367f76d8a12c7f2cdd7fdcbea245 MD5sum: 3f15f39de2312edc6c18d8c143092f12 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.20260916.033800 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 321 Depends: ros-rolling-soccer-geometry-msgs (= 1.0.0-2resolute.20260916.033800) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-soccer-geometry-msgs/ros-rolling-soccer-geometry-msgs-dbgsym_1.0.0-2resolute.20260916.033800_amd64.deb Size: 178918 SHA256: 660f776f7a3233834392df7fbd4bd1def6353eb77bc00617da639a5645ee45c1 SHA1: 321c283046dee525dc2443e9d7aeec02ee5bd689 MD5sum: 2f11dc33b1372bf2d1834dccb60179ae Description: debug symbols for ros-rolling-soccer-geometry-msgs Build-Ids: 00c4ce168aa531f646e9940be0e283162a9f84d8 0982310c1e3c1b8810df905b761bd78ebdb429f8 0e0ae5e590ba09cc6dae1ce5ca44fc6311a578cf 4909d2817e314fc347a16424355411dba44a888c 4d2f8bc67c79979f9be96a82220458e5ff300110 5b406ce2b445814d1c720c3746c7787c860888fb 6c680210a696b4183275bf2455fd36ffbb85f531 6f72d8326e21b9762077173e88695f483d0a831c 78a88634d76cd202c3ddfaf43b65556c6ab10bc1 dff0a9683fe8c2005c7bdb69eb1f9ad3df80bfcb e74b8d17a2b304ad772ad1e7c34fbd6d501e9a13 Package: ros-rolling-soccer-interfaces Version: 1.0.0-2resolute.20260916.034835 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.20260916.034835_amd64.deb Size: 5470 SHA256: 537d9ab29e67a339c5b2e42b39002397efe142936149e114c0bc6e483d040393 SHA1: 55e2d369e3da36583df7ff91d8cc080ed7f2b73f MD5sum: fa24905b543f27f11379acea4560accc Description: Metapackage for soccer-related interfaces Package: ros-rolling-soccer-model-msgs Version: 1.0.0-2resolute.20260916.034122 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.20260916.034122_amd64.deb Size: 91926 SHA256: 4b06bcfc5eeeec977a855f774a5213f46deb0bd27b9cf9b45ed4f447127b16a1 SHA1: 3da42008eec6f060a953260206ca7109799023dd MD5sum: 25d80af2b26c397f423707dbe44f4312 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.20260916.034122 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 888 Depends: ros-rolling-soccer-model-msgs (= 1.0.0-2resolute.20260916.034122) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-soccer-model-msgs/ros-rolling-soccer-model-msgs-dbgsym_1.0.0-2resolute.20260916.034122_amd64.deb Size: 628716 SHA256: 1b328fb9721a91c811eaf53bdb677aa803362304cf75483221d3c0ebb5cd2a24 SHA1: babc09d7d0c9502098aea73ccad0b7f8b93717af MD5sum: dc102cc6b1f419163fbbb607fd0a984d Description: debug symbols for ros-rolling-soccer-model-msgs Build-Ids: 4236aeedcd7aaff6f1cebac6cf151daee771a5ef 43b957eedd4427b6c78391a989a97783976cd142 5741c1796901736e7f7b451f0ea3909d301d7a68 583040465a6a0eff1fe8089c3a8f6c0a70db6dc1 7e9d6dfc5365e8b50e1ac374f7f9f218677802a5 83e79dea03060e60200b042f2c27cc04d3d703e2 964a5a25c44377f0b6309fec7b87e70b1d77a8ee a4acec275f61b9a12e8797161461701555879a69 b813bcd24faa321813398bda6b6a81accec7de92 c0b8f3a9bc99d7a7e5688a17be926428dd2bfb35 cf5860bc03c5a766f6e63aaa1e01af7e1a611a5c Package: ros-rolling-soccer-vision-2d-msgs Version: 1.0.0-2resolute.20260916.034339 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.20260916.034339_amd64.deb Size: 174006 SHA256: 1c6655d00a0ae7fc6791170c4d3484f8d7952bf3cbe40338f627c8fc2e3b0bf0 SHA1: 8652138e753d2d57a81200e476ac16f081ada034 MD5sum: 0ea54f0c93566252d8c108e1ed9a44ff 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.20260916.034339 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1960 Depends: ros-rolling-soccer-vision-2d-msgs (= 1.0.0-2resolute.20260916.034339) 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.20260916.034339_amd64.deb Size: 1467762 SHA256: a822df970c0dec8607faff55e825f82a7c00551385b05b17b3a27242af096265 SHA1: cfb3193cfa3de4d87fe5b8dd06d9025e159d01fa MD5sum: af6c8ad30770f3728af61147c5987d42 Description: debug symbols for ros-rolling-soccer-vision-2d-msgs Build-Ids: 0f386f12baf725d44b37980b0eeeada6f55d341c 450e120ff2bf66556eec4196fc66f5aaca5cbacf 63b2a43138e4e14c9db5406722f890619ca5adfd 6caae72b2f63870c8a7c807bbd5a0c88ded966a3 71b3baa52b6087aa655339dda55ba119c60ba899 78494d1d11b2f3c2b18a8b1aa68a2c4fbb3c5f4a 9f1c37cf107bd8169f193294becd8444f12a832a b92d15df58dc51877b89b431f59ba9e503f756c9 e9d4eded563bfd7e5ec258810c220b8fc2b79525 f42a1c29834d0b564e66c62407f064a57f4d09d7 fb074f202c208e46e04592a5ee81c770135bfa47 Package: ros-rolling-soccer-vision-3d-msgs Version: 1.0.0-2resolute.20260916.034343 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.20260916.034343_amd64.deb Size: 173554 SHA256: 254bd963c5b442b970016099211e3c447ea6000dd525c9a6af7b3f80c6b0a30e SHA1: 97fbd95db2d6a9c46e6399b10971133727aea276 MD5sum: 901202fe064e187ad576d154124a87b0 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.20260916.034343 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1973 Depends: ros-rolling-soccer-vision-3d-msgs (= 1.0.0-2resolute.20260916.034343) 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.20260916.034343_amd64.deb Size: 1474514 SHA256: fe3304625e49f2460186229a06c3c12b0b17dd78eca2ac6e533648bab1869c94 SHA1: 1ae73ded3684ad4baa9e22aa557c402feb3db4cd MD5sum: 56e533c9bee4c870c06f5804e5c3b75d Description: debug symbols for ros-rolling-soccer-vision-3d-msgs Build-Ids: 04fa4236139c93f0241fc6cbf12801aef3d1b630 0722b9b1324147db16b16cbb13b30dcbc5a722ad 4470eab9a4155125f2bfdbd92a5450ed40726881 6aeac752caad70b427735590734311dcaf09bb85 72d61823fe668aa2ad7eb15bbb8df198433ba30e 77743d2ba3e01353423ba5f16be5c65e999d63fa 80a4bde5f55653eca17c5650502c4bf9ec846596 985f0dfeb7805a47ea0487853451b02911ab4158 d646fdf82e9a8b58be3c28497512b964c8f3cbc2 dc00098a55376506b494b8325c0b59eef513b137 f7582e325cb4de3429fed2604c8d0086d23602fd Package: ros-rolling-soccer-vision-3d-rviz-markers Version: 1.0.0-2resolute.20260916.203633 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.20260916.203633_amd64.deb Size: 163714 SHA256: 48d8b129098dc3468fb531a09a1343999e3c42b5f9b7b2bd5a9bac4ce49e669d SHA1: bac7c8554d2da17be006d57eaf3ca7773fe27c25 MD5sum: d87d86bd61df9da5834a38b84ff85858 Description: Package that converts soccer_vision_3d_msgs to RViz markers Package: ros-rolling-soccer-vision-attribute-msgs Version: 1.0.0-2resolute.20260916.025410 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.20260916.025410_amd64.deb Size: 62114 SHA256: d3a3d1603b3c04cb024db1d355486ca888fb4384d92f96f7caac186eff90c196 SHA1: 77abf264b13b5c58e22bc66e42874fc955da8d5c MD5sum: 34bc5603a02e8ad992dd7c88fadba79f 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.20260916.025410 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 518 Depends: ros-rolling-soccer-vision-attribute-msgs (= 1.0.0-2resolute.20260916.025410) 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.20260916.025410_amd64.deb Size: 332304 SHA256: 8faa29f5aad524e3b955ea9e2693ddcfd2cc8ceba542660a63d98288427d56a2 SHA1: 935c8c9c805209ec36c006425efbc3a39aa4a4aa MD5sum: c526faf625fdd78cf12c0c4987325e49 Description: debug symbols for ros-rolling-soccer-vision-attribute-msgs Build-Ids: 13e9576af19625f2477dd608ac371e72b25f7342 1a0ea6ec2e4dcad28ca45f459754f68e834cfc56 2fe77be800343360a2b45d05786700a67343c0fc 35b8c8625339654a04642bc84cc9e63d0bbeb427 6c607547d8e0a27dbeb45fc9520dae86cff31d7d 8257c9c8d8fb2f047c8ccf57bf074fe6c4d4899d 92a9156583f9cfce33f4b222a3ee4d093852bb87 931b2a22944af5e5a7252ccadc8bcf581d3cb2b7 a64a2f415d4a6b98dd8e5067e2548989a22a7d77 a9bb0556f7bb122137045b0caf9e701633f0204b d45769ec183bc1ec2588d0cb9c410065e51699f3 Package: ros-rolling-sol-vendor Version: 0.0.3-5resolute.20260908.140849 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.20260908.140849_amd64.deb Size: 149160 SHA256: fb17addb2a6b8d502c5e52c7b622cd9bcce612c26718008cb74acac0a5c2e091 SHA1: 846e3d7b1e315752d84968ba84c252bdf1ca7f6b MD5sum: e349b0f0fc2b0b35c6b619fdfb9ce39b Description: vendor package for the sol2 library Package: ros-rolling-sophus Version: 1.22.9102-3resolute.20260908.134453 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.20260908.134453_amd64.deb Size: 43462 SHA256: 955ec12556a7a4445d35c365130f420e7a1e87d9bacccaf1b4a8c0fcb079ef7d SHA1: 32f063ab6d9f1c482ea10a8060d936fae736b689 MD5sum: 1641d987dcf55b754561f35019c604c6 Description: C++ implementation of Lie Groups using Eigen. Package: ros-rolling-sound-play Version: 0.4.1-1resolute.20260921.004439 Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 315 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, libgstreamer1.0-0, python3-gi, ros-rolling-action-msgs, ros-rolling-ament-index-python, ros-rolling-launch-xml, ros-rolling-rclcpp, 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.1-1resolute.20260921.004439_amd64.deb Size: 170446 SHA256: 8cdff387d950279f0af3f1038cf8deb365bbbc4b798a17ef2e087a625053a0f7 SHA1: fbd1116cb465d2939e2ed9271ee654df2fa45953 MD5sum: f9d1b8a1f9902e2d7495c63794dc08b6 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.1-1resolute.20260921.001715 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.1-1resolute.20260921.001715_amd64.deb Size: 146542 SHA256: f42552c75ab8c475dd2386e2ddcf1f5ad110fa0a01ce6e58bfc89bed9ee8bb26 SHA1: 978eedc41cdbe083de7df7a9aabd5180c0a84254 MD5sum: a4fb37d9e17728e142f67824f101eb40 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.1-1resolute.20260921.001715 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Shingo Kitagawa" Installed-Size: 1157 Depends: ros-rolling-sound-play-msgs (= 0.4.1-1resolute.20260921.001715) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sound-play-msgs/ros-rolling-sound-play-msgs-dbgsym_0.4.1-1resolute.20260921.001715_amd64.deb Size: 732626 SHA256: e14f5b557e580310491d7d6f98ff272318fe5eb97249899e4999b29685c5bcf8 SHA1: fcfe82715a160faf6ac6fe28aaba3fbe8af8c10a MD5sum: f6ccb71cacd35ab663bb906f223e42a5 Description: debug symbols for ros-rolling-sound-play-msgs Build-Ids: 028330b0f293b42d940ce9fe2680558aa590dd10 0c97ebe49cc56e6f609626e88cd1671915e6669b 206ab3932aa4fabd3adde3f3b5f3702a1a58b2e2 40b76a8802b6f7cd0e95a414416d3cdadb5aa9f7 51dd41ecae4ad2a56133342dd3e3f68ca2421890 7fa2199c8e5d177fd97f372226bd6bcaf899388c 904a0d3f3a7b1d18d2597a4e3642fbe9edd6ec10 ad759b0b29fed69cbdd9f23b05ff63f54b5d96a1 e1761927b2f83e226a8960cff6089752e3b7afb1 f4e54fef75fe583c9a130715e76b8748224b92a1 fa9943e30de356119de5af2de5268ecf6c9467ad Package: ros-rolling-spacenav Version: 3.3.0-3resolute.20260916.210219 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.20260916.210219_amd64.deb Size: 107740 SHA256: 1b8519cd7b2f13526f274a544bafde32ac7e9929cd949a64adfd9916e16df2ea SHA1: f315e1fa92ffe3b4bd15a4452546781800a44883 MD5sum: a798f1be9e3547f1bd2b5dcf6fd47f76 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.20260916.210219 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 2076 Depends: ros-rolling-spacenav (= 3.3.0-3resolute.20260916.210219) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-spacenav/ros-rolling-spacenav-dbgsym_3.3.0-3resolute.20260916.210219_amd64.deb Size: 1837968 SHA256: 7f63f788ca38a2e8356acc981387b375529f485db880a12a45552ad227930ad3 SHA1: abc21f1c65ec89bbaf3c501d2db004adc6f02f33 MD5sum: 640d451a93bf149a454c169ce4c57c37 Description: debug symbols for ros-rolling-spacenav Build-Ids: 5ba01833b924f8693deb0071d1544416c3b1e7e4 fb0b8218cbefdbbdd8382d291a1880c9ac7c98e4 Package: ros-rolling-spdlog-vendor Version: 1.9.0-1resolute.20260908.135318 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.20260908.135318_amd64.deb Size: 6058 SHA256: c648668a050e9fbc2d58ca399f4d1232d3038a04c99a74520e7d2fb03e60d2f3 SHA1: 2d729788d38f807af4b73f92e514782681d491be MD5sum: 4be94d0c38e4f941031336a24a1f2926 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.20260916.205437 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.20260916.205437_amd64.deb Size: 11652962 SHA256: 73e6def917daf4a9e4f0184e4a992594e7627d77801e74f73add8b868fe65971 SHA1: 26d554e5eccf0cae7929a3f9bc09f650dd31be41 MD5sum: 3d3cc33e0b61cf26f885287692148ba0 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.20260916.205437 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 6583 Depends: ros-rolling-spinnaker-camera-driver (= 3.0.5-1resolute.20260916.205437) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-spinnaker-camera-driver/ros-rolling-spinnaker-camera-driver-dbgsym_3.0.5-1resolute.20260916.205437_amd64.deb Size: 4900316 SHA256: 663f3b655f04b963b4b3ddddbbf10dccafe42541e44d4114c2edaf2bf107ec65 SHA1: 885f041a219f545f24d954a2e71399a5c2108cc8 MD5sum: 1db96617bc39b5f319501c499fdc4617 Description: debug symbols for ros-rolling-spinnaker-camera-driver Build-Ids: 142992b126ce6e8013553fd9b4fc9d47d3ceb39b 16bf520847a7c2df77c8fddbff941a807aaeae03 4979d1039d5212e4c92473435005335f230f4f0f 59d771ba775d1a5d383933fa6a60247a6531ecd2 7b5c5ca7c3a950c59b656d1f95d9581af063a594 a7ed29b914984113e59c7ec16d41ce3536a965b9 c04327651ca33314e487c502aa2668dd294d9f46 ca7afdcf2c5a8f85938354e193f09299d3cf9472 e0270313ff5ca791382987deb606b5eb6c8b935a Package: ros-rolling-spinnaker-synchronized-camera-driver Version: 3.0.5-1resolute.20260916.210326 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.20260916.210326_amd64.deb Size: 65710 SHA256: 79fc42288060bb96f2785723a5137d0ea1e34c6b935ea9de60f53a07ec4b6c8a SHA1: 252efaa8a5f27f6967d900884dcdc39ff33171b6 MD5sum: 63adf84f5825af41a64e869ff9458f2d 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.20260916.210326 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 2185 Depends: ros-rolling-spinnaker-synchronized-camera-driver (= 3.0.5-1resolute.20260916.210326) 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.20260916.210326_amd64.deb Size: 2094988 SHA256: a1dc933f28feeda55e52346034f90b9576f326c1d68321dde139856eb15b48b0 SHA1: 3b9158e7d06fce594d0a8eb6dd9d56072b1b300c MD5sum: e473c2343cef18b90f51a38ecb454ee5 Description: debug symbols for ros-rolling-spinnaker-synchronized-camera-driver Build-Ids: 28c801ffab2983f89d8714cc027d809ebb4ae13e c407465a99ef612ccc529aab962e77931ace8766 Package: ros-rolling-splsm-7 Version: 3.0.1-4resolute.20260916.025417 Architecture: amd64 Maintainer: ijnek Installed-Size: 502 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.20260916.025417_amd64.deb Size: 53964 SHA256: b8c718c04207c91f146675d6269e451c1412d5b06c86835af3f221024d46e445 SHA1: ea9895b841772fca9550ebfb4998c4caef7d1a08 MD5sum: 3a1a98e32b78121e6ba473b838261f8b Description: RoboCup Standard Platform League Standard Message V7 ROS msg Package: ros-rolling-splsm-7-conversion Version: 3.0.1-4resolute.20260916.025737 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.20260916.025737_amd64.deb Size: 6306 SHA256: f2dcee0cc43d1c7761482ee274a4f025fb027221726a8e632ec7e65c78477609 SHA1: 22b5aead5f1c8b4c577a73d3009fec2eab116221 MD5sum: 2285d51b6af4c8b8a9e7efc553954f34 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.20260916.025417 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 375 Depends: ros-rolling-splsm-7 (= 3.0.1-4resolute.20260916.025417) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-splsm-7/ros-rolling-splsm-7-dbgsym_3.0.1-4resolute.20260916.025417_amd64.deb Size: 232034 SHA256: be3c12baac623ac99e2649d19358a31c2b95adadbeacaf5ddfecc204a77e5f07 SHA1: 9c936d5037c840a8b75f17e9aefef1f2138100d3 MD5sum: 7d9d8ca9a42853815e6216e2a8e9395d Description: debug symbols for ros-rolling-splsm-7 Build-Ids: 53a65a31d8e199fe78a9a21fb874a4961dbfce9e 6016ce19239e47aaed89e48f7309770b8849e162 667df9054e72222895c919fe586d7b5218c012c5 7a305dbd18e3abdc5a42f5242c82faf2042db836 7e31f4b3968c21d3b5a0e0c0c89aa1045df59280 a8014797e4d3e1a3596d66b6290c13a7197f6c5c ba0c16953bdce39e8908eb4a62a0180d3a3ff171 c3b09338c404c43bb7bab70e2728b3044976f2da d629848af0d86f87ecb55917c51a939d531929e2 e391fd4300801ebc35027d2e12d35f14bd9444a9 f5b8635f87524eb0409dca64833fe93f27120142 Package: ros-rolling-srdfdom Version: 2.0.9-2resolute.20260916.210751 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.20260916.210751_amd64.deb Size: 63326 SHA256: b3b2b6aae5e83943641a9f471aa96a105d4bb070064b44d3ea5a262b312d9e71 SHA1: 2dd801fd46b7404baf2e02bc7a5bbac6f173ac8a MD5sum: b4844308b79f305ae1412e9ec2f05427 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.20260916.210751 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: MoveIt Release Team Installed-Size: 817 Depends: ros-rolling-srdfdom (= 2.0.9-2resolute.20260916.210751) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-srdfdom/ros-rolling-srdfdom-dbgsym_2.0.9-2resolute.20260916.210751_amd64.deb Size: 765946 SHA256: 0ee27af29a0882e28f9acf675c37233c211c957c8ca77ecae8609ef22e384f35 SHA1: 795030b1d4130cd99481112ee48823e69e6998d0 MD5sum: 4b6b07c15eee00dfb2963af319267ebe Description: debug symbols for ros-rolling-srdfdom Build-Ids: 16c1d9afe9210731353d40e356321388ac3adbfb Package: ros-rolling-sros2 Version: 0.17.0-1resolute.20260916.203736 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.20260916.203736_amd64.deb Size: 43514 SHA256: 90e13b3b89c6cee71d9cc7ae0b004570596b5d4f0d842c0636fd7a41cc6f2a80 SHA1: 8a3d671584665f831602c84125fedc3550ce94c5 MD5sum: 6cafcd6817a234dd96122f8bc51208e0 Description: Command line tools for managing SROS2 keys Package: ros-rolling-sros2-cmake Version: 0.17.0-1resolute.20260916.210750 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.20260916.210750_amd64.deb Size: 6924 SHA256: 183e2a4f253f11325d36a7fc8246b207785e554e821cf17682034a75a993fb95 SHA1: 0f21e7e5126238d7e05dd7ea926af3dc794dd5a1 MD5sum: fc586376275c0d78e25e59786788799f Description: CMake macros to configure security Package: ros-rolling-state-interfaces-broadcaster Version: 6.9.0-1resolute.20260916.213503 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.20260916.213503_amd64.deb Size: 90022 SHA256: d8a41f499921547c473d4bcbcd58247d456fd38360fd26eee9d3e6ca1f595f98 SHA1: 964040b636b1af4c7f1cb714086455ea3e0bb2db MD5sum: ac61b28e7b4347fbabb78ba3c4fe70b1 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.20260916.213503 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1447 Depends: ros-rolling-state-interfaces-broadcaster (= 6.9.0-1resolute.20260916.213503) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-state-interfaces-broadcaster/ros-rolling-state-interfaces-broadcaster-dbgsym_6.9.0-1resolute.20260916.213503_amd64.deb Size: 1294680 SHA256: 91727c11829b97ff91b7208a037fbcd55172cc7f6e678b6059f543c8661d1685 SHA1: db28bda7a10d1535bcea78c4c967b1982ee475f4 MD5sum: ccee6be8a1b93edc5cb0e1fb8d87f5b1 Description: debug symbols for ros-rolling-state-interfaces-broadcaster Build-Ids: a10cc80241a18ebbb61c7fce00c38bf48e35e242 Package: ros-rolling-statistics-msgs Version: 2.5.1-1resolute.20260916.025633 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.20260916.025633_amd64.deb Size: 75222 SHA256: 1808b0f95afb5c8b8ffccf63cc98919f5a87f789b01c8336318de862926af45b SHA1: 5cecb5422e4908cea80dea0314d071fdd97bb88e MD5sum: 5f85a8327f2fdd4bee03f2a90e54c699 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.20260916.025633 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 606 Depends: ros-rolling-statistics-msgs (= 2.5.1-1resolute.20260916.025633) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-statistics-msgs/ros-rolling-statistics-msgs-dbgsym_2.5.1-1resolute.20260916.025633_amd64.deb Size: 413036 SHA256: 20df574831a439bd3348f3d7ca97fab399243f5947234b6da8ab3b16f2d43f65 SHA1: 674e65e21f885e4e20606406fcf1a2de0ea77e7f MD5sum: bb6739d964f602e11256ad3af6ccf218 Description: debug symbols for ros-rolling-statistics-msgs Build-Ids: 49ec9eb8fd85ed81837a886d781833322137afe4 76a00fd195865d70cd7e73df41ec73327fb23a50 80dc50d82142b850e6610be0498059754b854e87 9a92acafabcf7640df2be2da841ea13e2d8a18a5 9e0cc7ff52c7859c28f373be30e2b0683babfbc9 9e3e466daded8f2db3ae53ff37dbaec3c64017fd a90f18014c081ab400ca091b24b54decd1346b63 b3c1e5d9c4564d31a7b46208b420fec362d1a9f3 c1c51ebb1c8449b07c63d54a15a6ad3a3f03cd9d dc0d3410706a7b214aee1b17289eac420e8d4a27 dc16f8cf7c9a43c9f09d9b622ce8e9cd7540fc06 Package: ros-rolling-std-msgs Version: 5.10.2-1resolute.20260916.025803 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 4051 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.2-1resolute.20260916.025803_amd64.deb Size: 274694 SHA256: 1a73f0ccaaf52c047b422adc8f3bb153dfa3866cd246c6c06d7e0b7898311458 SHA1: f90ec8f2f653808dac8d59991b3ef76f4b5c4646 MD5sum: 04995a5f01b7d08fe4d926d2ff1cb0c8 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.2-1resolute.20260916.025803 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 4004 Depends: ros-rolling-std-msgs (= 5.10.2-1resolute.20260916.025803) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-std-msgs/ros-rolling-std-msgs-dbgsym_5.10.2-1resolute.20260916.025803_amd64.deb Size: 3129246 SHA256: 25453e180cedb7c7be13b49132aab82156ef508cb38efef8f12351015e82c547 SHA1: 1f38549b015c2a629e5dc9570c49b786742c4186 MD5sum: f6823a2b3e304a0aefc05855682cbba3 Description: debug symbols for ros-rolling-std-msgs Build-Ids: 1269ec57ae0011401f6515e0dfb63119a27fa067 216ef92cdf381d2d0b5ac4ce503b4fafd63e10be 40e0ed9da1b2241893733352f8d593d1de800711 92fb29bf9e49a98389356c2de32286b70e222ee3 97681032900a422f44e9922e7a2bfc267cf42b7c ad9d1b18ff648f3c27bb1c2c38e52967ec5ea56d afdfaf211604605221175956bea158b50f83a83d b6cd0937354464777f377ba36390dc26db39882d c1cdca06b122f3d28e67b1fac440e8dd2a7bc549 c3cde596a0ce94775e2d7e6eb4c88a9e2f5f6503 cf913ed8ef9f68e93011a7271b145c869426adb8 Package: ros-rolling-std-srvs Version: 5.10.2-1resolute.20260916.025420 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 1493 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.2-1resolute.20260916.025420_amd64.deb Size: 122098 SHA256: 9bce11d195df5cbf1ea07e15666caf9dc42f1bfc86d48536933397edd633266d SHA1: 3bd9dd7565e91432ff46c683378e4c2a0f7e7c20 MD5sum: 8b7d1f190bf283d71bb01643c2e245a6 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.2-1resolute.20260916.025420 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 1169 Depends: ros-rolling-std-srvs (= 5.10.2-1resolute.20260916.025420) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-std-srvs/ros-rolling-std-srvs-dbgsym_5.10.2-1resolute.20260916.025420_amd64.deb Size: 815878 SHA256: c20727efc1ab22d7b47d7300e0dc8b3a35e6f028ab21120111e521dc8ebda265 SHA1: 5204f68d4609f2f724a041385b7a3b4032226690 MD5sum: 59850d8a7d9b26de0219213d0af2a588 Description: debug symbols for ros-rolling-std-srvs Build-Ids: 136ebf8cb4b9c8cddd3e0afb55555acda32162a5 193be42a84ce0216e2e752fe73b1c87ad6e9ad39 290cb7934be5ead51ad84ba6b410acca6b34efc6 2c45d061845bac170b5315f7d2017b820aec4fc7 51c0329923e2f1e66048a55a0f3c10eed42a97c6 77217ce6b92fb368b60f8a77417d63cc33e8fbc2 9e5264ad52e5411f8658ca8a884bdb06e9b752ce d191b7708abda7057c9b3ea03eac8be4a5a2f114 e6478546d894a10732a78f8a0c0c8d341d908a84 eb2a23b551092109a2af4be9189e3e55e16e59c1 f441a469cd3100b3ff944e4ebc5b47502a020376 Package: ros-rolling-steering-controllers-library Version: 6.9.0-1resolute.20260916.214148 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-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.20260916.214148_amd64.deb Size: 223568 SHA256: 7e609e9e3f8af7ddaa99d875398df72e87ccb21f14be900f08ffe05e3ad4632e SHA1: 1211aaa018c23394f38b8f9599f85b67f5bac4c9 MD5sum: 552c7e6ab1e5f56ac546d5dd7e5c1bcd 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.20260916.214148 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 4218 Depends: ros-rolling-steering-controllers-library (= 6.9.0-1resolute.20260916.214148) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-steering-controllers-library/ros-rolling-steering-controllers-library-dbgsym_6.9.0-1resolute.20260916.214148_amd64.deb Size: 3611202 SHA256: a96cfa6a6754b2027fc5804672526738ba09bb27e0a41d2654cd72d4a87a8fec SHA1: a152eb9e72721f0942243506b19b0754a77db051 MD5sum: e41312155d83fe3a1c58622babf4a33f Description: debug symbols for ros-rolling-steering-controllers-library Build-Ids: c9195c86c90eca98f76d9e19ad52a69a06dc8848 Package: ros-rolling-stereo-image-proc Version: 8.0.1-1resolute.20260916.212516 Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 1419 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.20260916.212516_amd64.deb Size: 295386 SHA256: f13410736d1d2ca978fa12d9fe37553cc854d0f9bea32c2fe0ae7efbd420fbe3 SHA1: 4cbc49062a2988ab45d0bacdd02f06567ebfd3e1 MD5sum: e3bdabf54c8e0fef07c7bd020f594702 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.20260916.212516 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 7763 Depends: ros-rolling-stereo-image-proc (= 8.0.1-1resolute.20260916.212516) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-stereo-image-proc/ros-rolling-stereo-image-proc-dbgsym_8.0.1-1resolute.20260916.212516_amd64.deb Size: 6605704 SHA256: 01023528b3f0596a45a29c103d571a657dc5da1e57e324417676acefd0d43e70 SHA1: 70a626a72235c61817f9ab961c5c8117d091dcc2 MD5sum: ef8c79849ef70d6cfcb492dc8c3d2a98 Description: debug symbols for ros-rolling-stereo-image-proc Build-Ids: 2e355178d507862f3e705261232e580036d0f933 5c3246290dd78d3ee496b6e84634ccc9b3ec9511 c663eedca1752416f3ce06a14be08fded8effb42 Package: ros-rolling-stereo-msgs Version: 5.10.2-1resolute.20260916.034810 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 519 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.2-1resolute.20260916.034810_amd64.deb Size: 54248 SHA256: 7ec825911cce7b0f53883d80e53e5e76284442840a19128954af5f891b6a8474 SHA1: 60850d5327f62cb13d8d16e6d292573209c163db MD5sum: 8c94a26607994ea1202b5917862c9355 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.2-1resolute.20260916.034810 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 396 Depends: ros-rolling-stereo-msgs (= 5.10.2-1resolute.20260916.034810) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-stereo-msgs/ros-rolling-stereo-msgs-dbgsym_5.10.2-1resolute.20260916.034810_amd64.deb Size: 247892 SHA256: f086a8c833ac689921636f9402d669e4ea3c256eff208336522a86f9c3cfa4e9 SHA1: 97b3be0217ed9893d1bf72c0b1c5f5f6bf0ea32e MD5sum: 610fb089f1986961407c14f2a8c0f1aa Description: debug symbols for ros-rolling-stereo-msgs Build-Ids: 0e4cfdeb79f848fc60ee86676ad4fc6576b02b85 21ef4aeac63449357ff09028bddc97585e0c6f6b 26ef0d25ff523820c9f4c9d3446b2a53553077a8 5d3343c477fbb2d7c15d61143460bf92b626be90 68984a1fb9266ca37beadfd0e3453cc70cc0c3df 69d683a7ef6cc2f40e2154397ef058a9234ba975 7d519a0336fc882f992988b2350900eb0212fee2 84c2f40d56af1f542c1c9c17a20439a37719b696 8e6a459b821442078c2614c3782ccb2424c9d213 cf42721c1372de63da0eb2eb6507c0e39d911100 e67f35a7108213b6a38166a64472ec9cad677442 Package: ros-rolling-stomp Version: 0.1.2-4resolute.20260908.134103 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.20260908.134103_amd64.deb Size: 72036 SHA256: 65cf0135b7b9a5e571f48a4517b47b2a83e832f4d896971b9093f2e96f900379 SHA1: ce1a59be9a98a09bed8e7c020b2c83c19a244bdc MD5sum: c55bafb3a992e7bcd644f9ae8d2e955c 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.20260908.134103 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jorge Nicho Installed-Size: 2761 Depends: ros-rolling-stomp (= 0.1.2-4resolute.20260908.134103) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-stomp/ros-rolling-stomp-dbgsym_0.1.2-4resolute.20260908.134103_amd64.deb Size: 2743286 SHA256: 7b2f3d77d9aa823146488c438333bdfadeae1b85d4a4e90b63bd49750948d882 SHA1: cc99a8f43d931eca9a923a115de2cfaf6536fe87 MD5sum: ec67a8c4b3c53c24aeecfc9f69e6b3a1 Description: debug symbols for ros-rolling-stomp Build-Ids: 4b3af726bf7af841faa1092198d5b5db2c8568eb a69229be4b92762fa2f031b3211ee010465fcc4f Package: ros-rolling-swri-cli-tools Version: 3.12.0-1resolute.20260922.040851 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 94 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.12.0-1resolute.20260922.040851_amd64.deb Size: 14970 SHA256: 5320ff32d3673c99c7a3b17308bcb75f89544c5456d16702031bcba30bcc419f SHA1: 04ce27f9bd1f50dbe916ce3c49eab71401cdec4b MD5sum: ac9e109faaf973f32643d0af6bfa073e Description: Command line tools for introspecting ROS systems Package: ros-rolling-swri-console Version: 2.4.0-1resolute.20260916.213954 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-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.4.0-1resolute.20260916.213954_amd64.deb Size: 1861180 SHA256: 032908ac6fadc88ee9a163266bf9a6fccd0c86744525dd4031ce51790c9f554d SHA1: abcf64b0669ef9331fd1badd401564b31a1f613d MD5sum: afd854c15db1d80f8d4cd1673cf75256 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.4.0-1resolute.20260916.213954 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 11688 Depends: ros-rolling-swri-console (= 2.4.0-1resolute.20260916.213954) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-console/ros-rolling-swri-console-dbgsym_2.4.0-1resolute.20260916.213954_amd64.deb Size: 7055156 SHA256: 85da598c697ffa8190450181dd50718829842c9835077f2987050e936cb1bffc SHA1: 95231012af6f4d42adb91e9cd17729ada529df55 MD5sum: 6bfeca27d9db1de42dcfe64f9f06a70d Description: debug symbols for ros-rolling-swri-console Build-Ids: 37a9e4d9615f0783fbd11277c1cab4a8c093c2b8 Package: ros-rolling-swri-console-util Version: 3.12.0-1resolute.20260922.040917 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 92 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.12.0-1resolute.20260922.040917_amd64.deb Size: 19868 SHA256: 61facd9c94688e3d0e74161a2cf666d3ad186556309fc173165130a2e05b228d SHA1: e380aac589d5bce237555fc4256db990e1fe0aa7 MD5sum: 6700105ff549fae96f5d14cb30decbc1 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.12.0-1resolute.20260922.040917 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 257 Depends: ros-rolling-swri-console-util (= 3.12.0-1resolute.20260922.040917) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-console-util/ros-rolling-swri-console-util-dbgsym_3.12.0-1resolute.20260922.040917_amd64.deb Size: 238538 SHA256: 1395e6ac6bd13b7786d63de420da3736f9c026437086319427d8ce53541e1660 SHA1: 1a34960099e3ac00fa7905f732dbe44293b19652 MD5sum: 7b76edd14b8317610d41a2c357ed8454 Description: debug symbols for ros-rolling-swri-console-util Build-Ids: b83fec183bf152df50b42889ce14dd6b8c88a579 Package: ros-rolling-swri-dbw-interface Version: 3.12.0-1resolute.20260922.040840 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.12.0-1resolute.20260922.040840_amd64.deb Size: 8982 SHA256: 129b58dd3a4179a83b5321d0117d77999c73436f5cfa65f31b5b33f7d97f1c1e SHA1: dfa220c0d1988ff08d74c1d579d7dbed80e2d64a MD5sum: e4d35f21adf2ab3495418fd562bffdbf Description: This package provides documentation on common interface conventions for drive-by-wire systems. Package: ros-rolling-swri-geometry-util Version: 3.12.0-1resolute.20260922.040630 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), 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.12.0-1resolute.20260922.040630_amd64.deb Size: 47882 SHA256: e4b7d978e5ec1494154bcfa033b6625295db6cf379553c632be82fd9f341c362 SHA1: 4b55b8c3186edf2e5a8e64fe459d0ac6ddf6dddd MD5sum: fe52285d74c9b799091a716006141595 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.12.0-1resolute.20260922.040630 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 1886 Depends: ros-rolling-swri-geometry-util (= 3.12.0-1resolute.20260922.040630) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-geometry-util/ros-rolling-swri-geometry-util-dbgsym_3.12.0-1resolute.20260922.040630_amd64.deb Size: 1884458 SHA256: 8d044a0f92535753cd91126f46e5a0480a9a1d6d3b3be10d844df7a00730a857 SHA1: a32439e3e61d7d7ad24ff05614ad9860a5685427 MD5sum: 269d652ace19210bd14a03a9d74abd79 Description: debug symbols for ros-rolling-swri-geometry-util Build-Ids: 5e45381950587592c131ecc98612934a02e9a058 Package: ros-rolling-swri-image-util Version: 3.12.0-1resolute.20260922.042917 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 689 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), libopencv-dev, ros-rolling-ament-index-cpp, ros-rolling-cv-bridge, ros-rolling-image-transport, ros-rolling-message-filters, ros-rolling-rcl-interfaces, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, 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.12.0-1resolute.20260922.042917_amd64.deb Size: 185650 SHA256: 0fa1ade09578fe3d8033c4360e56422bec461c460c4243368218998091ec9b47 SHA1: 1b654ff167755146d59745ec2b7a2a748545dc8a MD5sum: f24ecd29b18880287b6697904b7477a1 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.12.0-1resolute.20260922.042917 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 7467 Depends: ros-rolling-swri-image-util (= 3.12.0-1resolute.20260922.042917) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-image-util/ros-rolling-swri-image-util-dbgsym_3.12.0-1resolute.20260922.042917_amd64.deb Size: 7176368 SHA256: 41890d7097b8538ea9f4b858f745f97fde524837da4859666a0f21b241bae980 SHA1: 2547c7f748b0f22ae7e3f5f022410fdc370d8f43 MD5sum: 2807153ab15cdb210fbb3107d40d3bc8 Description: debug symbols for ros-rolling-swri-image-util Build-Ids: 1d66d7801956c5c83da6debc261864d396a6b9c7 32311beb6c7144fa6cd1aee44f6ca07029af184f 6b0c6920d95307eef33fddcc2d72f46b26bf71af Package: ros-rolling-swri-math-util Version: 3.12.0-1resolute.20260922.040957 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 150 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.12.0-1resolute.20260922.040957_amd64.deb Size: 33578 SHA256: d9186d40af67a41be7e648243189d10fad49f90b518ae609484584f5ffa1d040 SHA1: d8e9256ae864308447d51f7bec6a28e4b0a13752 MD5sum: f408a73162e4639b415d1ac071b12161 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.12.0-1resolute.20260922.040957 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 369 Depends: ros-rolling-swri-math-util (= 3.12.0-1resolute.20260922.040957) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-math-util/ros-rolling-swri-math-util-dbgsym_3.12.0-1resolute.20260922.040957_amd64.deb Size: 343970 SHA256: 45070cdc603f504720782271a10bc4bb43ebf2c87077973370f8bc73ffabdea0 SHA1: 6880f52f80cea25c43b82986bf4163cfbeeb6409 MD5sum: e648babb73ca2b7bc753a1a735388e10 Description: debug symbols for ros-rolling-swri-math-util Build-Ids: 0279683e15a5d32ab0cb2254ee8aa484f203646c Package: ros-rolling-swri-opencv-util Version: 3.12.0-1resolute.20260922.041927 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 223 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.2), libopencv-dev, 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.12.0-1resolute.20260922.041927_amd64.deb Size: 49814 SHA256: b6f980f5ede0a25bee31e4f66f74b6086af0842576b091b762aca0159923ec5f SHA1: ce83985b1f43a3d0815bc9956865adc07cf01572 MD5sum: 760fec7e77f36e25485f3a9f510e597b 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.12.0-1resolute.20260922.041927 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 572 Depends: ros-rolling-swri-opencv-util (= 3.12.0-1resolute.20260922.041927) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-opencv-util/ros-rolling-swri-opencv-util-dbgsym_3.12.0-1resolute.20260922.041927_amd64.deb Size: 525856 SHA256: a25423473a8091469c51b682902a07ada94c865f135b51ff6fbf8ba161e42d97 SHA1: 59f34155db310fa1be54fca2669b56df9c4e6c0b MD5sum: 5c3716f91a0aeef11cbb3216030b0364 Description: debug symbols for ros-rolling-swri-opencv-util Build-Ids: 1b3cec2d53353db8112d72388cd4880f773fe0d6 2c46f24741ceb040316a1d9b4527cdd63933851b Package: ros-rolling-swri-route-util Version: 3.12.0-1resolute.20260922.042917 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-rolling-geometry-msgs, ros-rolling-marti-common-msgs, ros-rolling-marti-nav-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-std-msgs, 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.12.0-1resolute.20260922.042917_amd64.deb Size: 195052 SHA256: 97a1fa653288812840ea843b856e71afa847bccdc74860b86903931d34cfeea6 SHA1: 12a3fc2e1753fc7c003cf71f8c473df5f7349cd9 MD5sum: 86af9cf9f18ec6bf17c1ac3a1a9fbae5 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.12.0-1resolute.20260922.042917 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 4125 Depends: ros-rolling-swri-route-util (= 3.12.0-1resolute.20260922.042917) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-route-util/ros-rolling-swri-route-util-dbgsym_3.12.0-1resolute.20260922.042917_amd64.deb Size: 3627198 SHA256: 4b6d4b256db9db557afdc02b012fc39e3d17ec0b719fae7b5211b2a240c0e3d9 SHA1: 76013edc68f6c514978675e5a08d6e6427b002c7 MD5sum: bb71079ec830fed0e0a258bffe2b79fb Description: debug symbols for ros-rolling-swri-route-util Build-Ids: 6ac53cbb4c8e90534e72003965b58cc231736804 80e96c50c80d818c03065e758535e898b53ab8dc e0a203ea04d9c46d62f08a7a0ca14ca6d590a71b Package: ros-rolling-swri-serial-util Version: 3.12.0-1resolute.20260922.040637 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.12.0-1resolute.20260922.040637_amd64.deb Size: 20676 SHA256: 8fb649e129b1af015c87ca3ef0c99715696be6e669db645c160441b12a7430c4 SHA1: a640be92a54d4a6ef8e5155d19932ae53111229a MD5sum: 99f68d75eed186a63cf470eaada115ab 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.12.0-1resolute.20260922.040637 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 110 Depends: ros-rolling-swri-serial-util (= 3.12.0-1resolute.20260922.040637) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-serial-util/ros-rolling-swri-serial-util-dbgsym_3.12.0-1resolute.20260922.040637_amd64.deb Size: 89652 SHA256: 2bb81508563fa42e3b79bcb061bf3d5538dc8428b7eec6310b97fede7af6bae4 SHA1: 2dde8054da0c3c9cb35334a128440d7f2185a84f MD5sum: 8a6826482d836036edd1d780855273e8 Description: debug symbols for ros-rolling-swri-serial-util Build-Ids: 0ecec68d2f0ded14434be524ae7ec89cc14339a3 Package: ros-rolling-swri-transform-util Version: 3.12.0-1resolute.20260922.041805 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 2874 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, libopencv-dev, libproj-dev, python3-numpy, python3-yaml, ros-rolling-diagnostic-msgs, 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.12.0-1resolute.20260922.041805_amd64.deb Size: 475386 SHA256: 6287dff5c1e2ed72d418e9c0b962cf4562d834822ccfe54fb97d6abe68c06f69 SHA1: a5c8405752cd902e32537c841881797432a0a450 MD5sum: 79197fbb3e56dd18bc2a052eba059a3e 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.12.0-1resolute.20260922.041805 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 13634 Depends: ros-rolling-swri-transform-util (= 3.12.0-1resolute.20260922.041805) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-transform-util/ros-rolling-swri-transform-util-dbgsym_3.12.0-1resolute.20260922.041805_amd64.deb Size: 11221550 SHA256: c960182e58427c3eeb0c54519be8f51dcf4a3f999daa7b7f9e64de3687ea8677 SHA1: 820a5b603ada71a0926dc929fea1f6fdbac4c58b MD5sum: a95a4f99ed46e2faf648f006e668f502 Description: debug symbols for ros-rolling-swri-transform-util Build-Ids: 2d493c9468b3a5935187de01c2979f737efa813f 9d616c763a905d8468e95ec3a559217bedfb7480 ccec0d129fc118b427431c6a9b5883791e5ce6a0 Package: ros-rolling-sync-tooling-msgs Version: 0.2.11-1resolute.20260908.140943 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.20260908.140943_amd64.deb Size: 112866 SHA256: b09e2edb0e6742027d799b09e1c990bf6c66dd9f3db56b34834270d2e6eb0be0 SHA1: 47b25c3a5a7eda088860e2547ebcafc7bc373964 MD5sum: 8a0aebab1e2117c863e654e0bd8b7e8f 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.20260908.140943 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Max Schmeller" Installed-Size: 2983 Depends: ros-rolling-sync-tooling-msgs (= 0.2.11-1resolute.20260908.140943) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sync-tooling-msgs/ros-rolling-sync-tooling-msgs-dbgsym_0.2.11-1resolute.20260908.140943_amd64.deb Size: 2830906 SHA256: 4b971b6311766f410ad26215ad39c1300c21dc194979d34da7df0fde7a5fb9be SHA1: 7d45ff8ddea041c114831151135eef33c8b5839e MD5sum: cf24498dc8bac7e371199a8c6a0ddfc8 Description: debug symbols for ros-rolling-sync-tooling-msgs Build-Ids: 12d86152486da661ae70336b62f7115090960efe Package: ros-rolling-system-fingerprint Version: 0.7.0-4resolute.20260916.203920 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.20260916.203920_amd64.deb Size: 10836 SHA256: 80891bdcd86c6ecd5769e83d5c6583caa66719debbf4ba7c9ca0715e3ba4caf2 SHA1: 12a12c1a8c821f3e277209ff942fa6b868498978 MD5sum: 55e5ebc30be6f58ca41edfc2840871c5 Description: The system_fingerprint package Package: ros-rolling-system-modes-msgs Version: 0.9.0-6resolute.20260916.025422 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.20260916.025422_amd64.deb Size: 149742 SHA256: b031102571799e9c954d6e0394b3d65d8cac5306bd6cbb60baf25430508b88cb SHA1: c713ea7fdeb8c9f4f44be5588c35a6f91bf44af6 MD5sum: 42b05cab413bced0ed9fc7c579e9a228 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.20260916.025422 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arne Nordmann Installed-Size: 1520 Depends: ros-rolling-system-modes-msgs (= 0.9.0-6resolute.20260916.025422) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-system-modes-msgs/ros-rolling-system-modes-msgs-dbgsym_0.9.0-6resolute.20260916.025422_amd64.deb Size: 1093052 SHA256: 923eeaad331cd2539350274cc2162c5647c490f38e17aa52f594a55b2b7a33b5 SHA1: 52c46ecf4e5986300d6694e061a979f93cbf0f80 MD5sum: 7a9cd42823e500f8b1240b5a9f6a7309 Description: debug symbols for ros-rolling-system-modes-msgs Build-Ids: 1422b7febe457c7cd1520433582d051a59095f41 247519ab6afa8c89accaa9b3a7a25e64edc2c8a5 26dc42f0f0edfc1d0bd8996888c41138196e1cf4 79e5014fff84b91910d1cc02aedbad8dd1a236f5 92318c38890455165ecab88fd6c82dc2accba817 a43864eca7a065fc5615f2b73fd5e182f2124443 ac40a8046a7d8a8b8297838f07eda98cd5ec0277 c186b91789a8bc36709a953b81c54f89dbdc3313 d0f3a52fe6941804e0f8574307fdc564b23b1b4e e43102d03e08ce30e56a008ea25fa20cac13da64 f571eb44a57ad9c99ceb58b429fe66eae7b4fce2 Package: ros-rolling-tango-icons-vendor Version: 0.6.0-1resolute.20260908.141009 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.20260908.141009_amd64.deb Size: 6062 SHA256: e19dfd190827a9aaa1d1791ef3080763e7a715c59693c06e53f705f76cbcd56f SHA1: a45825f9b72f247e10c107684183e4964d3d07c6 MD5sum: 84df228f1ef8a706028276a48d42b86c 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.20260908.141016 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.20260908.141016_amd64.deb Size: 11290 SHA256: 71c9bc2d7ba67f1453c6a17a66ddc02c7eaf165f78ff0de7fe143cc74dd9b00b SHA1: 1bfd697ffefd5363734dda6801d83298c5bcee96 MD5sum: 50b49a5ec03083f5c5324121e0feda35 Description: Implementation of C++20's std::span Package: ros-rolling-teleop-tools Version: 2.0.0-2resolute.20260916.210639 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.20260916.210639_amd64.deb Size: 5474 SHA256: 5083139b4302b301718d5b0f4ffcc375d533162ba08459fc4f0b1a9f83efb1b7 SHA1: a7458ef0640d7bb58b28f28bc65e00072d5411fc MD5sum: 0d863c9e532bcdac79d67112aa25d47c Description: A set of generic teleoperation tools for any robot. Package: ros-rolling-teleop-tools-msgs Version: 2.0.0-2resolute.20260916.025630 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.20260916.025630_amd64.deb Size: 132158 SHA256: 4c3f149f57616bcc16d97ebf8769508193be671b06457a55a36eaa3b7725abb8 SHA1: 1222535374711b80ae73527bf1269d775fd328bc MD5sum: 9cae3d356d6d03b8cd55219d1c029c06 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.20260916.025630 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 986 Depends: ros-rolling-teleop-tools-msgs (= 2.0.0-2resolute.20260916.025630) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-teleop-tools-msgs/ros-rolling-teleop-tools-msgs-dbgsym_2.0.0-2resolute.20260916.025630_amd64.deb Size: 594056 SHA256: 464e9291285564685b4188bbf5b312db9c933a6465fb3b4d8abd8f9446af8dda SHA1: eec2de8cf44d5018ec13918f1fb02c8207519999 MD5sum: 35cb6e05fffe0d593502ba145fb7854f Description: debug symbols for ros-rolling-teleop-tools-msgs Build-Ids: 070eff8f013e320d20fbbf98ab33a211d277a2f5 1d72f2d2df2d9c3b8fea1b9e0ff8945e5820a5fa 1e9b5a0af919aeffd2e2d7a61ade41713da0dd51 202ed2721ea9d13e0dd28db25953c42ca0f480f6 2507d451e82f129a2c4ac68c2e2f111bdd6da2ad 27fd31666762c82354bd6d766b94c6550da9bd8c 60395fafbab34922576e25704437eb2c10314cfb 6daf8a4911f45fbf171219f395501a0105dac262 d6363c2daf47b10ce159ac8c53912a969545cfe5 dae2121ab0101f13b40c384666d90b1d8a1a0bca e305eda69c2bc32229076aabb14ca5bf35f4e064 Package: ros-rolling-teleop-twist-joy Version: 2.6.5-2resolute.20260916.205802 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-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.20260916.205802_amd64.deb Size: 154968 SHA256: b866974f3edd5daad6373a3611f150daec12039fbb254c335954e328891fd29f SHA1: 09e1ee98b19da46f1ce799281ead5b03d691689f MD5sum: ed515d31d7fe6d9dd68e124c8b34b913 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.20260916.205802 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 3308 Depends: ros-rolling-teleop-twist-joy (= 2.6.5-2resolute.20260916.205802) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-teleop-twist-joy/ros-rolling-teleop-twist-joy-dbgsym_2.6.5-2resolute.20260916.205802_amd64.deb Size: 2822728 SHA256: 7ab84391b7132e9d42ee49409cb3b629cbf3cc23804608f48e77e20d91950b2f SHA1: 3e7f27f23c69dbfed054cf050e694d478b9e7374 MD5sum: 7fc1f04c99858c998ad98b3300d1837c Description: debug symbols for ros-rolling-teleop-twist-joy Build-Ids: 99f5bc56eb717a46e89156a5e426d86f0a7fcee4 c65a03596fd33c41d2ca24f020fc761196036850 Package: ros-rolling-teleop-twist-keyboard Version: 2.4.1-2resolute.20260916.203638 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.20260916.203638_amd64.deb Size: 9556 SHA256: ddb98f2f798484396e800ac77969745964fef2838dd646b7a464acb861b67085 SHA1: 5c93b1af1d5d7ded22aadabedfcec61857261d61 MD5sum: c8fa958516e86c746d2aab401a794c17 Description: A robot-agnostic teleoperation node to convert keyboard commands to Twist messages. Package: ros-rolling-tensor-msgs Version: 0.1.2-1resolute.20260916.025443 Architecture: amd64 Maintainer: "Yuankun Zhu" Installed-Size: 614 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.20260916.025443_amd64.deb Size: 76720 SHA256: 0c4dcced96b2028c56f46214a8cab42eb3fde0d0aee72db4f3e07b9ac6f17307 SHA1: 21ae5b157feb46c998ccd7b279c740ef0c0caa6e MD5sum: 7cc8d8ad8268076803d988d33bb71ca5 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.20260916.025443 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yuankun Zhu" Installed-Size: 710 Depends: ros-rolling-tensor-msgs (= 0.1.2-1resolute.20260916.025443) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tensor-msgs/ros-rolling-tensor-msgs-dbgsym_0.1.2-1resolute.20260916.025443_amd64.deb Size: 538408 SHA256: 9f7d9e2f5ab66f10b2c8cd88f92540bfe7cb5a5c9b70dbba02ded34cf56e005a SHA1: 53ea0c5bc36df9393aad5f57e15edd4da2932705 MD5sum: eb08128f3293518923088740a841c54b Description: debug symbols for ros-rolling-tensor-msgs Build-Ids: 0aedf66e15a6e23a24dcc82b5d6007bb15bbeb81 19c8da2d07a2cf543762cf3e680215cd1dddd851 254525645f5a94744b5dc87535a7f69b6ef78a8e 381314aa1349a6a128acf84aa555851b5ba8736b 5dde3650fd1d0756f7fa82dc20771db913bd3acc 84b9768d4badcda3b8d2cb4391af8638786fee52 9c0a3eaad9248747f71f1498030c46789f38d805 a752d9c1b4941e115e89d6bc6aba133275f2a68d ecb9ac25fa1f745e4d5d35e6746bcc808f5a6ef8 f272d038a91c2bbb7b2ff42d06c0c62f0eb1237b fea8f203683aafc9f34dfd180ba74acc1ba5a682 Package: ros-rolling-tensorrt-cmake-module Version: 0.0.5-2resolute.20260908.141122 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.20260908.141122_amd64.deb Size: 6962 SHA256: 238e5f025c6999c522e77660d3d6ad5fb209ae6bdbc4f38b02fd318739b73aa5 SHA1: 71ea0d5f5d127ec2ec379bb89ab9f139ed1ada95 MD5sum: 6d61ded1ab3318e224b0b83565031f32 Description: Exports a CMake module to find TensorRT. Package: ros-rolling-test-interface-files Version: 0.15.0-1resolute.20260908.134453 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.20260908.134453_amd64.deb Size: 8554 SHA256: 1d4404dada565a8ef941e6a0a018832a4d40477ec3e70cf2cd59501e174d2d0d SHA1: db7e1bf15f853ba2cd8cd4df9b219af18d783151 MD5sum: 9a2f771b3eab685869adb7e860fdf02e Description: A package containing message definitions and fixtures used exclusively for testing purposes. Package: ros-rolling-test-msgs Version: 2.5.1-1resolute.20260916.025830 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 11121 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.20260916.025830_amd64.deb Size: 761730 SHA256: 7beeef797d917c5130e66f04623f48e845d1bcbcfc11c2c889a0f5cb1b2c5966 SHA1: fa82f81237e4b9af228821706678e0783d90641f MD5sum: 6bb187f7739fb75055251b9c39d134dd 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.20260916.025830 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 8124 Depends: ros-rolling-test-msgs (= 2.5.1-1resolute.20260916.025830) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-test-msgs/ros-rolling-test-msgs-dbgsym_2.5.1-1resolute.20260916.025830_amd64.deb Size: 6321794 SHA256: e3694ad1fbc21bcd3fe94a20b2554dd1d9c69b02e1bd2ca811e97abe37c1e281 SHA1: c1e7f45d4fb54f6aebb1572eacc0d44cbde169fa MD5sum: bac742fabb2eb4a88202edca968675f0 Description: debug symbols for ros-rolling-test-msgs Build-Ids: 085e41104d45f4efe2e5dfcfca4a8ade63fbb3b0 257bfb60ec3f1d1896f968c468a5ae5b5324ce7d 69d043348b9f6a5a811314eeecaf75ace48a81db 7178544fa95b5bd0b5fc1d45b38850fb296ad6dc 8a70a774c905ab16c9c6136531619a22cbfd54e8 8d6f965ef4bc88fb62674a9db1580966baeb62e8 8ea3534785491deced699f398ecab24c48852a03 94acc41a230dc96c9af7b55d8b262ddfcfe5f20b e855085e1c7a2185fafe52f1fe5b08d20fb3bf3b f0854f9917387a6a8e126cd268cc69ad01e023d4 fdfa6ace4784611ad211356ccb80f0f53f47f9fd Package: ros-rolling-tf-transformations Version: 1.1.1-2resolute.20260908.134448 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.20260908.134448_amd64.deb Size: 25194 SHA256: 74ca80550de67c06951e5b1cebe199add215adb1128f4c1b5aed2178c80f3fcf SHA1: 0c260179678b86763124f5c4782413b7a4aa6d73 MD5sum: 5678a6ca527d52810fa683f912391ed5 Description: Reimplementation of the tf/transformations.py library for common Python spatial operations Package: ros-rolling-tf-tree-terminal Version: 2.0.0-3resolute.20260916.210954 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.20260916.210954_amd64.deb Size: 14916 SHA256: 0c7c0db4a78b7adee51f3b2de54281d792b86eaed6db812514ecd9d21d0f4e46 SHA1: 89227472f4ebae58bd435c0c4a1a84d28952d825 MD5sum: ac7fcf6ae8d3129bafcf52174981820a 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.4-1resolute.20260916.195326 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 386 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.4-1resolute.20260916.195326_amd64.deb Size: 96670 SHA256: 8c12b07f943de88337a3f8a173ff6277b6f8f95bdffc3e3e9bceb64444cebc8e SHA1: aab0f5a73accaf556e5c1a5423048284e99112ce MD5sum: f8a0bd7c3e70b288570a4bb6ad502875 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.20260916.211436 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.20260916.211436_amd64.deb Size: 15960 SHA256: 92357ec370d63eb91a5c93615ec61af850fdb907123f96931730c25f2800fccb SHA1: 5dc432cd50910b978456d8420c338cf4158a4abb MD5sum: c3e905cb86d1892aaf40899d59a98542 Description: A set of 2D geometry classes modeled after the 3D geometry classes in tf2. Package: ros-rolling-tf2-bullet Version: 0.46.4-1resolute.20260916.210847 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.4-1resolute.20260916.210847_amd64.deb Size: 10478 SHA256: c70abc4cbd20c1d163c9a7fc43f4c2e2597b7858282f320b109e70923f217ebe SHA1: 94accbc90bafe10225d19c899e02db865f6d4241 MD5sum: bd86f9e38f4c7108f6c182a42e3a779a Description: tf2_bullet Package: ros-rolling-tf2-dbgsym Package-Type: ddeb Source: ros-rolling-tf2 Version: 0.46.4-1resolute.20260916.195326 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 696 Depends: ros-rolling-tf2 (= 0.46.4-1resolute.20260916.195326) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2/ros-rolling-tf2-dbgsym_0.46.4-1resolute.20260916.195326_amd64.deb Size: 629946 SHA256: 4cff9e806fa537e4366c430a6761bc9d2f99f6556aec95487e02ddc03be41c5d SHA1: 6481ff2b7ee521f2789263dc7d3c85f0c3e32a06 MD5sum: 0e0871e666bad6ca6e2e016a1a915408 Description: debug symbols for ros-rolling-tf2 Build-Ids: 4c8142c787a507af7e87ba8e8b41be0219325757 Package: ros-rolling-tf2-eigen Version: 0.46.4-1resolute.20260916.210842 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.4-1resolute.20260916.210842_amd64.deb Size: 13294 SHA256: 6d3112078c45aac397c80ba936f8d283dd9d23328ae1a0cf45131de05c20771a SHA1: 906db4568cb2720db0ed369ac4a86de5a4c4828b MD5sum: 080066b079dca460fe7862047f505956 Description: tf2_eigen Package: ros-rolling-tf2-eigen-kdl Version: 0.46.4-1resolute.20260916.195603 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-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.4-1resolute.20260916.195603_amd64.deb Size: 15486 SHA256: dd7ba4fed1f4ce8fa8d09f739caf276b3099d32e45f902da19516b504e865b97 SHA1: b5f7935a025efd4eab1642bc9d2c00f65c278be4 MD5sum: 07c2611718f2e92e58571e2917b89ae6 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.4-1resolute.20260916.195603 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 107 Depends: ros-rolling-tf2-eigen-kdl (= 0.46.4-1resolute.20260916.195603) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-eigen-kdl/ros-rolling-tf2-eigen-kdl-dbgsym_0.46.4-1resolute.20260916.195603_amd64.deb Size: 90944 SHA256: 3279fe5ee9a38f4fc46bf0f57dbfd1e552e4294d4b8206718c3ee633a60ff470 SHA1: a216068bf939e629397a702edf49fdd13b275fab MD5sum: 17b61c5d2a1e083f045f23993b3f7f72 Description: debug symbols for ros-rolling-tf2-eigen-kdl Build-Ids: dca0a618b1fd5e9ff755d0581a666da8dc8f64f7 Package: ros-rolling-tf2-geometry-msgs Version: 0.46.4-1resolute.20260916.210854 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.4-1resolute.20260916.210854_amd64.deb Size: 19010 SHA256: 358490e101e17a54f9c98a614b65e64e4c598fda2e3dea78caa3356df66f7f88 SHA1: ba0884dd1ff453d255e87c1e7729b953bc4a77dd MD5sum: 759e4529c8094ac2f390a3fb881988c5 Description: tf2_geometry_msgs Package: ros-rolling-tf2-kdl Version: 0.46.4-1resolute.20260916.210853 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.4-1resolute.20260916.210853_amd64.deb Size: 13432 SHA256: efd7d1d67039f5bd1793b0123f224b4a430dbb3a512b911e753b4d975d2f4541 SHA1: c46a7f9824f23d44c91b0d9f853701d149442927 MD5sum: 65f0dfef48d464f7b16579e9c947f847 Description: KDL binding for tf2 Package: ros-rolling-tf2-msgs Version: 0.46.4-1resolute.20260916.033729 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 2452 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.4-1resolute.20260916.033729_amd64.deb Size: 198130 SHA256: 1a8455f6b957b312365ee43b6e387fff5558b1be49a5b8801e03dfe7e2b847ed SHA1: e4f16297a314da89ea593d9fd1506d9caa84d3b9 MD5sum: b31f12e7ded560a5030e79c959ecbefb Description: tf2_msgs Package: ros-rolling-tf2-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-tf2-msgs Version: 0.46.4-1resolute.20260916.033729 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 1766 Depends: ros-rolling-tf2-msgs (= 0.46.4-1resolute.20260916.033729) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-msgs/ros-rolling-tf2-msgs-dbgsym_0.46.4-1resolute.20260916.033729_amd64.deb Size: 1237216 SHA256: 87e108c0f94720d7e1005ddc7ba5dd2f38a062d77fde1e066c62eee6ff5511fa SHA1: ac92b5a22b3073e5ae89775986108ac43db2d994 MD5sum: 9d19f1748bf41eac4a8a9a3f78d83c11 Description: debug symbols for ros-rolling-tf2-msgs Build-Ids: 0011c75d4faa816becdfae08cfa1e42f1899aa68 48d7003751e7f774b074823e998224a615e8376d 5a84031cd0b0df94af4dfd9b079fe1d4de494f39 5ac5074f301f7cf0c1e4bf0b81ebab134bd3f7c0 5fb6b1cb4a13a87363fdde49949f16cd00da075e 7bbff4820c09193c7b5c24432fb0da012c1a8f15 8b55b0df379b3207021b578de189179c6d472cf8 9e446560576ade5c5e6727aa3320a880a5166d1c b222bacbd15eafe6dcf10ea6a47af8344875e55a d39cc55c3a3de62736f87626b1ccc855b1b74e9f f3180d386716f25e557ac97d386b6d52f8ca2b14 Package: ros-rolling-tf2-py Version: 0.46.4-1resolute.20260916.203645 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.4-1resolute.20260916.203645_amd64.deb Size: 30392 SHA256: 004f5eeed795dc53393504c02ef37f24dbc5d4328b26f55ad17a0efd07584254 SHA1: 5adf9f64cdab13584049d63575035e24ba12e5ac MD5sum: 4504337fd90e34cb539642924076f6e6 Description: Python bindings for the tf2 library Package: ros-rolling-tf2-py-dbgsym Package-Type: ddeb Source: ros-rolling-tf2-py Version: 0.46.4-1resolute.20260916.203645 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 199 Depends: ros-rolling-tf2-py (= 0.46.4-1resolute.20260916.203645) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-py/ros-rolling-tf2-py-dbgsym_0.46.4-1resolute.20260916.203645_amd64.deb Size: 167714 SHA256: 58e018583d92a0cf52e3df12d97044b6b4912902bd7515f5c8082b57a105ea82 SHA1: 2e6278341347b7e55c0a4d34cb98c6c02c4d75c6 MD5sum: fda54a9edade39ae551a33819d92824c Description: debug symbols for ros-rolling-tf2-py Build-Ids: 2c7938739ea2364ae95884aa53b2ba43e71cb1c3 Package: ros-rolling-tf2-ros Version: 0.46.4-1resolute.20260916.205917 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 1661 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-rcutils, 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.4-1resolute.20260916.205917_amd64.deb Size: 343640 SHA256: 9a5d8e82bda41e1fde31e4d5e99f17e58a66e549a20d55b011de834d1fe0bcc5 SHA1: 26b154d055f316a4152eea3cd3b4b3710827f159 MD5sum: c05dbbf432662c0335fa68d6159cc1b3 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.4-1resolute.20260916.205917 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 8206 Depends: ros-rolling-tf2-ros (= 0.46.4-1resolute.20260916.205917) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-ros/ros-rolling-tf2-ros-dbgsym_0.46.4-1resolute.20260916.205917_amd64.deb Size: 7129340 SHA256: 8d24951d957ec0bab46c0f81d6c572759041c31fd97bec06324b28e2c09f46b1 SHA1: 018ce627b33616ae54566082a26015f0ab8e8e72 MD5sum: a059b300f382f57f377a007cfcc18c51 Description: debug symbols for ros-rolling-tf2-ros Build-Ids: 3e68b921a10db77ccb9d0d072f6f533f2ffe99ca 6b49c268fb8ac7e2bd477ad951100e1d823bf5a9 9e097bb39b5dc2cebc5697fade91bcc38926720c 9f1f9690c8bca92165f2cad5167c8245202f8f85 b691a8c3d3e347aeac48589e2298ec910889f0cb f7a89f3ab1a043f7435da5c9a1aaf0a45aba6c01 Package: ros-rolling-tf2-ros-py Version: 0.46.4-1resolute.20260916.204000 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.4-1resolute.20260916.204000_amd64.deb Size: 30172 SHA256: 3799c2bd92d3c58d5b97002a472c412192cd334ec352dac5818ddb845f8a3dc2 SHA1: 21fc6bafeb5b8887c769fcf40bc803db81d96113 MD5sum: 06bf87f46be53555b1154bacd67ecf76 Description: This package contains the ROS Python bindings for the tf2 library Package: ros-rolling-tf2-sensor-msgs Version: 0.46.4-1resolute.20260916.210854 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.4-1resolute.20260916.210854_amd64.deb Size: 14856 SHA256: d368616af5fcf7c131200fd5001ba8248c8332900329164e447e2f0884dc9a4a SHA1: c105c805b50ce7630324fc7b87d5779bc23a2bdc MD5sum: 495f95d860d129c978ffe7d1059ad75e Description: Small lib to transform sensor_msgs with tf. Most notably, PointCloud2 Package: ros-rolling-tf2-tools Version: 0.46.4-1resolute.20260916.204205 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.4-1resolute.20260916.204205_amd64.deb Size: 10192 SHA256: 399ce74dac7556b5915f8dd0a6c635c042b14db61b329fa8e485c2f452dd0d39 SHA1: d8f6ef541b1d39ad4b22af39efd810d86725e205 MD5sum: d97e3e55ed3ef7e7309525069f2aa3a5 Description: tf2_tools Package: ros-rolling-tf2-web-republisher Version: 1.0.0-2resolute.20260916.210901 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.20260916.210901_amd64.deb Size: 57348 SHA256: 764b0863b9ece2e44b138860bb194edba2d1907eac3b12350dd8f593756eca95 SHA1: 7898c13b1787d2bdaf6ecf36b6dedd770deb8128 MD5sum: b6c0cec5c60dff2a7de7fcb5d277c6a3 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.20260916.210901 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 1113 Depends: ros-rolling-tf2-web-republisher (= 1.0.0-2resolute.20260916.210901) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-web-republisher/ros-rolling-tf2-web-republisher-dbgsym_1.0.0-2resolute.20260916.210901_amd64.deb Size: 1006246 SHA256: 9337a725aa77bc7aa7de9e44a8d7ea6e8ec4a884944d380be94fbd4f9a55748c SHA1: 31861d84a4d910897cf114b9fc9ad4b33e17f7b3 MD5sum: a0a663d588239499a2a18fc451dfa9ff Description: debug symbols for ros-rolling-tf2-web-republisher Build-Ids: d983ad07fc4f18d6c10d5f1dc18b7c19074a9b04 d9a58f5ba8e1e1950da38b2cbf8a82bc5fa059ad Package: ros-rolling-tf2-web-republisher-interfaces Version: 1.0.0-2resolute.20260916.033727 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.20260916.033727_amd64.deb Size: 194562 SHA256: 4025293b9b89d0b32d71b47f968538854adb1fc2441591514bdf87974b10d562 SHA1: de205f3e797104b44dcc51d35c732c447c49159d MD5sum: c10cab933399d5a68c2b1d826c3e6b5a 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.20260916.033727 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.20260916.033727) 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.20260916.033727_amd64.deb Size: 1218290 SHA256: 62ddc0a60c56809257cb68d2007a6e6116e67850685bc0b8122cf5b5f4c64f27 SHA1: 5e1c88e874c0c8366ac8f7e18591cde8843bb08c MD5sum: 6803b35b39739f926ce155f4c22846c2 Description: debug symbols for ros-rolling-tf2-web-republisher-interfaces Build-Ids: 094f2eeccffe3f6ab9bbc5cc0a3390074afe4a5a 19e36b1eeebcf9a6a4966e5368fbc81fc514e442 22552d77966f8417304c18590b0f41fdcc040cf9 317addf8153bf1c921943b76ee07bc7679876788 4a37654c170b850ba3d424a5b1667548e9a7e64b 56173bbcad46614757e0c0c56c999b4a1c764c75 ae75a1043efe8b23e350a367ab6a9583d733bcc9 b81fbb317f63b3093728b4b2aeca821eedad6b56 b9d961db3b2c40464e35e6f00a064446ca047d2b c7af9d5ca1619b12cda149b51e5def8a599156d6 eef38d41fe5c6f8e616415e38ff1afd9ba75d252 Package: ros-rolling-theora-image-transport Version: 7.0.1-1resolute.20260916.205715 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.20260916.205715_amd64.deb Size: 309900 SHA256: 3c525d22de4bf830142a266ea9cb47392944d22fd2fa1198f53c9e664afc38b0 SHA1: 6371835d831e0e8803e6900d22ec9d63bebe8d6c MD5sum: 164414b76bafffda046a470231e4ea53 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.20260916.205715 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kenji Brameld" Installed-Size: 6621 Depends: ros-rolling-theora-image-transport (= 7.0.1-1resolute.20260916.205715) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-theora-image-transport/ros-rolling-theora-image-transport-dbgsym_7.0.1-1resolute.20260916.205715_amd64.deb Size: 5584594 SHA256: 52974ea8cb4c922c420d615f0ebf89120699b8bc422a3322c04d4c4ef4f462ef SHA1: 350650fced842be2254a5de6562f3b33c13e315a MD5sum: 9ef4db1a545d47b3238250010d511a37 Description: debug symbols for ros-rolling-theora-image-transport Build-Ids: 021b9b6d89040f25f7e094a55225b5ed89d14278 0ed8e43f12048b51bff209e2e549325b9468ac88 1dd51f38a888d24124e19c44f28e9942e4de5704 2904014be636a587fd4322b28a184afe505db112 29556b1600d54a14dfa33dd88f7db00cd693aaee 46666623a33e06e1fee7b2a00b157fe68712be60 5bded6a7f7a9d0fed7209cd8995e59986d786d88 989692df8cb71fc2a1c8fc9dd6c97c029909f104 a9993d0124a5bc8f188ae49e821672e3633c77cb b596c8f0fb25fd4d9fa16b0d4acc0d12df774658 c2e48dc5880d486400029e146248ddb5acf811c7 f57274ff44a2cdabfceab7e4f09f65583fcc2a9d fa5be5114b417e10a5508252daeadf50a37a558d Package: ros-rolling-tile-map Version: 4.0.4-1resolute.20260922.043602 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.4-1resolute.20260922.043602_amd64.deb Size: 113652 SHA256: 5a3cde0374aa54b93324cbad4ea32404e8b0e4762b781e7c34ada330595a873a SHA1: 202fb779fd57223951b296de453be7b7e5e64c48 MD5sum: 11ad5d274c9d207dc787f3acb09f21d4 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.4-1resolute.20260922.043602 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 3336 Depends: ros-rolling-tile-map (= 4.0.4-1resolute.20260922.043602) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tile-map/ros-rolling-tile-map-dbgsym_4.0.4-1resolute.20260922.043602_amd64.deb Size: 3252182 SHA256: 5679b3b487721b6a6bd3f12988ccc9a3f6dae8197486697412ba5edc905332bb SHA1: 9854e8faec3f80f95b17bf66e7555ddd52b1fdf5 MD5sum: cd0670b3ea7ddecc914251d1b2e389ff Description: debug symbols for ros-rolling-tile-map Build-Ids: 453edc2c65b7fbc773d03eaa079d8faa7d3e72de f88360660c72e68f3c25e35f7d2d8e13bd9b959d Package: ros-rolling-tinyspline-vendor Version: 0.6.1-2resolute.20260908.135316 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.20260908.135316_amd64.deb Size: 109882 SHA256: 5a0960051edbe73a498638eb84f3f605b711dd7db72ff82585abf3eb1259256f SHA1: b94948cdb85f3320e69b39570e88c046e4e89b4b MD5sum: d88028aabc228b1fba741e94b8ee5bb2 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.20260908.135316 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 410 Depends: ros-rolling-tinyspline-vendor (= 0.6.1-2resolute.20260908.135316) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tinyspline-vendor/ros-rolling-tinyspline-vendor-dbgsym_0.6.1-2resolute.20260908.135316_amd64.deb Size: 321348 SHA256: 136783ef23fa6e6ae9f22a71993a296f5e7585be6fe1e57af9e7b49e43d612f1 SHA1: 5d781234e786db8be76809903c17ffbb3e75e4ff MD5sum: 2a377cd42312cfb38a6025edf2d2f3b9 Description: debug symbols for ros-rolling-tinyspline-vendor Build-Ids: b746d9f4eafa1be3c439b705446ddbb5fb0019ad cf5d041790c030d1edbedf5f54d07abfc54433ba Package: ros-rolling-tinyxml-vendor Version: 0.10.0-3resolute.20260908.141128 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.20260908.141128_amd64.deb Size: 6918 SHA256: 302da8782b0a8cf95d0ee01722039ef21130922d9c558d3ef88b00df05189968 SHA1: a792af37755c5ce830bf7893f84ef29096f1a2e3 MD5sum: 053c12eeeb2e60afbbc95c12009cfe67 Description: CMake shim over the tinxml library. Package: ros-rolling-tinyxml2-vendor Version: 0.11.3-2resolute.20260908.141113 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.20260908.141113_amd64.deb Size: 7998 SHA256: 49a474c70040ef525937e686e39b2410b86e117e95425132d3cc4408b64bb6df SHA1: ecbab6fcd4c9dfd5e155ba548b252fb01491f98a MD5sum: 5c358e3c03ee5955b5132d7d44998e78 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.1-1resolute.20260915.133355 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.1-1resolute.20260915.133355_amd64.deb Size: 12288 SHA256: b4f6775c8452a3fdc70ad00931c56f49e0c08ce3fd796dbe02945e92ac5d09f4 SHA1: a5ead03a7f1f08f76b6e92855fa1647638b5fa37 MD5sum: 5867434518b3e0c33c8a8e9fe9999b7a Description: TLSF allocator version 2.4.6 Package: ros-rolling-tlsf-cpp Version: 1.0.1-1resolute.20260916.202728 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.20260916.202728_amd64.deb Size: 118020 SHA256: 3ff7abb355f1b94824a4caf4d2f9c0f6fa84414b1c7269f11ad77ddad7293e20 SHA1: ccff16aa8374e3cbcfd4c6bbe34de44b4480658d MD5sum: 19e7cdeb454b3044fa0f1b740f554a1c 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.20260916.202728 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 2334 Depends: ros-rolling-tlsf-cpp (= 1.0.1-1resolute.20260916.202728) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tlsf-cpp/ros-rolling-tlsf-cpp-dbgsym_1.0.1-1resolute.20260916.202728_amd64.deb Size: 1915264 SHA256: 383b5eaa82af4c747bb206af1e3c457127cf3a12a50913882abc01e3f16c32d2 SHA1: 3435363023cc710782c496553dd9db1455b03802 MD5sum: b615e8e4a4746f3324cff2aadc5f2dc0 Description: debug symbols for ros-rolling-tlsf-cpp Build-Ids: 7d23d85b996aac2c178ac03c6753fc4c8c4b44f0 Package: ros-rolling-topic-monitor Version: 0.38.0-1resolute.20260916.203622 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.20260916.203622_amd64.deb Size: 22930 SHA256: b62ab5dc647d7537f0b46513811d47ad09d1773afdeb0df40c1fd312139dbec7 SHA1: f4312652669494e2242f9e7e165f327a89733b4d MD5sum: 26ff9952284dfc9ceb917f8741cb8f15 Description: Package containing tools for monitoring ROS 2 topics. Package: ros-rolling-topic-statistics-demo Version: 0.38.0-1resolute.20260916.204541 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.20260916.204541_amd64.deb Size: 170776 SHA256: 2f1f29551fab3c8ccdadfaf1ee70cb0f3daf30857ab02316d242ff1237ff27fa SHA1: e4a23e664209f234867ee814d7e8d56904518aa3 MD5sum: e418a2068683e8ed0f73f919c9b365bb 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.20260916.204541 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 4992 Depends: ros-rolling-topic-statistics-demo (= 0.38.0-1resolute.20260916.204541) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-topic-statistics-demo/ros-rolling-topic-statistics-demo-dbgsym_0.38.0-1resolute.20260916.204541_amd64.deb Size: 4052468 SHA256: d7c668e1f29aaa3f5cbd302dc1626aae8b25cf3ff8411e595783d3285ec524dc SHA1: f659eef9a8c5f6bfcc893bce7e85255502239313 MD5sum: a2a29676d8ce5f24861871f6962ee563 Description: debug symbols for ros-rolling-topic-statistics-demo Build-Ids: 5f2c9f4c8fba3cf2c5564a28ec64d6425257e4c2 Package: ros-rolling-topic-tools Version: 1.6.0-1resolute.20260916.205053 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.20260916.205053_amd64.deb Size: 219408 SHA256: b27a1908d9e62d91749d47f3c5f11fbd21f91d2bc53a9db99ee596b0772d8eac SHA1: 569995a58cfdc9bdac92816620934d9e34de280e MD5sum: c3499ed76cfda09b4e8b26f9dbce4c94 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.20260916.205053 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Emerson Knapp" Installed-Size: 8945 Depends: ros-rolling-topic-tools (= 1.6.0-1resolute.20260916.205053) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-topic-tools/ros-rolling-topic-tools-dbgsym_1.6.0-1resolute.20260916.205053_amd64.deb Size: 8237070 SHA256: 02aaa3909894524e068e69ebb400f4d877d19cc26cb4a99562d15d5c765329ff SHA1: 5958971773e9613878dfa173255978df493cba4d MD5sum: 6b2c4858ed89408be01dc683e5d25ede Description: debug symbols for ros-rolling-topic-tools Build-Ids: 00180eae96fdd3254cbb0470d075bbcd924a4d51 280a7e94cf47fb9be0871d766111b1dd3c2a07a7 435fe511a06b6b502b483e501f278b8b5bc0017d 51fc560610ddf689bbe42d0701b8872d0fc99668 54228a4cb98d2bc3bfea44d356a6139683159b3a 6141069e0adcc3bb35cbe9d5fe461b6b2bffa36a 6b2803297205e6e3f6ff0b275c6f1aaec8b1f0c6 81ca1d8ab4029611c43bb272fb8575d77ea64f23 a7d5a17e841d97c074c01bf74567f6cf15e8a518 b815d3b3b1125402fe6c07dc7f679cff0d11be3f c793fc6d04ba3883eca0714b8a95a6a66e528b4e eb085a237342f4724fb93c564c22bc29c2200dab Package: ros-rolling-topic-tools-interfaces Version: 1.6.0-1resolute.20260916.025715 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.20260916.025715_amd64.deb Size: 242130 SHA256: 89d1e99e61841f28a413316cd20da83ec48c64518068f72f807a7684434796b1 SHA1: 515e5ac51b6bd6913cf4bd70431594a57dd1cbde MD5sum: 376b801ba1d0de47e93dee2fb38b6dd3 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.20260916.025715 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Emerson Knapp" Installed-Size: 2963 Depends: ros-rolling-topic-tools-interfaces (= 1.6.0-1resolute.20260916.025715) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-topic-tools-interfaces/ros-rolling-topic-tools-interfaces-dbgsym_1.6.0-1resolute.20260916.025715_amd64.deb Size: 2132756 SHA256: 899438681d5197ea814276104639f30757723e7d561577661342e8d09dd84a22 SHA1: e9c4897e1885f13ff5e699751ef2f89e06bcba7f MD5sum: 0383a9c18caab17ccc69084b0a57bcb4 Description: debug symbols for ros-rolling-topic-tools-interfaces Build-Ids: 332d5552237f829ba5f5e3cda9a00b345262d7d9 5d39e994011cb143991271a826e436120e946d4e 644e63e67236f83b9eea42a3bc28da075c864322 66bd4b480693250bd7fb0a511c89a7472049048e 751f037b718398470f7efeb8a42f71048dfc670b 7bbc89e63a4d6ba77ed22981587d85d75339a052 7f3495aa4a7a2c8c57d50a5f8f8c21c44e251e9c 906f8011a3735d7ca513014079848cdb44c5305e a0b6661f4a80fcdcc1ef9f60596c554534e342f4 dd244c5eadc0cdbc5ec00d1a26dfdd701b5d37fa debab4ea6365b9f5a60ec684945eb5f3aa27171a Package: ros-rolling-toppra Version: 0.6.10-1resolute.20260908.134929 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.20260908.134929_amd64.deb Size: 233256 SHA256: b3d52d6c5d6f58beb7dc605266ab52eb1c610d9556ab25aba0619dd5464c29a9 SHA1: 4e07d1c653d7879d7dab2c4b5a3f1025bd40be73 MD5sum: 915d08c07c599150cafc9342a691417e Description: Time-Optimal Path Parameterization Package: ros-rolling-toppra-dbgsym Package-Type: ddeb Source: ros-rolling-toppra Version: 0.6.10-1resolute.20260908.134929 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Hung Pham" Installed-Size: 8039 Depends: ros-rolling-toppra (= 0.6.10-1resolute.20260908.134929) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-toppra/ros-rolling-toppra-dbgsym_0.6.10-1resolute.20260908.134929_amd64.deb Size: 7875622 SHA256: d628201cc7deed6f5813766153da1f3f8274896ae2d6ad844564e1af5ee7c26c SHA1: e86f21fd019ac76810e3291279b0d95414be45fe MD5sum: 3ef474d4f3d6947f6c9a547c179670e7 Description: debug symbols for ros-rolling-toppra Build-Ids: 5499eca5cf5170f6c5831dede139df7b91078668 687f1053236fdc958ab55e890671a0bdd550cc71 Package: ros-rolling-torch-conversions Version: 0.1.2-1resolute.20260916.025722 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.20260916.025722_amd64.deb Size: 13658 SHA256: fd62901fb7b34b50786adc66c02ec0108f58b4860b779fcdca2b78feccd9e832 SHA1: af1273d484297fdb54a5ce78901aebbb9606a672 MD5sum: fb1bab121bb2de8fddfba99cc3f34f43 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.20260916.214720 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.20260916.214720_amd64.deb Size: 5934 SHA256: f2f3706af33348a76518f088b644940c9e19dc08f972df3a931fff957bd08bfa SHA1: 8d8fb172d1378daf7ed0ed5e4687469bd6f23da1 MD5sum: 8d2f7ec8f3ea8f39e82aa1eba5b3874f 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.20260916.214209 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.20260916.214209_amd64.deb Size: 60992 SHA256: f1de45530b9da80dbae4e83a9794e123ebe4dc3b4b1361b2d045d3098d06aad7 SHA1: f46551dd641438d4dddea7abfcce3623ba3a179e MD5sum: d833104ffb582a78d22beadb8fbcc831 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.20260916.214209 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: TRACLabs Robotics Installed-Size: 1764 Depends: ros-rolling-trac-ik-kinematics-plugin (= 2.2.0-2resolute.20260916.214209) 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.20260916.214209_amd64.deb Size: 1720592 SHA256: 10ae7d1b555dd9e6ebd78f1ca9826feb6c68ff100668c394994c2006b157a21b SHA1: 20361e010a29f0d267e69ce9251ceadb86d68012 MD5sum: 991907eab0a4acc1583e24f1731025fb Description: debug symbols for ros-rolling-trac-ik-kinematics-plugin Build-Ids: 7e3c7ff66dce4a6a5e4dc11d75d1c5f7b8b979bd Package: ros-rolling-trac-ik-lib Version: 2.2.0-2resolute.20260916.202433 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.20260916.202433_amd64.deb Size: 98742 SHA256: 946947ecb658bccfc38b15d6e6adaa7e1541dd9e88f1702c57fa8fde85de015e SHA1: 7017c319b9fed8feddc8990b6c780faaeeb502e2 MD5sum: 88f2743897cacc378c265002e1005a7a 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.20260916.202433 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: TRACLabs Robotics Installed-Size: 2828 Depends: ros-rolling-trac-ik-lib (= 2.2.0-2resolute.20260916.202433) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-trac-ik-lib/ros-rolling-trac-ik-lib-dbgsym_2.2.0-2resolute.20260916.202433_amd64.deb Size: 2806098 SHA256: 25b2d01d13a9d3635e4e174f991efab2c00f584de59378f7d60db59839b5e21d SHA1: 6d4d16a876eb04668b588a6c7eca7c1128276ab7 MD5sum: 99f282f8136cfc3cc8a676775cc46ecf Description: debug symbols for ros-rolling-trac-ik-lib Build-Ids: 0d4f9332acd734113989a53d08974b3544d13509 Package: ros-rolling-tracetools Version: 9.0.0-1resolute.20260908.134840 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-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.20260908.134840_amd64.deb Size: 41822 SHA256: 044e14455de67617859cbfcb9338453ff1cb578b8d8779aec75a471b6d930b93 SHA1: ee5c075d2261e815e0661f139f3c13763de3ac3f MD5sum: d08d840d36f026562312005f73f053e7 Description: Tracing wrapper for ROS 2. Package: ros-rolling-tracetools-acceleration Version: 0.4.1-4resolute.20260916.195551 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.20260916.195551_amd64.deb Size: 14512 SHA256: 956ed04ddb19a5ca5e0e8bc1c9cc02a979d79ada060b2c2ffca2a5e1263caa26 SHA1: 1710d44dbb4f8eaa24d74091a8db3cb003f1e203 MD5sum: fa9d9bbf5e4dcbc45bbfe12f48238090 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.20260916.195551 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Víctor Mayoral-Vilches Installed-Size: 33 Depends: ros-rolling-tracetools-acceleration (= 0.4.1-4resolute.20260916.195551) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tracetools-acceleration/ros-rolling-tracetools-acceleration-dbgsym_0.4.1-4resolute.20260916.195551_amd64.deb Size: 6762 SHA256: cf363c9e3fa1218b4c83e75f05edc297f29149ca3f30e1f00f1f94d7f2dcf481 SHA1: 980c70b971913434c5e11d2893a26894da657f54 MD5sum: e3f2b4fd3498f0f0bd17a99e19d188b8 Description: debug symbols for ros-rolling-tracetools-acceleration Build-Ids: a112a2b6e9b9a75224ae4bda9ee1d5f1d8ebd465 d4127b77fb93d7edbc73702e0c2863becab355d2 Package: ros-rolling-tracetools-analysis Version: 3.1.0-2resolute.20260908.140927 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.20260908.140927_amd64.deb Size: 75300 SHA256: 84b4ec6f4011dee5487cc8e3e813ad3be95e7a81579288013721afab0b552d73 SHA1: 2b11793f03d4785e4b03f3883468b77513805bc3 MD5sum: a526b74a4f6b45244ba6a406c7bfc69f Description: Tools for analysing trace data. Package: ros-rolling-tracetools-dbgsym Package-Type: ddeb Source: ros-rolling-tracetools Version: 9.0.0-1resolute.20260908.134840 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christophe Bedard" Installed-Size: 249 Depends: ros-rolling-tracetools (= 9.0.0-1resolute.20260908.134840) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tracetools/ros-rolling-tracetools-dbgsym_9.0.0-1resolute.20260908.134840_amd64.deb Size: 117130 SHA256: 4dd32503471be58f6b70718378287f06a26f5514b4412fb735bc32991eae4d60 SHA1: 394a647813278f9d75a01232f95095f99ea1dd13 MD5sum: bab036c56c796fcc83a560c33d0fa03f Description: debug symbols for ros-rolling-tracetools Build-Ids: 3ce8bf30fb7e00ca36fab3032b918f09e06f5824 70e430be1b9a17ac35c3861b1b11f3691ef5d354 d28e4e51de434abdd709e5a32a39b201767526c1 dc71ba14909fc69a06bbf6435e526b1eecf8c340 Package: ros-rolling-tracetools-image-pipeline Version: 8.0.1-1resolute.20260916.195333 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.20260916.195333_amd64.deb Size: 14730 SHA256: 00c5c4dac3369b65d8e90e8fd4a1567e28af4f86c0c9aa72abe7d83a265e240e SHA1: d34c340b42f09bd06e9c7c2830b2c87dce3d33ee MD5sum: 95efb467843fa3511a4872b971c087f2 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.20260916.195333 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.20260916.195333) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tracetools-image-pipeline/ros-rolling-tracetools-image-pipeline-dbgsym_8.0.1-1resolute.20260916.195333_amd64.deb Size: 6840 SHA256: 54fcc904c68879671890a30d05cade46b4fa4ad8a549f0f4f9aee795fb6b55f3 SHA1: c0daddfc4314c0d94a25e226abee50e2609b6461 MD5sum: 4ad67a435406b2414f996dcc610688dd Description: debug symbols for ros-rolling-tracetools-image-pipeline Build-Ids: a8489bd29312a334e84f768e55e1dd7b34ec1866 e99c8ecac83753efec6d64b2dcfbf0dc231c9118 Package: ros-rolling-tracetools-launch Version: 9.0.0-1resolute.20260916.210717 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.20260916.210717_amd64.deb Size: 24684 SHA256: e7beeb3bb2167a9c3706fa20212f6c3c9fed46e7c7797bc7fe1ff60cf6074a03 SHA1: 9a03c53cb0e35d3a4c3341bf8f552b64043cf7bf MD5sum: cfa38d25029e5b6ab33defb18abcbfe0 Description: Launch integration for tracing. Package: ros-rolling-tracetools-read Version: 9.0.0-1resolute.20260908.134448 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.20260908.134448_amd64.deb Size: 9554 SHA256: 94ca3841f196944e40acaab80411135e5dee9560e3806f81649a1670483cc5c9 SHA1: eea21b2252d725850909c8e61998f1ded83071f1 MD5sum: 2a7c60730a5e550bf3a2520ef754b05f Description: Tools for reading traces. Package: ros-rolling-tracetools-test Version: 9.0.0-1resolute.20260916.212152 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.20260916.212152_amd64.deb Size: 20924 SHA256: 2dedb619f953e76bebc49517a0ac16b797065ea94a3c4250102e4c1b31666214 SHA1: 43a337e328d4d3a60d417b6cf84509a068c8ef2c MD5sum: 2a919ecd3fe5860f68b00b313a835654 Description: Utilities for tracing-related tests. Package: ros-rolling-tracetools-trace Version: 9.0.0-1resolute.20260908.140806 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.20260908.140806_amd64.deb Size: 38474 SHA256: c3ab2dcbc472199ee4590d4a929d250aed80daa55bfcc43110d9d02d4421fe98 SHA1: 43699b3526d22f0ac0d799bece04147a13510e95 MD5sum: 2ee291f2a7686d783bd7e7a30f087c0e Description: Tools for setting up tracing sessions. Package: ros-rolling-trajectory-msgs Version: 5.10.2-1resolute.20260916.033733 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.2-1resolute.20260916.033733_amd64.deb Size: 112208 SHA256: fe2d1b9c0c74ee982179b25bfec7ea7c6e0659486d037f00acf055ccbf3c7dd8 SHA1: 15fdf5f68ad8f8e0dd3bac6101b56108ee349960 MD5sum: a2f9e0c1579b983750e284cc678a2944 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.2-1resolute.20260916.033733 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 1032 Depends: ros-rolling-trajectory-msgs (= 5.10.2-1resolute.20260916.033733) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-trajectory-msgs/ros-rolling-trajectory-msgs-dbgsym_5.10.2-1resolute.20260916.033733_amd64.deb Size: 768516 SHA256: f017457f2ce61bce280abb8744d21859dd23de74da172a13f78b29c082f3b0fa SHA1: 9303dae4c9afd0ca317d66833e30846e71b57a41 MD5sum: 39da2abfec7a905c9ce48de76e89ef91 Description: debug symbols for ros-rolling-trajectory-msgs Build-Ids: 072496a25142bb8557bf6f76b204d0e2f7cc6fa0 135710fff6303a5af2d7214b3bd6284a1e154178 1958cb11692ddb2b36a864d719e6d8b518926a27 1d704e7f957e5f0265a35aa2968dcd80ca1ba90c 302de44731801818d5c7aa283d00d595fbd2fe26 3c2eff5b315afa91cb825a898f4b5652d72b7ef1 827cf0e007d6a25f07d508db064ccebc70bfc9a4 cae7b855d8be235e8762a545c1079c1b25c00c34 cc447e99e25ef856eaeb0ca609c4fe523363a62a d0b95d6e0824f18ae218b67758ffa54d16125e90 dc7722dd83f6f2c7ee86b0f913456a3b0c5c945e Package: ros-rolling-transmission-interface Version: 6.10.1-1resolute.20260916.213726 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.10.1-1resolute.20260916.213726_amd64.deb Size: 58802 SHA256: 7035fc612d908374a9f0250d1b1b0c5d7796eddc20038b60acfe0e1430b62274 SHA1: 24e41181350cce66c8614724c6932f56b9d202b8 MD5sum: 2559ad81de915f1d147c6f7b9f4be1a5 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.10.1-1resolute.20260916.213726 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 736 Depends: ros-rolling-transmission-interface (= 6.10.1-1resolute.20260916.213726) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-transmission-interface/ros-rolling-transmission-interface-dbgsym_6.10.1-1resolute.20260916.213726_amd64.deb Size: 665574 SHA256: 311095faf329bec3db8011796b36118c02ac9a6fb3eabedcd87ae994e8db09d5 SHA1: e203cb01ae41058183468cbc0435128ffc43951f MD5sum: 9d309a559d7a1f4dbb0fa7a52299466a Description: debug symbols for ros-rolling-transmission-interface Build-Ids: d536446c065ddd33abad12b146025bc2a1c40337 Package: ros-rolling-tricycle-controller Version: 6.9.0-1resolute.20260916.212929 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.20260916.212929_amd64.deb Size: 228418 SHA256: 19f4ce74e230a7b740eb4bc0b024dada1dd616e5ef1524719a5b7eaf4857857c SHA1: 6723cab4ab5cda6653642e55990765f274e20c94 MD5sum: 98bc690fea2f87233d5551e7c8e84d19 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.20260916.212929 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 4269 Depends: ros-rolling-tricycle-controller (= 6.9.0-1resolute.20260916.212929) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tricycle-controller/ros-rolling-tricycle-controller-dbgsym_6.9.0-1resolute.20260916.212929_amd64.deb Size: 3650796 SHA256: 3debe76a215fec74bd3a80ecf38244db736243e01f9c07d564f744f13a085084 SHA1: 96e1f403212308d10c6c26dec1843574eb85fe6f MD5sum: 2deaa64be61afe22a7eafaf80fe19dad Description: debug symbols for ros-rolling-tricycle-controller Build-Ids: 1e2def5f753f5a7d0ad1697fdba59723ad67dee5 Package: ros-rolling-tricycle-steering-controller Version: 6.9.0-1resolute.20260916.214714 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.20260916.214714_amd64.deb Size: 51896 SHA256: 4e3b477a284564bfc50629b46fe4dc79030d172068c28297748b8c34ee0c50cb SHA1: 889eee18331020e617301cafef128db38928d19d MD5sum: 80e434e5ec2b6a36908429f4f39c16a0 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.20260916.214714 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 791 Depends: ros-rolling-tricycle-steering-controller (= 6.9.0-1resolute.20260916.214714) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tricycle-steering-controller/ros-rolling-tricycle-steering-controller-dbgsym_6.9.0-1resolute.20260916.214714_amd64.deb Size: 743262 SHA256: 6153440452271392422adc1ca93901b9a539d217fc21d8e274d1f14138e604cb SHA1: 03862c393ead02919f03e6947375f6defd4a4858 MD5sum: a025327cc670d90879c9760cd2c7cb05 Description: debug symbols for ros-rolling-tricycle-steering-controller Build-Ids: 23839012cba60f199c3a35a0d67dfcf65704178a Package: ros-rolling-tsid Version: 1.10.0-1resolute.20260908.184703 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.20260908.184703_amd64.deb Size: 583592 SHA256: 12463ae54ff56da76d67d4bb803e265cda7e754533a63e87580f3cbbd698fd19 SHA1: 45373495748b7991ca9e315e01603c5812e0efaf MD5sum: 022e93a425e7eb437dd3d9057cedfc49 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.20260908.184703 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 37852 Depends: ros-rolling-tsid (= 1.10.0-1resolute.20260908.184703) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tsid/ros-rolling-tsid-dbgsym_1.10.0-1resolute.20260908.184703_amd64.deb Size: 36250086 SHA256: b87645bc7bcece5a3c6436c4daabc655ed2e4b3df10d284b6ee03fbef24d8a98 SHA1: 0e1337b0c8187ec540521bf26ba1062d3e0895b9 MD5sum: 266186eaf079f13eface4f558ab54a11 Description: debug symbols for ros-rolling-tsid Build-Ids: 3311bef38d7340f56fa0bafeb8d3dd0977a2325e 5c794ff01f80f1f920d3923e3aceaf89a400dce2 Package: ros-rolling-turtle-nest Version: 1.2.1-2resolute.20260908.141405 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.20260908.141405_amd64.deb Size: 1507018 SHA256: 8ab958e233b0553a08314f842b0a0204483c9e0ff75be803f9e0343dee63a63b SHA1: 251d5e882320a82335aabd589f79292c06b91d26 MD5sum: dea72fda332e51f548f1eb731b3fc23f Description: ROS 2 Package Creator Package: ros-rolling-turtle-nest-dbgsym Package-Type: ddeb Source: ros-rolling-turtle-nest Version: 1.2.1-2resolute.20260908.141405 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Janne Karttunen Installed-Size: 9252 Depends: ros-rolling-turtle-nest (= 1.2.1-2resolute.20260908.141405) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtle-nest/ros-rolling-turtle-nest-dbgsym_1.2.1-2resolute.20260908.141405_amd64.deb Size: 3815998 SHA256: af423c91e86eb0be0468928a91d61ac1d67e0b1c5b2f5c26adf13828f8468f35 SHA1: 6d40a78c21ed7e226ed2dc6d9c0b416171d07d3e MD5sum: ba943d5c8a96046dc0508c9c1723dafb Description: debug symbols for ros-rolling-turtle-nest Build-Ids: 9838a23bef520618af3ac062215f78822f875f24 Package: ros-rolling-turtle-tf2-py Version: 0.7.0-2resolute.20260916.211001 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.20260916.211001_amd64.deb Size: 16800 SHA256: 9478b69992304beaad8692ba251483b5556394f7baea84f26f7e6fe7dc97831b SHA1: aaf295ad1fc06581e86acfdde95712b7c78cc56a MD5sum: ac774aec5662bf4394dbb3e5afc74237 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.20260916.034622 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.20260916.034622_amd64.deb Size: 119674 SHA256: cc423126003dc258f4d7052da41be702db2c604e8616e00b20131f0f23908034 SHA1: 13ff0862bf6c58eb99421fbf8e651f4e9b277672 MD5sum: bf1e1a7c160693899e3650fa7c03a44c 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.20260916.034622 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 1053 Depends: ros-rolling-turtlebot3-applications-msgs (= 1.0.1-2resolute.20260916.034622) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlebot3-applications-msgs/ros-rolling-turtlebot3-applications-msgs-dbgsym_1.0.1-2resolute.20260916.034622_amd64.deb Size: 716538 SHA256: b87dcd066abac970fe3e4356699046333de2c65da2831261b2416a8b639f6f8b SHA1: f22e8df3ef49e7b781460103788aaaf707922565 MD5sum: 9791dae726bc4a7e78eddc115eb169ab Description: debug symbols for ros-rolling-turtlebot3-applications-msgs Build-Ids: 08c1b0454b88e68bd308b9e9801514b78dfa4177 20bb3f948ed6e34a1be47cd36086a6a0c721a327 54cff72f82881eb360ef3d68fe65af87e9299cf0 59c09377d012b96083ad05a9deb2da1be58405f3 5fb5dbd36040ae6c89d07a5743332ddbbab88616 7f634e8147058cf712be27a12f87ecd4a2a30dae 898c39ec28881d93357e879cbaecb725df9de111 b5e893e19100c92a0db950bdcbf498160e6ad66a c2991f7cf131dc0e7ab24019333c5a464d3cdedd d0b4dbce8d049688d5f5bbaed13221454ae63279 d504688d8a7ce275a2386edd65c3540145bb5a58 Package: ros-rolling-turtlebot3-autorace Version: 1.2.2-2resolute.20260916.212222 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.20260916.212222_amd64.deb Size: 5936 SHA256: 0c76dd0bad72144ee1c821ce1526d2609be5b85a482ab46b94296403548207eb SHA1: ec9216e36167711b3eb8bb3d168ae56a0139bb5e MD5sum: 3d313f117b6e2b2bca009245b474562a Description: ROS 2 meta packages for turtlebot3_autorace Package: ros-rolling-turtlebot3-autorace-camera Version: 1.2.2-2resolute.20260916.204937 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.20260916.204937_amd64.deb Size: 12742 SHA256: 9e417e4b9d962f651459d71990cc0b45a644e65c55ed1e65d39ee2465f692ec3 SHA1: 026af24e945e49752b7f12d598d76977ecce8176 MD5sum: 5ee2fbf9da04570e4cd82f72a67bde20 Description: ROS 2 packages for camera calibration and image processing in TurtleBot AutoRace Package: ros-rolling-turtlebot3-autorace-detect Version: 1.2.2-2resolute.20260916.203650 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.20260916.203650_amd64.deb Size: 69082 SHA256: 6b22f41237d998c9d0718a1b0b20e6f834a74c6fe196d5f4c0314a32a9cad5d9 SHA1: 58444753fbc1116f42ededc00e29600cb77a8da0 MD5sum: 8aebe633469ca7e590737b13825467ec Description: ROS 2 packages for turtlebot3_autorace_detect Package: ros-rolling-turtlebot3-autorace-mission Version: 1.2.2-2resolute.20260916.203650 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.20260916.203650_amd64.deb Size: 21306 SHA256: 7f563d814cfefd99ed73a05f98a3eb50d414557d89f9d312dc4eadebeaeb9220 SHA1: ef5fae5c7c4b6f0123a32c861f217e27a05bbc6e MD5sum: 7007d38d40977d5be1e780bf70317aae Description: ROS 2 packages for turtlebot3_autorace_mission Package: ros-rolling-turtlebot3-fake-node Version: 2.3.7-2resolute.20260916.211425 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.20260916.211425_amd64.deb Size: 141884 SHA256: 7b2426f75a581bf5891762e1f5b612ed190af0f30700a4010cb9f32edb28bb75 SHA1: 835f8223b1433e9384de003c874b1ee644f02af1 MD5sum: d23828b54800b89fa8adac6384477b67 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.20260916.211425 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3082 Depends: ros-rolling-turtlebot3-fake-node (= 2.3.7-2resolute.20260916.211425) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlebot3-fake-node/ros-rolling-turtlebot3-fake-node-dbgsym_2.3.7-2resolute.20260916.211425_amd64.deb Size: 2578394 SHA256: 6397a896114aa715642a580db18ec1e2f4f0a2954eae4dddca6da9c57a28ca6d SHA1: d57be8e85311be928abf1811c95bc5b4eb95b94d MD5sum: 1c462328bc17a93a6f909e6cd5180515 Description: debug symbols for ros-rolling-turtlebot3-fake-node Build-Ids: eb3a38dd89fca261f619172b7d24586df0c1e5e2 Package: ros-rolling-turtlebot3-gazebo Version: 2.3.7-2resolute.20260917.064126 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.20260917.064126_amd64.deb Size: 8589620 SHA256: 1aab1acb807332191247334b54c511b2bf276e7828e839576582df31608a3e16 SHA1: 5a861538768990184ef26b859e5438004f4eece9 MD5sum: 9876c65aa12e658d7a1ecd60872ebe12 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.20260917.064126 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 4548 Depends: ros-rolling-turtlebot3-gazebo (= 2.3.7-2resolute.20260917.064126) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlebot3-gazebo/ros-rolling-turtlebot3-gazebo-dbgsym_2.3.7-2resolute.20260917.064126_amd64.deb Size: 3759986 SHA256: 21112483839d1d46e89781da8311e7912b30095b026cabb1e4b5fa7512c29645 SHA1: 98198d40c67f5f5cf0c0cd2253c5537a5b1225b1 MD5sum: 7400e3dabf782692dd28024acda7d64b Description: debug symbols for ros-rolling-turtlebot3-gazebo Build-Ids: 0a594717ada1c08dbaa64c841617f82d387a57ec 32a30165f516d25fef59f3dfda422d005150cc50 6c1be7c6a184b9e59ffc7b9b334160f9d12bff9d cb2097e6bf7c95034df8dfa5654ffec9703c76a8 Package: ros-rolling-turtlebot3-msgs Version: 2.4.0-2resolute.20260916.033731 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.20260916.033731_amd64.deb Size: 246644 SHA256: 4e0629165a4d6c488fb7519a471f8552efcece714be84c07fb4efae5dc2b04d9 SHA1: c8578622d77144e2eb33f23d2059eaa91d733e95 MD5sum: db0b7f1cd096f3e12762766bef7ed4f2 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.20260916.033731 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 2354 Depends: ros-rolling-turtlebot3-msgs (= 2.4.0-2resolute.20260916.033731) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlebot3-msgs/ros-rolling-turtlebot3-msgs-dbgsym_2.4.0-2resolute.20260916.033731_amd64.deb Size: 1649708 SHA256: 14ca2586afd925da6127a18b62e0c37ef06521d4d04a1bf18517bc3b438c4df9 SHA1: f42c0429a40a3f4dc40caa7408833ca997ecf5ce MD5sum: eecde318c539fa17f880073472e565ef Description: debug symbols for ros-rolling-turtlebot3-msgs Build-Ids: 0dda93dfe2b6f5e4936a42463c32a150d63fb6cc 2af90d5ad4bbd9da7b4d27d0a0ecb015249ee18c 314ea8725c96565e572c818741cade6279b2b761 449c37d9eeae16ac7c2dd5611f72a850abe6c483 53c2710bb33084a00524a37ddf449a0c44d8224e 59a91b9672d340cf649c009461632016b0a47c66 8cf7feffb79a5421c8c683e936e50bd0fa0ed3f6 90e9e0e4d48edc26ed849ca4998c8051a8a9294a a5c5adf71e04caa4a15bc5ffce672417097a9574 d866835394dd7780eea55c1a24d8636031ee8983 e40aa51f94a702e3df4f9280af318b52890892a6 Package: ros-rolling-turtlebot3-simulations Version: 2.3.7-2resolute.20260917.065250 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.20260917.065250_amd64.deb Size: 6114 SHA256: 986e645e8ed025b2b66c9bfecfe98a99c90b3dfbcdfb85c1e23217dd9ee2417a SHA1: 5005198118a4728684c554ae9c1d041935d0470c MD5sum: 52fc9fccdb6d4bb9a1adc5c682874a37 Description: ROS 2 packages for TurtleBot3 simulations Package: ros-rolling-turtlesim Version: 1.11.3-1resolute.20260916.210117 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.3-1resolute.20260916.210117_amd64.deb Size: 509260 SHA256: 522c42514cea78ebac2821adee5fd5e016ddbbe9f313856708938a976d92ef28 SHA1: 41acda38388c9479f1dc46297a64872f5cbf8392 MD5sum: 98f4b94362c41b3f00afdf4f5c33686d 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.3-1resolute.20260916.210117 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 12951 Depends: ros-rolling-turtlesim (= 1.11.3-1resolute.20260916.210117) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlesim/ros-rolling-turtlesim-dbgsym_1.11.3-1resolute.20260916.210117_amd64.deb Size: 11014068 SHA256: 5a96b5624502f90564e3663e9fe69c84c63eb8f4e7f8da6b5f34b1a45d93e921 SHA1: 902e4a6da58d7e723433444f45f4fed0bcd5df0f MD5sum: e8e35157d4cef534c48b3b697cd51fea Description: debug symbols for ros-rolling-turtlesim Build-Ids: 23d91c3d770cf58d1017a68abae0d1efdcd0ba5e 4fd12e253f67a230cc337ab02bf7e393b046b179 c1da42baeb7f8305bcada96301a849456402db8f ee35e61d501bd1497caaef3420995d2c2cfb7532 Package: ros-rolling-turtlesim-msgs Version: 1.11.3-1resolute.20260916.025725 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.3-1resolute.20260916.025725_amd64.deb Size: 265928 SHA256: 1f3eded76d455310c66a9d085d30475dced4615d01577ed4bd6b210e1dac3c10 SHA1: 0461673c003e704c25e24d6ae2aceff8d0c7de2a MD5sum: 66935852a01922f73d2bdf7eb6a01e16 Description: turtlesim messages. Package: ros-rolling-turtlesim-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-turtlesim-msgs Version: 1.11.3-1resolute.20260916.025725 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 2745 Depends: ros-rolling-turtlesim-msgs (= 1.11.3-1resolute.20260916.025725) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlesim-msgs/ros-rolling-turtlesim-msgs-dbgsym_1.11.3-1resolute.20260916.025725_amd64.deb Size: 1882904 SHA256: d4c73fb0635fa35376f1b4a8dcdc6230571019588e0e4e2a9a626f75f4faadf3 SHA1: ce77ce29c48d9ead6de2158eb6d3e7488cc2922f MD5sum: 5645e1e3e8eeceed8f9016e6da1ec345 Description: debug symbols for ros-rolling-turtlesim-msgs Build-Ids: 0a2147b2628928e8f9a2afebfd6ef1cf5c8fa17c 0cd376457ce980ecea861db9e69f5b7bfcf86056 31c932753c81f82602ce723791cc446909d0ed4a 83f6d2511dc80dee04f1960d10aebaa5c2031d7a 8462a2748eac7ee04b4205deffc236065a9a4915 9d5325969c4f40a5f4b8f5557ac4aebaaabf982a 9f294e9424b2c137ee9b110de1db525658561973 a7f984029240666137bb25d47d0b9c77196bc28a d43d0eab30d954366499a2f3da60b2b4ff545747 d879fd5e882d669b106f8cf340dd8f5d43ddd135 f196bb9cc6b7002629bbe271c4928fa801ebf3d0 Package: ros-rolling-tuw-airskin-msgs Version: 0.2.6-2resolute.20260916.034825 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.20260916.034825_amd64.deb Size: 109810 SHA256: 540071eb4bc98dedc691ed7602fa925e19818f47654446bd5b06198f18e55cd0 SHA1: 5471a15b4b9e97ed8c315d80aa7d746d46409da0 MD5sum: 8a45c54a1e1ba9eb7adc479e5ed30a4c 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.20260916.034825 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1085 Depends: ros-rolling-tuw-airskin-msgs (= 0.2.6-2resolute.20260916.034825) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-airskin-msgs/ros-rolling-tuw-airskin-msgs-dbgsym_0.2.6-2resolute.20260916.034825_amd64.deb Size: 847102 SHA256: 5b48375da3356ac25ce2b83c5ef88168723b3ea9a2debf03faed0362570c4c08 SHA1: 9bc52c576ab517bd72a9dd53e850c4c08bd4a7c5 MD5sum: d7ed0f41d4463fc7d458fa6d7e05e22a Description: debug symbols for ros-rolling-tuw-airskin-msgs Build-Ids: 09c3cc1700130c2719a97482df970ac29fb576c6 42d4bcaea6fe4f016f84e3eb4747fce17305d8ed 47327fc7e113b812f554f9e4e7c64822c926178a 582e3df9aff9fefb13d513025d286318b83ccda3 5dc7b43dedad2fc7b349faf8c404a5d50ef672e8 8f28d6026e757403b01f7f1806638a69b040b850 93eff37301fde965e2556ff199faca22e5d51e6e a4f992f7ff2aa7b75fca34ba613093e53c05b812 c324d4d0584d80ddf058b8516e980edecdfec2c7 d04653f06b949db33ca1f9e739c57354d6aed8fa fcce252acf118ab3f915ba3578e6ed2061f1bd2c Package: ros-rolling-tuw-geo-msgs Version: 0.2.6-2resolute.20260916.034406 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.20260916.034406_amd64.deb Size: 99492 SHA256: 44f6dbc2e7bddf74cefc84f302e1e82d5eff0d7ca82bddb26a9412b6e4692288 SHA1: ab1a0f1512fc87fdaaca195234f217a911871c19 MD5sum: efe14c4ef9638fc100c5e3865af5ea61 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.20260916.034406 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 915 Depends: ros-rolling-tuw-geo-msgs (= 0.2.6-2resolute.20260916.034406) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-geo-msgs/ros-rolling-tuw-geo-msgs-dbgsym_0.2.6-2resolute.20260916.034406_amd64.deb Size: 680922 SHA256: 6c5e271dafb4d54de00fb55f5d51f8436bfcd6cb980aa71554f4617463ca6d39 SHA1: a988efa007a278d671a0ee3dc1653cfb698c3dc7 MD5sum: d34de03056f0c31580889753bf22039a Description: debug symbols for ros-rolling-tuw-geo-msgs Build-Ids: 003f4fc0ec268a46c63c0c5bb2117df4e28fbd18 3844ad9a6cbebc155fe6832de028d7a2d2ced6fe 384bfd2f570e183eb91d31287b17ca90e85cbcc1 3b451f96adf226f758a6ff229a8f7be437a489d4 4a960c563a8d630fa0ac4066a479f5e4066a1fb6 5408f4b856757c2c4fc8b8f0e36102fcb4698fc5 8d4cab9a7289151277f95e54e5c49bc2dc0e59fa 9abbf6b42b1583e1abdb68a025aa90e386ebf0c3 b40c82c3f9f6fe062bb35e78b1e43de3ef99778b d2d068600c46659ee90b7fcc5ac9934e3a8e4aea e55d6766ef2797485c7f42d7dd394f2221ae642d Package: ros-rolling-tuw-geometry Version: 0.1.4-2resolute.20260916.204842 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-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.20260916.204842_amd64.deb Size: 65776 SHA256: 4faec32d9d7489ad203f78d35c2c1c2cb15caef5e684be3548d3a1e26e9b4c60 SHA1: 3e89cd51a275fffac144c41614e22c42e3298bbf MD5sum: 58827264a1c336af9a1ae5aeec49927b Description: The tuw_geometry package Package: ros-rolling-tuw-geometry-dbgsym Package-Type: ddeb Source: ros-rolling-tuw-geometry Version: 0.1.4-2resolute.20260916.204842 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 897 Depends: ros-rolling-tuw-geometry (= 0.1.4-2resolute.20260916.204842) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-geometry/ros-rolling-tuw-geometry-dbgsym_0.1.4-2resolute.20260916.204842_amd64.deb Size: 842392 SHA256: 0aaa5eb5a296b92872995c2059648eefbd0c1ac1411d1e4ed6fc8adf92539f81 SHA1: d05dd3a5e7dba24bf3ca6d20ed6d00a69eb8403e MD5sum: 9d51f531a3d95f7afffaf61399885fe5 Description: debug symbols for ros-rolling-tuw-geometry Build-Ids: 58814b7d7bf89a4220fcecafe60cf151f269c6fe a63f461a2c1ce1ab9d23932f799700ec74e2858c Package: ros-rolling-tuw-geometry-msgs Version: 0.2.6-2resolute.20260916.033728 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.20260916.033728_amd64.deb Size: 86460 SHA256: a07c06da8f978d6defa5aba16a956b1004bfb61bf3c408312756f706a907aa7e SHA1: 94d0fda6c314bab7d71303cac362f701fd4840e7 MD5sum: 392a88a533392e93b8e3999cd508ab1f 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.20260916.033728 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: George Todoran Installed-Size: 757 Depends: ros-rolling-tuw-geometry-msgs (= 0.2.6-2resolute.20260916.033728) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-geometry-msgs/ros-rolling-tuw-geometry-msgs-dbgsym_0.2.6-2resolute.20260916.033728_amd64.deb Size: 523812 SHA256: d50f920dff6ed7fd8f523d3d1d4196680ccb0a3770f391b41d729d6b3a60865a SHA1: 24675566c9309f4ffb371d0639a06e535e6680e1 MD5sum: 24e1c1af81b362af227db36671aa6319 Description: debug symbols for ros-rolling-tuw-geometry-msgs Build-Ids: 1bc41add961b94db52927daa2b813221a1f7ef3e 474c0420e1378b9f0abdc891aa5b77d74b3fda47 8e1b1790bf4f0bcd5f8fd2c889e1af7db8efaa15 ae17697a78f19bcbf92608fc1aba01df265f5294 b26415b085cef6f70866cf4b1d4ce8ae30f4ce6c cb299305939c86030de12106927b3de6adcc9d5f d36e53af01a194d0f0f47a4bcf82a1c7de77f05c d62fe672e4b5312f58ac2c632b38fb981d5c364f d6e1f0f8fb040d5a54aefdbe51771eb7d26859fb f3eff393a62afccff6a92be85f1cf43987d23325 f50446708a8943b50d14d2c5f13bcbb24cc3a745 Package: ros-rolling-tuw-graph-msgs Version: 0.2.6-2resolute.20260916.033732 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.20260916.033732_amd64.deb Size: 153246 SHA256: 434063335021bd8e66e783fd76cdbc4490b46a6ffc969a02c929611c930182e9 SHA1: 6fec2f48a78d76e6225f5841fc3958bc41888a5c MD5sum: 9e47ef360737eb4fb745d9240a4d6c7b 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.20260916.033732 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1458 Depends: ros-rolling-tuw-graph-msgs (= 0.2.6-2resolute.20260916.033732) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-graph-msgs/ros-rolling-tuw-graph-msgs-dbgsym_0.2.6-2resolute.20260916.033732_amd64.deb Size: 1126862 SHA256: c72aaa337f62f3310abaa535e43592fe78a5fc61e8756eb548c6089524b40c9f SHA1: 9692d0e21d57a0e4c09654a959a0be6f7cf66075 MD5sum: 19708264c7394c05c6135126c1e7340f Description: debug symbols for ros-rolling-tuw-graph-msgs Build-Ids: 01aa5e8620e66d6d77efee2d9c63e2813d6f814b 1c3430c5e0c0cc3dbc2917ce601aa6f7008af6dc 4ab8c71786b638f2855e92af0f88e57e48bb81db 59dfdd2b550588b277c72487aaba9f6b9f47cae4 59fa020ad218f4a6630b62858396b2609fa959fb 72c567dbeb76cc0222398788f4c95f35e9fbe545 9690f8464986960e587d03297d1eff026c82cc23 b858e241f80d8d224e365118149fef41d1e0486c c6b26975c2c70615a9a6f7435eebc8e686096ab3 cde664775416950067efdfe030ee213194c39159 d4b555561f13add5d879f15f6f54ba046ca0b41c Package: ros-rolling-tuw-msgs Version: 0.2.6-2resolute.20260916.210231 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 83 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.20260916.210231_amd64.deb Size: 14626 SHA256: 822a2a29a4699b5688b52564b60911352455caa983c78584af70844cdf2c9ae5 SHA1: 992675252800dfff7b4af15948da3a5d24505258 MD5sum: 225a72fc04eaa0aee24cd527daba5561 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.20260916.210231 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 52 Depends: ros-rolling-tuw-msgs (= 0.2.6-2resolute.20260916.210231) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-msgs/ros-rolling-tuw-msgs-dbgsym_0.2.6-2resolute.20260916.210231_amd64.deb Size: 34164 SHA256: 19a55aec7a87180d687b45c2db8572a99e9ba2563fa3e9b00d8d716236ff6d06 SHA1: 8a4cef8cfe5c546248ba9d8d3932fefeac32808a MD5sum: cf1bf021074e699688a81763a5f1e245 Description: debug symbols for ros-rolling-tuw-msgs Build-Ids: ca58ee358e00f8399d12a0b9b1bcfda2c1d2aec2 Package: ros-rolling-tuw-multi-robot-msgs Version: 0.2.6-2resolute.20260916.033801 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.20260916.033801_amd64.deb Size: 308542 SHA256: 21b4b103bbb7e13cad1f94a7b1388a1faf7ae654deefc89fc9ab830360e5c558 SHA1: 773139573fd3defcd03888656b8a14ceaabc6f14 MD5sum: 188cded2fa067419dde8c518deffafe4 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.20260916.033801 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Benjamin Binder Installed-Size: 3597 Depends: ros-rolling-tuw-multi-robot-msgs (= 0.2.6-2resolute.20260916.033801) 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.20260916.033801_amd64.deb Size: 2803958 SHA256: 978bd72004080977bca01dca757d4719acc18dfdfb7c4f28a28fd3cb2186f441 SHA1: b50141373ce3c9046817a36c3998b427117abc70 MD5sum: ff46314bf60274f4a014c04c27d0dbc2 Description: debug symbols for ros-rolling-tuw-multi-robot-msgs Build-Ids: 04c36fa039f31526c2103a8b3a9dcb2b9e45fb7f 110f31552df00046acd78b64af8b1f6b3e282378 21f2730c127451f0de384aa89662f8cea0fb852b 24157517f69d273e0b40bcaf367abf90ada2c964 604d1139d5c78a4612609112f4664fb11b0a296b 6ade0a03dae1231aee03d133c8e676221bff4289 79082615f171a6cfe2554c3b6a8f9cea3127dbdc 998ce8dfaa57241ebc69670206120c4d3fa1b32f c58e735a0a244ef618156ad96e1e287e88db2f3c f2d1fd0d458cee03aaaceb13cff8f18509e8596b f58eb6ab0ae5690f18ebe59f954d87b154ae7700 Package: ros-rolling-tuw-nav-msgs Version: 0.2.6-2resolute.20260916.034314 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.20260916.034314_amd64.deb Size: 193600 SHA256: f3a311fc57d09c065cb0a1b861df3e0794f3c26fbdd357e5b924fd74109eb88c SHA1: 32b26738abe837e701d2f3c2206e272f4ad1a7b7 MD5sum: 179eca7a1ee4255c0ae6e1fa7380ed9c 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.20260916.034314 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 2070 Depends: ros-rolling-tuw-nav-msgs (= 0.2.6-2resolute.20260916.034314) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-nav-msgs/ros-rolling-tuw-nav-msgs-dbgsym_0.2.6-2resolute.20260916.034314_amd64.deb Size: 1593672 SHA256: befdd2a495f1c13b22112ba882ae32cf5dd780ea4e15131fbfdc3185b09c1cd4 SHA1: b56c818c70a2602f06af12376997f09982c04db3 MD5sum: 08db75ee7cab9d62d98d220edf41ce7e Description: debug symbols for ros-rolling-tuw-nav-msgs Build-Ids: 0ce237303fc05fcee0da1305762e7d5f6d0324ee 11ae87d3481347a7b0927ff2e0bd31c3b9d274bc 18bbcb66b0048bed26e612771f46c629914ecbb5 5a60bc76c132b78fc8935e318bf66be3ae412c1d 5dcbe5885a3ae0edd3b656f30500c505e3747593 7e4ecac80ae4d8d5cda99389e4a61d5b8dc836bc 7faed8fb1984efd6118ad60b6951f9c1688848bb c761ee7f751d2c621494e0f35f25b5f0faaf8976 dae4d08c432af862d5b27d955545a76203aef50c f10fd3934e25e48a3e7d14c3be84177b3bc60eea fd356c84700525299212563417497b09b5d1548e Package: ros-rolling-tuw-object-map-msgs Version: 0.2.6-2resolute.20260916.034414 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.20260916.034414_amd64.deb Size: 176722 SHA256: 23c378aca1ac1649fd41f962aa841f10fe9023042f06b53974add47b125e1774 SHA1: c46828d39e5c08d46ca0a915d3f84607e8c0bc27 MD5sum: 05ec260b51555b5ef3f14a0a645be60c 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.20260916.034414 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1864 Depends: ros-rolling-tuw-object-map-msgs (= 0.2.6-2resolute.20260916.034414) 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.20260916.034414_amd64.deb Size: 1450912 SHA256: 1531356226e61e0f37fe5477cb4c909977824aef5081065d2fed1da5335a7db0 SHA1: b16f39714063594b668d9a0ad38fbc969e7e42e7 MD5sum: 90cea86f342a9985df52372d680be794 Description: debug symbols for ros-rolling-tuw-object-map-msgs Build-Ids: 2ef066b49a397ea10951ece0e4bfbcb8f0337caf 4809fbbcdebc2e8c6ee6dfac8322b3f6b6a2d3a6 54b8fe2a7b52f2b6c1989e9870e1306003ca38b8 6eb69c6e60394d5dfaf8a6e723b503047eb54d28 7ce04cb5a0dd6ebcaf388c4d2c22806a330e8f7a 8b4b02b6cc7cd87653156c6d7292dd144c9d9a9a 8e32f4db138fe1dd298f2d1198585d08c71de868 ac7be100d7a504b62f03a9bf62aa5c5b4c70f5c7 d76f27bd44c07ff07763a09dbad09618823be704 fd02e5c988e62f043b7fa019b1da9d11c3f69cea fd611afd3a62232e8456a13fc64d5ae9f9555e19 Package: ros-rolling-tuw-object-msgs Version: 0.2.6-2resolute.20260916.035646 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.20260916.035646_amd64.deb Size: 215838 SHA256: 5cd8fab7f89aa9be48d6fc029c62c6c9ad2dcc5fe70a0dee07a3543c193a4740 SHA1: fb54b72c300715ce6e47dab588ee6e64666e9f91 MD5sum: c68d604a69aacfaa65990dfe5c81a7dd 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.20260916.035646 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 2387 Depends: ros-rolling-tuw-object-msgs (= 0.2.6-2resolute.20260916.035646) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-object-msgs/ros-rolling-tuw-object-msgs-dbgsym_0.2.6-2resolute.20260916.035646_amd64.deb Size: 1885016 SHA256: fdac1e7994546e531e011bd9165c91b199e6755e8eae574f89bfd2df7f68c47d SHA1: 52a20aa25884321f16e33a9e6445c8d6e68f580c MD5sum: e0c9bc5b95425d9e27f14568676f0ba0 Description: debug symbols for ros-rolling-tuw-object-msgs Build-Ids: 08f83a005a7196f736544f66a3c1980782ebf249 145077812a9ceb5d4cb5d7374863e70e996d2442 37ab53d1c8fdcc336cd161df8c2eacf72b75d43d 5538254ddfe7d7aa46bab4d0f33e37e1dc70fdcb 5df60dd47982a297cec2641207baebea53e95acb 9b8f3a4085e8f1fc0621e29105f33205407968cf a23b5657d69a6235da1d167b29902d58a99e55e0 b4d7663d1ed80b9919f93ac8d6e5fe2c3053f782 c169c51b91ac807a02b0bb621e766a18d51dffe7 e7f59cb503769393ffc96219febb260aa640c2e7 fd28ca74139a9d499b80e7b1f29e8f6599e45866 Package: ros-rolling-tuw-std-msgs Version: 0.2.6-2resolute.20260916.034857 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.20260916.034857_amd64.deb Size: 112874 SHA256: 74fccd8ae4b0ee9a92ba7bf872441fa9936f2da643ec5fde14da5f2e9368c747 SHA1: 85be0ff0033f34d8a2d1243b32313b69ad90317c MD5sum: f7abc9ab3e7ad426ef3c0adb839719d0 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.20260916.034857 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1026 Depends: ros-rolling-tuw-std-msgs (= 0.2.6-2resolute.20260916.034857) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-std-msgs/ros-rolling-tuw-std-msgs-dbgsym_0.2.6-2resolute.20260916.034857_amd64.deb Size: 738888 SHA256: ea3257c52bd841bdc05bbebf482f8bf872e901971eba4bc66304e8e0b2650ed9 SHA1: d6f0d34549d31cdebba338c539644fa4dea83280 MD5sum: 280683ccac74fc9523d8837f2151ae3f Description: debug symbols for ros-rolling-tuw-std-msgs Build-Ids: 71b5730c82ecb40fb879a70a358ca92c517225d4 80d0919c944ee517ffb71f949e23d153615aeff7 8192d8ead2f1f38736f7b94d99df6e346a709292 8f96985f5f9dcb3ea638c51cb6e2caa8469a96b0 90ec7cc131b39bd78b08b7450362de3d18213dbc 9ed7769e75daeb264be7c229cc4dd6e852ec185c a1af1bc75cedbc47118a88d8bf83ef859f2d4ec9 a45dc8c2b215824b6c49f0fa1a61e1dcf191e001 b1f8b3f071ed4357fe9a9811e316785b4018e2a4 d75768c08e37fc187d4f612cb117718e5478eb9f ddc0c4eb86fb65ccdd4679c2019887379366ed97 Package: ros-rolling-twist-mux Version: 4.5.1-2resolute.20260916.204340 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.20260916.204340_amd64.deb Size: 300856 SHA256: 4496c1508f8f4939cc770257247b9dbae02e4706fcd86995ae8e9b923adb46bb SHA1: ac06f680bb95735f2b3f8afcaf4d2bd33c3a78fa MD5sum: c62cf72601b542febe2800e887ad794a 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.20260916.204340 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 9087 Depends: ros-rolling-twist-mux (= 4.5.1-2resolute.20260916.204340) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-twist-mux/ros-rolling-twist-mux-dbgsym_4.5.1-2resolute.20260916.204340_amd64.deb Size: 7381774 SHA256: 3aa5a5978b4da7e73407737b6b64f968b15ab74c2502907163bcfea8d0813dd8 SHA1: 8f8abe85413fef13792e7f14c8c043f36bd94dac MD5sum: 052dc171b68ee887b2590e2286757748 Description: debug symbols for ros-rolling-twist-mux Build-Ids: 7a2568703f99a129218b33fa366e19fa6f63d5af a7e70158e8971a3d124d2865000ea1e133d6583f Package: ros-rolling-twist-mux-msgs Version: 3.0.1-3resolute.20260916.025711 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.20260916.025711_amd64.deb Size: 186910 SHA256: b828ef796631a1185c664be713fe8fc6f38419fc0e936aca967fdc1e4dfdd04e SHA1: c9bea6ae7fae42719a26fd981daff3f34999ea0b MD5sum: b62192ffb8380470b1376ac07372f377 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.20260916.025711 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1585 Depends: ros-rolling-twist-mux-msgs (= 3.0.1-3resolute.20260916.025711) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-twist-mux-msgs/ros-rolling-twist-mux-msgs-dbgsym_3.0.1-3resolute.20260916.025711_amd64.deb Size: 934284 SHA256: ad5db358f864dd6b9f792ba3b79dd8a78e913be6eede7953fc4f3e3e8aeff94b SHA1: 5bbc746b83283299ffd38a3d604b1034082c6490 MD5sum: cb0a39fed683b01c29fccf0375048e4b Description: debug symbols for ros-rolling-twist-mux-msgs Build-Ids: 18b8f0aff1a0df1e9d00012da3e4e7a235581dcc 243a3645da0cd56f22cd8f82951064ab46887334 3433800d2f08aeb3f19f022daedf2b929f3b4e2f 4742c8aeb2521200124bb6996a263bdc66b48f1e 6d679b3b092919581c6c3acd2703abb9b421a780 7f6b2557074e95bf490e7bd1bd88e760acbad739 7f77e9bd63f9fca777dc913b6a1e5e5c0d65f543 97cc6d5c0eb139264e3be6e0f9dfbb2378e1559f a294cc50816ff3c964cf5d59db063d6326633d67 c24293cd27b1509785b1d859fbdaf396c215ee74 d4b420e7b3e9e1c1d140d39f09fa19295c037401 Package: ros-rolling-twist-stamper Version: 0.0.5-2resolute.20260916.203743 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.20260916.203743_amd64.deb Size: 6822 SHA256: 0c96c7fb58347c7853a1aaf4e95e6686384c2b1a9608fffbe30fd6666c98f198 SHA1: 0b409c74f57bc78a1a85c3717a4da58e6e3cf032 MD5sum: 6c7e1ab1a961e218ab1f5099510e96a2 Description: ROS2 package for converting between Twist and TwistStamped messages Package: ros-rolling-type-description-interfaces Version: 2.5.1-1resolute.20260916.024735 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.20260916.024735_amd64.deb Size: 178908 SHA256: 1c4a525d2e0dc63ec0fd9d093c15b058d57e75f939d5a41904001f572475eb8e SHA1: 0e02736771a178da0be5d0ec0a56539579f5127e MD5sum: be4b51f448675f4ef0fd0df624c521bb 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.20260916.024735 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "William Woodall" Installed-Size: 1824 Depends: ros-rolling-type-description-interfaces (= 2.5.1-1resolute.20260916.024735) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-type-description-interfaces/ros-rolling-type-description-interfaces-dbgsym_2.5.1-1resolute.20260916.024735_amd64.deb Size: 1424712 SHA256: a30bec13ba9572f0c3506edd247a54f7124f571d53a7cadecea627811088ec8a SHA1: 8674976aa154670fc9af8fe4a4e09643636f1cf3 MD5sum: cac97ad8dd19d987d081f0ee85b03bbf Description: debug symbols for ros-rolling-type-description-interfaces Build-Ids: 03ca3afa9c74c354b18fe59e73602c56527f0885 33033a3a628dc365b31c77894a28b2a7dd2312d0 39e554c6812bc8ad171f7b86f625c9d7e8930878 6e8fa246ec1aaeaa80ee9284e3a8f4c9081096ff 6f4d83ecc20bc4e76fcd00137c5dd63c559ebd53 723fc0e66118e01c9bf4af01d5dd08b06aa28ff3 890cef69e9ce4ffca69056a412842db51241fb64 9836a16f9ef7ca4096b32db68202e3ba727d9e8c a3e82134400975c139b29ffae5ec43f2dea932e7 aa938151ec987514b70997c8b8adb8a1757dcdcf f394be4d7fd8882beac39ad5bd484e8d8c9c1143 Package: ros-rolling-ublox Version: 3.0.0-2resolute.20260916.205953 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.20260916.205953_amd64.deb Size: 5678 SHA256: 18720493e3581973b5fdebd7a784065407b32ae09e9b2a89ab60aea1d077c751 SHA1: 878648c0505f90f7d7fc0e595d29c26b78f82876 MD5sum: d08c26cc262d1ee8735afba9e778583a 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.20260916.212652 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.20260916.212652_amd64.deb Size: 11730 SHA256: 4cc126721e7289187e5420462ca684f92b81f9f76bfdb94bd71bef5e1c497ca5 SHA1: 397c79f05aec9e64e8cee6361bd3b90d0008101a MD5sum: 118b05cbeaec4c1baf687bbbc41da830 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.20260916.210241 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.20260916.210241_amd64.deb Size: 714130 SHA256: 2a6265d8a8a5a20c28dddc1f7ea3d24aaf204a42b3d92148ad2e96851ee75b5d SHA1: a4fa99c9085c183968705f5a2a5bcac1734ef80c MD5sum: 6b377d8fc8029b9c9be89c121fe629ab 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.20260916.210241 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Nick Hortovanyi" Installed-Size: 20362 Depends: ros-rolling-ublox-dgnss-node (= 0.7.6-1resolute.20260916.210241) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ublox-dgnss-node/ros-rolling-ublox-dgnss-node-dbgsym_0.7.6-1resolute.20260916.210241_amd64.deb Size: 16774132 SHA256: 3f9e8c5cde3054193a25aa922e48afb37d93a240fe4d00a438a5ce3c2ba9b082 SHA1: 9da59a82bbe6cf8b70ab5eb317e9b029fc823f38 MD5sum: df51407a6af675479808be8e662b8a6e Description: debug symbols for ros-rolling-ublox-dgnss-node Build-Ids: 1313bca85719e786603d999997798f13e709e6df 5aadf74773448ac4cca8915d2e420df586a51129 Package: ros-rolling-ublox-gps Version: 3.0.0-2resolute.20260916.204644 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.20260916.204644_amd64.deb Size: 843778 SHA256: 56ad81154fea40249246cb17a7e5813954ed6032ff224f277a59f938a811ecd6 SHA1: 030adb82cf082af3b53231c7836c9152fd876861 MD5sum: 1bba44d6e064bc4f0fe473dd1459f128 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.20260916.204644 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Gareth Cross Installed-Size: 25042 Depends: ros-rolling-ublox-gps (= 3.0.0-2resolute.20260916.204644) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ublox-gps/ros-rolling-ublox-gps-dbgsym_3.0.0-2resolute.20260916.204644_amd64.deb Size: 21829934 SHA256: b95943ecdc6d166418bfabb89fdf4f1712988ab2fc7c542836b9ca34a8db9f77 SHA1: 9121a9024fa44329856e958e5a83846ec4c098d6 MD5sum: 2973e1d84ef96cf84e47956139caa518 Description: debug symbols for ros-rolling-ublox-gps Build-Ids: 621144ff9addf4d4d62036710f0ab0294cf959fe 8e89fd89943aec426aa6bd6dde071726845bdb3f ad164d82f503567ef6d2270003a98fabc26a7a12 Package: ros-rolling-ublox-msgs Version: 3.0.0-2resolute.20260916.195338 Architecture: amd64 Maintainer: Veronica Lane Installed-Size: 15013 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.20260916.195338_amd64.deb Size: 961048 SHA256: 461cd623cbb51d6d7454c5d390c227b41c01a7971bbea5ca3244ff4314aaffe1 SHA1: d479f2083189036d33157c9aa04e2436fed770a4 MD5sum: 57485b4f0fd365c2b79dbcfbc75043a3 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.20260916.195338 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Veronica Lane Installed-Size: 10922 Depends: ros-rolling-ublox-msgs (= 3.0.0-2resolute.20260916.195338) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ublox-msgs/ros-rolling-ublox-msgs-dbgsym_3.0.0-2resolute.20260916.195338_amd64.deb Size: 8537746 SHA256: 1bb766caeae2c195a790e1bec66f22c9abb6bf9f1bd5a5c63bd6383a82148af7 SHA1: 04ff9f1bcce2f469e2ce4e06855807a7377850f7 MD5sum: ac6197205ae5b30ea738b46e1833a434 Description: debug symbols for ros-rolling-ublox-msgs Build-Ids: 043b58efd61cd67ce0c551ae941998b80cc32d99 1e7a8ed55e0fb595b526d132b50daf72cabb5139 26db42da00586c740de0426056b49b0825b86257 29405ee7ea242c6f286fc47ca8fa37e196bc5bcd 34abbc77856cb8e191eb6381724671a1633847e1 41a72f6c323b15bdb588f1efa3c59cf79f87c509 5bf8a1c9b599608a9fc92a66494e8ea6e96e60c1 69b6271e5272431da71e7c272024165d6eba27d1 69d64a1b9b56933b2f69a9a8f3af4c1a5b94c3a9 a98af5e5a6cc2be9f280f7678ca7cf981a552b24 e88c1bbad08adc171688e1352e937a2afad3bd22 f8fa983b3e52ea1ebeae381bebabc325474f3d85 Package: ros-rolling-ublox-nav-sat-fix-hp-node Version: 0.7.6-1resolute.20260916.210257 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.20260916.210257_amd64.deb Size: 171198 SHA256: e59735da2246224326b267b8bd7d06896a008a17bf0ebe262ea888a0238ce459 SHA1: f31c8fbbfb2e482c6db8dd0a14b8e977be1d640f MD5sum: 9c25226f7887a09f344ef678a515b2b0 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.20260916.210257 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.20260916.210257) 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.20260916.210257_amd64.deb Size: 3829072 SHA256: f779f52ad8e64b2769ff01de84e5ddd559c938d6cd8323f15f58591bf2b0c2a8 SHA1: 364d6f1b1d26ae4627fb943e1a4775ea2e12016b MD5sum: e7667a1ae86ff2f47b2a77af1a340c06 Description: debug symbols for ros-rolling-ublox-nav-sat-fix-hp-node Build-Ids: 06510b3656fb614463f6f0ee79b8efaf861a2e1c 99773008a6ba6d76a6bda28f5dd631ca7bf2eebd Package: ros-rolling-ublox-serialization Version: 3.0.0-2resolute.20260908.141149 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.20260908.141149_amd64.deb Size: 13344 SHA256: e0a973781621709b13600ef41eb689570491f543dbbdedc6b86d2fd31c19e161 SHA1: c6d9f7108fbedc2206988022e90d9142f78aa84d MD5sum: 735f8f7320ac1b78696b691028ab6b8c 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.20260916.024925 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.20260916.024925_amd64.deb Size: 131518 SHA256: 37fcbc14de73058550a222add00612f02a6f0d03946fdf949f71432ddde9355d SHA1: 64aeb5c652f2a7e1812274928a7a802418b34a2d MD5sum: ea48ee982f0ee862eb23900929b03307 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.20260916.024925 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Nick Hortovanyi" Installed-Size: 1350 Depends: ros-rolling-ublox-ubx-interfaces (= 0.7.6-1resolute.20260916.024925) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ublox-ubx-interfaces/ros-rolling-ublox-ubx-interfaces-dbgsym_0.7.6-1resolute.20260916.024925_amd64.deb Size: 889542 SHA256: aa7e9128f53d467d2afd994837458b3ee7ea068efa91f4dcbfad7a2261b99402 SHA1: d9226b1e88494b8f8322b9012ee198083f9df029 MD5sum: 001cf9bf25007bf84602008c57d1bff8 Description: debug symbols for ros-rolling-ublox-ubx-interfaces Build-Ids: 0a3ce9832e3a9009d98be0e9c000a30fbad672a3 233208d95a60981f81731884a8f10aa617d9a5b2 24c9e6d7f13cdeb071e5c39ccb8f2e7e3cb941d5 4df63d7643a7033cd3b5dc61e4d3cd15dbb8f20e 72929f719dfd939ae1f646f95e8068d20b35e2b0 7439f9436291c0d77881c391749e52fd77e88a5d 845c2d8ff5bcd29e1002d1126bda8f584b4b30e3 95f5ba5e318e981bd6961783eec8c44435b72b3c b0e892eccc4ffdc48344933539e7eda9dae06a42 c06194eaddc713386b9303c0c1bef6a6bb17ac3f ca1e78dfede936b788857a8678bb2d54624631bd Package: ros-rolling-ublox-ubx-msgs Version: 0.7.6-1resolute.20260916.034846 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.20260916.034846_amd64.deb Size: 729750 SHA256: 377bfd2fbc012b59848ebaae3aa9b47a7b9059f1eeb8ffa598135884bbc4501f SHA1: f5b5e1d5fc9dd406c4e6edf2b6f30d5de9f6c018 MD5sum: ce0f5e224b1d638b795166cabf4fa1fb 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.20260916.034846 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Nick Hortovanyi" Installed-Size: 8510 Depends: ros-rolling-ublox-ubx-msgs (= 0.7.6-1resolute.20260916.034846) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ublox-ubx-msgs/ros-rolling-ublox-ubx-msgs-dbgsym_0.7.6-1resolute.20260916.034846_amd64.deb Size: 6643726 SHA256: 3bacba6a14820d211c17e51cd57464ba8c21defd3c177b9d6df4b8bcb4015851 SHA1: 8a6f72f1d300050067d599f96f8ea0a931288a0d MD5sum: 97fbec79ed110ade56e6f890ade53662 Description: debug symbols for ros-rolling-ublox-ubx-msgs Build-Ids: 087ffc34e32bd8c0c321cc5cbfdd85b80c719450 29ef58d9c46996df9a58b230d72f2ef359f93964 3a12b09129b1295135de08677acec5a358895f6d 4449a8bb87e198faf56797fd0900022335194261 55301963ced5a663b06d2a6de906d5f53da6da1d 7052ff303469eb7d98c5a939e2236a27c28a877d 735b57c4bca71fb3556ec0b0298c81deba893cec 983944ead00419de34868c8e51afc9eda4cbdeca a66e220c9c3f0dc4048770d5e81e44c563f47b46 e87b7ec93e96e6e2b8ac3de4d2a45b5e8d17af59 f93a4cb247c1349e60dde6b9aad67d72dac11e3c Package: ros-rolling-udp-msgs Version: 0.0.5-2resolute.20260916.034126 Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 1435 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.20260916.034126_amd64.deb Size: 146366 SHA256: 375a9d62a453c69f6fc41474c7aa99c74a78820bcf3f5e958191b29d1e02600d SHA1: cfa360735053d0f7aeb9abed686bfdcf512b353d MD5sum: 4d35ee23364c94d20a342384b672fdc2 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.20260916.034126 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 1595 Depends: ros-rolling-udp-msgs (= 0.0.5-2resolute.20260916.034126) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-udp-msgs/ros-rolling-udp-msgs-dbgsym_0.0.5-2resolute.20260916.034126_amd64.deb Size: 1256414 SHA256: 28e59fc3806a6f2c89700ddda63213e530754d07450fc9838383312dcba72e03 SHA1: 21c1a1bb1320746e3966fc9279e72b0225405736 MD5sum: 7550bab25a4ae35adcfcbc7d76137844 Description: debug symbols for ros-rolling-udp-msgs Build-Ids: 0220373207cc5e9c64ded64a057639f21e1985e4 13714a875301831a2b9dd38823406db03299463a 2581499041958f78b800795ce2b61b1acdbf9da8 307666c924d1f01878efa068558f5a377f7dba0e 31830c59d24cb18dccc62af302710a9e291e4d41 56af83b45bf4540f8019d3c3b874b06d6c3f9269 7a1a2a014357460deae67aa5b713d153e1f461b2 7f6715f5edb0ed83d10054da6cf53ec421e62b26 a06ea08b07efca202cd155d04f143441ab2300a9 c559c5783158533a76c40ed5cf4d75904a69872d d7c8009cb1a2da856ae2c5b58a10815247d33f2b Package: ros-rolling-unbag Version: 1.3.1-2resolute.20260916.214434 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.20260916.214434_amd64.deb Size: 653170 SHA256: eb9b0b48d8d1efc297fd9530cd18f6a96405243882cb608cda7fc969048a7b99 SHA1: 6de257d4376b47c4eee611da35ad2b74f98cf941 MD5sum: ff08a72202f6aa79dcf2bbfbace68e79 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.20260916.214434 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Lukas Ostendorf" Installed-Size: 1861 Depends: ros-rolling-unbag (= 1.3.1-2resolute.20260916.214434) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-unbag/ros-rolling-unbag-dbgsym_1.3.1-2resolute.20260916.214434_amd64.deb Size: 1174916 SHA256: b6f140bac509329ef6dc916b61a467af63f9148a5f2d8f819391463dad383ab4 SHA1: dea61945042cec198201a2922074b401fd3dce86 MD5sum: 6f3a84b60b61c7675e59907a2a7356dc Description: debug symbols for ros-rolling-unbag Build-Ids: abfc5e4dfc07232e02ba6f5aac497fec0686ec6a Package: ros-rolling-uncrustify-vendor Version: 3.3.0-1resolute.20260908.135307 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.20260908.135307_amd64.deb Size: 6068 SHA256: 215f71fdd206a35d9415f73929de0850467e64f6db6d0c4cc50cefd0a6e7c551 SHA1: be01f82925e5cc3df7fb45cb82580867cf330017 MD5sum: 2328ac2f274c5c6c96312cb5299de4a5 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.20260916.023533 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.20260916.023533_amd64.deb Size: 43606 SHA256: 9784c8c471a8b709aee5d2bd62ba411550815c7aaeaa65fbd06330b58809b7f5 SHA1: 76e21affd336f47de8a42601361307ed17d76ad8 MD5sum: a56623c0b2bed4f11f9e03114a7e6c42 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.20260916.023533 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 310 Depends: ros-rolling-unique-identifier-msgs (= 2.9.0-1resolute.20260916.023533) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-unique-identifier-msgs/ros-rolling-unique-identifier-msgs-dbgsym_2.9.0-1resolute.20260916.023533_amd64.deb Size: 174438 SHA256: db96bdf5d9b2ab096a7aa515d2188cd661c2f151447c34384ac20ebc739d420e SHA1: 582e740f1cd01d551e1ee05d932d51d2b679cbf4 MD5sum: 7e71d894093065720c1e9f199d80adee Description: debug symbols for ros-rolling-unique-identifier-msgs Build-Ids: 1a81be761cc8dbe53f0b6b6fbc90c47e85b1f84f 270cd5d84595a24bdbd30ee5ee0bcc6c95c6b9e2 3de2b8f18f45e33b1966fb20c4ca2d942e63a237 3df3d6bcc8ab09892ac9cf4c2e3db22a45805d68 42c541b2138c983706cc9fa4ca7b0d0c53fd58f2 462dc877ff2e01d2ba4ec9e5edf804c41c6900c2 582c26565b5b6a340e840147d4c32b7a21e08032 5d8370930eafe6123f0b63185e545f8a2e8a03a3 cba5390685ab6faac220c3845ce9354bd572181c cfdafae46d040d6fc33065e0c3c249c698876e26 f6fb7a8b1fa1bd6d7242333a00f53d291145fcb6 Package: ros-rolling-ur-calibration Version: 7.1.0-1resolute.20260921.020043 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.1.0-1resolute.20260921.020043_amd64.deb Size: 63642 SHA256: 1d012b0e6097877210a0749161ae72670725787c1f16b66fa886902f7fe50730 SHA1: fc3d1de1cdeb3987cb243eb8263fdc6857c3ca4b MD5sum: 4c373e0de8ea63fa1ecab353511889b5 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.1.0-1resolute.20260921.020043 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 1698 Depends: ros-rolling-ur-calibration (= 7.1.0-1resolute.20260921.020043) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur-calibration/ros-rolling-ur-calibration-dbgsym_7.1.0-1resolute.20260921.020043_amd64.deb Size: 1650516 SHA256: bf1babc652c5d8d6634d8671e5022df0c4a69ca842c6535ee74a752a2a097c73 SHA1: 1f884b65ae7cd03a8f08cac4e1e931a5fa0860a3 MD5sum: 1bc16fc6bedd587b6e95be23887e0b74 Description: debug symbols for ros-rolling-ur-calibration Build-Ids: 36a7883749cd1c5ec16361a80c68364e83619c96 Package: ros-rolling-ur-client-library Version: 2.15.2-1resolute.20260914.123152 Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 2570 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.15.2-1resolute.20260914.123152_amd64.deb Size: 638838 SHA256: 8628bc6c322d105bb716b4ad8aca9d8658f997f7df2d58f67b369f3eee4966bd SHA1: ee306eb23246bb1609c10a813de8e130fb73942f MD5sum: f5b8e798e686d9fe8a22d98ea23a2d44 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.15.2-1resolute.20260914.123152 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 8819 Depends: ros-rolling-ur-client-library (= 2.15.2-1resolute.20260914.123152) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur-client-library/ros-rolling-ur-client-library-dbgsym_2.15.2-1resolute.20260914.123152_amd64.deb Size: 8013530 SHA256: 656db1219e8987ca2997940f61bfaba5ab0db2c152d428edb764b4bdb93309da SHA1: cf6c9a167ec7a9489d8ac93427b34d2b3c0fc792 MD5sum: bef5eb89d7f71caeb403882bc26d37eb Description: debug symbols for ros-rolling-ur-client-library Build-Ids: 9e01d3593fea9ad54e4dc1a343bff43039e98ea9 Package: ros-rolling-ur-controllers Version: 7.1.0-1resolute.20260916.213702 Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 2351 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.1.0-1resolute.20260916.213702_amd64.deb Size: 494142 SHA256: 1e530ff8064fddf2103fac3e0309ab55415c04edf15cec8acd7a0798a96fa1a4 SHA1: 7d33f7d6446604e8dae7ea871a8740f1e70ed958 MD5sum: 64eeda0373616115c9c839ed0959d0e6 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.1.0-1resolute.20260916.213702 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 11809 Depends: ros-rolling-ur-controllers (= 7.1.0-1resolute.20260916.213702) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur-controllers/ros-rolling-ur-controllers-dbgsym_7.1.0-1resolute.20260916.213702_amd64.deb Size: 10304836 SHA256: 4ce784ad7b995af2bbdb6f9408da23e123d1fe8375f1819e4ced6ddca13cb3f3 SHA1: ecc5bdc357a4bab73efc1ec458b94ac8fda5b58b MD5sum: d35cd32142b8e61dd0e17f7b28d8d37e Description: debug symbols for ros-rolling-ur-controllers Build-Ids: 4f059f8e06aa6f2c05ad829a34ff54514945c3bc Package: ros-rolling-ur-dashboard-msgs Version: 7.1.0-1resolute.20260916.025016 Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 13614 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.1.0-1resolute.20260916.025016_amd64.deb Size: 801430 SHA256: 62b09ee70edcc25ed976edf7450ca2a60b1cca715ee881d6e5f3582867fb7ecf SHA1: 8498a459dca9d11dfcb69ba1f437509ccdae96b0 MD5sum: 5622a8e1dc7c32d6a06a83878daa54be 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.1.0-1resolute.20260916.025016 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 10612 Depends: ros-rolling-ur-dashboard-msgs (= 7.1.0-1resolute.20260916.025016) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur-dashboard-msgs/ros-rolling-ur-dashboard-msgs-dbgsym_7.1.0-1resolute.20260916.025016_amd64.deb Size: 7718042 SHA256: a8b7864a389e4b3f0aaa4ee83ee88e00456616cda855ec4d5293a917ded9ea2f SHA1: 236536576937d0f912b0efe3d5342581088a55c2 MD5sum: a15babf56f8ba1562b72dd470594c866 Description: debug symbols for ros-rolling-ur-dashboard-msgs Build-Ids: 2e9769777e8daa88a6d123bfb9e1e1b2c482be25 2f4e51178b54af15ce98e5201e412074f231ad01 446b07e9183797399418a5dde5aa5b146dde8385 5284748a39a5f9ac7ce8e2913c95a15f6e06c321 91a772dddc9fb71335ab8d2f11ac745b828b9f5f af0da55607018ce3ea04c9542f0f8c0252a6a88a d967716e4b89817ba06c29c18ca69e487433161f e0477ddffb462e942dee6b3b0bdd28c47ec4cf82 f3c0372a62ab2f598005e1393a2dc1e68f150552 f9001baeb540fc0abc1dd22a8e31ec50bc01a1eb fc76b20d0f7d3c456cc15fca5a0570e1d1ea28d1 Package: ros-rolling-ur-description Version: 4.3.1-1resolute.20260921.014211 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.20260921.014211_amd64.deb Size: 22008530 SHA256: 1379bc0b934256aefde97f63c062c52e7e2b2d42addfa6ea0f82e2080a678dbc SHA1: 6bcb5f1bc289b048bdf7fd649fd27744abf7711e MD5sum: cae16a638fffdb7a739f6849d81ef787 Description: URDF description for Universal Robots Package: ros-rolling-ur-msgs Version: 3.0.0-1resolute.20260916.040225 Architecture: amd64 Maintainer: "G.A. vd. Hoorn" Installed-Size: 9652 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.20260916.040225_amd64.deb Size: 627962 SHA256: 521fc025f001224e21fa17be26b75760b8d5cf5f4079d641d3bbde3844254b06 SHA1: f75acad46a14a8fc252a6fac26e8ba89e4bc2711 MD5sum: 15244796f66ee1d95853727379e2ba7f 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.20260916.040225 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "G.A. vd. Hoorn" Installed-Size: 6486 Depends: ros-rolling-ur-msgs (= 3.0.0-1resolute.20260916.040225) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur-msgs/ros-rolling-ur-msgs-dbgsym_3.0.0-1resolute.20260916.040225_amd64.deb Size: 4579090 SHA256: badea99bc972362aa6de157780de7c147033fa68c4681eee85caaeb7e54e4a4a SHA1: 18822b80f4963a876a52ec1d9e4495eda4bf6af4 MD5sum: ad532e2200a7db8615957afd113e61ec Description: debug symbols for ros-rolling-ur-msgs Build-Ids: 20a46538aa215c38c0b06e1b43b3197747e1a0a2 28e75f297a36f288e9926729862b6961dafc1dc3 5c6ac1003c6a27082146f25792fffcf90eb46845 70ba927157bcf224f17492e51b89b7c6156f6358 79640cf385c94f975fd160d60cd44e5e873c1ed3 b61d44c6a046dfa5efba7aaf1f477545ff7155f0 ce8557176c8cf11b602acd10977f09dc29c79bae d31ccb8edfc86556be95603b9a5bb59475d56393 dade2f5b96c05d7861df8cba8bc338200f5ddf18 ee9977428a2cac1c45a41d18ec2e2248eac088b9 f8a5317fa45b2acaf294d44aca1d08c90dfdad11 Package: ros-rolling-ur-robot-driver Version: 7.1.0-1resolute.20260921.014352 Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 5697 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-action, 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.1.0-1resolute.20260921.014352_amd64.deb Size: 1084390 SHA256: 2e32a5b4d45c3ece6f707feff13dea1fbc256f29278249424718bce6c7030b35 SHA1: 6f1912b1b0ef5162241d33729360f4aa54de0958 MD5sum: e7455314b5d75f5bf20fa10af889eb8e 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.1.0-1resolute.20260921.014352 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 26148 Depends: ros-rolling-ur-robot-driver (= 7.1.0-1resolute.20260921.014352) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur-robot-driver/ros-rolling-ur-robot-driver-dbgsym_7.1.0-1resolute.20260921.014352_amd64.deb Size: 22150338 SHA256: c7fe524245ece743384cf23a80494b42790f76b42a3e62971bca633453609c85 SHA1: aebc35bb3a09ef00d1edbaafa07c743da3366a8d MD5sum: 7fc207fde5c773cf8312154c0f38990b Description: debug symbols for ros-rolling-ur-robot-driver Build-Ids: 4dcf7c69008eba5cf6dd93976e8f5e7c46603ab4 5b6da6bfe9f49760ad0557aec691436d984ef4d7 6b2e6e22c372589543d21f94c48bd8186288f645 6d6b7c601b45e9f329552458c204c321113f8d1a 85820778d78a6d2bfd89ffbedf37cf7bbd3aff00 88cd235f38aaaa46c12536deb956f1dd4faf77d9 9b7d19967b97ef162cf0cb8b265d28a37082b0c2 bf82fa5d1271f93b21a98e7274f8d521589abd20 Package: ros-rolling-ur10-inverse-dynamics-solver Version: 6.0.1-4resolute.20260921.014355 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.20260921.014355_amd64.deb Size: 697916 SHA256: 3047ec26e31bfd48fa74343c73d7d2862b3d74a70336f4f28fe470ee031bdf02 SHA1: c09160864354d461458bd4f890d0dcce02b2c3f9 MD5sum: 861ab6fe10ef8bb264d6f725e7ebf15a 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.20260921.014355 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Enrico Ferrentino" Installed-Size: 766 Depends: ros-rolling-ur10-inverse-dynamics-solver (= 6.0.1-4resolute.20260921.014355) 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.20260921.014355_amd64.deb Size: 681548 SHA256: f2cc45805d758c68560fc99c9ae99e87e64dc07c4621a8183850bfdcda70f6b0 SHA1: 4c6a51136555d5802825fb41ca98934197a61800 MD5sum: 839e7394bc2202f739b412496206ef83 Description: debug symbols for ros-rolling-ur10-inverse-dynamics-solver Build-Ids: 9f8fd47a77c94372f1cb06f0c257e29c9b196004 Package: ros-rolling-urdf Version: 2.14.1-1resolute.20260916.195820 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 257 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-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.1-1resolute.20260916.195820_amd64.deb Size: 68002 SHA256: e4d7b2a8bf1bab729f037a7cee1e0dbb1a097c94fec8662c0f8516cfeaf6d6c8 SHA1: 81ac37494d01a752943a16d88544e3526763b653 MD5sum: 9c53d5325a5a0ab7d71f373b775e8de1 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.1-1resolute.20260916.195820 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 820 Depends: ros-rolling-urdf (= 2.14.1-1resolute.20260916.195820) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urdf/ros-rolling-urdf-dbgsym_2.14.1-1resolute.20260916.195820_amd64.deb Size: 737126 SHA256: 16aa81e7fead634a3033af88905709678f0644aec71aa1f04023d771ed2f56f7 SHA1: 9eb89af1d467dd45317be1a5b0ef278abf94f1d7 MD5sum: cd9f7e18ea00e6bf27197b395c3f6357 Description: debug symbols for ros-rolling-urdf Build-Ids: dfdd4d644231dd8eb902b6803a64ed1cd48b1170 f58faecaadf2ff285a86fcabaab2f0dc36e70c83 Package: ros-rolling-urdf-launch Version: 0.1.2-2resolute.20260921.013759 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.20260921.013759_amd64.deb Size: 6848 SHA256: 62cc9987afdc69198760eddddd010aefa3e04106d3c5fcb8469e7e21f4447e6b SHA1: 916e7516e519d7bcc36cd12239fcadeb5320847b MD5sum: 6805e1495d62a8ba7c9d3c546fa70e4a Description: Launch files for common URDF operations Package: ros-rolling-urdf-parser-plugin Version: 2.14.1-1resolute.20260916.195330 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.1-1resolute.20260916.195330_amd64.deb Size: 10138 SHA256: b18aa5e821ea99c69a096dfef8074c8caea23d1a444ecd67ea1b33320cbe42d5 SHA1: 0f27b01b7ca22931525d4daded72a5a055d0c1b9 MD5sum: 081fa34f5394c4a87f5cfb0236149aa6 Description: This package contains a C++ base class for URDF parsers. Package: ros-rolling-urdf-test Version: 2.1.3-1resolute.20260916.203752 Architecture: amd64 Maintainer: "Jordan Palacios" Installed-Size: 69 Depends: ros-rolling-rclpy, ros-rolling-urdfdom, 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.3-1resolute.20260916.203752_amd64.deb Size: 9848 SHA256: cc665647e8a51fc0f5bc7d4a408e9f5d21f9d71f5a67bf7ea980550a5d240b6c SHA1: c23410334301c797431cbe3861b8e94e0eb65af6 MD5sum: 8a4997ee133191a88ca85e12415d627e Description: The urdf_test package Package: ros-rolling-urdf-tutorial Version: 1.1.0-3resolute.20260921.014326 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.20260921.014326_amd64.deb Size: 729706 SHA256: ac51b01434b44aae8c6b70cf879d55ce9cba3336500925fba5b34c94da3b73ea SHA1: 499a16730620dd27cfd05d1731bc4b3daa198697 MD5sum: 32767291e140e67e8a0dc93ea1ab792a Description: This package contains a number of URDF tutorials. Package: ros-rolling-urdfdom Version: 6.0.1-1resolute.20260908.135356 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.20260908.135356_amd64.deb Size: 67710 SHA256: 44cd39edd40e665a29e75e40912bd603eba08f50b0de0db36fb8edc85a87b067 SHA1: ee2fba58721860706ed7eef0cbdc0569ed539a17 MD5sum: 55fb2f075aebb07c337360e735d562a7 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.20260908.135356 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 1755 Depends: ros-rolling-urdfdom (= 6.0.1-1resolute.20260908.135356) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urdfdom/ros-rolling-urdfdom-dbgsym_6.0.1-1resolute.20260908.135356_amd64.deb Size: 1051782 SHA256: c7cc3ae7b8d8f58092154589c9bbf729958cc10d86f5de204fdf1b70055d1605 SHA1: bd4d29821381b05607f75b6986ff0310f0afe23b MD5sum: 162701c1268871f30dba90f4d7b8f8b0 Description: debug symbols for ros-rolling-urdfdom Build-Ids: 165a9e6604a863fe9bb4f960293803009cf4bc07 43287c63a7a547cfcd36a9f7dfe9a260216f50b6 4c6fbac03648a9f1414fec0470124f3bfbb2a2a0 58f25a8cd813dea1213c6c5345452b61d5e435b2 bffa1c5c7628c795c4b099ed9b0af3092af7a8ee efcff4883cc3a93dddfea4ebb2b59b079a6ae677 Package: ros-rolling-urdfdom-headers Version: 3.0.1-1resolute.20260908.134209 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.20260908.134209_amd64.deb Size: 15310 SHA256: 86fc536d71298f7924d07649ee49575fa9f3e16a0b307581b43fff3c324ff9c7 SHA1: a62a6eb166d022f3daa96e4e9519006c55c6d2b3 MD5sum: b2ac248ee5e1bea3da6035d645afd104 Description: C++ headers for URDF. Package: ros-rolling-urdfdom-py Version: 1.2.1-3resolute.20260916.203757 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.20260916.203757_amd64.deb Size: 39532 SHA256: 8e89be5ab5ccb37d006191059b4a27e54f5b37d8f5b35ac06fc44397b5dfd289 SHA1: c4c269ba844df06bdc5005cc2468705810a5242f MD5sum: 5ff2f76d88b77938fbe92fbd3f2ea7a8 Description: Python implementation of the URDF parser. Package: ros-rolling-urg-c Version: 1.0.4001-6resolute.20260908.141318 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 315 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.20260908.141318_amd64.deb Size: 42104 SHA256: 0f8599773b58b844ab6e8001c7fe14653cffd09917766f85004cfdf218dd1685 SHA1: f393b089279f6b4e9e5b90f0d00e4338a0daa216 MD5sum: 203c214dcf8b7aad43312019e7a7cc46 Description: The urg_c package Package: ros-rolling-urg-c-dbgsym Package-Type: ddeb Source: ros-rolling-urg-c Version: 1.0.4001-6resolute.20260908.141318 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 249 Depends: ros-rolling-urg-c (= 1.0.4001-6resolute.20260908.141318) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urg-c/ros-rolling-urg-c-dbgsym_1.0.4001-6resolute.20260908.141318_amd64.deb Size: 100444 SHA256: 6f8a1b25ea10680dba18c001531a1f57a6d911069839a0d87eba623e5b2e0603 SHA1: 6ae93c51c54bbaf2f74c2a796c00ac9b3fe816e8 MD5sum: 9b6ad1245fb2c2526bc7318996a62302 Description: debug symbols for ros-rolling-urg-c Build-Ids: 11b064e5c78ed938b1b1d89bd3f7f0bfb499e6c4 3ccd401d2e742479761ef08e4d63fb2091aa894f 3ffab4501e25bb4c7f22ed27200ed729eee820d1 60e041046c36ad5afd148b60b066371111ea1e42 6e2c1a94d218498ab47814829fa8ccc22a6d413d 70462d1adedbf04cea565f9ac70448f42b43335a 72e013367dfb4c7be3021f05f110ea6a5f456791 7e456e5c44d82b50b2d9bb69e1b018aa9b3cf381 a69cfa20db115b9c8dc4de6cdfd594b77afa53ef c29a3eabbd73a0ab7da19a6e77efd9a578efaaa3 c4c146955e610662a0f4c63ad674fe38c9fbbab1 e3ce62066a089c6797054ded4ed616178a37eeee Package: ros-rolling-urg-node Version: 1.2.0-2resolute.20260916.210246 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-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.20260916.210246_amd64.deb Size: 193596 SHA256: 54f680c68f47222e65284ebfa8d92a2ec7e5a038c7885e15b8b1110058e78763 SHA1: d59a615f246d7c56cbd7518e5d8c3f136e771e94 MD5sum: 58b42daa3af570c9dbd0a9c2092a22c4 Description: urg_node Package: ros-rolling-urg-node-dbgsym Package-Type: ddeb Source: ros-rolling-urg-node Version: 1.2.0-2resolute.20260916.210246 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 2586 Depends: ros-rolling-urg-node (= 1.2.0-2resolute.20260916.210246) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urg-node/ros-rolling-urg-node-dbgsym_1.2.0-2resolute.20260916.210246_amd64.deb Size: 2360280 SHA256: 0ed77a6693e6e528324fd0a71ccd76b50f90814f36d519fc6dc597acfad4ad31 SHA1: ab5561e887f33041882d3c7c165490214ed733bf MD5sum: 1f61ba9ff4965c6d97b3b917b6fd8cfc Description: debug symbols for ros-rolling-urg-node Build-Ids: 1b0b707cadf31bf48770780869c800cefe0ff40b 48e4a8ddc757d71cc171f8265cb6c8b8b36109bb 8f1f27c8a9bfb3a1af5ec6f6faa9200e39dbacd6 Package: ros-rolling-urg-node-msgs Version: 1.0.1-9resolute.20260916.030224 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.20260916.030224_amd64.deb Size: 46418 SHA256: bf74f02b7ff2adf66e7287e709a487ad88708bfbf1329fff4bd4d803c81322ad SHA1: f55293777cc9c38acae93f68a0ba237f7b050c64 MD5sum: fcdb517a50f42d56418f61528fc8b517 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.20260916.030224 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 322 Depends: ros-rolling-urg-node-msgs (= 1.0.1-9resolute.20260916.030224) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urg-node-msgs/ros-rolling-urg-node-msgs-dbgsym_1.0.1-9resolute.20260916.030224_amd64.deb Size: 186076 SHA256: 700d5d19e53b252f04f6824ec064fa6cdbbf678a0247b53eed33500030c071fe SHA1: e70b069dd1cf41ef9fc85b905a2e55a93a3457b2 MD5sum: 97fdde6bd7770b21490e46f2eccc94ca Description: debug symbols for ros-rolling-urg-node-msgs Build-Ids: 0247d7f84cb4feea73c7fa65d18ddafefc8a0163 248e9564d50ef868d21272fe8a0e5a131bc6a928 2c1b39ba7c93ae96ed8e0baa78d50a085ff050f8 58d2b1d0898bf63cd05d3373124443cf447fdab2 5dec063e76a6735bc7d1574135d3bd4baec3d51c 833f5eb290b3f7f281e544a6b438e2f5c204ea21 925699dee34cd224b48f4fc5754557108c86ba7d 9a696ea2a3c3bdbdc3b34d519ac29acdd2be5823 a532e72c3d3667d32d93bb6e1df547cc8cbcd0df b28daabfd745d8cc16a1a5f84954eacf04b8bb60 b8bf56babb63526340d2cec89657d031665f98bd Package: ros-rolling-v4l2-camera Version: 0.8.1-1resolute.20260916.205434 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-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.20260916.205434_amd64.deb Size: 203536 SHA256: 3f038fe3c9c8288261263ec6ea2e9c7f6dd0ef0929b87978df77cc3c6d92b8a3 SHA1: 3441ff83744bea07e65ec96fb13bbccee877e85f MD5sum: 6996ba7295156aabc007adef659f3972 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.20260916.205434 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sander G. van Dijk" Installed-Size: 4244 Depends: ros-rolling-v4l2-camera (= 0.8.1-1resolute.20260916.205434) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-v4l2-camera/ros-rolling-v4l2-camera-dbgsym_0.8.1-1resolute.20260916.205434_amd64.deb Size: 3752846 SHA256: f5733f2a39e69e544b3681c94fefc95619da45c6a49f58fe10df9ea305d91225 SHA1: 54b8e5143f846ccb58fc9869d3c4127607998a6e MD5sum: 000d591acbfe779035cec805748dffde Description: debug symbols for ros-rolling-v4l2-camera Build-Ids: 28a7b446bb310e8de9c09770437f0412be3ab487 76bb087f9812f8a1971e97eed2485f2cb10e1dcf 9951248ac54f12bf186765dbcc5444342d1a1d25 Package: ros-rolling-velodyne-driver Version: 2.5.1-2resolute.20260916.213956 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.20260916.213956_amd64.deb Size: 164370 SHA256: f56796ca7b00394bc7d10d72c5f19dcfd1313ce8238b4712215f207622bca596 SHA1: 97e14bebb97b8886ad24dd56e2a3de72f1819225 MD5sum: 9e19a2140a6c14ae1255ef2e1cb04701 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.20260916.213956 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 3501 Depends: ros-rolling-velodyne-driver (= 2.5.1-2resolute.20260916.213956) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-velodyne-driver/ros-rolling-velodyne-driver-dbgsym_2.5.1-2resolute.20260916.213956_amd64.deb Size: 3013012 SHA256: b3e853481543d8465899c386356c4ca6b7a3be9a7fe9f11e487bd7eb47702fcb SHA1: 7bdeb70820dd6c560277688f2c6d03e51a68e633 MD5sum: 941f0c09ecdaf933941ccb1f474b8e17 Description: debug symbols for ros-rolling-velodyne-driver Build-Ids: 065c5598ad95ebf58b68f13a552d725eff6184c5 b19fb8a5de0ace00e60ef7acc30680b9bf412b1c b795199d02298f558a01fece861eae9a97c0338d Package: ros-rolling-velodyne-laserscan Version: 2.5.1-2resolute.20260916.204900 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.20260916.204900_amd64.deb Size: 137592 SHA256: 2ad40330e474a7bc7c4631b6d0bb4a803f8a2151a40663200fe0330b481b7858 SHA1: 005b06ded7cd5852f3e853b9462354c7dd2455b6 MD5sum: 0cdbb392274cdea3066d8efa5fbdf0a6 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.20260916.204900 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 3003 Depends: ros-rolling-velodyne-laserscan (= 2.5.1-2resolute.20260916.204900) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-velodyne-laserscan/ros-rolling-velodyne-laserscan-dbgsym_2.5.1-2resolute.20260916.204900_amd64.deb Size: 2561522 SHA256: 244e6cea2508e5e3e53a159909da34dde5e00a06bb826bfd2583f745e1e8dcca SHA1: 55a199c9155ad5b9b348c81c3cb9a8634b2fe33a MD5sum: 04295355c39739641e52490ee8e43f24 Description: debug symbols for ros-rolling-velodyne-laserscan Build-Ids: 47aa7884b0ad64d987438601b63b65d17fc94f64 ec28e668d440d7dbb63add2ce816b26f1d1ff7f0 Package: ros-rolling-velodyne-msgs Version: 2.5.1-2resolute.20260916.030229 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.20260916.030229_amd64.deb Size: 62022 SHA256: 859296d8e626b498609b7e83631b9816985eda1804687df51277fc92a9a58b26 SHA1: cffe90dc316e9fb158dd1794337a1ff371baf32f MD5sum: caf9415643ab3b4f515006af0da87e9b 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.20260916.030229 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 483 Depends: ros-rolling-velodyne-msgs (= 2.5.1-2resolute.20260916.030229) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-velodyne-msgs/ros-rolling-velodyne-msgs-dbgsym_2.5.1-2resolute.20260916.030229_amd64.deb Size: 313234 SHA256: fb0554b2955d0dd1ab274f6218e232d73f370ca932e8b1ee0bb2dbedb342f5c7 SHA1: ee4fd7b2a89b3eb3177f9fa29516df0b2bc4da14 MD5sum: ddf3957fedbd0aa9e9fab1b9e8f69174 Description: debug symbols for ros-rolling-velodyne-msgs Build-Ids: 04c19b86dc15be8d98144e593e79e3719147aba8 1cf0641c6dfddeec595e09de1f02f0a2bd6529bf 26b4d49b1cc73c8c2081c637375b8681ec925fdc 2819029510b9bb0212ea275b6d1a989920ab5fa5 315903b2787caf096c17ba5b5b5c91834a6f0a06 71c39c2cecc03f699bc11724031b7c2b5617fff0 7b8d15ec291da70baeb7dd0e680e00f49ca88b20 9feadbaac1bbfa59da47362e766b819d89b5e8f0 a57a2b58db6d6a4cfb46d6fdf72557b8d48e0590 a8a1482607b2affe16ec2b92dfbd3479ec7a84dc b70d3ea537112acb95ee2a26a102aece7b4d7597 Package: ros-rolling-video-to-image-msg-publisher Version: 0.9.5-2resolute.20260916.205230 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.20260916.205230_amd64.deb Size: 88376 SHA256: bc104c27809708751da7c65c02362bafe7e4fb5624f46af19466c53395552fdf SHA1: 72adbce145fd77878b50f2ff79c9ee88ee32cc6c MD5sum: 3d33802136cfdc19163bc3aba1f5884f 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.20260916.205230 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.20260916.205230) 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.20260916.205230_amd64.deb Size: 1609938 SHA256: 99afa64b7bde4b8f92fcf78a22ce1da815e384695b32020afd352c05b1beb56b SHA1: f53b1b61491fc1e2dc6383901ec74d65a63907f2 MD5sum: c9b83fed75cee7da1c115dce6501459f Description: debug symbols for ros-rolling-video-to-image-msg-publisher Build-Ids: 4d1f1aeaafd470b0a25d9ef0153e2150e073dc71 Package: ros-rolling-vision-msgs Version: 4.2.0-2resolute.20260916.033807 Architecture: amd64 Maintainer: Adam Allevato Installed-Size: 2704 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.20260916.033807_amd64.deb Size: 204532 SHA256: d26450649e05dbb6f2e530be847ec5573c90957247b0d059f19993312fb70663 SHA1: cac5bc373aa20fe51e80948eefc8c87887e23fc1 MD5sum: e8ac925508a6c3858a8f77c772a07150 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.20260916.033807 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adam Allevato Installed-Size: 2452 Depends: ros-rolling-vision-msgs (= 4.2.0-2resolute.20260916.033807) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-vision-msgs/ros-rolling-vision-msgs-dbgsym_4.2.0-2resolute.20260916.033807_amd64.deb Size: 1900642 SHA256: 8b2779da5ac540ad6c1274a804cab60d426de510b9edf4e9ddd04e53882c709b SHA1: be722670e3e5d785bc98e3844304a4dfddb86c72 MD5sum: f009d6abad0a5266362f8136f3b17e8d Description: debug symbols for ros-rolling-vision-msgs Build-Ids: 0807c8c68024ccf4205783b1f9562fe12909dfe2 67c4c191541459eb79687aa0238782ce7b9f9224 6bc2fd7d12926d30eae9adec8d8b3cbd9ec9b422 7158c1cbc898954ccdf74121e7830f8e800a01f4 83773b445c7e05fddfe30d58f25bacfd2e5707bd 928fd19d0226585e73e5d7a7f75ed460cedbcde6 9365b0160315c216e1dd2ec0d53c78696dcf7549 a0dead8e905c96cd1502a5fdce011d5c291ca645 c8ce0e1b5a2464bd53bc8bbbeec250915a5a4a81 e5a9900b59d56978f00fdaa60484c821b5f1b5ad faf21a912daa71c41dde559f1533cb7881d2736a Package: ros-rolling-vision-opencv Version: 4.1.0-2resolute.20260916.204902 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.20260916.204902_amd64.deb Size: 5762 SHA256: bbfc2a28c3d5644797aabe3bc8858e9d64477fc4a5a02277ccfcafe9ed4686ce SHA1: f384b7d801ee8fb290c4f57f25b91ba947290bc8 MD5sum: 0d0baf556f69ef7072004aaf2d37490d 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.20260908.142357 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.20260908.142357_amd64.deb Size: 3556356 SHA256: 1bd2343d81bcbd8940efefe7302919b6d33146ae0ecf4995d75166d8d7c03a24 SHA1: 9030e2b10db5354296bf23d7c08dac810a6cc85b MD5sum: e47bc85ca2c34fe37a5c5b0185ceb3fe 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.20260908.142357 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Fabien Spindler" Installed-Size: 56013 Depends: ros-rolling-visp (= 3.7.0-7resolute.20260908.142357) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-visp/ros-rolling-visp-dbgsym_3.7.0-7resolute.20260908.142357_amd64.deb Size: 53151848 SHA256: 0b6807d8e8975baafa1ae551824a72fda3695ddc53aee2e14d87a41aca64f4d4 SHA1: ebcf550bbce8c94c844115af2222f26967db10a8 MD5sum: c8753144ecf4da9998ea7a586e8be313 Description: debug symbols for ros-rolling-visp Build-Ids: 043f20a59dd58317bab67b1d65af6fec0348bb1f 21eb8b49e0e4e34f40022bb9c81501779036b188 234c3436ccb3644f762600e18d1005024ed08a03 33cbeef31cce319a0c7f70aed2c6213c1dacb039 372cb0d356b190a32619c8b26cf54f57d9ee4ee8 3a31284cee4556c59e62d2688f67f0c2660baf7a 52e63297478b1954b3c4136736894c236d259290 86bc921f44436339b02d2095c41af3b967304254 a3e3f121db50c912a3348f51ece08659062466ad a90a25a663a9adb308a1fc5f552b95edb5df0122 ace0a72999ae5cb983e216db5bf8729f82276181 b1cd429145554ae49f10ca0254ea5b8e5de8e796 b7e979abcb0eb9e84a9dc22f39ac7a1427f58aac bbac44fcde35ff8943e2a6d7c40b7fe50b78ab00 c8d4d013a7d6ae0b7e2483beac3d146ef8c6404e d79c6751f734abb78a9264757179cad2fa8c8534 d8dc724c095961b9cc099ae7ddeee97ff5930977 e3e0e9b8dd46ecb668d6870b08165b8f1c9b33f9 Package: ros-rolling-visualization-msgs Version: 5.10.2-1resolute.20260916.034725 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.2-1resolute.20260916.034725_amd64.deb Size: 308306 SHA256: fcb2eab66062ec427dda480e5d8fda9a42ef7fddfafce2e7bb7c427b6bdebbed SHA1: 5b8c9d35703c6f761dac84aae8956987a3ca4c51 MD5sum: 8dbb4b98ba4abaf4b4ad6dfab1e1c6ca 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.2-1resolute.20260916.034725 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 3759 Depends: ros-rolling-visualization-msgs (= 5.10.2-1resolute.20260916.034725) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-visualization-msgs/ros-rolling-visualization-msgs-dbgsym_5.10.2-1resolute.20260916.034725_amd64.deb Size: 3113702 SHA256: 618086512c9e89b59f5ae7be4e50a4d2cb9364e1b3f46cabe9519b9a9f37b0c9 SHA1: 1cc7a9ef734289fccc0bc2a32a4cd93671f4d6c0 MD5sum: 6002ace8a75c085b3e8f9b9dc02e86e6 Description: debug symbols for ros-rolling-visualization-msgs Build-Ids: 04b07e3da8c74ef1a2b60561b294145792f5ede8 4ee13e35bbb179b6439be85fa9430f85d4630edf 63aeec88ec4dfd2cbc95fffda6360af7eab3d22e 660a6d428dfecba6e35863cc8573a4a2a21485c8 6aea21c6c0dbc003cbacc499496b7cb56cb80bc7 71a78490d701a89387db045119301091dd5d6cd9 aaa3616650b3f20311cc533556723c6285d55514 c2574fe9b71ff6b1f6dfc1ae032451cc2ae28179 d4f0b440be2680d6871c15c5a34884e882ce7676 de050a488a9bfb7f4f05a3ef4d11a0e59590c95f eadac1c362bd135b23c224246605967e03a6daf8 Package: ros-rolling-vitis-common Version: 0.4.2-4resolute.20260916.195532 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.20260916.195532_amd64.deb Size: 5898 SHA256: 09b76c82fff7b49a5317cf23911e8ea501c00616849e858bd7dbcca384e167fd SHA1: 610becd96d40119da15d01ca0020425bdc1f7ae3 MD5sum: 40eb54ed156900f9aa1b966f9e453212 Description: Common code for working with Vitis™ Unified Software Platform in ROS. Package: ros-rolling-warehouse-ros Version: 2.0.9-1resolute.20260917.062039 Architecture: amd64 Maintainer: "MoveIt Release Team" Installed-Size: 315 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-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.9-1resolute.20260917.062039_amd64.deb Size: 83872 SHA256: ba280fda1dd5633968669dc7f612ae6549a478a5bfe20dc983be6d029add5bb8 SHA1: db3e733710af478987fb0a6c83db092cfaded771 MD5sum: a566a6477127268da56420316b570281 Description: Persistent storage of ROS messages Package: ros-rolling-warehouse-ros-dbgsym Package-Type: ddeb Source: ros-rolling-warehouse-ros Version: 2.0.9-1resolute.20260917.062039 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "MoveIt Release Team" Installed-Size: 1518 Depends: ros-rolling-warehouse-ros (= 2.0.9-1resolute.20260917.062039) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-warehouse-ros/ros-rolling-warehouse-ros-dbgsym_2.0.9-1resolute.20260917.062039_amd64.deb Size: 1418442 SHA256: c3e47c17f82475f26bd86e2f596a93e63e3349f0504c07305aa3b2e3a822d9a6 SHA1: 17b4ca6b7b096ef57094219f1b6c392b5431485d MD5sum: 8ef45dc35b9fa9344826226a66c71034 Description: debug symbols for ros-rolling-warehouse-ros Build-Ids: 8d7cb8944f4b9fb18a0eed262394dece830c945d 9c812129685ba55d775a6884cc8ee57228904267 Package: ros-rolling-warehouse-ros-sqlite Version: 1.0.9-1resolute.20260917.062549 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.20260917.062549_amd64.deb Size: 67988 SHA256: 4a56ec39bf9b2da97455d51010180bc16713c0409500bfda9ed844fc54506216 SHA1: 9956daf0de5132338072d46e72297ddb13255dc3 MD5sum: 60e5ab8d374cb915e9fa97d35dbd52d2 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.20260917.062549 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "MoveIt Release Team" Installed-Size: 1287 Depends: ros-rolling-warehouse-ros-sqlite (= 1.0.9-1resolute.20260917.062549) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-warehouse-ros-sqlite/ros-rolling-warehouse-ros-sqlite-dbgsym_1.0.9-1resolute.20260917.062549_amd64.deb Size: 1204454 SHA256: 67f3a7cd5ce21cf94bb192be2e6a4931fe3322835daff047db10f3055e4eec2a SHA1: 6974e53924bbf389aebc5865cc4d852868ff963b MD5sum: ed3879b5ebbe030de473b1406abfd992 Description: debug symbols for ros-rolling-warehouse-ros-sqlite Build-Ids: e42cb195cf4712c59172201084a4564e5293cd99 Package: ros-rolling-webots-ros2-importer Version: 2025.0.1-2resolute.20260916.024038 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.20260916.024038_amd64.deb Size: 64056 SHA256: 11c0ac23f39b769213a8e6fa89c765db2e55e31c572608f82a1f8890b56d85f4 SHA1: d4091a837caaaa8512ee8230e09504dc6b1f5f8f MD5sum: 69cf496646088aa307c96c6866bf116a 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.20260916.034328 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.20260916.034328_amd64.deb Size: 256974 SHA256: 004d43217e3e45e69132372c914d6b2aacbffd9a977561ceff7958d5c6de97cf SHA1: 93d08d9836281bf1f26c3a374109f5414ed76095 MD5sum: 4888cda682ce5ea803de8fc7bb73f998 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.20260916.034328 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Cyberbotics Installed-Size: 2894 Depends: ros-rolling-webots-ros2-msgs (= 2025.0.1-2resolute.20260916.034328) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-webots-ros2-msgs/ros-rolling-webots-ros2-msgs-dbgsym_2025.0.1-2resolute.20260916.034328_amd64.deb Size: 2143706 SHA256: c7b0c197e1eff2f28e4b0661eaa833ff26300b94b778062bdab8d6a891a91b49 SHA1: e13e29aa9a3c2debcccb9514af967a77864445a2 MD5sum: 931f2fa94e2b98fe08bba14e6255d8e7 Description: debug symbols for ros-rolling-webots-ros2-msgs Build-Ids: 073eb11e68e6db4fbc6f880a0e128c79f9ed015f 07bc76b2f7ca3d8c745dc4e8e266e15321ea6206 0a9425fdbb10dc368099c78207f85bf1654678a9 305205907eac2f1c618ae6d3252e999032b572a0 465c8342188a2d3ee45c36c2a128fcbe88b03722 82521ce2cfe5ad1cda7595c870bdee37ca502821 929ddd03b37f05dbc1bba056a1ea06b1149bd314 99be0f32363a91b6ce7ea0dddaa09725efcfa98b c5521f25f6dd2496c0bc8e8003860c10272b5a69 d97b74786b80d07d6c383b3e3245a74e8ad644cb fb33e1a9d9dd1bf68aa1621a01ad689781c10c32 Package: ros-rolling-wiimote Version: 3.3.0-3resolute.20260916.210336 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.20260916.210336_amd64.deb Size: 330442 SHA256: 11b3ca4635581df5332ac05b8f8004e3c7f65a8e4e9ea0ed3c9d31572ee5d8a8 SHA1: e31bdac043a10db3cc775053ea0ae3d1345dd4bb MD5sum: f72ce7b9d203ccaf049e76e4a847486a 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.20260916.210336 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 8520 Depends: ros-rolling-wiimote (= 3.3.0-3resolute.20260916.210336) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-wiimote/ros-rolling-wiimote-dbgsym_3.3.0-3resolute.20260916.210336_amd64.deb Size: 6983002 SHA256: ac0b7811bf5e04d6a09979adf99b0440b51e2f96f386bf9b21be65f2d4c5dd96 SHA1: e927e9454cf9e045e7756b541362e62291035069 MD5sum: d48ab21e53e6052a30f2844407013119 Description: debug symbols for ros-rolling-wiimote Build-Ids: 00bb5bfe17b38cce312d6b933eec58b3305faa2a 6522971728afea8fb0ee0d92d3417265241a7e26 79c6b8274d5985f1a45c417b5a1db5b06926551a 877bf5d91992e7472ab31d6ec4f379fb18c9c0a6 Package: ros-rolling-wiimote-msgs Version: 3.3.0-3resolute.20260916.033804 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.20260916.033804_amd64.deb Size: 99844 SHA256: 9c2ea54187b14e2363385e9e268fa46ad0aa613085f0f09ad061be95541d5a34 SHA1: ba3a1f9a1bec31a633a793661544be1227aeddd6 MD5sum: ce90e0cf84c9831cdc80e0ad82f4d53f 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.20260916.033804 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 714 Depends: ros-rolling-wiimote-msgs (= 3.3.0-3resolute.20260916.033804) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-wiimote-msgs/ros-rolling-wiimote-msgs-dbgsym_3.3.0-3resolute.20260916.033804_amd64.deb Size: 503396 SHA256: fc4ea500968be4d15e87b15703ff49545ae64fefe4fc9a45c61f09d4d785fc64 SHA1: 283de2a8e63a16f777ebea07acdec5ada10865e0 MD5sum: 7315cbc8ce73e1784ac7a47abe5d7962 Description: debug symbols for ros-rolling-wiimote-msgs Build-Ids: 14c899d39ec89b44da93e269f39f7c612eafcf11 2359ed03b906ab35ca9de3761b36cc9a8e36b0ae 2b2a218e0209472913ea2ca4f3742d0ab9214622 65b23485a0fc0d20d4c31eb60ab1d2b1fa8c364d 6dd755db35a5266c72c63afe79a3e10eca5649af 8e6d41b09297ff035f50278870b3e95e4b436e3d db5e7b65fe11fc464f60b340b1b70e9354a83c39 e6fb3e09bb5d0d7c5e6c1a5ef42cf039951b9617 eb40e924dbd1f5855a44a0db71d4d9391b83a9f6 ed4ff5e6fc35fc30fd633a57151781a0062c5003 fb30672f5978560581c59ad758082bd7a03fe2eb Package: ros-rolling-xacro Version: 2.1.1-2resolute.20260908.134926 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.20260908.134926_amd64.deb Size: 27252 SHA256: 282feeb8dfb73d2a4e90a50d7d4d2e061af4e08a918b17423349ebf355d1cd55 SHA1: 47d07ae2652a0c97f49baa82c362a459f3413c3a MD5sum: b3b72513c6125ff57d8163ab8efff5b3 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.20260908.135318 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.20260908.135318_amd64.deb Size: 7054 SHA256: a6867c06069250cdd8f1f8d0a1c7191d2159f579bc40ca1315233e5584b70f73 SHA1: b67d115bea90ad865e4287a075c7eff62dca4a46 MD5sum: be037d99ab13ac2e30c71cc2848db1c2 Description: Wrapper around yaml-cpp, it provides a fixed CMake module and an ExternalProject build of it. Package: ros-rolling-yasmin Version: 6.1.2-1resolute.20260921.083326 Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 3018 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.2-1resolute.20260921.083326_amd64.deb Size: 694334 SHA256: 944552cb6aa02d6f9dce27a9ed726c4ba3283078f028f1e8140b3ed2992f5cec SHA1: 7e42159cb53b52ccce0fda6fa981bd1ee97685f6 MD5sum: 91ff409d25c7bd0df883413dc9cabb98 Description: YASMIN (Yet Another State MachINe) main package Package: ros-rolling-yasmin-cli Version: 6.1.2-1resolute.20260921.090330 Architecture: amd64 Maintainer: "Maik Knof" Installed-Size: 206 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.2-1resolute.20260921.090330_amd64.deb Size: 50438 SHA256: 39eaf4d909112d9a74269ce1f3094d740f44df6ec28769b96ab60eafaabde46a SHA1: 30e959ae02f0e4865803393bfc0f6fa8f3202f37 MD5sum: 2eeed6cf51ddef7546e85e31424dd7e3 Description: CLI tools for inspecting YASMIN states and metadata. Package: ros-rolling-yasmin-dbgsym Package-Type: ddeb Source: ros-rolling-yasmin Version: 6.1.2-1resolute.20260921.083326 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 16223 Depends: ros-rolling-yasmin (= 6.1.2-1resolute.20260921.083326) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin/ros-rolling-yasmin-dbgsym_6.1.2-1resolute.20260921.083326_amd64.deb Size: 14986012 SHA256: 6d80b3dbb443ff31bd93bf8162b3e90f35fdbe8b12bebfa032e9f0ecb53c10c3 SHA1: 4cb2eedbaf5e8b32ab1914a3896b13ae752da41a MD5sum: a35572f2a94fc274c987218e7b6ba062 Description: debug symbols for ros-rolling-yasmin Build-Ids: 11555c31bd52eb6f8158c16cdf2930a67ecc0827 149dd3487c02d3f392a10572709a5c2c9c1a3a7c 4084fe363e76ce0fe7efe5552d3b5b39e276e3fa 6f28a41a7ccd05a2337bd15c8775ff391af958d7 83e6f249a935f944082b2ab8f9d7832e0c574e12 872cb8aecba35722a6e2393356a9ee8264338bf1 9e2c804bf2c20d5feddfa333eac9bfa0b675ab41 dde4902b8c7936cfd14306f2954bd5b18a8d3f01 ef73d1ddba7d0e1ed7c7cd22a564ca3460af496d f15184c75c490032e45f194d3660ebf54fa91b02 Package: ros-rolling-yasmin-demos Version: 6.1.2-1resolute.20260921.085705 Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 2154 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.2-1resolute.20260921.085705_amd64.deb Size: 426406 SHA256: 90844f983260ace9965ae81138ac4fa4527009b1f5b92d981cb5617305804222 SHA1: 4c1db53f9dafa7bad9b8f88bd7c9f39cbe2dca50 MD5sum: 8dbf85d16c3fe8aa495a47e18894230b 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.2-1resolute.20260921.085705 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 14976 Depends: ros-rolling-yasmin-demos (= 6.1.2-1resolute.20260921.085705) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-demos/ros-rolling-yasmin-demos-dbgsym_6.1.2-1resolute.20260921.085705_amd64.deb Size: 13727570 SHA256: 5bf858ad7e2fbe5479b6716701e7dc9e6cae7d3a05748d7564c5c25adc81df58 SHA1: 46646da889c1d3ea7b9b2808278b1f7fe377fd26 MD5sum: e8fa8821d74e567c35c43e44c833002f Description: debug symbols for ros-rolling-yasmin-demos Build-Ids: 19263d51a851de3ac8af9f69359dd2e643925aa7 237b646ab91220bb2606ccc6ec366d1679724836 26b05b6b05c445da505ea557006679b258d472a4 2a2b3cc036646c60951ecc8f8ca7495d537f8353 75c07ec7b3f1545f614938c8de1a0624c59f48c1 93f8be67434ca713ab6b51f3f139678f018ae184 965563a3b64018be4ad75cfe2f0cf5435bd97d0c 9b2e0115bc77ca90c0e41f39747b8811f751ebeb a13e4ead2bb9fe0028affd612f6a7534237523c3 b2fcb895d05036147db1e724fad1ff8ad2aca5ae b453e7519d9991624b2a80bd6e81a7343dc112b9 ba595e6df6aecdbee191375e88e50233829d23c8 c0f2aa2d927abcce799975e2d30627954c643d1c d5634d0bef8010277cd8fa2c746ca81bc1e057bd dc0b9f143405a3cd1aea8c9596d49f715a29791b df7dff0b407756c8fcfacf90af06cbbac6bf68da e107f1bd32267439d67636fad62d4fc2acf1ce9f e8eb75f30fa28168c0da0e10b8ff6e0123e36ba3 Package: ros-rolling-yasmin-editor Version: 6.1.2-1resolute.20260921.090002 Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 874 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.2-1resolute.20260921.090002_amd64.deb Size: 124712 SHA256: 90af7a18401a2ab68067b9c1e801ace1b6c3596040ff8cf8200eeb3f0972037c SHA1: 5752e290104499f22d8bda7e9504041a7050c341 MD5sum: 49e3add9a1bcfaff5338e593ec96fd2f Description: Editor for YASMIN (Yet Another State MachINe) Package: ros-rolling-yasmin-factory Version: 6.1.2-1resolute.20260921.084959 Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 1260 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.2-1resolute.20260921.084959_amd64.deb Size: 345926 SHA256: 5734bd335a239210c724520a51ff680174de7619ece163d678549c876bda8139 SHA1: 6bc06758fd3bed369abb4bbb3d9738d4b76cf132 MD5sum: a79eb71c4643b18e26eedbedc6491d3e 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.2-1resolute.20260921.084959 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 6499 Depends: ros-rolling-yasmin-factory (= 6.1.2-1resolute.20260921.084959) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-factory/ros-rolling-yasmin-factory-dbgsym_6.1.2-1resolute.20260921.084959_amd64.deb Size: 6028384 SHA256: 5aa8725956604f69582b7725db091a93b84a81cd41d9e6cbf35c3718e6c5c3ae SHA1: 67277916ea8181995ea52f3b9948491439bfde3b MD5sum: 66c3c81da235d7ba43ea93b0289699b2 Description: debug symbols for ros-rolling-yasmin-factory Build-Ids: 029b057a06b93b77b0b4545471ac5e49c7c06c24 2a2a0aa405313bb1ff27f6e13f85eee8caf2080b 7ea41244f3a9a5fcda21fd384610c9e847dd6742 e49fa3d572b0269a5f6ddd0f7c3f6e5c51f24ae7 Package: ros-rolling-yasmin-msgs Version: 6.1.2-1resolute.20260921.083327 Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 2132 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-rosidl-default-runtime, 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.2-1resolute.20260921.083327_amd64.deb Size: 178782 SHA256: ec595ef7ae2ffeb0a5e59915def5a420348f344f92e59a0f145c8129f6408a69 SHA1: e7dc0688667c33210ae3cff0c38a8704e9972393 MD5sum: 117bdbce880ec1cdc7ee56d3774203cb Description: Msgs of (Yet Another State MachINe) Package: ros-rolling-yasmin-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-yasmin-msgs Version: 6.1.2-1resolute.20260921.083327 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 1594 Depends: ros-rolling-yasmin-msgs (= 6.1.2-1resolute.20260921.083327) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-msgs/ros-rolling-yasmin-msgs-dbgsym_6.1.2-1resolute.20260921.083327_amd64.deb Size: 1119898 SHA256: 0148f07b94aa3e947d90a677614acaa8bb03d599a938f9a95d8f5d5a6d5547dc SHA1: 90e004bafc2595eb972be3d98e818aa2d42b8a83 MD5sum: c8c8bc27bf891326afb02e74e3f4e43b Description: debug symbols for ros-rolling-yasmin-msgs Build-Ids: 029ca76c2cd966888cd955553dbe3605611d6eef 1421452ae93adf754c4226a2a7b02be5a5b501ad 4182640353c729c017b7e816ee39d063f2ab4f00 4c863641765d6967deaab82edcad6b4c0859bf07 732631a6d902bf8782470367f2154a44ca2d921b 906b555074b07b0045cf7042468baf81731d0c7d 9f4ec31f596a4c49bb306b2e6073da533fd25b51 d9560c4b54e75b85ed4b712ecb85cff5755a5e0c d9e949361ac92bfbf072ea8954546f339d1aac52 ec7f42f69bdd1ce0c5131c81053db077db7a3d91 f9b2284d4f4241e65d2b9e98dabaee1b1dfbc3fc Package: ros-rolling-yasmin-pcl Version: 6.1.2-1resolute.20260921.083949 Architecture: amd64 Maintainer: "Maik Knof" Installed-Size: 430 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 (>= 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.2-1resolute.20260921.083949_amd64.deb Size: 105552 SHA256: 2764ba047f1d60b9882929a85f6c8a8286029302de33dbc1c2d14a90c939fa35 SHA1: a4b954cecf6a50579f3a2f1fa40829b641194fe3 MD5sum: fc72ab2429c9314307c860be83d17825 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.2-1resolute.20260921.083949 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Maik Knof" Installed-Size: 4634 Depends: ros-rolling-yasmin-pcl (= 6.1.2-1resolute.20260921.083949) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-pcl/ros-rolling-yasmin-pcl-dbgsym_6.1.2-1resolute.20260921.083949_amd64.deb Size: 4458766 SHA256: 16bd6ff71ad5861a1a0f05b5037a2bc6aa9fca0e26e70386c5f629f8c5de1b05 SHA1: 81d4a68faf0ef05acfff23cd88750c4fe0c250cf MD5sum: 6bfb70574fc1f7137e3afe54461e8549 Description: debug symbols for ros-rolling-yasmin-pcl Build-Ids: 626d785842e0360a90b4ab10cee8bcb022c54268 Package: ros-rolling-yasmin-plugins-manager Version: 6.1.2-1resolute.20260921.085702 Architecture: amd64 Maintainer: "Maik Knof" Installed-Size: 156 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.2-1resolute.20260921.085702_amd64.deb Size: 44108 SHA256: e13a3d063dc2228187ce303e8990c32b8c0673b8aec48d24912aa6bcd3ff0421 SHA1: ce37cc06ecef8438539a59d221d99f07b3c50774 MD5sum: 6b88fab6a24bcb1a86293ce0463139dc Description: Plugin discovery and caching for YASMIN states. Package: ros-rolling-yasmin-ros Version: 6.1.2-1resolute.20260921.083931 Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 1063 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.2-1resolute.20260921.083931_amd64.deb Size: 233172 SHA256: d5a382bfb709c3357a5e264421c517597a92b05495f4e75eb8c32fd3c7cfbaf7 SHA1: 577ae3def3406901062fa083c973be52adb076ad MD5sum: ec8df4467a3f2217272d412e30055e2a 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.2-1resolute.20260921.083931 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 4992 Depends: ros-rolling-yasmin-ros (= 6.1.2-1resolute.20260921.083931) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-ros/ros-rolling-yasmin-ros-dbgsym_6.1.2-1resolute.20260921.083931_amd64.deb Size: 4417346 SHA256: c25a8067ca5d395352b9a2e60bf1d0d8e371c0fd800d2c07ea13ac7ddb585ab5 SHA1: b7aad151ae549500b1711dc9c79c7ce9bbe7cc62 MD5sum: 8827d93545944c3f837cf19547d5350e Description: debug symbols for ros-rolling-yasmin-ros Build-Ids: 252c44829f2ac513afa64abe74acca9ff032ab30 95a3bff3dc3c9d216fbd3f7737a446868c6d81d4 b30d993d8a2f631c2e92fe57e96cca5c4634fdb0 e3fdd1c6b13605df759e5fb534257ec7535ef203 Package: ros-rolling-yasmin-viewer Version: 6.1.2-1resolute.20260921.084516 Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 3992 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.2-1resolute.20260921.084516_amd64.deb Size: 969186 SHA256: 9757a1e4c823e1a390cc647196cb004a516d4dde0569c1517d95ac42ab8c5fc4 SHA1: 00198a26df88a0aca2ade8c104900d03d75c437d MD5sum: b728f9deeac7b9d863c647cea1b7f03d Description: YASMIN viewer for FSM Package: ros-rolling-yasmin-viewer-dbgsym Package-Type: ddeb Source: ros-rolling-yasmin-viewer Version: 6.1.2-1resolute.20260921.084516 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 4942 Depends: ros-rolling-yasmin-viewer (= 6.1.2-1resolute.20260921.084516) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-viewer/ros-rolling-yasmin-viewer-dbgsym_6.1.2-1resolute.20260921.084516_amd64.deb Size: 4309248 SHA256: 6c1baa5dcd33709820ab74ca92c09ae7e30402b104db506b3b0f7025d460ceab SHA1: 171617988d930554b423f098f860d476f9a928b4 MD5sum: 423cc745d0b38afdf46e686088e59c11 Description: debug symbols for ros-rolling-yasmin-viewer Build-Ids: 19c009e857021b7bf26555be929d0d9549c2bd70 efe6f2d84b0e88be7e39b37ab77b799bf4ba31cf Package: ros-rolling-zbar-ros-interfaces Version: 0.7.0-2resolute.20260916.034410 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.20260916.034410_amd64.deb Size: 51274 SHA256: a1c95f5615384e2c5a505e9a480cd28694a53894f8ed4a2fe1f52b4c91306baf SHA1: d9d9e6d961fedb7e10a36abfd61772def68e8707 MD5sum: 48e73efb6dbac4715011adcad9c2b043 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.20260916.034410 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 379 Depends: ros-rolling-zbar-ros-interfaces (= 0.7.0-2resolute.20260916.034410) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zbar-ros-interfaces/ros-rolling-zbar-ros-interfaces-dbgsym_0.7.0-2resolute.20260916.034410_amd64.deb Size: 232874 SHA256: fe59ffa87aa905342a16eae83247ac0046454870bcf11ef0c79697d21d3d6b35 SHA1: dc77d3848b965ad224879e8dcecb5604ba66acc9 MD5sum: b9bf911d5115e618bd7c99daddf972fb Description: debug symbols for ros-rolling-zbar-ros-interfaces Build-Ids: 03c2631e90e63e5410096aa8a1a5d02408939739 23047fad151e848b2fd2341b6bee50570203dedb 392d135e416000dbaa8154ddfc2744745614123c 4141fa348882f3925b9197479b7e1cc3bc50b7a9 79aff3f8783b1d72c24f8742541e7d485dfba338 90e325b708cabf055877976caa79eae9f4998262 9433cf319317f563be1d65241082af5a5fa17f1e a333b0a93faaac8c137ae79b3369c914a5940e5f b93f95cb54476f1cf116a9fd2e66025498033190 d7d19f3427ba795600e908aa68949bddf067b3b3 ff8cdac5f94db02aff6915dd5ffa58c84dd0d501 Package: ros-rolling-zed-description Version: 0.1.5-1resolute.20260921.014214 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.20260921.014214_amd64.deb Size: 2019050 SHA256: bc1e7a2f7fae38cdf78eadd54c89f85099e5fba008f2f226b5b11ad201e392da SHA1: 78cac987328c7470eb7853e3c0db6c16f67f4eb7 MD5sum: db377501a3689dfa880647464792ad7c Description: Contains URDF and meshes to create models of Stereolabs ZED Cameras. Package: ros-rolling-zed-msgs Version: 5.3.0-2resolute.20260916.034346 Architecture: amd64 Maintainer: "STEREOLABS" Installed-Size: 5087 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.20260916.034346_amd64.deb Size: 361072 SHA256: 8597f3046df022a4e0940e3a83b626a02a99a5d7b1d48ebf3b6ad7b33a005b0e SHA1: 91b4ba3865b5a09aaec15b87bdd09e77f445d519 MD5sum: 408405f186ba7681aca7b7656f8b6ed7 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.20260916.034346 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "STEREOLABS" Installed-Size: 4143 Depends: ros-rolling-zed-msgs (= 5.3.0-2resolute.20260916.034346) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zed-msgs/ros-rolling-zed-msgs-dbgsym_5.3.0-2resolute.20260916.034346_amd64.deb Size: 3143740 SHA256: 9527829928cdc799e32a33bc2929863e10c2d66a1acbfcfaed5d39a92a319715 SHA1: b2013a111bef1b9dd84ec5a952b0a7c55cbc4bf4 MD5sum: e3e7ac8459392122de13dec146a779bd Description: debug symbols for ros-rolling-zed-msgs Build-Ids: 0dbbc35a1d26bfd45be0173efdc870c20b76b0c5 14137b22f0e66360caf938b634bc29ffcc708ba8 151c4d852e0e6e04a73258ac4a2a0d9fb2cb08b2 1c06733028392732e512edb20765c46651244aae 578776fdbd0d9c8354855d208d9b21e5ef8f074f 739dbc26b448a4bfd3f3e86828050a8c1a055368 a65602c131c5d06fa56eabd79d8e440ab6c8a430 a7256abedef0d86a86aadfc38fc55fdb1f299e29 d8ad8f23a0f3b8b130c5e4882c3751e3bad08790 e44454a9e645e2547f3baa35b4f03c99ec1e18d8 ea367079b2a68442d4f5cde2aef42e6136c89a63 Package: ros-rolling-zenoh-cpp-vendor Version: 0.13.0-1resolute.20260914.173555 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.13.0-1resolute.20260914.173555_amd64.deb Size: 10131356 SHA256: a468a3714e9991ec793b1a299aeed0c42c28196aea0a7e0817a194dd0fe6f79c SHA1: 6cd9b9c562f2f8a9ca03d0c9c95825d001627921 MD5sum: d7c97c4334009a4283cbb120ec937834 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.13.0-1resolute.20260914.173555 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 3557 Depends: ros-rolling-zenoh-cpp-vendor (= 0.13.0-1resolute.20260914.173555) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zenoh-cpp-vendor/ros-rolling-zenoh-cpp-vendor-dbgsym_0.13.0-1resolute.20260914.173555_amd64.deb Size: 322358 SHA256: c32e68d93a28f42ca946fd7dd4baa6c45a8005413e8e9ffff14c3c756eeed09a SHA1: d257a1cbef8e83de594c34ba29157316e06e557d MD5sum: 80831ad3a2710240626f47a9aa34ab90 Description: debug symbols for ros-rolling-zenoh-cpp-vendor Build-Ids: 14b7b7e9f3dc0c1eb84d3615262233505c840510 Package: ros-rolling-zenoh-security-tools Version: 0.13.0-1resolute.20260915.133403 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, 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.13.0-1resolute.20260915.133403_amd64.deb Size: 85566 SHA256: 1b34015c7a13135501fe1bef6ac4a8a2638689cdbdb2b852403d7aadd5674b29 SHA1: 1eab66404410e9533ed6261fae29416dc61d4d07 MD5sum: 998c62770e82d7024223ee955d12bc0e 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.13.0-1resolute.20260915.133403 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernanadez" Installed-Size: 1118 Depends: ros-rolling-zenoh-security-tools (= 0.13.0-1resolute.20260915.133403) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zenoh-security-tools/ros-rolling-zenoh-security-tools-dbgsym_0.13.0-1resolute.20260915.133403_amd64.deb Size: 1029390 SHA256: 91e67db403e2b2a7c1834a311c0a1d4101812c171dd35ae3f7a24948fd8cfea6 SHA1: 2b02b2f1d00f99fa86a8544b67dbecdee2f5507a MD5sum: ad4d5385fe826db015f9d897cbf1a19f Description: debug symbols for ros-rolling-zenoh-security-tools Build-Ids: 71c2c9c3a8f72dfb08d83671fced7c16e51fa26d Package: ros-rolling-zlib-point-cloud-transport Version: 7.0.0-1resolute.20260916.205201 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.20260916.205201_amd64.deb Size: 140532 SHA256: cf6abc0a529101547f73945623206e4623295c03aa481b797ee4e12ebb072845 SHA1: bea9ed69ca9f0bd8db319aa1695eafdc079fef20 MD5sum: b71d8d24c2296a0e1a7e3a5e13bd92d6 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.20260916.205201 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 3579 Depends: ros-rolling-zlib-point-cloud-transport (= 7.0.0-1resolute.20260916.205201) 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.20260916.205201_amd64.deb Size: 3084070 SHA256: 91450614205d52b72658157cb2c11bb1e5c3c0d049871087d0910cee1f691588 SHA1: fa3e715206434c5f826cf422f0d91d7d692bfb6f MD5sum: 4d2e5823a57182bb0e88068aa168e3ab Description: debug symbols for ros-rolling-zlib-point-cloud-transport Build-Ids: 08456e24b0e9b6183dd2c5a8124bcd3822fe889c Package: ros-rolling-zstd-cmake-module Version: 0.35.0-1resolute.20260916.193355 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.35.0-1resolute.20260916.193355_amd64.deb Size: 6806 SHA256: b23b356a33414c7aa5d0cee116805f3f1a8390cbf74ce4819512c572c63a00cd SHA1: b66e601d3761344895732d8c72e0eae0ecc7258e MD5sum: 7174728d92899bc2f562fa5dc2458da9 Description: ZSTD compression cmake module package Package: ros-rolling-zstd-image-transport Version: 7.0.1-1resolute.20260916.212550 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.20260916.212550_amd64.deb Size: 136356 SHA256: fe39db7107023da1f7c968059eddcd3177f7af09b39bae041c753ca95414ba9c SHA1: f35782f5a3939db1f0b398d234b36e3494bd7ccb MD5sum: 8938504bde058d2a81b08675283d30ba 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.20260916.212550 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 2955 Depends: ros-rolling-zstd-image-transport (= 7.0.1-1resolute.20260916.212550) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zstd-image-transport/ros-rolling-zstd-image-transport-dbgsym_7.0.1-1resolute.20260916.212550_amd64.deb Size: 2519152 SHA256: 47bb6c27841604ff4c9aee8f2ff4093433c8cb16386efedf78437f4cfaf44427 SHA1: 54b2242827342b192580f7ce31df572f72054845 MD5sum: dfce0bc824319916328ab1014479a844 Description: debug symbols for ros-rolling-zstd-image-transport Build-Ids: f1b7e77c4d2e27bb4db13b47563ff0c93462d589 Package: ros-rolling-zstd-point-cloud-transport Version: 7.0.0-1resolute.20260916.205210 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.20260916.205210_amd64.deb Size: 139696 SHA256: 65dcae9e50ae406f9e58a309228ee7217cdd902d83c5ab4c2ea8cd8022bd5e19 SHA1: 3c2d0aa22b4021e1036eac9222a505e085e7192f MD5sum: 0b4ec39f9843fe3e688680ec24222ce8 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.20260916.205210 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 3002 Depends: ros-rolling-zstd-point-cloud-transport (= 7.0.0-1resolute.20260916.205210) 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.20260916.205210_amd64.deb Size: 2504038 SHA256: bed84d183d6f5c3bd85539b0e0fbeedbc1b45b98f875f0ec9bb85be6cbce2b72 SHA1: 0ee8a0496071b19708b02b9cb8730aa832ddafbf MD5sum: 3b374409e500ebf4e271a30d1455c534 Description: debug symbols for ros-rolling-zstd-point-cloud-transport Build-Ids: 66ffb081665b1fec2b8c681e127b11212a5ec4e7 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