Package: gurumdds-3.2 Priority: optional Section: devel Installed-Size: 6815 Maintainer: GurumNetworks, Inc. Architecture: arm64 Version: 3.2.3-noble Filename: pool/main/g/gurumdds-3.2/gurumdds-3.2_3.2.3-noble_arm64.deb SHA512: c7561dfc3ac33d2c922b2d2d9eafaa36ff8492528abdafcf002f818bd3c5b272ffcbd74fca51bd6dd82d9a6d212a92ac4e8a57cbb50bd475116f635d6fa59448 Size: 2486878 SHA256: dbce3513243398abd75892dbc302486c0b5a9baa1ba7a5be6d27b11d0669b736 SHA1: 0d80af6bec5c1ba6ef45397016f29fe064349763 MD5sum: 746b0ac4c4251bbc0add35ceb3323627 Description: DDS Implementation by GurumNetworks, Inc. Package: python3-bloom Priority: optional Section: python Installed-Size: 593 Maintainer: William Woodall Architecture: all Version: 0.14.3+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) Conflicts: python-bloom Filename: pool/main/p/python3-bloom/python3-bloom_0.14.3+upstream-1_all.deb SHA512: 2e5368445a891b141106a863fc0cba5007b577f98910fbf26b0ed74941f5276d3f31e76d6902989aa793f0ca163d1582f497f31c81d5bda0bb143de092b8bbe9 Size: 72244 SHA256: 0f8ed90c08ba3ce5e1e9ea7e71c6f1f01e9bb0cb3c0a0fe6f20217db1618cdf4 SHA1: e5d6d97f566bfca584a2178280a25887a4441f1f MD5sum: 9f6f8b45c4d0c59ceb541bfde4aa76d2 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.0-101 Depends: python3:any (>= 3.6~), python3-catkin-pkg-modules (>= 1.1.0), python3-dateutil, python3-docutils, python3-setuptools Conflicts: catkin, python-catkin-pkg Filename: pool/main/p/python3-catkin-pkg/python3-catkin-pkg_1.1.0-101_all.deb SHA512: 12dc877362f9b62d7202ed379dbf54dfc871be7f7453d4cb64620a0013e5fd4ab842f4c0ce5f0784b3fc64a6a2e7d4976da6ff48b433aa429ca61b354de4c2bf Size: 3932 SHA256: 1c17197c0a44a2e50fa16259c848b04c01a0442e7e50fb3e253c176d980db581 SHA1: 0b5388b9859a6ab0ae53890b4408cefa5f23f13a MD5sum: fdfa14ee6ceb31df439c5736da3145ab 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: 253 Maintainer: Dirk Thomas Architecture: all Version: 1.1.0-2 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.0-2_all.deb SHA512: 4ea5d36edd272e8b5f224d722605571b1ed776cd7f9daa7e2c87959d737f4e9fdf7d703c3cc734bd1bd7af6d7e47a76aab0f4c97c0390e086334c27899bc63bd Size: 43332 SHA256: 2cac8541f55683fbb456e6aafb82b86f4b7f35ca27038ea6b6e119fa12cab0e1 SHA1: 1ba12bf8a073f8fbe89809091fe3d494dcf7c321 MD5sum: 9017dfcba5ef54246544bd3a5bff1fb4 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-100 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.17.0), python3-filelock, python3-yaml Conflicts: python3-colcon-mixin (<= 0.2.2) Filename: pool/main/p/python3-colcon-alias/python3-colcon-alias_0.1.1-100_all.deb SHA512: 1d0ee468613b4ba6aa8f32d482e04191b76750309e08cb4ed023f25b9b9400fc4abe9a0834b7602a7f75969fd869ce3c4427cbb3ad8d912d609b45d49ed2c549 Size: 6372 SHA256: 4496347f1a4a017e4fc602b0f2272fe8430d5aa869434aecb1c7e411fe3996a4 SHA1: 925c778f82cdff2f8f7eb535a7db41c7bb83aad4 MD5sum: 0b28afb70efa16f7bf260ee91c40562b 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-100 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-100_all.deb SHA512: 083d0e9c8977689ee2a241c6eeb1b25f8018880f93f8b7e900608e023ed4d10d707ed65487fd7b24bffabadcb33dea10fa07bef07ec933ccdbe441fab9ac9151 Size: 4676 SHA256: 1a8e539d3bf2f98e74e2082e2532754b6f8f3e333f8f94210591444b901033b5 SHA1: 651a0ed9c05c868dc7ce0b04c2ff7575d92dcd58 MD5sum: 4f1f87f6ebf9d8df5db070301f7acf75 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-100 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.5.2), python3-scantree Filename: pool/main/p/python3-colcon-clean/python3-colcon-clean_0.2.1-100_all.deb SHA512: eacdee5992f1d45e5b63ccefd4840fe1b6198789dea046e15a4dc4e49a762c6f432fd2e5c01b5444b9cce73edeb39c6cc3433645653e684632a9a6ec0fd0596c Size: 10044 SHA256: d5ebbaa7322830bcebbe134cc66b0526c887d8a69534e3e15698c1aace8b7c88 SHA1: 512dfa88978146432895a1fa27b24e01e6140782 MD5sum: 7be6eebe2ba15da04e54cdb77da22088 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.29-100 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.29-100_all.deb SHA512: 82e53a423673ea2d455639df8016ed64c5b7e14661f01451326c9ebcd026c18654c2f193c19ff5b963b008df884de2a6e726b5e50ba79ee24e173d0aa50e505f Size: 15520 SHA256: ecfa453fd22dc3574a4360faede06aeace40f73dcb7b3006ab607e5b301e2bd4 SHA1: 397f0d74aecbb1a743284c54bb0bef7fe4e79566 MD5sum: f9b45d53ec0dcc25d8d1ca5387f5b317 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: 474 Maintainer: Dirk Thomas Architecture: all Version: 0.20.1+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.20.1+upstream-1_all.deb SHA512: bea5432b38cc3f4e490b7fd03f9c6f975135bb5b52b14ae87b6c72e55f25303f050ebe033658833b872d6612a6552c7507171e115b3fe6eadec3e5651f67abf7 Size: 71048 SHA256: 5b79babfc26ba944dcaba667870fdea2e12fd28e650e378ba5db5b30f3e7cfa6 SHA1: fadea3bea5652e90f158f7d1988f768e71c36b52 MD5sum: a085e2549f131140ae7e9ebded4a1593 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-100 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-100_all.deb SHA512: aafe30a14df78f5d9dab6888fa9f54764828d4bd6d669fcdf754d51c2a33e5934eb209f6dd04405fb33d12b5fdcabb578e88d0c22ff0095ad77c4bfbc0c09b47 Size: 4856 SHA256: 3d0e55f174253368b028573f229676f47b1cef8c73aca26bda671c07799b0fce SHA1: 0566bd6300d37c6b1400adf6eb6b57e14c911c2f MD5sum: 17e96392c3e7defbec13c111b2e00ad6 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-100 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.5.2) Filename: pool/main/p/python3-colcon-ed/python3-colcon-ed_0.3.0-100_all.deb SHA512: 266010d4d4707be2bcd5477fc6128db33decd44598432523c943074e03c6b9e6fded647ea74a14249db9bff7fab016cd967a3bc82fc889dda15ac4a733a368c0 Size: 5024 SHA256: 056a595d0daa0951811aab2f4ba03829d1dec395d4d4d1852eeec4bbaa76b862 SHA1: 22f412cf0e4a9f3b10baa1be56d667ea0094be83 MD5sum: 0e18bca1730f26c57cc5bc8848baeccb 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-100 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-100_all.deb SHA512: f68fc60729de82ac09333af1d10880305f3d4019652a7f3125a96d4dad84d0421eb546baad0afa80e44fff6611173eee680bb1cac70a38931c5796150ef2abe1 Size: 7680 SHA256: 892e5bcc87d5ffa69a48a95b4878c8792a1cbd0ae5998570a093ee207ada7739 SHA1: 8190e9d65045e11d32a47f15f42cfd6bd41d3b11 MD5sum: 6eea4def3805f6010036ebbb4d8f385c 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-100 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.5.6) Filename: pool/main/p/python3-colcon-lcov-result/python3-colcon-lcov-result_0.5.3-100_all.deb SHA512: 4084eb746497823c28b40fe60ee0b8697a5db0eb61643cdb42a4f472c832cad7ebd24158a41a9a84fdcff35fb4d18bc3efb874cdb970a722346dcb397c238782 Size: 8540 SHA256: fd51bbb66f4c2ef50627e902fbba6aec51ecef940c57d8e41a1324c9a2582c98 SHA1: ba083884c0f37add77633413975aa43c82ba4e55 MD5sum: 8a0c1b1e029f84e58bb7edea203f2e24 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.5.0+upstream-1 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.10.0), python3-colcon-library-path, meson (>= 0.60.0) Filename: pool/main/p/python3-colcon-meson/python3-colcon-meson_0.5.0+upstream-1_all.deb SHA512: 9b5cb3826ebebf73792135982403de918914bd69442e8b27fd9cce892f9c26f3eaf5b1a9e5064e2320fa09d4970914ca7acf69f383ec98179bd777273ae8e08e Size: 7036 SHA256: eaa8ebdb7459aa10fed42f3bdc0f87623dd9d5f812657d447ccac022d37eb4ca SHA1: 3f572d95cce2dc8d47c97735ac8e89bdbf68c7f4 MD5sum: 2d41e6dd57e8c1afe4bce33ce7448ebd 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: 61 Maintainer: Dirk Thomas Architecture: all Version: 0.2.5-100 Depends: python3:any (>= 3.6~), python3-colcon-core, python3-yaml Filename: pool/main/p/python3-colcon-metadata/python3-colcon-metadata_0.2.5-100_all.deb SHA512: 1eff7730defc05a9bbd7036a3a708a9afbbf1d0fed2d5d47c76cb36b7eb5dcfb191c435097ba315f4b82c83b648bf458af75f8dd5ebb7393616a1d111319ebb0 Size: 9188 SHA256: cb2824e424648e4973236253f85adbf509136dc0abe755c93dd39ceb6670e14f SHA1: a6dcb7fa80c1d7f46fa3f45734b8183dcf7db6f7 MD5sum: a96270ed29b3c8a62d5523e13dcdec72 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: 67 Maintainer: Dirk Thomas Architecture: all Version: 0.2.3-100 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.12.0), python3-yaml Filename: pool/main/p/python3-colcon-mixin/python3-colcon-mixin_0.2.3-100_all.deb SHA512: b2738b5d4bc82bb88e73048754b9806b00f19cd21e1237f5332d956e42ec8d14b7893ced55b1bd8ee4622f08e04ff3d8cbfe9dd7f2ce7c7c69495b13759de46f Size: 10980 SHA256: b1715743f5036fe993a6100a1eddc9126ce83a6cdc0b0b1990ae5958675c81e5 SHA1: a901f78e59a15628f891bc97ee3a66619fa52a08 MD5sum: 2346a6d7ab88d7301cc37c2fde3af48a 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: 97 Maintainer: Dirk Thomas Architecture: all Version: 0.3.1+upstream-1 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.3.7), python3-notify2 Filename: pool/main/p/python3-colcon-notification/python3-colcon-notification_0.3.1+upstream-1_all.deb SHA512: 33f7265bb76f1a01dadc263263f63f6b081292f9ea231043d9cadf334abe15e76409b74ae0b725787ef429537d7ab2c3091fabe197228b23647d2643a16b3b4a Size: 10856 SHA256: 7c7dc6cf6387fd255348b14cec10b566dcba5f265894128457c35de0a8b3ce18 SHA1: ca1a5bb142c80e3f3741b1ae9131dc73145cd6f9 MD5sum: 8c1f946366197319b7d8699376832ed5 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-100 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-100_all.deb SHA512: 5f797aff027d7ef8b9d21fd8abbe864ad0f468aac2787b45ffefc8d508d0ceb845e63a5b78debb73326f839872d718f817f5ec66ebc365c20bf042b2efbb1fd0 Size: 6596 SHA256: f81ee695cfa2c372fe88441680279616af879615fe1b73b8fdd798c5a47923d5 SHA1: b72700078c3e80652a9cd5c357b4c09537aa2aea MD5sum: 1ad8db7a4a370d27a4e41e652ee8bdac 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-gz-math6 Priority: optional Section: oldlibs Installed-Size: 10 Maintainer: Jose Luis Rivero Architecture: all Source: ignition-math6 Version: 6.12.0-3~jammy Depends: python3-ignition-math6 Filename: pool/main/i/ignition-math6/python3-gz-math6_6.12.0-3~jammy_all.deb SHA512: f24fe645153ae9322c40abb7088943dbe45e33cea36d084851ff116f289349e4d864d6a1ececb9024f0cb7878643a8dcfafc701821fad4439918fa59d915c943 Size: 2572 SHA256: e15aab604d6829b0b2d2c5bf48216c46b9123262cc8727a7accc3e7b71b98997 SHA1: 7ff69f2b3917186660a2c719ab57c9095893383e MD5sum: 727a9e19f22127fb3ad67102f9decca3 Description: transitional package It's recommended to use the gz packages going forward. Homepage: https://github.com/gazebosim/gz-math Package: python3-gz-sim6 Priority: optional Section: oldlibs Installed-Size: 26 Maintainer: Jose Luis Rivero Architecture: all Source: ignition-gazebo6 Version: 6.11.0-2~jammy Depends: python3-ignition-gazebo6 (= 6.11.0-2~jammy) Filename: pool/main/i/ignition-gazebo6/python3-gz-sim6_6.11.0-2~jammy_all.deb SHA512: 138ac09d55c34ddcfffabfab7428d8f90b70fd67664288b9f74432795e14a6b6dd3a6fe0a69f8a082f076f53557195da8024b1f7744f044e0cfc5ad10b405964 Size: 7036 SHA256: 500477519df9f1b9b178ee8f9c49dc2d7880a2222c0ab8b19aae07bdbfc83045 SHA1: 84e1a18053af0d49cc90a5c705b2fdf7931f9ac8 MD5sum: 4186bfa2f96c025c9da2833fe0a0daf9 Description: transitional package It's recommended to use the gz packages going forward. Homepage: http://gazebosim.org/ 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-rocker Priority: optional Section: python Installed-Size: 122 Maintainer: Tully Foote Architecture: all Version: 0.3.0-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.3.0-100_all.deb SHA512: c321f3becab45b3840197dd9a85d4d252227c5b6135848b8d83055d74d1f0ef200293d144dbe2914d462abca11188bd986af138c3e9aad0955db3805e54db678 Size: 22184 SHA256: cb6ec21992eb63199924ba16e7e49556793bd1ae8507fac90c6f615f28f33180 SHA1: 6d52d8bfe02ccff9252095d03606c01f579dd909 MD5sum: f76ffe854ed7047c7c25bba03bf8f2c1 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.26.0-1 Depends: python3-yaml, python3:any (>= 3.6~), python3-rosdep-modules (>= 0.26.0) Conflicts: python-rosdep, python-rosdep2, python3-rosdep2 Filename: pool/main/p/python3-rosdep/python3-rosdep_0.26.0-1_all.deb SHA512: f45a3102c58cee93bacec3f68e9b1162ec95114c6fc825dfc3139a1fce2241dab6491943245f374cf918b2de2e1b34b1221ef04f9319ef1cfcd0ca7eaaf5b262 Size: 3320 SHA256: 456a9980b625b46f842c370b76ff63da2647b0df19890eb9132c6d06cc7949e4 SHA1: b4a8821704a4faac8e42a924ffb92f9e2a2619ab MD5sum: 9a308f1f50aa5dd97fb2070a823e7a3a 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: 336 Maintainer: Tully Foote, Ken Conley Architecture: all Version: 0.26.0-1 Replaces: python3-rosdep (<< 0.18.0) Depends: python3-yaml, python3:any (>= 3.6~), ca-certificates, python3-rospkg-modules (>= 1.4.0), 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.26.0-1_all.deb SHA512: bfc88ff693d7de9b5ae461905b34f0477b3957f223c5ef231c4e27b39fcced369fae1e5688b9c55330fedf6b553cc9681a4b5e97eec0cc342846dfb37650f174 Size: 54676 SHA256: a152df5e76adbf08b69df6d414d38847221b4db7929a4329b940e74bdd1a0ad4 SHA1: f408942b6654da999e9f8f2089bb599755cc6810 MD5sum: 9ed3213ade08bcfa8a7a2a27d7f3e516 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.0.1-100 Depends: python3:any (>= 3.6~), ca-certificates, python3-rosdistro-modules (>= 1.0.1), python3-setuptools, python3-yaml Conflicts: python-rosdistro Filename: pool/main/p/python3-rosdistro/python3-rosdistro_1.0.1-100_all.deb SHA512: 78fcaba623c8dcac00ee3e37d052badac3c1c079f459641d299124bf63988685a7399db3f16434260c634e84e8d4032ea6342e5bad5ecb9182392c2b8903e430 Size: 3724 SHA256: fbf524890faed0fff7fa4fcf08c80f656d65dd6db627f4887ff130fdb23541b2 SHA1: 5ad5195615010515e46722d4a1be2ff53f4a71e2 MD5sum: 8eaa94816aa397419583c3715bc9c6a0 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: 293 Maintainer: Wim Meeussen, Dirk Thomas Architecture: all Version: 1.0.1-1 Replaces: python3-rosdistro (<< 0.6.0) Depends: python3:any (>= 3.6~), ca-certificates, python3-catkin-pkg-modules, python3-rospkg-modules, python3-setuptools, python3-yaml Conflicts: python3-rosdistro (<< 0.6.0) Filename: pool/main/p/python3-rosdistro-modules/python3-rosdistro-modules_1.0.1-1_all.deb SHA512: a21087fb61fe3e2f78bfc246eac31c42f7aebf65f023f58d9c3245fb757cd434403bce1202278e672af80a7a23d4f1e7eb5e69955de1c6f1f4ecfcbd45114462 Size: 36220 SHA256: 869aea37baac9bd129b6deda48284ab8eec7401f28558c596358e01df659c365 SHA1: b31dfbbf8eefe9569cc0875d46aec96103da650f MD5sum: 742e288c6a0e9b9e1d2bb77ebe441040 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.1-100 Depends: python3:any (>= 3.6~), python3-rospkg-modules (>= 1.6.1) Conflicts: python-rospkg Filename: pool/main/p/python3-rospkg/python3-rospkg_1.6.1-100_all.deb SHA512: cc513fdc5bd27d58e2009a0046538791e75f9b1f3585e58ef3083a37d33fc2153aad18b1d5fd2332c35993fd2763a0a87f0d7672753028dae46510954694b67c Size: 2520 SHA256: 4e574ce23cb3fb508780f4ef8ad9dbc924b158c62fc6183ccf6aaf1cceb9732f SHA1: 68ebd73369e39780a915ba660bbcbafc9a726a27 MD5sum: 27408e3452c97e32bba94b300e73dbf7 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: 132 Maintainer: Ken Conley Architecture: all Version: 1.6.1-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.1-1_all.deb SHA512: be1b1a5149f44079ebfdc60ebc1d7f00d98701458d285afff40e9fd9cfa195eb8009ec3fcadc10e5ca2f314ed1ec1d2f1a1d71895b30f94541373bfe1acc2ba7 Size: 24276 SHA256: 0bcd8a5aa57f3aea6fec678666d5de4795d1761d3a505119b6fe0849ccbdda78 SHA1: 8d9540148998f611a694346a47a9b2f6f4f3f517 MD5sum: 8aee8b10b010c527ac637184dde6defd 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.1 Depends: build-essential, cmake, git, python3, python3-setuptools Filename: pool/main/r/ros-build-essential/ros-build-essential_1.0.1_all.deb SHA512: 998a1a2cabeb705e1086bbb65ef57aa91563356952b6dbe89e3875579647c435e92105d3bc7c4f33485ce9df8056edbd47de525a49b7e23c03459b896191eff5 Size: 2256 SHA256: 11e8c27c609cf554b821ba0479c7cc356ae9add7b6ef4df2637f2f671249b2ee SHA1: dcad8a8265a0bb717f948801d53e5741321758f2 MD5sum: b4324f158ab137c14eae71212a9d3913 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.1 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.1_all.deb SHA512: 2c3b56f69f5e6e354a63bff84e325a3308e74fdb55397334a6bba68cda7ab803a6c57bd19c771a89a79035fa02612ecf307ca6d5a82a6e9248fdebf5edc1a0dd Size: 1752 SHA256: d3a83f5b81b4d41396115bec129fabba5e0f852f1140bd00a7a16a811d5b168c SHA1: f99c6f44864313dc6115477af3d61cc8d8271c5d MD5sum: 48c4554531aaabe0b7cd24eaabf83d04 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-jazzy-acado-vendor Version: 1.0.0-7noble.20260305.210947 Architecture: arm64 Maintainer: Christopher Ho Installed-Size: 36218 Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-acado-vendor/ros-jazzy-acado-vendor_1.0.0-7noble.20260305.210947_arm64.deb Size: 5621136 SHA256: 46c98a2e1ed6fa89f68da89dd1fd03e27c402fc1496301047cbad4509220afc7 SHA1: 277e899073445654802a7e7e4b30872e647cde5d MD5sum: 087e34497d6814ae958dcab565be39d8 Description: ament package for ACADO toolkit for MPC code generation Package: ros-jazzy-acado-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-acado-vendor Version: 1.0.0-7noble.20260305.210947 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christopher Ho Installed-Size: 2790 Depends: ros-jazzy-acado-vendor (= 1.0.0-7noble.20260305.210947) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-acado-vendor/ros-jazzy-acado-vendor-dbgsym_1.0.0-7noble.20260305.210947_arm64.deb Size: 343202 SHA256: 04f9232ae596b94a6f6b04ff7607d57393397f0532a6b3238e6fcf98dc63768d SHA1: cb8fdf2d8ae4d22711a51e4f20dc095dfa815b41 MD5sum: 55f41d3e9e23da66f1e9356e578e1de0 Description: debug symbols for ros-jazzy-acado-vendor Build-Ids: 55a17c7c769f0f99137658b5fa9597eaf710d598 5c1a07612068cf397375cf6ce101fae42b9bb83b Package: ros-jazzy-ackermann-msgs Version: 2.0.2-6noble.20260519.180912 Architecture: arm64 Maintainer: Jack O'Quin Installed-Size: 1121 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ackermann-msgs/ros-jazzy-ackermann-msgs_2.0.2-6noble.20260519.180912_arm64.deb Size: 53718 SHA256: 8aade7994afda0f9c0ee0a8e3e4f2da4b2c35088e0e966e8b2536acde3666789 SHA1: db99919275109dfd30d299669d4dc4d93b77fc38 MD5sum: 704fdfecf9dd2d9679417489551479d8 Description: ROS2 messages for robots using Ackermann steering. Package: ros-jazzy-ackermann-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-ackermann-msgs Version: 2.0.2-6noble.20260519.180912 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jack O'Quin Installed-Size: 395 Depends: ros-jazzy-ackermann-msgs (= 2.0.2-6noble.20260519.180912) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ackermann-msgs/ros-jazzy-ackermann-msgs-dbgsym_2.0.2-6noble.20260519.180912_arm64.deb Size: 261748 SHA256: 8647be212856540f611759ff9a0ebd2798705be7fde5e35a87b9f6f92ba53829 SHA1: f96a336195bfd98b319dd507456423e73e3d3380 MD5sum: 195208e294ff93f06605c002d9a59012 Description: debug symbols for ros-jazzy-ackermann-msgs Build-Ids: 103ee9d141c397913638a4a63ad2ca12dcc57b10 26f8a98f4607885614551d8c57dcb8744ce1d5c1 734bd38c4f6c7d440c105cfcc8a3525f9492b3f8 7ad245af851330695948fde8c5e052f270879a07 7e3ffea98bdb5269ed8b6e71e31577599f0e68bb 88292467b5966d6c7d275739a19505a07af7b745 b373ed79bf84d61ab6c377108e83911fb8cdc666 c09db3f0c84ec3bbfb6f9cae8e049e717214f422 cc02d923fd5758c001bfe14acbd3d33d680b8ca0 da6637de2508487fb4b07c8a06481d944c73233d e9dcca71593bc3142a3541fe45fcb9c7f88f2b7c Package: ros-jazzy-ackermann-nlmpc Version: 1.0.3-1noble.20260519.195936 Architecture: arm64 Maintainer: Jasper Pflughaupt Installed-Size: 297 Depends: ros-jazzy-ackermann-msgs, ros-jazzy-ackermann-nlmpc-msgs, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ackermann-nlmpc/ros-jazzy-ackermann-nlmpc_1.0.3-1noble.20260519.195936_arm64.deb Size: 46178 SHA256: 069124f162e69e9e867ec94f7f8f6bdfe08e6f323908f12219b6c0014e208648 SHA1: 8e764f91d429f29e0efe8761c7465d16c2d3b7ac MD5sum: e0e2889aa792b04b4928e86f29c90e54 Description: Lightweight non-linear MPC controller for autonomous driving in 2D environments Package: ros-jazzy-ackermann-nlmpc-msgs Version: 1.0.3-1noble.20260519.180950 Architecture: arm64 Maintainer: Jasper Pflughaupt Installed-Size: 1190 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ackermann-nlmpc-msgs/ros-jazzy-ackermann-nlmpc-msgs_1.0.3-1noble.20260519.180950_arm64.deb Size: 64210 SHA256: 6a27bdc0045d49ea52e347f41a1a26a38efb5db97f263cad0f31e5bacf016a9f SHA1: 12bb34a2fb18168c957849f05bfc09b1e77ec00f MD5sum: 42eb6770cb007c1b15d1e5bcec33c8ab Description: Message definitions for ackermann_nlmpc Package: ros-jazzy-ackermann-nlmpc-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-ackermann-nlmpc-msgs Version: 1.0.3-1noble.20260519.180950 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jasper Pflughaupt Installed-Size: 471 Depends: ros-jazzy-ackermann-nlmpc-msgs (= 1.0.3-1noble.20260519.180950) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ackermann-nlmpc-msgs/ros-jazzy-ackermann-nlmpc-msgs-dbgsym_1.0.3-1noble.20260519.180950_arm64.deb Size: 331418 SHA256: 44e05e9629b0afbf35d4ade0aa4de2d4801f3e967046759a518a35bb28487ff4 SHA1: f9e032184b31cfee81f70c4f4da6c85118806b73 MD5sum: 8c58c4d84680f58f89774ea5a662e85f Description: debug symbols for ros-jazzy-ackermann-nlmpc-msgs Build-Ids: 05a4d63a9dd8675fbb8b50a80d78d115fe3fc670 5cdd6cc470b8c3c3c448c193c97e6bd0679e02fd 6f8eabe764d0c744e068f7a64138595a48e18ad5 881f379deee93ea899b41956fd753e1758863f33 8fd61c373b7c3061d4ee684bd1c557265180c727 a7d13085d9398ff5d3e46403cfe120199466cc42 bbbc5340fe664c4522c91591ecefe73e2ac0952b bc724ef7f3fea8a2fe508d914b5746a29df749ea d5fa0669b122a02646330a3c66a39484ec5c31c5 df7c78c6977968a6788c94531d7df8556ace1f5c ebbbd3e350b337db0093fec506464debf43da302 Package: ros-jazzy-ackermann-steering-controller Version: 4.40.1-1noble.20260520.051259 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 221 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-backward-ros, ros-jazzy-control-msgs, ros-jazzy-controller-interface, ros-jazzy-hardware-interface, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-std-srvs, ros-jazzy-steering-controllers-library, ros-jazzy-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ackermann-steering-controller/ros-jazzy-ackermann-steering-controller_4.40.1-1noble.20260520.051259_arm64.deb Size: 47866 SHA256: c82159380838efb49f9eea15f2e4ad9f8df0a3e6faefca1b305cc771ed4a9e8e SHA1: 88132a5b29b261a70bbbfd15f8860968595bf513 MD5sum: c4ed93eef60863ac34e2680cf40ca679 Description: Steering controller for Ackermann kinematics. Rear fixed wheels are powering the vehicle and front wheels are steering it. Package: ros-jazzy-ackermann-steering-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-ackermann-steering-controller Version: 4.40.1-1noble.20260520.051259 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 729 Depends: ros-jazzy-ackermann-steering-controller (= 4.40.1-1noble.20260520.051259) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ackermann-steering-controller/ros-jazzy-ackermann-steering-controller-dbgsym_4.40.1-1noble.20260520.051259_arm64.deb Size: 680164 SHA256: 3235686a80af383311eacdac09f5db171a1da168ce93304f6a906e2906c80aa8 SHA1: 5ed3d78e32800c405803c83cafc92cdb906dcbbd MD5sum: 7b11b94d6a734d567b534efe4f6eb497 Description: debug symbols for ros-jazzy-ackermann-steering-controller Build-Ids: d07bf395ec118a994479f1c07481fd122c422a43 Package: ros-jazzy-action-msgs Version: 2.0.4-1noble.20260519.020853 Architecture: arm64 Maintainer: "Geoffrey Biggs" Installed-Size: 1524 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-core-runtime, ros-jazzy-service-msgs, ros-jazzy-unique-identifier-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/action_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-action-msgs/ros-jazzy-action-msgs_2.0.4-1noble.20260519.020853_arm64.deb Size: 100492 SHA256: 79b61e2172aa96e32e2ac042f20ef1f2de663cff82df46b71b1e7d25a61e1ca6 SHA1: 13d5c520d532bb15749916639545b8e8a33ea249 MD5sum: c5a9df042227d57f4cb35553760f19ac Description: Messages and service definitions common among all ROS actions. Package: ros-jazzy-action-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-action-msgs Version: 2.0.4-1noble.20260519.020853 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Geoffrey Biggs" Installed-Size: 857 Depends: ros-jazzy-action-msgs (= 2.0.4-1noble.20260519.020853) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-action-msgs/ros-jazzy-action-msgs-dbgsym_2.0.4-1noble.20260519.020853_arm64.deb Size: 626764 SHA256: 5f2fafd02b9e14869349d16c0b997a27f72128e918ce904db761b986f1e40a90 SHA1: 65159331164ed8d965a4c263156053812c8cf711 MD5sum: 4cb1f2f4b93c2e8fbb00e6edbfd92057 Description: debug symbols for ros-jazzy-action-msgs Build-Ids: 072808a9643fc9a6aa6dec45de6b1cb51645a008 0e06e47a8814709adb0e8faaca6690f59509bd9c 446b03a5e3346258e5e12825178d32fb03d5d1df 4df0c9598500f4b4a77a70668d0ddf8e5a7f7307 534787f7d46d90df96301730b2a8efe0eee2fbd2 54b373b792a2a46f96244ebddfdb3810508e153c 58e0e62e7410da72ab0e5861c40073ea04ce985d 657e9b1cd8c188d722582ea2f1b7508302623ad7 919ecbbfd780a7a52828c809aa3b1091ef666edb af123c77ab05fd339cfd83321d1a6e01524e521b cb6caf07d1cdc342493065210dd088364d9d08c4 Package: ros-jazzy-action-tutorials-cpp Version: 0.33.10-1noble.20260519.223117 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 440 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-action-tutorials-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-components, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-action-tutorials-cpp/ros-jazzy-action-tutorials-cpp_0.33.10-1noble.20260519.223117_arm64.deb Size: 68608 SHA256: 3faab82ecbcfb869a8f0b38f72de5ca9593d85fa16e63ff46f6a044fdbc36ba4 SHA1: 87bae5e2cad3a0e0dc3dedf7d68b65d2adab83bb MD5sum: 64f937268965166283ad8bd151742eb3 Description: C++ action tutorial cpp code Package: ros-jazzy-action-tutorials-cpp-dbgsym Package-Type: ddeb Source: ros-jazzy-action-tutorials-cpp Version: 0.33.10-1noble.20260519.223117 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 1764 Depends: ros-jazzy-action-tutorials-cpp (= 0.33.10-1noble.20260519.223117) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-action-tutorials-cpp/ros-jazzy-action-tutorials-cpp-dbgsym_0.33.10-1noble.20260519.223117_arm64.deb Size: 1269310 SHA256: d4027c0a3da3f7b32f0eef35481125c8c97c5c7b3f4c77d69f27dd006680f0eb SHA1: d6d7646f08875a436708469fcbd26b366cf769e9 MD5sum: 4a11ef4a939df52237c42fc0d30eaf16 Description: debug symbols for ros-jazzy-action-tutorials-cpp Build-Ids: 0e4fa3ad8988bc4b9033583a39df61d2307d80ed 1a82662045c5d6590cf7b0d30a707487d11146bb be27350301bf9b6209178aaebd839dee9c150791 Package: ros-jazzy-action-tutorials-interfaces Version: 0.33.10-1noble.20260519.042804 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 2026 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-action-tutorials-interfaces/ros-jazzy-action-tutorials-interfaces_0.33.10-1noble.20260519.042804_arm64.deb Size: 122836 SHA256: 66226bfe317677f67587959e205014fc5d930fa9184d28379a7c53e47beea4f7 SHA1: 9b82b025ebc77adc7cd54656c4369b7d80759615 MD5sum: 0e0b59f29066eb3fdc9f1f2b677bbc09 Description: Action tutorials action Package: ros-jazzy-action-tutorials-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-action-tutorials-interfaces Version: 0.33.10-1noble.20260519.042804 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 879 Depends: ros-jazzy-action-tutorials-interfaces (= 0.33.10-1noble.20260519.042804) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-action-tutorials-interfaces/ros-jazzy-action-tutorials-interfaces-dbgsym_0.33.10-1noble.20260519.042804_arm64.deb Size: 565512 SHA256: 8e9c72e79e70c32800e335e89971e5937b37daa0151be9f8fb658d9213273eac SHA1: c7579035a121fe421cea6ac29b2899a5e91e4d5f MD5sum: 28a7503687dff56a5c1a1be4b89b06d5 Description: debug symbols for ros-jazzy-action-tutorials-interfaces Build-Ids: 31f18af4371f28e045b1cd9be7c8020aa9d8bbb0 43f6c802cb365db188ce687b4baf8090696d7deb 45f7d34d57bb9e5d6cb26c496af1b808fc301c57 80577e4763fbec300f2ff58c23accc1f82f6324d 807fd6e1eb2a515b2dcc4d06e5ef8926c6865771 9b2830aee67e8624f78a9c86941b09cac46f02d1 ae36acc903cd99ffedbc6921372d27a041813fd6 bb5672e790cbaddb1a1f127f610901758b08f7c5 c06011724ad420f0edaab26f965712c3413d5680 c09c60ed42ee68d6190315863f03e407a1c70d63 d6b296606050d498367e9049db47ab954a811b85 Package: ros-jazzy-action-tutorials-py Version: 0.33.10-1noble.20260519.223135 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 48 Depends: ros-jazzy-action-tutorials-interfaces, ros-jazzy-rclpy, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-action-tutorials-py/ros-jazzy-action-tutorials-py_0.33.10-1noble.20260519.223135_arm64.deb Size: 8334 SHA256: 97efbfd6339cde6a74b98321ef7469f68737fd155cb918d47bb929ab2b599855 SHA1: ec32d4c55cc5ff3001633b320cb025553a2880ea MD5sum: 21f469016529f14fdd490975e8c2e252 Description: Python action tutorial code Package: ros-jazzy-actionlib-msgs Version: 5.3.7-1noble.20260519.202415 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 1217 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-actionlib-msgs/ros-jazzy-actionlib-msgs_5.3.7-1noble.20260519.202415_arm64.deb Size: 70562 SHA256: 8dcea0f120e03c5ab69153379668522bdf6c2439ea0456622675dd85a1593aef SHA1: 8b519f0c7b3c0325f47c756b775627b94b35ef38 MD5sum: 69c7ba46e6a7ed2652e7f74827b44325 Description: A package containing some message definitions used in the implementation of ROS 1 actions. Package: ros-jazzy-actionlib-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-actionlib-msgs Version: 5.3.7-1noble.20260519.202415 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tully Foote Installed-Size: 561 Depends: ros-jazzy-actionlib-msgs (= 5.3.7-1noble.20260519.202415) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-actionlib-msgs/ros-jazzy-actionlib-msgs-dbgsym_5.3.7-1noble.20260519.202415_arm64.deb Size: 399296 SHA256: c53456f8d6d397f5f4938b4ec0c1b19567f2d2ca94f08afaed5d6ca920c3a198 SHA1: 18e720751dc66453d1fc8f39d821b3cc0a496b8a MD5sum: d0c3657ac6143f926c0f0ebd32d85c36 Description: debug symbols for ros-jazzy-actionlib-msgs Build-Ids: 07c0cf71c8ce0195b82cce8aa70f33d4ed082be6 15761eeeeea3eebcfa2b17a72df15b4fe2fe3770 5e73b378ba4587b309f2adfef059045626427f36 863bd9f14f3b8651d8978a188c24318a7cfb3bcc 878a20a14b92a2e1ec7a10f2ada8be04ebcbbf24 c316324050e2bddf1912f794a8dd009566eebf80 d4b86b5b4e717c46458906dd76cf8d6e83d93d3b e080b70389a405481b6c315fb34819e5f0b0166f e156db9b77c463bf2df8655d870b33abc483a93e ea625475f950eae4e4d0b06c50dee47c4bbdb24d f080e4d0d8547cd6ea412d141ec4d397276daf42 Package: ros-jazzy-actuator-msgs Version: 0.0.1-4noble.20260519.181037 Architecture: arm64 Maintainer: Benjamin Perseghetti Installed-Size: 1771 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-actuator-msgs/ros-jazzy-actuator-msgs_0.0.1-4noble.20260519.181037_arm64.deb Size: 102576 SHA256: 356611f3a9dd23214260ca73b6b845e8a75838584ff195a90f0fe29e37d46474 SHA1: 37d421a2af150d5f55ea0d64f0ed8766dac2e995 MD5sum: a168ee154ca4c22b28cbe46d0863df6f Description: ROS 2 message interface for Actuators. Package: ros-jazzy-actuator-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-actuator-msgs Version: 0.0.1-4noble.20260519.181037 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Benjamin Perseghetti Installed-Size: 1134 Depends: ros-jazzy-actuator-msgs (= 0.0.1-4noble.20260519.181037) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-actuator-msgs/ros-jazzy-actuator-msgs-dbgsym_0.0.1-4noble.20260519.181037_arm64.deb Size: 835490 SHA256: 1eeadf15fd7968badde5dd040c3cb520318317f843e4258cdb40559788ef46b5 SHA1: 57fb1d7117cd97aca59ec1255552856b821aa124 MD5sum: a6700d91ae2f9473b816a9eea612d5e7 Description: debug symbols for ros-jazzy-actuator-msgs Build-Ids: 02b28fb1df0b845c2d914e525078a707ef18df4a 16ae64e5c5434b417917821a6d82523d80b2579e 23fbdf20a3e05d3f580ae6dd273adee097ca6f46 328afa0f82401ea38a4669745e84a59a116ac359 cc035be908baf5d9501f510835cbc6678605f5f2 ce4bcbd353c53904cac5178ad3704c5b0039f597 d51a6a680fb0e3378b01e411ad87f4e6ec7c84bd dafcb2528d567314ee36bcab07c07fdf5cc83bce dfca8a0d619382a687c17e47d3512a69f328eb9f e2c7212acb55821ddb5ba75825abe98dc386ac82 e946c97a532ad7e8448c3410dd62a2c9a6473296 Package: ros-jazzy-adaptive-component Version: 0.2.1-5noble.20260520.024444 Architecture: arm64 Maintainer: Víctor Mayoral Vilches Installed-Size: 136 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-adaptive-component/ros-jazzy-adaptive-component_0.2.1-5noble.20260520.024444_arm64.deb Size: 29010 SHA256: a3e3d9618d1385bb30a9804a31f820aadf07a7a2050cd8ba2bdd1c5d37fcc15a SHA1: cf7c8d724fc257faf66ebcc379ef0d349023d26a MD5sum: c34d3e30ca1b874518d5546067956e7c Description: A composable container for Adaptive ROS 2 Node computations. Allows building Nodes that can select between FPGA, CPU or GPU, at run-time. Stateless by default, can be made stateful to meet use-case specific needs. Refer to examples in README. Technically, provides A ROS 2 Node subclass programmed as a "Component" and including its own single threaded executor to build adaptive computations. Adaptive ROS 2 Nodes are able to perform computations in the CPU, the FPGA or the GPU, adaptively. Adaptive behavior is controlled through the "adaptive" ROS 2 parameter. Package: ros-jazzy-adaptive-component-dbgsym Package-Type: ddeb Source: ros-jazzy-adaptive-component Version: 0.2.1-5noble.20260520.024444 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Víctor Mayoral Vilches Installed-Size: 428 Depends: ros-jazzy-adaptive-component (= 0.2.1-5noble.20260520.024444) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-adaptive-component/ros-jazzy-adaptive-component-dbgsym_0.2.1-5noble.20260520.024444_arm64.deb Size: 382256 SHA256: 09a3d34da2ef5fa41fcc3f7827e5d101c40c3585bac0e09404604c7aabebf277 SHA1: 0d520b7f40739fa477c02d5a3824f05272341292 MD5sum: 1445cf76af2fabc1a6456b052090062b Description: debug symbols for ros-jazzy-adaptive-component Build-Ids: 94d8812c38ea1dfca0ef774c55ceace7faedfeb3 Package: ros-jazzy-admittance-controller Version: 4.40.1-1noble.20260520.044558 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 1242 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libtinyxml2-dev, ros-jazzy-angles, ros-jazzy-backward-ros, ros-jazzy-control-msgs, ros-jazzy-control-toolbox, ros-jazzy-controller-interface, ros-jazzy-generate-parameter-library, ros-jazzy-geometry-msgs, ros-jazzy-hardware-interface, ros-jazzy-kinematics-interface, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-realtime-tools, ros-jazzy-tf2, ros-jazzy-tf2-eigen, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-kdl, ros-jazzy-tf2-ros, ros-jazzy-trajectory-msgs, ros-jazzy-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-admittance-controller/ros-jazzy-admittance-controller_4.40.1-1noble.20260520.044558_arm64.deb Size: 277804 SHA256: 888a40172d3309639fe75b920154284283cb37f803c24fe5c2f6787d2fc442aa SHA1: 16f7b36121af9e4ff5c0e4763eefc875d6e7fb40 MD5sum: 911b9697dc738d04889dfe12682fa443 Description: Implementation of admittance controllers for different input and output interface. Package: ros-jazzy-admittance-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-admittance-controller Version: 4.40.1-1noble.20260520.044558 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 6893 Depends: ros-jazzy-admittance-controller (= 4.40.1-1noble.20260520.044558) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-admittance-controller/ros-jazzy-admittance-controller-dbgsym_4.40.1-1noble.20260520.044558_arm64.deb Size: 6214568 SHA256: dd218fae090508452e2bd354e5d5ccebadd2b86a339a6e75522c28fe6c7fe64a SHA1: 84efbbd1290207733b29ef8d25b735fa7454cef9 MD5sum: 75039cef94aeaed9f109488a17c0e788 Description: debug symbols for ros-jazzy-admittance-controller Build-Ids: 766a113d74788a14d1981add6a54cfa5892d38dc Package: ros-jazzy-ads-vendor Version: 1.0.2-1noble.20260305.210957 Architecture: arm64 Maintainer: Nikola Banovic Installed-Size: 556 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ads-vendor/ros-jazzy-ads-vendor_1.0.2-1noble.20260305.210957_arm64.deb Size: 140532 SHA256: 7e5b7c20f4052118e948827b6aa6ad2ea0d6fc8e73a4ad92d0b87b6bb130df99 SHA1: 4f15bae729bf85181387c8c5158a74fa696fd93f MD5sum: 86b20523cb1e382a065e39e3b107bdd7 Description: Package vendoring Beckhoff/ADS library Package: ros-jazzy-ads-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-ads-vendor Version: 1.0.2-1noble.20260305.210957 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Nikola Banovic Installed-Size: 1854 Depends: ros-jazzy-ads-vendor (= 1.0.2-1noble.20260305.210957) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ads-vendor/ros-jazzy-ads-vendor-dbgsym_1.0.2-1noble.20260305.210957_arm64.deb Size: 1733254 SHA256: 9a033a164963ff96fc1b3c210d219142cd8492c351d8f60105a8f5c544d9df8c SHA1: f6e67731f3a921c4a3a49f758618ec6247798c24 MD5sum: 3e3301ccd1012f3879184fc05be5d91f Description: debug symbols for ros-jazzy-ads-vendor Build-Ids: 368699048476a4e25223f7ecb1715c157c6a15c2 3b0456bc4385dc7b1680678ee68f7cf7634a8d91 Package: ros-jazzy-agnocast Version: 2.3.3-1noble.20260520.055803 Architecture: arm64 Maintainer: Takahiro Ishikawa-Aso Installed-Size: 42 Depends: ros-jazzy-agnocast-cie-config-msgs (<< 2.3.4), ros-jazzy-agnocast-cie-config-msgs (>= 2.3.3), ros-jazzy-agnocast-cie-thread-configurator (<< 2.3.4), ros-jazzy-agnocast-cie-thread-configurator (>= 2.3.3), ros-jazzy-agnocast-components (<< 2.3.4), ros-jazzy-agnocast-components (>= 2.3.3), ros-jazzy-agnocast-ioctl-wrapper (<< 2.3.4), ros-jazzy-agnocast-ioctl-wrapper (>= 2.3.3), ros-jazzy-agnocast-sample-application (<< 2.3.4), ros-jazzy-agnocast-sample-application (>= 2.3.3), ros-jazzy-agnocast-sample-interfaces (<< 2.3.4), ros-jazzy-agnocast-sample-interfaces (>= 2.3.3), ros-jazzy-agnocastlib (<< 2.3.4), ros-jazzy-agnocastlib (>= 2.3.3), ros-jazzy-ros2agnocast (<< 2.3.4), ros-jazzy-ros2agnocast (>= 2.3.3), ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agnocast/ros-jazzy-agnocast_2.3.3-1noble.20260520.055803_arm64.deb Size: 5486 SHA256: 9da144fe456ff3defc828399acbc4077ee2029a674cf34d6b8f8818a70869b2e SHA1: 01c4fd02da480eb8cbbc45b80dfe1e9d59c1b88d MD5sum: 716f101b7ddc55b8b6970a6d4bac8a06 Description: Metapackage for Agnocast: true zero-copy IPC middleware for ROS 2. Package: ros-jazzy-agnocast-cie-config-msgs Version: 2.3.3-1noble.20260519.042938 Architecture: arm64 Maintainer: Takahiro Ishikawa-Aso Installed-Size: 1094 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agnocast-cie-config-msgs/ros-jazzy-agnocast-cie-config-msgs_2.3.3-1noble.20260519.042938_arm64.deb Size: 49946 SHA256: 4529b2328397fd133e3dda9051617d14dfc315360671f78d4e51dcb61ed6c8d6 SHA1: 64927573342c344346d8eb351326e6f79388c1b2 MD5sum: 14842cab17f1982c7c50b5c4098dc448 Description: ROS messages for interaction between cie_thread_configurator and callback_isolated_executor. Package: ros-jazzy-agnocast-cie-config-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-agnocast-cie-config-msgs Version: 2.3.3-1noble.20260519.042938 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Takahiro Ishikawa-Aso Installed-Size: 388 Depends: ros-jazzy-agnocast-cie-config-msgs (= 2.3.3-1noble.20260519.042938) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agnocast-cie-config-msgs/ros-jazzy-agnocast-cie-config-msgs-dbgsym_2.3.3-1noble.20260519.042938_arm64.deb Size: 255802 SHA256: d60d974544df15ced4c41ed46b9fcb0c9c3efe8563ac9cb91f82a7b56d08c0e9 SHA1: 10e2af654827800b3936175990d93e5ee0e1b948 MD5sum: 5bcf4a38f008b10e4604c36e71268946 Description: debug symbols for ros-jazzy-agnocast-cie-config-msgs Build-Ids: 015e2ddb7f513ed22a14d2e3cd290f4c5135f509 29dd62344840fa9abccaaa74764383613e3554cd 4fd12eafc06f28be062c1f3f6e3569398351300f 5add5400ffc3e8a2d680e0b3c1bb68f91328f87c 62f01ba30c4e78131529232b528c46429011b3fe 9396a77e69c579b01f28ad1349f8abf863260d30 96c48374ac0f86370f7b9b1b2b4a777f068ef45b 9a8c2b7cb504771ce4be7fecfcab793e55266ba9 cbe787a46c80b014415bd0d64b7f0b98e939c9ce ccb779e8206bf5696e98fc0b4c6f1c5d5fb927d7 e6ee01838b7e6dce8f12c407b01ac2642408857f Package: ros-jazzy-agnocast-cie-thread-configurator Version: 2.3.3-1noble.20260519.224130 Architecture: arm64 Maintainer: Takahiro Ishikawa-Aso Installed-Size: 972 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libyaml-cpp-dev, ros-jazzy-agnocast-cie-config-msgs, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agnocast-cie-thread-configurator/ros-jazzy-agnocast-cie-thread-configurator_2.3.3-1noble.20260519.224130_arm64.deb Size: 175026 SHA256: abd5e403d0b2b9eeeb5e3de9066af0d6bad1712f657cf506cd58abe580df5042 SHA1: f5fee604ef70c61645f0fea806770fb83b61b321 MD5sum: 1318f7dfcd85c49e3c810a0e2dc05067 Description: A dedicated node that configures the scheduling attributes of each thread in callback_isolated_executor. Package: ros-jazzy-agnocast-cie-thread-configurator-dbgsym Package-Type: ddeb Source: ros-jazzy-agnocast-cie-thread-configurator Version: 2.3.3-1noble.20260519.224130 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Takahiro Ishikawa-Aso Installed-Size: 4973 Depends: ros-jazzy-agnocast-cie-thread-configurator (= 2.3.3-1noble.20260519.224130) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agnocast-cie-thread-configurator/ros-jazzy-agnocast-cie-thread-configurator-dbgsym_2.3.3-1noble.20260519.224130_arm64.deb Size: 4120530 SHA256: 3d9d7b765a4c4bc18ca5ca25471cbde3cf9dee7ac6e50b03716e19de4d3ab113 SHA1: 1d45760be07267ba8b62a920fc6a26712a7f0eb3 MD5sum: 8a40b0c46a65f36422b07808ec48dcd7 Description: debug symbols for ros-jazzy-agnocast-cie-thread-configurator Build-Ids: 478991ea1abdc7a2767b0a88b0495984bcfe6190 5c6074a107090e0b16c14d2f5ba8c46506c67349 Package: ros-jazzy-agnocast-components Version: 2.3.3-1noble.20260520.052829 Architecture: arm64 Maintainer: Takahiro Ishikawa-Aso Installed-Size: 263 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libgoogle-glog0v6t64 (>= 0.6.0), libstdc++6 (>= 13.1), libgoogle-glog-dev, ros-jazzy-agnocast-cie-config-msgs, ros-jazzy-agnocast-cie-thread-configurator, ros-jazzy-agnocastlib, ros-jazzy-class-loader, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agnocast-components/ros-jazzy-agnocast-components_2.3.3-1noble.20260520.052829_arm64.deb Size: 38944 SHA256: b60e9f3b92b64a48faf95ef191020bcc9600888164fa1734914380c7b190cbb7 SHA1: 279436c379e56c43567616aa94748f7cb29d73c6 MD5sum: ddefc92d945407f98ca423e2d91733b5 Description: CMake tools for registering ROS 2 component nodes with Agnocast executor support. Provides agnocast_components_register_node macro similar to rclcpp_components_register_node. Package: ros-jazzy-agnocast-components-dbgsym Package-Type: ddeb Source: ros-jazzy-agnocast-components Version: 2.3.3-1noble.20260520.052829 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Takahiro Ishikawa-Aso Installed-Size: 1059 Depends: ros-jazzy-agnocast-components (= 2.3.3-1noble.20260520.052829) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agnocast-components/ros-jazzy-agnocast-components-dbgsym_2.3.3-1noble.20260520.052829_arm64.deb Size: 953526 SHA256: e2c53f885d10525e15cb2b612af74e6022e63b633c06c704bb73862931ddaaae SHA1: 32a47fbf6a0c81e9643ce6056dda7e6541291ca1 MD5sum: 7933d3bdc68a98da12cdc38ab277dbd3 Description: debug symbols for ros-jazzy-agnocast-components Build-Ids: ad52705c32c837c268cc641f1c77a4ecf7c5ba95 d5a28ad0547367c9070c03abe92a24ee9f4fb67e d84f1aaa8eaf9c9aa9187d52a53b84c0e7f5f6e4 Package: ros-jazzy-agnocast-e2e-test Version: 2.3.3-1noble.20260520.053206 Architecture: arm64 Maintainer: Takahiro Ishikawa-Aso Installed-Size: 2647 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-agnocast-components, ros-jazzy-agnocastlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agnocast-e2e-test/ros-jazzy-agnocast-e2e-test_2.3.3-1noble.20260520.053206_arm64.deb Size: 329926 SHA256: edbef5156557a53cab4ddcfbe28cf2759a04529b4078b5b64ba6839c191d259a SHA1: cf09fa4b5b4ad2e3c4b27ea46851c4bf5e428ab2 MD5sum: 67ff301516fa060ac85e3a0478800391 Description: E2E test for Agnocast. Package: ros-jazzy-agnocast-e2e-test-dbgsym Package-Type: ddeb Source: ros-jazzy-agnocast-e2e-test Version: 2.3.3-1noble.20260520.053206 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Takahiro Ishikawa-Aso Installed-Size: 11953 Depends: ros-jazzy-agnocast-e2e-test (= 2.3.3-1noble.20260520.053206) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agnocast-e2e-test/ros-jazzy-agnocast-e2e-test-dbgsym_2.3.3-1noble.20260520.053206_arm64.deb Size: 9728110 SHA256: e03b3c4ceca68f15b68215076d6418f11e8a139aecdbc9fd93a9ca5f31de4737 SHA1: 46887cc5ca2c1680dda426e256076cd182bd7da3 MD5sum: 5020efb4b24d68b559072a921288482b Description: debug symbols for ros-jazzy-agnocast-e2e-test Build-Ids: 04fe83c688ae0d293bd2b2d8e2e4d0ddda32ab06 34049b9f9a0c7a2ef91b39fc29cb74d495f9cd10 36da0696ea22bbd69f80fd140fba9faa4ed5f221 51088680d6fccd1792e8f24647381a396271e116 5ec535a9976dbf1231b9ca1c548cfa538d3aca4e 681c919425a7199d844ce6147fa5e9117e142e46 7f2fbd47c7174ba339b8d58165956359da2a4e70 8dae96585b5f2323a63c65645ff9b4d4aa225dd9 d2c838e11ef7bd94a6131323ca7bb60abb47393b f0cfe1eb9e4974c86a7925fccbf41bc9d92ea4bb Package: ros-jazzy-agnocast-ioctl-wrapper Version: 2.3.3-1noble.20260520.024528 Architecture: arm64 Maintainer: Takahiro Ishikawa-Aso Installed-Size: 110 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agnocast-ioctl-wrapper/ros-jazzy-agnocast-ioctl-wrapper_2.3.3-1noble.20260520.024528_arm64.deb Size: 10186 SHA256: 3b37957f1b0d837e28f610136ef45cf9918889cb5a132f966172172e841e32db SHA1: 9ffd6ecf384c4dd8ea80860ac20e5e2151963bbe MD5sum: 3127b77914d1fb7a322b652cd678355a Description: The wrapper of ioctl for command line tool extension for Agnocast. Package: ros-jazzy-agnocast-ioctl-wrapper-dbgsym Package-Type: ddeb Source: ros-jazzy-agnocast-ioctl-wrapper Version: 2.3.3-1noble.20260520.024528 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Takahiro Ishikawa-Aso Installed-Size: 61 Depends: ros-jazzy-agnocast-ioctl-wrapper (= 2.3.3-1noble.20260520.024528) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agnocast-ioctl-wrapper/ros-jazzy-agnocast-ioctl-wrapper-dbgsym_2.3.3-1noble.20260520.024528_arm64.deb Size: 44074 SHA256: 20dcb91d7d4d0d5f6eb33bdfbe573d93ca205fad4e3491e1c32abe9b91c47756 SHA1: 1d4968ebeb53a6a42ea266504353d1f426278321 MD5sum: 08259d25f7ecb50ec99660bf96a1a31c Description: debug symbols for ros-jazzy-agnocast-ioctl-wrapper Build-Ids: 6c83c3536444242616fe24c53de2434854134ad2 Package: ros-jazzy-agnocast-sample-application Version: 2.3.3-1noble.20260520.053219 Architecture: arm64 Maintainer: Takahiro Ishikawa-Aso Installed-Size: 5199 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgoogle-glog0v6t64 (>= 0.6.0), libstdc++6 (>= 13.1), ros-jazzy-agnocast-components, ros-jazzy-agnocast-sample-interfaces, ros-jazzy-agnocastlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agnocast-sample-application/ros-jazzy-agnocast-sample-application_2.3.3-1noble.20260520.053219_arm64.deb Size: 615692 SHA256: 6cc1bbfbc2ca71c0ad91b01ab90cbc60dd51a043a462700b9f77ddd76565c877 SHA1: e010ddec42c9a6b7386c3a42598deb76f9da0eef MD5sum: 86aa7f31c83a9836841609e120d56daf Description: A sample application for Agnocast. Package: ros-jazzy-agnocast-sample-application-dbgsym Package-Type: ddeb Source: ros-jazzy-agnocast-sample-application Version: 2.3.3-1noble.20260520.053219 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Takahiro Ishikawa-Aso Installed-Size: 24768 Depends: ros-jazzy-agnocast-sample-application (= 2.3.3-1noble.20260520.053219) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agnocast-sample-application/ros-jazzy-agnocast-sample-application-dbgsym_2.3.3-1noble.20260520.053219_arm64.deb Size: 20958592 SHA256: 214d88c0fca43cea7adcd6b4a392a4b513e39efb6fcbda5682240dd333be1db3 SHA1: e910178ccbc27ba95c8e71314dc4e467c0983f14 MD5sum: 63cea3b23c77166875f138b43794ef98 Description: debug symbols for ros-jazzy-agnocast-sample-application Build-Ids: 101c3b3cbdd1a346b8f52c78df206456cc196c5f 1b9ddf55b6f766909af4d26f0dcedf5bbf062104 1dbac578d67837d16c5a4a39b29617e0fd3199d6 28f99c9813ab09290b78fde9254e474a62d2eca5 38c608ec20351b9c4c9da3114ea2114a5d21e9a3 47e97e0a21623d2d06f496bcb12329702892ec47 4b2978156fde277b7be953854fd0a9b595c367e4 6153aa9762a5fe4d259cda3ff1675ae2ff490334 62adcdf82b0468e55db8977e913fdf01d5c844fb 79ee5b7dc9b18638d5b01a23050a4a2e68d4de87 7f709beb2e42c34bde0482970e012eefb252a22a 963505c53f560d3db54dbfb6606b403a2f554f85 a36ffcdaac3d4ea644642a6034a53b14e58ce487 af4cb9929ba8c3b06c1e628aedb7de9c20bba5b2 b7733340ecdc04dba342a4149e49d79e6172ae77 dac41dd1c31c45a3b5c82a9c6ef5107b3ed206f9 df78dad5451bf84c830106c21aea8e351d6c9994 Package: ros-jazzy-agnocast-sample-interfaces Version: 2.3.3-1noble.20260519.181125 Architecture: arm64 Maintainer: Takahiro Ishikawa-Aso Installed-Size: 1435 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agnocast-sample-interfaces/ros-jazzy-agnocast-sample-interfaces_2.3.3-1noble.20260519.181125_arm64.deb Size: 90726 SHA256: 8e31c611fec959a5bd539311110ec7f072ddf51d17bee4592650e227097f5247 SHA1: 687cef77a9db0ec29025d76b7640ff96b6ad3ee5 MD5sum: c89791c0ed49c7200dac56fc1408018f Description: Sample interfaces for the Agnocast sample application. Package: ros-jazzy-agnocast-sample-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-agnocast-sample-interfaces Version: 2.3.3-1noble.20260519.181125 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Takahiro Ishikawa-Aso Installed-Size: 769 Depends: ros-jazzy-agnocast-sample-interfaces (= 2.3.3-1noble.20260519.181125) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agnocast-sample-interfaces/ros-jazzy-agnocast-sample-interfaces-dbgsym_2.3.3-1noble.20260519.181125_arm64.deb Size: 553052 SHA256: 11fafc16b3868038c9c5304f0f2dfdc6a213313a026c60b44a0b7825f04055df SHA1: 11acd2360c26db6c7c7abeb067aa16342f100ef3 MD5sum: d1987d1344baba6cc3172d45a8ced1c1 Description: debug symbols for ros-jazzy-agnocast-sample-interfaces Build-Ids: 1900fc4349ecdc102b72fcb78a9026d86cd6fbc0 1d692934419ac738ab9aac45adf5b6c7e8c7cef2 3c2b16b4751f9bab00f684eb1a0add75171839ae 4b081c6eb9731683df3a28bed322bb25d314dc7d 65a31f3face0f0bb580c1f7fcf318e90cdc4c54e 8ccfa79b5066ac1a19866bfbd3d7377c1eddecd0 8fb05068dbfc19264cabb388d6ff8289d3dedc29 a138178e6cbfa38a8124b8e396312bc6e86706c5 baccf8d3b05314ab994db05a7be2ff3baf8c8901 c493421c00b4c262fccc73b878a1e64f9d93efc9 fbe3c39b4c20545f98ca1ed17e5b66eb6ec08bfb Package: ros-jazzy-agnocastlib Version: 2.3.3-1noble.20260520.052011 Architecture: arm64 Maintainer: Takahiro Ishikawa-Aso Installed-Size: 1933 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libgoogle-glog0v6t64 (>= 0.6.0), libstdc++6 (>= 13.1), libgoogle-glog-dev, liblttng-ust-dev, ros-jazzy-agnocast-cie-config-msgs, ros-jazzy-agnocast-cie-thread-configurator, ros-jazzy-ament-index-cpp, ros-jazzy-message-filters, ros-jazzy-rcl-yaml-param-parser, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rosgraph-msgs, ros-jazzy-tracetools, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agnocastlib/ros-jazzy-agnocastlib_2.3.3-1noble.20260520.052011_arm64.deb Size: 380142 SHA256: 5b9757111bb8c77bed462e81d0c064387c51cc4c1397ab07c285b3a7c169bbe4 SHA1: 47f44fbd6f1022bb76d4f0e1644665e63d351f20 MD5sum: 346ccb742288136a4c7ed9f18d4ced79 Description: True Zero Copy Communication Middleware for Unsized ROS 2 Message Types. Package: ros-jazzy-agnocastlib-dbgsym Package-Type: ddeb Source: ros-jazzy-agnocastlib Version: 2.3.3-1noble.20260520.052011 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Takahiro Ishikawa-Aso Installed-Size: 10648 Depends: ros-jazzy-agnocastlib (= 2.3.3-1noble.20260520.052011) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agnocastlib/ros-jazzy-agnocastlib-dbgsym_2.3.3-1noble.20260520.052011_arm64.deb Size: 9566230 SHA256: 1c6674ccc8a0623c3b13af197d2b7be48e03b5fdb9d5c27dd749e750fbc0240b SHA1: 5e07b7700894e68731a754f340e5f05c9acdff02 MD5sum: be6883902ed3d40c4b5b28301b524c83 Description: debug symbols for ros-jazzy-agnocastlib Build-Ids: 3141d87c35e295b5a116e309210c8633041cd8a7 63e83c45b46e1dce40d9e2dc3c825d3323074b84 bdd3519d93a5609a6f03567efe3b04dbcb5b3186 c5236db3ad78af3d430dcd7cd9347145c54198af Package: ros-jazzy-ament-acceleration Version: 0.2.0-5noble.20260224.202258 Architecture: arm64 Maintainer: Víctor Mayoral Vilches Installed-Size: 43 Depends: ros-jazzy-ament-cmake-core, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-acceleration/ros-jazzy-ament-acceleration_0.2.0-5noble.20260224.202258_arm64.deb Size: 5564 SHA256: 6f96ed13cb270349695b17877736ff2f8efe0aa68f6514494c9bb328cc0c4e32 SHA1: a253526fd6eeee48fbacb8093571f2d8d2eb26cb MD5sum: e10d55b0088640b35ee8001ed9eca7a1 Description: CMake macros and utilities to include hardware acceleration into the ROS 2 build system (ament) and its development flows. Package: ros-jazzy-ament-black Version: 0.2.6-1noble.20260225.120325 Architecture: arm64 Maintainer: Tyler Weaver Installed-Size: 53 Depends: black, python3-unidiff, python3-uvloop, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-black/ros-jazzy-ament-black_0.2.6-1noble.20260225.120325_arm64.deb Size: 12184 SHA256: 564aa05eb72411f30d3b3cee903a8adb46c97c91b2f955e6b8a657cdff77c7ff SHA1: fad8ee8e0f3ec0769468c57717b7116581098833 MD5sum: 1f5835556f3136beb83d2260c5f2543f Description: The ability to check code against style conventions using black and generate xUnit test result files. Package: ros-jazzy-ament-clang-format Version: 0.17.5-1noble.20260410.080457 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 66 Depends: clang-format, python3-yaml, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-clang-format/ros-jazzy-ament-clang-format_0.17.5-1noble.20260410.080457_arm64.deb Size: 16612 SHA256: 00997c47db33ee621bcbff3cbdeeb6f81e2814d462daec60dc9563fb194053f1 SHA1: 242aee434b9c0abe1ad82c095fd4c1b53af78c5a MD5sum: 61bef09bda8b1517b7f183174003fc6e Description: The ability to check code against style conventions using clang-format and generate xUnit test result files. Package: ros-jazzy-ament-clang-tidy Version: 0.17.5-1noble.20260410.080833 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 66 Depends: clang-tidy, python3-yaml, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-clang-tidy/ros-jazzy-ament-clang-tidy_0.17.5-1noble.20260410.080833_arm64.deb Size: 17518 SHA256: 0ca181b7969cc4bd6e3540c97ba39c0f2567ecf3d52fd5a4405299a3b86da529 SHA1: d997e23eb50125dd63b7c7bfe9421d827ea23fa2 MD5sum: 40461080e8ded9d39eaacc07b4ab7ff0 Description: The ability to check code against style conventions using clang-tidy and generate xUnit test result files. Package: ros-jazzy-ament-cmake Version: 2.5.6-2noble.20260305.203904 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 48 Depends: cmake, ros-jazzy-ament-cmake-core, ros-jazzy-ament-cmake-export-definitions, ros-jazzy-ament-cmake-export-dependencies, ros-jazzy-ament-cmake-export-include-directories, ros-jazzy-ament-cmake-export-interfaces, ros-jazzy-ament-cmake-export-libraries, ros-jazzy-ament-cmake-export-link-flags, ros-jazzy-ament-cmake-export-targets, ros-jazzy-ament-cmake-gen-version-h, ros-jazzy-ament-cmake-libraries, ros-jazzy-ament-cmake-python, ros-jazzy-ament-cmake-target-dependencies, ros-jazzy-ament-cmake-test, ros-jazzy-ament-cmake-version, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-cmake/ros-jazzy-ament-cmake_2.5.6-2noble.20260305.203904_arm64.deb Size: 7484 SHA256: b7991759f710a753b925db4eaf355e205f56eca35a732fa70390e8552c9833a8 SHA1: 6419c24215355acaad77b3050f7ded8798a6d709 MD5sum: 842bb627a51b68e9cf3f2fce4fcb5b48 Description: The entry point package for the ament buildsystem in CMake. Package: ros-jazzy-ament-cmake-auto Version: 2.5.6-2noble.20260305.211009 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 70 Depends: ros-jazzy-ament-cmake, ros-jazzy-ament-cmake-gmock, ros-jazzy-ament-cmake-gtest, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-cmake-auto/ros-jazzy-ament-cmake-auto_2.5.6-2noble.20260305.211009_arm64.deb Size: 10998 SHA256: c327cf5bb1afcb73fb6f980095c654b6aeeef4746731cc46ce112fce31ad7fe3 SHA1: 6ad71faa2db368141f239c08189cb3e5f2651a8a MD5sum: 2e63f10aedfbe9fb11f94d7348426754 Description: The auto-magic functions for ease to use of the ament buildsystem in CMake. Package: ros-jazzy-ament-cmake-black Version: 0.2.6-1noble.20260225.123028 Architecture: arm64 Maintainer: Tyler Weaver Installed-Size: 45 Depends: ros-jazzy-ament-black, ros-jazzy-ament-cmake-test, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-cmake-black/ros-jazzy-ament-cmake-black_0.2.6-1noble.20260225.123028_arm64.deb Size: 6836 SHA256: bd39e8ded807058cf1bc663b0f2f9683ce331c5a8dd17d37ea118b501c6bee54 SHA1: b96283b66fd4bede41cbfc57b3d67c6b1af142d2 MD5sum: 75794bde2dc57b15ecd90fab4b978b4d Description: The CMake API for ament_black to lint Python code using black. Package: ros-jazzy-ament-cmake-catch2 Version: 1.4.1-1noble.20260225.123117 Architecture: arm64 Maintainer: Luca Della Vedova Installed-Size: 48 Depends: ros-jazzy-ament-cmake-test, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-cmake-catch2/ros-jazzy-ament-cmake-catch2_1.4.1-1noble.20260225.123117_arm64.deb Size: 6766 SHA256: c4fbee281b681cf5e90a5a696d470496ab049d78d49ace00409c19a03f9a5221 SHA1: 08d7ad308994b6eba62c9c1ef5c69d0a067a1b1f MD5sum: 0cd9d2ee6fcf9337c5e9131ea13be0cd Description: Allows integrating catch2 tests in the ament buildsystem with CMake Package: ros-jazzy-ament-cmake-clang-format Version: 0.17.5-1noble.20260410.225437 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 48 Depends: ros-jazzy-ament-clang-format, ros-jazzy-ament-cmake-test, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-cmake-clang-format/ros-jazzy-ament-cmake-clang-format_0.17.5-1noble.20260410.225437_arm64.deb Size: 7724 SHA256: 17c59fa67c9c1bfc3666bab25efc8c53a22e6196d077d8da4430a1274897ebda SHA1: 2582e5bf311dfb285c9900f9f8fb572fd07e4d18 MD5sum: ec58dd2ece897c6cad131a8c1e330cff Description: The CMake API for ament_clang_format to lint C / C++ code using clang format. Package: ros-jazzy-ament-cmake-clang-tidy Version: 0.17.5-1noble.20260410.225459 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 49 Depends: ros-jazzy-ament-clang-tidy, ros-jazzy-ament-cmake-test, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-cmake-clang-tidy/ros-jazzy-ament-cmake-clang-tidy_0.17.5-1noble.20260410.225459_arm64.deb Size: 7986 SHA256: bd59a3b6c4526204e3b19b15b5a0f5238069f2e2d36f71f8bde953b4719489ca SHA1: d26930db93bc36753ca8c5eb240ab8a61dd01d4b MD5sum: d52392ae970a5d09a13b1dedb96218cd Description: The CMake API for ament_clang_tidy to lint C / C++ code using clang tidy. Package: ros-jazzy-ament-cmake-copyright Version: 0.17.5-1noble.20260411.113359 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 48 Depends: ros-jazzy-ament-cmake-test, ros-jazzy-ament-copyright, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-cmake-copyright/ros-jazzy-ament-cmake-copyright_0.17.5-1noble.20260411.113359_arm64.deb Size: 7872 SHA256: 184b1608293193dde08f9e99e637be668df63a1c743c91b5985aed1b4af3f18d SHA1: ffa8f4b21e87fef587eef5f2a25bc81c1733c389 MD5sum: 2181637fdd29596d94995191a27b7fb0 Description: The CMake API for ament_copyright to check every source file contains copyright reference. Package: ros-jazzy-ament-cmake-core Version: 2.5.6-2noble.20260224.191051 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 188 Depends: cmake, python3-catkin-pkg-modules, ros-jazzy-ament-package Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-cmake-core/ros-jazzy-ament-cmake-core_2.5.6-2noble.20260224.191051_arm64.deb Size: 27132 SHA256: ef63d2e8178dc2dba568fc76be0593eb7a619877310f023f7390b79bf1c61ffe SHA1: cbc8a55b238c2b1d0eb83e5bdd5f2d48fb5a5fe3 MD5sum: dfb6d0bcab1ed2db3572005317691c94 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-jazzy-ament-cmake-cppcheck Version: 0.17.5-1noble.20260410.225507 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 52 Depends: ros-jazzy-ament-cmake-core, ros-jazzy-ament-cmake-test, ros-jazzy-ament-cppcheck, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-cmake-cppcheck/ros-jazzy-ament-cmake-cppcheck_0.17.5-1noble.20260410.225507_arm64.deb Size: 9622 SHA256: 5cbc0f25e31fbdbb558cdf36299a729308ec4323d39c14cc8e489ab9f334673b SHA1: a3eb6ec9853c2a814cb14491d2deacb1292e21b0 MD5sum: a97852164c9217905aba9f1a991ff429 Description: The CMake API for ament_cppcheck to perform static code analysis on C/C++ code using Cppcheck. Package: ros-jazzy-ament-cmake-cpplint Version: 0.17.5-1noble.20260410.225517 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 50 Depends: ros-jazzy-ament-cmake-test, ros-jazzy-ament-cpplint, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-cmake-cpplint/ros-jazzy-ament-cmake-cpplint_0.17.5-1noble.20260410.225517_arm64.deb Size: 8472 SHA256: eb5d4da1a34910057b1ccf0c62205436a09c3380e031e385f65ed40ae4918c34 SHA1: 817b59e0e2c33c2d00770cae4029dc275e1797d6 MD5sum: 33dcf5ed42468e1aff002d273b7d03a1 Description: The CMake API for ament_cpplint to lint C / C++ code using cpplint. Package: ros-jazzy-ament-cmake-export-definitions Version: 2.5.6-2noble.20260225.111647 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 48 Depends: ros-jazzy-ament-cmake-core, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-cmake-export-definitions/ros-jazzy-ament-cmake-export-definitions_2.5.6-2noble.20260225.111647_arm64.deb Size: 7258 SHA256: b83f264aa6df2c961ddd0447eee374a3975a93e8a6d0e4d7664a3935c5ec8e42 SHA1: b6c1f1e52dab9c95b5402ddfb5a043da61793b3d MD5sum: d5d937b402db01a381d84d36ebf06bbf Description: The ability to export definitions to downstream packages in the ament buildsystem. Package: ros-jazzy-ament-cmake-export-dependencies Version: 2.5.6-2noble.20260225.121204 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 51 Depends: ros-jazzy-ament-cmake-core, ros-jazzy-ament-cmake-libraries, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-cmake-export-dependencies/ros-jazzy-ament-cmake-export-dependencies_2.5.6-2noble.20260225.121204_arm64.deb Size: 8642 SHA256: 357b8a677c8c19050ba978dc2c4e44574bd41f641ec50b78dfc11f6f7941136a SHA1: 6c84cd77923d3e764f47efef8145c41f094b3077 MD5sum: ecfe0aced36ef56ffcb56d99550f0654 Description: The ability to export dependencies to downstream packages in the ament buildsystem in CMake. Package: ros-jazzy-ament-cmake-export-include-directories Version: 2.5.6-2noble.20260305.195340 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 49 Depends: ros-jazzy-ament-cmake-core, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-cmake-export-include-directories/ros-jazzy-ament-cmake-export-include-directories_2.5.6-2noble.20260305.195340_arm64.deb Size: 7576 SHA256: 50ebcb43cb4f73b75efb6b32caf6d0152926ab0ba7132520189d5ea553f937b1 SHA1: 1c55f8fefe642fcb9272305f044d64da38ba1fcb MD5sum: e70c97b91309a6c622577551f090199a Description: The ability to export include directories to downstream packages in the ament buildsystem in CMake. Package: ros-jazzy-ament-cmake-export-interfaces Version: 2.5.6-2noble.20260225.115659 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 49 Depends: ros-jazzy-ament-cmake-core, ros-jazzy-ament-cmake-export-libraries, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-cmake-export-interfaces/ros-jazzy-ament-cmake-export-interfaces_2.5.6-2noble.20260225.115659_arm64.deb Size: 7982 SHA256: 6e541a5c9f1d684d095f09f7dd5aa93b22738e6bfa442184010fb9b40881815d SHA1: b5f188f65fce2ebfae38c8560ae2f8496615ffa8 MD5sum: e12a2438ea53da351096bbe14fbd29ed Description: The ability to export interfaces to downstream packages in the ament buildsystem in CMake. Package: ros-jazzy-ament-cmake-export-libraries Version: 2.5.6-2noble.20260225.114045 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 60 Depends: ros-jazzy-ament-cmake-core, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-cmake-export-libraries/ros-jazzy-ament-cmake-export-libraries_2.5.6-2noble.20260225.114045_arm64.deb Size: 9588 SHA256: 2d538ba9654e818e710a00253749b2389ba793dc2d98b41bc166b829608a1ede SHA1: 84b2bcc5e095443496f8d5ef2ed0601624662f1a MD5sum: de1e6c9109e809d91db5447aa7fb9b3d Description: The ability to export libraries to downstream packages in the ament buildsystem in CMake. Package: ros-jazzy-ament-cmake-export-link-flags Version: 2.5.6-2noble.20260305.195440 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 48 Depends: ros-jazzy-ament-cmake-core, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-cmake-export-link-flags/ros-jazzy-ament-cmake-export-link-flags_2.5.6-2noble.20260305.195440_arm64.deb Size: 7186 SHA256: 9f8626d01fb5c1f07cbf84ac73a542d9266671c8d956c5aea23183c50aedbaca SHA1: 423e46c4e0fffe3d284aeaa45056161fa68562ec MD5sum: 487189e2f42c9c4f158ecf1750cbb514 Description: The ability to export link flags to downstream packages in the ament buildsystem. Package: ros-jazzy-ament-cmake-export-targets Version: 2.5.6-2noble.20260225.115837 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 50 Depends: ros-jazzy-ament-cmake-core, ros-jazzy-ament-cmake-export-libraries, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-cmake-export-targets/ros-jazzy-ament-cmake-export-targets_2.5.6-2noble.20260225.115837_arm64.deb Size: 8274 SHA256: 6e2d55af209bc0a4d488e39acd4447d1aa1a4252bb1cab509832040c69ec76af SHA1: 2f18b2b44dd774d7360891c071049b011fda0686 MD5sum: fbc13addc25a68ee3b0bb32a98ee5df9 Description: The ability to export targets to downstream packages in the ament buildsystem in CMake. Package: ros-jazzy-ament-cmake-flake8 Version: 0.17.5-1noble.20260411.114519 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 48 Depends: ros-jazzy-ament-cmake-test, ros-jazzy-ament-flake8, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-cmake-flake8/ros-jazzy-ament-cmake-flake8_0.17.5-1noble.20260411.114519_arm64.deb Size: 7714 SHA256: 9b745c4c2b3e8bf5cc03b37ce9cddb41854c191c7fa31e106c5ce276c1eeb8bd SHA1: f2fa2621db72485ccdf4a0f8a1d28bf3da739897 MD5sum: 3dd931bc2c9a44715e2584fb65ecb28f Description: The CMake API for ament_flake8 to check code syntax and style conventions with flake8. Package: ros-jazzy-ament-cmake-gen-version-h Version: 2.5.6-2noble.20260225.114201 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 59 Depends: ros-jazzy-ament-cmake-core, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-cmake-gen-version-h/ros-jazzy-ament-cmake-gen-version-h_2.5.6-2noble.20260225.114201_arm64.deb Size: 9758 SHA256: 657fdbdc630b694520383ac961530bac2d8fde4e76b83215ad1f81a4f9fe30ed SHA1: 866d6daee9a41a60d6879884d87343a1434f0ba2 MD5sum: 52c7679fc1ca6b6817d2d4bb931e45e4 Description: Generate a C header containing the version number of the package Package: ros-jazzy-ament-cmake-gmock Version: 2.5.6-2noble.20260225.232840 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 61 Depends: google-mock, ros-jazzy-ament-cmake-gtest, ros-jazzy-ament-cmake-test, ros-jazzy-gmock-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-cmake-gmock/ros-jazzy-ament-cmake-gmock_2.5.6-2noble.20260225.232840_arm64.deb Size: 10092 SHA256: d80b64cbf5a2cc78630d2b11f9efad1027ec501c5146994f58c180c96a5a15ea SHA1: 28c97c2968524cb77a294c7a8de3f5901dbe7768 MD5sum: bdbe9891685895d2b0a8e7c845faf014 Description: The ability to add Google mock-based tests in the ament buildsystem in CMake. Package: ros-jazzy-ament-cmake-google-benchmark Version: 2.5.6-2noble.20260225.230901 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 83 Depends: ros-jazzy-ament-cmake-test, ros-jazzy-google-benchmark-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-cmake-google-benchmark/ros-jazzy-ament-cmake-google-benchmark_2.5.6-2noble.20260225.230901_arm64.deb Size: 13308 SHA256: 315cf79b5f04d70e82953ea6d9c81095f8d5fb162ff279d1b32d4f1c5219a35a SHA1: 5f6c64e18eda8b3e3aa036943f7f19adb3e2e405 MD5sum: c25053ea8f22b3a2efa053ced9155d91 Description: The ability to add Google Benchmark tests in the ament buildsystem in CMake. Package: ros-jazzy-ament-cmake-gtest Version: 2.5.6-2noble.20260225.230858 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 61 Depends: libgtest-dev, ros-jazzy-ament-cmake-test, ros-jazzy-gtest-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-cmake-gtest/ros-jazzy-ament-cmake-gtest_2.5.6-2noble.20260225.230858_arm64.deb Size: 10354 SHA256: 93b3c5df4678e2b58b8be7217c761349f9bc9e0ad1adc60a66643090634b6552 SHA1: 31005b901f16155f565685edb063ecdd6e9c7c7d MD5sum: 9fece94ebb198f67391f0666f06194d8 Description: The ability to add gtest-based tests in the ament buildsystem in CMake. Package: ros-jazzy-ament-cmake-include-directories Version: 2.5.6-2noble.20260225.114255 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 46 Depends: ros-jazzy-ament-cmake-core, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-cmake-include-directories/ros-jazzy-ament-cmake-include-directories_2.5.6-2noble.20260225.114255_arm64.deb Size: 7344 SHA256: 04fd0a0e96b14fbde0e00c523b6c569bcebf70a031c2be42d51b08951194b3e1 SHA1: b0d2729af345e929da24203dc73d194ebf627423 MD5sum: 8cebb8ea0289ee622c06a751560a116b Description: The functionality to order include directories according to a chain of prefixes in the ament buildsystem in CMake. Package: ros-jazzy-ament-cmake-libraries Version: 2.5.6-2noble.20260225.115526 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 45 Depends: ros-jazzy-ament-cmake-core, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-cmake-libraries/ros-jazzy-ament-cmake-libraries_2.5.6-2noble.20260225.115526_arm64.deb Size: 7188 SHA256: 72b6b19df1b5478e3b1ed8ea73950b15a4060d7ca1d12dd5b84e7d20c770f327 SHA1: f6856f57691e702f1db9fcb3992eef4c50e00425 MD5sum: 73808f076533b8251c617ffbf44d2144 Description: The functionality to deduplicate libraries in the ament buildsystem in CMake. Package: ros-jazzy-ament-cmake-lint-cmake Version: 0.17.5-1noble.20260411.112818 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 47 Depends: ros-jazzy-ament-cmake-test, ros-jazzy-ament-lint-cmake, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-cmake-lint-cmake/ros-jazzy-ament-cmake-lint-cmake_0.17.5-1noble.20260411.112818_arm64.deb Size: 7686 SHA256: 90ddcdb4e6767fa4983e7332446f79c6ab343187e42e284aabdda531f3b5f98c SHA1: a1ff01b94e9096050ba7d6e0e3d7fb92730c45b6 MD5sum: bf72a03cd48f923ce866eb8f049e5d39 Description: The CMake API for ament_lint_cmake to lint CMake code using cmakelint. Package: ros-jazzy-ament-cmake-mypy Version: 0.17.5-1noble.20260411.112812 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 47 Depends: ros-jazzy-ament-cmake-test, ros-jazzy-ament-mypy, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-cmake-mypy/ros-jazzy-ament-cmake-mypy_0.17.5-1noble.20260411.112812_arm64.deb Size: 7856 SHA256: 99738d68d258760b2daf719fd20ea160a1646e8d66c5bc1aaa1b2cae32ba9951 SHA1: 8cd8b5bfd5bfc60ce867a826d741eafc21da1029 MD5sum: 9bb5281a9f4bfeb0639b3f2d21850a2f Description: The CMake API for ament_mypy to perform static type analysis on python code with mypy. Package: ros-jazzy-ament-cmake-pclint Version: 0.17.5-1noble.20260411.112815 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 49 Depends: ros-jazzy-ament-cmake-test, ros-jazzy-ament-pclint, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-cmake-pclint/ros-jazzy-ament-cmake-pclint_0.17.5-1noble.20260411.112815_arm64.deb Size: 7964 SHA256: 54f571c93a8cd68c26a7211cc9b100eef77ca64778dd5f93effb6caa3e5e5c49 SHA1: 63d09b3ee5a66e5de4eaf6b7cb9a537f396f5386 MD5sum: b748108b7ae9441e193d9e2f731445de Description: The CMake API for ament_pclint to perform static code analysis on C/C++ code using PC-lint. Package: ros-jazzy-ament-cmake-pep257 Version: 0.17.5-1noble.20260411.115523 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 47 Depends: ros-jazzy-ament-cmake-test, ros-jazzy-ament-pep257, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-cmake-pep257/ros-jazzy-ament-cmake-pep257_0.17.5-1noble.20260411.115523_arm64.deb Size: 7442 SHA256: 2bc3b63b624c9ad707f5ca48edba56f9aae4ad95c295ccfd9d625c58c1f052de SHA1: 3379ece3cff18453d98e4203f0bc2f72c679bef3 MD5sum: b14c7c4b653c39a3562df4a971306b7a Description: The CMake API for ament_pep257 to check code against the docstring style conventions in PEP 257. Package: ros-jazzy-ament-cmake-pycodestyle Version: 0.17.5-1noble.20260411.113042 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 48 Depends: ros-jazzy-ament-cmake-test, ros-jazzy-ament-pycodestyle, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-cmake-pycodestyle/ros-jazzy-ament-cmake-pycodestyle_0.17.5-1noble.20260411.113042_arm64.deb Size: 7676 SHA256: 9bd13221144586aede1837d4e3295889c384d96c5946c9be8055508a536e1a25 SHA1: 3ed0f5286d8bf16329ef3ff89f2c29eabf63c88a MD5sum: 7358cb62651ce50df15c5310f02d0601 Description: The CMake API for ament_pycodestyle to check code against the style conventions in PEP 8. Package: ros-jazzy-ament-cmake-pyflakes Version: 0.17.5-1noble.20260411.113318 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 47 Depends: ros-jazzy-ament-cmake-test, ros-jazzy-ament-pyflakes, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-cmake-pyflakes/ros-jazzy-ament-cmake-pyflakes_0.17.5-1noble.20260411.113318_arm64.deb Size: 7340 SHA256: a9210b5bd774498cc827cef01519b77bdfd7fe539d9591651a880aa32505c9e5 SHA1: fa22ed82b60293bfe6f22bd062620cd5d5b0de89 MD5sum: 7f5fafb3e209660e3a2fb3596ec2cc5d Description: The CMake API for ament_pyflakes to check code using pyflakes. Package: ros-jazzy-ament-cmake-pytest Version: 2.5.6-2noble.20260225.124454 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 56 Depends: python3-pytest, ros-jazzy-ament-cmake-core, ros-jazzy-ament-cmake-test, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-cmake-pytest/ros-jazzy-ament-cmake-pytest_2.5.6-2noble.20260225.124454_arm64.deb Size: 10272 SHA256: 638a20bf304ce7858af1fdcb9920235aef10a6697bd0f70c7f3c1aa480f6fc62 SHA1: 9793fb237987652b9ad2730f175ed1b836e80de8 MD5sum: 1eb8b42dfc6d711bc1247466bfd5ecaa Description: The ability to run Python tests using pytest in the ament buildsystem in CMake. Package: ros-jazzy-ament-cmake-python Version: 2.5.6-2noble.20260225.115526 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 59 Depends: ros-jazzy-ament-cmake-core, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-cmake-python/ros-jazzy-ament-cmake-python_2.5.6-2noble.20260225.115526_arm64.deb Size: 10310 SHA256: a3dee851a9f42858dd97affbdbe34c35c0cab7893a8b94b16675474fbe383ed9 SHA1: aa1bbafd4f86ab555a1749ecb4e1266b755ae340 MD5sum: 547dac504cff15dde72e5effa21bca3c Description: The ability to use Python in the ament buildsystem in CMake. Package: ros-jazzy-ament-cmake-ros Version: 0.12.0-3noble.20260305.210142 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 57 Depends: ros-jazzy-ament-cmake, ros-jazzy-ament-cmake-gmock, ros-jazzy-ament-cmake-gtest, ros-jazzy-ament-cmake-pytest, ros-jazzy-domain-coordinator, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-cmake-ros/ros-jazzy-ament-cmake-ros_0.12.0-3noble.20260305.210142_arm64.deb Size: 8218 SHA256: 9557c2c5088e0d3ed456556ec745eda8037d700f0406c867c4a5ff1aaa905462 SHA1: 11e68b9e20fc9d6baf7991cc50f417b9a6629e64 MD5sum: 425187d6b591f1d81bb7f73c9ccade59 Description: The ROS specific CMake bits in the ament buildsystem. Package: ros-jazzy-ament-cmake-target-dependencies Version: 2.5.6-2noble.20260225.121314 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 54 Depends: ros-jazzy-ament-cmake-core, ros-jazzy-ament-cmake-include-directories, ros-jazzy-ament-cmake-libraries, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-cmake-target-dependencies/ros-jazzy-ament-cmake-target-dependencies_2.5.6-2noble.20260225.121314_arm64.deb Size: 9528 SHA256: 535742b1acac72f49d2ff58c97cad0f040cad244404e122f0c024280520d6fbf SHA1: 1a037717d63bc92a84d82addc3d5891357e0030a MD5sum: 60f6d9ed2e2d1de1850e1ad5e927bac5 Description: The ability to add definitions, include directories and libraries of a package to a target in the ament buildsystem in CMake. Package: ros-jazzy-ament-cmake-test Version: 2.5.6-2noble.20260225.121319 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 80 Depends: ros-jazzy-ament-cmake-core, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-cmake-test/ros-jazzy-ament-cmake-test_2.5.6-2noble.20260225.121319_arm64.deb Size: 15492 SHA256: 74e410ceac0181473937bf25a753ae0041c061e1e2a20d007b1928cea18dd50d SHA1: ce7fc904d261c2550ed10b172e30e410f2fae831 MD5sum: 6b406a0b0a8a18aa63536c51f10b368b Description: The ability to add tests in the ament buildsystem in CMake. Package: ros-jazzy-ament-cmake-uncrustify Version: 0.17.5-1noble.20260411.113331 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 50 Depends: ros-jazzy-ament-cmake-test, ros-jazzy-ament-uncrustify, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-cmake-uncrustify/ros-jazzy-ament-cmake-uncrustify_0.17.5-1noble.20260411.113331_arm64.deb Size: 8910 SHA256: 92f6728362853ebd03a8e4d4021ae2c0f68f55aab65d8866cda5b35f13d3023f SHA1: 22ed920ae7f29e92bbf034287ccc6eb1a188ed67 MD5sum: 24fccb793287251205cbcbdbd08b05bb Description: The CMake API for ament_uncrustify to check code against styleconventions using uncrustify. Package: ros-jazzy-ament-cmake-vendor-package Version: 2.5.6-2noble.20260225.122818 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 72 Depends: git, python3-vcstool, ros-jazzy-ament-cmake-core, ros-jazzy-ament-cmake-export-dependencies, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-cmake-vendor-package/ros-jazzy-ament-cmake-vendor-package_2.5.6-2noble.20260225.122818_arm64.deb Size: 11398 SHA256: 25a7a2a8b77beb453a8937b671efbeef6fd11ddbca5cf4ff89543993c10d020c SHA1: 004fe8021aa4faf676a051cc301bb5e93aa168f9 MD5sum: 95b377e80e7f80bafa9d861ed737b333 Description: Macros for maintaining a 'vendor' package. Package: ros-jazzy-ament-cmake-version Version: 2.5.6-2noble.20260225.115526 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 46 Depends: ros-jazzy-ament-cmake-core, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-cmake-version/ros-jazzy-ament-cmake-version_2.5.6-2noble.20260225.115526_arm64.deb Size: 7534 SHA256: ed538dffa6a1154cdbd150fe0ccb1d6fbb24dd212d5f25c78d97c334d6fc935e SHA1: f893d33d9f70a043efaf71a6ce8e6d5466af6082 MD5sum: 0192579803c3e617a1d180a605193dc4 Description: The ability to override the exported package version in the ament buildsystem. Package: ros-jazzy-ament-cmake-xmllint Version: 0.17.5-1noble.20260411.115523 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 48 Depends: ros-jazzy-ament-cmake-test, ros-jazzy-ament-xmllint, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-cmake-xmllint/ros-jazzy-ament-cmake-xmllint_0.17.5-1noble.20260411.115523_arm64.deb Size: 7428 SHA256: 3edc879966440017cacb667b11a51c9b9efd0a757540394b01b9c6aa95a48675 SHA1: 4d95617d3afd00ffd8ec147fc3445688f0c5b77f MD5sum: 58c0b6266595ec089ba62283abd0ad39 Description: The CMake API for ament_xmllint to check XML file using xmmlint. Package: ros-jazzy-ament-copyright Version: 0.17.5-1noble.20260410.225542 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 212 Depends: python3-importlib-metadata, ros-jazzy-ament-lint, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-copyright/ros-jazzy-ament-copyright_0.17.5-1noble.20260410.225542_arm64.deb Size: 52214 SHA256: bf00fd704bd6b9b04d5d575b36ebc42a1ba9e0f6a452f5cec94e3ef8941faecc SHA1: 3a2fd0a2f2d7f5c976a306ff509d323c89429611 MD5sum: ce8567e99db63dd93a0737082465d526 Description: The ability to check source files for copyright and license information. Package: ros-jazzy-ament-cppcheck Version: 0.17.5-1noble.20260410.080852 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 62 Depends: cppcheck, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-cppcheck/ros-jazzy-ament-cppcheck_0.17.5-1noble.20260410.080852_arm64.deb Size: 16652 SHA256: c129dea1c8cb3229e4efffb9070942d0e27fed980fb63d95a570776d81a75383 SHA1: 0f577c37146db3d79986e5cbdca98ee6a15c2e4a MD5sum: c5e6cfc424fe7495a1a3a7ce574e3a9f Description: The ability to perform static code analysis on C/C++ code using Cppcheck and generate xUnit test result files. Package: ros-jazzy-ament-cpplint Version: 0.17.5-1noble.20260410.080931 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 539 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-cpplint/ros-jazzy-ament-cpplint_0.17.5-1noble.20260410.080931_arm64.deb Size: 147110 SHA256: a8802a202199069a2e23d49764e281c9bc54bc3b9fcce97009adecbdde44942f SHA1: 51d2788d520d1d14e6d3840d2f1dff0c3b47c46f MD5sum: 868af2732f83bf9e24bbf855948ecda9 Description: The ability to check code against the Google style conventions using cpplint and generate xUnit test result files. Package: ros-jazzy-ament-download Version: 0.0.5-6noble.20260305.205543 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 53 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-download/ros-jazzy-ament-download_0.0.5-6noble.20260305.205543_arm64.deb Size: 8652 SHA256: fdde1acef065a88e4b2e76c7e2c92f9bf6c36e6dc769f00327b852712b320fb9 SHA1: 8e0149e3020081b2f3a7fd426aaf7bbff2af19f4 MD5sum: 4bee68f52eca0780334610475715eef0 Description: CMake macros for downloading files with ament Package: ros-jazzy-ament-flake8 Version: 0.17.5-1noble.20260411.112228 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 69 Depends: python3-flake8, python3-flake8-builtins, python3-flake8-comprehensions, python3-flake8-docstrings, python3-flake8-import-order, python3-flake8-quotes, ros-jazzy-ament-lint, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-flake8/ros-jazzy-ament-flake8_0.17.5-1noble.20260411.112228_arm64.deb Size: 17438 SHA256: 8d8eed7cfc6b10940efaf08d375d6908ff8d1dd6a4ed5d5db49f6e8dbac8e1fb SHA1: 85d190980893db27e24141e7034a4d5128b09cb4 MD5sum: de312b9bc337e710854052303160cfe6 Description: The ability to check code for style and syntax conventions with flake8. Package: ros-jazzy-ament-index-cpp Version: 1.8.4-1noble.20260519.010814 Architecture: arm64 Maintainer: "Dharini Dutia" Installed-Size: 144 Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/ament_index_cpp/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-index-cpp/ros-jazzy-ament-index-cpp_1.8.4-1noble.20260519.010814_arm64.deb Size: 27980 SHA256: 7ab1a1ddba87efdbc6a42afeb5324afec9e054830927ad43ef7ed30c0c698ae7 SHA1: 2d1103c34064ffb60998beb9fa7f34c367db6f07 MD5sum: 3a60265f5b8082a62b6b59e4a820f450 Description: C++ API to access the ament resource index. Package: ros-jazzy-ament-index-cpp-dbgsym Package-Type: ddeb Source: ros-jazzy-ament-index-cpp Version: 1.8.4-1noble.20260519.010814 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Dharini Dutia" Installed-Size: 484 Depends: ros-jazzy-ament-index-cpp (= 1.8.4-1noble.20260519.010814) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-index-cpp/ros-jazzy-ament-index-cpp-dbgsym_1.8.4-1noble.20260519.010814_arm64.deb Size: 455282 SHA256: b099af99145d440d5608acb73cc0db3fcd2ed541a94c2aa99cecb0feec4c3dad SHA1: c1c0fc518999d623c800f6c22bd8536da04f022b MD5sum: 94919cc14cefff7f66e2f09eb1b3cbec Description: debug symbols for ros-jazzy-ament-index-cpp Build-Ids: 6f57973d229ba143c5cf72443adf52d22bd6e2cb Package: ros-jazzy-ament-index-python Version: 1.8.4-1noble.20260519.010838 Architecture: arm64 Maintainer: "Dharini Dutia" Installed-Size: 75 Depends: ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/ament_index_python/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-index-python/ros-jazzy-ament-index-python_1.8.4-1noble.20260519.010838_arm64.deb Size: 14750 SHA256: 9585c9d7a877d8b8f294da557d844bd989765564d060828499e8e2cfd700cc84 SHA1: de61b4970dbe1bc8638f07eadb8a41c46bbdf6f8 MD5sum: 672ad6afde60e69d3d22cd795c793425 Description: Python API to access the ament resource index. Package: ros-jazzy-ament-lint Version: 0.17.5-1noble.20260410.080953 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 33 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-lint/ros-jazzy-ament-lint_0.17.5-1noble.20260410.080953_arm64.deb Size: 4808 SHA256: 6329b3e0920c98da191b7dac2c5842235cbf1fda0367b238f97f968ce32caff1 SHA1: a1c1a68f22a1553c012027863598a11d3cdb0b5b MD5sum: 063ae316e6e22a3ace78018c385e9c0a Description: Providing common API for ament linter packages. Package: ros-jazzy-ament-lint-auto Version: 0.17.5-1noble.20260410.081016 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 48 Depends: ros-jazzy-ament-cmake-core (>= 0.7.1), ros-jazzy-ament-cmake-test, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-lint-auto/ros-jazzy-ament-lint-auto_0.17.5-1noble.20260410.081016_arm64.deb Size: 7706 SHA256: 2058b8bd265e2cafba62bc90bd55bf0fe28f1f07f15c58103aad0ee4f32eac0e SHA1: a805d9e13227172dcdc0738c8510d5050339393b MD5sum: c0bfb34d6937ddfc6bdd2f1287084ef8 Description: The auto-magic functions for ease to use of the ament linters in CMake. Package: ros-jazzy-ament-lint-cmake Version: 0.17.5-1noble.20260410.125655 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 94 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-lint-cmake/ros-jazzy-ament-lint-cmake_0.17.5-1noble.20260410.125655_arm64.deb Size: 25760 SHA256: 003aafe024364a2e4f192cab53f93e6988f98cda8ee94524de845be4c25bda62 SHA1: eaecccdf0394618caddecb24fc102940a504ca6d MD5sum: 965c12978c650c519a504dcf547a3ab3 Description: The ability to lint CMake code using cmakelint and generate xUnit test result files. Package: ros-jazzy-ament-lint-common Version: 0.17.5-1noble.20260411.120318 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 48 Depends: ros-jazzy-ament-cmake-copyright, ros-jazzy-ament-cmake-core, ros-jazzy-ament-cmake-cppcheck, ros-jazzy-ament-cmake-cpplint, ros-jazzy-ament-cmake-flake8, ros-jazzy-ament-cmake-lint-cmake, ros-jazzy-ament-cmake-pep257, ros-jazzy-ament-cmake-uncrustify, ros-jazzy-ament-cmake-xmllint, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-lint-common/ros-jazzy-ament-lint-common_0.17.5-1noble.20260411.120318_arm64.deb Size: 7544 SHA256: fc133ed88b09cebee4d9118606583dc9c989914bba924e371e12acd697b9a9e0 SHA1: 20c989168ed1dde509010e9406b852768c65c0fb MD5sum: 96a49387e2753c7b01aea94c44e4609d Description: The list of commonly used linters in the ament build system in CMake. Package: ros-jazzy-ament-mypy Version: 0.17.5-1noble.20260410.125849 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 58 Depends: python3-mypy, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-mypy/ros-jazzy-ament-mypy_0.17.5-1noble.20260410.125849_arm64.deb Size: 13684 SHA256: fbf54303b328b408889e7549a711b4ced3efe4ff4aec0baa2b56e5d285e546e5 SHA1: 261496f8017cb56fc61f0d807164bee00572c7b1 MD5sum: cc030788342c8979563a42559129e0c2 Description: Support for mypy static type checking in ament. Package: ros-jazzy-ament-nodl Version: 0.1.0-7noble.20260305.211145 Architecture: arm64 Maintainer: Ubuntu Robotics Installed-Size: 47 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-nodl/ros-jazzy-ament-nodl_0.1.0-7noble.20260305.211145_arm64.deb Size: 6488 SHA256: 2facf6f7abde157fed70a33281b777874a72f06e9b8f64430e01b7dff518e0c4 SHA1: ab576ed4c2f3a1a4f2ce41f211c8740c715407ab MD5sum: 384c51fe6f568f37847b6182b1ea6f7b Description: Ament extension for exporting NoDL .xml files Package: ros-jazzy-ament-package Version: 0.16.5-1noble.20260121.175232 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 132 Depends: python3-importlib-metadata, python3-minimal, python3-setuptools Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-package/ros-jazzy-ament-package_0.16.5-1noble.20260121.175232_arm64.deb Size: 25926 SHA256: 48b48c946ffef07b6eb33ee5455c02c6b1af78876795b345a65cfafadeb16865 SHA1: 4a29d3ffbfb9be47a5ec15a7b4ffc6cb50ee3b5f MD5sum: 28aa4023bbcd1751ef1e2f96b6fc6d2c Description: The parser for the manifest files in the ament buildsystem. Package: ros-jazzy-ament-pclint Version: 0.17.5-1noble.20260410.224919 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 306 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-pclint/ros-jazzy-ament-pclint_0.17.5-1noble.20260410.224919_arm64.deb Size: 44102 SHA256: 95a3da23c76cd637ea5ff71829f4cd5721f68ef74c4e7f86c5a33994b20ee425 SHA1: 32d14d3bf979e1710c5e0cb3c951330079de4717 MD5sum: 5626ea6868b269db7417992e55b2d305 Description: The ability to perform static code analysis on C/C++ code using PC-lint and generate xUnit test result files. Package: ros-jazzy-ament-pep257 Version: 0.17.5-1noble.20260411.112251 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 58 Depends: pydocstyle, ros-jazzy-ament-lint, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-pep257/ros-jazzy-ament-pep257_0.17.5-1noble.20260411.112251_arm64.deb Size: 13616 SHA256: d3b8d15c2cf58697551e8be8af49863568d5ebd977f1fd4ea067b9e967fce762 SHA1: c3607e434c72d5d4718263e23c66a808e78c38f7 MD5sum: 5e65d2d0e30d945f168faf62bf255140 Description: The ability to check code against the docstring style conventions in PEP 257 and generate xUnit test result files. Package: ros-jazzy-ament-pycodestyle Version: 0.17.5-1noble.20260410.224947 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 50 Depends: python3-pycodestyle, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-pycodestyle/ros-jazzy-ament-pycodestyle_0.17.5-1noble.20260410.224947_arm64.deb Size: 11024 SHA256: 6989c5b0a56b530fae3ea9baa16c0f42988c71d7b5e9f0d49135c6b5d0528626 SHA1: 7d66ba041f2a839858ff44bc11be334798042804 MD5sum: 791d2315ed930e27b659ce855ba48307 Description: The ability to check code against the style conventions in PEP 8 and generate xUnit test result files. Package: ros-jazzy-ament-pyflakes Version: 0.17.5-1noble.20260410.225014 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 52 Depends: pyflakes3, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-pyflakes/ros-jazzy-ament-pyflakes_0.17.5-1noble.20260410.225014_arm64.deb Size: 12230 SHA256: 1253e9c96605ce9164e6a185bed3cc6cba670f290e3f7cf1f427e5a4833f2f5d SHA1: b08472e6449fd09f5e807fadd1be893e8a0d2db3 MD5sum: a2301b5d1b709998fd03f8f3625843eb Description: The ability to check code using pyflakes and generate xUnit test result files. Package: ros-jazzy-ament-uncrustify Version: 0.17.5-1noble.20260410.225047 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 322 Depends: ros-jazzy-uncrustify-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-uncrustify/ros-jazzy-ament-uncrustify_0.17.5-1noble.20260410.225047_arm64.deb Size: 50786 SHA256: 40b97b38fb4d681e1c587e5b792cf031fc8601f2eb815e98dc47724d0abad9c7 SHA1: 694e70ab30893273bdf7d92fab1f93201cbc6800 MD5sum: 7d989d1562c365c5107cb894680c38f1 Description: The ability to check code against style conventions using uncrustify and generate xUnit test result files. Package: ros-jazzy-ament-vitis Version: 0.10.1-5noble.20260305.225327 Architecture: arm64 Maintainer: Víctor Mayoral Vilches Installed-Size: 88 Depends: ros-jazzy-ament-acceleration, ros-jazzy-ament-cmake-core, ros-jazzy-ament-cmake-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-vitis/ros-jazzy-ament-vitis_0.10.1-5noble.20260305.225327_arm64.deb Size: 15274 SHA256: 2a2fc85e27866ccaff447ba98dd04c46b03b2faefcee4c5be7080b501d70e4b2 SHA1: 6634ca05b0c63a8c95dc295575a74561e5a1340b MD5sum: 11723199199c98ad684c29750cd7036d Description: CMake macros and utilities to include Vitis platform into the ROS 2 build system (ament) and its development flows. Package: ros-jazzy-ament-xmllint Version: 0.17.5-1noble.20260411.112313 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 57 Depends: libxml2-utils, ros-jazzy-ament-lint, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-xmllint/ros-jazzy-ament-xmllint_0.17.5-1noble.20260411.112313_arm64.deb Size: 13658 SHA256: 731d5f9bed9c11d1ad27ce85e7e34ec9994a6947f3e8cc52e17bc93f33297a90 SHA1: 8f0804724e53ffb42cecec67767ce2253d025094 MD5sum: b1de7148494d2c48b3a8b6577b34fac0 Description: The ability to check XML files like the package manifest using xmllint and generate xUnit test result files. Package: ros-jazzy-angles Version: 1.16.1-1noble.20260305.211211 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 89 Depends: ros-jazzy-ament-cmake, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/angles Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-angles/ros-jazzy-angles_1.16.1-1noble.20260305.211211_arm64.deb Size: 13864 SHA256: bad3d4d87c0bec0045321c417b7930c59f632853c9bd2189f9eef8e3934b7a25 SHA1: 58d1e2c7b8f5cf61ae37520109b5748172ca380f MD5sum: 8898667bea518c6aba401165e33e56cd 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-jazzy-apex-test-tools Version: 0.0.2-9noble.20260305.211539 Architecture: arm64 Maintainer: Apex.AI, Inc. Installed-Size: 56 Depends: ros-jazzy-ament-cmake-gtest, ros-jazzy-osrf-testing-tools-cpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apex-test-tools/ros-jazzy-apex-test-tools_0.0.2-9noble.20260305.211539_arm64.deb Size: 7910 SHA256: f31a724cf356ed4b25f9c5fbf7f362f69a1d19fc0333caef1e9eb99138d1c2de SHA1: b2fe4ae706951fa253ef39d7957c74e845a5cd7d MD5sum: ba51e08856ee55a322091ee3cd819d3e Description: The package Apex.OS Test Tools contains test helpers Package: ros-jazzy-apriltag Version: 3.4.5-1noble.20260225.134000 Architecture: arm64 Maintainer: Max Krogius Installed-Size: 1909 Depends: libc6 (>= 2.38), ros-jazzy-ros-workspace Homepage: https://april.eecs.umich.edu/software/apriltag.html Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag/ros-jazzy-apriltag_3.4.5-1noble.20260225.134000_arm64.deb Size: 1154430 SHA256: cc7c3011e8a2618a01f3faac823bd0d93b71add55c1789d0deeebeda917b5daa SHA1: 10c2d176d3f75be4ba0399f73a230cb5ddf00759 MD5sum: 0efabd8e4ae4d307eadbafa7f4d78617 Description: AprilTag detector library Package: ros-jazzy-apriltag-dbgsym Package-Type: ddeb Source: ros-jazzy-apriltag Version: 3.4.5-1noble.20260225.134000 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Max Krogius Installed-Size: 413 Depends: ros-jazzy-apriltag (= 3.4.5-1noble.20260225.134000) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag/ros-jazzy-apriltag-dbgsym_3.4.5-1noble.20260225.134000_arm64.deb Size: 321602 SHA256: 98429e28b67bf38761dad68875e40e9c33658912bf3953fce48b7e28c34da356 SHA1: 0e20445e51e296753078b51da7ff20cf801bacd3 MD5sum: 407c34b03479424a55f5ecfab75f2986 Description: debug symbols for ros-jazzy-apriltag Build-Ids: 22a25f2739cddd40c0aba2ec38e2192bf3422b48 54b5857b12ebbda0f0ea0864ea00fe3438e8aa3e 857696fc424d5d4301c4d93084d00c95e366e0a1 Package: ros-jazzy-apriltag-detector Version: 3.1.0-1noble.20260519.213641 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 535 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-apriltag-msgs, ros-jazzy-cv-bridge, ros-jazzy-image-transport, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag-detector/ros-jazzy-apriltag-detector_3.1.0-1noble.20260519.213641_arm64.deb Size: 127510 SHA256: 9894bad32cb7f10137c48cd1ad0432cf495e2a7d4e30a8e8aae089916279d5cb SHA1: 890e8f7419a7aebaa393878ae372926cb7f9ba3c MD5sum: e49a83508008312c66131eb00e661cfd Description: ROS2 package for apriltag detection Package: ros-jazzy-apriltag-detector-dbgsym Package-Type: ddeb Source: ros-jazzy-apriltag-detector Version: 3.1.0-1noble.20260519.213641 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 2123 Depends: ros-jazzy-apriltag-detector (= 3.1.0-1noble.20260519.213641) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag-detector/ros-jazzy-apriltag-detector-dbgsym_3.1.0-1noble.20260519.213641_arm64.deb Size: 1938898 SHA256: 17e4550bef7afabec2caf52e46bd9e7bfbcd50d50d12566b219ed77ef7c53848 SHA1: 3381bd6a2e53e6b9f8d2d4f9c1d0d4ad4d27ede9 MD5sum: a4d4d2347b816939d40633e180298099 Description: debug symbols for ros-jazzy-apriltag-detector Build-Ids: 8a1237379db72bf9a515995ede832c2a248a7018 ee9c495f308f0cfaa933acb0c69b1a7754861886 Package: ros-jazzy-apriltag-detector-mit Version: 3.1.0-1noble.20260519.214349 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 130 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-apriltag-detector, ros-jazzy-apriltag-mit, ros-jazzy-apriltag-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag-detector-mit/ros-jazzy-apriltag-detector-mit_3.1.0-1noble.20260519.214349_arm64.deb Size: 27412 SHA256: bb335da2e19da70a6b3ea61d1ab0bb291897cb12c39a8f93191c30946239f3f2 SHA1: 909b808731a7eeff65d91e8bee21992becff1128 MD5sum: 3a690b026c4735e16b703ffb48b2bb61 Description: ROS package for apriltag detection with MIT detector Package: ros-jazzy-apriltag-detector-mit-dbgsym Package-Type: ddeb Source: ros-jazzy-apriltag-detector-mit Version: 3.1.0-1noble.20260519.214349 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 466 Depends: ros-jazzy-apriltag-detector-mit (= 3.1.0-1noble.20260519.214349) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag-detector-mit/ros-jazzy-apriltag-detector-mit-dbgsym_3.1.0-1noble.20260519.214349_arm64.deb Size: 436554 SHA256: 21820a8ac225edc8fb9e2c9d61d5742098348671a15b67a4fb5ce7dfd30b9f00 SHA1: 496d88088a0fe2207ff0100f15671133891aee26 MD5sum: 22b046966504d07a75868cb1044ef5b9 Description: debug symbols for ros-jazzy-apriltag-detector-mit Build-Ids: 78d2c5c42ca26e7726b451e1f3ff2d22f8ca2c19 Package: ros-jazzy-apriltag-detector-umich Version: 3.1.0-1noble.20260519.214410 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 131 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-apriltag, libopencv-dev, ros-jazzy-apriltag-detector, ros-jazzy-apriltag-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag-detector-umich/ros-jazzy-apriltag-detector-umich_3.1.0-1noble.20260519.214410_arm64.deb Size: 22584 SHA256: 3d76b625ff28f171e69d1ca72d61c0d666d7154f3f066a707972a306f733a148 SHA1: 2d884c31ef89414be17f64266681cafc731e6886 MD5sum: af4dcca7caba89d000b49e92948ea2e3 Description: ROS package for apriltag detection with the UMich detector Package: ros-jazzy-apriltag-detector-umich-dbgsym Package-Type: ddeb Source: ros-jazzy-apriltag-detector-umich Version: 3.1.0-1noble.20260519.214410 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 445 Depends: ros-jazzy-apriltag-detector-umich (= 3.1.0-1noble.20260519.214410) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag-detector-umich/ros-jazzy-apriltag-detector-umich-dbgsym_3.1.0-1noble.20260519.214410_arm64.deb Size: 414740 SHA256: 20acbc4bf5d320cee2cd6d32e52056bbdcce10e8c5371e539118a063ef024023 SHA1: 6da3778676311b279b72e97603d62adf86998499 MD5sum: 5776c56415c0f8c1ed2f2a6f0f3e9599 Description: debug symbols for ros-jazzy-apriltag-detector-umich Build-Ids: 984340949d25deec2dcdb38483c6775596f7e0a0 Package: ros-jazzy-apriltag-draw Version: 3.1.0-1noble.20260519.233553 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 720 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), ros-jazzy-apriltag-msgs, ros-jazzy-cv-bridge, ros-jazzy-image-transport, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag-draw/ros-jazzy-apriltag-draw_3.1.0-1noble.20260519.233553_arm64.deb Size: 140442 SHA256: e4383d5bd1a33861464f4bd236cbacd8e09fc87251dc54ef384b88a04dfb5377 SHA1: 0a927f5a248f541ae8a0a8e96547236ad9c160a7 MD5sum: adb8c2f1b9a471d5188cfc70db92bd30 Description: ROS package for drawing apriltags on image Package: ros-jazzy-apriltag-draw-dbgsym Package-Type: ddeb Source: ros-jazzy-apriltag-draw Version: 3.1.0-1noble.20260519.233553 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 2971 Depends: ros-jazzy-apriltag-draw (= 3.1.0-1noble.20260519.233553) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag-draw/ros-jazzy-apriltag-draw-dbgsym_3.1.0-1noble.20260519.233553_arm64.deb Size: 2568098 SHA256: b7ed0da6a8b69fa60a55022813b43e9487e67020a5fd6cd538403bc8d358cf94 SHA1: bfb0b9749ae2fb9427ce802c1bdd873403e63101 MD5sum: 48ff31bf0c74126f9f29950451af6384 Description: debug symbols for ros-jazzy-apriltag-draw Build-Ids: 8802c0fd6c6897de4e985817ce1f5fbc0312c324 bc17df41c1e3f40757d5360719ba821ef73cbe3c Package: ros-jazzy-apriltag-mit Version: 1.0.3-1noble.20260225.134032 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 250 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), clang-tidy, libboost-dev, libeigen3-dev, libopencv-dev, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag-mit/ros-jazzy-apriltag-mit_1.0.3-1noble.20260225.134032_arm64.deb Size: 75786 SHA256: 59eb60ca077e444c076ba4bc3fb2f9814516ead57eec9f8ca5ff11da51459e22 SHA1: 35da3f9c3a3cc2794f65686e1416af95fa36fdd7 MD5sum: bb2ef990f6d3b79e9f37bb5fbcd3f47e Description: ROS2 package wrapper for the MIT apriltag detector Package: ros-jazzy-apriltag-mit-dbgsym Package-Type: ddeb Source: ros-jazzy-apriltag-mit Version: 1.0.3-1noble.20260225.134032 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 843 Depends: ros-jazzy-apriltag-mit (= 1.0.3-1noble.20260225.134032) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag-mit/ros-jazzy-apriltag-mit-dbgsym_1.0.3-1noble.20260225.134032_arm64.deb Size: 814344 SHA256: 85e456553fa592d409a6e706a317c9bbf5bec9976e152ba7295b77cb2dffc916 SHA1: d746fb6044cb1f2213511d704efed17bda4c9f0a MD5sum: 3f769365623bd27836be9491345d322e Description: debug symbols for ros-jazzy-apriltag-mit Build-Ids: 3ca5208a2f23afc91a278d1c242e8a948cfc4427 Package: ros-jazzy-apriltag-msgs Version: 2.0.1-5noble.20260519.181138 Architecture: arm64 Maintainer: Christian Rauch Installed-Size: 1240 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag-msgs/ros-jazzy-apriltag-msgs_2.0.1-5noble.20260519.181138_arm64.deb Size: 73412 SHA256: 0894644929ec471c846b7ea6d62b6cc2e0925fae322393edf6a7d758ec1d13af SHA1: 41296e7b7589bec48bfc8dd8f60278a6b3db75e7 MD5sum: 2483d8bb8b8b422dac418c48c7e2bbb7 Description: AprilTag message definitions Package: ros-jazzy-apriltag-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-apriltag-msgs Version: 2.0.1-5noble.20260519.181138 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christian Rauch Installed-Size: 586 Depends: ros-jazzy-apriltag-msgs (= 2.0.1-5noble.20260519.181138) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag-msgs/ros-jazzy-apriltag-msgs-dbgsym_2.0.1-5noble.20260519.181138_arm64.deb Size: 424378 SHA256: 1d6d64abc20f575546baab59514b58b326104f48a31a1ef89dffc64c8c1d9e86 SHA1: e6f61c7b2ab4f435238a0c37377c0e324cf911e0 MD5sum: 26455748360421ef98d9d89350129e88 Description: debug symbols for ros-jazzy-apriltag-msgs Build-Ids: 7792347d855e7b18da9a7e9b7d346155e2ac20ce 7d29fce69edc78de22605f51c4331f3daad5742a 880ccf55f20acf70a5507d6775069a60b2da479c 9e53043a3ef982b36209dae15e83f9becaea766a b83bd7e281be8e7b91bb964e372856b7dd9e7fe2 ceb182de98aa16ffddf09294273be6df1343752a cfa5fe09063c205c0f64150cc0683ad6077120ac d85e46048ee0371407d355a97f7f59aa5f7c3be4 e4b70f2a18797ee2da967f998237e10736aa49c8 e8da13065248f6224170aaf55b5460385e475e94 f3af05a4c5144df31c62c8b6c91236933c7cd558 Package: ros-jazzy-apriltag-ros Version: 3.3.0-1noble.20260520.051205 Architecture: arm64 Maintainer: Christian Rauch Installed-Size: 445 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), ros-jazzy-apriltag, ros-jazzy-apriltag-msgs, ros-jazzy-camera-ros, ros-jazzy-cv-bridge, ros-jazzy-image-proc, ros-jazzy-image-transport, ros-jazzy-image-transport-plugins, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag-ros/ros-jazzy-apriltag-ros_3.3.0-1noble.20260520.051205_arm64.deb Size: 118196 SHA256: d28ecacedaa3ed4e67068bf3b1819004b2669fb550a3ff16565441af88921f7a SHA1: be04a2035907e704ae03be64a0da00486f5991c9 MD5sum: d37ae4678d8650bf051d7c48801edd64 Description: AprilTag detection node Package: ros-jazzy-apriltag-ros-dbgsym Package-Type: ddeb Source: ros-jazzy-apriltag-ros Version: 3.3.0-1noble.20260520.051205 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christian Rauch Installed-Size: 2430 Depends: ros-jazzy-apriltag-ros (= 3.3.0-1noble.20260520.051205) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag-ros/ros-jazzy-apriltag-ros-dbgsym_3.3.0-1noble.20260520.051205_arm64.deb Size: 2234128 SHA256: 1592877b4aef0efde1640ed5a1f4a3d636bc2cea306a48ff863b60727e0750a8 SHA1: 223a7f584dff836c1f9d67c765a4f8237f94bb9c MD5sum: 6231fd8b9ac4c0773e5c151b60785215 Description: debug symbols for ros-jazzy-apriltag-ros Build-Ids: 20ac60337379fc3edb38de03f05b1911b3b78e9e 9c74d78144b4345182a5dc94a9e5220a7d6d9980 Package: ros-jazzy-apriltag-tools Version: 3.1.0-1noble.20260520.051102 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 110 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-apriltag-detector, ros-jazzy-apriltag-draw, ros-jazzy-apriltag-msgs, ros-jazzy-rclcpp, ros-jazzy-rosbag2-transport, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag-tools/ros-jazzy-apriltag-tools_3.1.0-1noble.20260520.051102_arm64.deb Size: 24180 SHA256: 9975e877bd62f4afd103d30b09b26ddff5c856fdd4e5c8ea2f8b058c9b1c12ed SHA1: df49394aa9b079648655a609631f1e899aacc109 MD5sum: 2a19354c15d1cea6bcf8e7d063f39c0d Description: misc tools for working with apriltags under ROS2 Package: ros-jazzy-apriltag-tools-dbgsym Package-Type: ddeb Source: ros-jazzy-apriltag-tools Version: 3.1.0-1noble.20260520.051102 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 511 Depends: ros-jazzy-apriltag-tools (= 3.1.0-1noble.20260520.051102) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag-tools/ros-jazzy-apriltag-tools-dbgsym_3.1.0-1noble.20260520.051102_arm64.deb Size: 469254 SHA256: 31cb9ae89f843ab1938158eb9568f47273f17e6333631238fc1f3e99f3c5bb9b SHA1: 31fc81cd496f58f1b82c830edcc2ed5fada5188e MD5sum: 76b6347d6a86d0e23a5d1f8c3a6f3819 Description: debug symbols for ros-jazzy-apriltag-tools Build-Ids: 28059fd01ee3c5f1ec2459e09cd3e2dafa3a59fe Package: ros-jazzy-ardrone-sdk Version: 2.0.3-1noble.20260305.210136 Architecture: arm64 Maintainer: victor Installed-Size: 11540 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-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ardrone-sdk/ros-jazzy-ardrone-sdk_2.0.3-1noble.20260305.210136_arm64.deb Size: 1269556 SHA256: 3c22e40b0a63cb4275e911277f1bba808ded16a29a751c8f096460a17b2bb948 SHA1: 45c13c8956a7740385c6ffd640812cd173920c17 MD5sum: 47e6dcf8ba10c526e48df936d9d5adf8 Description: Exports ARSDK3 as a library Package: ros-jazzy-ardrone-sdk-dbgsym Package-Type: ddeb Source: ros-jazzy-ardrone-sdk Version: 2.0.3-1noble.20260305.210136 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: victor Installed-Size: 4473 Depends: ros-jazzy-ardrone-sdk (= 2.0.3-1noble.20260305.210136) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ardrone-sdk/ros-jazzy-ardrone-sdk-dbgsym_2.0.3-1noble.20260305.210136_arm64.deb Size: 3466900 SHA256: 3275256df1e43298f7660692ac68cbd23e5f0980eff6a045c24381f323ecf44e SHA1: 820ff8346a35bb90482d30c3c7d78beef09161d0 MD5sum: 2e0f0621fae370fea17e9b7f1afc62c2 Description: debug symbols for ros-jazzy-ardrone-sdk Build-Ids: afa787ecc0889bce6f29f2fb4dd0ac09426b136b c5b97fda850d719a671d5e2bf763893a1fb4d45c Package: ros-jazzy-ardrone-sumo Version: 2.0.3-1noble.20260520.011037 Architecture: arm64 Maintainer: victor Installed-Size: 752 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libopencv-dev, ros-jazzy-ardrone-sdk, ros-jazzy-cv-bridge, ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ardrone-sumo/ros-jazzy-ardrone-sumo_2.0.3-1noble.20260520.011037_arm64.deb Size: 153706 SHA256: 8e0b554c355f70f0f37e1403e7fe53c728557762cfb557d7b23f590bbe98d81e SHA1: 06bff46750ca0f2cbde4e66f19481354d5d52896 MD5sum: 5ce7f82e517c0e91e88cd052c22b6c70 Description: Control the Parrot JumpingSumo drone via ROS2 topics Package: ros-jazzy-ardrone-sumo-dbgsym Package-Type: ddeb Source: ros-jazzy-ardrone-sumo Version: 2.0.3-1noble.20260520.011037 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: victor Installed-Size: 3249 Depends: ros-jazzy-ardrone-sumo (= 2.0.3-1noble.20260520.011037) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ardrone-sumo/ros-jazzy-ardrone-sumo-dbgsym_2.0.3-1noble.20260520.011037_arm64.deb Size: 2803260 SHA256: 32b1aac615afdc5002ed3a572376eca65c7c951aa0226d3fde323b960f1c99c7 SHA1: 6ec083e7c36fd56f06b68174c4a23d61dd9477d2 MD5sum: 104ceff33b6a0f7a47a6ffd23e3bb794 Description: debug symbols for ros-jazzy-ardrone-sumo Build-Ids: b571137c3ceb1a5a258f4400149b6bafb6642aa7 Package: ros-jazzy-aruco Version: 5.0.5-1noble.20260520.041840 Architecture: arm64 Maintainer: Sai Kishor Kothakota Installed-Size: 806 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-features2d406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libeigen3-dev, ros-jazzy-cv-bridge, ros-jazzy-ros-workspace Homepage: http://www.uco.es/investiga/grupos/ava/node/26 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-aruco/ros-jazzy-aruco_5.0.5-1noble.20260520.041840_arm64.deb Size: 283056 SHA256: ef61dedfb1d3ce0cb53fdd465b1d159f7af300dd526f2258391614a44b23c2f2 SHA1: 6b52208c39c1a893cb535c087d0a4350d6c9c21a MD5sum: c17ec693d2c2c589e8f5738109ccfcc1 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-jazzy-aruco-dbgsym Package-Type: ddeb Source: ros-jazzy-aruco Version: 5.0.5-1noble.20260520.041840 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Sai Kishor Kothakota Installed-Size: 4432 Depends: ros-jazzy-aruco (= 5.0.5-1noble.20260520.041840) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-aruco/ros-jazzy-aruco-dbgsym_5.0.5-1noble.20260520.041840_arm64.deb Size: 4315904 SHA256: 5b0e926022ebcfd92f84d12e26993057704ca3ae146284af4cb7728331ef3206 SHA1: 0cfb698b8ddd16668092950bcb625160422f7413 MD5sum: 5e5c76f9eebc269b78abd72d03a6d10a Description: debug symbols for ros-jazzy-aruco Build-Ids: 403bf12aeef28fc21ea86a09763385891f599aa3 Package: ros-jazzy-aruco-markers Version: 0.0.2-1noble.20260520.004137 Architecture: arm64 Maintainer: David Brown Installed-Size: 3661 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-contrib406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libopencv-dev, ros-jazzy-aruco-markers-msgs, ros-jazzy-cv-bridge, ros-jazzy-geometry-msgs, ros-jazzy-image-transport, ros-jazzy-sensor-msgs, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://github.com/namo-robotics/aruco_markers Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-aruco-markers/ros-jazzy-aruco-markers_0.0.2-1noble.20260520.004137_arm64.deb Size: 389318 SHA256: 8410d25bbc2ed1afacd46545be0d7ae6636f54d50845fbd710930f0c09941c3d SHA1: 3eb6bd7b18fa4d30a0155c131023c29f9f5326c7 MD5sum: f2a161ddf23e95705cbf46c4bcab61b9 Description: A ros2 node for detecting aruco markers in camera images Package: ros-jazzy-aruco-markers-dbgsym Package-Type: ddeb Source: ros-jazzy-aruco-markers Version: 0.0.2-1noble.20260520.004137 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David Brown Installed-Size: 4660 Depends: ros-jazzy-aruco-markers (= 0.0.2-1noble.20260520.004137) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-aruco-markers/ros-jazzy-aruco-markers-dbgsym_0.0.2-1noble.20260520.004137_arm64.deb Size: 4054958 SHA256: 8dd00aa1ea091f380cc3c6e403086a864566e499e66cb691cd0496959823322d SHA1: 3f88de7d08334373c23644a97ca72d1b1cb079c6 MD5sum: f4156f2ae4352e01916f0fde8879bfd2 Description: debug symbols for ros-jazzy-aruco-markers Build-Ids: 2b1f9eb78e1225ad4d2440f48f34d2ccfc89cee7 Package: ros-jazzy-aruco-markers-msgs Version: 0.0.2-1noble.20260519.192241 Architecture: arm64 Maintainer: David Brown Installed-Size: 1132 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/namo-robotics/aruco_markers Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-aruco-markers-msgs/ros-jazzy-aruco-markers-msgs_0.0.2-1noble.20260519.192241_arm64.deb Size: 61016 SHA256: 39add64c977fd97ef8b1c8c9e4c67847910e14dc5e294ac0a61120b8f4d96379 SHA1: bdf08a82d8ecf9f63899ac0344c392cbb06376be MD5sum: 6344ce3982177c0136a4ce85a3ddcf52 Description: The aruco_markers_msgs package Package: ros-jazzy-aruco-markers-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-aruco-markers-msgs Version: 0.0.2-1noble.20260519.192241 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David Brown Installed-Size: 462 Depends: ros-jazzy-aruco-markers-msgs (= 0.0.2-1noble.20260519.192241) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-aruco-markers-msgs/ros-jazzy-aruco-markers-msgs-dbgsym_0.0.2-1noble.20260519.192241_arm64.deb Size: 323590 SHA256: a195c7c10cc922ec08246f284baf179671f223ddfacb36fef516182b5fcedc97 SHA1: 0d7e0f76d446d72aeb5c62cb69214196bda73f7d MD5sum: 0a8511a50cf44573a748d8c956a0af7a Description: debug symbols for ros-jazzy-aruco-markers-msgs Build-Ids: 0b2bae067bd886d3a12184c6d0155ae10235bf94 27b7dec234a37903107799a49f39ca3f8537bec0 2803d8fb28223e9448518b41e13970541c5a9cbd 4e09e52c3de468b3f7fb208c0e1c801eb8664ca0 5665c8d41204da164c92deff54954a88e67d85a7 65f9ecff89282ca73dbde117c6b1a99405264fa8 709ffefaaf97aa78518e47c902b67216c1707495 85a9e610ff8a6b30c96d73d014fd7fae531c5187 99749c6a6c4661cd6cb5c3362f20a71e1e922953 a81c8ab9cc546e734875ee1f6f424b1d16ccc20f d820e9fba706cb7d56956571bd44fad177dba799 Package: ros-jazzy-aruco-msgs Version: 5.0.5-1noble.20260519.192225 Architecture: arm64 Maintainer: Sai Kishor Kothakota Installed-Size: 1119 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/pal-robotics/aruco_ros Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-aruco-msgs/ros-jazzy-aruco-msgs_5.0.5-1noble.20260519.192225_arm64.deb Size: 60270 SHA256: 644b2ddb604370a707e7996c02b2a2cf083397dac0a2b1b7246f9243d1167bc5 SHA1: 7666386791f1f4c746b39696783dbf3d1795d1ab MD5sum: 139ad84ec8f664ae3c595439f926ab1d Description: The aruco_msgs package Package: ros-jazzy-aruco-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-aruco-msgs Version: 5.0.5-1noble.20260519.192225 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Sai Kishor Kothakota Installed-Size: 456 Depends: ros-jazzy-aruco-msgs (= 5.0.5-1noble.20260519.192225) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-aruco-msgs/ros-jazzy-aruco-msgs-dbgsym_5.0.5-1noble.20260519.192225_arm64.deb Size: 321532 SHA256: 0eefd878a94e8b2558346606424ed3e1c25294696c7002f38818ce360ed8736d SHA1: 4c85259c145e7eb829ddfd40e817e162af2b7b53 MD5sum: 48128efcb7f370f610ccc74d7af97638 Description: debug symbols for ros-jazzy-aruco-msgs Build-Ids: 02a49cf20a690460fbe21261565e7508a36e9b57 08fa8b1e1980e1edb0128d9282be26d498d75aa9 1f98ae459d97126669d048584a2235e679e14ad4 37fd31c41881a599dbe9b9a1d02670b74ebfc77b 59b29d22516a2d57680b10c0104629c7009e5529 6451af793816a8afe71608c5c9879201dcfed738 c1e28ea2b468edbb69a693b52a79f55c53a4553d ed073c76480019b0efb739fa954b58b3b330506f fbf4f751a62756e7ebbd28f6ed7769e6e91fb03b fdec0231fa1cfcccb2390a2cc6fc49b57d40fb36 fff0dd10df0806f3ae1e6743df07461dbc783555 Package: ros-jazzy-aruco-opencv Version: 6.1.2-1noble.20260520.015940 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 1553 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-contrib406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libyaml-cpp-dev, python3-img2pdf, python3-numpy, python3-opencv, ros-jazzy-aruco-opencv-msgs, ros-jazzy-cv-bridge, ros-jazzy-image-transport, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclcpp-lifecycle, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/aruco_opencv/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-aruco-opencv/ros-jazzy-aruco-opencv_6.1.2-1noble.20260520.015940_arm64.deb Size: 274038 SHA256: 40ce4f1a2f46ef449820402c5fad6c60707e0d40e685cde660b053fc51a1d536 SHA1: 2e945afc64923b6b7819df1faee33c8f3ce1c5dd MD5sum: bf56adbe9cdc0a8a484e65bcaaeba53f Description: ArUco marker detection using aruco module from OpenCV libraries. Package: ros-jazzy-aruco-opencv-dbgsym Package-Type: ddeb Source: ros-jazzy-aruco-opencv Version: 6.1.2-1noble.20260520.015940 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fictionlab Installed-Size: 7555 Depends: ros-jazzy-aruco-opencv (= 6.1.2-1noble.20260520.015940) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-aruco-opencv/ros-jazzy-aruco-opencv-dbgsym_6.1.2-1noble.20260520.015940_arm64.deb Size: 6336546 SHA256: 8ce53aff5ad90f3a2281c27217199e1fc14aeee0340863a2019828d5075fc614 SHA1: 43188bd68fa84dc13b9df9094326a9d201193654 MD5sum: e5b3ff6967a8edacd9f94c401b44478c Description: debug symbols for ros-jazzy-aruco-opencv Build-Ids: 37756097388428bcc1d62266327943784591381f 54db35fc7e03e931593fbfca22427e3ec4fdab54 c1aad8b2f927d7ea167fbb3fcce4c6ad4204bde6 Package: ros-jazzy-aruco-opencv-msgs Version: 6.1.2-1noble.20260519.192319 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 1228 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/aruco_opencv_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-aruco-opencv-msgs/ros-jazzy-aruco-opencv-msgs_6.1.2-1noble.20260519.192319_arm64.deb Size: 70604 SHA256: fac869b0ffaef942da5bb39cb38390ccd641661037f0311278d168a930d30c75 SHA1: 6fe110eefdea81ea33fad1dfa7fd6cb7ee548f78 MD5sum: baa786fa054a36ece11b1c806e6dfd15 Description: Message definitions for aruco_opencv package. Package: ros-jazzy-aruco-opencv-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-aruco-opencv-msgs Version: 6.1.2-1noble.20260519.192319 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fictionlab Installed-Size: 589 Depends: ros-jazzy-aruco-opencv-msgs (= 6.1.2-1noble.20260519.192319) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-aruco-opencv-msgs/ros-jazzy-aruco-opencv-msgs-dbgsym_6.1.2-1noble.20260519.192319_arm64.deb Size: 424168 SHA256: 232eece0b5e5e28950c286c71bf3df29331f8b23faefc1b2597eb10f995a4ead SHA1: 4d213cdcc9f3c40490fd37dc085dc614e3f4b9bd MD5sum: 6eec047150dee7c55357df4afcad26d9 Description: debug symbols for ros-jazzy-aruco-opencv-msgs Build-Ids: 14641c3de720d39a062deb922a4a72253a6b1cf5 2225ab158cf0c492d5dfd6da6b47d82959a3fafb 395c38cb0e661444d2c70fbbd1679bb2efe26eda 76482551d100e7d6b2ea4ea63cfb177f9587d75a 7a96e43b54922a27e1eeabc8b8aa55797753f485 82acf21e972e085c03e4e8f85f0d1e9691bccc9a a93769ec4bf836172d877244583ccecb7c599cce aaf014320d41b5064c1d08476c652e7ff65eb0bd b5e18b0116c8244c078b4dda147a72ecc75a2c21 bd5b5194df5a6349a62ba515be8bc9d3a0999023 c6e0c04d4b782939fc84db240d3d91fbb302a4fd Package: ros-jazzy-aruco-ros Version: 5.0.5-1noble.20260520.043150 Architecture: arm64 Maintainer: Sai Kishor Kothakota Installed-Size: 2661 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-flann406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), ros-jazzy-aruco, ros-jazzy-aruco-msgs, ros-jazzy-cv-bridge, ros-jazzy-geometry-msgs, ros-jazzy-image-transport, ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: http://www.uco.es/investiga/grupos/ava/node/26 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-aruco-ros/ros-jazzy-aruco-ros_5.0.5-1noble.20260520.043150_arm64.deb Size: 536606 SHA256: 42b3fce9d94fbf55f81fb624198b950f9133c2becd790917f72b1c82228e415e SHA1: 8a4ecd006e56522a6ece52fd6dfd57d23297e8f7 MD5sum: 70ef0ba15485661a9db3cf3f803e5282 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-jazzy-aruco-ros-dbgsym Package-Type: ddeb Source: ros-jazzy-aruco-ros Version: 5.0.5-1noble.20260520.043150 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Sai Kishor Kothakota Installed-Size: 13084 Depends: ros-jazzy-aruco-ros (= 5.0.5-1noble.20260520.043150) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-aruco-ros/ros-jazzy-aruco-ros-dbgsym_5.0.5-1noble.20260520.043150_arm64.deb Size: 11349256 SHA256: 787cbe569ca357106bab6ef19bbc7f129022029685c60d86df42cd99e83aa705 SHA1: 144d70131d0093708c68dd4ef88b0616d23746d5 MD5sum: 19ea19b6cdc0f71ef6a8136d618a42f5 Description: debug symbols for ros-jazzy-aruco-ros Build-Ids: 6414dbb85b628353bae093735d7079836021adf2 749a9c1d6e7f9e36cdf4909d5fed899139b29df4 8da7e508890ae1ae386e27224c487fed8fb6ab95 c2e00346f84a016e92c54cf68d075bd87a6cd188 Package: ros-jazzy-asio-cmake-module Version: 1.2.0-4noble.20260305.211237 Architecture: arm64 Maintainer: Esteve Fernandez Installed-Size: 44 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-asio-cmake-module/ros-jazzy-asio-cmake-module_1.2.0-4noble.20260305.211237_arm64.deb Size: 5932 SHA256: 9d27f9db78aa1b0b717fc6948a913f166c35d4c287a668faf511a1fc4b25920d SHA1: 9b8c1feaf6b42de5bb12fa38eb8e58df9ec5bc5c MD5sum: 65631490a1e8a59dccd4765f9a7296f5 Description: A CMake module for using the ASIO network library Package: ros-jazzy-async-web-server-cpp Version: 2.0.1-1noble.20260305.225557 Architecture: arm64 Maintainer: Timo Röhling Installed-Size: 606 Depends: libboost-filesystem1.83.0 (>= 1.83.0), libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libssl3t64 (>= 3.0.0), libstdc++6 (>= 11), libboost-all-dev, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/async_web_server_cpp Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-async-web-server-cpp/ros-jazzy-async-web-server-cpp_2.0.1-1noble.20260305.225557_arm64.deb Size: 173860 SHA256: 1f24cecf0d2614652c239dadb416512c0ee9c2b3e5370ab5ac7320d89cedc9bb SHA1: 4d8e62858f2bd8b18c5cc6052b863f591b9febbf MD5sum: 02be40013893cbb45eefa6526f9e54b6 Description: Asynchronous Web/WebSocket Server in C++ Package: ros-jazzy-async-web-server-cpp-dbgsym Package-Type: ddeb Source: ros-jazzy-async-web-server-cpp Version: 2.0.1-1noble.20260305.225557 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Timo Röhling Installed-Size: 2989 Depends: ros-jazzy-async-web-server-cpp (= 2.0.1-1noble.20260305.225557) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-async-web-server-cpp/ros-jazzy-async-web-server-cpp-dbgsym_2.0.1-1noble.20260305.225557_arm64.deb Size: 2592106 SHA256: 11dd7594f93e85965a5ef40859f4d07819ba0d18baa59a38d76e888ff55e82fd SHA1: d582e886c81729b99f8627ba6694111647320212 MD5sum: b2f34bc7678f8e25ae2d688ee948a4f8 Description: debug symbols for ros-jazzy-async-web-server-cpp Build-Ids: 07b0b7fa65878274dcd0bf116a2e3396db7dd759 Package: ros-jazzy-at-sonde-ros-driver Version: 1.0.0-1noble.20260519.223407 Architecture: arm64 Maintainer: MA Song Installed-Size: 238 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libmodbus5 (>= 3.1.4), libstdc++6 (>= 13.1), libmodbus-dev, ros-jazzy-rclcpp, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-at-sonde-ros-driver/ros-jazzy-at-sonde-ros-driver_1.0.0-1noble.20260519.223407_arm64.deb Size: 52504 SHA256: 355e4c14501d348c21503dffa190364a09fb4eae2e864bf9d69577456469c4eb SHA1: 886e5a558c78537d79fab40973bb4f9246b8325f MD5sum: 11fffb88d0cdbe239bacc780bc683579 Description: A ROS 2 driver to stream the monitored parameters of an In-Situ Aqua TROLL Multiparameter Sonde. Package: ros-jazzy-at-sonde-ros-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-at-sonde-ros-driver Version: 1.0.0-1noble.20260519.223407 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: MA Song Installed-Size: 851 Depends: ros-jazzy-at-sonde-ros-driver (= 1.0.0-1noble.20260519.223407) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-at-sonde-ros-driver/ros-jazzy-at-sonde-ros-driver-dbgsym_1.0.0-1noble.20260519.223407_arm64.deb Size: 760466 SHA256: d5410a2deb0d628652ec5af30f4813c75722886e2061c1659cc4bccf1cb7e2e6 SHA1: e6ae6b06e2b2ec795746e1cb1471141f58c89fae MD5sum: f199b927008c8ee782af996b5432aaf4 Description: debug symbols for ros-jazzy-at-sonde-ros-driver Build-Ids: 9661d04d8990963939f95df96d82ac75312b0296 Package: ros-jazzy-auto-apms-behavior-tree Version: 1.5.1-1noble.20260520.042306 Architecture: arm64 Maintainer: Robin Müller Installed-Size: 4325 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-ament-index-python, ros-jazzy-auto-apms-behavior-tree-core, ros-jazzy-auto-apms-interfaces, ros-jazzy-auto-apms-util, ros-jazzy-generate-parameter-library, ros-jazzy-geometry-msgs, ros-jazzy-rcl-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-components, ros-jazzy-rclpy, ros-jazzy-ros2cli, ros-jazzy-ros2param, ros-jazzy-std-srvs, ros-jazzy-tf2-geometry-msgs, ros-jazzy-ros-workspace Homepage: https://autoapms.github.io/auto-apms-guide/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-auto-apms-behavior-tree/ros-jazzy-auto-apms-behavior-tree_1.5.1-1noble.20260520.042306_arm64.deb Size: 812166 SHA256: b52bcef157fb938ad9f2c4f158bc9b5b46da87806cf60d9a67679a539c8dc0b2 SHA1: 0e04112054e73ca6c0f5ecd88db4f534e3149623 MD5sum: 1fdfcab25b679ce8262d74a3a9219b80 Description: Standard AutoAPMS behavior tree nodes and deployment tools Package: ros-jazzy-auto-apms-behavior-tree-core Version: 1.5.1-1noble.20260520.032852 Architecture: arm64 Maintainer: Robin Müller Installed-Size: 1960 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), libeigen3-dev, libtinyxml2-dev, ros-jazzy-action-msgs, ros-jazzy-ament-index-cpp, ros-jazzy-ament-index-python, ros-jazzy-auto-apms-util, ros-jazzy-behaviortree-cpp, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-ros-workspace Homepage: https://autoapms.github.io/auto-apms-guide/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-auto-apms-behavior-tree-core/ros-jazzy-auto-apms-behavior-tree-core_1.5.1-1noble.20260520.032852_arm64.deb Size: 427950 SHA256: ada25a1983964ecf7a031d45415cf92d951dc45db26302a445e6d508575ebb80 SHA1: 1c59896a5d85c892e55e3aebfbd9b94f369d48e1 MD5sum: 0a78cba079c25300c3d2c3e1a2288144 Description: Core functionality and cmake tools for AutoAPMS Package: ros-jazzy-auto-apms-behavior-tree-core-dbgsym Package-Type: ddeb Source: ros-jazzy-auto-apms-behavior-tree-core Version: 1.5.1-1noble.20260520.032852 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Robin Müller Installed-Size: 12863 Depends: ros-jazzy-auto-apms-behavior-tree-core (= 1.5.1-1noble.20260520.032852) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-auto-apms-behavior-tree-core/ros-jazzy-auto-apms-behavior-tree-core-dbgsym_1.5.1-1noble.20260520.032852_arm64.deb Size: 12060194 SHA256: e02d98efc5e842cab45739d1a85b8e4230312b8bc492df884edb7dd56d2726fc SHA1: c00cfb576d2438bc7ed8ad6e8514f49d98644548 MD5sum: fa2ece82080647b9b96acd16eea7ac2b Description: debug symbols for ros-jazzy-auto-apms-behavior-tree-core Build-Ids: 640a83d2bd1b26011ed72a966e8a436fa7670543 8d2c463a36ed7349e2cb25c460f88928a16c8687 8d62e62a7fdc4807b01d2b64abb1b0b7720f4fd2 a4f1f35fdeb2ddb61daac41941dc75ecd76cec09 c91d03b58cbc23135e33620ee7296d259709cce4 cdfe2b3202f852d4924656220f03ab10e210a3e6 Package: ros-jazzy-auto-apms-behavior-tree-dbgsym Package-Type: ddeb Source: ros-jazzy-auto-apms-behavior-tree Version: 1.5.1-1noble.20260520.042306 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Robin Müller Installed-Size: 27710 Depends: ros-jazzy-auto-apms-behavior-tree (= 1.5.1-1noble.20260520.042306) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-auto-apms-behavior-tree/ros-jazzy-auto-apms-behavior-tree-dbgsym_1.5.1-1noble.20260520.042306_arm64.deb Size: 25922552 SHA256: 9caf8c20c004b105191e9f41758a152b773492e2f4aea796d79591925f4a1137 SHA1: 1653825cbab84119a9c6487d5cc04d65e25bf5da MD5sum: f6ad26b9b17b1b89fd4b5683533bc784 Description: debug symbols for ros-jazzy-auto-apms-behavior-tree Build-Ids: 0e07348436f6636766d6ac473bd62d067f57ee12 1c5eac3feebe93f3068e1099736819286d2fcbee 327ea90c65b7dc21b568eef95b1aad4b14242c6c 58474ea7b439819f9315ce956de9374e4301d3da 7e91b655cd686d1fee0eca7245b1340822ead9c6 962c1947bb20724ffcc3abcc7d586baffef936c7 a6e73fc22c3c2816742e8e01fdc4d6957f117788 c107260cda871f26d130327b2346a14ee1527098 Package: ros-jazzy-auto-apms-examples Version: 1.5.1-1noble.20260520.093154 Architecture: arm64 Maintainer: Robin Müller Installed-Size: 795 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-auto-apms-behavior-tree, ros-jazzy-auto-apms-interfaces, ros-jazzy-auto-apms-mission, ros-jazzy-auto-apms-ros2behavior, ros-jazzy-auto-apms-util, ros-jazzy-rclcpp-components, ros-jazzy-ros-workspace Homepage: https://autoapms.github.io/auto-apms-guide/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-auto-apms-examples/ros-jazzy-auto-apms-examples_1.5.1-1noble.20260520.093154_arm64.deb Size: 170102 SHA256: 07152bb8283d1f46bb832a3f3bd1237fd31c2541f884aecb92e42fc24222161c SHA1: 18f6b0453af0070c2477b36948e67eb0b7e9a5d3 MD5sum: 20740b0c569903ef016f3f9d9846d382 Description: Examples package for AutoAPMS Package: ros-jazzy-auto-apms-examples-dbgsym Package-Type: ddeb Source: ros-jazzy-auto-apms-examples Version: 1.5.1-1noble.20260520.093154 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Robin Müller Installed-Size: 3592 Depends: ros-jazzy-auto-apms-examples (= 1.5.1-1noble.20260520.093154) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-auto-apms-examples/ros-jazzy-auto-apms-examples-dbgsym_1.5.1-1noble.20260520.093154_arm64.deb Size: 3330398 SHA256: a8f1fb0b6ac70894db0f4dfb42a6c1b8a532efc0204b01473373b4a4efd961e5 SHA1: 17753adbb25292f63748bea241f1d983a8e55053 MD5sum: d894a0ea09e439446e68bb9f3e0ac96f Description: debug symbols for ros-jazzy-auto-apms-examples Build-Ids: 2e14735214fbadde2eeeff36c15a29c4bb49f08f 516e7853ce15ca23c83fbb8d75451524d702fbd3 6b5a11c5a2ba1261f29bfcb119819beae13cd989 Package: ros-jazzy-auto-apms-interfaces Version: 1.5.1-1noble.20260519.035436 Architecture: arm64 Maintainer: Robin Müller Installed-Size: 6192 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-ros-workspace Homepage: https://autoapms.github.io/auto-apms-guide/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-auto-apms-interfaces/ros-jazzy-auto-apms-interfaces_1.5.1-1noble.20260519.035436_arm64.deb Size: 306202 SHA256: fb084f3e9a0cb056276724029889dcb12ff9ddf85aeea3ed452dea944dcfd2f8 SHA1: dc0e977e92e160eb56101e1b4347b95d12cead85 MD5sum: cd8529dcbd2b588394dd5cb63267838c Description: ROS 2 interfaces for AutoAPMS Package: ros-jazzy-auto-apms-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-auto-apms-interfaces Version: 1.5.1-1noble.20260519.035436 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Robin Müller Installed-Size: 2846 Depends: ros-jazzy-auto-apms-interfaces (= 1.5.1-1noble.20260519.035436) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-auto-apms-interfaces/ros-jazzy-auto-apms-interfaces-dbgsym_1.5.1-1noble.20260519.035436_arm64.deb Size: 1828270 SHA256: 3054c56fb906078f32a0e628315babe288324df70390a8b43efdfb45e338a999 SHA1: 380ab0107ba10f97f25d135da4833fc96c0000ac MD5sum: 37b465d7e537d20ee5666eb29fe610fa Description: debug symbols for ros-jazzy-auto-apms-interfaces Build-Ids: 167bf615dc52e9907fdd7873bacf1afcd8c441e8 21464064da83695a78af08afc9d90db5f4cf2887 333f8e77fbbeb48d5b73a01dd82ad7f4d24c061d 6b5410f9ec56caec43e7fb26c7a02c929b3c00e0 6c3c866d4515a51cf2accaf638bae6ffb993af59 6c94af771e42d1e4c828c6920317b0652fb8abda 883a47ebaa7a55cd20207da9247297b5751d7c2a b2f15e8a390b82810768b83a45cf659ef2ade87d c0318708d2b5a5afdb9a7687981ee496aba3f78f d71bed0fb7c425786ef018c1f936fffb1ea94eb2 f0bac8972ad8fc9d392bf288db50d45c90ad5c24 Package: ros-jazzy-auto-apms-mission Version: 1.5.1-1noble.20260520.043534 Architecture: arm64 Maintainer: Robin Müller Installed-Size: 822 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-auto-apms-behavior-tree, ros-jazzy-auto-apms-util, ros-jazzy-rclcpp-components, ros-jazzy-ros-workspace Homepage: https://autoapms.github.io/auto-apms-guide/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-auto-apms-mission/ros-jazzy-auto-apms-mission_1.5.1-1noble.20260520.043534_arm64.deb Size: 140210 SHA256: bfa1e8e9bcd3d7031cfd7bfe2329a5e35242eb39e3e59f1b84baf0204ff4374f SHA1: c12a5d153b4c0a3caf7f2a35fe93b38277d1d6e4 MD5sum: 5ab73e78ae2a8831118cc18783e161b7 Description: Implementation of AutoAPMS's automated mission management system Package: ros-jazzy-auto-apms-mission-dbgsym Package-Type: ddeb Source: ros-jazzy-auto-apms-mission Version: 1.5.1-1noble.20260520.043534 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Robin Müller Installed-Size: 5786 Depends: ros-jazzy-auto-apms-mission (= 1.5.1-1noble.20260520.043534) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-auto-apms-mission/ros-jazzy-auto-apms-mission-dbgsym_1.5.1-1noble.20260520.043534_arm64.deb Size: 5398040 SHA256: db7350837733c6c9525346c5c6c8bf615939720df771bbde00c56ba43678ec90 SHA1: 6ebed2e893d3ae312b0e600c86c4ce25b50843b5 MD5sum: 6edff3303db538606d111798aa667844 Description: debug symbols for ros-jazzy-auto-apms-mission Build-Ids: 2692c99c92ac5b1a3c18796a0e1b3573386c5c8d 5747812b404f98b5a7de763752691dcf10fe3d32 8da31131c68023c72e63bb0684d0c05a67bb0e21 d6a074e655c9ad6fc457e092bef20d88f86fa9d6 Package: ros-jazzy-auto-apms-ros2behavior Version: 1.5.1-1noble.20260520.060048 Architecture: arm64 Maintainer: Robin Müller Installed-Size: 153 Depends: ros-jazzy-ament-index-python, ros-jazzy-auto-apms-behavior-tree, ros-jazzy-auto-apms-interfaces, ros-jazzy-rcl-interfaces, ros-jazzy-rclpy, ros-jazzy-ros2cli, ros-jazzy-ros2param, ros-jazzy-ros2run, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Homepage: https://autoapms.github.io/auto-apms-guide/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-auto-apms-ros2behavior/ros-jazzy-auto-apms-ros2behavior_1.5.1-1noble.20260520.060048_arm64.deb Size: 28082 SHA256: 9152621ab93a3473194e376b45e8f4ff3c6409985a00339d1fe81cb8721ac17d SHA1: 6ef2eadbcc074300573348f0d1d98a9e0cdd6533 MD5sum: af3bee8512694e7d8b2ed7213a326d85 Description: AutoAPMS related extensions for the ROS 2 CLI introducing the ros2 behavior command Package: ros-jazzy-auto-apms-util Version: 1.5.1-1noble.20260520.032526 Architecture: arm64 Maintainer: Robin Müller Installed-Size: 229 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ament-index-cpp, ros-jazzy-ament-index-python, ros-jazzy-generate-parameter-library, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rcpputils, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Homepage: https://autoapms.github.io/auto-apms-guide/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-auto-apms-util/ros-jazzy-auto-apms-util_1.5.1-1noble.20260520.032526_arm64.deb Size: 39770 SHA256: ca34b3fc0ab27619998f24cd2860c3c2859d25f4d0efc773a9b6b3ebfc0d5b6c SHA1: 338ca75af5c668f8b58332e81061f62b6bf806a5 MD5sum: 54f0f14cd77db291868ac38c469bfaa0 Description: AutoAPMS utilities Package: ros-jazzy-auto-apms-util-dbgsym Package-Type: ddeb Source: ros-jazzy-auto-apms-util Version: 1.5.1-1noble.20260520.032526 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Robin Müller Installed-Size: 262 Depends: ros-jazzy-auto-apms-util (= 1.5.1-1noble.20260520.032526) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-auto-apms-util/ros-jazzy-auto-apms-util-dbgsym_1.5.1-1noble.20260520.032526_arm64.deb Size: 232364 SHA256: 241ee37dea4e32a28370aa01ba316f6721e78c62dda036dd9c46ace8249fb89f SHA1: b2413497f98736689d0ece2cf25d63968fee30ee MD5sum: 10552e9161e11f95edd2afe3c1aa1fcf Description: debug symbols for ros-jazzy-auto-apms-util Build-Ids: f417242a30bf4e16922be67bb2cd7d82c21c041b Package: ros-jazzy-automatika-embodied-agents Version: 0.7.1-1noble.20260519.220850 Architecture: arm64 Maintainer: Automatika Robotics Installed-Size: 4507 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, python3-httpx, python3-platformdirs, python3-tqdm, python3-websockets, ros-jazzy-automatika-ros-sugar, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/automatika-robotics/embodied-agents Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-automatika-embodied-agents/ros-jazzy-automatika-embodied-agents_0.7.1-1noble.20260519.220850_arm64.deb Size: 513826 SHA256: e4c1bf4893ab08a0436881c137568845fc2f2cc65a5269c962288540f437e0a6 SHA1: 22758bd265af32f115df5d4e99c08f7e499c16c6 MD5sum: a1b964ffb62b45535fd19190c59c877b Description: agents Package: ros-jazzy-automatika-embodied-agents-dbgsym Package-Type: ddeb Source: ros-jazzy-automatika-embodied-agents Version: 0.7.1-1noble.20260519.220850 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Automatika Robotics Installed-Size: 2507 Depends: ros-jazzy-automatika-embodied-agents (= 0.7.1-1noble.20260519.220850) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-automatika-embodied-agents/ros-jazzy-automatika-embodied-agents-dbgsym_0.7.1-1noble.20260519.220850_arm64.deb Size: 1895434 SHA256: cb7aa086b3babdf8cfff2dd7bc55f4bc98d26a7d23f8d742252f602c7618e19c SHA1: 4e323a8b24374cb964f0808dfddf68995b3f38ab MD5sum: 6968a1cc42c218e395aebe3ecdf2d4e5 Description: debug symbols for ros-jazzy-automatika-embodied-agents Build-Ids: 02cba36a5f4d75f37c0f581ea443c9db4ed59277 3feb399c3de3d2e38f61a8dc0c688d20a240590c 4b66d080f7b071eb66a1ba40a5837a4094186ff0 597b19e6a82e0b3abd7928f8c40ab609806b25c4 7811dad8a5891b7d86f397a291f3ab43c1f5f445 99d0c9ece7b916a2f263601226be0f15a05cc532 a3ca94ee0ee4c63c42309bc14ccfaef516db88e2 aee10c8b92fa061ee3d17a46b3948bc216ef0e2b b72cd4a17568894ed1196bd143bc4fb8e52adaf9 c6f94f1ad9bacb134979c6ab675999990f689c1e fc89044bbf908cbbad6dc7ae663d046aeffcdd52 Package: ros-jazzy-automatika-ros-sugar Version: 0.7.0-1noble.20260519.220115 Architecture: arm64 Maintainer: Automatika Robotics Installed-Size: 4181 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, python3-attr, python3-jinja2, python3-msgpack, python3-msgpack-numpy, python3-numpy, python3-opencv, python3-setproctitle, python3-toml, python3-yaml, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-lifecycle-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rclpy, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://github.com/automatika-robotics/sugarcoat Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-automatika-ros-sugar/ros-jazzy-automatika-ros-sugar_0.7.0-1noble.20260519.220115_arm64.deb Size: 689152 SHA256: 5e02eaf91ac79f70b10f0896b15128f0caa88323db12f5088ddd288762b44f82 SHA1: d1955d391bf00f84412fd131d004ad9e6baaf859 MD5sum: af10e44aa547479f11436f793ec9f986 Description: Syntactic sugar for ROS2 nodes creation and management Package: ros-jazzy-automatika-ros-sugar-dbgsym Package-Type: ddeb Source: ros-jazzy-automatika-ros-sugar Version: 0.7.0-1noble.20260519.220115 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Automatika Robotics Installed-Size: 2175 Depends: ros-jazzy-automatika-ros-sugar (= 0.7.0-1noble.20260519.220115) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-automatika-ros-sugar/ros-jazzy-automatika-ros-sugar-dbgsym_0.7.0-1noble.20260519.220115_arm64.deb Size: 1662494 SHA256: 1f619225918a09d0633f5fae483f77d291f1abe177c3a8c2c71ef7c9dcd55ede SHA1: 1178b9514566361094a1c153b0739c10a4a3fd52 MD5sum: 0b46dc25f447c1f2d65d94c3e7fcc6d1 Description: debug symbols for ros-jazzy-automatika-ros-sugar Build-Ids: 0bf13856ce9845c3d83b869b189183465341e3f6 3dac87a35514a5f21e7df00ed9040b793107ecb8 533d90b7c4f9c358c81a0115adb6e67a53a232d5 607a503f0a85288d502ee767613e78bba7b39eaf 77b2a63fdfe76a875a59b802157f8b1e17b9654b 8553f10c18837449be157c8a579fde313a0f71a3 9b1a0c49288480259dadcea841ea67ea76cfdf32 a520103174e6783ad94903fca778756ed058afed adec44dcd9b00ae6ebb9350ccc20481cf7b48be9 c054dcb666375f72e41233d1cc43ab191440c64a e0ca779d0234d63fb02740a14aa22c9dfe8038dd Package: ros-jazzy-automotive-autonomy-msgs Version: 3.0.4-6noble.20260519.202929 Architecture: arm64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 42 Depends: ros-jazzy-automotive-navigation-msgs, ros-jazzy-automotive-platform-msgs, ros-jazzy-ros-workspace Homepage: http://github.com/astuff/automotive_autonomy_msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-automotive-autonomy-msgs/ros-jazzy-automotive-autonomy-msgs_3.0.4-6noble.20260519.202929_arm64.deb Size: 5632 SHA256: e44f0aeed8177ee123d7fed75b91a15d5414e0d819d6fb02798799e618fae9de SHA1: 9726a6886264cd9c283d3820fa9c40654039379e MD5sum: b57ab12fda16dc01ec16ab6a6d7f229c Description: Messages for vehicle automation Package: ros-jazzy-automotive-navigation-msgs Version: 3.0.4-6noble.20260519.184422 Architecture: arm64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 2655 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://github.com/astuff/automotive_navigation_msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-automotive-navigation-msgs/ros-jazzy-automotive-navigation-msgs_3.0.4-6noble.20260519.184422_arm64.deb Size: 166690 SHA256: 50b49980e8d8290207993ab34f00c919f3efc039881e8b07c5e06b6095546433 SHA1: e8e76382aacf37e1387b66fecc3e6190a91d6463 MD5sum: 3c33163e3446b88b0645a21b38b5394e Description: Generic Messages for Navigation Objectives in Automotive Automation Software Package: ros-jazzy-automotive-navigation-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-automotive-navigation-msgs Version: 3.0.4-6noble.20260519.184422 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1874 Depends: ros-jazzy-automotive-navigation-msgs (= 3.0.4-6noble.20260519.184422) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-automotive-navigation-msgs/ros-jazzy-automotive-navigation-msgs-dbgsym_3.0.4-6noble.20260519.184422_arm64.deb Size: 1428468 SHA256: d8b04f50e8ab7c34d9207a06d32b46d553694b47caa7cf86c72eee0a2c2357b7 SHA1: 162e0733fe4e9471cc1f74073c33d0235c9b242a MD5sum: 33b730d95188920080e4646fa37bbb23 Description: debug symbols for ros-jazzy-automotive-navigation-msgs Build-Ids: 3c942df2437a830c9b5c593083883cc08e38bea5 5c53f4a0a1ebb6257c848687f18756cd4563129c 67b3767ce71f9c1b4486d54202a7617ba2605545 74901cf8b79a321ee617f35a2933cad6c697a231 813f19de41e4dc020741856b549bdc25ecd88ca7 92b0ae9b209084eaa21450d9ac7e838921e4a68e a19c5c6fa6038c980d134093afe26dbf097376c8 b96020c281f463cffc0bcfb175bbeaaabec5a91b c152a7d3df10a09a9cba45774e4ddbb0edb8e5fb da2065d3f16dc3d4e266667da14c48ae2d8094dd de46eed2b581dc0a423349f59608c5380b306245 Package: ros-jazzy-automotive-platform-msgs Version: 3.0.4-6noble.20260519.202357 Architecture: arm64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 4624 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://github.com/astuff/automotive_platform_msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-automotive-platform-msgs/ros-jazzy-automotive-platform-msgs_3.0.4-6noble.20260519.202357_arm64.deb Size: 260358 SHA256: af06e5dcd265df589e573f29ec96b2f57fa249dfffd57b1338d0771a02c730bf SHA1: 3b7fcdcdca8309dcab5f829bc7ebc93110ea57cc MD5sum: b54fb1e02fc5ba43451c9efa1fb33de6 Description: Generic Messages for Communication with an Automotive Autonomous Platform Package: ros-jazzy-automotive-platform-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-automotive-platform-msgs Version: 3.0.4-6noble.20260519.202357 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 3137 Depends: ros-jazzy-automotive-platform-msgs (= 3.0.4-6noble.20260519.202357) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-automotive-platform-msgs/ros-jazzy-automotive-platform-msgs-dbgsym_3.0.4-6noble.20260519.202357_arm64.deb Size: 2306514 SHA256: 3bda10471e6e7485b3f0cc7fd9ed970ab59158881898250dede0defcbb0ab1cd SHA1: 7219f15b83c62c6ad14fc0a2d0370167e477e48d MD5sum: 61d147e967136ec8a95f9267ad298925 Description: debug symbols for ros-jazzy-automotive-platform-msgs Build-Ids: 23689180bb6eb8120313ab751f5501555a02dc5c 32350a07221b6227cf7711d8dc1b5ec9b2f8e1db 330e33a5b48f981bfb51715a344025da51674bde 3cc3f766b7783a450a6e931b50e62c916b94cd4a 6f4ccd30b9c3a25d5c031c08a541bdcb79367343 a92a024aa87437cff99e1ab84df1722750c0e8b6 b2c375951802d0efb857c1fd9f91159d0599400d cd2ee00e124349148fa37fa374cf5835b0d28bdf de42e5fdeff61f56d22d62574e16b39f41f1b65c ea8614670b766b426ea7a32b9225a808a340082c f7d11a8d3aefbf310b4533891b3a780b23149fda Package: ros-jazzy-autoware-adapi-adaptors Version: 1.8.0-1noble.20260520.030255 Architecture: arm64 Maintainer: "Takagi, Isamu" Installed-Size: 1164 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-autoware-adapi-specs, ros-jazzy-autoware-adapi-v1-msgs, ros-jazzy-autoware-component-interface-specs, ros-jazzy-autoware-map-height-fitter, ros-jazzy-autoware-qos-utils, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_adapi_adaptors/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-adapi-adaptors/ros-jazzy-autoware-adapi-adaptors_1.8.0-1noble.20260520.030255_arm64.deb Size: 175612 SHA256: 12fe90d6ed2289dedb633b857f45a05a9fdcbc194742a9657883d342584d1b93 SHA1: e9139f1d2b1f16a2c3e9ad5ca36769ef9ace70d2 MD5sum: bf9795780b11eaf13c3159cc6ac8c198 Description: The adapi_adaptors package Package: ros-jazzy-autoware-adapi-adaptors-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-adapi-adaptors Version: 1.8.0-1noble.20260520.030255 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Takagi, Isamu" Installed-Size: 5583 Depends: ros-jazzy-autoware-adapi-adaptors (= 1.8.0-1noble.20260520.030255) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-adapi-adaptors/ros-jazzy-autoware-adapi-adaptors-dbgsym_1.8.0-1noble.20260520.030255_arm64.deb Size: 4632342 SHA256: 3df8f72218d85503fd3fe4f81d7abf963b8be7a49eddff5b3094cf1813669695 SHA1: 5625f959212f68617009c967252b5b4418e02a16 MD5sum: 542160a99b9e0f77bdd95ab9d306fb27 Description: debug symbols for ros-jazzy-autoware-adapi-adaptors Build-Ids: 3e6bcc856b4b802cadaa58ffe26e0eca86d83155 b2523d59a7f3a61a4005ac1960ed93619ebe88b6 f7b1b872411c212b85d993f40880464774a0a0a1 Package: ros-jazzy-autoware-adapi-specs Version: 1.8.0-1noble.20260515.060700 Architecture: arm64 Maintainer: "Takagi, Isamu" Installed-Size: 72 Depends: ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_adapi_specs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-adapi-specs/ros-jazzy-autoware-adapi-specs_1.8.0-1noble.20260515.060700_arm64.deb Size: 8460 SHA256: 05cdbd53397e5361942e17088df21d2add835c301134ac87d5384447b0aae72f SHA1: de1113bebea272426d9d5376759b95f8d4f7039b MD5sum: 9e82eb54a4e09436500ca0cc9692dc5e Description: The autoware_adapi_specs package Package: ros-jazzy-autoware-adapi-v1-msgs Version: 1.9.1-1noble.20260519.194030 Architecture: arm64 Maintainer: "Takagi, Isamu" Installed-Size: 17432 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geographic-msgs, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-shape-msgs, ros-jazzy-std-msgs, ros-jazzy-unique-identifier-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_adapi_v1_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-adapi-v1-msgs/ros-jazzy-autoware-adapi-v1-msgs_1.9.1-1noble.20260519.194030_arm64.deb Size: 972856 SHA256: 4446d8738b5ff808d206115d56bbc2a3dfab929719e36e46d3393c6d46517fc9 SHA1: a42cb9ded804eaa4f9a848a67dc139cf5fbc5e1f MD5sum: ab2a49d2b6c5f2c1e12e1c179ebb6f95 Description: The Autoware AD API interfaces Package: ros-jazzy-autoware-adapi-v1-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-adapi-v1-msgs Version: 1.9.1-1noble.20260519.194030 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Takagi, Isamu" Installed-Size: 13895 Depends: ros-jazzy-autoware-adapi-v1-msgs (= 1.9.1-1noble.20260519.194030) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-adapi-v1-msgs/ros-jazzy-autoware-adapi-v1-msgs-dbgsym_1.9.1-1noble.20260519.194030_arm64.deb Size: 10635688 SHA256: 2c9d521879b9762314e6f663eb007614cbf10533495539f74610a5ea4547e680 SHA1: 964edb2f33173e3918655f6ffbb92aae09fbdd9c MD5sum: dea0b2609cea0d541104d4fae464adcb Description: debug symbols for ros-jazzy-autoware-adapi-v1-msgs Build-Ids: 02ab186b06b6ba2aa52982b68a6ea22d5f20298d 230e5a36c5822dc56a0e9b947f3108dc42f6f70c 48d6c4dbc695246b49c5ed2c9e000989e87489ee 8451cf3ac9dea18da71549c6624d25d83a0b01b5 8a2d14afad4ee91ea2716832fb3984ea69aaa1f8 a43a47769f4e54d9a08b8a5b205528d8355298de a749293a361c9d4639966f484f75a830ba941366 a761f1d941b6d11501e72cbdcf79fda3045a8cf8 b5b6fb038168c4d8f5234d6cf2679de558ee1c50 b5de7f9b4e6ad35ba70d45e6f4e3026ede412695 f2b0b1f4df0aff10e099e28d6a2486b463d8dc82 Package: ros-jazzy-autoware-adapi-version-msgs Version: 1.9.1-1noble.20260519.181143 Architecture: arm64 Maintainer: "Takagi, Isamu" Installed-Size: 1220 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_adapi_version_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-adapi-version-msgs/ros-jazzy-autoware-adapi-version-msgs_1.9.1-1noble.20260519.181143_arm64.deb Size: 68236 SHA256: f82177b6da398f655687b3ee0e5f658c3cd61d9c4da85be330ac0b033f963379 SHA1: afa8fafb04cc7a3de4af3547c489737254e7a8dd MD5sum: d7c7e96179b1e7b5ffc6db8b1b23701f Description: The Autoware AD API version interfaces Package: ros-jazzy-autoware-adapi-version-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-adapi-version-msgs Version: 1.9.1-1noble.20260519.181143 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Takagi, Isamu" Installed-Size: 474 Depends: ros-jazzy-autoware-adapi-version-msgs (= 1.9.1-1noble.20260519.181143) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-adapi-version-msgs/ros-jazzy-autoware-adapi-version-msgs-dbgsym_1.9.1-1noble.20260519.181143_arm64.deb Size: 310106 SHA256: 4706fbef32f559acac7e31fcf79b129db7594ff7142a6582ef32ea1ebd2c07bd SHA1: 64544f10d352bd1969ae1982270704d910590f17 MD5sum: a9cfabea9ff31735841a34cec5b08895 Description: debug symbols for ros-jazzy-autoware-adapi-version-msgs Build-Ids: 075cc6b0ba4243ae614136b3b755b6def0942d3c 153efe55f5bb894876685fcd447992d3dace72dc 2619ce6aa0f59f2ffe7e0d59b3f82a25031d06a6 28d07c7e4e5ef161b50493f0e25975836ce40419 36e38a1af3909aa199a9b0c836251878289563ec 42e026c65e1fa3d6f8372d69a32918fae9480f7f 54a0b62e24eda7e5048b6b7ca9d82e64bea2c461 698daf7b1253d1f1c2ff84e839795b67777e3fe4 77498bbc5c5f7ecaf960660e39d9af7766c5f593 9a1d8ba02eb73f75ed09a3f10844f83a1e03b2b8 cfcccb1407691bca94e74babb0989b1b8b5d6549 Package: ros-jazzy-autoware-agnocast-wrapper Version: 1.8.0-1noble.20260520.024944 Architecture: arm64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 202 Depends: libstdc++6 (>= 13.1), ros-jazzy-autoware-utils-rclcpp, ros-jazzy-class-loader, ros-jazzy-message-filters, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_agnocast_wrapper/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-agnocast-wrapper/ros-jazzy-autoware-agnocast-wrapper_1.8.0-1noble.20260520.024944_arm64.deb Size: 24912 SHA256: b70021593a103e985601a22ba8f45179fad9eb57a27ccf81aadb71c313d0e7bb SHA1: 8095c67d765267ab9f1336fbb75219ea9b3f8a47 MD5sum: 7933b38ee4969c4a18403cd70cda6a65 Description: Wrapper macros for Agnocast (true zero-copy communication library) Package: ros-jazzy-autoware-agnocast-wrapper-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-agnocast-wrapper Version: 1.8.0-1noble.20260520.024944 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 48 Depends: ros-jazzy-autoware-agnocast-wrapper (= 1.8.0-1noble.20260520.024944) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-agnocast-wrapper/ros-jazzy-autoware-agnocast-wrapper-dbgsym_1.8.0-1noble.20260520.024944_arm64.deb Size: 35382 SHA256: aeeac85a1b24835fa536d921c746d06c6020bdddfc3040ab256eecfd5f6614a3 SHA1: d75d6c2a31091a56331fca34a10433a51f6c5e24 MD5sum: f2607e54b1d231a1f8befe5f1ec94c0c Description: debug symbols for ros-jazzy-autoware-agnocast-wrapper Build-Ids: c167d1885702974bd4b513dea050fb094d6e543a Package: ros-jazzy-autoware-auto-msgs Version: 1.0.0-7noble.20260519.192221 Architecture: arm64 Maintainer: Apex.AI, Inc. Installed-Size: 6356 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-action-msgs, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-auto-msgs/ros-jazzy-autoware-auto-msgs_1.0.0-7noble.20260519.192221_arm64.deb Size: 406598 SHA256: e8546bd8611e4f587b0468004d3f9d465a7a7b673d0aacf4e531fb3b070eedd6 SHA1: 6bc18282e4c24f58b47322442902fa685703c6f2 MD5sum: d66a8ef8ba8a07df5683f2a64b430544 Description: Interfaces between core Autoware.Auto components Package: ros-jazzy-autoware-auto-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-auto-msgs Version: 1.0.0-7noble.20260519.192221 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Apex.AI, Inc. Installed-Size: 4447 Depends: ros-jazzy-autoware-auto-msgs (= 1.0.0-7noble.20260519.192221) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-auto-msgs/ros-jazzy-autoware-auto-msgs-dbgsym_1.0.0-7noble.20260519.192221_arm64.deb Size: 3375250 SHA256: cac6d0aec009909516f5d42ddd9fe139e84525e731e66676b4e27f0c917462c3 SHA1: 18c611a9c44865c548d1190e459a8994ed5b5f88 MD5sum: bebda69e1f54e56ad574779f27770a19 Description: debug symbols for ros-jazzy-autoware-auto-msgs Build-Ids: 22f436ba1f186b63bb09daee301f8e10042f25a2 2345971d5b13ded421355f3e0ac8fc1fef0ecc7f 2982b6c5675e8f76fbc35abd4a1d88cd7385a64a 49b92f9dc2db06c5fdbf66b980ba153a296b252c 5e3f3e5497870f16cc6e7aadd01798de4e26b523 804114c5a0936520b5ec8613212f4ad9f5d96604 873e4b597a8d3262644cdbd76fee710bdf952c19 8b84e96aff6a4f14da23b0324dbb5bc7b4a3843a 91b06d99a60b1fec5851ef5a2ede9a2d7fedafb1 aa1198c4422c2774ae948faf64d7566f8eb7ad6a b0e0d518e4ba281cd049138083a9f38560e18339 Package: ros-jazzy-autoware-awsim-sensor-kit-description Version: 1.8.0-1noble.20260519.012540 Architecture: arm64 Maintainer: "Piotr Jaroszek" Installed-Size: 56 Depends: ros-jazzy-autoware-sample-sensor-kit-description, ros-jazzy-velodyne-description, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_awsim_sensor_kit_description/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-awsim-sensor-kit-description/ros-jazzy-autoware-awsim-sensor-kit-description_1.8.0-1noble.20260519.012540_arm64.deb Size: 7056 SHA256: 7ef01b2289b528d2639dd38df34d23b810eb74e8af02b9e823a4cee4230796f8 SHA1: 49cc54c53315e3f95cdd819024fd3bc4078ffa75 MD5sum: 5512b4efda7dcfabaf25863046202a77 Description: The autoware_awsim_sensor_kit_description package Package: ros-jazzy-autoware-behavior-velocity-planner Version: 1.8.0-1noble.20260520.102647 Architecture: arm64 Maintainer: "Zulfaqar Azmi" Installed-Size: 3631 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpcl-common1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libboost-dev, libeigen3-dev, ros-jazzy-autoware-behavior-velocity-planner-common, ros-jazzy-autoware-internal-debug-msgs, ros-jazzy-autoware-internal-planning-msgs, ros-jazzy-autoware-map-msgs, ros-jazzy-autoware-motion-utils, ros-jazzy-autoware-perception-msgs, ros-jazzy-autoware-planning-msgs, ros-jazzy-autoware-route-handler, ros-jazzy-autoware-trajectory, ros-jazzy-autoware-utils-debug, ros-jazzy-autoware-utils-logging, ros-jazzy-autoware-utils-pcl, ros-jazzy-autoware-utils-rclcpp, ros-jazzy-autoware-velocity-smoother, ros-jazzy-diagnostic-msgs, ros-jazzy-geometry-msgs, ros-jazzy-pcl-conversions, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-tf2, ros-jazzy-tf2-eigen, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_behavior_velocity_planner/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-behavior-velocity-planner/ros-jazzy-autoware-behavior-velocity-planner_1.8.0-1noble.20260520.102647_arm64.deb Size: 503102 SHA256: e012eba65d357a6aba9f95892a6220a1323722ff215a8f8d7449d811735887d2 SHA1: bb406680b05fd4c962d46acfe0c6b3dd65355e75 MD5sum: 0cfdc59e4e3dbc5be3bf34a8e0c1715c Description: The autoware_behavior_velocity_planner package Package: ros-jazzy-autoware-behavior-velocity-planner-common Version: 1.8.0-1noble.20260520.100808 Architecture: arm64 Maintainer: "Zulfaqar Azmi" Installed-Size: 662 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-lanelet2-core, ros-jazzy-lanelet2-routing, libeigen3-dev, ros-jazzy-autoware-adapi-v1-msgs, ros-jazzy-autoware-internal-debug-msgs, ros-jazzy-autoware-internal-planning-msgs, ros-jazzy-autoware-interpolation, ros-jazzy-autoware-lanelet2-extension, ros-jazzy-autoware-lanelet2-utils, ros-jazzy-autoware-map-msgs, ros-jazzy-autoware-motion-utils, ros-jazzy-autoware-objects-of-interest-marker-interface, ros-jazzy-autoware-perception-msgs, ros-jazzy-autoware-planning-factor-interface, ros-jazzy-autoware-planning-msgs, ros-jazzy-autoware-route-handler, ros-jazzy-autoware-trajectory, ros-jazzy-autoware-utils-debug, ros-jazzy-autoware-utils-geometry, ros-jazzy-autoware-utils-rclcpp, ros-jazzy-autoware-utils-system, ros-jazzy-autoware-utils-visualization, ros-jazzy-autoware-vehicle-info-utils, ros-jazzy-autoware-velocity-smoother, ros-jazzy-diagnostic-msgs, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-pcl-conversions, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-tf2, ros-jazzy-tf2-eigen, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_behavior_velocity_planner_common/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-behavior-velocity-planner-common/ros-jazzy-autoware-behavior-velocity-planner-common_1.8.0-1noble.20260520.100808_arm64.deb Size: 163274 SHA256: 7c46da4855aabd289393360e96b6b06da005c934ce7120275fecd5770beb9f17 SHA1: 9375a9a61d5d117be934e83bd04c0eaaaa2144ff MD5sum: 091f8267874f2a85c283176b37e60cf1 Description: The autoware_behavior_velocity_planner_common package Package: ros-jazzy-autoware-behavior-velocity-planner-common-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-behavior-velocity-planner-common Version: 1.8.0-1noble.20260520.100808 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Zulfaqar Azmi" Installed-Size: 7714 Depends: ros-jazzy-autoware-behavior-velocity-planner-common (= 1.8.0-1noble.20260520.100808) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-behavior-velocity-planner-common/ros-jazzy-autoware-behavior-velocity-planner-common-dbgsym_1.8.0-1noble.20260520.100808_arm64.deb Size: 7314768 SHA256: 4b27646daca8db9a1e3b1af5deb2ae7f72e275b9d97334eff8ca53375b3f24bb SHA1: 82d2ae4ba43377fd0556c14ce282ce33cc41cd5f MD5sum: 862d955b4f51282cd8212fbfbef70dae Description: debug symbols for ros-jazzy-autoware-behavior-velocity-planner-common Build-Ids: e5edd64df72fa1d62cfcccb76e85b2b8eb4eb5b1 Package: ros-jazzy-autoware-behavior-velocity-planner-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-behavior-velocity-planner Version: 1.8.0-1noble.20260520.102647 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Zulfaqar Azmi" Installed-Size: 25625 Depends: ros-jazzy-autoware-behavior-velocity-planner (= 1.8.0-1noble.20260520.102647) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-behavior-velocity-planner/ros-jazzy-autoware-behavior-velocity-planner-dbgsym_1.8.0-1noble.20260520.102647_arm64.deb Size: 21648202 SHA256: 99e118267a310f19024afbbec4b1b093f3a3e5de3f8144da8a80f9796e016e40 SHA1: 28bc828eaa2fd1da62be95039d62b6d539812b6c MD5sum: 20000efb7d8a154a4375b24ea4c3b616 Description: debug symbols for ros-jazzy-autoware-behavior-velocity-planner Build-Ids: 17c164230d79c34dab6ebfc59e582b07209c7bfd 8fb0b69d721e28c53762f7df48cac2fbc0e00ec4 e931a5ebe6be98815a76eca9f9bbb6c9d88e31e1 Package: ros-jazzy-autoware-behavior-velocity-stop-line-module Version: 1.8.0-1noble.20260520.104911 Architecture: arm64 Maintainer: "Yukinari Hisaki" Installed-Size: 196 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-lanelet2-core, libeigen3-dev, ros-jazzy-autoware-behavior-velocity-planner, ros-jazzy-autoware-behavior-velocity-planner-common, ros-jazzy-autoware-internal-planning-msgs, ros-jazzy-autoware-motion-utils, ros-jazzy-autoware-route-handler, ros-jazzy-autoware-trajectory, ros-jazzy-autoware-utils-debug, ros-jazzy-autoware-utils-geometry, ros-jazzy-autoware-utils-rclcpp, ros-jazzy-geometry-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-tf2-geometry-msgs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_behavior_velocity_stop_line_module/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-behavior-velocity-stop-line-module/ros-jazzy-autoware-behavior-velocity-stop-line-module_1.8.0-1noble.20260520.104911_arm64.deb Size: 49978 SHA256: 61e8274049f38dab1629305c5c57680e6885515ce587b148d8472d6857bf080a SHA1: d9bf9387370dd315c275662b750790c618298c08 MD5sum: 32e12cfdf88384b807a8c81a656550cc Description: The autoware_behavior_velocity_stop_line_module package Package: ros-jazzy-autoware-behavior-velocity-stop-line-module-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-behavior-velocity-stop-line-module Version: 1.8.0-1noble.20260520.104911 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Yukinari Hisaki" Installed-Size: 5661 Depends: ros-jazzy-autoware-behavior-velocity-stop-line-module (= 1.8.0-1noble.20260520.104911) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-behavior-velocity-stop-line-module/ros-jazzy-autoware-behavior-velocity-stop-line-module-dbgsym_1.8.0-1noble.20260520.104911_arm64.deb Size: 5495344 SHA256: dedfcebda3941db7a5524767e539d710e75ffdd52ce95b89729d28fa4ae83fcd SHA1: 623d46f826a6945cba18fa7218a21a1fd717fc0f MD5sum: 66ee42425b8988f01a4913663c59fb2e Description: debug symbols for ros-jazzy-autoware-behavior-velocity-stop-line-module Build-Ids: a3cb862d2bd878c63f5de53d2cf7bd3b2d24e177 Package: ros-jazzy-autoware-cmake Version: 1.2.0-2noble.20260504.094455 Architecture: arm64 Maintainer: "Ryohsuke Mitsudome" Installed-Size: 53 Depends: ros-jazzy-ament-cmake-auto, ros-jazzy-ament-lint-auto, ros-jazzy-ros-environment, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_cmake/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-cmake/ros-jazzy-autoware-cmake_1.2.0-2noble.20260504.094455_arm64.deb Size: 8790 SHA256: 4fdb21899d331f9c24e96575269b0d74177f62afeb331025e5920f16d9e81611 SHA1: 3106e0c6d45cf8b3e0f397f3a36f77907c51c5d1 MD5sum: 0442d1cb217443cc7482ec36d5841319 Description: CMake scripts for Autoware Package: ros-jazzy-autoware-common-msgs Version: 1.12.0-1noble.20260519.181205 Architecture: arm64 Maintainer: "Takagi, Isamu" Installed-Size: 1010 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_common_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-common-msgs/ros-jazzy-autoware-common-msgs_1.12.0-1noble.20260519.181205_arm64.deb Size: 44838 SHA256: ef09c2ed7cdb4f8b3b462152dc82310c39290794a9d899438e25d2825c3c0f53 SHA1: 664840912db3dafdd6982fc3d5b3ed59ea3a1796 MD5sum: bef4f620a42d55094126ce3579845613 Description: Autoware common messages package. Package: ros-jazzy-autoware-common-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-common-msgs Version: 1.12.0-1noble.20260519.181205 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Takagi, Isamu" Installed-Size: 294 Depends: ros-jazzy-autoware-common-msgs (= 1.12.0-1noble.20260519.181205) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-common-msgs/ros-jazzy-autoware-common-msgs-dbgsym_1.12.0-1noble.20260519.181205_arm64.deb Size: 185606 SHA256: e3331378311a52ff8cc3c6912808e6cd36164ec494fa0c03eeeb72bc614321b4 SHA1: 523bf3728720cea87908a39ac738bf37330c5ecf MD5sum: 5890b9ef6126af05fa43e982814a2ef0 Description: debug symbols for ros-jazzy-autoware-common-msgs Build-Ids: 0355bbe1f857fa7ea8c182bea1febc3b0fa8543b 0e0b24a3792a3c56ad47075095a07c32f90cad11 1df41aeacee92eda84df5e9cf92e6bd3141f1e62 30a952b77cacc672bd56c7d64c8e6386905ce836 6e4f56fb9da6658a333a8cc79f8f1c1d1e39ec6a 7a461327072ac9e8c3a1f620c595480c1db0cbd8 9fa705f4ca9f275ffb7b69923b52308a4e924e4a a4d858b1ba86198fde43973d22283d1db231ef07 e81fa73b44ff9336dbf923fa55d2e338b3a7d7e4 f0d2aa9606d645cf78ab98c841d22541d8334d1b f1b13ed549e55b4063626b42da484cda2fea8c55 Package: ros-jazzy-autoware-component-interface-specs Version: 1.8.0-1noble.20260519.215334 Architecture: arm64 Maintainer: "Takagi, Isamu" Installed-Size: 73 Depends: ros-jazzy-autoware-adapi-v1-msgs, ros-jazzy-autoware-control-msgs, ros-jazzy-autoware-localization-msgs, ros-jazzy-autoware-map-msgs, ros-jazzy-autoware-perception-msgs, ros-jazzy-autoware-planning-msgs, ros-jazzy-autoware-system-msgs, ros-jazzy-autoware-vehicle-msgs, ros-jazzy-nav-msgs, ros-jazzy-rcl, ros-jazzy-rclcpp, ros-jazzy-rosidl-runtime-cpp, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_component_interface_specs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-component-interface-specs/ros-jazzy-autoware-component-interface-specs_1.8.0-1noble.20260519.215334_arm64.deb Size: 10100 SHA256: 1f973b7398025d3a41300d56c71c4c63f14f60a95e027ccca79e5c1fd726f657 SHA1: bc06c0e273ca6750e80e0936f50aaaad07b88b90 MD5sum: 8d5ec27c3300fef77de97912dc962d5f Description: The autoware_component_interface_specs package Package: ros-jazzy-autoware-control-msgs Version: 1.12.0-1noble.20260519.035821 Architecture: arm64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 1394 Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_control_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-control-msgs/ros-jazzy-autoware-control-msgs_1.12.0-1noble.20260519.035821_arm64.deb Size: 76576 SHA256: ab7e2e6dd930a54c42c316034b6ace30c25bd52570c766569bdda55211d9c187 SHA1: 9cb0ee54dc6e9f88aa4ef3f32a2b7c15f3cc7728 MD5sum: c74c68dfe1caa473448c0757bcabc144 Description: Autoware control messages package. Package: ros-jazzy-autoware-control-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-control-msgs Version: 1.12.0-1noble.20260519.035821 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 634 Depends: ros-jazzy-autoware-control-msgs (= 1.12.0-1noble.20260519.035821) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-control-msgs/ros-jazzy-autoware-control-msgs-dbgsym_1.12.0-1noble.20260519.035821_arm64.deb Size: 451012 SHA256: 6e0f6ecab58698f08655681fdfe39c6a5586876336a8120f1123dd43916b70d2 SHA1: cc2aeaa4a1e1a78aa158b987f6fc4d1f043adc5c MD5sum: a5c77ae391bdcfbf0042fdee007c313a Description: debug symbols for ros-jazzy-autoware-control-msgs Build-Ids: 0bd741dab27d06e07e83dc3ff5ef287412f8e9ba 191dbc5b68328a1b0ec3ea637fa18b7402130fec 1c2fa5e17713b57decfdcebf3c7591df69d6b600 3e46b4b256ba4646d80797316751d1ffe06e7950 3f19149c5bd8df0cdd094a35c769894fa5d94ef8 58d996191bf0dbaafb19cfbbaa191299f6960ca0 bb456f63294bc6707ef57cb5d110849d02830a1b cc3fedc89c60a7e7c29635f86ec535647041b402 db9ef6c0ba67dcc42dfe17658cf04bf4a137e82c dc7a0d6cd5733bddf88e69972b0de669803b29c2 e6ee9d7c9433d6b9f347a3d9df98c438ad63f0f0 Package: ros-jazzy-autoware-core Version: 1.8.0-1noble.20260520.150112 Architecture: arm64 Maintainer: "Ryohsuke Mitsudome" Installed-Size: 68 Depends: ros-jazzy-autoware-core-api, ros-jazzy-autoware-core-control, ros-jazzy-autoware-core-localization, ros-jazzy-autoware-core-map, ros-jazzy-autoware-core-perception, ros-jazzy-autoware-core-planning, ros-jazzy-autoware-core-sensing, ros-jazzy-autoware-core-vehicle, ros-jazzy-autoware-global-parameter-loader, ros-jazzy-rviz2, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_core/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-core/ros-jazzy-autoware-core_1.8.0-1noble.20260520.150112_arm64.deb Size: 10084 SHA256: b4c101f6f984ddd6311d3425ec01ef3c4fd784be64fce12022dccff292f41a9b SHA1: a7989c404ef34b0346bd59e427b3d32967734f42 MD5sum: 85501440628d184289fdb68770b14738 Description: The autoware_core package Package: ros-jazzy-autoware-core-api Version: 1.8.0-1noble.20260520.104550 Architecture: arm64 Maintainer: "Ryohsuke Mitsudome" Installed-Size: 43 Depends: ros-jazzy-autoware-adapi-adaptors, ros-jazzy-autoware-default-adapi, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_core_api/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-core-api/ros-jazzy-autoware-core-api_1.8.0-1noble.20260520.104550_arm64.deb Size: 5962 SHA256: d8071dbf7f03d2963901540764c7a165f2fe44d113e491ece9d71fca991f84f3 SHA1: 3f023c31ac79ca73682c7c51467b512e1dce6a5f MD5sum: 9238b62f35ca76ed9cfa8f72ce1fbe07 Description: The autoware_core_api package Package: ros-jazzy-autoware-core-control Version: 1.8.0-1noble.20260520.132932 Architecture: arm64 Maintainer: "Ryohsuke Mitsudome" Installed-Size: 45 Depends: ros-jazzy-autoware-simple-pure-pursuit, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_core_control/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-core-control/ros-jazzy-autoware-core-control_1.8.0-1noble.20260520.132932_arm64.deb Size: 6296 SHA256: cf459a61e7794ca7ee579d05ee3426b8ac01985fe0eb1cbe444dae0d57ca01ea SHA1: 66c411b35b15482c4c3d0be0721a5060238832f1 MD5sum: 36d66ea8937f88bf2bd5366f0d0d5eaf Description: The autoware_core_control package Package: ros-jazzy-autoware-core-localization Version: 1.8.0-1noble.20260520.104510 Architecture: arm64 Maintainer: "Ryohsuke Mitsudome" Installed-Size: 63 Depends: ros-jazzy-autoware-downsample-filters, ros-jazzy-autoware-ekf-localizer, ros-jazzy-autoware-ndt-scan-matcher, ros-jazzy-autoware-pose-initializer, ros-jazzy-autoware-stop-filter, ros-jazzy-autoware-twist2accel, ros-jazzy-topic-tools, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_core_localization/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-core-localization/ros-jazzy-autoware-core-localization_1.8.0-1noble.20260520.104510_arm64.deb Size: 10042 SHA256: 7ddc2ff582a74abc1d5bea43817fd55cc1798e942a89cfb44997a6d5dac4e77a SHA1: d7483b8476850224d5067c3484ec867aef71fd6b MD5sum: 77a0971e2346e1003cb4ac8808ca2747 Description: The autoware_core_localization package Package: ros-jazzy-autoware-core-map Version: 1.8.0-1noble.20260520.104309 Architecture: arm64 Maintainer: "Ryohsuke Mitsudome" Installed-Size: 50 Depends: ros-jazzy-autoware-lanelet2-map-visualizer, ros-jazzy-autoware-map-loader, ros-jazzy-autoware-map-projection-loader, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_core_map/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-core-map/ros-jazzy-autoware-core-map_1.8.0-1noble.20260520.104309_arm64.deb Size: 7082 SHA256: ba492f080fa8b0ce5b1584105069b69ef59a2ccaab32910b524d36769509f0c1 SHA1: f4156c10cc6627ce334d710f628f09ab2b4d4c7d MD5sum: 7ff20532cb4180c4a8b248666d458a76 Description: The autoware_core_map package Package: ros-jazzy-autoware-core-perception Version: 1.8.0-1noble.20260520.104249 Architecture: arm64 Maintainer: "Ryohsuke Mitsudome" Installed-Size: 47 Depends: ros-jazzy-autoware-euclidean-cluster-object-detector, ros-jazzy-autoware-ground-filter, ros-jazzy-autoware-perception-objects-converter, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_core_perception/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-core-perception/ros-jazzy-autoware-core-perception_1.8.0-1noble.20260520.104249_arm64.deb Size: 6858 SHA256: ed59099a951995c673ecfb556789e22dbaf72bd08972a83c23ff50b8b9c98c0e SHA1: d4833ee4f9cfc9d4bfd02b50598d86ef1313a71b MD5sum: c44d5d29adaf7d8756d3e1cd3d80cbde Description: The autoware_core_perception package Package: ros-jazzy-autoware-core-planning Version: 1.8.0-1noble.20260520.132831 Architecture: arm64 Maintainer: "Ryohsuke Mitsudome" Installed-Size: 83 Depends: ros-jazzy-autoware-behavior-velocity-planner, ros-jazzy-autoware-behavior-velocity-stop-line-module, ros-jazzy-autoware-mission-planner, ros-jazzy-autoware-motion-velocity-obstacle-stop-module, ros-jazzy-autoware-motion-velocity-planner, ros-jazzy-autoware-path-generator, ros-jazzy-autoware-planning-topic-converter, ros-jazzy-autoware-velocity-smoother, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_core_planning/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-core-planning/ros-jazzy-autoware-core-planning_1.8.0-1noble.20260520.132831_arm64.deb Size: 14156 SHA256: ef601706536be50034ab7b1d001a3cc02d4a4a6bf13891b2fc935c01b2ebf8c3 SHA1: b3c7b2faf005a73e7cfd30c8875c01a0ec0185e4 MD5sum: e4ffbfc6df208f73caf2e47b12c81668 Description: The autoware_core_planning package Package: ros-jazzy-autoware-core-sensing Version: 1.8.0-1noble.20260520.055838 Architecture: arm64 Maintainer: "Ryohsuke Mitsudome" Installed-Size: 43 Depends: ros-jazzy-autoware-vehicle-velocity-converter, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_core_sensing/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-core-sensing/ros-jazzy-autoware-core-sensing_1.8.0-1noble.20260520.055838_arm64.deb Size: 6066 SHA256: e3d8f8fb6f1968b762c778e702be7833824b8c844613dd700fb73c9506753b1e SHA1: e03b9ddb2239f1ea584113e6fadacf047cd8b768 MD5sum: 12106c364c536d8522afa2f7b1ac867a Description: The autoware_core_sensing package Package: ros-jazzy-autoware-core-vehicle Version: 1.8.0-1noble.20260520.044356 Architecture: arm64 Maintainer: "Ryohsuke Mitsudome" Installed-Size: 45 Depends: ros-jazzy-robot-state-publisher, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_core_vehicle/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-core-vehicle/ros-jazzy-autoware-core-vehicle_1.8.0-1noble.20260520.044356_arm64.deb Size: 6262 SHA256: 81dac6be92ae4ef1f8773cdcbc37787f695e9f0cf8864703fc1d3411f52fc9c8 SHA1: f9cb40ad476889be691a73cfe072f05e0ac28c80 MD5sum: 4e2b6a89e1d4a58d55e3befbcb302ce8 Description: The autoware_core_vehicle package Package: ros-jazzy-autoware-crop-box-filter Version: 1.8.0-1noble.20260520.095540 Architecture: arm64 Maintainer: "amc-nu" Installed-Size: 867 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-autoware-point-types, ros-jazzy-autoware-utils-debug, ros-jazzy-autoware-utils-system, ros-jazzy-autoware-utils-tf, ros-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-tf2-eigen, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_crop_box_filter/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-crop-box-filter/ros-jazzy-autoware-crop-box-filter_1.8.0-1noble.20260520.095540_arm64.deb Size: 175466 SHA256: 418a6958816f53d97b0770e2ed40344ff170bfd5bfb803d5fea73e6e3fb0f64a SHA1: 3311ad11f497cbf9bab73620311c0ecc17234974 MD5sum: 93fc62af353a921c37e5681a9b115a0e Description: The ROS 2 autoware_crop_box_filter package Package: ros-jazzy-autoware-crop-box-filter-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-crop-box-filter Version: 1.8.0-1noble.20260520.095540 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "amc-nu" Installed-Size: 4277 Depends: ros-jazzy-autoware-crop-box-filter (= 1.8.0-1noble.20260520.095540) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-crop-box-filter/ros-jazzy-autoware-crop-box-filter-dbgsym_1.8.0-1noble.20260520.095540_arm64.deb Size: 3742688 SHA256: 9ed9493edeb4af993771c87dbe1016b3dac61e81cfab83d9b0f8a62703920d00 SHA1: 60310a012e9af9114a424668f85f56b60cb09362 MD5sum: 6fb1ec846a2a1a40f8179d6f881145ab Description: debug symbols for ros-jazzy-autoware-crop-box-filter Build-Ids: 5081a51c85e0a8322b7fd96714033793e8f1bf10 a74feefbb4ff8b07a6a3d98ef0db76ddbd94c074 Package: ros-jazzy-autoware-default-adapi Version: 1.8.0-1noble.20260520.094945 Architecture: arm64 Maintainer: "Takagi, Isamu" Installed-Size: 1614 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), python3-flask, ros-jazzy-autoware-adapi-specs, ros-jazzy-autoware-adapi-v1-msgs, ros-jazzy-autoware-adapi-version-msgs, ros-jazzy-autoware-component-interface-specs, ros-jazzy-autoware-geography-utils, ros-jazzy-autoware-global-parameter-loader, ros-jazzy-autoware-localization-msgs, ros-jazzy-autoware-motion-utils, ros-jazzy-autoware-planning-msgs, ros-jazzy-autoware-qos-utils, ros-jazzy-autoware-system-msgs, ros-jazzy-autoware-utils-rclcpp, ros-jazzy-autoware-vehicle-info-utils, ros-jazzy-autoware-vehicle-msgs, ros-jazzy-diagnostic-updater, ros-jazzy-geographic-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-shape-msgs, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_default_adapi/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-default-adapi/ros-jazzy-autoware-default-adapi_1.8.0-1noble.20260520.094945_arm64.deb Size: 245480 SHA256: 40d3c02a622afc48e2708eb7c14d4a582f3bda351bf27b7e4e8dc05e81675608 SHA1: b2b35743b2a379230d907847cde51d5fd1c90527 MD5sum: 136e2e74be8bcf63f066035251daecf3 Description: The autoware_default_adapi package Package: ros-jazzy-autoware-default-adapi-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-default-adapi Version: 1.8.0-1noble.20260520.094945 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Takagi, Isamu" Installed-Size: 8407 Depends: ros-jazzy-autoware-default-adapi (= 1.8.0-1noble.20260520.094945) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-default-adapi/ros-jazzy-autoware-default-adapi-dbgsym_1.8.0-1noble.20260520.094945_arm64.deb Size: 6996010 SHA256: 8c9992eff93302013d33b2c29d45b6e5aee11d78cd642de502e16bf17b61a1f1 SHA1: 1ce561b9019f485002f5e508ada998367d8f5f39 MD5sum: 41ea4f8525a34e20e87945f529360498 Description: debug symbols for ros-jazzy-autoware-default-adapi Build-Ids: acbf882b449aeedfd91319bbb45f58369ccbbf53 Package: ros-jazzy-autoware-downsample-filters Version: 1.8.0-1noble.20260520.095612 Architecture: arm64 Maintainer: "amc-nu" Installed-Size: 847 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpcl-common1.14 (>= 1.14.0+dfsg), libpcl-filters1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), ros-jazzy-autoware-point-types, ros-jazzy-autoware-utils-debug, ros-jazzy-autoware-utils-system, ros-jazzy-autoware-utils-tf, ros-jazzy-pcl-conversions, ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_downsample_filters/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-downsample-filters/ros-jazzy-autoware-downsample-filters_1.8.0-1noble.20260520.095612_arm64.deb Size: 168508 SHA256: 1447c1b45d9a3c6d0ee05c5f60088959f55f5a6c99ba61b2f549d992f8e4253f SHA1: 72c4599a8f905efba874a0406bcedc74cf9ab600 MD5sum: 453b972d8ae7f7106ba8a98c5a0ea41a Description: The ROS 2 autoware_downsample_filters package Package: ros-jazzy-autoware-downsample-filters-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-downsample-filters Version: 1.8.0-1noble.20260520.095612 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "amc-nu" Installed-Size: 6869 Depends: ros-jazzy-autoware-downsample-filters (= 1.8.0-1noble.20260520.095612) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-downsample-filters/ros-jazzy-autoware-downsample-filters-dbgsym_1.8.0-1noble.20260520.095612_arm64.deb Size: 6088726 SHA256: 97138e2a177c0e99fe7cb807a1b59ddc86a8aed27be73b39456ec8be04082abf SHA1: 87a0153ebd11334458bfa0e1838fa1095922d51e MD5sum: 65e56d286f5192d27caf65fad32508cd Description: debug symbols for ros-jazzy-autoware-downsample-filters Build-Ids: 49a09e07413a6dd016ccf8b72ee66bf5100e5f14 e2b700b35e94644cbde0ad609805d94dcf7ae51d f208a42e3b625a39e69f5b61b0ef1b29b4ccf8de Package: ros-jazzy-autoware-ekf-localizer Version: 1.8.0-1noble.20260520.055938 Architecture: arm64 Maintainer: "Takamasa Horibe" Installed-Size: 1359 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, ros-jazzy-autoware-agnocast-wrapper, ros-jazzy-autoware-internal-debug-msgs, ros-jazzy-autoware-kalman-filter, ros-jazzy-autoware-localization-util, ros-jazzy-autoware-utils-geometry, ros-jazzy-autoware-utils-logging, ros-jazzy-autoware-utils-system, ros-jazzy-diagnostic-msgs, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-std-srvs, ros-jazzy-tf2, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_ekf_localizer/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-ekf-localizer/ros-jazzy-autoware-ekf-localizer_1.8.0-1noble.20260520.055938_arm64.deb Size: 259832 SHA256: d3ef55f11e3051628943ab66eed5b4b472000ad8cf0276b39e8ce138fee54ccb SHA1: 73ed5960dce3d5490ece2e274b901772dd390802 MD5sum: a39776305ddabfe6356e9dcc71756436 Description: The autoware_ekf_localizer package Package: ros-jazzy-autoware-ekf-localizer-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-ekf-localizer Version: 1.8.0-1noble.20260520.055938 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Takamasa Horibe" Installed-Size: 7539 Depends: ros-jazzy-autoware-ekf-localizer (= 1.8.0-1noble.20260520.055938) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-ekf-localizer/ros-jazzy-autoware-ekf-localizer-dbgsym_1.8.0-1noble.20260520.055938_arm64.deb Size: 6603330 SHA256: 2c181680e172b5981cae9bbf95219e4661d7a422ec28346073815c81f39ee031 SHA1: ecd4846b0c400095e822fd46d0dfbba0d52f2c47 MD5sum: e2957e1d3234d905f321d9f30944d6cd Description: debug symbols for ros-jazzy-autoware-ekf-localizer Build-Ids: 05ed2e82959e2f83b442de47d3ef178fd4e29cc6 7bb0a9b574b3f14ac1cb1c71c778e28f080f08cc Package: ros-jazzy-autoware-euclidean-cluster-object-detector Version: 1.8.0-1noble.20260520.101015 Architecture: arm64 Maintainer: "Yukihiro Saito" Installed-Size: 1542 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpcl-common1.14 (>= 1.14.0+dfsg), libpcl-filters1.14 (>= 1.14.0+dfsg), libpcl-search1.14 (>= 1.14.0+dfsg), libpcl-segmentation1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), libpcl-dev, ros-jazzy-autoware-crop-box-filter, ros-jazzy-autoware-perception-msgs, ros-jazzy-autoware-point-types, ros-jazzy-autoware-utils-debug, ros-jazzy-autoware-utils-diagnostics, ros-jazzy-autoware-utils-system, ros-jazzy-geometry-msgs, ros-jazzy-pcl-conversions, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_euclidean_cluster_object_detector/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-euclidean-cluster-object-detector/ros-jazzy-autoware-euclidean-cluster-object-detector_1.8.0-1noble.20260520.101015_arm64.deb Size: 244428 SHA256: f15a46c74cf1effe1ee64a63eecea24a66da55220325c0a93c676dc9f828ce73 SHA1: 56a73753338ab19a9dad62df35686cee0db21f84 MD5sum: 469e654afe1524c184d9dfa016667027 Description: The autoware_euclidean_cluster_object_detector package Package: ros-jazzy-autoware-euclidean-cluster-object-detector-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-euclidean-cluster-object-detector Version: 1.8.0-1noble.20260520.101015 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Yukihiro Saito" Installed-Size: 9112 Depends: ros-jazzy-autoware-euclidean-cluster-object-detector (= 1.8.0-1noble.20260520.101015) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-euclidean-cluster-object-detector/ros-jazzy-autoware-euclidean-cluster-object-detector-dbgsym_1.8.0-1noble.20260520.101015_arm64.deb Size: 8064874 SHA256: 0bb9a7e428aa52ac231b3807cfe6b03e641f13ac4acba25b3038848ab32ac435 SHA1: c542bf784317b5792b851a7f5dab89034a8d495b MD5sum: 9a88f5f89ae7562a7003801373aaa74c Description: debug symbols for ros-jazzy-autoware-euclidean-cluster-object-detector Build-Ids: 439b1e8e54bf5ea879eefcdc2bfbb34a1c4b1758 53702a65913f9ce11030147be0cb1bdb652a6c83 7d69cfe8c8ad30571effffa7d810c62618aee918 ac12f78285f2c7c4d338993329bb01316a44111f f48f1cc58d0d1428cb9621a0df1583e74f35cfe0 Package: ros-jazzy-autoware-geography-utils Version: 1.8.0-1noble.20260520.004937 Architecture: arm64 Maintainer: "Yamato Ando" Installed-Size: 136 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libgeographiclib26 (>= 1.46), libstdc++6 (>= 5.2), ros-jazzy-lanelet2-projection, libgeographiclib-dev, ros-jazzy-autoware-lanelet2-extension, ros-jazzy-autoware-map-msgs, ros-jazzy-geographic-msgs, ros-jazzy-geometry-msgs, ros-jazzy-lanelet2-io, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_geography_utils/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-geography-utils/ros-jazzy-autoware-geography-utils_1.8.0-1noble.20260520.004937_arm64.deb Size: 19736 SHA256: 974ba2a2df0ab1c72164e76d7ba6427a6876b4d23fe7bd7f3b53e243a3658bfb SHA1: 3b28d6165f56a27ba2e7ac2091fad4fb49f67abc MD5sum: f98ce73dd0246fec656e77c0e79bbb2d Description: The autoware_geography_utils package Package: ros-jazzy-autoware-geography-utils-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-geography-utils Version: 1.8.0-1noble.20260520.004937 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Yamato Ando" Installed-Size: 213 Depends: ros-jazzy-autoware-geography-utils (= 1.8.0-1noble.20260520.004937) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-geography-utils/ros-jazzy-autoware-geography-utils-dbgsym_1.8.0-1noble.20260520.004937_arm64.deb Size: 189350 SHA256: 178820571f9e17d900082b397f923a6b0270fed6a93e1c27f737c013f2f5c4f1 SHA1: 4de33cfbe3ff069964889345127be3c3cf0fd2b6 MD5sum: 26dda705d0776062547b9a868d6f38a4 Description: debug symbols for ros-jazzy-autoware-geography-utils Build-Ids: 92c3522fe62776c82521cafff7267bd5caa0ff65 Package: ros-jazzy-autoware-global-parameter-loader Version: 1.8.0-1noble.20260520.055639 Architecture: arm64 Maintainer: "Ryohsuke Mitsudome" Installed-Size: 44 Depends: ros-jazzy-autoware-vehicle-info-utils, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_global_parameter_loader/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-global-parameter-loader/ros-jazzy-autoware-global-parameter-loader_1.8.0-1noble.20260520.055639_arm64.deb Size: 6562 SHA256: 785c41290840aa4c56bdaca4ac1d2ceb3de56097b0bf2eae5b262807f81994aa SHA1: fbc472104b45c7f36cf363f2b4d6ed2233fef248 MD5sum: 1cf2f54a80f585168ba49dbc27cc280a Description: The autoware_global_parameter_loader package Package: ros-jazzy-autoware-gnss-poser Version: 1.8.0-1noble.20260520.005456 Architecture: arm64 Maintainer: "Xingang Liu" Installed-Size: 1290 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libgeographiclib-dev, ros-jazzy-autoware-geography-utils, ros-jazzy-autoware-internal-debug-msgs, ros-jazzy-autoware-map-msgs, ros-jazzy-autoware-sensing-msgs, ros-jazzy-geographic-msgs, ros-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_gnss_poser/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-gnss-poser/ros-jazzy-autoware-gnss-poser_1.8.0-1noble.20260520.005456_arm64.deb Size: 193334 SHA256: 815a52a09926c7edef112470f36541344898b50753e07b4286df6a2511fcc18a SHA1: 09cdf590e30c72c665ab265ae54caff1b2bafb0e MD5sum: abccb6b75ee8950e51aff00f6f36b331 Description: The ROS 2 autoware_gnss_poser package Package: ros-jazzy-autoware-gnss-poser-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-gnss-poser Version: 1.8.0-1noble.20260520.005456 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Xingang Liu" Installed-Size: 5279 Depends: ros-jazzy-autoware-gnss-poser (= 1.8.0-1noble.20260520.005456) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-gnss-poser/ros-jazzy-autoware-gnss-poser-dbgsym_1.8.0-1noble.20260520.005456_arm64.deb Size: 4306902 SHA256: f5bde077f40e5575cadbd906a7d3255e6e5f89c21ae8a8c84035afe27b2b77e5 SHA1: 82760fec6a1770a3a5d3dc3ab65b9bb65a8440bf MD5sum: 7d1960fdd84428fab550093da56e95a8 Description: debug symbols for ros-jazzy-autoware-gnss-poser Build-Ids: 1afa047c7d0b85d4e7747ecb4aac898a1dc29038 b5128fba9522db48fca72caecfefbec389582d97 Package: ros-jazzy-autoware-ground-filter Version: 1.8.0-1noble.20260520.092312 Architecture: arm64 Maintainer: "amc-nu" Installed-Size: 1360 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ament-index-cpp, ros-jazzy-autoware-point-types, ros-jazzy-autoware-utils-debug, ros-jazzy-autoware-utils-geometry, ros-jazzy-autoware-utils-math, ros-jazzy-autoware-utils-system, ros-jazzy-autoware-utils-tf, ros-jazzy-autoware-vehicle-info-utils, ros-jazzy-message-filters, ros-jazzy-pcl-conversions, ros-jazzy-pcl-ros, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-tf2-eigen, ros-jazzy-tf2-ros, ros-jazzy-tf2-sensor-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_ground_filter/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-ground-filter/ros-jazzy-autoware-ground-filter_1.8.0-1noble.20260520.092312_arm64.deb Size: 259408 SHA256: e83ac414937247e51569cfa665a6aa2f4b5275416f7a8944082cdc85f2803d09 SHA1: 88410cfcd0160053db43b6873740245ee278bc84 MD5sum: 442a2be595814c8c945dfa9f48d9c461 Description: The ROS 2 autoware_ground_filter package Package: ros-jazzy-autoware-ground-filter-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-ground-filter Version: 1.8.0-1noble.20260520.092312 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "amc-nu" Installed-Size: 7550 Depends: ros-jazzy-autoware-ground-filter (= 1.8.0-1noble.20260520.092312) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-ground-filter/ros-jazzy-autoware-ground-filter-dbgsym_1.8.0-1noble.20260520.092312_arm64.deb Size: 6667410 SHA256: 8f02a23ff128d5b4b09e2d185a72c342a906b79780011d156e77d245299e12c5 SHA1: d12d5854c198c2c3c98fb9be110ef6a250fe7457 MD5sum: b2223292e8e046085e7b27d049d82300 Description: debug symbols for ros-jazzy-autoware-ground-filter Build-Ids: 37af637fe7b9bdbaf20ff7f48b1b71d9aba9fd1c 7b5d4e1d06f82b0434af34b30341a5bebf9a9920 Package: ros-jazzy-autoware-gyro-odometer Version: 1.8.0-1noble.20260520.025631 Architecture: arm64 Maintainer: "Yamato Ando" Installed-Size: 970 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libfmt-dev, ros-jazzy-autoware-agnocast-wrapper, ros-jazzy-autoware-localization-util, ros-jazzy-autoware-utils-diagnostics, ros-jazzy-autoware-utils-geometry, ros-jazzy-autoware-utils-logging, ros-jazzy-autoware-utils-tf, ros-jazzy-diagnostic-msgs, ros-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_gyro_odometer/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-gyro-odometer/ros-jazzy-autoware-gyro-odometer_1.8.0-1noble.20260520.025631_arm64.deb Size: 159498 SHA256: cb9b6969c6bfa11e3179e2e9b24cedaec26e89e3b7393f39d5b414128bb5c3ae SHA1: 70ab6d4ca664f94428ca7fffac7bc4cf621fffa9 MD5sum: 493cdc1153964d129e980e12baa3284f Description: The autoware_gyro_odometer package as a ROS 2 node Package: ros-jazzy-autoware-gyro-odometer-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-gyro-odometer Version: 1.8.0-1noble.20260520.025631 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Yamato Ando" Installed-Size: 4024 Depends: ros-jazzy-autoware-gyro-odometer (= 1.8.0-1noble.20260520.025631) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-gyro-odometer/ros-jazzy-autoware-gyro-odometer-dbgsym_1.8.0-1noble.20260520.025631_arm64.deb Size: 3349670 SHA256: adcd5ae8642b07f7fde851af0fa0b0bc5ff86ec7ce3b9ec92e40968dd9e293bf SHA1: d78d7875615ab5f7b41f09a92639ab91d5af8a44 MD5sum: b0a0e6500f3697aff0da7e96480c319e Description: debug symbols for ros-jazzy-autoware-gyro-odometer Build-Ids: 1891ad42511370760ca2f66589504d5997884294 d59e5dbb288debb89099c53d196796b0c7a9b08f Package: ros-jazzy-autoware-internal-debug-msgs Version: 1.12.1-1noble.20260519.043316 Architecture: arm64 Maintainer: Ryohsuke Mitsudome Installed-Size: 2846 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-internal-debug-msgs/ros-jazzy-autoware-internal-debug-msgs_1.12.1-1noble.20260519.043316_arm64.deb Size: 176132 SHA256: ef4c035934c6935ca0a7e358a2861f056ee00285a70e827a9490ccba206fac9f SHA1: 0b19149755f5b0e16a55f3fcbe6b2eda4736a056 MD5sum: 7e60cdc6af283e4412e100698cdf5299 Description: Autoware internal debug messages package. Package: ros-jazzy-autoware-internal-debug-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-internal-debug-msgs Version: 1.12.1-1noble.20260519.043316 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Ryohsuke Mitsudome Installed-Size: 2122 Depends: ros-jazzy-autoware-internal-debug-msgs (= 1.12.1-1noble.20260519.043316) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-internal-debug-msgs/ros-jazzy-autoware-internal-debug-msgs-dbgsym_1.12.1-1noble.20260519.043316_arm64.deb Size: 1594426 SHA256: a0521e61e933f700097a13dbe454b1a9aed55c4bddf250b311548527a266af9f SHA1: 39b4df0ab2d41c6c68f89796d6f04d786f0fc7d2 MD5sum: 9bdd88cde1f80d6233143e643cd625d6 Description: debug symbols for ros-jazzy-autoware-internal-debug-msgs Build-Ids: 1630bc04ba92f90b358ae659353d819a953fabf6 2bb184f7c8cf4309f9d9427342d8efdb544cdbbf 35af5c770eebf61f316f2f96fadb547ff686dfa1 5f1cd1920db80d46810a27fa2d1119ac4f81d881 602f9c75e22fe6e5ebbfc2ee0072a5849741e0c1 7b71901fed3544dd46b9b54cdd3cfb8d83cbf647 7fd6d9d20a9ac8912de47165077931309c26690e a7958a2390c3236172d1557b512301bdd26b4b72 b971a3853649f2e10ae72a9d3e81ec5fe0e3c3d3 c4af3c5d5b4cd0cff7fd04950a54904709b9959b ce26ab2f87171721737300113317412c586e42b3 Package: ros-jazzy-autoware-internal-localization-msgs Version: 1.12.1-1noble.20260519.192320 Architecture: arm64 Maintainer: Autoware Installed-Size: 1735 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-autoware-common-msgs, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-internal-localization-msgs/ros-jazzy-autoware-internal-localization-msgs_1.12.1-1noble.20260519.192320_arm64.deb Size: 108440 SHA256: 5827cc73e5c1db801ce55b85fe64068a4340dc28152e72bfcc603f63dd44640b SHA1: af45b018f2858be7d0b7c92a4ad2624b2a6659eb MD5sum: c50d08bb341fb6efa459ef52a2b613ad Description: The autoware_internal_localization_msgs package Package: ros-jazzy-autoware-internal-localization-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-internal-localization-msgs Version: 1.12.1-1noble.20260519.192320 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Autoware Installed-Size: 974 Depends: ros-jazzy-autoware-internal-localization-msgs (= 1.12.1-1noble.20260519.192320) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-internal-localization-msgs/ros-jazzy-autoware-internal-localization-msgs-dbgsym_1.12.1-1noble.20260519.192320_arm64.deb Size: 702162 SHA256: 7f209826f1bdbef5d5bbadcb7bc7c772872b12fe6deaeb9354f4cd6d9f69d9b9 SHA1: b36b240215baee42d61164732f5568daed7a2f30 MD5sum: cec86c51655f2758737a01c44df75409 Description: debug symbols for ros-jazzy-autoware-internal-localization-msgs Build-Ids: 0398043cecaaf13c09528c18732ebf2eb522143a 177fd70bd44c7d4a00496068f3343291bbe8bf39 18fb7e85bf0a2d73a52881906a7cd0b5ce55bc50 6687176b3a55151510d4006715989dcb56f82c3c 71ba7906a221edd231f41d5f51dc5f34d3b635af 732dd1cf4b9d76529f479850f847843975538cec 85e34c7752789e42c0eccaaf1d98a02d989e464c 9c8170afaeccf28bad889829d1d5a51c61696c52 9def7d225c195e607ecb82ecf6bd78dad6246d8a bb144e23dee01f4ac972aa589ca6173bc9ba80ea da52854e77d0cda97af28ddf3083045913088674 Package: ros-jazzy-autoware-internal-metric-msgs Version: 1.12.1-1noble.20260519.035901 Architecture: arm64 Maintainer: Temkei Kem Installed-Size: 1116 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-internal-metric-msgs/ros-jazzy-autoware-internal-metric-msgs_1.12.1-1noble.20260519.035901_arm64.deb Size: 59846 SHA256: ceb410d108abb5f2867ad2acb023ae6165473d9d62ccb74b7fb76b3783ce8d1e SHA1: 72b45f252c4e7776b130e8ad545dfb39b3c08705 MD5sum: bb1169fc752f7ff22c3f98f075643adb Description: The autoware_internal_metric_msgs package Package: ros-jazzy-autoware-internal-metric-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-internal-metric-msgs Version: 1.12.1-1noble.20260519.035901 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Temkei Kem Installed-Size: 460 Depends: ros-jazzy-autoware-internal-metric-msgs (= 1.12.1-1noble.20260519.035901) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-internal-metric-msgs/ros-jazzy-autoware-internal-metric-msgs-dbgsym_1.12.1-1noble.20260519.035901_arm64.deb Size: 322576 SHA256: 11fb93751899937f25d44e19587805feb739625fe85c052bc48a726ce17a7435 SHA1: b943d4dfd8270a26f95c2f3fc06504817ddf6c7e MD5sum: 3635b09ed2d8d0fda68bb51557d35122 Description: debug symbols for ros-jazzy-autoware-internal-metric-msgs Build-Ids: 2a5ed576512dd79ba8757c8495dc75e5e9625f8d 6a7e6c59c701aa310947f1f80fd598d793cb4180 9469fc519dbca8095ede337b2205c12f0abc10a2 986ce32f8f686ed4006fca9e4a67e68855294db0 9bbf66ffb5d10c55223e3ac69e38c59ff0352bd6 9d49fcf626c15831b1b52263026c4df6f600f89b a603daa8000140536166c4add3ef6e7b147b1d98 b5a9a5db6a498b828536926a11164463821feb49 b8f6226f9a4075c16f2761a77447c6ac0a49a6ec cef011786ad23d202243d0bae827534c89f4ed33 d10486566cddebc664b609f8e2f93f9c42e31ec8 Package: ros-jazzy-autoware-internal-msgs Version: 1.12.1-1noble.20260519.191610 Architecture: arm64 Maintainer: Berkay Karaman Installed-Size: 1235 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-autoware-internal-debug-msgs, ros-jazzy-autoware-internal-metric-msgs, ros-jazzy-autoware-internal-perception-msgs, ros-jazzy-autoware-internal-planning-msgs, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-internal-msgs/ros-jazzy-autoware-internal-msgs_1.12.1-1noble.20260519.191610_arm64.deb Size: 63590 SHA256: 3ade20d4d6bd24a60a895b70f718ea3d7b8e956faaddaa6a190727244701a07d SHA1: bb154dfff7f09cf3ebd5e9b37d5937b336d9dd23 MD5sum: f5003df8ea697f13ea749b4dbae63ec2 Description: Autoware internal messages package. Package: ros-jazzy-autoware-internal-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-internal-msgs Version: 1.12.1-1noble.20260519.191610 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Berkay Karaman Installed-Size: 518 Depends: ros-jazzy-autoware-internal-msgs (= 1.12.1-1noble.20260519.191610) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-internal-msgs/ros-jazzy-autoware-internal-msgs-dbgsym_1.12.1-1noble.20260519.191610_arm64.deb Size: 357846 SHA256: b6e9e0edcc8251d6de6b125926c34fc453888ae2db399d9b06547bcd79c5fd74 SHA1: 30761dafc96f2949d7f7ad25c6fd7ea3d7915433 MD5sum: 12da644d93093c343bab5a23c2f492e2 Description: debug symbols for ros-jazzy-autoware-internal-msgs Build-Ids: 083d4096cced309b644a1daca789a10238499338 2b5e616ef3d20f4e700666d124d683135c16b8d5 2d75c6c160293e77c420f5fde9ea5003368a7d3a 3193da319772e0fbf38d478add6bcc409cf97b43 42e3b5d9feaae3c46d90f6575faa5fbc84889b4c 448ed0e3a6d0080fc9a53b14b4067fb6c6314fd9 5d3a2c5547fe070a3deec0987811261f7f902232 613c5627fcad7e8f173570620e50478544c67c0c 74ee76d055e1324e15886e140625bb8ab78b4593 98f8674420f29014861d706de1838fb344762251 a5f586540a62bd6bb5d9955d90043377c5ca1097 Package: ros-jazzy-autoware-internal-perception-msgs Version: 1.12.1-1noble.20260519.191203 Architecture: arm64 Maintainer: M. Fatih Cırıt Installed-Size: 1044 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-autoware-perception-msgs, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-internal-perception-msgs/ros-jazzy-autoware-internal-perception-msgs_1.12.1-1noble.20260519.191203_arm64.deb Size: 50286 SHA256: 81601908f94a423d47c74a3d5476e35f686c6f5f51d4a15b42c33061dabecde0 SHA1: 094963dd30f3a8a4a82c1e5c44b3a3e14b9ded6d MD5sum: 890613fd745c95373bdd750be988fd00 Description: Autoware internal perception messages package. Package: ros-jazzy-autoware-internal-perception-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-internal-perception-msgs Version: 1.12.1-1noble.20260519.191203 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: M. Fatih Cırıt Installed-Size: 336 Depends: ros-jazzy-autoware-internal-perception-msgs (= 1.12.1-1noble.20260519.191203) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-internal-perception-msgs/ros-jazzy-autoware-internal-perception-msgs-dbgsym_1.12.1-1noble.20260519.191203_arm64.deb Size: 220440 SHA256: 2b31c8db11b9803b528f15d6d6048f6710a0bf673b5f389727b747652a51469a SHA1: 820eae875adc595a48627256435c907d6cbbe945 MD5sum: ceed737ecac21877d311ede1ad29dc1e Description: debug symbols for ros-jazzy-autoware-internal-perception-msgs Build-Ids: 53f479c6da8ffdae7b4e5708c690211d121e64c1 77ef1183aadec829c581ccdc72236a639d1cfd13 8564f1cbdf87e98c6e8eb28ca7b5a0657215b3be a64b5d6855b8eebb45e007c7dbb65347755c5061 b69d916bbd04b96f351c011518c537c3602ba0c8 b6f55b6373f11e0dd4bd89eca078599ee977ae86 bc954ad1c65fa58dbf247a2bd75aefb16e962dce c1440df4e275714a2a99375d5b56e414ecc5a518 c6a4231c4a4dcbcbd7ed04d1b26c718b4ed93e96 d60b7fbb39e0949da728f9a431a1c84d70a42c43 d9cb2431a992a9073cda003fa96ca894a88da511 Package: ros-jazzy-autoware-internal-planning-msgs Version: 1.12.1-1noble.20260519.191027 Architecture: arm64 Maintainer: Yukihiro Saito Installed-Size: 5743 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-autoware-common-msgs, ros-jazzy-autoware-perception-msgs, ros-jazzy-autoware-planning-msgs, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-unique-identifier-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-internal-planning-msgs/ros-jazzy-autoware-internal-planning-msgs_1.12.1-1noble.20260519.191027_arm64.deb Size: 366486 SHA256: 5dc180b76e9ba448bbfead22fb5e76195272dda6789152b16b0b1ed3c6a774d8 SHA1: d02307a08d74cec27edc495425fd72da487d58e9 MD5sum: 57d223027d245d0856f8e2cde8811147 Description: The autoware_internal_planning_msgs package Package: ros-jazzy-autoware-internal-planning-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-internal-planning-msgs Version: 1.12.1-1noble.20260519.191027 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Yukihiro Saito Installed-Size: 4579 Depends: ros-jazzy-autoware-internal-planning-msgs (= 1.12.1-1noble.20260519.191027) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-internal-planning-msgs/ros-jazzy-autoware-internal-planning-msgs-dbgsym_1.12.1-1noble.20260519.191027_arm64.deb Size: 3539558 SHA256: 4b19725b1d46dc80848c9254a2e182abef17b8db170a4d2c318a0034857b5a99 SHA1: c1c16fcad9b307da0a653f1f6ca8a94dec7e5bad MD5sum: c2a1d47ffcb38cdbb9ce44909d4d7d96 Description: debug symbols for ros-jazzy-autoware-internal-planning-msgs Build-Ids: 115fa0fae32398d3dc3d852bfcd921394ae95263 2fd19398f28e0a9f1a8018525309103ac6d4b3c2 3a0774e199a3b693f7916bdfcf0aafd5c566f72d 4d39da3ba039e2736fa0eef518bc1e02d1621e07 807c5c537e8b3251cf990d307ec4d39116573c4f 8940386aa381178eaca989f842eae7f94a3e97d5 a101bec613420488a51403921cee46417284bbd6 b02c9139087cfefa36971b99816384c02df16c90 cfa325d3fb58d10e0ed6210a6d783f601b4be6d9 ea998fc9977827b06bb688ee191f13090c298001 f2b9eb9ed5c0e0afd244ff33555ff44e153efb6a Package: ros-jazzy-autoware-interpolation Version: 1.8.0-1noble.20260520.020403 Architecture: arm64 Maintainer: "Fumiya Watanabe" Installed-Size: 153 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, ros-jazzy-autoware-utils-geometry, ros-jazzy-geometry-msgs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_interpolation/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-interpolation/ros-jazzy-autoware-interpolation_1.8.0-1noble.20260520.020403_arm64.deb Size: 37888 SHA256: 1d853188b34c46b313c04971e142880b0f89d9b6ccfcf3ff3f77b317b15f7c82 SHA1: 35463f26e8b41e1f48eef04c2153322141bdce4d MD5sum: 8c7c2e584c02c7b902580ea40064e29b Description: The spline interpolation package Package: ros-jazzy-autoware-interpolation-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-interpolation Version: 1.8.0-1noble.20260520.020403 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Fumiya Watanabe" Installed-Size: 850 Depends: ros-jazzy-autoware-interpolation (= 1.8.0-1noble.20260520.020403) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-interpolation/ros-jazzy-autoware-interpolation-dbgsym_1.8.0-1noble.20260520.020403_arm64.deb Size: 825970 SHA256: bda125ab528aa51ff105677b0e8ff8d9d08440dc7fbe0f2df484bde15f3f461f SHA1: 80b8480f99b43e1511f05b4e3d7b7c4fe1ca7a62 MD5sum: 484f5f6f2a5282eda2738f7552ce80f9 Description: debug symbols for ros-jazzy-autoware-interpolation Build-Ids: 6bce77b1f284e9e9c5d124243d1fbec8996c0019 Package: ros-jazzy-autoware-kalman-filter Version: 1.8.0-1noble.20260514.085632 Architecture: arm64 Maintainer: "Yukihiro Saito" Installed-Size: 202 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_kalman_filter/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-kalman-filter/ros-jazzy-autoware-kalman-filter_1.8.0-1noble.20260514.085632_arm64.deb Size: 60524 SHA256: a9dc431154c1cd3fc568d02e5ec0c0cd9107c9c35254b1f2a254f6f02e8d58f9 SHA1: 00b0c0c2e94c7220d6258c9194ec2d72ff0f97aa MD5sum: 43c460c41197c73390098f332f232fd7 Description: The kalman filter package Package: ros-jazzy-autoware-kalman-filter-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-kalman-filter Version: 1.8.0-1noble.20260514.085632 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Yukihiro Saito" Installed-Size: 2938 Depends: ros-jazzy-autoware-kalman-filter (= 1.8.0-1noble.20260514.085632) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-kalman-filter/ros-jazzy-autoware-kalman-filter-dbgsym_1.8.0-1noble.20260514.085632_arm64.deb Size: 2923974 SHA256: 9701f3d102b5dfc1f78c97060d2cac29a2fd7b87a2e235af385b56cfcc6f2c65 SHA1: 554c6456df994475303e53689a7c5641ce4b3f44 MD5sum: 89536ecaaeaa762316f645b5e759d90a Description: debug symbols for ros-jazzy-autoware-kalman-filter Build-Ids: fde8225bb76520f69a88db4189c08a43f4a6ae53 Package: ros-jazzy-autoware-lanelet2-extension Version: 1.1.0-1noble.20260520.003915 Architecture: arm64 Maintainer: "mitsudome-r" Installed-Size: 1523 Depends: libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libgeographiclib26 (>= 1.43), libpugixml1v5 (>= 1.4), libstdc++6 (>= 13.1), ros-jazzy-lanelet2-core, ros-jazzy-lanelet2-io, ros-jazzy-lanelet2-routing, ros-jazzy-lanelet2-traffic-rules, libgeographiclib-dev, libpugixml-dev, librange-v3-dev, ros-jazzy-autoware-map-msgs, ros-jazzy-autoware-planning-msgs, ros-jazzy-geometry-msgs, ros-jazzy-lanelet2-maps, ros-jazzy-lanelet2-projection, ros-jazzy-lanelet2-validation, ros-jazzy-rclcpp, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_lanelet2_extension/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-lanelet2-extension/ros-jazzy-autoware-lanelet2-extension_1.1.0-1noble.20260520.003915_arm64.deb Size: 386426 SHA256: f085a6e753b6c7b3e06d4de4c9def21f22e08147415d406e298d0bd67e4ddcaf SHA1: c20ef0d68466cd022e9fc7757e8a70d5065de41e MD5sum: dab7dd2d16bc5a9026a990e61804d6cb Description: The autoware_lanelet2_extension package contains libraries to handle Lanelet2 format data. Package: ros-jazzy-autoware-lanelet2-extension-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-lanelet2-extension Version: 1.1.0-1noble.20260520.003915 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "mitsudome-r" Installed-Size: 14891 Depends: ros-jazzy-autoware-lanelet2-extension (= 1.1.0-1noble.20260520.003915) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-lanelet2-extension/ros-jazzy-autoware-lanelet2-extension-dbgsym_1.1.0-1noble.20260520.003915_arm64.deb Size: 13578304 SHA256: 81480d9951501994904bb16f6b6ab1b0fdafdc3ae807e98ca7d3a4b5c167703a SHA1: b734509afcb5de87aa353d7fc5d0d2de9939ba7a MD5sum: 37042472fc16e8c8df9b2975052191ae Description: debug symbols for ros-jazzy-autoware-lanelet2-extension Build-Ids: b111cfc8797c2394bf2394fe474ab72890e11ba4 Package: ros-jazzy-autoware-lanelet2-extension-python Version: 1.1.0-1noble.20260520.004948 Architecture: arm64 Maintainer: "Mamoru Sobue" Installed-Size: 2181 Depends: libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py312, libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-jazzy-lanelet2-core, ros-jazzy-lanelet2-routing, libboost-python-dev, ros-jazzy-autoware-lanelet2-extension, ros-jazzy-geometry-msgs, ros-jazzy-lanelet2-io, ros-jazzy-lanelet2-projection, ros-jazzy-lanelet2-python, ros-jazzy-lanelet2-traffic-rules, ros-jazzy-lanelet2-validation, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_lanelet2_extension_python/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-lanelet2-extension-python/ros-jazzy-autoware-lanelet2-extension-python_1.1.0-1noble.20260520.004948_arm64.deb Size: 217424 SHA256: d407277e5ba919bf682da627dcf1fb5b41299c463a172f1577f8021e3a1b7869 SHA1: e1bc273f5cf493539f5481b29d2e07b194ae332b MD5sum: 7a7fea78f61cd9efabb2ee8036f53f8d Description: The autoware_lanelet2_extension_python package contains Python bindings for lanelet2_extension package Package: ros-jazzy-autoware-lanelet2-extension-python-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-lanelet2-extension-python Version: 1.1.0-1noble.20260520.004948 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Mamoru Sobue" Installed-Size: 6225 Depends: ros-jazzy-autoware-lanelet2-extension-python (= 1.1.0-1noble.20260520.004948) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-lanelet2-extension-python/ros-jazzy-autoware-lanelet2-extension-python-dbgsym_1.1.0-1noble.20260520.004948_arm64.deb Size: 5390902 SHA256: 962eb7551ddb4db48574230d46f81ff0c6b9c2143c7edcb5c8e4c0003b147e1d SHA1: 5f56099cee2b8fe3f9fc721114712b25eb18383c MD5sum: a5d8d1cce1714ab38e1cc65ea45f48c0 Description: debug symbols for ros-jazzy-autoware-lanelet2-extension-python Build-Ids: 135ec66b62651095bed20282a0b19fea8b204817 4cccace560d25672af833f4bcf81a773d3b5107e b8198ddf46786e0f49fe5013088cd0a84bd6e8ca Package: ros-jazzy-autoware-lanelet2-map-visualizer Version: 1.8.0-1noble.20260520.024027 Architecture: arm64 Maintainer: "Yamato Ando" Installed-Size: 647 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-autoware-lanelet2-extension, ros-jazzy-autoware-lanelet2-utils, ros-jazzy-autoware-map-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_lanelet2_map_visualizer/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-lanelet2-map-visualizer/ros-jazzy-autoware-lanelet2-map-visualizer_1.8.0-1noble.20260520.024027_arm64.deb Size: 121422 SHA256: cf623178b471b137d50a90e999aa7ec242ea432949bb97b1da789120dcf0d72f SHA1: 3c8d454702a26fe63c537749c68330d777b4469a MD5sum: 81e0ce36752778d1db1ee43f071d5d54 Description: The autoware_lanelet2_map_visualizer package Package: ros-jazzy-autoware-lanelet2-map-visualizer-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-lanelet2-map-visualizer Version: 1.8.0-1noble.20260520.024027 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Yamato Ando" Installed-Size: 3527 Depends: ros-jazzy-autoware-lanelet2-map-visualizer (= 1.8.0-1noble.20260520.024027) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-lanelet2-map-visualizer/ros-jazzy-autoware-lanelet2-map-visualizer-dbgsym_1.8.0-1noble.20260520.024027_arm64.deb Size: 3122084 SHA256: c80946cc6ca4f28d43ea375b75ac8eecfe95d60fe3ab3c7c7dbf9754659e3c5a SHA1: 83c1ca748d2a594b64ed108caf3ddc5d9adb336b MD5sum: 343acf2e4871c786131f827c84e4098b Description: debug symbols for ros-jazzy-autoware-lanelet2-map-visualizer Build-Ids: 202a80e488151f424a45990cc165ea7f3b8ad82a 70bebca71d168795d3b314b3ef7083bfb3287a7d Package: ros-jazzy-autoware-lanelet2-utils Version: 1.8.0-1noble.20260520.020454 Architecture: arm64 Maintainer: "Mamoru Sobue" Installed-Size: 2420 Depends: libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-lanelet2-core, ros-jazzy-lanelet2-io, ros-jazzy-lanelet2-routing, ros-jazzy-lanelet2-traffic-rules, librange-v3-dev, ros-jazzy-autoware-lanelet2-extension, ros-jazzy-autoware-map-msgs, ros-jazzy-autoware-planning-msgs, ros-jazzy-autoware-utils-geometry, ros-jazzy-autoware-utils-math, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_lanelet2_utils/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-lanelet2-utils/ros-jazzy-autoware-lanelet2-utils_1.8.0-1noble.20260520.020454_arm64.deb Size: 334692 SHA256: cf9e4d1d85603a428c141ee90fff92d6f74762add6fb73ea38d1633df9605c0d SHA1: a0c76dddf990e2169b4d2c5e882503b6d04830ce MD5sum: 82b7d08645a89ba38d21017cf0daaa42 Description: The autoware_lanelet2_utils package Package: ros-jazzy-autoware-lanelet2-utils-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-lanelet2-utils Version: 1.8.0-1noble.20260520.020454 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Mamoru Sobue" Installed-Size: 8066 Depends: ros-jazzy-autoware-lanelet2-utils (= 1.8.0-1noble.20260520.020454) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-lanelet2-utils/ros-jazzy-autoware-lanelet2-utils-dbgsym_1.8.0-1noble.20260520.020454_arm64.deb Size: 7265576 SHA256: f0faaccdc4fe2d575ed2e5ce50c15e045aabf398593d89a1d0f4ddd3b39c5a70 SHA1: c8c146cd188d0ed40d71b25e2a7e28fdc227ed0d MD5sum: e2552c9998fc209faf014bbf844c6242 Description: debug symbols for ros-jazzy-autoware-lanelet2-utils Build-Ids: b4a6200f756110f997f2ab8ff3b065cfd4f5495d Package: ros-jazzy-autoware-lint-common Version: 1.2.0-2noble.20260504.130424 Architecture: arm64 Maintainer: "Ryohsuke Mitsudome" Installed-Size: 47 Depends: ros-jazzy-ament-cmake-copyright, ros-jazzy-ament-cmake-core, ros-jazzy-ament-cmake-cppcheck, ros-jazzy-ament-cmake-lint-cmake, ros-jazzy-ament-cmake-test, ros-jazzy-ament-cmake-xmllint, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_lint_common/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-lint-common/ros-jazzy-autoware-lint-common_1.2.0-2noble.20260504.130424_arm64.deb Size: 6418 SHA256: 74fcc6309990cf7bd4fc6cd3b5cfb72a49be0d4ec7048778ae673b30c357585f SHA1: 8f8cb594d1d4091e62606fbc49f61075b173ade3 MD5sum: 453f181aa7aba61dc5f80c6e0c189afb Description: The list of commonly used linters in Autoware Package: ros-jazzy-autoware-localization-msgs Version: 1.12.0-1noble.20260519.192520 Architecture: arm64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 1427 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-autoware-common-msgs, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_localization_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-localization-msgs/ros-jazzy-autoware-localization-msgs_1.12.0-1noble.20260519.192520_arm64.deb Size: 96742 SHA256: b608a9cae2e4f0306dc1eb2e2cf79f430184bbee331aba8af6b97fbd5c172999 SHA1: 9dde9d40f32ebc2a8a81da487bd9262aa384cdd3 MD5sum: f72760dae9f449353643670607126acb Description: Autoware localization messages package. Package: ros-jazzy-autoware-localization-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-localization-msgs Version: 1.12.0-1noble.20260519.192520 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 773 Depends: ros-jazzy-autoware-localization-msgs (= 1.12.0-1noble.20260519.192520) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-localization-msgs/ros-jazzy-autoware-localization-msgs-dbgsym_1.12.0-1noble.20260519.192520_arm64.deb Size: 555150 SHA256: 4a089031dff3ed7e90fa446ad5f6006e97a7f4631ec9a9d45c7b1ce38248ec30 SHA1: 792968bd30a3f3880d91a19c5dc8a1da9a789621 MD5sum: c117dd36a231973c6b22c2e29704cef4 Description: debug symbols for ros-jazzy-autoware-localization-msgs Build-Ids: 16b067ffc29efc1de78b321a97d3d43f021a0372 3de8ddbadf3f63630d6e065fd3162fc77f31534a 43701416c7496185c037dbbf0ac43c88c0958cf1 6b97b2eff7423d07f1ecca5ca8e3c03cda8dc0ba 74eed699a3bff496a948b3d24e818160ffeea519 8eda8fc77aab9012dfdc78e01eebb85e7e12af86 b21d28db723a1425d347afb8c8d4ccd74b4eba59 c8da8db0de3f9eecf0e2a535204dbbd663585a7a cf6f9baa299e1a490819f272f5ee8df5b773ca42 eeb53cfb3e44d651627fa6a4d02663300ffddda0 fc17573d4b984036a9bd151a34be24385f6abbe7 Package: ros-jazzy-autoware-localization-util Version: 1.8.0-1noble.20260520.003058 Architecture: arm64 Maintainer: "Xingang Liu" Installed-Size: 143 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-diagnostic-msgs, ros-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-tf2-eigen, ros-jazzy-tf2-geometry-msgs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_localization_util/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-localization-util/ros-jazzy-autoware-localization-util_1.8.0-1noble.20260520.003058_arm64.deb Size: 42924 SHA256: 6332d07e8d574dbc2185fa6aacccf8d11c188460cc97dd82b5fb04d96dbf7a88 SHA1: 6350fc034f03dee5e57f8133136257b851d67f51 MD5sum: eeb5087b2f1544d28df2246535fdff73 Description: The autoware_localization_util package Package: ros-jazzy-autoware-localization-util-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-localization-util Version: 1.8.0-1noble.20260520.003058 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Xingang Liu" Installed-Size: 3223 Depends: ros-jazzy-autoware-localization-util (= 1.8.0-1noble.20260520.003058) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-localization-util/ros-jazzy-autoware-localization-util-dbgsym_1.8.0-1noble.20260520.003058_arm64.deb Size: 3226500 SHA256: 1168296971ef06a79f26463256b50dab13de767c51a5bb5f5d42753c687f5e34 SHA1: 5ad5164ad8a3eb798440cbe9af2b3642e539c8f4 MD5sum: 2c5482b8aceacb3a3c8892c91c43164b Description: debug symbols for ros-jazzy-autoware-localization-util Build-Ids: b69086bacf9ac5d677bc5e99cbaeda55f003a14e Package: ros-jazzy-autoware-map-height-fitter Version: 1.8.0-1noble.20260520.024841 Architecture: arm64 Maintainer: "Yamato Ando" Installed-Size: 912 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libpcl-common1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), ros-jazzy-lanelet2-core, ros-jazzy-autoware-internal-localization-msgs, ros-jazzy-autoware-lanelet2-utils, ros-jazzy-autoware-map-msgs, ros-jazzy-autoware-qos-utils, ros-jazzy-geometry-msgs, ros-jazzy-pcl-conversions, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_map_height_fitter/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-map-height-fitter/ros-jazzy-autoware-map-height-fitter_1.8.0-1noble.20260520.024841_arm64.deb Size: 156168 SHA256: 0caccfb94e0d61ddb4fbea4fcb8482630e549519ff241c0777c8190304f1f226 SHA1: 0bd45bb1d33ef113f4d6e756e8fa1150051fc091 MD5sum: 5f1a8fff1fcca297f7e2274ded37f8cf Description: The autoware_map_height_fitter package Package: ros-jazzy-autoware-map-height-fitter-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-map-height-fitter Version: 1.8.0-1noble.20260520.024841 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Yamato Ando" Installed-Size: 4929 Depends: ros-jazzy-autoware-map-height-fitter (= 1.8.0-1noble.20260520.024841) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-map-height-fitter/ros-jazzy-autoware-map-height-fitter-dbgsym_1.8.0-1noble.20260520.024841_arm64.deb Size: 4298694 SHA256: 854bc6553eb90b186b49b295322b0c72dc69faf1c7faa66b482eb8c69bfc099f SHA1: 67b0417f6033dd2d978fee4bc69110e42fecf895 MD5sum: ab345b1cc90b124efb492de02656e9e6 Description: debug symbols for ros-jazzy-autoware-map-height-fitter Build-Ids: 1b96d1c14b9ab4f553b2045639b816cc4021c520 7e2f13d3b10453fca94210ded480f84394bf25dd Package: ros-jazzy-autoware-map-loader Version: 1.8.0-1noble.20260520.055639 Architecture: arm64 Maintainer: "Yamato Ando" Installed-Size: 1119 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpcl-common1.14 (>= 1.14.0+dfsg), libpcl-filters1.14 (>= 1.14.0+dfsg), libpcl-io1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-lanelet2-core, ros-jazzy-lanelet2-io, libfmt-dev, libpcl-dev, libyaml-cpp-dev, ros-jazzy-autoware-component-interface-specs, ros-jazzy-autoware-geography-utils, ros-jazzy-autoware-lanelet2-extension, ros-jazzy-autoware-lanelet2-utils, ros-jazzy-autoware-map-msgs, ros-jazzy-geometry-msgs, ros-jazzy-pcl-conversions, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_map_loader/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-map-loader/ros-jazzy-autoware-map-loader_1.8.0-1noble.20260520.055639_arm64.deb Size: 220230 SHA256: fb4541656308b9d60fe484a9dd71febd47f26cdb0726d3732b56fec79984445b SHA1: 9a8f26d6808004960f0e54f96cc38128a370bf3a MD5sum: 8774f3c64f6e92a87fd84b312a408dfc Description: The autoware_map_loader package Package: ros-jazzy-autoware-map-loader-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-map-loader Version: 1.8.0-1noble.20260520.055639 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Yamato Ando" Installed-Size: 8588 Depends: ros-jazzy-autoware-map-loader (= 1.8.0-1noble.20260520.055639) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-map-loader/ros-jazzy-autoware-map-loader-dbgsym_1.8.0-1noble.20260520.055639_arm64.deb Size: 7787198 SHA256: 5efcf54229acf46cac4fb105bcd29317c0ef4cdf3435a3f01e3a87a56e56a747 SHA1: 89b8e51856a4fb222bb30f5ed559dc254a9679dc MD5sum: eaaf445b7aee21ce7f3859b21d7b77c8 Description: debug symbols for ros-jazzy-autoware-map-loader Build-Ids: 3681aee37f69c82c9d005b744894e24cd6b2598b 61f796e051acf6a997f0b6b2e32f05fa55eda476 710f047b47efbc57279aa4a84fd2cdbd342f4b70 8d7abf5e48838e50b7fc10b82995317d206d192d Package: ros-jazzy-autoware-map-msgs Version: 1.12.0-1noble.20260519.192522 Architecture: arm64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 3860 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-geographic-msgs, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_map_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-map-msgs/ros-jazzy-autoware-map-msgs_1.12.0-1noble.20260519.192522_arm64.deb Size: 257222 SHA256: 568615047bbb72e0316d97d902fdfa97371ae8a663d8e1840ed6d33fe296c8c3 SHA1: 493e3d190547531234861641329e2746588b5596 MD5sum: 0a1b557fe40ce7d9ccb47188a03f0d5e Description: Autoware map messages package. Package: ros-jazzy-autoware-map-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-map-msgs Version: 1.12.0-1noble.20260519.192522 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 3171 Depends: ros-jazzy-autoware-map-msgs (= 1.12.0-1noble.20260519.192522) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-map-msgs/ros-jazzy-autoware-map-msgs-dbgsym_1.12.0-1noble.20260519.192522_arm64.deb Size: 2473748 SHA256: 1eaa200131cf4db8b5be6d3e5db159eae75ece2181d2109bb8eeea894b5b10a5 SHA1: 2785155ced6dc1692fcd60a7502abbb3f6e25fd5 MD5sum: e5c51417f5f467a2df0d75afa88a21ec Description: debug symbols for ros-jazzy-autoware-map-msgs Build-Ids: 48b9681764f270fb9581f732f9b2f57b630e6f7b 50a2c1265f33b24dc640d7e2d9c80072a5ce8c1e 51069702d2947cb49ecaed96441f2c156e956614 89152eb3882b824c52b0e3668943cd1799b8f63c 8a47e9ff441cccacc1600f24542ccbaf21f874d8 90c4108509358aa58d14ee86a724f10e7c5b1ba4 9c93a1018753d942791ec6dd3f3cd87f155c5514 adfe01e9d57a0f8be194e1845b53c5a564a8e6c7 b4d00afd19992d0f05091b4b2d424ef00e95a5ee b991808aa232350f3877e9b9566e04459620e978 cd5c36ee6f955a00c59352d44d3e6c442112d579 Package: ros-jazzy-autoware-map-projection-loader Version: 1.8.0-1noble.20260520.020003 Architecture: arm64 Maintainer: "Yamato Ando" Installed-Size: 337 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-lanelet2-core, ros-jazzy-lanelet2-io, libyaml-cpp-dev, ros-jazzy-autoware-component-interface-specs, ros-jazzy-autoware-lanelet2-extension, ros-jazzy-autoware-map-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_map_projection_loader/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-map-projection-loader/ros-jazzy-autoware-map-projection-loader_1.8.0-1noble.20260520.020003_arm64.deb Size: 74000 SHA256: 8b7cce2fa1236af787324952dc4798e3edee90956e11ea80c72c3e4c6ea16b39 SHA1: ae7df9e481ebe70454bf1da470ca0359979c0ec1 MD5sum: 0447bb3929f842414837c1ca44eb5a16 Description: autoware_map_projection_loader package as a ROS 2 node Package: ros-jazzy-autoware-map-projection-loader-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-map-projection-loader Version: 1.8.0-1noble.20260520.020003 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Yamato Ando" Installed-Size: 2079 Depends: ros-jazzy-autoware-map-projection-loader (= 1.8.0-1noble.20260520.020003) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-map-projection-loader/ros-jazzy-autoware-map-projection-loader-dbgsym_1.8.0-1noble.20260520.020003_arm64.deb Size: 1952278 SHA256: 979229eb8f53d0e4ae9b5c61a402fedda8a17336badf4c84ec09e4b334d7430b SHA1: c3674f60dfe6f511965d58ea7dd719b5b5f67b46 MD5sum: 0e7717647cbe2a9790fd013e2dbc56ac Description: debug symbols for ros-jazzy-autoware-map-projection-loader Build-Ids: 05011312005db72f6dc9f687a6aac679deb5a1b1 d932ecfb38ff2b2de137ad5a3fff73ebe17b2fa4 Package: ros-jazzy-autoware-marker-utils Version: 1.8.0-1noble.20260520.030048 Architecture: arm64 Maintainer: "Kosuke Takeuchi" Installed-Size: 144 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-lanelet2-core, libboost-all-dev, librange-v3-dev, ros-jazzy-autoware-lanelet2-extension, ros-jazzy-autoware-perception-msgs, ros-jazzy-autoware-planning-msgs, ros-jazzy-autoware-utils-geometry, ros-jazzy-autoware-utils-visualization, ros-jazzy-autoware-vehicle-info-utils, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_marker_utils/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-marker-utils/ros-jazzy-autoware-marker-utils_1.8.0-1noble.20260520.030048_arm64.deb Size: 35974 SHA256: d86ccc67e9243503abcd82bc6b31a539602abb1d30a619dfaee3e18ac59853f9 SHA1: 8d32c253444487b4347fba4dc36b597374ea3448 MD5sum: da14de99bf3d1c7809828986a78fae37 Description: The autoware_marker_utils package Package: ros-jazzy-autoware-marker-utils-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-marker-utils Version: 1.8.0-1noble.20260520.030048 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Kosuke Takeuchi" Installed-Size: 1040 Depends: ros-jazzy-autoware-marker-utils (= 1.8.0-1noble.20260520.030048) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-marker-utils/ros-jazzy-autoware-marker-utils-dbgsym_1.8.0-1noble.20260520.030048_arm64.deb Size: 1015790 SHA256: d060639b56b7eb202092d2ce3f8795386dad1a82a8a8187fedacc24dba807415 SHA1: e9199dc7d7859f97ca3958a05aa5f835999a7a0c MD5sum: 204ffc0e4eef9e1b15a45797980852bd Description: debug symbols for ros-jazzy-autoware-marker-utils Build-Ids: 42e00b2e717066a6d6dc05d1f829f0b1f900872e Package: ros-jazzy-autoware-mission-planner Version: 1.8.0-1noble.20260520.092321 Architecture: arm64 Maintainer: "Ryohsuke Mitsudome" Installed-Size: 2853 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-lanelet2-core, ros-jazzy-autoware-adapi-v1-msgs, ros-jazzy-autoware-component-interface-specs, ros-jazzy-autoware-internal-debug-msgs, ros-jazzy-autoware-lanelet2-utils, ros-jazzy-autoware-map-msgs, ros-jazzy-autoware-motion-utils, ros-jazzy-autoware-planning-msgs, ros-jazzy-autoware-route-handler, ros-jazzy-autoware-utils-geometry, ros-jazzy-autoware-utils-logging, ros-jazzy-autoware-utils-math, ros-jazzy-autoware-utils-system, ros-jazzy-autoware-utils-visualization, ros-jazzy-autoware-vehicle-info-utils, ros-jazzy-geometry-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_mission_planner/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-mission-planner/ros-jazzy-autoware-mission-planner_1.8.0-1noble.20260520.092321_arm64.deb Size: 474730 SHA256: 8a36a64ee3f9537582d43ccbd5a03ce43885b4957f7aefe27acee200ebf51510 SHA1: 4787728a85e1ef130d9459dadb854b391b847a18 MD5sum: 6c65d1f71959efaea8742cc4402f0a81 Description: The autoware_mission_planner package Package: ros-jazzy-autoware-mission-planner-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-mission-planner Version: 1.8.0-1noble.20260520.092321 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Ryohsuke Mitsudome" Installed-Size: 15852 Depends: ros-jazzy-autoware-mission-planner (= 1.8.0-1noble.20260520.092321) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-mission-planner/ros-jazzy-autoware-mission-planner-dbgsym_1.8.0-1noble.20260520.092321_arm64.deb Size: 13865142 SHA256: a5e36ed42673b1630aa548ed7ff6eac421c7eca56970a55bfb087a125a5bb29d SHA1: 5693838036396b6eec48a17b8ff6e659b2e0ebf4 MD5sum: 3ee88ea7b697a53ff78f5e04209d3d6c Description: debug symbols for ros-jazzy-autoware-mission-planner Build-Ids: 099c82a9aed3025ccd9f624a8f2f5f3c11737d08 3964ae7bdbd2c9409aa6ec959fea07d4e6af5597 44f2c79b4973f3ceeec35882b6c4b68c47ab67c9 b469d03a72a46bf9579183940efd237cfe93e46a ec808b270511e36d296611c925037d0836c555c0 Package: ros-jazzy-autoware-motion-utils Version: 1.8.0-1noble.20260520.055918 Architecture: arm64 Maintainer: "Satoshi Ota" Installed-Size: 1261 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-autoware-adapi-v1-msgs, ros-jazzy-autoware-internal-planning-msgs, ros-jazzy-autoware-interpolation, ros-jazzy-autoware-planning-msgs, ros-jazzy-autoware-utils-geometry, ros-jazzy-autoware-utils-math, ros-jazzy-autoware-utils-system, ros-jazzy-autoware-utils-visualization, ros-jazzy-autoware-vehicle-msgs, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_motion_utils/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-motion-utils/ros-jazzy-autoware-motion-utils_1.8.0-1noble.20260520.055918_arm64.deb Size: 228518 SHA256: 5fb7089f643135cc325e0b6246b3b243127df21d950626c375f267a8d35d86e1 SHA1: 0cc7f9e69679ff7a4639719a81bb6966c54cb0bb MD5sum: 5608a3e5c005d66b918b7e943ead6e13 Description: The autoware_motion_utils package Package: ros-jazzy-autoware-motion-utils-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-motion-utils Version: 1.8.0-1noble.20260520.055918 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Satoshi Ota" Installed-Size: 4645 Depends: ros-jazzy-autoware-motion-utils (= 1.8.0-1noble.20260520.055918) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-motion-utils/ros-jazzy-autoware-motion-utils-dbgsym_1.8.0-1noble.20260520.055918_arm64.deb Size: 3977496 SHA256: 13fe8ab7367b88d196242ffa590ea2b650165918071945b83540e09f2f35d1eb SHA1: 3ab212aab9b1fb03ae0e73a4f016c7121ef888e9 MD5sum: 52ef7030a71086a4ec0c07caae22924a Description: debug symbols for ros-jazzy-autoware-motion-utils Build-Ids: b640fe01f0f7e9767763d815c43e1f9cd654d191 Package: ros-jazzy-autoware-motion-velocity-obstacle-stop-module Version: 1.8.0-1noble.20260520.104445 Architecture: arm64 Maintainer: "Takayuki Murooka" Installed-Size: 587 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-dev, ros-jazzy-autoware-internal-planning-msgs, ros-jazzy-autoware-motion-utils, ros-jazzy-autoware-motion-velocity-planner-common, ros-jazzy-autoware-perception-msgs, ros-jazzy-autoware-planning-msgs, ros-jazzy-autoware-signal-processing, ros-jazzy-autoware-utils-debug, ros-jazzy-autoware-utils-geometry, ros-jazzy-autoware-utils-rclcpp, ros-jazzy-autoware-utils-system, ros-jazzy-autoware-utils-uuid, ros-jazzy-autoware-utils-visualization, ros-jazzy-autoware-vehicle-info-utils, ros-jazzy-geometry-msgs, ros-jazzy-grid-map-core, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-tf2, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_motion_velocity_obstacle_stop_module/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-motion-velocity-obstacle-stop-module/ros-jazzy-autoware-motion-velocity-obstacle-stop-module_1.8.0-1noble.20260520.104445_arm64.deb Size: 172692 SHA256: af8cff7d017db808a22028fcd404a67deab559176620f0097a7d89a6b1ecbca2 SHA1: 896c6aca9a54899ba335066dea050432d73116d9 MD5sum: 4192f4e28cba56159c6a6c572a16fd5b Description: obstacle stop feature in motion_velocity_planner Package: ros-jazzy-autoware-motion-velocity-obstacle-stop-module-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-motion-velocity-obstacle-stop-module Version: 1.8.0-1noble.20260520.104445 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Takayuki Murooka" Installed-Size: 5502 Depends: ros-jazzy-autoware-motion-velocity-obstacle-stop-module (= 1.8.0-1noble.20260520.104445) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-motion-velocity-obstacle-stop-module/ros-jazzy-autoware-motion-velocity-obstacle-stop-module-dbgsym_1.8.0-1noble.20260520.104445_arm64.deb Size: 5220040 SHA256: 889e47bac4a75f9659801cac63c397a7ff10bda3069a9e262bcc6f9aa0816e6b SHA1: 048947926e73a9948d0ff7c0d68f44f1896f1aa7 MD5sum: 3931019e4e38ff217e1e727900b32d2f Description: debug symbols for ros-jazzy-autoware-motion-velocity-obstacle-stop-module Build-Ids: 5c9ea9f5d2d8e20724d3940df71c245cdd4cfb3f Package: ros-jazzy-autoware-motion-velocity-planner Version: 1.8.0-1noble.20260520.104450 Architecture: arm64 Maintainer: "Maxime Clement" Installed-Size: 3272 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpcl-common1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libboost-dev, libeigen3-dev, ros-jazzy-autoware-internal-debug-msgs, ros-jazzy-autoware-internal-planning-msgs, ros-jazzy-autoware-map-msgs, ros-jazzy-autoware-motion-utils, ros-jazzy-autoware-motion-velocity-planner-common, ros-jazzy-autoware-perception-msgs, ros-jazzy-autoware-planning-factor-interface, ros-jazzy-autoware-planning-msgs, ros-jazzy-autoware-utils-debug, ros-jazzy-autoware-utils-geometry, ros-jazzy-autoware-utils-logging, ros-jazzy-autoware-utils-pcl, ros-jazzy-autoware-utils-rclcpp, ros-jazzy-autoware-utils-system, ros-jazzy-autoware-velocity-smoother, ros-jazzy-geometry-msgs, ros-jazzy-grid-map-core, ros-jazzy-pcl-conversions, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-tf2, ros-jazzy-tf2-eigen, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_motion_velocity_planner/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-motion-velocity-planner/ros-jazzy-autoware-motion-velocity-planner_1.8.0-1noble.20260520.104450_arm64.deb Size: 460386 SHA256: deaa9988498d6a6848fd41d7df0552769beb51fc64eb956c1d5ba4c493e1ca79 SHA1: 3740ee2ff998a27874ea01a27816f0948c04cbbb MD5sum: b3c2274fb77cf3b01572d87eee17484e Description: Node of the motion_velocity_planner Package: ros-jazzy-autoware-motion-velocity-planner-common Version: 1.8.0-1noble.20260520.102648 Architecture: arm64 Maintainer: "Maxime Clement" Installed-Size: 660 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libpcl-common1.14 (>= 1.14.0+dfsg), libpcl-filters1.14 (>= 1.14.0+dfsg), libpcl-search1.14 (>= 1.14.0+dfsg), libpcl-segmentation1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), ros-jazzy-lanelet2-core, libboost-dev, libeigen3-dev, ros-jazzy-autoware-behavior-velocity-planner-common, ros-jazzy-autoware-internal-debug-msgs, ros-jazzy-autoware-internal-planning-msgs, ros-jazzy-autoware-lanelet2-extension, ros-jazzy-autoware-motion-utils, ros-jazzy-autoware-object-recognition-utils, ros-jazzy-autoware-perception-msgs, ros-jazzy-autoware-planning-msgs, ros-jazzy-autoware-route-handler, ros-jazzy-autoware-utils-debug, ros-jazzy-autoware-utils-geometry, ros-jazzy-autoware-utils-math, ros-jazzy-autoware-utils-rclcpp, ros-jazzy-autoware-utils-visualization, ros-jazzy-autoware-velocity-smoother, ros-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_motion_velocity_planner_common/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-motion-velocity-planner-common/ros-jazzy-autoware-motion-velocity-planner-common_1.8.0-1noble.20260520.102648_arm64.deb Size: 213176 SHA256: fd64c7764046aa7d3fccd7d217142086fe5eaf16d0690a61fb425a9a9a9e6e10 SHA1: 2b55dddbeca49f05d252af5ad0811efbf1af538e MD5sum: 577047d05b1aca02debd7fb8a61cf40a Description: Common functions and interfaces for motion_velocity_planner modules Package: ros-jazzy-autoware-motion-velocity-planner-common-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-motion-velocity-planner-common Version: 1.8.0-1noble.20260520.102648 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Maxime Clement" Installed-Size: 6181 Depends: ros-jazzy-autoware-motion-velocity-planner-common (= 1.8.0-1noble.20260520.102648) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-motion-velocity-planner-common/ros-jazzy-autoware-motion-velocity-planner-common-dbgsym_1.8.0-1noble.20260520.102648_arm64.deb Size: 5951840 SHA256: 1b76afba34fbfa6d2ba2b37edf1e9b304d37e735f9cb4ab6ad683721db1d0533 SHA1: d27b3c1689d5a09996569ecc80c725e5110f9d0a MD5sum: 10e920d377513417fb385343752185d4 Description: debug symbols for ros-jazzy-autoware-motion-velocity-planner-common Build-Ids: 656a411a2a0280c479515e354bf56fac05b6eff0 Package: ros-jazzy-autoware-motion-velocity-planner-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-motion-velocity-planner Version: 1.8.0-1noble.20260520.104450 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Maxime Clement" Installed-Size: 17094 Depends: ros-jazzy-autoware-motion-velocity-planner (= 1.8.0-1noble.20260520.104450) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-motion-velocity-planner/ros-jazzy-autoware-motion-velocity-planner-dbgsym_1.8.0-1noble.20260520.104450_arm64.deb Size: 14657364 SHA256: a1fbdf3766b6f9701a59bfb01a9289a32324fd6fd96855b45f3a7da8791b761e SHA1: 00ba95020102c10e26c839ad8a66c97af8284568 MD5sum: 88a1de3afdad508e40cdb02c00e348ce Description: debug symbols for ros-jazzy-autoware-motion-velocity-planner Build-Ids: def654ee4046cadc135d48588d4c757931153094 f735d73ad0bcd52e1af87406ad6ea2d8443c95a3 Package: ros-jazzy-autoware-msgs Version: 1.12.0-1noble.20260519.195403 Architecture: arm64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 42 Depends: ros-jazzy-autoware-common-msgs, ros-jazzy-autoware-control-msgs, ros-jazzy-autoware-localization-msgs, ros-jazzy-autoware-map-msgs, ros-jazzy-autoware-perception-msgs, ros-jazzy-autoware-planning-msgs, ros-jazzy-autoware-sensing-msgs, ros-jazzy-autoware-simulation-msgs, ros-jazzy-autoware-system-msgs, ros-jazzy-autoware-v2x-msgs, ros-jazzy-autoware-vehicle-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-msgs/ros-jazzy-autoware-msgs_1.12.0-1noble.20260519.195403_arm64.deb Size: 5660 SHA256: 5ffa7c6e48d73a368654a60c3cd1cf9e4a6571ca889f3b8292bc4940355702f3 SHA1: bb2d7c7ddb9859c3897318eb4d5b01f777262efe MD5sum: 55fef8172250c24118b7c04c3ecfaebd Description: Meta package for the autoware_msgs packages Package: ros-jazzy-autoware-ndt-scan-matcher Version: 1.8.0-1noble.20260520.053413 Architecture: arm64 Maintainer: "Yamato Ando" Installed-Size: 1769 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgomp1 (>= 6), liborocos-kdl1.5 (>= 1.5.1), libpcl-common1.14 (>= 1.14.0+dfsg), libpcl-filters1.14 (>= 1.14.0+dfsg), libpcl-kdtree1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), libfmt-dev, libpcl-apps1.14, libpcl-features1.14, libpcl-io1.14, libpcl-keypoints1.14, libpcl-ml1.14, libpcl-octree1.14, libpcl-outofcore1.14, libpcl-people1.14, libpcl-recognition1.14, libpcl-registration1.14, libpcl-sample-consensus1.14, libpcl-search1.14, libpcl-segmentation1.14, libpcl-stereo1.14, libpcl-surface1.14, libpcl-tracking1.14, libpcl-visualization1.14, ros-jazzy-autoware-agnocast-wrapper, ros-jazzy-autoware-internal-debug-msgs, ros-jazzy-autoware-internal-localization-msgs, ros-jazzy-autoware-localization-util, ros-jazzy-autoware-map-msgs, ros-jazzy-autoware-qos-utils, ros-jazzy-autoware-utils-diagnostics, ros-jazzy-autoware-utils-logging, ros-jazzy-autoware-utils-pcl, ros-jazzy-autoware-utils-visualization, ros-jazzy-diagnostic-msgs, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-pcl-conversions, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2, ros-jazzy-tf2-eigen, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-tf2-sensor-msgs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_ndt_scan_matcher/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-ndt-scan-matcher/ros-jazzy-autoware-ndt-scan-matcher_1.8.0-1noble.20260520.053413_arm64.deb Size: 354062 SHA256: dd72332fc554bc9892b0fce86aee1cca700755b2a3f81033b033675957c9e23c SHA1: e9abe19af3f06d16d5ac3b59bb689f33d559cf28 MD5sum: cee0c406e06893734bd2ee44da3e6db1 Description: The autoware_ndt_scan_matcher package Package: ros-jazzy-autoware-ndt-scan-matcher-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-ndt-scan-matcher Version: 1.8.0-1noble.20260520.053413 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Yamato Ando" Installed-Size: 15631 Depends: ros-jazzy-autoware-ndt-scan-matcher (= 1.8.0-1noble.20260520.053413) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-ndt-scan-matcher/ros-jazzy-autoware-ndt-scan-matcher-dbgsym_1.8.0-1noble.20260520.053413_arm64.deb Size: 14522612 SHA256: 1a498045a70b25c186bce8e52e4f0a80b60eb37c7f2816389ade906eafe46c4d SHA1: 27fcae6d434aa3ea9caf246cc1a3cd862b42aecd MD5sum: 97342638f361d66087a6fca4970da825 Description: debug symbols for ros-jazzy-autoware-ndt-scan-matcher Build-Ids: 7f3af623a92e369cf7cfb2f17855f65c7b39e1f0 bb21c3228cfb5680810eed4de4a2adc092656240 d6dc008ff8e4ae4c94cc431cc7ff64069e058a63 Package: ros-jazzy-autoware-node Version: 1.8.0-1noble.20260520.024548 Architecture: arm64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 127 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_node/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-node/ros-jazzy-autoware-node_1.8.0-1noble.20260520.024548_arm64.deb Size: 12718 SHA256: 6c2658c1cd9d024540c7d25fcf5674d1a4789464f54d0533b1fee87a14f3e8aa SHA1: c1c1aa3c0b8c869d52f926d5423398ff17441460 MD5sum: 2998888269ac42d3526f63992e243cf2 Description: Autoware Node is an Autoware Core package designed to provide a base class for all nodes in the system. Package: ros-jazzy-autoware-node-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-node Version: 1.8.0-1noble.20260520.024548 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 176 Depends: ros-jazzy-autoware-node (= 1.8.0-1noble.20260520.024548) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-node/ros-jazzy-autoware-node-dbgsym_1.8.0-1noble.20260520.024548_arm64.deb Size: 159970 SHA256: e0d64ab0ea51b2fae3e25ce3ebb92c1425a6c9aaed426083f7393ef19e444c9e SHA1: 20c5760651ac8ee82eecfb308ffb14102da15fc9 MD5sum: e5d8d1f0872eb19d36a2f5606032d4c5 Description: debug symbols for ros-jazzy-autoware-node Build-Ids: c3242337cd2e576759cf8ec172a31935c64a4c57 Package: ros-jazzy-autoware-object-recognition-utils Version: 1.8.0-1noble.20260520.020807 Architecture: arm64 Maintainer: "Takayuki Murooka" Installed-Size: 157 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-dev, ros-jazzy-autoware-interpolation, ros-jazzy-autoware-perception-msgs, ros-jazzy-autoware-utils-geometry, ros-jazzy-autoware-utils-math, ros-jazzy-geometry-msgs, ros-jazzy-pcl-conversions, ros-jazzy-pcl-ros, ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-tf2-eigen, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_object_recognition_utils/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-object-recognition-utils/ros-jazzy-autoware-object-recognition-utils_1.8.0-1noble.20260520.020807_arm64.deb Size: 22894 SHA256: bdc6233cec857da59078aa407b766064d252b2e534efb8ee1683f50c75345e1f SHA1: 252b5f7db897a646638f5df6ddf0feb62481d625 MD5sum: 2a7bebc24d202536266e037d46c21607 Description: The autoware_object_recognition_utils package Package: ros-jazzy-autoware-object-recognition-utils-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-object-recognition-utils Version: 1.8.0-1noble.20260520.020807 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Takayuki Murooka" Installed-Size: 201 Depends: ros-jazzy-autoware-object-recognition-utils (= 1.8.0-1noble.20260520.020807) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-object-recognition-utils/ros-jazzy-autoware-object-recognition-utils-dbgsym_1.8.0-1noble.20260520.020807_arm64.deb Size: 181752 SHA256: 11f4b0407c913ac732520f0450e69aa96eb0eeeac0d8f629dceba7afdd918662 SHA1: ef8d10d1a462a26cf39d0bb5097b5b7b94b62d41 MD5sum: f5f42ce4720e49128e495a03a903fe41 Description: debug symbols for ros-jazzy-autoware-object-recognition-utils Build-Ids: 05c09116001fba79a2ed09ef92fc19bb67f6c225 Package: ros-jazzy-autoware-objects-of-interest-marker-interface Version: 1.8.0-1noble.20260520.020239 Architecture: arm64 Maintainer: "Xingang Liu" Installed-Size: 205 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-autoware-perception-msgs, ros-jazzy-autoware-utils-geometry, ros-jazzy-autoware-utils-math, ros-jazzy-autoware-utils-visualization, ros-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-std-msgs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_objects_of_interest_marker_interface/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-objects-of-interest-marker-interface/ros-jazzy-autoware-objects-of-interest-marker-interface_1.8.0-1noble.20260520.020239_arm64.deb Size: 53204 SHA256: 0b953bb136216cbf8f89bf49fff8f66c7d661fd749cdbc2a59910c048314ce1a SHA1: ac851994ef1cf1f9ff18a6bf921c7cb29e321ee1 MD5sum: dded012007b27a237c7621624492ab68 Description: The autoware_objects_of_interest_marker_interface package Package: ros-jazzy-autoware-objects-of-interest-marker-interface-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-objects-of-interest-marker-interface Version: 1.8.0-1noble.20260520.020239 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Xingang Liu" Installed-Size: 964 Depends: ros-jazzy-autoware-objects-of-interest-marker-interface (= 1.8.0-1noble.20260520.020239) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-objects-of-interest-marker-interface/ros-jazzy-autoware-objects-of-interest-marker-interface-dbgsym_1.8.0-1noble.20260520.020239_arm64.deb Size: 884414 SHA256: 5ec3da1eea3ea10dd293bff1edcc9ea5f46b010981568d21285b5721ce5c600d SHA1: f90513c67f579b80d84e334e2491344b78a44d92 MD5sum: 432ba500334cc88b550e31733f515dcd Description: debug symbols for ros-jazzy-autoware-objects-of-interest-marker-interface Build-Ids: c2991e82141c5fe77bf314fb9ec53b660c0fa99d Package: ros-jazzy-autoware-osqp-interface Version: 1.8.0-1noble.20260520.024611 Architecture: arm64 Maintainer: "Maxime CLEMENT" Installed-Size: 144 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, ros-jazzy-osqp-vendor, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_osqp_interface/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-osqp-interface/ros-jazzy-autoware-osqp-interface_1.8.0-1noble.20260520.024611_arm64.deb Size: 26678 SHA256: 03327a50a44bb04774957f9c0ba4fb9b50aac0ccca534516e4401ae313d6076b SHA1: e1dd1549c1f6c6e806a097006c6d1618a46cccdd MD5sum: 90b7bba7aaf52d31cd33a0a4cb439b09 Description: Interface for the OSQP solver Package: ros-jazzy-autoware-osqp-interface-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-osqp-interface Version: 1.8.0-1noble.20260520.024611 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Maxime CLEMENT" Installed-Size: 370 Depends: ros-jazzy-autoware-osqp-interface (= 1.8.0-1noble.20260520.024611) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-osqp-interface/ros-jazzy-autoware-osqp-interface-dbgsym_1.8.0-1noble.20260520.024611_arm64.deb Size: 344516 SHA256: bba2b8d5a8ae3ddad0ceb6b29aeb5959814bc0603e340e841f4ecc800b798b21 SHA1: 96bd5088b54a0f5c733015b2422ef8c028e89fd0 MD5sum: 09a4a6efd208c2caa4a6af9d5ebc7cd3 Description: debug symbols for ros-jazzy-autoware-osqp-interface Build-Ids: edc98c870951fb36f1cf0dce446aff9ac5f44266 Package: ros-jazzy-autoware-path-generator Version: 1.8.0-1noble.20260520.100029 Architecture: arm64 Maintainer: "Mitsuhiro Sakamoto" Installed-Size: 1629 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-lanelet2-core, ros-jazzy-lanelet2-routing, ros-jazzy-autoware-internal-planning-msgs, ros-jazzy-autoware-lanelet2-utils, ros-jazzy-autoware-motion-utils, ros-jazzy-autoware-planning-msgs, ros-jazzy-autoware-planning-test-manager, ros-jazzy-autoware-trajectory, ros-jazzy-autoware-utils-debug, ros-jazzy-autoware-utils-rclcpp, ros-jazzy-autoware-utils-system, ros-jazzy-autoware-vehicle-info-utils, ros-jazzy-generate-parameter-library, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_path_generator/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-path-generator/ros-jazzy-autoware-path-generator_1.8.0-1noble.20260520.100029_arm64.deb Size: 300538 SHA256: a8a91cdf9e6191ed1a232813dfe59aa29d7df53c0098434e2a3601a4487581c5 SHA1: ae9221f8ce4f4ed59ff36d69bd4cb4ac7a6a6eac MD5sum: 2b4f939721a860b5b4f39750a21ba355 Description: The autoware_path_generator package Package: ros-jazzy-autoware-path-generator-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-path-generator Version: 1.8.0-1noble.20260520.100029 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Mitsuhiro Sakamoto" Installed-Size: 8650 Depends: ros-jazzy-autoware-path-generator (= 1.8.0-1noble.20260520.100029) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-path-generator/ros-jazzy-autoware-path-generator-dbgsym_1.8.0-1noble.20260520.100029_arm64.deb Size: 7561296 SHA256: e4c969df102794ce5137c4304efe73e48b678c4273b52e0ca46f294a3ba248e0 SHA1: 17d2b6d76ad6747c90578463193565bee1308c26 MD5sum: 0e1c8cfb59eefa4d68d49930fd5a70f1 Description: debug symbols for ros-jazzy-autoware-path-generator Build-Ids: 21a3831c9d9ae8b85004ea8ac127f88296bfb774 9fa7a13f7edeac6386cf2823c0f6a02377c8ed38 Package: ros-jazzy-autoware-perception-msgs Version: 1.12.0-1noble.20260519.184037 Architecture: arm64 Maintainer: "Takagi, Isamu" Installed-Size: 3994 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-unique-identifier-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_perception_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-perception-msgs/ros-jazzy-autoware-perception-msgs_1.12.0-1noble.20260519.184037_arm64.deb Size: 244154 SHA256: b84a09e34cc1da1008fffe0a7e32dcacbdc5cd601048775c43083bf6d8bb1bda SHA1: 72510f2fc5b02d513ef952bf82564346fbe78450 MD5sum: 199f9af6dfbb2866c798e473e39ad4c0 Description: Autoware perception messages package. Package: ros-jazzy-autoware-perception-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-perception-msgs Version: 1.12.0-1noble.20260519.184037 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Takagi, Isamu" Installed-Size: 2988 Depends: ros-jazzy-autoware-perception-msgs (= 1.12.0-1noble.20260519.184037) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-perception-msgs/ros-jazzy-autoware-perception-msgs-dbgsym_1.12.0-1noble.20260519.184037_arm64.deb Size: 2320808 SHA256: 4148b7569971a6412f4b94e241731f5dba58b6640ae63bbcb904da01a95b4319 SHA1: 038d296c5832e70f70790b76c0b080f85897c75b MD5sum: 7734a96788171ddde61e9c73e1034e04 Description: debug symbols for ros-jazzy-autoware-perception-msgs Build-Ids: 0d72c7b1208ce05acb199be97b18d0f2fee447a7 1636ceafcd80798ecd797dadab461aae25bfa4d1 3507b57c5fbc7420304a12b63137561ef8ea7bc3 445c4a5f8b31fe806d3b8cf9fa233d784b61d6e7 697f3b51af6d8c2a61f81a5e544c2eba2b4cabd2 bcd176838a626cc519a880e78fd3e7638ef84356 c26786091fd471f5d7881db7f8d8c720d1d2edca d6032b24a3279320933e62f80f408b8909e3ba98 daafd2dbe8927fde272efdf3dc5f45de925a21bf e1e2a02b0c83dbcc4ab9abaacd986629835233c9 f15e5d434cbef58cb550be86b9398b700ea335c7 Package: ros-jazzy-autoware-perception-objects-converter Version: 1.8.0-1noble.20260519.212327 Architecture: arm64 Maintainer: "Yoshi Ri" Installed-Size: 646 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-all-dev, ros-jazzy-autoware-perception-msgs, ros-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-unique-identifier-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_perception_objects_converter/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-perception-objects-converter/ros-jazzy-autoware-perception-objects-converter_1.8.0-1noble.20260519.212327_arm64.deb Size: 119248 SHA256: 9cd5698865e149300f0ccc12f4d59d8214d2a0e6d98ef553f4d6a2a6962e2a20 SHA1: e6470df0760d3ae3b13c4cb82704455f382f5ead MD5sum: 3f5e3b9f95026720f44b398f91eef83f Description: ROS 2 node for converting between different perception object message types Package: ros-jazzy-autoware-perception-objects-converter-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-perception-objects-converter Version: 1.8.0-1noble.20260519.212327 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Yoshi Ri" Installed-Size: 2807 Depends: ros-jazzy-autoware-perception-objects-converter (= 1.8.0-1noble.20260519.212327) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-perception-objects-converter/ros-jazzy-autoware-perception-objects-converter-dbgsym_1.8.0-1noble.20260519.212327_arm64.deb Size: 2389876 SHA256: 0262ab61a9140005d9c34a237a9e53f9655e40e5191e9c206b7527c09b6a2f33 SHA1: 45448ced9474984e425ac0dc778f489d8c865188 MD5sum: 36f4c3820c168ae80ebdb07f00b9677e Description: debug symbols for ros-jazzy-autoware-perception-objects-converter Build-Ids: 0f55195b590a9907285d8f9750178ec7345a5d7e 7fb76a248c4f9c1f10909d51fcc2ff678ac4b679 Package: ros-jazzy-autoware-planning-factor-interface Version: 1.8.0-1noble.20260520.100357 Architecture: arm64 Maintainer: "Satoshi Ota" Installed-Size: 141 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-autoware-internal-planning-msgs, ros-jazzy-autoware-motion-utils, ros-jazzy-autoware-planning-msgs, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_planning_factor_interface/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-planning-factor-interface/ros-jazzy-autoware-planning-factor-interface_1.8.0-1noble.20260520.100357_arm64.deb Size: 19472 SHA256: d9abbf5379cfc301835ade90d1f47a9bf7f3ee2834d46521f5c243add6907d1a SHA1: ee66348d8b35fb5f3b0f3c4a7fce068e27b76f1c MD5sum: bf981464fa01b99861d0f7972d3887bd Description: The autoware_planning_factor_interface package Package: ros-jazzy-autoware-planning-factor-interface-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-planning-factor-interface Version: 1.8.0-1noble.20260520.100357 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Satoshi Ota" Installed-Size: 279 Depends: ros-jazzy-autoware-planning-factor-interface (= 1.8.0-1noble.20260520.100357) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-planning-factor-interface/ros-jazzy-autoware-planning-factor-interface-dbgsym_1.8.0-1noble.20260520.100357_arm64.deb Size: 260448 SHA256: b0e4d1bbc51f3ea10027c25c06c5b7e71f24556094d5618e53eaa362dd96bbee SHA1: 8fbf2c77c96009c2b3bb86509af1876db20b84b4 MD5sum: 18c36698ed8d1e8817e6e82cb95ea0fa Description: debug symbols for ros-jazzy-autoware-planning-factor-interface Build-Ids: 0cde027d5a14df9cb7bc1b45baa8581add019bc2 Package: ros-jazzy-autoware-planning-msgs Version: 1.12.0-1noble.20260519.190548 Architecture: arm64 Maintainer: "Takagi, Isamu" Installed-Size: 3877 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-autoware-common-msgs, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-unique-identifier-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_planning_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-planning-msgs/ros-jazzy-autoware-planning-msgs_1.12.0-1noble.20260519.190548_arm64.deb Size: 253824 SHA256: 9cdf47049660ba92d1a427c4242cfffe2ea57726eb5511d92c023d46c263965a SHA1: 2f8ab10408a95a372f6398f2ee4ace7f356f4843 MD5sum: eb6ab963652235a4f688eb16d467cde6 Description: Autoware planning messages package. Package: ros-jazzy-autoware-planning-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-planning-msgs Version: 1.12.0-1noble.20260519.190548 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Takagi, Isamu" Installed-Size: 2900 Depends: ros-jazzy-autoware-planning-msgs (= 1.12.0-1noble.20260519.190548) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-planning-msgs/ros-jazzy-autoware-planning-msgs-dbgsym_1.12.0-1noble.20260519.190548_arm64.deb Size: 2233558 SHA256: 920ec5f7cf032362b2efcd3b570e37c8d5bb181e1161a0d2f2fa25f2ae2bc9d8 SHA1: 1426357a5166b002934812c819b62a0e5d131251 MD5sum: 28e7927090b72a8ebcde8b8a1325e2bb Description: debug symbols for ros-jazzy-autoware-planning-msgs Build-Ids: 712c677ba7fdd42d8a34ca80ef1e75731519a941 8ed61167e4d029da6ff388e5fe33a24f31c0c802 8f24a5e43c36b4b345f2c41185a4b8cd475bc90d a31650b03576adfef7f13f62cd0a5beb15580ae3 ac47c32c0aaba9a72409a33670dcddd94173eb29 cad49f04036cabcaaa2caabdcae5949c11296485 d1c1f3cd7cf2f8e3f0ff041ac275486b43ba1d1d de2bd5bac679367c2accef9d7bb9ac936abd8f95 df41c2b4996d2965743311787e13d52f050222d3 f6ba0d0d19f5b9385517bc5c90bd0797d4e3b5e5 fce2a17b0e927880da1de2627d52878817587c1f Package: ros-jazzy-autoware-planning-test-manager Version: 1.8.0-1noble.20260520.092842 Architecture: arm64 Maintainer: "Kyoichi Sugahara" Installed-Size: 464 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-autoware-component-interface-specs, ros-jazzy-autoware-motion-utils, ros-jazzy-autoware-planning-msgs, ros-jazzy-autoware-test-utils, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-tf2-msgs, ros-jazzy-tf2-ros, ros-jazzy-unique-identifier-msgs, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_planning_test_manager/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-planning-test-manager/ros-jazzy-autoware-planning-test-manager_1.8.0-1noble.20260520.092842_arm64.deb Size: 91684 SHA256: 9037579feaf26da27ae4ac5df1c0c828dbb649ffcf3518529fa3aee2bd301eec SHA1: 401e16b1770a5d39561abc71a1f6be4798739bdf MD5sum: 87e29ddc3354de76685f4926964b8115 Description: ROS 2 node for testing interface of the nodes in planning module Package: ros-jazzy-autoware-planning-test-manager-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-planning-test-manager Version: 1.8.0-1noble.20260520.092842 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Kyoichi Sugahara" Installed-Size: 2423 Depends: ros-jazzy-autoware-planning-test-manager (= 1.8.0-1noble.20260520.092842) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-planning-test-manager/ros-jazzy-autoware-planning-test-manager-dbgsym_1.8.0-1noble.20260520.092842_arm64.deb Size: 2180172 SHA256: 9fc4a87e2d80a33f1c97c68d0717c4e785b4eb79feb06a88a56d29b062638150 SHA1: 86e7aac0c3678efe7c2a596e0751a598e8d90b8a MD5sum: c15f4eef5aa11bd8da143644cfa4cf6c Description: debug symbols for ros-jazzy-autoware-planning-test-manager Build-Ids: f8d0164709531b903622355e237cb6deab1c9e96 Package: ros-jazzy-autoware-planning-topic-converter Version: 1.8.0-1noble.20260520.101116 Architecture: arm64 Maintainer: "Satoshi OTA" Installed-Size: 651 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-autoware-motion-utils, ros-jazzy-autoware-planning-msgs, ros-jazzy-autoware-utils-geometry, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_planning_topic_converter/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-planning-topic-converter/ros-jazzy-autoware-planning-topic-converter_1.8.0-1noble.20260520.101116_arm64.deb Size: 115902 SHA256: b5a233017979f98df8f8703a0696216ca54b19b5cd27f313efefb9bbff07f764 SHA1: 9104ecf226c1e93b06ff8b3b7f94db1c8e43e34f MD5sum: a15db011dfd3f9e51de581c3c3ac42ea Description: The autoware_planning_topic_converter package Package: ros-jazzy-autoware-planning-topic-converter-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-planning-topic-converter Version: 1.8.0-1noble.20260520.101116 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Satoshi OTA" Installed-Size: 2712 Depends: ros-jazzy-autoware-planning-topic-converter (= 1.8.0-1noble.20260520.101116) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-planning-topic-converter/ros-jazzy-autoware-planning-topic-converter-dbgsym_1.8.0-1noble.20260520.101116_arm64.deb Size: 2307464 SHA256: 4ebe26fed57fdf9ecfd6b281cb58b810a026143c361c6656ffb5f72b70bf1d24 SHA1: 375013f15a8e8deef34494984198d7adfbd05616 MD5sum: 1b1bf7fd517652639866837a8061ad3e Description: debug symbols for ros-jazzy-autoware-planning-topic-converter Build-Ids: 55fb56733d6bdfc6a096a235d55011b0fcea3af4 fa1074c56d6e27b22cf33bf587278f5ddadcf381 Package: ros-jazzy-autoware-point-types Version: 1.8.0-1noble.20260520.020859 Architecture: arm64 Maintainer: "David Wong" Installed-Size: 82 Depends: ros-jazzy-ament-cmake-copyright, ros-jazzy-ament-cmake-core, ros-jazzy-ament-cmake-cppcheck, ros-jazzy-ament-cmake-lint-cmake, ros-jazzy-ament-cmake-test, ros-jazzy-ament-cmake-xmllint, ros-jazzy-pcl-ros, ros-jazzy-point-cloud-msg-wrapper, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_point_types/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-point-types/ros-jazzy-autoware-point-types_1.8.0-1noble.20260520.020859_arm64.deb Size: 10040 SHA256: aecbb5dac079bac5f9d1d125756b5af203497f5eda1bb831a85610de643d8580 SHA1: 84f35f9bc67723484c05631ed3399f39eaafe3cf MD5sum: 1929760129e15e88b08fad387ae8f4ed Description: The point types definition to use point_cloud_msg_wrapper Package: ros-jazzy-autoware-pose-initializer Version: 1.8.0-1noble.20260520.095144 Architecture: arm64 Maintainer: "Yamato Ando" Installed-Size: 1036 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-autoware-adapi-v1-msgs, ros-jazzy-autoware-component-interface-specs, ros-jazzy-autoware-map-height-fitter, ros-jazzy-autoware-motion-utils, ros-jazzy-autoware-qos-utils, ros-jazzy-autoware-utils-diagnostics, ros-jazzy-autoware-utils-logging, ros-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_pose_initializer/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-pose-initializer/ros-jazzy-autoware-pose-initializer_1.8.0-1noble.20260520.095144_arm64.deb Size: 178304 SHA256: 41884d1e2e069fdfd20611b6de676de23fccbf8856178eb716ded4ffef62262c SHA1: 6d49b9845d309f02c0798d4d9922d45693d53274 MD5sum: d2774492d9c331ca64d9bdd9bc0d3775 Description: The autoware_pose_initializer package Package: ros-jazzy-autoware-pose-initializer-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-pose-initializer Version: 1.8.0-1noble.20260520.095144 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Yamato Ando" Installed-Size: 5582 Depends: ros-jazzy-autoware-pose-initializer (= 1.8.0-1noble.20260520.095144) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-pose-initializer/ros-jazzy-autoware-pose-initializer-dbgsym_1.8.0-1noble.20260520.095144_arm64.deb Size: 4758606 SHA256: faeee5e66073d0f40639b2172f69f4741cdf1b35d6da38102a782ddcaf9a2c58 SHA1: c45c0df5ea3b5c2fcfa46bee7345be551aa56857 MD5sum: ebbb08827850207d9b7e3ae5579f5c88 Description: debug symbols for ros-jazzy-autoware-pose-initializer Build-Ids: 5a7dee91398720b6579bdf1748177e6b74986673 cff4265166ad0f7f55961e9e76d80e104433d5bd Package: ros-jazzy-autoware-pyplot Version: 1.8.0-1noble.20260514.085358 Architecture: arm64 Maintainer: "Mamoru Sobue" Installed-Size: 2192 Depends: python3-dev, python3-matplotlib, ros-jazzy-pybind11-vendor, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_pyplot/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-pyplot/ros-jazzy-autoware-pyplot_1.8.0-1noble.20260514.085358_arm64.deb Size: 165512 SHA256: 93c3c15a14b5567b71c8b038d05fb086a307b0a1b7eb586790d089276a9cd72e SHA1: c1ead053ea49f44bb071a48baaf4d4d9492680c5 MD5sum: e7cf802fde34c1392234e530d38487ea Description: C++ interface for matplotlib based on pybind11 Package: ros-jazzy-autoware-qos-utils Version: 1.8.0-1noble.20260520.024612 Architecture: arm64 Maintainer: "xingang liu" Installed-Size: 51 Depends: ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_qos_utils/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-qos-utils/ros-jazzy-autoware-qos-utils_1.8.0-1noble.20260520.024612_arm64.deb Size: 7350 SHA256: 279b09648c2561a75cc758aa99f9b23f707447e7bc93ea9233238580022e4ff7 SHA1: 25ae00077bc61ac1304c74019cc5dde56c03aee0 MD5sum: 45e394b8a397ee5b8972a3bceb2a37ed Description: Autoware QoS Utils provides QoS compatibility utilities for different ROS 2 distributions. Package: ros-jazzy-autoware-qp-interface Version: 1.8.0-1noble.20260520.055701 Architecture: arm64 Maintainer: "Takayuki Murooka" Installed-Size: 335 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, ros-jazzy-osqp-vendor, ros-jazzy-proxsuite, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_qp_interface/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-qp-interface/ros-jazzy-autoware-qp-interface_1.8.0-1noble.20260520.055701_arm64.deb Size: 101888 SHA256: 6673bbb0e58c7434d2ff281a19c515697ec5111c91e1a69af0e3c363d74a591d SHA1: 31d267108b06be9faa58885e7b7a46eec2fa1928 MD5sum: ccaa77d3448f81871af995b28dd1e8c3 Description: Interface for the QP solvers Package: ros-jazzy-autoware-qp-interface-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-qp-interface Version: 1.8.0-1noble.20260520.055701 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Takayuki Murooka" Installed-Size: 3133 Depends: ros-jazzy-autoware-qp-interface (= 1.8.0-1noble.20260520.055701) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-qp-interface/ros-jazzy-autoware-qp-interface-dbgsym_1.8.0-1noble.20260520.055701_arm64.deb Size: 3098968 SHA256: b638611a493d43eb5a31db907f36917df02742e15dd7adf51bbc206f02233683 SHA1: f9d416462c7b2dd6290128d117a56e4d4521624d MD5sum: df7d04166371a58fed00fe663fd55645 Description: debug symbols for ros-jazzy-autoware-qp-interface Build-Ids: ac8f68b558af0f2779d1fca5a187b4ad85358d34 Package: ros-jazzy-autoware-route-handler Version: 1.8.0-1noble.20260520.024620 Architecture: arm64 Maintainer: "Zulfaqar Azmi" Installed-Size: 414 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-lanelet2-core, ros-jazzy-lanelet2-routing, ros-jazzy-lanelet2-traffic-rules, libyaml-cpp-dev, ros-jazzy-autoware-lanelet2-extension, ros-jazzy-autoware-lanelet2-utils, ros-jazzy-autoware-map-msgs, ros-jazzy-autoware-planning-msgs, ros-jazzy-autoware-trajectory, ros-jazzy-autoware-utils-geometry, ros-jazzy-autoware-utils-math, ros-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_route_handler/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-route-handler/ros-jazzy-autoware-route-handler_1.8.0-1noble.20260520.024620_arm64.deb Size: 111282 SHA256: b4ebf395011041d71b6f55b80c1a85624fd1c8f0dbec71076c919c580d362db8 SHA1: 49d86d7127f68bb4e4eefdf9f4279b2517a8799e MD5sum: 4828aa124fc77f6710c0d375e63f4821 Description: The route_handling package Package: ros-jazzy-autoware-route-handler-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-route-handler Version: 1.8.0-1noble.20260520.024620 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Zulfaqar Azmi" Installed-Size: 2633 Depends: ros-jazzy-autoware-route-handler (= 1.8.0-1noble.20260520.024620) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-route-handler/ros-jazzy-autoware-route-handler-dbgsym_1.8.0-1noble.20260520.024620_arm64.deb Size: 2528756 SHA256: bff3d2f0bb9204b0994d48de3769ca661640842ed1150a2c322c8a7a3e9a54fe SHA1: b35ef0239f073bd5d4b1aa075e9b06c99744a4ac MD5sum: 76c5251c7d62a2ec882ac96d2b6fdf0a Description: debug symbols for ros-jazzy-autoware-route-handler Build-Ids: 1000289b69214ad21e975812c28b61c717125f56 Package: ros-jazzy-autoware-sample-sensor-kit-description Version: 1.8.0-1noble.20260519.012449 Architecture: arm64 Maintainer: "Ryohsuke Mitsudome" Installed-Size: 1427 Depends: ros-jazzy-velodyne-description, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_sample_sensor_kit_description/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-sample-sensor-kit-description/ros-jazzy-autoware-sample-sensor-kit-description_1.8.0-1noble.20260519.012449_arm64.deb Size: 296766 SHA256: 6d0fc20456ee9269c314069c3e5b240228f7b18bba8a47bae757f35d33f36e83 SHA1: 0a68e1eba5b57c0efebd6a343b697a4835523e28 MD5sum: abe95a730c3a7cb411ce3958d85030db Description: The autoware_sample_sensor_kit_description package Package: ros-jazzy-autoware-sample-vehicle-description Version: 1.8.0-1noble.20260519.012127 Architecture: arm64 Maintainer: "Ryohsuke Mitsudome" Installed-Size: 14784 Depends: ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_sample_vehicle_description/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-sample-vehicle-description/ros-jazzy-autoware-sample-vehicle-description_1.8.0-1noble.20260519.012127_arm64.deb Size: 2006012 SHA256: f45adabeab2d41848304da16376269cf13e85bdc9ae0e73502dd7a5eaa7d4c37 SHA1: 356bcd7811ee4f4a2eff4bccca40d3e522370929 MD5sum: 3e30885d090c33b98b205f57d473156e Description: The autoware_sample_vehicle_description package Package: ros-jazzy-autoware-sensing-msgs Version: 1.12.0-1noble.20260519.192601 Architecture: arm64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 2285 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_sensing_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-sensing-msgs/ros-jazzy-autoware-sensing-msgs_1.12.0-1noble.20260519.192601_arm64.deb Size: 157190 SHA256: 5f45e575300e103077b3ef228ec7ee4cef936a4cb0997d3d4129e350be4a94b1 SHA1: 160a20cf8119ee0b04030ceb87bb12810e642a40 MD5sum: cf6a995c0d7101e273158d384c59da5a Description: Autoware sensing messages package. Package: ros-jazzy-autoware-sensing-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-sensing-msgs Version: 1.12.0-1noble.20260519.192601 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 1505 Depends: ros-jazzy-autoware-sensing-msgs (= 1.12.0-1noble.20260519.192601) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-sensing-msgs/ros-jazzy-autoware-sensing-msgs-dbgsym_1.12.0-1noble.20260519.192601_arm64.deb Size: 1154152 SHA256: 2c7742be52b3df7d8fa26336b273ff33e455ee294de8673d2756ca65e4d727d6 SHA1: d461a2df4c523a1e4653ba81e0c77a072ef8331a MD5sum: 4962c1701ab3c3a98d466730f232428a Description: debug symbols for ros-jazzy-autoware-sensing-msgs Build-Ids: 028c603bd8ae23f23ac0f60100a5d4ddd5f35f05 138f367e124c2574520fc81b678662306ecd665f 3f3d7f706a663ec1e85b53c6ef1d7567ec76a8cf 5274469d2f5a1b7e82dead54d5a348e9bdf119ff 5866bb7b4585f6044753893a537fb96cf4902d2b 6a1b1dccc6ab68511fb2e6d22f3e700a04b3f7c7 a0bfac4ddb891a1ae0ff24e9d7f3f4b84de39beb b807807e1519b332f91da9e3f31ae0f7898afcf9 c0024d05800378b2ccc5c5d8c19097654ded88e4 d55abc62f01de728fbec7d1aea643a2c78ca0ada d733a6096c0fd69a5899df05941b7980820af53e Package: ros-jazzy-autoware-signal-processing Version: 1.8.0-1noble.20260519.234842 Architecture: arm64 Maintainer: "Takayuki Murooka" Installed-Size: 137 Depends: libc6 (>= 2.32), libgcc-s1 (>= 4.0), libstdc++6 (>= 13.1), libboost-dev, ros-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_signal_processing/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-signal-processing/ros-jazzy-autoware-signal-processing_1.8.0-1noble.20260519.234842_arm64.deb Size: 23828 SHA256: ea9fdbf9b2cdc9b16f2dc8955806f75702c42f354a373abc3cdbb4d16b3e6c4d SHA1: 8bca9b50ba1f2ea35ad27d7a0ecec52c1cd0c3ea MD5sum: b822b5e408f181a1940787226b79801e Description: The signal processing package Package: ros-jazzy-autoware-signal-processing-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-signal-processing Version: 1.8.0-1noble.20260519.234842 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Takayuki Murooka" Installed-Size: 176 Depends: ros-jazzy-autoware-signal-processing (= 1.8.0-1noble.20260519.234842) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-signal-processing/ros-jazzy-autoware-signal-processing-dbgsym_1.8.0-1noble.20260519.234842_arm64.deb Size: 152352 SHA256: 2513b162896aae56f67e4734c8d9ff19c9fa9c95acb62e47a4c233d145c1eb5e SHA1: 54f1a68480a4e2cac287de768b45b39d571e2ee3 MD5sum: ed61d5c5cd32dc4999b2b591310731ed Description: debug symbols for ros-jazzy-autoware-signal-processing Build-Ids: 969db765e897210b78cde00cd4662c6d8ea6dc02 Package: ros-jazzy-autoware-simple-pure-pursuit Version: 1.8.0-1noble.20260520.093232 Architecture: arm64 Maintainer: "Yuki Takagi" Installed-Size: 905 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-autoware-control-msgs, ros-jazzy-autoware-motion-utils, ros-jazzy-autoware-planning-msgs, ros-jazzy-autoware-test-utils, ros-jazzy-autoware-utils-rclcpp, ros-jazzy-autoware-vehicle-info-utils, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_simple_pure_pursuit/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-simple-pure-pursuit/ros-jazzy-autoware-simple-pure-pursuit_1.8.0-1noble.20260520.093232_arm64.deb Size: 144270 SHA256: 666ea530c8778d2ac2bd835360ccf476176bcd1be0316f268968e77ae9e6a008 SHA1: bb773b35470ba94593cd8a01cfcf319a7bd2fc04 MD5sum: d46f18b6d29d90724f1258758672f62b Description: The autoware_simple_pure_pursuit package Package: ros-jazzy-autoware-simple-pure-pursuit-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-simple-pure-pursuit Version: 1.8.0-1noble.20260520.093232 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Yuki Takagi" Installed-Size: 3699 Depends: ros-jazzy-autoware-simple-pure-pursuit (= 1.8.0-1noble.20260520.093232) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-simple-pure-pursuit/ros-jazzy-autoware-simple-pure-pursuit-dbgsym_1.8.0-1noble.20260520.093232_arm64.deb Size: 3075978 SHA256: 4b5a61880359add087c75237453f767d6b9c18ca375f6ae70863cb7286f0d021 SHA1: 951b0a385cd67989e20b3ffdf57018978ad0afad MD5sum: 38a44fdf5d59033ba0ceafcd222175e6 Description: debug symbols for ros-jazzy-autoware-simple-pure-pursuit Build-Ids: 04b2a764e0151892e2127d66b7543a5f9d15d578 cd8abf7977b238c8dd202aaad2c02a6a1b0dac7a Package: ros-jazzy-autoware-simulation-msgs Version: 1.12.0-1noble.20260519.184512 Architecture: arm64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 1228 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-autoware-perception-msgs, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-unique-identifier-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_simulation_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-simulation-msgs/ros-jazzy-autoware-simulation-msgs_1.12.0-1noble.20260519.184512_arm64.deb Size: 66588 SHA256: d8b4557aba4a644b6d87840142a6c3c1b79430ac779ca31d127ae9481f54d825 SHA1: 31fe9976c8813fb01f56833e9156a87b086d6d2b MD5sum: ddeee733ee181b321d9e267c5a0b58ea Description: Autoware simulation messages package. Package: ros-jazzy-autoware-simulation-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-simulation-msgs Version: 1.12.0-1noble.20260519.184512 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 476 Depends: ros-jazzy-autoware-simulation-msgs (= 1.12.0-1noble.20260519.184512) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-simulation-msgs/ros-jazzy-autoware-simulation-msgs-dbgsym_1.12.0-1noble.20260519.184512_arm64.deb Size: 319368 SHA256: 2c42e4581ade8b895f4663106644f84924e74284d954d69c30ed4c4669a1c4c5 SHA1: a5f0d96fcc7e51d555eda0c63ed6732ee59e190c MD5sum: 7021c4d3c1ba765c8288b9c0e9ed14ca Description: debug symbols for ros-jazzy-autoware-simulation-msgs Build-Ids: 0d60c6deee08b8b431e7d6954ac70381371febe7 361cb878e97358f40a5dbb3de38a487aee04a81e 3c8047d78b07ef5a172d27cfc609b153553c8ce6 3eb88b4bf53b8fdfa2da6ada200805e251cb7ded 4832ebe29c1b6d47653d0f5c45378ab68da2f960 5813f31fffbd5395383448ea6b1be4e59b3f1803 86ba313e76dd6b3d2e045c44977d4113fbe8a1dd 8ec3a6f7b967d3aacaed394218f79fd09af75659 95076f4feb9470130ac9bc91fab8ee7ffd3d7ace a1ba43d534bb7597a3f3973b808e494249c4f7c8 eb969a18cbbd5a30c166d1423dfcd06311830344 Package: ros-jazzy-autoware-stop-filter Version: 1.8.0-1noble.20260520.025314 Architecture: arm64 Maintainer: "Yamato Ando" Installed-Size: 715 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-autoware-agnocast-wrapper, ros-jazzy-autoware-internal-debug-msgs, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-tf2, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_stop_filter/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-stop-filter/ros-jazzy-autoware-stop-filter_1.8.0-1noble.20260520.025314_arm64.deb Size: 121896 SHA256: 8ff9a3f0e73a64f901602e88ddd2d3824e8815c2d2eb9d9dfc641eea4708ef3a SHA1: 941ee6c3b4b6f4dfee6c30965805c4ba3a993731 MD5sum: bc2f9c0a1cc6063c0d0ca85f47b0aafd Description: The stop filter package Package: ros-jazzy-autoware-stop-filter-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-stop-filter Version: 1.8.0-1noble.20260520.025314 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Yamato Ando" Installed-Size: 2719 Depends: ros-jazzy-autoware-stop-filter (= 1.8.0-1noble.20260520.025314) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-stop-filter/ros-jazzy-autoware-stop-filter-dbgsym_1.8.0-1noble.20260520.025314_arm64.deb Size: 2303236 SHA256: 8f6aa14eaf250a1cb32bb07dbdc76dee1c8a53cb982bcc046ae697dbc93698ef SHA1: 762e0f5acfc9e74493dee984213d7deb1e0275e6 MD5sum: 7125aac79d26cec0006b6026a01a3027 Description: debug symbols for ros-jazzy-autoware-stop-filter Build-Ids: 0526f6eeef6b59c5073b689835aaaba560036350 2ac6a3973c70e4e00cdd247997178ea3f53ea2ee 2c5b456001e07bd7f1835f27f1b8fc83718b41a0 Package: ros-jazzy-autoware-system-msgs Version: 1.12.0-1noble.20260519.190615 Architecture: arm64 Maintainer: "Takagi, Isamu" Installed-Size: 2052 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-autoware-common-msgs, ros-jazzy-builtin-interfaces, ros-jazzy-diagnostic-msgs, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-unique-identifier-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_system_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-system-msgs/ros-jazzy-autoware-system-msgs_1.12.0-1noble.20260519.190615_arm64.deb Size: 130136 SHA256: 4b0539baf466e00d66185eab799c3218346c1db4ba59933b54adeeba2d561c8e SHA1: 1afaef68437ed822bf41c3a6ee49a7f12b69d7fe MD5sum: 26549d7463a9e5fdcbe0643f7756c30e Description: Autoware system messages package. Package: ros-jazzy-autoware-system-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-system-msgs Version: 1.12.0-1noble.20260519.190615 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Takagi, Isamu" Installed-Size: 1287 Depends: ros-jazzy-autoware-system-msgs (= 1.12.0-1noble.20260519.190615) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-system-msgs/ros-jazzy-autoware-system-msgs-dbgsym_1.12.0-1noble.20260519.190615_arm64.deb Size: 954956 SHA256: c651df471f3aa2baa988154833f60d1b8bca711a780a3866a2a984c4ae94e692 SHA1: 0dc8ba100687e9d3f038eb2adb93070e0124531f MD5sum: a901c03ee55e96988797c6520369f6d9 Description: debug symbols for ros-jazzy-autoware-system-msgs Build-Ids: 008512d90e25b7f82430b1c26af8585c5a6c7193 0cb6f774b527a6f10b48f31e2ed48059b8285859 2ce7fd9652a62d931d0f00b870c823c8c8366246 45a210db2fbe70806fe21a98491f7a0333f460a5 4704b4a5205a34cbae8316473f8f49f026d2f39e 904932edd7539d93c68619f63e1cd558e43a1cae aa6742bffccd97ff827dd7555be316290f572243 aea53ebdeaf54a671a98286d05682966fc8e26d7 b7f68f6927f82cdd83b00df52c4de981a88a0941 c7c1c88ee5e24bb85143b2cc53f713958ca33e91 e3c2a46e3c8b30ac82ee0b001accf787d45aa6d8 Package: ros-jazzy-autoware-test-node Version: 1.8.0-1noble.20260520.024913 Architecture: arm64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 193 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-autoware-node, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_test_node/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-test-node/ros-jazzy-autoware-test-node_1.8.0-1noble.20260520.024913_arm64.deb Size: 28506 SHA256: c6c6eff2160372b69594080d98998d6ca55c9de2427c669ad2641d820081146a SHA1: 4cec0febf5a10b0a6d3f9b2d15793b6ffa00534e MD5sum: b2a29cb04f4bb78dfdca96373da5686f Description: Test package for Autoware Node. Package: ros-jazzy-autoware-test-node-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-test-node Version: 1.8.0-1noble.20260520.024913 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 586 Depends: ros-jazzy-autoware-test-node (= 1.8.0-1noble.20260520.024913) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-test-node/ros-jazzy-autoware-test-node-dbgsym_1.8.0-1noble.20260520.024913_arm64.deb Size: 534042 SHA256: 361ae1db7f94d9d85e908f6319166ea65fdd6ea2b49eaaf00d7c5e8fb0c0cbce SHA1: 881e2b878d9dc6e65acb4d86d28bc8a2564f4bbc MD5sum: b2b8aa9c8a76db267bc62e8b7451772c Description: debug symbols for ros-jazzy-autoware-test-node Build-Ids: 98a75ccbaca6b19a5ac691e26126a3dfbb448048 e7f45580c81b40030eded8d091c6e82be09b22b4 Package: ros-jazzy-autoware-test-utils Version: 1.8.0-1noble.20260520.020218 Architecture: arm64 Maintainer: "Kyoichi Sugahara" Installed-Size: 128551 Depends: libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-lanelet2-core, ros-jazzy-lanelet2-io, ros-jazzy-ament-index-cpp, ros-jazzy-autoware-adapi-v1-msgs, ros-jazzy-autoware-internal-planning-msgs, ros-jazzy-autoware-lanelet2-extension, ros-jazzy-autoware-map-msgs, ros-jazzy-autoware-perception-msgs, ros-jazzy-autoware-planning-msgs, ros-jazzy-autoware-utils-geometry, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-std-srvs, ros-jazzy-tf2-msgs, ros-jazzy-tf2-ros, ros-jazzy-unique-identifier-msgs, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_test_utils/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-test-utils/ros-jazzy-autoware-test-utils_1.8.0-1noble.20260520.020218_arm64.deb Size: 16699488 SHA256: a36a5befb1d707949b555b83042f6efa689a409eb2a0547e1b55548baac51000 SHA1: e934ccae9e30bdbb95d3c5fb04585f6b9d8fad72 MD5sum: d306bb45bb5d6b1627daa08f1ef79e6b Description: ROS 2 node for testing interface of the nodes in planning module Package: ros-jazzy-autoware-test-utils-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-test-utils Version: 1.8.0-1noble.20260520.020218 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Kyoichi Sugahara" Installed-Size: 13551 Depends: ros-jazzy-autoware-test-utils (= 1.8.0-1noble.20260520.020218) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-test-utils/ros-jazzy-autoware-test-utils-dbgsym_1.8.0-1noble.20260520.020218_arm64.deb Size: 11085296 SHA256: b64611810be02fa76e1ada70f00cb65631f939dfbc4d76c1aa5ca948d2b272ca SHA1: e83bff780142b8c989a1f681c32851688ead5dc9 MD5sum: 81e0a532cfabf20c9c9c16b238f87e4a Description: debug symbols for ros-jazzy-autoware-test-utils Build-Ids: 81e7a43a7a077ae672d287412b9e7a7249f112dc c4390084d5545384f2feb7899376982299d1de76 Package: ros-jazzy-autoware-testing Version: 1.8.0-1noble.20260520.110247 Architecture: arm64 Maintainer: "Adam Dabrowski" Installed-Size: 52 Depends: ros-jazzy-ros-testing, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_testing/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-testing/ros-jazzy-autoware-testing_1.8.0-1noble.20260520.110247_arm64.deb Size: 7892 SHA256: 78b893250dcf99d9afba507c5be7733d516edb898590d0e4f92a05f432a0b6b5 SHA1: 3c79c0eb347f915543b8784a97e232ed0abe565c MD5sum: 0cc35b4b01c4ae51048514710f1d3891 Description: Tools for handling standard tests based on ros_testing Package: ros-jazzy-autoware-trajectory Version: 1.8.0-1noble.20260520.023853 Architecture: arm64 Maintainer: "Yukinari Hisaki" Installed-Size: 771 Depends: libc6 (>= 2.35), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-lanelet2-core, libfmt-dev, ros-jazzy-autoware-internal-planning-msgs, ros-jazzy-autoware-lanelet2-utils, ros-jazzy-autoware-planning-msgs, ros-jazzy-autoware-utils-geometry, ros-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tl-expected, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_trajectory/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-trajectory/ros-jazzy-autoware-trajectory_1.8.0-1noble.20260520.023853_arm64.deb Size: 174250 SHA256: a039fe1ee79b4cb824da18405f2da5573dff39b0c7bc1124efdf1ba60f988c3d SHA1: 17a5196629ca171f4e649d355c59c0799aa3a271 MD5sum: 0b2234a459bee818289f70acaeee60e3 Description: The autoware_trajectory package Package: ros-jazzy-autoware-trajectory-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-trajectory Version: 1.8.0-1noble.20260520.023853 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Yukinari Hisaki" Installed-Size: 5424 Depends: ros-jazzy-autoware-trajectory (= 1.8.0-1noble.20260520.023853) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-trajectory/ros-jazzy-autoware-trajectory-dbgsym_1.8.0-1noble.20260520.023853_arm64.deb Size: 5171202 SHA256: a6f8080a4c3de9740c27d5670b63179d4acac85ee6efcbd44f746245ab29f237 SHA1: 2b61ea0d46e9a4b82399467715e7c74726f771f9 MD5sum: 2a66fe168d3152577df2b78e10e2cc17 Description: debug symbols for ros-jazzy-autoware-trajectory Build-Ids: b97803b6da341cfe2a3ee84a83b0fe11f6ae402c Package: ros-jazzy-autoware-twist2accel Version: 1.8.0-1noble.20260520.025655 Architecture: arm64 Maintainer: "Yamato Ando" Installed-Size: 905 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-autoware-agnocast-wrapper, ros-jazzy-autoware-signal-processing, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-tf2, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_twist2accel/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-twist2accel/ros-jazzy-autoware-twist2accel_1.8.0-1noble.20260520.025655_arm64.deb Size: 135784 SHA256: 558b4e7229864ad1595a3fee82be46e583bdc356aeaae323b5f13cd8be1ccd63 SHA1: 191fe5e5bc393f78bf5676ca16a9bb80dd478836 MD5sum: ec88f540f11cd7f710f0e1395570c8dc Description: The acceleration estimation package Package: ros-jazzy-autoware-twist2accel-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-twist2accel Version: 1.8.0-1noble.20260520.025655 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Yamato Ando" Installed-Size: 3548 Depends: ros-jazzy-autoware-twist2accel (= 1.8.0-1noble.20260520.025655) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-twist2accel/ros-jazzy-autoware-twist2accel-dbgsym_1.8.0-1noble.20260520.025655_arm64.deb Size: 2921100 SHA256: 28183398d8a1ad61b21357d347e906cedca35bc7306effdd8be5ecba6a69df09 SHA1: 68388d29bbf800de38a968bdffbf06da098bc562 MD5sum: afefaa6a9e0c06a26ca6301415a5a2be Description: debug symbols for ros-jazzy-autoware-twist2accel Build-Ids: 191b074acf9c387cc0d17f95165b1fd09b0e75d7 a567d8a777c6fe1e0274b0ae8a99181c57ac61c6 Package: ros-jazzy-autoware-utils Version: 1.7.2-1noble.20260520.093124 Architecture: arm64 Maintainer: "Jian Kang" Installed-Size: 102 Depends: ros-jazzy-autoware-internal-debug-msgs, ros-jazzy-autoware-internal-msgs, ros-jazzy-autoware-internal-planning-msgs, ros-jazzy-autoware-perception-msgs, ros-jazzy-autoware-planning-msgs, ros-jazzy-autoware-utils-debug, ros-jazzy-autoware-utils-diagnostics, ros-jazzy-autoware-utils-geometry, ros-jazzy-autoware-utils-logging, ros-jazzy-autoware-utils-math, ros-jazzy-autoware-utils-pcl, ros-jazzy-autoware-utils-rclcpp, ros-jazzy-autoware-utils-system, ros-jazzy-autoware-utils-tf, ros-jazzy-autoware-utils-uuid, ros-jazzy-autoware-utils-visualization, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_utils/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-utils/ros-jazzy-autoware-utils_1.7.2-1noble.20260520.093124_arm64.deb Size: 11618 SHA256: 135c32d451ed26a4d8855f05b39b59dc97a539d4984d6c7abd8e69f621aa28e9 SHA1: ee3505dd0b0c499e3c04c36e6f73ce4fd582ae63 MD5sum: 20c6ffc82fd35d2a8fdff963daf95d42 Description: The autoware_utils package Package: ros-jazzy-autoware-utils-debug Version: 1.7.2-1noble.20260520.055948 Architecture: arm64 Maintainer: "Jian Kang" Installed-Size: 2004 Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, ros-jazzy-autoware-internal-debug-msgs, ros-jazzy-autoware-internal-msgs, ros-jazzy-autoware-utils-system, ros-jazzy-diagnostic-msgs, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_utils_debug/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-utils-debug/ros-jazzy-autoware-utils-debug_1.7.2-1noble.20260520.055948_arm64.deb Size: 427320 SHA256: 250df41fa03c642bbfb10a9600b0e8a8a08905b25b78c51ce8da19a506899acb SHA1: 9fcbf57b81c5fbe89d16fed5d58fd04f6da1d3e1 MD5sum: 854d64136548afe95725d41ae34329d7 Description: The autoware_utils_debug package Package: ros-jazzy-autoware-utils-diagnostics Version: 1.7.2-1noble.20260520.005912 Architecture: arm64 Maintainer: "Jian Kang" Installed-Size: 197 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-diagnostic-msgs, ros-jazzy-diagnostic-updater, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_utils_diagnostics/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-utils-diagnostics/ros-jazzy-autoware-utils-diagnostics_1.7.2-1noble.20260520.005912_arm64.deb Size: 50266 SHA256: 1d89d55a13dfc6833b00be70367bd6be62f53817a3ecbe04eb68317dcaf1fad3 SHA1: 05811aa36d5e2e6a6a6589e6c0f23831f105ccab MD5sum: 53afcf25591375b8a7ccad71e3d94029 Description: The autoware_utils_diagnostics package Package: ros-jazzy-autoware-utils-diagnostics-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-utils-diagnostics Version: 1.7.2-1noble.20260520.005912 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jian Kang" Installed-Size: 862 Depends: ros-jazzy-autoware-utils-diagnostics (= 1.7.2-1noble.20260520.005912) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-utils-diagnostics/ros-jazzy-autoware-utils-diagnostics-dbgsym_1.7.2-1noble.20260520.005912_arm64.deb Size: 782980 SHA256: adb40c4e594c09b17bf743214a1fc128adb52bd815466a3909e7000c62f94fec SHA1: 6b13d1934ce1a29622fa413bdc8b849053199210 MD5sum: d133b15069ec9c405cb35767c785d77d Description: debug symbols for ros-jazzy-autoware-utils-diagnostics Build-Ids: 6ea58b09519e5adc2985eb83a6630aebcecb5d1b Package: ros-jazzy-autoware-utils-geometry Version: 1.7.2-1noble.20260520.015547 Architecture: arm64 Maintainer: "Jian Kang" Installed-Size: 375 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libboost-system-dev, ros-jazzy-autoware-internal-planning-msgs, ros-jazzy-autoware-utils-math, ros-jazzy-tf2, ros-jazzy-tf2-eigen, ros-jazzy-tf2-geometry-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_utils_geometry/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-utils-geometry/ros-jazzy-autoware-utils-geometry_1.7.2-1noble.20260520.015547_arm64.deb Size: 122670 SHA256: f43310a4e6c6b3a240b156e5786ac3d6ac687452423216019ff98325a581dfdb SHA1: b04dbc32e501ed63475d198912b095b67370bcd5 MD5sum: 7fea1bff398ae4ed43919260010a2883 Description: The autoware_utils_geometry package Package: ros-jazzy-autoware-utils-geometry-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-utils-geometry Version: 1.7.2-1noble.20260520.015547 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jian Kang" Installed-Size: 2725 Depends: ros-jazzy-autoware-utils-geometry (= 1.7.2-1noble.20260520.015547) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-utils-geometry/ros-jazzy-autoware-utils-geometry-dbgsym_1.7.2-1noble.20260520.015547_arm64.deb Size: 2638988 SHA256: 38e3450f1c8bb8564fc529138038aafcf420db28a42be6b7775365b5028a1562 SHA1: c3a5eb0ba5115fdd3f2fbfcd28692740459ebfa2 MD5sum: b65399e3e6558c9da1bed9b795248e53 Description: debug symbols for ros-jazzy-autoware-utils-geometry Build-Ids: c78b449794acb28500679467fc2e08211aedf93a Package: ros-jazzy-autoware-utils-logging Version: 1.7.2-1noble.20260520.024748 Architecture: arm64 Maintainer: "Jian Kang" Installed-Size: 129 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-logging-demo, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_utils_logging/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-utils-logging/ros-jazzy-autoware-utils-logging_1.7.2-1noble.20260520.024748_arm64.deb Size: 27618 SHA256: 8872a8adc75eaf44ef20b9fa82cdcf3b438b42fcb8a6d1942e85d0a0a8217060 SHA1: 2a6b05fa3d1e04633409d68376761beb2ed8c867 MD5sum: 741d7fa2ee7827984d744d352482239f Description: The autoware_utils_logging package Package: ros-jazzy-autoware-utils-logging-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-utils-logging Version: 1.7.2-1noble.20260520.024748 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jian Kang" Installed-Size: 456 Depends: ros-jazzy-autoware-utils-logging (= 1.7.2-1noble.20260520.024748) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-utils-logging/ros-jazzy-autoware-utils-logging-dbgsym_1.7.2-1noble.20260520.024748_arm64.deb Size: 410628 SHA256: da382d7bf8be313e42fe33b5b9ebd9c788939092df46197aeea8874845af5ff9 SHA1: d7b5e8c72befd5491f2844c5c90601c2beea0b98 MD5sum: 0c8d90c4db614d0209a3aedd79f37371 Description: debug symbols for ros-jazzy-autoware-utils-logging Build-Ids: 322685727b38706ca237be60620473155004599e Package: ros-jazzy-autoware-utils-math Version: 1.7.2-1noble.20260514.121302 Architecture: arm64 Maintainer: "Jian Kang" Installed-Size: 261 Depends: ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_utils_math/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-utils-math/ros-jazzy-autoware-utils-math_1.7.2-1noble.20260514.121302_arm64.deb Size: 109744 SHA256: b1dff919f0cc04ea2b962567fe4405f4e626028d269515275a7d31bc0740f269 SHA1: 35454da30720acb2dff7548e797db4c7fc10efcc MD5sum: 93bc9a577c38c3a10db6303ad88cb6ac Description: The autoware_utils_math package Package: ros-jazzy-autoware-utils-math-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-utils-math Version: 1.7.2-1noble.20260514.121302 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jian Kang" Installed-Size: 22 Depends: ros-jazzy-autoware-utils-math (= 1.7.2-1noble.20260514.121302) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-utils-math/ros-jazzy-autoware-utils-math-dbgsym_1.7.2-1noble.20260514.121302_arm64.deb Size: 7128 SHA256: 21cb107fd665e4f8b7acc226de5ad0fd7c6524c9380f060be85a62ae237fb62a SHA1: 6cc79c984831cfb40b95f1a1a3a6b62b8a04e37c MD5sum: 513a0f181133ae899e902ed3b6f36a87 Description: debug symbols for ros-jazzy-autoware-utils-math Build-Ids: 31c6ecfdeac42a033410749e10f69c32ae44dcab Package: ros-jazzy-autoware-utils-pcl Version: 1.7.2-1noble.20260520.052201 Architecture: arm64 Maintainer: "Jian Kang" Installed-Size: 54 Depends: ros-jazzy-autoware-utils-tf, ros-jazzy-pcl-conversions, ros-jazzy-pcl-ros, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_utils_pcl/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-utils-pcl/ros-jazzy-autoware-utils-pcl_1.7.2-1noble.20260520.052201_arm64.deb Size: 8236 SHA256: face2169cb65edf21c50479e0890c2abfdbdde2668294ca5d6819187e6ea0dbd SHA1: a562cc971b98e3dcb8150ca6ea2c75fda6dd3670 MD5sum: f7d86badb1ff4f73a126f0547432a8fd Description: The autoware_utils_pcl package Package: ros-jazzy-autoware-utils-rclcpp Version: 1.7.2-1noble.20260520.024853 Architecture: arm64 Maintainer: "Jian Kang" Installed-Size: 62 Depends: ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_utils_rclcpp/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-utils-rclcpp/ros-jazzy-autoware-utils-rclcpp_1.7.2-1noble.20260520.024853_arm64.deb Size: 9894 SHA256: b771ddf62ff7514f69aedb24102c47b7cae53c4132a969ce70b34c4de48750b7 SHA1: 851f4940b8e4e56774adc3e3026b236c9d1d1463 MD5sum: 11254ecf14b885bc6457a1944de47ea0 Description: The autoware_utils_rclcpp package Package: ros-jazzy-autoware-utils-system Version: 1.7.2-1noble.20260520.055447 Architecture: arm64 Maintainer: "Jian Kang" Installed-Size: 129 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_utils_system/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-utils-system/ros-jazzy-autoware-utils-system_1.7.2-1noble.20260520.055447_arm64.deb Size: 14820 SHA256: 9016a8ad94a4317728c889f11b1f1fea2629cf5a1b505beb4b6bc2f510ab3e7b SHA1: b3fcec28b404588556c9b5c4897cafea4ea45159 MD5sum: c6b950294bd585d44abc2787040b0b70 Description: The autoware_utils_system package Package: ros-jazzy-autoware-utils-system-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-utils-system Version: 1.7.2-1noble.20260520.055447 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jian Kang" Installed-Size: 206 Depends: ros-jazzy-autoware-utils-system (= 1.7.2-1noble.20260520.055447) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-utils-system/ros-jazzy-autoware-utils-system-dbgsym_1.7.2-1noble.20260520.055447_arm64.deb Size: 189146 SHA256: 9c6eb3bfff9da3dc9a3b5262ce1634904d269c70a8b287623e05f15ecf94a53d SHA1: afb7efc85be4b2507e3f74fa4a01991d0919704d MD5sum: 296c0135d0ae8252679a5c406d0a5b88 Description: debug symbols for ros-jazzy-autoware-utils-system Build-Ids: d0601cd08254e0dd17de72e983d42acd76d2ef3a Package: ros-jazzy-autoware-utils-tf Version: 1.7.2-1noble.20260520.020301 Architecture: arm64 Maintainer: "Jian Kang" Installed-Size: 54 Depends: ros-jazzy-autoware-utils-geometry, ros-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_utils_tf/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-utils-tf/ros-jazzy-autoware-utils-tf_1.7.2-1noble.20260520.020301_arm64.deb Size: 8366 SHA256: cdbd7eebf853203338a33ff146832ea196faedda3c77962a8e526d920605fd8b SHA1: 06bae0ed57ab43cabc56d862386300526e303212 MD5sum: bf6d0de859bd4f5afc27c91367e2075e Description: The autoware_utils_tf package Package: ros-jazzy-autoware-utils-uuid Version: 1.7.2-1noble.20260519.020455 Architecture: arm64 Maintainer: "Jian Kang" Installed-Size: 52 Depends: libboost-system-dev, ros-jazzy-unique-identifier-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_utils_uuid/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-utils-uuid/ros-jazzy-autoware-utils-uuid_1.7.2-1noble.20260519.020455_arm64.deb Size: 7696 SHA256: 4d16affbeed5ff89bfca33adb4721199bf6f4b830dad619bd39adad42491fcb1 SHA1: 7268e5c75c16bd5f59412527a968c4d184cc1b68 MD5sum: 30c89895ffb2434d6d9557bb4a5a504f Description: The autoware_utils_uuid package Package: ros-jazzy-autoware-utils-visualization Version: 1.7.2-1noble.20260520.015702 Architecture: arm64 Maintainer: "Jian Kang" Installed-Size: 130 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), ros-jazzy-rclcpp, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_utils_visualization/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-utils-visualization/ros-jazzy-autoware-utils-visualization_1.7.2-1noble.20260520.015702_arm64.deb Size: 15184 SHA256: 0e176523661e19f4bace32f440738b0b56a1d30b12b1bd6fd2331d1ca01a3e72 SHA1: d91e0fd9a51ee0ac9436a0722a9a9617a03b19c3 MD5sum: 442ad815da93cc672a7b98bfd5f550b7 Description: The autoware_utils_visualization package Package: ros-jazzy-autoware-utils-visualization-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-utils-visualization Version: 1.7.2-1noble.20260520.015702 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jian Kang" Installed-Size: 115 Depends: ros-jazzy-autoware-utils-visualization (= 1.7.2-1noble.20260520.015702) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-utils-visualization/ros-jazzy-autoware-utils-visualization-dbgsym_1.7.2-1noble.20260520.015702_arm64.deb Size: 97114 SHA256: b94e82115d33e27b67f9cfdaa9e8e100cdf8c1fe41860031dfe08ed4da96289f SHA1: ad48e2be7b35f5b0c45ef837efeaf252c8b57810 MD5sum: 7446cf00b907f49a3226224ead16b720 Description: debug symbols for ros-jazzy-autoware-utils-visualization Build-Ids: 39cfab522644fe3c17f580e5adb4216dd6d0270d Package: ros-jazzy-autoware-v2x-msgs Version: 1.12.0-1noble.20260519.184442 Architecture: arm64 Maintainer: "Takagi, Isamu" Installed-Size: 1400 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_v2x_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-v2x-msgs/ros-jazzy-autoware-v2x-msgs_1.12.0-1noble.20260519.184442_arm64.deb Size: 88744 SHA256: 9b0ffa4c03ad7d02d9bd394f424c38d266793975a2dbe19b8a476b4710593d7c SHA1: 7fba3520f480fffcca50bb0889b304e4cc8a5e6a MD5sum: 1fcdcb3b471e755c99ceb2b05c1a3b27 Description: Autoware v2x messages package. Package: ros-jazzy-autoware-v2x-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-v2x-msgs Version: 1.12.0-1noble.20260519.184442 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Takagi, Isamu" Installed-Size: 888 Depends: ros-jazzy-autoware-v2x-msgs (= 1.12.0-1noble.20260519.184442) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-v2x-msgs/ros-jazzy-autoware-v2x-msgs-dbgsym_1.12.0-1noble.20260519.184442_arm64.deb Size: 682824 SHA256: a5e0cf9d859d079b3a8636498e64005de59a596429cd6e8c4eb6a3b6892915d9 SHA1: e66f7d2acdd6b3daf9e2fa387169d02861950c9c MD5sum: 2eeae7186c98c6fac71dbc8544f281c1 Description: debug symbols for ros-jazzy-autoware-v2x-msgs Build-Ids: 1692dc5e6cd066c9ccb26e71d8280c1661cdc490 1d9f0ac0b612d53cf1caf7448db8aee7ab5c2f4e 6f9e1eb3868be784f2cf0b3a14342c27834653f3 8bfc1aa9a4d60b60f6d3f90157dbc628ec762cf5 91d10b01ae7c4a303edb447ae7fd40f549a0a881 ae580f55525554b66e22ae8b3314c5409be19889 af23cc503a8fc74a3d48535fd1189f2a1930c747 cbafab5338c09b51a728b0001baea9476ad3f734 cc3f326d5805c6bcbb023e0af2c4ba711a78f691 dc35d588c614f366277e9e5952be8a37c04d4295 f801d0a1088ef5f7ab5fb682a04c5abc9d2503f9 Package: ros-jazzy-autoware-vehicle-info-utils Version: 1.8.0-1noble.20260520.025244 Architecture: arm64 Maintainer: "Taiki Tanaka" Installed-Size: 152 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-autoware-utils-geometry, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_vehicle_info_utils/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-vehicle-info-utils/ros-jazzy-autoware-vehicle-info-utils_1.8.0-1noble.20260520.025244_arm64.deb Size: 23306 SHA256: 40ec4993ca7d8c02cf4cd57ebece8bb6c90797ecf803b8d8f077556520f6e75b SHA1: b121bf3cd58b6277980bf33574c10e1b46330392 MD5sum: fbc52608a94481f81175d91ae3e3b097 Description: The autoware_vehicle_info_utils package Package: ros-jazzy-autoware-vehicle-info-utils-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-vehicle-info-utils Version: 1.8.0-1noble.20260520.025244 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Taiki Tanaka" Installed-Size: 386 Depends: ros-jazzy-autoware-vehicle-info-utils (= 1.8.0-1noble.20260520.025244) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-vehicle-info-utils/ros-jazzy-autoware-vehicle-info-utils-dbgsym_1.8.0-1noble.20260520.025244_arm64.deb Size: 361354 SHA256: 9a91dd758f095dbb6f236eac6cc2f2d73ad28b2535760cf5509697a1d8e91f96 SHA1: 295e62007f6b48443e47dcf552e45558a54e82c9 MD5sum: 6035bd339c31f030b5a54c6e4d40a48b Description: debug symbols for ros-jazzy-autoware-vehicle-info-utils Build-Ids: 951accaf2f69f698ba08e546733b13f873316d78 Package: ros-jazzy-autoware-vehicle-msgs Version: 1.12.0-1noble.20260519.191113 Architecture: arm64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 2408 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-autoware-planning-msgs, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_vehicle_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-vehicle-msgs/ros-jazzy-autoware-vehicle-msgs_1.12.0-1noble.20260519.191113_arm64.deb Size: 141250 SHA256: 9d52b1b60ccd73b7cd13df8793c4fc0c5550b440edafcd129c44aafc30fa165c SHA1: 326652c7c2f590d0fffab91acf867da3d081884f MD5sum: 025cd775faf9c4e39e0a424f318b904f Description: Interfaces between core Autoware vehicle components Package: ros-jazzy-autoware-vehicle-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-vehicle-msgs Version: 1.12.0-1noble.20260519.191113 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 1456 Depends: ros-jazzy-autoware-vehicle-msgs (= 1.12.0-1noble.20260519.191113) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-vehicle-msgs/ros-jazzy-autoware-vehicle-msgs-dbgsym_1.12.0-1noble.20260519.191113_arm64.deb Size: 1039390 SHA256: 02e90138397260e90c6c7ac488baa511228bc85f6f02efde79cf034d479f7034 SHA1: 4aafbd0ec4bca5d04adc9bc225caf3878c2e516f MD5sum: 4e073180333d64807ee2feded6ca944f Description: debug symbols for ros-jazzy-autoware-vehicle-msgs Build-Ids: 15eb019da0e593d44274263be8870f29f8c7d252 2c160b480ada29566039a4da79472b85c7aaf654 58e48fad292264d3ab2886af2c66a581f09a8d60 596697b2d41389e0e8efa8222508755fa1818c04 78ece4f2961e5f7e934a171bf684dfdf36102f55 8b456730c170ef9e60a9283f351a4f5521f6a298 9ad4c05d5f5211722fc99dfe9a4adc65c5bbbcff a007ca4eb4783e8bba49f9abb458da94738e16af b23093d25a77c6e76119d84edd9fcec60df9ed15 d1a5ffd3cece705e51783859e08979f08aad3809 d41785c2788550c708c277d41d6203eeeeec8972 Package: ros-jazzy-autoware-vehicle-velocity-converter Version: 1.8.0-1noble.20260520.025954 Architecture: arm64 Maintainer: "Masahiro Sakamoto" Installed-Size: 649 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-autoware-agnocast-wrapper, ros-jazzy-autoware-vehicle-msgs, ros-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_vehicle_velocity_converter/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-vehicle-velocity-converter/ros-jazzy-autoware-vehicle-velocity-converter_1.8.0-1noble.20260520.025954_arm64.deb Size: 115340 SHA256: 6c058406c8eaeb0c5488d6d5638a3640897039c65fc958c8301e50d484e25407 SHA1: 7f8ff739f47d6f145e246f5bedbda4f2ec1f1fe4 MD5sum: 5c525b5647d105e153e4adf8abf974ec Description: The autoware_vehicle_velocity_converter package Package: ros-jazzy-autoware-vehicle-velocity-converter-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-vehicle-velocity-converter Version: 1.8.0-1noble.20260520.025954 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Masahiro Sakamoto" Installed-Size: 2665 Depends: ros-jazzy-autoware-vehicle-velocity-converter (= 1.8.0-1noble.20260520.025954) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-vehicle-velocity-converter/ros-jazzy-autoware-vehicle-velocity-converter-dbgsym_1.8.0-1noble.20260520.025954_arm64.deb Size: 2253844 SHA256: b133823228a08639f33f2c1bb00c235ec6963df05d4146588b35d2cd4c046c43 SHA1: a8bba0514e73d37782480bd407958fad4917e576 MD5sum: 0b5698b73d1f52a1b4c36ca25e04bae7 Description: debug symbols for ros-jazzy-autoware-vehicle-velocity-converter Build-Ids: 2f467526a1eddac741ccb4c33bb6183a2fb65131 f4355c7a23d47035b34fa170b0dee60b0aa45f8b Package: ros-jazzy-autoware-velocity-smoother Version: 1.8.0-1noble.20260520.094941 Architecture: arm64 Maintainer: "Takumi Odashima" Installed-Size: 2209 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-autoware-internal-debug-msgs, ros-jazzy-autoware-internal-planning-msgs, ros-jazzy-autoware-interpolation, ros-jazzy-autoware-motion-utils, ros-jazzy-autoware-osqp-interface, ros-jazzy-autoware-planning-msgs, ros-jazzy-autoware-planning-test-manager, ros-jazzy-autoware-qp-interface, ros-jazzy-autoware-trajectory, ros-jazzy-autoware-utils-debug, ros-jazzy-autoware-utils-diagnostics, ros-jazzy-autoware-utils-geometry, ros-jazzy-autoware-utils-logging, ros-jazzy-autoware-utils-math, ros-jazzy-autoware-utils-rclcpp, ros-jazzy-autoware-vehicle-info-utils, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-tf2, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_velocity_smoother/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-velocity-smoother/ros-jazzy-autoware-velocity-smoother_1.8.0-1noble.20260520.094941_arm64.deb Size: 356318 SHA256: 0abff84092fd06cfe5740db3e154bdb69bd8f4cf493a90c248f8ead0ecc9a2e9 SHA1: 26235015cc46dbc66ad7d123ba6575f7a721acaa MD5sum: 07d5e0efb4c3d6d10856f43545b9edd3 Description: The autoware_velocity_smoother package Package: ros-jazzy-autoware-velocity-smoother-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-velocity-smoother Version: 1.8.0-1noble.20260520.094941 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Takumi Odashima" Installed-Size: 10387 Depends: ros-jazzy-autoware-velocity-smoother (= 1.8.0-1noble.20260520.094941) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-velocity-smoother/ros-jazzy-autoware-velocity-smoother-dbgsym_1.8.0-1noble.20260520.094941_arm64.deb Size: 8775218 SHA256: 7e13c90621c1c833b1de65e9c5b236540ccc6ed97bdea8f07930cf82f8c6d7e3 SHA1: d342e1086f8a58e2a8a1874aa0d11ae6f54d19ea MD5sum: 67ecb9b2ad3df548f9c951a7a569db87 Description: debug symbols for ros-jazzy-autoware-velocity-smoother Build-Ids: 91066ceb9693b34c14d08d31d165bf858016c538 b73463642b9f7e94701e6ecf55e0253ced7fd546 cd6bb21c2add1853c2a28a466437df169dbd68a9 Package: ros-jazzy-avt-vimba-camera Version: 2001.1.0-6noble.20260520.014351 Architecture: arm64 Maintainer: AutonomouStuff Software Team Installed-Size: 3012 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-camera-info-manager, ros-jazzy-diagnostic-msgs, ros-jazzy-diagnostic-updater, ros-jazzy-image-proc, ros-jazzy-image-transport, ros-jazzy-message-filters, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-stereo-image-proc, ros-jazzy-ros-workspace Homepage: https://github.com/astuff/avt_vimba_camera Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-avt-vimba-camera/ros-jazzy-avt-vimba-camera_2001.1.0-6noble.20260520.014351_arm64.deb Size: 623146 SHA256: 6aba71b247e8b310c741be3f3460470173602d9a2bab82f70df7116395505c80 SHA1: cbbd3444816828a66b697bac395b4496b6e2ee22 MD5sum: dee5eda8197fc533c49eb11e4e16632d Description: Camera driver for Allied Vision Technologies (AVT) cameras, based on their Vimba SDK. Package: ros-jazzy-avt-vimba-camera-dbgsym Package-Type: ddeb Source: ros-jazzy-avt-vimba-camera Version: 2001.1.0-6noble.20260520.014351 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: AutonomouStuff Software Team Installed-Size: 4536 Depends: ros-jazzy-avt-vimba-camera (= 2001.1.0-6noble.20260520.014351) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-avt-vimba-camera/ros-jazzy-avt-vimba-camera-dbgsym_2001.1.0-6noble.20260520.014351_arm64.deb Size: 3980838 SHA256: 61eb392f0075986c4a9501730630ea5c9513ced870ffb70682df00c5e4533d6f SHA1: e65ca06d436601917a38ee3410df6b6becb19a4b MD5sum: 36b5c5a4bba0391c914e28259e82d03e Description: debug symbols for ros-jazzy-avt-vimba-camera Build-Ids: 9e57033a2fa051af3c4f2e5968c1812245d263dc bd255223baa02bd7f57c52adf17a9463a04a6717 c5be414c156c2cb9ded561f15c3f596970c9e943 e25df5242de677a104eb70ecbe2aa754b9d96dfd Package: ros-jazzy-aws-sdk-cpp-vendor Version: 0.2.1-3noble.20260305.234425 Architecture: arm64 Maintainer: Daisuke Nishimatsu Installed-Size: 35685 Depends: libc6 (>= 2.38), libcurl4t64 (>= 7.18.0), libgcc-s1 (>= 3.3.1), libssl3t64 (>= 3.0.0), libstdc++6 (>= 13.1), zlib1g (>= 1:1.1.4), libssl-dev, zlib1g-dev, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-aws-sdk-cpp-vendor/ros-jazzy-aws-sdk-cpp-vendor_0.2.1-3noble.20260305.234425_arm64.deb Size: 4421324 SHA256: 807f2f55e0b8a5036f9905c5c678cfc2802c3f20a2716228f9c0e5facf942654 SHA1: b7f385bb9b55f1380ff8cae5dafa6052a6c40bdb MD5sum: df2cf36607022ceb8a916c54741bd54d Description: A vendor package for aws-sdk-cpp Package: ros-jazzy-aws-sdk-cpp-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-aws-sdk-cpp-vendor Version: 0.2.1-3noble.20260305.234425 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daisuke Nishimatsu Installed-Size: 91713 Depends: ros-jazzy-aws-sdk-cpp-vendor (= 0.2.1-3noble.20260305.234425) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-aws-sdk-cpp-vendor/ros-jazzy-aws-sdk-cpp-vendor-dbgsym_0.2.1-3noble.20260305.234425_arm64.deb Size: 83355386 SHA256: 7272061d7668b33cda6265fc586f426b7fdbb956c3f463871d9016a118d06da6 SHA1: fbaf5a97f588e28fd06f5141c008264d7ce2f1c7 MD5sum: 1d4ca6f2188eefcd562623127e78b1dd Description: debug symbols for ros-jazzy-aws-sdk-cpp-vendor Build-Ids: 20ce15a6de78691c1f622b63bd8a4a16ef18c6a5 35aeae49dd0c16cb052245a82a5b9f6b5ca81945 4b4fca2f6cd957a57d57b1c95d91c9f4febdd213 5b35a184809cd606757445c7cbb4b9b04a770a9f 6c0e43bfcb8d25d9972f6b1bf7780d1bb214ddc1 98e991bb8b416692ebf8d967e792f858dbac4a7b c9a308e0a453eb5e62c7528bd530ff519d933c7c ee8777387ef91d48c3b1d5857d096b64999c6dbe Package: ros-jazzy-axis-camera Version: 3.0.2-1noble.20260519.223442 Architecture: arm64 Maintainer: Chris Iverach-Brereton Installed-Size: 172 Depends: python3-requests, ros-jazzy-axis-msgs, ros-jazzy-camera-info-manager-py, ros-jazzy-ptz-action-server-msgs, ros-jazzy-sensor-msgs, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/axis_camera Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-axis-camera/ros-jazzy-axis-camera_3.0.2-1noble.20260519.223442_arm64.deb Size: 36806 SHA256: 4e9b5be78a451f0d68c2813ba2f307b7a870e08decd70f7ba1fba1d3e3e46631 SHA1: 0302cdb543b98fd5c0478177c421be0900267a92 MD5sum: f41c1311c189c7e3ae879ffdb52cd1f7 Description: ROS 2 driver for fixed and PTZ Axis cameras Package: ros-jazzy-axis-description Version: 3.0.2-1noble.20260305.211750 Architecture: arm64 Maintainer: Chris Iverach-Brereton Installed-Size: 533 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-axis-description/ros-jazzy-axis-description_3.0.2-1noble.20260305.211750_arm64.deb Size: 146888 SHA256: dde0b40619b431db3cffc49c10991fd778775986233594cb04129848d8a4c990 SHA1: 53996fc496cb113eedc9286a5a87c4bbd1a57e0d MD5sum: 1c583e8472002f810b04ae2c47e56c17 Description: Description package with URDF files for common Axis fixed and PTZ cameras Package: ros-jazzy-axis-msgs Version: 3.0.2-1noble.20260519.181228 Architecture: arm64 Maintainer: Chris Iverach-Brereton Installed-Size: 1178 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/axis_camera Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-axis-msgs/ros-jazzy-axis-msgs_3.0.2-1noble.20260519.181228_arm64.deb Size: 72970 SHA256: 7d453e976cd6939d36c2bf1843addde8e410957af095db5dcd942155b36720ea SHA1: 239725109bc3d3812cd0072b70fabacae8242933 MD5sum: 6e2ae468b0888e489c594bcf00f7205b Description: ROS messages used by the axis_camera package to control Axis PTZ and fixed cameras Package: ros-jazzy-axis-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-axis-msgs Version: 3.0.2-1noble.20260519.181228 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Iverach-Brereton Installed-Size: 507 Depends: ros-jazzy-axis-msgs (= 3.0.2-1noble.20260519.181228) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-axis-msgs/ros-jazzy-axis-msgs-dbgsym_3.0.2-1noble.20260519.181228_arm64.deb Size: 352842 SHA256: cf90b1f55929cfb25dcbe06c9cdc93662927af983fdef77867c67bf9837d166a SHA1: 5985a93288c3ac08ca408b7fe391e1230baa15f1 MD5sum: a63fd71d978c063af053fe1ffc5e7af8 Description: debug symbols for ros-jazzy-axis-msgs Build-Ids: 0a06bb2f8a394dc1edb078c835a828567b5037b2 272afbcaa6c1e689304b54270bad6d7c80e31a1b 2ea7ffd8cc9db958f6f9ef81bd729d7fea9960e3 69a44051d54ce2892e882b201332dbd176aa5e91 7974e0bd8e9c6313e210fc3f98f2d6e4eb5bfdc6 7e227b2c79940b26edf14e19925c25135c3290e0 95dcd6bd56439409e881e07d308148028b39e3c9 a55c226637d648d0085e61450bc425b948bf8171 bc1a8b6a8d15e0dc2f20c86b6a1d0f82e614d495 df2141e8c66e64038f194acaf5bebd9bbd18eefe ead69413e3d80cd88cabf24482c93fc07ca0f6b7 Package: ros-jazzy-azure-iot-sdk-c Version: 1.14.0-2noble.20260225.134338 Architecture: arm64 Maintainer: Tim Clephas Installed-Size: 7274 Depends: curl, libcurl4-openssl-dev, libssl-dev, uuid-dev, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-azure-iot-sdk-c/ros-jazzy-azure-iot-sdk-c_1.14.0-2noble.20260225.134338_arm64.deb Size: 861148 SHA256: 5cdf26bbcaa8c9ab6fe91632789c5044f4c89ddab4de6c14bc90e40d93a7a6bb SHA1: d9595b836e01d76dcb3cd0c540a480a9ffc358e9 MD5sum: cbb8d582d367df36f4ebbeb3f5d39bad Description: Azure IoT C SDKs and Libraries Package: ros-jazzy-backward-ros Version: 1.0.8-1noble.20260225.223902 Architecture: arm64 Maintainer: Victor López Installed-Size: 234 Depends: libc6 (>= 2.17), libdw1t64 (>= 0.126), libgcc-s1 (>= 4.2), libstdc++6 (>= 13.1), libdw-dev, ros-jazzy-ros-workspace Homepage: https://github.com/pal-robotics/backward_ros Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-backward-ros/ros-jazzy-backward-ros_1.0.8-1noble.20260225.223902_arm64.deb Size: 53182 SHA256: be38ed2b406c0f2afc20bee2c0d22e85e7c0585839687697acc73c007ebf1a3e SHA1: ec27f04cfc9dc16eccc201d5816b0376579fb4d8 MD5sum: b32501c2f3740fc090610540f2695d58 Description: The backward_ros package is a ros wrapper of backward-cpp from https://github.com/bombela/backward-cpp Package: ros-jazzy-backward-ros-dbgsym Package-Type: ddeb Source: ros-jazzy-backward-ros Version: 1.0.8-1noble.20260225.223902 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Victor López Installed-Size: 259 Depends: ros-jazzy-backward-ros (= 1.0.8-1noble.20260225.223902) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-backward-ros/ros-jazzy-backward-ros-dbgsym_1.0.8-1noble.20260225.223902_arm64.deb Size: 225850 SHA256: d0e4211d31f65843353908a6ddc7962cf23b7bc1a61f693192f04912714d1ef1 SHA1: 7e77eea2e7d5216339b60b519755895c75d126ef MD5sum: 55b4e51fd93c75a2df04daebc541218d Description: debug symbols for ros-jazzy-backward-ros Build-Ids: 10e7b37e5070029fe57b4751cfed8c4aa4f19c90 Package: ros-jazzy-bag2-to-image Version: 0.1.1-1noble.20260520.011150 Architecture: arm64 Maintainer: Daisuke Nishimatsu Installed-Size: 319 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libopencv-dev, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rosbag2-cpp, ros-jazzy-rosbag2-storage, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-bag2-to-image/ros-jazzy-bag2-to-image_0.1.1-1noble.20260520.011150_arm64.deb Size: 80232 SHA256: 9a188ea38fd507070ba0b955fda1190cae0992fd361401bc54e0f08f2b85fdac SHA1: b55ff91b7da8c7a8df91c5ca9a11ae49ae239aff MD5sum: 2afa72a6f39e908c2f0a1e4797f00771 Description: The bag2_to_image package Package: ros-jazzy-bag2-to-image-dbgsym Package-Type: ddeb Source: ros-jazzy-bag2-to-image Version: 0.1.1-1noble.20260520.011150 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daisuke Nishimatsu Installed-Size: 1600 Depends: ros-jazzy-bag2-to-image (= 0.1.1-1noble.20260520.011150) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-bag2-to-image/ros-jazzy-bag2-to-image-dbgsym_0.1.1-1noble.20260520.011150_arm64.deb Size: 1488748 SHA256: 2c426f354a45e7a733ea928b5e2b529ef707061805de2e6f2d93cf936f9d87cc SHA1: 3d5adfa140eff73065882a33b6cace9c0ef03967 MD5sum: d9d155d723b06382daf9275312088305 Description: debug symbols for ros-jazzy-bag2-to-image Build-Ids: 6d257fef2d0c2b9682e541c382c96d4b91194970 723f4a82426db7fd72d8e6fdba167fda34b0f9d7 Package: ros-jazzy-battery-state-broadcaster Version: 1.2.0-1noble.20260520.050852 Architecture: arm64 Maintainer: "Jonas Otto" Installed-Size: 263 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-controller-interface, ros-jazzy-pluginlib, ros-jazzy-realtime-tools, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/battery_state_broadcaster/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-battery-state-broadcaster/ros-jazzy-battery-state-broadcaster_1.2.0-1noble.20260520.050852_arm64.deb Size: 59728 SHA256: 4df15bcd5619fe95abfffc3a91440982b2cb0f37040eb760ee855ae48e0db8a3 SHA1: 4f5736d990b4c2ddd13b3e09d0ece677abdfb40a MD5sum: 395e37c2a08970508ded6a77f0338ca0 Description: ROS2 Control boradcaster for battery state sensors. Package: ros-jazzy-battery-state-broadcaster-dbgsym Package-Type: ddeb Source: ros-jazzy-battery-state-broadcaster Version: 1.2.0-1noble.20260520.050852 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jonas Otto" Installed-Size: 1022 Depends: ros-jazzy-battery-state-broadcaster (= 1.2.0-1noble.20260520.050852) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-battery-state-broadcaster/ros-jazzy-battery-state-broadcaster-dbgsym_1.2.0-1noble.20260520.050852_arm64.deb Size: 925936 SHA256: cae94fe5c24fd07c04ece2cdb6381f4d9d8ebf43115ab9ef36191ef208c8887d SHA1: 4b6c54749f876fb8454bb83b12cb193d4ab63897 MD5sum: c1705b1ef0c19f2334428e8cd22d9289 Description: debug symbols for ros-jazzy-battery-state-broadcaster Build-Ids: da01da27c03290474dad7a471c6ecf4c43c82e2d Package: ros-jazzy-battery-state-rviz-overlay Version: 1.2.0-1noble.20260520.011345 Architecture: arm64 Maintainer: "Jonas Otto" Installed-Size: 558 Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, ros-jazzy-rclcpp, ros-jazzy-rviz-2d-overlay-msgs, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/battery_state_rviz_overlay/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-battery-state-rviz-overlay/ros-jazzy-battery-state-rviz-overlay_1.2.0-1noble.20260520.011345_arm64.deb Size: 112500 SHA256: 9fc1e2984597926fafd50e5466e533507633cbcb1ab0b3aa62bad21b6f1a8288 SHA1: 45d01a73a6708143ee695942800e04a40d19f4d7 MD5sum: f36d707b72216c4437b35e2695ed73d4 Description: Converts BatteryState messages to RViz OverlayText messages. Package: ros-jazzy-battery-state-rviz-overlay-dbgsym Package-Type: ddeb Source: ros-jazzy-battery-state-rviz-overlay Version: 1.2.0-1noble.20260520.011345 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jonas Otto" Installed-Size: 2360 Depends: ros-jazzy-battery-state-rviz-overlay (= 1.2.0-1noble.20260520.011345) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-battery-state-rviz-overlay/ros-jazzy-battery-state-rviz-overlay-dbgsym_1.2.0-1noble.20260520.011345_arm64.deb Size: 1983698 SHA256: 5bd7e4696639ad89d80d21d2a3af291971efa22353f605e8f71a6c040de28b05 SHA1: 3f55828ca03355ddf91645b69f11e69eef8d7092 MD5sum: a37f2b4694ceb19d18c028d100668979 Description: debug symbols for ros-jazzy-battery-state-rviz-overlay Build-Ids: 6b0fb936292b90e71158ee0607cc080ae8abdb48 Package: ros-jazzy-bcr-arm Version: 0.1.3-1noble.20260520.151749 Architecture: arm64 Maintainer: Vimarsh Shah Installed-Size: 41 Depends: ros-jazzy-bcr-arm-description, ros-jazzy-bcr-arm-gazebo, ros-jazzy-bcr-arm-moveit-config, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-bcr-arm/ros-jazzy-bcr-arm_0.1.3-1noble.20260520.151749_arm64.deb Size: 5186 SHA256: aef94a4908bc5eb86d1c7e43a4b17bc1a4522f49d52270fc7cca9fc3cf7ab60f SHA1: e59df1688fb06bb6ff474368ff3493cf0967f06c MD5sum: 564e843bbfaeaf1a94df3efdb60a6a94 Description: Metapackage for the BCR Arm robot stack Package: ros-jazzy-bcr-arm-description Version: 0.1.3-1noble.20260520.151157 Architecture: arm64 Maintainer: Vimarsh Shah Installed-Size: 10817 Depends: ros-jazzy-urdf-tutorial, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-bcr-arm-description/ros-jazzy-bcr-arm-description_0.1.3-1noble.20260520.151157_arm64.deb Size: 1344910 SHA256: 2d9a3acdf4c769361390bad18754b3da88f71f77ca0cef1e568c7624e40abb5d SHA1: 9c74020ffc05b4f16512b3aaebf4a2e7aac54e53 MD5sum: 7914c082e25485ccc7747abc522f42c2 Description: robot description files including urdf, meshes and launch files for the bcr arm Package: ros-jazzy-bcr-arm-gazebo Version: 0.1.3-1noble.20260520.145310 Architecture: arm64 Maintainer: Vimarsh Shah Installed-Size: 115 Depends: python3-numpy, ros-jazzy-controller-manager, ros-jazzy-gripper-controllers, ros-jazzy-gz-ros2-control, ros-jazzy-rclcpp, ros-jazzy-ros-gz, ros-jazzy-ros-gz-bridge, ros-jazzy-ros-gz-image, ros-jazzy-ros-gz-sim, ros-jazzy-ros2-control, ros-jazzy-ros2-controllers, ros-jazzy-trajectory-msgs, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-bcr-arm-gazebo/ros-jazzy-bcr-arm-gazebo_0.1.3-1noble.20260520.145310_arm64.deb Size: 14898 SHA256: 48dfe3f45d38e9a1b332702ccf5275b065e2d6783a3502c8036924be0246c3da SHA1: 25f06aeecc2bc70cee355afb856bda1704674862 MD5sum: 9dff89ac0043d59914a4a07d9f003688 Description: gazebo simulation and control scripts for bcr 7-dof robotic arm Package: ros-jazzy-bcr-arm-moveit-config Version: 0.1.3-1noble.20260520.151655 Architecture: arm64 Maintainer: Vimarsh Shah Installed-Size: 84 Depends: ros-jazzy-bcr-arm-description, ros-jazzy-controller-manager, ros-jazzy-joint-state-publisher, ros-jazzy-joint-state-publisher-gui, ros-jazzy-moveit-configs-utils, ros-jazzy-moveit-kinematics, ros-jazzy-moveit-planners, ros-jazzy-moveit-ros-move-group, ros-jazzy-moveit-ros-visualization, ros-jazzy-moveit-setup-assistant, ros-jazzy-moveit-simple-controller-manager, ros-jazzy-robot-state-publisher, ros-jazzy-rviz-common, ros-jazzy-rviz-default-plugins, ros-jazzy-rviz2, ros-jazzy-tf2-ros, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: http://moveit.ros.org/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-bcr-arm-moveit-config/ros-jazzy-bcr-arm-moveit-config_0.1.3-1noble.20260520.151655_arm64.deb Size: 12262 SHA256: e737eeb136efe31924f57cb820729583df862ba2a39f1dd008e80edaa9aa5340 SHA1: 3bd1fd35ba8d0c013258fbefed64dac773ef7203 MD5sum: 3ce92c4f43450b22cf279dc311e5a636 Description: moveit configuration and launch files for motion planning with the bcr arm Package: ros-jazzy-bcr-arm-ros2 Version: 0.1.3-1noble.20260520.151753 Architecture: arm64 Maintainer: Vimarsh Shah Installed-Size: 41 Depends: ros-jazzy-bcr-arm-description, ros-jazzy-bcr-arm-gazebo, ros-jazzy-bcr-arm-moveit-config, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-bcr-arm-ros2/ros-jazzy-bcr-arm-ros2_0.1.3-1noble.20260520.151753_arm64.deb Size: 5298 SHA256: 6c975c0c3887be5a53d018e7e1e193ac2fb0eabd6f35cd2269f3f4f6aedaeb1b SHA1: a174de13413ac38a86ea5ea2f1feb0b73cc0e32e MD5sum: 19d7b429fb46ab9e10edc497949ad15f Description: TODO: Package description (metapackage) Package: ros-jazzy-bcr-bot Version: 2.0.0-2noble.20260519.220454 Architecture: arm64 Maintainer: Gaurav Gupta Installed-Size: 14520 Depends: ros-jazzy-ament-index-python, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-robot-state-publisher, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-bcr-bot/ros-jazzy-bcr-bot_2.0.0-2noble.20260519.220454_arm64.deb Size: 5811750 SHA256: 9b6b5ca31081dcc73a08f40a18dabef8771143d89959d8d058c086cb87d7c24a SHA1: c5c74d5ec72900a03632a83730108de643672c92 MD5sum: a7963ab201fbaa0abc0206e82f82c5c2 Description: bcr_bot Package: ros-jazzy-beckhoff-ads-bringup Version: 1.0.0-1noble.20260520.050932 Architecture: arm64 Maintainer: Nikola Banovic Installed-Size: 71 Depends: ros-jazzy-controller-manager, ros-jazzy-robot-state-publisher, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-beckhoff-ads-bringup/ros-jazzy-beckhoff-ads-bringup_1.0.0-1noble.20260520.050932_arm64.deb Size: 9508 SHA256: 2aa0c9872b43d65634597a8cc82fed17be052df37098cb29a894f833882d89b5 SHA1: ad463112d9573c766d193a44cd83fb5ee14eded5 MD5sum: a74ae89b06b1608d375febb0814db131 Description: Demo bringup package for beckhoff_ads_hardware_interface Package: ros-jazzy-beckhoff-ads-hardware-interface Version: 1.0.0-1noble.20260520.032736 Architecture: arm64 Maintainer: Nikola Banovic Installed-Size: 200 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ads-vendor, ros-jazzy-hardware-interface, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-beckhoff-ads-hardware-interface/ros-jazzy-beckhoff-ads-hardware-interface_1.0.0-1noble.20260520.032736_arm64.deb Size: 48450 SHA256: 437f505fc52306281c8aee731bff0a0e9d2af43b5492411495f945c6f653cce7 SHA1: 7970f82f76f08de694ccca4d76e2d9ae3aa84456 MD5sum: aa22a557617656a49e8e3c6240861c7e Description: Ros2Control hardware interface for integrating with Beckhoff PLC Package: ros-jazzy-beckhoff-ads-hardware-interface-dbgsym Package-Type: ddeb Source: ros-jazzy-beckhoff-ads-hardware-interface Version: 1.0.0-1noble.20260520.032736 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Nikola Banovic Installed-Size: 725 Depends: ros-jazzy-beckhoff-ads-hardware-interface (= 1.0.0-1noble.20260520.032736) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-beckhoff-ads-hardware-interface/ros-jazzy-beckhoff-ads-hardware-interface-dbgsym_1.0.0-1noble.20260520.032736_arm64.deb Size: 678384 SHA256: f0165e831443f49db5a6bc5c2bd5ad4ad0f40ca19ca38e10d24c2c03a9338591 SHA1: 9a56ff42e7217ffb224c7174749171b0451386c5 MD5sum: 6c0389693c371d12c668f482d156b405 Description: debug symbols for ros-jazzy-beckhoff-ads-hardware-interface Build-Ids: 641471d086cfcaa83a5e24c24a2e22de7dc9869e Package: ros-jazzy-behaviortree-cpp Version: 4.9.0-1noble.20260519.205419 Architecture: arm64 Maintainer: Davide Faconti Installed-Size: 3029 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libsqlite3-0 (>= 3.10.0), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libzmq5 (>= 4.0.1+dfsg), cppzmq-dev, libsqlite3-dev, libtinyxml2-dev, libzmq3-dev, ros-jazzy-ament-index-cpp, ros-jazzy-rclcpp, ros-jazzy-tinyxml2-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-behaviortree-cpp/ros-jazzy-behaviortree-cpp_4.9.0-1noble.20260519.205419_arm64.deb Size: 597604 SHA256: 685eec310356db364ab7f4c3281b459396ce43c980df98306554f5cd8a1ff328 SHA1: 145afbb2fdd86c1a3628a6234775bac46fae0484 MD5sum: 9b3af001acea5f0925e08eef66a205a3 Description: This package provides the Behavior Trees core library. Package: ros-jazzy-behaviortree-cpp-dbgsym Package-Type: ddeb Source: ros-jazzy-behaviortree-cpp Version: 4.9.0-1noble.20260519.205419 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Davide Faconti Installed-Size: 13342 Depends: ros-jazzy-behaviortree-cpp (= 4.9.0-1noble.20260519.205419) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-behaviortree-cpp/ros-jazzy-behaviortree-cpp-dbgsym_4.9.0-1noble.20260519.205419_arm64.deb Size: 12427662 SHA256: 4a1d08fc8172ddae7e7392cea2cb6b70ee7c399c24726d4938bc2a8b99958018 SHA1: 6415bed8be58b86d23b61c9bddbb2cc95e30433e MD5sum: f6488bbd8e0c4cc47557090af1b5ac1e Description: debug symbols for ros-jazzy-behaviortree-cpp Build-Ids: 2098e51b1c1a0b7de3ff9dcd6185c8e648fe6221 5c71e64762449186d80b3eacceed3871ebe66ae8 ac9819b5fa29cff376feaeaeb3544289fdad09d5 afa0c70f859136d540cb31a3ddaa12df9da5aaf6 b108d846a1d2444fc72936ad2a4224332c470459 b2c311a46c1e11ca17b29551c8870212cd36e83d Package: ros-jazzy-beluga Version: 2.1.1-1noble.20260422.170434 Architecture: arm64 Maintainer: Gerardo Puga Installed-Size: 486 Depends: libeigen3-dev, libhdf5-dev, librange-v3-dev, libtbb-dev, ros-jazzy-sophus, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/beluga/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-beluga/ros-jazzy-beluga_2.1.1-1noble.20260422.170434_arm64.deb Size: 75592 SHA256: 901298ffce20f5fdd8803877fc44ac86652382ca26c8ff891e15e43ae53b283a SHA1: f9178e4cfbfb870f3d5524755f682edf07cd1270 MD5sum: 8d68b36ae712ad9ed5d995f62f915e4a Description: A generic MCL library for ROS2. Package: ros-jazzy-beluga-amcl Version: 2.1.1-1noble.20260520.020847 Architecture: arm64 Maintainer: Gerardo Puga Installed-Size: 4296 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libhdf5-103-1t64, libhdf5-cpp-103-1t64 (>= 1.10.5), libstdc++6 (>= 13.1), libtbb12 (>= 2021.11.0), ros-jazzy-beluga, ros-jazzy-beluga-ros, ros-jazzy-bondcpp, ros-jazzy-message-filters, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclcpp-lifecycle, ros-jazzy-std-srvs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/beluga_amcl/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-beluga-amcl/ros-jazzy-beluga-amcl_2.1.1-1noble.20260520.020847_arm64.deb Size: 738926 SHA256: 51fee0d62a66e1e8f58381606d56c3996f2237fecc1d9d83e8d19e3412d13cdb SHA1: 181707d9d09d7f00d19e05ad09daa060e679bd0d MD5sum: 4a3dd8cc4983a57f5925710a51ef4993 Description: An AMCL node implementation for ROS2 using Beluga. Package: ros-jazzy-beluga-amcl-dbgsym Package-Type: ddeb Source: ros-jazzy-beluga-amcl Version: 2.1.1-1noble.20260520.020847 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Gerardo Puga Installed-Size: 36597 Depends: ros-jazzy-beluga-amcl (= 2.1.1-1noble.20260520.020847) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-beluga-amcl/ros-jazzy-beluga-amcl-dbgsym_2.1.1-1noble.20260520.020847_arm64.deb Size: 33628710 SHA256: 8a3fee9fac48c9f24fbdbe52b3ffe144d1738ffe1373fb010401cc6c23a27bb8 SHA1: de113c0ea3b39bee0766df2a14bb6157e6728193 MD5sum: c1375b37cf365ec560532aaa0dbb5ae2 Description: debug symbols for ros-jazzy-beluga-amcl Build-Ids: 1723714f64dd89add8d9b2c5c6d94259e69a825a 5ee7398abeac0999e276d8c0d97f7908ea35e2ec 76060c1c91721965a44cf978836ba5459b58bb34 76c84962445d89f45813765edb015a8695004a4b ab29ca361e69825776bb941f0143d292798d905b af3bad27831865b432704924716bb3dfabf97a89 e7474db4e41baa4f318394a3f9edf990898364ed Package: ros-jazzy-beluga-ros Version: 2.1.1-1noble.20260520.003548 Architecture: arm64 Maintainer: Gerardo Puga Installed-Size: 1216 Depends: ros-jazzy-beluga, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-tf2-eigen, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/beluga_ros/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-beluga-ros/ros-jazzy-beluga-ros_2.1.1-1noble.20260520.003548_arm64.deb Size: 121922 SHA256: 2aa48ecf815f45b68d80acd31ffd422bdc1d128a1fcf30f264e13af309ea790d SHA1: 7481e3f22c0d0fde1fab57de6320134477bc6192 MD5sum: 2ca20bf2d3ddd78670e5915c70e3f396 Description: Utilities to interface ROS with Beluga. Package: ros-jazzy-bicycle-steering-controller Version: 4.40.1-1noble.20260520.051249 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 216 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-backward-ros, ros-jazzy-control-msgs, ros-jazzy-controller-interface, ros-jazzy-hardware-interface, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-std-srvs, ros-jazzy-steering-controllers-library, ros-jazzy-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-bicycle-steering-controller/ros-jazzy-bicycle-steering-controller_4.40.1-1noble.20260520.051249_arm64.deb Size: 47300 SHA256: f7968105ccffec72b9b14e7e9b71ef10a8928e8fc338208414b757e626f62424 SHA1: c10fd674da64993c84fb275b4703ee569ba47fe8 MD5sum: 29e8bf6e574f23845131ebf811e4f183 Description: Steering controller with bicycle kinematics. Rear fixed wheel is powering the vehicle and front wheel is steering. Package: ros-jazzy-bicycle-steering-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-bicycle-steering-controller Version: 4.40.1-1noble.20260520.051249 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 739 Depends: ros-jazzy-bicycle-steering-controller (= 4.40.1-1noble.20260520.051249) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-bicycle-steering-controller/ros-jazzy-bicycle-steering-controller-dbgsym_4.40.1-1noble.20260520.051249_arm64.deb Size: 693530 SHA256: 73456017128c3e8adb5ec861bdc7b8bfde5e16a15f213c8dd1c09a6453cccd13 SHA1: d40568b4f1b6ba130fc406f284b0c7e386d419be MD5sum: 6bba4402cc1a2c7b367e0e7882f7f60a Description: debug symbols for ros-jazzy-bicycle-steering-controller Build-Ids: 0be24cb86dbd20d7d3c495da339c3025844cf991 Package: ros-jazzy-bno055 Version: 0.5.0-3noble.20260519.231756 Architecture: arm64 Maintainer: flynneva Installed-Size: 198 Depends: python3-serial, python3-smbus, ros-jazzy-example-interfaces, ros-jazzy-rclpy, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-bno055/ros-jazzy-bno055_0.5.0-3noble.20260519.231756_arm64.deb Size: 34746 SHA256: 0ef9f84f7239e187b2023692adcf84d5caceb27048bbbac784fafed5632279a9 SHA1: 8481b9ebb1747488e5344448d75301dd001cb3cc MD5sum: af286529736acf55679077c2eeed8777 Description: Bosch BNO055 IMU driver for ROS2 Package: ros-jazzy-bond Version: 4.2.0-1noble.20260519.043328 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 1089 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/bond Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-bond/ros-jazzy-bond_4.2.0-1noble.20260519.043328_arm64.deb Size: 55960 SHA256: d2eb1f074cc03ef2835858087dbebf84819f3761152042d0d4a9fdf6c93ef47c SHA1: c4f2ccdff5c33adc57bbf83cdcab779b05d0d5b6 MD5sum: 4eae3c49dba225efa3e56999001fe85b 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-jazzy-bond-core Version: 4.2.0-1noble.20260519.232803 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 42 Depends: ros-jazzy-bond, ros-jazzy-bondcpp, ros-jazzy-smclib, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/bond_core Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-bond-core/ros-jazzy-bond-core_4.2.0-1noble.20260519.232803_arm64.deb Size: 5852 SHA256: 2ce460c00587407b5f080909e25308042abfb526e73c66590a97cf69e5c52032 SHA1: 65cacd743f7f279a3334f035fe0ba4340378a0f5 MD5sum: 193dca164d42607a3f67459fd607dff5 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-jazzy-bond-dbgsym Package-Type: ddeb Source: ros-jazzy-bond Version: 4.2.0-1noble.20260519.043328 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 413 Depends: ros-jazzy-bond (= 4.2.0-1noble.20260519.043328) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-bond/ros-jazzy-bond-dbgsym_4.2.0-1noble.20260519.043328_arm64.deb Size: 283582 SHA256: 31e07c59034253ca3d6df110c8622c287de6c6166fd8e5ed8b0a5673877ba2fb SHA1: ae440861639f88d13660a81e7c57cd7bc1b709cc MD5sum: 5e737b8e58d828a8a8e818e46c24a751 Description: debug symbols for ros-jazzy-bond Build-Ids: 0c541806f1592b68e6a9c882870eb787babd31fc 1dc9df4afdd5e1846b7adf340c640c6ae305ca14 2436ab92125578987e4cee5f6ebf8d153441bbc3 2d8cae487d63cf7840b596eb4411081407b7f26d 35f611831d5577c925ada8cdd77886fcd61abca2 578e7458c96086587a7f6ca9d457b5eb0283864e 884af430f29eb6c2dd28efa3792df9e1f21806be 9eba67be0539e51b55e9ab8dc30f95f7d60fa9db c04d247e97c2896e18cebed75bca17b87b90573c c4adc2407df981e228bb3bb4c7c2f1f20a0128d9 f7c32e56271fdab3347dc390615a99674430e372 Package: ros-jazzy-bondcpp Version: 4.2.0-1noble.20260519.232450 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 602 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libuuid1 (>= 2.16), ros-jazzy-bond, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-smclib, uuid-dev, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/bondcpp Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-bondcpp/ros-jazzy-bondcpp_4.2.0-1noble.20260519.232450_arm64.deb Size: 116558 SHA256: 8b5ed1bc48ba4679291c0bab9dbed8ff1b84a6eb79714ca9ede26bb81a90a448 SHA1: 18178bfefd95792a0ffe2e66b1556435ca196747 MD5sum: 9ca8920d98ca86c9a04a523be3c83231 Description: C++ implementation of bond, a mechanism for checking when another process has terminated. Package: ros-jazzy-bondcpp-dbgsym Package-Type: ddeb Source: ros-jazzy-bondcpp Version: 4.2.0-1noble.20260519.232450 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 2255 Depends: ros-jazzy-bondcpp (= 4.2.0-1noble.20260519.232450) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-bondcpp/ros-jazzy-bondcpp-dbgsym_4.2.0-1noble.20260519.232450_arm64.deb Size: 1886120 SHA256: e7555c30a92775d365d0a63caf0fb508185f26dcafeead4b828d949d0082762e SHA1: 0c2b5dda65e4e92764434e25f1ed93f183b902ec MD5sum: ff0b553254973f42f4a38d06c768263e Description: debug symbols for ros-jazzy-bondcpp Build-Ids: e49b96ef83a00326eae4b3d488df93934b60ac16 Package: ros-jazzy-bondpy Version: 4.2.0-1noble.20260519.232528 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 84 Depends: ros-jazzy-bond, ros-jazzy-rclpy, ros-jazzy-smclib, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-bondpy/ros-jazzy-bondpy_4.2.0-1noble.20260519.232528_arm64.deb Size: 16234 SHA256: d8dcc717cb211a0a96eab5e2be63e0719e06d0790c9ddad9131d5b2ca4a52d50 SHA1: 56c1abc14a11810e3ff16f953cd734bf8df280a4 MD5sum: 57a2b08ae2880820b50f7e7320863b52 Description: Python implementation of bond, a mechanism for checking when another process has terminated. Package: ros-jazzy-boost-geometry-util Version: 0.0.1-5noble.20260520.053405 Architecture: arm64 Maintainer: masaya Installed-Size: 134 Depends: libboost-all-dev, ros-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-boost-geometry-util/ros-jazzy-boost-geometry-util_0.0.1-5noble.20260520.053405_arm64.deb Size: 10704 SHA256: 3bab8ed038898e86c82427cd1c15eb59fe8f638f0453734dbdd8fb02e07b42b5 SHA1: 5b954c6e4836e0a2ecb2cfebc2cbe2f1204bbf35 MD5sum: b81c07482ef6f991e752616355dc9c0c Description: Utility library for boost geometry Package: ros-jazzy-boost-geometry-util-dbgsym Package-Type: ddeb Source: ros-jazzy-boost-geometry-util Version: 0.0.1-5noble.20260520.053405 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: masaya Installed-Size: 51 Depends: ros-jazzy-boost-geometry-util (= 0.0.1-5noble.20260520.053405) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-boost-geometry-util/ros-jazzy-boost-geometry-util-dbgsym_0.0.1-5noble.20260520.053405_arm64.deb Size: 34860 SHA256: a0eb6b697ce2e888e37c61192232afd38cfb778a734b85deb2a67a462ec5c92f SHA1: dc6334f5115e70dadd8b56ccba28612022826219 MD5sum: c861e680ea324e4a2138c2903c27252b Description: debug symbols for ros-jazzy-boost-geometry-util Build-Ids: b9bb31c29dbd220309a61d70dac735e2f952346e Package: ros-jazzy-boost-sml-vendor Version: 1.1.13-1noble.20260305.211814 Architecture: arm64 Maintainer: Tim Clephas Installed-Size: 197 Depends: ros-jazzy-ros-workspace Homepage: https://github.com/boost-ext/sml Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-boost-sml-vendor/ros-jazzy-boost-sml-vendor_1.1.13-1noble.20260305.211814_arm64.deb Size: 25050 SHA256: 70301f5555c049ad5208b068eb0bf1afadc553860bf76dd2354d5f5661962676 SHA1: c006ffb3daf2377b46e55693257875a07d1b94c1 MD5sum: 209af8930c1df98f33c93db17474cd29 Description: Vendor package for the Boost SML (State Machine Language) Package: ros-jazzy-broll Version: 0.1.0-1noble.20260520.011410 Architecture: arm64 Maintainer: Emerson Knapp Installed-Size: 859 Depends: libavcodec60 (>= 7:6.0), libavformat60 (>= 7:6.0), libavutil58 (>= 7:6.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libswscale7 (>= 7:6.0), ffmpeg, libavcodec-dev, libavformat-dev, libavutil-dev, libswscale-dev, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rcutils, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-broll/ros-jazzy-broll_0.1.0-1noble.20260520.011410_arm64.deb Size: 164582 SHA256: e314b7aed68763d5ad19f91e15b4e42eddee0887a79980968896a2224de5b432 SHA1: b410e70fb1d1dcd7c98481effafa1137d06b2319 MD5sum: 605e3937081034561eb4ca1c7b9d19b5 Description: B-Roll utility library for interacting with video stream data in the context of rosbag2 Package: ros-jazzy-broll-dbgsym Package-Type: ddeb Source: ros-jazzy-broll Version: 0.1.0-1noble.20260520.011410 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Emerson Knapp Installed-Size: 3350 Depends: ros-jazzy-broll (= 0.1.0-1noble.20260520.011410) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-broll/ros-jazzy-broll-dbgsym_0.1.0-1noble.20260520.011410_arm64.deb Size: 2891634 SHA256: 6d80290cb88d8b31ef54378a977f0310927e6436b442063c1561d81a7d6a8913 SHA1: f5fe48d3aa1d812668a994d890ea129c94e02ca0 MD5sum: 6b35be1c61b1463482777eff221fcff7 Description: debug symbols for ros-jazzy-broll Build-Ids: 12eace53dc4e9af214d8fcfde67ce089d85bc494 e032ccc4f37642dabcbcc3c1bd07b0886e4096d3 edcae78b38868f12b61f37a93eb4bef340e0a95c Package: ros-jazzy-builtin-interfaces Version: 2.0.4-1noble.20260519.020126 Architecture: arm64 Maintainer: "Geoffrey Biggs" Installed-Size: 1073 Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), ros-jazzy-fastcdr, ros-jazzy-rosidl-core-runtime, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/builtin_interfaces/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-builtin-interfaces/ros-jazzy-builtin-interfaces_2.0.4-1noble.20260519.020126_arm64.deb Size: 47458 SHA256: 2f15421b568d5c3df4af25480c6875c8ba7b83efaf8df8e5c8c18268ad4ed284 SHA1: 71bb6d50c401e7562e535de8122330dff06e4676 MD5sum: a399610db2c9debfe45eaf76ad1423b1 Description: A package containing message and service definitions for types defined in the OMG IDL Platform Specific Model. Package: ros-jazzy-builtin-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-builtin-interfaces Version: 2.0.4-1noble.20260519.020126 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Geoffrey Biggs" Installed-Size: 356 Depends: ros-jazzy-builtin-interfaces (= 2.0.4-1noble.20260519.020126) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-builtin-interfaces/ros-jazzy-builtin-interfaces-dbgsym_2.0.4-1noble.20260519.020126_arm64.deb Size: 232010 SHA256: c60942fb7da27ab02a9053be78b9e623f705f3f7b1d693507c77c194dabe74d0 SHA1: 9ce5e28ce3eb1920bde87d6acba38baac3ac6e3c MD5sum: bb731b7dbf7171fe90d1df4bfb64ffbb Description: debug symbols for ros-jazzy-builtin-interfaces Build-Ids: 1322315ca6169f1c7a00be2cf32ef574c223662b 14ca700cbfcc43cf8dab2005a3068f773476756e 4032243db766d72e5940188737fc1d97111e779e 4c3e582c4fadead52064b5efa9735da16d6bc654 62c24c9a29dbf6213109e80c54a735ea1f9371da aaacd27400d0f67d27c923d015fcd2a8f45bb44b af0d055c752ff003b20348f8d55b6a45da3c6ce0 c037e8a971bfed1b2efd7e209327c48b2945251c c45c76e0e0c7b4c19a540a102ccd3d554a6cb0c1 cc2aca7e44b1fcf330db512771d33ffa9f523871 da5c48748e512604db48867dcca56ead8b4a9baf Package: ros-jazzy-camera-aravis2 Version: 1.2.0-1noble.20260520.012626 Architecture: arm64 Maintainer: Raphael Hagmanns Installed-Size: 1395 Depends: libaravis-0.8-0 (>= 0.8.30), libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libglib2.0-0t64 (>= 2.12.0), libstdc++6 (>= 13.1), ros-jazzy-camera-aravis2-msgs, ros-jazzy-camera-info-manager, ros-jazzy-cv-bridge, ros-jazzy-diagnostic-msgs, ros-jazzy-image-transport, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-camera-aravis2/ros-jazzy-camera-aravis2_1.2.0-1noble.20260520.012626_arm64.deb Size: 263150 SHA256: f3c227254546f457cbe4a6b5032efa4647c9a1d8083c47b2db9983b38679c599 SHA1: b55064d2f055e2b9f67af66ae2772fb2a7a4d650 MD5sum: 38ac20f00b325cd27e4da875efe8c802 Description: ROS2 camera driver for [GenICam](https://www.emva.org/standards-technology/genicam/)-based GigEVision and USB3Vision cameras. Package: ros-jazzy-camera-aravis2-dbgsym Package-Type: ddeb Source: ros-jazzy-camera-aravis2 Version: 1.2.0-1noble.20260520.012626 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Raphael Hagmanns Installed-Size: 7167 Depends: ros-jazzy-camera-aravis2 (= 1.2.0-1noble.20260520.012626) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-camera-aravis2/ros-jazzy-camera-aravis2-dbgsym_1.2.0-1noble.20260520.012626_arm64.deb Size: 6394950 SHA256: 84a92be3aec51b7f92c85a2af3d747ac2d9d12b75167d5f6a8159c0c7bbfaa35 SHA1: 6123d72996b0b4a35bfcb0d967df3bd1b270934b MD5sum: 800b4fbca7d8868ce637245ff9fe37da Description: debug symbols for ros-jazzy-camera-aravis2 Build-Ids: 093bd5211c1ec6217bed327ad96efe6dcc6d2fee 09ec15f0909979f40a8f11c8e1a1e9d82f8054c5 592d6815047992f1a61b68600d1ea1af633342ad 986da686e94bbd32398b20ba3cb2baef2b8f10d1 afc7b5571ed0e0f3bb39a38365557cacb3d2bf51 Package: ros-jazzy-camera-aravis2-msgs Version: 1.2.0-1noble.20260519.191309 Architecture: arm64 Maintainer: Raphael Hagmanns Installed-Size: 1345 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-diagnostic-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-camera-aravis2-msgs/ros-jazzy-camera-aravis2-msgs_1.2.0-1noble.20260519.191309_arm64.deb Size: 85040 SHA256: 72aa679197e586e5ed6009789b8897affd825ae42233f77959d075ff58385147 SHA1: 0c55eb9510515ba2ecd3574c99dbc713ea8bf201 MD5sum: aaae79ce8fc578d3837c9778390c098e Description: Messages and service definitions for the camera_aravis2 package. Package: ros-jazzy-camera-aravis2-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-camera-aravis2-msgs Version: 1.2.0-1noble.20260519.191309 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Raphael Hagmanns Installed-Size: 722 Depends: ros-jazzy-camera-aravis2-msgs (= 1.2.0-1noble.20260519.191309) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-camera-aravis2-msgs/ros-jazzy-camera-aravis2-msgs-dbgsym_1.2.0-1noble.20260519.191309_arm64.deb Size: 522632 SHA256: c9c29017027b682742d7839224265f609ad7fee6950d5883f90141ab83c9091c SHA1: 1d1b9dc21addcd4cec56f3031b8872dcc8668808 MD5sum: 67e174be29c394cc88c2231d858c0d3f Description: debug symbols for ros-jazzy-camera-aravis2-msgs Build-Ids: 0b5d52079cee91804f6eee1c64695964c45616ce 0d9a3537d8e5a165aeb5d8452f2a95ef75b24576 1f20468e4efe5f686fb071ffa9e9c9b65039b7df 24cdb6fc21f028db1f4da1b19c7cba6d0d2bbf56 5c5de5859bbcc212a9eca50cfc3f874a9620deb9 a2f2376556c2b782aeab06bdbf0993ee78e2aea1 b44b20baa76cc9d6469f9e5677b2094b700b6495 e72768932652693937bd06f9855ed9e17eb0e3f7 f089ac02ae1fbdad761f503bbcae93b709d93651 f1c5f3b5badc3d0f03a7bd8c2527fab908ad8b63 f840b57612be9f8ea0851af885dbee4734596453 Package: ros-jazzy-camera-calibration Version: 5.0.12-1noble.20260520.011422 Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 302 Depends: python3-opencv, python3-semver, ros-jazzy-cv-bridge, ros-jazzy-image-geometry, ros-jazzy-message-filters, ros-jazzy-rclpy, ros-jazzy-sensor-msgs, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/camera_calibration/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-camera-calibration/ros-jazzy-camera-calibration_5.0.12-1noble.20260520.011422_arm64.deb Size: 79170 SHA256: 13ab1473d6812978381787537ddd7591b0a910ec2e444f11977c3fd400972419 SHA1: 1c10cfa92322ce34e70e67fb4c4d51a91ca82ca1 MD5sum: 78a06e234859919c085e645490c21111 Description: camera_calibration allows easy calibration of monocular or stereo cameras using a checkerboard calibration target. Package: ros-jazzy-camera-calibration-parsers Version: 5.1.7-1noble.20260520.011413 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 275 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/camera_calibration_parsers Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-camera-calibration-parsers/ros-jazzy-camera-calibration-parsers_5.1.7-1noble.20260520.011413_arm64.deb Size: 53318 SHA256: 9441f8b9c1ab54c1f54fde85104adef116a3b699af3e2cbace79177e408b0be0 SHA1: 8e141481cb6681c389c2e7d5b6412ce4e1a27c0a MD5sum: 10ac4a7f7c0c3acf4cb7b65cb904619c Description: camera_calibration_parsers contains routines for reading and writing camera calibration parameters. Package: ros-jazzy-camera-calibration-parsers-dbgsym Package-Type: ddeb Source: ros-jazzy-camera-calibration-parsers Version: 5.1.7-1noble.20260520.011413 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 775 Depends: ros-jazzy-camera-calibration-parsers (= 5.1.7-1noble.20260520.011413) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-camera-calibration-parsers/ros-jazzy-camera-calibration-parsers-dbgsym_5.1.7-1noble.20260520.011413_arm64.deb Size: 701136 SHA256: 1d6ce696f11a827b54e70a9f7416aa13ed4131e32468540e0a78eee65e78d360 SHA1: bf44766db74c3d2cb99f96ee2c9ae658225c6d34 MD5sum: 1152f1560d3193cfe31bb811a64d79b7 Description: debug symbols for ros-jazzy-camera-calibration-parsers Build-Ids: c111f9375a4cac9100a818bc01828c441263d374 c2f8f229c5cce548677585d42bd3f6c9ec15d6ce Package: ros-jazzy-camera-info-manager Version: 5.1.7-1noble.20260520.011753 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 206 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ament-index-cpp, ros-jazzy-camera-calibration-parsers, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-rcpputils, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/camera_info_manager Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-camera-info-manager/ros-jazzy-camera-info-manager_5.1.7-1noble.20260520.011753_arm64.deb Size: 39074 SHA256: 03de7d98cead9efad7e64623b705b7a8306cf224e955d95ce8b6daefd9e3b262 SHA1: c5c3c912c02466123b671625e96d62b197e03273 MD5sum: aacb41ce5816cc656b3a571e40dbbd55 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-jazzy-camera-info-manager-dbgsym Package-Type: ddeb Source: ros-jazzy-camera-info-manager Version: 5.1.7-1noble.20260520.011753 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 493 Depends: ros-jazzy-camera-info-manager (= 5.1.7-1noble.20260520.011753) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-camera-info-manager/ros-jazzy-camera-info-manager-dbgsym_5.1.7-1noble.20260520.011753_arm64.deb Size: 441634 SHA256: 36c3163dc06822be930d89b03571f2c7228cc6a3ece380160f12235eb9caaef6 SHA1: 81e49f8b4b478f41473fceb91378695c328062f1 MD5sum: ce6ec364e575f556f87b0c87d1fe8340 Description: debug symbols for ros-jazzy-camera-info-manager Build-Ids: 7e92d9d9e53b5d41691d58ef7fafc5af034d788b Package: ros-jazzy-camera-info-manager-py Version: 5.1.7-1noble.20260519.205326 Architecture: arm64 Maintainer: Jose Mastrangelo Installed-Size: 114 Depends: python3-rospkg, python3-yaml, ros-jazzy-ament-index-python, ros-jazzy-rclpy, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/camera_info_manager_py Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-camera-info-manager-py/ros-jazzy-camera-info-manager-py_5.1.7-1noble.20260519.205326_arm64.deb Size: 23730 SHA256: 1ad7a1400374f129bad6ec84d6a62c4c90e8567cbd22d6e676f3806e59a9b4db SHA1: d4e26b2bd80d3e709fb8a3c4a504ce6fdef0b99d MD5sum: 0f0e7112678d0619e3afb8082ee010b5 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-jazzy-camera-ros Version: 0.6.0-1noble.20260520.032946 Architecture: arm64 Maintainer: Christian Rauch Installed-Size: 711 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), ros-jazzy-libcamera (>= 0.1), ros-jazzy-ament-index-python, ros-jazzy-camera-info-manager, ros-jazzy-cv-bridge, ros-jazzy-image-view, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-ros2launch, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-camera-ros/ros-jazzy-camera-ros_0.6.0-1noble.20260520.032946_arm64.deb Size: 193146 SHA256: 75253de15ba139c389572c3fe8d9719c9a75ae5900c295f09e25a7185aca1311 SHA1: f47279175ed00bafd2a794d74736bd3fe248c001 MD5sum: 41b36c386e26043fa8412d8a46882aae Description: node for libcamera supported cameras (V4L2, Raspberry Pi Camera Modules) Package: ros-jazzy-camera-ros-dbgsym Package-Type: ddeb Source: ros-jazzy-camera-ros Version: 0.6.0-1noble.20260520.032946 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christian Rauch Installed-Size: 4284 Depends: ros-jazzy-camera-ros (= 0.6.0-1noble.20260520.032946) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-camera-ros/ros-jazzy-camera-ros-dbgsym_0.6.0-1noble.20260520.032946_arm64.deb Size: 3948638 SHA256: 48a6d7901f671297a6c5b702ec3270bad355ce1a36499584c7c85cb623f34ca9 SHA1: 6d9f4da9890fccae2d9fc503f077ca1641d27922 MD5sum: 28c4530e0d2de5bfcc982fc3a79fa793 Description: debug symbols for ros-jazzy-camera-ros Build-Ids: 55265259b1e80a44a137bbd7cde346e5202a8966 8a465d79e7d8c6c472bd85f3510a37c38766aa27 Package: ros-jazzy-can-msgs Version: 2.0.0-6noble.20260519.181236 Architecture: arm64 Maintainer: Mathias Lüdtke Installed-Size: 1016 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/can_msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-can-msgs/ros-jazzy-can-msgs_2.0.0-6noble.20260519.181236_arm64.deb Size: 46648 SHA256: 1588dcefa12171703504fc6e2a77acdecc98d751689a42d15eecd12530457466 SHA1: ff92bb7b36a605150166eb5a20fc43d4aa32246e MD5sum: 672120b94976661361ce82569d36794c Description: CAN related message types. Package: ros-jazzy-can-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-can-msgs Version: 2.0.0-6noble.20260519.181236 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Mathias Lüdtke Installed-Size: 305 Depends: ros-jazzy-can-msgs (= 2.0.0-6noble.20260519.181236) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-can-msgs/ros-jazzy-can-msgs-dbgsym_2.0.0-6noble.20260519.181236_arm64.deb Size: 197768 SHA256: 8c66ee4b0525f634abab239ce1519bb5c03f5d77dab2ca44bf3e1d22bcfc85d4 SHA1: 833c1334d02e2d15d563f7e852e027c1ac1fb8c2 MD5sum: 226650cb9d91c0754bbbdb08b21f06db Description: debug symbols for ros-jazzy-can-msgs Build-Ids: 114211f6d31520f1b523d9f9c709688526273470 35f28be55ab8e5bee7687f70d4eaf6d12e6d3eaf 7d49a4f36f0516368690e3a38080df612b3c4a72 80b576f78e573c6efdb8b9cda037abc3ce61aecf 8a0e85c85a7404b70433781b9322b56a0d1b80da 933b4a7e083592ca26c10781068a6e73f45e72f8 b0402911ac17f2ae6372ce9aa24c4dd3b9744b52 d24406cf4c3a62c090fe9e072de815fbefbaadfe d827e04eb4ce4a71a2d7d1d155132758d39ab01d dbb4c00cefb24f85bb54b3c33a1f6f5a9359967a e73ce51158636615083fd718a4bb3679d623bd43 Package: ros-jazzy-canboat-vendor Version: 0.0.6-1noble.20260305.211936 Architecture: arm64 Maintainer: Severn Lortie Installed-Size: 7182 Depends: libc6 (>= 2.38), ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canboat-vendor/ros-jazzy-canboat-vendor_0.0.6-1noble.20260305.211936_arm64.deb Size: 313306 SHA256: 3c1fcc7ba61714cf21c108a48e21ef159d4aff0f31e24d8c4867506ca7a4fd4e SHA1: 105c6c4a4d65f49375cf92f12f71a5f5352db435 MD5sum: 8efb0552970fe3d9e7627656b32e38d7 Description: Thin package wrapper for Canboat Package: ros-jazzy-canboat-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-canboat-vendor Version: 0.0.6-1noble.20260305.211936 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Severn Lortie Installed-Size: 631 Depends: ros-jazzy-canboat-vendor (= 0.0.6-1noble.20260305.211936) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canboat-vendor/ros-jazzy-canboat-vendor-dbgsym_0.0.6-1noble.20260305.211936_arm64.deb Size: 373238 SHA256: e83760c0684481d8ff1ca3689e9571687ecd2ab29cadc39092eb1a6d36ce3206 SHA1: 523d0ac496245b45e0a849e08305f4e21df766d0 MD5sum: 0ae5f035641f1a1a113d16867a811fe4 Description: debug symbols for ros-jazzy-canboat-vendor Build-Ids: 0ebda49d17f8b599902b67de0c4ac8ce90e5f9ea 201bbd62bf7b3385f968d6cf9fab42ab9d00d7e9 2ccecd2f87c6912f4451af38ab00919712552a7e 30534075681abe8b343fdc088dce1184bfa7b5d2 36ed282082b1b7d50ea21d5b1e6d9027956d2abb 3a2a18fca8f157aa38cee8cad7eda2fc521b1542 43d49fb7d31ac871d0f271532a3587338233df02 47878bf196fdb481d7db69a321eec6c19844ce6b 5f787debb9a19f2064979a8a45f0c7d62ac1f979 76dfb6e195dae0a2f7755d66dbfe5bd7064ba2e3 85bbc1ebb347aa413d865ed2f0430a4aa194b754 b7f49c5ac19092b051b0673f0775fe996bad734b cb7050d675a72b150bc61249d89db0be002949a8 d38a4e55c8f84bf2b1a394ccb63fdbabe7f75262 Package: ros-jazzy-canopen Version: 0.3.2-1noble.20260519.235453 Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 42 Depends: ros-jazzy-canopen-402-driver, ros-jazzy-canopen-base-driver, ros-jazzy-canopen-core, ros-jazzy-canopen-interfaces, ros-jazzy-canopen-proxy-driver, ros-jazzy-lely-core-libraries, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen/ros-jazzy-canopen_0.3.2-1noble.20260519.235453_arm64.deb Size: 6270 SHA256: 56babb2b7ffbe3002ef7990609ffa15816fcb379611f1cc795781b51af82bc2a SHA1: dee971f265c4b687ce880c3fc19934e2770b608f MD5sum: 26f97d90b4b8a1fca9c7b504829b6548 Description: Meta-package aggregating the ros2_canopen packages and documentation Package: ros-jazzy-canopen-402-driver Version: 0.3.2-1noble.20260519.234630 Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 1135 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-lely-core-libraries, libboost-all-dev, ros-jazzy-canopen-base-driver, ros-jazzy-canopen-core, ros-jazzy-canopen-interfaces, ros-jazzy-canopen-proxy-driver, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclcpp-lifecycle, ros-jazzy-sensor-msgs, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-402-driver/ros-jazzy-canopen-402-driver_0.3.2-1noble.20260519.234630_arm64.deb Size: 219230 SHA256: bc7f826d939ec1041950d8ebf5f8d98033c41804f06b2cea8db8b3e4cd0ef2c8 SHA1: 86d9a00d2e25651fa297f2508770191dde99a69a MD5sum: 6bbc6a47081fc64bb532cd8d91861326 Description: Driiver for devices implementing CIA402 profile Package: ros-jazzy-canopen-402-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-canopen-402-driver Version: 0.3.2-1noble.20260519.234630 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 5854 Depends: ros-jazzy-canopen-402-driver (= 0.3.2-1noble.20260519.234630) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-402-driver/ros-jazzy-canopen-402-driver-dbgsym_0.3.2-1noble.20260519.234630_arm64.deb Size: 5173152 SHA256: 0df95a1f2d0f716171dffc9ae8acab50bc535e4ec9874e90e40b5f9c258b8746 SHA1: 2457b6f82dc8bbc1c804cbc09b6eabfc2c60b7fe MD5sum: b6b4d1bff088ae24c6c7908ea1da876d Description: debug symbols for ros-jazzy-canopen-402-driver Build-Ids: 12eb160fedd3846fea4be6d3fd68060e64c36ab5 43b0ab6b861efa45c78e5fc86ff9ff06df59355c 68f565b9a3166aca9d2ee268ec118e818341728e c673ec170acb48d36f5666dd2cd8d4f37ed68e95 Package: ros-jazzy-canopen-base-driver Version: 0.3.2-1noble.20260519.233258 Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 986 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-lely-core-libraries, libboost-all-dev, ros-jazzy-canopen-core, ros-jazzy-canopen-interfaces, ros-jazzy-diagnostic-updater, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclcpp-lifecycle, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-base-driver/ros-jazzy-canopen-base-driver_0.3.2-1noble.20260519.233258_arm64.deb Size: 172298 SHA256: 0ca85be925a205d65ba5d8fd88507bf65b133fcb9f0b707b08a676e414d67c88 SHA1: a0a8114c41e96a1bd19cec59cbb01870b9050ba1 MD5sum: 9ec031cd0864549ec7799c2f26d45f3b Description: Library containing abstract CANopen driver class for ros2_canopen Package: ros-jazzy-canopen-base-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-canopen-base-driver Version: 0.3.2-1noble.20260519.233258 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 4092 Depends: ros-jazzy-canopen-base-driver (= 0.3.2-1noble.20260519.233258) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-base-driver/ros-jazzy-canopen-base-driver-dbgsym_0.3.2-1noble.20260519.233258_arm64.deb Size: 3608476 SHA256: 1f1d1b1cc911b0f8f310808847d7c13b2b5bf854d5146bf197158892349042be SHA1: 01440c98e23fec718f341846c9a568089c776770 MD5sum: c1ba728bdbb87aab5398ac3da59fb4d6 Description: debug symbols for ros-jazzy-canopen-base-driver Build-Ids: 153e52de5190bfcbeb2b7facc6967822c2d5750c 4fda6b0f462f3cec23eb5bc85dfe97128bd1cef0 c798c781ec1f8e12dc3978875c87ba9abde1d4c2 c7edf0f1f95a8439ece26edcb7f8c5617f2b92f3 Package: ros-jazzy-canopen-core Version: 0.3.2-1noble.20260519.232539 Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 884 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-lely-core-libraries, libboost-all-dev, ros-jazzy-canopen-interfaces, ros-jazzy-lifecycle-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclcpp-lifecycle, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-core/ros-jazzy-canopen-core_0.3.2-1noble.20260519.232539_arm64.deb Size: 171812 SHA256: b7012315b7cdfb16efa847bb35e32b527133c87aa5fdf591ca3d92f45e615ab8 SHA1: 9c1ecdd314d2cf966d5a4f4244a64382dec7b935 MD5sum: 3b2e601fc7427aa6a3c4cf4a2f8a18ab Description: Core ros2_canopen functionalities such as DeviceContainer and master Package: ros-jazzy-canopen-core-dbgsym Package-Type: ddeb Source: ros-jazzy-canopen-core Version: 0.3.2-1noble.20260519.232539 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 4474 Depends: ros-jazzy-canopen-core (= 0.3.2-1noble.20260519.232539) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-core/ros-jazzy-canopen-core-dbgsym_0.3.2-1noble.20260519.232539_arm64.deb Size: 4131110 SHA256: 3108193cec9b14f702bf94abb849bcf09491991cefc0442e5965f81e3ccc8767 SHA1: b221693145bc01401507541dd6d1eeee1b9ed193 MD5sum: 85341f242b92c3c5df0bff55216a6ec6 Description: debug symbols for ros-jazzy-canopen-core Build-Ids: 48ce80be388d0e5edf276eb9627233c5336343bc 790976b063a590ea1b6af14fe4ab2197216aa326 80cb0bef659cb57fbf6b73c9dbf6e4e4f67a1754 da6ab39d2fa8461699a1eeb8e2b261ed7c3d1332 Package: ros-jazzy-canopen-fake-slaves Version: 0.3.2-1noble.20260519.232537 Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 397 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-lely-core-libraries, ros-jazzy-lifecycle-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-fake-slaves/ros-jazzy-canopen-fake-slaves_0.3.2-1noble.20260519.232537_arm64.deb Size: 63902 SHA256: 510e5f12b11e437a3ff5607dcaeb627bad0ec0951dfbd64722d1675a330e1a8a SHA1: fec4576ac91a0cca8b58c9f0edc5cf52de4c47be MD5sum: a002ebe781b63147ae8e3d436d8dc48a Description: Package with mock canopen slave Package: ros-jazzy-canopen-fake-slaves-dbgsym Package-Type: ddeb Source: ros-jazzy-canopen-fake-slaves Version: 0.3.2-1noble.20260519.232537 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 954 Depends: ros-jazzy-canopen-fake-slaves (= 0.3.2-1noble.20260519.232537) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-fake-slaves/ros-jazzy-canopen-fake-slaves-dbgsym_0.3.2-1noble.20260519.232537_arm64.deb Size: 846206 SHA256: db31e5be879d85d0ed6a42697c5a3c94fc1dac6ae1c7586ad9f42b367d58a1f0 SHA1: 128b9ee98a88e1819af789dbdc795fa87f9bc9ed MD5sum: e8adf07983dca629de6de689784016b3 Description: debug symbols for ros-jazzy-canopen-fake-slaves Build-Ids: 34783ed0147df0dceda8f384998daee64500ccbc 9ec1c79703c7aeed04ca032f101b3e509e9e790b bd806d42207c93e796aed6f1734c8f5bf574f716 Package: ros-jazzy-canopen-interfaces Version: 0.3.2-1noble.20260519.181344 Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 3853 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-interfaces/ros-jazzy-canopen-interfaces_0.3.2-1noble.20260519.181344_arm64.deb Size: 220600 SHA256: 9a8fb2833d1785e8e117f47061c53eee22ecf8db0024f459ddbc273aea57ba4b SHA1: 2d28533e4f6a1bd5574f7126ca2861af7a2e8cfc MD5sum: ac6f922d9741f8ebeb51f0968d4c53dc Description: Services and Messages for ros2_canopen stack Package: ros-jazzy-canopen-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-canopen-interfaces Version: 0.3.2-1noble.20260519.181344 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 2469 Depends: ros-jazzy-canopen-interfaces (= 0.3.2-1noble.20260519.181344) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-interfaces/ros-jazzy-canopen-interfaces-dbgsym_0.3.2-1noble.20260519.181344_arm64.deb Size: 1785248 SHA256: 2e7ce0df8363c03aa57276cf800c5fee2528b4e22b3a805f2dbf5abb3f3e2c73 SHA1: 0258cb86faac0c390bd233720a408d8b970db6c3 MD5sum: 6bbaa4d3619a6015eab66b3b465e0582 Description: debug symbols for ros-jazzy-canopen-interfaces Build-Ids: 2d7b974e349bbbfefce0f7e56e21022c759e1c33 2e5189ce4d57c8d160b7bae12a7d304cc5e1bfeb 319b956a870813c3be772117d75acec4ff4596cf 38991a63980a820e9282804bd39aa42f983e2df7 5201a915d4c13cfdd6e66443faa3aefbc55a83a6 60385019f7e49c45133418b633249f055cfe16c8 b6d99a86282637c4f1e9317e6139706bf8bd5259 d7c76bd4e61b8b24bcfc1c88caac52f5dcac59dc e110ce965d1987ec7bf8c62bdc783f36ca9daff6 ecd691af2c964eff978ea5fb20f68adcf7aeedf2 f9c33e41bbe89ffd77f65c549cd6a07374fba7e8 Package: ros-jazzy-canopen-inventus-driver Version: 0.1.3-1noble.20260519.235611 Architecture: arm64 Maintainer: Luis Camero Installed-Size: 1612 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-lely-core-libraries, ros-jazzy-canopen, ros-jazzy-canopen-base-driver, ros-jazzy-canopen-core, ros-jazzy-canopen-interfaces, ros-jazzy-canopen-inventus-interfaces, ros-jazzy-canopen-master-driver, ros-jazzy-canopen-proxy-driver, ros-jazzy-lifecycle-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclcpp-lifecycle, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-inventus-driver/ros-jazzy-canopen-inventus-driver_0.1.3-1noble.20260519.235611_arm64.deb Size: 288346 SHA256: 822bc417768991da7bc7fb777f46d5593a0fea247fdc3b4a4f513b0560d1dabd SHA1: 88fb35b89d7f7529d3d520ffd994b7ab3acacebb MD5sum: 3d57bd7da6187b7a2c3d366cfd8d9eee Description: ros2_canopen implementation of Inventus BMS driver Package: ros-jazzy-canopen-inventus-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-canopen-inventus-driver Version: 0.1.3-1noble.20260519.235611 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Luis Camero Installed-Size: 7688 Depends: ros-jazzy-canopen-inventus-driver (= 0.1.3-1noble.20260519.235611) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-inventus-driver/ros-jazzy-canopen-inventus-driver-dbgsym_0.1.3-1noble.20260519.235611_arm64.deb Size: 6639482 SHA256: f7b49e7d9590a4f13d703c2abc18637b444ec02d8d74dcf0cd84bd965753eb37 SHA1: 486ac606992ebabb9aba0c90a601e95690d16a7d MD5sum: 17a2fe2b2460d446690a8d1e82234506 Description: debug symbols for ros-jazzy-canopen-inventus-driver Build-Ids: 05675bc77e7d4bdcea0e60f0dd6eb5f0f45719af 0dec1a48d1c07236e4a6c129161e9c3143ed8d85 54f9363d350405da583133d0022decc2b5fe0748 61810030024995f92acc01be5a82e75d51c804b2 Package: ros-jazzy-canopen-inventus-interfaces Version: 0.1.3-1noble.20260519.181404 Architecture: arm64 Maintainer: Luis Camero Installed-Size: 1489 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-inventus-interfaces/ros-jazzy-canopen-inventus-interfaces_0.1.3-1noble.20260519.181404_arm64.deb Size: 86144 SHA256: f67cea736f895f0e1977d061e1a295eb3d66ce4f254478690a2edb1a59dcd294 SHA1: e086adbc0067f1fdc1b14b3bb2c9ff9b4ff2e059 MD5sum: b562c5692f66fa2b4789598a0ede8931 Description: Inventus Battery ROS interfaces for CANOpen implementation Package: ros-jazzy-canopen-inventus-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-canopen-inventus-interfaces Version: 0.1.3-1noble.20260519.181404 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Luis Camero Installed-Size: 544 Depends: ros-jazzy-canopen-inventus-interfaces (= 0.1.3-1noble.20260519.181404) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-inventus-interfaces/ros-jazzy-canopen-inventus-interfaces-dbgsym_0.1.3-1noble.20260519.181404_arm64.deb Size: 399530 SHA256: 27ced5a73c67ce686bf82ae43efceefe03d1ef41077400be10ba90ee11bff5ad SHA1: 2720f50928d7ccd9c6e0fb7c1c750d1c29b8db55 MD5sum: ead2f73da0e48deed986d387ddddf40c Description: debug symbols for ros-jazzy-canopen-inventus-interfaces Build-Ids: 1b8977c6b61f18bbb3feb827eb55ac453bcfba8d 2ea8df520f2601d525ff740afa9bb8859adae659 4aab38a0179fa51206e9191feb6dbc7c817a9701 7dc0c732e8e80a0c00462ebd7b6afe62f6748591 87945f23fea0dac8f1ae3062932af71a872fc293 a9d867be80716bc6a1c00e88ee3bc7037eb58c99 ac2af7b211409cbd93a2b4771579cdf2004b4f0f aee3338e53a488b5243df26038a6cf979e7d8cdb bab03b205692e04034f32db72c048b88fe5b5000 c28770f6d5bd8ebb58ad5851b3aeff6ea0203099 ef191a8c33bb6cce764fdd61accacd42607dd6f8 Package: ros-jazzy-canopen-master-driver Version: 0.3.2-1noble.20260519.233602 Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 881 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-lely-core-libraries, ros-jazzy-canopen-core, ros-jazzy-canopen-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclcpp-lifecycle, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-master-driver/ros-jazzy-canopen-master-driver_0.3.2-1noble.20260519.233602_arm64.deb Size: 141870 SHA256: 35db48d17a984d783b52e50a29312e2755cbb24834e79f143a212bf3b6e571cf SHA1: 3e9d278d884e0785c2573f748fdbb8925a38a145 MD5sum: dd1febcaa615f318f33524e113eba8d0 Description: Basic canopen master implementation Package: ros-jazzy-canopen-master-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-canopen-master-driver Version: 0.3.2-1noble.20260519.233602 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 3581 Depends: ros-jazzy-canopen-master-driver (= 0.3.2-1noble.20260519.233602) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-master-driver/ros-jazzy-canopen-master-driver-dbgsym_0.3.2-1noble.20260519.233602_arm64.deb Size: 3122584 SHA256: 5383a2287e7861aeafb80f8ce1fdd3d5951772eb466e2201b31aa89b835005d2 SHA1: 7308bf26ecbd224d0fc0119dd12abaa69fc21844 MD5sum: 7d70f05e3f8adedf5f5e4351d20492a9 Description: debug symbols for ros-jazzy-canopen-master-driver Build-Ids: 289ce8c602cbf0d5d4d5e616fbd2e818a361a070 489bc1acb31d53c2aa9477e3605249989390926d c5db863ac1b8bae777784ad75b0687476f8952ef fd64ea992df78cbaaefabf1882e1e7570a3c3d88 Package: ros-jazzy-canopen-proxy-driver Version: 0.3.2-1noble.20260519.233905 Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 1268 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-canopen-base-driver, ros-jazzy-canopen-core, ros-jazzy-canopen-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclcpp-lifecycle, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-proxy-driver/ros-jazzy-canopen-proxy-driver_0.3.2-1noble.20260519.233905_arm64.deb Size: 226690 SHA256: 285ce311e911d3842a31c75990ddd7cf9e64248b75f6e0f09fa7153f4b2e0e93 SHA1: d1b3af40fbffd12ea71c5f5095fc0205d5b17f0a MD5sum: b489e082cd6131a55ef093b1fedddfcd Description: Simple proxy driver for the ros2_canopen stack Package: ros-jazzy-canopen-proxy-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-canopen-proxy-driver Version: 0.3.2-1noble.20260519.233905 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 5666 Depends: ros-jazzy-canopen-proxy-driver (= 0.3.2-1noble.20260519.233905) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-proxy-driver/ros-jazzy-canopen-proxy-driver-dbgsym_0.3.2-1noble.20260519.233905_arm64.deb Size: 4896148 SHA256: 0e836c6e93c8464f22a0ccea6bbda74436c2adcf1084479e9550ebc4fff55d9a SHA1: 15dc3fff304fbb745ae45eed51a9ce17f3f2453f MD5sum: a58d69d1d5263bdfc3361db6ed1358b8 Description: debug symbols for ros-jazzy-canopen-proxy-driver Build-Ids: 62dff0986cab9669d0423b0f343d0c1a2862f029 630618be60851bddac94a875660a5b0e7355412b 8683dd6625b70201189aa8e9c593725d4d286f49 Package: ros-jazzy-canopen-ros2-control Version: 0.3.2-1noble.20260520.032734 Architecture: arm64 Maintainer: Lovro Ivanov Installed-Size: 428 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-lely-core-libraries, ros-jazzy-canopen-402-driver, ros-jazzy-canopen-core, ros-jazzy-canopen-proxy-driver, ros-jazzy-hardware-interface, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclcpp-lifecycle, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-ros2-control/ros-jazzy-canopen-ros2-control_0.3.2-1noble.20260520.032734_arm64.deb Size: 102850 SHA256: 16a8105c02b0b4b358e3ea028e7010d9fd8c2090b4a85c87c1d7b2e6d69ad67b SHA1: c5b116730e558c673986d351dd7a7e3aa6ac2da9 MD5sum: 3f78241ea48076afe8824d5f669808f6 Description: ros2_control wrapper for ros2_canopen functionalities Package: ros-jazzy-canopen-ros2-control-dbgsym Package-Type: ddeb Source: ros-jazzy-canopen-ros2-control Version: 0.3.2-1noble.20260520.032734 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Lovro Ivanov Installed-Size: 3387 Depends: ros-jazzy-canopen-ros2-control (= 0.3.2-1noble.20260520.032734) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-ros2-control/ros-jazzy-canopen-ros2-control-dbgsym_0.3.2-1noble.20260520.032734_arm64.deb Size: 3069328 SHA256: e025329da939af6ae6ecf31c10c448929e820814a4ed7bd8c19269736bc70ecc SHA1: 2c348a524fe7da18a2738c2d8abdbf5adbfdf915 MD5sum: e643efd53f3c7fcf5f3abd8eb648b1dc Description: debug symbols for ros-jazzy-canopen-ros2-control Build-Ids: e43fbf8d4f54f2b72312c7f52118f82f1ae4d486 Package: ros-jazzy-canopen-ros2-controllers Version: 0.3.2-1noble.20260520.045235 Architecture: arm64 Maintainer: Denis Stogl Installed-Size: 788 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-canopen-402-driver, ros-jazzy-canopen-interfaces, ros-jazzy-canopen-proxy-driver, ros-jazzy-controller-interface, ros-jazzy-controller-manager, ros-jazzy-hardware-interface, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-realtime-tools, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-ros2-controllers/ros-jazzy-canopen-ros2-controllers_0.3.2-1noble.20260520.045235_arm64.deb Size: 159562 SHA256: 2b87ebe973b635276babdcef9deb95477a5d80f67f2cb0e5a065002700b2155e SHA1: dc6b6de8d0fc59630cc1b94303b25b54947d6704 MD5sum: 6bb7fc6198f4a0c83cbe6444d847fd7c Description: ros2_control controllers for ros2_canopen functionalities Package: ros-jazzy-canopen-ros2-controllers-dbgsym Package-Type: ddeb Source: ros-jazzy-canopen-ros2-controllers Version: 0.3.2-1noble.20260520.045235 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Denis Stogl Installed-Size: 4010 Depends: ros-jazzy-canopen-ros2-controllers (= 0.3.2-1noble.20260520.045235) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-ros2-controllers/ros-jazzy-canopen-ros2-controllers-dbgsym_0.3.2-1noble.20260520.045235_arm64.deb Size: 3446366 SHA256: a5016363a11df7805d2669b68bc4e77a5c61e0cc00a16d4e930e4c81c7a965ac SHA1: bac0e4d21fc21afd23198a9a4830f647e6a80839 MD5sum: 9b4d60e9cbe861696438944a9ca623bc Description: debug symbols for ros-jazzy-canopen-ros2-controllers Build-Ids: fcaf8726901d5f9c85a4d7475a56ded1d5e44cde Package: ros-jazzy-canopen-tests Version: 0.3.2-1noble.20260520.051012 Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 632 Depends: ros-jazzy-canopen-402-driver, ros-jazzy-canopen-core, ros-jazzy-canopen-fake-slaves, ros-jazzy-canopen-proxy-driver, ros-jazzy-canopen-ros2-controllers, ros-jazzy-controller-manager, ros-jazzy-forward-command-controller, ros-jazzy-joint-state-broadcaster, ros-jazzy-joint-trajectory-controller, ros-jazzy-robot-state-publisher, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-tests/ros-jazzy-canopen-tests_0.3.2-1noble.20260520.051012_arm64.deb Size: 34078 SHA256: 77fa41092bc8fa664e6e4b777160750d1f6922dae874d66dc583318feac88828 SHA1: 80ac83032bdfa3588977513d1a17c2961411c0f7 MD5sum: fe0ae057881240e57cd7bb9df3996354 Description: Package with tests for ros2_canopen Package: ros-jazzy-canopen-utils Version: 0.3.2-1noble.20260519.231817 Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 74 Depends: ros-jazzy-canopen-interfaces, ros-jazzy-lifecycle-msgs, ros-jazzy-rclpy, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-utils/ros-jazzy-canopen-utils_0.3.2-1noble.20260519.231817_arm64.deb Size: 15038 SHA256: 05f7ba03b09ed8c79eefc95245d1cfb27bbedd16e15867ef637e66e4d2475b5d SHA1: 1fe88b6ea0ea4ec6ece2a297e27583e20ff6e5fd MD5sum: 154b0fe076a82294c2aa411698400f3e Description: Utils for working with ros2_canopen. Package: ros-jazzy-cartographer Version: 2.0.9004-1noble.20260225.223902 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 12417 Depends: libabsl20220623t64 (>= 0~20220623.0-1), libboost-iostreams1.83.0 (>= 1.83.0), libc6 (>= 2.34), libceres4t64 (>= 2.2.0+dfsg), libgcc-s1 (>= 3.3.1), libgflags2.2 (>= 2.2.2), libgoogle-glog0v6t64 (>= 0.6.0), liblua5.2-0 (>= 5.2.4), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), libabsl-dev, libboost-iostreams-dev, libcairo2-dev, libceres-dev, libeigen3-dev, libgflags-dev, libgoogle-glog-dev, liblua5.2-dev, libprotobuf-dev, libprotoc-dev, protobuf-compiler, ros-jazzy-ros-workspace Homepage: https://github.com/cartographer-project/cartographer Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cartographer/ros-jazzy-cartographer_2.0.9004-1noble.20260225.223902_arm64.deb Size: 1577824 SHA256: 203427cb33d40d5a83888fc674587cfef468c3bbab3a3da952ce2030db3329b4 SHA1: 2547be8466c30c38259b1a5c0c0db26306b425e4 MD5sum: 6162dc0732441a3d75b05906b8b5d852 Description: Cartographer is a system that provides real-time simultaneous localization and mapping (SLAM) in 2D and 3D across multiple platforms and sensor configurations. Package: ros-jazzy-cartographer-dbgsym Package-Type: ddeb Source: ros-jazzy-cartographer Version: 2.0.9004-1noble.20260225.223902 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 32212 Depends: ros-jazzy-cartographer (= 2.0.9004-1noble.20260225.223902) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cartographer/ros-jazzy-cartographer-dbgsym_2.0.9004-1noble.20260225.223902_arm64.deb Size: 30614410 SHA256: 9e63f6dcc5ba2eb0a50678e094c51383869d054b5da1fb82f56b4fcb739b181c SHA1: 90eac7e9c949a9e6cc192487b1dfc283a51455a9 MD5sum: a8f96b25a62cd9292d164575f4f99830 Description: debug symbols for ros-jazzy-cartographer Build-Ids: 404336fe639db474fcaf3daff2c56a14fde472b5 4de8a8da6f7e9513aac00d40f9c5740726c352b1 a031d85bce34ee1d399d6c51bb80757491a99970 fbc5a0a0e6d47bdd80b05e95a0424ae57f5cb72d Package: ros-jazzy-cartographer-ros Version: 2.0.9003-2noble.20260520.001216 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 26804 Depends: libabsl20220623t64 (>= 0~20220623.0-1), libboost-iostreams1.83.0 (>= 1.83.0), libc6 (>= 2.38), libcairo2 (>= 1.6.0), libceres4t64 (>= 2.2.0+dfsg), libgcc-s1 (>= 3.3.1), libgflags2.2 (>= 2.2.2), libgoogle-glog0v6t64 (>= 0.6.0), liblua5.2-0 (>= 5.2.4), libpcl-common1.14 (>= 1.14.0+dfsg), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), libabsl-dev, libeigen3-dev, libgflags-dev, libgoogle-glog-dev, libpcl-dev, ros-jazzy-builtin-interfaces, ros-jazzy-cartographer, ros-jazzy-cartographer-ros-msgs, ros-jazzy-geometry-msgs, ros-jazzy-launch, ros-jazzy-nav-msgs, ros-jazzy-pcl-conversions, ros-jazzy-rclcpp, ros-jazzy-robot-state-publisher, ros-jazzy-rosbag2-cpp, ros-jazzy-rosbag2-storage, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-tf2-eigen, ros-jazzy-tf2-msgs, ros-jazzy-tf2-ros, ros-jazzy-urdf, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/cartographer-project/cartographer_ros Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cartographer-ros/ros-jazzy-cartographer-ros_2.0.9003-2noble.20260520.001216_arm64.deb Size: 3028164 SHA256: a24c7f2867c27895c5b6ff93801a9becc86c6175214436dab4ae6f2c64d1cfa5 SHA1: 44e170781032ab0cec073d1c76427b3fda16bd72 MD5sum: 23d0dffda17bf4371fcefae3e81218d6 Description: Cartographer is a system that provides real-time simultaneous localization and mapping (SLAM) in 2D and 3D across multiple platforms and sensor configurations. This package provides Cartographer's ROS integration. Package: ros-jazzy-cartographer-ros-dbgsym Package-Type: ddeb Source: ros-jazzy-cartographer-ros Version: 2.0.9003-2noble.20260520.001216 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 48505 Depends: ros-jazzy-cartographer-ros (= 2.0.9003-2noble.20260520.001216) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cartographer-ros/ros-jazzy-cartographer-ros-dbgsym_2.0.9003-2noble.20260520.001216_arm64.deb Size: 40484324 SHA256: 8f956f279c89c63eaa75d8c56d1d5a0f257e879fd1fadd3738ca015aec2ef502 SHA1: efc8cb9b097acceed7cb97ba382904a128373574 MD5sum: 1f5073f340e234c1ae9e613f8d2e5c9e Description: debug symbols for ros-jazzy-cartographer-ros Build-Ids: 6ed9097e9fb9af6b7a96f3f80b5f7089a575a7d9 862f3fe33d6966020f34dc8384fed5512b1ad83e a151cbaf535a48f79776e3c99292d8c5d830d2a8 a5b19c2012df05eac14afc2a88aa6efa514020d5 ac83009c670872ecbb394ec0043cc440e9ffdce0 b3d3e71ff6794ce935ff4ff310cb388e9c17b3c2 fa30caec1f573791a119f48cecad13d1b710740e Package: ros-jazzy-cartographer-ros-msgs Version: 2.0.9003-2noble.20260519.201714 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 5618 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/cartographer-project/cartographer_ros Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cartographer-ros-msgs/ros-jazzy-cartographer-ros-msgs_2.0.9003-2noble.20260519.201714_arm64.deb Size: 369210 SHA256: eeb1d9ea1e3fad446395e767e36b68f438eebedd4984790ac8a4341b0bdfedc5 SHA1: 5f2d81c242cfda76cdaa3cce98f1c24c4fec47e8 MD5sum: 1cf899c6d265b7ee2a74175f84240366 Description: ROS messages for the cartographer_ros package. Package: ros-jazzy-cartographer-ros-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-cartographer-ros-msgs Version: 2.0.9003-2noble.20260519.201714 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 4547 Depends: ros-jazzy-cartographer-ros-msgs (= 2.0.9003-2noble.20260519.201714) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cartographer-ros-msgs/ros-jazzy-cartographer-ros-msgs-dbgsym_2.0.9003-2noble.20260519.201714_arm64.deb Size: 3540018 SHA256: 327250508c5af251712afb9b6f55bd1a95ccaacf0220c2812867827f53ae365d SHA1: 570ce3c662a0a967900583df126ba802d175098f MD5sum: a161c067fc5a38baa1ddd37ea648efab Description: debug symbols for ros-jazzy-cartographer-ros-msgs Build-Ids: 2feb153c6f1b2e619685e0d0c24ef92f6f2d63b3 3fd249fcddf2cf97a28cedb36e9a64c0d19ec469 900ce9f727f6d2e90fffd805c9e18ee15e58c3ce a739d1efc67943b8bd179f7bc8ecd0b857b90350 ac1e043dbc8589e9bceed4c847aae5617b711f84 b5308078de88cd4fcdadf7e61ba3d194767fff46 ca8656287e2588a57a05649ccf76b9d6d3857bb6 dd8f932ea2061ef8caeacac8b1f26674d82f2795 de81a64a6d07964473939a1699c67a9c261be9e3 f42ead1f709638b12257416a71fe88504906ddf1 f8f1b64a7cbecaa3af7a55993827caa4465d60aa Package: ros-jazzy-cartographer-rviz Version: 2.0.9003-2noble.20260520.003347 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 2049 Depends: libabsl20220623t64 (>= 0~20220623.0-1), libboost-iostreams1.83.0 (>= 1.83.0), libc6 (>= 2.34), libcairo2 (>= 1.6.0), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgoogle-glog0v6t64 (>= 0.6.0), liblua5.2-0 (>= 5.2.4), libpcl-common1.14 (>= 1.14.0+dfsg), libprotobuf32t64 (>= 3.21.12), libqt5core5t64 (>= 5.5.0), libstdc++6 (>= 13.1), ros-jazzy-rviz-ogre-vendor, libabsl-dev, libboost-iostreams-dev, libeigen3-dev, ros-jazzy-cartographer, ros-jazzy-cartographer-ros, ros-jazzy-cartographer-ros-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rviz-common, ros-jazzy-rviz-rendering, ros-jazzy-ros-workspace Homepage: https://github.com/cartographer-project/cartographer_ros Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cartographer-rviz/ros-jazzy-cartographer-rviz_2.0.9003-2noble.20260520.003347_arm64.deb Size: 449378 SHA256: dd8508a9de7f5b1d66a34a9f8b2163e5b19c2add1cea7564e386744f4354336b SHA1: 99076d36d1cb18171a8c829b24009c80c6d30c72 MD5sum: 4d6878c44205316460c0a2bc937edaee Description: Cartographer is a system that provides real-time simultaneous localization and mapping (SLAM) in 2D and 3D across multiple platforms and sensor configurations. This package provides Cartographer's RViz integration. Package: ros-jazzy-cartographer-rviz-dbgsym Package-Type: ddeb Source: ros-jazzy-cartographer-rviz Version: 2.0.9003-2noble.20260520.003347 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 5553 Depends: ros-jazzy-cartographer-rviz (= 2.0.9003-2noble.20260520.003347) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cartographer-rviz/ros-jazzy-cartographer-rviz-dbgsym_2.0.9003-2noble.20260520.003347_arm64.deb Size: 4576514 SHA256: e41176b21ef9f5221670abae57c3324b36dd77a2484057223044a36365a1ec9a SHA1: ce3b0a63c589e58624a25e68e7dd534b30aa84f7 MD5sum: 228511072f0f7cfd4688067ea6076791 Description: debug symbols for ros-jazzy-cartographer-rviz Build-Ids: 68ba3c2721d0910d3069ae85c9a4bd246fe71775 Package: ros-jazzy-cascade-lifecycle-msgs Version: 2.0.0-3noble.20260519.212141 Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 1089 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-lifecycle-msgs, ros-jazzy-rclcpp, ros-jazzy-rosidl-default-generators, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cascade-lifecycle-msgs/ros-jazzy-cascade-lifecycle-msgs_2.0.0-3noble.20260519.212141_arm64.deb Size: 52626 SHA256: 7ac55748cbf48367d6ebb5971ff6b63a71152618cafdc418270bc7b3166ef381 SHA1: e069a467613f570e14fe575401a5bdb7c157051d MD5sum: 139fd9785ea543c59572df36811dfaab Description: Messages for rclcpp_cascade_lifecycle package Package: ros-jazzy-cascade-lifecycle-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-cascade-lifecycle-msgs Version: 2.0.0-3noble.20260519.212141 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 394 Depends: ros-jazzy-cascade-lifecycle-msgs (= 2.0.0-3noble.20260519.212141) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cascade-lifecycle-msgs/ros-jazzy-cascade-lifecycle-msgs-dbgsym_2.0.0-3noble.20260519.212141_arm64.deb Size: 265120 SHA256: 037f7aafee4313bf127046d92c018e5d7f95038021a3159cae0c5f905955ddc8 SHA1: 198e5b4ff410f86a6b4b807839896b22707da56d MD5sum: fc809c39e58d5ba81eec1621963d3d42 Description: debug symbols for ros-jazzy-cascade-lifecycle-msgs Build-Ids: 1882964a49501b00a471ba68888523117d8fbdeb 36b6f600a93437d54ca76dde78f383e21d1d7246 6ca9bd6715f0367ed9f59eea5da20184329e3ee9 83eb40c7e3e7fc27ce025fbf019c52c688ccc230 be1080b19d3f1a9b1e15a95ff56904266f9ec0cb d1935b64a6b84ed2774194d42f8891d4e2e1dbec d2591f28de621c65eb915247c6b50f5117d93823 d6c70b5d3bd10ecb0b1927f17dc2015e4d10af62 d781bd8d26ffe9fa89fec701e77a180d53afd79c e1b4727e121103f9567282128c769daee40d4f1d f4dde40db177470ce416c2d61645389055ba4498 Package: ros-jazzy-catch-ros2 Version: 0.2.2-1noble.20260520.040746 Architecture: arm64 Maintainer: Nick Morales Installed-Size: 1502 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-rclcpp, ros-jazzy-ros2launch, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-catch-ros2/ros-jazzy-catch-ros2_0.2.2-1noble.20260520.040746_arm64.deb Size: 348812 SHA256: 8f255c07d3b023c62e30476a1a9a29967e14a653b7b067ff969a004507afb0ce SHA1: 9f87f2a1e799ebaba68157148d9b3363caf73497 MD5sum: 844e12f78659ef05cf959c182b9cbc90 Description: Catch2 testing framework for ROS 2 unit and integration tests. Package: ros-jazzy-catch-ros2-dbgsym Package-Type: ddeb Source: ros-jazzy-catch-ros2 Version: 0.2.2-1noble.20260520.040746 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Nick Morales Installed-Size: 3259 Depends: ros-jazzy-catch-ros2 (= 0.2.2-1noble.20260520.040746) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-catch-ros2/ros-jazzy-catch-ros2-dbgsym_0.2.2-1noble.20260520.040746_arm64.deb Size: 2910094 SHA256: db324a6bd95bc633a7a96056e54af146a00f722066c7cc8548643fd345c5ea29 SHA1: b717929549da542e2abc630781fa40b1be530031 MD5sum: d0af8389b40ebb5902eaf6452bb22c9d Description: debug symbols for ros-jazzy-catch-ros2 Build-Ids: 5b131c0dfcae5c6e0b46aebe82cb36df5f6a76b5 fb307ffeb8ec2db83a4b4ccb55d07f36e354771f Package: ros-jazzy-chained-filter-controller Version: 4.40.1-1noble.20260520.044558 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 405 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-controller-interface, ros-jazzy-filters, ros-jazzy-hardware-interface, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-chained-filter-controller/ros-jazzy-chained-filter-controller_4.40.1-1noble.20260520.044558_arm64.deb Size: 119750 SHA256: bf2c941599c2843a8b60a8cde86f3f53229478de40e65d7cccb8833bed9c2b3b SHA1: 068e2dc76bfaa2e57be08505d3c04b8bd3a94934 MD5sum: ebe00fca53ff71cb145be3b5b3f4b2bf Description: ros2_controller for configuring filter chains Package: ros-jazzy-chained-filter-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-chained-filter-controller Version: 4.40.1-1noble.20260520.044558 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 1724 Depends: ros-jazzy-chained-filter-controller (= 4.40.1-1noble.20260520.044558) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-chained-filter-controller/ros-jazzy-chained-filter-controller-dbgsym_4.40.1-1noble.20260520.044558_arm64.deb Size: 1598660 SHA256: 0ee77a398c7d92bd7a00c19d0b898f9b2961ecec0158dbbe67bc160e94c29d25 SHA1: cc5884508af0493cc5889014a184e067deae0ea3 MD5sum: 45ba7f34ce2c82bb9e18c7b402c68899 Description: debug symbols for ros-jazzy-chained-filter-controller Build-Ids: b053324a159d3ef84b025310172cfc69829b0f8a Package: ros-jazzy-chomp-motion-planner Version: 2.12.4-1noble.20260520.043242 Architecture: arm64 Maintainer: Chittaranjan Srinivas Swaminathan Installed-Size: 318 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-moveit-core, ros-jazzy-moveit-common, ros-jazzy-rclcpp, ros-jazzy-rsl, ros-jazzy-trajectory-msgs, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/chomp_motion_planner Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-chomp-motion-planner/ros-jazzy-chomp-motion-planner_2.12.4-1noble.20260520.043242_arm64.deb Size: 101198 SHA256: b7fba7611c89341ae705600344608ec7ad3152221f9a0e85869185b620eff147 SHA1: 9dcfbf698a43f2bd388d2150b0fe9139c067d683 MD5sum: d5bd9801fe43593624b6df09f3b1601a Description: chomp_motion_planner Package: ros-jazzy-chomp-motion-planner-dbgsym Package-Type: ddeb Source: ros-jazzy-chomp-motion-planner Version: 2.12.4-1noble.20260520.043242 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chittaranjan Srinivas Swaminathan Installed-Size: 7349 Depends: ros-jazzy-chomp-motion-planner (= 2.12.4-1noble.20260520.043242) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-chomp-motion-planner/ros-jazzy-chomp-motion-planner-dbgsym_2.12.4-1noble.20260520.043242_arm64.deb Size: 7350806 SHA256: b38878806a38b4dc0f1634bbd7391ebbabea03324895db2aaace87f155c42853 SHA1: bf9110290d43777a6dcbb9169df1bee369f2fcb5 MD5sum: 443829eec3d40f4d42e756875987b88a Description: debug symbols for ros-jazzy-chomp-motion-planner Build-Ids: cfe57424697c858be077f633c2a3dd7ad2d2f894 Package: ros-jazzy-class-loader Version: 2.7.0-3noble.20260305.231424 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 258 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), libconsole-bridge-dev, ros-jazzy-console-bridge-vendor, ros-jazzy-rcpputils, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/class_loader Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-class-loader/ros-jazzy-class-loader_2.7.0-3noble.20260305.231424_arm64.deb Size: 45522 SHA256: 5f4b66ff6355d280e68bd70ea6a9031544addc29413808c7b4e6a4974fc52744 SHA1: 6f0356dd2fc72e69a4ffaad09049719162c9da7f MD5sum: 8723e9d5e4515b6bbd9e6ce993df7c60 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-jazzy-class-loader-dbgsym Package-Type: ddeb Source: ros-jazzy-class-loader Version: 2.7.0-3noble.20260305.231424 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 370 Depends: ros-jazzy-class-loader (= 2.7.0-3noble.20260305.231424) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-class-loader/ros-jazzy-class-loader-dbgsym_2.7.0-3noble.20260305.231424_arm64.deb Size: 324516 SHA256: 6d386ec41d2ab15c7a7fc5ef63ac0c1c30adbefdcc0da5a0839a62dbec3e45e2 SHA1: aa769b3951eec56c900e8dd50ec3e7bee7fa38c4 MD5sum: 8b891e01b9646004f305569cb83c9659 Description: debug symbols for ros-jazzy-class-loader Build-Ids: 1c027e5ff99921ed22ad6a3ead61ea229d17c33d Package: ros-jazzy-classic-bags Version: 0.4.0-1noble.20260520.052424 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 65 Depends: ros-jazzy-builtin-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclpy, ros-jazzy-rosbag2-cpp, ros-jazzy-rosbag2-py, ros-jazzy-rosbag2-storage, ros-jazzy-rosidl-runtime-py, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-classic-bags/ros-jazzy-classic-bags_0.4.0-1noble.20260520.052424_arm64.deb Size: 9120 SHA256: ca0a85217791724530903dbb6e85c3d17292a1958fced12ccf06ee156b0d4f6a SHA1: fea1e8a335e7c738dbe0b8e17f762213594db356 MD5sum: 8d3f24ef810553a42e7d87607746dd03 Description: A ROS 2 interface in the style of ROS 1 for reading and writing bag files Package: ros-jazzy-clearpath-bms-broadcaster Version: 2.9.6-1noble.20260520.044631 Architecture: arm64 Maintainer: Natesh Narain Installed-Size: 525 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-backward-ros, ros-jazzy-controller-interface, ros-jazzy-hardware-interface, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-bms-broadcaster/ros-jazzy-clearpath-bms-broadcaster_2.9.6-1noble.20260520.044631_arm64.deb Size: 125708 SHA256: e1413f0ea05dd63ff0f679bbfe1fb5fb1ae069be4e03c95a7f3e5d7122423123 SHA1: 8403305bb46234c32561c83f5c0ad303e79ebfc1 MD5sum: e77668a1fce0ebe7299a2701a0d4db11 Description: ros2_control battery state broadcaster controller Package: ros-jazzy-clearpath-bms-broadcaster-dbgsym Package-Type: ddeb Source: ros-jazzy-clearpath-bms-broadcaster Version: 2.9.6-1noble.20260520.044631 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Natesh Narain Installed-Size: 1859 Depends: ros-jazzy-clearpath-bms-broadcaster (= 2.9.6-1noble.20260520.044631) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-bms-broadcaster/ros-jazzy-clearpath-bms-broadcaster-dbgsym_2.9.6-1noble.20260520.044631_arm64.deb Size: 1686836 SHA256: f50370a2b4d31bac2e5b1dadd78759ecc61db565b6097c12ee5e638f3104503c SHA1: 5c3329d12faa7a132ad471cf3c2d6fbf5fd500a7 MD5sum: f3eed3aa2ff9f0f21541c1fd5b211b09 Description: debug symbols for ros-jazzy-clearpath-bms-broadcaster Build-Ids: cc8494877bf9c707d07eda18aeb025a25be6288c Package: ros-jazzy-clearpath-bt-joy Version: 2.9.6-1noble.20260520.052113 Architecture: arm64 Maintainer: Chris Iverach-Brereton Installed-Size: 56 Depends: bluez, ros-jazzy-joy-linux, ros-jazzy-twist-mux, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-bt-joy/ros-jazzy-clearpath-bt-joy_2.9.6-1noble.20260520.052113_arm64.deb Size: 11400 SHA256: 1547914298af236d6a5e596e79e9457a5ca70682554f78cdd131d658d8cf7a2e SHA1: 651a381d1983633a77a4ec5398aee021da302a65 MD5sum: 374a97952dcefc3fa66bc70a74726ed0 Description: Clearpath bluetooth joy controller signal quality monitoring node Package: ros-jazzy-clearpath-common Version: 2.9.6-1noble.20260520.150747 Architecture: arm64 Maintainer: Luis Camero Installed-Size: 53 Depends: ros-jazzy-clearpath-control (>= 2.5.0), ros-jazzy-clearpath-description (>= 2.5.0), ros-jazzy-clearpath-generator-common (>= 2.5.0), ros-jazzy-rmw-cyclonedds-cpp, ros-jazzy-rmw-fastrtps-cpp, ros-jazzy-rmw-zenoh-cpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-common/ros-jazzy-clearpath-common_2.9.6-1noble.20260520.150747_arm64.deb Size: 8858 SHA256: 2d9a87eb6ccf6a2ad3af2d0067823998a9fb6bce495ced70e9f5f8e8dc48d148 SHA1: 9ed999b37575915b270750c7ddbdfe447e5e7998 MD5sum: ed4a12aadf61c303c0dd5f9abae24b8e Description: Clearpath Common Metapackage Package: ros-jazzy-clearpath-config Version: 2.9.1-1noble.20260303.223746 Architecture: arm64 Maintainer: Luis Camero Installed-Size: 1434 Depends: python3-yaml, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-config/ros-jazzy-clearpath-config_2.9.1-1noble.20260303.223746_arm64.deb Size: 229686 SHA256: 9832199d8c3a29448636dac9180998a7c77bb7495ba0348fdd9f96fb3964bb06 SHA1: 22ab3fba35fdd6cdc04238b12dae63c59da4001b MD5sum: 760f9f96a544f51569b3a818c7df42a3 Description: Clearpath Configuration YAML Parser and Writer Package: ros-jazzy-clearpath-config-live Version: 2.7.0-2noble.20260520.150741 Architecture: arm64 Maintainer: Luis Camero Installed-Size: 66 Depends: python3-watchdog, ros-jazzy-clearpath-generator-common, ros-jazzy-rclpy, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-config-live/ros-jazzy-clearpath-config-live_2.7.0-2noble.20260520.150741_arm64.deb Size: 8482 SHA256: 33c6f7e3145e8841f8e9fe05302ecbfc90c31defc3dbc09bd011434432551bb6 SHA1: bb40d1d35b80dc342f47c9cc4d284b88b0025b59 MD5sum: 6d32a4522548f234424ec23ad2a6238e Description: Live URDF Updater from Clearpath Configuration. Package: ros-jazzy-clearpath-control Version: 2.9.6-1noble.20260520.111403 Architecture: arm64 Maintainer: Luis Camero Installed-Size: 164 Depends: ros-jazzy-clearpath-bt-joy, ros-jazzy-controller-manager, ros-jazzy-diff-drive-controller, ros-jazzy-imu-filter-madgwick, ros-jazzy-interactive-marker-twist-server, ros-jazzy-joint-state-broadcaster, ros-jazzy-joint-trajectory-controller, ros-jazzy-joy-linux, ros-jazzy-mecanum-drive-controller, ros-jazzy-robot-localization, ros-jazzy-robot-state-publisher, ros-jazzy-teleop-twist-joy (>= 2.6.1), ros-jazzy-twist-mux, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-control/ros-jazzy-clearpath-control_2.9.6-1noble.20260520.111403_arm64.deb Size: 18644 SHA256: 0b3c0e98837e42492d93deb6947142ed26df7641ebb33fdb9e3ad91493f2fc06 SHA1: f259978176089175cff067ebd3ac7a80c1fcd24f MD5sum: 0e7ab062bf6cb8a186dffa27b016c57c Description: Controllers for Clearpath Robotics platforms Package: ros-jazzy-clearpath-customization Version: 2.9.6-1noble.20260415.105929 Architecture: arm64 Maintainer: Luis Camero Installed-Size: 100 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-customization/ros-jazzy-clearpath-customization_2.9.6-1noble.20260415.105929_arm64.deb Size: 18178 SHA256: 234c45f24096ab3b282365fb1b4de300defd280c05052fbe0dee4546ebe75dc5 SHA1: 34351031c17fedf60e52d842a43d68bc971ecf44 MD5sum: d81b813235b5e69170797bbac05fd20a Description: Clearpath customization packages. Package: ros-jazzy-clearpath-description Version: 2.9.6-1noble.20260520.145144 Architecture: arm64 Maintainer: Luis Camero Installed-Size: 43 Depends: ros-jazzy-clearpath-manipulators-description (>= 2.5.0), ros-jazzy-clearpath-mounts-description (>= 2.5.0), ros-jazzy-clearpath-platform-description (>= 2.5.0), ros-jazzy-clearpath-sensors-description (>= 2.5.0), ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-description/ros-jazzy-clearpath-description_2.9.6-1noble.20260520.145144_arm64.deb Size: 6908 SHA256: 110ca3ebd57e66f6655af79cf1de189a63cd5378cf2b55657732b4d68845101b SHA1: 2cd3b0378263c4eea43974c5190c1ad764d2c93a MD5sum: 3b2c0e5f2f3a3a1b6ef3091ef5e05729 Description: Clearpath URDF descriptions metapackage Package: ros-jazzy-clearpath-desktop Version: 2.7.0-2noble.20260520.151056 Architecture: arm64 Maintainer: Tony Baltovski Installed-Size: 41 Depends: ros-jazzy-clearpath-config-live, ros-jazzy-clearpath-offboard-sensors, ros-jazzy-clearpath-platform-msgs, ros-jazzy-clearpath-viz, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-desktop/ros-jazzy-clearpath-desktop_2.7.0-2noble.20260520.151056_arm64.deb Size: 5396 SHA256: aa7ac06268b0720531da67b1419fd2074c5ebc5ce2ac05ed5c82dea79bee94a2 SHA1: 2f760d4549fe3f347aa9eb62de72ca998f61dce1 MD5sum: 5250a9032d095fd98a93a551008a6365 Description: Packages for working with Clearpath Platforms from a ROS 2 desktop. Package: ros-jazzy-clearpath-diagnostics Version: 2.9.6-1noble.20260520.035722 Architecture: arm64 Maintainer: Hilary Luo Installed-Size: 3328 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-clearpath-platform-msgs (>= 2.4.0), ros-jazzy-diagnostic-aggregator, ros-jazzy-diagnostic-updater, ros-jazzy-foxglove-bridge, ros-jazzy-rclcpp, ros-jazzy-ros2launch, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-diagnostics/ros-jazzy-clearpath-diagnostics_2.9.6-1noble.20260520.035722_arm64.deb Size: 375832 SHA256: 2cd7594207f3f9b94f5c94cbcb55c1c588094c29f0ce465b00fe031aa4c9a53d SHA1: 186c4274abf3ba948c71e65a7ca45c9811ea6a68 MD5sum: c2ba3988be9e61ddaa161a328f7f9071 Description: Clearpath Robot Diagnostics Monitor Package: ros-jazzy-clearpath-diagnostics-dbgsym Package-Type: ddeb Source: ros-jazzy-clearpath-diagnostics Version: 2.9.6-1noble.20260520.035722 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Hilary Luo Installed-Size: 12526 Depends: ros-jazzy-clearpath-diagnostics (= 2.9.6-1noble.20260520.035722) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-diagnostics/ros-jazzy-clearpath-diagnostics-dbgsym_2.9.6-1noble.20260520.035722_arm64.deb Size: 9511650 SHA256: e0eecf2abacc6ca6895fc823eeddc5781d92f5490120c753154a729959ed22dd SHA1: 04a9e824d9b2c54116fd42a7f5c41e349dfe9557 MD5sum: d02d17a2448ce587c11db0c9d3ac91c7 Description: debug symbols for ros-jazzy-clearpath-diagnostics Build-Ids: a22d1a6d8f2da473d91f0de4b33b4a9da59de620 Package: ros-jazzy-clearpath-generator-common Version: 2.9.6-1noble.20260520.150015 Architecture: arm64 Maintainer: Luis Camero Installed-Size: 651 Depends: libboost-program-options1.83.0 (>= 1.83.0), libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-srdfdom, python3-apt, ros-jazzy-clearpath-config (>= 2.9.0), ros-jazzy-clearpath-control (>= 2.9.0), ros-jazzy-clearpath-description (>= 2.9.0), ros-jazzy-clearpath-diagnostics (>= 2.9.0), ros-jazzy-clearpath-manipulators (>= 2.9.0), ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-generator-common/ros-jazzy-clearpath-generator-common_2.9.6-1noble.20260520.150015_arm64.deb Size: 132880 SHA256: e0ad963d1bc37653c6ce40e1d0d612f557f77073e951806455a6c22e49dfffef SHA1: c3041e52d1474d7fc8cc69f5a647894ee6b96366 MD5sum: bf00710e6096ef49e5705d1376625b88 Description: Clearpath Common Generator Package: ros-jazzy-clearpath-generator-common-dbgsym Package-Type: ddeb Source: ros-jazzy-clearpath-generator-common Version: 2.9.6-1noble.20260520.150015 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Luis Camero Installed-Size: 2681 Depends: ros-jazzy-clearpath-generator-common (= 2.9.6-1noble.20260520.150015) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-generator-common/ros-jazzy-clearpath-generator-common-dbgsym_2.9.6-1noble.20260520.150015_arm64.deb Size: 2548802 SHA256: 14e133b19c16a0caa07ad71677b099c685b346c9435b0764aa5de6fd5bb8ad5c SHA1: 45855b72de929a15cfc6c4c576919ca558030184 MD5sum: 0d485226a8e3a94db3fae0b8705d0be2 Description: debug symbols for ros-jazzy-clearpath-generator-common Build-Ids: 1a10f3e6b71228c50e8cc54c394fcb9a6983ca12 Package: ros-jazzy-clearpath-generator-gz Version: 2.9.1-1noble.20260520.150752 Architecture: arm64 Maintainer: Luis Camero Installed-Size: 136 Depends: ros-jazzy-clearpath-config, ros-jazzy-clearpath-generator-common, ros-jazzy-cv-bridge, ros-jazzy-ptz-action-server-msgs, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-generator-gz/ros-jazzy-clearpath-generator-gz_2.9.1-1noble.20260520.150752_arm64.deb Size: 15870 SHA256: d1b0b654bcb1287735385a49fda9afdf71b66c57075f26509ecd40be6c6d4e92 SHA1: f6a84b7ff5d2477071a1314c3cc242d932be37a6 MD5sum: 87455bce9d57ca3a92b729eaf8a5a992 Description: Clearpath Gazebo Generator Package: ros-jazzy-clearpath-gz Version: 2.9.1-1noble.20260520.151200 Architecture: arm64 Maintainer: Luis Camero Installed-Size: 492334 Depends: ros-jazzy-clearpath-common, ros-jazzy-clearpath-generator-gz, ros-jazzy-clearpath-viz, ros-jazzy-gz-ros2-control, ros-jazzy-ros-gz, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-gz/ros-jazzy-clearpath-gz_2.9.1-1noble.20260520.151200_arm64.deb Size: 261157552 SHA256: 2af2ec5afbe9196b05598a7b0ca016d7dcbc98aaf25636da14aeea1587d807ee SHA1: 597fada9fa35b93c7760ba5146c86e7619fd9531 MD5sum: 0c4b3393c7901b90bee05d3e9d44f2c2 Description: Clearpath Gazebo Simulator Package: ros-jazzy-clearpath-manipulators Version: 2.9.6-1noble.20260520.145918 Architecture: arm64 Maintainer: Luis Camero Installed-Size: 86 Depends: ros-jazzy-clearpath-manipulators-description (>= 2.5.0), ros-jazzy-gripper-controllers, ros-jazzy-moveit-configs-utils, ros-jazzy-moveit-kinematics, ros-jazzy-moveit-planners, ros-jazzy-moveit-planners-chomp, ros-jazzy-moveit-ros-move-group, ros-jazzy-moveit-ros-warehouse, ros-jazzy-moveit-setup-srdf-plugins, ros-jazzy-moveit-simple-controller-manager, ros-jazzy-position-controllers, ros-jazzy-tf2-ros, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-manipulators/ros-jazzy-clearpath-manipulators_2.9.6-1noble.20260520.145918_arm64.deb Size: 12932 SHA256: 0bc58541bc6ba167202f2cd0eb78eb31d76e04edfddcbb3ada5aaa0fc8b0f9a5 SHA1: e4fcd1c137640827a8fe1c2789ae505cba603204 MD5sum: 0fd95337d9d61579099facdffb8f3db4 Description: MoveIt configuration built around Clearpath Configuration Package: ros-jazzy-clearpath-manipulators-description Version: 2.9.6-1noble.20260520.142613 Architecture: arm64 Maintainer: Luis Camero Installed-Size: 1833 Depends: ros-jazzy-ewellix-description, ros-jazzy-robot-state-publisher, ros-jazzy-robotiq-description, ros-jazzy-ur-description, ros-jazzy-urdf, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-manipulators-description/ros-jazzy-clearpath-manipulators-description_2.9.6-1noble.20260520.142613_arm64.deb Size: 394608 SHA256: 543edd538b19d70ef6b994ffe2d68810c33bb7ad7b086f303087a97cc7db6320 SHA1: 99329bf64d15b094d79bebf5303d71f983417446 MD5sum: 84d78e18326328b96725db9b1ddb5bce Description: Clearpath manipulator URDF descriptions Package: ros-jazzy-clearpath-motor-msgs Version: 2.7.0-1noble.20260519.195931 Architecture: arm64 Maintainer: Roni Kreinin Installed-Size: 5172 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-action-msgs, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-motor-msgs/ros-jazzy-clearpath-motor-msgs_2.7.0-1noble.20260519.195931_arm64.deb Size: 314660 SHA256: 3e809aea2a1884cb7276549f49a048827a7502fc676b865e953c228a85e011c5 SHA1: 881f9fa6c727b45d4780c8a4e817cc65fbec1232 MD5sum: 2a02bcf35e9d2637b0da46a35b9e5506 Description: Messages for Clearpath Motor Drivers. Package: ros-jazzy-clearpath-motor-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-clearpath-motor-msgs Version: 2.7.0-1noble.20260519.195931 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Roni Kreinin Installed-Size: 3284 Depends: ros-jazzy-clearpath-motor-msgs (= 2.7.0-1noble.20260519.195931) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-motor-msgs/ros-jazzy-clearpath-motor-msgs-dbgsym_2.7.0-1noble.20260519.195931_arm64.deb Size: 2414842 SHA256: 483a7758c4df9d898195162cae5a33ed8dc992ba75480ca94a5c4ccaf28122df SHA1: 225871c7756d3060c8bd1dc3c32aadf20ad711a7 MD5sum: f37661411da76cb701b34d81a34b113d Description: debug symbols for ros-jazzy-clearpath-motor-msgs Build-Ids: 6404fa3399b203694e78b77338cd75cf4b7093a9 7066ac59d168d6ad9d788d59fdc1ffdcd4b05343 70d25b7763aa0850d38cabc25a5d165942298aad 70fcf1444c304851c7fdf488db352c7748fb87e0 9f849d884fce40b6a8e6d4187cd0d6b9410ade95 b49e601e283019cefc0472ba7f731b1b0314b95e c652ea9a1de07ddae6b1457e2f9030c9947499f0 c7409993fa2964ea93ce7f59cfd54a6295483a3d cb765fe651d7ed5f7d56be2e948eac3d4ddfa294 ef75c3d95012693deccd8ea3bc709612aeae3065 f551067d25903066cd2ac0cc978edb31a604d95a Package: ros-jazzy-clearpath-mounts-description Version: 2.9.6-1noble.20260415.105931 Architecture: arm64 Maintainer: Luis Camero Installed-Size: 1635 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-mounts-description/ros-jazzy-clearpath-mounts-description_2.9.6-1noble.20260415.105931_arm64.deb Size: 409868 SHA256: a71be4f964aaf47a0a2f2167a7258485e6fa85f188a807b8c2e2aea170c1ddcd SHA1: 9b6800b5fdbcc9477199898bd5772fd346a508fb MD5sum: b4b2bb1c4168d59e40e676e83552858f Description: Clearpath mounts URDF descriptions Package: ros-jazzy-clearpath-msgs Version: 2.7.0-1noble.20260519.200814 Architecture: arm64 Maintainer: Roni Kreinin Installed-Size: 41 Depends: ros-jazzy-clearpath-motor-msgs, ros-jazzy-clearpath-platform-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-msgs/ros-jazzy-clearpath-msgs_2.7.0-1noble.20260519.200814_arm64.deb Size: 5412 SHA256: 67b587305113646068021990a7177d71aec31dae93741096a2a5c19b761e3b8f SHA1: ec9fd4509ff1e1869b125e56f4503e5c0c364d40 MD5sum: c7570ee05d34371ffaab59667ae21c68 Description: Metapackage for Clearapth messages. Package: ros-jazzy-clearpath-nav2-demos Version: 2.8.0-1noble.20260520.150654 Architecture: arm64 Maintainer: Luis Camero Installed-Size: 1861 Depends: ros-jazzy-clearpath-config, ros-jazzy-nav2-bringup, ros-jazzy-slam-toolbox, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-nav2-demos/ros-jazzy-clearpath-nav2-demos_2.8.0-1noble.20260520.150654_arm64.deb Size: 22040 SHA256: f7f4042100ab3a14557a0adb2a2c9743386c88604124480e29c9937e748fe666 SHA1: adb0058bba0cc553859c19181b43033b312e3b96 MD5sum: 69a3fadc624cca0cde903f7a2fbe37cc Description: Nav2 demos for Clearpath robots Package: ros-jazzy-clearpath-offboard-sensors Version: 2.7.0-2noble.20260520.051833 Architecture: arm64 Maintainer: Chris Iverach-Brereton Installed-Size: 67 Depends: ros-jazzy-image-transport, ros-jazzy-image-transport-plugins, ros-jazzy-velodyne-pointcloud, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-offboard-sensors/ros-jazzy-clearpath-offboard-sensors_2.7.0-2noble.20260520.051833_arm64.deb Size: 8156 SHA256: 8b418035596c26cbe7402bca8c52d73022f53e9d1d2067c10157f1c7b0ede595 SHA1: f3c61148a081ba074bb5733e67d919eff5aabd04 MD5sum: da03f45766e618946292fbf1ac27b7b0 Description: Launch files for decompressing and consuming high-bandwidth sensor data on offboard computers Package: ros-jazzy-clearpath-platform-description Version: 2.9.6-1noble.20260519.220543 Architecture: arm64 Maintainer: Luis Camero Installed-Size: 66294 Depends: ros-jazzy-robot-state-publisher, ros-jazzy-urdf, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-platform-description/ros-jazzy-clearpath-platform-description_2.9.6-1noble.20260519.220543_arm64.deb Size: 10912966 SHA256: 5f52c53221011bb35ec1fee87ab297ee363fbcd2c51010f20b164be6b37786e0 SHA1: 4b28e25f8fde5af0a9661fbb76b963c95911fac5 MD5sum: e670f0e013867d053d95386c23639ece Description: Clearpath Platform URDF descriptions Package: ros-jazzy-clearpath-platform-msgs Version: 2.7.0-1noble.20260519.165409 Architecture: arm64 Maintainer: Roni Kreinin Installed-Size: 3687 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-platform-msgs/ros-jazzy-clearpath-platform-msgs_2.7.0-1noble.20260519.165409_arm64.deb Size: 240412 SHA256: 8386aab30defa9faca15369f42f0a13e04a06da9377b470e514cad18b0be0a0b SHA1: fd65da3c0a2bcbdf44ed5556ec2ca42f0eea4b38 MD5sum: f3d320a9f4ae07858ea8758e0212f98f Description: Messages for Clearpath Platforms. Package: ros-jazzy-clearpath-platform-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-clearpath-platform-msgs Version: 2.7.0-1noble.20260519.165409 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Roni Kreinin Installed-Size: 2524 Depends: ros-jazzy-clearpath-platform-msgs (= 2.7.0-1noble.20260519.165409) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-platform-msgs/ros-jazzy-clearpath-platform-msgs-dbgsym_2.7.0-1noble.20260519.165409_arm64.deb Size: 1940750 SHA256: c409418768fe82445aa0663d98a84ba9bc607675112d2f698d8a9facecb97fa6 SHA1: 2429f5217cb4b6f38a9c9585264dbe5859a01256 MD5sum: f845f2d7cb48cd75cde5a6999de94542 Description: debug symbols for ros-jazzy-clearpath-platform-msgs Build-Ids: 069707bc454054c2f074476394697ea19ce2416f 2f87b32a546ed68587012d4d289bba87780173a5 4da5c66b3b2943bbf27a2009e9c7ad401c2cb8a7 519836a55378e41bb79aa30e9005407fe165513a 9267ea9e1b9844c5b651b515190112fe63391439 93c4ba86f45cf2d3e1aec69d9ef8d72508cd8ac7 c003b4b972851f84465bc60539e32c874acc6f93 d2128a2bd5e7e25e28cd4d83b88a37f13a647018 d50f884646c8558d032bf578e6419d597e085200 e2245f789cebaeacb7fa7a9a91713919e5ab6fd8 fa875f28c001a423076d79cbfe89bc76164151c0 Package: ros-jazzy-clearpath-ros2-socketcan-interface Version: 2.1.4-1noble.20260519.233248 Architecture: arm64 Maintainer: Luis Camero Installed-Size: 543 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), iproute2, ros-jazzy-can-msgs, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-ros2-socketcan-interface/ros-jazzy-clearpath-ros2-socketcan-interface_2.1.4-1noble.20260519.233248_arm64.deb Size: 107016 SHA256: 07c4413fe7bd5f1fa7257eacdfcb23867ae64804c7ebaa29eea46bc6b4295d50 SHA1: 538db544475f8a018bd2517f5efee6249cd555e8 MD5sum: 642bfd68376774de3343a83aba9f2485 Description: A ROS 2 socketcan interface. Package: ros-jazzy-clearpath-ros2-socketcan-interface-dbgsym Package-Type: ddeb Source: ros-jazzy-clearpath-ros2-socketcan-interface Version: 2.1.4-1noble.20260519.233248 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Luis Camero Installed-Size: 2156 Depends: ros-jazzy-clearpath-ros2-socketcan-interface (= 2.1.4-1noble.20260519.233248) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-ros2-socketcan-interface/ros-jazzy-clearpath-ros2-socketcan-interface-dbgsym_2.1.4-1noble.20260519.233248_arm64.deb Size: 1796004 SHA256: 18b0b6368de219454b56239fec4d40a20abbc7d3e956d94e4247f0cc62167a78 SHA1: 71835c2682cc278c6f5ccf268af8be1c39e6abe7 MD5sum: fb82410f46e145a5b49c8153477e250d Description: debug symbols for ros-jazzy-clearpath-ros2-socketcan-interface Build-Ids: 76bce7eafa048e2cd714ee35c4f3cb99aa165f53 Package: ros-jazzy-clearpath-sensors-description Version: 2.9.6-1noble.20260519.211913 Architecture: arm64 Maintainer: Luis Camero Installed-Size: 48410 Depends: ros-jazzy-axis-description, ros-jazzy-microstrain-inertial-description, ros-jazzy-realsense2-description, ros-jazzy-velodyne-description, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-sensors-description/ros-jazzy-clearpath-sensors-description_2.9.6-1noble.20260519.211913_arm64.deb Size: 9523634 SHA256: f3ec1856a894d719afec8f5aa2fd49068d029111a89b2487999b24bafcdd1adb SHA1: 961ae934750845e293b3e1217724bdbeb8353b97 MD5sum: 6a4451b4cac122cb76bd9a4398e9c184 Description: Clearpath sensors URDF descriptions Package: ros-jazzy-clearpath-simulator Version: 2.9.1-1noble.20260520.151510 Architecture: arm64 Maintainer: Luis Camero Installed-Size: 41 Depends: ros-jazzy-clearpath-generator-gz, ros-jazzy-clearpath-gz, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-simulator/ros-jazzy-clearpath-simulator_2.9.1-1noble.20260520.151510_arm64.deb Size: 5556 SHA256: 4210db88e141f6a52c1e51181a6fe6a1eaecd1a44573b5c6fb2267d8ec368a88 SHA1: 6f9dbbaaacff01e2dbd682701531c08d38839090 MD5sum: d5ca58b53057480a8f0820d6ba5ac4db Description: Clearpath Simulator Metapackage Package: ros-jazzy-clearpath-tests Version: 2.3.1-1noble.20260520.150756 Architecture: arm64 Maintainer: Tony Baltovski Installed-Size: 335 Depends: can-utils, ros-jazzy-clearpath-config, ros-jazzy-clearpath-generator-common, ros-jazzy-clearpath-motor-msgs, ros-jazzy-clearpath-platform-msgs, ros-jazzy-diagnostic-msgs, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclpy, ros-jazzy-sensor-msgs, ros-jazzy-simple-term-menu-vendor, ros-jazzy-std-msgs, ros-jazzy-tf-transformations, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-msgs, ros-jazzy-wireless-msgs, stress, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-tests/ros-jazzy-clearpath-tests_2.3.1-1noble.20260520.150756_arm64.deb Size: 64442 SHA256: 5add68d79c4fe47f14a78c55c4d8e36e68fb3d0d10aff788ff7aaeed0af02da3 SHA1: 15d9e31bf124da7a0f9702b15f700b8dfa80b135 MD5sum: 356a8472b89a52c8a33a24cf841f52f5 Description: Clearpath Tests Package: ros-jazzy-clearpath-viz Version: 2.7.0-2noble.20260520.144736 Architecture: arm64 Maintainer: Tony Baltovski Installed-Size: 114 Depends: ros-jazzy-clearpath-platform-description, ros-jazzy-joint-state-publisher-gui, ros-jazzy-rqt-robot-monitor, ros-jazzy-rviz2, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-viz/ros-jazzy-clearpath-viz_2.7.0-2noble.20260520.144736_arm64.deb Size: 13124 SHA256: 6d85e7df991d3fe38115f90e6919aae6ee9753ccfabb4b05564651423652fa36 SHA1: 13369377b88b086b484bf94bbfc880615f799d59 MD5sum: 60d46b6e308f3e8a448b4b665fe4fe2e Description: Visualization launchers for Clearpath Platforms. Package: ros-jazzy-clips-executive Version: 0.1.3-1noble.20260520.032107 Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 42 Depends: ros-jazzy-cx-ament-index-plugin, ros-jazzy-cx-bringup, ros-jazzy-cx-clips-env-manager, ros-jazzy-cx-config-plugin, ros-jazzy-cx-example-plugin, ros-jazzy-cx-executive-plugin, ros-jazzy-cx-file-load-plugin, ros-jazzy-cx-msgs, ros-jazzy-cx-plugin, ros-jazzy-cx-protobuf-plugin, ros-jazzy-cx-ros-comm-gen, ros-jazzy-cx-ros-msgs-plugin, ros-jazzy-cx-tf2-pose-tracker-plugin, ros-jazzy-cx-utils, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clips-executive/ros-jazzy-clips-executive_0.1.3-1noble.20260520.032107_arm64.deb Size: 5560 SHA256: 6127e1400a7b27a37476fe9501e6234884a1fe030e5feb8ea59aac4e5f8f9b55 SHA1: 2002b7dbd843759deb3cde586e68d0526fd42434 MD5sum: f413a0fdcc2f4a05e2161b2cdbb3b254 Description: ROS2 CLIPS-Executive meta package and documentation Package: ros-jazzy-clips-vendor Version: 6.4.3-2noble.20260305.212056 Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 5821 Depends: libc6 (>= 2.38), ros-jazzy-ament-cmake-vendor-package, unzip, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clips-vendor/ros-jazzy-clips-vendor_6.4.3-2noble.20260305.212056_arm64.deb Size: 801352 SHA256: 73c60e204ea64481946776f1da71ce89b6177dcae20d0fc94f235a4902781d3a SHA1: 315a16018a450e394439e9524a8ef6c1b4888168 MD5sum: 5f4ffe38d28995d551eeb999fe122a53 Description: Vendor package for the CLIPS rule based production system Package: ros-jazzy-clips-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-clips-vendor Version: 6.4.3-2noble.20260305.212056 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 6850 Depends: ros-jazzy-clips-vendor (= 6.4.3-2noble.20260305.212056) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clips-vendor/ros-jazzy-clips-vendor-dbgsym_6.4.3-2noble.20260305.212056_arm64.deb Size: 5632310 SHA256: f5412f27f169fbbe884b645d5efde8c973194bc1a77963178ee1f326c35cabac SHA1: a4137ac0239b4b7559c260f26c130169dc5620c9 MD5sum: 4024444d1bc92ad5a45ecf4dc4d630e9 Description: debug symbols for ros-jazzy-clips-vendor Build-Ids: 0a1f3f67a315089cf2696aa58904df3d0369d685 2452c5a251ab66f42d9f28270f9ca418ba6e5748 342874bfca1a9e87b32623a3f6ec64e9d4c74242 f594125fd19c486866221037ec26d89ca25fa8be Package: ros-jazzy-cloudini-lib Version: 1.1.0-1noble.20260420.231141 Architecture: arm64 Maintainer: Davide Faconti Installed-Size: 361 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libpcl-io1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), libzstd1 (>= 1.5.5), libpcl-common1.14, libpcl-dev, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cloudini-lib/ros-jazzy-cloudini-lib_1.1.0-1noble.20260420.231141_arm64.deb Size: 110854 SHA256: 64c3f75d49914429ea214d81c982626bd163fc282c1f1f4cc386f12f69992184 SHA1: caa214acb7d6e575cbcd8f913027fdc5a5f63044 MD5sum: 83b65e191a4e14fd10b13f21d1bb2614 Description: Main library of Cloudini, the pointcloud compression library Package: ros-jazzy-cloudini-lib-dbgsym Package-Type: ddeb Source: ros-jazzy-cloudini-lib Version: 1.1.0-1noble.20260420.231141 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Davide Faconti Installed-Size: 1106 Depends: ros-jazzy-cloudini-lib (= 1.1.0-1noble.20260420.231141) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cloudini-lib/ros-jazzy-cloudini-lib-dbgsym_1.1.0-1noble.20260420.231141_arm64.deb Size: 1027644 SHA256: 47846522240a53b20271c841e63204c67572b9550c07174bcf0a6cffd4f9b179 SHA1: fb45790a84dc1d4402895fc911949fe1a8d4a553 MD5sum: a2bc51277370d9a4b8721a1bb15e88d5 Description: debug symbols for ros-jazzy-cloudini-lib Build-Ids: c5668f2b445d88fb802686489d6909471fa13b56 Package: ros-jazzy-cloudini-ros Version: 1.1.0-1noble.20260519.230744 Architecture: arm64 Maintainer: Davide Faconti Installed-Size: 1968 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-cloudini-lib, ros-jazzy-pcl-conversions, ros-jazzy-pluginlib, ros-jazzy-point-cloud-interfaces, ros-jazzy-point-cloud-transport, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rosbag2-cpp, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cloudini-ros/ros-jazzy-cloudini-ros_1.1.0-1noble.20260519.230744_arm64.deb Size: 304868 SHA256: f64c2103a654eade4c049947e159ccd7a234d36cfb8dbc1ecef5d7793f21ad58 SHA1: 1d0037603e8e4d593c682d816472c8f4b744c2ca MD5sum: 2effceebe1ee7ab60de0a5871fd33966 Description: Main library of Cloudini, the pointcloud compression library Package: ros-jazzy-cloudini-ros-dbgsym Package-Type: ddeb Source: ros-jazzy-cloudini-ros Version: 1.1.0-1noble.20260519.230744 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Davide Faconti Installed-Size: 9789 Depends: ros-jazzy-cloudini-ros (= 1.1.0-1noble.20260519.230744) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cloudini-ros/ros-jazzy-cloudini-ros-dbgsym_1.1.0-1noble.20260519.230744_arm64.deb Size: 8466264 SHA256: fa3d5843961ae40bdca9819b2d7a551bd3f86763ec01d76b040cedc5c1c430a7 SHA1: 57cf29fc4114a7bfea91dbf9b79c25cb8c79cf8f MD5sum: cf1cdab4b21e39c173c93f52a1c8af06 Description: debug symbols for ros-jazzy-cloudini-ros Build-Ids: 317fed9deeec7466c92816f6a1dc7c16935b2f7a 38a79ce87224604abe15b88dab55a9d1e8679061 6066b0d2dae2bd2048ec9801020793620fbe87f3 a482099bcfa8a1bf25b5ae206a6cff4e8213ee0e b556493de84f360fc7715cc6d0fc867920a973f3 c06691e3a184b899a1d6060b55834a454c512bda db86ef44ce7d41074cc24282ce51bc69549cda2a f774db57cf014bb9dbf6f77430afb9d37d569b31 f9e294365b20b899863dd501155d2a781d4855ed Package: ros-jazzy-cm-executors Version: 0.9.1-1noble.20260520.030010 Architecture: arm64 Maintainer: Janosch Machowinski Installed-Size: 369 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cm-executors/ros-jazzy-cm-executors_0.9.1-1noble.20260520.030010_arm64.deb Size: 79442 SHA256: 7235c9ee583bb605637bfecc1cad5d221c37d2f313511b1b30ddeb2aab6dc485 SHA1: bcab29b3a6270bd49e22fce09a128c8a4f249c85 MD5sum: 50ac9a934b01af8fc52d972430a3561f Description: Cellumation executor package . Package: ros-jazzy-cm-executors-dbgsym Package-Type: ddeb Source: ros-jazzy-cm-executors Version: 0.9.1-1noble.20260520.030010 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Janosch Machowinski Installed-Size: 1439 Depends: ros-jazzy-cm-executors (= 0.9.1-1noble.20260520.030010) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cm-executors/ros-jazzy-cm-executors-dbgsym_0.9.1-1noble.20260520.030010_arm64.deb Size: 1302180 SHA256: 5c9b816513df2ac06e6bf5443866a9ce12efe249667d4d64adaf58afd2dfda47 SHA1: 55e9da12984508bcf08a8cc1c6b7b196d53f3535 MD5sum: 886ebfd09acdc02e57bce75468c37c52 Description: debug symbols for ros-jazzy-cm-executors Build-Ids: e55f43f574be7acc20dc0acdb13e9d00caecdca1 Package: ros-jazzy-cm-topic-hardware-component Version: 1.1.0-1noble.20260520.040700 Architecture: arm64 Maintainer: "Marq Rasmussen" Installed-Size: 772 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-hardware-interface, ros-jazzy-pal-statistics-msgs, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: https://github.com/ros-controls/topic_based_hardware_interfaces Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cm-topic-hardware-component/ros-jazzy-cm-topic-hardware-component_1.1.0-1noble.20260520.040700_arm64.deb Size: 124822 SHA256: 72c787573a31750d8509a6df4f8a79f278a84d375ae8f54486e0686f96a71b96 SHA1: 3b7b1c850f7fefbcfa87609243df3cb9cd747224 MD5sum: eeaa909d52ad02c4967887694bcc690f Description: ros2_control hardware component using pal_statistics messages from controller_manager introspection Package: ros-jazzy-cm-topic-hardware-component-dbgsym Package-Type: ddeb Source: ros-jazzy-cm-topic-hardware-component Version: 1.1.0-1noble.20260520.040700 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Marq Rasmussen" Installed-Size: 3111 Depends: ros-jazzy-cm-topic-hardware-component (= 1.1.0-1noble.20260520.040700) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cm-topic-hardware-component/ros-jazzy-cm-topic-hardware-component-dbgsym_1.1.0-1noble.20260520.040700_arm64.deb Size: 2554322 SHA256: 3683c72620e83ed5eba7355bf57e8bd9501aa45dd72f42699dc39bf7f563e4d1 SHA1: fd35d5f381864ed1bcf78eb729b5f352632cab8b MD5sum: c491639f3f2bbccbbc262ea5b7d07cf9 Description: debug symbols for ros-jazzy-cm-topic-hardware-component Build-Ids: 3352043c14d20f1e0cfeb08c4c7235135904dd14 Package: ros-jazzy-coal Version: 3.0.3-2noble.20260514.121347 Architecture: arm64 Maintainer: "Joseph Mirabel" Installed-Size: 12043 Depends: libassimp5 (>= 5.3.1+ds), libboost-filesystem1.83.0 (>= 1.83.0), libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py312, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), liboctomap1.9t64 (>= 1.9.7+dfsg), libstdc++6 (>= 13.1), libassimp-dev, libboost-all-dev, libeigen3-dev, liboctomap-dev, python3-dev, python3-numpy, ros-jazzy-eigenpy, ros-jazzy-ros-workspace Homepage: https://github.com/coal-library/coal Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-coal/ros-jazzy-coal_3.0.3-2noble.20260514.121347_arm64.deb Size: 1957452 SHA256: c8cb2757f57a3b49849aebb4b0b7e30cf78746a2f895c9a46912bb28e61fce94 SHA1: 1525a3a0b6a49d10f1099f7597e81dbc41f74b4d MD5sum: 01f1f363de5b417cd7d2e840f5ff517a Description: An extension of the Flexible Collision Library. Package: ros-jazzy-coal-dbgsym Package-Type: ddeb Source: ros-jazzy-coal Version: 3.0.3-2noble.20260514.121347 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Joseph Mirabel" Installed-Size: 80730 Depends: ros-jazzy-coal (= 3.0.3-2noble.20260514.121347) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-coal/ros-jazzy-coal-dbgsym_3.0.3-2noble.20260514.121347_arm64.deb Size: 69602592 SHA256: 065ebaec1996385332d1ad8e513720a3521af8c445304e576745242f8cc81349 SHA1: 95c61d48f6c5aec6ac2349b01aa1e6e1b6608a11 MD5sum: f98c3ed7b9ec10c5ec8b674e3f26f54f Description: debug symbols for ros-jazzy-coal Build-Ids: 3db6120c675b66c8bcec4d9ed34b590cddc9f84b 4459ee70e5db457c5d43ce168dd10d026ba1c9ea Package: ros-jazzy-cob-actions Version: 2.8.12-1noble.20260519.202550 Architecture: arm64 Maintainer: Felix Messmer Installed-Size: 6837 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-action-msgs, ros-jazzy-actionlib-msgs, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cob-actions/ros-jazzy-cob-actions_2.8.12-1noble.20260519.202550_arm64.deb Size: 360798 SHA256: 36aa2cc3c31d8d300835867d4a0155243140e5a54e37b2bdbaf2ab4534cca7f4 SHA1: ac6023a899f2601adc9ac128e8b1477a2e0c18cb MD5sum: ec59cd231772553078bd7438cd6c3687 Description: This Package contains Care-O-bot specific action definitions. Package: ros-jazzy-cob-actions-dbgsym Package-Type: ddeb Source: ros-jazzy-cob-actions Version: 2.8.12-1noble.20260519.202550 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Felix Messmer Installed-Size: 3440 Depends: ros-jazzy-cob-actions (= 2.8.12-1noble.20260519.202550) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cob-actions/ros-jazzy-cob-actions-dbgsym_2.8.12-1noble.20260519.202550_arm64.deb Size: 2323498 SHA256: 2a5b3166398cc930f3a6468d2ab8749076a2f8f67900f07ae13ebadf4566c50e SHA1: 5b11c495ba7eb48378c539883bf4e801719e565e MD5sum: 2283d3c48c1353eed595253d624bda94 Description: debug symbols for ros-jazzy-cob-actions Build-Ids: 130c30c82545b810ef8c109fd2aefb459619f4a0 269741b06eea577c9093ac5d3955e2e008eb1b70 30d131c11653a22067032388374ea72704f3fabe 889ce2c3b453d1ce33a018b031db89930d520901 922a0d534442d028a66a4a408bfb02308695aa80 a8ed7ff6049901de96f39732c3a296b1943f0bbc aea4c1dbf5f49b419523a18fa60d424610346020 c6b501541df4ba71f87b0d4a69dc5b3e9504abb0 d237bedab51fbbf92c6cb5d8a1d6779c50136e9e d2c1f4b0319d890c7f83e6608ba2010d4d8e9a5d d6ec1a1631b6e0a039e2ce24d0e233b8da9f5c97 Package: ros-jazzy-cob-msgs Version: 2.8.12-1noble.20260519.185554 Architecture: arm64 Maintainer: Felix Messmer Installed-Size: 1911 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-diagnostic-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cob-msgs/ros-jazzy-cob-msgs_2.8.12-1noble.20260519.185554_arm64.deb Size: 124776 SHA256: f44397f1786bea14d92a87f8f318c732b4c98124a7bf370ff35688c040c5f2e8 SHA1: 303a829627812104b77e3bda39cd2e632feb7147 MD5sum: b84ecfe3c1d313a93654ec1fb9cdfa0b Description: Messages for representing state information, such as battery information and emergency stop status. Package: ros-jazzy-cob-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-cob-msgs Version: 2.8.12-1noble.20260519.185554 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Felix Messmer Installed-Size: 1109 Depends: ros-jazzy-cob-msgs (= 2.8.12-1noble.20260519.185554) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cob-msgs/ros-jazzy-cob-msgs-dbgsym_2.8.12-1noble.20260519.185554_arm64.deb Size: 851004 SHA256: fb42bac999c83ff0d63d5248aa974b738846fce76f9b92445feedc90f2c0c981 SHA1: 35205a97c3d5c04665031bba3d2996544ac018c3 MD5sum: 801159f8e86f5ec088d19d885b8ed55c Description: debug symbols for ros-jazzy-cob-msgs Build-Ids: 31aefc623fe2242ee0e303710509d936b1ad2d00 3830c5c7b5aa556eb1492762cb1a4b87d39dbfde 40fe16b7722ca6b5ac0b4d00f51829f915ba89ff 814131bc9fa83ed10bc9856ec24831df407d8d7b 918638c0c0f7084d7060b590b06460833759380f ac374df4a0f280e37ef87f3e83b3bd94fbd3cd24 bbc84b55f8d69ea26c9ac2bacdf6877cbd9c45c3 cedf954c22f7c29ba033e2593629745c870378fd d0c2340b78f71852551a6e54863113362b7ecc50 d6381d654f39de14ca92ba530ff922ca6e7fe7fb ec254218c42f6f4828b05b28cbf1b60aca258bad Package: ros-jazzy-cob-srvs Version: 2.8.12-1noble.20260519.201715 Architecture: arm64 Maintainer: Felix Messmer Installed-Size: 1853 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/cob_srvs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cob-srvs/ros-jazzy-cob-srvs_2.8.12-1noble.20260519.201715_arm64.deb Size: 114910 SHA256: 6b5d2351c377621f3134b3a22d2288b287ffb05ebdb077851efb34fffe46745f SHA1: c68f82cd6007663cd78881233fb6fa5ff6ccc1d1 MD5sum: 47d44838b158736c0c0ce838c2c591f3 Description: This Package contains Care-O-bot specific service definitions. Package: ros-jazzy-cob-srvs-dbgsym Package-Type: ddeb Source: ros-jazzy-cob-srvs Version: 2.8.12-1noble.20260519.201715 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Felix Messmer Installed-Size: 1105 Depends: ros-jazzy-cob-srvs (= 2.8.12-1noble.20260519.201715) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cob-srvs/ros-jazzy-cob-srvs-dbgsym_2.8.12-1noble.20260519.201715_arm64.deb Size: 815874 SHA256: 40746ca5d483731648111f3f90b810b00b13876612360ee101db46df768882ca SHA1: 48eda78a994a7f23258016f0e925a76bb58606b7 MD5sum: ed3721fffbb4fb44e682620995c9680a Description: debug symbols for ros-jazzy-cob-srvs Build-Ids: 03b5032c89f5a19c0662842a5b21e413c6942ce2 11263154dc6ae4f664a64f6ca4541de2245b3e15 2d0fc57b1684ee9234b60d8e9eed16f99bf608cc 439f8fdecc5481ad9cb0892bf8d10e8f332a5291 44a649b081f810aeb17ce07746a06385daff208f 4fe614dfb9e3ed6fa24904533b517a79c7e2f845 7f0715aaecb2eb6120d56663730005a863ca0a02 a0815bed51abd7ec8ccb2ec40617b8e7e2bb4f31 d985c010b1b46c3129d3f825aa8bed1bbb3a070f e7196d9fea717f0633e699447b5bb4a7fa1fe7ee f25c6a6cea70d24a84cb40e553b795146c7fb753 Package: ros-jazzy-coin-d4-driver Version: 1.0.1-1noble.20260520.053644 Architecture: arm64 Maintainer: Pyo Installed-Size: 441 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-coin-d4-driver/ros-jazzy-coin-d4-driver_1.0.1-1noble.20260520.053644_arm64.deb Size: 91834 SHA256: ad70d0ce7492fbf022f562c302259c1b351199bd5ac629370651708db5cb2044 SHA1: 20f35dd4f314214733d5f13ded02ae52ff0ba7f4 MD5sum: 12d281dc7a21a19871ac7b1c35d909ae Description: ROS package for LDS-03 (COIN-D4) Lidar Package: ros-jazzy-coin-d4-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-coin-d4-driver Version: 1.0.1-1noble.20260520.053644 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 1972 Depends: ros-jazzy-coin-d4-driver (= 1.0.1-1noble.20260520.053644) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-coin-d4-driver/ros-jazzy-coin-d4-driver-dbgsym_1.0.1-1noble.20260520.053644_arm64.deb Size: 1793752 SHA256: 4f8010310713d449735873898463de165f1b31242e86ac4a0368bb7fd10f1fb6 SHA1: 3d58290a4d3239cfe2ac8ec1ceee027d99d8b34f MD5sum: ba4018f07cf919005167d6d89a84b489 Description: debug symbols for ros-jazzy-coin-d4-driver Build-Ids: 262908a932672da86e7c55e72555e8a2e7691dd8 3f56e0fe9f733cb4348a422ae6967ad67679b4da 77d17ea67b96d53a7b01f4c8b1397fe26ab76753 Package: ros-jazzy-color-names Version: 0.0.3-6noble.20260520.143232 Architecture: arm64 Maintainer: masaya Installed-Size: 341 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-rclcpp, ros-jazzy-rviz2, ros-jazzy-std-msgs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-color-names/ros-jazzy-color-names_0.0.3-6noble.20260520.143232_arm64.deb Size: 70126 SHA256: 014d358ce83f0f10066d0242dfcb1b07d4281f823c7f76472c097f844496edd1 SHA1: 0b5b55f9ee1975bed455b369026ff8577928f9f7 MD5sum: d146876e4b5826ef25571b849a59b705 Description: The color_names package Package: ros-jazzy-color-names-dbgsym Package-Type: ddeb Source: ros-jazzy-color-names Version: 0.0.3-6noble.20260520.143232 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: masaya Installed-Size: 986 Depends: ros-jazzy-color-names (= 0.0.3-6noble.20260520.143232) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-color-names/ros-jazzy-color-names-dbgsym_0.0.3-6noble.20260520.143232_arm64.deb Size: 888852 SHA256: 4c6eaa6c8cd05c5307d626ab72b5fcc425d924faf96ed15cc52427b60b48b435 SHA1: 23ff3bef534695fdb6a7f75f65c7ca789c3cc822 MD5sum: 39b6e382087c3cc76d933d182ba4d67e Description: debug symbols for ros-jazzy-color-names Build-Ids: 979130b27fd07019f06966903b746d4724043beb baf20433422408437c75c689bbc0fa0052a92d01 Package: ros-jazzy-color-util Version: 1.0.0-4noble.20260519.200428 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 78 Depends: ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-color-util/ros-jazzy-color-util_1.0.0-4noble.20260519.200428_arm64.deb Size: 12740 SHA256: e02ee954fc5cff0717943eecebc5faea37fe5b3dd2e066ff627d8c0c30e06bb3 SHA1: 21c5b09f0b609b6dbe079e980479d2b397408e85 MD5sum: fdcdc6dd0c1725afb4d65c33d681d79f Description: An almost dependency-less library for converting between color spaces Package: ros-jazzy-common-interfaces Version: 5.3.7-1noble.20260519.202558 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 42 Depends: ros-jazzy-actionlib-msgs, ros-jazzy-builtin-interfaces, ros-jazzy-diagnostic-msgs, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-sensor-msgs, ros-jazzy-shape-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-stereo-msgs, ros-jazzy-trajectory-msgs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-common-interfaces/ros-jazzy-common-interfaces_5.3.7-1noble.20260519.202558_arm64.deb Size: 6156 SHA256: 7b21ba2c532987f45b344d8ebfc15456a45d34057da6e14027accd6606a27baa SHA1: 8adf2b61fcb89b5fcd550afa1225101a3a377e3e MD5sum: 0e6a929def73a5b11f4e174598e91587 Description: common_interfaces contains messages and services that are widely used by other ROS packages. Package: ros-jazzy-compass-conversions Version: 3.0.2-1noble.20260520.004309 Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 3033 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.5), libgeographiclib26 (>= 1.40), libstdc++6 (>= 13.1), libgeographiclib-dev, ros-jazzy-angles, ros-jazzy-compass-interfaces, ros-jazzy-cras-cpp-common, ros-jazzy-geometry-msgs, ros-jazzy-magnetic-model, ros-jazzy-message-filters, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/compass_conversions Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-compass-conversions/ros-jazzy-compass-conversions_3.0.2-1noble.20260520.004309_arm64.deb Size: 434570 SHA256: d5222dd3f5ad84282efa9a046a766e859448d897e33e1fa4fcb1dab7a402a8b6 SHA1: b378684fc1a31d58fcca12920f893e04ea8a47cb MD5sum: c93a47f7e1727ca7089b8f9d69df0fb9 Description: Common conversions for compass data. Package: ros-jazzy-compass-conversions-dbgsym Package-Type: ddeb Source: ros-jazzy-compass-conversions Version: 3.0.2-1noble.20260520.004309 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 12696 Depends: ros-jazzy-compass-conversions (= 3.0.2-1noble.20260520.004309) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-compass-conversions/ros-jazzy-compass-conversions-dbgsym_3.0.2-1noble.20260520.004309_arm64.deb Size: 10480646 SHA256: b6931c56a6f5fe4b3528c6a4a1f0f4aa824d3ec144c242e0ba5bc770308a63e8 SHA1: 05ab2546c28b7ba688b042cadecdd13de2444b15 MD5sum: a55a95292e0389638f291fb88301cdfe Description: debug symbols for ros-jazzy-compass-conversions Build-Ids: 5fdb67d1399f4576fe82937354822467acdd7436 610b9108da5f7cf408560ba7dd1ce4a18c6621c3 6f6607b3acea8110404bf8341f5cd4044f1ac1e0 7ea6a8807016a0e559d768603172ca11fcb91ecc 8bfefdeb2b698bd2e28ce0d4633e223a8c02c052 ceb06497cc36eecb6c8bde7d1545a67316c7e2d0 Package: ros-jazzy-compass-interfaces Version: 3.0.2-1noble.20260520.002702 Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 1107 Depends: libc6 (>= 2.17), libgcc-s1 (>= 4.5), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-jazzy-fastcdr, ros-jazzy-cras-cpp-common, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/compass_interfaces Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-compass-interfaces/ros-jazzy-compass-interfaces_3.0.2-1noble.20260520.002702_arm64.deb Size: 73750 SHA256: 427e80b025dfb9e3a464a02efcc9d4a44c0e1e8624af8da89299e02a48fbb773 SHA1: 3ff7da476087ddf482c39a2a85d9e49016accc35 MD5sum: f5d23d0fdcba4ad90a438b7906290ed2 Description: Messages related to compass Package: ros-jazzy-compass-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-compass-interfaces Version: 3.0.2-1noble.20260520.002702 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 531 Depends: ros-jazzy-compass-interfaces (= 3.0.2-1noble.20260520.002702) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-compass-interfaces/ros-jazzy-compass-interfaces-dbgsym_3.0.2-1noble.20260520.002702_arm64.deb Size: 405532 SHA256: d857363be37c399a4298776ca23ae84deeeeb388d4bdb83c744202c9de6a9781 SHA1: e130f93cfb99bb476a7f833c4fd91991c0c956ff MD5sum: 6741bae2e75f0918ba40e4067b3de642 Description: debug symbols for ros-jazzy-compass-interfaces Build-Ids: 0cc630b4b80a283d1813a5182d02bb58f52540a9 372d3fb521a9e52681ec49f365bb7583d367add3 4bd4d1d707c2e2cfd2a5bf7dbc2c58aa8ce5f894 682d15fb5771e30ee8fff124ef7f45bf6da1910d 7a5e7c57b21bd2a376338605cc5c9996a4764ede 8038b82f6f084748d05e554de5e4a70acf55b7de b058a538646af86d764e6b6dc3ab1ba2b3675178 b64c5707a102360f9df4fee20be8c36a78c0b30f ca89aa010b1fddcac7d40cc61d1d3d9b71cf5687 d68a54aa0bf4852f56d76dee0337f0ca56d98ab2 de949ac5aabd04ad25af02df843d4d0734006fff ffc387bbe545ea80cfca10e072d48359a36df211 Package: ros-jazzy-compass-msgs Version: 0.2.4-1noble.20260520.052144 Architecture: arm64 Maintainer: "Manan Kharwar" Installed-Size: 1020 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/compass_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-compass-msgs/ros-jazzy-compass-msgs_0.2.4-1noble.20260520.052144_arm64.deb Size: 45256 SHA256: 7baabf0952fe8858d4d354bea71b39c92914e1dfd403ecd0eff431c1cace2701 SHA1: 1321aa3b20969e319623629ec7792511b90e16c2 MD5sum: 248ccc0f2e5d7c6d88fecca92db4817c Description: ROS 2 port of compass_msgs: messages related to compass and azimuth. Message definition identical to ctu-vras/compass for compatibility. Package: ros-jazzy-compass-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-compass-msgs Version: 0.2.4-1noble.20260520.052144 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Manan Kharwar" Installed-Size: 292 Depends: ros-jazzy-compass-msgs (= 0.2.4-1noble.20260520.052144) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-compass-msgs/ros-jazzy-compass-msgs-dbgsym_0.2.4-1noble.20260520.052144_arm64.deb Size: 187244 SHA256: 5304d446d24d0e93e567b2d58e92ef40efdef0f2d83b9c858aa6e1576b4dd528 SHA1: 2909716b691c65b2b2e046de642f8c710818a69b MD5sum: 41db6cd9cf77b62b4ca692fd2cee9f67 Description: debug symbols for ros-jazzy-compass-msgs Build-Ids: 00a385d511ae65e47b778bad738de69e7fa0bf73 13f6afb439f0cf96236382f1815450ba588478b7 34730420f42cfd983f16ad5563ecf5856fcb6cd7 834ac72f8de5a5669becc656b1a229c7168f4fc2 8e311bd283f40b2ceac3a07da4c196ad3e302235 c94a8a7a33129fbf543972b579e7a0a8dc077078 cdb584439cbad7fe0f2b7c5eff73715ff463f2a9 d52d0354c0918827b29292913d1798c204e848e4 d7711a5fc628bc86eb338cadb4ad1ee19df9ea25 d7c0a5fe72316043a8f0de1bc28e45334d36371f f08ab183221bf5ff9759398ea30ac02827cef426 Package: ros-jazzy-composition Version: 0.33.10-1noble.20260519.223451 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 1552 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-example-interfaces, ros-jazzy-launch-ros, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rcutils, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-composition/ros-jazzy-composition_0.33.10-1noble.20260519.223451_arm64.deb Size: 207234 SHA256: 9eee207d6bdf28a7da339f7ed5a2098f9929c07e31ed8f381d66ef99784e004f SHA1: 90e47087414050f005fb5683993f5393b586d5a1 MD5sum: db63c6f517def74692d641b25d97595e Description: Examples for composing multiple nodes in a single process. Package: ros-jazzy-composition-dbgsym Package-Type: ddeb Source: ros-jazzy-composition Version: 0.33.10-1noble.20260519.223451 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 7045 Depends: ros-jazzy-composition (= 0.33.10-1noble.20260519.223451) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-composition/ros-jazzy-composition-dbgsym_0.33.10-1noble.20260519.223451_arm64.deb Size: 6107584 SHA256: 09ccff01b4151e35405fd5087611822ea84b1b9b6438e9d95fb8e05a5cf44ae3 SHA1: a66d2c81a1139aaa98bda3472501fea3deff9d41 MD5sum: 97fd7f8a2cac41941503b015365feea6 Description: debug symbols for ros-jazzy-composition Build-Ids: 2f96167c9b18af87bde40ae9ac1da1c03fd5a848 45e4aa3a0b7775613006c16b71ef26c450ac6218 4c9e9bb467d8593906bb17d39cfd5ae535b5c41e 628f7bb4a092f4cb7c03e006151d1787122edb87 b39d73594d45259d3dfb67ce6b4e4785996bf105 b726c269d9eed4cfab41f31d16c7f9a375b24c1f c73865f8e0f353109953a8c406669ff0ce2824fb fa8ba9ae1c2ecbcc80b07941a8b99ae434d32c1b Package: ros-jazzy-composition-interfaces Version: 2.0.4-1noble.20260519.181419 Architecture: arm64 Maintainer: "Geoffrey Biggs" Installed-Size: 2161 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-rcl-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/composition_interfaces/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-composition-interfaces/ros-jazzy-composition-interfaces_2.0.4-1noble.20260519.181419_arm64.deb Size: 152638 SHA256: f3fe3bec19e4fbdbcfe36cdcad8f01a898a15fe19a98e6f4930ba0b7fad7c57b SHA1: c507f74b84c0e8acc16b3213330c5cf47cd76731 MD5sum: 15a6236cb4884de30ff478e840a6f132 Description: A package containing message and service definitions for managing composable nodes in a container process. Package: ros-jazzy-composition-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-composition-interfaces Version: 2.0.4-1noble.20260519.181419 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Geoffrey Biggs" Installed-Size: 1581 Depends: ros-jazzy-composition-interfaces (= 2.0.4-1noble.20260519.181419) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-composition-interfaces/ros-jazzy-composition-interfaces-dbgsym_2.0.4-1noble.20260519.181419_arm64.deb Size: 1245148 SHA256: 5462f9cbdc30816799d86241d3af7f783838c37cc10d40fc54fea922b2da4b6d SHA1: 81bfd1550a4a680b711465ea064ee3987fa1a251 MD5sum: e49da85d10d50fd6a7da1ca98c0fe552 Description: debug symbols for ros-jazzy-composition-interfaces Build-Ids: 1917c39c30f6c7c1e6ccf27116d18858c16b29a4 1afb81d10e27fcc415d96462801488735f9d4947 45defccb6c659f0e8bab5150af0e0914cb5603a5 60a4d43c3f24288319d223a73e73928f5f63780c 812456aa78ad8886893846b64d2a7a69942386c4 8513f316dce982ba6c00a04b8bfea6fdacf076fb c032b4fd52215e5d003ff660d83b4ff5d6f926c5 c413bf4daf936af69b1255924318bc3334f905b4 ca3fcea0390d3152b59abcf23e04ab9d0cab7b65 e7388e8420312988b22e98f5b444f399cd1051d4 fb0d0d81548e42a6f23aed7ba3afd3c0a0a067ab Package: ros-jazzy-compressed-depth-image-transport Version: 4.0.7-1noble.20260520.041853 Architecture: arm64 Maintainer: Kenji Brameld Installed-Size: 976 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), ros-jazzy-cv-bridge, ros-jazzy-image-transport, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/image_transport_plugins Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-compressed-depth-image-transport/ros-jazzy-compressed-depth-image-transport_4.0.7-1noble.20260520.041853_arm64.deb Size: 190232 SHA256: 53c9b43a9db25b28f2d997e3455498646baa1cdec72593942b9d46c82e184e3b SHA1: ff67160b1cb96c6921c02b612a070306e73abd4c MD5sum: 7cbf073f1259bab201fce999814d9c13 Description: Compressed_depth_image_transport provides a plugin to image_transport for transparently sending depth images (raw, floating-point) using PNG compression. Package: ros-jazzy-compressed-depth-image-transport-dbgsym Package-Type: ddeb Source: ros-jazzy-compressed-depth-image-transport Version: 4.0.7-1noble.20260520.041853 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Kenji Brameld Installed-Size: 5143 Depends: ros-jazzy-compressed-depth-image-transport (= 4.0.7-1noble.20260520.041853) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-compressed-depth-image-transport/ros-jazzy-compressed-depth-image-transport-dbgsym_4.0.7-1noble.20260520.041853_arm64.deb Size: 4352916 SHA256: 3a8c0920988a1723ed0c96397594c343e2e7816fba3377d0ef74e3df5473917a SHA1: eda9d082bb77149a1bbc0155ad5fdc686c650041 MD5sum: 42f1b8333abc86fcc6e9f48ff211c083 Description: debug symbols for ros-jazzy-compressed-depth-image-transport Build-Ids: 4449590aaee4ebed26a4c07bb9fa798fc904537b Package: ros-jazzy-compressed-image-transport Version: 4.0.7-1noble.20260520.041855 Architecture: arm64 Maintainer: Kenji Brameld Installed-Size: 968 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), ros-jazzy-cv-bridge, ros-jazzy-image-transport, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/image_transport_plugins Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-compressed-image-transport/ros-jazzy-compressed-image-transport_4.0.7-1noble.20260520.041855_arm64.deb Size: 189782 SHA256: d6865634f662c80c4cb1caf26572df3a9f6ce0d85edbd892677cca3438533288 SHA1: 30f88af34c133114d7ee8de52d63e96631857073 MD5sum: d2a44057225f931677089230e38b2043 Description: Compressed_image_transport provides a plugin to image_transport for transparently sending images encoded as JPEG or PNG. Package: ros-jazzy-compressed-image-transport-dbgsym Package-Type: ddeb Source: ros-jazzy-compressed-image-transport Version: 4.0.7-1noble.20260520.041855 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Kenji Brameld Installed-Size: 5362 Depends: ros-jazzy-compressed-image-transport (= 4.0.7-1noble.20260520.041855) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-compressed-image-transport/ros-jazzy-compressed-image-transport-dbgsym_4.0.7-1noble.20260520.041855_arm64.deb Size: 4474290 SHA256: 05dc711477c4399e7779d5096a70113d2f6da8c06f3c43a9c31bfd4e2fd28581 SHA1: 730131ea5d2d4af95902d913deaa4adb2651a46a MD5sum: a0813e4d4a8ababbe507ed1577694b84 Description: debug symbols for ros-jazzy-compressed-image-transport Build-Ids: 898fab311cbd90944698a475abaf88a52332e48f Package: ros-jazzy-console-bridge-vendor Version: 1.7.1-3noble.20260305.212103 Architecture: arm64 Maintainer: Scott K Logan Installed-Size: 42 Depends: libconsole-bridge-dev, ros-jazzy-ros-workspace Homepage: https://github.com/ros/console_bridge Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-console-bridge-vendor/ros-jazzy-console-bridge-vendor_1.7.1-3noble.20260305.212103_arm64.deb Size: 5388 SHA256: aecb7bb14b2c2c35cec7f617b76c328423a6d8c1ce6354be6e2d6452706d9d57 SHA1: 2bdb6a69a894b8026779a6cdf43cc594f28bed31 MD5sum: d9a7968f9a5ead2417b181f55efeedd1 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-jazzy-continental-msgs Version: 1.0.0-1noble.20260519.192554 Architecture: arm64 Maintainer: David Wong Installed-Size: 2612 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-continental-msgs/ros-jazzy-continental-msgs_1.0.0-1noble.20260519.192554_arm64.deb Size: 155552 SHA256: 63ee0a8d879a7015c0ec97c545485f2f097fc1a163c8850e1e81b02c831b1e8e SHA1: 6919aca2da1fa21167bb8bcbd7f6012651f6648d MD5sum: 230ae37fa82d5a69a3b9658e3ca6ef19 Description: Messages for Continental sensors Package: ros-jazzy-continental-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-continental-msgs Version: 1.0.0-1noble.20260519.192554 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David Wong Installed-Size: 1375 Depends: ros-jazzy-continental-msgs (= 1.0.0-1noble.20260519.192554) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-continental-msgs/ros-jazzy-continental-msgs-dbgsym_1.0.0-1noble.20260519.192554_arm64.deb Size: 1055748 SHA256: 198d2a3399cfb306fca3781309c59fbe72e9649cae2f15e5dd35f8831070fcb5 SHA1: 5e53302b0d28a01a890a64632568180f9f850c7b MD5sum: fc52ff9006dc86857ff48953cbdb736d Description: debug symbols for ros-jazzy-continental-msgs Build-Ids: 262724ef7d4be7950668ef42c7a5078a302d1564 4a2523883778ebc7577a212287d5ff8d13d3dde4 5b33baecf0b0875157cb0b53e469c0e00970aba8 5c40bb12a308ab3c29d599c9f1b7cce28bde38a6 6d7b1aa7fbc1c5575f9d179d4441af52cd645df6 9362e92bfecb4591489dc32f808bdfceda33cec8 b84926e8bbf8be252eb5bec62f2fb1e4279166cb b856d9ad452ad3406a706c8c7e8d981561997b1c d1602d253cb009428d52a4460ac153e6f893843b d9eab15dcf5412070e86201ea64852d37f39c290 e73022414200b6964d5f1ae3c47f7075fe712c91 Package: ros-jazzy-continental-srvs Version: 1.0.0-1noble.20260519.181443 Architecture: arm64 Maintainer: David Wong Installed-Size: 3028 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-continental-srvs/ros-jazzy-continental-srvs_1.0.0-1noble.20260519.181443_arm64.deb Size: 177976 SHA256: 935a9082f0e8050a5f27161070d37ff655759a2e8bf00a78510ee4ebb83d7630 SHA1: dbb7e860cbeee5bf93911a805269292c14423c0b MD5sum: 178f2396ea1d7bd557039df0b07beb92 Description: Services for Continental sensors Package: ros-jazzy-continental-srvs-dbgsym Package-Type: ddeb Source: ros-jazzy-continental-srvs Version: 1.0.0-1noble.20260519.181443 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David Wong Installed-Size: 1897 Depends: ros-jazzy-continental-srvs (= 1.0.0-1noble.20260519.181443) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-continental-srvs/ros-jazzy-continental-srvs-dbgsym_1.0.0-1noble.20260519.181443_arm64.deb Size: 1374552 SHA256: 43710549d85f802c494c950e32b60ff3a65501d414be51a496530318d589bfdc SHA1: 0fde2b4919c4f0b99fbe3cbe739b15ad06f290d0 MD5sum: e8787f0a82aba9777396d88880b3d1ee Description: debug symbols for ros-jazzy-continental-srvs Build-Ids: 01ef49c9afe9f7cf2b4884929393966ba6bbaf3d 289c83ef1d32d8a551b30df224222e1fcb22dbbb 4535f357602b25e9c5151864ca39253b986f2da1 54187f442b6dc1a13160989ef9ace11ca0862fee 6b56b8e42946f56381081a46c3d2605d4b03b48c 9b0c0d131d8888c30019ea23ea6d6bd0eeb3922b 9d475b8892eeceb1a446ceb8f6992879eb57c6b4 b02b07208ef7f9800ae18623df4b18ecfa5ffc06 e2695d3f4365a3318b448334ea4b8a805dc60bcf f8c5a6f345b45fa8f2d0fcad1022c082f4d442ce ffa4b7c7964a566d156cc905e75b3f65f616701b Package: ros-jazzy-control-msgs Version: 5.9.0-1noble.20260519.191802 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 16224 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-action-msgs, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-trajectory-msgs, ros-jazzy-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-control-msgs/ros-jazzy-control-msgs_5.9.0-1noble.20260519.191802_arm64.deb Size: 893924 SHA256: 31025cd7dd3db4385119d4da867000e3f0f2b70f83cda2d7b8e218cfa7bb739f SHA1: 7fb7b88ad0a3920fb94ef1d98ac74fb7f6da66e1 MD5sum: 1b58cb70dc83f531dc9a7d8946284831 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-jazzy-control-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-control-msgs Version: 5.9.0-1noble.20260519.191802 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 10255 Depends: ros-jazzy-control-msgs (= 5.9.0-1noble.20260519.191802) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-control-msgs/ros-jazzy-control-msgs-dbgsym_5.9.0-1noble.20260519.191802_arm64.deb Size: 7597938 SHA256: fb4bf95a162e78ea7dc80f8c4a1de17a355c552145b36f96cd73cc3f9171c36f SHA1: 7fae8d17567aab363905c5a36f951e442b54be7d MD5sum: b0602f8cc41f70cf9ca7575885d80c35 Description: debug symbols for ros-jazzy-control-msgs Build-Ids: 0669dce459f750e0d2d65d4353d512e434890301 0e191b658511746cf8901638cfea011cf528e56e 18bf84508174d92b2532ffeab939495aab158ce4 36783e5a908ca321a5fae635b8f5a9c5add8638a 76aad73e58ba91e33b4b598332f4e7fa2d7cafe6 808072bff314f2a80e293271e198c4a159441f77 9e2c7b1bed0159b9d5ba22c0116e3a1960fa497f 9f148fac723854c3514359c5fa4ab614cea7b8d4 cf9311830bdfde3ad23dd7d4e1896f99ca8d4b5d edd635eab93c5769d88370163b19cedca198d933 f449a0fcea46038ce983bf3ccc798830f725c666 Package: ros-jazzy-control-toolbox Version: 4.11.0-1noble.20260520.032619 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 916 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libeigen3-dev, libexpected-dev, libfmt-dev, ros-jazzy-backward-ros, ros-jazzy-control-msgs, ros-jazzy-filters, ros-jazzy-generate-parameter-library, ros-jazzy-geometry-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rcutils, ros-jazzy-realtime-tools, ros-jazzy-rsl, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-control-toolbox/ros-jazzy-control-toolbox_4.11.0-1noble.20260520.032619_arm64.deb Size: 185736 SHA256: eab3f5ffe69c0325490f73c849b738b708a091a42f6310ca50114155630d9354 SHA1: 55ac04e4e6f61f5361678a6c4ac856fbbc24bdb6 MD5sum: 2e5683e2eb5fdd857347aa1e40cfaf94 Description: The control toolbox contains modules that are useful across all controllers. Package: ros-jazzy-control-toolbox-dbgsym Package-Type: ddeb Source: ros-jazzy-control-toolbox Version: 4.11.0-1noble.20260520.032619 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 3434 Depends: ros-jazzy-control-toolbox (= 4.11.0-1noble.20260520.032619) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-control-toolbox/ros-jazzy-control-toolbox-dbgsym_4.11.0-1noble.20260520.032619_arm64.deb Size: 3140468 SHA256: f71c0f8cad5f4ef6dd0e622bd27128ca9aacd94489918514ce24136d031e8472 SHA1: 997de085e8bc81a368d92216a9fa13ee186e8f5f MD5sum: 61d1f18b91b45d33545e21f1d4b5bc03 Description: debug symbols for ros-jazzy-control-toolbox Build-Ids: 0083563daeef75f033a2ce6bc19979f993a2878f 10a5458583adaa2ee42318ef39b5677c22b05b80 1446df65b932249b452e57013c11cb03f6f483ec 6c535132632e9a5acaa7f931b1fddb04caa4b6b4 6f64f402232860e99fe99e22679046e31255b920 Package: ros-jazzy-controller-interface Version: 4.45.2-1noble.20260520.044039 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 364 Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-hardware-interface, ros-jazzy-rclcpp-lifecycle, ros-jazzy-realtime-tools, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/controller_interface/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-controller-interface/ros-jazzy-controller-interface_4.45.2-1noble.20260520.044039_arm64.deb Size: 81414 SHA256: 4228de5f78ce6fd16d001a23eda14c155a4d18fa79f1e7e4c9914f68cc9b8611 SHA1: b1397960fa576cb57d59772dc8e81b178ba768cd MD5sum: eb462128510db33c52f001a84abd925c Description: Base classes for controllers and syntax cookies for supporting common sensor types in controllers and broadcasters Package: ros-jazzy-controller-interface-dbgsym Package-Type: ddeb Source: ros-jazzy-controller-interface Version: 4.45.2-1noble.20260520.044039 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 1275 Depends: ros-jazzy-controller-interface (= 4.45.2-1noble.20260520.044039) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-controller-interface/ros-jazzy-controller-interface-dbgsym_4.45.2-1noble.20260520.044039_arm64.deb Size: 1197772 SHA256: 414512c5657eba90ce6749f4eedfbad89eeee9f4ea2ddbdbcd76709450b980d9 SHA1: 9457d9adeb33d6a6dfaada755bfc8580e715aa2c MD5sum: 30da0d8db31539fa3f6edcf6f884d997 Description: debug symbols for ros-jazzy-controller-interface Build-Ids: 93befef3d1946db6abd26faf07b9af5379294e50 Package: ros-jazzy-controller-manager Version: 4.45.2-1noble.20260520.044534 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 2032 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libfmt-dev, python3-filelock, python3-yaml, ros-jazzy-backward-ros, ros-jazzy-controller-interface, ros-jazzy-controller-manager-msgs, ros-jazzy-diagnostic-updater, ros-jazzy-generate-parameter-library, ros-jazzy-hardware-interface, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-launch-testing-ros, ros-jazzy-libstatistics-collector, ros-jazzy-lifecycle-msgs, ros-jazzy-pluginlib, ros-jazzy-rcl-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclpy, ros-jazzy-realtime-tools, ros-jazzy-ros2param, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/controller_manager/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-controller-manager/ros-jazzy-controller-manager_4.45.2-1noble.20260520.044534_arm64.deb Size: 475062 SHA256: 71f2e4f0770b08fa3c96b9c712b336f471288d4759e5939e5d0610460c30695a SHA1: 1ede42c55241e71c2714dab7a5e844d91dbdcd46 MD5sum: 4213c5be71334647cd8e95b9362bebd7 Description: The main runnable entrypoint of ros2_control and home of controller management and resource management. Package: ros-jazzy-controller-manager-dbgsym Package-Type: ddeb Source: ros-jazzy-controller-manager Version: 4.45.2-1noble.20260520.044534 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 8106 Depends: ros-jazzy-controller-manager (= 4.45.2-1noble.20260520.044534) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-controller-manager/ros-jazzy-controller-manager-dbgsym_4.45.2-1noble.20260520.044534_arm64.deb Size: 7145188 SHA256: e2d9f68f1294a956be4d19f71ec12fcfb8eb03ae363c009c3cd874cc2de9f82d SHA1: 6c9c90bacd7fccd8a83f8d4e277886c03d43559d MD5sum: ede6503f8f3778806834f66030b6c19b Description: debug symbols for ros-jazzy-controller-manager Build-Ids: 401aa16ea9c6b3fef80377d671ac88aeb27fd783 46d6f0130cc2f60a3856e8b309830cdcf49ebf70 Package: ros-jazzy-controller-manager-msgs Version: 4.45.2-1noble.20260519.201025 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 6786 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-lifecycle-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/controller_manager_msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-controller-manager-msgs/ros-jazzy-controller-manager-msgs_4.45.2-1noble.20260519.201025_arm64.deb Size: 395492 SHA256: cb4054dc674aa672d35a5ec9c5a7d9d7198adbadbe77cd2c2fe8c5cf8b5cbd39 SHA1: 1198e1681b7e2c285aa214839eddb8fb6de0dbd5 MD5sum: 9c66495fbede16130d3413b5c7f104c7 Description: Messages and services for the controller manager. Package: ros-jazzy-controller-manager-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-controller-manager-msgs Version: 4.45.2-1noble.20260519.201025 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 4933 Depends: ros-jazzy-controller-manager-msgs (= 4.45.2-1noble.20260519.201025) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-controller-manager-msgs/ros-jazzy-controller-manager-msgs-dbgsym_4.45.2-1noble.20260519.201025_arm64.deb Size: 3728350 SHA256: 6ce7c3ed534a57a0668dd90c58379e5c13da7378a2cb021547f4c08c416a52b9 SHA1: 49721c6c9fea2bfa0a0dd7e40cfee3556c05f430 MD5sum: 4c928546152aba4eee60212b79f84fc5 Description: debug symbols for ros-jazzy-controller-manager-msgs Build-Ids: 01c8879a144708c89bbe1c3e3252b4d56662f0b6 0ffe87d67dce9aea3e840246e770839137fcece9 17a830fb616a994d41035caad02b57d8035cfd78 721290ce1a86e6e9f1f6d77decc18e568a2b7292 76baa8b3e2b5efd96403acbb659badd59e1b9fcc 798d93e78e6d83bef154613c3c34e64603b4d1c2 7b992c14c99ac2be6f5b29d76be1c71c8b13cf71 9a7979cb6995f134cb3d1e2ae44dc368598ddc66 eff07594cca8341c22e4890ed1253b4f494b40c6 f78f9a3b4845ad2d6a254637dd80d259aa5055b8 fa7363b217dc15ec1bdb3b736863ffe9fd5e03ad Package: ros-jazzy-costmap-queue Version: 1.3.12-1noble.20260520.041410 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 135 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-jazzy-nav2-costmap-2d, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-costmap-queue/ros-jazzy-costmap-queue_1.3.12-1noble.20260520.041410_arm64.deb Size: 17974 SHA256: f6ce1228f2110115ad03a2be567409d8b4ca4fad548062d96c215a4d8e151862 SHA1: ed9d5096a8557a08c108d9fe41bdb030109bfaee MD5sum: 4c8db97ec61e73726e5033a8de802c62 Description: The costmap_queue package Package: ros-jazzy-costmap-queue-dbgsym Package-Type: ddeb Source: ros-jazzy-costmap-queue Version: 1.3.12-1noble.20260520.041410 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 142 Depends: ros-jazzy-costmap-queue (= 1.3.12-1noble.20260520.041410) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-costmap-queue/ros-jazzy-costmap-queue-dbgsym_1.3.12-1noble.20260520.041410_arm64.deb Size: 120450 SHA256: 9b3fd9f6296fc7e54f5ee3e00798292484347adea86a6bf7f3580fc8b257fb7b SHA1: 98047a6ab6679af225cd0ddefe230c069c8585ba MD5sum: 62c570480c00030ccdf70633dabe9247 Description: debug symbols for ros-jazzy-costmap-queue Build-Ids: caa49c4c95883eef226b633353af222af3088361 Package: ros-jazzy-crane-plus Version: 3.0.0-1noble.20260520.153121 Architecture: arm64 Maintainer: RT Corporation Installed-Size: 42 Depends: ros-jazzy-crane-plus-control, ros-jazzy-crane-plus-description, ros-jazzy-crane-plus-examples, ros-jazzy-crane-plus-gazebo, ros-jazzy-crane-plus-moveit-config, ros-jazzy-ros-workspace Homepage: https://rt-net.jp/products/cranev2/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-crane-plus/ros-jazzy-crane-plus_3.0.0-1noble.20260520.153121_arm64.deb Size: 5628 SHA256: e45e2f17d74bd4deec60d190181b68bc13fd3e70b827f3fdac0ff6eb2040e140 SHA1: 8a24e8f2d6a3e0eda61edd2a457948799e6e3f26 MD5sum: a55273bdf59b1b1ac4bea95dd2b15a11 Description: ROS 2 package suite of CRANE+ V2 Package: ros-jazzy-crane-plus-control Version: 3.0.0-1noble.20260520.142204 Architecture: arm64 Maintainer: RT Corporation Installed-Size: 208 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-controller-manager, ros-jazzy-crane-plus-description, ros-jazzy-dynamixel-sdk, ros-jazzy-hardware-interface, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-ros2-controllers, ros-jazzy-ros2controlcli, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-crane-plus-control/ros-jazzy-crane-plus-control_3.0.0-1noble.20260520.142204_arm64.deb Size: 45984 SHA256: 4d6d4f78bda07d67dfb310ec0a9f33c495f7994a0a19f7c4fd8743ff09b3f3cb SHA1: f279e74870fb9cf0a43721b69947ca4fa0ee60e6 MD5sum: 0b5ab7045b0246ef0980d4e9a80dee1d Description: CRANE+ V2 control package Package: ros-jazzy-crane-plus-control-dbgsym Package-Type: ddeb Source: ros-jazzy-crane-plus-control Version: 3.0.0-1noble.20260520.142204 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: RT Corporation Installed-Size: 740 Depends: ros-jazzy-crane-plus-control (= 3.0.0-1noble.20260520.142204) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-crane-plus-control/ros-jazzy-crane-plus-control-dbgsym_3.0.0-1noble.20260520.142204_arm64.deb Size: 695544 SHA256: 0562376ba31541f9279e50037bdee9428cab8c1c39220d9f21bb2b25dd9b80f8 SHA1: 56cb5714dab9919c287301b766bf632248ace188 MD5sum: 41fe5baaafde63d6948a7be5438c4a58 Description: debug symbols for ros-jazzy-crane-plus-control Build-Ids: 4d6213d5ef256ef9edb153363d4d3ee7b33b40a3 Package: ros-jazzy-crane-plus-description Version: 3.0.0-1noble.20260520.140906 Architecture: arm64 Maintainer: RT Corporation Installed-Size: 10524 Depends: ros-jazzy-gz-ros2-control, ros-jazzy-joint-state-publisher-gui, ros-jazzy-launch, ros-jazzy-robot-state-publisher, ros-jazzy-rviz2, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-crane-plus-description/ros-jazzy-crane-plus-description_3.0.0-1noble.20260520.140906_arm64.deb Size: 1906604 SHA256: 5bf20c267668f070241f07700c339a5112122bc558676a97736ed42f6d198525 SHA1: a61541a567c0d1691387d29c02f1d157c576e893 MD5sum: bdbcd709ff4ae2854f538779e5813cb8 Description: CRANE+ V2 description package Package: ros-jazzy-crane-plus-examples Version: 3.0.0-1noble.20260520.151104 Architecture: arm64 Maintainer: RT Corporation Installed-Size: 2085 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-contrib406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopencv-stitching406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), ros-jazzy-moveit-ros-planning-interface, libopencv-dev, ros-jazzy-crane-plus-control, ros-jazzy-crane-plus-description, ros-jazzy-crane-plus-moveit-config, ros-jazzy-cv-bridge, ros-jazzy-geometry-msgs, ros-jazzy-image-geometry, ros-jazzy-rclcpp, ros-jazzy-tf2-geometry-msgs, ros-jazzy-usb-cam, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-crane-plus-examples/ros-jazzy-crane-plus-examples_3.0.0-1noble.20260520.151104_arm64.deb Size: 270920 SHA256: 8ecbc9d8137b7a8579ca782c815bb4ffe77deefc23f29386d4bf756d9189e774 SHA1: cb4779d1d905294a8e0d54f98141c40508577a52 MD5sum: c5085c6ffe647debbf772c266f3f9199 Description: CRANE+ V2 examples package Package: ros-jazzy-crane-plus-examples-dbgsym Package-Type: ddeb Source: ros-jazzy-crane-plus-examples Version: 3.0.0-1noble.20260520.151104 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: RT Corporation Installed-Size: 15389 Depends: ros-jazzy-crane-plus-examples (= 3.0.0-1noble.20260520.151104) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-crane-plus-examples/ros-jazzy-crane-plus-examples-dbgsym_3.0.0-1noble.20260520.151104_arm64.deb Size: 13956770 SHA256: e45a9b7bfcabd412a14900f59ff72e01609ee20bcf13c9c34046edc0346a98d2 SHA1: 7c64ea608ce7c6fb5729b6af8a9368b995994492 MD5sum: 159c0ee9b1582c0b3f3c2b64d42bd101 Description: debug symbols for ros-jazzy-crane-plus-examples Build-Ids: 15da419e7abac37d963e82ab803561e4a8464249 263df49711cbf3208e99098de170a80fc1df21a1 3265106cb7f29dcddf23b120a01ef631b05b5833 4abc8c725f94233e9ef2e78cc38f9115f4a30051 9d65b8f09ab8c9c25662846585c0bc848543f51c c7fdf7eb60c61ed30206eb041a8485ea25d6e364 f1942ea01ccf6057e69cabe682026b0639de830f Package: ros-jazzy-crane-plus-gazebo Version: 3.0.0-1noble.20260520.151104 Architecture: arm64 Maintainer: RT Corporation Installed-Size: 86 Depends: ros-jazzy-controller-manager, ros-jazzy-crane-plus-description, ros-jazzy-crane-plus-moveit-config, ros-jazzy-gripper-controllers, ros-jazzy-robot-state-publisher, ros-jazzy-ros-gz, ros-jazzy-ros2-controllers, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-crane-plus-gazebo/ros-jazzy-crane-plus-gazebo_3.0.0-1noble.20260520.151104_arm64.deb Size: 13274 SHA256: 018131754d7586902da3dd82113fcc08808cec7c9653377af3eac759f3e0b65e SHA1: 0827631d62cf964279673f8b0d8efa644ceb7150 MD5sum: d979f8d4a4e4059fb9155f1960a3cc75 Description: CRANE+ V2 gazebo simulation package Package: ros-jazzy-crane-plus-moveit-config Version: 3.0.0-1noble.20260520.150955 Architecture: arm64 Maintainer: RT Corporation Installed-Size: 81 Depends: ros-jazzy-controller-manager, ros-jazzy-crane-plus-description, ros-jazzy-joint-state-publisher, ros-jazzy-joint-state-publisher-gui, ros-jazzy-moveit-configs-utils, ros-jazzy-moveit-kinematics, ros-jazzy-moveit-planners, ros-jazzy-moveit-ros-move-group, ros-jazzy-moveit-ros-visualization, ros-jazzy-moveit-ros-warehouse, ros-jazzy-moveit-setup-assistant, ros-jazzy-moveit-simple-controller-manager, ros-jazzy-robot-state-publisher, ros-jazzy-rviz-common, ros-jazzy-rviz-default-plugins, ros-jazzy-rviz2, ros-jazzy-tf2-ros, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-crane-plus-moveit-config/ros-jazzy-crane-plus-moveit-config_3.0.0-1noble.20260520.150955_arm64.deb Size: 13932 SHA256: 6892b925fce453fb442a14d1847495f2a00be792c9a3f028ef6e347f8b52e443 SHA1: 0bea893ebe833d43c11bf7228e92cf08569ec542 MD5sum: 9a4eaf5ba3218b0d37fdeaad88c881e2 Description: CRANE+ V2 move_group config package Package: ros-jazzy-cras-bag-tools Version: 3.0.1-1noble.20260520.052507 Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 168 Depends: python3-marisa, python3-matplotlib, python3-tqdm, ros-jazzy-builtin-interfaces, ros-jazzy-cv-bridge, ros-jazzy-rclpy, ros-jazzy-rosbag2-py, ros-jazzy-rosidl-runtime-py, ros-jazzy-sensor-msgs, ros-jazzy-tf2-msgs, ros-jazzy-ros-workspace Homepage: https://wiki.ros.org/cras_bag_tools Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cras-bag-tools/ros-jazzy-cras-bag-tools_3.0.1-1noble.20260520.052507_arm64.deb Size: 28812 SHA256: 8014716159e42ac1a2627ceae13e06fa3b94299b12dc78262ae2d412eed98411 SHA1: 42b91b5258548fd3c163c686bfe4bbc649d4a667 MD5sum: c307cfc85bd11f7a98642e5363051bb8 Description: Various utilities to work with bag files Package: ros-jazzy-cras-cpp-common Version: 3.0.1-1noble.20260520.001251 Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 1651 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.5), libstdc++6 (>= 13.1), language-pack-en, libboost-dev, libexpected-dev, libfmt-dev, ros-jazzy-backward-ros, ros-jazzy-builtin-interfaces, ros-jazzy-rcl, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rcutils, ros-jazzy-rmw, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://wiki.ros.org/cras_cpp_common Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cras-cpp-common/ros-jazzy-cras-cpp-common_3.0.1-1noble.20260520.001251_arm64.deb Size: 243926 SHA256: 9ff9fc73cb21945a6b0a5db28b4fe3899614dcebbe080b8763522d7dde0c1116 SHA1: b84250b058e6e37230eac1796a3c4bab52890a2f MD5sum: 835e4566da63de0d634d563dea48234b Description: A Czech-army knife for ROS code written in C++. Package: ros-jazzy-cras-cpp-common-dbgsym Package-Type: ddeb Source: ros-jazzy-cras-cpp-common Version: 3.0.1-1noble.20260520.001251 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 2823 Depends: ros-jazzy-cras-cpp-common (= 3.0.1-1noble.20260520.001251) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cras-cpp-common/ros-jazzy-cras-cpp-common-dbgsym_3.0.1-1noble.20260520.001251_arm64.deb Size: 2543338 SHA256: 26e95a119902ad82b8dea2087653f8d96dbf4e266cd4f91c5b3db031288dd7ec SHA1: c6dba838a077f4f325c312e614e0e786d0477757 MD5sum: a7653f411c8354a4df5eb613fa248db2 Description: debug symbols for ros-jazzy-cras-cpp-common Build-Ids: 0894c91729c81b7666be4df01e4ace03213bb162 20c7fc5f202a4d56ece7fc3cb89e404c53f0f549 569c555e1076c453d9374384c2964bf5865d29ad 5dd0680c34b55de2e23edd808763e87bc80372e2 6ba5c377c4f911cda472282f75e07689650b718e 9bda1164bbc6a74c4231a862823dffb8c6c1ef33 ce1a01c438306c43597c57b8e059241a83c85a13 d333351c45b0455a112c541792298b5478c83db4 e2df50cff971deb0c076da727ab4df82dd4525d4 edd5a92bd0402f9addd12135e4e925df89e5ee31 Package: ros-jazzy-cras-lint Version: 3.0.1-1noble.20260411.120908 Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 201 Depends: ros-jazzy-ament-cmake-core, ros-jazzy-ament-cmake-test, ros-jazzy-ament-lint-common, ros-jazzy-ros-workspace Homepage: https://wiki.ros.org/cras_bag_tools Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cras-lint/ros-jazzy-cras-lint_3.0.1-1noble.20260411.120908_arm64.deb Size: 31906 SHA256: b5a651c996864d6b0afa84461593ac90e874490a95f1de3b80b042352cb7f13f SHA1: 13abe9592871c248a3c73c124c60903d8ace281e MD5sum: cfe2d0dc917eb16033c4715a3406f918 Description: Various utilities to work with bag files Package: ros-jazzy-cras-msgs Version: 2.0.1-1noble.20260519.181506 Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 3149 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/cras_msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cras-msgs/ros-jazzy-cras-msgs_2.0.1-1noble.20260519.181506_arm64.deb Size: 191682 SHA256: ec6f77a657b4d947611b495654efb819ffaee2b14755fc42f87a041f2917b88a SHA1: 68e2111c9b5e7a12d9696c3d0b1fba98989795b0 MD5sum: 12393809bc0aa6a105c0b4b40786aad2 Description: Common messages used by CRAS Package: ros-jazzy-cras-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-cras-msgs Version: 2.0.1-1noble.20260519.181506 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 2253 Depends: ros-jazzy-cras-msgs (= 2.0.1-1noble.20260519.181506) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cras-msgs/ros-jazzy-cras-msgs-dbgsym_2.0.1-1noble.20260519.181506_arm64.deb Size: 1668770 SHA256: accee1bffccce0d0c4cf36afa0df207aa38d58a94dab3cad3ae44f4dd746dc61 SHA1: b018f32733a5476c4f076b9d131c463d0f134cfc MD5sum: 7d58b573b6d7f6fcd9b3d7fbd526fe00 Description: debug symbols for ros-jazzy-cras-msgs Build-Ids: 0a66f9a5fb49cae2a2930f29dd6031b1d77a214d 106da5d18fb78c6f6ec75cd3fd9df0c1516a8dba 3f2245ffc10ef1c5f182ed6e2f74c62ebc912a48 62f487833fe6529192885c229e1492cd796f7384 826737b6891c227f9a2032a81ddc4cf9eec87508 9064b0fe7d2493ff3e28b425f094f2073b385309 c931206f18a3a24c348613f18b31b57dd3e75e61 cc63ae0c74552d0bc02555ba1cf4effdf7ee4240 de01151e2c526f7e2a258981e989544b9e603fa8 f0e79b4eb79e6569c6ca6723963ec5832b22d971 f7fae5baf5d75b7b335d86a8547c3a173c6d7a05 Package: ros-jazzy-cras-topic-tools Version: 3.0.1-1noble.20260520.035945 Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 683 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-cras-cpp-common, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-std-msgs, ros-jazzy-topic-tools, ros-jazzy-ros-workspace Homepage: https://wiki.ros.org/cras_topic_tools Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cras-topic-tools/ros-jazzy-cras-topic-tools_3.0.1-1noble.20260520.035945_arm64.deb Size: 174490 SHA256: ff09c170a6abe0c2637b99f62f9e3f3b953473c6414b28f0966dac174d39edbe SHA1: 0b2c3f660209bf6a25b0351ec6b711280d60a204 MD5sum: 6cf212bb389dab169d7f1eef10d73516 Description: Nodes and components for safe and efficient manipulation with topics Package: ros-jazzy-cras-topic-tools-dbgsym Package-Type: ddeb Source: ros-jazzy-cras-topic-tools Version: 3.0.1-1noble.20260520.035945 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 2857 Depends: ros-jazzy-cras-topic-tools (= 3.0.1-1noble.20260520.035945) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cras-topic-tools/ros-jazzy-cras-topic-tools-dbgsym_3.0.1-1noble.20260520.035945_arm64.deb Size: 2581122 SHA256: be54b44adcc57d785382b2156cb1a7459216d53cec104305aa7310a01c7a17b2 SHA1: dbac6caa4bd00959dc1c4585cde758a77d6c0b2c MD5sum: 7caf5e19400efdc24e9e6b5ca5cf06bf Description: debug symbols for ros-jazzy-cras-topic-tools Build-Ids: 38257e380cb5e8c14e27b70385676010be9e55f2 4a55d0541515237c163ca6014fa8dbc597d79e1d Package: ros-jazzy-crazyflie Version: 1.0.3-1noble.20260519.234858 Architecture: arm64 Maintainer: Wolfgang Hönig Installed-Size: 6753 Depends: libboost-program-options1.83.0 (>= 1.83.0), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libusb-1.0-0 (>= 2:1.0.9), libboost-all-dev, libeigen3-dev, libusb-1.0-0-dev, ros-jazzy-crazyflie-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-motion-capture-tracking-interfaces, ros-jazzy-rclcpp, ros-jazzy-ros-environment, ros-jazzy-sensor-msgs, ros-jazzy-std-srvs, ros-jazzy-tf-transformations, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-crazyflie/ros-jazzy-crazyflie_1.0.3-1noble.20260519.234858_arm64.deb Size: 1032616 SHA256: 12c363955dca3a2107ef482cf5d43418f0cc4f3a8c8ceaf7bb4d5edb12a4f2cf SHA1: 32940fa3ae4872e298918c49b3d1bc1352c37b54 MD5sum: 99a2946a430d2561f5a24474eeba5d8e Description: ROS 2 Package for Bitcraze Crazyflie robots Package: ros-jazzy-crazyflie-dbgsym Package-Type: ddeb Source: ros-jazzy-crazyflie Version: 1.0.3-1noble.20260519.234858 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Wolfgang Hönig Installed-Size: 37133 Depends: ros-jazzy-crazyflie (= 1.0.3-1noble.20260519.234858) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-crazyflie/ros-jazzy-crazyflie-dbgsym_1.0.3-1noble.20260519.234858_arm64.deb Size: 32371002 SHA256: dd35f1aa29614af24cf4d864a3ce481a92ad96215dad5ad83f289f4ea6f9810e SHA1: e07da312caba38f9efd2cb95776877dd7ffe77e2 MD5sum: 8ffe954063db0e7e7a70940c4e840113 Description: debug symbols for ros-jazzy-crazyflie Build-Ids: 0cfc506c6ec7d6e7dbfeb84feb331235edc2219a 1c642206126ff23dd053d2e53c4996d34b7a2b8e 422674ed06c56d2fdf44e96cdabb539bc53f7913 458985b8a3a487c0d13017e1761a9ae94ee38f72 616f9e5e6deff946d0dcc0d0c8f7e3b0c82e2cc2 8c4ffef67489d0945a722e9e4a2f92f8ae9718ee 9257739fc8ace6dfc9287384158de3e4806d33e5 958d30de649e83897cd89cc76d7abb78836d9a3e ce3fac3b835361c2c57076b043ae62a303cd065c cfcac5639423bc475646de439b3f653619b69386 d7834b9f82c319fb962469f3a8e8240846b0c858 e04f23d8fe2668ea5ab994e8146d0235ef1b20e3 ebae115ba28ad4823623920b6dce41bd4693132b f0ae5b612ec67853fd8b980566fa909fe1efc536 Package: ros-jazzy-crazyflie-examples Version: 1.0.3-1noble.20260520.032105 Architecture: arm64 Maintainer: Wolfgang Hönig Installed-Size: 1494 Depends: ros-jazzy-crazyflie-py, ros-jazzy-rclpy, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-crazyflie-examples/ros-jazzy-crazyflie-examples_1.0.3-1noble.20260520.032105_arm64.deb Size: 104306 SHA256: e5c4ad1d4b6830863a81c6d2d63179aa22a7c6f4bbb38efcbc207f6a3ebb023d SHA1: ed1d53f8755ee66e6e0fb99ba8bd2aff68e3914f MD5sum: 792af5685f1bdf4957b5ddc6286fb58a Description: Examples for the Crazyswarm2 ROS stack Package: ros-jazzy-crazyflie-interfaces Version: 1.0.3-1noble.20260519.202808 Architecture: arm64 Maintainer: Wolfgang Hönig Installed-Size: 7239 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-crazyflie-interfaces/ros-jazzy-crazyflie-interfaces_1.0.3-1noble.20260519.202808_arm64.deb Size: 420578 SHA256: a99c6a413db076f607d86ce8764c0439c6dcb79d4946c2ad4e96157a6b9eed84 SHA1: 02ebfc949f4c52399b57d74e38467ca582952c29 MD5sum: fa6ab1437a0c2abaae0b3747f3fbc87a Description: Interfaces for Crazyswarm2 package. Package: ros-jazzy-crazyflie-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-crazyflie-interfaces Version: 1.0.3-1noble.20260519.202808 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Wolfgang Hönig Installed-Size: 5042 Depends: ros-jazzy-crazyflie-interfaces (= 1.0.3-1noble.20260519.202808) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-crazyflie-interfaces/ros-jazzy-crazyflie-interfaces-dbgsym_1.0.3-1noble.20260519.202808_arm64.deb Size: 3769442 SHA256: 500001a6da841653ba04c079f93e498bf580bbb2820d62277c6de8f7a2e4db2c SHA1: fe5fbf1c5f932b7230301819aa85dc4a02809752 MD5sum: 6a2e0b722fb0fb38a04d5daa39cb2fb4 Description: debug symbols for ros-jazzy-crazyflie-interfaces Build-Ids: 24b71d95c5e30f1f3c861855333f867b776ae6f2 299a468de02ba037cd77ab59e9721c8d0dfcba11 2fb3dfcfeb05c22951a7b240c9ae3e4959d5a594 547c5dd8532825da0cdb2c760457388f1cbaeb31 76daf714422401ee2fbdc1b4a9e0f3735d206ccb 9c831a79685004fc5dceb575ee21d704f837c1c3 a6f66dac15c46455ff20430058173e7007fac7ea c02e017e124f369cbff9ebe89fd06d755dbf3b77 ef8b0bfee05b634a9dd64e6d32a8a7fd2ee895d3 f439f4752b24063a2dcaeab67e5b6c88363b033b fa4a719ab206f303ef272f878d99f3e1a8e66bc0 Package: ros-jazzy-crazyflie-py Version: 1.0.3-1noble.20260520.024305 Architecture: arm64 Maintainer: Wolfgang Hönig Installed-Size: 172 Depends: ros-jazzy-crazyflie-interfaces, ros-jazzy-rclpy, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-crazyflie-py/ros-jazzy-crazyflie-py_1.0.3-1noble.20260520.024305_arm64.deb Size: 38668 SHA256: 76b1c22c9150c81edb66b45656b7634f81d8b328e952a763e2fc5cf7e10e7a09 SHA1: 98d8385a083735c62012bfcbca7c21c6244a2af8 MD5sum: f2b27660df1923f9ae139de1947bdc52 Description: Simple Python Interface for Crayzswarm2 Package: ros-jazzy-crazyflie-sim Version: 1.0.3-1noble.20260520.024437 Architecture: arm64 Maintainer: Wolfgang Hönig Installed-Size: 2385 Depends: ros-jazzy-crazyflie-interfaces, ros-jazzy-rclpy, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-crazyflie-sim/ros-jazzy-crazyflie-sim_1.0.3-1noble.20260520.024437_arm64.deb Size: 2026690 SHA256: 2e642fa9f8cf9836c472ab27b7f917c6f3b1c41b6e112fc07ec5cdf1ba92ec46 SHA1: ba33f7dc4ffb517663786446c9797a7f25a2a4c6 MD5sum: bead13ada4da9aa7120c5c9eff5af14e Description: Simulator for the Crazyswarm2 ROS stack Package: ros-jazzy-create3-coverage Version: 1.0.0-1noble.20260520.002820 Architecture: arm64 Maintainer: Alberto Soragna Installed-Size: 1818 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-create3-examples-msgs, ros-jazzy-geometry-msgs, ros-jazzy-irobot-create-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-tf2-geometry-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-create3-coverage/ros-jazzy-create3-coverage_1.0.0-1noble.20260520.002820_arm64.deb Size: 243892 SHA256: a047c33a495841a8b0d0b0f4ffbc6f3908005230f2d1012dedffb1335302ab8f SHA1: 81e83c2c4960eb0312f6523bb8b168cb4ef9bfd8 MD5sum: 788a5d2c0c61bb0946724d7a6c72add5 Description: C++ action server exposing a non-systematic coverage behavior Package: ros-jazzy-create3-coverage-dbgsym Package-Type: ddeb Source: ros-jazzy-create3-coverage Version: 1.0.0-1noble.20260520.002820 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alberto Soragna Installed-Size: 7975 Depends: ros-jazzy-create3-coverage (= 1.0.0-1noble.20260520.002820) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-create3-coverage/ros-jazzy-create3-coverage-dbgsym_1.0.0-1noble.20260520.002820_arm64.deb Size: 6464188 SHA256: c3a180b4b6a3ee1f2401b54cc6413e81aaa01b6fdf742656fc71bb416e5fe260 SHA1: 84c488cd6ff51a2b12546de714a7928352fbfee7 MD5sum: ac39eeb9c420bc20d7b9c1f129106493 Description: debug symbols for ros-jazzy-create3-coverage Build-Ids: 90c26a24b72e527c1d37e57b89599a068b39911e f1cb9f1ba3072171f87be51ff5558463ef31e6df Package: ros-jazzy-create3-examples-msgs Version: 1.0.0-1noble.20260519.035658 Architecture: arm64 Maintainer: Alberto Soragna Installed-Size: 2008 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-action-msgs, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-create3-examples-msgs/ros-jazzy-create3-examples-msgs_1.0.0-1noble.20260519.035658_arm64.deb Size: 118466 SHA256: 1a00b087c386299877a75323ee95346289878a79d6bd225f05c014dba88d212f SHA1: d57bdd5c5b00d78d546aacf7bda6a6af0fb5e19c MD5sum: c7b0e5dc332e87f5b8057726a3aba58b Description: Package containing action, message and service definitions used by the iRobot(R) Create(R) 3 examples Package: ros-jazzy-create3-examples-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-create3-examples-msgs Version: 1.0.0-1noble.20260519.035658 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alberto Soragna Installed-Size: 813 Depends: ros-jazzy-create3-examples-msgs (= 1.0.0-1noble.20260519.035658) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-create3-examples-msgs/ros-jazzy-create3-examples-msgs-dbgsym_1.0.0-1noble.20260519.035658_arm64.deb Size: 508354 SHA256: 7905f1de1fc34e37096e8e2b6f8c2b29461361418c4ee701348d711a8217d3ca SHA1: b1c6524f72d999ba5ab266913128929cd7e3ec8a MD5sum: e1971da2e2cf98f84a75ae31ba934c9a Description: debug symbols for ros-jazzy-create3-examples-msgs Build-Ids: 04b56ff592dc598be54df851bc8a8e78764435f5 28337a4b2c583cd5eaea76320e80f09390147009 3b06954f58a50c4f3533fe9beac3506963541b83 42c281df718d7bc5cf353459050e7a34f828b513 83ab900382aad026a49be4ef4ea7ab0324338f04 878623608e753c5fa78eeb1a5b140b737ac37518 91b3ccf6c74169f75d6efb07dcde71bb9c8519a7 b0a08762d75efdbc454e5732f412b50addab8f41 d79212f66de843fd23ea480f1fe87a4d165af406 ec4ddea16c9cb816b23099951f50b61df8b48221 fd12effbc37b23db6a26f2a72abdc8d1f9b17ef0 Package: ros-jazzy-create3-examples-py Version: 1.0.0-1noble.20260520.000920 Architecture: arm64 Maintainer: jkearns Installed-Size: 74 Depends: ros-jazzy-geometry-msgs, ros-jazzy-irobot-create-msgs, ros-jazzy-rclpy, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-create3-examples-py/ros-jazzy-create3-examples-py_1.0.0-1noble.20260520.000920_arm64.deb Size: 13410 SHA256: a29587319a5ec5d81e725c9ef45552d524b7aac6ea6d784b1d8852ae23c3af11 SHA1: cb4baefa527243424e2402a97487851a7d017c24 MD5sum: 5085fd14cc183d20257f7f20719763c2 Description: Python examples for interacting with the iRobot(R) Create(R) 3 Educational Robot Package: ros-jazzy-create3-lidar-slam Version: 1.0.0-1noble.20260520.144342 Architecture: arm64 Maintainer: Alberto Soragna Installed-Size: 66 Depends: ros-jazzy-irobot-create-msgs, ros-jazzy-launch-ros, ros-jazzy-rplidar-ros, ros-jazzy-slam-toolbox, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-create3-lidar-slam/ros-jazzy-create3-lidar-slam_1.0.0-1noble.20260520.144342_arm64.deb Size: 10398 SHA256: 186b7f0b4a9d2de1220f1e0c32609ef6b58c5bd3b988f9ce6002679891d34adc SHA1: 04158f107a65e3224ef7ebf4480853e5fb96ebf0 MD5sum: 0d2e1a581431d0afff789cf5eef050e8 Description: Example for using an RPLIDAR A1 with a Create 3 Package: ros-jazzy-create3-republisher Version: 1.0.0-1noble.20260520.053335 Architecture: arm64 Maintainer: Alberto Soragna Installed-Size: 1276 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-geometry-msgs, ros-jazzy-irobot-create-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-create3-republisher/ros-jazzy-create3-republisher_1.0.0-1noble.20260520.053335_arm64.deb Size: 202058 SHA256: e54a92bdb0a5310c0b64b86cbbf8f791f35d02d897082e8c5abf65a598172bc5 SHA1: c52f09a9001b55eea498fb57c2aeef40251f6b61 MD5sum: 70065f5376a82c66d2394a1e7d213979 Description: C++ action server exposing a non-systematic coverage behavior Package: ros-jazzy-create3-republisher-dbgsym Package-Type: ddeb Source: ros-jazzy-create3-republisher Version: 1.0.0-1noble.20260520.053335 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alberto Soragna Installed-Size: 6146 Depends: ros-jazzy-create3-republisher (= 1.0.0-1noble.20260520.053335) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-create3-republisher/ros-jazzy-create3-republisher-dbgsym_1.0.0-1noble.20260520.053335_arm64.deb Size: 5028040 SHA256: 913802bae50b41f815815719eb4347efd5348fd710fb6db031ea242f77964950 SHA1: e7469fdce9769e09a9a1ce019d1f0e60bfa1df56 MD5sum: 241e4a20e1f826076a5b5f2bb0b97b4a Description: debug symbols for ros-jazzy-create3-republisher Build-Ids: 8ed289eba84c5418dde8c3b58ec45ad35712411f Package: ros-jazzy-create3-teleop Version: 1.0.0-1noble.20260520.043638 Architecture: arm64 Maintainer: Alberto Soragna Installed-Size: 30 Depends: ros-jazzy-joy, ros-jazzy-launch-ros, ros-jazzy-teleop-twist-joy, ros-jazzy-teleop-twist-keyboard, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-create3-teleop/ros-jazzy-create3-teleop_1.0.0-1noble.20260520.043638_arm64.deb Size: 3622 SHA256: 1b20fdcc8a9cddd29d112c2f1c3b534c105691231642032800df2254ef6c7703 SHA1: e8ecd335de3e8233e0dbdd30e201338705fd3093 MD5sum: 200e946110489010dca1291c6198e0ee Description: Example launch files for teleoperating the iRobot(R) Create(R) 3 Educational Robot. Package: ros-jazzy-crx-kinematics Version: 1.0.0-1noble.20260520.042209 Architecture: arm64 Maintainer: Daniel Cranston Installed-Size: 203 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-moveit-core, libeigen3-dev, ros-jazzy-pluginlib, ros-jazzy-tf2-eigen, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-crx-kinematics/ros-jazzy-crx-kinematics_1.0.0-1noble.20260520.042209_arm64.deb Size: 39908 SHA256: d2350b82b9d69721f505ae1bc7e41d10f6e1db9e29320346c6bbb344c9b59976 SHA1: e3e7cf60fc73684dbc0709f185980602360b9718 MD5sum: bc680a4f62e77a8fe2f1e4c57724c59b Description: C++ implementation of FK/IK for Fanuc CRX series cobots Package: ros-jazzy-crx-kinematics-dbgsym Package-Type: ddeb Source: ros-jazzy-crx-kinematics Version: 1.0.0-1noble.20260520.042209 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Cranston Installed-Size: 2735 Depends: ros-jazzy-crx-kinematics (= 1.0.0-1noble.20260520.042209) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-crx-kinematics/ros-jazzy-crx-kinematics-dbgsym_1.0.0-1noble.20260520.042209_arm64.deb Size: 2726950 SHA256: f31b3d3e852d90aa571a8ec63bb18f5a23affd4b6298a20bc4b7372fc70be349 SHA1: f875628f3bf61b8d2755e940d21c2cce3056fa6d MD5sum: f3f368639a39c14cc9d339339524f6dc Description: debug symbols for ros-jazzy-crx-kinematics Build-Ids: 72204fa2ae5e178889e06ef22e886c83f11363df Package: ros-jazzy-cudnn-cmake-module Version: 0.0.1-6noble.20260305.212137 Architecture: arm64 Maintainer: Daisuke Nishimatsu Installed-Size: 46 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cudnn-cmake-module/ros-jazzy-cudnn-cmake-module_0.0.1-6noble.20260305.212137_arm64.deb Size: 6306 SHA256: 732313a40e5d20442edc4ce9f50cce35a8a6c7dfea7f9d1ef5ca1dbab1f351cd SHA1: e1fc8b6eba7fbf38c8ad7409fa3a9a7f7b71cc48 MD5sum: 019deb956e9b703a1bd4c3db46d71771 Description: Exports a CMake module to find cuDNN. Package: ros-jazzy-cv-bridge Version: 4.1.0-1noble.20260519.205134 Architecture: arm64 Maintainer: Kenji Brameld Installed-Size: 511 Depends: libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py312, libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libopencv-dev, python3-numpy, python3-opencv, ros-jazzy-ament-index-python, ros-jazzy-rclcpp, ros-jazzy-rcpputils, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/cv_bridge Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cv-bridge/ros-jazzy-cv-bridge_4.1.0-1noble.20260519.205134_arm64.deb Size: 119262 SHA256: 3dd08cae256634ed60a091066abb9a14680858ee3b34ba1d481437789453a71b SHA1: 6270b5dd27c9cb2b9aa017dfdaa7494b7488e781 MD5sum: d10b3c5fd76a4b4a22d136e6dad8daf8 Description: This contains CvBridge, which converts between ROS2 Image messages and OpenCV images. Package: ros-jazzy-cv-bridge-dbgsym Package-Type: ddeb Source: ros-jazzy-cv-bridge Version: 4.1.0-1noble.20260519.205134 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Kenji Brameld Installed-Size: 1989 Depends: ros-jazzy-cv-bridge (= 4.1.0-1noble.20260519.205134) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cv-bridge/ros-jazzy-cv-bridge-dbgsym_4.1.0-1noble.20260519.205134_arm64.deb Size: 1791978 SHA256: c1d9d82286522f9a1605a87768f1fdb376a6d8a06eb323ee28929cfcb606963e SHA1: 3a5969bf4d48d24725f7da89e125abfa6c773187 MD5sum: 3b975f15c048c1189459c02ae216784e Description: debug symbols for ros-jazzy-cv-bridge Build-Ids: 775b593c1c38439b93d6b63a440f89b1bf68b145 ecc9e147c2db2fb9f4daf8e1d4ca2f729434ad45 Package: ros-jazzy-cx-ament-index-plugin Version: 0.1.3-1noble.20260520.030750 Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 388 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.5), libstdc++6 (>= 13.1), ros-jazzy-clips-vendor, ros-jazzy-ament-index-cpp, ros-jazzy-cx-plugin, ros-jazzy-cx-utils, ros-jazzy-pluginlib, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-ament-index-plugin/ros-jazzy-cx-ament-index-plugin_0.1.3-1noble.20260520.030750_arm64.deb Size: 108578 SHA256: 195e657f5aab6c161836ff765113f03b6e0f27f1b2d7a6b7c6aac9e1a7a515ad SHA1: 1da755a89e2147fe500f5f1cb949f6de4656f5a5 MD5sum: 46dab963f4d8cf7bf0a8ab965b7ec3ae Description: CLIPS plugin for accessing ament_index via ament_index_cpp Package: ros-jazzy-cx-ament-index-plugin-dbgsym Package-Type: ddeb Source: ros-jazzy-cx-ament-index-plugin Version: 0.1.3-1noble.20260520.030750 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 1652 Depends: ros-jazzy-cx-ament-index-plugin (= 0.1.3-1noble.20260520.030750) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-ament-index-plugin/ros-jazzy-cx-ament-index-plugin-dbgsym_0.1.3-1noble.20260520.030750_arm64.deb Size: 1468732 SHA256: 1555f43ea2149f4a048e9f29c6446ac01b026a2e32de97f240579a8aed6d641a SHA1: 33124f4b1d9b6f7c10af5bb52df78c32391a1301 MD5sum: f29e7af8abf13e5e774b9535cb56c34b Description: debug symbols for ros-jazzy-cx-ament-index-plugin Build-Ids: 00027adc5d817f4c01db3e553f2c5704cd7d2079 Package: ros-jazzy-cx-bringup Version: 0.1.3-1noble.20260520.031459 Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 1980 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.5), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), ros-jazzy-clips-vendor, ros-jazzy-cx-ament-index-plugin, ros-jazzy-cx-clips-env-manager, ros-jazzy-cx-config-plugin, ros-jazzy-cx-example-plugin, ros-jazzy-cx-executive-plugin, ros-jazzy-cx-file-load-plugin, ros-jazzy-cx-protobuf-plugin, ros-jazzy-cx-ros-comm-gen, ros-jazzy-cx-ros-msgs-plugin, ros-jazzy-example-interfaces, ros-jazzy-launch-ros, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-bringup/ros-jazzy-cx-bringup_0.1.3-1noble.20260520.031459_arm64.deb Size: 403900 SHA256: 58d2369bd5899272328669a6c8b21cf86efcc9b4fc12ca90a44cdd624a02ae9c SHA1: 57a6a5a4115e312b0fef30d3058a633463c9e6f5 MD5sum: 8dc9b77d39e1ed43ee3f9177b4820eaf Description: Central CX bringup scripts and parameters for launching CLIPS example programs Package: ros-jazzy-cx-bringup-dbgsym Package-Type: ddeb Source: ros-jazzy-cx-bringup Version: 0.1.3-1noble.20260520.031459 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 9357 Depends: ros-jazzy-cx-bringup (= 0.1.3-1noble.20260520.031459) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-bringup/ros-jazzy-cx-bringup-dbgsym_0.1.3-1noble.20260520.031459_arm64.deb Size: 8231218 SHA256: 91f579603d398728f45b1581b881aa44a744a5af9727eb18822715a18c30a097 SHA1: a445fe373d1754f4e0d72e0e083d0dbd657a2fdb MD5sum: 4de5fab922ad8f1ff30de8e8034b63b0 Description: debug symbols for ros-jazzy-cx-bringup Build-Ids: 0b8c78677912f70cf21255e78e2bd77f67efd9cb 4b1979e98372c2b6946f544386caecfcd3d91bd2 65ea8e7b0f05d7eedc0d9ac025aacf6650d08a99 db333209169ed5fe7390b7840fdb3be07035fbf6 e8ba8e4145560a810920a2e0080b33c00692a5b1 Package: ros-jazzy-cx-clips-env-manager Version: 0.1.3-1noble.20260520.030826 Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 1110 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.5), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-clips-vendor, ros-jazzy-bond, ros-jazzy-bondcpp, ros-jazzy-cx-msgs, ros-jazzy-cx-plugin, ros-jazzy-lifecycle-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclcpp-lifecycle, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-clips-env-manager/ros-jazzy-cx-clips-env-manager_0.1.3-1noble.20260520.030826_arm64.deb Size: 281026 SHA256: 4e6425e4aa7d684943b1da58898207b91555185ba65d950799f72552431d5fc8 SHA1: 4d2b610b6b79244c7d82fe9af3acf2cc40c5325f MD5sum: 18ff083ee303b3a4e898e114c6557115 Description: Lifecycle node for managing CLIPS environments Package: ros-jazzy-cx-clips-env-manager-dbgsym Package-Type: ddeb Source: ros-jazzy-cx-clips-env-manager Version: 0.1.3-1noble.20260520.030826 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 5888 Depends: ros-jazzy-cx-clips-env-manager (= 0.1.3-1noble.20260520.030826) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-clips-env-manager/ros-jazzy-cx-clips-env-manager-dbgsym_0.1.3-1noble.20260520.030826_arm64.deb Size: 5268554 SHA256: 20d3e8d021deb0a0a5741997c9877c1824f4d63c8ec0c43c04ff31787b6af114 SHA1: b53fb729d183d79683a40025f0e21a597c5ee929 MD5sum: 7e0b4d200bdc126496fdd1b9b14309a8 Description: debug symbols for ros-jazzy-cx-clips-env-manager Build-Ids: 0a5ac0099b731cf3ad5c240afea6ac0b19d88b95 b0071892c3ef347a727f912dae0c3828da07f40b f4dfe3bc9800d163aad0e318a7fb377bfd501a21 Package: ros-jazzy-cx-config-plugin Version: 0.1.3-1noble.20260520.030739 Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 197 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.5), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-clips-vendor, ros-jazzy-ament-index-cpp, ros-jazzy-cx-plugin, ros-jazzy-cx-utils, ros-jazzy-pluginlib, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-config-plugin/ros-jazzy-cx-config-plugin_0.1.3-1noble.20260520.030739_arm64.deb Size: 59466 SHA256: 78ad4a1701b3b51db63700d674398cf75c1eb9e07f5b6adeb2d9865e3a75dff1 SHA1: 3cc84af06770eca5d9854573e082fba26c92a58c MD5sum: 92ad50b617711ad5a152c1a299e80c26 Description: CX plugin to parse yaml files and provide the values to CLIPS Package: ros-jazzy-cx-config-plugin-dbgsym Package-Type: ddeb Source: ros-jazzy-cx-config-plugin Version: 0.1.3-1noble.20260520.030739 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 592 Depends: ros-jazzy-cx-config-plugin (= 0.1.3-1noble.20260520.030739) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-config-plugin/ros-jazzy-cx-config-plugin-dbgsym_0.1.3-1noble.20260520.030739_arm64.deb Size: 539108 SHA256: 12281112892e02007d40e0d236af192b4f38198b1ebea72bebfeeccfc7755d81 SHA1: d1a93211bbd5d01d0c389a8dc8b014c0efc7148c MD5sum: c4c2a95af89568be49a6a4b0c41fe254 Description: debug symbols for ros-jazzy-cx-config-plugin Build-Ids: f6b4735f985a450c78f11018bac9d45e306ea61f Package: ros-jazzy-cx-example-plugin Version: 0.1.3-1noble.20260520.030834 Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 321 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.5), libstdc++6 (>= 13.1), ros-jazzy-clips-vendor, ros-jazzy-cx-plugin, ros-jazzy-cx-utils, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-example-plugin/ros-jazzy-cx-example-plugin_0.1.3-1noble.20260520.030834_arm64.deb Size: 77958 SHA256: 7f5002806b3f764683471c27f68cfab8b0978c0cd23bcf76ec1f886fbed16825 SHA1: 9f38c62cc5e0cea3b0eae87fcbc0162ef3c21e93 MD5sum: 01efa4fbae53815cda756163afa0b271 Description: CLIPS plugin example that does not actually do anything and rather serves as boilerplate Package: ros-jazzy-cx-example-plugin-dbgsym Package-Type: ddeb Source: ros-jazzy-cx-example-plugin Version: 0.1.3-1noble.20260520.030834 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 1367 Depends: ros-jazzy-cx-example-plugin (= 0.1.3-1noble.20260520.030834) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-example-plugin/ros-jazzy-cx-example-plugin-dbgsym_0.1.3-1noble.20260520.030834_arm64.deb Size: 1203870 SHA256: d0a462da9018aa9cfd18d6174d126aae179c627cbe053874b97f61e2e4e11478 SHA1: d68d49016f3726a0b836a44d0eeb810eb6076e04 MD5sum: 1360a3e1da5a7ca3915444a45bd9f1ac Description: debug symbols for ros-jazzy-cx-example-plugin Build-Ids: d8330251121d9acf2cfd2c4d09a73a643ebba7ab Package: ros-jazzy-cx-executive-plugin Version: 0.1.3-1noble.20260520.030850 Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 455 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.5), libstdc++6 (>= 13.1), ros-jazzy-clips-vendor, ros-jazzy-cx-plugin, ros-jazzy-cx-utils, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-executive-plugin/ros-jazzy-cx-executive-plugin_0.1.3-1noble.20260520.030850_arm64.deb Size: 117536 SHA256: 3db324554719c17f502a9e2a78ba34e1cf9f63b570a272272d5ae9492ab6540e SHA1: c93e6a493a70f32532b6b42512becbfa879fa4c4 MD5sum: e68f3724db8314d0ca9adb74ac435fc1 Description: CLIPS plugin to continuously refresh agendas and run CLIPS environments Package: ros-jazzy-cx-executive-plugin-dbgsym Package-Type: ddeb Source: ros-jazzy-cx-executive-plugin Version: 0.1.3-1noble.20260520.030850 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 2050 Depends: ros-jazzy-cx-executive-plugin (= 0.1.3-1noble.20260520.030850) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-executive-plugin/ros-jazzy-cx-executive-plugin-dbgsym_0.1.3-1noble.20260520.030850_arm64.deb Size: 1816536 SHA256: 41e9a8e6f5cdcca06c4c8767170f14bc4725dded05182c45903e1641e54f9dc1 SHA1: 802ba6f1a44a3aea34c3d12a430b41096631e163 MD5sum: 9faa80562202af8625e1e17d755fd8c3 Description: debug symbols for ros-jazzy-cx-executive-plugin Build-Ids: aa5ee9c4abdd207abae9aea47e8962bd4f752767 Package: ros-jazzy-cx-file-load-plugin Version: 0.1.3-1noble.20260520.031002 Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 388 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.5), libstdc++6 (>= 13.1), ros-jazzy-clips-vendor, ros-jazzy-cx-plugin, ros-jazzy-cx-utils, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-file-load-plugin/ros-jazzy-cx-file-load-plugin_0.1.3-1noble.20260520.031002_arm64.deb Size: 109590 SHA256: 433e514ec6d9c9c7a807b55ca6c27a7de1140a4e5f776bbc3172c012136b6eb1 SHA1: b565f746a2a5f0635c7c14fe67133738f110b1a4 MD5sum: 73e9330dd19f6353640698a333100321 Description: CLIPS plugin that can load CLIPS code via load* and batch* Package: ros-jazzy-cx-file-load-plugin-dbgsym Package-Type: ddeb Source: ros-jazzy-cx-file-load-plugin Version: 0.1.3-1noble.20260520.031002 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 1655 Depends: ros-jazzy-cx-file-load-plugin (= 0.1.3-1noble.20260520.031002) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-file-load-plugin/ros-jazzy-cx-file-load-plugin-dbgsym_0.1.3-1noble.20260520.031002_arm64.deb Size: 1471542 SHA256: 3ea31014b616c7edc72dce1d37a7b4f648f6e61485c734c88c3d6a45c87f7f68 SHA1: b5c0eb05e78cd371f650db0349c7aa41b647bde6 MD5sum: 7cca155921820949a50a912efd4b8b13 Description: debug symbols for ros-jazzy-cx-file-load-plugin Build-Ids: e1f5e8731f823e583ffe5854d127dac68f0b2eb0 Package: ros-jazzy-cx-msgs Version: 0.1.3-1noble.20260519.181508 Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 3091 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-generators, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-msgs/ros-jazzy-cx-msgs_0.1.3-1noble.20260519.181508_arm64.deb Size: 189378 SHA256: a74365aefc5ffbad97559b4d9aa24d1b319000a51169fc64140546a5f1d36aad SHA1: f9ed45696a6b9cfffd6a86670b95447ae8a023b1 MD5sum: 1e62d51db230426fcdd8ddf5a4a6735f Description: ROS interfaces for ROS2 CLIPS-Executive Package: ros-jazzy-cx-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-cx-msgs Version: 0.1.3-1noble.20260519.181508 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 2175 Depends: ros-jazzy-cx-msgs (= 0.1.3-1noble.20260519.181508) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-msgs/ros-jazzy-cx-msgs-dbgsym_0.1.3-1noble.20260519.181508_arm64.deb Size: 1652238 SHA256: 67fa3ab234f04cb23fc217cdbe935df3a82c997c160c9e4ee39b2f64b0c41552 SHA1: 3dbe5fc630ad7073ee6890c38ecfa7ac0ef8cb71 MD5sum: 8cc2974691fa31e7bd465998a2f7fb1f Description: debug symbols for ros-jazzy-cx-msgs Build-Ids: 04c048b4a927a86975e445b6678e5ebc0c3b16a1 14d86c291a59a9bf91134164a8b81d931a8e1c83 155907f8a2d271b4fa86749938d420b02a568551 54ea7644787fd6abf700558f644bf2925bcf6ea3 640146bd84828458970714ef41c1c92f02b696cd 7916847b8b8fc71bdedca835afa74e149f0ef493 82c91ca8e42638050e17acf8c5c07308aa5a69fc 87b10f797e92317cba8998c561340f42c68cd414 ac07e1dd466ac4ce0b9fa083b9beca84128b4c9e be3ca1255a08bc87359a3cdca90e62941b940a86 d00f611e79f719affaf5da3e2a8a1a458ab3623b Package: ros-jazzy-cx-plugin Version: 0.1.3-1noble.20260520.030440 Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 125 Depends: libc6 (>= 2.32), libstdc++6 (>= 13.1), ros-jazzy-clips-vendor, ros-jazzy-cx-utils, ros-jazzy-pluginlib, ros-jazzy-rclcpp-lifecycle, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-plugin/ros-jazzy-cx-plugin_0.1.3-1noble.20260520.030440_arm64.deb Size: 11736 SHA256: a6a4d199d54cd8cf54686c3a77989df99ad2b69b66898f01c8112a30e68df11a SHA1: f6abe94823d859609c2d589c2ca9aa692b4f4bee MD5sum: e14dc2d1cc62feac8a17e3f0b97eeb59 Description: Base class for CLIPS plugins Package: ros-jazzy-cx-plugin-dbgsym Package-Type: ddeb Source: ros-jazzy-cx-plugin Version: 0.1.3-1noble.20260520.030440 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 110 Depends: ros-jazzy-cx-plugin (= 0.1.3-1noble.20260520.030440) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-plugin/ros-jazzy-cx-plugin-dbgsym_0.1.3-1noble.20260520.030440_arm64.deb Size: 95244 SHA256: f110cf26c003ec5d822cfaf9656a6320d10fcfbb716253c03ad30a8e55041999 SHA1: b98476e656c109426e367a296aeb01876c1aedeb MD5sum: a9d03096b42ccfe7d3fb9ae9d384774c Description: debug symbols for ros-jazzy-cx-plugin Build-Ids: ad2151688ff990c1ceb7fdb7aa51697913adf747 Package: ros-jazzy-cx-protobuf-plugin Version: 0.1.3-1noble.20260520.031002 Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 159 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-clips-vendor, libprotobuf32, python3-jinja2, ros-jazzy-cx-plugin, ros-jazzy-cx-utils, ros-jazzy-pluginlib, ros-jazzy-protobuf-comm, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-protobuf-plugin/ros-jazzy-cx-protobuf-plugin_0.1.3-1noble.20260520.031002_arm64.deb Size: 34730 SHA256: cae3b56db55211eb97ba02a60ffefa19d4bb0cf654a0943c8d389f2e239bb446 SHA1: 0eeab98797a56c1fda4fb35fcd38d9ad5bb57075 MD5sum: bff25d5a36c618659f72e74139c7d6bc Description: CX plugin to send and receive protobuf messages Package: ros-jazzy-cx-protobuf-plugin-dbgsym Package-Type: ddeb Source: ros-jazzy-cx-protobuf-plugin Version: 0.1.3-1noble.20260520.031002 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 745 Depends: ros-jazzy-cx-protobuf-plugin (= 0.1.3-1noble.20260520.031002) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-protobuf-plugin/ros-jazzy-cx-protobuf-plugin-dbgsym_0.1.3-1noble.20260520.031002_arm64.deb Size: 704054 SHA256: e8796b0272c6fd799a676df05194eaf629e527e9883d07a272e17516c8ebb5b9 SHA1: 7c398f36c3aa859039072ffb18f46fca017983c4 MD5sum: 4d0d90e19407d71f8d671ab5ab71f459 Description: debug symbols for ros-jazzy-cx-protobuf-plugin Build-Ids: 2a4df286ed6c60385cf07ad6fc30168815cb3b27 Package: ros-jazzy-cx-ros-comm-gen Version: 0.1.3-1noble.20260520.030739 Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 164 Depends: python3-dev, python3-jinja2, ros-jazzy-ament-index-python, ros-jazzy-cx-plugin, ros-jazzy-cx-utils, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rosidl-runtime-py, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-ros-comm-gen/ros-jazzy-cx-ros-comm-gen_0.1.3-1noble.20260520.030739_arm64.deb Size: 19148 SHA256: ab7b78d961ac97b3240e260437e3d8ec42640a047e9fac7037e61bae19255ca3 SHA1: a6c5db6f6165a94c728f2b5f0e616377368cf062 MD5sum: 9d0329605cdbd8d017a662ed0db28c73 Description: Generate CLIPS bindings to use ROS messages, actions and services Package: ros-jazzy-cx-ros-msgs-plugin Version: 0.1.3-1noble.20260520.031046 Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 459 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.5), libicu74 (>= 74.1-1~), libstdc++6 (>= 13.1), ros-jazzy-clips-vendor, libicu-dev, ros-jazzy-cx-plugin, ros-jazzy-cx-utils, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rcutils, ros-jazzy-rosidl-typesupport-cpp, ros-jazzy-rosidl-typesupport-introspection-cpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-ros-msgs-plugin/ros-jazzy-cx-ros-msgs-plugin_0.1.3-1noble.20260520.031046_arm64.deb Size: 132324 SHA256: ba43f3993f37eede3e1c7c8e2d844694938b0185e03cc1f1c824230c8cff4cc9 SHA1: 816f4fc0a916e6a51a8c574d4bce6941eea1dfc0 MD5sum: 0398c57ae8c7896b40a94385c21f143d Description: CLIPS plugin for using generic ROS topics via introspection API Package: ros-jazzy-cx-ros-msgs-plugin-dbgsym Package-Type: ddeb Source: ros-jazzy-cx-ros-msgs-plugin Version: 0.1.3-1noble.20260520.031046 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 2429 Depends: ros-jazzy-cx-ros-msgs-plugin (= 0.1.3-1noble.20260520.031046) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-ros-msgs-plugin/ros-jazzy-cx-ros-msgs-plugin-dbgsym_0.1.3-1noble.20260520.031046_arm64.deb Size: 2196284 SHA256: 4b59f4b5fe39349e18aa6614e3c617b8a1cf6d5bd8d60fef2acc2854aad69d35 SHA1: 45a6bee98cd6a815122e89ae70f0256bcd95cf32 MD5sum: fe360f88eb1d12c9cda278a1595a92e9 Description: debug symbols for ros-jazzy-cx-ros-msgs-plugin Build-Ids: b80e76ca7de5905ff62ecd5fee532b0ee54d7baa Package: ros-jazzy-cx-ros-param-plugin Version: 0.1.3-1noble.20260520.031056 Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 324 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.5), libstdc++6 (>= 13.1), ros-jazzy-clips-vendor, ros-jazzy-cx-plugin, ros-jazzy-cx-utils, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-ros-param-plugin/ros-jazzy-cx-ros-param-plugin_0.1.3-1noble.20260520.031056_arm64.deb Size: 95176 SHA256: 197ba9cf37edb980e2902b2f3c8735dba6ce55e53978b01c67f946b9ff8c1196 SHA1: e7b72d9b4bf70336be2b99e319c73afad667eb8b MD5sum: e00d046c2ac823862e515d5af24e888b Description: CLIPS plugin to retrieve ROS params from own or other nodes Package: ros-jazzy-cx-ros-param-plugin-dbgsym Package-Type: ddeb Source: ros-jazzy-cx-ros-param-plugin Version: 0.1.3-1noble.20260520.031056 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 1534 Depends: ros-jazzy-cx-ros-param-plugin (= 0.1.3-1noble.20260520.031056) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-ros-param-plugin/ros-jazzy-cx-ros-param-plugin-dbgsym_0.1.3-1noble.20260520.031056_arm64.deb Size: 1360258 SHA256: 3c7239a9bd0d1e879c88dd9caea18c97df763ad21c716489d99385b565474529 SHA1: 4dc17dd335dca9f52e243a6d94df7c07bf0ed39f MD5sum: 7a0a5d82f1738d1c9efb589c947f9aa9 Description: debug symbols for ros-jazzy-cx-ros-param-plugin Build-Ids: 7c0e839d4b64ba3563e7b929e0ea5a7002af8cea Package: ros-jazzy-cx-tf2-pose-tracker-plugin Version: 0.1.3-1noble.20260520.031116 Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 773 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.5), libstdc++6 (>= 13.1), ros-jazzy-clips-vendor, ros-jazzy-cx-plugin, ros-jazzy-cx-utils, ros-jazzy-geometry-msgs, ros-jazzy-pluginlib, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-tf2-pose-tracker-plugin/ros-jazzy-cx-tf2-pose-tracker-plugin_0.1.3-1noble.20260520.031116_arm64.deb Size: 195464 SHA256: 2be3e197cd8b837b22fc4469553cc1cbb9f10d6ef3286db49ec05a990f3821ab SHA1: 9a7eff94ca60d1c87c54f84ed6123cdf7c927eb1 MD5sum: 94d50e93931d315d9b8777d51c568a35 Description: Track poses via periodic tf lookups. Package: ros-jazzy-cx-tf2-pose-tracker-plugin-dbgsym Package-Type: ddeb Source: ros-jazzy-cx-tf2-pose-tracker-plugin Version: 0.1.3-1noble.20260520.031116 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 3869 Depends: ros-jazzy-cx-tf2-pose-tracker-plugin (= 0.1.3-1noble.20260520.031116) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-tf2-pose-tracker-plugin/ros-jazzy-cx-tf2-pose-tracker-plugin-dbgsym_0.1.3-1noble.20260520.031116_arm64.deb Size: 3343144 SHA256: 33233a14ab30fc2f9822787f760381e72c9c80d46d1fb863baf8dfbac1e5910a SHA1: 7808c57568eb5614c2bff4f591d9676ea7f99719 MD5sum: ec4649b2e123c39177574f338c587a22 Description: debug symbols for ros-jazzy-cx-tf2-pose-tracker-plugin Build-Ids: b3469200a572cbba2818813f6d4c0d67eb38be1f Package: ros-jazzy-cx-tutorial-agents Version: 0.1.3-1noble.20260520.055838 Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 54 Depends: ros-jazzy-cx-bringup, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-tutorial-agents/ros-jazzy-cx-tutorial-agents_0.1.3-1noble.20260520.055838_arm64.deb Size: 7316 SHA256: 39a79ebdd66146105ce59fc12b34871c93f41d7334b359be378389c49c01fd92 SHA1: ac739a18ba817f05a02fabd052c19f649f6356ba MD5sum: 7d3dd1b2a91dd7af11448ae78e2a854e Description: Files used in the agent tutorials Package: ros-jazzy-cx-utils Version: 0.1.3-1noble.20260520.030029 Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 132 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libspdlog1.12-fmt9, libstdc++6 (>= 13.1), ros-jazzy-clips-vendor, libfmt-dev, libspdlog-dev, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-utils/ros-jazzy-cx-utils_0.1.3-1noble.20260520.030029_arm64.deb Size: 25892 SHA256: f95dcf3cf7adc5ec678f8181f7f264eb2f5a9a78691114bb11e5cd83fb3ce8fb SHA1: e551805fedab6eeb158c727b60d6d4a64e26a49f MD5sum: 9f21a9290b3011e4d336756aad91633e Description: Utilities for the ROS2 CLIPS-Executive Package: ros-jazzy-cx-utils-dbgsym Package-Type: ddeb Source: ros-jazzy-cx-utils Version: 0.1.3-1noble.20260520.030029 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 486 Depends: ros-jazzy-cx-utils (= 0.1.3-1noble.20260520.030029) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-utils/ros-jazzy-cx-utils-dbgsym_0.1.3-1noble.20260520.030029_arm64.deb Size: 454356 SHA256: 25ec20dd6551e80ddc3b5cd9f7b4c50eeae931a1398564b81db86bfe52589903 SHA1: 657ad04d2c7d1de01c3faac868768f2b7892797a MD5sum: 001bdf850db5237025f74bc2eb94daac Description: debug symbols for ros-jazzy-cx-utils Build-Ids: 8ff1b694bebf0f1fe3efda9be75abdf822c82079 Package: ros-jazzy-cyclonedds Version: 0.10.5-1noble.20260305.204044 Architecture: arm64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 4058 Depends: libc6 (>= 2.38), libssl3t64 (>= 3.0.0), openssl, ros-jazzy-iceoryx-binding-c, ros-jazzy-iceoryx-hoofs, ros-jazzy-iceoryx-posh, ros-jazzy-ros-workspace Homepage: https://projects.eclipse.org/projects/iot.cyclonedds Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cyclonedds/ros-jazzy-cyclonedds_0.10.5-1noble.20260305.204044_arm64.deb Size: 1029514 SHA256: 73363d664d087102d091ecb36fc1375a60d91b3813fcbf5809beedacf860ef62 SHA1: 84ba0992a80a82be3863fb403d5996e50bf94c17 MD5sum: 6ad0eca9cdd722763eb0cfeef10cabc9 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-jazzy-cyclonedds-dbgsym Package-Type: ddeb Source: ros-jazzy-cyclonedds Version: 0.10.5-1noble.20260305.204044 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 4467 Depends: ros-jazzy-cyclonedds (= 0.10.5-1noble.20260305.204044) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cyclonedds/ros-jazzy-cyclonedds-dbgsym_0.10.5-1noble.20260305.204044_arm64.deb Size: 3757978 SHA256: ceeb00c8b4ac7aee827a8f086ee3c35b63ef5caab2a75494a837f29afab001bc SHA1: 5a7ad832bd070f8b7058a08c6855cd5ef7673aa5 MD5sum: fc36ddd990ffd3067b85aedac1e7156e Description: debug symbols for ros-jazzy-cyclonedds Build-Ids: 13d6ab46a99fc431350b3a42f1a115b9b25ae427 194f750161ac19b53fad2c1d925b5bde3602ee2b 284b160d24a1d04f7cef0c560b4083903f2cf63c 9688326bd1b30fc04ca5af4c34b1df3f6c554db3 995f34148be7c6ec0318fd3a6e534d03318586f1 f22e54048b5db0dde09ca84faceb9ffcc5e05118 f87a9eaf264cce3c13fd4310e347f8560d08bbdb Package: ros-jazzy-data-tamer-cpp Version: 0.9.4-4noble.20260519.215604 Architecture: arm64 Maintainer: Davide Faconti Installed-Size: 465 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-data-tamer-msgs, ros-jazzy-mcap-vendor, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-data-tamer-cpp/ros-jazzy-data-tamer-cpp_0.9.4-4noble.20260519.215604_arm64.deb Size: 109306 SHA256: 565f3920d2ad709c1a1587db1f1a325a1d4218927b1b854f6f327162c51ca9ce SHA1: b038b70dd78a2a2655e8ab961745f450e7ea0367 MD5sum: 877cfdbda8d6f5ae9d34dbb5f384d75a Description: DataTamer data logging library Package: ros-jazzy-data-tamer-cpp-dbgsym Package-Type: ddeb Source: ros-jazzy-data-tamer-cpp Version: 0.9.4-4noble.20260519.215604 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Davide Faconti Installed-Size: 2236 Depends: ros-jazzy-data-tamer-cpp (= 0.9.4-4noble.20260519.215604) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-data-tamer-cpp/ros-jazzy-data-tamer-cpp-dbgsym_0.9.4-4noble.20260519.215604_arm64.deb Size: 2063038 SHA256: de4a0e021faff8ae807fe910d9c82cb115c5291d0fe58f9b819ef29a15af2137 SHA1: e3fe91e37ada277912da0580046c8830a6102856 MD5sum: 701d42380a406c619482e71d8d87490a Description: debug symbols for ros-jazzy-data-tamer-cpp Build-Ids: 5ee3180964014475e3680cb09b686ded96111dd6 e0f357f893dd1670495f433ca6aed716e11a7137 Package: ros-jazzy-data-tamer-msgs Version: 0.9.4-4noble.20260519.035908 Architecture: arm64 Maintainer: Davide Faconti Installed-Size: 1205 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-data-tamer-msgs/ros-jazzy-data-tamer-msgs_0.9.4-4noble.20260519.035908_arm64.deb Size: 70248 SHA256: 1b08f407016baffdd078af92e2026538895007349ada4ea052e9d6943b0f6e5b SHA1: 28c43172813bf42b1e71960b9a3ab065a55244ee MD5sum: a8ba121dcbe3ec47c49ee1992a7b3fcc Description: Interfaces for data_tamer Package: ros-jazzy-data-tamer-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-data-tamer-msgs Version: 0.9.4-4noble.20260519.035908 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Davide Faconti Installed-Size: 587 Depends: ros-jazzy-data-tamer-msgs (= 0.9.4-4noble.20260519.035908) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-data-tamer-msgs/ros-jazzy-data-tamer-msgs-dbgsym_0.9.4-4noble.20260519.035908_arm64.deb Size: 426630 SHA256: fce4394f30f87a9b1ccfb58d03bc89c93ed57abe9f46cc8141abe0cd6a20313a SHA1: 25953132e38d8d1167f8819f7ce1c09db106831b MD5sum: f345fdeba6f092503b8983c3c9d9f02f Description: debug symbols for ros-jazzy-data-tamer-msgs Build-Ids: 0af9db0844fce2770d62980f2fcb919abf599f45 0cf3d9e4a96196d369ef834c161f96485c720ade 3bfcdaeb9f91ffe877b7a20d8830e730ff4a7425 4d39a8313ecee58f883412b38821da3d3a8f2be2 91fa0c7378c248bbbc94affe43ad81fe486a8cab b7d9fb1eaa91b5c8f50db00f2fb91c8668160391 bda24b923a61d1a02ee02b0924fc514210b91e97 e9613146ff1949103e60c16f7052058d35bf730c eb43343f6eadcaa31c8ef4877992a805e90c392e f94c861367c293a9ceec964fb10d78b70fffd2b8 fdab7707e71e3b74c7ab569f33baac576bcecf42 Package: ros-jazzy-data-tamer-tools Version: 0.4.0-1noble.20260519.220302 Architecture: arm64 Maintainer: Jordan Lack Installed-Size: 4745 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-jazzy-fastcdr, libprotobuf-dev, libprotoc-dev, nlohmann-json3-dev, protobuf-compiler, ros-jazzy-backward-ros, ros-jazzy-data-tamer-cpp, ros-jazzy-data-tamer-msgs, ros-jazzy-foxglove-sdk-vendor, ros-jazzy-geographic-msgs, ros-jazzy-mcap-vendor, ros-jazzy-rcl-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclcpp-lifecycle, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-data-tamer-tools/ros-jazzy-data-tamer-tools_0.4.0-1noble.20260519.220302_arm64.deb Size: 569984 SHA256: 3933d96a471fbd53a816bb0cce6dda54f987176998adb72fa6eef3f0206a7a3f SHA1: 7f88c56c49ff1ca91c3510ff04f8609027d4148a MD5sum: af775bd8a6ee51869db91ddf5ee5cc7d Description: Set of tools for using Foxglove with data tamer Package: ros-jazzy-data-tamer-tools-dbgsym Package-Type: ddeb Source: ros-jazzy-data-tamer-tools Version: 0.4.0-1noble.20260519.220302 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jordan Lack Installed-Size: 18408 Depends: ros-jazzy-data-tamer-tools (= 0.4.0-1noble.20260519.220302) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-data-tamer-tools/ros-jazzy-data-tamer-tools-dbgsym_0.4.0-1noble.20260519.220302_arm64.deb Size: 15427542 SHA256: 35b523eba3ed72fc0fb425e50632f720c5f11be1efeb3a0dcf15258d06f08543 SHA1: 175e53d5daca6f5fe67288c42e12c979fa88bfce MD5sum: dc2652e5d9413ad81b82d56204ada443 Description: debug symbols for ros-jazzy-data-tamer-tools Build-Ids: 0287a582084dd43055840626748662f6a63de99b 15461dfad1fff2a60f24665c322dbdfa37f8109a 1804efcf673acfd931c183991f969d0bee7b0ef2 322890f00d110ff5fd6a66651b248e2c69c1d6c7 4cdfe3bb5789b08444f40e1fdec0c92c3108d4b6 541fad31d9d4d70789696c865ed96ce68dc324a7 5c268445b071d42f8a12d05bcf9f8002f8a08887 6483df9a49563e6940bd3d7e345ac9eef1cb140a 6a193f38f2916350ad1d597464de903b8628134f 6ea9ed9e290f54bdce26172045deeddaaf86900f 707296bc61372a3e79c4057608950d8f967733bc 855e9bbbbe9e02109ea6dac622d9f13b1cac21c5 8628b1de6f491c9270c272bc2ba3c3d0d0af294b 8d15b7d1ed303df5cd41ecf43de1883cf75c76ae 922f5e45f3c5d33bfe9044df136575fc2924050a b097fe146d98ec899df6dd4977d30fb4f8a0510f b83581e00ea74ced7a38e4838839d14071716bee c25fd9f72e94407cced7346a933b5a21608421e6 dd0d11ffa066ce1e08e527576f8d03088c080243 e522dd941cf2c76400b0c0733d9a16040cf91c44 Package: ros-jazzy-dataspeed-can Version: 2.0.6-1noble.20260519.234001 Architecture: arm64 Maintainer: Kevin Hallenbeck Installed-Size: 41 Depends: ros-jazzy-dataspeed-can-msg-filters, ros-jazzy-dataspeed-can-msgs, ros-jazzy-dataspeed-can-tools, ros-jazzy-dataspeed-can-usb, ros-jazzy-ros-workspace Homepage: http://dataspeedinc.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dataspeed-can/ros-jazzy-dataspeed-can_2.0.6-1noble.20260519.234001_arm64.deb Size: 5230 SHA256: 52b657ca9f44d7aa3b7c36918c65399e5a7925436a208aa30c974f3854625fa2 SHA1: 71a087825689ab6a4f4f2ac34c297426e63292a9 MD5sum: 94268b92e7c837338ed80ab10b7e681f Description: CAN bus tools using Dataspeed hardware Package: ros-jazzy-dataspeed-can-msg-filters Version: 2.0.6-1noble.20260519.233332 Architecture: arm64 Maintainer: Kevin Hallenbeck Installed-Size: 75 Depends: ros-jazzy-can-msgs, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: http://dataspeedinc.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dataspeed-can-msg-filters/ros-jazzy-dataspeed-can-msg-filters_2.0.6-1noble.20260519.233332_arm64.deb Size: 12446 SHA256: b76c1bc855316318c6cf17d150b9aefbf2c021f85a344191091d817e3a4bc201 SHA1: c08ec052229e716cb101327ad6fe11dfe8b655c1 MD5sum: 6dc65c9a0d531a96cde27726e0cf4336 Description: Time synchronize multiple CAN messages to get a single callback Package: ros-jazzy-dataspeed-can-msgs Version: 2.0.6-1noble.20260519.181528 Architecture: arm64 Maintainer: Kevin Hallenbeck Installed-Size: 1553 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://dataspeedinc.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dataspeed-can-msgs/ros-jazzy-dataspeed-can-msgs_2.0.6-1noble.20260519.181528_arm64.deb Size: 81004 SHA256: 44d6ec9f836bc0b6d2918397b7081653cee60d1167b59dac442c0aa7894d895f SHA1: fd957f9c8f243da2d26936483606abc23361927b MD5sum: cc22d5c774a679d01065551b8d0e43c5 Description: Controller Area Network (CAN) messages Package: ros-jazzy-dataspeed-can-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-dataspeed-can-msgs Version: 2.0.6-1noble.20260519.181528 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Kevin Hallenbeck Installed-Size: 805 Depends: ros-jazzy-dataspeed-can-msgs (= 2.0.6-1noble.20260519.181528) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dataspeed-can-msgs/ros-jazzy-dataspeed-can-msgs-dbgsym_2.0.6-1noble.20260519.181528_arm64.deb Size: 589804 SHA256: 48d67897585f1718cc4ba1e5f546742f6f78984d460e0940bc0220e2fb1a0387 SHA1: 3afb6bd6d95b03d41cdff3c9030aa0844dd3bcc0 MD5sum: 804e0a5a782792ec3ce4cef9b547fee6 Description: debug symbols for ros-jazzy-dataspeed-can-msgs Build-Ids: 2db5aebe1edfe3483c1abe5999e6178b7dca9fcc 2e18ed7b05f6d24b582713abbbcc8f5fd2acc864 4c33828c1a8efd6ccb6c7c57865d0460182094ac 660d8c2bb9e4003e6d70313019e1971d9b7c28c0 6880ca79aeddf4f9f71a1e7db352db7936291447 7fba31fbee576772a262b11fcdd9a908d08cf1ef 9af3f1c8cf8d7e9a88d3b02b1ee5fdd15feda817 aed47adda8fdd6cb6e20d0e59e7761ffa2d51ba9 af97503aa8d93a09fc2098827f8428854bee2989 d2bdbf64ea71789001b1db8ebf556de133a20e3c f02f4e0ce635eadabc6049baf3c1a4aa65e731d1 Package: ros-jazzy-dataspeed-can-tools Version: 2.0.6-1noble.20260519.223746 Architecture: arm64 Maintainer: Micho Radovnikovich Installed-Size: 1221 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-can-msgs, ros-jazzy-dataspeed-can-msgs, ros-jazzy-rclcpp, ros-jazzy-rosbag2-cpp, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://dataspeedinc.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dataspeed-can-tools/ros-jazzy-dataspeed-can-tools_2.0.6-1noble.20260519.223746_arm64.deb Size: 201542 SHA256: 4c96f923214ab6062d0fde31416e55f15af46b964a5c7859e76630a1e602134e SHA1: df301745955c3fcc5c452e38c53acff03519fd91 MD5sum: d40c70a9f4683b2631af240d039b0c55 Description: CAN bus introspection Package: ros-jazzy-dataspeed-can-tools-dbgsym Package-Type: ddeb Source: ros-jazzy-dataspeed-can-tools Version: 2.0.6-1noble.20260519.223746 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Micho Radovnikovich Installed-Size: 3923 Depends: ros-jazzy-dataspeed-can-tools (= 2.0.6-1noble.20260519.223746) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dataspeed-can-tools/ros-jazzy-dataspeed-can-tools-dbgsym_2.0.6-1noble.20260519.223746_arm64.deb Size: 3437778 SHA256: 27c6ce59a6c1ee5bd6ed4bc86c6f46b7f159e3faca51e2a277e942ff3709aa9b SHA1: 7b6fdc9efa01d65133e118b0342a7a594de65e61 MD5sum: 0e6e6ca9128fd28cd30d1536b6f3e275 Description: debug symbols for ros-jazzy-dataspeed-can-tools Build-Ids: 1b79d42e7a5ff713a0af31613c07abb9e64f3ec5 47e42fdc0f059d0b6baf0f921d1f63f638af9f90 Package: ros-jazzy-dataspeed-can-usb Version: 2.0.6-1noble.20260519.223932 Architecture: arm64 Maintainer: Kevin Hallenbeck Installed-Size: 835 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-can-msgs, ros-jazzy-lusb, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://dataspeedinc.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dataspeed-can-usb/ros-jazzy-dataspeed-can-usb_2.0.6-1noble.20260519.223932_arm64.deb Size: 168420 SHA256: 57718048574c94e29da1e7be1a02c642b0e2e7f4097d9506fa3de28ba06dc57e SHA1: 915fd76144b2d1ab1d801eee640042a9dfc4a00c MD5sum: d41cb101a28fc9b9d80d376c10d65ac2 Description: Driver to interface with the Dataspeed Inc. USB CAN Tool Package: ros-jazzy-dataspeed-can-usb-dbgsym Package-Type: ddeb Source: ros-jazzy-dataspeed-can-usb Version: 2.0.6-1noble.20260519.223932 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Kevin Hallenbeck Installed-Size: 2976 Depends: ros-jazzy-dataspeed-can-usb (= 2.0.6-1noble.20260519.223932) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dataspeed-can-usb/ros-jazzy-dataspeed-can-usb-dbgsym_2.0.6-1noble.20260519.223932_arm64.deb Size: 2556186 SHA256: a7571c52ff1ab24d20371e1928e9ffdd643f414f20ee6bc91939972fce98e25d SHA1: 04388d7d002784a29b66d9bcb901ed688e406db2 MD5sum: 1eda4bed5a2d309da6be2af7bc5b1076 Description: debug symbols for ros-jazzy-dataspeed-can-usb Build-Ids: 2453451235d193e1c70fb986619bf9f9aebd1c97 acf73d854b3e8f6ebe6857183aed1c483ea70b9d Package: ros-jazzy-delphi-esr-msgs Version: 4.0.0-4noble.20260519.170313 Architecture: arm64 Maintainer: AutonomouStuff Software Team Installed-Size: 4221 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/delphi_esr_msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-delphi-esr-msgs/ros-jazzy-delphi-esr-msgs_4.0.0-4noble.20260519.170313_arm64.deb Size: 245840 SHA256: db6c901b11712ab430002e6430a83d3f869d7ead3b6e571cedd6afe749397f34 SHA1: c36f11f3005bdd55d1addea4d82d9951bacf79ae MD5sum: d195bfa82bc6f43f64bc01415b01f4d8 Description: Message definitions for the Delphi ESR Package: ros-jazzy-delphi-esr-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-delphi-esr-msgs Version: 4.0.0-4noble.20260519.170313 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: AutonomouStuff Software Team Installed-Size: 2627 Depends: ros-jazzy-delphi-esr-msgs (= 4.0.0-4noble.20260519.170313) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-delphi-esr-msgs/ros-jazzy-delphi-esr-msgs-dbgsym_4.0.0-4noble.20260519.170313_arm64.deb Size: 2002120 SHA256: 411de07fd2fb434587d987ac84a7194de390885f20d2aeab9d8916ce3be643b0 SHA1: 4e5ff3a77489e7900388f55da8d21c6f626d00dd MD5sum: b705b5d22602c2358f401ab2912aae5b Description: debug symbols for ros-jazzy-delphi-esr-msgs Build-Ids: 0cd82263d7d64de9296a01b0f4abe69c31ef2a41 16e3724e24ce1176891af3d2424a82b427258802 25c75469558b925d8ac55a6415226340ca6325eb 65413b3ba45f8681e0fcf53817a951205d8a53d5 abe1019377581f43e7aedc9a63a98f7e4a943d3d b034311243b1d23ae2159390d5967d86c00af5bb bf8e821fe4dd960259cdcdca13c2094062c03bf7 cecaac0889be303984273d9dfea890bb922e1b18 ceea2999f6f46d32c79834ea15a9c9a625e3bd29 d7dfe4a61770e54cf1a9caf3f9dd3222ffd18336 ee334123608ac16cd16f2eade5032188e90d1d72 Package: ros-jazzy-delphi-mrr-msgs Version: 4.0.0-4noble.20260519.170245 Architecture: arm64 Maintainer: AutonomouStuff Software Team Installed-Size: 3827 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/delphi_mrr_msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-delphi-mrr-msgs/ros-jazzy-delphi-mrr-msgs_4.0.0-4noble.20260519.170245_arm64.deb Size: 215182 SHA256: efe54d8bf6de006e449bc741e0ae6cf3e397bfac0b412a3a751adb97ee90576b SHA1: 419101a5c5647ff7db7dbc268e76a9972c54d12c MD5sum: 87475c76ba825e15769bd89afd6669c2 Description: Message definitions for the Delphi MRR Package: ros-jazzy-delphi-mrr-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-delphi-mrr-msgs Version: 4.0.0-4noble.20260519.170245 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: AutonomouStuff Software Team Installed-Size: 2270 Depends: ros-jazzy-delphi-mrr-msgs (= 4.0.0-4noble.20260519.170245) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-delphi-mrr-msgs/ros-jazzy-delphi-mrr-msgs-dbgsym_4.0.0-4noble.20260519.170245_arm64.deb Size: 1702884 SHA256: cb1ab721400428885cf7439913448ae8b7d1092492390976f73645d88114304d SHA1: 4f343c5b5d12293ce23b624fa5f381d54ee992c2 MD5sum: 80cbf1e0f8a781bee7b19116ed5a903c Description: debug symbols for ros-jazzy-delphi-mrr-msgs Build-Ids: 02b9c60495e776a386ffa40a75bbb6eb0b3b0958 054c7e1fb45a0f51bcb64d7a026578ac7b07e5d9 153811ebe6c09b46fd179ba4468fb58c40ecd131 4716b68b44fbd3de2529b9f9198d7032a457bda6 906792ffb1c38db16cb8e00c5ec66e1971007fcd 9ba73900dc811599737a81aee2fa52a01bc3a3f2 bf75b0cd1513abb2d227b724576679bc5daf23d9 c2dcb2f77da720d479237b6a388a80979ebfe10f e3b6d7797149cc269c6ea47da08b9f5cdd2f5fa3 e57031277219be144fb5ad529fd92e41bc63a1b5 eabbf759b7518d04dc3e9455ccc01906cca01e8b Package: ros-jazzy-delphi-srr-msgs Version: 4.0.0-4noble.20260519.170306 Architecture: arm64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 3110 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/delphi_srr_msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-delphi-srr-msgs/ros-jazzy-delphi-srr-msgs_4.0.0-4noble.20260519.170306_arm64.deb Size: 164386 SHA256: 03ad2776b447af4122aa1d7e2679ff8ce55eba701fbe8ecc97274deb1cf896b7 SHA1: 1c0b3aaa3ff06228fbd11167490243fd719f388e MD5sum: d304dd0991b7a9c3dc4039fe5369a654 Description: Message definitions for the Delphi SRR Package: ros-jazzy-delphi-srr-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-delphi-srr-msgs Version: 4.0.0-4noble.20260519.170306 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1554 Depends: ros-jazzy-delphi-srr-msgs (= 4.0.0-4noble.20260519.170306) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-delphi-srr-msgs/ros-jazzy-delphi-srr-msgs-dbgsym_4.0.0-4noble.20260519.170306_arm64.deb Size: 1180184 SHA256: 38d29a24c5e9a7fa08a3cde14424f9b9c1c5c01b457055942982f6999b2dd121 SHA1: ae6fb81d0f1e02595a697ddfcf6c3c72d7379104 MD5sum: cc51c5e4e66ce8b1e8f1f5367b07a5a5 Description: debug symbols for ros-jazzy-delphi-srr-msgs Build-Ids: 63966a22808da51d749d6586bcf785d6d552f980 71c94e0d070ae45a4c064c9872b0fa62f5b5cba4 729591e9cbfc3ac50a37f04f5a8811fdd551ac0d 8da0505ef09989abc186326cf4699d2cf40c3e25 95ec317cf0cb93dc18446cd4b3aa98b44026fb7f b3de17a0df2260d4882a6c5ea4b526b0b6e3dbf0 cdb874402ef2783d793c6db433f456a9ce0c982f d2d2b197ef7cc72374b8b208310a17c991d4a885 d50f252676c137f345fc861777597787ddd3168d e53b16aa5dac21753a56f6fd9199c4cb92b082b7 f6688a14a957faebda6cd777d8b286f38cdaea7d Package: ros-jazzy-demo-nodes-cpp Version: 0.33.10-1noble.20260519.211959 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 8034 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-example-interfaces, ros-jazzy-launch-ros, ros-jazzy-launch-xml, ros-jazzy-rcl, ros-jazzy-rcl-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rcpputils, ros-jazzy-rcutils, ros-jazzy-rmw, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-demo-nodes-cpp/ros-jazzy-demo-nodes-cpp_0.33.10-1noble.20260519.211959_arm64.deb Size: 875234 SHA256: 2c92cb278035b8ac6711bbdb6328b462cca45b78bdf9026bb5d9248fc624fdef SHA1: 1c4001ceaa24f14f438cda1869b6ac0be02d08c0 MD5sum: 71e8a8b9237ebcf82d377ca95fae881a Description: C++ nodes which were previously in the ros2/examples repository but are now just used for demo purposes. Package: ros-jazzy-demo-nodes-cpp-dbgsym Package-Type: ddeb Source: ros-jazzy-demo-nodes-cpp Version: 0.33.10-1noble.20260519.211959 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 38567 Depends: ros-jazzy-demo-nodes-cpp (= 0.33.10-1noble.20260519.211959) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-demo-nodes-cpp/ros-jazzy-demo-nodes-cpp-dbgsym_0.33.10-1noble.20260519.211959_arm64.deb Size: 30554460 SHA256: 64be88dc9f344fc1f1858dbba2bf810c75fdf6768a4c7bdb1fd0ed5409c7f657 SHA1: 88a3e8925f2f47d9daf311e4fefd179c6f0378c2 MD5sum: 5773a84b2e5dde69cabd705797fc3477 Description: debug symbols for ros-jazzy-demo-nodes-cpp Build-Ids: 00dfc8c6c047794d38f7b24183e554b10a0df781 0106d607722011b91ccff78d576d0492e043fc3a 0a658ec9a86952ddbc2afd51284e179c231002d0 0c23f28f1a5752b8d57151cd5711ce55daaa705f 1214d2d3f2d33571c5598665496935065b25db63 16dbd2731964b32c4d7994b4b9c0d01caeec4191 1885cfab17d2ec8cb239508fbc75278e582392ec 18d4f3bbee01819bd981c3f09a57e6794c5d6a0e 1e65b0d11d4ee19d417ac38283afe23d28d159c6 228bc6b8684ce1f3306e7831147aa69778e1aac7 247f1d9cd5612bf96a41f5a9d847474fb3e3fba1 24c1f7576b9ab57a6e88e43a47c230532d5e3720 263b4bc4c23715bb77e21fd44060da350388db82 3182a8db7838376b1fd45cb3875952d47cda7203 32abf6c32781d90c86725a0885796de63ee2f8c2 3f14bb72be27035781e115a825b646bb884851da 45f12c8ff2dc443cea12160ac0a5f27172f69079 537e032a5480aae854cb09ff6445146925c85528 571aa20ebae48605b1827f8e28dace410be50cdf 5c197aa5d86400ebf975da46b0ee45f3bc005c96 6507aa9b2bb762e60d9f1f8ead1e5f412d179e30 67e4bf0aab1ce1b59c0246141772b58042f244d9 6b6085c4c77b03736acc4b58bef7ed44da15cfe8 6ecca8bf31f965650d86f39620ac9986d09c8a63 79c6bfd2149c05cd30bb5635cb503f3ca14648bf 7bd8f370432dbed12807cb7035f5e1da96b3677e 8432a8473dd75a6b1e2e7a5c26d1f9b6f2f588a1 8812b3be666744d223a0e85359cf9e341b71e2db 88fb640ac6eff6c8f0ffa98721b7b9a77e12fa6e 8af33165e66f92e070b950e46adaf1bbef628f11 914b1827a3e960569b966fab068f5aac050a338e 927bd74feb615e70305177015c14055ba657d856 9e767ad9ca044a2ebc9dba144b1d696d7e52395e 9f26bb6acb1a7b4b8eb8ac53fdb6e06dfcd5ff5a 9f780a682908fd579ff49d8f7153db416957b725 ab31cb3b8482c137e3f2976ebdddaa2edde60cc2 ad756423b24fdffbb25159674294a84750fe7cbb b2b8634bb8164f4b883e9bce67ed7a5a4fdb7d19 b8e93e227cff3d18f261ec013305951f7c6cbb0a bb04ee69b36b383b827cf6186c492533b0f2e718 c72b06b7e7cc27e47f3284f770131846e153ec85 dc0301d0a55a263f1d5429f7f9d0410da4d9f2a5 dee546669bd185c6262b27727eb585f2c10caed2 e302016558a8b7c4168446b484233c6d522fe852 ea379d52f90c835c0924f9c84a8dbfe924a8b866 ed14084b811fa226428e27b9240141932740d804 fdc17da9b3b5d8a67e7ef8dd4077f213d5a9138e fe534943d8677f36725d8629d46bf969fafe17d9 Package: ros-jazzy-demo-nodes-cpp-native Version: 0.33.10-1noble.20260519.223212 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 310 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-fastrtps, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rmw-fastrtps-cpp, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-demo-nodes-cpp-native/ros-jazzy-demo-nodes-cpp-native_0.33.10-1noble.20260519.223212_arm64.deb Size: 62670 SHA256: d801f3e4b0b32f50825150a1bd3547e82c969e46b2299449b965669e8122258a SHA1: 604582bf228971e946d212e6375b73eedbc49d78 MD5sum: d04d70987e41b715e9b26f4b7bef9153 Description: C++ nodes which access the native handles of the rmw implementation. Package: ros-jazzy-demo-nodes-cpp-native-dbgsym Package-Type: ddeb Source: ros-jazzy-demo-nodes-cpp-native Version: 0.33.10-1noble.20260519.223212 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 1421 Depends: ros-jazzy-demo-nodes-cpp-native (= 0.33.10-1noble.20260519.223212) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-demo-nodes-cpp-native/ros-jazzy-demo-nodes-cpp-native-dbgsym_0.33.10-1noble.20260519.223212_arm64.deb Size: 1297956 SHA256: 4cb32ace402afba7ba9425318df82df9bf2687a5159da7db93bd46874f79aa45 SHA1: f1f5d56727d65aabfca91f74514ee2052beff133 MD5sum: 0cbcc96f84d6603285e93368874d210c Description: debug symbols for ros-jazzy-demo-nodes-cpp-native Build-Ids: 3ae5abe818322450f4c2f1ba521bb2e06b6aa1fd 92d3ed1d549f51f02011c1037208af245d66e355 Package: ros-jazzy-demo-nodes-py Version: 0.33.10-1noble.20260519.205556 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 174 Depends: ros-jazzy-ament-index-python, ros-jazzy-example-interfaces, ros-jazzy-rcl-interfaces, ros-jazzy-rclpy, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-demo-nodes-py/ros-jazzy-demo-nodes-py_0.33.10-1noble.20260519.205556_arm64.deb Size: 28768 SHA256: 25d0a1392deb56d9d537ffa5007c96c37b6504d36bebb008f55303e0a270ade1 SHA1: 332ea83a638707ef1b1df7c755a484184e587403 MD5sum: f77780515218aedf33dae957a8a20e76 Description: Python nodes which were previously in the ros2/examples repository but are now just used for demo purposes. Package: ros-jazzy-depth-image-proc Version: 5.0.12-1noble.20260520.013410 Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 2087 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-flann406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libopencv-dev, ros-jazzy-cv-bridge, ros-jazzy-image-geometry, ros-jazzy-image-proc, ros-jazzy-image-transport, ros-jazzy-message-filters, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-stereo-msgs, ros-jazzy-tf2, ros-jazzy-tf2-eigen, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/depth_image_proc/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depth-image-proc/ros-jazzy-depth-image-proc_5.0.12-1noble.20260520.013410_arm64.deb Size: 304906 SHA256: fabf2abbd55927599f58e6a8080b1b1212fc7953c54e8160690627ded927f3f7 SHA1: 76a610275d0b581c33787770e8e23fc021064f2a MD5sum: d826f2b59325df16ca590f9dc6c442ee 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-jazzy-depth-image-proc-dbgsym Package-Type: ddeb Source: ros-jazzy-depth-image-proc Version: 5.0.12-1noble.20260520.013410 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 15870 Depends: ros-jazzy-depth-image-proc (= 5.0.12-1noble.20260520.013410) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depth-image-proc/ros-jazzy-depth-image-proc-dbgsym_5.0.12-1noble.20260520.013410_arm64.deb Size: 12506920 SHA256: 9101814d1607dd9cc8d7b43e2b8b60eeeea95c5b8dea9c45208d1dfc396f05ee SHA1: 77c89cae0f6631510961c272c99f90063840e017 MD5sum: f5c6751ffb59d4822e537acd29ed0fb3 Description: debug symbols for ros-jazzy-depth-image-proc Build-Ids: 090bc5ba876c125c0f8002595a90515690943d61 26d26f0f36ba5e8ef04da72dbd2abdf1248882d0 4a34663705e616203535866ab141a951c229c921 4a560cb6b1d92d75a4b0327db29e4e45fed8128c 7a21465a876239d73bf9bcaacc614d572c4f05bc 8c69c3e1cd0bee30340c0f5d9890ba1b2475c943 bda0eec347e661b827cf4657f56daf7f46e41956 bf1ca37cd5513361a96c702e9e7f7e5fd566d841 d5c2e89a22d3bff4916a611d88a23c194559f538 ebd3190c5f282d3f0429c5526171612a4b75aa74 f0f3c0abe5f88ee350fc7dc57a6f86459006aad1 Package: ros-jazzy-depth-obstacle-detect-ros Version: 2.0.0-1noble.20260520.035750 Architecture: arm64 Maintainer: Analog Devices Installed-Size: 1290 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), ros-jazzy-cv-bridge, ros-jazzy-depth-obstacle-detect-ros-msgs, ros-jazzy-image-transport, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclpy, ros-jazzy-ros2launch, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depth-obstacle-detect-ros/ros-jazzy-depth-obstacle-detect-ros_2.0.0-1noble.20260520.035750_arm64.deb Size: 221106 SHA256: 3b9a132120ba8a5d5d5945c6b3a13277d7b78af47d13a92f1c877c12463ecfd7 SHA1: 7723490da43dca4d7b9828257dd6c40b92e53518 MD5sum: a2bc846e2cedf8a63659ef8c4c36ed7c Description: The depth based obstacle detection package Package: ros-jazzy-depth-obstacle-detect-ros-dbgsym Package-Type: ddeb Source: ros-jazzy-depth-obstacle-detect-ros Version: 2.0.0-1noble.20260520.035750 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Analog Devices Installed-Size: 6556 Depends: ros-jazzy-depth-obstacle-detect-ros (= 2.0.0-1noble.20260520.035750) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depth-obstacle-detect-ros/ros-jazzy-depth-obstacle-detect-ros-dbgsym_2.0.0-1noble.20260520.035750_arm64.deb Size: 5607062 SHA256: f8f7ed40a45bf164a15538785bf8f400e72428a278962c6df9f542044d56a8a8 SHA1: 9787a10a0b8555984c065220134147bf6bc06b41 MD5sum: 08237b3e2589a278a154da7f4e3cd7e2 Description: debug symbols for ros-jazzy-depth-obstacle-detect-ros Build-Ids: 450d4d82212718167068d4606d9b6d875fecab35 4743d92c6bf4dd9cca470fe8267fa094d16e79d0 53f5247e416cf3486c57bab1ccdc167b3f1d464e Package: ros-jazzy-depth-obstacle-detect-ros-msgs Version: 2.0.0-1noble.20260519.181539 Architecture: arm64 Maintainer: Analog Devices Installed-Size: 1038 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depth-obstacle-detect-ros-msgs/ros-jazzy-depth-obstacle-detect-ros-msgs_2.0.0-1noble.20260519.181539_arm64.deb Size: 51408 SHA256: 8db83de0fa94a7e358891b89658d346a84a67023ac2e4ef420243e18dd553769 SHA1: b88d882b78c8fb7e4c6bdbc57da8021aba241c1e MD5sum: a9063d8d9e6acd914ac52e0406e66113 Description: A message package for depth_obstacle_detect_ros package Package: ros-jazzy-depth-obstacle-detect-ros-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-depth-obstacle-detect-ros-msgs Version: 2.0.0-1noble.20260519.181539 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Analog Devices Installed-Size: 350 Depends: ros-jazzy-depth-obstacle-detect-ros-msgs (= 2.0.0-1noble.20260519.181539) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depth-obstacle-detect-ros-msgs/ros-jazzy-depth-obstacle-detect-ros-msgs-dbgsym_2.0.0-1noble.20260519.181539_arm64.deb Size: 235220 SHA256: 6230494a848a0384350311ba5a495d787c29b746d34e8e0920fcacf678d4cc2b SHA1: 7a008e156f7f956c69a22dc74da10a98c463b782 MD5sum: 59015e7e56c9f467ba10284fb81a8abb Description: debug symbols for ros-jazzy-depth-obstacle-detect-ros-msgs Build-Ids: 047ca06389dfc9696d2671bd82b2338fe970af86 29f5da6d3051b33ffc76ce6885d40bef98eb5c7c 3a751f4055dbfefdebd9a0c32cb1d7e57fa7e9e1 3e50d75216cbdbdf54714d5d0abefee68210753a 6988763548337efd2c11484cde8e49bff08a8141 7bdb672892587ef0487eed0fecd9c12348bcaed1 93c3326c4b73ad4c3d825ae8ecd77424fb6f195e a1bdf58f8f888a43e281ab977222ba28457c3b10 c667eb0013f950152633b8b861c31a35f58c2a98 cc8f7f8176e44444e10b995c1142f14157d1acef ec6c0c8b2d7cb46a2128ca7b13984635abbe48c5 Package: ros-jazzy-depthai Version: 2.31.1-1noble.20260305.233843 Architecture: arm64 Maintainer: Adam Serafin Installed-Size: 66995 Depends: libc6 (>= 2.38), libgcc-s1 (>= 4.5), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libopencv-dev, libusb-1.0-0-dev, nlohmann-json3-dev, ros-jazzy-ros-workspace Homepage: https://www.luxonis.com/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai/ros-jazzy-depthai_2.31.1-1noble.20260305.233843_arm64.deb Size: 24271976 SHA256: beaf70a1de2fb99e6d44566a78e34c5eb538cb7da9b03a88e39151ce5628bb04 SHA1: 7b0119e919a477831cb5ba4322c009c246ec315e MD5sum: abba821c7db8ac3d491bcc46bf1da0c4 Description: DepthAI core is a C++ library which comes with firmware and an API to interact with OAK Platform Package: ros-jazzy-depthai-bridge Version: 2.12.2-1noble.20260520.012142 Architecture: arm64 Maintainer: Adam Serafin Installed-Size: 602 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libopencv-dev, ros-jazzy-camera-info-manager, ros-jazzy-composition-interfaces, ros-jazzy-cv-bridge, ros-jazzy-depthai, ros-jazzy-depthai-ros-msgs, ros-jazzy-ffmpeg-image-transport-msgs, ros-jazzy-image-transport, ros-jazzy-rclcpp, ros-jazzy-robot-state-publisher, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-stereo-msgs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-vision-msgs, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-bridge/ros-jazzy-depthai-bridge_2.12.2-1noble.20260520.012142_arm64.deb Size: 161250 SHA256: b2a029d0916773777eb502632a5df6054318269ccaa6e89e5f55a12e3d1babba SHA1: e305164a7dd74c3228605d06ba802a8021d28921 MD5sum: 43ce83a3ac13c547ccef1b106c6a3a0c Description: The depthai_bridge package Package: ros-jazzy-depthai-bridge-dbgsym Package-Type: ddeb Source: ros-jazzy-depthai-bridge Version: 2.12.2-1noble.20260520.012142 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Adam Serafin Installed-Size: 3536 Depends: ros-jazzy-depthai-bridge (= 2.12.2-1noble.20260520.012142) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-bridge/ros-jazzy-depthai-bridge-dbgsym_2.12.2-1noble.20260520.012142_arm64.deb Size: 3311626 SHA256: 8ac528faa2108fbad921508eec480a1ec07ad2b506987ca6a032c24f75701e95 SHA1: 9584240674f8c11c4c948ca6e5f0de328f69bc06 MD5sum: cdd625ea5f411b3288bfd69fec08d4ba Description: debug symbols for ros-jazzy-depthai-bridge Build-Ids: e1f4b7eee4cb2ee55614e6f9f0f44218231aa303 Package: ros-jazzy-depthai-bridge-v3 Version: 3.2.1-1noble.20260520.012254 Architecture: arm64 Maintainer: "Matevz Morato" Installed-Size: 666 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libboost-dev, libopencv-dev, ros-jazzy-camera-info-manager, ros-jazzy-composition-interfaces, ros-jazzy-cv-bridge, ros-jazzy-depthai-ros-msgs-v3, ros-jazzy-depthai-v3 (>= 3.6.1), ros-jazzy-ffmpeg-image-transport-msgs, ros-jazzy-image-transport, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-robot-state-publisher, ros-jazzy-ros-environment, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-stereo-msgs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-vision-msgs, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/depthai_bridge_v3/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-bridge-v3/ros-jazzy-depthai-bridge-v3_3.2.1-1noble.20260520.012254_arm64.deb Size: 180234 SHA256: bfdf2b4966d892bbd0d24f15c366ea8f83774dca3290afe9ae72acfd80b96140 SHA1: ea3e830661f7a970df24c85a136a4c3b60f623bc MD5sum: 58b6b7785d908bb9be923ff76b469bf9 Description: The depthai_bridge_v3 package Package: ros-jazzy-depthai-bridge-v3-dbgsym Package-Type: ddeb Source: ros-jazzy-depthai-bridge-v3 Version: 3.2.1-1noble.20260520.012254 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Matevz Morato" Installed-Size: 4461 Depends: ros-jazzy-depthai-bridge-v3 (= 3.2.1-1noble.20260520.012254) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-bridge-v3/ros-jazzy-depthai-bridge-v3-dbgsym_3.2.1-1noble.20260520.012254_arm64.deb Size: 4194430 SHA256: 07b8dd1bd97ca35c8d318378debd8706a9bb9e80c5677de01056c1eca71c9918 SHA1: 82aeb1cb8e03a5019959fb0c24385955a7c0e84e MD5sum: 4b9a6578aaeef92981de2eefeb51af0a Description: debug symbols for ros-jazzy-depthai-bridge-v3 Build-Ids: 5792a3aaf7ad013516cfffec574e7cd944d9bebb Package: ros-jazzy-depthai-dbgsym Package-Type: ddeb Source: ros-jazzy-depthai Version: 2.31.1-1noble.20260305.233843 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Adam Serafin Installed-Size: 39181 Depends: ros-jazzy-depthai (= 2.31.1-1noble.20260305.233843) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai/ros-jazzy-depthai-dbgsym_2.31.1-1noble.20260305.233843_arm64.deb Size: 34152416 SHA256: 6071b7d18d79bea761bcf3e84b05327079fb5a1e41fe8b082b20a195467f144d SHA1: 962101dd821b1cddef9416266579462b58f4ed4a MD5sum: c9dab1625309aebd2467e851097f8495 Description: debug symbols for ros-jazzy-depthai Build-Ids: 671d46e06f262c1e0ebb9db024dd7a2caffaa82c a802ad27267618273dc689d2c1c6a01457357c16 b2384287a30f37a61905353d9c55ea6c86fb4231 c715e55f4bdedfc82ed1808f6b8a7938e22aef78 Package: ros-jazzy-depthai-descriptions Version: 2.12.2-1noble.20260519.220604 Architecture: arm64 Maintainer: Adam Serafin Installed-Size: 156425 Depends: ros-jazzy-robot-state-publisher, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-descriptions/ros-jazzy-depthai-descriptions_2.12.2-1noble.20260519.220604_arm64.deb Size: 45018978 SHA256: e52586525c0debdf67019df0e8ec0e5fc4e74fb20425b3b09743825615253738 SHA1: 1f40f51dad2aba0939761090cb8b9029af00d1f3 MD5sum: e82ded6171f4127ffbbd7da36189313b Description: The depthai_descriptions package Package: ros-jazzy-depthai-descriptions-v3 Version: 3.2.1-1noble.20260519.220710 Architecture: arm64 Maintainer: "Matevz Morato" Installed-Size: 156425 Depends: ros-jazzy-robot-state-publisher, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/depthai_descriptions_v3/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-descriptions-v3/ros-jazzy-depthai-descriptions-v3_3.2.1-1noble.20260519.220710_arm64.deb Size: 45019040 SHA256: 891e2ded306dbd3fc468dcc326bc5032ac5001a8fd57f73cf0b187bf88515ed7 SHA1: 9ea1cd79721051154e8849100bc44b61ce799ccf MD5sum: ac86cd2969020a3482797069785981df Description: The depthai_descriptions_v3 package Package: ros-jazzy-depthai-examples Version: 2.12.2-1noble.20260520.130423 Architecture: arm64 Maintainer: Adam Serafin Installed-Size: 34192 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libopencv-dev, ros-jazzy-camera-info-manager, ros-jazzy-cv-bridge, ros-jazzy-depth-image-proc, ros-jazzy-depthai, ros-jazzy-depthai-bridge, ros-jazzy-depthai-descriptions, ros-jazzy-depthai-ros-msgs, ros-jazzy-foxglove-msgs, ros-jazzy-image-transport, ros-jazzy-rclcpp, ros-jazzy-robot-state-publisher, ros-jazzy-rviz-imu-plugin, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-stereo-msgs, ros-jazzy-vision-msgs, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-examples/ros-jazzy-depthai-examples_2.12.2-1noble.20260520.130423_arm64.deb Size: 26251034 SHA256: 671c21f915b0202308ae8ef7b7568052c61c963b0a17f4b6e1118bdd10f447b4 SHA1: ea92f2d9ee036adac97c0901d9a219274f537354 MD5sum: 86c93de53264c996294bdcf7e681ed7a Description: The depthai_examples package Package: ros-jazzy-depthai-examples-dbgsym Package-Type: ddeb Source: ros-jazzy-depthai-examples Version: 2.12.2-1noble.20260520.130423 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Adam Serafin Installed-Size: 21530 Depends: ros-jazzy-depthai-examples (= 2.12.2-1noble.20260520.130423) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-examples/ros-jazzy-depthai-examples-dbgsym_2.12.2-1noble.20260520.130423_arm64.deb Size: 19824468 SHA256: 63ed3d1c2b66e754a93ace9291d3277a53e45a2cd4b0560efe80b700f0fcf996 SHA1: c55d8d6f4451e7a4c61fe0cff1a153fe40627d59 MD5sum: 702da1559f99ced29806f9514f2a3185 Description: debug symbols for ros-jazzy-depthai-examples Build-Ids: 07ddefe718cd66c0c47c37a8e030de4c5935c43d 2b991106476ceedb862f0da80b4854f75a960915 45d956dc5140a613933d328077f9a9a70eaa8e31 477c3202c1ff6b04f085141d3d041c7b2151ce63 69e464c9e87098d5ff329f2adc4629589aad0c9b 8835155c00f373aa67dcd060f3bbe42b380b241d 9230e0be95b6a630640de9cb77e856494502c757 cdae3c0e7d315d8cd772543efcff45b773b060d3 cebd36c8ae3b6eded4e9cf5314548399ec36cbdf e59e27795eaa638a8734c2c9824d8753644ac234 Package: ros-jazzy-depthai-examples-v3 Version: 3.2.1-1noble.20260520.014841 Architecture: arm64 Maintainer: "Matevz Morato" Installed-Size: 4377 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-flann406t64 (>= 4.6.0+dfsg), libopencv-highgui406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libopencv-dev, ros-jazzy-backward-ros, ros-jazzy-camera-info-manager, ros-jazzy-cv-bridge, ros-jazzy-depth-image-proc, ros-jazzy-depthai-bridge-v3, ros-jazzy-depthai-descriptions-v3, ros-jazzy-depthai-ros-msgs-v3, ros-jazzy-depthai-v3 (>= 3.6.1), ros-jazzy-foxglove-msgs, ros-jazzy-image-transport, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-robot-state-publisher, ros-jazzy-ros-environment, ros-jazzy-rviz-imu-plugin, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-stereo-msgs, ros-jazzy-vision-msgs, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/depthai_examples_v3/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-examples-v3/ros-jazzy-depthai-examples-v3_3.2.1-1noble.20260520.014841_arm64.deb Size: 718116 SHA256: 9b8105ee5f877896dd9b37eef07a0fc57337f64e23858c205b6d1e70656052ab SHA1: baa8d3d95cd26e9fe839029356753fc36b5b6112 MD5sum: 0a32ba2d0489e5e2e188104e4609260c Description: The depthai_examples_v3 package Package: ros-jazzy-depthai-examples-v3-dbgsym Package-Type: ddeb Source: ros-jazzy-depthai-examples-v3 Version: 3.2.1-1noble.20260520.014841 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Matevz Morato" Installed-Size: 37774 Depends: ros-jazzy-depthai-examples-v3 (= 3.2.1-1noble.20260520.014841) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-examples-v3/ros-jazzy-depthai-examples-v3-dbgsym_3.2.1-1noble.20260520.014841_arm64.deb Size: 35083078 SHA256: eff8e5ce5046ddd06c2ea3f17a71b780a96875aff0a071562330c9879599eb37 SHA1: b6481276ed9242107dc9e37b076eec7c0894b0eb MD5sum: ce9af29efccc0ad6f38fae880a0ec452 Description: debug symbols for ros-jazzy-depthai-examples-v3 Build-Ids: 0fc1bf08f3eb7bc765906719521b793d4564708b 135aabbd32487e73bee9f1c6b96596bfff417484 43651c4bf65df1d15327cc9a8441b3835fc86d2b 67a6dc170618d9772b5b9fa0ae6307cf7065013e 6ab7138eccbe18ab8c0d9afa9e0ee48355df3cb3 9b152b5102448451d274c0172e7bac91d7b36d53 b9729261417c6a4bf818db2eb5f3f1dd24011d45 c63eb33609890e0527ec7212042113e6d5577513 cab4d7661aef826beb3147c82f94de609ab61ecc d03e4f2764aef1f5674c5903e802889ee287bd70 e82981051cf460cc154f015fb89545fc5a42f71a f6f65efd0869bd87bfda680f04bf238c3f5343f8 f719216d8cda97c8aff126ad1d6a454e52de679c fe53022fe4de2601c9f78c17cfddd87955a0b4da Package: ros-jazzy-depthai-filters Version: 2.12.2-1noble.20260520.011421 Architecture: arm64 Maintainer: Adam Serafin Installed-Size: 2465 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-contrib406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-highgui406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopencv-stitching406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libopencv-dev, ros-jazzy-cv-bridge, ros-jazzy-depthai-ros-msgs, ros-jazzy-image-transport, ros-jazzy-message-filters, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-vision-msgs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-filters/ros-jazzy-depthai-filters_2.12.2-1noble.20260520.011421_arm64.deb Size: 385822 SHA256: 503fa7963f4447f2413a79503c87629e20c4e442865cb0a0b27a1d9324b93ae1 SHA1: 11e98bdea9f1dbac50af3e572762a81cda6cfe1b MD5sum: 0fe1db0d812375fee328fa4479b645ff Description: Depthai filters package Package: ros-jazzy-depthai-filters-dbgsym Package-Type: ddeb Source: ros-jazzy-depthai-filters Version: 2.12.2-1noble.20260520.011421 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Adam Serafin Installed-Size: 16322 Depends: ros-jazzy-depthai-filters (= 2.12.2-1noble.20260520.011421) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-filters/ros-jazzy-depthai-filters-dbgsym_2.12.2-1noble.20260520.011421_arm64.deb Size: 13445404 SHA256: 20765bf82dcf0ef43de3e8c1cd7a8fd96072ab55f14924a00c374a3acf8259ff SHA1: f9c5f509ac8b3441ecaddf72093108d46bbc9d2c MD5sum: 31c9efd68eaa8b3c37c7cd6a36da01f4 Description: debug symbols for ros-jazzy-depthai-filters Build-Ids: 488a8df2effc375eb85d29f58cbfc680754884eb Package: ros-jazzy-depthai-filters-v3 Version: 3.2.1-1noble.20260520.011454 Architecture: arm64 Maintainer: "Matevz Morato" Installed-Size: 2475 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-contrib406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-highgui406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopencv-stitching406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libopencv-dev, ros-jazzy-cv-bridge, ros-jazzy-depthai-ros-msgs-v3, ros-jazzy-image-transport, ros-jazzy-message-filters, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-vision-msgs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/depthai_filters_v3/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-filters-v3/ros-jazzy-depthai-filters-v3_3.2.1-1noble.20260520.011454_arm64.deb Size: 386862 SHA256: e740b4fe12413a2afafc7ed89e37ceb4113f1a8d46419db3e9bf39fdc327b763 SHA1: 12885a348aa7d158ce4049e4c465fd65850d9917 MD5sum: f4252a0162f0dbf09a3df50ab0bbb542 Description: Depthai filters package Package: ros-jazzy-depthai-filters-v3-dbgsym Package-Type: ddeb Source: ros-jazzy-depthai-filters-v3 Version: 3.2.1-1noble.20260520.011454 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Matevz Morato" Installed-Size: 16089 Depends: ros-jazzy-depthai-filters-v3 (= 3.2.1-1noble.20260520.011454) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-filters-v3/ros-jazzy-depthai-filters-v3-dbgsym_3.2.1-1noble.20260520.011454_arm64.deb Size: 13248034 SHA256: 9bdbe5bde5e1292a62c17de8935f8898032c4e9c8ba1077cf379ca1d78569641 SHA1: d2eedc79b8359217f4473f251e6f1b2c00eb3bdc MD5sum: d6bf0e35c6c58077a60cf0f11235d975 Description: debug symbols for ros-jazzy-depthai-filters-v3 Build-Ids: 55287f8e26f48e0d23f818a0abdfcc9eb637fdcc Package: ros-jazzy-depthai-ros Version: 2.12.2-1noble.20260520.133810 Architecture: arm64 Maintainer: Adam Serafin Installed-Size: 43 Depends: ros-jazzy-depthai, ros-jazzy-depthai-bridge, ros-jazzy-depthai-descriptions, ros-jazzy-depthai-examples, ros-jazzy-depthai-filters, ros-jazzy-depthai-ros-driver, ros-jazzy-depthai-ros-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-ros/ros-jazzy-depthai-ros_2.12.2-1noble.20260520.133810_arm64.deb Size: 7318 SHA256: 5c73aa7b9eb4252426749ad1ed463b687c772935780151154c6397e383980680 SHA1: cd00d2657610823458675c5d82087714f508386d MD5sum: bf70da276e7f5e248f5b3b1ba20174bb Description: The depthai-ros package Package: ros-jazzy-depthai-ros-driver Version: 2.12.2-1noble.20260520.131816 Architecture: arm64 Maintainer: Adam Serafin Installed-Size: 3371 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libopencv-dev, ros-jazzy-ament-cmake-auto, ros-jazzy-camera-calibration, ros-jazzy-cv-bridge, ros-jazzy-depthai, ros-jazzy-depthai-bridge, ros-jazzy-depthai-descriptions, ros-jazzy-depthai-examples, ros-jazzy-depthai-ros-msgs, ros-jazzy-diagnostic-msgs, ros-jazzy-diagnostic-updater, ros-jazzy-ffmpeg-image-transport-msgs, ros-jazzy-image-pipeline, ros-jazzy-image-transport, ros-jazzy-image-transport-plugins, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-vision-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-ros-driver/ros-jazzy-depthai-ros-driver_2.12.2-1noble.20260520.131816_arm64.deb Size: 691302 SHA256: 690fe60058734bea7e7248fbaba0da2604342432667036ab7cd43cf6353dcecf SHA1: 23ca84e3cdcdb5f3f483ab9f042b457b5cb0855a MD5sum: f39bb43beebaf99a48284a5f7b1841b0 Description: Depthai ROS Monolithic node. Package: ros-jazzy-depthai-ros-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-depthai-ros-driver Version: 2.12.2-1noble.20260520.131816 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Adam Serafin Installed-Size: 23958 Depends: ros-jazzy-depthai-ros-driver (= 2.12.2-1noble.20260520.131816) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-ros-driver/ros-jazzy-depthai-ros-driver-dbgsym_2.12.2-1noble.20260520.131816_arm64.deb Size: 21953292 SHA256: 19bfbee2347178b879d32d74499bd47da2b0fad4694dfe2c2b8e39437507316e SHA1: e7bf96cf853a3d249db6726663f1dd55c54f7982 MD5sum: 26c0b6c51c0780094024adb2b3d5873b Description: debug symbols for ros-jazzy-depthai-ros-driver Build-Ids: 0556ad2ff3bd4f323fc9aee9efe6a0f656ac2e12 361b30adc22eb03752767fe715e87c5348748eed 53a190f200be4a95e335d5ac08eb5e6bbaff96fa b17995a5c945de1c8a5ce554d32c90caa75b9c96 edfd0d8e633c6a5c2a8f170ce33faf9455e5123a Package: ros-jazzy-depthai-ros-driver-v3 Version: 3.2.1-1noble.20260520.125340 Architecture: arm64 Maintainer: "Matevz Morato" Installed-Size: 3660 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-flann406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-ament-cmake-auto, ros-jazzy-backward-ros, ros-jazzy-camera-calibration, ros-jazzy-camera-info-manager, ros-jazzy-cv-bridge, ros-jazzy-depthai-bridge-v3, ros-jazzy-depthai-descriptions-v3, ros-jazzy-depthai-ros-msgs-v3, ros-jazzy-depthai-v3 (>= 3.6.1), ros-jazzy-diagnostic-msgs, ros-jazzy-diagnostic-updater, ros-jazzy-ffmpeg-image-transport-msgs, ros-jazzy-geometry-msgs, ros-jazzy-image-pipeline, ros-jazzy-image-transport, ros-jazzy-image-transport-plugins, ros-jazzy-nav-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2-ros, ros-jazzy-vision-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/depthai_ros_driver_v3/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-ros-driver-v3/ros-jazzy-depthai-ros-driver-v3_3.2.1-1noble.20260520.125340_arm64.deb Size: 749944 SHA256: 4d0ade652914d53136ddd1c2b64b4fcc897da23ca357df5e37f112529db24839 SHA1: 634f2d37440698f8dff9d0378198720298ba0f76 MD5sum: ec700e66364428237547aa0371d51b62 Description: Depthai ROS Monolithic node. Package: ros-jazzy-depthai-ros-driver-v3-dbgsym Package-Type: ddeb Source: ros-jazzy-depthai-ros-driver-v3 Version: 3.2.1-1noble.20260520.125340 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Matevz Morato" Installed-Size: 46119 Depends: ros-jazzy-depthai-ros-driver-v3 (= 3.2.1-1noble.20260520.125340) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-ros-driver-v3/ros-jazzy-depthai-ros-driver-v3-dbgsym_3.2.1-1noble.20260520.125340_arm64.deb Size: 42953366 SHA256: 98dc982ec365210c920ea10ea96eb803dfdc2bd252f673695d1f27f04519a045 SHA1: 791336de6c63e891b613b0d0481a71e8cf5d4ddb MD5sum: b6d578c4bc828eb820d212abaee4f27e Description: debug symbols for ros-jazzy-depthai-ros-driver-v3 Build-Ids: 02c4d554dd338ef562a501233ccf29bf162d4863 60f61a24279cc3ee46c6d77fe10efd02e20bbf78 72fd46cbbabd84ec454f8847cb968fd6231b26ca 7486f504fc5d71bd9857020d0b6cace941388bfb dba9ce469efb6c0d3709b5cc65cb26f29adc42e2 Package: ros-jazzy-depthai-ros-msgs Version: 2.12.2-1noble.20260519.212305 Architecture: arm64 Maintainer: Adam Serafin Installed-Size: 3044 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-rosidl-default-generators, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-vision-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-ros-msgs/ros-jazzy-depthai-ros-msgs_2.12.2-1noble.20260519.212305_arm64.deb Size: 209118 SHA256: 5874c8ff7cd88591a987f4fcd7490cee189a6aa49a090e277a823c44f83cb73e SHA1: b56dd90e2dfc8eefff7c5e1f1753596a5ea8bec4 MD5sum: 1662eb493a972932c34e9a953d5bb377 Description: Package to keep interface independent of the driver Package: ros-jazzy-depthai-ros-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-depthai-ros-msgs Version: 2.12.2-1noble.20260519.212305 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Adam Serafin Installed-Size: 2318 Depends: ros-jazzy-depthai-ros-msgs (= 2.12.2-1noble.20260519.212305) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-ros-msgs/ros-jazzy-depthai-ros-msgs-dbgsym_2.12.2-1noble.20260519.212305_arm64.deb Size: 1785334 SHA256: 49908e9b8ed37348a09846082909f90953ac3e514840733da0f88c894c946871 SHA1: e5f374c779e872ab3525b78a4daa13de882e1f64 MD5sum: 1bdb87f504663bfa27640c313ea2a922 Description: debug symbols for ros-jazzy-depthai-ros-msgs Build-Ids: 19d32713a5cea2c1e529ddf088657b825912e0f1 2f75a8e1cbda776c07eac2c3c1cebadbb9b2f89f 4bc29b8c12be0f804e528798b46a15f8e5f5feaf 5512fb4b731ac812f21894a01d9148b3056a1ec4 671f62bdf6cbe00b659e481476e774dd8a769906 6fbd449faff43ca75b297f5950b5e51f48bd41e7 9f351aead5dbb93f6704162f02ea5e7c4eba9d54 c2976213584eb51eda0907f23d48d39f97905bd2 c55a55afa3dcba780ec3c5ad65ac855ea66d9fc7 e0d9f1f2ac7c50f8be7161ee6fdecb19ec3820fc fc06260afbafb3dc65c6da3fc1420900cfbcf3b3 Package: ros-jazzy-depthai-ros-msgs-v3 Version: 3.2.1-1noble.20260519.212452 Architecture: arm64 Maintainer: "Matevz Morato" Installed-Size: 3513 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-rosidl-default-generators, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-vision-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/depthai_ros_msgs_v3/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-ros-msgs-v3/ros-jazzy-depthai-ros-msgs-v3_3.2.1-1noble.20260519.212452_arm64.deb Size: 232454 SHA256: 977a5cb06f74dfa2b24ce1b757c42184cccb448560fb7679c0a99dcae9098e2d SHA1: 1ed85a5bfd6385acbaaa38454fa06e3ed3c6c87b MD5sum: 2223a7d22d9908a179afa0989ec4b1d3 Description: Package to keep interface independent of the driver Package: ros-jazzy-depthai-ros-msgs-v3-dbgsym Package-Type: ddeb Source: ros-jazzy-depthai-ros-msgs-v3 Version: 3.2.1-1noble.20260519.212452 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Matevz Morato" Installed-Size: 2609 Depends: ros-jazzy-depthai-ros-msgs-v3 (= 3.2.1-1noble.20260519.212452) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-ros-msgs-v3/ros-jazzy-depthai-ros-msgs-v3-dbgsym_3.2.1-1noble.20260519.212452_arm64.deb Size: 1995338 SHA256: de70a8897cc69839688cfc9d8fcec77690d21f6e324c5ff7652c41a968cd154b SHA1: 553be5328deefd356cc22667028fd3a4e54d42bc MD5sum: 7766ebf30d503766356188e2975a5504 Description: debug symbols for ros-jazzy-depthai-ros-msgs-v3 Build-Ids: 45528d47fbd7bd072008ce7ac2251492b175c87a 5d0c3dc12f73345a0b261f470f017a629e5e3a28 61a5e2ddc22cd2664e39d517a8b57ab7e6b17505 69abb9207749afcc5a471f7082a49d0f6d952264 8171cdc8a8be41e4991e1eff32666bf6055ed844 923f34f79316eea3c525e8d444eb23d2a18f570d a693c163913b337fae510d0a91083133fb8d27e4 b931e218e954df05d660e443634410fbc3a01591 ba73183d00325c85868fbe95042b409ba832e95e e171c9d4af4258e7ee9746573ff88408a557cca1 f82c6025ed2a81939cf0dc8943655411e9160502 Package: ros-jazzy-depthai-ros-v3 Version: 3.2.1-1noble.20260520.132420 Architecture: arm64 Maintainer: "Matevz Morato" Installed-Size: 48 Depends: ros-jazzy-depthai-bridge-v3, ros-jazzy-depthai-descriptions-v3, ros-jazzy-depthai-examples-v3, ros-jazzy-depthai-filters-v3, ros-jazzy-depthai-ros-driver-v3, ros-jazzy-depthai-ros-msgs-v3, ros-jazzy-depthai-v3 (>= 3.6.1), ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/depthai_ros_v3/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-ros-v3/ros-jazzy-depthai-ros-v3_3.2.1-1noble.20260520.132420_arm64.deb Size: 8398 SHA256: cae6145dfd5040ca5d541e386204e2ec40bf312efe13401930e7141b3ddcfb35 SHA1: 1887fc5f47546825678a907c1e6911027fc9f097 MD5sum: c7d62935e3cebb1a3ec906fb29c0328b Description: The depthai_ros_v3 package Package: ros-jazzy-depthai-v3 Version: 3.6.1-2noble.20260514.121653 Architecture: arm64 Maintainer: "Adam Serafin" Installed-Size: 48025 Depends: libc6 (>= 2.38), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 4.5), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-features2d406t64 (>= 4.6.0+dfsg), libopencv-highgui406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopencv-videoio406t64 (>= 4.6.0+dfsg), libspdlog1.12-fmt9, libstdc++6 (>= 13.1), libtbb12 (>= 2021.11.0), libusb-1.0-0 (>= 2:1.0.16), curl, gfortran, libcurl4-openssl-dev, libfmt-dev, libopencv-dev, libspdlog-dev, libtar-dev, libudev-dev, libusb-1.0-0-dev, nlohmann-json3-dev, unzip, zip, ros-jazzy-ros-workspace Homepage: https://www.luxonis.com/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-v3/ros-jazzy-depthai-v3_3.6.1-2noble.20260514.121653_arm64.deb Size: 27808088 SHA256: 2595eba39ee36bb7e2673b97be6f7bf7ea47ca7d9a1aaca5b998443f7bf03142 SHA1: cab4c9b90387545869cd0d4f63431357a55fbb90 MD5sum: 5a79f1ece8a41e404b69f33bac3b5697 Description: DepthAI core is a C++ library which comes with firmware and an API to interact with OAK Platform Package: ros-jazzy-depthai-v3-dbgsym Package-Type: ddeb Source: ros-jazzy-depthai-v3 Version: 3.6.1-2noble.20260514.121653 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Adam Serafin" Installed-Size: 129215 Depends: ros-jazzy-depthai-v3 (= 3.6.1-2noble.20260514.121653) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-v3/ros-jazzy-depthai-v3-dbgsym_3.6.1-2noble.20260514.121653_arm64.deb Size: 118118318 SHA256: 25d6dbec7a50a7ebb2e581fbfebd94365b68020c02c182f9065eb1d6f1dd7558 SHA1: d05c6b2d43b1abc065d2653eca58c4f44f206d75 MD5sum: a4278332ec8dcf54174d6a4e4c64c6b9 Description: debug symbols for ros-jazzy-depthai-v3 Build-Ids: 0048d21f1623bbeedc194e43b25163af6a17ad87 f8a1b247a81e85d2e34eaf9896fb6b6be5d50f81 Package: ros-jazzy-depthimage-to-laserscan Version: 2.5.1-3noble.20260520.011607 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 1008 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-flann406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libopencv-dev, ros-jazzy-image-geometry, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/depthimage_to_laserscan Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthimage-to-laserscan/ros-jazzy-depthimage-to-laserscan_2.5.1-3noble.20260520.011607_arm64.deb Size: 173010 SHA256: 8b629a26b8ee6a1accf508c8dd840a4d58d146bfbc30820e6c629b7cccfc494a SHA1: 16b55ba2209ea1aebb1b2965248e0d050dbaa25e MD5sum: f3847d4cd284c29cb895ca54a358d17f Description: depthimage_to_laserscan Package: ros-jazzy-depthimage-to-laserscan-dbgsym Package-Type: ddeb Source: ros-jazzy-depthimage-to-laserscan Version: 2.5.1-3noble.20260520.011607 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 4104 Depends: ros-jazzy-depthimage-to-laserscan (= 2.5.1-3noble.20260520.011607) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthimage-to-laserscan/ros-jazzy-depthimage-to-laserscan-dbgsym_2.5.1-3noble.20260520.011607_arm64.deb Size: 3454182 SHA256: 51b18c4834a4755430b3ceaab3f98d0238403d5c5e7751e9a86bbd95e275e1f7 SHA1: 129c579495c0f03eebb3daf61d0630a51f05c6b5 MD5sum: 7736d6913babb1f3d74c137065e2dec2 Description: debug symbols for ros-jazzy-depthimage-to-laserscan Build-Ids: 1d4e1d4f3008b436c56bb041387cb414c8c199b4 acdc191e72bd65ccec5dbf667fdd27fbf26cab92 f49f89c1ce2abfeda6146d77a5fad505f659aa4c Package: ros-jazzy-derived-object-msgs Version: 4.0.0-4noble.20260519.194051 Architecture: arm64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 2142 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-shape-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/derived_object_msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-derived-object-msgs/ros-jazzy-derived-object-msgs_4.0.0-4noble.20260519.194051_arm64.deb Size: 136994 SHA256: c3a70ffbab7458043d778ca73255831d7a6360a9fefeed68eb202bd6ec3bf9e5 SHA1: c2a58e78455784a0a0e43cdb3c9789f5d3c0a3cd MD5sum: 54b179a6d25ccf729ef08df11ffa2ebe Description: Abstracted Messages from Perception Modalities Package: ros-jazzy-derived-object-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-derived-object-msgs Version: 4.0.0-4noble.20260519.194051 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1302 Depends: ros-jazzy-derived-object-msgs (= 4.0.0-4noble.20260519.194051) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-derived-object-msgs/ros-jazzy-derived-object-msgs-dbgsym_4.0.0-4noble.20260519.194051_arm64.deb Size: 1001388 SHA256: fee901827ddcdbe29f8a07e0988eb036ce893816c5ea3d4724f0d70cd7baaf0b SHA1: 79ee42828fa5a02d42e104bd6bddfc72d0f7288a MD5sum: 7b1c8c821564686328fd6b726e08df35 Description: debug symbols for ros-jazzy-derived-object-msgs Build-Ids: 021e722edd800c5aec3db25e07c50202cf56754a 4f63f32b32d2ba07fb75ebfd2a7df1446c0cba42 5cf435d393815a7f5537217acfb9d795932cc9d8 6e4787f46d8f87e5cfbe418e4a9ce717c82ba045 93f1a4fa4a7447fa86c83acbcf3cfa8763a4a5b5 9eb0179a3fc480dde6b2b2e8ad67fb72c0c2f0d5 a887c759cbe3d6706813b90466739acc15037ae8 b24d90b210688b824c588114b9fcac548abb3d4d cb8f8f472a14fb9fbd43764fc6d05b83bcb8647c d183a280a4c75633b4b4261aee67a5152abed527 e17ad6d951c197268cdc56b2f6b15b4163a99c07 Package: ros-jazzy-desktop Version: 0.11.0-1noble.20260520.143124 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 45 Depends: ros-jazzy-action-tutorials-cpp, ros-jazzy-action-tutorials-interfaces, ros-jazzy-action-tutorials-py, ros-jazzy-angles, ros-jazzy-composition, ros-jazzy-demo-nodes-cpp, ros-jazzy-demo-nodes-cpp-native, ros-jazzy-demo-nodes-py, ros-jazzy-depthimage-to-laserscan, ros-jazzy-dummy-map-server, ros-jazzy-dummy-robot-bringup, ros-jazzy-dummy-sensors, ros-jazzy-examples-rclcpp-minimal-action-client, ros-jazzy-examples-rclcpp-minimal-action-server, ros-jazzy-examples-rclcpp-minimal-client, ros-jazzy-examples-rclcpp-minimal-composition, ros-jazzy-examples-rclcpp-minimal-publisher, ros-jazzy-examples-rclcpp-minimal-service, ros-jazzy-examples-rclcpp-minimal-subscriber, ros-jazzy-examples-rclcpp-minimal-timer, ros-jazzy-examples-rclcpp-multithreaded-executor, ros-jazzy-examples-rclpy-executors, ros-jazzy-examples-rclpy-minimal-action-client, ros-jazzy-examples-rclpy-minimal-action-server, ros-jazzy-examples-rclpy-minimal-client, ros-jazzy-examples-rclpy-minimal-publisher, ros-jazzy-examples-rclpy-minimal-service, ros-jazzy-examples-rclpy-minimal-subscriber, ros-jazzy-image-tools, ros-jazzy-intra-process-demo, ros-jazzy-joy, ros-jazzy-lifecycle, ros-jazzy-logging-demo, ros-jazzy-pcl-conversions, ros-jazzy-pendulum-control, ros-jazzy-pendulum-msgs, ros-jazzy-quality-of-service-demo-cpp, ros-jazzy-quality-of-service-demo-py, ros-jazzy-ros-base, ros-jazzy-rqt-common-plugins, ros-jazzy-rviz-default-plugins, ros-jazzy-rviz2, ros-jazzy-teleop-twist-joy, ros-jazzy-teleop-twist-keyboard, ros-jazzy-tlsf, ros-jazzy-tlsf-cpp, ros-jazzy-topic-monitor, ros-jazzy-turtlesim, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-desktop/ros-jazzy-desktop_0.11.0-1noble.20260520.143124_arm64.deb Size: 6538 SHA256: 7b7058dac6f3c4d15325aacfde54ac4073025a2dee5a3186b7fc4ecf5c7bec46 SHA1: fbe81322bc7d2bcb7f35b6f7524ce497a2d88efd MD5sum: 7d507b0fb18a716fd89db3323804abd6 Description: A package which extends 'ros_base' and includes high level packages like vizualization tools and demos. Package: ros-jazzy-desktop-full Version: 0.11.0-1noble.20260520.150501 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 41 Depends: ros-jazzy-desktop, ros-jazzy-perception, ros-jazzy-ros-gz-sim-demos, ros-jazzy-simulation, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-desktop-full/ros-jazzy-desktop-full_0.11.0-1noble.20260520.150501_arm64.deb Size: 5342 SHA256: c32d9b8c8c98900fe39411ac76ebff4c2f92d3e8d725d06b30a043b41e9718f0 SHA1: c4c7a83c6f68181f4f8a04e151b98d8692c7a815 MD5sum: 4d975bbc67bda48486a3db1e0dc75219 Description: Provides a 'batteries included' experience to novice users. Package: ros-jazzy-diagnostic-aggregator Version: 4.2.6-1noble.20260519.210046 Architecture: arm64 Maintainer: Austin Hendrix Installed-Size: 1647 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-rclpy, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/diagnostic_aggregator Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-diagnostic-aggregator/ros-jazzy-diagnostic-aggregator_4.2.6-1noble.20260519.210046_arm64.deb Size: 318844 SHA256: 008e4a7585307877cacb6c0be0d564221ce282ee90290133d61897d7ccc181c7 SHA1: ca28145cf6a0c14e484e5e315b95d915f2ce0e20 MD5sum: 78b4e46836d5d51aab4d8acc3ed5e5c5 Description: diagnostic_aggregator Package: ros-jazzy-diagnostic-aggregator-dbgsym Package-Type: ddeb Source: ros-jazzy-diagnostic-aggregator Version: 4.2.6-1noble.20260519.210046 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Austin Hendrix Installed-Size: 7086 Depends: ros-jazzy-diagnostic-aggregator (= 4.2.6-1noble.20260519.210046) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-diagnostic-aggregator/ros-jazzy-diagnostic-aggregator-dbgsym_4.2.6-1noble.20260519.210046_arm64.deb Size: 6195658 SHA256: 63f499afe78c8ef49283b38d4359fd831ce63f927abb4ae2073e5587b82fc8d9 SHA1: 1530cb65aaa3c844525dfe497b7cc2cc446a4cfe MD5sum: c6fc04493c76f738b2e06e1cd9265c15 Description: debug symbols for ros-jazzy-diagnostic-aggregator Build-Ids: 564ca7ae4a44201b7604a017c86417ce42598a56 8186ea01203654e3f7693ccdf8df259755671361 cf131791270205768be61c01074478801a69f5b1 e47f056af1e78b2ef77d8bedf0ddbe779c14d0fe Package: ros-jazzy-diagnostic-common-diagnostics Version: 4.2.6-1noble.20260520.032014 Architecture: arm64 Maintainer: Austin Hendrix Installed-Size: 122 Depends: lm-sensors, python3-ntplib, python3-psutil, ros-jazzy-diagnostic-updater, ros-jazzy-rclpy, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/diagnostic_common_diagnostics Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-diagnostic-common-diagnostics/ros-jazzy-diagnostic-common-diagnostics_4.2.6-1noble.20260520.032014_arm64.deb Size: 13696 SHA256: b7947392f2abff27c9b6e46553896cbb69eda589c2320d2e05037dfdf1020c84 SHA1: 83160e535589c816187ba65a5c24925e1a7390f3 MD5sum: d7d3e9ea894bd9cf464d941693887f82 Description: diagnostic_common_diagnostics Package: ros-jazzy-diagnostic-msgs Version: 5.3.7-1noble.20260519.184641 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 1977 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-diagnostic-msgs/ros-jazzy-diagnostic-msgs_5.3.7-1noble.20260519.184641_arm64.deb Size: 140808 SHA256: 08487b2841feffc5f1495d0bdec8e19e9b421c119df6e6192ff7582054df34e5 SHA1: a34b4a97e0ea313344b81ef1e83c90f4c2e245e6 MD5sum: 9c225cebd7fef1c72a65fa9140e68fea Description: A package containing some diagnostics related message and service definitions. Package: ros-jazzy-diagnostic-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-diagnostic-msgs Version: 5.3.7-1noble.20260519.184641 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tully Foote Installed-Size: 1411 Depends: ros-jazzy-diagnostic-msgs (= 5.3.7-1noble.20260519.184641) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-diagnostic-msgs/ros-jazzy-diagnostic-msgs-dbgsym_5.3.7-1noble.20260519.184641_arm64.deb Size: 1092578 SHA256: 9c212a8f471aae5c29207a79b5f8ddbb660a36fb24418bf37998a67a779d2f85 SHA1: ff19fcd987ba74f418ed654e48f8ccf653fb5618 MD5sum: 73de04bfa1a52a4e2d54125cd26fbfc7 Description: debug symbols for ros-jazzy-diagnostic-msgs Build-Ids: 0e7e74b7bb1f0d8516f593d6bbc8807ea2a5fe02 2b4b4b0549452365128f0acccee4265e142e8605 312c387927d21f4dc1249398e5fca73676875983 35d21adad4ccd558bc388aa73e001a299cb369fe 3881c79dac1c0cce85d7adb9e767c314b4eb8532 422f174e5b9575bd9d429369b80fcbdb01c49b03 78ceaf55d94bd099a3633f36bb96655f79384ed0 82e3271598bacb5f6d23d8cc944124e46676395a 832604c1a007d8f86861a935ec00557e6ac0d931 bec702a411106be2e2ab6ce89f1fd04d8359c6c0 f424dca433aa72842b05185eddd61bff96ee4e0f Package: ros-jazzy-diagnostic-remote-logging Version: 4.2.6-1noble.20260520.010151 Architecture: arm64 Maintainer: Daan Wijffels Installed-Size: 833 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libcurl4t64 (>= 7.16.2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-diagnostic-remote-logging/ros-jazzy-diagnostic-remote-logging_4.2.6-1noble.20260520.010151_arm64.deb Size: 133726 SHA256: 50630c8d32c7bc161aa082ea0deab6701b805d5331dd56dba863fc31f8433211 SHA1: f8c6e8442a5093cbd4b1b2c387b36ab0376bdcde MD5sum: dfcbc235f3ae8f0586dff203fcb94b3e Description: diagnostic_remote_logging Package: ros-jazzy-diagnostic-remote-logging-dbgsym Package-Type: ddeb Source: ros-jazzy-diagnostic-remote-logging Version: 4.2.6-1noble.20260520.010151 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daan Wijffels Installed-Size: 3328 Depends: ros-jazzy-diagnostic-remote-logging (= 4.2.6-1noble.20260520.010151) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-diagnostic-remote-logging/ros-jazzy-diagnostic-remote-logging-dbgsym_4.2.6-1noble.20260520.010151_arm64.deb Size: 2742726 SHA256: c3d507ff065943d378b498121c95b00bae07c77f1fb2d5d1b8cf31488fbfd7a1 SHA1: b6f3ac3b16e2e70e5a4a4bdb04d2990cfa722169 MD5sum: 962ce7d64d7fee4bc17a7a28b29aa214 Description: debug symbols for ros-jazzy-diagnostic-remote-logging Build-Ids: 230c55be1ee03c5950335f336c519a71ff02922a 5374e280941a8467f98c73c8de7f69a5f737cbf9 Package: ros-jazzy-diagnostic-updater Version: 4.2.6-1noble.20260519.224102 Architecture: arm64 Maintainer: Austin Hendrix Installed-Size: 513 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-diagnostic-msgs, ros-jazzy-rclcpp, ros-jazzy-rclpy, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/diagnostic_updater Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-diagnostic-updater/ros-jazzy-diagnostic-updater_4.2.6-1noble.20260519.224102_arm64.deb Size: 107294 SHA256: 3f7d07dbcdf763727f96a091a10e90fe5e6e7017573f8cfde9cf3b0e8ad2516e SHA1: c5f33d9daaae315290c0ecfabbb3620d8a6a727c MD5sum: 46568d8d36bcd4a9f40520b8d4637763 Description: diagnostic_updater contains tools for easily updating diagnostics. it is commonly used in device drivers to keep track of the status of output topics, device status, etc. Package: ros-jazzy-diagnostic-updater-dbgsym Package-Type: ddeb Source: ros-jazzy-diagnostic-updater Version: 4.2.6-1noble.20260519.224102 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Austin Hendrix Installed-Size: 1725 Depends: ros-jazzy-diagnostic-updater (= 4.2.6-1noble.20260519.224102) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-diagnostic-updater/ros-jazzy-diagnostic-updater-dbgsym_4.2.6-1noble.20260519.224102_arm64.deb Size: 1553292 SHA256: 022acf80a713e4a3361e8a2fec9d06e5bac6756660e7898451e57103ed8b2c6c SHA1: 011d200c361584cf71984f0bd714f2056ec62df3 MD5sum: c9ed0351b1d25103f68e0e2002a1ba14 Description: debug symbols for ros-jazzy-diagnostic-updater Build-Ids: ae5a83051ead66e2df72211300c947f341159fe0 cdc5b5d885655b202c260a893616e5e5b20c9256 Package: ros-jazzy-diagnostics Version: 4.2.6-1noble.20260520.043823 Architecture: arm64 Maintainer: Austin Hendrix Installed-Size: 42 Depends: ros-jazzy-diagnostic-aggregator, ros-jazzy-diagnostic-common-diagnostics, ros-jazzy-diagnostic-updater, ros-jazzy-self-test, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/diagnostics Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-diagnostics/ros-jazzy-diagnostics_4.2.6-1noble.20260520.043823_arm64.deb Size: 5534 SHA256: 86b6f5bbad1659a2102ff24d721eb27bfb5518d768299eaf7bf627621b7da881 SHA1: 10f9bf820bea7d2aeb1da365e56503042b28f227 MD5sum: 5ddf7c72a1b0a98b40e135c48022e951 Description: diagnostics Package: ros-jazzy-diff-drive-controller Version: 4.40.1-1noble.20260520.110748 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 1002 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-backward-ros, ros-jazzy-control-toolbox, ros-jazzy-controller-interface, ros-jazzy-geometry-msgs, ros-jazzy-hardware-interface, ros-jazzy-nav-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-rcpputils, ros-jazzy-realtime-tools, ros-jazzy-tf2, ros-jazzy-tf2-msgs, ros-jazzy-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-diff-drive-controller/ros-jazzy-diff-drive-controller_4.40.1-1noble.20260520.110748_arm64.deb Size: 212186 SHA256: 488daf1f3e9f4cea634ddb6b1ba3f7c0542be96c23c847fe6e74a893908f0208 SHA1: 01849a4220099d409742f1c6092128ba76d6925b MD5sum: fffc216973eedb8b285f5bbd3144c13e Description: Controller for a differential-drive mobile base. Package: ros-jazzy-diff-drive-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-diff-drive-controller Version: 4.40.1-1noble.20260520.110748 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 3757 Depends: ros-jazzy-diff-drive-controller (= 4.40.1-1noble.20260520.110748) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-diff-drive-controller/ros-jazzy-diff-drive-controller-dbgsym_4.40.1-1noble.20260520.110748_arm64.deb Size: 3260354 SHA256: 3d452756f69a0561bd2d10e103ae48965a8a4e9ab4f87262e9316cc75ad16c74 SHA1: a025aa48e29b2465808bf4684f46dba3e3ed88fc MD5sum: 07f6d6715bfdabed1016051f5ea94316 Description: debug symbols for ros-jazzy-diff-drive-controller Build-Ids: 96c5db7a752d3076468253f3e38c1c0f8237fb03 Package: ros-jazzy-dolly-follow Version: 0.4.0-6noble.20260520.000012 Architecture: arm64 Maintainer: Louise Poubel Installed-Size: 494 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dolly-follow/ros-jazzy-dolly-follow_0.4.0-6noble.20260520.000012_arm64.deb Size: 100072 SHA256: 9ab60125bb69359ae41bc3383e6a4df0c45afd5623de994b2c8df7ffdf732e3b SHA1: 3184d801324343289945d284a350ece61c6f3565 MD5sum: ad200b1f4e8d22dd0061bfe444c1290f Description: Follow node for Dolly, the robot sheep. Package: ros-jazzy-dolly-follow-dbgsym Package-Type: ddeb Source: ros-jazzy-dolly-follow Version: 0.4.0-6noble.20260520.000012 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Louise Poubel Installed-Size: 2230 Depends: ros-jazzy-dolly-follow (= 0.4.0-6noble.20260520.000012) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dolly-follow/ros-jazzy-dolly-follow-dbgsym_0.4.0-6noble.20260520.000012_arm64.deb Size: 1863338 SHA256: 0e0d977a9830942ce0f0889e81b5de36c41ff319e9ef48e09e0af3f119fbf1b7 SHA1: 47156ebb5daa09f85ab39589b9f08176b79e312d MD5sum: 11efa13ca91b619b3cf3567ca49fd0ac Description: debug symbols for ros-jazzy-dolly-follow Build-Ids: ae53740e96a750a409638ebea51602bbcee15757 Package: ros-jazzy-dolly-gazebo Version: 0.4.0-6noble.20260520.145756 Architecture: arm64 Maintainer: Louise Poubel Installed-Size: 8 Depends: ros-jazzy-dolly-follow, ros-jazzy-gazebo-ros-pkgs, ros-jazzy-ros2launch, ros-jazzy-rviz2, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dolly-gazebo/ros-jazzy-dolly-gazebo_0.4.0-6noble.20260520.145756_arm64.deb Size: 1740 SHA256: 1dcb308e1fd47b64c2f7f73cd17963200c09dffe395b98c11195b6bd45f54a32 SHA1: 8ed46be6ea936141dc076aa72e9dd910d0cf8783 MD5sum: 17e97b57eb454df0f77802b6d7ce4a3d Description: Launch Gazebo simulation with Dolly robot. Package: ros-jazzy-domain-bridge Version: 0.5.0-5noble.20260519.212026 Architecture: arm64 Maintainer: Jacob Perron Installed-Size: 1716 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libzstd1 (>= 1.5.5), ros-jazzy-fastcdr, libyaml-cpp-dev, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rcutils, ros-jazzy-rosbag2-cpp, ros-jazzy-rosidl-default-runtime, ros-jazzy-rosidl-typesupport-cpp, ros-jazzy-zstd-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-domain-bridge/ros-jazzy-domain-bridge_0.5.0-5noble.20260519.212026_arm64.deb Size: 195708 SHA256: 25c7d7ff6d9d7c19473617d8580de18f0023298b0d9d065f8d4edbd89ef260d3 SHA1: 5bb5579e2e09692e43e692156673109c3c565562 MD5sum: 5c08ea68c5cfe280e4705e1ddcabb1fa Description: ROS 2 Domain Bridge Package: ros-jazzy-domain-bridge-dbgsym Package-Type: ddeb Source: ros-jazzy-domain-bridge Version: 0.5.0-5noble.20260519.212026 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jacob Perron Installed-Size: 3938 Depends: ros-jazzy-domain-bridge (= 0.5.0-5noble.20260519.212026) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-domain-bridge/ros-jazzy-domain-bridge-dbgsym_0.5.0-5noble.20260519.212026_arm64.deb Size: 3392592 SHA256: 503b9a399ef21d5095dac66727302aad09d5ddb7479958a9b4068b3f18f65d1c SHA1: b9cb58dcdb4f4f899002498000324712d38e5240 MD5sum: afe3c9b00cd58e524a5e8ad92de479eb Description: debug symbols for ros-jazzy-domain-bridge Build-Ids: 165f05250fe072b8ce334bce4dc3181bb55d95b2 36ccc9f27322be290ad9268a48b5acdbb850c23f 4a2a67b6798616ed6f7a65e77c52459cd578023e 4cc1520e47ebe53306695d0416a5dafbdaa2c282 81241a90bc044eb868ab28b41099781aa51c8ad2 849e647ee171609a5875d1c1081c1532851e0605 96c19829c1b270a69f94616b946a24ee321b7a9f accf69376b6b262539c3834c97c748a5ad592fcf b86c7b9118a10a447bba560b2c4bae63ea3c56c9 bbf01c8bf2d3f8a3eb7441b91accb51ef0b2f1c7 d23f3254af1738ab72e13688468540c096b19bf4 e047d1e09d2836a1c9fccad4926aa9a19d497f46 ebf95c66918c1190fed671d5fe4f3bd6bb1e0dd3 Package: ros-jazzy-domain-coordinator Version: 0.12.0-3noble.20260225.224516 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 36 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-domain-coordinator/ros-jazzy-domain-coordinator_0.12.0-3noble.20260225.224516_arm64.deb Size: 5908 SHA256: 46ddc90a2f0826be236b79e5cb0293b0b051dcc697ba5c7b866cbc917c09ff27 SHA1: 582f9f5efdb0574086371774c27393d0a7cc8877 MD5sum: 3e9dfd0a221a200060f35b228aaa620f Description: A tool to coordinate unique ROS_DOMAIN_IDs across multiple processes Package: ros-jazzy-draco-point-cloud-transport Version: 4.0.4-1noble.20260519.213852 Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 673 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libdraco8 (>= 1.5.6+dfsg), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libdraco-dev, ros-jazzy-pluginlib, ros-jazzy-point-cloud-interfaces, ros-jazzy-point-cloud-transport, ros-jazzy-rclcpp, ros-jazzy-rcpputils, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://wiki.ros.org/draco_point_cloud_transport Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-draco-point-cloud-transport/ros-jazzy-draco-point-cloud-transport_4.0.4-1noble.20260519.213852_arm64.deb Size: 144080 SHA256: 8433215b3d8a7eb010663b1056d936124bb57c51600a3c05fa71ecc25fb83fcc SHA1: f3f3e7c97bf6cb7f6a0cc59138af377952290754 MD5sum: fa2c652ad3c50c5026dafca57f5d662a Description: draco_point_cloud_transport provides a plugin to point_cloud_transport for sending point clouds encoded with KD tree compression. Package: ros-jazzy-draco-point-cloud-transport-dbgsym Package-Type: ddeb Source: ros-jazzy-draco-point-cloud-transport Version: 4.0.4-1noble.20260519.213852 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 3685 Depends: ros-jazzy-draco-point-cloud-transport (= 4.0.4-1noble.20260519.213852) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-draco-point-cloud-transport/ros-jazzy-draco-point-cloud-transport-dbgsym_4.0.4-1noble.20260519.213852_arm64.deb Size: 3221882 SHA256: 60fe46a0033ee22148cfc8c6a14c88738fd561714a9af6beda11f1e1fe57be98 SHA1: 3d103f472f506c1c9e3af70918d16d443f1046be MD5sum: 39983a44dfa6fedd2233caa837915c6b Description: debug symbols for ros-jazzy-draco-point-cloud-transport Build-Ids: ddb6a0940a49fe51268ea7aa1b552a0c67fa6908 Package: ros-jazzy-ds-dbw Version: 2.3.11-1noble.20260520.020204 Architecture: arm64 Maintainer: Kevin Hallenbeck Installed-Size: 41 Depends: ros-jazzy-ds-dbw-can, ros-jazzy-ds-dbw-joystick-demo, ros-jazzy-ds-dbw-msgs, ros-jazzy-ros-workspace Homepage: http://dataspeedinc.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ds-dbw/ros-jazzy-ds-dbw_2.3.11-1noble.20260520.020204_arm64.deb Size: 5732 SHA256: 93491739a711b5bbd772faf94f7ee1d61f4bd9a4a0adc30861664c0ccf044b03 SHA1: a4e9bea5c095fe64eb94ba4c802e20c463bf8791 MD5sum: a52cf4ff5e82cd02a79ce593b4023038 Description: Interface to the Dataspeed Inc. Drive-By-Wire kits Package: ros-jazzy-ds-dbw-can Version: 2.3.11-1noble.20260519.233659 Architecture: arm64 Maintainer: Kevin Hallenbeck Installed-Size: 6041 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-can-msgs, ros-jazzy-dataspeed-can-usb, ros-jazzy-ds-dbw-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://dataspeedinc.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ds-dbw-can/ros-jazzy-ds-dbw-can_2.3.11-1noble.20260519.233659_arm64.deb Size: 721858 SHA256: 183517b689849fee5a868f58eb7f503647be4282a4e3922ba1d9e1c6c921584c SHA1: 2386190b30dfe2aac8b5d7b5677dd8bdd76d5fe6 MD5sum: 47b849fa96f28b60d6c5df8167f55aa5 Description: Interface to the Dataspeed Inc. Drive-By-Wire kit Package: ros-jazzy-ds-dbw-can-dbgsym Package-Type: ddeb Source: ros-jazzy-ds-dbw-can Version: 2.3.11-1noble.20260519.233659 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Kevin Hallenbeck Installed-Size: 23650 Depends: ros-jazzy-ds-dbw-can (= 2.3.11-1noble.20260519.233659) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ds-dbw-can/ros-jazzy-ds-dbw-can-dbgsym_2.3.11-1noble.20260519.233659_arm64.deb Size: 18834424 SHA256: 949278bdbbbb97b7d351c5df2ddeadc95a1853cca76158333ce789d80071dd9a SHA1: 52e3c23982c91b2e236b0085de6ce2acca350ab9 MD5sum: 6dd772d0a1b1af91b136a120764fe03e Description: debug symbols for ros-jazzy-ds-dbw-can Build-Ids: 2c7fa665362888ee3a7f48657ce2806372f121d2 c04aef1cf6df533a7b8dd8cff6ea67e07651855b Package: ros-jazzy-ds-dbw-joystick-demo Version: 2.3.11-1noble.20260520.014728 Architecture: arm64 Maintainer: Kevin Hallenbeck Installed-Size: 1341 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ds-dbw-can, ros-jazzy-ds-dbw-msgs, ros-jazzy-joy, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://dataspeedinc.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ds-dbw-joystick-demo/ros-jazzy-ds-dbw-joystick-demo_2.3.11-1noble.20260520.014728_arm64.deb Size: 198946 SHA256: 93acc3cd6e490b5510ccc30f4dfce7cab1f6753a7e7d21c8013250896ff5b108 SHA1: 7be83148a281dfff83d8ec69d339e7fd7af73dda MD5sum: 87cdedb1eba2bab455f7c00270ee53ac Description: Demonstration of drive-by-wire with joystick Package: ros-jazzy-ds-dbw-joystick-demo-dbgsym Package-Type: ddeb Source: ros-jazzy-ds-dbw-joystick-demo Version: 2.3.11-1noble.20260520.014728 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Kevin Hallenbeck Installed-Size: 5691 Depends: ros-jazzy-ds-dbw-joystick-demo (= 2.3.11-1noble.20260520.014728) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ds-dbw-joystick-demo/ros-jazzy-ds-dbw-joystick-demo-dbgsym_2.3.11-1noble.20260520.014728_arm64.deb Size: 4651374 SHA256: db348854a9c93c26905d20e35d5b6260d101f1007dd58d73d27fdd1c63a64460 SHA1: 74455655f37ee79cc45abf6e2a0aa519f153b979 MD5sum: d96b3d5ba724dd7bebe43f48a8e8ab82 Description: debug symbols for ros-jazzy-ds-dbw-joystick-demo Build-Ids: dc05c81a59e1bd4ee9ce18ba34a56ad4acaa8827 de0cade3bf629037c4fbe8cf52af57c13aa46551 Package: ros-jazzy-ds-dbw-msgs Version: 2.3.11-1noble.20260519.192649 Architecture: arm64 Maintainer: Kevin Hallenbeck Installed-Size: 13096 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://dataspeedinc.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ds-dbw-msgs/ros-jazzy-ds-dbw-msgs_2.3.11-1noble.20260519.192649_arm64.deb Size: 699824 SHA256: 16ab468456ede359f2d3a20a1e4fda8a691f65f7377a8f474fd6d3712c44c2f2 SHA1: 0d69d83850159541e591144dda14212840b591a5 MD5sum: 06ab085e9aa9f39f9498532ea2160039 Description: Drive-by-wire messages Package: ros-jazzy-ds-dbw-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-ds-dbw-msgs Version: 2.3.11-1noble.20260519.192649 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Kevin Hallenbeck Installed-Size: 7880 Depends: ros-jazzy-ds-dbw-msgs (= 2.3.11-1noble.20260519.192649) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ds-dbw-msgs/ros-jazzy-ds-dbw-msgs-dbgsym_2.3.11-1noble.20260519.192649_arm64.deb Size: 5891696 SHA256: a96b79d270c0b302371230268a9e15562c7af97230f432e8fd3bca7d7767ea3c SHA1: 1aee8aa5050956476a86e58f5a7741be06448687 MD5sum: cc6ab3e7834a430c1572c9147d0141e3 Description: debug symbols for ros-jazzy-ds-dbw-msgs Build-Ids: 0d35cc6f4c9f04fc13d99b01f5b80aa272bc5028 454b540cebdf44fa6953b37db3b493cedc746602 6c4173a40a8f025e3683d3e877efcf403fe89e85 7ceaf161db0733523346346cc68081e25a927cf1 8d783cb17b5ee3dc5787fd0605915bd790d06f4b 8ef2715786371a1d2afffd47384483d35b1c919b 9b07bcbabf0a436bb99d5d0a2de3aec4cfcca8d3 ab0e9c5f8125afac6bb07fef5bb0014b23bed66d d35904efa42370738ec01113f507d1b78e358b0e f62be53a1bd588204095f427665c64e5ec348af5 fa0d217351d68adc133f40483333bd8629257c28 Package: ros-jazzy-dual-arm-panda-moveit-config Version: 3.1.0-1noble.20260520.035856 Architecture: arm64 Maintainer: Mike Lautman Installed-Size: 122 Depends: ros-jazzy-joint-state-publisher, ros-jazzy-joint-state-publisher-gui, ros-jazzy-moveit-resources-panda-description, ros-jazzy-robot-state-publisher, ros-jazzy-topic-tools, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: http://moveit.ros.org/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dual-arm-panda-moveit-config/ros-jazzy-dual-arm-panda-moveit-config_3.1.0-1noble.20260520.035856_arm64.deb Size: 15702 SHA256: e709513fa6aa6297ff80814885892b5c78f6290affad3ddba3145df480197265 SHA1: 325a7424a72bb07a332488d684b7e52626463bae MD5sum: 4667de1fea04a7ab9457871b144d0527 Description: Dual Franka Emika Panda MoveIt Configuration Package: ros-jazzy-dual-laser-merger Version: 0.3.1-1noble.20260520.015301 Architecture: arm64 Maintainer: pradyum Installed-Size: 60969 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpcl-common1.14 (>= 1.14.0+dfsg), libpcl-kdtree1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), libpcl-dev, ros-jazzy-geometry-msgs, ros-jazzy-laser-geometry, ros-jazzy-message-filters, ros-jazzy-pcl-conversions, ros-jazzy-pcl-ros, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-tf2, ros-jazzy-tf2-ros, ros-jazzy-tf2-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dual-laser-merger/ros-jazzy-dual-laser-merger_0.3.1-1noble.20260520.015301_arm64.deb Size: 12237132 SHA256: edb2ae26519bfb060d1b6db49eada7345ca248a2a343faec007bfadc5b8fad88 SHA1: e6b03919645bcd64d3b04d2683906df2b215aa29 MD5sum: d75842e3fe6a50c6348816561d6a8df8 Description: merge dual lidar's scans. Package: ros-jazzy-dual-laser-merger-dbgsym Package-Type: ddeb Source: ros-jazzy-dual-laser-merger Version: 0.3.1-1noble.20260520.015301 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: pradyum Installed-Size: 5928 Depends: ros-jazzy-dual-laser-merger (= 0.3.1-1noble.20260520.015301) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dual-laser-merger/ros-jazzy-dual-laser-merger-dbgsym_0.3.1-1noble.20260520.015301_arm64.deb Size: 5197124 SHA256: 4247cc00bad22380c1fbbd01851f0b1482eca8b4541f5c9e1934d9d0bae97202 SHA1: 649ecdd622c701f72642429545ee2894eb1bdd04 MD5sum: 480d416ea1a538ca4ef06ed04787eae6 Description: debug symbols for ros-jazzy-dual-laser-merger Build-Ids: 5a9053054c35b3ac12bd33de4bf450620bf66f67 c2e2d6f56e0fecfccd2ecb42c923a71669dad262 Package: ros-jazzy-dummy-map-server Version: 0.33.10-1noble.20260520.010619 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 176 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dummy-map-server/ros-jazzy-dummy-map-server_0.33.10-1noble.20260520.010619_arm64.deb Size: 45694 SHA256: 52c7f1959c49adca318f2b63dd14d163d32c1d1ed0f57cea260e52d94efa87d2 SHA1: 5c088efd0f7dce905baad83d7ee17f5c1cc2c053 MD5sum: d723cdb7ccb0ea51f61b1372f8c76fe7 Description: dummy map server node Package: ros-jazzy-dummy-map-server-dbgsym Package-Type: ddeb Source: ros-jazzy-dummy-map-server Version: 0.33.10-1noble.20260520.010619 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 794 Depends: ros-jazzy-dummy-map-server (= 0.33.10-1noble.20260520.010619) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dummy-map-server/ros-jazzy-dummy-map-server-dbgsym_0.33.10-1noble.20260520.010619_arm64.deb Size: 715760 SHA256: 740506565d92c7780357b224a6543ed19ad50049edede77136aa36df3f360496 SHA1: 82c64762281cadcc2060ea801d0fe42e997de1ee MD5sum: 1bd3b3099ef2807cd985de7632e9751e Description: debug symbols for ros-jazzy-dummy-map-server Build-Ids: 18cd238e0a35d55f9fa29da11df85f7abc899a92 Package: ros-jazzy-dummy-robot-bringup Version: 0.33.10-1noble.20260520.014014 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 58 Depends: ros-jazzy-ament-index-python, ros-jazzy-dummy-map-server, ros-jazzy-dummy-sensors, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-robot-state-publisher, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dummy-robot-bringup/ros-jazzy-dummy-robot-bringup_0.33.10-1noble.20260520.014014_arm64.deb Size: 9252 SHA256: 9342b34883660c42ff52900ede8221db4ae98665cf24973a0ba66bd70ac80de0 SHA1: 0fc9ce1766ce82a68ef78135d991d124e9f080e7 MD5sum: 8ee4635a9c50a1f973822203ab03c48e Description: dummy robot bringup Package: ros-jazzy-dummy-sensors Version: 0.33.10-1noble.20260520.013554 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 307 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dummy-sensors/ros-jazzy-dummy-sensors_0.33.10-1noble.20260520.013554_arm64.deb Size: 63244 SHA256: 765cd78844ba4d236d3d8a685d8258e7d32fb7fab845b5eec9291a66c2250533 SHA1: 5a6e452c1582e0a60d10d8f3b515034d57195871 MD5sum: cd3e4dccf632c8fd75c53c81bc502a26 Description: dummy sensor nodes Package: ros-jazzy-dummy-sensors-dbgsym Package-Type: ddeb Source: ros-jazzy-dummy-sensors Version: 0.33.10-1noble.20260520.013554 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 1558 Depends: ros-jazzy-dummy-sensors (= 0.33.10-1noble.20260520.013554) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dummy-sensors/ros-jazzy-dummy-sensors-dbgsym_0.33.10-1noble.20260520.013554_arm64.deb Size: 1401292 SHA256: 523ff7ac4b5be8f402e49b9f57b26589d2385cd5a5823679513e47eabe837732 SHA1: 2d6fb4455088a34ee930d8e50ae621e7ee644f53 MD5sum: 3b0cb856e8e8dc3c7659573d180b3d99 Description: debug symbols for ros-jazzy-dummy-sensors Build-Ids: 84d09ed94382c384355ed0dad37208b90e5cb768 90bc71486aa6c2227f9cefa22db8306068f5651b Package: ros-jazzy-dwb-core Version: 1.3.12-1noble.20260520.033459 Architecture: arm64 Maintainer: Carl Delsey Installed-Size: 746 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-dwb-msgs, ros-jazzy-geometry-msgs, ros-jazzy-nav-2d-utils, ros-jazzy-nav-msgs, ros-jazzy-nav2-core, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-std-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dwb-core/ros-jazzy-dwb-core_1.3.12-1noble.20260520.033459_arm64.deb Size: 192976 SHA256: 1525597548af5a85f98c4eb8acd07d88fb4d42c62e812adccf8d4e6cc442878c SHA1: 2402438f5ed6b3920f65c0807959af0fb72889b6 MD5sum: 38783205e0d000519772b67b824842c4 Description: DWB core interfaces package Package: ros-jazzy-dwb-core-dbgsym Package-Type: ddeb Source: ros-jazzy-dwb-core Version: 1.3.12-1noble.20260520.033459 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Carl Delsey Installed-Size: 3478 Depends: ros-jazzy-dwb-core (= 1.3.12-1noble.20260520.033459) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dwb-core/ros-jazzy-dwb-core-dbgsym_1.3.12-1noble.20260520.033459_arm64.deb Size: 3129226 SHA256: 92a51ad266903fb256fc63f0289a3ffaaeb2f52c19c8598083f158b2b7b87346 SHA1: 6ab77bf43f6701992e8255940625a0de780790b2 MD5sum: 2b336038d08b06f9199f8148484aca95 Description: debug symbols for ros-jazzy-dwb-core Build-Ids: 0469111a0cb825dbb97d0a011c837e02797c7c3c Package: ros-jazzy-dwb-critics Version: 1.3.12-1noble.20260520.041806 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 311 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-angles, ros-jazzy-costmap-queue, ros-jazzy-dwb-core, ros-jazzy-geometry-msgs, ros-jazzy-nav-2d-msgs, ros-jazzy-nav-2d-utils, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dwb-critics/ros-jazzy-dwb-critics_1.3.12-1noble.20260520.041806_arm64.deb Size: 56320 SHA256: d37f9a8728c715e96ebf02bd1e05a33196c8daa6d9e70df13fd09fc55ca7372f SHA1: 0ef9c4b88f18c787958c7ec7f2146e0c7ae5a62f MD5sum: f2437e7377179154887ce3949f650a75 Description: The dwb_critics package Package: ros-jazzy-dwb-critics-dbgsym Package-Type: ddeb Source: ros-jazzy-dwb-critics Version: 1.3.12-1noble.20260520.041806 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 2432 Depends: ros-jazzy-dwb-critics (= 1.3.12-1noble.20260520.041806) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dwb-critics/ros-jazzy-dwb-critics-dbgsym_1.3.12-1noble.20260520.041806_arm64.deb Size: 2287694 SHA256: 2b957b04df4f40d711b3dd9df16f48eafd778abe50434f02c29dbebbe21089ea SHA1: 71f38dc1457e150541c12a46875d8d1a88de9db3 MD5sum: 01e2e253678839d9556f651f25df321f Description: debug symbols for ros-jazzy-dwb-critics Build-Ids: 18cd3c56a1efcae3a091ee45fdc9d6c6c5a77513 Package: ros-jazzy-dwb-msgs Version: 1.3.12-1noble.20260519.193218 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 3412 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-nav-2d-msgs, ros-jazzy-nav-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dwb-msgs/ros-jazzy-dwb-msgs_1.3.12-1noble.20260519.193218_arm64.deb Size: 230558 SHA256: eb13ad047db4808b1d9374b7b8f34f8b343a18ef86fbeb904477220b9f60a83a SHA1: 56982139f8b9267731a5ebe25ddcbfde2d11b8c9 MD5sum: 9660cfeff8a70ef463eaf0ab7a41b3af Description: Message/Service definitions specifically for the dwb_core Package: ros-jazzy-dwb-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-dwb-msgs Version: 1.3.12-1noble.20260519.193218 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 2777 Depends: ros-jazzy-dwb-msgs (= 1.3.12-1noble.20260519.193218) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dwb-msgs/ros-jazzy-dwb-msgs-dbgsym_1.3.12-1noble.20260519.193218_arm64.deb Size: 2194414 SHA256: eeef911e6eea37101619f556f6725757c97732352828457811c3133b93a2aec7 SHA1: 1f1fbf48b34595be59a3bc8953a250765c4a5b66 MD5sum: 70adddaedfb83fa0a35f2089f5ea3d65 Description: debug symbols for ros-jazzy-dwb-msgs Build-Ids: 13233dbc7a386a7ad96b63e5e463aa26dbce6e2f 13badf95c4175ae4c52a71eb203aa8384ff7237b 1e2d263bba82189e4cfa2515418456a75848c0aa 59cad4e8e2cef385ff6c89d3f7bea8d40373a19f 5d917fede90482eeb098d5e42a2772eb52ae8a2a 5f85817a7b95ad9e501260a19c2921e5dba163c0 8f718ad5e3742828426246cbf89b7bf16695e9b2 b0374d361a647016ad3ed734236a96fe37d43162 df7fc8eba89e57ff1be7b1bfdc6923368556546e e1868c4ab6418cd04844166aacb2a03ee6690930 f06db8af03d427ce35abba94a44e223936d37f29 Package: ros-jazzy-dwb-plugins Version: 1.3.12-1noble.20260520.033925 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 213 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-angles, ros-jazzy-dwb-core, ros-jazzy-nav-2d-msgs, ros-jazzy-nav-2d-utils, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dwb-plugins/ros-jazzy-dwb-plugins_1.3.12-1noble.20260520.033925_arm64.deb Size: 44444 SHA256: c7d5ea8dd96166997cf34723f5ed7baeeb0566fe436c4a88ee534dff5158db1a SHA1: 3abf6753c291f114fce694d56321f58e89cd29a9 MD5sum: bd16095f817f51b206dc36c002c1d15c Description: Standard implementations of the GoalChecker and TrajectoryGenerators for dwb_core Package: ros-jazzy-dwb-plugins-dbgsym Package-Type: ddeb Source: ros-jazzy-dwb-plugins Version: 1.3.12-1noble.20260520.033925 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 1002 Depends: ros-jazzy-dwb-plugins (= 1.3.12-1noble.20260520.033925) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dwb-plugins/ros-jazzy-dwb-plugins-dbgsym_1.3.12-1noble.20260520.033925_arm64.deb Size: 932044 SHA256: 502d560f43d5226304d1afa0d396411d839f0396510b58db5e46777456e09702 SHA1: 3af83eb533e9c8068e584193ac2c5e98151056d4 MD5sum: 091548974b5cdd88a9203704c0a1ef6c Description: debug symbols for ros-jazzy-dwb-plugins Build-Ids: b21e5d524adfe90c88071c9ab46a159067b3fdf7 Package: ros-jazzy-dynamic-edt-3d Version: 1.10.0-4noble.20260305.204114 Architecture: arm64 Maintainer: Christoph Sprunk Installed-Size: 173 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 11), ros-jazzy-octomap, ros-jazzy-ros-workspace Homepage: http://octomap.github.io Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dynamic-edt-3d/ros-jazzy-dynamic-edt-3d_1.10.0-4noble.20260305.204114_arm64.deb Size: 25490 SHA256: ad5ee6ba3c46ab4b332cc88902de5dc8b8504686caf4fea5452e8f8796d08c7e SHA1: 41defe6fa86154be93fda911b476ca43013a520d MD5sum: 1841fcc12615197750fae1ea0d57830c Description: The dynamicEDT3D library implements an inrementally updatable Euclidean distance transform (EDT) in 3D. It comes with a wrapper to use the OctoMap 3D representation and hooks into the change detection of the OctoMap library to propagate changes to the EDT. Package: ros-jazzy-dynamic-edt-3d-dbgsym Package-Type: ddeb Source: ros-jazzy-dynamic-edt-3d Version: 1.10.0-4noble.20260305.204114 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christoph Sprunk Installed-Size: 91 Depends: ros-jazzy-dynamic-edt-3d (= 1.10.0-4noble.20260305.204114) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dynamic-edt-3d/ros-jazzy-dynamic-edt-3d-dbgsym_1.10.0-4noble.20260305.204114_arm64.deb Size: 73254 SHA256: 8bca48b0f00d91f0061bccee86289886e683a34852f5e7b4cf0d70a84c52935b SHA1: 176d0714e6bc2d1c8f6ec0ad19568bce47ee39ac MD5sum: 56fb9a1a3b45aab051797c1fb65f8693 Description: debug symbols for ros-jazzy-dynamic-edt-3d Build-Ids: 09afd57a7e0f9c6d205e91aef71a0c00ef2990ea Package: ros-jazzy-dynamixel-hardware Version: 0.5.0-1noble.20260520.032831 Architecture: arm64 Maintainer: Yutaka Kondo Installed-Size: 199 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-dynamixel-workbench-toolbox, ros-jazzy-hardware-interface, ros-jazzy-lifecycle-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dynamixel-hardware/ros-jazzy-dynamixel-hardware_0.5.0-1noble.20260520.032831_arm64.deb Size: 41842 SHA256: 7dd596e8075a505285781d0330d7e4cbc9a73dfc6325d45c5be838e4c5cb89d1 SHA1: c1b9e5706959835dff8e765a3fc8abd8f752a247 MD5sum: 6f9609726a6646f3ea3403f145a73b7e Description: ros2_control hardware for ROBOTIS Dynamixel Package: ros-jazzy-dynamixel-hardware-dbgsym Package-Type: ddeb Source: ros-jazzy-dynamixel-hardware Version: 0.5.0-1noble.20260520.032831 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Yutaka Kondo Installed-Size: 715 Depends: ros-jazzy-dynamixel-hardware (= 0.5.0-1noble.20260520.032831) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dynamixel-hardware/ros-jazzy-dynamixel-hardware-dbgsym_0.5.0-1noble.20260520.032831_arm64.deb Size: 676582 SHA256: f258847f841071ec5c8a3b459b064eba5fbf95661cdc401cf7c6fba72bd5bea7 SHA1: d9472be46904cf11528fc0a4d7253fcedc9908c1 MD5sum: 56198b02b94946aa99705cecbf420867 Description: debug symbols for ros-jazzy-dynamixel-hardware Build-Ids: 46c624b9ecd680fdab78abe61be3c14adb55272b Package: ros-jazzy-dynamixel-hardware-interface Version: 1.5.2-1noble.20260520.032921 Architecture: arm64 Maintainer: Pyo Installed-Size: 1276 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-dynamixel-interfaces, ros-jazzy-dynamixel-sdk, ros-jazzy-hardware-interface, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-realtime-tools, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dynamixel-hardware-interface/ros-jazzy-dynamixel-hardware-interface_1.5.2-1noble.20260520.032921_arm64.deb Size: 266034 SHA256: e75c51c5ad85e5e725c3a6f84536c9b8cf43d258e7f8d5626fdef4d25fa2f0d5 SHA1: 4f3542166d76691571e376a4666180d247065b2a MD5sum: 49aa9dbe3dea274c7662055d6eef7550 Description: ROS 2 package providing a hardware interface for controlling Dynamixel motors via the ROS 2 control framework. Package: ros-jazzy-dynamixel-hardware-interface-dbgsym Package-Type: ddeb Source: ros-jazzy-dynamixel-hardware-interface Version: 1.5.2-1noble.20260520.032921 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 3738 Depends: ros-jazzy-dynamixel-hardware-interface (= 1.5.2-1noble.20260520.032921) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dynamixel-hardware-interface/ros-jazzy-dynamixel-hardware-interface-dbgsym_1.5.2-1noble.20260520.032921_arm64.deb Size: 3429806 SHA256: 7a8bdb7eae4ec73516680030010ccd400307e40488b3f76cdc04ad771cfc8000 SHA1: 49496bcf4371acd60b90a9c78bc2e5583a7c0a91 MD5sum: 13788ae2d8b0a14587a0accc7b020e89 Description: debug symbols for ros-jazzy-dynamixel-hardware-interface Build-Ids: a8d9947220c97f72e49af7502ffa66f52ea42fde Package: ros-jazzy-dynamixel-interfaces Version: 1.0.1-1noble.20260519.184127 Architecture: arm64 Maintainer: Pyo Installed-Size: 2132 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-action-msgs, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dynamixel-interfaces/ros-jazzy-dynamixel-interfaces_1.0.1-1noble.20260519.184127_arm64.deb Size: 141002 SHA256: b69d61df4c8f55df5e001fb70d4fd97f13f01ae4a5fd72d878c8c83189996679 SHA1: a54a26f236cca20c334343b8d24fecf12841b496 MD5sum: 2670db8aaa403783c8d5202e73441fba Description: dynamixel_interfaces contains base messages and service useful for controlling Dynamixel. Package: ros-jazzy-dynamixel-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-dynamixel-interfaces Version: 1.0.1-1noble.20260519.184127 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 1349 Depends: ros-jazzy-dynamixel-interfaces (= 1.0.1-1noble.20260519.184127) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dynamixel-interfaces/ros-jazzy-dynamixel-interfaces-dbgsym_1.0.1-1noble.20260519.184127_arm64.deb Size: 1001620 SHA256: c746506ca8336272ce9c952f675b997e0fa10e8af5d08da9a2187c509ab332ee SHA1: 96cff9f52080844ef270878cbb1afb85e6d42361 MD5sum: ff3a9b71b22bfde5693db387a0abb97b Description: debug symbols for ros-jazzy-dynamixel-interfaces Build-Ids: 034bf28cb36f760700349ef95d1645a36fe62490 2a907c52c8d529bcc6c182b5a8e2f5fb85b86959 2c53614ff81070d34449d0efc9b6f42e65569b30 32e88e471decfc2fffda506a3d3c29c52b41900e 463b195c30dabcfd614d460e005717b2313452e4 4d378c4650232da2c78f94aa2bc2505edf25bf95 6af4af841744d0a032f5b1ecd7f86aa715c8a471 74080b8294da3d0d3c2615f63c3c944d6f734d4a 835df0b4d362fcc41e88a9322bf2faca5add60d1 b8e868d63791f3833f754394058777c33aa9d7a8 eeb80b11dc67d7cc1be687808e43b6c549aacfa8 Package: ros-jazzy-dynamixel-sdk Version: 4.0.3-1noble.20260305.212314 Architecture: arm64 Maintainer: Pyo Installed-Size: 917 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/dynamixel_sdk Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dynamixel-sdk/ros-jazzy-dynamixel-sdk_4.0.3-1noble.20260305.212314_arm64.deb Size: 112286 SHA256: eb716144b6a3d419fffe3ad754805410e02147194770d7e19ddc46c362defbaf SHA1: 084bcf070a2b1dbfd9e2f21fdbd798e3a2848e7c MD5sum: 1e79c91b461bfaede62eeb29f479bbf6 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-jazzy-dynamixel-sdk-custom-interfaces Version: 4.0.3-1noble.20260519.035954 Architecture: arm64 Maintainer: Pyo Installed-Size: 1317 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/dynamixel_sdk Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dynamixel-sdk-custom-interfaces/ros-jazzy-dynamixel-sdk-custom-interfaces_4.0.3-1noble.20260519.035954_arm64.deb Size: 73652 SHA256: 0daa0b4e199780ce58ac80cb5cc2905733b9b95ef23961dd4b9409bb08bf1e8b SHA1: 1db46462b11b8551ff52a32f5d9bce22bafe453c MD5sum: 391c267d36bf661358941c33c63f09f4 Description: ROS 2 custom interface examples using ROBOTIS DYNAMIXEL SDK Package: ros-jazzy-dynamixel-sdk-custom-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-dynamixel-sdk-custom-interfaces Version: 4.0.3-1noble.20260519.035954 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 577 Depends: ros-jazzy-dynamixel-sdk-custom-interfaces (= 4.0.3-1noble.20260519.035954) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dynamixel-sdk-custom-interfaces/ros-jazzy-dynamixel-sdk-custom-interfaces-dbgsym_4.0.3-1noble.20260519.035954_arm64.deb Size: 390254 SHA256: dc088f7469d11ba5c4886a8ed5b5591ec8a211bba28fb69ac2beec490b3fa98f SHA1: dede617e372f061b8330e38f29bd0853342ec101 MD5sum: 6e2b2e91638ffb3dec336834d97c4c90 Description: debug symbols for ros-jazzy-dynamixel-sdk-custom-interfaces Build-Ids: 3f0b0aea793ee7f611a82d78dea411924f7ebe3e 4f5694767cd0cbe48c68426b2a516dace8fbc64b 5045d42918dd523b7a1dc05721f43f493f2ba0b4 6a44a6d8f2f10c4f3216f89d9bc44b6453e1b4d5 731cbdf8aed2dcab70f5f958273323ebeeaf5db7 80b874b3675abffdcc5902714ecffd2b9e23fe35 8136b948ecffac5cfe0acd71c457a27a9c6d2f3e c08d680d46111131729717ab2b25806dd2c23fed e558440c2b22794750f54f16623a6eac8d811ac5 eb03952176965a3183315a2bb3c48b36ad7518ec ef4be809669641cb57c134e4fdf0a37a76347cf6 Package: ros-jazzy-dynamixel-sdk-dbgsym Package-Type: ddeb Source: ros-jazzy-dynamixel-sdk Version: 4.0.3-1noble.20260305.212314 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 864 Depends: ros-jazzy-dynamixel-sdk (= 4.0.3-1noble.20260305.212314) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dynamixel-sdk/ros-jazzy-dynamixel-sdk-dbgsym_4.0.3-1noble.20260305.212314_arm64.deb Size: 782734 SHA256: fc28c05af9240bd44236a22332444a354766025a7f35f6b5e70a6d50d99fbd65 SHA1: 7c4224c86d7f1e1a06df826ef5bd8ae08cfeb828 MD5sum: 08985e21912c27ba7a097fdf7a6af381 Description: debug symbols for ros-jazzy-dynamixel-sdk Build-Ids: 61579bd7de6cb1a8508a490c4e58f5cfb4b4fd1a Package: ros-jazzy-dynamixel-sdk-examples Version: 4.0.3-1noble.20260519.215611 Architecture: arm64 Maintainer: Pyo Installed-Size: 500 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-dynamixel-sdk, ros-jazzy-dynamixel-sdk-custom-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclpy, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/dynamixel_sdk Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dynamixel-sdk-examples/ros-jazzy-dynamixel-sdk-examples_4.0.3-1noble.20260519.215611_arm64.deb Size: 103894 SHA256: 7926b53943bf0b2a81adc5b08b80e137a512ab1494df655f3f56af4a42e7f147 SHA1: b24a03bd8497ab03a64bf9279c662044a2c45391 MD5sum: 8f1497e8708fe7bd7761e04e72e3f590 Description: ROS 2 examples using ROBOTIS DYNAMIXEL SDK Package: ros-jazzy-dynamixel-sdk-examples-dbgsym Package-Type: ddeb Source: ros-jazzy-dynamixel-sdk-examples Version: 4.0.3-1noble.20260519.215611 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 2185 Depends: ros-jazzy-dynamixel-sdk-examples (= 4.0.3-1noble.20260519.215611) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dynamixel-sdk-examples/ros-jazzy-dynamixel-sdk-examples-dbgsym_4.0.3-1noble.20260519.215611_arm64.deb Size: 1819298 SHA256: cc2c460fbdc3048f67515a892c7137dc2a22b0ef3efe1ff238a8dfd5cbf91752 SHA1: 7629ccc17531d438cefa3d8ae6d10cdfd8c01325 MD5sum: ccedb522569cee1e7ce2a0d6ea359021 Description: debug symbols for ros-jazzy-dynamixel-sdk-examples Build-Ids: 01bad661a07bac78e807decf8611554a4d37c99d Package: ros-jazzy-dynamixel-workbench Version: 2.2.5-1noble.20260305.233833 Architecture: arm64 Maintainer: Pyo Installed-Size: 42 Depends: ros-jazzy-dynamixel-workbench-toolbox, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/dynamixel_workbench Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dynamixel-workbench/ros-jazzy-dynamixel-workbench_2.2.5-1noble.20260305.233833_arm64.deb Size: 6024 SHA256: b5430747d272a51c482592c141ffd8f4de86b2828e8e71feb18f2f2d54b0fc32 SHA1: 3d2e648f76967d6eb6295a690ed3ced0fb2b6be5 MD5sum: 39f0fc2cf74b217ca23fb75c0f2c6748 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-jazzy-dynamixel-workbench-msgs Version: 2.1.0-1noble.20260519.170837 Architecture: arm64 Maintainer: Pyo Installed-Size: 6830 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/dynamixel_workbench_msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dynamixel-workbench-msgs/ros-jazzy-dynamixel-workbench-msgs_2.1.0-1noble.20260519.170837_arm64.deb Size: 301722 SHA256: b5bc6e97aafb205ff60bdfd6633b6a66b84021769e5c1bf8ef673e3ccedea1f0 SHA1: 75f9b2dbfad344155e2688660441ba15b29fcc31 MD5sum: 6e3f5b45b1dde3f152f0b2f14c7c9960 Description: This package includes ROS messages and services for dynamixel_workbench packages Package: ros-jazzy-dynamixel-workbench-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-dynamixel-workbench-msgs Version: 2.1.0-1noble.20260519.170837 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 3210 Depends: ros-jazzy-dynamixel-workbench-msgs (= 2.1.0-1noble.20260519.170837) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dynamixel-workbench-msgs/ros-jazzy-dynamixel-workbench-msgs-dbgsym_2.1.0-1noble.20260519.170837_arm64.deb Size: 2448326 SHA256: 63e6b2d255be002864313909be281f020c5df31a5690c040f3135b584db16409 SHA1: df539205c113d4939daa9f093b45fbe2e38d03e7 MD5sum: ccd3107c816bb36cb96fd25da8bebb98 Description: debug symbols for ros-jazzy-dynamixel-workbench-msgs Build-Ids: 0f3968fa2a0b53e18d55b49abb6a96b39a82e58a 2055def5d5168c607c3412372f949b2cff2605b3 64f2edca646289f36363ffa0cb90eeb5fbd24511 65d3a55c48f29f60cbb75d4711efd2e573847fea 69b8cd629a5e9c9324bae11f006bd5878fc8c6db 9dfd1d0b3e1e03f393b6d45e611410557b17712d adb8f86c4d91f0efda1058e90aed3e3aa0bf800a af4badae86c357294f271a7640491659fbaed058 d5152570d377e95e9d2f2b71b2fe4f44e62ac21f d5364e24a4f67172340c7348c2a48ab767ae8d08 f843e4fa7ca9a467bcea2b2dce338e22f4ef200a Package: ros-jazzy-dynamixel-workbench-toolbox Version: 2.2.5-1noble.20260305.212849 Architecture: arm64 Maintainer: Pyo Installed-Size: 213 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5), ros-jazzy-dynamixel-sdk, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/dynamixel_workbench_toolbox Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dynamixel-workbench-toolbox/ros-jazzy-dynamixel-workbench-toolbox_2.2.5-1noble.20260305.212849_arm64.deb Size: 38146 SHA256: f26c43687ab9d563cf6ba21bb071f33ad199380fd65d42b7e1ca05c8f09cabc6 SHA1: 95f8be716d36c057a061fc733fddb4a30bd17b74 MD5sum: d4fbd10b0ddcf542852ed667b6cd9ce9 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-jazzy-dynamixel-workbench-toolbox-dbgsym Package-Type: ddeb Source: ros-jazzy-dynamixel-workbench-toolbox Version: 2.2.5-1noble.20260305.212849 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 135 Depends: ros-jazzy-dynamixel-workbench-toolbox (= 2.2.5-1noble.20260305.212849) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dynamixel-workbench-toolbox/ros-jazzy-dynamixel-workbench-toolbox-dbgsym_2.2.5-1noble.20260305.212849_arm64.deb Size: 98904 SHA256: 800b3b0fd2143c71bd0518191cfcac1e844ade1accc04dbb67a4d2b99896ff64 SHA1: 4740f9e3cf1d13346fc99c6d2f8c7420bdd13b95 MD5sum: 95f98f252208115d04265b66756b1541 Description: debug symbols for ros-jazzy-dynamixel-workbench-toolbox Build-Ids: 3e7d16d87162c04693bbf7e75c61398a003ca784 Package: ros-jazzy-easynav Version: 0.2.2-1noble.20260520.040712 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 46 Depends: ros-jazzy-easynav-common, ros-jazzy-easynav-controller, ros-jazzy-easynav-core, ros-jazzy-easynav-interfaces, ros-jazzy-easynav-localizer, ros-jazzy-easynav-maps-manager, ros-jazzy-easynav-planner, ros-jazzy-easynav-sensors, ros-jazzy-easynav-support-py, ros-jazzy-easynav-system, ros-jazzy-easynav-tools, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav/ros-jazzy-easynav_0.2.2-1noble.20260520.040712_arm64.deb Size: 6452 SHA256: f66aaecdd1c44efb0c314c3b8dea5a73ac8edf4d2e2a888b192fc8047b65b51f SHA1: 7a2b840966e8764f04088e55f0a23e496d7b35ec MD5sum: d6349c1603efdd9f600762c7080a73e1 Description: Easy Navigation:Mata package for installing all EasyNav. Package: ros-jazzy-easynav-bonxai-maps-manager Version: 0.2.1-2noble.20260520.020908 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 1115 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgraphicsmagick++-q16-12t64 (>= 1.3.26-5~), libpcl-common1.14 (>= 1.14.0+dfsg), libpcl-io1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), graphicsmagick-libmagick-dev-compat, libgraphicsmagick++1-dev, ros-jazzy-ament-index-cpp, ros-jazzy-easynav-common, ros-jazzy-easynav-core, ros-jazzy-nav-msgs, ros-jazzy-pcl-conversions, ros-jazzy-pcl-ros, ros-jazzy-pluginlib, ros-jazzy-sensor-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-yaets, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-bonxai-maps-manager/ros-jazzy-easynav-bonxai-maps-manager_0.2.1-2noble.20260520.020908_arm64.deb Size: 234286 SHA256: ea51521634c880a8636ef4336f4047753cccacdb26da792e0402301fb0793ebb SHA1: b7a7636188dc3cc91714eb206d91dd6b641e1cfa MD5sum: 0ed1bc3270e86097e9050557360106b4 Description: Easy Navigation: Simple MapsManager package. Package: ros-jazzy-easynav-bonxai-maps-manager-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-bonxai-maps-manager Version: 0.2.1-2noble.20260520.020908 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 5865 Depends: ros-jazzy-easynav-bonxai-maps-manager (= 0.2.1-2noble.20260520.020908) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-bonxai-maps-manager/ros-jazzy-easynav-bonxai-maps-manager-dbgsym_0.2.1-2noble.20260520.020908_arm64.deb Size: 5190190 SHA256: af278ff7487afda5803f9c2521cba312a6f872a934af9acd0ce00d1538ae9ba6 SHA1: cdfd10edcd6094496a3c281c34e92c798a04812d MD5sum: 24e3f2bfad8c9ba46c3f5036f06e8a3c Description: debug symbols for ros-jazzy-easynav-bonxai-maps-manager Build-Ids: 28489e2245fba5a9c13758bff5c0789240ad61f0 bf7940927d92aa0f5c9acc4b1ef7c1ebcf0612df Package: ros-jazzy-easynav-common Version: 0.2.2-1noble.20260520.011741 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 1881 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libpcl-common1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), ros-jazzy-cv-bridge, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-pcl-conversions, ros-jazzy-pcl-ros, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-sensor-msgs, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-vision-msgs, ros-jazzy-yaets, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-common/ros-jazzy-easynav-common_0.2.2-1noble.20260520.011741_arm64.deb Size: 280964 SHA256: b2909a00047023a115bc962c2c3c3be7ab192adcd9c1edfd9608f3e888a29f43 SHA1: 848cb26850bf2699195a9f9f3c829a3e3e572615 MD5sum: a8331c6b4377e672f4553119065aa5bc Description: Easy Navigation: Utils and types package. Package: ros-jazzy-easynav-common-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-common Version: 0.2.2-1noble.20260520.011741 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 9243 Depends: ros-jazzy-easynav-common (= 0.2.2-1noble.20260520.011741) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-common/ros-jazzy-easynav-common-dbgsym_0.2.2-1noble.20260520.011741_arm64.deb Size: 7543722 SHA256: 2c6e0f007c0e7f412525ba5d6386bae67845912b7f229e2ff900972d69e47a83 SHA1: 44b97b4530126c660281616ecef7934da2cc3a67 MD5sum: 54964d04f12aff27d522a6b47ae90bcb Description: debug symbols for ros-jazzy-easynav-common Build-Ids: efb5a06732fcfbcc2659817ba4b22f32504068af Package: ros-jazzy-easynav-controller Version: 0.2.2-1noble.20260520.021826 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 477 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-easynav-common, ros-jazzy-easynav-core, ros-jazzy-geometry-msgs, ros-jazzy-lifecycle-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-controller/ros-jazzy-easynav-controller_0.2.2-1noble.20260520.021826_arm64.deb Size: 118744 SHA256: bf0d0daccc042bb1cf88f8146f2c4996669cceb56df6a61292055cd624997ae4 SHA1: 84c813ef016e9c6ba2558f99a2a894c98ae5f3c9 MD5sum: 3b189e5dbdabac574473bb7d4bf8f42f Description: Easy Navigation: Controller package. Package: ros-jazzy-easynav-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-controller Version: 0.2.2-1noble.20260520.021826 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 1997 Depends: ros-jazzy-easynav-controller (= 0.2.2-1noble.20260520.021826) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-controller/ros-jazzy-easynav-controller-dbgsym_0.2.2-1noble.20260520.021826_arm64.deb Size: 1834454 SHA256: 0e5bbd4b95a3480fa9e71d11e8a2d28529ab77dc3f201c2e556d75b979a606fe SHA1: 22cb9866520873138adde0cb77ce49c9e9c6664e MD5sum: e611992516e2eaff4fab236000a0bee2 Description: debug symbols for ros-jazzy-easynav-controller Build-Ids: 6eecf834b7cc6a35288e01b982e76682587e6952 a34bf66385ca4a027c5ef496377a69ae4f7b375e Package: ros-jazzy-easynav-core Version: 0.2.2-1noble.20260520.015755 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 283 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-easynav-common, ros-jazzy-pcl-ros, ros-jazzy-rclcpp-lifecycle, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-core/ros-jazzy-easynav-core_0.2.2-1noble.20260520.015755_arm64.deb Size: 77176 SHA256: 00d841fd5f5f44c4e6ceae48363c991addebb01963b4baefab223855b3b92da3 SHA1: 74ef3bdca8278a2de8fc85af314bcf6503d0dea2 MD5sum: 614a68ab315eda1070c470b151457138 Description: Easy Navigation: Abstract interfaces for easynav plugins. Package: ros-jazzy-easynav-core-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-core Version: 0.2.2-1noble.20260520.015755 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 1889 Depends: ros-jazzy-easynav-core (= 0.2.2-1noble.20260520.015755) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-core/ros-jazzy-easynav-core-dbgsym_0.2.2-1noble.20260520.015755_arm64.deb Size: 1754214 SHA256: 69ab853c3744689e0bade9a5920e49e32055d546e835fffaf56c602a75f5a4dd SHA1: 22b574d84b734493ac8b79e2f015923bf596f66a MD5sum: 4bdc152b0616999ebdacd72054dfdb33 Description: debug symbols for ros-jazzy-easynav-core Build-Ids: c5e4051577468cd89eee6b574fb74662963dc988 Package: ros-jazzy-easynav-costmap-common Version: 0.2.1-2noble.20260520.013039 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 169 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5), ros-jazzy-ament-index-cpp, ros-jazzy-easynav-common, ros-jazzy-nav-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-costmap-common/ros-jazzy-easynav-costmap-common_0.2.1-2noble.20260520.013039_arm64.deb Size: 26324 SHA256: 5762e35c22443efa4ef2d507748b1e3af85179d6552f8876902368a4de6270be SHA1: 916a918d3f4bacf8dc3c45d431de7232e2b23a5e MD5sum: eb4dfcaae19f81dbec78fd7490c23a6d Description: Easy Navigation: Simple Common package. Package: ros-jazzy-easynav-costmap-common-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-costmap-common Version: 0.2.1-2noble.20260520.013039 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 95 Depends: ros-jazzy-easynav-costmap-common (= 0.2.1-2noble.20260520.013039) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-costmap-common/ros-jazzy-easynav-costmap-common-dbgsym_0.2.1-2noble.20260520.013039_arm64.deb Size: 76544 SHA256: 7b2693d14452713e183b514233efb419249672c6425d6e3a2d0a4b83b0b1eef1 SHA1: 57ef14745c18b20964d12250000a527da3e87f8d MD5sum: 9a0dffb217ba3a0faebc68e2f2c1143a Description: debug symbols for ros-jazzy-easynav-costmap-common Build-Ids: 69f452e1f26f3aeab1d447ba51913e2a5c26b301 Package: ros-jazzy-easynav-costmap-maps-manager Version: 0.2.1-2noble.20260520.020938 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 1006 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 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), graphicsmagick-libmagick-dev-compat, libgraphicsmagick++1-dev, ros-jazzy-ament-index-cpp, ros-jazzy-easynav-common, ros-jazzy-easynav-core, ros-jazzy-easynav-costmap-common, ros-jazzy-nav-msgs, ros-jazzy-pluginlib, ros-jazzy-std-srvs, ros-jazzy-tf2-ros, ros-jazzy-yaets, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-costmap-maps-manager/ros-jazzy-easynav-costmap-maps-manager_0.2.1-2noble.20260520.020938_arm64.deb Size: 253828 SHA256: a86a1806fc734200e19f669a4151d81da6cafef81e8720930db1fead95ae8344 SHA1: c16a36094a49d97b52587470a82d5cd9190e8863 MD5sum: a969f2a33733cb91f81ae4b7520e1de0 Description: Easy Navigation: Simple MapsManager package. Package: ros-jazzy-easynav-costmap-maps-manager-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-costmap-maps-manager Version: 0.2.1-2noble.20260520.020938 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 5734 Depends: ros-jazzy-easynav-costmap-maps-manager (= 0.2.1-2noble.20260520.020938) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-costmap-maps-manager/ros-jazzy-easynav-costmap-maps-manager-dbgsym_0.2.1-2noble.20260520.020938_arm64.deb Size: 5183980 SHA256: 7fa1138a9d45d0fd66114d65a2d7be5de2ba7219e39e61923736d733f55d5932 SHA1: ac70b421c5dfdb537cf051f6a5e70b0118f7204d MD5sum: a0109c54d3a9a2282fa96d67abd8e619 Description: debug symbols for ros-jazzy-easynav-costmap-maps-manager Build-Ids: b48f23637b32737662a81c7550d32e8a0d521193 Package: ros-jazzy-easynav-costmap-planner Version: 0.2.1-2noble.20260520.021905 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 336 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-easynav-common, ros-jazzy-easynav-core, ros-jazzy-easynav-costmap-common, ros-jazzy-nav-msgs, ros-jazzy-pluginlib, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-costmap-planner/ros-jazzy-easynav-costmap-planner_0.2.1-2noble.20260520.021905_arm64.deb Size: 78640 SHA256: 71b9c13b4e034f96e3d0a30e8c74055bd6e8e2acf153c142a8a65175dd3beba8 SHA1: 3304e2131ba56eac68aec2a7516443c0f06f3eb6 MD5sum: 24b10ce4e70157f1b69372a870453d71 Description: Easy Navigation: Costmap planner package. Package: ros-jazzy-easynav-costmap-planner-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-costmap-planner Version: 0.2.1-2noble.20260520.021905 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 1316 Depends: ros-jazzy-easynav-costmap-planner (= 0.2.1-2noble.20260520.021905) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-costmap-planner/ros-jazzy-easynav-costmap-planner-dbgsym_0.2.1-2noble.20260520.021905_arm64.deb Size: 1184888 SHA256: 13704986d25aac1c4a35d873bcb485d1469181e08a9055b9cb4524e3a969d666 SHA1: 70e419d4504413a0dbdc61f5c4ffde0baa5004d8 MD5sum: 8bb95b494d75c5550cac642fbeadd1c6 Description: debug symbols for ros-jazzy-easynav-costmap-planner Build-Ids: 387cfe1dd58fc1a961c721f11ec5c102fb54f0e9 Package: ros-jazzy-easynav-fusion-localizer Version: 0.2.1-2noble.20260520.023211 Architecture: arm64 Maintainer: Miguel Ángel de Miguel Installed-Size: 2442 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgeographiclib26 (>= 1.40), libgomp1 (>= 4.9), libstdc++6 (>= 13.1), libgeographiclib-dev, ros-jazzy-angles, ros-jazzy-easynav-common, ros-jazzy-easynav-core, ros-jazzy-easynav-localizer, ros-jazzy-geographic-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-robot-localization, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-fusion-localizer/ros-jazzy-easynav-fusion-localizer_0.2.1-2noble.20260520.023211_arm64.deb Size: 374288 SHA256: 45dde492f3eb11d5763a8e8de720fd074c9333a8c4f0f81a856b3364ae7c20fd SHA1: 1d518535fb9172796d505cb39090eb92ab3727cb MD5sum: 964d3a940b0fe15f678cc5ffdd05ad1b Description: Easy Navigation: Fusion Localizer package. Package: ros-jazzy-easynav-fusion-localizer-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-fusion-localizer Version: 0.2.1-2noble.20260520.023211 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Miguel Ángel de Miguel Installed-Size: 10931 Depends: ros-jazzy-easynav-fusion-localizer (= 0.2.1-2noble.20260520.023211) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-fusion-localizer/ros-jazzy-easynav-fusion-localizer-dbgsym_0.2.1-2noble.20260520.023211_arm64.deb Size: 9205686 SHA256: 9f9651fce3cd199e8a63d6a4b0cc86d385739bf94c83a36dd8c4e8278df9dbc6 SHA1: ff9c5abab1de1f58026db45651646c2ab4b78ac1 MD5sum: b43b5859b9327331f7714fabbdaecfcf Description: debug symbols for ros-jazzy-easynav-fusion-localizer Build-Ids: 1613c5c74091da72a11a3e751e99886636250ef5 Package: ros-jazzy-easynav-gps-localizer Version: 0.2.1-2noble.20260520.022008 Architecture: arm64 Maintainer: Jose Miguel Guerrero Hernandez Installed-Size: 912 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgeographiclib26 (>= 1.40), libstdc++6 (>= 13.1), libgeographiclib-dev, ros-jazzy-easynav-common, ros-jazzy-easynav-core, ros-jazzy-geographic-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-gps-localizer/ros-jazzy-easynav-gps-localizer_0.2.1-2noble.20260520.022008_arm64.deb Size: 151204 SHA256: 64ec2307283ed795070c7c0242b61984f3f6ed80de5a2988e8fb105c0bd2d9c0 SHA1: 09c0e01cd62206cac1ec18a463ea4b6ce49ac65c MD5sum: e8cb46a915f87872dd85ec8eadcb336c Description: Easy Navigation: GPS Localizer package. Package: ros-jazzy-easynav-gps-localizer-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-gps-localizer Version: 0.2.1-2noble.20260520.022008 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose Miguel Guerrero Hernandez Installed-Size: 3783 Depends: ros-jazzy-easynav-gps-localizer (= 0.2.1-2noble.20260520.022008) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-gps-localizer/ros-jazzy-easynav-gps-localizer-dbgsym_0.2.1-2noble.20260520.022008_arm64.deb Size: 3129958 SHA256: fe019a362254d0531677f92c0be4456ae9364503c9c3671df1fbf29f5dfe7fca SHA1: b8efca081cc4e95bf0fc9e19b510e1fbf113b2eb MD5sum: 62b9e7af2e632291adca2d86d313b0bb Description: debug symbols for ros-jazzy-easynav-gps-localizer Build-Ids: fbe82ca44b2d5dd4e870a4e907ac593e353bbd31 Package: ros-jazzy-easynav-interfaces Version: 0.2.2-1noble.20260519.190624 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 1225 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-interfaces/ros-jazzy-easynav-interfaces_0.2.2-1noble.20260519.190624_arm64.deb Size: 68782 SHA256: fa028afc15dba3d8f71aa62735610253c8e6acbba04ec03731f4794e046bce8a SHA1: be8d91b465748e6d265670f51fe92825e3e85a04 MD5sum: 34d984cb5859e50332dad526d2619b0f Description: Easy Navigation: Message, Service, and Action definitions. Package: ros-jazzy-easynav-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-interfaces Version: 0.2.2-1noble.20260519.190624 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 491 Depends: ros-jazzy-easynav-interfaces (= 0.2.2-1noble.20260519.190624) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-interfaces/ros-jazzy-easynav-interfaces-dbgsym_0.2.2-1noble.20260519.190624_arm64.deb Size: 345820 SHA256: f788b525908891eae00e57f652ad747b52e4bc6756698115f894230381e48dd7 SHA1: f84c691865f55a8e1a4044698d392701774eb294 MD5sum: 48dca918c6a542de9fb3ac47996f1f02 Description: debug symbols for ros-jazzy-easynav-interfaces Build-Ids: 1415c832e3fcd829562389343c36a7dd46b95774 212c1dfb4135081c908778bb5dfe3ec20dd32239 4fe4f447a185f72f45c7d3bc27488a57bcdf4c82 56e3b2dfa45c74b85dedf8240dec790183586af4 5aed2b309fb053e7c92b3b0e5791d485d0bf9760 6340b901a430c2873c406d3519a9a968f2b7c5c1 9b6948ccc22e04897eabbedc7bef9b4137326b65 a7ee6cae396a1659013c9a759095af6bb37b68a4 aa98e5c1c397948228b2ebd77f99571799330d82 c98183d49c52640f6be857620cf99647484fa95d d6851d8c4cc94336e3074fc1f501cccc9c9951b0 Package: ros-jazzy-easynav-localizer Version: 0.2.2-1noble.20260520.022021 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 539 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-easynav-common, ros-jazzy-easynav-core, ros-jazzy-lifecycle-msgs, ros-jazzy-nav-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-localizer/ros-jazzy-easynav-localizer_0.2.2-1noble.20260520.022021_arm64.deb Size: 136154 SHA256: 4c671ec85eee381c707ac5c2d42d424b5596905096f4f9bf3252c5b4e22e8827 SHA1: 6ef5f1a4276ae1ba5b2ea64eceade3aee3560a50 MD5sum: aa0421b27631bb1f26fd8c39aa019c45 Description: Easy Navigation: Localizer package. Package: ros-jazzy-easynav-localizer-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-localizer Version: 0.2.2-1noble.20260520.022021 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 2289 Depends: ros-jazzy-easynav-localizer (= 0.2.2-1noble.20260520.022021) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-localizer/ros-jazzy-easynav-localizer-dbgsym_0.2.2-1noble.20260520.022021_arm64.deb Size: 2079014 SHA256: f635d87cf030873289e539fc56627ca840203e03a132f35e6a34ac4df5a0d61e SHA1: c403bcb1fc1841fb64a2cf4fb3682d9010bd910b MD5sum: 8710cf03782cd3c6d7bfdd74fcb771a6 Description: debug symbols for ros-jazzy-easynav-localizer Build-Ids: 8063525538ab0c3c75653100d9ff8e2be6153d14 9d8a2dda50d862180cb8ad6d1424803f0d440f97 Package: ros-jazzy-easynav-maps-manager Version: 0.2.2-1noble.20260520.022129 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 408 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-easynav-common, ros-jazzy-easynav-core, ros-jazzy-lifecycle-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-maps-manager/ros-jazzy-easynav-maps-manager_0.2.2-1noble.20260520.022129_arm64.deb Size: 101794 SHA256: c2ed5a548869c1f12b2fe01cc7f298833198fd6273f51478b972ec7f3d8bd281 SHA1: e82d86e52aed9520b3ce6b798c80c419fbcb8481 MD5sum: 547d6e0ef84909cb38a3b991c46e9ef2 Description: Easy Navigation: MapsManager package. Package: ros-jazzy-easynav-maps-manager-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-maps-manager Version: 0.2.2-1noble.20260520.022129 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 1533 Depends: ros-jazzy-easynav-maps-manager (= 0.2.2-1noble.20260520.022129) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-maps-manager/ros-jazzy-easynav-maps-manager-dbgsym_0.2.2-1noble.20260520.022129_arm64.deb Size: 1408406 SHA256: c5973176e9dcea7b61bd8582e558303bfba378a45e630a8161edbdbc22454751 SHA1: 87ae1c0a1f17ed7cb38a4e2187930c9a508f973b MD5sum: 0e8f5c32daba8d9f50477de5b37b5290 Description: debug symbols for ros-jazzy-easynav-maps-manager Build-Ids: 158b5e42f367f1a4e3d19d9b8173dbf56617fb47 f80a46afdfacda2d154694ecd129b32f1ca5c175 Package: ros-jazzy-easynav-mpc-controller Version: 0.2.1-2noble.20260520.024952 Architecture: arm64 Maintainer: Juan S. Cely G. Installed-Size: 408 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libnlopt0 (>= 2.6.1), libstdc++6 (>= 13.1), ros-jazzy-easynav-common, ros-jazzy-easynav-core, ros-jazzy-easynav-system, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-pluginlib, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-mpc-controller/ros-jazzy-easynav-mpc-controller_0.2.1-2noble.20260520.024952_arm64.deb Size: 98718 SHA256: 5ed7b9ec62877976a7b5951c781060dec7468fd6d6abfceaef1c83d4214a2520 SHA1: 2abfdbc7df7dc6fe04f10f28ea78bf90b481a3a7 MD5sum: 43acb14238829456f9a7c02a4b7351b6 Description: Easy Navigation: MPC Controller package. Package: ros-jazzy-easynav-mpc-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-mpc-controller Version: 0.2.1-2noble.20260520.024952 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Juan S. Cely G. Installed-Size: 2182 Depends: ros-jazzy-easynav-mpc-controller (= 0.2.1-2noble.20260520.024952) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-mpc-controller/ros-jazzy-easynav-mpc-controller-dbgsym_0.2.1-2noble.20260520.024952_arm64.deb Size: 2008932 SHA256: 39a941a0b40f460adbde7a9e5b87eedab370d67c2dfb90e2f4c7295131461914 SHA1: 8a173ad691c0da63ac4c8cc35281dfacaa881d74 MD5sum: afc3aa435241fe66d0af9c31fc94b165 Description: debug symbols for ros-jazzy-easynav-mpc-controller Build-Ids: b4061121031c86ab44e9f1d18265e65b52f66f80 Package: ros-jazzy-easynav-mppi-controller Version: 0.2.1-2noble.20260520.025114 Architecture: arm64 Maintainer: Jose Miguel Guerrero Hernandez Installed-Size: 347 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-easynav-common, ros-jazzy-easynav-core, ros-jazzy-easynav-system, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-pcl-ros, ros-jazzy-pluginlib, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-mppi-controller/ros-jazzy-easynav-mppi-controller_0.2.1-2noble.20260520.025114_arm64.deb Size: 82450 SHA256: 4e8c076f552a9c44cf05278cf6d928031ea4d76b4ca46259ce689d4ceb581efd SHA1: 152c17cd8ece497d277584f62f4285654d8a3c60 MD5sum: 0a1f13eb82a92c9bece0f4050b2b45ad Description: Easy Navigation: MPPI Controller package. Package: ros-jazzy-easynav-mppi-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-mppi-controller Version: 0.2.1-2noble.20260520.025114 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose Miguel Guerrero Hernandez Installed-Size: 1864 Depends: ros-jazzy-easynav-mppi-controller (= 0.2.1-2noble.20260520.025114) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-mppi-controller/ros-jazzy-easynav-mppi-controller-dbgsym_0.2.1-2noble.20260520.025114_arm64.deb Size: 1732290 SHA256: 0c8e8b8056786124a5f12ddaa4ad296d0aa62a5a2d79389593bde8c3f95ea29a SHA1: 2eb9e2150eeb2bca0350fb6e12d6893f8f170eb7 MD5sum: a67c99a05948dd966eb684dac06c1b44 Description: debug symbols for ros-jazzy-easynav-mppi-controller Build-Ids: 2b63b49e946eba41a379b25c1f9a8e57e6129fb2 Package: ros-jazzy-easynav-navmap-localizer Version: 0.2.1-2noble.20260520.023003 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 857 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-easynav-bonxai-maps-manager, ros-jazzy-easynav-common, ros-jazzy-easynav-core, ros-jazzy-easynav-localizer, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-navmap-core, ros-jazzy-navmap-ros, ros-jazzy-navmap-ros-interfaces, ros-jazzy-pluginlib, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-navmap-localizer/ros-jazzy-easynav-navmap-localizer_0.2.1-2noble.20260520.023003_arm64.deb Size: 185414 SHA256: 074fd2ccbfc0b996c5d6aa99228eed070bda4cdef45c5ff6746ad023c81a8469 SHA1: bf490b54e98ad73b3d28b9422de45f592f0a9af3 MD5sum: 7cd50acbe0ade0e592a7b3eb93ed283e Description: Easy Navigation: nAVmAP Localizer package. Package: ros-jazzy-easynav-navmap-localizer-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-navmap-localizer Version: 0.2.1-2noble.20260520.023003 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 4401 Depends: ros-jazzy-easynav-navmap-localizer (= 0.2.1-2noble.20260520.023003) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-navmap-localizer/ros-jazzy-easynav-navmap-localizer-dbgsym_0.2.1-2noble.20260520.023003_arm64.deb Size: 3902570 SHA256: 2d54aa1fcffdb7d8f1e9ea64d7e20599c45947a1ca9114398efd817b460ec5ef SHA1: 51b2ee4d164f63b551913d922a6b179638fd826e MD5sum: 6199afedfa571053685aed7c35df9952 Description: debug symbols for ros-jazzy-easynav-navmap-localizer Build-Ids: ed050fedd398128776f3726438914347624923f5 Package: ros-jazzy-easynav-navmap-maps-manager Version: 0.2.1-2noble.20260520.021040 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 1320 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 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), graphicsmagick-libmagick-dev-compat, libgraphicsmagick++1-dev, ros-jazzy-ament-index-cpp, ros-jazzy-easynav-common, ros-jazzy-easynav-core, ros-jazzy-nav-msgs, ros-jazzy-navmap-core, ros-jazzy-navmap-ros, ros-jazzy-navmap-ros-interfaces, ros-jazzy-pluginlib, ros-jazzy-sensor-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-yaets, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-navmap-maps-manager/ros-jazzy-easynav-navmap-maps-manager_0.2.1-2noble.20260520.021040_arm64.deb Size: 284420 SHA256: bd7143477f5596a6c2f63ce9e236db91d6a3a7ce2149184e96cda121dc187889 SHA1: 8e847bb029d9fa4ae41adcd1217ba8f74244331b MD5sum: b29d4e1564670ff7fdec7a522c2f2a18 Description: Easy Navigation: Simple MapsManager package. Package: ros-jazzy-easynav-navmap-maps-manager-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-navmap-maps-manager Version: 0.2.1-2noble.20260520.021040 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 7822 Depends: ros-jazzy-easynav-navmap-maps-manager (= 0.2.1-2noble.20260520.021040) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-navmap-maps-manager/ros-jazzy-easynav-navmap-maps-manager-dbgsym_0.2.1-2noble.20260520.021040_arm64.deb Size: 6983554 SHA256: db8b4c6383a108579ca21cce25eb4fae2adf0eb9caa9635a7295328efae97b74 SHA1: 0e8ba4239dcb29eea1bf563664de571c8f675dd5 MD5sum: 77752f1ab309eb16db8754ca19af25b4 Description: debug symbols for ros-jazzy-easynav-navmap-maps-manager Build-Ids: bcb300cf6cdfcf8ddf426269e8522bd6b26f4479 Package: ros-jazzy-easynav-navmap-planner Version: 0.2.1-2noble.20260520.022131 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 339 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-easynav-common, ros-jazzy-easynav-core, ros-jazzy-nav-msgs, ros-jazzy-navmap-core, ros-jazzy-navmap-ros, ros-jazzy-navmap-ros-interfaces, ros-jazzy-pluginlib, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-navmap-planner/ros-jazzy-easynav-navmap-planner_0.2.1-2noble.20260520.022131_arm64.deb Size: 81610 SHA256: 1a31f41db0aef8e4cc82b6b00ecdb73d538867bd5849f834f5681482c457cf77 SHA1: 97bc11d0a7488be84348a863b512806fc476fc01 MD5sum: 55b305c0256596d060f9316c8c6b23e2 Description: Easy Navigation: navmap planner package. Package: ros-jazzy-easynav-navmap-planner-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-navmap-planner Version: 0.2.1-2noble.20260520.022131 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 1982 Depends: ros-jazzy-easynav-navmap-planner (= 0.2.1-2noble.20260520.022131) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-navmap-planner/ros-jazzy-easynav-navmap-planner-dbgsym_0.2.1-2noble.20260520.022131_arm64.deb Size: 1859510 SHA256: 12424bcf9aa1310c9875f6735ee9f3ada1d5f3b4343bddfca6bbc7bbc1d594d9 SHA1: d84bd52365ca7804bc9837d5c7d5797aa9265641 MD5sum: 2be5706bfb94726b2ef55c8014249bff Description: debug symbols for ros-jazzy-easynav-navmap-planner Build-Ids: 7fe069c44b667bc263efa8b732ede8f4f4960049 Package: ros-jazzy-easynav-octomap-maps-manager Version: 0.2.1-2noble.20260520.021052 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 997 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.9t64 (>= 1.9.7+dfsg), libpcl-common1.14 (>= 1.14.0+dfsg), libpcl-filters1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), graphicsmagick-libmagick-dev-compat, libgraphicsmagick++1-dev, ros-jazzy-ament-index-cpp, ros-jazzy-easynav-common, ros-jazzy-easynav-core, ros-jazzy-nav-msgs, ros-jazzy-octomap-msgs, ros-jazzy-octomap-ros, ros-jazzy-pcl-conversions, ros-jazzy-pcl-ros, ros-jazzy-pluginlib, ros-jazzy-sensor-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-yaets, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-octomap-maps-manager/ros-jazzy-easynav-octomap-maps-manager_0.2.1-2noble.20260520.021052_arm64.deb Size: 256034 SHA256: 68b7e171a47c248ae665b9abc679334b844dd7341c037e633b0fd4f125fc9978 SHA1: 937c07570b1ec4ac919410b407e92b2e311686dc MD5sum: 68ef3af3f4f4f12bcc520121bf50e86c Description: Easy Navigation: Simple MapsManager package. Package: ros-jazzy-easynav-octomap-maps-manager-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-octomap-maps-manager Version: 0.2.1-2noble.20260520.021052 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 5919 Depends: ros-jazzy-easynav-octomap-maps-manager (= 0.2.1-2noble.20260520.021052) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-octomap-maps-manager/ros-jazzy-easynav-octomap-maps-manager-dbgsym_0.2.1-2noble.20260520.021052_arm64.deb Size: 5385156 SHA256: f52e2d838fe18851fe4e9057a906305adfb415e8fdd94bb87ea2de09d091c3ca SHA1: 7272f320db0eb22a1d7f6d0d810fe7ebbc4ac2d5 MD5sum: 918ba3973424c50a1321cb7ccc3d87a6 Description: debug symbols for ros-jazzy-easynav-octomap-maps-manager Build-Ids: 24864edcfc4e0c61f9cf1a670193c80d0b3c8728 Package: ros-jazzy-easynav-planner Version: 0.2.2-1noble.20260520.022441 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 473 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-easynav-common, ros-jazzy-easynav-core, ros-jazzy-lifecycle-msgs, ros-jazzy-nav-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-planner/ros-jazzy-easynav-planner_0.2.2-1noble.20260520.022441_arm64.deb Size: 116396 SHA256: 2578e62726580f926d13168be527e2792bc9954f377403a0338df9935bc08195 SHA1: 55f715e080f4a7ec214d40bd2bac2d3cde35c550 MD5sum: 404d97144372ce2ecbee5a37cee56af4 Description: Easy Navigation: Planner package. Package: ros-jazzy-easynav-planner-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-planner Version: 0.2.2-1noble.20260520.022441 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 1910 Depends: ros-jazzy-easynav-planner (= 0.2.2-1noble.20260520.022441) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-planner/ros-jazzy-easynav-planner-dbgsym_0.2.2-1noble.20260520.022441_arm64.deb Size: 1748830 SHA256: 577238f5e24c5622aeb020401eae6481653401898cd6fb11e206e20baaec1dae SHA1: bc5f570b81e43c2b4160d474c4601734b0b33cd1 MD5sum: e0c546ef5ef3fbd247123b3a0c80a773 Description: debug symbols for ros-jazzy-easynav-planner Build-Ids: 7f39c1735179c7a2845a0ad64a15e77d24909804 9cc19eff94e89f5cafa5ea1abd5d0600eb926110 Package: ros-jazzy-easynav-routes-maps-manager Version: 0.2.1-2noble.20260520.021147 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 674 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), libyaml-cpp-dev, ros-jazzy-ament-index-cpp, ros-jazzy-easynav-common, ros-jazzy-easynav-core, ros-jazzy-easynav-costmap-common, ros-jazzy-geometry-msgs, ros-jazzy-interactive-markers, ros-jazzy-nav-msgs, ros-jazzy-pluginlib, ros-jazzy-std-srvs, ros-jazzy-tf2-ros, ros-jazzy-visualization-msgs, ros-jazzy-yaets, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-routes-maps-manager/ros-jazzy-easynav-routes-maps-manager_0.2.1-2noble.20260520.021147_arm64.deb Size: 192434 SHA256: 1d3e63afa1ec5e7ea0d06778c5683c00dc8bf2bfb2ee8be055053e3a98bb4946 SHA1: 7fbd1d62e4e4e3b75f63b643d8a355253ab342d0 MD5sum: 19fab1e0fda4d3c195c5073c75a9c7a7 Description: Easy Navigation: Routes MapsManager package. Package: ros-jazzy-easynav-routes-maps-manager-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-routes-maps-manager Version: 0.2.1-2noble.20260520.021147 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 3459 Depends: ros-jazzy-easynav-routes-maps-manager (= 0.2.1-2noble.20260520.021147) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-routes-maps-manager/ros-jazzy-easynav-routes-maps-manager-dbgsym_0.2.1-2noble.20260520.021147_arm64.deb Size: 3131212 SHA256: a1985a3be09605cddd5a52a3e6e011f769339996535bed4563210f9d41c56d3a SHA1: d5bda64201e3e36ca664aa593b04ab6aaab07ff9 MD5sum: 90adc738739a6d40ebb3ff539ea9b36b Description: debug symbols for ros-jazzy-easynav-routes-maps-manager Build-Ids: 51bb63fe7c34d6b767c47f5b07679b1c8550d9f4 Package: ros-jazzy-easynav-sensors Version: 0.2.2-1noble.20260520.013525 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 462 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-easynav-common, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-sensor-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-sensors/ros-jazzy-easynav-sensors_0.2.2-1noble.20260520.013525_arm64.deb Size: 113486 SHA256: 2de3a5b9444ef9fffbbe1bcb45462d61c22dff7a3c851818c15fb080b1b06595 SHA1: 40aceca02a8b2e4a611297dea5fca600f5da516d MD5sum: 0d6adf43306f1aab1a55b5083e2ae3a9 Description: Easy Navigation: Sensors package. Package: ros-jazzy-easynav-sensors-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-sensors Version: 0.2.2-1noble.20260520.013525 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 2366 Depends: ros-jazzy-easynav-sensors (= 0.2.2-1noble.20260520.013525) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-sensors/ros-jazzy-easynav-sensors-dbgsym_0.2.2-1noble.20260520.013525_arm64.deb Size: 2162136 SHA256: 8ba101bf9d118bd8d431950e29812ed9cafcf4814dc4a17037d48b062da25f45 SHA1: 47b64fd79dcbca79bd41cbd4f3fec7b7c5f37d87 MD5sum: edd15881340e17dc5439c79195a68817 Description: debug symbols for ros-jazzy-easynav-sensors Build-Ids: 1d07a2ad06139b2f6853710666565e62cd444fef Package: ros-jazzy-easynav-serest-controller Version: 0.2.1-2noble.20260520.022629 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 283 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-easynav-common, ros-jazzy-easynav-core, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-pluginlib, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-serest-controller/ros-jazzy-easynav-serest-controller_0.2.1-2noble.20260520.022629_arm64.deb Size: 57940 SHA256: 7d5a3faa95d723d5417344cd56835f8b5fe0ba8c94b5a1bacf87448f63b9a4f6 SHA1: 09dd62657988587b3cd0097863d0ba37673589ed MD5sum: 076e12a9c5f511c9777a203d38727157 Description: Easy Navigation: SeReST Controller package. Package: ros-jazzy-easynav-serest-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-serest-controller Version: 0.2.1-2noble.20260520.022629 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 1114 Depends: ros-jazzy-easynav-serest-controller (= 0.2.1-2noble.20260520.022629) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-serest-controller/ros-jazzy-easynav-serest-controller-dbgsym_0.2.1-2noble.20260520.022629_arm64.deb Size: 1036450 SHA256: 21cb9377d0edcd2252f8dd4f1cad00e3d8079fc0d0bf7c96203f31126a723c4a SHA1: 2dc2ce9e383783a9b4468f15cd073e0e02e2a524 MD5sum: 14e3fedc7fb3e8d455c86ba27b394bf2 Description: debug symbols for ros-jazzy-easynav-serest-controller Build-Ids: b4746299f07e5c54a8f4d9b6bfc544530e3156f0 Package: ros-jazzy-easynav-simple-common Version: 0.2.1-2noble.20260520.013218 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 140 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ament-index-cpp, ros-jazzy-easynav-common, ros-jazzy-nav-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-simple-common/ros-jazzy-easynav-simple-common_0.2.1-2noble.20260520.013218_arm64.deb Size: 21694 SHA256: 9b121f20a94dfdb424128013d7476cbb92c3d9daed3462cfb3dc5336340ba1bb SHA1: d06f161d6ac0f03c3c2be52d00e65fcafa19e511 MD5sum: 112c64edb1b88017e8af81a7ba2d2275 Description: Easy Navigation: Simple Common package. Package: ros-jazzy-easynav-simple-common-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-simple-common Version: 0.2.1-2noble.20260520.013218 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 119 Depends: ros-jazzy-easynav-simple-common (= 0.2.1-2noble.20260520.013218) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-simple-common/ros-jazzy-easynav-simple-common-dbgsym_0.2.1-2noble.20260520.013218_arm64.deb Size: 95836 SHA256: 97caf0a5e8ec4f28712970b92162a548755f543b257e0b4e642044df33f04243 SHA1: 86b4de49f6873a64a187ff431b1cb8fd3e756ad7 MD5sum: e6e4cca4cbf20828b750be505e7b5ef1 Description: debug symbols for ros-jazzy-easynav-simple-common Build-Ids: f99f194565268f23ab1368e81b90f7c5f789d72a Package: ros-jazzy-easynav-simple-controller Version: 0.2.1-2noble.20260520.022628 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 148 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-easynav-common, ros-jazzy-easynav-core, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-pluginlib, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-simple-controller/ros-jazzy-easynav-simple-controller_0.2.1-2noble.20260520.022628_arm64.deb Size: 34886 SHA256: d2c692486f63ebce822837715ddb5f233d6ee1a661845d2b4637995dd1f7ec07 SHA1: 58f893529ef10b7461d174c000e75eb9aa964680 MD5sum: 0d7955aa75a45f01429b8f3c0e76677a Description: Easy Navigation: Simple Controller package. Package: ros-jazzy-easynav-simple-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-simple-controller Version: 0.2.1-2noble.20260520.022628 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 642 Depends: ros-jazzy-easynav-simple-controller (= 0.2.1-2noble.20260520.022628) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-simple-controller/ros-jazzy-easynav-simple-controller-dbgsym_0.2.1-2noble.20260520.022628_arm64.deb Size: 601920 SHA256: 25f26ff0baea7dcadb8b043e4382e7502f557a517e610e4223f7bc1747ea3d28 SHA1: d2f8b5e806c67d97849799b84275ae048f09bb16 MD5sum: e84d4d5c6d385eb4724a5cceeaa216ff Description: debug symbols for ros-jazzy-easynav-simple-controller Build-Ids: 4ae51d8afd18800510250fca6bfbaa9cff62d0ad Package: ros-jazzy-easynav-simple-maps-manager Version: 0.2.1-2noble.20260520.021302 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 659 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ament-index-cpp, ros-jazzy-easynav-common, ros-jazzy-easynav-core, ros-jazzy-easynav-simple-common, ros-jazzy-nav-msgs, ros-jazzy-pluginlib, ros-jazzy-std-srvs, ros-jazzy-tf2-ros, ros-jazzy-yaets, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-simple-maps-manager/ros-jazzy-easynav-simple-maps-manager_0.2.1-2noble.20260520.021302_arm64.deb Size: 129670 SHA256: 390d8b0ceacabd3c9e52e14b87f3442ccd0acf1b6ad9345a9ba92ad736bfefa6 SHA1: 5857516e69db28e3edeeb4f966b4589c0a0958ce MD5sum: a904f3c6a6ae3379e59542a888672b3d Description: Easy Navigation: Simple MapsManager package. Package: ros-jazzy-easynav-simple-maps-manager-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-simple-maps-manager Version: 0.2.1-2noble.20260520.021302 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 3110 Depends: ros-jazzy-easynav-simple-maps-manager (= 0.2.1-2noble.20260520.021302) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-simple-maps-manager/ros-jazzy-easynav-simple-maps-manager-dbgsym_0.2.1-2noble.20260520.021302_arm64.deb Size: 2707668 SHA256: 36bc67a2e65dfda55d22b56105cb87ad9fe1b6e08bc51113cca968c0fa004419 SHA1: 8005e7853d8237d8d22bd9bd5a243f04cd48dea8 MD5sum: 4518bb7b1aec469911e432ea54e437e7 Description: debug symbols for ros-jazzy-easynav-simple-maps-manager Build-Ids: 8ebd44b279049f8e651ea0eb3ec086c472c8ec59 Package: ros-jazzy-easynav-simple-planner Version: 0.2.1-2noble.20260520.022724 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 336 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-easynav-common, ros-jazzy-easynav-core, ros-jazzy-easynav-simple-common, ros-jazzy-nav-msgs, ros-jazzy-pluginlib, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-simple-planner/ros-jazzy-easynav-simple-planner_0.2.1-2noble.20260520.022724_arm64.deb Size: 79224 SHA256: 46efd5f08100bca5f6e904c50903756caf29bb57698cf40ad5280d9c04a6a268 SHA1: 5f59100a1b5026b1c838c62f50b1441753a1f004 MD5sum: 0c0f18f8dda97a6c2cbf092fbdc026b3 Description: Easy Navigation: Simple planner package. Package: ros-jazzy-easynav-simple-planner-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-simple-planner Version: 0.2.1-2noble.20260520.022724 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 1371 Depends: ros-jazzy-easynav-simple-planner (= 0.2.1-2noble.20260520.022724) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-simple-planner/ros-jazzy-easynav-simple-planner-dbgsym_0.2.1-2noble.20260520.022724_arm64.deb Size: 1240650 SHA256: 1ea99da75b851951d2311b0e8072142ff81404bba078f001eb1ea517b98bebd5 SHA1: 549fe2be5ea1c2e89686c5b28ef12af82bd33db6 MD5sum: 6029a40c1a807597f6f5dfbfaa5f7f9d Description: debug symbols for ros-jazzy-easynav-simple-planner Build-Ids: e5e21dc5ecc06beb82fd92972535a1a7cee1a385 Package: ros-jazzy-easynav-support-py Version: 0.2.2-1noble.20260519.214442 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 58 Depends: ros-jazzy-builtin-interfaces, ros-jazzy-easynav-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rclpy, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-support-py/ros-jazzy-easynav-support-py_0.2.2-1noble.20260519.214442_arm64.deb Size: 9842 SHA256: 4a1746d28cc16beb626d9ce8923b4f4c7f54a78159849ea82493c8f73b205686 SHA1: 37b4440e90f7957a43721c91517eb4e921765530 MD5sum: 0b7f048548159bfb3c596eb96ec3014e Description: Support utilities for EasyNav in Python: GoalManagerClient and tests. Package: ros-jazzy-easynav-system Version: 0.2.2-1noble.20260520.023520 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 1830 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-easynav-common, ros-jazzy-easynav-controller, ros-jazzy-easynav-interfaces, ros-jazzy-easynav-localizer, ros-jazzy-easynav-maps-manager, ros-jazzy-easynav-planner, ros-jazzy-easynav-sensors, ros-jazzy-geometry-msgs, ros-jazzy-lifecycle-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-sensor-msgs, ros-jazzy-tf2-geometry-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-system/ros-jazzy-easynav-system_0.2.2-1noble.20260520.023520_arm64.deb Size: 304972 SHA256: 9d9c6de02e7975cedac1d4d42acdb072910e6d305d9ed03edce93d22a6417989 SHA1: 2808d76cdf6edff9acfd9fa45dfa45af70bd73dc MD5sum: 86181397d2ef429f7bc8ee4e253ce966 Description: Easy Navigation: System package. Package: ros-jazzy-easynav-system-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-system Version: 0.2.2-1noble.20260520.023520 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 8923 Depends: ros-jazzy-easynav-system (= 0.2.2-1noble.20260520.023520) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-system/ros-jazzy-easynav-system-dbgsym_0.2.2-1noble.20260520.023520_arm64.deb Size: 7535588 SHA256: deea19b4888f9dd4c2417f8d2f9f250c180aa7fb666eaaa5b2d710af545ffcdb SHA1: 3c778348e6a29b467a668c2ebf839358752c1f4b MD5sum: 83f05ce33da9338ef6cf74942b2be955 Description: debug symbols for ros-jazzy-easynav-system Build-Ids: 5f7e6eb5b5f171e919dcb95818a024219636ca43 88a62e978a4e9004cbfa0157448ab153b9af1952 a838a6e1c8c724db52bc9158aac3ca11d20d7caa Package: ros-jazzy-easynav-tools Version: 0.2.2-1noble.20260520.040415 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 6239 Depends: python3-platformdirs, python3-rich, python3-typing-extensions, ros-jazzy-easynav-interfaces, ros-jazzy-easynav-support-py, ros-jazzy-geometry-msgs, ros-jazzy-rclpy, ros-jazzy-ros2cli, ros-jazzy-rosidl-runtime-py, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-tools/ros-jazzy-easynav-tools_0.2.2-1noble.20260520.040415_arm64.deb Size: 1334276 SHA256: 922b648371ee3aaeb5cc42be3ef9b2bb1d6dbd3bf177827c1f281660c199c526 SHA1: f2a563869f1fb3844332732360f53a39b3adf6ab MD5sum: b4a121c1e7f957eedc6040fb22b1c77e Description: ROS 2 Navigation tools: TUI + ros2cli commands for EasyNav. Package: ros-jazzy-easynav-vff-controller Version: 0.2.1-2noble.20260520.023253 Architecture: arm64 Maintainer: Jose Miguel Guerrero Hernandez Installed-Size: 338 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-easynav-common, ros-jazzy-easynav-core, ros-jazzy-nav-msgs, ros-jazzy-pcl-ros, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-vff-controller/ros-jazzy-easynav-vff-controller_0.2.1-2noble.20260520.023253_arm64.deb Size: 76084 SHA256: ddb9b9ef535f0b0c06336e53c85261f0909941725c527e791a827531740c32db SHA1: bc557c4e5f769647446b2d466f4716a006e117da MD5sum: 861669aa202561a249aaab6526fead2a Description: Easy Navigation: VFF Controller package. Package: ros-jazzy-easynav-vff-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-vff-controller Version: 0.2.1-2noble.20260520.023253 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose Miguel Guerrero Hernandez Installed-Size: 1601 Depends: ros-jazzy-easynav-vff-controller (= 0.2.1-2noble.20260520.023253) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-vff-controller/ros-jazzy-easynav-vff-controller-dbgsym_0.2.1-2noble.20260520.023253_arm64.deb Size: 1471282 SHA256: e45b8e9e7400e5be11d25595992deab96d0b78fdf7e17e1507af952b6d797469 SHA1: 4d4cf272555db5c3d3a8d1f580ab6a59beba5a09 MD5sum: ee98b60c5ed8636a6e4b7c659a50d6e4 Description: debug symbols for ros-jazzy-easynav-vff-controller Build-Ids: 704dd37f6354ff4973d7eac7a1dc2e86e0e9805a Package: ros-jazzy-ecl-build Version: 1.0.3-5noble.20260305.212857 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 446 Depends: ros-jazzy-ecl-license, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/ecl_build Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-build/ros-jazzy-ecl-build_1.0.3-5noble.20260305.212857_arm64.deb Size: 39354 SHA256: e9892f87713c2c061a5cce2ec9a6c0cc662bc01d5f2a42055d56100fad6aaa77 SHA1: e187e386b8516994737a32172f3fd86e99d55a87 MD5sum: 075665f9edd29ab62230a958baa420b2 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-jazzy-ecl-command-line Version: 1.2.1-5noble.20260305.225559 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 313 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ecl-license, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/ecl_command_line Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-command-line/ros-jazzy-ecl-command-line_1.2.1-5noble.20260305.225559_arm64.deb Size: 54670 SHA256: 8ffbc6ec013fb8ac4d030ca581267bbb4f2be5af61b876b4be7621a286c8c615 SHA1: c1ef705e0ab77053d3c7d6c7c4bf853175d81b9d MD5sum: 018d3da0779c281eefc0d2404564b1f7 Description: Embeds the TCLAP library inside the ecl. This is a very convenient command line parser in templatised c++. Package: ros-jazzy-ecl-command-line-dbgsym Package-Type: ddeb Source: ros-jazzy-ecl-command-line Version: 1.2.1-5noble.20260305.225559 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 317 Depends: ros-jazzy-ecl-command-line (= 1.2.1-5noble.20260305.225559) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-command-line/ros-jazzy-ecl-command-line-dbgsym_1.2.1-5noble.20260305.225559_arm64.deb Size: 274228 SHA256: 4f022dab742e9c39ecc807f3510d00ed2de45480144680c2b2359f6c7252c7a6 SHA1: b0aa6dd73051e6793be9a9f5c07f341f687e244d MD5sum: 38f6d4ce13a61c2b7afd82fd1acd88c1 Description: debug symbols for ros-jazzy-ecl-command-line Build-Ids: 054ccc3e6bf9efab44d7680dcd4ea002b0f1f0c4 Package: ros-jazzy-ecl-concepts Version: 1.2.1-5noble.20260305.230755 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 91 Depends: ros-jazzy-ecl-config, ros-jazzy-ecl-license, ros-jazzy-ecl-type-traits, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/ecl_concepts Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-concepts/ros-jazzy-ecl-concepts_1.2.1-5noble.20260305.230755_arm64.deb Size: 12550 SHA256: 19fa9c5c8af87ebbd761fce2262f68ec91893da494f6eafc26de1c11e77a3f0f SHA1: 4e8897506d725889bc7671d407a4096ef993f65d MD5sum: 2604204565b0f778a143c0c53601b7ed Description: Introduces a compile time concept checking mechanism that can be used most commonly to check for required functionality when passing template arguments. Package: ros-jazzy-ecl-config Version: 1.2.0-5noble.20260305.225600 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 210 Depends: libc6 (>= 2.34), libstdc++6 (>= 13.1), ros-jazzy-ecl-build, ros-jazzy-ecl-license, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/ecl_config Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-config/ros-jazzy-ecl-config_1.2.0-5noble.20260305.225600_arm64.deb Size: 17614 SHA256: 43c49822228c70ec06c080c9243f96772b2c6b09d195eb16a6d8b822a759216a SHA1: ef9c9fe9f2d3b33a13a8af94f05c492c567f5f6c MD5sum: 7e0641aa687c0b64a8df8760b0e3be37 Description: These tools inspect and describe your system with macros, types and functions. Package: ros-jazzy-ecl-config-dbgsym Package-Type: ddeb Source: ros-jazzy-ecl-config Version: 1.2.0-5noble.20260305.225600 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 51 Depends: ros-jazzy-ecl-config (= 1.2.0-5noble.20260305.225600) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-config/ros-jazzy-ecl-config-dbgsym_1.2.0-5noble.20260305.225600_arm64.deb Size: 28064 SHA256: 8290cd86dcd27fc6034a7992ebde661623a79ab478b6b95e08adde14c04ec31e SHA1: 3dc309c1aa38ef144c4d438b55265019699f8db2 MD5sum: ba0cb0b02fbeef9c18bd84eacfa9e2bd Description: debug symbols for ros-jazzy-ecl-config Build-Ids: a2cf88e222b1f2acd917feae5bcb57823321d8f8 b236073e14ab9e371891f1113a622e38b30e0753 Package: ros-jazzy-ecl-console Version: 1.2.0-5noble.20260305.230153 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 67 Depends: ros-jazzy-ecl-build, ros-jazzy-ecl-config, ros-jazzy-ecl-license, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/ecl_console Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-console/ros-jazzy-ecl-console_1.2.0-5noble.20260305.230153_arm64.deb Size: 9788 SHA256: 559e052977daa0fd3f5cfd474f770d71946712bf8742758d55b2eec57e5ef4c2 SHA1: c45561ad25fbd05d0225a39717b18ade38856a9f MD5sum: e4b34b3e1fba3b3b15ceb8dba6a3c254 Description: Color codes for ansii consoles. Package: ros-jazzy-ecl-containers Version: 1.2.1-5noble.20260305.232746 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 367 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ecl-config, ros-jazzy-ecl-converters, ros-jazzy-ecl-errors, ros-jazzy-ecl-exceptions, ros-jazzy-ecl-formatters, ros-jazzy-ecl-license, ros-jazzy-ecl-mpl, ros-jazzy-ecl-type-traits, ros-jazzy-ecl-utilities, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/ecl_containers Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-containers/ros-jazzy-ecl-containers_1.2.1-5noble.20260305.232746_arm64.deb Size: 45680 SHA256: 8bba96d9c6f8d47fe4303acc1900f6f2083387b6603f187f5a8f712bb0ee7bf6 SHA1: 52bf53cf956357eeaa525c88b7c231bfa2b0541b MD5sum: 6b0f71ff7a9ba839d56165689b568a94 Description: The containers included here are intended to extend the stl containers. In all cases, these implementations are designed to implement c++ conveniences and safety where speed is not sacrificed. Also includes techniques for memory debugging of common problems such as buffer overruns. Package: ros-jazzy-ecl-containers-dbgsym Package-Type: ddeb Source: ros-jazzy-ecl-containers Version: 1.2.1-5noble.20260305.232746 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 161 Depends: ros-jazzy-ecl-containers (= 1.2.1-5noble.20260305.232746) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-containers/ros-jazzy-ecl-containers-dbgsym_1.2.1-5noble.20260305.232746_arm64.deb Size: 95436 SHA256: ab10d542f82a3cd344f72c8772c1720ed3a3e2823a2d4bbe488faaee5a34e4e2 SHA1: 051a11dce4c03da238c946867c79c7458b8eb3cb MD5sum: fe6824596116788ab6b5e5fb828f0089 Description: debug symbols for ros-jazzy-ecl-containers Build-Ids: f515a1274c8db1b1277ec90a19bebc9d544337d1 Package: ros-jazzy-ecl-converters Version: 1.2.1-5noble.20260305.231324 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 205 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ecl-concepts, ros-jazzy-ecl-config, ros-jazzy-ecl-errors, ros-jazzy-ecl-exceptions, ros-jazzy-ecl-license, ros-jazzy-ecl-mpl, ros-jazzy-ecl-type-traits, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/ecl_converters Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-converters/ros-jazzy-ecl-converters_1.2.1-5noble.20260305.231324_arm64.deb Size: 24238 SHA256: 8127ff356013b2821f08f59f12ac11a40191c510193fbf99792b54e9664cf6d3 SHA1: 08764fffe64b133dcadca0fcf4ea648ac2dc02ce MD5sum: 237a75b7cf331f5618849ab47c15b00c Description: Some fast/convenient type converters, mostly for char strings or strings. These are not really fully fleshed out, alot of them could use the addition for the whole range of fundamental types (e.g. all integers, not just int, unsigned int). They will come as the need arises. Package: ros-jazzy-ecl-converters-dbgsym Package-Type: ddeb Source: ros-jazzy-ecl-converters Version: 1.2.1-5noble.20260305.231324 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 63 Depends: ros-jazzy-ecl-converters (= 1.2.1-5noble.20260305.231324) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-converters/ros-jazzy-ecl-converters-dbgsym_1.2.1-5noble.20260305.231324_arm64.deb Size: 35092 SHA256: 50c8cba80267040d268a36c957b7b80b3c299233402010d00c68d3394427bfbb SHA1: 88315c71efee01919c405db2c7ef58d737e86628 MD5sum: 0fa533eb97a2755e9dcb2fd624db4660 Description: debug symbols for ros-jazzy-ecl-converters Build-Ids: db29e309616feebc41b7d09d7d7d376edd76ff56 Package: ros-jazzy-ecl-converters-lite Version: 1.2.0-5noble.20260305.230155 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 62 Depends: ros-jazzy-ecl-config, ros-jazzy-ecl-license, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/ecl_converters_lite Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-converters-lite/ros-jazzy-ecl-converters-lite_1.2.0-5noble.20260305.230155_arm64.deb Size: 8622 SHA256: 51fa4830e50510c56c2f171ea9288353c9bac86efee29c526249e92fe95aae5f SHA1: 055784cea6c857c0e57a537747b7a9eda6f7764f MD5sum: 9ab7cf9036e76597752c5532bce7fd96 Description: These are a very simple version of some of the functions in ecl_converters suitable for firmware development. That is, there is no use of new, templates or exceptions. Package: ros-jazzy-ecl-eigen Version: 1.2.1-5noble.20260305.225617 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 65 Depends: libeigen3-dev, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/ecl_eigen Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-eigen/ros-jazzy-ecl-eigen_1.2.1-5noble.20260305.225617_arm64.deb Size: 10652 SHA256: e0577dd08c379cd61b2ba1fb863ff105a2d6b4e4518b6e13c5661d52720c7324 SHA1: 792e74878c2613cab417a5d4628eb2f90a0f1fd4 MD5sum: 2080c67eff69a9dbfc189bdee263a683 Description: This provides an Eigen implementation for ecl's linear algebra. Package: ros-jazzy-ecl-errors Version: 1.2.0-5noble.20260305.230151 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 224 Depends: libc6 (>= 2.34), libstdc++6 (>= 13.1), ros-jazzy-ecl-config, ros-jazzy-ecl-license, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/ecl_errors Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-errors/ros-jazzy-ecl-errors_1.2.0-5noble.20260305.230151_arm64.deb Size: 20712 SHA256: e142e8465ef00be381811052f98111e08a6ff83f2e25e864d51ca4450283780e SHA1: 78a3f9b5b16399caa71ca2b450f71a9113903e1a MD5sum: f5371848d64204ce8aa1c44a120fc2b3 Description: This library provides lean and mean error mechanisms. It includes c style error functions as well as a few useful macros. For higher level mechanisms, refer to ecl_exceptions. Package: ros-jazzy-ecl-errors-dbgsym Package-Type: ddeb Source: ros-jazzy-ecl-errors Version: 1.2.0-5noble.20260305.230151 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 64 Depends: ros-jazzy-ecl-errors (= 1.2.0-5noble.20260305.230151) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-errors/ros-jazzy-ecl-errors-dbgsym_1.2.0-5noble.20260305.230151_arm64.deb Size: 26892 SHA256: 730c39d894bf235edcf52e0c57b5ea21adeec6833739e5623439dee290acb932 SHA1: cc59855aa6efc3b82c3363720531f279b60e3ca8 MD5sum: 57cf2197b0416e48ff10fb1077adbe63 Description: debug symbols for ros-jazzy-ecl-errors Build-Ids: 98704736e0f07e285b53b49170da27dea9cc14ed b1292f69f5c2c92e2066679fc0a296164d98e2b5 Package: ros-jazzy-ecl-exceptions Version: 1.2.1-5noble.20260305.230759 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 292 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ecl-config, ros-jazzy-ecl-errors, ros-jazzy-ecl-license, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/ecl_exceptions Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-exceptions/ros-jazzy-ecl-exceptions_1.2.1-5noble.20260305.230759_arm64.deb Size: 28406 SHA256: 6af71256aea7deb89381ad6abf5a7831f9fd181ea5bbfd77c6198134cec31bed SHA1: d8c6a5914e9dfe46678a55d9715d65aeb98cb0f5 MD5sum: 982e9e1c172a62f3dbf93aaf147cfdd9 Description: Template based exceptions - these are simple and practical and avoid the proliferation of exception types. Although not syntatactically ideal, it is convenient and eminently practical. Package: ros-jazzy-ecl-exceptions-dbgsym Package-Type: ddeb Source: ros-jazzy-ecl-exceptions Version: 1.2.1-5noble.20260305.230759 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 162 Depends: ros-jazzy-ecl-exceptions (= 1.2.1-5noble.20260305.230759) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-exceptions/ros-jazzy-ecl-exceptions-dbgsym_1.2.1-5noble.20260305.230759_arm64.deb Size: 109214 SHA256: 2119785f304c6f3fa312b3750b755d0e83201a2f492514a36cd9bba09a3ead44 SHA1: 1e0c0af7f69ac535a451d8d1a6183db047355f2a MD5sum: b9f14e56d0758735485e8a6a36d0e468 Description: debug symbols for ros-jazzy-ecl-exceptions Build-Ids: 3b22a4fbd39c378bd00b2a68d9eaa39b1a16f1c5 4bede3814925fcc16bea5c7a2896ec0c2cfb3b51 d3514f7dcb157574912cf8ba0e4ac15cb25ea58b Package: ros-jazzy-ecl-filesystem Version: 1.2.1-5noble.20260305.231023 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 144 Depends: libc6 (>= 2.17), libstdc++6 (>= 13.1), ros-jazzy-ecl-build, ros-jazzy-ecl-config, ros-jazzy-ecl-errors, ros-jazzy-ecl-license, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/ecl_filesystem Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-filesystem/ros-jazzy-ecl-filesystem_1.2.1-5noble.20260305.231023_arm64.deb Size: 15380 SHA256: 4acb825bd196cff37c3c3eebf210d2f150021cc428f57f065cf35280647b9f36 SHA1: a148de6d33ff25465365ab5730e787f620b3a88d MD5sum: b3efb26be12e723cddf1bb69186d1989 Description: Cross platform filesystem utilities (until c++11 makes its way in). Package: ros-jazzy-ecl-filesystem-dbgsym Package-Type: ddeb Source: ros-jazzy-ecl-filesystem Version: 1.2.1-5noble.20260305.231023 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 44 Depends: ros-jazzy-ecl-filesystem (= 1.2.1-5noble.20260305.231023) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-filesystem/ros-jazzy-ecl-filesystem-dbgsym_1.2.1-5noble.20260305.231023_arm64.deb Size: 23154 SHA256: 9f6f104d3a84c7984a89f3b9c009b9bb85a5ec758658d8147decbc565782b12d SHA1: bcdcae1211858b2f0a4b58fc11dd2bd01f9f4115 MD5sum: 164eeb5b721f1c8b8248d9d9f3099bad Description: debug symbols for ros-jazzy-ecl-filesystem Build-Ids: 86d1ce85cc0b1ca42de6fb2db1d61e9bbdb41d92 Package: ros-jazzy-ecl-formatters Version: 1.2.1-5noble.20260305.231857 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 257 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ecl-config, ros-jazzy-ecl-converters, ros-jazzy-ecl-exceptions, ros-jazzy-ecl-license, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/ecl_formatters Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-formatters/ros-jazzy-ecl-formatters_1.2.1-5noble.20260305.231857_arm64.deb Size: 30052 SHA256: c31d12bf085a51231ae03164d3c1a054128786db90d6c7d2e6add11028fd716c SHA1: 25e8616c37019f9515cb6692e9cf3ee3041b908c MD5sum: 6186e41f78d557d4af73c5fbfe18107a Description: The formatters here simply format various input types to a specified text format. They can be used with most streaming types (including both ecl and stl streams). Package: ros-jazzy-ecl-formatters-dbgsym Package-Type: ddeb Source: ros-jazzy-ecl-formatters Version: 1.2.1-5noble.20260305.231857 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 148 Depends: ros-jazzy-ecl-formatters (= 1.2.1-5noble.20260305.231857) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-formatters/ros-jazzy-ecl-formatters-dbgsym_1.2.1-5noble.20260305.231857_arm64.deb Size: 88362 SHA256: c5f7260350f8c50e7429d32ecb3755acbea64de40eb9f1abec75e3c946a987b8 SHA1: 246237b40a2636869cafbf3b50e6f5572dc74455 MD5sum: 0cb5cc162a68022045f28c7af824fbba Description: debug symbols for ros-jazzy-ecl-formatters Build-Ids: 54f4b87782fd02e2c32998e1238c7a976cd976b1 f61df51741cda8020adca0f14f6696be0983fa89 Package: ros-jazzy-ecl-geometry Version: 1.2.1-5noble.20260306.002713 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 418 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ecl-exceptions, ros-jazzy-ecl-type-traits, ros-jazzy-ecl-build, ros-jazzy-ecl-config, ros-jazzy-ecl-containers, ros-jazzy-ecl-formatters, ros-jazzy-ecl-license, ros-jazzy-ecl-linear-algebra, ros-jazzy-ecl-math, ros-jazzy-ecl-mpl, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/ecl_geometry Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-geometry/ros-jazzy-ecl-geometry_1.2.1-5noble.20260306.002713_arm64.deb Size: 66010 SHA256: dbb63d2a45a065732af6e451af06aa9462776f71565adb879532f5803ee833c0 SHA1: 196525e59ef9fc7843107dfb49b511014afc7ea2 MD5sum: d92af4eda9f8f569fab7c1bc568b70c4 Description: Any tools relating to mathematical geometry. Primarily featuring polynomials and interpolations. Package: ros-jazzy-ecl-geometry-dbgsym Package-Type: ddeb Source: ros-jazzy-ecl-geometry Version: 1.2.1-5noble.20260306.002713 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 1206 Depends: ros-jazzy-ecl-geometry (= 1.2.1-5noble.20260306.002713) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-geometry/ros-jazzy-ecl-geometry-dbgsym_1.2.1-5noble.20260306.002713_arm64.deb Size: 1110834 SHA256: edc697b3b2c2ad49dc4cb817ddcca029151f2bc9e6543f56f7e6a2ef06c881c8 SHA1: 4c73ee89e9e4cd513c9516a80ab27afa09b2b9d3 MD5sum: 2078bd2cd9d99a7c63773a7015dafcb7 Description: debug symbols for ros-jazzy-ecl-geometry Build-Ids: ba6d1477f29350136d90097d4ead978ae2f5d546 Package: ros-jazzy-ecl-license Version: 1.0.3-5noble.20260305.212341 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 53 Depends: ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/ecl_license Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-license/ros-jazzy-ecl-license_1.0.3-5noble.20260305.212341_arm64.deb Size: 8328 SHA256: a024e61e74236e9ca42afb61888d43a52c4bcdbe14b542d96012185ff1b4acb9 SHA1: 0b560c3cdb458b3a1e04e6d6425eec2e8010711b MD5sum: 298881e424739db2d086d2466dfcb55e Description: Maintains the ecl licenses and also provides an install target for deploying licenses with the ecl libraries. Package: ros-jazzy-ecl-linear-algebra Version: 1.2.1-5noble.20260305.232441 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 172 Depends: libc6 (>= 2.35), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ecl-build, ros-jazzy-ecl-converters, ros-jazzy-ecl-eigen, ros-jazzy-ecl-exceptions, ros-jazzy-ecl-formatters, ros-jazzy-ecl-license, ros-jazzy-ecl-math, ros-jazzy-sophus, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/ecl_linear_algebra Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-linear-algebra/ros-jazzy-ecl-linear-algebra_1.2.1-5noble.20260305.232441_arm64.deb Size: 41040 SHA256: d3c980c31647109defc2107afaf0b1f40e31dd2481dbd4ba80001df30773eea4 SHA1: 05c19107c04795f272ee4e320711abebb3a740a3 MD5sum: 9a68ec9f91973041f3639ed21e1128e8 Description: Ecl frontend to a linear matrix package (currently eigen). Package: ros-jazzy-ecl-linear-algebra-dbgsym Package-Type: ddeb Source: ros-jazzy-ecl-linear-algebra Version: 1.2.1-5noble.20260305.232441 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 1559 Depends: ros-jazzy-ecl-linear-algebra (= 1.2.1-5noble.20260305.232441) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-linear-algebra/ros-jazzy-ecl-linear-algebra-dbgsym_1.2.1-5noble.20260305.232441_arm64.deb Size: 1535478 SHA256: 4f92ac3145ca46283466ea45013a172603c935a3066af3e936373e780014cdf0 SHA1: 4f1542fc4f517740d487bf3d312804425e63518e MD5sum: b96b586348f6d78bc495dc5952c14ef5 Description: debug symbols for ros-jazzy-ecl-linear-algebra Build-Ids: b7ba40aa8b5087a690421d1979ab058069f34cb3 Package: ros-jazzy-ecl-manipulators Version: 1.2.1-5noble.20260306.003338 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 240 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ecl-exceptions, ros-jazzy-ecl-geometry, ros-jazzy-ecl-build, ros-jazzy-ecl-formatters, ros-jazzy-ecl-license, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/ecl_manipulators Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-manipulators/ros-jazzy-ecl-manipulators_1.2.1-5noble.20260306.003338_arm64.deb Size: 43096 SHA256: 8392f5c10099190223dbc710785d21a45f7a326747448ee5aea3cc70c831997d SHA1: 0887e2c505d57619d8627589e5057dc37a4066f9 MD5sum: 0210b5f8e2908e14e9bb9888158e200f Description: Deploys various manipulation algorithms, currently just feedforward filters (interpolations). Package: ros-jazzy-ecl-manipulators-dbgsym Package-Type: ddeb Source: ros-jazzy-ecl-manipulators Version: 1.2.1-5noble.20260306.003338 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 500 Depends: ros-jazzy-ecl-manipulators (= 1.2.1-5noble.20260306.003338) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-manipulators/ros-jazzy-ecl-manipulators-dbgsym_1.2.1-5noble.20260306.003338_arm64.deb Size: 440738 SHA256: ededa62bbb99a323d09a8366e0e800ba710d1e616d81cc73a9475b4a92774b77 SHA1: e3ba881d711c4fd5445e937fbac326381017baa5 MD5sum: 16350f83a9d421dc3ffc8b0d1c521a3e Description: debug symbols for ros-jazzy-ecl-manipulators Build-Ids: fdc340e6bb3b4fdfd56c0f22b6040ff5c4acc4d8 Package: ros-jazzy-ecl-math Version: 1.2.1-5noble.20260305.231256 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 73 Depends: ros-jazzy-ecl-license, ros-jazzy-ecl-type-traits, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/ecl_math Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-math/ros-jazzy-ecl-math_1.2.1-5noble.20260305.231256_arm64.deb Size: 11026 SHA256: 8b1604310f48cf67c3e8d0b27854aae0099e0523faf2b5efa0789df4ad4fdfa9 SHA1: f814474f265f151bc236d5fa79ad784eeddf385d MD5sum: 7956d79f7d3f8c2eb1ee4cf02fd683fa Description: This package provides simple support to cmath, filling in holes or redefining in a c++ formulation where desirable. Package: ros-jazzy-ecl-mobile-robot Version: 1.2.1-5noble.20260306.003546 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 146 Depends: libc6 (>= 2.17), libstdc++6 (>= 13.1), ros-jazzy-ecl-geometry, ros-jazzy-ecl-build, ros-jazzy-ecl-errors, ros-jazzy-ecl-formatters, ros-jazzy-ecl-license, ros-jazzy-ecl-linear-algebra, ros-jazzy-ecl-math, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/ecl_mobile_robot Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-mobile-robot/ros-jazzy-ecl-mobile-robot_1.2.1-5noble.20260306.003546_arm64.deb Size: 14404 SHA256: fc62323a8d17c1e8d657ca84f7616fce642b00bc02a20143b05a190a35945695 SHA1: 9a625cf9ef97de09219bfcb7a0f3d4802bef173d MD5sum: ea47c208ac2763f3ff3eeecef305adb1 Description: Contains transforms (e.g. differential drive inverse kinematics) for the various types of mobile robot platforms. Package: ros-jazzy-ecl-mobile-robot-dbgsym Package-Type: ddeb Source: ros-jazzy-ecl-mobile-robot Version: 1.2.1-5noble.20260306.003546 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 122 Depends: ros-jazzy-ecl-mobile-robot (= 1.2.1-5noble.20260306.003546) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-mobile-robot/ros-jazzy-ecl-mobile-robot-dbgsym_1.2.1-5noble.20260306.003546_arm64.deb Size: 108866 SHA256: d4f98051920d2c819c15da04e43f6641f1e308ac69a21106cfce73cdb23e3aba SHA1: 35300ad34a7924825845d377c3895aa31b62dac9 MD5sum: d1db3d16835a49a852abfd8afd86f6c6 Description: debug symbols for ros-jazzy-ecl-mobile-robot Build-Ids: cec63fad1b270b6a0edf397a007dbd8a58e8f00a Package: ros-jazzy-ecl-mpl Version: 1.2.1-5noble.20260305.225706 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 62 Depends: ros-jazzy-ecl-license, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/ecl_mpl Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-mpl/ros-jazzy-ecl-mpl_1.2.1-5noble.20260305.225706_arm64.deb Size: 9116 SHA256: ae2d6fbb996f02d5dec8437a9826830729ced4730154f3237836017b375bccfe SHA1: bb48b5977f44c999216bc31c209c4a821f565a47 MD5sum: 5ec6d81e2fbf5ae1fa2663d8f87435c1 Description: Metaprogramming tools move alot of runtime calculations to be shifted to compile time. This has only very elementary structures at this stage. Package: ros-jazzy-ecl-sigslots-lite Version: 1.2.0-5noble.20260305.231045 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 160 Depends: libc6 (>= 2.34), libstdc++6 (>= 13.1), ros-jazzy-ecl-config, ros-jazzy-ecl-errors, ros-jazzy-ecl-license, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/ecl_sigslots_lite Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-sigslots-lite/ros-jazzy-ecl-sigslots-lite_1.2.0-5noble.20260305.231045_arm64.deb Size: 18714 SHA256: 5e9c9292a8ac40a33f1b40b42bfe6645cf3379674e45227be922260cbe59d7ec SHA1: 358ee0ba59801fb5211302cd36556dbc473f30db MD5sum: b2777a0c52a8204668bb9584b9cf5c4c Description: This avoids use of dynamic storage (malloc/new) and thread safety (mutexes) to provide a very simple sigslots implementation that can be used for *very* embedded development. Package: ros-jazzy-ecl-sigslots-lite-dbgsym Package-Type: ddeb Source: ros-jazzy-ecl-sigslots-lite Version: 1.2.0-5noble.20260305.231045 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 58 Depends: ros-jazzy-ecl-sigslots-lite (= 1.2.0-5noble.20260305.231045) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-sigslots-lite/ros-jazzy-ecl-sigslots-lite-dbgsym_1.2.0-5noble.20260305.231045_arm64.deb Size: 32012 SHA256: 9461715081d1ab812b50c25c33e13cc0558b50f9c2e41483d90dc2622a66c50f SHA1: c7c1d54d0c1b8fe0f7a59ecefe031631b2ed0413 MD5sum: 83ce9dd1a1561af0ced7570b880acd14 Description: debug symbols for ros-jazzy-ecl-sigslots-lite Build-Ids: 8c63a422c7f06b0dd0fead13b59a506a20df1475 Package: ros-jazzy-ecl-statistics Version: 1.2.1-5noble.20260305.233043 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 159 Depends: libc6 (>= 2.17), libgcc-s1 (>= 4.0), libstdc++6 (>= 13.1), ros-jazzy-ecl-build, ros-jazzy-ecl-config, ros-jazzy-ecl-license, ros-jazzy-ecl-linear-algebra, ros-jazzy-ecl-mpl, ros-jazzy-ecl-type-traits, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/ecl_statistics Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-statistics/ros-jazzy-ecl-statistics_1.2.1-5noble.20260305.233043_arm64.deb Size: 34360 SHA256: 2795e852d0c075387d5fed1096a6422212a8a623eab3919ffa57872b857a0733 SHA1: f45df07f1b2b691aa91d2250b8aa14e0408448d0 MD5sum: 1d71651377b6f731e848d206e0938935 Description: Common statistical structures and algorithms for control systems. Package: ros-jazzy-ecl-statistics-dbgsym Package-Type: ddeb Source: ros-jazzy-ecl-statistics Version: 1.2.1-5noble.20260305.233043 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 5896 Depends: ros-jazzy-ecl-statistics (= 1.2.1-5noble.20260305.233043) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-statistics/ros-jazzy-ecl-statistics-dbgsym_1.2.1-5noble.20260305.233043_arm64.deb Size: 5933398 SHA256: e2819f99bdfa39a66fccc2614d8ca4ac292c23732ee3bdf59d145a4d6e0e006a SHA1: b552c154a415c28bd88005f97d75c4324d847696 MD5sum: 2480aabd0c2345a914325d385bd92b48 Description: debug symbols for ros-jazzy-ecl-statistics Build-Ids: 00a7ad54d0d44733112becd11163c171c7eff368 Package: ros-jazzy-ecl-tools Version: 1.0.3-5noble.20260305.234305 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 41 Depends: ros-jazzy-ecl-build, ros-jazzy-ecl-license, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/ecl_tools Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-tools/ros-jazzy-ecl-tools_1.0.3-5noble.20260305.234305_arm64.deb Size: 5088 SHA256: 83974dc7589814f229fab55c9bbb95a6a508769358be7e7c17388ae1644d14dc SHA1: 4e6f57aa5caa74a56f58665d039b060b1fd8aaaa MD5sum: 748b755a171840615c5c35be6c4014a3 Description: Tools and utilities for ecl development. Package: ros-jazzy-ecl-type-traits Version: 1.2.1-5noble.20260305.230223 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 223 Depends: libc6 (>= 2.34), libstdc++6 (>= 13.1), ros-jazzy-ecl-config, ros-jazzy-ecl-license, ros-jazzy-ecl-mpl, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/ecl_type_traits Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-type-traits/ros-jazzy-ecl-type-traits_1.2.1-5noble.20260305.230223_arm64.deb Size: 16738 SHA256: 0cfe2c4a9b08db766852c5c1acf2efcb532a7209fdc1abb986345b7f958a55b0 SHA1: 8702243932a20e8817488110cb5ff153a5e5ff1a MD5sum: 46c4e736acf9060ffff1b2f0efe33baf Description: Extends c++ type traits and implements a few more to boot. Package: ros-jazzy-ecl-type-traits-dbgsym Package-Type: ddeb Source: ros-jazzy-ecl-type-traits Version: 1.2.1-5noble.20260305.230223 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 51 Depends: ros-jazzy-ecl-type-traits (= 1.2.1-5noble.20260305.230223) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-type-traits/ros-jazzy-ecl-type-traits-dbgsym_1.2.1-5noble.20260305.230223_arm64.deb Size: 25880 SHA256: 4d5f1e0711a5473fea8ca72ef2a975fc1680fc5e2d409e18b293f29ffd05cbe4 SHA1: e0a4c044c10c8f547d312eddaacedf0eec7e4f14 MD5sum: 2374de6abeb4d2868143119a6df8fdfc Description: debug symbols for ros-jazzy-ecl-type-traits Build-Ids: 847b5c0f22f3d43d661b79e629f72ca3203305ae 9c47615f780f8a86863118b0daf66b50f98ced4e Package: ros-jazzy-ecl-utilities Version: 1.2.1-5noble.20260305.231319 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 199 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ecl-concepts, ros-jazzy-ecl-license, ros-jazzy-ecl-mpl, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/ecl_utilities Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-utilities/ros-jazzy-ecl-utilities_1.2.1-5noble.20260305.231319_arm64.deb Size: 20890 SHA256: 5ac297b9a66670108c3389018a6a47f4611f9938d05c9315db6e87b297ebc501 SHA1: 050dcdaf08273dd532d484feaa7a044823792ded MD5sum: cfbc1b777d1813d60a1a10388dd249e7 Description: Includes various supporting tools and utilities for c++ programming. Package: ros-jazzy-ecl-utilities-dbgsym Package-Type: ddeb Source: ros-jazzy-ecl-utilities Version: 1.2.1-5noble.20260305.231319 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 30 Depends: ros-jazzy-ecl-utilities (= 1.2.1-5noble.20260305.231319) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-utilities/ros-jazzy-ecl-utilities-dbgsym_1.2.1-5noble.20260305.231319_arm64.deb Size: 14008 SHA256: 1d274e5f8533e1d7552f4ce7d85c6fd042f38439df71737f18078b15963f49b7 SHA1: aac416a1e4b0ffb313b611c3c1a20bbb3a1e5c98 MD5sum: 62f76953ee258a5334141c4a7e802936 Description: debug symbols for ros-jazzy-ecl-utilities Build-Ids: 47a3c7f21fee486b3d6320856a64ab7e39c016da Package: ros-jazzy-effort-controllers Version: 4.40.1-1noble.20260520.050311 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 133 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-backward-ros, ros-jazzy-forward-command-controller, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-effort-controllers/ros-jazzy-effort-controllers_4.40.1-1noble.20260520.050311_arm64.deb Size: 24816 SHA256: 85beb3e5e1ae88fbe0a21a0924414fcc034ac7475546d9cf739f77fc199fe110 SHA1: b3e2e2e23b1d8f643981d4fadb557a7b6a4a61b7 MD5sum: 612d4b165d704e1c24a3eb80a2b06b10 Description: Generic controller for forwarding commands. Package: ros-jazzy-effort-controllers-dbgsym Package-Type: ddeb Source: ros-jazzy-effort-controllers Version: 4.40.1-1noble.20260520.050311 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 399 Depends: ros-jazzy-effort-controllers (= 4.40.1-1noble.20260520.050311) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-effort-controllers/ros-jazzy-effort-controllers-dbgsym_4.40.1-1noble.20260520.050311_arm64.deb Size: 370940 SHA256: 52f45b2a3793fc25344754503a1daa31a02916fc4c0ce2b122e68e67206d22de SHA1: 09e37a3c5e3018168872d652b396a6d876c46f9b MD5sum: e6ae17d5ff095311958aade752272f44 Description: debug symbols for ros-jazzy-effort-controllers Build-Ids: db639fe0dce89ca21436978371e8dc24724f5445 Package: ros-jazzy-eigen-stl-containers Version: 1.1.0-1noble.20260305.212614 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 64 Depends: libeigen3-dev, ros-jazzy-ros-workspace Homepage: http://eigen.tuxfamily.org/dox/TopicUnalignedArrayAssert.html Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-eigen-stl-containers/ros-jazzy-eigen-stl-containers_1.1.0-1noble.20260305.212614_arm64.deb Size: 9588 SHA256: 03765eeb533c7c6656096b4affb70b81bff9f32613133d1976de7b8055b3cbb0 SHA1: 94ac4e63e0b1eff30e7e0cf67fe37af2b7e23fb6 MD5sum: 657bbec2cb89e62099489bac985dc9c6 Description: This package provides a set of typedef's that allow using Eigen datatypes in STL containers Package: ros-jazzy-eigen3-cmake-module Version: 0.3.0-3noble.20260305.212530 Architecture: arm64 Maintainer: Scott K Logan Installed-Size: 45 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-eigen3-cmake-module/ros-jazzy-eigen3-cmake-module_0.3.0-3noble.20260305.212530_arm64.deb Size: 6184 SHA256: 998b6c7a670f7d2dc12bd23db92151f4ecd5d6b416ba1df629197e2ba1c00171 SHA1: 48399b6b270e11116190cc08267b34c909ec3fcb MD5sum: ece06791972fa0a1667818866d987966 Description: Exports a custom CMake module to find Eigen3. Package: ros-jazzy-eigenpy Version: 3.12.0-1noble.20260225.224511 Architecture: arm64 Maintainer: Justin Carpentier Installed-Size: 14015 Depends: libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py312, libc6 (>= 2.32), libgcc-s1 (>= 4.2), libstdc++6 (>= 13.1), libboost-all-dev, libeigen3-dev, python3-dev, python3-numpy, python3-scipy, ros-jazzy-ros-workspace Homepage: https://github.com/stack-of-tasks/eigenpy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-eigenpy/ros-jazzy-eigenpy_3.12.0-1noble.20260225.224511_arm64.deb Size: 2258782 SHA256: 5fabe5b5f687ebe72ecc0dc48fdd563024abc478dd547683ab33c22587d6f69c SHA1: 80b6d7b5a27a6a1dcfaea090aedc7f863f878e7c MD5sum: 1538a4948e522255b1bd953e8ea95797 Description: Bindings between Numpy and Eigen using Boost.Python Package: ros-jazzy-eigenpy-dbgsym Package-Type: ddeb Source: ros-jazzy-eigenpy Version: 3.12.0-1noble.20260225.224511 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Justin Carpentier Installed-Size: 298405 Depends: ros-jazzy-eigenpy (= 3.12.0-1noble.20260225.224511) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-eigenpy/ros-jazzy-eigenpy-dbgsym_3.12.0-1noble.20260225.224511_arm64.deb Size: 284912542 SHA256: 1f60f3973d15e5bed5b4f72951c8d803b13d21210cc61d8d07bf0e035387ef5f SHA1: 2e17f4485c6f029ced10c299b8d502843896c763 MD5sum: b73dc8fec3704b4776959ad622795352 Description: debug symbols for ros-jazzy-eigenpy Build-Ids: 05312d237b6ac3bbe846d2902449ebf9f6aca9cb 1f9fe524fe04c284418294b18c3191203a969bbd Package: ros-jazzy-eiquadprog Version: 1.3.2-1noble.20260514.121754 Architecture: arm64 Maintainer: "Guilhem Saurel" Installed-Size: 172 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), graphviz, libboost-all-dev, libeigen3-dev, ros-jazzy-ament-cmake, ros-jazzy-ros-workspace Homepage: https://github.com/stack-of-tasks/eiquadprog Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-eiquadprog/ros-jazzy-eiquadprog_1.3.2-1noble.20260514.121754_arm64.deb Size: 51182 SHA256: 7f4f32d6ccec1bb3f5eff2df3b6209da0e39195cd601b9d62811e9e5e4795bf3 SHA1: a2f53c03ba959c90b1f41d57f6cc1e21ddbd8713 MD5sum: e9c1525e124508868913b29f5f4ea39e Description: Eiquadprog a QP solver using active sets Package: ros-jazzy-eiquadprog-dbgsym Package-Type: ddeb Source: ros-jazzy-eiquadprog Version: 1.3.2-1noble.20260514.121754 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Guilhem Saurel" Installed-Size: 1879 Depends: ros-jazzy-eiquadprog (= 1.3.2-1noble.20260514.121754) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-eiquadprog/ros-jazzy-eiquadprog-dbgsym_1.3.2-1noble.20260514.121754_arm64.deb Size: 1868072 SHA256: bf0602d2213018a584d44e8a7d736a911247798d1d94129347cb9c105eabf590 SHA1: f31d958222d832d6007d26a32b934d6fac08bff3 MD5sum: 100c247be69700c63f98b32461639b97 Description: debug symbols for ros-jazzy-eiquadprog Build-Ids: 5dc7b08b309f23e7c7646726d1ca4d1a4823d497 Package: ros-jazzy-ess-imu-driver2 Version: 2.0.3-1noble.20260520.013859 Architecture: arm64 Maintainer: Raymond Chow Installed-Size: 322 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Homepage: https://wiki.ros.org/ess_imu_driver2 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ess-imu-driver2/ros-jazzy-ess-imu-driver2_2.0.3-1noble.20260520.013859_arm64.deb Size: 75540 SHA256: 706a96127ff3b5fc01f87a067a678baa2af31781069d25a5d70a143c1a849313 SHA1: b9b8bbc92046c9a1f4584bc902c2d60e4dffb0e2 MD5sum: a677703e56a2b699431555f8ba9166bd Description: ROS2 package for Epson IMU using C++ wrapper around Linux C driver Package: ros-jazzy-ess-imu-driver2-dbgsym Package-Type: ddeb Source: ros-jazzy-ess-imu-driver2 Version: 2.0.3-1noble.20260520.013859 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Raymond Chow Installed-Size: 1164 Depends: ros-jazzy-ess-imu-driver2 (= 2.0.3-1noble.20260520.013859) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ess-imu-driver2/ros-jazzy-ess-imu-driver2-dbgsym_2.0.3-1noble.20260520.013859_arm64.deb Size: 1021568 SHA256: d985dd408acb55afc647ffc67dee2db901e487889ed7eb3de96cacd717195acd SHA1: a3145d704cf928d6afb2f424e5befaf51e4b51e7 MD5sum: 90572373938e57f23731f9c03bf20c99 Description: debug symbols for ros-jazzy-ess-imu-driver2 Build-Ids: 784806e8869394866452c80971ac69b4a27660e0 Package: ros-jazzy-etsi-its-cam-coding Version: 3.4.0-1noble.20260305.212632 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 902 Depends: libc6 (>= 2.17), ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-cam-coding/ros-jazzy-etsi-its-cam-coding_3.4.0-1noble.20260305.212632_arm64.deb Size: 143920 SHA256: ae70b87da6f54f1fc4b31a2f2838723b8aafd7aa2344bf9703d2463f1d892a04 SHA1: 849d8db9a719b9f0617cb80b9792c5237f119970 MD5sum: f19ca5ef80d02fb0a6be4badbbe9eb49 Description: C++ compatible C source code for ETSI ITS CAMs generated from ASN.1 using asn1c Package: ros-jazzy-etsi-its-cam-coding-dbgsym Package-Type: ddeb Source: ros-jazzy-etsi-its-cam-coding Version: 3.4.0-1noble.20260305.212632 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 692 Depends: ros-jazzy-etsi-its-cam-coding (= 3.4.0-1noble.20260305.212632) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-cam-coding/ros-jazzy-etsi-its-cam-coding-dbgsym_3.4.0-1noble.20260305.212632_arm64.deb Size: 383578 SHA256: d9f69a2fc9f4e225177b26d3c5bee5f9009fad349ead5f5aca2c9e27271790ae SHA1: 4808f5aaac68fe08a6f9a60fcd627fe4b02ba86f MD5sum: c17612acdd8e16631bf72da489cab1b6 Description: debug symbols for ros-jazzy-etsi-its-cam-coding Build-Ids: 0e850a1673bcb154aa79356ab8b5bbf553bb961f Package: ros-jazzy-etsi-its-cam-conversion Version: 3.4.0-1noble.20260519.201127 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 370 Depends: ros-jazzy-etsi-its-cam-coding, ros-jazzy-etsi-its-cam-msgs, ros-jazzy-etsi-its-primitives-conversion, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-cam-conversion/ros-jazzy-etsi-its-cam-conversion_3.4.0-1noble.20260519.201127_arm64.deb Size: 26824 SHA256: 8b37630e92190a5b2e6db3583c309ed308af13e73cf3d85771524e5772cdf1b5 SHA1: f4bd035025b65c69970804979daa07fc467c11e6 MD5sum: 1227571dcea290db25209d1b61f251a6 Description: Conversion functions for converting ROS messages to and from ASN.1-encoded ETSI ITS CAMs Package: ros-jazzy-etsi-its-cam-msgs Version: 3.4.0-1noble.20260519.181655 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 15318 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-cam-msgs/ros-jazzy-etsi-its-cam-msgs_3.4.0-1noble.20260519.181655_arm64.deb Size: 742260 SHA256: 777ec42596c928b3cef0d60afe42a212c040d02169a0b0d3981c5ddfa9c43f3b SHA1: 21873fd44a4e64bccfc5add1ea4e64f8e4a17f6d MD5sum: f669a1ff765c9f853ca7f57bd206cf8f Description: ROS messages for ETSI ITS CAM Package: ros-jazzy-etsi-its-cam-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-etsi-its-cam-msgs Version: 3.4.0-1noble.20260519.181655 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 9992 Depends: ros-jazzy-etsi-its-cam-msgs (= 3.4.0-1noble.20260519.181655) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-cam-msgs/ros-jazzy-etsi-its-cam-msgs-dbgsym_3.4.0-1noble.20260519.181655_arm64.deb Size: 7284098 SHA256: f4623f3e52b67933a435e7d7eea0e079e6c3e4f972285e88490f478f172f0291 SHA1: 75a3db70d0d3df7a1b0ba398cbf0d793614439b5 MD5sum: e9b137249a3f453cd4dc699f4b2ac807 Description: debug symbols for ros-jazzy-etsi-its-cam-msgs Build-Ids: 090c0f8c73b918e04c4bda407bb0d31f2e86ea69 2553734ba3535a05c2f03cf8b1c97ff6787df783 3ae477fe65559d82f4f15d027d0ee05cf9a5f19b 64c20e438da1a7bcb269332c7e3365263b71fcf4 77c8412c087e6f6b7b6aafdcc91253d8f78afaae a745162457da97decfd224c3c12aa95349c294f9 d1896f763d7d04eb3a28d63e5126db58bceff34a db8fd00083bce2275fa49f7da9d939701127723c e491706d13625deb7414b0164ba73240b3484962 f1f0ee10ac0b7acdfc6a527bc5c413b7610827b6 f98dd09ce9b5767d170c4ddfc0d463d064f6f1af Package: ros-jazzy-etsi-its-cam-ts-coding Version: 3.4.0-1noble.20260305.212957 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 1552 Depends: libc6 (>= 2.17), ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-cam-ts-coding/ros-jazzy-etsi-its-cam-ts-coding_3.4.0-1noble.20260305.212957_arm64.deb Size: 201040 SHA256: 2e75d9d6c21314e8d3175dd56ad7bd2dcb447817c3131f8710166af9aac38288 SHA1: c983a2e53144857ed1e0c72fb20aa27f6a7003d8 MD5sum: 75f98f756990ec0e42405a9d7788b4b2 Description: C++ compatible C source code for ETSI ITS CAMs (TS) generated from ASN.1 using asn1c Package: ros-jazzy-etsi-its-cam-ts-coding-dbgsym Package-Type: ddeb Source: ros-jazzy-etsi-its-cam-ts-coding Version: 3.4.0-1noble.20260305.212957 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 1092 Depends: ros-jazzy-etsi-its-cam-ts-coding (= 3.4.0-1noble.20260305.212957) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-cam-ts-coding/ros-jazzy-etsi-its-cam-ts-coding-dbgsym_3.4.0-1noble.20260305.212957_arm64.deb Size: 513630 SHA256: 78208b05fad666a842da653697749c9db7ba88dce5a58a7b6cbdb167d5b4548f SHA1: c8f335f9d411eb1229668550b5dd7dd841a27677 MD5sum: 0f2917ef9daf5e8bcb09106e2eb8df5e Description: debug symbols for ros-jazzy-etsi-its-cam-ts-coding Build-Ids: bf708ed5b844a1ebac4707efff7853b39ab9113f Package: ros-jazzy-etsi-its-cam-ts-conversion Version: 3.4.0-1noble.20260519.201240 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 643 Depends: ros-jazzy-etsi-its-cam-ts-coding, ros-jazzy-etsi-its-cam-ts-msgs, ros-jazzy-etsi-its-primitives-conversion, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-cam-ts-conversion/ros-jazzy-etsi-its-cam-ts-conversion_3.4.0-1noble.20260519.201240_arm64.deb Size: 54680 SHA256: 674fcbc9999e0d32f402dfbfe440bad0b524d2f1285c5306b422a2646d723cd9 SHA1: 8a8343579644f86aca5ba3748c2db9acfc8593dc MD5sum: fcf6977cb39de8d63871fdcf16c1a92e Description: Conversion functions for converting ROS messages to and from ASN.1-encoded ETSI ITS CAMs (TS) Package: ros-jazzy-etsi-its-cam-ts-msgs Version: 3.4.0-1noble.20260519.181700 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 21803 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-cam-ts-msgs/ros-jazzy-etsi-its-cam-ts-msgs_3.4.0-1noble.20260519.181700_arm64.deb Size: 1039530 SHA256: 58a59d421f041760d813553ea8ab7fc2aa3c496ed915e7964c7d6bb6bfe7cf89 SHA1: b47950836d9a3b7f40f46839e20024f64aa02611 MD5sum: c3d7b1fde23fb620f4592c9fbd1981c1 Description: ROS messages for ETSI ITS CAM (TS) Package: ros-jazzy-etsi-its-cam-ts-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-etsi-its-cam-ts-msgs Version: 3.4.0-1noble.20260519.181700 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 12570 Depends: ros-jazzy-etsi-its-cam-ts-msgs (= 3.4.0-1noble.20260519.181700) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-cam-ts-msgs/ros-jazzy-etsi-its-cam-ts-msgs-dbgsym_3.4.0-1noble.20260519.181700_arm64.deb Size: 8952730 SHA256: b18cead871aef24762a2853b1a0e76cf17afaaf448213d9bbf984aa22f3f6240 SHA1: 4344b894f07a43896c8b7ab4a191b5c32617e843 MD5sum: f60b04e7cf7b069476f9adc13f071f24 Description: debug symbols for ros-jazzy-etsi-its-cam-ts-msgs Build-Ids: 2d438ff6d0bc6685a8e292c9b34f96debb46179d 2ee0b2705e1e6b110de5db24083191ae390587f9 30c25ed46d057943cd48b6eb59c7a9d1eff329e8 49bce135116a69d9739ade55778321370378ca2c 80fbf8f1f4f8ffdc6581be879b73ff85023aec15 8cd145221c06e53a003e5a39b7343be4ad7cda3c 942d8ec0b33c95541c0f7bce5c032c5318a815e0 9e3b5fde2766d0dd65a2e930adc37cc497e0c648 eea34fccc53e4b8830815d361c26a72a449a9794 f4e279da8e7b3b99d32aeb537f2b5bf790d2d3ee fab500f2eec3b5331b088303f2949daddfa6b410 Package: ros-jazzy-etsi-its-coding Version: 3.4.0-1noble.20260305.234427 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 42 Depends: ros-jazzy-etsi-its-cam-coding, ros-jazzy-etsi-its-cam-ts-coding, ros-jazzy-etsi-its-cpm-ts-coding, ros-jazzy-etsi-its-denm-coding, ros-jazzy-etsi-its-denm-ts-coding, ros-jazzy-etsi-its-mapem-ts-coding, ros-jazzy-etsi-its-spatem-ts-coding, ros-jazzy-etsi-its-vam-ts-coding, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-coding/ros-jazzy-etsi-its-coding_3.4.0-1noble.20260305.234427_arm64.deb Size: 5908 SHA256: 88509aae4df73964a47d7cdb663c7b3a1a54478e2a69532f578a4822b0d76e9f SHA1: 1df32c8549b49664cd7cea951e1c23b9b0489e98 MD5sum: 24a48c7434b190a34636ddae2f6194a7 Description: C++ compatible C source code for ETSI ITS messages generated from ASN.1 using asn1c Package: ros-jazzy-etsi-its-conversion Version: 3.4.0-1noble.20260520.044256 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 4630 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-etsi-its-cam-conversion, ros-jazzy-etsi-its-cam-ts-conversion, ros-jazzy-etsi-its-conversion-srvs, ros-jazzy-etsi-its-cpm-ts-conversion, ros-jazzy-etsi-its-denm-conversion, ros-jazzy-etsi-its-denm-ts-conversion, ros-jazzy-etsi-its-mapem-ts-conversion, ros-jazzy-etsi-its-mcm-uulm-conversion, ros-jazzy-etsi-its-spatem-ts-conversion, ros-jazzy-etsi-its-vam-ts-conversion, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-ros-environment, ros-jazzy-udp-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-conversion/ros-jazzy-etsi-its-conversion_3.4.0-1noble.20260520.044256_arm64.deb Size: 620450 SHA256: 0baa34740722b59f6440761dbf47e0a42d697dfbda2436bd8929b66ef45bcce6 SHA1: d2d95626dfab4f5802c0fde9f45334bb133e0268 MD5sum: bfb4183013cb13518bfa6dd4343fafa1 Description: Converts ROS messages to and from ASN.1-encoded ETSI ITS messages Package: ros-jazzy-etsi-its-conversion-dbgsym Package-Type: ddeb Source: ros-jazzy-etsi-its-conversion Version: 3.4.0-1noble.20260520.044256 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 18587 Depends: ros-jazzy-etsi-its-conversion (= 3.4.0-1noble.20260520.044256) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-conversion/ros-jazzy-etsi-its-conversion-dbgsym_3.4.0-1noble.20260520.044256_arm64.deb Size: 15102896 SHA256: 8d29dde55ea51430bfa3f10c6cf453929825c1ba39a3f8bfd92b2b6cd738b942 SHA1: fc9e24a5a414b4b122dbcdcb5e694391c4546dd4 MD5sum: 03dc2599df47ef0674fbf74fac541d55 Description: debug symbols for ros-jazzy-etsi-its-conversion Build-Ids: 6de33f27282b75d8adbc666bbdc5e680e8c4e0d4 9bb4f1450e96df632ee022331ee7ef5191c9fe20 a06209e9295ef9ad217b80e358a13448945cf73e Package: ros-jazzy-etsi-its-conversion-srvs Version: 3.4.0-1noble.20260519.214952 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 17375 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-etsi-its-cam-msgs, ros-jazzy-etsi-its-cam-ts-msgs, ros-jazzy-etsi-its-cpm-ts-msgs, ros-jazzy-etsi-its-denm-msgs, ros-jazzy-etsi-its-denm-ts-msgs, ros-jazzy-etsi-its-mapem-ts-msgs, ros-jazzy-etsi-its-mcm-uulm-msgs, ros-jazzy-etsi-its-spatem-ts-msgs, ros-jazzy-etsi-its-vam-ts-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-udp-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-conversion-srvs/ros-jazzy-etsi-its-conversion-srvs_3.4.0-1noble.20260519.214952_arm64.deb Size: 940276 SHA256: 4f7239860230d1a51fd1b6d3a2f46ab077a0f86732555629794bcf9dc189251b SHA1: e8d196ce9bfb94bf5ed3a9bf14249d277a946c3c MD5sum: 05a7e3cae748597c683da15bad4c9d56 Description: Services to convert ROS messages to and from ASN.1-encoded ETSI ITS messages Package: ros-jazzy-etsi-its-conversion-srvs-dbgsym Package-Type: ddeb Source: ros-jazzy-etsi-its-conversion-srvs Version: 3.4.0-1noble.20260519.214952 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 14049 Depends: ros-jazzy-etsi-its-conversion-srvs (= 3.4.0-1noble.20260519.214952) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-conversion-srvs/ros-jazzy-etsi-its-conversion-srvs-dbgsym_3.4.0-1noble.20260519.214952_arm64.deb Size: 11547714 SHA256: a75cefb8592da0cd28fc67fad5608f22bcb4953ac373920bb49e8e9b5eeaa4c1 SHA1: 90d24065ba2c33d020ba6eb3e9f784cf48ad6eea MD5sum: 1fb45e048bd1cdaffb78bfb0426cf716 Description: debug symbols for ros-jazzy-etsi-its-conversion-srvs Build-Ids: 13a8ba1a6d6f2ea6e440b830e1f7c5f2dcc4324e 252d3437e3da7fe4a69633d90c6e1dfb7c625614 2ec64db1a5b0fdec329da2841196a0bffb10f6e4 2f4dad761de26226a1155f598c95987ad37a9f21 4b26ade02566298d13339c2d065d981bb5e1ce5a 5a0085de2a1858ab89e78a9d7cf609f9f9f6ef34 6a51a4808f24ed6b7d6cbcef88b34d84545721ea b30d55c19f9ae66881448e83988b3988787e4139 b9aebdd8c76e182d3dd84c92bc8a42bd80bcfaa9 de8204bdb9c3a6ebc004591e6d09d9170bfceb64 f031e7904cfe1273c6f1761f130b5155d23acf48 Package: ros-jazzy-etsi-its-cpm-ts-coding Version: 3.4.0-1noble.20260305.212959 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 1467 Depends: libc6 (>= 2.17), ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-cpm-ts-coding/ros-jazzy-etsi-its-cpm-ts-coding_3.4.0-1noble.20260305.212959_arm64.deb Size: 192096 SHA256: 34c1f73043c2f650dd9e30b11f3a8e19e655eba02e6525c8b7e9dae3df1c1be8 SHA1: c5ef37a91ee158eeb28dfcf95a8edf741cf32d5d MD5sum: 9c3314a5fcdd908300c6fff9d8fc5150 Description: C++ compatible C source code for ETSI ITS CPMs (TS) generated from ASN.1 using asn1c Package: ros-jazzy-etsi-its-cpm-ts-coding-dbgsym Package-Type: ddeb Source: ros-jazzy-etsi-its-cpm-ts-coding Version: 3.4.0-1noble.20260305.212959 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 1030 Depends: ros-jazzy-etsi-its-cpm-ts-coding (= 3.4.0-1noble.20260305.212959) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-cpm-ts-coding/ros-jazzy-etsi-its-cpm-ts-coding-dbgsym_3.4.0-1noble.20260305.212959_arm64.deb Size: 495816 SHA256: 9043149430221d3eb2a40e922f34be0b4db95a571abe01186e9775d1ed606fa3 SHA1: d2af744b0524de30df035d30cffe750a2f36a1a6 MD5sum: 2c48a5be2e3943b8bd35b71a300cdf8e Description: debug symbols for ros-jazzy-etsi-its-cpm-ts-coding Build-Ids: 0dae687f56df2cd90fd4666bac6f490d59ae665e Package: ros-jazzy-etsi-its-cpm-ts-conversion Version: 3.4.0-1noble.20260519.201328 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 608 Depends: ros-jazzy-etsi-its-cpm-ts-coding, ros-jazzy-etsi-its-cpm-ts-msgs, ros-jazzy-etsi-its-primitives-conversion, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-cpm-ts-conversion/ros-jazzy-etsi-its-cpm-ts-conversion_3.4.0-1noble.20260519.201328_arm64.deb Size: 45944 SHA256: 2f355ebb969b21953949d01defc226e410ca959d247c59341c58cbf91e1c41d4 SHA1: 8b81893c056e699d85c8f35eba7016bbd0ca1dad MD5sum: 6f51482f6a50d27331f54ff3bed2c916 Description: Conversion functions for converting ROS messages to and from ASN.1-encoded ETSI ITS CPMs (TS) Package: ros-jazzy-etsi-its-cpm-ts-msgs Version: 3.4.0-1noble.20260519.181734 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 22550 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-cpm-ts-msgs/ros-jazzy-etsi-its-cpm-ts-msgs_3.4.0-1noble.20260519.181734_arm64.deb Size: 1044990 SHA256: 1f4a4e86cc146acac0e2e1157f7dc32a25de7bb0da14a2099d8d065751b3ee1f SHA1: 87c9d6ce59e033891461ea3267da56dfe6b1c3d6 MD5sum: a9f70ccb3d36569dcd7cf7ff9a95232d Description: ROS messages for ETSI ITS CPM (TS) Package: ros-jazzy-etsi-its-cpm-ts-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-etsi-its-cpm-ts-msgs Version: 3.4.0-1noble.20260519.181734 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 14144 Depends: ros-jazzy-etsi-its-cpm-ts-msgs (= 3.4.0-1noble.20260519.181734) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-cpm-ts-msgs/ros-jazzy-etsi-its-cpm-ts-msgs-dbgsym_3.4.0-1noble.20260519.181734_arm64.deb Size: 10465188 SHA256: a5d85e13211bfa8d4ff4498e9676df7dea42d16faefee25968dc8919dc261e07 SHA1: 34c248e7954bcc947f421217b48f1ac90d4fbc2f MD5sum: f312a6fb2739ec7003a7585198a21474 Description: debug symbols for ros-jazzy-etsi-its-cpm-ts-msgs Build-Ids: 1046a8162b6feceabad41ed511b4238096d47d66 23f3555c452dc79ebe739b59fa366638e96cef48 28642ed392853b4a9d095abd62fb87de48d1cbd8 77312cd5eda9448d49bd480256c5c4e3cb651623 956223bf4af34ad4826284e800f2a2e11077500a a7ccd05552c36570d97d1880e6cfb157f398261b ad83bb3954cb416afc6dbde5852c89d921599c56 d07f73cfa39f44dbe9d09049535953543017660d d178d5a3336a04b3f310fa66ddd5f46123ff2bb1 dd0e0b94286f9cbb543155d881ed0987f9c09c0e def993212d5fd9d58d052e061bdcb4fbb47f5726 Package: ros-jazzy-etsi-its-denm-coding Version: 3.4.0-1noble.20260305.233833 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 892 Depends: libc6 (>= 2.17), ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-denm-coding/ros-jazzy-etsi-its-denm-coding_3.4.0-1noble.20260305.233833_arm64.deb Size: 143440 SHA256: 43592b7391b0717c69ab66599e8f3e58306cbecb0d9a5ceee2d2c24334175a8f SHA1: 90006a4f260a95e6d23f502add3aaddce2aeea69 MD5sum: 05a06cd45f9fdf5eeb0472baea42f9f0 Description: C++ compatible C source code for ETSI ITS DENMs generated from ASN.1 using asn1c Package: ros-jazzy-etsi-its-denm-coding-dbgsym Package-Type: ddeb Source: ros-jazzy-etsi-its-denm-coding Version: 3.4.0-1noble.20260305.233833 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 677 Depends: ros-jazzy-etsi-its-denm-coding (= 3.4.0-1noble.20260305.233833) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-denm-coding/ros-jazzy-etsi-its-denm-coding-dbgsym_3.4.0-1noble.20260305.233833_arm64.deb Size: 375956 SHA256: 1484f2526787b0cbe3bfde4ce6355bcd837b195215eea154254097a4bc14816d SHA1: b03a030b7d2fc1851f928a9976d491ba9c551e16 MD5sum: 06d436b9fb1e71068ff02d77c719a5ae Description: debug symbols for ros-jazzy-etsi-its-denm-coding Build-Ids: 401c6edcaab7cc2cb10dfd3e1025c7de80491809 Package: ros-jazzy-etsi-its-denm-conversion Version: 3.4.0-1noble.20260519.201226 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 413 Depends: ros-jazzy-etsi-its-denm-coding, ros-jazzy-etsi-its-denm-msgs, ros-jazzy-etsi-its-primitives-conversion, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-denm-conversion/ros-jazzy-etsi-its-denm-conversion_3.4.0-1noble.20260519.201226_arm64.deb Size: 29830 SHA256: f4947b698f898e7f5ba401788e743dd3bb5445684c7459685b189ce0a39e9996 SHA1: 9c8240c66ebfd229f7ce46c15ca767a453b21144 MD5sum: 1c3661f4d1a331d4afd04e6ff790887b Description: Conversion functions for converting ROS messages to and from ASN.1-encoded ETSI ITS DENMs Package: ros-jazzy-etsi-its-denm-msgs Version: 3.4.0-1noble.20260519.181740 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 16915 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-denm-msgs/ros-jazzy-etsi-its-denm-msgs_3.4.0-1noble.20260519.181740_arm64.deb Size: 820002 SHA256: 5aef3cdcc35913baac8cf82c5099ed80c459da77aa6569f4f6dc0728726bcc2d SHA1: 1588f83ba5762d065abe1a1b1c9a8f9191a3698d MD5sum: e27d0db6c650090e0a53c790b704f31d Description: ROS messages for ETSI ITS DENM Package: ros-jazzy-etsi-its-denm-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-etsi-its-denm-msgs Version: 3.4.0-1noble.20260519.181740 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 11152 Depends: ros-jazzy-etsi-its-denm-msgs (= 3.4.0-1noble.20260519.181740) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-denm-msgs/ros-jazzy-etsi-its-denm-msgs-dbgsym_3.4.0-1noble.20260519.181740_arm64.deb Size: 8100012 SHA256: 5cea6db59516ab377f8d3165c8d5eaac1686c9a5dbfd667b4c849e938d574743 SHA1: b56dec9ae0be95fbe97edde01632a7517070440f MD5sum: 0fae3bbfaf9708412085a16127b3d969 Description: debug symbols for ros-jazzy-etsi-its-denm-msgs Build-Ids: 1a5b85f9913e8d4d372bd32f45c73a70ee0009ec 1fed5509a68a1d8158aa5f62ef4dcb44d45815d0 2241fcfac7e660b25a38e4a84cceb1ed5a8f5496 409e387644f8f41f6a4a88150c6e3c93e5fea6ce 71dc90fded13406468eea93d5df9ae82b327f3c4 8d12f2f7b74396b188e9762a31ede2e1276702fd c758e600d83b0738d242212436df9d39f99f88f2 d4ec5be16a7016ab6b2fc43898e645f51b4b6cbf dff5cb0415ba5037f6968c10cdd9ce46c7b8b11e e89d31ccd4d54cfa5927ea541ef5011b4167f900 fc8257c7b9c22fc7867b933cb74bb175c89dec59 Package: ros-jazzy-etsi-its-denm-ts-coding Version: 3.4.0-1noble.20260305.213623 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 1557 Depends: libc6 (>= 2.17), ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-denm-ts-coding/ros-jazzy-etsi-its-denm-ts-coding_3.4.0-1noble.20260305.213623_arm64.deb Size: 202044 SHA256: aa083fccfafb131776fa170b4d2d2d4d5f5bbd8039fde95c099a7bf262675fa8 SHA1: d4f5d5d760e5cdd504437b1dfb0c1a053990d8c6 MD5sum: e342ddaa03ad9639ee648933b1690784 Description: C++ compatible C source code for ETSI ITS DENMs (TS) generated from ASN.1 using asn1c Package: ros-jazzy-etsi-its-denm-ts-coding-dbgsym Package-Type: ddeb Source: ros-jazzy-etsi-its-denm-ts-coding Version: 3.4.0-1noble.20260305.213623 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 1082 Depends: ros-jazzy-etsi-its-denm-ts-coding (= 3.4.0-1noble.20260305.213623) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-denm-ts-coding/ros-jazzy-etsi-its-denm-ts-coding-dbgsym_3.4.0-1noble.20260305.213623_arm64.deb Size: 507336 SHA256: d1f0461c8f56dab582947b1494d39cf45bc9ca17a919fc3f89ebc39c7baea994 SHA1: 5e594272b63b75d13b17d5a23294e156a14362a7 MD5sum: e918886ee5072e013b873dd686082915 Description: debug symbols for ros-jazzy-etsi-its-denm-ts-coding Build-Ids: 1dda14f833cee7956d7a4285113398919c1a10ea Package: ros-jazzy-etsi-its-denm-ts-conversion Version: 3.4.0-1noble.20260520.043939 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 1176 Depends: ros-jazzy-etsi-its-denm-ts-coding, ros-jazzy-etsi-its-denm-ts-msgs, ros-jazzy-etsi-its-primitives-conversion, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-denm-ts-conversion/ros-jazzy-etsi-its-denm-ts-conversion_3.4.0-1noble.20260520.043939_arm64.deb Size: 89094 SHA256: ccfe59e88901a229d3279c1267604ca6044577657f658be45cdb0d694b198d4b SHA1: b0531447b4b3d79ca333eac9ee424b64dba1e465 MD5sum: 1afa814a61041455dc0ef2a744b2dcdb Description: Conversion functions for converting ROS messages to and from ASN.1-encoded ETSI ITS DENMs (TS) Package: ros-jazzy-etsi-its-denm-ts-msgs Version: 3.4.0-1noble.20260519.204230 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 43409 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-denm-ts-msgs/ros-jazzy-etsi-its-denm-ts-msgs_3.4.0-1noble.20260519.204230_arm64.deb Size: 2102998 SHA256: 83a5e93654941c631bff884100c46d834e4bfba5a6e4287474e04f66e16cd44a SHA1: b367565ef6d094a91fa07c6d26a535a3c51b3793 MD5sum: 30c75b55d45f8763718d67251fd15784 Description: ROS messages for ETSI ITS DENM (TS) Package: ros-jazzy-etsi-its-denm-ts-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-etsi-its-denm-ts-msgs Version: 3.4.0-1noble.20260519.204230 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 26683 Depends: ros-jazzy-etsi-its-denm-ts-msgs (= 3.4.0-1noble.20260519.204230) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-denm-ts-msgs/ros-jazzy-etsi-its-denm-ts-msgs-dbgsym_3.4.0-1noble.20260519.204230_arm64.deb Size: 19473624 SHA256: b45240114f0b938132101b6e1180479b1747b1938877572e57d501572f9bfec9 SHA1: 15b6ba6c00f8f304b373c78b34eff487648975e0 MD5sum: aa652e00bb544e7b6e6250fcdf1a4031 Description: debug symbols for ros-jazzy-etsi-its-denm-ts-msgs Build-Ids: 0b013f935fde21c76bebb5b4ed77b271990541e4 1d6e5422a96f6f19bf4b3d09f280be3ccbe6aace 2af07d66da0b49864e83d316f31201ea428a67bb 77642a48a74c37feab1e7d72fb3a21593de985fe 80f2803ab0ad199c469a69f773a751732eefec41 899bf7aef3bc37c7cbe15281f209d1f5a10ee3d0 8f40c93728df45cdbd3aa9fbe650f60a907fd5d0 ac0f258a41f4a1e4d15e347b15e82fb280fd1c13 e0b4659407f79b2c57ac91de8c6b6c0bae6a22df e8788fd11ec65ebaac82333e279fa1bb035538b8 eed3b0f67e33885888dc38ac11f5d39a73c3faf6 Package: ros-jazzy-etsi-its-mapem-ts-coding Version: 3.4.0-1noble.20260305.213628 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 1687 Depends: libc6 (>= 2.17), ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-mapem-ts-coding/ros-jazzy-etsi-its-mapem-ts-coding_3.4.0-1noble.20260305.213628_arm64.deb Size: 211630 SHA256: 432ef042503adb093b42c235ec4bf8080c17c00217a17c58f5b6c8f438848185 SHA1: 444c5936854e7b55687f99d5229d751e1770da46 MD5sum: f0bfd3d30c2dc3b34df77888ea67dc56 Description: C++ compatible C source code for ETSI ITS MAPEMs (TS) generated from ASN.1 using asn1c Package: ros-jazzy-etsi-its-mapem-ts-coding-dbgsym Package-Type: ddeb Source: ros-jazzy-etsi-its-mapem-ts-coding Version: 3.4.0-1noble.20260305.213628 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 1187 Depends: ros-jazzy-etsi-its-mapem-ts-coding (= 3.4.0-1noble.20260305.213628) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-mapem-ts-coding/ros-jazzy-etsi-its-mapem-ts-coding-dbgsym_3.4.0-1noble.20260305.213628_arm64.deb Size: 551474 SHA256: fc0aef7ebfdcf92b4bca7e46720ed6f47d112dd303aad4aa9862e328c13432e6 SHA1: 8e84503b2bc10032477c21a9e62fd4718169704a MD5sum: 4604ee428f7cd7687f720a2e240cd139 Description: debug symbols for ros-jazzy-etsi-its-mapem-ts-coding Build-Ids: f98c50f26828cb528ae3975949c16cb6363633aa Package: ros-jazzy-etsi-its-mapem-ts-conversion Version: 3.4.0-1noble.20260519.201135 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 410 Depends: ros-jazzy-etsi-its-mapem-ts-coding, ros-jazzy-etsi-its-mapem-ts-msgs, ros-jazzy-etsi-its-primitives-conversion, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-mapem-ts-conversion/ros-jazzy-etsi-its-mapem-ts-conversion_3.4.0-1noble.20260519.201135_arm64.deb Size: 27074 SHA256: f3d8212b6ce9a8cea21d5d56c5196f3432cb160a6923cce5f09074ea1318eec2 SHA1: 67414b71b4f95a869301aa7c0d12280c670b18cd MD5sum: 05f09df64c8e23d79b7c6baa527c1f42 Description: Conversion functions for converting ROS messages to and from ASN.1-encoded ETSI ITS MAPEMs (TS) Package: ros-jazzy-etsi-its-mapem-ts-msgs Version: 3.4.0-1noble.20260519.181915 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 16758 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-mapem-ts-msgs/ros-jazzy-etsi-its-mapem-ts-msgs_3.4.0-1noble.20260519.181915_arm64.deb Size: 774462 SHA256: c03c5ebdc95a924d82a798bd178ee2f92f3ff7c02ff4f37b3cd4de5bcaddbf1e SHA1: d60024e4ec17ba2f33ff3e92d382e35efc3bd5f0 MD5sum: 2a7af04c5eddc01aa223b3d1687cab2b Description: ROS messages for ETSI ITS MAPEM (TS) Package: ros-jazzy-etsi-its-mapem-ts-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-etsi-its-mapem-ts-msgs Version: 3.4.0-1noble.20260519.181915 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 11391 Depends: ros-jazzy-etsi-its-mapem-ts-msgs (= 3.4.0-1noble.20260519.181915) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-mapem-ts-msgs/ros-jazzy-etsi-its-mapem-ts-msgs-dbgsym_3.4.0-1noble.20260519.181915_arm64.deb Size: 8588778 SHA256: 27e703891ce36657be11c977daa9b9362122d0b2385cc607734194f6cb40a964 SHA1: 04fd070fc3e6e57dde334fb3e310413474b075c8 MD5sum: d3b01905a6c36b2fc29f74c1229f94c3 Description: debug symbols for ros-jazzy-etsi-its-mapem-ts-msgs Build-Ids: 3db80c3bf432964ceb6cd9b053bd3b2a35085fd9 3f57bfa20cfcfe115054341dfe7dadf0437276d1 5d0bdf75c220afac8424fcff1543b537357e768f 70d1ac5faec690f7a360655e9a23b1a19966adc0 8798ff874dfc0a227a9f7446ba9c8b1416e1aed8 925a7fe269cc7621589ce15d72a48b8f3065a467 96d4cc8f1c88a9b1549f8f08c6c13dc49c7f5f3b 9bc1f6ab853fc63850b1396b03f502e4d6f30ec0 afa048fd5fad5a65c6b9e94cae335ddec88a4a9c d19cf51cf079e1f3c1bef36ee4af353d891bef46 d88ecfd68c47ad53a8642e0460c84c0df5a99565 Package: ros-jazzy-etsi-its-mcm-uulm-coding Version: 3.4.0-1noble.20260305.213703 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 1623 Depends: libc6 (>= 2.17), ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-mcm-uulm-coding/ros-jazzy-etsi-its-mcm-uulm-coding_3.4.0-1noble.20260305.213703_arm64.deb Size: 206310 SHA256: ad7fff1dc9499da02ee5ada76d0822608c3c05648802a0d84301a6c115acbe06 SHA1: 3bd9dfcb2a7b049859b5bb9534e42b9d6943fb46 MD5sum: 00abdba6c2a249e93ef7420060fa031c Description: C++ compatible C source code for draft MCM (TS) version of UULM generated from ASN.1 using asn1c Package: ros-jazzy-etsi-its-mcm-uulm-coding-dbgsym Package-Type: ddeb Source: ros-jazzy-etsi-its-mcm-uulm-coding Version: 3.4.0-1noble.20260305.213703 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 1135 Depends: ros-jazzy-etsi-its-mcm-uulm-coding (= 3.4.0-1noble.20260305.213703) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-mcm-uulm-coding/ros-jazzy-etsi-its-mcm-uulm-coding-dbgsym_3.4.0-1noble.20260305.213703_arm64.deb Size: 520644 SHA256: 46e19316e61759705ab18289178aad0cd9c719df5fcae2e890d861c5948b13a7 SHA1: e92143fd56408bea84b1bd3cc8b4707c3281e3e6 MD5sum: fef65414bd72ac76de43c663293650c9 Description: debug symbols for ros-jazzy-etsi-its-mcm-uulm-coding Build-Ids: 8d883df2a3fcabfd61ee94a97d1f2fb5a8a57c14 Package: ros-jazzy-etsi-its-mcm-uulm-conversion Version: 3.4.0-1noble.20260519.201114 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 262 Depends: ros-jazzy-etsi-its-mcm-uulm-coding, ros-jazzy-etsi-its-mcm-uulm-msgs, ros-jazzy-etsi-its-primitives-conversion, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-mcm-uulm-conversion/ros-jazzy-etsi-its-mcm-uulm-conversion_3.4.0-1noble.20260519.201114_arm64.deb Size: 23410 SHA256: 0dd6d103e38c1e24219a37806336ce6f688143fef726db6f736a640effd15baa SHA1: b30f8e3450d8d1d31d999eb9ea683d4eba517419 MD5sum: 5f587fb3d58957451e918e307c0c9820 Description: Conversion functions for converting ROS messages to and from ASN.1-encoded UULM draft MCMs (TS) Package: ros-jazzy-etsi-its-mcm-uulm-msgs Version: 3.4.0-1noble.20260519.181926 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 9311 Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-mcm-uulm-msgs/ros-jazzy-etsi-its-mcm-uulm-msgs_3.4.0-1noble.20260519.181926_arm64.deb Size: 453054 SHA256: f4f09f0b394d9667794b071461c2c4872eeaed1a3b2e715af4e264ac5cab1f16 SHA1: f7c1658765bcb7639f0e53837cc64cc25a688f97 MD5sum: 6d7bc389bdd76900cfcc49a852a65d96 Description: ROS messages for draft MCM (TS) version of UULM Package: ros-jazzy-etsi-its-mcm-uulm-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-etsi-its-mcm-uulm-msgs Version: 3.4.0-1noble.20260519.181926 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 5979 Depends: ros-jazzy-etsi-its-mcm-uulm-msgs (= 3.4.0-1noble.20260519.181926) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-mcm-uulm-msgs/ros-jazzy-etsi-its-mcm-uulm-msgs-dbgsym_3.4.0-1noble.20260519.181926_arm64.deb Size: 4436332 SHA256: 4d6c455f72d01efdb3209b8a5fe773914ad2f3f56003312c9092918255ca50cf SHA1: 0ed80844551429b39e89b48446ae8e2e15bcac88 MD5sum: df5938b5dfb49ff6692a0e525b8842f2 Description: debug symbols for ros-jazzy-etsi-its-mcm-uulm-msgs Build-Ids: 00ac0503300bbef085b2b1b92b6774c0d21665ba 35752d3fff5c58ce898cb8ae3ae9c017dacda0de 3ecd3c09f583a83516dee3056f00c5f6aca8964b 6ac209255e68e062698a239585ad6dda6e616132 b04d6e194f93747617c1db19d88f978647a9cd2e b656d199b2aee4be875ae4900cf631e053ab5e23 b85edfff7c63d4934d9e3e7f1e237bc1f81aef75 cf6c49593f40058bf6d00147ffdd91b02ddeea0a d4f04285ea23c46b29231eb9a05a385ec5d96855 ea7fb1e4dd8d16f3a8f18c7173caa31c92f5daca f4748533cc3f5f79125161a23ab162ee3cb0cf47 Package: ros-jazzy-etsi-its-messages Version: 3.4.0-1noble.20260520.053239 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 41 Depends: ros-jazzy-etsi-its-coding, ros-jazzy-etsi-its-conversion, ros-jazzy-etsi-its-msgs, ros-jazzy-etsi-its-msgs-utils, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-messages/ros-jazzy-etsi-its-messages_3.4.0-1noble.20260520.053239_arm64.deb Size: 5582 SHA256: 820a8ea447a6bacbeda65cdc1a528d60ac586ff67425ec616261fa7654c2e83a SHA1: 4bc7e1da7b6418e6afc98d1cf27a3c5c30745ad7 MD5sum: 7cc2140d8fb1fb08a7ad1551aa819a22 Description: ROS support for ETSI ITS messages Package: ros-jazzy-etsi-its-msgs Version: 3.4.0-1noble.20260519.233646 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 47 Depends: ros-jazzy-etsi-its-cam-msgs, ros-jazzy-etsi-its-cam-ts-msgs, ros-jazzy-etsi-its-cpm-ts-msgs, ros-jazzy-etsi-its-denm-msgs, ros-jazzy-etsi-its-denm-ts-msgs, ros-jazzy-etsi-its-mapem-ts-msgs, ros-jazzy-etsi-its-spatem-ts-msgs, ros-jazzy-etsi-its-vam-ts-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-msgs/ros-jazzy-etsi-its-msgs_3.4.0-1noble.20260519.233646_arm64.deb Size: 6862 SHA256: ec2d7be7c67eac8be49fc4dd71e73644b781c1bb6c23c7a15860cbd3a78f4e0a SHA1: d4cf691a1ea900fef0e3ae1bbf50eb469cd973a4 MD5sum: e5f18d503a9851012c97948e8dc23b6d Description: ROS messages for ETSI ITS messages Package: ros-jazzy-etsi-its-msgs-utils Version: 3.4.0-1noble.20260520.005829 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 481 Depends: libgeographiclib-dev, ros-jazzy-etsi-its-msgs, ros-jazzy-geometry-msgs, ros-jazzy-tf2-geometry-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-msgs-utils/ros-jazzy-etsi-its-msgs-utils_3.4.0-1noble.20260520.005829_arm64.deb Size: 46764 SHA256: 68bda707d9728f3c1277badf3d63eda08002e79d7db7165146ad637b9daad068 SHA1: cc265ceb3df28c878f4c726087779897739b3fbf MD5sum: f97473acdf4653f657ab541c654b2c26 Description: ROS messages and utility functions for ETSI ITS messages Package: ros-jazzy-etsi-its-primitives-conversion Version: 3.4.0-1noble.20260305.213921 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 70 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-primitives-conversion/ros-jazzy-etsi-its-primitives-conversion_3.4.0-1noble.20260305.213921_arm64.deb Size: 9720 SHA256: 923337130b6e535c3f84c4069a4a5c1e6d0a5859668d8ca1a4774f13cab4d860 SHA1: 65ca42a210a57e906407bace716c6df0afcd0d24 MD5sum: 065b568f7c58d314ca06769edaed70b7 Description: Conversion functions for converting ROS primitives to and from ASN.1-encoded primitives Package: ros-jazzy-etsi-its-rviz-plugins Version: 3.4.0-1noble.20260520.140519 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 1699 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgeographiclib26 (>= 1.40), liborocos-kdl1.5 (>= 1.5.1), libqt5core5t64 (>= 5.5.0), libqt5gui5t64 (>= 5.11.0~rc1) | libqt5gui5-gles (>= 5.11.0~rc1), libstdc++6 (>= 13.1), ros-jazzy-rviz-ogre-vendor, libqt5gui5t64, libqt5opengl5, libqt5widgets5t64, python3-pyproj, ros-jazzy-etsi-its-cam-msgs, ros-jazzy-etsi-its-cpm-ts-msgs, ros-jazzy-etsi-its-denm-msgs, ros-jazzy-etsi-its-mapem-ts-msgs, ros-jazzy-etsi-its-msgs-utils, ros-jazzy-etsi-its-spatem-ts-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-ros-environment, ros-jazzy-rviz-common, ros-jazzy-rviz-default-plugins, ros-jazzy-rviz-rendering, ros-jazzy-rviz-satellite, ros-jazzy-rviz2, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-rviz-plugins/ros-jazzy-etsi-its-rviz-plugins_3.4.0-1noble.20260520.140519_arm64.deb Size: 285956 SHA256: e4bb8d55f66c6edf13e2d1bfde4a2f6bd8089bef546c29fedc74095f26d4dbc6 SHA1: 08848a724bbe6c556b4888806cabd941b0a10ce7 MD5sum: a1f9cdc8b150f6974c759a538e7e3240 Description: RViz plugins for etsi_its_messages Package: ros-jazzy-etsi-its-rviz-plugins-dbgsym Package-Type: ddeb Source: ros-jazzy-etsi-its-rviz-plugins Version: 3.4.0-1noble.20260520.140519 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 13397 Depends: ros-jazzy-etsi-its-rviz-plugins (= 3.4.0-1noble.20260520.140519) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-rviz-plugins/ros-jazzy-etsi-its-rviz-plugins-dbgsym_3.4.0-1noble.20260520.140519_arm64.deb Size: 11514040 SHA256: 84595e3a88a8366a239c8dc4264e62ec3dc13ca18ec910c836379e664b2f8bec SHA1: cfb4334fb9007ac4b03ba4a0a377d384df169aa3 MD5sum: c97d07d7794e706f9fc4c81def5435b1 Description: debug symbols for ros-jazzy-etsi-its-rviz-plugins Build-Ids: 0935d3a8c5ce9703d601c96221c2d1eab0a9f7aa Package: ros-jazzy-etsi-its-spatem-ts-coding Version: 3.4.0-1noble.20260305.213955 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 1691 Depends: libc6 (>= 2.17), ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-spatem-ts-coding/ros-jazzy-etsi-its-spatem-ts-coding_3.4.0-1noble.20260305.213955_arm64.deb Size: 211480 SHA256: e61016784384f932266d11782f88f3b5ca8a5fbadd6ec2730eb7b41c1728c307 SHA1: 3183141cbbc6c62ea778bbfadc6687a682c117f8 MD5sum: a2b5c9c38fdc5763f371ad42e80f6b72 Description: C++ compatible C source code for ETSI ITS SPATEMs (TS) generated from ASN.1 using asn1c Package: ros-jazzy-etsi-its-spatem-ts-coding-dbgsym Package-Type: ddeb Source: ros-jazzy-etsi-its-spatem-ts-coding Version: 3.4.0-1noble.20260305.213955 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 1189 Depends: ros-jazzy-etsi-its-spatem-ts-coding (= 3.4.0-1noble.20260305.213955) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-spatem-ts-coding/ros-jazzy-etsi-its-spatem-ts-coding-dbgsym_3.4.0-1noble.20260305.213955_arm64.deb Size: 550254 SHA256: 64e7151f3c742c5743acfde15f71bbaa98759b5530ab5a9c28214daa8722dd0e SHA1: 43f3a492e56bc9aa35996bb5bffd61c5c34dc766 MD5sum: 322f5c42f0853aebdcfae7366ca429de Description: debug symbols for ros-jazzy-etsi-its-spatem-ts-coding Build-Ids: dd7c5d217d205c1235c103451bf5a0b1928b7081 Package: ros-jazzy-etsi-its-spatem-ts-conversion Version: 3.4.0-1noble.20260519.200956 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 195 Depends: ros-jazzy-etsi-its-primitives-conversion, ros-jazzy-etsi-its-spatem-ts-coding, ros-jazzy-etsi-its-spatem-ts-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-spatem-ts-conversion/ros-jazzy-etsi-its-spatem-ts-conversion_3.4.0-1noble.20260519.200956_arm64.deb Size: 17166 SHA256: 86b6b81177f39636e88c1fdcd740e5cca908edf2541b9c688fbe49ab8929c0b4 SHA1: 160e9b94b1c63a94b7b59d42261e5d9b7b4b578b MD5sum: 30c9408dbfe9f2ff40e9f303c644e68c Description: Conversion functions for converting ROS messages to and from ASN.1-encoded ETSI ITS SPATEMs (TS) Package: ros-jazzy-etsi-its-spatem-ts-msgs Version: 3.4.0-1noble.20260519.181928 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 6590 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-spatem-ts-msgs/ros-jazzy-etsi-its-spatem-ts-msgs_3.4.0-1noble.20260519.181928_arm64.deb Size: 346880 SHA256: 3facf61240957f630b32287eb133d3bc7712f03cc9e52e057fef42bffcba5f12 SHA1: e2e21baa7c67e9c870bbdd14400c219568d1f756 MD5sum: f5f7d1a306c7b73ed14956e0804f1e43 Description: ROS messages for ETSI ITS SPATEM (TS) Package: ros-jazzy-etsi-its-spatem-ts-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-etsi-its-spatem-ts-msgs Version: 3.4.0-1noble.20260519.181928 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 4509 Depends: ros-jazzy-etsi-its-spatem-ts-msgs (= 3.4.0-1noble.20260519.181928) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-spatem-ts-msgs/ros-jazzy-etsi-its-spatem-ts-msgs-dbgsym_3.4.0-1noble.20260519.181928_arm64.deb Size: 3405688 SHA256: 410101e4b755a8310204d60286115b5945a25ede09ed11691af51f5c51b61398 SHA1: 96439556a34cebfcf90f03aaf503e15105815243 MD5sum: 86963090495b9a3fac478a8c3bf98096 Description: debug symbols for ros-jazzy-etsi-its-spatem-ts-msgs Build-Ids: 0cfb6938b817c15ba3283b6b648d25713d5bb49c 15955af3cb140bc7e6cfa1b8a48a4a863636ba28 494455c718d9757893de8303aaf4009bf7dd715e 557c5fed13a0ad5ec90a9074752d4a5ce4234f31 68622b0353cac8594d31e7f53c49d9fe9cc95a5d 6e6c3618b4f3c547c61b221002e1a54f2b186202 84ab355c800470a372bd29d8fc6fac07dc5daf0b 88f430ef3933368341b17dab7645ef560c7c0d95 aa3a9fa50adef74e7955b94ac8c8d9c2f8583099 c1192a394b547b6449d40e8c81da2309155d7598 d64e22b9cddfce8f1f6bdbd2ef7a077ecce0bae3 Package: ros-jazzy-etsi-its-vam-ts-coding Version: 3.4.0-1noble.20260305.213954 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 1447 Depends: libc6 (>= 2.17), ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-vam-ts-coding/ros-jazzy-etsi-its-vam-ts-coding_3.4.0-1noble.20260305.213954_arm64.deb Size: 189286 SHA256: 114fa3c10a9abd6a516e41311c3b66f5dbd57bc27b67866925de2c72706dbf9c SHA1: dac0a9a115fda4c2f10d2eb72acbdc8173bbf036 MD5sum: 2d29695bfdb900d90aaab88f50abc203 Description: C++ compatible C source code for ETSI ITS VAMs (TS) generated from ASN.1 using asn1c Package: ros-jazzy-etsi-its-vam-ts-coding-dbgsym Package-Type: ddeb Source: ros-jazzy-etsi-its-vam-ts-coding Version: 3.4.0-1noble.20260305.213954 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 1002 Depends: ros-jazzy-etsi-its-vam-ts-coding (= 3.4.0-1noble.20260305.213954) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-vam-ts-coding/ros-jazzy-etsi-its-vam-ts-coding-dbgsym_3.4.0-1noble.20260305.213954_arm64.deb Size: 480366 SHA256: b916cb54bb4215a7e96cdd8de4a0c24e5c39d93ccaae575c608524445898c101 SHA1: 368093faef46e400a5eb6c2469db87ed81f01c10 MD5sum: 01de626e67a4fa589f8e8a95cac5172b Description: debug symbols for ros-jazzy-etsi-its-vam-ts-coding Build-Ids: 3d73d0f21eac6c5e5f6506a36ab736119e8b0145 Package: ros-jazzy-etsi-its-vam-ts-conversion Version: 3.4.0-1noble.20260519.201541 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 591 Depends: ros-jazzy-etsi-its-primitives-conversion, ros-jazzy-etsi-its-vam-ts-coding, ros-jazzy-etsi-its-vam-ts-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-vam-ts-conversion/ros-jazzy-etsi-its-vam-ts-conversion_3.4.0-1noble.20260519.201541_arm64.deb Size: 48288 SHA256: 70f46672e9172993c9282f25235bdb0b2b1e508df23f0da0ac3811193bd83a29 SHA1: 5e578dca6bbbffad7a08dfa49022110d7b262836 MD5sum: 5ededf49a7249fd7e9d875d139aedf68 Description: Conversion functions for converting ROS messages to and from ASN.1-encoded ETSI ITS VAMs (TS) Package: ros-jazzy-etsi-its-vam-ts-msgs Version: 3.4.0-1noble.20260519.183326 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 21061 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-vam-ts-msgs/ros-jazzy-etsi-its-vam-ts-msgs_3.4.0-1noble.20260519.183326_arm64.deb Size: 1006934 SHA256: 98a9d67013339748dab00bc9f15b68cafce1d27fb0f4c91143db9b158cc82c8f SHA1: 95117b66784d191945a65f611f09f41b7b9f4695 MD5sum: 6358a3a4bf5dc2e4ed43348dc8e9f43d Description: ROS messages for ETSI ITS VAM (TS) Package: ros-jazzy-etsi-its-vam-ts-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-etsi-its-vam-ts-msgs Version: 3.4.0-1noble.20260519.183326 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 12831 Depends: ros-jazzy-etsi-its-vam-ts-msgs (= 3.4.0-1noble.20260519.183326) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-vam-ts-msgs/ros-jazzy-etsi-its-vam-ts-msgs-dbgsym_3.4.0-1noble.20260519.183326_arm64.deb Size: 9275112 SHA256: bd044d79252b206dad7a18ad19a1c624771ce19dd984e882eebe2b06951ca9ef SHA1: 72ac48cdf102eaca7a86b62af03e4758652f87cf MD5sum: a9beb4164476f5ef531f06cd538b429c Description: debug symbols for ros-jazzy-etsi-its-vam-ts-msgs Build-Ids: 0bc6caaeeeabe32580a79ea11b9bf275737b8177 191dec29481586b98ab0080dfc466d73da84432e 1e77650c2ec90d8145dad5ed32158ee9597696a8 20b030b6caad67fe2e7c4330eb313c9562135fbb 7138265011d078cbe18acb6585c93d9d005e222d 72a46be4acaa5212d4303725e3fb4a376b9df996 8ad97e969151f0aae9f896f875efccea2d8490f9 a14f50b8be9b7dff47270d083b289323a88e9275 b368ad54d78e9154781460fee25ed70ed3940de3 de31f42052cd78fd37406a24102f1adcd7d888cf e494bc043237a78c11ecaf3cb9661fa27b3ef696 Package: ros-jazzy-event-camera-codecs Version: 3.0.0-1noble.20260519.201411 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 280 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-class-loader, ros-jazzy-event-camera-msgs, ros-jazzy-ros-environment, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-event-camera-codecs/ros-jazzy-event-camera-codecs_3.0.0-1noble.20260519.201411_arm64.deb Size: 37262 SHA256: 1caee56ba7c44a62729daa6d9a045e0c62d69c68490af3eec56e2bfbd9a5b72f SHA1: 87a29af4eb75c8a4011fa96017962cb9df73d630 MD5sum: 55584727eaed652896064eef8e9c141a Description: package to encode and decode event_camera_msgs Package: ros-jazzy-event-camera-codecs-dbgsym Package-Type: ddeb Source: ros-jazzy-event-camera-codecs Version: 3.0.0-1noble.20260519.201411 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 265 Depends: ros-jazzy-event-camera-codecs (= 3.0.0-1noble.20260519.201411) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-event-camera-codecs/ros-jazzy-event-camera-codecs-dbgsym_3.0.0-1noble.20260519.201411_arm64.deb Size: 196844 SHA256: 7abacd7e547198f8605cbe98f1e40acc2ff188fbe67a8db105fe8f1df0333afe SHA1: a5ac16aa4c4c019ecad6d73e3477e67cecb5bedc MD5sum: 01221b1291f74e4fda83fcf380aea4f4 Description: debug symbols for ros-jazzy-event-camera-codecs Build-Ids: 0a679bc8b5a57b4f5b05d84947592e7cc40cd25a a4dcaf822995cce9060e8217825c615580bd1bf1 Package: ros-jazzy-event-camera-msgs Version: 2.0.1-1noble.20260519.183334 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 1040 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-event-camera-msgs/ros-jazzy-event-camera-msgs_2.0.1-1noble.20260519.183334_arm64.deb Size: 53616 SHA256: 113a4650316daabaed286209396b0bebd95756777bb822a08f55998187938d5d SHA1: de467e062c62cdef22dc1514c398f5452977e9f1 MD5sum: 10c87edc73cae8845126f143925d514b Description: messages for event based cameras Package: ros-jazzy-event-camera-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-event-camera-msgs Version: 2.0.1-1noble.20260519.183334 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 346 Depends: ros-jazzy-event-camera-msgs (= 2.0.1-1noble.20260519.183334) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-event-camera-msgs/ros-jazzy-event-camera-msgs-dbgsym_2.0.1-1noble.20260519.183334_arm64.deb Size: 231484 SHA256: 69fbc7c9b9de2d4298e984f4f071ad172fea1717f40dfe5ddc78e3f4051fedc1 SHA1: 3ad85be7014f77c3d9356742dda9167efe68d05f MD5sum: 282195293676ed4320a776522dfbe131 Description: debug symbols for ros-jazzy-event-camera-msgs Build-Ids: 1ef425788c453de4d0bb7bec90a9dbbcd0ded788 223f080e07d7073fb25243676f2a4f40bba9e0d6 31cdc6ccba98bde9389327dcd5c0f8c7e1fd2720 59520b6ad7ec58215f9d891d6f56748c30e5a146 5ef947a820b3da61d73b24c955b60ede3720f159 711c5ae15c20e584c6cb2a78684fb8618182a459 78a7d3f16a9999dab6e765c8cb881c40e23f58ea 92f4647800d5b13c2b853b145c7ca78f89652f00 ad638cbeedc4783092ff32992b0f1c7050d8e7a3 bf9c8a82f817928a1e85157f69a976ba91cf30fc e795b5f16d577f0074c206ef44abbdae410e4013 Package: ros-jazzy-event-camera-py Version: 3.0.0-1noble.20260519.201644 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 382 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-jazzy-event-camera-codecs, ros-jazzy-event-camera-msgs, ros-jazzy-pybind11-vendor, ros-jazzy-ros-environment, ros-jazzy-rpyutils, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-event-camera-py/ros-jazzy-event-camera-py_3.0.0-1noble.20260519.201644_arm64.deb Size: 110272 SHA256: 90b8422fe4c3a02dbe5c72bf0960b7b219b6a0a76304436e2ae4eb26b09c53ec SHA1: 5b7fba57579bb763f8014b5cc80bae4876a24582 MD5sum: 7dd63941691b105d1841b4584ba8bf23 Description: Python access for event_camera_msgs. Package: ros-jazzy-event-camera-renderer Version: 3.0.0-1noble.20260519.234106 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 700 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-event-camera-codecs, ros-jazzy-event-camera-msgs, ros-jazzy-image-transport, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-ros-environment, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-event-camera-renderer/ros-jazzy-event-camera-renderer_3.0.0-1noble.20260519.234106_arm64.deb Size: 127462 SHA256: f8f63cd8984062203e9d98da0fe3619ffad0a12444da44826e54372242349798 SHA1: ca6bc24715b7c6400aeb8db1f0d921ac79c1e112 MD5sum: 6832729a75743cd97fd1c68a3e26fa1e Description: package for rendering event_camera_msgs Package: ros-jazzy-event-camera-renderer-dbgsym Package-Type: ddeb Source: ros-jazzy-event-camera-renderer Version: 3.0.0-1noble.20260519.234106 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 3179 Depends: ros-jazzy-event-camera-renderer (= 3.0.0-1noble.20260519.234106) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-event-camera-renderer/ros-jazzy-event-camera-renderer-dbgsym_3.0.0-1noble.20260519.234106_arm64.deb Size: 2723496 SHA256: 2d12141b8ff8d39a727a07f7eea974a20f5e9b23a87930c3d725a728aafb6b77 SHA1: 13531f45e8d9087866081d1f2f4d191578b39a77 MD5sum: 2593ead6be620a479077b114518e9ba7 Description: debug symbols for ros-jazzy-event-camera-renderer Build-Ids: 2037c7fe32ba2d225c9ff941e673362de61b23b8 98ba6781806dfd2343eb36071a8bc514891291fe Package: ros-jazzy-event-camera-tools Version: 3.1.4-1noble.20260520.130550 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 3150 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libopencv-dev, ros-jazzy-event-camera-codecs, ros-jazzy-event-camera-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rosbag2-cpp, ros-jazzy-rosbag2-storage, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/event_camera_tools/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-event-camera-tools/ros-jazzy-event-camera-tools_3.1.4-1noble.20260520.130550_arm64.deb Size: 406382 SHA256: 5b552c46dce398a1beeab4d098927da336b557914f8b66443889555c930c9090 SHA1: d70174c367add49a89f4494e4c3a726adf185518 MD5sum: c722c6f97899a378f00b727163eace0c Description: package with ROS1 and ROS2 tools related to event_camera_msgs Package: ros-jazzy-event-camera-tools-dbgsym Package-Type: ddeb Source: ros-jazzy-event-camera-tools Version: 3.1.4-1noble.20260520.130550 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 15214 Depends: ros-jazzy-event-camera-tools (= 3.1.4-1noble.20260520.130550) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-event-camera-tools/ros-jazzy-event-camera-tools-dbgsym_3.1.4-1noble.20260520.130550_arm64.deb Size: 12780766 SHA256: 97fa3053a7709528bb92d1edae9bd37e418215d7297a4d076eaad058b64245ab SHA1: 5d4aedaa0eb4ea6dd687c00c78efd47b92a39609 MD5sum: 6e217eec5cab395ffe80a197c8a4c8ee Description: debug symbols for ros-jazzy-event-camera-tools Build-Ids: 02b39a20588e768eb58522fbe166305256b4dc5d 0e79e41df2e58b584e4467142ec55b618d2d82d3 2a13f4a6ea5e24547b5696d655dd0b797903983c 74c71e5b44a0bf6d023e78c5dd578d0bb987f0a1 7c8573ffd9dc33fdf8ffd574e65a62c8d87b1fe0 8d937d00d7ad6d344b88108273672054b2ab9c03 8e4da50b6a3be52a7aa7c29e4522a8c6fd18c9ef d2c4e9896a13af274e0d8f2b5f30e5423b443a15 d9a0d974b917d7e117478f017ac878ed3d4b4e6b dc931a1b3110536137fcf4d154d3d67ffaa5b045 f0c14e1ea376aa45c92f990c5284ad1564d6a90c Package: ros-jazzy-event-image-reconstruction-fibar Version: 3.0.3-1noble.20260520.051204 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 2122 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libopencv-dev, ros-jazzy-cv-bridge, ros-jazzy-event-camera-codecs, ros-jazzy-event-camera-msgs, ros-jazzy-fibar-lib, ros-jazzy-image-transport, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rosbag2-cpp, ros-jazzy-rosbag2-transport, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-event-image-reconstruction-fibar/ros-jazzy-event-image-reconstruction-fibar_3.0.3-1noble.20260520.051204_arm64.deb Size: 344376 SHA256: bfe0cb12dbd7c6245f37c93afd907ea7b12fc464dce288941a9ca304388e362d SHA1: f214661dff43a079a5912b0b2c80e6529eb39921 MD5sum: 1e89cb97f7a5226453545265a26b18d9 Description: ROS package for synchronized image reconstruction from event frames Package: ros-jazzy-event-image-reconstruction-fibar-dbgsym Package-Type: ddeb Source: ros-jazzy-event-image-reconstruction-fibar Version: 3.0.3-1noble.20260520.051204 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 9369 Depends: ros-jazzy-event-image-reconstruction-fibar (= 3.0.3-1noble.20260520.051204) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-event-image-reconstruction-fibar/ros-jazzy-event-image-reconstruction-fibar-dbgsym_3.0.3-1noble.20260520.051204_arm64.deb Size: 7858064 SHA256: cb80f417be7f1518f40160989bce219e954588bac62ef88b364d009c78a3a040 SHA1: ceeabdd6cfa2cd778b93e2e8621ec8cd64e1b8db MD5sum: 2e9a2cd849402388178b7216e44c8397 Description: debug symbols for ros-jazzy-event-image-reconstruction-fibar Build-Ids: 04b3c95d70f0e983dc8b0aa9e859703cfe3460a5 a54b35fb2dcbe53d2d711f0b88dd72bf11e1738b e9824d001a50f2605d6638650f3eba24a3759b10 f5bc816556ae6e0701adb254572942306331716d Package: ros-jazzy-eventdispatch-python Version: 0.2.29-1noble.20260403.130343 Architecture: arm64 Maintainer: Charlie Yan Installed-Size: 168 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-eventdispatch-python/ros-jazzy-eventdispatch-python_0.2.29-1noble.20260403.130343_arm64.deb Size: 40158 SHA256: 322577b2a4f1b53b5a3185ee42f23408ef3e060c05f90e4e0f4a468971f43fe3 SHA1: 060a58243b9e0252f3435ec287f2142cb3841118 MD5sum: 6123490af847a6645ba6561340665dd2 Description: python-eventdispatch for ROS2 distribution Package: ros-jazzy-eventdispatch-ros2 Version: 0.2.29-1noble.20260519.233643 Architecture: arm64 Maintainer: Charlie Yan Installed-Size: 66 Depends: ros-jazzy-rclcpp, ros-jazzy-rclpy, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-eventdispatch-ros2/ros-jazzy-eventdispatch-ros2_0.2.29-1noble.20260519.233643_arm64.deb Size: 8812 SHA256: 8161cf94d3f9bcc9ffdf481ef47771924b8cc07b1a2f0e7d88136be538d2db9a SHA1: d8d92cc77bb8d65e3f0b537b7099aa7c3b17b42a MD5sum: 3e521b089582e38d9fc43b7198cd8e21 Description: ROS2 wrapper for python-eventdispatch Package: ros-jazzy-eventdispatch-ros2-interfaces Version: 0.2.29-1noble.20260519.183342 Architecture: arm64 Maintainer: Charlie Yan Installed-Size: 1949 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-eventdispatch-ros2-interfaces/ros-jazzy-eventdispatch-ros2-interfaces_0.2.29-1noble.20260519.183342_arm64.deb Size: 133552 SHA256: fa0166471ec794925e43d8eb6d7d12975cff8d978cd439181de4486a25eef135 SHA1: efda7e00acfb640fd41a8a004a41822e27f3bd2b MD5sum: 27fe99d8357ea6766eb43dbe2f98622f Description: ROSEvent srv / msg Package: ros-jazzy-eventdispatch-ros2-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-eventdispatch-ros2-interfaces Version: 0.2.29-1noble.20260519.183342 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Charlie Yan Installed-Size: 1506 Depends: ros-jazzy-eventdispatch-ros2-interfaces (= 0.2.29-1noble.20260519.183342) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-eventdispatch-ros2-interfaces/ros-jazzy-eventdispatch-ros2-interfaces-dbgsym_0.2.29-1noble.20260519.183342_arm64.deb Size: 1177622 SHA256: 462bbea8bd03edf580f714deb7b71953b74a59ac00a641e14f5251d215164aa2 SHA1: 5a9b6bc4d7ee4d8ca32e5ff232b89cd79b82b008 MD5sum: 3d6cbd49c99ea446923d407cda040166 Description: debug symbols for ros-jazzy-eventdispatch-ros2-interfaces Build-Ids: 03487a46e12051b94bd09b7a7b898488a28f7b30 042fa7b2607999dbfd87de0614ffa3114e2fc4a6 250ae8162ae981bd0c532adac4e610f41c880cb2 35b0c1e0a05b79e08e024ff4af104483d9d9eee8 4e2f7ae939269bf246cdff3d0850165c89e51dbe 66135567c2b6f46756d006e2aff9dba72007339f 7c1685cdc20b8487c08dfda3625577cf388f9465 8852f8c5c43498fbc1fe24b4b974147136067fc6 bfa4e26e7857cbc4a11c0d84aec483068ea68bfb c9daee78bdfa53b9d2f6df3ce035dc29f8d01bca fabe21d580f9a9bed726859c25bfca25328ef834 Package: ros-jazzy-ewellix-description Version: 0.2.1-2noble.20260306.001420 Architecture: arm64 Maintainer: Luis Camero Installed-Size: 11747 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ewellix-description/ros-jazzy-ewellix-description_0.2.1-2noble.20260306.001420_arm64.deb Size: 803394 SHA256: 1daaba7e42de009f0e9b2443973af95b80dd8144f4d9845b193cf3ec0d8f3d17 SHA1: d05b81166bec6198b31576ecb2fb4df66a4bf87a MD5sum: bfa0698120902c09ae47f7a62db3008f Description: Clearpath's description package for Ewellix TLT lifting columns Package: ros-jazzy-ewellix-interfaces Version: 0.2.1-2noble.20260519.183345 Architecture: arm64 Maintainer: Luis Camero Installed-Size: 1952 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ewellix-interfaces/ros-jazzy-ewellix-interfaces_0.2.1-2noble.20260519.183345_arm64.deb Size: 131876 SHA256: 4ffc31f5383fb2487bc1acb8259809f2241b26a135d6c279fcbc9b417523edfc SHA1: be8d088e25a04c6c9daec8bcd35ff577c314b71c MD5sum: e9262b3e5ef02d58181ce8f86c6ef12e Description: Ewellix lift ROS 2 driver Package: ros-jazzy-ewellix-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-ewellix-interfaces Version: 0.2.1-2noble.20260519.183345 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Luis Camero Installed-Size: 1053 Depends: ros-jazzy-ewellix-interfaces (= 0.2.1-2noble.20260519.183345) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ewellix-interfaces/ros-jazzy-ewellix-interfaces-dbgsym_0.2.1-2noble.20260519.183345_arm64.deb Size: 791654 SHA256: bfbbca71d8c7aa8bd01acd9f2286aeb066582b02feca6aef2f5ec638b2f6779f SHA1: e78cec77568ba84d348fa8eaf2764030f19c5509 MD5sum: fa3e8cb46fdf165877874499a7547211 Description: debug symbols for ros-jazzy-ewellix-interfaces Build-Ids: 26f77f9e903d5010b34ba45614e08d6635f0927e 40499aaa19dd1418fb99d873960175e5deabda80 6820259284463b89cd06d9106c4dc986c8c5c65d 6ad56f3d91af5de551038c6c655286306bf5cd28 7003ffbad43403176813d12177df455ac79c8c76 87d2c1efdd58586f3d74feaf073b961adf6b59b9 99f4b8815b37a8bf34d00d55e05857fabd85ecf8 9e926b6a82ee9c3a0a06a45993e44cfd2f7ac1ef aae853f5cfea5413d2422f8073685d0eae6d11e0 d21a210eee03b8452d2a46cc2faa7e01ce48cd96 d976e1cc95d594319f0460d9453b1f074d8a11cf Package: ros-jazzy-ewellix-lift-common Version: 0.2.1-2noble.20260520.110714 Architecture: arm64 Maintainer: Luis Camero Installed-Size: 41 Depends: ros-jazzy-ewellix-description, ros-jazzy-ewellix-interfaces, ros-jazzy-ewellix-moveit-config, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ewellix-lift-common/ros-jazzy-ewellix-lift-common_0.2.1-2noble.20260520.110714_arm64.deb Size: 5214 SHA256: 9631ba58721c694b5f4a4456b1cd286ed287e0368891c4d3c999259d8509eae3 SHA1: 5f73012f778f0ab7771e3b35f0c86ce8323e5c2c MD5sum: bbeccb918da203d75f80b1aad881a07f Description: Metapackage for common Ewellix lift packages Package: ros-jazzy-ewellix-moveit-config Version: 0.2.1-2noble.20260520.110627 Architecture: arm64 Maintainer: Luis Camero Installed-Size: 55 Depends: ros-jazzy-ewellix-description, ros-jazzy-joint-state-publisher, ros-jazzy-joint-state-publisher-gui, ros-jazzy-moveit-configs-utils, ros-jazzy-moveit-kinematics, ros-jazzy-moveit-planners, ros-jazzy-moveit-ros-move-group, ros-jazzy-moveit-simple-controller-manager, ros-jazzy-tf2-ros, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: http://moveit.ros.org/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ewellix-moveit-config/ros-jazzy-ewellix-moveit-config_0.2.1-2noble.20260520.110627_arm64.deb Size: 8074 SHA256: dbe2a6c9a69200df32057dc1de479829748e9279d79b859c21f91ad6697d02e7 SHA1: 47e6d7b8feea6682f5eb0242b144d87f05a2465d MD5sum: 2af61bbae3a7f8a44914c9992cd36b60 Description: An automatically generated package with all the configuration and launch files for using the ewellix_lift with the MoveIt Motion Planning Framework Package: ros-jazzy-ewellix-sim Version: 0.2.1-2noble.20260520.145421 Architecture: arm64 Maintainer: Luis Camero Installed-Size: 51 Depends: ros-jazzy-ewellix-interfaces, ros-jazzy-ewellix-moveit-config, ros-jazzy-gz-ros2-control, ros-jazzy-ros-gz, ros-jazzy-rviz2, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ewellix-sim/ros-jazzy-ewellix-sim_0.2.1-2noble.20260520.145421_arm64.deb Size: 7738 SHA256: 83f3174cfc63596663d1e6b76d88b57ded56cc75e87e7d68e8c668e9dc9aa865 SHA1: 5e9bdb5f63758041a59667976bf0a7165130c23c MD5sum: 1a878690f6ca6f85c04301ea964d024b Description: Clearpath's simulation package for Ewellix TLT lifting columns Package: ros-jazzy-ewellix-viz Version: 0.2.1-2noble.20260520.150553 Architecture: arm64 Maintainer: Luis Camero Installed-Size: 67 Depends: ros-jazzy-ewellix-description, ros-jazzy-rviz2, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ewellix-viz/ros-jazzy-ewellix-viz_0.2.1-2noble.20260520.150553_arm64.deb Size: 9514 SHA256: d0e6b2693f4f33b39586f8cdfcfccc2fa4e1352602eaf8732229cb52f9115c6c SHA1: d40a7ff5831954cf158bdd86a2c22201a1016df0 MD5sum: 8645855a94aa3a9ad35cf22be8ee36a2 Description: Clearpath's visualization package for Ewellix TLT lifting columns Package: ros-jazzy-example-interfaces Version: 0.12.0-3noble.20260519.183352 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 6904 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-example-interfaces/ros-jazzy-example-interfaces_0.12.0-3noble.20260519.183352_arm64.deb Size: 377720 SHA256: 39909a7067985970bc016bd3c70e2b2cfe8728e2bf551cd264b23bb055b0a3ed SHA1: c58c3c4e0b4deba4c67426074c939b15ec2362ab MD5sum: 8880a91cfbe4b59410f79d3c7a32f5f7 Description: Contains message and service definitions used by the examples. Package: ros-jazzy-example-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-example-interfaces Version: 0.12.0-3noble.20260519.183352 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 5136 Depends: ros-jazzy-example-interfaces (= 0.12.0-3noble.20260519.183352) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-example-interfaces/ros-jazzy-example-interfaces-dbgsym_0.12.0-3noble.20260519.183352_arm64.deb Size: 3861502 SHA256: ec85786173440a6dfef3ec500e2f8679bbea7e27ae7b8d66e146aec3d472a45a SHA1: a0d86fb4d9f43a50e3a12e13e8fd6ea8bc632b6d MD5sum: ae041873bf3b90e153ecc843b6db337d Description: debug symbols for ros-jazzy-example-interfaces Build-Ids: 1cee8ad0c64e318321979362b7a058d8ed7a7b72 26121cbf82d5392a233ee1e55cdd7d2c44d64f43 48387d04882fb18000dca2bec73f1233a6fa21fd 4cb0e6efbcb8adc02c98d237c6baced133e7cc5e 4eaa704ba75e28d9a445b5474a2c4c5e368e5e85 57e568953b584a663066e226bae5af6203620be0 97e934d51e4bf15740b84affc79d3d93e5514279 9d811302a6e1850828e9fbf849e24535d4302e03 a15c75a26162560859fa1ef92c1b75c853673a67 ab67dcfec16524e6e4a82e559b2034330263cb4b fafabb9d76d496c35238bee9bb913fbe01cb838d Package: ros-jazzy-examples-rclcpp-async-client Version: 0.19.7-1noble.20260519.234414 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 175 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-example-interfaces, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclcpp-async-client/ros-jazzy-examples-rclcpp-async-client_0.19.7-1noble.20260519.234414_arm64.deb Size: 37220 SHA256: 3378c5a3ffb015581d8613f1597211eebc9fcb39e710ab9d5b644a49954fd00c SHA1: 3c1a47ba09b4bae8e6194a596629534a6fc72eef MD5sum: c2990815c87c2df948ed699b320d9afd Description: Example of an async service client Package: ros-jazzy-examples-rclcpp-async-client-dbgsym Package-Type: ddeb Source: ros-jazzy-examples-rclcpp-async-client Version: 0.19.7-1noble.20260519.234414 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 674 Depends: ros-jazzy-examples-rclcpp-async-client (= 0.19.7-1noble.20260519.234414) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclcpp-async-client/ros-jazzy-examples-rclcpp-async-client-dbgsym_0.19.7-1noble.20260519.234414_arm64.deb Size: 610648 SHA256: 37c22d18a4fc610217803591335aefe26c164a730d25d5dea554cc1ddcd887e6 SHA1: 002d2efe19ae4d999c0aeb832be509b5e8edcbd3 MD5sum: 8dba4ce0f0222d75d1b72ff8a7c3dc29 Description: debug symbols for ros-jazzy-examples-rclcpp-async-client Build-Ids: d9f17aed9d4d60e04e46ab49ffe22d60c875a802 Package: ros-jazzy-examples-rclcpp-cbg-executor Version: 0.19.7-1noble.20260519.224119 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 1471 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-rclcpp, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclcpp-cbg-executor/ros-jazzy-examples-rclcpp-cbg-executor_0.19.7-1noble.20260519.224119_arm64.deb Size: 206846 SHA256: aca651d83ebe580928e4a5cbc7f1eee74c00236e8a2b224b1c5f318eaddbc898 SHA1: 5ae5570401d2a19b6ce7aeb55a6c7fa231eb3752 MD5sum: f705d79d4d82be5482acc1e013222ddc Description: Example for multiple Executor instances in one process, using the callback-group-level interface of the Executor class. Package: ros-jazzy-examples-rclcpp-cbg-executor-dbgsym Package-Type: ddeb Source: ros-jazzy-examples-rclcpp-cbg-executor Version: 0.19.7-1noble.20260519.224119 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 7246 Depends: ros-jazzy-examples-rclcpp-cbg-executor (= 0.19.7-1noble.20260519.224119) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclcpp-cbg-executor/ros-jazzy-examples-rclcpp-cbg-executor-dbgsym_0.19.7-1noble.20260519.224119_arm64.deb Size: 5998464 SHA256: 9c4fe342d865e584f06ad8b2db9df30985ed34a3e1c41ea20fbb47ce75baada6 SHA1: c6518032b9209bf9cac637793ea3bbe0ca0ed627 MD5sum: ab1852defc8e43af0a94d0d8c082a6a0 Description: debug symbols for ros-jazzy-examples-rclcpp-cbg-executor Build-Ids: 06d3a45ed14ac8e075663d59fdd46e029b0d2517 6906e8bc4205351288259c7c65b256213a340721 ac040ca6b19a0b45da061593b2e7bb53268a1b86 Package: ros-jazzy-examples-rclcpp-minimal-action-client Version: 0.19.7-1noble.20260519.234426 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 632 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-example-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclcpp-minimal-action-client/ros-jazzy-examples-rclcpp-minimal-action-client_0.19.7-1noble.20260519.234426_arm64.deb Size: 94006 SHA256: cedfc9ee1754e0666cfa21055ddebef6879c713d18fb1f640552b45456d40c08 SHA1: f606663e8b3f3a13b2e4273b5856c6326020534e MD5sum: 9393dfa2485251c59b87650d92cb3a91 Description: Minimal action client examples Package: ros-jazzy-examples-rclcpp-minimal-action-client-dbgsym Package-Type: ddeb Source: ros-jazzy-examples-rclcpp-minimal-action-client Version: 0.19.7-1noble.20260519.234426 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 2684 Depends: ros-jazzy-examples-rclcpp-minimal-action-client (= 0.19.7-1noble.20260519.234426) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclcpp-minimal-action-client/ros-jazzy-examples-rclcpp-minimal-action-client-dbgsym_0.19.7-1noble.20260519.234426_arm64.deb Size: 2288668 SHA256: 5820972b86ad4c573af26e63e50234f34b64de1feb8d23ce59997c972de9b8de SHA1: a6f2882af49e447dd343b85fddde8f987c84a6d8 MD5sum: 2544eff4eacca9ba69f8d8e4e2e8a30f Description: debug symbols for ros-jazzy-examples-rclcpp-minimal-action-client Build-Ids: 65dbe506141f1c240de1f6284639e00c18df9d3e 820ec4b6cc7e6c463c659e7c1d32dbdc094ed9ba 9e964166d9378e040f26c02d328c20ee15c23b3b e9b86273df1b0d37ec81394c1a28547729fb411b Package: ros-jazzy-examples-rclcpp-minimal-action-server Version: 0.19.7-1noble.20260520.053810 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 305 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-example-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclcpp-minimal-action-server/ros-jazzy-examples-rclcpp-minimal-action-server_0.19.7-1noble.20260520.053810_arm64.deb Size: 45132 SHA256: 9d2f5c827c4dc6306f20c7aeed31301d447c0abc171eff74d4a7aa1cf80ca2cc SHA1: 4756ad9abdda1c602c4caba390e474dacf94fcf8 MD5sum: ee6c1e234266abb12279215640628b49 Description: Minimal action server examples Package: ros-jazzy-examples-rclcpp-minimal-action-server-dbgsym Package-Type: ddeb Source: ros-jazzy-examples-rclcpp-minimal-action-server Version: 0.19.7-1noble.20260520.053810 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 1129 Depends: ros-jazzy-examples-rclcpp-minimal-action-server (= 0.19.7-1noble.20260520.053810) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclcpp-minimal-action-server/ros-jazzy-examples-rclcpp-minimal-action-server-dbgsym_0.19.7-1noble.20260520.053810_arm64.deb Size: 980824 SHA256: c1314fc2438813e7f497bbd5d8bcf0920bea688253c6a7bb97658cca2d9391f0 SHA1: 223b115d089c1a45f5a81150bcf7b6664d952e83 MD5sum: 6a22877d7e8a246c6c18436dc3aac59d Description: debug symbols for ros-jazzy-examples-rclcpp-minimal-action-server Build-Ids: 6f29ef7a23fd61e53722d60fa0fe36e0eef73639 fa820754ab4f9530de60225c21fc3e901a1295c2 Package: ros-jazzy-examples-rclcpp-minimal-client Version: 0.19.7-1noble.20260519.234536 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 175 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-example-interfaces, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclcpp-minimal-client/ros-jazzy-examples-rclcpp-minimal-client_0.19.7-1noble.20260519.234536_arm64.deb Size: 27142 SHA256: a0aa001a8e2f91b37570c257c750ace15c96f3aa2b04d514c6593d79451b6f85 SHA1: 6fe713a661830f6744aad80fa8e7a6442bd258cb MD5sum: d24c351ac8fe70b92434ae4f56758629 Description: Examples of minimal service clients Package: ros-jazzy-examples-rclcpp-minimal-client-dbgsym Package-Type: ddeb Source: ros-jazzy-examples-rclcpp-minimal-client Version: 0.19.7-1noble.20260519.234536 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 540 Depends: ros-jazzy-examples-rclcpp-minimal-client (= 0.19.7-1noble.20260519.234536) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclcpp-minimal-client/ros-jazzy-examples-rclcpp-minimal-client-dbgsym_0.19.7-1noble.20260519.234536_arm64.deb Size: 496088 SHA256: dc8eff7bf6432d2d7bc51644394fc60a324fe87b3803dd404cc90231414d08b9 SHA1: dc211b1a6b2990565831e590f651b23697c441b3 MD5sum: 81c4230a855f38ca86ad26639591dd8f Description: debug symbols for ros-jazzy-examples-rclcpp-minimal-client Build-Ids: 49988eba2d6a50df1ec106a1bafd3e1ca031cc99 Package: ros-jazzy-examples-rclcpp-minimal-composition Version: 0.19.7-1noble.20260519.224142 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 701 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclcpp-minimal-composition/ros-jazzy-examples-rclcpp-minimal-composition_0.19.7-1noble.20260519.224142_arm64.deb Size: 108070 SHA256: d4bd649a2d57c6324193515bf109e04485e87e5256e7027d714d07ca20652ce5 SHA1: 15788353e5b8578816eb2e816517f833294d980a MD5sum: 7d8efa74b261c1ec212f45f62c7d18e3 Description: Minimalist examples of composing nodes in the same process Package: ros-jazzy-examples-rclcpp-minimal-composition-dbgsym Package-Type: ddeb Source: ros-jazzy-examples-rclcpp-minimal-composition Version: 0.19.7-1noble.20260519.224142 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 3086 Depends: ros-jazzy-examples-rclcpp-minimal-composition (= 0.19.7-1noble.20260519.224142) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclcpp-minimal-composition/ros-jazzy-examples-rclcpp-minimal-composition-dbgsym_0.19.7-1noble.20260519.224142_arm64.deb Size: 2654800 SHA256: cd48bd22373f5efd792d86879e70f2fbb261db080ba0d7dfefee23694d875fc9 SHA1: 2944f45701a344591b024091215c463e8eef859c MD5sum: 059ecd72790850cefcb6d958b6380b6d Description: debug symbols for ros-jazzy-examples-rclcpp-minimal-composition Build-Ids: 21907835dfe6f926ad4bc423d10f293b94a9ed60 2e0af7b643df80a43f27f2d4314e5ab564a0bfd4 9e316667ebbab40dff4b62fc87c95f6b0d48a95a be584d56d3b7c9bbf772cce2bc5c04871daf6065 Package: ros-jazzy-examples-rclcpp-minimal-publisher Version: 0.19.7-1noble.20260519.225336 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 831 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-rclcpp, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclcpp-minimal-publisher/ros-jazzy-examples-rclcpp-minimal-publisher_0.19.7-1noble.20260519.225336_arm64.deb Size: 126918 SHA256: 758c8c027c212a67db19a2f1e59e4da4ba3964ae846b71421c501adab6bc9059 SHA1: 60f6f198a4743d1942301cf2073712206a3d376c MD5sum: 6115d0eab9cf9b419f4ed459b3611c16 Description: Examples of minimal publisher nodes Package: ros-jazzy-examples-rclcpp-minimal-publisher-dbgsym Package-Type: ddeb Source: ros-jazzy-examples-rclcpp-minimal-publisher Version: 0.19.7-1noble.20260519.225336 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 4748 Depends: ros-jazzy-examples-rclcpp-minimal-publisher (= 0.19.7-1noble.20260519.225336) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclcpp-minimal-publisher/ros-jazzy-examples-rclcpp-minimal-publisher-dbgsym_0.19.7-1noble.20260519.225336_arm64.deb Size: 4237860 SHA256: 7f7eaa18b79741fc3a1e66a736b180e587edd2705bd0eb362a6eeca1909c855b SHA1: 7964aa60eb92f8bab82061d6ac73a6c4afd35721 MD5sum: 679f7da58b11fe4c13bd2769f66ed098 Description: debug symbols for ros-jazzy-examples-rclcpp-minimal-publisher Build-Ids: 010340388bd069281c5ce065ab62849a78c749f0 065da28e2b69dae8cd070f86eee0642be544303c 0d4ad46e9067673e211fc6db3ba49b0fc0377dc9 362d133091a048cdd391531a5d00281dfd160fb2 7b85eaed192df4de30d8f2c04d334be0d06a56fa a9c50df20f482e07e0818cc2a6b7493fe8171063 Package: ros-jazzy-examples-rclcpp-minimal-service Version: 0.19.7-1noble.20260519.234608 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 111 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-example-interfaces, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclcpp-minimal-service/ros-jazzy-examples-rclcpp-minimal-service_0.19.7-1noble.20260519.234608_arm64.deb Size: 22744 SHA256: a87323d3eb1befae2b4f422fb4a6c6d9f534d2ccea91c871d2608a73c5a66643 SHA1: a33e8042a4178ac6150a6ad8639b50ebd8186680 MD5sum: 4cd376a661bddf60af3ebb4df6b84672 Description: A minimal service server which adds two numbers Package: ros-jazzy-examples-rclcpp-minimal-service-dbgsym Package-Type: ddeb Source: ros-jazzy-examples-rclcpp-minimal-service Version: 0.19.7-1noble.20260519.234608 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 420 Depends: ros-jazzy-examples-rclcpp-minimal-service (= 0.19.7-1noble.20260519.234608) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclcpp-minimal-service/ros-jazzy-examples-rclcpp-minimal-service-dbgsym_0.19.7-1noble.20260519.234608_arm64.deb Size: 371090 SHA256: e28ec5a4a5b91e8478d75a09c00dac28bcbc64244908538066fa935cf9b89426 SHA1: 4249b754ebb06a4d78125c55ea3f0edf1c48c231 MD5sum: 8a26f809a8f6b8d2663fffe18f555569 Description: debug symbols for ros-jazzy-examples-rclcpp-minimal-service Build-Ids: d870bd93068a386a0a7ed958c1a0eacf48d8c492 Package: ros-jazzy-examples-rclcpp-minimal-subscriber Version: 0.19.7-1noble.20260519.225336 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 4114 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclcpp-minimal-subscriber/ros-jazzy-examples-rclcpp-minimal-subscriber_0.19.7-1noble.20260519.225336_arm64.deb Size: 414144 SHA256: be24c1b4268fa993170f7d31dfe50f9ce4f25977d564fd3f012a2d3f608c8b03 SHA1: 295ad771ef1d71ee2acfe393a85483272466f277 MD5sum: f307cec1e702a7c118a83bff29dc583a Description: Examples of minimal subscribers Package: ros-jazzy-examples-rclcpp-minimal-subscriber-dbgsym Package-Type: ddeb Source: ros-jazzy-examples-rclcpp-minimal-subscriber Version: 0.19.7-1noble.20260519.225336 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 19144 Depends: ros-jazzy-examples-rclcpp-minimal-subscriber (= 0.19.7-1noble.20260519.225336) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclcpp-minimal-subscriber/ros-jazzy-examples-rclcpp-minimal-subscriber-dbgsym_0.19.7-1noble.20260519.225336_arm64.deb Size: 15786640 SHA256: 6afc195b39c5fb765869d2b13c9c7fcf2e73fa285d12394bb83bf779aef636ac SHA1: 981ae55c2c26fda9f9340fda53046e9703059ced MD5sum: 2cfc61418d56c28dd282a06a07309739 Description: debug symbols for ros-jazzy-examples-rclcpp-minimal-subscriber Build-Ids: 0132491b31dc1e2edbd12b3bb1b1b9968d10ac48 4601afcd4fb28bd12837808548ef467158338c41 67e8fa6bdf59ff50b3584f47859dad1922a36dec 9d61d573d5905f1343cf43df9858cf42c59dc724 b2bc69e771c070dbd376acee1c992e04abdff124 c3c7799d2292c1cf4097601642a847848be2fea5 cfdd721700e0c6aab75d2b64a07a33fa7078d46d db23ba1b809756cb054c82c25e80a9ab03a29680 e49bb8bcea970902cc625f0523a41d58b7a9ca36 f103661bd9b981b5aeccb047fa7c063341e82692 f5cf4ee6d73621b1be5e1ed73df475f1b893c665 Package: ros-jazzy-examples-rclcpp-minimal-timer Version: 0.19.7-1noble.20260520.030048 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 177 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclcpp-minimal-timer/ros-jazzy-examples-rclcpp-minimal-timer_0.19.7-1noble.20260520.030048_arm64.deb Size: 16960 SHA256: 97b0a16afc5121528e3f2fba94c8d1247ef866538bbdc0c2db740662865e3ac4 SHA1: a7c10342282825073fc761177085e87faf129b3a MD5sum: 1a88e85828c6175eca2ea0787ac7daa4 Description: Examples of minimal nodes which have timers Package: ros-jazzy-examples-rclcpp-minimal-timer-dbgsym Package-Type: ddeb Source: ros-jazzy-examples-rclcpp-minimal-timer Version: 0.19.7-1noble.20260520.030048 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 543 Depends: ros-jazzy-examples-rclcpp-minimal-timer (= 0.19.7-1noble.20260520.030048) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclcpp-minimal-timer/ros-jazzy-examples-rclcpp-minimal-timer-dbgsym_0.19.7-1noble.20260520.030048_arm64.deb Size: 487074 SHA256: 17a20657308515ca424bc4ff22c08ac9a2a0093da833f42e369fa0b834a37080 SHA1: 6da817928220c82ccba8e31da5a38fa802a65eb5 MD5sum: 8db356f6c628e37be1aa1eafdcc1f512 Description: debug symbols for ros-jazzy-examples-rclcpp-minimal-timer Build-Ids: f90b2df368723ad60ef4c65b2831c3d80c4cf66c f944cd36ea641815cea5be98947945ab7434a986 Package: ros-jazzy-examples-rclcpp-multithreaded-executor Version: 0.19.7-1noble.20260519.225144 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 495 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-rclcpp, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclcpp-multithreaded-executor/ros-jazzy-examples-rclcpp-multithreaded-executor_0.19.7-1noble.20260519.225144_arm64.deb Size: 98924 SHA256: b2b9b9c28f7d0043b18fa88dfa98765dc45da5073b05c1f4bea12da020407c2c SHA1: 56981e04605c9589a9fc87b9959149cd5584ce0c MD5sum: a18273b704a254e55803d7cb668cafc1 Description: Package containing example of how to implement a multithreaded executor Package: ros-jazzy-examples-rclcpp-multithreaded-executor-dbgsym Package-Type: ddeb Source: ros-jazzy-examples-rclcpp-multithreaded-executor Version: 0.19.7-1noble.20260519.225144 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 2076 Depends: ros-jazzy-examples-rclcpp-multithreaded-executor (= 0.19.7-1noble.20260519.225144) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclcpp-multithreaded-executor/ros-jazzy-examples-rclcpp-multithreaded-executor-dbgsym_0.19.7-1noble.20260519.225144_arm64.deb Size: 1729604 SHA256: baac4ffaa1712a8d9cabe5afcd3e7e9b41ffcf9003eb11e8f9f5a007b216d505 SHA1: 8c9667c7b4b75ae28155b7be083ed730f6bca33e MD5sum: cb713ce4e7c74a1675bd4d23d95c21f9 Description: debug symbols for ros-jazzy-examples-rclcpp-multithreaded-executor Build-Ids: 5b3e25580b37ceadf3b8be64c65c250dc2896ccd Package: ros-jazzy-examples-rclcpp-wait-set Version: 0.19.7-1noble.20260519.225510 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 4373 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-example-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclcpp-wait-set/ros-jazzy-examples-rclcpp-wait-set_0.19.7-1noble.20260519.225510_arm64.deb Size: 516634 SHA256: 97c552dd60854ad7f5a988deb5f64ffdcbfcf4c7eff1934e0d5f224600e32afa SHA1: dc2cc775c7c5c53b703328bb82a7d45c24c5eeb3 MD5sum: 82d0860fba10fadbf6dbdb570367b031 Description: Example of how to use the rclcpp::WaitSet directly. Package: ros-jazzy-examples-rclcpp-wait-set-dbgsym Package-Type: ddeb Source: ros-jazzy-examples-rclcpp-wait-set Version: 0.19.7-1noble.20260519.225510 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 20063 Depends: ros-jazzy-examples-rclcpp-wait-set (= 0.19.7-1noble.20260519.225510) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclcpp-wait-set/ros-jazzy-examples-rclcpp-wait-set-dbgsym_0.19.7-1noble.20260519.225510_arm64.deb Size: 16849558 SHA256: adc9c412ae08a0797d2702db8dcb3f6e00d9d0c33e29b5846df352662afccd58 SHA1: 11dd48651df8524c1ceb3aefa859b251ba213394 MD5sum: 0901c647e87e62d53a137bee9091238a Description: debug symbols for ros-jazzy-examples-rclcpp-wait-set Build-Ids: 3be7d1fe42976260c735d62e18f06ee86076617e 4b91df1ad2bea37d9ecf052eada6a9df59c0957a 55a86310a70e748d327076081fea8db4db440b64 6048cf1802730c4e90975ea1b5ae6884eca9f577 6e87b580f3fbe5ca06fffa61cba7114b507680e2 7b12adb7661eec6ead38184ee5cc9de1ae692496 9fe5514c8c20a6f28b863f35881cef25430acad9 a1db834635fa5b5bd38ec89de6bd7f5be880510d e1216ba21e9660fc1437c7bb7327c3bed6e249c7 e48375454fe689b1ee7f27b4dcfdc94b5baf5bb9 efd769d108608f7af657936be58df8fd76877f0f f4cf87d66c95691c719fe0ac1ea53a42db53f7aa Package: ros-jazzy-examples-rclpy-executors Version: 0.19.7-1noble.20260519.231831 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 83 Depends: ros-jazzy-rclpy, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclpy-executors/ros-jazzy-examples-rclpy-executors_0.19.7-1noble.20260519.231831_arm64.deb Size: 13342 SHA256: b08c7a727904029c9c27717463c37287ee070f06f467ba15f781de5629a5a9f3 SHA1: 4a899431952ff34503ccabf03ade26615239ee41 MD5sum: 6c8ea98364361ef3518134ad5c4e286c Description: Examples of creating and using exectors to run multiple nodes in the same process Package: ros-jazzy-examples-rclpy-guard-conditions Version: 0.19.7-1noble.20260520.032116 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 38 Depends: ros-jazzy-rclpy, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclpy-guard-conditions/ros-jazzy-examples-rclpy-guard-conditions_0.19.7-1noble.20260520.032116_arm64.deb Size: 5874 SHA256: 3fddc6d4d921404ca7dd134d7b0f563a17dff4336cda6afa4b1be42b2158411d SHA1: 3cbf75bded59f88c6d4215d28906ec87c4e524f3 MD5sum: d236f12b390c7ed9c0057fd99a5f7cee Description: Examples of using guard conditions. Package: ros-jazzy-examples-rclpy-minimal-action-client Version: 0.19.7-1noble.20260519.214709 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 74 Depends: ros-jazzy-action-msgs, ros-jazzy-example-interfaces, ros-jazzy-rclpy, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclpy-minimal-action-client/ros-jazzy-examples-rclpy-minimal-action-client_0.19.7-1noble.20260519.214709_arm64.deb Size: 11964 SHA256: 9b47d0a19b0ab8b3e0c744af281e35c8f6da57814770e3ed4b6a366821f15d30 SHA1: 28d247dcf5d45ce3227afe1a4683d27fdd1ddb2e MD5sum: 78887acfb129146f43fade6c699c8ae4 Description: Examples of minimal action clients using rclpy. Package: ros-jazzy-examples-rclpy-minimal-action-server Version: 0.19.7-1noble.20260519.234750 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 92 Depends: ros-jazzy-example-interfaces, ros-jazzy-rclpy, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclpy-minimal-action-server/ros-jazzy-examples-rclpy-minimal-action-server_0.19.7-1noble.20260519.234750_arm64.deb Size: 13088 SHA256: c567231bfaabbf4e3552ff0b7ac2ea1b359ed1fe7830b072e14449b245ad5dcc SHA1: 230dc12e5372585a8a458a48d76462816dba4c42 MD5sum: 3e75d4ff2d5d2e0e0fd25ca1d0cabe44 Description: Examples of minimal action servers using rclpy. Package: ros-jazzy-examples-rclpy-minimal-client Version: 0.19.7-1noble.20260519.231833 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 60 Depends: ros-jazzy-example-interfaces, ros-jazzy-rclpy, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclpy-minimal-client/ros-jazzy-examples-rclpy-minimal-client_0.19.7-1noble.20260519.231833_arm64.deb Size: 9080 SHA256: 80a62cd6b0d9598e6d7455fe8e75dfe15c23c22a68fdb780e34854b5cd1edadd SHA1: 8d41b98bd8437b08f53e48b8fea6b97c8dc9cc98 MD5sum: 356b22d89419530408158d0bd8fd942e Description: Examples of minimal service clients using rclpy. Package: ros-jazzy-examples-rclpy-minimal-publisher Version: 0.19.7-1noble.20260519.231929 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 61 Depends: ros-jazzy-rclpy, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclpy-minimal-publisher/ros-jazzy-examples-rclpy-minimal-publisher_0.19.7-1noble.20260519.231929_arm64.deb Size: 9676 SHA256: 8f947280a0719eb95f5a743c7ce1861be59831fbb3b62f2c80d3cbc470a847c6 SHA1: 88eca721fd86fd84c117a612a1d0803e40ae162c MD5sum: c55414c5f615a6fd506cca4d11290bf3 Description: Examples of minimal publishers using rclpy. Package: ros-jazzy-examples-rclpy-minimal-service Version: 0.19.7-1noble.20260519.232000 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 44 Depends: ros-jazzy-example-interfaces, ros-jazzy-rclpy, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclpy-minimal-service/ros-jazzy-examples-rclpy-minimal-service_0.19.7-1noble.20260519.232000_arm64.deb Size: 6852 SHA256: a73e1b234f245ba420753bd65567de7e03ea6e15e07cde1040475e18b4701595 SHA1: 4d0860c5f7e9d89788c768986c98114aded69269 MD5sum: 25ea5622caf266321d2e4e3cfcddd2e7 Description: Examples of minimal service servers using rclpy. Package: ros-jazzy-examples-rclpy-minimal-subscriber Version: 0.19.7-1noble.20260519.231940 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 50 Depends: ros-jazzy-rclpy, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclpy-minimal-subscriber/ros-jazzy-examples-rclpy-minimal-subscriber_0.19.7-1noble.20260519.231940_arm64.deb Size: 7330 SHA256: c04201c8a2513fc64510a602163826d72f70cc0600c29ae3a032f385a57ecfe8 SHA1: bc0a8b2e589ef05a5dd9db4e66f3ffb5867837b9 MD5sum: dc78dfc988cc61648432607c24954f95 Description: Examples of minimal subscribers using rclpy. Package: ros-jazzy-examples-rclpy-pointcloud-publisher Version: 0.19.7-1noble.20260519.231953 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 41 Depends: python3-numpy, ros-jazzy-rclpy, ros-jazzy-sensor-msgs, ros-jazzy-sensor-msgs-py, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-rclpy-pointcloud-publisher/ros-jazzy-examples-rclpy-pointcloud-publisher_0.19.7-1noble.20260519.231953_arm64.deb Size: 6862 SHA256: 5104db0f3b8e5472d7017b22e68ed636614025c5314e22d92c0e6439744d9074 SHA1: fa67082e81b4688ea6f8009e0b072906b633068d MD5sum: 4b59d2ebdceba1431c5ab0cbb1cd73a8 Description: Example on how to publish a Pointcloud2 message Package: ros-jazzy-examples-tf2-py Version: 0.36.20-1noble.20260520.000944 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 89 Depends: ros-jazzy-geometry-msgs, ros-jazzy-launch-ros, ros-jazzy-rclpy, ros-jazzy-sensor-msgs, ros-jazzy-tf2-ros-py, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-tf2-py/ros-jazzy-examples-tf2-py_0.36.20-1noble.20260520.000944_arm64.deb Size: 14850 SHA256: acf91cdcbac4b1da79e4130e98a47b65c07ea60fa9592df376484bc1f69ed056 SHA1: 32ecae1909b4c81189e1e7bc25f4ec28e24fe5fd MD5sum: de9a31a17a4cf1bb6766c50bee81284d Description: Has examples of using the tf2 Python API. Package: ros-jazzy-executive-smach Version: 3.0.3-3noble.20260519.233033 Architecture: arm64 Maintainer: Isaac Saito Installed-Size: 41 Depends: ros-jazzy-smach, ros-jazzy-smach-msgs, ros-jazzy-smach-ros, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/smach Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-executive-smach/ros-jazzy-executive-smach_3.0.3-3noble.20260519.233033_arm64.deb Size: 5450 SHA256: 2aa18a8f73ba779786be6a9235020f889a99864a772a6138804de26afc5a7e10 SHA1: f59e7edc5d5da9f196f35567778fddf9927614e6 MD5sum: 173c8793e99f1adf05b6b6ab51c9a4f0 Description: This metapackage depends on the SMACH library and ROS SMACH integration packages. Package: ros-jazzy-fadecandy-driver Version: 1.0.2-2noble.20260519.234336 Architecture: arm64 Maintainer: Rein Appeldoorn Installed-Size: 629 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libusb-1.0-0 (>= 2:1.0.8), libusb-1.0-0-dev, ros-jazzy-diagnostic-updater, ros-jazzy-fadecandy-msgs, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fadecandy-driver/ros-jazzy-fadecandy-driver_1.0.2-2noble.20260519.234336_arm64.deb Size: 109056 SHA256: c1261a86352c7e457e5c8ef9ee550819c166f84b08bd79a4a1beefd9b0a5e57d SHA1: a425aebb847531d6e5c990da5d6a5b6299176d70 MD5sum: 2b31eceb5a019c5de5ca294ef4a2baaf Description: ROS driver for fadecandy LED controllers Package: ros-jazzy-fadecandy-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-fadecandy-driver Version: 1.0.2-2noble.20260519.234336 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Rein Appeldoorn Installed-Size: 2554 Depends: ros-jazzy-fadecandy-driver (= 1.0.2-2noble.20260519.234336) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fadecandy-driver/ros-jazzy-fadecandy-driver-dbgsym_1.0.2-2noble.20260519.234336_arm64.deb Size: 2186176 SHA256: d3c49b91c80fa0a77a2768691131e5a3f0008510c683d37319439d7b65394b52 SHA1: 4fb7ac17b31a3550c9daef440cc9715c146d58b2 MD5sum: 548a42197f4f8f29775eb882867840b6 Description: debug symbols for ros-jazzy-fadecandy-driver Build-Ids: 26a2d79d2231a2fe5799211387c6777844ded2c0 34618c2a7d0ba620a95012545785ff5d78d438be a440a511c2133c916c6561f417550eb6280daf2d Package: ros-jazzy-fadecandy-msgs Version: 1.0.2-2noble.20260519.183457 Architecture: arm64 Maintainer: Rein Appeldoorn Installed-Size: 1094 Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fadecandy-msgs/ros-jazzy-fadecandy-msgs_1.0.2-2noble.20260519.183457_arm64.deb Size: 52974 SHA256: 26458acbc778e09a87188fe2b31a6287881ac3254dc0efd5d0593637fca426c7 SHA1: b8876c4222e402f69d13f6e0490352f7ce81de9f MD5sum: c116e0fa59fcfe8b9e2a9a1adac97d89 Description: ROS msgs for fadecandy LED controllers Package: ros-jazzy-fadecandy-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-fadecandy-msgs Version: 1.0.2-2noble.20260519.183457 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Rein Appeldoorn Installed-Size: 432 Depends: ros-jazzy-fadecandy-msgs (= 1.0.2-2noble.20260519.183457) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fadecandy-msgs/ros-jazzy-fadecandy-msgs-dbgsym_1.0.2-2noble.20260519.183457_arm64.deb Size: 301628 SHA256: b2c359e355eca3bbd466c1339eb327940ecbee958caffe0c7fe20024d6593e8d SHA1: c107a776474c12a52a60c4044c25df7c518389cc MD5sum: b56f384ff8e9c41601af6ab1395ec50d Description: debug symbols for ros-jazzy-fadecandy-msgs Build-Ids: 1b1d94e2d22ecc0222aaac86e9ead575d9d4522d 329c83d0595f23614e47ad0987cecf84cbe02bb9 38ec6f80dcae319c7f259de3d2e6173492220c1c 3a289407f14e7ad6fc212e0889f5c0154f3f0329 76a014300e896b13fce12f2ad2837a2790ed3f51 808d29b6b697c5f15d4a707b7dc9b9304ecc5555 92b3ba72c303a8a6edb0f825a77aedaa75348564 946ab230528241c1945f9771106d4e6e2c067a89 a5984d936a4c3c9df99b32bdffb0675bac94322d aa4e5a9bf6ac5dbf40bb149403200c195945c90c d0449c40686e76fb5017412b17226c9d657d4fb5 Package: ros-jazzy-fastcdr Version: 2.2.7-1noble.20260225.225058 Architecture: arm64 Maintainer: Miguel Company Installed-Size: 539 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-jazzy-ros-workspace Homepage: https://www.eprosima.com/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fastcdr/ros-jazzy-fastcdr_2.2.7-1noble.20260225.225058_arm64.deb Size: 60558 SHA256: ff006d8ab12bc656e38d89eab96dc86985247ac2555436b6cca527461028ecd6 SHA1: e3c98e12ac56fcf1af186af1db9d1efa16304812 MD5sum: 32499037a396c6d1d0db54007fdff5bf 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-jazzy-fastcdr-dbgsym Package-Type: ddeb Source: ros-jazzy-fastcdr Version: 2.2.7-1noble.20260225.225058 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Miguel Company Installed-Size: 278 Depends: ros-jazzy-fastcdr (= 2.2.7-1noble.20260225.225058) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fastcdr/ros-jazzy-fastcdr-dbgsym_2.2.7-1noble.20260225.225058_arm64.deb Size: 228168 SHA256: 4407c47e7b15de866601384f6788e0fb10fa583e1fdafb73e8eb90e4560456a9 SHA1: 888b76d2f155e2efbd4f49ac28370e478bf11e8f MD5sum: 14f2ee7481f7cabf4dd5a1b55be1e0d6 Description: debug symbols for ros-jazzy-fastcdr Build-Ids: e0c7dff22f6b0f12af6a029d735eb6a54ba4794f Package: ros-jazzy-fastrtps Version: 2.14.6-1noble.20260303.223942 Architecture: arm64 Maintainer: Miguel Company Installed-Size: 12046 Depends: libc6 (>= 2.38), libgcc-s1 (>= 4.2), libssl3t64 (>= 3.0.0), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-fastcdr, libssl-dev, libtinyxml2-dev, python3-dev, ros-jazzy-foonathan-memory-vendor, ros-jazzy-ros-workspace Homepage: https://www.eprosima.com/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fastrtps/ros-jazzy-fastrtps_2.14.6-1noble.20260303.223942_arm64.deb Size: 3000834 SHA256: ba4ca0ece1dcfa1bac53d186e09125988bb2306b867e6fc89d278340553d4aba SHA1: 9b1037e4bb729dcec2b62d8b48b31467729f5246 MD5sum: cd76e736526a37ebc18236e0e2c62171 Description: *eprosima Fast DDS* (formerly Fast RTPS) 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-jazzy-fastrtps-cmake-module Version: 3.6.3-1noble.20260305.213955 Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 46 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fastrtps-cmake-module/ros-jazzy-fastrtps-cmake-module_3.6.3-1noble.20260305.213955_arm64.deb Size: 7004 SHA256: 71b56c379457f4c9d2443eae0bbcef2e7d79c4e3060a820542af6f4f2bdcdda9 SHA1: 019daf062854a9f42100fc434383c2cea97ba8e2 MD5sum: 2e29275b77373ac0b9e096635c7999e4 Description: Provide CMake module to find eProsima FastRTPS. Package: ros-jazzy-fastrtps-dbgsym Package-Type: ddeb Source: ros-jazzy-fastrtps Version: 2.14.6-1noble.20260303.223942 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Miguel Company Installed-Size: 61992 Depends: ros-jazzy-fastrtps (= 2.14.6-1noble.20260303.223942) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fastrtps/ros-jazzy-fastrtps-dbgsym_2.14.6-1noble.20260303.223942_arm64.deb Size: 55584006 SHA256: 69f8aab2aa9a72bcca485ecb87b948fce0c31fb891da42700f07ab267c7a932a SHA1: 9686018771721dfb84bf25fe96eec375b8e35f11 MD5sum: 0a87d4dfa82174811a9ad43daa12f1b4 Description: debug symbols for ros-jazzy-fastrtps Build-Ids: 8c0337c8ca6582a01886dc40998e7cdeab5cc0fe b3eea8bf810ec5a650def98ae3630181aca457d0 Package: ros-jazzy-feetech-ros2-driver Version: 0.2.2-1noble.20260520.033340 Architecture: arm64 Maintainer: Jafar Uruc Installed-Size: 679 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 4.5), libserial1 (>= 1.0.0), libspdlog1.12-fmt9, libstdc++6 (>= 13.1), libfmt-dev, librange-v3-dev, libserial-dev, libspdlog-dev, pkg-config, ros-jazzy-hardware-interface, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-tl-expected, ros-jazzy-ros-workspace Homepage: https://github.com/JafarAbdi/feetech_ros2_driver Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-feetech-ros2-driver/ros-jazzy-feetech-ros2-driver_0.2.2-1noble.20260520.033340_arm64.deb Size: 161646 SHA256: d73538cc0b953391dd548a5c5469456ad25028861d8188c9ccda2bbc09212957 SHA1: 7a0ec20e16a2f8477c4680ead0510a00635c7e8c MD5sum: 19e4804dac0092843990d1361edac418 Description: ros2_control hardware interface for Feetech Servos Package: ros-jazzy-feetech-ros2-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-feetech-ros2-driver Version: 0.2.2-1noble.20260520.033340 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jafar Uruc Installed-Size: 2570 Depends: ros-jazzy-feetech-ros2-driver (= 0.2.2-1noble.20260520.033340) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-feetech-ros2-driver/ros-jazzy-feetech-ros2-driver-dbgsym_0.2.2-1noble.20260520.033340_arm64.deb Size: 2421602 SHA256: 2c0d68bf5c0ecb5090b3d6fdc0417d4cbf952e410cdbcc3a0ad9cd565a7f8e7b SHA1: 8244978b4360988898d0edeec11628059d717dc7 MD5sum: 4c9f6ff48eea96509a239fd99ce61d48 Description: debug symbols for ros-jazzy-feetech-ros2-driver Build-Ids: 36cdae570dd20e86674fe3cef4a3ba87e72c7d0b 7908c7bda225c1fa607a5930827816409e62d02c 7aac78e1849fc587a1511283e227d1e3e835fd19 db46b104357d05dbb40ea25e3cd4966236110680 Package: ros-jazzy-ffmpeg-encoder-decoder Version: 3.0.1-1noble.20260519.223459 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 369 Depends: libavcodec60 (>= 7:6.0), libavutil58 (>= 7:6.0), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libswscale7 (>= 7:6.0), ffmpeg, libavcodec-dev, libavdevice-dev, libavformat-dev, libavutil-dev, libopencv-imgproc-dev, libswscale-dev, ros-jazzy-cv-bridge, ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ffmpeg-encoder-decoder/ros-jazzy-ffmpeg-encoder-decoder_3.0.1-1noble.20260519.223459_arm64.deb Size: 101008 SHA256: cde8698ce3491cb4ae276e896151ff125f95bb70c56437480777f03a94d55635 SHA1: c0d8db471af41892d4cca673c3bde3a0c30ed712 MD5sum: 2c28f1c328a9449513202598afa11f04 Description: ROS2 convenience wrapper around ffmpeg for encoding/decoding Package: ros-jazzy-ffmpeg-encoder-decoder-dbgsym Package-Type: ddeb Source: ros-jazzy-ffmpeg-encoder-decoder Version: 3.0.1-1noble.20260519.223459 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 1711 Depends: ros-jazzy-ffmpeg-encoder-decoder (= 3.0.1-1noble.20260519.223459) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ffmpeg-encoder-decoder/ros-jazzy-ffmpeg-encoder-decoder-dbgsym_3.0.1-1noble.20260519.223459_arm64.deb Size: 1566316 SHA256: 79d6ff3e16beda75f3009c8dc979aff447eea3df00048ba74e28d630e45ccc88 SHA1: 6af6c5a5319325aaaab96fad6d7e4b35f7d812db MD5sum: 3f9357be5fc128bbfacc2766dbbd5ec6 Description: debug symbols for ros-jazzy-ffmpeg-encoder-decoder Build-Ids: 8d5d98219ba71729a2688d77c03d5d340f395f67 Package: ros-jazzy-ffmpeg-image-transport Version: 3.0.2-1noble.20260519.224227 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 609 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ffmpeg-encoder-decoder, ros-jazzy-ffmpeg-image-transport-msgs, ros-jazzy-image-transport, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rcutils, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/image_transport_plugins Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ffmpeg-image-transport/ros-jazzy-ffmpeg-image-transport_3.0.2-1noble.20260519.224227_arm64.deb Size: 127684 SHA256: 58fbe6d7793241995da606a3aa29d4735c4c77a352dadd26f3a37824846a661a SHA1: 51f73055c20b027f302d92abe16c57895e36f98d MD5sum: 777d9dce18f2d22c583010c02257e175 Description: ffmpeg_image_transport provides a plugin to image_transport for transparently sending an image stream encoded with ffmpeg. Package: ros-jazzy-ffmpeg-image-transport-dbgsym Package-Type: ddeb Source: ros-jazzy-ffmpeg-image-transport Version: 3.0.2-1noble.20260519.224227 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 2938 Depends: ros-jazzy-ffmpeg-image-transport (= 3.0.2-1noble.20260519.224227) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ffmpeg-image-transport/ros-jazzy-ffmpeg-image-transport-dbgsym_3.0.2-1noble.20260519.224227_arm64.deb Size: 2523190 SHA256: f03ecd6332f3bcdb50faf1dd6a6a2c09a4ea1492a8742b0b6efd7e35e9e20788 SHA1: 797c7956fd2e896521a12acaee13898bd9cdde62 MD5sum: b1bffd299b1d23b4a738b7559c546162 Description: debug symbols for ros-jazzy-ffmpeg-image-transport Build-Ids: 91fab737ad7fea9f2087948d7429f5f20c2afbe1 Package: ros-jazzy-ffmpeg-image-transport-msgs Version: 1.0.2-3noble.20260519.183510 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 1044 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ffmpeg-image-transport-msgs/ros-jazzy-ffmpeg-image-transport-msgs_1.0.2-3noble.20260519.183510_arm64.deb Size: 53386 SHA256: 2868428e53e32664f63b645d618343e749d486c636ad4c8397bf6a36d26d50c1 SHA1: c4f4ab72bb6214656c852c6f15028b95abf66a1a MD5sum: 7684a599fb7176463aeca1136bc05649 Description: messages for ffmpeg image transport plugin Package: ros-jazzy-ffmpeg-image-transport-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-ffmpeg-image-transport-msgs Version: 1.0.2-3noble.20260519.183510 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 346 Depends: ros-jazzy-ffmpeg-image-transport-msgs (= 1.0.2-3noble.20260519.183510) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ffmpeg-image-transport-msgs/ros-jazzy-ffmpeg-image-transport-msgs-dbgsym_1.0.2-3noble.20260519.183510_arm64.deb Size: 231950 SHA256: 2704b1bd137c948617ad3589e10858e4f71e000f748026257c43246009c16744 SHA1: 4521a0391c1a39f96e41984d381399386b45a4e6 MD5sum: 0ee331f14414eadaeb9c786a0cec4009 Description: debug symbols for ros-jazzy-ffmpeg-image-transport-msgs Build-Ids: 063c1011dd06a209b9abc7177e012f8a5dae63bd 0c79ca3e3dfd251058c73cd7dd7fef22cfc84d56 13a6848c7c457b0769616cb9516c9a4cb8b1c38e 34b507b40d9bbf50647e70e5692afd5e65bcac3c 3c66472bf0369be57a90281df2d9e9c70ca96e4a 49b27c2152381c6096f59ef52c862e7d3a95f18d 653abb35b644bae087f001ca65f84f7882c734c3 674ecd96df502e385ad3a43f2cb16a463c1caccf 8b18a5e7f2d71f9764b732183364acb2f9254027 ded4c73ed4d378710c684d643a0276cecdc69499 ff0a9dc13cd35662107aff6c67d47d5b083b0cfe Package: ros-jazzy-ffmpeg-image-transport-tools Version: 3.0.1-1noble.20260520.053551 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 634 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libopencv-imgproc-dev, ros-jazzy-cv-bridge, ros-jazzy-ffmpeg-encoder-decoder, ros-jazzy-ffmpeg-image-transport-msgs, ros-jazzy-rclcpp, ros-jazzy-rcutils, ros-jazzy-rosbag2-cpp, ros-jazzy-rosbag2-storage, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ffmpeg-image-transport-tools/ros-jazzy-ffmpeg-image-transport-tools_3.0.1-1noble.20260520.053551_arm64.deb Size: 137178 SHA256: 11cb30949159ffa265bac94154b85b857848e9fae3028e2087260d3d4aa2108e SHA1: e9b2face6e50026b304f606dc1fa7f957b5bee62 MD5sum: 264e0a8ebc0f4d846e72268c7a0606e3 Description: tools for processing ffmpeg_image_transport_msgs Package: ros-jazzy-ffmpeg-image-transport-tools-dbgsym Package-Type: ddeb Source: ros-jazzy-ffmpeg-image-transport-tools Version: 3.0.1-1noble.20260520.053551 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 3416 Depends: ros-jazzy-ffmpeg-image-transport-tools (= 3.0.1-1noble.20260520.053551) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ffmpeg-image-transport-tools/ros-jazzy-ffmpeg-image-transport-tools-dbgsym_3.0.1-1noble.20260520.053551_arm64.deb Size: 3183242 SHA256: f0109decb49a72f99b57d2b169cd647608ae690887ee8ea1dba803b4b0350627 SHA1: 59bd65925ce70fa800270b6375f3511992f32b05 MD5sum: 5e9fa1192d330a9f713f413eb21becda Description: debug symbols for ros-jazzy-ffmpeg-image-transport-tools Build-Ids: 39b876ce8954a3dd4f210770b996bb9c3e1bc7c1 3e2b83294ec767100a9604fb402d8b4a5e134662 b91da726981cda1e98bde1b8f53eff916038ac37 fb774ea6d18ed52a23bc28178e331577edb92ff9 Package: ros-jazzy-ffw Version: 1.2.1-1noble.20260520.151111 Architecture: arm64 Maintainer: Pyo Installed-Size: 44 Depends: ros-jazzy-ffw-bringup, ros-jazzy-ffw-description, ros-jazzy-ffw-joint-trajectory-command-broadcaster, ros-jazzy-ffw-joystick-controller, ros-jazzy-ffw-moveit-config, ros-jazzy-ffw-robot-manager, ros-jazzy-ffw-spring-actuator-controller, ros-jazzy-ffw-swerve-drive-controller, ros-jazzy-ffw-teleop, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ffw/ros-jazzy-ffw_1.2.1-1noble.20260520.151111_arm64.deb Size: 7512 SHA256: 9a62802f15a1fe9963b0fb0a8c44d0d340f4d07cab33972f5e542032d76ae3e0 SHA1: 957ad7bb50f443f4651691d7103c552e6299e1dc MD5sum: 5155c5ace1e8580173c81d1f5c1af1c2 Description: ROS 2 meta package for FFW Package: ros-jazzy-ffw-bringup Version: 1.2.1-1noble.20260520.142359 Architecture: arm64 Maintainer: Pyo Installed-Size: 330 Depends: ros-jazzy-dynamixel-hardware-interface, ros-jazzy-ffw-description, ros-jazzy-gz-ros2-control, ros-jazzy-image-transport-plugins, ros-jazzy-rclpy, ros-jazzy-robot-state-publisher, ros-jazzy-ros-gz-bridge, ros-jazzy-ros-gz-image, ros-jazzy-ros-gz-sim, ros-jazzy-ros2-control, ros-jazzy-ros2-controllers, ros-jazzy-rviz2, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: http://ai.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ffw-bringup/ros-jazzy-ffw-bringup_1.2.1-1noble.20260520.142359_arm64.deb Size: 44206 SHA256: b02ed897841f0ac0540a2b05b55ece90ac679abf922f2a0ac0c248da04fe83b3 SHA1: ef807def99b98411fe789cab912a46dcde30004b MD5sum: 454506ff999fd9dff99f1f7f2ecf4527 Description: ROS 2 launch scripts for starting the FFW Package: ros-jazzy-ffw-description Version: 1.2.1-1noble.20260520.141634 Architecture: arm64 Maintainer: Pyo Installed-Size: 84538 Depends: ros-jazzy-joint-state-publisher, ros-jazzy-joint-state-publisher-gui, ros-jazzy-robot-state-publisher, ros-jazzy-rviz2, ros-jazzy-urdf, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ffw-description/ros-jazzy-ffw-description_1.2.1-1noble.20260520.141634_arm64.deb Size: 19914744 SHA256: a350946b70bf1a77b04428b37e820658b3a44472e9bf9961bf1efdb931c49937 SHA1: c4a4ad6810f700fcea0d53eb3284df7cc50afd88 MD5sum: 52ca93405ccec2eccb63e5f83fe34b0a Description: 3D models of the FFW for simulation and visualization Package: ros-jazzy-ffw-joint-trajectory-command-broadcaster Version: 1.2.1-1noble.20260520.045955 Architecture: arm64 Maintainer: Pyo Installed-Size: 751 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-backward-ros, ros-jazzy-builtin-interfaces, ros-jazzy-control-msgs, ros-jazzy-controller-interface, ros-jazzy-generate-parameter-library, ros-jazzy-pluginlib, ros-jazzy-rclcpp-lifecycle, ros-jazzy-rcutils, ros-jazzy-realtime-tools, ros-jazzy-sensor-msgs, ros-jazzy-trajectory-msgs, ros-jazzy-urdf, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ffw-joint-trajectory-command-broadcaster/ros-jazzy-ffw-joint-trajectory-command-broadcaster_1.2.1-1noble.20260520.045955_arm64.deb Size: 152224 SHA256: 8e1ddcfa6edc1463e903d8abd3f4821cddd6acd3c58d6443e8f6df97f2773991 SHA1: cf8ddebacf76d95039a33723068ce82a873be5cc MD5sum: 09f3f0182a21e2f7414edc70ca7ee306 Description: Joint Trajectory Command Broadcaster ROS 2 package. Package: ros-jazzy-ffw-joint-trajectory-command-broadcaster-dbgsym Package-Type: ddeb Source: ros-jazzy-ffw-joint-trajectory-command-broadcaster Version: 1.2.1-1noble.20260520.045955 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 3130 Depends: ros-jazzy-ffw-joint-trajectory-command-broadcaster (= 1.2.1-1noble.20260520.045955) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ffw-joint-trajectory-command-broadcaster/ros-jazzy-ffw-joint-trajectory-command-broadcaster-dbgsym_1.2.1-1noble.20260520.045955_arm64.deb Size: 2715002 SHA256: b05eade7367ebc207654317d237300ef8d93973163a15ed86c52f94cda7e3b06 SHA1: c72dfc7513f6f4e417b4f24c6235c2c2e4a9a35f MD5sum: 153df32f0798ec65b7c46bf92546f5f2 Description: debug symbols for ros-jazzy-ffw-joint-trajectory-command-broadcaster Build-Ids: d7327a30ba70b2003e6cc3156beb29c361d4506a Package: ros-jazzy-ffw-joystick-controller Version: 1.2.1-1noble.20260520.045150 Architecture: arm64 Maintainer: Pyo Installed-Size: 874 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-controller-interface, ros-jazzy-generate-parameter-library, ros-jazzy-hardware-interface, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ffw-joystick-controller/ros-jazzy-ffw-joystick-controller_1.2.1-1noble.20260520.045150_arm64.deb Size: 181678 SHA256: 9959a736cc8d70c8b56ad7cf276958c403a069424c9995bdcebf7f5dc917cb02 SHA1: 44465ca77744ecec5f42384c9b1333317821829d MD5sum: 975cd519612a76e6e921847e486b96f0 Description: ROS 2 controller for reading joystick values Package: ros-jazzy-ffw-joystick-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-ffw-joystick-controller Version: 1.2.1-1noble.20260520.045150 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 3826 Depends: ros-jazzy-ffw-joystick-controller (= 1.2.1-1noble.20260520.045150) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ffw-joystick-controller/ros-jazzy-ffw-joystick-controller-dbgsym_1.2.1-1noble.20260520.045150_arm64.deb Size: 3289346 SHA256: d136efe00388454acc09adc1f058ed7812a39fe699b9a25cbe4a8e3b07531943 SHA1: 2f8773f088f3dd5368df44decc35e699b62966f1 MD5sum: 1cae3f51606130202640e5ed389877ea Description: debug symbols for ros-jazzy-ffw-joystick-controller Build-Ids: aee91e1615782287d9426115524102857c41d8a4 Package: ros-jazzy-ffw-moveit-config Version: 1.2.1-1noble.20260520.150930 Architecture: arm64 Maintainer: Pyo Installed-Size: 101 Depends: ros-jazzy-controller-manager, ros-jazzy-joint-state-publisher, ros-jazzy-joint-state-publisher-gui, ros-jazzy-moveit-configs-utils, ros-jazzy-moveit-kinematics, ros-jazzy-moveit-planners, ros-jazzy-moveit-ros-move-group, ros-jazzy-moveit-ros-visualization, ros-jazzy-moveit-setup-assistant, ros-jazzy-moveit-simple-controller-manager, ros-jazzy-robot-state-publisher, ros-jazzy-rviz-common, ros-jazzy-rviz-default-plugins, ros-jazzy-rviz2, ros-jazzy-tf2-ros, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ffw-moveit-config/ros-jazzy-ffw-moveit-config_1.2.1-1noble.20260520.150930_arm64.deb Size: 11998 SHA256: 137f7971bcf27252a6d05558e607d4aca22ee27ab95ff4be35eb74e26c97a7ca SHA1: c26c48ba69f7620bfde4fa1e12747ecb4e200f3f MD5sum: d7e821f03fc62424c7bc92fab49b8855 Description: An automatically generated package with all the configuration and launch files for using the ffw with the MoveIt Motion Planning Framework Package: ros-jazzy-ffw-navigation Version: 1.2.1-1noble.20260520.143405 Architecture: arm64 Maintainer: Pyo Installed-Size: 298 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-behaviortree-cpp, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-nav2-bringup, ros-jazzy-nav2-simple-commander, ros-jazzy-navigation2, ros-jazzy-rclcpp, ros-jazzy-rviz2, ros-jazzy-slam-toolbox, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ffw-navigation/ros-jazzy-ffw-navigation_1.2.1-1noble.20260520.143405_arm64.deb Size: 55980 SHA256: 0c62c574514b4b41b14e15780086902b53896cf9ea1a5b13d348f0c314b951b7 SHA1: 07117d2938e726d41fdb4a457f936af9aca2e842 MD5sum: 9cb8e687647473d1f840602545a5072a Description: ffw_navigation Package: ros-jazzy-ffw-navigation-dbgsym Package-Type: ddeb Source: ros-jazzy-ffw-navigation Version: 1.2.1-1noble.20260520.143405 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 700 Depends: ros-jazzy-ffw-navigation (= 1.2.1-1noble.20260520.143405) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ffw-navigation/ros-jazzy-ffw-navigation-dbgsym_1.2.1-1noble.20260520.143405_arm64.deb Size: 659490 SHA256: 2892be52e3933fa5a87e2ab73fdfd777ee65fb1655772e43a225726cce94f5ae SHA1: b75165b6e5382873cb7eb7b4103d89ca6614f88e MD5sum: e27c80091eb28c27df374009e26f256d Description: debug symbols for ros-jazzy-ffw-navigation Build-Ids: 66677e67ce0234c18886b9a28111c9881f87dc4d Package: ros-jazzy-ffw-robot-manager Version: 1.2.1-1noble.20260520.045419 Architecture: arm64 Maintainer: Pyo Installed-Size: 741 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-controller-interface, ros-jazzy-dynamixel-hardware-interface, ros-jazzy-dynamixel-interfaces, ros-jazzy-generate-parameter-library, ros-jazzy-hardware-interface, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ffw-robot-manager/ros-jazzy-ffw-robot-manager_1.2.1-1noble.20260520.045419_arm64.deb Size: 156786 SHA256: 36a95857b3ac5279999f76fcabc367b964c54d5f203538bf130c7c57ff885612 SHA1: 9271427b3e7e579dcd4c6ef2dc66b16853b712b9 MD5sum: 89d5a7583f05cbd2f540c7167e1c55d5 Description: ROS2 controller that logs GPIO Error Code and Hardware Error Status for all GPIO devices. Package: ros-jazzy-ffw-robot-manager-dbgsym Package-Type: ddeb Source: ros-jazzy-ffw-robot-manager Version: 1.2.1-1noble.20260520.045419 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 3423 Depends: ros-jazzy-ffw-robot-manager (= 1.2.1-1noble.20260520.045419) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ffw-robot-manager/ros-jazzy-ffw-robot-manager-dbgsym_1.2.1-1noble.20260520.045419_arm64.deb Size: 2969406 SHA256: f92224ffa6880569032bcef3997da0068c003dc69f667e38fb882905e61449a0 SHA1: 7f9914509bdbd2bbebccc3c9aabe08b5efab7c82 MD5sum: ca1212f494e24e956b8fc921e5b91f36 Description: debug symbols for ros-jazzy-ffw-robot-manager Build-Ids: a43a13b7e6c0e49597ea460faf21080498b44d9d Package: ros-jazzy-ffw-spring-actuator-controller Version: 1.2.1-1noble.20260520.045137 Architecture: arm64 Maintainer: Pyo Installed-Size: 228 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-controller-interface, ros-jazzy-generate-parameter-library, ros-jazzy-hardware-interface, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-urdf, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ffw-spring-actuator-controller/ros-jazzy-ffw-spring-actuator-controller_1.2.1-1noble.20260520.045137_arm64.deb Size: 52596 SHA256: c91b735d5c3320065e5a2bd75c188e8a97fa6cbe761da38da80ecfbdd7f0b8c6 SHA1: 02f305616fd6b1036c2625c016497846096725e4 MD5sum: b1f1f9ad1e9e987ed604f3e25039b098 Description: Spring Actuator Controller ROS 2 package. Package: ros-jazzy-ffw-spring-actuator-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-ffw-spring-actuator-controller Version: 1.2.1-1noble.20260520.045137 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 712 Depends: ros-jazzy-ffw-spring-actuator-controller (= 1.2.1-1noble.20260520.045137) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ffw-spring-actuator-controller/ros-jazzy-ffw-spring-actuator-controller-dbgsym_1.2.1-1noble.20260520.045137_arm64.deb Size: 659452 SHA256: 49a45b720b792d9d0c2b625cfb346d3b26abc404b65d30750461b359f4645f6f SHA1: 31f64cb161e8c6205a988525ec5b6b8993b60c23 MD5sum: bed99bf6f9a48d3748039b3cfdad6a8c Description: debug symbols for ros-jazzy-ffw-spring-actuator-controller Build-Ids: aa52a0c0eec6dcdbd68d25d7a0caaa2385861cde Package: ros-jazzy-ffw-swerve-drive-controller Version: 1.2.1-1noble.20260520.045150 Architecture: arm64 Maintainer: Pyo Installed-Size: 1473 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-control-msgs, ros-jazzy-controller-interface, ros-jazzy-geometry-msgs, ros-jazzy-hardware-interface, ros-jazzy-nav-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-rcpputils, ros-jazzy-realtime-tools, ros-jazzy-sensor-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-msgs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ffw-swerve-drive-controller/ros-jazzy-ffw-swerve-drive-controller_1.2.1-1noble.20260520.045150_arm64.deb Size: 360174 SHA256: 08e918109669ed5c0278633b5b7c51eb38bfe7c7aaa0dcc3d8e3ddaa5c7d8ccf SHA1: 43ca267479417be7d6543ad00662969545d8e10d MD5sum: 3da2b917da7f67a9d101ba30fa724b5a Description: AI Worker's swerve drive ros2_controller Package: ros-jazzy-ffw-swerve-drive-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-ffw-swerve-drive-controller Version: 1.2.1-1noble.20260520.045150 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 11361 Depends: ros-jazzy-ffw-swerve-drive-controller (= 1.2.1-1noble.20260520.045150) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ffw-swerve-drive-controller/ros-jazzy-ffw-swerve-drive-controller-dbgsym_1.2.1-1noble.20260520.045150_arm64.deb Size: 10765138 SHA256: e18df736ace07f624f09c778aeb1a8b7b02b0ee5cf36967ba81d1aa0c0b87098 SHA1: b919fffc8f0859b30669b0bdbe1150afba859e10 MD5sum: 6d8621d2fcb28109c95fd0cfda991dd5 Description: debug symbols for ros-jazzy-ffw-swerve-drive-controller Build-Ids: 3a820bcd6d0a0263870c816ac6b006b32d2e7c72 Package: ros-jazzy-ffw-teleop Version: 1.2.1-1noble.20260520.032201 Architecture: arm64 Maintainer: Pyo Installed-Size: 63 Depends: python3-tk, ros-jazzy-rclpy, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ffw-teleop/ros-jazzy-ffw-teleop_1.2.1-1noble.20260520.032201_arm64.deb Size: 13838 SHA256: 21c772bdc16665ae3e70fa8405831e477f14b2d9d76bd7ac267114e7d9dcda87 SHA1: 9e9da843512f2aeea8193335ae72662b5fb32696 MD5sum: 442e7bcf34a5db43aaea1a38ec6679ad Description: FFW teleop ROS 2 package. Package: ros-jazzy-fibar-lib Version: 1.0.2-1noble.20260225.225302 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 49 Depends: clang-tidy, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fibar-lib/ros-jazzy-fibar-lib_1.0.2-1noble.20260225.225302_arm64.deb Size: 9456 SHA256: 0ebc295c36fabf00011d723f15a45bfb12cefb4c61b02aa33b8fb1ff5922a6c4 SHA1: 1fe35999785376bbeb2516ea42ca388fa26986c7 MD5sum: bf2ccbed4a8fc10c639921ec3663f592 Description: FIBAR event image reconstruction library Package: ros-jazzy-fields2cover Version: 2.0.0-10noble.20260306.125531 Architecture: arm64 Maintainer: Gonzalo Mier Installed-Size: 12548 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libgdal34t64 (>= 3.7.0), libgeos-c1t64 (>= 3.4.2), libjpeg8 (>= 8c), libpng16-16t64 (>= 1.6.2), libstdc++6 (>= 13.1), libtiff6 (>= 4.0.3), libtinyxml2-10 (>= 10.0.0), ros-jazzy-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-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fields2cover/ros-jazzy-fields2cover_2.0.0-10noble.20260306.125531_arm64.deb Size: 4543536 SHA256: dfdfe4be895db99af7c3e48a9ef648acc5cdf53bc80e394ec93da79e813ec319 SHA1: 5f3c2680ab11c631b54c4a0890881314ea2c22dd MD5sum: 645359f6db0feb27d35ffc99d8118575 Description: Robust and efficient coverage paths for autonomous agricultural vehicles. A modular and extensible Coverage Path Planning library Package: ros-jazzy-fields2cover-dbgsym Package-Type: ddeb Source: ros-jazzy-fields2cover Version: 2.0.0-10noble.20260306.125531 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Gonzalo Mier Installed-Size: 15018 Depends: ros-jazzy-fields2cover (= 2.0.0-10noble.20260306.125531) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fields2cover/ros-jazzy-fields2cover-dbgsym_2.0.0-10noble.20260306.125531_arm64.deb Size: 13521676 SHA256: 9207956fb65578be43041fe1bd6818c7b0a4a6c6b39e999ab7f4594d7fa21a74 SHA1: cb5e39e3612afb5cfa2d1fe74fa307f0330c9f90 MD5sum: 69f678846d0242cce4ba4521b77c40e5 Description: debug symbols for ros-jazzy-fields2cover Build-Ids: c8dc4ea9c9ac9ad74795c831cb3abe61fc6a939f eaa86f3d53cf20cbf69062abc8c6473d851c589c f0dd1cd7c3b1164b1a492a70d3c83c6e7b92b15b Package: ros-jazzy-filters Version: 2.2.2-1noble.20260519.205209 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 691 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-dev, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: https://wiki.ros.org/filters Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-filters/ros-jazzy-filters_2.2.2-1noble.20260519.205209_arm64.deb Size: 77178 SHA256: 687870221dd202b71177de6278787aee17680111ae5ffe13722ecc434d62e174 SHA1: b21a098401a61b7d6c2a8554b1dc8fafcdf35195 MD5sum: 745c75c514def7306d2f251d59233471 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-jazzy-filters-dbgsym Package-Type: ddeb Source: ros-jazzy-filters Version: 2.2.2-1noble.20260519.205209 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tully Foote Installed-Size: 1940 Depends: ros-jazzy-filters (= 2.2.2-1noble.20260519.205209) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-filters/ros-jazzy-filters-dbgsym_2.2.2-1noble.20260519.205209_arm64.deb Size: 1749208 SHA256: 4e2b11a840feedd7b39d5ea099809e57ac54afffaab036fa58803084c7d3a2c4 SHA1: 07df2311e2a46c7a05c41c723f74542133634187 MD5sum: ab68da6083688719fc6e2b1e2325a383 Description: debug symbols for ros-jazzy-filters Build-Ids: 48cd588776408b1c7dbec6ae7af1f8b0ba465e57 60164a9c21f728337f90e26a5bb64f82411e3c06 612e1ca4593d1a31960a019ad3decd8e101a9554 c027fc12018d05ca3c2e0efb99c76db46bdf3aa3 d3c746c6b2c5f428f784cc76445a336a2f4beca1 Package: ros-jazzy-find-object-2d Version: 0.7.1-2noble.20260520.001603 Architecture: arm64 Maintainer: Mathieu Labbe Installed-Size: 4759 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-features2d406t64 (>= 4.6.0+dfsg), libopencv-flann406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopencv-stitching406t64 (>= 4.6.0+dfsg), libopencv-video406t64 (>= 4.6.0+dfsg), libopencv-videoio406t64 (>= 4.6.0+dfsg), libpython3.12t64 (>= 3.12.1), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5t64 (>= 5.0.2), libqt5printsupport5t64 (>= 5.0.2), libqt5widgets5t64 (>= 5.15.1), libstdc++6 (>= 13.1), ros-jazzy-fastcdr, zlib1g (>= 1:1.2.0), qtbase5-dev, ros-jazzy-builtin-interfaces, ros-jazzy-cv-bridge, ros-jazzy-geometry-msgs, ros-jazzy-image-transport, ros-jazzy-message-filters, ros-jazzy-rclcpp, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, zlib1g-dev, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-find-object-2d/ros-jazzy-find-object-2d_0.7.1-2noble.20260520.001603_arm64.deb Size: 854546 SHA256: 362754edeec6e5abe71dc5fc08a3215ed34f46c58f4ce8d3f1bfa2b3670d3a25 SHA1: 05a507d3e358856493d79396c18f017b54acb13a MD5sum: 18765e916dab3ba80cc7f076645e7ece Description: The find_object_2d package Package: ros-jazzy-find-object-2d-dbgsym Package-Type: ddeb Source: ros-jazzy-find-object-2d Version: 0.7.1-2noble.20260520.001603 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Mathieu Labbe Installed-Size: 21725 Depends: ros-jazzy-find-object-2d (= 0.7.1-2noble.20260520.001603) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-find-object-2d/ros-jazzy-find-object-2d-dbgsym_0.7.1-2noble.20260520.001603_arm64.deb Size: 19581336 SHA256: d4490958325aabc6ba01af2d5102cd056e5a5040f29050bbd5a9f6021192ed42 SHA1: 88c274c27be91955b6cdbb7ba1fb665b477c1a92 MD5sum: 9439da882e2ec2a092f2edfb46801c4f Description: debug symbols for ros-jazzy-find-object-2d Build-Ids: 0a04aa28f658237c536c1054228ee20b6fddae2a 1da9c63ada02cba5ca84b40cda3ce615c5d25b2c 22544030b80898fa105645e0f918da4bf8558ed3 299c4a87c86349340be4912a70748e637f02681e 3dca2f54eee181265e0018e880df7260c7f0d389 3ffd8333b06e1bde697867f3518e69f8619a67fe 55c477575c86d49eb643e2d60cf49883ba66433b 6ffde09f703337a4df970e26e3e486576b94518f 89fc3a28b440476a1e55fc77e812cf53905ebd83 9a930aa2f5226bdc6bdc5c5f9aa44789b4d5aee1 a13baa23463eacab769432fef4d0472464fcafa5 a5fbb9d9d5e5ff72e09649f1b707471e06c8c624 a7b80b3c58ad46319dd4c74283e9cde10443755e ce1d9e95b5185394b0a13e69326ffa6cc2fc6e25 f8ab03ac30e1c031cdb4a4a1078bf98ad475405d Package: ros-jazzy-fkie-message-filters Version: 3.3.1-1noble.20260520.014012 Architecture: arm64 Maintainer: "Timo Röhling" Installed-Size: 410 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-image-transport, ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/fkie_message_filters/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fkie-message-filters/ros-jazzy-fkie-message-filters_3.3.1-1noble.20260520.014012_arm64.deb Size: 54374 SHA256: 47fec7e408e29f860041aae4a780e627e62ed36f507aaa9c529e341d4984a4d6 SHA1: 53acdb0e461ea9954a6a2c92f500fb89e7d0b626 MD5sum: 327e733fdf470b5688f3479ce4e0c0b6 Description: Improved ROS message filters Package: ros-jazzy-fkie-message-filters-dbgsym Package-Type: ddeb Source: ros-jazzy-fkie-message-filters Version: 3.3.1-1noble.20260520.014012 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Timo Röhling" Installed-Size: 270 Depends: ros-jazzy-fkie-message-filters (= 3.3.1-1noble.20260520.014012) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fkie-message-filters/ros-jazzy-fkie-message-filters-dbgsym_3.3.1-1noble.20260520.014012_arm64.deb Size: 237362 SHA256: fa0ac9ed03e49cecbe3d637018bc6feedbe2b8d5563f09b631c410e0a99c3c9e SHA1: 24cde6720688c041d26de6e2c2e08ee6f2416ebb MD5sum: 9f33d36d7e33042cc95491fce0117b14 Description: debug symbols for ros-jazzy-fkie-message-filters Build-Ids: b205b428097636494f05fd08ed20fd97fc146ff7 Package: ros-jazzy-flex-sync Version: 2.0.1-1noble.20260519.215314 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 102 Depends: ros-jazzy-ament-cmake-clang-format, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-flex-sync/ros-jazzy-flex-sync_2.0.1-1noble.20260519.215314_arm64.deb Size: 17086 SHA256: 3256d9a33ea93fc083f81de1a3879af088abe32ecd59f14d1374a925047d86fd SHA1: d6fa8691517826e7b13a5c2caf17025dcd74607a MD5sum: 7837ffaac821dccb8205272c69b8a542 Description: ros2 package for syncing variable number of topics Package: ros-jazzy-flexbe-behavior-engine Version: 3.0.7-1noble.20260519.233751 Architecture: arm64 Maintainer: Philipp Schillinger Installed-Size: 42 Depends: ros-jazzy-flexbe-core, ros-jazzy-flexbe-input, ros-jazzy-flexbe-mirror, ros-jazzy-flexbe-msgs, ros-jazzy-flexbe-onboard, ros-jazzy-flexbe-states, ros-jazzy-flexbe-testing, ros-jazzy-flexbe-widget, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/flexbe Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-flexbe-behavior-engine/ros-jazzy-flexbe-behavior-engine_3.0.7-1noble.20260519.233751_arm64.deb Size: 6396 SHA256: 912b18bceb35914df61ee292fd4ebc226a76f5c95b6d2a41bead7364ed276b74 SHA1: 94addfc0a96e431c7f2e855b64498ad60a871bda MD5sum: c94a6b64e00633ec0377fe7ae9ae592e Description: A meta-package to aggregate all the FlexBE packages Package: ros-jazzy-flexbe-core Version: 3.0.7-1noble.20260519.231952 Architecture: arm64 Maintainer: Philipp Schillinger Installed-Size: 574 Depends: ros-jazzy-flexbe-msgs, ros-jazzy-rclpy, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2-ros-py, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/flexbe_core Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-flexbe-core/ros-jazzy-flexbe-core_3.0.7-1noble.20260519.231952_arm64.deb Size: 118658 SHA256: 650a4488de33eff20e7ab608aeab082d16aa69e752dc01df5c965fa90980deea SHA1: 3c1731731b048bbce961c8f1b141231ba237bcec MD5sum: f04e1613fedaa6bf8071e8d259b26487 Description: flexbe_core provides the core components for the FlexBE behavior engine. Package: ros-jazzy-flexbe-input Version: 3.0.7-1noble.20260519.232431 Architecture: arm64 Maintainer: Philipp Schillinger Installed-Size: 109 Depends: ros-jazzy-flexbe-core, ros-jazzy-flexbe-msgs, ros-jazzy-rclpy, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/flexbe_core Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-flexbe-input/ros-jazzy-flexbe-input_3.0.7-1noble.20260519.232431_arm64.deb Size: 24150 SHA256: c196f0dab6003c6383e04b86c5032974c69183c85f6aa8b5df50b2f5b3f7b1c7 SHA1: d24077fd0e22577321faff8b168073b4da996a92 MD5sum: cab2e8abc79dc14fcdbbb56415f6e67a Description: flexbe_input enables to send data to onboard behavior when required. Package: ros-jazzy-flexbe-mirror Version: 3.0.7-1noble.20260519.232447 Architecture: arm64 Maintainer: Philipp Schillinger Installed-Size: 207 Depends: ros-jazzy-flexbe-core, ros-jazzy-flexbe-msgs, ros-jazzy-rclpy, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/flexbe_core Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-flexbe-mirror/ros-jazzy-flexbe-mirror_3.0.7-1noble.20260519.232447_arm64.deb Size: 49580 SHA256: dd0b2b90a7e64dba86f0d512efb34e6f1faf6bfced8d88e9687b4480d849e403 SHA1: ac2e3d4b983190ff79ee6f0ccf3dfdb6bb37b669 MD5sum: 148817b5f6220434e149b71ec732d69c Description: flexbe_mirror implements functionality to remotely mirror an executed behavior. Package: ros-jazzy-flexbe-msgs Version: 3.0.7-1noble.20260519.202529 Architecture: arm64 Maintainer: Philipp Schillinger Installed-Size: 7772 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-action-msgs, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-generators, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/flexbe_msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-flexbe-msgs/ros-jazzy-flexbe-msgs_3.0.7-1noble.20260519.202529_arm64.deb Size: 479724 SHA256: fe41789aaf1377c3875f1e68dbd5b81703367584a66a03269aa4ebdec95fc8f0 SHA1: 48feb9820c145fe5fe123e5ce4ccab3fdc60024f MD5sum: a9485b7fc581c1158ea165bcff2bc507 Description: flexbe_msgs provides the messages used by FlexBE. Package: ros-jazzy-flexbe-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-flexbe-msgs Version: 3.0.7-1noble.20260519.202529 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Philipp Schillinger Installed-Size: 5258 Depends: ros-jazzy-flexbe-msgs (= 3.0.7-1noble.20260519.202529) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-flexbe-msgs/ros-jazzy-flexbe-msgs-dbgsym_3.0.7-1noble.20260519.202529_arm64.deb Size: 3965224 SHA256: 55c25259452dc33014288d28094a8a04449b75eac62d3c051ecf8bda52f88303 SHA1: 458568e601c578dfd9557399b81b76badc6ada25 MD5sum: 28269229ca4113a7f7875b5806834c20 Description: debug symbols for ros-jazzy-flexbe-msgs Build-Ids: 1908ecc206a7f995f517bc2c8e1c83f91648ff49 6189ef683e211196012f2c548b9a52a173fa362b 70bfb405b18dad3691a86f45857ad9b38f1e32b6 8406149d66915f315af52a9c295a206408ac0288 95efded17fd0e130a696339d487a5492a28e75d0 961db1e6c93b3ce119edacc263c1d1c24ec6bef9 96d8c5485d9ef05d129df6b6267fae15c21646c1 97f83897e3136a522d9c5a7ef3746104a3a72f6c a32950e2f4d50554eee47ea798129321dc67296c b92cd725af731c1a19b0841c8a6d7f7d8935bea7 ea691e13a0c1d7c1d9cdf5e6f3c8f8d8d9018bda Package: ros-jazzy-flexbe-onboard Version: 3.0.7-1noble.20260519.233108 Architecture: arm64 Maintainer: Philipp Schillinger Installed-Size: 169 Depends: ros-jazzy-flexbe-core, ros-jazzy-flexbe-msgs, ros-jazzy-flexbe-states, ros-jazzy-launch-ros, ros-jazzy-rclpy, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/flexbe_core Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-flexbe-onboard/ros-jazzy-flexbe-onboard_3.0.7-1noble.20260519.233108_arm64.deb Size: 34366 SHA256: 73329a8d7716e0da2780c9ed28ee371fb501d2edc285052b78fe20f284f9f671 SHA1: cca480b9502d5c1f946aed7354082a903410235c MD5sum: 2032b303a5f6269aa471b91a40012b46 Description: flexbe_onboard implements the robot-side of the behavior engine from where all behaviors are started. Package: ros-jazzy-flexbe-states Version: 3.0.7-1noble.20260519.232805 Architecture: arm64 Maintainer: Philipp Schillinger Installed-Size: 208 Depends: ros-jazzy-flexbe-core, ros-jazzy-flexbe-msgs, ros-jazzy-flexbe-testing, ros-jazzy-rclpy, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/flexbe_core Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-flexbe-states/ros-jazzy-flexbe-states_3.0.7-1noble.20260519.232805_arm64.deb Size: 28504 SHA256: c7e9047fd16b91a1bd1a10c9f0a59e6a8613b785cfefe68303761a35b0a7fd0f SHA1: 7b872ba433a8e50aceb4ccd42253460acccf90ea MD5sum: 73e53759eb686a42c16d019857063bd4 Description: flexbe_states provides a collection of common generic predefined states. Package: ros-jazzy-flexbe-testing Version: 3.0.7-1noble.20260519.232449 Architecture: arm64 Maintainer: Philipp Schillinger Installed-Size: 149 Depends: ros-jazzy-flexbe-core, ros-jazzy-flexbe-msgs, ros-jazzy-launch-ros, ros-jazzy-rclpy, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/flexbe_core Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-flexbe-testing/ros-jazzy-flexbe-testing_3.0.7-1noble.20260519.232449_arm64.deb Size: 20710 SHA256: ca64223984dd27a0640b111c7fc095a0264287a8f8fc10401978c70fc9154750 SHA1: f4d3b046a7f60b4796c5a908d5297086e45d2e6d MD5sum: 65a1633e53f5f5fb363f4c8cfbd89af0 Description: flexbe_testing provides a framework for unit testing states. Package: ros-jazzy-flexbe-widget Version: 3.0.7-1noble.20260519.233449 Architecture: arm64 Maintainer: Philipp Schillinger Installed-Size: 110 Depends: ros-jazzy-flexbe-core, ros-jazzy-flexbe-mirror, ros-jazzy-flexbe-msgs, ros-jazzy-flexbe-onboard, ros-jazzy-launch-ros, ros-jazzy-rclpy, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/flexbe_core Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-flexbe-widget/ros-jazzy-flexbe-widget_3.0.7-1noble.20260519.233449_arm64.deb Size: 19314 SHA256: ca56b86edf8fa6650665561f0425cb92f919e3c4392181ab72e10f3602993828 SHA1: f02ef0f224952a6956b095ebbfe40f01009ef65d MD5sum: 35bb8828cec8a432f95e1c93ee8e6d3d Description: flexbe_widget implements some smaller scripts for the behavior engine. Package: ros-jazzy-flir-camera-description Version: 3.0.5-1noble.20260519.220802 Architecture: arm64 Maintainer: "Luis Camero" Installed-Size: 398 Depends: ros-jazzy-robot-state-publisher, ros-jazzy-urdf, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/flir_camera_description/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-flir-camera-description/ros-jazzy-flir-camera-description_3.0.5-1noble.20260519.220802_arm64.deb Size: 96234 SHA256: d3b9c8c0ad08c298c3c1b7dcf441b04e713737de94427d8839ce093f7e15312d SHA1: 4417d9a56158f50db85d271ce6b2d7731993896c MD5sum: 528ccbf478d99a604f81af6ef85611f3 Description: FLIR camera Description package Package: ros-jazzy-flir-camera-msgs Version: 3.0.5-1noble.20260519.170853 Architecture: arm64 Maintainer: "Bernd Pfrommer" Installed-Size: 1122 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/flir_camera_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-flir-camera-msgs/ros-jazzy-flir-camera-msgs_3.0.5-1noble.20260519.170853_arm64.deb Size: 52880 SHA256: de8f4fed42aafaad1ebcf6affa18e19487951dfb76f2f3f09e9aa088db45bf0d SHA1: 59a40cc542f4600f9234cee34dbb3544ce2cd77b MD5sum: b7987c605a6439fbd90d2944a5386c0f Description: messages related to flir camera driver Package: ros-jazzy-flir-camera-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-flir-camera-msgs Version: 3.0.5-1noble.20260519.170853 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bernd Pfrommer" Installed-Size: 402 Depends: ros-jazzy-flir-camera-msgs (= 3.0.5-1noble.20260519.170853) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-flir-camera-msgs/ros-jazzy-flir-camera-msgs-dbgsym_3.0.5-1noble.20260519.170853_arm64.deb Size: 269380 SHA256: 640705815fc23a45e3fed68cf20306d7c623efd43be32652f8fbf2089a65b28e SHA1: 21f4334f897d71a9b293b52c221423bef2993cd2 MD5sum: ad1d98e003ee5287f5a33aa72df2869c Description: debug symbols for ros-jazzy-flir-camera-msgs Build-Ids: 0c88071aeb2ca3d2ddd56bd4454626dff402c214 27830cefa39cc28628d9afcad45b000d191dbb1a 2e677f22e8f6f015438ac4e3947fba2f4db885df 336f26390f88ecc7001ab66213921f71ea69a84e 39b78bfc6d747d4a07db3b5dc139f6833635bd8e 4852964fb00c98bd12262c350f51ef1d4f176e7e 960c92380cbf3410a2efc99cd75e3a021aff0780 b0655d23139025ecfbf6120097b341d85dac2ae7 c2ad609ec1b73d452c1fcf291e63716a50f5197c c944aa0578b8f7fb8e4b78d6fa0f55efd6990f21 fb8c35a923beb79fc2902f4c696750af2d187ae7 Package: ros-jazzy-flir-ptu-description Version: 1.0.2-1noble.20260519.012338 Architecture: arm64 Maintainer: "Tony Baltovski" Installed-Size: 13318 Depends: ros-jazzy-urdf, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/flir_ptu_description/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-flir-ptu-description/ros-jazzy-flir-ptu-description_1.0.2-1noble.20260519.012338_arm64.deb Size: 4739326 SHA256: f78997f76f371db139fa0da59deae9417db5e2a219f4b63da61b6b5aec5a5856 SHA1: 4e6891d339ac95c8450915a0b30b92511fa07b18 MD5sum: 71ff04bb89891eea5d3f171936ea8a9d Description: URDF description of the FLIR PTUs. Package: ros-jazzy-flir-ptu-driver Version: 1.0.2-1noble.20260519.225344 Architecture: arm64 Maintainer: "Tony Baltovski" Installed-Size: 926 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-diagnostic-updater, ros-jazzy-rclcpp, ros-jazzy-robot-state-publisher, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/flir_ptu_driver/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-flir-ptu-driver/ros-jazzy-flir-ptu-driver_1.0.2-1noble.20260519.225344_arm64.deb Size: 169288 SHA256: c5380d27ed4a2c1740f88144969fea9f87a4bbb8b19551444df20249bfe0efbf SHA1: 95996555502c930d62514ca824d3052120e7dad8 MD5sum: 0d89d4229bbfe48309cb755dc54d5f58 Description: ROS 2 driver for FLIR pan-tilt units with serial and TCP/Ethernet support. Package: ros-jazzy-flir-ptu-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-flir-ptu-driver Version: 1.0.2-1noble.20260519.225344 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Tony Baltovski" Installed-Size: 3271 Depends: ros-jazzy-flir-ptu-driver (= 1.0.2-1noble.20260519.225344) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-flir-ptu-driver/ros-jazzy-flir-ptu-driver-dbgsym_1.0.2-1noble.20260519.225344_arm64.deb Size: 2683202 SHA256: c04c58a2137e260a6b11795865db6a8baf652f956249848d625658bd76833401 SHA1: 7602f9efc110d724c551abef01cd33ba06b02655 MD5sum: a6691cb6efb99e8f0fcb3665fbd61375 Description: debug symbols for ros-jazzy-flir-ptu-driver Build-Ids: 74def0b84e2dd221104057815a6ce0f3a6a01e7b Package: ros-jazzy-flir-ptu-viz Version: 1.0.2-1noble.20260520.141537 Architecture: arm64 Maintainer: "Tony Baltovski" Installed-Size: 68 Depends: ros-jazzy-flir-ptu-description, ros-jazzy-flir-ptu-driver, ros-jazzy-interactive-markers, ros-jazzy-joint-state-publisher, ros-jazzy-joint-state-publisher-gui, ros-jazzy-rclpy, ros-jazzy-robot-state-publisher, ros-jazzy-rviz2, ros-jazzy-sensor-msgs, ros-jazzy-visualization-msgs, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/flir_ptu_viz/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-flir-ptu-viz/ros-jazzy-flir-ptu-viz_1.0.2-1noble.20260520.141537_arm64.deb Size: 10328 SHA256: 7fa5c600631cf3b45a197024a7107e141eb66ba5dd67bf7f9388879c8bcb466b SHA1: 2a8a88a27be9759daf7dc30cb027b029ec4a2ea2 MD5sum: db6ffd587a9aa9fb0978a8470d5e12a1 Description: Launch files and RViz configs to assist with visualizing the FLIR PTUs. Package: ros-jazzy-fluent-rviz Version: 0.0.3-5noble.20260519.225510 Architecture: arm64 Maintainer: shouth Installed-Size: 82 Depends: ros-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-std-msgs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fluent-rviz/ros-jazzy-fluent-rviz_0.0.3-5noble.20260519.225510_arm64.deb Size: 13726 SHA256: 4a0269505e9bfb6cc592406e56a4126da2fc1c229bd8a434f50ef98ab5abc4c4 SHA1: 85a4806796ae28f5cbef4acc674fb59de9e7f9ed MD5sum: 5a0af69421afdb8e71db43813aea8032 Description: A library which makes Rviz fluent. Powered by C++17 Package: ros-jazzy-fmi-adapter Version: 2.1.2-1noble.20260519.212337 Architecture: arm64 Maintainer: Ralph Lange Installed-Size: 1050 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-rcl-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclcpp-lifecycle, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/fmi_adapter Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fmi-adapter/ros-jazzy-fmi-adapter_2.1.2-1noble.20260519.212337_arm64.deb Size: 275768 SHA256: 206f432624b9d6417d2dfaf1bc39101d1380e87a6a499c80305f070511000a91 SHA1: 6734fe77e073608764e3a9173058a2e59828b8fb MD5sum: a4d78da72319258ec03af658d44652e5 Description: Wraps FMUs for co-simulation Package: ros-jazzy-fmi-adapter-dbgsym Package-Type: ddeb Source: ros-jazzy-fmi-adapter Version: 2.1.2-1noble.20260519.212337 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Ralph Lange Installed-Size: 2751 Depends: ros-jazzy-fmi-adapter (= 2.1.2-1noble.20260519.212337) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fmi-adapter/ros-jazzy-fmi-adapter-dbgsym_2.1.2-1noble.20260519.212337_arm64.deb Size: 2319246 SHA256: 5b4a5ebb06bf59df8ba5d116e3a2ac2a71a7eec558cbcd2e0bae7dfc93b5d4bc SHA1: e0079e68599346d46abb23e968f77ed2486cde88 MD5sum: 8fcbc30ef7fef3b2d2c067ba130adaf5 Description: debug symbols for ros-jazzy-fmi-adapter Build-Ids: 8804ac81d5579203a10426ccf1bb2ef40e6d821a 9401c734b8090194553e9449bde9ef65234faaed Package: ros-jazzy-fmi-adapter-examples Version: 2.1.2-1noble.20260519.212745 Architecture: arm64 Maintainer: Ralph Lange Installed-Size: 108 Depends: ros-jazzy-fmi-adapter, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/fmi_adapter Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fmi-adapter-examples/ros-jazzy-fmi-adapter-examples_2.1.2-1noble.20260519.212745_arm64.deb Size: 45760 SHA256: c52f631bd4bacc0b616ddedb4f0be0b95d7b0b2d654f0507bc426df336681496 SHA1: 93d8d28e3584ca755545561418b642a0e73ede73 MD5sum: 8c2eda46fb119cdaa960d32179bba1af Description: Provides small examples for use of the fmi_adapter package Package: ros-jazzy-fmilibrary-vendor Version: 1.0.1-1noble.20260305.213955 Architecture: arm64 Maintainer: Ralph Lange Installed-Size: 1923 Depends: libc6 (>= 2.34), ros-jazzy-ros-workspace Homepage: https://jmodelica.org/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fmilibrary-vendor/ros-jazzy-fmilibrary-vendor_1.0.1-1noble.20260305.213955_arm64.deb Size: 383974 SHA256: 1c4db66e4302db6727e8be26864730f73970042590b8667ba197ea1ad2b7e64f SHA1: b4774dc10644d0c98464c4b849a4a4a503c1dfdf MD5sum: 05ecc38c9528f42409982cdce56f370e Description: Wrapper (aka vendor package) around the FMILibrary by Modelon AB (JModelica.org) Package: ros-jazzy-fmilibrary-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-fmilibrary-vendor Version: 1.0.1-1noble.20260305.213955 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Ralph Lange Installed-Size: 819 Depends: ros-jazzy-fmilibrary-vendor (= 1.0.1-1noble.20260305.213955) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fmilibrary-vendor/ros-jazzy-fmilibrary-vendor-dbgsym_1.0.1-1noble.20260305.213955_arm64.deb Size: 667790 SHA256: acf547170dd2d05bf6bf209219b3bfe659e5b274f49425898f9431a685a8d45b SHA1: e2e014ce4b03b27bd1185887d1e5f60c6eb0aa6c MD5sum: 3c010f648a77f1464b8be6f1fb2cbe89 Description: debug symbols for ros-jazzy-fmilibrary-vendor Build-Ids: e17728da4661a3972ddd51ae68c3e248cd3ba507 Package: ros-jazzy-foonathan-memory-vendor Version: 1.3.1-3noble.20260225.225339 Architecture: arm64 Maintainer: Miguel Company Installed-Size: 5411 Depends: cmake, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-foonathan-memory-vendor/ros-jazzy-foonathan-memory-vendor_1.3.1-3noble.20260225.225339_arm64.deb Size: 780492 SHA256: 453a587cb69c4e90d7e2f947110cc7e002fb118141cd7c18e1ecde39764c5b20 SHA1: 82b8e39bf44a89a15d80725caedb1706b2fa2eb9 MD5sum: 5890578d8e9a9729baabdba44ad53b2b Description: Foonathan/memory vendor package for Fast-RTPS. Package: ros-jazzy-force-torque-sensor-broadcaster Version: 4.40.1-1noble.20260520.045826 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 1223 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-backward-ros, ros-jazzy-controller-interface, ros-jazzy-filters, ros-jazzy-generate-parameter-library, ros-jazzy-geometry-msgs, ros-jazzy-hardware-interface, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-realtime-tools, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-force-torque-sensor-broadcaster/ros-jazzy-force-torque-sensor-broadcaster_4.40.1-1noble.20260520.045826_arm64.deb Size: 269588 SHA256: 08b9c9d12daed21a9f6bef0e1b62ce5d7fb300fa5582139d606025b2ca1b30af SHA1: 14e4373a1ac9057076c7fe109054945da803ca2f MD5sum: 4b6f29f7d341e523ea96ec62a2a3bc93 Description: Controller to publish state of force-torque sensors. Package: ros-jazzy-force-torque-sensor-broadcaster-dbgsym Package-Type: ddeb Source: ros-jazzy-force-torque-sensor-broadcaster Version: 4.40.1-1noble.20260520.045826 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 5018 Depends: ros-jazzy-force-torque-sensor-broadcaster (= 4.40.1-1noble.20260520.045826) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-force-torque-sensor-broadcaster/ros-jazzy-force-torque-sensor-broadcaster-dbgsym_4.40.1-1noble.20260520.045826_arm64.deb Size: 4430708 SHA256: 751c05536e044c2e8579e8671bb6209031f5ddb91b2d64c42e778561e83955e3 SHA1: 98684e31a414b27711950f800cc6edbbb81f38f4 MD5sum: 87bd901058f2c9b8a755c735973a1a4e Description: debug symbols for ros-jazzy-force-torque-sensor-broadcaster Build-Ids: 27b2f195b252a96c942531f4d2a31a0cc438c290 6a6590d1318ece41e99591e05fde5e7bcd85d9cb fd2245478bf3e3b2493e9e43540fe5fa56b6fee5 Package: ros-jazzy-forward-command-controller Version: 4.40.1-1noble.20260520.045838 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 613 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-backward-ros, ros-jazzy-controller-interface, ros-jazzy-generate-parameter-library, ros-jazzy-hardware-interface, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-realtime-tools, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-forward-command-controller/ros-jazzy-forward-command-controller_4.40.1-1noble.20260520.045838_arm64.deb Size: 123598 SHA256: 510331c9b8ae130a1638c082936afc5b207a7daa162825795e4f4f6971194b39 SHA1: 2de400416c307a5f3064d85b18788fdbfc3945c5 MD5sum: c543da58040e14b2dde7b5812c932673 Description: Generic controller for forwarding commands. Package: ros-jazzy-forward-command-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-forward-command-controller Version: 4.40.1-1noble.20260520.045838 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 2741 Depends: ros-jazzy-forward-command-controller (= 4.40.1-1noble.20260520.045838) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-forward-command-controller/ros-jazzy-forward-command-controller-dbgsym_4.40.1-1noble.20260520.045838_arm64.deb Size: 2369906 SHA256: 0da33aff98cc8e49864c15d9a576af5417e0f2faf1e87e774da021adf054d60d SHA1: 527e2eb2ebba81dcfbbf3f47ba27d3cf9530bb96 MD5sum: 418b61df821ba6900cbb060df68e71a3 Description: debug symbols for ros-jazzy-forward-command-controller Build-Ids: 49c7334166c07dbf8a0cbe550777cf52dc0d92d8 Package: ros-jazzy-four-wheel-steering-msgs Version: 2.0.1-6noble.20260519.183515 Architecture: arm64 Maintainer: Vincent Rousseau Installed-Size: 1149 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/four_wheel_steering_msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-four-wheel-steering-msgs/ros-jazzy-four-wheel-steering-msgs_2.0.1-6noble.20260519.183515_arm64.deb Size: 55456 SHA256: 283dc500d119d01e217b794679475a2bcaeab5884baef31d72ae2ece2ed66a1e SHA1: 7bb9dc2e3122e585284905f5b0117e4b3e1ffe9c MD5sum: 3e152525e1fbb9d27d0db17e62698307 Description: ROS messages for robots using FourWheelSteering. Package: ros-jazzy-four-wheel-steering-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-four-wheel-steering-msgs Version: 2.0.1-6noble.20260519.183515 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Vincent Rousseau Installed-Size: 403 Depends: ros-jazzy-four-wheel-steering-msgs (= 2.0.1-6noble.20260519.183515) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-four-wheel-steering-msgs/ros-jazzy-four-wheel-steering-msgs-dbgsym_2.0.1-6noble.20260519.183515_arm64.deb Size: 268748 SHA256: 4b98414f4f4e37914af2f977674ca0e874b228a71caecf79080937b6bb968b22 SHA1: ab37a2652d7c9267672d50d934d487f6af47b9a5 MD5sum: 6a3510687a92a9c014e20db57c314f9d Description: debug symbols for ros-jazzy-four-wheel-steering-msgs Build-Ids: 099fb704f3d605243a88a642bcc3a73335c0a9b7 0cd3968a971ee5704ef581535690f07b4e78523a 10b4a8968dc7ddfa8265970c8d391b7ef65eeca2 3e1cc36c8a4f8da2d6e76a805fe5541178c293de 4d1e3e04c9e62dbb5f2382c8871d2b49461fdc4a 604666a39f0a39fae2063971c82bdd6ccb18f122 93937ac73a3d9a24a0905381b7733c2bcee78ebb 97f907ad806a74a0df41aee66f508a41d36f47d9 a0bd4616f0c5fd48f9b2a28dc263e4831948b6ad b1138449bce3366836432a90378f3f1af7c99d51 ef53d5a003aee6d74ccb8201daa4a7a29f776041 Package: ros-jazzy-foxglove-bridge Version: 3.3.0-1noble.20260519.211414 Architecture: arm64 Maintainer: Foxglove Installed-Size: 35059 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.2), libglib2.0-0t64 (>= 2.16.0), libstdc++6 (>= 13.1), ros-jazzy-ament-index-cpp, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-resource-retriever, ros-jazzy-rosgraph-msgs, ros-jazzy-rosx-introspection, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/foxglove/foxglove-sdk Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-foxglove-bridge/ros-jazzy-foxglove-bridge_3.3.0-1noble.20260519.211414_arm64.deb Size: 11701394 SHA256: 14e8509ca6c2f3ad18879ff984fc11fb3c57c78305df802c1af50b4359d9e4a3 SHA1: 05e241ff6e277f06de327b247535b28ffc9be2f5 MD5sum: be28d323addbcabafbcf2374c9d4333a Description: ROS Foxglove Bridge Package: ros-jazzy-foxglove-bridge-dbgsym Package-Type: ddeb Source: ros-jazzy-foxglove-bridge Version: 3.3.0-1noble.20260519.211414 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Foxglove Installed-Size: 20334 Depends: ros-jazzy-foxglove-bridge (= 3.3.0-1noble.20260519.211414) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-foxglove-bridge/ros-jazzy-foxglove-bridge-dbgsym_3.3.0-1noble.20260519.211414_arm64.deb Size: 9820236 SHA256: 4be6bb0becd2b2948891b2b9053f8d52e598f6580921c6510f83ca7f43ece21f SHA1: 951dd29ca1af252daaaf7a10cae45e41aabacd07 MD5sum: 19d2f563241229d4aa2004d2cd88b9f5 Description: debug symbols for ros-jazzy-foxglove-bridge Build-Ids: 3f97ad9159df71228889e05462d18432a81fcf5a 8883234c6c270d7c2ca596e0906466d09184d2a6 897a2b13e1cea28a2f5a71c07fae829be77eee9f b8d160f99a1c92612e724f843d55a02c14220f62 Package: ros-jazzy-foxglove-compressed-video-transport Version: 3.0.1-1noble.20260519.224321 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 604 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ffmpeg-encoder-decoder, ros-jazzy-foxglove-msgs, ros-jazzy-image-transport, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rcutils, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/image_transport_plugins Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-foxglove-compressed-video-transport/ros-jazzy-foxglove-compressed-video-transport_3.0.1-1noble.20260519.224321_arm64.deb Size: 124542 SHA256: 166b2354c7a6482635e7452fb2bf26d0fc831e16f70db4746a582988a6954419 SHA1: 59a480d60a674525eb6068ceb340f1bf585b45a1 MD5sum: cbadc80e0b0aeb36d04c527fd0d24bb3 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-jazzy-foxglove-compressed-video-transport-dbgsym Package-Type: ddeb Source: ros-jazzy-foxglove-compressed-video-transport Version: 3.0.1-1noble.20260519.224321 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 2913 Depends: ros-jazzy-foxglove-compressed-video-transport (= 3.0.1-1noble.20260519.224321) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-foxglove-compressed-video-transport/ros-jazzy-foxglove-compressed-video-transport-dbgsym_3.0.1-1noble.20260519.224321_arm64.deb Size: 2505468 SHA256: ce7c18f87375fa7a46e115817e2485bd8766da5555f39233723f49662ff6a30c SHA1: d5ced13d45299d4f88431fe559144465c7f83205 MD5sum: 44cbdec904088445e6db81fca97a5904 Description: debug symbols for ros-jazzy-foxglove-compressed-video-transport Build-Ids: 2ff330380496e5388443ebc3bfece8f91f6e0841 Package: ros-jazzy-foxglove-msgs Version: 3.3.0-1noble.20260519.184743 Architecture: arm64 Maintainer: Foxglove Installed-Size: 7737 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Homepage: https://foxglove.dev/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-foxglove-msgs/ros-jazzy-foxglove-msgs_3.3.0-1noble.20260519.184743_arm64.deb Size: 505452 SHA256: 2deb0a29bcbf8c4adacf994b8e4206734af5fe47ec34d39c20e494824e356e89 SHA1: d4ab04a6483a9ff48918f3fd29ed08087276d5ee MD5sum: 300e491394d23efbc4186d78fe588b5b Description: foxglove_msgs provides visualization messages that are supported by Foxglove. Package: ros-jazzy-foxglove-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-foxglove-msgs Version: 3.3.0-1noble.20260519.184743 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Foxglove Installed-Size: 6463 Depends: ros-jazzy-foxglove-msgs (= 3.3.0-1noble.20260519.184743) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-foxglove-msgs/ros-jazzy-foxglove-msgs-dbgsym_3.3.0-1noble.20260519.184743_arm64.deb Size: 5200916 SHA256: 61cfd2b49cda21eb705aa41db5dae67bf7734d37a6d2be1af9c33b16717fd129 SHA1: 32fce9a84c31d027bb6055f53e0fd80c30a9bbe6 MD5sum: 95b907548c1f06be20b8a59eda6b81cd Description: debug symbols for ros-jazzy-foxglove-msgs Build-Ids: 184eae0d4fbe85c6c3b17b5f47f92cbfcb00a94e 46b5e4f0bd401fafc74d46656c038b2c83151263 74bd864bdb2f97dd5231f87a88ae90963b0ff17b 88ea4d8b5abf0fd6e964e83328f9db1d9895189c 9794297eb3148fe1831f8dac99147623b241262d 9b62f56190f04b3c7617111b0db05c79e56fe7ef a8618c6c14518452384facb0f520146d54ebe260 b2bbc4d982f7192b6dae8769bd398ac23fd80f09 cb2d0532ebe5406863402b8e438559835deff646 e7e45555d3a1c167824886283f2bcfba3ea8d948 fa4ebb2b4b9bbcc29ab4903241369a9e255f4e5a Package: ros-jazzy-foxglove-sdk-vendor Version: 0.2.0-2noble.20260305.214223 Architecture: arm64 Maintainer: Jordan Lack Installed-Size: 74069 Depends: libc6 (>= 2.39), libgcc-s1 (>= 4.2), libstdc++6 (>= 13.1), ros-jazzy-ros-workspace Homepage: https://docs.foxglove.dev/docs/sdk Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-foxglove-sdk-vendor/ros-jazzy-foxglove-sdk-vendor_0.2.0-2noble.20260305.214223_arm64.deb Size: 16549132 SHA256: e00b9808742969b4c2863fd1e7d0274709f386872d4859789994a5f697cd9c7a SHA1: e5777043ff820e1c46317f919a9f58a134eb4c51 MD5sum: 8c2543844c25360ac11bbd9c55aa675d Description: Vendor package that fetches prebuilt Foxglove SDK archives and exposes the headers and libfoxglove.a static library to ROS 2 workspaces. Package: ros-jazzy-foxglove-sdk-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-foxglove-sdk-vendor Version: 0.2.0-2noble.20260305.214223 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jordan Lack Installed-Size: 8638 Depends: ros-jazzy-foxglove-sdk-vendor (= 0.2.0-2noble.20260305.214223) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-foxglove-sdk-vendor/ros-jazzy-foxglove-sdk-vendor-dbgsym_0.2.0-2noble.20260305.214223_arm64.deb Size: 2998574 SHA256: 9e6caab180bc677f8e707fbbdfbb70abde4b16178c374516ddda4b830cd16994 SHA1: 59f9d408ff46259348c944275569dde745381fd6 MD5sum: b5aa1d6b51b13f1ea1dd98feaece8ba0 Description: debug symbols for ros-jazzy-foxglove-sdk-vendor Build-Ids: 3432e142678d02543789512731fd73813b41a802 efe85489e6e7689fe0926c1c9c8a144c47772b8e Package: ros-jazzy-frame-editor Version: 2.0.2-5noble.20260520.002954 Architecture: arm64 Maintainer: ipa-danb Installed-Size: 11798 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-interactive-markers, ros-jazzy-qt-gui-py-common, ros-jazzy-rclpy, ros-jazzy-rosidl-default-runtime, ros-jazzy-rqt-gui, ros-jazzy-rqt-gui-py, ros-jazzy-std-msgs, ros-jazzy-tf-transformations, ros-jazzy-tf2-ros, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: http://www.ipa.fraunhofer.de/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-frame-editor/ros-jazzy-frame-editor_2.0.2-5noble.20260520.002954_arm64.deb Size: 6856454 SHA256: 6d27a986104f02ec901c238e90d9384cd9e4be37485be371ba5b776f831596ce SHA1: 077a258fc56582a59a390f860bcf6168a0e5220a MD5sum: 2a7494bcad35552d4cbdabb3e1700d1e Description: The frame_editor package Package: ros-jazzy-frame-editor-dbgsym Package-Type: ddeb Source: ros-jazzy-frame-editor Version: 2.0.2-5noble.20260520.002954 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ipa-danb Installed-Size: 3357 Depends: ros-jazzy-frame-editor (= 2.0.2-5noble.20260520.002954) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-frame-editor/ros-jazzy-frame-editor-dbgsym_2.0.2-5noble.20260520.002954_arm64.deb Size: 2552612 SHA256: 0917a76b870d81194c327aaa3bd36cc67693891c8389da79b30284af5176bcab SHA1: f3b7f7952a5663c14c41135aec70aebd3901cc4e MD5sum: 1b3de5f3c9dff227118a5671e752016b Description: debug symbols for ros-jazzy-frame-editor Build-Ids: 00a46b552678e34ba93eb9fdf1f38835d640908d 201a914cfaf8a0c4d6bef580816eccc35d67170c 390b112f14c039dbfb64155b35be60fa2a779fce 7524b3170f3261ebaa13a288f31aa3d3dc982355 84b366a42c0313a5d4ebff705e493255fc0e7b17 a2c5d3147700e3d4a46f761796f30dab527ded5b bee84c55024f4c90965984835cdbf9a110b4c6f0 c0b5db55f1be45fb609973c101f22324c6a55801 c518c6641de90577467df6a2be0a8b3f46efccc4 ce021136b41d94e9e28dbfccb458907eddc48044 fa14ae4752563a28a3995c8ab2ef3f88afbd278c Package: ros-jazzy-franka-inria-inverse-dynamics-solver Version: 2.0.3-1noble.20260520.044441 Architecture: arm64 Maintainer: Enrico Ferrentino Installed-Size: 1080 Depends: libc6 (>= 2.29), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), libeigen3-dev, ros-jazzy-inverse-dynamics-solver, ros-jazzy-pluginlib, ros-jazzy-ros-workspace Homepage: https://github.com/unisa-acg/inverse-dynamics-solver.git Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-franka-inria-inverse-dynamics-solver/ros-jazzy-franka-inria-inverse-dynamics-solver_2.0.3-1noble.20260520.044441_arm64.deb Size: 514016 SHA256: da32950e14e195e73295bf4128a3669afec55555c09887601e1e11c0cfb94e85 SHA1: 23d9c51234a9d251ac5ef40435a85366564e79ad MD5sum: eab44ba2e7f18a8a1c638cd6f9ee18b3 Description: A C++ library implementing the inverse dynamics solver for the Franka Emika Panda (FER) real robot. Package: ros-jazzy-franka-inria-inverse-dynamics-solver-dbgsym Package-Type: ddeb Source: ros-jazzy-franka-inria-inverse-dynamics-solver Version: 2.0.3-1noble.20260520.044441 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Enrico Ferrentino Installed-Size: 28 Depends: ros-jazzy-franka-inria-inverse-dynamics-solver (= 2.0.3-1noble.20260520.044441) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-franka-inria-inverse-dynamics-solver/ros-jazzy-franka-inria-inverse-dynamics-solver-dbgsym_2.0.3-1noble.20260520.044441_arm64.deb Size: 4784 SHA256: e4177613c97b5b48f29dd02201b23bee3f894ae8e42ad6c7e696c46ccdce0562 SHA1: 1e407b3b6dd7a3b2171fa4e303c15913abdf1e54 MD5sum: ce06fa2ef27259e0efc770b971616e20 Description: debug symbols for ros-jazzy-franka-inria-inverse-dynamics-solver Build-Ids: f659335a418619574ed2dfcf795dbb98bf6bc265 Package: ros-jazzy-frequency-cam Version: 3.1.1-1noble.20260519.223511 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 831 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), ros-jazzy-cv-bridge, ros-jazzy-event-camera-codecs, ros-jazzy-event-camera-msgs, ros-jazzy-image-transport, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rosbag2-cpp, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/frequency_cam/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-frequency-cam/ros-jazzy-frequency-cam_3.1.1-1noble.20260519.223511_arm64.deb Size: 163312 SHA256: 6a8eb41434365f5b458ba25e970892592f2fc70ca7ef88c0baeacdf537875340 SHA1: 497f1f6b647a3972e0e9f012220dba2fe9c128ce MD5sum: 25fb7650590465b2e8308f04a42b8824 Description: frequency cam ROS/ROS2 package for event based cameras Package: ros-jazzy-frequency-cam-dbgsym Package-Type: ddeb Source: ros-jazzy-frequency-cam Version: 3.1.1-1noble.20260519.223511 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 3556 Depends: ros-jazzy-frequency-cam (= 3.1.1-1noble.20260519.223511) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-frequency-cam/ros-jazzy-frequency-cam-dbgsym_3.1.1-1noble.20260519.223511_arm64.deb Size: 3105408 SHA256: c942a0613464a76f1fc2fda58778b0cab8459f58b7d2bf5ceba388791441d6df SHA1: d35b806e3da26d1a418a67357e4d111e70b3087c MD5sum: 9159ceff62fe8bf864fe64c71e334fc6 Description: debug symbols for ros-jazzy-frequency-cam Build-Ids: a65a16703b95afbf3aa876c0561754f65d64fa4b c05c4099bfba24293ee521fe1e20c26db8850c7d f02a489bae8bbd55a06367703857fe91209111da Package: ros-jazzy-fuse Version: 1.1.5-1noble.20260520.024041 Architecture: arm64 Maintainer: "Stephen Williams" Installed-Size: 41 Depends: ros-jazzy-fuse-constraints, ros-jazzy-fuse-core, ros-jazzy-fuse-doc, ros-jazzy-fuse-graphs, ros-jazzy-fuse-models, ros-jazzy-fuse-msgs, ros-jazzy-fuse-optimizers, ros-jazzy-fuse-publishers, ros-jazzy-fuse-variables, ros-jazzy-fuse-viz, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/fuse/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse/ros-jazzy-fuse_1.1.5-1noble.20260520.024041_arm64.deb Size: 5880 SHA256: 11e8ec28c0821e47f4d332510dafae896f6d81b52f68a9b04fcf96eb748d3785 SHA1: 7e50ff2df84b8eab7ca076a8421c79a804b9e464 MD5sum: a9b1b1b0b54773c40042fa77d824bb34 Description: The fuse metapackage. Package: ros-jazzy-fuse-constraints Version: 1.1.5-1noble.20260519.211959 Architecture: arm64 Maintainer: "Stephen Williams" Installed-Size: 2851 Depends: libboost-serialization1.83.0 (>= 1.83.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-jazzy-fuse-core, ros-jazzy-fuse-graphs, ros-jazzy-fuse-variables, ros-jazzy-geometry-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/fuse_constraints/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-constraints/ros-jazzy-fuse-constraints_1.1.5-1noble.20260519.211959_arm64.deb Size: 458434 SHA256: 3aec4deea019d2e96b8b9b8ae1eeaf3b50f67619cf5147b88fdd2bc6ef79e2be SHA1: 1d80e3364e95ec23a12d0cec72629bd83870207d MD5sum: 15d18858f37640f3639a356dc423578c 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-jazzy-fuse-constraints-dbgsym Package-Type: ddeb Source: ros-jazzy-fuse-constraints Version: 1.1.5-1noble.20260519.211959 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Stephen Williams" Installed-Size: 24242 Depends: ros-jazzy-fuse-constraints (= 1.1.5-1noble.20260519.211959) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-constraints/ros-jazzy-fuse-constraints-dbgsym_1.1.5-1noble.20260519.211959_arm64.deb Size: 20174896 SHA256: 4adba0eef3badb9ff5a2308aa8538333b4aed22fbccdc600c9b7f1340ccd0d05 SHA1: 84fe03bf98d0a96c27e8faedcc528438a06a93da MD5sum: 9f2fbdba7c04d39855b6587476c6466a Description: debug symbols for ros-jazzy-fuse-constraints Build-Ids: 345f2f85bd2cec666f67fdeea9091996ee2736f3 Package: ros-jazzy-fuse-core Version: 1.1.5-1noble.20260519.210146 Architecture: arm64 Maintainer: "Stephen Williams" Installed-Size: 2446 Depends: libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.34), libceres4t64 (>= 2.2.0+dfsg), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libboost-all-dev, libceres-dev, libeigen3-dev, libgoogle-glog-dev, ros-jazzy-fuse-msgs, ros-jazzy-pluginlib, ros-jazzy-rcl-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/fuse_core/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-core/ros-jazzy-fuse-core_1.1.5-1noble.20260519.210146_arm64.deb Size: 433236 SHA256: 0778403ec30b4eca39a679a7bb43f14e775d8d537151fa30fcf7dd0eae851ae5 SHA1: 651b320a8430ef1ba92db29bcce8504f1ad36995 MD5sum: 81a6be91703f774040eabc76fe481a8a 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-jazzy-fuse-core-dbgsym Package-Type: ddeb Source: ros-jazzy-fuse-core Version: 1.1.5-1noble.20260519.210146 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Stephen Williams" Installed-Size: 11481 Depends: ros-jazzy-fuse-core (= 1.1.5-1noble.20260519.210146) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-core/ros-jazzy-fuse-core-dbgsym_1.1.5-1noble.20260519.210146_arm64.deb Size: 10016638 SHA256: 283515f50e638a37e0be195bdac5d1e5d30b10da94029f75e715829898e53548 SHA1: 986d8f4b4c942db3c95447544833112802481773 MD5sum: ea4c9c23c0e3c547d76dca358a0e094c Description: debug symbols for ros-jazzy-fuse-core Build-Ids: 67d1a99e1c3e42422e8cd1fbf08433b0200540c7 8df919e4fb17f13a15ee60146098d85a9c399dc7 accb559da55b55cc19aa1384bb93d7ee4b594b7b Package: ros-jazzy-fuse-doc Version: 1.1.5-1noble.20260514.121851 Architecture: arm64 Maintainer: "Stephen Williams" Installed-Size: 40 Depends: ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/fuse_doc/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-doc/ros-jazzy-fuse-doc_1.1.5-1noble.20260514.121851_arm64.deb Size: 5714 SHA256: 350d8da9a568577ccb8ab7c383c214bbd077404919d57c36b2ec13c700e3d657 SHA1: 4d5e786125a5ffb511e9ae4fbc09bda1d963530a MD5sum: 65ad4c05460e63069f19a839b9a0b8d2 Description: The fuse_doc package provides documentation and examples for the fuse package. Package: ros-jazzy-fuse-graphs Version: 1.1.5-1noble.20260519.211049 Architecture: arm64 Maintainer: "Stephen Williams" Installed-Size: 545 Depends: libboost-serialization1.83.0 (>= 1.83.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-jazzy-fuse-core, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/fuse_graphs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-graphs/ros-jazzy-fuse-graphs_1.1.5-1noble.20260519.211049_arm64.deb Size: 102312 SHA256: 997b8a330d9b74a3bcf67f624f8c8e99076da5ebed38999aab3b925d60ea3ad9 SHA1: 76f9d6c4c327555c6bc9757a86546f153f19cc18 MD5sum: a57fb8c6c2cecdfce780a5a86d5378a2 Description: The fuse_graphs package provides some concrete implementations of the fuse_core::Graph interface. Package: ros-jazzy-fuse-graphs-dbgsym Package-Type: ddeb Source: ros-jazzy-fuse-graphs Version: 1.1.5-1noble.20260519.211049 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Stephen Williams" Installed-Size: 1979 Depends: ros-jazzy-fuse-graphs (= 1.1.5-1noble.20260519.211049) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-graphs/ros-jazzy-fuse-graphs-dbgsym_1.1.5-1noble.20260519.211049_arm64.deb Size: 1478966 SHA256: 4c9c01c94d55678b6b98ff8808b2b84a2fb4b2c90c830b17cf6d23b943b0c6ca SHA1: 096857d6866998a6d018e6fb2afe4f7288d9a581 MD5sum: 2cdeff90c8564481b79f58f3ddb04b96 Description: debug symbols for ros-jazzy-fuse-graphs Build-Ids: 5b5c763aee8339870a3968a2be84411753e32df8 Package: ros-jazzy-fuse-loss Version: 1.1.5-1noble.20260519.211053 Architecture: arm64 Maintainer: "Stephen Williams" Installed-Size: 1165 Depends: libboost-serialization1.83.0 (>= 1.83.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-10 (>= 10.0.0), libceres-dev, ros-jazzy-fuse-core, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/fuse_loss/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-loss/ros-jazzy-fuse-loss_1.1.5-1noble.20260519.211053_arm64.deb Size: 214062 SHA256: 675cc29cdd87060dfd1947b60e9f1cae78c5260069dcc0570fb2f7586d3f259a SHA1: fb125fc9656d8682624469dddb4078d599ed27e2 MD5sum: 48e7bb78071eaa59215a741b9e9fdfec Description: The fuse_loss package provides a set of commonly used loss functions, such as the basic ones provided by Ceres. Package: ros-jazzy-fuse-loss-dbgsym Package-Type: ddeb Source: ros-jazzy-fuse-loss Version: 1.1.5-1noble.20260519.211053 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Stephen Williams" Installed-Size: 5292 Depends: ros-jazzy-fuse-loss (= 1.1.5-1noble.20260519.211053) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-loss/ros-jazzy-fuse-loss-dbgsym_1.1.5-1noble.20260519.211053_arm64.deb Size: 4079088 SHA256: c00161aa867e7d7308e945ac76a24151e8141d206fd0c6ddad45cacfb8118a75 SHA1: 7aa1a0b0029b12795b97028af7e97035f17fbcb7 MD5sum: 527cf0f4c29622425897822932acbecd Description: debug symbols for ros-jazzy-fuse-loss Build-Ids: 72e36c907e1100ccdafe8a9859b7c827ca3704ce Package: ros-jazzy-fuse-models Version: 1.1.5-1noble.20260520.015835 Architecture: arm64 Maintainer: "Tom Moore" Installed-Size: 4418 Depends: libboost-serialization1.83.0 (>= 1.83.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.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libboost-all-dev, libceres-dev, libeigen3-dev, ros-jazzy-fuse-constraints, ros-jazzy-fuse-core, ros-jazzy-fuse-graphs, ros-jazzy-fuse-msgs, ros-jazzy-fuse-publishers, ros-jazzy-fuse-variables, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2, ros-jazzy-tf2-2d, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/fuse_models/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-models/ros-jazzy-fuse-models_1.1.5-1noble.20260520.015835_arm64.deb Size: 743436 SHA256: cdc73ea7b8d8c662e7773f76edcd758933b97f253c78c009a1d710f6afbee146 SHA1: 7421570e0c83677a2838c598f116db4fb2d539de MD5sum: 464e3f2cdeb18d0f1935283f7d65bfa2 Description: fuse plugins that implement various kinematic and sensor models Package: ros-jazzy-fuse-models-dbgsym Package-Type: ddeb Source: ros-jazzy-fuse-models Version: 1.1.5-1noble.20260520.015835 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Tom Moore" Installed-Size: 48288 Depends: ros-jazzy-fuse-models (= 1.1.5-1noble.20260520.015835) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-models/ros-jazzy-fuse-models-dbgsym_1.1.5-1noble.20260520.015835_arm64.deb Size: 40975396 SHA256: 0e8326d1202f50412bfe246f019facc14871081689dd8a694d8e8e3663f65846 SHA1: fff341b7347d0d23cea87c898b9afb48d5472ab3 MD5sum: 6df14c9f8889b39ad66eafd41f7b2d4e Description: debug symbols for ros-jazzy-fuse-models Build-Ids: 8a1240313c5abaf9abf07335b5ded249c7783a1d Package: ros-jazzy-fuse-msgs Version: 1.1.5-1noble.20260519.192656 Architecture: arm64 Maintainer: "Stephen Williams" Installed-Size: 2130 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/fuse_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-msgs/ros-jazzy-fuse-msgs_1.1.5-1noble.20260519.192656_arm64.deb Size: 144898 SHA256: 244906fc90a1a179c70271297afc531c26608404c8e9a86bf3d0ec2d30f8fbd1 SHA1: e94a0ee7bc473273e96b11b1b2342fa7b5807041 MD5sum: a676ed0d5da47758d4652fc80c67e1df Description: The fuse_msgs package contains messages capable of holding serialized fuse objects. Package: ros-jazzy-fuse-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-fuse-msgs Version: 1.1.5-1noble.20260519.192656 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Stephen Williams" Installed-Size: 1496 Depends: ros-jazzy-fuse-msgs (= 1.1.5-1noble.20260519.192656) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-msgs/ros-jazzy-fuse-msgs-dbgsym_1.1.5-1noble.20260519.192656_arm64.deb Size: 1140268 SHA256: b5e35224d63b670988731a1b16f3f8b6bb137bc094c80ace0dc90e9ec91626a8 SHA1: 5080415658b92f446b3f08560424815b5a453455 MD5sum: d9e3966e6b547f16f246fd3ce50547f5 Description: debug symbols for ros-jazzy-fuse-msgs Build-Ids: 00a472aed1673e45dec84dbbe6f42eaf2f374335 18956caf6cc9028799ec2044cfcc78c9022801fe 24357add58f18059ac8d484a1dcb61f0582036ba 87db1221b4eaade195347dc0fb7b0afe6a4df263 89502f79e9f908ce92f99a0f1301bac7544b4f7f ac7f44faef068172a0e78c33b18b4243986d08a6 c64bdfc89ac8552e01e2aa707e808a1c002fe0f1 c71df95ca67e481d1b4abc0cb19c795690dcbe87 d88c79b62f8386137a5f54c54a194c7de418296a d896e6808383dce61f67560c6129060ae8d09b4e ee10c9a283fc5dee28609954fe252b95a0dc3029 Package: ros-jazzy-fuse-optimizers Version: 1.1.5-1noble.20260519.224413 Architecture: arm64 Maintainer: "Stephen Williams" Installed-Size: 2326 Depends: libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.34), libceres4t64 (>= 2.2.0+dfsg), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libboost-all-dev, libceres-dev, libeigen3-dev, ros-jazzy-diagnostic-updater, ros-jazzy-fuse-constraints, ros-jazzy-fuse-core, ros-jazzy-fuse-graphs, ros-jazzy-fuse-msgs, ros-jazzy-fuse-variables, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/fuse_optimizers/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-optimizers/ros-jazzy-fuse-optimizers_1.1.5-1noble.20260519.224413_arm64.deb Size: 400122 SHA256: b30d2a99153863a1408542e7f1c82676faa1dcfb393866fb842c9c458b92a1e3 SHA1: 2422a9d38205c5c981e05d3bae505b7966dae00c MD5sum: cc22027f7e367b7d1c9d6aa7483ce66d 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-jazzy-fuse-optimizers-dbgsym Package-Type: ddeb Source: ros-jazzy-fuse-optimizers Version: 1.1.5-1noble.20260519.224413 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Stephen Williams" Installed-Size: 10796 Depends: ros-jazzy-fuse-optimizers (= 1.1.5-1noble.20260519.224413) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-optimizers/ros-jazzy-fuse-optimizers-dbgsym_1.1.5-1noble.20260519.224413_arm64.deb Size: 8351248 SHA256: 2d618bb15730098252e83fc925fdbf8fde648d17db032bce33f6a5f9fe240f60 SHA1: b119d95d17442e9e49fc51872f8e1dbe3b8e3e4d MD5sum: 8dd6e21bacbae20918c00aedff93b14d Description: debug symbols for ros-jazzy-fuse-optimizers Build-Ids: 5febc74b73b4e373cd5bce555b087320249c1b91 89b2a66c8f1379bcc7097ff274191ef6bff75dbb b4d1bc5fac958ae6c2b6fceeb0001b9dd5d85f0e Package: ros-jazzy-fuse-publishers Version: 1.1.5-1noble.20260520.001124 Architecture: arm64 Maintainer: "Stephen Williams" Installed-Size: 1201 Depends: libboost-serialization1.83.0 (>= 1.83.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.1), libstdc++6 (>= 13.1), ros-jazzy-fuse-core, ros-jazzy-fuse-msgs, ros-jazzy-fuse-variables, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/fuse_publishers/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-publishers/ros-jazzy-fuse-publishers_1.1.5-1noble.20260520.001124_arm64.deb Size: 233528 SHA256: 3c834611865d31c649b025565dc711552e89e833150f8d90553eb49c547f085b SHA1: 0c520c079d57e705a55cdf30444e885274b8db9e MD5sum: 26201f9b10cefaa770ea517dfc41b29d Description: The fuse_publishers package provides a set of common publisher plugins. Package: ros-jazzy-fuse-publishers-dbgsym Package-Type: ddeb Source: ros-jazzy-fuse-publishers Version: 1.1.5-1noble.20260520.001124 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Stephen Williams" Installed-Size: 6437 Depends: ros-jazzy-fuse-publishers (= 1.1.5-1noble.20260520.001124) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-publishers/ros-jazzy-fuse-publishers-dbgsym_1.1.5-1noble.20260520.001124_arm64.deb Size: 5395088 SHA256: a44bc87dd039378ec88463d49a00f797133b226c9b6561a0b2c0a9a5acbbda16 SHA1: b57685a5c902dad5af992faaa3e31069c5b979d0 MD5sum: 9d82bf39ec95ba099604b92242ef82e4 Description: debug symbols for ros-jazzy-fuse-publishers Build-Ids: dad952542d30777b9e8d5c4f95deae831b2b1409 Package: ros-jazzy-fuse-tutorials Version: 1.1.5-1noble.20260520.143822 Architecture: arm64 Maintainer: "Stephen Williams" Installed-Size: 7356 Depends: libboost-serialization1.83.0 (>= 1.83.0), 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), libstdc++6 (>= 13.1), ros-jazzy-fuse-constraints, ros-jazzy-fuse-core, ros-jazzy-fuse-models, ros-jazzy-fuse-optimizers, ros-jazzy-fuse-publishers, ros-jazzy-fuse-variables, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rviz2, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/fuse_tutorials/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-tutorials/ros-jazzy-fuse-tutorials_1.1.5-1noble.20260520.143822_arm64.deb Size: 1502608 SHA256: 9074b75bfbecf917e2e86c257cc5269768509a0415ddb8318bbcc6dea70c959a SHA1: 18c0b62d1276746843182e840e0beca07e9eeb34 MD5sum: d94cbec1248557581d164a110dc0a3ad Description: Package containing source code for the fuse tutorials. Package: ros-jazzy-fuse-tutorials-dbgsym Package-Type: ddeb Source: ros-jazzy-fuse-tutorials Version: 1.1.5-1noble.20260520.143822 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Stephen Williams" Installed-Size: 8730 Depends: ros-jazzy-fuse-tutorials (= 1.1.5-1noble.20260520.143822) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-tutorials/ros-jazzy-fuse-tutorials-dbgsym_1.1.5-1noble.20260520.143822_arm64.deb Size: 7193610 SHA256: 3fafa15253818c3e3404cc98c0513b4a280786a087f196ac9539bf91d8340bad SHA1: 1ee5baf66e6f1c2f7d10d76d793d8da67773817a MD5sum: abb1d3b5c85cb5d08dac3946319e7e78 Description: debug symbols for ros-jazzy-fuse-tutorials Build-Ids: 3975ae7d17b6fe087cadcde39eed8f07b965a5c0 8e7521d7c469dacef9e60aed71a883102b3da473 Package: ros-jazzy-fuse-variables Version: 1.1.5-1noble.20260519.211057 Architecture: arm64 Maintainer: "Stephen Williams" Installed-Size: 1693 Depends: libboost-serialization1.83.0 (>= 1.83.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-jazzy-fuse-core, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/fuse_variables/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-variables/ros-jazzy-fuse-variables_1.1.5-1noble.20260519.211057_arm64.deb Size: 236474 SHA256: 185a99cbcfd79039d16d79b8161680b6511d3a36acb688e2a4886a071f32413a SHA1: 2736f91608b35229df403b3b13cd7280b436f018 MD5sum: cc279ce649fea807e786699ee6285301 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-jazzy-fuse-variables-dbgsym Package-Type: ddeb Source: ros-jazzy-fuse-variables Version: 1.1.5-1noble.20260519.211057 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Stephen Williams" Installed-Size: 8869 Depends: ros-jazzy-fuse-variables (= 1.1.5-1noble.20260519.211057) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-variables/ros-jazzy-fuse-variables-dbgsym_1.1.5-1noble.20260519.211057_arm64.deb Size: 6370816 SHA256: 1e371b2e7cc71508064bfb839352de710f91164622a015131cde5aa51e943f76 SHA1: e87a81efa8db1e24540cb80e68a251bb38dac654 MD5sum: edc1d959d8b347640b9d39444b7b8daa Description: debug symbols for ros-jazzy-fuse-variables Build-Ids: e936ecf115340680764f75e58f8b8cbf2bc18508 Package: ros-jazzy-fuse-viz Version: 1.1.5-1noble.20260520.001154 Architecture: arm64 Maintainer: "Enrique Fernandez" Installed-Size: 1471 Depends: libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.34), libceres4t64 (>= 2.2.0+dfsg), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.5.0), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-rviz-ogre-vendor, libeigen3-dev, ros-jazzy-fuse-constraints, ros-jazzy-fuse-core, ros-jazzy-fuse-msgs, ros-jazzy-fuse-variables, ros-jazzy-geometry-msgs, ros-jazzy-rviz-common, ros-jazzy-rviz-rendering, ros-jazzy-tf2-geometry-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/fuse_viz/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-viz/ros-jazzy-fuse-viz_1.1.5-1noble.20260520.001154_arm64.deb Size: 312618 SHA256: 6117a90ece3c37b247e63a15365b091b34d3c3a766ec7739d1c244dfad8d212f SHA1: 4554a630aec0273e6198cc3dcfaa0070e5dfe8af MD5sum: 7d125d719bea5e0f4da087f85e16508c Description: The fuse_viz package provides visualization tools for fuse. Package: ros-jazzy-fuse-viz-dbgsym Package-Type: ddeb Source: ros-jazzy-fuse-viz Version: 1.1.5-1noble.20260520.001154 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Enrique Fernandez" Installed-Size: 11818 Depends: ros-jazzy-fuse-viz (= 1.1.5-1noble.20260520.001154) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-viz/ros-jazzy-fuse-viz-dbgsym_1.1.5-1noble.20260520.001154_arm64.deb Size: 10094872 SHA256: 6f40a71aebf32671bb526db8ef7df91b44eefb7891417b4ee68450c2b0f70a97 SHA1: fd49ab38b25adc149d46e51782c75ec0868bb001 MD5sum: 0dec0aeca65f4fdc801b9bd696ab081a Description: debug symbols for ros-jazzy-fuse-viz Build-Ids: 3161cf18084b7d55cafc5142c3c4a43501b26504 Package: ros-jazzy-fusioncore-core Version: 0.2.4-1noble.20260520.052144 Architecture: arm64 Maintainer: "Manan Kharwar" Installed-Size: 488 Depends: libeigen3-dev, ros-jazzy-eigen3-cmake-module, ros-jazzy-ros-workspace Homepage: https://github.com/manankharwar/fusioncore Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fusioncore-core/ros-jazzy-fusioncore-core_0.2.4-1noble.20260520.052144_arm64.deb Size: 113126 SHA256: 240359f7dbab17f1eac884a51fc99d476f49c7e5ef80d156457d0351b2d6a607 SHA1: f29ae3499d685fd273b77a7bc19fa6011a10f35e MD5sum: 7c5000f92f6b784a4faa5fa9013f05e4 Description: Pure C++ UKF sensor fusion library underlying FusionCore. Fuses IMU, wheel encoders, GPS, and visual SLAM pose in a 22-state unscented Kalman filter. Includes ECEF GPS conversion, IMU bias estimation, adaptive noise covariance, chi-squared outlier gating, ZUPT, and GPS-denied operation. No ROS dependency, usable standalone. Package: ros-jazzy-fusioncore-datasets Version: 0.2.4-1noble.20260520.053039 Architecture: arm64 Maintainer: "Manan Kharwar" Installed-Size: 91 Depends: ros-jazzy-fusioncore-ros, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclpy, ros-jazzy-robot-localization, ros-jazzy-rosgraph-msgs, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/fusioncore_datasets/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fusioncore-datasets/ros-jazzy-fusioncore-datasets_0.2.4-1noble.20260520.053039_arm64.deb Size: 14970 SHA256: 66ddbf173a308997b75624a40081fd91a2183e2c92d496a0752818aa57c14450 SHA1: 281f10182befef4441e4464c555b304e5d28cb18 MD5sum: d5705ed00e62c17f5919ab50b9321576 Description: NCLT dataset adapter and benchmark pipeline for FusionCore vs robot_localization Package: ros-jazzy-fusioncore-gazebo Version: 0.2.4-1noble.20260520.053135 Architecture: arm64 Maintainer: "FusionCore" Installed-Size: 96 Depends: ros-jazzy-fusioncore-ros, ros-jazzy-nav-msgs, ros-jazzy-rclpy, ros-jazzy-robot-state-publisher, ros-jazzy-sensor-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/fusioncore_gazebo/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fusioncore-gazebo/ros-jazzy-fusioncore-gazebo_0.2.4-1noble.20260520.053135_arm64.deb Size: 13330 SHA256: 7ff3dbe71c141d559f6716152a4c4ff93f2d0794988c3514ca6670f0854fcec5 SHA1: 97a332a1cc5836168ad85554285bd4db063f3d48 MD5sum: ccc5afeee657cd99aa12b37a2fba25d3 Description: Gazebo simulation world for FusionCore integration testing Package: ros-jazzy-fusioncore-ros Version: 0.2.4-1noble.20260520.052519 Architecture: arm64 Maintainer: "Manan Kharwar" Installed-Size: 3136 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libproj25 (>= 6.1.0), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-jazzy-fastcdr, libproj-dev, ros-jazzy-compass-msgs, ros-jazzy-diagnostic-msgs, ros-jazzy-eigen3-cmake-module, ros-jazzy-fusioncore-core, ros-jazzy-geographic-msgs, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://github.com/manankharwar/fusioncore Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fusioncore-ros/ros-jazzy-fusioncore-ros_0.2.4-1noble.20260520.052519_arm64.deb Size: 433672 SHA256: b3e87818fb31aeb47ee64342562952910e4b785dda7460ccf78f638f8721b8b8 SHA1: 099fe8e709562726d8e79ff92c5eab7372439c5f MD5sum: a34b5e3d84bdefe208144facb152fe6d Description: ROS 2 UKF sensor fusion for IMU, wheel encoders, GPS, and visual SLAM pose. 22-state filter with ECEF-native GPS handling, automatic IMU bias estimation, adaptive noise covariance, chi-squared outlier rejection on every sensor, and map reinitialization recovery for GPS-denied operation. Drop-in robot_localization alternative. Native ROS 2 Jazzy, benchmarked on 6 NCLT public dataset sequences. Package: ros-jazzy-fusioncore-ros-dbgsym Package-Type: ddeb Source: ros-jazzy-fusioncore-ros Version: 0.2.4-1noble.20260520.052519 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Manan Kharwar" Installed-Size: 7895 Depends: ros-jazzy-fusioncore-ros (= 0.2.4-1noble.20260520.052519) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fusioncore-ros/ros-jazzy-fusioncore-ros-dbgsym_0.2.4-1noble.20260520.052519_arm64.deb Size: 6355472 SHA256: c84750583667901584fbbf7d4ae0ccc919f2c43f539087b0f56086b4553f2ef3 SHA1: 555347c8717210c8a3af69740431dd99d83135a9 MD5sum: b6ef22dd39010ec2004afe327c6592cc Description: debug symbols for ros-jazzy-fusioncore-ros Build-Ids: 1f14d0bc3835fae3bbf652a73ce0563c3787dc0a 27471ef1b0c39ecdfb0678981f3bd701c2e0940b 2e1d5c126230f0999805e46401c2a724feb0dace 3858fd1518b547cd4b4b9f9db9e3382d96a792ea 3e40087d6475b5192e2c68b73e6f910fb16c215b 5529a30043c71cc0ea2d0572a851951a4ac15941 5594557eaedee730e0770e989cccc7c86205f5d6 7a15fe9c993fdc0069496c2a431a20e5db3edea0 8f8a99d8850037c924b0e8a8b62b8b475ec02543 c104d3871e1ad743c9b14a324c9cc9d269569d36 d50d149c9c4e3c5ea6208e2f85590b7b4fc77be7 e59b2ea666fb539f2d5a17ae936e20d04946a42e Package: ros-jazzy-game-controller-spl Version: 4.1.0-1noble.20260519.234245 Architecture: arm64 Maintainer: ijnek Installed-Size: 45 Depends: python3-construct, ros-jazzy-game-controller-spl-interfaces, ros-jazzy-rclpy, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-game-controller-spl/ros-jazzy-game-controller-spl_4.1.0-1noble.20260519.234245_arm64.deb Size: 8012 SHA256: 992404561a2cf0984d916cda97fe315f05f2cae516297730d7787c86a81c7b5d SHA1: 7607bd1d0acfb826cbab7811bb0ec3ed2bfc66e9 MD5sum: 0b5112d5264e125b0b78b9b8604d28e5 Description: GameController-Robot communication in RoboCup SPL Package: ros-jazzy-game-controller-spl-interfaces Version: 4.1.0-1noble.20260519.183526 Architecture: arm64 Maintainer: ijnek Installed-Size: 2496 Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-game-controller-spl-interfaces/ros-jazzy-game-controller-spl-interfaces_4.1.0-1noble.20260519.183526_arm64.deb Size: 121396 SHA256: d056785dbaa4ccdaab6da08a61a6c0ef01bbeac3867b700c358d67c7736be062 SHA1: b7aaed4c7e7e54f680766f385f479187fe9a614e MD5sum: 300c7a1600026ac15770fc0ef24986c7 Description: RoboCup SPL GameController Data ROS msg Package: ros-jazzy-game-controller-spl-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-game-controller-spl-interfaces Version: 4.1.0-1noble.20260519.183526 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 1340 Depends: ros-jazzy-game-controller-spl-interfaces (= 4.1.0-1noble.20260519.183526) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-game-controller-spl-interfaces/ros-jazzy-game-controller-spl-interfaces-dbgsym_4.1.0-1noble.20260519.183526_arm64.deb Size: 988588 SHA256: a523b1195413b9da7064012f80be17a1c660a88d6fda702c1c4af0dbc3c48e1c SHA1: 0b3702147138d628383e93f1140132243aec8a40 MD5sum: 30b6b1f0f0b54f073802dc16a8cdfd60 Description: debug symbols for ros-jazzy-game-controller-spl-interfaces Build-Ids: 0307cc7e16be0f05e3ca6d4867272506a605cf19 0374fbb40b6ff2cbe20dc2325a58f7e0eafc3b4d 0f3d91a0fa683b48c13af239cc804b57d99299a3 36f4d1608e8660b6446d3ce7ad8df58a52dbf343 45667f10e0ab1ac8abcc6874fbb10bf54e545cde 6834751918ea28dfb3b40c72ce03c720c3e0b84e 89bc5a2e8fe76659651067b20fc6358c59640280 95f1a69191ac291b6e17596f6633fdf5f7dc2c34 9f2f8505a7b63f5578c463c74252ca2fe70ef514 a27873f801833bea73e952c4f2907fbb05f37c83 eb420ca3f4b411f45c429b2f3c98e6a00ad38558 Package: ros-jazzy-gazebo-msgs Version: 3.8.0-1noble.20260519.191806 Architecture: arm64 Maintainer: Jose Luis Rivero Installed-Size: 16149 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-trajectory-msgs, ros-jazzy-ros-workspace Homepage: http://gazebosim.org/tutorials?cat=connect_ros Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gazebo-msgs/ros-jazzy-gazebo-msgs_3.8.0-1noble.20260519.191806_arm64.deb Size: 900938 SHA256: b630c0b56954d81c0600f806429d4455eca0a12a1342c92c6e0b4bfc9c808fa0 SHA1: a993a9be1cc8465402a4ee573ccf13078eee25ec MD5sum: fad9293548591f291910dcc250a53064 Description: Message and service data structures for interacting with Gazebo from ROS2. Package: ros-jazzy-gazebo-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-gazebo-msgs Version: 3.8.0-1noble.20260519.191806 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose Luis Rivero Installed-Size: 12201 Depends: ros-jazzy-gazebo-msgs (= 3.8.0-1noble.20260519.191806) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gazebo-msgs/ros-jazzy-gazebo-msgs-dbgsym_3.8.0-1noble.20260519.191806_arm64.deb Size: 9403358 SHA256: cf962aa1bcdcf12808bb613a6e8b6c212d53169b93fab1631489db274cd353b3 SHA1: 8f67eb2d74515b1df53ca7269d99ea583ebcbb17 MD5sum: 267b8d14f0caef9f8ef6145e2ef099cf Description: debug symbols for ros-jazzy-gazebo-msgs Build-Ids: 3588a67c34508b1c70b2f0e6feb1165cba498e2f 3c2a19af60bab77e67f7c2268e8f351d5f0ececa 4de70618e709fb9b252ab9cbb583c23df1016862 4ffba461548a8b6da1530d1894391455942b27d9 53dd020eecb9538bf17a00f0ebe83c23d42d6347 8785853f0052263223ce0202f79a9b48db55743f 94f8dc6fabadf7b35fe293dc467c1a556928c3b8 97c90819845f307c9f619fc68377495833a6e664 a251cce97922e8bc4d4650448de29e276583913f c2b55f33a20f4867e22641787f1698f0ba8ed905 e4730d86689fc0743e71fca09bb751641c1c6874 Package: ros-jazzy-gc-spl Version: 4.1.0-1noble.20260519.234300 Architecture: arm64 Maintainer: ijnek Installed-Size: 45 Depends: python3-construct, ros-jazzy-gc-spl-interfaces, ros-jazzy-rclpy, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gc-spl/ros-jazzy-gc-spl_4.1.0-1noble.20260519.234300_arm64.deb Size: 7824 SHA256: 1993b8b7c8ac5e03a87e7b4b257e454514e6fb03002f144324dec3cf5cdb7106 SHA1: fa69451d901c42b4ba0e896209f710825d55f8f9 MD5sum: bd7b70906a6647410c623b8e61c476a2 Description: GameController-Robot communication in RoboCup SPL Package: ros-jazzy-gc-spl-2022 Version: 4.1.0-1noble.20260520.020807 Architecture: arm64 Maintainer: ijnek Installed-Size: 42 Depends: ros-jazzy-rcgcd-spl-14, ros-jazzy-rcgcd-spl-14-conversion, ros-jazzy-rcgcrd-spl-4, ros-jazzy-rcgcrd-spl-4-conversion, ros-jazzy-rclpy, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gc-spl-2022/ros-jazzy-gc-spl-2022_4.1.0-1noble.20260520.020807_arm64.deb Size: 6874 SHA256: fae0ad96f3ac2c06191bb4405be2f04ff3224581fb7c8d8264a1ec6890024fb5 SHA1: 1a949dee16f75c950ed50aa892b0531379ced3af MD5sum: 6dd8d837e41478f0bcb1e7122351e1d0 Description: GameController-Robot communication in RoboCup SPL at RoboCup2022 Package: ros-jazzy-gc-spl-interfaces Version: 4.1.0-1noble.20260519.183612 Architecture: arm64 Maintainer: ijnek Installed-Size: 1862 Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gc-spl-interfaces/ros-jazzy-gc-spl-interfaces_4.1.0-1noble.20260519.183612_arm64.deb Size: 103740 SHA256: b7d3c771c943ea001d64e55e1b43681bf7b485d1181f9c1e9f9089ad079c3b59 SHA1: 86010dba612f5bf7d722ba1d90fcaefda5590745 MD5sum: 75345b50877cf3977e79a21c968d787f Description: RoboCup SPL GameController Data ROS msg Package: ros-jazzy-gc-spl-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-gc-spl-interfaces Version: 4.1.0-1noble.20260519.183612 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 987 Depends: ros-jazzy-gc-spl-interfaces (= 4.1.0-1noble.20260519.183612) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gc-spl-interfaces/ros-jazzy-gc-spl-interfaces-dbgsym_4.1.0-1noble.20260519.183612_arm64.deb Size: 732924 SHA256: 2698fd8efdcb955f2afa7ea6fb6fcf1899dcce1b129f3c2f6e6939edc4c7e7ca SHA1: 38b1614b6f5a635c66e4e602aefb3f4d6b3a5a70 MD5sum: c34eea000df31f06bdd0fe4a86544054 Description: debug symbols for ros-jazzy-gc-spl-interfaces Build-Ids: 06f673592f523e8c436363ff7c6a1fce4a9f7342 24e912abce897d880f0fce5faab1260a7a1e4c1b 2e4cc636c1f622c368a690a2d024b8346857a517 334dba5a4356db674084f682b48e37ad2b6a1791 69e2766059dd8d6e9e37a87e0d460e4a7d004571 8d130eb3c9b17b5b47bcfd19577998161c5471b9 ca53fd398420615c9a86cd85a4eee3cfc8808e07 daa004202dc6c7a37fb0440d21af055f35c5fd2d e941b3b62f44f8bb882ea89565375099b0743f28 ebc8c8b0d085b2329f6cc3e7db0fd8c6faaf3a27 f9a47e6ef19003efe9e684e933696a9dfbe3ac44 Package: ros-jazzy-generate-parameter-library Version: 0.7.3-1noble.20260520.032218 Architecture: arm64 Maintainer: "bmagyar" Installed-Size: 54 Depends: libexpected-dev, libfmt-dev, ros-jazzy-generate-parameter-library-py, ros-jazzy-parameter-traits, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-rclpy, ros-jazzy-rsl, ros-jazzy-tcb-span, ros-jazzy-tl-expected, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/generate_parameter_library/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-generate-parameter-library/ros-jazzy-generate-parameter-library_0.7.3-1noble.20260520.032218_arm64.deb Size: 9488 SHA256: 6bec5f4bc6519f23c63e09674bb0cda9272d31398f028eb6015f6b526e985a09 SHA1: 55043af3841eb03b752a17373963b038b7a52580 MD5sum: aad2a7955287ea3126a303bf0568204a Description: CMake to generate ROS parameter library. Package: ros-jazzy-generate-parameter-library-py Version: 0.7.3-1noble.20260514.121849 Architecture: arm64 Maintainer: "bmagyar" Installed-Size: 307 Depends: python3-dev, python3-jinja2, python3-typeguard, python3-yaml, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/generate_parameter_library_py/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-generate-parameter-library-py/ros-jazzy-generate-parameter-library-py_0.7.3-1noble.20260514.121849_arm64.deb Size: 57836 SHA256: 6ae641f45f3031a13d08d91b2109669152136a0b1f697454315a540502ca9e67 SHA1: 5718b44813552f2d4c7b04d1ca4860f2cfc77b8f MD5sum: 238a8c2bc00143a23368c3ba2f5dd39a Description: Python to generate ROS parameter library. Package: ros-jazzy-geodesy Version: 1.0.6-2noble.20260519.191013 Architecture: arm64 Maintainer: Jack O'Quin Installed-Size: 120 Depends: python3-pyproj, ros-jazzy-angles, ros-jazzy-geographic-msgs, ros-jazzy-geometry-msgs, ros-jazzy-sensor-msgs, ros-jazzy-unique-identifier-msgs, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/geodesy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-geodesy/ros-jazzy-geodesy_1.0.6-2noble.20260519.191013_arm64.deb Size: 20376 SHA256: 91ccbc5bc69fa7530f858c40ab1000b6cc16790f9885946710151f6b0dc5d403 SHA1: 208beeb4ab2168aceb1ea00d208f58a23c46afe6 MD5sum: 0bc9261531ffa96cb9b4f42618c2d8c8 Description: Python and C++ interfaces for manipulating geodetic coordinates. Package: ros-jazzy-geographic-info Version: 1.0.6-2noble.20260519.201508 Architecture: arm64 Maintainer: Jack O'Quin Installed-Size: 41 Depends: ros-jazzy-geodesy, ros-jazzy-geographic-msgs, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/geographic_info Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-geographic-info/ros-jazzy-geographic-info_1.0.6-2noble.20260519.201508_arm64.deb Size: 5332 SHA256: bec616c537409b30253bd1b722d0bd535d633021c5fbb1b10a775a28354910a7 SHA1: 5b17ec06d7c45eadca8a17e4362ab979b7a90cdd MD5sum: 255b2cccc3d0750b9d0a2ed8a08b535b Description: Geographic information metapackage. Not needed for wet packages, use only to resolve dry stack dependencies. Package: ros-jazzy-geographic-msgs Version: 1.0.6-2noble.20260519.184051 Architecture: arm64 Maintainer: Jack O'Quin Installed-Size: 4881 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-unique-identifier-msgs, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/geographic_msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-geographic-msgs/ros-jazzy-geographic-msgs_1.0.6-2noble.20260519.184051_arm64.deb Size: 318022 SHA256: 48bc81bdbbadac3a6687180f512026e24c654d9f7cda325e81744e8cd392510b SHA1: b0f23daa77078f8e1497fe30412c0e522bfe44f8 MD5sum: 1b7c4ac9474ce823d5df2df399752b10 Description: ROS messages for Geographic Information Systems. Package: ros-jazzy-geographic-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-geographic-msgs Version: 1.0.6-2noble.20260519.184051 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jack O'Quin Installed-Size: 4056 Depends: ros-jazzy-geographic-msgs (= 1.0.6-2noble.20260519.184051) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-geographic-msgs/ros-jazzy-geographic-msgs-dbgsym_1.0.6-2noble.20260519.184051_arm64.deb Size: 3205222 SHA256: b3567ed7b056af096bebf0e4f0a21627a017ac242a947bb1f9442b0cadfff90a SHA1: d6e792dabc9d53a8a778cbb0eb2cc4a626baed0e MD5sum: 9836b4b0bf141d72de91a869be9b5fff Description: debug symbols for ros-jazzy-geographic-msgs Build-Ids: 0127c6c2179b9520275001599f690324a2be92d6 05d3b07e549bf07fc7bb563e04aa48f6109ea6d3 57a5e2328d861684d46a4d6e8fecb9cb731427b2 9d47cc403642142406a321e84ce4785f2c3abf5e 9e40b3c62099ff791a2278cce41b7a3ae7f8019f abe9eb7d22a195b08605a6bf5c5bdf22da54b8df b28dc9b5357a092158c000307351b9ab3a824f14 c7bd073fbc4a7d5130db471be416f8b8ad2bd933 daf42082a07ac05e7e5ea0901c63c2ac5958f37e dc1ea8068fcaa4d474df9be9a4015ed85da01753 eff9587c51c7c14b5ac3821addb4480d0b72cba3 Package: ros-jazzy-geometric-shapes Version: 2.3.2-1noble.20260519.205309 Architecture: arm64 Maintainer: Tyler Weaver Installed-Size: 341 Depends: libassimp5 (>= 5.3.1+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, liboctomap-dev, libqhull-dev, ros-jazzy-console-bridge-vendor, ros-jazzy-eigen-stl-containers, ros-jazzy-eigen3-cmake-module, ros-jazzy-geometry-msgs, ros-jazzy-random-numbers, ros-jazzy-rclcpp, ros-jazzy-resource-retriever, ros-jazzy-rosidl-default-runtime, ros-jazzy-shape-msgs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/geometric_shapes Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-geometric-shapes/ros-jazzy-geometric-shapes_2.3.2-1noble.20260519.205309_arm64.deb Size: 93584 SHA256: d23a2e30bd3a72d75eddb93077da42536c1b5434753850abb88ed54212c7484d SHA1: 60507c374cf4da530575ccebf107dfb1d826bba8 MD5sum: fa341dd2ddd11d095ccf7e3560425572 Description: This package contains generic definitions of geometric shapes and bodies. Package: ros-jazzy-geometric-shapes-dbgsym Package-Type: ddeb Source: ros-jazzy-geometric-shapes Version: 2.3.2-1noble.20260519.205309 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tyler Weaver Installed-Size: 6105 Depends: ros-jazzy-geometric-shapes (= 2.3.2-1noble.20260519.205309) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-geometric-shapes/ros-jazzy-geometric-shapes-dbgsym_2.3.2-1noble.20260519.205309_arm64.deb Size: 6077348 SHA256: bce92a51d2acb764e71bf617a036cf63d26c07e70aa77f6e17363018ce87e268 SHA1: 4dc4406923c13e6ca45936b07219227dd7885b67 MD5sum: d88657eb24f2aab29b2239f227a35dc5 Description: debug symbols for ros-jazzy-geometric-shapes Build-Ids: ea791af8541dd17ec8c2b7f6039e41b157fd809a Package: ros-jazzy-geometry-msgs Version: 5.3.7-1noble.20260519.183634 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 4646 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-geometry-msgs/ros-jazzy-geometry-msgs_5.3.7-1noble.20260519.183634_arm64.deb Size: 267330 SHA256: eec34bb7b523007cb924ed0fb2887d2c1f40ef4189a6221757186541f7181ca9 SHA1: 7e90c1253064c556d223340d548f46a477a89c87 MD5sum: ae85a9ebd20ff5fe74556ca43232dd61 Description: A package containing some geometry related message definitions. Package: ros-jazzy-geometry-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-geometry-msgs Version: 5.3.7-1noble.20260519.183634 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tully Foote Installed-Size: 3633 Depends: ros-jazzy-geometry-msgs (= 5.3.7-1noble.20260519.183634) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-geometry-msgs/ros-jazzy-geometry-msgs-dbgsym_5.3.7-1noble.20260519.183634_arm64.deb Size: 2753088 SHA256: cb3c130d27d00c3f7d14d908aac97d7a025733dce65f7652119b4ae7f95f8fbb SHA1: 8d908a77d7f646f0e772c5fbd62ab91c210f5836 MD5sum: b61b145b66d8082af313e383474e798f Description: debug symbols for ros-jazzy-geometry-msgs Build-Ids: 39b9bfb452399b7ddf0dbe5557cc9967df95e7af 4ead2b355f761fd4b0d59f831bc7aab9b7ee4c2c 5eff6baddc83c6068b169f92610506ee0dbeaaef 74743b2f8a34a8d6c1f299fbcb307331b15b5ba3 789802cbbd441c9e9ec92d425e192e38f3220e72 794ba3ea9266e9bc0e63336475d70a99ad3c3bc6 7ed2e779488036172b477a21b51bd6fd2eed6806 80b98c100163303d71801f436fce330d3f3fc2bf 80d57d2b2bb5ebfe0a2a30298efa1d9bc580638e 937d08712fbbbc92f7b01c424a882a3ce2252c3c dde19fda82eeda231d97166043b236408c51b1c0 Package: ros-jazzy-geometry-tutorials Version: 0.5.0-1noble.20260305.214219 Architecture: arm64 Maintainer: Alejandro Hernández Cordero Installed-Size: 40 Depends: ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/geometry_tutorials Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-geometry-tutorials/ros-jazzy-geometry-tutorials_0.5.0-1noble.20260305.214219_arm64.deb Size: 5368 SHA256: bd7cee0997075d2da5f83e0de7ae2cd5a4e6ef7d3f7b4e625b5f12395ef7e6c3 SHA1: 839e31ac2a4b3c83ea1c629f4ee0be959936b5ea MD5sum: bfb474cdeb070131f9b3668bf51e4d7a Description: Metapackage of geometry tutorials ROS. Package: ros-jazzy-geometry2 Version: 0.36.20-1noble.20260520.015608 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 43 Depends: ros-jazzy-tf2, ros-jazzy-tf2-bullet, ros-jazzy-tf2-eigen, ros-jazzy-tf2-eigen-kdl, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-kdl, ros-jazzy-tf2-msgs, ros-jazzy-tf2-py, ros-jazzy-tf2-ros, ros-jazzy-tf2-sensor-msgs, ros-jazzy-tf2-tools, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/geometry2 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-geometry2/ros-jazzy-geometry2_0.36.20-1noble.20260520.015608_arm64.deb Size: 6336 SHA256: 134e74e37705ee64dd6755ba203d6dc8ea0518bfc1bb4e7e51a10f3284bf14e1 SHA1: 4aeb0759c58277c416267f6e0c5cb66370daa2fa MD5sum: 0960fc1dca688c4f924572e44575a63c Description: A metapackage to bring in the default packages second generation Transform Library in ros, tf2. Package: ros-jazzy-gmock-vendor Version: 1.14.9000-2noble.20260225.231553 Architecture: arm64 Maintainer: Scott K Logan Installed-Size: 614 Depends: ros-jazzy-gtest-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gmock-vendor/ros-jazzy-gmock-vendor_1.14.9000-2noble.20260225.231553_arm64.deb Size: 101664 SHA256: 89ce5edd6e51d162c976f9ef0600056c3f0eb229689f133abbea118ee4a55589 SHA1: 61758e76c9d24a28797c8c65d6745631ae686ffc MD5sum: e97523ded1814457e6348d1e95f51c69 Description: The package provides GoogleMock. Package: ros-jazzy-google-benchmark-vendor Version: 0.5.1-1noble.20260225.225637 Architecture: arm64 Maintainer: Scott K Logan Installed-Size: 676 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libbenchmark-dev, ros-jazzy-ros-workspace Homepage: https://github.com/google/benchmark Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-google-benchmark-vendor/ros-jazzy-google-benchmark-vendor_0.5.1-1noble.20260225.225637_arm64.deb Size: 198440 SHA256: 36ea78fd821421c786379d2d332d295962eb21d79875a898be20f1e7de4ef3b1 SHA1: 095127ea7f8d7a95fe3dbfecb90ceced30b948a3 MD5sum: c49e753e092bcfbcf922fb29695cf69d Description: This package provides Google Benchmark. Package: ros-jazzy-google-benchmark-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-google-benchmark-vendor Version: 0.5.1-1noble.20260225.225637 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Scott K Logan Installed-Size: 2166 Depends: ros-jazzy-google-benchmark-vendor (= 0.5.1-1noble.20260225.225637) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-google-benchmark-vendor/ros-jazzy-google-benchmark-vendor-dbgsym_0.5.1-1noble.20260225.225637_arm64.deb Size: 2022494 SHA256: 593765a99dce59babfc6c32c139e69b7c2e7d1099edf35f42e2173231f264065 SHA1: 34fa19fcb2a42cf186c7774f7d872a172a570242 MD5sum: 560d277cc6980d49d682b09df489b3fa Description: debug symbols for ros-jazzy-google-benchmark-vendor Build-Ids: 9feee73b6237b1714819d584bc43968c1fd89b56 bed727d132212223a7d354efdbf93657402adee1 Package: ros-jazzy-gpio-controllers Version: 4.40.1-1noble.20260520.050021 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 665 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-control-msgs, ros-jazzy-controller-interface, ros-jazzy-generate-parameter-library, ros-jazzy-hardware-interface, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-realtime-tools, ros-jazzy-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gpio-controllers/ros-jazzy-gpio-controllers_4.40.1-1noble.20260520.050021_arm64.deb Size: 149094 SHA256: 255488e1b369386a3a4e8963463e58332835282c540529b428e0362e0413ccb8 SHA1: de2808da58e46cbaefb800a9eb0283b36f781ba8 MD5sum: 1d5f5db848087e2e69532bb7f6fdb0ab Description: Controllers to interact with gpios. Package: ros-jazzy-gpio-controllers-dbgsym Package-Type: ddeb Source: ros-jazzy-gpio-controllers Version: 4.40.1-1noble.20260520.050021 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 2890 Depends: ros-jazzy-gpio-controllers (= 4.40.1-1noble.20260520.050021) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gpio-controllers/ros-jazzy-gpio-controllers-dbgsym_4.40.1-1noble.20260520.050021_arm64.deb Size: 2496634 SHA256: 5cf473a71bfc667c575ac88720f085527839e681780513136d09f36c1b65f86a SHA1: be801fe1fcfc4a69d340e95afe684f46841eaadf MD5sum: c6dd5a05c3c4c18666334df84d0a1aa0 Description: debug symbols for ros-jazzy-gpio-controllers Build-Ids: a50770635e699750c6578a6576c741f003743bc7 Package: ros-jazzy-gps-msgs Version: 2.1.2-1noble.20260519.183729 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 1358 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/gps_common Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gps-msgs/ros-jazzy-gps-msgs_2.1.2-1noble.20260519.183729_arm64.deb Size: 84520 SHA256: e6894189cf790ebe59cc9e7f2443c018936e26b72f85ae91f206be7908f24fd3 SHA1: 1c6d63e1c5708ecb1af6a93e33f92e51013b334e MD5sum: 68c863e493c0e12ecae5283b193a6c39 Description: GPS messages for use in GPS drivers Package: ros-jazzy-gps-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-gps-msgs Version: 2.1.2-1noble.20260519.183729 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 550 Depends: ros-jazzy-gps-msgs (= 2.1.2-1noble.20260519.183729) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gps-msgs/ros-jazzy-gps-msgs-dbgsym_2.1.2-1noble.20260519.183729_arm64.deb Size: 407240 SHA256: 531e1b1d500a88078bc3f4d559809c46f66ddefb50ff9f8929e58fde815c01f6 SHA1: bb354a57f9e151e93d58fd9c9fbca75c626de44a MD5sum: b88b3d477e968e319cf69da028d83662 Description: debug symbols for ros-jazzy-gps-msgs Build-Ids: 028a4ce5fce1ddef702279032d63ff3028d9bcbf 1107ba5b2a98f9dfb459f61a290507a7436bf896 334300bb38938597b80e7305d3f3acc6b103bb40 77b023bef809c8fc4747904aa0819234be83e3af 853ab0cacece00755a4ea4515f93d718e2f757b4 9f7c6b9ef24504ddf4787c04018f0e68d3747646 a437bfe8aad6fa38452b4d0a2f6feeaa3fa918bd e99ec3059ec6c9dfa843e850c70476f92c45288a e9b346574dde50ff8b45a68308f6e35089938e2c fe712e349dea33ad94e8a192d415f14d7cd9c268 ff58cf3ced9e0807405bc34ee7abbf3b6ebff2a8 Package: ros-jazzy-gps-sensor-broadcaster Version: 4.40.1-1noble.20260520.050015 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 279 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-controller-interface, ros-jazzy-generate-parameter-library, ros-jazzy-hardware-interface, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-realtime-tools, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/gps_sensor_broadcaster/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gps-sensor-broadcaster/ros-jazzy-gps-sensor-broadcaster_4.40.1-1noble.20260520.050015_arm64.deb Size: 77656 SHA256: 17a2b88e8b89c20207c24846dad1c4425e4cf7d8dbaa02db43cef07321f71ac2 SHA1: 1f55f4cb6c99daa89d6ed44e4160a9ee0a1615c3 MD5sum: d00adf20db2b3ecdc94c2fbfdb39b1ee Description: Controller to publish readings of GPS sensors. Package: ros-jazzy-gps-sensor-broadcaster-dbgsym Package-Type: ddeb Source: ros-jazzy-gps-sensor-broadcaster Version: 4.40.1-1noble.20260520.050015 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 1177 Depends: ros-jazzy-gps-sensor-broadcaster (= 4.40.1-1noble.20260520.050015) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gps-sensor-broadcaster/ros-jazzy-gps-sensor-broadcaster-dbgsym_4.40.1-1noble.20260520.050015_arm64.deb Size: 1069598 SHA256: 5be484676feae3e17653c74481d111393244f86447ef690dc0637ce723188044 SHA1: 0375b85f9e832d87d962666cc7ddede11978c0dc MD5sum: b947c95eb2c670e627041e59676cfd24 Description: debug symbols for ros-jazzy-gps-sensor-broadcaster Build-Ids: 26c6b69a45b512d69a7c6b7c8f738f3c6ec550af Package: ros-jazzy-gps-tools Version: 2.1.2-1noble.20260519.225500 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 1122 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-gps-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclpy, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/gps_common Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gps-tools/ros-jazzy-gps-tools_2.1.2-1noble.20260519.225500_arm64.deb Size: 167602 SHA256: a839d3e50d5c68c4034205b1017cfea52aba503f11f98d8ae58114751245da06 SHA1: f9abe66ade28ca20792217364be17c013979d6b7 MD5sum: 0dac86942965e990b1dc64f5508bc56b Description: GPS routines for use in GPS drivers Package: ros-jazzy-gps-tools-dbgsym Package-Type: ddeb Source: ros-jazzy-gps-tools Version: 2.1.2-1noble.20260519.225500 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 4662 Depends: ros-jazzy-gps-tools (= 2.1.2-1noble.20260519.225500) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gps-tools/ros-jazzy-gps-tools-dbgsym_2.1.2-1noble.20260519.225500_arm64.deb Size: 3910160 SHA256: 061cc3229c50dc689b0ba4384773243cd00f4cae553b89c604f6bcbe170183b7 SHA1: fe4039bc5297d7fe117abfacea85797a99319a42 MD5sum: 64a846d95c8654756a655e2ef0d25637 Description: debug symbols for ros-jazzy-gps-tools Build-Ids: 6a8c6d5287a936e93e06b0de116680571fb6aaa6 d06748cb1c3e7fd83879c0ad8439da7d5b075f24 Package: ros-jazzy-gps-umd Version: 2.1.2-1noble.20260519.234751 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 41 Depends: ros-jazzy-gps-msgs, ros-jazzy-gps-tools, ros-jazzy-gpsd-client, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/gps_umd Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gps-umd/ros-jazzy-gps-umd_2.1.2-1noble.20260519.234751_arm64.deb Size: 5468 SHA256: 9f7545474a72f4530d9b546f94a8e10cc0ad83b02fe84b8b36c9c9816542e75c SHA1: bdad7e8df69248156700527df771d505ef42d380 MD5sum: e2bc0a889a417c5aa56a614ad8ae0c29 Description: gps_umd metapackage Package: ros-jazzy-gpsd-client Version: 2.1.2-1noble.20260519.234414 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 257 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgps30t64 (>= 3.3), libstdc++6 (>= 13.1), libgps-dev, pkg-config, ros-jazzy-gps-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/gpsd_client Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gpsd-client/ros-jazzy-gpsd-client_2.1.2-1noble.20260519.234414_arm64.deb Size: 67792 SHA256: 47430d17b6b6bd9d582427ea15d5fc69b411c30ab3ddbfa2a8650d906fce2f43 SHA1: 7da2a97cb8fc433f43b50405b4d2f4ac4b078314 MD5sum: 43ad44314bc9e5a454af88ef63a78332 Description: connects to a GPSd server and broadcasts GPS fixes using the NavSatFix message Package: ros-jazzy-gpsd-client-dbgsym Package-Type: ddeb Source: ros-jazzy-gpsd-client Version: 2.1.2-1noble.20260519.234414 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 1188 Depends: ros-jazzy-gpsd-client (= 2.1.2-1noble.20260519.234414) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gpsd-client/ros-jazzy-gpsd-client-dbgsym_2.1.2-1noble.20260519.234414_arm64.deb Size: 1053342 SHA256: 31b33d81f653daa6f1a9397059cc6846db004b33d7fbf02a6f440377bc52d500 SHA1: e7b43544c82164755bec2b4c49d91d635fc5974a MD5sum: f4642b1543e0f0636c13ab468734ce83 Description: debug symbols for ros-jazzy-gpsd-client Build-Ids: c79da713f809740d8a4d4228abc3067c44395ed8 Package: ros-jazzy-graph-msgs Version: 0.2.0-6noble.20260519.192811 Architecture: arm64 Maintainer: Dave Coleman Installed-Size: 1122 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/davetcoleman/graph_msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-graph-msgs/ros-jazzy-graph-msgs_0.2.0-6noble.20260519.192811_arm64.deb Size: 65322 SHA256: 5bc44cc99cf1b0959e6be9fe6be794e7ff49a4788a2d653f095bcfdec71a158f SHA1: 58de3b87c574d055da3eae3ecefee5007d1985ca MD5sum: d626eb716b61522d6fb7400f170b0a51 Description: ROS messages for publishing graphs of different data types Package: ros-jazzy-graph-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-graph-msgs Version: 0.2.0-6noble.20260519.192811 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Dave Coleman Installed-Size: 520 Depends: ros-jazzy-graph-msgs (= 0.2.0-6noble.20260519.192811) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-graph-msgs/ros-jazzy-graph-msgs-dbgsym_0.2.0-6noble.20260519.192811_arm64.deb Size: 382232 SHA256: 4df8723838b79b584c161682cf851afac8d84462febbdf5e9060782fcec0d00e SHA1: be5d744b8137c567e7bda8df33279fbf25a4d074 MD5sum: d00214a3ec7e8e4804494ef269f23aae Description: debug symbols for ros-jazzy-graph-msgs Build-Ids: 204ac912e73d6bb69877ebd318ce5408df5f4dd1 2f58bcbb366c21d85bcd166b80b5179b40f97930 51ccfe9561142ca4d184a11e52e291dea51899a7 522c19cf9d95504f648502d77fd05a69b3e407d7 80f786c405e1687b08448b809508c354b4225dd5 9409bd2edb1f38bf49cf366f58ffb2fbbf5e3099 97f60bbf550ded97947f9b4215043b6c4b3ec2ab ad2360523bcb39846b7ef656ecd8cfc5128c536a c105e9bf541092452e537a7286e9955383128e45 d985ba8994b09cb3793366dac5fb906bb7c320fd f134627fc2a27b36773c3d445fe0097f80ece748 Package: ros-jazzy-grasping-msgs Version: 0.5.0-1noble.20260520.035324 Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 4327 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-geometry-msgs, ros-jazzy-moveit-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-shape-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/grasping_msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grasping-msgs/ros-jazzy-grasping-msgs_0.5.0-1noble.20260520.035324_arm64.deb Size: 279032 SHA256: 143adf4a048d8b441c105df02a38254d53685e73b6f1a85513e929225900d3ab SHA1: c442215d2e55edd745d807fa360ac590d8a3e5dc MD5sum: 7aececa759b23a2734234517dbde4376 Description: Messages for describing objects and how to grasp them. Package: ros-jazzy-grasping-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-grasping-msgs Version: 0.5.0-1noble.20260520.035324 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 3191 Depends: ros-jazzy-grasping-msgs (= 0.5.0-1noble.20260520.035324) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grasping-msgs/ros-jazzy-grasping-msgs-dbgsym_0.5.0-1noble.20260520.035324_arm64.deb Size: 2483608 SHA256: 33c2d84f2628ae602c2277091bd6efa4b0f8265cfd62c4bcf2c849da3050c515 SHA1: 9c4c229a829100741ea8678747a973b0cf43b347 MD5sum: a93aa7b7faf44610e0c332aa29c17cbf Description: debug symbols for ros-jazzy-grasping-msgs Build-Ids: 0f44f6dc5b598d66b5b63bc83935162c71196b08 3406109c77f4dd5fb153b58c8edfdcf659fca797 45aa26c33d894643a8048733ddce5e8977bb7763 506a89116c1fa8d4a7431caa2c34bd31edfec226 5d2f3b72bff6b115fa234f40516ea6b965fe65e0 6ef8468451e430f3a72e41be074a166e8a8cd06b 77208f3c04ff57b48a8ab994b1709aef2cc8b0f6 c363f7eb027bdd7a7be6405a4c5df2486cf748c3 d4043ae058164219d6ba4b21a12edf455e705ac3 e1bddcb3baa8d8366088a4a4a4f75665e4735d94 f5a0fb905dcce0b3854e989fae65d8dedb12e7f5 Package: ros-jazzy-grbl-msgs Version: 0.0.2-9noble.20260519.180824 Architecture: arm64 Maintainer: Evan Flynn Installed-Size: 3555 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-action-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grbl-msgs/ros-jazzy-grbl-msgs_0.0.2-9noble.20260519.180824_arm64.deb Size: 210618 SHA256: b3d89559f0ad8bbf8ce3d23f8aef4bdf400979c72732c70d8f90877bdfa5d9bb SHA1: 723f2433e3d89581ccc06eb0a724e21b54290936 MD5sum: f3d8e50c509b0d10d08c372b1d14aed1 Description: ROS2 Messages package for GRBL devices Package: ros-jazzy-grbl-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-grbl-msgs Version: 0.0.2-9noble.20260519.180824 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Evan Flynn Installed-Size: 1898 Depends: ros-jazzy-grbl-msgs (= 0.0.2-9noble.20260519.180824) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grbl-msgs/ros-jazzy-grbl-msgs-dbgsym_0.0.2-9noble.20260519.180824_arm64.deb Size: 1306808 SHA256: 23174a0c0e3d7e9cd72e19af915de1be6ba0baacb9cbabcdb43b3dec2d8efa36 SHA1: 431c931329ffdfd87d79192a1380a564d6d19e02 MD5sum: 3c3e8215dbe08be7b078e45067c2ad78 Description: debug symbols for ros-jazzy-grbl-msgs Build-Ids: 14951c382161c8f15820980b9d40a3763f02f18e 155fa837762e89b94b221232f6a6572772db0c96 157cc5f4a3460892696aaa4aebf85379814ebe59 16c6a473462d6f969c95e74396e636746084aa91 2b6fab1c600982ccf4a532a0c6634966ad84916d 4a4f2ed9c4fd3d68ac803c31652edec1420192a1 69f6440fddb1148f05c95eb80c22614f18e1601c 6e09cc13b6d96190529432aada1889c7dfb8ba8e bf7ad8f4e040d82e6b6b485a0d45d2659dc476a6 dd491139ba6a7e286bbf242ccf4107b441a91c2e ed0b89e4bf6255d15592b99f15d8c20c8ed5e7fa Package: ros-jazzy-grbl-ros Version: 0.0.16-7noble.20260519.232101 Architecture: arm64 Maintainer: Evan Flynn Installed-Size: 127 Depends: ros-jazzy-grbl-msgs, ros-jazzy-rclpy, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grbl-ros/ros-jazzy-grbl-ros_0.0.16-7noble.20260519.232101_arm64.deb Size: 26008 SHA256: 560ccd926c09cc95b3883489b5564b54ef150a6e2b7c3aeb995483ffc869cca2 SHA1: f096cb9e4f5f1e45ba3e03ad30d379eb393d8061 MD5sum: c7b904fe1e087113ea7e6ec1cdc40deb Description: ROS2 package to interface with a GRBL serial device Package: ros-jazzy-greenwave-monitor Version: 1.0.0-1noble.20260519.210800 Architecture: arm64 Maintainer: Sean Gillen Installed-Size: 1921 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-diagnostic-msgs, ros-jazzy-greenwave-monitor-interfaces, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-rclcpp, ros-jazzy-rclpy, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-greenwave-monitor/ros-jazzy-greenwave-monitor_1.0.0-1noble.20260519.210800_arm64.deb Size: 324218 SHA256: bb7a32bb8e6a3676957a070e40fbdb263f850e210437523a3a47a72c7579a9c9 SHA1: e994bfb450ff0b688ac27b5488ade14bf25cad58 MD5sum: bf1ea5d8e8d1657cb900feb6b2cb5b77 Description: A ROS 2 diagnostic tool for monitoring topic frame rates and latency metrics. Package: ros-jazzy-greenwave-monitor-dbgsym Package-Type: ddeb Source: ros-jazzy-greenwave-monitor Version: 1.0.0-1noble.20260519.210800 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Sean Gillen Installed-Size: 9027 Depends: ros-jazzy-greenwave-monitor (= 1.0.0-1noble.20260519.210800) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-greenwave-monitor/ros-jazzy-greenwave-monitor-dbgsym_1.0.0-1noble.20260519.210800_arm64.deb Size: 7624896 SHA256: 228788c9cae207156a32ed7b0ba209c19fcb31d0458c2be95f4966487f4ef90c SHA1: e9effaf1a2bc6dd90ac279ae3d3c3ab18d5622d8 MD5sum: 904080ffaa59ed05d78c958c83082f0d Description: debug symbols for ros-jazzy-greenwave-monitor Build-Ids: 029f56ed2c0503cd571bc1a9866294342257c2df 1331a988af7709022e956fedc4d491982914df1c dc004d29977951a17c379430dbc6aa7a42f95008 Package: ros-jazzy-greenwave-monitor-interfaces Version: 1.0.0-1noble.20260519.183730 Architecture: arm64 Maintainer: Sean Gillen Installed-Size: 1570 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-greenwave-monitor-interfaces/ros-jazzy-greenwave-monitor-interfaces_1.0.0-1noble.20260519.183730_arm64.deb Size: 100396 SHA256: 04a62f0a07ea48752edf454b40c7f75848b04ecaa0d66961a1b94d426623bd62 SHA1: 970a7c3a35e35425686acfc139a338281b6548c8 MD5sum: 5d758ec838cd2a87a972beb98c205c6b Description: Interfaces for the greenwave_monitor package Package: ros-jazzy-greenwave-monitor-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-greenwave-monitor-interfaces Version: 1.0.0-1noble.20260519.183730 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Sean Gillen Installed-Size: 872 Depends: ros-jazzy-greenwave-monitor-interfaces (= 1.0.0-1noble.20260519.183730) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-greenwave-monitor-interfaces/ros-jazzy-greenwave-monitor-interfaces-dbgsym_1.0.0-1noble.20260519.183730_arm64.deb Size: 625748 SHA256: c2610abc3a0e148a8f601b7833ad4dcf046846d51f67bbafd5f62439b70faee7 SHA1: 5b3ed6ca8b1b2048c1941ce99954a1e342cda8d3 MD5sum: 91ab8a7c88616f4b6c0c3c4d59284ed5 Description: debug symbols for ros-jazzy-greenwave-monitor-interfaces Build-Ids: 2ed2318f82b129ca83d4d5cb598ee69571148a44 396c8700bc454c9a02d4dcfde675e9fdf4dafb39 609fbc0423b0f5a5bd8da57d022bbafd9a7ed9cd 7b78a92ece060b2a6363fb1c944c9b8917b83b77 a997d0099fe4c8f3e3435f6372fe4c7631eb8527 c261059e751078504f5337813a09a404b6b7bafd c73e425b86592fc443676998e7dd8eedb540120d d9f3d374989a49d82a9371b078faaa25f62a854a e02ca89c52a7301c7e0c941f61ea6d53ffebc0c8 eef4237f21a93a7e03353e68fd8bdaac53973294 fb1cc153dbe8e27971b9ce4835a06acd7c7b291a Package: ros-jazzy-grid-map Version: 2.2.2-2noble.20260520.151216 Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 42 Depends: ros-jazzy-grid-map-cmake-helpers, ros-jazzy-grid-map-core, ros-jazzy-grid-map-costmap-2d, ros-jazzy-grid-map-cv, ros-jazzy-grid-map-demos, ros-jazzy-grid-map-filters, ros-jazzy-grid-map-loader, ros-jazzy-grid-map-msgs, ros-jazzy-grid-map-octomap, ros-jazzy-grid-map-pcl, ros-jazzy-grid-map-ros, ros-jazzy-grid-map-rviz-plugin, ros-jazzy-grid-map-sdf, ros-jazzy-grid-map-visualization, ros-jazzy-ros-workspace Homepage: http://github.com/anybotics/grid_map Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map/ros-jazzy-grid-map_2.2.2-2noble.20260520.151216_arm64.deb Size: 5746 SHA256: 7f59ab981056bd2248fbebf5b9c416beeffe4a67f972639967212960937cb3cb SHA1: ce9b40438e4fa20ece890ca006274ffe88de463b MD5sum: 2283ed380c5d791a43385df47c70ea0a Description: Meta-package for the universal grid map library. Package: ros-jazzy-grid-map-cmake-helpers Version: 2.2.2-2noble.20260225.120021 Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 44 Depends: ros-jazzy-ament-cmake-core, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-cmake-helpers/ros-jazzy-grid-map-cmake-helpers_2.2.2-2noble.20260225.120021_arm64.deb Size: 6476 SHA256: 8f434fb3dee9f422852800cbbf4da14956f593fdd99c099f8b5749aa67da4a8e SHA1: 3f471f710834c22ff648b166a0ac561a15b515be MD5sum: 40d6b9595c0d085314ee379a8328a18d Description: CMake support functionality used throughout grid_map Package: ros-jazzy-grid-map-core Version: 2.2.2-2noble.20260305.214219 Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 2422 Depends: libeigen3-dev, ros-jazzy-ros-workspace Homepage: http://github.com/anybotics/grid_map Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-core/ros-jazzy-grid-map-core_2.2.2-2noble.20260305.214219_arm64.deb Size: 1865270 SHA256: 903e019d5d00de195cb41088254bf9ad6b86adc2d1f83fc3e0d8a983f5935e34 SHA1: 353e67e8ab1eb1dc748c88e42f249c5a26e58842 MD5sum: 5affc4d8143b2510fc110dd2f66b72ee Description: Universal grid map library to manage two-dimensional grid maps with multiple data layers. Package: ros-jazzy-grid-map-costmap-2d Version: 2.2.2-2noble.20260520.040058 Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 78 Depends: ros-jazzy-geometry-msgs, ros-jazzy-grid-map-core, ros-jazzy-nav2-costmap-2d, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: http://github.com/anybotics/grid_map Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-costmap-2d/ros-jazzy-grid-map-costmap-2d_2.2.2-2noble.20260520.040058_arm64.deb Size: 12890 SHA256: 14a661ce04a84a544051b0fedcfe376953713a1357328e59841880f7cd1bbcb2 SHA1: 07cb8b0308b8206dfad51c29d27efd86dc0de0a8 MD5sum: 1715e4a600913535af156bb8fcbb3a58 Description: Interface for grid maps to the costmap_2d format. Package: ros-jazzy-grid-map-cv Version: 2.2.2-2noble.20260519.205932 Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 342 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopencv-photo406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), ros-jazzy-cv-bridge, ros-jazzy-filters, ros-jazzy-grid-map-core, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Homepage: http://github.com/anybotics/grid_map Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-cv/ros-jazzy-grid-map-cv_2.2.2-2noble.20260519.205932_arm64.deb Size: 95884 SHA256: ab822a55407763b90f86cc0805d4505b24aebf715b064028e59fcada754d85b2 SHA1: 9defc7bd01d402ce246ca3d05c5dc8cec1673617 MD5sum: 4d539a79090c04567dcc6000001ead4b Description: Conversions between grid maps and OpenCV images. Package: ros-jazzy-grid-map-cv-dbgsym Package-Type: ddeb Source: ros-jazzy-grid-map-cv Version: 2.2.2-2noble.20260519.205932 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 1399 Depends: ros-jazzy-grid-map-cv (= 2.2.2-2noble.20260519.205932) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-cv/ros-jazzy-grid-map-cv-dbgsym_2.2.2-2noble.20260519.205932_arm64.deb Size: 1277072 SHA256: 4157a40211e364fc08e22c05404b8bcc5768946f68aa6b63b28e79d8c2a41201 SHA1: 32f04ed414611475261c704b144a9a35498c4980 MD5sum: 7fc574e3f246c8f2766234cd4a6ed545 Description: debug symbols for ros-jazzy-grid-map-cv Build-Ids: 4a2d3fc75e70a7166f83d3390dce182be81b402b Package: ros-jazzy-grid-map-demos Version: 2.2.2-2noble.20260520.143459 Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 5946 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-highgui406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-octomap, python3-opencv, ros-jazzy-cv-bridge, ros-jazzy-geometry-msgs, ros-jazzy-grid-map-core, ros-jazzy-grid-map-cv, ros-jazzy-grid-map-filters, ros-jazzy-grid-map-loader, ros-jazzy-grid-map-msgs, ros-jazzy-grid-map-octomap, ros-jazzy-grid-map-ros, ros-jazzy-grid-map-rviz-plugin, ros-jazzy-grid-map-visualization, ros-jazzy-octomap-msgs, ros-jazzy-octomap-rviz-plugins, ros-jazzy-octomap-server, ros-jazzy-rclcpp, ros-jazzy-rclpy, ros-jazzy-rviz2, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Homepage: http://github.com/anybotics/grid_map Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-demos/ros-jazzy-grid-map-demos_2.2.2-2noble.20260520.143459_arm64.deb Size: 1811426 SHA256: d012f57e64c21a5e632a0c2e1de33fd1981811886750d54d039ca5d3743b451b SHA1: 6143dcf58b983742cddd3f8e60cda4e0d500bbc5 MD5sum: 323f4d4fa523308ff031b7ef61a43d43 Description: Demo nodes to demonstrate the usage of the grid map library. Package: ros-jazzy-grid-map-demos-dbgsym Package-Type: ddeb Source: ros-jazzy-grid-map-demos Version: 2.2.2-2noble.20260520.143459 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 22611 Depends: ros-jazzy-grid-map-demos (= 2.2.2-2noble.20260520.143459) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-demos/ros-jazzy-grid-map-demos-dbgsym_2.2.2-2noble.20260520.143459_arm64.deb Size: 20329286 SHA256: 0617a4387ce23f6a7e920c90adcd0d820089471dac52e53b40d4b7483ed9b8be SHA1: 38f8088a5c4d124d75250a72b226b77dffd4b291 MD5sum: f17da05a0da191a4a610f9fef8ee2090 Description: debug symbols for ros-jazzy-grid-map-demos Build-Ids: 1ff9bf3f9ee0da9be006c44f83e9c5bd054ecdeb 27da907e2c86ce92ba7384bb6dfe506fa2e99ba4 2e7ff3edbf475c37e6e8be1c747cd6396ca6b15a 3566ef6bb14bf34befe72813c1893c6e932022f5 3f548d7bb8b4083be4f45e65d41146702e17040e 4341f1c3aa9b47b254a1340620b994b7b4182745 653467b468c39c13cd3c09c8c64825eb8d2a548e 6dfaf6f5aad4b739c1a4d8a8ea5c84c856c27d1b 821b19493ee3c2fbf7fd63fef3c9c778f70dfd13 9e72756ba37c2a04e98276070e4c633961631616 d3c15f31e3aebdacdab5ce69e9cb73ceba3a18b7 d52d7f971e6e298595a092c119635c4f0db095ff f188b2c549f1c678eae41f2147e8015caae79517 Package: ros-jazzy-grid-map-filters Version: 2.2.2-2noble.20260519.224229 Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 3435 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.11.0), libtbb-dev, ros-jazzy-filters, ros-jazzy-grid-map-core, ros-jazzy-grid-map-msgs, ros-jazzy-grid-map-ros, ros-jazzy-pluginlib, ros-jazzy-ros-workspace Homepage: http://github.com/anybotics/grid_map Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-filters/ros-jazzy-grid-map-filters_2.2.2-2noble.20260519.224229_arm64.deb Size: 388890 SHA256: 6efbde62fea277cf2f37dfde3b061adc2b84a76746636face29dc5f9792c6a9d SHA1: db3702b378ab381d00d295212beacb20a031d5aa MD5sum: e69962bb73e6d53c87931c215d48fe75 Description: Processing grid maps as a sequence of ROS filters. Package: ros-jazzy-grid-map-filters-dbgsym Package-Type: ddeb Source: ros-jazzy-grid-map-filters Version: 2.2.2-2noble.20260519.224229 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 16474 Depends: ros-jazzy-grid-map-filters (= 2.2.2-2noble.20260519.224229) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-filters/ros-jazzy-grid-map-filters-dbgsym_2.2.2-2noble.20260519.224229_arm64.deb Size: 15534364 SHA256: 57b404a352d2e8151782a16037424e1382d6a73c7f179549f5e345c8f09afd1a SHA1: c67d7ddcfafcda6c7a81a5db8e06f32b4e319224 MD5sum: bca2c9e1a99b5d997675b2e691b7af86 Description: debug symbols for ros-jazzy-grid-map-filters Build-Ids: 1c6c5c9c0374d8fcbee62631c80792217c4d5c3f 1d04a92b6f2596901f4d058d959b2c33decefe16 2287433b235dc19299aea148c2ae0ff640f6a8e3 3847bd052995f48fe8937828bf9b83ae19805348 502b8bb3289088f3b78a35e0bea35da61ff26477 61042a63bf53de6a6872a649700cecda5e13f4ad 7bf2b89258ce05f77279e8de4416dee91204b0ab 89160dc3ee17f61c96113e3334fd93ac5f3d9f8f a480c9dc4b0480eaaa5a1b6bc5d9e395df491a40 b0200a84374d7e7d2128bb86fd3ca9320f39dba4 bc728635f09b73f4e5da3e7f759225bb991a4f2f c719453117176638ee05bd2e1df6165d5b54e829 c7321099424d240372868d2a2453e0fd650e5139 daa44b1083f255b2f69616e4a6c09c6bb3774cf1 e8b97e13f0ddaf8a8c3ab3a915f3508edaab1bd9 eb409208eaed9268ce4f43c988eb4f20058f066d Package: ros-jazzy-grid-map-loader Version: 2.2.2-2noble.20260520.111708 Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 577 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-grid-map-msgs, ros-jazzy-grid-map-ros, ros-jazzy-ros-workspace Homepage: http://github.com/anybotics/grid_map Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-loader/ros-jazzy-grid-map-loader_2.2.2-2noble.20260520.111708_arm64.deb Size: 129946 SHA256: d7892aac8f648ae7b70b8dfe39e1da85c676c7c855c3b0e93226a05463d7f79e SHA1: 300119c4f2a827a7a7cf70c86e2339d957ab51a0 MD5sum: cf121d47cadad0d695072a3341480a88 Description: Loading and publishing grid maps from bag files. Package: ros-jazzy-grid-map-loader-dbgsym Package-Type: ddeb Source: ros-jazzy-grid-map-loader Version: 2.2.2-2noble.20260520.111708 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 2021 Depends: ros-jazzy-grid-map-loader (= 2.2.2-2noble.20260520.111708) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-loader/ros-jazzy-grid-map-loader-dbgsym_2.2.2-2noble.20260520.111708_arm64.deb Size: 1831960 SHA256: d9805a8808580cecee52cd9ece2d95abb15825908f78832462d5a5bf9ae301d6 SHA1: 088a351e33e8dd3f38f32b41b562806191510d96 MD5sum: 145b7abcb17e52055e4bf452ee37bb6f Description: debug symbols for ros-jazzy-grid-map-loader Build-Ids: 4259b43ca6b35298d0dbec4770672d77d3399630 a5c3bb1e2421ec575f028c65064f419d0ba9290f Package: ros-jazzy-grid-map-msgs Version: 2.2.2-2noble.20260519.214808 Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 2672 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-rosidl-default-generators, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://github.com/anybotics/grid_map Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-msgs/ros-jazzy-grid-map-msgs_2.2.2-2noble.20260519.214808_arm64.deb Size: 185040 SHA256: 39e7a5cf51f12cb24b382f8b17e850dd0f59cd4e2bc9741391f5d71b6d86c3d3 SHA1: bbe355fa5c636651e48aaaeb4c1d0b0a0de32f7c MD5sum: 030f7d84105437a53420b6e8e60d3073 Description: Definition of the multi-layered grid map message type. Package: ros-jazzy-grid-map-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-grid-map-msgs Version: 2.2.2-2noble.20260519.214808 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 2045 Depends: ros-jazzy-grid-map-msgs (= 2.2.2-2noble.20260519.214808) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-msgs/ros-jazzy-grid-map-msgs-dbgsym_2.2.2-2noble.20260519.214808_arm64.deb Size: 1592232 SHA256: 656fd205f4132fc6922ea9390541dfceefd492da1d621504684580f004544755 SHA1: 6ad8cca5e1aac67bc896affd72c70fbea43d4995 MD5sum: 21148f4d64bad1a2f6c30dc51eba9697 Description: debug symbols for ros-jazzy-grid-map-msgs Build-Ids: 200e35a4396d4c7ce835507df75910e7c20b79fc 51ab9cfe69a16b9c27d2940cfd91dff7d734c197 6b384183829ce57dcffc09f7a203c88a158ac517 6b70cad2b8eb32fac3cc371dde82a3bb6fbc15df 71a5a6a3c1a555baed09099ad22228063e4773dd 74432023ee00d9121b884c108a1750afc7cbe289 9dc3d3868ec066ce9a29ef2ab45306605d8947c6 a4eb9ab252368ae205363196496c83d76107fd43 bcb16131b30336c7aade1bdf99f8f725d357a6c6 bfb96245dd852db156f41164225c42d7de9b145f cb3442cd436742eaa2079b2c603aa38b719c9d70 Package: ros-jazzy-grid-map-octomap Version: 2.2.2-2noble.20260305.214906 Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 206 Depends: ros-jazzy-grid-map-core, ros-jazzy-octomap, ros-jazzy-ros-workspace Homepage: http://github.com/anybotics/grid_map Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-octomap/ros-jazzy-grid-map-octomap_2.2.2-2noble.20260305.214906_arm64.deb Size: 41872 SHA256: c9bacfee74073122ec1aa77c8e04b1e1327071d934c735a90e0e43d55f8aa714 SHA1: 5a4d1dd2e3ac3580c82bf97011d2b0a8403d852b MD5sum: 9264f4680e7e785ea58272d3b4553756 Description: Conversions between grid maps and OctoMap types. Package: ros-jazzy-grid-map-pcl Version: 2.2.2-2noble.20260520.025730 Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 731 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libgomp1 (>= 6), libpcl-common1.14 (>= 1.14.0+dfsg), libpcl-filters1.14 (>= 1.14.0+dfsg), libpcl-io1.14 (>= 1.14.0+dfsg), libpcl-search1.14 (>= 1.14.0+dfsg), libpcl-segmentation1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libpcl-apps1.14, libpcl-dev, libpcl-features1.14, libpcl-kdtree1.14, libpcl-keypoints1.14, libpcl-ml1.14, libpcl-octree1.14, libpcl-outofcore1.14, libpcl-people1.14, libpcl-recognition1.14, libpcl-registration1.14, libpcl-sample-consensus1.14, libpcl-stereo1.14, libpcl-surface1.14, libpcl-tracking1.14, libpcl-visualization1.14, libyaml-cpp-dev, ros-jazzy-grid-map-core, ros-jazzy-grid-map-msgs, ros-jazzy-grid-map-ros, ros-jazzy-rclcpp, ros-jazzy-rcutils, ros-jazzy-ros-workspace Homepage: http://github.com/anybotics/grid_map Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-pcl/ros-jazzy-grid-map-pcl_2.2.2-2noble.20260520.025730_arm64.deb Size: 179862 SHA256: 11847397ab38c851c1f6be0083214784bdc9b9e9d39f006a5296de338fbecb02 SHA1: a598b9895860f8c05b0b8bcedd30085995c90216 MD5sum: a6d51a7690cd73ee5aa7d48cdd1eaf86 Description: Conversions between grid maps and Point Cloud Library (PCL) types. Package: ros-jazzy-grid-map-pcl-dbgsym Package-Type: ddeb Source: ros-jazzy-grid-map-pcl Version: 2.2.2-2noble.20260520.025730 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 6150 Depends: ros-jazzy-grid-map-pcl (= 2.2.2-2noble.20260520.025730) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-pcl/ros-jazzy-grid-map-pcl-dbgsym_2.2.2-2noble.20260520.025730_arm64.deb Size: 5920610 SHA256: b18e82417e7bd2ef695fa880d0033e3216091e57b722a318f3c606c21b6ee0b2 SHA1: d0e73a089f0c2212ffd5395b44e15b337dbe1b21 MD5sum: 2a590cba02a2c2f70477669039f02949 Description: debug symbols for ros-jazzy-grid-map-pcl Build-Ids: 1aa0004987de5e584e7fb8c10ea2531bbd058745 e60a7e61db1d6ef0cb7c34661ebab050d684a365 Package: ros-jazzy-grid-map-ros Version: 2.2.2-2noble.20260519.223527 Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 474 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), ros-jazzy-cv-bridge, ros-jazzy-geometry-msgs, ros-jazzy-grid-map-core, ros-jazzy-grid-map-cv, ros-jazzy-grid-map-msgs, ros-jazzy-nav-msgs, ros-jazzy-nav2-msgs, ros-jazzy-rclcpp, ros-jazzy-rcutils, ros-jazzy-rosbag2-cpp, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: http://github.com/anybotics/grid_map Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-ros/ros-jazzy-grid-map-ros_2.2.2-2noble.20260519.223527_arm64.deb Size: 138322 SHA256: 812ca5bbeeb575b7a1ab94e0941adddddfda5d64950e24f4c24e3b96510cc8e5 SHA1: 3161cdba77533deaaca9ceeee4b75e666ac5b243 MD5sum: 369d59dc6755f3aa8c49e6e3ad70e52f Description: ROS interface for the grid map library to manage two-dimensional grid maps with multiple data layers. Package: ros-jazzy-grid-map-ros-dbgsym Package-Type: ddeb Source: ros-jazzy-grid-map-ros Version: 2.2.2-2noble.20260519.223527 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 1797 Depends: ros-jazzy-grid-map-ros (= 2.2.2-2noble.20260519.223527) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-ros/ros-jazzy-grid-map-ros-dbgsym_2.2.2-2noble.20260519.223527_arm64.deb Size: 1682540 SHA256: 4cad02458d440d6c14b41063a7f9c7476945a5121d017b06ae7b83806d0d3206 SHA1: b0c0c6266111edaa6e1bbb32b1495f2da2ba568f MD5sum: bff19ecb54cb62cce8b3b436b77006e6 Description: debug symbols for ros-jazzy-grid-map-ros Build-Ids: e1e72e83b50e7193bf50c360fdf0d87de04fee5b Package: ros-jazzy-grid-map-rviz-plugin Version: 2.2.2-2noble.20260519.224324 Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 1192 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.5.0), libstdc++6 (>= 13.1), ros-jazzy-rviz-ogre-vendor, libqt5gui5t64, libqt5widgets5t64, ros-jazzy-grid-map-msgs, ros-jazzy-grid-map-ros, ros-jazzy-rclcpp, ros-jazzy-rviz-common, ros-jazzy-rviz-rendering, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-rviz-plugin/ros-jazzy-grid-map-rviz-plugin_2.2.2-2noble.20260519.224324_arm64.deb Size: 634116 SHA256: a17130b00454f29d04097dd3121739a0411377a185e730bf3a85ec76830ac2e7 SHA1: 867c634ddefafae069f4357af927efae5789c672 MD5sum: 29fb21d59e74d64a3dc9d377a6635d5a Description: RViz plugin for displaying grid map messages. Package: ros-jazzy-grid-map-rviz-plugin-dbgsym Package-Type: ddeb Source: ros-jazzy-grid-map-rviz-plugin Version: 2.2.2-2noble.20260519.224324 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 4774 Depends: ros-jazzy-grid-map-rviz-plugin (= 2.2.2-2noble.20260519.224324) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-rviz-plugin/ros-jazzy-grid-map-rviz-plugin-dbgsym_2.2.2-2noble.20260519.224324_arm64.deb Size: 4170420 SHA256: 6854633f4aa5ffb813a453441ada08a6c32b09fc1ddbb8f7665415cf5868d859 SHA1: cfe8ea663fe4034e4246d429f63635045ad963a6 MD5sum: 8e4aa12d5bf9b17f9badb34d50a261fd Description: debug symbols for ros-jazzy-grid-map-rviz-plugin Build-Ids: 3046740ab147925f60132b131a91396a7b8e7389 Package: ros-jazzy-grid-map-sdf Version: 2.2.2-2noble.20260305.215002 Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 101 Depends: libpcl-dev, ros-jazzy-grid-map-core, ros-jazzy-ros-workspace Homepage: http://github.com/anybotics/grid_map Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-sdf/ros-jazzy-grid-map-sdf_2.2.2-2noble.20260305.215002_arm64.deb Size: 19738 SHA256: 75efd84c7b2040dd02e662bfb2fd84cdb31e2d05a042a298cbfbab0259271ef7 SHA1: 5d5138253065da91674f229f7e9cd2fc97b42741 MD5sum: 47f88b05ee5e0594380529c9dd9df3f0 Description: Generates signed distance fields from grid maps. Package: ros-jazzy-grid-map-visualization Version: 2.2.2-2noble.20260520.010506 Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 1300 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-grid-map-core, ros-jazzy-grid-map-msgs, ros-jazzy-grid-map-ros, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: http://github.com/anybotics/grid_map Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-visualization/ros-jazzy-grid-map-visualization_2.2.2-2noble.20260520.010506_arm64.deb Size: 477582 SHA256: dd7f415217519fe9e9e0e0b67173d68bbf9a5922cdc2f8c55bbea5ebc54d309b SHA1: 65562eb61e15ce4252ab4f51f19d07e3b9f271f1 MD5sum: 48697a49cfe60df417d32fd82625c728 Description: Configurable tool to visualize grid maps in RViz. Package: ros-jazzy-grid-map-visualization-dbgsym Package-Type: ddeb Source: ros-jazzy-grid-map-visualization Version: 2.2.2-2noble.20260520.010506 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 6853 Depends: ros-jazzy-grid-map-visualization (= 2.2.2-2noble.20260520.010506) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-visualization/ros-jazzy-grid-map-visualization-dbgsym_2.2.2-2noble.20260520.010506_arm64.deb Size: 6052378 SHA256: 1a28489de134b0051f8307b7c5461c2a3a9adb8dedc5273bcdee4dbd88d016a9 SHA1: e9f54120fd01ea2f69b88c729a2bc7078e4a8d88 MD5sum: b76067d23a9c5a2fea1a7ac85a6c66d9 Description: debug symbols for ros-jazzy-grid-map-visualization Build-Ids: 31c806082fef1e4be6dbf931d45ed4026b506f39 4541c182f807fee94655c70d86b8f9881bb7b1c3 Package: ros-jazzy-gripper-controllers Version: 4.40.1-1noble.20260520.111634 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 374 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-backward-ros, ros-jazzy-control-msgs, ros-jazzy-control-toolbox, ros-jazzy-controller-interface, ros-jazzy-generate-parameter-library, ros-jazzy-hardware-interface, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-realtime-tools, ros-jazzy-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gripper-controllers/ros-jazzy-gripper-controllers_4.40.1-1noble.20260520.111634_arm64.deb Size: 83542 SHA256: 86549f56475fe99eb80a5d0fa657930bef75978a58c2019c1b8745dfacf95fa5 SHA1: 1ea8bf256b2de267a6868ced2bbe1cfe5fc99b3e MD5sum: 82252567d248ced3baaa701967a01b22 Description: The gripper_controllers package Package: ros-jazzy-gripper-controllers-dbgsym Package-Type: ddeb Source: ros-jazzy-gripper-controllers Version: 4.40.1-1noble.20260520.111634 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 1137 Depends: ros-jazzy-gripper-controllers (= 4.40.1-1noble.20260520.111634) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gripper-controllers/ros-jazzy-gripper-controllers-dbgsym_4.40.1-1noble.20260520.111634_arm64.deb Size: 996332 SHA256: fea9d94ed654b08ca5a3c54b4512ad5bdee4e5faacc0d02b6f273a3e533b664a SHA1: 4f4a233c307a45626b869f3b36dc38d889d55adf MD5sum: 3d9cee12f9b0c0577f936ae970b72345 Description: debug symbols for ros-jazzy-gripper-controllers Build-Ids: fea32a96c4c87a69c83ce896a720dc4cbe5b1250 Package: ros-jazzy-gscam Version: 2.0.2-5noble.20260520.013159 Architecture: arm64 Maintainer: Jonathan Bohren Installed-Size: 539 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libglib2.0-0t64 (>= 2.16.0), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.0.0), libstdc++6 (>= 13.1), libgstreamer-plugins-base1.0-dev, libgstreamer1.0-dev, ros-jazzy-camera-calibration-parsers, ros-jazzy-camera-info-manager, ros-jazzy-class-loader, ros-jazzy-cv-bridge, ros-jazzy-image-transport, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gscam/ros-jazzy-gscam_2.0.2-5noble.20260520.013159_arm64.deb Size: 126762 SHA256: e1e6263a1977997065c13906ae865d6f9554424a51817016d79046fec4df2e5d SHA1: ca7368854afa717464c7ed4d4a328b3e505882a2 MD5sum: 3859e1d1f696cd5f435810ef7c36d4e7 Description: A ROS camera driver that uses gstreamer to connect to devices such as webcams. Package: ros-jazzy-gscam-dbgsym Package-Type: ddeb Source: ros-jazzy-gscam Version: 2.0.2-5noble.20260520.013159 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jonathan Bohren Installed-Size: 2073 Depends: ros-jazzy-gscam (= 2.0.2-5noble.20260520.013159) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gscam/ros-jazzy-gscam-dbgsym_2.0.2-5noble.20260520.013159_arm64.deb Size: 1868568 SHA256: efbef18cd10c6c460940e733bb9476eb84bee4f927c8f75deaa5be40a09fae49 SHA1: c53d9aa2a237446e55b067fd2bc0641301548dcd MD5sum: 97ddf20071a2d1d3413c812273d0b870 Description: debug symbols for ros-jazzy-gscam Build-Ids: c05838a0d6cbc36669bcaaaa06366778dba198cc f4424696e9f41a36bf8a2ca0998ebdc3c7cf0fcf Package: ros-jazzy-gstreamer-ros-babel-fish Version: 1.26.40-1noble.20260520.014015 Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 2388 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libglib2.0-0t64 (>= 2.79.0), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.14.0), libstdc++6 (>= 13.1), 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-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gstreamer-ros-babel-fish/ros-jazzy-gstreamer-ros-babel-fish_1.26.40-1noble.20260520.014015_arm64.deb Size: 379404 SHA256: 9e66a71f4b27b9d21dddb9cc7dda62ad620c218436ae16ef3432a0f03f21a155 SHA1: 052a1e69ce956296082b7579aa5858e23b2e3af5 MD5sum: 2880dc2baa0479fd43fbea2fb396f731 Description: GStreamer elements for bidirectional ROS 2 image streaming Package: ros-jazzy-gstreamer-ros-babel-fish-dbgsym Package-Type: ddeb Source: ros-jazzy-gstreamer-ros-babel-fish Version: 1.26.40-1noble.20260520.014015 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 10987 Depends: ros-jazzy-gstreamer-ros-babel-fish (= 1.26.40-1noble.20260520.014015) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gstreamer-ros-babel-fish/ros-jazzy-gstreamer-ros-babel-fish-dbgsym_1.26.40-1noble.20260520.014015_arm64.deb Size: 9424152 SHA256: 6f95422a1966c60e31baec60d28aa48eb0cb68f162b6dc5c311be8168d4bf556 SHA1: 7ace1ab959284e4175e89d96d96ebe4a3478f11f MD5sum: 30daf956e9c19a76869cb86141f0d091 Description: debug symbols for ros-jazzy-gstreamer-ros-babel-fish Build-Ids: 2d553de233490bd1165e5278684b57e7ab4342a0 aa3d51481103aa7a875ecaefee1822fc855e3698 d835052c10d970a2350b9757f144d5086c441814 f56a247a015b85f4fb4189aaa28c6627d90dbf62 Package: ros-jazzy-gtest-vendor Version: 1.14.9000-2noble.20260225.225707 Architecture: arm64 Maintainer: Scott K Logan Installed-Size: 1008 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gtest-vendor/ros-jazzy-gtest-vendor_1.14.9000-2noble.20260225.225707_arm64.deb Size: 182906 SHA256: f5161c252a7ba4df0078205de54022def5a5791155b03daf3dc98651c159ffb6 SHA1: 3d9969699efc29bd9cb3faab0a509f4f4bfa0cd2 MD5sum: f6e1f7ea26d562e1f9c65965a7ba7362 Description: The package provides GoogleTest. Package: ros-jazzy-gtsam Version: 4.2.0-4noble.20260306.121241 Architecture: arm64 Maintainer: Frank Dellaert Installed-Size: 8573 Depends: libboost-filesystem1.83.0 (>= 1.83.0), libboost-serialization1.83.0 (>= 1.83.0), libboost-timer1.83.0 (>= 1.83.0), libc6 (>= 2.38), libgcc-s1 (>= 4.0), libstdc++6 (>= 13.1), libtbb12 (>= 2021.11.0), libtbbmalloc2 (>= 2021.11.0), libboost-all-dev, libeigen3-dev, libtbb-dev, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gtsam/ros-jazzy-gtsam_4.2.0-4noble.20260306.121241_arm64.deb Size: 2087028 SHA256: 6fe40a4a16869b923a2b3a5893bb809fd047bcbafc902d574f92e1e1c3cb719c SHA1: ed67474a90f44e42a93bd4b293e1d2abd955f1a2 MD5sum: 45ebcff04e4621f1eadd19c8c77102bf Description: gtsam Package: ros-jazzy-gtsam-dbgsym Package-Type: ddeb Source: ros-jazzy-gtsam Version: 4.2.0-4noble.20260306.121241 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Frank Dellaert Installed-Size: 171452 Depends: ros-jazzy-gtsam (= 4.2.0-4noble.20260306.121241) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gtsam/ros-jazzy-gtsam-dbgsym_4.2.0-4noble.20260306.121241_arm64.deb Size: 168132798 SHA256: a710b1793a9066eb1fbfcbb217359a6217d57ed823bf7f6f69c6bf653367cf2d SHA1: 3ebbf00c40c4ca56a0c58a9c565113ec04b2e826 MD5sum: ba9a81d35cd6b4ee49a372dfddbfde3d Description: debug symbols for ros-jazzy-gtsam Build-Ids: 0185819b8dce249e1beca904d09949ed4ed1b87d 02339f48f8c0ea04c5f1d425db77bff970592378 432679efe868dafadcedea0c9c25e2fb7d165114 Package: ros-jazzy-gtsam2mrpt-serial Version: 0.2.0-1noble.20260518.231723 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 231 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.11.0), ros-jazzy-gtsam, ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libmath, ros-jazzy-mrpt-libposes, ros-jazzy-mola-common, ros-jazzy-ros-workspace Homepage: https://github.com/MRPT/gtsam2mrpt_serial Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gtsam2mrpt-serial/ros-jazzy-gtsam2mrpt-serial_0.2.0-1noble.20260518.231723_arm64.deb Size: 62992 SHA256: f21a37a2119482dd08bdd1d0b0d5e9677925a5f2c55937f0c2f419d45516de54 SHA1: 51e40b8e0973c56aa706f27b2119de8c9442c192 MD5sum: 1fe6717c7ef2168c86f7f2604d4ebe13 Description: A C++ library offering a GTSAM ⇆ mrpt-serialization bridge. Package: ros-jazzy-gtsam2mrpt-serial-dbgsym Package-Type: ddeb Source: ros-jazzy-gtsam2mrpt-serial Version: 0.2.0-1noble.20260518.231723 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2590 Depends: ros-jazzy-gtsam2mrpt-serial (= 0.2.0-1noble.20260518.231723) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gtsam2mrpt-serial/ros-jazzy-gtsam2mrpt-serial-dbgsym_0.2.0-1noble.20260518.231723_arm64.deb Size: 2495746 SHA256: 9364c4657b6b297463d040cf21c14120724fe272f9cc7d447c08af7c38c28610 SHA1: 4e1a609167e705692653a87fdba1b70e480a345f MD5sum: 703e45d4b83af15ff5d9f4ad01a94458 Description: debug symbols for ros-jazzy-gtsam2mrpt-serial Build-Ids: 5878946770a9c5f3d8769b80149cd1482cfb2258 Package: ros-jazzy-gurumdds-cmake-module Version: 5.0.0-2noble.20260305.214210 Architecture: arm64 Maintainer: Donghyeon Lee Installed-Size: 51 Depends: ros-jazzy-ament-cmake, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gurumdds-cmake-module/ros-jazzy-gurumdds-cmake-module_5.0.0-2noble.20260305.214210_arm64.deb Size: 7710 SHA256: 23e561b2bfdf23c404b24487c54f17469f7874ca33ec92cc57c347027d72944f SHA1: 71716f31a479e376bd2d13f0a6273662e3386f46 MD5sum: 780432c1a244c35d3c71d189a92d97de Description: Provide CMake module to find GurumNetworks GurumDDS. Package: ros-jazzy-gz-cmake-vendor Version: 0.0.11-1noble.20260225.124345 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 1967 Depends: ros-jazzy-ros-workspace Homepage: https://github.com/gazebosim/gz-cmake Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-cmake-vendor/ros-jazzy-gz-cmake-vendor_0.0.11-1noble.20260225.124345_arm64.deb Size: 197966 SHA256: 7734ae8f6eb97c4c51a897d5d484634488d32078a04acee42e52d0e201a88b71 SHA1: a9dccb52c1326350b39fbce2fd7cd0a44ea315ec MD5sum: 65664e2e70d879c628e30252567450ed Description: Vendor package for: gz-cmake3 3.5.6 Gazebo CMake : CMake Modules for Gazebo Projects Package: ros-jazzy-gz-common-vendor Version: 0.0.9-1noble.20260422.181330 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 2835 Depends: libassimp5 (>= 5.3.1+ds), libavcodec60 (>= 7:6.0), libavdevice60 (>= 7:6.0), libavformat60 (>= 7:6.0), libavutil58 (>= 7:6.0), libc6 (>= 2.38), libfreeimage3 (>= 3.18.0+ds2), libgcc-s1 (>= 3.3.1), libgdal34t64 (>= 3.6.0), libglib2.0-0t64 (>= 2.12.0), libgts-0.7-5t64 (>= 0.7.6), libstdc++6 (>= 13.1), libswscale7 (>= 7:6.0), libtinyxml2-10 (>= 10.0.0), libuuid1 (>= 2.16), ros-jazzy-gz-math-vendor, libassimp-dev, libavcodec-dev, libavdevice-dev, libavfilter-dev, libavformat-dev, libavutil-dev, libfreeimage-dev, libgdal-dev, libgts-dev, libpostproc-dev, libswresample-dev, libswscale-dev, libtinyxml2-dev, ros-jazzy-gz-cmake-vendor, ros-jazzy-gz-utils-vendor, uuid-dev, ros-jazzy-ros-workspace Homepage: https://github.com/gazebosim/gz-common Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-common-vendor/ros-jazzy-gz-common-vendor_0.0.9-1noble.20260422.181330_arm64.deb Size: 642244 SHA256: aff93d69dede36c9b33fee2b07c040f32e21cfe839573aaee2eb00f08e416239 SHA1: a0afc27c3efbcc86e2681061694706f3befa2b42 MD5sum: f0bc8a0fc33a0a7d23e5baa2fee6e50b Description: Vendor package for: gz-common5 5.8.0 Gazebo Common : AV, Graphics, Events, and much more. Package: ros-jazzy-gz-common-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-gz-common-vendor Version: 0.0.9-1noble.20260422.181330 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 8001 Depends: ros-jazzy-gz-common-vendor (= 0.0.9-1noble.20260422.181330) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-common-vendor/ros-jazzy-gz-common-vendor-dbgsym_0.0.9-1noble.20260422.181330_arm64.deb Size: 7448562 SHA256: ad0ca7f7cc37049af5798a64a92b80bdfee809664a3c4f9677e760564681230c SHA1: e6943d4a8d4948f1260b8770e0abb5980080dbc4 MD5sum: ec1217c4f85bf526c1275ab9c14505a5 Description: debug symbols for ros-jazzy-gz-common-vendor Build-Ids: 52e1c838256358b88187c0d45afefe1a6f12257c 9486e6727f88a8e335dc6f7164ab43acebd886ca 9575971575041fbda6b8fff284a8362dcca169de ae5a2cdeaf472291147382fa14065127579cbdd2 cc7311b061a4306f6c3f84ae0d2fb01c67b4e0c2 d46945960534f34274e279ae0998cf2836baa930 d8023673a6ac1bf442b2c8f8c70b304dc2e46e01 e5cb298360e0e9537dfd496ac3298acada12a2c1 Package: ros-jazzy-gz-dartsim-vendor Version: 0.0.3-1noble.20260305.214301 Architecture: arm64 Maintainer: Addisu Taddese Installed-Size: 45315 Depends: libassimp5 (>= 5.3.1+ds), libbullet3.24t64 (>= 3.24+dfsg), libc6 (>= 2.38), libfcl0.7 (>= 0.7.0), libgcc-s1 (>= 4.5), liboctomap1.9t64 (>= 1.9.7+dfsg), libode8t64 (>= 2:0.16.2), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), liburdfdom-model4.0 (>= 4.0.0), libassimp-dev, libboost-dev, libboost-regex-dev, libboost-system-dev, libbullet-dev, libccd-dev, libeigen3-dev, libfcl-dev, libfmt-dev, liblz4-dev, libode-dev, libtinyxml2-dev, liburdfdom-dev, ros-jazzy-ros-workspace Homepage: https://dartsim.github.io/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-dartsim-vendor/ros-jazzy-gz-dartsim-vendor_0.0.3-1noble.20260305.214301_arm64.deb Size: 12305932 SHA256: 980712dbc368a65bdb19c00c6724349c49515c647958a83431d0257fbceaba81 SHA1: 20e6282d74988003d292f2f651950d51a60e7ecc MD5sum: 4a7c50dfdfb485d0ac34a3f1a699b287 Description: Vendor package for the DART physics engine v6.13.2 Package: ros-jazzy-gz-dartsim-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-gz-dartsim-vendor Version: 0.0.3-1noble.20260305.214301 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Taddese Installed-Size: 100150 Depends: ros-jazzy-gz-dartsim-vendor (= 0.0.3-1noble.20260305.214301) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-dartsim-vendor/ros-jazzy-gz-dartsim-vendor-dbgsym_0.0.3-1noble.20260305.214301_arm64.deb Size: 97364980 SHA256: 26e8469aa62905ff8ac71a2e0f5a0186461d3738a5f768d3eec7185a860a433c SHA1: e7cd3459f39213c39ce5b6c9c0b671b2039fb807 MD5sum: bb090331b898e31196f5e02071af2549 Description: debug symbols for ros-jazzy-gz-dartsim-vendor Build-Ids: 095669f6d34e1e6a0efedec9e9fe149910c7bf06 4bf8b9d2a8863f22b0e13c7cf26bc0d87fccb395 7111d8c2da7d146ab2bbcc2bc1b2130823a5c5b2 7fdf1fc8a74e27849eefa0d0d1bddcd57e225669 ac08ead975c0e61ce2d3ad2f6c1553d283a50830 b248ae3b619c7b01ef641747615d8ddf06ea9ae7 b596d0f9d9d559dd6efe82f457170ede209ffe35 Package: ros-jazzy-gz-fuel-tools-vendor Version: 0.0.6-1noble.20260422.182935 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 766 Depends: libc6 (>= 2.38), libcurl4t64 (>= 7.56.1), libgcc-s1 (>= 3.3.1), libjsoncpp25 (>= 1.9.5), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-0-2, libzip4t64 (>= 0.11.2), ros-jazzy-gz-common-vendor, ros-jazzy-gz-math-vendor, ros-jazzy-gz-msgs-vendor, libcurl4-openssl-dev, libgflags-dev, libjsoncpp-dev, libtinyxml2-dev, libyaml-dev, libzip-dev, ros-jazzy-gz-cmake-vendor, ros-jazzy-gz-tools-vendor, ros-jazzy-gz-utils-vendor, ros-jazzy-ros-workspace Homepage: https://github.com/gazebosim/gz-fuel-tools Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-fuel-tools-vendor/ros-jazzy-gz-fuel-tools-vendor_0.0.6-1noble.20260422.182935_arm64.deb Size: 213986 SHA256: b4b2761048a379f5d527c2fb3d984fb946e10fbcd3990d9e9f4cc46e42c7a611 SHA1: 4a00e192ec0a340eff3b2bc579c4d1e01826cc39 MD5sum: bde0345b0db439491a7d924d6b5d7a58 Description: Vendor package for: gz-fuel_tools9 9.1.1 Gazebo Fuel Tools: Classes and tools for interacting with Gazebo Fuel Package: ros-jazzy-gz-fuel-tools-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-gz-fuel-tools-vendor Version: 0.0.6-1noble.20260422.182935 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 3517 Depends: ros-jazzy-gz-fuel-tools-vendor (= 0.0.6-1noble.20260422.182935) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-fuel-tools-vendor/ros-jazzy-gz-fuel-tools-vendor-dbgsym_0.0.6-1noble.20260422.182935_arm64.deb Size: 3284450 SHA256: ddf80899627d283dd1b0ef871b73c7426a07e08ac23438b8e464abe0475f5e15 SHA1: 6ad4e193219e09a053003d74bcbc97c55458b229 MD5sum: 5501fe9ed97520dd877b5ffbdb4ce4ca Description: debug symbols for ros-jazzy-gz-fuel-tools-vendor Build-Ids: 916fb17f05be52dbb39940a26b27cbd84f129e85 Package: ros-jazzy-gz-gui-vendor Version: 0.0.5-1noble.20260422.185303 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 3597 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.11.1) | libqt5gui5-gles (>= 5.11.1), libqt5qml5 (>= 5.9.0~beta), libqt5quick5 (>= 5.14.1) | libqt5quick5-gles (>= 5.14.1), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-gz-common-vendor, ros-jazzy-gz-math-vendor, ros-jazzy-gz-msgs-vendor, ros-jazzy-gz-plugin-vendor, ros-jazzy-gz-rendering-vendor, ros-jazzy-gz-transport-vendor, libprotobuf-dev, libprotoc-dev, libqt5core5a, libqt5quick5, libqt5widgets5, libtinyxml2-dev, protobuf-compiler, qml-module-qt-labs-folderlistmodel, qml-module-qt-labs-platform, qml-module-qt-labs-settings, qml-module-qtcharts, qml-module-qtgraphicaleffects, qml-module-qtlocation, qml-module-qtpositioning, qml-module-qtquick-controls, qml-module-qtquick-controls2, qml-module-qtquick-dialogs, qml-module-qtquick-extras, qml-module-qtquick-layouts, qml-module-qtquick-templates2, qml-module-qtquick-window2, qml-module-qtquick2, qtbase5-dev, qtdeclarative5-dev, qtquickcontrols2-5-dev, ros-jazzy-gz-cmake-vendor, ros-jazzy-gz-tools-vendor, ros-jazzy-gz-utils-vendor, ros-jazzy-ros-workspace Homepage: https://github.com/gazebosim/gz-rendering Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-gui-vendor/ros-jazzy-gz-gui-vendor_0.0.5-1noble.20260422.185303_arm64.deb Size: 636818 SHA256: 3821a3827e658dd40af9d3f778fcaed964f5588036443e37f9655eae35e7013c SHA1: de66b13598caf3ee18a92c1bd1f3133211d8c79d MD5sum: b613d11a236dcc23c189094afc4f0072 Description: Vendor package for: gz-gui8 8.4.0 Gazebo GUI : Graphical interfaces for robotics applications Package: ros-jazzy-gz-gui-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-gz-gui-vendor Version: 0.0.5-1noble.20260422.185303 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 26289 Depends: ros-jazzy-gz-gui-vendor (= 0.0.5-1noble.20260422.185303) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-gui-vendor/ros-jazzy-gz-gui-vendor-dbgsym_0.0.5-1noble.20260422.185303_arm64.deb Size: 24575482 SHA256: ee7c69e64c24851a03c88418cea8d4e99dd235e0457225279ac8430be94ae07b SHA1: 7382b9a95572cece629f2162e10247ac78e3ec08 MD5sum: db5b203606c2b2616d11aa4305ce9a20 Description: debug symbols for ros-jazzy-gz-gui-vendor Build-Ids: 103c00fa498bec17bd7664a86d0373391092186d 111d941975173d465a4b17633000a2ffb6c5ad6b 17b13cc40403e8c9be2e1e46a930684e06830d27 2dc2e298f70a8e2a5d7a056e919b0f9e78e67ed9 38861129e96049742e22343da48720b821d07f84 39c336be70e70148bc1daf9dec68f3407dc8c306 4d9350e22a2231f1f54e43f20c2b3543ce36c9d0 50f5d5591d7877aa64e6737800903a4999908320 59491342af4f9e98084d1ec99284e6f34aad1e8f 62d2ba0d8f141ea7b9657bc2cbfc8ba60bfb6c83 678e43228d379a40c19bb503d28c7a5c0790b9ac 6e1701a03bebd5122d7746bde75b77c965e85bb3 74f3d7fe6f3e089dcc468b837e068a777c9cbb8f 87b980bc9ce588769d6203abb186be119bcd3cf7 a4b5fc403d844c0f4f4b1155a75206e422e0605c a68b1c444d80e33aeb27e82789f8167ec544989e b4d0cc682115b9532f883faaf70ca7e981ef5a58 b649e4ac2bfcfba3ad32bea91dabb5bc34e192de c16180a026aaf7a3df07105a6f863dd3b84ced9c c951a967a69a31f754e24e9831133a1b940e13f8 d01ef2d3b78998c9ce560e7bcaf63aa004216767 e500b812128e1f6c3cca1b70175cbff9f09e95b6 f2d2ce226956156471efecb5869027e499f570d2 f3d575ff87b0bf739d05d853f522eb6534930402 Package: ros-jazzy-gz-launch-vendor Version: 0.0.5-1noble.20260422.214530 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 1147 Depends: libbinutils (>= 2.42), libbinutils (<< 2.42.1), libc6 (>= 2.38), libgcc-s1 (>= 4.2), libprotobuf32t64 (>= 3.21.12), libqt5core5t64 (>= 5.0.2), libqt5gui5t64 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libwebsockets19t64 (>= 1.7.0), ros-jazzy-gz-common-vendor, ros-jazzy-gz-gui-vendor, ros-jazzy-gz-math-vendor, ros-jazzy-gz-msgs-vendor, ros-jazzy-gz-plugin-vendor, ros-jazzy-gz-sim-vendor, ros-jazzy-gz-transport-vendor, ros-jazzy-sdformat-vendor, binutils-dev, libgflags-dev, libtinyxml2-dev, libwebsockets-dev, libxi-dev, libxmu-dev, libyaml-dev, ros-jazzy-gz-cmake-vendor, ros-jazzy-gz-tools-vendor, uuid-dev, ros-jazzy-ros-workspace Homepage: https://github.com/gazebosim/gz-launch Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-launch-vendor/ros-jazzy-gz-launch-vendor_0.0.5-1noble.20260422.214530_arm64.deb Size: 253924 SHA256: 02970b520c5b65a93d2b24a006ce641df9c1ed917112de256d5e091695ab41f3 SHA1: 085510b17336072cedebf09bc80a7814fca129ed MD5sum: 666fdcf649c3513ab4cb7ded78058e2d Description: Vendor package for: gz-launch7 7.1.1 Gazebo Launch : Run and manage programs and plugins Package: ros-jazzy-gz-launch-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-gz-launch-vendor Version: 0.0.5-1noble.20260422.214530 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 5166 Depends: ros-jazzy-gz-launch-vendor (= 0.0.5-1noble.20260422.214530) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-launch-vendor/ros-jazzy-gz-launch-vendor-dbgsym_0.0.5-1noble.20260422.214530_arm64.deb Size: 4788302 SHA256: 151ba4a947e6f66a5c4d66f04cd2bd3de91aef640f354c7146f3131974f16d6b SHA1: 666294cce03ad47c64c8daeb813fca3b43110dd9 MD5sum: f43f804b0026fe47ac802ebfeb24830a Description: debug symbols for ros-jazzy-gz-launch-vendor Build-Ids: 1ba23219cbef4fe97ba53b00c75ac4dd696cd6a3 1fe86206d5ec7ca9223b5397b29ca53cc7d4aa4f 2050311e91ec6b9269a22f841f4900da0c585514 2b683ebf5a2a091f7105b4dd0bc8a7b3eccb9810 56a09918d993fce69a6df5b8fbe53d82c9aa96b0 82530c86349a05b7be4c26c50324fba647ed2df1 8983fe1067f3b3940c33419400befb2db6032609 a2346b442061093b93ce4dac304101c57d6e7096 Package: ros-jazzy-gz-math-vendor Version: 0.0.9-1noble.20260422.164834 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 1388 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, ros-jazzy-gz-cmake-vendor, ros-jazzy-gz-utils-vendor, ros-jazzy-ros-workspace Homepage: https://github.com/gazebosim/gz-math Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-math-vendor/ros-jazzy-gz-math-vendor_0.0.9-1noble.20260422.164834_arm64.deb Size: 239140 SHA256: 2f593b38bfa453672e63a0e6a3aa20bf8f69bb7c245d6ce5f559b487b77a43db SHA1: d26d05be5d5a2e63852470d26693de131a10fd4f MD5sum: bfd4f56e81189dc5776f0ee31661260f Description: Vendor package for: gz-math7 7.6.0 Gazebo Math : Math classes and functions for robot applications Package: ros-jazzy-gz-math-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-gz-math-vendor Version: 0.0.9-1noble.20260422.164834 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 1698 Depends: ros-jazzy-gz-math-vendor (= 0.0.9-1noble.20260422.164834) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-math-vendor/ros-jazzy-gz-math-vendor-dbgsym_0.0.9-1noble.20260422.164834_arm64.deb Size: 1536068 SHA256: 54cd41b9463188eec5563e38f94b9f79b3a94158e153378c180f2adc551d6fee SHA1: 82589b2c9b09538cd0a4b42826f102050667dddb MD5sum: f0c1e5b37c4d55a789a06722f96d0f50 Description: debug symbols for ros-jazzy-gz-math-vendor Build-Ids: 58ff7e100311ec5cb61c7492e7489299fc10adc2 Package: ros-jazzy-gz-msgs-vendor Version: 0.0.6-1noble.20260422.181330 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 9520 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libprotoc32t64 (>= 3.21.12), libstdc++6 (>= 13.1), ros-jazzy-gz-utils-vendor, libprotobuf-dev, libprotoc-dev, libtinyxml2-dev, protobuf-compiler, python3-dev, python3-protobuf, ros-jazzy-gz-cmake-vendor, ros-jazzy-gz-math-vendor, ros-jazzy-gz-tools-vendor, ros-jazzy-ros-workspace Homepage: https://github.com/gazebosim/gz-msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-msgs-vendor/ros-jazzy-gz-msgs-vendor_0.0.6-1noble.20260422.181330_arm64.deb Size: 948572 SHA256: e2200f08af23d09c6768b6e2d7d31b4e246b71840dc3c190e058764730c0ffc2 SHA1: cf887ce28d56a69adbd1be2043ef22c8a4b50bce MD5sum: b8f4dd75be2792a049c448226d48ef6f Description: Vendor package for: gz-msgs10 10.3.2 Gazebo Messages: Protobuf messages and functions for robot applications Package: ros-jazzy-gz-msgs-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-gz-msgs-vendor Version: 0.0.6-1noble.20260422.181330 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 27028 Depends: ros-jazzy-gz-msgs-vendor (= 0.0.6-1noble.20260422.181330) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-msgs-vendor/ros-jazzy-gz-msgs-vendor-dbgsym_0.0.6-1noble.20260422.181330_arm64.deb Size: 24829206 SHA256: 66d53123359f8de731f6017cdd41449df1b027ada3a2dba3eb5aeb30c4e93ccf SHA1: 386b1d89a7fc85468b80aeaa3356a8d25d8bb7d5 MD5sum: 8e8484d209ea66530eb9ebe2097d39e0 Description: debug symbols for ros-jazzy-gz-msgs-vendor Build-Ids: 08aa8519a5ede43507526283e9c7fce727275043 fc60df22a56d1c21e18b19ca0b9f2bef8bd39360 Package: ros-jazzy-gz-ogre-next-vendor Version: 0.0.5-1noble.20260305.214254 Architecture: arm64 Maintainer: Michael Carroll Installed-Size: 18277 Depends: libc6 (>= 2.38), libegl1, libfreeimage3 (>= 3.18.0+ds2), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 3.3.1), libgl1, libstdc++6 (>= 13.1), libvulkan1 (>= 1.2.131.2), libx11-6, libx11-xcb1 (>= 2:1.8.7), libxaw7 (>= 2:1.0.14), libxcb-randr0 (>= 1.1), libxrandr2 (>= 2:1.2.0), libxt6t64, libzzip-0-13t64 (>= 0.13.56), zlib1g (>= 1:1.1.4), glslang-dev, glslc, 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-jazzy-ros-workspace Homepage: https://www.ogre3d.org/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-ogre-next-vendor/ros-jazzy-gz-ogre-next-vendor_0.0.5-1noble.20260305.214254_arm64.deb Size: 3672702 SHA256: 5df2e370e0edbda6d0b3e42c9dfed735c25f1ddf4d3144c9091b6797f1e0e8c8 SHA1: 8e317ff9b20be1f280a011ef66e21c496c412221 MD5sum: f0a9b5d3abc2258ee00e9cba690bbc9e Description: Vendor package for Ogre-next v2.3.3 Package: ros-jazzy-gz-ogre-next-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-gz-ogre-next-vendor Version: 0.0.5-1noble.20260305.214254 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Carroll Installed-Size: 59739 Depends: ros-jazzy-gz-ogre-next-vendor (= 0.0.5-1noble.20260305.214254) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-ogre-next-vendor/ros-jazzy-gz-ogre-next-vendor-dbgsym_0.0.5-1noble.20260305.214254_arm64.deb Size: 56561870 SHA256: 54a40653725dd22e3e85d5b4cfc612a5d067e83c0404a114b2d4125be78ee3fe SHA1: 50e86fdb529b55393edf16a8a9588a493686c8a1 MD5sum: e366eede6cdd2f50c3a076de5d332f9e Description: debug symbols for ros-jazzy-gz-ogre-next-vendor Build-Ids: 058777d57711d0bc38135569f049788ed00e4ef6 0bfb972cd33657e279c7118e31a5b52677e5c8e2 3eda262071f8b10803a308ad6fbd8f4af9b30c6a 58014b54e5c2d4da12da4d8fbea49f7eb0bad040 7bf7f0b1bf8f13075a9e389b8564818aa7340fc7 7f810b5b1e66327df8198c3caa93b63d1223f2a8 8954fb81fe1ee7e5a9621b019fc5a660f5599215 8f7a3a63b3f4e6cf61c60751580ed2bbd9d509ba 8fbd259ba70ed932be06fa9b6fdaa1c47fac6c91 91430360e1657bad969bd54f68fbe47d4c94f223 c200dbf265733237df3c78b6fa94f1e235f10e8d e2674517599a55f9d3c2d2b847a008e1260c285a f9b71e12d0ff67b0b92241c95291e0e148d643a4 Package: ros-jazzy-gz-physics-vendor Version: 0.0.7-1noble.20260422.182427 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 11345 Depends: libassimp5 (>= 5.3.1+ds), libbullet3.24t64 (>= 3.24+dfsg), libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-gz-common-vendor, ros-jazzy-gz-dartsim-vendor, ros-jazzy-gz-math-vendor, ros-jazzy-sdformat-vendor, ros-jazzy-urdfdom, libbenchmark-dev, libbullet-dev, libeigen3-dev, ros-jazzy-gz-cmake-vendor, ros-jazzy-gz-plugin-vendor, ros-jazzy-gz-utils-vendor, ros-jazzy-ros-workspace Homepage: https://github.com/gazebosim/gz-physics Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-physics-vendor/ros-jazzy-gz-physics-vendor_0.0.7-1noble.20260422.182427_arm64.deb Size: 690962 SHA256: f9aa9b99cc6c53aa2a9980d5f34bc81a33f608c64fdf793db681f09022a10cff SHA1: 0ed20759c97dc31b3c2e245ddcbc3a924f181a28 MD5sum: 28f33a1d5d771014e038ce6ee3ec05a2 Description: Vendor package for: gz-physics7 7.6.0 Gazebo Physics : Physics classes and functions for robot applications Package: ros-jazzy-gz-physics-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-gz-physics-vendor Version: 0.0.7-1noble.20260422.182427 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 30287 Depends: ros-jazzy-gz-physics-vendor (= 0.0.7-1noble.20260422.182427) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-physics-vendor/ros-jazzy-gz-physics-vendor-dbgsym_0.0.7-1noble.20260422.182427_arm64.deb Size: 26799698 SHA256: d684724ee53c2bba139886111e4454abda19aa8cfce87ae4774ae8bbec39d6f3 SHA1: 3e00ab2296cd656c1fb1fe68341b0e4959ebb945 MD5sum: 4c1dc957ca2410f3cbb4ad5fc39bbdc4 Description: debug symbols for ros-jazzy-gz-physics-vendor Build-Ids: 9ba8d1880f424b25357b254fdcc11849622ad7ee bc9b104595b229e7caf283bee5499c0e9aa57f53 c4ac2043a73f5e37c40ec13a5c2bf9bd08b7d219 cbe02e7cd415a60b60e33b3f878d7c308cf20048 d0702a542bbba83b7d0e46e590b3cf4e409973de f39dbae76dab8b08bfc9071933dd3c1dcc080db7 Package: ros-jazzy-gz-plugin-vendor Version: 0.0.5-1noble.20260225.131206 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 817 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-gz-cmake-vendor, ros-jazzy-gz-tools-vendor, ros-jazzy-gz-utils-vendor, ros-jazzy-ros-workspace Homepage: https://github.com/gazebosim/gz-plugin Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-plugin-vendor/ros-jazzy-gz-plugin-vendor_0.0.5-1noble.20260225.131206_arm64.deb Size: 171048 SHA256: fdd5237e27931eb192894f7b3eeb8773f03fe0936a5acc546a56bb95f6685f79 SHA1: 9a1f2f72c7c07859a676e4ef29f106c8177912f9 MD5sum: 177123e56c29c754d1bc9af2a96c13bb Description: Vendor package for: gz-plugin2 2.0.4 Gazebo Plugin : Cross-platform C++ library for dynamically loading plugins. Package: ros-jazzy-gz-plugin-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-gz-plugin-vendor Version: 0.0.5-1noble.20260225.131206 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 2145 Depends: ros-jazzy-gz-plugin-vendor (= 0.0.5-1noble.20260225.131206) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-plugin-vendor/ros-jazzy-gz-plugin-vendor-dbgsym_0.0.5-1noble.20260225.131206_arm64.deb Size: 1964060 SHA256: e9db12db501d1cc56bc735d59e8128e0411e874884bc08fb9c6127da6fc7165a SHA1: 4f35ef7d141c7b90902df4bab96381dfe289c39a MD5sum: ff612ab026e5eb986cf192a44ac34294 Description: debug symbols for ros-jazzy-gz-plugin-vendor Build-Ids: 01c232275a677031d3b6d3d63c0727fbbc95907a 5e5148d65e5730a465dfdc8589987f35bf0ca28d debd036a8391e4723c5a6316c6462b806508ef6f Package: ros-jazzy-gz-rendering-vendor Version: 0.0.7-1noble.20260422.182442 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 22215 Depends: libc6 (>= 2.38), libegl1, libgcc-s1 (>= 3.3.1), libglx0, libogre-1.9.0t64 (>= 1.9.0+dfsg1-9~), libopengl0, libstdc++6 (>= 13.1), ros-jazzy-gz-common-vendor, ros-jazzy-gz-math-vendor, ros-jazzy-gz-ogre-next-vendor, ros-jazzy-gz-plugin-vendor, freeglut3-dev, libfreeimage-dev, libglew-dev, libogre-1.9-dev, libvulkan-dev, libxi-dev, libxmu-dev, ros-jazzy-gz-cmake-vendor, ros-jazzy-gz-utils-vendor, uuid-dev, ros-jazzy-ros-workspace Homepage: https://github.com/gazebosim/gz-rendering Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-rendering-vendor/ros-jazzy-gz-rendering-vendor_0.0.7-1noble.20260422.182442_arm64.deb Size: 3928748 SHA256: 34c79cd2270cdfb00e52a9be0445a7d62a565b13279d4675fdab3456b3b2187f SHA1: 496733e73dd3207e8582b41b6d38610327f31e27 MD5sum: 81e8ebe660d6d654c4eb5e2e2d4f4b40 Description: Vendor package for: gz-rendering8 8.2.3 Gazebo Rendering: Rendering library for robot applications Package: ros-jazzy-gz-rendering-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-gz-rendering-vendor Version: 0.0.7-1noble.20260422.182442 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 30718 Depends: ros-jazzy-gz-rendering-vendor (= 0.0.7-1noble.20260422.182442) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-rendering-vendor/ros-jazzy-gz-rendering-vendor-dbgsym_0.0.7-1noble.20260422.182442_arm64.deb Size: 27377556 SHA256: f0b5b8efc2e56851f8cb37339a81857a7e3fa9ccf0c0b1134cd34f616d31d948 SHA1: d4a1db981c1d68064f9a64582259a06f78f5a727 MD5sum: f762e5284077226f9f301af438838ab2 Description: debug symbols for ros-jazzy-gz-rendering-vendor Build-Ids: 4f23f0a3bf2d46594195c6d8a0e67d2a131cfb73 7709df55d9dc2188cfa7939b1f34409ede0f56b8 d801f2934d106ade619517b6e1a9a66e45429c4e Package: ros-jazzy-gz-ros2-control Version: 1.2.19-1noble.20260520.045531 Architecture: arm64 Maintainer: "Alejandro Hernández" Installed-Size: 1197 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-gz-common-vendor, ros-jazzy-gz-msgs-vendor, ros-jazzy-gz-sim-vendor, ros-jazzy-gz-transport-vendor, ros-jazzy-sdformat-vendor, ros-jazzy-controller-manager, ros-jazzy-gz-plugin-vendor, ros-jazzy-hardware-interface, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-ros2-control-cmake, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/gz_ros2_control/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-ros2-control/ros-jazzy-gz-ros2-control_1.2.19-1noble.20260520.045531_arm64.deb Size: 209156 SHA256: 0a1ed38fd28644aa49b833c1bd8d91024f91890a4f858af58d17f1db4d3599d4 SHA1: a5de984dd7b28579112704d16f1e4e420207136a MD5sum: 5e587ad406272fa44c60fd7ff7c78c04 Description: Gazebo ros2_control package allows to control simulated robots using ros2_control framework. Package: ros-jazzy-gz-ros2-control-dbgsym Package-Type: ddeb Source: ros-jazzy-gz-ros2-control Version: 1.2.19-1noble.20260520.045531 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Alejandro Hernández" Installed-Size: 7097 Depends: ros-jazzy-gz-ros2-control (= 1.2.19-1noble.20260520.045531) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-ros2-control/ros-jazzy-gz-ros2-control-dbgsym_1.2.19-1noble.20260520.045531_arm64.deb Size: 4205926 SHA256: c6166ccb84100edcbd809d2e7b3e9df1f3d22864c4a6754ce747af1eb3e59efa SHA1: aa6ed5cd5a02a5275e571405d94af31b36ab1188 MD5sum: 0cf390ac10119889870b1d8d8f4346c3 Description: debug symbols for ros-jazzy-gz-ros2-control Build-Ids: 2b06f27fc86ab3f86ba80964a495fa8e2bf79522 2bbfa6a9ce49b1af985ba5271ccdd0914c4d4ab6 ad8fa43f906c676d06ebfccde7255a8b017438a0 Package: ros-jazzy-gz-ros2-control-demos Version: 1.2.19-1noble.20260520.111334 Architecture: arm64 Maintainer: "Alejandro Hernandez" Installed-Size: 1530 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), ros-jazzy-gz-common-vendor, ros-jazzy-gz-msgs-vendor, ros-jazzy-gz-sim-vendor, ros-jazzy-sdformat-vendor, ros-jazzy-ackermann-steering-controller, ros-jazzy-ament-index-python, ros-jazzy-control-msgs, ros-jazzy-control-toolbox, ros-jazzy-diff-drive-controller, ros-jazzy-force-torque-sensor-broadcaster, ros-jazzy-forward-command-controller, ros-jazzy-geometry-msgs, ros-jazzy-gz-ros2-control, ros-jazzy-hardware-interface, ros-jazzy-imu-sensor-broadcaster, ros-jazzy-joint-state-broadcaster, ros-jazzy-joint-trajectory-controller, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-mecanum-drive-controller, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-robot-state-publisher, ros-jazzy-ros-gz-bridge, ros-jazzy-ros-gz-sim, ros-jazzy-ros2-control-cmake, ros-jazzy-ros2controlcli, ros-jazzy-ros2launch, ros-jazzy-std-msgs, ros-jazzy-tricycle-steering-controller, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: https://github.com/ros-controls/gz_ros2_control/blob/master/README.md Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-ros2-control-demos/ros-jazzy-gz-ros2-control-demos_1.2.19-1noble.20260520.111334_arm64.deb Size: 179568 SHA256: 080694fdab7bc9cfa2add312ba043435c8aa7af5427a0293b89c56d141411815 SHA1: 75162eef8da9dbc37b2fbbf7ba8c2744a638fdf1 MD5sum: 033f0fd3535fe67acb222e8a4e89e72a Description: gz_ros2_control_demos Package: ros-jazzy-gz-ros2-control-demos-dbgsym Package-Type: ddeb Source: ros-jazzy-gz-ros2-control-demos Version: 1.2.19-1noble.20260520.111334 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Alejandro Hernandez" Installed-Size: 5168 Depends: ros-jazzy-gz-ros2-control-demos (= 1.2.19-1noble.20260520.111334) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-ros2-control-demos/ros-jazzy-gz-ros2-control-demos-dbgsym_1.2.19-1noble.20260520.111334_arm64.deb Size: 4541534 SHA256: eaecd08aeb43441e6488a855021608330458bbad87ad66a3a80b21f6e207187e SHA1: a98dc5fc5693aa26eaa51624d4636bbb7d31d4b8 MD5sum: 1bd8fe78ff16db4f3e4bb797699a55b6 Description: debug symbols for ros-jazzy-gz-ros2-control-demos Build-Ids: 664e6a5ec014eebfb7d53e93fa7c41b2570075f9 6b4333412ee5873743bbf74ef7ea7fdcf2e68aac 753de53c7cf1ece99a34bb49eb19c918a2f6dcac 7939755bd96162ee0e5ec4aa1b881a26fcf5df96 d24957ed509d907dd46d81b5355d1c80f4c37746 d2d681aa5cd38eb1b0fc4494c7bf02c0fe3b3a5d Package: ros-jazzy-gz-sensors-vendor Version: 0.0.6-1noble.20260422.185311 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 2946 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), ros-jazzy-gz-common-vendor, ros-jazzy-gz-math-vendor, ros-jazzy-gz-msgs-vendor, ros-jazzy-gz-rendering-vendor, ros-jazzy-gz-transport-vendor, ros-jazzy-sdformat-vendor, ros-jazzy-gz-cmake-vendor, ros-jazzy-gz-tools-vendor, ros-jazzy-ros-workspace Homepage: https://github.com/gazebosim/gz-sensors Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-sensors-vendor/ros-jazzy-gz-sensors-vendor_0.0.6-1noble.20260422.185311_arm64.deb Size: 378068 SHA256: f9e59d38ac829022eabd89a17065c79e4e81684654b75e2a4e2c19aeb625495e SHA1: b0e74767dc0de7652262dbe982421f4cd01d27db MD5sum: 70b1380744bddc1a0760d35b363ed99f Description: Vendor package for: gz-sensors8 8.2.2 Gazebo Sensors : Sensor models for simulation Package: ros-jazzy-gz-sensors-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-gz-sensors-vendor Version: 0.0.6-1noble.20260422.185311 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 11905 Depends: ros-jazzy-gz-sensors-vendor (= 0.0.6-1noble.20260422.185311) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-sensors-vendor/ros-jazzy-gz-sensors-vendor-dbgsym_0.0.6-1noble.20260422.185311_arm64.deb Size: 11315324 SHA256: 4e879a45ee46ac38ab121916c2fa1bda5c4ab95648d9d2f54328560983e19f2b SHA1: d6f0820b416829e9b2d3d098a5651bab547fa216 MD5sum: 30c9e2ce33d08b54ead48ed94908b06a Description: debug symbols for ros-jazzy-gz-sensors-vendor Build-Ids: 29b33451cb5fd7b93bf87701d32dfeb25bcc050b 32855cef9eba13de617092b1c9b15f8f124ff7dc 3390c271573432e06e258eb1af7adbcd01689c29 357a7f8f2f1c45cca20532339c8150cc14c26327 35b20ba191d420a3693b1b658c38038d9cb954a8 370a6059df982f6328314055e83a3f0245b04c56 5f97dba4c633837662fd526e2cee5fa42d23c67f 710cf00dc03abb9d0a04e06db1f82c879c2ba14a 961ea465fc4207dd27258e7139092d0808d0420e 9affb053106d7a4cb693b456f130ecbc8871e281 b9220a5f1dbe26b119522f19f189edf51b82ca35 c9b25fe844049ffcbe0dcce15aac67bf996edf00 cf7af94569cdc50eddcbee61aa864e2b2019e37d d0d15b41e58ed917ff0f1d3fd597689d861fa269 d6c28330f35b9bffb7e03723d2dfdac24ffe7240 d74672bd5c1d4d9b726bf4755f14b295b7bba9b4 e3e9a23e0168e9ff0a54154b6fc696a9df1bb1d8 e6b13aee2e4970ddb599705905c2d7ddbe0580c8 f2cb688e43ad34fa8e2b8e28086dfd1b639a44e7 fc66cdbce0fb72505f27d310ea06164ce49ec91a Package: ros-jazzy-gz-sim-vendor Version: 0.0.10-1noble.20260422.203318 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 54445 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libqt5core5t64 (>= 5.14.1), libqt5gui5t64 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5qml5 (>= 5.0.2), libqt5quick5 (>= 5.0.2) | libqt5quick5-gles (>= 5.0.2), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-gz-common-vendor, ros-jazzy-gz-fuel-tools-vendor, ros-jazzy-gz-gui-vendor, ros-jazzy-gz-math-vendor, ros-jazzy-gz-msgs-vendor, ros-jazzy-gz-physics-vendor, ros-jazzy-gz-plugin-vendor, ros-jazzy-gz-rendering-vendor, ros-jazzy-gz-sensors-vendor, ros-jazzy-gz-transport-vendor, ros-jazzy-sdformat-vendor, freeglut3-dev, libbenchmark-dev, libfreeimage-dev, libglew-dev, libprotobuf-dev, libprotoc-dev, libtinyxml2-dev, libxi-dev, libxmu-dev, protobuf-compiler, pybind11-dev, qml-module-qt-labs-folderlistmodel, qml-module-qt-labs-settings, qml-module-qtgraphicaleffects, qml-module-qtquick-controls, qml-module-qtquick-controls2, qml-module-qtquick-dialogs, qml-module-qtquick-layouts, qml-module-qtquick2, qtbase5-dev, qtdeclarative5-dev, ros-jazzy-gz-cmake-vendor, ros-jazzy-gz-tools-vendor, ros-jazzy-gz-utils-vendor, uuid-dev, ros-jazzy-ros-workspace Homepage: https://github.com/gazebosim/gz-sim Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-sim-vendor/ros-jazzy-gz-sim-vendor_0.0.10-1noble.20260422.203318_arm64.deb Size: 10194226 SHA256: cac776338d6afa0a9011a536a8144116d47d1cc0d4e104e9f39bd1a7990ee46d SHA1: 5329d32fbe20e9f0af87b3d70ec602f67ba308d2 MD5sum: 3bb0217961b6b33afebd16a9c3e24fef Description: Vendor package for: gz-sim8 8.11.0 Gazebo Sim : A Robotic Simulator Package: ros-jazzy-gz-sim-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-gz-sim-vendor Version: 0.0.10-1noble.20260422.203318 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 191347 Depends: ros-jazzy-gz-sim-vendor (= 0.0.10-1noble.20260422.203318) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-sim-vendor/ros-jazzy-gz-sim-vendor-dbgsym_0.0.10-1noble.20260422.203318_arm64.deb Size: 173856078 SHA256: 15d718efac7d50c54fd1d1e349039c2acb548aeaf26f4554b4c83f42f2f1daa9 SHA1: 2ff33e806cab7471793953e85b92089f645c8c47 MD5sum: 5d96d59a3e440bdc9ef21ed9ad3ed19a Description: debug symbols for ros-jazzy-gz-sim-vendor Build-Ids: 008dac4bfbd863a386a201e74ab858a08ec025ec 039abc771060d3c9d7b611705e07a46fc266e02d 087530d4bd2983605d516536dadaeb94cbcf6801 0e7da3e1802f4da5e062b8c87b88762776839be0 12241d2ca120ee2bb0975a4a735a9e2d33c450e6 12e87173d218a44f83d225140280e5349d7067aa 1807b25eabf5a3aaef9b285cee03dd29962fbdd6 19ca18f258a2658845babe99a873e24978b78669 1ac403573d6e237e672679b15ff49c52e5427e57 1b02688743a2adf4f4db45d491ef987d247369a6 1c801c48a6def159fdde44183754c2fa2b4623a5 1f07fb69b975f34861429936e97dcf3dc4a36b1b 2063f417c101167a2d1b313172098bea70125033 237d69164bae54c52694b5739077044c0a8caa77 28080341a6e6a932c07dd2b109c07b62b4c1c4a8 296dc41072cc773ab700347de2fca481d8cc8999 2bae12f0c9c081a3397ad8d99c54449fd0fb92cf 2c7ac6aa190bad54144adce7aa02f2985a46d056 2c9dcb6508cebf24230eecc0d40d52c547d0ef3f 346eee1d0e2f8a455e122ee369ceaffdc90cd644 3f8ce0c5858e0aee73f876265ae4751f0ed660e2 3fbb00f31b014fcd0c9a40938734e432f55c7c55 41b91ee250bc3b6949fb84e9a95c6d9c5e681f67 437e477b7ec9a3d8f28f0035663a7d99bdc112b6 456820f835ade675026434f451bb9ff877f58a8c 4aba99c0409517667595cf1906ee105023b2f2e0 4babf63b6c0e2735f98863f047e8e2c08c22403e 4bf8cb84e99d9d6235765af4ed492eb8e12760f4 4fb72ecad483d2fa28d0556b3d3455afb4f1fc3f 510fdca723c0269e85a698616c681ede6541cf16 559550f0fb2bd2691fa54685ce0c2ae54517547f 560caead2ef410bd97d77c5292bbb242fb323d8d 56280eb76d0cfc1453722376e2b802ad893b6d18 5f162ae50ab6b7f1b9d2eefe0705673d59bb5402 5f23054553b89f40abb4191c0f5455d56cdefafa 5fb91de1bad9ce4671650ef42c028f48816ccdc1 6230d2d6141c42d97b206625acc63def3e33f923 629e7558ed3d19293ce6343290c845492662cfc8 62a3607957dd1356ba479a4acbef3aebc7cf322c 64142f9c196a266903bd01a7a34f7febed1e2876 699bead35f066c7b49fef57e0c058c5b8c722757 6a8beaf491e0466a7a5cb3488b1c9c6f509f32ce 6ae9482d943266fb87add1a7399e66dc4aa7b137 6c68e9928d5a9118f78720a81b94cd9975cddcfd 6d97fe9eea46bd431b3ce0ef9f99c0b997e438aa 6daade1d2dca4ed52fa87e9e440e82228749955b 6dfb3c61cd70c7e2b5776dabd324b53d08cf5ca3 74615142c926800dffa2fa0b5496d0f99a8e985c 75cd7738769ae583fbe39f5011287fba9b9883b9 79a51f8d03ef3c553528a7096226f39fa1327ac5 79d23b72259296fecdbfe425e4b257f34f59ddee 7e8fc70e536e8194be7fa15a78b3c064be58e3e4 863766e45b7e25650c41dd1f8b2c62bdacd0e94f 86bca333c09e68840e3fe026b4237090f6b82b3f 898f0f16e9d4c54f8c770d0161862134da92c156 8ba92a5d16d4208b7e5758fa308cba424639cc01 90f982497ddb2bd85bf0437c791c7ec00a694392 925467c8349f8d5ef446c7991d8c0c349bce8a1d 931b8de1c240bc1921bef557dd4c9d9e5605ec8e 93f0004766e9f6089d4f921fe722e46e2e92f9a0 945406eb5fedf217acb07006cbf5429f59ded666 978f0ac13740a73b28e06a12fbbb4b3b116128d6 97a5a3c7cdd42df75bc6c139149d41550a40ed64 98e4b445e7abb9bb795324f9d6693e356c2b1cb0 9b35bcd979663932534bccc64f97d2aca23d4e2a 9c4f08de0d7f2684d4bb6d1893efb36fe57641a5 9dc97f1acee218d9bd577763b636dddb4ca2d90f a11377e33af5e4852ba3e75bb1c454be40a5ce83 a3ac0217e22fedf5544c681ea86a37eef24b8388 a410a3690a25a4403f017636634261f5ed41bd39 a5491e0b491c1fdb0abbb46ddf036974ba202e8f a7107a6e280433d4054a58181c67d92d1a67b3ed a81f16772c36174abc0fb6e3e0377e539704c0a8 ac80f1e26be7c1c8df6906ae3b3cf5d45f98ad27 b4f3189beacb0b87d85c4ff210c96f7d8e85321a b5313c0949fc1dfcf3fd01d4ac3055f9e5de0b43 b71f1f96950b19d2541ea025966b80e451daa9e5 b7519dc69242bfdd36d88bd062f33c7da44d0e10 b9346b8d7f00ee0c91d0437dce531e89354ea904 b9d016bd7d86a523c4db8e75d761a3e611c9f225 bb959fba505f7adc7c5dd7ace06f9db69f1d58c6 c22e62831ae4b4ff83b5a323f35b0f3b516d40e7 c31178a2ce68725bfc1bb3e28da1944c3923a71b c5e2d2260d77445dd2cc5e68ed62b4b27ba462ee c7c2d326dc907cff71c0d2742614187adfe88adc cc73a5a862d3f5625b649992a5791803b53caedc d561468406a1dab1cdcd2e71d412f7296652f6dc d5d2b7afdb42b92cce8012cf12a5746bd85780e3 d7ae6b6c1414b393b4a303cc59938132fe71b914 d92639442c291abea47bd269602ac59f38ca3272 dd05ec94e1bbc6d501cc517fac5f6d91f1aa2ed3 e07556f6d2fb6c3300f229c2a0bc850111552bde e15a04552576dd0654386fe284d51f8f14570d5a e3c1ae3705a1a3a3ad929d19d6d5297419e92e07 e578f34ab12d597455a831581c8d323f32fda355 ebbdab8e7e10c7d6694f2557b3f8b92f9c9f0de2 edb46454ff1e467d44645dafdf7f0afc07e34828 ee3b7d450be83983312bcdcbc2d13798c756c8d5 eeeca46ffeeb5afc22d45bb8e3b40f96df8f24cc f23eaa8be16e3ecf3228d1c24200ac37c1b3e6c0 f300b013b6f3a9fa38fd484ecd0102c27f155244 fa9b367515fb6e7c5e521d1b24e15ba78ce1329f fd3f9617f692e5db6c0b49d2e232e83d46df198b fe69a1e6f312e0dbbcb44fad15510b3d781f9ff8 Package: ros-jazzy-gz-tools-vendor Version: 0.0.7-1noble.20260225.130014 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 171 Depends: libc6 (>= 2.17), libgcc-s1 (>= 4.2), libstdc++6 (>= 13.1), ros-jazzy-gz-cmake-vendor, ruby, ros-jazzy-ros-workspace Homepage: https://github.com/gazebosim/gz-tools Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-tools-vendor/ros-jazzy-gz-tools-vendor_0.0.7-1noble.20260225.130014_arm64.deb Size: 30166 SHA256: eca41f31bc441f126e1ee2e595d63cd23f4c6db05564163755f6b6a2446ad378 SHA1: 9bb3c0f2107196900e283656502f1c3efe77cef1 MD5sum: b6c7cbc437405588dbbedfc9d0cd30f1 Description: Vendor package for: gz-tools2 2.0.3 Gazebo Tools: Entrypoint to Gazebo's command line interface Package: ros-jazzy-gz-tools-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-gz-tools-vendor Version: 0.0.7-1noble.20260225.130014 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 231 Depends: ros-jazzy-gz-tools-vendor (= 0.0.7-1noble.20260225.130014) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-tools-vendor/ros-jazzy-gz-tools-vendor-dbgsym_0.0.7-1noble.20260225.130014_arm64.deb Size: 198772 SHA256: a015b0687ed05f9fc9c10ee5f20ba4a065bbfcdc26405bf52e1fd7aedae41467 SHA1: c88316972259b65cddd5fa3f78628e9a03f0c192 MD5sum: f23e86dde28cd06808c77ea3ec00ee67 Description: debug symbols for ros-jazzy-gz-tools-vendor Build-Ids: e0ed25694ce6f649a6bd8d94428e85188c6ad5e2 Package: ros-jazzy-gz-transport-vendor Version: 0.0.7-1noble.20260422.182952 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 2339 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 13.1), libuuid1 (>= 2.16), libzmq5 (>= 4.0.1+dfsg), ros-jazzy-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-jazzy-gz-cmake-vendor, ros-jazzy-gz-math-vendor, ros-jazzy-gz-tools-vendor, ros-jazzy-gz-utils-vendor, uuid-dev, ros-jazzy-ros-workspace Homepage: https://github.com/gazebosim/gz-transport Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-transport-vendor/ros-jazzy-gz-transport-vendor_0.0.7-1noble.20260422.182952_arm64.deb Size: 502120 SHA256: a56b957e87c24c3252ad80975f051167d58bcc030c4d6b91ff3b9cf64f82bea5 SHA1: 2847767da958eb5d7819b8c881618d0103492f57 MD5sum: 3bb1b25be60cccc84378b099b890434b Description: Vendor package for: gz-transport13 13.5.0 Gazebo Transport: Provides fast and efficient asynchronous message passing, services, and data logging. Package: ros-jazzy-gz-transport-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-gz-transport-vendor Version: 0.0.7-1noble.20260422.182952 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 9556 Depends: ros-jazzy-gz-transport-vendor (= 0.0.7-1noble.20260422.182952) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-transport-vendor/ros-jazzy-gz-transport-vendor-dbgsym_0.0.7-1noble.20260422.182952_arm64.deb Size: 8754352 SHA256: 4278b0a0e4df64bad25f3565a8c6276ae28cd35d0c4e1dcbc40b68bd620c5f1b SHA1: 6e976b8e032e6a28c73148829f4dc4f967ad5876 MD5sum: 6e0dd3cc6f8dbb91156d6d3231ff122b Description: debug symbols for ros-jazzy-gz-transport-vendor Build-Ids: 05e945a25486f4f5c60205597d49206a098e639a 12ef11c2431dcf90fa4b6f4864659d950b28d486 495dea5940620b0f797241dd13fac3bbf3124a2c 6d0b171c970a1ce5f3b06905987b8fe183ebe0ee 72f53a017d68f87504b0b2b8dd29d4c22eda3336 Package: ros-jazzy-gz-utils-vendor Version: 0.0.5-1noble.20260225.125927 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 665 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), ros-jazzy-gz-cmake-vendor, ros-jazzy-ros-workspace Homepage: https://github.com/gazebosim/gz-utils Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-utils-vendor/ros-jazzy-gz-utils-vendor_0.0.5-1noble.20260225.125927_arm64.deb Size: 101542 SHA256: a93bd6cc3daadcb560dcc0d758b7e7ad66b0d9778a8bfdc271aa7f628d6ead11 SHA1: 409a801233c24373fac473cf92f1346cddd44e50 MD5sum: 68e2b4a12d7daff63273aabfcd8c035c Description: Vendor package for: gz-utils2 2.2.1 Gazebo Utils : Classes and functions for robot applications Package: ros-jazzy-gz-utils-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-gz-utils-vendor Version: 0.0.5-1noble.20260225.125927 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 155 Depends: ros-jazzy-gz-utils-vendor (= 0.0.5-1noble.20260225.125927) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-utils-vendor/ros-jazzy-gz-utils-vendor-dbgsym_0.0.5-1noble.20260225.125927_arm64.deb Size: 136500 SHA256: bc965bfb629dffdedae93c3827533230919a8da5edc0eaca497c1d8c4fc23ed5 SHA1: ebc5ad8b99934032c95421b86cf81babed5ae658 MD5sum: 405c54daae09062346015950c0cb3f62 Description: debug symbols for ros-jazzy-gz-utils-vendor Build-Ids: 6890b909841dafb3656d714cf081e881f7559947 Package: ros-jazzy-hardware-interface Version: 4.45.2-1noble.20260520.032136 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 1210 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libfmt-dev, ros-jazzy-backward-ros, ros-jazzy-control-msgs, ros-jazzy-joint-limits, ros-jazzy-lifecycle-msgs, ros-jazzy-pal-statistics, ros-jazzy-pluginlib, ros-jazzy-rclcpp-lifecycle, ros-jazzy-rcpputils, ros-jazzy-rcutils, ros-jazzy-realtime-tools, ros-jazzy-sdformat-urdf, ros-jazzy-tinyxml2-vendor, ros-jazzy-urdf, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/hardware_interface/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-hardware-interface/ros-jazzy-hardware-interface_4.45.2-1noble.20260520.032136_arm64.deb Size: 324482 SHA256: 29a0369fa19f5ccea511784c8ee459717c7d90b7ec134259960510d0a953add7 SHA1: 6eec51f2c48bf670982060e414d0ff4a25e878bc MD5sum: 376942f25d77106c8d26757ecaca9422 Description: Base classes for hardware abstraction and tooling for them Package: ros-jazzy-hardware-interface-dbgsym Package-Type: ddeb Source: ros-jazzy-hardware-interface Version: 4.45.2-1noble.20260520.032136 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 5287 Depends: ros-jazzy-hardware-interface (= 4.45.2-1noble.20260520.032136) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-hardware-interface/ros-jazzy-hardware-interface-dbgsym_4.45.2-1noble.20260520.032136_arm64.deb Size: 4865200 SHA256: 7e2c6be848dcb73d26cc4a1ac45f62e5eb69958dbc93681f837b3f85c7816f7c SHA1: e9d45e5e7e88a4c0a10eea94f1ea020cef045a6a MD5sum: 037274b139b3efbef101c99e678ac008 Description: debug symbols for ros-jazzy-hardware-interface Build-Ids: 5da9bd2c8765d4ba6b098ab722bba9168b01602f a26fcf9796fed1d3fd669f54795044aa17fd66a6 Package: ros-jazzy-hardware-interface-testing Version: 4.45.2-1noble.20260520.034527 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 186 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, ros-jazzy-control-msgs, ros-jazzy-hardware-interface, ros-jazzy-lifecycle-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp-lifecycle, ros-jazzy-ros2-control-test-assets, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/hardware_interface_testing/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-hardware-interface-testing/ros-jazzy-hardware-interface-testing_4.45.2-1noble.20260520.034527_arm64.deb Size: 49658 SHA256: b7b2270400aae0429b48fd71a2d7ad6e1ef05a82f05382911cde5f0037d00b6b SHA1: dfcbf214c0ad32e991764b68469013c6f0bacd64 MD5sum: 677fadbcc1bb66fd899c2f62e7428e15 Description: Commonly used test fixtures for the ros2_control framework Package: ros-jazzy-hardware-interface-testing-dbgsym Package-Type: ddeb Source: ros-jazzy-hardware-interface-testing Version: 4.45.2-1noble.20260520.034527 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 1462 Depends: ros-jazzy-hardware-interface-testing (= 4.45.2-1noble.20260520.034527) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-hardware-interface-testing/ros-jazzy-hardware-interface-testing-dbgsym_4.45.2-1noble.20260520.034527_arm64.deb Size: 1374702 SHA256: c4246b0dd7204e9c256e5ed5c8623dbeb168ee94987778f127eacf7bd1924fb8 SHA1: 3e9b0e9ac5f849bee6b338f3a9527781947fb67c MD5sum: 5ac534b3acfc202cb46c5fb30ae2353e Description: debug symbols for ros-jazzy-hardware-interface-testing Build-Ids: da2a81752135f0946627fc7becc802b155df123f Package: ros-jazzy-hash-library-vendor Version: 0.1.1-7noble.20260305.232158 Architecture: arm64 Maintainer: Kenji Miyake Installed-Size: 139 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ros-workspace Homepage: https://github.com/stbrumme/hash-library Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-hash-library-vendor/ros-jazzy-hash-library-vendor_0.1.1-7noble.20260305.232158_arm64.deb Size: 33972 SHA256: 2b1559736498e16415146d509be9d565b732bd0915691d599c3cac4d502accc1 SHA1: 240f88aaf0a263b40d52bd63e478092bc621e91d MD5sum: c89357d9ebeb56bd44c259f2ff64f8da Description: ROS2 vendor package for stbrumme/hash-library Package: ros-jazzy-hash-library-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-hash-library-vendor Version: 0.1.1-7noble.20260305.232158 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Kenji Miyake Installed-Size: 179 Depends: ros-jazzy-hash-library-vendor (= 0.1.1-7noble.20260305.232158) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-hash-library-vendor/ros-jazzy-hash-library-vendor-dbgsym_0.1.1-7noble.20260305.232158_arm64.deb Size: 152984 SHA256: 64e2c3c3d126333cf148fc825b25b5ef257cc2622808aed9f8f255c25d4f44ad SHA1: 68133c7e16bdabdbd36a235aff18f0f799cfad11 MD5sum: 68c920093df7092f655e472323614ad4 Description: debug symbols for ros-jazzy-hash-library-vendor Build-Ids: 586407e71f2900fc5825f4f47563fa0014d633d7 Package: ros-jazzy-hatchbed-common Version: 0.1.7-1noble.20260519.225535 Architecture: arm64 Maintainer: Marc Alban Installed-Size: 4300 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, libfmt-dev, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-tf2-msgs, ros-jazzy-tf2-ros, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-hatchbed-common/ros-jazzy-hatchbed-common_0.1.7-1noble.20260519.225535_arm64.deb Size: 599224 SHA256: 7b3ba767154884d59a09d322c401390a5d9d5bbc2f7560a0636d148d3ae1c874 SHA1: e5f05775b3d73a8c530cdfd4ff7665fcc8b71284 MD5sum: 8fa99fd53b41e17a9e713b68eb0aa6e9 Description: Common Hatchbed C++ utility code for ROS, such registering and handling updates to ros parameters. Package: ros-jazzy-hatchbed-common-dbgsym Package-Type: ddeb Source: ros-jazzy-hatchbed-common Version: 0.1.7-1noble.20260519.225535 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Marc Alban Installed-Size: 25510 Depends: ros-jazzy-hatchbed-common (= 0.1.7-1noble.20260519.225535) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-hatchbed-common/ros-jazzy-hatchbed-common-dbgsym_0.1.7-1noble.20260519.225535_arm64.deb Size: 20277054 SHA256: 2aa1051599ca99a94a229fe0cdae4c913d051ed8e00c1f049b96b12f4f08a8cf SHA1: 8a56ff11a1ea965e2aaaf319347c832a8e3e591d MD5sum: ce3d1d8f0e169bb0913aaa7f9ff7b237 Description: debug symbols for ros-jazzy-hatchbed-common Build-Ids: 0d99c7748e2a2f969659074b62c05f13ca0e6d7f 16add4a4b275e7fc9e9f23bc5c4977c4e6b4dd22 1add2e0b7debc9bb3d148dc3d167478515ec699e 1c9368dfb427aa96874d41d27b057e067ce65abe 3313b5981b80f7efb1a579c951d89b241998b2b1 3cbaced9b839a20125ea56248a7c5c6eaa2f3d35 5494541c134c6e1cdc2ff5d8aa360673b6aec6ba 6602e1b562900defbeb09fa814e1f2e48e97adce 85442ac03ff2d85770e298779934429909aed012 bb720d4e4ddac20b0e57fedf63e618edd2f9580b d02fb00bf9ef0da6e5baa7e4d6f10cbaa2ac7768 f612bb067299add4fe043900852f7814a347db59 Package: ros-jazzy-heaphook Version: 0.1.1-3noble.20260305.223900 Architecture: arm64 Maintainer: sykwer Installed-Size: 244 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-tlsf, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-heaphook/ros-jazzy-heaphook_0.1.1-3noble.20260305.223900_arm64.deb Size: 24096 SHA256: 5ae2b09c60575ff822d3c064504a1a942e0a7b0d2d5cb33484f58df49a3e346e SHA1: 993eb9a59a6b0cf35335b3a0b44a7c5aad2ff0ab MD5sum: 5e39c4fc27a5ea4887988813f73860d5 Description: Replace all the dynamic heap allocation functions by LD_PRELOAD Package: ros-jazzy-heaphook-dbgsym Package-Type: ddeb Source: ros-jazzy-heaphook Version: 0.1.1-3noble.20260305.223900 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: sykwer Installed-Size: 196 Depends: ros-jazzy-heaphook (= 0.1.1-3noble.20260305.223900) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-heaphook/ros-jazzy-heaphook-dbgsym_0.1.1-3noble.20260305.223900_arm64.deb Size: 149598 SHA256: 841703adad6e7751e6f44ce3352bb8dae2797d964c19c9fa11777984f83db2c8 SHA1: a0c7d378428eb2143b74cd26428aa7868cd79040 MD5sum: 564fb35f5349875875b1d11d8a54617f Description: debug symbols for ros-jazzy-heaphook Build-Ids: 585aef3380448dd46d83b3b73fc4321173b4969e d07dd38d12b19a12d8d6c64f22288d2064769f3f f186211518c48574994c40f80ae26849660aac07 Package: ros-jazzy-hebi-cpp-api Version: 3.16.0-1noble.20260305.214321 Architecture: arm64 Maintainer: Chris Bollinger Installed-Size: 22089 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ros-workspace Homepage: http://docs.hebi.us/tools.html#cpp-api Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-hebi-cpp-api/ros-jazzy-hebi-cpp-api_3.16.0-1noble.20260305.214321_arm64.deb Size: 6471292 SHA256: d769fe03fa3de0d576fdb5bd42b45c4d8e6bf114fb73feed9e28cd45e9ee1872 SHA1: f7a10609b30c1df9ab0d022c8ff37703895562ba MD5sum: cd33154c81a0b3b3e92d7735f05fbe64 Description: A ROS 2 package providing access to the HEBI C++ API. Package: ros-jazzy-hebi-cpp-api-dbgsym Package-Type: ddeb Source: ros-jazzy-hebi-cpp-api Version: 3.16.0-1noble.20260305.214321 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Bollinger Installed-Size: 3914 Depends: ros-jazzy-hebi-cpp-api (= 3.16.0-1noble.20260305.214321) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-hebi-cpp-api/ros-jazzy-hebi-cpp-api-dbgsym_3.16.0-1noble.20260305.214321_arm64.deb Size: 3745120 SHA256: 9cfec3e2a36d3ab08996bb616856903f4b3628440e7007a55a689011e962a8e4 SHA1: dd53b1015e34b87920dced198986bbfbca5f2577 MD5sum: 0b4328221407404049c8cf5c6e4c6fc1 Description: debug symbols for ros-jazzy-hebi-cpp-api Build-Ids: ecd1fa3f5fdf608e226137bfe7679fe10b941b2c Package: ros-jazzy-hitch-estimation-apriltag-array Version: 0.0.2-1noble.20260520.051904 Architecture: arm64 Maintainer: li9i Installed-Size: 103 Depends: ros-jazzy-apriltag-ros, ros-jazzy-geometry-msgs, ros-jazzy-rclpy, ros-jazzy-sensor-msgs, ros-jazzy-tf-transformations, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://github.com/li9i/apriltag-hitch-estimation Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-hitch-estimation-apriltag-array/ros-jazzy-hitch-estimation-apriltag-array_0.0.2-1noble.20260520.051904_arm64.deb Size: 18938 SHA256: 36422f56fda2d8d0551a932c687cf440dd515853fa754ed065ef463ecf7be130 SHA1: 7c23ab4171886ba6ebf490b91c2fc4596c89b09b MD5sum: c2c13bd1359b7ba1ae07b988d9206ce8 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-jazzy-hls-lfcd-lds-driver Version: 2.1.1-1noble.20260520.014025 Architecture: arm64 Maintainer: Pyo Installed-Size: 319 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-system-dev, ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/hls_lfcd_lds_driver Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-hls-lfcd-lds-driver/ros-jazzy-hls-lfcd-lds-driver_2.1.1-1noble.20260520.014025_arm64.deb Size: 80170 SHA256: ee99964952679099b51bef07d6e7346e7b6de85db46807d332d642fdc2a8d3d0 SHA1: bff8ab4522a64ccb5e3065a077310e3f29adfd72 MD5sum: e072eb1840c6d758bb4c66d4fb57dbe1 Description: ROS package for LDS-01(HLS-LFCD2). The LDS (Laser Distance Sensor) is a sensor sending the data to Host for the simultaneous localization and mapping (SLAM). Simultaneously the detecting obstacle data can also be sent to Host. HLDS(Hitachi-LG Data Storage) is developing the technology for the moving platform sensor such as Robot Vacuum Cleaners, Home Robot, Robotics Lawn Mower Sensor, etc. Package: ros-jazzy-hls-lfcd-lds-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-hls-lfcd-lds-driver Version: 2.1.1-1noble.20260520.014025 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 1162 Depends: ros-jazzy-hls-lfcd-lds-driver (= 2.1.1-1noble.20260520.014025) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-hls-lfcd-lds-driver/ros-jazzy-hls-lfcd-lds-driver-dbgsym_2.1.1-1noble.20260520.014025_arm64.deb Size: 996366 SHA256: e5751804c9438aacdd42d3ae93e342b3b215f5c472fdfe7c1567d5f3a040c86b SHA1: 49f7f08ab16b7573c647a406a92f57bb1e08b136 MD5sum: 68a4b8b5b11712baf03a97db8d90a8c6 Description: debug symbols for ros-jazzy-hls-lfcd-lds-driver Build-Ids: b3112355030707a345a7d3591d8fde72ada0589c Package: ros-jazzy-hpp-fcl Version: 2.4.5-1noble.20260226.125544 Architecture: arm64 Maintainer: Joseph Mirabel Installed-Size: 6451 Depends: libassimp5 (>= 5.3.1+ds), libboost-filesystem1.83.0 (>= 1.83.0), libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py312, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), liboctomap1.9t64 (>= 1.9.7+dfsg), libstdc++6 (>= 13.1), libassimp-dev, libboost-all-dev, libeigen3-dev, liboctomap-dev, python3-dev, python3-numpy, ros-jazzy-eigenpy, ros-jazzy-ros-workspace Homepage: https://github.com/humanoid-path-planner/hpp-fcl Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-hpp-fcl/ros-jazzy-hpp-fcl_2.4.5-1noble.20260226.125544_arm64.deb Size: 1076420 SHA256: d4063ee8579614c25e1e671021e5e5ed7650a28e9dd4454346ca773d62a3ee9f SHA1: bc2bcc1b670830cdbca0d352cbc3c7e57a988448 MD5sum: 77cce632b58be4e4354c75853e2ade56 Description: An extension of the Flexible Collision Library. Package: ros-jazzy-hpp-fcl-dbgsym Package-Type: ddeb Source: ros-jazzy-hpp-fcl Version: 2.4.5-1noble.20260226.125544 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Joseph Mirabel Installed-Size: 54945 Depends: ros-jazzy-hpp-fcl (= 2.4.5-1noble.20260226.125544) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-hpp-fcl/ros-jazzy-hpp-fcl-dbgsym_2.4.5-1noble.20260226.125544_arm64.deb Size: 50175078 SHA256: 279a28f874214cf20dbf93b5f4c445c7b7e9c8d8e7dafe42d5864445dc84a022 SHA1: c39483d84a705e1ba5435c0a88ec374f18a87a57 MD5sum: bbf5dd7dd392cf09e8704151e619e462 Description: debug symbols for ros-jazzy-hpp-fcl Build-Ids: 43e85ccc2303ed7aac5a71de29ce727a554e5e6d 5c7638fd9b17529f9ac5747210d1020fdb6c52c9 Package: ros-jazzy-hri-actions-msgs Version: 2.5.0-1noble.20260519.184139 Architecture: arm64 Maintainer: Séverin Lemaignan Installed-Size: 8360 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-action-msgs, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-hri-actions-msgs/ros-jazzy-hri-actions-msgs_2.5.0-1noble.20260519.184139_arm64.deb Size: 442556 SHA256: acae6c486911aed4c5050fde31f958c8cf824fc5aaae746811d9f896aaadfc53 SHA1: 3d929b067da66aae4af77399da011da935456a5d MD5sum: 4e8106b7a455a129ff54d587f3d81c95 Description: Action definitions useful for Human-Robot Interaction Package: ros-jazzy-hri-actions-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-hri-actions-msgs Version: 2.5.0-1noble.20260519.184139 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Séverin Lemaignan Installed-Size: 4336 Depends: ros-jazzy-hri-actions-msgs (= 2.5.0-1noble.20260519.184139) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-hri-actions-msgs/ros-jazzy-hri-actions-msgs-dbgsym_2.5.0-1noble.20260519.184139_arm64.deb Size: 2959728 SHA256: 002e6315eb1c9648ddc90d7fd171a7704fcf7cecc0d37e6edc051ebd61f262ee SHA1: 86c0e7f3b0093d46322966c7a425bae464fd0bf4 MD5sum: 7cc3641a0e2a1faa0816a89d58828bba Description: debug symbols for ros-jazzy-hri-actions-msgs Build-Ids: 19500b3db9d4c3c5e388fbffff48ef0c027a44f3 40328fbea82d355abe4240388e00d6279d9b5805 56f44e21387b98b4ba464cbccafe703fcf6192bc 7ac0a5beee9764dfc9ecaa3f8841d7952e18232e 8ca878528454ca1d124b093a70f3c379b039392a 8e561620e0816f97b18363f9d8a14d6579e5d172 c3e435c79b5ef6f277a5a6917e808b38b403c75e cbba7b9ef1659d4f7ac2172b52c5b53729c65096 cdac278d6e1b42d52fa412de85a4362d9cf3cfe9 ce347cae6630aa58e72f9de321f7985549910b66 db82c0920b333836a3fffe0c5c9cba7f2b26aeb8 Package: ros-jazzy-hri-msgs Version: 2.3.2-1noble.20260519.193239 Architecture: arm64 Maintainer: Séverin Lemaignan Installed-Size: 3127 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-hri-msgs/ros-jazzy-hri-msgs_2.3.2-1noble.20260519.193239_arm64.deb Size: 217050 SHA256: e7d8709e2e22a155dbcdedac944248d2bbe03fb30e4c0fa90451ed88cb0fdd4f SHA1: 22e8a78d2d62f06d0a9c9ffe9e2f965335c3b8dd MD5sum: 4cf0269d54c71554d4c73149e7d9773d Description: Messages, services and action definitions useful for Human-Robot Interaction Package: ros-jazzy-hri-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-hri-msgs Version: 2.3.2-1noble.20260519.193239 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Séverin Lemaignan Installed-Size: 2184 Depends: ros-jazzy-hri-msgs (= 2.3.2-1noble.20260519.193239) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-hri-msgs/ros-jazzy-hri-msgs-dbgsym_2.3.2-1noble.20260519.193239_arm64.deb Size: 1679758 SHA256: c40cdf94fe9b559b125e7ae1e99621314ceb51b7f6d6d2a78fb09d549a04cca6 SHA1: 33e6a37bd4d984b305f3ceedd9c0aa8a954d36de MD5sum: d9ab1af015472803b5454a6ab19fc96b Description: debug symbols for ros-jazzy-hri-msgs Build-Ids: 0f8b4a54eec2f16b1a2c960d68125addc00f1f51 1140de95d85bfc41ac93535da207573f0a24d5df 320bfc13bc2d8df3bc476d902f0eb796d890f2cf 4610117f4b86ee2c45e031ed824dcaeb0cba375f 61c125fde18ae1c9e97561f469b89fb7c729e788 9ab6202e77803915bbe2ae3a45513d6a6ed82f0f b33519f25929c40fb3a8f438f2e5b406af8d6484 ca4ee13de4bb0e69064e0a4460aa83ae4b0a20f1 cc2089c90e2ccc61d1744a1ca6743dd62c269e07 d5737601e9aa544644990ef95d09e47a4ed2284a f188d2e7f0970c10b78a903eb4045db8d2b21b5d Package: ros-jazzy-human-description Version: 2.0.2-1noble.20260519.210719 Architecture: arm64 Maintainer: Séverin Lemaignan Installed-Size: 73 Depends: ros-jazzy-launch, ros-jazzy-launch-pal, ros-jazzy-launch-param-builder, ros-jazzy-launch-ros, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-human-description/ros-jazzy-human-description_2.0.2-1noble.20260519.210719_arm64.deb Size: 10496 SHA256: 74af86d59cfd598710d7b15a93de674412091e4b80aada6b8b4e51c87ba11b23 SHA1: 3395cd40dd2518677ad5801af961d0a2afef2832 MD5sum: d6a591b34d60fb5c9afc93806a21ca39 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-jazzy-husarion-components-description Version: 0.1.0-1noble.20260520.142640 Architecture: arm64 Maintainer: Husarion Installed-Size: 18838 Depends: ros-jazzy-depthai-descriptions, ros-jazzy-realsense2-description, ros-jazzy-robotiq-description, ros-jazzy-ur-description, ros-jazzy-urdf, ros-jazzy-xacro, ros-jazzy-zed-msgs, ros-jazzy-ros-workspace Homepage: https://husarion.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-husarion-components-description/ros-jazzy-husarion-components-description_0.1.0-1noble.20260520.142640_arm64.deb Size: 2068648 SHA256: 2513b6a97c91af23abde121ceb3ca07a5c261d2ec47a10bfd34a692e5263de22 SHA1: 97dfc1a030ca176b98f2f8ce136e639d6e5eb323 MD5sum: 9a62f0f4a38a69c94c8a18ca5e1cd4f4 Description: URDF descriptions of components offered with Husarion robots Package: ros-jazzy-husarion-ugv-description Version: 2.3.1-1noble.20260520.143156 Architecture: arm64 Maintainer: Husarion Installed-Size: 18241 Depends: ros-jazzy-husarion-components-description, ros-jazzy-joint-state-publisher, ros-jazzy-joint-state-publisher-gui, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-nav2-common, ros-jazzy-robot-state-publisher, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: https://husarion.com/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-husarion-ugv-description/ros-jazzy-husarion-ugv-description_2.3.1-1noble.20260520.143156_arm64.deb Size: 1402454 SHA256: 80a6653b5277f70f79b4dc416f0533c03a608eb66f1bf49b732f34efb4dad918 SHA1: 6d45e54db86edf41a070047cb44439e8edabd7b9 MD5sum: a25246e59bc7eb1ebb7187674acfe346 Description: The package contains URDF and mesh files for Husarion UGV Package: ros-jazzy-husarion-ugv-msgs Version: 2.3.1-1noble.20260519.171219 Architecture: arm64 Maintainer: Husarion Installed-Size: 3793 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://husarion.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-husarion-ugv-msgs/ros-jazzy-husarion-ugv-msgs_2.3.1-1noble.20260519.171219_arm64.deb Size: 248302 SHA256: e8c364e985e4c1b0f6c55fa23f7a716df660a64f8310bc1989f7c9a16f62edf4 SHA1: 2f250c85a868c39764d5c1a73088cd787dc734f2 MD5sum: f142c423c418e70d6f1505ad2e1b377d Description: Custom messages for Husarion UGV Package: ros-jazzy-husarion-ugv-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-husarion-ugv-msgs Version: 2.3.1-1noble.20260519.171219 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Husarion Installed-Size: 2661 Depends: ros-jazzy-husarion-ugv-msgs (= 2.3.1-1noble.20260519.171219) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-husarion-ugv-msgs/ros-jazzy-husarion-ugv-msgs-dbgsym_2.3.1-1noble.20260519.171219_arm64.deb Size: 2035510 SHA256: 96016f095d510533e8ee392a9fafb4390d1808fe54d125fbdf90098655cb7ef9 SHA1: 0c80621a3dceef4fb4a742d63d429c3625a8c7e7 MD5sum: 3542377195441716d84da739bf30a4c0 Description: debug symbols for ros-jazzy-husarion-ugv-msgs Build-Ids: 0de7c183781ef00ca4e2b5c5d139883ff0247582 10a909569e09a55150a0ff8f991c958d23331457 482e81c696fa06979b95e2dbfbdf9d7f39e9a909 4a4f61d3a52edf99ba47c7ef9a5b523795f99aa4 4b1aad1c68dc9c97f92f53e85a94e955d0ca0adb 516cbc84b5e321894863f1042a9e1d9d0fbee725 8c145ff74340e29a14d5c4e72c21d976025537f7 8ef03bc0965d22f5c9224fb12016d24db301bdfa 98b0fa34c749b29d4e5c690acb8bc40ee14cdf0c e518d77f1013d666c0b955e60d8f88f142e2bc51 f0d78a1ec5734fa30774bea6853af6f87e663f96 Package: ros-jazzy-ibeo-msgs Version: 4.0.0-4noble.20260519.171700 Architecture: arm64 Maintainer: AutonomouStuff Software Team Installed-Size: 7909 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/kartech_linear_actuator_msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ibeo-msgs/ros-jazzy-ibeo-msgs_4.0.0-4noble.20260519.171700_arm64.deb Size: 440410 SHA256: e5cec4748c8ab96b116f0f0db5681d514de4b2b674bdfef6b76c04016880d0d7 SHA1: 689b33de259b79c31e97c0c6e95a07ced7cda302 MD5sum: b34242a95c25ca2c403ff446694b50c2 Description: The ibeo_msgs package Package: ros-jazzy-ibeo-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-ibeo-msgs Version: 4.0.0-4noble.20260519.171700 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: AutonomouStuff Software Team Installed-Size: 5082 Depends: ros-jazzy-ibeo-msgs (= 4.0.0-4noble.20260519.171700) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ibeo-msgs/ros-jazzy-ibeo-msgs-dbgsym_4.0.0-4noble.20260519.171700_arm64.deb Size: 3995968 SHA256: a6bfc6d3ea6edda5750e9ffa18d97ca2a607734fdf9f94daa52a708393e302fc SHA1: 3ca2649a3f0a6a476a8d659799e0660310c3e772 MD5sum: 20f6b918327e6228d66e691c7ee5b2b3 Description: debug symbols for ros-jazzy-ibeo-msgs Build-Ids: 1d0c6e390d8533be4f9b9739fa57cd8f0941a872 2ca68ea86e0af04bc4672ea2cf5c031b5ffc1eb4 55ebbf0f657ca8fff8a00e03c6f87e07530086e0 71811c6c1be00f42d292034dd2836a40701abded 78390815cc26b01da772619e811b59e52b0c37a0 aeab9d63e6d61f5c84a73bb34d7130057eef9e53 d78c92650babc31f3dc60efa81039ab918a116c5 deddac55da0870241c83cb3c2c12bc76549392b8 e5020264162f780dfc54abad3bc63f2aead17a42 ea7ad89f7f3403da6869160d1ec2429767277784 ed7b952afb9a89958b9df99cd190f80377238a33 Package: ros-jazzy-iceoryx-binding-c Version: 2.0.6-1noble.20260305.195919 Architecture: arm64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 375 Depends: libc6 (>= 2.17), libstdc++6 (>= 13.1), ros-jazzy-ros-workspace Homepage: https://iceoryx.io Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-iceoryx-binding-c/ros-jazzy-iceoryx-binding-c_2.0.6-1noble.20260305.195919_arm64.deb Size: 61838 SHA256: 1ba6467d3200c58e4baa53a200c40eaad50e72ab9977216436c142269089ec80 SHA1: d16ee18c0e0ffca5d6d434b7616ec27c6b7229f5 MD5sum: d8ee3332a50f42709283f5900812ed55 Description: Eclipse iceoryx inter-process-communication (IPC) middleware C-Language Binding Package: ros-jazzy-iceoryx-binding-c-dbgsym Package-Type: ddeb Source: ros-jazzy-iceoryx-binding-c Version: 2.0.6-1noble.20260305.195919 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 1132 Depends: ros-jazzy-iceoryx-binding-c (= 2.0.6-1noble.20260305.195919) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-iceoryx-binding-c/ros-jazzy-iceoryx-binding-c-dbgsym_2.0.6-1noble.20260305.195919_arm64.deb Size: 1044868 SHA256: db5c20a5da0d14f22cd68024bff4f848ea35c24602b44d535594f651b5cc7f53 SHA1: de3dbff3ddbbca78a0157fa4936c7b9b8221301c MD5sum: af451a7d9149996c6c8658d12059d0a2 Description: debug symbols for ros-jazzy-iceoryx-binding-c Build-Ids: 86334c7698354c217b542832fb1fe8dbee611ddf Package: ros-jazzy-iceoryx-hoofs Version: 2.0.6-1noble.20260225.230504 Architecture: arm64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 1327 Depends: libacl1 (>= 2.2.23), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), acl, libacl1-dev, libatomic1, ros-jazzy-ros-workspace Conflicts: ros-jazzy-iceoryx-utils Replaces: ros-jazzy-iceoryx-utils Homepage: https://iceoryx.io Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-iceoryx-hoofs/ros-jazzy-iceoryx-hoofs_2.0.6-1noble.20260225.230504_arm64.deb Size: 211028 SHA256: 313ac8a8efd06afc448a33df48e5ad30767b2fde78b1a0deb3db9a951480c17c SHA1: 3de428dd81f3432f69808a4b42eecc31d8eb7736 MD5sum: ec8cae3d290eed7dda7d264248753cbe Description: Eclipse iceoryx inter-process-communication (IPC) middleware basic building blocks Package: ros-jazzy-iceoryx-hoofs-dbgsym Package-Type: ddeb Source: ros-jazzy-iceoryx-hoofs Version: 2.0.6-1noble.20260225.230504 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 1246 Depends: ros-jazzy-iceoryx-hoofs (= 2.0.6-1noble.20260225.230504) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-iceoryx-hoofs/ros-jazzy-iceoryx-hoofs-dbgsym_2.0.6-1noble.20260225.230504_arm64.deb Size: 1118614 SHA256: 456f0ae40dda7fd9c334781a0520c5d6d2d36fa1e5fbbe4fd9c2d1bd959846e6 SHA1: e34565b40503f108e1f90022618f9f5c53a478e7 MD5sum: 18136975c1b2cc7318935fa4ffd92cdf Description: debug symbols for ros-jazzy-iceoryx-hoofs Build-Ids: 197a7c0a52f8bcc6b2dac6f2f0970d1a3bff4da6 67fbd19aba41d11e4a349dcd3c218e94154b5da7 Package: ros-jazzy-iceoryx-introspection Version: 2.0.6-1noble.20260305.195955 Architecture: arm64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 241 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libncurses6 (>= 6), libstdc++6 (>= 13.1), libtinfo6 (>= 6), libncurses-dev, ros-jazzy-iceoryx-hoofs, ros-jazzy-iceoryx-posh, ros-jazzy-ros-workspace Homepage: https://iceoryx.io Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-iceoryx-introspection/ros-jazzy-iceoryx-introspection_2.0.6-1noble.20260305.195955_arm64.deb Size: 35210 SHA256: eee9da713653579bce3e85fed1cf72e60e48a28e373251973dbc35e9c291a7c8 SHA1: b9b463c044dbfa1fa7c5399bb1765af788a17d62 MD5sum: 3d4f50f128769c05a5ab7d2dd0bd127e Description: Eclipse iceoryx inter-process-communication (IPC) middleware introspection client Package: ros-jazzy-iceoryx-introspection-dbgsym Package-Type: ddeb Source: ros-jazzy-iceoryx-introspection Version: 2.0.6-1noble.20260305.195955 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 485 Depends: ros-jazzy-iceoryx-introspection (= 2.0.6-1noble.20260305.195955) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-iceoryx-introspection/ros-jazzy-iceoryx-introspection-dbgsym_2.0.6-1noble.20260305.195955_arm64.deb Size: 421172 SHA256: d87cb361b1a0edb2b24e4f79f4a3ede501f12dcab659dfa09f6c75c0d34ed9ae SHA1: 5a16f5e0d02b36b446b11f7aa3356dcd6315bc32 MD5sum: 05fb438356e2ea5e1285d332e3aa5c4d Description: debug symbols for ros-jazzy-iceoryx-introspection Build-Ids: 795c3b83d3cba7080ba428d24b3401e93fd457a5 fe87eb0457e2dca46b66832c499cf5a6c0735076 Package: ros-jazzy-iceoryx-posh Version: 2.0.6-1noble.20260225.232956 Architecture: arm64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 2103 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-iceoryx-hoofs, ros-jazzy-ros-workspace Homepage: https://iceoryx.io Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-iceoryx-posh/ros-jazzy-iceoryx-posh_2.0.6-1noble.20260225.232956_arm64.deb Size: 398114 SHA256: d5023db164a030f148b060ac765e1eeabd6b142ebffa402c52b467724c475228 SHA1: c911dac4a7f38303a2834ada830118bef5a7a90d MD5sum: ed60e28bf82810e42f3f977ded202aae Description: Eclipse iceoryx inter-process-communication (IPC) middleware Posix Shared Memory Library and middleware daemon (RouDi) Package: ros-jazzy-iceoryx-posh-dbgsym Package-Type: ddeb Source: ros-jazzy-iceoryx-posh Version: 2.0.6-1noble.20260225.232956 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 6432 Depends: ros-jazzy-iceoryx-posh (= 2.0.6-1noble.20260225.232956) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-iceoryx-posh/ros-jazzy-iceoryx-posh-dbgsym_2.0.6-1noble.20260225.232956_arm64.deb Size: 5906128 SHA256: ebc17bd0ffa9ce7dd703a44a2f1c2ebc5b7b1941a114f91753d2e13722ef2768 SHA1: f6bfc996f9c351db1f8b371599b40ea6088e6a6f MD5sum: f03b19f80625525490bcf3c0f2d7fc7e Description: debug symbols for ros-jazzy-iceoryx-posh Build-Ids: 019b474d1136823f46487762523cab7d8fc6d4a8 4c77ba468400984f32c5c6cea93c17c52bf4d34e 7268002c8c16c013354d8b603da20be9013d8b60 d6a7bea8b0ae21b4d98cdb355d9e35bb241d154f fc479988bbe47d787c629a01901069f280e56663 Package: ros-jazzy-ifm3d-core Version: 0.18.0-10noble.20260520.041954 Architecture: arm64 Maintainer: Sean Kelly Installed-Size: 2234 Depends: libboost-program-options1.83.0 (>= 1.83.0), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libgcc-s1 (>= 3.3.1), libgoogle-glog0v6t64 (>= 0.6.0), libopencv-core406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libxmlrpc-c++8t64 (>= 1.33.14-7~), libxmlrpc-core-c3t64, curl, libcurl4-openssl-dev, libgoogle-glog-dev, libpcl-dev, libxmlrpc-c++8-dev, ros-jazzy-cv-bridge, ros-jazzy-ros-workspace Homepage: https://github.com/ifm/ifm3d Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ifm3d-core/ros-jazzy-ifm3d-core_0.18.0-10noble.20260520.041954_arm64.deb Size: 454018 SHA256: f7c535f36a87737d2dc7b6b34bce4da396b06e5b3ae9fc09b6857c5f6f4c0eb9 SHA1: 4041818e978531d6dd6f43923a06cc2b0e7a52fc MD5sum: 21d670d7f50b7f60a612fdacb7b7f7bb Description: Library and Utilities for working with ifm pmd-based 3D ToF Cameras Package: ros-jazzy-image-common Version: 5.1.7-1noble.20260520.044041 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 42 Depends: ros-jazzy-camera-calibration-parsers, ros-jazzy-camera-info-manager, ros-jazzy-image-transport, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/image_common Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-common/ros-jazzy-image-common_5.1.7-1noble.20260520.044041_arm64.deb Size: 5860 SHA256: 053671e458e3c936938e61e404f87867a877cf83c73bd19484a61381ec77e555 SHA1: 2304da2408f9474d31b86df9a2bf49ae199f87e6 MD5sum: aeb594ac1e7a545b795174faae6ebdc3 Description: Common code for working with images in ROS. Package: ros-jazzy-image-geometry Version: 4.1.0-1noble.20260519.201852 Architecture: arm64 Maintainer: Kenji Brameld Installed-Size: 194 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 11), libopencv-dev, python3-deprecated, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/image_geometry Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-geometry/ros-jazzy-image-geometry_4.1.0-1noble.20260519.201852_arm64.deb Size: 32004 SHA256: 24a1544ac8347bcff49a710e5a1db2c2fe0fdd5026f19bcf1e51ce881584cab2 SHA1: d05a397d4bc7780943ebc10a41cd0737940e3024 MD5sum: b62cc673b39ccc49f6bb6d6e6a0d06ab 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-jazzy-image-geometry-dbgsym Package-Type: ddeb Source: ros-jazzy-image-geometry Version: 4.1.0-1noble.20260519.201852 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Kenji Brameld Installed-Size: 271 Depends: ros-jazzy-image-geometry (= 4.1.0-1noble.20260519.201852) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-geometry/ros-jazzy-image-geometry-dbgsym_4.1.0-1noble.20260519.201852_arm64.deb Size: 245704 SHA256: 0d91e2e8e093529d0598e2b1a61181b41b2d071389921d624240ba609fc16fa8 SHA1: 4993190aa6ebd72b774d909779a198ca22952090 MD5sum: 1a62ed719097c8af9f24499c4c97d138 Description: debug symbols for ros-jazzy-image-geometry Build-Ids: 9eac54b43c2bddf9332e3979d5f6dcceccddc3ae Package: ros-jazzy-image-pipeline Version: 5.0.12-1noble.20260520.054243 Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 43 Depends: ros-jazzy-camera-calibration, ros-jazzy-depth-image-proc, ros-jazzy-image-proc, ros-jazzy-image-publisher, ros-jazzy-image-rotate, ros-jazzy-image-view, ros-jazzy-stereo-image-proc, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/image_pipeline/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-pipeline/ros-jazzy-image-pipeline_5.0.12-1noble.20260520.054243_arm64.deb Size: 6856 SHA256: 5b47c17b6700e69c204e10b7ee27649e4f41cdb075758c981374c39ffd76f41c SHA1: 04c3085aac83c8532323916a9aca6dd1633d5b57 MD5sum: 1004736d9cceb02abf10b9ac6d87c808 Description: image_pipeline fills the gap between getting raw images from a camera driver and higher-level vision processing. Package: ros-jazzy-image-proc Version: 5.0.12-1noble.20260520.012003 Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 1876 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-contrib406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-flann406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libopencv-dev, ros-jazzy-camera-calibration-parsers, ros-jazzy-cv-bridge, ros-jazzy-geometry-msgs, ros-jazzy-image-geometry, ros-jazzy-image-transport, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rcutils, ros-jazzy-sensor-msgs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tracetools-image-pipeline, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/image_proc/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-proc/ros-jazzy-image-proc_5.0.12-1noble.20260520.012003_arm64.deb Size: 250350 SHA256: 1800ebc9c994d2c1d0a5ae8cd91a513b07455f540f014e5834e9614a8d4f26f1 SHA1: 04c6c4acd80e5d8f37c69c3e7f390577e929462e MD5sum: c37ddbb82127a266c09d7e0e1057c2e3 Description: Single image rectification and color processing. Package: ros-jazzy-image-proc-dbgsym Package-Type: ddeb Source: ros-jazzy-image-proc Version: 5.0.12-1noble.20260520.012003 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 8809 Depends: ros-jazzy-image-proc (= 5.0.12-1noble.20260520.012003) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-proc/ros-jazzy-image-proc-dbgsym_5.0.12-1noble.20260520.012003_arm64.deb Size: 7146532 SHA256: 282fc6ba49590658af01b24a4c46984a60aa6557e575e0f4695ac2e5c9129b04 SHA1: ca81f80df8512a206c08c438e71a5055a3a899ae MD5sum: 4359e96aae3833e8f0c1dd6fae8ebc0a Description: debug symbols for ros-jazzy-image-proc Build-Ids: 1049ed6995cbdc156b02e4eba15d7b8216d91451 215fb42820a8637e38996f5cd1df5f25eb374efe 3739ce9ef4086aba1748066f84428058346a657b 653732c289adb24bb2f6d409699ac7d1f76b8edb 961918f58864f63331b6a033b37d4a54132f6224 98dfc45b55e07000115bdf045ca35dc85561bcad 9bfaa60bb592675d61276f58512f250323b6eece 9f1f8dac256467f74b398e09c09f1eb23f55f87f a0437c55507cd81b1e373d791d0ac8788dbbcccb a36ef9370a4627c0c79ea5c4f404429e8b652d4d bd6b9309ff26a423e6dca393b4136e1b4c62e09b f771aef1ae28c7e0750b125eb2f35286ec309cbb ff33f8f1761577c3a667ff78a09a9cc1da95c88d Package: ros-jazzy-image-publisher Version: 5.0.12-1noble.20260520.012314 Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 397 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-videoio406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), ros-jazzy-camera-info-manager, ros-jazzy-cv-bridge, ros-jazzy-image-transport, ros-jazzy-rcl-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/image_publisher/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-publisher/ros-jazzy-image-publisher_5.0.12-1noble.20260520.012314_arm64.deb Size: 125492 SHA256: 430c973046c0b3be9b632755175bfddc1399b0b81f4d441e7194759a71434a84 SHA1: 3bce0424acd3a5eaa6b5b30c2d5f754ce4ed1cfc MD5sum: 704ab447beecbf20866b3f1f9a302948 Description: Contains a node publish an image stream from single image file or avi motion file. Package: ros-jazzy-image-publisher-dbgsym Package-Type: ddeb Source: ros-jazzy-image-publisher Version: 5.0.12-1noble.20260520.012314 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 1286 Depends: ros-jazzy-image-publisher (= 5.0.12-1noble.20260520.012314) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-publisher/ros-jazzy-image-publisher-dbgsym_5.0.12-1noble.20260520.012314_arm64.deb Size: 1184158 SHA256: 506107e5706ba45e91edc9ee6c923dc9a8152f2d65a05876b631c792e5631398 SHA1: cbd150175f96fa38a2a25b43d594d01d4c695c4c MD5sum: 8cf0d496af237a14ff1c9a780c3355ec Description: debug symbols for ros-jazzy-image-publisher Build-Ids: 7781eef895bd0d2ab0225c9aef9abb99a865a990 9811eb423b9612516072cfd4aa471ae2c20bdba6 Package: ros-jazzy-image-rotate Version: 5.0.12-1noble.20260520.002849 Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 866 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libopencv-dev, ros-jazzy-cv-bridge, ros-jazzy-geometry-msgs, ros-jazzy-image-transport, ros-jazzy-rcl-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/image_rotate/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-rotate/ros-jazzy-image-rotate_5.0.12-1noble.20260520.002849_arm64.deb Size: 153610 SHA256: 9d586b2b686b8565f86f91b02ef6ce0d661c8d5df0bdf1c0ff0460f529b74eb5 SHA1: 3f88d2b8dd90c3b6d43e2899f2b547cdd2bf86ac MD5sum: aeb2ad8eb48c4b8f44569791820f1445 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-jazzy-image-rotate-dbgsym Package-Type: ddeb Source: ros-jazzy-image-rotate Version: 5.0.12-1noble.20260520.002849 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 3770 Depends: ros-jazzy-image-rotate (= 5.0.12-1noble.20260520.002849) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-rotate/ros-jazzy-image-rotate-dbgsym_5.0.12-1noble.20260520.002849_arm64.deb Size: 3413832 SHA256: 77ff3772caee3819537b88fe4c690879f4a467dac34f748a24bacb28049cd86a SHA1: 09d95b1d214693f0a2836971be811dec357f3ec2 MD5sum: 3da976a663d2fa25b66dec484bbb252e Description: debug symbols for ros-jazzy-image-rotate Build-Ids: 156cb921bdf01d29ba170c5748272aa803d1a39c 43227be8d96ce3d03e774dfb9c30d62658e97eee 5992e0a1d0cd382c00250084b9aaab58ef250246 cae386e3cfd64e9ed749e29504c53378adf4dac8 Package: ros-jazzy-image-tools Version: 0.33.10-1noble.20260519.225748 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 1116 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-highgui406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopencv-videoio406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-tools/ros-jazzy-image-tools_0.33.10-1noble.20260519.225748_arm64.deb Size: 175438 SHA256: d5605bf7c1047e7865145d97db8510655387b363e511a2e533032c4fe6763b7d SHA1: b2b0e62ebafe193a3e5dc3d3489b45a5243c9b59 MD5sum: f911ae2ba8604821406809c3e2b2c0e7 Description: Tools to capture and play back images to and from DDS subscriptions and publications. Package: ros-jazzy-image-tools-dbgsym Package-Type: ddeb Source: ros-jazzy-image-tools Version: 0.33.10-1noble.20260519.225748 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 5012 Depends: ros-jazzy-image-tools (= 0.33.10-1noble.20260519.225748) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-tools/ros-jazzy-image-tools-dbgsym_0.33.10-1noble.20260519.225748_arm64.deb Size: 4012028 SHA256: 2d5c3a24bd9300b5744b87b7c46ad32dfd58ddcc0e2a0bd881949df7dc630cd1 SHA1: 06653d407d943d362f8d1066bd7d3eb9681c01f1 MD5sum: 5c02e27cc0f8411a098ca6bf412902f7 Description: debug symbols for ros-jazzy-image-tools Build-Ids: 48ecd39c9b6db9a602a56724af2bc29fa5d5e58a 5a3324e678bc113e88d1588d10ad27991504f5c7 67b5ff39fdf16cd368d96f0d15793b343c409496 Package: ros-jazzy-image-transport Version: 5.1.7-1noble.20260519.213033 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 3009 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-message-filters, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/image_transport Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-transport/ros-jazzy-image-transport_5.1.7-1noble.20260519.213033_arm64.deb Size: 388840 SHA256: 5f91c3ef2bf926c5b4e00afcbab9e77adfef5f37d1ff136165d739ac308ee749 SHA1: 8ad92b216f6c7b8584d210de6113efd4a967bb9a MD5sum: 2775f59b4d55ad6a31998a50c481468d 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-jazzy-image-transport-dbgsym Package-Type: ddeb Source: ros-jazzy-image-transport Version: 5.1.7-1noble.20260519.213033 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 9654 Depends: ros-jazzy-image-transport (= 5.1.7-1noble.20260519.213033) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-transport/ros-jazzy-image-transport-dbgsym_5.1.7-1noble.20260519.213033_arm64.deb Size: 8436874 SHA256: b3ee52614015a4102b2c72c301567b961adc94f6f66de5f1300549f8aa8f8e4c SHA1: c6a958d02993f369f3536f56ebb36de5de903494 MD5sum: 2bd2b832c8402e3f0700a6ddd5f13760 Description: debug symbols for ros-jazzy-image-transport Build-Ids: 42e96410611e4c4091d1337cb1c19fcaf052a2f5 933ad42db0c2aa7b60244b8d879478dcd8a81f0d c8428bbc48af8768acb1bef04cc226286129eed6 d47eeeabaff0e706ecc78a2c38e14b04d5e9f014 fa513c351f97823a4caa2dec98e746fa2c2485bf Package: ros-jazzy-image-transport-plugins Version: 4.0.7-1noble.20260520.044456 Architecture: arm64 Maintainer: Kenji Brameld Installed-Size: 42 Depends: ros-jazzy-compressed-depth-image-transport, ros-jazzy-compressed-image-transport, ros-jazzy-theora-image-transport, ros-jazzy-zstd-image-transport, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/image_transport_plugins Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-transport-plugins/ros-jazzy-image-transport-plugins_4.0.7-1noble.20260520.044456_arm64.deb Size: 6138 SHA256: 179f3da32a8474284f74f4be4138a637ac1cbf6d624948ce64e711f899c61ac6 SHA1: 19ff11e28e30292cf842c174f1b7485f83a8b877 MD5sum: a4a4d273ec47bde43fdb6f8fb4d23a95 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-jazzy-image-view Version: 5.0.12-1noble.20260520.012048 Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 1594 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-highgui406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-videoio406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), ros-jazzy-camera-calibration-parsers, ros-jazzy-cv-bridge, ros-jazzy-image-transport, ros-jazzy-message-filters, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclpy, ros-jazzy-sensor-msgs, ros-jazzy-std-srvs, ros-jazzy-stereo-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/image_view/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-view/ros-jazzy-image-view_5.0.12-1noble.20260520.012048_arm64.deb Size: 273564 SHA256: ef4725af8ab344d90c125188aa0fedf1cc488e36389a8cc13397e737867b6b15 SHA1: 1c1efd85603f0db6e8b5221554c398996feab3b0 MD5sum: f630cbe3d3d31eae4a515645694908b7 Description: A simple viewer for ROS image topics. Includes a specialized viewer for stereo + disparity images. Package: ros-jazzy-image-view-dbgsym Package-Type: ddeb Source: ros-jazzy-image-view Version: 5.0.12-1noble.20260520.012048 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 8576 Depends: ros-jazzy-image-view (= 5.0.12-1noble.20260520.012048) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-view/ros-jazzy-image-view-dbgsym_5.0.12-1noble.20260520.012048_arm64.deb Size: 7499130 SHA256: fee9f5b894dffc48d366dae966d0484639e9b1be402a9de3b34691ae5b6c08a3 SHA1: a28b50734c9e4233202d065f685dc529e465ef4d MD5sum: d215ebda71c2db091c38b646460e23b3 Description: debug symbols for ros-jazzy-image-view Build-Ids: 34f97b12964e8fda9f8c06cdff70bd8b20cf30dc 43e8f57e5aa7ac3c5a1f3c2fea1e747e008c53c4 9700c64980169e710c6f53700fba60dd811bcd69 b4e077629d8d294eab52313ecb74f419d8a2b3df b693f20d8dcabefc3d9ca1a6e311283b6ebea614 ef526f6610f4822434fe4b58fd83ec84a445c193 feb699e85c6f5cc47258b17442e73bc18669b47b Package: ros-jazzy-imu-complementary-filter Version: 2.1.5-1noble.20260519.225754 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 1176 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ros-workspace Homepage: http://www.mdpi.com/1424-8220/15/8/19302 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-imu-complementary-filter/ros-jazzy-imu-complementary-filter_2.1.5-1noble.20260519.225754_arm64.deb Size: 198004 SHA256: 50e037e8d42e06ea0ec1b4e242db900fade3bc0b9580eb94075c2c7df53a15b9 SHA1: 59131dd896c776a78cf8102b4bd41f54db444982 MD5sum: 0282a7f3cf11c6b626eeadcbe2e5da70 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-jazzy-imu-complementary-filter-dbgsym Package-Type: ddeb Source: ros-jazzy-imu-complementary-filter Version: 2.1.5-1noble.20260519.225754 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 4676 Depends: ros-jazzy-imu-complementary-filter (= 2.1.5-1noble.20260519.225754) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-imu-complementary-filter/ros-jazzy-imu-complementary-filter-dbgsym_2.1.5-1noble.20260519.225754_arm64.deb Size: 3898652 SHA256: ba47e164801d33d7c4c028c58875a97166e25e032cb7979a3d75236f63c92b2c SHA1: 4daa43e79b79802bffb53e3360d410ddf275bdac MD5sum: 37e8e3777a811dc80c16f515379a7dd8 Description: debug symbols for ros-jazzy-imu-complementary-filter Build-Ids: 05891efe4bc74fc9e2375c38cb68070b44673447 78a011e569c6cd755dc8fff29f51f4545d3d9389 Package: ros-jazzy-imu-filter-madgwick Version: 2.1.5-1noble.20260520.002350 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 1379 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-lifecycle, ros-jazzy-sensor-msgs, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/imu_filter_madgwick Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-imu-filter-madgwick/ros-jazzy-imu-filter-madgwick_2.1.5-1noble.20260520.002350_arm64.deb Size: 229662 SHA256: 972377fb012b68a36227cfd9c59e5a050972e32ad722bf44f3b78264d62fe27e SHA1: 7eca8418bc5b8a19ac145831ba999f9942121e8f MD5sum: 08260a147c6c13a677f44a383df90804 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-jazzy-imu-filter-madgwick-dbgsym Package-Type: ddeb Source: ros-jazzy-imu-filter-madgwick Version: 2.1.5-1noble.20260520.002350 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 5623 Depends: ros-jazzy-imu-filter-madgwick (= 2.1.5-1noble.20260520.002350) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-imu-filter-madgwick/ros-jazzy-imu-filter-madgwick-dbgsym_2.1.5-1noble.20260520.002350_arm64.deb Size: 4647208 SHA256: 8d5c154b90449a0259bad54cfdc61704947286be2d51331e75e7854191202a8a SHA1: 038bca2684abc0adf77e76d4744d43c3ea212a70 MD5sum: 431eefdb19a0eafc8c3080422a8e89a4 Description: debug symbols for ros-jazzy-imu-filter-madgwick Build-Ids: 2ac419a9daf7a9167f3a586b94cec74a12e93828 7aa3bfea85a0a2a6f2bcda8e1357073eafb4004b Package: ros-jazzy-imu-pipeline Version: 0.5.2-1noble.20260520.054147 Architecture: arm64 Maintainer: Paul Bovbel Installed-Size: 41 Depends: ros-jazzy-imu-processors, ros-jazzy-imu-transformer, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/imu_pipeline Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-imu-pipeline/ros-jazzy-imu-pipeline_0.5.2-1noble.20260520.054147_arm64.deb Size: 5428 SHA256: 08c0deba86c03b6b11187d9d8b559c72f2ada44fd304ac72caa08e193e7ef74d SHA1: cff3ae8cc167200e28dfe31260dc45dd2ae227b6 MD5sum: 4d38229a2ce52d87ee35b71215a99bf1 Description: imu_pipeline Package: ros-jazzy-imu-processors Version: 0.5.2-1noble.20260520.000135 Architecture: arm64 Maintainer: Paul Bovbel Installed-Size: 1861 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/imu_processors Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-imu-processors/ros-jazzy-imu-processors_0.5.2-1noble.20260520.000135_arm64.deb Size: 241038 SHA256: 2c477f37470a0f59d7641644fb5209efe347f31e603bc5d3844c8a81cc99eaa9 SHA1: 2d5b3cee2f504a35e4c6aaab6ee1ebeb20475671 MD5sum: 35aff192977f04d0414ad34b45e6504a Description: Processors for sensor_msgs::Imu data Package: ros-jazzy-imu-processors-dbgsym Package-Type: ddeb Source: ros-jazzy-imu-processors Version: 0.5.2-1noble.20260520.000135 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Paul Bovbel Installed-Size: 7624 Depends: ros-jazzy-imu-processors (= 0.5.2-1noble.20260520.000135) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-imu-processors/ros-jazzy-imu-processors-dbgsym_0.5.2-1noble.20260520.000135_arm64.deb Size: 6101244 SHA256: 2fda977ce8e7246fd82e7e408173b1955c6bc2d8e9f84c926134dea932218819 SHA1: 9b80b09562370afef865edeeac43ab8318829056 MD5sum: 4d75f6c270a14ba71f07301cb1149bc4 Description: debug symbols for ros-jazzy-imu-processors Build-Ids: 20b654f0ff67f7f4d9ce195a14e36e3f6e896a1b 79bc74b271650aefd46a4f3c5247a374b2e182e7 89707947e248113aae545a11f8f7649f62298829 c6197246ae269c23f051ceb71c303d8f9ee2d142 Package: ros-jazzy-imu-sensor-broadcaster Version: 4.40.1-1noble.20260520.050023 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 284 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-backward-ros, ros-jazzy-controller-interface, ros-jazzy-generate-parameter-library, ros-jazzy-hardware-interface, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-realtime-tools, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-imu-sensor-broadcaster/ros-jazzy-imu-sensor-broadcaster_4.40.1-1noble.20260520.050023_arm64.deb Size: 78682 SHA256: 59477ef8562b149eba962b8b72566b79072090161080c2287924746994705a15 SHA1: 37eb9224378bcce55cd00a9c57d73bdb899cc3c4 MD5sum: 7de73c55a977a45ee690636eb975a76f Description: Controller to publish readings of IMU sensors. Package: ros-jazzy-imu-sensor-broadcaster-dbgsym Package-Type: ddeb Source: ros-jazzy-imu-sensor-broadcaster Version: 4.40.1-1noble.20260520.050023 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 1150 Depends: ros-jazzy-imu-sensor-broadcaster (= 4.40.1-1noble.20260520.050023) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-imu-sensor-broadcaster/ros-jazzy-imu-sensor-broadcaster-dbgsym_4.40.1-1noble.20260520.050023_arm64.deb Size: 1045970 SHA256: a457d2426a30db3826972d62a7414d0fe2da306c2cee2b0b98b0324faf10a39d SHA1: 2e560b38915bfc60a2f828a998e6235e08cc02a5 MD5sum: fceeed180dafa29bf4ba0ecbfc417756 Description: debug symbols for ros-jazzy-imu-sensor-broadcaster Build-Ids: 3c84d07df2a2fcba4b17ee3ea8e6466f0030d95e Package: ros-jazzy-imu-tools Version: 2.1.5-1noble.20260520.044457 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 41 Depends: ros-jazzy-imu-complementary-filter, ros-jazzy-imu-filter-madgwick, ros-jazzy-rviz-imu-plugin, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/imu_tools Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-imu-tools/ros-jazzy-imu-tools_2.1.5-1noble.20260520.044457_arm64.deb Size: 5260 SHA256: 261e9676a7d6f56bf28eea3c7ad37bb76204e72c97226f4d99bd78ac5ea65317 SHA1: e5edf875bfee33e2e33570e35ca23aac92b5df21 MD5sum: 1e030b489e71e5057a0945c1b79eab42 Description: Various tools for IMU devices Package: ros-jazzy-imu-transformer Version: 0.5.2-1noble.20260520.014146 Architecture: arm64 Maintainer: Paul Bovbel Installed-Size: 963 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-message-filters, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-tf2-ros, ros-jazzy-tf2-sensor-msgs, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/imu_transformer Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-imu-transformer/ros-jazzy-imu-transformer_0.5.2-1noble.20260520.014146_arm64.deb Size: 170620 SHA256: 2fd07261a7f647f3d05f2752fa8dd9f56684a0a7ad59a4e96290e33fa9031cfd SHA1: a253f2de2e083be273dc637461220b6ec3191acd MD5sum: d2fe9c98ac743fd76ec709ae9a86a5b4 Description: Node/components to transform sensor_msgs::Imu data from one frame into another. Package: ros-jazzy-imu-transformer-dbgsym Package-Type: ddeb Source: ros-jazzy-imu-transformer Version: 0.5.2-1noble.20260520.014146 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Paul Bovbel Installed-Size: 4679 Depends: ros-jazzy-imu-transformer (= 0.5.2-1noble.20260520.014146) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-imu-transformer/ros-jazzy-imu-transformer-dbgsym_0.5.2-1noble.20260520.014146_arm64.deb Size: 3995086 SHA256: 901bfb81bb5822887e84fac556a4d7b6f67ff5cd096ed0a8707b47d882f6fcfd SHA1: 774437b24cd22180abcb2c3753cd46d8af01162e MD5sum: ce676d4f9a195060539758624693d5c8 Description: debug symbols for ros-jazzy-imu-transformer Build-Ids: 0612a2991c56ff8aecde5af2ef2e24e9e934168b f745cea6270299366d7903f44f2d17d65173c558 Package: ros-jazzy-insight-gui Version: 0.1.3-1noble.20260520.041623 Architecture: arm64 Maintainer: Julian Müller Installed-Size: 1651 Depends: adwaita-icon-theme, libadwaita-1-dev, libgirepository1.0-dev, libglib2.0-dev, libglib2.0-dev-bin, libgtk-4-dev, python3-gi, python3-gi-cairo, python3-networkx, python3-pygraphviz, ros-jazzy-rclpy, ros-jazzy-ros2cli, ros-jazzy-ros2launch, ros-jazzy-tf-transformations, ros-jazzy-tf2-ros, ros-jazzy-turtlesim, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-insight-gui/ros-jazzy-insight-gui_0.1.3-1noble.20260520.041623_arm64.deb Size: 294762 SHA256: 5e269c6ad4a6a21755baa1d6eb7ccf6e004685e32310b548e15ea2edac9e8407 SHA1: 0e99f3dd504a5dbfb23be9566f8ddc5fa2f8e075 MD5sum: dcbc95abd3274ea1cc87e5c21993fa89 Description: Insight is a minimalist GUI alternative to rqt. It is a GTK4-based tool for exploring ROS2 topics, services, and messages, featuring the GNOME Adwaita style. Package: ros-jazzy-interactive-marker-twist-server Version: 2.1.1-1noble.20260520.005059 Architecture: arm64 Maintainer: Mike Purvis Installed-Size: 249 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-geometry-msgs, ros-jazzy-interactive-markers, ros-jazzy-rclcpp, ros-jazzy-tf2, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-interactive-marker-twist-server/ros-jazzy-interactive-marker-twist-server_2.1.1-1noble.20260520.005059_arm64.deb Size: 63880 SHA256: 1416c193b252c867f3939f0fa7803bea945f81dec1307e0be2234bd3b5a7b49d SHA1: 53e4999d6dd7b00c0594b52c3f39e18c27ed8735 MD5sum: b9246b83a9b50d5e3af2df0bfa5c869e Description: Interactive control for generic Twist-based robots using interactive markers Package: ros-jazzy-interactive-marker-twist-server-dbgsym Package-Type: ddeb Source: ros-jazzy-interactive-marker-twist-server Version: 2.1.1-1noble.20260520.005059 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Mike Purvis Installed-Size: 1233 Depends: ros-jazzy-interactive-marker-twist-server (= 2.1.1-1noble.20260520.005059) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-interactive-marker-twist-server/ros-jazzy-interactive-marker-twist-server-dbgsym_2.1.1-1noble.20260520.005059_arm64.deb Size: 1110300 SHA256: 4c3c64e8bde904fe8b621c7a96756453e564517821cb975d9f42420a74e4b5c6 SHA1: 43273fbc8e6ff1ed0e502978836228a2c91a4e45 MD5sum: a1c2e6f9c373ede69cd2d51d53252b72 Description: debug symbols for ros-jazzy-interactive-marker-twist-server Build-Ids: fc606d3d550e13e237c591a1ed30b260dab143c9 Package: ros-jazzy-interactive-markers Version: 2.5.5-1noble.20260520.002422 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 1049 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-rclpy, ros-jazzy-rcutils, ros-jazzy-rmw, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/interactive_markers Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-interactive-markers/ros-jazzy-interactive-markers_2.5.5-1noble.20260520.002422_arm64.deb Size: 193620 SHA256: 144ce71e0269fb1db8d6dbe35d2869dc1abe201b7965a47a68e914bb7e283ccd SHA1: 084fa0dd7aa42469fb6a474d24e13e5146f0dd05 MD5sum: 4d6c3a88e60417f3e1988626b855bc9a Description: 3D interactive marker communication library for RViz and similar tools. Package: ros-jazzy-interactive-markers-dbgsym Package-Type: ddeb Source: ros-jazzy-interactive-markers Version: 2.5.5-1noble.20260520.002422 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 4956 Depends: ros-jazzy-interactive-markers (= 2.5.5-1noble.20260520.002422) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-interactive-markers/ros-jazzy-interactive-markers-dbgsym_2.5.5-1noble.20260520.002422_arm64.deb Size: 4192784 SHA256: 769157811c10018c998e7d456b8c2b07216b6e962dd087d7c5313aa5f34c4330 SHA1: 7e1f1fa32a356bf43a9aef001be2db895ee70250 MD5sum: 17e14a7ebd3b495b25de6e675f6e9c61 Description: debug symbols for ros-jazzy-interactive-markers Build-Ids: d2effe8b9141d40143d37788281f51fefc4ead15 Package: ros-jazzy-intra-process-demo Version: 0.33.10-1noble.20260519.225816 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 3027 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-highgui406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopencv-videoio406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-intra-process-demo/ros-jazzy-intra-process-demo_0.33.10-1noble.20260519.225816_arm64.deb Size: 369382 SHA256: 7f5be37bfea53338cb998fc32f873617bbb05ade69c7b19c60fa3e4995f444b5 SHA1: 1ba9bd310bb0d2a669c01c950af45b9207ff2c57 MD5sum: eb5a9d58dfbb704b654756407433abab Description: Demonstrations of intra process communication. Package: ros-jazzy-intra-process-demo-dbgsym Package-Type: ddeb Source: ros-jazzy-intra-process-demo Version: 0.33.10-1noble.20260519.225816 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 13888 Depends: ros-jazzy-intra-process-demo (= 0.33.10-1noble.20260519.225816) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-intra-process-demo/ros-jazzy-intra-process-demo-dbgsym_0.33.10-1noble.20260519.225816_arm64.deb Size: 11585126 SHA256: 08e3b68761c8721f4bc87bc1ef835988d2a5a45f21c3ad0a5fc6983bef8997c2 SHA1: 2a00aa82a7c96edadb488d30163efe6d5e4cd4d2 MD5sum: 836f28cd20cfba0d21511fff45f0320b Description: debug symbols for ros-jazzy-intra-process-demo Build-Ids: 531d90a4ef7710129ec83c72e81558c7878bd991 7b28ca8466571787b1696ed5e12d5eddae8059e5 92460bf773e97ccf62a16e33258e2fc839cfc579 9a25e2a61e0dab1b35849275aea15545b65d1f05 9df2b91048a6a1f49aab6a1909fb367d6cd62c72 aec65bb8516335a4ef49f56f9381cbf0f7c809b7 fa2566667f2ee77e6c3caa90ee0461e5be598c03 Package: ros-jazzy-inverse-dynamics-solver Version: 2.0.3-1noble.20260520.044016 Architecture: arm64 Maintainer: Enrico Ferrentino Installed-Size: 336 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libeigen3-dev, python3-matplotlib, python3-numpy, python3-tabulate, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rosbag2-cpp, ros-jazzy-rosbag2-storage, ros-jazzy-rosbag2-storage-default-plugins, ros-jazzy-sensor-msgs, ros-jazzy-urdf, ros-jazzy-ros-workspace Homepage: https://github.com/unisa-acg/inverse-dynamics-solver.git Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-inverse-dynamics-solver/ros-jazzy-inverse-dynamics-solver_2.0.3-1noble.20260520.044016_arm64.deb Size: 103446 SHA256: 7e003c8f1a8924807f70fd88a15cfeaf0af126274d0281b2255a2d487f415b46 SHA1: c452a43e618381d98aa13a66b253b610856f3811 MD5sum: 56586863c3fd7491f97eed37f58ae9d8 Description: A library implementing an inverse dynamics solver for serial manipulators. Package: ros-jazzy-inverse-dynamics-solver-dbgsym Package-Type: ddeb Source: ros-jazzy-inverse-dynamics-solver Version: 2.0.3-1noble.20260520.044016 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Enrico Ferrentino Installed-Size: 1842 Depends: ros-jazzy-inverse-dynamics-solver (= 2.0.3-1noble.20260520.044016) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-inverse-dynamics-solver/ros-jazzy-inverse-dynamics-solver-dbgsym_2.0.3-1noble.20260520.044016_arm64.deb Size: 1726658 SHA256: b8406740735b7d23aff83a521c767ed905afcd5e65b503d4e4d8a20b22c743de SHA1: 027f3884016508674dc690505044dbe6354b1d05 MD5sum: fea5e707f200237ccf6cb6a414914ad6 Description: debug symbols for ros-jazzy-inverse-dynamics-solver Build-Ids: c43abdbe17bbcb47b66256440ad9b926a1419367 Package: ros-jazzy-io-context Version: 1.2.0-4noble.20260519.225859 Architecture: arm64 Maintainer: Joshua Whitley Installed-Size: 202 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libasio-dev, ros-jazzy-rclcpp, ros-jazzy-std-msgs, ros-jazzy-udp-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-io-context/ros-jazzy-io-context_1.2.0-4noble.20260519.225859_arm64.deb Size: 40936 SHA256: aefdf755d6abd81df8686ca6dbd98cae15cb1a829acb93c078950e9edf01290b SHA1: 7553ffd785372750478ca141ac8af8ed87a29b2e MD5sum: 53057d04edd01a7df2232e237a985191 Description: A library to write Synchronous and Asynchronous networking applications Package: ros-jazzy-io-context-dbgsym Package-Type: ddeb Source: ros-jazzy-io-context Version: 1.2.0-4noble.20260519.225859 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Joshua Whitley Installed-Size: 369 Depends: ros-jazzy-io-context (= 1.2.0-4noble.20260519.225859) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-io-context/ros-jazzy-io-context-dbgsym_1.2.0-4noble.20260519.225859_arm64.deb Size: 200858 SHA256: 07aeda45c93a7767c2bc6896b388b20441db9aa1e381afd2117608bc63f40c88 SHA1: 7bdc9cc9a1c0f08a3e06482231f3fdcbede4a8b9 MD5sum: 887a598166f61475bb0633bbc06c6550 Description: debug symbols for ros-jazzy-io-context Build-Ids: 0230d7c19d80aa1dfca1ede4109d6102bb7ef70c Package: ros-jazzy-irobot-create-common-bringup Version: 3.0.4-1noble.20260520.141407 Architecture: arm64 Maintainer: Ekumen Installed-Size: 104 Depends: ros-jazzy-irobot-create-control, ros-jazzy-irobot-create-description, ros-jazzy-irobot-create-nodes, ros-jazzy-joint-state-publisher, ros-jazzy-robot-state-publisher, ros-jazzy-ros2launch, ros-jazzy-rviz2, ros-jazzy-urdf, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-irobot-create-common-bringup/ros-jazzy-irobot-create-common-bringup_3.0.4-1noble.20260520.141407_arm64.deb Size: 23302 SHA256: f016eaf9ef847a54481c8f0bdee48194959f31e1aa2ae2c0e106b4a2d11aaa98 SHA1: 04a40c33f59506c26d997e81e22e3cd21299e337 MD5sum: 919d76e9ee6bc92d8ce90fa3714855a1 Description: Provides common launch and configuration scripts for a simulated iRobot(R) Create(R) 3 Educational Robot. Package: ros-jazzy-irobot-create-control Version: 3.0.4-1noble.20260520.125639 Architecture: arm64 Maintainer: Ekumen Installed-Size: 52 Depends: ros-jazzy-joint-state-broadcaster, ros-jazzy-ros2-controllers, ros-jazzy-ros2launch, ros-jazzy-rsl, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-irobot-create-control/ros-jazzy-irobot-create-control_3.0.4-1noble.20260520.125639_arm64.deb Size: 8934 SHA256: cc58f3f52d162fe08734d229b36a64a4984c29c57b1e84e257b81cf8a849f4a4 SHA1: cc500d6068f48c7df14f8419949764fe9da1941f MD5sum: 0d4153f64b2c35303fb72532014c8732 Description: Provides the diff-drive controller for the iRobot(R) Create(R) 3 Educational Robot. Package: ros-jazzy-irobot-create-description Version: 3.0.4-1noble.20260520.125850 Architecture: arm64 Maintainer: Ekumen Installed-Size: 8073 Depends: ros-jazzy-irobot-create-control, ros-jazzy-urdf, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-irobot-create-description/ros-jazzy-irobot-create-description_3.0.4-1noble.20260520.125850_arm64.deb Size: 1363354 SHA256: 83d413c5487e6e8dc0ea28fff49c0807c0782a36a1d98a579748bdb2a5b2d61c SHA1: 229c6b5dbccfa492136f1941f97b6e09d3fa12c5 MD5sum: e95e7e3031baba87894e255410bb9008 Description: Provides the model description for the iRobot(R) Create(R) 3 Educational Robot. Package: ros-jazzy-irobot-create-gz-bringup Version: 3.0.4-1noble.20260520.143127 Architecture: arm64 Maintainer: rkreinin Installed-Size: 110 Depends: ros-jazzy-geometry-msgs, ros-jazzy-gz-ros2-control, ros-jazzy-irobot-create-common-bringup, ros-jazzy-irobot-create-description, ros-jazzy-irobot-create-gz-toolbox, ros-jazzy-irobot-create-msgs, ros-jazzy-ros-gz-bridge, ros-jazzy-ros-gz-interfaces, ros-jazzy-ros-gz-sim, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-irobot-create-gz-bringup/ros-jazzy-irobot-create-gz-bringup_3.0.4-1noble.20260520.143127_arm64.deb Size: 13404 SHA256: d4237a8e15ceca8deabbceae7bc6ca281af4e8819f6821f559b410f87258cbfa SHA1: cb9ce8f94c4b62d7d9f33b033ced2151bcd4fc28 MD5sum: 4533809c315fc47cd92ac2e78e0ae409 Description: Provides launch and configuration scripts for a Ignition simulated iRobot(R) Create(R) 3 Educational Robot. Package: ros-jazzy-irobot-create-gz-plugins Version: 3.0.4-1noble.20260520.150927 Architecture: arm64 Maintainer: rkreinin Installed-Size: 110 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libqt5core5t64 (>= 5.14.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-gz-common-vendor, ros-jazzy-gz-gui-vendor, ros-jazzy-gz-msgs-vendor, ros-jazzy-gz-transport-vendor, ros-jazzy-ros-gz, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-irobot-create-gz-plugins/ros-jazzy-irobot-create-gz-plugins_3.0.4-1noble.20260520.150927_arm64.deb Size: 42066 SHA256: 7256cf0cf50df727c426a2475391cce20c332262fa0cf6c66c5b393e682f06cc SHA1: 24816c733e7f06655901ecebf1400db547d7efbc MD5sum: 9a0db9221c82ec4b1963e2db6b5308e1 Description: Ignition plugins for simulated iRobot(R) Create(R) 3 Educational Robot. Package: ros-jazzy-irobot-create-gz-plugins-dbgsym Package-Type: ddeb Source: ros-jazzy-irobot-create-gz-plugins Version: 3.0.4-1noble.20260520.150927 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: rkreinin Installed-Size: 620 Depends: ros-jazzy-irobot-create-gz-plugins (= 3.0.4-1noble.20260520.150927) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-irobot-create-gz-plugins/ros-jazzy-irobot-create-gz-plugins-dbgsym_3.0.4-1noble.20260520.150927_arm64.deb Size: 595722 SHA256: a88cffaaacb58a300f6fa53b4dc8eb98bc87e9874a2ee349d654a238b69384e8 SHA1: 4fa728a81eced481c407cb4ac31f042e470bb2ad MD5sum: 25578b48827d2aa9ddd3ee11e9fdc551 Description: debug symbols for ros-jazzy-irobot-create-gz-plugins Build-Ids: 5b8cb343dd9f77a91b49429aa90f1a3348010891 Package: ros-jazzy-irobot-create-gz-sim Version: 3.0.4-1noble.20260520.152215 Architecture: arm64 Maintainer: rkreinin Installed-Size: 42 Depends: ros-jazzy-irobot-create-gz-bringup, ros-jazzy-irobot-create-gz-plugins, ros-jazzy-irobot-create-gz-toolbox, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-irobot-create-gz-sim/ros-jazzy-irobot-create-gz-sim_3.0.4-1noble.20260520.152215_arm64.deb Size: 6432 SHA256: be602cf5e416f9cc6237bfe340be683f6870ff4faac11e376810f41aad89e828 SHA1: 3f55a02c1de18b3e0b6a7c9a68beb5d87033eff0 MD5sum: 2f7991ab7215f1df133a8c8ce3a1fb4a Description: Metapackage for the iRobot(R) Create(R) 3 robot Ignition simulator Package: ros-jazzy-irobot-create-gz-toolbox Version: 3.0.4-1noble.20260520.030433 Architecture: arm64 Maintainer: rkreinin Installed-Size: 2992 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-control-msgs, ros-jazzy-irobot-create-msgs, ros-jazzy-irobot-create-toolbox, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rcutils, ros-jazzy-ros-gz-interfaces, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-irobot-create-gz-toolbox/ros-jazzy-irobot-create-gz-toolbox_3.0.4-1noble.20260520.030433_arm64.deb Size: 389646 SHA256: e7e0ef0383652d383d818f8a68a9e240641f6b00fd40c97105432f0510282cf0 SHA1: 8cfeac90f8f2fccf57aa8eaa694b68cb6cf7da95 MD5sum: 4f34edef6e02154543ff7024420b9d7e Description: Nodes and tools for simulating in Ignition iRobot(R) Create(R) 3 Educational Robot. Package: ros-jazzy-irobot-create-gz-toolbox-dbgsym Package-Type: ddeb Source: ros-jazzy-irobot-create-gz-toolbox Version: 3.0.4-1noble.20260520.030433 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: rkreinin Installed-Size: 15512 Depends: ros-jazzy-irobot-create-gz-toolbox (= 3.0.4-1noble.20260520.030433) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-irobot-create-gz-toolbox/ros-jazzy-irobot-create-gz-toolbox-dbgsym_3.0.4-1noble.20260520.030433_arm64.deb Size: 12826732 SHA256: 05b946fdc8d15e3a281f3a992cc84624576e67092ce54994080a3db3970fcf55 SHA1: a8588b8fb39401de50ef509d985192fece83862b MD5sum: 08ae735097ff6fa537c0c6846c49123c Description: debug symbols for ros-jazzy-irobot-create-gz-toolbox Build-Ids: 24b6a25c7121cabb65ca8cb75a2777ca810d6145 25825d847ede3cfb3b4c17f3aa0dd0a4c22c6741 44a07cc527fbd8f491bd7e70625e1aa9ab7f1813 8189c721dd6f4d4a7e5004c92068d5d0dcbfc3eb 82709cd3f7d766d163ff3426801aee40e145eb4f a3291f2163531cb37c7d52980a418f758ec9cb8a Package: ros-jazzy-irobot-create-msgs Version: 3.0.0-2noble.20260519.201816 Architecture: arm64 Maintainer: Alberto Soragna Installed-Size: 16492 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-action-msgs, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-irobot-create-msgs/ros-jazzy-irobot-create-msgs_3.0.0-2noble.20260519.201816_arm64.deb Size: 827804 SHA256: 652f656f97842440a45807b2daafdcad8874f25e31f8a7345c1438724b6a17d0 SHA1: b70ac0e8e26c1796333e4acd9bfefe78a74cd9c4 MD5sum: c40e7a2565605797d5575fa409c10653 Description: Package containing action, message, and service definitions used by the iRobot(R) Create(R) platform Package: ros-jazzy-irobot-create-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-irobot-create-msgs Version: 3.0.0-2noble.20260519.201816 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alberto Soragna Installed-Size: 9019 Depends: ros-jazzy-irobot-create-msgs (= 3.0.0-2noble.20260519.201816) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-irobot-create-msgs/ros-jazzy-irobot-create-msgs-dbgsym_3.0.0-2noble.20260519.201816_arm64.deb Size: 6226930 SHA256: 66adf5ca4dd5f7a40118c655265b1ffbc1a94ed77be0ad51fbfc84350380f8f5 SHA1: b4e1ad86f7128198f8f88d3a28269f1a98d79abc MD5sum: 1c2ff21f65e6f2be87f792c78c806aa2 Description: debug symbols for ros-jazzy-irobot-create-msgs Build-Ids: 0fe4f0206c07c6861fc24b6cff8074d72f947423 1b9a990721019e5fd7d0271f831eda0ea990aebe 3335fdea448f6416a0d4afa181d9fe5fb4cca2cc 55265bedeab4b6b43fb71e7f81d1f371a743b4f0 9d70f1f7c448dd444a5e230995327e5e3542e826 a4e8ed1c56dbd866cf8555342638a6a786110c5a a9f0c8c78ebf270c103c33c964088a4e95194fbe afefc6571b50de5de595bbb25ee1521f76bab3d7 b45e3b80ec080687e410f4a1503d15f8a84b7a1f bfda0ffce219dd88968d2fc0f1981c455ace0507 f517ce68c2b578e0e520096a7ddcb4ce1bf8380c Package: ros-jazzy-irobot-create-nodes Version: 3.0.4-1noble.20260520.030508 Architecture: arm64 Maintainer: Ekumen Installed-Size: 7504 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-all-dev, ros-jazzy-angles, ros-jazzy-control-msgs, ros-jazzy-geometry-msgs, ros-jazzy-irobot-create-msgs, ros-jazzy-irobot-create-toolbox, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-irobot-create-nodes/ros-jazzy-irobot-create-nodes_3.0.4-1noble.20260520.030508_arm64.deb Size: 880208 SHA256: 8b740815c4300a6762efd1cbca74c4b8a87371fc321e5f6a8f412eb6a62dfbe3 SHA1: 3450dc5e54fd1a7a7f8c40bcc687053090524df3 MD5sum: cec630ef054723e3ba13fdc166abd551 Description: ROS 2 Nodes for the simulated iRobot(R) Create(R) 3 Educational Robot. Package: ros-jazzy-irobot-create-nodes-dbgsym Package-Type: ddeb Source: ros-jazzy-irobot-create-nodes Version: 3.0.4-1noble.20260520.030508 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Ekumen Installed-Size: 33940 Depends: ros-jazzy-irobot-create-nodes (= 3.0.4-1noble.20260520.030508) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-irobot-create-nodes/ros-jazzy-irobot-create-nodes-dbgsym_3.0.4-1noble.20260520.030508_arm64.deb Size: 27117854 SHA256: 910b4338e6e13512078567e797350d4b7b966d5dff823016ae7f7bd8e6bfbb47 SHA1: 9481eda543fe99135234770fd649a9b2a95c5193 MD5sum: e8ede0c86f692ab3565b5c8f1b33aed0 Description: debug symbols for ros-jazzy-irobot-create-nodes Build-Ids: 229918ae4681a236bec5a7a14d463b71a708332f 25b43ac2138c2e0a4fd40ec7910deebea63d5628 35725b20b81962c2595416afa8821e60f12baca3 55e463fd58c95f89f302c2c3e77d7db217f727a4 5e2eecff10614756fb161d1d21366c768ecb25a2 8122149436141230e489cf62aae68c424dc4bcf4 98114118e57943d5c53ae06914efeb9db79814e5 9a5d376de17d3fe80102a1040a15621504269b08 add3ff76065a25668dafa3239bc1b73377232d2e b59e6800cbb7294e79537d0c39baffe48f9cf6ab b5ed558043f6dda814e5dae8bb63b1379fb37819 b6d582226093e35379ae6e5b0ebe5bd99a8d3314 d0bbf0f5838e39e25f5fa50cb16c49d59f9fcbdc e905272b24bca54ff8f5ed91a2119719948151c8 e994e04855fb836274a131f9d0e6d64e6c78665b fc32d87c7b67ed0875d87453663a68bfbe7ff0b6 Package: ros-jazzy-irobot-create-toolbox Version: 3.0.4-1noble.20260520.030107 Architecture: arm64 Maintainer: Ekumen Installed-Size: 129 Depends: libc6 (>= 2.17), ros-jazzy-gz-math-vendor, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-irobot-create-toolbox/ros-jazzy-irobot-create-toolbox_3.0.4-1noble.20260520.030107_arm64.deb Size: 12314 SHA256: 8788d4e7de819b9b27c8cef20bde96b373404b80d40feb4c468af787545b6684 SHA1: 43863de3d92dbf25fe4cfe94fb0951bb34806cc2 MD5sum: 94453fa375a8b2f37f2c24dcf65a9aee Description: Components and helpers for the iRobot(R) Create(R) 3 Educational Robot. Package: ros-jazzy-irobot-create-toolbox-dbgsym Package-Type: ddeb Source: ros-jazzy-irobot-create-toolbox Version: 3.0.4-1noble.20260520.030107 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Ekumen Installed-Size: 28 Depends: ros-jazzy-irobot-create-toolbox (= 3.0.4-1noble.20260520.030107) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-irobot-create-toolbox/ros-jazzy-irobot-create-toolbox-dbgsym_3.0.4-1noble.20260520.030107_arm64.deb Size: 13604 SHA256: 3461a979a493a9dfe6b6ce4477448700996c28ea333ce0a1ce504e434acf7f6a SHA1: 01a597da23c52791f864714c0d4a852110e7e873 MD5sum: 4cfa6353055568e92f47bfe64eede387 Description: debug symbols for ros-jazzy-irobot-create-toolbox Build-Ids: 3c9fc7b2bfb0dd62e62e6d68f69ce0316e36f81e Package: ros-jazzy-jacro Version: 0.2.0-2noble.20260519.011510 Architecture: arm64 Maintainer: Jafar Uruc Installed-Size: 64 Depends: python3-jinja2, python3-rich, ros-jazzy-ament-index-python, ros-jazzy-ros-workspace Homepage: https://github.com/JafarAbdi/jacro Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-jacro/ros-jazzy-jacro_0.2.0-2noble.20260519.011510_arm64.deb Size: 8260 SHA256: 502f67c33e20b6fd9c997c814e4336c1ebeb47ee54c9840e59eaa125066fa481 SHA1: 192ae705dea57144bba6ea46510f065f1d7f4a2c MD5sum: 61b158db8c3a4eaf814f0643717c0212 Description: TODO: Project Short Description Package: ros-jazzy-joint-limits Version: 4.45.2-1noble.20260520.031730 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 470 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, ros-jazzy-backward-ros, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-realtime-tools, ros-jazzy-trajectory-msgs, ros-jazzy-urdf, ros-jazzy-ros-workspace Homepage: https://github.com/ros-controls/ros2_control/wiki Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-joint-limits/ros-jazzy-joint-limits_4.45.2-1noble.20260520.031730_arm64.deb Size: 77286 SHA256: 57e7544497c600d0a9674f8ec2dee9cb54828a86744c5c8635f3e72aa82af25c SHA1: 5b1a83a65de34f246c0ec9c8d45bae8a28c50f78 MD5sum: 921a7fd69ab85ca86aded360a11e0abb 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-jazzy-joint-limits-dbgsym Package-Type: ddeb Source: ros-jazzy-joint-limits Version: 4.45.2-1noble.20260520.031730 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 1070 Depends: ros-jazzy-joint-limits (= 4.45.2-1noble.20260520.031730) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-joint-limits/ros-jazzy-joint-limits-dbgsym_4.45.2-1noble.20260520.031730_arm64.deb Size: 951586 SHA256: a82ff12828c418fd0725b94591a6a60132ae4918a08929b6c2f4ad92b7b7a9b9 SHA1: 0d30ebca973a5585c1f72e8197a135d37951f86c MD5sum: a233b251130b9e0c22023f32c9985e25 Description: debug symbols for ros-jazzy-joint-limits Build-Ids: 3270606dac6016e965d33e44bd19f84222c16aa4 61d6bd13d5487fdd3b7e77c03b18d23bca733d0d c613ca00d337cda820c695487f2d254dbdbcaa73 Package: ros-jazzy-joint-state-broadcaster Version: 4.40.1-1noble.20260520.050051 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 421 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-backward-ros, ros-jazzy-builtin-interfaces, ros-jazzy-control-msgs, ros-jazzy-controller-interface, ros-jazzy-generate-parameter-library, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-realtime-tools, ros-jazzy-sensor-msgs, ros-jazzy-urdf, ros-jazzy-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-joint-state-broadcaster/ros-jazzy-joint-state-broadcaster_4.40.1-1noble.20260520.050051_arm64.deb Size: 104270 SHA256: a7380d1ae7c0afea7a4a63c4f121f0feaa4d08bf2b59cbd589153531cc6ef1eb SHA1: 5e6d7b643a75b449682914d52e15025e23c51af0 MD5sum: 965f7ce7f3fdd509ef4d0c30933b4634 Description: Broadcaster to publish joint state Package: ros-jazzy-joint-state-broadcaster-dbgsym Package-Type: ddeb Source: ros-jazzy-joint-state-broadcaster Version: 4.40.1-1noble.20260520.050051 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 1771 Depends: ros-jazzy-joint-state-broadcaster (= 4.40.1-1noble.20260520.050051) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-joint-state-broadcaster/ros-jazzy-joint-state-broadcaster-dbgsym_4.40.1-1noble.20260520.050051_arm64.deb Size: 1606470 SHA256: b94dfd047a931b11027f342c236a029faf19dd927c035fb09918dd240bb9bbbb SHA1: f49f843477f22b6035efce8701e19e518ee5832f MD5sum: 5ee0af30fb8fca94a1424fcaebf6f6f3 Description: debug symbols for ros-jazzy-joint-state-broadcaster Build-Ids: fe95b8b26b886df356bdb451541e182147d8687e Package: ros-jazzy-joint-state-publisher Version: 2.4.1-1noble.20260519.232059 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 83 Depends: python3-packaging, ros-jazzy-rclpy, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/joint_state_publisher Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-joint-state-publisher/ros-jazzy-joint-state-publisher_2.4.1-1noble.20260519.232059_arm64.deb Size: 19754 SHA256: 224ea64d7be75f137bfd248eea5d86de55f38c51b44f35a0d67826550969faeb SHA1: 304172758904d582441fb797ea3fd4d2d65e1efb MD5sum: fff8d87f1b77795e2dc5a3f33bce17f8 Description: This package contains a tool for setting and publishing joint state values for a given URDF. Package: ros-jazzy-joint-state-publisher-gui Version: 2.4.1-1noble.20260520.032215 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 72 Depends: ros-jazzy-joint-state-publisher, ros-jazzy-python-qt-binding, ros-jazzy-rclpy, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/joint_state_publisher Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-joint-state-publisher-gui/ros-jazzy-joint-state-publisher-gui_2.4.1-1noble.20260520.032215_arm64.deb Size: 16938 SHA256: 9b6089f68ca0870a928de70689893830a4fcb62a709f142f2f6f39163e65fece SHA1: 2041b1bd1c2c96261b67afd16bde5f0e2afd3b73 MD5sum: 6dd9930ae6dc096ce2dceb2527958f3e Description: This package contains a GUI tool for setting and publishing joint state values for a given URDF. Package: ros-jazzy-joint-state-topic-hardware-interface Version: 1.1.0-1noble.20260520.040556 Architecture: arm64 Maintainer: "Marq Rasmussen" Installed-Size: 516 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-angles, ros-jazzy-hardware-interface, ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/ros-controls/topic_based_hardware_interfaces Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-joint-state-topic-hardware-interface/ros-jazzy-joint-state-topic-hardware-interface_1.1.0-1noble.20260520.040556_arm64.deb Size: 109860 SHA256: 6059156624d3d331a5e7ad635abddbfa0fa824d8a400444659e10d5813b15b8e SHA1: 3741857ee39a7970409d2e36e77ca5e81fe70930 MD5sum: 7a158ed20de1e3734cde5fb087247316 Description: ros2_control hardware interface for JointState topic based control Package: ros-jazzy-joint-state-topic-hardware-interface-dbgsym Package-Type: ddeb Source: ros-jazzy-joint-state-topic-hardware-interface Version: 1.1.0-1noble.20260520.040556 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Marq Rasmussen" Installed-Size: 2329 Depends: ros-jazzy-joint-state-topic-hardware-interface (= 1.1.0-1noble.20260520.040556) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-joint-state-topic-hardware-interface/ros-jazzy-joint-state-topic-hardware-interface-dbgsym_1.1.0-1noble.20260520.040556_arm64.deb Size: 1982160 SHA256: 8a8bf23385bffbe368fb6199661dc0de8ebd42e568b14a8de33e79e8ad5f24ce SHA1: d458770c64549f7bbbbc72dec117fc0b33427c71 MD5sum: cd9c333a506d3ba06cb3457b0ecda05a Description: debug symbols for ros-jazzy-joint-state-topic-hardware-interface Build-Ids: 7d15e1a04001bb4b653f4a395a4fed382aa3331e Package: ros-jazzy-joint-trajectory-controller Version: 4.40.1-1noble.20260520.045047 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 1434 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libexpected-dev, ros-jazzy-angles, ros-jazzy-backward-ros, ros-jazzy-control-msgs, ros-jazzy-control-toolbox, ros-jazzy-controller-interface, ros-jazzy-generate-parameter-library, ros-jazzy-hardware-interface, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-lifecycle, ros-jazzy-realtime-tools, ros-jazzy-rsl, ros-jazzy-trajectory-msgs, ros-jazzy-urdf, ros-jazzy-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-joint-trajectory-controller/ros-jazzy-joint-trajectory-controller_4.40.1-1noble.20260520.045047_arm64.deb Size: 307626 SHA256: cc48eeaef5ead85a228386f7223129f7e490f20d66d50bfacbc2e916facd1df1 SHA1: b18f8c006db3821aebe1a58540c16b5a715067e2 MD5sum: 30dc1ffd42f4af58762f4502bc074e2d Description: Controller for executing joint-space trajectories on a group of joints Package: ros-jazzy-joint-trajectory-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-joint-trajectory-controller Version: 4.40.1-1noble.20260520.045047 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 5619 Depends: ros-jazzy-joint-trajectory-controller (= 4.40.1-1noble.20260520.045047) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-joint-trajectory-controller/ros-jazzy-joint-trajectory-controller-dbgsym_4.40.1-1noble.20260520.045047_arm64.deb Size: 4844376 SHA256: 33049689815f129d8b3aa29298d517a50f961098e34f17d07022643fc005fccf SHA1: abe97ef51a7ab99f6660bfc136b263f4ed4bc2e1 MD5sum: d9b46c32ff2a557f74d6df41cef840b9 Description: debug symbols for ros-jazzy-joint-trajectory-controller Build-Ids: 95ae3baf5b6b8c5e8ee6fd1709a20fd6126248b4 Package: ros-jazzy-joy Version: 3.3.0-3noble.20260520.014156 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 1318 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 (>= 13.1), ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sdl2-vendor, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-joy/ros-jazzy-joy_3.3.0-3noble.20260520.014156_arm64.deb Size: 174774 SHA256: 72c31e1222d69ddbff08b3b93c78c3b762f8f5c0d260059d6104aaadd9ef5f13 SHA1: 1302651962d99cbbe0a8d07b477f87230545fa23 MD5sum: 0f41f7969420e863475fcac9fc0de2f8 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-jazzy-joy-dbgsym Package-Type: ddeb Source: ros-jazzy-joy Version: 3.3.0-3noble.20260520.014156 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 5535 Depends: ros-jazzy-joy (= 3.3.0-3noble.20260520.014156) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-joy/ros-jazzy-joy-dbgsym_3.3.0-3noble.20260520.014156_arm64.deb Size: 4592502 SHA256: 4184b3b33fb8b361ad17a02425e84c6323b2db7f31f89ee031bfe721588f6d1c SHA1: 382101ed32d180bb8dfa5be7a5cff380dd65e05b MD5sum: c8b04797318c2c87d9946c6e98eef068 Description: debug symbols for ros-jazzy-joy Build-Ids: 49ee728c41b7eb915c8e9f3de49ad8e2e8e62489 4d111fe0f024e3eecf145c547385b715df113903 76295cad92e254bbc461e1e9df47b1a27450ce1c d4538ec1d723ca02221b8b1de18f2452e48bed74 dadfc8815ab5c14d156b577e9200e5b67a489687 Package: ros-jazzy-joy-linux Version: 3.3.0-3noble.20260520.010059 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 559 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-diagnostic-msgs, ros-jazzy-diagnostic-updater, ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-joy-linux/ros-jazzy-joy-linux_3.3.0-3noble.20260520.010059_arm64.deb Size: 115706 SHA256: 92970b87461612ec24267d053333fc0033c8bff4d2414c4a0e52725a2ace510e SHA1: 2ee39579ea506e4b974fcda88f2e08523ea728ec MD5sum: 34bb958009b638cc8166fe1f0d82e894 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-jazzy-joy-linux-dbgsym Package-Type: ddeb Source: ros-jazzy-joy-linux Version: 3.3.0-3noble.20260520.010059 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 2451 Depends: ros-jazzy-joy-linux (= 3.3.0-3noble.20260520.010059) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-joy-linux/ros-jazzy-joy-linux-dbgsym_3.3.0-3noble.20260520.010059_arm64.deb Size: 2062036 SHA256: 0294bec3be8e78ebb4401ab8a6c4da9a50a02d01d5e618359d9b3d985a81689a SHA1: d0109f532ad03a9c43b7bc7973b635b3c22ebd48 MD5sum: 02d52b443e48435f8cc8951e239ad8fc Description: debug symbols for ros-jazzy-joy-linux Build-Ids: a8da4317276cf9e27f4a6d27c1da6913e5e35492 Package: ros-jazzy-joy-teleop Version: 2.0.0-1noble.20260519.223042 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 91 Depends: ros-jazzy-control-msgs, ros-jazzy-rclpy, ros-jazzy-rosidl-runtime-py, ros-jazzy-sensor-msgs, ros-jazzy-teleop-tools-msgs, ros-jazzy-trajectory-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-joy-teleop/ros-jazzy-joy-teleop_2.0.0-1noble.20260519.223042_arm64.deb Size: 22052 SHA256: 815f546b009892f21bc75005c64fcb1d9c069fd4a16081232b8cb8491926332f SHA1: 39a88395120fd85997aa29c233bdf39599cec0d1 MD5sum: 7e5a9293e0a2ff3dd497932c1c220ca0 Description: A (to be) generic joystick interface to control a robot Package: ros-jazzy-joy-tester Version: 0.0.2-4noble.20260520.015304 Architecture: arm64 Maintainer: Josh Newans Installed-Size: 44 Depends: python3-tk, ros-jazzy-rclpy, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-joy-tester/ros-jazzy-joy-tester_0.0.2-4noble.20260520.015304_arm64.deb Size: 7484 SHA256: c866322276b8ede220827f64a2ac9e0083eafdbcc4b85cdd9808711867e2c4a5 SHA1: 50cab7040c67ce80339ac3aef2acff128ffc4085 MD5sum: 44e3a16a01b8a90f5e168ceb150fcfc6 Description: Simple GUI tool for testing joysticks/gamepads Package: ros-jazzy-jrl-cmakemodules Version: 1.1.2-1noble.20260225.230536 Architecture: arm64 Maintainer: Guilhem Saurel Installed-Size: 24647 Depends: doxygen, pkg-config, ros-jazzy-ros-workspace Homepage: https://github.com/jrl-umi3218/jrl-cmakemodules Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-jrl-cmakemodules/ros-jazzy-jrl-cmakemodules_1.1.2-1noble.20260225.230536_arm64.deb Size: 2218492 SHA256: b78c88e64583bece1fa25dec8a5bf75038c9b2e6ce69c366ff34bdb3c28406f9 SHA1: ca99562c3e4e4518ab5d2943a04b81ad9bcc1dd5 MD5sum: b39df3aebfb412b674239c106c1b35d9 Description: CMake utility toolbox Package: ros-jazzy-kartech-linear-actuator-msgs Version: 4.0.0-4noble.20260519.171704 Architecture: arm64 Maintainer: AutonomouStuff Software Team Installed-Size: 3860 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/kartech_linear_actuator_msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kartech-linear-actuator-msgs/ros-jazzy-kartech-linear-actuator-msgs_4.0.0-4noble.20260519.171704_arm64.deb Size: 213048 SHA256: 28bb494468fc4e384d7ef52499b31ecf4f345d512cf7997b58eee29ce6e2fa2d SHA1: 5540a0b88f11213b44ac033afae78603272a30a9 MD5sum: b1961bccd647f4191c68dc9afcf2d07e Description: The kartech_linear_actuator_msgs package Package: ros-jazzy-kartech-linear-actuator-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-kartech-linear-actuator-msgs Version: 4.0.0-4noble.20260519.171704 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: AutonomouStuff Software Team Installed-Size: 2584 Depends: ros-jazzy-kartech-linear-actuator-msgs (= 4.0.0-4noble.20260519.171704) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kartech-linear-actuator-msgs/ros-jazzy-kartech-linear-actuator-msgs-dbgsym_4.0.0-4noble.20260519.171704_arm64.deb Size: 1895132 SHA256: c1520958d85682915d39061905d8de3cb5ef557b9734c91177913c65427ae6b9 SHA1: dcf7fd20914bc3308e40c3cbfaf18e62c9256558 MD5sum: b0596d760d982e47bad92945e47c0d1a Description: debug symbols for ros-jazzy-kartech-linear-actuator-msgs Build-Ids: 092cee5d8503bd1ba98392d349c82a7dab7c630f 0aa5850c4de37e2abd026aaa5e9970baedf80cdb 12d33af860de802b10dc0424632b05bfd0212aea 68ea6e78f7cc07b65228dd331f14e1011b03b954 79bb279a3693242da677282576608cc4c353f636 7d128b1c04e1cadc8741d8bb81e2b21764806141 8b1f02188f31641d2ce9ae1edd548f19c92cec03 a6d40e64acadb5dd26f01c838b248da7fd03eb01 b32f0e910caca328641330da6dacfa36902010f4 b3ff57a290b2abd909ed39433cce8d4260ce5574 eec74b7dbe0c5babe2510a748eddeee3be4a1826 Package: ros-jazzy-kdl-inverse-dynamics-solver Version: 2.0.3-1noble.20260520.141917 Architecture: arm64 Maintainer: Enrico Ferrentino Installed-Size: 14467 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-jazzy-inverse-dynamics-solver, ros-jazzy-kdl-parser, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-ur-description, ros-jazzy-ros-workspace Homepage: https://github.com/unisa-acg/inverse-dynamics-solver.git Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kdl-inverse-dynamics-solver/ros-jazzy-kdl-inverse-dynamics-solver_2.0.3-1noble.20260520.141917_arm64.deb Size: 6464510 SHA256: 9fd1067c43a302642e62833c9d0961e4f0705adbcd90f372dc8c365b5e7cef7b SHA1: ca17d239f542b510ab8f212d20b136e3724bc143 MD5sum: 5752e144f14a89129ea5e8451202775f Description: A KDL-based library implementing an inverse dynamics solver for simulated robots. Package: ros-jazzy-kdl-inverse-dynamics-solver-dbgsym Package-Type: ddeb Source: ros-jazzy-kdl-inverse-dynamics-solver Version: 2.0.3-1noble.20260520.141917 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Enrico Ferrentino Installed-Size: 438 Depends: ros-jazzy-kdl-inverse-dynamics-solver (= 2.0.3-1noble.20260520.141917) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kdl-inverse-dynamics-solver/ros-jazzy-kdl-inverse-dynamics-solver-dbgsym_2.0.3-1noble.20260520.141917_arm64.deb Size: 409240 SHA256: 4d8666e72e02dd70c7f3dfcae351e3661ea85e199bd9af316472fd6ddfdb0a40 SHA1: 0240e8decc54e3f8733aef451ddefba10297980e MD5sum: 17ea20535cfe8ba16ce2b11e83bdfc0b Description: debug symbols for ros-jazzy-kdl-inverse-dynamics-solver Build-Ids: 217bdd8aa645710aa3ea9813830f36a0120ea6e9 Package: ros-jazzy-kdl-parser Version: 2.11.0-3noble.20260519.012446 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 132 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-jazzy-orocos-kdl-vendor, ros-jazzy-rcutils, ros-jazzy-urdf, ros-jazzy-urdfdom-headers, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kdl-parser/ros-jazzy-kdl-parser_2.11.0-3noble.20260519.012446_arm64.deb Size: 20218 SHA256: 94cc965083db83dc17220fb32550471990fb1cac943a67853a4bb276a0becd9f SHA1: df9ba837a60d5e5a73405da2f54c2087712c1c52 MD5sum: b31587e1914843c610c68f13f49f1979 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-jazzy-kdl-parser-dbgsym Package-Type: ddeb Source: ros-jazzy-kdl-parser Version: 2.11.0-3noble.20260519.012446 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 186 Depends: ros-jazzy-kdl-parser (= 2.11.0-3noble.20260519.012446) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kdl-parser/ros-jazzy-kdl-parser-dbgsym_2.11.0-3noble.20260519.012446_arm64.deb Size: 166616 SHA256: a857f75228df94b5a2c2e24a0d3bfc65561024f974e480045bff67b49f7b095e SHA1: e297292a49bddad3c9bee1e915f77f383e4f5b6f MD5sum: 5f8635a541af7748ad6854f9f2c6d6d8 Description: debug symbols for ros-jazzy-kdl-parser Build-Ids: c1e92e464b21b838899bc50c9f683613bd956370 Package: ros-jazzy-key-teleop Version: 2.0.0-1noble.20260520.001006 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 53 Depends: ros-jazzy-geometry-msgs, ros-jazzy-rclpy, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-key-teleop/ros-jazzy-key-teleop_2.0.0-1noble.20260520.001006_arm64.deb Size: 11922 SHA256: 8e560866c05a638b74a3def4735dcc5adbf8707ad4d1ae6990e92ae44718a520 SHA1: b359a060192279e973ced63d9234dae8f14e8d40 MD5sum: 29bc85ab3e16fc777d322d31c2f4c940 Description: A text-based interface to send a robot movement commands. Package: ros-jazzy-keyboard-handler Version: 0.3.2-1noble.20260305.214544 Architecture: arm64 Maintainer: michael Installed-Size: 154 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-keyboard-handler/ros-jazzy-keyboard-handler_0.3.2-1noble.20260305.214544_arm64.deb Size: 31912 SHA256: 9d73e4188dc9da8dc05fdd9a0e80b5b92d6e9fac9743e66b23a65fb9d9dcd991 SHA1: 1d0228d67dcd69acf8dc66fb851d0c470f3efbc3 MD5sum: ce96d9299007ee84938b53780e1f2c8a Description: Handler for input from keyboard Package: ros-jazzy-keyboard-handler-dbgsym Package-Type: ddeb Source: ros-jazzy-keyboard-handler Version: 0.3.2-1noble.20260305.214544 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: michael Installed-Size: 245 Depends: ros-jazzy-keyboard-handler (= 0.3.2-1noble.20260305.214544) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-keyboard-handler/ros-jazzy-keyboard-handler-dbgsym_0.3.2-1noble.20260305.214544_arm64.deb Size: 210630 SHA256: de266c1241830afb0f5da8cb077e9416a3074bcd77a4e8fac67b8a587816c744 SHA1: 3bc22fce3a2d7e0ddcade0fb36926d8275cab019 MD5sum: 41e62209ce596a19adff56d88e05e5cb Description: debug symbols for ros-jazzy-keyboard-handler Build-Ids: 3d6734cf774e501783fec48609707d12a8bdb4b7 Package: ros-jazzy-kinematic-pose-msgs Version: 1.0.0-1noble.20260519.192816 Architecture: arm64 Maintainer: Leonardo F. dos Santos <44267124+qleonardolp@users.noreply.github.com> Installed-Size: 1017 Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kinematic-pose-msgs/ros-jazzy-kinematic-pose-msgs_1.0.0-1noble.20260519.192816_arm64.deb Size: 44436 SHA256: 471baae02f27b9866031509dc3eee6fdcb50b1c3f0a9ed3c69207468e9b9b778 SHA1: e2b510da1c7eeb5b8a53dfec207205bb10421428 MD5sum: 8f4412905e2db74e51ff93942e696e48 Description: A package containing the Kinematic Pose message, for dynamic pose tracking. Package: ros-jazzy-kinematic-pose-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-kinematic-pose-msgs Version: 1.0.0-1noble.20260519.192816 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Leonardo F. dos Santos <44267124+qleonardolp@users.noreply.github.com> Installed-Size: 283 Depends: ros-jazzy-kinematic-pose-msgs (= 1.0.0-1noble.20260519.192816) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kinematic-pose-msgs/ros-jazzy-kinematic-pose-msgs-dbgsym_1.0.0-1noble.20260519.192816_arm64.deb Size: 171530 SHA256: 93d010bffcd034f6457111a4edfb615d7bb616c15dd92252009036ea0805e30e SHA1: 32b5c3cce2649fec40931f0fe25830f6bb603d83 MD5sum: e91d1094fd9d389fd94919b2c3e08d9f Description: debug symbols for ros-jazzy-kinematic-pose-msgs Build-Ids: 21efd442afae6e91bf205c07c2f67ba6012eea57 3d039163c2dfc1960a7ec63afe351df4852df99d 5e16deb3ef6b7b10633ad080cae6e1f96509526c 720c147407f8a9db9c902194012c187a7413dc7d 77eebaf50e5bfe011e0e7e37bd248b5451c8db46 879d0aa45e9cae68b506fae18b1eabfe48456657 a419e8833d39429cbfedf1b771f4e04db2e3ecf9 a8b4250358a86ab20c7bf0024b39747573402963 cbf089e86b37fe928a392557134500190c759952 d3818b00e8436dbd76931db0343cbc77a98cbcbb e8c147d2ce95ac85d3c03c8beebb4bf30c6c1b05 Package: ros-jazzy-kinematics-interface Version: 1.7.1-1noble.20260520.030114 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 134 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, ros-jazzy-backward-ros, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kinematics-interface/ros-jazzy-kinematics-interface_1.7.1-1noble.20260520.030114_arm64.deb Size: 15910 SHA256: a9ca819c3e8ea366a73deee4f71b5fc87ffbefcde5c86ef47fa18e4cc13efbdf SHA1: 6cab2bea8837213ceb93ebab70e0c4d3afcfe3ec MD5sum: 0e3af0d81598041fa1945b82af1118e4 Description: Kinematics interface for ROS 2 control Package: ros-jazzy-kinematics-interface-dbgsym Package-Type: ddeb Source: ros-jazzy-kinematics-interface Version: 1.7.1-1noble.20260520.030114 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 152 Depends: ros-jazzy-kinematics-interface (= 1.7.1-1noble.20260520.030114) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kinematics-interface/ros-jazzy-kinematics-interface-dbgsym_1.7.1-1noble.20260520.030114_arm64.deb Size: 135492 SHA256: f5d1f54f5a3887ba7dc352e2c07fe4c1150377cbadaa4e13dc3c74e362461121 SHA1: 0fe096e6a7e86fc0b178af7b28fb4a897cef5d0c MD5sum: de1c24c6655ed0c200c45500fe9ef132 Description: debug symbols for ros-jazzy-kinematics-interface Build-Ids: 1c94ca5e5a8b8bdf533a922518a84690a5366d2f Package: ros-jazzy-kinematics-interface-kdl Version: 1.7.1-1noble.20260520.030457 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 202 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libeigen3-dev, ros-jazzy-backward-ros, ros-jazzy-kdl-parser, ros-jazzy-kinematics-interface, ros-jazzy-pluginlib, ros-jazzy-tf2-eigen-kdl, ros-jazzy-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kinematics-interface-kdl/ros-jazzy-kinematics-interface-kdl_1.7.1-1noble.20260520.030457_arm64.deb Size: 49104 SHA256: 4f29647b7974257c6530021f0e1a79ec57da7d95a83fd74024e4dcf326ce78eb SHA1: c05960838d0f9c8efaa7e296da16fbdcc3d66875 MD5sum: 898c580bda8918a59ae6054f36542b1e Description: KDL implementation of ros2_control kinematics interface Package: ros-jazzy-kinematics-interface-kdl-dbgsym Package-Type: ddeb Source: ros-jazzy-kinematics-interface-kdl Version: 1.7.1-1noble.20260520.030457 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 1829 Depends: ros-jazzy-kinematics-interface-kdl (= 1.7.1-1noble.20260520.030457) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kinematics-interface-kdl/ros-jazzy-kinematics-interface-kdl-dbgsym_1.7.1-1noble.20260520.030457_arm64.deb Size: 1802974 SHA256: 3b1bfc94ab5a91b1a09ff9f070b324bc1f039da6788b547568361e3667ec1679 SHA1: 37af836ec192a3f3a1fc5f55994482b9d7b45220 MD5sum: ba50c783dfb2eeaebd911fb0f16e12a4 Description: debug symbols for ros-jazzy-kinematics-interface-kdl Build-Ids: b8869e75f99a104a6a003e69554d3b78cbd6fe67 Package: ros-jazzy-kinematics-interface-pinocchio Version: 1.7.1-1noble.20260520.030501 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 394 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-pinocchio, ros-jazzy-urdfdom, libeigen3-dev, ros-jazzy-eigen3-cmake-module, ros-jazzy-kinematics-interface, ros-jazzy-pluginlib, ros-jazzy-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kinematics-interface-pinocchio/ros-jazzy-kinematics-interface-pinocchio_1.7.1-1noble.20260520.030501_arm64.deb Size: 95400 SHA256: c71a649105d2cebd7c5b0d4838d85a9641d1d4549292e97a20fbf409101ca61c SHA1: e49447c13fb7a28e9ef2acd76c5959d46b8749da MD5sum: 1462769e43937718c1554d038e4f2574 Description: Pinocchio-based implementation of ros2_control kinematics interface Package: ros-jazzy-kinematics-interface-pinocchio-dbgsym Package-Type: ddeb Source: ros-jazzy-kinematics-interface-pinocchio Version: 1.7.1-1noble.20260520.030501 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 9247 Depends: ros-jazzy-kinematics-interface-pinocchio (= 1.7.1-1noble.20260520.030501) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kinematics-interface-pinocchio/ros-jazzy-kinematics-interface-pinocchio-dbgsym_1.7.1-1noble.20260520.030501_arm64.deb Size: 9105048 SHA256: c2f308385557c16f7dcb3ee6d9b9bfab6b1c1bf50fc873b5b890b59754152dfc SHA1: 38342ea9f09b5f0e9f8a0ec793d6cb107c81da74 MD5sum: 152df5ff9dc19e453a8ffda95dfe14f7 Description: debug symbols for ros-jazzy-kinematics-interface-pinocchio Build-Ids: b122a7bd8279c80df5315321a11621590d1c0188 Package: ros-jazzy-kinova-gen3-6dof-robotiq-2f-85-moveit-config Version: 0.2.6-1noble.20260520.151006 Architecture: arm64 Maintainer: Abed Al Rahman Al Mrad Installed-Size: 101 Depends: ros-jazzy-controller-manager, ros-jazzy-joint-state-publisher, ros-jazzy-joint-state-publisher-gui, ros-jazzy-joint-trajectory-controller, ros-jazzy-kortex-description, ros-jazzy-moveit-configs-utils, ros-jazzy-moveit-kinematics, ros-jazzy-moveit-planners, ros-jazzy-moveit-ros-move-group, ros-jazzy-moveit-ros-visualization, ros-jazzy-moveit-ros-warehouse, ros-jazzy-moveit-setup-assistant, ros-jazzy-moveit-simple-controller-manager, ros-jazzy-picknik-reset-fault-controller, ros-jazzy-picknik-twist-controller, ros-jazzy-robot-state-publisher, ros-jazzy-rviz-common, ros-jazzy-rviz-default-plugins, ros-jazzy-rviz2, ros-jazzy-tf2-ros, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: http://moveit.ros.org/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kinova-gen3-6dof-robotiq-2f-85-moveit-config/ros-jazzy-kinova-gen3-6dof-robotiq-2f-85-moveit-config_0.2.6-1noble.20260520.151006_arm64.deb Size: 15078 SHA256: 0c6ce0f4bf4ea2dbcaec7a072bdf881caaa820a0c3461ccb52528e23f941994b SHA1: e04d481bfebfde9d64c3d2b047fec75c6536435a MD5sum: 8a2487a964dd3ce976bf15ad298e3b15 Description: An automatically generated package with all the configuration and launch files for using the gen3 with the MoveIt Motion Planning Framework Package: ros-jazzy-kinova-gen3-7dof-robotiq-2f-85-moveit-config Version: 0.2.6-1noble.20260520.151012 Architecture: arm64 Maintainer: Abed Al Rahman Al Mrad Installed-Size: 101 Depends: ros-jazzy-controller-manager, ros-jazzy-joint-state-publisher, ros-jazzy-joint-state-publisher-gui, ros-jazzy-joint-trajectory-controller, ros-jazzy-kortex-description, ros-jazzy-moveit-configs-utils, ros-jazzy-moveit-kinematics, ros-jazzy-moveit-planners, ros-jazzy-moveit-ros-move-group, ros-jazzy-moveit-ros-visualization, ros-jazzy-moveit-ros-warehouse, ros-jazzy-moveit-setup-assistant, ros-jazzy-moveit-simple-controller-manager, ros-jazzy-picknik-reset-fault-controller, ros-jazzy-picknik-twist-controller, ros-jazzy-robot-state-publisher, ros-jazzy-rviz-common, ros-jazzy-rviz-default-plugins, ros-jazzy-rviz2, ros-jazzy-tf2-ros, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: http://moveit.ros.org/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kinova-gen3-7dof-robotiq-2f-85-moveit-config/ros-jazzy-kinova-gen3-7dof-robotiq-2f-85-moveit-config_0.2.6-1noble.20260520.151012_arm64.deb Size: 15296 SHA256: 19b4f3815f4604b503d152bdcc53276f0e99e7fd06ace289a3ebe0e3f131f039 SHA1: 50cd7a7f04ccbc999d417ece97174626b937069f MD5sum: 99565ca9928d7f850b216c40de162dea Description: An automatically generated package with all the configuration and launch files for using the gen3 with the MoveIt Motion Planning Framework Package: ros-jazzy-kinova-gen3-lite-moveit-config Version: 0.2.6-1noble.20260520.151015 Architecture: arm64 Maintainer: Abed Al Rahman Al Mrad Installed-Size: 102 Depends: ros-jazzy-controller-manager, ros-jazzy-joint-state-publisher, ros-jazzy-joint-state-publisher-gui, ros-jazzy-kortex-description, ros-jazzy-moveit-configs-utils, ros-jazzy-moveit-kinematics, ros-jazzy-moveit-planners, ros-jazzy-moveit-ros-move-group, ros-jazzy-moveit-ros-visualization, ros-jazzy-moveit-ros-warehouse, ros-jazzy-moveit-setup-assistant, ros-jazzy-moveit-simple-controller-manager, ros-jazzy-picknik-reset-fault-controller, ros-jazzy-picknik-twist-controller, ros-jazzy-robot-state-publisher, ros-jazzy-rviz-common, ros-jazzy-rviz-default-plugins, ros-jazzy-rviz2, ros-jazzy-tf2-ros, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: http://moveit.ros.org/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kinova-gen3-lite-moveit-config/ros-jazzy-kinova-gen3-lite-moveit-config_0.2.6-1noble.20260520.151015_arm64.deb Size: 15012 SHA256: 0a58404d7669099fbd4201904e01c3fee01da1852f980674b75cf02d397184d4 SHA1: a7583587bffa18bebea8ad3d479e9eb4ffad0065 MD5sum: 4b4608e3f70008f68eb61bc98ec7f9e9 Description: An automatically generated package with all the configuration and launch files for using the gen3_lite with the MoveIt Motion Planning Framework Package: ros-jazzy-kitti-metrics-eval Version: 3.0.0-2noble.20260520.133216 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 209 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libmath, ros-jazzy-mrpt-libposes, ros-jazzy-mola-common, ros-jazzy-mrpt-libtclap, ros-jazzy-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/kitti_metrics_eval Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kitti-metrics-eval/ros-jazzy-kitti-metrics-eval_3.0.0-2noble.20260520.133216_arm64.deb Size: 59584 SHA256: a0e634cb7851551e9bd0ea4fa8334b42949b739e911dd6dcce7eba9c92b77d56 SHA1: c49240f0d63ea464bbf5b39fb77e2eac1d4f63b3 MD5sum: d3b94034bf64b6b7a588361447946cb2 Description: CLI tool to evaluate the KITTI odometry bechmark metrics to trajectory files Package: ros-jazzy-kitti-metrics-eval-dbgsym Package-Type: ddeb Source: ros-jazzy-kitti-metrics-eval Version: 3.0.0-2noble.20260520.133216 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 641 Depends: ros-jazzy-kitti-metrics-eval (= 3.0.0-2noble.20260520.133216) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kitti-metrics-eval/ros-jazzy-kitti-metrics-eval-dbgsym_3.0.0-2noble.20260520.133216_arm64.deb Size: 589050 SHA256: 85522b8eedfeab6285af6eb61c418da5b3d051d4f4a56fb398757a22614165ac SHA1: a5411b5972e820e18789462d6b0350b7be193a03 MD5sum: 2846ccc10e1be8449397ac74d8622fee Description: debug symbols for ros-jazzy-kitti-metrics-eval Build-Ids: 0f91a6d028c6fa77bd0c1b5d919ccd4b1e974302 Package: ros-jazzy-kobuki-ros-interfaces Version: 1.0.0-5noble.20260519.180848 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 4363 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-action-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-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-jazzy-kobuki-ros-interfaces/ros-jazzy-kobuki-ros-interfaces_1.0.0-5noble.20260519.180848_arm64.deb Size: 274058 SHA256: d0ef21150e72213355900f9cb524ffec5a4c8538afbee8d6dae767a44384b727 SHA1: bf352ed1c0e91c43429e47697157ba4f1aaa545f MD5sum: 0d9ca83f0d2bac805f756efaa78a64d3 Description: ROS2 message, service and action interfaces for the Kobuki. Package: ros-jazzy-kobuki-ros-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-kobuki-ros-interfaces Version: 1.0.0-5noble.20260519.180848 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 2846 Depends: ros-jazzy-kobuki-ros-interfaces (= 1.0.0-5noble.20260519.180848) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kobuki-ros-interfaces/ros-jazzy-kobuki-ros-interfaces-dbgsym_1.0.0-5noble.20260519.180848_arm64.deb Size: 2079184 SHA256: a5d9920cd53ee796edf791eb33d57bbd15be805b4b33d05433f6811e543af6c7 SHA1: 305ef91c2adb4a511d628ab0a9540235ba9a8aa2 MD5sum: e47f3a3da7e171f6348e690eb4417902 Description: debug symbols for ros-jazzy-kobuki-ros-interfaces Build-Ids: 2c8c9601b4712bb5b6bebdc4c50e5fad282e850b 4474687c57d78d8f65c4743e7f6fd6534a647a90 4fed8990ca09d2c9c15f42c02d8862a40a2b27e5 639618d3cc6e00ce2f69b6f4535d177377051ffe 6776339df1896b5e5d568dc9c146b5d858d7b76b 73585bcda7c9cf33e84cc98f90015f9700290e7a 86436e7cd156c3a7d1d9ddf9dbef05e924da69a3 86df37494d7a7155693f5bac1711292bd2058128 8be882b6325c85b98e048b8c9d51442de05fa448 ab3c08f3a4ffa86fa7dbfb21ead574585bf19d82 b2d4a6bbb743d7449e47dc594a28d36b3ac6ea4e Package: ros-jazzy-kobuki-velocity-smoother Version: 0.15.1-1noble.20260519.222502 Architecture: arm64 Maintainer: Jihoon Lee Installed-Size: 835 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-rcl-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/kobuki_velocity_smoother/github-kobuki-base-velocity_smoother/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kobuki-velocity-smoother/ros-jazzy-kobuki-velocity-smoother_0.15.1-1noble.20260519.222502_arm64.deb Size: 136676 SHA256: 6c73a4a1f791be8b94914625f415ee81145283f43adf2c19d9051b7ec2480f76 SHA1: cefd9545f06d0b5141c93a41538f92c793c6254c MD5sum: ee047f0cebdc639dc513975b2d39c9d8 Description: Bound incoming velocity messages according to robot velocity and acceleration limits. Package: ros-jazzy-kobuki-velocity-smoother-dbgsym Package-Type: ddeb Source: ros-jazzy-kobuki-velocity-smoother Version: 0.15.1-1noble.20260519.222502 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jihoon Lee Installed-Size: 3286 Depends: ros-jazzy-kobuki-velocity-smoother (= 0.15.1-1noble.20260519.222502) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kobuki-velocity-smoother/ros-jazzy-kobuki-velocity-smoother-dbgsym_0.15.1-1noble.20260519.222502_arm64.deb Size: 2708616 SHA256: f8b905bb52f90524ea3624d10d23a6555c3d86856e71bf709cbd9eeccef4e84f SHA1: 4d2ee48819ed29790fca72506ef8bb9854ff2488 MD5sum: 1109996a4bde86d3a809490913d9ee70 Description: debug symbols for ros-jazzy-kobuki-velocity-smoother Build-Ids: 9e54674773f3aee40311f6170267a5d264a94c57 ba56da6bbb71018507e5ce26143eb216a2d4fcdb Package: ros-jazzy-kompass Version: 0.5.0-1noble.20260520.015624 Architecture: arm64 Maintainer: Automatika Robotics Installed-Size: 822 Depends: python3-pykdl, ros-jazzy-automatika-ros-sugar, ros-jazzy-kompass-interfaces, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/kompass/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kompass/ros-jazzy-kompass_0.5.0-1noble.20260520.015624_arm64.deb Size: 173882 SHA256: 788c8ba9b13dfe89e27ad1cc0cbbd7fc17b73d5f47a24cc55f37fb3627228678 SHA1: fdeffb8c20b6eeda11c427014c296b38bda51e52 MD5sum: cb1b3d3404269e03261e8e112d13be3e Description: Kompass: Event-driven navigation system Package: ros-jazzy-kompass-interfaces Version: 0.5.0-1noble.20260519.190623 Architecture: arm64 Maintainer: Automatika Robotics Installed-Size: 15816 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-action-msgs, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/kompass_interfaces/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kompass-interfaces/ros-jazzy-kompass-interfaces_0.5.0-1noble.20260519.190623_arm64.deb Size: 828390 SHA256: b9acb5493454f03645fcfed04933dbdc63cc337d308c4d8944a124e79f66008b SHA1: b0071521c5d6968dc2a5350905d8e0bfe57cfa85 MD5sum: 04696de1a08daf7f94309edc3b71849c Description: ROS2 Interfaces for Kompass Package: ros-jazzy-kompass-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-kompass-interfaces Version: 0.5.0-1noble.20260519.190623 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Automatika Robotics Installed-Size: 9223 Depends: ros-jazzy-kompass-interfaces (= 0.5.0-1noble.20260519.190623) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kompass-interfaces/ros-jazzy-kompass-interfaces-dbgsym_0.5.0-1noble.20260519.190623_arm64.deb Size: 6572254 SHA256: 03700da950c9f9fd6b5a3b185710523f41b447455f3679e2be4f049e41c966ba SHA1: 5468bfb6bcc97c93823558271ca2c91e3cafa80d MD5sum: 9137c32c4ed75f3edd2c477251856dce Description: debug symbols for ros-jazzy-kompass-interfaces Build-Ids: 1c48f6bd4f85626cf1d817bcd2dc6ecb79b3ed79 295b57e61dcd4488af299edb31d7a732570a4ad9 2f08d3d89a6d5e6ccbe416614cae57628b34cb0c 3242271d7b511a087a75ec13eeb293f2e327db33 733f63dc08a3d0ffe56792927c34de3c84d31f52 99afb4d8b8a00c9f7f09543b3fd0fae27f38764b b410ba76e2d376753eab8c133064846c8d912bd5 c2572d2cf67c9e66dca8ae877970c30b4e753f71 ce1a748651d4526d68b012bd0059f83bff07e555 d3e3927f595ec7bbfdb3ba7f152407c7b08f1848 ee29e7d48f6200cc6280464ff1e42ac47a595c48 Package: ros-jazzy-kortex-description Version: 0.2.6-1noble.20260520.145312 Architecture: arm64 Maintainer: Installed-Size: 28411 Depends: ros-jazzy-gz-ros2-control, ros-jazzy-joint-state-publisher, ros-jazzy-joint-state-publisher-gui, ros-jazzy-joint-trajectory-controller, ros-jazzy-parallel-gripper-controller, ros-jazzy-picknik-reset-fault-controller, ros-jazzy-picknik-twist-controller, ros-jazzy-robot-state-publisher, ros-jazzy-robotiq-description, ros-jazzy-rviz2, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kortex-description/ros-jazzy-kortex-description_0.2.6-1noble.20260520.145312_arm64.deb Size: 7882382 SHA256: 1055e9a82f927667982d4bd62a20bde50d6180f07b6baf2638da6ec137e346e4 SHA1: 06a0deab81d4a2b3059b7c822184524cfd5b682b MD5sum: 184dc6ea8fe553f33e556e098402fb40 Description: URDF and xacro description package for KINOVA KORTEX™ robots This package contains configuration data, 3D models and launch files for KINOVA KORTEX™ arms and supported grippers Package: ros-jazzy-lanelet2 Version: 1.2.1-1noble.20260520.132826 Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 42 Depends: ros-jazzy-lanelet2-core, ros-jazzy-lanelet2-examples, ros-jazzy-lanelet2-io, ros-jazzy-lanelet2-maps, ros-jazzy-lanelet2-matching, ros-jazzy-lanelet2-projection, ros-jazzy-lanelet2-python, ros-jazzy-lanelet2-routing, ros-jazzy-lanelet2-traffic-rules, ros-jazzy-lanelet2-validation, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2/ros-jazzy-lanelet2_1.2.1-1noble.20260520.132826_arm64.deb Size: 5670 SHA256: 68fa1747ab493c73ef1dcd0641b3eb120983ae7dd079c3adc9877c23f2016307 SHA1: 08e0f3b0680a660af9e4cfb12f4f2454846df79e MD5sum: b55c8c36440700eab3c3350a23f3407b Description: Meta-package for lanelet2 Package: ros-jazzy-lanelet2-core Version: 1.2.1-1noble.20260225.232154 Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 1763 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-all-dev, libeigen3-dev, ros-jazzy-mrt-cmake-modules, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-core/ros-jazzy-lanelet2-core_1.2.1-1noble.20260225.232154_arm64.deb Size: 414754 SHA256: 10ebff9a6654bceede4d270c8689da4740e0c21be064c8383c3613bb0c9e242e SHA1: 85808c31cac25f3dd80c66ba73b96a23f7225a60 MD5sum: ad64034c2fed590ba42cf3cd256610d3 Description: Lanelet2 core module Package: ros-jazzy-lanelet2-core-dbgsym Package-Type: ddeb Source: ros-jazzy-lanelet2-core Version: 1.2.1-1noble.20260225.232154 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 12503 Depends: ros-jazzy-lanelet2-core (= 1.2.1-1noble.20260225.232154) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-core/ros-jazzy-lanelet2-core-dbgsym_1.2.1-1noble.20260225.232154_arm64.deb Size: 11675312 SHA256: 06beea1a645fca4546c1ccca85ff57d05977f2b389ff03723bb3ffe973705d68 SHA1: 6a9d9321d0e1a645c62e80b25cd621e5f7c23918 MD5sum: a3e1b8d9edd6269d0e9c7d9e1c507d92 Description: debug symbols for ros-jazzy-lanelet2-core Build-Ids: e6355218acceb4ea37833f6b5c53cea8b1ae0074 Package: ros-jazzy-lanelet2-examples Version: 1.2.1-1noble.20260520.055838 Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 615 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-lanelet2-core, ros-jazzy-lanelet2-io, ros-jazzy-lanelet2-matching, ros-jazzy-lanelet2-projection, ros-jazzy-lanelet2-routing, ros-jazzy-lanelet2-traffic-rules, ros-jazzy-lanelet2-python, ros-jazzy-mrt-cmake-modules, ros-jazzy-ros2cli, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-examples/ros-jazzy-lanelet2-examples_1.2.1-1noble.20260520.055838_arm64.deb Size: 97268 SHA256: 9bba14c59a5c5fd99ff9ebff3f0986095087043f86b5bad0c4c1df2bb5d0f034 SHA1: 93e8f3d4cdcd265d7ea291d9bfc42fb0205b3e01 MD5sum: ac5d329c10c4cf2e1b71498a2685d628 Description: Examples for working with Lanelet2 Package: ros-jazzy-lanelet2-examples-dbgsym Package-Type: ddeb Source: ros-jazzy-lanelet2-examples Version: 1.2.1-1noble.20260520.055838 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 5384 Depends: ros-jazzy-lanelet2-examples (= 1.2.1-1noble.20260520.055838) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-examples/ros-jazzy-lanelet2-examples-dbgsym_1.2.1-1noble.20260520.055838_arm64.deb Size: 5185100 SHA256: d1cdbf01f71ba379dd9d2ba412c3e3035d4de8d2e4058dbec6dda4f21dd60dba SHA1: 65d4ea93bfa0551079240c37920b5d063b75718b MD5sum: 82002d60fcb2019ed1e283c1944cb630 Description: debug symbols for ros-jazzy-lanelet2-examples Build-Ids: 1b31708efbaffe1af35be2660f2ddacf39cc70c6 4a60abb561b84c70f80b8a1a0e6a5ebcafdf8c94 6a9ff5ca82c7e80fb2f59d89d2b0a7239b796630 6dbfe2df82f142c72c69b0cbe4779f4a3c79eaf0 d1e1577c39983daf3ea2325e8c497f0a159bf30b db64486119611ef176f121ba5cb8f6365c5dad73 ece1d81a54066bee97047eab2cf83741d42dc694 Package: ros-jazzy-lanelet2-io Version: 1.2.1-1noble.20260225.233944 Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 1033 Depends: libboost-filesystem1.83.0 (>= 1.83.0), libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpugixml1v5 (>= 1.7), libstdc++6 (>= 13.1), ros-jazzy-lanelet2-core, libboost-all-dev, libpugixml-dev, ros-jazzy-mrt-cmake-modules, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-io/ros-jazzy-lanelet2-io_1.2.1-1noble.20260225.233944_arm64.deb Size: 235204 SHA256: 17497a7ae870cd1aae5354b0ca83171c2b56a2cc87b2cdb17a538a7951480205 SHA1: 792df89f1cb391a9445a25247e81ea36a18c4006 MD5sum: 7422fff142279f5104bb536ae98868da Description: Parser/Writer module for lanelet2 Package: ros-jazzy-lanelet2-io-dbgsym Package-Type: ddeb Source: ros-jazzy-lanelet2-io Version: 1.2.1-1noble.20260225.233944 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 5493 Depends: ros-jazzy-lanelet2-io (= 1.2.1-1noble.20260225.233944) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-io/ros-jazzy-lanelet2-io-dbgsym_1.2.1-1noble.20260225.233944_arm64.deb Size: 4706494 SHA256: febdd6bee27dccdac3a38f92e18cff91ab0b7f9ed5cfdf55222282e82bc5d9f0 SHA1: f7e0b6050afee0104c2421aa1d6bbde7a4105507 MD5sum: 021910b2a481128e8d582b146bfe2e81 Description: debug symbols for ros-jazzy-lanelet2-io Build-Ids: a5a8351cd473efb942e7147c03a1b3547b8084db Package: ros-jazzy-lanelet2-maps Version: 1.2.1-1noble.20260225.234117 Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 787 Depends: ros-jazzy-lanelet2-core, ros-jazzy-mrt-cmake-modules, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-maps/ros-jazzy-lanelet2-maps_1.2.1-1noble.20260225.234117_arm64.deb Size: 67800 SHA256: df918d77f517a03c670aa7c99a1cfc0f6fe5f92d969536e0c3b712efe8a4055a SHA1: ce015f8a0c097e384a744d99b42727c0b1f248a4 MD5sum: 2c7390623846eb9869797e6f42d01dda Description: Example maps in the lanelet2-format Package: ros-jazzy-lanelet2-matching Version: 1.2.1-1noble.20260226.125531 Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 286 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-lanelet2-core, ros-jazzy-lanelet2-traffic-rules, ros-jazzy-mrt-cmake-modules, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-matching/ros-jazzy-lanelet2-matching_1.2.1-1noble.20260226.125531_arm64.deb Size: 74846 SHA256: 1510096baadf4655d596e227d5ddc10dc4bd5dd78e566bfd25217731d632d7ee SHA1: 991d4bdcac2b5cdf3753e1453b02e009c8d0c72f MD5sum: 5a4b8df3db25e2add36f54e00ad81d68 Description: Library to match objects to lanelets Package: ros-jazzy-lanelet2-matching-dbgsym Package-Type: ddeb Source: ros-jazzy-lanelet2-matching Version: 1.2.1-1noble.20260226.125531 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 2256 Depends: ros-jazzy-lanelet2-matching (= 1.2.1-1noble.20260226.125531) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-matching/ros-jazzy-lanelet2-matching-dbgsym_1.2.1-1noble.20260226.125531_arm64.deb Size: 2185516 SHA256: 4dabf66aca84baef53741c3d37e9dae8ff24601cc5f6ed068cc7a01af1b26a99 SHA1: f9fd36f324f04d4d2a777a3601e54629ddf5cda9 MD5sum: c2a22ee0f719c0127cc369dbe11f31ef Description: debug symbols for ros-jazzy-lanelet2-matching Build-Ids: 5466cb213d881d788a3dca873c81359ec9060a46 Package: ros-jazzy-lanelet2-projection Version: 1.2.1-1noble.20260305.200024 Architecture: arm64 Maintainer: Jan-Hendrik Pauls Installed-Size: 149 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libgeographiclib26 (>= 1.40), libstdc++6 (>= 5.2), libgeographiclib-dev, ros-jazzy-lanelet2-io, ros-jazzy-mrt-cmake-modules, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-projection/ros-jazzy-lanelet2-projection_1.2.1-1noble.20260305.200024_arm64.deb Size: 19456 SHA256: 9e0ef4621b645de99e95048231c42013195eb7a64f5670ee49baf55859694821 SHA1: 8b20519d980007a009f6f3db484b9719e7867c91 MD5sum: 8be89cadea14e80bc79beed7cbb28083 Description: Lanelet2 projection library for lat/lon to local x/y conversion Package: ros-jazzy-lanelet2-projection-dbgsym Package-Type: ddeb Source: ros-jazzy-lanelet2-projection Version: 1.2.1-1noble.20260305.200024 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jan-Hendrik Pauls Installed-Size: 174 Depends: ros-jazzy-lanelet2-projection (= 1.2.1-1noble.20260305.200024) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-projection/ros-jazzy-lanelet2-projection-dbgsym_1.2.1-1noble.20260305.200024_arm64.deb Size: 149472 SHA256: 74f6b2c9aad4d0a8bb13ee69f6f90983a0d2e6ae377abbbb466d22c6f34f758b SHA1: 8d3f7109da3cacf8ef501b32183e471d922f9f11 MD5sum: c3981fd493b21fb68987c9b47e7853b6 Description: debug symbols for ros-jazzy-lanelet2-projection Build-Ids: 6dedacadc8cf7bb8db54f2f2638bbb29ef9a1a09 Package: ros-jazzy-lanelet2-python Version: 1.2.1-1noble.20260305.204057 Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 6486 Depends: libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py312, libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-jazzy-lanelet2-core, ros-jazzy-lanelet2-io, ros-jazzy-lanelet2-matching, ros-jazzy-lanelet2-projection, ros-jazzy-lanelet2-routing, ros-jazzy-lanelet2-traffic-rules, libboost-python-dev, ros-jazzy-mrt-cmake-modules, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-python/ros-jazzy-lanelet2-python_1.2.1-1noble.20260305.204057_arm64.deb Size: 1065390 SHA256: 2211f8ab99e5c206f88fc997ff517bbad8877dde1e8713c2220d9d0a869bae7c SHA1: 7455261905d2239d9aecbbb1dd337daf712dc71c MD5sum: 080c21e3b73624cc93775c46e28ffc18 Description: Python bindings for lanelet2 Package: ros-jazzy-lanelet2-python-dbgsym Package-Type: ddeb Source: ros-jazzy-lanelet2-python Version: 1.2.1-1noble.20260305.204057 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 28325 Depends: ros-jazzy-lanelet2-python (= 1.2.1-1noble.20260305.204057) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-python/ros-jazzy-lanelet2-python-dbgsym_1.2.1-1noble.20260305.204057_arm64.deb Size: 22706668 SHA256: 4cb6fa352be8c8b46dc0dfd435d2651972135c2575bbea4e98f4bd4647b139f9 SHA1: 12682deaf3e36b72046247c1935cfece3ded9904 MD5sum: 337224b6cc7f50fece3bf338d64cf2ae Description: debug symbols for ros-jazzy-lanelet2-python Build-Ids: 33c7bf97208a54f81d461679df6b91b634b4aefa 3f79bd1433522a8c7fb5012de210779f69e503b2 a648b88fb4b3bc703a1d31edea6e718e5c7c9284 af98f1c72e28a7ca51d0895be2b6b89a2e998fb9 bf1c76b7778e3c878b077ea21631ff4331ead547 bf7bb217c2b3eb88e5a03bc7ea4e269f96c96e89 c2847f151cc28777e90b7dd202be736fd3261233 Package: ros-jazzy-lanelet2-routing Version: 1.2.1-1noble.20260226.125531 Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 774 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-lanelet2-core, libboost-all-dev, ros-jazzy-lanelet2-traffic-rules, ros-jazzy-mrt-cmake-modules, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-routing/ros-jazzy-lanelet2-routing_1.2.1-1noble.20260226.125531_arm64.deb Size: 252698 SHA256: 12cd9dd2b9e4c86dd3465b2a711899e4c179dbbb9d32df919e799aeaedbdf88a SHA1: 5405dcda6c04a23597da4659125e8c7179d2760e MD5sum: d7e76f0e295a2f4d313593430d61df1d Description: Routing module for lanelet2 Package: ros-jazzy-lanelet2-routing-dbgsym Package-Type: ddeb Source: ros-jazzy-lanelet2-routing Version: 1.2.1-1noble.20260226.125531 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 6228 Depends: ros-jazzy-lanelet2-routing (= 1.2.1-1noble.20260226.125531) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-routing/ros-jazzy-lanelet2-routing-dbgsym_1.2.1-1noble.20260226.125531_arm64.deb Size: 5919134 SHA256: e342664a36d28a75db9b0207240cf52bc4741eb3266c7cc01a0db04cbcd4691d SHA1: 4c82e6b933fe61429b898f586f96c102eec17533 MD5sum: 2cda849f207d7ab0000bc2d1cd5034b4 Description: debug symbols for ros-jazzy-lanelet2-routing Build-Ids: 25ccea9f29b1ee9562bf18bfbdfc5b9fc9f512c5 Package: ros-jazzy-lanelet2-traffic-rules Version: 1.2.1-1noble.20260225.234204 Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 224 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-lanelet2-core, ros-jazzy-mrt-cmake-modules, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-traffic-rules/ros-jazzy-lanelet2-traffic-rules_1.2.1-1noble.20260225.234204_arm64.deb Size: 54118 SHA256: 31d6adbd9ec34a21c72f52d8d45f853f84e91843fe32696c75232de6cdf645f1 SHA1: 200ef58d5204c9e2b05ba46b8bb3ff9784905357 MD5sum: de8871b38e6be299cef2921131b4a3ce Description: Package for interpreting traffic rules in a lanelet map Package: ros-jazzy-lanelet2-traffic-rules-dbgsym Package-Type: ddeb Source: ros-jazzy-lanelet2-traffic-rules Version: 1.2.1-1noble.20260225.234204 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 1341 Depends: ros-jazzy-lanelet2-traffic-rules (= 1.2.1-1noble.20260225.234204) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-traffic-rules/ros-jazzy-lanelet2-traffic-rules-dbgsym_1.2.1-1noble.20260225.234204_arm64.deb Size: 1286322 SHA256: a33f18e82490d50be00c9a40e2376f1111a92b86c8607a9d3a0b18ec4391e77f SHA1: 99bd031a043dd7a703fb2691bb22ecb3502044fd MD5sum: f1c7ca73147e4767c931f5ce4ce8faee Description: debug symbols for ros-jazzy-lanelet2-traffic-rules Build-Ids: 03566aa4d4db4f9ceccc281a10649b9607dfbdc5 Package: ros-jazzy-lanelet2-validation Version: 1.2.1-1noble.20260305.204104 Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 494 Depends: libboost-program-options1.83.0 (>= 1.83.0), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-lanelet2-core, ros-jazzy-lanelet2-io, ros-jazzy-lanelet2-projection, ros-jazzy-lanelet2-routing, ros-jazzy-lanelet2-traffic-rules, ros-jazzy-mrt-cmake-modules, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-validation/ros-jazzy-lanelet2-validation_1.2.1-1noble.20260305.204104_arm64.deb Size: 123566 SHA256: cc2ea7e32398af71491c8fd0de8ea0ff7f2114e01f318059081487af261f723c SHA1: 49471b00e6845d98fbbb25ef4b876683fc8f3c7c MD5sum: f450ef89074fb388f41ccb508f9d00df Description: Package for sanitizing lanelet maps Package: ros-jazzy-lanelet2-validation-dbgsym Package-Type: ddeb Source: ros-jazzy-lanelet2-validation Version: 1.2.1-1noble.20260305.204104 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 3810 Depends: ros-jazzy-lanelet2-validation (= 1.2.1-1noble.20260305.204104) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-validation/ros-jazzy-lanelet2-validation-dbgsym_1.2.1-1noble.20260305.204104_arm64.deb Size: 3621518 SHA256: 6614a486377db0e168026fdc9be96ee38f8048a22b3b65750a0c3ded4bcfb114 SHA1: 6acbcf5bc306f081d1e8b0eaad9bf491d8e6e036 MD5sum: 5e568bb047ef7268fc55876ff2f61808 Description: debug symbols for ros-jazzy-lanelet2-validation Build-Ids: 82f1905a74a707771a436b9460efac133652b40b f6e82dd74c658109ea64edc6bc29b04e0a26b4a9 Package: ros-jazzy-laser-filters Version: 2.0.9-1noble.20260520.014747 Architecture: arm64 Maintainer: Jon Binney Installed-Size: 3188 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-angles, ros-jazzy-diagnostic-msgs, ros-jazzy-diagnostic-updater, ros-jazzy-filters, ros-jazzy-laser-geometry, ros-jazzy-message-filters, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclcpp-lifecycle, ros-jazzy-sensor-msgs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-kdl, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/laser_filters Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-laser-filters/ros-jazzy-laser-filters_2.0.9-1noble.20260520.014747_arm64.deb Size: 570012 SHA256: 5f3c8fc819c224035fcefdec1a2e86974bfff3f2314ffbeb80bfe5f0fc0c3edf SHA1: 8e0c5e2feb40069a880d7d61a236bc85a15f3c72 MD5sum: 09556a933c895038c0d2f653d2113650 Description: Assorted filters designed to operate on 2D planar laser scanners, which use the sensor_msgs/LaserScan type. Package: ros-jazzy-laser-filters-dbgsym Package-Type: ddeb Source: ros-jazzy-laser-filters Version: 2.0.9-1noble.20260520.014747 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jon Binney Installed-Size: 14502 Depends: ros-jazzy-laser-filters (= 2.0.9-1noble.20260520.014747) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-laser-filters/ros-jazzy-laser-filters-dbgsym_2.0.9-1noble.20260520.014747_arm64.deb Size: 12280644 SHA256: ddcc54cae4b58c2adf107c61058ac8fd83909377b2a71155f45c59f71e8c2d72 SHA1: cdc75b478f25645316adbf76f7b166528385fb96 MD5sum: 9719364984f44f996bc97519a7f1d1ea Description: debug symbols for ros-jazzy-laser-filters Build-Ids: 025ff6cc4dcdb0567f426cf28e009e7e184c5b61 463e47d6f20a2d8563a4faeb42cbc192f50dd1a4 82a7d331a72ee0cdaf3658e61b35b122dc24a7a9 a42e1bd31f02ebec68189bc6d92b39b22904bb41 aae7232c1e6cf043234a6ae2a56a0751772b8716 Package: ros-jazzy-laser-geometry Version: 2.7.2-1noble.20260520.014415 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 167 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, python3-numpy, ros-jazzy-eigen3-cmake-module, ros-jazzy-rclcpp, ros-jazzy-rclpy, ros-jazzy-sensor-msgs, ros-jazzy-sensor-msgs-py, ros-jazzy-tf2, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/laser_geometry Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-laser-geometry/ros-jazzy-laser-geometry_2.7.2-1noble.20260520.014415_arm64.deb Size: 25724 SHA256: 7984437a4074ce7048f675f26e45a0498954fe402855090f481fc6bda57c0161 SHA1: 3a639c6d76bd09abcbc34cc636dcaf4fdb557672 MD5sum: ddb60c369776c1d87ee618c5f8d3d93c 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-jazzy-laser-geometry-dbgsym Package-Type: ddeb Source: ros-jazzy-laser-geometry Version: 2.7.2-1noble.20260520.014415 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 171 Depends: ros-jazzy-laser-geometry (= 2.7.2-1noble.20260520.014415) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-laser-geometry/ros-jazzy-laser-geometry-dbgsym_2.7.2-1noble.20260520.014415_arm64.deb Size: 155550 SHA256: d76a8e77c4c9a4505e296908320e85524effdaab4be3c1ca82c45bdadbd99746 SHA1: dbfcb2e9ef7cd13f8ed2c86257cb45e1b6aea498 MD5sum: b384874a91844d570defdf28e1d57ceb Description: debug symbols for ros-jazzy-laser-geometry Build-Ids: 3c0dab171fcddfad0d187561d3fc7748a8d30c2f Package: ros-jazzy-laser-proc Version: 1.0.2-7noble.20260520.014403 Architecture: arm64 Maintainer: Chad Rockey Installed-Size: 788 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-class-loader, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/laser_proc Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-laser-proc/ros-jazzy-laser-proc_1.0.2-7noble.20260520.014403_arm64.deb Size: 134586 SHA256: afbf87ddcd0f9b2c0333d70e36e32b63b79c4e3b59cc084b605af9e9ea3fc27e SHA1: 9ebb345b7cd1ba5b3448931a4b006ef4ce4f4e86 MD5sum: af32c9b579bbd39d3205acc241728bc9 Description: laser_proc Package: ros-jazzy-laser-proc-dbgsym Package-Type: ddeb Source: ros-jazzy-laser-proc Version: 1.0.2-7noble.20260520.014403 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chad Rockey Installed-Size: 3231 Depends: ros-jazzy-laser-proc (= 1.0.2-7noble.20260520.014403) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-laser-proc/ros-jazzy-laser-proc-dbgsym_1.0.2-7noble.20260520.014403_arm64.deb Size: 2766752 SHA256: 8896759f993ec2b78eb8f8e4fa4827f1a11ca6849423feede9177f12ee667791 SHA1: 37ba6307c77c9347c8ae12269983f77718f43381 MD5sum: 81c104fec6f4c96e40f091e1c314cf0c Description: debug symbols for ros-jazzy-laser-proc Build-Ids: 59b23168f91bb995272896846de16c367bd2d86e 8c98e137ebbef6ff81c2c7ed0737540061463390 dc1ed818a368d576ecf7cbd2ee5ea7b8e8b15530 Package: ros-jazzy-laser-segmentation Version: 3.0.4-1noble.20260520.014450 Architecture: arm64 Maintainer: Alberto Tudela Installed-Size: 828 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclcpp-lifecycle, ros-jazzy-sensor-msgs, ros-jazzy-slg-msgs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-laser-segmentation/ros-jazzy-laser-segmentation_3.0.4-1noble.20260520.014450_arm64.deb Size: 154038 SHA256: 2825ee03a86856a7be2552afe2cef1bc4fc09cc72bf18073f060d65217ab5e12 SHA1: d7276c294db55fa4b47d559d726df74db2e36fd2 MD5sum: 82be73b1fc1d9541ae6f3c98d89bf62a Description: Implementation of algorithms for segmentation of laserscans. Package: ros-jazzy-laser-segmentation-dbgsym Package-Type: ddeb Source: ros-jazzy-laser-segmentation Version: 3.0.4-1noble.20260520.014450 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alberto Tudela Installed-Size: 3388 Depends: ros-jazzy-laser-segmentation (= 3.0.4-1noble.20260520.014450) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-laser-segmentation/ros-jazzy-laser-segmentation-dbgsym_3.0.4-1noble.20260520.014450_arm64.deb Size: 2917162 SHA256: e7057b65684ec07d376e4f70f35abdb1f4fd769c52a09d4fd8d7219a689b9c35 SHA1: cc775fb4b859bb9c7e3ad939188f83bcd3647ade MD5sum: 7ba1a3911154cb5a9dd9a8cd8f460e5f Description: debug symbols for ros-jazzy-laser-segmentation Build-Ids: cc02d273dad7747acacc0d66370e98dd84f8ce8b eafd9906aa1c36e1e8d760f2afa8c91309d503fd Package: ros-jazzy-launch Version: 3.4.10-1noble.20260519.011900 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 1104 Depends: python3-importlib-metadata, python3-lark, python3-yaml, ros-jazzy-ament-index-python, ros-jazzy-osrf-pycommon, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-launch/ros-jazzy-launch_3.4.10-1noble.20260519.011900_arm64.deb Size: 204452 SHA256: c31511a3cff9725f3fd516df9482c991c174eac60d4ef5cbeb22c38085acbfc3 SHA1: ccc0e05c2abdc018587dcecbf71942f1668a03cd MD5sum: 204d10e3e37b86d2e6fa7b08ace22c8c Description: The ROS launch tool. Package: ros-jazzy-launch-frontend-py Version: 0.1.0-1noble.20260519.012419 Architecture: arm64 Maintainer: Emerson Knapp Installed-Size: 63 Depends: ros-jazzy-launch, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-launch-frontend-py/ros-jazzy-launch-frontend-py_0.1.0-1noble.20260519.012419_arm64.deb Size: 8998 SHA256: fe55da9aa1f5bfd8d10b8d040565585add4942019a389e1573826c1b53f0c054 SHA1: 13587fc7a8ba8f41c4ed1472718fa8ae5bca4d24 MD5sum: 0a6c6b83fcd8492c10151e29b7525fce Description: Python frontend for writing ROS 2 launch files Package: ros-jazzy-launch-pal Version: 0.20.2-1noble.20260519.205954 Architecture: arm64 Maintainer: Jordan Palacios Installed-Size: 230 Depends: python3-jinja2, python3-yaml, ros-jazzy-ament-index-python, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-ros-workspace Homepage: https://github.com/pal-robotics/launch_pal Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-launch-pal/ros-jazzy-launch-pal_0.20.2-1noble.20260519.205954_arm64.deb Size: 54744 SHA256: 13b51c62f79093ded9842a2fc4ab961b3ce1d5c0967cd54e1b0fe5decca0a3ee SHA1: 427247a3d0a7266c7b754140a9146c124b99375f MD5sum: edfabea194d8b9487868313c9cffce5b Description: Utilities for launch files Package: ros-jazzy-launch-param-builder Version: 0.1.1-4noble.20260519.205636 Architecture: arm64 Maintainer: Jafar Abdi Installed-Size: 63 Depends: python3-yaml, ros-jazzy-ament-index-python, ros-jazzy-rclpy, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-launch-param-builder/ros-jazzy-launch-param-builder_0.1.1-4noble.20260519.205636_arm64.deb Size: 8992 SHA256: c738f5202f2d0ea2ae670a76696fe3be2f149e3cee3fe4989c4153f80d694eae SHA1: d1f995c7d8d41728d7daa7862fafd7b882ca364b MD5sum: fb434d445292c0e800d13b4ce62e73b7 Description: Python library for loading parameters in launch files Package: ros-jazzy-launch-pytest Version: 3.4.10-1noble.20260519.012742 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 128 Depends: python3-pytest, ros-jazzy-ament-index-python, ros-jazzy-launch, ros-jazzy-launch-testing, ros-jazzy-osrf-pycommon, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-launch-pytest/ros-jazzy-launch-pytest_3.4.10-1noble.20260519.012742_arm64.deb Size: 27348 SHA256: 31ed05019e9a76acb82bdf224567247685578228881184df6840bbd8bebb469e SHA1: db2fb046ab0e37b55020ebef145971d43151c294 MD5sum: 9f4a1f4a605e4e1609617ca6fbf3874b Description: A package to create tests which involve launch files and multiple processes. Package: ros-jazzy-launch-ros Version: 0.26.11-1noble.20260519.205659 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 454 Depends: python3-importlib-metadata, python3-yaml, ros-jazzy-ament-index-python, ros-jazzy-composition-interfaces, ros-jazzy-launch, ros-jazzy-lifecycle-msgs, ros-jazzy-osrf-pycommon, ros-jazzy-rclpy, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-launch-ros/ros-jazzy-launch-ros_0.26.11-1noble.20260519.205659_arm64.deb Size: 93582 SHA256: 2e1af870a0cf1d90f977695c5ad6fe710389b813183e6a48e6d6a66c26be6894 SHA1: 33fdf7ec3ca49005ef4a6161ff6d76c1ab2d5170 MD5sum: 39324593678440c9ec996113c1cd6c29 Description: ROS specific extensions to the launch tool. Package: ros-jazzy-launch-system-modes Version: 0.9.0-6noble.20260519.205737 Architecture: arm64 Maintainer: Arne Nordmann Installed-Size: 120 Depends: python3-importlib-metadata, python3-yaml, ros-jazzy-ament-index-python, ros-jazzy-launch, ros-jazzy-osrf-pycommon, ros-jazzy-rclpy, ros-jazzy-system-modes-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-launch-system-modes/ros-jazzy-launch-system-modes_0.9.0-6noble.20260519.205737_arm64.deb Size: 18424 SHA256: 3bbb7e3ea87d5e3b9e66bc961bcbbc3b75073ac1e9ca66bd5ceee2d786dcade4 SHA1: 08d073119cf04908f5b0c5146c9c3fce5041aed3 MD5sum: 3d9d43c9d625ee4e555d5f4ca8236a83 Description: System modes specific extensions to the launch tool, i.e. launch actions, events, and event handlers for system modes. Package: ros-jazzy-launch-testing Version: 3.4.10-1noble.20260519.012608 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 401 Depends: python3-pytest, ros-jazzy-ament-index-python, ros-jazzy-launch, ros-jazzy-launch-xml, ros-jazzy-launch-yaml, ros-jazzy-osrf-pycommon, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-launch-testing/ros-jazzy-launch-testing_3.4.10-1noble.20260519.012608_arm64.deb Size: 87640 SHA256: 6fb7f6a7d80b651c444a0ddc9cab7e2cafb2d0ed9be5f3377fb7cee92e6cc914 SHA1: ae45590486e58c0081d0674894e3ae8c70f3013f MD5sum: 026e9e94786161f3afe033fbd82432cc Description: A package to create tests which involve launch files and multiple processes. Package: ros-jazzy-launch-testing-ament-cmake Version: 3.4.10-1noble.20260519.012826 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 50 Depends: ros-jazzy-ament-cmake-test, ros-jazzy-launch-testing, ros-jazzy-python-cmake-module, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-launch-testing-ament-cmake/ros-jazzy-launch-testing-ament-cmake_3.4.10-1noble.20260519.012826_arm64.deb Size: 8948 SHA256: 7f2baee1858e8e9b4bec3da658644a67b63bb180abb8eb28fe0b38873fedfb74 SHA1: a4907f296ef05741cfa0ef728f18c6e8a0a33d4e MD5sum: 41191b7bd06f5bb00517fa617e15fcab Description: A package providing cmake functions for running launch tests from the build. Package: ros-jazzy-launch-testing-examples Version: 0.19.7-1noble.20260520.052438 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 73 Depends: python3-pytest, ros-jazzy-demo-nodes-cpp, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-launch-testing, ros-jazzy-launch-testing-ros, ros-jazzy-rcl-interfaces, ros-jazzy-rclpy, ros-jazzy-ros2bag, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-launch-testing-examples/ros-jazzy-launch-testing-examples_0.19.7-1noble.20260520.052438_arm64.deb Size: 14314 SHA256: 49fa1ec1f3e3252afe92839fcaf08006c8aa145e4ad1da0af103e61cf2ebc522 SHA1: fdb982988f9a83d1093d87c0e01e0b3ba7958ca8 MD5sum: b08eee6b050e90334066d2dde5c43394 Description: Examples of simple launch tests Package: ros-jazzy-launch-testing-ros Version: 0.26.11-1noble.20260519.210003 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 124 Depends: ros-jazzy-ament-index-python, ros-jazzy-launch-ros, ros-jazzy-launch-testing, ros-jazzy-rclpy, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-launch-testing-ros/ros-jazzy-launch-testing-ros_0.26.11-1noble.20260519.210003_arm64.deb Size: 22626 SHA256: 77825d08cc9ba81cb03455d9696f4f9a8467425973d109f8174c77ef9633b10f SHA1: ac298ebe85071d81853af5894777356c7a4df808 MD5sum: 76118052ad2df34a30444591c75c2711 Description: A package providing utilities for writing ROS2 enabled launch tests. Package: ros-jazzy-launch-xml Version: 3.4.10-1noble.20260519.012424 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 57 Depends: ros-jazzy-launch, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-launch-xml/ros-jazzy-launch-xml_3.4.10-1noble.20260519.012424_arm64.deb Size: 11572 SHA256: 457d157c6b2ae8c6cdb7626b772c98ef02ac94ffbb685747a8f941fbcbb3c645 SHA1: e758d2b4177f9828cd45a022b61603b15547c217 MD5sum: af8197753193909da0336ee9b332407f Description: XML frontend for the launch package. Package: ros-jazzy-launch-yaml Version: 3.4.10-1noble.20260519.012305 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 57 Depends: ros-jazzy-launch, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-launch-yaml/ros-jazzy-launch-yaml_3.4.10-1noble.20260519.012305_arm64.deb Size: 11874 SHA256: d52ab3dcd1c05c39895cc504a650cb05925490f4ed5f51ba7bbba4e7f14f608d SHA1: 6e4372afdc87152526db1f9a6e3ffa807cb3b23e MD5sum: 511a386e4b7d1c263a8d1bf559abc29f Description: YAML frontend for the launch package. Package: ros-jazzy-ld08-driver Version: 1.1.4-1noble.20260520.014526 Architecture: arm64 Maintainer: Pyo Installed-Size: 247 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libudev1 (>= 183), libboost-all-dev, libudev-dev, ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/ld08_driver Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ld08-driver/ros-jazzy-ld08-driver_1.1.4-1noble.20260520.014526_arm64.deb Size: 59064 SHA256: f1865c5d0aaa85f62af3617699aed80f780f5e80e929fc54ef4dcec5cc3c9bf6 SHA1: c8c4bf8cf2c1232dd7ee5fdd4e33b9239117f83c MD5sum: a14096dc938e19bdacd22dbf319fd3a0 Description: ROS package for LDS-02(LD08) Lidar. The Lidar sensor sends data to the Host controller for the Simultaneous Localization And Mapping(SLAM). Package: ros-jazzy-ld08-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-ld08-driver Version: 1.1.4-1noble.20260520.014526 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 1046 Depends: ros-jazzy-ld08-driver (= 1.1.4-1noble.20260520.014526) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ld08-driver/ros-jazzy-ld08-driver-dbgsym_1.1.4-1noble.20260520.014526_arm64.deb Size: 952998 SHA256: e332be826e290fb63474aa452d977325ed3e9fa61f0dc0213227fa2e3b43ab1f SHA1: 63ce13fa43f22889ef62f0229affb4a37275e849 MD5sum: d7ec89ed5378e056b56bf3611e0d7eee Description: debug symbols for ros-jazzy-ld08-driver Build-Ids: eea7b1195741d4549ff3fb6432242849c6a26bc8 Package: ros-jazzy-lely-core-libraries Version: 0.3.2-1noble.20260305.214700 Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 4141 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), python3-empy, python3-yaml, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lely-core-libraries/ros-jazzy-lely-core-libraries_0.3.2-1noble.20260305.214700_arm64.deb Size: 661466 SHA256: 38cf59220036d79a0c3a780e73e2715ddc0cae6cfc6ddb3c0feb6f388892d74b SHA1: 0ff8ebf512cec93d1ed8e28d514c222f51115f59 MD5sum: 596c76f0cf91baf65aae5017a6532600 Description: ROS wrapper for lely-core-libraries Package: ros-jazzy-lely-core-libraries-dbgsym Package-Type: ddeb Source: ros-jazzy-lely-core-libraries Version: 0.3.2-1noble.20260305.214700 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 3512 Depends: ros-jazzy-lely-core-libraries (= 0.3.2-1noble.20260305.214700) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lely-core-libraries/ros-jazzy-lely-core-libraries-dbgsym_0.3.2-1noble.20260305.214700_arm64.deb Size: 2614910 SHA256: 05e849443a9f2ea6609c2342ac515a6b79f4ddeaebe04e2d72db00f4db0a07af SHA1: 2974d50c109c8e94cc4053dbf0ceb68144c99092 MD5sum: 4a64542a82a6412c228c6d49f182f5e2 Description: debug symbols for ros-jazzy-lely-core-libraries Build-Ids: 30a76da0add086f29a12dded0e922743b94f13df 3bb457ef5fb9b617be70870ee6d6cf248da2670f 8a0081b370238f0e9cbc844f6b4edd2785a8d579 8cdae4031953eba795b0ab1b80ecd43661ef8860 9306526f077abbe85c1fc87d5333007a865ffd9a 96bda7de54d636b4b9c603eb99e480e33ee23bc3 96e30727d28e478a7a71ce43776ffbde78a95e1a dfa597fb0315a20ead0fc9a3a49c6d4dfca5d8d0 e6e76d98263ec0aa5317bfe4803d0ca7f6152b29 Package: ros-jazzy-leo Version: 3.2.0-1noble.20260520.051949 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 41 Depends: ros-jazzy-leo-description, ros-jazzy-leo-msgs, ros-jazzy-leo-teleop, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/leo Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-leo/ros-jazzy-leo_3.2.0-1noble.20260520.051949_arm64.deb Size: 5238 SHA256: d505776a593a0992b3efacb4d5733c90f4c0de59089c4441da2d8c80f146e506 SHA1: 713a48c858b8231f2b6811577efae2a77edd293d MD5sum: 853cc7769458cca12d0f020d3fa9e3ea Description: Metapackage of software for Leo Rover common to the robot and ROS desktop Package: ros-jazzy-leo-bringup Version: 2.5.1-1noble.20260520.043053 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 305 Depends: python3-smbus2, ros-jazzy-ament-index-python, ros-jazzy-geometry-msgs, ros-jazzy-image-proc, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-leo-description, ros-jazzy-leo-filters, ros-jazzy-leo-fw, ros-jazzy-leo-msgs, ros-jazzy-robot-state-publisher, ros-jazzy-rosapi, ros-jazzy-rosbridge-server, ros-jazzy-sensor-msgs, ros-jazzy-web-video-server, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/leo_bringup Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-leo-bringup/ros-jazzy-leo-bringup_2.5.1-1noble.20260520.043053_arm64.deb Size: 18784 SHA256: 3415fa0b4f9c5e34b8f69b3f292149ceeec1b6328ce629dee3ec4d03d8d0a265 SHA1: acb608572c01d76703380d84d635f96621c468bc MD5sum: 6c2cc80105e0ab7e580954feb7404666 Description: Scripts and launch files for starting basic Leo Rover functionalities. Package: ros-jazzy-leo-description Version: 3.2.0-1noble.20260519.220813 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 33012 Depends: ros-jazzy-robot-state-publisher, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/leo_description Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-leo-description/ros-jazzy-leo-description_3.2.0-1noble.20260519.220813_arm64.deb Size: 5796154 SHA256: e4d09cb4f4f8565288f92803eeb80d775b9e6eccf8e6f6858d3d42d7116c9cb9 SHA1: c8bb935bdc38ef42cc6cbc18665e8328acbb9bdc MD5sum: 922278b0e146423afac6a9c2b5b9dc1e Description: URDF Description package for Leo Rover Package: ros-jazzy-leo-desktop Version: 3.0.0-3noble.20260520.150354 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 41 Depends: ros-jazzy-leo, ros-jazzy-leo-viz, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/leo_desktop Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-leo-desktop/ros-jazzy-leo-desktop_3.0.0-3noble.20260520.150354_arm64.deb Size: 5158 SHA256: 97cdc2b8470d238fed24b8b44d7b8f7ec3054866dd44b8fa8436793060d64852 SHA1: c52ea2330e3dbebf2e7c3f69431d524856be408c MD5sum: 67f0d20b6dbdf4fbab5acdf98111f7a2 Description: Metapackage of software for operating Leo Rover from ROS desktop Package: ros-jazzy-leo-example-follow-aruco-marker Version: 1.0.0-1noble.20260520.035948 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 101 Depends: ros-jazzy-aruco-opencv, ros-jazzy-aruco-opencv-msgs, ros-jazzy-generate-parameter-library, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclpy, ros-jazzy-tf-transformations, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-leo-example-follow-aruco-marker/ros-jazzy-leo-example-follow-aruco-marker_1.0.0-1noble.20260520.035948_arm64.deb Size: 11896 SHA256: 1f3bc6dd13cfd0a5b86f5ffa3adcdee03fc18faf8a76765bb4402c6ae3a232ad SHA1: 71468c92f8cf8e31392fc9a7f1523d2e5ebf31eb MD5sum: 8ff11a5d36f77f876dade43e97a7decc Description: Follow Aruco Marker Example for Leo Rover. Package: ros-jazzy-leo-example-line-follower Version: 1.0.0-1noble.20260520.040109 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 2192 Depends: python3-numpy, python3-opencv, ros-jazzy-cv-bridge, ros-jazzy-generate-parameter-library, ros-jazzy-geometry-msgs, ros-jazzy-rclpy, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-leo-example-line-follower/ros-jazzy-leo-example-line-follower_1.0.0-1noble.20260520.040109_arm64.deb Size: 1985476 SHA256: 96016f240ff4ad5a828b5c7dcef11cbd715b213604e536f88d55c903b7d40d95 SHA1: 2dff72ff4af668fd59abdec305a1c2543db414a6 MD5sum: a0a93c0a330e77be2d3a406678d1e2b6 Description: A line track follower example for Leo Rover. Package: ros-jazzy-leo-example-object-detection Version: 1.0.0-1noble.20260519.222430 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 11190 Depends: python3-numpy, python3-opencv, python3-yaml, ros-jazzy-cv-bridge, ros-jazzy-rcl-interfaces, ros-jazzy-rclpy, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-leo-example-object-detection/ros-jazzy-leo-example-object-detection_1.0.0-1noble.20260519.222430_arm64.deb Size: 9498588 SHA256: d3883cccedf7c47559c05bd0835a1b0f005e8ca61d7c981a6a98c18020a6efe6 SHA1: 789625d4e139b63cba4311e1726fa6d38af1128b MD5sum: e72a801a13267e0aba4762a6f45e4c71 Description: Object Detection Example for Leo Rover. Package: ros-jazzy-leo-examples Version: 1.0.0-1noble.20260520.052044 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 42 Depends: ros-jazzy-leo, ros-jazzy-leo-example-follow-aruco-marker, ros-jazzy-leo-example-line-follower, ros-jazzy-leo-example-object-detection, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-leo-examples/ros-jazzy-leo-examples_1.0.0-1noble.20260520.052044_arm64.deb Size: 5366 SHA256: b1cce84a15df3eea883f89d432f6c9f28b34e55de4403a298d19c63ae03bd77c SHA1: 31638b7b9c0e47fa433d973b04562eaa52778e0d MD5sum: e88ccff363f8b772e17a4f49b32ea0cc Description: A collection of ROS2 packages that show an example usage of functionalities on a stock Leo Rover. Package: ros-jazzy-leo-filters Version: 2.5.1-1noble.20260520.040129 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 1243 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libyaml-cpp-dev, ros-jazzy-generate-parameter-library, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-leo-filters/ros-jazzy-leo-filters_2.5.1-1noble.20260520.040129_arm64.deb Size: 219634 SHA256: 6ba13167fffac810ef1fa825db95aaffcd5bc48c6831d59709d416ebc1a9e290 SHA1: 5b890cb4fdfe5ff152eca1e70e91f58213af2810 MD5sum: 376a72c126ceb24b77abc823e1ae12a8 Description: Nodes for filtering and processing imu and wheel odom messages. Package: ros-jazzy-leo-filters-dbgsym Package-Type: ddeb Source: ros-jazzy-leo-filters Version: 2.5.1-1noble.20260520.040129 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fictionlab Installed-Size: 5840 Depends: ros-jazzy-leo-filters (= 2.5.1-1noble.20260520.040129) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-leo-filters/ros-jazzy-leo-filters-dbgsym_2.5.1-1noble.20260520.040129_arm64.deb Size: 4930644 SHA256: d200ac5652bb7803c1cddc28dcedae9b2fd8ae63e3da3ad2d21e638d5dd170dd SHA1: a8b531e5356bfd883a63c58d5df9fae40f5a971c MD5sum: 4200d97697f93f0c8f895c01692dc700 Description: debug symbols for ros-jazzy-leo-filters Build-Ids: 0a7fc6c422a71eeef34b47b8ea58b8b7bc559c48 2cd601f259bbc5a5ae1ea4203045389c35a7001f 570e398b59baf9ca1f10c1e3a97b25543e42cac0 Package: ros-jazzy-leo-fw Version: 2.5.1-1noble.20260520.032412 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 1782 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), python3-dbus, python3-whichcraft, python3-yaml, ros-jazzy-ament-index-python, ros-jazzy-geometry-msgs, ros-jazzy-leo-msgs, ros-jazzy-nav-msgs, ros-jazzy-rcl-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclpy, ros-jazzy-ros2cli, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/leo_fw Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-leo-fw/ros-jazzy-leo-fw_2.5.1-1noble.20260520.032412_arm64.deb Size: 371962 SHA256: 62421d8643f17c460db6c66bacbfb0e74e7b25f4ce46bd699e1cda3e3c3c8ad8 SHA1: b80eb86f5672327578c0d4e13068d1e1c173cc8a MD5sum: ac74b8f37c590a554eed9152d03a0bad Description: Binary releases of Leo Rover firmware and related utilities Package: ros-jazzy-leo-fw-dbgsym Package-Type: ddeb Source: ros-jazzy-leo-fw Version: 2.5.1-1noble.20260520.032412 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fictionlab Installed-Size: 5715 Depends: ros-jazzy-leo-fw (= 2.5.1-1noble.20260520.032412) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-leo-fw/ros-jazzy-leo-fw-dbgsym_2.5.1-1noble.20260520.032412_arm64.deb Size: 4594392 SHA256: 648ad0bbbce2a0656e1cc5ae014e837f48e40b58761cb1af03df6eea01c733c5 SHA1: 306cbfab52f76d6d06f1fbe971f2e7390e822710 MD5sum: 0c9fbb70f2a084ea6b38cb2c67e8fe6a Description: debug symbols for ros-jazzy-leo-fw Build-Ids: 2202645538955313ee003c70646acbf411b72f2e 6609339a4f528f100c0d03728fab9263aca894dd Package: ros-jazzy-leo-gz-bringup Version: 2.0.2-1noble.20260520.034435 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 52 Depends: ros-jazzy-ament-index-python, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-leo-description, ros-jazzy-leo-gz-plugins, ros-jazzy-leo-gz-worlds, ros-jazzy-robot-state-publisher, ros-jazzy-ros-gz-bridge, ros-jazzy-ros-gz-image, ros-jazzy-ros-gz-sim, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-leo-gz-bringup/ros-jazzy-leo-gz-bringup_2.0.2-1noble.20260520.034435_arm64.deb Size: 8026 SHA256: 53b10067dad5aa221d815c43d83a8a3532006157ed40a08de38d83e430363ee5 SHA1: eafe199674acda092830a289184f984208892f0c MD5sum: d9f5040b4be4285cbaf5a8331aa75547 Description: Bringup package for Leo Rover Gazebo simulation in ROS 2 Package: ros-jazzy-leo-gz-plugins Version: 2.0.2-1noble.20260422.215152 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 881 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), ros-jazzy-gz-common-vendor, ros-jazzy-gz-math-vendor, ros-jazzy-gz-msgs-vendor, ros-jazzy-gz-sim-vendor, ros-jazzy-sdformat-vendor, ros-jazzy-gz-plugin-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-leo-gz-plugins/ros-jazzy-leo-gz-plugins_2.0.2-1noble.20260422.215152_arm64.deb Size: 135392 SHA256: 31b016bc04cdc21f74bf93569c8624118751a68f4107b93f883e0c05f328c6bf SHA1: a5a250630fad4c471a9219dca1bc15b85261bcf2 MD5sum: f143c6f7a98e9be5be009db5cebb577d Description: Plugins for Leo Rover Gazebo simulation in ROS 2 Package: ros-jazzy-leo-gz-plugins-dbgsym Package-Type: ddeb Source: ros-jazzy-leo-gz-plugins Version: 2.0.2-1noble.20260422.215152 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fictionlab Installed-Size: 3947 Depends: ros-jazzy-leo-gz-plugins (= 2.0.2-1noble.20260422.215152) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-leo-gz-plugins/ros-jazzy-leo-gz-plugins-dbgsym_2.0.2-1noble.20260422.215152_arm64.deb Size: 2999364 SHA256: ee274308a6cad800ddafbbf14c2d9ec4cc5a0db60b6551e0e199a0eb254f6582 SHA1: a301340ce46a662c8461c7c57d6198981108f530 MD5sum: 884f7d85f98b924ba6e8cb1e0385d425 Description: debug symbols for ros-jazzy-leo-gz-plugins Build-Ids: 3537f679e1327b4309643b9c7e0bbeb9ab859a32 Package: ros-jazzy-leo-gz-worlds Version: 2.0.2-1noble.20260305.214731 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 169266 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-leo-gz-worlds/ros-jazzy-leo-gz-worlds_2.0.2-1noble.20260305.214731_arm64.deb Size: 143438782 SHA256: 1f4bdb7bf2d47aa3209cc8b9c3882a35a4ef7617b0efd04b007bf8abac9326d8 SHA1: 36a8cafbc62bbe069e3afa366bdd864c0345e604 MD5sum: 6ea9494b60a7c338d0d89a5075c6dd59 Description: Gazebo worlds for Leo Rover simulation in ROS 2 Package: ros-jazzy-leo-msgs Version: 3.2.0-1noble.20260519.171706 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 1486 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/leo Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-leo-msgs/ros-jazzy-leo-msgs_3.2.0-1noble.20260519.171706_arm64.deb Size: 84228 SHA256: 41209ce799bc957836c20a4c16bb2141109f16ecbcc64e28618b8c36a0285b18 SHA1: 47b297007abd813ed423247c5f4e5cff22283d86 MD5sum: 457d0b74e59872ca1951085c9a961af1 Description: Message and Service definitions for Leo Rover Package: ros-jazzy-leo-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-leo-msgs Version: 3.2.0-1noble.20260519.171706 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fictionlab Installed-Size: 732 Depends: ros-jazzy-leo-msgs (= 3.2.0-1noble.20260519.171706) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-leo-msgs/ros-jazzy-leo-msgs-dbgsym_3.2.0-1noble.20260519.171706_arm64.deb Size: 528878 SHA256: 69c62f710396a46580c23d8f38ce4aa276b91d651c12db7b5814a893ec4e0369 SHA1: 6c36bafbda5fa9c863e4d886634a3a9f77bce441 MD5sum: b1ee4aa82249fe8d71aa6477a62e6c24 Description: debug symbols for ros-jazzy-leo-msgs Build-Ids: 0b6213fa98d673ed41d3b57d84f1ca42520217b8 202f224b47ed3f9ae31bfbc2a6d95d388ebc36a9 2512c012db703080d194fe2ba1dc1a585526f55f 3b2bc12dc01eef21d714e51f5f2940d27a579f4a 66865ebf097ba9255630a17fd4ccf4b0f79b7527 aea2781d8a36e4bdce96a6f8527af214cb44277f b765cbf8c874a90788532138ab4ecfdfdede12ac ca1b8cd58499a0522cad745ca4aadbd1a42b9021 e75126004733de61c39901201797e2d1100eea64 f01e1476a54f43ffbcdacb91202dd9d0f3646944 f2b992c8c99cb3930c3004a46352ed91eb2a314a Package: ros-jazzy-leo-robot Version: 2.5.1-1noble.20260520.110119 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 41 Depends: ros-jazzy-leo, ros-jazzy-leo-bringup, ros-jazzy-leo-filters, ros-jazzy-leo-fw, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/leo_robot Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-leo-robot/ros-jazzy-leo-robot_2.5.1-1noble.20260520.110119_arm64.deb Size: 5392 SHA256: ea651acfbe3259922083d6985018e1404d18446c65ca2991f8e67186d398604d SHA1: e74f23e267ecd895b81a82dda86f022202fb75c2 MD5sum: fabd88ceb293bed6cf119cffe883566f Description: Metapackage of software to install on Leo Rover. Package: ros-jazzy-leo-simulator Version: 2.0.2-1noble.20260520.110207 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 41 Depends: ros-jazzy-leo-gz-bringup, ros-jazzy-leo-gz-plugins, ros-jazzy-leo-gz-worlds, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-leo-simulator/ros-jazzy-leo-simulator_2.0.2-1noble.20260520.110207_arm64.deb Size: 5300 SHA256: b8e834e72b57ae14435b80c4e69f7dcc2760d819d5c4cd78386d34d93ab25c2c SHA1: 1a2102745eea42ec0296a4f472de976c9af00111 MD5sum: fa176871295593c6b9c353b3f05b4aae Description: Metapackage for Leo Rover Gazebo simulation in ROS2 Package: ros-jazzy-leo-teleop Version: 3.2.0-1noble.20260520.051849 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 47 Depends: ros-jazzy-joy-linux, ros-jazzy-teleop-twist-joy, ros-jazzy-teleop-twist-keyboard, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/leo_teleop Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-leo-teleop/ros-jazzy-leo-teleop_3.2.0-1noble.20260520.051849_arm64.deb Size: 6230 SHA256: 3a98a4e2ee2b85bb560174590e8414d31164dd5949a3e21e9a9da93be4e72caf SHA1: 8b08c0ebc9083a165a9479bf1d8322bb8b4c98b8 MD5sum: 21fc621cae6fad220ddbf3f820876b4b Description: Scripts and launch files for Leo Rover teleoperation Package: ros-jazzy-leo-viz Version: 3.0.0-3noble.20260520.145700 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 54 Depends: ros-jazzy-joint-state-publisher, ros-jazzy-joint-state-publisher-gui, ros-jazzy-leo-description, ros-jazzy-rviz2, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/leo_viz Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-leo-viz/ros-jazzy-leo-viz_3.0.0-3noble.20260520.145700_arm64.deb Size: 7582 SHA256: 8b166b519127eade62f8e5070f031a40f1b2dcad9e6fe5aed4e42e4d8cf2dfd7 SHA1: 543ba54233eb6e4ffbc98a32ad09033aa060d2be MD5sum: a7f1056158c8a59eb42521e2983490a8 Description: Visualization launch files and RViz configurations for Leo Rover Package: ros-jazzy-lgsvl-msgs Version: 0.0.4-5noble.20260519.191329 Architecture: arm64 Maintainer: Hadi Tabatabaee Installed-Size: 2974 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lgsvl-msgs/ros-jazzy-lgsvl-msgs_0.0.4-5noble.20260519.191329_arm64.deb Size: 187608 SHA256: bf720a6a997a973f417ab0f8b7717cb08e8b1beaa805d3dbfd16d86ac733dcd4 SHA1: 6a614bb8a05bc003da0ae838fd3580abe2b78e01 MD5sum: 74795ca62944965aa766c6dc18e0a88b Description: Message definitions for interfacing with the LGSVL Simulator for ROS and ROS 2. Package: ros-jazzy-lgsvl-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-lgsvl-msgs Version: 0.0.4-5noble.20260519.191329 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Hadi Tabatabaee Installed-Size: 2085 Depends: ros-jazzy-lgsvl-msgs (= 0.0.4-5noble.20260519.191329) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lgsvl-msgs/ros-jazzy-lgsvl-msgs-dbgsym_0.0.4-5noble.20260519.191329_arm64.deb Size: 1604784 SHA256: 43c6a92da5f559b0909ca2b03549c07cbfd8c3d23c04d95d3ad365503b966918 SHA1: 9ed20ed208256de5859702a5c437fc5da32cf3a9 MD5sum: 3c15b1a429774b7c92e8fdf3e1490606 Description: debug symbols for ros-jazzy-lgsvl-msgs Build-Ids: 13db453ce8b20eb7ebef5a232f6f2cc91b359a6b 17b32c47ed16fa6d83beb1b5f7287745aa697bf6 23032ed71830d2df5ddac85ad5a6fedc838586b9 41a2bbdf23a577df81592c034edc4e66231b8186 62344afca98230d8dbe3607e8ac1b14877e57f65 95e17e5d5f7190a1039cfd2d954b20255a038d91 9f8078b0aab06aa8b0571692115472d307eb1861 a4fba4aaa796ad00542257b4f9fd5889552de449 b1e01a4f10d280f68153feee4b0600a17139397e c5a9dd1d0c3b74a02aacd4d9913987eb3d74bd26 e1c9f7f712b00655833e6d7b2a30538db456817e Package: ros-jazzy-libcaer-driver Version: 1.5.4-1noble.20260520.013019 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 1165 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-libcaer-vendor, ros-jazzy-camera-info-manager, ros-jazzy-event-camera-msgs, ros-jazzy-image-transport, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/libcaer_driver/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libcaer-driver/ros-jazzy-libcaer-driver_1.5.4-1noble.20260520.013019_arm64.deb Size: 228790 SHA256: 0e0d37fa57a505b925d571f4cc015256c283e7b98e3298e50772ace93ebce6d3 SHA1: 5a7be02120438ef80e6ecbf3f1a13a60a75c384c MD5sum: 85cf75ee83597737c3e81feab8dba46a Description: ROS2 driver for event base sensors using libcaer Package: ros-jazzy-libcaer-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-libcaer-driver Version: 1.5.4-1noble.20260520.013019 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 5816 Depends: ros-jazzy-libcaer-driver (= 1.5.4-1noble.20260520.013019) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libcaer-driver/ros-jazzy-libcaer-driver-dbgsym_1.5.4-1noble.20260520.013019_arm64.deb Size: 5018018 SHA256: 21ccae15dc51160e4183ef4d62ac3ad25ea582206c468ac48ce8b6febbfc952d SHA1: d801bca84c6afed29dd83a89cd6ad1cc4ddc86f3 MD5sum: 6edeab3d9700245a86f361c2683d49bf Description: debug symbols for ros-jazzy-libcaer-driver Build-Ids: 07d997ccf26611b3429cba213027ec6bed9f2a89 c35f2461cd7e8d9470a44760c6f9cc4babed558f Package: ros-jazzy-libcaer-vendor Version: 2.0.0-1noble.20260305.214722 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 1207 Depends: libc6 (>= 2.34), libusb-1.0-0 (>= 2:1.0.23~), libusb-1.0-0-dev, ros-jazzy-ros-workspace Homepage: https://gitlab.com/inivation/dv/libcaer Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libcaer-vendor/ros-jazzy-libcaer-vendor_2.0.0-1noble.20260305.214722_arm64.deb Size: 158914 SHA256: 9226064548ec2400b5be82df8d93ba69001acda9d70462cd62d80d3c11dff73b SHA1: e36646ddc623b55e9216470f230a48cf1e6a36a8 MD5sum: 3a13ba7361ba07e30cca06c1017626a9 Description: Wrapper around libcaer library Package: ros-jazzy-libcaer-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-libcaer-vendor Version: 2.0.0-1noble.20260305.214722 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 56 Depends: ros-jazzy-libcaer-vendor (= 2.0.0-1noble.20260305.214722) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libcaer-vendor/ros-jazzy-libcaer-vendor-dbgsym_2.0.0-1noble.20260305.214722_arm64.deb Size: 11390 SHA256: b95a2ccd8621aec87ed6fc6a35a5e7a64e4fb67711e1a84b8717f1d54a013a85 SHA1: 8693b9dda8b5fe2480ba50eba13da01061dcd446 MD5sum: f94db2156c9b74632165fa9cf614468b Description: debug symbols for ros-jazzy-libcaer-vendor Build-Ids: 072120d83033c940b34aa5bd9d1f207b2ff80330 Package: ros-jazzy-libcamera Version: 0.7.1-1noble.20260429.110019 Architecture: arm64 Maintainer: Christian Rauch Installed-Size: 9229 Depends: libc6 (>= 2.38), libgcc-s1 (>= 4.2), libssl3t64 (>= 3.0.0), libstdc++6 (>= 13.1), libudev1 (>= 183), libyaml-0-2, libatomic1, libssl-dev, libudev-dev, libyaml-dev, libyuv-dev, python3-dev, ros-jazzy-ros-workspace Homepage: https://libcamera.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libcamera/ros-jazzy-libcamera_0.7.1-1noble.20260429.110019_arm64.deb Size: 1725578 SHA256: cb09703f89930430dad7ef553ea762721f584a15bdd5ade2e3802f3f35028e8c SHA1: f23ce5620c6ec2cc8a29c748d5cfad01826051cb MD5sum: 9e3337abc3301b64c3aed62dcf7693f9 Description: An open source camera stack and framework for Linux, Android, and ChromeOS Package: ros-jazzy-libcamera-dbgsym Package-Type: ddeb Source: ros-jazzy-libcamera Version: 0.7.1-1noble.20260429.110019 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christian Rauch Installed-Size: 43876 Depends: ros-jazzy-libcamera (= 0.7.1-1noble.20260429.110019) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libcamera/ros-jazzy-libcamera-dbgsym_0.7.1-1noble.20260429.110019_arm64.deb Size: 40409008 SHA256: 5ffef6b4401cdabb369e5e54dc7d674f931af0727a8838f5c9631365dcbd5d95 SHA1: 0065dd5a4ebc45994df545f7361115f2f272403a MD5sum: 713aa3cf11da520427381e60a2df1315 Description: debug symbols for ros-jazzy-libcamera Build-Ids: 1910b7cac5e4dd86c60dd01291d05ec19dc8cb08 1ef3c4470d868e03f802ec4f60f62ea97b9f61da 23e504342884dd3a5a5115519e741adf52beb797 3621a6b72752672d2aa9f74da9d767810841cb53 467e1dc455521ea5f02b8b59fc32e9c6500714aa 512417223eebbf746407e4af57f570edae730430 5403f6e8f0529356f8b5b0160d720e5ac0e46763 86da17bac1261ac3546005441ed36ace03ecca69 9217a47e4bca7dc1e5373286c4b71cdda92295ba b637d2f21334f0a1d0fafdb4f117a40716f788d1 b6f6a35807b7d9e54fccc99c3f4819cf0f2ed154 c1be77bf3757261a6c89cceed3ef9f4fb31023a4 d490db6b3d85ba4938ae10c1aa2d519f7c50b868 dfda3f178536dc0c156dc1df8290bd56a19afd4b Package: ros-jazzy-libcurl-vendor Version: 3.4.4-1noble.20260305.214736 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 46 Depends: curl, libcurl4-openssl-dev, pkg-config, ros-jazzy-ros-workspace Homepage: https://github.com/curl/curl Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libcurl-vendor/ros-jazzy-libcurl-vendor_3.4.4-1noble.20260305.214736_arm64.deb Size: 7570 SHA256: 7e199d83ea72a0a5308272038497c69b3637532d6b267582e714cd40145e9096 SHA1: a4992504cd13be51429f416057c795864533e117 MD5sum: 9b0c5aed824484e12a021468ef6cafd8 Description: Wrapper around libcurl, it provides a fixed CMake module and an ExternalProject build of it. Package: ros-jazzy-libg2o Version: 2020.5.29-6noble.20260305.214850 Architecture: arm64 Maintainer: Christoph Rösmann Installed-Size: 6531 Depends: libc6 (>= 2.38), 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 (>= 13.1), libeigen3-dev, libgl1-mesa-dev, libglu1-mesa-dev, libsuitesparse-dev, ros-jazzy-ros-workspace Homepage: https://github.com/RainerKuemmerle/g2o Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libg2o/ros-jazzy-libg2o_2020.5.29-6noble.20260305.214850_arm64.deb Size: 1092188 SHA256: 1d8c8141550115de8bf8b1a87889a7e71b321ee52ccd0c27b0c95671c6f5b8a5 SHA1: 6312cdaf2eff1978eb1161008442dafac2f97167 MD5sum: acb5a627a0f26971612518792e423cc5 Description: The libg2o library from http://openslam.org/g2o.html Package: ros-jazzy-libg2o-dbgsym Package-Type: ddeb Source: ros-jazzy-libg2o Version: 2020.5.29-6noble.20260305.214850 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christoph Rösmann Installed-Size: 160086 Depends: ros-jazzy-libg2o (= 2020.5.29-6noble.20260305.214850) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libg2o/ros-jazzy-libg2o-dbgsym_2020.5.29-6noble.20260305.214850_arm64.deb Size: 158766522 SHA256: 116938ae4871b8e30ef7d07c6018b1212c01f91b14c3fd97cddb72c781acc728 SHA1: 05d9b081f65ca5cb736d62cbf47e55c508a2a2d8 MD5sum: 7f2fdea378f5e07025fa707a5f8a9966 Description: debug symbols for ros-jazzy-libg2o Build-Ids: 147651937f53faa3d60a804cb950bed0fcabba95 24a27a90789a1770ca14c06b75865cc6ac0824df 26870736736f90504a7ce5b969c5472b2ad11ce0 28bb71bf82626b43487e98593b3e48d4df7797e4 29f903f471084557c3460b1c8fee3136b203f1cc 2aee5e796ef9f8788ef489bb0b039919c0984c19 2b1fa0c3d320d1ffd9a75d1580327f9af3be5df1 2f5813aca798d164021141230bc9cc5b754d0ac3 3b5e20d7c07b899737d7371b283367c872adc4b8 41ce615eaabb7c82d09556b4e9bc66fdd78a96ab 5a5927bf44a7531e3952c8e840a667b3c9a038e3 5c5d9cbe2e75e27612424deadcf852c04ce8273c 5dacbb370313567b42fffb504c97f2c5804e88a1 60fcf6229fb4042e7d3fea2fcd6f1319d92232d2 773fc8c6fcc9d1eef706126362cea070f8033d21 781e9ffd8697f8ce374a1e1473dc53d35f1e8bae 8b8049e641b99cd0354d04f920ac37df1cf4906d 8d278bbbba6184142112e02401e20b52f6fdd449 9dd77f965501d87d9249ee7f573ac77982a1f2e2 9f8b38703c1bbc5d64a363cef6bd0da58a0ed2a5 a3b69f5714cca05dd79d15d1275ad070cb3e87d7 a99e4df4b5a5b1caaf6a3c5921f745d94d5f98d1 c92f6c1410fc4e327db0adb5a57f9c1d8cf79a85 cac55bdb2c4831d8475ffe3bb65cc192754e098a d6d1942ded6a36230a7677bcfa1c9d98aec90fd4 da3ac9d2acea65bab1134b9534e40b4e458dc1db dc4b3195c09215f1d42c8f05d28341c1d36ab4af e476f6cd74f256b47b134d7eb30127ffae6ce9e0 ecd83afdc332848f75f7076d4e83aaaec3e3d9cd f0e8772d4f1713453083bb2ec658352abcb1716e f2d24418d77607b5cfee723d5dfb92e1afe9d8c5 f7a9647ed087b08c539f09f68cd6b8b5707c10be fde9432b4d9fa783d057aa1bc9cb6318484568ea Package: ros-jazzy-liblz4-vendor Version: 0.26.10-2noble.20260408.222242 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 47 Depends: liblz4-1, liblz4-dev, ros-jazzy-ros-workspace Homepage: https://github.com/lz4/lz4/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-liblz4-vendor/ros-jazzy-liblz4-vendor_0.26.10-2noble.20260408.222242_arm64.deb Size: 6946 SHA256: db5caa04de56d4ef3c728ccbff61b8424847f3c7d4b5e2a28dd74f13849aab90 SHA1: a373be599f8db19149bce06733c05c5c30539544 MD5sum: 1d25bc16ab23111b7318ef0384cf579e Description: LZ4 compression vendor package, providing a dependency for LZ4. Package: ros-jazzy-libmavconn Version: 2.14.0-1noble.20260306.204235 Architecture: arm64 Maintainer: Vladimir Ermakov Installed-Size: 492 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libasio-dev, libconsole-bridge-dev, ros-jazzy-mavlink, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/mavros Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libmavconn/ros-jazzy-libmavconn_2.14.0-1noble.20260306.204235_arm64.deb Size: 108114 SHA256: b3a9fa1f164db28d35cb4bf93c3b58d378a321683b3f3e2784b267e5ef1c1601 SHA1: 6c8b41b1dcf009d885ac13a38b171ccba67902cc MD5sum: 3a30980c330ed02afa763d550498119f 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-jazzy-libmavconn-dbgsym Package-Type: ddeb Source: ros-jazzy-libmavconn Version: 2.14.0-1noble.20260306.204235 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Vladimir Ermakov Installed-Size: 2083 Depends: ros-jazzy-libmavconn (= 2.14.0-1noble.20260306.204235) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libmavconn/ros-jazzy-libmavconn-dbgsym_2.14.0-1noble.20260306.204235_arm64.deb Size: 1741328 SHA256: af6349cb0bf28a25f61c57f5f3888abbd9519ea69963a7fb5f1a64750c7cbf07 SHA1: 1edde7380e8aa29e56513d60b3e7bfac3063bd17 MD5sum: 390d01d483f2486a85c485d52c04b025 Description: debug symbols for ros-jazzy-libmavconn Build-Ids: 3356b5623cfad43bf821d1e8f2da07ea426f20c0 Package: ros-jazzy-libnabo Version: 1.1.1-2noble.20260225.233636 Architecture: arm64 Maintainer: Stéphane Magnenat Installed-Size: 1904 Depends: libboost-all-dev, libeigen3-dev, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libnabo/ros-jazzy-libnabo_1.1.1-2noble.20260225.233636_arm64.deb Size: 90232 SHA256: 784ee6703c88cda1724a1727ff7a24fc0a97e36edfeb9b51771b6da16fe0f81e SHA1: 7bc031d65670955aaddda981f1d24f439a8a1d4f MD5sum: 632083d15e2229097a48173d7956735f Description: libnabo is a fast K Nearest Neighbour library for low-dimensional spaces. Package: ros-jazzy-libphidget22 Version: 2.4.0-1noble.20260305.215130 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 5599 Depends: libc6 (>= 2.38), libusb-1.0-0 (>= 2:1.0.16), ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/libphidget22 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libphidget22/ros-jazzy-libphidget22_2.4.0-1noble.20260305.215130_arm64.deb Size: 910548 SHA256: 83095c8eba6ff8d15a92ea5c6e15f57c591a52ed736b9c4560308a42b41769f1 SHA1: be7b6e9902e84b2b9d8e8acfc2e89359247a89e8 MD5sum: a0b513a0c54eca0a3aa69c6a9d06e5d4 Description: This package wraps the libphidget22 to use it as a ROS dependency Package: ros-jazzy-libphidget22-dbgsym Package-Type: ddeb Source: ros-jazzy-libphidget22 Version: 2.4.0-1noble.20260305.215130 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 2230 Depends: ros-jazzy-libphidget22 (= 2.4.0-1noble.20260305.215130) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libphidget22/ros-jazzy-libphidget22-dbgsym_2.4.0-1noble.20260305.215130_arm64.deb Size: 2020292 SHA256: 349aa783e6689fc6bad86d3926cb41e5156f1ce04e4fa4b16a83f5a673702d17 SHA1: c11233eb2494beeaed0e0917dd2d7eaf2bc75ad2 MD5sum: 80260fb51b0622bf3d69fdb2553bda35 Description: debug symbols for ros-jazzy-libphidget22 Build-Ids: 695ce52e2f389c3628ec2c3d38ae75fd7727ad3f Package: ros-jazzy-libpointmatcher Version: 1.4.2-1noble.20260226.125544 Architecture: arm64 Maintainer: Francois Pomerleau Installed-Size: 22206 Depends: libboost-filesystem1.83.0 (>= 1.83.0), libc6 (>= 2.38), libgcc-s1 (>= 4.0), libgomp1 (>= 6), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libboost-all-dev, libeigen3-dev, libyaml-cpp-dev, ros-jazzy-libnabo, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libpointmatcher/ros-jazzy-libpointmatcher_1.4.2-1noble.20260226.125544_arm64.deb Size: 2542790 SHA256: b4525c4b6687d1b9ae345556e1f7a18f78358f6ab77636010c6680cd5b04ba1a SHA1: 9264eafd0ef7845ada9db003d01affb67ae1e61a MD5sum: 716acf3e9199ffd1a15fb3bd915f2632 Description: libpointmatcher is a modular ICP library, useful for robotics and computer vision. Package: ros-jazzy-libpointmatcher-dbgsym Package-Type: ddeb Source: ros-jazzy-libpointmatcher Version: 1.4.2-1noble.20260226.125544 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francois Pomerleau Installed-Size: 69193 Depends: ros-jazzy-libpointmatcher (= 1.4.2-1noble.20260226.125544) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libpointmatcher/ros-jazzy-libpointmatcher-dbgsym_1.4.2-1noble.20260226.125544_arm64.deb Size: 67043114 SHA256: f094b4b42efa9f2927a4bbfed7c0762db79af9f01529fd328fcc4621aa6fb60d SHA1: 49ccbab30f45652d1654d207a29a405205305e2b MD5sum: 5c529fd293a6bc272ba10572c03cad4f Description: debug symbols for ros-jazzy-libpointmatcher Build-Ids: 9f8b9e388dff310a686e0566cc2374cec9b84e5f Package: ros-jazzy-librealsense2 Version: 2.57.7-1noble.20260324.143744 Architecture: arm64 Maintainer: LibRealSense ROS Team Installed-Size: 33532 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libglfw3 (>= 3.3), libglu1-mesa | libglu1, libopengl0, libssl3t64 (>= 3.0.0), libstdc++6 (>= 13.1), libudev1 (>= 183), libusb-1.0-0 (>= 2:1.0.16), libgl1-mesa-dev, libglfw3-dev, libglu1-mesa-dev, libx11-dev, ros-jazzy-ros-workspace Homepage: https://github.com/realsenseai/librealsense/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-librealsense2/ros-jazzy-librealsense2_2.57.7-1noble.20260324.143744_arm64.deb Size: 8832564 SHA256: dd12cdc478d7e46cea280b254751c96d570c42249c1ac144f65b65afc32c9e5e SHA1: a12bc80be38d57c8f070317c2fc6c1bb47646731 MD5sum: aa6a04e06277bd70e315c637f960a2e4 Description: Library for controlling and capturing data from the Intel(R) RealSense(TM) D400 devices. Package: ros-jazzy-librealsense2-dbgsym Package-Type: ddeb Source: ros-jazzy-librealsense2 Version: 2.57.7-1noble.20260324.143744 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: LibRealSense ROS Team Installed-Size: 158930 Depends: ros-jazzy-librealsense2 (= 2.57.7-1noble.20260324.143744) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-librealsense2/ros-jazzy-librealsense2-dbgsym_2.57.7-1noble.20260324.143744_arm64.deb Size: 145595300 SHA256: de14ba8688fd6906ed6f8cdca6172bcf2938d440e86cb0a80131dd3cd7f65a06 SHA1: 3fc3692548865bdfa8cde7dcd688a64171089cad MD5sum: b99d13b99c653b6c7a2bc66eabde30d9 Description: debug symbols for ros-jazzy-librealsense2 Build-Ids: 03bbce0ba5dd8e87f837e799f8e6814f41074206 14db6d03b5fa569e6a4d74a89af08b1704f00ee9 151e974a76e73c9f5380aaf25713ed813a370551 159adad105987a3fb2e3c8b8d081b9fe5ae3accf 18553c0b6c00a207328ae911fa888e6c9904bc51 1f60da75d807d90ffbe053b985b08913b0fea72e 22af64b56a22b91d64d438aff7a2df1b1a9b75bf 26a1ffc1cd5779071925b51cc0a2dd3868c669f1 2837482c2fdf61b38c03e6b66db07dd7a9fd46d5 2a0aca4a2118d14aebfdc3631496cca8302d76b6 2b139186a7e4c57884ee33bd0e46dd9862c20957 3b0cade22f73d2005d099758221bb5ada78ea96c 43c48b9c473b8e1daf0e57e8cf3231cabedd91e2 4a67f3b20b5edfeab60833f7cea21ae916b6601f 4bf4a18c7dc5522b64e71b356886efc114acb6f5 5075d18869bceb7801689d458711e841566ab2f9 54cba95b22fe305f5b6b5d059dc57341c0ac3459 58f53574693dcc3044d86f57d560539f15cb3b2b 6829b42e5bde9651698a6ed704e7abd45a0b7763 698b693840564c00a47e1e0b50dbb172816161e0 77bdc9093c08b71f5eca5ac6a177a8be464feb9a 84aad2bf07a35472df13d788b36ee2b6b5bd22e3 8653c9e7766d8aaf9533fe012170e3c3563cdd96 9a02ade84bcb029b9e013f18e90de9a6efb5d71e 9caa5f52ed2d76450942c921d405a6bda94fb465 ac8372dd5d3c3f471c482278b98650eaf495e472 b38b36825d6968ac9ae4a7e3200f97ad43ba8188 b71b7c7cd6bf1040c3ca22bbf4d0d750f4b731a3 bb5f6f7510cab5f3e3adb07c149335da5793a99e cb519b22a0e1f99740aa75789c10ce8e5f529805 cba64f3fc1396d4a108088940b27a76920e7b7bd cc65c148bf2e891b892747db4e91421c36e58617 d6bbf6c0399080c1e0f8162e581b39beea2a68c3 e52a0c2a1a9d8f72738372f3a9845c1d8bdc11a9 e9ff5863ebe7d75cc9c959e0474568dd8b981e29 ec10313ab8afc85e543249438a7e835a65969a57 f1a8fee96594862d15eb7db3fe75cc3c3a064176 fb02ab042cbd6bdb262e0c1cc9e783553686b5c1 fb1d7dedf08e0ed71d6a9609e0b6fffde0714303 Package: ros-jazzy-libstatistics-collector Version: 1.7.4-1noble.20260519.203544 Architecture: arm64 Maintainer: ROS Tooling Working Group Installed-Size: 184 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-jazzy-builtin-interfaces, ros-jazzy-rcl, ros-jazzy-rcpputils, ros-jazzy-rmw, ros-jazzy-statistics-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libstatistics-collector/ros-jazzy-libstatistics-collector_1.7.4-1noble.20260519.203544_arm64.deb Size: 26114 SHA256: fc1bc09d7b6d16309456b7ddc85a5bdc325c1e0f7b7c2389a30c278d1e39b8ad SHA1: 44e67729d7846bc4f0da6d77ecb7af3a2e704af5 MD5sum: 0bdff852d5f1e72c357171f2d6325d6f Description: Lightweight aggregation utilities to collect statistics and measure message metrics. Package: ros-jazzy-libstatistics-collector-dbgsym Package-Type: ddeb Source: ros-jazzy-libstatistics-collector Version: 1.7.4-1noble.20260519.203544 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ROS Tooling Working Group Installed-Size: 122 Depends: ros-jazzy-libstatistics-collector (= 1.7.4-1noble.20260519.203544) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libstatistics-collector/ros-jazzy-libstatistics-collector-dbgsym_1.7.4-1noble.20260519.203544_arm64.deb Size: 99372 SHA256: f24f7571ec8fe11f25839b491e16491aa2dc3eddb919661df20939bf4be3af30 SHA1: fedfc5accb8d9b73562d223ccd131351145063f7 MD5sum: d48b1137faf4871c3c4320d4dbced464 Description: debug symbols for ros-jazzy-libstatistics-collector Build-Ids: 4d9e8f94a7d735a376611660430f22ddff11faef Package: ros-jazzy-libyaml-vendor Version: 1.6.3-2noble.20260305.215226 Architecture: arm64 Maintainer: Scott K Logan Installed-Size: 51 Depends: libyaml-0-2, libyaml-dev, pkg-config, ros-jazzy-ros-workspace Homepage: https://github.com/yaml/libyaml Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libyaml-vendor/ros-jazzy-libyaml-vendor_1.6.3-2noble.20260305.215226_arm64.deb Size: 8488 SHA256: 0c1776cb19c0ccbc054bda3505308a88a7e60a0032b5cec069c82b33f3fd0c67 SHA1: 7ce1041afdd21b211feee66d76c423ef37c2197e MD5sum: 5d356a9b6c5eea6a8f883183dc1c9d40 Description: Vendored version of libyaml. Package: ros-jazzy-lifecycle Version: 0.33.10-1noble.20260519.225901 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 1016 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-lifecycle-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lifecycle/ros-jazzy-lifecycle_0.33.10-1noble.20260519.225901_arm64.deb Size: 172702 SHA256: cb3aa682a8529508016997fe57a0facc58a6505bae5cbd3ea98da407bbae784e SHA1: 026f718bf7451299747e26f7c6b3b402ab77caf8 MD5sum: 96f696e62bd5141ab4174514cd4a4698 Description: Package containing demos for lifecycle implementation Package: ros-jazzy-lifecycle-dbgsym Package-Type: ddeb Source: ros-jazzy-lifecycle Version: 0.33.10-1noble.20260519.225901 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 4452 Depends: ros-jazzy-lifecycle (= 0.33.10-1noble.20260519.225901) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lifecycle/ros-jazzy-lifecycle-dbgsym_0.33.10-1noble.20260519.225901_arm64.deb Size: 3735664 SHA256: 4f1d5be537dff1013510ab79d0d66d5b8e28dcb0814110fa559229a605c70cdd SHA1: 0efde9e8d61e91413313d86d03ad192608d16716 MD5sum: 6815f98ae0c4d9f153dcc7ab13896112 Description: debug symbols for ros-jazzy-lifecycle Build-Ids: 13c8d42118161486eba936fe8cbb96c861f4d907 15c1a10b139cc6627cdef014a158084a77f5b2a5 d9ad1ff58ef9546bc510a0ee81263fb32bd9db33 Package: ros-jazzy-lifecycle-msgs Version: 2.0.4-1noble.20260519.123642 Architecture: arm64 Maintainer: "Geoffrey Biggs" Installed-Size: 2826 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/lifecycle_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lifecycle-msgs/ros-jazzy-lifecycle-msgs_2.0.4-1noble.20260519.123642_arm64.deb Size: 181918 SHA256: cc55dd40a82089214b09a2e1c8dc09dcb742dac00edee3b9ae003982c8b61b96 SHA1: 743161510ae7624b8b81d29232f738973f432ed0 MD5sum: 47dd062b3cf9496197c0acadca4e0463 Description: A package containing some lifecycle related message and service definitions. Package: ros-jazzy-lifecycle-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-lifecycle-msgs Version: 2.0.4-1noble.20260519.123642 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Geoffrey Biggs" Installed-Size: 1948 Depends: ros-jazzy-lifecycle-msgs (= 2.0.4-1noble.20260519.123642) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lifecycle-msgs/ros-jazzy-lifecycle-msgs-dbgsym_2.0.4-1noble.20260519.123642_arm64.deb Size: 1464298 SHA256: b49f1a8ca33d23ea3e5eb827e02527a0bbe0642ba4a5ea917013368d048abfd2 SHA1: 92b35cc077783669ababa1b874baad24d500dd07 MD5sum: 0b04bee833133d373d19b3de15993f1b Description: debug symbols for ros-jazzy-lifecycle-msgs Build-Ids: 21f79532cc81ade39c29fb4f011ec7f9ee16139f 2858b5d9f52f38c89e5cb7fafe49fc23bfc4b400 45895a02b642e21f6d13b43e0471c57485c7bb8f 5ee3f54e6c469cdece49f228b0ba5ace6f118403 5f19d060ebd6c8ad110724972e88048c2b76d7f0 63535aaec2a7a123655225d43c62c28c3853eab6 9a3ad5062184b1c2ab3d02720b055d828d720f96 ca1c7d41a06ce6d898a34bc1f7ae8bf3674538be cf264374563fa5a435f8d50beedfe0327a4dfee8 cf32cdd0fe05bd827977b44dd5861a8fb4917e6f f69ec4e0862c03658e330721db04f17720cced43 Package: ros-jazzy-lifecycle-py Version: 0.33.10-1noble.20260519.232100 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 50 Depends: ros-jazzy-lifecycle-msgs, ros-jazzy-rclpy, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lifecycle-py/ros-jazzy-lifecycle-py_0.33.10-1noble.20260519.232100_arm64.deb Size: 8748 SHA256: f9eb03f870bfa326e7088933523d05d2eddaea725fb85b563dc297545fad552b SHA1: e2fd4f39eaa4819d756972a20cd30b6b310ad7d1 MD5sum: 243e90fe3fd57b68f81a106648dc2594 Description: Package containing demos for rclpy lifecycle implementation Package: ros-jazzy-lightning-rrt-interfaces Version: 0.0.2-1noble.20260519.192834 Architecture: arm64 Maintainer: David Dorf Installed-Size: 1033 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lightning-rrt-interfaces/ros-jazzy-lightning-rrt-interfaces_0.0.2-1noble.20260519.192834_arm64.deb Size: 47800 SHA256: 603987b240ab8beb46334a59737a79af030faf62a0ef735eb49cea09d1e04d14 SHA1: e40c2fd203eff4793e393db6f41c5df3d6c7c77a MD5sum: 254da5cdc4ad9820eb461acdc10b0955 Description: Lightning fast RRT path planner interfaces Package: ros-jazzy-lightning-rrt-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-lightning-rrt-interfaces Version: 0.0.2-1noble.20260519.192834 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David Dorf Installed-Size: 311 Depends: ros-jazzy-lightning-rrt-interfaces (= 0.0.2-1noble.20260519.192834) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lightning-rrt-interfaces/ros-jazzy-lightning-rrt-interfaces-dbgsym_0.0.2-1noble.20260519.192834_arm64.deb Size: 204556 SHA256: d9db3af1dc4ebab65e9f21828d904c392b314e8abfd05dcc26da8f2fdde2f919 SHA1: 3066c4488bd8a368ea34310152d7c57da32e5adc MD5sum: 7953b9fe7eb92e74c852eeb23e98c2c0 Description: debug symbols for ros-jazzy-lightning-rrt-interfaces Build-Ids: 02230e9e6aad0847547e36ae4d71e3fdd38e61ab 145968ff197f7cd2000bfdb79e1e7c820e371037 2c4704e943239e851dd7b07587af42d6a2ba5a8f 6ee249b7644df4ae51d25c3a1e8698a3478dfb6d 7358c2d6f5da617dbd0a820409ec8cdfc44bba7c 79930cc8733dcbe8cde332dad998befa9a288d6d 84a26587c8a4de76d784e172782150af01ddc250 91525a94e4220d4127f27542dac35bd1c3d0a4ff df3a0e4efcbd1e18d238cfd9ed9350dd03ee4aa7 f31f649a14048c649c8dabb10921acd00787eb82 f3419bf6695a4bd8b550fae2ceecc2ee5482fa56 Package: ros-jazzy-linear-feedback-controller-msgs Version: 1.2.2-2noble.20260520.002443 Architecture: arm64 Maintainer: "Guilhem Saurel" Installed-Size: 1383 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, libeigen3-dev, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-tf2-eigen, ros-jazzy-ros-workspace Homepage: https://github.com/loco-3d/linear-feedback-controller-msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-linear-feedback-controller-msgs/ros-jazzy-linear-feedback-controller-msgs_1.2.2-2noble.20260520.002443_arm64.deb Size: 85278 SHA256: 0ee293d59a510ff725bf4164ab8a1b3ac3b741ed8b47f94c1b883400400748e6 SHA1: 0c20450920683644a172b9da778d1e3598de18da MD5sum: 494672624ab3d29927d4109667f823da Description: ROS msgs that interface the linear_feedback_controller package. Package: ros-jazzy-linear-feedback-controller-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-linear-feedback-controller-msgs Version: 1.2.2-2noble.20260520.002443 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Guilhem Saurel" Installed-Size: 667 Depends: ros-jazzy-linear-feedback-controller-msgs (= 1.2.2-2noble.20260520.002443) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-linear-feedback-controller-msgs/ros-jazzy-linear-feedback-controller-msgs-dbgsym_1.2.2-2noble.20260520.002443_arm64.deb Size: 487426 SHA256: 84643ac63438bc75d4299e443370dc78196119f08f58be096912d74bee23ae45 SHA1: 80c4d46001867773b8c139f8e252dab5f8e91e05 MD5sum: 99ffba40e31ecab7095f0174206f399a Description: debug symbols for ros-jazzy-linear-feedback-controller-msgs Build-Ids: 0e1526a916ed9b5888f726bafecb0df755b40f95 405976909f2ed823683f2874fed22126fc098521 4b11e5542421ebf87736befb3eb1a6078c7e4dfa 52e71fdff377c60f1dbcc73576c786270b7f6b36 7c7bbfb5de6fb0d20ffab87cdab8dd5e28882771 9d684947e1fbc7fd4cb432a85502751a8fa019ce 9ee9c5ebc401cb6f309572f28cb911f586c5977f a49a4ed3c5c200d51c47dfc8045841cea77aecb0 ba88a63b69ee0c39f28a0aace6f73ad05c0dac56 e8a71e1dbfa89c625833c8697f0c8db808a176c1 f907c3aa5e66927c4776cfd57c0e96a1f27e0f62 Package: ros-jazzy-linux-isolate-process Version: 0.0.2-3noble.20260226.125550 Architecture: arm64 Maintainer: adityapande Installed-Size: 42 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-linux-isolate-process/ros-jazzy-linux-isolate-process_0.0.2-3noble.20260226.125550_arm64.deb Size: 6432 SHA256: 28c421d6b4818233d81a7369c3406f3acff5ec322e46af6dc929008998c14145 SHA1: 8e0abf4382e3b573eecfbd4fd256489fdf4f7e28 MD5sum: 4f35b4e072e85d034cccf4d436e0e817 Description: A tool to isolate ros2 nodes Package: ros-jazzy-live555-vendor Version: 0.20250917.0-1noble.20260226.132321 Architecture: arm64 Maintainer: Timo Röhling Installed-Size: 2444 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libssl3t64 (>= 3.0.0), libstdc++6 (>= 5), ros-jazzy-ros-workspace Homepage: http://www.live555.com/liveMedia/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-live555-vendor/ros-jazzy-live555-vendor_0.20250917.0-1noble.20260226.132321_arm64.deb Size: 492080 SHA256: 356660e043fc91388c5cc2c2c8c8a9ffeddc3636f11e14eab75d21c86aaaaa42 SHA1: 8d5778911156037e9de235f83c34d03ea2afaaa1 MD5sum: 241cb35769ed94fa0417ecb2d0f9edb1 Description: multimedia RTSP streaming library Package: ros-jazzy-live555-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-live555-vendor Version: 0.20250917.0-1noble.20260226.132321 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Timo Röhling Installed-Size: 2242 Depends: ros-jazzy-live555-vendor (= 0.20250917.0-1noble.20260226.132321) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-live555-vendor/ros-jazzy-live555-vendor-dbgsym_0.20250917.0-1noble.20260226.132321_arm64.deb Size: 1609496 SHA256: cfba6d3317a3bd58a2fb9e2023e08de6ba2c7072383669239e4c73dee85b1544 SHA1: ae43f18ebaed7fc9de4fe129c2b3acf6657308ec MD5sum: f9b9274d740d6abe6703c76bf060aed3 Description: debug symbols for ros-jazzy-live555-vendor Build-Ids: 1747bff44de9bfe4d80a0b044e9a9532e0ce2f5a 2be87007281ccfc0152de4fd443916aa658dfe42 35c17a7dded1d3390c074d882b88d67cf42003b0 43f348a52938404b3a5044e82350d2b7068dc27b 6fd326d240147418a751f086fdec261446b3371e 6fd99696b7f3461175b532b850941c6f05904b59 a1641e7febd6bcde81c1be2caa5967f3ba15b43f Package: ros-jazzy-lms1xx Version: 1.0.1-1noble.20260520.015207 Architecture: arm64 Maintainer: Tony Baltovski Installed-Size: 1067 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-geometry-msgs, ros-jazzy-laser-geometry, ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-tf2, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/LMS1xx Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lms1xx/ros-jazzy-lms1xx_1.0.1-1noble.20260520.015207_arm64.deb Size: 198134 SHA256: 2345cbf54c335e518e5b6dc70988d3334fc380abc06604d13ee356b5951caba8 SHA1: 61f617d9b7ef7c1c8dcfd64eaf42a640a5f458dd MD5sum: ef024a0ba89120189a81bde2677ba9ad Description: The lms1xx package contains a basic ROS 2 driver for the SICK LMS1xx line of LIDARs. Package: ros-jazzy-lms1xx-dbgsym Package-Type: ddeb Source: ros-jazzy-lms1xx Version: 1.0.1-1noble.20260520.015207 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tony Baltovski Installed-Size: 940 Depends: ros-jazzy-lms1xx (= 1.0.1-1noble.20260520.015207) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lms1xx/ros-jazzy-lms1xx-dbgsym_1.0.1-1noble.20260520.015207_arm64.deb Size: 841540 SHA256: c779ea702fc439e6caf046f4566bf90adaf9d6b5f12683a423bbf7be08b0d2fd SHA1: ae641ce27d83b29c1d704b25576e9e00938985d6 MD5sum: 418a7ee6449070b512d50c952b2ce24c Description: debug symbols for ros-jazzy-lms1xx Build-Ids: 235f362d593c3d408fe284c883f8d9f79b1ed48e Package: ros-jazzy-log-view Version: 0.3.3-1noble.20260520.201106 Architecture: arm64 Maintainer: Marc Alban Installed-Size: 1585 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libncursesw6 (>= 6), libstdc++6 (>= 13.1), libtinfo6 (>= 6), libyaml-cpp0.8 (>= 0.7.0), libncurses-dev, ros-jazzy-rcl-interfaces, ros-jazzy-rclcpp, ros-jazzy-yaml-cpp-vendor, xclip, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-log-view/ros-jazzy-log-view_0.3.3-1noble.20260520.201106_arm64.deb Size: 298576 SHA256: c52b095201529724e191b0341913382858823b1983b890ddc79bf34a8b51dbe1 SHA1: 9a866c22b55808ec1c8edf348457950d30deaa4f MD5sum: 226d4e5b852e930b43e1a8414bef5ad4 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-jazzy-log-view-dbgsym Package-Type: ddeb Source: ros-jazzy-log-view Version: 0.3.3-1noble.20260520.201106 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Marc Alban Installed-Size: 4102 Depends: ros-jazzy-log-view (= 0.3.3-1noble.20260520.201106) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-log-view/ros-jazzy-log-view-dbgsym_0.3.3-1noble.20260520.201106_arm64.deb Size: 3656780 SHA256: f933ba242638ec0ea184c0addedb0ba65790d9dcdd78320e3593184dfa60d9d3 SHA1: 3a6536b7c5293af45130bb3e9ad488e679354621 MD5sum: 54eacf24a68a13c1e1f49c75fbce652c Description: debug symbols for ros-jazzy-log-view Build-Ids: aabe6f0ba7083cae4defc6ab0f53a65f68cc0bf0 Package: ros-jazzy-logging-demo Version: 0.33.10-1noble.20260519.214926 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 1588 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-jazzy-fastcdr, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rcutils, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-logging-demo/ros-jazzy-logging-demo_0.33.10-1noble.20260519.214926_arm64.deb Size: 138078 SHA256: 388d6dc1fda8a07ee6380e2bce6b4bdadf6760d7df412cdff5726fa392af7f3e SHA1: 1acf6a5a5542927b13d47e3dfe2b25bc6c94904f MD5sum: 8ca2f397be3d8f388653bbf1eec816a7 Description: Examples for using and configuring loggers. Package: ros-jazzy-logging-demo-dbgsym Package-Type: ddeb Source: ros-jazzy-logging-demo Version: 0.33.10-1noble.20260519.214926 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 2180 Depends: ros-jazzy-logging-demo (= 0.33.10-1noble.20260519.214926) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-logging-demo/ros-jazzy-logging-demo-dbgsym_0.33.10-1noble.20260519.214926_arm64.deb Size: 1868054 SHA256: d668c454b27d894ba3d827dd36e24595bfefb678d2fa2518af7a71964ff1225c SHA1: 5c1deb8b0d7f3b9b92906e77f7f7d0ff38c633b0 MD5sum: 7c5672168724276ee682d1601ed1da3b Description: debug symbols for ros-jazzy-logging-demo Build-Ids: 054c3f67aefe27d3bcd1151c66efdc7b7d41bf72 18bd31a074991af33c219eda6ffae38423cf2e3d 1c5cda9a02c9b024fcaf564226a1a4e0b57f19ad 2594114b92b6cf0ab768579eea96185bc6306371 2f1032a133563ea74e208d0394aace129d203bc5 34009627956f11d0fa2dedd9aca1d11447ec8170 34f7b88e70d62b93db185d1d87fca21b1bd73ae1 465ea21887b5606e79419891faab4932ded3a368 6eca6e3de23a6780f1a9da716d74bc6e0042b1f3 84c5804c7869b99ef2030316bd6ad923ef2aee4e 9d5dc198b8971ea49b7ecc82a4a4c277f8b49c89 d90fe8f2d89e8885b4a211525397526c4e5aed75 f5d9a9f3f50323376649f7f483a2ddc79524d4ea fe9296bf5ea2b9b4443ce72c8c076d391bce3c00 Package: ros-jazzy-lttngpy Version: 8.2.5-1noble.20260305.220723 Architecture: arm64 Maintainer: Christophe Bedard Installed-Size: 317 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), liblttng-ctl0t64 (>= 2.11.0), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), liblttng-ctl-dev, ros-jazzy-rpyutils, ros-jazzy-ros-workspace Homepage: https://docs.ros.org/en/rolling/p/lttngpy/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lttngpy/ros-jazzy-lttngpy_8.2.5-1noble.20260305.220723_arm64.deb Size: 101642 SHA256: b3e1af1d92b6f8baa85ac32f7de7ab6264a80c2e90a8479d8a6d2dbd76075d63 SHA1: 4fc48a77cd9b22becd2fd0b183b57261bfa4be41 MD5sum: cd75e52543fdcf39a21df6b8d614c0de Description: liblttng-ctl Python bindings Package: ros-jazzy-lusb Version: 2.0.2-1noble.20260305.215303 Architecture: arm64 Maintainer: Kevin Hallenbeck Installed-Size: 131 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 6), libusb-1.0-0 (>= 2:1.0.22), libusb-1.0-0-dev, ros-jazzy-ros-workspace Homepage: http://dataspeedinc.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lusb/ros-jazzy-lusb_2.0.2-1noble.20260305.215303_arm64.deb Size: 17986 SHA256: 71c1d7613daaf21c456c667d544cd26e40ca35611821a6e27859e7fe2e35ba95 SHA1: 4a3c1484f8037f62653beb06cc4d876b42e99364 MD5sum: be0cf0fd5df3b5246516e520002cc1bd Description: Library for interfacing to USB devices Package: ros-jazzy-lusb-dbgsym Package-Type: ddeb Source: ros-jazzy-lusb Version: 2.0.2-1noble.20260305.215303 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Kevin Hallenbeck Installed-Size: 87 Depends: ros-jazzy-lusb (= 2.0.2-1noble.20260305.215303) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lusb/ros-jazzy-lusb-dbgsym_2.0.2-1noble.20260305.215303_arm64.deb Size: 66868 SHA256: 189de71f67e15361158174071a402fa5bc0d83c443a985a8a16cfa07cce016df SHA1: 038f78d70ca6018e051ec22a63df4931f568e846 MD5sum: 508aad2a13d46d07fc2949dac047202b Description: debug symbols for ros-jazzy-lusb Build-Ids: 9fe9678d13a6da7332cc1b88195a21bf043773de Package: ros-jazzy-lvr2 Version: 25.2.2-1noble.20260309.092313 Architecture: arm64 Maintainer: Thomas Wiemann Installed-Size: 31334 Depends: libboost-filesystem1.83.0 (>= 1.83.0), libboost-iostreams1.83.0 (>= 1.83.0), libboost-program-options1.83.0 (>= 1.83.0), libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.38), libembree4-4 (>= 4.3.0+dfsg), libgcc-s1 (>= 4.5), libgdal34t64 (>= 3.4.0), libglu1-mesa | libglu1, libgomp1 (>= 6), libgsl27 (>= 2.7.1), libgslcblas0 (>= 2.7.1), libhdf5-103-1t64, liblz4-1 (>= 0.0~r130), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-features2d406t64 (>= 4.6.0+dfsg), libopencv-flann406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopengl0, libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ocl-icd-libopencl1 | libopencl1, freeglut3-dev, libboost-all-dev, libeigen3-dev, libembree-dev, libflann-dev, libgdal-dev, libgsl-dev, libhdf5-dev, liblz4-dev, libopencv-dev, libtbb-dev, libtiff-dev, libxi-dev, libxmu-dev, libyaml-cpp-dev, lz4, ocl-icd-opencl-dev, ros-jazzy-ros-workspace Homepage: https://www.las-vegas.uni-osnabrueck.de/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lvr2/ros-jazzy-lvr2_25.2.2-1noble.20260309.092313_arm64.deb Size: 4839196 SHA256: 09325002b8d87c0579399382115cfe97d48dcf6c04f2f2b0917548e9bdf80f7e SHA1: 5d6ece2c77bcdc72a79ebf2c30ce92f7e6fe9511 MD5sum: 839d01a4efb858a01f1a36a992ce1567 Description: The Las Vegas Surface Reconstruction Toolkit is an Open Source toolkit to reconstruct triangle meshes from unordered point clouds. It supports the generation of textured models either using colored point clouds or point clouds plus images and according calibration matrices. The LVR toolkit provides an Open Source C++ API for meshing and texture generation as well as an I/O interface to store the generated meshes in different exchange formats including Stanford PLY, Wavefront OBJ and Collada. In contrast to other meshing software, it focuses on reconstruction of large scale environments on city scale from high resolution point clouds. Package: ros-jazzy-lvr2-dbgsym Package-Type: ddeb Source: ros-jazzy-lvr2 Version: 25.2.2-1noble.20260309.092313 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Thomas Wiemann Installed-Size: 94202 Depends: ros-jazzy-lvr2 (= 25.2.2-1noble.20260309.092313) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lvr2/ros-jazzy-lvr2-dbgsym_25.2.2-1noble.20260309.092313_arm64.deb Size: 88157008 SHA256: f9d0d74b24252e3a15312668ad1495dc1c43eb600213914bcee9e4f1e2a05f0a SHA1: da7648db23dcd90748b6fc1059b03e3d9bcf707d MD5sum: b59069f9b21680558e0576c86f4a39ee Description: debug symbols for ros-jazzy-lvr2 Build-Ids: 045d81c3c719b8d2839e8bb14e7d0e3f242515d5 1ad0583a95b5e32c7bf99b2d04c9e7f20082aafe 4de70848af95536a7d929a118a71f2d50274f29f 7656f042ab3b68c54fe800b68d91ba5963f475c1 967834f73e25b3abea619861a9150b0e201f8718 9b60101af3566ec49ec5ad6fa06e40d854488086 Package: ros-jazzy-magic-enum Version: 0.9.7-3noble.20260226.132558 Architecture: arm64 Maintainer: Neargye Installed-Size: 180 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-magic-enum/ros-jazzy-magic-enum_0.9.7-3noble.20260226.132558_arm64.deb Size: 26730 SHA256: 11836729cc9bd325126424be7bc0b1e2e214a52030c33bb11ed2250b916092d5 SHA1: 977c8aaf707d6d73726ed351cdbc89fa377c17a3 MD5sum: fbd832d19df62d60aaad2acc4a1f0082 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-jazzy-magnetic-model Version: 3.0.2-1noble.20260520.003834 Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 265 Depends: libc6 (>= 2.32), libgcc-s1 (>= 4.5), libgeographiclib26 (>= 1.50), libstdc++6 (>= 13.1), libgeographiclib-dev, ros-jazzy-angles, ros-jazzy-cras-cpp-common, ros-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/magnetic_model Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-magnetic-model/ros-jazzy-magnetic-model_3.0.2-1noble.20260520.003834_arm64.deb Size: 63464 SHA256: f71a494a85c3ec901524a142681d87b7df4d0706f7f6d902fa0f97622829c149 SHA1: c73718353bb678e02ec2e431d902b30dd94df8e9 MD5sum: 620504a31c8a8724f27532cdc2b65add Description: World Magnetic Model ROS API. Package: ros-jazzy-magnetic-model-dbgsym Package-Type: ddeb Source: ros-jazzy-magnetic-model Version: 3.0.2-1noble.20260520.003834 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 603 Depends: ros-jazzy-magnetic-model (= 3.0.2-1noble.20260520.003834) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-magnetic-model/ros-jazzy-magnetic-model-dbgsym_3.0.2-1noble.20260520.003834_arm64.deb Size: 549658 SHA256: c30d53975d6f745a10588c705faa6f14a85a1ac120e2183372843a7751da14d3 SHA1: cb8176250ff5eebfae8bb4df87702cd3338257b8 MD5sum: 11a05a168ad6d0252a2e8214b7a03916 Description: debug symbols for ros-jazzy-magnetic-model Build-Ids: ce58cb3c96912bd2da5d2566ebf422a1b22e5a05 Package: ros-jazzy-magnetometer-compass Version: 3.0.2-1noble.20260520.005036 Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 2504 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.5), libstdc++6 (>= 13.1), libeigen3-dev, ros-jazzy-angles, ros-jazzy-compass-conversions, ros-jazzy-compass-interfaces, ros-jazzy-cras-cpp-common, ros-jazzy-geometry-msgs, ros-jazzy-magnetometer-pipeline, ros-jazzy-message-filters, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-tf2-sensor-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/magnetometer_compass Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-magnetometer-compass/ros-jazzy-magnetometer-compass_3.0.2-1noble.20260520.005036_arm64.deb Size: 379834 SHA256: 726632ad3eb0d8fc99a1b2640b01fa50215442aa31257cac5e5236c3e0503ba7 SHA1: 9cbdeba6edfd8431660db414897c398fee2b520f MD5sum: 0a79e27f2a69b0f07408874f26ca2e6c Description: Compass based on a 3-axis magnetometer, attitude readings and possibly also GNSS. Package: ros-jazzy-magnetometer-compass-dbgsym Package-Type: ddeb Source: ros-jazzy-magnetometer-compass Version: 3.0.2-1noble.20260520.005036 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 12043 Depends: ros-jazzy-magnetometer-compass (= 3.0.2-1noble.20260520.005036) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-magnetometer-compass/ros-jazzy-magnetometer-compass-dbgsym_3.0.2-1noble.20260520.005036_arm64.deb Size: 10224166 SHA256: 10e69e9daa721dd171f119236f22d2d74b5801a4ce01127c6ca19484859c0a1a SHA1: f79953f6b30961ba92c8df9d23a98d2fca63e7eb MD5sum: 834c5a8e76cc0f050eca6d6230b4f541 Description: debug symbols for ros-jazzy-magnetometer-compass Build-Ids: 0ab3030a1b24f0a8cce3081251b540822ff2a5e3 20f54c49ba2246000e50e0f74424942d4e381d97 d770f43cff3a292dd758a20113f64142a479afdb ef12f2cdad38c9b568d930fbb7312e9151b7bcac efa17f507eed35beaec532de7d796c8b3b9a45d9 Package: ros-jazzy-magnetometer-pipeline Version: 3.0.2-1noble.20260520.001907 Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 818 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), python3-numpy, ros-jazzy-cras-cpp-common, ros-jazzy-message-filters, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclpy, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2-eigen, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/magnetometer_pipeline Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-magnetometer-pipeline/ros-jazzy-magnetometer-pipeline_3.0.2-1noble.20260520.001907_arm64.deb Size: 141772 SHA256: 403d1e11215c7efe0b2687f9ea5be137578dd2739d10d67193a1fe081d38fc88 SHA1: 20b758643c0c632ba264565aeb7187b36838696e MD5sum: 16b3fdda79b4ae0eb2bb1c389d47b128 Description: Calibration and removing of magnetometer bias. Package: ros-jazzy-magnetometer-pipeline-dbgsym Package-Type: ddeb Source: ros-jazzy-magnetometer-pipeline Version: 3.0.2-1noble.20260520.001907 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 3746 Depends: ros-jazzy-magnetometer-pipeline (= 3.0.2-1noble.20260520.001907) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-magnetometer-pipeline/ros-jazzy-magnetometer-pipeline-dbgsym_3.0.2-1noble.20260520.001907_arm64.deb Size: 3332184 SHA256: f3a4b124a49a6b82b15fc9f4f278653159621652a21a3679e72d67d335a2c3fd SHA1: 39220f8bb0c507932c2f94d63d71533e224c8b04 MD5sum: 1a3e9381c5d343472525c9aac8d92af9 Description: debug symbols for ros-jazzy-magnetometer-pipeline Build-Ids: 125598171981dc4732c0a17a46d44666a7a34952 2faf279f419598f67f53f72fa54611bc687fb2f7 479312d3a8c0a591af049f47a51d715af909ab4d af405a662ba5017f4283fedb5fa219e4efdc404c Package: ros-jazzy-map-msgs Version: 2.4.1-2noble.20260519.193055 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 3643 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-nav-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/map_msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-map-msgs/ros-jazzy-map-msgs_2.4.1-2noble.20260519.193055_arm64.deb Size: 237608 SHA256: 427036c0e97be8dd95ec8e070e8bf114387c8841f7dc7a91783dbe95647d5fcf SHA1: 02b4e04117d6ba43bc2f2cdccb13f927068f7e60 MD5sum: b1bfe5310568caef5835c8bb7f153a19 Description: This package defines messages commonly used in mapping packages. Package: ros-jazzy-map-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-map-msgs Version: 2.4.1-2noble.20260519.193055 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 2786 Depends: ros-jazzy-map-msgs (= 2.4.1-2noble.20260519.193055) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-map-msgs/ros-jazzy-map-msgs-dbgsym_2.4.1-2noble.20260519.193055_arm64.deb Size: 2158362 SHA256: 36d9b2e6094a59f529c9cbfdebce8632342d1d288db4fc8030234b84264ae34d SHA1: bf20bf2850b8377f447f1f92e687dc4ba8e57d47 MD5sum: d42203b2b7111a33dc04f102770a4b31 Description: debug symbols for ros-jazzy-map-msgs Build-Ids: 2a374fd971bf4faf77f8c5eaf1421ac7ffb34d89 43ba8fce53ae427d43716d5025b6ce33308d1ccc 4fdfca7f04bf6f02b7e0cd081b719eb2a2dd7b28 5b04f39cb4d0be49d4ed3d750b2f02b52065abb0 63898c43607a1d9544811db88ef7129194ebac87 95c378fa9401f80b7da359d4644182b8bbcf1bf3 981683a72456cd853926715ba26a83d3e623ee4a 996ffd136337c46553e375ae4ce6418817546c53 a6ac6772457725931af4cc8954610578c499a138 cc01e2e8e4690e14c17d0de22ebd2349b9f3a34e fc3ec36631598138bad887c876dd7784d217945c Package: ros-jazzy-mapviz-interfaces Version: 2.6.4-1noble.20260519.172146 Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 1242 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Homepage: https://github.com/swri-robotics/mapviz Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mapviz-interfaces/ros-jazzy-mapviz-interfaces_2.6.4-1noble.20260519.172146_arm64.deb Size: 82268 SHA256: 0e4c8ff62a76bc63e9ea62e9462453ebe85348759f905a80885dbff64696c8b6 SHA1: 045ac8db9ab69887d103d455f9a1d6f77a7ee14e MD5sum: 058685bd15a0a94f00c9f1b7ab5f4f19 Description: ROS interfaces used by Mapviz Package: ros-jazzy-mapviz-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-mapviz-interfaces Version: 2.6.4-1noble.20260519.172146 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 622 Depends: ros-jazzy-mapviz-interfaces (= 2.6.4-1noble.20260519.172146) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mapviz-interfaces/ros-jazzy-mapviz-interfaces-dbgsym_2.6.4-1noble.20260519.172146_arm64.deb Size: 454312 SHA256: faccc31e257208789c702d8ce8ebdc669b7ebf5d60297eb032b4a8cdc8065a0f SHA1: 274b94d29bbcab96c8f68fcbf717a9de432392a0 MD5sum: f762a266bec2e62e9cf7fcabc776ebee Description: debug symbols for ros-jazzy-mapviz-interfaces Build-Ids: 24616a5d0b44eb72c2e23b710b1e71dfbd55192e 38fa27e9305d8f528f7f6c8565534a44b5a992a2 54c174606ef710216fc7706371a37de062a474f7 558368092844a227be102c24abf20a59b173119e 5d49ee92dc026012e4d7d8b284780c3bfe1fd88a 84f89bc805cb89a36188a256311f3ef7d90bac82 a7a8a8e0cab025c9937f8af8b3929cce9975f256 aa1f90189ea69b816a5bd86485efaa79df9443db bda977d4fe54a6b4a1236d86b0888489d71bf376 d6dc21db55ad56d9b10e3c3847a32121f1c3869c ef9be8a47834dcca9aa8278c4695927ca21a8dc0 Package: ros-jazzy-marine-acoustic-msgs Version: 2.1.0-2noble.20260519.192852 Architecture: arm64 Maintainer: Laura Lindzey Installed-Size: 2406 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marine-acoustic-msgs/ros-jazzy-marine-acoustic-msgs_2.1.0-2noble.20260519.192852_arm64.deb Size: 163054 SHA256: 2a4e78a089e1d95936a3a3a37275b094f0abc338f8fc524a7ffa6aaa7f0a8b92 SHA1: 6a20122caa7524ab6ca19fb89d885a8374944448 MD5sum: 7e6b44e39025c502e7a474df3891f291 Description: The marine_acoustic_msgs package, including messages for common underwater sensors (DVL, multibeam sonar, imaging sonar) Package: ros-jazzy-marine-acoustic-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-marine-acoustic-msgs Version: 2.1.0-2noble.20260519.192852 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Laura Lindzey Installed-Size: 1476 Depends: ros-jazzy-marine-acoustic-msgs (= 2.1.0-2noble.20260519.192852) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marine-acoustic-msgs/ros-jazzy-marine-acoustic-msgs-dbgsym_2.1.0-2noble.20260519.192852_arm64.deb Size: 1140724 SHA256: dc65aa7defce5575ae97385f89a7ee6dc9abf0e560b6e82ee4250451c6c62de2 SHA1: 22df7403abd37a2d02e44f8992e219695bc66952 MD5sum: 385d2938a42a7643fe222752d26b5ff2 Description: debug symbols for ros-jazzy-marine-acoustic-msgs Build-Ids: 2f8609963f1e3b48ab83c6b24410a271d0fdd06d 31a8689e29dac77f23840bd1c9ba50b809e1d61c 3b826c2d3783964affe16965797d99c1ac52b914 69dfacd763d2aed1cd93f07e948afa8b13daaa46 6e29caa103be49c01d34ad9856220ee8f85fe61b 7fd8c377d69276756bcd06f71777b0eba45b637b 8be30471743cb72fb6beb1e55290736c84decdac 9686bec3d65801ba5972bbb6f44f09320f719a01 bec430d728f8513e9ab57f7068ef3706d6fd971f bf4e55ff89f2950ef32af012e106165a0487c6b7 cdc1e7d0505c2d5f3a4cfb68d69e4b3a9345ee69 Package: ros-jazzy-marine-sensor-msgs Version: 2.1.0-2noble.20260519.184830 Architecture: arm64 Maintainer: Laura Lindzey Installed-Size: 1244 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marine-sensor-msgs/ros-jazzy-marine-sensor-msgs_2.1.0-2noble.20260519.184830_arm64.deb Size: 72970 SHA256: 8152d0bc0d7987eebf00c1114501f9708a86d96de0fd1dab9bf80bb433bafc4c SHA1: 8bbf278ab1f22e29f8d66c297efd24c65f195e9a MD5sum: bdcdbbf8eac8153e0796c83b0ac62a2d Description: The marine_sensor_msgs package, meant to contain messages for common underwater sensors (e.g., conductivity, turbidity, dissolved oxygen) Package: ros-jazzy-marine-sensor-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-marine-sensor-msgs Version: 2.1.0-2noble.20260519.184830 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Laura Lindzey Installed-Size: 592 Depends: ros-jazzy-marine-sensor-msgs (= 2.1.0-2noble.20260519.184830) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marine-sensor-msgs/ros-jazzy-marine-sensor-msgs-dbgsym_2.1.0-2noble.20260519.184830_arm64.deb Size: 428994 SHA256: 9b2b77087312a0904b00da75a6d81b126004bf3cf57387ee41c79f124fdf7ff6 SHA1: 84a9e9e180cb23992b72935e88f2228bcfacc2a8 MD5sum: e52ce37851163a449552ab8b53779679 Description: debug symbols for ros-jazzy-marine-sensor-msgs Build-Ids: 24684fe74f9e2fbc6aa237d7c9a86a02fe242f4c 27dcf2c56f356f31fb5b9b012d0fec461b2c4979 4dc5c1deba362cd917b6bb11859ca1f8252818d4 54b0eb9826cea1852f96bb4da434b46342ad3dcd 89621646442cf2b4ea1c2d30db409f078ebde2f2 99f550b5bf149b04dc3b238ceb9827ad18352c03 b369de062acea8597430b0f47cd14f5dfd0e6190 b43f7832953788f3cbcdb1177b15e2a7d9ec9ca9 bccf44bd3c90128bedfa8b835c071ca31e102706 bff9ef37fd430d0fa1d882759c4e38d2ea79c098 f92b686077e7acea6b4d1dc7ac886e4275d5ae95 Package: ros-jazzy-marker-msgs Version: 0.0.8-1noble.20260519.185931 Architecture: arm64 Maintainer: Markus Bader Installed-Size: 1969 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/marker_msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marker-msgs/ros-jazzy-marker-msgs_0.0.8-1noble.20260519.185931_arm64.deb Size: 135596 SHA256: b980a460fe33207db5a89eb6cd18774747aa81de7341dce53efce99f8446b3de SHA1: e66c9aba0e52562ada4039089a5f7763b9d20c21 MD5sum: 3966d5c26795548d7879233e9025210e 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-jazzy-marker-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-marker-msgs Version: 0.0.8-1noble.20260519.185931 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Markus Bader Installed-Size: 1461 Depends: ros-jazzy-marker-msgs (= 0.0.8-1noble.20260519.185931) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marker-msgs/ros-jazzy-marker-msgs-dbgsym_0.0.8-1noble.20260519.185931_arm64.deb Size: 1146344 SHA256: 76f9ef11c5dd23f895d7cfbf748f197dce0e980150d261ba62adf96d185075e8 SHA1: 7e23a5d95e34950d5709acc5e3514f247fcc7269 MD5sum: 25b06f4ce0d94770e08ab0787767d27b Description: debug symbols for ros-jazzy-marker-msgs Build-Ids: 10991a68eda714b5ae0098f201fd23c775635aa0 1ca77b1e18d89441534c6beec01251f78d57d3eb 2564fb72c716d1fd6897322405204c23b6f0168f 25a7d39ad9c325bc300168df94e126d687af93d5 6cde896a33dc29943335842df67badcf39ba920b 7a60565b8a775b21d54cc428621675515a5e2fab 7d41257a17359270f6809bdb19b8ebf2c263d0da 837fe6c96f3688f5657578d66aa7d71c4bbf5eaa 87c6ed4d67f7ab6d0d46faf6640e971b900e3a24 b20b1b177fb68957e25205edb60f944c4bbe6f12 eed58ce5e2ef0183c2bfdfbee644a33364627e0d Package: ros-jazzy-marti-can-msgs Version: 1.6.1-1noble.20260519.183802 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 1021 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/swri-robotics/marti_messages Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-can-msgs/ros-jazzy-marti-can-msgs_1.6.1-1noble.20260519.183802_arm64.deb Size: 46646 SHA256: 566c7f99ba7ebd58430a5d663e447a876afb1b0718b36e27cd3bac344ffdbd5e SHA1: 216e72ab6a58e48218e04f85674dba7014e276ee MD5sum: fe9eb33ea50f293c428bea0f50a2c626 Description: marti_can_msgs Package: ros-jazzy-marti-can-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-marti-can-msgs Version: 1.6.1-1noble.20260519.183802 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 301 Depends: ros-jazzy-marti-can-msgs (= 1.6.1-1noble.20260519.183802) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-can-msgs/ros-jazzy-marti-can-msgs-dbgsym_1.6.1-1noble.20260519.183802_arm64.deb Size: 194290 SHA256: 211fcd277fd4f66c84fa1b2f5efe5ebe48d0ebf4893fe8f33ae1e08fb02f68b7 SHA1: c948c203983392d1278c8d0eab38d662c22f81b1 MD5sum: 729027d41304ed6ae9ee2ce2573db141 Description: debug symbols for ros-jazzy-marti-can-msgs Build-Ids: 195dd7c18db6691ef82b5c18e7f728d9aae0c4fa 2638e1eae054f18220262b1ef7928d0d84d3d1da 4a7f7c9775a3a323e5174a7e3e47ebac2ec98772 534f970409ed7036cdf1e821022facf8d85e0c42 5e44815ba8c876a94e4b60ea8cf5c20669272d83 5f26ed45d2177e9ad7b944f83067f00cea2bfb52 8525fba28748e71f901b98c14520b5e77af40e84 b70e496154f454ab37a458f30b1121edb96e61fe c0885f1f76038d147a78901846b03da5d456797e d90f2387706f60a55b51a5c662517ecfcf5384ca d93c05f40884e7c3f4fdece2270d9ce3a8cc5118 Package: ros-jazzy-marti-common-msgs Version: 1.6.1-1noble.20260519.171713 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 3231 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/swri-robotics/marti_messages Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-common-msgs/ros-jazzy-marti-common-msgs_1.6.1-1noble.20260519.171713_arm64.deb Size: 189694 SHA256: e9a167075d4aceb60f6dd870372fefb13d62a66b6b05d10c118d3ee3b088343b SHA1: 51d4e85322b4396abe34ca717766b66200827ac2 MD5sum: 4f94f842f0bd25d27eb0ce9756e097ea Description: marti_common_msgs Package: ros-jazzy-marti-common-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-marti-common-msgs Version: 1.6.1-1noble.20260519.171713 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 2475 Depends: ros-jazzy-marti-common-msgs (= 1.6.1-1noble.20260519.171713) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-common-msgs/ros-jazzy-marti-common-msgs-dbgsym_1.6.1-1noble.20260519.171713_arm64.deb Size: 1852986 SHA256: e84de24d597be3becdbea33f35511a5271025f0c9358fc167c3f15a95e5c613a SHA1: 147296c18c14f7d44c4c2d6200673cb422a287e8 MD5sum: e60c1566b51fd2b12a7c3198eeb46a50 Description: debug symbols for ros-jazzy-marti-common-msgs Build-Ids: 2203b06a626b8a9276911dec21f15e082d837277 27fdd2fe3fa46515d4c2ac4ff2191c4ca8c8a34b 2e3c2a699b207a3f9ac0aadaa9a4b58f76d1216a 38da4b371bf2d8d02351c0cff39c4d8e6d572298 3deb54a15041048ec4e02e74ac7335d0e0291a93 48abb4c8b93a5c0f134aa6b6b69ff2eed412c47b 6586ed6fc167618eca632f34e6bd38f1d0eace3e 848eab12b1719ba2cc9fb816120b69b093894bea bd79eba27ee32298bbbe598b3ca37607b40b69c7 e8e9747e7c88ef2a7c2aa20197e581a0cfa3a295 ffc8d18920223061480738a4ab426bf3b84c46cd Package: ros-jazzy-marti-dbw-msgs Version: 1.6.1-1noble.20260519.171750 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 1303 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-dbw-msgs/ros-jazzy-marti-dbw-msgs_1.6.1-1noble.20260519.171750_arm64.deb Size: 70524 SHA256: d2723e601cf5dcb165926ba592cfc28f8e1187fad678bf589abf47ec5572b833 SHA1: 8c82ced0dc6da95ddd828530ac44b17f75fd01dd MD5sum: 3b8ad97bae59895116aeb3c5df9e48a1 Description: marti_dbw_msgs Package: ros-jazzy-marti-dbw-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-marti-dbw-msgs Version: 1.6.1-1noble.20260519.171750 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 548 Depends: ros-jazzy-marti-dbw-msgs (= 1.6.1-1noble.20260519.171750) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-dbw-msgs/ros-jazzy-marti-dbw-msgs-dbgsym_1.6.1-1noble.20260519.171750_arm64.deb Size: 388430 SHA256: 75a17830f4841d8ef0c413d4dffff745b8619f7a403e46c56694f343240471da SHA1: 8c821f34a4c92b4b98526845d7807a10e5470eb6 MD5sum: f9b3d815a196c0e5018a1e06e3f75daf Description: debug symbols for ros-jazzy-marti-dbw-msgs Build-Ids: 11f7547a15e539c643d77481b167b364e191338d 1d3c5cde2ff78078b2bf2c0ad18c0b6c21ceac00 2bd9b97988e0390364df50a0e71cf7e0f6a2175b 46a5c0e3525e1eff03b279ebb68af698c5e72c0f 702d1de8ab623c89ff808e54362b8906a01ede69 8e533ca6f17fadfd2167b0b4f3edc5d7bc75bcf7 ae9107516c0939fb94a87bb4edd67fb03240ffc0 b39a60b6eaae4078d540828779850da21e7e22ff c3d2a3b54fb18fc8c05b704a9769de0ee2aabe09 d76c7f5e8a68ee937f606b8f0c0aaa8a7ce2a439 f6eafc0209c1447ef8f8e9ba145eb6ade864f39a Package: ros-jazzy-marti-introspection-msgs Version: 1.6.1-1noble.20260519.183805 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 1471 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/swri-robotics/marti_messages Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-introspection-msgs/ros-jazzy-marti-introspection-msgs_1.6.1-1noble.20260519.183805_arm64.deb Size: 93512 SHA256: 5810e7c4b544c338d63ff6ab56d23a88f80e763a683d4f0423910fa715596505 SHA1: dc000a5e03ccbf35562765b56ade4b3fdc3d75a6 MD5sum: 6763d770dcbc188b6320cad923cfba1d Description: marti_introspection_msgs Package: ros-jazzy-marti-introspection-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-marti-introspection-msgs Version: 1.6.1-1noble.20260519.183805 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 856 Depends: ros-jazzy-marti-introspection-msgs (= 1.6.1-1noble.20260519.183805) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-introspection-msgs/ros-jazzy-marti-introspection-msgs-dbgsym_1.6.1-1noble.20260519.183805_arm64.deb Size: 658714 SHA256: ef63c8572d0542bc11a8fcc61e4e526f068ef91bc893507c483d0bfb741513da SHA1: af071bb15d2683dc04ab22b47801baa5ba383cc5 MD5sum: bd06e561e144df2a36403bf4a72d49b9 Description: debug symbols for ros-jazzy-marti-introspection-msgs Build-Ids: 218eb02832a0edefa58ea7be70ace1014384ca8a 323a7faef2821294befc46103c74513f8d147cca 50042e8e789473f4a15ff5240a3d3a841db26b41 5f1c92553752d4b7ee29378deba5fe4f5d8cf5f1 61840b7666110cceecf7b504472e86dbb43ddb17 7a4e050c5650ac889fc4063d4e13d96978f20b9c 7fd4721872ca75dc7846921dd226361ff5ba84ed 9a4dfe162e0f1f3ca5b0f61293b83e8563a93f84 aa14b0248c69ba4b6b3d0f848bd5c027141a862b bf10dd53d5c4628dec5e631489e201ee8e8da188 c44164fd7ef52282e013f3a263a8ecc89313cbe8 Package: ros-jazzy-marti-nav-msgs Version: 1.6.1-1noble.20260519.191327 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 7492 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geographic-msgs, ros-jazzy-geometry-msgs, ros-jazzy-marti-common-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/swri-robotics/marti_messages Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-nav-msgs/ros-jazzy-marti-nav-msgs_1.6.1-1noble.20260519.191327_arm64.deb Size: 475340 SHA256: fffb584dd698013092a4b7f71b00631c7e4c5bd122a4f4011dd47a9724f762cf SHA1: 105104d2dba7e55ec4e7bf26a855cce86c01c805 MD5sum: fda6e59998f87f073500404ecdd70a41 Description: marti_nav_msgs Package: ros-jazzy-marti-nav-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-marti-nav-msgs Version: 1.6.1-1noble.20260519.191327 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 6030 Depends: ros-jazzy-marti-nav-msgs (= 1.6.1-1noble.20260519.191327) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-nav-msgs/ros-jazzy-marti-nav-msgs-dbgsym_1.6.1-1noble.20260519.191327_arm64.deb Size: 4747756 SHA256: fe05a3ea6403f9e7744dea2a706d40f21ddeb236d757dc8d3c4f0622233c0cf4 SHA1: 32ce23328b73226e1addaf5b29847df4247d7c7c MD5sum: 1185046838d13f6df996224582a93c22 Description: debug symbols for ros-jazzy-marti-nav-msgs Build-Ids: 671247a6e8315d327b5a9296181979c4ff0f1d76 6db1ee653a9a3aac673fbc559627d471b32f49fa 8be251fabf17b61fa795fac98b3d88ee80134e74 94daaaa48658134e2fc85e74b36d520a26a8c9c9 9a169d8293c20d0d643c137383938753b509f36f 9bccfa94b9b8a40aa0f40f9c30fc4b3a3ae14434 b8d6cad587b35ed72cc582bcfa50493cfdc5c9a4 be62be32616dc98ab1bcd7ff9a5d68ef5f825885 cfc7a3e7eb3432ea18e9e5867d131c2e7681bf4a d665fa002dce707f8872bf17fcaad6ea182fb4ce ff399ff39e76ac8fc44bb511d1721b2618d1582c Package: ros-jazzy-marti-perception-msgs Version: 1.6.1-1noble.20260519.193302 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 1020 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/swri-robotics/marti_messages Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-perception-msgs/ros-jazzy-marti-perception-msgs_1.6.1-1noble.20260519.193302_arm64.deb Size: 44548 SHA256: a95d2adf4768da88a757de9883f8b99e6a07080616004d753be2214a6ebce669 SHA1: e886fba05673145f93f606153852500f7a677531 MD5sum: de5d5200fec69c4d3b6ca839b908c872 Description: marti_perception_msgs Package: ros-jazzy-marti-perception-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-marti-perception-msgs Version: 1.6.1-1noble.20260519.193302 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 288 Depends: ros-jazzy-marti-perception-msgs (= 1.6.1-1noble.20260519.193302) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-perception-msgs/ros-jazzy-marti-perception-msgs-dbgsym_1.6.1-1noble.20260519.193302_arm64.deb Size: 184044 SHA256: 888767f3977acc426e0a7a2a9c225fa53f5d78561cdbd7d5713498cb3a59a1da SHA1: f648f219e09acb927d7646ff73aa0054640dd003 MD5sum: a3bcac83177b12bccc0a4fa5a7c0a0b4 Description: debug symbols for ros-jazzy-marti-perception-msgs Build-Ids: 023c2353cd64a15137eb4f2655337a4d1d10b0be 034b544cc91392e5d06374918b558f9859a44527 3b24f22668a5c840c60664a4f28c01f4d4f57e7f 3ba0f229ed234509793c4eaaf78806c9329dfa20 4794143a941e266217ff105a567d6413f911145c 7275635ee5946e5b88fde35166af6a0938ea1f87 8194d99d3c5fab10ad1ffae93ed3af1356527371 81d1c670e6a210faaf17129954d10ce09b671a7b 8ec3ae6b2a3e3b641d0598babac5625467fd47fe aac8f2175ee0adbfd426410da650223781a8cae0 b2f598a5db318a0b5c7a866b5dfcfd359327ea41 Package: ros-jazzy-marti-sensor-msgs Version: 1.6.1-1noble.20260519.192937 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 2500 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Homepage: https://github.com/swri-robotics/marti_messages Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-sensor-msgs/ros-jazzy-marti-sensor-msgs_1.6.1-1noble.20260519.192937_arm64.deb Size: 163728 SHA256: 41041ab7b70eff1e692efb0acc07dbe44200e93af5d0cc4b37d19ed3ec0cc3e2 SHA1: a632bbd4f0f7b0a52420ef66103c99aad548b6b8 MD5sum: 2f113bc83b1bc549f17b66b8cb5841ab Description: marti_sensor_msgs Package: ros-jazzy-marti-sensor-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-marti-sensor-msgs Version: 1.6.1-1noble.20260519.192937 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 1675 Depends: ros-jazzy-marti-sensor-msgs (= 1.6.1-1noble.20260519.192937) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-sensor-msgs/ros-jazzy-marti-sensor-msgs-dbgsym_1.6.1-1noble.20260519.192937_arm64.deb Size: 1256954 SHA256: ab5de856387532c93ff3889b13e3a4de64593ced6d52f5bcdc04ade8c8979dec SHA1: 31132455392b5b5096972bc6f4a9a831624fb949 MD5sum: f35ef06672aa489d154b7210cb512866 Description: debug symbols for ros-jazzy-marti-sensor-msgs Build-Ids: 0f2d04e5623240fb88354acf71f8b5012043ce59 2fc1532c60bf0af6165be3398b4290c952fc82e8 32f4be5d9a94c12dcc2cb6e7a25ea3dcb00c0d49 340b19bbfad3d43e3cf568be4d16812db2cc5d81 39dd56aa61279d5218e2e244a0f2ff182dbaad0f 3ad0729901fcb195881ed2f24d6aee5e901d12ef 860d4b91805165541d52c393ebd62f0b07ae05e1 8f0d18bd9df2878467ca0d5fe5d1f4605b2ac837 ce4f1a82f9dbb063fbf71f3f9a1b6a57ed93fac6 e79c9e66d216d6beb32dd40ac9c6f4d0cc9f3b72 fdc45efa816e31880f9476279f673ddface97804 Package: ros-jazzy-marti-status-msgs Version: 1.6.1-1noble.20260519.183807 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 1065 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/swri-robotics/marti_messages Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-status-msgs/ros-jazzy-marti-status-msgs_1.6.1-1noble.20260519.183807_arm64.deb Size: 51204 SHA256: 204235cca878a0f71db21c4ed2e68b4f9d48260b18f5c372ee450b0b39d9d95e SHA1: 2ac3f4498bcf7fb94f310772a5aebb7b20f1ff51 MD5sum: ce332860ce068736c66437215d3bd637 Description: marti_status_msgs Package: ros-jazzy-marti-status-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-marti-status-msgs Version: 1.6.1-1noble.20260519.183807 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 324 Depends: ros-jazzy-marti-status-msgs (= 1.6.1-1noble.20260519.183807) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-status-msgs/ros-jazzy-marti-status-msgs-dbgsym_1.6.1-1noble.20260519.183807_arm64.deb Size: 213184 SHA256: 2ebae3aa6176d567fcc6fcd5ade683d7922f69bd6841eb495bdb2b4ecb475f7c SHA1: a07c088883e49a09fb6ba65c989b78e7a04ff447 MD5sum: 12525848c8639637f318e2c31bdb16af Description: debug symbols for ros-jazzy-marti-status-msgs Build-Ids: 01f325219e466029c4c6890c916d0808c5aa7d69 0334cd6f3330a52cc89da33d2bb1c00eeea5cbf1 0721224f6d23bcc61367c826c17fea00ece8454a 088c0daef9ad6f8a376001991a148fe41d6c6fd8 1c06dfea60252ace34cea68e7a92feb238ca2f63 26e2612c8d4ba1aeddf8947c9efb4e08ef0caa9d 4ad6ce4de92f03462e48c517d25a7756591af117 7349c4244a2374384a000a86164021b6f12d6146 8ee4c2d63d157b8aac3a9b9480be25ef122af129 9970bc44213c07e37ac822a49f66b943285d8781 a5316da0a4decbb921eda0fbbe46ba3960b9f1d4 Package: ros-jazzy-marti-visualization-msgs Version: 1.6.1-1noble.20260519.191339 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 1184 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/swri-robotics/marti_messages Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-visualization-msgs/ros-jazzy-marti-visualization-msgs_1.6.1-1noble.20260519.191339_arm64.deb Size: 69122 SHA256: e1e4c7f18204b2e3a617458e9286e4cadbcc31ff382a023037d579090f465c22 SHA1: ee4deb24703084e630bd2b0c89ba3f9c41b5dc2d MD5sum: 81f3d9b8843602557d4ae0292f181d57 Description: marti_visualization_msgs Package: ros-jazzy-marti-visualization-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-marti-visualization-msgs Version: 1.6.1-1noble.20260519.191339 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 530 Depends: ros-jazzy-marti-visualization-msgs (= 1.6.1-1noble.20260519.191339) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-visualization-msgs/ros-jazzy-marti-visualization-msgs-dbgsym_1.6.1-1noble.20260519.191339_arm64.deb Size: 381428 SHA256: f366d450a1893b4a2db93fa6eef01ccc44ff2696e643685c351f9aae399cb99e SHA1: 3ac7cbeb40639296fe0a016135000ce449c71159 MD5sum: 3862def505366eb81a54978c71a28c10 Description: debug symbols for ros-jazzy-marti-visualization-msgs Build-Ids: 0b800d6f131d71d6c9e546c8b5971f033a015c16 0d5ce4e74c6448979ff8b9e4680d924181172c50 0f9bfb08c5ee4c1180c22b5539f636c22e8a4036 2c0bb26047da6f5c130ed3dca479f2061f3e9b24 49ae919a47f594ea42d7c761c576d5653ac12fbe 4f0bc5317e2e1d4689728881ea9a7c1706fc8d60 4f1372245c12b785fd69c5ba89c4d020c834acc0 80a0366df6fd4e3d4a5d1575a02e4affbfddd335 884252d2143a944282edd4b2d8a64a96cb4d28c7 cb2f327f0a1fc365ff61760bbd01e90196e83640 e1e1ea391e827531e4e6d6d49c710b1efc1b3cb4 Package: ros-jazzy-mavlink Version: 2026.3.3-1noble.20260306.175527 Architecture: arm64 Maintainer: Vladimir Ermakov Installed-Size: 22010 Depends: ros-jazzy-ros-workspace Homepage: https://mavlink.io/en/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mavlink/ros-jazzy-mavlink_2026.3.3-1noble.20260306.175527_arm64.deb Size: 1057244 SHA256: d1a223a688069858911fd15a3da9c38031aa5060567a85cd51f4c3fe32dd0766 SHA1: d94e1700fb2fb953d2fa322587496bb6410dabe9 MD5sum: 6333ea791bf5fd84dfadacfcf9341158 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-jazzy-mavros Version: 2.14.0-1noble.20260520.001127 Architecture: arm64 Maintainer: Vladimir Ermakov Installed-Size: 9783 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgeographiclib26 (>= 1.46), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), geographiclib-tools, libconsole-bridge-dev, libeigen3-dev, libgeographiclib-dev, python3-click, ros-jazzy-diagnostic-msgs, ros-jazzy-diagnostic-updater, ros-jazzy-eigen-stl-containers, ros-jazzy-eigen3-cmake-module, ros-jazzy-geographic-msgs, ros-jazzy-geometry-msgs, ros-jazzy-libmavconn, ros-jazzy-mavlink, ros-jazzy-mavros-msgs, ros-jazzy-message-filters, ros-jazzy-nav-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclpy, ros-jazzy-rcpputils, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2-eigen, ros-jazzy-tf2-ros, ros-jazzy-trajectory-msgs, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/mavros Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mavros/ros-jazzy-mavros_2.14.0-1noble.20260520.001127_arm64.deb Size: 1511340 SHA256: 08a5b119a77096f041529c07913da93198a209d5aedc31da7a4f0cf929257dc3 SHA1: f9e4fbaf27a627e93e2ec7b3a01a9e585bd8ce32 MD5sum: 8c1bccae077dad735c1277aad0f2c1f3 Description: MAVROS -- MAVLink extendable communication node for ROS with proxy for Ground Control Station. Package: ros-jazzy-mavros-dbgsym Package-Type: ddeb Source: ros-jazzy-mavros Version: 2.14.0-1noble.20260520.001127 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Vladimir Ermakov Installed-Size: 67983 Depends: ros-jazzy-mavros (= 2.14.0-1noble.20260520.001127) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mavros/ros-jazzy-mavros-dbgsym_2.14.0-1noble.20260520.001127_arm64.deb Size: 58785044 SHA256: 88feca8b3a5c79d8a04ea1f7034ad9484021fc4ae338dad302b856e5ab1776ec SHA1: 543f877a106d6972b06b0b85153f0ba8fcc23639 MD5sum: 8e4f1e8b59bab64897c41997f82a7e5e Description: debug symbols for ros-jazzy-mavros Build-Ids: 0df603c8a36f85836a182f46e071e4bd7ed84f41 0e1d2bfaca3309c78251e1a02e84b0385557d8da 103864727152dfb8462275db3b9aa0c8b216569c Package: ros-jazzy-mavros-examples Version: 2.14.0-1noble.20260520.004116 Architecture: arm64 Maintainer: Haroon Rasheed Installed-Size: 112 Depends: ros-jazzy-eigen3-cmake-module, ros-jazzy-geometry-msgs, ros-jazzy-mavros, ros-jazzy-mavros-msgs, ros-jazzy-rclpy, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-trajectory-msgs, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/mavros Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mavros-examples/ros-jazzy-mavros-examples_2.14.0-1noble.20260520.004116_arm64.deb Size: 12888 SHA256: 4a213db294a7a1e6a855ccb7df2baa3c44b0309214ecc82949a1d940dceffead SHA1: 43f2fcdf7a33f478ae9b31d013586fff514d2cc0 MD5sum: 1f452bfe900b18a92132d6a14f3edaaa Description: Example scripts demonstrating MAVROS usage Package: ros-jazzy-mavros-extras Version: 2.14.0-1noble.20260520.004046 Architecture: arm64 Maintainer: Vladimir Ermakov Installed-Size: 12788 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), geographiclib-tools, libeigen3-dev, libgeographiclib-dev, libyaml-cpp-dev, ros-jazzy-diagnostic-msgs, ros-jazzy-diagnostic-updater, ros-jazzy-eigen-stl-containers, ros-jazzy-eigen3-cmake-module, ros-jazzy-geographic-msgs, ros-jazzy-geometry-msgs, ros-jazzy-libmavconn, ros-jazzy-mavlink, ros-jazzy-mavros, ros-jazzy-mavros-msgs, ros-jazzy-message-filters, ros-jazzy-nav-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rcpputils, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2-eigen, ros-jazzy-tf2-ros, ros-jazzy-trajectory-msgs, ros-jazzy-urdf, ros-jazzy-visualization-msgs, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/mavros_extras Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mavros-extras/ros-jazzy-mavros-extras_2.14.0-1noble.20260520.004046_arm64.deb Size: 1540952 SHA256: ba30aad44607b53080e5d780a3a6b41282cb22fa6dfc94efa049155445b77efe SHA1: 78a2fa85d7bd81bae79763c6e40fa0bacb94b23d MD5sum: 41e6c94f26d41fd0742442bf438fed81 Description: Extra nodes and plugins for MAVROS. Package: ros-jazzy-mavros-extras-dbgsym Package-Type: ddeb Source: ros-jazzy-mavros-extras Version: 2.14.0-1noble.20260520.004046 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Vladimir Ermakov Installed-Size: 85258 Depends: ros-jazzy-mavros-extras (= 2.14.0-1noble.20260520.004046) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mavros-extras/ros-jazzy-mavros-extras-dbgsym_2.14.0-1noble.20260520.004046_arm64.deb Size: 71616440 SHA256: 439502cd4bb77e76c8d2ffd24f7b9d6ac988f7bb200f47a025d8d0d51da431e3 SHA1: 61e0921d9a92874219c01e97be2ad07e738a6a6e MD5sum: c0ef5a4bfd2c3080a3196c36765fabf9 Description: debug symbols for ros-jazzy-mavros-extras Build-Ids: 2d77ca02d0b0ed5e154e1f3581b37b383b0fd22f d59a497e659d72564f34a3c5cac3a9e17ef30bc9 e55222d1eefce7ae593596b7f497cbeb0830221b Package: ros-jazzy-mavros-msgs Version: 2.14.0-1noble.20260519.192728 Architecture: arm64 Maintainer: Vladimir Ermakov Installed-Size: 33123 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-geographic-msgs, ros-jazzy-geometry-msgs, ros-jazzy-rcl-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/mavros_msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mavros-msgs/ros-jazzy-mavros-msgs_2.14.0-1noble.20260519.192728_arm64.deb Size: 1890004 SHA256: 1fc8fbe4dfd307f14b948127691337d8f292d71d3dee7e20cbe0dc9f90c10b4d SHA1: a402ebc2c2f1a7782a4cf5841572c3220cd2c139 MD5sum: 041349c81a8576e5337be238870578e2 Description: Messages for MAVROS. Package: ros-jazzy-mavros-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-mavros-msgs Version: 2.14.0-1noble.20260519.192728 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Vladimir Ermakov Installed-Size: 23336 Depends: ros-jazzy-mavros-msgs (= 2.14.0-1noble.20260519.192728) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mavros-msgs/ros-jazzy-mavros-msgs-dbgsym_2.14.0-1noble.20260519.192728_arm64.deb Size: 17639830 SHA256: 623d02fc7f9cc26c003877a9fb9a80057aff13009b75606ddab16bdec807a156 SHA1: a9fb6b530e52237abceb6763db841c9042c6ed79 MD5sum: ec336f5c70c0386f6eb1634f5133aad5 Description: debug symbols for ros-jazzy-mavros-msgs Build-Ids: 54d6857eb7f33389638f7eca1ed01910e358e74f 77e6975fe6576c8b2ea87457c1f65c70794caa6b 806249af454763f3ea8682ac3d4a111207086f84 85e3b9baa5e3204401f69bf4865f37fda00649d3 87515f2776adcda3b60e56aefee65d49c59997ce 8f157ba1f23bc42a6ef653f56731b73082a6dcc1 90947c015abcf8b92e044e7dc011dd47fed740b8 aa32b979f0908abede47b575b41d7c80a1031794 b070bdc4c8f5a10872e5b5a6fa76e09c67f05c9a c0939a11443ad4d8605df387a720eb52e8ec0219 e3622caa0d3fad29aa19f91af6dfa53c825e7392 Package: ros-jazzy-mbf-abstract-core Version: 1.0.5-1noble.20260519.200324 Architecture: arm64 Maintainer: Alexander Mock Installed-Size: 63 Depends: ros-jazzy-geometry-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://github.com/naturerobots/move_base_flex Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mbf-abstract-core/ros-jazzy-mbf-abstract-core_1.0.5-1noble.20260519.200324_arm64.deb Size: 9922 SHA256: 7c2ff796da0b85155b1eddac40f7f81eed4cf9f45203ce29163593c8b8c7fa3b SHA1: b9815509f0d08c687ca019247ae316f78619ebab MD5sum: 86fd73d40b717b7d54dd662da7763cd2 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-jazzy-mbf-abstract-nav Version: 1.0.5-1noble.20260520.010126 Architecture: arm64 Maintainer: Alexander Mock Installed-Size: 1125 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-geometry-msgs, ros-jazzy-mbf-abstract-core, ros-jazzy-mbf-msgs, ros-jazzy-mbf-utility, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Homepage: http://github.com/naturerobots/move_base_flex Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mbf-abstract-nav/ros-jazzy-mbf-abstract-nav_1.0.5-1noble.20260520.010126_arm64.deb Size: 246930 SHA256: 9b7b340dc3c1e21d248c8ce4244ec5b8a452054cc31551641cd2ba76bf3f14b2 SHA1: 1c0aae399fad141dfe4c66c1bd620a6d1d448280 MD5sum: 10fad0c1747dd5ec360841e10f3c08a4 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-jazzy-mbf-abstract-nav-dbgsym Package-Type: ddeb Source: ros-jazzy-mbf-abstract-nav Version: 1.0.5-1noble.20260520.010126 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alexander Mock Installed-Size: 5457 Depends: ros-jazzy-mbf-abstract-nav (= 1.0.5-1noble.20260520.010126) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mbf-abstract-nav/ros-jazzy-mbf-abstract-nav-dbgsym_1.0.5-1noble.20260520.010126_arm64.deb Size: 4746678 SHA256: 44c568fe16d3a140c4d8de49fe06991cc069f2b92646239165e8c63d41774e5d SHA1: 0f5e7f3dc3280448c53fa937289056040f947262 MD5sum: 4c8239538685e944cd549aa3ef140b69 Description: debug symbols for ros-jazzy-mbf-abstract-nav Build-Ids: 5e0ca90d2a45d6dfef759415baaecdb57e0ee1db Package: ros-jazzy-mbf-msgs Version: 1.0.5-1noble.20260519.192225 Architecture: arm64 Maintainer: Alexander Mock Installed-Size: 8412 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-action-msgs, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://github.com/naturerobots/move_base_flex Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mbf-msgs/ros-jazzy-mbf-msgs_1.0.5-1noble.20260519.192225_arm64.deb Size: 476540 SHA256: 02bec97446d7b1df69d50b30ecbad548d9a6c763ea06d875dfb58e59992be2f8 SHA1: d31c9da64275b68f39dc433f6460b6a2b83a5cbb MD5sum: cbdc08162a35caa6280431d7776d171a 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-jazzy-mbf-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-mbf-msgs Version: 1.0.5-1noble.20260519.192225 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alexander Mock Installed-Size: 4738 Depends: ros-jazzy-mbf-msgs (= 1.0.5-1noble.20260519.192225) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mbf-msgs/ros-jazzy-mbf-msgs-dbgsym_1.0.5-1noble.20260519.192225_arm64.deb Size: 3447020 SHA256: a50aebfe6f3ff42ee2a4aaef7a68f60d1e0846e25e33af64fdd8e07c5634bfb4 SHA1: 0f9b1650a6523248e49a562a573a7112627e91b2 MD5sum: 501a007a187e853657a7c348113e4666 Description: debug symbols for ros-jazzy-mbf-msgs Build-Ids: 09dfac3491d2af326a07e12f1fc988cc2ef92c4c 0a385113256e4824ae36759df8bcae5760e4f90b 0dcd6a9ef02525f6c59aa7ddb56a2a0532076f4f 23eef7cfe85af1c202feba03c072aa268d488da1 3dd71c5c4288bce22ad26fea8993fe5e4d64f8dd 47cc0e54143e09aa7c566bc69e340fa4f57359f4 493901b40f67de630a72bebd033f9df478494822 a387529ccb9fb72942b032f68121b255b871b5af d2338da29105e32e97e1279aa58e8d5d1ad67bd2 d2e0bcd6f711977f45671ee6ae8a3bd8c0ee68ba ec2cc18ecbba7b3d31b88566cedd7325f1e31fb6 Package: ros-jazzy-mbf-simple-core Version: 1.0.5-1noble.20260520.010143 Architecture: arm64 Maintainer: Alexander Mock Installed-Size: 65 Depends: ros-jazzy-geometry-msgs, ros-jazzy-mbf-abstract-core, ros-jazzy-mbf-utility, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: http://github.com/naturerobots/move_base_flex Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mbf-simple-core/ros-jazzy-mbf-simple-core_1.0.5-1noble.20260520.010143_arm64.deb Size: 10098 SHA256: ec69afad10e92aeb741c4f9b1d9aae51591ad403758d1bed8e49a47f3f4d2e14 SHA1: a9402440ec9d2823b21ed88b8d677440b4027000 MD5sum: c2b86f5395bb4197c6b1a4bffb6b635f 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-jazzy-mbf-simple-nav Version: 1.0.5-1noble.20260520.010713 Architecture: arm64 Maintainer: Alexander Mock Installed-Size: 540 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-geometry-msgs, ros-jazzy-mbf-abstract-core, ros-jazzy-mbf-abstract-nav, ros-jazzy-mbf-msgs, ros-jazzy-mbf-simple-core, ros-jazzy-mbf-utility, ros-jazzy-nav-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: http://github.com/naturerobots/move_base_flex Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mbf-simple-nav/ros-jazzy-mbf-simple-nav_1.0.5-1noble.20260520.010713_arm64.deb Size: 124014 SHA256: db1f556b62be01656ed1867b320328f69ad05056bc76adfb5eff20a273f6df80 SHA1: d90fce0ac0d787079be43a9a6e398bac03f8f0db MD5sum: b32c39404c54a67fb5810aae7562f63e 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-jazzy-mbf-simple-nav-dbgsym Package-Type: ddeb Source: ros-jazzy-mbf-simple-nav Version: 1.0.5-1noble.20260520.010713 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alexander Mock Installed-Size: 2088 Depends: ros-jazzy-mbf-simple-nav (= 1.0.5-1noble.20260520.010713) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mbf-simple-nav/ros-jazzy-mbf-simple-nav-dbgsym_1.0.5-1noble.20260520.010713_arm64.deb Size: 1890896 SHA256: 8d02a2eb66be5b708e43a599ef71eacf564a32ca03d581d5af9351c8653fedb4 SHA1: 6cfbb781dd8c8988cd4419a021f1340964876b38 MD5sum: 6d9bfe0ad12384385d4c2debc8383125 Description: debug symbols for ros-jazzy-mbf-simple-nav Build-Ids: 36e67e5b4a68e0ab2176a0b2df1537d881e5b435 e18669c545d9b2e459f5ac6cdc3388e8bbf5881d Package: ros-jazzy-mbf-test-utility Version: 1.0.5-1noble.20260520.005453 Architecture: arm64 Maintainer: Alexander Mock Installed-Size: 713 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-geometry-msgs, ros-jazzy-mbf-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: http://github.com/naturerobots/move_base_flex Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mbf-test-utility/ros-jazzy-mbf-test-utility_1.0.5-1noble.20260520.005453_arm64.deb Size: 128042 SHA256: 9472e3e6b5a9283860170e616e05629e92cba3beb1a41ee38bacfe4f89d86ec4 SHA1: 25efa72e1c9c5e5c1a20aaa2df3cf160441fc354 MD5sum: 637396dd9470c6c8951046866d3bb273 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-jazzy-mbf-test-utility-dbgsym Package-Type: ddeb Source: ros-jazzy-mbf-test-utility Version: 1.0.5-1noble.20260520.005453 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alexander Mock Installed-Size: 3025 Depends: ros-jazzy-mbf-test-utility (= 1.0.5-1noble.20260520.005453) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mbf-test-utility/ros-jazzy-mbf-test-utility-dbgsym_1.0.5-1noble.20260520.005453_arm64.deb Size: 2580360 SHA256: 6dda0cb4c5dbee81c57381079be03cd02a1dd88e8959d4228b4820a2c3d1969c SHA1: 4ef06e7636e97adf6c736f339d2aa93a0a24543d MD5sum: c7b84dda145213ba37f9fe3fef95804c Description: debug symbols for ros-jazzy-mbf-test-utility Build-Ids: 67cbdbcad31c0e6b6f6670ed0557c3bf8519f58e 690fce530ab9e274fd3d9fc384b5c4cce4ed3ec1 Package: ros-jazzy-mbf-utility Version: 1.0.5-1noble.20260520.005708 Architecture: arm64 Maintainer: Alexander Mock Installed-Size: 528 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-jazzy-geometry-msgs, ros-jazzy-mbf-msgs, ros-jazzy-rclcpp, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: http://github.com/naturerobots/move_base_flex Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mbf-utility/ros-jazzy-mbf-utility_1.0.5-1noble.20260520.005708_arm64.deb Size: 102014 SHA256: b474cdd76b9136aa77fcfa462fdf7bc4e18788d84babb568aa39bdac53dd76af SHA1: 0ef708cc3a2f22939fd84e837fc3ec412ea34f11 MD5sum: 5a82d5ee3ef6bec1cf22815058014ef6 Description: The mbf_utility package Package: ros-jazzy-mbf-utility-dbgsym Package-Type: ddeb Source: ros-jazzy-mbf-utility Version: 1.0.5-1noble.20260520.005708 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alexander Mock Installed-Size: 2248 Depends: ros-jazzy-mbf-utility (= 1.0.5-1noble.20260520.005708) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mbf-utility/ros-jazzy-mbf-utility-dbgsym_1.0.5-1noble.20260520.005708_arm64.deb Size: 1912438 SHA256: b051a0e55d2f529902b452e9aad9e744d276b44d76d97f5cad76086c8a247eec SHA1: 751b29c47ef8dba408c48f67155f94e7312d8048 MD5sum: 44ee546cd09207b11f2a0a4b29cfdc90 Description: debug symbols for ros-jazzy-mbf-utility Build-Ids: 8d99d5770a59f3bc02fb65b9afc8d47d451d8dda Package: ros-jazzy-mcap-vendor Version: 0.26.10-2noble.20260408.223352 Architecture: arm64 Maintainer: Foxglove Installed-Size: 404 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), liblz4-1 (>= 1.8.0), libstdc++6 (>= 13.1), libzstd1 (>= 1.5.5), ros-jazzy-liblz4-vendor, ros-jazzy-zstd-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mcap-vendor/ros-jazzy-mcap-vendor_0.26.10-2noble.20260408.223352_arm64.deb Size: 123044 SHA256: d0d795fd8d42ff1fc9f918a49f51282c712ce1eddee655b6d62302a02cfd7612 SHA1: 2b9eb61ee0d16fd4daf7488c72e1dc418b07caec MD5sum: f5c7833e7f7fec0df6d90b65b4a69659 Description: mcap vendor package Package: ros-jazzy-mcap-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-mcap-vendor Version: 0.26.10-2noble.20260408.223352 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Foxglove Installed-Size: 1149 Depends: ros-jazzy-mcap-vendor (= 0.26.10-2noble.20260408.223352) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mcap-vendor/ros-jazzy-mcap-vendor-dbgsym_0.26.10-2noble.20260408.223352_arm64.deb Size: 1059436 SHA256: 97703ef3c53bf4e1f3bd1b80bfdc6ba8fd25a2e1e3006ef0bd02aa3b8f7880e6 SHA1: ac27adc40ce83c99e2a6d66c39689ad8ffddd783 MD5sum: afc7c7f0e6c990ee0ef0035070fbd26c Description: debug symbols for ros-jazzy-mcap-vendor Build-Ids: ce6a0eba69f9d0e9786526b56de2df9cb79c4486 Package: ros-jazzy-mecanum-drive-controller Version: 4.40.1-1noble.20260520.050100 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 891 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-backward-ros, ros-jazzy-control-msgs, ros-jazzy-controller-interface, ros-jazzy-geometry-msgs, ros-jazzy-hardware-interface, ros-jazzy-nav-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-rcpputils, ros-jazzy-realtime-tools, ros-jazzy-std-srvs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-msgs, ros-jazzy-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mecanum-drive-controller/ros-jazzy-mecanum-drive-controller_4.40.1-1noble.20260520.050100_arm64.deb Size: 182982 SHA256: 03c28c231f56eb66c512b46524a57a91d1798d85492d4c4952744993399bdbaa SHA1: b54c8142bc15f8a283df63b68e8dff5e912b699f MD5sum: 2ddf97e7e1c335169f91d327e62f96e1 Description: Implementation of mecanum drive controller for 4 wheel drive. Package: ros-jazzy-mecanum-drive-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-mecanum-drive-controller Version: 4.40.1-1noble.20260520.050100 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 3688 Depends: ros-jazzy-mecanum-drive-controller (= 4.40.1-1noble.20260520.050100) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mecanum-drive-controller/ros-jazzy-mecanum-drive-controller-dbgsym_4.40.1-1noble.20260520.050100_arm64.deb Size: 3191434 SHA256: b13f451d6863f7be7dfb4a80e48e43c1d5c647005d13b113819d9df67e150d96 SHA1: ab0dc1b3b23641dfd9acb84d62c13d58779826f4 MD5sum: 39a5404ffabd237bd98b0cf1740e588b Description: debug symbols for ros-jazzy-mecanum-drive-controller Build-Ids: 64c79a68cc32251cb8f621508f4ec1ac0679d132 Package: ros-jazzy-menge-vendor Version: 1.2.1-1noble.20260305.215307 Architecture: arm64 Maintainer: Shao Guoliang Installed-Size: 2257 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2.6.2v5 (>= 2.6.2), libtinyxml-dev, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-menge-vendor/ros-jazzy-menge-vendor_1.2.1-1noble.20260305.215307_arm64.deb Size: 411794 SHA256: 422ceaec5b97d21a323fcdfb3e1ca59c4cfc0ff018c9f5bce3209531d220faad SHA1: a9c150863cd041cf56356cadf9fcab709cbdb9c3 MD5sum: 4ccdbdc7edde88bd1ea0300fb9dce1b2 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-jazzy-menge-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-menge-vendor Version: 1.2.1-1noble.20260305.215307 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Shao Guoliang Installed-Size: 8692 Depends: ros-jazzy-menge-vendor (= 1.2.1-1noble.20260305.215307) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-menge-vendor/ros-jazzy-menge-vendor-dbgsym_1.2.1-1noble.20260305.215307_arm64.deb Size: 6776366 SHA256: 9b04d07492003a241f18b2e68d5a2c4d93fefff1aa6026b47345ac51045c2963 SHA1: 96ea1a8f5df09564358524980bbcff4ed7135310 MD5sum: 1af78bbfd2c2a15fe4c7a5fff6c31f7e Description: debug symbols for ros-jazzy-menge-vendor Build-Ids: 717b86f5ead5e82df2a4a0717894c5a5ebc6c7b5 Package: ros-jazzy-message-filters Version: 4.11.13-1noble.20260519.212745 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 395 Depends: libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1), ros-jazzy-builtin-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclpy, ros-jazzy-rcutils, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/ros2/message_filters Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-message-filters/ros-jazzy-message-filters_4.11.13-1noble.20260519.212745_arm64.deb Size: 47342 SHA256: 514e48459070bbca1ae746260ef2bf29cd77d770636cac437a9f188ae1ff8dd4 SHA1: 742342dfbed86f562baa12ef69912331360101c9 MD5sum: 0f9064bdcadbd711f97e511f2a52c55d 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-jazzy-message-filters-dbgsym Package-Type: ddeb Source: ros-jazzy-message-filters Version: 4.11.13-1noble.20260519.212745 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 25 Depends: ros-jazzy-message-filters (= 4.11.13-1noble.20260519.212745) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-message-filters/ros-jazzy-message-filters-dbgsym_4.11.13-1noble.20260519.212745_arm64.deb Size: 10524 SHA256: 57d6d596395f77b20d99832666448db2b79c43c1e93c6cbeb63228d367fa7f12 SHA1: d68fc96eb1b2c532e2e437be65bdd22dbe141fd2 MD5sum: 383859032429c53b983b8bf52fae7079 Description: debug symbols for ros-jazzy-message-filters Build-Ids: c8362036c132e6e3a075c5814854bd81462ea3ce Package: ros-jazzy-message-tf-frame-transformer Version: 1.1.3-1noble.20260520.005727 Architecture: arm64 Maintainer: Lennart Reiher Installed-Size: 1139 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-tf2-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-message-tf-frame-transformer/ros-jazzy-message-tf-frame-transformer_1.1.3-1noble.20260520.005727_arm64.deb Size: 213748 SHA256: b52e949c6a910f1068a8d890c45999ab8aed205af80925e82eedc08ee6ea7cdd SHA1: 832ddd59be1744bf7198d08f4089183e2db0701a MD5sum: 0e41ae4eff62723f25671786e67b37b4 Description: Transforms messages of arbitrary type to a different frame using tf2::doTransform Package: ros-jazzy-message-tf-frame-transformer-dbgsym Package-Type: ddeb Source: ros-jazzy-message-tf-frame-transformer Version: 1.1.3-1noble.20260520.005727 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Lennart Reiher Installed-Size: 6218 Depends: ros-jazzy-message-tf-frame-transformer (= 1.1.3-1noble.20260520.005727) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-message-tf-frame-transformer/ros-jazzy-message-tf-frame-transformer-dbgsym_1.1.3-1noble.20260520.005727_arm64.deb Size: 5352850 SHA256: 304c4ccd66f3498b6830496f283544f9c9d7e0aea1323c888d1ee8102dcd5fa2 SHA1: 18e5fce6bc5dd81f32ceeceadbbd86462cbe052f MD5sum: 356190879d5de3f546ed85b3b91c61bf Description: debug symbols for ros-jazzy-message-tf-frame-transformer Build-Ids: a667366ccb712f89b2a8c9f655d257b92b922814 Package: ros-jazzy-metavision-driver Version: 3.0.0-1noble.20260520.053529 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 933 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-openeb-vendor, ros-jazzy-event-camera-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-metavision-driver/ros-jazzy-metavision-driver_3.0.0-1noble.20260520.053529_arm64.deb Size: 191574 SHA256: 53d4847cf8d66f3010764a4b065a1cd04d3110bdf2bdf279ad1f80a4382d6f2e SHA1: f82f327ab7f0d0c9fd5e49c5aaeaea69f3c46dc4 MD5sum: fd0dfe39748dc446e051c4ca186a841e Description: ROS1 and ROS2 drivers for metavision based event cameras Package: ros-jazzy-metavision-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-metavision-driver Version: 3.0.0-1noble.20260520.053529 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 4013 Depends: ros-jazzy-metavision-driver (= 3.0.0-1noble.20260520.053529) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-metavision-driver/ros-jazzy-metavision-driver-dbgsym_3.0.0-1noble.20260520.053529_arm64.deb Size: 3511834 SHA256: 807d8096bb9b9f859378f1381a44ac7f6a00612499f7bb3f5e6dc45e3e8e192c SHA1: cb578c59025b73e6ec0c2c73ff76b5faaf9583e4 MD5sum: 59d9c927521138c76f7301e090cddee3 Description: debug symbols for ros-jazzy-metavision-driver Build-Ids: d37d9ca26d5254e19c8380b68d31e89c74df555a f51a86a0a71bde7576c179000486e58deb55adee Package: ros-jazzy-micro-ros-diagnostic-bridge Version: 0.3.0-6noble.20260519.232808 Architecture: arm64 Maintainer: Bartolome Jimenez Vera Installed-Size: 583 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-diagnostic-msgs, ros-jazzy-micro-ros-diagnostic-msgs, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-micro-ros-diagnostic-bridge/ros-jazzy-micro-ros-diagnostic-bridge_0.3.0-6noble.20260519.232808_arm64.deb Size: 113966 SHA256: 60ecdf3ab1617e879a28ad69ea7319978fdbe832069baf40c0dd4aa7e6914e73 SHA1: 9db4e9f985f26d20b3bed2a45d2ea3547f808dcf MD5sum: 60fe0f93de952262d6aa94706bfd672b Description: Translates micro-ROS diagnostic messages to vanilla ROS 2 diagnostic messages. Package: ros-jazzy-micro-ros-diagnostic-bridge-dbgsym Package-Type: ddeb Source: ros-jazzy-micro-ros-diagnostic-bridge Version: 0.3.0-6noble.20260519.232808 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bartolome Jimenez Vera Installed-Size: 2519 Depends: ros-jazzy-micro-ros-diagnostic-bridge (= 0.3.0-6noble.20260519.232808) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-micro-ros-diagnostic-bridge/ros-jazzy-micro-ros-diagnostic-bridge-dbgsym_0.3.0-6noble.20260519.232808_arm64.deb Size: 2129454 SHA256: 45156326849253c211a61aa2b26c8568565e3eb5c36a67d566f2d58872100b88 SHA1: 514a771246abcd44c3ac13d02b0c8b80dba0655b MD5sum: f800acbf499ef85f7b6fa00ceb401e1b Description: debug symbols for ros-jazzy-micro-ros-diagnostic-bridge Build-Ids: 67f3016898a6f141b12e3c768b25b083667844d3 Package: ros-jazzy-micro-ros-diagnostic-msgs Version: 0.3.0-6noble.20260519.172453 Architecture: arm64 Maintainer: Bartolome Jimenez Vera Installed-Size: 1381 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-micro-ros-diagnostic-msgs/ros-jazzy-micro-ros-diagnostic-msgs_0.3.0-6noble.20260519.172453_arm64.deb Size: 85562 SHA256: 78fa64b277e8c3ba449abcb4de3ef7e59a92bbe2afa62fb42adc6adc5e0be81c SHA1: c89b94f1a9b3f301bc61d1864b5de620a0eab4b1 MD5sum: 0d3ccea92e39d61797a7110b9c693db9 Description: Ccontains messages and service definitions for micro-ROS diagnostics. Package: ros-jazzy-micro-ros-diagnostic-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-micro-ros-diagnostic-msgs Version: 0.3.0-6noble.20260519.172453 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bartolome Jimenez Vera Installed-Size: 655 Depends: ros-jazzy-micro-ros-diagnostic-msgs (= 0.3.0-6noble.20260519.172453) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-micro-ros-diagnostic-msgs/ros-jazzy-micro-ros-diagnostic-msgs-dbgsym_0.3.0-6noble.20260519.172453_arm64.deb Size: 462866 SHA256: 901ff7a3885f9455b4b8787e8a2a3b707f07ae5b1926008fefc75b601fed652c SHA1: c659321aa767a9ec90c6fb3bb1277e50878d615d MD5sum: da433642038c90453f72d2c62705d6e7 Description: debug symbols for ros-jazzy-micro-ros-diagnostic-msgs Build-Ids: 032bfe1f2dc08d47bd36a10c2195e608e8fec7f6 11e649254953a2e7297e506c2ddf7b16432718a8 13155f7eea47745888c69cf4ea0042590e3fe3a3 56fad5819734cfbed3928e1ae8d27a557c2f2477 8fad033e8f7e5d8644ead2ff9a41694abb37f993 9a9b4830b496408c807011e94f5905dc3acff762 a176f360652c41eb782eb7d5690ee9f07cb73688 a1ef8eb2f79ecb94f3e0fad44d9c001b401be4d5 a527f53615ee9af3cf3c086b990154f6e3207268 c123f32a61e6d506761bbd018ebe6de72d4c94e7 eeb6e69f3821dbad59e012bec35f9b59dcee53ee Package: ros-jazzy-micro-ros-msgs Version: 1.0.0-5noble.20260519.183809 Architecture: arm64 Maintainer: Jose Antonio Moral Installed-Size: 1202 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-micro-ros-msgs/ros-jazzy-micro-ros-msgs_1.0.0-5noble.20260519.183809_arm64.deb Size: 75308 SHA256: 8354093eadf9cf0768018040e77bfe8face324e5c67f67cbe495b4f63b971888 SHA1: d5e10ca69fbd547e05ef12228a77d51c1f877b67 MD5sum: bab6da44e0af50300d16f05bfc407577 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-jazzy-micro-ros-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-micro-ros-msgs Version: 1.0.0-5noble.20260519.183809 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose Antonio Moral Installed-Size: 687 Depends: ros-jazzy-micro-ros-msgs (= 1.0.0-5noble.20260519.183809) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-micro-ros-msgs/ros-jazzy-micro-ros-msgs-dbgsym_1.0.0-5noble.20260519.183809_arm64.deb Size: 527950 SHA256: 87dfd387a0ea3a9b10f3b5a926a6d1142e2a4617173674acd353091df044de92 SHA1: 7cf3b2e8960e6f197401d8771fa1217a1b463b32 MD5sum: 20b104fb5b7c5e430c1d05dbc77b04bf Description: debug symbols for ros-jazzy-micro-ros-msgs Build-Ids: 324d825affded4689a609cd39f1d0f8042570278 3cd32921c7a8190392989fba69374eb7585fa9df 4a4af4de2b30c808a5d65dc3edc5fb83f14e707d 50af1cdf660b597b81870337f126682ebaa5dd6b 81db1e10d6df7c4f3e043e6a684044f3f478423b 8b0a023fc93772a3c9855f4d51a464b9192c1791 9e5873422693dd9dfc56e70bef3e3192d5bebb0a 9e95da0f6fa440113fcbb878d8a4d600630463d8 b50c742eeac5e661494eb554c10de9192fc6b437 b7615cd5d7613d5d41bd000f3c20565dfa8308f4 caa45d181e7aa01a610f20cb981e43e22b126a1d Package: ros-jazzy-microstrain-inertial-description Version: 4.8.0-1noble.20260519.012215 Architecture: arm64 Maintainer: Rob Fisher Installed-Size: 16433 Depends: ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: https://github.com/LORD-MicroStrain/microstrain_inertial Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-microstrain-inertial-description/ros-jazzy-microstrain-inertial-description_4.8.0-1noble.20260519.012215_arm64.deb Size: 2753664 SHA256: 83b3c9c7d81f48c45b58eec148f84cdf6fab0db65c9d6cca44b9326e62a63aae SHA1: efb5fbd07fc69a2c429caf6bec9af9deed3b7845 MD5sum: ff3114f9da309700e8e8c1b704de5e05 Description: URDF and stl files for MicroStrain sensors. Package: ros-jazzy-microstrain-inertial-driver Version: 4.8.0-1noble.20260520.002719 Architecture: arm64 Maintainer: Rob Fisher Installed-Size: 9162 Depends: libc6 (>= 2.38), libgcc-s1 (>= 4.5), libstdc++6 (>= 13.1), ros-jazzy-diagnostic-aggregator, ros-jazzy-diagnostic-updater, ros-jazzy-geometry-msgs, ros-jazzy-lifecycle-msgs, ros-jazzy-microstrain-inertial-msgs, ros-jazzy-nav-msgs, ros-jazzy-nmea-msgs, ros-jazzy-rclcpp-lifecycle, ros-jazzy-rosidl-default-runtime, ros-jazzy-rtcm-msgs, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://github.com/LORD-MicroStrain/microstrain_inertial Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-microstrain-inertial-driver/ros-jazzy-microstrain-inertial-driver_4.8.0-1noble.20260520.002719_arm64.deb Size: 1192108 SHA256: acea5a21a5765b853fd0de828f7bbc53630468f8fc423e5265818b05d60e3b08 SHA1: b8a7582cabdbcbba368352ba3da3298edb268b9f MD5sum: 2cc884e7bf24b88f39a1368b361b9f65 Description: The ros_mscl package provides a driver for the LORD/Microstrain inertial products. Package: ros-jazzy-microstrain-inertial-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-microstrain-inertial-driver Version: 4.8.0-1noble.20260520.002719 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Rob Fisher Installed-Size: 44699 Depends: ros-jazzy-microstrain-inertial-driver (= 4.8.0-1noble.20260520.002719) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-microstrain-inertial-driver/ros-jazzy-microstrain-inertial-driver-dbgsym_4.8.0-1noble.20260520.002719_arm64.deb Size: 36871224 SHA256: 4d71b3cf1ff0da56e0c1f81e3cbf994c3d206f704e42aa63dd033c030cb51486 SHA1: 57ae7dc6c20bfe7d7eee59a5078c0437a778da4e MD5sum: 372dcfd27906d6a6f83a8b401a876679 Description: debug symbols for ros-jazzy-microstrain-inertial-driver Build-Ids: 33e80ab0b13c5dbd8c8504d360358d8454983b2a ebf1ca99655d99470c79b9fdd15f56be8b3e79e8 Package: ros-jazzy-microstrain-inertial-examples Version: 4.8.0-1noble.20260520.143830 Architecture: arm64 Maintainer: Rob Fisher Installed-Size: 155 Depends: ros-jazzy-microstrain-inertial-driver, ros-jazzy-rviz-imu-plugin, ros-jazzy-rviz2, ros-jazzy-sensor-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://github.com/LORD-MicroStrain/microstrain_inertial Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-microstrain-inertial-examples/ros-jazzy-microstrain-inertial-examples_4.8.0-1noble.20260520.143830_arm64.deb Size: 13746 SHA256: daabe89870dd39491db70c39239ee1c365c2f460041399ca42d2f99ce000b6b4 SHA1: d1fa489688563be403e4599d498fa4e665c8e5d7 MD5sum: d466c52f21af14d2696251e917a346f7 Description: Simple examples using the microstrain_inertial_driver for MicroStrain sensors. Package: ros-jazzy-microstrain-inertial-msgs Version: 4.8.0-1noble.20260519.192941 Architecture: arm64 Maintainer: Rob Fisher Installed-Size: 8540 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-geometry-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/LORD-MicroStrain/microstrain_inertial Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-microstrain-inertial-msgs/ros-jazzy-microstrain-inertial-msgs_4.8.0-1noble.20260519.192941_arm64.deb Size: 461682 SHA256: 8e35a0982fbe0b29db8a38cd72dbef3c70d955d793d546e0dd84636900485392 SHA1: 359fec5930c47cf192889c427d09ad6e38d9281c MD5sum: 0515872d627a8b723e8a1a29db312189 Description: A package that contains ROS message corresponding to microstrain message types. Package: ros-jazzy-microstrain-inertial-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-microstrain-inertial-msgs Version: 4.8.0-1noble.20260519.192941 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Rob Fisher Installed-Size: 5325 Depends: ros-jazzy-microstrain-inertial-msgs (= 4.8.0-1noble.20260519.192941) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-microstrain-inertial-msgs/ros-jazzy-microstrain-inertial-msgs-dbgsym_4.8.0-1noble.20260519.192941_arm64.deb Size: 3921832 SHA256: d0239a0702776d621a47da37e42fba0139430935e1498e8c735a3eddff5e7b8f SHA1: ac9d5d1ee83b3a188b6a77d36d434e96e97485f7 MD5sum: f8c2baf479613b1e1f57f51abcda4a61 Description: debug symbols for ros-jazzy-microstrain-inertial-msgs Build-Ids: 14a1221ef0887fb9ac3345764372745877f1cdcf 169ea5d47ee42505334ac58e2c24a5f84878aa59 3284bfa47edd0832ee7df84c371782a4c667a1c3 35043556bb0656261f73f453eff4354cb4f3e233 4798e102b3689a5b5129ae31e1446d92fb91d9ca 62e5ecbc85434765feae49693062d36fce7ce53b 87edf5bef335beba2e587e156f1bba3cffd8058f 94f2e0ea4d7d433b845b93513204736cd2179bce d533038621bb3b145c4742ab3098ce8c19ac8891 e3293cd130da9f529c16099d8a3e9641cb388eca eb1bb6770cc664a3b0b6ad2504b0fbcf1540f5b1 Package: ros-jazzy-microstrain-inertial-rqt Version: 4.8.0-1noble.20260519.232103 Architecture: arm64 Maintainer: Rob Fisher Installed-Size: 417 Depends: ros-jazzy-geometry-msgs, ros-jazzy-microstrain-inertial-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclpy, ros-jazzy-rqt-gui, ros-jazzy-rqt-gui-py, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/LORD-MicroStrain/microstrain_inertial Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-microstrain-inertial-rqt/ros-jazzy-microstrain-inertial-rqt_4.8.0-1noble.20260519.232103_arm64.deb Size: 69498 SHA256: c2577bab5f39d570370f462e476e79d37985a431aaf9b390771391ec15dbc572 SHA1: 1ec0d630060483b0f7adc666825d37220ccad51f MD5sum: bb186011316156e7311ab0944d1040d0 Description: The microstrain_inertial_rqt package provides several RQT widgets to view the status of Microstrain devices Package: ros-jazzy-mimick-vendor Version: 0.6.2-1noble.20260305.215404 Architecture: arm64 Maintainer: Scott K Logan Installed-Size: 220 Depends: ros-jazzy-ros-workspace Homepage: https://github.com/Snaipe/Mimick Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mimick-vendor/ros-jazzy-mimick-vendor_0.6.2-1noble.20260305.215404_arm64.deb Size: 32954 SHA256: 7f146e70b1bbe8285b6ddd468ec0c0e88290fb14fa95653d7587840c664a4edd SHA1: 4c8e692581fb086b8d4edaccce3030a91694efa2 MD5sum: 44404a9c6744484f072cf699f753ba37 Description: Wrapper around mimick, it provides an ExternalProject build of mimick. Package: ros-jazzy-mobile-robot-simulator Version: 2.0.0-1noble.20260520.002946 Architecture: arm64 Maintainer: Tim Clephas Installed-Size: 5479 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rosgraph-msgs, ros-jazzy-sensor-msgs, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mobile-robot-simulator/ros-jazzy-mobile-robot-simulator_2.0.0-1noble.20260520.002946_arm64.deb Size: 449590 SHA256: 1cf426158c606ed9d36fc82380c0bf0ea3afb438f05cc84450baeff262606498 SHA1: 3ac51053efb0c5851981053d30a02c6f3413d32d MD5sum: 97b80fc25115737a7afff3f612735f2f Description: The mobile_robot_simulator package Package: ros-jazzy-mobile-robot-simulator-dbgsym Package-Type: ddeb Source: ros-jazzy-mobile-robot-simulator Version: 2.0.0-1noble.20260520.002946 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tim Clephas Installed-Size: 5944 Depends: ros-jazzy-mobile-robot-simulator (= 2.0.0-1noble.20260520.002946) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mobile-robot-simulator/ros-jazzy-mobile-robot-simulator-dbgsym_2.0.0-1noble.20260520.002946_arm64.deb Size: 4937898 SHA256: c99a65a58632c242712a530d06da29fd248a34a796f36062159a7eb3b5f9dcf8 SHA1: 8dbb808ecce87a11f5419dc51088e495060082ab MD5sum: 7e361bf12a5634908bd2700a32296d24 Description: debug symbols for ros-jazzy-mobile-robot-simulator Build-Ids: 4c90a663b60d66d4c7417dd75ddfe8d7eba7ff81 f30d9a9ed98d5e02265a79e19020f029969d4035 Package: ros-jazzy-mobileye-560-660-msgs Version: 4.0.0-4noble.20260519.172630 Architecture: arm64 Maintainer: AutonomouStuff Software Team Installed-Size: 3145 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/mobileye_560_660_msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mobileye-560-660-msgs/ros-jazzy-mobileye-560-660-msgs_4.0.0-4noble.20260519.172630_arm64.deb Size: 186486 SHA256: 3fd114c65f432bb23aafaec2afc16650e16ed48d0b3e63c3d51a6968ec0a468d SHA1: 56e00d5bd133da5f55e1e1b965cb21f3ab94eaf8 MD5sum: 214553a58f90401f64d838733c77ec33 Description: Message definitions for the Mobileye 560/660 Package: ros-jazzy-mobileye-560-660-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-mobileye-560-660-msgs Version: 4.0.0-4noble.20260519.172630 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: AutonomouStuff Software Team Installed-Size: 1727 Depends: ros-jazzy-mobileye-560-660-msgs (= 4.0.0-4noble.20260519.172630) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mobileye-560-660-msgs/ros-jazzy-mobileye-560-660-msgs-dbgsym_4.0.0-4noble.20260519.172630_arm64.deb Size: 1305852 SHA256: c3a4bf30d4c2a76e52d36da0853c3498ccd638295d1ef9a3678dbcbf07d7b260 SHA1: 10c6cf0fe806fb4b276fbdf2efd5a86555ecdda6 MD5sum: dd6d2d48372fc233cda0f30049e2efba Description: debug symbols for ros-jazzy-mobileye-560-660-msgs Build-Ids: 13405757cecbcf8cafcab5c41d8e5d644ac119e5 25c0f5d3cff62ab8606a5ff2db6bb80d3e08483c 36c580594af25bacf06b119ff0520b8db12d23c9 3bcc130c9f553fdb5171b7c87dae356a9997bc1f 435587cc08904db0d6dc4ba0a2f00736a4d9afa5 5b2c5414ae51b3e5299e3353de8befd3415d7d5d 9a7e26fd992e7e725ddea5678e46116ac604dab0 b4a809c6f980ad3c4a89666cabbdada51726eae4 e81557904b37b66096c65fbb7d894f9c35bdfddc e831cd64dca6a67892775d5d10b82b67f898e4d9 e89f1f6ac8b8badde9d77a4e375aed61ddfbac06 Package: ros-jazzy-mocap-optitrack Version: 1.0.1-1noble.20260520.000640 Architecture: arm64 Maintainer: Tony Baltovski Installed-Size: 440 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/mocap_optitrack Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mocap-optitrack/ros-jazzy-mocap-optitrack_1.0.1-1noble.20260520.000640_arm64.deb Size: 108656 SHA256: 0501e3f1646ee0b3336a4968668338824faed98464ee788f4abe3285c41f9eec SHA1: 4239755a76f0a84726dcf3d915615d32b80781bf MD5sum: 30c9a181fb9522710d2ee02a8a560ed3 Description: Streaming of OptiTrack mocap data to tf This package contains a node that translates motion capture data from an OptiTrack rig to tf transforms, poses and 2D poses. The node receives packets that are streamed by a NatNet compliant source, decodes them and broadcasts the poses of configured rigid bodies as tf transforms, poses, and/or 2D poses. Currently, this node supports the NatNet streaming protocol v3.0 Copyright (c) 2013, Clearpath Robotics Copyright (c) 2010, University of Bonn, Computer Science Institute VI All rights reserved. Package: ros-jazzy-mocap-optitrack-dbgsym Package-Type: ddeb Source: ros-jazzy-mocap-optitrack Version: 1.0.1-1noble.20260520.000640 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tony Baltovski Installed-Size: 2145 Depends: ros-jazzy-mocap-optitrack (= 1.0.1-1noble.20260520.000640) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mocap-optitrack/ros-jazzy-mocap-optitrack-dbgsym_1.0.1-1noble.20260520.000640_arm64.deb Size: 1904636 SHA256: b9341edb14cf2adb4cffa5cf28c502f3c4ae6c9e946a3bdd431ac54c28827958 SHA1: 724041813197ee0170feed33c5bf3cdf805f2485 MD5sum: 7ae4bab3163f4d06c8d44299c93f8c1a Description: debug symbols for ros-jazzy-mocap-optitrack Build-Ids: b74538993fdcd08334088bcbde48de2e0afef751 Package: ros-jazzy-mocap4r2-msgs Version: 0.1.0-1noble.20260519.212754 Architecture: arm64 Maintainer: Francisco Martín Installed-Size: 1834 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-rosidl-default-generators, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mocap4r2-msgs/ros-jazzy-mocap4r2-msgs_0.1.0-1noble.20260519.212754_arm64.deb Size: 135282 SHA256: f351d65cd56959ac61e6379f74e571f4fbb6b042ee439aca6824ed852e2f8233 SHA1: fed5c39349cecef166a55a2809a5c6f96dd2d35a MD5sum: f4bb1ba3dced715c34a2ede993bdc991 Description: Interfaces for Mocap4ROS2 project Package: ros-jazzy-mocap4r2-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-mocap4r2-msgs Version: 0.1.0-1noble.20260519.212754 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Installed-Size: 1321 Depends: ros-jazzy-mocap4r2-msgs (= 0.1.0-1noble.20260519.212754) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mocap4r2-msgs/ros-jazzy-mocap4r2-msgs-dbgsym_0.1.0-1noble.20260519.212754_arm64.deb Size: 1024486 SHA256: aaecd3d6513f71cb19661523422c11a64edfb2374d58e1269a26c5ff9c15e691 SHA1: ff0d86f1640c3704bad1378f98a0d24aa9d8caca MD5sum: f641e967ded22af0c5e3c5dfcd140dbc Description: debug symbols for ros-jazzy-mocap4r2-msgs Build-Ids: 16fae9443f79dc9318d065d650a047b244ff9ddb 2b8be836f18e4d0fe9925ab90bd94662217523fd 3f0d564dc5bba2e296ffcfa17aa25c7c9fb0eed6 49cae22ebe9216879ca38424de815b0b1fd34939 658cf85032dabd3657624c682157d9856821b6a3 72881d0a5fe4e5ea8d5f259a888d0ff2f1a604d8 9ce4ef38bd72540b8c30b398a3f537d6daf48ccf b72bb29a79cb5d7dd439444c0b5d7b224137550a c6d77061ad20803c39970ad66f036b1bdd79e804 cdadf38968444de1344f9d10055d5e7e8c46191a edfbf58e67898098065d71540211263d2ff1af98 Package: ros-jazzy-mola Version: 2.9.0-1noble.20260520.125842 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 15 Depends: ros-jazzy-mola-bridge-ros2, ros-jazzy-mola-demos, ros-jazzy-mola-input-rawlog, ros-jazzy-mola-input-rosbag2, ros-jazzy-mola-input-video, ros-jazzy-mola-kernel, ros-jazzy-mola-launcher, ros-jazzy-mola-metric-maps, ros-jazzy-mola-pose-list, ros-jazzy-mola-relocalization, ros-jazzy-mola-traj-tools, ros-jazzy-mola-viz, ros-jazzy-mola-yaml, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/mola/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola/ros-jazzy-mola_2.9.0-1noble.20260520.125842_arm64.deb Size: 3450 SHA256: f6565d60d3045081f6b7c9132b24175b1df70ffadfa11466f68b4bb4c9c78a38 SHA1: 3c720864c593650133f7e5aca6a60658f7b9cbc8 MD5sum: b35b47555ef2e5633f36e9e3ac242a51 Description: Metapackage with all core open-sourced MOLA packages. Package: ros-jazzy-mola-academic-datasets Version: 3.0.0-2noble.20260520.134054 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 14 Depends: ros-jazzy-kitti-metrics-eval, ros-jazzy-mola-input-euroc-dataset, ros-jazzy-mola-input-kitti-dataset, ros-jazzy-mola-input-kitti360-dataset, ros-jazzy-mola-input-mulran-dataset, ros-jazzy-mola-input-paris-luco-dataset, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/mola_academic_datasets/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-academic-datasets/ros-jazzy-mola-academic-datasets_3.0.0-2noble.20260520.134054_arm64.deb Size: 2354 SHA256: 5108d08973a6d477b6f7eb332ecbbe68780e2af2e6603707470c1cff012c2a2b SHA1: de7093bd95b418dc71b44a8c10f2634d6ffdcccc MD5sum: b5be5edca206483e895c4748129bf42b Description: Metapackage with all packages supporting reading academic datasets. Package: ros-jazzy-mola-bridge-ros2 Version: 2.9.0-1noble.20260520.004625 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2852 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mola-kernel, ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libmaps, ros-jazzy-mrpt-libmath, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libopengl, ros-jazzy-mrpt-libposes, ros-jazzy-diagnostic-msgs, ros-jazzy-geographic-msgs, ros-jazzy-geometry-msgs, ros-jazzy-gps-msgs, ros-jazzy-mola-common, ros-jazzy-mola-msgs, ros-jazzy-mrpt-libros-bridge, ros-jazzy-mrpt-nav-interfaces, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_bridge_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-bridge-ros2/ros-jazzy-mola-bridge-ros2_2.9.0-1noble.20260520.004625_arm64.deb Size: 440354 SHA256: 707ce52aba71b7d7401f063a8fad6f7b1bf6597395eed2ea30bf41f9e4406898 SHA1: 75356f83172a513898ebb8a98de272c2602c75fa MD5sum: 08aa9e8773f6e3804b6a55ea1e071e58 Description: Bidirectional bridge ROS2-MOLA Package: ros-jazzy-mola-bridge-ros2-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-bridge-ros2 Version: 2.9.0-1noble.20260520.004625 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 12737 Depends: ros-jazzy-mola-bridge-ros2 (= 2.9.0-1noble.20260520.004625) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-bridge-ros2/ros-jazzy-mola-bridge-ros2-dbgsym_2.9.0-1noble.20260520.004625_arm64.deb Size: 10589186 SHA256: 6be2b646258d9b7c997e151b6993181fdcbb7e6227a0e8e1186245e48177ae62 SHA1: 646615476fdfde8ce1726011f2d740b6e66fde51 MD5sum: f80c28793c97446dd5a51553da3d0c28 Description: debug symbols for ros-jazzy-mola-bridge-ros2 Build-Ids: 3e92c00b5b2b0a5dfe90ee01b66068159fffb258 Package: ros-jazzy-mola-common Version: 0.6.1-1noble.20260518.231335 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 63 Depends: ros-jazzy-ros-workspace Homepage: https://github.com/MOLAorg/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-common/ros-jazzy-mola-common_0.6.1-1noble.20260518.231335_arm64.deb Size: 11720 SHA256: 594a789e90e121a15ae86e95af15b2b0f01fd7fe6690ba69eb7032c380d417f2 SHA1: 714f182fda8c0e30a5238dcac76c6502f53b0376 MD5sum: 8c784854601ab2fd7401b17ed7a3bb93 Description: Common CMake scripts to all MOLA modules Package: ros-jazzy-mola-demos Version: 2.9.0-1noble.20260514.122103 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 161 Depends: ros-jazzy-ros-workspace Homepage: https://github.com/MOLAorg/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-demos/ros-jazzy-mola-demos_2.9.0-1noble.20260514.122103_arm64.deb Size: 26802 SHA256: eff5196c8097bbe2c8ddaa1df801aed98b15ab96f9dbb74e9b8b0a1c37137272 SHA1: dba6e98dfd398fa8562a8542966f81d4688227a2 MD5sum: 306d90541205337095b837f5f94eed83 Description: Demo and example launch files for MOLA Package: ros-jazzy-mola-georeferencing Version: 2.4.0-1noble.20260519.002743 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 662 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.11.0), ros-jazzy-gtsam, ros-jazzy-mola-gtsam-factors, ros-jazzy-mp2p-icp, ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libmaps, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libposes, ros-jazzy-mola-common, ros-jazzy-mola-yaml, ros-jazzy-mrpt-libtclap, ros-jazzy-ros-workspace Homepage: https://docs.mola-slam.org/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-georeferencing/ros-jazzy-mola-georeferencing_2.4.0-1noble.20260519.002743_arm64.deb Size: 187934 SHA256: b66e52b0b884d750753c7899f60c71989ea035da2e885008642ded3d564c589c SHA1: 76dffcab0ab8cee3fe9ba2fe20ace3597bd694e4 MD5sum: e38675ebc6343e62cb12e4c1d5139e3d Description: C++ library for georeferencing key-frame maps (simplemaps) and related CLI tools Package: ros-jazzy-mola-georeferencing-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-georeferencing Version: 2.4.0-1noble.20260519.002743 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 9355 Depends: ros-jazzy-mola-georeferencing (= 2.4.0-1noble.20260519.002743) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-georeferencing/ros-jazzy-mola-georeferencing-dbgsym_2.4.0-1noble.20260519.002743_arm64.deb Size: 9157608 SHA256: d95755e5e9ca77220f5b3291ee6809d56881898c446ec042648a8c64a428a4af SHA1: 8bb9b9fc6391aaf8cb1eb33a21dc1ce88e30a62f MD5sum: f3c766f596ae184e403a50750914dd5b Description: debug symbols for ros-jazzy-mola-georeferencing Build-Ids: 1fcdd7cba60c777e712ea5e40e17a1ef35cec1be 46f25c049a58240282cdac0694ce93443506220a c52989bcbb754772b363e0d80d45690da01ebb77 f93b3ca414dc16fc3e53f713eb99d4ead4314e10 Package: ros-jazzy-mola-gnss-to-markers Version: 0.1.2-1noble.20260519.230720 Architecture: arm64 Maintainer: José Luis Blanco-Claraco Installed-Size: 818 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-nav-interfaces, ros-jazzy-rclcpp, ros-jazzy-std-msgs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-gnss-to-markers/ros-jazzy-mola-gnss-to-markers_0.1.2-1noble.20260519.230720_arm64.deb Size: 129464 SHA256: 5f79c499b893f8b8436a800f30707d324dc00cd5a97a22d6ab4f27b7dbfd9d11 SHA1: 88a2b726bd58574a1838ff2690a6f2404521e5d3 MD5sum: 97ab403cb4aab7ae6df74356599f4098 Description: Takes GNSS (GPS) readings, a MOLA georeferenced map, and publishes markers to visualize the datums as ellipsoids on the map Package: ros-jazzy-mola-gnss-to-markers-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-gnss-to-markers Version: 0.1.2-1noble.20260519.230720 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: José Luis Blanco-Claraco Installed-Size: 3208 Depends: ros-jazzy-mola-gnss-to-markers (= 0.1.2-1noble.20260519.230720) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-gnss-to-markers/ros-jazzy-mola-gnss-to-markers-dbgsym_0.1.2-1noble.20260519.230720_arm64.deb Size: 2606054 SHA256: 6396e908674d774d539e72ad2de759ee0507526622022308edff89c55e3bca73 SHA1: 4d3340ebc3ee9bf13811d71601e6f68272ffadfc MD5sum: 939b4f9ad532c77725bdc39170aafe04 Description: debug symbols for ros-jazzy-mola-gnss-to-markers Build-Ids: d69bbe4a2dca44106678068985769f30e03815e6 Package: ros-jazzy-mola-gtsam-factors Version: 2.4.0-1noble.20260518.231800 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 455 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.11.0), ros-jazzy-gtsam, ros-jazzy-mola-common, ros-jazzy-mrpt-libposes, ros-jazzy-ros-workspace Homepage: https://docs.mola-slam.org/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-gtsam-factors/ros-jazzy-mola-gtsam-factors_2.4.0-1noble.20260518.231800_arm64.deb Size: 114008 SHA256: bafa38b15f23bb74d6b394f864aa035c6ea9abcf944a2a4adb74a2b30194f600 SHA1: 2c9266d6856b1a0133928d343ffe6933fc9cfb95 MD5sum: 9fcd77e3d4054f3d820e7203fc40ddb0 Description: C++ library with reusable GTSAM Factors useful in georeferencing and state-estimation MOLA modules Package: ros-jazzy-mola-gtsam-factors-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-gtsam-factors Version: 2.4.0-1noble.20260518.231800 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 23080 Depends: ros-jazzy-mola-gtsam-factors (= 2.4.0-1noble.20260518.231800) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-gtsam-factors/ros-jazzy-mola-gtsam-factors-dbgsym_2.4.0-1noble.20260518.231800_arm64.deb Size: 22459464 SHA256: 8025e5a042b64441fa6e3462df9a3e3fed93709e725ecf02ceb0948e7ed3bb05 SHA1: 787f60311c112e7bf3c76ea36fa4263118de2bd5 MD5sum: 290f114f483b763abfd4876ee19e28c3 Description: debug symbols for ros-jazzy-mola-gtsam-factors Build-Ids: e352dde85b2e338bb4d09247441845b9850c38d2 Package: ros-jazzy-mola-imu-preintegration Version: 1.16.1-1noble.20260518.232005 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 294 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libmath, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libposes, ros-jazzy-mola-common, ros-jazzy-ros-workspace Homepage: https://github.com/MOLAorg/mola_imu_preintegration Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-imu-preintegration/ros-jazzy-mola-imu-preintegration_1.16.1-1noble.20260518.232005_arm64.deb Size: 87342 SHA256: 5890888771acdffc1124906f53667eedec1b02c594dc139575f37031088c3d81 SHA1: a0de7726cb30e817f64e1525bc0cf02720f6b9af MD5sum: 05a0027cbb29e8c81e4df50d90def5ce Description: Integrator of IMU angular velocity readings Package: ros-jazzy-mola-imu-preintegration-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-imu-preintegration Version: 1.16.1-1noble.20260518.232005 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1105 Depends: ros-jazzy-mola-imu-preintegration (= 1.16.1-1noble.20260518.232005) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-imu-preintegration/ros-jazzy-mola-imu-preintegration-dbgsym_1.16.1-1noble.20260518.232005_arm64.deb Size: 1042786 SHA256: 8354707183d4e649caa35247e7430bcba22942a6ae84266daddef371d57874f3 SHA1: b8e55ac3e7fb592f80d02ec996b91a348c59536d MD5sum: 01f43bde32bfe395c571ef669521709b Description: debug symbols for ros-jazzy-mola-imu-preintegration Build-Ids: 92a013aa0d79f4bbec4d080c8afcf067f2065b85 Package: ros-jazzy-mola-input-euroc-dataset Version: 3.0.0-2noble.20260520.132959 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 203 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mola-kernel, ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libmath, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libopengl, ros-jazzy-mrpt-libposes, ros-jazzy-mola-common, ros-jazzy-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_input_euroc_dataset Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-input-euroc-dataset/ros-jazzy-mola-input-euroc-dataset_3.0.0-2noble.20260520.132959_arm64.deb Size: 60854 SHA256: a4dc27b562afcab066feb7bcddc45db47d46da2c5d743230dad32c2459b02593 SHA1: c9509a8c8b3daa5fb17f3c3ddd7c44dca59ae861 MD5sum: 69008bc30325a3a773728a7533bc981e Description: Offline RawDataSource from EUROC SLAM datasets Package: ros-jazzy-mola-input-euroc-dataset-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-input-euroc-dataset Version: 3.0.0-2noble.20260520.132959 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 635 Depends: ros-jazzy-mola-input-euroc-dataset (= 3.0.0-2noble.20260520.132959) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-input-euroc-dataset/ros-jazzy-mola-input-euroc-dataset-dbgsym_3.0.0-2noble.20260520.132959_arm64.deb Size: 591206 SHA256: 474b7f57e0a5d52a2cd4abe77bcaaef299180066eb2d6577ca0f55686d539611 SHA1: a013de12f7631090223928f4f9254e9810708632 MD5sum: f66c8709a38ac50955f78f9d7a515f42 Description: debug symbols for ros-jazzy-mola-input-euroc-dataset Build-Ids: b51be0470ee1ba9a4298d07e8534f97ad0c5e251 Package: ros-jazzy-mola-input-kitti-dataset Version: 3.0.0-2noble.20260520.133450 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 271 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mola-kernel, ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libmaps, ros-jazzy-mrpt-libmath, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libopengl, ros-jazzy-mrpt-libposes, ros-jazzy-mola-common, ros-jazzy-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_input_kitti_dataset Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-input-kitti-dataset/ros-jazzy-mola-input-kitti-dataset_3.0.0-2noble.20260520.133450_arm64.deb Size: 89772 SHA256: 1da8645880a422d66c5cc6e5e38831cf7c88cc8796331f2759f350c780a597e9 SHA1: a60bafad3b485b6c7e2637c84f479b8f0de2ea2c MD5sum: 52fe470621cf84cab0cc86ae8fdb5afa Description: Offline RawDataSource from Kitti odometry/SLAM datasets Package: ros-jazzy-mola-input-kitti-dataset-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-input-kitti-dataset Version: 3.0.0-2noble.20260520.133450 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1235 Depends: ros-jazzy-mola-input-kitti-dataset (= 3.0.0-2noble.20260520.133450) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-input-kitti-dataset/ros-jazzy-mola-input-kitti-dataset-dbgsym_3.0.0-2noble.20260520.133450_arm64.deb Size: 1179708 SHA256: 33f0831de970f7b41305a81837d1212f3cd93834c772aa98a744875284984030 SHA1: 52d8efeac02984124b3b1f3337846da6a5e84a7e MD5sum: acd4bfd01e3415772efb5c55657d8919 Description: debug symbols for ros-jazzy-mola-input-kitti-dataset Build-Ids: 82f8502732aa3953280520345802a7f2a3f7b6b5 Package: ros-jazzy-mola-input-kitti360-dataset Version: 3.0.0-2noble.20260520.133441 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 402 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mola-kernel, ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libmaps, ros-jazzy-mrpt-libmath, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libopengl, ros-jazzy-mrpt-libposes, ros-jazzy-mola-common, ros-jazzy-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_input_kitti360_dataset Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-input-kitti360-dataset/ros-jazzy-mola-input-kitti360-dataset_3.0.0-2noble.20260520.133441_arm64.deb Size: 120910 SHA256: 0c7a5a1842f6ab05c0dd900d68961bfc76ff859f3064a75aea94d0892c55071f SHA1: 2e96f35a1ca908365d97ccb1837786363b8bd480 MD5sum: 991480795e0c6fd1520bf493aa77a273 Description: Offline RawDataSource from Kitti-360 datasets Package: ros-jazzy-mola-input-kitti360-dataset-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-input-kitti360-dataset Version: 3.0.0-2noble.20260520.133441 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1853 Depends: ros-jazzy-mola-input-kitti360-dataset (= 3.0.0-2noble.20260520.133441) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-input-kitti360-dataset/ros-jazzy-mola-input-kitti360-dataset-dbgsym_3.0.0-2noble.20260520.133441_arm64.deb Size: 1767686 SHA256: be96ac098d4c281299d0940d48000e69a9d6a4a19cd101a557802786a293fc57 SHA1: 8bcac7e0c549515794aa63c79fe3f3a558867652 MD5sum: dd28e9774ae3b1705d2b8fce5df60b6f Description: debug symbols for ros-jazzy-mola-input-kitti360-dataset Build-Ids: f890154f4a69928892245936589d014ba331406f Package: ros-jazzy-mola-input-lidar-bin-dataset Version: 2.9.0-1noble.20260518.233922 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 203 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mola-kernel, ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libmaps, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libposes, ros-jazzy-mola-common, ros-jazzy-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_input_lidar_bin_dataset Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-input-lidar-bin-dataset/ros-jazzy-mola-input-lidar-bin-dataset_2.9.0-1noble.20260518.233922_arm64.deb Size: 58684 SHA256: 5addc481cc2606d440c20a9a4736d9f8cf45290d81a61a334927ba917f899441 SHA1: 96eb5df49cecebe2158d4e7dd7fcb5fff197e8b7 MD5sum: 459810463981569b8e1045728f47d3b3 Description: Offline RawDataSource from LiDAR datasets stored as `.bin` files in the Kitti binary format Package: ros-jazzy-mola-input-lidar-bin-dataset-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-input-lidar-bin-dataset Version: 2.9.0-1noble.20260518.233922 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 565 Depends: ros-jazzy-mola-input-lidar-bin-dataset (= 2.9.0-1noble.20260518.233922) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-input-lidar-bin-dataset/ros-jazzy-mola-input-lidar-bin-dataset-dbgsym_2.9.0-1noble.20260518.233922_arm64.deb Size: 520068 SHA256: 3493d2f6c1051a5a99741cefd8da9a9f1d20aacecefdf86a22dbfd58fee02f86 SHA1: 69157008143a239838dd55e65ad0e854abc5c5f1 MD5sum: 2fd3bc5c71226e1bf980f5d9450fbddc Description: debug symbols for ros-jazzy-mola-input-lidar-bin-dataset Build-Ids: 9a8560b4dd967a770c8ebec66d2b83f2d6125d27 Package: ros-jazzy-mola-input-mulran-dataset Version: 3.0.0-2noble.20260520.133021 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 272 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mola-kernel, ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libmaps, ros-jazzy-mrpt-libmath, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libposes, ros-jazzy-mola-common, ros-jazzy-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_input_mulran_dataset Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-input-mulran-dataset/ros-jazzy-mola-input-mulran-dataset_3.0.0-2noble.20260520.133021_arm64.deb Size: 73018 SHA256: 957ac983e9fa755aaa2db81c79786eb493365cd1817b725521a48cbefae3317f SHA1: 6ad82cfabfce74e788f955232aec1296a58ee9b5 MD5sum: 1c702f561f677ee9e87d49130f839333 Description: Offline RawDataSource from MulRan datasets Package: ros-jazzy-mola-input-mulran-dataset-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-input-mulran-dataset Version: 3.0.0-2noble.20260520.133021 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 938 Depends: ros-jazzy-mola-input-mulran-dataset (= 3.0.0-2noble.20260520.133021) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-input-mulran-dataset/ros-jazzy-mola-input-mulran-dataset-dbgsym_3.0.0-2noble.20260520.133021_arm64.deb Size: 877200 SHA256: 0e0d3cd1fb31feb4f440294c6b314678fe88353a7030f4f98549e374881e98aa SHA1: 247ab3aa06e92b61df3ff1cc43524b3555c22fc5 MD5sum: 13c94542e4ebdcae439d632823dd7acf Description: debug symbols for ros-jazzy-mola-input-mulran-dataset Build-Ids: a5f12820c8005a74324dd129f203d9cb6b88e9fc Package: ros-jazzy-mola-input-ouster Version: 0.1.0-1noble.20260520.201115 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2817 Depends: libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libgcc-s1 (>= 4.5), libpcap0.8t64 (>= 0.9.8), libpng16-16t64 (>= 1.6.2), libssl3t64 (>= 3.0.0), libstdc++6 (>= 13.1), libtins4.5 (>= 4.5), libzip4t64 (>= 1.0), libzstd1 (>= 1.5.5), ros-jazzy-mola-kernel, ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libmaps, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libposes, zlib1g (>= 1:1.2.11), curl, libcurl4-openssl-dev, ros-jazzy-mola-yaml, ros-jazzy-ros-workspace Homepage: https://github.com/MOLAorg/mola Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-input-ouster/ros-jazzy-mola-input-ouster_0.1.0-1noble.20260520.201115_arm64.deb Size: 918488 SHA256: 053e2fd7da29d47acd263cca59c736e9701bdc7371066b19edaf4f0394e0e2a4 SHA1: e4436a01d0f999d30373770145c3310c628061f6 MD5sum: 9b4bd6c468aa9fe097132eb78f35828b 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-jazzy-mola-input-ouster-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-input-ouster Version: 0.1.0-1noble.20260520.201115 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 31739 Depends: ros-jazzy-mola-input-ouster (= 0.1.0-1noble.20260520.201115) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-input-ouster/ros-jazzy-mola-input-ouster-dbgsym_0.1.0-1noble.20260520.201115_arm64.deb Size: 29559000 SHA256: b7cd33822be30f735cc8dd790b27a275da6e47934fad9b52d49e48adef33103c SHA1: 91c1a9aab85bafa26ed2ba6919c996fa61707bb3 MD5sum: 011d29a48a78bcdf7389add31038d5d7 Description: debug symbols for ros-jazzy-mola-input-ouster Build-Ids: 250dd805eb95a53384d21e50c6983663a47823dc Package: ros-jazzy-mola-input-paris-luco-dataset Version: 3.0.0-2noble.20260520.133414 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 205 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mola-kernel, ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libmaps, ros-jazzy-mrpt-libmath, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libopengl, ros-jazzy-mrpt-libposes, ros-jazzy-mola-common, ros-jazzy-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_input_paris_luco_dataset Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-input-paris-luco-dataset/ros-jazzy-mola-input-paris-luco-dataset_3.0.0-2noble.20260520.133414_arm64.deb Size: 65398 SHA256: e9a7911459725219fbdfa1c00377d5184a0d3f3d9dde551ed412d83bb2246ea6 SHA1: 5a08fc64dbdc43102509ae69c5b09e2d76615793 MD5sum: 9ff05a455956d35be24f3bcb8183b41b Description: Offline RawDataSource from Paris LUCO (CT-ICP) odometry/SLAM datasets Package: ros-jazzy-mola-input-paris-luco-dataset-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-input-paris-luco-dataset Version: 3.0.0-2noble.20260520.133414 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 835 Depends: ros-jazzy-mola-input-paris-luco-dataset (= 3.0.0-2noble.20260520.133414) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-input-paris-luco-dataset/ros-jazzy-mola-input-paris-luco-dataset-dbgsym_3.0.0-2noble.20260520.133414_arm64.deb Size: 785090 SHA256: b7960c90facc021d7f5df755c8b68ce3a26ea32a4510116d9c2d1014a53187ec SHA1: f6809211f8dd1cae229441a085a32f289b14735c MD5sum: 9a8d4058e971906614da21a07e39b446 Description: debug symbols for ros-jazzy-mola-input-paris-luco-dataset Build-Ids: 30a7dc987ce9a8093dcf485065e66e05ce1e5467 Package: ros-jazzy-mola-input-rawlog Version: 2.9.0-1noble.20260518.234105 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 202 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), ros-jazzy-mola-kernel, ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libposes, ros-jazzy-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_input_rawlog Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-input-rawlog/ros-jazzy-mola-input-rawlog_2.9.0-1noble.20260518.234105_arm64.deb Size: 60572 SHA256: 5a48cd77c5f388ea1706c69c8c74ed695be7d583f8b1b8be8af6d2e82416cd02 SHA1: fcf057103a21e31a3844ed7ac670c3a6ef890b76 MD5sum: fb5689a90817c1c98639a0ec7a14f2a1 Description: Offline RawDataSource from MRPT rawlog datasets Package: ros-jazzy-mola-input-rawlog-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-input-rawlog Version: 2.9.0-1noble.20260518.234105 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 567 Depends: ros-jazzy-mola-input-rawlog (= 2.9.0-1noble.20260518.234105) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-input-rawlog/ros-jazzy-mola-input-rawlog-dbgsym_2.9.0-1noble.20260518.234105_arm64.deb Size: 523516 SHA256: 6e7623e7a15c156ebec8e25131214401123925730f6cfc3244c80aee1e736fe6 SHA1: 7e63997636e92c8057772cbbd91422838b70abe8 MD5sum: 3257806ee0c4bb58c97cc041323acc69 Description: debug symbols for ros-jazzy-mola-input-rawlog Build-Ids: 675bc61c95fab562fe3de7173ff3d9bf60537808 Package: ros-jazzy-mola-input-rosbag2 Version: 2.9.0-1noble.20260520.004546 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 401 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mola-kernel, ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libposes, ros-jazzy-cv-bridge, ros-jazzy-gps-msgs, ros-jazzy-mrpt-libros-bridge, ros-jazzy-rosbag2-cpp, ros-jazzy-sensor-msgs, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_input_rosbag2 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-input-rosbag2/ros-jazzy-mola-input-rosbag2_2.9.0-1noble.20260520.004546_arm64.deb Size: 117980 SHA256: ead00b2c55aa8ebb53dd8937c58481778c124a67fa385153d1a7cfc19e7c11c8 SHA1: 4a1b80277ec1d24426cd9b51f09eeee28cca4445 MD5sum: f7e6442a4d59924c613028a9f1af91e3 Description: Offline RawDataSource from rosbag2 datasets Package: ros-jazzy-mola-input-rosbag2-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-input-rosbag2 Version: 2.9.0-1noble.20260520.004546 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1641 Depends: ros-jazzy-mola-input-rosbag2 (= 2.9.0-1noble.20260520.004546) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-input-rosbag2/ros-jazzy-mola-input-rosbag2-dbgsym_2.9.0-1noble.20260520.004546_arm64.deb Size: 1535488 SHA256: 8925a3e3c5773217fc341575ad7b3739e86945b6750d1a0339851f286ba07d62 SHA1: 57b3ec6280db73addbe1debcf7a5e306d0944387 MD5sum: b2bf5e4fb5453a1f0047af9b01dc0824 Description: debug symbols for ros-jazzy-mola-input-rosbag2 Build-Ids: ddb6d2b5d1b140ad6013a044f78b65d9515726bf Package: ros-jazzy-mola-input-video Version: 2.9.0-1noble.20260518.234145 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 201 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mola-kernel, ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libhwdrivers, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libopengl, ros-jazzy-mrpt-libposes, ros-jazzy-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_input_video Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-input-video/ros-jazzy-mola-input-video_2.9.0-1noble.20260518.234145_arm64.deb Size: 59834 SHA256: 51f2017de73fcb65a50baf982e11936ceaec786a6da117dee48047d2639d72d9 SHA1: ae6c67b5264af9d1eebfc91ffa84a7dda62ecede MD5sum: 55e812133c1fc0763d8c8123961b70a6 Description: RawDataSource from live or offline video sources Package: ros-jazzy-mola-input-video-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-input-video Version: 2.9.0-1noble.20260518.234145 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 683 Depends: ros-jazzy-mola-input-video (= 2.9.0-1noble.20260518.234145) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-input-video/ros-jazzy-mola-input-video-dbgsym_2.9.0-1noble.20260518.234145_arm64.deb Size: 641390 SHA256: 1a34a43d4f39a3e45a696a11a4662368b0d7b26a07ed6aac82267395505eb3c6 SHA1: c88011486f402e34df22c8b1687b8ced5caf468d MD5sum: 8db7b6ec285f7eb099a7fc5ed71ef1ea Description: debug symbols for ros-jazzy-mola-input-video Build-Ids: c3ec0457c3250f81f70c08e029920d459d2a1552 Package: ros-jazzy-mola-kernel Version: 2.9.0-1noble.20260518.232419 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 432 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libmath, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libposes, ros-jazzy-mola-common, ros-jazzy-mola-yaml, ros-jazzy-mrpt-libgui, ros-jazzy-mrpt-libmaps, ros-jazzy-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_kernel Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-kernel/ros-jazzy-mola-kernel_2.9.0-1noble.20260518.232419_arm64.deb Size: 116464 SHA256: 2cc1ebbb36d986624aa1575c18af5ed9683138c159ccb1516fa6a4e22eebab39 SHA1: c429cdbfa9c0075e982f436a3df85b8da2c38e5c MD5sum: 275712beb55cdc870525333c78a32eaf Description: Fundamental C++ virtual interfaces and data types for the rest of MOLA modules Package: ros-jazzy-mola-kernel-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-kernel Version: 2.9.0-1noble.20260518.232419 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1614 Depends: ros-jazzy-mola-kernel (= 2.9.0-1noble.20260518.232419) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-kernel/ros-jazzy-mola-kernel-dbgsym_2.9.0-1noble.20260518.232419_arm64.deb Size: 1503884 SHA256: 3f909681142727f4ff0fb898e0cf62a75440ea4b4f5c60d3f41b3b918b8df4cd SHA1: fa01abffcfe9e639ca001d15b44b9b55f55f8f3b MD5sum: 0b8f8412e1815ea043ee5f648d7fcb2e Description: debug symbols for ros-jazzy-mola-kernel Build-Ids: 0079af3162ecc110e3e7921f40bf612b73a2e950 Package: ros-jazzy-mola-launcher Version: 2.9.0-1noble.20260518.234149 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 700 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mola-kernel, ros-jazzy-mola-yaml, ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libtclap, ros-jazzy-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_launcher Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-launcher/ros-jazzy-mola-launcher_2.9.0-1noble.20260518.234149_arm64.deb Size: 131600 SHA256: b02738d675e2b3a5e64ddb60a9a662c847c747af63465445a20073b83d84a51a SHA1: 8165a793aee3549032f7c4340b4b5781a466a8b3 MD5sum: 00962aa395247b790cf8d9d81bac81e4 Description: Launcher app for MOLA systems Package: ros-jazzy-mola-launcher-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-launcher Version: 2.9.0-1noble.20260518.234149 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1721 Depends: ros-jazzy-mola-launcher (= 2.9.0-1noble.20260518.234149) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-launcher/ros-jazzy-mola-launcher-dbgsym_2.9.0-1noble.20260518.234149_arm64.deb Size: 1587484 SHA256: 272bb9eac771492734f2e366757eb4852ef3e21798ac50f525bba08f36a57857 SHA1: 0cfa74c89de6f29da75acc70f39e0fa3eb0e92d2 MD5sum: f390c42f79a01f02198a4390be635c1b Description: debug symbols for ros-jazzy-mola-launcher Build-Ids: 265680ca6daa4d4977937d3719b4e91f04bff7df 7edf12565be83705df66a4ba7baa1bc9c360200c 8d2976b27661f49ee73f252ce479ec0ea01bd025 b3f581461288eacbe8bcaeff0cc11507959c695d Package: ros-jazzy-mola-lidar-odometry Version: 2.2.0-1noble.20260520.134045 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1430 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mola-imu-preintegration, ros-jazzy-mola-input-kitti-dataset, ros-jazzy-mola-input-kitti360-dataset, ros-jazzy-mola-input-mulran-dataset, ros-jazzy-mola-input-paris-luco-dataset, ros-jazzy-mola-input-rawlog, ros-jazzy-mola-input-rosbag2, ros-jazzy-mola-kernel, ros-jazzy-mola-pose-list, ros-jazzy-mola-state-estimation-simple, ros-jazzy-mola-yaml, ros-jazzy-mp2p-icp, ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libmaps, ros-jazzy-mrpt-libmath, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libopengl, ros-jazzy-mrpt-libposes, ros-jazzy-mola-common, ros-jazzy-mola-launcher, ros-jazzy-mola-viz, ros-jazzy-mrpt-libtclap, ros-jazzy-ros-workspace Homepage: https://docs.mola-slam.org/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-lidar-odometry/ros-jazzy-mola-lidar-odometry_2.2.0-1noble.20260520.134045_arm64.deb Size: 398972 SHA256: e0d58aed9fb81d4ae787524b01974b4adc09b829d2d382a691c5d7822eab6119 SHA1: 133a3284bb01bbdf1a85ce40e33c5e9a0320af76 MD5sum: f5d05d6b34e0c0f567bcd4f057be0024 Description: LIDAR odometry system based on MOLA and MRPT components Package: ros-jazzy-mola-lidar-odometry-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-lidar-odometry Version: 2.2.0-1noble.20260520.134045 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 10377 Depends: ros-jazzy-mola-lidar-odometry (= 2.2.0-1noble.20260520.134045) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-lidar-odometry/ros-jazzy-mola-lidar-odometry-dbgsym_2.2.0-1noble.20260520.134045_arm64.deb Size: 9975278 SHA256: eaf11c30f0ad8863a99c737f34ad59169722c8cadadda267c6561bc0887bd4b3 SHA1: 1f892b1e403175e44c81730d2696929284d19d5b MD5sum: 1b026390e9812d711dcd399ab96732b7 Description: debug symbols for ros-jazzy-mola-lidar-odometry Build-Ids: 1ae8d7c0d3093d84f544a67b0535639e4fc510b4 852ab53f194c147dc9df75fd13465196776bc7a2 Package: ros-jazzy-mola-metric-maps Version: 2.9.0-1noble.20260519.003021 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 976 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.11.0), ros-jazzy-mola-kernel, ros-jazzy-mp2p-icp, ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libmaps, ros-jazzy-mrpt-libmath, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libopengl, ros-jazzy-mrpt-libposes, libtbb-dev, ros-jazzy-mola-common, ros-jazzy-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_metric_maps Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-metric-maps/ros-jazzy-mola-metric-maps_2.9.0-1noble.20260519.003021_arm64.deb Size: 267482 SHA256: e74dd3ed4327eaf816b83f7a578150149cd790cd5db1c73a4389fc441e46b4c1 SHA1: c3845934b75170362a3fbc41f44aaf06e3e2ecb2 MD5sum: f81962696c352ec14d5ab49fabd002d0 Description: Advanced metric map classes, using the generic `mrpt::maps::CMetricMap` interface, for use in other MOLA odometry and SLAM modules. Package: ros-jazzy-mola-metric-maps-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-metric-maps Version: 2.9.0-1noble.20260519.003021 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5721 Depends: ros-jazzy-mola-metric-maps (= 2.9.0-1noble.20260519.003021) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-metric-maps/ros-jazzy-mola-metric-maps-dbgsym_2.9.0-1noble.20260519.003021_arm64.deb Size: 5463478 SHA256: 213d1ed8ee1e43436276966c9eea5fbb8019a418f8ea5973e16f77bdf2a3c586 SHA1: 3f38ac3d14ccd145b16799c89c11cea241b06427 MD5sum: 98485df3592610e0486891f822501618 Description: debug symbols for ros-jazzy-mola-metric-maps Build-Ids: d5a67749be0209d9c0343d199f66fa1d1041bbe3 Package: ros-jazzy-mola-msgs Version: 2.9.0-1noble.20260519.193428 Architecture: arm64 Maintainer: "Jose Luis Blanco-Claraco" Installed-Size: 3063 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-action-msgs, ros-jazzy-mrpt-msgs, ros-jazzy-nav-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-msgs/ros-jazzy-mola-msgs_2.9.0-1noble.20260519.193428_arm64.deb Size: 191498 SHA256: 01c0d3e8cbcc6f0bd12d8ffca51c184e1a81b5f383a31cb302a6fb079c292747 SHA1: 535a9cf9536318e5764b4f60ed5e9a637451bb2f MD5sum: e901b786b00dea14c3025487c926e795 Description: ROS message, services, and actions used in other MOLA packages. Package: ros-jazzy-mola-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-msgs Version: 2.9.0-1noble.20260519.193428 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose Luis Blanco-Claraco" Installed-Size: 2024 Depends: ros-jazzy-mola-msgs (= 2.9.0-1noble.20260519.193428) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-msgs/ros-jazzy-mola-msgs-dbgsym_2.9.0-1noble.20260519.193428_arm64.deb Size: 1497704 SHA256: 44fb55036c7829c6d8851e970c7db40706e26728ef7c3c611559e512e213075a SHA1: 2cea753d5bae78837d9548d727999a85d68410ec MD5sum: a53a533dc22b9a25b19101f56aaa6778 Description: debug symbols for ros-jazzy-mola-msgs Build-Ids: 047767ea1731211b6396db03afd31716df712290 1dce9bcbe55b32543835a81f31ec3b95fded135a 1f8ab17b5fb658c43f523a8bd50fd11d3a6fc013 284d13bff3c9510827aad7a51e39dff7b8f3c127 2fedb667764eaa545c30b77390de7ae04f399e84 3e7f49d989df0b191a0821648aa6cec3e5e6f595 4c9dce500d0307819b373169f111613454b7fb65 54130b3780af3c5390f8938be2fa5a6590404465 81590663ec823565285fdc9fdc5d6f89db60fae4 d0d8ee1fdbd7e7abd13159dbffb760722867dc0c fe1160ebcaabd4137db53ecf16f795c33ccc08dc Package: ros-jazzy-mola-pose-list Version: 2.9.0-1noble.20260518.231951 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 149 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libmaps, ros-jazzy-mrpt-libmath, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libposes, ros-jazzy-mola-common, ros-jazzy-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_pose_list Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-pose-list/ros-jazzy-mola-pose-list_2.9.0-1noble.20260518.231951_arm64.deb Size: 51806 SHA256: 029edf210ca36d1d40607e659d824e22e68e66c297db06f90108fcbb4f95ae2b SHA1: f70ea5a95b17f268802d41360b02ce8aacad3b62 MD5sum: 43cb4dc4c90c284714a6b5dc481c2e06 Description: C++ library for searchable pose lists Package: ros-jazzy-mola-pose-list-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-pose-list Version: 2.9.0-1noble.20260518.231951 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 435 Depends: ros-jazzy-mola-pose-list (= 2.9.0-1noble.20260518.231951) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-pose-list/ros-jazzy-mola-pose-list-dbgsym_2.9.0-1noble.20260518.231951_arm64.deb Size: 410684 SHA256: e89a779c7d3c2d7c1a06bcf4f13ca1c05f40b3ef413c5dd32fd0f817b38550b3 SHA1: b6331ba0d04326c38df99e08543bd627dd787e32 MD5sum: accc17205a1716540e327d3378bd53bb Description: debug symbols for ros-jazzy-mola-pose-list Build-Ids: 471f0153cb8da31b17a743239eee0204846651c7 Package: ros-jazzy-mola-relocalization Version: 2.9.0-1noble.20260519.002810 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 139 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mola-pose-list, ros-jazzy-mp2p-icp, ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libposes, ros-jazzy-mola-common, ros-jazzy-mrpt-libmaps, ros-jazzy-mrpt-libslam, ros-jazzy-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_relocalization Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-relocalization/ros-jazzy-mola-relocalization_2.9.0-1noble.20260519.002810_arm64.deb Size: 40788 SHA256: 0db3d1a7a46e92bbc8c79abb51dc30a35d4fd97c3132f1ac935a03b3f13725a3 SHA1: 110f2a596c5c3d8d3ee9c368435454db110c9cc9 MD5sum: 756892d39e2d18308fe43b7d1749a6af Description: C++ library with algorithms for relocalization, global localization, or pose estimation given a large initial uncertainty Package: ros-jazzy-mola-relocalization-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-relocalization Version: 2.9.0-1noble.20260519.002810 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 795 Depends: ros-jazzy-mola-relocalization (= 2.9.0-1noble.20260519.002810) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-relocalization/ros-jazzy-mola-relocalization-dbgsym_2.9.0-1noble.20260519.002810_arm64.deb Size: 761958 SHA256: 40cb188efad1e39ea62b6027e8634170b0c2b065abf534eaaa9b10eb12dd4bed SHA1: 1520fedd97a87daaa43ce1f0a8667fcafb338a05 MD5sum: db984eebf1adde96d1a0ab164b896360 Description: debug symbols for ros-jazzy-mola-relocalization Build-Ids: 80e2a6f75b1b250c197b50c3f923a9d75a6ea50e Package: ros-jazzy-mola-state-estimation Version: 2.4.0-1noble.20260518.235929 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 42 Depends: ros-jazzy-mola-state-estimation-simple, ros-jazzy-mola-state-estimation-smoother, ros-jazzy-ros-workspace Homepage: https://github.com/MOLAorg/mola_state_estimation Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-state-estimation/ros-jazzy-mola-state-estimation_2.4.0-1noble.20260518.235929_arm64.deb Size: 6570 SHA256: 1cae361af10d942ff8ca1e4d2efb8b31264c3d5d3df8a04b75c590ccab52369c SHA1: d3175f755abc82f12466c2ab9c26996569cc29cb MD5sum: 7fae67d07db5c37f5adcec80b536cd2c Description: Metapackage with all MOLA state estimation packages. Package: ros-jazzy-mola-state-estimation-simple Version: 2.4.0-1noble.20260518.233451 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 341 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), ros-jazzy-mola-imu-preintegration, ros-jazzy-mola-kernel, ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libmath, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libposes, ros-jazzy-mola-common, ros-jazzy-ros-workspace Homepage: https://github.com/MOLAorg/mola_state_estimation Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-state-estimation-simple/ros-jazzy-mola-state-estimation-simple_2.4.0-1noble.20260518.233451_arm64.deb Size: 112376 SHA256: 7103a4d5b1574f08e92e2fc0c594cf392b8d00b316f6f059d7c048f6e23d820e SHA1: 4aefc806fd46cbfe27737179f2e708e30c2cfa9a MD5sum: e54561d34beb52e86918f1e29fd6c671 Description: SE(3) pose and twist path data fusion estimator Package: ros-jazzy-mola-state-estimation-simple-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-state-estimation-simple Version: 2.4.0-1noble.20260518.233451 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1212 Depends: ros-jazzy-mola-state-estimation-simple (= 2.4.0-1noble.20260518.233451) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-state-estimation-simple/ros-jazzy-mola-state-estimation-simple-dbgsym_2.4.0-1noble.20260518.233451_arm64.deb Size: 1126010 SHA256: 328c5adaa0f34232035fdae07d1307cf4467af9ae86ebc291ab49dfb80d46c03 SHA1: e506bc3aa9a297b313a85a4d68fb822440d237c2 MD5sum: 0414c0c4ac8257b249145d073baf0400 Description: debug symbols for ros-jazzy-mola-state-estimation-simple Build-Ids: caa503431f1d64a53d83b22eaf4aa079ebaecd7f Package: ros-jazzy-mola-state-estimation-smoother Version: 2.4.0-1noble.20260518.235029 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 956 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.11.0), ros-jazzy-gtsam, ros-jazzy-mola-gtsam-factors, ros-jazzy-mola-kernel, ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libmath, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libposes, ros-jazzy-mola-common, ros-jazzy-mola-imu-preintegration, ros-jazzy-mola-launcher, ros-jazzy-ros-workspace Homepage: https://github.com/MOLAorg/mola_state_estimation Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-state-estimation-smoother/ros-jazzy-mola-state-estimation-smoother_2.4.0-1noble.20260518.235029_arm64.deb Size: 285206 SHA256: 82ee95ba8354e3a85cd755e6d65661f5defbef6a45219b156919c16bef20c90d SHA1: 321d24f31e290aec49e3f79a86798daed10d1a46 MD5sum: eeb0f3e29e835285883c45c8a5af7bd6 Description: SE(3) pose and twist path data fusion estimator Package: ros-jazzy-mola-state-estimation-smoother-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-state-estimation-smoother Version: 2.4.0-1noble.20260518.235029 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 10887 Depends: ros-jazzy-mola-state-estimation-smoother (= 2.4.0-1noble.20260518.235029) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-state-estimation-smoother/ros-jazzy-mola-state-estimation-smoother-dbgsym_2.4.0-1noble.20260518.235029_arm64.deb Size: 10578948 SHA256: 8d95b4919eefc4495322f9ee71d536933f0343dc306302c1becadd63cb6def85 SHA1: a37c124da8b7e9ad160440531de5693c6e36fa2c MD5sum: a1057a2aea93af7587ce938aecd087f3 Description: debug symbols for ros-jazzy-mola-state-estimation-smoother Build-Ids: 2241667c6178d5970d7ebcedb97711e16ada1d61 971ed4623b22d38ec7b3efc128ebe4b2d329cdc4 Package: ros-jazzy-mola-test-datasets Version: 0.4.2-1noble.20260305.215528 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 150894 Depends: ros-jazzy-ros-workspace Homepage: https://github.com/MOLAorg/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-test-datasets/ros-jazzy-mola-test-datasets_0.4.2-1noble.20260305.215528_arm64.deb Size: 152290916 SHA256: d21ce2633a9f3179624eeabefd26b0673fb2bc274a11a736f34006df92b5ab77 SHA1: 1bb4ff1a15e29c7c7c79bc5e5912833720f7da7b MD5sum: 2a06dbd011b120c677a7d99184c2d735 Description: Small SLAM dataset extracts used for demos or unit tests in the rest of MOLA packages Package: ros-jazzy-mola-traj-tools Version: 2.9.0-1noble.20260518.231958 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 351 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libmath, ros-jazzy-mrpt-libposes, ros-jazzy-mola-common, ros-jazzy-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_traj_tools Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-traj-tools/ros-jazzy-mola-traj-tools_2.9.0-1noble.20260518.231958_arm64.deb Size: 25278 SHA256: 03d3d157087a762604ebdd6ea1a317c235b054768d4977ec903938c31bb1466a SHA1: ea5ba6b3be3167c059056b732b034696a05b6248 MD5sum: e30d0f32546a48549aeecd6747e20c94 Description: CLI tools to manipulate trajectory files as a complement to the evo package Package: ros-jazzy-mola-traj-tools-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-traj-tools Version: 2.9.0-1noble.20260518.231958 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 575 Depends: ros-jazzy-mola-traj-tools (= 2.9.0-1noble.20260518.231958) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-traj-tools/ros-jazzy-mola-traj-tools-dbgsym_2.9.0-1noble.20260518.231958_arm64.deb Size: 428718 SHA256: b7abdc19c3f2300e56b95506844f6a9c6292d45c7616fccd5545e335877ac157 SHA1: 4d8af00b44dd5e1f06f59643c545dab6d159621c MD5sum: a855b1ee791720381e6710a532451a97 Description: debug symbols for ros-jazzy-mola-traj-tools Build-Ids: 2ddb5260048486c556c14d8c4b118fcf47aaaa39 933c023584c02e1db3e9e41015b9c7fed0f492e5 9cdcbaf099cce783a4d58e64ac3e677b6d357163 d9d00c841f88930859f310146b6a8750f4033e7a fcf6ccce193bf44e7b6eeee25c3c63222346550c Package: ros-jazzy-mola-viz Version: 2.9.0-1noble.20260518.234247 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 597 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mola-kernel, ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libgui, ros-jazzy-mrpt-libmaps, ros-jazzy-mrpt-libmath, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libopengl, ros-jazzy-mrpt-libposes, ros-jazzy-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_viz Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-viz/ros-jazzy-mola-viz_2.9.0-1noble.20260518.234247_arm64.deb Size: 177476 SHA256: b4d281d3e813acda4a352dffb4d09cd66b26c28783296e725e6252cf4b58ef47 SHA1: a8474dcaa753111e2540ca131ce0faec9faef002 MD5sum: 263a644b28b231e9dcd6c003ad12a6de Description: GUI for MOLA Package: ros-jazzy-mola-viz-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-viz Version: 2.9.0-1noble.20260518.234247 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3101 Depends: ros-jazzy-mola-viz (= 2.9.0-1noble.20260518.234247) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-viz/ros-jazzy-mola-viz-dbgsym_2.9.0-1noble.20260518.234247_arm64.deb Size: 2877730 SHA256: 0fc3816bf5288b2a5b3ce6c8f41bd4a51e5e30eb8e26dbc81db07d9990f5f176 SHA1: 63fea3cf9c5cc5e9da4b386addfd947cf3ef3aea MD5sum: 58d7faecf532db0d4372bbe3386d33fc Description: debug symbols for ros-jazzy-mola-viz Build-Ids: c8efe208d3c733172f8b0c590609fc212a9b40f4 Package: ros-jazzy-mola-viz-imgui Version: 2.9.0-1noble.20260518.234346 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1568 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libglfw3 (>= 3.3), libopengl0, libstdc++6 (>= 13.1), ros-jazzy-mola-kernel, ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libgui, ros-jazzy-mrpt-libmaps, ros-jazzy-mrpt-libmath, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libopengl, ros-jazzy-mrpt-libposes, freeglut3-dev, libgl1-mesa-dev, libglfw3-dev, libglu1-mesa-dev, ros-jazzy-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_viz_imgui Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-viz-imgui/ros-jazzy-mola-viz-imgui_2.9.0-1noble.20260518.234346_arm64.deb Size: 619436 SHA256: 5d661ab76e6edab1f4d6afc2ce81c71d0b38b5cf4dec00bba21cc00c2ca1e91f SHA1: 93074d64fe665421e59bd45a8d8d4976b00724e5 MD5sum: cd3fc1b15d5bb3946c9fd9771361ff70 Description: Dear ImGui (docking branch) GUI backend for MOLA Package: ros-jazzy-mola-viz-imgui-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-viz-imgui Version: 2.9.0-1noble.20260518.234346 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5742 Depends: ros-jazzy-mola-viz-imgui (= 2.9.0-1noble.20260518.234346) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-viz-imgui/ros-jazzy-mola-viz-imgui-dbgsym_2.9.0-1noble.20260518.234346_arm64.deb Size: 5399404 SHA256: fc140e1e47da4fe288b565908dea64ee52120c1cc6cc856ef3f1e7f09debcc9f SHA1: 335e36cfd340040828443e19d6009cd45514624d MD5sum: 56ae343db9d8d73661cfe4150d2c4a89 Description: debug symbols for ros-jazzy-mola-viz-imgui Build-Ids: 1b72333fc0c55f6adf8b38c3216f6a3f914e40d5 Package: ros-jazzy-mola-yaml Version: 2.9.0-1noble.20260518.232121 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 182 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mrpt-libbase, ros-jazzy-mola-common, ros-jazzy-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_yaml Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-yaml/ros-jazzy-mola-yaml_2.9.0-1noble.20260518.232121_arm64.deb Size: 44176 SHA256: 99f1c29f3a000476fb8fe47770039f6217121fee82d6523fcb459fc8aba96008 SHA1: 242a06ad2778d18ef8ca161936871bbe83506e4a MD5sum: c8f30528155d37f84e3eab0085a11770 Description: YAML helper library common to MOLA modules Package: ros-jazzy-mola-yaml-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-yaml Version: 2.9.0-1noble.20260518.232121 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 468 Depends: ros-jazzy-mola-yaml (= 2.9.0-1noble.20260518.232121) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-yaml/ros-jazzy-mola-yaml-dbgsym_2.9.0-1noble.20260518.232121_arm64.deb Size: 441184 SHA256: b0022af76d92adc34d1bee77d1d16c379b24c3ca8e097c09be8db7fe86f70cba SHA1: e4b6c2aad51fbf21e718143df3dca3ea2f2d495e MD5sum: d0ab695d5b193896ac7dd4a94a85dafd Description: debug symbols for ros-jazzy-mola-yaml Build-Ids: a5620dc100af65299b227a9af8a8fbe4372d607c Package: ros-jazzy-motion-capture-tracking Version: 1.0.6-1noble.20260520.010210 Architecture: arm64 Maintainer: Wolfgang Hönig Installed-Size: 1852 Depends: libboost-chrono1.83.0t64 (>= 1.83.0), libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.38), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libpcl-common1.14 (>= 1.14.0+dfsg), libpcl-kdtree1.14 (>= 1.14.0+dfsg), libpcl-registration1.14 (>= 1.14.0+dfsg), libpcl-search1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), libeigen3-dev, libpcl-dev, ros-jazzy-eigen3-cmake-module, ros-jazzy-motion-capture-tracking-interfaces, ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-motion-capture-tracking/ros-jazzy-motion-capture-tracking_1.0.6-1noble.20260520.010210_arm64.deb Size: 576972 SHA256: 8ab571620038e1c9a04c0b4ec4d1df74bd48eab8714090d17663085c356db1e9 SHA1: 16f942ce4ae25957d5ef33f6d7e06a7f413c1c16 MD5sum: 902e01f6cea67876c26b9c5fc67cad19 Description: ROS Package for different motion capture systems, including custom rigid body tracking support Package: ros-jazzy-motion-capture-tracking-dbgsym Package-Type: ddeb Source: ros-jazzy-motion-capture-tracking Version: 1.0.6-1noble.20260520.010210 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Wolfgang Hönig Installed-Size: 13083 Depends: ros-jazzy-motion-capture-tracking (= 1.0.6-1noble.20260520.010210) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-motion-capture-tracking/ros-jazzy-motion-capture-tracking-dbgsym_1.0.6-1noble.20260520.010210_arm64.deb Size: 11903436 SHA256: 980c135544f3c87fbcf42facdf22d79d005ae5e5a80d2ed889540609d94cbdc4 SHA1: db90e4ed7db342161a03a1b58c7b0fcb2218c8ec MD5sum: e012c42c396e659a2f73f766d77b6a73 Description: debug symbols for ros-jazzy-motion-capture-tracking Build-Ids: 2468662942cd4ddeb67db7ecd8e6b74737effef9 Package: ros-jazzy-motion-capture-tracking-interfaces Version: 1.0.6-1noble.20260519.185932 Architecture: arm64 Maintainer: Wolfgang Hönig Installed-Size: 1135 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-motion-capture-tracking-interfaces/ros-jazzy-motion-capture-tracking-interfaces_1.0.6-1noble.20260519.185932_arm64.deb Size: 60562 SHA256: 0c52d6edfc80f8e2da92ead120c4cedd5edb865562e9eeec1f1d6591b6e166bd SHA1: b02ee9468e2d796c94653501d2ccc26f5120ae14 MD5sum: 5424fb078e7ecbd82f34f31bf3902984 Description: Interfaces for motion_capture_tracking package. Package: ros-jazzy-motion-capture-tracking-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-motion-capture-tracking-interfaces Version: 1.0.6-1noble.20260519.185932 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Wolfgang Hönig Installed-Size: 460 Depends: ros-jazzy-motion-capture-tracking-interfaces (= 1.0.6-1noble.20260519.185932) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-motion-capture-tracking-interfaces/ros-jazzy-motion-capture-tracking-interfaces-dbgsym_1.0.6-1noble.20260519.185932_arm64.deb Size: 317026 SHA256: 975deca45b9205153aeabb611cf4954c39166e799688323b948f4262b98839e5 SHA1: 0612288940c81f3d5f196402d419e94100e98df1 MD5sum: 87a76b81c4b2ed42226b30239e956e3f Description: debug symbols for ros-jazzy-motion-capture-tracking-interfaces Build-Ids: 03574402145c793c464276720cce40467b7d50bd 20378d5a73859870a3ef2f59f732bc97d0d3b3a1 2321812e71a430252fe130bac672ef159af2379c 4e940782defc7139f9eef08c97506426e6347e23 69c92131c38d9c20196bb233649fb1500fe54166 6f5f1e62db003878cb4c6edfa768b0bda6234f56 93238bd0d5abba4f2a7c3a601dd6e708ec1cf077 98ef3a443543197dafb30a2f7f9f119d2d0c60f0 a93946c68b192731298bc2506d869cf7207a5f6e e7f94abc9a41a6a4b49f9c2486951cd9a132b434 f90e3692bbcf33e9fd31444faf8bddc78a57161a Package: ros-jazzy-motion-primitives-controllers Version: 4.40.1-1noble.20260520.050128 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 351 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-control-msgs, ros-jazzy-controller-interface, ros-jazzy-hardware-interface, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-realtime-tools, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-motion-primitives-controllers/ros-jazzy-motion-primitives-controllers_4.40.1-1noble.20260520.050128_arm64.deb Size: 77752 SHA256: 29134f4c9d91c6ac1312890247b421fbe56fcac7a50cb112301ab102e7111913 SHA1: 79e9050fcce12bc83b051d516563ae15c06666d9 MD5sum: d0b2520ce15c2ca3c91c830f1ff8705b Description: Package to control robots using motion primitives like PTP, LIN and CIRC Package: ros-jazzy-motion-primitives-controllers-dbgsym Package-Type: ddeb Source: ros-jazzy-motion-primitives-controllers Version: 4.40.1-1noble.20260520.050128 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 1287 Depends: ros-jazzy-motion-primitives-controllers (= 4.40.1-1noble.20260520.050128) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-motion-primitives-controllers/ros-jazzy-motion-primitives-controllers-dbgsym_4.40.1-1noble.20260520.050128_arm64.deb Size: 1150122 SHA256: c1b7557bd335aedee9dc82f7da72e61f848a6d5d52180ab702185e938a13137d SHA1: 9610dc146eb6abc74c85ee7beef15892f30ed512 MD5sum: f7d296e17352de81b0c539435863bf81 Description: debug symbols for ros-jazzy-motion-primitives-controllers Build-Ids: cb5478421666dfaf00c7395a7cf931f8b7253a6c Package: ros-jazzy-mouse-teleop Version: 2.0.0-1noble.20260520.001027 Architecture: arm64 Maintainer: Enrique Fernandez Installed-Size: 63 Depends: python3-numpy, python3-tk, ros-jazzy-geometry-msgs, ros-jazzy-rclpy, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mouse-teleop/ros-jazzy-mouse-teleop_2.0.0-1noble.20260520.001027_arm64.deb Size: 13276 SHA256: bbfa995ec5a11da3c4214e19850945d5f2b6785ea1904103417dac5b443174e0 SHA1: c9e39fb336eee55088cddff5c5a1d0625bc8c8ef MD5sum: 43b0d0c4b75d5409b7b349244612164d Description: A mouse teleop tool for holonomic mobile robots. Package: ros-jazzy-move-base-flex Version: 1.0.5-1noble.20260520.015942 Architecture: arm64 Maintainer: Alexander Mock Installed-Size: 42 Depends: ros-jazzy-mbf-abstract-core, ros-jazzy-mbf-abstract-nav, ros-jazzy-mbf-msgs, ros-jazzy-mbf-simple-nav, ros-jazzy-mbf-utility, ros-jazzy-ros-workspace Homepage: http://github.com/naturerobots/move_base_flex Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-move-base-flex/ros-jazzy-move-base-flex_1.0.5-1noble.20260520.015942_arm64.deb Size: 6368 SHA256: 37ecefe607439415db96d2d8acee453636f5c2a46198eeb5229fd03e4e1ff97d SHA1: f94bc0428242a16540bf45da86b2e7358758c53d MD5sum: 3e3a6b404d60c644ebf71252fdeca807 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-jazzy-moveit Version: 2.12.4-1noble.20260520.151118 Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 43 Depends: ros-jazzy-moveit-core, ros-jazzy-moveit-planners, ros-jazzy-moveit-plugins, ros-jazzy-moveit-ros, ros-jazzy-moveit-setup-assistant, ros-jazzy-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit/ros-jazzy-moveit_2.12.4-1noble.20260520.151118_arm64.deb Size: 7094 SHA256: d879a012054cfb386f5f98f1ab891e8eb8bd209ff3c987d42675c0b61b5927dd SHA1: 9d605d067ae5b5d668f7cba88e6b32b3ce2bf877 MD5sum: 1a34bf85b2aae2ff38e300600eeee488 Description: Meta package that contains all essential packages of MoveIt 2 Package: ros-jazzy-moveit-common Version: 2.12.4-1noble.20260305.205849 Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 49 Depends: ros-jazzy-backward-ros, ros-jazzy-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-common/ros-jazzy-moveit-common_2.12.4-1noble.20260305.205849_arm64.deb Size: 8944 SHA256: 1f1663dfa33573b9fceb51f945f446d744f8dd9b9b8d8be91036d5a050fce227 SHA1: 4d21076991f291f2f6aa9c23fc5625d0fdc8542e MD5sum: a439e80c47480073ce5d755515b174d4 Description: Common support functionality used throughout MoveIt Package: ros-jazzy-moveit-configs-utils Version: 2.12.4-1noble.20260520.035458 Architecture: arm64 Maintainer: MoveIt Release Team Installed-Size: 132 Depends: ros-jazzy-ament-index-python, ros-jazzy-launch, ros-jazzy-launch-param-builder, ros-jazzy-launch-ros, ros-jazzy-srdfdom, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-configs-utils/ros-jazzy-moveit-configs-utils_2.12.4-1noble.20260520.035458_arm64.deb Size: 29440 SHA256: fd3414589b58188645e49b8dc850057fbee5e3057db5e831e2bdfff128e4978e SHA1: 3d48ac37632d2050a24dc910a222aacc338f02d5 MD5sum: aa9007df3bb174305084f57c2b6c1def Description: Python library for loading moveit config parameters in launch files Package: ros-jazzy-moveit-core Version: 2.12.4-1noble.20260520.035558 Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 6188 Depends: libboost-iostreams1.83.0 (>= 1.83.0), libbullet3.24t64 (>= 3.24+dfsg), libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfcl0.7 (>= 0.7.0), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 4.0), liboctomap1.9t64 (>= 1.9.7+dfsg), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-geometric-shapes, ros-jazzy-srdfdom, ros-jazzy-urdfdom, libassimp-dev, libboost-all-dev, libbullet-dev, libeigen3-dev, libfcl-dev, liboctomap-dev, ros-jazzy-angles, ros-jazzy-common-interfaces, ros-jazzy-eigen-stl-containers, ros-jazzy-eigen3-cmake-module, ros-jazzy-generate-parameter-library, ros-jazzy-geometry-msgs, ros-jazzy-google-benchmark-vendor, ros-jazzy-kdl-parser, ros-jazzy-moveit-common, ros-jazzy-moveit-msgs, ros-jazzy-octomap-msgs, ros-jazzy-osqp-vendor, ros-jazzy-pluginlib, ros-jazzy-random-numbers, ros-jazzy-rclcpp, ros-jazzy-rsl, ros-jazzy-ruckig, ros-jazzy-sensor-msgs, ros-jazzy-shape-msgs, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-tf2-eigen, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-kdl, ros-jazzy-trajectory-msgs, ros-jazzy-urdf, ros-jazzy-urdfdom-headers, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-core/ros-jazzy-moveit-core_2.12.4-1noble.20260520.035558_arm64.deb Size: 1302414 SHA256: 59dcb44ed591059d7b4feff1ad66808ae32d68a8a09fcd52fb40e53fe052357f SHA1: cb4251e883c5b33197b65f6fc26582d89d1e38ed MD5sum: c9b354eeb99bc301cf85a6c43d564899 Description: Core libraries used by MoveIt Package: ros-jazzy-moveit-core-dbgsym Package-Type: ddeb Source: ros-jazzy-moveit-core Version: 2.12.4-1noble.20260520.035558 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 79124 Depends: ros-jazzy-moveit-core (= 2.12.4-1noble.20260520.035558) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-core/ros-jazzy-moveit-core-dbgsym_2.12.4-1noble.20260520.035558_arm64.deb Size: 78128130 SHA256: c2c1b0f5ea9648215e8053278ca7ecce9630770f5396116cde4e0fd9b69c4fc9 SHA1: 3e8bff81f17f89f53bf6c4ee3761a73910cabcc0 MD5sum: 128f1bb541ed81f838ecea06395e2929 Description: debug symbols for ros-jazzy-moveit-core Build-Ids: 12505285d51cbcdc85feefa3c84cc1ec02dd05cc 2a4f4f12f7eec5b890d82e6694894730fb37f8ca 2ea5e72c4ae232d1ee82ec37a554ee1e08629ab0 376ae2c296a0ab3e5fd513870a7043f76000d2e7 398b57b93637fb58137de98ace0904c1f8c0ff82 3ada79d64fd6b4a409bffc654b7f43f8c812a77e 4119e3ad7e08e4a922d5553e020e91bf66b55ca7 571e774fef4d4375ec6c34d816d71dff25fc1762 58ee0b34aaf6c0f9226c39c4dc5722aabeb58e42 70000e19018720b74caca8166a354ea967d6ca23 829774beac0bce751f68ae90485f56c9b08247de 8abdd3bcab8e29e0a8d1689dc9568f7218cd7880 8d50cd469a106715218ae1c3a98d4008c1543234 91951a27744734a899ee1925aa520cdb027d2ad1 9441bc8964e7b351510149906df24fe70b298ebd 9492a24317c3b22f4b10770df7ed4bbd54df8ec0 957522ab2897b11c6e630b911e8561d45c627816 aa2d5884de59bc8248da0963d14331923ff9b899 b50c2738c5576b5db258e3e32ef03ff4b3796ec9 cef27f18dae568378328a4c0e049fb9520501d23 d35774331335a29baf7ce6fc9a3f1710f14be5c0 dabb59ffc4bf2ea5c6a8b12d26bd2477ebf9ebde dece1409c88e6a4aea3352b56d872bf66086af56 e37b9c2c55387ffe40340cd7f6b85cc1af1cdf18 e5b36f9ad34732957a853e78d08f2de78a2dc135 e652f162b2796450e5c05fd06a89a96d9d8b7930 f30d665bbc25284f83bc90c0753bfa3fc37c816d Package: ros-jazzy-moveit-hybrid-planning Version: 2.12.4-1noble.20260520.140413 Architecture: arm64 Maintainer: MoveIt Release Team Installed-Size: 3084 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-moveit-core, ros-jazzy-moveit-ros-planning, ros-jazzy-ament-index-cpp, ros-jazzy-controller-manager, ros-jazzy-moveit-common, ros-jazzy-moveit-msgs, ros-jazzy-moveit-resources-panda-moveit-config, ros-jazzy-moveit-ros-planning-interface, ros-jazzy-pluginlib, ros-jazzy-position-controllers, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-components, ros-jazzy-robot-state-publisher, ros-jazzy-rviz2, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2-ros, ros-jazzy-trajectory-msgs, ros-jazzy-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-hybrid-planning/ros-jazzy-moveit-hybrid-planning_2.12.4-1noble.20260520.140413_arm64.deb Size: 534338 SHA256: 731625f8d20413716f355a032b59ee9b50960aae38e6f68262141f7f48770b36 SHA1: 366d973c44642076baafd38b97ea8abcba1fec66 MD5sum: 536cbe1fb2f3b329e87f78878ab3288a Description: Hybrid planning components of MoveIt 2 Package: ros-jazzy-moveit-hybrid-planning-dbgsym Package-Type: ddeb Source: ros-jazzy-moveit-hybrid-planning Version: 2.12.4-1noble.20260520.140413 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: MoveIt Release Team Installed-Size: 21409 Depends: ros-jazzy-moveit-hybrid-planning (= 2.12.4-1noble.20260520.140413) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-hybrid-planning/ros-jazzy-moveit-hybrid-planning-dbgsym_2.12.4-1noble.20260520.140413_arm64.deb Size: 19888334 SHA256: c59f6434c7cd842ea8202dd098f5a28a809359551bbdc363200213ba28315c75 SHA1: ae96b5f2cab41776a9ee0ed19442a118f0fd5928 MD5sum: 721d603e54864f7e84fa5350fab5339a Description: debug symbols for ros-jazzy-moveit-hybrid-planning Build-Ids: 12a5c9b039fe656faf6c42b3faa29932bfcec1fe 226fb753b7ed5e9c3a838fcd3e35c7f27d773897 32e1977fff5c6717f07cb55093dd665b7c66c097 38e4aad4629b808d31970c44223cd121175b18b2 4b644b0ba60f3b73387e2d46588f7ca5bab034ae 4db7643c2f306673e3c5c5e0222dc55acf2871db 63f940ad17d2bb38a2eb2891c5fb110764df2ee5 a00733ed7f0cd3b6c453df4b6a6a232f2ff3433f a4827e1483ef3fd382ee9f8f856ae1a4e40088fb Package: ros-jazzy-moveit-kinematics Version: 2.12.4-1noble.20260520.050428 Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 1015 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-jazzy-moveit-core, libeigen3-dev, python3-lxml, ros-jazzy-class-loader, ros-jazzy-generate-parameter-library, ros-jazzy-moveit-common, ros-jazzy-moveit-msgs, ros-jazzy-moveit-ros-planning, ros-jazzy-orocos-kdl-vendor, ros-jazzy-pluginlib, ros-jazzy-rsl, ros-jazzy-tf2, ros-jazzy-tf2-kdl, ros-jazzy-urdfdom, ros-jazzy-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-kinematics/ros-jazzy-moveit-kinematics_2.12.4-1noble.20260520.050428_arm64.deb Size: 229106 SHA256: 15be8a6be0527ce3fae49c8a478a873d9f997dd57630d08d71c3ff5b51b10b0a SHA1: e0a47d23fb52bfcda42713c42ffd749739acce40 MD5sum: f5ba9ffc50138a7c96fb0528747ee4de Description: Package for all inverse kinematics solvers in MoveIt Package: ros-jazzy-moveit-kinematics-dbgsym Package-Type: ddeb Source: ros-jazzy-moveit-kinematics Version: 2.12.4-1noble.20260520.050428 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 9550 Depends: ros-jazzy-moveit-kinematics (= 2.12.4-1noble.20260520.050428) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-kinematics/ros-jazzy-moveit-kinematics-dbgsym_2.12.4-1noble.20260520.050428_arm64.deb Size: 9419930 SHA256: f77643971eed0fefcb80a60ffee9a2be491fef2e6eb7502bd824b0d543a2bc86 SHA1: 12e7189544fd3008f57bdcf643f216c1eac5ba73 MD5sum: 4d69be802dae95ba170b0c034ded113a Description: debug symbols for ros-jazzy-moveit-kinematics Build-Ids: 1a090c991c47307c65b70af93d9d22113977c5cb 909611fc3cb06b47f47a54b9da5828f88e4b3dd1 da479f3115fb1be7211699622b955f1c5a8e8ad6 fb82a839d3e51c9ea44021b5d08183efa9b096f3 Package: ros-jazzy-moveit-msgs Version: 2.6.0-1noble.20260520.031204 Architecture: arm64 Maintainer: Dave Coleman Installed-Size: 35155 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-action-msgs, ros-jazzy-geometry-msgs, ros-jazzy-object-recognition-msgs, ros-jazzy-octomap-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-shape-msgs, ros-jazzy-std-msgs, ros-jazzy-trajectory-msgs, ros-jazzy-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-msgs/ros-jazzy-moveit-msgs_2.6.0-1noble.20260520.031204_arm64.deb Size: 1941934 SHA256: efa8c86bca3e46960577b10758dd9c6a8a0a55e6d38097267596ed7d4dc27cc4 SHA1: 2b7c29b94cefb8588504318f23480e73f6590e05 MD5sum: 5ea2919b7d7fe39c259d24c1f29b0a72 Description: Messages, services and actions used by MoveIt Package: ros-jazzy-moveit-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-moveit-msgs Version: 2.6.0-1noble.20260520.031204 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Dave Coleman Installed-Size: 30730 Depends: ros-jazzy-moveit-msgs (= 2.6.0-1noble.20260520.031204) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-msgs/ros-jazzy-moveit-msgs-dbgsym_2.6.0-1noble.20260520.031204_arm64.deb Size: 24515144 SHA256: aa177e13944535d3f84e1581cdbab8d1577a27c5196b6e1465b37b6f75d2b040 SHA1: 76a1258d443b90e38be9a873216092cede204519 MD5sum: 42e87561e5232f91bd7f20c257f167ec Description: debug symbols for ros-jazzy-moveit-msgs Build-Ids: 11398d8e4013f48511ceb2d34bd2236fb4c59719 1ade1fd77d7d50bf50038d121dda3ea8a2de116a 2addadbef119fdd2e13fecc118b99fa151322fa0 613cd1762907c723d965b5f6981212b487b3544e 62b8ec61633db421f5fd306774639906d8652324 6763f86458059a262a1484725e6ae3c35588da50 6a09db7a8e00256de034ffe7c634b41f5b740991 76957cc08887c3bf645a4b1f03bccdfa0be3ad80 bbb23d3a5a436ce762d2f94f154c4600fdc51198 eac6bbb2817056e3c05f9177bb9798410a9036dd f2b4977a7947c2598a97d067674d0018be5345a5 Package: ros-jazzy-moveit-planners Version: 2.12.4-1noble.20260520.110538 Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 43 Depends: ros-jazzy-moveit-planners-chomp, ros-jazzy-moveit-planners-ompl, ros-jazzy-moveit-planners-stomp, ros-jazzy-pilz-industrial-motion-planner, ros-jazzy-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-planners/ros-jazzy-moveit-planners_2.12.4-1noble.20260520.110538_arm64.deb Size: 6700 SHA256: e0664d49b920efcfd18b7276f3a370221594f8db3afb8b9257ad1d3cb1a468b4 SHA1: a53f54ae79ded3fb3220bbe0fb4124fa6bd21b67 MD5sum: 3e53638e70d365e207bb7013fe79a5ae Description: Meta package that installs all available planners for MoveIt Package: ros-jazzy-moveit-planners-chomp Version: 2.12.4-1noble.20260520.043909 Architecture: arm64 Maintainer: Chittaranjan Srinivas Swaminathan Installed-Size: 203 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-chomp-motion-planner, ros-jazzy-moveit-core, ros-jazzy-moveit-common, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-planners-chomp/ros-jazzy-moveit-planners-chomp_2.12.4-1noble.20260520.043909_arm64.deb Size: 36372 SHA256: 6dbcc3165e75af9e2260464916503c66ac1991936e62f050747b6a47752c8ae5 SHA1: 31f1500e33867c62daaf67fee4812bc1e94ae193 MD5sum: 6d1a34a73934f7987506a5356fb956a7 Description: The interface for using CHOMP within MoveIt Package: ros-jazzy-moveit-planners-chomp-dbgsym Package-Type: ddeb Source: ros-jazzy-moveit-planners-chomp Version: 2.12.4-1noble.20260520.043909 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chittaranjan Srinivas Swaminathan Installed-Size: 4740 Depends: ros-jazzy-moveit-planners-chomp (= 2.12.4-1noble.20260520.043909) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-planners-chomp/ros-jazzy-moveit-planners-chomp-dbgsym_2.12.4-1noble.20260520.043909_arm64.deb Size: 4736888 SHA256: e8f992d28e5f0770da6f29b4d83a8d1ebc5274641e2bbabbeedbbe9b921a5dbf SHA1: bef914879b0e4e0a1bce5fed0e552de730fd30a5 MD5sum: 13cda84f20535c97d9165ddf67cc2bc2 Description: debug symbols for ros-jazzy-moveit-planners-chomp Build-Ids: 770fcffcc78eb8f6f7b58545260c0121e7a1062b fa4c3b6491351d37b7c33504c23af683ea63420c Package: ros-jazzy-moveit-planners-ompl Version: 2.12.4-1noble.20260520.050517 Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 1635 Depends: libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-moveit-core, ros-jazzy-moveit-ros-planning, ros-jazzy-ompl, libomp-dev, ros-jazzy-moveit-common, ros-jazzy-moveit-msgs, ros-jazzy-pluginlib (>= 1.11.2), ros-jazzy-rclcpp, ros-jazzy-tf2-eigen, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-planners-ompl/ros-jazzy-moveit-planners-ompl_2.12.4-1noble.20260520.050517_arm64.deb Size: 324054 SHA256: afab3a970cb833753ec77c9b4ec0db49d5de57e4bd97ee7e753fc88b1dc1bcdd SHA1: bfe475f15676451511795dde96fc773154288784 MD5sum: 22c11c22e58050456d27ea0beb27b019 Description: MoveIt interface to OMPL Package: ros-jazzy-moveit-planners-ompl-dbgsym Package-Type: ddeb Source: ros-jazzy-moveit-planners-ompl Version: 2.12.4-1noble.20260520.050517 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 24686 Depends: ros-jazzy-moveit-planners-ompl (= 2.12.4-1noble.20260520.050517) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-planners-ompl/ros-jazzy-moveit-planners-ompl-dbgsym_2.12.4-1noble.20260520.050517_arm64.deb Size: 23813444 SHA256: 1c703abe1d29150f56c7142b5e68a1f22a70344798b90a691be91ded281595ff SHA1: 66779b36c5e1c3222daa79b83e261969939f67ba MD5sum: 6a2777f60b31a8ae76fae19d81de44f2 Description: debug symbols for ros-jazzy-moveit-planners-ompl Build-Ids: 4372d497dc52842b625f4811b1a92b332cff627a 9fde4ad83589c3470222b9206666f3f3d2dd0366 e85ab76ec8bac1cba581c1d71670bf86ec180d50 Package: ros-jazzy-moveit-planners-stomp Version: 2.12.4-1noble.20260520.043020 Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 475 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-moveit-core, ros-jazzy-generate-parameter-library, ros-jazzy-moveit-common, ros-jazzy-rsl, ros-jazzy-std-msgs, ros-jazzy-stomp, ros-jazzy-tf2-eigen, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-planners-stomp/ros-jazzy-moveit-planners-stomp_2.12.4-1noble.20260520.043020_arm64.deb Size: 132520 SHA256: d5f4550ece8533967ad49e18c53f9b70a99e405aedc173f94e7fcadf0d7f79e8 SHA1: ea0d2cc3b73f23c979f5d1c4ea0300c68ed558d3 MD5sum: 8c120e2b091f296d0feb6a6c8e157c80 Description: STOMP Motion Planner for MoveIt Package: ros-jazzy-moveit-planners-stomp-dbgsym Package-Type: ddeb Source: ros-jazzy-moveit-planners-stomp Version: 2.12.4-1noble.20260520.043020 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 5600 Depends: ros-jazzy-moveit-planners-stomp (= 2.12.4-1noble.20260520.043020) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-planners-stomp/ros-jazzy-moveit-planners-stomp-dbgsym_2.12.4-1noble.20260520.043020_arm64.deb Size: 5464914 SHA256: d3f447e594dbcc00d7a0d7010a575f2ad5a9793097f29941192db84ed9e9d00a SHA1: 696ff75ea4f6ab4b9fadb2ede01ea9716c80f17e MD5sum: 150e92f3c85fa832df3d43f47c13249d Description: debug symbols for ros-jazzy-moveit-planners-stomp Build-Ids: 22f83481a13cecf1279b07b78e181d577f31395a Package: ros-jazzy-moveit-plugins Version: 2.12.4-1noble.20260520.110452 Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 43 Depends: ros-jazzy-moveit-simple-controller-manager, ros-jazzy-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-plugins/ros-jazzy-moveit-plugins_2.12.4-1noble.20260520.110452_arm64.deb Size: 6360 SHA256: 6d07c992afeabc954d6143400f22110767f8fcffb5ec4d4c241c554be32b5f6c SHA1: 6cb866a424341078ebe64ae1714aa837186f73eb MD5sum: c3ebd35be95816d9cc14f0db6f4a4c48 Description: Metapackage for MoveIt plugins. Package: ros-jazzy-moveit-py Version: 2.12.4-1noble.20260520.053824 Architecture: arm64 Maintainer: Peter David Fagan Installed-Size: 1311 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-moveit-core, ros-jazzy-moveit-ros-planning, ros-jazzy-srdfdom, ros-jazzy-urdfdom, ros-jazzy-ament-index-python, ros-jazzy-geometry-msgs, ros-jazzy-moveit-ros-planning-interface, ros-jazzy-octomap-msgs, ros-jazzy-rclcpp, ros-jazzy-rclpy, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-py/ros-jazzy-moveit-py_2.12.4-1noble.20260520.053824_arm64.deb Size: 333530 SHA256: a46c7446997db7c8405592c251e9ecd0f5cbd9e0e724c6f07b49dc87cf3503f8 SHA1: eeff2d420045026327b59f6d09f5572639c43718 MD5sum: 20d0dbf31a5d31591aec6fe9467490b0 Description: Python binding for MoveIt 2 Package: ros-jazzy-moveit-py-dbgsym Package-Type: ddeb Source: ros-jazzy-moveit-py Version: 2.12.4-1noble.20260520.053824 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Peter David Fagan Installed-Size: 1080 Depends: ros-jazzy-moveit-py (= 2.12.4-1noble.20260520.053824) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-py/ros-jazzy-moveit-py-dbgsym_2.12.4-1noble.20260520.053824_arm64.deb Size: 1004718 SHA256: ace4d9eb2e388982fa7ccaac1467ac7b727876dbb8c7bc23da9ccb2986d5974a SHA1: ef102cc5855fc10df7541c498543ff9efa230626 MD5sum: a6f7871776b91da8b5e6addd673889b1 Description: debug symbols for ros-jazzy-moveit-py Build-Ids: 284092fc493d5369d028bd1abf630e0fbfe1ec8b Package: ros-jazzy-moveit-resources Version: 3.1.0-1noble.20260520.125258 Architecture: arm64 Maintainer: MoveIt Release Team Installed-Size: 42 Depends: ros-jazzy-joint-state-publisher, ros-jazzy-moveit-resources-fanuc-description, ros-jazzy-moveit-resources-fanuc-moveit-config, ros-jazzy-moveit-resources-panda-description, ros-jazzy-moveit-resources-panda-moveit-config, ros-jazzy-moveit-resources-pr2-description, ros-jazzy-robot-state-publisher, ros-jazzy-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-resources/ros-jazzy-moveit-resources_3.1.0-1noble.20260520.125258_arm64.deb Size: 5912 SHA256: 1ba0b88e8f56c7e13b8783f2583d0cc5abd9b38dac3e1b95ace801586308c933 SHA1: 8114625a5d94b8f4db926c1264c3852bd8b6a701 MD5sum: 20b33aed31073d05bda20a957d31cc4d Description: Resources used for MoveIt testing Package: ros-jazzy-moveit-resources-fanuc-description Version: 3.1.0-1noble.20260305.215612 Architecture: arm64 Maintainer: Dave Coleman Installed-Size: 736 Depends: ros-jazzy-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-resources-fanuc-description/ros-jazzy-moveit-resources-fanuc-description_3.1.0-1noble.20260305.215612_arm64.deb Size: 127640 SHA256: befb1a589fd9f5a055125dc61df63ea91d4b6d934dfc78008d2f93fcc9ed4401 SHA1: c6a31d77ffa9a258e18018c9b4562b2e5004b646 MD5sum: 1a5adc8d5baa1e575b9b21d95d495a93 Description: Fanuc Resources used for MoveIt testing Package: ros-jazzy-moveit-resources-fanuc-moveit-config Version: 3.1.0-1noble.20260520.092622 Architecture: arm64 Maintainer: Dave Coleman Installed-Size: 91 Depends: ros-jazzy-controller-manager, ros-jazzy-joint-state-publisher, ros-jazzy-moveit-resources-fanuc-description, ros-jazzy-position-controllers, ros-jazzy-robot-state-publisher, ros-jazzy-ros2cli-common-extensions, ros-jazzy-tf2-ros, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-resources-fanuc-moveit-config/ros-jazzy-moveit-resources-fanuc-moveit-config_3.1.0-1noble.20260520.092622_arm64.deb Size: 15800 SHA256: abf686f21fea3a2ebfa99a51c672bf46f5b23646680086879942272dd3a16b96 SHA1: 13834cfacfe20d8a33ad91f15f4013f79c3459c5 MD5sum: 97ac20fd6ab546285fe78caf32417f40 Description: MoveIt Resources for testing: Fanuc M-10iA. A project-internal configuration for testing in MoveIt. Package: ros-jazzy-moveit-resources-panda-description Version: 3.1.0-1noble.20260305.205910 Architecture: arm64 Maintainer: Dave Coleman Installed-Size: 10458 Depends: ros-jazzy-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-resources-panda-description/ros-jazzy-moveit-resources-panda-description_3.1.0-1noble.20260305.205910_arm64.deb Size: 3089626 SHA256: 5e223cecdc3660c5d455bf135ddac36dea891b7b71c0ad956f1c5f56e0026121 SHA1: 2b8ac09165bba555efe26b0eedc97417e6e7cb27 MD5sum: fcc6f54948530e36606ce2bc8e64706c Description: panda Resources used for MoveIt testing Package: ros-jazzy-moveit-resources-panda-moveit-config Version: 3.1.0-1noble.20260520.125019 Architecture: arm64 Maintainer: Mike Lautman Installed-Size: 138 Depends: ros-jazzy-controller-manager, ros-jazzy-gripper-controllers, ros-jazzy-joint-state-publisher, ros-jazzy-joint-state-publisher-gui, ros-jazzy-moveit-resources-panda-description, ros-jazzy-position-controllers, ros-jazzy-robot-state-publisher, ros-jazzy-ros2cli-common-extensions, ros-jazzy-topic-tools, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: http://moveit.ros.org/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-resources-panda-moveit-config/ros-jazzy-moveit-resources-panda-moveit-config_3.1.0-1noble.20260520.125019_arm64.deb Size: 19902 SHA256: c77f4e56be1f461cf936fe483c52cea43277cd5620e4dd24a13a4a4733ab9434 SHA1: 230759f269eb0f4fdff6c540e1ee8905bfbb15ad MD5sum: 7f70c9f67c1d24a0b27374cd47a49d05 Description: MoveIt Resources for testing: Franka Emika Panda A project-internal configuration for testing in MoveIt. Package: ros-jazzy-moveit-resources-pr2-description Version: 3.1.0-1noble.20260305.210109 Architecture: arm64 Maintainer: Dave Coleman Installed-Size: 48624 Depends: ros-jazzy-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-resources-pr2-description/ros-jazzy-moveit-resources-pr2-description_3.1.0-1noble.20260305.210109_arm64.deb Size: 24347674 SHA256: 8d6a28b4fcf9475c96910b7134507601238441804d9c29c9e0c8f6ec6731eb8d SHA1: ef7be507965bff62686f7b692002028677cd9b4f MD5sum: 49b5f5800ee6c8f6e6215c94851dd171 Description: PR2 Resources used for MoveIt! testing Package: ros-jazzy-moveit-resources-prbt-ikfast-manipulator-plugin Version: 2.12.4-1noble.20260520.042230 Architecture: arm64 Maintainer: Alexander Gutenkunst Installed-Size: 466 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.0), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-jazzy-moveit-core, ros-jazzy-generate-parameter-library, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-kdl, ros-jazzy-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-resources-prbt-ikfast-manipulator-plugin/ros-jazzy-moveit-resources-prbt-ikfast-manipulator-plugin_2.12.4-1noble.20260520.042230_arm64.deb Size: 118090 SHA256: b8fe9dac6a0931f11b78fc7667e1644d71cf6302aef46c1ddeaa0e064025af02 SHA1: 419cb07c19a8c0d8fe200b60044effc8456c726d MD5sum: a3e5637f7a1fb1d9f95720364970cf7d Description: The prbt_ikfast_manipulator_plugin package Package: ros-jazzy-moveit-resources-prbt-ikfast-manipulator-plugin-dbgsym Package-Type: ddeb Source: ros-jazzy-moveit-resources-prbt-ikfast-manipulator-plugin Version: 2.12.4-1noble.20260520.042230 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alexander Gutenkunst Installed-Size: 2701 Depends: ros-jazzy-moveit-resources-prbt-ikfast-manipulator-plugin (= 2.12.4-1noble.20260520.042230) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-resources-prbt-ikfast-manipulator-plugin/ros-jazzy-moveit-resources-prbt-ikfast-manipulator-plugin-dbgsym_2.12.4-1noble.20260520.042230_arm64.deb Size: 2660156 SHA256: 5a902e148ced19cc5a58196f015473181908f023b7b83f7886f712ead21ec074 SHA1: ea35153322e6216082aa5ca996c476a0f685f539 MD5sum: e9f95a3edf6665132da2b9ba6a461857 Description: debug symbols for ros-jazzy-moveit-resources-prbt-ikfast-manipulator-plugin Build-Ids: 3cdf6a66361c5d4ba6e88564495e32fbf48b8494 Package: ros-jazzy-moveit-resources-prbt-moveit-config Version: 2.12.4-1noble.20260520.141550 Architecture: arm64 Maintainer: Alexander Gutenkunst Installed-Size: 84 Depends: ros-jazzy-joint-state-publisher, ros-jazzy-moveit-resources-prbt-ikfast-manipulator-plugin, ros-jazzy-moveit-resources-prbt-support, ros-jazzy-moveit-ros-move-group, ros-jazzy-robot-state-publisher, ros-jazzy-rviz2, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-resources-prbt-moveit-config/ros-jazzy-moveit-resources-prbt-moveit-config_2.12.4-1noble.20260520.141550_arm64.deb Size: 14884 SHA256: 22f2c04a1d8f387075d87665c5c1366379a826f3cd938a43529b8e5b931c7d15 SHA1: 56db9320ea2274c8ca09cc03fcd3c9c98e89a05c MD5sum: 2a7a7a89143ae102c240dee50f4d76ec Description: MoveIt Resources for testing: Pilz PRBT 6 A project-internal configuration for testing in MoveIt. Package: ros-jazzy-moveit-resources-prbt-pg70-support Version: 2.12.4-1noble.20260520.141637 Architecture: arm64 Maintainer: Alexander Gutenkunst Installed-Size: 935 Depends: ros-jazzy-moveit-resources-prbt-ikfast-manipulator-plugin, ros-jazzy-moveit-resources-prbt-moveit-config, ros-jazzy-moveit-resources-prbt-support, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-resources-prbt-pg70-support/ros-jazzy-moveit-resources-prbt-pg70-support_2.12.4-1noble.20260520.141637_arm64.deb Size: 160856 SHA256: dbb0ec85227ec30d5265236911c95f05c4ad2b6364719e993dc5081b1b117f0f SHA1: 6f737b9d53e8d94fcd55ed15a351c55564070b7c MD5sum: e6dcc90f2ea14ea7ff4c28803e98cac2 Description: PRBT support for Schunk pg70 gripper. Package: ros-jazzy-moveit-resources-prbt-support Version: 2.12.4-1noble.20260519.012218 Architecture: arm64 Maintainer: Alexander Gutenkunst Installed-Size: 3862 Depends: ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-resources-prbt-support/ros-jazzy-moveit-resources-prbt-support_2.12.4-1noble.20260519.012218_arm64.deb Size: 760776 SHA256: eae6859d66f9a5c92c73e6b103a49019ac72f57673b3888cb855e691463c42b2 SHA1: d36966a84dab1a3dff8bd4af9bf6912251223828 MD5sum: c24861490701c73fc7c227c44213108c Description: Mechanical, kinematic and visual description of the Pilz light weight arm PRBT. Package: ros-jazzy-moveit-ros Version: 2.12.4-1noble.20260520.150320 Architecture: arm64 Maintainer: Michael Görner Installed-Size: 43 Depends: ros-jazzy-moveit-ros-benchmarks, ros-jazzy-moveit-ros-move-group, ros-jazzy-moveit-ros-planning, ros-jazzy-moveit-ros-planning-interface, ros-jazzy-moveit-ros-robot-interaction, ros-jazzy-moveit-ros-visualization, ros-jazzy-moveit-ros-warehouse, ros-jazzy-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros/ros-jazzy-moveit-ros_2.12.4-1noble.20260520.150320_arm64.deb Size: 6772 SHA256: 619789b8f7cb50eea5deb841d72f5eb0b81ab56a6746081aede30e209a50e742 SHA1: d09544980141e2b9898364bcc032f1375dee9098 MD5sum: 3f82809b1a469cea0b1d183fbc10e65d Description: Components of MoveIt that use ROS Package: ros-jazzy-moveit-ros-benchmarks Version: 2.12.4-1noble.20260520.052940 Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 651 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-moveit-core, ros-jazzy-moveit-ros-planning, ros-jazzy-moveit-ros-warehouse, libboost-date-time1.83.0, libboost-filesystem1.83.0, ros-jazzy-launch-param-builder, ros-jazzy-moveit-common, ros-jazzy-moveit-configs-utils, ros-jazzy-pluginlib (>= 1.11.2), ros-jazzy-rclcpp, ros-jazzy-tf2-eigen, ros-jazzy-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-benchmarks/ros-jazzy-moveit-ros-benchmarks_2.12.4-1noble.20260520.052940_arm64.deb Size: 189494 SHA256: 82f9af9870b69571a2e100fb2cb39be75aa25a7d6d29ef2b4062ae04c87a20a9 SHA1: e117e47c40806fe074aaaa203a32cd78fdf2794d MD5sum: 34f98b808edefcc1f5d5ea3544a8162e Description: Enhanced tools for benchmarks in MoveIt Package: ros-jazzy-moveit-ros-benchmarks-dbgsym Package-Type: ddeb Source: ros-jazzy-moveit-ros-benchmarks Version: 2.12.4-1noble.20260520.052940 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 7012 Depends: ros-jazzy-moveit-ros-benchmarks (= 2.12.4-1noble.20260520.052940) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-benchmarks/ros-jazzy-moveit-ros-benchmarks-dbgsym_2.12.4-1noble.20260520.052940_arm64.deb Size: 6829868 SHA256: 7d763a0472f0f90330d245923093a0e6c40a305c6f866ce767507d03da9dbb82 SHA1: 62b5cc075d28702eef0f2feb2ac7b140f4c9e335 MD5sum: 922adfaf17ece8aba5128557c8729651 Description: debug symbols for ros-jazzy-moveit-ros-benchmarks Build-Ids: 2437c4f4e23742ca7d0dd5ecc96ffc8658606a1a 51862ed423bf58136d46e11a762da1f2504ef899 Package: ros-jazzy-moveit-ros-control-interface Version: 2.12.4-1noble.20260520.043024 Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 1084 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-moveit-core, ros-jazzy-moveit-simple-controller-manager, ros-jazzy-controller-manager-msgs, ros-jazzy-moveit-common, ros-jazzy-pluginlib (>= 1.11.2), ros-jazzy-rclcpp-action, ros-jazzy-trajectory-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-control-interface/ros-jazzy-moveit-ros-control-interface_2.12.4-1noble.20260520.043024_arm64.deb Size: 221550 SHA256: ddfbc4cd269db3dd37bfefc584a9dd7d7fc4475cdf748846202a6ea25f883f12 SHA1: 5cbcfcfc735b1d4e1a431da73f122ce0f4f036d7 MD5sum: 0304d20d740957fd23e0f8e393f08d71 Description: ros_control controller manager interface for MoveIt Package: ros-jazzy-moveit-ros-control-interface-dbgsym Package-Type: ddeb Source: ros-jazzy-moveit-ros-control-interface Version: 2.12.4-1noble.20260520.043024 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 5080 Depends: ros-jazzy-moveit-ros-control-interface (= 2.12.4-1noble.20260520.043024) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-control-interface/ros-jazzy-moveit-ros-control-interface-dbgsym_2.12.4-1noble.20260520.043024_arm64.deb Size: 4569102 SHA256: 6c6a4379f50cc2a17cb7a8ad63786b2f6ae554786dcc39f011793dbd0fe517f4 SHA1: c9d0176d21fd217cf826b0c81893345987daf940 MD5sum: afc04b9e866ddb44493f484a81c03b4e Description: debug symbols for ros-jazzy-moveit-ros-control-interface Build-Ids: 1244a8b91fe916f5b1827d297fc8459655473fbc 1f573404213777ae41e7fa79703ade8cdab46617 1fd7784e7142df085e2f6eee016bc2b4cb42f35a b7b65889186f4dd24898899c401e9b45eb28a823 e4ae593bc2141e07bd6d5e83d2a1934cd7795ad7 Package: ros-jazzy-moveit-ros-move-group Version: 2.12.4-1noble.20260520.051124 Architecture: arm64 Maintainer: Michael Görner Installed-Size: 1601 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-moveit-core, ros-jazzy-moveit-ros-planning, ros-jazzy-urdfdom, libfmt-dev, ros-jazzy-moveit-common, ros-jazzy-moveit-kinematics, ros-jazzy-moveit-ros-occupancy-map-monitor, ros-jazzy-pluginlib (>= 1.11.2), ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-std-srvs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-move-group/ros-jazzy-moveit-ros-move-group_2.12.4-1noble.20260520.051124_arm64.deb Size: 379948 SHA256: df848ae084ddb5bffc3a5216e3f80576769b66e5a2a92e8b862fa12b7a0b4da7 SHA1: 88f3ba5f57e1029b4bc2b361f343c0528d538dca MD5sum: 9467f1c0d183cc0b94d92fb0cfef9bfd Description: The move_group node for MoveIt Package: ros-jazzy-moveit-ros-move-group-dbgsym Package-Type: ddeb Source: ros-jazzy-moveit-ros-move-group Version: 2.12.4-1noble.20260520.051124 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Görner Installed-Size: 28884 Depends: ros-jazzy-moveit-ros-move-group (= 2.12.4-1noble.20260520.051124) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-move-group/ros-jazzy-moveit-ros-move-group-dbgsym_2.12.4-1noble.20260520.051124_arm64.deb Size: 28095514 SHA256: 9681cf9fa563e73c3cc301e029475a1f5e03f9f696f7d23ab7dc481a11150a76 SHA1: 302c352f8bd541d91c40457e78b685451eb48e0a MD5sum: 57adfb428c24a95f36bf8c6f55ceb853 Description: debug symbols for ros-jazzy-moveit-ros-move-group Build-Ids: bc05d972edcc58a04aa6932bcb01bec04ecd38f4 cc3fe13078030c1099d7c7a331f0c72bd6033310 ec4d1c0e2f69e4fb8f0f9f70b82f22a345ae6fc2 f2372947bf1224b2d8a415781ae47c4e5f4828d3 Package: ros-jazzy-moveit-ros-occupancy-map-monitor Version: 2.12.4-1noble.20260520.042355 Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 1010 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liboctomap1.9t64 (>= 1.9.7+dfsg), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-moveit-core, libeigen3-dev, liboctomap-dev, ros-jazzy-eigen3-cmake-module, ros-jazzy-geometric-shapes, ros-jazzy-moveit-common, ros-jazzy-moveit-msgs, ros-jazzy-pluginlib (>= 1.11.2), ros-jazzy-rclcpp, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-occupancy-map-monitor/ros-jazzy-moveit-ros-occupancy-map-monitor_2.12.4-1noble.20260520.042355_arm64.deb Size: 242552 SHA256: 04bf7cd289ff2890ecd2f570e9d96723cff048ad6f623750bbce15e1afd963bc SHA1: 3aacc421efe9bf068ca38a725857e3d6a70df91d MD5sum: e2bd9221acbeacc7bb7dff86acddbf73 Description: Components of MoveIt connecting to occupancy map Package: ros-jazzy-moveit-ros-occupancy-map-monitor-dbgsym Package-Type: ddeb Source: ros-jazzy-moveit-ros-occupancy-map-monitor Version: 2.12.4-1noble.20260520.042355 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 5302 Depends: ros-jazzy-moveit-ros-occupancy-map-monitor (= 2.12.4-1noble.20260520.042355) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-occupancy-map-monitor/ros-jazzy-moveit-ros-occupancy-map-monitor-dbgsym_2.12.4-1noble.20260520.042355_arm64.deb Size: 4696340 SHA256: b0ae554f234c454fc1cb55e61e12cb1253f52f908a9186fc3254f9b5511415a0 SHA1: 2e74588be4cc69a7e0e0476a7eaceb799ce807ab MD5sum: 0c037cf788d9dd1d572d81088d42e00c Description: debug symbols for ros-jazzy-moveit-ros-occupancy-map-monitor Build-Ids: 779c1cd399a07383d8e9014d077cbc9f24ab2b19 7de387407bdb24cae46c9cd6b8599fc053b861b5 Package: ros-jazzy-moveit-ros-perception Version: 2.12.4-1noble.20260520.045626 Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 1998 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libglew2.2 (>= 2.2.0-4build1), libglu1-mesa | libglu1, libglut3.12 (>= 3.4.0), libglx0, libgomp1 (>= 4.2.1), liboctomap1.9t64 (>= 1.9.7+dfsg), libopengl0, libstdc++6 (>= 13.1), ros-jazzy-geometric-shapes, ros-jazzy-moveit-core, ros-jazzy-moveit-ros-occupancy-map-monitor, freeglut3-dev, libgl1-mesa-dev, libglew-dev, libglu1-mesa-dev, libomp-dev, ros-jazzy-cv-bridge, ros-jazzy-image-transport, ros-jazzy-message-filters, ros-jazzy-moveit-common, ros-jazzy-moveit-msgs, ros-jazzy-moveit-ros-planning, ros-jazzy-object-recognition-msgs, ros-jazzy-pluginlib (>= 1.11.2), ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-tf2, ros-jazzy-tf2-eigen, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-urdf, ros-jazzy-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-perception/ros-jazzy-moveit-ros-perception_2.12.4-1noble.20260520.045626_arm64.deb Size: 367548 SHA256: 6c0d2463286f2b3c08495a627d5b9d66290a50ba62806d5563be1e64f7744898 SHA1: e4830dd5642c1bb70bbb84ddc83cab6a93d40528 MD5sum: da235e239ad7dc7c38e5c7545b51c190 Description: Components of MoveIt connecting to perception Package: ros-jazzy-moveit-ros-perception-dbgsym Package-Type: ddeb Source: ros-jazzy-moveit-ros-perception Version: 2.12.4-1noble.20260520.045626 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 10941 Depends: ros-jazzy-moveit-ros-perception (= 2.12.4-1noble.20260520.045626) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-perception/ros-jazzy-moveit-ros-perception-dbgsym_2.12.4-1noble.20260520.045626_arm64.deb Size: 9940390 SHA256: a29fad89e59f82a846a5181ddd43bce78f47a4710692da996386df488cd4c90c SHA1: 1693ee7f1c9ddd7285edd8ce34816d6fc5fa23e5 MD5sum: 3b4cbfe62d65a3042e8b3a85775f0fdf Description: debug symbols for ros-jazzy-moveit-ros-perception Build-Ids: 0993114ff4ad30938a9bfabc967e504893774c81 0a2704ea89bd02336fc2041cf072cc5fb14fcb45 17920f3a59bd3678ac4ca89063783dc662ba4a8a 18b6faef4a8387148faa99e2274df29336ba9319 29ecce98439825d17eeba2d350d71d68c6cbcc9b 374e746dfbe4e4e0b6168416475b6b64f743089f 8c34e32160aa41410153f1405ff0af5961958435 bc735058fcf95d2a166d15b927250d25ea7fd7a4 Package: ros-jazzy-moveit-ros-planning Version: 2.12.4-1noble.20260520.043238 Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 6938 Depends: libboost-program-options1.83.0 (>= 1.83.0), libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-geometric-shapes, ros-jazzy-moveit-core, ros-jazzy-moveit-ros-occupancy-map-monitor, ros-jazzy-srdfdom, libeigen3-dev, libfmt-dev, ros-jazzy-ament-index-cpp, ros-jazzy-eigen3-cmake-module, ros-jazzy-generate-parameter-library, ros-jazzy-message-filters, ros-jazzy-moveit-common, ros-jazzy-moveit-msgs, ros-jazzy-pluginlib (>= 1.11.2), ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-components, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-tf2-eigen, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-msgs, ros-jazzy-tf2-ros, ros-jazzy-urdf, ros-jazzy-ros-workspace Conflicts: ros-jazzy-moveit-ros-planning-interface (<< 2.1.5) Replaces: ros-jazzy-moveit-ros-planning-interface (<< 2.1.5) Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-planning/ros-jazzy-moveit-ros-planning_2.12.4-1noble.20260520.043238_arm64.deb Size: 1159124 SHA256: e7d0bed6c26db711ab58ec7c74080bedf1d2412fa1a59a75cb5e4a5fc4d8c4c8 SHA1: 8a550856a748b88e6745656bf36281286396cfe6 MD5sum: 8bf3b0d337a5c150a5ac18d8b7073dd1 Description: Planning components of MoveIt that use ROS Package: ros-jazzy-moveit-ros-planning-dbgsym Package-Type: ddeb Source: ros-jazzy-moveit-ros-planning Version: 2.12.4-1noble.20260520.043238 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 71551 Depends: ros-jazzy-moveit-ros-planning (= 2.12.4-1noble.20260520.043238) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-planning/ros-jazzy-moveit-ros-planning-dbgsym_2.12.4-1noble.20260520.043238_arm64.deb Size: 68147162 SHA256: 1ba659b4d89c0da40adaff6c3b8f4b4d2a00e6c3365c9b52ee4955e04f341ca9 SHA1: 1870c893c076ee4cb50ed29c5533af605fb831cc MD5sum: 76cb09763b177df2de29e1c712e11036 Description: debug symbols for ros-jazzy-moveit-ros-planning Build-Ids: 1133d14a7bc2693392e53bffb484a13303629f82 196cf23cab91faf7fd0eb1c284225c2a8397d867 20b78681b33410b71f5eb5d8ec50b42481be78a5 214a524915026b564b637ebd81a0452d3a70d657 2798cb559e099b3681852b9a64c9bab71e66cb56 3adb9b30a3eb498678c8289cec8c3532f8781605 3c62a0144bf05bcafa2131f43be871964571bbcb 48fa8afe88ebbc0bc8d0720b32a4e95924465f61 5201c4188bd49444a46c78ec8203c56a01c0b4ad 672f91d5eeb6d769bde3a8141a633785307308f7 7b203b22d38a632be2f1325654418ed4864d7d88 91004f4f31b0757432a5ef350021ada5f930c2fb 9128cf7a7a3cfaf48fe177480a558c53ab305c08 9502117837c73c6385c80b152ec5d2a62876d6e8 9db03992e938be981c7ed33ab10f0265ce3299bb a2be0cb5a755c290b0df3a14da5bbe9ac6cbc2bc afb5d79c996ab360aa3cd454f705320f05a6680f b5db9c1e3c36a5f57b86622931870b368e2b050b c7419850d5dc10ba4f5ef8729f2859acfdf8355d cbc9e7c25accbcbbae447c253eb7d945790155c9 d4c5c6a640636b8718f2c9fa97f8648b1fe0b797 db91e1cce19492a843daa2728521c7d38962154a Package: ros-jazzy-moveit-ros-planning-interface Version: 2.12.4-1noble.20260520.052957 Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 1132 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-jazzy-moveit-core, ros-jazzy-moveit-ros-planning, ros-jazzy-moveit-ros-warehouse, python3-dev, ros-jazzy-geometry-msgs, ros-jazzy-moveit-common, ros-jazzy-moveit-msgs, ros-jazzy-moveit-ros-move-group, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclpy, ros-jazzy-tf2, ros-jazzy-tf2-eigen, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-planning-interface/ros-jazzy-moveit-ros-planning-interface_2.12.4-1noble.20260520.052957_arm64.deb Size: 260064 SHA256: 9c6cca96011dfd3b6925c393a766133847792d662271ff3ef67978165e8507f1 SHA1: e482330c26202d8a3f92fd2fc6fc141f92a1ab6f MD5sum: 3bc2ff0492abf92ba08523e8d8e38cda Description: Components of MoveIt that offer simpler remote (as from another ROS 2 node) interfaces to planning and execution Package: ros-jazzy-moveit-ros-planning-interface-dbgsym Package-Type: ddeb Source: ros-jazzy-moveit-ros-planning-interface Version: 2.12.4-1noble.20260520.052957 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 10178 Depends: ros-jazzy-moveit-ros-planning-interface (= 2.12.4-1noble.20260520.052957) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-planning-interface/ros-jazzy-moveit-ros-planning-interface-dbgsym_2.12.4-1noble.20260520.052957_arm64.deb Size: 9684218 SHA256: 2339b92d5363a9a15973ec138c1aff2977116502cf102a57151297888cbcddaa SHA1: 0a844cd99bd6b583a21f4e317a71bc556764d14b MD5sum: 0b74be6bb5aa2c523f6e1e707ee72535 Description: debug symbols for ros-jazzy-moveit-ros-planning-interface Build-Ids: 0338a1a2158effd094906f38f4d5ef895a4e41b3 a5a03915d41ed42b22b1b711856024f3b4e9450e f875d283a29bb4629b4f61d4c8eeba0dde1c81be Package: ros-jazzy-moveit-ros-robot-interaction Version: 2.12.4-1noble.20260520.051700 Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 770 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-jazzy-moveit-core, ros-jazzy-interactive-markers, ros-jazzy-moveit-common, ros-jazzy-moveit-ros-planning, ros-jazzy-rclcpp, ros-jazzy-tf2, ros-jazzy-tf2-eigen, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-robot-interaction/ros-jazzy-moveit-ros-robot-interaction_2.12.4-1noble.20260520.051700_arm64.deb Size: 160308 SHA256: b901ff998298add0906f9f104b83b000fdfd679aa666d7e47d35beb46d873b19 SHA1: 42bb98f178e4fc1be2c75bfe26591e72583a1573 MD5sum: 1fdcff3673c51ae79c43762b9f8e354a Description: Components of MoveIt that offer interaction via interactive markers Package: ros-jazzy-moveit-ros-robot-interaction-dbgsym Package-Type: ddeb Source: ros-jazzy-moveit-ros-robot-interaction Version: 2.12.4-1noble.20260520.051700 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 7015 Depends: ros-jazzy-moveit-ros-robot-interaction (= 2.12.4-1noble.20260520.051700) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-robot-interaction/ros-jazzy-moveit-ros-robot-interaction-dbgsym_2.12.4-1noble.20260520.051700_arm64.deb Size: 6672240 SHA256: f45d1da72b106805afd1da759530fe46e88f143daeaf605899e6ff7308903791 SHA1: 3e1db5695cb59027d116c13cb1176089a1235c86 MD5sum: 9b3d5418566672b5a726b21c11c27f08 Description: debug symbols for ros-jazzy-moveit-ros-robot-interaction Build-Ids: 7130451a8be84535fb8a858197635f99f588e6e7 Package: ros-jazzy-moveit-ros-tests Version: 2.12.4-1noble.20260520.030609 Architecture: arm64 Maintainer: MoveIt Release Team Installed-Size: 8 Depends: ros-jazzy-moveit-common, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-tests/ros-jazzy-moveit-ros-tests_2.12.4-1noble.20260520.030609_arm64.deb Size: 2006 SHA256: f4f25b2aa224287e2b6d35cee2a23d76e053ef58fd091eea5c92ede0ff6e188c SHA1: ad8b46db20c71dd957fe045678d3ba4b52296526 MD5sum: f0ccd113adf5bd313726e0da535b2ed2 Description: Integration tests for moveit_ros Package: ros-jazzy-moveit-ros-trajectory-cache Version: 2.12.4-1noble.20260520.150425 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 719 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libssl3t64 (>= 3.0.0), libstdc++6 (>= 13.1), ros-jazzy-moveit-core, ros-jazzy-moveit-ros-planning-interface, ros-jazzy-moveit-ros-warehouse, python3-yaml, ros-jazzy-geometry-msgs, ros-jazzy-moveit-common, ros-jazzy-moveit-ros, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-tf2-ros, ros-jazzy-trajectory-msgs, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-trajectory-cache/ros-jazzy-moveit-ros-trajectory-cache_2.12.4-1noble.20260520.150425_arm64.deb Size: 128998 SHA256: b9572d9980398c8dc21339dac5177d62501c8adf03e0fd32f78c7fb29ad4af35 SHA1: 353c09b48e3715c76606ac7687ccff5c261b3771 MD5sum: 6bf504d332573dde27837094d6ddc6bf Description: A trajectory cache for MoveIt 2 motion plans and cartesian plans. Package: ros-jazzy-moveit-ros-trajectory-cache-dbgsym Package-Type: ddeb Source: ros-jazzy-moveit-ros-trajectory-cache Version: 2.12.4-1noble.20260520.150425 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 8214 Depends: ros-jazzy-moveit-ros-trajectory-cache (= 2.12.4-1noble.20260520.150425) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-trajectory-cache/ros-jazzy-moveit-ros-trajectory-cache-dbgsym_2.12.4-1noble.20260520.150425_arm64.deb Size: 8074300 SHA256: 751e15e7ea3dee0f5b04987797a1389d64a810fa5659c1750ec10aac9058097a SHA1: 8bdb43d128a044a74fddb10ee737addd380822d8 MD5sum: f27100e7dfd1dd309ed27b685966739b Description: debug symbols for ros-jazzy-moveit-ros-trajectory-cache Build-Ids: 09de3451f42315037bb94d9e831f0331182200ae 71053ee4b6b88f1841ee700971a84061834231f0 c20dafcc7004aa7519f3645f2a1e5ec9857db937 d87224555cf94b4231d3f9d56e4e508c96cecd05 Package: ros-jazzy-moveit-ros-visualization Version: 2.12.4-1noble.20260520.140556 Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 3905 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libqt5core5t64 (>= 5.5.0), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5t64 (>= 5.14.1), libstdc++6 (>= 13.1), ros-jazzy-geometric-shapes, ros-jazzy-moveit-core, ros-jazzy-moveit-ros-planning, ros-jazzy-moveit-ros-planning-interface, ros-jazzy-moveit-ros-robot-interaction, ros-jazzy-moveit-ros-warehouse, ros-jazzy-rviz-ogre-vendor, ros-jazzy-interactive-markers, ros-jazzy-moveit-common, ros-jazzy-object-recognition-msgs, ros-jazzy-pluginlib (>= 1.11.2), ros-jazzy-rclcpp, ros-jazzy-rclpy, ros-jazzy-rviz2, ros-jazzy-tf2-eigen, ros-jazzy-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-visualization/ros-jazzy-moveit-ros-visualization_2.12.4-1noble.20260520.140556_arm64.deb Size: 671866 SHA256: 3a1e7d3343cc4ebcf07013f4b08807148fc8dabd83b5fcbf40a82688b43dd6e5 SHA1: 34153581b4bbfe812b9a63eeb67390c7a3598657 MD5sum: 32ab7987804bdde0e7d9f0c49f8c81f4 Description: Components of MoveIt that offer visualization Package: ros-jazzy-moveit-ros-visualization-dbgsym Package-Type: ddeb Source: ros-jazzy-moveit-ros-visualization Version: 2.12.4-1noble.20260520.140556 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 42836 Depends: ros-jazzy-moveit-ros-visualization (= 2.12.4-1noble.20260520.140556) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-visualization/ros-jazzy-moveit-ros-visualization-dbgsym_2.12.4-1noble.20260520.140556_arm64.deb Size: 40644528 SHA256: 83f9ccdaa587c8ccb7b39b81dd227b7a6b5344005c161a07902b9fd9d7f867bb SHA1: 408f0a20363215411e8d63dc86382117a0b650a3 MD5sum: 977b71338880ed7862b5b13b0c5361ea Description: debug symbols for ros-jazzy-moveit-ros-visualization Build-Ids: 05dedba4dbb16993a9feda8776994c634c906399 5848f04187638a2ea38df770edfcd2aee2cc2505 80a1904eca739ac5c1b0d0bb11dc08130c6112d0 8c6df36be5ee3379931d912407c0ee7070b8aa1c b6b699d4a94dea225e2fcf535d46d2cbdc04575b c6d955e5ff65514b72f3c68b13c60029ee06ff93 d1656efd72b25157e1e7b19489c420900b1e8178 d7a14e5c6781ef50621a2b44ddd37d8392184c82 fd8a67ea7e63d1e6e5de84585727da1bdd6f505c Package: ros-jazzy-moveit-ros-warehouse Version: 2.12.4-1noble.20260520.051738 Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 2645 Depends: libboost-program-options1.83.0 (>= 1.83.0), libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libssl3t64 (>= 3.0.0), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-moveit-core, ros-jazzy-moveit-ros-planning, libfmt-dev, ros-jazzy-moveit-common, ros-jazzy-rclcpp, ros-jazzy-tf2-eigen, ros-jazzy-tf2-ros, ros-jazzy-warehouse-ros, ros-jazzy-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-warehouse/ros-jazzy-moveit-ros-warehouse_2.12.4-1noble.20260520.051738_arm64.deb Size: 475300 SHA256: 56462c840245ea0a20e5473efad263ed6e135d8644e0546a83a28f59d66c3211 SHA1: 72dbfbddc20d7664825d0391386e7e543d11ad1b MD5sum: 115d2e8189905d3904816d389fcbb996 Description: Components of MoveIt connecting to MongoDB Package: ros-jazzy-moveit-ros-warehouse-dbgsym Package-Type: ddeb Source: ros-jazzy-moveit-ros-warehouse Version: 2.12.4-1noble.20260520.051738 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 20585 Depends: ros-jazzy-moveit-ros-warehouse (= 2.12.4-1noble.20260520.051738) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-warehouse/ros-jazzy-moveit-ros-warehouse-dbgsym_2.12.4-1noble.20260520.051738_arm64.deb Size: 18899892 SHA256: dbe1d62ab4fe894b387fb48436d904ce4c3cb544aec0adb79785cb81d25f443e SHA1: 92aab52bb91ebd10319c525bfcfd23d3f896457e MD5sum: e4e1ae90961ab6dfb4b10fca31269db8 Description: debug symbols for ros-jazzy-moveit-ros-warehouse Build-Ids: 09435886ad0bd271537889606f3fc57ccb427cf1 3554746541278baa4b4bf92c38ff13b9671060ed 36a50be8718f57bbf17b3f713cf60cd5c7c20f45 3d800c08816c4ea3729ee7606abe2dad43be1fe2 4cd9b0069c9fe222ae3652ca727b1e1c2d16bf54 f4b201d08fdb58f5e7010edd9ac9071aaf84562c faa3268ed01568792d7c7cedb75db70c60842371 Package: ros-jazzy-moveit-runtime Version: 2.12.4-1noble.20260520.110639 Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 43 Depends: ros-jazzy-moveit-core, ros-jazzy-moveit-planners, ros-jazzy-moveit-plugins, ros-jazzy-moveit-ros-move-group, ros-jazzy-moveit-ros-perception, ros-jazzy-moveit-ros-planning, ros-jazzy-moveit-ros-planning-interface, ros-jazzy-moveit-ros-warehouse, ros-jazzy-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-runtime/ros-jazzy-moveit-runtime_2.12.4-1noble.20260520.110639_arm64.deb Size: 6528 SHA256: f3efc140b1aa1439bbcca0be80ce17cbad3e4ad66c6f4792cc82b561ff867cea SHA1: d5484c79c59beb9edc96557c79d9657366d2920b MD5sum: bdb4955a3428cc8969bf5b73c844f138 Description: moveit_runtime meta package contains MoveIt packages that are essential for its runtime (e.g. running MoveIt on robots). Package: ros-jazzy-moveit-servo Version: 2.12.4-1noble.20260520.142908 Architecture: arm64 Maintainer: Blake Anderson Installed-Size: 3327 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-moveit-core, ros-jazzy-moveit-ros-planning, ros-jazzy-control-msgs, ros-jazzy-controller-manager, ros-jazzy-generate-parameter-library, ros-jazzy-geometry-msgs, ros-jazzy-gripper-controllers, ros-jazzy-joint-state-broadcaster, ros-jazzy-joint-trajectory-controller, ros-jazzy-joy, ros-jazzy-launch-param-builder, ros-jazzy-moveit-common, ros-jazzy-moveit-configs-utils, ros-jazzy-moveit-msgs, ros-jazzy-moveit-ros-planning-interface, ros-jazzy-moveit-ros-visualization, ros-jazzy-pluginlib, ros-jazzy-realtime-tools, ros-jazzy-robot-state-publisher, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2-eigen, ros-jazzy-tf2-ros, ros-jazzy-trajectory-msgs, ros-jazzy-ros-workspace Homepage: https://moveit.github.io/moveit_tutorials Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-servo/ros-jazzy-moveit-servo_2.12.4-1noble.20260520.142908_arm64.deb Size: 614390 SHA256: 924d9e3429bdbe887568ae1fe72c22d7422449f7592c0ba1b69b4fafadfa2412 SHA1: 0814010716bb796a0aa03bb242debe2ee1497387 MD5sum: b380129db1477cbf96228b38cebe45b5 Description: Provides real-time manipulator Cartesian and joint servoing. Package: ros-jazzy-moveit-servo-dbgsym Package-Type: ddeb Source: ros-jazzy-moveit-servo Version: 2.12.4-1noble.20260520.142908 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Blake Anderson Installed-Size: 31487 Depends: ros-jazzy-moveit-servo (= 2.12.4-1noble.20260520.142908) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-servo/ros-jazzy-moveit-servo-dbgsym_2.12.4-1noble.20260520.142908_arm64.deb Size: 30119652 SHA256: f8558aa6e79e81145d53e91e48e16ff86fc07148173d6568b40ca20bf6177031 SHA1: 44acbfc29c72c837015079893d42168a03f45550 MD5sum: 066494954b647a99d3595dd5b539d1d9 Description: debug symbols for ros-jazzy-moveit-servo Build-Ids: 375f4bd698d27724665364f12647edc1afc9e2e6 38ddb8d2cfe773edce55f744e393b92c6ac437db 48f1a131765089ffe9599713ca563f266efc375b 752870e18145ace868b72910fab307f4b3171dee d1b57c3620cd8c59bb50db70853c934bbf959a55 dbe69f18ded113b5cb66fd14ef449310d645b3e6 e326120618598f31be7c3624d4656cbf5ef7017c Package: ros-jazzy-moveit-setup-app-plugins Version: 2.12.4-1noble.20260520.143904 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 317 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.5.0), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-ament-index-cpp, ros-jazzy-moveit-configs-utils, ros-jazzy-moveit-ros-visualization, ros-jazzy-moveit-setup-framework, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-setup-app-plugins/ros-jazzy-moveit-setup-app-plugins_2.12.4-1noble.20260520.143904_arm64.deb Size: 69016 SHA256: 6370bf0e1bc53fd1e5870b45a5c9ae8a22c2a9e13f6f61570c355092b78b0e3f SHA1: 34662d3712b280124a47355a7ee6b4a26fc4d615 MD5sum: c30a7298fc068677978f6c21aa62349e Description: Various specialty plugins for MoveIt Setup Assistant Package: ros-jazzy-moveit-setup-app-plugins-dbgsym Package-Type: ddeb Source: ros-jazzy-moveit-setup-app-plugins Version: 2.12.4-1noble.20260520.143904 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 4029 Depends: ros-jazzy-moveit-setup-app-plugins (= 2.12.4-1noble.20260520.143904) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-setup-app-plugins/ros-jazzy-moveit-setup-app-plugins-dbgsym_2.12.4-1noble.20260520.143904_arm64.deb Size: 3949594 SHA256: 9dad0dbe30fdd846207a32983fa76e71a9bee25879e79a9237d57be78e03980c SHA1: c125da9e5e988261091803d39668afca54ce0bb5 MD5sum: e4cab1a1588145e2502e7b03c2255ab5 Description: debug symbols for ros-jazzy-moveit-setup-app-plugins Build-Ids: 533f7caa5d126bf015bbca2e81206b8213dc1688 Package: ros-jazzy-moveit-setup-assistant Version: 2.12.4-1noble.20260520.145916 Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 891 Depends: libboost-program-options1.83.0 (>= 1.83.0), libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.0.2), libqt5gui5t64 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5widgets5t64 (>= 5.11.0~rc1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-moveit-ros-planning, ros-jazzy-srdfdom, qtbase5-dev, ros-jazzy-ament-index-cpp, ros-jazzy-moveit-configs-utils, ros-jazzy-moveit-setup-app-plugins, ros-jazzy-moveit-setup-controllers, ros-jazzy-moveit-setup-core-plugins, ros-jazzy-moveit-setup-framework, ros-jazzy-moveit-setup-srdf-plugins, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-setup-assistant/ros-jazzy-moveit-setup-assistant_2.12.4-1noble.20260520.145916_arm64.deb Size: 281900 SHA256: 18a95a66d3d54512412a790875e7c210613161b55cfd1e44a713753868b5e42e SHA1: dee40e579ab5c9796f3d662ff53ec4b8e024b692 MD5sum: 7acf8c064eb7554525cbd28982dc1f4d Description: Generates a configuration package that makes it easy to use MoveIt Package: ros-jazzy-moveit-setup-assistant-dbgsym Package-Type: ddeb Source: ros-jazzy-moveit-setup-assistant Version: 2.12.4-1noble.20260520.145916 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 7618 Depends: ros-jazzy-moveit-setup-assistant (= 2.12.4-1noble.20260520.145916) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-setup-assistant/ros-jazzy-moveit-setup-assistant-dbgsym_2.12.4-1noble.20260520.145916_arm64.deb Size: 7259916 SHA256: 6497b8f3b5a61d5b0c50c769d77463f0517d4d18b6832679d7230dee142eb703 SHA1: 93028ebc2e2f5477c6d168dde1c124dce00f7e9d MD5sum: 7c3124eac0dc4d7ddf4fe215d8e293b2 Description: debug symbols for ros-jazzy-moveit-setup-assistant Build-Ids: 6fba368dc3180d8ad02fb2961214de77ded853d7 b97f6a2b96fe35a0b6dfd18f2a6f64736d682a28 Package: ros-jazzy-moveit-setup-controllers Version: 2.12.4-1noble.20260520.144053 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 624 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.5.0), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-moveit-core, ros-jazzy-ament-index-cpp, ros-jazzy-moveit-setup-framework, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-setup-controllers/ros-jazzy-moveit-setup-controllers_2.12.4-1noble.20260520.144053_arm64.deb Size: 157322 SHA256: 0a59dfc543b2010db127d18f0be2507fa94da3cb50c2f886bdfb5615c0d3f69e SHA1: 6678c177080033f4610e599c110639a53510a4cf MD5sum: 9a3ecbc564ee5ff2adb829028f7cfca8 Description: MoveIt Setup Steps for ROS 2 Control Package: ros-jazzy-moveit-setup-controllers-dbgsym Package-Type: ddeb Source: ros-jazzy-moveit-setup-controllers Version: 2.12.4-1noble.20260520.144053 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 11813 Depends: ros-jazzy-moveit-setup-controllers (= 2.12.4-1noble.20260520.144053) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-setup-controllers/ros-jazzy-moveit-setup-controllers-dbgsym_2.12.4-1noble.20260520.144053_arm64.deb Size: 11585106 SHA256: d24cae4de0a26942312e4555dc6b5759bdf787cb8344c32a5316dd20d50ca969 SHA1: e7583947890676afd0d120c239b3d3fb8532f839 MD5sum: 01513ff3470a830b38333ff4e47e37ea Description: debug symbols for ros-jazzy-moveit-setup-controllers Build-Ids: 810161c5088908eb20e6f72f8a24c817d310a490 Package: ros-jazzy-moveit-setup-core-plugins Version: 2.12.4-1noble.20260520.143920 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 301 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.3.0), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), ros-jazzy-moveit-core, ros-jazzy-ament-index-cpp, ros-jazzy-moveit-ros-visualization, ros-jazzy-moveit-setup-framework, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-srdfdom, ros-jazzy-urdf, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-setup-core-plugins/ros-jazzy-moveit-setup-core-plugins_2.12.4-1noble.20260520.143920_arm64.deb Size: 61388 SHA256: 1a5f7a19c2695c9753d2e01ad5ff9b8e2f4b4ffdeda32c1edd103631b513dfe0 SHA1: 14dec2a93fc5ce75624d7325ac88208f8594b774 MD5sum: 3285e915bd6894eedef6bc07d0361c82 Description: Core (meta) plugins for MoveIt Setup Assistant Package: ros-jazzy-moveit-setup-core-plugins-dbgsym Package-Type: ddeb Source: ros-jazzy-moveit-setup-core-plugins Version: 2.12.4-1noble.20260520.143920 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 5914 Depends: ros-jazzy-moveit-setup-core-plugins (= 2.12.4-1noble.20260520.143920) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-setup-core-plugins/ros-jazzy-moveit-setup-core-plugins-dbgsym_2.12.4-1noble.20260520.143920_arm64.deb Size: 5861268 SHA256: b5159a1596dda09af6c11122436dc30b044318fdacc3447037fc59ae38536d74 SHA1: 3abc485428f21fd739bb339b2ee713c4470a6595 MD5sum: 9424503829cf7bdd5cdfdd184b52b6c9 Description: debug symbols for ros-jazzy-moveit-setup-core-plugins Build-Ids: eb7bf6b112a342d19c46d3bdf317a3c33e88ce53 Package: ros-jazzy-moveit-setup-framework Version: 2.12.4-1noble.20260520.142845 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 732 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.5.0), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-moveit-core, ros-jazzy-moveit-ros-planning, ros-jazzy-moveit-ros-visualization, ros-jazzy-srdfdom, libfmt-dev, ros-jazzy-ament-index-cpp, ros-jazzy-moveit-common, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rviz-common, ros-jazzy-rviz-rendering, ros-jazzy-urdf, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-setup-framework/ros-jazzy-moveit-setup-framework_2.12.4-1noble.20260520.142845_arm64.deb Size: 188084 SHA256: e6a7584e6abfe75938cf6dea6464220b2af7a9d1f2024fa580c5f2dbc20ebf42 SHA1: f1af0d520fb97aaa7c9154464e6d435494331957 MD5sum: 67e3c8c06b340b7dd21a794e92575fb2 Description: C++ Interface for defining setup steps for MoveIt Setup Assistant Package: ros-jazzy-moveit-setup-framework-dbgsym Package-Type: ddeb Source: ros-jazzy-moveit-setup-framework Version: 2.12.4-1noble.20260520.142845 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 7022 Depends: ros-jazzy-moveit-setup-framework (= 2.12.4-1noble.20260520.142845) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-setup-framework/ros-jazzy-moveit-setup-framework-dbgsym_2.12.4-1noble.20260520.142845_arm64.deb Size: 6778554 SHA256: 1ef6c0dbce26d234a32dbb110e60e6b7f186268f06881903f57a7587f00a7a82 SHA1: faa5ba4e5641c0e53808e71b877541c273194bb4 MD5sum: e9c97e340ebfd77231b39179ab8f7500 Description: debug symbols for ros-jazzy-moveit-setup-framework Build-Ids: 7bf6e3fb75ae817c04bd06673e114afa6f8448ba Package: ros-jazzy-moveit-setup-srdf-plugins Version: 2.12.4-1noble.20260520.144048 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 1133 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.8.0) | libqt5gui5-gles (>= 5.8.0), libqt5widgets5t64 (>= 5.11.0~rc1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-moveit-core, ros-jazzy-moveit-setup-framework, ros-jazzy-pluginlib, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-setup-srdf-plugins/ros-jazzy-moveit-setup-srdf-plugins_2.12.4-1noble.20260520.144048_arm64.deb Size: 296260 SHA256: 95dbd1c1a7285d25ebe05c45992269f2c19da89af864188fb5df723eb9fb0bc2 SHA1: 25030a8d5d67a3717be83dc590b80e11b2735282 MD5sum: ddc3da42c8085f999fa01c66957aba61 Description: SRDF-based plugins for MoveIt Setup Assistant Package: ros-jazzy-moveit-setup-srdf-plugins-dbgsym Package-Type: ddeb Source: ros-jazzy-moveit-setup-srdf-plugins Version: 2.12.4-1noble.20260520.144048 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 20205 Depends: ros-jazzy-moveit-setup-srdf-plugins (= 2.12.4-1noble.20260520.144048) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-setup-srdf-plugins/ros-jazzy-moveit-setup-srdf-plugins-dbgsym_2.12.4-1noble.20260520.144048_arm64.deb Size: 19833094 SHA256: 8df569dda821d4b11017cf5b35c71d904399fa85606d33022e5f9cf2a77c4cd2 SHA1: 7349ab3cd48090551d03c238e0ce0f24804ce577 MD5sum: 20eba3b654d0953a9b27c90d5dda2870 Description: debug symbols for ros-jazzy-moveit-setup-srdf-plugins Build-Ids: 9e257e855b49e6768e0cf6eb4d77540542179148 Package: ros-jazzy-moveit-simple-controller-manager Version: 2.12.4-1noble.20260520.042424 Architecture: arm64 Maintainer: Michael Görner Installed-Size: 511 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-moveit-core, ros-jazzy-control-msgs, ros-jazzy-moveit-common, ros-jazzy-pluginlib (>= 1.11.2), ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-simple-controller-manager/ros-jazzy-moveit-simple-controller-manager_2.12.4-1noble.20260520.042424_arm64.deb Size: 113566 SHA256: 36b10466388958053c5b508eeafd100250f9e717d86a11050fb39d9b6be8d224 SHA1: 8a72216d35a5c0d5639622a9a40b82ed8a8bbe0e MD5sum: 3a3a220fdc360f93461b3af8588543a5 Description: A generic, simple controller manager plugin for MoveIt. Package: ros-jazzy-moveit-simple-controller-manager-dbgsym Package-Type: ddeb Source: ros-jazzy-moveit-simple-controller-manager Version: 2.12.4-1noble.20260520.042424 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Görner Installed-Size: 2048 Depends: ros-jazzy-moveit-simple-controller-manager (= 2.12.4-1noble.20260520.042424) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-simple-controller-manager/ros-jazzy-moveit-simple-controller-manager-dbgsym_2.12.4-1noble.20260520.042424_arm64.deb Size: 1740104 SHA256: 5e3b775245486bf29f19f7c893c0fa5c64a225966149fb00579cf951cb02f7ad SHA1: c608bc178138d1c25cc211012c774c2161aff827 MD5sum: b6ea5fda4e3c2e4983f83412bce1a2cf Description: debug symbols for ros-jazzy-moveit-simple-controller-manager Build-Ids: 93e6434a6674d1b80178f664155a1d9648a92f47 Package: ros-jazzy-moveit-task-constructor-capabilities Version: 0.1.5-1noble.20260520.131320 Architecture: arm64 Maintainer: Michael v4hn Goerner Installed-Size: 248 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-moveit-core, ros-jazzy-moveit-ros-planning, libfmt-dev, ros-jazzy-moveit-ros-move-group, ros-jazzy-moveit-task-constructor-core, ros-jazzy-moveit-task-constructor-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp-action, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/moveit_task_constructor_capabilities/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-task-constructor-capabilities/ros-jazzy-moveit-task-constructor-capabilities_0.1.5-1noble.20260520.131320_arm64.deb Size: 57742 SHA256: 2d0eb2010f6b1d8d4bc4c8d12e15b05c5a3c80780a0a9077b2614bf9523197e2 SHA1: f8a0ce9ebc8d25c33467e46f9e3b4524af47c420 MD5sum: 5a046fff21d594751bae968dbe21b5db Description: MoveGroupCapabilites to interact with MoveIt Package: ros-jazzy-moveit-task-constructor-capabilities-dbgsym Package-Type: ddeb Source: ros-jazzy-moveit-task-constructor-capabilities Version: 0.1.5-1noble.20260520.131320 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael v4hn Goerner Installed-Size: 2812 Depends: ros-jazzy-moveit-task-constructor-capabilities (= 0.1.5-1noble.20260520.131320) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-task-constructor-capabilities/ros-jazzy-moveit-task-constructor-capabilities-dbgsym_0.1.5-1noble.20260520.131320_arm64.deb Size: 2723066 SHA256: 10cdedb7859bb8f6ac522a5d66adaced42cb99aa2101ea27bf61512b7f0c4aba SHA1: 9727fa3aa121cb439a0f711658edc9b684847c05 MD5sum: c11e38e49d181709dd966602c69759de Description: debug symbols for ros-jazzy-moveit-task-constructor-capabilities Build-Ids: 827d757dfad2c4b0f2b163b5ed7056e7988a9b7b Package: ros-jazzy-moveit-task-constructor-core Version: 0.1.5-1noble.20260520.125356 Architecture: arm64 Maintainer: Michael Goerner Installed-Size: 3909 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-moveit-core, ros-jazzy-moveit-ros-planning, libfmt-dev, ros-jazzy-geometry-msgs, ros-jazzy-moveit-py, ros-jazzy-moveit-ros-planning-interface, ros-jazzy-moveit-task-constructor-msgs, ros-jazzy-py-binding-tools, ros-jazzy-rclcpp, ros-jazzy-rviz-marker-tools, ros-jazzy-tf2-eigen, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/moveit/moveit_task_constructor Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-task-constructor-core/ros-jazzy-moveit-task-constructor-core_0.1.5-1noble.20260520.125356_arm64.deb Size: 873686 SHA256: d813e0e6b857d597dd04d79f122002810ed3afd371ee5031468f23d57cc0d385 SHA1: 050081f672422619cbd817976ac905aec82e0c66 MD5sum: 0aa0275a55c431dbab98b9fae40581a8 Description: MoveIt Task Pipeline Package: ros-jazzy-moveit-task-constructor-core-dbgsym Package-Type: ddeb Source: ros-jazzy-moveit-task-constructor-core Version: 0.1.5-1noble.20260520.125356 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Goerner Installed-Size: 45781 Depends: ros-jazzy-moveit-task-constructor-core (= 0.1.5-1noble.20260520.125356) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-task-constructor-core/ros-jazzy-moveit-task-constructor-core-dbgsym_0.1.5-1noble.20260520.125356_arm64.deb Size: 44733936 SHA256: b0caeb8a7ebfdd6a3c9845575892881f3845c8a54266faf1eb478b33c259021a SHA1: db86adaabead9a5250c326d27cdf70928cda40bb MD5sum: 0d3c609fe0dfd16be2b68fc548bd3eb8 Description: debug symbols for ros-jazzy-moveit-task-constructor-core Build-Ids: 24a9c6c98fdc6ff7bf920fe196d9394f3c76a4ea 5385f89dc365a2e3bf33a11f8df5322722666340 c5508a2a00a9fad226dcb7106430d3284388dbe7 efdefc25f1dbfb6d0d58149596b61af40f7b750f Package: ros-jazzy-moveit-task-constructor-demo Version: 0.1.5-1noble.20260520.145933 Architecture: arm64 Maintainer: Robert Haschke Installed-Size: 813 Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-moveit-core, ros-jazzy-moveit-ros-planning, ros-jazzy-moveit-ros-planning-interface, ros-jazzy-controller-manager, ros-jazzy-generate-parameter-library, ros-jazzy-moveit-configs-utils, ros-jazzy-moveit-resources-panda-moveit-config, ros-jazzy-moveit-task-constructor-capabilities, ros-jazzy-moveit-task-constructor-core, ros-jazzy-moveit-task-constructor-visualization, ros-jazzy-py-binding-tools, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/moveit_task_constructor_demo/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-task-constructor-demo/ros-jazzy-moveit-task-constructor-demo_0.1.5-1noble.20260520.145933_arm64.deb Size: 130566 SHA256: 74bf5a5c6a4b96df2861623b3ca8298064b7ebd4af4f660ebf7e48b514fa8fba SHA1: 2e04bc76ef43e2788ad48d84e3ce9fc63f90c378 MD5sum: ec1892a7c022a4c43acf937e75b19b12 Description: demo tasks illustrating various capabilities of MTC. Package: ros-jazzy-moveit-task-constructor-demo-dbgsym Package-Type: ddeb Source: ros-jazzy-moveit-task-constructor-demo Version: 0.1.5-1noble.20260520.145933 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Robert Haschke Installed-Size: 14570 Depends: ros-jazzy-moveit-task-constructor-demo (= 0.1.5-1noble.20260520.145933) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-task-constructor-demo/ros-jazzy-moveit-task-constructor-demo-dbgsym_0.1.5-1noble.20260520.145933_arm64.deb Size: 14405248 SHA256: f72326739f9cd400872bda11209c672ecd5e7ec54b50672cbd98a417e57b57b5 SHA1: 8dda0a11d2af93f94ebe05a0dfacd4f892763d08 MD5sum: 0078d2f22f54676fe907c0c882e9cf89 Description: debug symbols for ros-jazzy-moveit-task-constructor-demo Build-Ids: 0309aeffaa4709999b0371e44b3921e94c39aa12 25942d2ab2d98122f476c756b0457ddcd890b251 2c269686f585be7c176f7f75597d2b7c5ccd4d93 433872d36351bcb76b839f13e8c918282e2ceb77 4f7834786fd3824a58580fdb79c0574514c19592 8289eb315921fa5ec741b6f43640528c4a415cc3 f816518f856bcafb7914bfa5ce25b9837c1e3d4c Package: ros-jazzy-moveit-task-constructor-msgs Version: 0.1.5-1noble.20260520.035400 Architecture: arm64 Maintainer: Robert Haschke Installed-Size: 4963 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-moveit-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/moveit_task_constructor_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-task-constructor-msgs/ros-jazzy-moveit-task-constructor-msgs_0.1.5-1noble.20260520.035400_arm64.deb Size: 334006 SHA256: 257c0ceff7c10fa1a68fc8dc9ffeaacb2beac51599910a18b46294309097fe15 SHA1: 92e241da239fdbc65d11cfd404c88385e895267f MD5sum: 9e595a3ab0010165401401c12d0044c4 Description: Messages for MoveIt Task Pipeline Package: ros-jazzy-moveit-task-constructor-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-moveit-task-constructor-msgs Version: 0.1.5-1noble.20260520.035400 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Robert Haschke Installed-Size: 5122 Depends: ros-jazzy-moveit-task-constructor-msgs (= 0.1.5-1noble.20260520.035400) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-task-constructor-msgs/ros-jazzy-moveit-task-constructor-msgs-dbgsym_0.1.5-1noble.20260520.035400_arm64.deb Size: 4223136 SHA256: 93c34fff9ab45bf40e79c5e4d951c69ec3266e4b1ed75476dc71c39f76e80fa8 SHA1: 44b863de05149280e65af92d1829acbb2ab653bf MD5sum: 75e5b4f0eae03d99d30b15a6834d3acb Description: debug symbols for ros-jazzy-moveit-task-constructor-msgs Build-Ids: 06914fb85e3681cc2916c5ba6820a38c7a512fa9 0b6ceb6a462d351d37b0804a9bc03ab7234949eb 10956c779b5d12d56a658bc87b5ab52218d97dde 2f92b8edb2aa39b863611815f5e5388656accaf8 5f4a3e9e91214f0bb74b79b8e403367764aced43 60893e422f80bb8d00a0c6368c6bf5ba39f7b55f 80004f5e474aa68c81f79cdfd8724378e6d73fae 816e1b1236b798aeafe45443537826c68fb34884 a9ef4ab63e4f0a2a409655c46a74643ed38a7b3d d520ce1a54b5c2294714069cea5ff6abedfba07c ebf3b62895523610d1b337889b8e2f002306b7c8 Package: ros-jazzy-moveit-task-constructor-visualization Version: 0.1.5-1noble.20260520.144504 Architecture: arm64 Maintainer: Robert Haschke Installed-Size: 2108 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.14.1), libqt5gui5t64 (>= 5.7.0) | libqt5gui5-gles (>= 5.7.0), libqt5widgets5t64 (>= 5.15.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-0-2, ros-jazzy-moveit-core, ros-jazzy-moveit-ros-planning, ros-jazzy-moveit-ros-visualization, ros-jazzy-rviz-ogre-vendor, libfmt-dev, ros-jazzy-libyaml-vendor, ros-jazzy-moveit-task-constructor-core, ros-jazzy-moveit-task-constructor-msgs, ros-jazzy-rclcpp, ros-jazzy-rviz2, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/moveit_task_constructor_visualization/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-task-constructor-visualization/ros-jazzy-moveit-task-constructor-visualization_0.1.5-1noble.20260520.144504_arm64.deb Size: 451370 SHA256: ed6e908e050267ccc15212190a9826d9e541057b5835570542bc3ba9c77c8d8c SHA1: b055f727ab0017d96fc92f50e92cc9b4e6b62039 MD5sum: 221a13d0ac314907ddf1d30a5965c8f8 Description: Visualization tools for MoveIt Task Pipeline Package: ros-jazzy-moveit-task-constructor-visualization-dbgsym Package-Type: ddeb Source: ros-jazzy-moveit-task-constructor-visualization Version: 0.1.5-1noble.20260520.144504 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Robert Haschke Installed-Size: 21731 Depends: ros-jazzy-moveit-task-constructor-visualization (= 0.1.5-1noble.20260520.144504) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-task-constructor-visualization/ros-jazzy-moveit-task-constructor-visualization-dbgsym_0.1.5-1noble.20260520.144504_arm64.deb Size: 20547130 SHA256: 4c6e650c04beb577cce6615072c6a2db4f7d202563ea01dcbce8ee8a7288e519 SHA1: 4da4196328d5c3bc334d2c65993c179b4ca39e5a MD5sum: 8dcd1cd3b9f9b599fe1083138f0c40d5 Description: debug symbols for ros-jazzy-moveit-task-constructor-visualization Build-Ids: 4e6a601f4289f084f77c6a0a8b37ff2a6e4758e1 64069a353c7df370d005360e8495433374fe2e1c a3d93019d103f835e267c183a68aed873ee26ec9 e2871d6ab6ca139b77944fe511f67d524044059f Package: ros-jazzy-moveit-visual-tools Version: 4.1.2-1noble.20260520.143255 Architecture: arm64 Maintainer: Dave Coleman Installed-Size: 815 Depends: libboost-filesystem1.83.0 (>= 1.83.0), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-geometric-shapes, ros-jazzy-moveit-core, ros-jazzy-moveit-ros-planning, ros-jazzy-geometry-msgs, ros-jazzy-graph-msgs, ros-jazzy-moveit-common, ros-jazzy-rclcpp, ros-jazzy-rviz-visual-tools, ros-jazzy-std-msgs, ros-jazzy-tf2-eigen, ros-jazzy-tf2-ros, ros-jazzy-trajectory-msgs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/ros-planning/moveit_visual_tools Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-visual-tools/ros-jazzy-moveit-visual-tools_4.1.2-1noble.20260520.143255_arm64.deb Size: 289348 SHA256: eba069f08ba453c92a6dbd7aca623fa285e10c889066ebdc7cb1c0b9563f3bb9 SHA1: 6a1881eb13febec678e7637e39fa05dc1605b7c8 MD5sum: f3d2e54ef35e7bfe3890fbb72f3e365c Description: Helper functions for displaying and debugging MoveIt data in Rviz via published markers Package: ros-jazzy-moveit-visual-tools-dbgsym Package-Type: ddeb Source: ros-jazzy-moveit-visual-tools Version: 4.1.2-1noble.20260520.143255 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Dave Coleman Installed-Size: 9214 Depends: ros-jazzy-moveit-visual-tools (= 4.1.2-1noble.20260520.143255) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-visual-tools/ros-jazzy-moveit-visual-tools-dbgsym_4.1.2-1noble.20260520.143255_arm64.deb Size: 9041884 SHA256: 38cf512d5cf5fb7ec9be9aa01d3cbb773cadb6e9c9f153344e4edd963163cff4 SHA1: 6b6767adc09693209a288041012f686b4a871aa0 MD5sum: 96b101c82756f52356747dd9f53c0b5c Description: debug symbols for ros-jazzy-moveit-visual-tools Build-Ids: 14f3142378127311f7bbcfd07aed73a16905b5a3 fd58ce286762898daad5543df37748b73beb1b37 Package: ros-jazzy-mp-units-vendor Version: 2.5.0-2noble.20260305.215755 Architecture: arm64 Maintainer: Tim Clephas Installed-Size: 791 Depends: libfmt-dev, libgsl-dev, ros-jazzy-ros-workspace Homepage: https://github.com/mpusz/mp-units Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mp-units-vendor/ros-jazzy-mp-units-vendor_2.5.0-2noble.20260305.215755_arm64.deb Size: 99420 SHA256: 75598bbf14a3ce9e02a733aa3c3ffc23043d3a00a9c688ebf5ba1e850fcb0cc2 SHA1: e89e23bbfd335440d6fe1355b117272629dad654 MD5sum: 90f8daf5ca472af0faf9925cb53d7512 Description: Vendor package for mp-units (quantities and units library for C++) Package: ros-jazzy-mp2p-icp Version: 2.10.2-1noble.20260518.235018 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5051 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libglfw3 (>= 3.0), libstdc++6 (>= 13.1), libtbb12 (>= 2021.11.0), ros-jazzy-mola-imu-preintegration, ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libgui, ros-jazzy-mrpt-libmaps, ros-jazzy-mrpt-libmath, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libopengl, ros-jazzy-mrpt-libposes, libtbb-dev, ros-jazzy-mola-common, ros-jazzy-mrpt-libtclap, ros-jazzy-ros-workspace Homepage: https://github.com/MOLAorg/mp2p_icp Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mp2p-icp/ros-jazzy-mp2p-icp_2.10.2-1noble.20260518.235018_arm64.deb Size: 1219554 SHA256: d6e22be4547d46ddb21f00d0de13990ffd7021d430fa4d58a52963969d805240 SHA1: b0bd844ee8f0dd26fc8b1a0988ce8f1b903efea6 MD5sum: 73b78aec2e286ce65ea508828a06b66f Description: A repertory of multi primitive-to-primitive (MP2P) ICP algorithms in C++ Package: ros-jazzy-mp2p-icp-dbgsym Package-Type: ddeb Source: ros-jazzy-mp2p-icp Version: 2.10.2-1noble.20260518.235018 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 46915 Depends: ros-jazzy-mp2p-icp (= 2.10.2-1noble.20260518.235018) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mp2p-icp/ros-jazzy-mp2p-icp-dbgsym_2.10.2-1noble.20260518.235018_arm64.deb Size: 45022536 SHA256: ec55d036c0bc9101114cac0eaf3d7f0f91110c9a2d6c67154fb82dc30158c8f1 SHA1: ae48c50c420e26b1d42826eef50279ca21e80520 MD5sum: bef164c4bc2e3d02c46dd555c8cb745a Description: debug symbols for ros-jazzy-mp2p-icp Build-Ids: 00af3354765f31e62e637885638946e648e3fe35 036a5c86841586c676bfb5eea88e4b493a8459e5 0c64f837f9b58bd03af2e236121be1963a73870f 173d66230281bd889c5df88729175d7923b93db3 280876a3abaa1383c59710099be955419a6196c1 4d291c00c6e0b93f8d4b20cae546bfa466e6f7bf 61562e46431fbee0cf63ebbc10caa5b01d526807 8d7f34a209726ac78b9c5a0a0be08bd51af01a21 95c5d4e6f8586dac78ebc45ab104ba1eb2799191 98648e8dd4ce3ff8ec07f5102525db4462bec7a7 9ef497b764f618936df72b1752941886c33e32fa b7b93dc7fd65bb987549a3dde98bd947ea789c23 c39fc2dbdc29ab9f047cf29179aceca69937ea9d c5df4c71602589b520e3731e6eabf513428d1bff ca05dfeea130fab30c160365100e774ea468a31d d85b6b013c657491fb7ac39f635708cce08af9e7 e4efca5a40419b3e2b7c9894dab363810bee67cd efa8a1043c680a14f2dfde5177113e30ef0fefc1 f5ae976743fd6969d28135f0f6d0b7843e712faa Package: ros-jazzy-mqtt-client Version: 2.4.1-2noble.20260519.230753 Architecture: arm64 Maintainer: Lennart Reiher Installed-Size: 643 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.5), libpaho-mqtt1.3 (>= 1.3.0), libpaho-mqttpp3-1 (>= 1.2.0), libstdc++6 (>= 13.1), libfmt-dev, libpaho-mqtt-dev, libpaho-mqttpp-dev, ros-jazzy-mqtt-client-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rcpputils, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/mqtt_client Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mqtt-client/ros-jazzy-mqtt-client_2.4.1-2noble.20260519.230753_arm64.deb Size: 182662 SHA256: 359e2ef43cc54c9f83022d210b66f20b4325c18fe8aae14ec2201459a78212a4 SHA1: 69b756c560114776421938fe901333a7a8ad5819 MD5sum: a25de678f3ce0cf78baf8426944ec4a2 Description: Node that enables connected ROS-based devices or robots to exchange ROS messages via an MQTT broker using the MQTT protocol. Package: ros-jazzy-mqtt-client-dbgsym Package-Type: ddeb Source: ros-jazzy-mqtt-client Version: 2.4.1-2noble.20260519.230753 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Lennart Reiher Installed-Size: 2951 Depends: ros-jazzy-mqtt-client (= 2.4.1-2noble.20260519.230753) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mqtt-client/ros-jazzy-mqtt-client-dbgsym_2.4.1-2noble.20260519.230753_arm64.deb Size: 2659544 SHA256: 642238d00c73583e6a18c80523a0fde5653523d09b59bcfcf37ef3b8edc2f513 SHA1: c2866a82e40f197ce4e97cee65f43ac62798674f MD5sum: 1c234d679d5628501ec0106c5f0784cb Description: debug symbols for ros-jazzy-mqtt-client Build-Ids: 1900b9961d1cfccf9aa10da66a4094e0477e1000 5fbed2c7fd057748267c99535ca6a7204ac109a7 Package: ros-jazzy-mqtt-client-interfaces Version: 2.4.1-2noble.20260519.183845 Architecture: arm64 Maintainer: Lennart Reiher Installed-Size: 2102 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/mqtt_client Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mqtt-client-interfaces/ros-jazzy-mqtt-client-interfaces_2.4.1-2noble.20260519.183845_arm64.deb Size: 128614 SHA256: 193dc417f2f84201f5b553401c7502c662d24a373c0ceaa6c6f088f7c5629dee SHA1: 41fd0dc56b569ef33c14b5259d0a7461d50bfec9 MD5sum: 78fac378c199acfb803a9a5b1ea4d5aa Description: Message and service definitions for mqtt_client Package: ros-jazzy-mqtt-client-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-mqtt-client-interfaces Version: 2.4.1-2noble.20260519.183845 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Lennart Reiher Installed-Size: 1265 Depends: ros-jazzy-mqtt-client-interfaces (= 2.4.1-2noble.20260519.183845) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mqtt-client-interfaces/ros-jazzy-mqtt-client-interfaces-dbgsym_2.4.1-2noble.20260519.183845_arm64.deb Size: 923782 SHA256: fb56ba7616790ad0d9bba4f59285229733ec3c17880d73b24bf757aac854cc36 SHA1: 7a41e8f8be191913f2a54569e13a18a21e46a82c MD5sum: 00c51ab0eac4c88199b3e91441cb3486 Description: debug symbols for ros-jazzy-mqtt-client-interfaces Build-Ids: 026b0ae7d4edf26721afb7caae0a7b28b4d73e98 0414bfbfcd8f06a28cc01be1d2a80ddec2362137 07e0608583f7db90af2e76e364dc8862b309ec30 13beba349ff7ccd7c86f90f156443a1f00fb4019 2131d35efae482e99bca3704fd06b65d95f738f6 73f58c38136cbe35476594094b805f12d13d966f 9c3cbd1ee1d439fc37d0063ae5599f612666d785 9dadfdff6e0e472279bc4bbd23cdd6b35f5c1135 a6dfc749f3b05b006385d4b91027516979f28846 c9a497530d0cf4272ae2152bfdbc018dd028bb5f fe97b13234c42f03183187f38914839de6ee56d0 Package: ros-jazzy-mrpt-apps Version: 2.15.18-1noble.20260515.034937 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 14572 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libopengl0, libopenni2-0 (>= 2.2.0.33+dfsg), libstdc++6 (>= 13.1), libwxbase3.2-1t64 (>= 3.2.4+dfsg), libwxgtk-gl3.2-1t64 (>= 3.2.4+dfsg), libwxgtk3.2-1t64 (>= 3.2.4+dfsg), ros-jazzy-mrpt-libapps, ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libgui, ros-jazzy-mrpt-libhwdrivers, ros-jazzy-mrpt-libmaps, ros-jazzy-mrpt-libmath, ros-jazzy-mrpt-libnav, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libopengl, ros-jazzy-mrpt-libposes, ros-jazzy-mrpt-libslam, ros-jazzy-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-apps/ros-jazzy-mrpt-apps_2.15.18-1noble.20260515.034937_arm64.deb Size: 2293300 SHA256: 33415d898f3bc53bd2c8c077b1953f7f89875b60257d081265e8136a7075aa3e SHA1: 205344f4e0bc4daa0dfe3e2e6ccb06b189542daf MD5sum: cc6083e949f3ea11fc9fc2c71e6a8f57 Description: Mobile Robot Programming Toolkit (MRPT) applications Package: ros-jazzy-mrpt-apps-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-apps Version: 2.15.18-1noble.20260515.034937 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 55995 Depends: ros-jazzy-mrpt-apps (= 2.15.18-1noble.20260515.034937) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-apps/ros-jazzy-mrpt-apps-dbgsym_2.15.18-1noble.20260515.034937_arm64.deb Size: 52162856 SHA256: 7e80cb9b8a0374eb1ef77e4c73fec49d2f01db644afe4cb1868aa89af3d8dd89 SHA1: cfa7f396217e59c479a981b202deebf871fada5e MD5sum: b3d74e10b554d00ca571cb884e64ef32 Description: debug symbols for ros-jazzy-mrpt-apps Build-Ids: 0ecd1d24f66b1b9d5b7df9051368cbede58c0502 1d0b24a0e2b3ab99cdd493ebfe3aba4359714ce6 24e4fc321267cc5ef1ab030edf33aac368093464 29855bd4c242b494879731264a6133cd25276548 32e79436a35105bd97c5562689203b23d6b8beaf 33b6ae7b36417b81c6124fd34df111b46576b12b 43a6c0d671558ac74b129f2562ad993cbd8d5614 4740e42ec1152923e974150d5a13ae3a950f88b0 483c04d4a1e49800fd280ea3685147d188231302 4996d2755d2a2cbac0b93fff7211dbef9c71e238 4ac0bdf267adf6f44827ba045b89c7309717c8d5 4be446416d19d7749801db25e81c8c6620dfbb9a 4cec8c0f8be2c4445be1bfba518d393e20ac483f 5c20e03555a070a1983e369bc6532c6eac366ca6 5de6487784e5ae67562a54aaebc10363adf096c0 63ee0c59c745e97348afa693a9077d5347693777 7643de0986b06251252500bbd11810f0aa17a042 769aa10fe83f9c4dfec6bf535e7584646617400c 78124ad6e7bac80363bf61a1ad8263087a87a7c7 78f02ea5bf5a52254649e1703c9aa4aa62949858 806aa9e2c950e7d2ddca036051ee47eb6b19169c 897e6e1e9d9e8d352c502555d5a18f57a2c62749 8bdd7c4d6869190de6e47503e8f97876467927d9 8ed8cc4bdded7bc671667253c532aa87095bda1f 9bbb70aed5ff2d6f072506bd05dacaba36984363 9deba5294d53468374bf0ad523c17fb55ffc6ca6 a401da9ef351a356ebca6c0759891b049521730c a44bda9d3e9d301dc2ab07a356b6c69871ad5182 a6ebdc010f9dc66423fce323e851e8b1b667edda b9871019b1b00c3aae9d6ec74d52fdaf6db5767a b99e059908e2d403814361ad0497386b0092daba b9c031f37e267808c390bb4304ad832adcb698b2 c12ac7a07b6af19915691e2072aa50b20eb7c072 c95883bbd636c46e38b538f500101bc0c819509a d2ca61689379908529dddaa39ba8358a1b6f5b54 d78321a99e6770da7dfadc72d66f243132e3f2e4 d88b0e414eb9228447e7a4ae513f9095ebcdeeeb e434b8d518abb5390cc53e05c419204dc1da707d e4a273f6b0d92801046a371b0178e0fecc339be1 e622de6dbe275a60609042e43255ffe8904d8509 e6f490a20bff4b0945148c822c860308acbc9ed3 f2b27f3fd204088e0e9b9b58af6984dd4646f0e2 f2b9f1a01e47d9f32471e3eedf8ca8419321ffc9 Package: ros-jazzy-mrpt-generic-sensor Version: 0.3.0-1noble.20260520.201805 Architecture: arm64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 494 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libhwdrivers, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-msgs, ros-jazzy-mrpt-sensorlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_sensors Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-generic-sensor/ros-jazzy-mrpt-generic-sensor_0.3.0-1noble.20260520.201805_arm64.deb Size: 106726 SHA256: 2583db3d1503edfad0a2c2ea64ee0f798a8e93478f10ca4d92e050f1d11f26c8 SHA1: 06cbdcf6c95d5e61c7c59a581714144eddc2389c MD5sum: 2d3894c24581b637e23bee40c168bd7c Description: ROS node for interfacing any sensor supported by mrpt-hwdrivers Package: ros-jazzy-mrpt-generic-sensor-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-generic-sensor Version: 0.3.0-1noble.20260520.201805 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 439 Depends: ros-jazzy-mrpt-generic-sensor (= 0.3.0-1noble.20260520.201805) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-generic-sensor/ros-jazzy-mrpt-generic-sensor-dbgsym_0.3.0-1noble.20260520.201805_arm64.deb Size: 266628 SHA256: 1855f7f54bc54bf281a3ad197d0f1f9beaff506326ca8b8db97b53335541dd9d SHA1: 507cda57ae0d005624b0e03a050e2c20ca3a664d MD5sum: b3f60cc35a7beabb67918d77e5b8f705 Description: debug symbols for ros-jazzy-mrpt-generic-sensor Build-Ids: 0d8742db740755dd79317662c7ea0f6264bcd99a Package: ros-jazzy-mrpt-libapps Version: 2.15.18-1noble.20260515.030913 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1568 Depends: ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libgui, ros-jazzy-mrpt-libhwdrivers, ros-jazzy-mrpt-libmaps, ros-jazzy-mrpt-libmath, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libopengl, ros-jazzy-mrpt-libposes, ros-jazzy-mrpt-libslam, ros-jazzy-mrpt-libtclap, ros-jazzy-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libapps/ros-jazzy-mrpt-libapps_2.15.18-1noble.20260515.030913_arm64.deb Size: 418072 SHA256: 57de2040eb54e6b9b05aa49a216ef3ce1abe747fe2563ab1dfc00c27d077a2dc SHA1: a828946ce31c134275a83e63c58df1b95d7a6a4c MD5sum: 64d58cedea4459121512d3886426fc9b Description: Mobile Robot Programming Toolkit (MRPT) libraries (apps C++ libraries). This package contains: mrpt-apps lib, mrpt-graphslam Package: ros-jazzy-mrpt-libapps-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-libapps Version: 2.15.18-1noble.20260515.030913 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 9924 Depends: ros-jazzy-mrpt-libapps (= 2.15.18-1noble.20260515.030913) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libapps/ros-jazzy-mrpt-libapps-dbgsym_2.15.18-1noble.20260515.030913_arm64.deb Size: 9357194 SHA256: 02927bf095a83367c22e5074f30044f9d7557aab7c15a9eae74e4a2601b74a32 SHA1: 434ea533b6754d297f0fa051702e7aeefe21c3f2 MD5sum: 4be22c970f87cf7a8278789e4c726a45 Description: debug symbols for ros-jazzy-mrpt-libapps Build-Ids: 1fd7be12d40ead9fcf9f3549110bcc1cef6133d2 74a961cf0c39d3f330141b24185314b43929da49 Package: ros-jazzy-mrpt-libbase Version: 2.15.18-1noble.20260515.000927 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 6443 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4), ros-jazzy-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libbase/ros-jazzy-mrpt-libbase_2.15.18-1noble.20260515.000927_arm64.deb Size: 1098030 SHA256: 8c157812e6b9ef0abc141152f43ba154392a0d173d1c7be4ecb51d33ce552c16 SHA1: c12214c1d54090dcf9b38cac8d959542939811ef MD5sum: 50e56452094881fb69e25ef571c1b06c 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-jazzy-mrpt-libbase-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-libbase Version: 2.15.18-1noble.20260515.000927 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 8428 Depends: ros-jazzy-mrpt-libbase (= 2.15.18-1noble.20260515.000927) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libbase/ros-jazzy-mrpt-libbase-dbgsym_2.15.18-1noble.20260515.000927_arm64.deb Size: 6069258 SHA256: ddfb22f7e4d90da1d1a1cf20a432068b14bc46382ecbe93e0290e6346e3efec1 SHA1: c1e6969cb3d2bd65823e9acdf4408b627c78ddec MD5sum: eec44c5a6b1a5a8dd9df3c073e4171ac Description: debug symbols for ros-jazzy-mrpt-libbase Build-Ids: 2e44c3bf05e5cd1a972c48e1bbd2656bf47df8ea 33400a99cd8baeecb3201529325ed97764432dbb 4302e53d52ee0d7ee55a5ea9c107476b387e7348 5a8b392c9118f68f4704ce82d6f8985e446ff57f 5e6047192521abd1bef7e43625a928776248d75e 75b24c87968709ba04df439314cd46c403fb19e7 bf88d645f9ec5fd85315f0f9d7ba872c0b66948f c2bd130510a5629035770decc79e45d91c65cff8 d3fc8a60f81851ee11213238376440ae351e26f4 Package: ros-jazzy-mrpt-libgui Version: 2.15.18-1noble.20260515.013532 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2887 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libgles2, libglfw3 (>= 3.2), libglut3.12 (>= 3.4.0), libopencv-flann406t64 (>= 4.6.0+dfsg), libopengl0, libstdc++6 (>= 13.1), libwxbase3.2-1t64 (>= 3.2.4+dfsg), libwxgtk-gl3.2-1t64 (>= 3.2.4+dfsg), libwxgtk3.2-1t64 (>= 3.2.4+dfsg), ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libopengl, libglfw3-dev, ros-jazzy-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libgui/ros-jazzy-mrpt-libgui_2.15.18-1noble.20260515.013532_arm64.deb Size: 803432 SHA256: 1f182baf6259e9df6c9fcc37b31b5c944b531e134243f1ec32814335fbe37036 SHA1: e138a4bc49f170d0e50183119ee100ce931c03fa MD5sum: f0f3c3cd249dc1c5d3c6de8b973eac2c Description: Mobile Robot Programming Toolkit (MRPT) libraries (GUI C++ libraries). This package contains: mrpt-gui, nanogui Package: ros-jazzy-mrpt-libgui-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-libgui Version: 2.15.18-1noble.20260515.013532 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 15347 Depends: ros-jazzy-mrpt-libgui (= 2.15.18-1noble.20260515.013532) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libgui/ros-jazzy-mrpt-libgui-dbgsym_2.15.18-1noble.20260515.013532_arm64.deb Size: 14797252 SHA256: 9c20e29d5e904ef8e42d98f7c2dfd66954179847a43298719126bc6afe6ad5e7 SHA1: 2159c073f886437c9ee2d756809c2c9ca258e3a5 MD5sum: e42f73ee51453229ab446aa934efea6d Description: debug symbols for ros-jazzy-mrpt-libgui Build-Ids: 600421d0cf26daa3b9f39305eb6e82ee44614bc2 b4298e69f1b44364c7fdec2fedc3397453045764 Package: ros-jazzy-mrpt-libhwdrivers Version: 2.15.18-1noble.20260515.023938 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 6115 Depends: libdc1394-25 (>= 2.2.6), libfreenect0.5t64 (>= 1:0.1.1), libopencv-flann406t64 (>= 4.6.0+dfsg), libopencv-videoio406t64 (>= 4.6.0+dfsg), libopenni2-0 (>= 2.2.0.33+dfsg), libpcap0.8t64 (>= 1.0.0), ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libgui, ros-jazzy-mrpt-libmaps, ros-jazzy-mrpt-libmath, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libopengl, ros-jazzy-mrpt-libslam, ros-jazzy-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libhwdrivers/ros-jazzy-mrpt-libhwdrivers_2.15.18-1noble.20260515.023938_arm64.deb Size: 1156410 SHA256: 9f21d63879cedc6cf16fe761de1c1d150e6ae442861e966878cb9fc94a8a36bf SHA1: ecf7d7f2d24319273e91c0aa8b286a0d847fe2a7 MD5sum: 2549b272ef6a2ce9f550f54f3bb2e88e Description: Mobile Robot Programming Toolkit (MRPT) libraries (hwdrivers C++ libraries). This package contains: mrpt-hwdrivers, mrpt-comms Package: ros-jazzy-mrpt-libhwdrivers-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-libhwdrivers Version: 2.15.18-1noble.20260515.023938 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 14443 Depends: ros-jazzy-mrpt-libhwdrivers (= 2.15.18-1noble.20260515.023938) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libhwdrivers/ros-jazzy-mrpt-libhwdrivers-dbgsym_2.15.18-1noble.20260515.023938_arm64.deb Size: 13431448 SHA256: 0caab48378dd05e47f850a29f967aaca0dfbbcb5f0847915a188c5180a80794b SHA1: ca1a97623231ffee903975257f7e321d585c77da MD5sum: c9826eeafc1d01e5fdd22661d3fe2dbf Description: debug symbols for ros-jazzy-mrpt-libhwdrivers Build-Ids: 19bd115d9cd4423e83c960cd4deb850fde7d712c c5953d84d62f3fcc9ceb5c214b97f0f539d58ac2 Package: ros-jazzy-mrpt-libmaps Version: 2.15.18-1noble.20260515.015052 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2900 Depends: libgles2, liboctomap1.9t64 (>= 1.9.7+dfsg), ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libmath, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libopengl, ros-jazzy-mrpt-libposes, ros-jazzy-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libmaps/ros-jazzy-mrpt-libmaps_2.15.18-1noble.20260515.015052_arm64.deb Size: 782550 SHA256: 9bec6f93aa5c41530e41d5565ac9fc017357b2ef0efdb3e92d1b844e0e7faafe SHA1: 5e8bd2bd6757425cc4c6aff747bef39aff1d2b34 MD5sum: a035def686d2f97941f55a1b02973404 Description: Mobile Robot Programming Toolkit (MRPT) libraries (maps C++ libraries). This package contains: mrpt-maps, mrpt-graphs Package: ros-jazzy-mrpt-libmaps-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-libmaps Version: 2.15.18-1noble.20260515.015052 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 17910 Depends: ros-jazzy-mrpt-libmaps (= 2.15.18-1noble.20260515.015052) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libmaps/ros-jazzy-mrpt-libmaps-dbgsym_2.15.18-1noble.20260515.015052_arm64.deb Size: 16813142 SHA256: 755520ad0aa64cdf12e964e15dea45b38a578063b418a4a494b7093bcb5502ea SHA1: 58cc9e31bd7e7e4f2792cbcc86005a7e3401dbdf MD5sum: ee2d353fdb7c048672f9624291f27600 Description: debug symbols for ros-jazzy-mrpt-libmaps Build-Ids: 141d115e55b43be17d08e9ac3ad3c2c98885b762 30cc1d4c072da476aec618db7fd53aa556be4b65 Package: ros-jazzy-mrpt-libmath Version: 2.15.18-1noble.20260515.002523 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3319 Depends: libcxsparse4 (>= 1:7.0.1), ros-jazzy-mrpt-libbase, libeigen3-dev, libsuitesparse-dev, ros-jazzy-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libmath/ros-jazzy-mrpt-libmath_2.15.18-1noble.20260515.002523_arm64.deb Size: 835578 SHA256: fe0a8c7157e028e009f5835f4c58e9802fd122967643d17b8ffa7dc074e935d0 SHA1: 06a6ea56201ec3103975b6b4659e666122470f05 MD5sum: f006a568b824022a43ccd10c26cd67a9 Description: Mobile Robot Programming Toolkit (MRPT) libraries (math C++ libraries). This package contains: mrpt-math Package: ros-jazzy-mrpt-libmath-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-libmath Version: 2.15.18-1noble.20260515.002523 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 83602 Depends: ros-jazzy-mrpt-libmath (= 2.15.18-1noble.20260515.002523) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libmath/ros-jazzy-mrpt-libmath-dbgsym_2.15.18-1noble.20260515.002523_arm64.deb Size: 82844966 SHA256: 18957e0f1ef5d810563e0a741871c0571e545e2af0c014104b623739788b9d1e SHA1: 2a7aff3729f95f9702379ecf54cb9d8b014d3933 MD5sum: ad61d1a96142b2cdc190ec0b4c428f28 Description: debug symbols for ros-jazzy-mrpt-libmath Build-Ids: 6b261672639a9c1dd69dd7333b4d6aaefa47f9a6 Package: ros-jazzy-mrpt-libnav Version: 2.15.18-1noble.20260515.021644 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1343 Depends: ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libmaps, ros-jazzy-mrpt-libmath, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libopengl, ros-jazzy-mrpt-libposes, ros-jazzy-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libnav/ros-jazzy-mrpt-libnav_2.15.18-1noble.20260515.021644_arm64.deb Size: 382076 SHA256: 8d01d0b917b993341d19e489f5b82e6d67e9808f6005c5e7cbb472c4f4d46483 SHA1: 38a0ec3a25862acb0f05b459ce515cc66ba486a9 MD5sum: 49d4f8b10fd2bd516a4506f6b7a254a1 Description: Mobile Robot Programming Toolkit (MRPT) libraries (nav C++ libraries). This package contains: mrpt-nav, mrpt-kinematics Package: ros-jazzy-mrpt-libnav-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-libnav Version: 2.15.18-1noble.20260515.021644 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 7703 Depends: ros-jazzy-mrpt-libnav (= 2.15.18-1noble.20260515.021644) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libnav/ros-jazzy-mrpt-libnav-dbgsym_2.15.18-1noble.20260515.021644_arm64.deb Size: 7208104 SHA256: 4147475e92a1d2312d15553736c9b9c9222d2b6c483ac67430ba71e507b33fe7 SHA1: 5f8486d8f1851cdbcb041c4cd7e6fe4d72ad48cd MD5sum: 5bb0b1e5846a25c5963667274fd703b3 Description: debug symbols for ros-jazzy-mrpt-libnav Build-Ids: 54a4450a5efa8bdb41c2defd14cbddf841de20b1 934439d802eeed87b80595f777f14c556ac430f2 Package: ros-jazzy-mrpt-libobs Version: 2.15.18-1noble.20260515.013543 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2070 Depends: libopencv-calib3d406t64 (>= 4.6.0+dfsg), libtinyxml2-10 (>= 10.0.0), ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libmath, ros-jazzy-mrpt-libopengl, ros-jazzy-mrpt-libposes, ros-jazzy-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libobs/ros-jazzy-mrpt-libobs_2.15.18-1noble.20260515.013543_arm64.deb Size: 686540 SHA256: 4a8d4436cae351d9c3944d3dbc451ad09b7be053d53c13bb3b18c5e8dcc8ce86 SHA1: ac83ab2463d2463982e124ab93ca2feb6bb8f757 MD5sum: d5b0e77c551c5c6c395f32184486dab3 Description: Mobile Robot Programming Toolkit (MRPT) libraries (obs C++ libraries). This package contains: mrpt-obs, mrpt-topography Package: ros-jazzy-mrpt-libobs-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-libobs Version: 2.15.18-1noble.20260515.013543 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 9591 Depends: ros-jazzy-mrpt-libobs (= 2.15.18-1noble.20260515.013543) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libobs/ros-jazzy-mrpt-libobs-dbgsym_2.15.18-1noble.20260515.013543_arm64.deb Size: 8905138 SHA256: fa3ebc238d3ebb65236da987479a9cc7602fa282703faa3d5f18279ec56eecbe SHA1: 0626e4a2384a17142aef2ec832fab69e931e7a88 MD5sum: 9101c5b36573a170841596e18cae6d2d Description: debug symbols for ros-jazzy-mrpt-libobs Build-Ids: 98f0901a04fc0441f67f609e62b2e04add040ece ffe23fa2646ccada98bc56c1df69b98d80652280 Package: ros-jazzy-mrpt-libopengl Version: 2.15.18-1noble.20260515.011835 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3192 Depends: libassimp5 (>= 5.3.1+ds), libegl1, libglu1-mesa | libglu1, libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-flann406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopengl0, ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libmath, ros-jazzy-mrpt-libposes, ros-jazzy-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libopengl/ros-jazzy-mrpt-libopengl_2.15.18-1noble.20260515.011835_arm64.deb Size: 1243642 SHA256: 99eaa9b92e12b907a3d0793970ab49dd487c7968dee560830ba0c177ab650f42 SHA1: 3799adc0f9beffd470a8632ac9572d0cc8ef0962 MD5sum: 7c33794cf8b48f69df0c3dc9c22b4ff3 Description: Mobile Robot Programming Toolkit (MRPT) libraries (opengl/img C++ libraries). This package contains: mrpt-opengl, mrpt-img Package: ros-jazzy-mrpt-libopengl-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-libopengl Version: 2.15.18-1noble.20260515.011835 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 15789 Depends: ros-jazzy-mrpt-libopengl (= 2.15.18-1noble.20260515.011835) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libopengl/ros-jazzy-mrpt-libopengl-dbgsym_2.15.18-1noble.20260515.011835_arm64.deb Size: 14835716 SHA256: d24cb802da8e688b1b41110d3dfc527876150207cfa08cc46164ee6d9efe11d0 SHA1: ece4c9e6a4c9ed5c6e790858fc547211bafe1a6e MD5sum: b6bab446a2d13b69258c7e796bdcb8b5 Description: debug symbols for ros-jazzy-mrpt-libopengl Build-Ids: 8eb9e49c71cc60df03d969e3bef04d91e1e05994 c7148bfaf65ee57ffadb421dfb1f7702474553a0 Package: ros-jazzy-mrpt-libposes Version: 2.15.18-1noble.20260515.005810 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1749 Depends: ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libmath, ros-jazzy-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libposes/ros-jazzy-mrpt-libposes_2.15.18-1noble.20260515.005810_arm64.deb Size: 443832 SHA256: b57327722efa19caec8c7131e68a406550105f757a9bce6d5de3a09674892bbd SHA1: e60c682b30163d1f7a12c659510f36441415a3d0 MD5sum: 5ed6eabbd46620a241a0f8c208d326f0 Description: Mobile Robot Programming Toolkit (MRPT) libraries (poses C++ libraries). This package contains: mrpt-poses, mrpt-tfest, mrpt-bayes Package: ros-jazzy-mrpt-libposes-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-libposes Version: 2.15.18-1noble.20260515.005810 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 16710 Depends: ros-jazzy-mrpt-libposes (= 2.15.18-1noble.20260515.005810) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libposes/ros-jazzy-mrpt-libposes-dbgsym_2.15.18-1noble.20260515.005810_arm64.deb Size: 16206592 SHA256: 56839f59f081c1b7ad0a37ab78eedc2d4e0453b5efcc7b9305d8f4fefa56d7ab SHA1: 7c904f4c0836f70244b45cb5a44fc298fc77655b MD5sum: 5fad25ee3b2fb16f23dbc5c32379c2b7 Description: debug symbols for ros-jazzy-mrpt-libposes Build-Ids: 5611832465a8a136f988c30e730b7fb9f2b07820 5930c55db89890c056a967aa77d53ac10e44fe80 f706aece40c2dee9a18980346d55970919f156ce Package: ros-jazzy-mrpt-libros-bridge Version: 3.5.3-2noble.20260520.003510 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 434 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libmaps, ros-jazzy-mrpt-libmath, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libopengl, ros-jazzy-mrpt-libposes, ros-jazzy-cv-bridge, ros-jazzy-geometry-msgs, ros-jazzy-gps-msgs, ros-jazzy-nav-msgs, ros-jazzy-rosbag2-cpp, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-stereo-msgs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libros-bridge/ros-jazzy-mrpt-libros-bridge_3.5.3-2noble.20260520.003510_arm64.deb Size: 115620 SHA256: 4a6de9c725894e5e7f559c4b7ba5c80e36bf1ef1fa24a8da5b06625df2ee0125 SHA1: 5411f1808bae753314acc28de1e0cf475b7faaec MD5sum: ceb1245301f5bac8124a09a4659e58ea Description: Mobile Robot Programming Toolkit (MRPT) ros2bridge C++ library Package: ros-jazzy-mrpt-libros-bridge-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-libros-bridge Version: 3.5.3-2noble.20260520.003510 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2843 Depends: ros-jazzy-mrpt-libros-bridge (= 3.5.3-2noble.20260520.003510) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libros-bridge/ros-jazzy-mrpt-libros-bridge-dbgsym_3.5.3-2noble.20260520.003510_arm64.deb Size: 2642766 SHA256: b6b15f7bf4448afe9a4eb87c5303b6b0ff52daaff71ef7e62bee17fc3719d5a2 SHA1: 40f67e45a33fa97c109763f5339e05c04b41b160 MD5sum: 78cb49a1211642f3870d87a60e142680 Description: debug symbols for ros-jazzy-mrpt-libros-bridge Build-Ids: ed44dac060abbf52306c8ab25dcab506479e3d8a Package: ros-jazzy-mrpt-libslam Version: 2.15.18-1noble.20260515.021649 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2920 Depends: libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-features2d406t64 (>= 4.6.0+dfsg), libopencv-highgui406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopencv-video406t64 (>= 4.6.0+dfsg), libopencv-videoio406t64 (>= 4.6.0+dfsg), libtbb12 (>= 2021.11.0), ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libmaps, ros-jazzy-mrpt-libmath, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libopengl, ros-jazzy-mrpt-libposes, libtbb-dev, ros-jazzy-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libslam/ros-jazzy-mrpt-libslam_2.15.18-1noble.20260515.021649_arm64.deb Size: 956672 SHA256: e7ced1c6514d8418c25fb276d2597f3ac3507d33321fe562261b0fb6b75e0d7f SHA1: bad1143a9adeaef8497f5ed7b3c1992ad7690323 MD5sum: 793cfbadb1cd577b32af072a45576872 Description: Mobile Robot Programming Toolkit (MRPT) libraries (slam/vision C++ libraries). This package contains: mrpt-slam, mrpt-vision Package: ros-jazzy-mrpt-libslam-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-libslam Version: 2.15.18-1noble.20260515.021649 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 41868 Depends: ros-jazzy-mrpt-libslam (= 2.15.18-1noble.20260515.021649) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libslam/ros-jazzy-mrpt-libslam-dbgsym_2.15.18-1noble.20260515.021649_arm64.deb Size: 41053648 SHA256: 4a83a3df536385d67d73d1c0ce48402da2e4ac94ba1ef1e9cdbb54ac68d94de7 SHA1: bef61c464a90204d3b952304520267e2d1c4b4f2 MD5sum: 9e1012d78eb3e1af71c7aeaa771612c0 Description: debug symbols for ros-jazzy-mrpt-libslam Build-Ids: 5d9e160bfede6764d9ebc5007b6cd2016eb788a4 6190e6b1a25eed550ea44ddee01b054e0f9636e8 Package: ros-jazzy-mrpt-libtclap Version: 2.15.18-1noble.20260515.002536 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 180 Depends: ros-jazzy-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libtclap/ros-jazzy-mrpt-libtclap_2.15.18-1noble.20260515.002536_arm64.deb Size: 24424 SHA256: 5658a4282e830ec40640a828728a4ae86242d25707de9a72ae404d8824bb18c1 SHA1: 391c6b533516a613d5a0aa6797d37260f7efd6c8 MD5sum: 2a20ca9d083c371fb59d2358813e023f Description: Mobile Robot Programming Toolkit (MRPT) libraries (tclap C++ library). This package contains: mrpt-tclap Package: ros-jazzy-mrpt-map-server Version: 2.5.0-1noble.20260520.015512 Architecture: arm64 Maintainer: "Markus Bader" Installed-Size: 567 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mp2p-icp (>= 1.6.2), ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libmaps, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libopengl, ros-jazzy-mrpt-libposes, ros-jazzy-ament-cmake-lint-cmake, ros-jazzy-ament-cmake-xmllint, ros-jazzy-ament-lint-auto, ros-jazzy-mrpt-libros-bridge, ros-jazzy-mrpt-msgs, ros-jazzy-mrpt-nav-interfaces, ros-jazzy-rclcpp-components, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation/tree/ros2/mrpt_map_server Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-map-server/ros-jazzy-mrpt-map-server_2.5.0-1noble.20260520.015512_arm64.deb Size: 132740 SHA256: c66d9dfb8d5d907a5c3bbe9e6866843663eb4b4ef075b7a13ae8c2c4705587f6 SHA1: 8c60f9e40c999f4ad4a51061b5a8e1c025d39188 MD5sum: 3a9e9aef760b3483a190e75774a5aa77 Description: This package provides a ROS 2 node that publishes a static map for other nodes to use it. Unlike classic ROS 1 ``map_server``, this node can publish a range of different metric maps, not only occupancy grids. Package: ros-jazzy-mrpt-map-server-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-map-server Version: 2.5.0-1noble.20260520.015512 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Markus Bader" Installed-Size: 3344 Depends: ros-jazzy-mrpt-map-server (= 2.5.0-1noble.20260520.015512) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-map-server/ros-jazzy-mrpt-map-server-dbgsym_2.5.0-1noble.20260520.015512_arm64.deb Size: 3012176 SHA256: 536945ceb6524ce13c777cd43c5fd691aec1d8a112523a1eef68718f5b6d46b8 SHA1: 8ef80eb4a6d52b3fbeb0c7d140a82631afa7f474 MD5sum: f1951563cbeb48d9d05929fa1e0261ba Description: debug symbols for ros-jazzy-mrpt-map-server Build-Ids: 819ed3bb8db322eb30c339c50e5dd90e177bd28d Package: ros-jazzy-mrpt-msgs Version: 0.6.0-1noble.20260519.192949 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 3871 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://wiki.ros.org/mrpt_msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-msgs/ros-jazzy-mrpt-msgs_0.6.0-1noble.20260519.192949_arm64.deb Size: 259420 SHA256: c120d99c7b23c723d8a880832cb64716a28083bed4d5c96bb526e3d5b2367825 SHA1: c1fc71e6cc3f48844545aabe8b7deca2edda0eb6 MD5sum: f643f1c60f268fd38db9d334d9e437fe Description: ROS messages for MRPT classes and objects Package: ros-jazzy-mrpt-msgs-bridge Version: 2.5.0-1noble.20260520.004702 Architecture: arm64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 407 Depends: ros-jazzy-ament-cmake-lint-cmake, ros-jazzy-ament-cmake-xmllint, ros-jazzy-ament-lint-auto, ros-jazzy-geometry-msgs, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libros-bridge, ros-jazzy-mrpt-msgs, ros-jazzy-rclcpp, ros-jazzy-tf2, ros-jazzy-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-msgs-bridge/ros-jazzy-mrpt-msgs-bridge_2.5.0-1noble.20260520.004702_arm64.deb Size: 36596 SHA256: 8766f85d4ab9c5504002349f8fa019634fdeb5893098429a85a06e04c5f73017 SHA1: 52611428e90a7c58dc343c6ea2f6cbb2b5189af5 MD5sum: 841cf39f6fab7aa2b88249d625da69c3 Description: C++ library to convert between custom mrpt_msgs messages and native MRPT classes Package: ros-jazzy-mrpt-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-msgs Version: 0.6.0-1noble.20260519.192949 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 3042 Depends: ros-jazzy-mrpt-msgs (= 0.6.0-1noble.20260519.192949) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-msgs/ros-jazzy-mrpt-msgs-dbgsym_0.6.0-1noble.20260519.192949_arm64.deb Size: 2393676 SHA256: aa5d77cc7a49862a46c06d15a9588aa08e0f6f360dac096b64731bb52b688536 SHA1: 972f1c976ee9f767597af7ab41b03d2e00f9e998 MD5sum: 297c4979801924604773a9208fe851d0 Description: debug symbols for ros-jazzy-mrpt-msgs Build-Ids: 14ba8cfb80b9e4aabb237157f50db4e33cba7660 4df4da49db935328c02e4aaf1a8e969c47afed93 766490bbab28ff7f081f752c30ecf027f08f7eac 8159d1cb4dea84d57c25d9d1230702a21647ea98 aa2b7093b65ecd9bf81429b9bdd3c2aec88174a0 addc980296f6eb55273ea3f3103bcf708cea3cee afb94e1578cf625aa2a6e2d8fea18265e9032db7 bc82582f36ee3eab62cdaba145d013af5f17f0eb d26c86ad4596ac103c237dcd799b18fc5cc8fc8f e0ac0ec54d2cdd63127d9cc9e9b4101c474bc487 e85dd55f0642c5ad72eb3046049ad9ecfc9ea31f Package: ros-jazzy-mrpt-nav-interfaces Version: 2.5.0-1noble.20260519.193453 Architecture: arm64 Maintainer: "Jose Luis Blanco-Claraco" Installed-Size: 6051 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-action-msgs, ros-jazzy-geometry-msgs, ros-jazzy-mrpt-msgs, ros-jazzy-nav-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-nav-interfaces/ros-jazzy-mrpt-nav-interfaces_2.5.0-1noble.20260519.193453_arm64.deb Size: 345682 SHA256: 946c93c6fe8ce26663e73972b3907f9978afd1e169a4a2d7d846a3b0c33dbb8d SHA1: 9982ca995d309f31548661f403985fe20225296d MD5sum: 026ca7067f69b7f3d5d488304ee15354 Description: Message, services, and actions, for other mrpt navigation packages. Package: ros-jazzy-mrpt-nav-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-nav-interfaces Version: 2.5.0-1noble.20260519.193453 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose Luis Blanco-Claraco" Installed-Size: 3768 Depends: ros-jazzy-mrpt-nav-interfaces (= 2.5.0-1noble.20260519.193453) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-nav-interfaces/ros-jazzy-mrpt-nav-interfaces-dbgsym_2.5.0-1noble.20260519.193453_arm64.deb Size: 2745320 SHA256: ac5df0f4e310681171f7f1c5151693b6af1a0d4bdce8bdf41280e39e63503cd0 SHA1: 4037d45b8e606b1f42644ea7b3ec5c9f2512bc5b MD5sum: 2de56345a3a3c32e4f807fecfbcc411c Description: debug symbols for ros-jazzy-mrpt-nav-interfaces Build-Ids: 0aa33f97897f4b004d33ca36aaa11ce64440e66a 2f127475d457aa86f1c0cc1dab3b08fcb24036f0 42cba0b761c0be71a82be10bcac0d4638ca1c61d 453c2cb6bc1697fb84eeeffecb14c970464fbbb1 56ff17aff8d1456fc862cfc5cc6021aa6f367511 5cd3b6f618d5fa3030e39e495e4ab0e6260371ed 64ae945be4dd284e9f64049e54b9f954803c01bf db466e7668cd27b45aae2b104638bbcf17124681 ddb35b90205f88e73d4511e579e3a5b4c4d7316d de6c88a09220f77347954230df14ff159b373cb6 e4d1474991838ecc6d3bfe78d409ff52c56e06d3 Package: ros-jazzy-mrpt-navigation Version: 2.5.0-1noble.20260520.125359 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 43 Depends: ros-jazzy-ament-cmake-lint-cmake, ros-jazzy-ament-cmake-xmllint, ros-jazzy-ament-lint-auto, ros-jazzy-mrpt-map-server, ros-jazzy-mrpt-msgs-bridge, ros-jazzy-mrpt-nav-interfaces, ros-jazzy-mrpt-pf-localization, ros-jazzy-mrpt-pointcloud-pipeline, ros-jazzy-mrpt-reactivenav2d, ros-jazzy-mrpt-tps-astar-planner, ros-jazzy-mrpt-tutorials, ros-jazzy-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-navigation/ros-jazzy-mrpt-navigation_2.5.0-1noble.20260520.125359_arm64.deb Size: 6388 SHA256: a39733d85f14b64ab3eb2efb9d4c9716e2cdc7a5f8236724dd1b6e7b24e1e0dc SHA1: 2988f303265764bbc6a5cee5e90849cf041f84cc MD5sum: 0aecd539971534e2f3a8bdbfb1c7db96 Description: Tools related to the Mobile Robot Programming Toolkit (MRPT). Refer to https://wiki.ros.org/mrpt_navigation for further documentation. Package: ros-jazzy-mrpt-path-planning Version: 0.3.0-1noble.20260520.110251 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1350 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libgui, ros-jazzy-mrpt-libmaps, ros-jazzy-mrpt-libmath, ros-jazzy-mrpt-libnav, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libopengl, ros-jazzy-mrpt-libposes, ros-jazzy-mvsim, ros-jazzy-mrpt-libtclap, ros-jazzy-ros-workspace Homepage: https://github.com/MRPT/mrpt_path_planning Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-path-planning/ros-jazzy-mrpt-path-planning_0.3.0-1noble.20260520.110251_arm64.deb Size: 403254 SHA256: 47576de0737f4d30bf50f07f251c2181e9dd59d7abdb672164cf8040dd1089b0 SHA1: d2c82a64d7fe1ff0c4391b2e47d0417acaf3ca9d MD5sum: 673ef620a9c2eac154f63a110df8066b Description: Path planning and navigation algorithms for robots/vehicles moving on planar environments. This library builds upon mrpt-nav and the theory behind PTGs to generate libraries of "motion primitives" for vehicles with arbitrary shape and realistic kinematics and dynamics. Package: ros-jazzy-mrpt-path-planning-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-path-planning Version: 0.3.0-1noble.20260520.110251 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 9796 Depends: ros-jazzy-mrpt-path-planning (= 0.3.0-1noble.20260520.110251) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-path-planning/ros-jazzy-mrpt-path-planning-dbgsym_0.3.0-1noble.20260520.110251_arm64.deb Size: 9316706 SHA256: c6afac0514db938e3247a965ff0713904e45e0482ac227a0fee414ac6f2596bd SHA1: bc96243d837c79db94ea6f09cac3d465ad0c7dab MD5sum: 1ba9021de5cbd6b50d1c168492a13ffd Description: debug symbols for ros-jazzy-mrpt-path-planning Build-Ids: 2d41474fcbc504a5772274de105fc561d9de4ffb 8f85c50aa406faa8bf61664d859b1d2bacb54ad3 9d30ad47be62aa2ee51f6cbff7cdf459447f029d Package: ros-jazzy-mrpt-pf-localization Version: 2.5.0-1noble.20260520.005354 Architecture: arm64 Maintainer: "Markus Bader" Installed-Size: 4194 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mola-pose-list, ros-jazzy-mola-relocalization, ros-jazzy-mp2p-icp, ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libgui, ros-jazzy-mrpt-libmaps, ros-jazzy-mrpt-libmath, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libopengl, ros-jazzy-mrpt-libposes, ros-jazzy-mrpt-libslam, ros-jazzy-ament-cmake-lint-cmake, ros-jazzy-ament-cmake-xmllint, ros-jazzy-ament-lint-auto, ros-jazzy-mrpt-libros-bridge, ros-jazzy-mrpt-msgs, ros-jazzy-mrpt-msgs-bridge, ros-jazzy-nav-msgs, ros-jazzy-pose-cov-ops, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation/tree/ros2/mrpt_pf_localization Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-pf-localization/ros-jazzy-mrpt-pf-localization_2.5.0-1noble.20260520.005354_arm64.deb Size: 533456 SHA256: f60671b70ec1c5ab2585772dcad8d2c4edb524d0305358a1bd4330da44f69d84 SHA1: c95b1aab14db72e38ad8f5d3da87a7d524fa1f34 MD5sum: 3e05d69a768eeb0230db0f6fc7d5ba49 Description: Package for robot 2D self-localization using dynamic or static (MRPT or ROS) maps. The interface is similar to amcl (https://wiki.ros.org/amcl) but supports different particle-filter algorithms, several grid maps at different heights, range-only localization, etc. Package: ros-jazzy-mrpt-pf-localization-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-pf-localization Version: 2.5.0-1noble.20260520.005354 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Markus Bader" Installed-Size: 19773 Depends: ros-jazzy-mrpt-pf-localization (= 2.5.0-1noble.20260520.005354) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-pf-localization/ros-jazzy-mrpt-pf-localization-dbgsym_2.5.0-1noble.20260520.005354_arm64.deb Size: 16499182 SHA256: b676879192d55eaece62baafa2f0d8267d63985e6da7dac4356bdf5d5354640b SHA1: f0e5a63a998c2c7a0e4e666b4a673ba6a7ad7d2c MD5sum: 2225db03fb6585dddf312a15900dd6d5 Description: debug symbols for ros-jazzy-mrpt-pf-localization Build-Ids: 4071b83520c955fbf17b5baa9e76ecbce31a631f ad5f52320b703a1ab0b350edab89bf9669746121 d6362ed1a53a593380cde01e75d8d1c029439db0 dc07f7d22532e16a77d3cf40e6cb537230a6d06f Package: ros-jazzy-mrpt-pointcloud-pipeline Version: 2.5.0-1noble.20260520.010505 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1800 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mp2p-icp, ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libgui, ros-jazzy-mrpt-libmaps, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libopengl, ros-jazzy-mrpt-libposes, ros-jazzy-ament-cmake-lint-cmake, ros-jazzy-ament-cmake-xmllint, ros-jazzy-ament-lint-auto, ros-jazzy-mrpt-libros-bridge, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-pointcloud-pipeline/ros-jazzy-mrpt-pointcloud-pipeline_2.5.0-1noble.20260520.010505_arm64.deb Size: 256770 SHA256: c1a71bc88e5f419974c2bb2f83d120330c5de71b4c070dbfa15c3a964a48983b SHA1: c2eef33c9dcbc48710dbcef98e105510c87f26c5 MD5sum: 14c1811aae89c21071aa16076115a9bf Description: Maintains a local obstacle map from recent sensor readings, including optional point cloud pipeline filtering or processing. Package: ros-jazzy-mrpt-pointcloud-pipeline-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-pointcloud-pipeline Version: 2.5.0-1noble.20260520.010505 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 9449 Depends: ros-jazzy-mrpt-pointcloud-pipeline (= 2.5.0-1noble.20260520.010505) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-pointcloud-pipeline/ros-jazzy-mrpt-pointcloud-pipeline-dbgsym_2.5.0-1noble.20260520.010505_arm64.deb Size: 8108608 SHA256: 22e33f5941c0f5c074b87759fd43dc565425b798216d99a254dfa4925c761b95 SHA1: 3fb650faed383841058e5c98545ebccee6e28337 MD5sum: d43a476da13b9a5e167fdb8c6c62480c Description: debug symbols for ros-jazzy-mrpt-pointcloud-pipeline Build-Ids: 2eafbadf4b22ca0995eed6d055696c514119e3cc 4cbd9629a70d46d70c778adaffc396433d55b114 ef299c0f9342f216f290802dc8708f976231c052 Package: ros-jazzy-mrpt-reactivenav2d Version: 2.5.0-1noble.20260520.004210 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2053 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libmaps, ros-jazzy-mrpt-libmath, ros-jazzy-mrpt-libnav, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libposes, ros-jazzy-ament-cmake-lint-cmake, ros-jazzy-ament-cmake-xmllint, ros-jazzy-ament-lint-auto, ros-jazzy-geometry-msgs, ros-jazzy-mrpt-libros-bridge, ros-jazzy-mrpt-nav-interfaces, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-stereo-msgs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-reactivenav2d/ros-jazzy-mrpt-reactivenav2d_2.5.0-1noble.20260520.004210_arm64.deb Size: 309770 SHA256: 2215f9da998ee9ab6b3bd9d90148c081a44f6ca9bf31bb39c58aef2d36aaea8b SHA1: 10102fca6b0b92df5d325a94e371a090b932c2fa MD5sum: b373d807f36bd8bd17c0c4085b223dfb Description: Reactive navigation for wheeled robots using MRPT navigation algorithms (TP-Space) Package: ros-jazzy-mrpt-reactivenav2d-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-reactivenav2d Version: 2.5.0-1noble.20260520.004210 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 8875 Depends: ros-jazzy-mrpt-reactivenav2d (= 2.5.0-1noble.20260520.004210) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-reactivenav2d/ros-jazzy-mrpt-reactivenav2d-dbgsym_2.5.0-1noble.20260520.004210_arm64.deb Size: 7253582 SHA256: 128787fdf8a44b9d04778ae9bc394e16e17ba65b9cb4adb566f2cff94f0927bf SHA1: 273aef8b14aa999a4b49009a7ff797c2031e4882 MD5sum: 67154f35da5001247fc3f19a15491009 Description: debug symbols for ros-jazzy-mrpt-reactivenav2d Build-Ids: 6dbecdd2f69f47711505dfbbb725f0700601ba5c Package: ros-jazzy-mrpt-sensor-bumblebee-stereo Version: 0.3.0-1noble.20260520.201810 Architecture: arm64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 631 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libhwdrivers, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libros-bridge, ros-jazzy-mrpt-msgs, ros-jazzy-mrpt-sensorlib, ros-jazzy-rclcpp-components, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_sensors Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-sensor-bumblebee-stereo/ros-jazzy-mrpt-sensor-bumblebee-stereo_0.3.0-1noble.20260520.201810_arm64.deb Size: 129132 SHA256: e893cd43ccc85165a2cecdb466c0d03d7b0e94fa9f67d30b532277afe67d9a63 SHA1: 291fdd247de6775ab2f2ff7a11755584c70bb787 MD5sum: 835b43f0be4ce5a6e2ae55e228515d01 Description: ROS node for Bumblebee Stereo Cameras using libdc1394 interface (based on mrpt-hwdrivers) Package: ros-jazzy-mrpt-sensor-bumblebee-stereo-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-sensor-bumblebee-stereo Version: 0.3.0-1noble.20260520.201810 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 1033 Depends: ros-jazzy-mrpt-sensor-bumblebee-stereo (= 0.3.0-1noble.20260520.201810) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-sensor-bumblebee-stereo/ros-jazzy-mrpt-sensor-bumblebee-stereo-dbgsym_0.3.0-1noble.20260520.201810_arm64.deb Size: 815662 SHA256: 6c7e2a7e5825a4d1034e78f53729c8a5a1f5af9b5552a4e49db3e8b78388d272 SHA1: 882c1a66dc8ec7a9c692a6d1ddfc39be35f2faab MD5sum: 5c1352254c9920f4a621662f7d930569 Description: debug symbols for ros-jazzy-mrpt-sensor-bumblebee-stereo Build-Ids: a178278bff837c44e339d79594c62194761415ad Package: ros-jazzy-mrpt-sensor-gnss-nmea Version: 0.3.0-1noble.20260520.201815 Architecture: arm64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 694 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libhwdrivers, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libros-bridge, ros-jazzy-mrpt-msgs, ros-jazzy-mrpt-sensorlib, ros-jazzy-nmea-msgs, ros-jazzy-rclcpp-components, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_sensors Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-sensor-gnss-nmea/ros-jazzy-mrpt-sensor-gnss-nmea_0.3.0-1noble.20260520.201815_arm64.deb Size: 146788 SHA256: f71c9363ac3f4755a489d66ab5f7e5a2c408280793bc99709c6a5ef50c3e9006 SHA1: 3ca314332de6eac1bd72b7ecb5abdbd60fef750f MD5sum: eae29503222ab3487e49ffcc4d22864f Description: ROS node for GNSS receivers generating NMEA messages (based on mrpt-hwdrivers) Package: ros-jazzy-mrpt-sensor-gnss-nmea-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-sensor-gnss-nmea Version: 0.3.0-1noble.20260520.201815 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 1763 Depends: ros-jazzy-mrpt-sensor-gnss-nmea (= 0.3.0-1noble.20260520.201815) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-sensor-gnss-nmea/ros-jazzy-mrpt-sensor-gnss-nmea-dbgsym_0.3.0-1noble.20260520.201815_arm64.deb Size: 1458236 SHA256: 3fb4cd6c03e33b94086f942acf99fcded431e066a211e04219f43d0d8687c9c6 SHA1: 9fa358345b1897f018248a13402556d94317f330 MD5sum: e5f38f67f057d7f982d0675b897fd1b8 Description: debug symbols for ros-jazzy-mrpt-sensor-gnss-nmea Build-Ids: ad1596e9bcf9bb2217acd70814a9f7c5f277b03c Package: ros-jazzy-mrpt-sensor-gnss-novatel Version: 0.3.0-1noble.20260520.201818 Architecture: arm64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 1404 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libhwdrivers, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libros-bridge, ros-jazzy-mrpt-msgs, ros-jazzy-mrpt-sensorlib, ros-jazzy-novatel-oem6-msgs, ros-jazzy-rclcpp-components, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_sensors Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-sensor-gnss-novatel/ros-jazzy-mrpt-sensor-gnss-novatel_0.3.0-1noble.20260520.201818_arm64.deb Size: 260842 SHA256: 26f758b59bb83a87761fa25941825d340b57c25da6b8a98cfd35af0bf6933116 SHA1: ee4e7912933e046690571d4e7c774d62fed3a062 MD5sum: c5418e8b9d9c62126a6d8482255af05a Description: ROS node for GNSS/IMU Novatel receivers with RTK precision using an NTRIP HTTP source (based on mrpt-hwdrivers) Package: ros-jazzy-mrpt-sensor-gnss-novatel-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-sensor-gnss-novatel Version: 0.3.0-1noble.20260520.201818 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 5245 Depends: ros-jazzy-mrpt-sensor-gnss-novatel (= 0.3.0-1noble.20260520.201818) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-sensor-gnss-novatel/ros-jazzy-mrpt-sensor-gnss-novatel-dbgsym_0.3.0-1noble.20260520.201818_arm64.deb Size: 4340278 SHA256: 94eae910df7c91b797d634295e70ff2e8b74a499168b75f6d7e6aaccf05bfe05 SHA1: 7598aa5c7a99579579e3cbb3f861073ee834b858 MD5sum: 12998ef370536e0854e0f2424e5c9a4b Description: debug symbols for ros-jazzy-mrpt-sensor-gnss-novatel Build-Ids: 0e435d071d1a930fc66ccef82d0562c591743118 Package: ros-jazzy-mrpt-sensor-imu-taobotics Version: 0.3.0-1noble.20260520.202944 Architecture: arm64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 567 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libhwdrivers, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libros-bridge, ros-jazzy-mrpt-msgs, ros-jazzy-mrpt-sensorlib, ros-jazzy-rclcpp-components, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_sensors Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-sensor-imu-taobotics/ros-jazzy-mrpt-sensor-imu-taobotics_0.3.0-1noble.20260520.202944_arm64.deb Size: 109886 SHA256: 83078993dc4ded678545cd39222f6079d29df3e92c594004e65071b37dbfbf36 SHA1: 115307036337d55ed762d2fec93088f942f43bc4 MD5sum: 69a1a3d579fccd39013b4adb9e40ca90 Description: ROS node for Taobotics USB IMUs (based on mrpt-hwdrivers) Package: ros-jazzy-mrpt-sensor-imu-taobotics-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-sensor-imu-taobotics Version: 0.3.0-1noble.20260520.202944 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 466 Depends: ros-jazzy-mrpt-sensor-imu-taobotics (= 0.3.0-1noble.20260520.202944) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-sensor-imu-taobotics/ros-jazzy-mrpt-sensor-imu-taobotics-dbgsym_0.3.0-1noble.20260520.202944_arm64.deb Size: 293468 SHA256: a93d8fb275d742b78aeba7a698f970bd7feb2028941c2e16be3dd78469bf26fa SHA1: df27716637a272e7f4396b8c6e030b53ac3e3509 MD5sum: 940ddb562aa86b3025a3026ab1483c35 Description: debug symbols for ros-jazzy-mrpt-sensor-imu-taobotics Build-Ids: fb37c277ee4d42cd593b22eca6d44f314dfdf40f Package: ros-jazzy-mrpt-sensorlib Version: 0.3.0-1noble.20260520.201232 Architecture: arm64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 2143 Depends: ros-jazzy-diagnostic-updater, ros-jazzy-mrpt-libhwdrivers, ros-jazzy-mrpt-libros-bridge, ros-jazzy-mrpt-msgs, ros-jazzy-rclcpp-components, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_sensors Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-sensorlib/ros-jazzy-mrpt-sensorlib_0.3.0-1noble.20260520.201232_arm64.deb Size: 117814 SHA256: ff4489bc570708643c94185ed1828182dc2b2e9cd4650e5a85a1ac8ff7d475da SHA1: 985ff3fbe21b92c67a8c7be475edb9e5d778cd44 MD5sum: 3c37b91d16696d0f65535b9fe3823606 Description: C++ library for the base generic MRPT sensor node Package: ros-jazzy-mrpt-sensors Version: 0.3.0-1noble.20260520.203949 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 42 Depends: ros-jazzy-mrpt-generic-sensor, ros-jazzy-mrpt-sensor-bumblebee-stereo, ros-jazzy-mrpt-sensor-gnss-nmea, ros-jazzy-mrpt-sensor-gnss-novatel, ros-jazzy-mrpt-sensor-imu-taobotics, ros-jazzy-mrpt-sensorlib, ros-jazzy-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_sensors/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-sensors/ros-jazzy-mrpt-sensors_0.3.0-1noble.20260520.203949_arm64.deb Size: 5570 SHA256: f587e56a8990b236df21bfbf80ae0bbfbf1ae688dba6f32869fd3dc349ca7ced SHA1: 4a8eff9e6cbe5b8d75b6b3e05510831fd8f8bb3f MD5sum: e6fac2e897b14d3cee86891e9387f106 Description: ROS nodes for various robotics sensors via mrpt-hwdrivers. Metapackage for all mrpt_sensor packages. Package: ros-jazzy-mrpt-tps-astar-planner Version: 2.5.0-1noble.20260520.111741 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1290 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libmaps, ros-jazzy-mrpt-libmath, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libopengl, ros-jazzy-mrpt-libposes, ros-jazzy-mrpt-path-planning, ros-jazzy-ament-cmake-lint-cmake, ros-jazzy-ament-cmake-xmllint, ros-jazzy-ament-lint-auto, ros-jazzy-mrpt-libgui, ros-jazzy-mrpt-libnav, ros-jazzy-mrpt-libros-bridge, ros-jazzy-mrpt-msgs, ros-jazzy-mrpt-nav-interfaces, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-tps-astar-planner/ros-jazzy-mrpt-tps-astar-planner_2.5.0-1noble.20260520.111741_arm64.deb Size: 233862 SHA256: fb28a32a459eca9b0484da1a418ec0e0866f234636fde3df03246e153c71f834 SHA1: 27c7cb0c56d956654b6a4b81f45eb0cab67f65a9 MD5sum: a6d017033efdc6f9dad19380aa5d80aa Description: ROS Path Planner with A* in TP-Space Engine Package: ros-jazzy-mrpt-tps-astar-planner-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-tps-astar-planner Version: 2.5.0-1noble.20260520.111741 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5896 Depends: ros-jazzy-mrpt-tps-astar-planner (= 2.5.0-1noble.20260520.111741) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-tps-astar-planner/ros-jazzy-mrpt-tps-astar-planner-dbgsym_2.5.0-1noble.20260520.111741_arm64.deb Size: 4962408 SHA256: 551a789a707c94da9c0598cb9a82b716735bab80cff74abf793fd10f976f8061 SHA1: bad9a199df270bca21ebc92a9b5e4eb7ee4b5684 MD5sum: 981e2605a1c78fe71d78c332fa81cf5e Description: debug symbols for ros-jazzy-mrpt-tps-astar-planner Build-Ids: 44d8a5a2fb979f9e7074d2b4c47423498c2ef60b Package: ros-jazzy-mrpt-tutorials Version: 2.5.0-1noble.20260520.051834 Architecture: arm64 Maintainer: "Jose Luis Blanco-Claraco" Installed-Size: 7054 Depends: ros-jazzy-ament-cmake-lint-cmake, ros-jazzy-ament-cmake-xmllint, ros-jazzy-ament-lint-auto, ros-jazzy-mvsim, ros-jazzy-teleop-twist-keyboard, ros-jazzy-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-tutorials/ros-jazzy-mrpt-tutorials_2.5.0-1noble.20260520.051834_arm64.deb Size: 5993258 SHA256: 3fbf35db8fc26593ce12474c38041f1c48f19be2947a11028fe71a0c9065d1ec SHA1: b91d506af2959eaf7ca1324c9e13fd4d8c5160d0 MD5sum: 4675fbe7fcedb859e698607d1437eab9 Description: Example files used as tutorials for MRPT ROS packages Package: ros-jazzy-mrt-cmake-modules Version: 1.0.11-2noble.20260225.231027 Architecture: arm64 Maintainer: Kevin Rösch Installed-Size: 356 Depends: lcov, python3-catkin-pkg-modules, python3-rospkg, python3-setuptools, python3-yaml, ros-jazzy-gtest-vendor, ros-jazzy-ros-environment, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/mrt_cmake_modules Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrt-cmake-modules/ros-jazzy-mrt-cmake-modules_1.0.11-2noble.20260225.231027_arm64.deb Size: 68086 SHA256: 2fc6d17dad7e2b56992473429e8b96b1c03d78b5cc56eed997bccfbc5d82e7a7 SHA1: 78b25a0c88263afe27ccef475c8da082fc7e236e MD5sum: 6fbf8fe99d6fffc0269719e539d149d5 Description: CMake Functions and Modules for automating CMake Package: ros-jazzy-mujoco-ros2-control Version: 0.0.3-1noble.20260520.045225 Architecture: arm64 Maintainer: Nathan Dunkelberger Installed-Size: 2266 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libglfw3 (>= 3.2), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-mujoco-vendor, libfmt-dev, libglfw3-dev, python3-minimal, python3-numpy, python3-pip, python3-pykdl, python3-venv, ros-jazzy-ament-index-python, ros-jazzy-backward-ros, ros-jazzy-control-toolbox, ros-jazzy-controller-manager, ros-jazzy-hardware-interface, ros-jazzy-mujoco-ros2-control-msgs, ros-jazzy-mujoco-ros2-control-plugins, ros-jazzy-nav-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-sensor-msgs, ros-jazzy-transmission-interface, ros-jazzy-urdfdom-py, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mujoco-ros2-control/ros-jazzy-mujoco-ros2-control_0.0.3-1noble.20260520.045225_arm64.deb Size: 581064 SHA256: 1d160ae46ad29715317952c704d3f2c51d96937e93aa4c55a91325471e68adc1 SHA1: 2578ad9c8655384845040319723b571ceb50f42e MD5sum: 9cf626c3910a658abf6268bd43b2f6a8 Description: ros2_control wrapper for the MuJoCo Simulate application Package: ros-jazzy-mujoco-ros2-control-dbgsym Package-Type: ddeb Source: ros-jazzy-mujoco-ros2-control Version: 0.0.3-1noble.20260520.045225 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Nathan Dunkelberger Installed-Size: 8718 Depends: ros-jazzy-mujoco-ros2-control (= 0.0.3-1noble.20260520.045225) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mujoco-ros2-control/ros-jazzy-mujoco-ros2-control-dbgsym_0.0.3-1noble.20260520.045225_arm64.deb Size: 7786680 SHA256: 072c3a7ecd9d7ccbadc94779f023eb04e6b67a3e7e38e36fd72346e8aa8f6dcc SHA1: eb33e58987b188bf6c5ee827a511b4175ab536aa MD5sum: afb707bf3e80fa57e19962ea24ba0eab Description: debug symbols for ros-jazzy-mujoco-ros2-control Build-Ids: 192f3a61f586779087f648b60469e91454025d77 436fc2041b36137055da792d967eb15313cae52a Package: ros-jazzy-mujoco-ros2-control-demos Version: 0.0.3-1noble.20260520.141247 Architecture: arm64 Maintainer: Nathan Dunkelberger Installed-Size: 126 Depends: ros-jazzy-controller-manager, ros-jazzy-forward-command-controller, ros-jazzy-joint-state-broadcaster, ros-jazzy-mujoco-ros2-control, ros-jazzy-mujoco-ros2-control-msgs, ros-jazzy-robot-state-publisher, ros-jazzy-rviz2, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mujoco-ros2-control-demos/ros-jazzy-mujoco-ros2-control-demos_0.0.3-1noble.20260520.141247_arm64.deb Size: 17788 SHA256: 906687dd2b72acaa065e39ec4cecca4d5885dda60e0cdf959887f816fa3aba6a SHA1: ba794da94c4abaa7d1f93837d24d04ec93acf07b MD5sum: 32db22211e71929b0ac62f0f7c094d31 Description: Demonstration examples for mujoco_ros2_control package Package: ros-jazzy-mujoco-ros2-control-msgs Version: 0.0.3-1noble.20260519.185931 Architecture: arm64 Maintainer: Nathan Dunkelberger Installed-Size: 2676 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mujoco-ros2-control-msgs/ros-jazzy-mujoco-ros2-control-msgs_0.0.3-1noble.20260519.185931_arm64.deb Size: 168802 SHA256: d252a6582cacbc2573eb70842d523dc147a99f9f23a19e1b63f73c03d42fdc3a SHA1: 1dba4dab17e25da0e1bf5a3d3139c3a421ef4bd1 MD5sum: 74f1882209dbf27c76aa515334b47168 Description: msgs for mujoco_ros2_control package Package: ros-jazzy-mujoco-ros2-control-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-mujoco-ros2-control-msgs Version: 0.0.3-1noble.20260519.185931 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Nathan Dunkelberger Installed-Size: 1798 Depends: ros-jazzy-mujoco-ros2-control-msgs (= 0.0.3-1noble.20260519.185931) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mujoco-ros2-control-msgs/ros-jazzy-mujoco-ros2-control-msgs-dbgsym_0.0.3-1noble.20260519.185931_arm64.deb Size: 1335968 SHA256: 96e96460613df4bc9a22333fabb4eb997bd6288bf488d618c7b8ea61adfd730e SHA1: 161f10c7af915c11f4c3307582135e84184759e9 MD5sum: 566dcce93abb51e148737b27e28aa22a Description: debug symbols for ros-jazzy-mujoco-ros2-control-msgs Build-Ids: 078a35b2b43e0444db86301e1db0f0583d57a2e0 3341894011d5dfd4709ca1603589a45f781ab116 56cd730ad24f38cdb2898e0f09bc04c9fddfdbd5 76b4d466795277f535022af56b99a29bfd272dce 7a359e5e890e6c97dbfa331c2f7f58124f904840 8cae83f989b5fa795df0f80fdb4315d25d011dc2 95892c99040359034a0cc2689941ba6865511952 bbc350f0c7a2a4ca2996571a2274699a8569ebe2 c37fdbab2724a58aafe616d7c8ecc9c698515c3b df281e5eb3681cd5e5a6ef4cb66c201a04c4bc8c fb54ad8095a04f9437df8bba75c821646a892162 Package: ros-jazzy-mujoco-ros2-control-plugins Version: 0.0.3-1noble.20260520.031737 Architecture: arm64 Maintainer: Nathan Dunkelberger Installed-Size: 343 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mujoco-vendor, ros-jazzy-backward-ros, ros-jazzy-geometry-msgs, ros-jazzy-mujoco-ros2-control-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-realtime-tools, ros-jazzy-ros2-control-cmake, ros-jazzy-std-msgs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mujoco-ros2-control-plugins/ros-jazzy-mujoco-ros2-control-plugins_0.0.3-1noble.20260520.031737_arm64.deb Size: 93894 SHA256: 824cce6329b5b835713702997445ba0bc1ed2c66e13324bf26d3c5b73e4855ec SHA1: a2abe73be09968d7c275187686d2313352cffa1c MD5sum: 065a9aeed9428ac508234e6ef86a8641 Description: Plugin package for mujoco_ros2_control Package: ros-jazzy-mujoco-ros2-control-plugins-dbgsym Package-Type: ddeb Source: ros-jazzy-mujoco-ros2-control-plugins Version: 0.0.3-1noble.20260520.031737 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Nathan Dunkelberger Installed-Size: 1800 Depends: ros-jazzy-mujoco-ros2-control-plugins (= 0.0.3-1noble.20260520.031737) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mujoco-ros2-control-plugins/ros-jazzy-mujoco-ros2-control-plugins-dbgsym_0.0.3-1noble.20260520.031737_arm64.deb Size: 1623966 SHA256: f9ccd7693bf7b1658e666f6ae4d94229c6ded651ef7ce0d46c922b5968df1412 SHA1: 40658cec005d625ee211b64da67904d3eefdde8a MD5sum: 4bf3c4438d1bccabaa39c2bdce93faa6 Description: debug symbols for ros-jazzy-mujoco-ros2-control-plugins Build-Ids: e7a543d9c839c8b773b1d392f22ed9831e888278 Package: ros-jazzy-mujoco-vendor Version: 0.0.8-2noble.20260313.153612 Architecture: arm64 Maintainer: Sai Kishor Kothakota Installed-Size: 30571 Depends: libc6 (>= 2.34), ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mujoco-vendor/ros-jazzy-mujoco-vendor_0.0.8-2noble.20260313.153612_arm64.deb Size: 13022914 SHA256: 8f78eb55b8b2350b793a96ff8f4057999aa249628f89443c9fbf4500c6995a0f SHA1: dddb647d9a981817155451d5bf29ce4adec34ec0 MD5sum: e31a2f4471e8c453e3ac2fe15719eaee Description: Vendor package for MuJoCo simulator of version 3.4.0 Package: ros-jazzy-multisensor-calibration Version: 2.1.0-1noble.20260520.055446 Architecture: arm64 Maintainer: Miguel Granero Installed-Size: 20378 Depends: libboost-filesystem1.83.0 (>= 1.83.0), libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgomp1 (>= 6), liblz4-1 (>= 0.0~r130), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-contrib406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-flann406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libpcl-common1.14 (>= 1.14.0+dfsg), libpcl-io1.14 (>= 1.14.0+dfsg), libqhull-r8.0 (>= 2020.1), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.3.0) | libqt5gui5-gles (>= 5.3.0), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libvtk9.1t64 (>= 9.1.0+really9.1.0+dfsg2), libqt5gui5t64, libtinyxml2-dev, ros-jazzy-cv-bridge, ros-jazzy-geometry-msgs, ros-jazzy-image-transport, ros-jazzy-multisensor-calibration-interface, ros-jazzy-pcl-conversions, ros-jazzy-pcl-ros, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rviz-common, ros-jazzy-sensor-msgs, ros-jazzy-small-gicp-vendor, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-tf2-ros, ros-jazzy-urdf, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-multisensor-calibration/ros-jazzy-multisensor-calibration_2.1.0-1noble.20260520.055446_arm64.deb Size: 8618524 SHA256: 75cf60f86b3e8dac7554b1b985698ce25ffeddc2a0a22efd3d3b0ec12404f478 SHA1: 10292c7c8ead71100ff766c442b2f86ce347f2ae MD5sum: 2601c967b2c33f6063bc097a90ddb6f4 Description: Collection of methods and applications to calibrate multi-sensor-systems, e.g. camera to LiDAR, LiDAR to LiDAR, and LiDAR to vehicle. Package: ros-jazzy-multisensor-calibration-dbgsym Package-Type: ddeb Source: ros-jazzy-multisensor-calibration Version: 2.1.0-1noble.20260520.055446 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Miguel Granero Installed-Size: 114053 Depends: ros-jazzy-multisensor-calibration (= 2.1.0-1noble.20260520.055446) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-multisensor-calibration/ros-jazzy-multisensor-calibration-dbgsym_2.1.0-1noble.20260520.055446_arm64.deb Size: 106635866 SHA256: 96ba81f36b8874ec81db884f53dce879b19e81676d18784df366c93f2526738b SHA1: 2f7df2eca41da03b65a71201823e962c9e4da0d7 MD5sum: 47c9a54bea6794fd08ff433bc29403c8 Description: debug symbols for ros-jazzy-multisensor-calibration Build-Ids: 02a86dd175a673f4c6f9d3ffbcfc7b3f160c7940 2a7c975fc79a1fbda01b76ee9db8d3fce2758594 39b6e80bb9acb2874970631f3ff643d4758ec5ea 411d6cb76c1db9b56543390e474c77fb37c00e87 4c3aec19b8d61ee3b6273e8ca8c060d95e2bc408 4c8f20c9229f5ab3883423880c47a1ca2ef6c69d 80a0e80caab929c92a8aa695d9e21cf247eacc98 9cbec2186c2ed112d1dde269e991a543ad1b5f9f b27b6111e6360a3e1ed9849eab9c6aa5fbc69545 Package: ros-jazzy-multisensor-calibration-interface Version: 2.1.0-1noble.20260519.191342 Architecture: arm64 Maintainer: Miguel Granero Installed-Size: 6520 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-multisensor-calibration-interface/ros-jazzy-multisensor-calibration-interface_2.1.0-1noble.20260519.191342_arm64.deb Size: 349814 SHA256: 75477bf146d3e183028f03027ed68943305d5381aa091220fb9813fe706117e5 SHA1: eacc5440817e5cd8afa942b974facaed81d20928 MD5sum: 1a99323040a75f01f899f23e1b943969 Description: Messages and service definitions for the multisensor_calibration package. Package: ros-jazzy-multisensor-calibration-interface-dbgsym Package-Type: ddeb Source: ros-jazzy-multisensor-calibration-interface Version: 2.1.0-1noble.20260519.191342 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Miguel Granero Installed-Size: 4504 Depends: ros-jazzy-multisensor-calibration-interface (= 2.1.0-1noble.20260519.191342) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-multisensor-calibration-interface/ros-jazzy-multisensor-calibration-interface-dbgsym_2.1.0-1noble.20260519.191342_arm64.deb Size: 3346494 SHA256: def5eca6ee47a6eb928eb9c40c5d4110dc631ae873759ba77331921a60c351b2 SHA1: 56bd230d108b412c559516867c8ecb020f601a57 MD5sum: e980e44dfd12eae35d875b23e913861d Description: debug symbols for ros-jazzy-multisensor-calibration-interface Build-Ids: 09907874acb5ee9d16674b4219578da623d20b55 30a8896c79aee821f32a23674e1f6ff80b7b60d2 3325e92c715e88a557bf7781beef2c83e236c83c 35e1382ce9773db72d099d10567fd30f81a1078a 57166ebb0fd80809da1bccdde4a03542e26a135a 57f87ac8d5275bc7183172b37c440963a7486eda 5a84031bf12596e3cb01f2de58e65fd8a9cab57c 5c00425b12c864344ab39969b1183dcda676a750 b898ff74b8462193229670a8776a9dc1c7f13469 e1ee5528a3d0da8e042ce0abd5f21d78c4db3caf fb075591c34d3347c39e308321759822a5197287 Package: ros-jazzy-mvsim Version: 1.3.0-1noble.20260520.040455 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 13595 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), libzmq5 (>= 4.0.1+dfsg), ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libgui, ros-jazzy-mrpt-libmaps, ros-jazzy-mrpt-libmath, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libopengl, ros-jazzy-mrpt-libposes, cppzmq-dev, libboost-all-dev, libprotobuf-dev, libprotoc-dev, libzmq3-dev, protobuf-compiler, pybind11-dev, python3-pip, python3-protobuf, python3-venv, ros-jazzy-mrpt-libros-bridge, ros-jazzy-mrpt-libtclap, ros-jazzy-nav-msgs, ros-jazzy-ros2launch, ros-jazzy-sensor-msgs, ros-jazzy-stereo-msgs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-visualization-msgs, unzip, wget, ros-jazzy-ros-workspace Homepage: https://wiki.ros.org/mvsim Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mvsim/ros-jazzy-mvsim_1.3.0-1noble.20260520.040455_arm64.deb Size: 3104682 SHA256: 87b30a55b3a37b5cabbe7112db614b8534a1cef947efec3f9b8cf18de4b929b9 SHA1: b43c84eb42dc4afb4d8a02acfbe10df521f955ff MD5sum: 9cbcbbcc1989d9c0deb3f972de8eaf2a Description: A lightweight multivehicle simulation framework. Package: ros-jazzy-mvsim-dbgsym Package-Type: ddeb Source: ros-jazzy-mvsim Version: 1.3.0-1noble.20260520.040455 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 35553 Depends: ros-jazzy-mvsim (= 1.3.0-1noble.20260520.040455) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mvsim/ros-jazzy-mvsim-dbgsym_1.3.0-1noble.20260520.040455_arm64.deb Size: 33542740 SHA256: 1ee5a03002064f02f26353f464e190dd2efe2d8476c8b050b716a200847c0d5d SHA1: 623c490ab2dd2ac8d32ba1f235433df54f577109 MD5sum: e39d1eaf2f281270aab8ae53544cf040 Description: debug symbols for ros-jazzy-mvsim Build-Ids: 2d01de6e8987068eac2a7028a29761bf9b197ea9 3cf56db20540a6b0039a730a3e2b2b2c17e95a53 467e58923ae8c9fa7b95e2ee0565baa30a03a764 8445119650cc8aa713adefecfbbdc8a682732e03 ecee352e74ceb0284360370c00387c5981f737b8 f31e766e885a48361428c778aab5d8f186e0598c Package: ros-jazzy-nanoeigenpy Version: 0.5.0-1noble.20260327.153838 Architecture: arm64 Maintainer: Guilhem Saurel Installed-Size: 1761 Depends: libc6 (>= 2.38), libgcc-s1 (>= 4.0), libstdc++6 (>= 11), libeigen3-dev, nanobind-dev, python3-dev, python3-numpy, python3-scipy, ros-jazzy-ros-workspace Homepage: https://github.com/Simple-Robotics/nanoeigenpy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nanoeigenpy/ros-jazzy-nanoeigenpy_0.5.0-1noble.20260327.153838_arm64.deb Size: 525920 SHA256: 20af73f37d2a15f3cd18a873fad644b6d65862578737913b0667a5d8fb174461 SHA1: 4bfc84ba3dcd420295280f0da786e8735d288644 MD5sum: 9fd954edaa3a8b3f6054a96fa274137c Description: A support library for bindings between Eigen in C++ and Python, based on nanobind Package: ros-jazzy-nanoeigenpy-dbgsym Package-Type: ddeb Source: ros-jazzy-nanoeigenpy Version: 0.5.0-1noble.20260327.153838 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Guilhem Saurel Installed-Size: 28519 Depends: ros-jazzy-nanoeigenpy (= 0.5.0-1noble.20260327.153838) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nanoeigenpy/ros-jazzy-nanoeigenpy-dbgsym_0.5.0-1noble.20260327.153838_arm64.deb Size: 27619634 SHA256: e9aaebd7f537cf42ed0ee123af26e0bac0c1fbd32aada898f2d8a30daa061cb5 SHA1: 8ae843554d3b0bc72a2fdb88da315319b3bdba59 MD5sum: 1f585b3e52fdf69a0f6d8dca8013baff Description: debug symbols for ros-jazzy-nanoeigenpy Build-Ids: 8b020e298b608aa494d9464fcccd718f542eac7b Package: ros-jazzy-nao-button-sim Version: 1.0.1-1noble.20260519.201428 Architecture: arm64 Maintainer: ijnek Installed-Size: 43 Depends: ros-jazzy-nao-lola-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nao-button-sim/ros-jazzy-nao-button-sim_1.0.1-1noble.20260519.201428_arm64.deb Size: 7364 SHA256: b98e8b8dad2f261604ebd7b3b516ef94bdf3f98d59a84af9c93b39dd2fa2dd2e SHA1: 6ddcc20a177c86e292f9eed6aebce81f29d0e56a MD5sum: fe7f0d24acc9336666c4affa6bd783e9 Description: Allows simulating button presses through command line interface Package: ros-jazzy-nao-command-msgs Version: 1.0.0-3noble.20260519.183848 Architecture: arm64 Maintainer: ijnek Installed-Size: 2166 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nao-command-msgs/ros-jazzy-nao-command-msgs_1.0.0-3noble.20260519.183848_arm64.deb Size: 130142 SHA256: 0662023d29a595ca36ce99ad5240b9b597984b21d2eaf4754960d3566692b922 SHA1: fa9d3287b89d532eced2ad010bd7b2b5f7350bf0 MD5sum: 3dc50e9e88e0adb4e4cab76a94106c92 Description: Package defining command msgs to be sent to NAO robot. Package: ros-jazzy-nao-command-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-nao-command-msgs Version: 1.0.0-3noble.20260519.183848 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 1448 Depends: ros-jazzy-nao-command-msgs (= 1.0.0-3noble.20260519.183848) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nao-command-msgs/ros-jazzy-nao-command-msgs-dbgsym_1.0.0-3noble.20260519.183848_arm64.deb Size: 1067796 SHA256: d7f1290a9ce10d2670b5573d1c1d7ba41c04a542cc7b8747c8360632bc2e22c2 SHA1: e799095085cd7881627d53d672315f8fa4f86c0c MD5sum: 4d1c4feed67acbaecc449e2247b2bab2 Description: debug symbols for ros-jazzy-nao-command-msgs Build-Ids: 107381037216969ce2ae45595063fffb53d6b003 214abb051a4c33be554ea6bf285ec1a693660656 42c31219250b0c6348a820dcf16f2c0f3982f483 4f0ec3b2b28f7076b86e9c2864c0692a8d35beea 60546669a578db41a5721f3ae66311abd9df5b40 75e18ba1487a4f9ac2333520f677a151387db37e 79e0b151cebc8f0831c01232402f3924a37a357e 91fb2687d091c0528da9eab67bfb41c8917be95a a856fc8fd88621975797efd7a6524db21d98bf14 de504ee7b5307aa9b1297a2469eebf1ab087b1d2 ea4787c52c956c279d4e7ab20618e1421cc1ef55 Package: ros-jazzy-nao-lola Version: 1.3.0-2noble.20260520.005911 Architecture: arm64 Maintainer: ijnek Installed-Size: 3614 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-all-dev, ros-jazzy-nao-command-msgs, ros-jazzy-nao-sensor-msgs, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nao-lola/ros-jazzy-nao-lola_1.3.0-2noble.20260520.005911_arm64.deb Size: 412684 SHA256: 55a70d971e57c0834bccea2973e741bdc74a339b44712ee7668736d665b82a97 SHA1: 64a48c47f56153dedea03b8d08102f24c339c647 MD5sum: 81c2ccbcb1d69fb6f84eb0ae5f762432 Description: Packages that allow communicating with the NAO's Lola middle-ware. Package: ros-jazzy-nao-lola-client Version: 1.3.0-2noble.20260519.222735 Architecture: arm64 Maintainer: ijnek Installed-Size: 3897 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-all-dev, ros-jazzy-nao-lola-command-msgs, ros-jazzy-nao-lola-sensor-msgs, ros-jazzy-rcl-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nao-lola-client/ros-jazzy-nao-lola-client_1.3.0-2noble.20260519.222735_arm64.deb Size: 430524 SHA256: c94c01014c088db1459c876352c5b0688e6b6583f692f06f1054dae907c336a9 SHA1: 0c2aa6071213a0891c7e825dfedf9656d61b3419 MD5sum: 94e3d7b35febfca4d1b963217b3cca81 Description: Packages that allow communicating with the NAO's Lola middle-ware. Package: ros-jazzy-nao-lola-client-dbgsym Package-Type: ddeb Source: ros-jazzy-nao-lola-client Version: 1.3.0-2noble.20260519.222735 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 15596 Depends: ros-jazzy-nao-lola-client (= 1.3.0-2noble.20260519.222735) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nao-lola-client/ros-jazzy-nao-lola-client-dbgsym_1.3.0-2noble.20260519.222735_arm64.deb Size: 12171874 SHA256: 91f6ca795cb9acef32ff18d2a7d28468ac76a4f2f14371d87fad1bd70397ae5e SHA1: cab6c056275331ce912e6f57346c8615988be575 MD5sum: c75467ed22bfd264f68bac016c78aabc Description: debug symbols for ros-jazzy-nao-lola-client Build-Ids: 0c24a633e2062d70610cf6adcf52c4719a970fea 3797cd50156d605c860aaa82bbde51cae5365700 4a0a34a1b461cc3609a95642eac1a5d815bbba23 5ea94cf98e299c2430d6a17cf3dc5dbf2f7ebdb6 Package: ros-jazzy-nao-lola-command-msgs Version: 1.3.0-2noble.20260519.183903 Architecture: arm64 Maintainer: ijnek Installed-Size: 2211 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nao-lola-command-msgs/ros-jazzy-nao-lola-command-msgs_1.3.0-2noble.20260519.183903_arm64.deb Size: 131200 SHA256: 092b1a83e8faee11d947aec57267d3404774435f51ee510bb25e2795f22a0f67 SHA1: e479f1e045582e135ca9b876784fc6f9f500cad9 MD5sum: 674875c201fc239e6329b75d23740c4e Description: Package defining command msgs to be sent to NAO robot. Package: ros-jazzy-nao-lola-command-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-nao-lola-command-msgs Version: 1.3.0-2noble.20260519.183903 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 1449 Depends: ros-jazzy-nao-lola-command-msgs (= 1.3.0-2noble.20260519.183903) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nao-lola-command-msgs/ros-jazzy-nao-lola-command-msgs-dbgsym_1.3.0-2noble.20260519.183903_arm64.deb Size: 1061962 SHA256: 2e5935d31c91f9240236389721f40c1e29b8706f15b63842513bc7e18e8d4dc0 SHA1: f459e6ff942cc5f918a8260fdb815f467d8648ef MD5sum: 7d10faafdc992125be04b8508d7d7e25 Description: debug symbols for ros-jazzy-nao-lola-command-msgs Build-Ids: 26d316e268c8bd0035c93471be7924e1be40f73f 27fe0a7e6ec17070919c57989da9281b5afb9feb 321667eb8d37476b1de7c1748af49b068f3a79f1 4895000d0683f5ac17a82b0460c4168ea7c996a8 5a719fe3a92fc7bc8ca07f413718b6ab4f3361a6 8aca4517ddf0b7aa6ff31a12507425b6eaefa24c 9130bb9d3d5c2afed2f70587751f49befe8c8088 9b3a63496b3272fc7e9f0d5492ba0679f19a26d3 b00dbb2a160af603b752efaa9481af049da069f1 b6e2b3c70d32cedea3b9f0db12d9bafd6ef9544d c5016261a0a5d6938b83764d4666cacef1ec214a Package: ros-jazzy-nao-lola-dbgsym Package-Type: ddeb Source: ros-jazzy-nao-lola Version: 1.3.0-2noble.20260520.005911 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 14773 Depends: ros-jazzy-nao-lola (= 1.3.0-2noble.20260520.005911) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nao-lola/ros-jazzy-nao-lola-dbgsym_1.3.0-2noble.20260520.005911_arm64.deb Size: 11491138 SHA256: fe407fd4c7c7778a2c7730b20aea3637b3c0bf29f97d165879276e42eab11b15 SHA1: 68b4d4ccf68b1468cbce9eb9b3921b1ff0c287b3 MD5sum: a67538662eadb32931d990e551001fc1 Description: debug symbols for ros-jazzy-nao-lola Build-Ids: 06093dc8c5ac3bda323f05dfa142398939cb2243 7a6e7cd51b91db6bd39f2769dfcbce6556314f5d 92a9723bba562c288cce28471abf8ad56d1ad1a2 Package: ros-jazzy-nao-lola-sensor-msgs Version: 1.3.0-2noble.20260519.183911 Architecture: arm64 Maintainer: ijnek Installed-Size: 2584 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nao-lola-sensor-msgs/ros-jazzy-nao-lola-sensor-msgs_1.3.0-2noble.20260519.183911_arm64.deb Size: 149570 SHA256: fcbd566af012f9c5a76c6bfc7ac935781d28da598f52b32ad3f312e53bb16c83 SHA1: 996d11ad740c59f05053d3166c24a72755c87c6d MD5sum: 2f6d9d7cff0865dab426966cf097179e Description: Package defining sensor msgs to be received from NAO robot. Package: ros-jazzy-nao-lola-sensor-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-nao-lola-sensor-msgs Version: 1.3.0-2noble.20260519.183911 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 1677 Depends: ros-jazzy-nao-lola-sensor-msgs (= 1.3.0-2noble.20260519.183911) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nao-lola-sensor-msgs/ros-jazzy-nao-lola-sensor-msgs-dbgsym_1.3.0-2noble.20260519.183911_arm64.deb Size: 1233146 SHA256: 5287b6cc88d61605178627158cb1b08b8c696a1eb9202b62159a9acd09c8175f SHA1: 25698915856df39d98a56d02eee31374779876d4 MD5sum: 94518d34cb1a915880aedf2089b7efa9 Description: debug symbols for ros-jazzy-nao-lola-sensor-msgs Build-Ids: 295d160ba3776ce9edb18dd461ca055336c39218 3566b6cfcab17bbcebd70d08581f5e056705d833 4689cfa15358b2a6b0787e66ca0c0cbfd39f8357 4e5de8b19030abee6bd43c2ab9b37dcdbf68930c 4eb193f994512cd140e82daaab2e4acaefe19e6c 7e5745d8c5140749819df85e4bdd4fff2be53874 7f5192daf829f55376d00a3b0e3b0c605fcc9117 83cf1bb4657c67df37a316b8759a27e8fd72d9f8 9bc0c7042e30539cce07ea7437517b74edc896c5 e119aebb52eb5234f690ab498ace10ccc8adbb36 f95748c7a967e4572e6846e2f938fbdee8e7216f Package: ros-jazzy-nao-sensor-msgs Version: 1.0.0-3noble.20260519.183930 Architecture: arm64 Maintainer: ijnek Installed-Size: 2472 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nao-sensor-msgs/ros-jazzy-nao-sensor-msgs_1.0.0-3noble.20260519.183930_arm64.deb Size: 149164 SHA256: cb67096c737bf90f9d8f08e3073267816fc1636234d53b676562332b88548f3a SHA1: 15bd3e9a04cae2a19e1c52f55c4909bf036d2396 MD5sum: 79690855d5f1409a8587636d3065b914 Description: Package defining sensor msgs to be received from NAO robot. Package: ros-jazzy-nao-sensor-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-nao-sensor-msgs Version: 1.0.0-3noble.20260519.183930 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 1672 Depends: ros-jazzy-nao-sensor-msgs (= 1.0.0-3noble.20260519.183930) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nao-sensor-msgs/ros-jazzy-nao-sensor-msgs-dbgsym_1.0.0-3noble.20260519.183930_arm64.deb Size: 1234466 SHA256: 2b9e7d2ba8ab5442a742231a922cd81e5962b37bcfb2276c1b3a42eb323d3332 SHA1: 769c33f8b646f41c7dc763444854beaaeaeca4e2 MD5sum: 765afa19ded1aae937f0cc59472d8cf2 Description: debug symbols for ros-jazzy-nao-sensor-msgs Build-Ids: 043bac3c8b7f8a439781b4c806785c02fee8a27b 0fc4e76fd51a1d9b19205a2c0a71df014627ed93 42e558228b17bb5b94b7f4b4d591b8b1397ebe73 6e2cd580ddb09e7f5804d18a22193e04674502e2 8fb1f7b38da22d8d5023336de76420225a6e3351 ab110cecb7a2b7958b1fb2ff103546febb254d64 c1b62d1891e9cc36c1490c884b5ba9fde1e40005 cf26917eaa9751e03f4a8e6f576a34f25934464c e7eaf0aeb55fc1e312e521c301a2d6bdd1194d35 f2aac184391bddc2c4fcab9ad39983de28ed3ea2 fac895db6ce6a0b9709d9b8758f1b6701f07c236 Package: ros-jazzy-naoqi-libqi Version: 3.0.3-1noble.20260305.215814 Architecture: arm64 Maintainer: Victor Paléologue Installed-Size: 7607 Depends: libboost-chrono1.83.0t64 (>= 1.83.0), libboost-filesystem1.83.0 (>= 1.83.0), libboost-program-options1.83.0 (>= 1.83.0), libboost-random1.83.0 (>= 1.83.0), libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libssl3t64 (>= 3.0.0), libstdc++6 (>= 13.1), libboost-all-dev, libssl-dev, ros-jazzy-ros-workspace Homepage: http://doc.aldebaran.com/libqi Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-naoqi-libqi/ros-jazzy-naoqi-libqi_3.0.3-1noble.20260305.215814_arm64.deb Size: 2009582 SHA256: 8454778464f477780ee1a9f46cba26c0296dc33930ddc8d5f9c1d91e61b37db6 SHA1: e9f5ec3ff29362ac6e8b77f886292688703b964a MD5sum: 1b2e66f46706f3266db69e45297ee53d Description: Aldebaran's libqi: a core library for NAOqiOS development Package: ros-jazzy-naoqi-libqi-dbgsym Package-Type: ddeb Source: ros-jazzy-naoqi-libqi Version: 3.0.3-1noble.20260305.215814 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Victor Paléologue Installed-Size: 55653 Depends: ros-jazzy-naoqi-libqi (= 3.0.3-1noble.20260305.215814) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-naoqi-libqi/ros-jazzy-naoqi-libqi-dbgsym_3.0.3-1noble.20260305.215814_arm64.deb Size: 45041916 SHA256: 3bda4c710c97fc0eba3f1cba6bc60d368468f4bb67e4b1f8e2ea9071da935dfd SHA1: 82c01bfa95b73273b828b7ab8cc73f86bb3b76d6 MD5sum: f256fe0a790057c6fd40c0c9be5f7db9 Description: debug symbols for ros-jazzy-naoqi-libqi Build-Ids: a86085a6c80bceba978c1b54a1be12599c800731 Package: ros-jazzy-nav-2d-msgs Version: 1.3.12-1noble.20260519.193050 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 1475 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-generators, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav-2d-msgs/ros-jazzy-nav-2d-msgs_1.3.12-1noble.20260519.193050_arm64.deb Size: 81874 SHA256: 2834ee1a7070e1f3bfee3b22420d56ec9e03114691768265ac4ca1206b8aefef SHA1: 43ee658b936cc28142bc39be11a21af353f9e87d MD5sum: 4555d43e4440f123e5177d013e80722b Description: Basic message types for two dimensional navigation, extending from geometry_msgs::Pose2D. Package: ros-jazzy-nav-2d-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-nav-2d-msgs Version: 1.3.12-1noble.20260519.193050 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 830 Depends: ros-jazzy-nav-2d-msgs (= 1.3.12-1noble.20260519.193050) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav-2d-msgs/ros-jazzy-nav-2d-msgs-dbgsym_1.3.12-1noble.20260519.193050_arm64.deb Size: 605304 SHA256: 0ac6af74b349edf23f24605b4fd8c3edc8555ee359c94147517402eea3963b3b SHA1: 414fa346fb7be26ce0589c323f1f27d4a9e8fedb MD5sum: 50b6dd87676e05e99d6daa06113fbb81 Description: debug symbols for ros-jazzy-nav-2d-msgs Build-Ids: 024896ee0bfa4a310f3314ba7d9484d8103910f4 0edad5ded9a78d979bc2266807c975750ed0dd10 12720f1ba8d67ae7abe8b616ba5eff8b5acd5d79 396f7a831d73b11e0310ff408dd1c3957c8d9cf9 55ec390db153797faebf7b97afd6792e550a46f8 5eee8d29dac0da4ceb37203d306cb9bccc3beb80 82d763a9421aaa8be0486cd302e479f95aba81ca 9920cf90e208d645d4d0c043728fffd52f99f1ea d13d3361e6f2d3dfe8f593b4373f83833052c961 d14825af6f9df307f7fffe2b07151e3b6a81e755 fc9c183e9088339c19451b4eeec51d1318ce72de Package: ros-jazzy-nav-2d-utils Version: 1.3.12-1noble.20260520.003433 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 275 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-jazzy-geometry-msgs, ros-jazzy-nav-2d-msgs, ros-jazzy-nav-msgs, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav-2d-utils/ros-jazzy-nav-2d-utils_1.3.12-1noble.20260520.003433_arm64.deb Size: 23448 SHA256: bba6201623ffe86de9dbf0eac464753b3d9b70d8820536ec8f15187ade111daf SHA1: de28184caf4ea747eb5a1c27bf23c7a223a5e5f8 MD5sum: 0e3f58b107b42e8f5b649dc3c597b178 Description: A handful of useful utility functions for nav_2d packages. Package: ros-jazzy-nav-2d-utils-dbgsym Package-Type: ddeb Source: ros-jazzy-nav-2d-utils Version: 1.3.12-1noble.20260520.003433 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 358 Depends: ros-jazzy-nav-2d-utils (= 1.3.12-1noble.20260520.003433) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav-2d-utils/ros-jazzy-nav-2d-utils-dbgsym_1.3.12-1noble.20260520.003433_arm64.deb Size: 322416 SHA256: c8b8e7a707f25ee5642fa957e8b1678ddd1365cb8884854bda162f138ff3c20b SHA1: 53ecfac1b9aff00a2b2b9804cc9795698af218ef MD5sum: 458ee2f05ed76071ae941a9b74a62726 Description: debug symbols for ros-jazzy-nav-2d-utils Build-Ids: 300de1b6cd263c3c76b48cb2f3dbb2a9953ac9b7 3320a9d72172b9d748e5131e34c6ea71384abbe4 f3eb24a384842277aa21db420eeece1670d71c58 Package: ros-jazzy-nav-msgs Version: 5.3.7-1noble.20260519.185954 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 3475 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav-msgs/ros-jazzy-nav-msgs_5.3.7-1noble.20260519.185954_arm64.deb Size: 240354 SHA256: 798dbb1f6aa91fb2828979db3314863e7d9c75b3f79c94bfa38c9f0cc630f254 SHA1: f20e30fcb8e04da0c6868799eb6d792e0e5290e7 MD5sum: 2a6eb2f912d5b2cc13a4778ecf47b358 Description: A package containing some navigation related message and service definitions. Package: ros-jazzy-nav-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-nav-msgs Version: 5.3.7-1noble.20260519.185954 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tully Foote Installed-Size: 2729 Depends: ros-jazzy-nav-msgs (= 5.3.7-1noble.20260519.185954) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav-msgs/ros-jazzy-nav-msgs-dbgsym_5.3.7-1noble.20260519.185954_arm64.deb Size: 2143674 SHA256: f6a9d231cbf0e3fc69d879f3baf1b07fe31213e0fdbf00ad5e4176d71c420e81 SHA1: d2d397f1810c4c3cd1764861c2b1853a21cd149a MD5sum: 7a2a1d0825076e555fed2933edf798e2 Description: debug symbols for ros-jazzy-nav-msgs Build-Ids: 0ee9bcd640be0a51a746bccbbcd860fac10254de 2cf43cc9f913a58e7af21bce308a6f92af918afd 3c399fb20ade6b526871e9e2c4b6241c12ad3abc 3e6769d6cae947a7f6d8ee21f70cb50991d7fa22 45916605ad06e7d092827331c5c900aec0fbb8d8 81e273c2f9c47397f8f9d93263b7dd6938fab8a5 8df5c2e126b0b7a9ab78dcd0c7a9a587f35c3531 8fc9edc662fadff92a58d9d975fbe92a88a57414 9e3a7cecad4d5ca1c06c8386e609da6b7655df0c ea8f31b460f9a125a4278e4521ab2cb2dd30ffc7 f35da0c08008bbf9c9e1d17a059f7070668424db Package: ros-jazzy-nav2-amcl Version: 1.3.12-1noble.20260520.001911 Architecture: arm64 Maintainer: Mohammad Haghighipanah Installed-Size: 2192 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-geometry-msgs, ros-jazzy-launch-ros, ros-jazzy-launch-testing, ros-jazzy-message-filters, ros-jazzy-nav-msgs, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-amcl/ros-jazzy-nav2-amcl_1.3.12-1noble.20260520.001911_arm64.deb Size: 370840 SHA256: 8535704491117c9b6ef1a67ddaf4136ad512fe9f807bf924fcafff3339be10b2 SHA1: 7aa3f8c68023e2be1b2be29ea12d2d802c12bd0e MD5sum: 639fd0631535679765736ac852dbf044 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-jazzy-nav2-amcl-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-amcl Version: 1.3.12-1noble.20260520.001911 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Mohammad Haghighipanah Installed-Size: 8170 Depends: ros-jazzy-nav2-amcl (= 1.3.12-1noble.20260520.001911) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-amcl/ros-jazzy-nav2-amcl-dbgsym_1.3.12-1noble.20260520.001911_arm64.deb Size: 6839260 SHA256: 3591c000c092816cb881d06b3a2d10931e9daf38b40cceefecaef91670dc378f SHA1: 2f04cbc2e57ab02174db6fade398e55173c064cd MD5sum: d8d23e45b38d96a7d1e83c87967b1cee Description: debug symbols for ros-jazzy-nav2-amcl Build-Ids: 0dcf191622440f0fb83f7ac44a4f8b7f4e692b8e 3e79c10c37453bc7a7600957e0e1e847b6dc403e 6fbd9e39baf680144821edd7e71a2ac08252d449 931ade28297e5f7e75c71f63fc6b62b4232a270e cb872de0fa3e83ba1e1499620b6fe15cb95f51b9 cc122c5100601fe1a78558dbd4d5730161e575bc Package: ros-jazzy-nav2-behavior-tree Version: 1.3.12-1noble.20260520.002207 Architecture: arm64 Maintainer: Michael Jeronimo Installed-Size: 15295 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-behaviortree-cpp, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-lifecycle-msgs, ros-jazzy-nav-msgs, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-lifecycle, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-behavior-tree/ros-jazzy-nav2-behavior-tree_1.3.12-1noble.20260520.002207_arm64.deb Size: 1926800 SHA256: 7726429fcdb2857413ba553881d68f3ad26e4193799e3eebfbaf6a333c37c711 SHA1: 5a2258eb3af2436301970f740c525798bd754e73 MD5sum: 9208fdf97307b264a586ef76ae2d190b Description: Nav2 behavior tree wrappers, nodes, and utilities Package: ros-jazzy-nav2-behavior-tree-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-behavior-tree Version: 1.3.12-1noble.20260520.002207 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Jeronimo Installed-Size: 84765 Depends: ros-jazzy-nav2-behavior-tree (= 1.3.12-1noble.20260520.002207) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-behavior-tree/ros-jazzy-nav2-behavior-tree-dbgsym_1.3.12-1noble.20260520.002207_arm64.deb Size: 76852144 SHA256: 52ac4838cca7e9b4277cea57f4ce20eff9c1bf80c99e246130a6220635329331 SHA1: 502e44f6dfb79d353d59db75e49a6e9f962a7e26 MD5sum: f1a6d184355f7001cc9bc344ac03e7e6 Description: debug symbols for ros-jazzy-nav2-behavior-tree Build-Ids: 01211d6308036ef73bf4f2ffad5b7f8c10b201f2 11c2f23ecb20733089a857c370db1d83219df4d1 190de0e9f226a1149f6a78fd436afd445c8721ea 1be0842552598906d66d2dd72189d33945ab2513 1d420ad83d90dff689405aca837aaae10dc32584 1f37196d621971fe7821299c0b5122731922d953 2117f6e8c9595dfa6ddfda5b77dae9f10edfacdd 24aed72d58bc7a08657e9f4a65238213c1581b2e 2b7619b5c67fa3279254e121ed89cfc6ca43e6b1 2b993f1012b25379b7ed38859312f95f27d7c8e6 2c4fe4c941d2eebf7bb0c8aec1ea68d91db9bf3b 339f7de730ea9655f5a28173a6eebc9ae68f1010 375cd46d9f907644b530155119600afd6a17b60e 3805efdc04afd2d2be3b3b5d92174c6ee2785a7f 38bab52ffb299e249acc9772e9055a0b5473bfda 38c2aafb70df538be0cb94699870d048bcc11de8 3b66850574a3d510634e94444e9e3f973c7a777c 3e65e0734cb2ba38d7bfcfd642117ef3ce351616 44b4722ff34eee870027f27cc64a3943c1183035 45896f3abc06e038b52d434e26327a7526044577 544aac4d5c6113cb3cdef48a4a87c52e985400ff 5cbde5db8478deabf0cf36ca32fa8b8b439a4dbe 616c6df79daf33b9252b54138bf26f08bf6eaa29 664a26ab04a35095190f34b3eddc96da891fccab 66fa06ee29ef4cb1297174079062bf87be01b697 69c0d2da8fb6f8418a3e405969ab6f644e82fc22 6ab5abaa5e1266ae4b814e87e6c068d4a261f866 739be7357e01ae8b3a5e58a36fcffdb53e2cdb09 74ead68a51a1cbefa13f4ec01d5c962236db850b 75c7ac2ca5fe1c32ba173477ca8f9e00d3a3766e 7f901877f4fddb297c2febe9feef6324fb4cf14c 898770e68063ec1f506515552302c95c3316e2ae 8aeedcf0b8f5724c36ce5c5ab090abd7be045e17 8bae11d238a9f2aa02c036da85ee1710bac38279 8e25afca19d7cec56585fc71054048a7b0a584f3 93110ec654bba940d8aa6cc544ee17207cdf56bc 94d62ce6bbd288b63139f483768c3c52a5a70441 99302596008f5b11e7e8d207f77b51bb8a69b6e5 9bf138d37cfaff20bd8905fda41b205e0974153c 9d30ab6af16616ef8b995ebd0ef6bc5473b526b7 9f681af8c07e0410fa4ed0ef8596edbcd5912582 a2762451322b9f9ec2c289604d8ea61be50b2fa4 a6b64d25295d34b8858940c02aa9ec27110debf5 a83d8c655b4a105386bd2780e1d42660b8923843 ad39e345e2c16c9177f43b0e34f75207bffc74a8 ae6ec95edfbf9de9d17d838714b1e094cb736dce b28e72f414f0fbc276007648f1b666107e35b476 b46e78124daebd883a24cb5a735174a4f47d32b6 b5faef077d2a023c41491f50d6d7297f315178f1 bb56725d31150fe2688154602efc54a3cd93b698 c94031d8dff7f6be92e9ee154bd33d170f46d65e caba50922b0fdceee3fc09cef4d52db2ec0bbc2b d2134e57e2bd13f0b29933c54535a75625ca7c25 d73bce35d129d4f6fe11f6a36ffa2d8208a1fe70 e1ba64b33347d4c1e12652be2b05cf238a2812c1 e5feeb8f41e12793724e8977581d80a629dfcb9e e99408a00d6ef79779f1d4a2b9a77a1992898d9f e9f1fc9f55b00bb157f2ebe8ecbe49b4e5fce4cd ec668d5d156ab8b97ab1d588a03871549f2b017d ee1cf36c8dc38727aa9dd0cbe04eff0c4f7f2e29 efeeb4ae57dbd53d0dae75269a4f923d11821f3f f002f00ce2accf0384909b37b99d7ab4ca0e6e88 Package: ros-jazzy-nav2-behaviors Version: 1.3.12-1noble.20260520.033426 Architecture: arm64 Maintainer: Carlos Orduno Installed-Size: 3289 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-nav2-behavior-tree, ros-jazzy-nav2-core, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-lifecycle, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-behaviors/ros-jazzy-nav2-behaviors_1.3.12-1noble.20260520.033426_arm64.deb Size: 509094 SHA256: 42772d2441b8ec3a5b231bfa20647234b06f69911070e5ef4d66880588b86471 SHA1: efdd48fd87c64dfb22aed3f458d304dd9d2cfd9d MD5sum: 604038658312cf6ae7ba3f459e6f7c48 Description: Nav2 behavior server Package: ros-jazzy-nav2-behaviors-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-behaviors Version: 1.3.12-1noble.20260520.033426 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Carlos Orduno Installed-Size: 14844 Depends: ros-jazzy-nav2-behaviors (= 1.3.12-1noble.20260520.033426) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-behaviors/ros-jazzy-nav2-behaviors-dbgsym_1.3.12-1noble.20260520.033426_arm64.deb Size: 12649056 SHA256: 4cba3a02470052150cc20bceb9e9ad95aac61fa481a1be17fd3b743b1e70439b SHA1: e96276723941f8da2eb58808c50cc6e53ce2f799 MD5sum: 67b5d6e55e015bd9b3197b00abb97ccb Description: debug symbols for ros-jazzy-nav2-behaviors Build-Ids: 009fecfc0d441b07cbd6dc9029e56d055acbdfce 27844c79ef52db59f350dec9fc33d73c059b491a 296497d48c2c8de6a4e5443c864f5ae0c1e9b963 58909014f9f1fab811116565189ba9a3f728e55f 83843c5d2e8a61c7764faa9321f1c7a7528ef92c c289edd2af6ec490f2b4f73ed13135dca37d4f80 e198a65523c5894decb68c3d85dde79157fb5a29 Package: ros-jazzy-nav2-bringup Version: 1.3.12-1noble.20260520.141425 Architecture: arm64 Maintainer: Michael Jeronimo Installed-Size: 2197 Depends: ros-jazzy-diff-drive-controller, ros-jazzy-joint-state-broadcaster, ros-jazzy-launch-ros, ros-jazzy-nav2-common, ros-jazzy-nav2-minimal-tb3-sim, ros-jazzy-nav2-minimal-tb4-sim, ros-jazzy-navigation2, ros-jazzy-ros-gz-bridge, ros-jazzy-ros-gz-sim, ros-jazzy-slam-toolbox, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-bringup/ros-jazzy-nav2-bringup_1.3.12-1noble.20260520.141425_arm64.deb Size: 34956 SHA256: bf3b4c475eb94b472fa870843bb6384593afc332a9d0680db313f828b28f4181 SHA1: 90430a44feadb0902b9eb58e7c8b9611f30acff8 MD5sum: 3385f901e085a3452277fd11994a55db Description: Bringup scripts and configurations for the Nav2 stack Package: ros-jazzy-nav2-bt-navigator Version: 1.3.12-1noble.20260520.033432 Architecture: arm64 Maintainer: Michael Jeronimo Installed-Size: 2177 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-behaviortree-cpp, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-nav2-behavior-tree, ros-jazzy-nav2-core, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-lifecycle, ros-jazzy-std-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-bt-navigator/ros-jazzy-nav2-bt-navigator_1.3.12-1noble.20260520.033432_arm64.deb Size: 447696 SHA256: 32f6e285e6eea2b5f5d4e348e54f14efec6a5787bfccd4809837894626c54407 SHA1: 330f2f4520e8b3ba22917463bf6b8c78974e20b8 MD5sum: 165de2ec778c6eeed9f6e47ae78c4212 Description: Nav2 BT Navigator Server Package: ros-jazzy-nav2-bt-navigator-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-bt-navigator Version: 1.3.12-1noble.20260520.033432 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Jeronimo Installed-Size: 11389 Depends: ros-jazzy-nav2-bt-navigator (= 1.3.12-1noble.20260520.033432) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-bt-navigator/ros-jazzy-nav2-bt-navigator-dbgsym_1.3.12-1noble.20260520.033432_arm64.deb Size: 10074922 SHA256: cc2876e92744a3fd60f646fa5f2f204667d1510313c7383da4b6eda2e1cb6135 SHA1: 4066add097e9a647000bc68fde0d7a7cc397d98b MD5sum: e5903cd617ef859dbd0dd3c88a0a5ba2 Description: debug symbols for ros-jazzy-nav2-bt-navigator Build-Ids: 24df7960d9b25b94f560a976f86e6040b89d5e38 6ec934720dd9a7e0e7528d70acbf929d30236146 8a9615a555916ed55ae8202c9585f44af7cefde8 a79272ab9b6f78919a8444badeb28a6db1e0af92 Package: ros-jazzy-nav2-collision-monitor Version: 1.3.12-1noble.20260520.035713 Architecture: arm64 Maintainer: Alexey Merzlyakov Installed-Size: 5158 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-jazzy-geometry-msgs, ros-jazzy-nav2-common, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-collision-monitor/ros-jazzy-nav2-collision-monitor_1.3.12-1noble.20260520.035713_arm64.deb Size: 611404 SHA256: 6b78eeb8c444472db0e259ff3261c77b585358f19feddf1c8c16cf027f947e1a SHA1: 179e517f09dbe8e26aed14fe3b92c9b7d68b0fd0 MD5sum: f37208613007ff8d1d6eafc415e0bd99 Description: Collision Monitor Package: ros-jazzy-nav2-collision-monitor-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-collision-monitor Version: 1.3.12-1noble.20260520.035713 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alexey Merzlyakov Installed-Size: 26095 Depends: ros-jazzy-nav2-collision-monitor (= 1.3.12-1noble.20260520.035713) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-collision-monitor/ros-jazzy-nav2-collision-monitor-dbgsym_1.3.12-1noble.20260520.035713_arm64.deb Size: 21374768 SHA256: f66bc80b297ac53349335cb0bf89963f0e3b5586c2e92144f218b4a3c49c2277 SHA1: 9d5d292137aca7ebb914d44681a9933370f06230 MD5sum: 64e0cc06d8a7b07a2f50a3069ae7a04e Description: debug symbols for ros-jazzy-nav2-collision-monitor Build-Ids: 4d074ae78a84b67149730643e17ea26567226eaf 55a478a2c11ab38263b8dab44dcf3e55c246e657 f1a39b47bcf59e0a26f86bd299bb02fe3d077648 f7ad72b77abbb2684234eff5fb976729d44cfb4a Package: ros-jazzy-nav2-common Version: 1.3.12-1noble.20260519.211648 Architecture: arm64 Maintainer: Carl Delsey Installed-Size: 75 Depends: python3-yaml, ros-jazzy-ament-cmake-core, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-osrf-pycommon, ros-jazzy-rclpy, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-common/ros-jazzy-nav2-common_1.3.12-1noble.20260519.211648_arm64.deb Size: 10264 SHA256: 272d2e780692b113955c9d26d66b1251656b5e7e03def591c718e0c5a2b94142 SHA1: a7cd729beb3c58dfc89b93659a60bfb904330a2f MD5sum: 3e6baacde8f87afc2efcedc48233dbb6 Description: Common support functionality used throughout the navigation 2 stack Package: ros-jazzy-nav2-constrained-smoother Version: 1.3.12-1noble.20260520.033518 Architecture: arm64 Maintainer: Matej Vargovcik Installed-Size: 237 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), libceres-dev, ros-jazzy-angles, ros-jazzy-nav2-common, ros-jazzy-nav2-core, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-constrained-smoother/ros-jazzy-nav2-constrained-smoother_1.3.12-1noble.20260520.033518_arm64.deb Size: 55154 SHA256: 9ea8a41d3b8171b70a60d837bd35e052f13b7ea9745db5438e05433991b74723 SHA1: 7cf03bed57d3817c4d581c7e070a59d69c80cd4c MD5sum: c5cee10ccfc5b03c0ac18be972ceec26 Description: Ceres constrained smoother Package: ros-jazzy-nav2-constrained-smoother-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-constrained-smoother Version: 1.3.12-1noble.20260520.033518 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Matej Vargovcik Installed-Size: 2533 Depends: ros-jazzy-nav2-constrained-smoother (= 1.3.12-1noble.20260520.033518) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-constrained-smoother/ros-jazzy-nav2-constrained-smoother-dbgsym_1.3.12-1noble.20260520.033518_arm64.deb Size: 2513536 SHA256: a9f2af3e093bafe4b78fd059c6ebfaabe19f15e4374ce06385def7d14459f054 SHA1: 2ee769b7f921b79e14f7b7507fcf1a775c60a53c MD5sum: b290cd400b4361ee20c4693bee5bf94d Description: debug symbols for ros-jazzy-nav2-constrained-smoother Build-Ids: 3aeb49c7e82be8c0f893b1e05ce3e3d86e26fa4e Package: ros-jazzy-nav2-controller Version: 1.3.12-1noble.20260520.033524 Architecture: arm64 Maintainer: Carl Delsey Installed-Size: 1788 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-angles, ros-jazzy-nav-2d-msgs, ros-jazzy-nav-2d-utils, ros-jazzy-nav2-core, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-controller/ros-jazzy-nav2-controller_1.3.12-1noble.20260520.033524_arm64.deb Size: 323428 SHA256: 6599d5cd7e36e014633067b9fc288f35663da98acca02db3640419358999d465 SHA1: b7d194952aa1055d9af40d558961cb513b056b95 MD5sum: d7d42325a76ef540f25a219083001fb3 Description: Controller action interface Package: ros-jazzy-nav2-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-controller Version: 1.3.12-1noble.20260520.033524 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Carl Delsey Installed-Size: 9024 Depends: ros-jazzy-nav2-controller (= 1.3.12-1noble.20260520.033524) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-controller/ros-jazzy-nav2-controller-dbgsym_1.3.12-1noble.20260520.033524_arm64.deb Size: 8002380 SHA256: 21caa06c43a04873ec567241142c3c2a744691be3b421c823d7285fa24ee7a87 SHA1: 90bffe60475c0fee5c0f0f62507dca744a7fd44c MD5sum: b5420d4e07057237bd2a09732101e131 Description: debug symbols for ros-jazzy-nav2-controller Build-Ids: 00fd91d5002cb16bdf394810d9e4252450dd31ba 13eb9c67287dbc93be663866e35ff7d645f10367 74a484a4496bc06884882518cc61f6837c74e5e8 bc6a29efab94cf92591155e8b7e6422ea2ee2576 c67580764ca9d0138238b9979e9f75876f6050fa ccf22c4cabcb135d7ebe9ff80ceb8edff3190229 d2b68e877fa980d2e9ae38c940f5e6f924b88a77 Package: ros-jazzy-nav2-core Version: 1.3.12-1noble.20260520.032945 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 96 Depends: ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-nav2-behavior-tree, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-std-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-core/ros-jazzy-nav2-core_1.3.12-1noble.20260520.032945_arm64.deb Size: 14238 SHA256: ba777e5100d665270c499e0f2f0d7258bcfef7d357f68e4acddedeb58bf28824 SHA1: 8c5eca8f03ed3674a15a74f6f1825a8d71a2708c MD5sum: 17f483d9b524cebe185684bfed6ba515 Description: A set of headers for plugins core to the Nav2 stack Package: ros-jazzy-nav2-costmap-2d Version: 1.3.12-1noble.20260520.031600 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 6577 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-angles, ros-jazzy-geometry-msgs, ros-jazzy-laser-geometry, ros-jazzy-map-msgs, ros-jazzy-message-filters, ros-jazzy-nav-msgs, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-nav2-voxel-grid, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-tf2-sensor-msgs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-costmap-2d/ros-jazzy-nav2-costmap-2d_1.3.12-1noble.20260520.031600_arm64.deb Size: 1009790 SHA256: 34e48b644b635a111b4ee23185996cf8263df98cbd9e5e712f9d71b9eee6df20 SHA1: f5cb8a5102cbd602c84107aa72b2672659e06700 MD5sum: c3439f447745160f25eecbb7a4d7c6b9 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-jazzy-nav2-costmap-2d-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-costmap-2d Version: 1.3.12-1noble.20260520.031600 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 34761 Depends: ros-jazzy-nav2-costmap-2d (= 1.3.12-1noble.20260520.031600) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-costmap-2d/ros-jazzy-nav2-costmap-2d-dbgsym_1.3.12-1noble.20260520.031600_arm64.deb Size: 29638030 SHA256: 141e94050845289ebef88534ba3521a42ecf9d0f15bcb85e0d2a9fada43d7aea SHA1: e55039a323535271ecc82b635f042f5d98ad582d MD5sum: 253acf8e0bfe038e08269b3999869bfd Description: debug symbols for ros-jazzy-nav2-costmap-2d Build-Ids: 08ffb596971041afbc04a540d44cb51f52e8c977 181d190af18d7541de3e0aca8575dfdc43f77134 2f9c28160464a07f48af4a5e1318a4f1e846acdd 7dc40998bad19387e56e66789edcc81cee1d1420 b5722b1fdaf77dc402d9a9f89dd58cb74c6489e0 e32a4c75326278bdb34ec362e3d431e07c884f02 f8407dee34877fc8b99fcef02e68ecd9250a8c02 Package: ros-jazzy-nav2-dwb-controller Version: 1.3.12-1noble.20260520.043320 Architecture: arm64 Maintainer: Carl Delsey Installed-Size: 41 Depends: ros-jazzy-costmap-queue, ros-jazzy-dwb-core, ros-jazzy-dwb-critics, ros-jazzy-dwb-msgs, ros-jazzy-dwb-plugins, ros-jazzy-nav-2d-msgs, ros-jazzy-nav-2d-utils, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-dwb-controller/ros-jazzy-nav2-dwb-controller_1.3.12-1noble.20260520.043320_arm64.deb Size: 5142 SHA256: 84e8f77f30fc85f27d583d220df2f68bd13d553e4a53c94faabbc8c5f0bd6ef5 SHA1: e0acd26a462183116af193f78f45325cd4b87040 MD5sum: 7583b12893752b13b96881ac53d00048 Description: ROS2 controller (DWB) metapackage Package: ros-jazzy-nav2-graceful-controller Version: 1.3.12-1noble.20260520.033642 Architecture: arm64 Maintainer: Alberto Tudela Installed-Size: 479 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-jazzy-angles, ros-jazzy-geometry-msgs, ros-jazzy-nav-2d-utils, ros-jazzy-nav2-common, ros-jazzy-nav2-core, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-graceful-controller/ros-jazzy-nav2-graceful-controller_1.3.12-1noble.20260520.033642_arm64.deb Size: 100606 SHA256: 8abb528fcd9bbd1ec45307e3ed562344c06c4d355b2eb718af2e06a999cc1329 SHA1: 6a3ad4c49dc1814aaa635ed3c9a52df25e38e679 MD5sum: ca00e69cebe21aa461d0023453aa5091 Description: Graceful motion controller Package: ros-jazzy-nav2-graceful-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-graceful-controller Version: 1.3.12-1noble.20260520.033642 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alberto Tudela Installed-Size: 2094 Depends: ros-jazzy-nav2-graceful-controller (= 1.3.12-1noble.20260520.033642) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-graceful-controller/ros-jazzy-nav2-graceful-controller-dbgsym_1.3.12-1noble.20260520.033642_arm64.deb Size: 1889698 SHA256: 496e1877f670ee51c514b0627329bda89ec81b5904e89fb0601cd6ae7e5ebc11 SHA1: a8afd3194893d10d9ac6dc4877f13bd6e0889460 MD5sum: 02c5efd7497021350a888be3369464fe Description: debug symbols for ros-jazzy-nav2-graceful-controller Build-Ids: 77c33a38f405ad50e1d21a9fb9e019780457ff36 cd21bac60e26ad4a85c3cdb31f11b4ed6415aa98 Package: ros-jazzy-nav2-lifecycle-manager Version: 1.3.12-1noble.20260520.003156 Architecture: arm64 Maintainer: Michael Jeronimo Installed-Size: 403 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-bondcpp, ros-jazzy-diagnostic-updater, ros-jazzy-geometry-msgs, ros-jazzy-lifecycle-msgs, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-lifecycle, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2-geometry-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-lifecycle-manager/ros-jazzy-nav2-lifecycle-manager_1.3.12-1noble.20260520.003156_arm64.deb Size: 86826 SHA256: 3445fa95a3a5493ccd8a5641dabb8e319cbc33b2510c670bab11b968117e8cea SHA1: ae7aa41601d5d91bab6472ee79e665402b302c81 MD5sum: 2e510af85f437f1cdb6ffeb86a77d425 Description: A controller/manager for the lifecycle nodes of the Navigation 2 system Package: ros-jazzy-nav2-lifecycle-manager-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-lifecycle-manager Version: 1.3.12-1noble.20260520.003156 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Jeronimo Installed-Size: 1918 Depends: ros-jazzy-nav2-lifecycle-manager (= 1.3.12-1noble.20260520.003156) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-lifecycle-manager/ros-jazzy-nav2-lifecycle-manager-dbgsym_1.3.12-1noble.20260520.003156_arm64.deb Size: 1730920 SHA256: b5e9e29ec9c4e816e9c0c8ece25d0de19e94a644424a49d8927e27472a390042 SHA1: 1f90a97c63ac48513f814905e67f54d4b3c75c8b MD5sum: 23854577754c32f4f5055fe279994cee Description: debug symbols for ros-jazzy-nav2-lifecycle-manager Build-Ids: 5270db72ee595d12599ac17316b7c0a0c277a648 70a9b88c8b2ff57ca6824540fce7cccb4079f29b Package: ros-jazzy-nav2-loopback-sim Version: 1.3.12-1noble.20260520.000712 Architecture: arm64 Maintainer: steve macenski Installed-Size: 82 Depends: python3-transforms3d, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-nav2-simple-commander, ros-jazzy-rclpy, ros-jazzy-tf-transformations, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-loopback-sim/ros-jazzy-nav2-loopback-sim_1.3.12-1noble.20260520.000712_arm64.deb Size: 17188 SHA256: 2cebcb3b74cf510557974edd709a4e0da73b2e073b84600113d952f1f0cd565f SHA1: 07cf3c5a92ebc77774164226edeefa8e6dd5b377 MD5sum: 82454500bc0f43ebd3e0f1805f10aad8 Description: A loopback simulator to replace physics simulation Package: ros-jazzy-nav2-map-server Version: 1.3.12-1noble.20260520.002013 Architecture: arm64 Maintainer: Brian Wilcox Installed-Size: 1194 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 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), graphicsmagick-libmagick-dev-compat, libgraphicsmagick++1-dev, ros-jazzy-launch-ros, ros-jazzy-launch-testing, ros-jazzy-nav-msgs, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-map-server/ros-jazzy-nav2-map-server_1.3.12-1noble.20260520.002013_arm64.deb Size: 212102 SHA256: 276ea288f94a4c51189afc3453442ac79eae9f3f7d8d9556504caff63e878ac1 SHA1: 3ef0db6484916d3aef5bc99c1c9070dc8f527747 MD5sum: 433e27f8e36c8a0f98d689787ad017d1 Description: Refactored map server for ROS2 Navigation Package: ros-jazzy-nav2-map-server-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-map-server Version: 1.3.12-1noble.20260520.002013 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Brian Wilcox Installed-Size: 5905 Depends: ros-jazzy-nav2-map-server (= 1.3.12-1noble.20260520.002013) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-map-server/ros-jazzy-nav2-map-server-dbgsym_1.3.12-1noble.20260520.002013_arm64.deb Size: 5265746 SHA256: 32518507854b6cc75a6e936061ffb868f92a4a839f7a9ed60dd9f68620748cca SHA1: 6e28e56003bc8f154c86269d2c5e1cd03239dd07 MD5sum: 28d8e105d76ece24668ab67cf0b5e611 Description: debug symbols for ros-jazzy-nav2-map-server Build-Ids: 101e96da1bfcfc70f4ee8296c47fefa3a87e0749 1e1c34e1a202a85d3f022b48ed6bf5860e8a6ab2 263f662b0aea8a31202f7baa8bd002b6b048884a 38a333766ac10aa3b330664a3010d96ce936cf11 90a6b3b1ba428e6f1c8bfa35ea0fde86788363b7 e00c0eb1794336da74d88f925b813c00237c88f4 Package: ros-jazzy-nav2-minimal-tb3-sim Version: 1.0.1-1noble.20260520.034843 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 389 Depends: ros-jazzy-robot-state-publisher, ros-jazzy-ros-gz-bridge, ros-jazzy-ros-gz-image, ros-jazzy-ros-gz-interfaces, ros-jazzy-ros-gz-sim, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-minimal-tb3-sim/ros-jazzy-nav2-minimal-tb3-sim_1.0.1-1noble.20260520.034843_arm64.deb Size: 43762 SHA256: 8fba93308889a763d95a513395a62f63fc6204369be7931c7858ece603e01b72 SHA1: 7ea7d34ec6a78bdd5c141e50b7f5d4ff0427aa35 MD5sum: d9984e03bcd209aaecb3687b73a44079 Description: Nav2 Minimum TurtleBot3 Simulation Package: ros-jazzy-nav2-minimal-tb4-description Version: 1.0.1-1noble.20260519.232151 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 24842 Depends: ros-jazzy-joint-state-publisher, ros-jazzy-robot-state-publisher, ros-jazzy-urdf, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-minimal-tb4-description/ros-jazzy-nav2-minimal-tb4-description_1.0.1-1noble.20260519.232151_arm64.deb Size: 4525366 SHA256: 8e35a222386ca71531d21b28c13fdd645658fb37a80ea1ee28b0bd1954229122 SHA1: 4921d35c6f7ab087938f38a2135589178df9a1d4 MD5sum: 8d001173f40169dde969da7539cad44b Description: Nav2's minimum Turtlebot4 Description package Package: ros-jazzy-nav2-minimal-tb4-sim Version: 1.0.1-1noble.20260520.034935 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 69 Depends: ros-jazzy-nav2-minimal-tb4-description, ros-jazzy-robot-state-publisher, ros-jazzy-ros-gz-bridge, ros-jazzy-ros-gz-image, ros-jazzy-ros-gz-interfaces, ros-jazzy-ros-gz-sim, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-minimal-tb4-sim/ros-jazzy-nav2-minimal-tb4-sim_1.0.1-1noble.20260520.034935_arm64.deb Size: 9924 SHA256: 5f978f7725e2062fd7897286c6962b676cc30d673f7b12f567b68fe2f3991f22 SHA1: c3d875aea4bdef946bc152e7f0c6d7ebdffdb60b MD5sum: f6640ba569d74c712143d1bffcd9d6d4 Description: Nav2 Minimum TurtleBot4 Simulation Package: ros-jazzy-nav2-mppi-controller Version: 1.3.12-1noble.20260520.033807 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 1283 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libbenchmark-dev, libomp-dev, libxsimd-dev, libxtensor-dev, ros-jazzy-geometry-msgs, ros-jazzy-nav2-common, ros-jazzy-nav2-core, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-tf2-eigen, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-mppi-controller/ros-jazzy-nav2-mppi-controller_1.3.12-1noble.20260520.033807_arm64.deb Size: 393884 SHA256: 3f892e7ba9f3f1d02b69f151f7fdd668dbf78923d7b0fcf5aa224ee70e72d749 SHA1: bf54516de44f662acc5568600322d2cd79d66000 MD5sum: 83d83369b1df9671cde7ffe1e4c73040 Description: nav2_mppi_controller Package: ros-jazzy-nav2-mppi-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-mppi-controller Version: 1.3.12-1noble.20260520.033807 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 14775 Depends: ros-jazzy-nav2-mppi-controller (= 1.3.12-1noble.20260520.033807) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-mppi-controller/ros-jazzy-nav2-mppi-controller-dbgsym_1.3.12-1noble.20260520.033807_arm64.deb Size: 14205380 SHA256: 7b451c7f8cacd8b8be52667ad5ebd6085103d0b3a296f633c042bb3fee7f1448 SHA1: bca3e23c971726a7d7279fb1f29320e52ac0fce6 MD5sum: 695ad117a926a31ed8ac0302852311ea Description: debug symbols for ros-jazzy-nav2-mppi-controller Build-Ids: a5f0c291d9d1c643fa8e6a208903338aca0755c8 d51e38c2a44accaa74edbbdf129f2b9b4c50af28 Package: ros-jazzy-nav2-msgs Version: 1.3.12-1noble.20260519.212923 Architecture: arm64 Maintainer: Michael Jeronimo Installed-Size: 33517 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-action-msgs, ros-jazzy-builtin-interfaces, ros-jazzy-geographic-msgs, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rosidl-default-generators, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-msgs/ros-jazzy-nav2-msgs_1.3.12-1noble.20260519.212923_arm64.deb Size: 1732490 SHA256: be2976838138558b78e0bae6060430bd58593575d02ccef53262532b8a55305a SHA1: 60220c11cd2ed79af9d919382e7c2d3189171d01 MD5sum: 6b50b1f1b616dde30b552ebba0c852d7 Description: Messages and service files for the Nav2 stack Package: ros-jazzy-nav2-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-msgs Version: 1.3.12-1noble.20260519.212923 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Jeronimo Installed-Size: 19527 Depends: ros-jazzy-nav2-msgs (= 1.3.12-1noble.20260519.212923) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-msgs/ros-jazzy-nav2-msgs-dbgsym_1.3.12-1noble.20260519.212923_arm64.deb Size: 13977812 SHA256: b3c846bb1882db8daa3ef7365f973faf23fc96aecadf5dc16c8388f0ac2cc426 SHA1: 0c017e04bca07d10af8f759d1a7e62bb1e987d2e MD5sum: c0d7b441a6b9d119eb70b5bb8c9a4244 Description: debug symbols for ros-jazzy-nav2-msgs Build-Ids: 1cc4b43f3c0a6d6064e42e3aee039f72473f2025 1d81ae3db43f963a268afabc8e13c2917b649a89 33ae6d0085700edd1424879ff0631b29a680611b 40a6042f0453dfac96020d9d6c14ed9ea600c8d7 4d57bcba32af3f929a1ccfeb3731fa801c861ad4 667958c5556ba2e05cc9e422f7c6b2317ea37e17 93f578c424e9671a891e32a0677f755b8104c54b b2aae9058f7d6bddadad77c4d7beb549022d53a8 bf28e2beb38ed52b232d25197e2e7c2eeccaf72f bfc66bf90d4ccd0711898144ae57be18c0539fb1 c363ec4a1b68e601c69f3c19475f5e209adad2e8 Package: ros-jazzy-nav2-navfn-planner Version: 1.3.12-1noble.20260520.033838 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 212 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-nav2-common, ros-jazzy-nav2-core, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-lifecycle, ros-jazzy-tf2-ros, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-navfn-planner/ros-jazzy-nav2-navfn-planner_1.3.12-1noble.20260520.033838_arm64.deb Size: 49144 SHA256: 0dab72e788562929a71faab0f8d8dae2c9e59c3dc4be69cafa9cb60502f831db SHA1: f0d9c096316c1696e3419b8c9aa8ee53fdbb8cb2 MD5sum: b29b705b50fbe29d59cf0123067b47e7 Description: Nav2 NavFn planner Package: ros-jazzy-nav2-navfn-planner-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-navfn-planner Version: 1.3.12-1noble.20260520.033838 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 707 Depends: ros-jazzy-nav2-navfn-planner (= 1.3.12-1noble.20260520.033838) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-navfn-planner/ros-jazzy-nav2-navfn-planner-dbgsym_1.3.12-1noble.20260520.033838_arm64.deb Size: 661354 SHA256: 79ca963ed8e97d3555e845091d2e72d954fd665421d539e5328a1483468e329b SHA1: a492771b2e79375164a5eab9311d2f92abe29392 MD5sum: 37befc65daaa6ada97535a13d02a6d67 Description: debug symbols for ros-jazzy-nav2-navfn-planner Build-Ids: 400f1b3472df8d47acc5716b19cd24417da8e329 Package: ros-jazzy-nav2-planner Version: 1.3.12-1noble.20260520.034212 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 786 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-nav2-common, ros-jazzy-nav2-core, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-lifecycle, ros-jazzy-tf2-ros, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-planner/ros-jazzy-nav2-planner_1.3.12-1noble.20260520.034212_arm64.deb Size: 194788 SHA256: 770d35aeddcbb682f11cc794af8bd7bc17cc91785aa360d114f241e03d5f3709 SHA1: 019a190054614a42c3ab0d04fe4fa67a1e7f1f1c MD5sum: 20940e5aaa4972115c8202836ae0065f Description: Nav2 planner server package Package: ros-jazzy-nav2-planner-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-planner Version: 1.3.12-1noble.20260520.034212 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 3356 Depends: ros-jazzy-nav2-planner (= 1.3.12-1noble.20260520.034212) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-planner/ros-jazzy-nav2-planner-dbgsym_1.3.12-1noble.20260520.034212_arm64.deb Size: 2982678 SHA256: 095011eaf410c55f1884fac12d00fd724b2f440fe12992af2630b444ec25b8ab SHA1: 65ab91588391461646496bf04786d3284783f8ed MD5sum: c4fe8128be957f6a00227f587ff07349 Description: debug symbols for ros-jazzy-nav2-planner Build-Ids: 104f98605bc02f0f99f18aa0c4fb6905ef0a73df 1e42628991fd09b51e1f50b0750cfcc87f47b120 Package: ros-jazzy-nav2-regulated-pure-pursuit-controller Version: 1.3.12-1noble.20260520.034201 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 415 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-jazzy-angles, ros-jazzy-geometry-msgs, ros-jazzy-nav2-common, ros-jazzy-nav2-core, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-regulated-pure-pursuit-controller/ros-jazzy-nav2-regulated-pure-pursuit-controller_1.3.12-1noble.20260520.034201_arm64.deb Size: 103876 SHA256: 3737b3bc6286880a2c1c7bb33a43f22b2fb8038fb94e8a4d99e9f2461a6531ed SHA1: f72b37d59372853a25013fa4253fe89ba39118fe MD5sum: ae23e3cf9a43101b0bd661298a1f7580 Description: Regulated Pure Pursuit Controller Package: ros-jazzy-nav2-regulated-pure-pursuit-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-regulated-pure-pursuit-controller Version: 1.3.12-1noble.20260520.034201 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 2343 Depends: ros-jazzy-nav2-regulated-pure-pursuit-controller (= 1.3.12-1noble.20260520.034201) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-regulated-pure-pursuit-controller/ros-jazzy-nav2-regulated-pure-pursuit-controller-dbgsym_1.3.12-1noble.20260520.034201_arm64.deb Size: 2118152 SHA256: acbdf299aebcfbca27287521903bb5cce4f389e6509d87788b776dc93002402a SHA1: 2d9ab231ae2437b61afd809abbe41680fc118da5 MD5sum: 72a38421c67c592439b2bbf06013a5c6 Description: debug symbols for ros-jazzy-nav2-regulated-pure-pursuit-controller Build-Ids: ce83969cb36d050d582938d426ce6064445de1fa Package: ros-jazzy-nav2-rotation-shim-controller Version: 1.3.12-1noble.20260520.034133 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 396 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-angles, ros-jazzy-geometry-msgs, ros-jazzy-nav2-common, ros-jazzy-nav2-controller, ros-jazzy-nav2-core, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-tf2, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-rotation-shim-controller/ros-jazzy-nav2-rotation-shim-controller_1.3.12-1noble.20260520.034133_arm64.deb Size: 104640 SHA256: e449c077123cc5d43c8360f4ae0a609d2cf3fdadb89bc602b8058a0ff5aa40a7 SHA1: 60ac993ca46bad73e37234a73093f7335ea30f80 MD5sum: cd44c7644fb40100bb416495af407437 Description: Rotation Shim Controller Package: ros-jazzy-nav2-rotation-shim-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-rotation-shim-controller Version: 1.3.12-1noble.20260520.034133 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 1451 Depends: ros-jazzy-nav2-rotation-shim-controller (= 1.3.12-1noble.20260520.034133) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-rotation-shim-controller/ros-jazzy-nav2-rotation-shim-controller-dbgsym_1.3.12-1noble.20260520.034133_arm64.deb Size: 1333566 SHA256: da5d61582b6eee97756b4afb2433277d56971d51d7e01b2aa1316fee8881f4fa SHA1: 4e3ea22f041811d7a80f1a1659b4272e3ecd1e90 MD5sum: fa01a8173b626577e9dca37524460b37 Description: debug symbols for ros-jazzy-nav2-rotation-shim-controller Build-Ids: 685d64386c220819cb66ba4b8e248003574ae4f9 Package: ros-jazzy-nav2-route Version: 1.3.12-1noble.20260520.034240 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 2675 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libnanoflann-dev, nlohmann-json3-dev, ros-jazzy-angles, ros-jazzy-backward-ros, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-nav2-core, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-tf2-ros, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-route/ros-jazzy-nav2-route_1.3.12-1noble.20260520.034240_arm64.deb Size: 545636 SHA256: 44cb0e3d10621473c45c1edd0f8db3e5c83ac42aa4dc9f107f32ea061e5cc226 SHA1: f8b5bf41a74b536855e1e4a2288adb7c0854a352 MD5sum: 1aef995c0f208e9153e61cc176a3bd72 Description: A Route Graph planner to compliment the Planner Server Package: ros-jazzy-nav2-route-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-route Version: 1.3.12-1noble.20260520.034240 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 16030 Depends: ros-jazzy-nav2-route (= 1.3.12-1noble.20260520.034240) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-route/ros-jazzy-nav2-route-dbgsym_1.3.12-1noble.20260520.034240_arm64.deb Size: 14501066 SHA256: 163909c8322fa28201f4fd33ba334b1a47fda690e5c543b17e3f363d2e20edbc SHA1: ff8a696bd8516bcfa817526bace0c8062191d969 MD5sum: b4752a41975402a32d75bdcc0f2495df Description: debug symbols for ros-jazzy-nav2-route Build-Ids: 4a7e5d5e0a536caabc0b4f67583f24b20233a399 5ac37317db2b66b1f03ddd88781570d31c51b868 79725c3fa321407f01dbc9f86c055d59e14698b5 a23b5340b4756f17c91bbeed32fa33af36d8eeb2 e666a168def28026134846b6bd5db2f26b5c6848 f2db0dce45fd398a318360e83fea7f618952c842 Package: ros-jazzy-nav2-rviz-plugins Version: 1.3.12-1noble.20260520.134810 Architecture: arm64 Maintainer: Michael Jeronimo Installed-Size: 2928 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.14.1), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-rviz-ogre-vendor, libqt5gui5t64, libqt5opengl5t64, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-nav2-lifecycle-manager, ros-jazzy-nav2-msgs, ros-jazzy-nav2-route, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-resource-retriever, ros-jazzy-rviz-common, ros-jazzy-rviz-default-plugins, ros-jazzy-rviz-rendering, ros-jazzy-std-msgs, ros-jazzy-tf2-geometry-msgs, ros-jazzy-urdf, ros-jazzy-visualization-msgs, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-rviz-plugins/ros-jazzy-nav2-rviz-plugins_1.3.12-1noble.20260520.134810_arm64.deb Size: 543886 SHA256: abfe4cdd4fdbac71877183a624efc366fbac00a87bb4132c45648ab68e7a5137 SHA1: 1de5498f28e96e6843b56cacd449ef093bae3680 MD5sum: bac79a28dfe8421c05f2836aca32a4a4 Description: Navigation 2 plugins for rviz Package: ros-jazzy-nav2-rviz-plugins-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-rviz-plugins Version: 1.3.12-1noble.20260520.134810 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Jeronimo Installed-Size: 16779 Depends: ros-jazzy-nav2-rviz-plugins (= 1.3.12-1noble.20260520.134810) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-rviz-plugins/ros-jazzy-nav2-rviz-plugins-dbgsym_1.3.12-1noble.20260520.134810_arm64.deb Size: 14272374 SHA256: 76282215e77d10263285deb0179a7c58a08715a8ba3e1d6a8b243157b1ed4a6c SHA1: 5f9ee7e77a36e3afa786bfaf7a00670a52d57c12 MD5sum: 87ba66ac51a5ecea114a4854aec27fce Description: debug symbols for ros-jazzy-nav2-rviz-plugins Build-Ids: cd17aeeec215965e7e76806cbc6649df98427a58 Package: ros-jazzy-nav2-simple-commander Version: 1.3.12-1noble.20260519.214627 Architecture: arm64 Maintainer: steve Installed-Size: 303 Depends: ros-jazzy-action-msgs, ros-jazzy-geometry-msgs, ros-jazzy-lifecycle-msgs, ros-jazzy-nav2-msgs, ros-jazzy-rclpy, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-simple-commander/ros-jazzy-nav2-simple-commander_1.3.12-1noble.20260519.214627_arm64.deb Size: 42466 SHA256: 89ee9401599c4358ec6164fc38b0b9bc173a369b3721fe7c2a059a59cffbd8e4 SHA1: ba2b8ab3506c0cb7a7a62b08b075e17c776ea008 MD5sum: f8ad90365b5d7f9cf52bf7200630c0af Description: An importable library for writing mobile robot applications in python3 Package: ros-jazzy-nav2-smac-planner Version: 1.3.12-1noble.20260520.034318 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 2939 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ompl, libeigen3-dev, nlohmann-json3-dev, ros-jazzy-angles, ros-jazzy-builtin-interfaces, ros-jazzy-eigen3-cmake-module, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-nav2-common, ros-jazzy-nav2-core, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-lifecycle, ros-jazzy-tf2-ros, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-smac-planner/ros-jazzy-nav2-smac-planner_1.3.12-1noble.20260520.034318_arm64.deb Size: 584070 SHA256: f8fe16383d23278b5f90a9e8909ea6e9dbd24b8e2ffc41daf53c95d58a39b727 SHA1: 7ead4c115be75bf7bea50307f9c26a6502606785 MD5sum: 86638f0ddbaaee25f00e67aa307a2a29 Description: Smac global planning plugin: A*, Hybrid-A*, State Lattice Package: ros-jazzy-nav2-smac-planner-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-smac-planner Version: 1.3.12-1noble.20260520.034318 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 14757 Depends: ros-jazzy-nav2-smac-planner (= 1.3.12-1noble.20260520.034318) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-smac-planner/ros-jazzy-nav2-smac-planner-dbgsym_1.3.12-1noble.20260520.034318_arm64.deb Size: 13688416 SHA256: 2fe4668351f191cfc73c83f8e8238fac0375ffad017e4a0796d8e1392d4d5d3a SHA1: 085ff4945e77a00a80a921571aaa6d49f9451008 MD5sum: 99b65ecb55374e287690b3d376658281 Description: debug symbols for ros-jazzy-nav2-smac-planner Build-Ids: 0cc359751bb71ee54306525178a07c158cb7c7dd 3e0c7c1b7dbf8c741484ff4d322d9055bdc59d07 d9747a1efe2ac9708c5efa3bb22be69e2daae058 Package: ros-jazzy-nav2-smoother Version: 1.3.12-1noble.20260520.034320 Architecture: arm64 Maintainer: Matej Vargovcik Installed-Size: 1188 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-angles, ros-jazzy-nav-2d-msgs, ros-jazzy-nav-2d-utils, ros-jazzy-nav2-core, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-components, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-smoother/ros-jazzy-nav2-smoother_1.3.12-1noble.20260520.034320_arm64.deb Size: 259132 SHA256: 53dd0e19ccf5923c1d2a6248a45fe87e4890f97bdbfd5bcdd261c68737adda75 SHA1: 54d6c9f06382cea1823217aee296f7ea4aeed513 MD5sum: 42c37622f60403bc85c53e0afd0578ca Description: Smoother action interface Package: ros-jazzy-nav2-smoother-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-smoother Version: 1.3.12-1noble.20260520.034320 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Matej Vargovcik Installed-Size: 5505 Depends: ros-jazzy-nav2-smoother (= 1.3.12-1noble.20260520.034320) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-smoother/ros-jazzy-nav2-smoother-dbgsym_1.3.12-1noble.20260520.034320_arm64.deb Size: 4864250 SHA256: fabcc9238c886076636a9475ca1c0801438dbc4e3c1be35c96ec42e2e1bb0fb2 SHA1: d8ed36439bd7d9105086c8dc9be32678e9cd80d9 MD5sum: 415ad83b5ff1e49f9e5c29a5b3647409 Description: debug symbols for ros-jazzy-nav2-smoother Build-Ids: 3ca4d065ea70d2cb604569a3529bae50678eda8c 54c289b2f7a67afdd401efacd22bbaf7c26b4eae 878989d0f4884a50053986f3c8b6a219cacb1da5 bd1d5fcb0b42c4cda0cb0de20ce29b6cb665e7f8 Package: ros-jazzy-nav2-system-tests Version: 1.3.12-1noble.20260520.142826 Architecture: arm64 Maintainer: Carlos Orduno Installed-Size: 335 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), lcov, ros-jazzy-geometry-msgs, ros-jazzy-launch-ros, ros-jazzy-launch-testing, ros-jazzy-nav-msgs, ros-jazzy-nav2-amcl, ros-jazzy-nav2-behavior-tree, ros-jazzy-nav2-bringup, ros-jazzy-nav2-lifecycle-manager, ros-jazzy-nav2-map-server, ros-jazzy-nav2-minimal-tb3-sim, ros-jazzy-nav2-msgs, ros-jazzy-nav2-navfn-planner, ros-jazzy-nav2-planner, ros-jazzy-nav2-util, ros-jazzy-navigation2, ros-jazzy-rclcpp, ros-jazzy-rclpy, ros-jazzy-robot-state-publisher, ros-jazzy-std-msgs, ros-jazzy-tf2-geometry-msgs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-system-tests/ros-jazzy-nav2-system-tests_1.3.12-1noble.20260520.142826_arm64.deb Size: 32706 SHA256: 507f43d39b3b3e7664f7403c102c8e4a68e1bffd2cad83b9b076d4f0c7788d8a SHA1: f0917eda39b9f5df83e2051e94f7a93bc268ae41 MD5sum: 157c4b5eeaf9751209af9c89ac284a5d Description: A sets of system-level tests for Nav2 usually involving full robot simulation Package: ros-jazzy-nav2-system-tests-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-system-tests Version: 1.3.12-1noble.20260520.142826 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Carlos Orduno Installed-Size: 821 Depends: ros-jazzy-nav2-system-tests (= 1.3.12-1noble.20260520.142826) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-system-tests/ros-jazzy-nav2-system-tests-dbgsym_1.3.12-1noble.20260520.142826_arm64.deb Size: 679860 SHA256: caae284adf05127dd3b93396e7bae6baa464379c7ae66dd4951b774c0f6890d1 SHA1: 5c6273c72485e1fb0242ad16973d79414d7b37ef MD5sum: cc7da2d851ff49d128a3243c9c5097c8 Description: debug symbols for ros-jazzy-nav2-system-tests Build-Ids: 11d62366f5809b72dda2e0f92a7987852c7c49b7 607c9eb67ecebbb94f14218aca7561bf090c198e 60c50dc407d040ec42c25720e9991ac97f29ff43 Package: ros-jazzy-nav2-theta-star-planner Version: 1.3.12-1noble.20260520.034412 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 210 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-builtin-interfaces, ros-jazzy-nav2-common, ros-jazzy-nav2-core, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-lifecycle, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-theta-star-planner/ros-jazzy-nav2-theta-star-planner_1.3.12-1noble.20260520.034412_arm64.deb Size: 43232 SHA256: 84a4999a7b8d2e364c60b75ba1a7ff289d34508d008bad10594480a62c4ab874 SHA1: 475b7fc1cbebefc8cc3aa38ea926042ed08bfad2 MD5sum: 25dfc5ddabd3b9b4ba7c3dda11608a9b Description: Theta* Global Planning Plugin Package: ros-jazzy-nav2-theta-star-planner-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-theta-star-planner Version: 1.3.12-1noble.20260520.034412 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 673 Depends: ros-jazzy-nav2-theta-star-planner (= 1.3.12-1noble.20260520.034412) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-theta-star-planner/ros-jazzy-nav2-theta-star-planner-dbgsym_1.3.12-1noble.20260520.034412_arm64.deb Size: 633070 SHA256: aeea0bf85cdb5598338f69b7552f0fcdc60ba2c09369d9cc9b9c4f82645f2916 SHA1: f3837e0c2a8486fd3399a6fa4b69652fe76d24fa MD5sum: bb8a0d220316ed89c6822f7a9b08e5df Description: debug symbols for ros-jazzy-nav2-theta-star-planner Build-Ids: 56275d76fed232bd7f7a040ab5b2e62b2a2be7f9 Package: ros-jazzy-nav2-util Version: 1.3.12-1noble.20260520.001349 Architecture: arm64 Maintainer: Michael Jeronimo Installed-Size: 828 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-jazzy-bond, ros-jazzy-bondcpp, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-lifecycle-msgs, ros-jazzy-nav-msgs, ros-jazzy-nav2-common, ros-jazzy-nav2-msgs, ros-jazzy-rcl-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-lifecycle, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-util/ros-jazzy-nav2-util_1.3.12-1noble.20260520.001349_arm64.deb Size: 161460 SHA256: a8c51ae54e62af317ab8201c8241446401b6061263549188ebbacb101ccfce4e SHA1: 870ff59dafca458f78f627f7b3bae71f4ffa6f39 MD5sum: ff49a017fbe426ed184b39ca5406916c Description: Nav2 utilities Package: ros-jazzy-nav2-util-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-util Version: 1.3.12-1noble.20260520.001349 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Jeronimo Installed-Size: 3788 Depends: ros-jazzy-nav2-util (= 1.3.12-1noble.20260520.001349) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-util/ros-jazzy-nav2-util-dbgsym_1.3.12-1noble.20260520.001349_arm64.deb Size: 3333364 SHA256: 035c8a1da6734ec9ce9beb7d6373ea3cd231d4bcd92b3253611af18e281984e2 SHA1: 247c57601c5c31925ac7efe53307756959072422 MD5sum: 26300b4ddd8682c82daf940dd86aa285 Description: debug symbols for ros-jazzy-nav2-util Build-Ids: 7e8012903e99a013191d0e4c6a0326d9bec15b5e c01656fb7331e868ed7c22fb24d74e70793f6ffa Package: ros-jazzy-nav2-velocity-smoother Version: 1.3.12-1noble.20260520.004040 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 908 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-geometry-msgs, ros-jazzy-nav2-util, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-velocity-smoother/ros-jazzy-nav2-velocity-smoother_1.3.12-1noble.20260520.004040_arm64.deb Size: 151074 SHA256: 7d69470495f4f2223e41933c2e43bf1b626cb704bf3f36da62b3fb1cbe875e96 SHA1: be6e91d82c21f75494bbeb0fe8698ef4b33a2b9b MD5sum: faf54d9fbe7c055ffa101904d8a18ee4 Description: Nav2's Output velocity smoother Package: ros-jazzy-nav2-velocity-smoother-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-velocity-smoother Version: 1.3.12-1noble.20260520.004040 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 3847 Depends: ros-jazzy-nav2-velocity-smoother (= 1.3.12-1noble.20260520.004040) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-velocity-smoother/ros-jazzy-nav2-velocity-smoother-dbgsym_1.3.12-1noble.20260520.004040_arm64.deb Size: 3222592 SHA256: f8885e950b6912c6551ddc5494e3a43351606ebc57f0fc6c0362b483d79c6f41 SHA1: 00cec054189218ae4b37544f4563499e633ca081 MD5sum: cae7b8ed3ab3ac8cc3b5a817cd7a68ea Description: debug symbols for ros-jazzy-nav2-velocity-smoother Build-Ids: aca16e6c13c2cc873c456d2f553194ee655908c9 dcd2b0d3f041e6cd120124b13c11a17c822738d1 Package: ros-jazzy-nav2-voxel-grid Version: 1.3.12-1noble.20260520.031143 Architecture: arm64 Maintainer: Carl Delsey Installed-Size: 138 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-voxel-grid/ros-jazzy-nav2-voxel-grid_1.3.12-1noble.20260520.031143_arm64.deb Size: 19432 SHA256: f76e6181409b2e9136f5d7191f0f5f1055064e00672f6c3ee897f344837ffba7 SHA1: 40f95a7d28e1ab57bd940150b66ce85acc8ac867 MD5sum: 37461437a63e2e39487f70957f6a4927 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-jazzy-nav2-voxel-grid-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-voxel-grid Version: 1.3.12-1noble.20260520.031143 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Carl Delsey Installed-Size: 212 Depends: ros-jazzy-nav2-voxel-grid (= 1.3.12-1noble.20260520.031143) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-voxel-grid/ros-jazzy-nav2-voxel-grid-dbgsym_1.3.12-1noble.20260520.031143_arm64.deb Size: 195108 SHA256: 862c365d0fcc69065e2280f66529f4821d5fc615667ca84bfc87c0e52a4d6cd6 SHA1: 8a5e32be287c3b3ce5799cc1c9e0e17680eba067 MD5sum: 0ff1cdbdf6fadc954b6ddedc60e2f038 Description: debug symbols for ros-jazzy-nav2-voxel-grid Build-Ids: 2e4a5a1c94da3e991219039d95780a28bdad46fa Package: ros-jazzy-nav2-waypoint-follower Version: 1.3.12-1noble.20260520.034500 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 1838 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopencv-stitching406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-cv-bridge, ros-jazzy-geographic-msgs, ros-jazzy-image-transport, ros-jazzy-nav-msgs, ros-jazzy-nav2-common, ros-jazzy-nav2-core, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-lifecycle, ros-jazzy-robot-localization, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-waypoint-follower/ros-jazzy-nav2-waypoint-follower_1.3.12-1noble.20260520.034500_arm64.deb Size: 346056 SHA256: 2a7096c5ccd200bb1fcca1551bc290741d801dd3c63835b3f79fe4860525a7c3 SHA1: c6b4dfc99c6e70920c44078dd19e0875ad96fb0f MD5sum: 9a91649ef9464f58029214a7d6a7cb0c Description: A waypoint follower navigation server Package: ros-jazzy-nav2-waypoint-follower-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-waypoint-follower Version: 1.3.12-1noble.20260520.034500 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 8326 Depends: ros-jazzy-nav2-waypoint-follower (= 1.3.12-1noble.20260520.034500) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-waypoint-follower/ros-jazzy-nav2-waypoint-follower-dbgsym_1.3.12-1noble.20260520.034500_arm64.deb Size: 7215336 SHA256: 18da41ec1ed89ed0042dbce4c25b4d2d2c3397767854a6ef1f8cb5b24a95c163 SHA1: 412960b08e550c371a1cbff5220e2aea98cce82b MD5sum: dd991ee7e12ceb6af1fe5b992215471f Description: debug symbols for ros-jazzy-nav2-waypoint-follower Build-Ids: 25720050503c561b2ecacc1343593f1df225c525 446b49ae20c9a932422f31371cf6d5ba85dc2f21 5e73f529ee9bc6b178d10fe31452679d6367fd6e 820c9ee6f79bbf57d443d24dfb1793b84657ae46 c60eabcbb57c7455fae555b292e87eec4aa4fa6e Package: ros-jazzy-navigation2 Version: 1.3.12-1noble.20260520.135934 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 43 Depends: ros-jazzy-nav2-amcl, ros-jazzy-nav2-behavior-tree, ros-jazzy-nav2-behaviors, ros-jazzy-nav2-bt-navigator, ros-jazzy-nav2-collision-monitor, ros-jazzy-nav2-constrained-smoother, ros-jazzy-nav2-controller, ros-jazzy-nav2-core, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-dwb-controller, ros-jazzy-nav2-graceful-controller, ros-jazzy-nav2-lifecycle-manager, ros-jazzy-nav2-map-server, ros-jazzy-nav2-mppi-controller, ros-jazzy-nav2-msgs, ros-jazzy-nav2-navfn-planner, ros-jazzy-nav2-planner, ros-jazzy-nav2-regulated-pure-pursuit-controller, ros-jazzy-nav2-rotation-shim-controller, ros-jazzy-nav2-route, ros-jazzy-nav2-rviz-plugins, ros-jazzy-nav2-simple-commander, ros-jazzy-nav2-smac-planner, ros-jazzy-nav2-smoother, ros-jazzy-nav2-theta-star-planner, ros-jazzy-nav2-util, ros-jazzy-nav2-velocity-smoother, ros-jazzy-nav2-voxel-grid, ros-jazzy-nav2-waypoint-follower, ros-jazzy-opennav-docking, ros-jazzy-opennav-docking-bt, ros-jazzy-opennav-docking-core, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-navigation2/ros-jazzy-navigation2_1.3.12-1noble.20260520.135934_arm64.deb Size: 5654 SHA256: 25dac7efb6405c628a6a94559fe81791cbb4563bd68925aa39361cdd64f0cea9 SHA1: 0d33fd83ed467bb052842bed1b4670b181fe8763 MD5sum: 7c6dec90f454de49bf4ded393ab31e99 Description: ROS2 Navigation Stack Package: ros-jazzy-navmap-core Version: 0.3.0-1noble.20260305.213134 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 245 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), libeigen3-dev, ros-jazzy-eigen3-cmake-module, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-navmap-core/ros-jazzy-navmap-core_0.3.0-1noble.20260305.213134_arm64.deb Size: 63176 SHA256: 5c0d3d781f366271b77ec6441f29d6f5c72d733ef6b4211432b09237cb2b726b SHA1: 24b54ddbc38cd95580df58824015a9e7a998f74f MD5sum: 065b3ba7092df181b28a118c9eb7c615 Description: Core C++ library for NavMap. Package: ros-jazzy-navmap-core-dbgsym Package-Type: ddeb Source: ros-jazzy-navmap-core Version: 0.3.0-1noble.20260305.213134 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 996 Depends: ros-jazzy-navmap-core (= 0.3.0-1noble.20260305.213134) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-navmap-core/ros-jazzy-navmap-core-dbgsym_0.3.0-1noble.20260305.213134_arm64.deb Size: 959974 SHA256: 28d84ff601e26242ee7be42d99954dada58e28526a40b5d62bd90ffa58c77c63 SHA1: 44fae7468a7f440b2d5e0a8a7dfa0962ab3ec9fa MD5sum: b98333820e5194bbab029c8132dbfb4a Description: debug symbols for ros-jazzy-navmap-core Build-Ids: 3f3af16fd1d2a177f5fbb16ea7e477b89278fa0c Package: ros-jazzy-navmap-examples Version: 0.3.0-1noble.20260520.012933 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 581 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-nav-msgs, ros-jazzy-navmap-core, ros-jazzy-navmap-ros, ros-jazzy-navmap-ros-interfaces, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-navmap-examples/ros-jazzy-navmap-examples_0.3.0-1noble.20260520.012933_arm64.deb Size: 44620 SHA256: 8fda66326780aad6f3d21c1bf4e7df1f4a1a541815e412a689492c061917438f SHA1: b471729f137e25c9da7d1543451aa5e23c5c9799 MD5sum: f757828258f132618a5f6d0286104dc3 Description: Examples related to navmap_core y navmap_ros. Package: ros-jazzy-navmap-examples-dbgsym Package-Type: ddeb Source: ros-jazzy-navmap-examples Version: 0.3.0-1noble.20260520.012933 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 1677 Depends: ros-jazzy-navmap-examples (= 0.3.0-1noble.20260520.012933) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-navmap-examples/ros-jazzy-navmap-examples-dbgsym_0.3.0-1noble.20260520.012933_arm64.deb Size: 1539402 SHA256: a753528c1d1994315732e111e727970adc327a130ed2ce5d98e8ebd93bfe3ba6 SHA1: c0b36ddcad3be7ac8ab91b1950ca050a3cdeb426 MD5sum: 7f48ce33d212f6e8acd64b474ca23865 Description: debug symbols for ros-jazzy-navmap-examples Build-Ids: 0673d43cbbf5eb75d0ea9d8113535d3eb53be861 18dc9ef46a54f3ae78285b8942f39ff8c626a165 1fc372442c6491591c2537ba7cf9d4f63c49c1dd 2611bbb6d42ec423a13128a52026693663f53eaf 30d47a806f03615f97efdc0c55af0c1f5b1d4f4f 827101d268764a51c47cbfe4d262707ba06ac54a 8296260a1809aee5c75115e5493174214d4f47b1 e53a029795e1a8cb8f8a91d1b276c3f15c61105b Package: ros-jazzy-navmap-ros Version: 0.3.0-1noble.20260520.011719 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 1044 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libpcl-common1.14 (>= 1.14.0+dfsg), libpcl-kdtree1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-navmap-core, ros-jazzy-navmap-ros-interfaces, ros-jazzy-pcl-conversions, ros-jazzy-pcl-ros, ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-navmap-ros/ros-jazzy-navmap-ros_0.3.0-1noble.20260520.011719_arm64.deb Size: 202888 SHA256: 2efeb8e4d7bb1f4ab03cb8d11039cd26f73b2555c370e58dc5c9f5af46aac07e SHA1: d60e8a7ab7e9820389cea0069b6560889a84d94d MD5sum: 26f4eb3992b315a497d2d610adc29623 Description: Conversions between navmap_core and ROS messages Package: ros-jazzy-navmap-ros-dbgsym Package-Type: ddeb Source: ros-jazzy-navmap-ros Version: 0.3.0-1noble.20260520.011719 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 5229 Depends: ros-jazzy-navmap-ros (= 0.3.0-1noble.20260520.011719) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-navmap-ros/ros-jazzy-navmap-ros-dbgsym_0.3.0-1noble.20260520.011719_arm64.deb Size: 4574468 SHA256: 22aad0296ad79e790c916c556e343edc0a1f1efdb7a0fd6180f12c0c8768b5df SHA1: b7c64c9cef667ce479599a83a5f36bbf245dad27 MD5sum: 1c842b6330a4ce6e6e04a6e584935a61 Description: debug symbols for ros-jazzy-navmap-ros Build-Ids: 4eada2cb86d4cd79bedf32cfa4ad29cef3299ea5 5419837a72b9fcaf8fdc925095d4af83a3dd3c69 Package: ros-jazzy-navmap-ros-interfaces Version: 0.3.0-1noble.20260519.172629 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 1435 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-generators, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-navmap-ros-interfaces/ros-jazzy-navmap-ros-interfaces_0.3.0-1noble.20260519.172629_arm64.deb Size: 101874 SHA256: a8544d1eed24a3c7037f9e14a9e4c0c313c5d7c2abdc3ff4950450c951ca06f1 SHA1: 53dc4fd3a97948a1e4b4e4192314e4ed77c40ad4 MD5sum: c89532e8afee036d4583419aee4e7c28 Description: ROS 2 interfaces for NavMap (messages for visualization and layers) Package: ros-jazzy-navmap-ros-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-navmap-ros-interfaces Version: 0.3.0-1noble.20260519.172629 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 877 Depends: ros-jazzy-navmap-ros-interfaces (= 0.3.0-1noble.20260519.172629) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-navmap-ros-interfaces/ros-jazzy-navmap-ros-interfaces-dbgsym_0.3.0-1noble.20260519.172629_arm64.deb Size: 681054 SHA256: 8470e22ce5b25a011554db1c506463b123710fc5fec98c531fc5fe93a9d1b062 SHA1: 606e5bbbdf3b2eca9e34fd543b427dff9cc78749 MD5sum: bafeee107fd75ff1b4a6393b334eebe6 Description: debug symbols for ros-jazzy-navmap-ros-interfaces Build-Ids: 10f5e00aa72f9b6b1ac51873a19d994a7587fbb9 24fb4f3447e9325436f5b398e2879f9b06405f8c 7bb812dcfca595d03bc8313be58abe6bf411fe88 7bc67a4a9a8d0e0de6cb040d6ee1cb2d8017da59 9e4b7ea60f2aae6dccc640aefe223e9e1ff77980 9ed8083e902f5b20ea83138d2f92231b1c639512 ad044c2de1e32c74f648e3828cadca50e23b8228 b862f5d95df728c9361dced2e29402bf790ef4d0 e3d37ba7c0cfc4e6eb7cd1f37b59b66ba183a338 f3ef252f9a5cd1c4c46e57bdadd978a61be5975f f5f3bd09858dbea3af956430049e238af9028add Package: ros-jazzy-navmap-rviz-plugin Version: 0.3.0-1noble.20260520.135218 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 973 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.5.0), libstdc++6 (>= 13.1), ros-jazzy-rviz-ogre-vendor, ros-jazzy-geometry-msgs, ros-jazzy-navmap-core, ros-jazzy-navmap-ros, ros-jazzy-navmap-ros-interfaces, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rviz-common, ros-jazzy-rviz-default-plugins, ros-jazzy-rviz-rendering, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-navmap-rviz-plugin/ros-jazzy-navmap-rviz-plugin_0.3.0-1noble.20260520.135218_arm64.deb Size: 185860 SHA256: 5965be2bcfdf089ff95a08e8023d2922160dc5e2039824b7adea2fb8a08435c0 SHA1: da5185e9f0e5eafc9cc01ec13871a3a00f7c2f96 MD5sum: 816e5b1d7fa784bf7ff79dc67c1d2e1d Description: RViz2 display plugin for NavMap surfaces and layers. Package: ros-jazzy-navmap-rviz-plugin-dbgsym Package-Type: ddeb Source: ros-jazzy-navmap-rviz-plugin Version: 0.3.0-1noble.20260520.135218 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 6423 Depends: ros-jazzy-navmap-rviz-plugin (= 0.3.0-1noble.20260520.135218) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-navmap-rviz-plugin/ros-jazzy-navmap-rviz-plugin-dbgsym_0.3.0-1noble.20260520.135218_arm64.deb Size: 5636136 SHA256: ff775fb60d3e3c441df6a73ddd069ae0fe7dbad6197c2f0be5ad90232401d399 SHA1: 1ffe257e35ee4a886d20e003f52b8fea0ec5f68e MD5sum: 6023ac137e03ae8373f2bc576b01cf2e Description: debug symbols for ros-jazzy-navmap-rviz-plugin Build-Ids: 42c3271c8f190b1f8476ff037ccaa10f052b7df5 Package: ros-jazzy-nebula Version: 1.0.0-1noble.20260520.140035 Architecture: arm64 Maintainer: David Wong Installed-Size: 48 Depends: ros-jazzy-nebula-continental, ros-jazzy-nebula-hesai, ros-jazzy-nebula-robosense, ros-jazzy-nebula-velodyne, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula/ros-jazzy-nebula_1.0.0-1noble.20260520.140035_arm64.deb Size: 8598 SHA256: c75dc4dad9a01ef82f8f8234e4ccd2e23e3b2db97940059c107097ea5c42420b SHA1: 0a84c764f4572c29b1842a21905a4d320960584e MD5sum: 9384cdf310733284a33533bab6f3eefe Description: Nebula: multi-vendor LiDAR and radar driver Package: ros-jazzy-nebula-continental Version: 1.0.0-1noble.20260520.133412 Architecture: arm64 Maintainer: David Wong Installed-Size: 3846 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), libyaml-cpp-dev, ros-jazzy-autoware-sensing-msgs, ros-jazzy-continental-msgs, ros-jazzy-continental-srvs, ros-jazzy-diagnostic-msgs, ros-jazzy-diagnostic-updater, ros-jazzy-geometry-msgs, ros-jazzy-message-filters, ros-jazzy-nebula-continental-common, ros-jazzy-nebula-continental-decoders, ros-jazzy-nebula-continental-hw-interfaces, ros-jazzy-nebula-core-common, ros-jazzy-nebula-core-ros, ros-jazzy-nebula-msgs, ros-jazzy-radar-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-sync-tooling-msgs, ros-jazzy-tf2-ros, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-continental/ros-jazzy-nebula-continental_1.0.0-1noble.20260520.133412_arm64.deb Size: 551832 SHA256: 8febe2aab06962c122b741d4f07410ad3698d62b607ab6022df2859bd6ab2357 SHA1: f4b037ca498bf8d5ac2c011eb02a99ec5e940d83 MD5sum: c87b814e453be731bf4ebc6897bc018d Description: Nebula Continental ROS Wrapper Package: ros-jazzy-nebula-continental-common Version: 1.0.0-1noble.20260504.131441 Architecture: arm64 Maintainer: David Wong Installed-Size: 96 Depends: libboost-all-dev, ros-jazzy-nebula-core-common, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-continental-common/ros-jazzy-nebula-continental-common_1.0.0-1noble.20260504.131441_arm64.deb Size: 16756 SHA256: b5d67b3a54ec7e21b5d25f0bc667453eab762b34b483f45c147ddd82cf01ad8d SHA1: a3e138c8e24cc71e7ce31626bd6b4de12cb1b0c4 MD5sum: 59be6b87140e91f40ebcae72727f5e81 Description: Nebula Common Continental Libraries and headers Package: ros-jazzy-nebula-continental-dbgsym Package-Type: ddeb Source: ros-jazzy-nebula-continental Version: 1.0.0-1noble.20260520.133412 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David Wong Installed-Size: 19117 Depends: ros-jazzy-nebula-continental (= 1.0.0-1noble.20260520.133412) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-continental/ros-jazzy-nebula-continental-dbgsym_1.0.0-1noble.20260520.133412_arm64.deb Size: 15807214 SHA256: 04be0a5f47f6d7745a9abc6adafda710e89a235e4637d78ee75f2abd116be90e SHA1: 669fc902fcc98f786264220f0d6b1b206c67f444 MD5sum: fab7573525783c928ff641a5a2595972 Description: debug symbols for ros-jazzy-nebula-continental Build-Ids: 24682c9153ebbf3265ed1d3adb7cf602d74a9922 266afe9bea09d994b5813653c92b010a5f7289e9 309a24f11515675e40d2a8e4abfa01a9c2e8fe3f 96d2197315281793be910c9f9abcae1a528a5aee Package: ros-jazzy-nebula-continental-decoders Version: 1.0.0-1noble.20260519.232916 Architecture: arm64 Maintainer: David Wong Installed-Size: 213 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-all-dev, ros-jazzy-continental-msgs, ros-jazzy-diagnostic-msgs, ros-jazzy-nebula-continental-common, ros-jazzy-nebula-core-common, ros-jazzy-nebula-msgs, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-continental-decoders/ros-jazzy-nebula-continental-decoders_1.0.0-1noble.20260519.232916_arm64.deb Size: 46630 SHA256: 239a5f71ce5805acad8dbb8df49e2385759c06908ad243eeff284bf14b340e7a SHA1: a0be1ffb5ebea23c5dcb115e2e7d3ef88fe6a604 MD5sum: 754c70f3c11eea75ec5680dd59f3c31d Description: Nebula Continental Decoders Library Package: ros-jazzy-nebula-continental-decoders-dbgsym Package-Type: ddeb Source: ros-jazzy-nebula-continental-decoders Version: 1.0.0-1noble.20260519.232916 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David Wong Installed-Size: 735 Depends: ros-jazzy-nebula-continental-decoders (= 1.0.0-1noble.20260519.232916) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-continental-decoders/ros-jazzy-nebula-continental-decoders-dbgsym_1.0.0-1noble.20260519.232916_arm64.deb Size: 695796 SHA256: 84fa6d7aef62c244daa6740fbe1cb5cd4b98e73793913f67a9ef83744086dc29 SHA1: ef583c16f42b7cc54555aceb1036c354e9d7f314 MD5sum: 44eb82073aca6443fc7299475db208fb Description: debug symbols for ros-jazzy-nebula-continental-decoders Build-Ids: 330067ddd75acd4fe0b8a2e77545dcded8e944a0 Package: ros-jazzy-nebula-continental-hw-interfaces Version: 1.0.0-1noble.20260519.200736 Architecture: arm64 Maintainer: David Wong Installed-Size: 207 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-nebula-continental-common, ros-jazzy-nebula-core-common, ros-jazzy-nebula-core-hw-interfaces, ros-jazzy-nebula-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-continental-hw-interfaces/ros-jazzy-nebula-continental-hw-interfaces_1.0.0-1noble.20260519.200736_arm64.deb Size: 46338 SHA256: 3fb0b2b0786b777741d89f08e61ddd1f2653f71b382f7c8d7782e49e394637f5 SHA1: 11f8a46e7ac53ffffa9ccb33b94828bbdcd9a02b MD5sum: 77c9aaeb66ff9d4e8dc2d1bdedea7c7c Description: Nebula HW Interfaces Continental Package: ros-jazzy-nebula-continental-hw-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-nebula-continental-hw-interfaces Version: 1.0.0-1noble.20260519.200736 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David Wong Installed-Size: 459 Depends: ros-jazzy-nebula-continental-hw-interfaces (= 1.0.0-1noble.20260519.200736) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-continental-hw-interfaces/ros-jazzy-nebula-continental-hw-interfaces-dbgsym_1.0.0-1noble.20260519.200736_arm64.deb Size: 414294 SHA256: 9a20bf2727e2f0be5f4f569e90d6ac81ccde46ced513ec0319de2ef29fc4f783 SHA1: 1e57f547451ff35f35bafb4764cffe27209f157b MD5sum: c6c7318bc6581cd81e5c53d6df518998 Description: debug symbols for ros-jazzy-nebula-continental-hw-interfaces Build-Ids: 5c4523b2c8477d0edb83782b494a59424f3121d0 Package: ros-jazzy-nebula-core-common Version: 1.0.0-1noble.20260504.130426 Architecture: arm64 Maintainer: David Wong Installed-Size: 200 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5), libboost-all-dev, nlohmann-json3-dev, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-core-common/ros-jazzy-nebula-core-common_1.0.0-1noble.20260504.130426_arm64.deb Size: 29492 SHA256: 233befa3e59e7d1dbe1654fa957a0abb739adfc0e203d934a84a0cfd983efbfa SHA1: 70c1ddc3ad0161a8bc697e72adbeac3081a7a619 MD5sum: ce865fb3fc57b51f29c955afee9691ac Description: Nebula Common Base Libraries and headers Package: ros-jazzy-nebula-core-common-dbgsym Package-Type: ddeb Source: ros-jazzy-nebula-core-common Version: 1.0.0-1noble.20260504.130426 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David Wong Installed-Size: 71 Depends: ros-jazzy-nebula-core-common (= 1.0.0-1noble.20260504.130426) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-core-common/ros-jazzy-nebula-core-common-dbgsym_1.0.0-1noble.20260504.130426_arm64.deb Size: 55664 SHA256: 0ca31bd2c8be54107d5388819b08e8c93d2299423b7804ae611a034bcf033814 SHA1: c0b898523ff9f3e96d986b4c7646e709446e7e17 MD5sum: acd8b94b1a6bb6183b20f293c1a3c3c7 Description: debug symbols for ros-jazzy-nebula-core-common Build-Ids: c0106f15cbaef997a2f4b0a1f6b3b3f42c791eb3 Package: ros-jazzy-nebula-core-decoders Version: 1.0.0-1noble.20260519.201859 Architecture: arm64 Maintainer: David Wong Installed-Size: 110 Depends: libboost-all-dev, libeigen3-dev, libpng++-dev, libpng-dev, ros-jazzy-nebula-core-common, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-core-decoders/ros-jazzy-nebula-core-decoders_1.0.0-1noble.20260519.201859_arm64.deb Size: 21840 SHA256: f1a981d02e9db973050ecd7772227dfda51e601d04e2aea4cbb978d36cdef2a3 SHA1: b4b0e534d0150122367077ca4bc979be3763a2c1 MD5sum: cb554229d2c025d0abba8724291a12e6 Description: Nebula Decoders Base Library Package: ros-jazzy-nebula-core-hw-interfaces Version: 1.0.0-1noble.20260504.131527 Architecture: arm64 Maintainer: David Wong Installed-Size: 114 Depends: ros-jazzy-nebula-core-common, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-core-hw-interfaces/ros-jazzy-nebula-core-hw-interfaces_1.0.0-1noble.20260504.131527_arm64.deb Size: 24724 SHA256: 0c28664be06d9e9fae678d3f58d452f4b428f91cb17405925045ac8960ed046b SHA1: 91b33d80e9366511fe40eee7e030641f6ccab234 MD5sum: 994c8291e5525e5e2a10dbb362ddbb8a Description: Nebula HW Interfaces Base Package: ros-jazzy-nebula-core-ros Version: 1.0.0-1noble.20260520.040433 Architecture: arm64 Maintainer: David Wong Installed-Size: 214 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-all-dev, ros-jazzy-diagnostic-msgs, ros-jazzy-diagnostic-updater, ros-jazzy-nebula-core-common, ros-jazzy-rclcpp, ros-jazzy-rosbag2-storage, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-core-ros/ros-jazzy-nebula-core-ros_1.0.0-1noble.20260520.040433_arm64.deb Size: 30998 SHA256: b6a8db16341b3624eea7de4c0c83c4a813842ab55ebe0ffed44dcf01f5be9f74 SHA1: c011c4b8515eb5e35f3ee1ee96e52451f6463c92 MD5sum: fa07d19568517c353202323d968f2d56 Description: Nebula ROS Base Libraries Package: ros-jazzy-nebula-core-ros-dbgsym Package-Type: ddeb Source: ros-jazzy-nebula-core-ros Version: 1.0.0-1noble.20260520.040433 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David Wong Installed-Size: 83 Depends: ros-jazzy-nebula-core-ros (= 1.0.0-1noble.20260520.040433) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-core-ros/ros-jazzy-nebula-core-ros-dbgsym_1.0.0-1noble.20260520.040433_arm64.deb Size: 67710 SHA256: 0606132672c656b66a77f8f7c3c75b6e4af25af25dc58bb677a0aa209bf0f022 SHA1: d243d652aab4da3a27670b8d0b864d49226ac9e3 MD5sum: ce3855f9a9d987c5c8d5edf1a7ea858d Description: debug symbols for ros-jazzy-nebula-core-ros Build-Ids: 19b6c8d63b2be86c3c70c6d495a64550e455271f Package: ros-jazzy-nebula-hesai Version: 1.0.0-1noble.20260520.133957 Architecture: arm64 Maintainer: David Wong Installed-Size: 1371 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), libboost-all-dev, ros-jazzy-autoware-internal-debug-msgs, ros-jazzy-autoware-utils-debug, ros-jazzy-diagnostic-msgs, ros-jazzy-diagnostic-updater, ros-jazzy-nebula-core-common, ros-jazzy-nebula-core-decoders, ros-jazzy-nebula-core-hw-interfaces, ros-jazzy-nebula-core-ros, ros-jazzy-nebula-hesai-common, ros-jazzy-nebula-hesai-decoders, ros-jazzy-nebula-hesai-hw-interfaces, ros-jazzy-nebula-msgs, ros-jazzy-pandar-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-sync-tooling-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-hesai/ros-jazzy-nebula-hesai_1.0.0-1noble.20260520.133957_arm64.deb Size: 329974 SHA256: b70c34b82bcaff0a15d11016ba17be394713bec8e29fff7bff9ae78405af2d61 SHA1: c42bd76c278fb95fb5c65690cec2717a0cebcaec MD5sum: fc34b171ab4b3b771a13c4b5a77d7388 Description: Nebula Hesai ROS Wrapper Package: ros-jazzy-nebula-hesai-common Version: 1.0.0-1noble.20260504.131601 Architecture: arm64 Maintainer: David Wong Installed-Size: 86 Depends: ros-jazzy-nebula-core-common, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-hesai-common/ros-jazzy-nebula-hesai-common_1.0.0-1noble.20260504.131601_arm64.deb Size: 15732 SHA256: 1021c678b532535d7ec4a38d1fbf52e23bbc2c41dc1b312f00f05f1a1f81aded SHA1: c37db685fcf0cbb741d3ed7e5c53709603e4b114 MD5sum: 48cbacb61de10f086dc7bc346fe09877 Description: Nebula Common Hesai Libraries and headers Package: ros-jazzy-nebula-hesai-dbgsym Package-Type: ddeb Source: ros-jazzy-nebula-hesai Version: 1.0.0-1noble.20260520.133957 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David Wong Installed-Size: 7351 Depends: ros-jazzy-nebula-hesai (= 1.0.0-1noble.20260520.133957) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-hesai/ros-jazzy-nebula-hesai-dbgsym_1.0.0-1noble.20260520.133957_arm64.deb Size: 6568288 SHA256: 0611d901a1f183d975f8eb8f259cddfa1d7149f93dc0e5bf3d61afb6f65656c2 SHA1: a7d8677bb12bf73565af11e4fcff64a82cbffa16 MD5sum: 86eb32d229e4200a8edd15d489b5232d Description: debug symbols for ros-jazzy-nebula-hesai Build-Ids: 1785064432c6f8fdf3266bccd4eb69b248fb3922 765f4fd493a457ce7d7b2efbb057cbd101585e73 Package: ros-jazzy-nebula-hesai-decoders Version: 1.0.0-1noble.20260520.024110 Architecture: arm64 Maintainer: David Wong Installed-Size: 717 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpng16-16t64 (>= 1.6.2), libstdc++6 (>= 13.1), libboost-all-dev, ros-jazzy-nebula-core-common, ros-jazzy-nebula-core-decoders, ros-jazzy-nebula-hesai-common, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-hesai-decoders/ros-jazzy-nebula-hesai-decoders_1.0.0-1noble.20260520.024110_arm64.deb Size: 119258 SHA256: 88fd29b9e609c3508a85e1ed318ce63e3bc5ebe034486cef257fbdd730785daf SHA1: 361220f1882c6893869b59e3f1ea195ab803bf61 MD5sum: f5da9abbf5bba2fe6d3167be3c16f67a Description: Nebula Hesai Decoders Library Package: ros-jazzy-nebula-hesai-decoders-dbgsym Package-Type: ddeb Source: ros-jazzy-nebula-hesai-decoders Version: 1.0.0-1noble.20260520.024110 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David Wong Installed-Size: 1361 Depends: ros-jazzy-nebula-hesai-decoders (= 1.0.0-1noble.20260520.024110) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-hesai-decoders/ros-jazzy-nebula-hesai-decoders-dbgsym_1.0.0-1noble.20260520.024110_arm64.deb Size: 1177674 SHA256: abf1ede54082a0e68b2f3824ebd49286722b375407b00267656b554da13f99b2 SHA1: 68568192db58af0c0fc84d93afdd6fb36c3f6fd6 MD5sum: 73c8684c5a0764f4539feef1e90b9561 Description: debug symbols for ros-jazzy-nebula-hesai-decoders Build-Ids: f8b87329be6b73e5e20bd962fedfb8492972e2d4 Package: ros-jazzy-nebula-hesai-hw-interfaces Version: 1.0.0-1noble.20260504.132225 Architecture: arm64 Maintainer: David Wong Installed-Size: 436 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-all-dev, ros-jazzy-nebula-core-common, ros-jazzy-nebula-core-hw-interfaces, ros-jazzy-nebula-hesai-common, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-hesai-hw-interfaces/ros-jazzy-nebula-hesai-hw-interfaces_1.0.0-1noble.20260504.132225_arm64.deb Size: 111996 SHA256: 315c5d1f1aad2018ee76f080282dbe25994ad6114b4add93fbff1436f71afd4f SHA1: ce5625eb236cb5ff7c35e2716742dedbe6ffb2e0 MD5sum: ec879cae870c8a203d1713c3ca8c4b43 Description: Nebula HW Interfaces Hesai Package: ros-jazzy-nebula-hesai-hw-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-nebula-hesai-hw-interfaces Version: 1.0.0-1noble.20260504.132225 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David Wong Installed-Size: 1402 Depends: ros-jazzy-nebula-hesai-hw-interfaces (= 1.0.0-1noble.20260504.132225) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-hesai-hw-interfaces/ros-jazzy-nebula-hesai-hw-interfaces-dbgsym_1.0.0-1noble.20260504.132225_arm64.deb Size: 1257582 SHA256: cfc01708d5a710c1ca33bcb8ca5a962bb15323995f19a8c2e97c9aa51231fe5d SHA1: 0c4c1f81df52f5ef68752b3e45d8d48862463a5f MD5sum: 6431b5d03637b071973b176cb7fc314c Description: debug symbols for ros-jazzy-nebula-hesai-hw-interfaces Build-Ids: ece960a76bcf077bf9cbcf382661331f082f94ce Package: ros-jazzy-nebula-msgs Version: 1.0.0-1noble.20260519.172743 Architecture: arm64 Maintainer: David Wong Installed-Size: 1107 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-msgs/ros-jazzy-nebula-msgs_1.0.0-1noble.20260519.172743_arm64.deb Size: 61684 SHA256: 573a7b4c1b99895182eec3bcfa66656848aba5c56f9a42878b04a9762336b36b SHA1: 00cad09fb5528b9c368824d6b4567a9d563f95b5 MD5sum: cb4e07ac54533edea26175f514efa0a0 Description: Generic sensor raw data messages for Nebula Package: ros-jazzy-nebula-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-nebula-msgs Version: 1.0.0-1noble.20260519.172743 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David Wong Installed-Size: 463 Depends: ros-jazzy-nebula-msgs (= 1.0.0-1noble.20260519.172743) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-msgs/ros-jazzy-nebula-msgs-dbgsym_1.0.0-1noble.20260519.172743_arm64.deb Size: 329254 SHA256: 5e3a029efdeec12236f56fd6cbcf7a02743efee77eabb474834a9cbe692008ed SHA1: c0a176661a1bfebe039abc1f7f8785078ad6baf0 MD5sum: 3623e5d26f0224b5a5cf6649133f346c Description: debug symbols for ros-jazzy-nebula-msgs Build-Ids: 3390a8849c680e78e83e77f76e8536a5580fa160 5f22ab01e9196444251f3cc047bff01dec491846 615b16a5a23776832ea570367e5b2683a28ca37c 92b47c09adf61d6419a07e6dddc1280decdcbbf7 93cba17e11f8e8b8a7a964550eb6e6a98eed4bb2 9793713b5ec16f08e28552b6422955a204228304 c812e9f960e81dc09f8bdcb4f923b820f92d0c66 d8dea9712dbfb8ee908d8fe6348e2d3dc44aaafc da4b2b36d9c0763833d5808933b5323d1f2b171f dc13956d15ea025d687e225e72f7bcc2ba635a1a e2f28106a88d8df611bd0485af4afacbf7109884 Package: ros-jazzy-nebula-robosense Version: 1.0.0-1noble.20260520.041242 Architecture: arm64 Maintainer: David Wong Installed-Size: 1064 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-all-dev, libyaml-cpp-dev, ros-jazzy-diagnostic-msgs, ros-jazzy-diagnostic-updater, ros-jazzy-nebula-core-common, ros-jazzy-nebula-core-decoders, ros-jazzy-nebula-core-hw-interfaces, ros-jazzy-nebula-core-ros, ros-jazzy-nebula-msgs, ros-jazzy-nebula-robosense-common, ros-jazzy-nebula-robosense-decoders, ros-jazzy-nebula-robosense-hw-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-robosense-msgs, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-robosense/ros-jazzy-nebula-robosense_1.0.0-1noble.20260520.041242_arm64.deb Size: 195926 SHA256: 9e567a15e2c54c44afaa19c2883e9727c87029203dda5b6583277f01816628b1 SHA1: d4752578c4ff77a92ef9de334ac4790aa825b128 MD5sum: cb2a962155f8ed9a7838b71d76435dcf Description: Nebula Robosense ROS Wrapper Package: ros-jazzy-nebula-robosense-common Version: 1.0.0-1noble.20260504.131932 Architecture: arm64 Maintainer: David Wong Installed-Size: 63 Depends: ros-jazzy-nebula-core-common, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-robosense-common/ros-jazzy-nebula-robosense-common_1.0.0-1noble.20260504.131932_arm64.deb Size: 11760 SHA256: 6518a0bd0850ccb52488ce6ecc94eb65e73b4b2cd2abb97058451dae16d9a13d SHA1: 25ed51ca80ba94c076faa993d34076093fd6788d MD5sum: d749e90b2de78cc32c7309f785f6c2c3 Description: Nebula Common Robosense Libraries and headers Package: ros-jazzy-nebula-robosense-dbgsym Package-Type: ddeb Source: ros-jazzy-nebula-robosense Version: 1.0.0-1noble.20260520.041242 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David Wong Installed-Size: 5115 Depends: ros-jazzy-nebula-robosense (= 1.0.0-1noble.20260520.041242) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-robosense/ros-jazzy-nebula-robosense-dbgsym_1.0.0-1noble.20260520.041242_arm64.deb Size: 4364240 SHA256: 67936d87c917f22d6291e02760c5ea5885e81bd687c223691cd70699e1076e31 SHA1: 5ac4689a3b9d5f8c6e44b3065013f88b60aec0c4 MD5sum: d4a2a5734555a268a2658d7e1b26e1d4 Description: debug symbols for ros-jazzy-nebula-robosense Build-Ids: 92db9060d2b0fa3b0e61494a470ac00868a484ab edfdc1de3493f08f44f0e6c6b50b308354767304 Package: ros-jazzy-nebula-robosense-decoders Version: 1.0.0-1noble.20260520.024123 Architecture: arm64 Maintainer: David Wong Installed-Size: 434 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-all-dev, ros-jazzy-nebula-core-common, ros-jazzy-nebula-core-decoders, ros-jazzy-nebula-robosense-common, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-robosense-decoders/ros-jazzy-nebula-robosense-decoders_1.0.0-1noble.20260520.024123_arm64.deb Size: 76292 SHA256: 148a4df902af3b315ff8570880b8c097304fadab7b557dc24cf980d31a60c5d7 SHA1: e1461610350f977fc7b9ccbaa446a6ccce93745c MD5sum: 1704cc7275f08b3271466d71857168fe Description: Nebula Robosense Decoders Library Package: ros-jazzy-nebula-robosense-decoders-dbgsym Package-Type: ddeb Source: ros-jazzy-nebula-robosense-decoders Version: 1.0.0-1noble.20260520.024123 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David Wong Installed-Size: 1018 Depends: ros-jazzy-nebula-robosense-decoders (= 1.0.0-1noble.20260520.024123) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-robosense-decoders/ros-jazzy-nebula-robosense-decoders-dbgsym_1.0.0-1noble.20260520.024123_arm64.deb Size: 929314 SHA256: 7e5de50198b18f2a5cd39254ec3ee9c9ef557c823d849fda2fbcfb533a698372 SHA1: 30a0b57feb759a19904ff6b09150f869f954ce6e MD5sum: fe0939de9c01cb861459aa34cb6da09b Description: debug symbols for ros-jazzy-nebula-robosense-decoders Build-Ids: 1eab3f0c2f88fd2960c12fa41e11284fe381fe98 650e0016cb56a6549f419cd9d0b0048e623ed2a8 Package: ros-jazzy-nebula-robosense-hw-interfaces Version: 1.0.0-1noble.20260519.200748 Architecture: arm64 Maintainer: David Wong Installed-Size: 135 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-nebula-core-common, ros-jazzy-nebula-core-hw-interfaces, ros-jazzy-nebula-msgs, ros-jazzy-nebula-robosense-common, ros-jazzy-robosense-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-robosense-hw-interfaces/ros-jazzy-nebula-robosense-hw-interfaces_1.0.0-1noble.20260519.200748_arm64.deb Size: 26238 SHA256: 9392ed0a696be884e9563d0cd65b3cb13244838f4ca0083bdb17005399dd0028 SHA1: 863c79a534a81b302263471bd8e39e0701345066 MD5sum: 003ce841a7b96f0a67a41e2a0c3de06a Description: Nebula HW Interfaces Robosense Package: ros-jazzy-nebula-robosense-hw-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-nebula-robosense-hw-interfaces Version: 1.0.0-1noble.20260519.200748 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David Wong Installed-Size: 244 Depends: ros-jazzy-nebula-robosense-hw-interfaces (= 1.0.0-1noble.20260519.200748) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-robosense-hw-interfaces/ros-jazzy-nebula-robosense-hw-interfaces-dbgsym_1.0.0-1noble.20260519.200748_arm64.deb Size: 216066 SHA256: 7e38b966ade92a9ae463be88274414be1c4528ecd6b04c0f82bacb50ae373f99 SHA1: 825612419dee2f838cf00f72b32b72f7fe244cf4 MD5sum: 6d25f4e585322c9338fbbc4bddb49bb3 Description: debug symbols for ros-jazzy-nebula-robosense-hw-interfaces Build-Ids: 552ee2ee73343a6490f42bd6f9a95c8a73a5a16b Package: ros-jazzy-nebula-sample Version: 1.0.0-1noble.20260520.041146 Architecture: arm64 Maintainer: David Wong Installed-Size: 788 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-diagnostic-msgs, ros-jazzy-diagnostic-updater, ros-jazzy-nebula-core-common, ros-jazzy-nebula-core-ros, ros-jazzy-nebula-msgs, ros-jazzy-nebula-sample-common, ros-jazzy-nebula-sample-decoders, ros-jazzy-nebula-sample-hw-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-sample/ros-jazzy-nebula-sample_1.0.0-1noble.20260520.041146_arm64.deb Size: 154684 SHA256: 695b11d2c07fd475179fa1be35bcdaf12dd72a9fa763b63abd12067e7de4cd7a SHA1: 200d644deae9fb8fe349249bde7a2bcbf0a7f7d7 MD5sum: bd0b0489a678d0891cc128e74f1e0cec Description: Nebula Sample ROS 2 Package Package: ros-jazzy-nebula-sample-common Version: 1.0.0-1noble.20260519.202840 Architecture: arm64 Maintainer: David Wong Installed-Size: 61 Depends: ros-jazzy-nebula-core-common, ros-jazzy-nebula-core-decoders, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-sample-common/ros-jazzy-nebula-sample-common_1.0.0-1noble.20260519.202840_arm64.deb Size: 11364 SHA256: 98127bc2c0aeca792098e244e84a48658a9b415865822bc3c7e29b58f0cf2cc8 SHA1: 089bfed515e4ae660ce34ecbb330e976533e7da0 MD5sum: 509eaacc90de7ad5d64994aebe694347 Description: Nebula Sample Common Libraries and Headers Package: ros-jazzy-nebula-sample-dbgsym Package-Type: ddeb Source: ros-jazzy-nebula-sample Version: 1.0.0-1noble.20260520.041146 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David Wong Installed-Size: 3423 Depends: ros-jazzy-nebula-sample (= 1.0.0-1noble.20260520.041146) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-sample/ros-jazzy-nebula-sample-dbgsym_1.0.0-1noble.20260520.041146_arm64.deb Size: 2959764 SHA256: 116fbb777135260df5d7cc005f9d8547c69a24cbebba0f55a4a4154d18198914 SHA1: cc55746b85b3e3e7b4c97a8ca018e15adcfbdcd2 MD5sum: df18b76f1fa4fc9db20f7542b61e5f6d Description: debug symbols for ros-jazzy-nebula-sample Build-Ids: 6fdfceccbaa4e39b26f747f5d058ffdd49aaa09a 9665d95ef2efc4ca415d532426bd52ab2a245722 Package: ros-jazzy-nebula-sample-decoders Version: 1.0.0-1noble.20260519.203233 Architecture: arm64 Maintainer: David Wong Installed-Size: 132 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libstdc++6 (>= 5), ros-jazzy-nebula-core-common, ros-jazzy-nebula-core-decoders, ros-jazzy-nebula-sample-common, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-sample-decoders/ros-jazzy-nebula-sample-decoders_1.0.0-1noble.20260519.203233_arm64.deb Size: 15590 SHA256: d52723ae949bc08632a8ab1185d8dc130c3ae99e326f59c1413c2cb78ff6c493 SHA1: e42c95dec606b0373a62d239c752f0cfee861621 MD5sum: 9ddd984a856ec0654ce9a522c7c1cd12 Description: Nebula Sample Decoders Library Package: ros-jazzy-nebula-sample-decoders-dbgsym Package-Type: ddeb Source: ros-jazzy-nebula-sample-decoders Version: 1.0.0-1noble.20260519.203233 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David Wong Installed-Size: 76 Depends: ros-jazzy-nebula-sample-decoders (= 1.0.0-1noble.20260519.203233) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-sample-decoders/ros-jazzy-nebula-sample-decoders-dbgsym_1.0.0-1noble.20260519.203233_arm64.deb Size: 57336 SHA256: d26dbe2b905199694625c73eac666810597bd4177ac5276be5a42b2f04d63365 SHA1: 684070b69ca8cbca4bc55be123e26b4f5e6e18f7 MD5sum: ef96617e4ff0ffff15f92ad7d1cbf55f Description: debug symbols for ros-jazzy-nebula-sample-decoders Build-Ids: fe896696dea3b18a2e9c350a69b936dbbe3d4ca2 Package: ros-jazzy-nebula-sample-hw-interfaces Version: 1.0.0-1noble.20260519.203314 Architecture: arm64 Maintainer: David Wong Installed-Size: 133 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 6), ros-jazzy-nebula-core-common, ros-jazzy-nebula-core-hw-interfaces, ros-jazzy-nebula-sample-common, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-sample-hw-interfaces/ros-jazzy-nebula-sample-hw-interfaces_1.0.0-1noble.20260519.203314_arm64.deb Size: 22768 SHA256: 2e798f6098008bc3d57dc0d08ca990c177613a8e7ce84436c248611a099c8145 SHA1: 724dacbdc2947697b19d5b3ef37470fc4e3134cc MD5sum: 4548cbcca84b915a4b666bc41c895f03 Description: Nebula Sample HW Interfaces Package: ros-jazzy-nebula-sample-hw-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-nebula-sample-hw-interfaces Version: 1.0.0-1noble.20260519.203314 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David Wong Installed-Size: 227 Depends: ros-jazzy-nebula-sample-hw-interfaces (= 1.0.0-1noble.20260519.203314) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-sample-hw-interfaces/ros-jazzy-nebula-sample-hw-interfaces-dbgsym_1.0.0-1noble.20260519.203314_arm64.deb Size: 199228 SHA256: 435060643d267d56838dad21c27c1b6faa92b92003640a916d226e69be8141b4 SHA1: d6721e50a6a0b5514a72d31f3aff699b59006bf7 MD5sum: 296f083bac6503a6810700da5c300d06 Description: debug symbols for ros-jazzy-nebula-sample-hw-interfaces Build-Ids: 3ddfb7c06ce83f3ead2af41f70540283154352b8 Package: ros-jazzy-nebula-velodyne Version: 1.0.0-1noble.20260520.041254 Architecture: arm64 Maintainer: David Wong Installed-Size: 962 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-all-dev, libyaml-cpp-dev, ros-jazzy-diagnostic-msgs, ros-jazzy-diagnostic-updater, ros-jazzy-nebula-core-common, ros-jazzy-nebula-core-decoders, ros-jazzy-nebula-core-hw-interfaces, ros-jazzy-nebula-core-ros, ros-jazzy-nebula-msgs, ros-jazzy-nebula-velodyne-common, ros-jazzy-nebula-velodyne-decoders, ros-jazzy-nebula-velodyne-hw-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-velodyne-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-velodyne/ros-jazzy-nebula-velodyne_1.0.0-1noble.20260520.041254_arm64.deb Size: 194602 SHA256: f1af08a1930af761bbfd58379614275bc0d29cbda380dc11f27af7ffbad4c628 SHA1: 3583a59c8fcfda2efe831107487b8cbadd66eab9 MD5sum: a64c5e8bf65b2cc4f3f1e943b672e737 Description: Nebula Velodyne ROS Wrapper Package: ros-jazzy-nebula-velodyne-common Version: 1.0.0-1noble.20260504.132114 Architecture: arm64 Maintainer: David Wong Installed-Size: 202 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libyaml-cpp-dev, ros-jazzy-nebula-core-common, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-velodyne-common/ros-jazzy-nebula-velodyne-common_1.0.0-1noble.20260504.132114_arm64.deb Size: 44674 SHA256: c2306d78ad5c7497782b197c2663cc273e58ece438d9a00aff449224ea2b2b7f SHA1: dd99ac9449dbd9d87bd1dccadf3cea5b6839638e MD5sum: d3c2ab22ac8fe36517904487776fd34d Description: Nebula Common Velodyne Libraries and headers Package: ros-jazzy-nebula-velodyne-common-dbgsym Package-Type: ddeb Source: ros-jazzy-nebula-velodyne-common Version: 1.0.0-1noble.20260504.132114 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David Wong Installed-Size: 393 Depends: ros-jazzy-nebula-velodyne-common (= 1.0.0-1noble.20260504.132114) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-velodyne-common/ros-jazzy-nebula-velodyne-common-dbgsym_1.0.0-1noble.20260504.132114_arm64.deb Size: 353358 SHA256: 83597a9a4d6563c2b0b39f6bed2933709d2a498b382bbd410eb9771b8be67844 SHA1: dd386f6ec277f3c06b800966e7a6e896294ac9a7 MD5sum: 334e0d6bbb35c2f7e7ad7d400c10ee54 Description: debug symbols for ros-jazzy-nebula-velodyne-common Build-Ids: 15df6a67619fcace8792006832926d1aee7e1189 Package: ros-jazzy-nebula-velodyne-dbgsym Package-Type: ddeb Source: ros-jazzy-nebula-velodyne Version: 1.0.0-1noble.20260520.041254 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David Wong Installed-Size: 4868 Depends: ros-jazzy-nebula-velodyne (= 1.0.0-1noble.20260520.041254) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-velodyne/ros-jazzy-nebula-velodyne-dbgsym_1.0.0-1noble.20260520.041254_arm64.deb Size: 4298078 SHA256: bc6928cfc715fc0007daf895600913252986f9e0fe37b874d384dba8d6ff4d1d SHA1: 11618d6bc34ba6fa494b44a1336141a876189002 MD5sum: dab29ef48156066fc477ce792eac5303 Description: debug symbols for ros-jazzy-nebula-velodyne Build-Ids: 116d51aab49101fd9ee36a9d761b43fb9c937b26 48bcf4ce4424f7591b38484ff14420c2e43aaa4f Package: ros-jazzy-nebula-velodyne-decoders Version: 1.0.0-1noble.20260519.233128 Architecture: arm64 Maintainer: David Wong Installed-Size: 317 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-all-dev, ros-jazzy-angles, ros-jazzy-nebula-core-common, ros-jazzy-nebula-core-decoders, ros-jazzy-nebula-velodyne-common, ros-jazzy-rclcpp, ros-jazzy-velodyne-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-velodyne-decoders/ros-jazzy-nebula-velodyne-decoders_1.0.0-1noble.20260519.233128_arm64.deb Size: 43324 SHA256: cf17c45138eb369eabe8b17ea7f5b5c46680dd2a1c7b5ab04b84ab46d5fe60cb SHA1: 21b49939e173526effba4ef2ddf6eb7fe5949ad7 MD5sum: b422a67a1d7640d429411d242e235376 Description: Nebula Velodyne Decoders Library Package: ros-jazzy-nebula-velodyne-decoders-dbgsym Package-Type: ddeb Source: ros-jazzy-nebula-velodyne-decoders Version: 1.0.0-1noble.20260519.233128 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David Wong Installed-Size: 840 Depends: ros-jazzy-nebula-velodyne-decoders (= 1.0.0-1noble.20260519.233128) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-velodyne-decoders/ros-jazzy-nebula-velodyne-decoders-dbgsym_1.0.0-1noble.20260519.233128_arm64.deb Size: 795974 SHA256: b18ac3b7f378e317220696e7665b66a7bd8db54d4a019aa2d9c3d3e8dd10b1d9 SHA1: e71b5b6951907d3f499800e83cb6cbd9a20fcd31 MD5sum: 6dad38052f46c4742283ad258935b8b7 Description: debug symbols for ros-jazzy-nebula-velodyne-decoders Build-Ids: 898f56aaac67f3a774e77d01637b74d0cfa012fa Package: ros-jazzy-nebula-velodyne-hw-interfaces Version: 1.0.0-1noble.20260504.133026 Architecture: arm64 Maintainer: David Wong Installed-Size: 270 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-all-dev, ros-jazzy-nebula-core-common, ros-jazzy-nebula-core-hw-interfaces, ros-jazzy-nebula-velodyne-common, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-velodyne-hw-interfaces/ros-jazzy-nebula-velodyne-hw-interfaces_1.0.0-1noble.20260504.133026_arm64.deb Size: 73806 SHA256: 8f942813e03ed4d2d4f99cafcfcc2b5172ebd8da4b84fc19f61685b567a6545c SHA1: 193ed507b452b0281c1f3177aaa21e3c0674d1b8 MD5sum: 896ff7f88acd5df670620cfbc1bf4f1c Description: Nebula HW Interfaces Velodyne Package: ros-jazzy-nebula-velodyne-hw-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-nebula-velodyne-hw-interfaces Version: 1.0.0-1noble.20260504.133026 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David Wong Installed-Size: 843 Depends: ros-jazzy-nebula-velodyne-hw-interfaces (= 1.0.0-1noble.20260504.133026) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-velodyne-hw-interfaces/ros-jazzy-nebula-velodyne-hw-interfaces-dbgsym_1.0.0-1noble.20260504.133026_arm64.deb Size: 756504 SHA256: aa259da36676093ba04e135b228e8985c2b6470568c40399b8be286591e0a900 SHA1: 476aaa64298c65850fde0cf0d658ca4b82c227f2 MD5sum: fc71da7a87179d9fcae299c2e3e2f642 Description: debug symbols for ros-jazzy-nebula-velodyne-hw-interfaces Build-Ids: 5a8a0821ec148649ea1edfdc54be189392d87b00 Package: ros-jazzy-neo-nav2-bringup Version: 1.3.2-1noble.20260520.144833 Architecture: arm64 Maintainer: Pradheep Padmanabhan Installed-Size: 112 Depends: ros-jazzy-nav2-common, ros-jazzy-navigation2, ros-jazzy-slam-toolbox, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-neo-nav2-bringup/ros-jazzy-neo-nav2-bringup_1.3.2-1noble.20260520.144833_arm64.deb Size: 15396 SHA256: cddb884053eeb628a1636708f790c4bc5a47e389d96b3e4d40834851535c7c65 SHA1: a7424a3179f103b5d1c30e28c1be8b1c5901fe6e MD5sum: 881626515be7bc9dae9fd6dfe79f15ab Description: ROS-2 navigation bringup packages for neobotix robots Package: ros-jazzy-neobotix-usboard-msgs Version: 4.0.0-4noble.20260519.172830 Architecture: arm64 Maintainer: AutonomouStuff Software Team Installed-Size: 2276 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/neobotix_usboard_msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-neobotix-usboard-msgs/ros-jazzy-neobotix-usboard-msgs_4.0.0-4noble.20260519.172830_arm64.deb Size: 121494 SHA256: 0c61f3f8d84bbb6f51a5915562a22284b125a3a586cd2651d8773586ed0e36d6 SHA1: 10f459d3c53d0c9055b515cf97b8a338360a3a54 MD5sum: 00915114af6c79cf9475554d6a37e3d7 Description: neobotix_usboard package Package: ros-jazzy-neobotix-usboard-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-neobotix-usboard-msgs Version: 4.0.0-4noble.20260519.172830 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: AutonomouStuff Software Team Installed-Size: 1188 Depends: ros-jazzy-neobotix-usboard-msgs (= 4.0.0-4noble.20260519.172830) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-neobotix-usboard-msgs/ros-jazzy-neobotix-usboard-msgs-dbgsym_4.0.0-4noble.20260519.172830_arm64.deb Size: 887722 SHA256: a36517097e6a69775dcacb7b88afa02e067d4d90bbbf21bb1482fd934f44f72e SHA1: dd3d6c29e45f225c45a433994801596cfa9be602 MD5sum: bbb69e417e7d30b52bb3cebd8c72108a Description: debug symbols for ros-jazzy-neobotix-usboard-msgs Build-Ids: 0cb8eccfccb6e9df54e5819fb1fa6373aaccb1bf 1f54988d906ac8d50dd32f0b932dd106a7af71e6 49fe9dbc137efddd57e04ef7ac8a0332b7db9fa8 54601fcf5d0d19f6dd48e20630888f5bf5444424 73f902b022f0f1b60dbf7b7010fdee31f335a919 7f13e4cd7ed4b58378906dc42d2f72391baf054e 827145bafe84015ef6648ea74c149d7c045d75f2 aa8f01f6ac0449e49047a129ae83995719eed19c b83de3d43155ea85f7c3f2a616e5818e2dc0711f c03ffd0ad17065751f64437039e48a7474269c5d e55ec6874ff73db8dea7b0c0bc3a3596785ac80e Package: ros-jazzy-network-bridge Version: 3.0.0-1noble.20260519.215657 Architecture: arm64 Maintainer: Ethan Brown Installed-Size: 1224 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libzstd1 (>= 1.5.5), libboost-system-dev, libzstd-dev, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-std-msgs, ros-jazzy-tf2-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-network-bridge/ros-jazzy-network-bridge_3.0.0-1noble.20260519.215657_arm64.deb Size: 283298 SHA256: 710fb5681b3aff2035f8452ade564a1286c447ff14cce48deadf2b9cd5d3413c SHA1: 83e893138d7095c77d10d44199bde0c4a6c4aaf5 MD5sum: f1217e80c9f9a1bd5035db9b16da390c Description: Allows for arbitrary network links (UDP, TCP, etc) to bridge ROS2 messages Package: ros-jazzy-network-bridge-dbgsym Package-Type: ddeb Source: ros-jazzy-network-bridge Version: 3.0.0-1noble.20260519.215657 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Ethan Brown Installed-Size: 5567 Depends: ros-jazzy-network-bridge (= 3.0.0-1noble.20260519.215657) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-network-bridge/ros-jazzy-network-bridge-dbgsym_3.0.0-1noble.20260519.215657_arm64.deb Size: 4813102 SHA256: 45d6205778e23831781d168c9a5064b607db7ba4c5d3df80121e9ca8d68d3c54 SHA1: 8f398dc0a0e3d00ccc6a4db671dcb790103c6113 MD5sum: cf2c61118541bdb959ef9b531b65c364 Description: debug symbols for ros-jazzy-network-bridge Build-Ids: b8bd28f15c071ad5b669464b107631d9b62f62ff ceafef5d1316e4d0123ea936d651653c6bef2e3c dfad2be591a1d607c4bdc4583c03e97620886763 Package: ros-jazzy-nicla-vision-ros2 Version: 1.1.1-1noble.20260520.145326 Architecture: arm64 Maintainer: Davide Torielli Installed-Size: 7300 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-cv-bridge, ros-jazzy-image-transport-plugins, ros-jazzy-rclpy, ros-jazzy-ros-gz, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/nicla_vision_ros Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nicla-vision-ros2/ros-jazzy-nicla-vision-ros2_1.1.1-1noble.20260520.145326_arm64.deb Size: 853954 SHA256: db3c1e0b2e2059d095a851e99770e6382cae181e23170e7922827eb5f6504c0e SHA1: 63b567848be2e5433258ffc3ef63bf818047577d MD5sum: cde0a6990eafc671787fe55575df0a43 Description: Integration of the Arduino Nicla Vision board in the ROS2 world. Sensors data from the Nicla Vision is collected and trasmited to the relevant ROS2 topics Package: ros-jazzy-nicla-vision-ros2-dbgsym Package-Type: ddeb Source: ros-jazzy-nicla-vision-ros2 Version: 1.1.1-1noble.20260520.145326 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Davide Torielli Installed-Size: 555 Depends: ros-jazzy-nicla-vision-ros2 (= 1.1.1-1noble.20260520.145326) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nicla-vision-ros2/ros-jazzy-nicla-vision-ros2-dbgsym_1.1.1-1noble.20260520.145326_arm64.deb Size: 397814 SHA256: 1c54411ecf8cfd426488ea5f1b5c23a370b63b884727d9fe8db5e3e538ab8cad SHA1: 228572b47d3e57c5e7f64f99bd245c405229d76b MD5sum: e8401b0e63640a5c0646ec6760b3a31b Description: debug symbols for ros-jazzy-nicla-vision-ros2 Build-Ids: 119ccbd7578344a03a0b511e31841ccaf75e132e 2434d150687977ca569567f3f7b18df37bb6d846 2a5de8f2ebd762a5e287611e46ff2cb1d64f317c 2acfb355a05a654de357bb2c1b835a1c39da4cc7 3489a4f61b82aa200ba5d535506a70faf32ab75b 483564a31064657a1eee4aa79f2a9cfcef8d7642 618bcb2287ef075eb6f2ff114b039640065d5cc1 847f7c47d3010ac3f75017b81f10f56339d5cb55 934ddeaa9ae42b2e7ef7fb8504244025e25174a8 a3768b4bd7d1bd32d276ae82e6f0243bca6ed774 b604e6e11d88267cec08a873ab205357bc616b49 Package: ros-jazzy-nlohmann-json-schema-validator-vendor Version: 0.4.1-1noble.20260305.215827 Architecture: arm64 Maintainer: Grey Installed-Size: 717 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), nlohmann-json3-dev, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nlohmann-json-schema-validator-vendor/ros-jazzy-nlohmann-json-schema-validator-vendor_0.4.1-1noble.20260305.215827_arm64.deb Size: 209734 SHA256: 310b270b8df8910a069260c80a92fd4b6304ca19ebd59d0a13a888b6c8ffbb06 SHA1: 1c7cb6d95e08a577fc1c2717ab6667281e3e7655 MD5sum: d18c418460e10480f12714bc1ad20753 Description: A vendor package for JSON schema validator for JSON for Modern C++ Package: ros-jazzy-nlohmann-json-schema-validator-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-nlohmann-json-schema-validator-vendor Version: 0.4.1-1noble.20260305.215827 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Grey Installed-Size: 3405 Depends: ros-jazzy-nlohmann-json-schema-validator-vendor (= 0.4.1-1noble.20260305.215827) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nlohmann-json-schema-validator-vendor/ros-jazzy-nlohmann-json-schema-validator-vendor-dbgsym_0.4.1-1noble.20260305.215827_arm64.deb Size: 3066044 SHA256: 38d504cda4becb3190bdb2dd8ca36e10abe7f84a863dd15b5ba30b0e8c0f3eae SHA1: 16c5ae64bc1f97f76c007b4542806ca5861fe8f8 MD5sum: afa8585377f5ae276e3d26642d39cf9d Description: debug symbols for ros-jazzy-nlohmann-json-schema-validator-vendor Build-Ids: 298d2ca5ba8f4342b9ddafce918f8a5f3174bebd 768bcec42e0e81b6b7526a2aca8b0ab56e2cf9f2 deece1f332bb4ba968d4597af870ec59d83cf8b0 Package: ros-jazzy-nmea-msgs Version: 2.1.0-3noble.20260519.172857 Architecture: arm64 Maintainer: Ed Venator Installed-Size: 2177 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/nmea_msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nmea-msgs/ros-jazzy-nmea-msgs_2.1.0-3noble.20260519.172857_arm64.deb Size: 139846 SHA256: 2f9d87635391273a3e58072c3ca048ca6b10f272ec4965eab4cfa1f21adc02f9 SHA1: 0f614eb7de143fb0001bc0a9037bfa5f5be17ee5 MD5sum: 2d5d339a81b29efb09e157b4274b45ae Description: The nmea_msgs package contains messages related to data in the NMEA format. Package: ros-jazzy-nmea-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-nmea-msgs Version: 2.1.0-3noble.20260519.172857 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Ed Venator Installed-Size: 1408 Depends: ros-jazzy-nmea-msgs (= 2.1.0-3noble.20260519.172857) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nmea-msgs/ros-jazzy-nmea-msgs-dbgsym_2.1.0-3noble.20260519.172857_arm64.deb Size: 1104038 SHA256: c2453ee240c17859cd8a08b2a065cfb6976f5f67d9c92e38151723d05a73244c SHA1: 6c81cc4576e6ce9b2d99e8daf632bb27ccb68281 MD5sum: bb7c0e4c1c90499989eb44e045d19d59 Description: debug symbols for ros-jazzy-nmea-msgs Build-Ids: 1efb839f48212c5ee4418ab11f1828cdc27627bd 26fc5a13b377947f83e11c4bebd7563777673612 66d918a9b4ca51df071a0ae2b05907a39824f41b 67e0f295500485f6226f483bbf4ccc435620eadc 6c54ba66a92390811111c54f634eb09c51bf26af 87eb0fa64cd65412a0b9746b50b2309c36acb490 91bccabac172a173d72c051a9d1824772873d484 bd394dffc0c7e06f828799712cac8a3ad8843e6c ded3eb6cd7ae3ae68f2423e9b62ecb23b30fd064 f0adedd390da40e434913ad71bca9ccf985ed254 f37baab4ff0f6010a293a465daa53588b3532b59 Package: ros-jazzy-nmea-navsat-driver Version: 2.0.1-3noble.20260519.232942 Architecture: arm64 Maintainer: Ed Venator Installed-Size: 126 Depends: python3-numpy, python3-serial, ros-jazzy-geometry-msgs, ros-jazzy-nmea-msgs, ros-jazzy-rclpy, ros-jazzy-sensor-msgs, ros-jazzy-tf-transformations, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/nmea_navsat_driver Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nmea-navsat-driver/ros-jazzy-nmea-navsat-driver_2.0.1-3noble.20260519.232942_arm64.deb Size: 24674 SHA256: 3884a7c3080ffa689824bb1e99c0c88e69be49c49dc97e137e6d3da630a61bfe SHA1: a031c6f9e93ed68afb96ca99d3b83178f9c11d70 MD5sum: 1cfb38778194c0d43a746617570c29c5 Description: Package to parse NMEA strings and publish a very simple GPS message. Does not require or use the GPSD deamon. Package: ros-jazzy-nobleo-socketcan-bridge Version: 1.0.4-1noble.20260519.233512 Architecture: arm64 Maintainer: Ramon Wijnands Installed-Size: 716 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, linux-libc-dev, ros-jazzy-can-msgs, ros-jazzy-diagnostic-msgs, ros-jazzy-diagnostic-updater, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-ros-workspace Homepage: https://github.com/nobleo/nobleo_socketcan_bridge Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nobleo-socketcan-bridge/ros-jazzy-nobleo-socketcan-bridge_1.0.4-1noble.20260519.233512_arm64.deb Size: 138622 SHA256: 0a0a99453d81faaa78457583df0719b21e7cbab05efcd5920f33e1f331a9bb95 SHA1: 2ecb14b953c1002e250daf798957408c832366d0 MD5sum: 254d5d378182d7ac8ec90ecc454a8893 Description: Simple wrapper around SocketCAN Package: ros-jazzy-nobleo-socketcan-bridge-dbgsym Package-Type: ddeb Source: ros-jazzy-nobleo-socketcan-bridge Version: 1.0.4-1noble.20260519.233512 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Ramon Wijnands Installed-Size: 2964 Depends: ros-jazzy-nobleo-socketcan-bridge (= 1.0.4-1noble.20260519.233512) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nobleo-socketcan-bridge/ros-jazzy-nobleo-socketcan-bridge-dbgsym_1.0.4-1noble.20260519.233512_arm64.deb Size: 2564088 SHA256: 0ccee6c407c2e2dff41253436b00d8d4d3fb93e659f23e14800eb89d01f5e357 SHA1: 74efaccd0a830012eb18b557a9f80cedcd2582d5 MD5sum: 9bbd7d491649dc52c1cb8e195ce70b18 Description: debug symbols for ros-jazzy-nobleo-socketcan-bridge Build-Ids: 21c3e4a9f1e74c0d933f105317a35911380752e1 a282322ddb2791893f064522f00246266d17329c bac75f4ebc8134cc664364e6eb20f7ce202a7efc Package: ros-jazzy-nodl-python Version: 0.3.1-5noble.20260519.011901 Architecture: arm64 Maintainer: Ubuntu Robotics Installed-Size: 99 Depends: python3-lxml, ros-jazzy-ament-index-python, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nodl-python/ros-jazzy-nodl-python_0.3.1-5noble.20260519.011901_arm64.deb Size: 18258 SHA256: f35480223908439b98c99c14a418679361087d700b99103d2443591aa653744a SHA1: ecd72e99aac2d101a2955e1bb82638cceb85ae56 MD5sum: b5cd32085b129f7458f65f9e29cecdc8 Description: Implementation of the NoDL API in Python. Package: ros-jazzy-nodl-to-policy Version: 1.0.0-5noble.20260520.092843 Architecture: arm64 Maintainer: Abrar Rahman Protyasha Installed-Size: 60 Depends: python3-argcomplete, python3-lxml, ros-jazzy-nodl-python, ros-jazzy-ros2cli, ros-jazzy-ros2nodl, ros-jazzy-ros2run, ros-jazzy-sros2, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nodl-to-policy/ros-jazzy-nodl-to-policy_1.0.0-5noble.20260520.092843_arm64.deb Size: 10082 SHA256: 17b48d3a371e31d252df29c3a6b8add18dfb79ccb61f1cb352d86449e4d9aa4d SHA1: b522ea72dd516f928aa1928040f7865a41e08dcb MD5sum: 90892635256f3aba73d5503640e31f4b Description: Package to generate a ROS 2 Access Control Policy from the NoDL description of a ROS system Package: ros-jazzy-nonpersistent-voxel-layer Version: 2.5.0-1noble.20260520.033123 Architecture: arm64 Maintainer: Steven Macenski Installed-Size: 259 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-geometry-msgs, ros-jazzy-laser-geometry, ros-jazzy-map-msgs, ros-jazzy-nav-msgs, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-msgs, ros-jazzy-nav2-voxel-grid, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-tf2-ros, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/non-persisent-voxel-layer Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nonpersistent-voxel-layer/ros-jazzy-nonpersistent-voxel-layer_2.5.0-1noble.20260520.033123_arm64.deb Size: 57040 SHA256: bb9c51c618fc9bf9a1a2a3d750d9010012309070e731b218d125a0ccc4a6e7d5 SHA1: 72ed793b847a2af0b0f859ca5f6bc7d3f9e83663 MD5sum: 0c872054d52c81d237638393f163a35d 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-jazzy-nonpersistent-voxel-layer-dbgsym Package-Type: ddeb Source: ros-jazzy-nonpersistent-voxel-layer Version: 2.5.0-1noble.20260520.033123 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Steven Macenski Installed-Size: 1535 Depends: ros-jazzy-nonpersistent-voxel-layer (= 2.5.0-1noble.20260520.033123) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nonpersistent-voxel-layer/ros-jazzy-nonpersistent-voxel-layer-dbgsym_2.5.0-1noble.20260520.033123_arm64.deb Size: 1456344 SHA256: 170b2f5de301333641c971d8b3340f2f1e8e9894045df794812c0f0e8e9de8db SHA1: cd142b43822e6de9f3105b1015f68ed8f8c62819 MD5sum: c1c7cabfcf10d18b11b7055d5f16fba2 Description: debug symbols for ros-jazzy-nonpersistent-voxel-layer Build-Ids: b0d92c0eb22ee3eda13244fa98f4c1630cb28566 Package: ros-jazzy-novatel-gps-driver Version: 4.2.0-1noble.20260520.052612 Architecture: arm64 Maintainer: P. J. Reed Installed-Size: 7107 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpcap0.8t64 (>= 0.9.8), libstdc++6 (>= 13.1), libboost-all-dev, libpcap0.8-dev, ros-jazzy-diagnostic-msgs, ros-jazzy-diagnostic-updater, ros-jazzy-gps-msgs, ros-jazzy-nav-msgs, ros-jazzy-novatel-gps-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-swri-math-util, ros-jazzy-swri-roscpp, ros-jazzy-swri-serial-util, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-novatel-gps-driver/ros-jazzy-novatel-gps-driver_4.2.0-1noble.20260520.052612_arm64.deb Size: 844644 SHA256: e92691c1019c41b50ee538dce12ce6fa9501a1d53cdd75cb4f7830ed4b91abda SHA1: 950768f2239287595a86d91c4105179b83b9f9e0 MD5sum: d6b557a6e04551f5ec1464360ece2fd8 Description: Driver for NovAtel receivers Package: ros-jazzy-novatel-gps-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-novatel-gps-driver Version: 4.2.0-1noble.20260520.052612 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: P. J. Reed Installed-Size: 14005 Depends: ros-jazzy-novatel-gps-driver (= 4.2.0-1noble.20260520.052612) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-novatel-gps-driver/ros-jazzy-novatel-gps-driver-dbgsym_4.2.0-1noble.20260520.052612_arm64.deb Size: 12069276 SHA256: d1ecb764f378291e8c932e8f50b14b656f2dd3938116165ed025b0d3a1d13832 SHA1: ff09e7bd73225eb9d4c538da389d552901c3ea24 MD5sum: 0b00e03f332f5f287d219f69a4516f75 Description: debug symbols for ros-jazzy-novatel-gps-driver Build-Ids: 196af2cdd86349a18a2955f1757b2247962e35a7 864d6512900eca952c6b749e044df00dcb08e374 Package: ros-jazzy-novatel-gps-msgs Version: 4.2.0-1noble.20260519.183933 Architecture: arm64 Maintainer: P. J. Reed Installed-Size: 6772 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-novatel-gps-msgs/ros-jazzy-novatel-gps-msgs_4.2.0-1noble.20260519.183933_arm64.deb Size: 414732 SHA256: f5d8e434084cb954315c6ccf0b19574d5cf8eec823905cd499bb41b33b91f0ea SHA1: d57b607df487e3563f35abbf0fffc66a5f717043 MD5sum: 682593c1b3d7d1ed2b1a7d85507a8f36 Description: Messages for proprietary (non-NMEA) sentences from Novatel GPS receivers. Package: ros-jazzy-novatel-gps-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-novatel-gps-msgs Version: 4.2.0-1noble.20260519.183933 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: P. J. Reed Installed-Size: 4495 Depends: ros-jazzy-novatel-gps-msgs (= 4.2.0-1noble.20260519.183933) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-novatel-gps-msgs/ros-jazzy-novatel-gps-msgs-dbgsym_4.2.0-1noble.20260519.183933_arm64.deb Size: 3511338 SHA256: 482fec8588dcf12a0412ce6fba87022cf2cb13786d73be498d6ac2f1ece4f5a0 SHA1: 928231a907a8a26d0f7f9bccec0b2788684a2f5e MD5sum: cccf5fbe551595ef1d41f1939ebf37d6 Description: debug symbols for ros-jazzy-novatel-gps-msgs Build-Ids: 0fb942e7a41c7622a0edac50dad8de60e8da590f 149a13c5e10850b09fae68987a2d284e82bbe656 6ad80bb39f50ecd4b65394ec1e5b2831976d5964 82c42575b3c202f6e9766a58ad756ecdbc1ce741 8aee305e9b4aa64a05ec75ad0e2c1e11df370eb7 92fbd40241d8f50251d710a667f75ff906b48806 9fad100e868649ba526406d15f7e5dfc9b3fa059 a20e88719ec27cdae4f59781d69e74ca15d4ac4b c2a3b822b7138f05426c64b4a406e9a5aa1212f0 d832576155e9463bcee4373bee100d1445b02751 dafd080795f4b09484e489aff518902b37694043 Package: ros-jazzy-novatel-oem6-msgs Version: 0.3.0-1noble.20260520.201121 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3040 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/novatel_oem6_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-novatel-oem6-msgs/ros-jazzy-novatel-oem6-msgs_0.3.0-1noble.20260520.201121_arm64.deb Size: 187598 SHA256: 239a2d647810ddf4138ef258227bcc8e3511f93acf51d28da7a578d0e10c3814 SHA1: 418ed5a21543cf19b4cdc3153457d100aecf57af MD5sum: f467fbffe4c85cc6441de6a363ef476f Description: ROS messages and services for Novatel OEM6 Package: ros-jazzy-novatel-oem6-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-novatel-oem6-msgs Version: 0.3.0-1noble.20260520.201121 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1812 Depends: ros-jazzy-novatel-oem6-msgs (= 0.3.0-1noble.20260520.201121) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-novatel-oem6-msgs/ros-jazzy-novatel-oem6-msgs-dbgsym_0.3.0-1noble.20260520.201121_arm64.deb Size: 1383380 SHA256: e081abf3a461d4fe052c34a6be1a9314e365b49a002eb57fb1251737bd895962 SHA1: 9e5ccda95b6cc92e4bb4a6f790a0a6ccf8da86c8 MD5sum: 85773cd83c482ae617750d18d76de13b Description: debug symbols for ros-jazzy-novatel-oem6-msgs Build-Ids: 0fc848d3af04e6df3e4c97d1ab08e4d0d6655260 138cf92ab81105bcafc0205cdfdf428bc84732a5 1ad2c51e491a757f2a53da1d7fd22ed731fa9291 3eb2187db9948442a6b8b96bdd385c80a90ce3f5 40ff63bb4087f22fd1e160efc1c4e2bcb040a28f 57c08428fa555f039824379927c81695b01d2ccf 695c24210c8f98263bc654ac0826ced736c88f00 75d399a736798edaebfa772069899ef1df893764 adbdb7912efb5f3c63687dc126c961dcfa1b1132 af486843ddba7ab44c30b1e0d247c9b90fa100ae c34372ebc9d4d5e7831c464bf6fab750407af097 Package: ros-jazzy-novatel-oem7-driver Version: 24.2.1-1noble.20260520.001125 Architecture: arm64 Maintainer: NovAtel Support Installed-Size: 3591 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgeographiclib26 (>= 1.40), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libgeographiclib-dev, ros-jazzy-gps-msgs, ros-jazzy-nav-msgs, ros-jazzy-nmea-msgs, ros-jazzy-novatel-oem7-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-tf2-geometry-msgs, ros-jazzy-ros-workspace Homepage: http://www.novatel.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-novatel-oem7-driver/ros-jazzy-novatel-oem7-driver_24.2.1-1noble.20260520.001125_arm64.deb Size: 658354 SHA256: 368bc27a1bfaae019840c14ae21abb9856bd35091c7a5e5aa34bd33a36dbd7bc SHA1: 7a070ed8b14a3291214e80612ab11bf8ebb90e3c MD5sum: 59e0720cc4e5f2b3632fb880b359c3e6 Description: NovAtel Oem7 ROS Driver Package: ros-jazzy-novatel-oem7-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-novatel-oem7-driver Version: 24.2.1-1noble.20260520.001125 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: NovAtel Support Installed-Size: 18590 Depends: ros-jazzy-novatel-oem7-driver (= 24.2.1-1noble.20260520.001125) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-novatel-oem7-driver/ros-jazzy-novatel-oem7-driver-dbgsym_24.2.1-1noble.20260520.001125_arm64.deb Size: 15719638 SHA256: 1564623c502bb37cebed3f46f7d6f1f069d5f261c8bd267d36fa208046f90b9f SHA1: b6686d4899674f7aabf482ccf35347b4577d1cd5 MD5sum: 22452d4195f2feb2a69247952fc71dc8 Description: debug symbols for ros-jazzy-novatel-oem7-driver Build-Ids: 34463464e9942ee7dccffa1734111626b068e2c3 6316c616a6d61849dd6b6d646d8974861d09f9e9 Package: ros-jazzy-novatel-oem7-msgs Version: 24.2.1-1noble.20260519.184018 Architecture: arm64 Maintainer: NovAtel Support Installed-Size: 8903 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://www.novatel.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-novatel-oem7-msgs/ros-jazzy-novatel-oem7-msgs_24.2.1-1noble.20260519.184018_arm64.deb Size: 499374 SHA256: 080a2fa497133ad5c08b46eedb0eff82d8c9fd627d682304225b3180fc3b8691 SHA1: 5cf61efc0af99af7684814705b67368d7f6ac499 MD5sum: d4ce2f9883996b71cab0ec31d31794c8 Description: Messages for NovAtel Oem7 family of receivers. Package: ros-jazzy-novatel-oem7-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-novatel-oem7-msgs Version: 24.2.1-1noble.20260519.184018 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: NovAtel Support Installed-Size: 5658 Depends: ros-jazzy-novatel-oem7-msgs (= 24.2.1-1noble.20260519.184018) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-novatel-oem7-msgs/ros-jazzy-novatel-oem7-msgs-dbgsym_24.2.1-1noble.20260519.184018_arm64.deb Size: 4301648 SHA256: 3138e55e4b50aad8929adeaeb8a6055ee612553f173817a811c83aa2c2761f27 SHA1: b74cfd6cc1ca16465e73803d54dfc8135a496e3e MD5sum: a3aaf8616a78aee39d5c841fb1036879 Description: debug symbols for ros-jazzy-novatel-oem7-msgs Build-Ids: 071ac0fc4f489d8f604389e09db22a557c85724a 2dabdfa366076384301479fddc161f0eeaf158ca 419063aad16b76e95d4a288693522ad2dfe54ac1 6ff3177a2e4429331ca9549784df33b9dbefab81 81b94cc3115800ca9b8b4e3500b931173193a97d 847b53a383a5a04613e902d368019532dfdbfe73 9237555db0a5a09658868b99660e77f846797a44 9d4646f0cb3484fcc5e33a811fcf9d9d83757652 bcde45aa649c280dbdf38e7108fb206a813aa9d8 f0bb49f2219612118ceb467aea2566105c18d622 fbef6ccbe00931bfd7f2a0bf22261b40d681fdf1 Package: ros-jazzy-ntpd-driver Version: 2.2.0-4noble.20260520.055445 Architecture: arm64 Maintainer: Vladimir Ermakov Installed-Size: 569 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpocofoundation80t64 (>= 1.11.0), libstdc++6 (>= 13.1), libpoco-dev, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/ntpd_driver Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ntpd-driver/ros-jazzy-ntpd-driver_2.2.0-4noble.20260520.055445_arm64.deb Size: 103182 SHA256: 44a408bb2147820c59bdc3bfea701fc23c1834def3ea54ec3a46fad5f29285f7 SHA1: f6d12ecb4c843b30b7683d0e44dfb920d1608b72 MD5sum: d4b1fb0cf89e2c37762af531a704b430 Description: ntpd_driver sends TimeReference message time to ntpd server Package: ros-jazzy-ntpd-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-ntpd-driver Version: 2.2.0-4noble.20260520.055445 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Vladimir Ermakov Installed-Size: 2373 Depends: ros-jazzy-ntpd-driver (= 2.2.0-4noble.20260520.055445) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ntpd-driver/ros-jazzy-ntpd-driver-dbgsym_2.2.0-4noble.20260520.055445_arm64.deb Size: 2015822 SHA256: 4280628bbb0ae510a542167d7ccf0adca495fc9a7f265cd664c76f3e5929efe4 SHA1: 6fbf794234e9fc82d9916a22b135ebaae63b9a39 MD5sum: 30a62a82548e4dcede81652d01628e4a Description: debug symbols for ros-jazzy-ntpd-driver Build-Ids: 0867fc85dde956724b958b13580bc9f31986aa3b 265e50cbe2a4c605fe9dcd34566d73be38aedc8e Package: ros-jazzy-ntrip-client Version: 1.4.1-1noble.20260519.232105 Architecture: arm64 Maintainer: Rob Fisher Installed-Size: 114 Depends: python3-serial, ros-jazzy-nmea-msgs, ros-jazzy-rclpy, ros-jazzy-rtcm-msgs, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/LORD-MicroStrain/ntrip_client Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ntrip-client/ros-jazzy-ntrip-client_1.4.1-1noble.20260519.232105_arm64.deb Size: 26390 SHA256: d3fe5836e70513c162fee6b899d4634ad555092ef909a1c1f7c12331dd5c2e8b SHA1: 248c6e92128ee87aca91447be62165cdbcc5e9ed MD5sum: 317b5c0343074114737539d396065799 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-jazzy-ntrip-client-node Version: 0.7.4-1noble.20260519.230813 Architecture: arm64 Maintainer: Nick Hortovanyi Installed-Size: 310 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-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rtcm-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/aussierobots/ublox_dgnss Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ntrip-client-node/ros-jazzy-ntrip-client-node_0.7.4-1noble.20260519.230813_arm64.deb Size: 67760 SHA256: 0575f16c1e32460f08d91bcde965c80a20cfe687c672f694f3ddb82fe06d00d7 SHA1: bce6f11a8a03239195d476f3400c79d1bfe72429 MD5sum: 39351466e807548f6d760893d79f1fc6 Description: Publishes RTCM ntrip messages from an external mountpoint Package: ros-jazzy-ntrip-client-node-dbgsym Package-Type: ddeb Source: ros-jazzy-ntrip-client-node Version: 0.7.4-1noble.20260519.230813 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Nick Hortovanyi Installed-Size: 1257 Depends: ros-jazzy-ntrip-client-node (= 0.7.4-1noble.20260519.230813) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ntrip-client-node/ros-jazzy-ntrip-client-node-dbgsym_0.7.4-1noble.20260519.230813_arm64.deb Size: 1139092 SHA256: 77e37df0722f75a2c314d7380d5495d86498889d32906c4c05f5587790ecfb4b SHA1: 6c8533e9332b24b4ee996644ec8842d0bc2ff548 MD5sum: 0932591eab4ada02c77c1d3c93d0af58 Description: debug symbols for ros-jazzy-ntrip-client-node Build-Ids: 8886d4d4fa59177e531ab2dcb21bf13d21b7fc06 b986b28c6e223e418313c26fd218839c83da8a69 Package: ros-jazzy-object-recognition-msgs Version: 2.0.0-5noble.20260519.194125 Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 3640 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-action-msgs, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-shape-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/object_recognition Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-object-recognition-msgs/ros-jazzy-object-recognition-msgs_2.0.0-5noble.20260519.194125_arm64.deb Size: 240736 SHA256: 46885e6ca5946d74b963948cf7b651dd9a43e801a9adee0fb70a897c00c010b4 SHA1: 93824f7740f250fae003b6eea92cc2503247939b MD5sum: 430fe3fba8fb4c44c4212ef70f9e26e0 Description: Object_recognition_msgs contains the ROS message and the actionlib definition used in object_recognition_core Package: ros-jazzy-object-recognition-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-object-recognition-msgs Version: 2.0.0-5noble.20260519.194125 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 2679 Depends: ros-jazzy-object-recognition-msgs (= 2.0.0-5noble.20260519.194125) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-object-recognition-msgs/ros-jazzy-object-recognition-msgs-dbgsym_2.0.0-5noble.20260519.194125_arm64.deb Size: 2062982 SHA256: 0a11541d8d04f8f03ef14718f744b2a25630927b717867c8e2ab5fde3615a4b3 SHA1: 60090677c39f774cee38739b7ce3de4b2f2bec74 MD5sum: f7a993f3ad999cc7ec5b5ff011f41666 Description: debug symbols for ros-jazzy-object-recognition-msgs Build-Ids: 1688e785b3bf32ff54b87f9056f657ee0192a9ad 3dfbfd9f30aee2a4faa798622a0501865ce31c64 5a680fdb6c40160202e4813ea4974a643b675aca 69c45749f23a87e19646a93b8aa54ac8b3ead346 7769d57fcf7567a7a9bb619ad6bc5fb3fd5c507e a0f776e71849600e3365665426bda95a79bad6ee a17b4949c3a71f0389fc18d506b7768eb1ab830e b0c4322fe45bc808d1c337e61d6ef44e21edbaed c0f6c30e7faa48e577f83c9ddc9f6dc14247cfba c6efd20e6c4b398d28046d907da1c576dd1da87d dabdd9169e34fba9f841ead4de2b4fb0eb517a03 Package: ros-jazzy-octomap Version: 1.10.0-4noble.20260305.201010 Architecture: arm64 Maintainer: Armin Hornung Installed-Size: 1865 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ros-workspace Homepage: http://octomap.github.io Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-octomap/ros-jazzy-octomap_1.10.0-4noble.20260305.201010_arm64.deb Size: 221890 SHA256: 980644a243585bf54c974ba8754a518f26b61b5a6b5289090f1cfc1f9a58f17b SHA1: 1a9a1952206bc158a30c93e55db0a863ce8a98a8 MD5sum: b4fd97dd5777932ac57c9f73458ba70b Description: The OctoMap library implements a 3D occupancy grid mapping approach, providing data structures and mapping algorithms in C++. The map implementation is based on an octree. See http://octomap.github.io for details. Package: ros-jazzy-octomap-dbgsym Package-Type: ddeb Source: ros-jazzy-octomap Version: 1.10.0-4noble.20260305.201010 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Armin Hornung Installed-Size: 2369 Depends: ros-jazzy-octomap (= 1.10.0-4noble.20260305.201010) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-octomap/ros-jazzy-octomap-dbgsym_1.10.0-4noble.20260305.201010_arm64.deb Size: 2118366 SHA256: 7a5b8d54bcfa6f7556cba8f240f84e5c81645a8cbc9e19eecb38dd2163053a6e SHA1: 2ac82fb2a898fd5e4bf6248689038910a56822df MD5sum: 2610386293fb3b1d80c047db9e06c8dc Description: debug symbols for ros-jazzy-octomap Build-Ids: 023084e76e5786c06d30caca87e21dba282d9ac4 39115babb3daad849f13467f86ad80d9a725b33a 519fe405c797cb83a001466b8e8339de96370b5a 537f39244375a89bd3f00cdd14c479fc81dd635f 603ed3c4b6b86ddde53857d9cf1f9ca21c49a781 8ed16524d8b96a09474175707394ec2fa9f615d4 95e45886650cb4433c1f88f2aa36f16b451a4d95 c5214830323cb260d9fce43068b31f7b5a7a4e1f d73386bf98997ddce618671705e01ea60983fbe0 f5815369fca8f11b327f6db2e1fc3c27bad9be6b Package: ros-jazzy-octomap-mapping Version: 2.3.1-1noble.20260520.054401 Architecture: arm64 Maintainer: Wolfgang Merkt Installed-Size: 41 Depends: ros-jazzy-octomap-server, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/octomap_mapping Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-octomap-mapping/ros-jazzy-octomap-mapping_2.3.1-1noble.20260520.054401_arm64.deb Size: 5562 SHA256: c8b9e622f0cdaefc5e3247fb31dba880db5dd46903ce4b3f4fa6c57ee825433b SHA1: a375261a41220cf2063efdc3492653003e488f54 MD5sum: 47a6c4de7f86ad9e58c30f487af6afb0 Description: Mapping tools to be used with the OctoMap library, implementing a 3D occupancy grid mapping. Package: ros-jazzy-octomap-msgs Version: 2.0.1-1noble.20260519.193111 Architecture: arm64 Maintainer: Wolfgang Merkt Installed-Size: 1799 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/octomap_msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-octomap-msgs/ros-jazzy-octomap-msgs_2.0.1-1noble.20260519.193111_arm64.deb Size: 123502 SHA256: 5df48552261972a12404db30f78b4aafa06ffdacf6a0b8b9a10c12a49bc90aff SHA1: 6e7459a155409bc5a25ce2d57beee8480faf11b8 MD5sum: 99e03aa624e400e94f06bbf0a887c30d 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-jazzy-octomap-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-octomap-msgs Version: 2.0.1-1noble.20260519.193111 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Wolfgang Merkt Installed-Size: 1128 Depends: ros-jazzy-octomap-msgs (= 2.0.1-1noble.20260519.193111) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-octomap-msgs/ros-jazzy-octomap-msgs-dbgsym_2.0.1-1noble.20260519.193111_arm64.deb Size: 838808 SHA256: 50f468379c6b0f110e5cc96dfdfd42f45bc03555a3565386afbd43155ff93fab SHA1: e19dd3188c0e8d4665f38afdabd1c4f8497116c8 MD5sum: 467a99f12f58c7b0bd6c5b8a1d354893 Description: debug symbols for ros-jazzy-octomap-msgs Build-Ids: 230169697dc91409c911874025a4ac6415ce5b05 3dd083d3909bc18eb442d73b74eb659e8aab37be 43c548383559217b5679f3f09152d68462d75741 4bba158fa02b062734e02dab2bd57f2836c203f0 5b8c1967b90ea036df3229dabc0c46a75c682f77 67edb9e8697a6c2e01ff1ccc2c7a79780e3c2ac1 79eb69e56500b0c546aa8755765a6d5da81e3fda 7da39616a99ba59e07bb2bed59b849ed64710ab0 940101da81bbde8b353c197578387668b47d8a84 a384e8852d5b828683ababf97fa249c95d413773 e6b0a5129d6c242d5359f407e49e8c00f0424f27 Package: ros-jazzy-octomap-ros Version: 0.4.4-1noble.20260519.201832 Architecture: arm64 Maintainer: Wolfgang Merkt Installed-Size: 129 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), liboctomap-dev, ros-jazzy-octomap-msgs, ros-jazzy-sensor-msgs, ros-jazzy-tf2, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/octomap_ros Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-octomap-ros/ros-jazzy-octomap-ros_0.4.4-1noble.20260519.201832_arm64.deb Size: 14996 SHA256: fbfc78a2493fc92b8233825db31d9ea1e9be738c33b87468038f5eb506cd4beb SHA1: af722cd1f8c8a7db49fbaa2ac7e6c423bf51fcd4 MD5sum: 24ba5470b52cc38bcecca5b4cb75bc4c 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-jazzy-octomap-ros-dbgsym Package-Type: ddeb Source: ros-jazzy-octomap-ros Version: 0.4.4-1noble.20260519.201832 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Wolfgang Merkt Installed-Size: 102 Depends: ros-jazzy-octomap-ros (= 0.4.4-1noble.20260519.201832) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-octomap-ros/ros-jazzy-octomap-ros-dbgsym_0.4.4-1noble.20260519.201832_arm64.deb Size: 86154 SHA256: 986fb4177ba1347f95bc6006d1bf689988454ae2778297f2b410d420b795e339 SHA1: fd536290f965b96fdeed72c228204acc9c03a189 MD5sum: 29acfd56a574945e4842f78908812593 Description: debug symbols for ros-jazzy-octomap-ros Build-Ids: a9fe3c1c402c036d88cfddfe2c9144d516b5648c Package: ros-jazzy-octomap-rviz-plugins Version: 2.1.0-1noble.20260520.135342 Architecture: arm64 Maintainer: Armin Hornung Installed-Size: 1236 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.5.0), libstdc++6 (>= 13.1), ros-jazzy-rviz-ogre-vendor, liboctomap-dev, libqt5core5a, libqt5gui5, libqt5widgets5, qtbase5-dev, ros-jazzy-octomap-msgs, ros-jazzy-rclcpp, ros-jazzy-rviz-common, ros-jazzy-rviz-default-plugins, ros-jazzy-rviz-rendering, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/octomap_rviz_plugins Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-octomap-rviz-plugins/ros-jazzy-octomap-rviz-plugins_2.1.0-1noble.20260520.135342_arm64.deb Size: 270432 SHA256: d96c6c6dad9d0715942196067e02f178c6700edc8e6f5868591af90cfad68fb2 SHA1: 889315075f5fbfcf34269f0fcf4514ede19ae71c MD5sum: 9e955ff3621d0470061572e5c3e6cbe7 Description: A set of plugins for displaying occupancy information decoded from binary octomap messages. Package: ros-jazzy-octomap-rviz-plugins-dbgsym Package-Type: ddeb Source: ros-jazzy-octomap-rviz-plugins Version: 2.1.0-1noble.20260520.135342 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Armin Hornung Installed-Size: 6807 Depends: ros-jazzy-octomap-rviz-plugins (= 2.1.0-1noble.20260520.135342) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-octomap-rviz-plugins/ros-jazzy-octomap-rviz-plugins-dbgsym_2.1.0-1noble.20260520.135342_arm64.deb Size: 5853334 SHA256: 85b13daffc08a1cd70aac4b1b0aa45b55456cb71050d25a476628b47dbc763e3 SHA1: fe11bec06e8e7c5810361523ea53770742f0f83b MD5sum: 923f00eae69ef52a75ae5af2447ab5e6 Description: debug symbols for ros-jazzy-octomap-rviz-plugins Build-Ids: 1f77d6bb743b9d5a4e5eaa110744e2539c7120f2 Package: ros-jazzy-octomap-server Version: 2.3.1-1noble.20260520.011710 Architecture: arm64 Maintainer: Wolfgang Merkt Installed-Size: 4819 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgomp1 (>= 6), liboctomap1.9t64 (>= 1.9.7+dfsg), liborocos-kdl1.5 (>= 1.5.1), libpcl-common1.14 (>= 1.14.0+dfsg), libpcl-filters1.14 (>= 1.14.0+dfsg), libpcl-segmentation1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), liboctomap-dev, libpcl-dev, ros-jazzy-geometry-msgs, ros-jazzy-message-filters, ros-jazzy-nav-msgs, ros-jazzy-octomap-msgs, ros-jazzy-octomap-ros, ros-jazzy-pcl-conversions, ros-jazzy-pcl-ros, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2, ros-jazzy-tf2-eigen, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/octomap_server Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-octomap-server/ros-jazzy-octomap-server_2.3.1-1noble.20260520.011710_arm64.deb Size: 628730 SHA256: 0ac89ec7340facd9d80950c25f1e9122dce319af8cc72af13a408f080f2aa092 SHA1: 2a4a30f7d6d27ea46ec2e0a7e38c8134eb5625c2 MD5sum: 538a8f3855d53086ee1acd5d5aea65e2 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-jazzy-octomap-server-dbgsym Package-Type: ddeb Source: ros-jazzy-octomap-server Version: 2.3.1-1noble.20260520.011710 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Wolfgang Merkt Installed-Size: 29560 Depends: ros-jazzy-octomap-server (= 2.3.1-1noble.20260520.011710) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-octomap-server/ros-jazzy-octomap-server-dbgsym_2.3.1-1noble.20260520.011710_arm64.deb Size: 25424414 SHA256: 801b3449ea137d1f780fcfe0e1fe068113d42f145d68f91a6eee0c12f7896ee2 SHA1: 1522ff88c7bba966fec10af08c46fb5896fa2308 MD5sum: 939b6a4f95f6af46695366a8309736ee Description: debug symbols for ros-jazzy-octomap-server Build-Ids: 030d1c281e50d21e434b3fdb7e4d55449438a2eb 278f356e9a1f4a1155036f292a6b4e6e7547db02 51c054e6a4be9c2a4fb46aae247bb50d277eb256 57253e46145548d06e3090115a343880f88656c4 6f10fde3fa2413185b4ed6b3804116f36f802b24 78e0a4438e6d47bffe41a956950c8815f560dfe6 7c867da60b79cd27530e4e9db34e1e687342d73b a61fd3f4da4b82fc3a86b9dc607499e1ade99d4b b39db03cd60097d4de725607ca5ccc622d9a5060 e6030c1fb1361b30a679d8cd5c6b242fb52acb70 ee2cd56808ad453ad342a7fd56141e0e93b59117 faeb4b528d6f89121b51e1a548557a03ff561b44 Package: ros-jazzy-octovis Version: 1.10.0-4noble.20260305.204111 Architecture: arm64 Maintainer: Armin Hornung Installed-Size: 565 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libgl1, libglu1-mesa | libglu1, libqglviewer2-qt5t64 (>= 2.8.0+dfsg1), libqt5core5t64 (>= 5.3.0), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5t64 (>= 5.4.0), libstdc++6 (>= 13.1), ros-jazzy-octomap, libgl1-mesa-dev, libglu1-mesa-dev, libqglviewer2-qt5, libqt5core5a, libqt5gui5, libqt5opengl5, ros-jazzy-ros-workspace Homepage: http://octomap.github.io Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-octovis/ros-jazzy-octovis_1.10.0-4noble.20260305.204111_arm64.deb Size: 143520 SHA256: 46542aa8c711fd237f8e0b0f496df817550a324988f311d39c677675da082e60 SHA1: 5cf2a77a849d095700dbde4865d62c0cd996bbcb MD5sum: 989f4fcd8698105b6e1d4a963b12b98e Description: octovis is visualization tool for the OctoMap library based on Qt and libQGLViewer. See http://octomap.github.io for details. Package: ros-jazzy-octovis-dbgsym Package-Type: ddeb Source: ros-jazzy-octovis Version: 1.10.0-4noble.20260305.204111 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Armin Hornung Installed-Size: 3184 Depends: ros-jazzy-octovis (= 1.10.0-4noble.20260305.204111) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-octovis/ros-jazzy-octovis-dbgsym_1.10.0-4noble.20260305.204111_arm64.deb Size: 3088562 SHA256: 31e93369b9cfee237228f09b847bb70034fad9a4248fcf14616bb59ca9cac1c2 SHA1: ef5f4487c2be931a35ab7495a5c3c4c13111970f MD5sum: 09bbfca122b0bacf3a2c168d3e7e5aba Description: debug symbols for ros-jazzy-octovis Build-Ids: 04e68d4ef450377707e6fd75c2a953b61b22e082 eb5dc1f453a611d75e212b580d517f1739bf683d Package: ros-jazzy-odom-to-tf-ros2 Version: 1.0.8-1noble.20260520.005816 Architecture: arm64 Maintainer: George Stavrinos Installed-Size: 562 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/odom_to_tf_ros2/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-odom-to-tf-ros2/ros-jazzy-odom-to-tf-ros2_1.0.8-1noble.20260520.005816_arm64.deb Size: 101708 SHA256: b46206e441794e58828664a9ee5ccc8078a970caf0eb00a5e90d2297a9d32396 SHA1: 8c8599943976e0b567e749a2533190d373997877 MD5sum: 1848e0fbe3efc73a117f93ecd69412a6 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-jazzy-odom-to-tf-ros2-dbgsym Package-Type: ddeb Source: ros-jazzy-odom-to-tf-ros2 Version: 1.0.8-1noble.20260520.005816 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: George Stavrinos Installed-Size: 2250 Depends: ros-jazzy-odom-to-tf-ros2 (= 1.0.8-1noble.20260520.005816) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-odom-to-tf-ros2/ros-jazzy-odom-to-tf-ros2-dbgsym_1.0.8-1noble.20260520.005816_arm64.deb Size: 1884632 SHA256: c224117ebf4567c005f49f089a4a736b38bc05897739561071feb96263eefa02 SHA1: 3c5f4bb38e0354c1bb09a5144f5eb13c47b3b4fa MD5sum: a878470b834b80ac24403c4d2d4353d1 Description: debug symbols for ros-jazzy-odom-to-tf-ros2 Build-Ids: 889fc8c233c03089e768205eea51461a8c1e44c3 Package: ros-jazzy-odri-master-board-sdk Version: 1.0.7-1noble.20260305.201348 Architecture: arm64 Maintainer: Maximilien Naveau Installed-Size: 577 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), git, libboost-python-dev, python3-dev, python3-numpy, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-odri-master-board-sdk/ros-jazzy-odri-master-board-sdk_1.0.7-1noble.20260305.201348_arm64.deb Size: 77418 SHA256: 4730270151a7c4a339abef8dbb824ae686687a53f3fce7b8bac19492b027f3f7 SHA1: 9a4f166886c996cfde8134103fd1d9bc6f520647 MD5sum: faa8def407909104d3ac824d28e5e3d4 Description: This project contains the sdk for the communication between a computer and the master-board Package: ros-jazzy-odri-master-board-sdk-dbgsym Package-Type: ddeb Source: ros-jazzy-odri-master-board-sdk Version: 1.0.7-1noble.20260305.201348 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Maximilien Naveau Installed-Size: 827 Depends: ros-jazzy-odri-master-board-sdk (= 1.0.7-1noble.20260305.201348) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-odri-master-board-sdk/ros-jazzy-odri-master-board-sdk-dbgsym_1.0.7-1noble.20260305.201348_arm64.deb Size: 597034 SHA256: dd382b72b5733959217cb16d5e34263a33c48e64beeec073db25f09afdd6a59e SHA1: e8fc1c0fe6cdba1c7f202fdb56647f42a798c92d MD5sum: f2fbe3324e1b6cffb524b9d479b3e839 Description: debug symbols for ros-jazzy-odri-master-board-sdk Build-Ids: 0d700349a4984205159a245e43f102ead9c96748 4257e183b375de529c6a38e7c608525c0cd936d0 756d9bf700ab3fc9ebcad2af15dc3a144585b50f 8d5721ae51a05f1598fcbb0a5e645d91d3f54358 c2daff673545040d40c78df44349791e4ebebb64 Package: ros-jazzy-off-highway-can Version: 1.3.0-1noble.20260519.233519 Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 869 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-can-msgs, ros-jazzy-diagnostic-updater, ros-jazzy-rclcpp, ros-jazzy-ros2-socketcan-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-off-highway-can/ros-jazzy-off-highway-can_1.3.0-1noble.20260519.233519_arm64.deb Size: 145896 SHA256: 079a9e7bb6e9b6c998945cfb209b448e52bcfcfed6b4a0c99aa8b83c72acf557 SHA1: ca107fc3a9e7cdfcb3984edbf2693042ef87810c MD5sum: 75e53606b18e50beeb4112a49da5f48e Description: The off_highway_can package Package: ros-jazzy-off-highway-can-dbgsym Package-Type: ddeb Source: ros-jazzy-off-highway-can Version: 1.3.0-1noble.20260519.233519 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 3711 Depends: ros-jazzy-off-highway-can (= 1.3.0-1noble.20260519.233519) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-off-highway-can/ros-jazzy-off-highway-can-dbgsym_1.3.0-1noble.20260519.233519_arm64.deb Size: 3071318 SHA256: 8a0495706647613cff44687aaed5b43867f6939ae7c6539594a692af2fea26f7 SHA1: 11d0b109e6da59801d79652d0c0f049a998ec554 MD5sum: bec9d1423f7298777bbbdd30c95a3eea Description: debug symbols for ros-jazzy-off-highway-can Build-Ids: 6cbc02e081d39fea156057bffc1eb89690246553 Package: ros-jazzy-off-highway-general-purpose-radar Version: 1.3.0-1noble.20260519.234007 Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 538 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-can-msgs, ros-jazzy-off-highway-can, ros-jazzy-off-highway-general-purpose-radar-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-off-highway-general-purpose-radar/ros-jazzy-off-highway-general-purpose-radar_1.3.0-1noble.20260519.234007_arm64.deb Size: 141148 SHA256: 20c5c47aeb207dd41fde3e2f6c402fe1caca5033e988fe8e6e7b39363b7c0f9a SHA1: da9a1f148c57d0c72572e9071d9174eb8d9d5694 MD5sum: 9adbd7229f87a025d4b6432b95d38cde Description: The off_highway_general_purpose_radar package Package: ros-jazzy-off-highway-general-purpose-radar-dbgsym Package-Type: ddeb Source: ros-jazzy-off-highway-general-purpose-radar Version: 1.3.0-1noble.20260519.234007 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 2558 Depends: ros-jazzy-off-highway-general-purpose-radar (= 1.3.0-1noble.20260519.234007) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-off-highway-general-purpose-radar/ros-jazzy-off-highway-general-purpose-radar-dbgsym_1.3.0-1noble.20260519.234007_arm64.deb Size: 2305648 SHA256: 7424a075b031d297bafea085f971d64fd61b645a2810485c1c9a6f530f9a3734 SHA1: 678da530d749deb7a7cc0f8267ee6bf2250a1899 MD5sum: bb9c343f18c31970517953f11c3c6f75 Description: debug symbols for ros-jazzy-off-highway-general-purpose-radar Build-Ids: 1f6b1bea0f4e1e5381cf16fe8c5a2d3dd1fde9a2 bfc68cf8db063a407035f7f990c9564d35dcc615 Package: ros-jazzy-off-highway-general-purpose-radar-msgs Version: 1.3.0-1noble.20260519.184015 Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 1578 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-off-highway-general-purpose-radar-msgs/ros-jazzy-off-highway-general-purpose-radar-msgs_1.3.0-1noble.20260519.184015_arm64.deb Size: 88774 SHA256: 19080a1ce34d4a343d37aa7dd516b0879bda2540298af1a9bb2854bb67b641b6 SHA1: 070bd73479bf8327e58206179cc6be5d2e69eb61 MD5sum: aa25d3dce8e4c92dfdde2fa5a60bd60f Description: The off_highway_general_purpose_radar_msgs package Package: ros-jazzy-off-highway-general-purpose-radar-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-off-highway-general-purpose-radar-msgs Version: 1.3.0-1noble.20260519.184015 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 813 Depends: ros-jazzy-off-highway-general-purpose-radar-msgs (= 1.3.0-1noble.20260519.184015) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-off-highway-general-purpose-radar-msgs/ros-jazzy-off-highway-general-purpose-radar-msgs-dbgsym_1.3.0-1noble.20260519.184015_arm64.deb Size: 589720 SHA256: 89072915323aff284727ba782cf914d610bdc174183d66fb5c4b57312e86388d SHA1: 638da97db3b209757d1ea96a9d002410e01f5915 MD5sum: d77b404911d536f530649f9a25b61112 Description: debug symbols for ros-jazzy-off-highway-general-purpose-radar-msgs Build-Ids: 01358a01140f2e6c6a89f959870f2b4506601de6 22d59e38f479d63a6cd697a8730795096ead1f94 565a35c0d6808dd5f5aa44c7039fe761cc799e9d 73573661acd2ec6f8400eeb3442486a54c9996f7 946330e37ddbe1b1356bf47b643b41ccd9403528 95fe571d42b1d4fbbd0f3dbae6f0e4966fee5112 9e476c49ed9fe963f21c5f272f0b56d7c21af40c ad5124b173c08c5ca6b808455fa9c43000df2179 c29bb54ff5e2c84f929bc8e7628705d69da119a5 f8a22d423a7ad2aa29b5f13fb69934d713971fe2 f935dbcf37f47a31fd472beb790c1f59485499ff Package: ros-jazzy-off-highway-mm7p10 Version: 1.3.0-1noble.20260519.234013 Architecture: arm64 Maintainer: Darius Man Installed-Size: 399 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-can-msgs, ros-jazzy-off-highway-can, ros-jazzy-off-highway-mm7p10-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-tf2, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-off-highway-mm7p10/ros-jazzy-off-highway-mm7p10_1.3.0-1noble.20260519.234013_arm64.deb Size: 80842 SHA256: 817452918b025fae869fda2497bfeb3b4c403f1a3bb07bbc57ea64747b8fc5a7 SHA1: 0d806aab240559073eb97767a74b884567096007 MD5sum: f891c0ababea12a5c15d6aa9fc6cda8e Description: The off_highway_mm7p10 package Package: ros-jazzy-off-highway-mm7p10-dbgsym Package-Type: ddeb Source: ros-jazzy-off-highway-mm7p10 Version: 1.3.0-1noble.20260519.234013 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Darius Man Installed-Size: 1529 Depends: ros-jazzy-off-highway-mm7p10 (= 1.3.0-1noble.20260519.234013) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-off-highway-mm7p10/ros-jazzy-off-highway-mm7p10-dbgsym_1.3.0-1noble.20260519.234013_arm64.deb Size: 1373310 SHA256: 8ab4c750a643081c5f658404c935f347f7ba069321a8c71184a6bcfa38fcfe2a SHA1: 4470c53b306b3005e9a1f75d32f97b7ecd99354a MD5sum: cf3ef020eb332bd8c1a8ca23d0989483 Description: debug symbols for ros-jazzy-off-highway-mm7p10 Build-Ids: 98347c9df3d800531ffa70db2d4c8d3ac960bb26 98fc1bd8ad4161c60c0981bf28958edeee049767 Package: ros-jazzy-off-highway-mm7p10-msgs Version: 1.3.0-1noble.20260519.193816 Architecture: arm64 Maintainer: Darius Man Installed-Size: 1037 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-off-highway-mm7p10-msgs/ros-jazzy-off-highway-mm7p10-msgs_1.3.0-1noble.20260519.193816_arm64.deb Size: 45750 SHA256: 9707f20974c12137a63780d83833b9ebeb16b40c65f45daa134270f777a3170b SHA1: 2ffb1cac171ff3ec3d60e676203d6462695f977a MD5sum: 2320cfa238436a5297b8c07de358f506 Description: The off_highway_mm7p10_msgs package Package: ros-jazzy-off-highway-mm7p10-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-off-highway-mm7p10-msgs Version: 1.3.0-1noble.20260519.193816 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Darius Man Installed-Size: 299 Depends: ros-jazzy-off-highway-mm7p10-msgs (= 1.3.0-1noble.20260519.193816) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-off-highway-mm7p10-msgs/ros-jazzy-off-highway-mm7p10-msgs-dbgsym_1.3.0-1noble.20260519.193816_arm64.deb Size: 189766 SHA256: bd4ab9ab24fcbe69417f264e86e1eda88938abcb6bdb90457e53641bb070467f SHA1: 6d398825413b334496d42f6fd67503e7bbcca25c MD5sum: 9ecd1f3bd33a8582f40eb22e0d827362 Description: debug symbols for ros-jazzy-off-highway-mm7p10-msgs Build-Ids: 0dbf154109ad679f9b4981456452d03beef14ea7 3285fb6fb0eb2edc615e90341377d8af38c141d4 4a6ea9c525921f2f0939ffec464a5e159af6e819 4d7d5db6f8ff573ed18fc67ef8889cb42f2ba794 5a2668e3cd5dd0c14b3f3ac87e9c3af5c6b5601c 6831632f4d0cf6cd2917524e3c76a3149d0af419 9167c4320d04520c9a52574c16bfd50dc0a00842 95db460a925e1a33a4d1f8324fe05a9be9342fb8 a94e7b130c777d867296427e90b75abac5c29183 b022786e13fc6a7d6ce95aa2388d3700a6b423c6 ff4b872b9f87ca6a76d59becc24d13660c348cb1 Package: ros-jazzy-off-highway-premium-radar Version: 1.3.0-1noble.20260519.230252 Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 1116 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libasio-dev, ros-jazzy-diagnostic-updater, ros-jazzy-io-context, ros-jazzy-off-highway-premium-radar-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-off-highway-premium-radar/ros-jazzy-off-highway-premium-radar_1.3.0-1noble.20260519.230252_arm64.deb Size: 231034 SHA256: d099188ded4789461a127d8eec37726112c0ea7ac25ae5ef978118d1a4e44993 SHA1: a77b891beb31d60011e46902873819633f9d20cb MD5sum: 5f6a1b1ac96828523a1cd2932539c9a4 Description: The off_highway_premium_radar package Package: ros-jazzy-off-highway-premium-radar-dbgsym Package-Type: ddeb Source: ros-jazzy-off-highway-premium-radar Version: 1.3.0-1noble.20260519.230252 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 5168 Depends: ros-jazzy-off-highway-premium-radar (= 1.3.0-1noble.20260519.230252) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-off-highway-premium-radar/ros-jazzy-off-highway-premium-radar-dbgsym_1.3.0-1noble.20260519.230252_arm64.deb Size: 4449892 SHA256: 99af749e4ba0823d5287e5342aa1b821781359cc3b37471262bb159aacef84cd SHA1: 1ad41d6cd7086933ca5ef3ff034baa14a0fcf5fc MD5sum: 0d516090feed8d782024565003d2b67a Description: debug symbols for ros-jazzy-off-highway-premium-radar Build-Ids: 9424b30a27702e45b0a95d3cbf771dc87b515f36 d4b15e53f18787b2b397d02551f4394b4aea5ce9 Package: ros-jazzy-off-highway-premium-radar-msgs Version: 1.3.0-1noble.20260519.185956 Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 3627 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-off-highway-premium-radar-msgs/ros-jazzy-off-highway-premium-radar-msgs_1.3.0-1noble.20260519.185956_arm64.deb Size: 218878 SHA256: 677e1784d5cb9a5003ebd21ba05fb8a65445fb9bda1f82195cf9543396cf9e2d SHA1: 4e469d129dc8d489dd716f72a9062e3d1cb5a4a8 MD5sum: 97f5c31a0545966d533e1972e109f3f9 Description: The off_highway_premium_radar_msgs package Package: ros-jazzy-off-highway-premium-radar-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-off-highway-premium-radar-msgs Version: 1.3.0-1noble.20260519.185956 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 2290 Depends: ros-jazzy-off-highway-premium-radar-msgs (= 1.3.0-1noble.20260519.185956) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-off-highway-premium-radar-msgs/ros-jazzy-off-highway-premium-radar-msgs-dbgsym_1.3.0-1noble.20260519.185956_arm64.deb Size: 1700082 SHA256: 98609577f8300e5439b89050c30268b5f2cc973fae29cafc9b7e066432479b11 SHA1: 06db36f59f78dd88c81e9ab24fbce19a278485bf MD5sum: 21a241622670a328f4ebaa458afff276 Description: debug symbols for ros-jazzy-off-highway-premium-radar-msgs Build-Ids: 0dad9a013525a23cc98d89714d98f25472073958 27ffd2fd0ef11ded6c95153dd728e06091658007 2e3aa9ace0d57e273867a607a150481ea3f8f1b9 3f0e0adec1668f3925bee3c98c4dae053eadc742 6b25817145115d92e18eff96c20c2a5b8c35e0db 70f7c218a8e5e72fc589c7f1f348d06e45f8cd97 930e6d00cf63b80c163cc73399f0bfbf67656401 a1175469ede04d54cf550ac0dc3f85a4178f10c8 d59d34ee452309e532d30c35f8a794214b49d791 e22654578702f8ae52aa9d72792e0e1ec525835a e365a4265a747dc98b698ad085fdfd11e4c48204 Package: ros-jazzy-off-highway-premium-radar-sample Version: 1.3.0-1noble.20260520.003547 Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 1385 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libasio-dev, libpcl-common1.14, libpcl-dev, ros-jazzy-diagnostic-updater, ros-jazzy-io-context, ros-jazzy-off-highway-premium-radar-sample-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-off-highway-premium-radar-sample/ros-jazzy-off-highway-premium-radar-sample_1.3.0-1noble.20260520.003547_arm64.deb Size: 275968 SHA256: b2dd8a15f1ebd054a5cb493902cf87872fc724912c85ed8dfbfee7d60c405857 SHA1: 15e2db3ebb033901957b0abb6c0921326e2a78ad MD5sum: 69c5f336845923216b76ea9c2870953a Description: The off_highway_premium_radar_sample package Package: ros-jazzy-off-highway-premium-radar-sample-dbgsym Package-Type: ddeb Source: ros-jazzy-off-highway-premium-radar-sample Version: 1.3.0-1noble.20260520.003547 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 6713 Depends: ros-jazzy-off-highway-premium-radar-sample (= 1.3.0-1noble.20260520.003547) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-off-highway-premium-radar-sample/ros-jazzy-off-highway-premium-radar-sample-dbgsym_1.3.0-1noble.20260520.003547_arm64.deb Size: 5816284 SHA256: 18e1b6e74b2855676e55c4aba59c3b68127cd7760be4a80740efb544ba68a47e SHA1: 2d1d6292bad53812e4654141257d9112db08d37b MD5sum: 1982439afe88d33dedccf510f079d4de Description: debug symbols for ros-jazzy-off-highway-premium-radar-sample Build-Ids: 0a73ce9d1a3315b145952d8fa7cf907ff2ad1361 dcdc0fd992e0b015e7ad97bbc65f5b253d0e6d79 Package: ros-jazzy-off-highway-premium-radar-sample-msgs Version: 1.3.0-1noble.20260519.185948 Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 5270 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-off-highway-premium-radar-sample-msgs/ros-jazzy-off-highway-premium-radar-sample-msgs_1.3.0-1noble.20260519.185948_arm64.deb Size: 308096 SHA256: 78fbc6156f7a8290ec2b78ecb470661660c28c515c17b4e60e9f8b10634bc524 SHA1: b1ed1499cd1c422229c8fac22f204c35d3cf4fde MD5sum: 9cef56d22c6589f66a436fa839eb76ca Description: The off_highway_premium_radar_sample_msgs package Package: ros-jazzy-off-highway-premium-radar-sample-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-off-highway-premium-radar-sample-msgs Version: 1.3.0-1noble.20260519.185948 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 3498 Depends: ros-jazzy-off-highway-premium-radar-sample-msgs (= 1.3.0-1noble.20260519.185948) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-off-highway-premium-radar-sample-msgs/ros-jazzy-off-highway-premium-radar-sample-msgs-dbgsym_1.3.0-1noble.20260519.185948_arm64.deb Size: 2588782 SHA256: ec6ee61150a5d8bf1221ee1643aa6f993da7a51a07ce8ffe1d9035ee2c70b1c7 SHA1: 20800f6310ea15a8364fa0cb396c6f31a5e82011 MD5sum: e2ae75c0a487fc9e55be75d5df3114f9 Description: debug symbols for ros-jazzy-off-highway-premium-radar-sample-msgs Build-Ids: 0812fb81be4980c79c9f7c2118ab1405fc678d00 35470f6e0ffd671ae4b8782e7cc2dded88cb92be 35dbda92156378dee52491d25a31f89e3325a7df 480f639c5a7420736519b4efb62c5f95f084edff 6c030ce2788b1e041308d50fef2ec285fcdb07fe 70ae6699b318eac5331c33bff4b8b20de3ebd082 8c77a200824a76f5a7cf5d47fdc8762893eb45b2 92b2f02a442bfecb43ad3d2f3b79d0895a078433 9e41d3ba99d9c1d4078732ab43b25dde441d6e43 ae87bdcc0d2c7e03cdae03412ab6204cccd0d0ed fdfb84fc65fb59ffd26fb0aff3d9101a5e0db921 Package: ros-jazzy-off-highway-radar Version: 1.3.0-1noble.20260519.234014 Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 991 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-can-msgs, ros-jazzy-off-highway-can, ros-jazzy-off-highway-radar-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-off-highway-radar/ros-jazzy-off-highway-radar_1.3.0-1noble.20260519.234014_arm64.deb Size: 199200 SHA256: 2645d8d4a97426288e4a42bbd905f9cdf639d2a0129c7844720a201c447e37af SHA1: b9f31f8033f3687b9f6c132ee47bf670a0026be8 MD5sum: 14c5dda6fe926324f9d719abd3c3683b Description: The off_highway_radar package Package: ros-jazzy-off-highway-radar-dbgsym Package-Type: ddeb Source: ros-jazzy-off-highway-radar Version: 1.3.0-1noble.20260519.234014 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 4601 Depends: ros-jazzy-off-highway-radar (= 1.3.0-1noble.20260519.234014) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-off-highway-radar/ros-jazzy-off-highway-radar-dbgsym_1.3.0-1noble.20260519.234014_arm64.deb Size: 3905708 SHA256: d56a9fec1c19ca58482b721d0e45ea799446d7f316db7fb40e8d050425203e41 SHA1: d2fc868a03272eb992d777afd30ea513d30357f6 MD5sum: 42d230f7e7e769d0e81d8b8c61d058d7 Description: debug symbols for ros-jazzy-off-highway-radar Build-Ids: 4e29b0fd4ca337b4528436cd551cfdd8ad0aa26d 60d1ed558e0c90afe46183be7ec55ddfa2e2f959 7712cb7b6515ba48b6701e70ea59e1bda1fe0a5b Package: ros-jazzy-off-highway-radar-msgs Version: 1.3.0-1noble.20260519.193135 Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 1549 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-off-highway-radar-msgs/ros-jazzy-off-highway-radar-msgs_1.3.0-1noble.20260519.193135_arm64.deb Size: 92384 SHA256: 7a5e4ecaee418787d4cbf5ffb791eb4b798c198e3d5e885a306d9f3e9b4dc5ef SHA1: 2cb6c3ef640e7f1b63e638973b2847b6ee46514f MD5sum: ae2e60c3ed1b06c116e97e018b0621b6 Description: The off_highway_radar_msgs package Package: ros-jazzy-off-highway-radar-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-off-highway-radar-msgs Version: 1.3.0-1noble.20260519.193135 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 821 Depends: ros-jazzy-off-highway-radar-msgs (= 1.3.0-1noble.20260519.193135) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-off-highway-radar-msgs/ros-jazzy-off-highway-radar-msgs-dbgsym_1.3.0-1noble.20260519.193135_arm64.deb Size: 603892 SHA256: ea8997e23642f6a8a7f26467dc07003cbb5caeee8f8654253b8193ec4d525502 SHA1: 9ceb8298e044af10727d50211251af22c70b235b MD5sum: c81c5b8cc13e79224c99c8dda91554f0 Description: debug symbols for ros-jazzy-off-highway-radar-msgs Build-Ids: 281265e5176dcbb98f5f16cbd471a889ee8d4cc9 52011370e296060453c0eca3920813bd93a7f971 5e93eb6f4550c303778eea92df04a76acf036eb6 6f2c31baae9475d76fe51e3eefde55ec75080721 6f662ae97da143eab8874fd48b57496e9e45820d 75a4afc9a57096e15c0f51b7ee4569d1417a40bd ba9020ebb8f41abb9b40037987e4b9291faed8db bfa59ecffdda6c7d82f0c431552aa66b1ea53051 d6b9e466b2811eee8707594c75a6eb370985cb17 edad855bffed2774f67b023c0dce76ee21a508ca fa6b08d67dc9d6e39eb0ece0a3a23d78d95e73b6 Package: ros-jazzy-off-highway-sensor-drivers Version: 1.3.0-1noble.20260520.005900 Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 42 Depends: ros-jazzy-off-highway-can, ros-jazzy-off-highway-general-purpose-radar, ros-jazzy-off-highway-general-purpose-radar-msgs, ros-jazzy-off-highway-premium-radar, ros-jazzy-off-highway-premium-radar-msgs, ros-jazzy-off-highway-premium-radar-sample, ros-jazzy-off-highway-premium-radar-sample-msgs, ros-jazzy-off-highway-radar, ros-jazzy-off-highway-radar-msgs, ros-jazzy-off-highway-uss, ros-jazzy-off-highway-uss-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-off-highway-sensor-drivers/ros-jazzy-off-highway-sensor-drivers_1.3.0-1noble.20260520.005900_arm64.deb Size: 5610 SHA256: 0550b3674b62ef6265a8d488b180b66cb0495b4d8be0764990aa659b1cab6477 SHA1: 17d7277be2fcf7d302bdcaa79d3b36f37777016a MD5sum: e84834a9dd65926c70eabb30910ed348 Description: The off_highway_sensor_drivers package Package: ros-jazzy-off-highway-sensor-drivers-examples Version: 1.3.0-1noble.20260519.235554 Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 665 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-off-highway-premium-radar, ros-jazzy-off-highway-radar, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-off-highway-sensor-drivers-examples/ros-jazzy-off-highway-sensor-drivers-examples_1.3.0-1noble.20260519.235554_arm64.deb Size: 117830 SHA256: 5f0700bc89d2b41db0454cd2e1b0ab29c9cd48074de18b5c003bef46387f52c4 SHA1: fb5e5799abe4d3778ffdf8b366992776515db634 MD5sum: 31ceafc4c0a117e5162ba0b03b05cf78 Description: The off_highway_sensor_drivers_examples package Package: ros-jazzy-off-highway-sensor-drivers-examples-dbgsym Package-Type: ddeb Source: ros-jazzy-off-highway-sensor-drivers-examples Version: 1.3.0-1noble.20260519.235554 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 2630 Depends: ros-jazzy-off-highway-sensor-drivers-examples (= 1.3.0-1noble.20260519.235554) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-off-highway-sensor-drivers-examples/ros-jazzy-off-highway-sensor-drivers-examples-dbgsym_1.3.0-1noble.20260519.235554_arm64.deb Size: 2235116 SHA256: 4b1aacfea4107031e0d5a703bfec8ddfeae88ec88696d77eddf08fc75118fe05 SHA1: 73e0076ff41f8baa79783cabed6c241afac14aec MD5sum: 64a370f4fcd38c544e1cb56dabef76d2 Description: debug symbols for ros-jazzy-off-highway-sensor-drivers-examples Build-Ids: 8e37146f89241ac8e94b4f4cac580cb960b33f43 a075c942cb23b06f89ea16811680ae091ddffb23 Package: ros-jazzy-off-highway-uss Version: 1.3.0-1noble.20260519.234101 Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 1121 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-can-msgs, ros-jazzy-off-highway-can, ros-jazzy-off-highway-uss-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-off-highway-uss/ros-jazzy-off-highway-uss_1.3.0-1noble.20260519.234101_arm64.deb Size: 214862 SHA256: e45d7df941734cfbdbbae556aa31a4f6a3fc1b54699fc673c771a6621e5ddc41 SHA1: 078c3d5f2adb37e3540f190d43042fab80847031 MD5sum: 6b9e1855ff9701ed311db60a9e6785d4 Description: The off_highway_uss package Package: ros-jazzy-off-highway-uss-dbgsym Package-Type: ddeb Source: ros-jazzy-off-highway-uss Version: 1.3.0-1noble.20260519.234101 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 5177 Depends: ros-jazzy-off-highway-uss (= 1.3.0-1noble.20260519.234101) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-off-highway-uss/ros-jazzy-off-highway-uss-dbgsym_1.3.0-1noble.20260519.234101_arm64.deb Size: 4342960 SHA256: ea61497d2d96e060a7a8cb5f6cd33fe7b3a74009d699528882140663da7a1b05 SHA1: b5106b83b6865253a2b2d04df4b8bc6a223fe9f3 MD5sum: edd3e9be1ceee8ed694fb542a2398a85 Description: debug symbols for ros-jazzy-off-highway-uss Build-Ids: 3fa0d9bfc4686e7a7227c90324296227cae6300f c1d80999423482b8295366075715ca80442b1576 c554b5a013a7eaacd6aa3f0e0bd2f2772f2ecc8c Package: ros-jazzy-off-highway-uss-msgs Version: 1.3.0-1noble.20260519.193228 Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 1696 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-off-highway-uss-msgs/ros-jazzy-off-highway-uss-msgs_1.3.0-1noble.20260519.193228_arm64.deb Size: 106626 SHA256: f392acc96aaf8a479eba7ae1af4ae18ac134a67812259d42f9758185f822c12d SHA1: 89476dc670a5ad629077b89c7b124a79d8965680 MD5sum: b927ab3ffddeef8a04c38d41488dd76d Description: The off_highway_uss_msgs package Package: ros-jazzy-off-highway-uss-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-off-highway-uss-msgs Version: 1.3.0-1noble.20260519.193228 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 1060 Depends: ros-jazzy-off-highway-uss-msgs (= 1.3.0-1noble.20260519.193228) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-off-highway-uss-msgs/ros-jazzy-off-highway-uss-msgs-dbgsym_1.3.0-1noble.20260519.193228_arm64.deb Size: 796786 SHA256: deeebd2451026b3481c8b1ed0610e5b93944ee6302fb8931464ede41d7ec4483 SHA1: d7d9ec366c311c16995bf28f4cf805c6c5485474 MD5sum: afdbbbbbf9fb8d107fae801d31f87db7 Description: debug symbols for ros-jazzy-off-highway-uss-msgs Build-Ids: 0d4bf7c5c23ef0a9e38c3c7ddf770f0bd6d9bc9d 2b9d36bd93effce37592182637458fdb0e89d8b5 4c77b2d9b63285e5ecc3dcf93acb57a73a1bb430 4eb6382089bea21fd2472e3e699df6c038bfb409 52f7f62234dfbb596fc05de44665991fa42eac98 57472abe4c76e8c14c93fe3dc26ba17f6ec9342d 5d83e36ea2f817817bcd2157dc4370f12b6412dd 78b6557da41261e0e7e0ca2e4c25e98fd0d51d91 7d7f460293ebee339ddebe3942d6f3ca0aa36084 9f50b4e80980de854b80028f3b23a400183eb2bc fa446a8d918c617d24f269b9c3fb008eae88627d Package: ros-jazzy-om-gravity-compensation-controller Version: 4.1.3-1noble.20260520.045427 Architecture: arm64 Maintainer: Pyo Installed-Size: 878 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-jazzy-angles, ros-jazzy-backward-ros, ros-jazzy-control-msgs, ros-jazzy-control-toolbox, ros-jazzy-controller-interface, ros-jazzy-generate-parameter-library, ros-jazzy-hardware-interface, ros-jazzy-kdl-parser, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-realtime-tools, ros-jazzy-rsl, ros-jazzy-tl-expected, ros-jazzy-urdf, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-om-gravity-compensation-controller/ros-jazzy-om-gravity-compensation-controller_4.1.3-1noble.20260520.045427_arm64.deb Size: 154932 SHA256: 451e74a6592f0897dbcf946954e409474da7f47df8f8b9a33e9f3ff01a0059df SHA1: 0455c2dc74212cc39d9eb1305f72d3b615d447c8 MD5sum: 2de5be5f072afbb870d75ffef95f700e Description: Controller for compensating for gravity on a group of joints Package: ros-jazzy-om-gravity-compensation-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-om-gravity-compensation-controller Version: 4.1.3-1noble.20260520.045427 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 3423 Depends: ros-jazzy-om-gravity-compensation-controller (= 4.1.3-1noble.20260520.045427) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-om-gravity-compensation-controller/ros-jazzy-om-gravity-compensation-controller-dbgsym_4.1.3-1noble.20260520.045427_arm64.deb Size: 2859928 SHA256: 1369093529ea4369083244089dc2f2f6eac450dee3facd440c3e47cb64660574 SHA1: 0d0f08d163602d0afa125dc60e89b6f4d11f29f0 MD5sum: d11ce8ff5a1562ecc87762a43f517147 Description: debug symbols for ros-jazzy-om-gravity-compensation-controller Build-Ids: 7a5195e01a0bb4789d3f43b3815a8274995de00c Package: ros-jazzy-om-joint-trajectory-command-broadcaster Version: 4.1.3-1noble.20260520.050532 Architecture: arm64 Maintainer: Pyo Installed-Size: 677 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-backward-ros, ros-jazzy-builtin-interfaces, ros-jazzy-control-msgs, ros-jazzy-controller-interface, ros-jazzy-generate-parameter-library, ros-jazzy-pluginlib, ros-jazzy-rclcpp-lifecycle, ros-jazzy-rcutils, ros-jazzy-realtime-tools, ros-jazzy-sensor-msgs, ros-jazzy-trajectory-msgs, ros-jazzy-urdf, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-om-joint-trajectory-command-broadcaster/ros-jazzy-om-joint-trajectory-command-broadcaster_4.1.3-1noble.20260520.050532_arm64.deb Size: 140614 SHA256: 453cfcbc93e317855387bcabf935797c9563feafb6e1fbf9da826030ba999c87 SHA1: fc42b9c8f2619b8c1b440c82c12f84aa2f8e8595 MD5sum: 6a73e838504382b181e735e3298661e6 Description: Joint Trajectory Command Broadcaster ROS 2 package. Package: ros-jazzy-om-joint-trajectory-command-broadcaster-dbgsym Package-Type: ddeb Source: ros-jazzy-om-joint-trajectory-command-broadcaster Version: 4.1.3-1noble.20260520.050532 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 2902 Depends: ros-jazzy-om-joint-trajectory-command-broadcaster (= 4.1.3-1noble.20260520.050532) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-om-joint-trajectory-command-broadcaster/ros-jazzy-om-joint-trajectory-command-broadcaster-dbgsym_4.1.3-1noble.20260520.050532_arm64.deb Size: 2501646 SHA256: 21c55685a47454174fbeebbe5a883e539c3ef69c9b4ad0ca321fb5abce08d3c7 SHA1: 5d0576059c5a359d6b01b43b423964901bdbd605 MD5sum: e7a12ae937dbbd5d961e27a9a473e235 Description: debug symbols for ros-jazzy-om-joint-trajectory-command-broadcaster Build-Ids: 98259f3d87d5ccd71f65ee565f62a345ac279c33 Package: ros-jazzy-om-spring-actuator-controller Version: 4.1.3-1noble.20260520.050529 Architecture: arm64 Maintainer: Pyo Installed-Size: 228 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-controller-interface, ros-jazzy-generate-parameter-library, ros-jazzy-hardware-interface, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-urdf, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-om-spring-actuator-controller/ros-jazzy-om-spring-actuator-controller_4.1.3-1noble.20260520.050529_arm64.deb Size: 52884 SHA256: 4f0e9ac13b3d47c270e91720c60d754bc674c2e5765944395a4783ed98aebbc0 SHA1: 3bccd31ed72aa985601a4e8c369224d65db3d4ca MD5sum: a818d440c960daa1b3a59b55defe9015 Description: Spring Actuator Controller ROS 2 package. Package: ros-jazzy-om-spring-actuator-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-om-spring-actuator-controller Version: 4.1.3-1noble.20260520.050529 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 712 Depends: ros-jazzy-om-spring-actuator-controller (= 4.1.3-1noble.20260520.050529) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-om-spring-actuator-controller/ros-jazzy-om-spring-actuator-controller-dbgsym_4.1.3-1noble.20260520.050529_arm64.deb Size: 659386 SHA256: 8db8776c3b8a16edbf88283da409cc9335e519ae28d6e82e708b6d5a7f7ff7b6 SHA1: aebf3be9add33bcdfe1154625eb6843edb79eb7c MD5sum: e74a2906e7b1d3677a725c32ccf8469b Description: debug symbols for ros-jazzy-om-spring-actuator-controller Build-Ids: 831e011df63009ddfda407ba3a3b562d7bdd6729 Package: ros-jazzy-omni-wheel-drive-controller Version: 4.40.1-1noble.20260520.050553 Architecture: arm64 Maintainer: "Aarav Gupta" Installed-Size: 940 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, ros-jazzy-controller-interface, ros-jazzy-generate-parameter-library, ros-jazzy-geometry-msgs, ros-jazzy-hardware-interface, ros-jazzy-nav-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-realtime-tools, ros-jazzy-tf2, ros-jazzy-tf2-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/omni_wheel_drive_controller/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-omni-wheel-drive-controller/ros-jazzy-omni-wheel-drive-controller_4.40.1-1noble.20260520.050553_arm64.deb Size: 244804 SHA256: 9e1fd32641120bd204384361fac60412eee101820beabe06163b2c5616f272a7 SHA1: 51816b72eb8a224a035ea8b20d4022242bd71851 MD5sum: 90f971cd599ae32f87d11d6902da69bb Description: A chainable controller for mobile robots with omnidirectional drive with three or more omni wheels. Package: ros-jazzy-omni-wheel-drive-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-omni-wheel-drive-controller Version: 4.40.1-1noble.20260520.050553 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Aarav Gupta" Installed-Size: 9051 Depends: ros-jazzy-omni-wheel-drive-controller (= 4.40.1-1noble.20260520.050553) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-omni-wheel-drive-controller/ros-jazzy-omni-wheel-drive-controller-dbgsym_4.40.1-1noble.20260520.050553_arm64.deb Size: 8630010 SHA256: 1096f0864318ab69d6043f265a0a0d46ac66256c9deb4ea71ee003d6daff9fa6 SHA1: 7ade8f8027f4de43a44beaa1f7281a33c78b7284 MD5sum: e6ba885e2a563b00e8f495d30656a7d8 Description: debug symbols for ros-jazzy-omni-wheel-drive-controller Build-Ids: 73cf8920619406ceb383acc969222107a7f9b530 Package: ros-jazzy-ompl Version: 1.7.0-2noble.20260305.224900 Architecture: arm64 Maintainer: Mark Moll Installed-Size: 15582 Depends: libboost-filesystem1.83.0 (>= 1.83.0), libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-all-dev, libeigen3-dev, libflann-dev, ros-jazzy-ros-workspace Homepage: https://ompl.kavrakilab.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ompl/ros-jazzy-ompl_1.7.0-2noble.20260305.224900_arm64.deb Size: 2331390 SHA256: af7eb5de88191d23d53be69149ea884cbc0d512f008900ad17796bf23729a7de SHA1: af1dc14d0139b44761fd1a30b3682dec3e1b0511 MD5sum: 6c351faee0ec3975619dff06a67a39ed Description: OMPL is a free sampling-based motion planning library. Package: ros-jazzy-ompl-dbgsym Package-Type: ddeb Source: ros-jazzy-ompl Version: 1.7.0-2noble.20260305.224900 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Mark Moll Installed-Size: 50296 Depends: ros-jazzy-ompl (= 1.7.0-2noble.20260305.224900) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ompl/ros-jazzy-ompl-dbgsym_1.7.0-2noble.20260305.224900_arm64.deb Size: 46100488 SHA256: 5e0c7a61e6f19873d3aaeeb147284339de07ced515fe4ee219b91d68904b5b34 SHA1: 058e8ad106610edf80a1d5e11ff116780cc882ae MD5sum: 43b5bb0d49b83ddeee9a857d6c389e55 Description: debug symbols for ros-jazzy-ompl Build-Ids: ed8080554b68bc8bac2901a7151a008911044ba7 Package: ros-jazzy-open-manipulator Version: 4.1.3-1noble.20260520.151108 Architecture: arm64 Maintainer: Pyo Installed-Size: 43 Depends: ros-jazzy-om-gravity-compensation-controller, ros-jazzy-om-joint-trajectory-command-broadcaster, ros-jazzy-om-spring-actuator-controller, ros-jazzy-open-manipulator-bringup, ros-jazzy-open-manipulator-collision, ros-jazzy-open-manipulator-description, ros-jazzy-open-manipulator-gui, ros-jazzy-open-manipulator-moveit-config, ros-jazzy-open-manipulator-playground, ros-jazzy-open-manipulator-teleop, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/open_manipulator Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-open-manipulator/ros-jazzy-open-manipulator_4.1.3-1noble.20260520.151108_arm64.deb Size: 7146 SHA256: 18d7b898f700b5f91d3b91468af51c915024bc0da63c0cfe1f86217f71616fa3 SHA1: 15c92d9fd88b8cd9c522c457dee540e344cef4be MD5sum: d1e427aa2c045522de76e85ecc6129b5 Description: OpenMANIPULATOR meta ROS 2 package. Package: ros-jazzy-open-manipulator-bringup Version: 4.1.3-1noble.20260520.144645 Architecture: arm64 Maintainer: Pyo Installed-Size: 232 Depends: ros-jazzy-dynamixel-hardware-interface, ros-jazzy-gz-ros2-control, ros-jazzy-open-manipulator-description, ros-jazzy-rclpy, ros-jazzy-robot-state-publisher, ros-jazzy-ros-gz-bridge, ros-jazzy-ros-gz-image, ros-jazzy-ros-gz-sim, ros-jazzy-ros2-control, ros-jazzy-ros2-controllers, ros-jazzy-rviz2, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/open_manipulator Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-open-manipulator-bringup/ros-jazzy-open-manipulator-bringup_4.1.3-1noble.20260520.144645_arm64.deb Size: 22868 SHA256: 65d08efc12c4849712a51638bc45660b6eb4ceb7ea614ea5f1e3983767019f3f SHA1: d2be23da7f06e261c5844116cf4c544dcaf2dc84 MD5sum: 98f2e862e5a2183d6838b64700f61363 Description: OpenMANIPULATOR bringup ROS 2 package. Package: ros-jazzy-open-manipulator-collision Version: 4.1.3-1noble.20260519.211930 Architecture: arm64 Maintainer: Pyo Installed-Size: 646 Depends: libc6 (>= 2.34), libfcl0.7 (>= 0.7.0), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libeigen3-dev, libfcl-dev, ros-jazzy-kdl-parser, ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-urdf, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/open_manipulator Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-open-manipulator-collision/ros-jazzy-open-manipulator-collision_4.1.3-1noble.20260519.211930_arm64.deb Size: 132848 SHA256: 98d325435fe890dcb1064c1d4097ec46ec46bff5c87e854e1e9e3dc45b96068b SHA1: 832e30f759ffc23a85d51c01b1ad42dc031c65e3 MD5sum: 363b7c98b28988bc16bda490218608a2 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-jazzy-open-manipulator-collision-dbgsym Package-Type: ddeb Source: ros-jazzy-open-manipulator-collision Version: 4.1.3-1noble.20260519.211930 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 3592 Depends: ros-jazzy-open-manipulator-collision (= 4.1.3-1noble.20260519.211930) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-open-manipulator-collision/ros-jazzy-open-manipulator-collision-dbgsym_4.1.3-1noble.20260519.211930_arm64.deb Size: 3187164 SHA256: d20e3cb4f2c7ea27a8a16f325fb164b15da3051866b3d1fe7f48814a81ac9c5e SHA1: 3f70aa60dbcbff174a72533afec70544f38566ee MD5sum: 6b73ee4712e08ee68a9e9fdd4f71bddf Description: debug symbols for ros-jazzy-open-manipulator-collision Build-Ids: 0f5148e3a805f98aa05317e007c943071cb4431e Package: ros-jazzy-open-manipulator-description Version: 4.1.3-1noble.20260520.144522 Architecture: arm64 Maintainer: Pyo Installed-Size: 60016 Depends: ros-jazzy-joint-state-publisher, ros-jazzy-joint-state-publisher-gui, ros-jazzy-realsense2-description, ros-jazzy-robot-state-publisher, ros-jazzy-rviz2, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/open_manipulator Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-open-manipulator-description/ros-jazzy-open-manipulator-description_4.1.3-1noble.20260520.144522_arm64.deb Size: 14201790 SHA256: 6278a1a7b8ff16dc15b63aba02a5ae348f382627f63ce93c588e817fefd84148 SHA1: 8fea4ebdd471aaf20f4dd02cfb92086aa950ca7a MD5sum: 9b9e9224f37dd493a092c5b28381842f Description: open_manipulator_description ROS 2 package. Package: ros-jazzy-open-manipulator-gui Version: 4.1.3-1noble.20260520.130756 Architecture: arm64 Maintainer: Pyo Installed-Size: 1178 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.10.0), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), ros-jazzy-moveit-core, ros-jazzy-moveit-ros-planning-interface, libqt5gui5t64, qt5-qmake, qtbase5-dev, ros-jazzy-eigen3-cmake-module, ros-jazzy-geometry-msgs, ros-jazzy-moveit-msgs, ros-jazzy-moveit-ros-planning, ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/open_manipulator Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-open-manipulator-gui/ros-jazzy-open-manipulator-gui_4.1.3-1noble.20260520.130756_arm64.deb Size: 167470 SHA256: d775751ddb69e39e887ed03f4728016ecb3cc3cfc1fa14308b32398ffbb87822 SHA1: b03c2ad8b043e54a1dd46f52aa3faa377ba72694 MD5sum: 72944bbdd4e58a958750daff1424abd4 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-jazzy-open-manipulator-gui-dbgsym Package-Type: ddeb Source: ros-jazzy-open-manipulator-gui Version: 4.1.3-1noble.20260520.130756 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 13881 Depends: ros-jazzy-open-manipulator-gui (= 4.1.3-1noble.20260520.130756) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-open-manipulator-gui/ros-jazzy-open-manipulator-gui-dbgsym_4.1.3-1noble.20260520.130756_arm64.deb Size: 13568762 SHA256: 1f97b8f36160b1ad2338d3a8ce7d82e3c706959bc722a63de12d681ad0c637e1 SHA1: 2acf48c6d47bf3d9f955accc7e66997a2f07b650 MD5sum: 106b80b96c6b976e452dde30ed018f52 Description: debug symbols for ros-jazzy-open-manipulator-gui Build-Ids: 7cd3a57d7aebd77bf720755c866cd9868d75a915 9e546d62682a60885bef970514f3f8a4d99f92e6 d3c01a9b959b8e971e9f0551027f1e673ae65a20 e693b5086a4054a0d6483cdf4b44e6f63af00b29 Package: ros-jazzy-open-manipulator-moveit-config Version: 4.1.3-1noble.20260520.151022 Architecture: arm64 Maintainer: Pyo Installed-Size: 107 Depends: ros-jazzy-controller-manager, ros-jazzy-joint-state-publisher, ros-jazzy-joint-state-publisher-gui, ros-jazzy-moveit-configs-utils, ros-jazzy-moveit-kinematics, ros-jazzy-moveit-planners, ros-jazzy-moveit-ros-move-group, ros-jazzy-moveit-ros-visualization, ros-jazzy-moveit-ros-warehouse, ros-jazzy-moveit-setup-assistant, ros-jazzy-moveit-simple-controller-manager, ros-jazzy-open-manipulator-description, ros-jazzy-robot-state-publisher, ros-jazzy-rviz-common, ros-jazzy-rviz-default-plugins, ros-jazzy-rviz2, ros-jazzy-tf2-ros, ros-jazzy-warehouse-ros-sqlite, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/open_manipulator Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-open-manipulator-moveit-config/ros-jazzy-open-manipulator-moveit-config_4.1.3-1noble.20260520.151022_arm64.deb Size: 12414 SHA256: 8aa580886351744f36945177ce540c1d819cfb4138c1675bccb10ebf61f1133c SHA1: 9d8973e87cc4b0207f66b036906bceb658f6c192 MD5sum: fdcb9f5574c398eb259959b6b14fbb47 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-jazzy-open-manipulator-playground Version: 4.1.3-1noble.20260520.053930 Architecture: arm64 Maintainer: Pyo Installed-Size: 261 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-moveit-ros-planning-interface, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/open_manipulator Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-open-manipulator-playground/ros-jazzy-open-manipulator-playground_4.1.3-1noble.20260520.053930_arm64.deb Size: 26516 SHA256: e3736f9cb417a8d46a15ef87ec38c0d977be22b237f1390939a171bf1ec66b57 SHA1: fe10664557251b443edc7d0d36c42d6277e146f1 MD5sum: b3e48130fb1dd1f82e2ac592a53db7dc Description: This package provides an example for utilizing the MoveIt API with the OpenMANIPULATOR, allowing users to practice and experiment freely. Package: ros-jazzy-open-manipulator-playground-dbgsym Package-Type: ddeb Source: ros-jazzy-open-manipulator-playground Version: 4.1.3-1noble.20260520.053930 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 4801 Depends: ros-jazzy-open-manipulator-playground (= 4.1.3-1noble.20260520.053930) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-open-manipulator-playground/ros-jazzy-open-manipulator-playground-dbgsym_4.1.3-1noble.20260520.053930_arm64.deb Size: 3586004 SHA256: 3495d715d56c928b170fea9cc56e3a67dd51c2b0ba3dfab1d1f44576a7c54d3e SHA1: d094050d664ad8d8d43f5b625513d452983a5007 MD5sum: c0efb218119f505c9587142e2ffb16d2 Description: debug symbols for ros-jazzy-open-manipulator-playground Build-Ids: 383e15e04bdaffeda936323b03a6518f675052ba 5f0113e22e08e1c118f9d51835f5553d6e0dd577 5fba53d26bb0ddbdb0cdb11325e1efaac12a1dab Package: ros-jazzy-open-manipulator-teleop Version: 4.1.3-1noble.20260519.232122 Architecture: arm64 Maintainer: Pyo Installed-Size: 115 Depends: ros-jazzy-control-msgs, ros-jazzy-rclpy, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-trajectory-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-open-manipulator-teleop/ros-jazzy-open-manipulator-teleop_4.1.3-1noble.20260519.232122_arm64.deb Size: 12390 SHA256: ac25d2cfccf40d1a110332fd50af108cae37b24364b59880b0eb070da82ed5f5 SHA1: d549476dee50903c94364f2b7f38c5caf68e95d6 MD5sum: 0f42c28cbe42d2fa2bf79260fe1906b8 Description: OpenManipulator teleoperation package Package: ros-jazzy-open-sound-control Version: 0.0.2-1noble.20260519.202759 Architecture: arm64 Maintainer: Chris Iverach-Brereton Installed-Size: 41 Depends: ros-jazzy-open-sound-control-bridge, ros-jazzy-open-sound-control-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-open-sound-control/ros-jazzy-open-sound-control_0.0.2-1noble.20260519.202759_arm64.deb Size: 5058 SHA256: 10ef4095331e30a3da5d3bdc53397569aeb05f233cdb54659db2fcc6c91225f7 SHA1: 7ffd1bad91e46ef56d6b299c9119839e09d660a0 MD5sum: 962e8f797ee10b60385397da9920e911 Description: Metapackage for ROS/Open Sound Control bridge Package: ros-jazzy-open-sound-control-bridge Version: 0.0.2-1noble.20260519.202436 Architecture: arm64 Maintainer: Chris Iverach-Brereton Installed-Size: 102 Depends: ros-jazzy-open-sound-control-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-open-sound-control-bridge/ros-jazzy-open-sound-control-bridge_0.0.2-1noble.20260519.202436_arm64.deb Size: 22028 SHA256: a1e87a92448942a2633974d5c8a542edd30e07169fb887cd21adaed11f2da561 SHA1: e983c09a2726b3da841c761474232a5eab55b0dc MD5sum: 15df41b625d1643af839a96660b8752d Description: Bridge node for converting between OSC and ROS messages Package: ros-jazzy-open-sound-control-msgs Version: 0.0.2-1noble.20260519.193816 Architecture: arm64 Maintainer: Chris Iverach-Brereton Installed-Size: 1140 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-open-sound-control-msgs/ros-jazzy-open-sound-control-msgs_0.0.2-1noble.20260519.193816_arm64.deb Size: 63782 SHA256: 920986d013269cb3580b91eaad0909292534476880e6d55e2ae4227cc3440588 SHA1: 42bacc9474d38093920496f4018fba77eb3d098b MD5sum: 5233069ebc6e129553903e52c8e4551b Description: Open Sound Control messages for ROS 2 Package: ros-jazzy-open-sound-control-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-open-sound-control-msgs Version: 0.0.2-1noble.20260519.193816 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Iverach-Brereton Installed-Size: 487 Depends: ros-jazzy-open-sound-control-msgs (= 0.0.2-1noble.20260519.193816) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-open-sound-control-msgs/ros-jazzy-open-sound-control-msgs-dbgsym_0.0.2-1noble.20260519.193816_arm64.deb Size: 348644 SHA256: c2a2b2e01e331836d6b28201efbe27d2048833b386c1e11b8935565ed97591ce SHA1: e1a2ceefe4a2a57b278bb38e2b8b907f7f39a643 MD5sum: 2ebd594c1c49ff5fae369e2556d20e38 Description: debug symbols for ros-jazzy-open-sound-control-msgs Build-Ids: 3e217f2c3a0c0834cd694b709361c6a0fb4b9bf0 412c5063eff75132155073a2728ccce2fc415c24 744a72d2c838b56f9d34544ba61d5391812719b0 7dd053ac10ae8597431d67548fd7243e9cb4c4c4 82b1e942d409dc2cc84fa098c9f0d45a88af5bc2 8984a321abf4ec79e9c8e5483575fd6898e8db27 8a720d6f3d9bc3406a30ff4b50c79b77f53ae405 c81042736c85a5a0e9abdd9466f36f31d058d92d d291cfdc8bb427985766973eeefe4e5033bbfd8b dda84d4ffbc68f40aa8ca050c3320a16ad23ceb8 f8107b89bdb8ec6d6d6c9e6b44166b75e36e5488 Package: ros-jazzy-openeb-vendor Version: 2.0.3-1noble.20260514.122142 Architecture: arm64 Maintainer: "Bernd Pfrommer" Installed-Size: 10989 Depends: libboost-program-options1.83.0 (>= 1.83.0), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libglew2.2 (>= 2.2.0-4build1), libglfw3 (>= 3.2), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-highgui406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopencv-videoio406t64 (>= 4.6.0+dfsg), libopengl0, libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), 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-jazzy-ros-workspace Homepage: https://github.com/prophesee-ai/openeb Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-openeb-vendor/ros-jazzy-openeb-vendor_2.0.3-1noble.20260514.122142_arm64.deb Size: 1909978 SHA256: 790b13eac9d0a7d50bf04b624dae99d836d8c7e04c058710728349bdaad47ff9 SHA1: d443cad0f85621601aff54c3a49f6d74d4bbaeae MD5sum: 2760b8462fa62eaaa684b6116cf4c3f7 Description: Wrapper around openeb Package: ros-jazzy-openeb-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-openeb-vendor Version: 2.0.3-1noble.20260514.122142 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bernd Pfrommer" Installed-Size: 49145 Depends: ros-jazzy-openeb-vendor (= 2.0.3-1noble.20260514.122142) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-openeb-vendor/ros-jazzy-openeb-vendor-dbgsym_2.0.3-1noble.20260514.122142_arm64.deb Size: 45158030 SHA256: 52cd30fec876415a3253bfadcc8bc3ebded570b23e58046a460bba80e0887b69 SHA1: c997e16374e3b07cabc453b132cf44575213ba87 MD5sum: 33b58a3652904a341f8b1b8be5990f3b Description: debug symbols for ros-jazzy-openeb-vendor Build-Ids: 0a5f85964f276d076a2817ef3e231c07fc04fb14 0b1e500fec223e6aa4c5526efef5577d349a7423 13a397cd302a10984eb6cc22daa1389ccbfc6ab8 1bd0b31b3f6c8b0a4de955c274805672dabdc18b 1cc78b1522230f2758ae5ee249f6f169b8130a3d 28a292b039f1e574cbceeae9a424893231de8da5 3e672fbb0e719c37870081c3078ea60bdfd0da9a 4711df3733dc941961830475279eaa831a8b2955 47d1397fd676858bdd59d7d6fd177403cdc4f82c 4eda5b5a89691f6906feabd39260cbbba113f941 549b55ff574b042978d4f82f91d9fb0476092827 8a7444ae37c1eaaba9dc6baac9421da6ebad26a6 8f19d637101383ffbe6a1314ba993423b60796b7 9b3b0c56b26fa299f487f56f0435c37e2b320be1 aa7648ccf32a3c24c656a7318b000e35b15c792c af20838aac03a5e10ab59adc89565650297c6f55 b2ec2d1a515df86c3e6d3435129147513fbcade5 d3f334ccc0d31812ae3a794e1df7b5a34377947e dd53cc9c59ffd3d80b6044d0795834197ba69a9f e686950679d11a71ec21c43020d3ab75de33872b Package: ros-jazzy-opennav-docking Version: 1.3.12-1noble.20260520.034309 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 3347 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-angles, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-nav2-graceful-controller, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-opennav-docking-core, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-lifecycle, ros-jazzy-sensor-msgs, ros-jazzy-tf2-ros, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-opennav-docking/ros-jazzy-opennav-docking_1.3.12-1noble.20260520.034309_arm64.deb Size: 539504 SHA256: 5ab53c61530fd095b3d7b6841456fffcc094c3ebaacb2779bcfc4d863e2dbb11 SHA1: 00af93c4f9e67a1d7f3755af57d6e9115c488699 MD5sum: fc512f666cd65a67c16199fe72fd8758 Description: A Task Server for robot charger docking Package: ros-jazzy-opennav-docking-bt Version: 1.3.12-1noble.20260520.040007 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 590 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-behaviortree-cpp, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-nav2-behavior-tree, ros-jazzy-nav2-core, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-opennav-docking-bt/ros-jazzy-opennav-docking-bt_1.3.12-1noble.20260520.040007_arm64.deb Size: 132918 SHA256: 451f691bb4bbdbb70f28d18964411d7c8b781ccf78d4e965b37a1b6e04aeb458 SHA1: 6c8ffba420bdac5ddb180cf4c1f4df8ae398281e MD5sum: 26a2c012a75715944d43933edff5aa00 Description: A set of BT nodes and XMLs for docking Package: ros-jazzy-opennav-docking-bt-dbgsym Package-Type: ddeb Source: ros-jazzy-opennav-docking-bt Version: 1.3.12-1noble.20260520.040007 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 2909 Depends: ros-jazzy-opennav-docking-bt (= 1.3.12-1noble.20260520.040007) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-opennav-docking-bt/ros-jazzy-opennav-docking-bt-dbgsym_1.3.12-1noble.20260520.040007_arm64.deb Size: 2611638 SHA256: d90b4b8d54a0afe8496d06c9496a44f8bb65d16834dba44698349870ac7c4fd7 SHA1: 8c4ef36b28403db95cf8d13c2c0784deca4a45e1 MD5sum: 0b5e5c15a0585d2efa92bdb339a61355 Description: debug symbols for ros-jazzy-opennav-docking-bt Build-Ids: 5a8d1fe50a9d08d5da89d61de26c7b189c97676e bd8b5466fbec90a25b7a32285106cec090a9d54b Package: ros-jazzy-opennav-docking-core Version: 1.3.12-1noble.20260520.025306 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 61 Depends: ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-opennav-docking-core/ros-jazzy-opennav-docking-core_1.3.12-1noble.20260520.025306_arm64.deb Size: 8462 SHA256: 00ec51452b44f8ee6874b7cc2c4d35785265830208648270328d6aa215075074 SHA1: bbe4b9f641c4d0531cc4defec3b8615cace0e27f MD5sum: eff64a115ad198c5b9e0cb7f10d6566c Description: A set of headers for plugins core to the opennav docking framework Package: ros-jazzy-opennav-docking-dbgsym Package-Type: ddeb Source: ros-jazzy-opennav-docking Version: 1.3.12-1noble.20260520.034309 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 14972 Depends: ros-jazzy-opennav-docking (= 1.3.12-1noble.20260520.034309) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-opennav-docking/ros-jazzy-opennav-docking-dbgsym_1.3.12-1noble.20260520.034309_arm64.deb Size: 12666820 SHA256: e98f6efd21bca7879575a710aba28ce1fdcb09af73d14ddf7c509fe8bc27753e SHA1: c7d99675de84ae1d9b32a22d53869b4ed39af67f MD5sum: 405d291eb3f1a986fbce5defe698f7e2 Description: debug symbols for ros-jazzy-opennav-docking Build-Ids: 6f19199b75a1d204278cc8a4c9f626244e7c57d0 95ae76502a85425765ac2ecab13d8f1fc5445b10 9849d73d936be0d631b2c640cd0bfcffa9243c76 9be34b8bdd367321b383ca5a3c5dced08cae9e03 b8a57d8cdc80dc3094a8387d5d2a774eb461dd47 d931bf27b98d2f8c7da194e4b40003478f95100a Package: ros-jazzy-openni2-camera Version: 2.2.2-1noble.20260520.015314 Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 2092 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopenni2-0 (>= 2.2.0.33+dfsg), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-jazzy-fastcdr, libopenni2-dev, ros-jazzy-builtin-interfaces, ros-jazzy-camera-info-manager, ros-jazzy-depth-image-proc, ros-jazzy-image-transport, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-openni2-camera/ros-jazzy-openni2-camera_2.2.2-1noble.20260520.015314_arm64.deb Size: 245218 SHA256: 14bcf42079b3f9e1563a6c1e2c7bae6310c3b0db4c620095136e836bb622cb5c SHA1: e77e9596aff7f1f769e43e9daf33f52a3d99bcec MD5sum: 16ef399dadf2fd7e85bf5504773bcb54 Description: Drivers for the Asus Xtion and Primesense Devices. For using a kinect with ROS, try the freenect stack Package: ros-jazzy-openni2-camera-dbgsym Package-Type: ddeb Source: ros-jazzy-openni2-camera Version: 2.2.2-1noble.20260520.015314 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 4076 Depends: ros-jazzy-openni2-camera (= 2.2.2-1noble.20260520.015314) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-openni2-camera/ros-jazzy-openni2-camera-dbgsym_2.2.2-1noble.20260520.015314_arm64.deb Size: 3592472 SHA256: 1aab11858a139829d909be949dcb73e396720062765c937e09c8a9395f84d10c SHA1: 662ee9c82006443148bff95a97a724e1504ae338 MD5sum: 25b87eade92b5132927bfc7c9f7f06fa Description: debug symbols for ros-jazzy-openni2-camera Build-Ids: 3349249dfd5e8031a8f90d1ebf0798e258553cdb 46bb8251cb70dd99bcb3d69033df369a5d412dba 49267ee9abff3db7296a9c26607a21641738a57b 57c9a1b3870e0c926531df55d8b76408cb75c9f6 6160179b4303ad5d6115bfab317e37fed5bc8ce6 6c5d41c0562eb9a528025181db49389911f14bde 6cd8adb482f1410984308a7c0c1c08100e1cb549 798f3580d21415b2f4b371d327c1c4540df2fb33 9995b307332962b396e61e0b6d2fd1badd8f8c43 c4b4c8f53b304a250085f8657db7ba31f892fabb cf63cb12f800194a1df4c53599f4547cf9757f1e d4cbfda2c09b6a5824c16fdd783f4b025d9fe1f9 d7194fe9cc44add291b50e37f6d02796b68ae0cd e4910fd93465bface0af8d517741e598d2e3110c e9b85f8ec8d0fe5a0c7a52724204d6656f6a663e f8250f4b98a44946ed0045a29da292afdb254bd2 Package: ros-jazzy-openvdb-vendor Version: 2.5.5-1noble.20260305.215947 Architecture: arm64 Maintainer: Tim Clephas Installed-Size: 43 Depends: libblosc-dev, libboost-iostreams-dev, libboost-thread-dev, libilmbase-dev, libopenvdb-dev, libtbb-dev, zlib1g-dev, ros-jazzy-ros-workspace Homepage: https://github.com/AcademySoftwareFoundation/openvdb Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-openvdb-vendor/ros-jazzy-openvdb-vendor_2.5.5-1noble.20260305.215947_arm64.deb Size: 5578 SHA256: 21e7484542938107068d909e22331d90855ced54759e5a65cd768d17164197ac SHA1: be6bb3422799a920934828a98b9d7bf3116427e0 MD5sum: 98b71227a82e4d344b86490ff160036b Description: Wrapper around OpenVDB, if not found on the system, will compile from source Package: ros-jazzy-orbbec-camera Version: 2.7.6-1noble.20260520.012929 Architecture: arm64 Maintainer: Joe Dong Installed-Size: 58717 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libegl1, libgcc-s1 (>= 4.5), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-highgui406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopencv-stitching406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libgflags-dev, libgl1-mesa-dev, libglu1-mesa-dev, libgoogle-glog-dev, libssl-dev, nlohmann-json3-dev, ros-jazzy-ament-index-cpp, ros-jazzy-ament-lint-auto, ros-jazzy-ament-lint-common, ros-jazzy-backward-ros, ros-jazzy-builtin-interfaces, ros-jazzy-camera-info-manager, ros-jazzy-cv-bridge, ros-jazzy-diagnostic-msgs, ros-jazzy-diagnostic-updater, ros-jazzy-image-publisher, ros-jazzy-image-transport, ros-jazzy-orbbec-camera-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-statistics-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2, ros-jazzy-tf2-msgs, ros-jazzy-tf2-ros, ros-jazzy-tf2-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-orbbec-camera/ros-jazzy-orbbec-camera_2.7.6-1noble.20260520.012929_arm64.deb Size: 15818226 SHA256: 7748bce3f5ae7442833a72d3b3c1d05197f72f42c23e78d327d7f4c429766eb4 SHA1: e6b730a91fa062de011565abd1111254b3d0d4d7 MD5sum: 2b68e2eb5c6d005912bcd437264d144b Description: Orbbec Camera package Package: ros-jazzy-orbbec-camera-dbgsym Package-Type: ddeb Source: ros-jazzy-orbbec-camera Version: 2.7.6-1noble.20260520.012929 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Joe Dong Installed-Size: 60167 Depends: ros-jazzy-orbbec-camera (= 2.7.6-1noble.20260520.012929) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-orbbec-camera/ros-jazzy-orbbec-camera-dbgsym_2.7.6-1noble.20260520.012929_arm64.deb Size: 49592200 SHA256: 083832c157231d14c8b994e44fb4dd1b91a66f2745f498d38ba3c4a27e6893ad SHA1: acc2e42d7fadfa9ca1f056db237aefd29752c007 MD5sum: 63a8e3c5ee0993ae11894559044cc569 Description: debug symbols for ros-jazzy-orbbec-camera Build-Ids: 02c19c8b83e9587f23a274262252e86dedc6dfeb 039fb62f89ad0a61dd2af39d52a0cbbb961cb277 0fcaff9b639aa639486cf45c29946ec33b8753a6 1da3b54627708c1cfbf625b36d11c774fcec6c0c 33b41bd7f1ed4e29d56e664342b3e80be6f49fa1 3a9f5bf35ed9f9170cda7178f04a33d80bf5748b 3cd93557236edf81e38a15e9c9f32cb1590c6d12 42563dc1884951d528933b28c6e613dc7f084f36 52d2d11660af5e2210266b207b4fbc05e63e2d53 555ea547ce16f95c4525735048e67ccda9a51654 6365d6423b93bcbd38a215fba74a9c36328f5dfc 689a9454290b6f4be7393e4d1dad39b315d73690 70b8c08c69c6991a66909e5e2495dc6e2b411239 7680142f0dac4d47e85964ad61b2024c26a33dab 86586161e6338a56d65e5f7dc4b64c526f1d1700 9e10553d112e2ee798ef58d6cf37c89d672b5729 a63e48138a530c941d11c5701d4a5f8ab361a03c b546078d714451efd6290643fa814aa0986bab7e b80105c4807583e1ce5402786519f7c9a15d294f be394a225750e2c2bdf0a349a046fae2e179ae15 c13d16465e2764948dbc36f775a5d93f889fb598 f43d757e9f246d38e5c71ccc55ef56e813efbedb fc694e5d35d81bc8634b13c8213362a407f6f760 Package: ros-jazzy-orbbec-camera-msgs Version: 2.7.6-1noble.20260519.193320 Architecture: arm64 Maintainer: Joe Dong Installed-Size: 6589 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-orbbec-camera-msgs/ros-jazzy-orbbec-camera-msgs_2.7.6-1noble.20260519.193320_arm64.deb Size: 368674 SHA256: b5b12962a886ad738d3233a77114f887feb49627700f5ece981d3743f55817f1 SHA1: 6e03bfd720af0aa87c6364823593c6b2aa911718 MD5sum: aae729a17e6a8e727a096fc55cf41249 Description: A package containing orbbec camera messages definitions. Package: ros-jazzy-orbbec-camera-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-orbbec-camera-msgs Version: 2.7.6-1noble.20260519.193320 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Joe Dong Installed-Size: 4652 Depends: ros-jazzy-orbbec-camera-msgs (= 2.7.6-1noble.20260519.193320) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-orbbec-camera-msgs/ros-jazzy-orbbec-camera-msgs-dbgsym_2.7.6-1noble.20260519.193320_arm64.deb Size: 3560650 SHA256: ccc8fd8f028d5b0d8f5699b683a0b05a0a6c00731878b160325a646f5dc7e6bd SHA1: 1fdb7a0d0f2da2c833092252739305afc8f1cfb4 MD5sum: f8cdf05d8a771804327590e3e7bfa9dc Description: debug symbols for ros-jazzy-orbbec-camera-msgs Build-Ids: 066956bc3fa89a3ac261c915a3d753d7c05b50ba 0ef69665915bc5b9354fefa704b758ac114a7586 35a8f785205f0a2a1e9cc30b22153808a271ae10 4adaa30586588b2832ee5a1e0a044b449a4deb06 5568e0e5a2ca94689653e4f3e93294ddc156a9e8 5ac3cf73cfacae69881a5560f0aa01e878db17ac 8015715913f86003529e7fd10b17fcab5b45f9cb a5c0edd9eaca19de5e9a5bdc397ce9ba5434cd90 a9cdbfc90815f45acfc9e1b4fb306f562811444c b12f746e07420a1b44bf1f8624b47603e5539643 e6e48e0b6906fb0ea33a56d3bd766bd0458569a6 Package: ros-jazzy-orbbec-description Version: 2.7.6-1noble.20260305.204845 Architecture: arm64 Maintainer: toosimple Installed-Size: 81643 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-orbbec-description/ros-jazzy-orbbec-description_2.7.6-1noble.20260305.204845_arm64.deb Size: 12970736 SHA256: 260a413cde776945fe0f40fa6d9d8bff5e210a2783d65f869a2d0fe79ceddb0f SHA1: f88764f5f1e321f18efe39cffe4b249fe0a8c16b MD5sum: 8dae6120e15b5bc20d1d71ab72c56037 Description: TODO: Package description Package: ros-jazzy-orocos-kdl-vendor Version: 0.5.1-2noble.20260305.232806 Architecture: arm64 Maintainer: Jacob Perron Installed-Size: 45 Depends: libeigen3-dev, liborocos-kdl-dev, ros-jazzy-eigen3-cmake-module, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-orocos-kdl-vendor/ros-jazzy-orocos-kdl-vendor_0.5.1-2noble.20260305.232806_arm64.deb Size: 6998 SHA256: a5f912212d6afc9625ba71d657ff6161e0ceafc60cecf9ab6812dda95de2c349 SHA1: a4d1b7d9f4d0e1e86c7bc652ab65941eca8d00c8 MD5sum: adcde6b75418673e6f9923d2e22b6cfc 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-jazzy-ortools-vendor Version: 9.9.0-6noble.20260306.002101 Architecture: arm64 Maintainer: Gonzalo Mier Installed-Size: 133801 Depends: libc6 (>= 2.38), libgcc-s1 (>= 4.5), libstdc++6 (>= 13.1), ros-jazzy-ros-workspace Homepage: https://github.com/google/or-tools Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ortools-vendor/ros-jazzy-ortools-vendor_9.9.0-6noble.20260306.002101_arm64.deb Size: 29950256 SHA256: 5eacf01e89b233a86c704741e664f30feefcbacf3717fd8ab1951c037b322199 SHA1: ad7075fb52c2e0bbc479077e09b0f204e2279b40 MD5sum: 8ded248ee723a798f483a941afe7eb4a Description: Wrapper around ortools, it provides a fixed CMake module and an ExternalProject build of it. Package: ros-jazzy-ortools-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-ortools-vendor Version: 9.9.0-6noble.20260306.002101 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Gonzalo Mier Installed-Size: 312501 Depends: ros-jazzy-ortools-vendor (= 9.9.0-6noble.20260306.002101) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ortools-vendor/ros-jazzy-ortools-vendor-dbgsym_9.9.0-6noble.20260306.002101_arm64.deb Size: 298859498 SHA256: c511e522ec40ccbf0c3cf78de7c6516f0f9ed243a2c7bd9f0446fa43dd24bd6a SHA1: 5b385c32ff5f62046daab4a1cf0f0e57873c4569 MD5sum: 3ff472264c44b4bd2d2b6ae9bf066a2e Description: debug symbols for ros-jazzy-ortools-vendor Build-Ids: 26a2eb876307a4a491390593cc9385373dd5a2fa 291556fe72212ac2a13b0847f0f0ddd9a8f0b589 3deba3338c5ddeecdf57a29f648fee749c4e2222 6fe268ec81329e71dca5005138cede6a14acff3c 7ff1a13835427fa995a6681f8fb95e7d2e602675 928cc66cf11f6eeaa7ab4f8abfe5fd0a971f0fc6 bc6d078646be527452d4368c8c6fb8a8db3b7dbb d408d4444de324cd5c637d99f378585adc03b4ed Package: ros-jazzy-osqp-vendor Version: 0.2.0-4noble.20260305.220107 Architecture: arm64 Maintainer: Esteve Fernandez Installed-Size: 531 Depends: libc6 (>= 2.38), ros-jazzy-ros-workspace Homepage: https://github.com/oxfordcontrol/osqp Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-osqp-vendor/ros-jazzy-osqp-vendor_0.2.0-4noble.20260305.220107_arm64.deb Size: 85132 SHA256: 4c1f20c22458fc94834a81a823c14cc7cfa6b16ab6cd611436136634473cf335 SHA1: 5644b76dd8ae3892b37b9d9df4613a771c5639aa MD5sum: 86cec937f2374b7e299ccf72bf9ad5f0 Description: Wrapper around osqp that ships with a CMake module Package: ros-jazzy-osqp-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-osqp-vendor Version: 0.2.0-4noble.20260305.220107 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Esteve Fernandez Installed-Size: 165 Depends: ros-jazzy-osqp-vendor (= 0.2.0-4noble.20260305.220107) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-osqp-vendor/ros-jazzy-osqp-vendor-dbgsym_0.2.0-4noble.20260305.220107_arm64.deb Size: 110754 SHA256: 5bef5737ffee57d03ae9e819281de3adb7e69c0bc276926242ad4b5c46557f72 SHA1: c21fb543785c8fad8fa129fc9b2cc71ba1fa679d MD5sum: 3ce09de334cef15b6e04c30b61dc0fcd Description: debug symbols for ros-jazzy-osqp-vendor Build-Ids: 519c1a03bc84e3bbfd989c0c23545dfa13eded5a a7d42db0da27f40dd1e62fd208ccbceeaae048d9 Package: ros-jazzy-osrf-pycommon Version: 2.1.7-1noble.20260305.201653 Architecture: arm64 Maintainer: William Woodall Installed-Size: 222 Depends: python3-importlib-metadata, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-osrf-pycommon/ros-jazzy-osrf-pycommon_2.1.7-1noble.20260305.201653_arm64.deb Size: 49494 SHA256: 5ea0fffe9f7aa673bae8d78983244793539fa8050993a743e4713edb24919e60 SHA1: e2c365536bf56a3cd9b544a36c948a72e58298b3 MD5sum: e39bc69ef071fdda614e52072a24525b Description: Commonly needed Python modules, used by Python software developed at OSRF. Package: ros-jazzy-osrf-testing-tools-cpp Version: 2.0.0-3noble.20260305.201808 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 5313 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libstdc++6 (>= 13.1), ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-osrf-testing-tools-cpp/ros-jazzy-osrf-testing-tools-cpp_2.0.0-3noble.20260305.201808_arm64.deb Size: 5063310 SHA256: ece64e50822bb663f35eec80ebb3823e13f0b00a1dd14f523178e05b73059dee SHA1: b81e728ed114f8c5a7a2afa0f3f437e7b470142f MD5sum: 20dd7d096d45457a8b56f50b50f7f727 Description: Testing tools for C++, and is used in various OSRF projects. Package: ros-jazzy-osrf-testing-tools-cpp-dbgsym Package-Type: ddeb Source: ros-jazzy-osrf-testing-tools-cpp Version: 2.0.0-3noble.20260305.201808 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 823 Depends: ros-jazzy-osrf-testing-tools-cpp (= 2.0.0-3noble.20260305.201808) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-osrf-testing-tools-cpp/ros-jazzy-osrf-testing-tools-cpp-dbgsym_2.0.0-3noble.20260305.201808_arm64.deb Size: 719936 SHA256: 1b73a3ececc1f31d038fa439ccdc7bdc20e1c3b874ba6fd034bfb19d9cf5697e SHA1: 465ce7d4efd73bc846fb58d40fef8386beecbf3f MD5sum: e4f8196c113fbacb9ceebc4ebfa07609 Description: debug symbols for ros-jazzy-osrf-testing-tools-cpp Build-Ids: 28d6fb06a200f5752ac2457338a7c05b81f92576 8d4f96bdcfb5119333a0b16540048584cbb43141 b2138d3f39f78f41cac07fb0938ad8b34457368a Package: ros-jazzy-ouster-ros Version: 0.14.1-2noble.20260520.001211 Architecture: arm64 Maintainer: ouster developers Installed-Size: 8501 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libcurl4t64 (>= 7.16.2), libgcc-s1 (>= 4.5), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopencv-stitching406t64 (>= 4.6.0+dfsg), libssl3t64 (>= 3.0.0), libstdc++6 (>= 13.1), libzip4t64 (>= 1.0), curl, libcurl4-openssl-dev, libjsoncpp25, libspdlog-dev, ros-jazzy-cv-bridge, ros-jazzy-geometry-msgs, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-ouster-sensor-msgs, ros-jazzy-pcl-conversions, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclcpp-lifecycle, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ouster-ros/ros-jazzy-ouster-ros_0.14.1-2noble.20260520.001211_arm64.deb Size: 1586314 SHA256: 2cbf283d2f26c65fa163ac6423cda56f8141ef62c587656c664ffe24d79f0dea SHA1: 97cb116368f2d02b81ff879fb1bc2f3970e48706 MD5sum: 0a50ada3353bfe05cfaf5360c37daa86 Description: Ouster ROS2 driver Package: ros-jazzy-ouster-ros-dbgsym Package-Type: ddeb Source: ros-jazzy-ouster-ros Version: 0.14.1-2noble.20260520.001211 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ouster developers Installed-Size: 59750 Depends: ros-jazzy-ouster-ros (= 0.14.1-2noble.20260520.001211) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ouster-ros/ros-jazzy-ouster-ros-dbgsym_0.14.1-2noble.20260520.001211_arm64.deb Size: 54294166 SHA256: 7861cdcd056d464acce613f7ce2355bb8f8782f04bb9ec1f79765c4df23073b1 SHA1: 30e31524d1d225eaf830121eff795ed991b6ae9f MD5sum: b906f569bd27cf0eb6f91b41e0e2a9d3 Description: debug symbols for ros-jazzy-ouster-ros Build-Ids: 0170b9d271e51c05e46647219e72ba3f93f01d42 0230e9d8fe5a40b40f1749de85dcada02ea2b05b 49167c775c7724b4f4a1bc8b3481eece722633c1 64c525982c79173232b0c020672bb22d1123b74d 82d4678e8e816b0e587b41bb1e9f7cc97246b9ae 8baf9b016d6295ada54b25f98d9f43e101c213ca b53ef8c69146ba9ab0fbb073b5f482e3a1bc54d7 c36418fdc800e8bb238f728678cba68ee9067916 e7db28bafd5ce3acf09b28ce6fc261c0c2846a1a f8f8e4cf20ab069d893db8c64aec8d5651a4a70c f9f5ef9b21be65c4ab4144e1d1510e82a2ddb18e Package: ros-jazzy-ouster-sensor-msgs Version: 0.14.1-2noble.20260519.193818 Architecture: arm64 Maintainer: ouster developers Installed-Size: 2119 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ouster-sensor-msgs/ros-jazzy-ouster-sensor-msgs_0.14.1-2noble.20260519.193818_arm64.deb Size: 133244 SHA256: cea113e89cf3e546a75851307bbb1932bdf55aac4b822466d1878ddde49e0cfe SHA1: 0b3eee91d44d253f27541c080eb6c7d539159476 MD5sum: 38396b15cfb098485433f46a9f1b677d Description: ouster_ros message and service definitions Package: ros-jazzy-ouster-sensor-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-ouster-sensor-msgs Version: 0.14.1-2noble.20260519.193818 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ouster developers Installed-Size: 1363 Depends: ros-jazzy-ouster-sensor-msgs (= 0.14.1-2noble.20260519.193818) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ouster-sensor-msgs/ros-jazzy-ouster-sensor-msgs-dbgsym_0.14.1-2noble.20260519.193818_arm64.deb Size: 1006400 SHA256: 169699db843629f32fd0aa62a0d3a780b7a4c974ede582f4e862516e512e3894 SHA1: 46c03acc7070e61ade1660935886204348ad2eed MD5sum: c7980d2c154d4f42f76a674d7f2627e2 Description: debug symbols for ros-jazzy-ouster-sensor-msgs Build-Ids: 13f674fc2738c4fcfeb71d923bbb6c26569a3606 16acdc84f291502c9054bbe209f184a2acc8bde8 30e89a97acacf1f8e5ad2ce3f13c5f57407fd5f2 6f033fd17e09f97df88f99192ab165689ccf120d ba721c085e59f94a19e482780399f81d5baa3c06 c790714d93a855fd9a1c99d2b0235f7ab069197c dc45aa9daaea8a1a8b29b014195c1b8ea0e35a36 efa7b24cb3f28f2fc1078a0661986417303e0db0 f314866b35824c27e6db76579fa9916526602d9d fe2aff7183238bad96c1c679554416488f0bf2c8 ff208373400a3777a535bcbf62d02352ab8dff51 Package: ros-jazzy-ouxt-common Version: 0.0.8-5noble.20260411.120743 Architecture: arm64 Maintainer: Masaya Kataoka Installed-Size: 41 Depends: ros-jazzy-ouxt-lint-common, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ouxt-common/ros-jazzy-ouxt-common_0.0.8-5noble.20260411.120743_arm64.deb Size: 5398 SHA256: 106fd79fa1ab43815db48ef3bb277e27dbe351aa7a166a2677ed2bd6901cb57e SHA1: ebe877414dbca3df7dc7f363ef5ba01d2f2c778c MD5sum: d09954e1da9aa48ecb730c5b6bc77519 Description: common settings for OUXT Polaris ROS2 packages Package: ros-jazzy-ouxt-lint-common Version: 0.0.8-5noble.20260411.120110 Architecture: arm64 Maintainer: Masaya Kataoka Installed-Size: 45 Depends: ros-jazzy-ament-cmake-clang-format, ros-jazzy-ament-cmake-copyright, ros-jazzy-ament-cmake-pep257, ros-jazzy-ament-cmake-xmllint, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ouxt-lint-common/ros-jazzy-ouxt-lint-common_0.0.8-5noble.20260411.120110_arm64.deb Size: 6434 SHA256: 104c71cbcc38626ec084131d15fba75bc51c6b5a27592bded242d9e40cbd0e54 SHA1: e415bc89c51f81167f5767612eda4bf42a9e7f79 MD5sum: 2be5f3078bbbf4902f04a26a9a40b93d Description: common linter settings for OUXT Polaris ROS2 packages Package: ros-jazzy-pal-statistics Version: 2.7.0-1noble.20260520.020657 Architecture: arm64 Maintainer: Jordan Palacios Installed-Size: 445 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-dev, ros-jazzy-pal-statistics-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-rclpy, ros-jazzy-ros-workspace Homepage: https://github.com/pal-robotics/pal_statistics Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pal-statistics/ros-jazzy-pal-statistics_2.7.0-1noble.20260520.020657_arm64.deb Size: 100030 SHA256: b43447edd0b2133bc9f7c830cc60101304ed19c78dfe74a85d88f939f1cb2336 SHA1: 8c294691f0b733d8883a49c1ce5347e76e11db8a MD5sum: 8c48defbd3b4049dac6bca3000777822 Description: The pal_statistics package Package: ros-jazzy-pal-statistics-dbgsym Package-Type: ddeb Source: ros-jazzy-pal-statistics Version: 2.7.0-1noble.20260520.020657 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jordan Palacios Installed-Size: 2115 Depends: ros-jazzy-pal-statistics (= 2.7.0-1noble.20260520.020657) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pal-statistics/ros-jazzy-pal-statistics-dbgsym_2.7.0-1noble.20260520.020657_arm64.deb Size: 1931612 SHA256: 7118129e81d251bbbeac98d0bf2dd8c555a914a61e8877801350630e794df61e SHA1: bc0684425b7cfdabcf89155fe9d068411a365680 MD5sum: 8c5f8282feef47a6a6a5fd3af88ac053 Description: debug symbols for ros-jazzy-pal-statistics Build-Ids: 34c5ff9061ee25cd62eb7a585695b89b8f03b857 Package: ros-jazzy-pal-statistics-msgs Version: 2.7.0-1noble.20260519.193956 Architecture: arm64 Maintainer: Jordan Palacios Installed-Size: 1329 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/pal-robotics/pal_statistics Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pal-statistics-msgs/ros-jazzy-pal-statistics-msgs_2.7.0-1noble.20260519.193956_arm64.deb Size: 82758 SHA256: e48f46cb9d461c23c75bd69e6dd3f2fb7ffceb305bf639e17bfb236b5f25928e SHA1: 80828504bab79eeb7e380b404e6dd2280e4f4094 MD5sum: 50444224571b64438b7f7d878d2b86a3 Description: Statistics msgs package Package: ros-jazzy-pal-statistics-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-pal-statistics-msgs Version: 2.7.0-1noble.20260519.193956 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jordan Palacios Installed-Size: 738 Depends: ros-jazzy-pal-statistics-msgs (= 2.7.0-1noble.20260519.193956) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pal-statistics-msgs/ros-jazzy-pal-statistics-msgs-dbgsym_2.7.0-1noble.20260519.193956_arm64.deb Size: 548250 SHA256: 50896bdba1ffde879143e4e2a16d7e5b1babf973e360008bf0489a67570a77ac SHA1: 5b9718905e14620f2844d4e4cc9026e0ac13c97d MD5sum: fa8daf8990784fcfd1c4883381cfeb99 Description: debug symbols for ros-jazzy-pal-statistics-msgs Build-Ids: 31d6b5985d3cd40f10132dbb3d676dd81a51ad9d 77c0d0d283993715704d006864726455682b1418 86d24892e686380aadef632b69b740ecc5b30a8c b95cf17717db094f5a7864aa43343f1bcebaf357 babade25bdfd10ba0ebdb6b316c8287caa0f5180 c11d905b564322d967532c2adf0196cf986c3368 cd11855c6be98753bf7ae87f0a85bd1d4c906eca d7e13ce2a4e30f615ffdaadb458dc12a6246f72c e091fb71e91ccfc4d275bd051a23efd874658e22 fae89e60e338f6506c5d09f0faa5c0b1674ab875 fd91c4ba9f4a2e89e59883289d1a3e6aec23d04e Package: ros-jazzy-pandar-msgs Version: 1.0.0-1noble.20260519.172925 Architecture: arm64 Maintainer: David Wong Installed-Size: 1214 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pandar-msgs/ros-jazzy-pandar-msgs_1.0.0-1noble.20260519.172925_arm64.deb Size: 71100 SHA256: 70aaa708b773470eb0947907400491fefbcc45f17e0a8f77b1718a7eee43af1c SHA1: 830ed6bb8a071546f9ae1806695470e99ccb416f MD5sum: 742cb91c0968d56ab4ce605b64251d92 Description: ROS message definition for the Hesai PandarQT/Pandar64/Pandar40P/Pandar20A/Pandar20B/Pandar40M LiDAR sensor. Package: ros-jazzy-pandar-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-pandar-msgs Version: 1.0.0-1noble.20260519.172925 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David Wong Installed-Size: 574 Depends: ros-jazzy-pandar-msgs (= 1.0.0-1noble.20260519.172925) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pandar-msgs/ros-jazzy-pandar-msgs-dbgsym_1.0.0-1noble.20260519.172925_arm64.deb Size: 411400 SHA256: 2e130120613eae6d6524317dad8dafbe2bb5a005ce61b6644dd36dd5199c4b3f SHA1: 9b7547b5d6e68caa7bdaf87478867a493a676fb1 MD5sum: c9c661c0517f26d251ecca01bcb97ed0 Description: debug symbols for ros-jazzy-pandar-msgs Build-Ids: 0e44c33acc9c472b5c884a0309c6c971c61ef889 27f29026d512c242b4be88bff5b098b5b4689853 38f007ee5223da4cc2a7573ab7ff7fe662122a2c 4426455cd9b86f9d44ca9cde164986b336aea08c 495879c77530215849fad01315f8e0f17f845e4a 649bb34f7c1339e1f9c558cddaf6dce59eabf02f 8c50fd00145bb37e0aeb2d21a0f57b62a5e0b89d 927b6b7299830144876cc3569dcafe4353eaf2bb 9ca427071a1a13d297e343c9877e36b257098f3c c77b1345ee9a8b2013cbd117692711eaaf4ee8a4 e4a2b29e0fb1c2dee84f86bbd56314ead47c2796 Package: ros-jazzy-pangolin Version: 0.9.5-1noble.20260414.124322 Architecture: arm64 Maintainer: Steven Lovegrove Installed-Size: 6081 Depends: libc6 (>= 2.38), libegl1, libepoxy0 (>= 1.0), libgcc-s1 (>= 3.3.1), libjpeg8 (>= 8c), libpng16-16t64 (>= 1.6.2), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), 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, libpng-dev, libxkbcommon-dev, python3-dev, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pangolin/ros-jazzy-pangolin_0.9.5-1noble.20260414.124322_arm64.deb Size: 1306584 SHA256: 8eb2891629e2be7281f773d5c5c4ed8d4430b6b8e1c55c0c1f8c8f37e4cfff79 SHA1: f0495bdec8e19805fa2642fde82be5cca72de1bd MD5sum: 42f3acebe9d5f72381a9e3a92d62e010 Description: Pangolin is a set of lightweight and portable utility libraries for prototyping 3D, numeric or video based programs and algorithms. Package: ros-jazzy-pangolin-dbgsym Package-Type: ddeb Source: ros-jazzy-pangolin Version: 0.9.5-1noble.20260414.124322 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Steven Lovegrove Installed-Size: 36033 Depends: ros-jazzy-pangolin (= 0.9.5-1noble.20260414.124322) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pangolin/ros-jazzy-pangolin-dbgsym_0.9.5-1noble.20260414.124322_arm64.deb Size: 32472914 SHA256: b4385ff0c4e7047d1d191d0de77f1af4beb828f71078e1e919560275b514e273 SHA1: 70bc0c36e936111f303a5f0b6ab08813419cf782 MD5sum: 74fc4240b440a5014773c807aa17a1b6 Description: debug symbols for ros-jazzy-pangolin Build-Ids: 0b05ace269f0ad1fb7a6882fe931e1f1e606a3b2 14c45c6f50c9c3225660e3565dbfa25a7d293258 1c957fd1ec46d64b09b61603e459fddb7b283d32 2755aec916a6844c37087fcf5e0dab0850ba552c 2d61070e66a12b33ccd6f2ace4a2749d2fef8270 387809d9a1674522c3120f499bca459117ddc2ba 39addfd89d3bc76aa3ecebe2122ff43d78ddb89f 479e31640e7a9e7167a04df8b9603eb52a1d35d0 47c2284996362c6ef034b0a41dec465f5b1d0bec 659c2d490387dd13c32b32df6c93aebad32d9c94 65bb852c4b11ecb906997a1114822461a5a3c78c 76721408ff0e26c17d3d6324e73237fe504f972c 7af617742debaebea0482fb99da992ebcb5307db 9d0ae3c64b4a5fe327aef18378c2f37d6f9d9d78 a47eef27e5dcde0d16c184a0587b3b24dec17cec a8aa0542e7174fa7c705d0f73b2600706afe5592 adb6bdb51e7d6411f448f6fccac90325d4184a35 b38a0f873e57bddc90b7555775e54b61851b2ed7 e2e3ecfd23476aeec463a756e946f2f7e0e9d27d e92f8099d62fdee1fe8583a6a7c83b24f8bdda68 Package: ros-jazzy-parallel-gripper-controller Version: 4.40.1-1noble.20260520.045451 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 375 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-backward-ros, ros-jazzy-control-msgs, ros-jazzy-control-toolbox, ros-jazzy-controller-interface, ros-jazzy-generate-parameter-library, ros-jazzy-hardware-interface, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-realtime-tools, ros-jazzy-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-parallel-gripper-controller/ros-jazzy-parallel-gripper-controller_4.40.1-1noble.20260520.045451_arm64.deb Size: 82182 SHA256: 128e7d3c8dd262a4577a901e44f1a5f04ea7bc8f5ac90b54ff0cf0ae4663bb95 SHA1: d41e155cf3ed75e4b63280573e425db07a23335f MD5sum: 0b4bbe9386bda589ec6c4da239a3d093 Description: The parallel_gripper_controller package Package: ros-jazzy-parallel-gripper-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-parallel-gripper-controller Version: 4.40.1-1noble.20260520.045451 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 1135 Depends: ros-jazzy-parallel-gripper-controller (= 4.40.1-1noble.20260520.045451) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-parallel-gripper-controller/ros-jazzy-parallel-gripper-controller-dbgsym_4.40.1-1noble.20260520.045451_arm64.deb Size: 1006402 SHA256: 7451e01b21f30c08b0b0d59c932c6051116a6ee9fe8373c1bf2c944f705464db SHA1: 4a8893e021e3992f589e03b210179b557c090918 MD5sum: 6fae1b4adfdc117d3cd3b93157f2ecd3 Description: debug symbols for ros-jazzy-parallel-gripper-controller Build-Ids: 202fd2338cdb46fbb6cbd626cd7f0b3909ec1094 Package: ros-jazzy-parameter-expression Version: 0.0.2-1noble.20260519.230821 Architecture: arm64 Maintainer: f0reachARR Installed-Size: 128 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libmuparser2v5 (>= 2.3.3), libstdc++6 (>= 13.1), libmuparser-dev, ros-jazzy-rclcpp, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-parameter-expression/ros-jazzy-parameter-expression_0.0.2-1noble.20260519.230821_arm64.deb Size: 17222 SHA256: 8a86569532e880b36539eb19da11c6b204b36bf670a023fb248fef166190c4b3 SHA1: ca6464093a0cb29e86f75deba22bc50a51cded75 MD5sum: 2daa0fd0243ebb7346be1a1278057baa Description: Using mathematical expression in ROS 2 parameter Package: ros-jazzy-parameter-expression-dbgsym Package-Type: ddeb Source: ros-jazzy-parameter-expression Version: 0.0.2-1noble.20260519.230821 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: f0reachARR Installed-Size: 217 Depends: ros-jazzy-parameter-expression (= 0.0.2-1noble.20260519.230821) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-parameter-expression/ros-jazzy-parameter-expression-dbgsym_0.0.2-1noble.20260519.230821_arm64.deb Size: 193128 SHA256: cb982fd7adf65c83433a4ef25a1dfafe3cd2b9986508282cd8fcae40560c98d7 SHA1: 73d245d2d6041d61a8c57f95bf303ea94ac9c91d MD5sum: 8696aafe2b28d7628dfb4ba83e2bbcf3 Description: debug symbols for ros-jazzy-parameter-expression Build-Ids: ef41f172d670d07b4c6926cebb81a90b946fe867 Package: ros-jazzy-parameter-traits Version: 0.7.3-1noble.20260520.031948 Architecture: arm64 Maintainer: "bmagyar" Installed-Size: 62 Depends: libfmt-dev, ros-jazzy-rclcpp, ros-jazzy-rsl, ros-jazzy-tcb-span, ros-jazzy-tl-expected, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/parameter_traits/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-parameter-traits/ros-jazzy-parameter-traits_0.7.3-1noble.20260520.031948_arm64.deb Size: 10430 SHA256: 9fc9a3810857ac51f2db641b0f78e763814f9ea4f60e075b1007e1db7af2afb7 SHA1: b0ebb7fc6db3ffd4e2bbb5618b6a8b334a7b89c2 MD5sum: e7405b2a294d47f01213d768773bb36e Description: Functions and types for rclcpp::Parameter Package: ros-jazzy-pcl-conversions Version: 2.6.4-1noble.20260519.225911 Architecture: arm64 Maintainer: Paul Bovbel Installed-Size: 79 Depends: libeigen3-dev, libpcl-common1.14, libpcl-dev, libpcl-io1.14, ros-jazzy-message-filters, ros-jazzy-pcl-msgs, ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/pcl_conversions Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pcl-conversions/ros-jazzy-pcl-conversions_2.6.4-1noble.20260519.225911_arm64.deb Size: 12722 SHA256: cb349b96f03a658220e390701448fa64eb2568812707dc4981c318971e709abd SHA1: 391b782f456c4bd3a28b2a1824a3b96e63e6d0a6 MD5sum: daa843f73358338211dbae2c39380548 Description: Provides conversions from PCL data types and ROS message types Package: ros-jazzy-pcl-msgs Version: 1.0.0-9noble.20260519.193429 Architecture: arm64 Maintainer: Paul Bovbel Installed-Size: 1601 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/pcl_msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pcl-msgs/ros-jazzy-pcl-msgs_1.0.0-9noble.20260519.193429_arm64.deb Size: 113074 SHA256: 57870444c6f10d8482c5179760a9eaf0505d38384e4a9bc4882b00dd201c232d SHA1: 66f8dc54ab9ed0a711479f5014d205f1510bdb3c MD5sum: bfe163aa36a420ab47c134588905eb30 Description: Package containing PCL (Point Cloud Library)-related ROS messages. Package: ros-jazzy-pcl-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-pcl-msgs Version: 1.0.0-9noble.20260519.193429 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Paul Bovbel Installed-Size: 1094 Depends: ros-jazzy-pcl-msgs (= 1.0.0-9noble.20260519.193429) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pcl-msgs/ros-jazzy-pcl-msgs-dbgsym_1.0.0-9noble.20260519.193429_arm64.deb Size: 832014 SHA256: b1f4572a7458598c0cafdf7572ca4c65feb06dc716823ff5bb70b867218c08b6 SHA1: 9611c3109370250a55e33e04c56d420476991428 MD5sum: f237fd72563ae8648c00494dde0ca4ce Description: debug symbols for ros-jazzy-pcl-msgs Build-Ids: 3e95e2462386e620bbae6950de4f758289539aeb 5bf340990227cc7e1a01a57f61ffd64d1b5e1d5e 605a038fc833339563960bcf49e07f3d978f89cb 65a6277a14b63c6adb62dcc26687eac9af3085e9 a7095242d479b58b11ba18dded74bfdcd0d79793 aa1ceea853bbd4f86fbbc77c8bfcc32fee2ac02b aa5d9e86255ef9a85752a6ecb72afebb9ec88925 ac7fe1236f2494d669dfd0b19789c370f389d189 c5f24fe4c56dbe47086d85dc17d82c993be2750d d1efcd177dec0214df1aeb045dbcc73c929eba37 f7c4d625a626336a4076b04976deb8aa5f16637c Package: ros-jazzy-pcl-ros Version: 2.6.4-1noble.20260520.005704 Architecture: arm64 Maintainer: Paul Bovbel Installed-Size: 4341 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpcl-common1.14 (>= 1.14.0+dfsg), libpcl-filters1.14 (>= 1.14.0+dfsg), libpcl-io1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), libeigen3-dev, libpcl-dev, libpcl-features1.14, libpcl-segmentation1.14, libpcl-surface1.14, ros-jazzy-geometry-msgs, ros-jazzy-pcl-conversions, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-tf2, ros-jazzy-tf2-eigen, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/perception_pcl Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pcl-ros/ros-jazzy-pcl-ros_2.6.4-1noble.20260520.005704_arm64.deb Size: 576692 SHA256: ce6513eaae752f764dcb1f52ee9c17b429b120aca4e2f53268463b98ee970b51 SHA1: 3f114a8fbcb72ad6e2a3d4586eba4d88c21cafa4 MD5sum: 9186ac0fc44e4cda5f29e60a4adb76b5 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-jazzy-pcl-ros-dbgsym Package-Type: ddeb Source: ros-jazzy-pcl-ros Version: 2.6.4-1noble.20260520.005704 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Paul Bovbel Installed-Size: 30365 Depends: ros-jazzy-pcl-ros (= 2.6.4-1noble.20260520.005704) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pcl-ros/ros-jazzy-pcl-ros-dbgsym_2.6.4-1noble.20260520.005704_arm64.deb Size: 25039626 SHA256: d538cab637d03720abc3958c31ab1d4e6e1b58c8745d7299f5e7f02f7969df40 SHA1: abab29797309f52d1226f8b27bbbe1239edbcda9 MD5sum: f511c2e3da5b8ea4bf89a654077fc44e Description: debug symbols for ros-jazzy-pcl-ros Build-Ids: 00e4ad8ed84512baad88e08598e27b4f5562085d 0ffecb85c350cff272c53b88c13d261c598888d4 268a799395f7c11c98c21d8526f4427cb0ebb786 2ed77f9ada8d3904723cf4af6e29d23bd6e959c6 4c45687da49310333f1a0d50f62492ab93a3510d 5a666b483e72c452cdcf5f7bc09c57998eba165b 667a0232f9d922ba53c1d2b5451155096cbd992c 720336beceb58154b660813c41a6663782a6b666 94b8370f0e071d8a9da97e330ef6be75ba39e498 aa87e2f2b307d9da3d2c6a2e411b0a1cfff60616 b0ccdac964f623d5eabdc5a2aae04cc8253b386c c80042112129aa527c536bed467eb48336668d52 ca3c3b14b9cdd8785219d9c13f8648a5477e1c2c e77fbcb741d84af2d43fc3c8836f0d7104a563f1 eef49beb51a20bd3c9a4f1a23d9485429494b16e f2afc1a1c631cbcf170c29071cdfb26d1f368533 Package: ros-jazzy-pendulum-control Version: 0.33.10-1noble.20260519.232013 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 1462 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-pendulum-msgs, ros-jazzy-rclcpp, ros-jazzy-rttest, ros-jazzy-tlsf-cpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pendulum-control/ros-jazzy-pendulum-control_0.33.10-1noble.20260519.232013_arm64.deb Size: 234242 SHA256: fcdab6aab9576d7edbd8b6b3b1aa7c7ed245abe11046fa1cc5a4dda65314611a SHA1: babe6634bce2c4fcfaa9a0dab4c377c37869cd45 MD5sum: 481695032d4b418f3337b3254bc8226b Description: Demonstrates ROS 2's realtime capabilities with a simulated inverted pendulum. Package: ros-jazzy-pendulum-control-dbgsym Package-Type: ddeb Source: ros-jazzy-pendulum-control Version: 0.33.10-1noble.20260519.232013 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 6268 Depends: ros-jazzy-pendulum-control (= 0.33.10-1noble.20260519.232013) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pendulum-control/ros-jazzy-pendulum-control-dbgsym_0.33.10-1noble.20260519.232013_arm64.deb Size: 5173008 SHA256: bdbb1f1c81912fb2499249a1c2b6a73aad6cf0cec2990e536f4e52a43d031785 SHA1: c1a7c7d61ea8ef695c7a0ad4b5446818deb949d2 MD5sum: 33945dc48868cbfb68b49db04bdbdc04 Description: debug symbols for ros-jazzy-pendulum-control Build-Ids: 5a1b469706a19d7d24581c9297cd9b9e2d028a1d 9d6c8673fe120be4f84fc323470235ab7988476a c3e7bdcf8016ea5caf6694c49b213b85332056b8 Package: ros-jazzy-pendulum-msgs Version: 0.33.10-1noble.20260519.040017 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 1214 Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pendulum-msgs/ros-jazzy-pendulum-msgs_0.33.10-1noble.20260519.040017_arm64.deb Size: 61454 SHA256: e547a3f1edd06357959673b9691de6f2d8be32e33aabe17ba3b1b020362ea726 SHA1: 59377710c128bbe509bea38f33c00ce1368c33ad MD5sum: 5b2c3777a8a7e18411a28f6b47beba1b Description: Custom messages for real-time pendulum control. Package: ros-jazzy-pendulum-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-pendulum-msgs Version: 0.33.10-1noble.20260519.040017 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 482 Depends: ros-jazzy-pendulum-msgs (= 0.33.10-1noble.20260519.040017) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pendulum-msgs/ros-jazzy-pendulum-msgs-dbgsym_0.33.10-1noble.20260519.040017_arm64.deb Size: 330290 SHA256: 4ba5ab27620b94c6c6130ceeb118ef768ce2f3bb6014bdef003cd956ddecc1c1 SHA1: f0e2d503ab4a4425de8658e8f3b2483359781295 MD5sum: 65a1c8fbed4f059f9771851d1abe9d35 Description: debug symbols for ros-jazzy-pendulum-msgs Build-Ids: 5e483ffd8e98204fefe50357eeff95a50b9925fe 5ef2e61a2a92d2f3d28f6c33f892e5528450a6e9 6b10a6921fe7209ef0bac37e7bc5fccca7e2a2c6 89eebe8876ab7cacb810e345efce2c79d6a4ef2f ade1856c30956f63c59c6c19ea1f46a1553f58da b78b704b02bf1567eed8353aa80e6d04360fd8ee dc2f92578107a5bef163eecb27d532bb530ba0d9 e0b5938803e288a2fb1e39b7741048c9c2a5fc3d f454f40f6c172aa4edaf152d5dc1dbc8b2cb409c f53c02cdcaff7111b8cf62d9e910add7f8d2b47a f6f2ac299511fde75162874e4f123c6195f0ea17 Package: ros-jazzy-perception Version: 0.11.0-1noble.20260520.110204 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 41 Depends: ros-jazzy-image-common, ros-jazzy-image-pipeline, ros-jazzy-image-transport-plugins, ros-jazzy-laser-filters, ros-jazzy-laser-geometry, ros-jazzy-perception-pcl, ros-jazzy-ros-base, ros-jazzy-vision-opencv, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-perception/ros-jazzy-perception_0.11.0-1noble.20260520.110204_arm64.deb Size: 5366 SHA256: 281a69842c4d76ef886d0c3536e8bfae2de5fa2b1083ab22aa8c3dc6fab67980 SHA1: 911ba587a4dd82bf71d0fdde18d104bab956c32e MD5sum: 8fcdc689c875a32abf2abd897d6ee296 Description: A package which aggregates common perception packages. Package: ros-jazzy-perception-pcl Version: 2.6.4-1noble.20260520.020148 Architecture: arm64 Maintainer: Paul Bovbel Installed-Size: 42 Depends: ros-jazzy-pcl-conversions, ros-jazzy-pcl-msgs, ros-jazzy-pcl-ros, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/perception_pcl Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-perception-pcl/ros-jazzy-perception-pcl_2.6.4-1noble.20260520.020148_arm64.deb Size: 5594 SHA256: 7688a7a3866d5be90ce4e7a4cf595ea0c3ac6dbb056fef1930e4208e9d70720d SHA1: f9c0c338311a6f95b2ff538dbc2d937fecd4c178 MD5sum: af33142375a17ccb028a14f6566996f4 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-jazzy-performance-test Version: 2.3.0-1noble.20260519.214801 Architecture: arm64 Maintainer: Apex AI, Inc. Installed-Size: 9293 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-jazzy-fastcdr, ros-jazzy-rclcpp, ros-jazzy-rmw-implementation, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-performance-test/ros-jazzy-performance-test_2.3.0-1noble.20260519.214801_arm64.deb Size: 934978 SHA256: c73e0d6f49752b7fd336db746406034db49a8d29a574de3ef22ba338b74301f4 SHA1: db8a5694674f1e1978097a287cdae9c7026f5e97 MD5sum: 4291d5fbcccf0eb398b41e2afd31eef6 Description: Tool to test performance of ROS2 and DDS data layers and communication. Package: ros-jazzy-performance-test-dbgsym Package-Type: ddeb Source: ros-jazzy-performance-test Version: 2.3.0-1noble.20260519.214801 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Apex AI, Inc. Installed-Size: 35693 Depends: ros-jazzy-performance-test (= 2.3.0-1noble.20260519.214801) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-performance-test/ros-jazzy-performance-test-dbgsym_2.3.0-1noble.20260519.214801_arm64.deb Size: 27218474 SHA256: 3c71ea7258b60566c0fbabd51f580d0d20b59fe5c04c469e3c38c1f689dd5f3f SHA1: 9793d52dc78244a7c5c67ba9515b989a6b649a14 MD5sum: 7a8d12b6afc1ff3fcffeffb95dec5c6d Description: debug symbols for ros-jazzy-performance-test Build-Ids: 34865af923ce490eeeabf6e1832d3d647a7964a2 38b8e14943333871d5c0de2ba270f0944b8ecec6 7ea7902dd1b3c22673e1f42006a1555aa928056d 80f222c259eb92afb1000b4f8b8364de1c5025d1 900494f490b17343e9174b73f9a69a131e838021 9aec8814e0498d52caf2bbe41e1b36a11ab155c3 9c1524721a2690e00f252a23bc8e8eff9f1a6fb6 a311064585c923d8b48a9418c4ca237402b82b30 a668573743689e5b7ab2c34ef65392b269db406b aa6f01c47a4962b9874557a99d26d58cc3a5bf93 b52628042f7d33e6860c51f11247e5ed69c2b3b9 fbc26c6520cd304bc65aa9c975b32f224d0c998a Package: ros-jazzy-performance-test-fixture Version: 0.2.1-2noble.20260305.202325 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 139 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-jazzy-google-benchmark-vendor, ros-jazzy-ament-cmake-google-benchmark, ros-jazzy-osrf-testing-tools-cpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-performance-test-fixture/ros-jazzy-performance-test-fixture_0.2.1-2noble.20260305.202325_arm64.deb Size: 18138 SHA256: 8646691a601934bbdb3e1d8cc7890c57320b9e42c8b35a544620a226404d9ba2 SHA1: f1265c94815c1d89d69e31cc1eddeaad844ee243 MD5sum: b235800e085da1eba6d70858b8fa5dbf Description: Test fixture and CMake macro for using osrf_testing_tools_cpp with Google Benchmark Package: ros-jazzy-performance-test-fixture-dbgsym Package-Type: ddeb Source: ros-jazzy-performance-test-fixture Version: 0.2.1-2noble.20260305.202325 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 113 Depends: ros-jazzy-performance-test-fixture (= 0.2.1-2noble.20260305.202325) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-performance-test-fixture/ros-jazzy-performance-test-fixture-dbgsym_0.2.1-2noble.20260305.202325_arm64.deb Size: 91356 SHA256: e56b1ed7a206a85ea9e419ba415daefb83bbc65669b6ef9b33ed84968b1fefcf SHA1: 1729b836b285dc763de461f2313f9300cb264353 MD5sum: 6138dcd9925ad2943dd5799747c30261 Description: debug symbols for ros-jazzy-performance-test-fixture Build-Ids: b6fdc748fb5a7d7aceffc038ef13a430aca06d6c Package: ros-jazzy-persist-parameter-server Version: 2.0.0-1noble.20260519.231040 Architecture: arm64 Maintainer: Tomoya Fujita Installed-Size: 313 Depends: libboost-filesystem1.83.0 (>= 1.83.0), libboost-program-options1.83.0 (>= 1.83.0), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-launch-ros, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rcutils, ros-jazzy-rmw, ros-jazzy-rmw-implementation-cmake, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-persist-parameter-server/ros-jazzy-persist-parameter-server_2.0.0-1noble.20260519.231040_arm64.deb Size: 90346 SHA256: e97592e971dedb86a173a2eb65a06b4a3325e62c503e593743795331c0cfc523 SHA1: f0bbfc850fa1511eeceeb196b5cf9eb575876722 MD5sum: d2c017037f687ba1a68d9d2a2235917c Description: ros2 parameter server that other nodes can write/read parameters including persistent parameters. Package: ros-jazzy-persist-parameter-server-dbgsym Package-Type: ddeb Source: ros-jazzy-persist-parameter-server Version: 2.0.0-1noble.20260519.231040 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tomoya Fujita Installed-Size: 1468 Depends: ros-jazzy-persist-parameter-server (= 2.0.0-1noble.20260519.231040) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-persist-parameter-server/ros-jazzy-persist-parameter-server-dbgsym_2.0.0-1noble.20260519.231040_arm64.deb Size: 1324222 SHA256: 908f2c10fb14a2cd0a9d8da2514fca031a5b0f4ea41fe634f4d7e540c6d287cc SHA1: b1012b0a6da66f4543209eef32911c5d096b0866 MD5sum: 1fdd5532d5c2cd094beff961d04e9c6a Description: debug symbols for ros-jazzy-persist-parameter-server Build-Ids: 88b658933344f6d4b637e46b0b186afc451213bd Package: ros-jazzy-pfs Version: 0.15.0-1noble.20260514.125525 Architecture: arm64 Maintainer: "Daniel Trugman" Installed-Size: 1340 Depends: ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/pfs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pfs/ros-jazzy-pfs_0.15.0-1noble.20260514.125525_arm64.deb Size: 170428 SHA256: 60fb9194410a834d973678d6ef14ff20157ab7104b4407f62ffce8a41c91a576 SHA1: 7d76affe0b9a8e3da67bea59a8edc77c91ff58a9 MD5sum: eaf68fc41768ce20be9a31f089ad751d Description: Production grade, very easy to use, procfs parsing library in C++ Package: ros-jazzy-phidgets-accelerometer Version: 2.4.0-1noble.20260519.210803 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 250 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-libphidget22, ros-jazzy-launch, ros-jazzy-phidgets-api, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-accelerometer/ros-jazzy-phidgets-accelerometer_2.4.0-1noble.20260519.210803_arm64.deb Size: 57722 SHA256: a4b175ffea1d2bc96087cb206dafb0fc6cfa43b994b2a0c50a6de12724a00d49 SHA1: 6f14001432d87f45aeb8a58b05979bae5d9b189a MD5sum: c85221082ced0b326887506bf2c2ce1b Description: Driver for the Phidgets Accelerometer devices Package: ros-jazzy-phidgets-accelerometer-dbgsym Package-Type: ddeb Source: ros-jazzy-phidgets-accelerometer Version: 2.4.0-1noble.20260519.210803 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 920 Depends: ros-jazzy-phidgets-accelerometer (= 2.4.0-1noble.20260519.210803) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-accelerometer/ros-jazzy-phidgets-accelerometer-dbgsym_2.4.0-1noble.20260519.210803_arm64.deb Size: 823300 SHA256: 4412dc6ac253f60c5e8f0d5cbafb329904aec6b45fc27b92ea16c7044a77e169 SHA1: 783109c48c23eaf589218a240a309416cd136b36 MD5sum: afe3fdb546af09d10122c17d6d9bb216 Description: debug symbols for ros-jazzy-phidgets-accelerometer Build-Ids: 570d999049ca2ebf4630da5488337066dabd0dc7 Package: ros-jazzy-phidgets-analog-inputs Version: 2.4.0-1noble.20260519.211215 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 249 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-libphidget22, ros-jazzy-launch, ros-jazzy-phidgets-api, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-analog-inputs/ros-jazzy-phidgets-analog-inputs_2.4.0-1noble.20260519.211215_arm64.deb Size: 57014 SHA256: 4c64d8fe5e301e85f19abbd7cfd53ae6098fa5c5d681a1c65e939958279d567a SHA1: fa62f2c3584ba5f4c566f68443b0dbc0ad6d60b4 MD5sum: 5ffad8b206860d90202eb319f336b418 Description: Driver for the Phidgets Analog Input devices Package: ros-jazzy-phidgets-analog-inputs-dbgsym Package-Type: ddeb Source: ros-jazzy-phidgets-analog-inputs Version: 2.4.0-1noble.20260519.211215 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 930 Depends: ros-jazzy-phidgets-analog-inputs (= 2.4.0-1noble.20260519.211215) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-analog-inputs/ros-jazzy-phidgets-analog-inputs-dbgsym_2.4.0-1noble.20260519.211215_arm64.deb Size: 832986 SHA256: bbd01fcc1d92d5fa3508cfd2da3c4af4e7a8096f2f8c6c6e0155e338a2f2ac70 SHA1: 7e271fa1414ab1281f1c083a9d08b2aebf6f30e7 MD5sum: 1373323c3c30aafc34a0dbaa5ad55e07 Description: debug symbols for ros-jazzy-phidgets-analog-inputs Build-Ids: 4282b88d254239e2633f53428f81746569e3ce42 Package: ros-jazzy-phidgets-analog-outputs Version: 2.4.0-1noble.20260519.231103 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 506 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-libphidget22, ros-jazzy-phidgets-api, ros-jazzy-phidgets-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-analog-outputs/ros-jazzy-phidgets-analog-outputs_2.4.0-1noble.20260519.231103_arm64.deb Size: 105294 SHA256: 174b6fca6a3bd19710fa4357b5080b94f830940fbc1b0ca8f35a0c099ff1fded SHA1: ce2bab1ed77be78d7beeaa9499134fbf389186c9 MD5sum: a0475ff2579fadfe1849d2ace948aa87 Description: Driver for the Phidgets Analog Output devices Package: ros-jazzy-phidgets-analog-outputs-dbgsym Package-Type: ddeb Source: ros-jazzy-phidgets-analog-outputs Version: 2.4.0-1noble.20260519.231103 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 2317 Depends: ros-jazzy-phidgets-analog-outputs (= 2.4.0-1noble.20260519.231103) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-analog-outputs/ros-jazzy-phidgets-analog-outputs-dbgsym_2.4.0-1noble.20260519.231103_arm64.deb Size: 1955810 SHA256: 48bd2b4ff047e9c5fc2c8a6fbe693950a532fd1849d2524374f3c5ce7de7afff SHA1: 01a92e0b52b9341bd21eb1a9dce5cd20666507a4 MD5sum: 3a13573708ea804ddc2ade170564ea9f Description: debug symbols for ros-jazzy-phidgets-analog-outputs Build-Ids: 66612685342fff53f6b71b2c892a0deb54c50b66 Package: ros-jazzy-phidgets-api Version: 2.4.0-1noble.20260305.230204 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 268 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-jazzy-libphidget22, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/phidgets_api Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-api/ros-jazzy-phidgets-api_2.4.0-1noble.20260305.230204_arm64.deb Size: 43776 SHA256: 1c797daf2fdfee3a09859b40c8efc975df9e07124972c7cb0b9998974db1e1c3 SHA1: e12527ab15768e833b8c41991f076a3271e58983 MD5sum: 44db765bb0eeaf63661a472c32c865d3 Description: A C++ Wrapper for the Phidgets C API Package: ros-jazzy-phidgets-api-dbgsym Package-Type: ddeb Source: ros-jazzy-phidgets-api Version: 2.4.0-1noble.20260305.230204 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 517 Depends: ros-jazzy-phidgets-api (= 2.4.0-1noble.20260305.230204) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-api/ros-jazzy-phidgets-api-dbgsym_2.4.0-1noble.20260305.230204_arm64.deb Size: 444368 SHA256: 30d6724a0a205e6e10655a0d1d71f35f343d041b70c110a282e43b71ed058f26 SHA1: b149d6fbe8939d89c83577e7390a76dae7c8e786 MD5sum: 584b185249043c66a4e1f47a1184f16b Description: debug symbols for ros-jazzy-phidgets-api Build-Ids: cb157c4272029e5972615336ec37029d8c123b7f Package: ros-jazzy-phidgets-digital-inputs Version: 2.4.0-1noble.20260519.211207 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 249 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-libphidget22, ros-jazzy-launch, ros-jazzy-phidgets-api, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-digital-inputs/ros-jazzy-phidgets-digital-inputs_2.4.0-1noble.20260519.211207_arm64.deb Size: 56682 SHA256: 56f64156a6b7b0037b68a84bd7bc137af3b9fabf0e8ea8728c1a4455ff52e90a SHA1: 7339fabc983198d70f99d8aead5f1a7487483aee MD5sum: 3802c0542632524bd9edb1962601e838 Description: Driver for the Phidgets Digital Input devices Package: ros-jazzy-phidgets-digital-inputs-dbgsym Package-Type: ddeb Source: ros-jazzy-phidgets-digital-inputs Version: 2.4.0-1noble.20260519.211207 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 926 Depends: ros-jazzy-phidgets-digital-inputs (= 2.4.0-1noble.20260519.211207) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-digital-inputs/ros-jazzy-phidgets-digital-inputs-dbgsym_2.4.0-1noble.20260519.211207_arm64.deb Size: 829712 SHA256: 1274d3c80f258b70ec4724c7e656185cf112b519b119f08c73b419b85e1f6159 SHA1: 0f1af87ea4b4b1dba07cd9b71f5b59d4adeee64b MD5sum: a724cb41508a099279fdf563b4d8ef76 Description: debug symbols for ros-jazzy-phidgets-digital-inputs Build-Ids: 132249025f7865e3ba96d6117a8c359af1da3da5 Package: ros-jazzy-phidgets-digital-outputs Version: 2.4.0-1noble.20260519.211209 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 571 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-libphidget22, ros-jazzy-launch, ros-jazzy-phidgets-api, ros-jazzy-phidgets-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-digital-outputs/ros-jazzy-phidgets-digital-outputs_2.4.0-1noble.20260519.211209_arm64.deb Size: 105560 SHA256: c813f6d73859c7175182ce65afc1fcc4d9eaf962ab85c84545fed8d2450c93f7 SHA1: b5b80270c8f1ee9c5362ce5b175282418af1b66e MD5sum: 09ef0f0397b39d2e06dc11c8f1006a1a Description: Driver for the Phidgets Digital Output devices Package: ros-jazzy-phidgets-digital-outputs-dbgsym Package-Type: ddeb Source: ros-jazzy-phidgets-digital-outputs Version: 2.4.0-1noble.20260519.211209 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 2320 Depends: ros-jazzy-phidgets-digital-outputs (= 2.4.0-1noble.20260519.211209) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-digital-outputs/ros-jazzy-phidgets-digital-outputs-dbgsym_2.4.0-1noble.20260519.211209_arm64.deb Size: 1960578 SHA256: f2846b0e478b1e97b7e69c3c7da52b2a5e7dde89e1fa50dc364d92d762955083 SHA1: 5d646657be7b227c0d7ca9fbd0fbd39668e7b683 MD5sum: 4e5acd952aac2ca03e4948d2b006394d Description: debug symbols for ros-jazzy-phidgets-digital-outputs Build-Ids: a54be9b11dd2103610778b01b61692e7f4088ea0 Package: ros-jazzy-phidgets-drivers Version: 2.4.0-1noble.20260520.020709 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 42 Depends: ros-jazzy-libphidget22, ros-jazzy-phidgets-accelerometer, ros-jazzy-phidgets-analog-inputs, ros-jazzy-phidgets-api, ros-jazzy-phidgets-digital-inputs, ros-jazzy-phidgets-digital-outputs, ros-jazzy-phidgets-gyroscope, ros-jazzy-phidgets-high-speed-encoder, ros-jazzy-phidgets-ik, ros-jazzy-phidgets-magnetometer, ros-jazzy-phidgets-motors, ros-jazzy-phidgets-msgs, ros-jazzy-phidgets-spatial, ros-jazzy-phidgets-temperature, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/phidgets_drivers Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-drivers/ros-jazzy-phidgets-drivers_2.4.0-1noble.20260520.020709_arm64.deb Size: 6130 SHA256: 021a191aacdb54d8cf1642dd0538f7c0a53c5f6b9a8a75e7578d0f08655db991 SHA1: 15169d4781fb0db888b35e95188dafda1096fe39 MD5sum: e30d7f6714f7204daa0f5ec7e7092589 Description: API and ROS drivers for Phidgets devices Package: ros-jazzy-phidgets-gyroscope Version: 2.4.0-1noble.20260519.211251 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 315 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-libphidget22, ros-jazzy-launch, ros-jazzy-phidgets-api, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-gyroscope/ros-jazzy-phidgets-gyroscope_2.4.0-1noble.20260519.211251_arm64.deb Size: 77182 SHA256: fd8ae063323052d7d28be12f6c957e32e37af135879507c7b4c8530752c90f50 SHA1: 90323ba52bfc8528c5b79327b55e13443cd992a7 MD5sum: 46fed3142012eaceda5ec39102b6fa85 Description: Driver for the Phidgets Gyroscope devices Package: ros-jazzy-phidgets-gyroscope-dbgsym Package-Type: ddeb Source: ros-jazzy-phidgets-gyroscope Version: 2.4.0-1noble.20260519.211251 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 1364 Depends: ros-jazzy-phidgets-gyroscope (= 2.4.0-1noble.20260519.211251) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-gyroscope/ros-jazzy-phidgets-gyroscope-dbgsym_2.4.0-1noble.20260519.211251_arm64.deb Size: 1204814 SHA256: c3cf9ed20c2645438d73dff4ee1cfb1741c5e8ce943fac80a9b09d2125e5a3d7 SHA1: 078fa4887cb78f2d0799f4942f1375293e994caa MD5sum: 2ba6312aaed12c1c8817473e5cf74573 Description: debug symbols for ros-jazzy-phidgets-gyroscope Build-Ids: 6ce29a9c178251d3b97cafde155cc6e65cbf3b87 Package: ros-jazzy-phidgets-high-speed-encoder Version: 2.4.0-1noble.20260519.211455 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 315 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-libphidget22, ros-jazzy-launch, ros-jazzy-phidgets-api, ros-jazzy-phidgets-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-high-speed-encoder/ros-jazzy-phidgets-high-speed-encoder_2.4.0-1noble.20260519.211455_arm64.deb Size: 80058 SHA256: 0a71321af13fa21373aa4f93f5713db085f52b0646f73ebd25ecfe6b43f63e33 SHA1: 4b469a77cdbfe09afd4a4e48c69c435e08302b4c MD5sum: 524e2f3f5bbec9b4e23f4c7e50916aa8 Description: Driver for the Phidgets high speed encoder devices Package: ros-jazzy-phidgets-high-speed-encoder-dbgsym Package-Type: ddeb Source: ros-jazzy-phidgets-high-speed-encoder Version: 2.4.0-1noble.20260519.211455 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 1450 Depends: ros-jazzy-phidgets-high-speed-encoder (= 2.4.0-1noble.20260519.211455) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-high-speed-encoder/ros-jazzy-phidgets-high-speed-encoder-dbgsym_2.4.0-1noble.20260519.211455_arm64.deb Size: 1282834 SHA256: 3ccef08a7dae7a1f9eb2884f059de50f82c519e7305542f585c1d1dd732c11b2 SHA1: 7cda0221a886df5c34bee50373ddb77324919b41 MD5sum: c40e44e23c106175936d5280a0e120eb Description: debug symbols for ros-jazzy-phidgets-high-speed-encoder Build-Ids: affb94c9695b8b78a39522af13d3e7696b9b65b4 Package: ros-jazzy-phidgets-ik Version: 2.4.0-1noble.20260519.211604 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 46 Depends: ros-jazzy-launch, ros-jazzy-phidgets-analog-inputs, ros-jazzy-phidgets-digital-inputs, ros-jazzy-phidgets-digital-outputs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-ik/ros-jazzy-phidgets-ik_2.4.0-1noble.20260519.211604_arm64.deb Size: 7094 SHA256: 4a35b97101909729f26fd6c1819c46f6d833605aedfc696a374720f08d66c625 SHA1: f6dd3abe40268eb53b809a37f02de9e7f21b8cf2 MD5sum: 4664f024bf778b7ab8ddd5714ed1b258 Description: Driver for the Phidgets InterfaceKit devices Package: ros-jazzy-phidgets-magnetometer Version: 2.4.0-1noble.20260519.211520 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 250 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-libphidget22, ros-jazzy-launch, ros-jazzy-phidgets-api, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-magnetometer/ros-jazzy-phidgets-magnetometer_2.4.0-1noble.20260519.211520_arm64.deb Size: 59962 SHA256: 9280475f306aff598c75baed78b0b30d3a2ac7b37b23a7ab1a15620242c4418f SHA1: cbce2bbf4f531435d16e807f1e08c50eece53949 MD5sum: d05d976986181b3f9b31a09dc25ae6d6 Description: Driver for the Phidgets Magnetometer devices Package: ros-jazzy-phidgets-magnetometer-dbgsym Package-Type: ddeb Source: ros-jazzy-phidgets-magnetometer Version: 2.4.0-1noble.20260519.211520 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 942 Depends: ros-jazzy-phidgets-magnetometer (= 2.4.0-1noble.20260519.211520) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-magnetometer/ros-jazzy-phidgets-magnetometer-dbgsym_2.4.0-1noble.20260519.211520_arm64.deb Size: 842554 SHA256: 3b517bdda32c47b7aec0cf0274549f40c9e9d108ea72008287ec68e30450db1a SHA1: 6538f5e157d3a913789534ac061174ba011aa243 MD5sum: 87d10d7f9bb7e1b322c76eb6921a7d57 Description: debug symbols for ros-jazzy-phidgets-magnetometer Build-Ids: 3f50621cb968a8332083b505979b6f856ac8c319 Package: ros-jazzy-phidgets-motors Version: 2.4.0-1noble.20260519.211531 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 507 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-libphidget22, ros-jazzy-launch, ros-jazzy-phidgets-api, ros-jazzy-phidgets-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-motors/ros-jazzy-phidgets-motors_2.4.0-1noble.20260519.211531_arm64.deb Size: 107320 SHA256: a2e2aad7e8e110dd0d9c7cf535970c7d7e6324d84841a130054266a241b0c112 SHA1: fec51865f0d686d5e3598f00f9bfb16cee02ba50 MD5sum: 69fbbb5b8fe2fb7fe6bf11632409d36f Description: Driver for the Phidgets Motor devices Package: ros-jazzy-phidgets-motors-dbgsym Package-Type: ddeb Source: ros-jazzy-phidgets-motors Version: 2.4.0-1noble.20260519.211531 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 2232 Depends: ros-jazzy-phidgets-motors (= 2.4.0-1noble.20260519.211531) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-motors/ros-jazzy-phidgets-motors-dbgsym_2.4.0-1noble.20260519.211531_arm64.deb Size: 1881552 SHA256: fad7f626f261bc63113c99306be4c933a6ea48c5b14407b92571277275b42084 SHA1: 571de762d549fa5fe24197b1a0a8630c14297cfb MD5sum: ad5d9d5f904ac2eb2e86033ef9438190 Description: debug symbols for ros-jazzy-phidgets-motors Build-Ids: 8785f3269dfba6dc3b055d32f5b0d7c69e6ce9c5 Package: ros-jazzy-phidgets-msgs Version: 2.4.0-1noble.20260519.193959 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 2412 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-msgs/ros-jazzy-phidgets-msgs_2.4.0-1noble.20260519.193959_arm64.deb Size: 153320 SHA256: 9cde9f875f8a879dc81ee4d2dc4c81eb8e7247052c4eedbb219b9d317440805e SHA1: 8d5c708e63336e4de31a65caad3a0591d03a4b7d MD5sum: f742e18c4b844348fa5fbf3c1b7e0fc2 Description: Custom ROS messages for Phidgets drivers Package: ros-jazzy-phidgets-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-phidgets-msgs Version: 2.4.0-1noble.20260519.193959 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 1517 Depends: ros-jazzy-phidgets-msgs (= 2.4.0-1noble.20260519.193959) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-msgs/ros-jazzy-phidgets-msgs-dbgsym_2.4.0-1noble.20260519.193959_arm64.deb Size: 1118244 SHA256: edfddade70b38ce155cbc171e232eba23dc03d7492a95373bbd9ab8d00de78e3 SHA1: fe6d5b582b3a79364e821b3fe07151876a5b9c50 MD5sum: 10276e481f06df20677f01fcf4c132d7 Description: debug symbols for ros-jazzy-phidgets-msgs Build-Ids: 1b8d4e3dfdd06790b480cffcea76e684c548f5d9 20637373e7b0a7a2eb2e5942747e28a411844f58 238e6dbaa17715600a99bf8ef04f880fa8c194c1 376a7880a8dded8bbe23101f3d1581f0057ce46d 4c1aee0ae72e2d2842199ad33f5a7cdec4d67c6e 5817c70daf49f883ff3835d32cef804c42807d46 c0eaa4c9102dc987cc707ce7a351015b6cbfc36d c675361f6f5c40fbf0f59e77303c60750755feb9 c841591a52a2c590c71c1383cb4441a57fa2e3ae e0419cbeb43a15cf976cbe19a4a64cbd56562331 fe78fd15eeefe49a1dc1eee99cb84adc531ce0d6 Package: ros-jazzy-phidgets-spatial Version: 2.4.0-1noble.20260519.211536 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 381 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-libphidget22, ros-jazzy-launch, ros-jazzy-phidgets-api, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/phidgets_spatial Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-spatial/ros-jazzy-phidgets-spatial_2.4.0-1noble.20260519.211536_arm64.deb Size: 91630 SHA256: 556b9f3abf3ee985c6433fa216329efc9975ca182a7688094a122566c840df05 SHA1: 8df2a51337a815af5ece633241fef3bf38f7bcc4 MD5sum: d8cc2d7ffcb94259e62a38a0265862a8 Description: Driver for the Phidgets Spatial 3/3/3 devices Package: ros-jazzy-phidgets-spatial-dbgsym Package-Type: ddeb Source: ros-jazzy-phidgets-spatial Version: 2.4.0-1noble.20260519.211536 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 1666 Depends: ros-jazzy-phidgets-spatial (= 2.4.0-1noble.20260519.211536) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-spatial/ros-jazzy-phidgets-spatial-dbgsym_2.4.0-1noble.20260519.211536_arm64.deb Size: 1462122 SHA256: 108c113d0f5d38778dc17113ba0bb99ca87582d2f0eae027065791f5d35e8a22 SHA1: d98814087943c7688cf82b161b93071ecc1a946c MD5sum: 91c2e20aea314b8d1f609c3088f0236e Description: debug symbols for ros-jazzy-phidgets-spatial Build-Ids: 83ec1b2c4c8b52be4b90576abd0a09413fe31024 Package: ros-jazzy-phidgets-stepper Version: 2.4.0-1noble.20260519.211545 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 699 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-libphidget22, ros-jazzy-launch, ros-jazzy-phidgets-api, ros-jazzy-phidgets-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-stepper/ros-jazzy-phidgets-stepper_2.4.0-1noble.20260519.211545_arm64.deb Size: 141924 SHA256: 39571fe90a989daf6a58f6b7e2281f16bf2541508073e3616454daab0c47bcb2 SHA1: 68a9ede76af0b3b92849941f08680369fc118faa MD5sum: 4d0ad3a9b192146b3979261eb47e3834 Description: Driver for the Phidgets Stepper devices Package: ros-jazzy-phidgets-stepper-dbgsym Package-Type: ddeb Source: ros-jazzy-phidgets-stepper Version: 2.4.0-1noble.20260519.211545 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 3171 Depends: ros-jazzy-phidgets-stepper (= 2.4.0-1noble.20260519.211545) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-stepper/ros-jazzy-phidgets-stepper-dbgsym_2.4.0-1noble.20260519.211545_arm64.deb Size: 2679000 SHA256: 5437522ca0ea160c67e3778f4e9cdfa915a3c778158581418c70e3307bea0b50 SHA1: 25a6f1535616e468418a417a65453f32dad9e5f7 MD5sum: 001b048268d17d5ac67e5327ab7946b0 Description: debug symbols for ros-jazzy-phidgets-stepper Build-Ids: 93f63abf8b72d37dee276357caa36c121d31fa6a Package: ros-jazzy-phidgets-temperature Version: 2.4.0-1noble.20260519.211621 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 249 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-libphidget22, ros-jazzy-launch, ros-jazzy-phidgets-api, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-temperature/ros-jazzy-phidgets-temperature_2.4.0-1noble.20260519.211621_arm64.deb Size: 55590 SHA256: e236ce082d0963bb96c96503e92d10317ef11b6425aa1519164b0bd76a2e4560 SHA1: 02f60c7643fb8d48cbfa9cdac75db0d5299635e8 MD5sum: de624d0ca119b925365e5dbf5e00bc72 Description: Driver for the Phidgets Temperature devices Package: ros-jazzy-phidgets-temperature-dbgsym Package-Type: ddeb Source: ros-jazzy-phidgets-temperature Version: 2.4.0-1noble.20260519.211621 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 899 Depends: ros-jazzy-phidgets-temperature (= 2.4.0-1noble.20260519.211621) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-temperature/ros-jazzy-phidgets-temperature-dbgsym_2.4.0-1noble.20260519.211621_arm64.deb Size: 801928 SHA256: 873b19f8ba7881f439cd19c49f3b52e5020100a3309c33af1c92c6c036e1f9d6 SHA1: 9915a3bbf94af2587ccc01c5c4a06e04bbdab87e MD5sum: 260852944b024c4e2c4053f2a6f95e9e Description: debug symbols for ros-jazzy-phidgets-temperature Build-Ids: 3acd7b240b3c11b084137ede3cb2b60809d5f8b7 Package: ros-jazzy-pick-ik Version: 1.1.1-1noble.20260520.042428 Architecture: arm64 Maintainer: Tyler Weaver Installed-Size: 393 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-moveit-core, libfmt-dev, librange-v3-dev, ros-jazzy-generate-parameter-library, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rsl, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-kdl, ros-jazzy-tl-expected, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pick-ik/ros-jazzy-pick-ik_1.1.1-1noble.20260520.042428_arm64.deb Size: 101670 SHA256: 50881875cb01d3f8ccd1720395072911f6eaf788e43902fe0e9f407a42ac087f SHA1: 709ef0e550c574b2f9d3dbbf9831a9c752ca63da MD5sum: ab9f4795d58ff8771847adf4e27a6f14 Description: Inverse Kinematics solver for MoveIt Package: ros-jazzy-pick-ik-dbgsym Package-Type: ddeb Source: ros-jazzy-pick-ik Version: 1.1.1-1noble.20260520.042428 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tyler Weaver Installed-Size: 5374 Depends: ros-jazzy-pick-ik (= 1.1.1-1noble.20260520.042428) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pick-ik/ros-jazzy-pick-ik-dbgsym_1.1.1-1noble.20260520.042428_arm64.deb Size: 5316584 SHA256: b434717f67861014caf80102224bb63f1a20314a5ffe05e2ba3d4630e4724077 SHA1: 95d1d0206cba1cf49c1224d921ca86f793f6c9bd MD5sum: f47d7af34586073bbcd8158c63581083 Description: debug symbols for ros-jazzy-pick-ik Build-Ids: 84e71a4ec99215117b83c85a22adc89c09b21d63 Package: ros-jazzy-picknik-ament-copyright Version: 0.0.2-5noble.20260411.113405 Architecture: arm64 Maintainer: Joe Schornak Installed-Size: 40 Depends: ros-jazzy-ament-copyright, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-picknik-ament-copyright/ros-jazzy-picknik-ament-copyright_0.0.2-5noble.20260411.113405_arm64.deb Size: 4870 SHA256: 5faca16e22838653eef4bd7da30d0d1c5bf9792ea4e06c0bca742c8c26f1404f SHA1: 645d63e12f760d6c99ab00f715065e75f0eefb65 MD5sum: 86d21bf2399f4e2ddbc3644925d13234 Description: Check PickNik-specific copyright headers. Package: ros-jazzy-picknik-reset-fault-controller Version: 0.0.4-1noble.20260520.051210 Architecture: arm64 Maintainer: Alex Moriarty Installed-Size: 265 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-controller-interface, ros-jazzy-example-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-realtime-tools, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-picknik-reset-fault-controller/ros-jazzy-picknik-reset-fault-controller_0.0.4-1noble.20260520.051210_arm64.deb Size: 66642 SHA256: d11c0444666da0423e1a3eeab68e232ed03f394231986ccfa24332d7554b38e9 SHA1: 825af7ccd6391f70bd098fd42b5b1738639b42b8 MD5sum: 41625b5f548687889a8f2c3f10d38b48 Description: ROS 2 controller that offers a service to clear faults in a hardware interface Package: ros-jazzy-picknik-reset-fault-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-picknik-reset-fault-controller Version: 0.0.4-1noble.20260520.051210 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alex Moriarty Installed-Size: 1162 Depends: ros-jazzy-picknik-reset-fault-controller (= 0.0.4-1noble.20260520.051210) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-picknik-reset-fault-controller/ros-jazzy-picknik-reset-fault-controller-dbgsym_0.0.4-1noble.20260520.051210_arm64.deb Size: 1042266 SHA256: c262b25588f69a8ccb9c87c57647c44183f7f80cc984c5d07546ac8a338b968e SHA1: d92fbb5260df710910c29dc77831d58be20418a3 MD5sum: b37c3e4e6b751ff29429cd529fced2fe Description: debug symbols for ros-jazzy-picknik-reset-fault-controller Build-Ids: c9303e64384f25fb92af629b73d0860013e496d9 Package: ros-jazzy-picknik-twist-controller Version: 0.0.4-1noble.20260520.051236 Architecture: arm64 Maintainer: lovro Installed-Size: 520 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-controller-interface, ros-jazzy-example-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-realtime-tools, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-picknik-twist-controller/ros-jazzy-picknik-twist-controller_0.0.4-1noble.20260520.051236_arm64.deb Size: 100632 SHA256: 2e365263103d8ae7e719eedd6785d43c05c5a7d13659e50bd3c88350586ae1f5 SHA1: dc01f32ce564a79df089ae879d39ff29eec4c860 MD5sum: 537ca608ed2224f15fd95db18314e46e Description: Subscribes to twist msg and forwards to hardware Package: ros-jazzy-picknik-twist-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-picknik-twist-controller Version: 0.0.4-1noble.20260520.051236 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: lovro Installed-Size: 2119 Depends: ros-jazzy-picknik-twist-controller (= 0.0.4-1noble.20260520.051236) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-picknik-twist-controller/ros-jazzy-picknik-twist-controller-dbgsym_0.0.4-1noble.20260520.051236_arm64.deb Size: 1781914 SHA256: 4c959c588f0bfc6da3b49ce56f780d28e92f40f2dbcd46136010df5ebb923e1b SHA1: 3943178dc7b5a300fc90c6b25102e3f57cc6abe2 MD5sum: 2e8cae06f17e8a615cae429370004ef4 Description: debug symbols for ros-jazzy-picknik-twist-controller Build-Ids: 5bdfa05e24d59ed185766d05d2fffa05fbd747c8 Package: ros-jazzy-pid-controller Version: 4.40.1-1noble.20260520.045427 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 842 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-angles, ros-jazzy-backward-ros, ros-jazzy-control-msgs, ros-jazzy-control-toolbox, ros-jazzy-controller-interface, ros-jazzy-hardware-interface, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-realtime-tools, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pid-controller/ros-jazzy-pid-controller_4.40.1-1noble.20260520.045427_arm64.deb Size: 193016 SHA256: f3d76d63d51051d9e04733bc829e16c6288da4ccda1f497e4e0ed001cd817a0d SHA1: 89922f54dad2df0e3f7c8fa73a91b9a7ee85e501 MD5sum: 2f0c647e397e1aaa95a28171c59916e0 Description: Controller based on PID implememenation from control_toolbox package. Package: ros-jazzy-pid-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-pid-controller Version: 4.40.1-1noble.20260520.045427 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 3543 Depends: ros-jazzy-pid-controller (= 4.40.1-1noble.20260520.045427) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pid-controller/ros-jazzy-pid-controller-dbgsym_4.40.1-1noble.20260520.045427_arm64.deb Size: 3076118 SHA256: 47ef9f57e1c6adadd59322e9b29fc66336a12b856a9040a78a0343604a4dcadf SHA1: 2cd7822901a8d95c4d9e4db5982bb07eae6ac0c7 MD5sum: 65fcd175674082066a0454ec02884d3e Description: debug symbols for ros-jazzy-pid-controller Build-Ids: a23742e163904f1c9086255e833c99fd71b7f925 Package: ros-jazzy-pilz-industrial-motion-planner Version: 2.12.4-1noble.20260520.052432 Architecture: arm64 Maintainer: Christian Henkel Installed-Size: 1950 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-moveit-core, ros-jazzy-moveit-ros-move-group, ros-jazzy-moveit-ros-planning, ros-jazzy-eigen3-cmake-module, ros-jazzy-generate-parameter-library, ros-jazzy-geometry-msgs, ros-jazzy-moveit-common, ros-jazzy-moveit-msgs, ros-jazzy-orocos-kdl-vendor, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-tf2, ros-jazzy-tf2-eigen, ros-jazzy-tf2-eigen-kdl, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-kdl, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pilz-industrial-motion-planner/ros-jazzy-pilz-industrial-motion-planner_2.12.4-1noble.20260520.052432_arm64.deb Size: 349822 SHA256: 90e53344225eaf9e1b50354e39af60b53ac980fbdcbdfde7fc1670d73ce3cfec SHA1: 6aceaf6a2b41d69076329fd6ea1e47a8b6cfd352 MD5sum: fa480126f06ef5b6082ca51ebd39205d Description: MoveIt plugin to generate industrial trajectories PTP, LIN, CIRC and sequences thereof. Package: ros-jazzy-pilz-industrial-motion-planner-dbgsym Package-Type: ddeb Source: ros-jazzy-pilz-industrial-motion-planner Version: 2.12.4-1noble.20260520.052432 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christian Henkel Installed-Size: 26627 Depends: ros-jazzy-pilz-industrial-motion-planner (= 2.12.4-1noble.20260520.052432) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pilz-industrial-motion-planner/ros-jazzy-pilz-industrial-motion-planner-dbgsym_2.12.4-1noble.20260520.052432_arm64.deb Size: 26236746 SHA256: 224fad785807fa4a9cb3e977996dc6a03c05e940841336e0c3e29997e45445b4 SHA1: 20c7cff850f92edeeee644d2ffc0d04513a1779a MD5sum: 3594702f17f3a094ac7d2a59903c60c9 Description: debug symbols for ros-jazzy-pilz-industrial-motion-planner Build-Ids: 1983c8e166668037acb4c8e5f40c0cd6d6dafed4 325a737468e20b7f530b69c8e355dfe277d65805 3b7d82793d9cd21aa5c3b9425f96581b1475fb60 44f29355d8926bd252221e32899e2ef84c50802d 5d79c2408c594b7fb1aaf69f4e07df4e548a39c9 79f3f7b4b03e7ca50a4b26c2fc99fa356e667bfd a6c6f3ec20395cfcd0115e74ead9750f224b6f82 a778b5482816a5e48c71ae0e28222c502ada72a6 f4b46d20ef9ea2a84e8efeb503430539ed275645 Package: ros-jazzy-pilz-industrial-motion-planner-testutils Version: 2.12.4-1noble.20260520.043405 Architecture: arm64 Maintainer: Christian Henkel Installed-Size: 508 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-moveit-core, ros-jazzy-eigen3-cmake-module, ros-jazzy-moveit-common, ros-jazzy-moveit-msgs, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pilz-industrial-motion-planner-testutils/ros-jazzy-pilz-industrial-motion-planner-testutils_2.12.4-1noble.20260520.043405_arm64.deb Size: 100508 SHA256: 4b0c9733aec86464e5314b604b65ec3b28abd525212f50444ccc16781ef8506b SHA1: ad840c3586e634945f8721ccedb2d0b71e71b3da MD5sum: 424ec9b417494a9bbb102c33242641eb Description: Helper scripts and functionality to test industrial motion generation Package: ros-jazzy-pilz-industrial-motion-planner-testutils-dbgsym Package-Type: ddeb Source: ros-jazzy-pilz-industrial-motion-planner-testutils Version: 2.12.4-1noble.20260520.043405 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christian Henkel Installed-Size: 5558 Depends: ros-jazzy-pilz-industrial-motion-planner-testutils (= 2.12.4-1noble.20260520.043405) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pilz-industrial-motion-planner-testutils/ros-jazzy-pilz-industrial-motion-planner-testutils-dbgsym_2.12.4-1noble.20260520.043405_arm64.deb Size: 5414848 SHA256: 701591a57786db1a470c2657f5932b1c3eef69074ab52b585aa5ab0328969139 SHA1: 94f8f74f92e29bf0530dc74daa7b3dceb568e26d MD5sum: 3b8c7ae24a3cd813ae90c60558c399a9 Description: debug symbols for ros-jazzy-pilz-industrial-motion-planner-testutils Build-Ids: 247712de68fbe1d72a9f95b41887db6f20c3960d Package: ros-jazzy-pinocchio Version: 4.0.0-2noble.20260516.215514 Architecture: arm64 Maintainer: "Justin Carpentier" Installed-Size: 29895 Depends: libboost-filesystem1.83.0 (>= 1.83.0), libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py312, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-jazzy-coal, ros-jazzy-urdfdom, libboost-all-dev, libeigen3-dev, python3-dev, python3-numpy, ros-jazzy-eigenpy, ros-jazzy-ros-environment, ros-jazzy-ros-workspace Homepage: https://github.com/stack-of-tasks/pinocchio Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pinocchio/ros-jazzy-pinocchio_4.0.0-2noble.20260516.215514_arm64.deb Size: 5649834 SHA256: 746a4cd13f8f4c9bf398ba3ec5251db0f2519d67a5ad770aabdba207d6ea2e4e SHA1: 1d4ae23e6bb8e5c0547bb39b0f6c9c85f0b1e6a8 MD5sum: fd6bd5ed47f6eafa3d2aae2c1a6b1e05 Description: A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives. Package: ros-jazzy-pinocchio-dbgsym Package-Type: ddeb Source: ros-jazzy-pinocchio Version: 4.0.0-2noble.20260516.215514 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Justin Carpentier" Installed-Size: 445505 Depends: ros-jazzy-pinocchio (= 4.0.0-2noble.20260516.215514) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pinocchio/ros-jazzy-pinocchio-dbgsym_4.0.0-2noble.20260516.215514_arm64.deb Size: 408501434 SHA256: efa8c5ac26a9342391ac2eabe8e7eb425264eb08f9dd31e1ae4328797c555092 SHA1: 098d4d584d867fd82b2d2b8ff4406cfe37f99c11 MD5sum: 1d9245130cc5cbbfaae0866af7a26174 Description: debug symbols for ros-jazzy-pinocchio Build-Ids: 0e4a554214dc0074d10135b27cafce30fb2e777a 1ad14508d5ff444968c4b6110dfa118c3b30fc1a 4f3dff93c1f1b76d658aa0319a20007e8227b509 76d7b5b3f0d5a103a3d8b409bd58f88910142dc2 d79ab10327f4880ec7fb63fd92cede016893f2f9 e2edcb0329257d89e2701c1be9991b0963c846a3 Package: ros-jazzy-plansys2-bringup Version: 2.0.18-1noble.20260520.040854 Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 257 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-launch-ros, ros-jazzy-plansys2-domain-expert, ros-jazzy-plansys2-executor, ros-jazzy-plansys2-lifecycle-manager, ros-jazzy-plansys2-planner, ros-jazzy-plansys2-problem-expert, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-bringup/ros-jazzy-plansys2-bringup_2.0.18-1noble.20260520.040854_arm64.deb Size: 61830 SHA256: 5c66ba9bb0e4a217b46d18ee64e75bf4b04e02f01ab3cebd4a58ea653c22c352 SHA1: 979826ed2d1046a3cb51ce78888d9d554cb040c7 MD5sum: 852f97ff8b184491334a4b23ac78214a Description: Bringup scripts and configurations for the ROS2 Planning System Package: ros-jazzy-plansys2-bringup-dbgsym Package-Type: ddeb Source: ros-jazzy-plansys2-bringup Version: 2.0.18-1noble.20260520.040854 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 1391 Depends: ros-jazzy-plansys2-bringup (= 2.0.18-1noble.20260520.040854) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-bringup/ros-jazzy-plansys2-bringup-dbgsym_2.0.18-1noble.20260520.040854_arm64.deb Size: 1279564 SHA256: f9367b1dcb6005e1737e50518d42bb23563c3168658c91ae1efe3785ef071681 SHA1: 55c0fc938ce040feb7d828f824e2b50d5dce176e MD5sum: 89078f2be80e9d5233601e1cb92b2e59 Description: debug symbols for ros-jazzy-plansys2-bringup Build-Ids: f015d0605975c440c7036221a24b550501930dff Package: ros-jazzy-plansys2-bt-actions Version: 2.0.18-1noble.20260520.035513 Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 269 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-action-msgs, ros-jazzy-behaviortree-cpp, ros-jazzy-plansys2-executor, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-lifecycle, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-bt-actions/ros-jazzy-plansys2-bt-actions_2.0.18-1noble.20260520.035513_arm64.deb Size: 66696 SHA256: 279a9032b4cdbe53b216af1787a1605744833ffb9a89e0ab08ec26d47fe389ee SHA1: c592d4408d4fff40d409140be3a264fd2fe06578 MD5sum: 32c181830f1fb0f78630549ed35679a2 Description: This package contains the Problem Expert module for the ROS2 Planning System Package: ros-jazzy-plansys2-bt-actions-dbgsym Package-Type: ddeb Source: ros-jazzy-plansys2-bt-actions Version: 2.0.18-1noble.20260520.035513 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 1531 Depends: ros-jazzy-plansys2-bt-actions (= 2.0.18-1noble.20260520.035513) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-bt-actions/ros-jazzy-plansys2-bt-actions-dbgsym_2.0.18-1noble.20260520.035513_arm64.deb Size: 1453326 SHA256: 40024f48005440d8ce44a31d562f40b4f82ddaba5860fd6233222b38e1880849 SHA1: 7b0c092933c4a8b78ccc8483f6258dff8ca89fa7 MD5sum: 77fbfa6363544527ffbc2202fd8f005d Description: debug symbols for ros-jazzy-plansys2-bt-actions Build-Ids: 595c56477f61a97fa9e1397e0f4df1b788fe89ea 7c660ef4ea13b617b0f8c4ee6f0dc7347f58002f Package: ros-jazzy-plansys2-core Version: 2.0.18-1noble.20260519.231530 Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 132 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-jazzy-plansys2-msgs, ros-jazzy-plansys2-pddl-parser, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-core/ros-jazzy-plansys2-core_2.0.18-1noble.20260519.231530_arm64.deb Size: 16620 SHA256: 5cdf999288b969b270a68941bd7083e8cb8cd98f7c3866ad7f57ef83ad15194e SHA1: b1d12855c49d324d4ea4727c9e5e4554933d8a3c MD5sum: 90bd704121fed95a653ef144e9b3ad8d Description: This package contains the PDDL-based core for the ROS2 Planning System Package: ros-jazzy-plansys2-core-dbgsym Package-Type: ddeb Source: ros-jazzy-plansys2-core Version: 2.0.18-1noble.20260519.231530 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 76 Depends: ros-jazzy-plansys2-core (= 2.0.18-1noble.20260519.231530) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-core/ros-jazzy-plansys2-core-dbgsym_2.0.18-1noble.20260519.231530_arm64.deb Size: 58420 SHA256: 0185ca399b88ce4a7663d62acc095b549c5dfcc7606113c6d7e4336a3bb246fe SHA1: f6c89dd81de04de3a973e3288dd67b531d9acbe8 MD5sum: b9b80c80d82655ee48aac21249186151 Description: debug symbols for ros-jazzy-plansys2-core Build-Ids: fd19e1b2a8880323b5d89d699060ca822b7802f7 Package: ros-jazzy-plansys2-domain-expert Version: 2.0.18-1noble.20260520.032505 Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 940 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ament-index-cpp, ros-jazzy-lifecycle-msgs, ros-jazzy-plansys2-core, ros-jazzy-plansys2-msgs, ros-jazzy-plansys2-pddl-parser, ros-jazzy-plansys2-popf-plan-solver, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-lifecycle, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-domain-expert/ros-jazzy-plansys2-domain-expert_2.0.18-1noble.20260520.032505_arm64.deb Size: 176694 SHA256: 16558bf4cc4268f10527dcf79e87eba6d333424cb73a54b8d39363c73323bddc SHA1: 5546bf8e82bddd4fd51022f8d029718b528bd13b MD5sum: f0576c71efbe3424d59ae937cc566f22 Description: This package contains the Domain Expert module for the ROS2 Planning System Package: ros-jazzy-plansys2-domain-expert-dbgsym Package-Type: ddeb Source: ros-jazzy-plansys2-domain-expert Version: 2.0.18-1noble.20260520.032505 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 5174 Depends: ros-jazzy-plansys2-domain-expert (= 2.0.18-1noble.20260520.032505) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-domain-expert/ros-jazzy-plansys2-domain-expert-dbgsym_2.0.18-1noble.20260520.032505_arm64.deb Size: 4605524 SHA256: bdd0994a72664fd8ada5af50b7b09d19e02ededb823be91ff11e25d86f2d145d SHA1: 3d2b440efddd59fb5a9eabea266fb7c6f35aa9ab MD5sum: fcfffc8b1bd11efb4144ab984c472e8d Description: debug symbols for ros-jazzy-plansys2-domain-expert Build-Ids: 4c64cdec7a0e3df9b93c0d19960be7ed8c411be5 562676cd0c2859cc4541b0a2a19ad8fa5fa8d86b Package: ros-jazzy-plansys2-executor Version: 2.0.18-1noble.20260520.034336 Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 2086 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libeigen3-dev, ros-jazzy-ament-index-cpp, ros-jazzy-behaviortree-cpp, ros-jazzy-eigen3-cmake-module, ros-jazzy-lifecycle-msgs, ros-jazzy-plansys2-core, ros-jazzy-plansys2-domain-expert, ros-jazzy-plansys2-msgs, ros-jazzy-plansys2-pddl-parser, ros-jazzy-plansys2-planner, ros-jazzy-plansys2-problem-expert, ros-jazzy-pluginlib, ros-jazzy-popf, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-cascade-lifecycle, ros-jazzy-rclcpp-lifecycle, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-executor/ros-jazzy-plansys2-executor_2.0.18-1noble.20260520.034336_arm64.deb Size: 489472 SHA256: 10d233f919e4de9845f9c8f4a6ac521873513b60d5092e2f3f8c7a35c1b2bbc3 SHA1: 591222a2c946fc55e85b6a0617060e7831a5b509 MD5sum: 955d5cbda288c74b6ad67df823980a84 Description: This package contains the Executor module for the ROS2 Planning System Package: ros-jazzy-plansys2-executor-dbgsym Package-Type: ddeb Source: ros-jazzy-plansys2-executor Version: 2.0.18-1noble.20260520.034336 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 16695 Depends: ros-jazzy-plansys2-executor (= 2.0.18-1noble.20260520.034336) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-executor/ros-jazzy-plansys2-executor-dbgsym_2.0.18-1noble.20260520.034336_arm64.deb Size: 15104532 SHA256: 3f9f9b1577b79ef904d2277d3aeb07d5075537237fda15596c8f0b64df9c1c55 SHA1: 2bc3483d6d98e29189c79a02628813600e69c498 MD5sum: 51c76c9a1f26e1245dc0cfd9506dcd86 Description: debug symbols for ros-jazzy-plansys2-executor Build-Ids: 369d5153d2dcbd126e12a5c34157fa63ebf09a1c 62c71811740a63a98e3461faa87832a6fbed77fb ebc5268fcb68897e5f2a9cd9fa0a1d7d2f48f2b9 f233ecf7d27a8b6fd34b5c1b8d403bd02a765e09 Package: ros-jazzy-plansys2-lifecycle-manager Version: 2.0.18-1noble.20260519.232645 Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 465 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-lifecycle-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-lifecycle-manager/ros-jazzy-plansys2-lifecycle-manager_2.0.18-1noble.20260519.232645_arm64.deb Size: 74540 SHA256: 025a525da203d0898656617817bd3313577ad84a8167f0213f6232aee098b956 SHA1: 7d475c896963f117788387debb47ece2b078ad99 MD5sum: 9974578a030a14d96d99d74624a76d69 Description: A controller/manager for the lifecycle nodes of the ROS2 Planning System Package: ros-jazzy-plansys2-lifecycle-manager-dbgsym Package-Type: ddeb Source: ros-jazzy-plansys2-lifecycle-manager Version: 2.0.18-1noble.20260519.232645 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 1011 Depends: ros-jazzy-plansys2-lifecycle-manager (= 2.0.18-1noble.20260519.232645) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-lifecycle-manager/ros-jazzy-plansys2-lifecycle-manager-dbgsym_2.0.18-1noble.20260519.232645_arm64.deb Size: 920322 SHA256: e4626fb61f37cc1d225e4fafbe5da6d89d168abde4fd55e52351d1890d940b48 SHA1: 2c70a7399319736d66fb3d3421ab3d2c4851b1ab MD5sum: 1aeb585c0b5cdd033d2d9e71561a1e05 Description: debug symbols for ros-jazzy-plansys2-lifecycle-manager Build-Ids: 23c3cdbe00d4593a69f74fe904bfc58568735cf4 Package: ros-jazzy-plansys2-msgs Version: 2.0.18-1noble.20260519.212949 Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 14568 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-action-msgs, ros-jazzy-builtin-interfaces, ros-jazzy-rclcpp, ros-jazzy-rosidl-default-generators, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-msgs/ros-jazzy-plansys2-msgs_2.0.18-1noble.20260519.212949_arm64.deb Size: 842132 SHA256: d20a937b5d73b76a16363efe3330e168010a480c426a2f539f05ff2bc35c8f11 SHA1: d6f9cc4fc1c8ada76602cb4349393981ac37070b MD5sum: bf2cb096ab3111f94b2f4d85b40f741b Description: Messages and service files for the ROS2 Planning System Package: ros-jazzy-plansys2-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-plansys2-msgs Version: 2.0.18-1noble.20260519.212949 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 11761 Depends: ros-jazzy-plansys2-msgs (= 2.0.18-1noble.20260519.212949) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-msgs/ros-jazzy-plansys2-msgs-dbgsym_2.0.18-1noble.20260519.212949_arm64.deb Size: 9094628 SHA256: e9cbc6d3aa191ec9edfcee3af8cbc02677e8801b61c0362d8abfadb48ba66163 SHA1: 7802b18344f842885a2e404d5ecc5b629aaaa9df MD5sum: 530fdbefd23356fe46819cbeaadb0870 Description: debug symbols for ros-jazzy-plansys2-msgs Build-Ids: 10917544e5fe5b74657f6b8e2eddd8c8e3b3d77a 1710e10645f3e04246a4829bc8f1d24a8ca3c534 242100e6bee0e1d96a59479327025fd6c47065bf 303a6e0ff5c1ebe53a3c036d18a2a13482f8f630 3b6d5e57dcbaa8528d2917a60c9e6576d51478a0 83411c47b709e461fe033cf6550056981e6de292 9ee70c5070715fd9bee853408a524c7aaa0fdd97 c1d829bc4f00a6d7c3ded509fee3ce4cb289ac5f cc123538f2bb006461bfb2ae139ffd8232cba758 daaf3f2cae9410a27db45ee550f0fcd63fcb010e e71b5c4dbe7d228cd2ab3b85759010c1a9f8db13 Package: ros-jazzy-plansys2-pddl-parser Version: 2.0.18-1noble.20260519.231113 Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 631 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-plansys2-msgs, ros-jazzy-rclcpp, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-pddl-parser/ros-jazzy-plansys2-pddl-parser_2.0.18-1noble.20260519.231113_arm64.deb Size: 170102 SHA256: 011d442a7641166f0a994b8da006fd4df780fd8d1636186da6cb3b9db8f212ce SHA1: a789c9962d4926cda2af2a0a09c67f8650b39fd8 MD5sum: 15201a355e1235148ebdd52bf70eafe8 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-jazzy-plansys2-pddl-parser-dbgsym Package-Type: ddeb Source: ros-jazzy-plansys2-pddl-parser Version: 2.0.18-1noble.20260519.231113 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 3800 Depends: ros-jazzy-plansys2-pddl-parser (= 2.0.18-1noble.20260519.231113) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-pddl-parser/ros-jazzy-plansys2-pddl-parser-dbgsym_2.0.18-1noble.20260519.231113_arm64.deb Size: 3415080 SHA256: 31b43c35ca8be57f1911e8dc7b629e53d325c84f1d41f070c82287aac3678e72 SHA1: f7511d99e8fd0a1b31d12b37eceba33ff2819dd8 MD5sum: 447791a1f6d2e6e5d0d60c16e536480c Description: debug symbols for ros-jazzy-plansys2-pddl-parser Build-Ids: 92bde0c614d8dba5efb3b5101e397173a3928d69 e3e9b97323c55e3a892fd973f60f3f6250cf6b16 Package: ros-jazzy-plansys2-planner Version: 2.0.18-1noble.20260520.033716 Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 529 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-ament-index-cpp, ros-jazzy-lifecycle-msgs, ros-jazzy-plansys2-core, ros-jazzy-plansys2-domain-expert, ros-jazzy-plansys2-msgs, ros-jazzy-plansys2-pddl-parser, ros-jazzy-plansys2-popf-plan-solver, ros-jazzy-plansys2-problem-expert, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-lifecycle, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-planner/ros-jazzy-plansys2-planner_2.0.18-1noble.20260520.033716_arm64.deb Size: 131568 SHA256: 24f2f71436d1421cd50e3f9b3e68447c82eddf96ed135657caaeae5c4cf6976e SHA1: 4db9ea2be70b01d5d3cf3ccb7701134432b34120 MD5sum: 2645b1613482cf9408d0784b3b035820 Description: This package contains the PDDL-based Planner module for the ROS2 Planning System Package: ros-jazzy-plansys2-planner-dbgsym Package-Type: ddeb Source: ros-jazzy-plansys2-planner Version: 2.0.18-1noble.20260520.033716 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 2690 Depends: ros-jazzy-plansys2-planner (= 2.0.18-1noble.20260520.033716) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-planner/ros-jazzy-plansys2-planner-dbgsym_2.0.18-1noble.20260520.033716_arm64.deb Size: 2472738 SHA256: 4f6aeb8466ff90e0e79d45a819529e15b952f08da94d0e40d87666ce6ebba1a3 SHA1: 2de08d410f102e2488ebbe8162d8d1634defd0d9 MD5sum: 8b69d0690fe2db4c15422784d3e376fd Description: debug symbols for ros-jazzy-plansys2-planner Build-Ids: 6f921462055a39d5196cf5bef44469f5f11134bf e295176d8a386a940f742835a6bb97a836680f53 Package: ros-jazzy-plansys2-popf-plan-solver Version: 2.0.18-1noble.20260520.032152 Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 133 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ament-index-cpp, ros-jazzy-plansys2-core, ros-jazzy-pluginlib, ros-jazzy-popf, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-popf-plan-solver/ros-jazzy-plansys2-popf-plan-solver_2.0.18-1noble.20260520.032152_arm64.deb Size: 31268 SHA256: 4c02a73e7a72bdc4662591162025b97ebe84db973bfe6663cd957ac0ce4fb008 SHA1: a15e7ca54bd6b70ec0a34b53003a7619d9d34f2e MD5sum: ad1f9bd5b8f0cc5a73a1062afa6f26a0 Description: This package contains the PDDL-based Planner module for the ROS2 Planning System Package: ros-jazzy-plansys2-popf-plan-solver-dbgsym Package-Type: ddeb Source: ros-jazzy-plansys2-popf-plan-solver Version: 2.0.18-1noble.20260520.032152 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 460 Depends: ros-jazzy-plansys2-popf-plan-solver (= 2.0.18-1noble.20260520.032152) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-popf-plan-solver/ros-jazzy-plansys2-popf-plan-solver-dbgsym_2.0.18-1noble.20260520.032152_arm64.deb Size: 429886 SHA256: 4584050e6df52f447ef0ebd5845d7e833a34497d776e89c11a3e7b7bbd36f272 SHA1: abc20d965ecb0aeebb408e3198d6071a5098fdf3 MD5sum: 15354c4ffaabe54d05ac220f689aa588 Description: debug symbols for ros-jazzy-plansys2-popf-plan-solver Build-Ids: e850c7c0437716eedf897cdfb7a4b3a7647b946d Package: ros-jazzy-plansys2-problem-expert Version: 2.0.18-1noble.20260520.032943 Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 1325 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libqt5core5a, libqt5gui5, libqt5widgets5, ros-jazzy-ament-index-cpp, ros-jazzy-lifecycle-msgs, ros-jazzy-plansys2-domain-expert, ros-jazzy-plansys2-msgs, ros-jazzy-plansys2-pddl-parser, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-lifecycle, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-problem-expert/ros-jazzy-plansys2-problem-expert_2.0.18-1noble.20260520.032943_arm64.deb Size: 258408 SHA256: 810cfec78e055127d7848565acf41b78b7c38cbd65662cc7416b99d802e946ab SHA1: b38b73b10a67b18411137ababb4743c78b63ffc3 MD5sum: cd41a9fb33bbcd9049755e2f7922b958 Description: This package contains the Problem Expert module for the ROS2 Planning System Package: ros-jazzy-plansys2-problem-expert-dbgsym Package-Type: ddeb Source: ros-jazzy-plansys2-problem-expert Version: 2.0.18-1noble.20260520.032943 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 7583 Depends: ros-jazzy-plansys2-problem-expert (= 2.0.18-1noble.20260520.032943) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-problem-expert/ros-jazzy-plansys2-problem-expert-dbgsym_2.0.18-1noble.20260520.032943_arm64.deb Size: 6714604 SHA256: 793373caf5f951516659669e6209ad6977692f87267afbf3c4acb8efbe632881 SHA1: 73c4bd664e4ae883a2fd4ab544a229629713fc26 MD5sum: 8d16bcd01d9643006c35fc774531d4f2 Description: debug symbols for ros-jazzy-plansys2-problem-expert Build-Ids: 46c3f848e174098d370efe6ebf6a58e1ffad12c2 4e7b1d882c3741cf728e9cb1b56f2540efd55d83 Package: ros-jazzy-plansys2-support-py Version: 2.0.18-1noble.20260519.232712 Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 61 Depends: ros-jazzy-lifecycle-msgs, ros-jazzy-plansys2-msgs, ros-jazzy-rclpy, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-support-py/ros-jazzy-plansys2-support-py_2.0.18-1noble.20260519.232712_arm64.deb Size: 7614 SHA256: cd1a57e4767b92ecc3da27c1bbd49d944e4feb997528f81e094c6d2c473b57d5 SHA1: c3461143c8542e7e2c2d5e630e82e21885a29b36 MD5sum: 08820762774ae2742101bfdeec54bfdf Description: This package contains modules for developing PlanSys components in Python Package: ros-jazzy-plansys2-terminal Version: 2.0.18-1noble.20260520.041338 Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 759 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libreadline8t64 (>= 6.0), libstdc++6 (>= 13.1), libreadline-dev, ros-jazzy-plansys2-domain-expert, ros-jazzy-plansys2-executor, ros-jazzy-plansys2-msgs, ros-jazzy-plansys2-pddl-parser, ros-jazzy-plansys2-planner, ros-jazzy-plansys2-problem-expert, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-lifecycle, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-terminal/ros-jazzy-plansys2-terminal_2.0.18-1noble.20260520.041338_arm64.deb Size: 177372 SHA256: 9fbdee0218187189f83f02b173b77a35c459a2699ab6a1f2736a0260486f1aa5 SHA1: fe7d0483d495f3c413fedea9e0c650a8d9515d39 MD5sum: d19a088a11a0ac72bf4c8972b3bf37a0 Description: A terminal tool for monitor and manage the ROS2 Planning System Package: ros-jazzy-plansys2-terminal-dbgsym Package-Type: ddeb Source: ros-jazzy-plansys2-terminal Version: 2.0.18-1noble.20260520.041338 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 3895 Depends: ros-jazzy-plansys2-terminal (= 2.0.18-1noble.20260520.041338) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-terminal/ros-jazzy-plansys2-terminal-dbgsym_2.0.18-1noble.20260520.041338_arm64.deb Size: 3470058 SHA256: 502e85d3856f7496064e34781e5c2d44f9e95d8437590ff881a62caf5a33e7fe SHA1: 93846ded7f399063abc2e343f923e6d13c8c8804 MD5sum: 38d32b1a5474f7f8a113e07f61b9299f Description: debug symbols for ros-jazzy-plansys2-terminal Build-Ids: 16a8fc632e8021e1cdbb9ae55c8432b015caab99 fb956848486adaf9ecfb53ceef82aaa4cdd23c9e Package: ros-jazzy-plansys2-tests Version: 2.0.18-1noble.20260520.035435 Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 42 Depends: ros-jazzy-ament-index-cpp, ros-jazzy-behaviortree-cpp, ros-jazzy-lifecycle-msgs, ros-jazzy-plansys2-domain-expert, ros-jazzy-plansys2-executor, ros-jazzy-plansys2-msgs, ros-jazzy-plansys2-pddl-parser, ros-jazzy-plansys2-planner, ros-jazzy-plansys2-problem-expert, ros-jazzy-popf, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-cascade-lifecycle, ros-jazzy-rclcpp-lifecycle, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-tests/ros-jazzy-plansys2-tests_2.0.18-1noble.20260520.035435_arm64.deb Size: 6118 SHA256: f72d2d25be5cf0e6b4c9b68a9e9584a8d5f02d6e25ac876834bdb3244bfa8d46 SHA1: 5e587370fa5fa597f0cf4e6b87d4294b4be4fe12 MD5sum: 4d82d8d7996cd2806389c91895b04f93 Description: This package contains the tests package for the ROS2 Planning System Package: ros-jazzy-plansys2-tools Version: 2.0.18-1noble.20260520.035156 Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 3093 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.0.2), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5t64 (>= 5.11.0~rc1), libstdc++6 (>= 13.1), ros-jazzy-plansys2-msgs, ros-jazzy-plansys2-problem-expert, ros-jazzy-qt-gui-cpp, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-rqt-gui, ros-jazzy-rqt-gui-cpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-tools/ros-jazzy-plansys2-tools_2.0.18-1noble.20260520.035156_arm64.deb Size: 367110 SHA256: 0e74dc1768742b1a1864736386661402f05a28f5e2926cbeec8e263d3a68bb36 SHA1: ea3cbb144a34389b1fcc4bff77061c8cf821f9cc MD5sum: 9d1758098876375f9c44e346087c5245 Description: A set of tools for monitoring ROS2 Planning System Package: ros-jazzy-plansys2-tools-dbgsym Package-Type: ddeb Source: ros-jazzy-plansys2-tools Version: 2.0.18-1noble.20260520.035156 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 14877 Depends: ros-jazzy-plansys2-tools (= 2.0.18-1noble.20260520.035156) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-tools/ros-jazzy-plansys2-tools-dbgsym_2.0.18-1noble.20260520.035156_arm64.deb Size: 12391960 SHA256: ea352ba8ded65cbaf550b07ae4c6b1ec4575916712970b027bf5200417adb3da SHA1: 7dc3479ff5f541a25da4ac26579e92a042e07f6a MD5sum: b84b0e9b5b710a2a7c61a9a80e04e880 Description: debug symbols for ros-jazzy-plansys2-tools Build-Ids: 16091ecc6eecdb6e46e0fbe1937d2f7453409d68 28e38cdb204a8177109e21f60045615ae4ed2f1b 2aee67dc062962e4110bcd4e0802af55071a205d 865f70507b32564809dd88bbccdd5ac34bd6c800 89ef981bf5b3166f83fc2eb774b9eb882ce24111 Package: ros-jazzy-play-motion-builder Version: 1.4.1-1noble.20260520.125851 Architecture: arm64 Maintainer: davidfernandez Installed-Size: 1231 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libyaml-cpp-dev, ros-jazzy-play-motion-builder-msgs, ros-jazzy-play-motion2, ros-jazzy-play-motion2-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-play-motion-builder/ros-jazzy-play-motion-builder_1.4.1-1noble.20260520.125851_arm64.deb Size: 252254 SHA256: 6ea2c0e03e48d341e088f36f690780ee3f9a4d6675cc611c240b7e468bdef453 SHA1: fc10974d1383301b491c477b41a9772d346d392e MD5sum: 42825f2f292eaafe163a9df98401ca73 Description: The play_motion_builder package, a node to handle the creation of new motions for play_motion. Package: ros-jazzy-play-motion-builder-dbgsym Package-Type: ddeb Source: ros-jazzy-play-motion-builder Version: 1.4.1-1noble.20260520.125851 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: davidfernandez Installed-Size: 6034 Depends: ros-jazzy-play-motion-builder (= 1.4.1-1noble.20260520.125851) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-play-motion-builder/ros-jazzy-play-motion-builder-dbgsym_1.4.1-1noble.20260520.125851_arm64.deb Size: 5168828 SHA256: 43b8ce4ee36b5b6b300e4d4b081b764649b9cf63971c4fbe0331a3e4961a94dc SHA1: 7716a9db2931699103fb3d8b2515816edf36b2fb MD5sum: b1fc0e49b3d588cb94977ccf7c39b5d5 Description: debug symbols for ros-jazzy-play-motion-builder Build-Ids: 991f07084f624599c6f12732d5e762b0eb812415 d8a8d36c46cc176018253931c2141a3b539363ab Package: ros-jazzy-play-motion-builder-msgs Version: 1.4.1-1noble.20260519.035808 Architecture: arm64 Maintainer: davidfernandez Installed-Size: 5657 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-action-msgs, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-play-motion-builder-msgs/ros-jazzy-play-motion-builder-msgs_1.4.1-1noble.20260519.035808_arm64.deb Size: 338392 SHA256: 6a73322146a7cd5a70829181e6b4a748552008e2a2ebde9676abe7f36dc2212a SHA1: c1212243222e82c9263ed41bf839f6e635ebf613 MD5sum: 8a443f2545017b5930738d74ebecbf43 Description: The play_motion_builder_msgs package Package: ros-jazzy-play-motion-builder-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-play-motion-builder-msgs Version: 1.4.1-1noble.20260519.035808 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: davidfernandez Installed-Size: 3532 Depends: ros-jazzy-play-motion-builder-msgs (= 1.4.1-1noble.20260519.035808) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-play-motion-builder-msgs/ros-jazzy-play-motion-builder-msgs-dbgsym_1.4.1-1noble.20260519.035808_arm64.deb Size: 2586330 SHA256: 19fbfd10b24e6cba978cbabaebc6f5be4b8fb7088d05ee949788365d16be1ba3 SHA1: 1d80e4281c8c72eb7b2f1e4373ddefd2724e3d70 MD5sum: de468e1fcf4169a7c919c15366ab89ef Description: debug symbols for ros-jazzy-play-motion-builder-msgs Build-Ids: 045c09b4d7e5aeb7451029ccd7f79f930cfef240 12ae60aa8118e1ceee8d2693afe66e51638c18bb 2047a394c376bffa11a7d305c8a518ed39b1d6c7 3d37d80380a2171441f4d52f285f0d1946a9683d 65f6e3b01ef3c402c433faafe0b7cbc05acd4777 942b316339a39d28261c9ec81a0e229eb1ed73eb b97ee2e7f1395c7678b36b7341fa6e681e4de07a c246fcf93452070124a03894379bc64f701d3a6c c8cad008f0ca05afe53d5eb73dd8331a8db15eae dc246147807565cf3705a570151a30d563c7f21c e6a8cdc46c662526a0a71e131c52189df96b42a5 Package: ros-jazzy-play-motion2 Version: 1.8.4-1noble.20260520.053851 Architecture: arm64 Maintainer: Noel Jimenez Installed-Size: 1845 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-moveit-ros-planning-interface, ros-jazzy-backward-ros, ros-jazzy-control-msgs, ros-jazzy-controller-manager-msgs, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-lifecycle-msgs, ros-jazzy-play-motion2-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-components, ros-jazzy-rclcpp-lifecycle, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-trajectory-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/pal-robotics/play_motion2 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-play-motion2/ros-jazzy-play-motion2_1.8.4-1noble.20260520.053851_arm64.deb Size: 359074 SHA256: 18b55344c9c89f1b8fea111ce3e29918f1a4667ee2065d5b7e915c1ff0e23b17 SHA1: b26d4923e64395bf9be1d24350bb1b02f8afd214 MD5sum: 6eb6aaebae7fcc52b9e92c59e39ec832 Description: Play a pre-recorded motion on a robot Package: ros-jazzy-play-motion2-cli Version: 1.8.4-1noble.20260520.125329 Architecture: arm64 Maintainer: Isaac Acevedo Installed-Size: 67 Depends: ros-jazzy-play-motion2, ros-jazzy-rclpy, ros-jazzy-ros2cli, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-play-motion2-cli/ros-jazzy-play-motion2-cli_1.8.4-1noble.20260520.125329_arm64.deb Size: 11700 SHA256: d84c9ed6231c4219bf4f86e9d5bdef2fdd34687aeb0698a560b19b2708bfd8c1 SHA1: 7d01cbeeb53286a13ff8ba298e674a556121fc70 MD5sum: ca2a44ede457f2b0d2513bdcdac97166 Description: The play_motion command for ROS 2 command line tools. Package: ros-jazzy-play-motion2-dbgsym Package-Type: ddeb Source: ros-jazzy-play-motion2 Version: 1.8.4-1noble.20260520.053851 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Noel Jimenez Installed-Size: 11220 Depends: ros-jazzy-play-motion2 (= 1.8.4-1noble.20260520.053851) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-play-motion2/ros-jazzy-play-motion2-dbgsym_1.8.4-1noble.20260520.053851_arm64.deb Size: 9931578 SHA256: a1efdb56075a208f05b7e44590fcf64414de819f7e29fd41a3731da514bf96d1 SHA1: 4838c55b64c412c944a8f53bf2b975bfe42c372a MD5sum: 776b1f2de9746bbabda79c5aa0c48b55 Description: debug symbols for ros-jazzy-play-motion2 Build-Ids: 2771a95ed108005a8454df31322522749ec1d375 8a78c3dcce2b75fb79d73f8b095e1db7e80ab968 bd0ab24ed271002ca14f4c0e337675f6b62ac17b Package: ros-jazzy-play-motion2-msgs Version: 1.8.4-1noble.20260519.035646 Architecture: arm64 Maintainer: Noel Jimenez Installed-Size: 6379 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-action-msgs, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Homepage: https://github.com/pal-robotics/play_motion2 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-play-motion2-msgs/ros-jazzy-play-motion2-msgs_1.8.4-1noble.20260519.035646_arm64.deb Size: 362032 SHA256: b9b966439b08a97001fe4099e76e9b29b5583c3c6952bad14979b33dedc4028c SHA1: cbc5eec47fbb2923876c92d1991851b3bd9a5d83 MD5sum: 928450b93abf939e4ae52eaa77c64f19 Description: Play a pre-recorded motion on a robot Package: ros-jazzy-play-motion2-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-play-motion2-msgs Version: 1.8.4-1noble.20260519.035646 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Noel Jimenez Installed-Size: 4087 Depends: ros-jazzy-play-motion2-msgs (= 1.8.4-1noble.20260519.035646) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-play-motion2-msgs/ros-jazzy-play-motion2-msgs-dbgsym_1.8.4-1noble.20260519.035646_arm64.deb Size: 2992334 SHA256: 581b67265769981c0755eb191bdfbe8ddf314b925aada2adcd395127101b27ef SHA1: a11d4057791658502c4048c6ed81cdc4cdce4b26 MD5sum: e5952cc2b06cf7bdd5a46e31b3029503 Description: debug symbols for ros-jazzy-play-motion2-msgs Build-Ids: 092f9f236ea40942ad40b698cb8ff88322a9bfff 1239441eb89cafce4fdd5174ea9cb9e3bd91db99 2866e293e3eca1619c0e24620ae2afce34c86765 2c2a7843c2d9a674d8630ce7480d21a5713cc386 2d7ce00dcc1e7bb62d8447e87c78e7f0c19cfbf3 3618b6084fdbc941c938a065e16078bc5b04ff57 5466126b9c8b1410113db630fc65f3626007fe54 bbf595bb36da704cdfa61646093452e1ff39c8b1 c379b50928f08630ce96d6adcd3fd2085264ad7d cd200baa43dfc2b445a10ae2d5d340f3b386b07b f7871fd36b0ab7a22e0702c9e6d98524b989a244 Package: ros-jazzy-plotjuggler Version: 3.17.2-1noble.20260519.220215 Architecture: arm64 Maintainer: "Davide Faconti" Installed-Size: 20614 Depends: libbinutils (>= 2.42), libbinutils (<< 2.42.1), libc6 (>= 2.38), libgcc-s1 (>= 4.5), liblua5.1-0, libprotobuf32t64 (>= 3.21.12), libpython3.12t64 (>= 3.12.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.0.2), libstdc++6 (>= 13.1), 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-jazzy-ament-index-cpp, ros-jazzy-data-tamer-cpp, ros-jazzy-ros-workspace Homepage: https://github.com/PlotJuggler/PlotJuggler Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plotjuggler/ros-jazzy-plotjuggler_3.17.2-1noble.20260519.220215_arm64.deb Size: 9807738 SHA256: 897de7494123c1cc99c7b48d76a52cbe0d09ea348724335731abc6825cffd4dc SHA1: 4675f9a57866240e0e414a65e4b09802fa1180f8 MD5sum: 32a04714ed1b2581c81bf6461039afc2 Description: PlotJuggler: juggle with data Package: ros-jazzy-plotjuggler-dbgsym Package-Type: ddeb Source: ros-jazzy-plotjuggler Version: 3.17.2-1noble.20260519.220215 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Davide Faconti" Installed-Size: 78640 Depends: ros-jazzy-plotjuggler (= 3.17.2-1noble.20260519.220215) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plotjuggler/ros-jazzy-plotjuggler-dbgsym_3.17.2-1noble.20260519.220215_arm64.deb Size: 75240452 SHA256: af7e4fba98033081fcf6fd5114d9d6d86ad0109b2435b28e1d6f13ce4c1f519a SHA1: b961a7fa0967683d6bc42029123f40ad9fd21491 MD5sum: 6bf1e56909621b97770ed9ab7f675f98 Description: debug symbols for ros-jazzy-plotjuggler Build-Ids: 08eb79b554469cf60a9bc4eea7c040dfa47dad25 0c8e4db51d2b8719b8d03c65cab7bd95f9925e24 0f1363ba717cc66c43b829e8e31d5e5c9b9123dc 0f325fd05fa433704a87ba53dd7e9c1a47b6c977 1013f69cf76c8641121c9f0509ec6ff17489e3c4 1d6fb2663a37cb6725e4e039c7be79d6cf7a3126 2b5080f530dda510049e0a19d6633d16d746f577 2d550a32350f307e2c2d3e0b6fdfdd47f304d974 32dd8176ea1a9548500f392a05bc436c45f9e8f5 3c10fa113884cff9200575217299c73850119e2f 408989154cadf34cb152496859494a347b117dff 4fb690be1e3740f71d5ba50969b8e429339ae5b5 8610150e11777e05b99ecfebcae74bda3179b598 8c7c54b9e5db818cfdb9dea529fb447ff32838b0 a0d38125853b57af89513c57ba6f53bfa7678416 a415230cd787c7597802889b797907eaccc58384 a7a8bb9feb30dee5db2f1982cf9cf2baf642bd32 ab7994e59a2c384e5d47f83661e0ee9b5d8ba602 c7f68c40c8f1bfb24ef9d24a02431fd8a24b14ba d09f7931e876abbb90a244fb3aed997a6970385b de5c9076d7fdd2620f23b8f7593e99466dea667c Package: ros-jazzy-plotjuggler-msgs Version: 0.2.3-5noble.20260519.194005 Architecture: arm64 Maintainer: daf Installed-Size: 1421 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plotjuggler-msgs/ros-jazzy-plotjuggler-msgs_0.2.3-5noble.20260519.194005_arm64.deb Size: 88026 SHA256: f648a4f576b6cf96e59af8923f76fab3d2f492f62f1f99adb134b14989c46ccb SHA1: b50d9b6ee94c02b3f534af2f6a85f1cc1b36eabc MD5sum: c291227fd872885447109547ecda1ff0 Description: Special Messages for PlotJuggler Package: ros-jazzy-plotjuggler-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-plotjuggler-msgs Version: 0.2.3-5noble.20260519.194005 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: daf Installed-Size: 846 Depends: ros-jazzy-plotjuggler-msgs (= 0.2.3-5noble.20260519.194005) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plotjuggler-msgs/ros-jazzy-plotjuggler-msgs-dbgsym_0.2.3-5noble.20260519.194005_arm64.deb Size: 631536 SHA256: 09776f8f0d2e6b4944ccb38b3f2c5efce8472268faacdd4268a2e127d10394a4 SHA1: b97268cad8683d59ca3787561523b774fa876f3d MD5sum: e04dfe140e54654958bc5f34a3b264a8 Description: debug symbols for ros-jazzy-plotjuggler-msgs Build-Ids: 27086913ab710665592ea800bf348ac076fcfe4a 3defe9aae005ae41dde9a59f9bdedef5136e9e45 71baa4c4e10f4a145751caada9ecc0e5333030a4 81cdf32682f7525689c5d3ee6c18f1086c80e829 82224439fb5e0dd73375bdb6576e62cc56b4c6f9 9af66eab5ac9a01246a1cc84c98f9f1acbd33cc3 b79be8869db6d760b9584576c809aa0565e7c1a3 bd1c3b2f1fa78dd0d3887d1039ee61928e1bfa27 e050decf5457da2cbf3f10ede8422147d9f58733 f7c1c103272ecd50f3325740167bab00fdeca26d fc669c037512c42bffa861fe9e1508ceb1c67d83 Package: ros-jazzy-plotjuggler-ros Version: 2.3.1-1noble.20260520.051632 Architecture: arm64 Maintainer: Davide Faconti Installed-Size: 896 Depends: libc6 (>= 2.32), libgcc-s1 (>= 4.5), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5t64 (>= 5.14.1), libqt5xml5t64 (>= 5.0.2), libstdc++6 (>= 13.1), binutils-dev, libboost-all-dev, libfmt-dev, libqt5svg5-dev, libqt5websockets5-dev, qtbase5-dev, ros-jazzy-plotjuggler, ros-jazzy-plotjuggler-msgs, ros-jazzy-rclcpp, ros-jazzy-rcpputils, ros-jazzy-rosbag2-transport, ros-jazzy-tf2-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://github.com/facontidavide/PlotJuggler Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plotjuggler-ros/ros-jazzy-plotjuggler-ros_2.3.1-1noble.20260520.051632_arm64.deb Size: 207478 SHA256: dded1a6a99913f63ab33577202889f920ae04a842637658a135a9bdb64c288f7 SHA1: 8c75c7661dca045c26c5b9b9bd042a03fb17cd14 MD5sum: 09631a217b154760bbcc390e5dd0f74d Description: PlotJuggler plugin for ROS Package: ros-jazzy-plotjuggler-ros-dbgsym Package-Type: ddeb Source: ros-jazzy-plotjuggler-ros Version: 2.3.1-1noble.20260520.051632 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Davide Faconti Installed-Size: 7187 Depends: ros-jazzy-plotjuggler-ros (= 2.3.1-1noble.20260520.051632) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plotjuggler-ros/ros-jazzy-plotjuggler-ros-dbgsym_2.3.1-1noble.20260520.051632_arm64.deb Size: 6920812 SHA256: b052b4d9136d6a3a5929e0032e498a9e14c6e9d9a8a7af026af51384c1395f6c SHA1: 94f291ee57e07493a00ccc1bcb95d2b887df0e54 MD5sum: 54925013d22fd1267fa5e0fc4db72468 Description: debug symbols for ros-jazzy-plotjuggler-ros Build-Ids: 140d39c646cf5803c25d8290d9f5ecbfb8290d76 66f97fc6465eda989473501e257b8e1574c01f18 95bb00a980501248e67441ee23aef191835ce93d Package: ros-jazzy-pluginlib Version: 5.4.5-1noble.20260519.011030 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 340 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-ament-index-cpp, ros-jazzy-class-loader, ros-jazzy-rcpputils, ros-jazzy-rcutils, ros-jazzy-tinyxml2-vendor, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/pluginlib Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pluginlib/ros-jazzy-pluginlib_5.4.5-1noble.20260519.011030_arm64.deb Size: 92730 SHA256: 3bdff8b304dc6104abfc43a671cd7594a41ee4c5fc945658147afdac15c7f6eb SHA1: 5df29967324fbb7f214b289ba45de45fa74bdee7 MD5sum: d0b3aa18c43ba4a983741a71250fa24d 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-jazzy-pluginlib-dbgsym Package-Type: ddeb Source: ros-jazzy-pluginlib Version: 5.4.5-1noble.20260519.011030 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 936 Depends: ros-jazzy-pluginlib (= 5.4.5-1noble.20260519.011030) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pluginlib/ros-jazzy-pluginlib-dbgsym_5.4.5-1noble.20260519.011030_arm64.deb Size: 848060 SHA256: 25b509fc93252c6d4b767091018404c82454ddfd17cf32908a7759a5ce749cde SHA1: 5d8ce60819631a84e288d896b215440061e7a4e4 MD5sum: 8df69555ddec6fdccfb8122ba98c5e98 Description: debug symbols for ros-jazzy-pluginlib Build-Ids: d920aeb0fb1ef04017705de291d8c870ead7a0fa Package: ros-jazzy-point-cloud-interfaces Version: 4.0.4-1noble.20260519.191417 Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 1074 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://wiki.ros.org/draco_point_cloud_transport Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-point-cloud-interfaces/ros-jazzy-point-cloud-interfaces_4.0.4-1noble.20260519.191417_arm64.deb Size: 59596 SHA256: 51e2b7702ce5a939debf40aa3366956f1d3e91239b5eca787cbd10f38b6a96a1 SHA1: 527c63de6170f4ddead6796dd9626c7e594d1fd0 MD5sum: 741209383f40481870bd00444f529e1d Description: msg definitions for use with point_cloud_transport plugins. Package: ros-jazzy-point-cloud-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-point-cloud-interfaces Version: 4.0.4-1noble.20260519.191417 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 386 Depends: ros-jazzy-point-cloud-interfaces (= 4.0.4-1noble.20260519.191417) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-point-cloud-interfaces/ros-jazzy-point-cloud-interfaces-dbgsym_4.0.4-1noble.20260519.191417_arm64.deb Size: 267986 SHA256: a76379610a11e342624ae3b54f7a258b98c9054b1983178bb64fa71869d1ea7b SHA1: 5613f02fd44672f19135dc8ed13a89b806ed2baf MD5sum: 6b7ed5765e90921f2fe9e6c505114fa5 Description: debug symbols for ros-jazzy-point-cloud-interfaces Build-Ids: 2b58b2cc0dc63826b2d5a7a1121a303a4c106a67 384e08ace997e8422df8a6b599c9f4d6b0d1a26e 5703edcec309da15c0f01d2b7d1201759add81df 8e808a6f095c29baeea683acb9069a55240323ab ae3e186b930323bf2d5edc73083f9d10177a7392 ae63792c3cb51a489e67f5b71e4e3a5b39b57d99 b7197ca9342a5f57206d884f629c241e53b1b334 c0e52dbb3302d08319b352ec2ea3b394af7aa008 c5cfb25645dad657f038c2740aefe974f9e6fb42 d3d2f0adcaea6a95c47208645e43a4aa1f7d05ae f7b53628d5c6356a484337800cbb072648b50d31 Package: ros-jazzy-point-cloud-msg-wrapper Version: 1.0.7-5noble.20260519.201932 Architecture: arm64 Maintainer: Apex.AI, Inc. Installed-Size: 90 Depends: ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-point-cloud-msg-wrapper/ros-jazzy-point-cloud-msg-wrapper_1.0.7-5noble.20260519.201932_arm64.deb Size: 14546 SHA256: ea794911967758a69a16e55c780f8c2fce0bc360cf4c6d26efe17cbfb4e6feba SHA1: 3cf4bb7a9fdca7efe444eeb9e0fde0be65f39f34 MD5sum: 1cb3b1e656d3813fbe61a48873919c2b Description: A point cloud message wrapper that allows for simple and safe PointCloud2 msg usage Package: ros-jazzy-point-cloud-transport Version: 4.0.7-1noble.20260519.213136 Architecture: arm64 Maintainer: Alejandro Hernández Installed-Size: 2438 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-message-filters, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rcpputils, ros-jazzy-rmw, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-point-cloud-transport/ros-jazzy-point-cloud-transport_4.0.7-1noble.20260519.213136_arm64.deb Size: 316638 SHA256: 4a39a2a7214712d6aec9819b31b5f6cb5d33b0d644d2124492150465c3d5da56 SHA1: 035580abbf155ffe6aa0e3b08c696548f6aaebeb MD5sum: 0cf64f9baa414e70a0364fc3acd024ce Description: Support for transporting PointCloud2 messages in compressed format and plugin interface for implementing additional PointCloud2 transports. Package: ros-jazzy-point-cloud-transport-dbgsym Package-Type: ddeb Source: ros-jazzy-point-cloud-transport Version: 4.0.7-1noble.20260519.213136 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernández Installed-Size: 8480 Depends: ros-jazzy-point-cloud-transport (= 4.0.7-1noble.20260519.213136) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-point-cloud-transport/ros-jazzy-point-cloud-transport-dbgsym_4.0.7-1noble.20260519.213136_arm64.deb Size: 7586844 SHA256: 18fb809949cbe9a2203f18f652f1ae69fee1eb822d83422f839c6d85ccafb08f SHA1: a0067480a13df7b0c46ed2a08b18dcf4d97ee036 MD5sum: 1ecc1a4ec24ba238b936a3836a00ae9e Description: debug symbols for ros-jazzy-point-cloud-transport Build-Ids: 18eba5a2bce169b6d7293e3b8dc851c310257ac1 2db06d577e3ff86c957a9dfd7245aa1c94f409be a1afd0f77c096258072c12d8d2a1a0926441f617 c22e6ab21c112d470560f5be2393b059bf6146de cd7b74ed85eadaa1b3114743a35fc8eacb7e7442 Package: ros-jazzy-point-cloud-transport-plugins Version: 4.0.4-1noble.20260520.015700 Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 41 Depends: ros-jazzy-draco-point-cloud-transport, ros-jazzy-point-cloud-interfaces, ros-jazzy-zlib-point-cloud-transport, ros-jazzy-zstd-point-cloud-transport, ros-jazzy-ros-workspace Homepage: https://wiki.ros.org/point_cloud_transport Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-point-cloud-transport-plugins/ros-jazzy-point-cloud-transport-plugins_4.0.4-1noble.20260520.015700_arm64.deb Size: 5488 SHA256: 8bbee8da6b70311f5922c5510bd8e9b960cd533a9067c7328f9bf174de2cfddc SHA1: ca66d45378d4442d6304720fda03b05c23e888f0 MD5sum: 4f9349113b9b832bca51ff916c0057f3 Description: Metapackage with common point_cloud_transport plugins Package: ros-jazzy-point-cloud-transport-py Version: 4.0.7-1noble.20260519.214028 Architecture: arm64 Maintainer: Alejandro Hernández Installed-Size: 516 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-jazzy-pluginlib, ros-jazzy-point-cloud-transport, ros-jazzy-pybind11-vendor, ros-jazzy-rclcpp, ros-jazzy-rpyutils, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-point-cloud-transport-py/ros-jazzy-point-cloud-transport-py_4.0.7-1noble.20260519.214028_arm64.deb Size: 120790 SHA256: 30fe95aea2a11a79b5a50e77616eba449bad41f77e92291e1a5f0b70730ef9fe SHA1: 24ef55e5b83fbe8edb686dbe96d3ff6a3d9879ac MD5sum: e9a97979b838667e3df7441c67773bce Description: Python API for point_cloud_transport Package: ros-jazzy-point-cloud-transport-tutorial Version: 0.0.2-2noble.20260520.015757 Architecture: arm64 Maintainer: John D'Angelo Installed-Size: 918 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-point-cloud-transport, ros-jazzy-point-cloud-transport-plugins, ros-jazzy-rclcpp, ros-jazzy-rcpputils, ros-jazzy-rosbag2-cpp, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-point-cloud-transport-tutorial/ros-jazzy-point-cloud-transport-tutorial_0.0.2-2noble.20260520.015757_arm64.deb Size: 707758 SHA256: fd47b462572fe29114221ef0f5bf71eb97b688498a86f2ab86cf0a34e3d008bb SHA1: c26325c51313f8f836237b0b7327589bd491579d MD5sum: 3289bf8194dabc6c2b16a50801959458 Description: Tutorial for point_cloud_transport. Package: ros-jazzy-point-cloud-transport-tutorial-dbgsym Package-Type: ddeb Source: ros-jazzy-point-cloud-transport-tutorial Version: 0.0.2-2noble.20260520.015757 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: John D'Angelo Installed-Size: 1094 Depends: ros-jazzy-point-cloud-transport-tutorial (= 0.0.2-2noble.20260520.015757) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-point-cloud-transport-tutorial/ros-jazzy-point-cloud-transport-tutorial-dbgsym_0.0.2-2noble.20260520.015757_arm64.deb Size: 1024592 SHA256: 56f4a3c706cb576f5c16d491812ec5cfb238c9cd053d09340e108409131cb311 SHA1: 0c990fb9ca4da9690467c8ea07970e72f059818b MD5sum: b751746e90e4d430587bc729077f1066 Description: debug symbols for ros-jazzy-point-cloud-transport-tutorial Build-Ids: 391497f3f9cee77c385cc86c2965ba513f67f109 abcc01bea31909ffba71e8d090c15738bf3f99bc d772ef31205895c046c20bcbe99d311d3853beda Package: ros-jazzy-pointcloud-to-laserscan Version: 2.0.2-3noble.20260520.014920 Architecture: arm64 Maintainer: Paul Bovbel Installed-Size: 1627 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-laser-geometry, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-message-filters, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-tf2, ros-jazzy-tf2-ros, ros-jazzy-tf2-sensor-msgs, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/perception_pcl Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pointcloud-to-laserscan/ros-jazzy-pointcloud-to-laserscan_2.0.2-3noble.20260520.014920_arm64.deb Size: 248456 SHA256: c272059387f2f276c17d06e8f062425326c70118ace3ee24febbfd5298a670e6 SHA1: 4e0d0581a24ff7f5c17593b9af2d9c5c876857a5 MD5sum: 03651370271ea748f0e411e60ba04656 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-jazzy-pointcloud-to-laserscan-dbgsym Package-Type: ddeb Source: ros-jazzy-pointcloud-to-laserscan Version: 2.0.2-3noble.20260520.014920 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Paul Bovbel Installed-Size: 8963 Depends: ros-jazzy-pointcloud-to-laserscan (= 2.0.2-3noble.20260520.014920) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pointcloud-to-laserscan/ros-jazzy-pointcloud-to-laserscan-dbgsym_2.0.2-3noble.20260520.014920_arm64.deb Size: 7849178 SHA256: 06f2f6872549bb6d674542bf49bb1b1459440fd0da41af662b9e999ca9d8f7bd SHA1: 18e95430914140968f64fecfc853319f9ac26d81 MD5sum: 7fb28f6d7bfcd177435ff606f8890707 Description: debug symbols for ros-jazzy-pointcloud-to-laserscan Build-Ids: 0898ab34c39c6d80fc5e87cd960fbebfd056de67 50c319195cc437912556d91a609dd10b7a4b6afd 6513515b0a53e179d36c088fb0eb0a98d164821d 6ede14de02089c08feca940a92807e030711725e d688772cd41a8489cd19c3b19aa45d8189ce6faf Package: ros-jazzy-pointcloud-to-ply Version: 0.0.7-2noble.20260520.014618 Architecture: arm64 Maintainer: li9i Installed-Size: 561 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libpcl-common1.14 (>= 1.14.0+dfsg), libpcl-features1.14 (>= 1.14.0+dfsg), libpcl-filters1.14 (>= 1.14.0+dfsg), libpcl-io1.14 (>= 1.14.0+dfsg), libpcl-search1.14 (>= 1.14.0+dfsg), libpcl-surface1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), libpcl-dev, ros-jazzy-pcl-conversions, ros-jazzy-pcl-ros, ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pointcloud-to-ply/ros-jazzy-pointcloud-to-ply_0.0.7-2noble.20260520.014618_arm64.deb Size: 115958 SHA256: 6fe98abdefa8c024a680ab4a5e6ab535e9020e490de886da0cb56647aa920aa0 SHA1: ffdd81e62166b3c2f9f8aff37b45eb42e11705ce MD5sum: aae60350032d858574325e34b4a412c2 Description: Subscribe to a PointCloud2 topic, reconstruct a mesh, and save to OBJ/PLY using PCL. Package: ros-jazzy-pointcloud-to-ply-dbgsym Package-Type: ddeb Source: ros-jazzy-pointcloud-to-ply Version: 0.0.7-2noble.20260520.014618 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: li9i Installed-Size: 3424 Depends: ros-jazzy-pointcloud-to-ply (= 0.0.7-2noble.20260520.014618) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pointcloud-to-ply/ros-jazzy-pointcloud-to-ply-dbgsym_0.0.7-2noble.20260520.014618_arm64.deb Size: 3066600 SHA256: 6ce0eab1b18f166180039e89efcfb158ab24413d4e80286802fb6d94643d5a8f SHA1: ef16cfc5b3963d466bcbc5254eb42f8f58380b15 MD5sum: fa3637cc19508dbfdb3de6862b8d0c00 Description: debug symbols for ros-jazzy-pointcloud-to-ply Build-Ids: 896fb82cffbec986e9b1727b7ff600d719f11267 Package: ros-jazzy-polygon-demos Version: 1.2.0-1noble.20260520.143808 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 436 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-angles, ros-jazzy-color-util, ros-jazzy-geometry-msgs, ros-jazzy-polygon-msgs, ros-jazzy-polygon-rviz-plugins, ros-jazzy-polygon-utils, ros-jazzy-rclcpp, ros-jazzy-rviz-common, ros-jazzy-rviz-default-plugins, ros-jazzy-rviz2, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-polygon-demos/ros-jazzy-polygon-demos_1.2.0-1noble.20260520.143808_arm64.deb Size: 93638 SHA256: 774be14c9850f03bd7fb714806bebcf21cc5c9d985a7c2daf2d4e3560585e023 SHA1: 3946e851ae2237b351e86ae65e518b3cda3006a9 MD5sum: 684a75d4302cab83dffe2209ea24c436 Description: Demo of polygon_rviz_plugins Package: ros-jazzy-polygon-demos-dbgsym Package-Type: ddeb Source: ros-jazzy-polygon-demos Version: 1.2.0-1noble.20260520.143808 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 1852 Depends: ros-jazzy-polygon-demos (= 1.2.0-1noble.20260520.143808) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-polygon-demos/ros-jazzy-polygon-demos-dbgsym_1.2.0-1noble.20260520.143808_arm64.deb Size: 1601852 SHA256: 9312cd00b7cb9ac51ee290e09c3d3cacb78ec771435622c7ff9788a1d1e8829b SHA1: f77c80bbc7adc1ac41bee3c97478218782682db3 MD5sum: 53b2e9ad4f7677b5c51a4ee5177c07f8 Description: debug symbols for ros-jazzy-polygon-demos Build-Ids: 081aac563926520512b601cedf3fe64771abedb9 Package: ros-jazzy-polygon-msgs Version: 1.2.0-1noble.20260519.194139 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 1654 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-polygon-msgs/ros-jazzy-polygon-msgs_1.2.0-1noble.20260519.194139_arm64.deb Size: 100496 SHA256: 6b33181fb6149b853d0bf4bbfc9c9d4e55d0cb58a94e07f1e49914a9d5283659 SHA1: 013fe6926a1ef1cede09a220811625e6f1cd1ef1 MD5sum: 617ab46da38d70a72b6d467c662ee5b5 Description: General purpose two-dimensional polygons. Formerly a part of nav_2d_msgs Package: ros-jazzy-polygon-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-polygon-msgs Version: 1.2.0-1noble.20260519.194139 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 1140 Depends: ros-jazzy-polygon-msgs (= 1.2.0-1noble.20260519.194139) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-polygon-msgs/ros-jazzy-polygon-msgs-dbgsym_1.2.0-1noble.20260519.194139_arm64.deb Size: 872498 SHA256: edc8e1fc35cc769fcc8f9d00c77605037f83a646d308c9d024e5fcebfb53d578 SHA1: 65550f66e8873b4b0ed99dd411f376b4e72452d1 MD5sum: 730476b827c1700b019889710b22907c Description: debug symbols for ros-jazzy-polygon-msgs Build-Ids: 2be8d767b8fb9688a7ba06b19675977d9e1db690 376fdaffcc6a2294504add4a59488ab7f16d7961 392fc8768a7009d3709fb539a6e7ebb7d24a5595 3ceee4d49feeb62e26f8d061787c41e34bb5c8da 7460bd666502f772bfad9e9891e60c66795ec96a 8625f8cbe484e0cb495bacd374aa0f89c18ae8fe a15be22002261e5b9ac458614bc7182fec4b396e a5c6969bc4d812db316844740c9141ae11288eda ac02e2a133a7f4e9eda8be6f6b9d2cc1719cf904 c014f6fd0bc39ecfe4da0b049d805436828694e6 e615e217ba1419d6bb566f4a9ab37d3a96b3d44f Package: ros-jazzy-polygon-rviz-plugins Version: 1.2.0-1noble.20260519.221440 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 1975 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.5.0), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libstdc++6 (>= 13.1), ros-jazzy-rviz-ogre-vendor, ros-jazzy-color-util, ros-jazzy-geometry-msgs, ros-jazzy-pluginlib, ros-jazzy-polygon-msgs, ros-jazzy-polygon-utils, ros-jazzy-rviz-common, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-polygon-rviz-plugins/ros-jazzy-polygon-rviz-plugins_1.2.0-1noble.20260519.221440_arm64.deb Size: 293104 SHA256: cedee90e306a6a6a8113c7f8aaa159f74dd915c843b9403d0f885bdba391561c SHA1: 4bf25bd0b04f54b91275f5ffa8eab2202ba744cd MD5sum: 7192ec55ae2d043671bd74178eb9bf89 Description: RViz visualizations for polygons Package: ros-jazzy-polygon-rviz-plugins-dbgsym Package-Type: ddeb Source: ros-jazzy-polygon-rviz-plugins Version: 1.2.0-1noble.20260519.221440 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 14243 Depends: ros-jazzy-polygon-rviz-plugins (= 1.2.0-1noble.20260519.221440) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-polygon-rviz-plugins/ros-jazzy-polygon-rviz-plugins-dbgsym_1.2.0-1noble.20260519.221440_arm64.deb Size: 11916956 SHA256: 2c46dd2692af2d2f1b69374f73151621b17cb4350fae956b20a3d6b885f52e01 SHA1: b2be3577fe0dda06e729748fd2b8d44858d7da1e MD5sum: 95233c5cbc53b10bf2b3b7131fb0dfbf Description: debug symbols for ros-jazzy-polygon-rviz-plugins Build-Ids: 734af1ecd75279d10963f5a231cf9d36ef70e368 Package: ros-jazzy-polygon-utils Version: 1.2.0-1noble.20260519.201419 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 151 Depends: python3-shapely, ros-jazzy-geometry-msgs, ros-jazzy-polygon-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-polygon-utils/ros-jazzy-polygon-utils_1.2.0-1noble.20260519.201419_arm64.deb Size: 31474 SHA256: 3cf697d5c87eada98f0b38de1e7c154b9a6ff540ab3b1b3c2ec9857e75ec9b26 SHA1: 30bcab007aa652ce4857807a0d982ce8da38c347 MD5sum: 64b491145fb328938aea2bbd66cda6fa Description: Utilities for working with polygons, including triangulation Package: ros-jazzy-popf Version: 0.1.0-1noble.20260520.031232 Architecture: arm64 Maintainer: Francisco Martin Installed-Size: 2772 Depends: coinor-libcbc3.1 (>= 2.10.11+ds1), coinor-libcgl1 (>= 0.60.8+ds), coinor-libclp1 (>= 1.17.9+ds), libc6 (>= 2.38), libgcc-s1 (>= 4.2), libstdc++6 (>= 13.1), bison, coinor-libcbc-dev, coinor-libcgl-dev, coinor-libclp-dev, coinor-libcoinutils-dev, flex, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-popf/ros-jazzy-popf_0.1.0-1noble.20260520.031232_arm64.deb Size: 817380 SHA256: e9c0ac839c0fc37a31fad2f619ec85b0f22bbcfac81daad2088e9a06e14b7fd2 SHA1: cfc016d4b298026c489fe55a66e0478449193145 MD5sum: 73c3a702a967fe1d7c7326ed4cd40b87 Description: The POPF package Package: ros-jazzy-popf-dbgsym Package-Type: ddeb Source: ros-jazzy-popf Version: 0.1.0-1noble.20260520.031232 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martin Installed-Size: 23137 Depends: ros-jazzy-popf (= 0.1.0-1noble.20260520.031232) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-popf/ros-jazzy-popf-dbgsym_0.1.0-1noble.20260520.031232_arm64.deb Size: 21965954 SHA256: da01c4577b202450763dba42a2822b25e2f46ee5e94dc6afc7bdd3be30d0e182 SHA1: bc39cd74dfcfc19c524c41d36b1384cd6df68ec0 MD5sum: b852d45085bda9f8168c53bf980fd2ac Description: debug symbols for ros-jazzy-popf Build-Ids: 4708ba40e101093b231364d74c2c63d9484cd4a3 4fd34e7fb2e1b9dacba5d0771b823277704dc80a 5285f8bda80d3966383141df6f589c0b182731d7 95077b54635475065b8a8fed586053ffb433cbeb c9cf0a7f5836ea63e937b96eada2fcce00b90bff d4eb4ec3fa7f26a93a1102513bd9c9a1c6d0811f e8a4ae1b0a0445d3dc7b77de2ef2717241da6159 Package: ros-jazzy-pose-broadcaster Version: 4.40.1-1noble.20260520.050601 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 343 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-backward-ros, ros-jazzy-controller-interface, ros-jazzy-generate-parameter-library, ros-jazzy-geometry-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-realtime-tools, ros-jazzy-tf2-msgs, ros-jazzy-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pose-broadcaster/ros-jazzy-pose-broadcaster_4.40.1-1noble.20260520.050601_arm64.deb Size: 91728 SHA256: f7a02a2bf0b884b636c1be82dcba7c02baaf106e5872b4e17ca0d7cbc3fce5f7 SHA1: 775ecfe309070a40f97ad4b051ca6f7f6e175f59 MD5sum: 85eb555516e5e3e2da6efa0e79c6ad82 Description: Broadcaster to publish cartesian states. Package: ros-jazzy-pose-broadcaster-dbgsym Package-Type: ddeb Source: ros-jazzy-pose-broadcaster Version: 4.40.1-1noble.20260520.050601 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 1482 Depends: ros-jazzy-pose-broadcaster (= 4.40.1-1noble.20260520.050601) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pose-broadcaster/ros-jazzy-pose-broadcaster-dbgsym_4.40.1-1noble.20260520.050601_arm64.deb Size: 1330188 SHA256: 76e80af5bd4c5f6cd9578c75a3dc6639a7482dae483c919b518aaceff6396d5c SHA1: 231043e89c76195ecef8d9c198d08f320871f549 MD5sum: 0553da34b17d7d256467041189689a89 Description: debug symbols for ros-jazzy-pose-broadcaster Build-Ids: 6e8187578d78e51d4d7802f36db801a5aed6cd4c Package: ros-jazzy-pose-cov-ops Version: 0.4.0-1noble.20260520.004525 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 136 Depends: libc6 (>= 2.17), ros-jazzy-mrpt-libposes, ros-jazzy-cv-bridge, ros-jazzy-geometry-msgs, ros-jazzy-mrpt-libros-bridge, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-stereo-msgs, ros-jazzy-tf2, ros-jazzy-ros-workspace Homepage: https://wiki.ros.org/pose_cov_ops Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pose-cov-ops/ros-jazzy-pose-cov-ops_0.4.0-1noble.20260520.004525_arm64.deb Size: 14792 SHA256: 0c66c5a5d35a83ddb61ba8223ebe091fdcfb470c8c0eb9409325eca06f08eb82 SHA1: 1baf84de33c6b3fdb2c4a84256652f0cfce51e61 MD5sum: cf09fdb734cc23d298392d32b9e50b34 Description: C++ library for SE(2)/SE(3) pose composition operations with uncertainty Package: ros-jazzy-pose-cov-ops-dbgsym Package-Type: ddeb Source: ros-jazzy-pose-cov-ops Version: 0.4.0-1noble.20260520.004525 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 139 Depends: ros-jazzy-pose-cov-ops (= 0.4.0-1noble.20260520.004525) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pose-cov-ops/ros-jazzy-pose-cov-ops-dbgsym_0.4.0-1noble.20260520.004525_arm64.deb Size: 125504 SHA256: 55716d3119356b52ec5fcd0e4d76fbc2883e332b7ff479cecc0e6b76bcde8f7e SHA1: b200d2a5decfd1649c8493da089079b0e8fc3d6c MD5sum: 1e64502a6c41446b05709528afa4efb7 Description: debug symbols for ros-jazzy-pose-cov-ops Build-Ids: c6fe3471420189ffe87e1907d88f2292e07408dc Package: ros-jazzy-position-controllers Version: 4.40.1-1noble.20260520.050411 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 134 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-backward-ros, ros-jazzy-forward-command-controller, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-position-controllers/ros-jazzy-position-controllers_4.40.1-1noble.20260520.050411_arm64.deb Size: 22992 SHA256: d7834d8d9b95812c7579d92b845698b5f03ab325e382e358c183ef866b0639e6 SHA1: 5fbeed090da1f13791adf5a80ac87408807ed0b1 MD5sum: 7f15df4cdff246b1f46fe1fe2cef3379 Description: Generic position controller for forwarding position commands. Package: ros-jazzy-position-controllers-dbgsym Package-Type: ddeb Source: ros-jazzy-position-controllers Version: 4.40.1-1noble.20260520.050411 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 384 Depends: ros-jazzy-position-controllers (= 4.40.1-1noble.20260520.050411) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-position-controllers/ros-jazzy-position-controllers-dbgsym_4.40.1-1noble.20260520.050411_arm64.deb Size: 357144 SHA256: 0f327be2cfd594ff65aadaf6a925ea624117233bf393941102a83a596a967d62 SHA1: a33fa1c2c11fb26cf200303cdd713933b4a0e24e MD5sum: 1ca8c63ebb04ff81ff102846f6beace4 Description: debug symbols for ros-jazzy-position-controllers Build-Ids: 9524a1fd4a5fa33b5433f847311ea989b1d6f1a1 Package: ros-jazzy-proto2ros Version: 1.0.1-2noble.20260519.213029 Architecture: arm64 Maintainer: Robotics and AI Institute LLC dba RAI Institute Installed-Size: 1829 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-jazzy-fastcdr, libprotobuf-dev, libprotoc-dev, protobuf-compiler, python3-inflection, python3-jinja2, python3-multipledispatch, python3-networkx, python3-numpy, python3-protobuf, python3-yaml, ros-jazzy-ament-cmake-mypy, ros-jazzy-builtin-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclpy, ros-jazzy-rosidl-adapter, ros-jazzy-rosidl-default-generators, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/proto2ros/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-proto2ros/ros-jazzy-proto2ros_1.0.1-2noble.20260519.213029_arm64.deb Size: 145346 SHA256: 7ed7ee40d1d953341d562e1c5f25345429845c950913b7094f2660e3025c00cf SHA1: b696909e5a9a9cb8d53cf2fb005a95d0084fb1c7 MD5sum: 1ed887eecab85f4233f2e6bc4233ff69 Description: Protobuf to ROS 2 interoperability interfaces Package: ros-jazzy-proto2ros-dbgsym Package-Type: ddeb Source: ros-jazzy-proto2ros Version: 1.0.1-2noble.20260519.213029 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Robotics and AI Institute LLC dba RAI Institute Installed-Size: 1449 Depends: ros-jazzy-proto2ros (= 1.0.1-2noble.20260519.213029) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-proto2ros/ros-jazzy-proto2ros-dbgsym_1.0.1-2noble.20260519.213029_arm64.deb Size: 1173188 SHA256: 595ec6c215a6b6725643568716f39e2f293b9d5c01dcc4a258dbaf631b8abcd2 SHA1: 7add2d53f1daf28ce07adbb418eb98da6737b32a MD5sum: 70d9ebbba77ec9df96fe96fc0ecfde5a Description: debug symbols for ros-jazzy-proto2ros Build-Ids: 0ddadea7dfb25c263aa04ddf5d0b7d6682e0caeb 0f64e727b70bc1b1484425d7b238a9fce6121d4c 3d713773bfa5c94b67c2485585e5da42faaadfcb 41e8cb6b53a5f492a6740887557d007e9fdaf764 420bcb1cc06d072a1051652c3fd17d64fb1a9e79 60752da9421e4b63813e93698a13ed92f373edf5 7c99269f2d6c196bf1566af53d349fb7d01ab8b6 cf5ca57bb0a7c9ab6440d8b4d112d50e4c7f715c e06dc71e21821c72f51459e4e62734c09503b08b e482388a387b8312782f00ad5a696457d97d1f99 f9152fd637a15def6487a78e22fbd69323154963 fc0b283203a40ed558585fdb08a22cfca624e146 Package: ros-jazzy-protobuf-comm Version: 0.9.3-1noble.20260305.201913 Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 655 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), libboost-system-dev, libboost-thread-dev, libprotobuf-dev, libprotoc-dev, libspdlog-dev, openssl, protobuf-compiler, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-protobuf-comm/ros-jazzy-protobuf-comm_0.9.3-1noble.20260305.201913_arm64.deb Size: 149502 SHA256: 734b78e2078b5b8cc4d408eda85619f3b60f41b8028df8cc6934c3be581d9fcc SHA1: e0477bbd2d6655d7ec172c97e700f800c04ca60e MD5sum: a970377c57eda0e0342ce2090484d44e Description: Wrapper for protobuf communication using c++ Package: ros-jazzy-protobuf-comm-dbgsym Package-Type: ddeb Source: ros-jazzy-protobuf-comm Version: 0.9.3-1noble.20260305.201913 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 3431 Depends: ros-jazzy-protobuf-comm (= 0.9.3-1noble.20260305.201913) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-protobuf-comm/ros-jazzy-protobuf-comm-dbgsym_0.9.3-1noble.20260305.201913_arm64.deb Size: 2884260 SHA256: 7eaa7f9f8fe74a2b8f36a10e75a461a2015bcf74f3597d5ee89e979c7c293460 SHA1: 2fee8606284bf9920fce2887149d28da5a90bb5a MD5sum: 868f5cd5d3001e554dcf15846e46f1d5 Description: debug symbols for ros-jazzy-protobuf-comm Build-Ids: 76e2a4028db444671de5db3aee592981ab7d500e Package: ros-jazzy-proxsuite Version: 0.6.5-1noble.20260305.201956 Architecture: arm64 Maintainer: Justin Carpentier Installed-Size: 1247 Depends: libeigen3-dev, libsimde-dev, python3-numpy, python3-scipy, ros-jazzy-ros-workspace Homepage: https://simple-robotics.github.io/proxsuite Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-proxsuite/ros-jazzy-proxsuite_0.6.5-1noble.20260305.201956_arm64.deb Size: 153966 SHA256: ecf4e187cb99109d231caa5699fee9718a58031f6bd8c647e97bd3874043f201 SHA1: d6b8f7d7443937246b2545d292a9a20ac69fcbc0 MD5sum: 484452a4695536d86614cc9ef2c8b68b Description: The Advanced Proximal Optimization Toolbox Package: ros-jazzy-ptz-action-server-msgs Version: 2.0.3-1noble.20260519.042559 Architecture: arm64 Maintainer: Chris Iverach-Brereton Installed-Size: 4763 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-action-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ptz-action-server-msgs/ros-jazzy-ptz-action-server-msgs_2.0.3-1noble.20260519.042559_arm64.deb Size: 260168 SHA256: 7c2e5f3700fbcdee246589ac76225cf1420071f8501057010099324cfe793cca SHA1: ea4f3f0583cd2d6fd600c89af435c845cfdf30f5 MD5sum: 8b1dec23690b52c1d34b0161266771de Description: Messages for controlling Pan-Tilt and Pan-Tilt-Zoom devices Package: ros-jazzy-ptz-action-server-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-ptz-action-server-msgs Version: 2.0.3-1noble.20260519.042559 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Iverach-Brereton Installed-Size: 2409 Depends: ros-jazzy-ptz-action-server-msgs (= 2.0.3-1noble.20260519.042559) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ptz-action-server-msgs/ros-jazzy-ptz-action-server-msgs-dbgsym_2.0.3-1noble.20260519.042559_arm64.deb Size: 1617188 SHA256: 0c8f2960e2efa357fbb08465a235c4f084860c9da9b86964cce7ac9b99151804 SHA1: 13328061cec6571102ecec2452d0ea72c562e533 MD5sum: 7058b9b0f45dedbe2ee5aefc802b6bde Description: debug symbols for ros-jazzy-ptz-action-server-msgs Build-Ids: 39874071189875df4b7e5dd6c6fca8b83fea7040 8bf1c131f22d07caa25e2d53aa454ea1a6a00bf6 8dced31df702e103b9c5f1d27e0482376e33dea3 a6aeb23a0611aa4d24145b794a4ac2bdc2a219cf cbc3be7d7e906fb01a3b729a5a6d2eb656b277b5 cc4fab5142ffa396374ed94e998ed57e95f25ee9 d43bd12d9774a32c7c1cb838f3f11eebfd54584a e008da4467eaa53cc06b2988f9b3a74f64e3fcde e6096e118b09c14609f7a1c04b059e7d48ec24b7 e990b77e0180e7a81874bca514fa45fc839abeda ff922afaf089f6c4e4e918f14fd8ce52918d9b17 Package: ros-jazzy-py-binding-tools Version: 2.0.1-1noble.20260520.000455 Architecture: arm64 Maintainer: Robert Haschke Installed-Size: 402 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-geometry-msgs, ros-jazzy-pybind11-vendor, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/py_binding_tools Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-py-binding-tools/ros-jazzy-py-binding-tools_2.0.1-1noble.20260520.000455_arm64.deb Size: 105822 SHA256: 3db5e8ec682cd2faa2a060a847b24213c59a5cc29c52e20e3fc6c4d8e59a66bc SHA1: 9de1b27dcd9af26877bab73fbc925008e8830b21 MD5sum: d2aa4ac88fb49b42f06242a29d39a9be Description: Python binding tools for C++ Package: ros-jazzy-py-binding-tools-dbgsym Package-Type: ddeb Source: ros-jazzy-py-binding-tools Version: 2.0.1-1noble.20260520.000455 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Robert Haschke Installed-Size: 874 Depends: ros-jazzy-py-binding-tools (= 2.0.1-1noble.20260520.000455) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-py-binding-tools/ros-jazzy-py-binding-tools-dbgsym_2.0.1-1noble.20260520.000455_arm64.deb Size: 820442 SHA256: 9f842ca115f3416634936bb920a6a8089a860b81e26e4747691019eda2014922 SHA1: 597fe5a15aa311911e0f891ac7b7e03d847ae5e9 MD5sum: fcea13307b4efcdcff893ffd1190eb51 Description: debug symbols for ros-jazzy-py-binding-tools Build-Ids: 053fa64df7cad50a9eb8e852e7b3c9911e518c31 Package: ros-jazzy-py-trees Version: 2.4.0-1noble.20260305.202032 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 965 Depends: python3-pydot, ros-jazzy-ros-workspace Homepage: https://py-trees.readthedocs.io/en/devel/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-py-trees/ros-jazzy-py-trees_2.4.0-1noble.20260305.202032_arm64.deb Size: 170218 SHA256: 19b0d1b26fabb954638001e20fe191e59207603fe4d01e007c05eb030573b713 SHA1: ea2a8f25447a0ecb8067b7244704059b47f617d4 MD5sum: 6b638f6f0b5818d3109fa1fa0d68a7cb Description: Pythonic implementation of behaviour trees. Package: ros-jazzy-py-trees-js Version: 0.6.6-1noble.20260305.202141 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 5158 Depends: libpyside2-dev, libshiboken2-dev, pyqt5-dev, python3-pyqt5, python3-pyqt5.qtsvg, python3-pyqt5.qtwebengine, python3-pyside2.qtsvg, python3-sip-dev, shiboken2, ros-jazzy-ros-workspace Homepage: https://github.com/splintered-reality/py_trees_js Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-py-trees-js/ros-jazzy-py-trees-js_0.6.6-1noble.20260305.202141_arm64.deb Size: 1177258 SHA256: 45db5d6ab8693eb2af4cf9aabda5db8c09c9c79005c680e913aa1c18d77ed65f SHA1: f6ff9ebc274ee66c5ce3284e7d512047a9019c0e MD5sum: 0bab4c19989d830d1277963dddc09889 Description: Javascript library for visualising behaviour trees. Package: ros-jazzy-py-trees-ros Version: 2.4.0-1noble.20260520.041909 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 547 Depends: ros-jazzy-geometry-msgs, ros-jazzy-py-trees, ros-jazzy-py-trees-ros-interfaces, ros-jazzy-rcl-interfaces, ros-jazzy-rclpy, ros-jazzy-ros2topic, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2-ros-py, ros-jazzy-unique-identifier-msgs, ros-jazzy-ros-workspace Homepage: https://py-trees-ros.readthedocs.io/en/release-1.2.x/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-py-trees-ros/ros-jazzy-py-trees-ros_2.4.0-1noble.20260520.041909_arm64.deb Size: 105962 SHA256: 3147b15b41e044de5aeff43fe4e2e0baa752bd168efb551fd7529b68d28650c5 SHA1: a8e93b3d99ab659b468b7f3fdf645e91e9289504 MD5sum: 3695f8bc1551435a8b433d9044ea648a Description: ROS2 extensions and behaviours for py_trees. Package: ros-jazzy-py-trees-ros-interfaces Version: 2.1.1-1noble.20260519.185144 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 10580 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-action-msgs, ros-jazzy-diagnostic-msgs, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-unique-identifier-msgs, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/py_trees_ros_interfaces Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-py-trees-ros-interfaces/ros-jazzy-py-trees-ros-interfaces_2.1.1-1noble.20260519.185144_arm64.deb Size: 574140 SHA256: fc5f4fbf7134ac01f5cbf4920a4b58167498195c94b4177c3bf24824f067f81e SHA1: 5b49108fd41695703dd09b2efe2c1990a41a5a29 MD5sum: a1e7178556223716e81288dc1da3308d Description: Interfaces used by py_trees_ros and py_trees_ros_tutorials. Package: ros-jazzy-py-trees-ros-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-py-trees-ros-interfaces Version: 2.1.1-1noble.20260519.185144 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 6806 Depends: ros-jazzy-py-trees-ros-interfaces (= 2.1.1-1noble.20260519.185144) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-py-trees-ros-interfaces/ros-jazzy-py-trees-ros-interfaces-dbgsym_2.1.1-1noble.20260519.185144_arm64.deb Size: 4956844 SHA256: 83976da4ffe88292a46f8b724a2fec3d89cd29d2fa3c5a66c38b3c69449458c5 SHA1: bb33b5874e95479f941943a601386418ed8b12e2 MD5sum: ecdcfce2e88ce3a533fbf22dd7cfdada Description: debug symbols for ros-jazzy-py-trees-ros-interfaces Build-Ids: 1868097f9013f559b77ebb5915c20444dd764b2c 3c279ebfac3dce92aa13ef613652213f5cac2447 5039de8c6c2a5fbbb4414efb3ef7646f162a39e7 61964bcd942765397927f03f94d87fd2663f27f1 710ba77239696ac9106c51779593fed085010bf1 7b12e04621de215b3955768a9af1f4151ff6ba48 a5596cea41f63c0d924d88b3cde5fb342160f285 c38ec344ae2f9990d2b2a1f4eefe0841c755448c ce2289acf247c8e6bcb7b3b078ada75c20c67583 ddf8bdb2d4f181f5ea8eea80bff134d164b6520a f31eb770bff7f3f23677666b045f1ae8d47b4039 Package: ros-jazzy-py-trees-ros-tutorials Version: 2.4.0-1noble.20260520.060132 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 494 Depends: libpyside2-dev, libshiboken2-dev, pyqt5-dev, python3-pyqt5, python3-pyqt5.qtsvg, python3-pyside2.qtsvg, python3-sip-dev, ros-jazzy-action-msgs, ros-jazzy-geometry-msgs, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-py-trees, ros-jazzy-py-trees-ros, ros-jazzy-py-trees-ros-interfaces, ros-jazzy-rcl-interfaces, ros-jazzy-rclpy, ros-jazzy-ros2launch, ros-jazzy-ros2param, ros-jazzy-ros2run, ros-jazzy-ros2service, ros-jazzy-ros2topic, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, shiboken2, ros-jazzy-ros-workspace Homepage: https://py-trees-ros-tutorials.readthedocs.io/en/release-2.0.x/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-py-trees-ros-tutorials/ros-jazzy-py-trees-ros-tutorials_2.4.0-1noble.20260520.060132_arm64.deb Size: 92072 SHA256: b33bba09f82fd2969311672b8ce30108cb1322d8b8fc964c95991af8ee59bd97 SHA1: 72441c0a8f75afe24b436bfb24562cff974f38eb MD5sum: 438f6331dcdb4729a7612568cb24e88b Description: Tutorials for py_trees on ROS2. Package: ros-jazzy-py-trees-ros-viewer Version: 0.2.5-1noble.20260519.212452 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 246 Depends: libpyside2-dev, libshiboken2-dev, pyqt5-dev, python3-pyqt5, python3-pyqt5.qtsvg, python3-pyqt5.qtwebengine, python3-pyside2.qtsvg, python3-sip-dev, ros-jazzy-py-trees-js, ros-jazzy-py-trees-ros-interfaces, ros-jazzy-rclpy, ros-jazzy-unique-identifier-msgs, shiboken2, ros-jazzy-ros-workspace Homepage: https://github.com/splintered-reality/py_trees_ros_viewer Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-py-trees-ros-viewer/ros-jazzy-py-trees-ros-viewer_0.2.5-1noble.20260519.212452_arm64.deb Size: 64332 SHA256: ab35fa1d3fa9ad24aaa009b52592944049f45cc23e8f975e63688e08488c8b4e SHA1: 2c16a674091c786a7c3a108ee782bad75379e20d MD5sum: de259e67620ac5afff0ed55292245a85 Description: A Qt-JS application for visualisation of executing/log-replayed behaviour trees in a ROS2 ecosystem. Package: ros-jazzy-pybind11-json-vendor Version: 0.4.2-1noble.20260305.220734 Architecture: arm64 Maintainer: Yadunund Installed-Size: 72 Depends: nlohmann-json3-dev, ros-jazzy-pybind11-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pybind11-json-vendor/ros-jazzy-pybind11-json-vendor_0.4.2-1noble.20260305.220734_arm64.deb Size: 9910 SHA256: fc798cb354a5826ae845f39a8aa5bb6af68fe470cd698eda3ed3103b40971d38 SHA1: d76159529340f862082e673db4c154a2a0a45376 MD5sum: a831badcb0e62a91a9f4a8f44120247e Description: A vendor package for pybind11_json for Modern C++ Package: ros-jazzy-pybind11-vendor Version: 3.1.3-1noble.20260305.220146 Architecture: arm64 Maintainer: Scott K Logan Installed-Size: 43 Depends: pybind11-dev, ros-jazzy-ros-workspace Homepage: https://github.com/pybind/pybind11 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pybind11-vendor/ros-jazzy-pybind11-vendor_3.1.3-1noble.20260305.220146_arm64.deb Size: 6396 SHA256: 8271de5f21b0d8d42652bad309f212d797d911f6ac1b4a0f25dfad76b7dbcbff SHA1: 0aa3dca7e17ba528687e60418aaa4a46f4612738 MD5sum: d84c55bbadf6687b8ea8ee60854934cb Description: Wrapper around pybind11. Package: ros-jazzy-pymoveit2 Version: 4.2.0-1noble.20260520.035303 Architecture: arm64 Maintainer: Andrej Orsula Installed-Size: 241 Depends: ros-jazzy-action-msgs, ros-jazzy-control-msgs, ros-jazzy-geometry-msgs, ros-jazzy-moveit-msgs, ros-jazzy-rclpy, ros-jazzy-sensor-msgs, ros-jazzy-shape-msgs, ros-jazzy-std-srvs, ros-jazzy-trajectory-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pymoveit2/ros-jazzy-pymoveit2_4.2.0-1noble.20260520.035303_arm64.deb Size: 27564 SHA256: 6c7c7a302ee024c502cec06df51feefd4a58dee46d6550ddfb3f41831a473542 SHA1: fd1613fd6e38566b112fd89ad2ace66aeb4bc948 MD5sum: e798688e74b094cd6fffd503b52c73d9 Description: Basic Python interface for MoveIt 2 built on top of ROS 2 actions and services Package: ros-jazzy-python-cmake-module Version: 0.11.1-2noble.20260305.220219 Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 47 Depends: python3-dev, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-python-cmake-module/ros-jazzy-python-cmake-module_0.11.1-2noble.20260305.220219_arm64.deb Size: 7456 SHA256: 95913e31011a6811993fdc91c20ed46040a95bdaa405e6b24c1cad7a7bd715b4 SHA1: a327e13c3a4209cf25ba46f7408df1db5aca1f44 MD5sum: 809f799053785756b1edf6c7e20c7ccc Description: Provide CMake module with extra functionality for Python. Package: ros-jazzy-python-orocos-kdl-vendor Version: 0.5.1-2noble.20260305.233710 Architecture: arm64 Maintainer: Jacob Perron Installed-Size: 42 Depends: python3-pykdl, ros-jazzy-orocos-kdl-vendor, ros-jazzy-pybind11-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-python-orocos-kdl-vendor/ros-jazzy-python-orocos-kdl-vendor_0.5.1-2noble.20260305.233710_arm64.deb Size: 5802 SHA256: 1e7fda4e95ff703c02e20824d456441123911a47cfc50062830e4629f392add9 SHA1: 4562d554cd2c9d6bbdb6b812d873707379c8a73f MD5sum: 8535ab23e412f9eb8dd2ae3785afab87 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-jazzy-python-qt-binding Version: 2.2.2-1noble.20260305.205533 Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 89 Depends: libpyside2-dev, libshiboken2-dev, pyqt5-dev, python3-pyqt5, python3-pyqt5.qtsvg, python3-pyside2.qtsvg, python3-sip-dev, shiboken2, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/python_qt_binding Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-python-qt-binding/ros-jazzy-python-qt-binding_2.2.2-1noble.20260305.205533_arm64.deb Size: 17210 SHA256: 0bacdf4adf76a6bc6021103e7ba8a85d4a6fcaae3136c1166472206d45bf1180 SHA1: a50113479a4d15006878a21530a731b93bfd75bf MD5sum: 905254bdb73ab1961f558a28ccc50d98 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-jazzy-qml-ros2-plugin Version: 2.26.30-1noble.20260519.215641 Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 1987 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libqt5core5t64 (>= 5.8.0), libqt5multimedia5 (>= 5.6.0~beta), libqt5network5t64 (>= 5.0.2), libqt5qml5 (>= 5.9.0~beta), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libqt5quick5, libyaml-cpp-dev, ros-jazzy-ament-index-cpp, ros-jazzy-image-transport, ros-jazzy-rclcpp, ros-jazzy-ros-babel-fish, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-qml-ros2-plugin/ros-jazzy-qml-ros2-plugin_2.26.30-1noble.20260519.215641_arm64.deb Size: 469532 SHA256: c45fed6be310f136712468ad84b20292f9a81253b0df4622e2f935816f843711 SHA1: fe901629c00f7d954820b01f3f5aa13f6819e74f MD5sum: 6449e31fc1059c6c0f4410471f98be76 Description: A QML plugin for ROS. Enables full communication with ROS from QML. Package: ros-jazzy-qml-ros2-plugin-dbgsym Package-Type: ddeb Source: ros-jazzy-qml-ros2-plugin Version: 2.26.30-1noble.20260519.215641 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 11342 Depends: ros-jazzy-qml-ros2-plugin (= 2.26.30-1noble.20260519.215641) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-qml-ros2-plugin/ros-jazzy-qml-ros2-plugin-dbgsym_2.26.30-1noble.20260519.215641_arm64.deb Size: 10331340 SHA256: 297cf84d9ca76bf01a8f840587e883b6aa279a6469554105131cafcbf04bc9c5 SHA1: 708589c0274803b3094933a728745e4e71a01bdd MD5sum: abd30bf856c98ad7451d7dad6cefce8d Description: debug symbols for ros-jazzy-qml-ros2-plugin Build-Ids: c7fc7ea7e91c0b96409aafe000a9df37a419753f Package: ros-jazzy-qml6-ros2-plugin Version: 1.26.41-1noble.20260519.215630 Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 2211 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libqt6core6t64 (>= 6.4.0), libqt6gui6t64 (>= 6.1.2), libqt6multimedia6 (>= 6.2.1), libqt6network6t64 (>= 6.1.2), libqt6qml6 (>= 6.2.0), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libqt6quick6, libyaml-cpp-dev, qt6-base-dev, qt6-declarative-dev, qt6-multimedia-dev, ros-jazzy-ament-index-cpp, ros-jazzy-image-transport, ros-jazzy-rclcpp, ros-jazzy-ros-babel-fish, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-qml6-ros2-plugin/ros-jazzy-qml6-ros2-plugin_1.26.41-1noble.20260519.215630_arm64.deb Size: 501166 SHA256: 5152136b7f66497554f1180c2e0e7cbda5413dfa070fc242ff7064c31b8e2de2 SHA1: f2ee4b44b8578ab8a30644c97b87dab7b98e1204 MD5sum: 1a75eaf36dce5ebd62e1fe1f372d1952 Description: A QML plugin for ROS. Enables full communication with ROS from QML. Package: ros-jazzy-qml6-ros2-plugin-dbgsym Package-Type: ddeb Source: ros-jazzy-qml6-ros2-plugin Version: 1.26.41-1noble.20260519.215630 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 12302 Depends: ros-jazzy-qml6-ros2-plugin (= 1.26.41-1noble.20260519.215630) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-qml6-ros2-plugin/ros-jazzy-qml6-ros2-plugin-dbgsym_1.26.41-1noble.20260519.215630_arm64.deb Size: 11192450 SHA256: 0e237486c41199ce4294f3b50155b4379b7af1aefe00d760c2ded78d4b1db06c SHA1: 06da791482622a490d123d1f2ff43849fb7c2e23 MD5sum: 35067bde30a77de3d236d2bf3a4a0643 Description: debug symbols for ros-jazzy-qml6-ros2-plugin Build-Ids: e15c54e432db5b5ff84d68403fb84e4000a96987 Package: ros-jazzy-qt-dotgraph Version: 2.7.6-1noble.20260330.190924 Architecture: arm64 Maintainer: Dirk Thomas Installed-Size: 105 Depends: python3-pydot, ros-jazzy-python-qt-binding (>= 0.3.0), ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/qt_dotgraph Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-qt-dotgraph/ros-jazzy-qt-dotgraph_2.7.6-1noble.20260330.190924_arm64.deb Size: 14954 SHA256: 436dd72f8f0fe30ab89080f649819209be99dd8d5199788bd95508585fae57b1 SHA1: 75c91b032f00886de4631d1edf2632272ac76cc7 MD5sum: a2cf1c7d510526899c336e9d99558cfc Description: qt_dotgraph provides helpers to work with dot graphs. Package: ros-jazzy-qt-gui Version: 2.7.6-1noble.20260519.011452 Architecture: arm64 Maintainer: Dirk Thomas Installed-Size: 358 Depends: python3-catkin-pkg-modules, ros-jazzy-ament-index-python, ros-jazzy-python-qt-binding, ros-jazzy-tango-icons-vendor, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/qt_gui Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-qt-gui/ros-jazzy-qt-gui_2.7.6-1noble.20260519.011452_arm64.deb Size: 53444 SHA256: be086ab9ef73b6f881a133aa84a7f375a37bc88b9ca5a9ff1bd92c8bcf150508 SHA1: 9e3125db86c610f59b9b96c9b900eb2f31ac3534 MD5sum: 4c35cb9f3a3d585310926357138685f5 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-jazzy-qt-gui-app Version: 2.7.6-1noble.20260519.011828 Architecture: arm64 Maintainer: Dirk Thomas Installed-Size: 44 Depends: ros-jazzy-ament-index-python, ros-jazzy-qt-gui, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/qt_gui_app Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-qt-gui-app/ros-jazzy-qt-gui-app_2.7.6-1noble.20260519.011828_arm64.deb Size: 5794 SHA256: 72840f30512db283d151f8423a98603046fd4bd61a2327913efe0eab060d8f7e SHA1: cc29a69a769e7ebe2914ce816c802ab289cdab03 MD5sum: 0aeeeec26c1f723b33d879186236face Description: qt_gui_app provides the main to start an instance of the integrated graphical user interface provided by qt_gui. Package: ros-jazzy-qt-gui-core Version: 2.7.6-1noble.20260519.012819 Architecture: arm64 Maintainer: Dirk Thomas Installed-Size: 41 Depends: ros-jazzy-qt-dotgraph (>= 0.3.0), ros-jazzy-qt-gui (>= 0.3.0), ros-jazzy-qt-gui-app (>= 0.3.0), ros-jazzy-qt-gui-cpp (>= 0.3.0), ros-jazzy-qt-gui-py-common (>= 0.3.0), ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-qt-gui-core/ros-jazzy-qt-gui-core_2.7.6-1noble.20260519.012819_arm64.deb Size: 5668 SHA256: 7732b97ec123f7ccdd1ab0095afddbb727c43bccdd3e531434da3ff809b9c101 SHA1: 61eecd9c240ee0e07f5556a2caf357d81c59ed71 MD5sum: b8ba9b3ce3572a465b49b8027a13b4f6 Description: Integration of the ROS package system and ROS-specific plugins for a Qt-based GUI. Package: ros-jazzy-qt-gui-cpp Version: 2.7.6-1noble.20260519.012004 Architecture: arm64 Maintainer: Dirk Thomas Installed-Size: 1544 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpyside2-py3-5.15t64 (>= 5.15.13), libpython3.12t64 (>= 3.12.1), libqt5core5t64 (>= 5.3.0), libshiboken2-py3-5.15t64 (>= 5.15.13), libstdc++6 (>= 11), libtinyxml2-10 (>= 10.0.0), ros-jazzy-pluginlib (>= 1.9.23), ros-jazzy-qt-gui (>= 0.3.0), ros-jazzy-tinyxml2-vendor, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/qt_gui_cpp Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-qt-gui-cpp/ros-jazzy-qt-gui-cpp_2.7.6-1noble.20260519.012004_arm64.deb Size: 326454 SHA256: 67d00ebaae783216843177b6616647ac750d2b861b21694c0c618ff91fd7e0c6 SHA1: 76cff242087f34f04bfc239759fa87c08ea4fe82 MD5sum: 9b33426c4f251554c4e5e473d28ac6c3 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-jazzy-qt-gui-cpp-dbgsym Package-Type: ddeb Source: ros-jazzy-qt-gui-cpp Version: 2.7.6-1noble.20260519.012004 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Dirk Thomas Installed-Size: 9834 Depends: ros-jazzy-qt-gui-cpp (= 2.7.6-1noble.20260519.012004) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-qt-gui-cpp/ros-jazzy-qt-gui-cpp-dbgsym_2.7.6-1noble.20260519.012004_arm64.deb Size: 9254060 SHA256: 743bb322992f9f2c263d55d1b8b3999aef3ef4b4cefedeaa76743a9278338dc1 SHA1: 95b89c85abaf365b8e312b697cd47cdffa33aa55 MD5sum: 4b03e6d82f49ad549407a5efb36a48c2 Description: debug symbols for ros-jazzy-qt-gui-cpp Build-Ids: 07d77b48d425c94eae8dcce33d40ff4c0fc916f6 7d5099f34473796360293d22130f2a8a02af7526 f55f2003ed40db2402681548f396364e8ee00085 Package: ros-jazzy-qt-gui-py-common Version: 2.7.6-1noble.20260519.011313 Architecture: arm64 Maintainer: Dorian Scholz Installed-Size: 78 Depends: ros-jazzy-ament-index-python, ros-jazzy-python-qt-binding, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/qt_gui_py_common Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-qt-gui-py-common/ros-jazzy-qt-gui-py-common_2.7.6-1noble.20260519.011313_arm64.deb Size: 11016 SHA256: 7bfaaf03bdc71715ffdfbed70c5c10be466c916a2a5791f0f44c707564594a25 SHA1: bc1a5381e08fc2cffcbde7574a7f3e302a6624c3 MD5sum: 99de2d731329949d7d4669e5fb050a09 Description: qt_gui_py_common provides common functionality for GUI plugins written in Python. Package: ros-jazzy-quality-of-service-demo-cpp Version: 0.33.10-1noble.20260519.231119 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 3995 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-example-interfaces, ros-jazzy-launch-ros, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rcutils, ros-jazzy-rmw, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-quality-of-service-demo-cpp/ros-jazzy-quality-of-service-demo-cpp_0.33.10-1noble.20260519.231119_arm64.deb Size: 394264 SHA256: ec8c3b0f6c9ddba0c78fce66e04a368893e491ae473c9e015ef45e94e00cfc4e SHA1: 8f9ac2e8ecc34f3c88bff84316c8b8c43785c530 MD5sum: 32a373df9684a1bd035e079083c09d9c Description: C++ Demo applications for Quality of Service features Package: ros-jazzy-quality-of-service-demo-cpp-dbgsym Package-Type: ddeb Source: ros-jazzy-quality-of-service-demo-cpp Version: 0.33.10-1noble.20260519.231119 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 19559 Depends: ros-jazzy-quality-of-service-demo-cpp (= 0.33.10-1noble.20260519.231119) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-quality-of-service-demo-cpp/ros-jazzy-quality-of-service-demo-cpp-dbgsym_0.33.10-1noble.20260519.231119_arm64.deb Size: 15837990 SHA256: de95fcfa84eb07fef7194f04e762a6b13f5d644cd2067db1fae2736309532807 SHA1: 576b2f46ef8cfd56d4ad1625cf5c3fa815800de3 MD5sum: 2280c02ea70e9f740be6786974ea89ae Description: debug symbols for ros-jazzy-quality-of-service-demo-cpp Build-Ids: 006ce3ded6f46163435644b1c9730347986c1e37 06ca1d324bb2c85c30d3183f14e550aac3f29211 1298adbe233bd053ac7217a3fc6375bd5d57c47e 15501097cbdda538e2c58ffeffcb7322f9d96f5f 2f56a3cf1350608d2bd623869c64c1941322d0c2 35825ddc3dbe6e69a6a391c1601dd1e23b1aa39e 5da5c70667ca772c9f37f546a7a81701d7b48925 8860fe02d2fcadfbbbc48a89196caf5e0b09f8f1 a069e289c069689b90903cdcda3cf69fa79a95a4 a1ce24a2800001d3ddce2693604d23b35064af81 a2fa656cd20bb9ca2802a7c91fa7b2911fa57b5d cd1eb9aa352e366813338035db660de6b8ea383e Package: ros-jazzy-quality-of-service-demo-py Version: 0.33.10-1noble.20260519.232125 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 115 Depends: ros-jazzy-rclpy, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-quality-of-service-demo-py/ros-jazzy-quality-of-service-demo-py_0.33.10-1noble.20260519.232125_arm64.deb Size: 20684 SHA256: 9c070a9ee0993bac737910d10460db245adf924110b7d4a4e3fbbea6bce63ab0 SHA1: 45817eccc4ac2dd080c84c52a0591b9e2576107b MD5sum: c79ad0ed1bb410028f2e0c10366a1327 Description: Python Demo applications for Quality of Service features Package: ros-jazzy-quaternion-operation Version: 0.0.7-5noble.20260520.000710 Architecture: arm64 Maintainer: Masaya Kataoka Installed-Size: 138 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1), libeigen3-dev, ros-jazzy-ament-cmake-auto, ros-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-quaternion-operation/ros-jazzy-quaternion-operation_0.0.7-5noble.20260520.000710_arm64.deb Size: 22882 SHA256: df3d6673d6e76d380da85fef92c77412051fa08036821d8d48761c5ddfa280ce SHA1: 3dcf407807d6f6e871cd44393082bda0acbb5f01 MD5sum: 6bcbf8daffc35ff4c4570227bd2b435d Description: The quaternion_operation package Package: ros-jazzy-quaternion-operation-dbgsym Package-Type: ddeb Source: ros-jazzy-quaternion-operation Version: 0.0.7-5noble.20260520.000710 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Masaya Kataoka Installed-Size: 31 Depends: ros-jazzy-quaternion-operation (= 0.0.7-5noble.20260520.000710) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-quaternion-operation/ros-jazzy-quaternion-operation-dbgsym_0.0.7-5noble.20260520.000710_arm64.deb Size: 5418 SHA256: 52298f3ea91cf42d61b739115541d7901a1db072608c2601fdbac3c7227188f2 SHA1: ad31ff05b935110459cac569eae4150bb648f1ad MD5sum: c5e58fb66a789044ab8723b29d8b8b21 Description: debug symbols for ros-jazzy-quaternion-operation Build-Ids: 895cbe33722528dfa4a83bee95dec6cd81a97463 Package: ros-jazzy-r2r-spl-7 Version: 3.0.1-4noble.20260520.024130 Architecture: arm64 Maintainer: ijnek Installed-Size: 41 Depends: ros-jazzy-rclpy, ros-jazzy-splsm-7-conversion, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-r2r-spl-7/ros-jazzy-r2r-spl-7_3.0.1-4noble.20260520.024130_arm64.deb Size: 6598 SHA256: 911672ac31d39c06e6a7132b94b843510a92d05dd5d72206450bd50aebe42fef SHA1: ba7c7c9ca0fe707696c9e5f92efaed8c3bd4feba MD5sum: 1e813dd5af29214eb6323caee3bbed8a Description: Robot-To-Robot communication in RoboCup SPL using SPLSM V7 Package: ros-jazzy-radar-msgs Version: 0.2.2-4noble.20260519.184104 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 1399 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-generators, ros-jazzy-std-msgs, ros-jazzy-unique-identifier-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-radar-msgs/ros-jazzy-radar-msgs_0.2.2-4noble.20260519.184104_arm64.deb Size: 84686 SHA256: 3699d99f26956de3f2d0e3bf6d32da48ae3aedac3f239515280f4b195fa44e1f SHA1: c0f974ebc5929bcbf36c6105f81ac477e968ebed MD5sum: bf3b863879d3b1f6ea4b8e7052bb9eca Description: Standard ROS messages for radars Package: ros-jazzy-radar-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-radar-msgs Version: 0.2.2-4noble.20260519.184104 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 716 Depends: ros-jazzy-radar-msgs (= 0.2.2-4noble.20260519.184104) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-radar-msgs/ros-jazzy-radar-msgs-dbgsym_0.2.2-4noble.20260519.184104_arm64.deb Size: 526792 SHA256: 5e7395c8d18c97d1e3744bbab44e07ae10d4de8172921b03c07382b044befa0d SHA1: 4d9914982432ec806885947d4800c9bc1149608c MD5sum: e4035dc01e4edbf03a3654bbe99dd88c Description: debug symbols for ros-jazzy-radar-msgs Build-Ids: 04f671797726591facbcd93531a359a2e28200ab 0fe8eb38727c57b8834841d9cb7ab41fad520481 21bf964d063f2c125611ec998c51ae0b8b0b246b 40a17e5011dce8723a85cb7a755e64b0d9fd3e75 526d894a321f84f7fdd2a22845fc74d3782f5592 6fa01449f804e7f0ccb6c9b1f889e8bd6bff3b7f a029f8af7efecc374d1156d1dfd676721a2f8180 a23a599e46fd93e7e7acb974e54a19d2ae7ebfe4 b48cc340bc2c0a180cb1bdc54a54c94b610d3f06 cc0810dbbcc8a473bc1a99d6eefbc108e371fa9a e9548a15f0f7c53013df338fa081f77fb9c5a35c Package: ros-jazzy-rai-interfaces Version: 0.3.0-1noble.20260519.214717 Architecture: arm64 Maintainer: Adam Dabrowski Installed-Size: 7038 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, portaudio19-dev, ros-jazzy-action-msgs, ros-jazzy-geometry-msgs, ros-jazzy-nav2-msgs, ros-jazzy-nav2-simple-commander, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-tf-transformations, ros-jazzy-vision-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rai-interfaces/ros-jazzy-rai-interfaces_0.3.0-1noble.20260519.214717_arm64.deb Size: 440268 SHA256: 8fc3b9b0dd682bd099389b807514f96531eaa039eb1f6e6b576cfbe669d1bd69 SHA1: 21d897c6b1e672888960356c2760b596378dcafa MD5sum: 3a934db2b54c03206a0009406d2618c4 Description: Interfaces for RAI communication Package: ros-jazzy-rai-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-rai-interfaces Version: 0.3.0-1noble.20260519.214717 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Adam Dabrowski Installed-Size: 4922 Depends: ros-jazzy-rai-interfaces (= 0.3.0-1noble.20260519.214717) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rai-interfaces/ros-jazzy-rai-interfaces-dbgsym_0.3.0-1noble.20260519.214717_arm64.deb Size: 3748122 SHA256: 4e5a04d4de92467b13108e241592535f042d7cfd80491a567638ac23d34dd9fe SHA1: dbafc4ca26b6eba35fdd3be202fed1a6e17e6b6b MD5sum: aabc2dc9d464a353e41b0eef8ba307d4 Description: debug symbols for ros-jazzy-rai-interfaces Build-Ids: 0a938d4e73eda6ced4af53b2cd90d6675c706ad5 299fde58362cbcb9242151396fad1dccea1a7e65 2ec251bfe8ebca91c7734010bca5242a99a605b1 3a2e72cd1c906239051856b4f392beb770b1a32b 48d07701e8bd3d922d5ca37c805730d1a341d931 4a51193f778e29583c3b2a78eced1e84bc5d4ef4 94203b13ce5bd357f11aa5a5f3603c24a4d3c618 9970bbfa70f4603308686014b8e4467c8e343e11 cb1559fb8e26aa75f9efdaa7aa85b8e8e45ee463 d2ef0b08a95f10acc270df18f256ce381c6e6156 ed458cf0fdd1db6b81a6029c1ece4c40912dd506 Package: ros-jazzy-random-numbers Version: 2.0.1-5noble.20260305.220341 Architecture: arm64 Maintainer: Anas M'chichou Installed-Size: 129 Depends: libc6 (>= 2.17), 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-jazzy-ros-workspace Homepage: http://ros.org/wiki/random_numbers Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-random-numbers/ros-jazzy-random-numbers_2.0.1-5noble.20260305.220341_arm64.deb Size: 24534 SHA256: b10d3fd6722fbac13e4c20dc284a159f228552e25bd725fd6ae330b64c025323 SHA1: df3e446a5ab80fe07bdc266b5a93c135ca8bf193 MD5sum: 4e60575bc24bf5ab9e0b908f2fdfb5f4 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-jazzy-random-numbers-dbgsym Package-Type: ddeb Source: ros-jazzy-random-numbers Version: 2.0.1-5noble.20260305.220341 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Anas M'chichou Installed-Size: 172 Depends: ros-jazzy-random-numbers (= 2.0.1-5noble.20260305.220341) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-random-numbers/ros-jazzy-random-numbers-dbgsym_2.0.1-5noble.20260305.220341_arm64.deb Size: 129810 SHA256: 8f350ecdb83ca11e25f24a98bcd13b2c973a0abf14a872cdf56ca538d8d42fd5 SHA1: c578444570b099afa239bdedf4bf1298e1021533 MD5sum: ac63c4afec9f24948d72beb71437c4bb Description: debug symbols for ros-jazzy-random-numbers Build-Ids: 9bf6d7e074b458e1cb23a209f2d04ff1d880f3fa Package: ros-jazzy-range-sensor-broadcaster Version: 4.40.1-1noble.20260520.050611 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 281 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-backward-ros, ros-jazzy-controller-interface, ros-jazzy-generate-parameter-library, ros-jazzy-hardware-interface, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-realtime-tools, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-range-sensor-broadcaster/ros-jazzy-range-sensor-broadcaster_4.40.1-1noble.20260520.050611_arm64.deb Size: 76788 SHA256: 86c4af14231bd8e201a7eabd75ca7bd3312215bdadb416e002fd7daf371273a3 SHA1: d56a31d7194b7212299920f24c452e6e904f9dd0 MD5sum: 0ff447c40daac34f4c406e99da1d7039 Description: Controller to publish readings of range sensors. Package: ros-jazzy-range-sensor-broadcaster-dbgsym Package-Type: ddeb Source: ros-jazzy-range-sensor-broadcaster Version: 4.40.1-1noble.20260520.050611 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 1120 Depends: ros-jazzy-range-sensor-broadcaster (= 4.40.1-1noble.20260520.050611) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-range-sensor-broadcaster/ros-jazzy-range-sensor-broadcaster-dbgsym_4.40.1-1noble.20260520.050611_arm64.deb Size: 1018196 SHA256: ac9e6f0ed1c9621fe8927288884bf4c428f9633574dbadc19b01e683f123acef SHA1: 2552c7e7f9852cf997b0235966e59a0a9273fca0 MD5sum: 8949158211c380db75cc880c5f0920a5 Description: debug symbols for ros-jazzy-range-sensor-broadcaster Build-Ids: 10450428e4ca6627336ca30db6e669d7b19af9d4 Package: ros-jazzy-raph Version: 1.1.0-1noble.20260520.010831 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 41 Depends: ros-jazzy-raph-description, ros-jazzy-raph-interfaces, ros-jazzy-raph-teleop, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raph/ros-jazzy-raph_1.1.0-1noble.20260520.010831_arm64.deb Size: 5106 SHA256: 71b0e369095b039d7bf413615d58671aa49ece8043ccc96522b97f1f45ef46bb SHA1: 1d9e35f67b2c5d9926482cd946c5a626fa33a4eb MD5sum: ccd1869bb8913d5836ef1ac945d197e8 Description: Packages for Raph Rover common to the robot and desktop Package: ros-jazzy-raph-bringup Version: 1.1.1-1noble.20260520.043139 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 67 Depends: ros-jazzy-compressed-depth-image-transport, ros-jazzy-compressed-image-transport, ros-jazzy-depth-image-proc, ros-jazzy-image-proc, ros-jazzy-image-transport, ros-jazzy-laser-filters, ros-jazzy-raph-description, ros-jazzy-raph-interfaces, ros-jazzy-raph-oak, ros-jazzy-rosapi, ros-jazzy-rosbridge-server, ros-jazzy-rplidar-ros, ros-jazzy-web-video-server, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raph-bringup/ros-jazzy-raph-bringup_1.1.1-1noble.20260520.043139_arm64.deb Size: 9162 SHA256: adda58687a62db69d6890b205090efa6d8dfc26460cf835898ce30b551ecd65a SHA1: e0e1570a982013a8d91a2d95d4c3bcf47b9906e8 MD5sum: b86a998bd4365e323625adf448ef38b8 Description: Scripts and launch files for starting basic Raph Rover functionalities. Package: ros-jazzy-raph-description Version: 1.1.0-1noble.20260519.220850 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 57328 Depends: ros-jazzy-robot-state-publisher, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raph-description/ros-jazzy-raph-description_1.1.0-1noble.20260519.220850_arm64.deb Size: 11627474 SHA256: d2b97850cd43f65402a2fde6ccc279b03b994da94ede74fad3c4cdce7c71e204 SHA1: 457467c614b67d43f38d1cb2e7da49f0909b55ab MD5sum: 26e5b07d18270ad3d3648a734b366c35 Description: URDF Description package for Raph Rover Package: ros-jazzy-raph-fw Version: 1.1.1-1noble.20260519.011905 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 1466 Depends: python3-rich, python3-zeroconf, ros-jazzy-ament-index-python, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raph-fw/ros-jazzy-raph-fw_1.1.1-1noble.20260519.011905_arm64.deb Size: 310730 SHA256: 5ebb2cf66d3a676175251d4cfd831bf006c96d3c04a5530b738da5f6b5427da8 SHA1: cb1464e7e533a458d24458eb70925560141abaee MD5sum: 89bc4e1be89fce08b946e4b3f4d0f3bb Description: Binary releases of the RaphCore firmware and related utilities Package: ros-jazzy-raph-interfaces Version: 1.1.0-1noble.20260519.173015 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 4821 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raph-interfaces/ros-jazzy-raph-interfaces_1.1.0-1noble.20260519.173015_arm64.deb Size: 311862 SHA256: 9de675b8ea1a29b100826e5cd1cc98f15e58a70781da84d00bedc1177c9e5f42 SHA1: 2ce719116a42bcb785b04d0bb1f5bdcd8ad38982 MD5sum: 9d2ff7364747b395a876b60078c60b73 Description: Interface definitions for Raph Rover Package: ros-jazzy-raph-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-raph-interfaces Version: 1.1.0-1noble.20260519.173015 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fictionlab Installed-Size: 3616 Depends: ros-jazzy-raph-interfaces (= 1.1.0-1noble.20260519.173015) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raph-interfaces/ros-jazzy-raph-interfaces-dbgsym_1.1.0-1noble.20260519.173015_arm64.deb Size: 2755434 SHA256: 82368f0dc49fd948b1178df0b314bab9b99ac62cbd7ac1fc4017bfd2fd75afe6 SHA1: 9a305bf1f86ff41c198ac0bf2d76795f157320a4 MD5sum: e4fc32582f2ef07ddfbf85e1b90e7274 Description: debug symbols for ros-jazzy-raph-interfaces Build-Ids: 279759a5fcc72510d56bd8f92ee0d9b13c7b35bc 28804107e193aa27963c5264a4eee5dfd600f516 43281b9bc8641eebee52103db5a18a1e9fee2fdd 6f901b75cb57bf4c545291a7dc1ffc6f84ef6809 79dace0d9fdf01311985b23214ea8f2359cc9bb8 83985a933b0804683513a08206ac907d50c2bd83 83c2edda8aa58ce7fa969ad37b1103af3104ab15 a903874fc1847d1bfb00750a2d42626c4ff778fb b272d4d45cee25c46e78b5fa1cc50d7a7570739a df4e587196ea969d9d264219160199157716e09f ea578656452d0e0e2d88bcdf22a6a41a8fe00d3f Package: ros-jazzy-raph-oak Version: 1.1.1-1noble.20260520.040500 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 751 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), ros-jazzy-depthai, ros-jazzy-depthai-bridge, ros-jazzy-generate-parameter-library, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raph-oak/ros-jazzy-raph-oak_1.1.1-1noble.20260520.040500_arm64.deb Size: 179844 SHA256: a02b8a8615e32b840b51037322066ca50aaba8dfa7210643f3b9947519e3c613 SHA1: e4f7345bfb1f0962e485e3b002cf413c2acee87e MD5sum: d08f1ee0c1958169b93f164080878612 Description: Oak camera pipeline for Rapha Rover Package: ros-jazzy-raph-oak-dbgsym Package-Type: ddeb Source: ros-jazzy-raph-oak Version: 1.1.1-1noble.20260520.040500 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fictionlab Installed-Size: 4114 Depends: ros-jazzy-raph-oak (= 1.1.1-1noble.20260520.040500) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raph-oak/ros-jazzy-raph-oak-dbgsym_1.1.1-1noble.20260520.040500_arm64.deb Size: 3777748 SHA256: f0d8d4bb6bb0e8d676d998c89b2104ecb79eb957451509ac35a1fe16628e4ba5 SHA1: 0495f810899452e51601316227a944e1fff20ca4 MD5sum: 94bf010955e7e97a96f4f0c103faf6a9 Description: debug symbols for ros-jazzy-raph-oak Build-Ids: 062a535e51d891813f0007bbb5c083e55a56790d 20d98e622645784cf6b1a067d4386dbffd6e87fd Package: ros-jazzy-raph-robot Version: 1.1.1-1noble.20260520.043236 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 41 Depends: ros-jazzy-raph, ros-jazzy-raph-bringup, ros-jazzy-raph-fw, ros-jazzy-raph-oak, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raph-robot/ros-jazzy-raph-robot_1.1.1-1noble.20260520.043236_arm64.deb Size: 5302 SHA256: 180b148feaf1652be7e70858c6ad0c270f15e93b1fe3bb3bb0a1a9b3934b963c SHA1: 5357cd4e812cabf76d5b0e81440b32cb9862de4a MD5sum: 24918919bfef92fd9af4aec5dfe73e1d Description: Packages for Raph Rover running on the robot. Package: ros-jazzy-raph-teleop Version: 1.1.0-1noble.20260520.010630 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 72 Depends: ros-jazzy-ackermann-msgs, ros-jazzy-joy-linux, ros-jazzy-rclpy, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raph-teleop/ros-jazzy-raph-teleop_1.1.0-1noble.20260520.010630_arm64.deb Size: 9142 SHA256: 8a97f070b4ee9111accc79dfc57520e0ca02e6d0d51f1fb710eb2e41debf8bbf SHA1: 046d5488446710ffc2b93c76e91039531b5b2790 MD5sum: b5ee1bec9a14741d4e554b2a0faf5d08 Description: Scripts and launch files for Raph Rover teleoperation Package: ros-jazzy-raspimouse Version: 2.0.0-1noble.20260519.230156 Architecture: arm64 Maintainer: RT Corporation Installed-Size: 1371 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-geometry-msgs, ros-jazzy-lifecycle-msgs, ros-jazzy-nav-msgs, ros-jazzy-raspimouse-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclcpp-lifecycle, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raspimouse/ros-jazzy-raspimouse_2.0.0-1noble.20260519.230156_arm64.deb Size: 202678 SHA256: a9131fd7885ae3f45c6c12815e90172450ae187d2d764d0539ac09acc32c566d SHA1: 4c5a5bf49b569826eb588a5bd5245cde48ee7dc9 MD5sum: f17dbd09e11d1ac4a6821285f125faea Description: RaspiMouse ROS 2 node Package: ros-jazzy-raspimouse-dbgsym Package-Type: ddeb Source: ros-jazzy-raspimouse Version: 2.0.0-1noble.20260519.230156 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: RT Corporation Installed-Size: 5404 Depends: ros-jazzy-raspimouse (= 2.0.0-1noble.20260519.230156) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raspimouse/ros-jazzy-raspimouse-dbgsym_2.0.0-1noble.20260519.230156_arm64.deb Size: 4425400 SHA256: 1ce38de3f0bd6bfef00c559d37623e3c418ce848678833735d57a31a95b0e18a SHA1: 30b2452570195f957aeebf10d8e8b2ce9decf9d5 MD5sum: de39dc03a75a7cb8bdf746e24f3358c8 Description: debug symbols for ros-jazzy-raspimouse Build-Ids: 188dda462d35127195c7eb0ae6d53db1e80a7b89 713912b325f5ddaefa64f47b8a23fb1ba06bd215 Package: ros-jazzy-raspimouse-description Version: 2.0.0-1noble.20260520.141234 Architecture: arm64 Maintainer: RT Corporation Installed-Size: 7364 Depends: ros-jazzy-gz-ros2-control, ros-jazzy-joint-state-publisher, ros-jazzy-joint-state-publisher-gui, ros-jazzy-launch, ros-jazzy-realsense2-description, ros-jazzy-robot-state-publisher, ros-jazzy-rviz2, ros-jazzy-urdf, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raspimouse-description/ros-jazzy-raspimouse-description_2.0.0-1noble.20260520.141234_arm64.deb Size: 1376930 SHA256: f85d17a245dea722fee5d1c736b925a0091e16ba5bd5d3b2f3d7872c3b71f6c7 SHA1: 7104e2d59ab800879658b7c0a0452c4f0d6a34ed MD5sum: c32e0c7fcdf7a380aeffd32a4b9b3623 Description: The raspimouse_description package Package: ros-jazzy-raspimouse-fake Version: 3.0.1-1noble.20260519.232742 Architecture: arm64 Maintainer: RT Corporation Installed-Size: 204 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-geometry-msgs, ros-jazzy-lifecycle-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclcpp-lifecycle, ros-jazzy-sensor-msgs, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raspimouse-fake/ros-jazzy-raspimouse-fake_3.0.1-1noble.20260519.232742_arm64.deb Size: 35052 SHA256: 540a580cd28101526c69457057f68aa22f80cb72b39eb6471e7feb67eb39a647 SHA1: 2b8c72c1043af73148f0222ea2ca58d93acc22c2 MD5sum: 169b31e4bb266ce088634b2ea26597cb Description: The raspimouse_control package Package: ros-jazzy-raspimouse-fake-dbgsym Package-Type: ddeb Source: ros-jazzy-raspimouse-fake Version: 3.0.1-1noble.20260519.232742 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: RT Corporation Installed-Size: 558 Depends: ros-jazzy-raspimouse-fake (= 3.0.1-1noble.20260519.232742) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raspimouse-fake/ros-jazzy-raspimouse-fake-dbgsym_3.0.1-1noble.20260519.232742_arm64.deb Size: 502392 SHA256: 0efa5b0edf83d135d94107ea654378be4cf9f5c00d0b30fda47761faf64481c0 SHA1: 1ee0184fe54be7518a665a60248b150cdc4acb6f MD5sum: bb1000c97a73f1001b0feb8b8a05fc99 Description: debug symbols for ros-jazzy-raspimouse-fake Build-Ids: 72a89aa8f9a9e622d9e8db8746a50d6053ec49f3 Package: ros-jazzy-raspimouse-gazebo Version: 3.0.1-1noble.20260520.145501 Architecture: arm64 Maintainer: RT Corporation Installed-Size: 141 Depends: ros-jazzy-controller-manager, ros-jazzy-diff-drive-controller, ros-jazzy-joint-state-broadcaster, ros-jazzy-raspimouse-description, ros-jazzy-raspimouse-fake, ros-jazzy-robot-state-publisher, ros-jazzy-ros-gz, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raspimouse-gazebo/ros-jazzy-raspimouse-gazebo_3.0.1-1noble.20260520.145501_arm64.deb Size: 26864 SHA256: f3fd406b85a1abc0e41e2252513ad4cc72a7bcb7db49a97e35350a001815c8ff SHA1: 73628737a4413d87a1ecc55d4471e937929c1686 MD5sum: d50c434d2374f682fc17eea82074eabd Description: The raspimouse_gazebo package Package: ros-jazzy-raspimouse-msgs Version: 2.0.0-1noble.20260519.194141 Architecture: arm64 Maintainer: RT Corporation Installed-Size: 1183 Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raspimouse-msgs/ros-jazzy-raspimouse-msgs_2.0.0-1noble.20260519.194141_arm64.deb Size: 56256 SHA256: 96d0cf5b3f3a95543d3a374b034d3f55cd9a4ee1bcdff04d5432a9ed9c64b864 SHA1: 5fe0048b026ceb10f6cf71f438e64b028510b5d3 MD5sum: 78a0f3be5b31284c7c7065a248fe850e Description: RaspiMouse messages Package: ros-jazzy-raspimouse-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-raspimouse-msgs Version: 2.0.0-1noble.20260519.194141 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: RT Corporation Installed-Size: 463 Depends: ros-jazzy-raspimouse-msgs (= 2.0.0-1noble.20260519.194141) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raspimouse-msgs/ros-jazzy-raspimouse-msgs-dbgsym_2.0.0-1noble.20260519.194141_arm64.deb Size: 315558 SHA256: 219f47ac4c775030481bc5450f4220fdea5df0faa6f41b984fee37a3cd598b7e SHA1: 41bc95d5457fad9047621898ed13579d0eb4150b MD5sum: 0014d213a2fb0e3ba769ff0dcdedbd56 Description: debug symbols for ros-jazzy-raspimouse-msgs Build-Ids: 023521fc7908f3289497e5877250a00e8dda8145 086f9499f732e1edda614c601b5cedc192856ced 0eaab04cd09c7e98aa9d2f5931f03cf12a8a4e3f 49595dc9e1f81ea454fd49bfd975bda930db2782 4e4f384698ed6c53a22e601d2c995d50858e23b8 84184e6d17d3ff62241e56303caaceaf7af49e31 9a21298cea38e80ff576faea275cfe729b785c9d db320e6a4f197e6cae7a5c9ad82b221763e2255c e0c33338d0fd8457e4910462d0d0922bea8ef1d0 e1351412ed8662e9d2b5204af125f1f86dcf4de1 faa3e7e2beca828c60fc8997fad86cb75676184a Package: ros-jazzy-raspimouse-navigation Version: 3.0.0-1noble.20260520.145922 Architecture: arm64 Maintainer: RT Corporation Installed-Size: 78 Depends: ros-jazzy-hls-lfcd-lds-driver, ros-jazzy-nav2-bringup, ros-jazzy-raspimouse, ros-jazzy-raspimouse-slam, ros-jazzy-rplidar-ros, ros-jazzy-rviz2, ros-jazzy-urg-node, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raspimouse-navigation/ros-jazzy-raspimouse-navigation_3.0.0-1noble.20260520.145922_arm64.deb Size: 13144 SHA256: 76d00e8811ad220c263b77431597c35810d02ec7014116d24ea9bdfda770de44 SHA1: ee1aa269dccf0c876e2628f6fc0d49a164521410 MD5sum: 5c032ba381258eac6926782622e40250 Description: Navigation package for Raspberry Pi Mouse Package: ros-jazzy-raspimouse-ros2-examples Version: 3.0.0-1noble.20260520.143236 Architecture: arm64 Maintainer: RT Corporation Installed-Size: 3801 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopencv-stitching406t64 (>= 4.6.0+dfsg), libopencv-videoio406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libopencv-dev, ros-jazzy-cv-bridge, ros-jazzy-geometry-msgs, ros-jazzy-hls-lfcd-lds-driver, ros-jazzy-joy-linux, ros-jazzy-nav2-map-server, ros-jazzy-raspimouse, ros-jazzy-raspimouse-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclcpp-lifecycle, ros-jazzy-rt-usb-9axisimu-driver, ros-jazzy-sensor-msgs, ros-jazzy-slam-toolbox, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-usb-cam, v4l-utils, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raspimouse-ros2-examples/ros-jazzy-raspimouse-ros2-examples_3.0.0-1noble.20260520.143236_arm64.deb Size: 504698 SHA256: 1b6958f721e790fc77d1280184ed42587e5d797516536a8c9ac807ff3fa4588d SHA1: 3f7837ba7a1cb0dfb8fad5628925d5f70e4188ef MD5sum: e38323ec1c992df086632d89d4221765 Description: Raspberry Pi Mouse examples Package: ros-jazzy-raspimouse-ros2-examples-dbgsym Package-Type: ddeb Source: ros-jazzy-raspimouse-ros2-examples Version: 3.0.0-1noble.20260520.143236 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: RT Corporation Installed-Size: 17031 Depends: ros-jazzy-raspimouse-ros2-examples (= 3.0.0-1noble.20260520.143236) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raspimouse-ros2-examples/ros-jazzy-raspimouse-ros2-examples-dbgsym_3.0.0-1noble.20260520.143236_arm64.deb Size: 14398692 SHA256: e8ee7c34722b8404522389710197a7699c07094ef321d6aeb2ffd5314d2b638d SHA1: f345b5219f7842e996d129c4409d00d03610d51b MD5sum: d68c893f193a5e80cfa77705aafff671 Description: debug symbols for ros-jazzy-raspimouse-ros2-examples Build-Ids: 074ef43264b9a67a33ccdf102cd3165627a69fce 220a2dd8a78252284d30a251688587c5e58634d1 24d48ecb53cfd7b0024f9614ba177e59464f28da 3342f9496b1ae4d29b6d07dee1d3ab450e019885 68b82d64ffcec473cbf4e2ad0e17e227a59aec22 a777537b1c2047b1ad2818570ea0ddda0b2ea3bb f2d96681fdd5942efed572516d04fe3392eebb13 Package: ros-jazzy-raspimouse-sim Version: 3.0.1-1noble.20260520.150711 Architecture: arm64 Maintainer: RT Corporation Installed-Size: 41 Depends: ros-jazzy-raspimouse-fake, ros-jazzy-raspimouse-gazebo, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raspimouse-sim/ros-jazzy-raspimouse-sim_3.0.1-1noble.20260520.150711_arm64.deb Size: 5542 SHA256: 960bac77b72eab56f85bc4e0cec40e7d2fbecfc88c8f22f5ef2c78c2af5a8d17 SHA1: 0c462032ff6eef97c7f97be2be4973abdb298c6e MD5sum: 6dfc0cf0c2f6cb7255433b264fa9735d Description: ROS 2 package suite for Raspberry Pi Mouse Simulator Package: ros-jazzy-raspimouse-slam Version: 3.0.0-1noble.20260520.144834 Architecture: arm64 Maintainer: RT Corporation Installed-Size: 75 Depends: ros-jazzy-hls-lfcd-lds-driver, ros-jazzy-joint-state-publisher, ros-jazzy-joy-linux, ros-jazzy-nav2-map-server, ros-jazzy-raspimouse, ros-jazzy-raspimouse-description, ros-jazzy-raspimouse-ros2-examples, ros-jazzy-robot-state-publisher, ros-jazzy-rplidar-ros, ros-jazzy-rviz2, ros-jazzy-slam-toolbox, ros-jazzy-urg-node, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raspimouse-slam/ros-jazzy-raspimouse-slam_3.0.0-1noble.20260520.144834_arm64.deb Size: 12532 SHA256: 13535650bdaaba611e2ea34aa09cf89a8b6ce003b2b0a6f541c2204c85de80d0 SHA1: 27565f8f0b27ffa73d649193059584d6418f0865 MD5sum: 7c0489644084a6260683931396978e11 Description: SLAM package for Raspberry Pi Mouse Package: ros-jazzy-raspimouse-slam-navigation Version: 3.0.0-1noble.20260520.151517 Architecture: arm64 Maintainer: RT Corporation Installed-Size: 42 Depends: ros-jazzy-raspimouse-navigation, ros-jazzy-raspimouse-slam, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raspimouse-slam-navigation/ros-jazzy-raspimouse-slam-navigation_3.0.0-1noble.20260520.151517_arm64.deb Size: 5406 SHA256: 35d9094cdce75d7fc4708810743ca0005e5a1af53614ab92f671dec0ce68556e SHA1: e7ccda4d4a91df69477c28f93ee03449e151dd1f MD5sum: d8a6575cc4c9861d85abeafc390a54c4 Description: SLAM and navigation packages for Raspberry Pi Mouse V3 Package: ros-jazzy-rc-common-msgs Version: 0.5.3-6noble.20260519.194313 Architecture: arm64 Maintainer: Felix Ruess Installed-Size: 1614 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rc-common-msgs/ros-jazzy-rc-common-msgs_0.5.3-6noble.20260519.194313_arm64.deb Size: 111492 SHA256: 7c225437b363b0b90531786ab721317547474e8092ad1b3d49c7cdbecc929a39 SHA1: e8c9ba68d5b78c6997451412064169565c550ab1 MD5sum: e3f15cab98107d2066f8fc13e34973e6 Description: Common msg and srv definitions used by Roboception's ROS2 packages Package: ros-jazzy-rc-common-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-rc-common-msgs Version: 0.5.3-6noble.20260519.194313 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Felix Ruess Installed-Size: 1009 Depends: ros-jazzy-rc-common-msgs (= 0.5.3-6noble.20260519.194313) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rc-common-msgs/ros-jazzy-rc-common-msgs-dbgsym_0.5.3-6noble.20260519.194313_arm64.deb Size: 752488 SHA256: 1e65979e541a1d48dc58343897abc806460f68bdeb2613bfa2d2b49e1eff5fa2 SHA1: 3681bbdeb0fca82f130406ec96688b8dc41ce0c4 MD5sum: 8262d868655a9fe9aef307f5e9fb92a8 Description: debug symbols for ros-jazzy-rc-common-msgs Build-Ids: 0582d12ee4ef68617db60d4037f2139fd4744f75 14a13e3ef1baf6b2eb26ad7b845fac62ff34315e 8a87d006a3223e4e00395d8ab87ea94df61dc01d 8e84cba14b2ac02940c255244b3ffcb9a4fb8f31 942c5bfba9334b804ff4a517625b55ff78af086d a0fd23b6e67bcdb04cec6e6575df6ce821c8d674 a706111f33f76f477633e1ef56386a8b5824e260 a76cde1b36c8d7df724a488a8ca57b168acfde47 bf286e5f6023747f1fe396601e08b78af248973f c656c79bf80d0234f70152904734b6c802829a19 d3a881755f0e794bd3aa7f206b0fa2a17a907217 Package: ros-jazzy-rc-dynamics-api Version: 0.10.5-2noble.20260305.202204 Architecture: arm64 Maintainer: Felix Ruess Installed-Size: 1246 Depends: libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), curl, libcurl4-openssl-dev, libprotobuf32, ros-jazzy-ros-workspace Homepage: http://rc-visard.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rc-dynamics-api/ros-jazzy-rc-dynamics-api_0.10.5-2noble.20260305.202204_arm64.deb Size: 267664 SHA256: 157c55c09efaccbeba5dc9e979a1f2bfaa44418f71fa2e3754671c5695717e8a SHA1: 5617ac009b7553e65d2627a61344f5848be54ed5 MD5sum: 84948373e4b732baf27cc0d9c390cfe6 Description: The rc_dynamics_api provides an API for easy handling of the dynamic-state data streams provided by Roboception's stereo camera with self-localization. See http://rc-visard.com Dynamic-state estimates of the rc_visard relate to its self-localization and ego-motion estimation. These states refer to rc_visard's current pose, velocity, or acceleration and are published on demand via several data streams. For a complete list and descriptions of these dynamics states and the respective data streams please refer to rc_visard's user manual. Package: ros-jazzy-rc-dynamics-api-dbgsym Package-Type: ddeb Source: ros-jazzy-rc-dynamics-api Version: 0.10.5-2noble.20260305.202204 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Felix Ruess Installed-Size: 6130 Depends: ros-jazzy-rc-dynamics-api (= 0.10.5-2noble.20260305.202204) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rc-dynamics-api/ros-jazzy-rc-dynamics-api-dbgsym_0.10.5-2noble.20260305.202204_arm64.deb Size: 5695586 SHA256: e7508e08e9a35ff03d905fd3bb62469a6a6f1f4b185f2e17eecd6ee40c740e57 SHA1: cc4de9475001a7b401bf07aafdffde1f824de85d MD5sum: 0bf195397fbd959373d9211790721cc7 Description: debug symbols for ros-jazzy-rc-dynamics-api Build-Ids: 07db10b2ca5a2e4f1b9e1a08fd5958c70e472a8b b8da119652e6854d1dfdb3b0a6eca48e173320f8 Package: ros-jazzy-rc-genicam-api Version: 2.8.1-1noble.20260305.202548 Architecture: arm64 Maintainer: Felix Ruess Installed-Size: 16178 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libncurses6 (>= 6), libpng16-16t64 (>= 1.6.2), libstdc++6 (>= 13.1), libtinfo6 (>= 6), libncurses-dev, libpng-dev, libusb-1.0-0, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/rc_genicam_api Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rc-genicam-api/ros-jazzy-rc-genicam-api_2.8.1-1noble.20260305.202548_arm64.deb Size: 2907156 SHA256: eeab379451e06b2b1107e1a129249e29a2a8c283c04ffd45db09d62a54835e30 SHA1: 683d2c2a586c16a8dd807d626a9221e2f03073bb MD5sum: 636b96a3e81e6114103a5584e183aa8e 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-jazzy-rc-genicam-api-dbgsym Package-Type: ddeb Source: ros-jazzy-rc-genicam-api Version: 2.8.1-1noble.20260305.202548 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Felix Ruess Installed-Size: 5846 Depends: ros-jazzy-rc-genicam-api (= 2.8.1-1noble.20260305.202548) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rc-genicam-api/ros-jazzy-rc-genicam-api-dbgsym_2.8.1-1noble.20260305.202548_arm64.deb Size: 5250472 SHA256: f96115a25d581582462ce3d998bf08cd7606d76c4d3bfcba3865070224ac6456 SHA1: 399a177e48488b558b3d00b977bd8d0efcc7e971 MD5sum: a0f87c5a7057e3cf9fae07fe34712f8f Description: debug symbols for ros-jazzy-rc-genicam-api Build-Ids: 3b9804e637c432c6052ff309269e4e47a40ee500 5b0ced140d166be115d1f9e2ed36b7b4fb95b278 5c3f3317079ba94aa82b3bf6f00e45a2b9b834cc 5dab0976382d882a0d559a84c086f79eba1f4083 61c827e468f4bf9b3dc6bc633988493103304c9d 748f8c53f879196738015dd7e35b2e4dbc830ce4 Package: ros-jazzy-rc-genicam-driver Version: 0.4.0-1noble.20260520.013522 Architecture: arm64 Maintainer: Felix Ruess Installed-Size: 714 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-rc-genicam-api, ros-jazzy-diagnostic-updater, ros-jazzy-image-transport, ros-jazzy-rc-common-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-stereo-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rc-genicam-driver/ros-jazzy-rc-genicam-driver_0.4.0-1noble.20260520.013522_arm64.deb Size: 181028 SHA256: 0f03ee217e5d7ba09158f5d41c894d1ac50a075952056725b3f344d55d569640 SHA1: 2e190047fa027d83a73e9ddea10615d040ec38f6 MD5sum: d5855e70be41f4bb70baf51053973021 Description: Driver for rc_visard and rc_cube from Roboception GmbH Package: ros-jazzy-rc-genicam-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-rc-genicam-driver Version: 0.4.0-1noble.20260520.013522 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Felix Ruess Installed-Size: 5503 Depends: ros-jazzy-rc-genicam-driver (= 0.4.0-1noble.20260520.013522) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rc-genicam-driver/ros-jazzy-rc-genicam-driver-dbgsym_0.4.0-1noble.20260520.013522_arm64.deb Size: 4937534 SHA256: 02ad8ce174361f92c4748603d0bfa36a3bef44692e5658b5488cf9178e05c419 SHA1: 35cb05b7cdee7627ef06f3258babec5ed8a9e1ae MD5sum: ec2fde29b8f649c6f02a3271bbfe9e08 Description: debug symbols for ros-jazzy-rc-genicam-driver Build-Ids: 58a4aa45740b2e6d230c0ee16d63280a3555dd5e add7e9624524802b5b845d44e6188ade2f54045b Package: ros-jazzy-rc-reason-clients Version: 0.5.0-1noble.20260520.040415 Architecture: arm64 Maintainer: ruess Installed-Size: 218 Depends: python3-requests, ros-jazzy-geometry-msgs, ros-jazzy-rc-reason-msgs, ros-jazzy-rclpy, ros-jazzy-ros2pkg, ros-jazzy-tf2-msgs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rc-reason-clients/ros-jazzy-rc-reason-clients_0.5.0-1noble.20260520.040415_arm64.deb Size: 41490 SHA256: bb21d456a8070acedf7e13db06d59db677911c72585775e8f5424cbf59e918ad SHA1: 68247dde41a7c28af3c6d98fcb63932e91fcdc0a MD5sum: d80bd690bcdeafbf75016cea482ec955 Description: Clients for interfacing with Roboception reason modules on rc_visard and rc_cube. Package: ros-jazzy-rc-reason-msgs Version: 0.5.0-1noble.20260519.194446 Architecture: arm64 Maintainer: Felix Ruess Installed-Size: 15781 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-geometry-msgs, ros-jazzy-rc-common-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-shape-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rc-reason-msgs/ros-jazzy-rc-reason-msgs_0.5.0-1noble.20260519.194446_arm64.deb Size: 909310 SHA256: 1518137109b176100dcc8917a73b2363e86f78d8e3c9009a52b2b0b77e816ecc SHA1: d013f014e20525fe2f8c5994310b02008f270b4f MD5sum: 8028bf89e976d7ac8ec5ed0307d21413 Description: Msg and srv definitions for rc_reason_clients Package: ros-jazzy-rc-reason-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-rc-reason-msgs Version: 0.5.0-1noble.20260519.194446 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Felix Ruess Installed-Size: 12351 Depends: ros-jazzy-rc-reason-msgs (= 0.5.0-1noble.20260519.194446) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rc-reason-msgs/ros-jazzy-rc-reason-msgs-dbgsym_0.5.0-1noble.20260519.194446_arm64.deb Size: 9607736 SHA256: 774bc5afba726d6d8eedd604a7002c62f5bb6368758deb416b12537b695ede26 SHA1: a4438ecf01b65a8e1405980243ca4a076300dfcc MD5sum: 8544ac7b78c3f79b3d6f8efd9485d285 Description: debug symbols for ros-jazzy-rc-reason-msgs Build-Ids: 4a099a6e956c5759c5dc7ced2f7e4a40fb2d4cfe 4ef12721afeb2238beafe9349b8df790acaf912e 6d729ead0c9d07ce373baa6bed286c6403192262 70ea315f62923dd46fd625ac5a3641142d09f243 7ef1b8f14d5505d50c67008d8e5305c4a29f6119 811cb5c8478038a49c5c4f1d0810a19962bd9e05 b3ff5f6ce644464676f9b74eb9ab972b1f56b16b c9620b90a0b229d08580e57dbc643c39fce710c8 cdb8926655bfe6beafd2ccd6cb8f3cb74e56327b e2df69514fc0cb3e884d69857e3a48e2a0bd0b57 f6d2071e9ba7d4e065550fe4a016031aac0b8906 Package: ros-jazzy-rcdiscover Version: 1.1.7-2noble.20260304.125606 Architecture: arm64 Maintainer: Felix Ruess Installed-Size: 337 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcdiscover/ros-jazzy-rcdiscover_1.1.7-2noble.20260304.125606_arm64.deb Size: 73836 SHA256: a16f7f326950a9693f32de587e8c7f1796d910aba393ceaf85a07f62181045b6 SHA1: f46df116955bbe75d31feae6226247cf52b4677d MD5sum: ee1b668ab1e0318ea85d1e73fbd491d8 Description: This package contains tools for the discovery of Roboception devices via GigE Vision. Package: ros-jazzy-rcdiscover-dbgsym Package-Type: ddeb Source: ros-jazzy-rcdiscover Version: 1.1.7-2noble.20260304.125606 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Felix Ruess Installed-Size: 1224 Depends: ros-jazzy-rcdiscover (= 1.1.7-2noble.20260304.125606) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcdiscover/ros-jazzy-rcdiscover-dbgsym_1.1.7-2noble.20260304.125606_arm64.deb Size: 1096962 SHA256: 6d002d8f9accaa3f16d52c38ed2a7eb570ef6135ee6c6c45c4d82ecd782b7558 SHA1: bc55b2c70c732dd3d31840bebaf258e67ec45e3b MD5sum: 972262b8af8a91286fbd1f4997cd4e54 Description: debug symbols for ros-jazzy-rcdiscover Build-Ids: 91a74296b51cd0dc1d60eb23005d490f71cc1fb3 c1605c56b5a7c71f976feccd05146e2a03fc50d1 Package: ros-jazzy-rcgcd-spl-14 Version: 4.1.0-1noble.20260519.194440 Architecture: arm64 Maintainer: ijnek Installed-Size: 1302 Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcgcd-spl-14/ros-jazzy-rcgcd-spl-14_4.1.0-1noble.20260519.194440_arm64.deb Size: 71082 SHA256: c58b7a9efda8d34b788d28602055d5be3cecabb210faac2adf0636fbc973f7ac SHA1: 5ee1e343a88ec409221b7c99b10b05558534776c MD5sum: 41f7519f0a47d4d517cfc45ba6ed3bf4 Description: RoboCup SPL GameController Data V14 ROS msg Package: ros-jazzy-rcgcd-spl-14-conversion Version: 4.1.0-1noble.20260519.202208 Architecture: arm64 Maintainer: ijnek Installed-Size: 43 Depends: python3-construct, ros-jazzy-rcgcd-spl-14, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcgcd-spl-14-conversion/ros-jazzy-rcgcd-spl-14-conversion_4.1.0-1noble.20260519.202208_arm64.deb Size: 7702 SHA256: 4d3e5ef84c8bcd1c289a784c25a65d461e947c11d35b42bb7d81cbb332de406a SHA1: 95c1d0fe5a71e305d0e0cad457736e790a11c794 MD5sum: 70d0c91ba651b45e996747a1acb3e5df Description: Converts RoboCup SPL GameController Data V14 between ROS msg and UDP raw bytes Package: ros-jazzy-rcgcd-spl-14-dbgsym Package-Type: ddeb Source: ros-jazzy-rcgcd-spl-14 Version: 4.1.0-1noble.20260519.194440 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 519 Depends: ros-jazzy-rcgcd-spl-14 (= 4.1.0-1noble.20260519.194440) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcgcd-spl-14/ros-jazzy-rcgcd-spl-14-dbgsym_4.1.0-1noble.20260519.194440_arm64.deb Size: 367268 SHA256: 12793c92a230d0e4bd1c5cfe7ab6d688656d6e345df3c0dd623b9c3829937d7f SHA1: 9ffcc7a15009efff498c4333a9a68ed28d17edc6 MD5sum: 8dd8f8d6cf3378aff8c68109303d02e7 Description: debug symbols for ros-jazzy-rcgcd-spl-14 Build-Ids: 2138a303bbd330e8c9e5acefd26e193ad6982f38 24bd91ffcb27ee4c5cd03ab8db5b4f3b98a08d83 3426c9b526a4f3103293c1cf6a1a73148e3c06d6 40cb4c534228da1fbc6baa6f213ac9b598e3a9ab 4eaefd4d1f7e381b7156e8b36759a2dd5d5bb38d 5eef479d3bbe5062136090dd5a0d2c0ddac01cc7 602474997d81a2bf79dc2c428fd96d218192890c 7737c6584c93f08c76111a615cbd3bf753652d37 89a96e5f3f58c2b91f02c7baefc5168bff2664ed c0db38474beca084482b991f7cfbc8afa6cb3c19 edb41c040d26dd7cee06e293aafbafa673126437 Package: ros-jazzy-rcgcrd-spl-4 Version: 4.1.0-1noble.20260519.194500 Architecture: arm64 Maintainer: ijnek Installed-Size: 1019 Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcgcrd-spl-4/ros-jazzy-rcgcrd-spl-4_4.1.0-1noble.20260519.194500_arm64.deb Size: 44858 SHA256: 59dc5d933136e27576c807e7a2fa7d44a1ecd1f5a956387dcd8ddbb2052dc09b SHA1: 65322acab85b55a15801b048daf8f5f556f58a10 MD5sum: cd16dd82e31e003805f8561759421e28 Description: RoboCup SPL GameController Return Data V4 ROS msg Package: ros-jazzy-rcgcrd-spl-4-conversion Version: 4.1.0-1noble.20260519.202113 Architecture: arm64 Maintainer: ijnek Installed-Size: 36 Depends: python3-construct, ros-jazzy-rcgcrd-spl-4, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcgcrd-spl-4-conversion/ros-jazzy-rcgcrd-spl-4-conversion_4.1.0-1noble.20260519.202113_arm64.deb Size: 5142 SHA256: aece82255a7499969604719df9eccbe93c1aa4b36393098f3011b1dbea70a7c6 SHA1: cc65d6eb334f2d73f57d0b6b4baf56b11fa8b492 MD5sum: 2e320f04a793e80c2369c610bdac403e Description: Converts RoboCup SPL GameController Return Data V4 between ROS msg and UDP raw bytes Package: ros-jazzy-rcgcrd-spl-4-dbgsym Package-Type: ddeb Source: ros-jazzy-rcgcrd-spl-4 Version: 4.1.0-1noble.20260519.194500 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 292 Depends: ros-jazzy-rcgcrd-spl-4 (= 4.1.0-1noble.20260519.194500) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcgcrd-spl-4/ros-jazzy-rcgcrd-spl-4-dbgsym_4.1.0-1noble.20260519.194500_arm64.deb Size: 184314 SHA256: a47b79cfc3e56d25af660fe1eec02fe92476acef0df2b11d8f6f67138e846b99 SHA1: e13b2f4ba1ba99684b0149add6f3aa553a51d68a MD5sum: 7a82f6fd557b4d3fa5c1bb5ee74140d6 Description: debug symbols for ros-jazzy-rcgcrd-spl-4 Build-Ids: 1026ef6b3072b35c7e81c7e9bd5a3aa7874c04d7 1e0fcfd8ef57240061d677c7ff36915cf02cc3e7 2fd0a3cbe68d35620ba1426d2a6adf49b0b3a9b2 4a749a7b2d0187b99504ede2a4e9e6c008cc3035 58f93c80c11ca85af8c8b5b8533468fabdb5aae4 86c604307f6c03f46fb653b6d6f37f23723f8d5c a53c3e284d4f996aab9e5fb66269f682feb656b0 c000b181c148450de9289b4441b13ff3f0c5b91c c15f3ba5d88a0577a16002ee7b74d88c82ecddf4 e8f198da9aeeb4c2786577c717e86c08fa248b67 f84c2fc836033bdadf0968457219c97b94edd676 Package: ros-jazzy-rcl Version: 9.2.9-1noble.20260519.203226 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 835 Depends: libc6 (>= 2.17), libyaml-0-2, libyaml-dev, ros-jazzy-libyaml-vendor, ros-jazzy-rcl-interfaces, ros-jazzy-rcl-logging-interface, ros-jazzy-rcl-logging-spdlog, ros-jazzy-rcl-yaml-param-parser, ros-jazzy-rcutils, ros-jazzy-rmw, ros-jazzy-rmw-implementation, ros-jazzy-rosidl-runtime-c, ros-jazzy-service-msgs, ros-jazzy-tracetools, ros-jazzy-type-description-interfaces, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcl/ros-jazzy-rcl_9.2.9-1noble.20260519.203226_arm64.deb Size: 161642 SHA256: c24068f64d19b47246eaaf810d7a8eeee451199aea567f0b7273c3c78cae3d77 SHA1: 33f189ffd42339b2ebdde78b893339d19ac5b434 MD5sum: 68411aaae0c36606a8b6c29dd0ad799d 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-jazzy-rcl-action Version: 9.2.9-1noble.20260519.204219 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 263 Depends: libc6 (>= 2.17), ros-jazzy-action-msgs, ros-jazzy-rcl, ros-jazzy-rcutils, ros-jazzy-rmw, ros-jazzy-rosidl-runtime-c, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcl-action/ros-jazzy-rcl-action_9.2.9-1noble.20260519.204219_arm64.deb Size: 47550 SHA256: 1d4bc58508711883cba259f5c375fab3262d24d128bd3a7bea0e46a9b47345eb SHA1: 00473d07450da98a17d1b7567d2910abae7da946 MD5sum: abf14ecf63703cf30328c4299299e6cd Description: Package containing a C-based ROS action implementation Package: ros-jazzy-rcl-action-dbgsym Package-Type: ddeb Source: ros-jazzy-rcl-action Version: 9.2.9-1noble.20260519.204219 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 92 Depends: ros-jazzy-rcl-action (= 9.2.9-1noble.20260519.204219) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcl-action/ros-jazzy-rcl-action-dbgsym_9.2.9-1noble.20260519.204219_arm64.deb Size: 58846 SHA256: f45ea040840c290b059ce713bfc0124ac11786f16812829797b46dfe8541300c SHA1: 4275f363705d677a2216f7e536d800d2eabf1954 MD5sum: 1b1bb1ea2043972309d56ab0f1643a1c Description: debug symbols for ros-jazzy-rcl-action Build-Ids: 5d23e5ef0112694f10f1b56a61cf04f2d75e7c58 Package: ros-jazzy-rcl-dbgsym Package-Type: ddeb Source: ros-jazzy-rcl Version: 9.2.9-1noble.20260519.203226 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 361 Depends: ros-jazzy-rcl (= 9.2.9-1noble.20260519.203226) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcl/ros-jazzy-rcl-dbgsym_9.2.9-1noble.20260519.203226_arm64.deb Size: 266986 SHA256: 72e11793271a90b3667dbeaafa032f8a1fc897c275caf18403be18b072b522e2 SHA1: 843fc4da35d81422310c2127391bab7cd9bd3069 MD5sum: 2a732cd58b71e8e81fdd775eab1b6f09 Description: debug symbols for ros-jazzy-rcl Build-Ids: 04b2cb6e3edc06dc98dec3b3cde7a267ed740f1e Package: ros-jazzy-rcl-interfaces Version: 2.0.4-1noble.20260519.040017 Architecture: arm64 Maintainer: "Geoffrey Biggs" Installed-Size: 6402 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/rcl_interfaces/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcl-interfaces/ros-jazzy-rcl-interfaces_2.0.4-1noble.20260519.040017_arm64.deb Size: 394372 SHA256: 6dc4bac7dda57b0e51f183dd6698ede43f29e11a987079efe970250225b641f8 SHA1: cfbd79f68fe41d6e17bacb5a59f1dea54b48d592 MD5sum: 190afacb8eda0a6a0684f846132683cc 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-jazzy-rcl-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-rcl-interfaces Version: 2.0.4-1noble.20260519.040017 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Geoffrey Biggs" Installed-Size: 5433 Depends: ros-jazzy-rcl-interfaces (= 2.0.4-1noble.20260519.040017) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcl-interfaces/ros-jazzy-rcl-interfaces-dbgsym_2.0.4-1noble.20260519.040017_arm64.deb Size: 4309266 SHA256: 9b3d8741bfcbc4678c3258de76f3a7da16cee11e7950ebecb6302c6eec6f8f40 SHA1: 072a4e780645c43218f0cb1184080322216131b3 MD5sum: 8449ccad7024363ddca0a7030630e3a4 Description: debug symbols for ros-jazzy-rcl-interfaces Build-Ids: 0c470712c12083ced8a36e200c2c6d16664cfcff 0f8d24fefb68908b01ab1e950407048c81149889 355386d68b6506c271fd58a258a29d24af95be3e 39ebce85d6d3e06ad1e93e64e876ec2f6a4038cf 3ee058879e3d8e1d1138b200302a370a16e0ff40 adc73b3c7ec5e52ce58505ebdbd7c7b1188cf328 e2d59c99e6013a612bf6b0c9811cb2a243529f4b f23187c2308be1265d0353f171e31994cba1eb81 f718f9bfbaeb82e605110bb9a58228745d840ae3 fbaf0f0b4f9c1baf589c4c2ccf8e0e100badfa6f fd8341f063bf13c6d2f2f8ba73d131c0a1012993 Package: ros-jazzy-rcl-lifecycle Version: 9.2.9-1noble.20260519.204230 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 172 Depends: libc6 (>= 2.17), ros-jazzy-lifecycle-msgs, ros-jazzy-rcl, ros-jazzy-rcutils, ros-jazzy-rmw, ros-jazzy-rosidl-runtime-c, ros-jazzy-tracetools, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcl-lifecycle/ros-jazzy-rcl-lifecycle_9.2.9-1noble.20260519.204230_arm64.deb Size: 27862 SHA256: 86eba3e8d79774e294ea764dd1dea981485ff936f4931775ec8a79b0471c1c29 SHA1: 1cc623a9d777de3e386f9ebeb337c2f05f0373aa MD5sum: be5875a41901f8a3a81765c83a21e0c1 Description: Package containing a C-based lifecycle implementation Package: ros-jazzy-rcl-lifecycle-dbgsym Package-Type: ddeb Source: ros-jazzy-rcl-lifecycle Version: 9.2.9-1noble.20260519.204230 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 54 Depends: ros-jazzy-rcl-lifecycle (= 9.2.9-1noble.20260519.204230) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcl-lifecycle/ros-jazzy-rcl-lifecycle-dbgsym_9.2.9-1noble.20260519.204230_arm64.deb Size: 32574 SHA256: 53cc73c45af98c7d59771cd59511dd48d747c627af61102aea021d01d60015a2 SHA1: c408cd82e6ffe007116af5042aa04904d422df11 MD5sum: 319b3bb6be514a02cbe0762308f0cfe8 Description: debug symbols for ros-jazzy-rcl-lifecycle Build-Ids: f515f568830492f3b8310b385b53bbe4d4af1bfd Package: ros-jazzy-rcl-logging-interface Version: 3.1.1-1noble.20260305.231313 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 132 Depends: libc6 (>= 2.17), ros-jazzy-rcutils, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcl-logging-interface/ros-jazzy-rcl-logging-interface_3.1.1-1noble.20260305.231313_arm64.deb Size: 13386 SHA256: 65eb0b048369eb9f9cdaa16c01730c6488362bab4620e4d9847ad3796acbf327 SHA1: 5c899ab6e913678e62804f09d777c115be3a36d0 MD5sum: 8846c5a5bf5a01922bd78ac82f7b7f19 Description: Interface that rcl_logging backends needs to implement. Package: ros-jazzy-rcl-logging-interface-dbgsym Package-Type: ddeb Source: ros-jazzy-rcl-logging-interface Version: 3.1.1-1noble.20260305.231313 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 19 Depends: ros-jazzy-rcl-logging-interface (= 3.1.1-1noble.20260305.231313) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcl-logging-interface/ros-jazzy-rcl-logging-interface-dbgsym_3.1.1-1noble.20260305.231313_arm64.deb Size: 4886 SHA256: 78f212bd82a8971f483bffd950251fe80546e08aea1a9a5b22ce66a57b758ce2 SHA1: f15b862bdc51b7f83a834ebe39b09543fb1aa27b MD5sum: f9dd45f8f3e1bafbeda22386f7d8dfc9 Description: debug symbols for ros-jazzy-rcl-logging-interface Build-Ids: 0b11a71b0adeae7e135ed5ef39e5e288c1274c3b Package: ros-jazzy-rcl-logging-noop Version: 3.1.1-1noble.20260305.231849 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 128 Depends: ros-jazzy-rcl-logging-interface, ros-jazzy-rcutils, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcl-logging-noop/ros-jazzy-rcl-logging-noop_3.1.1-1noble.20260305.231849_arm64.deb Size: 11620 SHA256: 8e8a6ee6a3b6f7338fe936fec9ae79f15f03a488c4573c078893637b2f23ceac SHA1: 104dcce0e6aa006861a429aada90d8d97899d988 MD5sum: 83eecc62b39160df6b471f78310053bf Description: An rcl logger implementation that doesn't do anything with log messages. Package: ros-jazzy-rcl-logging-noop-dbgsym Package-Type: ddeb Source: ros-jazzy-rcl-logging-noop Version: 3.1.1-1noble.20260305.231849 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 18 Depends: ros-jazzy-rcl-logging-noop (= 3.1.1-1noble.20260305.231849) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcl-logging-noop/ros-jazzy-rcl-logging-noop-dbgsym_3.1.1-1noble.20260305.231849_arm64.deb Size: 3762 SHA256: 46e23fa016caa295c9888c40966b77e29367383bd277339ccd29fbd187e02862 SHA1: 05765ef7ed11578722b2efea0e0be4eb7c34a444 MD5sum: 65bb540d4d7389fad5d42a3202c28d75 Description: debug symbols for ros-jazzy-rcl-logging-noop Build-Ids: f775554b2873bb5677fbd5fe62f4f01c0a49362a Package: ros-jazzy-rcl-logging-spdlog Version: 3.1.1-1noble.20260305.231847 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 132 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libspdlog1.12-fmt9, libstdc++6 (>= 9), libspdlog-dev, ros-jazzy-rcl-logging-interface, ros-jazzy-rcpputils, ros-jazzy-rcutils, ros-jazzy-spdlog-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcl-logging-spdlog/ros-jazzy-rcl-logging-spdlog_3.1.1-1noble.20260305.231847_arm64.deb Size: 22056 SHA256: fd5e90647b92f5b54aeec6af8d65341a5ce41065ddf78d59bd0763b23ea717fa SHA1: e8b2cb1e57f3cb3604649844dfc2ad35c485d3cb MD5sum: 1a4c60af70da2b7ed5b6411b20325961 Description: Implementation of rcl_logging API for an spdlog backend. Package: ros-jazzy-rcl-logging-spdlog-dbgsym Package-Type: ddeb Source: ros-jazzy-rcl-logging-spdlog Version: 3.1.1-1noble.20260305.231847 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 228 Depends: ros-jazzy-rcl-logging-spdlog (= 3.1.1-1noble.20260305.231847) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcl-logging-spdlog/ros-jazzy-rcl-logging-spdlog-dbgsym_3.1.1-1noble.20260305.231847_arm64.deb Size: 198392 SHA256: 4d17ba6da6df7b8a747be81b4efff76302e7e271da12c183788d4274c5cb2766 SHA1: 462ed25727dff24f5866e9f78e8d07467f7d62f3 MD5sum: beef298f4ca1e6a6243f85cb9294a1ad Description: debug symbols for ros-jazzy-rcl-logging-spdlog Build-Ids: 48b6f7ffd59bb8d333847803c3a0b4e306ccbc78 Package: ros-jazzy-rcl-yaml-param-parser Version: 9.2.9-1noble.20260305.233833 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 153 Depends: libc6 (>= 2.17), libyaml-0-2, libyaml-dev, ros-jazzy-libyaml-vendor, ros-jazzy-rcutils, ros-jazzy-rmw, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcl-yaml-param-parser/ros-jazzy-rcl-yaml-param-parser_9.2.9-1noble.20260305.233833_arm64.deb Size: 30046 SHA256: 71dffbb26672edf9d6718e6ffd9b2ecbb36678c8c44fd70fbb3a70a34ffb0949 SHA1: e1bdf9a13463b35d7d4c57526c4e276c62f8ed22 MD5sum: fba95c7d55d147fe3c91cc5e1acd924a Description: Parse a YAML parameter file and populate the C data structure. Package: ros-jazzy-rcl-yaml-param-parser-dbgsym Package-Type: ddeb Source: ros-jazzy-rcl-yaml-param-parser Version: 9.2.9-1noble.20260305.233833 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 64 Depends: ros-jazzy-rcl-yaml-param-parser (= 9.2.9-1noble.20260305.233833) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcl-yaml-param-parser/ros-jazzy-rcl-yaml-param-parser-dbgsym_9.2.9-1noble.20260305.233833_arm64.deb Size: 43218 SHA256: 26e3b7384bb1956b4ed6ae8e6de34353de88a5f4ba476680776bea50984d0fb4 SHA1: ba87ea27814adc244918e859542da1dd7aa77b72 MD5sum: 7e0350156303ee801dceb45a43f5080c Description: debug symbols for ros-jazzy-rcl-yaml-param-parser Build-Ids: af418fe35d6110bb4916e14ac2555eeae01b4f73 Package: ros-jazzy-rclc Version: 6.1.2-1noble.20260519.205031 Architecture: arm64 Maintainer: Jan Staschulat Installed-Size: 291 Depends: libc6 (>= 2.17), ros-jazzy-rcl, ros-jazzy-rcl-action, ros-jazzy-rcutils, ros-jazzy-rosidl-generator-c, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclc/ros-jazzy-rclc_6.1.2-1noble.20260519.205031_arm64.deb Size: 48672 SHA256: de87eff84df65811af2698cf0d1c9c4cf1d3fa04091cddfd58c8f6eac45af775 SHA1: 145a05ea22d65fd6d734d187b6c2a1a0629b1d4e MD5sum: 13bdfad57cf8da13ac214927b7802d9b Description: The ROS client library in C. Package: ros-jazzy-rclc-dbgsym Package-Type: ddeb Source: ros-jazzy-rclc Version: 6.1.2-1noble.20260519.205031 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jan Staschulat Installed-Size: 133 Depends: ros-jazzy-rclc (= 6.1.2-1noble.20260519.205031) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclc/ros-jazzy-rclc-dbgsym_6.1.2-1noble.20260519.205031_arm64.deb Size: 86110 SHA256: 18e9e0ba62e1044647d783dd1eec782cf9fb93bb6ea95d9f635b0447d7de8c28 SHA1: 18cd47d8cdfabe15447dd295adec7a81afb7ddd7 MD5sum: e8c5e2d82eb6dc9c8955636a494d4455 Description: debug symbols for ros-jazzy-rclc Build-Ids: 34a58fce6dfe5e67edbd0d07d5b45c646b347dce Package: ros-jazzy-rclc-examples Version: 6.1.2-1noble.20260519.232055 Architecture: arm64 Maintainer: Jan Staschulat Installed-Size: 838 Depends: libc6 (>= 2.34), libstdc++6 (>= 13.1), ros-jazzy-example-interfaces, ros-jazzy-lifecycle-msgs, ros-jazzy-rcl, ros-jazzy-rclc, ros-jazzy-rclc-lifecycle, ros-jazzy-rclc-parameter, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclc-examples/ros-jazzy-rclc-examples_6.1.2-1noble.20260519.232055_arm64.deb Size: 36326 SHA256: 755ffeb7a8f629b4710a240b9e5488d4a68b0da413095b0b23c9f23765ec14f8 SHA1: 9feba4f6922e06397e4dfb762f475de33da88217 MD5sum: 9db7951063bd95aafbe6475a136c6f2e Description: Example of using rclc_executor Package: ros-jazzy-rclc-examples-dbgsym Package-Type: ddeb Source: ros-jazzy-rclc-examples Version: 6.1.2-1noble.20260519.232055 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jan Staschulat Installed-Size: 284 Depends: ros-jazzy-rclc-examples (= 6.1.2-1noble.20260519.232055) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclc-examples/ros-jazzy-rclc-examples-dbgsym_6.1.2-1noble.20260519.232055_arm64.deb Size: 160506 SHA256: 280cf537b8f4fcc154b9c6cef6d5ff8b95f7a78fe13bd5a12a18ee760b8acc0c SHA1: 6fffb1355d49e92d367e5a6d99adf5c4ba7d261e MD5sum: e597913e5578c1055d1e69fdd7574fb0 Description: debug symbols for ros-jazzy-rclc-examples Build-Ids: 2cd51093b900dc9afb4fbcd06cf994bb5fe70f65 36c48e0b79cc18d123d49e198586643cf4a9cb5d 40260c6867cfea72d3ae80674adb6e4d381cb815 41df8f932859aeff153c9eb9158c3db56f4d5c73 4b9d90e4ef44a2c688633de93c9de1facf054d99 4c8429e7f96971e40486c4bf3e463c8631afc406 8a24d99d8c393cb767175e87696f81e29798b3aa a37ed5bebce667cb0ea8ad915a3a821cb462b141 a4cac9631dfff44e456189ebf60bf3b376ad2307 bc0873d5dc83b3aa75e282eb3c6b9a0188c9e88b e816c15732d5e79f82b25c3d28c542e1c01c9c39 eba4fe0ef9b201f1208b994664c69b044dc0a059 Package: ros-jazzy-rclc-lifecycle Version: 6.1.2-1noble.20260519.231639 Architecture: arm64 Maintainer: Jan Staschulat Installed-Size: 138 Depends: libc6 (>= 2.17), ros-jazzy-lifecycle-msgs, ros-jazzy-rcl-lifecycle, ros-jazzy-rclc, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclc-lifecycle/ros-jazzy-rclc-lifecycle_6.1.2-1noble.20260519.231639_arm64.deb Size: 17322 SHA256: 3d6e8590b9c8ca5b2b9d094601e8e93eb1f5bc63d62df5cc0d72cddef7e3d63a SHA1: ae279316b7c6a12b398bb788565ba76d2c5fd882 MD5sum: 5f519fcbba989e412e136a578333eece Description: rclc lifecycle convenience methods. Package: ros-jazzy-rclc-lifecycle-dbgsym Package-Type: ddeb Source: ros-jazzy-rclc-lifecycle Version: 6.1.2-1noble.20260519.231639 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jan Staschulat Installed-Size: 40 Depends: ros-jazzy-rclc-lifecycle (= 6.1.2-1noble.20260519.231639) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclc-lifecycle/ros-jazzy-rclc-lifecycle-dbgsym_6.1.2-1noble.20260519.231639_arm64.deb Size: 21030 SHA256: 3e7a06142e4e982bb1f0d197637d803e8b070b61f94232b3da0b09f17a15f63b SHA1: b6bf32def9e5fe3e14a4cab641a9893fc58d9333 MD5sum: 12e8f5d177fe48576026cde63b1f9e8b Description: debug symbols for ros-jazzy-rclc-lifecycle Build-Ids: 09e4197b3e4ac7d77ceb4b5f68ae035b86327c2c Package: ros-jazzy-rclc-parameter Version: 6.1.2-1noble.20260519.214323 Architecture: arm64 Maintainer: Antonio Cuadros Installed-Size: 138 Depends: ros-jazzy-builtin-interfaces, ros-jazzy-rcl, ros-jazzy-rcl-interfaces, ros-jazzy-rclc, ros-jazzy-rcutils, ros-jazzy-rosidl-runtime-c, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclc-parameter/ros-jazzy-rclc-parameter_6.1.2-1noble.20260519.214323_arm64.deb Size: 25510 SHA256: a00b313bcd05f250b27fee6304c2e64dcf6fa4b4f853a4ed4f7d493941802579 SHA1: 89481528d44d8437d30be7a7655704f000401cc1 MD5sum: 2f31be0bb73a5eda7edc97ff3c79cec8 Description: Parameter server implementation for micro-ROS nodes Package: ros-jazzy-rclcpp Version: 28.1.18-1noble.20260519.203901 Architecture: arm64 Maintainer: Ivan Paunovic Installed-Size: 3856 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libstdc++6 (>= 13.1), ros-jazzy-ament-index-cpp, ros-jazzy-builtin-interfaces, ros-jazzy-libstatistics-collector, ros-jazzy-rcl, ros-jazzy-rcl-interfaces, ros-jazzy-rcl-logging-interface, ros-jazzy-rcl-yaml-param-parser, ros-jazzy-rcpputils, ros-jazzy-rcutils, ros-jazzy-rmw, ros-jazzy-rosgraph-msgs, ros-jazzy-rosidl-dynamic-typesupport, ros-jazzy-rosidl-runtime-c, ros-jazzy-rosidl-runtime-cpp, ros-jazzy-rosidl-typesupport-c, ros-jazzy-rosidl-typesupport-cpp, ros-jazzy-statistics-msgs, ros-jazzy-tracetools, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclcpp/ros-jazzy-rclcpp_28.1.18-1noble.20260519.203901_arm64.deb Size: 746886 SHA256: 724e031a0dcf38d670a9320cdaad97dfdf28d0c162429b50456c4b222eb538d0 SHA1: 7ebf7e033de837f6c51dfe7b354fa5e3483857b6 MD5sum: b6057a094fb270fe9ff20fb4aec1e316 Description: The ROS client library in C++. Package: ros-jazzy-rclcpp-action Version: 28.1.18-1noble.20260519.214636 Architecture: arm64 Maintainer: Ivan Paunovic Installed-Size: 445 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-action-msgs, ros-jazzy-ament-cmake, ros-jazzy-rcl, ros-jazzy-rcl-action, ros-jazzy-rclcpp, ros-jazzy-rcpputils, ros-jazzy-rosidl-runtime-c, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclcpp-action/ros-jazzy-rclcpp-action_28.1.18-1noble.20260519.214636_arm64.deb Size: 98016 SHA256: e202616cd2f6c334b604f37f47062e597b2ec6fa67814e710850efd73d6cc67f SHA1: 42307e3f1f7ce7c1d32a712f6d8591fa2809c932 MD5sum: e3cd5edba4f8975b9e1fd62014919ef6 Description: Adds action APIs for C++. Package: ros-jazzy-rclcpp-action-dbgsym Package-Type: ddeb Source: ros-jazzy-rclcpp-action Version: 28.1.18-1noble.20260519.214636 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Ivan Paunovic Installed-Size: 1338 Depends: ros-jazzy-rclcpp-action (= 28.1.18-1noble.20260519.214636) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclcpp-action/ros-jazzy-rclcpp-action-dbgsym_28.1.18-1noble.20260519.214636_arm64.deb Size: 1191882 SHA256: 82f4334903df8df861054717e6dc30722278dc3d921e4983bbac5e929c948569 SHA1: fe877dc996d32d317978fb6f4ee0d40dd10555fe MD5sum: b791fe272a3c8715e4c4b11b3e941b53 Description: debug symbols for ros-jazzy-rclcpp-action Build-Ids: 0e9c61b9cd43fd083cf43edee90c79b34fabbe23 Package: ros-jazzy-rclcpp-cascade-lifecycle Version: 2.0.0-3noble.20260519.232542 Architecture: arm64 Maintainer: fmrico Installed-Size: 837 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-cascade-lifecycle-msgs, ros-jazzy-lifecycle-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclcpp-cascade-lifecycle/ros-jazzy-rclcpp-cascade-lifecycle_2.0.0-3noble.20260519.232542_arm64.deb Size: 132936 SHA256: 52931ded0e1522591a1e9648c103b05a9361a912c73e064243faae1d3752ca92 SHA1: 7da7ebec64aea70b25396d6085cd3fda83d571db MD5sum: e9b2b9d6136651f2212837a96fbdd14d Description: Provides a mechanism to make trees of lifecycle nodes to propagate state changes Package: ros-jazzy-rclcpp-cascade-lifecycle-dbgsym Package-Type: ddeb Source: ros-jazzy-rclcpp-cascade-lifecycle Version: 2.0.0-3noble.20260519.232542 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: fmrico Installed-Size: 3160 Depends: ros-jazzy-rclcpp-cascade-lifecycle (= 2.0.0-3noble.20260519.232542) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclcpp-cascade-lifecycle/ros-jazzy-rclcpp-cascade-lifecycle-dbgsym_2.0.0-3noble.20260519.232542_arm64.deb Size: 2557914 SHA256: 96ab1268bee5255ff444f5eb9245bee678be8723a27a7bc5a3581f4593aff77c SHA1: bffa3daf79b592d5ef648c55eaac809a519f5381 MD5sum: 3c436f4aa2d532db35aac55a18424bc0 Description: debug symbols for ros-jazzy-rclcpp-cascade-lifecycle Build-Ids: b1b6790638a78cf69fb708075ae32b50030855e1 Package: ros-jazzy-rclcpp-components Version: 28.1.18-1noble.20260519.205448 Architecture: arm64 Maintainer: Ivan Paunovic Installed-Size: 511 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ament-index-cpp, ros-jazzy-class-loader, ros-jazzy-composition-interfaces, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclcpp-components/ros-jazzy-rclcpp-components_28.1.18-1noble.20260519.205448_arm64.deb Size: 82270 SHA256: 4af8040cecb281bdb51a6fc91f9598ae8984e6f3b788417aae9ebb46f340332b SHA1: 1ba1accc1d10a48145d12d61cba7adef671e701e MD5sum: 71ad0a39495ad7e2725cfa37a9df5889 Description: Package containing tools for dynamically loadable components Package: ros-jazzy-rclcpp-components-dbgsym Package-Type: ddeb Source: ros-jazzy-rclcpp-components Version: 28.1.18-1noble.20260519.205448 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Ivan Paunovic Installed-Size: 1942 Depends: ros-jazzy-rclcpp-components (= 28.1.18-1noble.20260519.205448) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclcpp-components/ros-jazzy-rclcpp-components-dbgsym_28.1.18-1noble.20260519.205448_arm64.deb Size: 1759252 SHA256: 1a033e4c1e4b4b4b1079c0b344d9076f336b4a7f3f5df363375a8112fa92a8ab SHA1: b5e6a0f36227506b52855c749725e55509fb805a MD5sum: c01e47b81b14250ac72a9bef5263757e Description: debug symbols for ros-jazzy-rclcpp-components Build-Ids: 856e37ab71ba1a6af0ebdeed62d583f38a380798 976a0f2b20dd453d192d4149f369eb08af440b51 e1db4501dde95c907bdacd82cb3b60fc4a4513e6 f87b89bf1ca415db8cc0af6cd38a84f33fe8fbaf Package: ros-jazzy-rclcpp-dbgsym Package-Type: ddeb Source: ros-jazzy-rclcpp Version: 28.1.18-1noble.20260519.203901 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Ivan Paunovic Installed-Size: 15404 Depends: ros-jazzy-rclcpp (= 28.1.18-1noble.20260519.203901) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclcpp/ros-jazzy-rclcpp-dbgsym_28.1.18-1noble.20260519.203901_arm64.deb Size: 13612346 SHA256: e70e3134bd043402f8967f0036140325231e6b302ad4b4630de1b8536a8a5aa3 SHA1: 14830406e57a31d2728e7c7bceae10810703b380 MD5sum: 8635f2d7c67768ad8692f77f97b96671 Description: debug symbols for ros-jazzy-rclcpp Build-Ids: 7acf281597b6cf5aa313dffa3b79f976cbd648a4 Package: ros-jazzy-rclcpp-lifecycle Version: 28.1.18-1noble.20260519.212025 Architecture: arm64 Maintainer: Ivan Paunovic Installed-Size: 403 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-lifecycle-msgs, ros-jazzy-rcl, ros-jazzy-rcl-interfaces, ros-jazzy-rcl-lifecycle, ros-jazzy-rclcpp, ros-jazzy-rcutils, ros-jazzy-rmw, ros-jazzy-rosidl-typesupport-cpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclcpp-lifecycle/ros-jazzy-rclcpp-lifecycle_28.1.18-1noble.20260519.212025_arm64.deb Size: 77768 SHA256: d1d08d678573542f78da09aa29cb6683cac3e0d3c67e68411422614b052ab8c7 SHA1: 6619cd5b471a69026360dbd1f448e8b12ef38bbe MD5sum: 687325a8b61bfb89956e50c09650d530 Description: Package containing a prototype for lifecycle implementation Package: ros-jazzy-rclcpp-lifecycle-dbgsym Package-Type: ddeb Source: ros-jazzy-rclcpp-lifecycle Version: 28.1.18-1noble.20260519.212025 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Ivan Paunovic Installed-Size: 1288 Depends: ros-jazzy-rclcpp-lifecycle (= 28.1.18-1noble.20260519.212025) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclcpp-lifecycle/ros-jazzy-rclcpp-lifecycle-dbgsym_28.1.18-1noble.20260519.212025_arm64.deb Size: 1126780 SHA256: e2a9d7572f5d47d933c96e7ea5201f2a18a1a9c565efcb16520eab716167f942 SHA1: 3a4e3c0798301484e92b00aa7bd2d0179e93f96b MD5sum: a869109fa010978015ca975f66b42a99 Description: debug symbols for ros-jazzy-rclcpp-lifecycle Build-Ids: 17f24bbfcba050ca0f804216c9553431ff90fb24 Package: ros-jazzy-rclpy Version: 7.1.11-1noble.20260519.204652 Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 1741 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 12), python3-yaml, ros-jazzy-action-msgs, ros-jazzy-ament-index-python, ros-jazzy-builtin-interfaces, ros-jazzy-lifecycle-msgs, ros-jazzy-rcl, ros-jazzy-rcl-action, ros-jazzy-rcl-interfaces, ros-jazzy-rcl-lifecycle, ros-jazzy-rcl-logging-interface, ros-jazzy-rcl-yaml-param-parser, ros-jazzy-rmw, ros-jazzy-rmw-implementation, ros-jazzy-rosgraph-msgs, ros-jazzy-rosidl-runtime-c, ros-jazzy-rpyutils, ros-jazzy-unique-identifier-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclpy/ros-jazzy-rclpy_7.1.11-1noble.20260519.204652_arm64.deb Size: 425682 SHA256: e488e251e378bde626fa0bcd5ea748116600246c3794285a0a6c4a8f99d6d040 SHA1: 8b50d57205734a6719bc578a5ce8e3a717a58bfb MD5sum: 8fdcd6263e1a8cc13e2d5b2f4850211f Description: Package containing the Python client. Package: ros-jazzy-rclpy-message-converter Version: 2.0.1-4noble.20260519.214523 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 68 Depends: python3-numpy, ros-jazzy-rclpy, ros-jazzy-rosidl-parser, ros-jazzy-rosidl-runtime-py, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/rospy_message_converter Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclpy-message-converter/ros-jazzy-rclpy-message-converter_2.0.1-4noble.20260519.214523_arm64.deb Size: 14640 SHA256: 3b8dd44a851b2c59fcb7b891bd0d6684f460298cbc3f8ce8773a44bd939b1fa6 SHA1: 1f8f85e649922b55bf443cc0183dfc3ec8f0a1a4 MD5sum: c5033d2b691f81d8280edd97ac108a76 Description: Converts between Python dictionaries and JSON to rclpy messages. Package: ros-jazzy-rclpy-message-converter-msgs Version: 2.0.1-4noble.20260519.194512 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 1677 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/rospy_message_converter Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclpy-message-converter-msgs/ros-jazzy-rclpy-message-converter-msgs_2.0.1-4noble.20260519.194512_arm64.deb Size: 106114 SHA256: 62d54aad6474e590ae6ead4b56b227f5b8a919bc5c5fae7090610cf97fc6eb6b SHA1: 03e601a0b27c42611c48969710e52baa636dfaeb MD5sum: 25f814414aff02973fae6a2f3232f104 Description: Messages for rclpy_message_converter Package: ros-jazzy-rclpy-message-converter-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-rclpy-message-converter-msgs Version: 2.0.1-4noble.20260519.194512 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 1073 Depends: ros-jazzy-rclpy-message-converter-msgs (= 2.0.1-4noble.20260519.194512) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclpy-message-converter-msgs/ros-jazzy-rclpy-message-converter-msgs-dbgsym_2.0.1-4noble.20260519.194512_arm64.deb Size: 786994 SHA256: 5bfb949370012b2cc07534d7432ce8891d02b973c6d1ef4c1a72b80710cbdb5c SHA1: 2c3b4b27fef8033a6f1c6609ac3f9869180362d6 MD5sum: 4e4a740938ab88d14048dc4eec391b12 Description: debug symbols for ros-jazzy-rclpy-message-converter-msgs Build-Ids: 3af120a9c87c10f671eecfda5ced91978292192c 3d02505621d14dab44601691053dc476b804e977 4a6071df11c6bd0adb2d9734c08b3124fe4be481 5a0c8cdd8bdd553e4a6645bebc510edbafd1e2f8 76e9641989190dac59aabe17b553dd9b18127e6b 78216c6965548ff9dffe6cc31a3b6673fa3d6910 aa7359c317bdc827ea4f7f15d74cb883fd70beb4 c2c7f8b8aa1a84eed67eee3185824f9cae9951c6 cc2ef5e9c4c572e4f722c1a8b968ae1e33521026 cfe9dfee4596743dd156de602c4841c06936e693 d898ccbf27a151c3f61aba49aefa842505aa687e Package: ros-jazzy-rcpputils Version: 2.11.3-1noble.20260305.230857 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 304 Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-rcutils, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcpputils/ros-jazzy-rcpputils_2.11.3-1noble.20260305.230857_arm64.deb Size: 53756 SHA256: 0321434b83532e5d68e106e19f79446e483571c4bbd0df87103874a553ea0d13 SHA1: 60f8b07a8dcad639ad31b08ddc9be92e415e18db MD5sum: a8b725b44158a18a724f926ca56e8b3d Description: Package containing utility code for C++. Package: ros-jazzy-rcpputils-dbgsym Package-Type: ddeb Source: ros-jazzy-rcpputils Version: 2.11.3-1noble.20260305.230857 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 239 Depends: ros-jazzy-rcpputils (= 2.11.3-1noble.20260305.230857) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcpputils/ros-jazzy-rcpputils-dbgsym_2.11.3-1noble.20260305.230857_arm64.deb Size: 206138 SHA256: ee11847e3089c49d54fca93fcd147659dd8a0b53e15687a52a1d0b1fdcd10783 SHA1: cdd9f98a7ac2a204389984d2b40b33425e8fd051 MD5sum: 14c25bbd661cb6848be90c385ca6c4fc Description: debug symbols for ros-jazzy-rcpputils Build-Ids: 15988689269a7e45a50c1b7c29a825a9f2a92c4b Package: ros-jazzy-rcss3d-agent Version: 0.4.1-4noble.20260519.222414 Architecture: arm64 Maintainer: ijnek Installed-Size: 193 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-rclcpp, ros-jazzy-rcss3d-agent-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcss3d-agent/ros-jazzy-rcss3d-agent_0.4.1-4noble.20260519.222414_arm64.deb Size: 54526 SHA256: 33ceff0af18fd468dbd68f2bc5864a792008dfe682b284c8515e5a3d10c4f313 SHA1: ebeaabb8ea12f02c0282c0303d711c1aa89cf298 MD5sum: cce2cb868ccdc91cd7d5d6accdf305cb Description: Launches a RoboCup 3D Simulation Agent, and converts data to and from ROS2 msgs Package: ros-jazzy-rcss3d-agent-basic Version: 0.4.1-4noble.20260520.043628 Architecture: arm64 Maintainer: ijnek Installed-Size: 1478 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-rclcpp-components, ros-jazzy-rcss3d-agent, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcss3d-agent-basic/ros-jazzy-rcss3d-agent-basic_0.4.1-4noble.20260520.043628_arm64.deb Size: 191386 SHA256: 3256a6e0ac58741de2c20fb0837c0b8049c63c30d8e5ed299598d97990435e0c SHA1: 2c0c99aed7d7e1e2667361bfea9553fc8b742bd3 MD5sum: beccf8fecc8035d347440aacd3c0b6c9 Description: Basic rcss3d agent node that uses rcss3d_agent_msgs Package: ros-jazzy-rcss3d-agent-basic-dbgsym Package-Type: ddeb Source: ros-jazzy-rcss3d-agent-basic Version: 0.4.1-4noble.20260520.043628 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 6040 Depends: ros-jazzy-rcss3d-agent-basic (= 0.4.1-4noble.20260520.043628) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcss3d-agent-basic/ros-jazzy-rcss3d-agent-basic-dbgsym_0.4.1-4noble.20260520.043628_arm64.deb Size: 4768584 SHA256: 596669815674ffd40d12d9d9e85c32a493635c74c18667238763673a43d74dbf SHA1: eb938fadead4e1918188095eba506d59e4b42a67 MD5sum: ccfdc0614c95cbf6842c063dce6a8799 Description: debug symbols for ros-jazzy-rcss3d-agent-basic Build-Ids: 1c37a3937865697cf57d669f1c08d4a8fdac0927 f7384dc683522e713f0890dd8db0c63c0056e05e Package: ros-jazzy-rcss3d-agent-dbgsym Package-Type: ddeb Source: ros-jazzy-rcss3d-agent Version: 0.4.1-4noble.20260519.222414 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 1044 Depends: ros-jazzy-rcss3d-agent (= 0.4.1-4noble.20260519.222414) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcss3d-agent/ros-jazzy-rcss3d-agent-dbgsym_0.4.1-4noble.20260519.222414_arm64.deb Size: 986064 SHA256: f0760a57a38fc97c243a8059f8333d33391af0179339d4ecc4fb3aa43c51dcf9 SHA1: 8a02b9e6252c726aa6ac298178c8d4f5e5a8e5b6 MD5sum: f3fee2223114760c1b608e588aef678e Description: debug symbols for ros-jazzy-rcss3d-agent Build-Ids: d6ee184bb996a13f30ebc54e89e7b5e5ce32e303 Package: ros-jazzy-rcss3d-agent-msgs Version: 0.4.1-4noble.20260519.040110 Architecture: arm64 Maintainer: ijnek Installed-Size: 3852 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcss3d-agent-msgs/ros-jazzy-rcss3d-agent-msgs_0.4.1-4noble.20260519.040110_arm64.deb Size: 263302 SHA256: f066702f9f529c72064790b476bc3af917ef5464996f0dd741165c888cc41d79 SHA1: 611c4af206cba90a7054ca377610cbbb186492fa MD5sum: 7292c7bc73ca428cf80011f49f0fef0b Description: Custom messages for communicating with rcss3d_agent Package: ros-jazzy-rcss3d-agent-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-rcss3d-agent-msgs Version: 0.4.1-4noble.20260519.040110 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 3230 Depends: ros-jazzy-rcss3d-agent-msgs (= 0.4.1-4noble.20260519.040110) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcss3d-agent-msgs/ros-jazzy-rcss3d-agent-msgs-dbgsym_0.4.1-4noble.20260519.040110_arm64.deb Size: 2556376 SHA256: d27187f1e537d43135fc0c1b8bcd90ce919f5e4f33af2b491cfe9b3d70ba5437 SHA1: ff562645ab8a261e637c324aa00a728a1c4467a6 MD5sum: 2f1e2d8905c7379c52c3f3b294690b44 Description: debug symbols for ros-jazzy-rcss3d-agent-msgs Build-Ids: 2255aca795166babd3fba801608613a0de454bd5 55fa0598b96b7c76184b646e5c923ce1fbf934ec a6565a9c6fc894494b158288ebea1fab662054e5 ad842151f02b58cd3fdaba542964f94c57a4c8c6 b0ed6d980064855650a4e682b4f19bd4841aae2c c0c1453c7312ca099e24ffeb8d58c2a4b0d01c54 f48182ff7f97ea7c2f0c30b57655fbdc2ce02d92 fb2102a5b3e68ae605ef244f88da99a23433172e fe003aeecd24024b3d6ea9d1299697130fc2af98 fe7581fbab37062a4b96b7f90a162fcd23e726fd ff7a16042f3e18d9bdfe0ebd9cf3c334c7dca1cb Package: ros-jazzy-rcss3d-agent-msgs-to-soccer-interfaces Version: 0.4.1-4noble.20260519.195937 Architecture: arm64 Maintainer: ijnek Installed-Size: 131 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-jazzy-rcss3d-agent-msgs, ros-jazzy-soccer-vision-3d-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcss3d-agent-msgs-to-soccer-interfaces/ros-jazzy-rcss3d-agent-msgs-to-soccer-interfaces_0.4.1-4noble.20260519.195937_arm64.deb Size: 14056 SHA256: 000a5ca087b229478a1eba24921c3858eadbca159ca22b4015945de02b1806aa SHA1: 3b749e7715bd1183432f4c5cf1d810dea5e90b2d MD5sum: 0b8484ebc0a78f1809517108137e326b Description: Library with methods that convert rcss3d_agent_msgs to soccer_interfaces Package: ros-jazzy-rcss3d-agent-msgs-to-soccer-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-rcss3d-agent-msgs-to-soccer-interfaces Version: 0.4.1-4noble.20260519.195937 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 121 Depends: ros-jazzy-rcss3d-agent-msgs-to-soccer-interfaces (= 0.4.1-4noble.20260519.195937) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcss3d-agent-msgs-to-soccer-interfaces/ros-jazzy-rcss3d-agent-msgs-to-soccer-interfaces-dbgsym_0.4.1-4noble.20260519.195937_arm64.deb Size: 105402 SHA256: 69a7040beb25162d3f7e31eeedd977757b3d8a15834aa4bd35fe915e57a9dab9 SHA1: 24b2a0cce0baf5ddd78c6fea772fe41d97e40b0c MD5sum: 69c9e3bf10ccf7645b3a6a9a521317db Description: debug symbols for ros-jazzy-rcss3d-agent-msgs-to-soccer-interfaces Build-Ids: 3c31b6849ea3248d31b3fd4c44be1ef72b1fb32b Package: ros-jazzy-rcss3d-nao Version: 1.2.0-3noble.20260520.000650 Architecture: arm64 Maintainer: ijnek Installed-Size: 1356 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-geometry-msgs, ros-jazzy-nao-lola-command-msgs, ros-jazzy-nao-lola-sensor-msgs, ros-jazzy-rclcpp-components, ros-jazzy-rcss3d-agent, ros-jazzy-rcss3d-agent-msgs-to-soccer-interfaces, ros-jazzy-sensor-msgs, ros-jazzy-soccer-vision-3d-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcss3d-nao/ros-jazzy-rcss3d-nao_1.2.0-3noble.20260520.000650_arm64.deb Size: 222122 SHA256: 446e5c5d8f1adfd200eade31ef9f3238bf4ad433b30b56535e9d41c5459aec31 SHA1: 6ec08216a469ee24a85f3c42fd528212c61befea MD5sum: 1898a268994b278deb95a61f100357d9 Description: An interface to SimSpark that uses interfaces used by a Nao robot Package: ros-jazzy-rcss3d-nao-dbgsym Package-Type: ddeb Source: ros-jazzy-rcss3d-nao Version: 1.2.0-3noble.20260520.000650 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 6423 Depends: ros-jazzy-rcss3d-nao (= 1.2.0-3noble.20260520.000650) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcss3d-nao/ros-jazzy-rcss3d-nao-dbgsym_1.2.0-3noble.20260520.000650_arm64.deb Size: 5380048 SHA256: e73e9b2a15183a11bc4c2ed4112fb6cfb15eee886deee854d196616374bac278 SHA1: 2bb99d6b95b8c9fb6c813a6d113e5db736250ce8 MD5sum: 7a8b61d98e920e59729d18301514ef86 Description: debug symbols for ros-jazzy-rcss3d-nao Build-Ids: 9994a6e77b445ef15d9b086ccd222f7c51f5a495 da452ac338557460c3f7e17f15ea15c2f235a4e5 Package: ros-jazzy-rcutils Version: 6.7.5-1noble.20260305.230340 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 534 Depends: libc6 (>= 2.34), libatomic1, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcutils/ros-jazzy-rcutils_6.7.5-1noble.20260305.230340_arm64.deb Size: 93198 SHA256: bf1800deaa5eb7ff9688967042438677ba1d0a11aadc8ac8059dba7d7fc363d0 SHA1: 95ff37c50f9ae9b17a72da66bc31e237b2e303c7 MD5sum: bcedf5c7a88cb7721cfdbcd1b0ed06c6 Description: Package containing various utility types and functions for C Package: ros-jazzy-rcutils-dbgsym Package-Type: ddeb Source: ros-jazzy-rcutils Version: 6.7.5-1noble.20260305.230340 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 141 Depends: ros-jazzy-rcutils (= 6.7.5-1noble.20260305.230340) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcutils/ros-jazzy-rcutils-dbgsym_6.7.5-1noble.20260305.230340_arm64.deb Size: 92160 SHA256: 0ed77bf03328cb001af41f1fc6a5e7a4a4bc3404d3ac177cfcdeb84ad5f0df5f SHA1: 8feade413ecca20732432844c2dbd04bf1ed7d43 MD5sum: 64a7c6fc69e31b58b63a1e09120f9672 Description: debug symbols for ros-jazzy-rcutils Build-Ids: ee4d3f339fd58b94c99a4af749f768b9ea8855bc Package: ros-jazzy-rdl Version: 6.0.0-1noble.20260520.110550 Architecture: arm64 Maintainer: jordan Installed-Size: 40 Depends: ros-jazzy-rdl-benchmark, ros-jazzy-rdl-dynamics, ros-jazzy-rdl-urdfreader, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rdl/ros-jazzy-rdl_6.0.0-1noble.20260520.110550_arm64.deb Size: 4700 SHA256: 7fb2cba6765096446a773f451b6ebacdbc5c1f9504f6a55c1607752ab5cdd3c9 SHA1: 35465d6b4fbe0ff15a8ff63215db383eaa0724fb MD5sum: cf9107693f741adce1e60333f3acfc85 Description: The rdl meta-package Package: ros-jazzy-rdl-benchmark Version: 6.0.0-1noble.20260520.105956 Architecture: arm64 Maintainer: jordan Installed-Size: 303 Depends: libboost-program-options1.83.0 (>= 1.83.0), libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-all-dev, ros-jazzy-rdl-dynamics, ros-jazzy-rdl-urdfreader, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rdl-benchmark/ros-jazzy-rdl-benchmark_6.0.0-1noble.20260520.105956_arm64.deb Size: 68380 SHA256: 8af41d648898363dbdf59cc9070b7850aa263f1890209952e4b9b24326d6ed55 SHA1: 1676374df98eddffdd4d65c0fb6f90526ca1f843 MD5sum: 372f761ec74bc4fd97e3d149695d88ef Description: The rdl_benchmark package Package: ros-jazzy-rdl-benchmark-dbgsym Package-Type: ddeb Source: ros-jazzy-rdl-benchmark Version: 6.0.0-1noble.20260520.105956 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: jordan Installed-Size: 9179 Depends: ros-jazzy-rdl-benchmark (= 6.0.0-1noble.20260520.105956) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rdl-benchmark/ros-jazzy-rdl-benchmark-dbgsym_6.0.0-1noble.20260520.105956_arm64.deb Size: 9104354 SHA256: 06e14c419f193f051696756589dcac116db708799888b2f6f9cc7d1cd3f7b9f0 SHA1: 629f062b2795c7cf6d3e21c70988a470ba266c0a MD5sum: 6e225374ef03bed6ecde61ad27248410 Description: debug symbols for ros-jazzy-rdl-benchmark Build-Ids: 1a21ba7ab12de84ecc123b9a0e5c182d724e3dc9 4e4dda02e1d3f70f030b7addc951965d3ac8472a Package: ros-jazzy-rdl-dynamics Version: 6.0.0-1noble.20260520.031349 Architecture: arm64 Maintainer: jordan Installed-Size: 1201 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libgcc-s1 (>= 4.0), libstdc++6 (>= 13.1), doxygen, graphviz, libboost-all-dev, libeigen3-dev, ros-jazzy-eigen3-cmake-module, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rdl-dynamics/ros-jazzy-rdl-dynamics_6.0.0-1noble.20260520.031349_arm64.deb Size: 371390 SHA256: 8046212d9f6cdaa2d59e1fdf4daacc181b235704ea68b30874f37e2dadccfbd3 SHA1: fa008735c61f51ad97d37bed2f06d289a7a92706 MD5sum: 76bd346c5abe07dfa7554311c985f764 Description: The rdl_dynamics package Package: ros-jazzy-rdl-dynamics-dbgsym Package-Type: ddeb Source: ros-jazzy-rdl-dynamics Version: 6.0.0-1noble.20260520.031349 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: jordan Installed-Size: 30870 Depends: ros-jazzy-rdl-dynamics (= 6.0.0-1noble.20260520.031349) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rdl-dynamics/ros-jazzy-rdl-dynamics-dbgsym_6.0.0-1noble.20260520.031349_arm64.deb Size: 30733994 SHA256: 1c2bdda9b7723eb65f4f0be31f5e2631e8a39cdeca274372863ae57def7c2e85 SHA1: 512c53f9af10fb9c40fc81d77b32df3155303087 MD5sum: 8b02dbdedc20275d1d06a316e87d805b Description: debug symbols for ros-jazzy-rdl-dynamics Build-Ids: 6ab81c2ee37044f7ab27cf8538ade17860900b05 Package: ros-jazzy-rdl-urdfreader Version: 6.0.0-1noble.20260520.035100 Architecture: arm64 Maintainer: jordan Installed-Size: 271 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2.6.2v5 (>= 2.6.2), ros-jazzy-urdfdom, libtinyxml-dev, ros-jazzy-rclcpp, ros-jazzy-rdl-dynamics, ros-jazzy-tinyxml-vendor, ros-jazzy-urdf, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rdl-urdfreader/ros-jazzy-rdl-urdfreader_6.0.0-1noble.20260520.035100_arm64.deb Size: 73700 SHA256: bbb643dabd7100c4a655e8102f6ce6a08448528b96d338d25adf20db1117019c SHA1: 63a9a81cced6ace527f6f1bcc57ab7c5dfa4cdb4 MD5sum: ee47f1e8b786ce5e8d16e4f11caebb0b Description: The rdl_urdfreader package Package: ros-jazzy-rdl-urdfreader-dbgsym Package-Type: ddeb Source: ros-jazzy-rdl-urdfreader Version: 6.0.0-1noble.20260520.035100 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: jordan Installed-Size: 6755 Depends: ros-jazzy-rdl-urdfreader (= 6.0.0-1noble.20260520.035100) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rdl-urdfreader/ros-jazzy-rdl-urdfreader-dbgsym_6.0.0-1noble.20260520.035100_arm64.deb Size: 6723834 SHA256: 7d04c6c5b741b0cd8cd4c8ebea145e1001db26567b6da9c14327509743fcd0cc SHA1: 4ed8e854bece685d8940dc9db2b5277e567c3d6f MD5sum: ed04545fc72f072ab44c65783e6f0096 Description: debug symbols for ros-jazzy-rdl-urdfreader Build-Ids: 6149a7fc4288c552767cc48c3c4cdbe743c33960 b62bc2c01e008013fb0033c88190ad3c661bb601 Package: ros-jazzy-realsense2-camera Version: 4.57.7-1noble.20260519.224416 Architecture: arm64 Maintainer: LibRealSense Team Installed-Size: 2137 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), ros-jazzy-librealsense2, libeigen3-dev, ros-jazzy-builtin-interfaces, ros-jazzy-cv-bridge, ros-jazzy-diagnostic-updater, ros-jazzy-geometry-msgs, ros-jazzy-image-transport, ros-jazzy-launch-ros, ros-jazzy-lifecycle-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclcpp-lifecycle, ros-jazzy-realsense2-camera-msgs, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/RealSense Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-realsense2-camera/ros-jazzy-realsense2-camera_4.57.7-1noble.20260519.224416_arm64.deb Size: 503680 SHA256: 3a840409f879a6acf78a6045c0a372c52070f11217b0ca5f8bca6063b45538ca SHA1: dae29f5ce9410a80320178fd429a5b81f661780a MD5sum: 3c5f5f738be5dd63f2ae046c25063a9b Description: RealSense camera package allowing access to RealSense D400 3D cameras Package: ros-jazzy-realsense2-camera-dbgsym Package-Type: ddeb Source: ros-jazzy-realsense2-camera Version: 4.57.7-1noble.20260519.224416 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: LibRealSense Team Installed-Size: 14545 Depends: ros-jazzy-realsense2-camera (= 4.57.7-1noble.20260519.224416) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-realsense2-camera/ros-jazzy-realsense2-camera-dbgsym_4.57.7-1noble.20260519.224416_arm64.deb Size: 13021966 SHA256: b3dd14748e51a80dce8ac7ad76641496d66f755069b602c669eda37fee62a58b SHA1: 3d4a57e09f485167454f880bd0308cca1f157065 MD5sum: 24010da32d98f9a7f33447eef8ad9683 Description: debug symbols for ros-jazzy-realsense2-camera Build-Ids: 1aad32ea6161a37740b9c30661c0b06948ab9628 1b07f653430e95becb5d45962f2fcd615367f1e3 Package: ros-jazzy-realsense2-camera-msgs Version: 4.57.7-1noble.20260519.191447 Architecture: arm64 Maintainer: LibRealSense ROS Team Installed-Size: 7162 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/RealSense Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-realsense2-camera-msgs/ros-jazzy-realsense2-camera-msgs_4.57.7-1noble.20260519.191447_arm64.deb Size: 400692 SHA256: 72c0e46741b46fb9c1c9b7f438f19513c361cd4197e9742beb117e299d16b8a5 SHA1: da5e4de86d66058ae8a63b611904e5dcb84bc693 MD5sum: 15dedb231c5967c0085807ec7b433076 Description: RealSense camera_msgs package containing realsense camera messages definitions Package: ros-jazzy-realsense2-camera-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-realsense2-camera-msgs Version: 4.57.7-1noble.20260519.191447 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: LibRealSense ROS Team Installed-Size: 4748 Depends: ros-jazzy-realsense2-camera-msgs (= 4.57.7-1noble.20260519.191447) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-realsense2-camera-msgs/ros-jazzy-realsense2-camera-msgs-dbgsym_4.57.7-1noble.20260519.191447_arm64.deb Size: 3491364 SHA256: bdff3c2742e8cd61d6cb50ad57c58518ae1ee67baf2b7f015c97dfcae60a3596 SHA1: cc395768f4109adef3527b414ca0f69059fc02bf MD5sum: bd7db4bda87859f28742c068b4bae266 Description: debug symbols for ros-jazzy-realsense2-camera-msgs Build-Ids: 03fceeca41f27161761b336d58ef16302468d7e4 054d327c92fe24faf6c04714655ae130ab21cf76 207f2b7aaebf9994b564294dcd3ea5a56efd4853 32be2de5ba19c078daf763ac749a3de1ca75a474 58d51e92fdccd1f396432690d7e8ea8af8fc6aca 6f5294b0120729e67da2ae60f46e366af3e28baf 7785517fd4a1e5100c4353b5e320d48904d559df 7791befe2c2ec4737a9140a10a294910d85e109c 792de5d3d29749a2ff9e37d0d4e769aa42a8d24e ba7255545723d91eed7c888903f8124020774559 cf2b63be3cd08da0e71d57beea890e82a202efb3 Package: ros-jazzy-realsense2-description Version: 4.57.7-1noble.20260519.210719 Architecture: arm64 Maintainer: LibRealSense ROS Team Installed-Size: 93980 Depends: ros-jazzy-launch-ros, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-realsense2-camera-msgs, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/RealSense Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-realsense2-description/ros-jazzy-realsense2-description_4.57.7-1noble.20260519.210719_arm64.deb Size: 15528200 SHA256: 6525813142386b59d155dc24b5710e3c92bd01e1be7a5a75c16755834e766c6d SHA1: 28dc468a52ff312897961631dbf1672f905d3896 MD5sum: 4bbd0407d900c8d64f806d5104091ffc Description: RealSense description package for RealSense 3D D400 cameras Package: ros-jazzy-realtime-tools Version: 3.11.0-1noble.20260520.031241 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 313 Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-dev, libcap-dev, ros-jazzy-ament-cmake, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-realtime-tools/ros-jazzy-realtime-tools_3.11.0-1noble.20260520.031241_arm64.deb Size: 49670 SHA256: 59fe3d19c164d1275d20ba71e5ba308c2cf58023e29654a2f733f02009d28421 SHA1: 3f0fe9b7bef439e673a9cec42866c2deb9b2fd0f MD5sum: a5ea432695f02706dc755d123fcf4d79 Description: Contains a set of tools that can be used from a hard realtime thread, without breaking the realtime behavior. Package: ros-jazzy-realtime-tools-dbgsym Package-Type: ddeb Source: ros-jazzy-realtime-tools Version: 3.11.0-1noble.20260520.031241 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 308 Depends: ros-jazzy-realtime-tools (= 3.11.0-1noble.20260520.031241) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-realtime-tools/ros-jazzy-realtime-tools-dbgsym_3.11.0-1noble.20260520.031241_arm64.deb Size: 269238 SHA256: 7b7dc69e55589e4378f3d48d2e0015483895350022822823f190fc1a7f26f53f SHA1: 44ce4ad4f518757f9b225f90136a63e438a379f7 MD5sum: ed43721330f46163ee0ae15025dc3a64 Description: debug symbols for ros-jazzy-realtime-tools Build-Ids: e3545890b0eefb5cd35184c19adaefc319a96698 e593163d6d7396545a70f8f02ff7f01ddc571747 Package: ros-jazzy-reductstore-agent Version: 0.2.0-1noble.20260519.232141 Architecture: arm64 Maintainer: Anthony Cavin (@anthonycvn) Installed-Size: 107 Depends: ros-jazzy-rclpy, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-reductstore-agent/ros-jazzy-reductstore-agent_0.2.0-1noble.20260519.232141_arm64.deb Size: 26360 SHA256: 67964de52b57df97f2817f65f620b54a6404c7de9fdfb21dd21d674a42d31cb2 SHA1: ee59adb8643236f93d83e69f3e05cf173597f322 MD5sum: 356205213c0a5b72ad4d9fa7b016e2c7 Description: ROS2 recorder node that logs selected topics to ReductStore, with YAML-driven pipelines (mcap/raw, compression, splitting, down-sampling, labelling). Package: ros-jazzy-replay-testing Version: 0.0.4-1noble.20260520.052506 Architecture: arm64 Maintainer: Troy Gibb Installed-Size: 154 Depends: python3-boto3, python3-pydantic, python3-requests, python3-termcolor, ros-jazzy-launch, ros-jazzy-rclpy, ros-jazzy-ros2bag, ros-jazzy-rosbag2-py, ros-jazzy-rosbag2-storage-mcap, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-replay-testing/ros-jazzy-replay-testing_0.0.4-1noble.20260520.052506_arm64.deb Size: 24586 SHA256: 4c740f98306b65d5801b4f857d256abb10a4820fcaf985172d4cd99b6ed5b5e0 SHA1: 2c2f7c4bf6e57c5f8459e84231051e66aefde34e MD5sum: f5fc51a182e390163a5c0e8f5d2bb028 Description: A testing library and CLI for replaying ROS nodes. Package: ros-jazzy-resource-retriever Version: 3.4.4-1noble.20260519.011048 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 145 Depends: libc6 (>= 2.32), libcurl4t64 (>= 7.16.2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-jazzy-ament-index-cpp, ros-jazzy-ament-index-python, ros-jazzy-libcurl-vendor, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/resource_retriever Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-resource-retriever/ros-jazzy-resource-retriever_3.4.4-1noble.20260519.011048_arm64.deb Size: 19686 SHA256: 307ed9aa8985e65260467b1f963c0d64f45b9de798b783d33f9b7c27bddc09d8 SHA1: 55162fd5fc4367f3ea3027b4ff60cf84a2ee4073 MD5sum: fe6aa633a8bb043135be123362492e53 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-jazzy-resource-retriever-dbgsym Package-Type: ddeb Source: ros-jazzy-resource-retriever Version: 3.4.4-1noble.20260519.011048 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 98 Depends: ros-jazzy-resource-retriever (= 3.4.4-1noble.20260519.011048) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-resource-retriever/ros-jazzy-resource-retriever-dbgsym_3.4.4-1noble.20260519.011048_arm64.deb Size: 75390 SHA256: aae0f70b964018dc5a06be2326f516fe12f9877b6aaee6b4f9c848e8b5474398 SHA1: b9b61a24353ecd232b0defeb3b7b6671c6038706 MD5sum: 11cc1090c53ae6eb15d1bef5cce2c39d Description: debug symbols for ros-jazzy-resource-retriever Build-Ids: b0c333f444293a917c0124fd1840af4e4beb3623 Package: ros-jazzy-rig-reconfigure Version: 1.6.0-1noble.20260519.205453 Architecture: arm64 Maintainer: Team Spatzenhirn Installed-Size: 1352 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libglfw3 (>= 3.3), libopengl0, libstdc++6 (>= 13.1), libglfw3-dev, ros-jazzy-ament-index-cpp, ros-jazzy-backward-ros, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rig-reconfigure/ros-jazzy-rig-reconfigure_1.6.0-1noble.20260519.205453_arm64.deb Size: 583148 SHA256: b3c00654150c0505b89c405b257b50fd2d7e1ed321229132e8bee8450c817574 SHA1: e6a9302dbe394b05bbd11d39a44320fa101f58dd MD5sum: 3a1a91f6b55c20a80f8f10122667bff8 Description: Standalone GUI tool for editing node parameters at runtime. Package: ros-jazzy-rig-reconfigure-dbgsym Package-Type: ddeb Source: ros-jazzy-rig-reconfigure Version: 1.6.0-1noble.20260519.205453 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Team Spatzenhirn Installed-Size: 5387 Depends: ros-jazzy-rig-reconfigure (= 1.6.0-1noble.20260519.205453) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rig-reconfigure/ros-jazzy-rig-reconfigure-dbgsym_1.6.0-1noble.20260519.205453_arm64.deb Size: 5086298 SHA256: e98c85dc983c1324cddea717a60f8c1272910e507c52aec24ef377a9222f4ee9 SHA1: 5b1c493caba8bba440323a70b65859235466be89 MD5sum: c8f4b1d366c84156bb4374b10f2b1762 Description: debug symbols for ros-jazzy-rig-reconfigure Build-Ids: 485965dd2b70eab20f09eed796f944abf50d02de Package: ros-jazzy-rko-lio Version: 0.2.0-1noble.20260519.230303 Architecture: arm64 Maintainer: Meher Malladi Installed-Size: 2087 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.11.0), libeigen3-dev, libtbb-dev, nlohmann-json3-dev, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rosbag2-cpp, ros-jazzy-rosbag2-storage, ros-jazzy-sensor-msgs, ros-jazzy-sophus, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rko-lio/ros-jazzy-rko-lio_0.2.0-1noble.20260519.230303_arm64.deb Size: 449680 SHA256: 367e50a8a502318881dd888d48c004f2b06fe49fc647e196c7db03ce4b8e071e SHA1: 0095b32b92bb9247db939ba1b1e09052df9286a9 MD5sum: 16b7f5e9cae1e93a8a22886d65df3edc Description: A Robust Approach for LiDAR-Inertial Odometry Without Sensor-Specific Modelling Package: ros-jazzy-rko-lio-dbgsym Package-Type: ddeb Source: ros-jazzy-rko-lio Version: 0.2.0-1noble.20260519.230303 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Meher Malladi Installed-Size: 22177 Depends: ros-jazzy-rko-lio (= 0.2.0-1noble.20260519.230303) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rko-lio/ros-jazzy-rko-lio-dbgsym_0.2.0-1noble.20260519.230303_arm64.deb Size: 21020076 SHA256: 1d7a02f951d6e2e07b0f0bf0990f26dd307eb4b72e0bc768815f505316c314a9 SHA1: 1f60417b2166abfa0d18a098dc39dcbc3b01500b MD5sum: e3409f202c890874690901c84ab1eb97 Description: debug symbols for ros-jazzy-rko-lio Build-Ids: 7af20ff67ee01fa0c0adea953ebab756c0d6a938 bb7292bb51c6a05e4fc7327a87ef7be15806c8dd cffc9d9d0b37604624f0a3d78fd5444b9e6f06fd Package: ros-jazzy-rmf-api-msgs Version: 0.3.1-1noble.20260305.220501 Architecture: arm64 Maintainer: Grey Installed-Size: 307 Depends: nlohmann-json3-dev, python3-jinja2, python3-jsonschema, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-api-msgs/ros-jazzy-rmf-api-msgs_0.3.1-1noble.20260305.220501_arm64.deb Size: 22776 SHA256: 0243e3f41076277344cd167d2f057a8b92c17abc2ef0265cd8a2d0421cd19076 SHA1: 566bb4a395bb88e89d0f3a1b73fbb724c0a7a28c MD5sum: c35c5c7fe8d8af044627278466232029 Description: RMF API msgs definition Package: ros-jazzy-rmf-battery Version: 0.3.1-1noble.20260306.000849 Architecture: arm64 Maintainer: Yadunund Installed-Size: 121 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 5), ros-jazzy-rmf-traffic, ros-jazzy-rmf-utils, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-battery/ros-jazzy-rmf-battery_0.3.1-1noble.20260306.000849_arm64.deb Size: 13238 SHA256: 7e0e77b80f077d65bd17b1b8db780e25b576ef304c11ccd0d6001792225482f2 SHA1: 9ae4fcf472b558d45b2ace65eb6380ce88952471 MD5sum: d4262f4e40d8c7e25fcbb03defe145bd Description: Package for modelling battery life of robots Package: ros-jazzy-rmf-battery-dbgsym Package-Type: ddeb Source: ros-jazzy-rmf-battery Version: 0.3.1-1noble.20260306.000849 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Yadunund Installed-Size: 204 Depends: ros-jazzy-rmf-battery (= 0.3.1-1noble.20260306.000849) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-battery/ros-jazzy-rmf-battery-dbgsym_0.3.1-1noble.20260306.000849_arm64.deb Size: 182248 SHA256: c8821bbbd829cc1682098d00e4a5b3e8b89517d5dbd3cb3722a5b09c196dfffc SHA1: ef10c1092a0f5bfb618ba4560a46d1dd84838728 MD5sum: 313037277c171d8a37b8662b5d49b2ec Description: debug symbols for ros-jazzy-rmf-battery Build-Ids: e1b80d21ccc2993fe446336d6205f697a66865d9 Package: ros-jazzy-rmf-building-map-msgs Version: 1.4.1-1noble.20260519.185955 Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 2818 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-building-map-msgs/ros-jazzy-rmf-building-map-msgs_1.4.1-1noble.20260519.185955_arm64.deb Size: 216618 SHA256: 1247ca1f5473efd4caa4d8efbebc15b788253da2846aa4bebf6b9f3c524f87f6 SHA1: b2ddcfe452d0f38e677eed53258375d2e94af334 MD5sum: 6276c51042b29fa28f42169b5ce47eb9 Description: Messages used to send building maps Package: ros-jazzy-rmf-building-map-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-rmf-building-map-msgs Version: 1.4.1-1noble.20260519.185955 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 2731 Depends: ros-jazzy-rmf-building-map-msgs (= 1.4.1-1noble.20260519.185955) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-building-map-msgs/ros-jazzy-rmf-building-map-msgs-dbgsym_1.4.1-1noble.20260519.185955_arm64.deb Size: 2242726 SHA256: fff48a75cc10c0bba44d0f6afb9693d9d2130b848f3e06cf0790b98d56700d9d SHA1: 419878fb946b6741b46cf68e79ef554a28982cf1 MD5sum: 34d23c749afc22a86f7ebf894e7b72ee Description: debug symbols for ros-jazzy-rmf-building-map-msgs Build-Ids: 2f57dc58f424b2d1240d2a29e895c8986c553da7 2ffaab06783d43410df4b9075739b724e792b37c 3c750b5c2e9eed55e6f72ff9e7d7d6cad8961c2c 44499c1390f4053e3f5725b8301513b283c648c5 517e86bea2aa823b15c5ba8497ad9f4d34460384 66a5300c45737ba1eb5c3f026c050e9fd92144e7 7655059a6f160893263d8562b9e8f7b8c0f5baab 7a99e4f45504f507153c18d5ace052333e7260b2 a5a92d6ade974d620cc6f889a1e3e966caa14fad cfa2df0ac27f7a00f332223c97c03d47841525dd e1de6200a1d869e183501ece93f8dbdceba32171 Package: ros-jazzy-rmf-building-map-tools Version: 1.9.2-1noble.20260519.205806 Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 11284 Depends: libyaml-cpp-dev, python3-fiona, python3-pyproj, python3-requests, python3-rtree, python3-shapely, python3-yaml, ros-jazzy-ament-index-python, ros-jazzy-gz-fuel-tools-vendor, ros-jazzy-rclpy, ros-jazzy-rmf-building-map-msgs, ros-jazzy-rmf-site-map-msgs, ros-jazzy-std-msgs, sqlite3, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-building-map-tools/ros-jazzy-rmf-building-map-tools_1.9.2-1noble.20260519.205806_arm64.deb Size: 10836014 SHA256: 9d4d6df227ce9f00a039faee0c7205432534b140ff5641326f2344d344264ae9 SHA1: 43731c3950e179fc0a5d270a836edc15d46dc220 MD5sum: be484b2dc47130137b6e6669932737ae Description: RMF Building map tools Package: ros-jazzy-rmf-building-sim-gz-plugins Version: 2.3.3-1noble.20260519.220903 Architecture: arm64 Maintainer: Luca Della Vedova Installed-Size: 2514 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libqt5core5t64 (>= 5.3.0), libqt5qml5 (>= 5.0.2), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-gz-common-vendor, ros-jazzy-gz-gui-vendor, ros-jazzy-gz-math-vendor, ros-jazzy-gz-msgs-vendor, ros-jazzy-gz-rendering-vendor, ros-jazzy-gz-sim-vendor, ros-jazzy-gz-transport-vendor, ros-jazzy-sdformat-vendor, libqt5quick5, ros-jazzy-gz-plugin-vendor, ros-jazzy-menge-vendor, ros-jazzy-rclcpp, ros-jazzy-rmf-door-msgs, ros-jazzy-rmf-fleet-msgs, ros-jazzy-rmf-lift-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-building-sim-gz-plugins/ros-jazzy-rmf-building-sim-gz-plugins_2.3.3-1noble.20260519.220903_arm64.deb Size: 450712 SHA256: a5166653083813286ade9d852e5d5cde4fe0ef48ae89b8c3838f2efdf19057b8 SHA1: b987b17372d0df2830fe12601624790be7306624 MD5sum: f58822696968ab65c1ab566401b5017f Description: Gazebo plugins for building infrastructure simulation Package: ros-jazzy-rmf-building-sim-gz-plugins-dbgsym Package-Type: ddeb Source: ros-jazzy-rmf-building-sim-gz-plugins Version: 2.3.3-1noble.20260519.220903 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Luca Della Vedova Installed-Size: 14474 Depends: ros-jazzy-rmf-building-sim-gz-plugins (= 2.3.3-1noble.20260519.220903) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-building-sim-gz-plugins/ros-jazzy-rmf-building-sim-gz-plugins-dbgsym_2.3.3-1noble.20260519.220903_arm64.deb Size: 12793980 SHA256: bd8f870eb8c8d723322c0877ff43165ef8289f717ac0d6f6551965b29e7ef245 SHA1: 689850ef66a18ef566e66a85474b926ae343f948 MD5sum: e4e554240d78b10cb3dc911bdd8c9cff Description: debug symbols for ros-jazzy-rmf-building-sim-gz-plugins Build-Ids: 180f393fdb6e42fb6407e6d41c56eab8256c5b17 3d6769f85da384658cceb1a4538d34633d061c4e 75e7ac9641e5bdb10471d8f0a39801a4d49a5300 a4587bfba3202a4b1162a83802e96fc284a523df b1d914a9e83b0131d08a25ded8ce9f5c482fa997 f572a339cb815aeb03522f4b46eaccd82a8a943a Package: ros-jazzy-rmf-charger-msgs Version: 3.3.1-1noble.20260519.040114 Architecture: arm64 Maintainer: Arjo Chakravarty Installed-Size: 1251 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-charger-msgs/ros-jazzy-rmf-charger-msgs_3.3.1-1noble.20260519.040114_arm64.deb Size: 69426 SHA256: cea7060bdc298266874f8723dff32141a9e05322ac553bcf23216820d426bd13 SHA1: 577e9fd191963b0ab656e86783a47a5650d0f88f MD5sum: f765b9e7d7713c73443c4a223e923eb8 Description: This package contains messages regarding charging and discharging Package: ros-jazzy-rmf-charger-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-rmf-charger-msgs Version: 3.3.1-1noble.20260519.040114 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Arjo Chakravarty Installed-Size: 548 Depends: ros-jazzy-rmf-charger-msgs (= 3.3.1-1noble.20260519.040114) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-charger-msgs/ros-jazzy-rmf-charger-msgs-dbgsym_3.3.1-1noble.20260519.040114_arm64.deb Size: 388620 SHA256: 47e89ab2959c9bb09fcf5bf15b3711e28342ed587b8aa2000a39921d075a329a SHA1: 4171a8a58fb835963b80af0214261bf4bc61ac6b MD5sum: 1afd2053250e8a0012072091e5614e45 Description: debug symbols for ros-jazzy-rmf-charger-msgs Build-Ids: 2c850ef24d0bb53c7b2cfbd7389494808f394e23 3d123e2933eb87a72e20b25b2546f532c943ea84 40c2b29f1cd66d0437d13a410a30ad7fc52ce05f 52dcf91bbe6f9cd18f1e5f99b67e4a830f6a9d49 6f11eb90b39283eb89c781076fcde8ffa863c962 7a0a11bc2c995312f9c0659301677830e4b1a59d 819ab12fdade85995ef7412bb380eb11c2429595 920032a1b6db6e9aa3467223d95e848da7651f71 9f16172cb03aec14ee5a11d71da1906a065d0eae b0e137d2faf56a7af0f04d94744890104f95f8b2 fab8de17185a2ffbea12ec8070896c3b54a81832 Package: ros-jazzy-rmf-charging-schedule Version: 2.7.2-1noble.20260519.222701 Architecture: arm64 Maintainer: Grey Installed-Size: 49 Depends: ros-jazzy-rclpy, ros-jazzy-rmf-fleet-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-charging-schedule/ros-jazzy-rmf-charging-schedule_2.7.2-1noble.20260519.222701_arm64.deb Size: 10670 SHA256: a00c1b72f6fe24bf9570dd394026668c47339ba477256d10ebfcd33b6ecbaa8e SHA1: 2f4883adb1dd869f1a11fee50059d60c794ccd8b MD5sum: 35107ac5d7244b4084174dd866be4a37 Description: Node for a fixed 24-hour rotating charger usage schedule Package: ros-jazzy-rmf-demos-assets Version: 2.3.0-1noble.20260305.220651 Architecture: arm64 Maintainer: Yadunund Installed-Size: 9740 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-demos-assets/ros-jazzy-rmf-demos-assets_2.3.0-1noble.20260305.220651_arm64.deb Size: 6794464 SHA256: 5c9f81b10f4e4a0c8f84ca5f58dc6025b1d0348f28f8662d594b24559abc44a1 SHA1: a02e999ab1e8ab0319cbaa51f1816ae08f4e497d MD5sum: d109dac8fb3cb1059809e9b6d8b299dd Description: Models and other media used for RMF demos Package: ros-jazzy-rmf-demos-bridges Version: 2.3.0-1noble.20260519.222342 Architecture: arm64 Maintainer: Yadunund Installed-Size: 70 Depends: python3-flask-socketio, python3-paho-mqtt, python3-pyproj, python3-yaml, ros-jazzy-rmf-building-map-tools, ros-jazzy-rmf-fleet-msgs, ros-jazzy-rmf-site-map-msgs, ros-jazzy-rmf-traffic-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-demos-bridges/ros-jazzy-rmf-demos-bridges_2.3.0-1noble.20260519.222342_arm64.deb Size: 13018 SHA256: 378cd240665941b65186b772ade24fac45e8b692e65252ca9fd334f08a0f2b60 SHA1: 72b65b1ae554807a7df6a755b7da55cdf90eec7b MD5sum: 366c6520141ee6321074711cf629ab4e Description: Nodes for bridging between different communication stacks Package: ros-jazzy-rmf-demos-fleet-adapter Version: 2.3.0-1noble.20260520.044250 Architecture: arm64 Maintainer: Xi Yu Oh Installed-Size: 158 Depends: python3-fastapi, python3-flask-socketio, python3-numpy, python3-pydantic, python3-pyproj, python3-requests, python3-uvicorn, python3-yaml, ros-jazzy-launch-xml, ros-jazzy-rclpy, ros-jazzy-rmf-fleet-adapter-python, ros-jazzy-rmf-fleet-msgs, ros-jazzy-rmf-task-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-demos-fleet-adapter/ros-jazzy-rmf-demos-fleet-adapter_2.3.0-1noble.20260520.044250_arm64.deb Size: 38164 SHA256: dcac44371711a5ba0f49e76a3155b5798d55c7be698f2e73e4e020c4329e1d24 SHA1: 2271b11facda321946df64898781a7fcf84ebcbb MD5sum: 6cecfee3417840654ed8457eb00348c8 Description: Fleet adapters for interfacing with RMF Demos robots with a fleet manager via REST API Package: ros-jazzy-rmf-demos-tasks Version: 2.3.0-1noble.20260519.195928 Architecture: arm64 Maintainer: Yadunund Installed-Size: 218 Depends: ros-jazzy-rmf-dispenser-msgs, ros-jazzy-rmf-fleet-msgs, ros-jazzy-rmf-lift-msgs, ros-jazzy-rmf-task-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-demos-tasks/ros-jazzy-rmf-demos-tasks_2.3.0-1noble.20260519.195928_arm64.deb Size: 31492 SHA256: 80c9576f2b9c42ab410ce854baee0a4192152fd9165906554155e4b96895e644 SHA1: cbef5c948fe99ea701e4db91bf8f30e3db09fb6c MD5sum: 3afa37fae90780c5038cf22587d9fe10 Description: A package containing scripts for demos Package: ros-jazzy-rmf-dev Version: 0.1.0-1noble.20260520.135856 Architecture: arm64 Maintainer: Yadunund Installed-Size: 44 Depends: ros-jazzy-ament-cmake-catch2, ros-jazzy-menge-vendor, ros-jazzy-nlohmann-json-schema-validator-vendor, ros-jazzy-pybind11-json-vendor, ros-jazzy-rmf-api-msgs, ros-jazzy-rmf-battery, ros-jazzy-rmf-building-map-msgs, ros-jazzy-rmf-building-map-tools, ros-jazzy-rmf-building-sim-gz-plugins, ros-jazzy-rmf-charger-msgs, ros-jazzy-rmf-dispenser-msgs, ros-jazzy-rmf-door-msgs, ros-jazzy-rmf-fleet-adapter, ros-jazzy-rmf-fleet-adapter-python, ros-jazzy-rmf-fleet-msgs, ros-jazzy-rmf-ingestor-msgs, ros-jazzy-rmf-lift-msgs, ros-jazzy-rmf-obstacle-msgs, ros-jazzy-rmf-robot-sim-common, ros-jazzy-rmf-robot-sim-gz-plugins, ros-jazzy-rmf-scheduler-msgs, ros-jazzy-rmf-site-map-msgs, ros-jazzy-rmf-task, ros-jazzy-rmf-task-msgs, ros-jazzy-rmf-task-ros2, ros-jazzy-rmf-task-sequence, ros-jazzy-rmf-traffic, ros-jazzy-rmf-traffic-editor, ros-jazzy-rmf-traffic-editor-assets, ros-jazzy-rmf-traffic-editor-test-maps, ros-jazzy-rmf-traffic-examples, ros-jazzy-rmf-traffic-msgs, ros-jazzy-rmf-traffic-ros2, ros-jazzy-rmf-utils, ros-jazzy-rmf-visualization, ros-jazzy-rmf-visualization-building-systems, ros-jazzy-rmf-visualization-fleet-states, ros-jazzy-rmf-visualization-floorplans, ros-jazzy-rmf-visualization-msgs, ros-jazzy-rmf-visualization-navgraphs, ros-jazzy-rmf-visualization-obstacles, ros-jazzy-rmf-visualization-rviz2-plugins, ros-jazzy-rmf-visualization-schedule, ros-jazzy-rmf-websocket, ros-jazzy-rmf-workcell-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-dev/ros-jazzy-rmf-dev_0.1.0-1noble.20260520.135856_arm64.deb Size: 6024 SHA256: 10f1b8612faf2d5151fdd7037d4d72431431382210fcdc76b69e4f4d23c022f4 SHA1: 740cfdf5b5a8389fb42b46fb754022c7c99af153 MD5sum: 0cd80dfd639e5695080830cbcd61d8e3 Description: A package to aggregate the packages required for a minimal installation of Open-RMF Package: ros-jazzy-rmf-dispenser-msgs Version: 3.3.1-1noble.20260519.185828 Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 1367 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-dispenser-msgs/ros-jazzy-rmf-dispenser-msgs_3.3.1-1noble.20260519.185828_arm64.deb Size: 86034 SHA256: ef391039908e2642eeb85fa4af3e86d07c66ace4de01dd684d5549352d23248a SHA1: 4c07dac6307268dfd2c5b0e0c5afa2fcb2121a45 MD5sum: 0b40352168b549dffd36cf77d5f274b9 Description: A package containing messages used to interface to dispenser workcells Package: ros-jazzy-rmf-dispenser-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-rmf-dispenser-msgs Version: 3.3.1-1noble.20260519.185828 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 750 Depends: ros-jazzy-rmf-dispenser-msgs (= 3.3.1-1noble.20260519.185828) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-dispenser-msgs/ros-jazzy-rmf-dispenser-msgs-dbgsym_3.3.1-1noble.20260519.185828_arm64.deb Size: 558992 SHA256: dd6c16299587bc7e777eef13f943f989f652465c47fe5fe5ef13fadba7c2a961 SHA1: 443d17a15c4ba9413dec32f2e9b1c69c119a82cf MD5sum: 1ea26c69584d577a65a31b1aeb419411 Description: debug symbols for ros-jazzy-rmf-dispenser-msgs Build-Ids: 01771b67eecd21a8a09f1bda2211a6f2da6f4cae 05b91257a6be2c14f69104256cbd870ea943ba45 09076d2de8de7e1c8c8834dc4d98f8ca28b89a26 593d4de24a51fc77b4ba71e015da262e56c15165 69bb3bd46c404abd6b30a3b081069f6bcf41f087 7c35624a663902e0ca61fdc3ee578c21a177ac7b 8c0a5459b45bd24896478aa83fe8e320b6a7311e 91a95e15cecef61d557fd09b2053b18303da06ee c044815b331f9c7ad4c2c1d241b209b1f46ae36c c0aa4beb303e696ae0d717b3a8c4cd75ecdfa0c4 cc49c36af9574a437b626e7e585d507879fed1c0 Package: ros-jazzy-rmf-door-msgs Version: 3.3.1-1noble.20260519.040156 Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 1498 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-door-msgs/ros-jazzy-rmf-door-msgs_3.3.1-1noble.20260519.040156_arm64.deb Size: 94838 SHA256: 38f525d19bdf33f3f110c14a94d0d54d3dfdb2e2d41faa9f51c71a9127ba84cd SHA1: 0a009f1772df33e0e59d1baa3670239b812b0461 MD5sum: 954565e61dc83d4d157f06c197c72eaa Description: Messages used to interface to doors Package: ros-jazzy-rmf-door-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-rmf-door-msgs Version: 3.3.1-1noble.20260519.040156 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 930 Depends: ros-jazzy-rmf-door-msgs (= 3.3.1-1noble.20260519.040156) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-door-msgs/ros-jazzy-rmf-door-msgs-dbgsym_3.3.1-1noble.20260519.040156_arm64.deb Size: 697076 SHA256: 943556fb28b1ab108cb36ee992b34d1ed5bca1981866409354caca0ebb672518 SHA1: 1fd9884527fcdea102fc7d47746b782226389834 MD5sum: 74968ae6f8af3c29351e54792773f704 Description: debug symbols for ros-jazzy-rmf-door-msgs Build-Ids: 033a956cd7ab5a8448d22b030ddbcb1d17080dc7 0d18117162477a6d98255166923c2195e50cbead 1a643fe6538e9bcafe04af30f0b999edbebd89fd 487def532ef10e2d9b8917f00147ce21ca18fb8d 9994c8088ab6b3bed7ebae8a8a7d44504b66d7b4 9caf0b481780e900ffd4e009f8e94880318548f2 c910b74960a7f9be11f90bd83f79a1f3a268778e d674836db5028eb172b4cd520cf4fd40ea58b715 d99bac4cca77bf3fcc83cdbb86133c845f5d2ada deadc971ec712f3ee1d3efd7f301db24b578732f e4229cdf3e5a2094b48e229eb6f3d79a4f227e52 Package: ros-jazzy-rmf-fleet-adapter Version: 2.7.2-1noble.20260520.035407 Architecture: arm64 Maintainer: Grey Installed-Size: 17891 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-nlohmann-json-schema-validator-vendor, nlohmann-json3-dev, ros-jazzy-backward-ros, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rmf-api-msgs, ros-jazzy-rmf-battery, ros-jazzy-rmf-building-map-msgs, ros-jazzy-rmf-dispenser-msgs, ros-jazzy-rmf-door-msgs, ros-jazzy-rmf-fleet-msgs, ros-jazzy-rmf-ingestor-msgs, ros-jazzy-rmf-lift-msgs, ros-jazzy-rmf-task, ros-jazzy-rmf-task-msgs, ros-jazzy-rmf-task-ros2, ros-jazzy-rmf-task-sequence, ros-jazzy-rmf-traffic, ros-jazzy-rmf-traffic-ros2, ros-jazzy-rmf-utils, ros-jazzy-rmf-websocket, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-fleet-adapter/ros-jazzy-rmf-fleet-adapter_2.7.2-1noble.20260520.035407_arm64.deb Size: 2637418 SHA256: 21f9aa31fadb8c8c9d4c4a9e1604d87902c4419d6639fc1858b82d9418ce37d9 SHA1: 693c57ef3e3b5cbbab8bc24bcbe01bea4002fed8 MD5sum: 98d954c6e69f4bcb6cd40fa24d7269ad Description: Fleet Adapter package for RMF fleets. Package: ros-jazzy-rmf-fleet-adapter-dbgsym Package-Type: ddeb Source: ros-jazzy-rmf-fleet-adapter Version: 2.7.2-1noble.20260520.035407 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Grey Installed-Size: 116402 Depends: ros-jazzy-rmf-fleet-adapter (= 2.7.2-1noble.20260520.035407) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-fleet-adapter/ros-jazzy-rmf-fleet-adapter-dbgsym_2.7.2-1noble.20260520.035407_arm64.deb Size: 98249858 SHA256: 4702dec8dab5f08afd4eaad08476a9116559f2a769869e3f384733ea3f3c6847 SHA1: e1156f0da30a30a82dd8ac9c41a220a5df5fc16d MD5sum: c3c4a11a9c28ebc117c5893da51edad4 Description: debug symbols for ros-jazzy-rmf-fleet-adapter Build-Ids: 1fa9eb646d1be00af96a06f00220d5bcc93ab9a1 2f5491659936bd45c91fd01fb65d4cb26b1b1c86 399f437436b0362765129f87b7237af1ee2ca812 41f2388f3e2355af606c18da086a59d90654576e 57ae5cf5a250d44390781423e93c0913a0a85a6a 61a53afc48d0da65f1e1ef767aad89a8a3a99368 746cdc8d770d1d008135a2bcf5a3ee9390279c7e 89a0c69b74ae9e2e374dc40c0a10b3cfe1910856 97cbb6d457c5ad796cc9314a43dca494e93fe76d b262076041b00fefe93e0b71768a21f0964411f2 b5924b5f7972a8ebaf0d544669d21ee0ac96a8a5 cbeaf6f9c726ad7160fd268cec1a6daa2c4a7b70 ccf8604095ba7ff106628258b3700d4b80d5efe9 cf09c315caa041ab2227beb55fca8c4f35c678ec ed976359ec909b2dd26ba19b537acf269071a8eb f41d2659a46319b5b8d4f8fc6fb3123ad6f91818 Package: ros-jazzy-rmf-fleet-adapter-python Version: 2.7.2-1noble.20260520.043509 Architecture: arm64 Maintainer: methylDragon Installed-Size: 1328 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-jazzy-pybind11-json-vendor, ros-jazzy-pybind11-vendor, ros-jazzy-rclpy, ros-jazzy-rmf-fleet-adapter, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-fleet-adapter-python/ros-jazzy-rmf-fleet-adapter-python_2.7.2-1noble.20260520.043509_arm64.deb Size: 329588 SHA256: 07354c7087227e25ea5a82ff10f10b7627844023870604b05dfebe07d3a85923 SHA1: 6feb7a1ae32eba3777ac533e0995d291c9c45c19 MD5sum: 4ced23c9e9a2e806316ee7134a21e66c Description: Python bindings for the rmf_fleet_adapter Package: ros-jazzy-rmf-fleet-msgs Version: 3.3.1-1noble.20260519.040200 Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 5041 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-fleet-msgs/ros-jazzy-rmf-fleet-msgs_3.3.1-1noble.20260519.040200_arm64.deb Size: 337990 SHA256: 9df1fc8126521244e673ccf20ae8bd37e1439e116bf88cb876196c18bfd7e365 SHA1: ebacdc0d23a343b301d81b2440bbee13f74aab92 MD5sum: f64d94da2b1c7a156a370fff445ab5e6 Description: A package containing messages used to interface to fleet managers Package: ros-jazzy-rmf-fleet-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-rmf-fleet-msgs Version: 3.3.1-1noble.20260519.040200 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 4323 Depends: ros-jazzy-rmf-fleet-msgs (= 3.3.1-1noble.20260519.040200) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-fleet-msgs/ros-jazzy-rmf-fleet-msgs-dbgsym_3.3.1-1noble.20260519.040200_arm64.deb Size: 3392306 SHA256: 837b81bd5a451440435d0f5855170f14c03c3f81dbdaa9314f32fb9b1925fac4 SHA1: ecb45f8be3e37072772c765e07a2eb203e99d63b MD5sum: 539270ecbd96c2f29e8d39bd395d8581 Description: debug symbols for ros-jazzy-rmf-fleet-msgs Build-Ids: 0c2da4bd7df5a2e3fa47dc2a9325bbeb77190cb2 6aeac3ab1d3ce2b3bee41b41736e82a443795c8f 7c88758ffc5360c80a6102e31485d01cdff2e079 82be5d871558bad90f8c130d06f487c930b01186 877b5e2754304f42b25dfeaa3b48fd10c85edd37 8f52fde7fe4abc81ec57605d4acad2a55ab508ce 9641683b9387d865f8c9d0d5588fc6fdb1d03f22 a9ac8ced2ae49007c61a98d7cec241467132b6d0 f36494228b1e203a45b9b67f2c042cf8bb7bd546 f41fc2fc847771b22c0fe7527a6bc4533e695daa ffc0009c35b5d8eece49060658625d7e2034898d Package: ros-jazzy-rmf-ingestor-msgs Version: 3.3.1-1noble.20260519.190200 Architecture: arm64 Maintainer: Rushyendra Maganty Installed-Size: 1362 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rmf-dispenser-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-ingestor-msgs/ros-jazzy-rmf-ingestor-msgs_3.3.1-1noble.20260519.190200_arm64.deb Size: 86130 SHA256: 5e9b3abb13a657909c7a2d43670527da6804c5b4aedac8f524b459e8fb94b104 SHA1: 2a92847bdd0823d0f14acfcb9e013f02f714bcb9 MD5sum: 33ea26875526e3918678472ad1b71540 Description: A package containing messages used to interface to ingestor workcells Package: ros-jazzy-rmf-ingestor-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-rmf-ingestor-msgs Version: 3.3.1-1noble.20260519.190200 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Rushyendra Maganty Installed-Size: 746 Depends: ros-jazzy-rmf-ingestor-msgs (= 3.3.1-1noble.20260519.190200) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-ingestor-msgs/ros-jazzy-rmf-ingestor-msgs-dbgsym_3.3.1-1noble.20260519.190200_arm64.deb Size: 556954 SHA256: 3ec9f4cdb75fc3d34ed533c6436d9da6e39064db5d767eadb00707a3af55f5b7 SHA1: fd7e054181a2fd9bc86a1f7a2c26d459ca04cc60 MD5sum: 36a8707a34c1284929fc6e055d1e83ea Description: debug symbols for ros-jazzy-rmf-ingestor-msgs Build-Ids: 05ba894a5b8e7145064215c1504d9e62667a0819 16a106124c5fd5c36c97e299f9370e736a0e0b72 563a8b61aa9bc4e646ae5c416e8be5ca275b8917 56cc567952b10315b9ebfef1e43b6501a39bc980 6710627c3429ca248f89252dbb420ec8b2587227 6c6dde05873ac7da9f8c73857370fd4ccaae0f15 883653ca97f54cfd394de9f4549cf11898a99554 a0b7d41bb790a16cedfa16eb19bcaa0dc2923b7b adb1543ac636fac2c68efc8684b07a45da697c94 e74d0c6944d4bc3fda0d4ae4dac14de4f8566b73 e827d003f621eab47a0b91223e718bd57491cf3e Package: ros-jazzy-rmf-lift-msgs Version: 3.3.1-1noble.20260519.040217 Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 1194 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-lift-msgs/ros-jazzy-rmf-lift-msgs_3.3.1-1noble.20260519.040217_arm64.deb Size: 71436 SHA256: 2b787069af941dc34fb2f90eeea72539739a0f84b95ef8603c8bf6f16c3ea8f4 SHA1: 18bb9fc4f4a6c78ce78103fbc0f92dffd97f1bb0 MD5sum: 5747466d949b3636c40bb5367dd411f4 Description: Messages used to interface to lifts. Package: ros-jazzy-rmf-lift-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-rmf-lift-msgs Version: 3.3.1-1noble.20260519.040217 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 517 Depends: ros-jazzy-rmf-lift-msgs (= 3.3.1-1noble.20260519.040217) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-lift-msgs/ros-jazzy-rmf-lift-msgs-dbgsym_3.3.1-1noble.20260519.040217_arm64.deb Size: 380196 SHA256: fe2e9fbc3c301edf935de5db849b96108424a0969bc22827ac2cdb7b02ca611c SHA1: 2d2d6ccf2b67913249b650703339dd0780d2dac3 MD5sum: c154e91f87d27f168efae925178a0ff7 Description: debug symbols for ros-jazzy-rmf-lift-msgs Build-Ids: 3e2b23a63cb6c911b01e4bbf742cd4e49c82d482 3fecfa85bfe986be49eea5fccc47f498ba17e85a 4227d316349bd47b28f04a77758ae1dafb593951 5cfc85dc8340d5e5cce8443dbe7e54f3eaef3d0a 7febcdbb4e2dd454b654e5363cc11ec6ee660bc0 854b542cddb90a32259189a6722053e98c677c91 915aaaa362e8f52d93960b23086d8ee7a69d09ff 96da7a80f7fcbbaecc7af09bedb0fd2073020005 a08c86ada624e5fcb6c66cfb465fb149fea01595 cebe1a21305abbfa26d658c9bdc230f4abc8f9d4 e71a3fc559d33f1680865257a79ad6c499eeb898 Package: ros-jazzy-rmf-obstacle-msgs Version: 3.3.1-1noble.20260519.190059 Architecture: arm64 Maintainer: Yadunund Installed-Size: 1290 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-obstacle-msgs/ros-jazzy-rmf-obstacle-msgs_3.3.1-1noble.20260519.190059_arm64.deb Size: 81918 SHA256: f30c47e842a71904c911a271a548459fbd6efb04a060f4b01a565ee0ed30dcb8 SHA1: 61ad7d63273a23aed6c8eb0f5ffb6e00e51713fc MD5sum: 0a5791c7b5921ced0956060f93febd76 Description: A package containing messages for describing obstacles in the environment Package: ros-jazzy-rmf-obstacle-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-rmf-obstacle-msgs Version: 3.3.1-1noble.20260519.190059 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Yadunund Installed-Size: 657 Depends: ros-jazzy-rmf-obstacle-msgs (= 3.3.1-1noble.20260519.190059) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-obstacle-msgs/ros-jazzy-rmf-obstacle-msgs-dbgsym_3.3.1-1noble.20260519.190059_arm64.deb Size: 484938 SHA256: f134cc9e57b61f470de0d9a3ebfc5e2af3b4c36cab850f6271a8d01fed41a5b0 SHA1: 9f40f503db9b189550f7fa06d8920f3536bbc435 MD5sum: 129a932499926efa3b6466501170e2a2 Description: debug symbols for ros-jazzy-rmf-obstacle-msgs Build-Ids: 237d9825f6ab4c684c7390745a9ce36b42b3da25 2df880064b3fe095baa17eb785a54defec43f640 3fbec9655761e677bccbfe5e10b3e6c27b589507 41825a9e3ae4d8457a97cebac589a3aee6a66a4b 6b696b300e8d067a4f75f60eb480ca75fd44a56d 82fa6240978fa3c14391e688513561f21e89e6c8 86b09dddb67a788bda93cd4df4f0e35bbc57b1e6 eaf387e8bb6d82d1031b6e121c41e6cf8eec2904 eb123e7704e66620bcddc21241b411ef597a8cc4 ef952c8b98bafcb4cd1d1fcacd75146eb0de6d2d f96d71793fb13d4ca3e700cf31c9dbe5f8f19d02 Package: ros-jazzy-rmf-robot-sim-common Version: 2.3.3-1noble.20260519.222452 Architecture: arm64 Maintainer: Luca Della Vedova Installed-Size: 3548 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, ros-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-rmf-building-map-msgs, ros-jazzy-rmf-dispenser-msgs, ros-jazzy-rmf-fleet-msgs, ros-jazzy-rmf-ingestor-msgs, ros-jazzy-std-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-robot-sim-common/ros-jazzy-rmf-robot-sim-common_2.3.3-1noble.20260519.222452_arm64.deb Size: 426968 SHA256: ddbe3ddea1034b593ecbcf1731bc8bef098762ceb89cca42400211ced50ea7f2 SHA1: 526f98bdfcb4be0ea9a1455f9f974748621477d0 MD5sum: 8d81a3e54e40479af07d7efcd48e4c3b Description: Common utility functions for Gazebo-classic and Gazebo RMF plugins Package: ros-jazzy-rmf-robot-sim-common-dbgsym Package-Type: ddeb Source: ros-jazzy-rmf-robot-sim-common Version: 2.3.3-1noble.20260519.222452 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Luca Della Vedova Installed-Size: 16260 Depends: ros-jazzy-rmf-robot-sim-common (= 2.3.3-1noble.20260519.222452) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-robot-sim-common/ros-jazzy-rmf-robot-sim-common-dbgsym_2.3.3-1noble.20260519.222452_arm64.deb Size: 13541808 SHA256: 666231c9bc2559e467823466461a97392ff56290531adc4088e29de70cdc45a1 SHA1: 9b97755255ee4bf3bac37e4312a5c483161f113b MD5sum: 6fdda72511095e28db7423046105f81e Description: debug symbols for ros-jazzy-rmf-robot-sim-common Build-Ids: 64db692691485a086439e28a05abf655cbb04e1f 96100dc9aec8016591ebd334b90554e54f3e180b ddfebb9b2c9eda362b549551e5f908bf421a0d1e dfdbb5529aec61d8bcd5d42f98807ec7f5592b7d f03eb8d5b0ac6cb2d9151fbeaa81292aa744c86e Package: ros-jazzy-rmf-robot-sim-gz-plugins Version: 2.3.3-1noble.20260519.223137 Architecture: arm64 Maintainer: Luca Della Vedova Installed-Size: 1154 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libqt5core5t64 (>= 5.14.1), libqt5qml5 (>= 5.0.2), libstdc++6 (>= 13.1), ros-jazzy-gz-common-vendor, ros-jazzy-gz-gui-vendor, ros-jazzy-gz-math-vendor, ros-jazzy-gz-msgs-vendor, ros-jazzy-gz-rendering-vendor, ros-jazzy-gz-sim-vendor, ros-jazzy-gz-transport-vendor, ros-jazzy-sdformat-vendor, libeigen3-dev, libqt5quick5, ros-jazzy-gz-plugin-vendor, ros-jazzy-rclcpp, ros-jazzy-rmf-building-map-msgs, ros-jazzy-rmf-building-sim-gz-plugins, ros-jazzy-rmf-fleet-msgs, ros-jazzy-rmf-robot-sim-common, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-robot-sim-gz-plugins/ros-jazzy-rmf-robot-sim-gz-plugins_2.3.3-1noble.20260519.223137_arm64.deb Size: 259610 SHA256: f20ab4ee1306ac923b88d5ec547fb415a189fb834d51811da7ae2ac208c2a355 SHA1: cf007ae04e14d6a28a7734681c0a5fc3fa657de1 MD5sum: bd5ee29bfad1848e46bbc917791dca99 Description: ROS 2 Gazebo plugins for TeleportIngestors and TeleportDispensers Package: ros-jazzy-rmf-robot-sim-gz-plugins-dbgsym Package-Type: ddeb Source: ros-jazzy-rmf-robot-sim-gz-plugins Version: 2.3.3-1noble.20260519.223137 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Luca Della Vedova Installed-Size: 9455 Depends: ros-jazzy-rmf-robot-sim-gz-plugins (= 2.3.3-1noble.20260519.223137) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-robot-sim-gz-plugins/ros-jazzy-rmf-robot-sim-gz-plugins-dbgsym_2.3.3-1noble.20260519.223137_arm64.deb Size: 8814136 SHA256: a02a60438d51e2f42f88643d4611a310d407f8a90cbba5c1b2b7ff122a5ca194 SHA1: 3f4bab22930335e0435b36cd68281316d57368ed MD5sum: da377f7d527e60dfd0ff1667748471e4 Description: debug symbols for ros-jazzy-rmf-robot-sim-gz-plugins Build-Ids: 4a1a151df306e8020b204c64a1c2e1306264483e 80dbf0ff1e78a602d778534ca52293b8e97bcd4b af8820b0e4c8301d55025cf82c398d16b35a0656 e6781608ba77813f4288e7e99354c10119d43785 e85f0aff39c281e2594f8123e75c1bcca4eeb982 Package: ros-jazzy-rmf-scheduler-msgs Version: 3.3.1-1noble.20260519.040225 Architecture: arm64 Maintainer: Marco A. Gutiérrez Installed-Size: 5104 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-scheduler-msgs/ros-jazzy-rmf-scheduler-msgs_3.3.1-1noble.20260519.040225_arm64.deb Size: 314732 SHA256: 5325eeef00540d1a7e3a597ed6a12123d07e34c89ece194308658e5253d728fb SHA1: 6e4c24e99b55aa0fa063b8141ff4a0c43974c5a2 MD5sum: d70c4ed4aacc74bafbbdc0de48bdab99 Description: Messages used by rmf_scheduler_msgs Package: ros-jazzy-rmf-scheduler-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-rmf-scheduler-msgs Version: 3.3.1-1noble.20260519.040225 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Marco A. Gutiérrez Installed-Size: 4051 Depends: ros-jazzy-rmf-scheduler-msgs (= 3.3.1-1noble.20260519.040225) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-scheduler-msgs/ros-jazzy-rmf-scheduler-msgs-dbgsym_3.3.1-1noble.20260519.040225_arm64.deb Size: 3125800 SHA256: 20ca360700008c877ce8fdd88958e76cf06e4c01816ce976826a1f7115590fd6 SHA1: e02655af75484afa87b42f1e80c678ff09dd39fe MD5sum: 306bcfad9ff98bdc26c99efdfc0b862c Description: debug symbols for ros-jazzy-rmf-scheduler-msgs Build-Ids: 122ddcbadb998a766124318ae830ff1d2e2329b8 14c5b4e9c15f2d8c7c090ade90277d7a61aeda0d 1c41b3e90f280a027b33786f1fec3b878ee6c255 46f045da979b0fc5e517ad608583377b4a7ebc10 59f9dc24cf88f7990bd88e4bc67a9ca38570b028 5d1ab7b64ee620405ce789904bafbf0b8777f8b3 5f16f4c2015c2ae562ab45da5870b46e05bbfe43 8be1d9cdf299e4ff7b8fdc6c9d79807551dff4bb 92d936f75b5f1e0fbe498d9eafa5b878ea10072d b14605d08eff8ad26e20ffe5b70e33b23aae4400 ff418ce7d3117158b871f84c6278090c7e37a685 Package: ros-jazzy-rmf-site-map-msgs Version: 3.3.1-1noble.20260519.040233 Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 1005 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-site-map-msgs/ros-jazzy-rmf-site-map-msgs_3.3.1-1noble.20260519.040233_arm64.deb Size: 46480 SHA256: ac45cb0908600ac926eef8556080b5063739f30087b021981316de307a8eed50 SHA1: 5ea6f67faeac47a34546384d0aaa407b5f2dc6ac MD5sum: 34cba6ce41078e1984689452ed314d66 Description: Messages that contain GeoPackage maps Package: ros-jazzy-rmf-site-map-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-rmf-site-map-msgs Version: 3.3.1-1noble.20260519.040233 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 300 Depends: ros-jazzy-rmf-site-map-msgs (= 3.3.1-1noble.20260519.040233) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-site-map-msgs/ros-jazzy-rmf-site-map-msgs-dbgsym_3.3.1-1noble.20260519.040233_arm64.deb Size: 193280 SHA256: e42168b68419ad505338828f7a9027d6bdde72d72dd15e5486d290ffca8c7dca SHA1: 992bfde4d3b0c8bac52c7e91f43cea5d75e8ec1c MD5sum: a17d9f7b965526267b488ce796cef824 Description: debug symbols for ros-jazzy-rmf-site-map-msgs Build-Ids: 195904763ff3fa6140378e93fde3c4373a9bafa5 23270b53df45e6d99cac54bf9789cb0d91e9a136 37dc358892b2b09ae5329c107414d66e49689a16 400681f56678bbff026e31658e4d753bc94deae2 4ce8013379fcab91ff4009335f811063e6313e4e 56a52342a79b4cb23ac8ca0addbfda1222796c3a 705cf6250a3f319ffc493b0580a5abfeb5f4d216 7b55c5debeaa41b6af86defdec7ea59139907040 8c717db3f6d56908268ec86ed64ac3a7921dccd7 8cb4dbd73ac9a44b6e2bffc15cbcd3a6ca52dfc4 b52d8a9038a00f2dd52bd3bf7f1aea109d2e77eb Package: ros-jazzy-rmf-task Version: 2.5.1-1noble.20260306.003831 Architecture: arm64 Maintainer: Yadunund Installed-Size: 558 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, ros-jazzy-rmf-battery, ros-jazzy-rmf-utils, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-task/ros-jazzy-rmf-task_2.5.1-1noble.20260306.003831_arm64.deb Size: 131216 SHA256: 3c59c2c36970eed314d1490762514f7598fc57f12242f5499293cb28d31f0398 SHA1: 8bef685489e76905137116875260e5a5375fb739 MD5sum: a8a6918ed1cb339923c74ec3cea81cf0 Description: Package for managing tasks in the Robotics Middleware Framework Package: ros-jazzy-rmf-task-dbgsym Package-Type: ddeb Source: ros-jazzy-rmf-task Version: 2.5.1-1noble.20260306.003831 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Yadunund Installed-Size: 4626 Depends: ros-jazzy-rmf-task (= 2.5.1-1noble.20260306.003831) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-task/ros-jazzy-rmf-task-dbgsym_2.5.1-1noble.20260306.003831_arm64.deb Size: 4410108 SHA256: d598cc4a3975770ab4850c830a9ad4c75e9cc3e3adb7721b0ff29564e6de7091 SHA1: a3b311a8c4412dd5b098d9865cdcbb89b7d2df5c MD5sum: 534f2b0fead76eab2d52fce53e3b6cf2 Description: debug symbols for ros-jazzy-rmf-task Build-Ids: f18c64cde17076140ed64a5651704ca0f8a2466e Package: ros-jazzy-rmf-task-msgs Version: 3.3.1-1noble.20260519.190229 Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 5903 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rmf-dispenser-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-task-msgs/ros-jazzy-rmf-task-msgs_3.3.1-1noble.20260519.190229_arm64.deb Size: 387340 SHA256: ce3f6b265213b94da4a1e059c8c53bbec94a020eba61747e47a2116a3f2c92e7 SHA1: 25284c7b858367de72ed76c1d50b1c71d96064c7 MD5sum: 1d8467d6216a3cea457d115aa0b13bb1 Description: A package containing messages used to specify tasks Package: ros-jazzy-rmf-task-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-rmf-task-msgs Version: 3.3.1-1noble.20260519.190229 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 5033 Depends: ros-jazzy-rmf-task-msgs (= 3.3.1-1noble.20260519.190229) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-task-msgs/ros-jazzy-rmf-task-msgs-dbgsym_3.3.1-1noble.20260519.190229_arm64.deb Size: 3969328 SHA256: 06bc6b272c7d68dbd367ce7fd353721d51c4807f9ef798b7be9f55e55ae43288 SHA1: ba889f9515955687a0a22e1b25a0bd97a170a816 MD5sum: 66f9893dfe366256a4b64d60407c0e64 Description: debug symbols for ros-jazzy-rmf-task-msgs Build-Ids: 17f471bfa40b8cc7feac25a47282d4a5ad3ad3d1 1a08b22693909a0f18388748263b059eaeebcc03 1c6d642f5f699369a7e99bf037b3b315fad6a4de 39917d1e24e52efb801c4671177eb4e0319afba6 500af031dcae826c2251c4dc58c7d27b7b32a944 61f494f67018ee3361c71af6c6318aa7b63b14cc 95d993046dafabb1b0a53089610bf3f2c25338c3 a1d3d8e89add45168369a52df1e561d7e925dc9d e5ab33435106b5480cb92bb9efd8e33b4741c5e2 eaa59b3ad12aec026ed0b958a905ee86c1881372 f835264a6c692605124013956cb1983ed80cf951 Package: ros-jazzy-rmf-task-ros2 Version: 2.7.2-1noble.20260520.031950 Architecture: arm64 Maintainer: Yadunund Installed-Size: 2178 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-nlohmann-json-schema-validator-vendor, nlohmann-json3-dev, ros-jazzy-backward-ros, ros-jazzy-rclcpp, ros-jazzy-rmf-api-msgs, ros-jazzy-rmf-task-msgs, ros-jazzy-rmf-traffic, ros-jazzy-rmf-traffic-ros2, ros-jazzy-rmf-utils, ros-jazzy-rmf-websocket, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-task-ros2/ros-jazzy-rmf-task-ros2_2.7.2-1noble.20260520.031950_arm64.deb Size: 343210 SHA256: b1f5573a266b54a0929f3c4be21a4c7cfb794303885e59939641f1a9e9d8817f SHA1: f9a6e09326875d39db57bdb8717ca38168ff45fe MD5sum: 5aa4bd43c042262412953a32f216246c Description: A package managing the dispatching of tasks in RMF system. Package: ros-jazzy-rmf-task-ros2-dbgsym Package-Type: ddeb Source: ros-jazzy-rmf-task-ros2 Version: 2.7.2-1noble.20260520.031950 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Yadunund Installed-Size: 9333 Depends: ros-jazzy-rmf-task-ros2 (= 2.7.2-1noble.20260520.031950) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-task-ros2/ros-jazzy-rmf-task-ros2-dbgsym_2.7.2-1noble.20260520.031950_arm64.deb Size: 7858300 SHA256: e35220f73e678d718e5862b406ea981910e2c1f9ebc44afc95b08aa7ab6e9c7a SHA1: b6e7250fef989e533e73547fe9dd1e1c1ad33e5a MD5sum: ae346b9e711a1f4b872186d6b3da273c Description: debug symbols for ros-jazzy-rmf-task-ros2 Build-Ids: 1d9e6be08d69ef4c358ec3a7f5a0eec9b31ec01b 845441df0c2588f50fba26e876ef50f3d88ea0a6 a992c705b55ae1df5f1213094db515456d04d6a7 Package: ros-jazzy-rmf-task-sequence Version: 2.5.1-1noble.20260306.004602 Architecture: arm64 Maintainer: Grey Installed-Size: 581 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-nlohmann-json-schema-validator-vendor, nlohmann-json3-dev, ros-jazzy-rmf-api-msgs, ros-jazzy-rmf-task, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-task-sequence/ros-jazzy-rmf-task-sequence_2.5.1-1noble.20260306.004602_arm64.deb Size: 144548 SHA256: c591267a55a58a7c1d4e5a6c13cfb652cc11e1f0c6cecfcbd7f39679295f6371 SHA1: b461d80016d59ed8ea5e60afa18c94afc0ffed82 MD5sum: 2d597d15a9bebdf849e6aaffa0593beb Description: Implementation of phase-sequence tasks for the Robotics Middleware Framework Package: ros-jazzy-rmf-task-sequence-dbgsym Package-Type: ddeb Source: ros-jazzy-rmf-task-sequence Version: 2.5.1-1noble.20260306.004602 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Grey Installed-Size: 4753 Depends: ros-jazzy-rmf-task-sequence (= 2.5.1-1noble.20260306.004602) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-task-sequence/ros-jazzy-rmf-task-sequence-dbgsym_2.5.1-1noble.20260306.004602_arm64.deb Size: 4473304 SHA256: 95762be57eb4e3f5c25812263f86a7db7df708a44637f05f59fa129cc168a66d SHA1: c92bfeb608259759f6536f86d25651a0c87f7979 MD5sum: 56746a7b7e028f06c87ededf84db89d1 Description: debug symbols for ros-jazzy-rmf-task-sequence Build-Ids: 49a9529cfd2eb3d8bef383560b0f9a0b9e7f539b Package: ros-jazzy-rmf-traffic Version: 3.3.3-1noble.20260305.234409 Architecture: arm64 Maintainer: Grey Installed-Size: 5412 Depends: libc6 (>= 2.34), libccd2 (>= 2.1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libccd-dev, libeigen3-dev, ros-jazzy-eigen3-cmake-module, ros-jazzy-rmf-utils, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-traffic/ros-jazzy-rmf-traffic_3.3.3-1noble.20260305.234409_arm64.deb Size: 964568 SHA256: ca63e04b2f3ccf7763b39aff727430cfd916a153189cfa9ce14d9d5361895430 SHA1: 1840cb326f2a650e709ed4ce3f250751b2143bb1 MD5sum: e62c7359a8a06df8e096a00c486c27b3 Description: Package for managing traffic in the Robotics Middleware Framework Package: ros-jazzy-rmf-traffic-dbgsym Package-Type: ddeb Source: ros-jazzy-rmf-traffic Version: 3.3.3-1noble.20260305.234409 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Grey Installed-Size: 49416 Depends: ros-jazzy-rmf-traffic (= 3.3.3-1noble.20260305.234409) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-traffic/ros-jazzy-rmf-traffic-dbgsym_3.3.3-1noble.20260305.234409_arm64.deb Size: 45082356 SHA256: 3fe4a46d6273743dda2688a16cfea978c3636f1afe98558295e1ef18b4bb43c9 SHA1: db3ff2f89b3f42a6be176c9c3c09894c30cc266e MD5sum: 434b51ecdb723aa6a017fdac7923c1eb Description: debug symbols for ros-jazzy-rmf-traffic Build-Ids: e3d2d4dfce17787dd80f8348b51f4f5de3de0710 Package: ros-jazzy-rmf-traffic-editor Version: 1.9.2-1noble.20260519.011049 Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 1367 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.14.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-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-traffic-editor/ros-jazzy-rmf-traffic-editor_1.9.2-1noble.20260519.011049_arm64.deb Size: 413710 SHA256: ea80b333d6aea491a7073bd33f5d4c5595399a3976082ba6819dfeb0b4cc87cb SHA1: 24ca592ff1f2a422789776d32aef0e7071828dfc MD5sum: f652f72270153a960cb210829aa1154a Description: traffic editor Package: ros-jazzy-rmf-traffic-editor-assets Version: 1.9.2-1noble.20260305.220644 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 14664 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-traffic-editor-assets/ros-jazzy-rmf-traffic-editor-assets_1.9.2-1noble.20260305.220644_arm64.deb Size: 12103790 SHA256: 27a3c238859ac7201c3839406f9a3589f3d6ba98b4171c40f013f47843fbc646 SHA1: 833b55838d315b576c72eb07eaedd921b08cb1e4 MD5sum: a0c7df9d6adb147e9d0191981316397a Description: Assets for use with traffic_editor. Package: ros-jazzy-rmf-traffic-editor-dbgsym Package-Type: ddeb Source: ros-jazzy-rmf-traffic-editor Version: 1.9.2-1noble.20260519.011049 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 17691 Depends: ros-jazzy-rmf-traffic-editor (= 1.9.2-1noble.20260519.011049) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-traffic-editor/ros-jazzy-rmf-traffic-editor-dbgsym_1.9.2-1noble.20260519.011049_arm64.deb Size: 17125548 SHA256: 51e3bc11f78690ad7b2fac9292ddd144916ff8d44ec5382dde5512b51dca9476 SHA1: cb5fd0878ea8946e0c3a374f259195315c45e019 MD5sum: 709da6a9b001b195c819e3f0644e4830 Description: debug symbols for ros-jazzy-rmf-traffic-editor Build-Ids: 8e2ee0f965e12bca9a9f1ccd128be9bedaf97713 Package: ros-jazzy-rmf-traffic-editor-test-maps Version: 1.9.2-1noble.20260520.103348 Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 267 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-traffic-editor-test-maps/ros-jazzy-rmf-traffic-editor-test-maps_1.9.2-1noble.20260520.103348_arm64.deb Size: 189230 SHA256: b30c61d5b7d8346978cb24d390b6edbde9918c7965a3c905d7934389211b5065 SHA1: 55b91eaca45ca0c29a0daa922982175178d2da00 MD5sum: 7199f231c85ac119609ffecfe66b4402 Description: Some test maps for traffic_editor and rmf_building_map_tools. Package: ros-jazzy-rmf-traffic-examples Version: 3.3.3-1noble.20260306.003248 Architecture: arm64 Maintainer: Grey Installed-Size: 87 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), ros-jazzy-rmf-traffic, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-traffic-examples/ros-jazzy-rmf-traffic-examples_3.3.3-1noble.20260306.003248_arm64.deb Size: 16266 SHA256: 8b966fec87539616fe0962e0df34d96fff48ed5ad90ab8145310cbd23ee7e6d2 SHA1: 615a416e907aee8512f1b30dd9ab5d0e42a8883c MD5sum: 9a7fe86037cee6845095a7989f298e72 Description: Examples of how to use the rmf_traffic library Package: ros-jazzy-rmf-traffic-examples-dbgsym Package-Type: ddeb Source: ros-jazzy-rmf-traffic-examples Version: 3.3.3-1noble.20260306.003248 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Grey Installed-Size: 612 Depends: ros-jazzy-rmf-traffic-examples (= 3.3.3-1noble.20260306.003248) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-traffic-examples/ros-jazzy-rmf-traffic-examples-dbgsym_3.3.3-1noble.20260306.003248_arm64.deb Size: 584476 SHA256: 14177f71389975a0f4dfde819ae5b6f19a55b2d4cae4e891179bfcd953ec722e SHA1: 59679b40c9511c3599e872b9fd292a53abe2b2d8 MD5sum: a321d85bce45a3b9f27b5ce734fd5445 Description: debug symbols for ros-jazzy-rmf-traffic-examples Build-Ids: 94df2d826508c198eca4db9f6ecf0934607c98fe Package: ros-jazzy-rmf-traffic-msgs Version: 3.3.1-1noble.20260519.190347 Architecture: arm64 Maintainer: Grey Installed-Size: 11217 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-traffic-msgs/ros-jazzy-rmf-traffic-msgs_3.3.1-1noble.20260519.190347_arm64.deb Size: 683860 SHA256: b68029e452acb280b5d8f3ce95977f73605f9c83a500207a087c0fa5a09b77ec SHA1: bbf4d4bcbe34a81df1e9542b0d900b007348e4ec MD5sum: 8ff72414f5ad9dde6646b45f4dd9c645 Description: A package containing messages used by the RMF traffic management system. Package: ros-jazzy-rmf-traffic-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-rmf-traffic-msgs Version: 3.3.1-1noble.20260519.190347 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Grey Installed-Size: 9928 Depends: ros-jazzy-rmf-traffic-msgs (= 3.3.1-1noble.20260519.190347) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-traffic-msgs/ros-jazzy-rmf-traffic-msgs-dbgsym_3.3.1-1noble.20260519.190347_arm64.deb Size: 7836854 SHA256: 33b44e9a3cc9636f94af21e6169069ec44fc7a227b75a722da8c75736e060e2e SHA1: e97ad6554cf03db0ff049403dfa8348028e2b8ae MD5sum: 806715be4b911d9a5f59102e47f2d98d Description: debug symbols for ros-jazzy-rmf-traffic-msgs Build-Ids: 13bb2b5dcd050ea9fc56a7fb28af822405748b4f 36aec8f6ba49a4a3a6e612df04594156fa7d325f 378665e6624a89bba9a1a7d26625a7b31f696059 5a0375042bab6db2bb1274e362ae1c8c57bf6f2c 5a6d7ab4324e6c4c8d9530d50098045f7b51ac27 707fd2f61fcfb3277fd0a1cf5777aadf82ee4b78 a8b79ec9117fa6bcf5aaf342ce25cf7b8861b00d b74a7ebe0f93430fb53c3ec9195b7c6ebf96b01d bd20eafdcf7a831bbcc365887f884fae51186db7 c2351f77a831003500f586809f1d426d13b406b4 ff9a77174c6db03736498fbbccdebc876ccf2ae3 Package: ros-jazzy-rmf-traffic-ros2 Version: 2.7.2-1noble.20260519.221342 Architecture: arm64 Maintainer: Grey Installed-Size: 8102 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libproj25 (>= 5.0.0), libstdc++6 (>= 13.1), libuuid1 (>= 2.16), libyaml-cpp0.8 (>= 0.7.0), zlib1g (>= 1:1.1.4), libproj-dev, libyaml-cpp-dev, nlohmann-json3-dev, ros-jazzy-backward-ros, ros-jazzy-rclcpp, ros-jazzy-rmf-building-map-msgs, ros-jazzy-rmf-fleet-msgs, ros-jazzy-rmf-site-map-msgs, ros-jazzy-rmf-traffic, ros-jazzy-rmf-traffic-msgs, ros-jazzy-rmf-utils, uuid-dev, zlib1g-dev, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-traffic-ros2/ros-jazzy-rmf-traffic-ros2_2.7.2-1noble.20260519.221342_arm64.deb Size: 978854 SHA256: 03c3558e5d9916727f1bc069a5ac49e56ed94c86e711718e6f201404529e422f SHA1: 141a306129581a56c6a2a417fec60d0f27f5e3f6 MD5sum: 8ca8fc14659007869625b9fb0c33a550 Description: A package containing messages used by the RMF traffic management system. Package: ros-jazzy-rmf-traffic-ros2-dbgsym Package-Type: ddeb Source: ros-jazzy-rmf-traffic-ros2 Version: 2.7.2-1noble.20260519.221342 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Grey Installed-Size: 38579 Depends: ros-jazzy-rmf-traffic-ros2 (= 2.7.2-1noble.20260519.221342) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-traffic-ros2/ros-jazzy-rmf-traffic-ros2-dbgsym_2.7.2-1noble.20260519.221342_arm64.deb Size: 30937564 SHA256: 1536efe40345384819141c8a9bdffccff45a44f23ce9747684cb0a2e7ec74b98 SHA1: 5a8749535ac960a0aef7eded3e30896393d4a209 MD5sum: 6d3451fba34f93d23a0d90b3b3bb5e26 Description: debug symbols for ros-jazzy-rmf-traffic-ros2 Build-Ids: 0baeedad8621bcf83a2a96e75a33fdf0c8334523 0c49787ea9ac608c89111d5e93e7a1fd19e1a170 4f81be06ca875aa6acf79bd0c2940b74465e1cc3 cd00b2cb5a2faee059bdd68ea6fa5df86e1c9eab e47d6d5873219880926cfe562973c442b4ee23f7 Package: ros-jazzy-rmf-utils Version: 1.6.2-1noble.20260305.202548 Architecture: arm64 Maintainer: Grey Installed-Size: 878 Depends: libstdc++6 (>= 5), ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-utils/ros-jazzy-rmf-utils_1.6.2-1noble.20260305.202548_arm64.deb Size: 132074 SHA256: b54c3032756ee420ed53afd00d94782f751b7d1a9fcf8733eca1680cb5269ccc SHA1: 4073b32c23ab2decb8a38e3fcc691eb58a3112c6 MD5sum: 62f7c969e63c1bd6ee548bf8da38bd5f Description: Simple C++ programming utilities used by Robotics Middleware Framework packages Package: ros-jazzy-rmf-utils-dbgsym Package-Type: ddeb Source: ros-jazzy-rmf-utils Version: 1.6.2-1noble.20260305.202548 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Grey Installed-Size: 35 Depends: ros-jazzy-rmf-utils (= 1.6.2-1noble.20260305.202548) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-utils/ros-jazzy-rmf-utils-dbgsym_1.6.2-1noble.20260305.202548_arm64.deb Size: 20746 SHA256: 8a0156a7d4a4a01d92a55d735a90c8e27c90ba1ee290919d59263431d7b5ce70 SHA1: 34bd3b8af669ded5cb6b3820fd39bb248165ad54 MD5sum: a8c53e8306900ebd2b0a820d2e5836c1 Description: debug symbols for ros-jazzy-rmf-utils Build-Ids: 0a636f0f65bdc43419db7d25c9f7706a694b1e46 Package: ros-jazzy-rmf-visualization Version: 2.3.2-1noble.20260520.135630 Architecture: arm64 Maintainer: Yadunund Installed-Size: 46 Depends: ros-jazzy-launch-xml, ros-jazzy-rmf-visualization-building-systems, ros-jazzy-rmf-visualization-fleet-states, ros-jazzy-rmf-visualization-floorplans, ros-jazzy-rmf-visualization-navgraphs, ros-jazzy-rmf-visualization-obstacles, ros-jazzy-rmf-visualization-rviz2-plugins, ros-jazzy-rmf-visualization-schedule, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-visualization/ros-jazzy-rmf-visualization_2.3.2-1noble.20260520.135630_arm64.deb Size: 6852 SHA256: 744368dfb3d7d91735935612113af3f0f0fb10655a949f6633f317cb72cf3349 SHA1: 72aed318a2d3b26f1ac9a055bcf5bb3d0d6d8d05 MD5sum: 8b855a99e2b6f95b85ee61580bfd383a Description: Package containing a single launch file to bringup various visualizations Package: ros-jazzy-rmf-visualization-building-systems Version: 2.3.2-1noble.20260519.195915 Architecture: arm64 Maintainer: Yadunund Installed-Size: 64 Depends: ros-jazzy-geometry-msgs, ros-jazzy-rmf-building-map-msgs, ros-jazzy-rmf-door-msgs, ros-jazzy-rmf-lift-msgs, ros-jazzy-rmf-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-visualization-building-systems/ros-jazzy-rmf-visualization-building-systems_2.3.2-1noble.20260519.195915_arm64.deb Size: 12508 SHA256: ae3f86825b13378b6c3d6430fc200c00c9a452d540a66c9d4e66ec6fe6d985f7 SHA1: 6e0306022c884f0d2529443a7027c01ae1633bfe MD5sum: 2d3410e311050324af00bb682c7a7ff5 Description: A visualizer for doors and lifts Package: ros-jazzy-rmf-visualization-fleet-states Version: 2.3.2-1noble.20260519.220924 Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 822 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rmf-fleet-msgs, ros-jazzy-rmf-visualization-msgs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-visualization-fleet-states/ros-jazzy-rmf-visualization-fleet-states_2.3.2-1noble.20260519.220924_arm64.deb Size: 141896 SHA256: 3c7aee4613c1e9162cdae5cb2508448a9d06066862b701eaa25a942f7a78cdd7 SHA1: 9774e03f1b0652c10c7ad9ebf5a54d5d402bbdc5 MD5sum: d92d692d9b3e6f995fbb65be0e4ab01b Description: A package to visualize positions of robots from different fleets in the a building Package: ros-jazzy-rmf-visualization-fleet-states-dbgsym Package-Type: ddeb Source: ros-jazzy-rmf-visualization-fleet-states Version: 2.3.2-1noble.20260519.220924 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 3644 Depends: ros-jazzy-rmf-visualization-fleet-states (= 2.3.2-1noble.20260519.220924) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-visualization-fleet-states/ros-jazzy-rmf-visualization-fleet-states-dbgsym_2.3.2-1noble.20260519.220924_arm64.deb Size: 3026156 SHA256: e582263c1b3a27b9a3e70a9dc7772dd01c4fed538db206aa9a134c4b5511093e SHA1: 8bf821a0ec9b7112e9eb70d786d1e1c9c16a9c40 MD5sum: 997343d4c6f04ec8e4ca97a76028519b Description: debug symbols for ros-jazzy-rmf-visualization-fleet-states Build-Ids: c234a92027b6a76af2271a193dcafcc4391a8d89 f1a30b5e89da53578dcac89cd1f32e9b9b4367b0 Package: ros-jazzy-rmf-visualization-floorplans Version: 2.3.2-1noble.20260519.221011 Architecture: arm64 Maintainer: Yadunund Installed-Size: 821 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libeigen3-dev, libopencv-dev, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rmf-building-map-msgs, ros-jazzy-rmf-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-visualization-floorplans/ros-jazzy-rmf-visualization-floorplans_2.3.2-1noble.20260519.221011_arm64.deb Size: 139258 SHA256: 03aab5cf8931ef43c24fa600c5fa735d5fc2342b095077f6c8f520a3cb2c9340 SHA1: 0df2994a2a1888527ea169822ad576947852bfc3 MD5sum: 775a5ca405bae9dfb8de0db5de8c28cb Description: A package to visualize the floorplans for levels in a building Package: ros-jazzy-rmf-visualization-floorplans-dbgsym Package-Type: ddeb Source: ros-jazzy-rmf-visualization-floorplans Version: 2.3.2-1noble.20260519.221011 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Yadunund Installed-Size: 3862 Depends: ros-jazzy-rmf-visualization-floorplans (= 2.3.2-1noble.20260519.221011) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-visualization-floorplans/ros-jazzy-rmf-visualization-floorplans-dbgsym_2.3.2-1noble.20260519.221011_arm64.deb Size: 3246190 SHA256: 81dab0581310f662cea2997f75746c6206a002c65ac5b3ecf3cfd236d86bdb1a SHA1: e6d34eb76b51ff30a6482257b5e136f0863672be MD5sum: 716d2febc2e22f70573d176a7c214f85 Description: debug symbols for ros-jazzy-rmf-visualization-floorplans Build-Ids: 92ccb9b4572ef16a4da23a956a182001292fe6de d9a4b73e66a95ca9f0237b08f0a82980a0fe23a2 Package: ros-jazzy-rmf-visualization-msgs Version: 1.4.1-1noble.20260519.040306 Architecture: arm64 Maintainer: yadu Installed-Size: 1000 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-visualization-msgs/ros-jazzy-rmf-visualization-msgs_1.4.1-1noble.20260519.040306_arm64.deb Size: 43322 SHA256: 949f8dde73e9a45402e32e47b3d6568b0de212f3e1aa5af92a38081413d19918 SHA1: b2eb02cd648ed9f2251095e0bae8f80442f86c00 MD5sum: a988b234b13a9aaa5420e89ddda4647b Description: A package containing messages used for visualizations Package: ros-jazzy-rmf-visualization-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-rmf-visualization-msgs Version: 1.4.1-1noble.20260519.040306 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: yadu Installed-Size: 292 Depends: ros-jazzy-rmf-visualization-msgs (= 1.4.1-1noble.20260519.040306) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-visualization-msgs/ros-jazzy-rmf-visualization-msgs-dbgsym_1.4.1-1noble.20260519.040306_arm64.deb Size: 184272 SHA256: 3ddf0bfe69909e98cdddfb2b14158ef728ace532111eaa0077158223678180d4 SHA1: d5777d816a1b37fd4a702f457a4a544cb16f324d MD5sum: e0cff5a0dce6e0065e05cb12ed2e3c5f Description: debug symbols for ros-jazzy-rmf-visualization-msgs Build-Ids: 1847d39fc295c8f4fcb678bfba244db29987e163 25dea41c571d4a9a50dbf73c399d7bada125888f 341cb1b5a5a7381cd43d002d24e02cbe21816318 3e36ad1862d23e70e910af795ec58475e3402829 7bdd9e6414e3ef1e9d346d2a95f29a2bf176c023 7d4a3091d4b43cbf2910927cb15cd9f173aa96e8 7f8ac60a8b4b8a0585f0dcb391813cb5f51f56e1 b20b9fa7e2c62cdc0690c9d2de15779cd1f8d78e ca1ff96d018ecf93e43ba236a6012403e9fdd4b0 d4929e6c607184c4e4c9ef06949fb062ba433bef f62c76a03b11b28cc3600a572d4fae44e3d09e13 Package: ros-jazzy-rmf-visualization-navgraphs Version: 2.3.2-1noble.20260519.223601 Architecture: arm64 Maintainer: Yadunund Installed-Size: 1077 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rmf-building-map-msgs, ros-jazzy-rmf-fleet-msgs, ros-jazzy-rmf-traffic, ros-jazzy-rmf-traffic-ros2, ros-jazzy-rmf-visualization-msgs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-visualization-navgraphs/ros-jazzy-rmf-visualization-navgraphs_2.3.2-1noble.20260519.223601_arm64.deb Size: 178278 SHA256: 67e3232658c0cadb6d4917314566a52ca4f3791f34ff7aa15be806f5541c46dd SHA1: f4923601e1f4b792d0480a901a963890977b829e MD5sum: 39c7c03e1ffd178c988070afe9784e80 Description: A package to visualiize the navigation graphs of fleets Package: ros-jazzy-rmf-visualization-navgraphs-dbgsym Package-Type: ddeb Source: ros-jazzy-rmf-visualization-navgraphs Version: 2.3.2-1noble.20260519.223601 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Yadunund Installed-Size: 4945 Depends: ros-jazzy-rmf-visualization-navgraphs (= 2.3.2-1noble.20260519.223601) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-visualization-navgraphs/ros-jazzy-rmf-visualization-navgraphs-dbgsym_2.3.2-1noble.20260519.223601_arm64.deb Size: 4088782 SHA256: 4f0a6aa1a0f12afb5e3b2459b2d15f21e5b88eefdfa4450a5955840e53cc15dc SHA1: 59258b2aed6f4359bdee0ec9a1247c374d08b0c9 MD5sum: 8a008ee6e0b0d6c4fe8c25cdac9c5ded Description: debug symbols for ros-jazzy-rmf-visualization-navgraphs Build-Ids: 0b6ae63aea1352567aefdca17913a61ebf386de2 7e1cb4191f44995800c12bf6ea2bb61a1a4222bd Package: ros-jazzy-rmf-visualization-obstacles Version: 2.3.2-1noble.20260519.221231 Architecture: arm64 Maintainer: Yadunund Installed-Size: 821 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rmf-obstacle-msgs, ros-jazzy-rmf-visualization-msgs, ros-jazzy-vision-msgs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-visualization-obstacles/ros-jazzy-rmf-visualization-obstacles_2.3.2-1noble.20260519.221231_arm64.deb Size: 139174 SHA256: 7d95d855c3022e7bb05407984c222f2765f04ee3f2ced071763aaf8e57898791 SHA1: 5bdf6560cf349f41873803e055c06ee709ccd03b MD5sum: 431c741e687f58a4e9fb8592cf5c4499 Description: A visualizer for obstacles in RMF Package: ros-jazzy-rmf-visualization-obstacles-dbgsym Package-Type: ddeb Source: ros-jazzy-rmf-visualization-obstacles Version: 2.3.2-1noble.20260519.221231 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Yadunund Installed-Size: 3575 Depends: ros-jazzy-rmf-visualization-obstacles (= 2.3.2-1noble.20260519.221231) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-visualization-obstacles/ros-jazzy-rmf-visualization-obstacles-dbgsym_2.3.2-1noble.20260519.221231_arm64.deb Size: 2958246 SHA256: eed1480d377ba0777da50f663668f9cc9c2a82b1c128d2af283ba831a95f4cb3 SHA1: fbda53896177318837b39f76d374402dffc7510c MD5sum: db7540080e8cae5b69d86a1e75a10081 Description: debug symbols for ros-jazzy-rmf-visualization-obstacles Build-Ids: 8fb33a5f330470e1714885f411f4905160b4247e e6439d439db3df460e77cbd32c79e8d23734d1b6 Package: ros-jazzy-rmf-visualization-rviz2-plugins Version: 2.3.2-1noble.20260520.134858 Architecture: arm64 Maintainer: Yadunund Installed-Size: 1481 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.3.0), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libqt5core5a, libqt5gui5, libqt5widgets5, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-resource-retriever, ros-jazzy-rmf-door-msgs, ros-jazzy-rmf-lift-msgs, ros-jazzy-rmf-traffic-ros2, ros-jazzy-rmf-visualization-msgs, ros-jazzy-rviz-common, ros-jazzy-rviz-default-plugins, ros-jazzy-rviz-rendering, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-visualization-rviz2-plugins/ros-jazzy-rmf-visualization-rviz2-plugins_2.3.2-1noble.20260520.134858_arm64.deb Size: 235852 SHA256: 33f1002de456efb9b07e93aa669796ed8598d5a0cbb969a30c9f36b1878c1ccc SHA1: 32c342baf82a89cafaf84d05901545fc4645eee6 MD5sum: 908a5e669c0bb0ff3dbc5583477f809d Description: A package containing RViz2 plugins for RMF Package: ros-jazzy-rmf-visualization-rviz2-plugins-dbgsym Package-Type: ddeb Source: ros-jazzy-rmf-visualization-rviz2-plugins Version: 2.3.2-1noble.20260520.134858 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Yadunund Installed-Size: 7583 Depends: ros-jazzy-rmf-visualization-rviz2-plugins (= 2.3.2-1noble.20260520.134858) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-visualization-rviz2-plugins/ros-jazzy-rmf-visualization-rviz2-plugins-dbgsym_2.3.2-1noble.20260520.134858_arm64.deb Size: 6323840 SHA256: 1d1326fcee234acdb8d13db23b2fed3875d943358c9d259a2a1fedc4f1d7f7a5 SHA1: da8d65bc8a2cab95da80ea0593ea533c7ea39708 MD5sum: e8c725937231760292bfc62f5cbec6d3 Description: debug symbols for ros-jazzy-rmf-visualization-rviz2-plugins Build-Ids: 4ca77e692e2604e1d3ccc9a8368e1d24649ae6e8 Package: ros-jazzy-rmf-visualization-schedule Version: 2.3.2-1noble.20260519.223536 Architecture: arm64 Maintainer: Yadunund Installed-Size: 3936 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-dev, libeigen3-dev, libssl-dev, libwebsocketpp-dev, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rmf-traffic, ros-jazzy-rmf-traffic-msgs, ros-jazzy-rmf-traffic-ros2, ros-jazzy-rmf-visualization-msgs, ros-jazzy-rosidl-default-generators, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-visualization-schedule/ros-jazzy-rmf-visualization-schedule_2.3.2-1noble.20260519.223536_arm64.deb Size: 594054 SHA256: e60a9a8b31ca982124087390ba3d4af668ed958dcf6cb9a2787c19eaf378562f SHA1: 5d9698186846bcb122b33ee4312d958d35012a0e MD5sum: 92ab5e76c52d1d4a3f0c43d40f133091 Description: A visualizer for trajectories in rmf schedule Package: ros-jazzy-rmf-visualization-schedule-dbgsym Package-Type: ddeb Source: ros-jazzy-rmf-visualization-schedule Version: 2.3.2-1noble.20260519.223536 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Yadunund Installed-Size: 9851 Depends: ros-jazzy-rmf-visualization-schedule (= 2.3.2-1noble.20260519.223536) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-visualization-schedule/ros-jazzy-rmf-visualization-schedule-dbgsym_2.3.2-1noble.20260519.223536_arm64.deb Size: 8519262 SHA256: 1faf3c8a4ebbc877d9a6d3c7496fe2c44f6d3170e8e52928f195e64915762f9b SHA1: f8d36abd9826d171c0ad9571a6fbb2f115be9361 MD5sum: 3518e5eaf717e6700f2b0c14f1cd0acb Description: debug symbols for ros-jazzy-rmf-visualization-schedule Build-Ids: 1f501e8eadbe6055d6e27b3305a86a7d41ba7774 8a38723fed7d2705214f0f218eb62e6a46302450 f3b1d3dc7d64cf78c1a3d07dc66cf9da7ea7a478 f629ee0ca68cd6c9e090755d18ab958635f81510 Package: ros-jazzy-rmf-websocket Version: 2.7.2-1noble.20260520.031417 Architecture: arm64 Maintainer: Yadunund Installed-Size: 1034 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-all-dev, libwebsocketpp-dev, nlohmann-json3-dev, ros-jazzy-nlohmann-json-schema-validator-vendor, ros-jazzy-rclcpp, ros-jazzy-rmf-utils, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-websocket/ros-jazzy-rmf-websocket_2.7.2-1noble.20260520.031417_arm64.deb Size: 270518 SHA256: 35ed427347a6e5bfee8e736f72b5ac7bc338085969b96d838231968de6c5027c SHA1: 7957103124495ddeac6bf2725073769f7878c2c8 MD5sum: c700b8303933e5721d7916b9e206d7d5 Description: A package managing the websocket api endpoints in RMF system. Package: ros-jazzy-rmf-websocket-dbgsym Package-Type: ddeb Source: ros-jazzy-rmf-websocket Version: 2.7.2-1noble.20260520.031417 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Yadunund Installed-Size: 4863 Depends: ros-jazzy-rmf-websocket (= 2.7.2-1noble.20260520.031417) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-websocket/ros-jazzy-rmf-websocket-dbgsym_2.7.2-1noble.20260520.031417_arm64.deb Size: 4265248 SHA256: fd1552b1eef1eb4bd6f95bcc58a1c28242b915a18d3c90798d148aa3aa57ca9e SHA1: 97ee73b5f838730e81306a7f3b55da3ccd6ce797 MD5sum: 181f860097426bf7c1d229bca39c54a2 Description: debug symbols for ros-jazzy-rmf-websocket Build-Ids: 463163dfdc1620bb42ed35efa8fe0a753c4941e1 Package: ros-jazzy-rmf-workcell-msgs Version: 3.3.1-1noble.20260519.042006 Architecture: arm64 Maintainer: Aaron Chong Installed-Size: 1558 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-workcell-msgs/ros-jazzy-rmf-workcell-msgs_3.3.1-1noble.20260519.042006_arm64.deb Size: 103364 SHA256: 9d105d9f174ceb25fa289eb0401d810b879103de76d068b101db43796df3118c SHA1: edccdd731e5d933ee46e86f7db148966df7b406c MD5sum: f0463024b8626d0fe98b734fadabc006 Description: A package containing messages used by all workcells generically to interfact with rmf_core Package: ros-jazzy-rmf-workcell-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-rmf-workcell-msgs Version: 3.3.1-1noble.20260519.042006 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aaron Chong Installed-Size: 1037 Depends: ros-jazzy-rmf-workcell-msgs (= 3.3.1-1noble.20260519.042006) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-workcell-msgs/ros-jazzy-rmf-workcell-msgs-dbgsym_3.3.1-1noble.20260519.042006_arm64.deb Size: 795760 SHA256: 4453e999038f084dea62627e810761100095673eddcd4ed6f78d1399dadfe1f9 SHA1: 25e61938dea8ee2184464a98ef924fdaf2eca682 MD5sum: 579030f7fd1925acf4379f1250b02687 Description: debug symbols for ros-jazzy-rmf-workcell-msgs Build-Ids: 0aaae7654b432a4d633932893c2dd49e3584a3a9 0c5ec55f70dd0a7909fa21dca089f1db8f5d7a1f 14fec0f0740b30ab530258e1a745c648f0951777 1a59f541bac02e56b9b0596373c987148a76433f 274e13ea61c97a6414957f5887433361fd34d568 34edc3d881999053a4a73ad7d577ec30acad5ead 4525bae73a58971425fedaea1170806b69e9bfef 4ea71dff26c252b50e9b5249f2f45423804299f1 5333871de5008f11d8a995c250dad2efc29c133d 56e055ec1aad103e225552f6da343defdf888795 ccd7d7bf6a418187483b1c86fe5071ae5f588745 Package: ros-jazzy-rmw Version: 7.3.3-1noble.20260305.232457 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 548 Depends: libc6 (>= 2.17), ros-jazzy-rcutils, ros-jazzy-rosidl-dynamic-typesupport, ros-jazzy-rosidl-runtime-c, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw/ros-jazzy-rmw_7.3.3-1noble.20260305.232457_arm64.deb Size: 72502 SHA256: 0a221693b2a75462f2730fe99fe635e8c9c0b778a61339757eab9c2cf67b3aef SHA1: d55535202ec7d3409935fac20ffc74469a14c6e9 MD5sum: e9943a67c8b19182c95b63c1ecc411b8 Description: Contains the ROS middleware API. Package: ros-jazzy-rmw-connextdds Version: 0.22.3-1noble.20260519.202257 Architecture: arm64 Maintainer: Andrea Sorbini Installed-Size: 43 Depends: ros-jazzy-rmw-connextdds-common, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-connextdds/ros-jazzy-rmw-connextdds_0.22.3-1noble.20260519.202257_arm64.deb Size: 7292 SHA256: c1890b0b3dd6c1df0e2e1feba975377f901ee788e689ae08d7ec7f6659621c5b SHA1: 8cb75dabdf47555e1cf4daf3358b65e2c4ff870a MD5sum: 187a8b77334f67942bda2d8fa4621517 Description: A ROS 2 RMW implementation built with RTI Connext DDS Professional. Package: ros-jazzy-rmw-connextdds-common Version: 0.22.3-1noble.20260519.194946 Architecture: arm64 Maintainer: Andrea Sorbini Installed-Size: 200 Depends: ros-jazzy-fastcdr, ros-jazzy-rcpputils, ros-jazzy-rcutils, ros-jazzy-rmw, ros-jazzy-rmw-dds-common, ros-jazzy-rosidl-runtime-c, ros-jazzy-rosidl-runtime-cpp, ros-jazzy-rosidl-typesupport-fastrtps-c, ros-jazzy-rosidl-typesupport-fastrtps-cpp, ros-jazzy-rosidl-typesupport-introspection-c, ros-jazzy-rosidl-typesupport-introspection-cpp, ros-jazzy-rti-connext-dds-cmake-module, ros-jazzy-tracetools, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-connextdds-common/ros-jazzy-rmw-connextdds-common_0.22.3-1noble.20260519.194946_arm64.deb Size: 29750 SHA256: 9b2e0016d126e97cd4ba2ec2fe07e6f2b8ab11ccc626f9a83aeb2b11a4bd7c71 SHA1: cb96802a33f3ea1eb720d66fa736f525b729e5a8 MD5sum: 4d6de632a5ae3ab9d77a5264df547111 Description: Common source for RMW implementations built with RTI Connext DDS Professional and RTI Connext DDS Micro. Package: ros-jazzy-rmw-cyclonedds-cpp Version: 2.2.3-1noble.20260519.195010 Architecture: arm64 Maintainer: Erik Boasson Installed-Size: 527 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-cyclonedds, ros-jazzy-iceoryx-binding-c, ros-jazzy-rcpputils, ros-jazzy-rcutils, ros-jazzy-rmw, ros-jazzy-rmw-dds-common, ros-jazzy-rosidl-runtime-c, ros-jazzy-rosidl-typesupport-introspection-c, ros-jazzy-rosidl-typesupport-introspection-cpp, ros-jazzy-tracetools, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-cyclonedds-cpp/ros-jazzy-rmw-cyclonedds-cpp_2.2.3-1noble.20260519.195010_arm64.deb Size: 165148 SHA256: 9c5f0021d64457f6430b7b08ec6a1f81d41ba9b2111ec72f48c58f95bc414160 SHA1: 9c28eb7328eb786ef98618ee8cd46ddf3fa800ab MD5sum: 97e8b7cf5d7e21d468721dd43f8d9fa2 Description: Implement the ROS middleware interface using Eclipse CycloneDDS in C++. Package: ros-jazzy-rmw-cyclonedds-cpp-dbgsym Package-Type: ddeb Source: ros-jazzy-rmw-cyclonedds-cpp Version: 2.2.3-1noble.20260519.195010 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Erik Boasson Installed-Size: 2359 Depends: ros-jazzy-rmw-cyclonedds-cpp (= 2.2.3-1noble.20260519.195010) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-cyclonedds-cpp/ros-jazzy-rmw-cyclonedds-cpp-dbgsym_2.2.3-1noble.20260519.195010_arm64.deb Size: 2140710 SHA256: d45b9c06366fa16d1ecc6d7286dcc9b73f3c48ab23beff34f8ec77e2aac70d78 SHA1: 6df0271609f43cea13955f601633b17be81e2c30 MD5sum: 5aab24ed3f90bc7a85f8ea6579dc8975 Description: debug symbols for ros-jazzy-rmw-cyclonedds-cpp Build-Ids: 6f8b87df1ae8191c934e9b0fdc455f49ea49d984 Package: ros-jazzy-rmw-dbgsym Package-Type: ddeb Source: ros-jazzy-rmw Version: 7.3.3-1noble.20260305.232457 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 74 Depends: ros-jazzy-rmw (= 7.3.3-1noble.20260305.232457) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw/ros-jazzy-rmw-dbgsym_7.3.3-1noble.20260305.232457_arm64.deb Size: 36392 SHA256: 88f5c16cbfdca96f96fc328fd722153ec0aa20be4c87875937c9e455d3fc7b29 SHA1: 86cd94582155ef75797aecd862de2e2cbba4534e MD5sum: 8db2342cda774a635ea7492badfa50ea Description: debug symbols for ros-jazzy-rmw Build-Ids: a6810e436aa8a036a8fa9c14672348d1205e2425 Package: ros-jazzy-rmw-dds-common Version: 3.1.1-1noble.20260519.194538 Architecture: arm64 Maintainer: Ivan Paunovic Installed-Size: 1411 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-jazzy-fastcdr, ros-jazzy-rcpputils, ros-jazzy-rcutils, ros-jazzy-rmw, ros-jazzy-rosidl-default-runtime, ros-jazzy-rosidl-runtime-c, ros-jazzy-rosidl-runtime-cpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-dds-common/ros-jazzy-rmw-dds-common_3.1.1-1noble.20260519.194538_arm64.deb Size: 118700 SHA256: 32330077cdd3db4d278c6f44fa410043c794ab902ff7267bfb2866117e531ee5 SHA1: ef895445cd049e35ca333e5860c82a32e06fae2f MD5sum: f8b2aca226173b84622d67de729e9696 Description: Define a common interface between DDS implementations of ROS middleware. Package: ros-jazzy-rmw-dds-common-dbgsym Package-Type: ddeb Source: ros-jazzy-rmw-dds-common Version: 3.1.1-1noble.20260519.194538 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Ivan Paunovic Installed-Size: 1278 Depends: ros-jazzy-rmw-dds-common (= 3.1.1-1noble.20260519.194538) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-dds-common/ros-jazzy-rmw-dds-common-dbgsym_3.1.1-1noble.20260519.194538_arm64.deb Size: 1068206 SHA256: dad0372fd96a90c282338085fbedbd1b0dc293b4d9087489e38644fd4a1e540c SHA1: 9afa50361e4f6b70db1ba2cb181422cd3151ae8d MD5sum: b83c4855253266bdba4e9680b3ad88b7 Description: debug symbols for ros-jazzy-rmw-dds-common Build-Ids: 052161fa795b03976a800e2ba4c18d29671c45f6 11224ba2da80e0ed9401f604c5b416d8409fdb65 416b95d57a2b2e70c0e86258f04b4b1f45250466 441b6c686be15c23564b1578fe65d49c345bb950 453ce16d42bfdb69c5d6f5756ebaf85a5e2d8aa6 62194a2ff454b3c71ec5f513de25891a74b71f4e 7099e4d5170b5a085574f3f272951e88df7d4857 7358cd1b980d22aa478f4e8dd26f6835ce386e4e 8d0d19c16f537ecefd3043fe51a93436fe900d07 aea8031d3ef5d4afa7aec4a97262fd64385372b0 de00f48e21f25dd91525a4e70a0cf813dfcc5eec ee5b5f6dc246561cdae7664136f66a9ac0527531 Package: ros-jazzy-rmw-desert Version: 2.0.3-1noble.20260519.195013 Architecture: arm64 Maintainer: Davide Costa Installed-Size: 449 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ament-cmake, ros-jazzy-rcpputils, ros-jazzy-rcutils, ros-jazzy-rmw, ros-jazzy-rmw-dds-common, ros-jazzy-rosidl-cmake, ros-jazzy-rosidl-runtime-c, ros-jazzy-rosidl-typesupport-introspection-c, ros-jazzy-rosidl-typesupport-introspection-cpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-desert/ros-jazzy-rmw-desert_2.0.3-1noble.20260519.195013_arm64.deb Size: 132906 SHA256: 78d30aa280867c673d18c364d20a4acf277db1f74ede6f524cceec8167af0031 SHA1: 57cfac1f956cac34e093c4fa3b8b906de81d2333 MD5sum: 01bc255237573476479366ecc1fbbdc2 Description: Implement the ROS middleware interface using the DESERT protocol stack for underwater communications. Package: ros-jazzy-rmw-desert-dbgsym Package-Type: ddeb Source: ros-jazzy-rmw-desert Version: 2.0.3-1noble.20260519.195013 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Davide Costa Installed-Size: 3362 Depends: ros-jazzy-rmw-desert (= 2.0.3-1noble.20260519.195013) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-desert/ros-jazzy-rmw-desert-dbgsym_2.0.3-1noble.20260519.195013_arm64.deb Size: 3099220 SHA256: 89ff6eb3072504815add990fbacbb8b296ceb8d36db165e8fc6667c02b4dc705 SHA1: fde92a7f6a868b92addb2fa37a96549d3e57dd48 MD5sum: 20fc1fc91ccb5b7a2309ab83c7d08f37 Description: debug symbols for ros-jazzy-rmw-desert Build-Ids: d4c36e5ddca9a256d3b61f328076ad555a2bb55c Package: ros-jazzy-rmw-fastrtps-cpp Version: 8.4.3-1noble.20260519.202456 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 359 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-fastcdr, ros-jazzy-fastrtps, ros-jazzy-ament-cmake, ros-jazzy-fastrtps-cmake-module, ros-jazzy-rcpputils, ros-jazzy-rcutils, ros-jazzy-rmw, ros-jazzy-rmw-dds-common, ros-jazzy-rmw-fastrtps-shared-cpp, ros-jazzy-rosidl-dynamic-typesupport, ros-jazzy-rosidl-dynamic-typesupport-fastrtps, ros-jazzy-rosidl-runtime-c, ros-jazzy-rosidl-runtime-cpp, ros-jazzy-rosidl-typesupport-fastrtps-c, ros-jazzy-rosidl-typesupport-fastrtps-cpp, ros-jazzy-tracetools, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-fastrtps-cpp/ros-jazzy-rmw-fastrtps-cpp_8.4.3-1noble.20260519.202456_arm64.deb Size: 93598 SHA256: d252e7592fdfb02a209e72fcec0e0f46cb1ccb54caa1030eecd364bc3ee9cc0e SHA1: 6198cce4d9b3a28e6000e4dfcaac5eb083ffb46d MD5sum: fa979266de796132aee216df94120c21 Description: Implement the ROS middleware interface using eProsima FastRTPS static code generation in C++. Package: ros-jazzy-rmw-fastrtps-cpp-dbgsym Package-Type: ddeb Source: ros-jazzy-rmw-fastrtps-cpp Version: 8.4.3-1noble.20260519.202456 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 3283 Depends: ros-jazzy-rmw-fastrtps-cpp (= 8.4.3-1noble.20260519.202456) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-fastrtps-cpp/ros-jazzy-rmw-fastrtps-cpp-dbgsym_8.4.3-1noble.20260519.202456_arm64.deb Size: 2900732 SHA256: cca00fc6aa25d4ae7efdfaba41a14cf00392ef71803510f9d0c768f4f29ea93b SHA1: 4da24cf367bfb61ebff9accdb98bf9a37ea8a8d4 MD5sum: b582fa8e242aa87ca4a23e07bb51c7d5 Description: debug symbols for ros-jazzy-rmw-fastrtps-cpp Build-Ids: f8e2bbdb26eb3001632d8a1809b757c757060e9d Package: ros-jazzy-rmw-fastrtps-dynamic-cpp Version: 8.4.3-1noble.20260519.195916 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 414 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-fastcdr, ros-jazzy-fastrtps, ros-jazzy-ament-cmake, ros-jazzy-fastrtps-cmake-module, ros-jazzy-rcpputils, ros-jazzy-rcutils, ros-jazzy-rmw, ros-jazzy-rmw-dds-common, ros-jazzy-rmw-fastrtps-shared-cpp, ros-jazzy-rosidl-runtime-c, ros-jazzy-rosidl-typesupport-introspection-c, ros-jazzy-rosidl-typesupport-introspection-cpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-fastrtps-dynamic-cpp/ros-jazzy-rmw-fastrtps-dynamic-cpp_8.4.3-1noble.20260519.195916_arm64.deb Size: 112700 SHA256: 3b484df87273f6262f38368661542603e15172bd3283a4a34f9557402ecedf8d SHA1: 2aaa5416fb26a564f846c2fac05dd2ee74a9cda0 MD5sum: 1bf117eab9d2fff50f18b21671b9a0eb Description: Implement the ROS middleware interface using introspection type support. Package: ros-jazzy-rmw-fastrtps-dynamic-cpp-dbgsym Package-Type: ddeb Source: ros-jazzy-rmw-fastrtps-dynamic-cpp Version: 8.4.3-1noble.20260519.195916 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 3825 Depends: ros-jazzy-rmw-fastrtps-dynamic-cpp (= 8.4.3-1noble.20260519.195916) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-fastrtps-dynamic-cpp/ros-jazzy-rmw-fastrtps-dynamic-cpp-dbgsym_8.4.3-1noble.20260519.195916_arm64.deb Size: 3377514 SHA256: f7e4b8a7f18638b7083d226167fa4b93dac09ee54b3216230dbd766bd7d997c2 SHA1: b22e68839bd42f90cb741c881eb95e5cd5e2f6f0 MD5sum: 3b0a1a2188371d5c20414471c7bbf419 Description: debug symbols for ros-jazzy-rmw-fastrtps-dynamic-cpp Build-Ids: 56778ccd8be47b23ba8a62d3a43c091ce5cfa22f Package: ros-jazzy-rmw-fastrtps-shared-cpp Version: 8.4.3-1noble.20260519.194930 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 640 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-fastcdr, ros-jazzy-fastrtps, ros-jazzy-ament-cmake, ros-jazzy-fastrtps-cmake-module, ros-jazzy-rcpputils, ros-jazzy-rcutils, ros-jazzy-rmw, ros-jazzy-rmw-dds-common, ros-jazzy-rosidl-dynamic-typesupport, ros-jazzy-rosidl-typesupport-introspection-c, ros-jazzy-rosidl-typesupport-introspection-cpp, ros-jazzy-tracetools, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-fastrtps-shared-cpp/ros-jazzy-rmw-fastrtps-shared-cpp_8.4.3-1noble.20260519.194930_arm64.deb Size: 169086 SHA256: a34f6e97b085cc6009fbd17d96cd8ff3a57f2e52f2170800e1026803fed577fc SHA1: e4ce165fc1961dfa545cbf2a79d3a4c4032e2a39 MD5sum: 81ebea9d86daf0ff5edd3ede34e21585 Description: Code shared on static and dynamic type support of rmw_fastrtps_cpp. Package: ros-jazzy-rmw-fastrtps-shared-cpp-dbgsym Package-Type: ddeb Source: ros-jazzy-rmw-fastrtps-shared-cpp Version: 8.4.3-1noble.20260519.194930 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 6341 Depends: ros-jazzy-rmw-fastrtps-shared-cpp (= 8.4.3-1noble.20260519.194930) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-fastrtps-shared-cpp/ros-jazzy-rmw-fastrtps-shared-cpp-dbgsym_8.4.3-1noble.20260519.194930_arm64.deb Size: 5779322 SHA256: 104a373604c22eb7ba5f315485a769999be7b514556aaf593efa74e539dbeff6 SHA1: bc72ba2dc6645b9c906f0a73986e180afd6379f2 MD5sum: 61ea17c6305efe7d5e8cbc7505f2249e Description: debug symbols for ros-jazzy-rmw-fastrtps-shared-cpp Build-Ids: 573366237b683e9f2e95dae529f0362cef58fd0b Package: ros-jazzy-rmw-gurumdds-cpp Version: 5.0.0-2noble.20260519.194909 Architecture: arm64 Maintainer: Donghyeon Lee Installed-Size: 652 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), gurumdds-3.2, ros-jazzy-gurumdds-cmake-module, ros-jazzy-rcutils, ros-jazzy-rmw, ros-jazzy-rmw-dds-common, ros-jazzy-rosidl-runtime-c, ros-jazzy-rosidl-runtime-cpp, ros-jazzy-rosidl-typesupport-introspection-c, ros-jazzy-rosidl-typesupport-introspection-cpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-gurumdds-cpp/ros-jazzy-rmw-gurumdds-cpp_5.0.0-2noble.20260519.194909_arm64.deb Size: 172628 SHA256: 18288ba88402a2aca311bc0b9764f2fc1b2fbc66fafefacad6f3fe679d58328a SHA1: 07535afbe9db3e809842c45ce1cd979407b452c8 MD5sum: 56496a19bad56e166ea4e5f63d8343a8 Description: Implement the ROS middleware interface using GurumNetworks GurumDDS static code generation in C++. Package: ros-jazzy-rmw-gurumdds-cpp-dbgsym Package-Type: ddeb Source: ros-jazzy-rmw-gurumdds-cpp Version: 5.0.0-2noble.20260519.194909 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Donghyeon Lee Installed-Size: 2290 Depends: ros-jazzy-rmw-gurumdds-cpp (= 5.0.0-2noble.20260519.194909) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-gurumdds-cpp/ros-jazzy-rmw-gurumdds-cpp-dbgsym_5.0.0-2noble.20260519.194909_arm64.deb Size: 2121592 SHA256: 02c6ab690aac23b5d3b0765f9eb3fef064216f1ff1ef22aed386a5301c1ba67d SHA1: d4f0c2078444685d4f95cdee24a77b28cbe2ebd1 MD5sum: 90e598f75acc7726aa8493843e7881a3 Description: debug symbols for ros-jazzy-rmw-gurumdds-cpp Build-Ids: 7dacc0caba30ebe8434a0a1cbcfb2f195f5f4ed7 Package: ros-jazzy-rmw-implementation Version: 2.15.6-1noble.20260519.202938 Architecture: arm64 Maintainer: William Woodall Installed-Size: 135 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2), ros-jazzy-ament-index-cpp, ros-jazzy-rcpputils, ros-jazzy-rcutils, ros-jazzy-rmw-implementation-cmake, ros-jazzy-ros-workspace, ros-jazzy-rmw-fastrtps-cpp | ros-jazzy-rmw-cyclonedds-cpp | ros-jazzy-rmw-connextdds Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-implementation/ros-jazzy-rmw-implementation_2.15.6-1noble.20260519.202938_arm64.deb Size: 24698 SHA256: 489d710b8b44eef5c91166009408ca641432a26ceb211ef4a74a9293534b4444 SHA1: 5ccab029200a0c9148850f1d66da338161fd6b40 MD5sum: 2aa3742f1c04058ee50d6bec4285bfde Description: Proxy implementation of the ROS 2 Middleware Interface. Package: ros-jazzy-rmw-implementation-cmake Version: 7.3.3-1noble.20260305.221018 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 57 Depends: ros-jazzy-ament-cmake, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-implementation-cmake/ros-jazzy-rmw-implementation-cmake_7.3.3-1noble.20260305.221018_arm64.deb Size: 9038 SHA256: e548de6be5eb1310cb9a326f9d803adb564fb9fb310433e5e3b192ab54877eca SHA1: d8271e305012e8f8534cf57aba714ac782be846a MD5sum: c2549e6493371a1ee7dcba95b4f2b9e7 Description: CMake functions which can discover and enumerate available implementations. Package: ros-jazzy-rmw-implementation-dbgsym Package-Type: ddeb Source: ros-jazzy-rmw-implementation Version: 2.15.6-1noble.20260519.202938 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: William Woodall Installed-Size: 127 Depends: ros-jazzy-rmw-implementation (= 2.15.6-1noble.20260519.202938) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-implementation/ros-jazzy-rmw-implementation-dbgsym_2.15.6-1noble.20260519.202938_arm64.deb Size: 99458 SHA256: ead1bc4189fd2310a999d3df374d69f053dcc0c5e4dfa0fea2f5a4bbc7a767a8 SHA1: c9b96f4de108dd6224a6beb7641d751077ebc52f MD5sum: 6010e39335bf3c7bec0fc412b75ea5db Description: debug symbols for ros-jazzy-rmw-implementation Build-Ids: ab4e82e8207954356c048a7f502c58b56cca63be Package: ros-jazzy-rmw-stats-shim Version: 0.2.3-1noble.20260519.042435 Architecture: arm64 Maintainer: Emerson Knapp Installed-Size: 135 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), ros-jazzy-rosgraph-monitor-msgs, ros-jazzy-rosidl-runtime-cpp, ros-jazzy-rosidl-typesupport-cpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-stats-shim/ros-jazzy-rmw-stats-shim_0.2.3-1noble.20260519.042435_arm64.deb Size: 27274 SHA256: 9ef6c325343378c018aa30c5575d1cd1c15f27107076f418763384ae206874a3 SHA1: 6e50e8533d00489538cbb68e9b01adb3aaeaef83 MD5sum: 3165826bcf714f10788980f10f8155f1 Description: Partial RMW shim library to instrument RMW API calls Package: ros-jazzy-rmw-stats-shim-dbgsym Package-Type: ddeb Source: ros-jazzy-rmw-stats-shim Version: 0.2.3-1noble.20260519.042435 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Emerson Knapp Installed-Size: 300 Depends: ros-jazzy-rmw-stats-shim (= 0.2.3-1noble.20260519.042435) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-stats-shim/ros-jazzy-rmw-stats-shim-dbgsym_0.2.3-1noble.20260519.042435_arm64.deb Size: 271280 SHA256: dad0ec9b08cf5fcd8f42dba77c391f84407b848ec994b7dc78e51cda4ca0a0b7 SHA1: 8a609000dea3a3097e9810780342de867086295e MD5sum: bfad82f9395193ca86ff52c55a2e6e55 Description: debug symbols for ros-jazzy-rmw-stats-shim Build-Ids: 7f7116e99bd56411ed9840b85ad124536b56cd65 Package: ros-jazzy-rmw-zenoh-cpp Version: 0.2.9-1noble.20260519.013925 Architecture: arm64 Maintainer: Yadunund Installed-Size: 664 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-fastcdr, ros-jazzy-ament-index-cpp, ros-jazzy-rcpputils, ros-jazzy-rcutils, ros-jazzy-rmw, ros-jazzy-rosidl-typesupport-fastrtps-c, ros-jazzy-rosidl-typesupport-fastrtps-cpp, ros-jazzy-tracetools, ros-jazzy-zenoh-cpp-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-zenoh-cpp/ros-jazzy-rmw-zenoh-cpp_0.2.9-1noble.20260519.013925_arm64.deb Size: 179730 SHA256: 4e10bc184a74fefa95ccf225b701ceabfc469cb39e55f20a6699957f77e0ce50 SHA1: 2a974f49a435ceed7a199575775decdef2ebcf29 MD5sum: a1ef19ccb9b5200e7ec0de8009374ec0 Description: A ROS 2 middleware implementation using zenoh-cpp Package: ros-jazzy-rmw-zenoh-cpp-dbgsym Package-Type: ddeb Source: ros-jazzy-rmw-zenoh-cpp Version: 0.2.9-1noble.20260519.013925 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Yadunund Installed-Size: 4702 Depends: ros-jazzy-rmw-zenoh-cpp (= 0.2.9-1noble.20260519.013925) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-zenoh-cpp/ros-jazzy-rmw-zenoh-cpp-dbgsym_0.2.9-1noble.20260519.013925_arm64.deb Size: 4480230 SHA256: d13cac45b1a059abefee00f9125342ec29e160de7a5748223aa457746ac1233b SHA1: 51007ae0c89f3b18bde949c07fbb9c3cd8e546d7 MD5sum: d8d8e3fc9f1362988795bf51bd5244dd Description: debug symbols for ros-jazzy-rmw-zenoh-cpp Build-Ids: cbefe85f9d14f7fa496e8734f4a6e9b08989e83f fa7f235803a320db544bcaa5434f93833115b42d Package: ros-jazzy-robosense-msgs Version: 1.0.0-1noble.20260519.173049 Architecture: arm64 Maintainer: David Wong Installed-Size: 1208 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robosense-msgs/ros-jazzy-robosense-msgs_1.0.0-1noble.20260519.173049_arm64.deb Size: 69084 SHA256: 37a60b382328e5e14b4026a4c94029be794f9a51c780c0e8b13897e0491ccc8c SHA1: d0a45b4ff2333a142623e1e5e4a8c5a9d74190de MD5sum: e29699834730cd50557e855351c3afa3 Description: Robosense message types for Nebula Package: ros-jazzy-robosense-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-robosense-msgs Version: 1.0.0-1noble.20260519.173049 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David Wong Installed-Size: 558 Depends: ros-jazzy-robosense-msgs (= 1.0.0-1noble.20260519.173049) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robosense-msgs/ros-jazzy-robosense-msgs-dbgsym_1.0.0-1noble.20260519.173049_arm64.deb Size: 395490 SHA256: 82633e488744bc1bfd2b5aa3a1101f6b824dec0355272f51cb80d48b547c8e84 SHA1: 40a8ba13b0491c799fbd91e4564a701a05476c60 MD5sum: f36de7c018314818f1b8af2ad6722836 Description: debug symbols for ros-jazzy-robosense-msgs Build-Ids: 2b70ebdf18ad139694fbabec661f25b9298592df 2f8c22983e853c55d87577c98a28e1df4ff7d870 3a7e9a5bf27e7dc282c32c4d1ef8500b9f2e79f7 3b262cc5f3bef1cefe575dbe96ed666e038037bf 3f6565be81715b4c4ad053ab32f81974b3be5b68 676ff12097ac0f6eb0b4fc265104d3121e4701e7 8937e6feabe95d797c7e438444d5d9915a8597c3 98ebf684216546bf8c29f316b63e72130efcc71c ae10144ebb6925adc715781f25a59256a88f8775 bd878cf8db41cb0bef924009be7dfd9492bc56fe eed36dc3496adfbde6d0771a98d44fe1a860c5dc Package: ros-jazzy-robot-calibration Version: 0.10.0-1noble.20260520.033209 Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 5284 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-calib3d406t64 (>= 4.6.0+dfsg), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-geometric-shapes, libceres-dev, libgflags-dev, liborocos-kdl-dev, libprotobuf-dev, libprotoc-dev, libsuitesparse-dev, libtinyxml2-dev, libyaml-cpp-dev, protobuf-compiler, ros-jazzy-camera-calibration-parsers, ros-jazzy-control-msgs, ros-jazzy-cv-bridge, ros-jazzy-geometry-msgs, ros-jazzy-kdl-parser, ros-jazzy-moveit-msgs, ros-jazzy-nav-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-robot-calibration-msgs, ros-jazzy-rosbag2-cpp, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-tinyxml2-vendor, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/robot_calibration Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robot-calibration/ros-jazzy-robot-calibration_0.10.0-1noble.20260520.033209_arm64.deb Size: 900596 SHA256: 2c39d3cab8b3e79bae9e9609659a6ab06a63bccf14ff8c6b6933a6ad3464b69d SHA1: cbe53ec1866cd1ae7bcdc934558b91ea8c1b1583 MD5sum: 0449783acbdb5943fa7eebea668f6d9a Description: Calibrate a Robot Package: ros-jazzy-robot-calibration-dbgsym Package-Type: ddeb Source: ros-jazzy-robot-calibration Version: 0.10.0-1noble.20260520.033209 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 33486 Depends: ros-jazzy-robot-calibration (= 0.10.0-1noble.20260520.033209) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robot-calibration/ros-jazzy-robot-calibration-dbgsym_0.10.0-1noble.20260520.033209_arm64.deb Size: 29344730 SHA256: 77475ce73f11438602eda13981edc68f6d90d289cf2f45453ae0384da38b5279 SHA1: d9f4ee3df6672ea455bda71b34fd85abd0b1b59f MD5sum: 3793f5a5a36d1cf14c5105ce4eb3be3f Description: debug symbols for ros-jazzy-robot-calibration Build-Ids: 0353fded3e4d417ec9cdbcb24eece879d2a76ae2 137ca9bae22481f1b0c748d0af25ca258289db57 507ce85e539f48cb748a876c285ee79b76d037a3 7f7144d3604d5dec7c64c8399bf307bdae0aa019 9edfe3bb4e1559e11cfef5042ac36a2d0201205d ac9540804b2a6e3c872ebdc6b7abfcc9cb25d7af db3a3947cc35b87eb530975d44fa56aa39449c39 f344c65b0ab8ddecbf041c2225ce9b5045edad38 Package: ros-jazzy-robot-calibration-msgs Version: 0.10.0-1noble.20260519.191035 Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 2833 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-action-msgs, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-generators, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/robot_calibration_msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robot-calibration-msgs/ros-jazzy-robot-calibration-msgs_0.10.0-1noble.20260519.191035_arm64.deb Size: 183094 SHA256: 09d6e50a5971923dd413e9bee3e71d50c8abb4e6872f563967e56b3696429e43 SHA1: 1b99eba47bc172a65d6f39f6ea858b83b9275856 MD5sum: 1d41b13dfb454d3c8bc26dfa34e9e5cf Description: Messages for calibrating a robot Package: ros-jazzy-robot-calibration-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-robot-calibration-msgs Version: 0.10.0-1noble.20260519.191035 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 1781 Depends: ros-jazzy-robot-calibration-msgs (= 0.10.0-1noble.20260519.191035) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robot-calibration-msgs/ros-jazzy-robot-calibration-msgs-dbgsym_0.10.0-1noble.20260519.191035_arm64.deb Size: 1306326 SHA256: 283b862dd7065378a81bbf5abf94579350d3642b23bb16feaa7bfbe1fdf75062 SHA1: 29932bc9a30e2650e110bfe993921dcc16a932a1 MD5sum: 60bde989546f33759314f464f56cd554 Description: debug symbols for ros-jazzy-robot-calibration-msgs Build-Ids: 0f79ddab3f0fc93f6d6de22752b38ce847d4ea30 1734cb465711903981de2a51f30dfdc0f6edc753 39afd0a22df38ae5891f5f07ee283ef5b71614f6 55529f8e0fab4afa847eb738ff360d864616621d 5c783a5dc0903bce3b5a0cdcfc2c552b10b8e534 6f84d2719dce3f9b160d48d0bc0ce1c467d4268d 7c9e80a629d21c4d5f741db2ffbfebad5ba8c8d5 9c459ef8c432d03b22edfdcec27e8f49b3dda49b b0436e1611289bca545da28b4d28845cc70a4e7e b776062d68c0d3408fdec4b586403150f23e041e ddb50aefa6e80362ce2453d9f8b731bbd8b6d269 Package: ros-jazzy-robot-localization Version: 3.8.3-1noble.20260520.001838 Architecture: arm64 Maintainer: Tom Moore Installed-Size: 7775 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libgeographiclib26 (>= 1.43), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-fastcdr, libboost-dev, libeigen3-dev, libgeographiclib-dev, ros-jazzy-angles, ros-jazzy-diagnostic-msgs, ros-jazzy-diagnostic-updater, ros-jazzy-geographic-msgs, ros-jazzy-geometry-msgs, ros-jazzy-message-filters, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rmw-implementation, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2, ros-jazzy-tf2-eigen, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/robot_localization Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robot-localization/ros-jazzy-robot-localization_3.8.3-1noble.20260520.001838_arm64.deb Size: 840940 SHA256: 88c0a54ff3a53c702ac87c8715b37d19b7df10df318c26c612ca778898ba48c1 SHA1: 6946922946fbf20ad9083781ab0c738294e91fed MD5sum: 75820a6321a9121af6a9d13339352f86 Description: Provides nonlinear state estimation through sensor fusion of an abritrary number of sensors. Package: ros-jazzy-robot-localization-dbgsym Package-Type: ddeb Source: ros-jazzy-robot-localization Version: 3.8.3-1noble.20260520.001838 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tom Moore Installed-Size: 24836 Depends: ros-jazzy-robot-localization (= 3.8.3-1noble.20260520.001838) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robot-localization/ros-jazzy-robot-localization-dbgsym_3.8.3-1noble.20260520.001838_arm64.deb Size: 21296446 SHA256: b3b26a2dde21cdb6cc64f73c77fb04f2c88e05b8b823c574ada07c70a5d5fecd SHA1: 023c028afa8e3002d80707b819dc0d43201079c1 MD5sum: 1ff9274fc42107b5cdb3616a43ca61a9 Description: debug symbols for ros-jazzy-robot-localization Build-Ids: 38e88c18a21581fd2f45b7a3757f5fa91d5d76ae 4284982d607a44d53bf7acd3499cdf48b7fd3c5f 548bb45eacbf07ca70e010a68198c3078a5c5209 649318dc49fb262df3d59bc0a3bb76058a6cf44f 7bf718a711f4b1c6f71d5272c5ca779b71832b80 84e6d0143e62f1fefc7913a632549d90113c2ae7 9d422f2644cb5735ddb5fe48d2203b374b5d2103 b1998927abe1c807715518a356b4cde23657e672 b1af09ed9221bd9afc8811e00d0c1ce843150e2e b21e66fe4c9c2bada2ad2730f9cc897cde5460ef c825d99fd51a8ee42504926cfbc43297703536b2 c93ebdcff4e4ef3101509aff60d58c015a87b00a ccb8e984d091b6bf787142293c151f01e9ab187c db38f8cba892fd56bd3530ca08c46faca3438f5d e2b2dafcf7c5ba5ae05b09d5310fa3d84d86764e eb5d7ec3c2a5e2e438a57cdd98f436192d3d4e9a Package: ros-jazzy-robot-state-publisher Version: 3.3.3-3noble.20260519.215949 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 1006 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-kdl-parser, ros-jazzy-orocos-kdl-vendor, ros-jazzy-rcl-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-tf2-ros, ros-jazzy-urdf, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robot-state-publisher/ros-jazzy-robot-state-publisher_3.3.3-3noble.20260519.215949_arm64.deb Size: 168308 SHA256: 2589012621e5f28e2aaca236b930496c85f268a008d6f849de3e610bfe5941bb SHA1: 7f8865c7236af22ae273719bd2118d2eeb3b5719 MD5sum: 92a6801c17422bca4ea6636f731d7e34 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-jazzy-robot-state-publisher-dbgsym Package-Type: ddeb Source: ros-jazzy-robot-state-publisher Version: 3.3.3-3noble.20260519.215949 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 4142 Depends: ros-jazzy-robot-state-publisher (= 3.3.3-3noble.20260519.215949) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robot-state-publisher/ros-jazzy-robot-state-publisher-dbgsym_3.3.3-3noble.20260519.215949_arm64.deb Size: 3480218 SHA256: 4bb8bedbfc73c5bb68e6b5532719e53ac2f1d29966ec9dd5a540aff8f3a6348f SHA1: f7b644b05439547c9de69409669be90b6587f760 MD5sum: e2c0b3b797f8c54ba82730a168665340 Description: debug symbols for ros-jazzy-robot-state-publisher Build-Ids: 4db73b62bc69c0bb4a12787ca22ee123f85c0e24 91009c46129acd22c4e556a68746e74f678efb09 Package: ros-jazzy-robot-upstart Version: 1.0.4-1noble.20260519.011913 Architecture: arm64 Maintainer: Chris Iverach-Brereton Installed-Size: 147 Depends: ros-jazzy-ament-index-python, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robot-upstart/ros-jazzy-robot-upstart_1.0.4-1noble.20260519.011913_arm64.deb Size: 24004 SHA256: 14fd192c5a235161b0a918d2620ff18e80e191bd1602b6f41e330302c80600ae SHA1: ed4a0ed801c3863f6765ea942fb5bdc94e9b3297 MD5sum: 607448c5cbdbccfbf6d51a372a407c69 Description: The robot_upstart package provides scripts which may be used to install and uninstall Ubuntu Linux upstart jobs which launch groups of roslaunch files. Package: ros-jazzy-robotiq-controllers Version: 0.0.1-3noble.20260520.051719 Architecture: arm64 Maintainer: Alex Moriarty Installed-Size: 202 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-controller-interface, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robotiq-controllers/ros-jazzy-robotiq-controllers_0.0.1-3noble.20260520.051719_arm64.deb Size: 36138 SHA256: c25bd623f0b41e4e39a7ab04c9502a9f12c7aef72e0506b60771cc05f47c3600 SHA1: ee7e28e8d13c4850973abdd7d5e652319d073a01 MD5sum: f53b8a70039fc30aaa473710d1b831cb Description: Controllers for the Robotiq gripper. Package: ros-jazzy-robotiq-controllers-dbgsym Package-Type: ddeb Source: ros-jazzy-robotiq-controllers Version: 0.0.1-3noble.20260520.051719 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alex Moriarty Installed-Size: 606 Depends: ros-jazzy-robotiq-controllers (= 0.0.1-3noble.20260520.051719) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robotiq-controllers/ros-jazzy-robotiq-controllers-dbgsym_0.0.1-3noble.20260520.051719_arm64.deb Size: 553680 SHA256: 0bedf4df4c943f5d4bf93fe4091d9677297d326d4e1b842aa53e888368c68f5c SHA1: 8f33cbad0d863d53dc8e466637571323fceb72a7 MD5sum: 2f9f5d0b4944e2dc2a6626a4527642f4 Description: debug symbols for ros-jazzy-robotiq-controllers Build-Ids: 1e71e0a3f780cba753986f874e2cb78f32cdb4fc Package: ros-jazzy-robotiq-description Version: 0.0.1-3noble.20260520.141648 Architecture: arm64 Maintainer: Alex Moriarty Installed-Size: 3641 Depends: ros-jazzy-joint-state-publisher-gui, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-robot-state-publisher, ros-jazzy-rviz2, ros-jazzy-urdf, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robotiq-description/ros-jazzy-robotiq-description_0.0.1-3noble.20260520.141648_arm64.deb Size: 794674 SHA256: 4c8981ee89d38a0f47d982ab3280cfd97f9ccd67453342781d3fa602a9f5aeae SHA1: 753c76a0a87db4eac033732a0f3863d56fd9387d MD5sum: 3a3f534a4f0da406428013aba6a5851c Description: URDF and xacro description package for the Robotiq gripper. Package: ros-jazzy-robotraconteur Version: 1.2.7-1noble.20260305.205457 Architecture: arm64 Maintainer: John Wason Installed-Size: 19285 Depends: libboost-chrono1.83.0t64 (>= 1.83.0), libboost-filesystem1.83.0 (>= 1.83.0), libboost-program-options1.83.0 (>= 1.83.0), libboost-random1.83.0 (>= 1.83.0), libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libssl3t64 (>= 3.0.0), libstdc++6 (>= 13.1), libbluetooth3, libboost-atomic1.83.0, libboost-date-time1.83.0, libboost-regex1.83.0, libboost-system1.83.0, libdbus-1-dev, libssl-dev, libusb-1.0-0, python3-dev, python3-numpy, python3-setuptools, zlib1g-dev, ros-jazzy-ros-workspace Homepage: http://robotraconteur.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robotraconteur/ros-jazzy-robotraconteur_1.2.7-1noble.20260305.205457_arm64.deb Size: 4068088 SHA256: e901e42ad245504add1d84cefe87b868d3842c7afa75f72ddf725432fca7e866 SHA1: b76d4261ffe53f7bfd1f2842617e561c6a2efd46 MD5sum: 2194790179bc422e78f2d10e61d8d37a Description: The robotraconteur package Package: ros-jazzy-robotraconteur-companion Version: 0.4.2-1noble.20260305.232457 Architecture: arm64 Maintainer: John Wason Installed-Size: 18329 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-robotraconteur, libboost-atomic1.83.0, libboost-chrono1.83.0, 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-jazzy-ros-workspace Homepage: http://robotraconteur.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robotraconteur-companion/ros-jazzy-robotraconteur-companion_0.4.2-1noble.20260305.232457_arm64.deb Size: 2532048 SHA256: cb1cc26bdc082d4dfc9b2fd9365b7872ca45dcfdf6ba234102d9baa1ca5469c9 SHA1: 790df438205f78a1c25168dbf15dc1ae0f4637ea MD5sum: 5c8388b2ed77cd36a312a34b8d467f54 Description: Robot Raconteur Companion library for C++ Package: ros-jazzy-robotraconteur-companion-dbgsym Package-Type: ddeb Source: ros-jazzy-robotraconteur-companion Version: 0.4.2-1noble.20260305.232457 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: John Wason Installed-Size: 71890 Depends: ros-jazzy-robotraconteur-companion (= 0.4.2-1noble.20260305.232457) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robotraconteur-companion/ros-jazzy-robotraconteur-companion-dbgsym_0.4.2-1noble.20260305.232457_arm64.deb Size: 57094798 SHA256: bf33ede370bb7ed705510d196c1269918e79caad84d6637fa28a2ac7a10ca690 SHA1: a781b3ca1b1e0acf56de2fbf1e2772166cad0714 MD5sum: 9007fd92cd90d65a12672d5fa20983ac Description: debug symbols for ros-jazzy-robotraconteur-companion Build-Ids: e5a0667c9d04a9b17e64aa7510ff56d7f4268aa9 Package: ros-jazzy-robotraconteur-dbgsym Package-Type: ddeb Source: ros-jazzy-robotraconteur Version: 1.2.7-1noble.20260305.205457 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: John Wason Installed-Size: 75798 Depends: ros-jazzy-robotraconteur (= 1.2.7-1noble.20260305.205457) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robotraconteur/ros-jazzy-robotraconteur-dbgsym_1.2.7-1noble.20260305.205457_arm64.deb Size: 65592656 SHA256: 024be494eb74cd96369ec7f17aa1b20eba9e95ddba08b25bac240c24fb712f2a SHA1: aef8ba7b62060cb5ddd09ca5141ef490b2a34e14 MD5sum: 775e16181c544f80f9445eb78a9aa345 Description: debug symbols for ros-jazzy-robotraconteur Build-Ids: 8a319fc220c95f8cd08f4e1f9d84d156023e159e b6f12f827c617b5a42cda0d3edceb0be81daafd3 b839013eb5d6dbdf1566e3b31dce3cb9844977da Package: ros-jazzy-ros-babel-fish Version: 2.26.40-1noble.20260519.214958 Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 2132 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libstdc++6 (>= 13.1), ros-jazzy-ament-index-cpp, ros-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rcpputils, ros-jazzy-rosidl-runtime-cpp, ros-jazzy-rosidl-typesupport-cpp, ros-jazzy-rosidl-typesupport-introspection-cpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-babel-fish/ros-jazzy-ros-babel-fish_2.26.40-1noble.20260519.214958_arm64.deb Size: 338040 SHA256: f6c1db97867ad52348b23eae4cd2001f40e7cdf20726af447c3b42d9af1f5920 SHA1: d222bca43ac561eae1a8c46f3566667d3b7bce94 MD5sum: a5fe68aab1ffad84cbd832a51a9908f0 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-jazzy-ros-babel-fish-dbgsym Package-Type: ddeb Source: ros-jazzy-ros-babel-fish Version: 2.26.40-1noble.20260519.214958 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 7991 Depends: ros-jazzy-ros-babel-fish (= 2.26.40-1noble.20260519.214958) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-babel-fish/ros-jazzy-ros-babel-fish-dbgsym_2.26.40-1noble.20260519.214958_arm64.deb Size: 6891840 SHA256: fdb8a18787524efc38fb8326cd46c54f06baaa9f1b348ba3500a8262731a862a SHA1: b0e63e04ca8b70970f16a671148c0e4331581ec7 MD5sum: 05dab7653a3ad3871b8c6c004fbec420 Description: debug symbols for ros-jazzy-ros-babel-fish Build-Ids: 28cd6ee851445a595a685b4f946974ccfea5af44 466ccf7b9fd218d55b5328b1c6b25fc4bbc4c4e6 473462342076a4e4a4c64422b743410f41e5a721 64b09f2d3adbe3c3d8049f5d375a4a1b590e2e13 70a19f4fd52ca986f2651e118b89041173ff86f0 769a8a22c1e7e5fbd089ffca11590cad33e7f3ac bc270239a5b1f40bd2da01383e8a7550f24fa33f Package: ros-jazzy-ros-babel-fish-test-msgs Version: 2.26.40-1noble.20260519.190435 Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 2915 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-babel-fish-test-msgs/ros-jazzy-ros-babel-fish-test-msgs_2.26.40-1noble.20260519.190435_arm64.deb Size: 205500 SHA256: dad07972145dee02c18453cfa424e69eeeed7e224bc924c6478f0fbab72c90a9 SHA1: 64bfcde1d4afe188ab5c7cbad1027febb7708dd5 MD5sum: 68742850344210972a83316b1d0e7d23 Description: Test messages for the ros_babel_fish project tests. Package: ros-jazzy-ros-babel-fish-test-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-ros-babel-fish-test-msgs Version: 2.26.40-1noble.20260519.190435 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 1731 Depends: ros-jazzy-ros-babel-fish-test-msgs (= 2.26.40-1noble.20260519.190435) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-babel-fish-test-msgs/ros-jazzy-ros-babel-fish-test-msgs-dbgsym_2.26.40-1noble.20260519.190435_arm64.deb Size: 1282928 SHA256: 5d83b7370416799502fbbf0dcc8d25b30812da6403a5c3d828cef067d6d9e6d4 SHA1: 97a969e927abc56e91d9e71dc0b032ee1c5a31da MD5sum: 9750e747f69e8feba3473f39fa8d69bd Description: debug symbols for ros-jazzy-ros-babel-fish-test-msgs Build-Ids: 06f597219727662ddd533e2e6f91b41ebeb0333f 3b3a30a462c85965014b26d0020196257a3a6f9c 4cbf08ebb07be9503aa72230e7df71c50d0e0845 8596d9e06838646c2e45b8aa7eb23791d4b9710b adbde78104ddb04bdafacf1b9e65cdea60d9347e b5b12cb9de13cbb04b9e9bfbba63f01b34c83624 b6617a10496102d2db8acfe94b55b8e5e40da116 c58a4338d4b8da50c3190e4f1e4dcca454be18bf d4d45adcd9ec3dbd79de28013ff5683b3c9bb049 d9fb06bc6cc61db8b616183226a837abf100dbfa fae9238459e8fc11fcfb7d15bc60b64cadec663a Package: ros-jazzy-ros-babel-fish-tools Version: 2.26.40-1noble.20260520.031251 Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 1419 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-rclcpp, ros-jazzy-ros-babel-fish, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Homepage: https://github.com/StefanFabian/ros_babel_fish Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-babel-fish-tools/ros-jazzy-ros-babel-fish-tools_2.26.40-1noble.20260520.031251_arm64.deb Size: 197684 SHA256: 156a66a996cf94bf910cb63594a5b357cab60f33e6c4a33b3cdc8297a25ae416 SHA1: c6fe5e74671ee722fa2ece5502d30dd1332f496b MD5sum: ba7d582d9eec1e58fdeed7a8e5ef8c9c 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-jazzy-ros-babel-fish-tools-dbgsym Package-Type: ddeb Source: ros-jazzy-ros-babel-fish-tools Version: 2.26.40-1noble.20260520.031251 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 1351 Depends: ros-jazzy-ros-babel-fish-tools (= 2.26.40-1noble.20260520.031251) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-babel-fish-tools/ros-jazzy-ros-babel-fish-tools-dbgsym_2.26.40-1noble.20260520.031251_arm64.deb Size: 1205258 SHA256: 789513eac9bb75237fa0e8cd6abf892ae8f80cc6f03493fa6ea9dd199d7da448 SHA1: 17812e18ee2e782a8ba5f084ce07b3d4bd194ec4 MD5sum: 762c7fbb03109797605eb2c773b31223 Description: debug symbols for ros-jazzy-ros-babel-fish-tools Build-Ids: 6170f16e1461aed3c27d985ccd9488f24e5d5c7d Package: ros-jazzy-ros-base Version: 0.11.0-1noble.20260520.110036 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 42 Depends: ros-jazzy-geometry2, ros-jazzy-kdl-parser, ros-jazzy-robot-state-publisher, ros-jazzy-ros-core, ros-jazzy-rosbag2, ros-jazzy-urdf, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-base/ros-jazzy-ros-base_0.11.0-1noble.20260520.110036_arm64.deb Size: 5668 SHA256: dd4e9d012bc1ce22e1bf8aa3aadd588b420a402c858d8a25326514f5ad23d20d SHA1: c7499dade63165e4ab8c3eaac1da1eb6a9405f8a MD5sum: 7a741746b0139f8b740f2c4b2572b7f7 Description: A package which extends 'ros_core' and includes other basic functionalities like tf2 and urdf. Package: ros-jazzy-ros-core Version: 0.11.0-1noble.20260520.105831 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 43 Depends: ros-jazzy-ament-cmake, ros-jazzy-ament-cmake-auto, ros-jazzy-ament-cmake-gmock, ros-jazzy-ament-cmake-gtest, ros-jazzy-ament-cmake-pytest, ros-jazzy-ament-cmake-ros, ros-jazzy-ament-index-cpp, ros-jazzy-ament-index-python, ros-jazzy-ament-lint-auto, ros-jazzy-ament-lint-common, ros-jazzy-class-loader, ros-jazzy-common-interfaces, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-launch-testing, ros-jazzy-launch-testing-ament-cmake, ros-jazzy-launch-testing-ros, ros-jazzy-launch-xml, ros-jazzy-launch-yaml, ros-jazzy-pluginlib, ros-jazzy-rcl-lifecycle, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-lifecycle, ros-jazzy-rclpy, ros-jazzy-ros-environment, ros-jazzy-ros2cli-common-extensions, ros-jazzy-ros2launch, ros-jazzy-rosidl-default-generators, ros-jazzy-rosidl-default-runtime, ros-jazzy-sros2, ros-jazzy-sros2-cmake, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-core/ros-jazzy-ros-core_0.11.0-1noble.20260520.105831_arm64.deb Size: 6442 SHA256: d0bdf8a939174ff9b30ecc63f463a7b96e3b3518f31b03e6a4efffaa330dc208 SHA1: 2b4c4ea6b002db341e7a45af32cf5292f1747bad MD5sum: bcb8fc3b24454ed2e884cbf68de17471 Description: A package to aggregate the packages required to use publish / subscribe, services, generate messages and other core ROS concepts. Package: ros-jazzy-ros-environment Version: 4.2.1-1noble.20260225.120022 Architecture: arm64 Maintainer: Steven! Ragnarök Installed-Size: 50 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-environment/ros-jazzy-ros-environment_4.2.1-1noble.20260225.120022_arm64.deb Size: 5726 SHA256: 2d5448410447be880044a4ea9e2910ca0b1049d29d282e3cbb68c193955b1fed SHA1: 950e05ef058ad9dfeaf564c8d01766c5734c1ac0 MD5sum: 5c07b4a6516eaef9f521c237bd1bec44 Description: The package provides the environment variables `ROS_VERSION` and `ROS_DISTRO`. Package: ros-jazzy-ros-gz Version: 1.0.22-1noble.20260520.145214 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 43 Depends: ros-jazzy-ros-gz-bridge, ros-jazzy-ros-gz-image, ros-jazzy-ros-gz-sim, ros-jazzy-ros-gz-sim-demos, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-gz/ros-jazzy-ros-gz_1.0.22-1noble.20260520.145214_arm64.deb Size: 7058 SHA256: d80470cf16d202febaa5278ea2bd6b18b6a02c91b0b1c4d7eb22a9aaf11c313d SHA1: a7ee276bb10b2652209125e83cf6747e3d70945c MD5sum: c55141fc8fb1df3334aed789f64af630 Description: Meta-package containing interfaces for using ROS 2 with Gazebo simulation. Package: ros-jazzy-ros-gz-bridge Version: 1.0.22-1noble.20260519.211623 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 19286 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-gz-msgs-vendor, ros-jazzy-gz-transport-vendor, ros-jazzy-actuator-msgs, ros-jazzy-geometry-msgs, ros-jazzy-gps-msgs, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-marine-acoustic-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-ros-gz-interfaces, ros-jazzy-rosgraph-msgs, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-tf2-msgs, ros-jazzy-trajectory-msgs, ros-jazzy-vision-msgs, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-gz-bridge/ros-jazzy-ros-gz-bridge_1.0.22-1noble.20260519.211623_arm64.deb Size: 1750570 SHA256: 570d92a9f4af0bb9f9f1d7a18ea75a2cd0e777fbb0f44dd43cb0784c6df6a7b6 SHA1: 1c4a9bdcd9e3ef4775334c13e333334850914cfc MD5sum: 7f86de5cf560fcff6df652736b7d2f11 Description: Bridge communication between ROS and Gazebo Transport Package: ros-jazzy-ros-gz-bridge-dbgsym Package-Type: ddeb Source: ros-jazzy-ros-gz-bridge Version: 1.0.22-1noble.20260519.211623 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 78540 Depends: ros-jazzy-ros-gz-bridge (= 1.0.22-1noble.20260519.211623) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-gz-bridge/ros-jazzy-ros-gz-bridge-dbgsym_1.0.22-1noble.20260519.211623_arm64.deb Size: 60006584 SHA256: 80e394def9a70e993990dffcb06960fa4f1fa3aae33362cce8ce04f2329f7b40 SHA1: 761a2acbfc4b47153ea885c8b35de9b7baaad076 MD5sum: 0ac63651f332ef7f2f651371ab197407 Description: debug symbols for ros-jazzy-ros-gz-bridge Build-Ids: 10a6266bb9b07068915c39925e120301ad185e1b 147c22b53cfcdc64176d412c9e1c7ec971f31b11 354609e8d2a66b778e832b181c971d5bd30aae33 6e3e6242d3946ed6bfb6e0c317e1dca835a2dc1c 7eb57209fd1906aa012e675aee8b5f2e331ed34a Package: ros-jazzy-ros-gz-image Version: 1.0.22-1noble.20260520.014107 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 112 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), ros-jazzy-gz-msgs-vendor, ros-jazzy-gz-transport-vendor, ros-jazzy-image-transport, ros-jazzy-rclcpp, ros-jazzy-ros-gz-bridge, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-gz-image/ros-jazzy-ros-gz-image_1.0.22-1noble.20260520.014107_arm64.deb Size: 25916 SHA256: 254ee8fc7ea4536eb1f0213929463850b0edc55d6d797db2cfab6ac6ac70fe72 SHA1: 3816a89f715979916ced6e8dd5b942d12303b640 MD5sum: 3a395ec8a09a905d537ea869d5963366 Description: Image utilities for Gazebo simulation with ROS. Package: ros-jazzy-ros-gz-image-dbgsym Package-Type: ddeb Source: ros-jazzy-ros-gz-image Version: 1.0.22-1noble.20260520.014107 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 526 Depends: ros-jazzy-ros-gz-image (= 1.0.22-1noble.20260520.014107) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-gz-image/ros-jazzy-ros-gz-image-dbgsym_1.0.22-1noble.20260520.014107_arm64.deb Size: 484874 SHA256: 1515ee4dee36333079514ba7965c6eb980c10042b5f1224661b68013d2fef6ff SHA1: ec3910e26cdf48316a8019286f1da5c18aa826eb MD5sum: e8e9cd8c1b9cf225f686f9242aca842e Description: debug symbols for ros-jazzy-ros-gz-image Build-Ids: d81323c728e6c0dbf2332f3a8e5cfcaac4248af9 Package: ros-jazzy-ros-gz-interfaces Version: 1.0.22-1noble.20260519.190436 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 5877 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rcl-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-gz-interfaces/ros-jazzy-ros-gz-interfaces_1.0.22-1noble.20260519.190436_arm64.deb Size: 392884 SHA256: cd8aafdb3e9d073261695c6ecbba9f777ba8fc1cda92fc4d6b788f35b6590b7f SHA1: 2a3874f6357de64fd3caf8c1ee440986f6b36c59 MD5sum: 440fc13d2b62f437a25d5ee32b128220 Description: Message and service data structures for interacting with Gazebo from ROS2. Package: ros-jazzy-ros-gz-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-ros-gz-interfaces Version: 1.0.22-1noble.20260519.190436 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 4587 Depends: ros-jazzy-ros-gz-interfaces (= 1.0.22-1noble.20260519.190436) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-gz-interfaces/ros-jazzy-ros-gz-interfaces-dbgsym_1.0.22-1noble.20260519.190436_arm64.deb Size: 3574428 SHA256: 6547ae38d7cca620a1b65ea4f34b3020ba584bc2da4dd36942dd343f75fa449c SHA1: 005a8b2ac19eab5a57ce6754154d409d82fc1d77 MD5sum: 35428ebc8b21c892a1dc284b2927783e Description: debug symbols for ros-jazzy-ros-gz-interfaces Build-Ids: 014d34df002510d7430b61a8b822e753833b52f1 28817b8a48e19b71c7041a376ef4faa1536812f5 3246920b16c2a05784d8621ab9a587a60878b54d 4a300e1e3d5939e017b691e41090d0990464246a 5ac9828aacf5fef546fd5c69e13c62de05a84405 843829279e66a379f8bb132560ea1601816e8c3a 84de90b1deca5b476e21118f6f539760cad1328d 8d8dbd635bc18003883528e921c119bc18f92d29 9771872427731687dc2c21b09b7a14c7ac4f0ec4 b156a9cf6f12af6837e8eb19f461b51df9947efb d78896f915e2ef3128b5ddcdb8c9f46fc5737940 Package: ros-jazzy-ros-gz-sim Version: 1.0.22-1noble.20260520.032633 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 4174 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 (>= 13.1), ros-jazzy-gz-common-vendor, ros-jazzy-gz-msgs-vendor, ros-jazzy-gz-sim-vendor, ros-jazzy-gz-transport-vendor, ros-jazzy-sdformat-vendor, libcli11-dev, libgflags-dev, ros-jazzy-ament-index-python, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-gz-math-vendor, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-components, ros-jazzy-rcpputils, ros-jazzy-ros-gz-interfaces, ros-jazzy-ros2pkg, ros-jazzy-simulation-interfaces, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-gz-sim/ros-jazzy-ros-gz-sim_1.0.22-1noble.20260520.032633_arm64.deb Size: 665204 SHA256: 4f038d513e0fce61b2b20f0912c2c05af4f8b94415baacac4298cd3cd8dad0b9 SHA1: 9e679be7915da7ce1acecb6dcd5280b856ac23da MD5sum: 63a0ab12f55e96bfb54752b5d8111f05 Description: Tools for using Gazebo Sim simulation with ROS. Package: ros-jazzy-ros-gz-sim-dbgsym Package-Type: ddeb Source: ros-jazzy-ros-gz-sim Version: 1.0.22-1noble.20260520.032633 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 23953 Depends: ros-jazzy-ros-gz-sim (= 1.0.22-1noble.20260520.032633) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-gz-sim/ros-jazzy-ros-gz-sim-dbgsym_1.0.22-1noble.20260520.032633_arm64.deb Size: 21447084 SHA256: 69255a1f29d4eb6474a85dbd80ea229f50237fb4142aaf56c228f3c44b566a29 SHA1: e14962cd59af33d98c71db70d50846d4b5aaaca7 MD5sum: 0f9b0bb0efb4c81fc53f5f7302a644e7 Description: debug symbols for ros-jazzy-ros-gz-sim Build-Ids: 20c91755b090d1d94e12126b3ebf77a659abfac5 51758f0643ea6e098b49f25a4d72003faa40268d 6954a77abf9976b01636b020de5c6f6aeeea94b5 6b82db79e09ab2d04f7595fee4b0aaa28431c847 6e8e8d26ee60ccdc16dd762c9eaae2a4af2f1367 938f9cb6da1aaf2dcc4fbbccaca14989ccbf23b1 9b2d9cd81e7dff75ba6759be7e7b3f053235424a 9c5847089d0515585780634599d9ba1f03b6fccc a2ecf63a4d2d0b720195358fc35a6b1ad0fca267 a8ba649cc961df318d63970c9616507a3e7e71f1 ba7d5fc19c97c572ea5f3c8cb5014020914bc7ea Package: ros-jazzy-ros-gz-sim-demos Version: 1.0.22-1noble.20260520.141452 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 1260 Depends: ros-jazzy-gz-sim-vendor, ros-jazzy-image-transport-plugins, ros-jazzy-marine-acoustic-msgs, ros-jazzy-robot-state-publisher, ros-jazzy-ros-gz-bridge, ros-jazzy-ros-gz-image, ros-jazzy-ros-gz-sim, ros-jazzy-rqt-image-view, ros-jazzy-rqt-plot, ros-jazzy-rqt-topic, ros-jazzy-rviz2, ros-jazzy-sdformat-urdf, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-gz-sim-demos/ros-jazzy-ros-gz-sim-demos_1.0.22-1noble.20260520.141452_arm64.deb Size: 923574 SHA256: 370216a40036cf8b33b03f2f6915b6d036baeb72fe3f7a9b42ca3853899ac41c SHA1: 40bce1a5ff5fe6fb014f008ebeb21225fb2b39a4 MD5sum: c324fce863d986649dd5b2c96dca1d57 Description: Demos using Gazebo Sim simulation with ROS. Package: ros-jazzy-ros-image-to-qimage Version: 0.4.1-4noble.20260520.011557 Architecture: arm64 Maintainer: ijnek Installed-Size: 347 Depends: qtbase5-dev, ros-jazzy-cv-bridge, ros-jazzy-python-qt-binding, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-image-to-qimage/ros-jazzy-ros-image-to-qimage_0.4.1-4noble.20260520.011557_arm64.deb Size: 56134 SHA256: 2edc40a7e73ea86552d6c026ecc90b86d0012e2be96335c03b17b670455c9a0c SHA1: c2cf3d9692ae17fafa9eabd882db24fac3165f77 MD5sum: e2ba51ceb3f2d9f3e3f983d0fc888c46 Description: A package that converts a ros image msg to a qimage object Package: ros-jazzy-ros-industrial-cmake-boilerplate Version: 0.5.4-3noble.20260305.202748 Architecture: arm64 Maintainer: Levi Armstrong Installed-Size: 124 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-industrial-cmake-boilerplate/ros-jazzy-ros-industrial-cmake-boilerplate_0.5.4-3noble.20260305.202748_arm64.deb Size: 22774 SHA256: c0e3232d9aec7a42655b852f17055f4ee30c962febd6f2f676121ef0379ac25e SHA1: 96fcf02ed607b5a82a388f392a4f769cd3854364 MD5sum: 2b3d8d0ccab439aa5baaf7db0d68cfab Description: Contains boilerplate cmake script, macros and utils Package: ros-jazzy-ros-testing Version: 0.6.0-3noble.20260520.035217 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 47 Depends: ros-jazzy-launch-testing, ros-jazzy-launch-testing-ament-cmake, ros-jazzy-launch-testing-ros, ros-jazzy-ros2test, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-testing/ros-jazzy-ros-testing_0.6.0-3noble.20260520.035217_arm64.deb Size: 7074 SHA256: 30acbbddeb04b4147f29328677da1a6cc2da7a0729020af12cae898f8caa7209 SHA1: 0fe3655dad7c091b60697ecf37361a2a082a9cc4 MD5sum: 77e64812772c435c2de2edf983f07a04 Description: The entry point package to launch testing in ROS. Package: ros-jazzy-ros-workspace Version: 1.0.3-7noble.20260224.192101 Architecture: arm64 Maintainer: Michael Jeronimo Installed-Size: 86 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-workspace/ros-jazzy-ros-workspace_1.0.3-7noble.20260224.192101_arm64.deb Size: 14954 SHA256: 8c978df391172c941c9c22268886dae628be11e76b5283dcd3083276fd0693e6 SHA1: ba2e32da3f4b7021d9344bfc6930727b37c61b6a MD5sum: af0ee1a8c1627a272cb03103b65ece97 Description: Provides the prefix level environment files for ROS 2 packages. Package: ros-jazzy-ros2-control Version: 4.45.2-1noble.20260520.051716 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 43 Depends: ros-jazzy-controller-interface, ros-jazzy-controller-manager, ros-jazzy-controller-manager-msgs, ros-jazzy-hardware-interface, ros-jazzy-joint-limits, ros-jazzy-ros2-control-test-assets, ros-jazzy-ros2controlcli, ros-jazzy-transmission-interface, ros-jazzy-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-control/ros-jazzy-ros2-control_4.45.2-1noble.20260520.051716_arm64.deb Size: 6968 SHA256: f11a29d14a54541c495cba76492d4614a18eae702f2182be5b98969b346b617e SHA1: ae4190c21727f57931971c1a335dfcff5d502b85 MD5sum: b89889a8650cacc77d4e9f3eb73fd550 Description: Metapackage for ROS2 control related packages Package: ros-jazzy-ros2-control-cmake Version: 0.4.0-1noble.20260429.105756 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 47 Depends: ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/ros2_control_cmake/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-control-cmake/ros-jazzy-ros2-control-cmake_0.4.0-1noble.20260429.105756_arm64.deb Size: 7568 SHA256: 7b4de51e18de55649c2ef49632fbc175acc5601e0f06ea3879364fdea3c39281 SHA1: de0fcdb8bf3b7d4aa72c417a3a5b400fb5d5beff MD5sum: 87e1c47ba5b5026304996a1e4f7174c2 Description: Provides CMake macros used by the ros2_control framework Package: ros-jazzy-ros2-control-test-assets Version: 4.45.2-1noble.20260514.130008 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 180 Depends: ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/ros2_control_test_assets/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-control-test-assets/ros-jazzy-ros2-control-test-assets_4.45.2-1noble.20260514.130008_arm64.deb Size: 20122 SHA256: 2cea07f967e6944066571245a6e4e2b19f42ed2967c81ce8a721f4ad78f78996 SHA1: 4c2d0aa0822a4d504aab0732725db04c5452ddf6 MD5sum: 09fb19682c06a7cadfdf28a891602a87 Description: Shared test resources for ros2_control stack Package: ros-jazzy-ros2-controllers Version: 4.40.1-1noble.20260520.125335 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 44 Depends: ros-jazzy-ackermann-steering-controller, ros-jazzy-admittance-controller, ros-jazzy-bicycle-steering-controller, ros-jazzy-chained-filter-controller, ros-jazzy-diff-drive-controller, ros-jazzy-effort-controllers, ros-jazzy-force-torque-sensor-broadcaster, ros-jazzy-forward-command-controller, ros-jazzy-gpio-controllers, ros-jazzy-gps-sensor-broadcaster, ros-jazzy-gripper-controllers, ros-jazzy-imu-sensor-broadcaster, ros-jazzy-joint-state-broadcaster, ros-jazzy-joint-trajectory-controller, ros-jazzy-mecanum-drive-controller, ros-jazzy-omni-wheel-drive-controller, ros-jazzy-parallel-gripper-controller, ros-jazzy-pid-controller, ros-jazzy-pose-broadcaster, ros-jazzy-position-controllers, ros-jazzy-range-sensor-broadcaster, ros-jazzy-state-interfaces-broadcaster, ros-jazzy-steering-controllers-library, ros-jazzy-tricycle-controller, ros-jazzy-tricycle-steering-controller, ros-jazzy-velocity-controllers, ros-jazzy-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-controllers/ros-jazzy-ros2-controllers_4.40.1-1noble.20260520.125335_arm64.deb Size: 7626 SHA256: b25f75e65dfb1e48b35ada901570264e59d1b6a848ca5c762500e654c74bf07f SHA1: e3e4874eee8d53161f80f8cf850c7e244e2c57b3 MD5sum: 3f32038b77e58a8ee0da74a6eae51790 Description: Metapackage for ros2_controllers related packages Package: ros-jazzy-ros2-controllers-test-nodes Version: 4.40.1-1noble.20260519.232152 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 65 Depends: ros-jazzy-rclpy, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-trajectory-msgs, ros-jazzy-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-controllers-test-nodes/ros-jazzy-ros2-controllers-test-nodes_4.40.1-1noble.20260519.232152_arm64.deb Size: 13068 SHA256: 19db37b617a2e1d153bd12593acb725a08ffff8c9f6d8ea1d1b0d543728a0dc7 SHA1: dae66a933cfa42ad4e758dc6abda27ae1ace178f MD5sum: 56f764a4a333a18866caee5fcc517ad9 Description: Demo nodes for showing and testing functionalities of the ros2_control framework. Package: ros-jazzy-ros2-fmt-logger Version: 1.1.0-1noble.20260520.031431 Architecture: arm64 Maintainer: Tim Clephas Installed-Size: 118 Depends: libfmt-dev, ros-jazzy-backward-ros, ros-jazzy-rclcpp, ros-jazzy-rcutils, ros-jazzy-ros-workspace Homepage: https://github.com/nobleo/ros2_fmt_logger Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-fmt-logger/ros-jazzy-ros2-fmt-logger_1.1.0-1noble.20260520.031431_arm64.deb Size: 13356 SHA256: 4cdc8c3ea20f6a0eeb6b0707a8c975464a1c0ecc0faab27d0f725b044fb5ebcc SHA1: 171ed1d5f8d99640fec1fcdaa958f6166e9e7e7b MD5sum: 3819d6f5676a0a102eaf646c08242a21 Description: A modern, ROS 2 logging library that provides fmt-style formatting as a replacement for RCLCPP logging macros Package: ros-jazzy-ros2-medkit-beacon-common Version: 0.4.0-1noble.20260520.010656 Architecture: arm64 Maintainer: bburda Installed-Size: 289 Depends: nlohmann-json3-dev, ros-jazzy-rclcpp, ros-jazzy-ros2-medkit-gateway, ros-jazzy-ros2-medkit-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-beacon-common/ros-jazzy-ros2-medkit-beacon-common_0.4.0-1noble.20260520.010656_arm64.deb Size: 51832 SHA256: 308fd609446005e25a6370bc3d205bf6369851298b7e329b7e24a62b003bf84a SHA1: 848c928923f2ab7c60882345b869d8af4a83969e MD5sum: 307848b6f03c820f144967dce88c297e Description: Shared library for ros2_medkit beacon discovery plugins Package: ros-jazzy-ros2-medkit-cmake Version: 0.4.0-1noble.20260323.095410 Architecture: arm64 Maintainer: bburda Installed-Size: 59 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-cmake/ros-jazzy-ros2-medkit-cmake_0.4.0-1noble.20260323.095410_arm64.deb Size: 9732 SHA256: 3be45d94b89e658e89f1d1e9554cb7899a5153c09137028e1f8cf8df6fb02e8d SHA1: 01a4eecd28658491928f449c652f726d25d4481c MD5sum: e689b0203b3fa6f61ad239fa29502ed9 Description: Shared CMake modules for ros2_medkit packages (multi-distro compat, ccache, linting) Package: ros-jazzy-ros2-medkit-diagnostic-bridge Version: 0.4.0-1noble.20260520.011231 Architecture: arm64 Maintainer: mfaferek93 Installed-Size: 593 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-diagnostic-msgs, ros-jazzy-rclcpp, ros-jazzy-ros2-medkit-fault-reporter, ros-jazzy-ros2-medkit-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-diagnostic-bridge/ros-jazzy-ros2-medkit-diagnostic-bridge_0.4.0-1noble.20260520.011231_arm64.deb Size: 101624 SHA256: 323fdf3c45a0a2cc72fa52a05cfc5b3cd64f5c378a123f82f9cdff2aba26bc19 SHA1: c34f8cd9e3978032295cc7a22a88f7e5bd6f637e MD5sum: c5c96ec1373dbd29b48ef9fe59db337d Description: Bridge node converting ROS2 /diagnostics to FaultManager faults Package: ros-jazzy-ros2-medkit-diagnostic-bridge-dbgsym Package-Type: ddeb Source: ros-jazzy-ros2-medkit-diagnostic-bridge Version: 0.4.0-1noble.20260520.011231 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: mfaferek93 Installed-Size: 2374 Depends: ros-jazzy-ros2-medkit-diagnostic-bridge (= 0.4.0-1noble.20260520.011231) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-diagnostic-bridge/ros-jazzy-ros2-medkit-diagnostic-bridge-dbgsym_0.4.0-1noble.20260520.011231_arm64.deb Size: 2027038 SHA256: 896052d5671a9f3c791432671a29dc23c54b3f57c0b8321720911144a0a0b0dd SHA1: de0273155e609e5145700a5308135c486695b907 MD5sum: 30082f36cf9cc393e71c6568a9f8a1df Description: debug symbols for ros-jazzy-ros2-medkit-diagnostic-bridge Build-Ids: 2e23e53374f326703c6fc2c436984b4d139d08b1 fad1144ce9ac42387541dbdedcda29ad4fb7c7fb Package: ros-jazzy-ros2-medkit-fault-manager Version: 0.4.0-1noble.20260520.010750 Architecture: arm64 Maintainer: bburda Installed-Size: 1406 Depends: libc6 (>= 2.38), libgcc-s1 (>= 4.5), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libsqlite3-dev, nlohmann-json3-dev, ros-jazzy-rclcpp, ros-jazzy-ros2-medkit-msgs, ros-jazzy-ros2-medkit-serialization, ros-jazzy-rosbag2-cpp, ros-jazzy-rosbag2-storage, ros-jazzy-rosbag2-storage-mcap, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-fault-manager/ros-jazzy-ros2-medkit-fault-manager_0.4.0-1noble.20260520.010750_arm64.deb Size: 396910 SHA256: 1287238e8f96826877429d4e25a59305abf72c13ed644430d15aa8a2a9398410 SHA1: 055a0ef23aeef432b842f6100e66398d4c0eba7b MD5sum: 50fa14ca3861b8c443528c31a30dd76a Description: Central fault manager node for ros2_medkit fault management system Package: ros-jazzy-ros2-medkit-fault-manager-dbgsym Package-Type: ddeb Source: ros-jazzy-ros2-medkit-fault-manager Version: 0.4.0-1noble.20260520.010750 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: bburda Installed-Size: 6659 Depends: ros-jazzy-ros2-medkit-fault-manager (= 0.4.0-1noble.20260520.010750) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-fault-manager/ros-jazzy-ros2-medkit-fault-manager-dbgsym_0.4.0-1noble.20260520.010750_arm64.deb Size: 6015576 SHA256: 13073aa87bfb15e0eceeebdf5141117cfadfdb60727d7cb51013e5cd4fa8d167 SHA1: ab03f02bcde3817e528d66254226d817e1f0be84 MD5sum: 6a4ba1bbad9e881bc4acceec2f3a3e63 Description: debug symbols for ros-jazzy-ros2-medkit-fault-manager Build-Ids: 095f689f1891cf5fd853cf5d25503a0fa320cfc8 Package: ros-jazzy-ros2-medkit-fault-reporter Version: 0.4.0-1noble.20260520.010834 Architecture: arm64 Maintainer: mfaferek93 Installed-Size: 199 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-rclcpp, ros-jazzy-ros2-medkit-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-fault-reporter/ros-jazzy-ros2-medkit-fault-reporter_0.4.0-1noble.20260520.010834_arm64.deb Size: 38394 SHA256: a83c041bcf1d05cf9de0dce152d25157d34cd939bece07a0554c5893c1c7f2f6 SHA1: 35ec4369619870bb3a72169652c87ca1918028f7 MD5sum: f51203e7fe6fbfdebecb7853a87abf97 Description: Client library for easy fault reporting with local filtering Package: ros-jazzy-ros2-medkit-fault-reporter-dbgsym Package-Type: ddeb Source: ros-jazzy-ros2-medkit-fault-reporter Version: 0.4.0-1noble.20260520.010834 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: mfaferek93 Installed-Size: 652 Depends: ros-jazzy-ros2-medkit-fault-reporter (= 0.4.0-1noble.20260520.010834) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-fault-reporter/ros-jazzy-ros2-medkit-fault-reporter-dbgsym_0.4.0-1noble.20260520.010834_arm64.deb Size: 604830 SHA256: 71b79d7cf8673b5cb2f83d31d605693a50301f071bdf97dfdbceabe642d24b91 SHA1: eb0f5eb22799e1e4a2f54297e51241fb9f618154 MD5sum: 6213f9884637d4d2e5be7da11433608e Description: debug symbols for ros-jazzy-ros2-medkit-fault-reporter Build-Ids: a0cb70e167d2019664029bf1ebb35ca890dc2f81 Package: ros-jazzy-ros2-medkit-gateway Version: 0.4.0-1noble.20260519.212306 Architecture: arm64 Maintainer: bburda Installed-Size: 5118 Depends: libc6 (>= 2.38), libcpp-httplib0.14t64 (>= 0.14.3+ds), libgcc-s1 (>= 4.5), libsqlite3-0 (>= 3.5.9), libssl3t64 (>= 3.0.0), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libcpp-httplib-dev, libsqlite3-dev, libssl-dev, nlohmann-json3-dev, ros-jazzy-action-msgs, ros-jazzy-ament-index-cpp, ros-jazzy-rcl-interfaces, ros-jazzy-rclcpp, ros-jazzy-ros2-medkit-msgs, ros-jazzy-ros2-medkit-serialization, ros-jazzy-rosidl-parser, ros-jazzy-rosidl-runtime-py, ros-jazzy-rosidl-typesupport-cpp, ros-jazzy-rosidl-typesupport-introspection-cpp, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-gateway/ros-jazzy-ros2-medkit-gateway_0.4.0-1noble.20260519.212306_arm64.deb Size: 1394768 SHA256: 9f6af2b143a78aecf259858ed812a891537463fe99f540a9b0e4f7679cd5d86f SHA1: d5cbb049c1938127ab9dabd7a0533444fc596de9 MD5sum: 918817fd2b47a226ce7b00de640477dc Description: HTTP gateway for ros2_medkit diagnostics system Package: ros-jazzy-ros2-medkit-gateway-dbgsym Package-Type: ddeb Source: ros-jazzy-ros2-medkit-gateway Version: 0.4.0-1noble.20260519.212306 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: bburda Installed-Size: 40417 Depends: ros-jazzy-ros2-medkit-gateway (= 0.4.0-1noble.20260519.212306) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-gateway/ros-jazzy-ros2-medkit-gateway-dbgsym_0.4.0-1noble.20260519.212306_arm64.deb Size: 37606902 SHA256: f1711a9c4c0d205e5cbffd7ebc50aadf36da79de7a6c02fc73130afb3c674745 SHA1: 490cf27917f242afd49554fae5c7f7c47714ec1c MD5sum: f9e13c905d6b6c2511add2f9ce1273fe Description: debug symbols for ros-jazzy-ros2-medkit-gateway Build-Ids: 7528f3244d21edb9b397ea9c858aaf559176941b Package: ros-jazzy-ros2-medkit-graph-provider Version: 0.4.0-1noble.20260520.010153 Architecture: arm64 Maintainer: bburda Installed-Size: 561 Depends: libc6 (>= 2.34), libcpp-httplib0.14t64 (>= 0.14.3+ds), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libcpp-httplib-dev, libssl-dev, nlohmann-json3-dev, ros-jazzy-diagnostic-msgs, ros-jazzy-rclcpp, ros-jazzy-ros2-medkit-gateway, ros-jazzy-ros2-medkit-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-graph-provider/ros-jazzy-ros2-medkit-graph-provider_0.4.0-1noble.20260520.010153_arm64.deb Size: 128968 SHA256: 78837066ff686ad761f1bf6e8e6c17fc57eaee9130eff2d278412c55a73baae7 SHA1: 2d4420590f90841714a105b143dd13ae6f48eae2 MD5sum: aaa8dcfde1cd07595e958947c21743de Description: Graph provider plugin for ros2_medkit gateway Package: ros-jazzy-ros2-medkit-graph-provider-dbgsym Package-Type: ddeb Source: ros-jazzy-ros2-medkit-graph-provider Version: 0.4.0-1noble.20260520.010153 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: bburda Installed-Size: 3179 Depends: ros-jazzy-ros2-medkit-graph-provider (= 0.4.0-1noble.20260520.010153) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-graph-provider/ros-jazzy-ros2-medkit-graph-provider-dbgsym_0.4.0-1noble.20260520.010153_arm64.deb Size: 2811944 SHA256: 40aa166fa093afcb8f7acf1792a5ed13bd3f89aa94e99d8257df1f7b8b9148d2 SHA1: 03e262ad641d2fc3c0ff413b4d48e83f241e8762 MD5sum: b31854666ff35dd9c4fe829a05a63a7f Description: debug symbols for ros-jazzy-ros2-medkit-graph-provider Build-Ids: 02008b90fb64605be2f920dc7463719237527a9d Package: ros-jazzy-ros2-medkit-integration-tests Version: 0.4.0-1noble.20260519.222754 Architecture: arm64 Maintainer: bburda Installed-Size: 2321 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-diagnostic-msgs, ros-jazzy-example-interfaces, ros-jazzy-rcl-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-ros2-medkit-msgs, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-integration-tests/ros-jazzy-ros2-medkit-integration-tests_0.4.0-1noble.20260519.222754_arm64.deb Size: 340420 SHA256: d2e2ea1b62da6c68b117c5d6bedfd019652b8816892f350dc5827078219830d9 SHA1: 9ac2c7b2a4bf467a202cf6ee347db553257e96c6 MD5sum: 77cf3e42adfb3105eae79e4024803b9a Description: Integration tests and demo nodes for ros2_medkit Package: ros-jazzy-ros2-medkit-integration-tests-dbgsym Package-Type: ddeb Source: ros-jazzy-ros2-medkit-integration-tests Version: 0.4.0-1noble.20260519.222754 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: bburda Installed-Size: 10902 Depends: ros-jazzy-ros2-medkit-integration-tests (= 0.4.0-1noble.20260519.222754) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-integration-tests/ros-jazzy-ros2-medkit-integration-tests-dbgsym_0.4.0-1noble.20260519.222754_arm64.deb Size: 9472666 SHA256: 5c86856a7bcc5515be5c7ad7a6324fb41f73bea038e55433345f6ed6fa4ca123 SHA1: 72aabdf00b4d11a38cae863d46ebe6a1c7d2d216 MD5sum: 174f23cf5b2bb2d27cf1d39c0b198379 Description: debug symbols for ros-jazzy-ros2-medkit-integration-tests Build-Ids: 168293490d0fa812dc00e93dba3bc6c535a60451 209c8dcf34226134f68b6eeb8bf3cc8ae24b6b6b 3944be53e07cb037857a66afb5664ad657ad3cb1 3d06f50b0cd0041515bd999bc241a054b4f42c30 569ba154392d6bec13cec692c5bed3de8b1ba0ab 5d9519c1ac5336122dbf47ad276f83febf9dc4ef 6fb4fab556b63d5d8dd6514e03a31ce539f67165 9597f09727d876b9bad737f361feafb764e099fa 95cc8a71e44a765b6b3c120c4b39e4265ff4b6d2 9ca33fc0d1af12d661cdc97c21b514342ae47c4e d5ab90be4d5c55845e4c24e277c069603dc73f16 Package: ros-jazzy-ros2-medkit-linux-introspection Version: 0.4.0-1noble.20260520.044124 Architecture: arm64 Maintainer: bburda Installed-Size: 502 Depends: libc6 (>= 2.38), libcpp-httplib0.14t64 (>= 0.14.3+ds), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libsystemd0 (>= 221), libcpp-httplib-dev, libssl-dev, libsystemd-dev, nlohmann-json3-dev, ros-jazzy-ros2-medkit-gateway, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-linux-introspection/ros-jazzy-ros2-medkit-linux-introspection_0.4.0-1noble.20260520.044124_arm64.deb Size: 115670 SHA256: a4b1ad0f305cd56f0938d15c5efb6084d7e84f2c01af15e74f5b5628f8b52872 SHA1: 1381695be66a3b2850f41bca0225c444b1cb7554 MD5sum: 2d5a18bff7bf641b467291bc97d88a73 Description: Linux introspection plugins for ros2_medkit gateway - procfs, systemd, and container Package: ros-jazzy-ros2-medkit-linux-introspection-dbgsym Package-Type: ddeb Source: ros-jazzy-ros2-medkit-linux-introspection Version: 0.4.0-1noble.20260520.044124 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: bburda Installed-Size: 2823 Depends: ros-jazzy-ros2-medkit-linux-introspection (= 0.4.0-1noble.20260520.044124) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-linux-introspection/ros-jazzy-ros2-medkit-linux-introspection-dbgsym_0.4.0-1noble.20260520.044124_arm64.deb Size: 2666212 SHA256: 67ef184c743549013be8dba6f427852de8b2b2d20022482699076ce166900405 SHA1: c3506ba97ceaf4be965848046fdaca9edb4d86a2 MD5sum: 830ceb883e411ad249885a7c5ea12927 Description: debug symbols for ros-jazzy-ros2-medkit-linux-introspection Build-Ids: 1f9e12f407de66d905b18b91308ad96178730314 2559b8ee9b3d615738be7fa0539bc8d0ab5cd36d 749583b2377853799786da2783548a023d63151f Package: ros-jazzy-ros2-medkit-msgs Version: 0.4.0-1noble.20260519.185932 Architecture: arm64 Maintainer: bburda Installed-Size: 5738 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-diagnostic-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-msgs/ros-jazzy-ros2-medkit-msgs_0.4.0-1noble.20260519.185932_arm64.deb Size: 394404 SHA256: 6232e7da3c5a0d72350bb913237de11343ee4d01041ee4cc161a5be6eed5a506 SHA1: 2019903b3058309415ba312c9195617ca844f1db MD5sum: 48b6fdd42dd8eb46622bceb96b727527 Description: ROS 2 message and service definitions for ros2_medkit fault management Package: ros-jazzy-ros2-medkit-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-ros2-medkit-msgs Version: 0.4.0-1noble.20260519.185932 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: bburda Installed-Size: 4522 Depends: ros-jazzy-ros2-medkit-msgs (= 0.4.0-1noble.20260519.185932) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-msgs/ros-jazzy-ros2-medkit-msgs-dbgsym_0.4.0-1noble.20260519.185932_arm64.deb Size: 3563748 SHA256: 534ec74b9408e02f11b765e4e3633e210bfa80fb6336dd56b931d96d74a5e41f SHA1: dde85988e2b982adfbd233d78212841622043f27 MD5sum: 00d60f0ddf83c19d70a6431815a22476 Description: debug symbols for ros-jazzy-ros2-medkit-msgs Build-Ids: 1973e7b14d97c0e5cb95c4aeabb8c87a95873553 28afceecac9e99b0ac0635cbbd786c831b55dce9 2b9672f774d8f504e23c61fffa83b025829e6e61 36d3d4f8d616da09b54463ba5ff79858cf9c8149 7264027ad4fe29b9243b550e2713a3b98793f6bb b4da70eb7939bd2a398cbf0942763f4a4d3940b1 d6178465bb90afb1a9d5c8daef539c7fce1775c9 db9aed2f1b273d9ef02514f9030e7a95eab70634 ef1be2f523701387b2eba61bebeaa8e72525ba01 f0c09f21ac4d357aad26ab12d50ff4e0437b5c86 f38a064a410eb24825c1cea811f2d9c749c3e8b5 Package: ros-jazzy-ros2-medkit-param-beacon Version: 0.4.0-1noble.20260520.031543 Architecture: arm64 Maintainer: bburda Installed-Size: 239 Depends: libc6 (>= 2.34), libcpp-httplib0.14t64 (>= 0.14.3+ds), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libcpp-httplib-dev, libssl-dev, nlohmann-json3-dev, ros-jazzy-rclcpp, ros-jazzy-ros2-medkit-beacon-common, ros-jazzy-ros2-medkit-gateway, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-param-beacon/ros-jazzy-ros2-medkit-param-beacon_0.4.0-1noble.20260520.031543_arm64.deb Size: 67828 SHA256: 9bcaeab441c81bb3049854354018e60ac4be48c4567adfa2a8f15a9c25867f4a SHA1: 6d68dea61a82380a3e89e303e77e848ce0a16080 MD5sum: 56a9ade46d5ed5e746fd7de43f9a570e Description: Parameter-based beacon discovery plugin for ros2_medkit gateway Package: ros-jazzy-ros2-medkit-param-beacon-dbgsym Package-Type: ddeb Source: ros-jazzy-ros2-medkit-param-beacon Version: 0.4.0-1noble.20260520.031543 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: bburda Installed-Size: 990 Depends: ros-jazzy-ros2-medkit-param-beacon (= 0.4.0-1noble.20260520.031543) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-param-beacon/ros-jazzy-ros2-medkit-param-beacon-dbgsym_0.4.0-1noble.20260520.031543_arm64.deb Size: 922734 SHA256: 55df652fe01603efd5c8eed35479ddd1020b07258c85d323bf82c59d48f0d6fb SHA1: 75a8e79d127e6891c88f4759b140b976ae46e878 MD5sum: 8634560187f8da9da27bda2f756299cb Description: debug symbols for ros-jazzy-ros2-medkit-param-beacon Build-Ids: 2cb908e5ee99d96f014503ebd3515b5b2b2e083b Package: ros-jazzy-ros2-medkit-serialization Version: 0.4.0-1noble.20260519.211950 Architecture: arm64 Maintainer: bburda Installed-Size: 1220 Depends: nlohmann-json3-dev, ros-jazzy-rclcpp, ros-jazzy-rcpputils, ros-jazzy-rcutils, ros-jazzy-rosidl-runtime-c, ros-jazzy-rosidl-runtime-cpp, ros-jazzy-rosidl-typesupport-introspection-c, ros-jazzy-rosidl-typesupport-introspection-cpp, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-serialization/ros-jazzy-ros2-medkit-serialization_0.4.0-1noble.20260519.211950_arm64.deb Size: 178626 SHA256: 1116aab0d7a3463e2ecd3bc6d02631700ee6da40bff3c4a512fd9439c11efd6e SHA1: 0095bb1feeba423770e68c0ec24eff4424557685 MD5sum: d6c1a639b95ba6298802e8821c6789be Description: Runtime JSON to ROS 2 message serialization library Package: ros-jazzy-ros2-medkit-topic-beacon Version: 0.4.0-1noble.20260520.011001 Architecture: arm64 Maintainer: bburda Installed-Size: 561 Depends: libc6 (>= 2.34), libcpp-httplib0.14t64 (>= 0.14.3+ds), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libcpp-httplib-dev, libssl-dev, nlohmann-json3-dev, ros-jazzy-diagnostic-msgs, ros-jazzy-rclcpp, ros-jazzy-ros2-medkit-beacon-common, ros-jazzy-ros2-medkit-gateway, ros-jazzy-ros2-medkit-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-topic-beacon/ros-jazzy-ros2-medkit-topic-beacon_0.4.0-1noble.20260520.011001_arm64.deb Size: 125494 SHA256: 133d683d907a6f2f85555999929bb79cdadd72d30249c917936106433e85c21d SHA1: b0ebbca41b48ea3d88631463ccf5a356dbdcbda0 MD5sum: e343efe60b2b2360313c7dee6e57e296 Description: Topic-based beacon discovery plugin for ros2_medkit gateway Package: ros-jazzy-ros2-medkit-topic-beacon-dbgsym Package-Type: ddeb Source: ros-jazzy-ros2-medkit-topic-beacon Version: 0.4.0-1noble.20260520.011001 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: bburda Installed-Size: 2454 Depends: ros-jazzy-ros2-medkit-topic-beacon (= 0.4.0-1noble.20260520.011001) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-topic-beacon/ros-jazzy-ros2-medkit-topic-beacon-dbgsym_0.4.0-1noble.20260520.011001_arm64.deb Size: 2095488 SHA256: ae0daeae59db1b6fa683c09746902273718fda4b4289d6fa986657a4d05f8b3b SHA1: 90e59e3d0c06705c03ad56661fcc10760706f969 MD5sum: 8e49a362b231765379d60a877c57f892 Description: debug symbols for ros-jazzy-ros2-medkit-topic-beacon Build-Ids: 88179c6bd3dbc91dd8ea725aa887d24d90f7c02d Package: ros-jazzy-ros2-snapshot Version: 0.0.7-1noble.20260520.042329 Architecture: arm64 Maintainer: CNU Robotics CHRISLab Installed-Size: 1165 Depends: graphviz, python3-graphviz, python3-psutil, python3-pydantic, python3-yaml, ros-jazzy-ament-index-python, ros-jazzy-rclpy, ros-jazzy-ros2cli, ros-jazzy-ros2component, ros-jazzy-ros2node, ros-jazzy-ros2param, ros-jazzy-ros2pkg, ros-jazzy-ros2service, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/ros2_snapshot/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-snapshot/ros-jazzy-ros2-snapshot_0.0.7-1noble.20260520.042329_arm64.deb Size: 226378 SHA256: c70d6250449044ff02e510cab3a54a5c4e4c40e9d5c711f88a396072baf13f53 SHA1: 2c60dccd81dbf739a1bd7e7cc4ad6a898dd59ff9 MD5sum: 58b0bad7eca26659d26b9303e85ad59e Description: ROS2 Snapshot - contains workspace modeler and snapshot tools Package: ros-jazzy-ros2-socketcan Version: 1.3.0-1noble.20260519.232806 Architecture: arm64 Maintainer: Josh Whitley Installed-Size: 1278 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-can-msgs, ros-jazzy-lifecycle-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclcpp-lifecycle, ros-jazzy-ros2-socketcan-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-socketcan/ros-jazzy-ros2-socketcan_1.3.0-1noble.20260519.232806_arm64.deb Size: 187638 SHA256: e78e8ca41524cb775c207e97d4f4aceb31f11623980d1f0a5e3ad2a129e9367b SHA1: 651ffb8cb704a2cdb4a6742192d280f04fc2d09f MD5sum: d7935a9769a1f1830e6b84a3e43c1b1a Description: Simple wrapper around SocketCAN Package: ros-jazzy-ros2-socketcan-dbgsym Package-Type: ddeb Source: ros-jazzy-ros2-socketcan Version: 1.3.0-1noble.20260519.232806 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Josh Whitley Installed-Size: 4881 Depends: ros-jazzy-ros2-socketcan (= 1.3.0-1noble.20260519.232806) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-socketcan/ros-jazzy-ros2-socketcan-dbgsym_1.3.0-1noble.20260519.232806_arm64.deb Size: 3981650 SHA256: 971cab3aa4ba6735c93a116f262a5e50ce11768c9f3e74f6738847bf8ceea82f SHA1: a74edb4ee88af0068e3297a30d7c245532ea9110 MD5sum: d259e346e50db5fa66ae567bf5a848cd Description: debug symbols for ros-jazzy-ros2-socketcan Build-Ids: 346c4500c90b4471212b3bf5d46faa6c8e90e52d 6863d8b83e1f7a1608f01553d0518db816d51877 79e3824ea403e50f726c33682c2661636f4e8966 b66579318c374ec58f5486797f8bf05c14dbfbd5 cecdf4f2950d5ce0a30c65778b407037225dbe2c Package: ros-jazzy-ros2-socketcan-msgs Version: 1.3.0-1noble.20260519.194603 Architecture: arm64 Maintainer: Josh Whitley Installed-Size: 1026 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-socketcan-msgs/ros-jazzy-ros2-socketcan-msgs_1.3.0-1noble.20260519.194603_arm64.deb Size: 50644 SHA256: 759868a3d820713d7b59798e79186c255747309bca0988625660c1cc8963183f SHA1: f29557a18516f3154c0b9524038bc9c0cbf1366d MD5sum: b62909b3f339a02e586c0cfbb089774b Description: Messages for SocketCAN Package: ros-jazzy-ros2-socketcan-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-ros2-socketcan-msgs Version: 1.3.0-1noble.20260519.194603 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Josh Whitley Installed-Size: 329 Depends: ros-jazzy-ros2-socketcan-msgs (= 1.3.0-1noble.20260519.194603) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-socketcan-msgs/ros-jazzy-ros2-socketcan-msgs-dbgsym_1.3.0-1noble.20260519.194603_arm64.deb Size: 217524 SHA256: c08ea10d66bed23120ad92dd0babc0dc2936190ad76b269413568f62d95ff8bc SHA1: 5db7b001c50ecc3de7cb51547e42fd81acf1405c MD5sum: 996cdd776d7ae33c63c1d16b1588582f Description: debug symbols for ros-jazzy-ros2-socketcan-msgs Build-Ids: 1775f632f4b4a59a237e702e2cc174cbf6e1041d 2fca45ee13256acd6077df3e33e622fc13407d6f 39e03143badcb889a5915c55ce5222241475f5b4 458594595c02aca73bfd618f2e012adc7227f8f9 669f21862ff360bd39aee0fc72e92f440a686716 9d6eec5818d950bfe10338536b4c466585d59eeb c849b939dccd51bbc9ffe1eeaa77cc286bd58862 cd797eb418705df1608d5e188280142f7e663ddc d053c1777c5b871b602847817432302dd783ac32 f3dfe4bcad2484dc824c1e1a62ff1171934dae05 f7edff6f55882ec4f2552c234b6bc32769622e04 Package: ros-jazzy-ros2acceleration Version: 0.5.1-4noble.20260520.041712 Architecture: arm64 Maintainer: Víctor Mayoral Vilches Installed-Size: 80 Depends: python3-numpy, python3-yaml, ros-jazzy-rclpy, ros-jazzy-ros2cli, ros-jazzy-rosidl-runtime-py, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2acceleration/ros-jazzy-ros2acceleration_0.5.1-4noble.20260520.041712_arm64.deb Size: 13446 SHA256: b185d1d4bfc97f281e96765a3e80e89b9bc8448596bbf48d733d4ee7e717d614 SHA1: 109b496ed07bc2f37f0abeb32aa58b09a355338a MD5sum: a78d72bbe38b25484903bfb845d47775 Description: The acceleration command for ROS 2 command line tools. Package: ros-jazzy-ros2action Version: 0.32.9-1noble.20260520.032531 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 92 Depends: ros-jazzy-action-msgs, ros-jazzy-ament-index-python, ros-jazzy-rclpy, ros-jazzy-ros2cli, ros-jazzy-rosidl-runtime-py, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2action/ros-jazzy-ros2action_0.32.9-1noble.20260520.032531_arm64.deb Size: 19646 SHA256: 9407188bb5cca42e5f70c29f4856ca27e05551fb51dbb4a44bd01e259fdf5753 SHA1: e866eb08234a639ee89b0e22a690688c5180c010 MD5sum: ddebae99f88def7ab0c7cc52fc41e9e2 Description: The action command for ROS 2 command line tools. Package: ros-jazzy-ros2agnocast Version: 2.3.3-1noble.20260520.055514 Architecture: arm64 Maintainer: Takahiro Ishikawa-Aso Installed-Size: 157 Depends: ros-jazzy-agnocast-ioctl-wrapper, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2agnocast/ros-jazzy-ros2agnocast_2.3.3-1noble.20260520.055514_arm64.deb Size: 30244 SHA256: 8036ada41a59f23b284dc9499e1ee2563d149c410a9f9e3a3ac297b5be7313a4 SHA1: 283a3c009552a75ad86e1a2151eff45620917e12 MD5sum: 998a6419608130b16f0a70f1bc961e57 Description: The ROS 2 command line tool extension for Agnocast. Package: ros-jazzy-ros2ai Version: 0.1.3-4noble.20260520.055907 Architecture: arm64 Maintainer: Tomoya Fujita Installed-Size: 116 Depends: curl, libcurl4-openssl-dev, python3-openai, python3-validators, ros-jazzy-ros2cli, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2ai/ros-jazzy-ros2ai_0.1.3-4noble.20260520.055907_arm64.deb Size: 24280 SHA256: 818f07fae3cb1c501e699412197b4d89ec3a6a8991ced62685a7a5c272ad8b58 SHA1: cf4b396debf6053080fdfe59fe9db28430f8eb14 MD5sum: 5e4e819140562e8a80e15564034e57b7 Description: The OpenAI command for ROS 2 command line tools. Package: ros-jazzy-ros2bag Version: 0.26.10-2noble.20260520.052341 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 187 Depends: python3-yaml, ros-jazzy-ament-index-python, ros-jazzy-rclpy, ros-jazzy-ros2cli, ros-jazzy-rosbag2-py, ros-jazzy-rosbag2-storage-default-plugins, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2bag/ros-jazzy-ros2bag_0.26.10-2noble.20260520.052341_arm64.deb Size: 43190 SHA256: fe30e45111d400e548b990b68ce4cbc16c09b22abcbe742c7c72ef9dbe702b6e SHA1: 173cc14e4e53496059c09abef2b61b6454494c0a MD5sum: 40fa31c010cf2e8a71e7a441f9dd00ad Description: Entry point for rosbag in ROS 2 Package: ros-jazzy-ros2cli Version: 0.32.9-1noble.20260520.032310 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 235 Depends: python3-argcomplete, python3-importlib-metadata, python3-packaging, python3-pkg-resources, python3-psutil, ros-jazzy-rclpy, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2cli/ros-jazzy-ros2cli_0.32.9-1noble.20260520.032310_arm64.deb Size: 53244 SHA256: 5e7424cb761734adb86fa07bdaf81f8412c0cae3323a0e32251ff2b864f01810 SHA1: 947093c35dc1e23d1fdcd06f4bc5639e94da24a6 MD5sum: 7eeb7227972b082a91b99bac9e9812ff Description: Framework for ROS 2 command line tools. Package: ros-jazzy-ros2cli-common-extensions Version: 0.3.1-1noble.20260520.060143 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 42 Depends: ros-jazzy-launch-xml, ros-jazzy-launch-yaml, ros-jazzy-ros2action, ros-jazzy-ros2cli, ros-jazzy-ros2component, ros-jazzy-ros2doctor, ros-jazzy-ros2interface, ros-jazzy-ros2launch, ros-jazzy-ros2lifecycle, ros-jazzy-ros2multicast, ros-jazzy-ros2node, ros-jazzy-ros2param, ros-jazzy-ros2pkg, ros-jazzy-ros2plugin, ros-jazzy-ros2run, ros-jazzy-ros2service, ros-jazzy-ros2topic, ros-jazzy-sros2, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2cli-common-extensions/ros-jazzy-ros2cli-common-extensions_0.3.1-1noble.20260520.060143_arm64.deb Size: 5760 SHA256: 474885491367d9f15f8b735b71e2b313550fb4f3f2fa2f4d049736e8cd894b68 SHA1: 64dc2d9e1868361476fc8f30fd8dcb10bc9b8509 MD5sum: f009eb363ac5550dfb03071ef2d184e0 Description: Meta package for ros2cli common extensions Package: ros-jazzy-ros2cli-test-interfaces Version: 0.32.9-1noble.20260519.194610 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 2831 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2cli-test-interfaces/ros-jazzy-ros2cli-test-interfaces_0.32.9-1noble.20260519.194610_arm64.deb Size: 168478 SHA256: 660f9a16db1c33bcfebc5e568c02091ce6a5f2d48ff3537c4d4cdc0cca12a2ea SHA1: a918b9b6fb4baa6aac5376f60d9f898b9fafb3ee MD5sum: acb636177cbb3cb31d38cf21daab8a0b Description: A package containing interface definitions for testing ros2cli. Package: ros-jazzy-ros2cli-test-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-ros2cli-test-interfaces Version: 0.32.9-1noble.20260519.194610 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 1579 Depends: ros-jazzy-ros2cli-test-interfaces (= 0.32.9-1noble.20260519.194610) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2cli-test-interfaces/ros-jazzy-ros2cli-test-interfaces-dbgsym_0.32.9-1noble.20260519.194610_arm64.deb Size: 1091110 SHA256: e85d94d6cfd00e3110ffd7f16bc95302515201e8e13183cb2a5a2c325f34a3c3 SHA1: d094221d6e83b04d8e9d12652a8293bee5ebedb4 MD5sum: e52f420b3a9e226cb6155bc67d94787d Description: debug symbols for ros-jazzy-ros2cli-test-interfaces Build-Ids: 2d697332118bb8e842355d5443c53a2cc9f2fc23 3ecb12e6cf07cd808fefa0336ed2a267b04e6093 423539cb3979f96995a3104f3d8d649fa64c7167 524c04e24cada335da8f95d7e4306ed177f1f5e5 59c7e85b5bafc1149501416a87e1a03f2120e898 5ab12d00f92231b7707193a7f2b663452026c9f0 b86d9592514971821e913f55ac9fc85bd5895e81 bf7c66021cf29a7823eec64bbad49704d2323b85 da0145241a4bc1126cf5eb85a7b7a0621cddae0b e4455080207a3a8804afbc2bfd1e0cb22d623606 fb16192023449411964971627edc3e3bbfcc9e3a Package: ros-jazzy-ros2component Version: 0.32.9-1noble.20260520.042230 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 112 Depends: ros-jazzy-ament-index-python, ros-jazzy-composition-interfaces, ros-jazzy-rcl-interfaces, ros-jazzy-rclcpp-components, ros-jazzy-rclpy, ros-jazzy-ros2cli, ros-jazzy-ros2node, ros-jazzy-ros2param, ros-jazzy-ros2pkg, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2component/ros-jazzy-ros2component_0.32.9-1noble.20260520.042230_arm64.deb Size: 22858 SHA256: 1b08ecf8ca0f0b308d54f11ca3a09fe2db7e4aeedc6e55a79ca18ea8dd44ee21 SHA1: d0520070506362855937eb129aa917a031a872c8 MD5sum: 85ea200c4f43f41dc4e2252900a5c4bf Description: The component command for ROS 2 command line tools. Package: ros-jazzy-ros2controlcli Version: 4.45.2-1noble.20260520.051046 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 158 Depends: python3-pygraphviz, ros-jazzy-controller-manager, ros-jazzy-controller-manager-msgs, ros-jazzy-rcl-interfaces, ros-jazzy-rclpy, ros-jazzy-ros2cli, ros-jazzy-ros2node, ros-jazzy-ros2param, ros-jazzy-rosidl-runtime-py, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/ros2controlcli/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2controlcli/ros-jazzy-ros2controlcli_4.45.2-1noble.20260520.051046_arm64.deb Size: 30720 SHA256: 9b371482f521438f8d978c4f335f6ed5aa78cc5ec180adef37b24e287fb431af SHA1: 897adb50e3274886380baaa3ee68081ad6f61db1 MD5sum: 0b5f8cecc462102530983b23c474622d Description: The ROS 2 command line tools for ros2_control. Package: ros-jazzy-ros2doctor Version: 0.32.9-1noble.20260520.032546 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 166 Depends: python3-catkin-pkg-modules, python3-importlib-metadata, python3-psutil, python3-rosdistro-modules, ros-jazzy-ament-index-python, ros-jazzy-rclpy, ros-jazzy-ros-environment, ros-jazzy-ros2cli, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2doctor/ros-jazzy-ros2doctor_0.32.9-1noble.20260520.032546_arm64.deb Size: 41692 SHA256: ce1947f1a5342b6f7c3fade1f12fe3adf26f8d0243e58f9f4eae036ae2d37969 SHA1: 6777567e5aeafa3ea0e0564aaa98ea440dc9aa24 MD5sum: 0c0db6db71caa95da44cd18204299abb Description: A command line tool to check potential issues in a ROS 2 system Package: ros-jazzy-ros2interface Version: 0.32.9-1noble.20260520.032553 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 92 Depends: ros-jazzy-ament-index-python, ros-jazzy-ros2cli, ros-jazzy-rosidl-adapter, ros-jazzy-rosidl-runtime-py, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2interface/ros-jazzy-ros2interface_0.32.9-1noble.20260520.032553_arm64.deb Size: 18400 SHA256: 8173117fbb6bbeb09b625a6de72cda25f0320dcf44c8f27d46efab9d444675b9 SHA1: 797240ff6e3bfb6c33fa95eeeaf58cc31239c8e2 MD5sum: 88d5ef11850aaf5c65e2e31573cfc129 Description: The interface command for ROS 2 command line tools Package: ros-jazzy-ros2launch Version: 0.26.11-1noble.20260520.032652 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 83 Depends: ros-jazzy-ament-index-python, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-launch-xml, ros-jazzy-launch-yaml, ros-jazzy-ros2cli, ros-jazzy-ros2pkg, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2launch/ros-jazzy-ros2launch_0.26.11-1noble.20260520.032652_arm64.deb Size: 18146 SHA256: f0ee456394d6b4f171b7de558aa2c93dab84f576ed5bce2a0052930bf35e5574 SHA1: 8bb9cb07a2d333c260a6d49a249c6df6b55aade4 MD5sum: 07bdc7b0835a9edb89dae27412c0ddf5 Description: The launch command for ROS 2 command line tools. Package: ros-jazzy-ros2launch-security Version: 1.0.0-5noble.20260520.033106 Architecture: arm64 Maintainer: Ted Kern Installed-Size: 60 Depends: ros-jazzy-ament-index-python, ros-jazzy-nodl-python, ros-jazzy-ros2launch, ros-jazzy-sros2, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2launch-security/ros-jazzy-ros2launch-security_1.0.0-5noble.20260520.033106_arm64.deb Size: 9964 SHA256: 9419ee12fb841e3695677746f4d35056d48892319caaf4d94f0485f641c5f81a SHA1: 7f232f2d87b77effe79ac98b92a2cf54840b6ece MD5sum: 2511313a1852377aca0f0b121a79890a Description: Security extensions for ros2 launch Package: ros-jazzy-ros2launch-security-examples Version: 1.0.0-5noble.20260520.035804 Architecture: arm64 Maintainer: Ted Kern Installed-Size: 835 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ament-nodl, ros-jazzy-example-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclpy, ros-jazzy-ros2launch-security, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2launch-security-examples/ros-jazzy-ros2launch-security-examples_1.0.0-5noble.20260520.035804_arm64.deb Size: 145858 SHA256: 5f0f6a1113ad286a101af7fd39bab0c32d5f95c84a000bdd7360cfdac84362c6 SHA1: 0134a051c037c3489f7c80682dd856b4cde3989d MD5sum: 71ee1c114060c753ae857d20966448cb Description: Examples of how to use the ros2launch_security extension. Package: ros-jazzy-ros2launch-security-examples-dbgsym Package-Type: ddeb Source: ros-jazzy-ros2launch-security-examples Version: 1.0.0-5noble.20260520.035804 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Ted Kern Installed-Size: 3932 Depends: ros-jazzy-ros2launch-security-examples (= 1.0.0-5noble.20260520.035804) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2launch-security-examples/ros-jazzy-ros2launch-security-examples-dbgsym_1.0.0-5noble.20260520.035804_arm64.deb Size: 3235236 SHA256: 4a11adae73af256a38eef014beb5fa69c0747a4e17e1529ea4473aa6a26b0523 SHA1: c59b78ffe84957b7b4ddaf279febfb6cc24b2423 MD5sum: 235fc4bcede06ed05c5134b7a9d870ad Description: debug symbols for ros-jazzy-ros2launch-security-examples Build-Ids: 37e28e25a8c26bf4681ae2403b9591b821f8b3e7 38ef7fba267edbd26898c8d1cf4d3f02a017de38 4be992e95d9f802f93c5c6b60edd72a6c992da39 9d027d7fb0ed305e499aa51c6f3c7d0d38aadc81 Package: ros-jazzy-ros2lifecycle Version: 0.32.9-1noble.20260520.043129 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 84 Depends: ros-jazzy-lifecycle-msgs, ros-jazzy-rclpy, ros-jazzy-ros2cli, ros-jazzy-ros2node, ros-jazzy-ros2service, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2lifecycle/ros-jazzy-ros2lifecycle_0.32.9-1noble.20260520.043129_arm64.deb Size: 16266 SHA256: ab9c81ff0e95d0e659d5f3d467bf68cf88c345de2cf4eed0b36c7e402794cc30 SHA1: 2108f30a0f067efbd132ba79f941999f070bee7a MD5sum: a5e1f1a6f5d88e3e580eec4f2f29ea03 Description: The lifecycle command for ROS 2 command line tools. Package: ros-jazzy-ros2lifecycle-test-fixtures Version: 0.32.9-1noble.20260520.031312 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 112 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2lifecycle-test-fixtures/ros-jazzy-ros2lifecycle-test-fixtures_0.32.9-1noble.20260520.031312_arm64.deb Size: 14014 SHA256: 8f267db75b2147d7a3fa9b4b1c91377c2e8bdbc9c1a33c606aa98fde9db999b4 SHA1: 306256abf5a08daa9b3548955b4ef25c51bb06ab MD5sum: 768394e28c017a28bed70752ef7925bc Description: Package containing fixture nodes for ros2lifecycle tests Package: ros-jazzy-ros2lifecycle-test-fixtures-dbgsym Package-Type: ddeb Source: ros-jazzy-ros2lifecycle-test-fixtures Version: 0.32.9-1noble.20260520.031312 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 261 Depends: ros-jazzy-ros2lifecycle-test-fixtures (= 0.32.9-1noble.20260520.031312) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2lifecycle-test-fixtures/ros-jazzy-ros2lifecycle-test-fixtures-dbgsym_0.32.9-1noble.20260520.031312_arm64.deb Size: 237352 SHA256: 7504df619939c89ea765ebc8f50391f63b1a92c3f264d333ef160b74913bbafd SHA1: b6b3510db0fc3c4d06a8f5182c978f732f70bf21 MD5sum: f2c2b0e7184774f79f2d131930efb729 Description: debug symbols for ros-jazzy-ros2lifecycle-test-fixtures Build-Ids: 6049c80af5329a429a704e9c1604eeb1c12f4f8d Package: ros-jazzy-ros2multicast Version: 0.32.9-1noble.20260520.055906 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 62 Depends: ros-jazzy-ros2cli, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2multicast/ros-jazzy-ros2multicast_0.32.9-1noble.20260520.055906_arm64.deb Size: 10734 SHA256: e73454c75e36bb21dfe09e987a0770e978e813d144b4e1913d3b9c16bd920c7d SHA1: 552202e57fc439125ad46418720afbf634604a51 MD5sum: a4332611d43a5f0002a96dd73e114934 Description: The multicast command for ROS 2 command line tools. Package: ros-jazzy-ros2node Version: 0.32.9-1noble.20260520.041800 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 75 Depends: ros-jazzy-rclpy, ros-jazzy-ros2cli, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2node/ros-jazzy-ros2node_0.32.9-1noble.20260520.041800_arm64.deb Size: 15316 SHA256: f71a9174c33f8a5f2092622ce45633dd479d0f2ef7f9004dae53949edc6cd61b SHA1: d95ef80d93dbd71e4dbf50aa0aa98e9398008da0 MD5sum: 5dee402174c937f2557b108bda0fa0cb Description: The node command for ROS 2 command line tools. Package: ros-jazzy-ros2nodl Version: 0.3.1-5noble.20260520.060129 Architecture: arm64 Maintainer: Ubuntu Robotics Installed-Size: 52 Depends: python3-argcomplete, ros-jazzy-ament-index-python, ros-jazzy-nodl-python, ros-jazzy-ros2cli, ros-jazzy-ros2pkg, ros-jazzy-ros2run, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2nodl/ros-jazzy-ros2nodl_0.3.1-5noble.20260520.060129_arm64.deb Size: 8338 SHA256: 98ab51734a611d6c29d56d212379afb9aaa48f689c882bffa2e4b165f7f7c703 SHA1: abff87530cdda8ae0bb182f28cf210b0a5eff414 MD5sum: 5030fad092362a3f5212e870a96e81c6 Description: CLI tools for NoDL files. Package: ros-jazzy-ros2param Version: 0.32.9-1noble.20260520.042127 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 122 Depends: ros-jazzy-rcl-interfaces, ros-jazzy-rclpy, ros-jazzy-ros2cli, ros-jazzy-ros2node, ros-jazzy-ros2service, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2param/ros-jazzy-ros2param_0.32.9-1noble.20260520.042127_arm64.deb Size: 23064 SHA256: 6cc88ec10e05997b35f5b3a3ac0fb7b63546df8e12b40d2642f17dfa1f127827 SHA1: 4c4ddcc9ccdd205c5ee6fbcb51d0e357a40f7662 MD5sum: 72dc8e9790888b6aaef1e530c6e66869 Description: The param command for ROS 2 command line tools. Package: ros-jazzy-ros2pkg Version: 0.32.9-1noble.20260520.032552 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 162 Depends: python3-catkin-pkg-modules, python3-empy, python3-minimal, python3-pkg-resources, ros-jazzy-ament-copyright, ros-jazzy-ament-index-python, ros-jazzy-ros2cli, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2pkg/ros-jazzy-ros2pkg_0.32.9-1noble.20260520.032552_arm64.deb Size: 30458 SHA256: f648e9c89bd38104f62c3a9bbf3e01af87f0a73932507f5ac375ca995cf57a74 SHA1: d45c1d47be709828e6ad92add01a643dffd60956 MD5sum: af4e89dbc0c49894bb75a32b71827977 Description: The pkg command for ROS 2 command line tools. Package: ros-jazzy-ros2plugin Version: 5.4.5-1noble.20260520.032651 Architecture: arm64 Maintainer: Jeremie Deray Installed-Size: 59 Depends: ros-jazzy-ament-index-python, ros-jazzy-rclpy, ros-jazzy-ros2cli, ros-jazzy-ros2pkg, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2plugin/ros-jazzy-ros2plugin_5.4.5-1noble.20260520.032651_arm64.deb Size: 9996 SHA256: 62bdf77b0065c4e328bd170ce8494ca190ac5a10018d6c9ca420df538bc1daa3 SHA1: 2fe0a67a703bc1b6032319ff9e13bd82b1746dc5 MD5sum: bd5c4c5dcca6bc2feb3b557a6ad29224 Description: The plugin command for ROS 2 command line tools. Package: ros-jazzy-ros2run Version: 0.32.9-1noble.20260520.060002 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 52 Depends: ros-jazzy-ros2cli, ros-jazzy-ros2pkg, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2run/ros-jazzy-ros2run_0.32.9-1noble.20260520.060002_arm64.deb Size: 9844 SHA256: 4767cbf6dbea4391c223ce67eebd3341d934fefca8c6368bb23315a872bcda03 SHA1: 9b2bd816b49bb410b484f12c70e8a63e1b91897f MD5sum: cdb76a0916e50d5944b919659b315598 Description: The run command for ROS 2 command line tools. Package: ros-jazzy-ros2service Version: 0.32.9-1noble.20260520.041930 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 109 Depends: python3-yaml, ros-jazzy-rclpy, ros-jazzy-ros2cli, ros-jazzy-ros2topic, ros-jazzy-rosidl-runtime-py, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2service/ros-jazzy-ros2service_0.32.9-1noble.20260520.041930_arm64.deb Size: 23188 SHA256: ab97d568703f9c8090cf976478ef6debf93dc8ff66378289c5e28676c5163455 SHA1: 3c0140f5d2f85862e07d34ecdc07b0415a6a811e MD5sum: b8d93c37c9d09f412ada292b5d1fbebf Description: The service command for ROS 2 command line tools. Package: ros-jazzy-ros2test Version: 0.6.0-3noble.20260520.032627 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 39 Depends: ros-jazzy-domain-coordinator, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-launch-testing, ros-jazzy-launch-testing-ros, ros-jazzy-ros2cli, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2test/ros-jazzy-ros2test_0.6.0-3noble.20260520.032627_arm64.deb Size: 5586 SHA256: 466ae10080fa4ab6942cd56020088b99f498784b0742a81aeaac12832536fc4b SHA1: 59c47a1364098fc765676c172ee6e38c06d86f6f MD5sum: b765b582a2cc07ecc7ec0523be45980d Description: The test command for ROS 2 launch tests. Package: ros-jazzy-ros2topic Version: 0.32.9-1noble.20260520.041812 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 200 Depends: python3-numpy, python3-yaml, ros-jazzy-rclpy, ros-jazzy-ros2cli, ros-jazzy-rosidl-runtime-py, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2topic/ros-jazzy-ros2topic_0.32.9-1noble.20260520.041812_arm64.deb Size: 48744 SHA256: 6640d2ea4b9ffedd218cb3db54104270730f5a368f72d879ade667ffe7bd8cef SHA1: 8d069dda0861da0b01b1f9958d333ba7e34ff832 MD5sum: 0968c3c57bb0895be52bba5af9c6b7cf Description: The topic command for ROS 2 command line tools. Package: ros-jazzy-ros2trace Version: 8.2.5-1noble.20260520.104634 Architecture: arm64 Maintainer: Christophe Bedard Installed-Size: 59 Depends: ros-jazzy-ros2cli, ros-jazzy-tracetools-trace, ros-jazzy-ros-workspace Homepage: https://docs.ros.org/en/rolling/p/ros2trace/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2trace/ros-jazzy-ros2trace_8.2.5-1noble.20260520.104634_arm64.deb Size: 7828 SHA256: 5e9a02dc413a94ad9aca8b7626aff07c2c22edf77b41b00bcf5faff0b4356692 SHA1: 974b290b5cb9ababa76b7d48d66203fcf95be705 MD5sum: eeaf52b8fcbccef1e86df585f75668e3 Description: The trace command for ROS 2 command line tools. Package: ros-jazzy-ros2trace-analysis Version: 3.0.0-6noble.20260520.104727 Architecture: arm64 Maintainer: Christophe Bedard Installed-Size: 56 Depends: ros-jazzy-ros2cli, ros-jazzy-tracetools-analysis, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/ros2trace_analysis/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2trace-analysis/ros-jazzy-ros2trace-analysis_3.0.0-6noble.20260520.104727_arm64.deb Size: 5960 SHA256: 601dc2b6f27d96ae3edf2a40bb121ec88cd7399d7a130c2b3595f9a2cbd77b96 SHA1: 83f25ab3d3020e7e2a33d1df9671819310bba6f4 MD5sum: 880f5e80d260715bce832c61cb0445c9 Description: The trace-analysis command for ROS 2 command line tools. Package: ros-jazzy-rosapi Version: 2.6.0-1noble.20260520.042015 Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 126 Depends: ros-jazzy-builtin-interfaces, ros-jazzy-rcl-interfaces, ros-jazzy-rclpy, ros-jazzy-ros2action, ros-jazzy-ros2interface, ros-jazzy-ros2node, ros-jazzy-ros2service, ros-jazzy-ros2topic, ros-jazzy-rosapi-msgs, ros-jazzy-rosbridge-library, ros-jazzy-rosidl-adapter, ros-jazzy-rosidl-runtime-py, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/rosapi Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosapi/ros-jazzy-rosapi_2.6.0-1noble.20260520.042015_arm64.deb Size: 21248 SHA256: 65bd6ce3d7d38cfdf5df21dd4d536835723d01edf79072ba68d20ed5f7730e0c SHA1: a1ed6868a453da8bdde06cf195f5b60ba85a2069 MD5sum: d3e57fc3dd3b5eccb75728d4b7a0df97 Description: Provides services for getting various ROS meta-information, including ROS topic, services, interfaces or action servers and managing ROS parameters. Package: ros-jazzy-rosapi-msgs Version: 2.6.0-1noble.20260519.042016 Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 12687 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/rosapi Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosapi-msgs/ros-jazzy-rosapi-msgs_2.6.0-1noble.20260519.042016_arm64.deb Size: 683416 SHA256: a9ad47420b7eba108f2695026e1413313faa1a6f4af55da3af1de8aa4f78648b SHA1: b2776c1ae92da13299aee24ab2b0778cd8b58341 MD5sum: 28f1eeea2b0f1db522fc452cc0b08c1b Description: Interface definitions for rosapi package. Package: ros-jazzy-rosapi-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-rosapi-msgs Version: 2.6.0-1noble.20260519.042016 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 9923 Depends: ros-jazzy-rosapi-msgs (= 2.6.0-1noble.20260519.042016) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosapi-msgs/ros-jazzy-rosapi-msgs-dbgsym_2.6.0-1noble.20260519.042016_arm64.deb Size: 7548370 SHA256: e4923ed56654d3a58048d06c6dc77453355cffb996c83de0a04708578a68238d SHA1: d5b2e3e5c2cb140b97e46f109782e91f0d205850 MD5sum: 407a079c595c99fb72b5fe7714fb7643 Description: debug symbols for ros-jazzy-rosapi-msgs Build-Ids: 26fc17f5ee0dd40c0ceb15fac09ba4e563805925 5997927631cf9d76e73528debc1770bd8ea3941d 7834b23dcae240756e0cbd6336ab0f4b59284dc6 7f985c77ae70409c990e8eacca4f1949f77ca1ee bbb7e01ca614915f93a190788d6a014764053740 c0afae3ac970ff8bbd010e6f32c37fed3e68a837 c460cc8381e9cb8aa9ba109f4751996249d962ce cb0e39478acbe658922dd6a787a97d085de4bf3d cec74289d96e69c96cfb0a4b4eb63882be1e74d9 e298ad5861cf1e395468346fd240512b05b84e9c fc416b94b830542629ec2a9e6fcf8af984f62827 Package: ros-jazzy-rosbag2 Version: 0.26.10-2noble.20260520.053152 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 45 Depends: ros-jazzy-ros2bag, ros-jazzy-rosbag2-compression, ros-jazzy-rosbag2-compression-zstd, ros-jazzy-rosbag2-cpp, ros-jazzy-rosbag2-py, ros-jazzy-rosbag2-storage, ros-jazzy-rosbag2-storage-default-plugins, ros-jazzy-rosbag2-transport, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2/ros-jazzy-rosbag2_0.26.10-2noble.20260520.053152_arm64.deb Size: 8898 SHA256: 7818e5ba3ae25a3da318dc7343c0601d59ecadf25621f5a10f434514facf40d1 SHA1: 875792c28bb849d4d2e82183c1d2aa0af4b87687 MD5sum: 8f61ae07710cbcadfef13b30a5b6cd4e Description: Meta package for rosbag2 related packages Package: ros-jazzy-rosbag2-compression Version: 0.26.10-2noble.20260520.043809 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 489 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 12), libtinyxml2-10 (>= 10.0.0), ros-jazzy-rcpputils, ros-jazzy-rcutils, ros-jazzy-rosbag2-cpp, ros-jazzy-rosbag2-storage, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-compression/ros-jazzy-rosbag2-compression_0.26.10-2noble.20260520.043809_arm64.deb Size: 124998 SHA256: 29555e93b6df47e28a1364d87301e60f4d4cc6ef6155a9425c1d3a72aaad18b4 SHA1: 86da0248aa2f7b1370e7bf514d5f895ae6c11759 MD5sum: 709becd837dbae76b528c70b24a2d3e5 Description: Compression implementations for rosbag2 bags and messages. Package: ros-jazzy-rosbag2-compression-dbgsym Package-Type: ddeb Source: ros-jazzy-rosbag2-compression Version: 0.26.10-2noble.20260520.043809 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 1726 Depends: ros-jazzy-rosbag2-compression (= 0.26.10-2noble.20260520.043809) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-compression/ros-jazzy-rosbag2-compression-dbgsym_0.26.10-2noble.20260520.043809_arm64.deb Size: 1568604 SHA256: 38700e9a6f726a61d5b137ce63ad107b1caad8b46bed74589b7149b05cf9309b SHA1: 940624393d4d2f996fbcd72eabca48abe8713cb7 MD5sum: 808d141c6ebf8210b42bc3ff00654b93 Description: debug symbols for ros-jazzy-rosbag2-compression Build-Ids: f65e0896cafadc1a1cca95e9547c1506cddbc4aa Package: ros-jazzy-rosbag2-compression-zstd Version: 0.26.10-2noble.20260520.044141 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 148 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-jazzy-pluginlib, ros-jazzy-rcutils, ros-jazzy-rosbag2-compression, ros-jazzy-zstd-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-compression-zstd/ros-jazzy-rosbag2-compression-zstd_0.26.10-2noble.20260520.044141_arm64.deb Size: 31118 SHA256: 6a2e99bf1ff116cb358bde3ec373f75d2ac7d571ff150c5dc8fe87c5ba38f7e7 SHA1: 37d47a09144f5c7aae339a2d4ae82396b498e402 MD5sum: 10296e7cf87525e30495b43f00a21a7c Description: Zstandard compression library implementation of rosbag2_compression Package: ros-jazzy-rosbag2-compression-zstd-dbgsym Package-Type: ddeb Source: ros-jazzy-rosbag2-compression-zstd Version: 0.26.10-2noble.20260520.044141 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 308 Depends: ros-jazzy-rosbag2-compression-zstd (= 0.26.10-2noble.20260520.044141) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-compression-zstd/ros-jazzy-rosbag2-compression-zstd-dbgsym_0.26.10-2noble.20260520.044141_arm64.deb Size: 268730 SHA256: 12b775f239f5ea44ca02dfda14d42c097072465e7953aa892f8880368f2a3efc SHA1: b98e1cadbb7a9f74f9463a7865fa510b29dbbff0 MD5sum: 1842289a75e9befa5ddf72cf985be6ec Description: debug symbols for ros-jazzy-rosbag2-compression-zstd Build-Ids: 118c2369410b1c134a7ce12b4d4c53f018d22215 Package: ros-jazzy-rosbag2-cpp Version: 0.26.10-2noble.20260519.210607 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 798 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-ament-index-cpp, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rcpputils, ros-jazzy-rcutils, ros-jazzy-rmw, ros-jazzy-rmw-implementation, ros-jazzy-rosbag2-storage, ros-jazzy-rosidl-runtime-c, ros-jazzy-rosidl-runtime-cpp, ros-jazzy-rosidl-typesupport-cpp, ros-jazzy-rosidl-typesupport-introspection-cpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-cpp/ros-jazzy-rosbag2-cpp_0.26.10-2noble.20260519.210607_arm64.deb Size: 222650 SHA256: 763ad991533e80808fce2b4be84a2099738367a698e3bbcd5999ea813b5f2fda SHA1: d5d94bd0d80199dbae24303e240a8ecb0431649d MD5sum: 4b61ab80faaafe542c0106aa0508552c Description: C++ ROSBag2 client library Package: ros-jazzy-rosbag2-cpp-dbgsym Package-Type: ddeb Source: ros-jazzy-rosbag2-cpp Version: 0.26.10-2noble.20260519.210607 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 3990 Depends: ros-jazzy-rosbag2-cpp (= 0.26.10-2noble.20260519.210607) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-cpp/ros-jazzy-rosbag2-cpp-dbgsym_0.26.10-2noble.20260519.210607_arm64.deb Size: 3646064 SHA256: b05ca4841fbadb4990bf0337d6ee99ebcda3e92976ddc23d75ba9651fc3bd4a7 SHA1: 5b019d3586ad401a165fb3a06368fa7a7b389940 MD5sum: 59fe6aa1cef6f763e9f4cd37af8f5866 Description: debug symbols for ros-jazzy-rosbag2-cpp Build-Ids: f4c3e2fff747d256d39ec0236583a76edc6e9fa4 Package: ros-jazzy-rosbag2-examples-cpp Version: 0.26.10-2noble.20260520.053534 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 628 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-example-interfaces, ros-jazzy-rclcpp, ros-jazzy-rosbag2-cpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-examples-cpp/ros-jazzy-rosbag2-examples-cpp_0.26.10-2noble.20260520.053534_arm64.deb Size: 100058 SHA256: ea68b5319905464147b647a73a84260288a6b84456f28552f08f59bafe487f89 SHA1: 057c6fb19c8c9936864f9e578dc3e5d6a0c6a120 MD5sum: 58ec724d7e4a39055b18a5854f675370 Description: rosbag2 C++ API tutorials and examples Package: ros-jazzy-rosbag2-examples-cpp-dbgsym Package-Type: ddeb Source: ros-jazzy-rosbag2-examples-cpp Version: 0.26.10-2noble.20260520.053534 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 2848 Depends: ros-jazzy-rosbag2-examples-cpp (= 0.26.10-2noble.20260520.053534) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-examples-cpp/ros-jazzy-rosbag2-examples-cpp-dbgsym_0.26.10-2noble.20260520.053534_arm64.deb Size: 2466722 SHA256: 6c349703612ef8c2a38b1c7667fdbd8430335ce672f4aa17ca2c429f7dd899c9 SHA1: 495daed8dd205b19a6c8faff448d89c86bafd16b MD5sum: 83c434d845fc7ee977ae793656f3e448 Description: debug symbols for ros-jazzy-rosbag2-examples-cpp Build-Ids: 12602bcb653fd165f9c115478f9163dbc0db8cd7 a29a4251a36fae969b869126b079fe31eae7937e f7240b81c405ab25901e27a62c5dd6552ab2f230 Package: ros-jazzy-rosbag2-examples-py Version: 0.26.10-2noble.20260520.052723 Architecture: arm64 Maintainer: geoff Installed-Size: 56 Depends: ros-jazzy-example-interfaces, ros-jazzy-rclpy, ros-jazzy-rosbag2-py, ros-jazzy-rosidl-runtime-py, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-examples-py/ros-jazzy-rosbag2-examples-py_0.26.10-2noble.20260520.052723_arm64.deb Size: 10158 SHA256: f65ecd977b6a8535e6178870a31ff67d376999cad81b4f10b6aaefc3b62c806b SHA1: 7146f52309fd801aa16e6c0d6ecea487eff1f61d MD5sum: 4a49210f3ab79cfe9c0c598519a8482e Description: Python bag writing tutorial Package: ros-jazzy-rosbag2-interfaces Version: 0.26.10-2noble.20260519.042109 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 7659 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-interfaces/ros-jazzy-rosbag2-interfaces_0.26.10-2noble.20260519.042109_arm64.deb Size: 396698 SHA256: bde60465b16b7767e1594eaa023cf70d7da722d8e9c9c34da8c1ddae491ff296 SHA1: 49435bb29cda07bd59d192b54fccc41776e591db MD5sum: e2f71300388c8e5ac50fd161e3d3a133 Description: Interface definitions for controlling rosbag2 Package: ros-jazzy-rosbag2-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-rosbag2-interfaces Version: 0.26.10-2noble.20260519.042109 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 5026 Depends: ros-jazzy-rosbag2-interfaces (= 0.26.10-2noble.20260519.042109) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-interfaces/ros-jazzy-rosbag2-interfaces-dbgsym_0.26.10-2noble.20260519.042109_arm64.deb Size: 3648064 SHA256: 7ea5c5cb6c07b6e16d0c27439d8c41eda8e8b69c433ec3bacf6d0c54512c62b9 SHA1: d9d12df56a59c9d9476cd579db53ffac5909f518 MD5sum: 4b71e663aa84ef8cee567c0b806c256d Description: debug symbols for ros-jazzy-rosbag2-interfaces Build-Ids: 23b966b9ea420b5f862b7be78de3e278b10c2de2 4bb133831e161a9b83a4c0d5960c2a687371ccb5 7f026869dd0c07bfe01cc92f5aa7764ea3c90733 8c0e771a0d170dd8802248f6517865f1c5237cee ac1df1255d7af064f992a402642cec7da50ac378 b00ff41edfa04f3b260894b70c4711530c9c039d bffba2b2d362416fe89cd45bf8453c7826c283a2 c863ff4b1ef0ac34e6dafd9b3cc23cae49279a0a d2d29de5d201193307d5d974bc0998688ea38954 ebf28b071928dcb9eee6d638b16096749f4b529c eff934d9616a43757a3d1b0d97fda14388283c9f Package: ros-jazzy-rosbag2-performance-benchmarking Version: 0.26.10-2noble.20260520.052342 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 1769 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), python3-psutil, ros-jazzy-ament-index-python, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-rclcpp, ros-jazzy-rmw, ros-jazzy-rosbag2-compression, ros-jazzy-rosbag2-cpp, ros-jazzy-rosbag2-performance-benchmarking-msgs, ros-jazzy-rosbag2-py, ros-jazzy-rosbag2-storage, ros-jazzy-sensor-msgs, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-performance-benchmarking/ros-jazzy-rosbag2-performance-benchmarking_0.26.10-2noble.20260520.052342_arm64.deb Size: 311046 SHA256: 3a3e773d516e2d1406e14c586d5b95e7f7bfb5ad90ecb968a63a75eb70b9aa84 SHA1: ab949526a13b240ae0d1a27c8bffa1fe5064c4bf MD5sum: 5e99756287bd91d735359500cf38bb7b Description: Code to benchmark rosbag2 Package: ros-jazzy-rosbag2-performance-benchmarking-dbgsym Package-Type: ddeb Source: ros-jazzy-rosbag2-performance-benchmarking Version: 0.26.10-2noble.20260520.052342 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 9366 Depends: ros-jazzy-rosbag2-performance-benchmarking (= 0.26.10-2noble.20260520.052342) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-performance-benchmarking/ros-jazzy-rosbag2-performance-benchmarking-dbgsym_0.26.10-2noble.20260520.052342_arm64.deb Size: 8029474 SHA256: 5c25061a3bd90d41971fa72588e5e65bc487206c9c9f5fc156d4541768b4268d SHA1: 8579aa84f0d7c540f762a23a684fb092b67af781 MD5sum: fb26123a7ad6c2984694fb7402854312 Description: debug symbols for ros-jazzy-rosbag2-performance-benchmarking Build-Ids: 3a89d9808fe982540ce4897cd49cf031725bcad5 45b6f284017e72c13b486448c8cf157ce8f88db4 ade6224763836a167cc767864e027ead2cebdd74 Package: ros-jazzy-rosbag2-performance-benchmarking-msgs Version: 0.26.10-2noble.20260519.194650 Architecture: arm64 Maintainer: ROS Tooling Working Group Installed-Size: 1012 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-performance-benchmarking-msgs/ros-jazzy-rosbag2-performance-benchmarking-msgs_0.26.10-2noble.20260519.194650_arm64.deb Size: 45240 SHA256: aaa08f96ba62d76db2f513b83f31a4ef787ce1ede57f1f39653966268771bb76 SHA1: bcbc4836ae176db59bdfd4f68c750ba72e8b609b MD5sum: e5df38dc0bddaa98abdd60a5a19847d7 Description: A package containing rosbag2 performance benchmarking specific messages. Package: ros-jazzy-rosbag2-performance-benchmarking-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-rosbag2-performance-benchmarking-msgs Version: 0.26.10-2noble.20260519.194650 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ROS Tooling Working Group Installed-Size: 299 Depends: ros-jazzy-rosbag2-performance-benchmarking-msgs (= 0.26.10-2noble.20260519.194650) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-performance-benchmarking-msgs/ros-jazzy-rosbag2-performance-benchmarking-msgs-dbgsym_0.26.10-2noble.20260519.194650_arm64.deb Size: 189618 SHA256: 4284889b6d6240e12e99dd62c4c9760b1e7d52e04d5150521eb8e7f15c4658fc SHA1: 2fb8614d566a186b1e89e25e3ac3012d9cb2801c MD5sum: d7d19edc310a7061e6be44f2599c6922 Description: debug symbols for ros-jazzy-rosbag2-performance-benchmarking-msgs Build-Ids: 0e10f30e0bbab0f9084f5e2f51724ce2eaff836b 225fc2ab835528788a530eb2c5f12a41d1fb0899 4df7ac72eb1fdbebbffeb9a04ccf482587bdeb3c 8e7d53dca9919703321b0e9f5df087ab70bf6627 8fe62de924e510ad9f644b2e4a66615073b5a4c7 9ca3cedc97548921887f9387e20cce9f5b0f690a ae86527886b8b45c98279676b270d28a6125bf91 d5d6526e25c29901a82fc5d57defe7f78f7e6217 d6b0a08d71cd87becd038619dbbfbe46cdc88238 ef4f86d383052e45b41f5c40954939e5d4cc141a fa95fce8fa66c6ee25a95ea4ab7032a84cddb9dd Package: ros-jazzy-rosbag2-py Version: 0.26.10-2noble.20260520.051817 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 2434 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-pybind11-vendor, ros-jazzy-rclpy, ros-jazzy-rosbag2-compression, ros-jazzy-rosbag2-cpp, ros-jazzy-rosbag2-storage, ros-jazzy-rosbag2-transport, ros-jazzy-rpyutils, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-py/ros-jazzy-rosbag2-py_0.26.10-2noble.20260520.051817_arm64.deb Size: 519700 SHA256: 44d9ee44a87f8f567607746e7042af27ed3fb4b8238e3da908bb52217099fa27 SHA1: 45647f18ec03d150adb9f6176a7c8c009a5a9159 MD5sum: dc2b53e4d09ffccfc0633d68feb91fad Description: Python API for rosbag2 Package: ros-jazzy-rosbag2-storage Version: 0.26.10-2noble.20260519.210149 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 656 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rcutils, ros-jazzy-rmw, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-storage/ros-jazzy-rosbag2-storage_0.26.10-2noble.20260519.210149_arm64.deb Size: 168348 SHA256: 13b70bb5d7facda00e52cc8f6ba94a2dab99cb8eca8c234728193384617e887f SHA1: 18a6558e96b595f224b649c73c6230561b9393b6 MD5sum: a34ffbfabfbb791fd4055aa49105bfd6 Description: ROS2 independent storage format to store serialized ROS2 messages Package: ros-jazzy-rosbag2-storage-dbgsym Package-Type: ddeb Source: ros-jazzy-rosbag2-storage Version: 0.26.10-2noble.20260519.210149 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 2216 Depends: ros-jazzy-rosbag2-storage (= 0.26.10-2noble.20260519.210149) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-storage/ros-jazzy-rosbag2-storage-dbgsym_0.26.10-2noble.20260519.210149_arm64.deb Size: 1975562 SHA256: 97bc9a3b2d360deea6d4cbb2301875e0c50507765a5dd2fffb01da0fee590bca SHA1: 632de2a151bd24de6dc5f6ded1d8f273932773c9 MD5sum: 7959a5791eb689c1edcee4a884948daa Description: debug symbols for ros-jazzy-rosbag2-storage Build-Ids: 070332ab27ee07ace51cb674c8d5daa921a5ffc4 Package: ros-jazzy-rosbag2-storage-default-plugins Version: 0.26.10-2noble.20260520.043921 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 41 Depends: ros-jazzy-rosbag2-storage-mcap, ros-jazzy-rosbag2-storage-sqlite3, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-storage-default-plugins/ros-jazzy-rosbag2-storage-default-plugins_0.26.10-2noble.20260520.043921_arm64.deb Size: 5812 SHA256: 958214bb3f384488ddd4b3d790c540dcf8b2c399508b98afbcb21f60c6fe4f13 SHA1: cba207647362adb4dc2be7a1ac5f532131c375ad MD5sum: 465a814c554daad6bfc3377f85d2c8d2 Description: Intermediate metapackage to point at default storage plugin(s) for rosbag2 Package: ros-jazzy-rosbag2-storage-mcap Version: 0.26.10-2noble.20260519.210603 Architecture: arm64 Maintainer: Foxglove Installed-Size: 466 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-jazzy-ament-index-cpp, ros-jazzy-mcap-vendor, ros-jazzy-pluginlib, ros-jazzy-rcutils, ros-jazzy-rosbag2-storage, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-storage-mcap/ros-jazzy-rosbag2-storage-mcap_0.26.10-2noble.20260519.210603_arm64.deb Size: 125708 SHA256: 446adf7f2718e2bc42854fcc5c1d20f0c98a7fdab97d7882b8ee87629cef8213 SHA1: 8afe6505ab222335b45d7e3b11522b5651c224d8 MD5sum: 0be953908ad8054057229ab373ea9a89 Description: rosbag2 storage plugin using the MCAP file format Package: ros-jazzy-rosbag2-storage-mcap-dbgsym Package-Type: ddeb Source: ros-jazzy-rosbag2-storage-mcap Version: 0.26.10-2noble.20260519.210603 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Foxglove Installed-Size: 1751 Depends: ros-jazzy-rosbag2-storage-mcap (= 0.26.10-2noble.20260519.210603) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-storage-mcap/ros-jazzy-rosbag2-storage-mcap-dbgsym_0.26.10-2noble.20260519.210603_arm64.deb Size: 1606014 SHA256: 516281f800aace912dbb47d988e8241f478acbe102a01adf5c9bb74cd2c22ad3 SHA1: ebc8aed1db36cd4062b1d0d3b829aa60e53d1cd0 MD5sum: 72e84e2f7286fd88577eeace7771fb6f Description: debug symbols for ros-jazzy-rosbag2-storage-mcap Build-Ids: b6f1a3ed5db9a27dbcdfc19cd111f40b4a1638e0 Package: ros-jazzy-rosbag2-storage-sqlite3 Version: 0.26.10-2noble.20260519.210723 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 557 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), ros-jazzy-pluginlib, ros-jazzy-rcpputils, ros-jazzy-rcutils, ros-jazzy-rosbag2-storage, ros-jazzy-sqlite3-vendor, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-storage-sqlite3/ros-jazzy-rosbag2-storage-sqlite3_0.26.10-2noble.20260519.210723_arm64.deb Size: 156608 SHA256: 2372f6ac4ab7303a982e65da7fc4454f6c8dd3224e34d92b6c7f85757a8be119 SHA1: 7d34642b8a4791c61b0bebb53b9bfa3daa8eb3f7 MD5sum: a535eda77ede3380b761fae40c5690b5 Description: ROSBag2 SQLite3 storage plugin Package: ros-jazzy-rosbag2-storage-sqlite3-dbgsym Package-Type: ddeb Source: ros-jazzy-rosbag2-storage-sqlite3 Version: 0.26.10-2noble.20260519.210723 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 2041 Depends: ros-jazzy-rosbag2-storage-sqlite3 (= 0.26.10-2noble.20260519.210723) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-storage-sqlite3/ros-jazzy-rosbag2-storage-sqlite3-dbgsym_0.26.10-2noble.20260519.210723_arm64.deb Size: 1866210 SHA256: cb0026e608f4ebab418993f8ed0cbd1bc424baf292876d57809a840abe439b9c SHA1: d87aba5be2eaec8476205120b2569396930637a8 MD5sum: 1e4094fd5c567407dcf55bc886e4cc94 Description: debug symbols for ros-jazzy-rosbag2-storage-sqlite3 Build-Ids: c2b73168a859ad769fb0440f923a3d469f8fb987 Package: ros-jazzy-rosbag2-test-common Version: 0.26.10-2noble.20260519.231832 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 119 Depends: ros-jazzy-rclcpp, ros-jazzy-rcpputils, ros-jazzy-rcutils, ros-jazzy-test-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-test-common/ros-jazzy-rosbag2-test-common_0.26.10-2noble.20260519.231832_arm64.deb Size: 20478 SHA256: 4eba33ed1cc0092c631b80b737aa5c5cf74a3c81aed8a3802ea35468f76228cd SHA1: e9c89397966204ff49405a81ef93ddc2621fdceb MD5sum: ae919f2bd6ceb346d497716876e62350 Description: Commonly used test helper classes and fixtures for rosbag2 Package: ros-jazzy-rosbag2-test-msgdefs Version: 0.26.10-2noble.20260519.194650 Architecture: arm64 Maintainer: Foxglove Installed-Size: 3783 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-test-msgdefs/ros-jazzy-rosbag2-test-msgdefs_0.26.10-2noble.20260519.194650_arm64.deb Size: 217200 SHA256: 66150caec6bf3e5aac5cc06469cdacd2d21a32d1cfb47e09af454e47e4602950 SHA1: 55e5d9b9558d2b8c1230871b868ec71166c3094d MD5sum: 6e7eb6a3262d1e82248182f346e3b66a Description: message definition test fixtures for rosbag2 schema recording Package: ros-jazzy-rosbag2-test-msgdefs-dbgsym Package-Type: ddeb Source: ros-jazzy-rosbag2-test-msgdefs Version: 0.26.10-2noble.20260519.194650 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Foxglove Installed-Size: 2289 Depends: ros-jazzy-rosbag2-test-msgdefs (= 0.26.10-2noble.20260519.194650) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-test-msgdefs/ros-jazzy-rosbag2-test-msgdefs-dbgsym_0.26.10-2noble.20260519.194650_arm64.deb Size: 1618086 SHA256: 0a69889e85ae8eaba1619b1f90039138cb2d6a3ecf628d15032f8bf1cb587ef3 SHA1: 7c5ad1fc6533dc68a80a7fb38cef7a8ee451154c MD5sum: 9b0fd1a6de03903b333cd3e935142ac1 Description: debug symbols for ros-jazzy-rosbag2-test-msgdefs Build-Ids: 0ccb2bcf6835790100d12dffdeb4130128f5fe01 0d246180fecec98d4c0be67bf1d6c5f3690df12a 2bed969489fa837cbbd62fa5c603db42751f379d 319afd30e28d3e938fe1a7e45b641d96c4bf6c28 445c2a1ac48c70e8bb48e976ce0847710ec8e482 61343f97b558c24dad6311785d544a894d4e5a3f 7f88ed4b307c4f65958a29903341a7d5930c2e80 8ad58ee9e5dc90bbb025616265f82ca55a3c7598 a029106a5abf6d74e04bd350c1826f7b7f0e7beb a79281806e1552f0ed807bf22ded7c2e246754d0 f7c445c4b0eb384ab796dd25e12126b5c6054f4d Package: ros-jazzy-rosbag2-tests Version: 0.26.10-2noble.20260519.011242 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 46 Depends: ros-jazzy-ament-index-cpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-tests/ros-jazzy-rosbag2-tests_0.26.10-2noble.20260519.011242_arm64.deb Size: 10372 SHA256: d9ec4e665dd35c89320e6b909ffa2c78de67a803a5d628396097030fb5690944 SHA1: cdf6b84b95327912db39e7dd9a4ff3374fbae5d4 MD5sum: 9c0229d5f0c110493a75c4c09d6dc231 Description: Tests package for rosbag2 Package: ros-jazzy-rosbag2-to-video Version: 1.0.1-1noble.20260520.052731 Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 64 Depends: libopencv-dev, python3-opencv, ros-jazzy-cv-bridge, ros-jazzy-rclpy, ros-jazzy-ros2bag, ros-jazzy-rosbag2-py, ros-jazzy-rosidl-runtime-py, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-to-video/ros-jazzy-rosbag2-to-video_1.0.1-1noble.20260520.052731_arm64.deb Size: 14392 SHA256: b8045570a7ebb4096decb2eec2ae323bed3e4525278380a364354645757ef253 SHA1: d977f6f826073367064f300b849b7b54b9f4c250 MD5sum: 4584d703d2fcafa8a251ddebf2819830 Description: Command line tool to create a video from a rosbag recording Package: ros-jazzy-rosbag2-transport Version: 0.26.10-2noble.20260520.044155 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 1635 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-keyboard-handler, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rcpputils, ros-jazzy-rcutils, ros-jazzy-rmw, ros-jazzy-rosbag2-compression, ros-jazzy-rosbag2-cpp, ros-jazzy-rosbag2-interfaces, ros-jazzy-rosbag2-storage, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-transport/ros-jazzy-rosbag2-transport_0.26.10-2noble.20260520.044155_arm64.deb Size: 372310 SHA256: 875054224f4a7674c107b80c52762f10d805afa6340ac0632dd95f1a6aa38a56 SHA1: 5d6aa9b23eeca218198df92fec1fa6c24d9d8aa0 MD5sum: 7b781bc4b875f61dbdaeac1d880e4587 Description: Layer encapsulating ROS middleware to allow rosbag2 to be used with or without middleware Package: ros-jazzy-rosbag2-transport-dbgsym Package-Type: ddeb Source: ros-jazzy-rosbag2-transport Version: 0.26.10-2noble.20260520.044155 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 9666 Depends: ros-jazzy-rosbag2-transport (= 0.26.10-2noble.20260520.044155) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-transport/ros-jazzy-rosbag2-transport-dbgsym_0.26.10-2noble.20260520.044155_arm64.deb Size: 8499150 SHA256: 3d22c586306f6a1a96c628ecd1a03a6c016e23cd1fa71f2317dd206ec02c3532 SHA1: 1a195fc7a43a0a5d65d6be8654c5f4d7ba9c47a2 MD5sum: 7b7061ca15e6a12eeeca64aa0764b765 Description: debug symbols for ros-jazzy-rosbag2-transport Build-Ids: 1acde7318fd083b6175c9c92b1e15d9550720d91 a067e0a3c73b3c12f34792ecbb2c0e2343de0349 ff7173745337e95f1a454450663899396c734940 Package: ros-jazzy-rosbag2rawlog Version: 3.5.3-2noble.20260520.010600 Architecture: arm64 Maintainer: "Markus Bader" Installed-Size: 559 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libposes, libcli11-dev, ros-jazzy-ament-cmake-lint-cmake, ros-jazzy-ament-cmake-xmllint, ros-jazzy-ament-lint-auto, ros-jazzy-cv-bridge, ros-jazzy-mrpt-libmaps, ros-jazzy-mrpt-libros-bridge, ros-jazzy-mrpt-msgs, ros-jazzy-nav-msgs, ros-jazzy-rosbag2-cpp, ros-jazzy-sensor-msgs, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://github.com/mrpt/mrpt_ros_bridge Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2rawlog/ros-jazzy-rosbag2rawlog_3.5.3-2noble.20260520.010600_arm64.deb Size: 177478 SHA256: 7c0bbf1e39b61baea7aa3fe195141ef55a33f0bd0d8b34dee0f8cb7d60bec8f2 SHA1: bf7ca1e7d105ff094880ed4b0100ef224cbaac21 MD5sum: 87ba715cfb700d7d06f6c3d982288798 Description: CLI tool to transform between rosbags and rawlogs. Package: ros-jazzy-rosbag2rawlog-dbgsym Package-Type: ddeb Source: ros-jazzy-rosbag2rawlog Version: 3.5.3-2noble.20260520.010600 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Markus Bader" Installed-Size: 2594 Depends: ros-jazzy-rosbag2rawlog (= 3.5.3-2noble.20260520.010600) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2rawlog/ros-jazzy-rosbag2rawlog-dbgsym_3.5.3-2noble.20260520.010600_arm64.deb Size: 2413840 SHA256: e63ab3f3348925e2b461573cddb68e960445e6cf7ffaf43dc9013c403cb5d0bb SHA1: 50fe0a7daf0d9f37c77bb7513a8b48a483f8056a MD5sum: 759c64a59352d0fd154506fc751771ed Description: debug symbols for ros-jazzy-rosbag2rawlog Build-Ids: d67c701ff4dc6fd1e0fad70b260a8dbe10254857 Package: ros-jazzy-rosbot Version: 0.18.6-1noble.20260305.204929 Architecture: arm64 Maintainer: Husarion Installed-Size: 42 Depends: ros-jazzy-ros-workspace Homepage: https://husarion.com/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbot/ros-jazzy-rosbot_0.18.6-1noble.20260305.204929_arm64.deb Size: 6116 SHA256: ecd6d829452c73e3b12c208805bb281ce3269e3bcbbb986decf539bf0152eca8 SHA1: 1db0667cf433ab27778df63e7565da4ea89d37a4 MD5sum: 76b86d8739451f49b9797730b7e3d60a Description: Meta package that contains all packages of ROSbot Series Package: ros-jazzy-rosbot-bringup Version: 0.18.6-1noble.20260305.204918 Architecture: arm64 Maintainer: Husarion Installed-Size: 53 Depends: ros-jazzy-ros-workspace Homepage: https://husarion.com/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbot-bringup/ros-jazzy-rosbot-bringup_0.18.6-1noble.20260305.204918_arm64.deb Size: 8374 SHA256: e826660d60cae403b7395d9acf8b966b303a486a4125deacac73957336078c8f SHA1: 9dfa51aa07652ec6b4ff7cf151b44645a098ae32 MD5sum: 1d1eea3f1e250f2f8adc5834e04996af Description: ROSbot Series bringup package Package: ros-jazzy-rosbot-gazebo Version: 0.18.6-1noble.20260303.224114 Architecture: arm64 Maintainer: Husarion Installed-Size: 39 Depends: ros-jazzy-ros-workspace Homepage: https://husarion.com/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbot-gazebo/ros-jazzy-rosbot-gazebo_0.18.6-1noble.20260303.224114_arm64.deb Size: 5204 SHA256: c471f90b4fe7a976e5379b2a14979ecd922ae989c6b7459457bbc361938e4b19 SHA1: a5d2822a6cf00489f869858162f647551a3a21b1 MD5sum: 32c2b3baf2b5dbedbbcc8bc494ac6229 Description: Gazebo simulation for ROSbot Series Package: ros-jazzy-rosbridge-library Version: 2.6.0-1noble.20260519.222940 Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 283 Depends: python3-bson, python3-cbor2, python3-numpy, python3-pil, python3-ujson, ros-jazzy-rcl-interfaces, ros-jazzy-rclpy, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/rosbridge_library Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbridge-library/ros-jazzy-rosbridge-library_2.6.0-1noble.20260519.222940_arm64.deb Size: 43608 SHA256: 46b40600d44c3ab4ed732cfb99e9141a44f421656d7bb46af354eeb3d9fcf04e SHA1: c95cdc6133471f93cc04f20a8c124dbbfdf85cdd MD5sum: ea05c3c9e3f9db38433c7c718d7a5f5c 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-jazzy-rosbridge-msgs Version: 2.6.0-1noble.20260519.042138 Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 1098 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbridge-msgs/ros-jazzy-rosbridge-msgs_2.6.0-1noble.20260519.042138_arm64.deb Size: 56852 SHA256: 911520dc051d7c8e737eb1ca01cbc0952cf3d01997aaf4a09820e93b5e52b4e4 SHA1: 470f468b5eac7d56f2b88d1270ca32c69a9b5920 MD5sum: 2c834d4573dac574a7b6321839ceb6fa Description: Interface definitions for the rosbridge library. Package: ros-jazzy-rosbridge-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-rosbridge-msgs Version: 2.6.0-1noble.20260519.042138 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 438 Depends: ros-jazzy-rosbridge-msgs (= 2.6.0-1noble.20260519.042138) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbridge-msgs/ros-jazzy-rosbridge-msgs-dbgsym_2.6.0-1noble.20260519.042138_arm64.deb Size: 303204 SHA256: 46bacf1114f387f5bd63f0ace9dc2716c497163e02f2e83699cf7a9769ee6bc7 SHA1: 5caac445b2d0472f57e9b0a9173e2f76671369ee MD5sum: 93dd92381c44607c9cbb951aae139fbb Description: debug symbols for ros-jazzy-rosbridge-msgs Build-Ids: 0602be516b12d8f6b92f877cf838034e50a5bdfc 2aedbe44b58621b605e3f99b46b82803dfeb163d 46a6c09dfb6dd3f5b18f342bb5df578d11851ad8 5e1f06ebe1e565f32a05c77453e47c21b64072e4 60f6bfecfd654862531d923da70d3f2ff7590be2 9060732b914eb9b415b2fbb3dfa010babe54be95 919edf1b19a7297bfb447ba7c3b4cfe8dd11f6b6 aa1b266f732d3bb619c2ae4c956411e40cb7267f c1a316450b77aeaeb2206422e6ed8b27b1083f17 c5ac6fe23d13a375d7d7c8c0621e9688e20c7f6b eba8d2b5e833c6a609d9d4d9fb76f7d93af6bfa0 Package: ros-jazzy-rosbridge-server Version: 2.6.0-1noble.20260520.042806 Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 99 Depends: python3-tornado, ros-jazzy-rclpy, ros-jazzy-rosapi, ros-jazzy-rosbridge-library, ros-jazzy-rosbridge-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/rosbridge_server Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbridge-server/ros-jazzy-rosbridge-server_2.6.0-1noble.20260520.042806_arm64.deb Size: 16240 SHA256: 33636a74c35d169dde3dde1a4daefa5177cae1b98d8a2d729522b2bf33e5fae1 SHA1: efedf2d5e941066f252a3c4c5a2ba82f06ce4ad8 MD5sum: 4cb03c876a7e6eb3ec5d2071d41f5f66 Description: A WebSocket interface to rosbridge. Package: ros-jazzy-rosbridge-suite Version: 2.6.0-1noble.20260520.051923 Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 42 Depends: ros-jazzy-rosapi, ros-jazzy-rosbridge-library, ros-jazzy-rosbridge-server, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/rosbridge_suite Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbridge-suite/ros-jazzy-rosbridge-suite_2.6.0-1noble.20260520.051923_arm64.deb Size: 6126 SHA256: d23d7386e7cb9024341bd523415eb101653d0678708284def912b0888249e111 SHA1: b7a2be50dd1060b256cb53434cefce60d1727009 MD5sum: 7749e30ccb0df042993fcbc1d225324d 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-jazzy-rosbridge-test-msgs Version: 2.6.0-1noble.20260519.201831 Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 15803 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-action-msgs, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/rosbridge_library Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbridge-test-msgs/ros-jazzy-rosbridge-test-msgs_2.6.0-1noble.20260519.201831_arm64.deb Size: 755620 SHA256: 872469362e5ca5f593cb6391d8ba21b4f9bdcae4ac7476620596ea382426bfc3 SHA1: a30948d2eb01fb72b81173957fd28c38479ea1a7 MD5sum: 08b1dce6649646cd38c70816e6c07b76 Description: Message and service definitions used in internal tests for rosbridge packages. Package: ros-jazzy-rosbridge-test-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-rosbridge-test-msgs Version: 2.6.0-1noble.20260519.201831 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 8783 Depends: ros-jazzy-rosbridge-test-msgs (= 2.6.0-1noble.20260519.201831) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbridge-test-msgs/ros-jazzy-rosbridge-test-msgs-dbgsym_2.6.0-1noble.20260519.201831_arm64.deb Size: 5976170 SHA256: 401c56f00ba6f98a0bd8ff0a359b94ee7d9a60d17f07e5779ea724c497d3a83b SHA1: 35943103cfec18d126c604f1bf6153a2d92c0e22 MD5sum: 50bb37f1faa366aafd07021819a75dcd Description: debug symbols for ros-jazzy-rosbridge-test-msgs Build-Ids: 2269a4a1ae1b0413465fa35f346a7ce954b6acd8 37f0e4ca149909729841469057afac974df578aa 450a09b708d42c8231604d4b3cd8b727b4b53c91 524fac5e8d855a90a60fd39bf88e2ff40642d025 5309fda72c2fdf920daf7f9e740725cdc3d5a445 62e37fca3fcef8f1c155642de0f2d04f96160b0a 8a98597f7f2943c5dc657c15294e05e60957b3a2 a13f456ab5a6b981b42cf345dee6995f8f087c2a aa76413b1858d21e6db25ad7329a0a689f9e6a84 b3700294d189b36f92ebe7a96abf95f0f4be9e95 ef405573fc3f7d1fb2d5ab93c132ff4808378318 Package: ros-jazzy-rosgraph-monitor Version: 0.2.3-1noble.20260520.035645 Architecture: arm64 Maintainer: Emerson Knapp Installed-Size: 957 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-diagnostic-aggregator, ros-jazzy-diagnostic-msgs, ros-jazzy-diagnostic-updater, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rosgraph-monitor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosgraph-monitor/ros-jazzy-rosgraph-monitor_0.2.3-1noble.20260520.035645_arm64.deb Size: 192366 SHA256: 5046fffe862eb837f805964a39fc0b49e771e8dc0ae0618f7ceb484cf9d84c77 SHA1: d0b98caa24998e5590921db9a79cd2d70856dfda MD5sum: aed1b67d9a8f5d1271782adc0c3e90e1 Description: Monitors the ROS graph to detect error conditions Package: ros-jazzy-rosgraph-monitor-dbgsym Package-Type: ddeb Source: ros-jazzy-rosgraph-monitor Version: 0.2.3-1noble.20260520.035645 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Emerson Knapp Installed-Size: 4095 Depends: ros-jazzy-rosgraph-monitor (= 0.2.3-1noble.20260520.035645) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosgraph-monitor/ros-jazzy-rosgraph-monitor-dbgsym_0.2.3-1noble.20260520.035645_arm64.deb Size: 3564170 SHA256: 8bfd4117daf4d0e671b665426d1d0a333704a2b2cb4b55cbae7b1acfe5f3b501 SHA1: f67c6ddc633729fee6717b645a55f45a8342a8b8 MD5sum: 5806069a16824fd6e29a8dc02cd3fe17 Description: debug symbols for ros-jazzy-rosgraph-monitor Build-Ids: 015efd0b6a7383462929ef275156a6e1ec1f93b5 2fa26aa5ae4232d634cf5603da31cd33f68484a9 4344f9e07cfa2d5d3dc417b2e3f7796441541301 Package: ros-jazzy-rosgraph-monitor-msgs Version: 0.2.3-1noble.20260519.041913 Architecture: arm64 Maintainer: Emerson Knapp Installed-Size: 1691 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rcl-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosgraph-monitor-msgs/ros-jazzy-rosgraph-monitor-msgs_0.2.3-1noble.20260519.041913_arm64.deb Size: 123576 SHA256: 4adc31062c70d7d02a6692758151c1e8611e0f564fed07d0ec6ab3d857b165df SHA1: 9e7f22ddb88081b830bed4f98b29fa746604bd63 MD5sum: 266e6996ac2e6201dd00da62b1500d14 Description: Interfaces for reporting observations about the ROS 2 communication graph Package: ros-jazzy-rosgraph-monitor-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-rosgraph-monitor-msgs Version: 0.2.3-1noble.20260519.041913 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Emerson Knapp Installed-Size: 1357 Depends: ros-jazzy-rosgraph-monitor-msgs (= 0.2.3-1noble.20260519.041913) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosgraph-monitor-msgs/ros-jazzy-rosgraph-monitor-msgs-dbgsym_0.2.3-1noble.20260519.041913_arm64.deb Size: 1090470 SHA256: 89f36cda08741b60f24360434fb4dd73fb88914438a6f83cb2e472219cfc099f SHA1: f3032e76907700e99cfb1f5c9a8605efa1ec6dba MD5sum: 2324758da7b5101bb935eed5f94f3ed3 Description: debug symbols for ros-jazzy-rosgraph-monitor-msgs Build-Ids: 0f8247fb719e65caf601c66d8461b3c365a6a397 12c4232ef0a0ce59b31fb160ed124dbb92ab5481 6cd3ac04530bb0aa8d0065f8561a75fc3574cf7b 7954caffe2554419be9cd68ff317684f6b2fd174 7d60fa27d861a91204d5020b37960bb6a6d75dc1 942255430c150016a8ca0c6d9a5d108bf6b84e14 9e8f97f59740935451dddc637654eda3869a428b bc20bd2ffe3cc7b2b212dbbc1c49074bfbab2c9c c221c2b1eeddb5acf929bdf40d67f7bd0b43fcbc c570d726a1113c1ef80fc8992851b34e6532e4bd cebb5d2ae82a7248219d4abecb21c16dd94bdc68 Package: ros-jazzy-rosgraph-msgs Version: 2.0.4-1noble.20260519.041941 Architecture: arm64 Maintainer: "Geoffrey Biggs" Installed-Size: 2215 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rcl-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/rosgraph_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosgraph-msgs/ros-jazzy-rosgraph-msgs_2.0.4-1noble.20260519.041941_arm64.deb Size: 159312 SHA256: a2b9848606730f5453fef6915f566f736a9f4f7aeb3ae903ec8580d764da2046 SHA1: 68088f4600f6dfb459b4e124f95549a23e85ac4a MD5sum: 87f9b95ad6766e3b0f2bc87d6d962444 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-jazzy-rosgraph-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-rosgraph-msgs Version: 2.0.4-1noble.20260519.041941 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Geoffrey Biggs" Installed-Size: 1864 Depends: ros-jazzy-rosgraph-msgs (= 2.0.4-1noble.20260519.041941) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosgraph-msgs/ros-jazzy-rosgraph-msgs-dbgsym_2.0.4-1noble.20260519.041941_arm64.deb Size: 1516612 SHA256: 8ca59e4b76c42ee485afef1672d5b12addef0866a0f9eaa448ff8ff780a1625a SHA1: a79d7fc535d39471f4b97315d146db18d4c30a98 MD5sum: 864aed2ad091aba33d5aaa3d1c220dc0 Description: debug symbols for ros-jazzy-rosgraph-msgs Build-Ids: 0502693f814e5506a48a0c15cc8c4c879f243c97 2017b8849a0f1014856fc369c9f4693d33299f07 457c6ad205845d8d69ecc4cf801a4e68e2bba754 5e361d6a7235b89b33e67c60f3da0ed812fa0805 7dfefdc387fc8cf8df93c0b35ab4ea9d5227480c 8fc195e426de756677ae649b27d9a5cf940313de 91cd4dc64c257937d880740de3a738d8021b249a b383ce291826b65bf62816f8e097a7873a2fc7e7 d0cfdc7edad6096004c78426d6aa1246591dda48 d5fb8ab5e7d7509c0c34abaa3534b5375d88dc40 eb064005b19ed3779eac67370a795ee04b3f1742 Package: ros-jazzy-rosidl-adapter Version: 4.6.7-1noble.20260305.205334 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 129 Depends: python3-dev, python3-empy, ros-jazzy-ament-cmake-core, ros-jazzy-rosidl-cli, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-adapter/ros-jazzy-rosidl-adapter_4.6.7-1noble.20260305.205334_arm64.deb Size: 19986 SHA256: c3ab14a087bd25eab5bdeb0dfc7e08ea5550fa2a019bf00acdcc88b6264e2164 SHA1: 363b1c3ef95356a0f3f956c977da962410a7e39b MD5sum: 840206c8b7d7594f172ee17cc31509d0 Description: API and scripts to parse .msg/.srv/.action files and convert them to .idl. Package: ros-jazzy-rosidl-cli Version: 4.6.7-1noble.20260305.202901 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 148 Depends: python3-argcomplete, python3-importlib-metadata, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-cli/ros-jazzy-rosidl-cli_4.6.7-1noble.20260305.202901_arm64.deb Size: 26612 SHA256: 79bdbfb373e106e58a0d9c1e2ff47b41e89ec3343fef0884e2082df932dae456 SHA1: f5bf9fcfcbca579997d3de13599e65d0871028e0 MD5sum: d5dd4aae85bd3957d01c7364ad72a60f Description: Command line tools for ROS interface generation. Package: ros-jazzy-rosidl-cmake Version: 4.6.7-1noble.20260305.235705 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 101 Depends: python3-empy, ros-jazzy-ament-cmake, ros-jazzy-rosidl-pycommon, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-cmake/ros-jazzy-rosidl-cmake_4.6.7-1noble.20260305.235705_arm64.deb Size: 15964 SHA256: 9fc33586609faa07f4e4a71204bbe424523661461030382b4e8f4001ba100ac5 SHA1: f632a1e110a824cfd77abfa6b236b42e835b1175 MD5sum: d4dc6989ba9245eefc037f560f2779d1 Description: The CMake functionality to invoke code generation for ROS interface files. Package: ros-jazzy-rosidl-core-generators Version: 0.2.1-1noble.20260519.015849 Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 50 Depends: ros-jazzy-ament-cmake-core, ros-jazzy-rosidl-cmake, ros-jazzy-rosidl-generator-c, ros-jazzy-rosidl-generator-cpp, ros-jazzy-rosidl-generator-py, ros-jazzy-rosidl-generator-rs, ros-jazzy-rosidl-typesupport-c, ros-jazzy-rosidl-typesupport-cpp, ros-jazzy-rosidl-typesupport-fastrtps-c, ros-jazzy-rosidl-typesupport-fastrtps-cpp, ros-jazzy-rosidl-typesupport-introspection-c, ros-jazzy-rosidl-typesupport-introspection-cpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-core-generators/ros-jazzy-rosidl-core-generators_0.2.1-1noble.20260519.015849_arm64.deb Size: 6806 SHA256: 5326f3f4a3f361ffffec08b40b7a927d66be376d8ef410ab3cb3e23fb3e9781c SHA1: 51c20fccabaf52ccbab8b672cb2f320b5ae32a04 MD5sum: 3f04771d8b3e322f3e4c9b9a246fcd81 Description: A configuration package defining core ROS interface generators. Package: ros-jazzy-rosidl-core-runtime Version: 0.2.1-1noble.20260519.015923 Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 43 Depends: ros-jazzy-rosidl-generator-py, ros-jazzy-rosidl-runtime-c, ros-jazzy-rosidl-runtime-cpp, ros-jazzy-rosidl-typesupport-c, ros-jazzy-rosidl-typesupport-cpp, ros-jazzy-rosidl-typesupport-fastrtps-c, ros-jazzy-rosidl-typesupport-fastrtps-cpp, ros-jazzy-rosidl-typesupport-introspection-c, ros-jazzy-rosidl-typesupport-introspection-cpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-core-runtime/ros-jazzy-rosidl-core-runtime_0.2.1-1noble.20260519.015923_arm64.deb Size: 5860 SHA256: 83b867bb550eaf9865c12496d685748789e79b2e8367063ced5ddeafdb3ba76b SHA1: 2f39d5279fbfba8250d2e14b1625380ddf810997 MD5sum: c8bb37bff03945b9883dfd2c344788a2 Description: A configuration package defining runtime dependencies for core ROS interfaces. Package: ros-jazzy-rosidl-default-generators Version: 1.6.0-3noble.20260519.035306 Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 47 Depends: ros-jazzy-action-msgs, ros-jazzy-ament-cmake-core, ros-jazzy-rosidl-core-generators, ros-jazzy-service-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-default-generators/ros-jazzy-rosidl-default-generators_1.6.0-3noble.20260519.035306_arm64.deb Size: 6796 SHA256: dd7ef410e87f23cf4c2015e23e7623c52551301d7d4d52c9f89e008de5e880fa SHA1: 7264869b7f56b9223bfc5a1a41df50cf1ae40fab MD5sum: acd71ff17389764f92c9fde9368aec68 Description: A configuration package defining the default ROS interface generators. Package: ros-jazzy-rosidl-default-runtime Version: 1.6.0-3noble.20260519.035309 Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 47 Depends: ros-jazzy-action-msgs, ros-jazzy-rosidl-core-runtime, ros-jazzy-service-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-default-runtime/ros-jazzy-rosidl-default-runtime_1.6.0-3noble.20260519.035309_arm64.deb Size: 7144 SHA256: 4a8ffbf2252dbc7f41df71433fc067e5f09f0e16092a299ab1acd99420e9682e SHA1: 3d21c3ba237ff0410a243f00ac39604c36dcb71b MD5sum: aa02af58b68e7cdea760ff42f4dd0ecd Description: A configuration package defining the runtime for the ROS interfaces. Package: ros-jazzy-rosidl-dynamic-typesupport Version: 0.1.2-3noble.20260305.231627 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 370 Depends: libc6 (>= 2.17), ros-jazzy-rcutils, ros-jazzy-rosidl-runtime-c, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-dynamic-typesupport/ros-jazzy-rosidl-dynamic-typesupport_0.1.2-3noble.20260305.231627_arm64.deb Size: 35590 SHA256: 9c4a4d9f473b1cd6cae5b05cbd82c3422935d02275b1b310c1443f9315c1bbf6 SHA1: 4db40ae6717b376b7ef6976f645150f5ed0a29fc MD5sum: e3177809b54f5089f4ffe411f5b1c922 Description: Unified serialization support interface for dynamic typesupport in C. Package: ros-jazzy-rosidl-dynamic-typesupport-dbgsym Package-Type: ddeb Source: ros-jazzy-rosidl-dynamic-typesupport Version: 0.1.2-3noble.20260305.231627 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 132 Depends: ros-jazzy-rosidl-dynamic-typesupport (= 0.1.2-3noble.20260305.231627) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-dynamic-typesupport/ros-jazzy-rosidl-dynamic-typesupport-dbgsym_0.1.2-3noble.20260305.231627_arm64.deb Size: 82390 SHA256: e80ce068ab4d6364f9980b4d1b1ace59508574f95cbaf4d34350df2e2e4c9255 SHA1: 457f94b71669a2fb91346138a054e940b7f871ec MD5sum: 349941c92ee0d0b39481e7c3ea39f168 Description: debug symbols for ros-jazzy-rosidl-dynamic-typesupport Build-Ids: 9174853b1f02a5b63b413b53dcf9d57450f12ec2 Package: ros-jazzy-rosidl-dynamic-typesupport-fastrtps Version: 0.1.0-3noble.20260305.232207 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 329 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-fastrtps, ros-jazzy-fastcdr, ros-jazzy-rcutils, ros-jazzy-rosidl-dynamic-typesupport, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-dynamic-typesupport-fastrtps/ros-jazzy-rosidl-dynamic-typesupport-fastrtps_0.1.0-3noble.20260305.232207_arm64.deb Size: 47690 SHA256: f279b8fc0761766fb9fe877f0979fad865ff50b840e2bd5da007a60406020463 SHA1: 8ed3aa2aba04d0852d9b0072603aedb9883b5d93 MD5sum: ad99fde767bc3ef7214beb8e90b433b7 Description: FastDDS serialization support implementation for use with C/C++. Package: ros-jazzy-rosidl-dynamic-typesupport-fastrtps-dbgsym Package-Type: ddeb Source: ros-jazzy-rosidl-dynamic-typesupport-fastrtps Version: 0.1.0-3noble.20260305.232207 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 916 Depends: ros-jazzy-rosidl-dynamic-typesupport-fastrtps (= 0.1.0-3noble.20260305.232207) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-dynamic-typesupport-fastrtps/ros-jazzy-rosidl-dynamic-typesupport-fastrtps-dbgsym_0.1.0-3noble.20260305.232207_arm64.deb Size: 805072 SHA256: fc5cdadc0ef8d38bab34e29ecc37e51d42abda59f8a10c60fdd20bb3295c4b1f SHA1: 3d68359b10a0c9891c09089720e7dd46efb71b40 MD5sum: f203545d9a2df8208d3ac91d263c6bf9 Description: debug symbols for ros-jazzy-rosidl-dynamic-typesupport-fastrtps Build-Ids: fc33ce1f9064e9ce5d5950e4b93f3a5f8048facb Package: ros-jazzy-rosidl-generator-c Version: 4.6.7-1noble.20260519.012334 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 179 Depends: python3-dev, ros-jazzy-ament-cmake-core, ros-jazzy-ament-index-python, ros-jazzy-rcutils, ros-jazzy-rosidl-cli, ros-jazzy-rosidl-cmake, ros-jazzy-rosidl-generator-type-description, ros-jazzy-rosidl-parser, ros-jazzy-rosidl-pycommon, ros-jazzy-rosidl-typesupport-interface, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-generator-c/ros-jazzy-rosidl-generator-c_4.6.7-1noble.20260519.012334_arm64.deb Size: 25812 SHA256: ed29308cac934332257bb9f67f726c0e26891ba351724a7be99f61b5cb6246dd SHA1: 6f537e4d1e9366fd37872aa177d431cfa5ada756 MD5sum: f71f78b18a0a9153123f4cfbc1fb80fc Description: Generate the ROS interfaces in C. Package: ros-jazzy-rosidl-generator-cpp Version: 4.6.7-1noble.20260519.012632 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 155 Depends: python3-dev, ros-jazzy-ament-cmake-core, ros-jazzy-ament-index-python, ros-jazzy-rosidl-cli, ros-jazzy-rosidl-cmake, ros-jazzy-rosidl-generator-c, ros-jazzy-rosidl-generator-type-description, ros-jazzy-rosidl-parser, ros-jazzy-rosidl-pycommon, ros-jazzy-rosidl-runtime-cpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-generator-cpp/ros-jazzy-rosidl-generator-cpp_4.6.7-1noble.20260519.012632_arm64.deb Size: 23280 SHA256: 140fede099ff04d234d2e9bcfabea1d4dd8e4313e966e75586b30ee8e88ea4f8 SHA1: 26e927f101bd1e648770c861410339efe381f061 MD5sum: 392e350b66fc1209eb7e47ddcf803932 Description: Generate the ROS interfaces in C++. Package: ros-jazzy-rosidl-generator-dds-idl Version: 0.11.1-3noble.20260519.011554 Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 80 Depends: ros-jazzy-ament-cmake, ros-jazzy-ament-index-python, ros-jazzy-rosidl-cli, ros-jazzy-rosidl-pycommon, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-generator-dds-idl/ros-jazzy-rosidl-generator-dds-idl_0.11.1-3noble.20260519.011554_arm64.deb Size: 11222 SHA256: 293277b72d467c10a5a14bd4550fd7d2436521fbb16486bb174bf5ac3ea2653a SHA1: a126c4747b8fd02adc458684f752ba66e706a170 MD5sum: 004d8ba88d05e6d01335ad2706026eb2 Description: Generate the DDS interfaces for ROS interfaces. Package: ros-jazzy-rosidl-generator-py Version: 0.22.2-1noble.20260519.013742 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 195 Depends: python3-numpy, ros-jazzy-ament-cmake, ros-jazzy-ament-cmake-cppcheck, ros-jazzy-ament-cmake-cpplint, ros-jazzy-ament-cmake-flake8, ros-jazzy-ament-cmake-pep257, ros-jazzy-ament-cmake-uncrustify, ros-jazzy-ament-index-python, ros-jazzy-python-cmake-module, ros-jazzy-rmw, ros-jazzy-rosidl-cli, ros-jazzy-rosidl-generator-c, ros-jazzy-rosidl-parser, ros-jazzy-rosidl-pycommon, ros-jazzy-rosidl-runtime-c, ros-jazzy-rosidl-typesupport-c, ros-jazzy-rosidl-typesupport-interface, ros-jazzy-rpyutils, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-generator-py/ros-jazzy-rosidl-generator-py_0.22.2-1noble.20260519.013742_arm64.deb Size: 29138 SHA256: e9a48c968656d1468da09f781a9dece63bb71da48e1200ec6dbd7b5ff9890fc2 SHA1: 77e93e004a4a8b52b42be682020c7892cb546aaa MD5sum: 370637d3b82cf288dfa526a0984346d2 Description: Generate the ROS interfaces in Python. Package: ros-jazzy-rosidl-generator-rs Version: 0.4.12-1noble.20260519.015128 Architecture: arm64 Maintainer: Esteve Fernandez Installed-Size: 138 Depends: ros-jazzy-ament-cmake, ros-jazzy-ros-environment, ros-jazzy-rosidl-generator-c, ros-jazzy-rosidl-parser, ros-jazzy-rosidl-pycommon, ros-jazzy-rosidl-typesupport-c, ros-jazzy-rosidl-typesupport-interface, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-generator-rs/ros-jazzy-rosidl-generator-rs_0.4.12-1noble.20260519.015128_arm64.deb Size: 24162 SHA256: b2c18d4615e224a5c56d6fa52849ae009569efa2d6e2bfb232111515e3caff6d SHA1: 5b7d8a3a4e13fb313b4107738df1f522ac1cb984 MD5sum: 08fe434dcc18f6539ac9be1fa02e6bf5 Description: Generate the ROS interfaces in Rust. Package: ros-jazzy-rosidl-generator-type-description Version: 4.6.7-1noble.20260519.011855 Architecture: arm64 Maintainer: Emerson Knapp Installed-Size: 94 Depends: python3-dev, ros-jazzy-ament-cmake-core, ros-jazzy-ament-index-python, ros-jazzy-rosidl-cli, ros-jazzy-rosidl-parser, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-generator-type-description/ros-jazzy-rosidl-generator-type-description_4.6.7-1noble.20260519.011855_arm64.deb Size: 15448 SHA256: 6d4630a5861c9b6dc40d555e61070c349df35953bc0779e73fc0b96b89a3a465 SHA1: e9f2952fbba945dd482ab1bbf1599bd9c4632ee6 MD5sum: 075dc9d84c52e40d4e0d4e8507ac0a9c Description: Generate hashes and descriptions of ROS 2 interface types, per REP-2011. Package: ros-jazzy-rosidl-parser Version: 4.6.7-1noble.20260305.221304 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 118 Depends: python3-lark, ros-jazzy-rosidl-adapter, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-parser/ros-jazzy-rosidl-parser_4.6.7-1noble.20260305.221304_arm64.deb Size: 20006 SHA256: b4d92efbee7bdc8c631dafe2509a4ae71ef61576a866a21956cc985c11ffd295 SHA1: bae547c1a1c03819fdec7643c13bbc97246abb4c MD5sum: d96d6b88f2b8fa3178ef8b110b31ec51 Description: The parser for `.idl` ROS interface files. Package: ros-jazzy-rosidl-pycommon Version: 4.6.7-1noble.20260305.234956 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 49 Depends: ros-jazzy-rosidl-parser, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-pycommon/ros-jazzy-rosidl-pycommon_4.6.7-1noble.20260305.234956_arm64.deb Size: 11058 SHA256: 132ca0d02e69f2d096455121e373314ec81f365ecd41d00365f2bc4f2377ce38 SHA1: 1e4f487fe00b2ffb6a24a85203e5b73940639d64 MD5sum: fa3d5b83f800b2676bf5111b32711b67 Description: Common Python functions used by rosidl packages. Package: ros-jazzy-rosidl-runtime-c Version: 4.6.7-1noble.20260305.230954 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 380 Depends: libc6 (>= 2.17), ros-jazzy-ament-cmake, ros-jazzy-rcutils, ros-jazzy-rosidl-typesupport-interface, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-runtime-c/ros-jazzy-rosidl-runtime-c_4.6.7-1noble.20260305.230954_arm64.deb Size: 57122 SHA256: b74dbdb08b6a073782e055605250d270bc45a7077714811c9b87ace54e4788c7 SHA1: 2e3972d1d2e8f331848481d38e0e3355e74ded8c MD5sum: 8807f7c09dbe1ac1caf0bfd80e8fac9e Description: Provides definitions, initialization and finalization functions, and macros for getting and working with rosidl typesupport types in C. Package: ros-jazzy-rosidl-runtime-c-dbgsym Package-Type: ddeb Source: ros-jazzy-rosidl-runtime-c Version: 4.6.7-1noble.20260305.230954 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 147 Depends: ros-jazzy-rosidl-runtime-c (= 4.6.7-1noble.20260305.230954) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-runtime-c/ros-jazzy-rosidl-runtime-c-dbgsym_4.6.7-1noble.20260305.230954_arm64.deb Size: 82402 SHA256: c64e0a60b5efb834f80e93bd1bf185ad2ab24fdc9f787b9316e428871f45eddd SHA1: 49a06f5723ea7a703a4592795386cb58841a6958 MD5sum: 24fb6e07b9eadaa1653b0d55c2b83316 Description: debug symbols for ros-jazzy-rosidl-runtime-c Build-Ids: d33a739d802d83eaf0e02d3acd2e03cc36d87b32 Package: ros-jazzy-rosidl-runtime-cpp Version: 4.6.7-1noble.20260305.231555 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 156 Depends: ros-jazzy-ament-cmake, ros-jazzy-rosidl-runtime-c, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-runtime-cpp/ros-jazzy-rosidl-runtime-cpp_4.6.7-1noble.20260305.231555_arm64.deb Size: 20676 SHA256: 2864a7628cf8d39ca9e473878df3e63e2a713a6686759160daff61db63289b97 SHA1: 0ccf1d712b35c776b7aaa63a6a5f3569c2ce0b2f MD5sum: 631243cc927073cb386faba06dab52ac Description: Provides definitions and templated functions for getting and working with rosidl typesupport types in C++. Package: ros-jazzy-rosidl-runtime-py Version: 0.13.1-2noble.20260305.234930 Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 93 Depends: python3-numpy, python3-yaml, ros-jazzy-rosidl-parser, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-runtime-py/ros-jazzy-rosidl-runtime-py_0.13.1-2noble.20260305.234930_arm64.deb Size: 20300 SHA256: 244067ab8fee1e95152a4a9068454c1ac4f9e6179cd93764c493c100ea404df9 SHA1: d0681f8be0f24b8f4822ba71204d868fbd4991b5 MD5sum: 59629b4b6998d4f3279f6fcdd0238d10 Description: Runtime utilities for working with generated ROS interfaces in Python. Package: ros-jazzy-rosidl-typesupport-c Version: 3.2.2-1noble.20260519.012920 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 203 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2), python3-dev, ros-jazzy-ament-cmake-core, ros-jazzy-ament-index-python, ros-jazzy-rcpputils, ros-jazzy-rcutils, ros-jazzy-rosidl-cli, ros-jazzy-rosidl-generator-c, ros-jazzy-rosidl-pycommon, ros-jazzy-rosidl-runtime-c, ros-jazzy-rosidl-typesupport-interface, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-typesupport-c/ros-jazzy-rosidl-typesupport-c_3.2.2-1noble.20260519.012920_arm64.deb Size: 24374 SHA256: 88d438abdfc474bca3120feaebccde06a2ed1981f782d75043a039f5746fb3d5 SHA1: 91bb8f38c0e0a141502c9cdecb07908acc3a03fd MD5sum: 0aa82d18f21a9191b10d43c89e806575 Description: Generate the type support for C messages. Package: ros-jazzy-rosidl-typesupport-c-dbgsym Package-Type: ddeb Source: ros-jazzy-rosidl-typesupport-c Version: 3.2.2-1noble.20260519.012920 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 65 Depends: ros-jazzy-rosidl-typesupport-c (= 3.2.2-1noble.20260519.012920) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-typesupport-c/ros-jazzy-rosidl-typesupport-c-dbgsym_3.2.2-1noble.20260519.012920_arm64.deb Size: 46896 SHA256: d5df72414dcd77aa3d9d755b41a09c51a7a66211252386f8b2435b79a5012e04 SHA1: 5c71fba14c479ddc2c18a61c2c6eaab1303f933c MD5sum: e044c01dd60cec111064d4f5d84ad9fd Description: debug symbols for ros-jazzy-rosidl-typesupport-c Build-Ids: 374bc3e1af26b4956b7c0c7b200b3577fa072dc1 Package: ros-jazzy-rosidl-typesupport-cpp Version: 3.2.2-1noble.20260519.015403 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 204 Depends: libc6 (>= 2.17), libstdc++6 (>= 5.2), python3-dev, ros-jazzy-ament-cmake-core, ros-jazzy-ament-index-python, ros-jazzy-rcpputils, ros-jazzy-rcutils, ros-jazzy-rosidl-cli, ros-jazzy-rosidl-generator-c, ros-jazzy-rosidl-generator-type-description, ros-jazzy-rosidl-pycommon, ros-jazzy-rosidl-runtime-c, ros-jazzy-rosidl-runtime-cpp, ros-jazzy-rosidl-typesupport-c, ros-jazzy-rosidl-typesupport-interface, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-typesupport-cpp/ros-jazzy-rosidl-typesupport-cpp_3.2.2-1noble.20260519.015403_arm64.deb Size: 23506 SHA256: 6d7896e81988ca65ec03749cd32f714c8cf3c4be1429040673eaa1e545acba1a SHA1: 5b311106730c7a7869583d82f282e738cb756e94 MD5sum: aeb08fb9231b10d1ee5d9b04f4c96fb1 Description: Generate the type support for C++ messages. Package: ros-jazzy-rosidl-typesupport-cpp-dbgsym Package-Type: ddeb Source: ros-jazzy-rosidl-typesupport-cpp Version: 3.2.2-1noble.20260519.015403 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 65 Depends: ros-jazzy-rosidl-typesupport-cpp (= 3.2.2-1noble.20260519.015403) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-typesupport-cpp/ros-jazzy-rosidl-typesupport-cpp-dbgsym_3.2.2-1noble.20260519.015403_arm64.deb Size: 46768 SHA256: ac3cfabea80217b9dfe2821ca6fa2539e04d72fa5b0342bb2b399cab95a7dfee SHA1: a321e9ca3f9c8a417edc67e9b30be2698ab6d335 MD5sum: d7d82f19869b45f584a8ba81fe44662e Description: debug symbols for ros-jazzy-rosidl-typesupport-cpp Build-Ids: 9079ef797c4200bd4910e360401c23d98737a101 Package: ros-jazzy-rosidl-typesupport-fastrtps-c Version: 3.6.3-1noble.20260519.013612 Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 238 Depends: libstdc++6 (>= 5.2), python3-dev, ros-jazzy-ament-cmake-ros, ros-jazzy-ament-index-python, ros-jazzy-fastcdr, ros-jazzy-fastrtps-cmake-module, ros-jazzy-rmw, ros-jazzy-rosidl-cli, ros-jazzy-rosidl-generator-c, ros-jazzy-rosidl-pycommon, ros-jazzy-rosidl-runtime-c, ros-jazzy-rosidl-runtime-cpp, ros-jazzy-rosidl-typesupport-fastrtps-cpp, ros-jazzy-rosidl-typesupport-interface, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-typesupport-fastrtps-c/ros-jazzy-rosidl-typesupport-fastrtps-c_3.6.3-1noble.20260519.013612_arm64.deb Size: 26388 SHA256: e559ff0bf1719c80236fccb2ed581273623c893aa195b704865b39d4d29b53c4 SHA1: 4e65ef0b32cd0dcee5807bed3ae600b265767074 MD5sum: b3519f2acbbdfff10babfeba9e9d50e2 Description: Generate the C interfaces for eProsima FastRTPS. Package: ros-jazzy-rosidl-typesupport-fastrtps-c-dbgsym Package-Type: ddeb Source: ros-jazzy-rosidl-typesupport-fastrtps-c Version: 3.6.3-1noble.20260519.013612 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 34 Depends: ros-jazzy-rosidl-typesupport-fastrtps-c (= 3.6.3-1noble.20260519.013612) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-typesupport-fastrtps-c/ros-jazzy-rosidl-typesupport-fastrtps-c-dbgsym_3.6.3-1noble.20260519.013612_arm64.deb Size: 18758 SHA256: de9426c9e772f4dee230c4f956f29b01f7907d6c05d5932fa9ae5a008cd37d08 SHA1: 5d55f69e39de72c395d84fc987d9d349b94f112c MD5sum: 4fecb3bf67bf95095c56ff44d32a6ad8 Description: debug symbols for ros-jazzy-rosidl-typesupport-fastrtps-c Build-Ids: 9597f13dd99b0b46c326cd828c7e20bd32e4fb1f Package: ros-jazzy-rosidl-typesupport-fastrtps-cpp Version: 3.6.3-1noble.20260519.012723 Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 246 Depends: libc6 (>= 2.17), libstdc++6 (>= 5.2), python3-dev, ros-jazzy-ament-cmake-ros, ros-jazzy-ament-index-python, ros-jazzy-fastcdr, ros-jazzy-fastrtps-cmake-module, ros-jazzy-rmw, ros-jazzy-rosidl-cli, ros-jazzy-rosidl-generator-c, ros-jazzy-rosidl-generator-cpp, ros-jazzy-rosidl-pycommon, ros-jazzy-rosidl-runtime-c, ros-jazzy-rosidl-runtime-cpp, ros-jazzy-rosidl-typesupport-interface, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-typesupport-fastrtps-cpp/ros-jazzy-rosidl-typesupport-fastrtps-cpp_3.6.3-1noble.20260519.012723_arm64.deb Size: 28098 SHA256: 808d2484a54308d8bda43079ee17b57adfb05de6831f5425803def7ea4fc1b26 SHA1: 7a59f0f3cd27723aab12d9f88c51e4b1ec50cd9b MD5sum: bd449c79721f5152c1632f037212402e Description: Generate the C++ interfaces for eProsima FastRTPS. Package: ros-jazzy-rosidl-typesupport-fastrtps-cpp-dbgsym Package-Type: ddeb Source: ros-jazzy-rosidl-typesupport-fastrtps-cpp Version: 3.6.3-1noble.20260519.012723 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 45 Depends: ros-jazzy-rosidl-typesupport-fastrtps-cpp (= 3.6.3-1noble.20260519.012723) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-typesupport-fastrtps-cpp/ros-jazzy-rosidl-typesupport-fastrtps-cpp-dbgsym_3.6.3-1noble.20260519.012723_arm64.deb Size: 29734 SHA256: a57aa74409ee807e3781e24f591480cffad1342d34758bd1f4ce9a1b91a72da1 SHA1: 1d22ef4c2fd72017bae329df285694f48bb1ee1e MD5sum: 16ec04869a0dbd8ff59bb8762b1b09f7 Description: debug symbols for ros-jazzy-rosidl-typesupport-fastrtps-cpp Build-Ids: 8330a0b6910d6c682022d92db85228c7ed10ef7f Package: ros-jazzy-rosidl-typesupport-interface Version: 4.6.7-1noble.20260305.221325 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 56 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-typesupport-interface/ros-jazzy-rosidl-typesupport-interface_4.6.7-1noble.20260305.221325_arm64.deb Size: 9392 SHA256: b2247892fc90e9c9fdae096713550ab58e858552978caa8309d1aa38db33ad01 SHA1: f69e1b5509165ca3518590d2a6a35558c3891a36 MD5sum: f6ee8cd1675b756aa73161aa84c41969 Description: The interface for rosidl typesupport packages. Package: ros-jazzy-rosidl-typesupport-introspection-c Version: 4.6.7-1noble.20260519.012628 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 223 Depends: python3-dev, ros-jazzy-ament-cmake, ros-jazzy-ament-index-python, ros-jazzy-rosidl-cli, ros-jazzy-rosidl-cmake, ros-jazzy-rosidl-generator-c, ros-jazzy-rosidl-parser, ros-jazzy-rosidl-pycommon, ros-jazzy-rosidl-runtime-c, ros-jazzy-rosidl-typesupport-interface, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-typesupport-introspection-c/ros-jazzy-rosidl-typesupport-introspection-c_4.6.7-1noble.20260519.012628_arm64.deb Size: 24804 SHA256: 25530037a0c81d3af3b4eb7a3a229abc5f9ec537ba3b2287a9cadb93bb094d01 SHA1: db0c469126bc2bc488e6b363d385c76136c0423f MD5sum: b2c7b3f68e12d1c4f161873ace55ffbd Description: Generate the message type support for dynamic message construction in C. Package: ros-jazzy-rosidl-typesupport-introspection-c-dbgsym Package-Type: ddeb Source: ros-jazzy-rosidl-typesupport-introspection-c Version: 4.6.7-1noble.20260519.012628 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 17 Depends: ros-jazzy-rosidl-typesupport-introspection-c (= 4.6.7-1noble.20260519.012628) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-typesupport-introspection-c/ros-jazzy-rosidl-typesupport-introspection-c-dbgsym_4.6.7-1noble.20260519.012628_arm64.deb Size: 2920 SHA256: 410825df9c48aa27e9a7dce11b9f569389dccc0aa675fe02d30542a957c826be SHA1: af3228514ecf0561b835de54b1dd8b20d1ee3c8d MD5sum: 010dc19c42e59eeb8e809db5fef3e37b Description: debug symbols for ros-jazzy-rosidl-typesupport-introspection-c Build-Ids: 056214cfaf95709e81baff4a02864a0d926db2e6 Package: ros-jazzy-rosidl-typesupport-introspection-cpp Version: 4.6.7-1noble.20260519.014753 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 224 Depends: python3-dev, ros-jazzy-ament-cmake, ros-jazzy-ament-index-python, ros-jazzy-rosidl-cli, ros-jazzy-rosidl-cmake, ros-jazzy-rosidl-generator-c, ros-jazzy-rosidl-generator-cpp, ros-jazzy-rosidl-parser, ros-jazzy-rosidl-pycommon, ros-jazzy-rosidl-runtime-c, ros-jazzy-rosidl-runtime-cpp, ros-jazzy-rosidl-typesupport-interface, ros-jazzy-rosidl-typesupport-introspection-c, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-typesupport-introspection-cpp/ros-jazzy-rosidl-typesupport-introspection-cpp_4.6.7-1noble.20260519.014753_arm64.deb Size: 24722 SHA256: 6febcedecf89e7cdead79912f7c5eab465e9fdd2e92ff175f07b8ae5dcbc6256 SHA1: 90983ce33a91503f3ca39dd79987dc9291c3ba18 MD5sum: d68d90e2ae13836095bcc08bade07001 Description: Generate the message type support for dynamic message construction in C++. Package: ros-jazzy-rosidl-typesupport-introspection-cpp-dbgsym Package-Type: ddeb Source: ros-jazzy-rosidl-typesupport-introspection-cpp Version: 4.6.7-1noble.20260519.014753 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 17 Depends: ros-jazzy-rosidl-typesupport-introspection-cpp (= 4.6.7-1noble.20260519.014753) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-typesupport-introspection-cpp/ros-jazzy-rosidl-typesupport-introspection-cpp-dbgsym_4.6.7-1noble.20260519.014753_arm64.deb Size: 2936 SHA256: f5a46056f6bb34a720abbb2273b3afa41f6da427b224cf2956c4f8c99ccf039f SHA1: 5a26b10452a2211ca1179ec8ca5831b186e9df92 MD5sum: 3ddfac499d64fb2e2f27b6005dcc6931 Description: debug symbols for ros-jazzy-rosidl-typesupport-introspection-cpp Build-Ids: 839fb40d00199d7edd2df71248635cc17e2d6cc4 Package: ros-jazzy-rosidlcpp Version: 0.5.0-1noble.20260519.015921 Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 42 Depends: ros-jazzy-ament-cmake-core, ros-jazzy-rosidlcpp-generator-c, ros-jazzy-rosidlcpp-generator-cpp, ros-jazzy-rosidlcpp-generator-py, ros-jazzy-rosidlcpp-generator-type-description, ros-jazzy-rosidlcpp-typesupport-c, ros-jazzy-rosidlcpp-typesupport-cpp, ros-jazzy-rosidlcpp-typesupport-fastrtps-c, ros-jazzy-rosidlcpp-typesupport-fastrtps-cpp, ros-jazzy-rosidlcpp-typesupport-introspection-c, ros-jazzy-rosidlcpp-typesupport-introspection-cpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidlcpp/ros-jazzy-rosidlcpp_0.5.0-1noble.20260519.015921_arm64.deb Size: 5256 SHA256: 14db2d6fb696f1efa3d700a9b0224ecb03b7272c1344a57229641f6622199e5d SHA1: d01514e2941342a68c7a7fa099874b40dcc57390 MD5sum: bea5089076b692c64c4511bbfbff341b Description: Meta package depending on all rosidlcpp generators Package: ros-jazzy-rosidlcpp-generator-c Version: 0.5.0-1noble.20260519.012427 Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 520 Depends: libc6 (>= 2.38), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, nlohmann-json3-dev, ros-jazzy-ament-cmake-core, ros-jazzy-rcutils, ros-jazzy-rosidl-cmake, ros-jazzy-rosidl-generator-type-description, ros-jazzy-rosidl-typesupport-interface, ros-jazzy-rosidlcpp-generator-core, ros-jazzy-rosidlcpp-parser, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidlcpp-generator-c/ros-jazzy-rosidlcpp-generator-c_0.5.0-1noble.20260519.012427_arm64.deb Size: 166430 SHA256: e6a4c193811439dde8cc326094a6029d2e29a1de2bb7c08fbfe902d5c7ed7a35 SHA1: 3e92850af933ca11d6974805bedfb0df1fb3343f MD5sum: 4af6440e78ba7dbff2ecb7cc8a8e1c27 Description: Generate the ROS interfaces in C. Package: ros-jazzy-rosidlcpp-generator-c-dbgsym Package-Type: ddeb Source: ros-jazzy-rosidlcpp-generator-c Version: 0.5.0-1noble.20260519.012427 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 2435 Depends: ros-jazzy-rosidlcpp-generator-c (= 0.5.0-1noble.20260519.012427) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidlcpp-generator-c/ros-jazzy-rosidlcpp-generator-c-dbgsym_0.5.0-1noble.20260519.012427_arm64.deb Size: 2266370 SHA256: f604ace812581cdc979e8187f220888a42a72b7233c93c59e39dbbb71b266cda SHA1: 67d980a4458e13ea1844bfa32ab9a160f9b02bd2 MD5sum: 580e11d1d6266d178b7d5cfc8f1def26 Description: debug symbols for ros-jazzy-rosidlcpp-generator-c Build-Ids: 03cb7eaf010e5a5c75642d240c55f5e8daf9231c Package: ros-jazzy-rosidlcpp-generator-core Version: 0.5.0-1noble.20260305.222200 Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 704 Depends: libc6 (>= 2.38), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, ros-jazzy-rosidlcpp-parser, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidlcpp-generator-core/ros-jazzy-rosidlcpp-generator-core_0.5.0-1noble.20260305.222200_arm64.deb Size: 191000 SHA256: 84ec76849e25f976ba55108b395d0d87579ec97afd8d0b90c8fdfe79b260eee6 SHA1: c15ab62ad5ee6f282a387dbf9f77845a605092e7 MD5sum: fded79e4fc297dd55b574c09af2a820e Description: This package provides the basis for all rosidlcpp generators Package: ros-jazzy-rosidlcpp-generator-core-dbgsym Package-Type: ddeb Source: ros-jazzy-rosidlcpp-generator-core Version: 0.5.0-1noble.20260305.222200 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 2192 Depends: ros-jazzy-rosidlcpp-generator-core (= 0.5.0-1noble.20260305.222200) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidlcpp-generator-core/ros-jazzy-rosidlcpp-generator-core-dbgsym_0.5.0-1noble.20260305.222200_arm64.deb Size: 1950764 SHA256: c1dff2752ffd6444b1f811a05db9833f9789248774d9ecdb23291ff21d1acb64 SHA1: 0000f7b009401739e521a62340f265548daf4968 MD5sum: e25d261ee7efc42b304cdfd0bbaa7787 Description: debug symbols for ros-jazzy-rosidlcpp-generator-core Build-Ids: 5b9a672f52c2a19e7b3a3f88b21e4f6a9216aba4 Package: ros-jazzy-rosidlcpp-generator-cpp Version: 0.5.0-1noble.20260519.012429 Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 368 Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, nlohmann-json3-dev, ros-jazzy-ament-cmake-core, ros-jazzy-rcutils, ros-jazzy-rosidl-cmake, ros-jazzy-rosidl-generator-type-description, ros-jazzy-rosidl-typesupport-interface, ros-jazzy-rosidlcpp-generator-core, ros-jazzy-rosidlcpp-parser, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidlcpp-generator-cpp/ros-jazzy-rosidlcpp-generator-cpp_0.5.0-1noble.20260519.012429_arm64.deb Size: 108710 SHA256: 9a574e8fb348ad617966f8567d47f5a59c696f1ea03ebc84c0053a9d4ec8c0ba SHA1: 06302ca53ce58e59bbbfb952094559a02faa22e3 MD5sum: 1e57fad6f8a0e1615a73d577c0ba4c99 Description: Generate the ROS interfaces in C++. Package: ros-jazzy-rosidlcpp-generator-cpp-dbgsym Package-Type: ddeb Source: ros-jazzy-rosidlcpp-generator-cpp Version: 0.5.0-1noble.20260519.012429 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 1586 Depends: ros-jazzy-rosidlcpp-generator-cpp (= 0.5.0-1noble.20260519.012429) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidlcpp-generator-cpp/ros-jazzy-rosidlcpp-generator-cpp-dbgsym_0.5.0-1noble.20260519.012429_arm64.deb Size: 1484132 SHA256: 88b7d9c6de911ae0a10c12e32af15caf35e3151831c823832cf8b0bcad329951 SHA1: ee3214b59e92959f31358e16225d981379398250 MD5sum: 622bc767efa12c4e873446f4143eb821 Description: debug symbols for ros-jazzy-rosidlcpp-generator-cpp Build-Ids: be16581a56943081d086d83ab0b9741c8d8ac062 Package: ros-jazzy-rosidlcpp-generator-py Version: 0.5.0-1noble.20260519.013942 Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 413 Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, nlohmann-json3-dev, ros-jazzy-ament-cmake, ros-jazzy-ament-index-python, ros-jazzy-python-cmake-module, ros-jazzy-rmw, ros-jazzy-rosidl-generator-c, ros-jazzy-rosidl-pycommon, ros-jazzy-rosidl-typesupport-c, ros-jazzy-rosidl-typesupport-interface, ros-jazzy-rosidlcpp-generator-core, ros-jazzy-rosidlcpp-parser, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidlcpp-generator-py/ros-jazzy-rosidlcpp-generator-py_0.5.0-1noble.20260519.013942_arm64.deb Size: 117038 SHA256: 975a8a464d476611cd04f315e22c03c1a00004693c28c4454ed2b3823dec2599 SHA1: 82b77a7daa40d4cc9a13701f94134ecfa6f6c3a7 MD5sum: 47f52b126194edbadfedf2d037f873e8 Description: Generate the ROS interfaces in Python. Package: ros-jazzy-rosidlcpp-generator-py-dbgsym Package-Type: ddeb Source: ros-jazzy-rosidlcpp-generator-py Version: 0.5.0-1noble.20260519.013942 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 1720 Depends: ros-jazzy-rosidlcpp-generator-py (= 0.5.0-1noble.20260519.013942) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidlcpp-generator-py/ros-jazzy-rosidlcpp-generator-py-dbgsym_0.5.0-1noble.20260519.013942_arm64.deb Size: 1608206 SHA256: dfb361b4edc2f3fb30d8ba41a344450c818a24584880073430e6c64cebbbaa63 SHA1: 9b158577d148bdcd36dcff982dc7136178ff14a3 MD5sum: d4455f04bc744e6ac679e25966cc74b0 Description: debug symbols for ros-jazzy-rosidlcpp-generator-py Build-Ids: 949456e1f01f19c9d2bf140b12d8935e5e59ad52 Package: ros-jazzy-rosidlcpp-generator-type-description Version: 0.5.0-1noble.20260305.231602 Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 377 Depends: libc6 (>= 2.38), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, nlohmann-json3-dev, ros-jazzy-ament-cmake-core, ros-jazzy-rcutils, ros-jazzy-rosidl-runtime-c, ros-jazzy-rosidlcpp-generator-core, ros-jazzy-rosidlcpp-parser, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidlcpp-generator-type-description/ros-jazzy-rosidlcpp-generator-type-description_0.5.0-1noble.20260305.231602_arm64.deb Size: 131688 SHA256: 1e9f7db784ee9479bc8925088d63c62f964f70202aeeadfd20314ea727e06be2 SHA1: abf5877f8cb88f141fa4b366c8110427e6961696 MD5sum: 9239df87f2079b4c6ffa3b62cd3141bf Description: Generate hashes and descriptions of ROS 2 interface types, per REP-2011. Package: ros-jazzy-rosidlcpp-generator-type-description-dbgsym Package-Type: ddeb Source: ros-jazzy-rosidlcpp-generator-type-description Version: 0.5.0-1noble.20260305.231602 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 2211 Depends: ros-jazzy-rosidlcpp-generator-type-description (= 0.5.0-1noble.20260305.231602) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidlcpp-generator-type-description/ros-jazzy-rosidlcpp-generator-type-description-dbgsym_0.5.0-1noble.20260305.231602_arm64.deb Size: 2075252 SHA256: 756d18c1dff2eacdb2cfb9eda13d366893d8233f53d3d7f3ae9d9f62e58562ea SHA1: 102314b3a82e646aae024d7ddc187e1789215bb2 MD5sum: 4cfa283de189cc69e1beb877dec89faa Description: debug symbols for ros-jazzy-rosidlcpp-generator-type-description Build-Ids: 4a8e23c439afa458255e11ffc7e4976b7b4da912 Package: ros-jazzy-rosidlcpp-parser Version: 0.5.0-1noble.20260305.221534 Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 326 Depends: libc6 (>= 2.38), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidlcpp-parser/ros-jazzy-rosidlcpp-parser_0.5.0-1noble.20260305.221534_arm64.deb Size: 86850 SHA256: 846fb19347145d5832ea7b7f98b67e269fd551b70b49eca4794863dee6ceaf3a SHA1: e698920982d2b769b6e380f8193fac074969f8ca MD5sum: bbc4ddf7cfb16f26c7299d039fcdb0d7 Description: This package provides utilities to parse idl files into a json data structure Package: ros-jazzy-rosidlcpp-parser-dbgsym Package-Type: ddeb Source: ros-jazzy-rosidlcpp-parser Version: 0.5.0-1noble.20260305.221534 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 1135 Depends: ros-jazzy-rosidlcpp-parser (= 0.5.0-1noble.20260305.221534) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidlcpp-parser/ros-jazzy-rosidlcpp-parser-dbgsym_0.5.0-1noble.20260305.221534_arm64.deb Size: 1066406 SHA256: 0661d89d32c96a7d45fc1c4d1cd3aac7920e141140adcd9440832ecbfa3e2b29 SHA1: 655f7ab458bd7661d27a14299469946ad3778969 MD5sum: 61f7c84c5587d6d980fd304f0644a336 Description: debug symbols for ros-jazzy-rosidlcpp-parser Build-Ids: 168993d66f03a5bc420bbd1deab4239a955aa849 ce0f6e172c6da9b9ca45d430db68ba7a4b967419 Package: ros-jazzy-rosidlcpp-typesupport-c Version: 0.5.0-1noble.20260519.015201 Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 350 Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, nlohmann-json3-dev, ros-jazzy-ament-cmake-core, ros-jazzy-ament-index-python, ros-jazzy-rcpputils, ros-jazzy-rcutils, ros-jazzy-rosidl-cli, ros-jazzy-rosidl-generator-c, ros-jazzy-rosidl-pycommon, ros-jazzy-rosidl-runtime-c, ros-jazzy-rosidl-typesupport-interface, ros-jazzy-rosidlcpp-generator-core, ros-jazzy-rosidlcpp-parser, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidlcpp-typesupport-c/ros-jazzy-rosidlcpp-typesupport-c_0.5.0-1noble.20260519.015201_arm64.deb Size: 56298 SHA256: d30041a3ab1a0321ba708df348d2ea27b1815da5659e976b1bbc8bff3da81719 SHA1: 0cb2e6b0d85b518b0983670fa562370c8f03ab3f MD5sum: 0a9c143b79b69ecbf5432740b81e2c5b Description: Generate the type support for C messages. Package: ros-jazzy-rosidlcpp-typesupport-c-dbgsym Package-Type: ddeb Source: ros-jazzy-rosidlcpp-typesupport-c Version: 0.5.0-1noble.20260519.015201 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 998 Depends: ros-jazzy-rosidlcpp-typesupport-c (= 0.5.0-1noble.20260519.015201) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidlcpp-typesupport-c/ros-jazzy-rosidlcpp-typesupport-c-dbgsym_0.5.0-1noble.20260519.015201_arm64.deb Size: 936592 SHA256: bd6171af0b73f3b751175d31bec62f93b895ec37e69231b9057cfaf74080a593 SHA1: 96b3478c9b2565d07228e47b4997334c043401a0 MD5sum: 773d4b9f6dfc7ff43839d47e1341c0ca Description: debug symbols for ros-jazzy-rosidlcpp-typesupport-c Build-Ids: 09a0895361dd49d4cb38d04d1f24abb187cb512f Package: ros-jazzy-rosidlcpp-typesupport-cpp Version: 0.5.0-1noble.20260519.015403 Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 350 Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, nlohmann-json3-dev, ros-jazzy-ament-cmake-core, ros-jazzy-ament-index-python, ros-jazzy-rcpputils, ros-jazzy-rcutils, ros-jazzy-rosidl-cli, ros-jazzy-rosidl-generator-c, ros-jazzy-rosidl-generator-type-description, ros-jazzy-rosidl-pycommon, ros-jazzy-rosidl-runtime-c, ros-jazzy-rosidl-runtime-cpp, ros-jazzy-rosidl-typesupport-c, ros-jazzy-rosidl-typesupport-interface, ros-jazzy-rosidlcpp-generator-core, ros-jazzy-rosidlcpp-parser, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidlcpp-typesupport-cpp/ros-jazzy-rosidlcpp-typesupport-cpp_0.5.0-1noble.20260519.015403_arm64.deb Size: 55754 SHA256: a3933656bffc7ddac1edeb831737d09c5eea538428de18d15edc7fbccddf6bc0 SHA1: 4b3dda3ed5c2d6553a696fea5347954f5a80f416 MD5sum: af25279d10bdb3ccbe3a778dea30b435 Description: Generate the type support for C++ messages. Package: ros-jazzy-rosidlcpp-typesupport-cpp-dbgsym Package-Type: ddeb Source: ros-jazzy-rosidlcpp-typesupport-cpp Version: 0.5.0-1noble.20260519.015403 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 1000 Depends: ros-jazzy-rosidlcpp-typesupport-cpp (= 0.5.0-1noble.20260519.015403) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidlcpp-typesupport-cpp/ros-jazzy-rosidlcpp-typesupport-cpp-dbgsym_0.5.0-1noble.20260519.015403_arm64.deb Size: 938942 SHA256: aa0776897fbd6de35a09741b2dd77645ff9d127ed2c0278d3f233503a7f02676 SHA1: acc00e00e4a7b85c4febb98c0dd04f5831578359 MD5sum: 2dfcff092010b0a293be493555954e2a Description: debug symbols for ros-jazzy-rosidlcpp-typesupport-cpp Build-Ids: d1df197e9b67b11fd00568cb5cef6c057538c646 Package: ros-jazzy-rosidlcpp-typesupport-fastrtps-c Version: 0.5.0-1noble.20260519.014917 Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 497 Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, nlohmann-json3-dev, ros-jazzy-ament-cmake-ros, ros-jazzy-fastcdr, ros-jazzy-rmw, ros-jazzy-rosidl-generator-c, ros-jazzy-rosidl-runtime-c, ros-jazzy-rosidl-runtime-cpp, ros-jazzy-rosidl-typesupport-fastrtps-cpp, ros-jazzy-rosidl-typesupport-interface, ros-jazzy-rosidlcpp-generator-core, ros-jazzy-rosidlcpp-parser, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidlcpp-typesupport-fastrtps-c/ros-jazzy-rosidlcpp-typesupport-fastrtps-c_0.5.0-1noble.20260519.014917_arm64.deb Size: 88924 SHA256: 6a2827223c4704b9226768d7b633301048b3beb8a35f9d3a555bfdcea001f258 SHA1: 9e51eb6789b23c7b223313d375707eb39b075d01 MD5sum: dcfbd82ba8e03605206e6c373d4991e7 Description: Generate the C interfaces for eProsima FastRTPS. Package: ros-jazzy-rosidlcpp-typesupport-fastrtps-c-dbgsym Package-Type: ddeb Source: ros-jazzy-rosidlcpp-typesupport-fastrtps-c Version: 0.5.0-1noble.20260519.014917 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 1345 Depends: ros-jazzy-rosidlcpp-typesupport-fastrtps-c (= 0.5.0-1noble.20260519.014917) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidlcpp-typesupport-fastrtps-c/ros-jazzy-rosidlcpp-typesupport-fastrtps-c-dbgsym_0.5.0-1noble.20260519.014917_arm64.deb Size: 1257032 SHA256: 15942680b7eeb1a41fddbf746ae5b4177fb88c9b9aed520c7bd5c696269ac15e SHA1: 995f3d4189021db29016dd7b636ced7ccfc81c0d MD5sum: 153c726359cd04efcd1b7ee41ddabaad Description: debug symbols for ros-jazzy-rosidlcpp-typesupport-fastrtps-c Build-Ids: 7f9463f5eb08112c8d9209f338f79f89b9e39ca6 Package: ros-jazzy-rosidlcpp-typesupport-fastrtps-cpp Version: 0.5.0-1noble.20260519.012805 Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 494 Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, nlohmann-json3-dev, ros-jazzy-ament-cmake-ros, ros-jazzy-fastcdr, ros-jazzy-rmw, ros-jazzy-rosidl-generator-c, ros-jazzy-rosidl-generator-cpp, ros-jazzy-rosidl-runtime-c, ros-jazzy-rosidl-runtime-cpp, ros-jazzy-rosidl-typesupport-interface, ros-jazzy-rosidlcpp-generator-core, ros-jazzy-rosidlcpp-parser, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidlcpp-typesupport-fastrtps-cpp/ros-jazzy-rosidlcpp-typesupport-fastrtps-cpp_0.5.0-1noble.20260519.012805_arm64.deb Size: 87080 SHA256: 3ec6a35339ac32a8d71e63244a140107c5f756f1e686a95e8e6b495dd7ed8a30 SHA1: 661f0b9d7b831e8f6912b1e7ae12d86e724f387a MD5sum: 0cca44463345b65cab5b21ffd841122d Description: Generate the C++ interfaces for eProsima FastRTPS. Package: ros-jazzy-rosidlcpp-typesupport-fastrtps-cpp-dbgsym Package-Type: ddeb Source: ros-jazzy-rosidlcpp-typesupport-fastrtps-cpp Version: 0.5.0-1noble.20260519.012805 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 1349 Depends: ros-jazzy-rosidlcpp-typesupport-fastrtps-cpp (= 0.5.0-1noble.20260519.012805) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidlcpp-typesupport-fastrtps-cpp/ros-jazzy-rosidlcpp-typesupport-fastrtps-cpp-dbgsym_0.5.0-1noble.20260519.012805_arm64.deb Size: 1264892 SHA256: 7788053b7ccfdafc2bf7a2b802916c0c1a474fdba3a3a17a55f967e029b70611 SHA1: c1813016d5b6cdaef0fa6e532a11dee346d9e114 MD5sum: 357ee83f6126d82e96dd68a2e2b48ea2 Description: debug symbols for ros-jazzy-rosidlcpp-typesupport-fastrtps-cpp Build-Ids: 020905323ad97629243ff94a1408de478e04e844 Package: ros-jazzy-rosidlcpp-typesupport-introspection-c Version: 0.5.0-1noble.20260519.012652 Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 358 Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, nlohmann-json3-dev, ros-jazzy-ament-index-python, ros-jazzy-rosidl-cli, ros-jazzy-rosidl-cmake, ros-jazzy-rosidl-generator-c, ros-jazzy-rosidl-parser, ros-jazzy-rosidl-pycommon, ros-jazzy-rosidl-runtime-c, ros-jazzy-rosidl-typesupport-interface, ros-jazzy-rosidlcpp-generator-core, ros-jazzy-rosidlcpp-parser, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidlcpp-typesupport-introspection-c/ros-jazzy-rosidlcpp-typesupport-introspection-c_0.5.0-1noble.20260519.012652_arm64.deb Size: 66658 SHA256: 3101f729adb48fd5ff17ae7264bdca87a64abb4559ffdf30af291edc96a0a0fb SHA1: 7b32c7b0944f94b45dae5c83b6c7b452dfb5342a MD5sum: 13cb027bbba959623e85f0c59839701a Description: Generate the message type support for dynamic message construction in C. Package: ros-jazzy-rosidlcpp-typesupport-introspection-c-dbgsym Package-Type: ddeb Source: ros-jazzy-rosidlcpp-typesupport-introspection-c Version: 0.5.0-1noble.20260519.012652 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 1133 Depends: ros-jazzy-rosidlcpp-typesupport-introspection-c (= 0.5.0-1noble.20260519.012652) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidlcpp-typesupport-introspection-c/ros-jazzy-rosidlcpp-typesupport-introspection-c-dbgsym_0.5.0-1noble.20260519.012652_arm64.deb Size: 1062902 SHA256: d60839980d21e3a373c99d4d34ded05555dba5b5e09b2fadadec4b7640d76b32 SHA1: 9cb47b1f5d23ce7f3c2df1f39b3fd8cc1e2673fc MD5sum: e87047a00f0f4b30e3f595ec0f6c0d20 Description: debug symbols for ros-jazzy-rosidlcpp-typesupport-introspection-c Build-Ids: 4cfd98e143cb78c1536762a553ee88f6cd5bb9fd Package: ros-jazzy-rosidlcpp-typesupport-introspection-cpp Version: 0.5.0-1noble.20260519.014918 Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 358 Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, nlohmann-json3-dev, ros-jazzy-ament-cmake, ros-jazzy-ament-index-python, ros-jazzy-rosidl-cli, ros-jazzy-rosidl-cmake, ros-jazzy-rosidl-generator-c, ros-jazzy-rosidl-generator-cpp, ros-jazzy-rosidl-parser, ros-jazzy-rosidl-pycommon, ros-jazzy-rosidl-runtime-c, ros-jazzy-rosidl-runtime-cpp, ros-jazzy-rosidl-typesupport-interface, ros-jazzy-rosidl-typesupport-introspection-c, ros-jazzy-rosidlcpp-generator-core, ros-jazzy-rosidlcpp-parser, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidlcpp-typesupport-introspection-cpp/ros-jazzy-rosidlcpp-typesupport-introspection-cpp_0.5.0-1noble.20260519.014918_arm64.deb Size: 67008 SHA256: c54c3e175f49ece58a0d072b1a0f7ba7e4c7b7d072c576ee6e2105482971daae SHA1: d0eea1f1ee8153cad8cb24f02e7429cdc0af3d9e MD5sum: a1419fb78180018d5925120d8bfda42d Description: Generate the message type support for dynamic message construction in C++. Package: ros-jazzy-rosidlcpp-typesupport-introspection-cpp-dbgsym Package-Type: ddeb Source: ros-jazzy-rosidlcpp-typesupport-introspection-cpp Version: 0.5.0-1noble.20260519.014918 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 1140 Depends: ros-jazzy-rosidlcpp-typesupport-introspection-cpp (= 0.5.0-1noble.20260519.014918) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidlcpp-typesupport-introspection-cpp/ros-jazzy-rosidlcpp-typesupport-introspection-cpp-dbgsym_0.5.0-1noble.20260519.014918_arm64.deb Size: 1069534 SHA256: f940bea143b87519158f4777a3d8c6baa333ee10ec381e13f9c440630370ec9e SHA1: d39e2a7e450099b5595fb6ed099b05193fc26e0b MD5sum: d925047fb5bdad2bd4823139af92cc83 Description: debug symbols for ros-jazzy-rosidlcpp-typesupport-introspection-cpp Build-Ids: b80f4d72926ad0b2a9841e42340b1e1972b7a4f2 Package: ros-jazzy-rosx-introspection Version: 2.3.0-1noble.20260519.211011 Architecture: arm64 Maintainer: Davide Faconti Installed-Size: 1636 Depends: rapidjson-dev, ros-jazzy-ament-index-cpp, ros-jazzy-rclcpp, ros-jazzy-rosbag2-cpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosx-introspection/ros-jazzy-rosx-introspection_2.3.0-1noble.20260519.211011_arm64.deb Size: 221888 SHA256: 5cecd603bd3d09fdefbce49d6072d53cad294ab8681a5157fe9b44ef130b5d67 SHA1: 3c3be62e5ca10adc2d57701aa7a2dc7c67ec0535 MD5sum: 6bdabc6b1395faadcb1aae781ae2ca92 Description: Parse any ROS/ROS2 message without compile-time information Package: ros-jazzy-rot-conv Version: 1.1.0-4noble.20260305.213253 Architecture: arm64 Maintainer: ijnek Installed-Size: 207 Depends: libc6 (>= 2.17), libstdc++6 (>= 13.1), libeigen3-dev, ros-jazzy-eigen3-cmake-module, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rot-conv/ros-jazzy-rot-conv_1.1.0-4noble.20260305.213253_arm64.deb Size: 39362 SHA256: 22db761e7e7bd7c97a02a6bd7d84e494035c5aba81afe8d4b0954eb8cf1c2ffc SHA1: 3b2248f4983b7fbd59f8faa07e7af0277be5c2ea MD5sum: 1c95af0765df15d2b5528f48854da531 Description: A collection of functions that address common computations and numerical handling of rotations in 3D Euclidean space Package: ros-jazzy-rot-conv-dbgsym Package-Type: ddeb Source: ros-jazzy-rot-conv Version: 1.1.0-4noble.20260305.213253 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 805 Depends: ros-jazzy-rot-conv (= 1.1.0-4noble.20260305.213253) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rot-conv/ros-jazzy-rot-conv-dbgsym_1.1.0-4noble.20260305.213253_arm64.deb Size: 781900 SHA256: b48f58524c9b571bca569d115e54a4619c21ed6293256e08252b3f2e6130c502 SHA1: 8c83a8ebc2b944fe4a9a27e23f67f16d41f3d005 MD5sum: ff0003cc436ad9e5850b042d6dc15a7b Description: debug symbols for ros-jazzy-rot-conv Build-Ids: 5f217109154d290ce8dac14f77902dd523f2212f Package: ros-jazzy-rplidar-ros Version: 2.1.0-4noble.20260520.014759 Architecture: arm64 Maintainer: Hunter L. Allen Installed-Size: 467 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rplidar-ros/ros-jazzy-rplidar-ros_2.1.0-4noble.20260520.014759_arm64.deb Size: 110822 SHA256: 4e288874fe0645bed78dc9ff535ce1255032d5dd2ccf1a2aacad5cfd71916b98 SHA1: 090d3d086654bdf63223a504b81adabc963a2f82 MD5sum: 40948a4586985f2f90602596de6907dc Description: The rplidar ros package, support rplidar A2/A1 and A3/S1 Package: ros-jazzy-rplidar-ros-dbgsym Package-Type: ddeb Source: ros-jazzy-rplidar-ros Version: 2.1.0-4noble.20260520.014759 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Hunter L. Allen Installed-Size: 1640 Depends: ros-jazzy-rplidar-ros (= 2.1.0-4noble.20260520.014759) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rplidar-ros/ros-jazzy-rplidar-ros-dbgsym_2.1.0-4noble.20260520.014759_arm64.deb Size: 1465984 SHA256: 066d56cbd35c2552238bf9dec400fe9fbf72ed38cec1af9b6ce75ba249df8027 SHA1: 9c6a44a1c5727f291391b69f1dd9a8af37f169b3 MD5sum: 7016c9e74bd221b66c8cb3d45951e6bd Description: debug symbols for ros-jazzy-rplidar-ros Build-Ids: 6074f4846b6d8adb150578a74677a3f6905cbc83 6392ed3bac9879a9c727cfd8257d0d4dec4db408 Package: ros-jazzy-rpyutils Version: 0.4.2-1noble.20260305.205337 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 42 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rpyutils/ros-jazzy-rpyutils_0.4.2-1noble.20260305.205337_arm64.deb Size: 7358 SHA256: e9de58f1e9bd5329312a6e7e663bd54f55aac9b64e27a93f72716aae71a375f3 SHA1: 0088c6f23fbcf0f7805b1332e76c4acff19b4c87 MD5sum: 40b3f98b08df4534588b966ae03addd8 Description: Package containing various utility types and functions for Python Package: ros-jazzy-rqml Version: 3.26.42-1noble.20260520.044528 Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 41 Depends: ros-jazzy-rqml-core, ros-jazzy-rqml-default-plugins, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/rqml/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqml/ros-jazzy-rqml_3.26.42-1noble.20260520.044528_arm64.deb Size: 5112 SHA256: 1d42c763883c847ad9f4376a07df36c9a318e004d43d10a3cbdd0d77c3b3eab2 SHA1: 62dfa2656ea0dce6b0f129235975142b3cd36540 MD5sum: b8442c93a4bc545bdcc53ce3f7b07811 Description: QML-based robotics visualization and control tool for ROS 2. Package: ros-jazzy-rqml-core Version: 3.26.42-1noble.20260519.220743 Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 4927 Depends: libc6 (>= 2.38), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 4.5), libqt6core6t64 (>= 6.4.0), libqt6gui6t64 (>= 6.1.2), libqt6qml6 (>= 6.2.0), libqt6quick6 (>= 6.2.0), libspdlog1.12-fmt9, libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), qt6-base-abi (= 6.4.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-jazzy-ament-index-cpp, ros-jazzy-qml6-ros2-plugin, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/rqml_core/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqml-core/ros-jazzy-rqml-core_3.26.42-1noble.20260519.220743_arm64.deb Size: 1851834 SHA256: 5614b30f3155861f1f5f274a6a2baa6fc41bf51a51ee1771c0f271a82cf57529 SHA1: 93d63833025125dcad0128492073bab3578fce2a MD5sum: 0503209ad0c59c715192923c538a7304 Description: QML-based robotics visualization and control tool for ROS 2. Package: ros-jazzy-rqml-core-dbgsym Package-Type: ddeb Source: ros-jazzy-rqml-core Version: 3.26.42-1noble.20260519.220743 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 24498 Depends: ros-jazzy-rqml-core (= 3.26.42-1noble.20260519.220743) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqml-core/ros-jazzy-rqml-core-dbgsym_3.26.42-1noble.20260519.220743_arm64.deb Size: 22973642 SHA256: b2b2049dbe0614a49a1117656b8fa46c4bcf35a0b1d0c74e8d0dfe1ca76358bc SHA1: d67408dc3dbe798d985d42b3b765795fad9a6623 MD5sum: 47acd07f9279d28b8f63bee15486afc3 Description: debug symbols for ros-jazzy-rqml-core Build-Ids: c286f035def8b047bf2d9589d350fced339c269c c9714b00e2de93b8cd96bb38370977043f8dfcc5 Package: ros-jazzy-rqml-default-plugins Version: 3.26.42-1noble.20260520.040309 Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 514 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.4.0), libqt6gui6t64 (>= 6.1.2), libqt6multimedia6 (>= 6.2.1), libqt6qml6 (>= 6.2.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-jazzy-control-msgs, ros-jazzy-controller-manager-msgs, ros-jazzy-geometry-msgs, ros-jazzy-moveit-msgs, ros-jazzy-pal-statistics-msgs, ros-jazzy-qml6-ros2-plugin, ros-jazzy-rqml-core, ros-jazzy-sensor-msgs, ros-jazzy-tf2-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/rqml_default_plugins/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqml-default-plugins/ros-jazzy-rqml-default-plugins_3.26.42-1noble.20260520.040309_arm64.deb Size: 79812 SHA256: 6100eb606575e19a85dba67ec3121507f36f88d3d1dfddfba11816a326a8d1fd SHA1: 81aaa22cb52f7d51b10409b0eaa664d5c1741b85 MD5sum: e15ac63775852ad14cd80b585bef3580 Description: Default plugins for the QML-based robotics visualization and control tool RQml for ROS 2. Package: ros-jazzy-rqml-default-plugins-dbgsym Package-Type: ddeb Source: ros-jazzy-rqml-default-plugins Version: 3.26.42-1noble.20260520.040309 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 522 Depends: ros-jazzy-rqml-default-plugins (= 3.26.42-1noble.20260520.040309) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqml-default-plugins/ros-jazzy-rqml-default-plugins-dbgsym_3.26.42-1noble.20260520.040309_arm64.deb Size: 491948 SHA256: ca633f9e35da0bcd40bba0810b5049f85d4e290e218047a51bfbb4735a46a0a6 SHA1: 2c715e2f8d85764627008ea43474cfbbbcab1518 MD5sum: 29603d2720ebbf3677c231ff97e0c887 Description: debug symbols for ros-jazzy-rqml-default-plugins Build-Ids: 79ff7183fed64ed81083d0c96858f4b9517d610a Package: ros-jazzy-rqml-plugin-example Version: 3.26.42-1noble.20260520.044456 Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 46 Depends: qml6-module-qtquick-controls, qml6-module-qtquick-layouts, ros-jazzy-qml6-ros2-plugin, ros-jazzy-rqml-core, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/rqml_plugin_example/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqml-plugin-example/ros-jazzy-rqml-plugin-example_3.26.42-1noble.20260520.044456_arm64.deb Size: 6074 SHA256: ec14adb57c0a641b45bf60145a59f183dbac3b5419d79961e03f4ce8f5e6c55d SHA1: 4b42bce95727e58d72cc966adfc2f788fdf44c5c MD5sum: b5bc425d7c44ff9f273189ec6781dd40 Description: An example plugin for RQml Package: ros-jazzy-rqt Version: 1.6.3-1noble.20260520.043657 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 26 Depends: ros-jazzy-rqt-gui (>= 0.3.0), ros-jazzy-rqt-gui-cpp (>= 0.3.0), ros-jazzy-rqt-gui-py (>= 0.3.0), ros-jazzy-rqt-py-common, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/rqt Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt/ros-jazzy-rqt_1.6.3-1noble.20260520.043657_arm64.deb Size: 3582 SHA256: cec3697050d314222a1f46b801add5b028359e41adcfa455c1e52e3ef8824087 SHA1: 709f5a13959b8512b47d5056bee247b65544bc26 MD5sum: 4047ed9995dfc7244a19582092157ac0 Description: rqt is a Qt-based framework for GUI development for ROS. Package: ros-jazzy-rqt-action Version: 2.2.1-1noble.20260520.043718 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 41 Depends: ros-jazzy-rqt-gui, ros-jazzy-rqt-gui-py, ros-jazzy-rqt-msg, ros-jazzy-rqt-py-common, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/rqt_action Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-action/ros-jazzy-rqt-action_2.2.1-1noble.20260520.043718_arm64.deb Size: 7104 SHA256: b253fe780dc180a7f42fe25b59c2a10a76b99b5f98021ace6adafea4e1706238 SHA1: 46fe70dbbe54d0e2b7eeb29ecaddbad1e7cef3ff MD5sum: 39399390dbd4d6e6faf6dc1863182289 Description: rqt_action provides a feature to introspect all available ROS action types. Package: ros-jazzy-rqt-bag Version: 1.5.6-1noble.20260520.053028 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 516 Depends: ros-jazzy-python-qt-binding (>= 0.2.19), ros-jazzy-rclpy, ros-jazzy-rosbag2-py, ros-jazzy-rqt-gui (>= 0.2.12), ros-jazzy-rqt-gui-py, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/rqt_bag Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-bag/ros-jazzy-rqt-bag_1.5.6-1noble.20260520.053028_arm64.deb Size: 116640 SHA256: 12b3b516a1f71318b97d178ea21c245d78c1c6180a0b72ded5586601a33eb060 SHA1: 45eb92ea8c5b6b4245a53b2c123e5b61d1e7cdf6 MD5sum: ba9005bb15626030071ccad3c77b086f Description: rqt_bag provides a GUI plugin for displaying and replaying ROS bag files. Package: ros-jazzy-rqt-bag-plugins Version: 1.5.6-1noble.20260520.053314 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 145 Depends: python3-cairo, python3-numpy, python3-pil, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rclpy, ros-jazzy-rosbag2, ros-jazzy-rqt-bag, ros-jazzy-rqt-gui, ros-jazzy-rqt-gui-py, ros-jazzy-rqt-plot, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/rqt_bag Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-bag-plugins/ros-jazzy-rqt-bag-plugins_1.5.6-1noble.20260520.053314_arm64.deb Size: 38476 SHA256: cdace35e035c4dbd484f41b113ef05ed43164facf3c5e1f79d7d97a59ac4fdca SHA1: 22e2677541374fc83b10a06efd54f72cf8c61741 MD5sum: f0962007e7128e1f7c6e54b28ed6cb29 Description: rqt_bag provides a GUI plugin for displaying and replaying ROS bag files. Package: ros-jazzy-rqt-common-plugins Version: 1.2.0-4noble.20260520.053430 Architecture: arm64 Maintainer: Ivan Paunovic Installed-Size: 43 Depends: ros-jazzy-rqt-action, ros-jazzy-rqt-bag, ros-jazzy-rqt-bag-plugins, ros-jazzy-rqt-console, ros-jazzy-rqt-graph, ros-jazzy-rqt-image-view, ros-jazzy-rqt-msg, ros-jazzy-rqt-plot, ros-jazzy-rqt-publisher, ros-jazzy-rqt-py-common, ros-jazzy-rqt-py-console, ros-jazzy-rqt-reconfigure, ros-jazzy-rqt-service-caller, ros-jazzy-rqt-shell, ros-jazzy-rqt-srv, ros-jazzy-rqt-topic, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/rqt_common_plugins Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-common-plugins/ros-jazzy-rqt-common-plugins_1.2.0-4noble.20260520.053430_arm64.deb Size: 6410 SHA256: 6deda91f54ba007df0a8d29eb0f1db31c6fdefe8de9a25ae115bdd6af441fc95 SHA1: 2fd4a3b64591c11325a2dd14a0eb25124fbefe4f MD5sum: 3ecc03ede7eb1e696bba6b9608004758 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-jazzy-rqt-console Version: 2.2.2-1noble.20260519.210825 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 351 Depends: ros-jazzy-ament-index-python, ros-jazzy-python-qt-binding (>= 0.2.19), ros-jazzy-rcl-interfaces, ros-jazzy-rclpy, ros-jazzy-rqt-gui, ros-jazzy-rqt-gui-py, ros-jazzy-rqt-py-common, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/rqt_console Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-console/ros-jazzy-rqt-console_2.2.2-1noble.20260519.210825_arm64.deb Size: 66498 SHA256: d474f6a94fe8538ac9356c270af024b67a515296ff81d6513d161da8907359fa SHA1: 8203d361dfe4bd4125a1aa976973c2313d081fbf MD5sum: 04d2052ae39c3ee8f546726ed974e154 Description: rqt_console provides a GUI plugin for displaying and filtering ROS messages. Package: ros-jazzy-rqt-controller-manager Version: 4.45.2-1noble.20260520.051713 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 136 Depends: ros-jazzy-controller-manager, ros-jazzy-controller-manager-msgs, ros-jazzy-rclpy, ros-jazzy-rqt-gui, ros-jazzy-rqt-gui-py, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/rqt_controller_manager Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-controller-manager/ros-jazzy-rqt-controller-manager_4.45.2-1noble.20260520.051713_arm64.deb Size: 44652 SHA256: 1460aacfd5f65804fe31a189815954a511d85bce8f3a02faffa8a65f9325016d SHA1: c6dab8cfeaeb53ce10095c1ad57334653831e198 MD5sum: 77f636703db2199e4f6a9093df9a7aa9 Description: Graphical frontend for interacting with the controller manager. Package: ros-jazzy-rqt-dotgraph Version: 0.0.5-1noble.20260519.211039 Architecture: arm64 Maintainer: Alexander Xydes Installed-Size: 297 Depends: libpyside2-dev, libshiboken2-dev, pyqt5-dev, python3-pyqt5, python3-pyqt5.qtsvg, python3-pyside2.qtsvg, python3-sip-dev, ros-jazzy-ament-index-python, ros-jazzy-python-qt-binding, ros-jazzy-qt-dotgraph (>= 1.1.2), ros-jazzy-qt-gui-py-common, ros-jazzy-rqt-graph, ros-jazzy-rqt-gui, ros-jazzy-rqt-gui-py, ros-jazzy-std-msgs, shiboken2, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-dotgraph/ros-jazzy-rqt-dotgraph_0.0.5-1noble.20260519.211039_arm64.deb Size: 68228 SHA256: e8c137c55f0dfa80d2f387656fe56f200c374bcb3ffc7d423812360bd3aa0aa1 SHA1: cd849c0a66dea09579c68b52d7a0d80af4eaada1 MD5sum: da0e16cb544817b6098268b17316d3a6 Description: rqt GUI plugin to visualize dot graphs. Package: ros-jazzy-rqt-gauges Version: 0.0.3-2noble.20260519.210920 Architecture: arm64 Maintainer: Eloy Bricneo Installed-Size: 152 Depends: ros-jazzy-ament-index-python, ros-jazzy-qt-gui, ros-jazzy-qt-gui-py-common, ros-jazzy-rclpy, ros-jazzy-rqt-gui, ros-jazzy-rqt-gui-py, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-gauges/ros-jazzy-rqt-gauges_0.0.3-2noble.20260519.210920_arm64.deb Size: 29694 SHA256: 27bd53bfccc05816dc8ccc12565c46fd8210bc4f8f2597ea075af65b56d3545d SHA1: 78348824871255d5cec93cd930d7045e0311518b MD5sum: 72dda71040a0e5d8356946c9a0bdcab6 Description: Visualization plugin for several sensors. Package: ros-jazzy-rqt-graph Version: 1.5.6-1noble.20260519.210955 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 242 Depends: ros-jazzy-ament-index-python, ros-jazzy-python-qt-binding, ros-jazzy-qt-dotgraph (>= 1.1.2), ros-jazzy-rqt-gui, ros-jazzy-rqt-gui-py, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/rqt_graph Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-graph/ros-jazzy-rqt-graph_1.5.6-1noble.20260519.210955_arm64.deb Size: 56678 SHA256: 9fa25fd06bfc55130f9ec33b4dcd4f91b1fe33172a2142448b241c62440b2065 SHA1: 59063b5e5fbcf659b400e6629e3adef449d7be04 MD5sum: e5bf3aa7665a083d18b34f5cb42e64e3 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-jazzy-rqt-gui Version: 1.6.3-1noble.20260519.205819 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 177 Depends: python3-catkin-pkg-modules, ros-jazzy-ament-index-python, ros-jazzy-python-qt-binding, ros-jazzy-qt-gui (>= 0.3.0), ros-jazzy-rclpy, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/rqt_gui Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-gui/ros-jazzy-rqt-gui_1.6.3-1noble.20260519.205819_arm64.deb Size: 97700 SHA256: f71de1c1cba8f11af4c53db6bc1bb32add5c54cf836cf50a7c779c08fbc09c8d SHA1: 8088d6985b52ab870ce8033b5013532b76b6d8a5 MD5sum: a9764dc44cfe7ccd07fe9e1e690e2798 Description: rqt_gui provides the main to start an instance of the ROS integrated graphical user interface provided by qt_gui. Package: ros-jazzy-rqt-gui-cpp Version: 1.6.3-1noble.20260519.210151 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 396 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-pluginlib, ros-jazzy-qt-gui-cpp (>= 0.3.0), ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/rqt_gui_cpp Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-gui-cpp/ros-jazzy-rqt-gui-cpp_1.6.3-1noble.20260519.210151_arm64.deb Size: 105838 SHA256: 7a176a1b140dee0f011b2e72fcac71ab1013c5b03aa2e9c2f2210590ea28441b SHA1: 007d5cba76ad701f9dc2738a2929e82206bb4af5 MD5sum: 8c3039b5b53dd7a908db10264566c952 Description: rqt_gui_cpp enables GUI plugins to use the C++ client library for ROS. Package: ros-jazzy-rqt-gui-cpp-dbgsym Package-Type: ddeb Source: ros-jazzy-rqt-gui-cpp Version: 1.6.3-1noble.20260519.210151 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 1678 Depends: ros-jazzy-rqt-gui-cpp (= 1.6.3-1noble.20260519.210151) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-gui-cpp/ros-jazzy-rqt-gui-cpp-dbgsym_1.6.3-1noble.20260519.210151_arm64.deb Size: 1558378 SHA256: 89e6a089ae6904cccd6d557cd118ccce181c3485db32cdb7a6c3af513e5944a4 SHA1: c089287b92dfa7c0c7599e11b1c4068118d64011 MD5sum: 4b07a0a01e59b1acdb60df3447149415 Description: debug symbols for ros-jazzy-rqt-gui-cpp Build-Ids: e61d9c935b57ce5bb27ecfbfaab11ec024101fd4 Package: ros-jazzy-rqt-gui-py Version: 1.6.3-1noble.20260519.210303 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 48 Depends: ros-jazzy-qt-gui (>= 0.3.0), ros-jazzy-rqt-gui (>= 0.3.0), ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/rqt_gui_py Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-gui-py/ros-jazzy-rqt-gui-py_1.6.3-1noble.20260519.210303_arm64.deb Size: 8750 SHA256: 47d3f642f7fcbc5da7324107d399700c2d7bd4daf14eb68cb8dc856f84d79b55 SHA1: 20fa61bc48f1ae568c0517af1a8156db57d0a290 MD5sum: 9ede4050eee706cc45f68034d22ef96c Description: rqt_gui_py enables GUI plugins to use the Python client library for ROS. Package: ros-jazzy-rqt-image-overlay Version: 0.4.0-1noble.20260520.012314 Architecture: arm64 Maintainer: ijnek Installed-Size: 527 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libqt5core5t64 (>= 5.5.0), libqt5gui5t64 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5widgets5t64 (>= 5.11.0~rc1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), qtbase5-dev, ros-jazzy-image-transport, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-ros-image-to-qimage, ros-jazzy-rqt-gui, ros-jazzy-rqt-gui-cpp, ros-jazzy-rqt-image-overlay-layer, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-image-overlay/ros-jazzy-rqt-image-overlay_0.4.0-1noble.20260520.012314_arm64.deb Size: 148240 SHA256: 8910312acb7c41b83193de51b5c54d7ca6e65d08961404231c97a7578e242c83 SHA1: 615c191168dbb29e8c8384a12c412d4a7c6f9f14 MD5sum: 9cd4251e9db8508b074f89d876e4914c Description: An rqt plugin to display overlays for custom msgs on an image using plugins. Package: ros-jazzy-rqt-image-overlay-dbgsym Package-Type: ddeb Source: ros-jazzy-rqt-image-overlay Version: 0.4.0-1noble.20260520.012314 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 4807 Depends: ros-jazzy-rqt-image-overlay (= 0.4.0-1noble.20260520.012314) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-image-overlay/ros-jazzy-rqt-image-overlay-dbgsym_0.4.0-1noble.20260520.012314_arm64.deb Size: 4496660 SHA256: 7e2e8799c3c250b4362b316b5d8419fc7c2a9135a4ec36150ec7251b45baa569 SHA1: 67b56f0eeeca6767c8d720769ed56defc4b87d07 MD5sum: 9d0a7f66503cdb0f301215aa5a5f1426 Description: debug symbols for ros-jazzy-rqt-image-overlay Build-Ids: fa3c29a519c0dc4c3da010b90d922fc68822eea8 Package: ros-jazzy-rqt-image-overlay-layer Version: 0.4.0-1noble.20260519.213156 Architecture: arm64 Maintainer: ijnek Installed-Size: 54 Depends: qtbase5-dev, ros-jazzy-message-filters, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rcpputils, ros-jazzy-rosidl-runtime-cpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-image-overlay-layer/ros-jazzy-rqt-image-overlay-layer_0.4.0-1noble.20260519.213156_arm64.deb Size: 8178 SHA256: 54929b590d55c0eb2be305ce08a501edc3720bfa3fa72ad8fee52dd8a3a1ae22 SHA1: ec201d62430e17521eaea87166338ae573642c2d MD5sum: f4cf5f4e359748f8c88265288cb26cd5 Description: Provides an rqt_image_overlay_layer plugin interface, and a template impelementation class Package: ros-jazzy-rqt-image-view Version: 1.3.0-2noble.20260519.214321 Architecture: arm64 Maintainer: Mabel Zhang Installed-Size: 493 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), ros-jazzy-cv-bridge, ros-jazzy-geometry-msgs, ros-jazzy-image-transport, ros-jazzy-qt-gui-cpp, ros-jazzy-rclcpp, ros-jazzy-rqt-gui, ros-jazzy-rqt-gui-cpp, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/rqt_image_view Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-image-view/ros-jazzy-rqt-image-view_1.3.0-2noble.20260519.214321_arm64.deb Size: 201494 SHA256: 6b3e57b498eaab3eb6945a0bf241a0137754869e762fd6b3d0ae4dfa6e54cfe2 SHA1: 9840b4ace93fe8ffdff6907210967356dc81b73c MD5sum: e48cf9a4c6dbd54ba12ddb7f5eb7e52f Description: rqt_image_view provides a GUI plugin for displaying images using image_transport. Package: ros-jazzy-rqt-image-view-dbgsym Package-Type: ddeb Source: ros-jazzy-rqt-image-view Version: 1.3.0-2noble.20260519.214321 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Mabel Zhang Installed-Size: 2317 Depends: ros-jazzy-rqt-image-view (= 1.3.0-2noble.20260519.214321) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-image-view/ros-jazzy-rqt-image-view-dbgsym_1.3.0-2noble.20260519.214321_arm64.deb Size: 2185546 SHA256: 542c7f15a3d79d7a99cf2a8281488e2105db6c527a7f0fe93bd3c16e1ad7e68e SHA1: 32b3aa0a85dd15c4a29286212d6abea42a8fe866 MD5sum: b525cf6c23425f9a1a5db77a7c838e0e Description: debug symbols for ros-jazzy-rqt-image-view Build-Ids: 7f53a29e11dd739bfe45b934b2ca0ac3afcbf252 Package: ros-jazzy-rqt-joint-trajectory-controller Version: 4.40.1-1noble.20260519.211128 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 190 Depends: python3-rospkg, ros-jazzy-control-msgs, ros-jazzy-controller-manager-msgs, ros-jazzy-python-qt-binding, ros-jazzy-qt-gui, ros-jazzy-rclpy, ros-jazzy-rqt-gui, ros-jazzy-rqt-gui-py, ros-jazzy-trajectory-msgs, ros-jazzy-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-joint-trajectory-controller/ros-jazzy-rqt-joint-trajectory-controller_4.40.1-1noble.20260519.211128_arm64.deb Size: 43210 SHA256: f338f7b1f55aff9ab3af811eb4eaad07d4d0c6bb2abbcdfabe23be36126e7a62 SHA1: 441fb343021b3a1e9d6f0ebe91fd3ab882561ec2 MD5sum: 12efc39e5379871defd3b92299cf0c1d Description: Graphical frontend for interacting with joint_trajectory_controller instances. Package: ros-jazzy-rqt-moveit Version: 1.0.1-5noble.20260520.042039 Architecture: arm64 Maintainer: Isaac I.Y. Saito Installed-Size: 81 Depends: ros-jazzy-python-qt-binding (>= 0.2.19), ros-jazzy-rclpy, ros-jazzy-rqt-gui, ros-jazzy-rqt-gui-py, ros-jazzy-rqt-py-common, ros-jazzy-rqt-topic, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/rqt_moveit Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-moveit/ros-jazzy-rqt-moveit_1.0.1-5noble.20260520.042039_arm64.deb Size: 17262 SHA256: d8cbb1d07d251ed9279bf18f691e5ca317aaf46f46338e3ee2758bb761bcf66c SHA1: 2a91c6dfd50417e1e4e8d8c1970a593d17884f43 MD5sum: ca6d6cf19dcac80db3ffe1b000d7dd38 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-jazzy-rqt-msg Version: 1.5.2-1noble.20260519.210909 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 80 Depends: ros-jazzy-ament-index-python, ros-jazzy-python-qt-binding (>= 0.2.19), ros-jazzy-rclpy, ros-jazzy-rosidl-runtime-py, ros-jazzy-rqt-console, ros-jazzy-rqt-gui, ros-jazzy-rqt-gui-py, ros-jazzy-rqt-py-common, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/rqt_msg Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-msg/ros-jazzy-rqt-msg_1.5.2-1noble.20260519.210909_arm64.deb Size: 16208 SHA256: 8c6990936897be93171facd7bb1d6508ddc6213e55075c15d90dd2095b94f297 SHA1: 72eed6982b427ea95f91efbeb97c8249b462681f MD5sum: e4ec81bef326433a1960f90861457044 Description: A Python GUI plugin for introspecting available ROS message types. Package: ros-jazzy-rqt-play-motion-builder Version: 1.4.1-1noble.20260520.130731 Architecture: arm64 Maintainer: davidfernandez Installed-Size: 526 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.3.0), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), ros-jazzy-play-motion-builder, ros-jazzy-play-motion-builder-msgs, ros-jazzy-play-motion2-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rqt-gui, ros-jazzy-rqt-gui-cpp, ros-jazzy-sensor-msgs, ros-jazzy-urdf, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-play-motion-builder/ros-jazzy-rqt-play-motion-builder_1.4.1-1noble.20260520.130731_arm64.deb Size: 115418 SHA256: 5eeccedf5398856e6863425eb5a3d8b2f45de5ecb907211ffefe15fef032cdec SHA1: 69bcfb859f7e4cfece95d1e02accdc4939ff764f MD5sum: 79374f332df0deeb56e8b74ffded701d Description: The rqt_play_motion_builder package, a front-end interface for play_motion_builder Package: ros-jazzy-rqt-play-motion-builder-dbgsym Package-Type: ddeb Source: ros-jazzy-rqt-play-motion-builder Version: 1.4.1-1noble.20260520.130731 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: davidfernandez Installed-Size: 3194 Depends: ros-jazzy-rqt-play-motion-builder (= 1.4.1-1noble.20260520.130731) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-play-motion-builder/ros-jazzy-rqt-play-motion-builder-dbgsym_1.4.1-1noble.20260520.130731_arm64.deb Size: 2909382 SHA256: 131dca19340d7edf0d67a2c25195f06b77465a4c2cb95414fa63f439b43294b9 SHA1: 81c3b61c2c3337e9b4610b67ca9ef6bb4e5446d9 MD5sum: 263e95ca43dcd0d517714056ab608027 Description: debug symbols for ros-jazzy-rqt-play-motion-builder Build-Ids: 4668a371d5bb257c5a27077acd91f99c51e13dd1 Package: ros-jazzy-rqt-plot Version: 1.4.5-1noble.20260519.211121 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 218 Depends: python3-catkin-pkg-modules, python3-matplotlib, python3-numpy, ros-jazzy-python-qt-binding (>= 0.2.19), ros-jazzy-qt-gui-py-common (>= 0.2.25), ros-jazzy-rclpy, ros-jazzy-rosidl-runtime-py, ros-jazzy-rqt-gui, ros-jazzy-rqt-gui-py, ros-jazzy-rqt-py-common, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/rqt_plot Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-plot/ros-jazzy-rqt-plot_1.4.5-1noble.20260519.211121_arm64.deb Size: 55062 SHA256: 516931e37e47e83fe1bf3295c42615303ff9f0b5fff5a558cea39d93dbe5b214 SHA1: 445ff68938b27f31d8d0a31e943daf7c4927e8ac MD5sum: 94390c9783cf8f1db3392b429ebc4627 Description: rqt_plot provides a GUI plugin visualizing numeric values in a 2D plot using different plotting backends. Package: ros-jazzy-rqt-publisher Version: 1.7.3-1noble.20260519.211001 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 126 Depends: python3-numpy, ros-jazzy-ament-index-python, ros-jazzy-python-qt-binding (>= 0.2.19), ros-jazzy-qt-gui-py-common, ros-jazzy-rclpy, ros-jazzy-rosidl-runtime-py, ros-jazzy-rqt-gui, ros-jazzy-rqt-gui-py, ros-jazzy-rqt-py-common, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/rqt_publisher Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-publisher/ros-jazzy-rqt-publisher_1.7.3-1noble.20260519.211001_arm64.deb Size: 30686 SHA256: 0045b7b74b0c5e349acd645a37a0e3f89d59eb17a83afaacf414bc58aee515fe SHA1: 1b1f5e975dbfc60bd7c1f4c8e9f3f435c37c43c9 MD5sum: dfe0e4c06b656aead522101be7aeb296 Description: rqt_publisher provides a GUI plugin for publishing arbitrary messages with fixed or computed field values. Package: ros-jazzy-rqt-py-common Version: 1.6.3-1noble.20260519.210305 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 143 Depends: qtbase5-dev, ros-jazzy-python-qt-binding (>= 0.3.4), ros-jazzy-qt-gui, ros-jazzy-rclpy, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/rqt_py_common Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-py-common/ros-jazzy-rqt-py-common_1.6.3-1noble.20260519.210305_arm64.deb Size: 22302 SHA256: 805142cd13cbd80c0f8c1d8017d83edd0f0dee50420a3be2408b7c9c79e1d489 SHA1: 7bf8fe7797f7960db87c7fe7166a9b6de3028e3d MD5sum: 4118897b15ded5dde2b6aa1f3678e464 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-jazzy-rqt-py-console Version: 1.2.3-1noble.20260519.211005 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 66 Depends: ros-jazzy-ament-index-python, ros-jazzy-python-qt-binding (>= 0.2.19), ros-jazzy-qt-gui, ros-jazzy-qt-gui-py-common, ros-jazzy-rclpy, ros-jazzy-rqt-gui, ros-jazzy-rqt-gui-py, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/rqt_py_console Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-py-console/ros-jazzy-rqt-py-console_1.2.3-1noble.20260519.211005_arm64.deb Size: 12506 SHA256: bedc2b43d45724411e2281bb378447ca721f72c648233007ebbca610c5a1eae8 SHA1: 09fec79198434b1c7771b0f589af1ba629c0f401 MD5sum: 6951e274d4a91c348935f04cb1f27dc2 Description: rqt_py_console is a Python GUI plugin providing an interactive Python console. Package: ros-jazzy-rqt-reconfigure Version: 1.6.4-1noble.20260519.210918 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 304 Depends: python3-yaml, ros-jazzy-ament-index-python, ros-jazzy-python-qt-binding (>= 0.2.19), ros-jazzy-qt-gui-py-common, ros-jazzy-rclpy, ros-jazzy-rqt-console, ros-jazzy-rqt-gui, ros-jazzy-rqt-gui-py, ros-jazzy-rqt-py-common, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/rqt_reconfigure Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-reconfigure/ros-jazzy-rqt-reconfigure_1.6.4-1noble.20260519.210918_arm64.deb Size: 62570 SHA256: d870a0270263c99779ba3bd2ffb9946b5663032ac9e8837d8ceba19c59fe47e6 SHA1: 510d338f891802fae0953e76c8dc3833070b3cb5 MD5sum: f3e68a05d1ab02daba512d121319741e Description: This rqt plugin provides a way to view and edit parameters on nodes. Package: ros-jazzy-rqt-robot-dashboard Version: 0.6.1-5noble.20260519.211435 Architecture: arm64 Maintainer: Aaron Blasdel Installed-Size: 2581 Depends: ros-jazzy-diagnostic-msgs, ros-jazzy-python-qt-binding (>= 0.2.19), ros-jazzy-qt-gui, ros-jazzy-rclpy, ros-jazzy-rqt-console (>= 0.3.1), ros-jazzy-rqt-gui, ros-jazzy-rqt-gui-py, ros-jazzy-rqt-robot-monitor, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/rqt_robot_dashboard Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-robot-dashboard/ros-jazzy-rqt-robot-dashboard_0.6.1-5noble.20260519.211435_arm64.deb Size: 58224 SHA256: 1cf986284454819db4f1ca5f420f3c4f0e6eab57a56260446a6fba78e0fbdd7e SHA1: b4053085f9358ad9ab10fd86a1c8b626a57ffeb4 MD5sum: c5a07d18f571447efd7acebc772ac128 Description: rqt_robot_dashboard provides an infrastructure for building robot dashboard plugins in rqt. Package: ros-jazzy-rqt-robot-monitor Version: 1.0.6-1noble.20260519.211126 Architecture: arm64 Maintainer: Arne Hitzmann Installed-Size: 171 Depends: python3-rospkg-modules, ros-jazzy-diagnostic-msgs, ros-jazzy-python-qt-binding (>= 0.2.19), ros-jazzy-qt-gui, ros-jazzy-qt-gui-py-common, ros-jazzy-rclpy, ros-jazzy-rqt-gui, ros-jazzy-rqt-gui-py, ros-jazzy-rqt-py-common, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/rqt_robot_monitor Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-robot-monitor/ros-jazzy-rqt-robot-monitor_1.0.6-1noble.20260519.211126_arm64.deb Size: 36986 SHA256: 292c9b481f6acd29ebf4b0ac13eacab395cae400e279684855d81da954aaba6f SHA1: 5301e53d742052728a2bd92553c1d2fa53249225 MD5sum: 69f1c235b871189a30bb48432ad8167c 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-jazzy-rqt-robot-steering Version: 2.0.0-1noble.20260519.211040 Architecture: arm64 Maintainer: Dirk Thomas Installed-Size: 95 Depends: ros-jazzy-ament-index-python, ros-jazzy-geometry-msgs, ros-jazzy-python-qt-binding (>= 0.2.19), ros-jazzy-rclpy, ros-jazzy-rqt-gui, ros-jazzy-rqt-gui-py, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/rqt_robot_steering Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-robot-steering/ros-jazzy-rqt-robot-steering_2.0.0-1noble.20260519.211040_arm64.deb Size: 15152 SHA256: 6a06caeaac923eb4891db7d122e0c53ae8290919c88742ebd2af1ecd8a3ecfa7 SHA1: 89ad5f2e42410fb37263307fb5a851ea9b7336fd MD5sum: 9afc2d9587886d0939891e3f91908107 Description: rqt_robot_steering provides a GUI plugin for steering a robot using Twist messages. Package: ros-jazzy-rqt-runtime-monitor Version: 1.0.0-5noble.20260519.211043 Architecture: arm64 Maintainer: Aaron Blasdel Installed-Size: 78 Depends: python3-rospkg, ros-jazzy-ament-index-python, ros-jazzy-diagnostic-msgs, ros-jazzy-python-qt-binding (>= 0.2.19), ros-jazzy-qt-gui, ros-jazzy-rclpy, ros-jazzy-rqt-gui, ros-jazzy-rqt-gui-py, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/rqt_runtime_monitor Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-runtime-monitor/ros-jazzy-rqt-runtime-monitor_1.0.0-5noble.20260519.211043_arm64.deb Size: 16654 SHA256: 324b2f97a0252a3f513a7122c9b72eed5e92451d584c91439cb4e30ece7f883e SHA1: 94e57a4609ffac378e8a7de28f5aeb42a0a9fa78 MD5sum: 114b5a38253a58f7e8cee441863beba5 Description: rqt_runtime_monitor provides a GUI plugin viewing DiagnosticsArray messages. Package: ros-jazzy-rqt-service-caller Version: 1.2.2-1noble.20260520.043750 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 86 Depends: ros-jazzy-rqt-gui, ros-jazzy-rqt-gui-py, ros-jazzy-rqt-py-common, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/rqt_service_caller Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-service-caller/ros-jazzy-rqt-service-caller_1.2.2-1noble.20260520.043750_arm64.deb Size: 19544 SHA256: 144c99ed9568795680454a2a4e4c188f50e99149003ece183e17a2f23089630a SHA1: 97575f9cf01a23524a6ec37de88311611eeffca6 MD5sum: 04ff6a26e19aff25dfa55ef0260f4219 Description: rqt_service_caller provides a GUI plugin for calling arbitrary services. Package: ros-jazzy-rqt-shell Version: 1.2.3-1noble.20260519.211125 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 79 Depends: python3-catkin-pkg-modules, ros-jazzy-python-qt-binding (>= 0.2.19), ros-jazzy-qt-gui, ros-jazzy-qt-gui-py-common, ros-jazzy-rqt-gui, ros-jazzy-rqt-gui-py, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/rqt_shell Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-shell/ros-jazzy-rqt-shell_1.2.3-1noble.20260519.211125_arm64.deb Size: 16604 SHA256: 6e97fe73ad6f35eaf5fc615afbab2540b42e218bec25bd97ac04efa54d288304 SHA1: 58cc528851dcdb1d83dabb9e4086bd6fdd7bb1c0 MD5sum: 928f35c0b2158e71da6220345d6f6104 Description: rqt_shell is a Python GUI plugin providing an interactive shell. Package: ros-jazzy-rqt-srv Version: 1.2.3-1noble.20260520.043736 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 42 Depends: ros-jazzy-rqt-gui, ros-jazzy-rqt-gui-py, ros-jazzy-rqt-msg, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/rqt_srv Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-srv/ros-jazzy-rqt-srv_1.2.3-1noble.20260520.043736_arm64.deb Size: 7210 SHA256: 2621da1501a425027ccdde40e1c42bad751e47641dc882ea5b2085b2e506d138 SHA1: b57e20295388da300131b3115aa9b7e639b780d6 MD5sum: b26e06ad80c470b11525ee11231370a8 Description: A Python GUI plugin for introspecting available ROS service types. Package: ros-jazzy-rqt-tf-tree Version: 1.0.6-1noble.20260520.015454 Architecture: arm64 Maintainer: Isaac I.Y. Saito Installed-Size: 82 Depends: ros-jazzy-python-qt-binding (>= 0.2.19), ros-jazzy-qt-dotgraph, ros-jazzy-rclpy, ros-jazzy-rqt-graph, ros-jazzy-rqt-gui, ros-jazzy-rqt-gui-py, ros-jazzy-tf2-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/rqt_tf_tree Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-tf-tree/ros-jazzy-rqt-tf-tree_1.0.6-1noble.20260520.015454_arm64.deb Size: 17660 SHA256: 31cc251094e62028820f39f95a41f58e602e253ba5821b84a75ac65c5578dd1e SHA1: a2006ed18055bb1f419ea2970108974ba0123efb MD5sum: 8676a7b0311f35529b1c0a18e4f55a63 Description: rqt_tf_tree provides a GUI plugin for visualizing the ROS TF frame tree. Package: ros-jazzy-rqt-topic Version: 1.7.5-1noble.20260520.041949 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 107 Depends: ros-jazzy-python-qt-binding (>= 0.2.19), ros-jazzy-rclpy, ros-jazzy-ros2topic, ros-jazzy-rqt-gui, ros-jazzy-rqt-gui-py, ros-jazzy-rqt-py-common, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/rqt_topic Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-topic/ros-jazzy-rqt-topic_1.7.5-1noble.20260520.041949_arm64.deb Size: 25878 SHA256: d3286e722fc3c579e0df934831be74c77f906cfa66744e861c8141d27ca0449b SHA1: 27b40c50326b94a8e96943662068cceb8b174e63 MD5sum: c9cd2da3880e2496d04c9198ee9f0817 Description: rqt_topic provides a GUI plugin for displaying debug information about ROS topics including publishers, subscribers, publishing rate, and ROS Messages. Package: ros-jazzy-rsl Version: 1.3.0-1noble.20260520.031602 Architecture: arm64 Maintainer: bmagyar Installed-Size: 136 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, libexpected-dev, libfmt-dev, ros-jazzy-rclcpp, ros-jazzy-tcb-span, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rsl/ros-jazzy-rsl_1.3.0-1noble.20260520.031602_arm64.deb Size: 18214 SHA256: 167cbf9b925ceeba475fa404719f8a60ae9bc4b79c988b5f3c3329d6382bd516 SHA1: 59e3ed94189e6a1ebcc5396f4591bea3e35626db MD5sum: 49f21a0837a5c98b84bf903f03824822 Description: ROS Support Library Package: ros-jazzy-rsl-dbgsym Package-Type: ddeb Source: ros-jazzy-rsl Version: 1.3.0-1noble.20260520.031602 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: bmagyar Installed-Size: 163 Depends: ros-jazzy-rsl (= 1.3.0-1noble.20260520.031602) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rsl/ros-jazzy-rsl-dbgsym_1.3.0-1noble.20260520.031602_arm64.deb Size: 146706 SHA256: ed1ac448154331979e0d93007d0152404b2551419231a4e588d4f90db7c18a8e SHA1: b12985dec416762939951c28160d062aefa5add7 MD5sum: 9cb4492313831495a32c2ce01c0e9fcb Description: debug symbols for ros-jazzy-rsl Build-Ids: 0f77f685d33b8ad0d46a3b9af7b36eccb81511c5 Package: ros-jazzy-rslidar-msg Version: 0.0.0-1noble.20260519.213515 Architecture: arm64 Maintainer: robosense Installed-Size: 1015 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rclcpp, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rslidar-msg/ros-jazzy-rslidar-msg_0.0.0-1noble.20260519.213515_arm64.deb Size: 48592 SHA256: a1bbf76b4e5a260cc229e536c241c906d39f840e5786f59cba2de513d5713281 SHA1: 14597d818ac791b3754ac2596ab989b4c6c53fe1 MD5sum: eb4ed3aabbb172afa8eaa0d93a7c81e9 Description: ros msgs for the rslidar_sdk project Package: ros-jazzy-rslidar-msg-dbgsym Package-Type: ddeb Source: ros-jazzy-rslidar-msg Version: 0.0.0-1noble.20260519.213515 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: robosense Installed-Size: 324 Depends: ros-jazzy-rslidar-msg (= 0.0.0-1noble.20260519.213515) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rslidar-msg/ros-jazzy-rslidar-msg-dbgsym_0.0.0-1noble.20260519.213515_arm64.deb Size: 212588 SHA256: d47844cfcdcec153c4a1d5f0a3484dc05087155fe38dc5f9694d73a75298db42 SHA1: 92c3461289c37a764c1e707f0d2d8fe852d2550e MD5sum: 32b517a854358b9c874a186a6ef743b2 Description: debug symbols for ros-jazzy-rslidar-msg Build-Ids: 0a3ec1c56cb393f014e4d6d7dbb0e37b8587642a 1f9cf113762a9e611a3056326e0204bcee1ceaeb 2a804845320268d57e305db1f414fcf5b3eeaaef 31b7fe8dd3f4cc2a985592d0d91238e0cc4cac2b 5a4d50a565f925d4c8462f11f27f855d1078236d 67449545ef4cd44a561281bf1bd0b47862435469 99ce453c4329743b9f0aaa1142509da0e590ace5 e3a74d9cc0d275ccd12056be42113d068b79da08 f260fc0d6635bb477d276e5b42a818997700349f f8106b66ad2394ad3d5f2579c4e2dc91f977fc69 fcea7cf51cc8f632d5a5ae1e8b4876cdd1eacbc6 Package: ros-jazzy-rslidar-sdk Version: 1.5.16-1noble.20260519.231425 Architecture: arm64 Maintainer: robosense Installed-Size: 848 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libpcap0.8t64 (>= 1.0.0), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libpcap0.8-dev, libyaml-cpp-dev, ros-jazzy-rclcpp, ros-jazzy-rslidar-msg, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rslidar-sdk/ros-jazzy-rslidar-sdk_1.5.16-1noble.20260519.231425_arm64.deb Size: 191694 SHA256: bcdfe3cfd2be33c8a657b71c9c63a45e91e0c4794c6e5237710b80cb6a30879c SHA1: 799cdd7826c267ed1714438797c78c467bb34c1c MD5sum: b0110158a8184f7094af4c7f18706ba3 Description: The rslidar_sdk package Package: ros-jazzy-rslidar-sdk-dbgsym Package-Type: ddeb Source: ros-jazzy-rslidar-sdk Version: 1.5.16-1noble.20260519.231425 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: robosense Installed-Size: 3768 Depends: ros-jazzy-rslidar-sdk (= 1.5.16-1noble.20260519.231425) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rslidar-sdk/ros-jazzy-rslidar-sdk-dbgsym_1.5.16-1noble.20260519.231425_arm64.deb Size: 3195184 SHA256: 9145af5ae80c3cc5b7e3bf2de1c76782057124996c9586f25485151f6c92ad26 SHA1: 0389d9e099f1237ba860e3c1d1919671657c0859 MD5sum: a6eb4433ea07475f157286a036bca2e8 Description: debug symbols for ros-jazzy-rslidar-sdk Build-Ids: 8cdd7ef37e06f6a88b693676a3af2871ff98b69c Package: ros-jazzy-rt-manipulators-cpp Version: 1.1.0-1noble.20260305.224707 Architecture: arm64 Maintainer: RT Corporation Installed-Size: 500 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libeigen3-dev, libyaml-cpp-dev, ros-jazzy-dynamixel-sdk, ros-jazzy-eigen3-cmake-module, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rt-manipulators-cpp/ros-jazzy-rt-manipulators-cpp_1.1.0-1noble.20260305.224707_arm64.deb Size: 123910 SHA256: 0ed4b18952428f10728b8c79a6d3732911f5ecf3c39d70add5913848179484d8 SHA1: a96621cdb1230839f807887f3e5e7e40407d84e2 MD5sum: 8fdc2f3fc79a27d603f02d71a675c0a6 Description: RT Manipulators C++ Library Package: ros-jazzy-rt-manipulators-cpp-dbgsym Package-Type: ddeb Source: ros-jazzy-rt-manipulators-cpp Version: 1.1.0-1noble.20260305.224707 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: RT Corporation Installed-Size: 4000 Depends: ros-jazzy-rt-manipulators-cpp (= 1.1.0-1noble.20260305.224707) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rt-manipulators-cpp/ros-jazzy-rt-manipulators-cpp-dbgsym_1.1.0-1noble.20260305.224707_arm64.deb Size: 3830844 SHA256: bf4b45978f5c024e870ce5255eb2f855fd426bd7444530c4edd4062dee44a27b SHA1: 063895d3fdf60e3519564d466a0299fdcf41ec3f MD5sum: 9009aba37c1543af2a71acdbda482eb4 Description: debug symbols for ros-jazzy-rt-manipulators-cpp Build-Ids: edb37bacce2c77efe3d5489719bf47ff3fd07ac5 Package: ros-jazzy-rt-manipulators-examples Version: 1.1.0-1noble.20260520.031622 Architecture: arm64 Maintainer: RT Corporation Installed-Size: 118 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-rclcpp, ros-jazzy-rt-manipulators-cpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rt-manipulators-examples/ros-jazzy-rt-manipulators-examples_1.1.0-1noble.20260520.031622_arm64.deb Size: 22226 SHA256: 99e8d980d8fa460b042decab0522d07689e1ac68e3e8c57e98f8e186b9a2d3f1 SHA1: bbebd4acd09b7992f421fc333cb02166aeb2a942 MD5sum: 06f171bd3cd4ff8e61778de04e8dd90e Description: Examples for RT Manipulators C++ Library Package: ros-jazzy-rt-manipulators-examples-dbgsym Package-Type: ddeb Source: ros-jazzy-rt-manipulators-examples Version: 1.1.0-1noble.20260520.031622 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: RT Corporation Installed-Size: 534 Depends: ros-jazzy-rt-manipulators-examples (= 1.1.0-1noble.20260520.031622) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rt-manipulators-examples/ros-jazzy-rt-manipulators-examples-dbgsym_1.1.0-1noble.20260520.031622_arm64.deb Size: 496708 SHA256: 83ec8b8c91e9e95515d5f2adb6eabfe7b346ae8952024738ee79926e4f90ee0d SHA1: 369781333f4a97445b72f9cd8f838bdc787c3f27 MD5sum: ec8632eb9edcc8f003a693b863d51c3a Description: debug symbols for ros-jazzy-rt-manipulators-examples Build-Ids: 585d8eb5da2d084a63214f7736ccb20a7f16c551 Package: ros-jazzy-rt-usb-9axisimu-driver Version: 3.0.0-1noble.20260519.231211 Architecture: arm64 Maintainer: RT Corporation Installed-Size: 491 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclcpp-lifecycle, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rt-usb-9axisimu-driver/ros-jazzy-rt-usb-9axisimu-driver_3.0.0-1noble.20260519.231211_arm64.deb Size: 97834 SHA256: e7ea03716b3185ddfc70b08f3ed17eb8cd7ebb42359e6cb91b9aca257c37f691 SHA1: 4f2f790f085e14d58ac4ad27f6ee549db2ff35e4 MD5sum: b897fba75a0ab59826d632d5aec20efa Description: The rt_usb_9axisimu_driver package Package: ros-jazzy-rt-usb-9axisimu-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-rt-usb-9axisimu-driver Version: 3.0.0-1noble.20260519.231211 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: RT Corporation Installed-Size: 1795 Depends: ros-jazzy-rt-usb-9axisimu-driver (= 3.0.0-1noble.20260519.231211) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rt-usb-9axisimu-driver/ros-jazzy-rt-usb-9axisimu-driver-dbgsym_3.0.0-1noble.20260519.231211_arm64.deb Size: 1585892 SHA256: a235729d9793c02ff2b7d8bad6610b77a71724a618d6296b8e087e22c19c6ced SHA1: ada3077f8e226d9af68c5801a37ba2e9b10a7626 MD5sum: 3aabe7913c3f9e75fbd3f90cf52276ba Description: debug symbols for ros-jazzy-rt-usb-9axisimu-driver Build-Ids: 662faa10660e2cc2232392111110f550f573b5c2 ed211495e1fef4cf73bc54e14104c658babcfc17 Package: ros-jazzy-rtabmap Version: 0.22.1-1noble.20260519.212000 Architecture: arm64 Maintainer: Mathieu Labbe Installed-Size: 20464 Depends: libboost-filesystem1.83.0 (>= 1.83.0), libc6 (>= 2.38), libdc1394-25 (>= 2.2.6), libgcc-s1 (>= 4.0), libgomp1 (>= 6), liboctomap1.9t64 (>= 1.9.7+dfsg), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-contrib406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-features2d406t64 (>= 4.6.0+dfsg), libopencv-highgui406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopencv-photo406t64 (>= 4.6.0+dfsg), libopencv-stitching406t64 (>= 4.6.0+dfsg), libopencv-video406t64 (>= 4.6.0+dfsg), libopencv-videoio406t64 (>= 4.6.0+dfsg), libopenni2-0 (>= 2.2.0.33+dfsg), libpcl-common1.14 (>= 1.14.0+dfsg), libpcl-features1.14 (>= 1.14.0+dfsg), libpcl-filters1.14 (>= 1.14.0+dfsg), libpcl-io1.14 (>= 1.14.0+dfsg), libpcl-kdtree1.14 (>= 1.14.0+dfsg), libpcl-registration1.14 (>= 1.14.0+dfsg), libpcl-sample-consensus1.14 (>= 1.14.0+dfsg), libpcl-search1.14 (>= 1.14.0+dfsg), libpcl-segmentation1.14 (>= 1.14.0+dfsg), libpcl-surface1.14 (>= 1.14.0+dfsg), libpcl-visualization1.14 (>= 1.14.0+dfsg), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.11.0~rc1) | libqt5gui5-gles (>= 5.11.0~rc1), libqt5printsupport5t64 (>= 5.0.2), libqt5widgets5t64 (>= 5.15.1), libsqlite3-0 (>= 3.6.11), libstdc++6 (>= 13.1), libtbb12 (>= 2021.11.0), libvtk9.1t64 (>= 9.1.0+really9.1.0+dfsg2), libvtk9.1t64-qt (>= 9.1.0+really9.1.0+dfsg2), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-gtsam, ros-jazzy-libg2o, zlib1g (>= 1:1.2.0), liboctomap-dev, libpcl-dev, libsqlite3-dev, libtbb-dev, ros-jazzy-cv-bridge, ros-jazzy-libpointmatcher, ros-jazzy-qt-gui-cpp, zlib1g-dev, ros-jazzy-ros-workspace Homepage: http://introlab.github.io/rtabmap Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap/ros-jazzy-rtabmap_0.22.1-1noble.20260519.212000_arm64.deb Size: 5478802 SHA256: e35b62bb26b253fb0d00995c98f60060329d996f39ae502d9f2688836734a940 SHA1: 6811379f4e04f43d31ffc4b0c6d7fd22424a744f MD5sum: 4450c49a0abc0dac624257dcfc476997 Description: RTAB-Map's standalone library. RTAB-Map is a RGB-D SLAM approach with real-time constraints. Package: ros-jazzy-rtabmap-conversions Version: 0.22.1-1noble.20260520.015249 Architecture: arm64 Maintainer: Mathieu Labbe Installed-Size: 482 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-stitching406t64 (>= 4.6.0+dfsg), libpcl-common1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), ros-jazzy-rtabmap, ros-jazzy-cv-bridge, ros-jazzy-geometry-msgs, ros-jazzy-image-geometry, ros-jazzy-laser-geometry, ros-jazzy-pcl-conversions, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rtabmap-msgs, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-tf2-eigen, ros-jazzy-tf2-geometry-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-conversions/ros-jazzy-rtabmap-conversions_0.22.1-1noble.20260520.015249_arm64.deb Size: 154690 SHA256: 337d1238bebc7f5242f6311d8b4925b430d7b1fdd8d10c7d79d52bed88595cc8 SHA1: 8814e5b3d58fa9c0e627918aaa6e0f5e5cb472af MD5sum: 29795860ef2926502876159c3d1d4317 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-jazzy-rtabmap-conversions-dbgsym Package-Type: ddeb Source: ros-jazzy-rtabmap-conversions Version: 0.22.1-1noble.20260520.015249 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Mathieu Labbe Installed-Size: 3063 Depends: ros-jazzy-rtabmap-conversions (= 0.22.1-1noble.20260520.015249) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-conversions/ros-jazzy-rtabmap-conversions-dbgsym_0.22.1-1noble.20260520.015249_arm64.deb Size: 2965604 SHA256: c0e0b450cbb31a5b73c885940742c15b99e0278ccc48105f0d08ce6f0a7963c8 SHA1: 43d0a8204d6578300958bb410fc024cc9e751020 MD5sum: d7c75c2b70f0cd36b01420e6769c8ae2 Description: debug symbols for ros-jazzy-rtabmap-conversions Build-Ids: ad6f0552ea704dac1a99bcb4f14cb8d5e9ebdc5b Package: ros-jazzy-rtabmap-dbgsym Package-Type: ddeb Source: ros-jazzy-rtabmap Version: 0.22.1-1noble.20260519.212000 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Mathieu Labbe Installed-Size: 113222 Depends: ros-jazzy-rtabmap (= 0.22.1-1noble.20260519.212000) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap/ros-jazzy-rtabmap-dbgsym_0.22.1-1noble.20260519.212000_arm64.deb Size: 108438474 SHA256: 29b99da191a064c654f0f45022017452226cebd38a9529cfdc6d476ac0f77c28 SHA1: c84563a40756f4d617c5801bcf0e72de5d7860bb MD5sum: 1bcdc25e6e5789757052e8af49762254 Description: debug symbols for ros-jazzy-rtabmap Build-Ids: 0182269567d92183851f7b9352872294a6c1d8da 0f1f702460c02bf0f5de7f58a3980601895fe47b 1b141028b51da43534e169c75abfeaa0af9691fe 1e192ed4e3a574112f520d92c08ff691c04c87b8 230d1fdf6340c4951488f083ad436970d8d61b92 3c110e9a41ee9dc7c2be4b10bbe6435d3eec2c3e 3f7818a18ef695363b08fe4b9c84762a559eaa8b 43ae4bab7f152546fcbf66106a17442f9daac39a 545ef34bbd57cd299420ae44abbcd290bb1a9fdc 56257d87f63f0ac3cf3bb8e9c494158eea8582bf 5bdfc3465c8546e4026882e59d89503784860a4e 745b03006e9cae208b66f5f4037526c2517e250c 7a0cbbbf83e35e38f0509962205dffca7893ef02 80f55418a04dc1fd990d811e8214c9b6eeb4a995 86da906c67d819bd22367975f9cd9cebe81c7cac 9fc4256b62b961ec188c5b83d288ebcc2989a35f b8404a21c0e8ca55436e9ff4c6f8e61bdef132f6 ba2204348ef08b1e670950d7b232ea2b0d385561 c11749af9bf2932548c0b81c995c8264cca5280b c82ccca02b5dfc40a93a0359ea39ecea3b43499e c9f731dcd157dde24c8e086d144b75b9cc390691 d401421f66b4047323da7276b7266b61cc506662 e7c16f47f0804564c63c9b26acefe8d769726667 e83fc7a59454727e052abfd4f5e1444754223e19 efdacfe50f3dff2805ed9ed8c4d9886cbbb9a33d Package: ros-jazzy-rtabmap-demos Version: 0.22.1-1noble.20260520.145933 Architecture: arm64 Maintainer: Mathieu Labbe Installed-Size: 353 Depends: ros-jazzy-rtabmap-odom, ros-jazzy-rtabmap-rviz-plugins, ros-jazzy-rtabmap-slam, ros-jazzy-rtabmap-util, ros-jazzy-rtabmap-viz, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-demos/ros-jazzy-rtabmap-demos_0.22.1-1noble.20260520.145933_arm64.deb Size: 115854 SHA256: a29c8c8de08799be074710d7cf06d7d620b2123a2565df4993256206318ec7b8 SHA1: c83d7524b2e59767a5cf5bbc1bca58ca4faf3aea MD5sum: 5759bd0abd98811f95a531e874e4ec77 Description: RTAB-Map's demo launch files. Package: ros-jazzy-rtabmap-examples Version: 0.22.1-1noble.20260520.145238 Architecture: arm64 Maintainer: Mathieu Labbe Installed-Size: 162 Depends: ros-jazzy-imu-filter-madgwick, ros-jazzy-rtabmap-odom, ros-jazzy-rtabmap-rviz-plugins, ros-jazzy-rtabmap-slam, ros-jazzy-rtabmap-util, ros-jazzy-rtabmap-viz, ros-jazzy-tf2-ros, ros-jazzy-velodyne, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-examples/ros-jazzy-rtabmap-examples_0.22.1-1noble.20260520.145238_arm64.deb Size: 19134 SHA256: 070d522fafac677722d62b66264f80d8f0ea721ef417da26a77ff74e8d3a7fdc SHA1: 254d8f263d2ba8a1fff08434ccf7f18e122ad22b MD5sum: a38b2fe172d5d25cbc248d252a02bad6 Description: RTAB-Map's example launch files. Package: ros-jazzy-rtabmap-launch Version: 0.22.1-1noble.20260520.144412 Architecture: arm64 Maintainer: Mathieu Labbe Installed-Size: 96 Depends: ros-jazzy-rtabmap-msgs, ros-jazzy-rtabmap-odom, ros-jazzy-rtabmap-rviz-plugins, ros-jazzy-rtabmap-slam, ros-jazzy-rtabmap-util, ros-jazzy-rtabmap-viz, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-launch/ros-jazzy-rtabmap-launch_0.22.1-1noble.20260520.144412_arm64.deb Size: 12682 SHA256: 3a2b5468a8ee4b51186017daa97fd63279aebc0e84eeb49d433f634a13ac41d1 SHA1: b10369d171415a3eb9724b7ceb2df5f84862ebec MD5sum: 70dbff0dbcd28c1fa0da08922fa9cc43 Description: RTAB-Map's main launch files. Package: ros-jazzy-rtabmap-msgs Version: 0.22.1-1noble.20260519.202428 Architecture: arm64 Maintainer: Mathieu Labbe Installed-Size: 12735 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-msgs/ros-jazzy-rtabmap-msgs_0.22.1-1noble.20260519.202428_arm64.deb Size: 805006 SHA256: ac641eb059276d402bacdd4d6c00fc3d1c71bdb78b248f90d33a8e8cf44969e4 SHA1: e01837325dd9a1179cc165569dda3753ab45e11d MD5sum: 1d8fd881096d9fdbae496d7bbc57b311 Description: RTAB-Map's msgs package. Package: ros-jazzy-rtabmap-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-rtabmap-msgs Version: 0.22.1-1noble.20260519.202428 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Mathieu Labbe Installed-Size: 10592 Depends: ros-jazzy-rtabmap-msgs (= 0.22.1-1noble.20260519.202428) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-msgs/ros-jazzy-rtabmap-msgs-dbgsym_0.22.1-1noble.20260519.202428_arm64.deb Size: 8471780 SHA256: 03e545596633906993d49d55a42617f6442ed1730730aceb56b2258b9294e666 SHA1: 976ff5653b3e319dcf9d72ac2375035ccbcfe8af MD5sum: 4d607c1b4273d7762189413a1954f389 Description: debug symbols for ros-jazzy-rtabmap-msgs Build-Ids: 12b646801f0a7cd6b3585045151bd2ddfec00b7b a461c23d2412737d9133273f6385cc16f719d334 b14502cd16785fecb80db3a100990def86abb4d6 b5b85a7fa1f5b5a8854ac38ae4c9d6132d88eae3 ba89bd45d9694caed0e06b22101a95b7779a7ce8 bd59c9ff04a34182db9908a1f3c8999cca1cbe0f ca8d89308848da53ae2582ffa442b56ed8ada3e2 cc0d758a35e0077dea890bb7ed5fdb6c263d2c11 d0ad32933026d8d8b187a3b9f453f71b9d78698a d5e0c89030e0d97def0598b233f68d84980fea15 ebb4c45609998112bcca6dcadfc9c9e8d403f684 Package: ros-jazzy-rtabmap-odom Version: 0.22.1-1noble.20260520.024638 Architecture: arm64 Maintainer: Mathieu Labbe Installed-Size: 4550 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-stitching406t64 (>= 4.6.0+dfsg), libpcl-common1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), ros-jazzy-rtabmap, ros-jazzy-cv-bridge, ros-jazzy-image-geometry, ros-jazzy-laser-geometry, ros-jazzy-message-filters, ros-jazzy-nav-msgs, ros-jazzy-pcl-conversions, ros-jazzy-pcl-ros, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rtabmap-conversions, ros-jazzy-rtabmap-msgs, ros-jazzy-rtabmap-sync, ros-jazzy-rtabmap-util, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-odom/ros-jazzy-rtabmap-odom_0.22.1-1noble.20260520.024638_arm64.deb Size: 697566 SHA256: 4b0db4a7c692fd40743bdb762d8466d2f47f73e98f9e373698edd706db758756 SHA1: b27b2c830079dc5880d740aa98bde706b229ffa1 MD5sum: d940886e700b2fb704c0871fd6161232 Description: RTAB-Map's odometry package. Package: ros-jazzy-rtabmap-odom-dbgsym Package-Type: ddeb Source: ros-jazzy-rtabmap-odom Version: 0.22.1-1noble.20260520.024638 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Mathieu Labbe Installed-Size: 24150 Depends: ros-jazzy-rtabmap-odom (= 0.22.1-1noble.20260520.024638) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-odom/ros-jazzy-rtabmap-odom-dbgsym_0.22.1-1noble.20260520.024638_arm64.deb Size: 20659688 SHA256: 0c70178c0e3e69cffce826a43b8e17ea99fc7a5b82d4d81a4fc0dc3e49a909ea SHA1: 7e5c501183c775f54540802e400bff55f9add89a MD5sum: ab1c6ee706dbbe49a31253f857bb2e97 Description: debug symbols for ros-jazzy-rtabmap-odom Build-Ids: 155a1dda429f808b7145a01ad44ff9e11b47818e 1e3392a3c8e03d3324d5dd98ddfd243d0c8e4b7d 29e689d22d58f727249065c221fc6f7f213821ea 54b0a86ef8ba842ed582b4f79c513779552e7136 8596379abe36098c8199f44399f1e953c31d3b27 Package: ros-jazzy-rtabmap-python Version: 0.22.1-1noble.20260305.203044 Architecture: arm64 Maintainer: Mathieu Labbe Installed-Size: 34 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-python/ros-jazzy-rtabmap-python_0.22.1-1noble.20260305.203044_arm64.deb Size: 4146 SHA256: b5ed6290ba3e7f0a10bee23d8060a7b893b9197d66e038ea90da754923018cbf SHA1: a6fa660197044b6d1d082aa3927ebb368362037b MD5sum: 8b413bd10278f57ad85f55bbc92aa440 Description: RTAB-Map's python package. Package: ros-jazzy-rtabmap-ros Version: 0.22.1-1noble.20260520.150020 Architecture: arm64 Maintainer: Mathieu Labbe Installed-Size: 42 Depends: ros-jazzy-rtabmap-conversions, ros-jazzy-rtabmap-demos, ros-jazzy-rtabmap-examples, ros-jazzy-rtabmap-launch, ros-jazzy-rtabmap-msgs, ros-jazzy-rtabmap-odom, ros-jazzy-rtabmap-python, ros-jazzy-rtabmap-rviz-plugins, ros-jazzy-rtabmap-slam, ros-jazzy-rtabmap-sync, ros-jazzy-rtabmap-util, ros-jazzy-rtabmap-viz, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-ros/ros-jazzy-rtabmap-ros_0.22.1-1noble.20260520.150020_arm64.deb Size: 5224 SHA256: e86532b1e06d376abca4c9987547d4ae36adb6b4ea42c0e7d6d268016a5cb7eb SHA1: 53c672c8a2844b4733eb8ca593458819d9674012 MD5sum: e11863b1323fb5b4a9633dbcc995d8e4 Description: RTAB-Map Stack Package: ros-jazzy-rtabmap-rviz-plugins Version: 0.22.1-1noble.20260520.134819 Architecture: arm64 Maintainer: Mathieu Labbe Installed-Size: 1483 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-stitching406t64 (>= 4.6.0+dfsg), libqt5core5t64 (>= 5.5.0), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), ros-jazzy-rtabmap, ros-jazzy-rviz-ogre-vendor, ros-jazzy-pcl-conversions, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rtabmap-conversions, ros-jazzy-rtabmap-msgs, ros-jazzy-rviz-common, ros-jazzy-rviz-default-plugins, ros-jazzy-rviz-rendering, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-rviz-plugins/ros-jazzy-rtabmap-rviz-plugins_0.22.1-1noble.20260520.134819_arm64.deb Size: 274710 SHA256: 6f90e3c7fcde4dbf91e61f13160fd126bef74d926aea42b75f63b40c78d38f86 SHA1: 0e2a13d4917ed3b59439790b81e6dd6ae1a2fbb8 MD5sum: 35dcd5567715c0beffc782d1ee6d4586 Description: RTAB-Map's rviz plugins. Package: ros-jazzy-rtabmap-rviz-plugins-dbgsym Package-Type: ddeb Source: ros-jazzy-rtabmap-rviz-plugins Version: 0.22.1-1noble.20260520.134819 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Mathieu Labbe Installed-Size: 10700 Depends: ros-jazzy-rtabmap-rviz-plugins (= 0.22.1-1noble.20260520.134819) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-rviz-plugins/ros-jazzy-rtabmap-rviz-plugins-dbgsym_0.22.1-1noble.20260520.134819_arm64.deb Size: 9227038 SHA256: 3f15e60dcc89d65c2e6abf1f2597adec73fa50858897399034e5fbc081fb7575 SHA1: a64aa82766b1cf20f0b82a24645e7633a4a7a959 MD5sum: 06fe86ca53db786287a86225fa334f68 Description: debug symbols for ros-jazzy-rtabmap-rviz-plugins Build-Ids: 9fdf367e1d60cb9d903a9cd90fb11c16e2d76b6b Package: ros-jazzy-rtabmap-slam Version: 0.22.1-1noble.20260520.024646 Architecture: arm64 Maintainer: Mathieu Labbe Installed-Size: 5690 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopencv-stitching406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), ros-jazzy-rtabmap, ros-jazzy-apriltag-msgs, ros-jazzy-aruco-msgs, ros-jazzy-aruco-opencv-msgs, ros-jazzy-cv-bridge, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-nav2-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rtabmap-msgs, ros-jazzy-rtabmap-sync, ros-jazzy-rtabmap-util, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2, ros-jazzy-tf2-ros, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-slam/ros-jazzy-rtabmap-slam_0.22.1-1noble.20260520.024646_arm64.deb Size: 784188 SHA256: 57d652470a494dd91aa70585be4660a6f0782f9241e1950903972a23ad2bd0cb SHA1: 6a39b84e8e2d57a33682582744a59c13b94c87cd MD5sum: 4506e64600ccdcc388c9551536d80ab5 Description: RTAB-Map's SLAM package. Package: ros-jazzy-rtabmap-slam-dbgsym Package-Type: ddeb Source: ros-jazzy-rtabmap-slam Version: 0.22.1-1noble.20260520.024646 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Mathieu Labbe Installed-Size: 26146 Depends: ros-jazzy-rtabmap-slam (= 0.22.1-1noble.20260520.024646) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-slam/ros-jazzy-rtabmap-slam-dbgsym_0.22.1-1noble.20260520.024646_arm64.deb Size: 21437820 SHA256: 466fe648de06ec9d5533726120589c990833800ec8233e30e409d5e7cef4134a SHA1: 47f7a2d2d1468484239bb440fcdb174406c69021 MD5sum: 72753b55169b8149fa8ee45e295ac0ea Description: debug symbols for ros-jazzy-rtabmap-slam Build-Ids: 89cd3bebd48f053930a39a49267b624e77d3a378 9d23b23a8162f375b12cad27e2aa21952e3d143a Package: ros-jazzy-rtabmap-sync Version: 0.22.1-1noble.20260520.020833 Architecture: arm64 Maintainer: Mathieu Labbe Installed-Size: 14353 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-stitching406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), ros-jazzy-rtabmap, ros-jazzy-cv-bridge, ros-jazzy-diagnostic-updater, ros-jazzy-image-transport, ros-jazzy-message-filters, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rtabmap-conversions, ros-jazzy-rtabmap-msgs, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-sync/ros-jazzy-rtabmap-sync_0.22.1-1noble.20260520.020833_arm64.deb Size: 1577552 SHA256: 21ca95f15bc5608eb8ed4f45593d4f3876849d5c5811a860e978a6e6d141c8ab SHA1: 0718531535f516667e90661707f7915e93ce64fb MD5sum: 31cdb8537d89776728747627afd1abb4 Description: RTAB-Map's synchronization package. Package: ros-jazzy-rtabmap-sync-dbgsym Package-Type: ddeb Source: ros-jazzy-rtabmap-sync Version: 0.22.1-1noble.20260520.020833 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Mathieu Labbe Installed-Size: 69982 Depends: ros-jazzy-rtabmap-sync (= 0.22.1-1noble.20260520.020833) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-sync/ros-jazzy-rtabmap-sync-dbgsym_0.22.1-1noble.20260520.020833_arm64.deb Size: 56129958 SHA256: 8628d92ec692496057b0fb75e9fa5728f54aeb4addcd9b96cadf0417113b36db SHA1: ef4e581fae65583566fdbe1d7ed787c0504d2bea MD5sum: 8df095766fe2a73ebeaf95e49843fbb2 Description: debug symbols for ros-jazzy-rtabmap-sync Build-Ids: 10dd09e8e84919c6bb8088358ad308664a4600f0 5210d1af6bbcad8244f8db3ecb884b1e9ce524ca 5a27d847ce9c7f2e8a620adc3c17e3d5400ec995 93c2fdbcafd906c430eb911d8caec351291cecb8 98fb3381a8922280e542d9cb857bc73297b7e0c2 b86a5cf108c6419bc44f0fb77d7f1bd5cc3d7e08 Package: ros-jazzy-rtabmap-util Version: 0.22.1-1noble.20260520.020820 Architecture: arm64 Maintainer: Mathieu Labbe Installed-Size: 5529 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-stitching406t64 (>= 4.6.0+dfsg), libpcl-common1.14 (>= 1.14.0+dfsg), libpcl-filters1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), ros-jazzy-rtabmap, ros-jazzy-cv-bridge, ros-jazzy-image-transport, ros-jazzy-laser-geometry, ros-jazzy-message-filters, ros-jazzy-nav-msgs, ros-jazzy-octomap-msgs, ros-jazzy-pcl-conversions, ros-jazzy-pcl-ros, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rtabmap-conversions, ros-jazzy-rtabmap-msgs, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-stereo-msgs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-util/ros-jazzy-rtabmap-util_0.22.1-1noble.20260520.020820_arm64.deb Size: 791762 SHA256: c9de5d7ed83684d7522f4f0b9375ecc1983fc4556cf82e30616933bb2c322148 SHA1: 616581012c6e14e2aedf01d77cce590429ac5b98 MD5sum: fb1125e96c07ed031e47f604d1a74aeb Description: RTAB-Map's various useful nodes and nodelets. Package: ros-jazzy-rtabmap-util-dbgsym Package-Type: ddeb Source: ros-jazzy-rtabmap-util Version: 0.22.1-1noble.20260520.020820 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Mathieu Labbe Installed-Size: 36363 Depends: ros-jazzy-rtabmap-util (= 0.22.1-1noble.20260520.020820) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-util/ros-jazzy-rtabmap-util-dbgsym_0.22.1-1noble.20260520.020820_arm64.deb Size: 31122418 SHA256: d1cc253ab4a426633307e3e347a374af16e513e4f7f44bddb7bcc4fc1a1d3196 SHA1: 925b6c38884ee8cc45bab6667c7040c5c47521d0 MD5sum: 9dcab0a22b7ab2cbe64e61a5ae2957d7 Description: debug symbols for ros-jazzy-rtabmap-util Build-Ids: 1ac6cf418222b34b4e40a4dd19a7572d9a88b0b8 2711f29b8f7b19a4b6ae2561322abf5e58b7ed13 479767d850f026c7edd41ca993c0096ac659cca9 72cf48df76dc7691492c8806d66733c487ca5a70 8b25139d1b3a614ee6192a4a0cbb500b5ac91266 a7252519901fee94f7d31f61f68b5bd07fbc265e af1a109a801e2ec707badff78f84b4483cb00eaa c4b6faa199ffb62f65ffac7aeb410be541b33e68 d2867bca3afea1bc2672ee21b8dbe30b21dda9a8 e64325682a39115ae5fb9f3cef98d5a306777fa2 eacc8f02f53776bb54d7f8eb639e5df1ef373ddd ed22bb81356f1a8de25e67a92e04449fd698961e f750dec395caac6b1c3cd113b5a09ddc355ed409 Package: ros-jazzy-rtabmap-viz Version: 0.22.1-1noble.20260520.055630 Architecture: arm64 Maintainer: Mathieu Labbe Installed-Size: 2032 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-stitching406t64 (>= 4.6.0+dfsg), libqt5core5t64 (>= 5.3.0), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), ros-jazzy-rtabmap, ros-jazzy-cv-bridge, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rtabmap-msgs, ros-jazzy-rtabmap-sync, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-viz/ros-jazzy-rtabmap-viz_0.22.1-1noble.20260520.055630_arm64.deb Size: 347692 SHA256: 626e7ddeb433e50273a79f9a8dabb0afa872f6f1fb0d7b4b99d02c45f0ed3ff5 SHA1: 1ff759fa686ffd497307c320c9f4f0f01a2b145a MD5sum: 7e1b26e9acd30c249fa13a038d3431fc Description: RTAB-Map's visualization package. Package: ros-jazzy-rtabmap-viz-dbgsym Package-Type: ddeb Source: ros-jazzy-rtabmap-viz Version: 0.22.1-1noble.20260520.055630 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Mathieu Labbe Installed-Size: 10862 Depends: ros-jazzy-rtabmap-viz (= 0.22.1-1noble.20260520.055630) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-viz/ros-jazzy-rtabmap-viz-dbgsym_0.22.1-1noble.20260520.055630_arm64.deb Size: 9273170 SHA256: e4f4347f4dc12dca454dba6c66e1af79ec9af94eca615a8bdc44c71e4204e779 SHA1: 16920b3a760fb48bd3bf6db83d61226f1acce41f MD5sum: 03026060225123dc5a0686f8805e8a48 Description: debug symbols for ros-jazzy-rtabmap-viz Build-Ids: 82bfa6df4dc9ac663d31b22021719dfcff067cc5 Package: ros-jazzy-rtcm-msgs Version: 1.1.6-4noble.20260519.173103 Architecture: arm64 Maintainer: Marek Materzok Installed-Size: 999 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtcm-msgs/ros-jazzy-rtcm-msgs_1.1.6-4noble.20260519.173103_arm64.deb Size: 47534 SHA256: 928dcbe1af8f40ec4aa270cb6f111b5d237179dfb45c3e57e7db784342882c2a SHA1: e31bf7b4b4a57ab7ea1af0299b84101d4aca0628 MD5sum: b0388035434c87861c83efaf797dd074 Description: The rtcm_msgs package contains messages related to data in the RTCM format. Package: ros-jazzy-rtcm-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-rtcm-msgs Version: 1.1.6-4noble.20260519.173103 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Marek Materzok Installed-Size: 317 Depends: ros-jazzy-rtcm-msgs (= 1.1.6-4noble.20260519.173103) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtcm-msgs/ros-jazzy-rtcm-msgs-dbgsym_1.1.6-4noble.20260519.173103_arm64.deb Size: 207786 SHA256: 9c3c1fc7919acf169d03dbc0413bc15d4966c2b80dbf85e599246142720d1109 SHA1: a1bd3e3a41b25db62a820f062f957cdebb1e8e70 MD5sum: efb8d8ec134ffb69529ca3a91e23adf0 Description: debug symbols for ros-jazzy-rtcm-msgs Build-Ids: 07819836b55c341c6b46fe5ebb7eb620c1a3b0fd 1b1b484e09a38154689540aa95a2c99c23cc943a 1d1b8db7e03b006e5088c978c4ebb94e8cf637f6 3cb6b1edec4aeee8aee3512b79f0dfe2ac54698a 6893df087ebc1bf2309e23deb2786d98b3152c78 76554ed4ccbce8d01a78b2622b17e39f5dcbfb23 836d0ccc5de447e77b1addec82c476401c744c12 84df8aa4eb534a71771479280db6140b4cf08131 c44046278c80b5d85754df81599454f5599239b6 e87955b41bd971d1141702560d52160f770711bc febf56570e5cc5759e2c9bfd6ed1d70c1a1c200a Package: ros-jazzy-rtest Version: 0.2.2-1noble.20260519.215115 Architecture: arm64 Maintainer: Gary Cross Installed-Size: 342 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-action-msgs, ros-jazzy-gmock-vendor, ros-jazzy-rcl, ros-jazzy-rcl-action, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/rtest/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtest/ros-jazzy-rtest_0.2.2-1noble.20260519.215115_arm64.deb Size: 54838 SHA256: bf8c1ba69332458df70ce8996de29edf7038221158f0342aab3f24af93c894dc SHA1: 3912ad6489d69555e3ecce9b46ea5b1ff80531a8 MD5sum: 5ade657dd5329d9d67982d172c07d5c4 Description: This framework enables writing reliable, fully repeatable tests for C++ ROS 2 implementations. Package: ros-jazzy-rtest-dbgsym Package-Type: ddeb Source: ros-jazzy-rtest Version: 0.2.2-1noble.20260519.215115 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Gary Cross Installed-Size: 595 Depends: ros-jazzy-rtest (= 0.2.2-1noble.20260519.215115) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtest/ros-jazzy-rtest-dbgsym_0.2.2-1noble.20260519.215115_arm64.deb Size: 552702 SHA256: 94237099656788a20c0e14aaf647c36b35cdc31d882147132ea287241393b0e9 SHA1: 8fc9281284e15e281bdbb3c2db93cbbff6629b10 MD5sum: ab23bf3a2fcd1047c18fa48c21d7d7d8 Description: debug symbols for ros-jazzy-rtest Build-Ids: 93852e2d06fdf1af409747cb274006c3108839a1 Package: ros-jazzy-rti-connext-dds-cmake-module Version: 0.22.3-1noble.20260305.221521 Architecture: arm64 Maintainer: Andrea Sorbini Installed-Size: 68 Depends: ros-jazzy-ament-cmake, rti-connext-dds-6.0.1, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rti-connext-dds-cmake-module/ros-jazzy-rti-connext-dds-cmake-module_0.22.3-1noble.20260305.221521_arm64.deb Size: 11210 SHA256: e01e157826f3a6892b6cf1eaf7043ec6f184b7f2727806387236c10790df4aa3 SHA1: a962437dfea376567f27fe84c21244607e9e4a5a MD5sum: 27c258fdc6bac574b9019540b887304f Description: Helper module to provide access to RTI products like Connext DDS Professional Package: ros-jazzy-rtsp-image-transport Version: 2.0.1-1noble.20260519.213642 Architecture: arm64 Maintainer: Timo Röhling Installed-Size: 1281 Depends: libavcodec60 (>= 7:6.0), libavutil58 (>= 7:6.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.5), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libswscale7 (>= 7:6.0), ros-jazzy-live555-vendor, ffmpeg, libavcodec-dev, libavformat-dev, libavutil-dev, libswscale-dev, ros-jazzy-cv-bridge, ros-jazzy-image-transport, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtsp-image-transport/ros-jazzy-rtsp-image-transport_2.0.1-1noble.20260519.213642_arm64.deb Size: 331556 SHA256: 5a78f2292431d6cef9daaefeb26f353097a44cde9fa01c6f043248ff71357021 SHA1: 933e067450259dda9c24e175a6e7668f8b243d5b MD5sum: 13f196bd7a41c9630f82f1171faeaf77 Description: Transmit video streams with the Real-Time Streaming Protocol Package: ros-jazzy-rtsp-image-transport-dbgsym Package-Type: ddeb Source: ros-jazzy-rtsp-image-transport Version: 2.0.1-1noble.20260519.213642 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Timo Röhling Installed-Size: 7709 Depends: ros-jazzy-rtsp-image-transport (= 2.0.1-1noble.20260519.213642) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtsp-image-transport/ros-jazzy-rtsp-image-transport-dbgsym_2.0.1-1noble.20260519.213642_arm64.deb Size: 6769588 SHA256: 4ced9663251bc46fa7d60c8b662e572714561bdec702b6d248dfbb6a801fa4e2 SHA1: e417b9ca4ff22121e475c6ddd33e9fd80c98136d MD5sum: 82daf0e37d12c5815d432ee26cf93817 Description: debug symbols for ros-jazzy-rtsp-image-transport Build-Ids: 3727e4a601d64ba325dce7e6b0c03a06c5429761 5f499e7f7c33ac26eb4bdc68620c4ebe557ba193 e797eb40a58ff2b9412e7252125d461693c15089 Package: ros-jazzy-rttest Version: 0.17.1-3noble.20260305.221710 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 136 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rttest/ros-jazzy-rttest_0.17.1-3noble.20260305.221710_arm64.deb Size: 29912 SHA256: 4a2a8559807e7664111e515676b74acadf0092d86744df4cf87c4c2b0c0fbb25 SHA1: 224a2648d68614ac0e6ef17582d8a0620effcf24 MD5sum: 2d8f7a4f40c1c36f627b995b7a8a4929 Description: Instrumentation library for real-time performance testing Package: ros-jazzy-rttest-dbgsym Package-Type: ddeb Source: ros-jazzy-rttest Version: 0.17.1-3noble.20260305.221710 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 187 Depends: ros-jazzy-rttest (= 0.17.1-3noble.20260305.221710) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rttest/ros-jazzy-rttest-dbgsym_0.17.1-3noble.20260305.221710_arm64.deb Size: 161868 SHA256: 4c9b18b1bed664650e1e65ef15c0d95a91ea79cd48f54d5e2b7d02a8ed7be4e3 SHA1: 51c4869785234e858bffaac1843f914b3347176b MD5sum: 4b358fa5194c0aa8684f46f299e4145a Description: debug symbols for ros-jazzy-rttest Build-Ids: c7642cd4b31dfbab4d8c0dd971cbec604d2bf2b2 Package: ros-jazzy-ruckig Version: 0.9.2-5noble.20260305.203224 Architecture: arm64 Maintainer: Lars Berscheid Installed-Size: 276 Depends: libc6 (>= 2.17), libstdc++6 (>= 13.1), ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ruckig/ros-jazzy-ruckig_0.9.2-5noble.20260305.203224_arm64.deb Size: 68530 SHA256: b9c83b2dddd620f61c9da5fab09ff172994317378b18191a33e18db2757442c2 SHA1: e479c6825b16585c8819ebb8962bcc815b115c74 MD5sum: 7279a3e4bf878194bd23a34ac72369db Description: Instantaneous Motion Generation for Robots and Machines. Package: ros-jazzy-ruckig-dbgsym Package-Type: ddeb Source: ros-jazzy-ruckig Version: 0.9.2-5noble.20260305.203224 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Lars Berscheid Installed-Size: 225 Depends: ros-jazzy-ruckig (= 0.9.2-5noble.20260305.203224) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ruckig/ros-jazzy-ruckig-dbgsym_0.9.2-5noble.20260305.203224_arm64.deb Size: 201426 SHA256: 57354df1e21e95e6040980f7e0d2daece2e0fdda73b848d58030e768caf8e06f SHA1: 2c08e45b47f45020a82e8e00f27c5cf505c70e11 MD5sum: e0be60fc26f7a79d79c96441baa410df Description: debug symbols for ros-jazzy-ruckig Build-Ids: b9aa5d435af3c5b5bf0068425ee2c92dc1263de5 Package: ros-jazzy-rviz-2d-overlay-msgs Version: 1.4.1-1noble.20260519.194753 Architecture: arm64 Maintainer: Team Spatzenhirn Installed-Size: 1067 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-2d-overlay-msgs/ros-jazzy-rviz-2d-overlay-msgs_1.4.1-1noble.20260519.194753_arm64.deb Size: 52048 SHA256: a8313a03b255b424442619b402c50623fee265a5eb6323da50998e1687c49de0 SHA1: 9191065d09c87c4e6acdd2076396fe742c100d3a MD5sum: e20b54e2d6bc0768dcf8dde0e743ed8e Description: Messages describing 2D overlays for RVIZ, extracted/derived from the jsk_visualization ROS1 packege. Package: ros-jazzy-rviz-2d-overlay-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-rviz-2d-overlay-msgs Version: 1.4.1-1noble.20260519.194753 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Team Spatzenhirn Installed-Size: 320 Depends: ros-jazzy-rviz-2d-overlay-msgs (= 1.4.1-1noble.20260519.194753) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-2d-overlay-msgs/ros-jazzy-rviz-2d-overlay-msgs-dbgsym_1.4.1-1noble.20260519.194753_arm64.deb Size: 211050 SHA256: 889009ad14079b8da1ae2fb5ff13048b2aa233d085774d72899efa33fc2cae33 SHA1: 8850e51c23ff1d13a49ec09ff7a1f7f07271216a MD5sum: dfeb7c157f8db287af3fbf99534b33ff Description: debug symbols for ros-jazzy-rviz-2d-overlay-msgs Build-Ids: 0543a7d4f5830fc2e205a8f60902162ac0e731e0 1a9dc8dd49563857f8f60c1de7ab97f2cab42a11 1e3a865b7462f36fdd589dcc62a505ad8cb4e992 211d998fc9dc4b37d45b65b3039f7f6e25e04f6d 777b45b9ccdeeb5603aab78dea971056477da28c 82f9f1808a1fc23a3a3c827722846fbb2aa595bd abc23cfeaaa0a6ed0a2c14185b9ab378286aa17a c24ba70c22a65e610c96784d1ae9d833a3934498 d697fb6316f9e5cf5e9af4efa41ab123a93e9564 e9a440a45a403ad57c6f3dc03e177e70d0e8f5ab ebeec59e3e20efc5be371d2858cc7fc15b585124 Package: ros-jazzy-rviz-2d-overlay-plugins Version: 1.4.1-1noble.20260519.222039 Architecture: arm64 Maintainer: Team Spatzenhirn Installed-Size: 1504 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.5.0), libqt5gui5t64 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libstdc++6 (>= 13.1), ros-jazzy-rviz-ogre-vendor, libboost-all-dev, ros-jazzy-rviz-2d-overlay-msgs, ros-jazzy-rviz-common, ros-jazzy-rviz-rendering, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-2d-overlay-plugins/ros-jazzy-rviz-2d-overlay-plugins_1.4.1-1noble.20260519.222039_arm64.deb Size: 277012 SHA256: fa29d21255962187ad674b52c2808607bc227e160d5dad5f413a091a8f5bf988 SHA1: 1478c2cafe04fc9c5389737da06fa29cb0e36fe1 MD5sum: 466f4e77231c37681bb160d82db43f97 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-jazzy-rviz-2d-overlay-plugins-dbgsym Package-Type: ddeb Source: ros-jazzy-rviz-2d-overlay-plugins Version: 1.4.1-1noble.20260519.222039 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Team Spatzenhirn Installed-Size: 7689 Depends: ros-jazzy-rviz-2d-overlay-plugins (= 1.4.1-1noble.20260519.222039) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-2d-overlay-plugins/ros-jazzy-rviz-2d-overlay-plugins-dbgsym_1.4.1-1noble.20260519.222039_arm64.deb Size: 6653340 SHA256: feb0e46efec230cf70671ff2a1038c0eb22f8c81d10ccb47224202f08ddc1f5b SHA1: 49f520852f1ed72ba3d9be24e8e8c7d03aec43d2 MD5sum: 39617d38323ab99087f50e94e41dc1d6 Description: debug symbols for ros-jazzy-rviz-2d-overlay-plugins Build-Ids: 0c88ecc80b1d622a3fe78bb67a21f363e863e4d6 6880db475c942eeb521959f59cc09c276af50840 Package: ros-jazzy-rviz-assimp-vendor Version: 14.1.20-2noble.20260305.221800 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 46 Depends: libassimp-dev, ros-jazzy-ros-workspace Homepage: http://assimp.sourceforge.net/index.html Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-assimp-vendor/ros-jazzy-rviz-assimp-vendor_14.1.20-2noble.20260305.221800_arm64.deb Size: 8470 SHA256: b22ccc9277d4bdd597fa1999377e01a9f8d610f387b3bbb7b0bbce048ef24b06 SHA1: 2598ae268a13ba172ba4eff0b95ed49a06b003fb MD5sum: a3787eecdda271a4b7d09fa1f7e8b3bb Description: Wrapper around assimp, providing nothing but a dependency on assimp, on some systems. On others, it provides a fixed CMake module or even an ExternalProject build of assimp. Package: ros-jazzy-rviz-common Version: 14.1.20-2noble.20260519.215624 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2551 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5widgets5t64 (>= 5.14.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-rviz-ogre-vendor, libqt5gui5t64, libqt5opengl5t64, libqt5svg5, qtbase5-dev, ros-jazzy-geometry-msgs, ros-jazzy-message-filters, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-resource-retriever, ros-jazzy-rviz-rendering, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2, ros-jazzy-tf2-ros, ros-jazzy-tinyxml2-vendor, ros-jazzy-urdf, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Homepage: https://github.com/ros2/rviz/blob/ros2/README.md Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-common/ros-jazzy-rviz-common_14.1.20-2noble.20260519.215624_arm64.deb Size: 603378 SHA256: a52852056ea426447631fffcc981488146959228b1009610bbf0b12cc795871f SHA1: b6ed20595d72333e6796a31ef39501cf25ef8b06 MD5sum: f81f815bb76b6f196b87ec006b868869 Description: Common rviz API, used by rviz plugins and applications. Package: ros-jazzy-rviz-common-dbgsym Package-Type: ddeb Source: ros-jazzy-rviz-common Version: 14.1.20-2noble.20260519.215624 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 27631 Depends: ros-jazzy-rviz-common (= 14.1.20-2noble.20260519.215624) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-common/ros-jazzy-rviz-common-dbgsym_14.1.20-2noble.20260519.215624_arm64.deb Size: 26726276 SHA256: 01f276d860c1ebb5f34f336f8ea28040ddcf29a7af3332a5927744bc0fad2ade SHA1: bdc2e852f826cd478b5ac8ce320f6ccdf5091321 MD5sum: 88b3c58e4be006ee4fc52ae9da049b22 Description: debug symbols for ros-jazzy-rviz-common Build-Ids: d5aa78871c2c51a470fcd1d77cb65a620e0cc80f Package: ros-jazzy-rviz-default-plugins Version: 14.1.20-2noble.20260520.130226 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 10484 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libqt5core5t64 (>= 5.14.1), libqt5gui5t64 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-gz-math-vendor, ros-jazzy-rviz-ogre-vendor, libqt5gui5t64, libqt5opengl5t64, ros-jazzy-geometry-msgs, ros-jazzy-image-transport, ros-jazzy-interactive-markers, ros-jazzy-laser-geometry, ros-jazzy-map-msgs, ros-jazzy-nav-msgs, ros-jazzy-pluginlib, ros-jazzy-point-cloud-transport, ros-jazzy-rclcpp, ros-jazzy-resource-retriever, ros-jazzy-rviz-common, ros-jazzy-rviz-rendering, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-urdf, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/ros2/rviz/blob/ros2/README.md Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-default-plugins/ros-jazzy-rviz-default-plugins_14.1.20-2noble.20260520.130226_arm64.deb Size: 1467594 SHA256: 2330c354b4c003f5e5b90bab22bfd5fab84ec507aed06f3c4d57f2c1f0961e6c SHA1: b99f07e1865667502946fc953559a9e5d174dc82 MD5sum: 4a728e5ecbea80195e8292626b46a10b Description: Several default plugins for rviz to cover the basic functionality. Package: ros-jazzy-rviz-default-plugins-dbgsym Package-Type: ddeb Source: ros-jazzy-rviz-default-plugins Version: 14.1.20-2noble.20260520.130226 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 90236 Depends: ros-jazzy-rviz-default-plugins (= 14.1.20-2noble.20260520.130226) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-default-plugins/ros-jazzy-rviz-default-plugins-dbgsym_14.1.20-2noble.20260520.130226_arm64.deb Size: 78252104 SHA256: f091710912a832ce8b88acba48b968b30f18289f5ff9039693bf118b7383926d SHA1: b26585d94e5bfa32d0f3a9199c90a58ee7bbb1d1 MD5sum: fab3933901114822245b3d2cf336b3bc Description: debug symbols for ros-jazzy-rviz-default-plugins Build-Ids: 2d2f1ed9735d1f38b5982c6a72870e59a5201ad2 Package: ros-jazzy-rviz-imu-plugin Version: 2.1.5-1noble.20260519.221628 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 960 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.5.0), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libstdc++6 (>= 13.1), ros-jazzy-rviz-ogre-vendor, libqt5core5a, libqt5gui5, libqt5opengl5, libqt5widgets5, ros-jazzy-message-filters, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rviz-common, ros-jazzy-rviz-rendering, ros-jazzy-sensor-msgs, ros-jazzy-tf2, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/rviz_imu_plugin Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-imu-plugin/ros-jazzy-rviz-imu-plugin_2.1.5-1noble.20260519.221628_arm64.deb Size: 162484 SHA256: cc141d2b71266574436077bfcd8bba275215cd141530f540734aeaf4c30ca504 SHA1: 217f181ca683c95b26f33f95c6ecfa524b3a488b MD5sum: 2a68fc3979e891d0634991e879f806b6 Description: RVIZ plugin for IMU visualization Package: ros-jazzy-rviz-imu-plugin-dbgsym Package-Type: ddeb Source: ros-jazzy-rviz-imu-plugin Version: 2.1.5-1noble.20260519.221628 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 6021 Depends: ros-jazzy-rviz-imu-plugin (= 2.1.5-1noble.20260519.221628) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-imu-plugin/ros-jazzy-rviz-imu-plugin-dbgsym_2.1.5-1noble.20260519.221628_arm64.deb Size: 5131368 SHA256: d9feee6f8c52f93aa791579959462f39a5a566be06fcbe3b3db7e052fd23e31f SHA1: ce28d18bed86bdbe74f0f70e2e9a62213bce21a1 MD5sum: 9e567dacecf07206e00b473e452af8f5 Description: debug symbols for ros-jazzy-rviz-imu-plugin Build-Ids: 2537ba07b775092bbd7a4eabeeb8de5a8c775915 Package: ros-jazzy-rviz-marker-tools Version: 0.1.5-1noble.20260520.003600 Architecture: arm64 Maintainer: Robert Haschke Installed-Size: 130 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, ros-jazzy-eigen3-cmake-module, ros-jazzy-geometry-msgs, ros-jazzy-moveit-common, ros-jazzy-rclcpp, ros-jazzy-std-msgs, ros-jazzy-tf2-eigen, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/rviz_marker_tools/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-marker-tools/ros-jazzy-rviz-marker-tools_0.1.5-1noble.20260520.003600_arm64.deb Size: 19702 SHA256: 69d91709a6331cb2545a5065be213fe56fa59559b4cced16f860b723426a5f2d SHA1: 26208c499183b984e266dc7473b69d670d0c378b MD5sum: 2961a7d3c6c4e448aa29bba255ba2d91 Description: Tools for marker creation / handling Package: ros-jazzy-rviz-marker-tools-dbgsym Package-Type: ddeb Source: ros-jazzy-rviz-marker-tools Version: 0.1.5-1noble.20260520.003600 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Robert Haschke Installed-Size: 873 Depends: ros-jazzy-rviz-marker-tools (= 0.1.5-1noble.20260520.003600) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-marker-tools/ros-jazzy-rviz-marker-tools-dbgsym_0.1.5-1noble.20260520.003600_arm64.deb Size: 862698 SHA256: 6f9fafddf08ff0c19156588fdd7c000de5d1721ee87e6dcc56fa0f55d88c46e5 SHA1: fc4d170b3a17ff90381505070bac1f5b64e2195b MD5sum: 120d5e60e57546b2afda9ee8d60d912f Description: debug symbols for ros-jazzy-rviz-marker-tools Build-Ids: 1c8a0fca1bab63dc3370af7c850b176566ea481d Package: ros-jazzy-rviz-mbf-plugins Version: 1.0.5-1noble.20260519.221738 Architecture: arm64 Maintainer: Alexander Mock Installed-Size: 711 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.3.0), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libqt5gui5t64, qtbase5-dev, ros-jazzy-geometry-msgs, ros-jazzy-mbf-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rviz-common, ros-jazzy-ros-workspace Homepage: http://github.com/naturerobots/move_base_flex Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-mbf-plugins/ros-jazzy-rviz-mbf-plugins_1.0.5-1noble.20260519.221738_arm64.deb Size: 135800 SHA256: 68a74d5284419a908707a4f6ebaf6b3f9612583f04a8900254b106696fa3a047 SHA1: 831e944304029aeb09cbe26d90c8e4f80e1a2144 MD5sum: 6d85ff68ad1567d482832b066c469128 Description: Contains rviz plugins for interacting with move base flex. Package: ros-jazzy-rviz-mbf-plugins-dbgsym Package-Type: ddeb Source: ros-jazzy-rviz-mbf-plugins Version: 1.0.5-1noble.20260519.221738 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alexander Mock Installed-Size: 3189 Depends: ros-jazzy-rviz-mbf-plugins (= 1.0.5-1noble.20260519.221738) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-mbf-plugins/ros-jazzy-rviz-mbf-plugins-dbgsym_1.0.5-1noble.20260519.221738_arm64.deb Size: 2725930 SHA256: e9ee297f8c499c0002479d37d339fdb47f872690b0ecc3a79548e52f50155bdb SHA1: ea03ff000a66ff6d56765b176d1c82457a75b4f6 MD5sum: f026408792323a8038c1b502fd66671f Description: debug symbols for ros-jazzy-rviz-mbf-plugins Build-Ids: bca0c698bf7bf3e1fcb47094a1b204dd4943ceca Package: ros-jazzy-rviz-ogre-vendor Version: 14.1.20-2noble.20260305.221759 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 17900 Depends: libc6 (>= 2.38), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 3.3.1), libgl1, libstdc++6 (>= 13.1), libx11-6, libxrandr2 (>= 4.3), libfreetype-dev, libgl1-mesa-dev, libglew-dev, libglu1-mesa-dev, libx11-dev, libxaw7-dev, libxrandr-dev, ros-jazzy-ros-workspace Homepage: https://www.ogre3d.org/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-ogre-vendor/ros-jazzy-rviz-ogre-vendor_14.1.20-2noble.20260305.221759_arm64.deb Size: 3722204 SHA256: 77d11ce1a4b5013ac14ec512944c3b2b9c796800d08049a916b33e538230ef0d SHA1: 8af6cbb5ab7caf6397378cd43e2f869dedc68034 MD5sum: 7a7b58b8683980cc7cfcd02d12834cb3 Description: Wrapper around ogre3d, it provides a fixed CMake module and an ExternalProject build of ogre. Package: ros-jazzy-rviz-ogre-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-rviz-ogre-vendor Version: 14.1.20-2noble.20260305.221759 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 79963 Depends: ros-jazzy-rviz-ogre-vendor (= 14.1.20-2noble.20260305.221759) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-ogre-vendor/ros-jazzy-rviz-ogre-vendor-dbgsym_14.1.20-2noble.20260305.221759_arm64.deb Size: 75651392 SHA256: 938b0867e9ac0d02837f570fbd14b801519ac9fe4cd310ba949e706588031821 SHA1: dd304b499c94f068cb2b758a2caa3d387d6051cc MD5sum: 099a8868e7b0b04fc5c69813178da81e Description: debug symbols for ros-jazzy-rviz-ogre-vendor Build-Ids: 0804852b8149c4f1c1a7b767e24e4ac8524041d2 0825181746adf5073a9f5f02ede435a37da5be5b 1e581bec64bcc0c8ce791c2d92bc957f848a702c 237818b720700361b691e4b2ed4827ab459e4d66 3ae21a1b058562ae1e1d8e94182ee853c948711b 3eb619d4e496463a3fdbfd808fd44fa9b789a488 4710cb984d5e442f3dd2a3d3f521c9d3e3da295d 53f79e554255e9042c0b3435aeb5e9a4b8cacc13 6e7f1ad51d01a7e9cc9885fb82cad1e508d49b12 9499068982679d62b9e8f3e23f7ee52c484780c9 9a4f05412860ecc9fb2841946e3657bb0c277896 a012d90e6e57b1cd4045bf9307fdac1f30d1deb0 b7b02baae900e093592c4b954af733e499aafc15 b88584d2ea6e0653e6451784042f578ec7b62b8a f55c32df3598626ffbbc6cf7fc4175deb5f6cd11 f920b31c87dbc1998fe9fa243e5f0d7d4fa130d6 Package: ros-jazzy-rviz-rendering Version: 14.1.20-2noble.20260519.011306 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2252 Depends: libassimp5 (>= 5.3.1+ds), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libglx0, libopengl0, libqt5core5t64 (>= 5.3.0), libqt5gui5t64 (>= 5.5.0) | libqt5gui5-gles (>= 5.5.0), libstdc++6 (>= 13.1), libx11-6, ros-jazzy-rviz-ogre-vendor, libeigen3-dev, libqt5gui5t64, libqt5opengl5t64, libqt5widgets5t64, qtbase5-dev, ros-jazzy-ament-index-cpp, ros-jazzy-eigen3-cmake-module, ros-jazzy-resource-retriever, ros-jazzy-rviz-assimp-vendor, ros-jazzy-ros-workspace Homepage: https://github.com/ros2/rviz/blob/ros2/README.md Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-rendering/ros-jazzy-rviz-rendering_14.1.20-2noble.20260519.011306_arm64.deb Size: 786656 SHA256: 9743bf9713dddfb69ecb3f06d63217082a039474423c80553c8e640f3d00b0b2 SHA1: a6d589a1a9a5ee8416ed9d9647a8653d93552375 MD5sum: e0a25fd6561aaeba43fbd850ecf32c53 Description: Library which provides the 3D rendering functionality in rviz. Package: ros-jazzy-rviz-rendering-dbgsym Package-Type: ddeb Source: ros-jazzy-rviz-rendering Version: 14.1.20-2noble.20260519.011306 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 6052 Depends: ros-jazzy-rviz-rendering (= 14.1.20-2noble.20260519.011306) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-rendering/ros-jazzy-rviz-rendering-dbgsym_14.1.20-2noble.20260519.011306_arm64.deb Size: 5895720 SHA256: 97489140366e81af2ac79845a8cb280a522a59aa6b87645dc2f4bc2538cf5323 SHA1: 23a59ce0cf99f2fadcabe4bb4a3852a4ff62ac60 MD5sum: 6b51f3a3d63ccd9d55121e0fb86370dc Description: debug symbols for ros-jazzy-rviz-rendering Build-Ids: 96c03c95dc8cf4fea54e16a3d555755418bb6d48 Package: ros-jazzy-rviz-rendering-tests Version: 14.1.20-2noble.20260519.012001 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 43 Depends: ros-jazzy-resource-retriever, ros-jazzy-rviz-rendering, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-rendering-tests/ros-jazzy-rviz-rendering-tests_14.1.20-2noble.20260519.012001_arm64.deb Size: 7216 SHA256: 5d0af1b279e6bdc811eedef3ae455d16f9c8fbfd1837c2fcdbe25c7f1f3e1636 SHA1: 621d614f4828732c3b8f751374f4817e436d7781 MD5sum: 7ad7cdc8ceb889d06196d3becdf29b63 Description: Example plugin for RViz - documents and tests RViz plugin development Package: ros-jazzy-rviz-satellite Version: 4.3.0-1noble.20260520.135709 Architecture: arm64 Maintainer: Tim Clephas Installed-Size: 729 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libproj25 (>= 5.0.0), libqt5core5t64 (>= 5.5.0), libqt5gui5t64 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libqt5network5t64 (>= 5.0.2), libstdc++6 (>= 13.1), ros-jazzy-rviz-ogre-vendor, libproj-dev, ros-jazzy-angles, ros-jazzy-rclcpp, ros-jazzy-rcpputils, ros-jazzy-rviz-common, ros-jazzy-rviz-default-plugins, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-satellite/ros-jazzy-rviz-satellite_4.3.0-1noble.20260520.135709_arm64.deb Size: 180762 SHA256: ad09e84c394a9c42bef09a663e0e2627adbd58def16ae5e9432a1812a6ec322e SHA1: c893ce18135f810abc795a53dfeaca26092c3b21 MD5sum: c9027f9000367d06fcad96ba97e66f23 Description: Display satellite map tiles in RViz Package: ros-jazzy-rviz-satellite-dbgsym Package-Type: ddeb Source: ros-jazzy-rviz-satellite Version: 4.3.0-1noble.20260520.135709 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tim Clephas Installed-Size: 4940 Depends: ros-jazzy-rviz-satellite (= 4.3.0-1noble.20260520.135709) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-satellite/ros-jazzy-rviz-satellite-dbgsym_4.3.0-1noble.20260520.135709_arm64.deb Size: 4415246 SHA256: 82001c5efc6e64713fac28546aab935471bc2634cb67dfbda3c854c9262afbbd SHA1: fd10fdf016ac3376d9abd76aa4dd9cabb063540d MD5sum: b4d931d857bb2b1e96549ff97f812a93 Description: debug symbols for ros-jazzy-rviz-satellite Build-Ids: 9987455ee9c595c2e3be0f6fbfc60116573aff22 Package: ros-jazzy-rviz-visual-testing-framework Version: 14.1.20-2noble.20260519.222331 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 413 Depends: ros-jazzy-ament-cmake-gtest, ros-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-rcutils, ros-jazzy-rviz-common, ros-jazzy-rviz-ogre-vendor, ros-jazzy-rviz-rendering, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/rviz2 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-visual-testing-framework/ros-jazzy-rviz-visual-testing-framework_14.1.20-2noble.20260519.222331_arm64.deb Size: 74170 SHA256: a9a8ac0ab28897d393c7ed3dacc3ddf33d42356745e77b180b9ccea21b6d4622 SHA1: b743526b3bb4b5e115b172c63bd7b42f80c0611b MD5sum: bd37abd39a73b864719ce6d8cfe592f7 Description: 3D testing framework for RViz. Package: ros-jazzy-rviz-visual-tools Version: 4.1.4-4noble.20260520.140425 Architecture: arm64 Maintainer: Mike Lautman Installed-Size: 1608 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.0.2), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libeigen3-dev, libqt5widgets5, ros-jazzy-ament-index-python, ros-jazzy-eigen-stl-containers, ros-jazzy-eigen3-cmake-module, ros-jazzy-geometry-msgs, ros-jazzy-interactive-markers, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rviz-common, ros-jazzy-rviz-default-plugins, ros-jazzy-rviz-ogre-vendor, ros-jazzy-rviz-rendering, ros-jazzy-rviz2, ros-jazzy-sensor-msgs, ros-jazzy-shape-msgs, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-tf2-eigen, ros-jazzy-tf2-geometry-msgs, ros-jazzy-trajectory-msgs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/PickNikRobotics/rviz_visual_tools Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-visual-tools/ros-jazzy-rviz-visual-tools_4.1.4-4noble.20260520.140425_arm64.deb Size: 289782 SHA256: d479d859ed24fbca3b0740b9c05cbf18189cf05b9c113d508a267d1a247e82a6 SHA1: c7def70b01964e79699b565298570c9df904d3b3 MD5sum: dcd276ba87d50ad12ee0401cffb4fd2e Description: Utility functions for displaying and debugging data in Rviz via published markers Package: ros-jazzy-rviz-visual-tools-dbgsym Package-Type: ddeb Source: ros-jazzy-rviz-visual-tools Version: 4.1.4-4noble.20260520.140425 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Mike Lautman Installed-Size: 12194 Depends: ros-jazzy-rviz-visual-tools (= 4.1.4-4noble.20260520.140425) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-visual-tools/ros-jazzy-rviz-visual-tools-dbgsym_4.1.4-4noble.20260520.140425_arm64.deb Size: 11289690 SHA256: b4350ee3ae65fb414fb83de89445081d1ddff36f5a1b5083237d950b01176155 SHA1: d62f7d731364ec94896ee979e6c630c5a066abb6 MD5sum: d8d6430d97f582eef3445ddaf3c6d78a Description: debug symbols for ros-jazzy-rviz-visual-tools Build-Ids: 1b5ed6e67ed770aa3007b0c56b3cfd0b6500ccd1 1dd0cb5bd7d7f913189a78d392647bf7f4104599 3b0a76c0835e3be8019e3d4464a06b658f23f988 885f5af64e925b8abf3c8c901871038dd06d2595 8d4a83d1d128c93aa3d7a3d697f3ee35b1290eb6 de5000e5108d16b76775ceea3db8e5c10b533e6d Package: ros-jazzy-rviz2 Version: 14.1.20-2noble.20260520.135951 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 199 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.0.2), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), python3-dev, ros-jazzy-rviz-common, ros-jazzy-rviz-default-plugins, ros-jazzy-rviz-ogre-vendor, ros-jazzy-ros-workspace Homepage: https://github.com/ros2/rviz/blob/ros2/README.md Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz2/ros-jazzy-rviz2_14.1.20-2noble.20260520.135951_arm64.deb Size: 18830 SHA256: 2ef34f7f63e24ae57ef70f61a8901b8c08081614be3eb9f698cccc31a566958a SHA1: eab13333da7498ede01d2081b2fe953d9e3b9306 MD5sum: faa6ede9c8b461e1e0bb0ad572f2c91f Description: 3D visualization tool for ROS. Package: ros-jazzy-rviz2-dbgsym Package-Type: ddeb Source: ros-jazzy-rviz2 Version: 14.1.20-2noble.20260520.135951 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 402 Depends: ros-jazzy-rviz2 (= 14.1.20-2noble.20260520.135951) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz2/ros-jazzy-rviz2-dbgsym_14.1.20-2noble.20260520.135951_arm64.deb Size: 381980 SHA256: 6588fdcc1cbd0a8dc23a87c40b9400504cad125aa53de7f19482d99e607ba408 SHA1: 497114529e788892174266b0bb7cd79eab39b176 MD5sum: 0b32707640654106fa88d88eaf057352 Description: debug symbols for ros-jazzy-rviz2 Build-Ids: 989081a3a67b1758567b164ac5f4a724445ee40d Package: ros-jazzy-sbg-driver Version: 3.3.2-1noble.20260520.001151 Architecture: arm64 Maintainer: SBG Systems Installed-Size: 45077 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-jazzy-fastcdr, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-nmea-msgs, ros-jazzy-rclcpp, ros-jazzy-rosidl-default-runtime, ros-jazzy-rtcm-msgs, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-msgs, ros-jazzy-tf2-ros, ros-jazzy-urdf, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/sbg_driver Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sbg-driver/ros-jazzy-sbg-driver_3.3.2-1noble.20260520.001151_arm64.deb Size: 10634180 SHA256: 6a950b831cebc0b40c6b4ad878617c06b4880d114cac2a18f7b58ce1d6144645 SHA1: dfd22e898033605a3e3d5eeb5fb1c890e5e9c151 MD5sum: d88066fed5f97b137c4f47cdd3b6dcab Description: ROS driver package for communication with the SBG navigation systems. Package: ros-jazzy-sbg-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-sbg-driver Version: 3.3.2-1noble.20260520.001151 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: SBG Systems Installed-Size: 25713 Depends: ros-jazzy-sbg-driver (= 3.3.2-1noble.20260520.001151) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sbg-driver/ros-jazzy-sbg-driver-dbgsym_3.3.2-1noble.20260520.001151_arm64.deb Size: 21210984 SHA256: 870ef7fcf2c356afaf41eed16d4d8a0676daf840fdbde6a5795158c8cb560737 SHA1: c5e986a859f1f782aa577d24f4c1d0368dca24d1 MD5sum: 3e98e1b2456c35e6e468a8d220db5b37 Description: debug symbols for ros-jazzy-sbg-driver Build-Ids: 192cd7c5369a19f170802c209075a7c98f32bd7a 1d95afec17a249b1592bffa47b06dc291b33d519 2521810a370731b2699a262babbc2ced3305e972 29722077a9a29dc2a0c651fcc5b5488056b835c4 2b294388cf2bf9e039e7e26fb2c6ea59dd8b537d 4401f9ca0b90e3807ce96d9098d5bada114ca1a7 4f4befccb369461a8b9ca56af4fe620b2ad08832 8e1f5e11a619468ed3de41a248fde028ea0cc674 932c3316e0ace622c5bee23ffa066c629eaade7d 9940cbb56e978500f604e43e64a3a7b3f69a4d6c a630e59948b5dfa3449ec6edd705d3b92aed1d04 cfeeacb17ca9a607afbeb1c602efd27fb9472d76 fd8b46a59fbc0a741ec40b24c6c93ccc561809fd Package: ros-jazzy-scenario-execution Version: 1.4.0-1noble.20260305.205331 Architecture: arm64 Maintainer: Frederik Pasch Installed-Size: 2086 Depends: python3-antlr4, python3-yaml, ros-jazzy-py-trees, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-scenario-execution/ros-jazzy-scenario-execution_1.4.0-1noble.20260305.205331_arm64.deb Size: 259928 SHA256: e144509f66cb3d09574e9e10ee419cb5a263eabbec88377fe5438280ad976e76 SHA1: c7ebf26290fdbb56f1b5cd46a2c3582dc0e8f09a MD5sum: 0035166c403e23ec09e64c228f089f64 Description: Scenario Execution Package: ros-jazzy-scenario-execution-control Version: 1.4.0-1noble.20260520.011033 Architecture: arm64 Maintainer: Frederik Pasch Installed-Size: 78 Depends: ros-jazzy-rclpy, ros-jazzy-scenario-execution, ros-jazzy-scenario-execution-interfaces, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-scenario-execution-control/ros-jazzy-scenario-execution-control_1.4.0-1noble.20260520.011033_arm64.deb Size: 14562 SHA256: 4435b9bfc80613c2f97ec3fdf536d622dba0b94e83679bd39d5910f4d3506770 SHA1: f2fb04e1bafb5fcf41aca0d66fd56367d5ba75ee MD5sum: 7539190b88a3523f6394375245518e00 Description: Scenario Execution Control Package: ros-jazzy-scenario-execution-coverage Version: 1.4.0-1noble.20260305.225024 Architecture: arm64 Maintainer: Frederik Pasch Installed-Size: 126 Depends: ros-jazzy-scenario-execution, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-scenario-execution-coverage/ros-jazzy-scenario-execution-coverage_1.4.0-1noble.20260305.225024_arm64.deb Size: 18132 SHA256: 992e178ce3cf941e41351a593a5188252a578870c261b6a59343be3ba1af8678 SHA1: cfe8e2ab60f43578e8743f27f6572e50a867914b MD5sum: 7e493d1df75185b06f0088247c2a9350 Description: Robotics Scenario Execution Coverage Tools Package: ros-jazzy-scenario-execution-dataops Version: 1.4.0-1noble.20260305.225024 Architecture: arm64 Maintainer: Frederik Pasch Installed-Size: 70 Depends: libyaml-dev, ros-jazzy-scenario-execution, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-scenario-execution-dataops/ros-jazzy-scenario-execution-dataops_1.4.0-1noble.20260305.225024_arm64.deb Size: 11576 SHA256: ca2d62b6e6c7ee50475dc8633cd1b4e9cbdfba0dbc4da592eb59c1eea29dc0dc SHA1: f9e27b08d262fee9ae3dbafb5648344781ac445a MD5sum: b0f70daf8e6736905a1dc941fbd7a1d7 Description: Scenario Execution library for data operations Package: ros-jazzy-scenario-execution-gazebo Version: 1.4.0-1noble.20260520.043428 Architecture: arm64 Maintainer: Frederik Pasch Installed-Size: 124 Depends: python3-defusedxml, python3-transforms3d, ros-jazzy-py-trees, ros-jazzy-rclpy, ros-jazzy-scenario-execution-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-scenario-execution-gazebo/ros-jazzy-scenario-execution-gazebo_1.4.0-1noble.20260520.043428_arm64.deb Size: 25226 SHA256: 977be73c5a4ee5ba6cf121a4614fc170d5258736fdf56f4e561fbd7bcb736af7 SHA1: c3befe4c5ba267c46f2b57e795c7330e48ccdb53 MD5sum: 4747f34e8375d7506e145177bc5174ce Description: Scenario Execution library for Gazebo Package: ros-jazzy-scenario-execution-interfaces Version: 1.4.0-1noble.20260519.190521 Architecture: arm64 Maintainer: Frederik Pasch Installed-Size: 1660 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-scenario-execution-interfaces/ros-jazzy-scenario-execution-interfaces_1.4.0-1noble.20260519.190521_arm64.deb Size: 105686 SHA256: 20a76d9bc81047219f99cf7672c1785d0a921eee2672510b2a8a3023ff9d67ca SHA1: ea7b2cc857e2be7372211cb446b8039af253868d MD5sum: 7a8bba8246d843e015053aed5edea079 Description: ROS2 Interfaces for Scenario Execution Package: ros-jazzy-scenario-execution-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-scenario-execution-interfaces Version: 1.4.0-1noble.20260519.190521 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Frederik Pasch Installed-Size: 1007 Depends: ros-jazzy-scenario-execution-interfaces (= 1.4.0-1noble.20260519.190521) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-scenario-execution-interfaces/ros-jazzy-scenario-execution-interfaces-dbgsym_1.4.0-1noble.20260519.190521_arm64.deb Size: 733306 SHA256: 9214e30a3d71d88cc9372ecca9cc01b7c1fb0a03146ded50f7667d3b8f79a863 SHA1: 40e574b57f726edc3c19b6f435824b3b9b50cd65 MD5sum: 6533f118708209a7340965914608cab7 Description: debug symbols for ros-jazzy-scenario-execution-interfaces Build-Ids: 0737a39298aeb91153216833d5ad364ac9141771 0f237cccf94cb2fbd4829aeb65a0e277c2e872d1 1a19e35bd04ee5a0d23e06470220e202bfabe836 3ba2f5b598eea989e5ec4456b2545a626000933f 4c34cb0759de74c07c607862b614c68140de9679 599542fd3933c7f83180bd0f6311087801333e3c 5d4325a31937b3f5e09d89dab0ebe56c40b2fdb7 68d505ef520ccf11133002dab22dc2afc936ced6 9735b3a53876a4587f0c58c788c0329f526e7c75 be91258659afcd0d93c7aa035aefbefda8357481 f20d5c187bbb1403a1491e62cffb84bdbb7d6849 Package: ros-jazzy-scenario-execution-nav2 Version: 1.4.0-1noble.20260520.043059 Architecture: arm64 Maintainer: Frederik Pasch Installed-Size: 93 Depends: ros-jazzy-geometry-msgs, ros-jazzy-lifecycle-msgs, ros-jazzy-nav2-msgs, ros-jazzy-nav2-simple-commander, ros-jazzy-rclpy, ros-jazzy-scenario-execution-ros, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-scenario-execution-nav2/ros-jazzy-scenario-execution-nav2_1.4.0-1noble.20260520.043059_arm64.deb Size: 16216 SHA256: 300e5a5d8d893a593641e55bd047b03a968392d56b63365c213fd1761bf293bc SHA1: a8a6f33dfe6c33137d2b79b6b8cb043b3f2d3c89 MD5sum: 94feebe0d0dadec37885c564106351a1 Description: Scenario Execution library for Nav2 Package: ros-jazzy-scenario-execution-network Version: 1.4.0-1noble.20260305.225058 Architecture: arm64 Maintainer: Frederik Pasch Installed-Size: 49 Depends: ros-jazzy-scenario-execution, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-scenario-execution-network/ros-jazzy-scenario-execution-network_1.4.0-1noble.20260305.225058_arm64.deb Size: 6620 SHA256: 825f2dae5bf6f2968b9b7a2e475c7ba47202fc8c56facb266e10d70f28de776f SHA1: 218883f271f32b9ecc9172ea6ed74c62c1f3b96a MD5sum: 1f73bb9241fb0a91fb477e217023ff83 Description: Scenario Execution library for network functionality Package: ros-jazzy-scenario-execution-os Version: 1.4.0-1noble.20260305.225200 Architecture: arm64 Maintainer: Frederik Pasch Installed-Size: 72 Depends: ros-jazzy-scenario-execution, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-scenario-execution-os/ros-jazzy-scenario-execution-os_1.4.0-1noble.20260305.225200_arm64.deb Size: 10208 SHA256: 92143ab6f40c918bc6e3b88889931a8ba3e91b9d69fea779d7efcbe0863b63d8 SHA1: 7dc5e27034c0da5a7ca89fb3e185067c6c193cae MD5sum: 840367da47ef2fdbc3251edfef739777 Description: Scenario Execution library for OS interactions Package: ros-jazzy-scenario-execution-ros Version: 1.4.0-1noble.20260520.042551 Architecture: arm64 Maintainer: Frederik Pasch Installed-Size: 606 Depends: python3-transforms3d, ros-jazzy-py-trees, ros-jazzy-py-trees-ros, ros-jazzy-py-trees-ros-interfaces, ros-jazzy-rcl-interfaces, ros-jazzy-rclpy, ros-jazzy-scenario-execution, ros-jazzy-visualization-msgs, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-scenario-execution-ros/ros-jazzy-scenario-execution-ros_1.4.0-1noble.20260520.042551_arm64.deb Size: 94648 SHA256: 0a3e6491b3f7811b9b335c27c66e705147bed418e1c437cb7f77bfaeaed15dec SHA1: 56b31c7acc9e6c1240c81639025143d31771c436 MD5sum: 97625b00133af6a69961f5db7b21cf19 Description: Scenario Execution for ROS Package: ros-jazzy-scenario-execution-rviz Version: 1.4.0-1noble.20260520.000307 Architecture: arm64 Maintainer: Frederik Pasch Installed-Size: 714 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.5.0), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libqt5gui5t64, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-py-trees-ros-interfaces, ros-jazzy-rclcpp, ros-jazzy-rviz-common, ros-jazzy-scenario-execution-interfaces, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-scenario-execution-rviz/ros-jazzy-scenario-execution-rviz_1.4.0-1noble.20260520.000307_arm64.deb Size: 160080 SHA256: 649ab7433b70b381158160250b263ee9f6809781741f908cf5a5b35001db1032 SHA1: e1a7f02835a96db0ba4071934815954f2faa0373 MD5sum: 3b953ba3a379ce115009dab1fd069a1f Description: The scenario_execution_rviz package Package: ros-jazzy-scenario-execution-rviz-dbgsym Package-Type: ddeb Source: ros-jazzy-scenario-execution-rviz Version: 1.4.0-1noble.20260520.000307 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Frederik Pasch Installed-Size: 5657 Depends: ros-jazzy-scenario-execution-rviz (= 1.4.0-1noble.20260520.000307) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-scenario-execution-rviz/ros-jazzy-scenario-execution-rviz-dbgsym_1.4.0-1noble.20260520.000307_arm64.deb Size: 4764578 SHA256: c3bffcce1be9ae5200002c29793ae5d9405be275ab5387969d2518dca20bc89b SHA1: de2fb46298c8936e099810cbef1616fb88bef759 MD5sum: 6e73416fe38f49cf0815098075ea1133 Description: debug symbols for ros-jazzy-scenario-execution-rviz Build-Ids: c79575a19acaf3038c1e1c49a2f09e6a6dbeb756 Package: ros-jazzy-scenario-execution-sim Version: 1.4.0-1noble.20260520.043207 Architecture: arm64 Maintainer: Frederik Pasch Installed-Size: 159 Depends: python3-defusedxml, python3-transforms3d, ros-jazzy-py-trees, ros-jazzy-rclpy, ros-jazzy-scenario-execution-ros, ros-jazzy-simulation-interfaces, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-scenario-execution-sim/ros-jazzy-scenario-execution-sim_1.4.0-1noble.20260520.043207_arm64.deb Size: 16834 SHA256: 9f05c49e2fb2fde660e7bc985dc2c499d56f89c71fe88a616d96de13ed715f3f SHA1: 2cee32c4f8590a13925daba36a847d303b41daf9 MD5sum: 0e5d5766dcfe66bdd70ed3a0a9ef676e Description: Scenario Execution library for Simulation Package: ros-jazzy-scenario-execution-x11 Version: 1.4.0-1noble.20260305.225020 Architecture: arm64 Maintainer: Frederik Pasch Installed-Size: 49 Depends: ffmpeg, libavcodec-dev, libavformat-dev, libavutil-dev, libswscale-dev, ros-jazzy-scenario-execution, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-scenario-execution-x11/ros-jazzy-scenario-execution-x11_1.4.0-1noble.20260305.225020_arm64.deb Size: 6934 SHA256: bb0b423ae1c9a8809ee7dc339fe4880753673d4936e30b76156ec6bafcefe937 SHA1: b6291d318110f57cf6ac20947c1265d9dd55ae80 MD5sum: c712f5c1ce994dd52d1a0ecca3fb8e4e Description: Scenario Execution library for X11 Package: ros-jazzy-sdformat-test-files Version: 1.0.2-1noble.20260305.203248 Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 564 Depends: cmake, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sdformat-test-files/ros-jazzy-sdformat-test-files_1.0.2-1noble.20260305.203248_arm64.deb Size: 75328 SHA256: c7924431696621aadcf3b5df5f3e77700c127b87e759e8db847189c5c964c0f2 SHA1: 26bb7a1634cf96a0c002b217f90bbb301b6b89bb MD5sum: ab60da9863ee4378da993cb8a3754ed8 Description: Example SDFormat XML files for testing tools using hthis format. Package: ros-jazzy-sdformat-urdf Version: 1.0.2-1noble.20260519.012709 Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 264 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-gz-math-vendor, ros-jazzy-sdformat-vendor, liburdfdom-headers-dev, ros-jazzy-ament-cmake-ros, ros-jazzy-pluginlib, ros-jazzy-rcutils, ros-jazzy-tinyxml2-vendor, ros-jazzy-urdf, ros-jazzy-urdf-parser-plugin, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sdformat-urdf/ros-jazzy-sdformat-urdf_1.0.2-1noble.20260519.012709_arm64.deb Size: 45268 SHA256: 4f49fd94525205951302443e5a5f2eb8e5146ad0d7c8948d6f7e13488bd286cf SHA1: f69587c7cabe83f40884092a53ffc1175d83f1cc MD5sum: 598b2a31e65a8b4216bfd0ec6898504f Description: URDF plugin to parse SDFormat XML into URDF C++ DOM objects. Package: ros-jazzy-sdformat-urdf-dbgsym Package-Type: ddeb Source: ros-jazzy-sdformat-urdf Version: 1.0.2-1noble.20260519.012709 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 753 Depends: ros-jazzy-sdformat-urdf (= 1.0.2-1noble.20260519.012709) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sdformat-urdf/ros-jazzy-sdformat-urdf-dbgsym_1.0.2-1noble.20260519.012709_arm64.deb Size: 678732 SHA256: 1fe5137dee6ae21ce7c3c408d9e882e415c64f7af6d1339bb0a76a83919ee9a1 SHA1: bd4b02e455416bc738f0591013e7083e41536fe0 MD5sum: 6aad5af4dd2cab40acda98b3478c6a92 Description: debug symbols for ros-jazzy-sdformat-urdf Build-Ids: 82a091b2de3a51f7388abddabae81ee5c733a4c1 b59c327dff3bf8f60de651f785a065ab377517dd Package: ros-jazzy-sdformat-vendor Version: 0.0.11-1noble.20260422.170710 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 7296 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-gz-math-vendor, ros-jazzy-gz-utils-vendor, ros-jazzy-urdfdom, libtinyxml2-dev, pybind11-dev, ros-jazzy-gz-cmake-vendor, ros-jazzy-gz-tools-vendor, ros-jazzy-ros-workspace Homepage: https://github.com/gazebosim/sdformat Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sdformat-vendor/ros-jazzy-sdformat-vendor_0.0.11-1noble.20260422.170710_arm64.deb Size: 731000 SHA256: 47032c329880f61eebc4d4bfaec3d4b83a630134e27544dd582cd04df8307f05 SHA1: 5a957c7d5e100209827e5a1dc3b15567f8a0e8b9 MD5sum: f9bf9c78725340f702d3930c4e54dfc3 Description: Vendor package for: sdformat14 14.9.0 SDFormat is an XML file format that describes environments, objects, and robots in a manner suitable for robotic applications Package: ros-jazzy-sdformat-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-sdformat-vendor Version: 0.0.11-1noble.20260422.170710 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 14019 Depends: ros-jazzy-sdformat-vendor (= 0.0.11-1noble.20260422.170710) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sdformat-vendor/ros-jazzy-sdformat-vendor-dbgsym_0.0.11-1noble.20260422.170710_arm64.deb Size: 13113432 SHA256: 7d3eaee81dd676d8e0f7213da47fd1c67b0038aa55dd2faeb259a6e4c6535cf8 SHA1: 4b3d2a0696ffa7ff7f1ca28eb840d486b758ab16 MD5sum: 224f007323d9a926df7589a7b7c1de83 Description: debug symbols for ros-jazzy-sdformat-vendor Build-Ids: 8169ca2e68d39cffe081ad709c2d4f4453179f4a Package: ros-jazzy-sdl2-vendor Version: 3.3.0-3noble.20260305.221815 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 44 Depends: libsdl2-dev, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sdl2-vendor/ros-jazzy-sdl2-vendor_3.3.0-3noble.20260305.221815_arm64.deb Size: 6004 SHA256: 76b322af0a094cdd3083a3138fbd0e28ead8df399504eb058c571736dc1de64c SHA1: f27a755f61dbf8483cc99e2012ab910e5d6723a7 MD5sum: c54693166ed0f548d3e0fcd9a782e6ea Description: Vendor library for SDL2. Package: ros-jazzy-self-test Version: 4.2.6-1noble.20260520.010109 Architecture: arm64 Maintainer: Austin Hendrix Installed-Size: 317 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-diagnostic-msgs, ros-jazzy-diagnostic-updater, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/self_test Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-self-test/ros-jazzy-self-test_4.2.6-1noble.20260520.010109_arm64.deb Size: 57538 SHA256: e50c7eb0dd40656f0ea932ba1629e079c1a446fe54e23a12636ded28de5e3279 SHA1: d1b93873c5bb0fc3b25800418e6220d8748c0637 MD5sum: 769e44f243e18ea7790a17041dfe336a Description: self_test Package: ros-jazzy-self-test-dbgsym Package-Type: ddeb Source: ros-jazzy-self-test Version: 4.2.6-1noble.20260520.010109 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Austin Hendrix Installed-Size: 1162 Depends: ros-jazzy-self-test (= 4.2.6-1noble.20260520.010109) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-self-test/ros-jazzy-self-test-dbgsym_4.2.6-1noble.20260520.010109_arm64.deb Size: 1058344 SHA256: e817eccc57f321b2318a688de8b0887700eec9e52b192e525508734aca53b518 SHA1: 66035764d9dc7031e0a4a694438592bf53c0be50 MD5sum: 9558ec91dc54699bd2dfd68b5c10a957 Description: debug symbols for ros-jazzy-self-test Build-Ids: 0b40435347025a3c624c4b6d5fca7a55d5b3df45 3798b2d6ff7afeaed6dc3705a109b5f2115584e4 Package: ros-jazzy-sensor-msgs Version: 5.3.7-1noble.20260519.190536 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 5513 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sensor-msgs/ros-jazzy-sensor-msgs_5.3.7-1noble.20260519.190536_arm64.deb Size: 388000 SHA256: 346015416eb6f4c835f2e296caeb40d367479aeeac3585d96ed65607ca865547 SHA1: 8522852aa6d46b1a194466a1d83a7c54bd79c1a7 MD5sum: 97cf54bbaa39cbb76f8333329a855d2a Description: A package containing some sensor data related message and service definitions. Package: ros-jazzy-sensor-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-sensor-msgs Version: 5.3.7-1noble.20260519.190536 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tully Foote Installed-Size: 4243 Depends: ros-jazzy-sensor-msgs (= 5.3.7-1noble.20260519.190536) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sensor-msgs/ros-jazzy-sensor-msgs-dbgsym_5.3.7-1noble.20260519.190536_arm64.deb Size: 3337574 SHA256: e7349963206da71cfe88734bab6ccc0a856e87c81c06fefed4c417c085d44e5a SHA1: 2c753a6a6586366717617a3a3f40dc3704aae6cd MD5sum: fd2240c315b39972a8a05015720f31b2 Description: debug symbols for ros-jazzy-sensor-msgs Build-Ids: 01406c8a458fb871bb6dab475aaf497a31b863d6 6e9efee9518f56004fc384c62cf694b99a139cbb 752c03aa825645a830db57f07a784672152e9bfa 9881dba7728b56843afc5786f3d5cb7cddfa8a2e a0d97d7f668c8b08dd22af7e2d674d9f05cbc430 dc47c6d8c526d1e825662907362098ffcf5bbe95 df307be402e4a1fa03e9b8f1a9aa842045060337 e36b6e822170cb4bdf274d5567000e89f4893281 ed564175211db6caa91ab594b7889e4b0b9bebb3 f1b7471cfc348bd5fee4cbec07d2cef8698a88ac f2e032fd87e57f1a6fe787a16dbab1f1b668749f Package: ros-jazzy-sensor-msgs-py Version: 5.3.7-1noble.20260519.200330 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 72 Depends: python3-numpy, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sensor-msgs-py/ros-jazzy-sensor-msgs-py_5.3.7-1noble.20260519.200330_arm64.deb Size: 16530 SHA256: 1a976d36f90df6dc74792aa85254a4ada8206bcc8305beb2020133d0ba57273d SHA1: 4fea3bdc71f27482c99e88e641bfcc7ea48c5a2a MD5sum: b1640d2bc87ab62610b0b50f3f4f128a Description: A package for easy creation and reading of PointCloud2 messages in Python. Package: ros-jazzy-septentrio-gnss-driver Version: 1.4.6-1noble.20260520.002722 Architecture: arm64 Maintainer: Tibor Dome Installed-Size: 9634 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgeographiclib26 (>= 1.43), libpcap0.8t64 (>= 0.9.8), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-jazzy-fastcdr, libboost-all-dev, libgeographiclib-dev, libpcap0.8-dev, ros-jazzy-ament-cmake-ros, ros-jazzy-diagnostic-msgs, ros-jazzy-geometry-msgs, ros-jazzy-gps-msgs, ros-jazzy-gtest-vendor, ros-jazzy-nav-msgs, ros-jazzy-nmea-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-tf2, ros-jazzy-tf2-eigen, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://github.com/septentrio-gnss/septentrio_gnss_driver Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-septentrio-gnss-driver/ros-jazzy-septentrio-gnss-driver_1.4.6-1noble.20260520.002722_arm64.deb Size: 977136 SHA256: d96eab0c37fa4641958505a1d3894f53f406cade6000830f20e43ea60fb8c1ef SHA1: 2ff50c5637d7a3f8ba5e0ac0eed46ef1ad604c3d MD5sum: ad98970f67f2ae2cf133ceb7bd8e4b09 Description: ROSaic: C++ driver for Septentrio's GNSS and INS receivers Package: ros-jazzy-septentrio-gnss-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-septentrio-gnss-driver Version: 1.4.6-1noble.20260520.002722 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tibor Dome Installed-Size: 28640 Depends: ros-jazzy-septentrio-gnss-driver (= 1.4.6-1noble.20260520.002722) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-septentrio-gnss-driver/ros-jazzy-septentrio-gnss-driver-dbgsym_1.4.6-1noble.20260520.002722_arm64.deb Size: 25276354 SHA256: fa7135c367f1355f26cff7a714129cba94caef60da5314cee3ab32a4676cfda4 SHA1: 2b29aa9a7b8668cce9c33ab83197958f49f98bb9 MD5sum: 68dca1835a3cb022b55cd7b1ebdb4f54 Description: debug symbols for ros-jazzy-septentrio-gnss-driver Build-Ids: 3f2c7b0ac3dbe1a7debf1e4f1c357d21ec4e1fba 414b4fa2171cfc91821cd737ae301237ab2fdbde 6e6d30187c6ec5f6ed75d28f2ee2ac223437121b 945258d227858eb9b31bc0cfdaa631d7a1633ee8 9c30e9369a7c0afdbbdc9ec68057705a93bd65af 9da5c69b4aa25961fda8171287042d960a1caa4a 9dd7f93abfa7da2d12652bb2456d8597663c42d9 a68b64b21ad300d736467e064c60ad925fa42c57 a68e2bd94b5ce4b9f97baef0118e5489ac8d5a79 b4793b42e37c7dee7cee84befdae83a26faf25cd bfa7b02ead567ed904e6112095ccf3c73a0d9876 e317917d31fca42b77e5a6f511f26a435d2bc7b2 f7b3a5022b8347b9afb08a1da9e37c72cfa11512 Package: ros-jazzy-serial-driver Version: 1.2.0-4noble.20260519.230253 Architecture: arm64 Maintainer: Joshua Whitley Installed-Size: 864 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libasio-dev, ros-jazzy-io-context, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclcpp-lifecycle, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-serial-driver/ros-jazzy-serial-driver_1.2.0-4noble.20260519.230253_arm64.deb Size: 159904 SHA256: 6d2df4d2415141d00ca4f87f79ccaac0f795f41160bfd1d282a71bb386a97e65 SHA1: f5adfafc5152555c6a26b4748e5dba6e15970fd0 MD5sum: d3d3bcc0bf86b44d979c17f32248b970 Description: A template class and associated utilities which encapsulate basic reading from serial ports Package: ros-jazzy-serial-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-serial-driver Version: 1.2.0-4noble.20260519.230253 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Joshua Whitley Installed-Size: 3213 Depends: ros-jazzy-serial-driver (= 1.2.0-4noble.20260519.230253) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-serial-driver/ros-jazzy-serial-driver-dbgsym_1.2.0-4noble.20260519.230253_arm64.deb Size: 2723716 SHA256: 41199a4377657851cf14f7f4d0ffd68280bd8c38c8dea249c8c07ac1795bb432 SHA1: 2f98f03a3d1ca63ef69044fd4b938ed5ebddfe0b MD5sum: eb8829c9060bc66ab5e5be42a0d5cd04 Description: debug symbols for ros-jazzy-serial-driver Build-Ids: 1ef1dbb629e1b5a2943e7caf4726b2ca8db003ed 8da41b1fdd3d9684a47b4e26bfc0d10c31a3bfc0 ea34fcdf600bd93810b857a2f5e46e5952f099fe Package: ros-jazzy-service-msgs Version: 2.0.4-1noble.20260519.020744 Architecture: arm64 Maintainer: "Jacob Perron" Installed-Size: 1017 Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-core-runtime, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/service_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-service-msgs/ros-jazzy-service-msgs_2.0.4-1noble.20260519.020744_arm64.deb Size: 45708 SHA256: d461ad52a00fded38708a81ded36593d2d02667a31e48166fef0bfffde2f0b80 SHA1: 23066ec263b36109db64bac976e72d986e922499 MD5sum: b99a8d10c8eef308c40d58d0bbaa4ba8 Description: Messages definitions common among all ROS services Package: ros-jazzy-service-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-service-msgs Version: 2.0.4-1noble.20260519.020744 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jacob Perron" Installed-Size: 288 Depends: ros-jazzy-service-msgs (= 2.0.4-1noble.20260519.020744) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-service-msgs/ros-jazzy-service-msgs-dbgsym_2.0.4-1noble.20260519.020744_arm64.deb Size: 179316 SHA256: 987c5fc4aae5c4133863bdc0878ba78555d98cc5ff81bce3d885ff99b9186669 SHA1: 308c071ddee56c1e2cf3e729a485702647d12c86 MD5sum: 51ee31ef8433d22ad0d7709195b8f1d0 Description: debug symbols for ros-jazzy-service-msgs Build-Ids: 16a1d252120e16b53059586da9efd15038969c6a 34c28aef27de2f01d196ae59f46f8a1f22c1b42b 588b285ca61ac2d9b2daa3d4319edcd0387f4786 757341a154edee54b0ec12ab0fa634c1fe089a57 7c2cf5680b4ded9ffc140a3ec233a1c061807362 a7ceef6a43b5b6fc2e95a86f84e017e544d56449 af90d4801057697ac205faa194265eba3fffe0f4 b2969feda0eb62c1a38916000519266849317946 b6d1cefc52b83ae382fd48569518a083efc30c35 f922dc9e2450ab1706223e282c2fd11944485a01 fda6ccb5c39202a2d04af2304cf619a75162342c Package: ros-jazzy-shape-msgs Version: 5.3.7-1noble.20260519.193645 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 1315 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-shape-msgs/ros-jazzy-shape-msgs_5.3.7-1noble.20260519.193645_arm64.deb Size: 82236 SHA256: 94f0b50e351e4bd0c07d670562ded0cad9c37c04735ae8211e9a2e112a273d34 SHA1: e5562e2591e942c61da697b0abccd619e7988798 MD5sum: 97a8fa5bdeb2d58bbbe69ee3600c8579 Description: A package containing some message definitions which describe geometric shapes. Package: ros-jazzy-shape-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-shape-msgs Version: 5.3.7-1noble.20260519.193645 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tully Foote Installed-Size: 677 Depends: ros-jazzy-shape-msgs (= 5.3.7-1noble.20260519.193645) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-shape-msgs/ros-jazzy-shape-msgs-dbgsym_5.3.7-1noble.20260519.193645_arm64.deb Size: 494904 SHA256: cc60706931622b1a3824292983d3c5173ff54d918163d3266227b8e627175e66 SHA1: 0ceba51e7d1438478e704e594912aba3ebb0a298 MD5sum: 391ed04b7ae9894e94ad6f42f9cd6005 Description: debug symbols for ros-jazzy-shape-msgs Build-Ids: 0236b0a0e9b08dc9670f85b94741fdac07a1a39f 0cdd1317b76958fb7b2e991ea54e96bd0e8c4fa8 2d558233a4f9f94514731fbdb09ec7452973a8ad 424b0c714c219772ee17f679d876bfe9cb8a4646 452a5effde357c7c95f37e1de6a5e3e2cda5d953 47f3b35eefe78e457bfba9af95ce74ec7b1ebaa1 6a8ba2fd7645b3847748bf84cd95d23b49c5569e 82c2f7029ae31a79f960cd9f58eea95b3f11698c 89f855ac04ed5f562914f59ce65854dd386f5539 e85a3d23197447b5809b6badd387de9e7e399549 fadd58d6fe24197be445bc08c366ca0219bdde48 Package: ros-jazzy-shared-queues-vendor Version: 0.26.10-2noble.20260408.222332 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 98 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-shared-queues-vendor/ros-jazzy-shared-queues-vendor_0.26.10-2noble.20260408.222332_arm64.deb Size: 19700 SHA256: 7b2c11872977e640fc99a09a3acf4a7a6cfaa3fb1606d5ae9fa4404422b97abf SHA1: cf164d628526032c7917ff7549c6b0acd723a8bc MD5sum: 8e18d1cbb9e21be6a78259bd9d38bac5 Description: Vendor package for concurrent queues from moodycamel Package: ros-jazzy-sick-safetyscanners-base Version: 1.0.3-1noble.20260305.203351 Architecture: arm64 Maintainer: Lennart Puck Installed-Size: 1183 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-chrono-dev, libboost-system-dev, libboost-thread-dev, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sick-safetyscanners-base/ros-jazzy-sick-safetyscanners-base_1.0.3-1noble.20260305.203351_arm64.deb Size: 194582 SHA256: 2692ca74df9a26bc711add4e6389306efccdfdfeb99fbde9dd904ae709e3a2c0 SHA1: f083971d4ce150ef9cdc136e84d1b9efa7c2fb4a MD5sum: 27357043107c14ac62db3f10a915a255 Description: Provides an Interface to read the sensor output of a SICK Safety Scanner Package: ros-jazzy-sick-safetyscanners-base-dbgsym Package-Type: ddeb Source: ros-jazzy-sick-safetyscanners-base Version: 1.0.3-1noble.20260305.203351 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Lennart Puck Installed-Size: 9505 Depends: ros-jazzy-sick-safetyscanners-base (= 1.0.3-1noble.20260305.203351) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sick-safetyscanners-base/ros-jazzy-sick-safetyscanners-base-dbgsym_1.0.3-1noble.20260305.203351_arm64.deb Size: 8090796 SHA256: f755a7c3ad943a44d9bf621398d1e92877da25f2b8f8f0f00dcbdce8571b849c SHA1: 318a9c530005dc07e2bd6893c418a42160931aff MD5sum: 1f5ca6c86b53163bea9dab3347ef02e6 Description: debug symbols for ros-jazzy-sick-safetyscanners-base Build-Ids: 24527c089653554a9b8db6c55faf67d2ffd99472 Package: ros-jazzy-sick-safetyscanners2 Version: 1.0.4-1noble.20260520.140716 Architecture: arm64 Maintainer: Lennart Puck Installed-Size: 1998 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-all-dev, ros-jazzy-diagnostic-updater, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-robot-state-publisher, ros-jazzy-rviz2, ros-jazzy-sensor-msgs, ros-jazzy-sick-safetyscanners-base, ros-jazzy-sick-safetyscanners2-interfaces, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sick-safetyscanners2/ros-jazzy-sick-safetyscanners2_1.0.4-1noble.20260520.140716_arm64.deb Size: 387602 SHA256: da37b1c5b1e695367da7d4ef5220022b38a40c591bb08be0028ac86277b55ad9 SHA1: b12523f771a96b79fc4c4709a7f13718086def38 MD5sum: 09c5d38974bd4c16533a230918d6d6e5 Description: ROS2 Driver for the SICK safetyscanners Package: ros-jazzy-sick-safetyscanners2-dbgsym Package-Type: ddeb Source: ros-jazzy-sick-safetyscanners2 Version: 1.0.4-1noble.20260520.140716 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Lennart Puck Installed-Size: 7356 Depends: ros-jazzy-sick-safetyscanners2 (= 1.0.4-1noble.20260520.140716) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sick-safetyscanners2/ros-jazzy-sick-safetyscanners2-dbgsym_1.0.4-1noble.20260520.140716_arm64.deb Size: 6459674 SHA256: a0b692edee08895d35c6a01d9c377ac2d874f6bcd12a83db068ff0e502e582b0 SHA1: ce026fb68f61b4592209b26d5a4ac05261647a56 MD5sum: d9c0ba1c36931ccc828bccfc2d291a57 Description: debug symbols for ros-jazzy-sick-safetyscanners2 Build-Ids: 147f6e9bedfa01223a069db0a81dada2f436b64b 411173d440d6501924305a2f9537813785bfad8f Package: ros-jazzy-sick-safetyscanners2-interfaces Version: 1.0.0-1noble.20260519.193538 Architecture: arm64 Maintainer: Lennart Puck Installed-Size: 4013 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sick-safetyscanners2-interfaces/ros-jazzy-sick-safetyscanners2-interfaces_1.0.0-1noble.20260519.193538_arm64.deb Size: 267986 SHA256: b7f077de389c5e4babe61ecf572d82f35bb3548a9da1625dc1db59843be32064 SHA1: d94272b34a9f0c4541f6066e3aa9be6333281773 MD5sum: 700bd60fa19c1e704c204e9c0d1cc6d2 Description: Interfaces for the sick_safetyscanners ros2 driver Package: ros-jazzy-sick-safetyscanners2-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-sick-safetyscanners2-interfaces Version: 1.0.0-1noble.20260519.193538 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Lennart Puck Installed-Size: 2906 Depends: ros-jazzy-sick-safetyscanners2-interfaces (= 1.0.0-1noble.20260519.193538) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sick-safetyscanners2-interfaces/ros-jazzy-sick-safetyscanners2-interfaces-dbgsym_1.0.0-1noble.20260519.193538_arm64.deb Size: 2272700 SHA256: 1835e337ad13645e50b916508f79076274fe0b24dbcbeb65f2452d58eda70f0c SHA1: 577ce86c2c3f23ddf32753dacb62caca7e9fcbee MD5sum: 0ab91a131577b5e433ababea05f39f3d Description: debug symbols for ros-jazzy-sick-safetyscanners2-interfaces Build-Ids: 1d89cfb724e1ead64867924a68dff4a3d81172f5 2880ada46c40cda25fb9baae404d7ea64f08f208 44345a9f62d7f2eb1a4e328cae94ddf7e1e4d830 5062f3dd10d19017f62490f2ac0a710cd819893a 6e38f2396c045b54a724fc3eb69d30dd60e05bee 7708a1f86b131cc0e63b95b8889ab664e08ebed2 8d91c6f2881fe114c7e8e460f83308a6377b26b2 8daf506c9815da7c1b70fa2ffaedb3c7376b3df9 905b86e17255526131c7181f929443eaec60a8bf af3a77a6f0236a779775e85a28414c0e81dd8f27 fb8b118a2f488a27019e9625d92045892020c153 Package: ros-jazzy-sick-safevisionary-base Version: 1.0.1-3noble.20260305.203519 Architecture: arm64 Maintainer: Marvin Grosse Besselmann Installed-Size: 463 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sick-safevisionary-base/ros-jazzy-sick-safevisionary-base_1.0.1-3noble.20260305.203519_arm64.deb Size: 103048 SHA256: 00b771afaa98bd28b20f722e64f94075038ba7cb643f52c16b1a96bce332067d SHA1: 2388d56415f46fff9450574744be78444f61b3fd MD5sum: c917483b38e851b9d43f2ef7e71f5bd5 Description: The package provides the basic hardware interface to the SICK Safevisionary sensor Package: ros-jazzy-sick-safevisionary-base-dbgsym Package-Type: ddeb Source: ros-jazzy-sick-safevisionary-base Version: 1.0.1-3noble.20260305.203519 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Marvin Grosse Besselmann Installed-Size: 867 Depends: ros-jazzy-sick-safevisionary-base (= 1.0.1-3noble.20260305.203519) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sick-safevisionary-base/ros-jazzy-sick-safevisionary-base-dbgsym_1.0.1-3noble.20260305.203519_arm64.deb Size: 767444 SHA256: 9bfd1a6087c0f71a335ab68d31ac1dc63bb4136b1c18f6c52bf6f9732bebcbd3 SHA1: 8957f1a6f0673196543642454c2e490d59c7b9cb MD5sum: 5abf76e19d8dcbaa7e15bd64adba12a8 Description: debug symbols for ros-jazzy-sick-safevisionary-base Build-Ids: 44ab11d7fcf24aeedff875aa29ca615808779ffb Package: ros-jazzy-sick-safevisionary-driver Version: 1.0.5-1noble.20260519.232631 Architecture: arm64 Maintainer: "Christian Eichmann" Installed-Size: 757 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libboost-dev, ros-jazzy-cv-bridge, ros-jazzy-lifecycle-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-sensor-msgs, ros-jazzy-sick-safevisionary-base, ros-jazzy-sick-safevisionary-interfaces, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/sick_safevisionary_driver/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sick-safevisionary-driver/ros-jazzy-sick-safevisionary-driver_1.0.5-1noble.20260519.232631_arm64.deb Size: 153012 SHA256: 90afa8119b03ff6a801967038cd95028f9ca1c7073235d43015d9cd664f31c98 SHA1: 216fc7cb29362ccea7a79599e95c89eab275ee7f MD5sum: e254b45583fba62a2cb4001865204884 Description: Provides an interface to read the sensor output of a SICK safeVisionary sensor in ROS 2 Package: ros-jazzy-sick-safevisionary-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-sick-safevisionary-driver Version: 1.0.5-1noble.20260519.232631 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Christian Eichmann" Installed-Size: 4113 Depends: ros-jazzy-sick-safevisionary-driver (= 1.0.5-1noble.20260519.232631) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sick-safevisionary-driver/ros-jazzy-sick-safevisionary-driver-dbgsym_1.0.5-1noble.20260519.232631_arm64.deb Size: 3582208 SHA256: 11f9f6d1d048fbb9dfaef49c5668ebf3bc7ce84ae68a473e7c3e7772d949f22a SHA1: faa7fd6e2ad41879a7dbdd9365d6f7aeebd9f7c7 MD5sum: d9f45484494800b5331d07095db52212 Description: debug symbols for ros-jazzy-sick-safevisionary-driver Build-Ids: 8853ed99310bad520957ed37714740984dd97885 Package: ros-jazzy-sick-safevisionary-interfaces Version: 1.0.5-1noble.20260519.194755 Architecture: arm64 Maintainer: "Christian Eichmann" Installed-Size: 2956 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/sick_safevisionary_interfaces/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sick-safevisionary-interfaces/ros-jazzy-sick-safevisionary-interfaces_1.0.5-1noble.20260519.194755_arm64.deb Size: 170356 SHA256: 63585c637b374ab98751bc38e6dc91046a04a46f2de2cc931b5ee88ee4920d94 SHA1: 9491918165238bdd8273bf35e2ef663e19a26ef3 MD5sum: dc38edb020d567aa7bdffdbe4b9a8d82 Description: Provides interface descriptions to communicate with a SICK safeVisionary Sensor over ROS 2 Package: ros-jazzy-sick-safevisionary-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-sick-safevisionary-interfaces Version: 1.0.5-1noble.20260519.194755 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Christian Eichmann" Installed-Size: 1860 Depends: ros-jazzy-sick-safevisionary-interfaces (= 1.0.5-1noble.20260519.194755) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sick-safevisionary-interfaces/ros-jazzy-sick-safevisionary-interfaces-dbgsym_1.0.5-1noble.20260519.194755_arm64.deb Size: 1380418 SHA256: 5a8276c641ceac729c8ba95fd15516d311257e998006789e4870590718b93515 SHA1: 7650ce9f1e10cfc83b54cb28a75ba7a74dd7d041 MD5sum: 0f53af18c788070b8e5116e38db644e4 Description: debug symbols for ros-jazzy-sick-safevisionary-interfaces Build-Ids: 02cd6efb410936eb5c35888712a8709c3aed6d58 0e2dafdefb690d943f5a2afd3451280ed900bbb3 23dee8ff4a7c12c1a859a1a54a29b37137d0b0a4 284cc1395480e5fbbd199eb394006643473f3626 85337544cca2a4a33946c2c7e805e15b53baa814 8e3e01408236ff168491e254d76af96067dec4f1 bc01e8cb5cec5c3c1ac285b58734376c0b7e1ced d9e4452adc34f151e08470a83398d806a042cd6d db59e87b50d218c8b4509668bfe52a928a4ef7b7 db9fcdcbe40dba072aeb75bac3f9b9305b234b75 e9d4995fcf8651f77ee2ae5e69d80fb2fdc0c5be Package: ros-jazzy-sick-safevisionary-tests Version: 1.0.5-1noble.20260516.181134 Architecture: arm64 Maintainer: "Christian Eichmann" Installed-Size: 41 Depends: ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/sick_safevisionary_tests/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sick-safevisionary-tests/ros-jazzy-sick-safevisionary-tests_1.0.5-1noble.20260516.181134_arm64.deb Size: 5892 SHA256: 71949f17ea5db46d09cb0803418f318ac55e467609dcead8d35f6fa8ee3119bb SHA1: eb63402dcdd5b964eb7c979f2d8d942de4cbdca7 MD5sum: b3795b35aa701ab51bf0642f7fa01506 Description: Integration tests for the SICK safeVisionary ROS 2 driver Package: ros-jazzy-sick-scan-xd Version: 3.9.0-1noble.20260519.224435 Architecture: arm64 Maintainer: rostest Installed-Size: 39970 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-jazzy-fastcdr, ros-jazzy-diagnostic-msgs, ros-jazzy-diagnostic-updater, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-rcl-interfaces, ros-jazzy-rclcpp, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-tf2-ros, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sick-scan-xd/ros-jazzy-sick-scan-xd_3.9.0-1noble.20260519.224435_arm64.deb Size: 5442386 SHA256: 32a0737d48707b87b45c821bb48d5f1ab873632d1b93f41aa8019b1bf92f9787 SHA1: 04fc8a88e4e0bce4bc39df4a8b6b3b5654cbcd74 MD5sum: 29e2a5d1d0e89af87ef2f8d17b37b09e Description: ROS 1 and 2 driver for SICK scanner Package: ros-jazzy-sick-scan-xd-dbgsym Package-Type: ddeb Source: ros-jazzy-sick-scan-xd Version: 3.9.0-1noble.20260519.224435 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: rostest Installed-Size: 43254 Depends: ros-jazzy-sick-scan-xd (= 3.9.0-1noble.20260519.224435) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sick-scan-xd/ros-jazzy-sick-scan-xd-dbgsym_3.9.0-1noble.20260519.224435_arm64.deb Size: 37232968 SHA256: 7bb39da50f005d89872d5797e7fb2e1a77edb12153b2e151163bbd6682e718cd SHA1: e2578a1159de032584da6ba350b1075b64f0f19f MD5sum: 95973c457d5f613515100600bf2075ff Description: debug symbols for ros-jazzy-sick-scan-xd Build-Ids: 0842ea5e68412864eacfabc3d3c73efad6220949 0bbeab9050ebe816d32d61cb37155be29753e8c6 1af4285705167a499d688feaa15b42d3f9447692 36e5fdc6902717147e7081a627cc08f85a2223ef 7373c7838a91b190d39eef310fbac99745f40d04 8e96d39b1dce50c7863fdb38ecb712a74d2cc0c8 a1e405e337774c323cf11cfdfff94ba67b776b1c a375a9fa211cdf468ebd39d59a85ff556dd07d7a aad6dcaece4da88ba0a3e5b2edb8046b8fbd977f dfb0fa45b75ce73fca3015a6ef7beb5cf5cc5bc5 eb895be071d74f5088752ccdb7a36015b6cfab48 f8223b40a65d33b7beb917e98fbb2c5363b293ec fca94babad44aaf4f8e6e226dbe6fa984544f1e3 Package: ros-jazzy-simple-actions Version: 0.5.0-1noble.20260519.215224 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 87 Depends: ros-jazzy-action-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclpy, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-simple-actions/ros-jazzy-simple-actions_0.5.0-1noble.20260519.215224_arm64.deb Size: 11284 SHA256: ff11383217703dfafc657b62b06c7f55ef2c21ebc505eb20fa6e977de83e6f40 SHA1: e82eb697306c0a62880819b99beb135c59d0f3ed MD5sum: af55857a0f479488a01f53bc491ca877 Description: Simple library for using the `rclpy/rclcpp` action libraries Package: ros-jazzy-simple-grasping Version: 0.5.0-1noble.20260520.040314 Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 1186 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpcl-common1.14 (>= 1.14.0+dfsg), libpcl-filters1.14 (>= 1.14.0+dfsg), libpcl-search1.14 (>= 1.14.0+dfsg), libpcl-segmentation1.14 (>= 1.14.0+dfsg), libpcl-surface1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), ros-jazzy-geometry-msgs, ros-jazzy-grasping-msgs, ros-jazzy-moveit-msgs, ros-jazzy-pcl-conversions, ros-jazzy-pcl-ros, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-shape-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/simple_grasping Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-simple-grasping/ros-jazzy-simple-grasping_0.5.0-1noble.20260520.040314_arm64.deb Size: 245292 SHA256: c474f39ade082f996e8ec096af5b5d5f963294b408c9af45a51e3fc870895884 SHA1: 5a80fce825f2b2c083967f6147ae2a82db48291f MD5sum: f1a27dc5a4cb25e7935f6a3f0f12e4b4 Description: Basic grasping applications and demos. Package: ros-jazzy-simple-grasping-dbgsym Package-Type: ddeb Source: ros-jazzy-simple-grasping Version: 0.5.0-1noble.20260520.040314 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 10118 Depends: ros-jazzy-simple-grasping (= 0.5.0-1noble.20260520.040314) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-simple-grasping/ros-jazzy-simple-grasping-dbgsym_0.5.0-1noble.20260520.040314_arm64.deb Size: 9513396 SHA256: ee53ecdc5cd12a9f05e2dc39b148b917a01583ea3a13a1510d199ef368bb7f26 SHA1: 1744b1cff6c3a278f96261e0c04c6c76e9b140b9 MD5sum: af36f48a3aa75e470e7a3e827c74bc4b Description: debug symbols for ros-jazzy-simple-grasping Build-Ids: 11e4c5772db6911b0361e11374598d26bc9d27ab 252b873f67950f1f0bfdc482b6b854959ec10047 4610b445b8b2db7a78de7057607ce72e73b6ab44 5074263a5e564444db52e12bda33485844103b57 fb1dcd1eabc2a8ed70754fb47fe5cdaa06b25c47 Package: ros-jazzy-simple-launch Version: 1.11.4-1noble.20260519.210028 Architecture: arm64 Maintainer: Olivier Kermorgant Installed-Size: 172 Depends: ros-jazzy-ament-index-python, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-simple-launch/ros-jazzy-simple-launch_1.11.4-1noble.20260519.210028_arm64.deb Size: 31546 SHA256: fecf3512f7679657bbb347b2ceb307a9c4348f3148acca058b88a0a155b6ba7d SHA1: c2c84f1146e21145b1f4ce2246706e5b4fd2c24c MD5sum: b8e253914bf7d07be2cca11928d1025e Description: Python helper class for the ROS 2 launch system Package: ros-jazzy-simple-term-menu-vendor Version: 1.5.7-1noble.20260305.222253 Architecture: arm64 Maintainer: rkreinin Installed-Size: 227 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-simple-term-menu-vendor/ros-jazzy-simple-term-menu-vendor_1.5.7-1noble.20260305.222253_arm64.deb Size: 20768 SHA256: a772e3bcc305c1fea92e58e379b50d0a1075fa7dbb4c5dbaca0cf013326c84a7 SHA1: 4d7d1f7cb0f377dd4788f1b794da7339273a7032 MD5sum: 1d674809cc7795c4b3003c3dc05e8080 Description: A Python package which creates simple interactive menus on the command line. Package: ros-jazzy-simulation Version: 0.11.0-1noble.20260520.110121 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 41 Depends: ros-jazzy-ros-base, ros-jazzy-ros-gz-bridge, ros-jazzy-ros-gz-image, ros-jazzy-ros-gz-interfaces, ros-jazzy-ros-gz-sim, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-simulation/ros-jazzy-simulation_0.11.0-1noble.20260520.110121_arm64.deb Size: 5292 SHA256: 3926fd880417abd481d54a0e52ce07dc04aad93c3bb813667f5cafd86a7de5bb SHA1: 877fe5c8a0fd10b6b22a363a794e1597b4ca4f0e MD5sum: d84cd22aa377608ad36653f337da0822 Description: A package which extends 'ros_base' and includes simulation packages. Package: ros-jazzy-simulation-interfaces Version: 1.5.1-1noble.20260519.190542 Architecture: arm64 Maintainer: Adam Dabrowski Installed-Size: 14346 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-action-msgs, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/simulation_interfaces/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-simulation-interfaces/ros-jazzy-simulation-interfaces_1.5.1-1noble.20260519.190542_arm64.deb Size: 816528 SHA256: 6335ce3138b076d5c22056c7ad71466d98ba20493b5f68b8a41ad67712792d5c SHA1: 48758657c7e1f851e8c119ee9840057edc461c76 MD5sum: b06c27df6d8b5217f7fc0913f3a420a4 Description: A package containing simulation interfaces including messages, services and actions Package: ros-jazzy-simulation-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-simulation-interfaces Version: 1.5.1-1noble.20260519.190542 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Adam Dabrowski Installed-Size: 10701 Depends: ros-jazzy-simulation-interfaces (= 1.5.1-1noble.20260519.190542) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-simulation-interfaces/ros-jazzy-simulation-interfaces-dbgsym_1.5.1-1noble.20260519.190542_arm64.deb Size: 8159610 SHA256: 0fbe810dee476041bdbfcbe0ba3e34757c85189f52f34a03390a3673a276e105 SHA1: 990aae73c94ce2e0a027a87587ed7766933d5eab MD5sum: c15688de6ea2fffcb3b04d0582e179f8 Description: debug symbols for ros-jazzy-simulation-interfaces Build-Ids: 3dbc89ce5a05aed6c67c9b8aec56668da1b18fd4 424aa7dcccfa3b5e6dad718ac44d117f45eaf73e 4adf12655704950adc4505923765c86366fa89ca 51117999c5da03bd666ff9b713719124e5854ca9 5691b9c64818b426207598368382d751719d37d5 5736ce19b92a3f31d70a55b3f16b58098e14340e 6d7ca2197217fb1b456bac4c62f1a41606d20b92 74fbbf447e69b19f08e83f326a0840cdee459147 b541100605dcce90c294febc5308725114d61043 cfcbf381e8769dfe3cb141b8d956ae4ab71de0ce fac2403bc6900a6e0c2b62408ac3eb8727b3b395 Package: ros-jazzy-slam-toolbox Version: 2.8.5-1noble.20260520.134814 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 15314 Depends: libboost-serialization1.83.0 (>= 1.83.0), libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.38), libceres4t64 (>= 2.2.0+dfsg), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgoogle-glog0v6t64 (>= 0.6.0), liborocos-kdl1.5 (>= 1.5.1), libpython3.12t64 (>= 3.12.1), libqt5core5t64 (>= 5.3.0), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libtbb12 (>= 2021.11.0), libtinyxml2-10 (>= 10.0.0), ros-jazzy-fastcdr, libboost-all-dev, libceres-dev, libeigen3-dev, liblapack-dev, libqt5gui5t64, libqt5opengl5t64, libsuitesparse-dev, libtbb-dev, ros-jazzy-bond, ros-jazzy-bondcpp, ros-jazzy-builtin-interfaces, ros-jazzy-interactive-markers, ros-jazzy-lifecycle-msgs, ros-jazzy-message-filters, ros-jazzy-nav-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-rosidl-default-generators, ros-jazzy-rviz-common, ros-jazzy-rviz-default-plugins, ros-jazzy-rviz-ogre-vendor, ros-jazzy-rviz-rendering, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-tf2-sensor-msgs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-slam-toolbox/ros-jazzy-slam-toolbox_2.8.5-1noble.20260520.134814_arm64.deb Size: 1770910 SHA256: a82108cf2256f8da4a35a5701b0c184ccccb756a475c32c22a091ee8fda75ae8 SHA1: 5ca66bf54a1990fced2623badbc19068fedaf06e MD5sum: adb68234b6c27c299d1c2db5e49ebb52 Description: This package provides a sped up improved slam karto with updated SDK and visualization and modification toolsets Package: ros-jazzy-slam-toolbox-dbgsym Package-Type: ddeb Source: ros-jazzy-slam-toolbox Version: 2.8.5-1noble.20260520.134814 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 55378 Depends: ros-jazzy-slam-toolbox (= 2.8.5-1noble.20260520.134814) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-slam-toolbox/ros-jazzy-slam-toolbox-dbgsym_2.8.5-1noble.20260520.134814_arm64.deb Size: 44612744 SHA256: d2836d50882af7f8993a8db13108e325a70b71dada90028e7463522dfce17a95 SHA1: c64f532eed138bdd652c4f5aca9773ca256f0d5a MD5sum: a092d1a77796645c1e04ec9e73b7b886 Description: debug symbols for ros-jazzy-slam-toolbox Build-Ids: 075b05eb618e0930d473f995560c1d71883c227b 09da740b244218211ce126095d0524a10bb35b0f 1b505f63a1ff3383cf0b5b47f788d5cbf77add1b 23783930cb864e9d51475a7e4dcae2a5cd6231fe 52f30e133661b96bd46bc35aa3e0f349cefde8e7 59dfaf9b0d63a7abad7b9216a18f74bddd490884 5df1ef1557685a80bf0412e2f3ccddaafe9e9002 5e8868aa64119769836ff92301c01862c55b0428 683334d53a65cb91ad89d1dfb0bd4ce6959415fb 6862dd95834e19b497b3c3399cf8ba92a6c16d91 6a9cda65a46766c10c9e118175760d85447c9d4b 78ec324b571a1f356ded1d6c50f9e15c344df023 913431aff0d15c01a6e9e7b702a55d3a6fe872ce aadb6eedca00fe119f24f5b4880251d3eb865c19 af0084a6a1ba0d3928c5396eb0ae555ec99f853f b918aa7a4279815b0332b186cdfc3d80d03be9b4 be6e0cd1f45c9995579a04136141ca89f77a1cd9 c4f4130c26d56b0607d984a40ccb10394428e7a1 ca405a389d801245234232884c17210f6815d349 cd034212bd3ea2dab227379b6d3c92b6ec6b27de d40e4067deaabcec3c7a373f24124081ab84bdcd d7e232380ac5a64c2f275c093568537594fcff9b dfce44ad59acfa43abd48111c081d6e48ccfab10 e363b56ae901e15a67b34305a61cb6fbd58343b5 edc583f37281e4d1cdc98c0bb59a89204cc52859 ffee0a9671134d944ad40a11fabec3273eef183f Package: ros-jazzy-slg-msgs Version: 3.9.2-1noble.20260519.193705 Architecture: arm64 Maintainer: Alberto Tudela Installed-Size: 1157 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-slg-msgs/ros-jazzy-slg-msgs_3.9.2-1noble.20260519.193705_arm64.deb Size: 67656 SHA256: 0571af593e622e3a005aec8edce162558ba88cb4edc89a535de0a8dada3d886a SHA1: 89d1b85f3450bc7580a7652f21bbe9d697ba731b MD5sum: 45e9dc243594e9d2a8676c085ef8fb21 Description: This package provides classes and messages to interact with laser related geometry. Package: ros-jazzy-slg-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-slg-msgs Version: 3.9.2-1noble.20260519.193705 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alberto Tudela Installed-Size: 468 Depends: ros-jazzy-slg-msgs (= 3.9.2-1noble.20260519.193705) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-slg-msgs/ros-jazzy-slg-msgs-dbgsym_3.9.2-1noble.20260519.193705_arm64.deb Size: 335400 SHA256: 61ab5f646d1a4a18ff5b46a44296c68cd1cc69af6f71392dadeca2ead84c7763 SHA1: 7c6321a0f314445061512958aa90a76064826d3d MD5sum: 2db60d90bdacbcb706c9f5940d7f0bba Description: debug symbols for ros-jazzy-slg-msgs Build-Ids: 195b72b3ed28c9611e576c55e0d23b00b95cccfa 251899629a098238f11cb9eb3d202bbc84259290 298b8875dae9111a46f76f7d32455e21c2612702 338908c4c9c48d143c5a528e32867fe7f411838d 3efa78d51811177eb74c8c92ac58e1d403407041 6c2e27df988db0aec643fb495a9bb94bd80ecdfc 955d9094a73da9d393eea5a48a9750ee2ab8603c a4b0c52b990a349cf45da05485402edaa8bbde52 b14995b8abe7c94667bd5b1c130a86a5cbedb633 bf8e347bf51be95e99939227549c7526f30cafc4 fea34106168fe3b3af44943c269ca4204bea513c Package: ros-jazzy-slider-publisher Version: 2.4.3-1noble.20260520.043840 Architecture: arm64 Maintainer: Olivier Kermorgant Installed-Size: 75 Depends: ros-jazzy-rqt-gui-py, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-slider-publisher/ros-jazzy-slider-publisher_2.4.3-1noble.20260520.043840_arm64.deb Size: 12312 SHA256: e4d07d63392478d56ae8d0b4f8a67ee37bde4b99e001efc74db189fd892a132d SHA1: b785eca015c1d837751d62e1d2029fb061140299 MD5sum: 1e67ec4cfdf92cecba4a3b3882c2cc2e 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-jazzy-smacc2 Version: 3.0.1-1noble.20260519.233040 Architecture: arm64 Maintainer: Pablo Inigo Blasco Installed-Size: 1268 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), liblttng-ust1t64 (>= 2.13.0), libstdc++6 (>= 13.1), liblttng-ust-dev, ros-jazzy-rcl, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-smacc2-msgs, ros-jazzy-tracetools, ros-jazzy-tracetools-launch, ros-jazzy-tracetools-trace, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-smacc2/ros-jazzy-smacc2_3.0.1-1noble.20260519.233040_arm64.deb Size: 298612 SHA256: fee1300eb061894992ff9cef6c309c905aef3dd92506cef49cbb945bd5452c05 SHA1: 4e134a95c6697e509c7c0571a03871b425ef8a8e MD5sum: 96ace18136d13c61377b9075a282e33d Description: An Event-Driven, Asynchronous, Behavioral State Machine Library for ROS2 (Robotic Operating System) applications written in C++. Package: ros-jazzy-smacc2-dbgsym Package-Type: ddeb Source: ros-jazzy-smacc2 Version: 3.0.1-1noble.20260519.233040 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pablo Inigo Blasco Installed-Size: 10408 Depends: ros-jazzy-smacc2 (= 3.0.1-1noble.20260519.233040) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-smacc2/ros-jazzy-smacc2-dbgsym_3.0.1-1noble.20260519.233040_arm64.deb Size: 9240304 SHA256: 41994c200b641afb1a424e6d62177afa60bade45eb0acdc2ba131754a1bd7896 SHA1: c4dacfb02c40b1053c64a8d4580cd07f9891b75f MD5sum: 4c40ce7335df76b8aba63c8067005e0e Description: debug symbols for ros-jazzy-smacc2 Build-Ids: a277d26b904c304664498e72b3d48ae0f170ae9a Package: ros-jazzy-smacc2-msgs Version: 3.0.1-1noble.20260519.173118 Architecture: arm64 Maintainer: Brett Aldrich Installed-Size: 3198 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-action-msgs, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-smacc2-msgs/ros-jazzy-smacc2-msgs_3.0.1-1noble.20260519.173118_arm64.deb Size: 233318 SHA256: cb5e87f7295d84febbef9cb8b9159504e2c065842b4fb6662b86ee5b12f034a2 SHA1: 5411ed530036c3d7eda8b6da28f35da41f8a4927 MD5sum: 699df03db84ae2313731be060eb0de72 Description: Messages and services used in smacc2. Package: ros-jazzy-smacc2-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-smacc2-msgs Version: 3.0.1-1noble.20260519.173118 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Brett Aldrich Installed-Size: 2750 Depends: ros-jazzy-smacc2-msgs (= 3.0.1-1noble.20260519.173118) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-smacc2-msgs/ros-jazzy-smacc2-msgs-dbgsym_3.0.1-1noble.20260519.173118_arm64.deb Size: 2194570 SHA256: c8aab9054d93864e1d5b9896619852f078065265b93be71e43e0cc4b0ee16f77 SHA1: 9467b51786351b45e8f31ad23f13a30856b71606 MD5sum: 4294a3aaed3220e6889c3c553e34168a Description: debug symbols for ros-jazzy-smacc2-msgs Build-Ids: 02e88c4972b18fc3ae5305ea9f2764577bca16cd 1f405e6bc9c644d66a3dd2db7931d0447bbcc79e 21d053ffa6ae3da940d0784c154143d731ce1938 2850a8874efc59b818be231cf8b2b189f2ab0dd2 7a673972e429a87e22f35e649a0fe57ccd96554f 89d42b17f5aab65fa5de1eca63e82ac977e87308 8c6fff5af9f71b3cd432bff45faf211a2360e8d2 d8f2f3a5d90c649aa8e54901886fdd9dcf2b4979 da49125d06dafe4d45e98dd63115a34ed5ed9118 e0605a99baeb2587c206c08cc6d1d62e28c10137 e711d66b4c72f2a13bc2a5c97921e17220caf39b Package: ros-jazzy-smach Version: 3.0.3-3noble.20260305.222303 Architecture: arm64 Maintainer: Isaac Saito Installed-Size: 213 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-smach/ros-jazzy-smach_3.0.3-3noble.20260305.222303_arm64.deb Size: 45884 SHA256: abeb41379e47d9338f070b53b610faf60826fdc671a09b8ac8f3a20a0a81918a SHA1: ae66e237d8c48d2fbb78f25b592546d74203cce0 MD5sum: e3c0ad58be2cc3fd25783b8c24747f0a 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-jazzy-smach-msgs Version: 3.0.3-3noble.20260519.173113 Architecture: arm64 Maintainer: Isaac Saito Installed-Size: 1341 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-smach-msgs/ros-jazzy-smach-msgs_3.0.3-3noble.20260519.173113_arm64.deb Size: 85398 SHA256: 50f9610bfa7e072dd583ec36bd29a8acb92627688ca7b7195b3cdf5043d8b7da SHA1: 6fb5c2227ac9e244899dd39f1d5b15b1cf5f4d00 MD5sum: 3be22657f7c76c9b9b5c633509e435eb Description: this package contains a set of messages that are used by the introspection interfaces for smach. Package: ros-jazzy-smach-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-smach-msgs Version: 3.0.3-3noble.20260519.173113 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Isaac Saito Installed-Size: 734 Depends: ros-jazzy-smach-msgs (= 3.0.3-3noble.20260519.173113) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-smach-msgs/ros-jazzy-smach-msgs-dbgsym_3.0.3-3noble.20260519.173113_arm64.deb Size: 550484 SHA256: 0024c3aa419169ea7cde6bc9e72f6f9e1ade42acfd136bde260f12249287d02f SHA1: ea63f66bc964a366c18e65337e0ac49f4385ca47 MD5sum: d05e9850becc43702a48a769ed4e47ac Description: debug symbols for ros-jazzy-smach-msgs Build-Ids: 084d7e3e3fa76d6219869826a9e9646501db0345 0c3bf9d0ed8c4e900802be528552d551de4d9a71 3ecbc6902dbab9e8a92dcfae15c299e84e52a544 7e27fd5b515cc24ec87c1bb21a3fdda582790022 9206a04baffea8b008b10c235655c1b68c020752 a9e9da3356e87e18ba3be5b0114291e4da41ed26 abe33d975a29d71a24255be0411069997222afc0 b256260378157e3e9194f091e9cafabd32e9d92f ba0251598703237b20aff6f287652f7bbc2e26d0 face7449122ccc9d9953246ede26a1b8dde7d8b1 fe32a2085769667550bdbee7e42413cafba6705f Package: ros-jazzy-smach-ros Version: 3.0.3-3noble.20260519.232216 Architecture: arm64 Maintainer: Isaac I. Y. Saito Installed-Size: 172 Depends: ros-jazzy-rclpy, ros-jazzy-smach, ros-jazzy-smach-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-smach-ros/ros-jazzy-smach-ros_3.0.3-3noble.20260519.232216_arm64.deb Size: 38892 SHA256: 163cb16c0cfcc4cd4bd6be9f67d2acb6031446ddf7905f464ec90834a08874a0 SHA1: b8b25c8bbe97082b0296f3494b09cca1689237a7 MD5sum: 1142ac4f2dcbb4adba623ea2eab732be 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-jazzy-small-gicp-vendor Version: 2.1.0-1noble.20260309.122345 Architecture: arm64 Maintainer: miguel Installed-Size: 417 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libgomp1 (>= 6), libstdc++6 (>= 13.1), ros-jazzy-ros-workspace Homepage: https://github.com/koide3/small_gicp Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-small-gicp-vendor/ros-jazzy-small-gicp-vendor_2.1.0-1noble.20260309.122345_arm64.deb Size: 78626 SHA256: 091b74e7e36fbb76dfeef428f8798f24c521815e873a79b846233ce1c4c5b8ac SHA1: 6f0ab5ab3e9864a5b33dece4b5d8f9fcaa07a92c MD5sum: 5deaba35a7fbbd8f1db057391f574f47 Description: Vendor package for small_gicp. This is just a wrapper to provide ExternalProject build Package: ros-jazzy-small-gicp-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-small-gicp-vendor Version: 2.1.0-1noble.20260309.122345 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: miguel Installed-Size: 4325 Depends: ros-jazzy-small-gicp-vendor (= 2.1.0-1noble.20260309.122345) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-small-gicp-vendor/ros-jazzy-small-gicp-vendor-dbgsym_2.1.0-1noble.20260309.122345_arm64.deb Size: 4317716 SHA256: 4a30caf6af3376b4a27394d49ddefca9cb952e2218055596bc3000e795f96b51 SHA1: e6c04c3f84dcfe6a027d60de778621a64732f092 MD5sum: a7064328cce6f8e703afb42fa1f0b8b0 Description: debug symbols for ros-jazzy-small-gicp-vendor Build-Ids: d328ad56c9b76406d0250e4a1cae8bb03dfb65f4 Package: ros-jazzy-smclib Version: 4.2.0-1noble.20260317.155426 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 86 Depends: ros-jazzy-ros-workspace Homepage: http://smc.sourceforge.net/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-smclib/ros-jazzy-smclib_4.2.0-1noble.20260317.155426_arm64.deb Size: 14104 SHA256: 6fa92bde01cb9ec0bd713a13466ac9902ca233b4d5b1a0b07c514414260ab1bb SHA1: 2c8c6e27218a241e2e670deef1dbc24ed573e92d MD5sum: 12e2c1f36d37a743efef3386f969ae9e 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-jazzy-snowbot-operating-system Version: 0.1.2-5noble.20260519.221948 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 151 Depends: libc6 (>= 2.17), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.0.2), libstdc++6 (>= 5.2), ros-jazzy-ament-cmake-ros, ros-jazzy-geometry-msgs, ros-jazzy-pluginlib, ros-jazzy-rviz-common, ros-jazzy-rviz-rendering, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-snowbot-operating-system/ros-jazzy-snowbot-operating-system_0.1.2-5noble.20260519.221948_arm64.deb Size: 31222 SHA256: 2b233be800415ff8cb6ea44840f63245e0f05d6b3583d84db8fa02f3a0732687 SHA1: 6f85e0c5b4f2822836ed717c03d4b94127057035 MD5sum: 533b9780f57dca1723815b6a23dec481 Description: The weather outside is frightful Package: ros-jazzy-snowbot-operating-system-dbgsym Package-Type: ddeb Source: ros-jazzy-snowbot-operating-system Version: 0.1.2-5noble.20260519.221948 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 412 Depends: ros-jazzy-snowbot-operating-system (= 0.1.2-5noble.20260519.221948) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-snowbot-operating-system/ros-jazzy-snowbot-operating-system-dbgsym_0.1.2-5noble.20260519.221948_arm64.deb Size: 387172 SHA256: e9d4277933565bbe5245c1f31ca3b624828d48e9770f09305ef73b0b39e2260f SHA1: c823236319d58dc82a4927f1d1e1f0cb890ad7a6 MD5sum: 5c378dcaf275c41ca0003aff0c8e4cb4 Description: debug symbols for ros-jazzy-snowbot-operating-system Build-Ids: 107f622da66a9154965c5f8a700ee52e19dce08e Package: ros-jazzy-so-arm-100-hardware Version: 0.1.1-1noble.20260520.034708 Architecture: arm64 Maintainer: Bruk Gebregziabher Installed-Size: 867 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libyaml-cpp-dev, ros-jazzy-hardware-interface, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-so-arm-100-hardware/ros-jazzy-so-arm-100-hardware_0.1.1-1noble.20260520.034708_arm64.deb Size: 167630 SHA256: c6ba609d2f4f553b65e3e5cbed9892e6063e1b606b8390c5c707e6bd8ad74e71 SHA1: dbb0a197bbb2a04fd6f2cd2463f78b4dc1ea7531 MD5sum: c4dd60a4f7cb9d509439a94337d1c9a3 Description: ROS2 Control Hardware Interface for SOARM-100 low-cost 5DoF robotic manipulator. Package: ros-jazzy-so-arm-100-hardware-dbgsym Package-Type: ddeb Source: ros-jazzy-so-arm-100-hardware Version: 0.1.1-1noble.20260520.034708 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bruk Gebregziabher Installed-Size: 2995 Depends: ros-jazzy-so-arm-100-hardware (= 0.1.1-1noble.20260520.034708) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-so-arm-100-hardware/ros-jazzy-so-arm-100-hardware-dbgsym_0.1.1-1noble.20260520.034708_arm64.deb Size: 2563044 SHA256: f8b629b33f4b6a05d62fcc77a5950680e2800145ad44fac77683e71e4886053b SHA1: d5be6ea34167c7d42b56604698d3af35fc80d747 MD5sum: 9dd5efb089cbc53a12066e3303de4c3c Description: debug symbols for ros-jazzy-so-arm-100-hardware Build-Ids: 9b16f79efa7a26703f5ddabbaa4362aa298dba35 e06b4a21ca975c71a5fc2969c74c70b35b69a22e f1f5ace0a811fcf1280aec2a98c1f95cb63bb904 Package: ros-jazzy-soccer-geometry-msgs Version: 1.0.0-2noble.20260519.193723 Architecture: arm64 Maintainer: ijnek Installed-Size: 1010 Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), ros-jazzy-fastcdr, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-soccer-geometry-msgs/ros-jazzy-soccer-geometry-msgs_1.0.0-2noble.20260519.193723_arm64.deb Size: 43574 SHA256: 9db9fbecf55800d5dcea85008f6e5f7b07cdd00a882c66c56e579bdb28958a8d SHA1: 8150d97820c0cb7bf67ecc10f1610d3d92a8dfe0 MD5sum: 6e66c1f1d663c011eb499dc524d5dbfc Description: A package containing msgs that extend geometry_msgs for use in soccer-related packages Package: ros-jazzy-soccer-geometry-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-soccer-geometry-msgs Version: 1.0.0-2noble.20260519.193723 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 280 Depends: ros-jazzy-soccer-geometry-msgs (= 1.0.0-2noble.20260519.193723) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-soccer-geometry-msgs/ros-jazzy-soccer-geometry-msgs-dbgsym_1.0.0-2noble.20260519.193723_arm64.deb Size: 171960 SHA256: 4b3405b1b0f7a3e173587f64db694999e764d08f49ab8110ec712c0e9fb3bab6 SHA1: 91d9e7a8df2bda3086f5a38869783eff09e1d26c MD5sum: c4ddd9f55c49175a6fcc71f166ec7e1b Description: debug symbols for ros-jazzy-soccer-geometry-msgs Build-Ids: 255683b2f097704c66a0f6624dac8a7c0f494c40 2b2b7e1c20d747f998462c970d75129ef8737c69 4858eb939ea535868169793f91feeca6bf1a14f2 56b10fd82c32293ce732a61265e60e5da237aa0a 64719fc0b0257ca42f2e9e08d8a6a47942eb4b90 a8015aafd40e2176a579808097596600eaf89a8b b15655e31dd7028b5fc367a78bd7edb2613ef6ac b5c24da1cfb05659928e585234102d8113c3ca6d c1942171727909f3d978af50063be789c3c98ae7 c5f4d94cec10202564813c2020ef6dc4aa3e2198 ffd705c9fa003b493aec8d520781029ae0f575c6 Package: ros-jazzy-soccer-interfaces Version: 1.0.0-2noble.20260519.202233 Architecture: arm64 Maintainer: ijnek Installed-Size: 41 Depends: ros-jazzy-soccer-vision-2d-msgs, ros-jazzy-soccer-vision-3d-msgs, ros-jazzy-soccer-vision-attribute-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-soccer-interfaces/ros-jazzy-soccer-interfaces_1.0.0-2noble.20260519.202233_arm64.deb Size: 5062 SHA256: 397d13fbc2a86aaca048cfd784981b2023017098f8a9b544cd2123a8d60a99f4 SHA1: 1683881eea4a4c7f113015d035a877cae2344979 MD5sum: 311499041b7266090d3951edb6090e09 Description: Metapackage for soccer-related interfaces Package: ros-jazzy-soccer-model-msgs Version: 1.0.0-2noble.20260519.195025 Architecture: arm64 Maintainer: ijnek Installed-Size: 1475 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-soccer-geometry-msgs, ros-jazzy-soccer-vision-attribute-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-soccer-model-msgs/ros-jazzy-soccer-model-msgs_1.0.0-2noble.20260519.195025_arm64.deb Size: 85932 SHA256: 65baecc148721ad902836159936510e09fd7b27581d48df8d083c48ccd77a546 SHA1: 1f23f22df23f895e21e76a12dca801a21329b9f1 MD5sum: 8c3c6e2f4c9d4f6b8c26f614726898a6 Description: A package containing world model related message definitions in the soccer domain. Package: ros-jazzy-soccer-model-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-soccer-model-msgs Version: 1.0.0-2noble.20260519.195025 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 825 Depends: ros-jazzy-soccer-model-msgs (= 1.0.0-2noble.20260519.195025) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-soccer-model-msgs/ros-jazzy-soccer-model-msgs-dbgsym_1.0.0-2noble.20260519.195025_arm64.deb Size: 601872 SHA256: e8c23f6d718cfac12267116668bbc7f56551a7b97b9cb4d4015182f07ff8e0b7 SHA1: ec1355fbb42ea4d6b46c08a046dcb2233662cab2 MD5sum: d7888a9a5a54a0e747515a85eeab2e04 Description: debug symbols for ros-jazzy-soccer-model-msgs Build-Ids: 21a747d4e628fc1fbfecace9c31063a80029eeff 26fcabd176b660a13fdc59c4acf5e4ec8f87b3c7 326d360229e6eba7f451e8dd5b648d83a0ba73d0 469d6a90e5c0e9562587ec0656594583209cbdbb 57629980eceab2dd5b88bf8183c43677722b5b33 626ed1a75f53e219a3ebd515a3535c5f28b1c2c8 76553d671a42be15b2bf55bd5e8f522e174cad8d 89fbd6758fe556f26f6a29c022ef9e5b3342d95c 911be4ff27c06db0ee3a193196f52452ac8bd998 d78079759c67c7d3ef842e169d3cf82aac4f8855 debc769a30578058e23c9d8f9b9b2e73097e559d Package: ros-jazzy-soccer-vision-2d-msgs Version: 1.0.0-2noble.20260519.195232 Architecture: arm64 Maintainer: ijnek Installed-Size: 2631 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-soccer-vision-attribute-msgs, ros-jazzy-vision-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-soccer-vision-2d-msgs/ros-jazzy-soccer-vision-2d-msgs_1.0.0-2noble.20260519.195232_arm64.deb Size: 161346 SHA256: a3eecd3d16df8c235588790b69142e81594b08bbda1caa3fc4bfb4c74c237262 SHA1: a4eadc37ba8cc25d985b0e38d39e30474fb21890 MD5sum: 352650c75c98039524ffa32f7b7dca3a Description: A package containing some 2D vision related message definitions in the soccer domain. Package: ros-jazzy-soccer-vision-2d-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-soccer-vision-2d-msgs Version: 1.0.0-2noble.20260519.195232 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 1849 Depends: ros-jazzy-soccer-vision-2d-msgs (= 1.0.0-2noble.20260519.195232) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-soccer-vision-2d-msgs/ros-jazzy-soccer-vision-2d-msgs-dbgsym_1.0.0-2noble.20260519.195232_arm64.deb Size: 1406158 SHA256: 4dd5264bf3b7c81279726f7ac35d79997dc59f4d94febb5a9fa1e493eb144b7f SHA1: a126b5c1a359dd952272aa6cf8490ac550c48f29 MD5sum: 33135a83690b97d44ce743eff75723aa Description: debug symbols for ros-jazzy-soccer-vision-2d-msgs Build-Ids: 0df67141d9da5f5e0099dd5870fac893d256be4d 2deaf4b2dba5e64c1250f832055f41be27c9bd44 4e3b6038862462e8a91e3b41827943bf89986f01 50bc04a3f0c3637d4402167141995b945e4f5052 715aaf8c090f2a6a1f3fb2adc357bb5f83d221e1 75176cc3a9da9404ea535be2d53da4caed4f5fc6 a845c5b221fb89b93c8f03c1f8dc7e42071e126b ab8fa43f95ebbe4333e634bf4774245f90b4aba4 c84aa7ccb4d0ddb3aaefde5108a01060655ed448 d602ef1de9dff2a9845ebdb1ec41981807698084 f7a3141e8da6e2911083d91398ef5c2deeb9d929 Package: ros-jazzy-soccer-vision-3d-msgs Version: 1.0.0-2noble.20260519.195235 Architecture: arm64 Maintainer: ijnek Installed-Size: 2639 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-soccer-vision-attribute-msgs, ros-jazzy-vision-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-soccer-vision-3d-msgs/ros-jazzy-soccer-vision-3d-msgs_1.0.0-2noble.20260519.195235_arm64.deb Size: 161128 SHA256: 57dc4778586d91e163bafc0f847cab545f9936a8bf75c9f91f8d1182a25d8324 SHA1: a4183b8f356895e84a3dddc2228d2a472e5416d6 MD5sum: 8fa2c0544ef83013f64b7dd96ac6899d Description: A package containing some 3D vision related message definitions in the soccer domain. Package: ros-jazzy-soccer-vision-3d-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-soccer-vision-3d-msgs Version: 1.0.0-2noble.20260519.195235 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 1863 Depends: ros-jazzy-soccer-vision-3d-msgs (= 1.0.0-2noble.20260519.195235) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-soccer-vision-3d-msgs/ros-jazzy-soccer-vision-3d-msgs-dbgsym_1.0.0-2noble.20260519.195235_arm64.deb Size: 1415392 SHA256: 562d81c39f9681546955ba6cb9121f6da0b82ddc72b34f41ccae7ce56807961c SHA1: 6846f3a1295f3ec94469aabbd5f21ac9a368dbbd MD5sum: ed756fa67b8c9c8afd5d52b45f2fde27 Description: debug symbols for ros-jazzy-soccer-vision-3d-msgs Build-Ids: 03623c8f4d7bcf2048cde35f12f96c681490f81f 08be047dc0d6a7432fdbba5d77120974b3bb3d93 0e0accabcebf45144f5ffc3134688f8bf45b0aff 542b39cb85c9d22081e9f60dbd3c8e6cbca1a444 5f66ae2cc47c7bf2c510ef1ad84fae89fc9a4f4e 625d8003b3d8a94cc368355dc6bc3f41ce169fa0 699584b0f4d31cac0d5ea6a7d34083113afccfc3 86bc03471ca0fbd7380802e97721e83b203ceca5 9d4d251b99adaf6ab6f449473b501406f274a9f1 bc536042ff299b329fe54fb508e22ef848f06053 d2b5d2f8cfa98abf923ae925375321c9f23fa238 Package: ros-jazzy-soccer-vision-3d-rviz-markers Version: 1.0.0-2noble.20260520.015801 Architecture: arm64 Maintainer: ijnek Installed-Size: 1037 Depends: ros-jazzy-rclpy, ros-jazzy-soccer-vision-3d-msgs, ros-jazzy-soccer-vision-attribute-msgs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-soccer-vision-3d-rviz-markers/ros-jazzy-soccer-vision-3d-rviz-markers_1.0.0-2noble.20260520.015801_arm64.deb Size: 165250 SHA256: d6e1cbcce43ae67c0390e54787c509c5bb3f8117f6a3e54b4c66842ed83ac234 SHA1: bf757526c3e0009a6ddd1be08e52ab4f8e0eb0f5 MD5sum: a817923789b815ee90f01537c9b37bf3 Description: Package that converts soccer_vision_3d_msgs to RViz markers Package: ros-jazzy-soccer-vision-attribute-msgs Version: 1.0.0-2noble.20260519.194816 Architecture: arm64 Maintainer: ijnek Installed-Size: 1212 Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-soccer-vision-attribute-msgs/ros-jazzy-soccer-vision-attribute-msgs_1.0.0-2noble.20260519.194816_arm64.deb Size: 57512 SHA256: 1548a6e7186347b1a163d608e21db64c552ef72c18b18bfc386d111947aa438f SHA1: 55ac9a381621fd2c20876c452875da50ec7aa790 MD5sum: f855ed1b87f7c3c19ac9b691cda369a3 Description: A package containing attributes of objects in 2d/3d vision in the soccer domain. Package: ros-jazzy-soccer-vision-attribute-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-soccer-vision-attribute-msgs Version: 1.0.0-2noble.20260519.194816 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 466 Depends: ros-jazzy-soccer-vision-attribute-msgs (= 1.0.0-2noble.20260519.194816) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-soccer-vision-attribute-msgs/ros-jazzy-soccer-vision-attribute-msgs-dbgsym_1.0.0-2noble.20260519.194816_arm64.deb Size: 315886 SHA256: 3f60c07839d8ebbf5345c08cd5b34b7551a22f48c38a8f5ec7682997904c4660 SHA1: cb70a21af20f57e8acbbf54503e717ed368c5d4a MD5sum: 6ca1766452eadced266951326e0348d1 Description: debug symbols for ros-jazzy-soccer-vision-attribute-msgs Build-Ids: 3df2dae38a6ae176bc67b2e5cf040630e2626dcc 4632b6194a837d62e0d9312899925755f69ec92b 5907a4b6840aad4985cfe8ca369aebb114143b3e 5b8cf08508cacd4fbd1c10b2be8b398f3911aaaa 7c09b6de3847a4f2d56e4a07811047f7a1dadd47 98d42eaf82606542cd750e4cbdba2deb373b94ca 9bb8b61f4658d6c75871a58380416482b6682555 bcd7a2d839c098ee8eec00132a771b4b8e005eb7 be624a2bac2cfe4aee4d92cc1920b0d281f9c209 becbb1db0192d1020ed229ce22d111d314d33cf4 e314632d0d27123174348fe99dac7403cc8c1e6f Package: ros-jazzy-sol-vendor Version: 0.0.3-5noble.20260305.222434 Architecture: arm64 Maintainer: Kotaro Yoshimoto Installed-Size: 2438 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sol-vendor/ros-jazzy-sol-vendor_0.0.3-5noble.20260305.222434_arm64.deb Size: 148314 SHA256: 578471ee49ea6a66a31b9a41d62424b16e6d9d3f814d1ad553363acfcaabdaf5 SHA1: f8d2d5136389adb022e628ef95b04619ca974022 MD5sum: 4dad5ec7b0259e9724835f0a2af1492c Description: vendor package for the sol2 library Package: ros-jazzy-sophus Version: 1.22.9102-2noble.20260305.203519 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 353 Depends: libceres-dev, libeigen3-dev, libfmt-dev, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sophus/ros-jazzy-sophus_1.22.9102-2noble.20260305.203519_arm64.deb Size: 43414 SHA256: c2d222c0417e3d284a9522fc0a92ce5f608e7e196c312cb4307679f59e40d7b1 SHA1: 813a9e187a328c666452483456eb53e544dea2bb MD5sum: 6851e4e94d5773275a013a076c1cfd72 Description: C++ implementation of Lie Groups using Eigen. Package: ros-jazzy-spacenav Version: 3.3.0-3noble.20260520.000812 Architecture: arm64 Maintainer: Jonathan Bohren Installed-Size: 460 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-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, spacenavd, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/spacenav_node Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-spacenav/ros-jazzy-spacenav_3.3.0-3noble.20260520.000812_arm64.deb Size: 94438 SHA256: 1a910ee8ba4a7b5c53619bb2e61b405c2ad126d6ed02f10ea27e17c6bfcb6f96 SHA1: ce21742bb6fb597387b41fc56424fd8eff429559 MD5sum: 2cab5e4987a76bf616f13ca8b7b3d7d8 Description: ROS interface to the 3Dconnexion SpaceNavigator 6DOF joystick. Package: ros-jazzy-spacenav-dbgsym Package-Type: ddeb Source: ros-jazzy-spacenav Version: 3.3.0-3noble.20260520.000812 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jonathan Bohren Installed-Size: 1965 Depends: ros-jazzy-spacenav (= 3.3.0-3noble.20260520.000812) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-spacenav/ros-jazzy-spacenav-dbgsym_3.3.0-3noble.20260520.000812_arm64.deb Size: 1730646 SHA256: 1cf58f55d596f65593bef70a9c7c78f0f32491a07df6f3808effc275fb4bbbca SHA1: 347a2f12c5665c685c143b02c8a3eb10f9354aad MD5sum: b46759a6a154a52cea2dffba2cbfcf8a Description: debug symbols for ros-jazzy-spacenav Build-Ids: 8e8cbf76221b0e6256e8b6717744e0262b499d9b bc382226fd8f5c3b2afaced6a2a769b81f8a81d4 Package: ros-jazzy-spatio-temporal-voxel-layer Version: 2.5.5-1noble.20260520.033202 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 2701 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libimath-3-1-29t64 (>= 3.1.9), libopenvdb10.0t64 (>= 10.0.1), liborocos-kdl1.5 (>= 1.5.1), libpcl-common1.14 (>= 1.14.0+dfsg), libpcl-filters1.14 (>= 1.14.0+dfsg), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.11.0), ros-jazzy-fastcdr, libopenexr-dev, libpcl-dev, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-laser-geometry, ros-jazzy-message-filters, ros-jazzy-nav2-costmap-2d, ros-jazzy-openvdb-vendor, ros-jazzy-pcl-conversions, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-tf2-sensor-msgs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-spatio-temporal-voxel-layer/ros-jazzy-spatio-temporal-voxel-layer_2.5.5-1noble.20260520.033202_arm64.deb Size: 411696 SHA256: d0e44866d355e180495cbf6d0390c727519ea05072e54448affa08faa4aeb8e6 SHA1: 5eee70e4bcdcd54508edabd081cddc420aae89ba MD5sum: 458ca26578dfb4b53c22173b21e45036 Description: The spatio-temporal 3D obstacle costmap package Package: ros-jazzy-spatio-temporal-voxel-layer-dbgsym Package-Type: ddeb Source: ros-jazzy-spatio-temporal-voxel-layer Version: 2.5.5-1noble.20260520.033202 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 14435 Depends: ros-jazzy-spatio-temporal-voxel-layer (= 2.5.5-1noble.20260520.033202) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-spatio-temporal-voxel-layer/ros-jazzy-spatio-temporal-voxel-layer-dbgsym_2.5.5-1noble.20260520.033202_arm64.deb Size: 12956598 SHA256: e4a07d58c3ceadd2eb2c7232bff858456cd7be4ff06cacf9f3ea4c3908354a4d SHA1: f0b34c464afe26860664be3a34773c32b60f0fdf MD5sum: f79c113ab751b95dbaaa16cfada4bbae Description: debug symbols for ros-jazzy-spatio-temporal-voxel-layer Build-Ids: 0f596c7d4a7dd8a718e56c3f3030e0da92ab0343 1f68afcc825c8dd01d14abf7da4ef1d24e8770fc 25f1dc8497eccdac5e889d941af842eb5dc15742 4d2878a89ed01fd1166c3cbcfe731618da7f8b5b 7e49d1b8ab7d32d2ce46d4da124f402eef2596fb 81411a1ef91ca0c77f6b363899fc35675065f6f0 abdf392337fedfb0779e0fc27f7b60c7e9150930 b4b05569de6ebd00674dcc2b8ba666d8780d9502 d77a193d6869b15e23e95c969ed8b34343eab37d d92bb9acfb88bcaca240bc6cc2144420f18e10c4 f2aca51c10bce344983fbe2dfde43cdce75d15ca f6b0fb2c0c155a1fb38109d30772338784b374c8 Package: ros-jazzy-spdlog-vendor Version: 1.6.1-1noble.20260305.222531 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 43 Depends: libspdlog-dev, ros-jazzy-ros-workspace Homepage: https://github.com/gabime/spdlog Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-spdlog-vendor/ros-jazzy-spdlog-vendor_1.6.1-1noble.20260305.222531_arm64.deb Size: 6746 SHA256: 48d1107e993953cef34bab1dcc0eabd308c865ac0994bad6e858a5267c30f3e4 SHA1: d7266056921753bef62d02203920d145ef748a65 MD5sum: d1d4307ca92890773dcfbeaa28415aa7 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-jazzy-spinnaker-camera-driver Version: 3.0.5-1noble.20260520.012753 Architecture: arm64 Maintainer: "Bernd Pfrommer" Installed-Size: 57672 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.2), libgomp1 (>= 4.9), libstdc++6 (>= 13.1), 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-jazzy-camera-info-manager, ros-jazzy-diagnostic-updater, ros-jazzy-flir-camera-msgs, ros-jazzy-image-transport, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/spinnaker_camera_driver/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-spinnaker-camera-driver/ros-jazzy-spinnaker-camera-driver_3.0.5-1noble.20260520.012753_arm64.deb Size: 9522152 SHA256: d58023244ad86f22a52c7d2f69d3d07572de5102359aa10ea3b53c24cc084a7f SHA1: 0d06c75d5d0e6b5c3e9eb42089b22805b67e4519 MD5sum: de958c82e1a95f2c84e010a655718ae4 Description: ROS2 driver for flir spinnaker sdk Package: ros-jazzy-spinnaker-camera-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-spinnaker-camera-driver Version: 3.0.5-1noble.20260520.012753 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bernd Pfrommer" Installed-Size: 5972 Depends: ros-jazzy-spinnaker-camera-driver (= 3.0.5-1noble.20260520.012753) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-spinnaker-camera-driver/ros-jazzy-spinnaker-camera-driver-dbgsym_3.0.5-1noble.20260520.012753_arm64.deb Size: 4316046 SHA256: 8571977533252691baa84d9b667f12766f9fcf8b7ad64370a444c9fad956ed6c SHA1: 681e85db7453f7fc7fd1e7bde855a72d823fcb92 MD5sum: 7037845b8bbe6bd81c1063d6a3286411 Description: debug symbols for ros-jazzy-spinnaker-camera-driver Build-Ids: 08398affbea90a878bb35f477d15d00231477d29 0d03c08fb265d878efba6d159dc433417cc15e0d 1575cb160afc3c0f87b2c6665a287bea65afa211 42d975c51d265cc40a6d5d926e628e02f668d85d 6a4b775531d214f150558679978821976b548a43 c0bd96ad0600ff3f7c7f22384aaa1bc97f1680a3 cdf6d137c9caba8a923b333cf149afbc30dbda12 e4d4407e204eefbc3b86eb4b851c3f5b8ddad1d1 f26ddf5bca2e0e0f2cf61f49161f4e990de7c823 Package: ros-jazzy-spinnaker-synchronized-camera-driver Version: 3.0.5-1noble.20260520.030035 Architecture: arm64 Maintainer: "Bernd Pfrommer" Installed-Size: 263 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-spinnaker-camera-driver, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/spinnaker_synchronized_camera_driver/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-spinnaker-synchronized-camera-driver/ros-jazzy-spinnaker-synchronized-camera-driver_3.0.5-1noble.20260520.030035_arm64.deb Size: 54930 SHA256: dca9f3c2f14aa14a415cb249210b9dec94142f497ecdbd319381bdff08810495 SHA1: 732b422a3cea65d5b147ae51bb1f661e5f65b60f MD5sum: 535ae32c19e040e67f4efa185f408f06 Description: ROS2 driver for synchronized flir cameras using the Spinnaker SDK Package: ros-jazzy-spinnaker-synchronized-camera-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-spinnaker-synchronized-camera-driver Version: 3.0.5-1noble.20260520.030035 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bernd Pfrommer" Installed-Size: 1857 Depends: ros-jazzy-spinnaker-synchronized-camera-driver (= 3.0.5-1noble.20260520.030035) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-spinnaker-synchronized-camera-driver/ros-jazzy-spinnaker-synchronized-camera-driver-dbgsym_3.0.5-1noble.20260520.030035_arm64.deb Size: 1751948 SHA256: bd7820cf57b2169aed4306479a5ffc7f090761b4e37926ed95a839e2913ecc3b SHA1: 24143ba3d99fcf74ee5eb7640c4d175533febd53 MD5sum: dab802dacdb9c34154f80deecaf711d8 Description: debug symbols for ros-jazzy-spinnaker-synchronized-camera-driver Build-Ids: 08013b20662a3135b870085b343e503bbfe239bd d6cdb71228b0ed2309e223e9b273792b1059963c Package: ros-jazzy-splsm-7 Version: 3.0.1-4noble.20260519.194842 Architecture: arm64 Maintainer: ijnek Installed-Size: 1026 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-splsm-7/ros-jazzy-splsm-7_3.0.1-4noble.20260519.194842_arm64.deb Size: 50254 SHA256: 2041ec26b7220219264428dfd23902c69f00eab5df511b2a5b290c56b228b8b6 SHA1: f20f162bada360cdca4cc1ce37739f1e6ce2be15 MD5sum: 9b47b58b285936c0119823c13036b45e Description: RoboCup Standard Platform League Standard Message V7 ROS msg Package: ros-jazzy-splsm-7-conversion Version: 3.0.1-4noble.20260519.202249 Architecture: arm64 Maintainer: ijnek Installed-Size: 38 Depends: python3-construct, ros-jazzy-splsm-7, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-splsm-7-conversion/ros-jazzy-splsm-7-conversion_3.0.1-4noble.20260519.202249_arm64.deb Size: 6090 SHA256: 4dfd39e064017051caf9c9c3153b108aa8f6151accf7f479e6f0497465268856 SHA1: 31b2d5e4514d3dadab9167a956c1b60f4aedf37e MD5sum: 8f52dc7791689015819d44da50b32de0 Description: Converts Standard Platform League Standard Message V7 between ROS msg and UDP raw bytes Package: ros-jazzy-splsm-7-dbgsym Package-Type: ddeb Source: ros-jazzy-splsm-7 Version: 3.0.1-4noble.20260519.194842 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 329 Depends: ros-jazzy-splsm-7 (= 3.0.1-4noble.20260519.194842) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-splsm-7/ros-jazzy-splsm-7-dbgsym_3.0.1-4noble.20260519.194842_arm64.deb Size: 218182 SHA256: cd2888ab68cd6133464425d15cc99dcea2257ea92d5530cce58a9295b25a34a5 SHA1: 1ca0e8f4c7ec8a6b603575ba796a4806d67e691e MD5sum: e371742c48cbd96a41622039004fc8c2 Description: debug symbols for ros-jazzy-splsm-7 Build-Ids: 00fe5b7ea4d72b4ffdc578e238c083537d71f9e0 05445bffe5e75473e04b4a23d374682efc2fa82a 3aec024d8988e4c8a49bb92c32e1e6a64e4ecd5c 4338daee842b4d8a40a3afd1dcf20347c32b7409 440bc737c35e94ef7e4146e18c89d6b5038f9083 4ef7c7c764448b423aa8ee9c40ec756f9f0f7c71 534647dbaf3d4a1e9d73c9809843e729cc7bfaa8 6677029d5bb46ddf129d189d3f49da3567d3a25e bd602cb88d4a45a1fd7d9c8fe0feeb0fec259b75 c5e5b21333ad16348796abadccbafbb08de16703 e7a6c283b9fb0fb78646d2d1cd4b3e6eed9b32b7 Package: ros-jazzy-sqlite3-vendor Version: 0.26.10-2noble.20260408.222321 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 48 Depends: libsqlite3-dev, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sqlite3-vendor/ros-jazzy-sqlite3-vendor_0.26.10-2noble.20260408.222321_arm64.deb Size: 8016 SHA256: 3d04e5aa394a5663c65255bc44ba94329b22a17ae46fc9a411a74fc65c2f8d5f SHA1: 7a026f698b61dd4b6215cdd3d680a2bc21be512d MD5sum: 979bf19792ab19b1b96cec5305f3d423 Description: SQLite 3 vendor package Package: ros-jazzy-srdfdom Version: 2.0.7-1noble.20260520.035138 Architecture: arm64 Maintainer: MoveIt Release Team Installed-Size: 236 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), libtinyxml2-10 (>= 10.0.0), libconsole-bridge-dev, ros-jazzy-console-bridge-vendor, ros-jazzy-tinyxml2-vendor, ros-jazzy-urdf, ros-jazzy-urdfdom-py, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/srdfdom Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-srdfdom/ros-jazzy-srdfdom_2.0.7-1noble.20260520.035138_arm64.deb Size: 56804 SHA256: 8eca08457805ed3116c9ae44867005d57b2ee429133af083b9e1066cdc16917a SHA1: 001f643f2cf55a02d3ad711a0409a62efb5fa02e MD5sum: 9c318e6814e83ebe6556a03278e38296 Description: Parser for Semantic Robot Description Format (SRDF). Package: ros-jazzy-srdfdom-dbgsym Package-Type: ddeb Source: ros-jazzy-srdfdom Version: 2.0.7-1noble.20260520.035138 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: MoveIt Release Team Installed-Size: 713 Depends: ros-jazzy-srdfdom (= 2.0.7-1noble.20260520.035138) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-srdfdom/ros-jazzy-srdfdom-dbgsym_2.0.7-1noble.20260520.035138_arm64.deb Size: 669094 SHA256: f9e7ab23fa7f7cc5d52ca17a5009cee9d5311217457bcb2bc21b35dcc4286484 SHA1: 8daa32174a3ddd632efb684830002ff0d4a757e2 MD5sum: ecd09172a2d28b59c0c143b851d1b989 Description: debug symbols for ros-jazzy-srdfdom Build-Ids: 3c0f7adae9387a5e994e123a9eded0ba01ad30ff Package: ros-jazzy-sros2 Version: 0.13.6-1noble.20260520.032611 Architecture: arm64 Maintainer: ROS Security Working Group Installed-Size: 243 Depends: python3-argcomplete, python3-cryptography, python3-lxml, python3-minimal, ros-jazzy-ament-index-python, ros-jazzy-rclpy, ros-jazzy-ros2cli, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sros2/ros-jazzy-sros2_0.13.6-1noble.20260520.032611_arm64.deb Size: 44920 SHA256: 05292f1d092d5727ea2de51ee7f23fbe8a9620b37e74778e37d5515323fed4d3 SHA1: 20eec4ed3b98f77bddad5bef04752fc30fd005f5 MD5sum: 1ed5b7d6de267118f80913505af9d051 Description: Command line tools for managing SROS2 keys Package: ros-jazzy-sros2-cmake Version: 0.13.6-1noble.20260520.105308 Architecture: arm64 Maintainer: ROS Security Working Group Installed-Size: 45 Depends: ros-jazzy-ros2cli, ros-jazzy-sros2, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sros2-cmake/ros-jazzy-sros2-cmake_0.13.6-1noble.20260520.105308_arm64.deb Size: 6994 SHA256: 2fb718a1698a03bf5c647c79c09d5eb803074d47654641cb369efa54c5d1f1db SHA1: 6fb602686dca92165efc03527d567fda86877b43 MD5sum: ccdc9e789761713a99e41cee0a6dd451 Description: CMake macros to configure security Package: ros-jazzy-state-interfaces-broadcaster Version: 4.40.1-1noble.20260520.050624 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 340 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-backward-ros, ros-jazzy-control-msgs, ros-jazzy-controller-interface, ros-jazzy-generate-parameter-library, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-realtime-tools, ros-jazzy-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-state-interfaces-broadcaster/ros-jazzy-state-interfaces-broadcaster_4.40.1-1noble.20260520.050624_arm64.deb Size: 80750 SHA256: 43384c8a8eda30cfcc8eeee8b2bf03b0285216480aec31ddaaab12cef31c5bcb SHA1: 8ced2362e3fc73a84c7d3222a1e3edbca94bfa67 MD5sum: 3e4ccb300be2c89072d99beabd6f0abf Description: Broadcaster to publish the requested hardware interface states Package: ros-jazzy-state-interfaces-broadcaster-dbgsym Package-Type: ddeb Source: ros-jazzy-state-interfaces-broadcaster Version: 4.40.1-1noble.20260520.050624 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 1375 Depends: ros-jazzy-state-interfaces-broadcaster (= 4.40.1-1noble.20260520.050624) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-state-interfaces-broadcaster/ros-jazzy-state-interfaces-broadcaster-dbgsym_4.40.1-1noble.20260520.050624_arm64.deb Size: 1229358 SHA256: 1def1c209102a8f73fa8e159e7c5e2b6228296716fbca6e26f8af51fd9e41a2d SHA1: 9e67afb2d7385dc78e5bf0f09e08a23a52b5ad2b MD5sum: 502aa83586fde3b9cbbeb522c61300b1 Description: debug symbols for ros-jazzy-state-interfaces-broadcaster Build-Ids: dd12a363b22963519670e719896f5db9896600e4 Package: ros-jazzy-statistics-msgs Version: 2.0.4-1noble.20260519.042157 Architecture: arm64 Maintainer: "Geoffrey Biggs" Installed-Size: 1232 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/statistics_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-statistics-msgs/ros-jazzy-statistics-msgs_2.0.4-1noble.20260519.042157_arm64.deb Size: 68652 SHA256: d8e8ccebb2fc364a91505a0c386eba79f2e3be292a536fea5d7a01695c954cd4 SHA1: 47eb7755ceb19d99aa2edde32154190a58005aea MD5sum: b61ac3033f9629486b435859882bf200 Description: Message definitions for reporting statistics for topics and system resources. Package: ros-jazzy-statistics-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-statistics-msgs Version: 2.0.4-1noble.20260519.042157 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Geoffrey Biggs" Installed-Size: 540 Depends: ros-jazzy-statistics-msgs (= 2.0.4-1noble.20260519.042157) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-statistics-msgs/ros-jazzy-statistics-msgs-dbgsym_2.0.4-1noble.20260519.042157_arm64.deb Size: 380496 SHA256: 53b70d2f844f3a09e2b9bed21d7fd4ba76f7454016e62f888b12927e3cf42fc6 SHA1: 713e2fd67c1efa3ee99bdc3ab27e6b32fe2f73cc MD5sum: e59cf9e5231ba17fceaa93a2cb89d4e6 Description: debug symbols for ros-jazzy-statistics-msgs Build-Ids: 38cf1ce4639e529cea5a344a28879668b6830f20 4e53ca3306d8471d1c49e0ecbf66df0adef09e58 7cd8b1e9af11ce2a0057b97f356bdac57223f876 8488963aaea1523cea952cc3b5c2d144a00246c0 8d6bd4020810f8075f604fb1ee1b6293c68b6b0c 9796216c58c68d6681b352e86f3918504a48e8b4 9bf6f7fe82246e8dfedb73273d55259f3295c638 a86d9d543ae8212f61fca9d2fd539c8d7dd86c99 c555db7ed0f458d791839a7a9f3805019ae2ed72 ea5502b2d74511149a8f5df917d4dcd019362df3 fe12b4d2a1f2878abb572e9be98f7f374d08635b Package: ros-jazzy-std-msgs Version: 5.3.7-1noble.20260519.042516 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 4144 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-std-msgs/ros-jazzy-std-msgs_5.3.7-1noble.20260519.042516_arm64.deb Size: 236168 SHA256: 0d0afccdc1dcccc9f246c1ed97908e918be1943c935702895e0e414a09b76738 SHA1: dbaf59a358f3158701030d4677b51ea91ff7e4c0 MD5sum: 58eeafab9372b9d083607637364386d2 Description: A package containing some standard message definitions. Package: ros-jazzy-std-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-std-msgs Version: 5.3.7-1noble.20260519.042516 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tully Foote Installed-Size: 3562 Depends: ros-jazzy-std-msgs (= 5.3.7-1noble.20260519.042516) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-std-msgs/ros-jazzy-std-msgs-dbgsym_5.3.7-1noble.20260519.042516_arm64.deb Size: 2751492 SHA256: c3598ba2c48ca065900dc48b4199dbee3048f6db229f80b0c7885e5236f42c6a SHA1: 6efa35f65c224980b98a976a054962e5b466c045 MD5sum: ff9e22ecf8959d02c0dcb5bd6a204a56 Description: debug symbols for ros-jazzy-std-msgs Build-Ids: 1322f03c4869755decee992fb9d3118cff15fcf9 21c37152334c3cd7a5b69d0c3763fe71f3dc4439 2fc85914d26c4b73b5a3240e504f8f38ffe1c6b9 59f3f666b5be187cb55a95fdf48ccbdf374a831c 8184921d53e30969250a4cc6027ec9a25ab78ae2 81977187c39412e805f2b180d5e463c2d3499a0a 830823c17ed18980d7af9697ce9997535e494fa3 b05cfa8346cebd812e6ab67ca49d21af6c6b7261 b0f1d28d047450eba8de07bcec6648129d667aa3 b67d3416d5113370c377c3eb2a4ed747c51ee415 d28b5ef8ae2ffea8f00f0c8606e163d70d4f094b Package: ros-jazzy-std-srvs Version: 5.3.7-1noble.20260519.195356 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 1840 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-std-srvs/ros-jazzy-std-srvs_5.3.7-1noble.20260519.195356_arm64.deb Size: 111406 SHA256: 53a6861b245257a97b7e3042574711f793abf2ee034cd7e93834dd6e7359b11a SHA1: 228399914215b4975201c87c49375795da6ebc66 MD5sum: 48690444d5a9235fbf68696db915bd77 Description: A package containing some standard service definitions. Package: ros-jazzy-std-srvs-dbgsym Package-Type: ddeb Source: ros-jazzy-std-srvs Version: 5.3.7-1noble.20260519.195356 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tully Foote Installed-Size: 1058 Depends: ros-jazzy-std-srvs (= 5.3.7-1noble.20260519.195356) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-std-srvs/ros-jazzy-std-srvs-dbgsym_5.3.7-1noble.20260519.195356_arm64.deb Size: 771594 SHA256: b947610e988f1643e5b174e89a8f608f805a0bf6c3564975d4c7ed85453e3a47 SHA1: d686f65f55a5f7dad0690ba52079625eb7a0369a MD5sum: 5c7c94916c4184d8590efe28c97ee9c9 Description: debug symbols for ros-jazzy-std-srvs Build-Ids: 1bd1a7a3d1fd4ca6b670d62942c36dcf59c33705 1e9d394bd15ff90846d8370d96906dc422ef2df3 1f9dad86a51623964df0fa4321121d12bbf14d5b 344d6763c41de6c0383bbc147f4b1ffbbc24e337 639cbad317313c1a0b864f4b0eff79851325358f 752cf2bbe3c13fab59ba62e8816d70b9e00b6f7e 76430f8732456e4c9f1f246959cad757048f7568 8689f5fb1b60bdf83e59a09532e621ecb608c24f 9e28d0b01537dbe205baa02938bb2266d1c6bd98 9fc78da952b2420aa007dba4b5629c6469a925e4 d6a6b5d3dd7ae0cdc20da9c8b5cb4208b7f8f346 Package: ros-jazzy-steering-controllers-library Version: 4.40.1-1noble.20260520.050730 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 903 Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-backward-ros, ros-jazzy-control-msgs, ros-jazzy-controller-interface, ros-jazzy-generate-parameter-library, ros-jazzy-geometry-msgs, ros-jazzy-hardware-interface, ros-jazzy-nav-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-rcpputils, ros-jazzy-realtime-tools, ros-jazzy-std-srvs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-msgs, ros-jazzy-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-steering-controllers-library/ros-jazzy-steering-controllers-library_4.40.1-1noble.20260520.050730_arm64.deb Size: 189138 SHA256: 7a3825f203cfebc764e2062a86e0a9c9718a4e2d7f0dbf66634ab3050c455bf9 SHA1: 9311752008f384cc47d0f7ed5ad55d3089a2d39a MD5sum: f15307e7332f1fa2455706c1fb23dab6 Description: Package for steering robot configurations including odometry and interfaces. Package: ros-jazzy-steering-controllers-library-dbgsym Package-Type: ddeb Source: ros-jazzy-steering-controllers-library Version: 4.40.1-1noble.20260520.050730 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 3678 Depends: ros-jazzy-steering-controllers-library (= 4.40.1-1noble.20260520.050730) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-steering-controllers-library/ros-jazzy-steering-controllers-library-dbgsym_4.40.1-1noble.20260520.050730_arm64.deb Size: 3175334 SHA256: f3cdebcc9c3409a475b9658445e3c0419fbcb17322cf4b6789782b0a99598898 SHA1: 89efd0d5909dde0bfce5da7b423124da94186a2a MD5sum: 686ffe91d889cb729e20f6ff6a2b9f3f Description: debug symbols for ros-jazzy-steering-controllers-library Build-Ids: 6ec55d16a6a97c2cb4cae96bc5cd2ef52b7f72b6 Package: ros-jazzy-steering-functions Version: 0.3.0-1noble.20260225.121645 Architecture: arm64 Maintainer: Holger Banzhaf Installed-Size: 939 Depends: libeigen3-dev, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-steering-functions/ros-jazzy-steering-functions_0.3.0-1noble.20260225.121645_arm64.deb Size: 130582 SHA256: ed41c0ef321aa8b4683358d4e0f30ccbdd2c6756af47aa065818497ff3057a31 SHA1: 8fa7fd0f4cb1357285154bb92dbb396095faca7f MD5sum: ff86c17f2ce7789544adbff5114439e9 Description: The steering_functions package Package: ros-jazzy-stereo-image-proc Version: 5.0.12-1noble.20260520.013418 Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 1571 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), ros-jazzy-cv-bridge, ros-jazzy-image-geometry, ros-jazzy-image-proc, ros-jazzy-image-transport, ros-jazzy-message-filters, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-stereo-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/stereo_image_proc/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-stereo-image-proc/ros-jazzy-stereo-image-proc_5.0.12-1noble.20260520.013418_arm64.deb Size: 277904 SHA256: 8c734325c04c1d5c12f12fc8f3fef939c267983cf65a14f950fb1f3ee2e0dae0 SHA1: 7a274ea982041ee708d181425b7e4e7db1b975c8 MD5sum: 36dcb02619a26fd3677d8446ef553d8c Description: Stereo and single image rectification and disparity processing. Package: ros-jazzy-stereo-image-proc-dbgsym Package-Type: ddeb Source: ros-jazzy-stereo-image-proc Version: 5.0.12-1noble.20260520.013418 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 7655 Depends: ros-jazzy-stereo-image-proc (= 5.0.12-1noble.20260520.013418) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-stereo-image-proc/ros-jazzy-stereo-image-proc-dbgsym_5.0.12-1noble.20260520.013418_arm64.deb Size: 6391384 SHA256: 24aa38b2844c1eb9772641ce3ab0a8cedd55208af79f24a047cf18d61e17eea8 SHA1: 27ceedb6e6d23b0f6a889208f07f2659cb4212cc MD5sum: ebcfebdae1b86c075d8e24ebe27b2b55 Description: debug symbols for ros-jazzy-stereo-image-proc Build-Ids: 5ed850ca1b1d5df9ec75b00fc4d3f6cc90ea2989 78f77a9f2e64d8bb6a360b1db863d817c94ddbee fce3b633478bcaa28f53a9c7a19207e446e85856 Package: ros-jazzy-stereo-msgs Version: 5.3.7-1noble.20260519.193559 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 1045 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-stereo-msgs/ros-jazzy-stereo-msgs_5.3.7-1noble.20260519.193559_arm64.deb Size: 49456 SHA256: 0f7b618e176cb60f6f5cdb1d1f307aac61eff11100e79c57da219966e2e6b257 SHA1: 3109ce2befd5e7a4d9c19520d408d7d89ad84299 MD5sum: f0de87050eb2cdc54bf791f06a623517 Description: A package containing some stereo camera related message definitions. Package: ros-jazzy-stereo-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-stereo-msgs Version: 5.3.7-1noble.20260519.193559 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tully Foote Installed-Size: 318 Depends: ros-jazzy-stereo-msgs (= 5.3.7-1noble.20260519.193559) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-stereo-msgs/ros-jazzy-stereo-msgs-dbgsym_5.3.7-1noble.20260519.193559_arm64.deb Size: 207810 SHA256: 2ce6fd79aaf04713114cf1955e8405571d39d698037b491f015f9182eade69f0 SHA1: 404a26768b85b7c56acbef4fb526d0c6218bab23 MD5sum: 19ce25e185425f9cc11a135376e264dc Description: debug symbols for ros-jazzy-stereo-msgs Build-Ids: 09a81f0351ec33d6869f061cb44e77e9019272d5 16fa52f154a2f8919084c34c649a5e8f09410510 175a37c35408e0a2db129e198206be980283a457 a2f7cfbd2460934d098cba8b3e0949cb07dedf1c af55a4e96c1798ce523ca19ba41ab2c427592aa4 c6107f442af035d8cb210f214066063c1c6a33dc d271354db2382aa587a0e7fd11f261f159b45434 d4b4b96a800617e529ed169ef563f9450a91bba7 f1741e85a2786eb39cd7392461232393878f598d f6a806519e071cfd75e04ff7cb23eb920ee106e3 f753511fbd603bde97fcaf777257ff1a7181776b Package: ros-jazzy-stomp Version: 0.1.2-4noble.20260305.205336 Architecture: arm64 Maintainer: Jorge Nicho Installed-Size: 264 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-jazzy-ros-workspace Homepage: http://wiki.ros.org/stomp Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-stomp/ros-jazzy-stomp_0.1.2-4noble.20260305.205336_arm64.deb Size: 63202 SHA256: c6b612b5f6188dc2223ec8b4b1dbe3760cd775e4051127ec07c289ceef35cd87 SHA1: 82df7485f67aac94fff7d51d478f8da98d3d6517 MD5sum: d3e82bcdca966aeaed9561e869f3cfca 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-jazzy-stomp-dbgsym Package-Type: ddeb Source: ros-jazzy-stomp Version: 0.1.2-4noble.20260305.205336 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jorge Nicho Installed-Size: 2648 Depends: ros-jazzy-stomp (= 0.1.2-4noble.20260305.205336) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-stomp/ros-jazzy-stomp-dbgsym_0.1.2-4noble.20260305.205336_arm64.deb Size: 2619258 SHA256: 7bd381e12a0294308e4da1d456794932c69620fa4d80a0aab2989f67dd4f5eca SHA1: f895fed9c341bae63163ab6f6b2896da06638632 MD5sum: 94c6b976051c628ce2bfdf1a556e44c2 Description: debug symbols for ros-jazzy-stomp Build-Ids: 12e2e9d9f3c27b7c987505a068d78c0a8629a3bc fd9c498870e2bc3e560968593287ff06666b8a0d Package: ros-jazzy-swri-cli-tools Version: 3.8.9-1noble.20260520.042718 Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 92 Depends: python3-natsort, ros-jazzy-marti-introspection-msgs, ros-jazzy-rcl-interfaces, ros-jazzy-rclpy, ros-jazzy-ros2cli, ros-jazzy-ros2node, ros-jazzy-ros2param, ros-jazzy-ros2topic, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/swri_cli_tools/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-cli-tools/ros-jazzy-swri-cli-tools_3.8.9-1noble.20260520.042718_arm64.deb Size: 14600 SHA256: a6c3c496e6c50ad8cbf18dc3cf468b8f7b802fec4cf9f8af4d482b11885b5c2c SHA1: 8f4e9b800f5c3048e16aca403e02bf865963e2de MD5sum: 04a0c0e9652e2eedd77c7f59901e45e4 Description: Command line tools for introspecting ROS systems Package: ros-jazzy-swri-console Version: 2.1.3-1noble.20260520.051032 Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 4852 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libqt5gui5t64, ros-jazzy-rcl-interfaces, ros-jazzy-rclcpp, ros-jazzy-rmw, ros-jazzy-rosbag2-storage-mcap, ros-jazzy-rosbag2-transport, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/swri_console Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-console/ros-jazzy-swri-console_2.1.3-1noble.20260520.051032_arm64.deb Size: 1799562 SHA256: c0ac3e7829fc8c3de5ca4fea5c17c37fbcad183a1e918b2001e2efda61e78b05 SHA1: c3ba06587bdecfdbfe10d68be778f36e220cf065 MD5sum: 881ce774db89142c85db3854ba7a25c4 Description: A rosout GUI viewer developed at Southwest Research Institute as an alternative to rqt_console. Package: ros-jazzy-swri-console-dbgsym Package-Type: ddeb Source: ros-jazzy-swri-console Version: 2.1.3-1noble.20260520.051032 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 5587 Depends: ros-jazzy-swri-console (= 2.1.3-1noble.20260520.051032) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-console/ros-jazzy-swri-console-dbgsym_2.1.3-1noble.20260520.051032_arm64.deb Size: 5196346 SHA256: 7530481480f1883da02d2819ccb64d174a7cd2157ea4263eb02bd85675d59143 SHA1: 2b8e7dc7e4d061f11266cd0328280bc34a1b34b3 MD5sum: aa8ede8d7b34b04c8295de14724fc87b Description: debug symbols for ros-jazzy-swri-console Build-Ids: b47d4c4a4af4bf7b2568f5cbe9da42235ef4ced0 Package: ros-jazzy-swri-console-util Version: 3.8.9-1noble.20260520.031819 Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 129 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: https://github.com/swri-robotics/marti_common Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-console-util/ros-jazzy-swri-console-util_3.8.9-1noble.20260520.031819_arm64.deb Size: 17416 SHA256: 859704ddc68657b9850e6acb2f0a2a1ccf436d6bff361f18d57c6a4f77f5f3c6 SHA1: 54eec9a970098bd692f69aca23b9e0365f4a33f1 MD5sum: 8839ed17fb141700626bd5177d9be9f2 Description: Utility functions for interacting with console Package: ros-jazzy-swri-console-util-dbgsym Package-Type: ddeb Source: ros-jazzy-swri-console-util Version: 3.8.9-1noble.20260520.031819 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 212 Depends: ros-jazzy-swri-console-util (= 3.8.9-1noble.20260520.031819) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-console-util/ros-jazzy-swri-console-util-dbgsym_3.8.9-1noble.20260520.031819_arm64.deb Size: 194786 SHA256: dbcc5224c1a0792b3efa8babb18cb13b10ee328fe54fce8d1207d2493911c01d SHA1: 6a56779ac6e8154e2c069de36f385e9acb67a566 MD5sum: 67b979fd5278e3bd728ce586bee399b2 Description: debug symbols for ros-jazzy-swri-console-util Build-Ids: cfb67f9c503167d1b69de3acafcc5e930c5240d9 Package: ros-jazzy-swri-dbw-interface Version: 3.8.9-1noble.20260516.181133 Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 54 Depends: ros-jazzy-ros-workspace Homepage: https://github.com/swri-robotics/marti_common Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-dbw-interface/ros-jazzy-swri-dbw-interface_3.8.9-1noble.20260516.181133_arm64.deb Size: 8824 SHA256: 3778353f412f385b158a91cc051f71ffab96bbc6dcc9357944760a41037daede SHA1: 5103dce5e558e1367b30763b507bf7bd478323ab MD5sum: 00b702626fed94480f58582257282c18 Description: This package provides documentation on common interface conventions for drive-by-wire systems. Package: ros-jazzy-swri-geometry-util Version: 3.8.9-1noble.20260519.202039 Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 142 Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.3.1), libgeos-c1t64 (>= 3.5.0), libstdc++6 (>= 5), libeigen3-dev, libgeos-dev, libopencv-dev, ros-jazzy-tf2, ros-jazzy-ros-workspace Homepage: https://github.com/swri-robotics/marti_common Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-geometry-util/ros-jazzy-swri-geometry-util_3.8.9-1noble.20260519.202039_arm64.deb Size: 44466 SHA256: 80944772f1135b2a31111e9d9541f2772ef62696346bd068a41773153c394d93 SHA1: f8ef82e00a7518abdc3e39e87f1ad855216c0dad MD5sum: cdbddad83f649e8234e0f2c664b18b6f Description: Commonly used geometry routines, implemented in a ROS friendly package. Package: ros-jazzy-swri-geometry-util-dbgsym Package-Type: ddeb Source: ros-jazzy-swri-geometry-util Version: 3.8.9-1noble.20260519.202039 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 1797 Depends: ros-jazzy-swri-geometry-util (= 3.8.9-1noble.20260519.202039) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-geometry-util/ros-jazzy-swri-geometry-util-dbgsym_3.8.9-1noble.20260519.202039_arm64.deb Size: 1790356 SHA256: 891c0adaa26b4f3a89cc9f4ed45fef7ba7766a9743e062086a091dd39e493a51 SHA1: 87f31904e37a86973c41d6c387051238eaeeb1de MD5sum: ea959ac9f3d78500c44eb70cd3af303a Description: debug symbols for ros-jazzy-swri-geometry-util Build-Ids: eb4c6d08cb23e324c5bf737d21b281fb7a1a6d6e Package: ros-jazzy-swri-image-util Version: 3.8.9-1noble.20260520.044106 Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 682 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-features2d406t64 (>= 4.6.0+dfsg), libopencv-highgui406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopencv-stitching406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libeigen3-dev, libopencv-dev, ros-jazzy-ament-index-cpp, ros-jazzy-camera-calibration-parsers, ros-jazzy-cv-bridge, ros-jazzy-image-geometry, ros-jazzy-image-transport, ros-jazzy-message-filters, ros-jazzy-rcl-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclpy, ros-jazzy-swri-geometry-util, ros-jazzy-swri-math-util, ros-jazzy-swri-opencv-util, ros-jazzy-tf2, ros-jazzy-ros-workspace Homepage: https://github.com/swri-robotics/marti_common Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-image-util/ros-jazzy-swri-image-util_3.8.9-1noble.20260520.044106_arm64.deb Size: 167676 SHA256: e8ed399dabad86df6a5da22715a36331356b735efd691b131855796466368ee8 SHA1: 32365890f4eb02a086355b737d488797e5036973 MD5sum: 22c406156f1a3914bad0b44b555a556c Description: A package of commonly image manipulation utilities. Package: ros-jazzy-swri-image-util-dbgsym Package-Type: ddeb Source: ros-jazzy-swri-image-util Version: 3.8.9-1noble.20260520.044106 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 6836 Depends: ros-jazzy-swri-image-util (= 3.8.9-1noble.20260520.044106) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-image-util/ros-jazzy-swri-image-util-dbgsym_3.8.9-1noble.20260520.044106_arm64.deb Size: 6230682 SHA256: ccbed23d9f836a5d222fb7b5dc7112a0efa197d54f36b278f43ea02576fbb76d SHA1: 23f0dbd27ac620ffb2a4a8e36f1c24dfb31987c4 MD5sum: ab2d6a942f046d3e9ecfa181b7bf491e Description: debug symbols for ros-jazzy-swri-image-util Build-Ids: cd9d9010a9d9e3d37c53d53a90fd88fbc9dc1e32 de0f1115c4c9b2df551b33a7ea4e67d061fb2da3 Package: ros-jazzy-swri-math-util Version: 3.8.9-1noble.20260520.031907 Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 165 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: https://github.com/swri-robotics/marti_common Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-math-util/ros-jazzy-swri-math-util_3.8.9-1noble.20260520.031907_arm64.deb Size: 30606 SHA256: a7094375b29aa59db347ad83de06ebf80eb4133e0beac77dcfca9504e9e680b0 SHA1: f6f3338a696eb5cbb8f6877143ce1f9b31668a2c MD5sum: 12a7cb7c183c8901e5b3e50031eb1eb2 Description: A package with commonly used math utility code. Package: ros-jazzy-swri-math-util-dbgsym Package-Type: ddeb Source: ros-jazzy-swri-math-util Version: 3.8.9-1noble.20260520.031907 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 334 Depends: ros-jazzy-swri-math-util (= 3.8.9-1noble.20260520.031907) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-math-util/ros-jazzy-swri-math-util-dbgsym_3.8.9-1noble.20260520.031907_arm64.deb Size: 305982 SHA256: 5025368bd1ab74030ea0e2dc4f50abeee6d3cbf2b3a75bae4aedced965417bd6 SHA1: 3206f63c86a7a1db3ae23ad2de5d2d2cbde0a8db MD5sum: 2f7160da9ba982f7a14cfba9177f8da8 Description: debug symbols for ros-jazzy-swri-math-util Build-Ids: 60cce3aec979872ce86877a347187d3b746687c8 Package: ros-jazzy-swri-opencv-util Version: 3.8.9-1noble.20260520.043522 Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 223 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-highgui406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 5.2), libopencv-dev, ros-jazzy-cv-bridge, ros-jazzy-swri-math-util, ros-jazzy-ros-workspace Homepage: https://github.com/swri-robotics/marti_common Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-opencv-util/ros-jazzy-swri-opencv-util_3.8.9-1noble.20260520.043522_arm64.deb Size: 44636 SHA256: 86ceb2094de0be0ac8c46f13f99216863b3f683f401262d688560551de6f0753 SHA1: 633f0509734382f254c895d8ddbc7d1803fec72a MD5sum: bde537ceb3ae7c4e337a607f89dc7fdf Description: A package with commonly used OpenCV functionality. Package: ros-jazzy-swri-opencv-util-dbgsym Package-Type: ddeb Source: ros-jazzy-swri-opencv-util Version: 3.8.9-1noble.20260520.043522 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 511 Depends: ros-jazzy-swri-opencv-util (= 3.8.9-1noble.20260520.043522) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-opencv-util/ros-jazzy-swri-opencv-util-dbgsym_3.8.9-1noble.20260520.043522_arm64.deb Size: 474192 SHA256: 2641578e656cd2c46c10423e3fc80258787e4f889733e56702a1c0647c4ab4bd SHA1: 7ff74c16ff8628636ea3d53bf90bb1349aacf9f3 MD5sum: b0a1ca49879bf35cd40f57d382e7e8d2 Description: debug symbols for ros-jazzy-swri-opencv-util Build-Ids: 9b459dd38a82cda03dbcf154b338ec803dc3d5dd Package: ros-jazzy-swri-roscpp Version: 3.8.9-1noble.20260520.052010 Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 670 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-diagnostic-msgs, ros-jazzy-diagnostic-updater, ros-jazzy-marti-common-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/swri_roscpp/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-roscpp/ros-jazzy-swri-roscpp_3.8.9-1noble.20260520.052010_arm64.deb Size: 124696 SHA256: dd47bee447dc9c883c724f3b9d34c88d3e3ec07613726627f1438da4c9c6597d SHA1: fcea2a0f2ea361502b45af622f243bc986ee3db8 MD5sum: 854ae95b45a9b926145a26cdcd0805c1 Description: A package that extends rclcpp with some commonly used functionality to reduce boilerplate code. Package: ros-jazzy-swri-roscpp-dbgsym Package-Type: ddeb Source: ros-jazzy-swri-roscpp Version: 3.8.9-1noble.20260520.052010 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 2251 Depends: ros-jazzy-swri-roscpp (= 3.8.9-1noble.20260520.052010) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-roscpp/ros-jazzy-swri-roscpp-dbgsym_3.8.9-1noble.20260520.052010_arm64.deb Size: 1873784 SHA256: a9440cfa3c3904ca33f027d4bedcb12123b160474a259bab25aedc9fbd9b87a9 SHA1: 220b6b760ddf2e7aaa39e2c6a13d2f78f0391e19 MD5sum: b572e6eb6055389308f3928b92c162b6 Description: debug symbols for ros-jazzy-swri-roscpp Build-Ids: b659579cf2cf9303ae7161397f60e00d7b45a9e6 Package: ros-jazzy-swri-route-util Version: 3.8.9-1noble.20260520.053446 Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 233 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-geometry-msgs, ros-jazzy-marti-common-msgs, ros-jazzy-marti-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-swri-geometry-util, ros-jazzy-swri-math-util, ros-jazzy-swri-transform-util, ros-jazzy-tf2-geometry-msgs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/swri_route_util/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-route-util/ros-jazzy-swri-route-util_3.8.9-1noble.20260520.053446_arm64.deb Size: 62184 SHA256: ba4191efc092262e62c7bf0b996107bf06973c94b082e38cfe3ad8ee67b01035 SHA1: d712897aa4ac6d28388f3bc40068e8d9e135e333 MD5sum: ea4ec2187bb9ef70bcd61cd4e9341cdb Description: This library provides functionality to simplify working with the navigation messages defined in marti_nav_msgs. Package: ros-jazzy-swri-route-util-dbgsym Package-Type: ddeb Source: ros-jazzy-swri-route-util Version: 3.8.9-1noble.20260520.053446 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 1019 Depends: ros-jazzy-swri-route-util (= 3.8.9-1noble.20260520.053446) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-route-util/ros-jazzy-swri-route-util-dbgsym_3.8.9-1noble.20260520.053446_arm64.deb Size: 968126 SHA256: a095b8860562df60b226f9fd546f11dd75d4201cbc1f1c06ec3fded5afd3a065 SHA1: 6f7d610801fb51a84cfc4ab473d55ec699fd35b2 MD5sum: 8ebab22de12e3d75285ed1f1bf435c21 Description: debug symbols for ros-jazzy-swri-route-util Build-Ids: 331d118bdbbe4bf8212cb11f9843007d6c57b75e Package: ros-jazzy-swri-serial-util Version: 3.8.9-1noble.20260516.181023 Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 129 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-jazzy-ros-workspace Homepage: https://github.com/swri-robotics/marti_common Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-serial-util/ros-jazzy-swri-serial-util_3.8.9-1noble.20260516.181023_arm64.deb Size: 19284 SHA256: 98822e3864588aa45b13a597a793b4b59cd62cb0446c4e2b50c9018bbab2cfd9 SHA1: 8f99f01def43f53cdd2ef7c0747e16ebc0c7b589 MD5sum: 4bc5deb0090e15c580845f3218d3376a Description: Contains nodes and utilities for serial communication in ROS. Package: ros-jazzy-swri-serial-util-dbgsym Package-Type: ddeb Source: ros-jazzy-swri-serial-util Version: 3.8.9-1noble.20260516.181023 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 97 Depends: ros-jazzy-swri-serial-util (= 3.8.9-1noble.20260516.181023) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-serial-util/ros-jazzy-swri-serial-util-dbgsym_3.8.9-1noble.20260516.181023_arm64.deb Size: 80442 SHA256: f099d06efd41be9d9bfbbe476a1a47e0e5bba3f58c679db0572466180a7f3a54 SHA1: 6c7cbf7354b5a832c652efad697cdc864f44fdbb MD5sum: b88151c23ecc4565cec4333785e78941 Description: debug symbols for ros-jazzy-swri-serial-util Build-Ids: ccbe458d059285b8f0948428773402e3157ffaea Package: ros-jazzy-swri-transform-util Version: 3.8.9-1noble.20260520.052546 Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 2846 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgeographiclib26 (>= 1.40), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libproj25 (>= 5.0.0), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libgeographiclib-dev, libgeos-dev, libopencv-dev, libproj-dev, python3-numpy, python3-yaml, ros-jazzy-cv-bridge, ros-jazzy-diagnostic-msgs, ros-jazzy-diagnostic-updater, ros-jazzy-geographic-msgs, ros-jazzy-geometry-msgs, ros-jazzy-gps-msgs, ros-jazzy-marti-nav-msgs, ros-jazzy-rcl-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclpy, ros-jazzy-sensor-msgs, ros-jazzy-swri-math-util, ros-jazzy-swri-roscpp, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Homepage: https://github.com/swri-robotics/marti_common Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-transform-util/ros-jazzy-swri-transform-util_3.8.9-1noble.20260520.052546_arm64.deb Size: 419318 SHA256: c348227e84543fa26535611d80080168768debae7ab2755074c08f9566493d23 SHA1: ae93ddd6b45f060f558e46aa007c254b65db134c MD5sum: a15cb97ed9f9cd0828be0eee2bddb422 Description: The swri_transform_util package contains utility functions and classes for transforming between coordinate frames. Package: ros-jazzy-swri-transform-util-dbgsym Package-Type: ddeb Source: ros-jazzy-swri-transform-util Version: 3.8.9-1noble.20260520.052546 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 12580 Depends: ros-jazzy-swri-transform-util (= 3.8.9-1noble.20260520.052546) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-transform-util/ros-jazzy-swri-transform-util-dbgsym_3.8.9-1noble.20260520.052546_arm64.deb Size: 10401976 SHA256: 7499a542a06c983c04e555371e9bbf0e9fb50795d7c7acb202c2bc25d9ae5cea SHA1: a2bdccb4c248c4fc055aa44927a0546f47c63477 MD5sum: 0df3331535e34f7da1bf8e188f38844e Description: debug symbols for ros-jazzy-swri-transform-util Build-Ids: 1a2281ba8ab7f41f90f3a7ef56d81c10c92491ef 1fdf53c20444290269a87fc3219d2dfa83d88c01 d1a5795eae518c8957087a93757a589602c7ecbd Package: ros-jazzy-synapticon-ros2-control Version: 0.2.0-1noble.20260520.140456 Architecture: arm64 Maintainer: Elevate Robotics Installed-Size: 683 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libcap-dev, ros-jazzy-controller-manager, ros-jazzy-forward-command-controller, ros-jazzy-hardware-interface, ros-jazzy-joint-state-broadcaster, ros-jazzy-joint-trajectory-controller, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-robot-state-publisher, ros-jazzy-ros2controlcli, ros-jazzy-ros2launch, ros-jazzy-rviz2, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: https://www.synapticon.com/en/products/ros2-integration-von-synapticon Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-synapticon-ros2-control/ros-jazzy-synapticon-ros2-control_0.2.0-1noble.20260520.140456_arm64.deb Size: 140872 SHA256: d3379a68d006b715e4be95fb8547cf360dd44c63bba224a1d4c4dac540442f78 SHA1: 01196b4f778705a8dba07d9e6041f2156e421e7a MD5sum: b4bcfb8e605610ac40abda4b3df3665e Description: A ros2_control interface for Synapticon motor drivers Package: ros-jazzy-synapticon-ros2-control-dbgsym Package-Type: ddeb Source: ros-jazzy-synapticon-ros2-control Version: 0.2.0-1noble.20260520.140456 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Elevate Robotics Installed-Size: 988 Depends: ros-jazzy-synapticon-ros2-control (= 0.2.0-1noble.20260520.140456) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-synapticon-ros2-control/ros-jazzy-synapticon-ros2-control-dbgsym_0.2.0-1noble.20260520.140456_arm64.deb Size: 897556 SHA256: 9d32b0565315e3706b20174dc0889b665af91d9c8a188edee495b2f944c175bd SHA1: 5afa21fc63ef35fdaa27d050010cdcbd1451184d MD5sum: 50f1d309feb14354808f707248c46d60 Description: debug symbols for ros-jazzy-synapticon-ros2-control Build-Ids: 37dce83da25c86da832fe6815e16211b18df3878 57dbb11539c8099fb24e0b46969dc99b1810973f Package: ros-jazzy-sync-tooling-msgs Version: 0.2.9-1noble.20260520.133044 Architecture: arm64 Maintainer: Max Schmeller Installed-Size: 849 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), libprotobuf-dev, libprotoc-dev, protobuf-compiler, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sync-tooling-msgs/ros-jazzy-sync-tooling-msgs_0.2.9-1noble.20260520.133044_arm64.deb Size: 111060 SHA256: 8d0b774814fcf73441bf86c784124e1bf2e6e584ea8711f17394e10ef2037590 SHA1: c61ffb9a342834ede02e993e1ae9dd8252c5cc3c MD5sum: 3a5249d26b7424bcafa90cd59be2ae32 Description: Protobuf definitions for SYNC.TOOLING Package: ros-jazzy-sync-tooling-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-sync-tooling-msgs Version: 0.2.9-1noble.20260520.133044 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Max Schmeller Installed-Size: 3040 Depends: ros-jazzy-sync-tooling-msgs (= 0.2.9-1noble.20260520.133044) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sync-tooling-msgs/ros-jazzy-sync-tooling-msgs-dbgsym_0.2.9-1noble.20260520.133044_arm64.deb Size: 2843182 SHA256: a9d65d83f2200293cc0b7707d87d7e83edd29fcb1d92406159cd11ff03717fc6 SHA1: 07612ed8a578de2d6b948d67595446c284fc3ace MD5sum: a85a559d62665998a297d42e1942a2c6 Description: debug symbols for ros-jazzy-sync-tooling-msgs Build-Ids: c3a1d52bd045e5b1f851b45404caecb981963411 Package: ros-jazzy-synchros2 Version: 1.0.4-2noble.20260519.214933 Architecture: arm64 Maintainer: RAI Institute Installed-Size: 719 Depends: ros-jazzy-action-msgs, ros-jazzy-geometry-msgs, ros-jazzy-launch, ros-jazzy-message-filters, ros-jazzy-rclpy, ros-jazzy-tf2-msgs, ros-jazzy-tf2-ros-py, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/synchros2/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-synchros2/ros-jazzy-synchros2_1.0.4-2noble.20260519.214933_arm64.deb Size: 147738 SHA256: f629085794bf5e58f5b7b57938f3b3693ebe0e34e012d5fc9ce0c7bb77d0f083 SHA1: f94bf35ba6727811f9405cc9e16aabdf0229e9d2 MD5sum: 69330d8ee67e7f0d74dd89b9ecb62825 Description: RAI Institute wrappers for ROS2 Package: ros-jazzy-system-fingerprint Version: 0.7.0-4noble.20260520.042754 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 50 Depends: python3-git, ros-jazzy-rcl-interfaces, ros-jazzy-rclpy, ros-jazzy-ros2action, ros-jazzy-ros2cli, ros-jazzy-ros2node, ros-jazzy-ros2param, ros-jazzy-ros2topic, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-system-fingerprint/ros-jazzy-system-fingerprint_0.7.0-4noble.20260520.042754_arm64.deb Size: 10704 SHA256: 354015cbe1a74047c2c3e41610d3ed6b8a98d085f2ef307164f82e033d96f3bb SHA1: a2943d61d0742a788c31da3b01bfecc76e50d074 MD5sum: 0a72e64f10cb3321329788dd8645ae1f Description: The system_fingerprint package Package: ros-jazzy-system-modes Version: 0.9.0-6noble.20260519.213415 Architecture: arm64 Maintainer: Arne Nordmann Installed-Size: 3107 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-builtin-interfaces, ros-jazzy-launch-ros, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-system-modes-msgs, ros-jazzy-ros-workspace Homepage: https://micro.ros.org/docs/concepts/client_library/lifecycle_and_system_modes/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-system-modes/ros-jazzy-system-modes_0.9.0-6noble.20260519.213415_arm64.deb Size: 437904 SHA256: 9bdb8f641b7000eeedc7f5b0aeda496e299565ddbeed4de65b3c397619665068 SHA1: 5277a350b0d9dec111f5a526c095a53a5d8a91c2 MD5sum: b276e6a3d02183b8742d834e0c726253 Description: The system modes concept assumes that a robotics system is built from components with a lifecycle. It adds a notion of (sub-)systems, hiararchically grouping these nodes, as well as a notion of modes that determine the configuration of these nodes and (sub-)systems in terms of their parameter values. Package: ros-jazzy-system-modes-dbgsym Package-Type: ddeb Source: ros-jazzy-system-modes Version: 0.9.0-6noble.20260519.213415 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Arne Nordmann Installed-Size: 14403 Depends: ros-jazzy-system-modes (= 0.9.0-6noble.20260519.213415) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-system-modes/ros-jazzy-system-modes-dbgsym_0.9.0-6noble.20260519.213415_arm64.deb Size: 11928184 SHA256: a9c3e0554460630254ffa436b6c402d8619447fb5b139a71a3179f82f8914463 SHA1: d832a181b3f595dba4810e116d1315a656900ea6 MD5sum: 9d184f7ac9ebb1dcfe1d3abc4cbed645 Description: debug symbols for ros-jazzy-system-modes Build-Ids: a9b086f3a1bf166ce0f4e751f15f3c47c38a814c ae69177e45652eeae89c1bafdeab42921afe2897 bcb5f0e894c358bd587e7249b744ad1586d70f0f Package: ros-jazzy-system-modes-examples Version: 0.9.0-6noble.20260520.034937 Architecture: arm64 Maintainer: Arne Nordmann Installed-Size: 197 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-launch, ros-jazzy-launch-system-modes, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-ros2launch, ros-jazzy-system-modes, ros-jazzy-system-modes-msgs, ros-jazzy-ros-workspace Homepage: https://micro.ros.org/docs/concepts/client_library/lifecycle_and_system_modes/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-system-modes-examples/ros-jazzy-system-modes-examples_0.9.0-6noble.20260520.034937_arm64.deb Size: 31522 SHA256: 52351be0bbe743b5e4a55aff90ff956aef04b9206bbeb988b286da219dd2cb79 SHA1: c026b9d01ae4ffd2710373b276bec7171dee1cab MD5sum: a705b29c0ff8eb621c2845e3b65e7d9b Description: Example systems and according launch files for the system_modes package. Package: ros-jazzy-system-modes-examples-dbgsym Package-Type: ddeb Source: ros-jazzy-system-modes-examples Version: 0.9.0-6noble.20260520.034937 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Arne Nordmann Installed-Size: 774 Depends: ros-jazzy-system-modes-examples (= 0.9.0-6noble.20260520.034937) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-system-modes-examples/ros-jazzy-system-modes-examples-dbgsym_0.9.0-6noble.20260520.034937_arm64.deb Size: 710488 SHA256: 5d74fa116695b23818af0feaefebe91651bbaa11eb8f416606a9f3441f94e121 SHA1: 8ca6e175c5b6d0f03fc612b7652a6d1d27bae08d MD5sum: 5885e8923cb0783bdbb390b4e63e4683 Description: debug symbols for ros-jazzy-system-modes-examples Build-Ids: 52963322092877e3fdeb8d5b83af51fed1a9739d 7d0e46e649d38a821f5f40d5d155af69cf04208a Package: ros-jazzy-system-modes-msgs Version: 0.9.0-6noble.20260519.195358 Architecture: arm64 Maintainer: Arne Nordmann Installed-Size: 2088 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Homepage: https://micro.ros.org/docs/concepts/client_library/lifecycle_and_system_modes/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-system-modes-msgs/ros-jazzy-system-modes-msgs_0.9.0-6noble.20260519.195358_arm64.deb Size: 136614 SHA256: 7732b2bdf5abd33ad676964697b4d63c4333f1c6befa75030dc67a14d7c38d7f SHA1: f0156bc2cb33ff42cb1bccae936b38088a801cbc MD5sum: 054a8a2e45e8b52ce9ef1de1858aead5 Description: Interface package, containing message definitions and service definitions for the system modes package. Package: ros-jazzy-system-modes-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-system-modes-msgs Version: 0.9.0-6noble.20260519.195358 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Arne Nordmann Installed-Size: 1387 Depends: ros-jazzy-system-modes-msgs (= 0.9.0-6noble.20260519.195358) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-system-modes-msgs/ros-jazzy-system-modes-msgs-dbgsym_0.9.0-6noble.20260519.195358_arm64.deb Size: 1033210 SHA256: ac2763fffab7c77170daa09ec1c1adc5eef177185a1b3360d1368dc24521bc75 SHA1: c2ce5e25450e6396bc0912755f0c1b15ea55401c MD5sum: 6fe7c95275178e3032a247f12233f8f4 Description: debug symbols for ros-jazzy-system-modes-msgs Build-Ids: 02fc150498bc38f4441bde5c99ce719677545a75 097966f0eebd04b84659d781b172ce4968e28bef 0ec80daa3d0556abb718b7a90cc820fed181d9f6 0ee1ce20c02841bd6b40712debb2dd0feda48e93 27cae1ed37fa41911691edeeec13f7a517f46ec9 3a7f5c2c30f12afb5137e7a632e92b617bce020e 4a3a927ed66199fab949c53d5b60925a0a53247d 5def4fefa25091e2e9a63e6dbab0a72428fdadc3 789b91d88dd4236a6f549e271a4c1d320d4001a1 9415d5fff9d13f14576917244adec5fcdfc7cb5c b635814d5b0c5175693584ef66b6ceec82cbee97 Package: ros-jazzy-system-webview Version: 0.0.3-1noble.20260520.043028 Architecture: arm64 Maintainer: david Installed-Size: 1221 Depends: libc6 (>= 2.38), libcpp-httplib0.14t64 (>= 0.14.3+ds), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libcpp-httplib-dev, pkg-config, ros-jazzy-ament-index-cpp, ros-jazzy-rclcpp, ros-jazzy-rosbridge-server, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-system-webview/ros-jazzy-system-webview_0.0.3-1noble.20260520.043028_arm64.deb Size: 290180 SHA256: 0459aa75f11a739af870b685d8553e691af976fa3d57c4ae17968d997f143c86 SHA1: f353994eb478b2601b5492e4b6f3b8950dade352 MD5sum: 454670cc846a6abce5004b002826a6a8 Description: Real-time web-based system webview for ROS 2 — CPU, memory, swap, load average, and /rosout log viewer Package: ros-jazzy-system-webview-dbgsym Package-Type: ddeb Source: ros-jazzy-system-webview Version: 0.0.3-1noble.20260520.043028 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: david Installed-Size: 1363 Depends: ros-jazzy-system-webview (= 0.0.3-1noble.20260520.043028) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-system-webview/ros-jazzy-system-webview-dbgsym_0.0.3-1noble.20260520.043028_arm64.deb Size: 1274196 SHA256: a7f2368eb77940001af1ad67a0955f54eac9059a06eacd356583027330fa4a2b SHA1: 3bc17b42d8669d51281cabb759f017b700f0e616 MD5sum: 444d4ffdda93ce6b832f44cc51cafdd3 Description: debug symbols for ros-jazzy-system-webview Build-Ids: 1808ba1f9fd7298a1a1f8c65e2abdbb4b7c9f347 Package: ros-jazzy-tango-icons-vendor Version: 0.3.1-1noble.20260305.222818 Architecture: arm64 Maintainer: Scott K Logan Installed-Size: 43 Depends: tango-icon-theme, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/qt_gui_icons Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tango-icons-vendor/ros-jazzy-tango-icons-vendor_0.3.1-1noble.20260305.222818_arm64.deb Size: 6316 SHA256: 4a29ef580aecb0b08f94d749297df0db00afc649c1afec03b4b6f12cec8a2a99 SHA1: 319fcce2668bf94e04ce1a3b3e40e31d5973aba2 MD5sum: 72c2b01ef0119bb7f3d22e38918ce610 Description: tango_icons_vendor provides the public domain Tango icons for non-linux systems (Tango Icon Library) from the Tango Desktop Project Package: ros-jazzy-tcb-span Version: 1.3.1-1noble.20260516.181230 Architecture: arm64 Maintainer: bmagyar Installed-Size: 69 Depends: ros-jazzy-ros-workspace Homepage: https://github.com/tcbrindle/span Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tcb-span/ros-jazzy-tcb-span_1.3.1-1noble.20260516.181230_arm64.deb Size: 10956 SHA256: 48f1b0b5b0ba823d7c1292f41938b4a9bde695f46a4311a2e4c96cad67fec657 SHA1: fd35da81d63fc038266b1090b5e55a2467987bdf MD5sum: 99d1fe46ac9fe728d0d09d9642cccc29 Description: Implementation of C++20's std::span Package: ros-jazzy-tecgihan-driver Version: 0.1.2-1noble.20260519.210721 Architecture: arm64 Maintainer: Shigeru Wakida Installed-Size: 148 Depends: python3-serial, ros-jazzy-geometry-msgs, ros-jazzy-rclpy, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tecgihan-driver/ros-jazzy-tecgihan-driver_0.1.2-1noble.20260519.210721_arm64.deb Size: 29694 SHA256: 1bc019196fb554c52a3ba7d102dbbed8d4333bf64b57a59b23593930b73666d1 SHA1: b680f592a8e704406986bb57c2544d786cd16a0e MD5sum: 95ad7718982b818dcc83f15f84e8eea1 Description: Linux and ROS driver software for Tec Gihan sensor amplifiers for robots Package: ros-jazzy-teleop-tools Version: 2.0.0-1noble.20260520.001112 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 41 Depends: ros-jazzy-joy-teleop, ros-jazzy-key-teleop, ros-jazzy-teleop-tools-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-teleop-tools/ros-jazzy-teleop-tools_2.0.0-1noble.20260520.001112_arm64.deb Size: 5800 SHA256: e97ffe4a6cfbaa94c9e3a4cd9165c07b0dc5593a89ba80ff0a2de69efc6c05dc SHA1: fb0dd9ee5af77d670d450c2bb653fec8249e8b3a MD5sum: a33288c0087b158ce44fa41b31972255 Description: A set of generic teleoperation tools for any robot. Package: ros-jazzy-teleop-tools-msgs Version: 2.0.0-1noble.20260519.042621 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 1966 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-action-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-teleop-tools-msgs/ros-jazzy-teleop-tools-msgs_2.0.0-1noble.20260519.042621_arm64.deb Size: 120296 SHA256: 3641106e4f5ce469ba364d07b6bca0a7395edcac50d58e17d22a88d7742047c7 SHA1: 1d59399f96f8a9ddd1bd96d06bac6b58722844ee MD5sum: 374f181ebc8fb974726a2f8581b8ac58 Description: The teleop_tools_msgs package Package: ros-jazzy-teleop-tools-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-teleop-tools-msgs Version: 2.0.0-1noble.20260519.042621 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 854 Depends: ros-jazzy-teleop-tools-msgs (= 2.0.0-1noble.20260519.042621) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-teleop-tools-msgs/ros-jazzy-teleop-tools-msgs-dbgsym_2.0.0-1noble.20260519.042621_arm64.deb Size: 555008 SHA256: 324c4625ad0200df6d6c1626cbd0a9e0eda235c680cd472871174f12fa82f929 SHA1: 7b53035f6639125f8d541bb66b757f454130a25b MD5sum: 8038a7eecf184c7755087b97891f3e25 Description: debug symbols for ros-jazzy-teleop-tools-msgs Build-Ids: 36e4b136a7ccee6cf4a0c39b51d2d1f4b953003e 4b4db3760f402c14afe9b4bf706974cbf8208f88 52867195a45b6f0853d74ec4f1560b084e4074a5 6c76437ac3e50d14c9b1426135a270749aab34a6 733bda27c20d31e9bab1e7b1adbac43c22e681f4 a36c88474cd71d94590a55ad2c19800d5358a9bc b4410a0bd616d62c715137ab5b7d5a1a211e2f00 c4d2f9f64058d23acf82e52a80f22b6b78dcdaa5 cd80422c63a9a2adcf7bee459a19d272f37fe393 cf8ce04746f36d509a31a14f22be03f1516d2252 dcfbe6f3b911bfc18dc404b8e29e4c5a9acc5ac8 Package: ros-jazzy-teleop-twist-joy Version: 2.6.5-1noble.20260520.015104 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 730 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-geometry-msgs, ros-jazzy-joy, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/teleop_twist_joy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-teleop-twist-joy/ros-jazzy-teleop-twist-joy_2.6.5-1noble.20260520.015104_arm64.deb Size: 134988 SHA256: dfcd84c765a6132e48200b6e7280c6a093f88b1636b245aa70dc2f1a84cbd386 SHA1: dd1de759d1d826312b8b89057c097933ec211dda MD5sum: 6cadbb37589a850532c2b4f0053d4480 Description: Generic joystick teleop for twist robots. Package: ros-jazzy-teleop-twist-joy-dbgsym Package-Type: ddeb Source: ros-jazzy-teleop-twist-joy Version: 2.6.5-1noble.20260520.015104 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 3013 Depends: ros-jazzy-teleop-twist-joy (= 2.6.5-1noble.20260520.015104) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-teleop-twist-joy/ros-jazzy-teleop-twist-joy-dbgsym_2.6.5-1noble.20260520.015104_arm64.deb Size: 2582128 SHA256: e6757c4b627b9dee2b4f3df06767102da6f6b1867263bd357d5453023c108e73 SHA1: 6f4fe152db8401066a5d94a983ad32e0d5482a22 MD5sum: e06de9b0d64fa64c6fd6f823371b0d26 Description: debug symbols for ros-jazzy-teleop-twist-joy Build-Ids: 424f4d536cd50a06ded05194af86fe06d42bf607 9ab594f7419a6fb095ddc59e4df1dab1fb36135b Package: ros-jazzy-teleop-twist-keyboard Version: 2.4.1-1noble.20260519.223027 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 46 Depends: ros-jazzy-geometry-msgs, ros-jazzy-rcl-interfaces, ros-jazzy-rclpy, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-teleop-twist-keyboard/ros-jazzy-teleop-twist-keyboard_2.4.1-1noble.20260519.223027_arm64.deb Size: 9432 SHA256: 4a2688b9d931eb8b455f2b21ad1a5c82db09b7ee8a0da1acd47639cd97d32ed0 SHA1: c1a7818fb5f461780a2b1f934cdd09ec9649faa4 MD5sum: 5613501abe1ba612d29b0e7ee76fd8ce Description: A robot-agnostic teleoperation node to convert keyboard commands to Twist messages. Package: ros-jazzy-tensorrt-cmake-module Version: 0.0.5-1noble.20260306.180421 Architecture: arm64 Maintainer: Daisuke Nishimatsu Installed-Size: 47 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tensorrt-cmake-module/ros-jazzy-tensorrt-cmake-module_0.0.5-1noble.20260306.180421_arm64.deb Size: 6550 SHA256: 483eeeeeb8201f65d2ba23718228cb8bdaa5022406a472e698ee4a3e03d057e8 SHA1: 5bb82ff3ac0e54ac0a99b2ed49f294ac89fd2456 MD5sum: 4861e3170352fe9ce572852ff9b63c2d Description: Exports a CMake module to find TensorRT. Package: ros-jazzy-test-apex-test-tools Version: 0.0.2-9noble.20260305.232445 Architecture: arm64 Maintainer: Apex.AI, Inc. Installed-Size: 41 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-test-apex-test-tools/ros-jazzy-test-apex-test-tools_0.0.2-9noble.20260305.232445_arm64.deb Size: 5018 SHA256: 26d3ac2efd1e6cb40564cd9d66b5b4e212d4c8de1f6be4dd286eb5592537e379 SHA1: 73de832a609a7717ba4b89736130188774111ae3 MD5sum: 0d7b9cf5316a7cec88d245ae4590e104 Description: Test package, which uses things exported by apex_test_tools Package: ros-jazzy-test-interface-files Version: 0.11.0-3noble.20260224.202953 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 66 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-test-interface-files/ros-jazzy-test-interface-files_0.11.0-3noble.20260224.202953_arm64.deb Size: 8444 SHA256: 94b0e9a3a5cd22b1dc2e659a2dfa9b3ce888db6eeaca1c08728bac1f83d296d6 SHA1: bb5790e406ced047018f1dc18f6ccb2faf7e8892 MD5sum: 007bd3cdd27f5b10a87fedbb3bd17193 Description: A package containing message definitions and fixtures used exclusively for testing purposes. Package: ros-jazzy-test-msgs Version: 2.0.4-1noble.20260519.042537 Architecture: arm64 Maintainer: "Geoffrey Biggs" Installed-Size: 10585 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/test_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-test-msgs/ros-jazzy-test-msgs_2.0.4-1noble.20260519.042537_arm64.deb Size: 628194 SHA256: ab6a5cff43ffda9457f2110a132ba578c0bd1cac25645ec8a61d9a088d89b09d SHA1: 1e7be6a8602d78c74d1704fc8f8de70a3375a0e0 MD5sum: b188f73f96280ef37ec554f8fc675db5 Description: A package containing message definitions and fixtures used exclusively for testing purposes. Package: ros-jazzy-test-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-test-msgs Version: 2.0.4-1noble.20260519.042537 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Geoffrey Biggs" Installed-Size: 6691 Depends: ros-jazzy-test-msgs (= 2.0.4-1noble.20260519.042537) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-test-msgs/ros-jazzy-test-msgs-dbgsym_2.0.4-1noble.20260519.042537_arm64.deb Size: 5211236 SHA256: 5c8c1c37aee04d2ff7eb502b23a6d26de84177c22d3298aafaa28f291b41efdb SHA1: e0e36ba60ffd3e49fa6c94db198753c40ac3267a MD5sum: eeab8efb45965dcdee2f379a6030e4bd Description: debug symbols for ros-jazzy-test-msgs Build-Ids: 0fbdfd6990dd8b5dbea85978a74427f84401bccc 16934a8700cb3e08c86dae5a4f31a23c7716c4fd 18e3a293047807e29d71f324c0545d2d44e500ad 40fab07adf985191b0fde3e80ae4ae732b673863 495940090b90cd2955bd417adc552081880a7ca8 74822300e8c42eb547117bdb3eec46ce106a5425 b36b21d30d353abe84bddcead7d9ce19e5230876 b60e3ecd32898bb5bbfadf691158734845704f90 cc1a1cb3479c093f4fb9618bc979ccd3e07411d6 e6c9e6626d3a141fb97401047951e51f78c59c4f f6314d454fd3151f88ea1f39d9c254ceb6e1a283 Package: ros-jazzy-tf-transformations Version: 1.1.1-1noble.20260305.203523 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 121 Depends: python3-numpy, python3-transforms3d, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf-transformations/ros-jazzy-tf-transformations_1.1.1-1noble.20260305.203523_arm64.deb Size: 23886 SHA256: 1bdf3e01e40ca47dc6bcdef375e2bad773bc7993af3bf785cac963d31a36507e SHA1: 4fb1e2721ade07d6a7e8d47bf693744e87f13856 MD5sum: 265baea81ded3b53878dcf2d84343def Description: Reimplementation of the tf/transformations.py library for common Python spatial operations Package: ros-jazzy-tf-tree-terminal Version: 2.0.0-3noble.20260520.000429 Architecture: arm64 Maintainer: Tanneguy de Villemagne Installed-Size: 60 Depends: python3-yaml, ros-jazzy-geometry-msgs, ros-jazzy-rclpy, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf-tree-terminal/ros-jazzy-tf-tree-terminal_2.0.0-3noble.20260520.000429_arm64.deb Size: 14486 SHA256: f5663b50560d5b995ba83a440422fba89245cea6f67e1bb95281f9a9d9f9070d SHA1: 6448cac1742cdced9d825efe6190046e3b726dd7 MD5sum: bb0e3a63216d63e06a78f349fb865683 Description: A lightweight ROS 2 utility to visualize the Coordinate Transform (TF) tree directly in the terminal with a folder-style structure. Package: ros-jazzy-tf2 Version: 0.36.20-1noble.20260519.190851 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 400 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rcutils, ros-jazzy-rosidl-runtime-cpp, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/tf2 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2/ros-jazzy-tf2_0.36.20-1noble.20260519.190851_arm64.deb Size: 89100 SHA256: 110363d9d87dacf3664baac46d671388fa327226ff2fc67539cc92e15e4cb928 SHA1: 689d2ca20c620d932945f6789d527f333f1703ce MD5sum: 45f003ee1e7f52a080f4ea927831df08 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-jazzy-tf2-2d Version: 1.4.1-1noble.20260520.015521 Architecture: arm64 Maintainer: Stephen Williams Installed-Size: 118 Depends: libboost-dev, libeigen3-dev, ros-jazzy-rclcpp, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2-2d/ros-jazzy-tf2-2d_1.4.1-1noble.20260520.015521_arm64.deb Size: 15982 SHA256: 87a98933afde432d7c28725098125c1226e88268f8c0b1300062c5f5e580ad49 SHA1: ceadee4d79a8606b5e8efbb447e0a3242e5c14be MD5sum: 9bc43bb43ddbcd3a043804105256c3a5 Description: A set of 2D geometry classes modeled after the 3D geometry classes in tf2. Package: ros-jazzy-tf2-bullet Version: 0.36.20-1noble.20260520.000709 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 61 Depends: libbullet-dev, ros-jazzy-geometry-msgs, ros-jazzy-tf2, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/tf2_bullet Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2-bullet/ros-jazzy-tf2-bullet_0.36.20-1noble.20260520.000709_arm64.deb Size: 10494 SHA256: 0f615da8c4b9b41b9bea46f13a610d616fc23fc41523fecfcbefa2cd5330b41d SHA1: 7b962fde9fd7c8189cfccae778d8816abce64935 MD5sum: 9ca429c37a620cd763d54a72ef38cb3e Description: tf2_bullet Package: ros-jazzy-tf2-dbgsym Package-Type: ddeb Source: ros-jazzy-tf2 Version: 0.36.20-1noble.20260519.190851 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 587 Depends: ros-jazzy-tf2 (= 0.36.20-1noble.20260519.190851) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2/ros-jazzy-tf2-dbgsym_0.36.20-1noble.20260519.190851_arm64.deb Size: 532318 SHA256: e2c6e6c4c64f6a9118628eac0f88e1ccc97497e27b872f3aac758c0552e463d8 SHA1: 3d0d83a3bdd826d85bf48b1d770ab3ac57b38c9e MD5sum: b6c1941e061fd9b56184e01c18361cf2 Description: debug symbols for ros-jazzy-tf2 Build-Ids: 69b4aa53647325d181ae9f1dc49ebd214b68894f Package: ros-jazzy-tf2-eigen Version: 0.36.20-1noble.20260520.000709 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 84 Depends: libeigen3-dev, ros-jazzy-geometry-msgs, ros-jazzy-tf2, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2-eigen/ros-jazzy-tf2-eigen_0.36.20-1noble.20260520.000709_arm64.deb Size: 13688 SHA256: c044c7d72a7c75d81c5235d41cf2331af968fd406f387432a2853581ea9e7901 SHA1: 2b2859cb714da6659ec7a278def5a25092249887 MD5sum: 24fc1564e92f74b76d35ae3f1d59f6cc Description: tf2_eigen Package: ros-jazzy-tf2-eigen-kdl Version: 0.36.20-1noble.20260519.202041 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 141 Depends: libc6 (>= 2.17), liborocos-kdl1.5 (>= 1.5.1), libeigen3-dev, ros-jazzy-orocos-kdl-vendor, ros-jazzy-tf2, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2-eigen-kdl/ros-jazzy-tf2-eigen-kdl_0.36.20-1noble.20260519.202041_arm64.deb Size: 15076 SHA256: 6adad5e396d3285266cb66dfc281c572e1494309844a55aea98b389cdc1b51e8 SHA1: 542402caf1a240186beb5e4dd84ec0e5999b937c MD5sum: 23ac485414611340ba45b251862b86ea Description: Conversion functions between: - Eigen and KDL Package: ros-jazzy-tf2-eigen-kdl-dbgsym Package-Type: ddeb Source: ros-jazzy-tf2-eigen-kdl Version: 0.36.20-1noble.20260519.202041 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 104 Depends: ros-jazzy-tf2-eigen-kdl (= 0.36.20-1noble.20260519.202041) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2-eigen-kdl/ros-jazzy-tf2-eigen-kdl-dbgsym_0.36.20-1noble.20260519.202041_arm64.deb Size: 89914 SHA256: 4842f27df14ed2fc0eb29c562d0187d8b2fd18b9af77b774c8ca3be684598ddb SHA1: 67fdb25861db666ee264fea611582d5f4497ccbd MD5sum: c1d712e56fecec368f93747c8d5b3a41 Description: debug symbols for ros-jazzy-tf2-eigen-kdl Build-Ids: 6b071cdc3d6fcce732dd9c33e3f08dc01a6169ed Package: ros-jazzy-tf2-geometry-msgs Version: 0.36.20-1noble.20260520.000709 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 138 Depends: python3-numpy, ros-jazzy-geometry-msgs, ros-jazzy-orocos-kdl-vendor, ros-jazzy-tf2, ros-jazzy-tf2-ros, ros-jazzy-tf2-ros-py, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/tf2_ros Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2-geometry-msgs/ros-jazzy-tf2-geometry-msgs_0.36.20-1noble.20260520.000709_arm64.deb Size: 19924 SHA256: 1f1dc7647ef4f33a63b1a8ec6184128413460edca46a49b5d25a55541ddd3373 SHA1: 4a1aa7c700d6cea406a8596e9d75af614c045ed1 MD5sum: 12ab403ae23fea9190a2bcc8f66481f7 Description: tf2_geometry_msgs Package: ros-jazzy-tf2-kdl Version: 0.36.20-1noble.20260519.220300 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 90 Depends: ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-orocos-kdl-vendor, ros-jazzy-python-orocos-kdl-vendor, ros-jazzy-tf2, ros-jazzy-tf2-ros, ros-jazzy-tf2-ros-py, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/tf2 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2-kdl/ros-jazzy-tf2-kdl_0.36.20-1noble.20260519.220300_arm64.deb Size: 13788 SHA256: 93b0ff226ce6be8204a567777e294f04d7ba8a81f8f685b1bc7a83c949642925 SHA1: 239f02f0c4be1f9c0e392798cd0688c4f9bcf10c MD5sum: 734833506295db64728aa77daf409960 Description: KDL binding for tf2 Package: ros-jazzy-tf2-msgs Version: 0.36.20-1noble.20260519.190934 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2636 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/tf2_msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2-msgs/ros-jazzy-tf2-msgs_0.36.20-1noble.20260519.190934_arm64.deb Size: 176358 SHA256: 3af576ce3cf077fe43b99a4181ee002f196ed3c08a20621429665c6486b85e9e SHA1: 12bb4d00ca250407f3b25734328d1adcaf948d37 MD5sum: ef10dc53bfba19ab610052e4b6453872 Description: tf2_msgs Package: ros-jazzy-tf2-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-tf2-msgs Version: 0.36.20-1noble.20260519.190934 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 1515 Depends: ros-jazzy-tf2-msgs (= 0.36.20-1noble.20260519.190934) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2-msgs/ros-jazzy-tf2-msgs-dbgsym_0.36.20-1noble.20260519.190934_arm64.deb Size: 1089918 SHA256: 6c9a9428ae8297137b503e5358afd64a9df8d3a349eb9ae9c1507876adea948b SHA1: 88d9db075a266f57cc523ef7595103e85a16edda MD5sum: a5aad683dc7be69e92ee26ef6f926165 Description: debug symbols for ros-jazzy-tf2-msgs Build-Ids: 2ca126f8053751ec0f2aa8c1afe158613171609f 394d3b23b6d05c7a1bd1de7d5bf407ad1799a17b 5cd8dc01ed8d9a76e45a0bfddf003e74d558f578 661abae8eeda25b99eff9d3cadb4399629855ce5 79605827e15b026b0063773d956c1bfa7f67f4ad 8a9c6c1d626fbdc1f5fbe7dfeaf153a9e2efb89b a1fc44219277ce73f947747aa511ae251f927567 a8054dbfbf6d694403dc11cfaabae73eafcc2a1e acbbca3015149b7539a1568f5aa164d595d65aa1 afa81408b450c1d396acc2dbf7bdf93e09a9f50b fafea3f9c317d7d27849483f44dab4fdf00e4274 Package: ros-jazzy-tf2-py Version: 0.36.20-1noble.20260519.214545 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 125 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rclpy, ros-jazzy-rpyutils, ros-jazzy-tf2, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/tf2_py Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2-py/ros-jazzy-tf2-py_0.36.20-1noble.20260519.214545_arm64.deb Size: 27432 SHA256: 4f84d15c76a6784ef3a7194888698c27a69ac19cdd1bf744ef72878ac625ee32 SHA1: c23722dd51bd90dab5d07a4e12e9d143e460154a MD5sum: d264df033304ce070c6ea2ead0368d72 Description: The tf2_py package Package: ros-jazzy-tf2-py-dbgsym Package-Type: ddeb Source: ros-jazzy-tf2-py Version: 0.36.20-1noble.20260519.214545 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 179 Depends: ros-jazzy-tf2-py (= 0.36.20-1noble.20260519.214545) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2-py/ros-jazzy-tf2-py-dbgsym_0.36.20-1noble.20260519.214545_arm64.deb Size: 154900 SHA256: 2a31051c35ab44bcaab2c24495ff9b8892f2f534e8920686ecd4e7a6dd507c20 SHA1: 53e230de50143c2ba7692922b3e2c0eb1bb30606 MD5sum: 0c3931e0b9996fefab97b90564b9bfac Description: debug symbols for ros-jazzy-tf2-py Build-Ids: 17b63d7a13898d906647444fd4d592777c1ba6ef Package: ros-jazzy-tf2-ros Version: 0.36.20-1noble.20260519.215037 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 1781 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-message-filters, ros-jazzy-rcl-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-components, ros-jazzy-tf2, ros-jazzy-tf2-msgs, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/tf2_ros Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2-ros/ros-jazzy-tf2-ros_0.36.20-1noble.20260519.215037_arm64.deb Size: 311550 SHA256: 2dbc8b40c195e20145986c63735e230139dbd28f57ce3b14ee896db74f92e776 SHA1: f6b1419a4bdd5d3907ced5bc9971bb15ac76ae1a MD5sum: 383a1f1ac3832455806fa9836176ce79 Description: This package contains the C++ ROS bindings for the tf2 library Package: ros-jazzy-tf2-ros-dbgsym Package-Type: ddeb Source: ros-jazzy-tf2-ros Version: 0.36.20-1noble.20260519.215037 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 8258 Depends: ros-jazzy-tf2-ros (= 0.36.20-1noble.20260519.215037) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2-ros/ros-jazzy-tf2-ros-dbgsym_0.36.20-1noble.20260519.215037_arm64.deb Size: 7171642 SHA256: 4435e659bd7d6c08e571cb0655f306fc1cf35e073927e5d46c04000cbe90022c SHA1: cb13c900b65524b653a5c9f4ec42368604c7eaad MD5sum: 0bb8a2847e622cdf7ae2d09c989eba5a Description: debug symbols for ros-jazzy-tf2-ros Build-Ids: 07ab93ba147479e2c54f8b7686a8549775ad5249 1d41ed42e1fe216bf22ae064a3640869c4faa00e 5a25b16963682081ecc1a856efd6d40c0ca1c49a a4e73ba6b5a77569e39bea8af1bfcb5d7a974af3 efdaed33dc033fe951cf0b42519f5fab437733c2 f801cfb19a7ed304f9d4a2c36ef06bb7c50828c2 Package: ros-jazzy-tf2-ros-py Version: 0.36.20-1noble.20260519.214844 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 144 Depends: ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rclpy, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-tf2-msgs, ros-jazzy-tf2-py, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/tf2_ros Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2-ros-py/ros-jazzy-tf2-ros-py_0.36.20-1noble.20260519.214844_arm64.deb Size: 27328 SHA256: cd6458175caf5fc2ecc17f4a59929d38032e82bdce82afc77e6e3e08cf801a5b SHA1: 6f9fafb9280c8f917deebcbe607cce78f2895855 MD5sum: ac8f555d2003503a2d71bc2aa148f2b1 Description: This package contains the ROS Python bindings for the tf2 library Package: ros-jazzy-tf2-sensor-msgs Version: 0.36.20-1noble.20260519.230404 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 88 Depends: libeigen3-dev, python3-numpy, ros-jazzy-eigen3-cmake-module, ros-jazzy-geometry-msgs, ros-jazzy-sensor-msgs, ros-jazzy-sensor-msgs-py, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-tf2-ros, ros-jazzy-tf2-ros-py, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/tf2_ros Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2-sensor-msgs/ros-jazzy-tf2-sensor-msgs_0.36.20-1noble.20260519.230404_arm64.deb Size: 15228 SHA256: bb62bac4b8f98defb415b5ea82de137046353c1c34278293022abe78fdaae464 SHA1: f0820e6c40fddfbc34a2e78292ac16548a2a603a MD5sum: 52d8ebcf13ad9a2a00d26ec0fe983d38 Description: Small lib to transform sensor_msgs with tf. Most notably, PointCloud2 Package: ros-jazzy-tf2-tools Version: 0.36.20-1noble.20260520.015520 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 47 Depends: graphviz, python3-yaml, ros-jazzy-rclpy, ros-jazzy-tf2-msgs, ros-jazzy-tf2-py, ros-jazzy-tf2-ros-py, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/tf2_tools Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2-tools/ros-jazzy-tf2-tools_0.36.20-1noble.20260520.015520_arm64.deb Size: 10442 SHA256: c2671f75a50097c739209c75e6139593d075bfef0082fa0e39e4362fc2c9a10c SHA1: 8caa2a7b93391b717b1b1ff503978831b944c701 MD5sum: 5d58c8e4ea20adb64de87fe98c8e5ec8 Description: tf2_tools Package: ros-jazzy-tf2-web-republisher Version: 1.0.0-1noble.20260520.000714 Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 269 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclcpp-components, ros-jazzy-tf2, ros-jazzy-tf2-ros, ros-jazzy-tf2-web-republisher-interfaces, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2-web-republisher/ros-jazzy-tf2-web-republisher_1.0.0-1noble.20260520.000714_arm64.deb Size: 56426 SHA256: ff88efbe5f5a4b7af3a91b94196fccea907afb5b53a1e6495e1ac849e2d1c14a SHA1: 9aa5cda7de2551e62576764d42ed67ab88b1746f MD5sum: 77691ed28695cce0847de44a592c6f9b Description: Republishing of Selected TFs Package: ros-jazzy-tf2-web-republisher-dbgsym Package-Type: ddeb Source: ros-jazzy-tf2-web-republisher Version: 1.0.0-1noble.20260520.000714 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 1172 Depends: ros-jazzy-tf2-web-republisher (= 1.0.0-1noble.20260520.000714) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2-web-republisher/ros-jazzy-tf2-web-republisher-dbgsym_1.0.0-1noble.20260520.000714_arm64.deb Size: 1033880 SHA256: 5b4c74e0908bd0009052c283be6d65c626606fed633e04f5a76f369e7ed08cce SHA1: f475b97fcdbcd499a036d9c4821aedc8029ab2ee MD5sum: 05d30f46d61fac486aadb414c6b31e49 Description: debug symbols for ros-jazzy-tf2-web-republisher Build-Ids: a82032873e05cef4e8921c5e4896ed466299b18c c45e69a3cba28d0cad91943b8a7d509092e31766 Package: ros-jazzy-tf2-web-republisher-interfaces Version: 1.0.0-1noble.20260519.190948 Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 2708 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-action-msgs, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2-web-republisher-interfaces/ros-jazzy-tf2-web-republisher-interfaces_1.0.0-1noble.20260519.190948_arm64.deb Size: 174260 SHA256: 5b00a6bf7894876111366316c109f67b2cf6a002c30666c6f1aa8712b4d0e38b SHA1: 59c62616a7a6c6fd0a448025698372b4d3f2cd13 MD5sum: 33c5fcba30c59512e6654be57d60f465 Description: Interface definitions for tf2_web_republisher Package: ros-jazzy-tf2-web-republisher-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-tf2-web-republisher-interfaces Version: 1.0.0-1noble.20260519.190948 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 1537 Depends: ros-jazzy-tf2-web-republisher-interfaces (= 1.0.0-1noble.20260519.190948) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2-web-republisher-interfaces/ros-jazzy-tf2-web-republisher-interfaces-dbgsym_1.0.0-1noble.20260519.190948_arm64.deb Size: 1081646 SHA256: 3c1c2ea24e228043813b550d435e488c49da9491f5dabb2ce62d1c95e5de7c55 SHA1: 5bdc793404ff3c54f6f450f9a9f22d6778779aba MD5sum: ead900ea80c3f6fe2b8c6422b473a0d2 Description: debug symbols for ros-jazzy-tf2-web-republisher-interfaces Build-Ids: 2008d427abc414481302f211065effca49c5a4af 29e8abd98f7245596d7de6156b37cad8b2b41722 2cd02d924adc4594e5c1069f16cc18d65b65a39c 6ef8b203f215c132861306f97855c0dd053c248b 97066df04aad373056bc7e5cbafad186fd8326d8 a6d8aac4f7388b1d6f12a00cafb987968d6babcf aedf451273adb9219da06996fdcdc3752fa1f587 c9140ae8450481e4d39c335d0bd70cabe3c50274 e24b7d365005352ab2a1134f80e6fbf32db32409 f9c1eebf1b94eb83440a12c58935784cfe2e57b1 fe15ecb36d830d32e4220689255054a997c3f854 Package: ros-jazzy-theora-image-transport Version: 4.0.7-1noble.20260519.213747 Architecture: arm64 Maintainer: Kenji Brameld Installed-Size: 2415 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libogg0 (>= 1.0rc3), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), libtheora0 (>= 1.0), ros-jazzy-fastcdr, libogg-dev, libopencv-imgproc-dev, libtheora-dev, ros-jazzy-cv-bridge, ros-jazzy-image-transport, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rcutils, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/image_transport_plugins Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-theora-image-transport/ros-jazzy-theora-image-transport_4.0.7-1noble.20260519.213747_arm64.deb Size: 287188 SHA256: 589930f3ed1a80ef772a9a1e507b278cc4d0dac358c93edbdef3819fccb4eb43 SHA1: 78f06808882aee8dfa3662c94a5252793b0b7933 MD5sum: 94a0a6a216c2c6a39d5fc77a4e57166a Description: Theora_image_transport provides a plugin to image_transport for transparently sending an image stream encoded with the Theora codec. Package: ros-jazzy-theora-image-transport-dbgsym Package-Type: ddeb Source: ros-jazzy-theora-image-transport Version: 4.0.7-1noble.20260519.213747 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Kenji Brameld Installed-Size: 7124 Depends: ros-jazzy-theora-image-transport (= 4.0.7-1noble.20260519.213747) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-theora-image-transport/ros-jazzy-theora-image-transport-dbgsym_4.0.7-1noble.20260519.213747_arm64.deb Size: 5891812 SHA256: c4efd212b43bdd9d6c7f49ec408d4172d968deb8cc1adacc7b546d03d527a193 SHA1: c2e11ee6906d4dfcf3fba5d2bfc12ec341c715d8 MD5sum: 65935cd77eab7026626c926e002d405f Description: debug symbols for ros-jazzy-theora-image-transport Build-Ids: 1b94a859ca187e02666c55d0cf0db48bf64b7bdb 278c76a69dd0c0b87dcbc0fce3503c2693a43567 4a8c4c1f2920b8ece5daae87e4cddd37e02372c5 66a68e2f9185864c917427bcba863bdf6ca548c1 6dd77565710e83def1a3d418baca13e4cccedc48 7b4bbdf7173d167c54fa1c76653cefb15317baf8 7f54579c0f6883cbca67d650515da5ca5a8c8223 802b3b474ce23eb3881a3aa4a5b435682d3dab32 9c0718fa5ca0ba32f75dbc8c0b12d8befa8fb5b0 a3890b8616cdcd31719aea667d515d9b5cf14059 acc364326d5883e7c7d120e0a76e0bab696b9455 bcbab456289288f51c714dd762b177e5e4809d3c e0c4ac2a76061bc7bf148b6d66726b2686ea74b6 Package: ros-jazzy-tinyspline-vendor Version: 0.6.1-1noble.20260305.223113 Architecture: arm64 Maintainer: Daisuke Nishimatsu Installed-Size: 472 Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-jazzy-ros-workspace Homepage: https://github.com/msteinbeck/tinyspline Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tinyspline-vendor/ros-jazzy-tinyspline-vendor_0.6.1-1noble.20260305.223113_arm64.deb Size: 106442 SHA256: c4dfd9c06ac5551afe23c9a80a2d461b8afc8259894b9fae095bf60c75c10a82 SHA1: 39c9c16db9cafacd4a98776c1d9f874b5a4ab592 MD5sum: 5bed2a1c21b1a5492992f73059915b47 Description: The vendor package for tinyspline. Package: ros-jazzy-tinyspline-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-tinyspline-vendor Version: 0.6.1-1noble.20260305.223113 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daisuke Nishimatsu Installed-Size: 374 Depends: ros-jazzy-tinyspline-vendor (= 0.6.1-1noble.20260305.223113) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tinyspline-vendor/ros-jazzy-tinyspline-vendor-dbgsym_0.6.1-1noble.20260305.223113_arm64.deb Size: 310924 SHA256: 8e98850875ced610b52fe00451b993d34a98712372c5992b2d038ce4acb636fd SHA1: ae61300037a77142300c350c25b6d38dd5aa4c0c MD5sum: f533b1b28654aa3b74e0772bce1dd0e0 Description: debug symbols for ros-jazzy-tinyspline-vendor Build-Ids: 7d4fd04332ad459990a0f9f6c8aa9738add14cfe e2f81aeb88f97e50b6fe8c20d3d8ecbae0db8b58 Package: ros-jazzy-tinyxml-vendor Version: 0.10.0-3noble.20260305.223140 Architecture: arm64 Maintainer: Scott K Logan Installed-Size: 46 Depends: libtinyxml-dev, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tinyxml-vendor/ros-jazzy-tinyxml-vendor_0.10.0-3noble.20260305.223140_arm64.deb Size: 6498 SHA256: bdeb784f29ef9e9bd9d743704d03bb1f470a88b090c9db4fa52676f5e459a504 SHA1: 95c4260f52a4214141b6cdc17aae3d9d18db5055 MD5sum: f18cde1a471b5a5125e7abd1a73b8cf8 Description: CMake shim over the tinxml library. Package: ros-jazzy-tinyxml2-vendor Version: 0.9.2-1noble.20260305.223118 Architecture: arm64 Maintainer: Scott K Logan Installed-Size: 49 Depends: libtinyxml2-dev, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tinyxml2-vendor/ros-jazzy-tinyxml2-vendor_0.9.2-1noble.20260305.223118_arm64.deb Size: 6796 SHA256: 0a6fe97b4acd8d2d9acc37c1658fb61165d30076c603620be7b1e134d9300109 SHA1: 71db9bd9e65f76ca6ac44a7cc01af44e4ba0ddd7 MD5sum: e1dd5a4e645ffdb3c2264b0f0cea368d 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-jazzy-tl-expected Version: 1.3.1-1noble.20260516.181318 Architecture: arm64 Maintainer: bmagyar Installed-Size: 144 Depends: ros-jazzy-ros-workspace Homepage: https://github.com/TartanLlama/expected Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tl-expected/ros-jazzy-tl-expected_1.3.1-1noble.20260516.181318_arm64.deb Size: 17408 SHA256: 5829248515e8dcd96f35895964fa8943daf1d80669983a61eeb14037bd80d90b SHA1: 64133999f66c482b7a56561535eead853ba17139 MD5sum: 5849fdcfa26098706b1684c763b52bab Description: C++11/14/17 std::expected with functional-style extensions Package: ros-jazzy-tlsf Version: 0.9.0-3noble.20260305.223337 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 63 Depends: ros-jazzy-ament-cmake, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tlsf/ros-jazzy-tlsf_0.9.0-3noble.20260305.223337_arm64.deb Size: 11916 SHA256: 261edf02317666d16ae12d19b23d7dd49e22fd0fc948b2e261e798d819234f4c SHA1: b3009aaa0ee1810aa66d2b8d8ea290d0e16ee207 MD5sum: b391d504de3f7c6b6a786830b08c2b99 Description: TLSF allocator version 2.4.6 Package: ros-jazzy-tlsf-cpp Version: 0.17.1-3noble.20260519.231543 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 577 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ament-cmake, ros-jazzy-rclcpp, ros-jazzy-rmw, ros-jazzy-std-msgs, ros-jazzy-tlsf, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tlsf-cpp/ros-jazzy-tlsf-cpp_0.17.1-3noble.20260519.231543_arm64.deb Size: 114356 SHA256: 4dc1854f77dfd1ba37777b13a4c3923ffaebd66366313f3931cc1dd0b6a788de SHA1: 731ce04f6f5004abe4e9f16fbe693a7fa212a71b MD5sum: 2e6698b4d9402218338172fea4a82eed Description: C++ stdlib-compatible wrapper around tlsf allocator and ROS2 examples Package: ros-jazzy-tlsf-cpp-dbgsym Package-Type: ddeb Source: ros-jazzy-tlsf-cpp Version: 0.17.1-3noble.20260519.231543 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 2364 Depends: ros-jazzy-tlsf-cpp (= 0.17.1-3noble.20260519.231543) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tlsf-cpp/ros-jazzy-tlsf-cpp-dbgsym_0.17.1-3noble.20260519.231543_arm64.deb Size: 1973384 SHA256: 4625dc497a08b82f6f0d88ed75ffddc45bef5059e1a75871300157988cf8c5e8 SHA1: 997879aa07736570507c8b0873c077fd03a02037 MD5sum: b48c6111ebf78bcf5b7dbe44b7898e24 Description: debug symbols for ros-jazzy-tlsf-cpp Build-Ids: 8cc9f29c0b7d63a3ca5213c95a63f0ea88e8baf9 Package: ros-jazzy-topic-monitor Version: 0.33.10-1noble.20260519.211809 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 96 Depends: ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-rclpy, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-topic-monitor/ros-jazzy-topic-monitor_0.33.10-1noble.20260519.211809_arm64.deb Size: 21668 SHA256: 7493c4016687320269be7a0f7fd8887dbdb0c90392eb02db9e87a0f72527088d SHA1: 4a6747e1f4f5e2cc844c4d6c5b562f7204fce827 MD5sum: bdc0bb5b36ede605e9819581e189806e Description: Package containing tools for monitoring ROS 2 topics. Package: ros-jazzy-topic-statistics-demo Version: 0.33.10-1noble.20260519.223036 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 945 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-rclcpp, ros-jazzy-rcutils, ros-jazzy-sensor-msgs, ros-jazzy-statistics-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-topic-statistics-demo/ros-jazzy-topic-statistics-demo_0.33.10-1noble.20260519.223036_arm64.deb Size: 146236 SHA256: 97cfa11936e9a2bd15aa0024bcd5f991eec9d7ace9a38e0694a20f2bb1bf9cff SHA1: ddeed0461eea1eaf4c261bda2748dcd958f966a3 MD5sum: cc3977c2f951d51f6f1149f0957662b3 Description: C++ demo application for topic statistics feature. Package: ros-jazzy-topic-statistics-demo-dbgsym Package-Type: ddeb Source: ros-jazzy-topic-statistics-demo Version: 0.33.10-1noble.20260519.223036 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 4511 Depends: ros-jazzy-topic-statistics-demo (= 0.33.10-1noble.20260519.223036) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-topic-statistics-demo/ros-jazzy-topic-statistics-demo-dbgsym_0.33.10-1noble.20260519.223036_arm64.deb Size: 3655310 SHA256: 4fbe0e1bda916419819872df2b648570b12e69537f12b374639b57425ecea6ea SHA1: 8cf52be40d588e0cc14a38f170173d13af197c6a MD5sum: 61d1cb56497de749eed662b164a1f721 Description: debug symbols for ros-jazzy-topic-statistics-demo Build-Ids: 7ca0ee2e1065ce7c03d18aa01374d89c8be19764 Package: ros-jazzy-topic-tools Version: 1.3.4-1noble.20260520.035311 Architecture: arm64 Maintainer: "Emerson Knapp" Installed-Size: 1535 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclpy, ros-jazzy-ros2cli, ros-jazzy-rosidl-runtime-py, ros-jazzy-topic-tools-interfaces, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/topic_tools/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-topic-tools/ros-jazzy-topic-tools_1.3.4-1noble.20260520.035311_arm64.deb Size: 198028 SHA256: fa44202ca3b1bbed6149f16131caa65a376e1c298f9fb606c93a433098758041 SHA1: fe04ea598479bec6be0d030d4f98e97ebeec9665 MD5sum: ef57fa3ecce8a95db2a8304fcbaf9b6f Description: Tools for directing, throttling, selecting, and otherwise messing with ROS 2 topics at a meta level. Package: ros-jazzy-topic-tools-dbgsym Package-Type: ddeb Source: ros-jazzy-topic-tools Version: 1.3.4-1noble.20260520.035311 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Emerson Knapp" Installed-Size: 8424 Depends: ros-jazzy-topic-tools (= 1.3.4-1noble.20260520.035311) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-topic-tools/ros-jazzy-topic-tools-dbgsym_1.3.4-1noble.20260520.035311_arm64.deb Size: 7575780 SHA256: 5c91e2b2261331b1da428faaf91a8d8b396efbd2b97296d6bb3eea3e45355f75 SHA1: 6423176ab3fc4b2c22f0532ddcae0e8ccad5850b MD5sum: a4e2d3903fd000740ebc241ab96d409d Description: debug symbols for ros-jazzy-topic-tools Build-Ids: 004bce77459f1a47881f7b7da8f9d5be2bd18413 17ca239c7d94a7b6a932e2e46ee88af53f3e550b 27c9f82d717ff45617f0260e419ece9cf2954d15 30400800c082ef60359f277fb9e06c45ec07ce5e 576e782e326568a126d9a2c87e6d932d9693dcfa 5d390bb2815bbb8ec70d9153cc568d21d7e33aae 76e53c8b14e3be1acec9f2cee97e6a6b473b19c9 9754ec430f40050a9849e90e56c3282a9d20406b b1ca1e827192a5fd586902e55664f77a0c873314 bf915578daed68d007e8ac0a9c094a95c0965952 c313514d1b7fba990368a46fbfff122043e0d470 f64d1e28a543e2f46df6a5ebedf6759caa69376d Package: ros-jazzy-topic-tools-interfaces Version: 1.3.4-1noble.20260519.042546 Architecture: arm64 Maintainer: "Emerson Knapp" Installed-Size: 3882 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/topic_tools_interfaces/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-topic-tools-interfaces/ros-jazzy-topic-tools-interfaces_1.3.4-1noble.20260519.042546_arm64.deb Size: 219892 SHA256: c33ae1b0c44771dd1b4f207c4ad5a195f4b568e283b16a43df74248a57d26a0c SHA1: 8b4157c99cca501dfb6fbff00236eaa2ace92375 MD5sum: 381ff8c97676b4a6331a7638f9310083 Description: topic_tools_interfaces contains messages and services for topic_tools Package: ros-jazzy-topic-tools-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-topic-tools-interfaces Version: 1.3.4-1noble.20260519.042546 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Emerson Knapp" Installed-Size: 2682 Depends: ros-jazzy-topic-tools-interfaces (= 1.3.4-1noble.20260519.042546) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-topic-tools-interfaces/ros-jazzy-topic-tools-interfaces-dbgsym_1.3.4-1noble.20260519.042546_arm64.deb Size: 1988606 SHA256: dc582073ba61d782fe442733e7812fb12a0f797b746e613bf194f90ef39df255 SHA1: 6c9190f94004712f56f17d73b61270169feb6d06 MD5sum: c7a923438ab63660a992eb3443876ee6 Description: debug symbols for ros-jazzy-topic-tools-interfaces Build-Ids: 0c92bc1712e0e3d4dc5bdda9a173f781a80bb657 1b59c90604c2f001e00ce42bc653661af6ccab3b 337df29af5b4cf12c2d5f3cc3ae6c663c654b706 350466c4bbcb8cd871998ab738d86b96487e82ff 4108085a375c413d3709129720cc4d886cc239e4 48c199d37baef54cdc70352f216526eea3b1cf68 75f2c78b26ae3c614ae928ca5134a6669b0e14bc 9fccd0d985467a8d1d953afaa5623ebaac32e04d b22ae74ed063b44c23d0e90b2560b36a439d9c20 cc608c2c97e8478a46fefb0333af1b5a216bcbe9 f4cf2cf266a2a975d51e4d14fc4abbe9ad080575 Package: ros-jazzy-toppra Version: 0.6.8-1noble.20260504.101835 Architecture: arm64 Maintainer: "Hung Pham" Installed-Size: 657 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, ros-jazzy-ros-workspace Homepage: https://hungpham2511.github.io/toppra/index.html Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-toppra/ros-jazzy-toppra_0.6.8-1noble.20260504.101835_arm64.deb Size: 197464 SHA256: d4f3ed3d3ae087a5ca2fc533fa16698717ba9a4d7b7c6f74354d491d03f2af6b SHA1: d29967db0cffd8fee4fdcbbadf69521e7b54017b MD5sum: b467b3f8ff6d12cdb8241ff5e85abfdb Description: Time-Optimal Path Parameterization Package: ros-jazzy-toppra-dbgsym Package-Type: ddeb Source: ros-jazzy-toppra Version: 0.6.8-1noble.20260504.101835 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Hung Pham" Installed-Size: 4918 Depends: ros-jazzy-toppra (= 0.6.8-1noble.20260504.101835) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-toppra/ros-jazzy-toppra-dbgsym_0.6.8-1noble.20260504.101835_arm64.deb Size: 4886044 SHA256: 1f691b3116837d86774bdc11a3761509ffaaefd5b9953bc1156da003dfeb02ae SHA1: 1623702f0a3b47fcbf532d0d0539cca3b9a68f32 MD5sum: d380837bfca2183a9fcf08e91d8767b7 Description: debug symbols for ros-jazzy-toppra Build-Ids: 5decacd227a5efcb61f0bd7be4a9bc44c757429e Package: ros-jazzy-trac-ik Version: 2.0.2-1noble.20260520.043949 Architecture: arm64 Maintainer: TRACLabs Robotics Installed-Size: 42 Depends: ros-jazzy-trac-ik-kinematics-plugin, ros-jazzy-trac-ik-lib, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/trac_ik Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-trac-ik/ros-jazzy-trac-ik_2.0.2-1noble.20260520.043949_arm64.deb Size: 5686 SHA256: 7c6b882cd5aa0a9b9da5b53645d9333f4a3d77b67982b49b887152f13e08a6a2 SHA1: 593d6834137736f53abaf62d915f28e834d35413 MD5sum: 5c21dbfd45dfa926f5e6ce830869f96c 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-jazzy-trac-ik-kinematics-plugin Version: 2.0.2-1noble.20260520.042500 Architecture: arm64 Maintainer: TRACLabs Robotics Installed-Size: 226 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-jazzy-moveit-core, ros-jazzy-class-loader, ros-jazzy-generate-parameter-library, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-tf2-kdl, ros-jazzy-trac-ik-lib, ros-jazzy-urdf, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-trac-ik-kinematics-plugin/ros-jazzy-trac-ik-kinematics-plugin_2.0.2-1noble.20260520.042500_arm64.deb Size: 57082 SHA256: f436821b9597bfaeb48129e607be09cf183c5ff4388926159184e828f1724ba1 SHA1: 119258bb2ac2cf98663a3d914b6d2241d933e138 MD5sum: 95219eb9c22d355066fbd8ec1e121c8a Description: A MoveIt! Kinematics plugin using TRAC-IK Package: ros-jazzy-trac-ik-kinematics-plugin-dbgsym Package-Type: ddeb Source: ros-jazzy-trac-ik-kinematics-plugin Version: 2.0.2-1noble.20260520.042500 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: TRACLabs Robotics Installed-Size: 1450 Depends: ros-jazzy-trac-ik-kinematics-plugin (= 2.0.2-1noble.20260520.042500) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-trac-ik-kinematics-plugin/ros-jazzy-trac-ik-kinematics-plugin-dbgsym_2.0.2-1noble.20260520.042500_arm64.deb Size: 1407466 SHA256: 0b63b602d4a72edf7f0215cf82cfb509bb0f9351bb06d5b1324305ef289dde7d SHA1: 6d1af65acebfe56ad41599b37ae7410408f1e7f6 MD5sum: dea62bc31de2307022c8bff4142508aa Description: debug symbols for ros-jazzy-trac-ik-kinematics-plugin Build-Ids: d2e23e94f2bbc0dd753ead77e4c85aa5155050ca Package: ros-jazzy-trac-ik-lib Version: 2.0.2-1noble.20260519.211947 Architecture: arm64 Maintainer: TRACLabs Robotics Installed-Size: 309 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libnlopt0 (>= 2.6.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libeigen3-dev, libnlopt-cxx-dev, libnlopt-dev, pkg-config, ros-jazzy-geometry-msgs, ros-jazzy-kdl-parser, ros-jazzy-rclcpp, ros-jazzy-urdf, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-trac-ik-lib/ros-jazzy-trac-ik-lib_2.0.2-1noble.20260519.211947_arm64.deb Size: 91658 SHA256: 9333877953eb005a0edd6cf68bf675574d074ba2b87cbb3130f5d70aee1be485 SHA1: 284ae40840f0a236f131b09d9a6dd11372c98563 MD5sum: def3ec6785b2d520e2eb4314cba75dcf 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-jazzy-trac-ik-lib-dbgsym Package-Type: ddeb Source: ros-jazzy-trac-ik-lib Version: 2.0.2-1noble.20260519.211947 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: TRACLabs Robotics Installed-Size: 2694 Depends: ros-jazzy-trac-ik-lib (= 2.0.2-1noble.20260519.211947) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-trac-ik-lib/ros-jazzy-trac-ik-lib-dbgsym_2.0.2-1noble.20260519.211947_arm64.deb Size: 2661538 SHA256: 1e07bd00c85ffb3fd92d10595b655e662b8c2b8f758d9d463360fc460d3fb7dd SHA1: 92d1e039774ec7ac3b7d7ce401d4f00304a3eb68 MD5sum: 58b84849a1cf748e8e136f37d282f737 Description: debug symbols for ros-jazzy-trac-ik-lib Build-Ids: 6ce2b929c55a3b93a7e370327ee315757f5b996b Package: ros-jazzy-tracetools Version: 8.2.5-1noble.20260305.230445 Architecture: arm64 Maintainer: Christophe Bedard Installed-Size: 377 Depends: libc6 (>= 2.34), liblttng-ust1t64 (>= 2.13.0), libstdc++6 (>= 4.1.1), liblttng-ust-dev, lttng-tools, ros-jazzy-ros-workspace Homepage: https://docs.ros.org/en/rolling/p/tracetools/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tracetools/ros-jazzy-tracetools_8.2.5-1noble.20260305.230445_arm64.deb Size: 37616 SHA256: 357e77144b63679300e5c2b5696a4ecc537d800a7bc48c0ae6c63997573b9968 SHA1: a82bb7772dff715de52ecd102c8ae21f4b5acecf MD5sum: 23f36fe114099b1229cbec31517eeac2 Description: Tracing wrapper for ROS 2. Package: ros-jazzy-tracetools-acceleration Version: 0.4.1-4noble.20260305.230459 Architecture: arm64 Maintainer: Víctor Mayoral-Vilches Installed-Size: 205 Depends: libc6 (>= 2.34), ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tracetools-acceleration/ros-jazzy-tracetools-acceleration_0.4.1-4noble.20260305.230459_arm64.deb Size: 13986 SHA256: e2507441f978c34a840fe4f36a9b0691c6aae18370adf1527a6e2b70ff7dc7ac SHA1: 58ed622c6193cabdff619c2429bb13cf0afde5fc MD5sum: 909536dc3f72e7837fbe0d0a1dc4bc06 Description: LTTng tracing provider wrapper for ROS 2 packages using hardware acceleration. Fork of tracetools to trace hardware acceleration in ROS 2. Package: ros-jazzy-tracetools-acceleration-dbgsym Package-Type: ddeb Source: ros-jazzy-tracetools-acceleration Version: 0.4.1-4noble.20260305.230459 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Víctor Mayoral-Vilches Installed-Size: 30 Depends: ros-jazzy-tracetools-acceleration (= 0.4.1-4noble.20260305.230459) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tracetools-acceleration/ros-jazzy-tracetools-acceleration-dbgsym_0.4.1-4noble.20260305.230459_arm64.deb Size: 6886 SHA256: deff56a84239f106eae2f605b4a39954f8d128d9fde9de6e74b31a718576a2bc SHA1: 0422bd6f4151245038e1e19032dd5a699855a9c9 MD5sum: b0b32024ddcdbf28f3ea5bdfd4b815b9 Description: debug symbols for ros-jazzy-tracetools-acceleration Build-Ids: bd8d745c72d896a541ed5ded693abb09029dd6d1 f74668683329c92c8995fc2766f10ed6f5fb0aa2 Package: ros-jazzy-tracetools-analysis Version: 3.0.0-6noble.20260305.205531 Architecture: arm64 Maintainer: Christophe Bedard Installed-Size: 356 Depends: jupyter-notebook, python3-pandas, ros-jazzy-tracetools-read, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/tracetools_analysis/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tracetools-analysis/ros-jazzy-tracetools-analysis_3.0.0-6noble.20260305.205531_arm64.deb Size: 70068 SHA256: 77585fa65ab17b283180b8882a9b5b4fa7f29cbe585b4a57be2f04945846fde0 SHA1: 60632f1b73528a07235671ef75b26c45c90c78a0 MD5sum: 1b7cd18cdb0449f5b13fd5a4a609a065 Description: Tools for analysing trace data. Package: ros-jazzy-tracetools-dbgsym Package-Type: ddeb Source: ros-jazzy-tracetools Version: 8.2.5-1noble.20260305.230445 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christophe Bedard Installed-Size: 180 Depends: ros-jazzy-tracetools (= 8.2.5-1noble.20260305.230445) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tracetools/ros-jazzy-tracetools-dbgsym_8.2.5-1noble.20260305.230445_arm64.deb Size: 80166 SHA256: d45727aa7fb8933ed098b6599817b6384cb7429f1f715005664ebaa1d1441a2c SHA1: ced46f6035219ed0c7913d2735a3dcd36b202c34 MD5sum: 57d94b37bc3d95e44ea566deba8c0435 Description: debug symbols for ros-jazzy-tracetools Build-Ids: 5c8e21acdc9c7d8b1e08f4c5690c1a6a380c126b 8304546e851e29b9b727b755c3a9ed5a9de503aa bda8a241859169bb0b55b2fef937e973fa1d17e0 Package: ros-jazzy-tracetools-image-pipeline Version: 5.0.12-1noble.20260516.181412 Architecture: arm64 Maintainer: Víctor Mayoral-Vilches Installed-Size: 207 Depends: libc6 (>= 2.34), ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/tracetools_image_pipeline/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tracetools-image-pipeline/ros-jazzy-tracetools-image-pipeline_5.0.12-1noble.20260516.181412_arm64.deb Size: 14068 SHA256: 7e332dffd28b5ffa487f19dd0639f84dd0d9a763cc39c7828462c367921d50ff SHA1: 432325404fd8badd207755ee3080c69eb310a4ab MD5sum: c58be7384488a1b45a5c383db4a56703 Description: LTTng tracing provider wrapper for image_pipeline ROS 2 meta-package. Package: ros-jazzy-tracetools-image-pipeline-dbgsym Package-Type: ddeb Source: ros-jazzy-tracetools-image-pipeline Version: 5.0.12-1noble.20260516.181412 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Víctor Mayoral-Vilches Installed-Size: 29 Depends: ros-jazzy-tracetools-image-pipeline (= 5.0.12-1noble.20260516.181412) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tracetools-image-pipeline/ros-jazzy-tracetools-image-pipeline-dbgsym_5.0.12-1noble.20260516.181412_arm64.deb Size: 6742 SHA256: 18f7a06d09c2da9d04fee807b2858c32a26a50290401c50f70ea4d27e0c5b06f SHA1: 95847ca9c5869be6d2d10e95ae53f06eda6552bc MD5sum: 0762c6bf49d3bba35088853dae8a8fac Description: debug symbols for ros-jazzy-tracetools-image-pipeline Build-Ids: 66d354f34fa6814937c0a8a98cc8f0829acdd528 e952146597047f01d6287be977593132e09a915a Package: ros-jazzy-tracetools-launch Version: 8.2.5-1noble.20260519.211816 Architecture: arm64 Maintainer: Christophe Bedard Installed-Size: 92 Depends: ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-tracetools-trace, ros-jazzy-ros-workspace Homepage: https://docs.ros.org/en/rolling/p/tracetools_launch/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tracetools-launch/ros-jazzy-tracetools-launch_8.2.5-1noble.20260519.211816_arm64.deb Size: 20342 SHA256: 82f1ec13ecd8de4a248b620b1360be8fd14fc7e7d4022854c5934ab280c3f539 SHA1: eea6f8ab16d3158cf3edabd746e8007268b6bf9c MD5sum: da76d652ef6f8ed4b4aa2f13490ece33 Description: Launch integration for tracing. Package: ros-jazzy-tracetools-read Version: 8.2.5-1noble.20260305.203523 Architecture: arm64 Maintainer: Christophe Bedard Installed-Size: 43 Depends: python3-babeltrace, ros-jazzy-ros-workspace Homepage: https://docs.ros.org/en/rolling/p/tracetools_read/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tracetools-read/ros-jazzy-tracetools-read_8.2.5-1noble.20260305.203523_arm64.deb Size: 8006 SHA256: 9d2d861bf6d28b9a4e2c6348e23e8cc82214e0734eae2bfdd61d966f08cbb7c2 SHA1: cdeb986c24630d3df4a204d74b8357a5770c322c MD5sum: d49d5de3dd8caddebdd047cd5e9b063d Description: Tools for reading traces. Package: ros-jazzy-tracetools-test Version: 8.2.5-1noble.20260519.211901 Architecture: arm64 Maintainer: Christophe Bedard Installed-Size: 91 Depends: ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-tracetools-launch, ros-jazzy-tracetools-read, ros-jazzy-tracetools-trace, ros-jazzy-ros-workspace Homepage: https://docs.ros.org/en/rolling/p/tracetools_test/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tracetools-test/ros-jazzy-tracetools-test_8.2.5-1noble.20260519.211901_arm64.deb Size: 20040 SHA256: bb1fbda1eff518239d9de9f2060ab15f1b2cea29758bb10fe47a7bebf281ef35 SHA1: 65182366e05f5853502076abafc9744775464fdc MD5sum: d88d6f4260b0a97ecbe3d5f2f134af5b Description: Utilities for tracing-related tests. Package: ros-jazzy-tracetools-trace Version: 8.2.5-1noble.20260305.234419 Architecture: arm64 Maintainer: Christophe Bedard Installed-Size: 144 Depends: procps, ros-jazzy-lttngpy, ros-jazzy-ros-workspace Homepage: https://docs.ros.org/en/rolling/p/tracetools_trace/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tracetools-trace/ros-jazzy-tracetools-trace_8.2.5-1noble.20260305.234419_arm64.deb Size: 30650 SHA256: 3d0e758fb179fdbf7709d2c6b7fbac2774810079b5b800d7d7663774dd8e009c SHA1: fec9405cd1a7f5de665be1b9f3337db92a338201 MD5sum: b8cf57d352b5978e5960f34d31f3187c Description: Tools for setting up tracing sessions. Package: ros-jazzy-trajectory-msgs Version: 5.3.7-1noble.20260519.191618 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 1493 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-trajectory-msgs/ros-jazzy-trajectory-msgs_5.3.7-1noble.20260519.191618_arm64.deb Size: 100356 SHA256: 221ca59b093d56438797d96d0c3dd6c8501fa200e0c4bd73a1630f22bfb94780 SHA1: ac10cdf31c6cb3278c864a5b34be54a8f394aaaa MD5sum: 2dc6cc210a0ebf4940539ae5c300bd08 Description: A package containing some robot trajectory message definitions. Package: ros-jazzy-trajectory-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-trajectory-msgs Version: 5.3.7-1noble.20260519.191618 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tully Foote Installed-Size: 918 Depends: ros-jazzy-trajectory-msgs (= 5.3.7-1noble.20260519.191618) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-trajectory-msgs/ros-jazzy-trajectory-msgs-dbgsym_5.3.7-1noble.20260519.191618_arm64.deb Size: 696722 SHA256: 0ba0744555f3cf286aa37dc60c56ec51921b2a023f1ef3ac60efec1dead49788 SHA1: 34acda6e334c301e62b734948de9b2b3d2b062c1 MD5sum: 5a7525612acadace378c2a9d1552b30a Description: debug symbols for ros-jazzy-trajectory-msgs Build-Ids: 093c8b46cc626689439194e35967b26744e07ff2 21038d269dd2a1315f878b24e73bfe378613ecb0 31fa1c32d095e83aa5ff8b2a9d51504e9d854693 4975196f5728593bfe752cc603ccd3a04619277b 49a12e4c12fe10c05cf92dd99bd5083471423ea1 6c89a0ec8941b93e4a772b9d9825a5a745220d19 7af6a6c465f7b688897198b3646abf866aa0981a 8f3854b9003b42554ddae3fbcf8a863ca17d65ec c7dc91b97c12b55031c6d12cd021eb081939d3a8 d3dde5394f2be35837ab2921f92b5c5a88232d0b db06c5331f0036ddfd78ac9ce7009d74a030cb8c Package: ros-jazzy-transmission-interface Version: 4.45.2-1noble.20260520.034753 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 273 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), libfmt-dev, ros-jazzy-hardware-interface, ros-jazzy-pluginlib, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/transmission_interface/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-transmission-interface/ros-jazzy-transmission-interface_4.45.2-1noble.20260520.034753_arm64.deb Size: 56746 SHA256: 3d916e02694c9f34033fa728ac96719719db92de762fd142abae347091c455a8 SHA1: f300c99bac850cdcda7cb10b7456f82c63412240 MD5sum: 4016fb83287c427de2e4dca8bb7430c3 Description: data structures for representing mechanical transmissions, methods for propagating values between actuator and joint spaces and tooling to support this. Package: ros-jazzy-transmission-interface-dbgsym Package-Type: ddeb Source: ros-jazzy-transmission-interface Version: 4.45.2-1noble.20260520.034753 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 693 Depends: ros-jazzy-transmission-interface (= 4.45.2-1noble.20260520.034753) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-transmission-interface/ros-jazzy-transmission-interface-dbgsym_4.45.2-1noble.20260520.034753_arm64.deb Size: 617652 SHA256: 99fa1400a3fbd952d895a27ad614028b92de2bb9fd6dddd84cdfc8e0201de4b0 SHA1: 01d42583c5771c327f29df4d5162e4b52486cd69 MD5sum: 34bdc85899a4695c0d4874d9952680f6 Description: debug symbols for ros-jazzy-transmission-interface Build-Ids: 3d1c36c42522d6766c3404101210a3216c011bb7 Package: ros-jazzy-tricycle-controller Version: 4.40.1-1noble.20260520.050726 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 970 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ackermann-msgs, ros-jazzy-backward-ros, ros-jazzy-builtin-interfaces, ros-jazzy-controller-interface, ros-jazzy-geometry-msgs, ros-jazzy-hardware-interface, ros-jazzy-nav-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-rcpputils, ros-jazzy-realtime-tools, ros-jazzy-std-srvs, ros-jazzy-tf2, ros-jazzy-tf2-msgs, ros-jazzy-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tricycle-controller/ros-jazzy-tricycle-controller_4.40.1-1noble.20260520.050726_arm64.deb Size: 201116 SHA256: 814855cb851af1583bebb48d7339219998f12df5a0fb140fc16b03c1e3973615 SHA1: 2334a531db70035a58e6b1a67421da24cf30a1b4 MD5sum: c6e76dbc77a3a2d78de639e924412792 Description: Controller for a tricycle drive mobile base Package: ros-jazzy-tricycle-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-tricycle-controller Version: 4.40.1-1noble.20260520.050726 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 3899 Depends: ros-jazzy-tricycle-controller (= 4.40.1-1noble.20260520.050726) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tricycle-controller/ros-jazzy-tricycle-controller-dbgsym_4.40.1-1noble.20260520.050726_arm64.deb Size: 3361364 SHA256: 87b171a6b3d2506b8301792fc7ac63e972f25f8e3445512c62bac30bd69e9d91 SHA1: 5e21b6a80c83728e4836a2ee00d7b6997e820334 MD5sum: 124c92b2ddfc523eb81bd29ddc5b0a23 Description: debug symbols for ros-jazzy-tricycle-controller Build-Ids: d02b0537f27e98c60136dda59c35ddd8a8504fe6 Package: ros-jazzy-tricycle-steering-controller Version: 4.40.1-1noble.20260520.051435 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 219 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-backward-ros, ros-jazzy-control-msgs, ros-jazzy-controller-interface, ros-jazzy-hardware-interface, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-std-srvs, ros-jazzy-steering-controllers-library, ros-jazzy-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tricycle-steering-controller/ros-jazzy-tricycle-steering-controller_4.40.1-1noble.20260520.051435_arm64.deb Size: 47738 SHA256: 7f2204ebc84bc86945e6bf6cc2e424006bb5a5c0e4f6964a0a16eaa734f7ea50 SHA1: b6bfd5bb8a33c070ef45105ba9ee9db7bbe40c1a MD5sum: f8b77d7792ef7f44b692bcd5314074af Description: Steering controller with tricycle kinematics. Rear fixed wheels are powering the vehicle and front wheel is steering. Package: ros-jazzy-tricycle-steering-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-tricycle-steering-controller Version: 4.40.1-1noble.20260520.051435 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 729 Depends: ros-jazzy-tricycle-steering-controller (= 4.40.1-1noble.20260520.051435) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tricycle-steering-controller/ros-jazzy-tricycle-steering-controller-dbgsym_4.40.1-1noble.20260520.051435_arm64.deb Size: 681408 SHA256: 4d75c0262761a199ad9b74184ee64eb211a4b9d362fa5bebfd27f4b36b94591f SHA1: 91a49c990ca71a81f91973ce9fe45d72e0ad35b1 MD5sum: 9685f2ddeaf8f886f92d4b31c0d13645 Description: debug symbols for ros-jazzy-tricycle-steering-controller Build-Ids: bd37906ba5cc6aa02b3ebbe473db8796d287269f Package: ros-jazzy-tsid Version: 1.10.0-1noble.20260517.051030 Architecture: arm64 Maintainer: "Guilhem Saurel" Installed-Size: 2598 Depends: libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py312, libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-pinocchio, ros-jazzy-urdfdom, graphviz, libboost-all-dev, ros-jazzy-ament-cmake, ros-jazzy-eigenpy, ros-jazzy-eiquadprog, ros-jazzy-ros-workspace Homepage: https://github.com/stack-of-tasks/tsid Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tsid/ros-jazzy-tsid_1.10.0-1noble.20260517.051030_arm64.deb Size: 538360 SHA256: 60d8d25e19c6ec9101e4247c1f458fd0321c9a7e01b11ab519440d93242e59cf SHA1: ae396e65b57b27be2dca9060904944674e4f4cdb MD5sum: bf852e1cf68ba74fc4a6407849e29d64 Description: Efficient Task Space Inverse Dynamics (TSID) based on Pinocchio Package: ros-jazzy-tsid-dbgsym Package-Type: ddeb Source: ros-jazzy-tsid Version: 1.10.0-1noble.20260517.051030 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Guilhem Saurel" Installed-Size: 37005 Depends: ros-jazzy-tsid (= 1.10.0-1noble.20260517.051030) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tsid/ros-jazzy-tsid-dbgsym_1.10.0-1noble.20260517.051030_arm64.deb Size: 34991500 SHA256: 29ab5c05ebce7e96994b2e24ef9641f806bf66a2d091d90f8f9f75a24fb9b9b2 SHA1: 457faa1525f1c5c9ca0e64e0f8165b7c074a1252 MD5sum: 8c8a1ea0ff2d0e44fce80b06617c98fd Description: debug symbols for ros-jazzy-tsid Build-Ids: 1e2a0a51668fb30bf6458b654852c2275728681c 282bef617d850acbc9d81178fb3032ff769e6955 Package: ros-jazzy-turbojpeg-compressed-image-transport Version: 0.2.1-5noble.20260520.043533 Architecture: arm64 Maintainer: Daisuke Nishiamtsu Installed-Size: 317 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libturbojpeg (>= 1.2.90), libturbojpeg0-dev, ros-jazzy-cv-bridge, ros-jazzy-image-transport, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turbojpeg-compressed-image-transport/ros-jazzy-turbojpeg-compressed-image-transport_0.2.1-5noble.20260520.043533_arm64.deb Size: 91948 SHA256: 9a6aea9c43984ec18048aba1ef18b91b1eecdfd7ac3b7c8ce1020b8f833afdd6 SHA1: 3ed351b023dda42561cab89c7ca72992bc56f8e4 MD5sum: 5f6fd054600ec10ad6eeab24d4c89aad Description: Compressed_image_transport provides a plugin to image_transport for transparently sending images encoded as JPEG by turbojpeg. Package: ros-jazzy-turbojpeg-compressed-image-transport-dbgsym Package-Type: ddeb Source: ros-jazzy-turbojpeg-compressed-image-transport Version: 0.2.1-5noble.20260520.043533 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daisuke Nishiamtsu Installed-Size: 1726 Depends: ros-jazzy-turbojpeg-compressed-image-transport (= 0.2.1-5noble.20260520.043533) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turbojpeg-compressed-image-transport/ros-jazzy-turbojpeg-compressed-image-transport-dbgsym_0.2.1-5noble.20260520.043533_arm64.deb Size: 1559954 SHA256: 9d0e374d0bde1fbcae76a0bfac207ce79a8ab621716fb7cf28e444a69e4c3bef SHA1: cfd9c076f55401259a5ca92302b7cf90f229d4ed MD5sum: b812b3c453822161e84a3dabad986856 Description: debug symbols for ros-jazzy-turbojpeg-compressed-image-transport Build-Ids: 78a396fea2e644179f4d6180be9ff84d92cf11b7 Package: ros-jazzy-turtle-nest Version: 1.2.1-1noble.20260305.223752 Architecture: arm64 Maintainer: Janne Karttunen Installed-Size: 11447 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 (>= 11), libtinyxml2-10 (>= 10.0.0), black, libqt5gui5t64, libqt5opengl5, libqt5svg5-dev, pybind11-dev, python3-dev, ros-jazzy-tinyxml2-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtle-nest/ros-jazzy-turtle-nest_1.2.1-1noble.20260305.223752_arm64.deb Size: 1495712 SHA256: 13a0d3830fd50bb104c7c5a2023ba709a9ba3a6d944fb756cdfc9657862480cc SHA1: 95101ab7453ed2dcbe140e14ab3ce7d163ec6636 MD5sum: 76dfa9246c31688831839d44c9fdb4bf Description: ROS 2 Package Creator Package: ros-jazzy-turtle-nest-dbgsym Package-Type: ddeb Source: ros-jazzy-turtle-nest Version: 1.2.1-1noble.20260305.223752 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Janne Karttunen Installed-Size: 3813 Depends: ros-jazzy-turtle-nest (= 1.2.1-1noble.20260305.223752) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtle-nest/ros-jazzy-turtle-nest-dbgsym_1.2.1-1noble.20260305.223752_arm64.deb Size: 3723524 SHA256: e3b390226de3834747ab17cd67bb88f1ef30672fdb305b61210cb57428b04ed4 SHA1: 04898f088905d1e0c76805cf8e6a692970e07a25 MD5sum: 5398f2c16e0c85e2a158b705c083ae37 Description: debug symbols for ros-jazzy-turtle-nest Build-Ids: 46db1194c792ad34980ec210337584ddaacd91b4 Package: ros-jazzy-turtle-tf2-cpp Version: 0.5.0-1noble.20260520.001216 Architecture: arm64 Maintainer: Alejandro Hernández Cordero Installed-Size: 1606 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-jazzy-geometry-msgs, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-message-filters, ros-jazzy-rclcpp, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-turtlesim, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtle-tf2-cpp/ros-jazzy-turtle-tf2-cpp_0.5.0-1noble.20260520.001216_arm64.deb Size: 272226 SHA256: c3dd0888a78978d2e8537c79dc016567cb20768f6d453e3d7cbf100ced2c9874 SHA1: 7f8b57ea181b62d72e153517cf6a3ef3b3f77130 MD5sum: bd668105040f157dc94a0bceb1f69187 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-jazzy-turtle-tf2-cpp-dbgsym Package-Type: ddeb Source: ros-jazzy-turtle-tf2-cpp Version: 0.5.0-1noble.20260520.001216 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernández Cordero Installed-Size: 8163 Depends: ros-jazzy-turtle-tf2-cpp (= 0.5.0-1noble.20260520.001216) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtle-tf2-cpp/ros-jazzy-turtle-tf2-cpp-dbgsym_0.5.0-1noble.20260520.001216_arm64.deb Size: 7036394 SHA256: e3bca4535f21c05042a1ba572a8985e353c38663c742099bb3c94b47035c21ec SHA1: 195b09c31f49f1e0517c9435ec6c1ee7fbbec72e MD5sum: 899ae92c541995eb98305888896ab363 Description: debug symbols for ros-jazzy-turtle-tf2-cpp Build-Ids: 083cdd99bd52ce6c74af0e74aa437ed88904f026 3a8d46d9ee0746a128d8b715fd81bdd158a4c122 3f7a6344addfb335b7f93957bda804beb7ac92df 50bf59171e3f7a5c6e9c256e66b4ee6a94bbac03 753c48da3ec0cf92a7bd4ab6dc54531f0199531c 91faa53edd8f818be79ba9fff72b7c5c9e7ae56f Package: ros-jazzy-turtle-tf2-py Version: 0.5.0-1noble.20260519.220025 Architecture: arm64 Maintainer: Alejandro Hernández Cordero Installed-Size: 102 Depends: python3-numpy, ros-jazzy-geometry-msgs, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-rclpy, ros-jazzy-tf2-ros, ros-jazzy-turtlesim, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtle-tf2-py/ros-jazzy-turtle-tf2-py_0.5.0-1noble.20260519.220025_arm64.deb Size: 16820 SHA256: a28da18bf8676a08d09d4741cc985948fcb68a30f6d7f6fad16ae1bfc1785ca2 SHA1: d17c60d8103e764e9355ecfc00f20c41a7e954dd MD5sum: 68f4d5f6e270df4ab8abeaf76eacb50c 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-jazzy-turtlebot3 Version: 2.3.6-1noble.20260520.150923 Architecture: arm64 Maintainer: Pyo Installed-Size: 44 Depends: ros-jazzy-turtlebot3-bringup, ros-jazzy-turtlebot3-cartographer, ros-jazzy-turtlebot3-description, ros-jazzy-turtlebot3-example, ros-jazzy-turtlebot3-navigation2, ros-jazzy-turtlebot3-node, ros-jazzy-turtlebot3-teleop, ros-jazzy-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3/ros-jazzy-turtlebot3_2.3.6-1noble.20260520.150923_arm64.deb Size: 7308 SHA256: 4d15fe57c527f01d59a8ee042d41c6d307599e0d135d4e2b3cf887df14a734c7 SHA1: ee3d560f7a554f598f916fb0ebb858149a6526f2 MD5sum: a5d5516b6feff1953a699042237c70c4 Description: ROS 2 packages for TurtleBot3 Package: ros-jazzy-turtlebot3-applications Version: 1.3.3-1noble.20260520.052331 Architecture: arm64 Maintainer: Pyo Installed-Size: 42 Depends: ros-jazzy-turtlebot3-aruco-tracker, ros-jazzy-turtlebot3-automatic-parking, ros-jazzy-turtlebot3-automatic-parking-vision, ros-jazzy-turtlebot3-follower, ros-jazzy-turtlebot3-panorama, ros-jazzy-turtlebot3-yolo-object-detection, ros-jazzy-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-applications/ros-jazzy-turtlebot3-applications_1.3.3-1noble.20260520.052331_arm64.deb Size: 5870 SHA256: 02260caebea110e6a8d299405ed82312cb7efed9f38608f080c2b91af57db1dd SHA1: e8ae9ed8d40c8ba7493bd63c7197d93c295ca3fe MD5sum: 04a549466c4c7dacb490b48e0f85dfb4 Description: ROS packages for the turtlebot3 applications (meta package) Package: ros-jazzy-turtlebot3-applications-msgs Version: 1.0.1-1noble.20260519.191524 Architecture: arm64 Maintainer: Pyo Installed-Size: 1677 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/turtlebot3_applications_msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-applications-msgs/ros-jazzy-turtlebot3-applications-msgs_1.0.1-1noble.20260519.191524_arm64.deb Size: 108344 SHA256: c624401c1a771a02aabd798b9aa7a685ac2e96f33ed49d4b12c331a50a340b65 SHA1: 78864eaeaab0ec67f52977e76ad4b10d302a6934 MD5sum: 83b7466bc2b6143ff468b22c84a4a155 Description: Message and service types: custom messages and services for TurtleBot3 Applications packages Package: ros-jazzy-turtlebot3-applications-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-turtlebot3-applications-msgs Version: 1.0.1-1noble.20260519.191524 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 916 Depends: ros-jazzy-turtlebot3-applications-msgs (= 1.0.1-1noble.20260519.191524) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-applications-msgs/ros-jazzy-turtlebot3-applications-msgs-dbgsym_1.0.1-1noble.20260519.191524_arm64.deb Size: 647314 SHA256: 6a81a1cb833bcc58d9f3391d1dc522c58f31587bf483975135d4771801994eb9 SHA1: ac67d92b639cde622cf8d034043deef00212bd94 MD5sum: 87c891b081e52d5511e8023c5c67a52e Description: debug symbols for ros-jazzy-turtlebot3-applications-msgs Build-Ids: 1923e94ff8f267cbce5f4d7a5a970f5e8463b6e0 1a8b4c75ae0bcdea0e17ff83e6ba80da3dda7a45 1aa9328e1101ccf9a0da009068b587aa7ec7a7cb 48de0a8759e9fdf7d04d511c6b10b9fabd878550 518f71163ef4c54b4799b7faae73bc66c83f3752 977406e46a3d830d3969a2d6a4bf21f0bd394935 aae58253bc45435b2d3ab22112d4304bf4e00627 ad9ab081d27d37f06507d92fd7efef84e1e21260 af4791b85e2db9374adf404be8e2e471cf0eb405 b50bbece0b1e09ae277e595ba9f7a17f609aa995 ea7e3b44f46e1696a7a125f67ab444c161f031c0 Package: ros-jazzy-turtlebot3-aruco-tracker Version: 1.3.3-1noble.20260519.235444 Architecture: arm64 Maintainer: Pyo Installed-Size: 49 Depends: ros-jazzy-cv-bridge, ros-jazzy-geometry-msgs, ros-jazzy-rclpy, ros-jazzy-sensor-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-aruco-tracker/ros-jazzy-turtlebot3-aruco-tracker_1.3.3-1noble.20260519.235444_arm64.deb Size: 8410 SHA256: de3cb06c37a8271047123992084ad395e1b042245a63e8220c8cf3120d42c077 SHA1: e99ec9e89311597d12840ada04965c07a7edf60e MD5sum: 7844b291de673e8d598693ca68728dc4 Description: ArUco Tracker for TurtleBot3 Examples. Package: ros-jazzy-turtlebot3-automatic-parking Version: 1.3.3-1noble.20260519.232306 Architecture: arm64 Maintainer: Pyo Installed-Size: 66 Depends: ros-jazzy-rclpy, ros-jazzy-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-automatic-parking/ros-jazzy-turtlebot3-automatic-parking_1.3.3-1noble.20260519.232306_arm64.deb Size: 12632 SHA256: c4880ff0680979091940c8075fafcbcbb2235be53e938305c773505f2103b852 SHA1: f0ac6663d7103743decfabbbece247bc113e1a03 MD5sum: c8afc5a942ea9c4ed60a2aeb7fc214a9 Description: Package for turtlebot3 automatic_parking. Package: ros-jazzy-turtlebot3-automatic-parking-vision Version: 1.3.3-1noble.20260519.230653 Architecture: arm64 Maintainer: Pyo Installed-Size: 75 Depends: python3-scipy, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclpy, ros-jazzy-std-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-automatic-parking-vision/ros-jazzy-turtlebot3-automatic-parking-vision_1.3.3-1noble.20260519.230653_arm64.deb Size: 12928 SHA256: f2cdecb99e904250da124ca3639aa74e442cba3fabffb9c50806c3ea53019f14 SHA1: ebdd32f3a5becaa15c0640b8f75d932d6c50a00b MD5sum: f0af3586e4c30d0f20ad6cfc19c249b7 Description: Automatic Parking Vision for TurtleBot3 Examples. Package: ros-jazzy-turtlebot3-autorace Version: 1.2.2-1noble.20260520.051921 Architecture: arm64 Maintainer: Pyo Installed-Size: 42 Depends: ros-jazzy-turtlebot3-autorace-camera, ros-jazzy-turtlebot3-autorace-detect, ros-jazzy-turtlebot3-autorace-mission, ros-jazzy-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-autorace/ros-jazzy-turtlebot3-autorace_1.2.2-1noble.20260520.051921_arm64.deb Size: 5564 SHA256: 4cc836cd078e9241cebd497fd1304a75d9ad0fbefbd6cd4c009a50833ea9e25f SHA1: 5d65d52486139a1d6224cc6dc30ae824599334d9 MD5sum: a488bd1929abd5a13c9cc781546d39d3 Description: ROS 2 meta packages for turtlebot3_autorace Package: ros-jazzy-turtlebot3-autorace-camera Version: 1.2.2-1noble.20260519.223534 Architecture: arm64 Maintainer: Pyo Installed-Size: 80 Depends: ros-jazzy-cv-bridge, ros-jazzy-rclpy, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-autorace-camera/ros-jazzy-turtlebot3-autorace-camera_1.2.2-1noble.20260519.223534_arm64.deb Size: 12540 SHA256: 039c54e439fdf392be3900546e2f727f264037bec7c5fd4b8dc81aea3fdb52c3 SHA1: abe9404854d0c3e814ba6557da741ef670500892 MD5sum: adfc2247eb70dcf289712ac0ca2d1410 Description: ROS 2 packages for camera calibration and image processing in TurtleBot AutoRace Package: ros-jazzy-turtlebot3-autorace-detect Version: 1.2.2-1noble.20260519.232330 Architecture: arm64 Maintainer: Pyo Installed-Size: 313 Depends: ros-jazzy-rclpy, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-autorace-detect/ros-jazzy-turtlebot3-autorace-detect_1.2.2-1noble.20260519.232330_arm64.deb Size: 68612 SHA256: 8ef99e930413408128dd525f533f0ed71301ec24e255eb149d5f00adab0c1c6e SHA1: 8782ce75aace1ccb9ba333faae5f42450407de50 MD5sum: f821997aa071f2a38cca7b81322f16f9 Description: ROS 2 packages for turtlebot3_autorace_detect Package: ros-jazzy-turtlebot3-autorace-mission Version: 1.2.2-1noble.20260519.232359 Architecture: arm64 Maintainer: Pyo Installed-Size: 122 Depends: ros-jazzy-rclpy, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-autorace-mission/ros-jazzy-turtlebot3-autorace-mission_1.2.2-1noble.20260519.232359_arm64.deb Size: 20864 SHA256: 5697e3c0cb4068e01d48b4fd14e9672f3ab465f993b57660527d1250911117c4 SHA1: 02e2859e97b4a9e12ec2a7a2f6810d7aa7726d6a MD5sum: 80ad82b81956634f914d5b9365d11efc Description: ROS 2 packages for turtlebot3_autorace_mission Package: ros-jazzy-turtlebot3-bringup Version: 2.3.6-1noble.20260520.142707 Architecture: arm64 Maintainer: Pyo Installed-Size: 69 Depends: ros-jazzy-hls-lfcd-lds-driver, ros-jazzy-robot-state-publisher, ros-jazzy-rviz2, ros-jazzy-turtlebot3-description, ros-jazzy-turtlebot3-node, ros-jazzy-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-bringup/ros-jazzy-turtlebot3-bringup_2.3.6-1noble.20260520.142707_arm64.deb Size: 9878 SHA256: f7c3791412d39ca37c763c9d0c4315ce89bd142b4a4782d87e9e9ddc1b674dfc SHA1: 4204d1a65ae73e8270334322f0110f8eaf69d8eb MD5sum: b5aa2cb9cb31d1b6d73aae8019452d6d Description: ROS 2 launch scripts for starting the TurtleBot3 Package: ros-jazzy-turtlebot3-cartographer Version: 2.3.6-1noble.20260520.054238 Architecture: arm64 Maintainer: Pyo Installed-Size: 67 Depends: ros-jazzy-cartographer-ros, ros-jazzy-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-cartographer/ros-jazzy-turtlebot3-cartographer_2.3.6-1noble.20260520.054238_arm64.deb Size: 10558 SHA256: 7a1656406e5abc2e0aa14bd5b5d222814af544867355ff460bc73627258f3105 SHA1: d2bd1a40fbce7110eea611a9e3038f49d1f6f650 MD5sum: ec92b6a6bac4ae17568561a407ffe235 Description: ROS 2 launch scripts for cartographer Package: ros-jazzy-turtlebot3-description Version: 2.3.6-1noble.20260519.012347 Architecture: arm64 Maintainer: Pyo Installed-Size: 40268 Depends: ros-jazzy-urdf, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-description/ros-jazzy-turtlebot3-description_2.3.6-1noble.20260519.012347_arm64.deb Size: 5279840 SHA256: 945ddca31f1cc26d034a1e16af79d8b579847ea159f89ae6165527f9709c3aa5 SHA1: d52ca67c7d5ef6bbadf65aa308be77f90ff7dc6c MD5sum: 7a2355af5f8707b27567a3a73470aad5 Description: 3D models of the TurtleBot3 for simulation and visualization Package: ros-jazzy-turtlebot3-example Version: 2.3.6-1noble.20260520.001110 Architecture: arm64 Maintainer: Pyo Installed-Size: 145 Depends: ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclpy, ros-jazzy-sensor-msgs, ros-jazzy-tf-transformations, ros-jazzy-turtlebot3-msgs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-example/ros-jazzy-turtlebot3-example_2.3.6-1noble.20260520.001110_arm64.deb Size: 26498 SHA256: 518bb1ad2d905f70a23066cf3852bf73ab3baaed074db175506b0135b362feef SHA1: 25abc2a8206bc42f22f649e2f5ca848e4e6c3eeb MD5sum: d8cd63dfca7f3cc36cfcf1c5607a9c9f Description: This package provides four basic examples for TurtleBot3 (i.e., interactive marker, object detection, patrol and position control). Package: ros-jazzy-turtlebot3-fake-node Version: 2.3.7-1noble.20260520.000640 Architecture: arm64 Maintainer: Pyo Installed-Size: 644 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ament-cmake, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-robot-state-publisher, ros-jazzy-sensor-msgs, ros-jazzy-tf2, ros-jazzy-tf2-msgs, ros-jazzy-turtlebot3-msgs, ros-jazzy-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-fake-node/ros-jazzy-turtlebot3-fake-node_2.3.7-1noble.20260520.000640_arm64.deb Size: 126524 SHA256: 471b84603df4635f016c767a3d5b5c13e89866e6dc302ab4ffc35e70b69c6a3f SHA1: 18c5d3216754dfe45e0170ca41136dcdaa312bc3 MD5sum: aabbf6124d7220eeb263e52c606d7325 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-jazzy-turtlebot3-fake-node-dbgsym Package-Type: ddeb Source: ros-jazzy-turtlebot3-fake-node Version: 2.3.7-1noble.20260520.000640 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 2822 Depends: ros-jazzy-turtlebot3-fake-node (= 2.3.7-1noble.20260520.000640) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-fake-node/ros-jazzy-turtlebot3-fake-node-dbgsym_2.3.7-1noble.20260520.000640_arm64.deb Size: 2371474 SHA256: af833d615aa98cc3bda0ad4aefd26151b069f1bdedfe1ecf22b61365acbee0e7 SHA1: 12c4a1ac1fe7668ef50fe3af27dd58d640183927 MD5sum: e626ded4efacfb14d5b80537961b5df2 Description: debug symbols for ros-jazzy-turtlebot3-fake-node Build-Ids: d1d473565697e8eb66218622db8805d7aeb59da8 Package: ros-jazzy-turtlebot3-follower Version: 1.3.3-1noble.20260520.003620 Architecture: arm64 Maintainer: Pyo Installed-Size: 323 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-geometry-msgs, ros-jazzy-nav2-msgs, ros-jazzy-rclcpp, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-follower/ros-jazzy-turtlebot3-follower_1.3.3-1noble.20260520.003620_arm64.deb Size: 75102 SHA256: 51396861c4e318b02a893710ba9b40a947b9907fad701a47aefbac92de0e41cc SHA1: fa2f7ebc48850e746a4e02381efc00c150505ddb MD5sum: 1d487a18c94a452d3912fe4f8f31518c Description: TurtleBot3 Follower Example for ROS2. Package: ros-jazzy-turtlebot3-follower-dbgsym Package-Type: ddeb Source: ros-jazzy-turtlebot3-follower Version: 1.3.3-1noble.20260520.003620 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 1334 Depends: ros-jazzy-turtlebot3-follower (= 1.3.3-1noble.20260520.003620) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-follower/ros-jazzy-turtlebot3-follower-dbgsym_1.3.3-1noble.20260520.003620_arm64.deb Size: 1158208 SHA256: ceae9d75eaa8509cc702f2155342eef0af9a11e9de3962e65a3cfed0509a7a39 SHA1: 01499b12d38e0bb710f97ef773fbcbd66985a03e MD5sum: 3f2e1d5646050354f55621bf830b463e Description: debug symbols for ros-jazzy-turtlebot3-follower Build-Ids: b03563faf6ecc710733b44afe4f29c99fd4c5488 Package: ros-jazzy-turtlebot3-gazebo Version: 2.3.7-1noble.20260520.040302 Architecture: arm64 Maintainer: Pyo Installed-Size: 46209 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-gz-common-vendor, ros-jazzy-gz-sim-vendor, ros-jazzy-sdformat-vendor, ros-jazzy-geometry-msgs, ros-jazzy-gz-math-vendor, ros-jazzy-gz-plugin-vendor, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-ros-gz-bridge, ros-jazzy-ros-gz-image, ros-jazzy-ros-gz-sim, ros-jazzy-sensor-msgs, ros-jazzy-tf2, ros-jazzy-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-gazebo/ros-jazzy-turtlebot3-gazebo_2.3.7-1noble.20260520.040302_arm64.deb Size: 8601810 SHA256: 1ffe0a0e0776b25d43d4a0562752d0fda176595a34663d6f7fa810f47c8c5bd5 SHA1: 66ebda42eccfaacb965b0d31ac5e841ffc250929 MD5sum: e31f5d13165d46180437b7299227324c Description: Gazebo simulation package for the TurtleBot3 Package: ros-jazzy-turtlebot3-gazebo-dbgsym Package-Type: ddeb Source: ros-jazzy-turtlebot3-gazebo Version: 2.3.7-1noble.20260520.040302 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 4175 Depends: ros-jazzy-turtlebot3-gazebo (= 2.3.7-1noble.20260520.040302) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-gazebo/ros-jazzy-turtlebot3-gazebo-dbgsym_2.3.7-1noble.20260520.040302_arm64.deb Size: 3495908 SHA256: bfc25857c0d930569d28d3274a2f630f3681e49b8db8d7887e8eed35863cde8f SHA1: f88aa0d6c216cfeaa5948e337543c0c6de015708 MD5sum: 6f501b198ed23b5ec2f2cbbad71266e2 Description: debug symbols for ros-jazzy-turtlebot3-gazebo Build-Ids: 0cd48d7378bbc7c51a49c24870f43954e19e151b ab1cc5cf8584c32155c552ae0af42d7fc3cb507e c9b60f9260b370b8afe79249c8f94bc3e6922aa1 d842eb43d6c9185f180eaa2d036b2d6b4208aa9c Package: ros-jazzy-turtlebot3-home-service-challenge Version: 1.0.5-1noble.20260520.151624 Architecture: arm64 Maintainer: Pyo Installed-Size: 42 Depends: ros-jazzy-turtlebot3-home-service-challenge-aruco, ros-jazzy-turtlebot3-home-service-challenge-core, ros-jazzy-turtlebot3-home-service-challenge-manipulator, ros-jazzy-turtlebot3-home-service-challenge-tools, ros-jazzy-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-home-service-challenge/ros-jazzy-turtlebot3-home-service-challenge_1.0.5-1noble.20260520.151624_arm64.deb Size: 5858 SHA256: 0291a82e3e21d6b656eea45bfd22db43dd1b502ebe0754fea2d7b8badff530d3 SHA1: b96e9f75be206f64529b8e700922e9de4e017956 MD5sum: 5c0b57285cac8a9052fd188feac1f649 Description: ROS packages for the Turtlebot3 Home Service Challenge (meta package) Package: ros-jazzy-turtlebot3-home-service-challenge-aruco Version: 1.0.5-1noble.20260519.230659 Architecture: arm64 Maintainer: Pyo Installed-Size: 92 Depends: python3-numpy, python3-opencv, python3-scipy, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclpy, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/turtlebot3 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-home-service-challenge-aruco/ros-jazzy-turtlebot3-home-service-challenge-aruco_1.0.5-1noble.20260519.230659_arm64.deb Size: 17108 SHA256: c571a1883be8f214890f3bfd515b7361e4eb0930a27756dcbe3c16a138e1c122 SHA1: 4d897d1dd292d7936dde445a9d160c695fc5f132 MD5sum: aa8bf22101b0a9ea2db69340b121fa0f Description: Using aruco package for turtlebot3_home_service_challenge Package: ros-jazzy-turtlebot3-home-service-challenge-core Version: 1.0.5-1noble.20260520.151530 Architecture: arm64 Maintainer: Pyo Installed-Size: 59 Depends: ros-jazzy-geometry-msgs, ros-jazzy-nav2-msgs, ros-jazzy-rclpy, ros-jazzy-std-msgs, ros-jazzy-turtlebot3-home-service-challenge-aruco, ros-jazzy-turtlebot3-home-service-challenge-manipulator, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/turtlebot3 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-home-service-challenge-core/ros-jazzy-turtlebot3-home-service-challenge-core_1.0.5-1noble.20260520.151530_arm64.deb Size: 10142 SHA256: bddac2ade075f301a37edfd190b3a7b0058da415bfadabb5f20d822b0cb47d20 SHA1: 94ca11a4c56ac9597bc18320d858581bf05a6234 MD5sum: 6daa1bec3e2f7addeec1ff3a067ede19 Description: Core package for turtlebot3_home_service_challenge Package: ros-jazzy-turtlebot3-home-service-challenge-manipulator Version: 1.0.5-1noble.20260520.150710 Architecture: arm64 Maintainer: pyo Installed-Size: 562 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-moveit-ros-planning-interface, ros-jazzy-rclcpp, ros-jazzy-std-msgs, ros-jazzy-turtlebot3-home-service-challenge-tools, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/turtlebot3 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-home-service-challenge-manipulator/ros-jazzy-turtlebot3-home-service-challenge-manipulator_1.0.5-1noble.20260520.150710_arm64.deb Size: 105658 SHA256: 932fa066aa50499eef6998aef4ea856781a903bd4bf931de333cbc252450e116 SHA1: 243d49c8ee70eb915d067b427d4e1dadcee034dd MD5sum: da179bd8186eda15d2fc994abe41f914 Description: Manipulator controller package for turtlebot3_home_service_challenge Package: ros-jazzy-turtlebot3-home-service-challenge-manipulator-dbgsym Package-Type: ddeb Source: ros-jazzy-turtlebot3-home-service-challenge-manipulator Version: 1.0.5-1noble.20260520.150710 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: pyo Installed-Size: 3719 Depends: ros-jazzy-turtlebot3-home-service-challenge-manipulator (= 1.0.5-1noble.20260520.150710) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-home-service-challenge-manipulator/ros-jazzy-turtlebot3-home-service-challenge-manipulator-dbgsym_1.0.5-1noble.20260520.150710_arm64.deb Size: 3376378 SHA256: ad742ba403138540f5089bf8de5dff084a6228afee8bcccf0a6045dc1012d729 SHA1: a32dd2187c8011713cfc9e3d8304c01583edd58f MD5sum: aa8824e4da42b7dbec7549b66e31ad8d Description: debug symbols for ros-jazzy-turtlebot3-home-service-challenge-manipulator Build-Ids: 191bc3a43733619a158cf0c1277ccf3ec68daa01 Package: ros-jazzy-turtlebot3-home-service-challenge-tools Version: 1.0.5-1noble.20260520.150605 Architecture: arm64 Maintainer: Pyo Installed-Size: 145 Depends: ros-jazzy-controller-manager, ros-jazzy-moveit-ros-move-group, ros-jazzy-nav2-bringup, ros-jazzy-nav2-bt-navigator, ros-jazzy-turtlebot3-manipulation-bringup, ros-jazzy-turtlebot3-manipulation-moveit-config, ros-jazzy-turtlebot3-manipulation-navigation2, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/turtlebot3 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-home-service-challenge-tools/ros-jazzy-turtlebot3-home-service-challenge-tools_1.0.5-1noble.20260520.150605_arm64.deb Size: 21008 SHA256: 6b7de0ab9e635b0e64891b595640ee2670e5ab8e9cbbb675e2c677b02933e200 SHA1: 67eda2b1003f176cfecbfc2915138a0c574646ab MD5sum: 882b4bacccfafd46110e92ba232fe662 Description: turtlebot3_home_service_challenge_tools Package: ros-jazzy-turtlebot3-manipulation Version: 2.2.1-1noble.20260520.150614 Architecture: arm64 Maintainer: Pyo Installed-Size: 42 Depends: ros-jazzy-turtlebot3-manipulation-bringup, ros-jazzy-turtlebot3-manipulation-cartographer, ros-jazzy-turtlebot3-manipulation-description, ros-jazzy-turtlebot3-manipulation-hardware, ros-jazzy-turtlebot3-manipulation-moveit-config, ros-jazzy-turtlebot3-manipulation-navigation2, ros-jazzy-turtlebot3-manipulation-teleop, ros-jazzy-ros-workspace Homepage: https://emanual.robotis.com/docs/en/platform/turtlebot3/manipulation/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-manipulation/ros-jazzy-turtlebot3-manipulation_2.2.1-1noble.20260520.150614_arm64.deb Size: 5760 SHA256: 8637f0879ca6313c7132fdc59d462507d2e63a379c1a3072e829d8a55515b73d SHA1: 0d43e5a25d7ceb39ae8f79731b91cb5b4d904578 MD5sum: ebb35d8811708497357d22adf087e4ad Description: ROS 2 package for turtlebot3_manipulation Package: ros-jazzy-turtlebot3-manipulation-bringup Version: 2.2.1-1noble.20260520.145608 Architecture: arm64 Maintainer: Pyo Installed-Size: 72 Depends: ros-jazzy-robot-state-publisher, ros-jazzy-ros2-control, ros-jazzy-ros2-controllers, ros-jazzy-rviz2, ros-jazzy-turtlebot3-manipulation-description, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: https://emanual.robotis.com/docs/en/platform/turtlebot3/manipulation/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-manipulation-bringup/ros-jazzy-turtlebot3-manipulation-bringup_2.2.1-1noble.20260520.145608_arm64.deb Size: 10960 SHA256: 126c1292b3484ce0416c8d0042ebf437ed8221bb8db42c6805e2e308d4c08482 SHA1: 11c1f94c6f6097e28bb98f5e10a7a5f0552bce8d MD5sum: e8fd29d0dea6afefb902755f31cade12 Description: ROS 2 package for turtlebot3_manipulation Package: ros-jazzy-turtlebot3-manipulation-cartographer Version: 2.2.1-1noble.20260520.145846 Architecture: arm64 Maintainer: Pyo Installed-Size: 61 Depends: ros-jazzy-cartographer-ros, ros-jazzy-rviz2, ros-jazzy-ros-workspace Homepage: https://emanual.robotis.com/docs/en/platform/turtlebot3/manipulation/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-manipulation-cartographer/ros-jazzy-turtlebot3-manipulation-cartographer_2.2.1-1noble.20260520.145846_arm64.deb Size: 9592 SHA256: 1df2573f8e9b7931fab9b7a719bf9ca118af520abc52976c34c91f44cfdee677 SHA1: 6f21a1ad6d4d7658f7beac56cdd1204abbf92811 MD5sum: 671364d9d1fc8756914f6c070f8b6a6b Description: ROS 2 launch scripts for cartographer Package: ros-jazzy-turtlebot3-manipulation-description Version: 2.2.1-1noble.20260520.145516 Architecture: arm64 Maintainer: Pyo Installed-Size: 14617 Depends: ros-jazzy-joint-state-publisher, ros-jazzy-joint-state-publisher-gui, ros-jazzy-robot-state-publisher, ros-jazzy-rviz2, ros-jazzy-ros-workspace Homepage: https://emanual.robotis.com/docs/en/platform/turtlebot3/manipulation/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-manipulation-description/ros-jazzy-turtlebot3-manipulation-description_2.2.1-1noble.20260520.145516_arm64.deb Size: 2499984 SHA256: 8109e19cacb14340f79791f1fea82a8060b5ed98d6f5adddb66f9cd792ae9fc2 SHA1: 5672e58f60e28f3d3cb14abcb4deb6a66e6f20e0 MD5sum: 40cacd40560da89ffa9ff11a314ae0ec Description: ROS 2 package for turtlebot3_manipulation_description Package: ros-jazzy-turtlebot3-manipulation-hardware Version: 2.2.1-1noble.20260520.034832 Architecture: arm64 Maintainer: Pyo Installed-Size: 217 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-dynamixel-sdk, ros-jazzy-hardware-interface, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: https://emanual.robotis.com/docs/en/platform/turtlebot3/manipulation/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-manipulation-hardware/ros-jazzy-turtlebot3-manipulation-hardware_2.2.1-1noble.20260520.034832_arm64.deb Size: 39250 SHA256: c5a89299164308d1baea2fb855316435811dedb3ab27a1cdea3aec69640ced78 SHA1: 063ff31aa06025d1ae837960009f0c776f7899df MD5sum: bf6b37f8d6ef5a9dd4a2528ee8abf6a5 Description: ROS 2 package for turtlebot3_manipulation_hardware Package: ros-jazzy-turtlebot3-manipulation-hardware-dbgsym Package-Type: ddeb Source: ros-jazzy-turtlebot3-manipulation-hardware Version: 2.2.1-1noble.20260520.034832 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 640 Depends: ros-jazzy-turtlebot3-manipulation-hardware (= 2.2.1-1noble.20260520.034832) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-manipulation-hardware/ros-jazzy-turtlebot3-manipulation-hardware-dbgsym_2.2.1-1noble.20260520.034832_arm64.deb Size: 594002 SHA256: 0281f2b5276919f83e50fcc31934d3dfe1cfde5328090559c91db60be03504f2 SHA1: 4b274f429ab9b553291345d2e2b2a580912aa4e1 MD5sum: f61b8abad7fb4429b30877af0ce5e1f4 Description: debug symbols for ros-jazzy-turtlebot3-manipulation-hardware Build-Ids: 9a3a6f5f7258024b6f10ee4a7a249536e13f88b4 Package: ros-jazzy-turtlebot3-manipulation-moveit-config Version: 2.2.1-1noble.20260520.145619 Architecture: arm64 Maintainer: Pyo Installed-Size: 129 Depends: ros-jazzy-joint-state-publisher, ros-jazzy-joint-state-publisher-gui, ros-jazzy-moveit-kinematics, ros-jazzy-moveit-planners, ros-jazzy-moveit-ros-move-group, ros-jazzy-moveit-ros-visualization, ros-jazzy-moveit-ros-warehouse, ros-jazzy-moveit-simple-controller-manager, ros-jazzy-robot-state-publisher, ros-jazzy-rviz-common, ros-jazzy-rviz-default-plugins, ros-jazzy-rviz2, ros-jazzy-srdfdom, ros-jazzy-tf2-ros, ros-jazzy-turtlebot3-manipulation-description, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: https://emanual.robotis.com/docs/en/platform/turtlebot3/manipulation/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-manipulation-moveit-config/ros-jazzy-turtlebot3-manipulation-moveit-config_2.2.1-1noble.20260520.145619_arm64.deb Size: 17400 SHA256: 0be2f911bd20f64eaa17d6bdaf533229c7e36bce856abc967443074c75a4f79c SHA1: 9c4e064eab87fbd1b79ebb7dfb63a4297c101829 MD5sum: 79525a19afcdc1c593ef15cec518c60f Description: An automatically generated package with all the configuration and launch files for using the turtlebot3_manipulation with the MoveIt Motion Planning Framework Package: ros-jazzy-turtlebot3-manipulation-navigation2 Version: 2.2.1-1noble.20260520.150459 Architecture: arm64 Maintainer: Pyo Installed-Size: 242 Depends: ros-jazzy-navigation2, ros-jazzy-rviz2, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-manipulation-navigation2/ros-jazzy-turtlebot3-manipulation-navigation2_2.2.1-1noble.20260520.150459_arm64.deb Size: 13426 SHA256: ab2f9df3486e07b031e4881dc95551700c9c8e0decaf406e941be6df3bdbf1a4 SHA1: 7bd37a16351b627a98493f1624788552c5b1b5da MD5sum: 74750f64cfbf19ffacc4caa0dfdb9c64 Description: ROS 2 launch scripts for navigation2 Package: ros-jazzy-turtlebot3-manipulation-teleop Version: 2.2.1-1noble.20260520.145711 Architecture: arm64 Maintainer: Pyo Installed-Size: 368 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-control-msgs, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-turtlebot3-manipulation-bringup, ros-jazzy-turtlebot3-manipulation-description, ros-jazzy-turtlebot3-manipulation-moveit-config, ros-jazzy-ros-workspace Homepage: https://emanual.robotis.com/docs/en/platform/turtlebot3/manipulation/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-manipulation-teleop/ros-jazzy-turtlebot3-manipulation-teleop_2.2.1-1noble.20260520.145711_arm64.deb Size: 89270 SHA256: b1bbeec74c58296f1dd307df044a6bc52f94606b9ff9b2a33d7cb96d1d759d70 SHA1: 17b286deb05536fabca6cbd8c25dd3e8a4926592 MD5sum: 25d0b8f9976ca39bd994387c6fa9c106 Description: Ros2 Package of the turtlebot3_manipulation_teleop Package: ros-jazzy-turtlebot3-manipulation-teleop-dbgsym Package-Type: ddeb Source: ros-jazzy-turtlebot3-manipulation-teleop Version: 2.2.1-1noble.20260520.145711 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 1650 Depends: ros-jazzy-turtlebot3-manipulation-teleop (= 2.2.1-1noble.20260520.145711) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-manipulation-teleop/ros-jazzy-turtlebot3-manipulation-teleop-dbgsym_2.2.1-1noble.20260520.145711_arm64.deb Size: 1451576 SHA256: 64da65cbd891f4b36883b52b9571222688f8e1c2314968762d475cc98f7214ba SHA1: 5a1e4b25ccadc48805379fc64a99993dbc02c200 MD5sum: 7b9c3f366a27f1ce92eaca3303487583 Description: debug symbols for ros-jazzy-turtlebot3-manipulation-teleop Build-Ids: 5b0763dbf3a6b552a6a5842220215b28a4eade65 Package: ros-jazzy-turtlebot3-msgs Version: 2.4.0-1noble.20260519.191703 Architecture: arm64 Maintainer: Pyo Installed-Size: 3522 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-action-msgs, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-msgs/ros-jazzy-turtlebot3-msgs_2.4.0-1noble.20260519.191703_arm64.deb Size: 224752 SHA256: b5425ec101a96716fd8681c915ac9af634c13e82a268dd4fe6cafbefe220ea71 SHA1: a1bc24a5bf35962a865513c6a6c815a0a10cb9af MD5sum: 3947b617b26a24c45c45d31729f004bd Description: Message and service types: custom messages and services for TurtleBot3 packages for ROS 2 Package: ros-jazzy-turtlebot3-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-turtlebot3-msgs Version: 2.4.0-1noble.20260519.191703 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 2127 Depends: ros-jazzy-turtlebot3-msgs (= 2.4.0-1noble.20260519.191703) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-msgs/ros-jazzy-turtlebot3-msgs-dbgsym_2.4.0-1noble.20260519.191703_arm64.deb Size: 1552026 SHA256: ba4ea42b0806a2764a220b777a0f3410367e3004cb93e8e1b273a56b7ee22f06 SHA1: 014695cb2741f2602c56c68c5720b61202abd49d MD5sum: 546d34f45a8eac9007d0d117d4f564d4 Description: debug symbols for ros-jazzy-turtlebot3-msgs Build-Ids: 15a37520b0ae67b951a4019480235b3a1d84af0d 1abc063820a2bcafc78095ea9a2d0f76de622449 4918508dd365c34347a7486b34665500f0a07f67 505f25cc7a3f55678655697d65732798ff18c88d 5950e7a95dc7e06ed49170454fc607166ca570bc 661e82e0cc897472d8dba654688f1afff7c6e90f 6eec8b1e6e990a5aa097dc175dad6b5dbe1f6b73 74ff63d99fbb349bf62399ecc355f16e3f62cbca b86513ec13b216688f03a0e823099df7d62fba8a d9a771f46816a695e2961c4e493df53dbdcd95fd f906f46c2c7eb9c338d6c5aec458560b4dfaef6e Package: ros-jazzy-turtlebot3-navigation2 Version: 2.3.6-1noble.20260520.150712 Architecture: arm64 Maintainer: Pyo Installed-Size: 308 Depends: ros-jazzy-nav2-bringup, ros-jazzy-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-navigation2/ros-jazzy-turtlebot3-navigation2_2.3.6-1noble.20260520.150712_arm64.deb Size: 15164 SHA256: c35de131e94900b9c0c5adc0c0e0224e5b3469906f835906373ea81e34f1b93b SHA1: a467eab2cffd099bc538494dd0c9553f5b1e3585 MD5sum: e49e7849e5a84d9e93e5e3736ebc243e Description: ROS 2 launch scripts for navigation2 Package: ros-jazzy-turtlebot3-node Version: 2.3.6-1noble.20260519.230716 Architecture: arm64 Maintainer: Pyo Installed-Size: 2044 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-dynamixel-sdk, ros-jazzy-geometry-msgs, ros-jazzy-message-filters, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rcutils, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2, ros-jazzy-tf2-ros, ros-jazzy-turtlebot3-msgs, ros-jazzy-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-node/ros-jazzy-turtlebot3-node_2.3.6-1noble.20260519.230716_arm64.deb Size: 342920 SHA256: 3920a7202ed11fbea3a0460b0f8b7f339ef0681713cd782ccc565dfadbfba96d SHA1: c165122db65d20d8b294e9a750e0f3535b2d2429 MD5sum: d96694bc6f3acc4ac1498932d7cb2374 Description: TurtleBot3 driver node that include diff drive controller, odometry and tf node Package: ros-jazzy-turtlebot3-node-dbgsym Package-Type: ddeb Source: ros-jazzy-turtlebot3-node Version: 2.3.6-1noble.20260519.230716 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 10819 Depends: ros-jazzy-turtlebot3-node (= 2.3.6-1noble.20260519.230716) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-node/ros-jazzy-turtlebot3-node-dbgsym_2.3.6-1noble.20260519.230716_arm64.deb Size: 9027278 SHA256: a7b60a0fd6f1e0b5541c0ac3ca5c8232c0b60e08a791bf1536f01e40b8a7345e SHA1: 25ad46b736c469884effe1afd8cb7d93fbe6e1bd MD5sum: 5dd4d56ea027d94784f24ae310e9ce67 Description: debug symbols for ros-jazzy-turtlebot3-node Build-Ids: 7269bdd0a73d45e36d8252b3b60347a06995e072 Package: ros-jazzy-turtlebot3-panorama Version: 1.3.3-1noble.20260520.004823 Architecture: arm64 Maintainer: Pyo Installed-Size: 899 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-stitching406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libboost-system-dev, libopencv-dev, ros-jazzy-cv-bridge, ros-jazzy-geometry-msgs, ros-jazzy-image-transport, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-turtlebot3-applications-msgs, ros-jazzy-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-panorama/ros-jazzy-turtlebot3-panorama_1.3.3-1noble.20260520.004823_arm64.deb Size: 175846 SHA256: 32edee5d6fa3c892c45200909d98055e36285f5e08b98641690fac5af8e3df49 SHA1: e57e01d2f5c55771386c71a6351584a705dd7176 MD5sum: 355c5ca373931e661aab75dd1b170ad7 Description: Package for turtlebot3 panorama. Package: ros-jazzy-turtlebot3-panorama-dbgsym Package-Type: ddeb Source: ros-jazzy-turtlebot3-panorama Version: 1.3.3-1noble.20260520.004823 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 4047 Depends: ros-jazzy-turtlebot3-panorama (= 1.3.3-1noble.20260520.004823) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-panorama/ros-jazzy-turtlebot3-panorama-dbgsym_1.3.3-1noble.20260520.004823_arm64.deb Size: 3403230 SHA256: 1f46faf7e772f175bbfe51597dd8c43209ae5236d9ba1db8adc2d61eefa5c0d1 SHA1: 6777469c7768b1d92772e99eb3255241ce78457c MD5sum: 30448a4bf2f138a9711ba8bc30573f52 Description: debug symbols for ros-jazzy-turtlebot3-panorama Build-Ids: 6ce38613ebf9e302d3c43c28020e964ba2e949fa Package: ros-jazzy-turtlebot3-simulations Version: 2.3.7-1noble.20260520.054236 Architecture: arm64 Maintainer: Pyo Installed-Size: 43 Depends: ros-jazzy-turtlebot3-fake-node, ros-jazzy-turtlebot3-gazebo, ros-jazzy-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-simulations/ros-jazzy-turtlebot3-simulations_2.3.7-1noble.20260520.054236_arm64.deb Size: 6560 SHA256: e1ffbae783289d2b25bc7734d34e1978cbdb9154d726844a16d0e00ddd3d397d SHA1: 2936117f368f93fc686f88dd795791dbf5278b9e MD5sum: 752403d73779bb586c919e5099658d41 Description: ROS 2 packages for TurtleBot3 simulations Package: ros-jazzy-turtlebot3-teleop Version: 2.3.6-1noble.20260520.001130 Architecture: arm64 Maintainer: Pyo Installed-Size: 54 Depends: ros-jazzy-geometry-msgs, ros-jazzy-rclpy, ros-jazzy-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-teleop/ros-jazzy-turtlebot3-teleop_2.3.6-1noble.20260520.001130_arm64.deb Size: 9614 SHA256: 08abc24ace38aae4217c11c005cdfff4523f0f6b53750f53b333bc1af79d73cf SHA1: 4c6225c44539292b688e75d7b31a684fdc1b8c73 MD5sum: 21471a3d057677618647b3874028f57c Description: Teleoperation node using keyboard for TurtleBot3. Package: ros-jazzy-turtlebot3-yolo-object-detection Version: 1.3.3-1noble.20260520.043011 Architecture: arm64 Maintainer: Pyo Installed-Size: 43 Depends: ros-jazzy-compressed-image-transport, ros-jazzy-cv-bridge, ros-jazzy-image-transport, ros-jazzy-rclpy, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-yolo-object-detection/ros-jazzy-turtlebot3-yolo-object-detection_1.3.3-1noble.20260520.043011_arm64.deb Size: 6918 SHA256: ebc3513f91ccc463c0c31f53ebe95556573a15c3fcd43e1284cb4be7dbb1e240 SHA1: be18b70377ea0841be6ab33e0732bed46b777532 MD5sum: a5fe4c515bfe1f44d7758d8faae64dab Description: YOLO-based object detection for TurtleBot3 Package: ros-jazzy-turtlebot4-base Version: 2.0.1-2noble.20260519.231841 Architecture: arm64 Maintainer: rkreinin Installed-Size: 815 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libgpiod2t64 (>= 1.1), libstdc++6 (>= 13.1), libgpiod-dev, ros-jazzy-irobot-create-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rcutils, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-turtlebot4-msgs, ros-jazzy-turtlebot4-node, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot4-base/ros-jazzy-turtlebot4-base_2.0.1-2noble.20260519.231841_arm64.deb Size: 147402 SHA256: 55f540abe1278aa1c9a07cb53d01cc762d41abf7e63ef8d47bfe56a5bd469330 SHA1: f2eddad4a4a9805b195f9ad7a5917f99124e32a9 MD5sum: c1756920f06888e8b2febf299a29c59e Description: Turtlebot4 Base Node Package: ros-jazzy-turtlebot4-base-dbgsym Package-Type: ddeb Source: ros-jazzy-turtlebot4-base Version: 2.0.1-2noble.20260519.231841 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: rkreinin Installed-Size: 5087 Depends: ros-jazzy-turtlebot4-base (= 2.0.1-2noble.20260519.231841) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot4-base/ros-jazzy-turtlebot4-base-dbgsym_2.0.1-2noble.20260519.231841_arm64.deb Size: 4370878 SHA256: f8cf6ec00a7c75ec8600e7b58535b9b87370edce2c2d21d34b7010312a5b1070 SHA1: ed8e32a4cf9cd0a3735c7b5db0ad5b7e46a8adcb MD5sum: d0065451fc7a2986f1c8d3fb3d455c82 Description: debug symbols for ros-jazzy-turtlebot4-base Build-Ids: ebb2d8b7a91451985a3e42d5fe8b782132b3b3e8 Package: ros-jazzy-turtlebot4-bringup Version: 2.0.1-2noble.20260520.133649 Architecture: arm64 Maintainer: rkreinin Installed-Size: 81 Depends: ros-jazzy-create3-republisher, ros-jazzy-depthai-bridge, ros-jazzy-depthai-examples, ros-jazzy-depthai-ros-driver, ros-jazzy-depthai-ros-msgs, ros-jazzy-joy-linux, ros-jazzy-nav2-common, ros-jazzy-rplidar-ros, ros-jazzy-teleop-twist-joy (>= 2.6.1), ros-jazzy-tf2-ros, ros-jazzy-turtlebot4-description, ros-jazzy-turtlebot4-diagnostics, ros-jazzy-turtlebot4-node, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot4-bringup/ros-jazzy-turtlebot4-bringup_2.0.1-2noble.20260520.133649_arm64.deb Size: 12040 SHA256: b617b25ef855f4a28884ec0da8e397355ac36f69603c9edb79b621893567abdb SHA1: 6a3be94fae068694272f00d8ade0b2ec00e187f5 MD5sum: f0ad71a6cf9057aa5267455e07cbcbbe Description: Turtlebot4 Robot Bringup Package: ros-jazzy-turtlebot4-description Version: 2.1.1-1noble.20260520.130202 Architecture: arm64 Maintainer: Chris Iverach-Brereton Installed-Size: 29047 Depends: ros-jazzy-irobot-create-description, ros-jazzy-joint-state-publisher, ros-jazzy-robot-state-publisher, ros-jazzy-urdf, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot4-description/ros-jazzy-turtlebot4-description_2.1.1-1noble.20260520.130202_arm64.deb Size: 5506298 SHA256: 694fd2ba7e65714e8e7b4c810a6e9e67df072ef36ad4381bbec3ded535c7ac15 SHA1: 74d1195391343beea9ddea791aad44d95751a7ba MD5sum: cf4ca9ed6fc09aa4db1c912cfeb227de Description: Turtlebot4 Description package Package: ros-jazzy-turtlebot4-desktop Version: 2.0.1-1noble.20260520.150927 Architecture: arm64 Maintainer: rkreinin Installed-Size: 41 Depends: ros-jazzy-turtlebot4-viz, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot4-desktop/ros-jazzy-turtlebot4-desktop_2.0.1-1noble.20260520.150927_arm64.deb Size: 5030 SHA256: 00a51b3fd32c25e2463a5dbf5f1a8cfc4aba62302735954c8f19c6647b1ac57d SHA1: 8eb8db11605ed8e484ba2f12842c447e934019a2 MD5sum: ce7cc72ec979c47a4761c0e3d2bff940 Description: Turtlebot4 Desktop Metapackage Package: ros-jazzy-turtlebot4-diagnostics Version: 2.0.1-2noble.20260520.010057 Architecture: arm64 Maintainer: rkreinin Installed-Size: 60 Depends: ros-jazzy-diagnostic-aggregator, ros-jazzy-diagnostic-msgs, ros-jazzy-diagnostic-updater, ros-jazzy-irobot-create-msgs, ros-jazzy-rclpy, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot4-diagnostics/ros-jazzy-turtlebot4-diagnostics_2.0.1-2noble.20260520.010057_arm64.deb Size: 10050 SHA256: c59d3c8fab975b8f97376e294f5e982a682763fcecd1f55a36e1f3afe0fab7ef SHA1: c5cbd142224ff9dabe914f7d004e0e9832526d65 MD5sum: 1823733f9a0d2992e6e179464527fe02 Description: Turtlebot4 Diagnostics Package: ros-jazzy-turtlebot4-gz-bringup Version: 2.0.2-1noble.20260520.152226 Architecture: arm64 Maintainer: rkreinin Installed-Size: 136 Depends: ros-jazzy-geometry-msgs, ros-jazzy-irobot-create-common-bringup, ros-jazzy-irobot-create-description, ros-jazzy-irobot-create-gz-bringup, ros-jazzy-irobot-create-gz-plugins, ros-jazzy-irobot-create-gz-toolbox, ros-jazzy-irobot-create-msgs, ros-jazzy-irobot-create-nodes, ros-jazzy-irobot-create-toolbox, ros-jazzy-ros-gz-interfaces, ros-jazzy-ros-gz-sim, ros-jazzy-std-msgs, ros-jazzy-turtlebot4-description, ros-jazzy-turtlebot4-gz-gui-plugins, ros-jazzy-turtlebot4-gz-toolbox, ros-jazzy-turtlebot4-msgs, ros-jazzy-turtlebot4-navigation, ros-jazzy-turtlebot4-node, ros-jazzy-turtlebot4-viz, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot4-gz-bringup/ros-jazzy-turtlebot4-gz-bringup_2.0.2-1noble.20260520.152226_arm64.deb Size: 14318 SHA256: 293919890d817873e96c945934c14e25459a37e7ba1da3afc62a9578e6e31570 SHA1: 81bc932b8cb7f57d730196d98605fbafac326dcb MD5sum: b260114cf6d1721405479ed7f93fbd89 Description: TurtleBot 4 Gazebo Simulator bringup Package: ros-jazzy-turtlebot4-gz-gui-plugins Version: 2.0.2-1noble.20260422.201056 Architecture: arm64 Maintainer: rkreinin Installed-Size: 174 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libqt5core5t64 (>= 5.14.1), libqt5qml5 (>= 5.0.2), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-gz-common-vendor, ros-jazzy-gz-gui-vendor, ros-jazzy-gz-msgs-vendor, ros-jazzy-gz-transport-vendor, qml-module-qtquick-extras, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot4-gz-gui-plugins/ros-jazzy-turtlebot4-gz-gui-plugins_2.0.2-1noble.20260422.201056_arm64.deb Size: 56310 SHA256: e6671fc8c12172b12253f8690c2abe28b08e676553cbb0613e817231271b88b7 SHA1: 760fee1a80a48e26b9ddde0b1e794dc46e82b1e5 MD5sum: f614f88f95496c15d97571aa7422ec74 Description: Turtlebot4 Gazebo Simulator GUI Plugins Package: ros-jazzy-turtlebot4-gz-gui-plugins-dbgsym Package-Type: ddeb Source: ros-jazzy-turtlebot4-gz-gui-plugins Version: 2.0.2-1noble.20260422.201056 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: rkreinin Installed-Size: 900 Depends: ros-jazzy-turtlebot4-gz-gui-plugins (= 2.0.2-1noble.20260422.201056) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot4-gz-gui-plugins/ros-jazzy-turtlebot4-gz-gui-plugins-dbgsym_2.0.2-1noble.20260422.201056_arm64.deb Size: 854232 SHA256: 223c04e742d578b16589800b8d588fdcbd2ca3d00d252366ac20f7feb7e887c4 SHA1: 80221d0ee3079d34c342dbacd1c64dad369f30d6 MD5sum: 5864c5bba42a40880cb2bbf039d47e91 Description: debug symbols for ros-jazzy-turtlebot4-gz-gui-plugins Build-Ids: 869d81089f4e388b7a8772c5e29a8716338c3c86 Package: ros-jazzy-turtlebot4-gz-toolbox Version: 2.0.2-1noble.20260519.231136 Architecture: arm64 Maintainer: rkreinin Installed-Size: 815 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rcutils, ros-jazzy-ros-gz-interfaces, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-turtlebot4-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot4-gz-toolbox/ros-jazzy-turtlebot4-gz-toolbox_2.0.2-1noble.20260519.231136_arm64.deb Size: 137310 SHA256: 3d4b0ce998a0f35ade8f2278fbb3e406e339e6629c7a54021dc4e16662cdba97 SHA1: 8d3120c52fdc55df26e9ab9312ce7df77c8a07e5 MD5sum: 089a0dfce8945576d2a1d14de7473a29 Description: Turtlebot4 Gazebo Toolbox Package: ros-jazzy-turtlebot4-gz-toolbox-dbgsym Package-Type: ddeb Source: ros-jazzy-turtlebot4-gz-toolbox Version: 2.0.2-1noble.20260519.231136 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: rkreinin Installed-Size: 3446 Depends: ros-jazzy-turtlebot4-gz-toolbox (= 2.0.2-1noble.20260519.231136) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot4-gz-toolbox/ros-jazzy-turtlebot4-gz-toolbox-dbgsym_2.0.2-1noble.20260519.231136_arm64.deb Size: 2816530 SHA256: de2ecf945b21dc15fa12abf5409afb3f6aa7aa000954016dd82b0f67ff7c55e0 SHA1: 85070516530b9951aaf11dd6e7b45a2df228dd9b MD5sum: bae6a0cd8efc54690db313e01de9e3a4 Description: debug symbols for ros-jazzy-turtlebot4-gz-toolbox Build-Ids: 37b4b44f1eeab38efc20fa02a092abffee0bba7a Package: ros-jazzy-turtlebot4-msgs Version: 2.1.1-1noble.20260519.194859 Architecture: arm64 Maintainer: Chris Iverach-Brereton Installed-Size: 1205 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot4-msgs/ros-jazzy-turtlebot4-msgs_2.1.1-1noble.20260519.194859_arm64.deb Size: 66222 SHA256: 5d78546891a1e01c5cc8c9829988d57b95ecaf57d1295a166fd0f7f243aadad7 SHA1: c0cfa37e0a428813f2578a3696e296658e528128 MD5sum: 1ca789a3f774f43b57adfc21d96bb416 Description: Turtlebot4 Messages Package: ros-jazzy-turtlebot4-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-turtlebot4-msgs Version: 2.1.1-1noble.20260519.194859 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Iverach-Brereton Installed-Size: 527 Depends: ros-jazzy-turtlebot4-msgs (= 2.1.1-1noble.20260519.194859) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot4-msgs/ros-jazzy-turtlebot4-msgs-dbgsym_2.1.1-1noble.20260519.194859_arm64.deb Size: 371294 SHA256: d48a8fa4bdc2fcd5a3ca84b2d40f7cb7ef9211a9a9e485b15ea6da30b1d6017b SHA1: fe3de147dde87a5f7f0bf3a61c0641687effa151 MD5sum: 872e51eb34244c27d0b4a0cf74b1ffee Description: debug symbols for ros-jazzy-turtlebot4-msgs Build-Ids: 1945b4e8aa9dd3d28cf53ee6dc063b6c356e8320 2676bce5e46cb84a28e89551713e74908b575322 36e3ab8f7de7f59ab43c9fbb6fbf1354ffa7bd3c 478ce792aecfde2d808fd43038e97feeb021915c 4e63a9b40485d82779f15ec2cc83aad5a2a295bb 6c231ba0dbb6d8b79b31ea05e8ed852433085e43 9849bb89ba71bb9cdd8a7f2db34972688fa20d7b 9d7ef0ddf12923c6bb7a8909385c11017bea4e60 9dc42055597da7152c14e39470fef3d202e8aafe de4dbbbad5b15830c89b4b9be0c45e35ebc22577 f54ac494913be8d95dea4016c1fb96b5c6c32aee Package: ros-jazzy-turtlebot4-navigation Version: 2.1.1-1noble.20260520.145210 Architecture: arm64 Maintainer: Chris Iverach-Brereton Installed-Size: 2472 Depends: ros-jazzy-nav2-bringup, ros-jazzy-nav2-simple-commander, ros-jazzy-slam-toolbox, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot4-navigation/ros-jazzy-turtlebot4-navigation_2.1.1-1noble.20260520.145210_arm64.deb Size: 27396 SHA256: b02124a670ba40587ff1d874abc09b6ef31f8de67e1b8deb8f0bca0aef39161d SHA1: 4171a303830aba23a2823c066a36d79f9e409caf MD5sum: a0bda7abb47e82c565cf5d8bc00c6cbb Description: Turtlebot4 Navigation Package: ros-jazzy-turtlebot4-node Version: 2.1.1-1noble.20260519.231158 Architecture: arm64 Maintainer: Chris Iverach-Brereton Installed-Size: 2776 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-irobot-create-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rcutils, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-turtlebot4-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot4-node/ros-jazzy-turtlebot4-node_2.1.1-1noble.20260519.231158_arm64.deb Size: 385588 SHA256: cf39a49e121a98e8807dc34a2afc1748d057f29f1d8899d9c5d0461c80de23b5 SHA1: 1309dea6f88842888496578e59d797fd727ba224 MD5sum: 65fe7693c6d27a4933b354b821fa356a Description: Turtlebot4 Node Package: ros-jazzy-turtlebot4-node-dbgsym Package-Type: ddeb Source: ros-jazzy-turtlebot4-node Version: 2.1.1-1noble.20260519.231158 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Iverach-Brereton Installed-Size: 13083 Depends: ros-jazzy-turtlebot4-node (= 2.1.1-1noble.20260519.231158) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot4-node/ros-jazzy-turtlebot4-node-dbgsym_2.1.1-1noble.20260519.231158_arm64.deb Size: 10525490 SHA256: a46bcacba91b8d39c9afddbca6e1f13b62dac4469822f13355cb517202617822 SHA1: fc8e70dc945c66800f9c7f5e65896c940fcb60af MD5sum: 84e6f41c82ee929199e4eb6c83a504ca Description: debug symbols for ros-jazzy-turtlebot4-node Build-Ids: 6c1b2606604dccfe14a9c3711d4771b47b69bab3 Package: ros-jazzy-turtlebot4-robot Version: 2.0.1-2noble.20260520.134624 Architecture: arm64 Maintainer: rkreinin Installed-Size: 41 Depends: ros-jazzy-turtlebot4-base, ros-jazzy-turtlebot4-bringup, ros-jazzy-turtlebot4-diagnostics, ros-jazzy-turtlebot4-tests, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot4-robot/ros-jazzy-turtlebot4-robot_2.0.1-2noble.20260520.134624_arm64.deb Size: 5158 SHA256: 8e7c9222020c225c0500db579050be66a0ca122651e4e23dd5f9654302ce2996 SHA1: 27b296a61c96990f108f5e603f8de830f441f948 MD5sum: 45fc9331c59043eb56a4a712e780e14e Description: Turtlebot4 Robot Metapackage Package: ros-jazzy-turtlebot4-setup Version: 2.0.3-1noble.20260519.203044 Architecture: arm64 Maintainer: Chris Iverach-Brereton Installed-Size: 184 Depends: chrony, curl, libcurl4-openssl-dev, network-manager, ros-jazzy-rmw-cyclonedds-cpp, ros-jazzy-rmw-fastrtps-cpp, ros-jazzy-robot-upstart, ros-jazzy-simple-term-menu-vendor, socat, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot4-setup/ros-jazzy-turtlebot4-setup_2.0.3-1noble.20260519.203044_arm64.deb Size: 26962 SHA256: 140afe90f2b6eef47296ef2b59e5db5362df22761c5d8e0d5d847ab16fa18649 SHA1: 2d05c8310aa4fd5646d2c8338085e4ea352788b3 MD5sum: bcaec137c8491d01a619f812c5567aea Description: Turtlebot4 setup scripts Package: ros-jazzy-turtlebot4-simulator Version: 2.0.2-1noble.20260520.155008 Architecture: arm64 Maintainer: rkreinin Installed-Size: 41 Depends: ros-jazzy-turtlebot4-gz-bringup, ros-jazzy-turtlebot4-gz-gui-plugins, ros-jazzy-turtlebot4-gz-toolbox, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot4-simulator/ros-jazzy-turtlebot4-simulator_2.0.2-1noble.20260520.155008_arm64.deb Size: 5338 SHA256: 494ac3580b0fc051b42041ecdd14fa39aebdfa060568607a985575ebf2182cbe SHA1: 232f1a7bced13c0d9517b4c1aca2722e2ecc9ca6 MD5sum: 0cba404354101960fa7409ad37e106cf Description: Metapackage for Turtlebot4 simulations Package: ros-jazzy-turtlebot4-tests Version: 2.0.1-2noble.20260519.202615 Architecture: arm64 Maintainer: rkreinin Installed-Size: 86 Depends: python3-psutil, ros-jazzy-irobot-create-msgs, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-turtlebot4-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot4-tests/ros-jazzy-turtlebot4-tests_2.0.1-2noble.20260519.202615_arm64.deb Size: 18496 SHA256: f57946e89413eaca69e28e81207119f58accb3748cf21c7da733632f54d3cb53 SHA1: 5d4c1f8fb435d0b6bb7b639340b118179d83984f MD5sum: 54c979a83dd28b28171a881ec7fda572 Description: Turtlebot4 System Tests Package: ros-jazzy-turtlebot4-viz Version: 2.0.1-1noble.20260520.144707 Architecture: arm64 Maintainer: rkreinin Installed-Size: 101 Depends: ros-jazzy-rqt-robot-monitor, ros-jazzy-rviz2, ros-jazzy-turtlebot4-description, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot4-viz/ros-jazzy-turtlebot4-viz_2.0.1-1noble.20260520.144707_arm64.deb Size: 11058 SHA256: 267b51ac7ce35f01c9c428f7fb4ab422b7c355f453f2ccf26498de6bfad42055 SHA1: e2786b92d263a0406711acd0471e9ec271df63ae MD5sum: a51ddbb0ba7a450a044a74432cd24877 Description: Visualization launchers and helpers for Turtlebot4 Package: ros-jazzy-turtlesim Version: 1.8.3-1noble.20260519.215026 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 6390 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libqt5core5t64 (>= 5.0.2), libqt5gui5t64 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), ros-jazzy-fastcdr, libqt5core5a, libqt5gui5, ros-jazzy-ament-index-cpp, ros-jazzy-geometry-msgs, ros-jazzy-rcl-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/turtlesim Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlesim/ros-jazzy-turtlesim_1.8.3-1noble.20260519.215026_arm64.deb Size: 656940 SHA256: f508a97436f9a397aa505f3705598e7973a418c48671fac8098622c521b62224 SHA1: d217a8046394da5eedc6d60c0fd5dd7dec72fa61 MD5sum: 29a798b625e170ee1014c42c4a071219 Description: turtlesim is a tool made for teaching ROS and ROS packages. Package: ros-jazzy-turtlesim-dbgsym Package-Type: ddeb Source: ros-jazzy-turtlesim Version: 1.8.3-1noble.20260519.215026 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 14095 Depends: ros-jazzy-turtlesim (= 1.8.3-1noble.20260519.215026) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlesim/ros-jazzy-turtlesim-dbgsym_1.8.3-1noble.20260519.215026_arm64.deb Size: 11671236 SHA256: 80007d463a43d6edd87040c4f6b8c01266994a4e3be3a215bb8c62efc9df7d0a SHA1: 23fbb4d5ab39d7a0cc71c25ae52503eddbe8248c MD5sum: b49f3f23bf0fdd0feffe3ac5a65c7f52 Description: debug symbols for ros-jazzy-turtlesim Build-Ids: 0adf7e51544223b4c72c91824dc17962556b31fb 1e8572fd0f032db7ae53276f89c3ca42b08e8c49 24d37e5377ec4f82355a4a64276fdd08dcf19e28 2abdf5ca0d80a44d3847504a001f6854aca5fcb7 3c37d6b9195ea7f52cfae3c4ca4d39b5bcba4415 4f4868aa03cbd03eadf59bf8647472973cfcaf3e 5b70283547d3ed5ea7da39df10c37a8c3ed95b4d 634a48dc52008657413729bdf6d3adb49d318a17 8202d73e06a59d941773a8d43c558fcb92bd9ea3 a639b0b67f058c0bb90a558b448d6f51d3d9d4c2 c2eb0ba8be956b3a6b9f967d03883c04e8a1897d d164fb19554c8c10602218d54840f8627c38a1b4 d47d86f34cef42009c2a822be48d3af170a8c524 f5e94ee1f13c4873513560af3afdd5aedb6c5089 f92423685ca9c0eef0e827204d1a3aa0c9ded511 Package: ros-jazzy-tuw-airskin-msgs Version: 0.2.6-1noble.20260519.173134 Architecture: arm64 Maintainer: Markus Bader Installed-Size: 1274 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-airskin-msgs/ros-jazzy-tuw-airskin-msgs_0.2.6-1noble.20260519.173134_arm64.deb Size: 81664 SHA256: f99e8cc55b236a52d7897b026f84ec0c7437f0196c261804ac1b46002a71e1d9 SHA1: 366b334232e9701ffd1258ad8fe1cea00508f310 MD5sum: e64b995724283d406477a323db55315d Description: The tuw_airskin_msgs package Package: ros-jazzy-tuw-airskin-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-tuw-airskin-msgs Version: 0.2.6-1noble.20260519.173134 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Markus Bader Installed-Size: 696 Depends: ros-jazzy-tuw-airskin-msgs (= 0.2.6-1noble.20260519.173134) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-airskin-msgs/ros-jazzy-tuw-airskin-msgs-dbgsym_0.2.6-1noble.20260519.173134_arm64.deb Size: 520558 SHA256: cbf26d6d44d4923d9914c6c4afa063533f4708f895a3b32c195448bb5ede650c SHA1: c1eff0b82c6c7f84f03372c706cf9c8d86e62bb1 MD5sum: 9353362f56a6e5a6c94647d964f61fd3 Description: debug symbols for ros-jazzy-tuw-airskin-msgs Build-Ids: 112ca56bcb90b8a3a177c9a07398dbb0eafcf6a2 13c1e7ebcfe35795cd81079f0998c0cb98c66f24 163abe628bd11820f80e695c6b03fe2ed40da1a9 25106ab6106d784211b2c445a541f5e703c95ec5 2edd2d553b42f2f603eb154270b01cff60aaa5af 4ffd200ebb8dd27fe7fdc81997b5efc29d672447 86905aa0c9a36322dd079c0d9c95a346d698188a 8ec70bf4e12bf04c1d90d817e135ea811135ae11 921e1acf53c6d911101e3b7dea8d7e5ade01b228 b48608a40c8c17506da7765c3e6b0e5f34a82fd1 d5f9b7339284ee723adbc660aa24c82c94e9adc0 Package: ros-jazzy-tuw-geo-msgs Version: 0.2.6-1noble.20260519.184802 Architecture: arm64 Maintainer: Markus Bader Installed-Size: 1365 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geographic-msgs, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-geo-msgs/ros-jazzy-tuw-geo-msgs_0.2.6-1noble.20260519.184802_arm64.deb Size: 89266 SHA256: 7df4c3e55732a901a9c84907fc67a6679214e876a810c2d27fc28ce1d6513b1f SHA1: f472528ef708238c5a3d700b73ab7aa01e2557f5 MD5sum: 1f54e470026de31c6a86edd3d993f0bb Description: The tuw_geo_msgs package Package: ros-jazzy-tuw-geo-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-tuw-geo-msgs Version: 0.2.6-1noble.20260519.184802 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Markus Bader Installed-Size: 810 Depends: ros-jazzy-tuw-geo-msgs (= 0.2.6-1noble.20260519.184802) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-geo-msgs/ros-jazzy-tuw-geo-msgs-dbgsym_0.2.6-1noble.20260519.184802_arm64.deb Size: 616822 SHA256: b9df6688f0721c8fb013a9abb3272cff1e3ea7dd30c583a6aede3ad3087a32db SHA1: 7f3ec8cb2f3c28cd6d1b56f03453ef87136986eb MD5sum: 128e20d64cd22f0e5de4217532a6780a Description: debug symbols for ros-jazzy-tuw-geo-msgs Build-Ids: 20864757d8a7d9be125c7ea0bce44e8ce6055a9a 28c46c64aa1db92908bbf44ae0caa5832381594b 4acdceccb9759cdfeb80a1422bba49a52e7f2dbd 54ce932eda72d8e3e074be34ca09d95cd9f28f15 5a745100306fa40c750943d437af4fe770a6b95c 917b8b70b4479fc71a41363033b1b519ff55f60e 989b991f78afe4bda0c140fbac9cb90b0119c6bd c849d0b2fac6744622d90e19ca414d730b803d11 ddefac2459cb69d59ebb5f85cf5d05ecd73d3c0f df9bc2b05490cb970df1cade80f83b257b252199 fbab4236e17f48b16875546fd585e3033c0934f3 Package: ros-jazzy-tuw-geometry Version: 0.1.4-1noble.20260519.231209 Architecture: arm64 Maintainer: Markus Bader Installed-Size: 361 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-highgui406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libopencv-dev, ros-jazzy-ament-cmake-ros, ros-jazzy-gtest-vendor, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-geometry/ros-jazzy-tuw-geometry_0.1.4-1noble.20260519.231209_arm64.deb Size: 63882 SHA256: da6dbb167632013568f9b67443e0a211673ea62e950118ead79364cd017bf771 SHA1: f928fc104eb0a559122ccf185bb116840f45bb88 MD5sum: bfb9b5a47885b99361eb9115203d4178 Description: The tuw_geometry package Package: ros-jazzy-tuw-geometry-dbgsym Package-Type: ddeb Source: ros-jazzy-tuw-geometry Version: 0.1.4-1noble.20260519.231209 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Markus Bader Installed-Size: 854 Depends: ros-jazzy-tuw-geometry (= 0.1.4-1noble.20260519.231209) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-geometry/ros-jazzy-tuw-geometry-dbgsym_0.1.4-1noble.20260519.231209_arm64.deb Size: 799636 SHA256: 65cd111f07c8a98f7cf4edc361989673903b8a3f90194c9ccad78f78d88aba02 SHA1: a77243405baf80b2f52b1e049cc30a6127300436 MD5sum: 190bac88eb309d6604e5037e07be9ef7 Description: debug symbols for ros-jazzy-tuw-geometry Build-Ids: 9616c8e59a3eac28a9f32049e361dcd74c4d4a2a be8e532c7662dfffb64e4854c9dafe86e77cb851 Package: ros-jazzy-tuw-geometry-msgs Version: 0.2.6-1noble.20260519.191718 Architecture: arm64 Maintainer: George Todoran Installed-Size: 1366 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-geometry-msgs/ros-jazzy-tuw-geometry-msgs_0.2.6-1noble.20260519.191718_arm64.deb Size: 80086 SHA256: fbc1f323b829513873b822f9dd59aa02f7c19b29845d79ddbda3f9987a26443a SHA1: 8589e1b9c6595e5b992741401eeba8c98687b28f MD5sum: 6ca1f09a9e67560d9c3ec42016fe19f5 Description: The tuw_geometry_msgs package Package: ros-jazzy-tuw-geometry-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-tuw-geometry-msgs Version: 0.2.6-1noble.20260519.191718 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: George Todoran Installed-Size: 697 Depends: ros-jazzy-tuw-geometry-msgs (= 0.2.6-1noble.20260519.191718) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-geometry-msgs/ros-jazzy-tuw-geometry-msgs-dbgsym_0.2.6-1noble.20260519.191718_arm64.deb Size: 500388 SHA256: 8d4e4418340646559c5e3882f3d27dc9301fc82e4315e53355e6c878009c6f17 SHA1: a842d4772ed77a0deecd14111e6165dada939f9f MD5sum: d51bd2e414903b782d9b726a346df6a1 Description: debug symbols for ros-jazzy-tuw-geometry-msgs Build-Ids: 02bb82e82c3444684d6bc9bfcd99b81a9637b4fb 18296de018d3601ce37e55371b5309efa2463630 21be5bc92e0b155ecc566dfaadd10a20d1f6411d 5dc0255e08eb79e48562efd15c225ae414a3a3f9 96313c04f7916ff1b6bfb58d99d1390a69d2f85c 96bb90db03d504e656e2f07f95ca41f546ddf13d 9fde94c0d12a37f877370b39dbe67a03643e6ae1 b5759d4c9e962407a02a7c2f37b8b898ed7e28c4 db8bd080dda72ff94941f94a91828b9d5c033ba7 f15e1225ec8cf953c631bdff8692ceefb7bcfa84 f67e2190763a34a77590921f288b13268466c650 Package: ros-jazzy-tuw-graph-msgs Version: 0.2.6-1noble.20260519.191840 Architecture: arm64 Maintainer: Markus Bader Installed-Size: 1907 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-graph-msgs/ros-jazzy-tuw-graph-msgs_0.2.6-1noble.20260519.191840_arm64.deb Size: 139518 SHA256: 71f936be49a94370a54ed9643aaa14c35c24fd5485da883835977b7891c6b805 SHA1: fe4c1580e55e9b28a9a6103aa2682a77641a716f MD5sum: 73d4c767eb6706d3667a096f90ac504e Description: The tuw_graph_msgs package contains messages for sending graphs. Package: ros-jazzy-tuw-graph-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-tuw-graph-msgs Version: 0.2.6-1noble.20260519.191840 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Markus Bader Installed-Size: 1336 Depends: ros-jazzy-tuw-graph-msgs (= 0.2.6-1noble.20260519.191840) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-graph-msgs/ros-jazzy-tuw-graph-msgs-dbgsym_0.2.6-1noble.20260519.191840_arm64.deb Size: 1050512 SHA256: 901837d2a2c1c9b4d9a53bfdd90572989a96fb92efe3227349ee70e4aac30f8d SHA1: 85ef74455232c55533f9198e0071c5b1f6618160 MD5sum: 6594bee1ce6a4f3dd50b27e5e9968758 Description: debug symbols for ros-jazzy-tuw-graph-msgs Build-Ids: 0086e0df9ba28fcfd6b3de13d2dc32ffc7d4f0f3 024613f1a8f2ee417dd0fc566041c2fb423343db 02f5019aa77b3dd1c0f22b87f76e247e1a7cb1ce 0c11d40fde0561ac8f1ed57f9c2958e3b18dd79b 43a2ec09fcde4426428d9d402228cc844fd27564 664beee17ad10e10846046971308814cd6edc24e 6999438a5cf55b569a42ee5173118af731c039fd 8202a47be11b2182005bd167c7930b5e6a4861ac 9c5c6f708c67b332393c5a63f306aae25c9634af b0d20622e262800b74aade78d9fa00a6fd6b9b26 fd1295ebe63f3c9f1f845d833bd606375dee06c1 Package: ros-jazzy-tuw-msgs Version: 0.2.6-1noble.20260519.233004 Architecture: arm64 Maintainer: Markus Bader Installed-Size: 73 Depends: ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-tuw-airskin-msgs, ros-jazzy-tuw-geometry-msgs, ros-jazzy-tuw-graph-msgs, ros-jazzy-tuw-multi-robot-msgs, ros-jazzy-tuw-nav-msgs, ros-jazzy-tuw-object-map-msgs, ros-jazzy-tuw-object-msgs, ros-jazzy-tuw-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-msgs/ros-jazzy-tuw-msgs_0.2.6-1noble.20260519.233004_arm64.deb Size: 12702 SHA256: 23de6c099d326dcd094bede147120614c00a3c6db8b9371fc4b74d193eccb366 SHA1: 5154ac9d1aed1d9a264acfb2521427e6c9edbd29 MD5sum: cb44c875c8c123af27a3ccb6632d3737 Description: tuw_msgs meta package with write and read file libs for tuw_msgs Package: ros-jazzy-tuw-multi-robot-msgs Version: 0.2.6-1noble.20260519.192210 Architecture: arm64 Maintainer: Benjamin Binder Installed-Size: 4142 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-multi-robot-msgs/ros-jazzy-tuw-multi-robot-msgs_0.2.6-1noble.20260519.192210_arm64.deb Size: 278004 SHA256: f1840fc3eb0da7e88cacba6627137e7e846150651aeb3414be7fbe9248592b50 SHA1: 35397c16c8107b41673d485866d3b1017d9ccf9b MD5sum: bbcb7151db18d9f66134b485af106081 Description: The tuw_multi_robot_msgs package contains messages for sending graph, route and sync data over topics. Package: ros-jazzy-tuw-multi-robot-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-tuw-multi-robot-msgs Version: 0.2.6-1noble.20260519.192210 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Benjamin Binder Installed-Size: 3276 Depends: ros-jazzy-tuw-multi-robot-msgs (= 0.2.6-1noble.20260519.192210) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-multi-robot-msgs/ros-jazzy-tuw-multi-robot-msgs-dbgsym_0.2.6-1noble.20260519.192210_arm64.deb Size: 2571482 SHA256: cdb95c50eda39515a844d71e60493f2f050d3c22c8e21f79604774545e17cb09 SHA1: 0a9cf06dd5e860a7823911519982ab40b5060882 MD5sum: 6f550dfa564877895425478be60fbd61 Description: debug symbols for ros-jazzy-tuw-multi-robot-msgs Build-Ids: 1ffd49ad5d2f17524455c48278fc021ac06657a1 2be62427dabf591e4cb69bf651cc09a4dc390fb1 407c01ca837b937d1087dcdadcd06c1127d1a9a7 50bbbe52d8e0db0742a2026c97276c82b4dee722 66b90fea33fc5d788d7806a626404eb75424c823 77759acda58e6fd36e4304c2fcdc8933ba830c05 781c88360f908dd4c8317cb5d4a218c7b23497bb 90849f00e7b51c8780af220e917e15f26ea1d25e a9925648e5de00b861baa7748f5b64e9bea51753 dacd5ce2cfc2bd14a44f11917d6849db802cc3e0 f69559f430db8bd51ddd6509b270d7fa6bb8b81d Package: ros-jazzy-tuw-nav-msgs Version: 0.2.6-1noble.20260519.190850 Architecture: arm64 Maintainer: Markus Bader Installed-Size: 2736 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-nav-msgs/ros-jazzy-tuw-nav-msgs_0.2.6-1noble.20260519.190850_arm64.deb Size: 174534 SHA256: 5e22c3d43542d10b3c5cc6873f167ffd2ab2d5defefa0181a6ce74c9da825298 SHA1: 6cb403d67c71eed39ac7e210cbfb18999f1aae82 MD5sum: d6d00f15ca893d69f4b3ad4e7d259bca Description: The tuw_nav_msgs package Package: ros-jazzy-tuw-nav-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-tuw-nav-msgs Version: 0.2.6-1noble.20260519.190850 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Markus Bader Installed-Size: 1883 Depends: ros-jazzy-tuw-nav-msgs (= 0.2.6-1noble.20260519.190850) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-nav-msgs/ros-jazzy-tuw-nav-msgs-dbgsym_0.2.6-1noble.20260519.190850_arm64.deb Size: 1462212 SHA256: 5335e8ac7471064e0a8ed84faa77cc88650281b49fa33b81d56a951b3fc8075f SHA1: 3a8b95af1ca9c56d8a01fd17702eda25e8b91d40 MD5sum: 0161c7952df24cc3cad8e5d4421bd4b0 Description: debug symbols for ros-jazzy-tuw-nav-msgs Build-Ids: 0405d4a26db349f0f5cfd8c52ba7d2294048a778 200469dc450b673f779312501b038d4785affc32 20c1a7b394243cbad0b80b80efb6fa920ecd1fff 32bd37f129e5f0d9d0fc41c502b1395dce7b5cd9 4deb50ef4d0616f408b52a9778f2cfe600659d1c 56d0c7b29a91879b4ca80e3e3b80d79cc45f0f55 9faaa8f9f629eaa2c25ba46165d694b4ec87bb3b ab6b2026a0d939ed1b0d87f405796fcb26302d99 b1123995a1efc7c510f71021e0d977141888585e e3175156a8583e35ba4e27e98105a1f4c31fb22d f542e75cec4fc6c52fa10d16c1fc2cd02eb662f4 Package: ros-jazzy-tuw-object-map-msgs Version: 0.2.6-1noble.20260519.201627 Architecture: arm64 Maintainer: Markus Bader Installed-Size: 2193 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geographic-msgs, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-object-map-msgs/ros-jazzy-tuw-object-map-msgs_0.2.6-1noble.20260519.201627_arm64.deb Size: 160114 SHA256: 65eba5d8791f9e6b7e6c63461b93afc2302f697af58e32ef3dce5202a4720f3f SHA1: a0ffa79b8ff1e9e04c0177935d6664d4e1477e9b MD5sum: cd5034397e1425254d3f966f63060bf3 Description: The tuw_object_map_msgs package Package: ros-jazzy-tuw-object-map-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-tuw-object-map-msgs Version: 0.2.6-1noble.20260519.201627 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Markus Bader Installed-Size: 1719 Depends: ros-jazzy-tuw-object-map-msgs (= 0.2.6-1noble.20260519.201627) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-object-map-msgs/ros-jazzy-tuw-object-map-msgs-dbgsym_0.2.6-1noble.20260519.201627_arm64.deb Size: 1355088 SHA256: b5a5b6d88da5d5c072df0766971565241f9adab809ce9031a03574c08d5e6348 SHA1: 73dfa464faf1e1bffd0cf971c226ce76a8d90893 MD5sum: 92e579eb18e5cc03f1ccd7e62fc8475b Description: debug symbols for ros-jazzy-tuw-object-map-msgs Build-Ids: 30cace672716147d727d70ec7a345942c44d292a 6247df54ff7afaef236285e62672507c6f7335f8 7ad044fdd2a34a50f0189a44c20153f9b2084c30 93913bf312ea8fab7f05837089f24baf4e5aa208 a603ac12af585ab49051fbc504aca63acdcaa23c b15aaa9b74dd4b9d08a26e087d3e5ce754cf4812 b44c1983c6ff1feb08b2190d215652f9009c5adb c873f9d615d4ff62d1788aacc1186693f2c9757f da9ab34e7fdcf67c3055445c0b637a43630c1019 e2c629c5d9f2e47f5873dc1a038111f0333b4155 f2a0ae1ec00a1f4152b81b9200289d604a183129 Package: ros-jazzy-tuw-object-msgs Version: 0.2.6-1noble.20260519.191838 Architecture: arm64 Maintainer: Markus Bader Installed-Size: 2759 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-tuw-geo-msgs, ros-jazzy-tuw-geometry-msgs, ros-jazzy-tuw-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-object-msgs/ros-jazzy-tuw-object-msgs_0.2.6-1noble.20260519.191838_arm64.deb Size: 197158 SHA256: a09436eccc09a0869a1e07d8e7b69dd934aa4a5c4af5b41af1c5f9f93837e82a SHA1: a8f196553d5f220ce01ed0fbf0047cddea5568e5 MD5sum: 6a26a970a8fff62c045adb310cf5e16b 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-jazzy-tuw-object-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-tuw-object-msgs Version: 0.2.6-1noble.20260519.191838 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Markus Bader Installed-Size: 2210 Depends: ros-jazzy-tuw-object-msgs (= 0.2.6-1noble.20260519.191838) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-object-msgs/ros-jazzy-tuw-object-msgs-dbgsym_0.2.6-1noble.20260519.191838_arm64.deb Size: 1762990 SHA256: a634ead6e232450b2b90946396dec823e37e2dd15f708b97400a5ca3ccb89754 SHA1: 77936bbc6aa39d4de701381240e38e32c318945d MD5sum: 61726d0467fdad38412cc20554dcf2d6 Description: debug symbols for ros-jazzy-tuw-object-msgs Build-Ids: 0e4505ef25dd9a8e0b598fde5249dbfc5fdccec6 28d6d15afa79d948a146549c3d09c9b61f33c401 536d262a8fd7a80ebca5f210cdea1c33ab4ced1e 82705d2ecc1637b01c8a0495ac7db655755f4088 94f7f06009f379d86b0ebaffafc1b1154f8f0814 991f272025f99e3574457ab06ff148dd4022a2c9 9d5ef969e43aa9643633a0282f9715ff31b4da9b c005ff16dd9484a522ae14a1303a68b2a480202a d892b48dd840a884e50349bcc9a274dd33d59274 df43ceed182dbce4376d0e975ebc7ee13e6416fb f6a84e19954713f80cd6cd89c4d96abcf3338774 Package: ros-jazzy-tuw-std-msgs Version: 0.2.6-1noble.20260519.180141 Architecture: arm64 Maintainer: Markus Bader Installed-Size: 1518 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-std-msgs/ros-jazzy-tuw-std-msgs_0.2.6-1noble.20260519.180141_arm64.deb Size: 101924 SHA256: 9a759e4c3e664a98a56bb4a6286d6cde32e9fddf13c1f2eadb72176713673c5f SHA1: 07dbfb2c1f91c92b3e6643903ee6ae886b4f2acb MD5sum: 270f8003dc4a6bda44f0616e48a5e3c8 Description: The tuw_std_msgs package Package: ros-jazzy-tuw-std-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-tuw-std-msgs Version: 0.2.6-1noble.20260519.180141 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Markus Bader Installed-Size: 909 Depends: ros-jazzy-tuw-std-msgs (= 0.2.6-1noble.20260519.180141) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-std-msgs/ros-jazzy-tuw-std-msgs-dbgsym_0.2.6-1noble.20260519.180141_arm64.deb Size: 672748 SHA256: 0a79978e96d1ed7071165789a0743b121d54db22f8f70867a8b30f21f12ec6e3 SHA1: 53fdb143a542dc39073d360550c52bf256fa0805 MD5sum: 57fa1fa4b18bcfb7faef0710505ff9cb Description: debug symbols for ros-jazzy-tuw-std-msgs Build-Ids: 4ddefffffc39b12e437889ed76dc69298dd14530 73e29d669f19b5a1235977a46bfac873871ccfbc 8075670cb6ffcd1679eac49ee42cd70b4ddc7da9 861c31a335d865b415d6378ad6fdcebd06565771 a7f8d1c04dd33a00b8d86f30db8398b445ba8d4f dd173aae2c9440a17bfafea90ff830fe154fc2e2 e4ed59f4b955a6895609a599512400c34ac1ed87 f062b499d3cb7ec102375a912fa2e498f5e2d7b3 f208f9bdda6294a909ce35b08f4ba6959cfcecb4 f36dbe9a413d8de39531fc0e79c5e6fe3e4c90b7 f59efbb95735adf1ccdaa9c1d77bd4b9f343615f Package: ros-jazzy-tvm-vendor Version: 0.9.1-4noble.20260306.002101 Architecture: arm64 Maintainer: Josh Whitley Installed-Size: 35033 Depends: libc6 (>= 2.38), libgcc-s1 (>= 4.2), libopenblas0, libstdc++6 (>= 13.1), libvulkan1 (>= 1.2.131.2), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1, git, libopenblas-dev, libvulkan-dev, libxml2-dev, ocl-icd-opencl-dev, opencl-headers, spirv-headers, spirv-tools, ros-jazzy-ros-workspace Homepage: https://tvm.apache.org/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tvm-vendor/ros-jazzy-tvm-vendor_0.9.1-4noble.20260306.002101_arm64.deb Size: 9219938 SHA256: 1647c6f81f286bdcbf846207127522b85e36c27d5662db8f2e04fcac01b226ff SHA1: 490ed3de4104e78b59415a1de4f02740deb47f0c MD5sum: f3a795d4f0b24ebc312f00cd1ddbe546 Description: Wrapper around Apache TVM to make it available to the ROS ecosystem. Package: ros-jazzy-tvm-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-tvm-vendor Version: 0.9.1-4noble.20260306.002101 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Josh Whitley Installed-Size: 239451 Depends: ros-jazzy-tvm-vendor (= 0.9.1-4noble.20260306.002101) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tvm-vendor/ros-jazzy-tvm-vendor-dbgsym_0.9.1-4noble.20260306.002101_arm64.deb Size: 216882302 SHA256: f64c8ea4e25f39a12a9587a763f945e5c334c4a778966ac8fac4a1cb96094885 SHA1: 32c9d76a0c2a8f17655c3a910c999d6180e5094d MD5sum: 83c3724f320d425c1db1dbb375498b37 Description: debug symbols for ros-jazzy-tvm-vendor Build-Ids: 4c3326d1621a36b9bf8eccbd166371ae392e6e6b ccbfde368383eb3ceefbcd661280d99380e932da Package: ros-jazzy-twist-mux Version: 4.5.0-1noble.20260519.224912 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 1834 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-diagnostic-updater, ros-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-std-msgs, ros-jazzy-twist-mux-msgs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-twist-mux/ros-jazzy-twist-mux_4.5.0-1noble.20260519.224912_arm64.deb Size: 261100 SHA256: 3a651bd23d6ac08442b4a56d84cd98ed2010e8d4e5fbd30c77db36478fb01534 SHA1: 4453dc9e87bf467827f9e9f2a00b3714abaec957 MD5sum: d55def58e8893294d2e80e7c71c5cf0d Description: Twist multiplexer, which multiplex several velocity commands (topics) and allows to priorize or disable them (locks). Package: ros-jazzy-twist-mux-dbgsym Package-Type: ddeb Source: ros-jazzy-twist-mux Version: 4.5.0-1noble.20260519.224912 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 8218 Depends: ros-jazzy-twist-mux (= 4.5.0-1noble.20260519.224912) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-twist-mux/ros-jazzy-twist-mux-dbgsym_4.5.0-1noble.20260519.224912_arm64.deb Size: 6741628 SHA256: 86b97ca7b2e4bac6ca5e7c490678c4de62ea05945b7a896041cd5ee9260c992f SHA1: 4cbaac9e9838073fa59b93576c4e30bf4b11111c MD5sum: f075c72915d4672d0dc7089e17de7cb8 Description: debug symbols for ros-jazzy-twist-mux Build-Ids: 3be89bd86bc9854795a8e2f46023a3b24a529721 ab16170f4edc11ca07d535bc29b2cbcb573789a0 Package: ros-jazzy-twist-mux-msgs Version: 3.0.1-3noble.20260519.042639 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 3047 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-action-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-twist-mux-msgs/ros-jazzy-twist-mux-msgs_3.0.1-3noble.20260519.042639_arm64.deb Size: 169242 SHA256: 56c9cb94aa8c3273e16cdd395b51c231be630df35a86535667795481d522ac57 SHA1: 74603a908490b9cdc1e3d80531c8f5a5c0e3d731 MD5sum: 3f195ce1c677c8c3b5a4a79de1f3380f Description: The twist_mux msgs and actions package Package: ros-jazzy-twist-mux-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-twist-mux-msgs Version: 3.0.1-3noble.20260519.042639 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 1378 Depends: ros-jazzy-twist-mux-msgs (= 3.0.1-3noble.20260519.042639) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-twist-mux-msgs/ros-jazzy-twist-mux-msgs-dbgsym_3.0.1-3noble.20260519.042639_arm64.deb Size: 874038 SHA256: 3b3fde714d52aed2d57c20a165630a91b70d2dd99e75ad8e6fae6f8740b74ef5 SHA1: ff5a6dd730085f3aea291f1f5ac2bfbf0e2e3dfc MD5sum: a8313fefef16c9d718c61952e2a7454f Description: debug symbols for ros-jazzy-twist-mux-msgs Build-Ids: 3a9b2a91ff0661fb18f9b4f362192b3232d65d67 4d11604911eeeba2372f38a94625a0aac404ba6b 543a2075496b6702d0b66cf5925c1c29ff2cca56 5755b31053f078beedd5161e8a11b5b2f38611c7 5853061aea7e592552f673d80dc1b7b10f63e39b 7101f77fe73238ac6ce5beffa322e15852dacec4 913648d70cb00fd91fbab931f38208d3328cb8db 9dec0d3111084607a6b8d2602aca1566bca45bd0 b968b511882944ecf234b844c04d3db5ba3ef666 d6321477c0080ebc42264ea870f678a3dbaa2e68 df3cbf9f61d2a43c2a7ab2b307fe0894ed3257e7 Package: ros-jazzy-twist-stamper Version: 0.0.5-1noble.20260519.232407 Architecture: arm64 Maintainer: Josh Newans Installed-Size: 45 Depends: ros-jazzy-geometry-msgs, ros-jazzy-rclpy, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-twist-stamper/ros-jazzy-twist-stamper_0.0.5-1noble.20260519.232407_arm64.deb Size: 6664 SHA256: 50e0f7cedcd87652d6d917ec187b4ff24ebbadd1e906931bbdb53c48f489751b SHA1: 47f86286e4446e63b0ccb9de27d77a7f7d59d605 MD5sum: bb54f06b5e32ecb7e872a3113ce90836 Description: ROS2 package for converting between Twist and TwistStamped messages Package: ros-jazzy-type-description-interfaces Version: 2.0.4-1noble.20260519.020911 Architecture: arm64 Maintainer: "William Woodall" Installed-Size: 2236 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-rosidl-core-runtime, ros-jazzy-service-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/type_description_interfaces/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-type-description-interfaces/ros-jazzy-type-description-interfaces_2.0.4-1noble.20260519.020911_arm64.deb Size: 157584 SHA256: ee817d43401e92f841b7d6efd87d36186bdaf466644b17b6c2fd6ad1d1802944 SHA1: 1f3f8302074cdb4a868e7cd7061ee164e8001e4e MD5sum: ccc3b3f76e149525c714d09187d332bf Description: A package containing message and service definitions for describing and communicating descriptions of other types. Package: ros-jazzy-type-description-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-type-description-interfaces Version: 2.0.4-1noble.20260519.020911 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "William Woodall" Installed-Size: 1599 Depends: ros-jazzy-type-description-interfaces (= 2.0.4-1noble.20260519.020911) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-type-description-interfaces/ros-jazzy-type-description-interfaces-dbgsym_2.0.4-1noble.20260519.020911_arm64.deb Size: 1252608 SHA256: 0c47575b766728adfa28337fad4edadcf9c1ccd9846c4b7826a891befef39573 SHA1: 5ee2ebb01e0d3560272062bc764ea50eb333f37c MD5sum: 369d083bd93970ff759118c38afdb3ce Description: debug symbols for ros-jazzy-type-description-interfaces Build-Ids: 15f3f17d69c65ca35173464e2a902d7f38bb718d 3daaa68e2e0d21fc8f768d61250854e06bcfa205 3ed35684e9fe448e85588fff0c15d31ea101c42a 5439e755c53b743870d251495598504d2dc56d0c 54d600abf12668dd19eeae18c562b23162558873 9fd7b093eeaf8e860e79993a883c502fd5a68098 b256d9033fff3da3108804387ce2ac2625378eac bfac1f58b341f8528e11f2db24fb50d4563fd191 c8a80fc03b354fe13392ccbd751bda5e31059f43 d0feffc688cb975c06cd7a47fdeec159091ee3e0 ecc1e7042aee9b78edd1aea524b13a32a0363a86 Package: ros-jazzy-ublox Version: 2.3.0-4noble.20260520.053241 Architecture: arm64 Maintainer: Veronica Lane Installed-Size: 41 Depends: ros-jazzy-ublox-gps, ros-jazzy-ublox-msgs, ros-jazzy-ublox-serialization, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/ublox Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ublox/ros-jazzy-ublox_2.3.0-4noble.20260520.053241_arm64.deb Size: 5318 SHA256: 7f3433b22a8e141b6510e4ca063158f75c19332ab11c2468b02bc10308b20fdf SHA1: a6ceeaa0085b558ed217a17e2724d9f938f83c78 MD5sum: b276de3f30d432d5fb011a3cdf7a14be Description: Provides a ublox_gps node for u-blox GPS receivers, messages, and serialization packages for the binary UBX protocol. Package: ros-jazzy-ublox-dgnss Version: 0.7.4-1noble.20260519.233246 Architecture: arm64 Maintainer: Nick Hortovanyi Installed-Size: 96 Depends: ros-jazzy-ntrip-client-node, ros-jazzy-ublox-dgnss-node, ros-jazzy-ublox-nav-sat-fix-hp-node, ros-jazzy-ublox-ubx-interfaces, ros-jazzy-ublox-ubx-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/aussierobots/ublox_dgnss Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ublox-dgnss/ros-jazzy-ublox-dgnss_0.7.4-1noble.20260519.233246_arm64.deb Size: 11484 SHA256: 55e7a212bf04e21bcb3d910be8f56744639d9d3f7fd9c0a080bb545caf397923 SHA1: c188304f734c75cd9be926f365c902b3b2c2213e MD5sum: 691abbc71bff2eea91fafe911e12f03e Description: Provides a ublox_dgnss node for a u-blox GPS DGNSS receiver using Gen 9 UBX Protocol Package: ros-jazzy-ublox-dgnss-node Version: 0.7.4-1noble.20260519.205945 Architecture: arm64 Maintainer: Nick Hortovanyi Installed-Size: 3270 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libusb-1.0-0 (>= 2:1.0.22), libusb-1.0-0-dev, ros-jazzy-ament-index-cpp, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rtcm-msgs, ros-jazzy-std-msgs, ros-jazzy-ublox-ubx-interfaces, ros-jazzy-ublox-ubx-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/aussierobots/ublox_dgnss Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ublox-dgnss-node/ros-jazzy-ublox-dgnss-node_0.7.4-1noble.20260519.205945_arm64.deb Size: 589826 SHA256: f03002812489cfb05161bfdd1c1a3655269d8bd6c647ade9cd7235c030712215 SHA1: bf8e3a1621652784173bd0b31bf365fd483c81d4 MD5sum: b052507654f6a72b4854c2b40365395c Description: Provides a ublox_gnss node for a u-blox GPS GNSS receiver using Gen 9 and Gen 20 UBX Protocol Package: ros-jazzy-ublox-dgnss-node-dbgsym Package-Type: ddeb Source: ros-jazzy-ublox-dgnss-node Version: 0.7.4-1noble.20260519.205945 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Nick Hortovanyi Installed-Size: 16429 Depends: ros-jazzy-ublox-dgnss-node (= 0.7.4-1noble.20260519.205945) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ublox-dgnss-node/ros-jazzy-ublox-dgnss-node-dbgsym_0.7.4-1noble.20260519.205945_arm64.deb Size: 13734936 SHA256: 96af092408782dbfa4410b1354930e53109df11d4439680da1d4a1a70e694a9e SHA1: 39012459473b8ca17b05d4243a1c3fbeed9d9c76 MD5sum: 1f43c623f245a449835e666948fcb2e2 Description: debug symbols for ros-jazzy-ublox-dgnss-node Build-Ids: caca27a69387dcca299f8f2bf904f9cc949ce850 f5863d795b8e8e3a223dde8339bb27c87606bc59 Package: ros-jazzy-ublox-gps Version: 2.3.0-4noble.20260520.052107 Architecture: arm64 Maintainer: Gareth Cross Installed-Size: 3830 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libasio-dev, ros-jazzy-diagnostic-msgs, ros-jazzy-diagnostic-updater, ros-jazzy-geometry-msgs, ros-jazzy-rcl-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-ublox-msgs, ros-jazzy-ublox-serialization, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/ublox Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ublox-gps/ros-jazzy-ublox-gps_2.3.0-4noble.20260520.052107_arm64.deb Size: 693408 SHA256: 2082342026bb2cc8bdf74a10a40843b6b2faeb4aa2a70be705481c3af608baa0 SHA1: 8054f31821eea70ebea39dd0b230e8d8405d79b2 MD5sum: eb19c9ab3edc96745a9833e7de814daa Description: Driver for u-blox GPS devices. Package: ros-jazzy-ublox-gps-dbgsym Package-Type: ddeb Source: ros-jazzy-ublox-gps Version: 2.3.0-4noble.20260520.052107 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Gareth Cross Installed-Size: 21630 Depends: ros-jazzy-ublox-gps (= 2.3.0-4noble.20260520.052107) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ublox-gps/ros-jazzy-ublox-gps-dbgsym_2.3.0-4noble.20260520.052107_arm64.deb Size: 18572220 SHA256: b52f26f65c26b768869d12d11e00b885da3d30f31c37b29cab2812c20fa0bba9 SHA1: 8bb2843c8a302a9ab109fe6594c21ebaa17243db MD5sum: 4b0abdb9e8e05d57c926b9a8de2fbf99 Description: debug symbols for ros-jazzy-ublox-gps Build-Ids: 09c5167fee615637d447c9050aa403970d9c83c1 796b227a1b13ed6cc9d3d502ce93a66511d1ebb1 b6ff6ccca3d5611a5029417a15e9089a4973aace Package: ros-jazzy-ublox-msgs Version: 2.3.0-4noble.20260519.193614 Architecture: arm64 Maintainer: Veronica Lane Installed-Size: 13786 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5), ros-jazzy-fastcdr, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ublox-serialization, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/ublox Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ublox-msgs/ros-jazzy-ublox-msgs_2.3.0-4noble.20260519.193614_arm64.deb Size: 818154 SHA256: 2540e73e36dcd214a1631449c9c04759aeccc0bd14814a6b26eebd33f0629ea7 SHA1: cf14deb38088713c42972c31a027479fcacd89d8 MD5sum: 562fe13d90a218ea8652ceafef300737 Description: ublox_msgs contains raw messages for u-blox GNSS devices. Package: ros-jazzy-ublox-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-ublox-msgs Version: 2.3.0-4noble.20260519.193614 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Veronica Lane Installed-Size: 9388 Depends: ros-jazzy-ublox-msgs (= 2.3.0-4noble.20260519.193614) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ublox-msgs/ros-jazzy-ublox-msgs-dbgsym_2.3.0-4noble.20260519.193614_arm64.deb Size: 7210080 SHA256: 151e3e3b0b851799cd445455aebf0ef6ef14c7d1634d024fa3febc23fda07b52 SHA1: 241abf507425b38a1eae2bd1d80b89141d628f7c MD5sum: fc458478305b235e4bf3cf54aa328c44 Description: debug symbols for ros-jazzy-ublox-msgs Build-Ids: 27efb7014946496e11f4417cb65214d4b65a60ae 31e046f0813e563c4d73c18af74d861616a10a65 3d7c40718e5a37791dfdad11bf1b41d97e8d10b8 4c44edcfba790ea1f9208b75b2a2fb75ddd78221 5e66c98b9b9c545c1552ef592b358398351ed30d a9eea40077fbb4295b71d6f81aacc4b609992c02 ae6df2f2f57e08df1ced5c54b022a675897d9680 b23dda89694db03111db112aa3442114df2b23d7 b5f7fe6c48fd91381a1a25f9ea04f3faff3dd1a8 df553443050cbd4b9011275c56ebadadc6458e23 f21400bc16b0e92c90c9d798da1fd6120daf1639 ff0e4c68e9af39ef534de4fbe704d3643847843d Package: ros-jazzy-ublox-nav-sat-fix-hp-node Version: 0.7.4-1noble.20260519.231238 Architecture: arm64 Maintainer: Geoff Sokoll Installed-Size: 1078 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ublox-ubx-interfaces, ros-jazzy-ublox-ubx-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ublox-nav-sat-fix-hp-node/ros-jazzy-ublox-nav-sat-fix-hp-node_0.7.4-1noble.20260519.231238_arm64.deb Size: 151144 SHA256: 08492fc741f3d59aa55ad26064ad2043a534290fb4afa00e2d1d9af2d92a148f SHA1: e08966edd4fc6f87563c03c3080760c16e7bbd64 MD5sum: d16f760516b0096bd860240cf354c460 Description: Provides a NavSatFix node for a u-blox GPS GNSS receiver using Gen 9 UBX Protocol Package: ros-jazzy-ublox-nav-sat-fix-hp-node-dbgsym Package-Type: ddeb Source: ros-jazzy-ublox-nav-sat-fix-hp-node Version: 0.7.4-1noble.20260519.231238 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Geoff Sokoll Installed-Size: 4352 Depends: ros-jazzy-ublox-nav-sat-fix-hp-node (= 0.7.4-1noble.20260519.231238) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ublox-nav-sat-fix-hp-node/ros-jazzy-ublox-nav-sat-fix-hp-node-dbgsym_0.7.4-1noble.20260519.231238_arm64.deb Size: 3516350 SHA256: 2d0c058bef319ca7f32a1aa8a446d631bf598c4c23d8c965c10f1d90795277ae SHA1: eb74f01beb08009d3dccf3e449ee5ddf0c5b98c5 MD5sum: af3e78f91e84e5ad63791cd1a0bafe71 Description: debug symbols for ros-jazzy-ublox-nav-sat-fix-hp-node Build-Ids: 43c90db7af1fa9bced4aab5597c1af079cacfa7d f09bd07a75aa5843e2515e2bd99951332a3d508c Package: ros-jazzy-ublox-serialization Version: 2.3.0-4noble.20260305.223608 Architecture: arm64 Maintainer: Veronica Lane Installed-Size: 75 Depends: ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/ublox Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ublox-serialization/ros-jazzy-ublox-serialization_2.3.0-4noble.20260305.223608_arm64.deb Size: 12716 SHA256: 229327db3103fa30bf583440b6fad2222e26c8463c9024287d50d570071afff6 SHA1: 646bd684cf4af55e68153aeeb734c7a3ca2bb379 MD5sum: cc1b7bfdcdfbb321b104362281a49bee Description: ublox_serialization provides header files for serialization of ROS messages to and from u-blox message format. Package: ros-jazzy-ublox-ubx-interfaces Version: 0.7.4-1noble.20260519.195400 Architecture: arm64 Maintainer: Nick Hortovanyi Installed-Size: 2170 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-generators, ros-jazzy-ros-workspace Homepage: https://github.com/aussierobots/ublox_dgnss Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ublox-ubx-interfaces/ros-jazzy-ublox-ubx-interfaces_0.7.4-1noble.20260519.195400_arm64.deb Size: 121348 SHA256: 0611c0d19009a51503b2085625351c99e946d65f97fe8044bb91af53ac093383 SHA1: ed020389cce668e64c7e6b053f50f70129a9bf8b MD5sum: 0419a0edcb6de991b826add4a6749352 Description: UBLOX UBX Interfaces Package: ros-jazzy-ublox-ubx-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-ublox-ubx-interfaces Version: 0.7.4-1noble.20260519.195400 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Nick Hortovanyi Installed-Size: 1235 Depends: ros-jazzy-ublox-ubx-interfaces (= 0.7.4-1noble.20260519.195400) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ublox-ubx-interfaces/ros-jazzy-ublox-ubx-interfaces-dbgsym_0.7.4-1noble.20260519.195400_arm64.deb Size: 864888 SHA256: f7a67a38fa7e3edb6d3875975875d897a7b2da8ea66ca094a9e7a0801d852953 SHA1: 5b407c28cac200aed0a6872901a7db963388170e MD5sum: c6c900a7356209f2fcfcf1eb7f4f0e4e Description: debug symbols for ros-jazzy-ublox-ubx-interfaces Build-Ids: 0062d1132a8ad07c11c1ce54037468970fab8172 1995aa004e6a943cd6c9f85f7dd3333ca1e63674 5aa8eaf9a088083df7c0f0cb08f9609ec2c98fda 7ff4919ac7d8e06909b8914110f80b7e55d9ca5d 91e2994d2aa6a091e8e2482cca9dd4e6d4a8a4c5 a27989111680403f8f0ad668912febc689505c11 af1c5d33d6330a755c036e6f9cb8b0606da278a5 be0c46d057b9807526dfdf29eb83922db3b3a764 e4ee389fdd39554ec19e2387d834fd665833b4a6 fb684f6a8f4dfa9d31a471fb51de119b2e99d97c fdcada18f1ea1092782988988cc1b2f69622f357 Package: ros-jazzy-ublox-ubx-msgs Version: 0.7.4-1noble.20260519.180318 Architecture: arm64 Maintainer: Nick Hortovanyi Installed-Size: 10774 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-generators, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/aussierobots/ublox_dgnss Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ublox-ubx-msgs/ros-jazzy-ublox-ubx-msgs_0.7.4-1noble.20260519.180318_arm64.deb Size: 632556 SHA256: 795c1fa1c61d5abe445ecb4d35fb94322ae877143b360d3365e22cc0d20c5112 SHA1: a51809510b2760508aabcaf9583500c136877bf4 MD5sum: 42ba197bef8d60e185317d79b2c892cf Description: UBLOX UBX ROS2 Msgs Package: ros-jazzy-ublox-ubx-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-ublox-ubx-msgs Version: 0.7.4-1noble.20260519.180318 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Nick Hortovanyi Installed-Size: 7392 Depends: ros-jazzy-ublox-ubx-msgs (= 0.7.4-1noble.20260519.180318) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ublox-ubx-msgs/ros-jazzy-ublox-ubx-msgs-dbgsym_0.7.4-1noble.20260519.180318_arm64.deb Size: 5683400 SHA256: 228829c9e9b2af8e75f27425dbdd9d77b997662033ca763a1984eaca1a912f7c SHA1: 8ece6ac3fea9371c849e909277928a2116dba5a3 MD5sum: 92416952fa43a9cccd89d5f07186d6a4 Description: debug symbols for ros-jazzy-ublox-ubx-msgs Build-Ids: 0728d75ae263d4e15ee490900d6ad8e0a18d7b73 24f34c6909103a91b287b00bb69a3fe85946ea11 2abc65ad7a0dfb6e9acf72e5c0580eb13b002ea4 2efa1dff525744495e91dff5d691627e663b7a56 37e1d9f45f5109c1df38e7da2b8225a7152e5fe5 70ff968906ae40178ee0aa4fa138db0370f8453e 76bdfdd0635738c311968b000183ef3499bd92ae a75b05f41203608b2db8399a64fcd06ed63938de beea9761b2a812b756f5bceaa623d42fa1efd9a5 c518fe2ba4c0be2fa64b463f1c38e6f01d554a8e ce4e1a69e7ad9622518598e4a8a7121bba74390f Package: ros-jazzy-udp-driver Version: 1.2.0-4noble.20260519.230256 Architecture: arm64 Maintainer: Joshua Whitley Installed-Size: 992 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libasio-dev, ros-jazzy-io-context, ros-jazzy-lifecycle-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclcpp-lifecycle, ros-jazzy-std-msgs, ros-jazzy-udp-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-udp-driver/ros-jazzy-udp-driver_1.2.0-4noble.20260519.230256_arm64.deb Size: 172270 SHA256: df26614933deb63fc17a622a9a321ae9aa50f77b55acbfee300c14e0389a273f SHA1: fb099b98aaa375b7e21d77f64fc77793a8f0672a MD5sum: e1d06aca103317f7ca76d40163e5e20f Description: A library to write Synchronous and Asynchronous networking applications, ROS and ROS2 nodes Package: ros-jazzy-udp-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-udp-driver Version: 1.2.0-4noble.20260519.230256 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Joshua Whitley Installed-Size: 4221 Depends: ros-jazzy-udp-driver (= 1.2.0-4noble.20260519.230256) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-udp-driver/ros-jazzy-udp-driver-dbgsym_1.2.0-4noble.20260519.230256_arm64.deb Size: 3524916 SHA256: da49c6f49f2a788217421ec0616074f21a026f11d2850449c9fdfc5b28d2bae1 SHA1: 08eb04acb927251b3474c83a032de7a3ba63c722 MD5sum: 69c7d12c1ad5555a59056b656316a3fd Description: debug symbols for ros-jazzy-udp-driver Build-Ids: 3eb9a1ecca542d4afdf07d52632ad31ea455f1f8 5863192d875840d401e3ed17cc430cdc876a5c7c 70c70acb27cb4618282d25743d69eccbe9ba5773 b0c260eb4b52c2088ede18c0253e3274259b1888 e356ed41ba860f8713c4a055011144c361080d7f Package: ros-jazzy-udp-msgs Version: 0.0.5-1noble.20260519.194903 Architecture: arm64 Maintainer: Evan Flynn Installed-Size: 1675 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-ros-environment, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-udp-msgs/ros-jazzy-udp-msgs_0.0.5-1noble.20260519.194903_arm64.deb Size: 114258 SHA256: d7bb9c059e08fbb6a355934eb962dc7d9149e075b4fedd1b83a7e37ba3b3a2e8 SHA1: 30a15f720920753af01ee790a48e9fa4b0f69280 MD5sum: 971ceaf6dd1ad0423b17050308a35773 Description: ROS / ROS2 udp_msgs package Package: ros-jazzy-udp-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-udp-msgs Version: 0.0.5-1noble.20260519.194903 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Evan Flynn Installed-Size: 1049 Depends: ros-jazzy-udp-msgs (= 0.0.5-1noble.20260519.194903) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-udp-msgs/ros-jazzy-udp-msgs-dbgsym_0.0.5-1noble.20260519.194903_arm64.deb Size: 796046 SHA256: ee9d827426cc9846b725ca13cdbaee0c2a6c15c1b4a1e3be51f461ad2584ec40 SHA1: 2b76d1d13737006967a8e23b6e00e0e5254112d9 MD5sum: 74baa02b54380ffdd10c122b5e35adc7 Description: debug symbols for ros-jazzy-udp-msgs Build-Ids: 1a91a0f701e829d5ae5891c4a25437b269b09e16 2f136f4cd5d7bd727fe489ff4b4f18fa644573e8 5561c58c653725a49d4e082d36be4248b67bcbfc 5620025655d4031231991cfc6b891087d2e71dad 5aa1520eed2d248f0e3d08de836068771963efa3 62e56bd71d922a92ec18e426c571a4422b136efb 8d6dedbd9611014974be6524574791606c70b48d b45c8e6b771a4d5bde7132d898fafbdcc9c6eeca ca513295bd37651f24310971a338db7ec29672d8 d0945e2dfdbdce1a29444edae5af0f0c74e7ec69 dff79e4224356c580b9aaa701dd8a90025d82ea5 Package: ros-jazzy-uncrustify-vendor Version: 3.0.1-1noble.20260305.223611 Architecture: arm64 Maintainer: Scott K Logan Installed-Size: 44 Depends: uncrustify, ros-jazzy-ros-workspace Homepage: https://github.com/uncrustify/uncrustify Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-uncrustify-vendor/ros-jazzy-uncrustify-vendor_3.0.1-1noble.20260305.223611_arm64.deb Size: 8318 SHA256: 7894026a56e441eb8d4cc71d2c685bfd406da1f9f3bf7260f5ac1142e6584fa2 SHA1: d2bef98e3fe8c4e2360c42032e59228c6ccebc00 MD5sum: 22e797038cfb2eb3d32643c5353f0665 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-jazzy-unique-identifier-msgs Version: 2.5.0-3noble.20260519.020145 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 995 Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), ros-jazzy-fastcdr, ros-jazzy-rosidl-core-runtime, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/unique_identifier_msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-unique-identifier-msgs/ros-jazzy-unique-identifier-msgs_2.5.0-3noble.20260519.020145_arm64.deb Size: 41330 SHA256: d0b6d9aabacd36597de517041eb904e7ee506c05c70694c4c4061420ca8a155f SHA1: 70d69a8569250e3bb917ae357777dc00b80a5484 MD5sum: 78843a94acfa3a749a466b5355df1d58 Description: ROS messages for universally unique identifiers. Package: ros-jazzy-unique-identifier-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-unique-identifier-msgs Version: 2.5.0-3noble.20260519.020145 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 273 Depends: ros-jazzy-unique-identifier-msgs (= 2.5.0-3noble.20260519.020145) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-unique-identifier-msgs/ros-jazzy-unique-identifier-msgs-dbgsym_2.5.0-3noble.20260519.020145_arm64.deb Size: 167840 SHA256: 61f99a2a6f7cc7de97e60a7981d4e41d177984e5e8cbc2408d296acf6612e2d2 SHA1: 5d4d0dc8ed9d59fb016cdf6abe6c10d289cbdb5f MD5sum: 468d73b5f110b52e96d40916fe1b2b45 Description: debug symbols for ros-jazzy-unique-identifier-msgs Build-Ids: 03567582ff4368a9865081718154741ae7829185 070cc3c21062091b3f9c42ab4881198152bb98e2 1f82e13c0deff1a8b3009151f3f997f212dffa79 4c8f7a88de6d6b1abdfd9bc1a366a2fc9708b7d8 558116d08768955f66693b60b6da40e48bac3c0c b8df3681b8259acb1bfde016c4e0e11ef3891764 b9c70e651183931b4ae0fb1a1b2e50a9821b8411 d2c8518ea43b39034610efe20435c82891d1d5a3 d7c499d44f018db3b881dbe0163bb0111d590660 e98a116ad85aa024958025b807bb1e064f83e4d1 eacd621a67145fa98938c19f8f99e061cb809679 Package: ros-jazzy-ur Version: 3.8.0-1noble.20260520.144625 Architecture: arm64 Maintainer: Felix Exner Installed-Size: 41 Depends: ros-jazzy-ur-calibration, ros-jazzy-ur-controllers, ros-jazzy-ur-dashboard-msgs, ros-jazzy-ur-moveit-config, ros-jazzy-ur-robot-driver, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur/ros-jazzy-ur_3.8.0-1noble.20260520.144625_arm64.deb Size: 5824 SHA256: fa6130e1e461ec1656e1a396d448202931e818d071382277bb86dbeb182b7aaa SHA1: c2abd5ee083171d14f85c544db8662b01f9189ec MD5sum: 7492e864972e3f9a1c5f5975b48550a0 Description: Metapackage for universal robots Package: ros-jazzy-ur-calibration Version: 3.8.0-1noble.20260520.143349 Architecture: arm64 Maintainer: Felix Exner Installed-Size: 198 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libeigen3-dev, ros-jazzy-rclcpp, ros-jazzy-ur-client-library, ros-jazzy-ur-robot-driver, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Homepage: https://docs.universal-robots.com/Universal_Robots_ROS_Documentation/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur-calibration/ros-jazzy-ur-calibration_3.8.0-1noble.20260520.143349_arm64.deb Size: 54604 SHA256: 2f211734a8d7572b9b601a61264f7dfa1530ba70b9e1436062db18dd8f2cdb49 SHA1: 21a86de623789ada5c49fb7a52b58be54331f8d0 MD5sum: 6ee4d14decc754abfff9252f74d2d71e 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-jazzy-ur-calibration-dbgsym Package-Type: ddeb Source: ros-jazzy-ur-calibration Version: 3.8.0-1noble.20260520.143349 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Felix Exner Installed-Size: 1571 Depends: ros-jazzy-ur-calibration (= 3.8.0-1noble.20260520.143349) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur-calibration/ros-jazzy-ur-calibration-dbgsym_3.8.0-1noble.20260520.143349_arm64.deb Size: 1500186 SHA256: 71de023fa65279ca2e2a4cd80bf7e952a2da1f2eee0d5eadff1e07b6def9bd18 SHA1: 77a85719e5c4c715a9225264ea874a176787c92f MD5sum: 5adaeb9960165f4c4ea5250ac16bd2d3 Description: debug symbols for ros-jazzy-ur-calibration Build-Ids: 4aac16c4231ee68503e896a42396dc841c2d8ec2 Package: ros-jazzy-ur-client-library Version: 2.12.0-1noble.20260519.150038 Architecture: arm64 Maintainer: "Felix Exner" Installed-Size: 1909 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ament-cmake, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/ur_client_library Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur-client-library/ros-jazzy-ur-client-library_2.12.0-1noble.20260519.150038_arm64.deb Size: 491130 SHA256: 84a43b52b3be13a025181b55819d1761ea51c19bcb8264ac305b75a1e439e162 SHA1: daf6087cf391f90b8eb4285b82bd6564fb35eeb6 MD5sum: 76ecaee92565b0bcde0a8cf7a7ce5852 Description: Standalone C++ library for accessing Universal Robots interfaces. This has been forked off the ur_robot_driver. Package: ros-jazzy-ur-client-library-dbgsym Package-Type: ddeb Source: ros-jazzy-ur-client-library Version: 2.12.0-1noble.20260519.150038 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Felix Exner" Installed-Size: 7340 Depends: ros-jazzy-ur-client-library (= 2.12.0-1noble.20260519.150038) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur-client-library/ros-jazzy-ur-client-library-dbgsym_2.12.0-1noble.20260519.150038_arm64.deb Size: 6647296 SHA256: 97beb68210807b943e35b4d6c1be352769f2bf8599d80858cc4db5b7c5435864 SHA1: 2bccfea33c1d9af7f2ddcc6c402d3a744727ecd9 MD5sum: 643c71a4a3dd0534bee6a9e7c7f9f13b Description: debug symbols for ros-jazzy-ur-client-library Build-Ids: c7ad944299c89fc6b7a2878bf9a755602ed894c8 Package: ros-jazzy-ur-controllers Version: 3.8.0-1noble.20260520.045639 Architecture: arm64 Maintainer: Felix Exner Installed-Size: 1885 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-jazzy-action-msgs, ros-jazzy-angles, ros-jazzy-control-msgs, ros-jazzy-controller-interface, ros-jazzy-generate-parameter-library, ros-jazzy-geometry-msgs, ros-jazzy-hardware-interface, ros-jazzy-joint-trajectory-controller, ros-jazzy-lifecycle-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp-lifecycle, ros-jazzy-rcutils, ros-jazzy-realtime-tools, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-trajectory-msgs, ros-jazzy-ur-dashboard-msgs, ros-jazzy-ur-msgs, ros-jazzy-ros-workspace Homepage: https://docs.universal-robots.com/Universal_Robots_ROS_Documentation/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur-controllers/ros-jazzy-ur-controllers_3.8.0-1noble.20260520.045639_arm64.deb Size: 402132 SHA256: 1e165e92c8f2ffa9628de62d72d1346e1f2337183809925b6163c6d56e252720 SHA1: 6a6d61610f0501746c322cccdce4404d4217cf1e MD5sum: e36b0218b704e4ae0eb1cb7c18da7344 Description: Provides controllers that use the speed scaling interface of Universal Robots. Package: ros-jazzy-ur-controllers-dbgsym Package-Type: ddeb Source: ros-jazzy-ur-controllers Version: 3.8.0-1noble.20260520.045639 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Felix Exner Installed-Size: 9680 Depends: ros-jazzy-ur-controllers (= 3.8.0-1noble.20260520.045639) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur-controllers/ros-jazzy-ur-controllers-dbgsym_3.8.0-1noble.20260520.045639_arm64.deb Size: 8456340 SHA256: f5b796b4b9f02cf0541c45ffbb6668734230aa172a12be33778cdf72e1ad9477 SHA1: 8e3525793d1302359d729170dff851eac66656a0 MD5sum: 4b896bc14853c38568ed6eb2c3555380 Description: debug symbols for ros-jazzy-ur-controllers Build-Ids: 62058ac1cb70307e872008ec94657da37824d9a1 Package: ros-jazzy-ur-dashboard-msgs Version: 3.8.0-1noble.20260519.042740 Architecture: arm64 Maintainer: Felix Exner Installed-Size: 12972 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-action-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Homepage: https://docs.universal-robots.com/Universal_Robots_ROS_Documentation/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur-dashboard-msgs/ros-jazzy-ur-dashboard-msgs_3.8.0-1noble.20260519.042740_arm64.deb Size: 698002 SHA256: 3c768ccc78d1dad522922d5ab559eaf3c5c672375f41e1e4d7b469c70c55c062 SHA1: 29e0a8bafeaaeed9a1d1676529bed07f3cd1b5d3 MD5sum: 2b7ad95e572df8d393ccc63f24456c0e Description: Messages around the UR Dashboard server. Package: ros-jazzy-ur-dashboard-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-ur-dashboard-msgs Version: 3.8.0-1noble.20260519.042740 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Felix Exner Installed-Size: 9238 Depends: ros-jazzy-ur-dashboard-msgs (= 3.8.0-1noble.20260519.042740) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur-dashboard-msgs/ros-jazzy-ur-dashboard-msgs-dbgsym_3.8.0-1noble.20260519.042740_arm64.deb Size: 6872466 SHA256: 60b2bc0e1c2829d9cc663d962a4dd4682fdf966b55a5d7d1945ac1a7f772d627 SHA1: 0cb0972169337be75b71ac2a408e5906726f25f6 MD5sum: b02e336d83751921045307bc661ce6c1 Description: debug symbols for ros-jazzy-ur-dashboard-msgs Build-Ids: 06ac6c5b4d4db4c75390c782744011aaac055912 271d6f05b860518ba762a37676ac453dda7b23ea 2a464e842453c568a77de9d1ff9c56712d50d27b 53e28c8c4348ef7370d48fcaca225e1954ebaaf6 55f0d1e779ba9142549b98e4c643530ab9afebba 774fd3209ae31c1a1b42cfe6bc3ab96a92cc5d1b 8022336fdb529452b16b1c38496a95285b265c48 b901486a3bae41bc89750e5ff2775edec07babc7 d19a6343fc70ec2508c98ed600ed868280d73856 d3548531d1ce7912d6fb63ffe8caafd7a5ee7ef8 d5636f9d22eb8b54b9289720b74a1118277c5558 Package: ros-jazzy-ur-description Version: 3.5.1-1noble.20260520.141724 Architecture: arm64 Maintainer: "Felix Exner" Installed-Size: 73094 Depends: ros-jazzy-joint-state-publisher-gui, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-robot-state-publisher, ros-jazzy-rviz2, ros-jazzy-urdf, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/ur_description/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur-description/ros-jazzy-ur-description_3.5.1-1noble.20260520.141724_arm64.deb Size: 22115844 SHA256: f870ffe363e7efc6af7d52b966e1ada5dec92515b123ead2dbbf11818b986590 SHA1: fa856e932f46efb91305233d8a5f004ac7775921 MD5sum: edb7ae0c23bce637ad4790f0b61897ca Description: URDF description for Universal Robots Package: ros-jazzy-ur-moveit-config Version: 3.8.0-1noble.20260520.144512 Architecture: arm64 Maintainer: Felix Exner Installed-Size: 83 Depends: ros-jazzy-moveit-configs-utils, ros-jazzy-moveit-kinematics, ros-jazzy-moveit-planners, ros-jazzy-moveit-planners-chomp, ros-jazzy-moveit-ros-move-group, ros-jazzy-moveit-ros-visualization, ros-jazzy-moveit-servo, ros-jazzy-moveit-simple-controller-manager, ros-jazzy-ur-description, ros-jazzy-warehouse-ros-sqlite, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: https://docs.universal-robots.com/Universal_Robots_ROS_Documentation/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur-moveit-config/ros-jazzy-ur-moveit-config_3.8.0-1noble.20260520.144512_arm64.deb Size: 16802 SHA256: 4f24522054f4e76df6fa866beb114886b26c450872516dacc3a2375ae7604901 SHA1: 1d2fb6259efa2cd63d2515a1210f9febd44166d7 MD5sum: 6072a4f1a09929867dfb24f2c8508579 Description: An example package with MoveIt2 configurations for UR robots. Package: ros-jazzy-ur-msgs Version: 2.5.0-1noble.20260519.192639 Architecture: arm64 Maintainer: G.A. vd. Hoorn Installed-Size: 8389 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-action-msgs, ros-jazzy-builtin-interfaces, ros-jazzy-control-msgs, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-trajectory-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur-msgs/ros-jazzy-ur-msgs_2.5.0-1noble.20260519.192639_arm64.deb Size: 508462 SHA256: 165f8c5e00816dafb3d990c10c8799debf8bfafa94b348dcbebd9e1be606c901 SHA1: a97909d916d5f7ea13f4c5ec545680fbb2241eff MD5sum: 9864fd35ecb41e99e3c8f8985a2d9e39 Description: Message and service definitions for interacting with Universal Robots robot controllers. Package: ros-jazzy-ur-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-ur-msgs Version: 2.5.0-1noble.20260519.192639 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: G.A. vd. Hoorn Installed-Size: 5171 Depends: ros-jazzy-ur-msgs (= 2.5.0-1noble.20260519.192639) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur-msgs/ros-jazzy-ur-msgs-dbgsym_2.5.0-1noble.20260519.192639_arm64.deb Size: 3809420 SHA256: ff4132d2fac774abefaf67c7a14e505e92f53a88fc3a3b7d84a94273b7fc8865 SHA1: 37e176c192f3529f5e0ff84d9510ea9e4cfb9e84 MD5sum: 0890542fe77a0e00ff3e92a7fe46d20c Description: debug symbols for ros-jazzy-ur-msgs Build-Ids: 1a699912046b2dc2176a99caa18b6093437a01ca 23e021a468eb4a9a5693f8ef9315440d246b4b30 4068157466184c1338d2f245cf63e73cc08164ec 6333a5ce063935ef06a5a48ee5eff5a07c2406b9 71d17e8100510693af0b784e681b100bf11d7388 a22c780164e807b1deb68cb1857cdf8a8004f090 a888465fcd5f006d4761a6b177b64f7884a38257 c1450db564cf99918fbcfdf4b9387a40e2b23ff5 cd409c1545dbe0895cfb86056ec72995ba59c4aa d45ceed9bec6336828f46a5d12b14496827402a9 f35ac831b1fff2d83ebe58f42232f5f1842c8651 Package: ros-jazzy-ur-robot-driver Version: 3.8.0-1noble.20260520.141909 Architecture: arm64 Maintainer: Felix Exner Installed-Size: 6178 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-jazzy-backward-ros, ros-jazzy-controller-manager, ros-jazzy-controller-manager-msgs, ros-jazzy-effort-controllers, ros-jazzy-force-torque-sensor-broadcaster, ros-jazzy-geometry-msgs, ros-jazzy-hardware-interface, ros-jazzy-joint-state-broadcaster, ros-jazzy-joint-state-publisher, ros-jazzy-joint-trajectory-controller, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-pluginlib, ros-jazzy-pose-broadcaster, ros-jazzy-position-controllers, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-rclpy, ros-jazzy-robot-state-publisher, ros-jazzy-ros2-controllers-test-nodes, ros-jazzy-rviz2, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2-geometry-msgs, ros-jazzy-ur-client-library, ros-jazzy-ur-controllers, ros-jazzy-ur-dashboard-msgs, ros-jazzy-ur-description, ros-jazzy-ur-msgs, ros-jazzy-urdf, ros-jazzy-velocity-controllers, ros-jazzy-xacro, socat, ros-jazzy-ros-workspace Homepage: https://docs.universal-robots.com/Universal_Robots_ROS_Documentation/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur-robot-driver/ros-jazzy-ur-robot-driver_3.8.0-1noble.20260520.141909_arm64.deb Size: 1046038 SHA256: de929809045ae618470850901e338428a05ed1d6da0a2fa89ffe18e5de4f8428 SHA1: c3736d00e2b86ccb957c2a329259e8764604ceaa MD5sum: 949e227e2ed85ed211cb155f51d08ccc 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-jazzy-ur-robot-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-ur-robot-driver Version: 3.8.0-1noble.20260520.141909 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Felix Exner Installed-Size: 27170 Depends: ros-jazzy-ur-robot-driver (= 3.8.0-1noble.20260520.141909) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur-robot-driver/ros-jazzy-ur-robot-driver-dbgsym_3.8.0-1noble.20260520.141909_arm64.deb Size: 22691876 SHA256: 6237e0df9b1256c99e472e71d43b95c332e8d7f588b1cfb09e7a003aa82d17d4 SHA1: b103603469f7dade258dbe642623a65cc4f878dc MD5sum: 7585412eb0acaf87020d0744844ae9d6 Description: debug symbols for ros-jazzy-ur-robot-driver Build-Ids: 0372863485ac2c60ee22278a2911a1eef9dbd789 505f704593e0f5b1d69b167941b6d36b5e9f2b42 898bfad6eef48ca5eb131a30f3e67bdfe5f5bff5 b94817f6c590576437cdf76b40c62624697a02dd c797a77460b39512a01abc9d425b4be7349c1457 f3ebdbf5145b43eb7a43791e36f0e7850b5282f0 Package: ros-jazzy-ur-simulation-gz Version: 2.5.0-1noble.20260520.144608 Architecture: arm64 Maintainer: Felix Exner Installed-Size: 72 Depends: ros-jazzy-gz-ros2-control, ros-jazzy-joint-state-publisher, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-ros-gz-bridge, ros-jazzy-ros-gz-sim, ros-jazzy-rviz2, ros-jazzy-ur-controllers, ros-jazzy-ur-description, ros-jazzy-ur-moveit-config, ros-jazzy-urdf, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur-simulation-gz/ros-jazzy-ur-simulation-gz_2.5.0-1noble.20260520.144608_arm64.deb Size: 11270 SHA256: 29440ac9a9915f7dfe37cf35cc3eeb6204d2d4e67e9b66a053937c8aee9a3566 SHA1: a73797797be49713148674f705225db47b80e564 MD5sum: 72ddde1fd34b186130a0fc5d7eab3e25 Description: Example and configuration files for Gazebo simulation of UR manipulators. Package: ros-jazzy-ur10-inverse-dynamics-solver Version: 2.0.3-1noble.20260520.142308 Architecture: arm64 Maintainer: Enrico Ferrentino Installed-Size: 1694 Depends: libc6 (>= 2.17), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), ros-jazzy-inverse-dynamics-solver, ros-jazzy-pluginlib, ros-jazzy-ur-description, ros-jazzy-ros-workspace Homepage: https://github.com/unisa-acg/inverse-dynamics-solver.git Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur10-inverse-dynamics-solver/ros-jazzy-ur10-inverse-dynamics-solver_2.0.3-1noble.20260520.142308_arm64.deb Size: 754954 SHA256: da582950fd7cff14ff923f5ea4fa397bf5ba893956ce353a6b469e8b89c6bcbb SHA1: 6bff29af409df157e8b3388407caa102eb52964b MD5sum: dbc69be5aa0f2ffc72af5eecf677222d Description: A C++ library implementing the inverse dynamics solver for the UR10 real robot. Package: ros-jazzy-ur10-inverse-dynamics-solver-dbgsym Package-Type: ddeb Source: ros-jazzy-ur10-inverse-dynamics-solver Version: 2.0.3-1noble.20260520.142308 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Enrico Ferrentino Installed-Size: 26 Depends: ros-jazzy-ur10-inverse-dynamics-solver (= 2.0.3-1noble.20260520.142308) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur10-inverse-dynamics-solver/ros-jazzy-ur10-inverse-dynamics-solver-dbgsym_2.0.3-1noble.20260520.142308_arm64.deb Size: 4522 SHA256: bc866c7b8b690133e6328ac4204d00d0ebd595044dc06244927d369163c45ef4 SHA1: 2d04c7bf26f594a72fc92a31f0dc920002343609 MD5sum: 6f5f45fee19a81a73d19c9d429dda3e6 Description: debug symbols for ros-jazzy-ur10-inverse-dynamics-solver Build-Ids: 955048d3bb6dc2dcc75532de8225d32ef3fca053 Package: ros-jazzy-urdf Version: 2.10.0-3noble.20260519.012052 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 409 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-urdfdom, ros-jazzy-pluginlib, ros-jazzy-tinyxml2-vendor, ros-jazzy-urdf-parser-plugin, ros-jazzy-urdfdom-headers, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-urdf/ros-jazzy-urdf_2.10.0-3noble.20260519.012052_arm64.deb Size: 97928 SHA256: f605207fa7e5ac6da12d6e3bdfbee3724e40abf09408deb4fe1ad575c1b1dc52 SHA1: 2a212bd92deeebd43f34a544538e318142f8cf84 MD5sum: 4fa21f653e764028a34baf78b6aad9df 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-jazzy-urdf-dbgsym Package-Type: ddeb Source: ros-jazzy-urdf Version: 2.10.0-3noble.20260519.012052 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 1265 Depends: ros-jazzy-urdf (= 2.10.0-3noble.20260519.012052) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-urdf/ros-jazzy-urdf-dbgsym_2.10.0-3noble.20260519.012052_arm64.deb Size: 1152550 SHA256: 5a73d0f25ac4ba651a1dc5a250d69bf4775da2c0d0a50a9c289fff1f0f74aec4 SHA1: e74b6c560ee098c89cae4d874fea9a8a3973bd83 MD5sum: d9f08440d9778edc3d1d458386980ae9 Description: debug symbols for ros-jazzy-urdf Build-Ids: 2ba51e3cd302a680cba4d53504c48f2a42442481 8bc3195fad8f79cd46204935ed2585df299e5ac3 Package: ros-jazzy-urdf-launch Version: 0.1.2-1noble.20260520.141806 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 48 Depends: ros-jazzy-joint-state-publisher, ros-jazzy-joint-state-publisher-gui, ros-jazzy-launch-ros, ros-jazzy-robot-state-publisher, ros-jazzy-rviz-common, ros-jazzy-rviz-default-plugins, ros-jazzy-rviz2, ros-jazzy-xacro, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-urdf-launch/ros-jazzy-urdf-launch_0.1.2-1noble.20260520.141806_arm64.deb Size: 6434 SHA256: ddf229362b6e4332103f5d4270971a9e50b920f3c3a6c100c7782208569b44db SHA1: ec9527c415f7750a792ce55ba8ff1f1994bae39d MD5sum: a624c7b1afb3e1196c1414dc3fdc098c Description: Launch files for common URDF operations Package: ros-jazzy-urdf-parser-plugin Version: 2.10.0-3noble.20260305.210705 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 58 Depends: ros-jazzy-urdfdom-headers, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-urdf-parser-plugin/ros-jazzy-urdf-parser-plugin_2.10.0-3noble.20260305.210705_arm64.deb Size: 9606 SHA256: 57badc73ed0af4aaef79398e30f63abe6b92629ddd2f31dc5deed881557381f1 SHA1: edafd886c4d16ec10c982a5d18df54c37a75f26b MD5sum: f4dd2b3fe72c1723f7388102ec88d903 Description: This package contains a C++ base class for URDF parsers. Package: ros-jazzy-urdf-test Version: 2.1.1-1noble.20260520.032308 Architecture: arm64 Maintainer: Jordan Palacios Installed-Size: 66 Depends: liburdfdom-tools, ros-jazzy-rclpy, ros-jazzy-ros-workspace Homepage: https://github.com/pal-robotics/urdf_test Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-urdf-test/ros-jazzy-urdf-test_2.1.1-1noble.20260520.032308_arm64.deb Size: 9572 SHA256: 79cf6cc65f70d05494ed1e521c0d271d3a74b7068af5bb831a090ff12d2085a8 SHA1: 9dcbeb4a2126d2195d0386fcc1689d68118e3f40 MD5sum: 9460ab441aaa3e045c2c4c6635f82b74 Description: The urdf_test package Package: ros-jazzy-urdf-tutorial Version: 1.1.0-3noble.20260520.150705 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 1011 Depends: ros-jazzy-urdf-launch, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/urdf_tutorial Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-urdf-tutorial/ros-jazzy-urdf-tutorial_1.1.0-3noble.20260520.150705_arm64.deb Size: 731356 SHA256: 99ff324862712096dbc375a82480aae3903a6ccbcf1bc4801c6775055875fc34 SHA1: 05471dec7ec5b6ce2769bd7db670b920a71d4175 MD5sum: 2c5429fab0ea8dafa58978a87053b0c9 Description: This package contains a number of URDF tutorials. Package: ros-jazzy-urdfdom Version: 4.0.2-1noble.20260305.223651 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 720 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libconsole-bridge-dev, libtinyxml2-dev, ros-jazzy-console-bridge-vendor, ros-jazzy-tinyxml2-vendor, ros-jazzy-urdfdom-headers (>= 0.2.3), ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-urdfdom/ros-jazzy-urdfdom_4.0.2-1noble.20260305.223651_arm64.deb Size: 68358 SHA256: 10663abdf4a753211fdac5d81af5a05ede516be15d17ec6b810ede14efd20a5f SHA1: d0da9ad0177ce0da765bd14cb9d748e279bb05c6 MD5sum: 594625cfaf3a24a7dd78c51ed4f0c075 Description: A library to access URDFs using the DOM model. Package: ros-jazzy-urdfdom-dbgsym Package-Type: ddeb Source: ros-jazzy-urdfdom Version: 4.0.2-1noble.20260305.223651 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 1925 Depends: ros-jazzy-urdfdom (= 4.0.2-1noble.20260305.223651) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-urdfdom/ros-jazzy-urdfdom-dbgsym_4.0.2-1noble.20260305.223651_arm64.deb Size: 1204966 SHA256: 222d31aef68d58d8eff268afaa62367b17f9033b0a3c5704ccd97d1952d9e1c9 SHA1: 5ebc90783bdbf49d8ed11ad19774f8a59eaea2e9 MD5sum: ee7441bf3b9caec85f2c9ddfc54059cb Description: debug symbols for ros-jazzy-urdfdom Build-Ids: 18813c4993418c8927962cb7a8ce53c5ad21951f 2bccd5b656feb691b9ce72a1ff09c16ccc7bc227 39b8d7d1a3458116989f086eae7c6d251f825efd 4d42fbed3377c5e101002152cc67e0bad1325d76 9be717e05f73a7f0d0d47862681ce0f213e974c9 eae644680342ecaef187a9175071ffe170672d8b f04ae978f7f936c29f1f87862423acf186eb3da3 Package: ros-jazzy-urdfdom-headers Version: 1.1.2-1noble.20260305.203739 Architecture: arm64 Maintainer: Steven! Ragnarök Installed-Size: 100 Depends: ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/urdf Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-urdfdom-headers/ros-jazzy-urdfdom-headers_1.1.2-1noble.20260305.203739_arm64.deb Size: 13450 SHA256: adadfc369045521a7bd007ffbd682e48cc1e30eae02ba9ee8b9142b86422667a SHA1: b69c8adb1d6e350ae2a3bb3f398aab798d53ed2a MD5sum: 67e289d10d23f4e38cfa3d94d852878b Description: C++ headers for URDF. Package: ros-jazzy-urdfdom-py Version: 1.2.1-3noble.20260520.032353 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 157 Depends: python3-lxml, python3-yaml, ros-jazzy-rclpy, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/urdfdom_py Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-urdfdom-py/ros-jazzy-urdfdom-py_1.2.1-3noble.20260520.032353_arm64.deb Size: 38666 SHA256: 2c5ac2cfe26aa87f2a4b625ede221c1cc9d23bd088ef37d7b2b048748fe46f90 SHA1: e7c5a66b6e5dd5c8f01a0d7ff8484ed37c8a3c8e MD5sum: bf9871ddc6ccdc59327342866baa0912 Description: Python implementation of the URDF parser. Package: ros-jazzy-urg-c Version: 1.0.4001-6noble.20260305.223910 Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 896 Depends: libc6 (>= 2.34), ros-jazzy-ros-workspace Homepage: http://sourceforge.net/projects/urgwidget/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-urg-c/ros-jazzy-urg-c_1.0.4001-6noble.20260305.223910_arm64.deb Size: 43266 SHA256: 96ee805057fd1e817b63a474903aa773be4b0abe1a01eab0accd0c593c6759cd SHA1: 49e02f5b6614f56bfd0ce387fcb40ec37164d33f MD5sum: 7885fe2d77008c5aeae9423b77d6d8c5 Description: The urg_c package Package: ros-jazzy-urg-c-dbgsym Package-Type: ddeb Source: ros-jazzy-urg-c Version: 1.0.4001-6noble.20260305.223910 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 226 Depends: ros-jazzy-urg-c (= 1.0.4001-6noble.20260305.223910) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-urg-c/ros-jazzy-urg-c-dbgsym_1.0.4001-6noble.20260305.223910_arm64.deb Size: 101258 SHA256: a2810c42a34a394801ef110bcf1b95c787aec36121aa736e98e01463c3943249 SHA1: 0b79962b1c8edb01705e3fa5b520c0351fa7835b MD5sum: da28c103d06413c7419b9d99d0e6a443 Description: debug symbols for ros-jazzy-urg-c Build-Ids: 0be8f15042f86e59c045ee0638aab9bc44b76c73 1a342e7d39b6bb56e5d05e32f856b56056cbc77b 2a06d27ce216bef7a47921ec9e98cee52d652133 2d68e03b3196d77dafa393d43d2982e928f19f7b 5356294555c6dc192c0d6ad166ce99d421731e2a 617440dd7982616d83df165402d811a381c041d5 98d14e4d6a94584268207fbad370f0610b6afdb2 a2a91ef73045074aac956221cf321afdfae07593 a9542347e8a698b025b22425692ef6aa787b08ee b0585179c05f22aacc70a4fd210d33b3b5d5cf52 d4edefa8c33fb87a010c4b17b3f6402f5c3a8481 e4f493fe762a00f9129e17db28a94c5be3f8ad79 Package: ros-jazzy-urg-node Version: 1.1.2-1noble.20260520.015249 Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 720 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-dev, ros-jazzy-builtin-interfaces, ros-jazzy-diagnostic-updater, ros-jazzy-laser-proc, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rosidl-default-generators, ros-jazzy-sensor-msgs, ros-jazzy-std-srvs, ros-jazzy-urdf, ros-jazzy-urg-c, ros-jazzy-urg-node-msgs, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/urg_node Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-urg-node/ros-jazzy-urg-node_1.1.2-1noble.20260520.015249_arm64.deb Size: 176748 SHA256: e144aafa72c17808d1a1931394cd9bdf90d1863424fcbcd240fbef97ff3a6aea SHA1: 4bbd4b38e2378080b2ea3fd9a46cc3c7869e7844 MD5sum: e429a9e7bf3f117c5d381bc76c0e34d1 Description: urg_node Package: ros-jazzy-urg-node-dbgsym Package-Type: ddeb Source: ros-jazzy-urg-node Version: 1.1.2-1noble.20260520.015249 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 2401 Depends: ros-jazzy-urg-node (= 1.1.2-1noble.20260520.015249) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-urg-node/ros-jazzy-urg-node-dbgsym_1.1.2-1noble.20260520.015249_arm64.deb Size: 2176378 SHA256: 39f82080ba6ea06a7905e0a3e3afbc89157fa4fa307172dea8b0171495e11b45 SHA1: 68ae60d7c02cced1ff9383ff3435926ec0f7be41 MD5sum: e92af2c90ccaeef65af2e0a1f5a9f00b Description: debug symbols for ros-jazzy-urg-node Build-Ids: a00ebe21e90f5be627d67ddeb10d4df9674ad156 c4859e04e23f78b85bab32c4e3084e1838b77603 dc3156537fa9d3b356df42c68248d567335fadf4 Package: ros-jazzy-urg-node-msgs Version: 1.0.1-9noble.20260519.180631 Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 1017 Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-generators, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/urg_node Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-urg-node-msgs/ros-jazzy-urg-node-msgs_1.0.1-9noble.20260519.180631_arm64.deb Size: 43452 SHA256: 85c98cc1b37452291729ddaca643c91b778b1b068ddcde530f2613e32e60c40f SHA1: 438cfeac9cf42a5cb2d7a099a0fe4c36de61bcd7 MD5sum: fed99cd656ca029257ba023ab5328a0d Description: urg_node_msgs Package: ros-jazzy-urg-node-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-urg-node-msgs Version: 1.0.1-9noble.20260519.180631 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 277 Depends: ros-jazzy-urg-node-msgs (= 1.0.1-9noble.20260519.180631) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-urg-node-msgs/ros-jazzy-urg-node-msgs-dbgsym_1.0.1-9noble.20260519.180631_arm64.deb Size: 174366 SHA256: 8db01a4a30ecc9bb64e6c75f5d44f7048a6415a3c0faeaa8662cc713d7fcc78e SHA1: b761d8f3dd1d7e496c9e50601b7899b782d7d64c MD5sum: b7ec57af3da2392fab756712ea9aae06 Description: debug symbols for ros-jazzy-urg-node-msgs Build-Ids: 2e84ad8f40a9105629eeb33e54be7960d6eebfa8 78f594cca7be21f0e628ff29cf17dd284a1b70b5 79a7e21148927cdefae7991a39ef93612456fe20 7e1e0d2e1c1f8e853010aa07a139cb39823b0c06 7e43fd0acba4a66cc4f0b4e8b6c27d4fad56e514 7ec1f6a15b10970f1bdc9880e7e852fee9223918 bc27ccce57b078267d46ab3803991b9369c0ba9f be7d4a19fc9f5a0827e31d529eefe8085b023529 ed144fad6843887e55467bb67470e58fe27b4043 fb649b6d75438eaa02b7df9b483da27bb566cf2a fef539cf10d306e374b7e7f3df36df59e7342127 Package: ros-jazzy-usb-cam Version: 0.8.1-1noble.20260520.051017 Architecture: arm64 Maintainer: Evan Flynn Installed-Size: 806 Depends: libavcodec60 (>= 7:6.0), libavutil58 (>= 7:6.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libswscale7 (>= 7:6.0), ffmpeg, libavcodec-dev, libavformat-dev, libavutil-dev, libswscale-dev, ros-jazzy-builtin-interfaces, ros-jazzy-camera-info-manager, ros-jazzy-cv-bridge, ros-jazzy-image-transport, ros-jazzy-image-transport-plugins, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, v4l-utils, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/usb_cam Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-usb-cam/ros-jazzy-usb-cam_0.8.1-1noble.20260520.051017_arm64.deb Size: 160558 SHA256: 53e3a08159996233aac416db924cb5883e0faa32536628fed819a4a4bff643b6 SHA1: 8567c871db13e4d662666caaf41fd415c3728109 MD5sum: dabe2bb1bca24d53ffa986d407e88361 Description: A ROS Driver for V4L USB Cameras Package: ros-jazzy-usb-cam-dbgsym Package-Type: ddeb Source: ros-jazzy-usb-cam Version: 0.8.1-1noble.20260520.051017 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Evan Flynn Installed-Size: 2695 Depends: ros-jazzy-usb-cam (= 0.8.1-1noble.20260520.051017) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-usb-cam/ros-jazzy-usb-cam-dbgsym_0.8.1-1noble.20260520.051017_arm64.deb Size: 2410094 SHA256: 8f38459e267afa40344b0de8584ceeec8851a71ffa3192049dd231282b5953e8 SHA1: 3c77142d6ee82d2de2e6b0dbeba6b6bc79551332 MD5sum: 263f5d0cde5b86977baea9f4d49749a2 Description: debug symbols for ros-jazzy-usb-cam Build-Ids: 00581bc9c9f81d5353f89494c27dfb103c41cfe0 371285aa4c47be0de21950f28367127217936627 820ebee5575ef59db946ff1b01ce66a8df16fc6e Package: ros-jazzy-v4l2-camera Version: 0.7.1-1noble.20260520.013315 Architecture: arm64 Maintainer: Sander G. van Dijk Installed-Size: 1001 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-camera-info-manager, ros-jazzy-cv-bridge, ros-jazzy-image-transport, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-v4l2-camera/ros-jazzy-v4l2-camera_0.7.1-1noble.20260520.013315_arm64.deb Size: 204642 SHA256: 069c8dcdc2660aa4ed4dae385292aae4a7dbe349b2bdbd9a6b6dbb29eaeceb49 SHA1: 11107aea3eb78de4d2db6d7d0e5ea993416d1658 MD5sum: bd641b98076e4ad729e128c7809d60ea Description: A ROS 2 camera driver using Video4Linux2 Package: ros-jazzy-v4l2-camera-dbgsym Package-Type: ddeb Source: ros-jazzy-v4l2-camera Version: 0.7.1-1noble.20260520.013315 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Sander G. van Dijk Installed-Size: 4578 Depends: ros-jazzy-v4l2-camera (= 0.7.1-1noble.20260520.013315) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-v4l2-camera/ros-jazzy-v4l2-camera-dbgsym_0.7.1-1noble.20260520.013315_arm64.deb Size: 4024488 SHA256: f04d7427e3c13f3712d92ea32762406f8a00bf016469049260dc1df5edc7dbf8 SHA1: d6cd69d7c687907372cb41d52e4f3f4eddd5d09b MD5sum: af2b33755e4861b9b4540a4532462133 Description: debug symbols for ros-jazzy-v4l2-camera Build-Ids: 5889f8b7fe549795e47a39bc96aac7ba8a3f7bfa 6c6f9efcf5ec6321139c5d13235663c37a4bb20e f5a45856a428841ae47c1827d418ad5dcee31787 Package: ros-jazzy-vector-pursuit-controller Version: 2.0.0-1noble.20260520.034527 Architecture: arm64 Maintainer: Kostubh Khandelwal Installed-Size: 709 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-jazzy-geometry-msgs, ros-jazzy-nav2-common, ros-jazzy-nav2-core, ros-jazzy-nav2-costmap-2d, ros-jazzy-nav2-msgs, ros-jazzy-nav2-util, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-vector-pursuit-controller/ros-jazzy-vector-pursuit-controller_2.0.0-1noble.20260520.034527_arm64.deb Size: 94994 SHA256: 13d38df58368a8e50fd08eee8d79cbcd1570c2b0f6d04026537a73992eecbc15 SHA1: e8fd627183f25da6b604870cbb49eb7576a99f97 MD5sum: 9fa3cf65820c59fca19062435edc215f Description: Vector Pursuit Controller Package: ros-jazzy-vector-pursuit-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-vector-pursuit-controller Version: 2.0.0-1noble.20260520.034527 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Kostubh Khandelwal Installed-Size: 1392 Depends: ros-jazzy-vector-pursuit-controller (= 2.0.0-1noble.20260520.034527) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-vector-pursuit-controller/ros-jazzy-vector-pursuit-controller-dbgsym_2.0.0-1noble.20260520.034527_arm64.deb Size: 1251500 SHA256: c068d89f727e8543da2a7e5938ed40c5e96c7f2e4474caf0f83af789ab0d6bb0 SHA1: 8f7a402139f76363e34f88782af13539b1232d22 MD5sum: 24b849c71afe9abdc0ad84433a54475e Description: debug symbols for ros-jazzy-vector-pursuit-controller Build-Ids: b0477a05866e3ebcad5115efdbc7963752cd6afc Package: ros-jazzy-velocity-controllers Version: 4.40.1-1noble.20260520.050428 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 134 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-backward-ros, ros-jazzy-forward-command-controller, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-velocity-controllers/ros-jazzy-velocity-controllers_4.40.1-1noble.20260520.050428_arm64.deb Size: 24820 SHA256: ff338bc61eceb065b20a5ee59f9a69c38ed9d9829b89e040870327c16212c04b SHA1: edb83be64f229b7ab146f6eb43b31de31431938b MD5sum: 427d435a65adb8f34a67532408f5faa6 Description: Generic controller for forwarding commands. Package: ros-jazzy-velocity-controllers-dbgsym Package-Type: ddeb Source: ros-jazzy-velocity-controllers Version: 4.40.1-1noble.20260520.050428 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 399 Depends: ros-jazzy-velocity-controllers (= 4.40.1-1noble.20260520.050428) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-velocity-controllers/ros-jazzy-velocity-controllers-dbgsym_4.40.1-1noble.20260520.050428_arm64.deb Size: 371424 SHA256: 66ba4b4a6faf5edce6e52b642dfe907cddb46e870b1ad04fe7093c8739181d4c SHA1: bfacb9a626469f29f691c80111b25e16abeaf64e MD5sum: aa253f1ee26af6dd0e51ca0de10a0aae Description: debug symbols for ros-jazzy-velocity-controllers Build-Ids: 32957740c9c6261aa0b1f13e4c701d0974ccf740 Package: ros-jazzy-velodyne Version: 2.5.1-1noble.20260520.015614 Architecture: arm64 Maintainer: Josh Whitley Installed-Size: 73 Depends: ros-jazzy-velodyne-driver, ros-jazzy-velodyne-laserscan, ros-jazzy-velodyne-msgs, ros-jazzy-velodyne-pointcloud, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/velodyne Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-velodyne/ros-jazzy-velodyne_2.5.1-1noble.20260520.015614_arm64.deb Size: 8516 SHA256: 1d8257c11367c7b4b8630ae5bb449a58e727c62780aeca94131efcabe9813afa SHA1: aeb7b02e2701f24c6524294794a69baf043d6a05 MD5sum: 76b01cf21bcc5bf20b20dcba3faee9c8 Description: Basic ROS support for the Velodyne 3D LIDARs. Package: ros-jazzy-velodyne-description Version: 2.0.4-1noble.20260519.012402 Architecture: arm64 Maintainer: Kevin Hallenbeck Installed-Size: 1340 Depends: ros-jazzy-urdf, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/velodyne_description Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-velodyne-description/ros-jazzy-velodyne-description_2.0.4-1noble.20260519.012402_arm64.deb Size: 208546 SHA256: 690a50d3127dac8f3755182ddcf27cf1b8434717fd4f328d28d9a4712e6709b8 SHA1: 442d0dafa1d1a4973a20473cd309bd31254e2f24 MD5sum: 09d101a628e0d57c028dc1a3b39e444d Description: URDF and meshes describing Velodyne laser scanners. Package: ros-jazzy-velodyne-driver Version: 2.5.1-1noble.20260519.233104 Architecture: arm64 Maintainer: Josh Whitley Installed-Size: 817 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpcap0.8t64 (>= 1.0.0), libstdc++6 (>= 13.1), libpcap0.8-dev, ros-jazzy-diagnostic-updater, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-tf2-ros, ros-jazzy-velodyne-msgs, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/velodyne_driver Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-velodyne-driver/ros-jazzy-velodyne-driver_2.5.1-1noble.20260519.233104_arm64.deb Size: 145926 SHA256: cf7df1e6f41d1da6e9dcdf775ac5c678254ec71f89c0641ce804e0506f2423cb SHA1: 3cd1dc87e0dd89c021eb743e19333a763d763532 MD5sum: d84f5bc33607737fc3ac43ba8d8e7c40 Description: ROS device driver for Velodyne 3D LIDARs. Package: ros-jazzy-velodyne-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-velodyne-driver Version: 2.5.1-1noble.20260519.233104 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Josh Whitley Installed-Size: 3166 Depends: ros-jazzy-velodyne-driver (= 2.5.1-1noble.20260519.233104) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-velodyne-driver/ros-jazzy-velodyne-driver-dbgsym_2.5.1-1noble.20260519.233104_arm64.deb Size: 2726668 SHA256: 780b48cfec2783a2a653991ced277e53abb0e5c189950c42c05be6817f0de699 SHA1: d30ae2c5f19f2e8e1901adc5dc8e1438958feba0 MD5sum: 8b23b8b2c11a32e8372c81c6bf7567c3 Description: debug symbols for ros-jazzy-velodyne-driver Build-Ids: 30d661cded5072ecbca498c0313e05df47a1a0c9 869aef4a4aa5dfce7ee0c3916a5de44b5ee6e946 d178cd5d98f2225ab93808985da2dabc5bac6f3a Package: ros-jazzy-velodyne-laserscan Version: 2.5.1-1noble.20260520.015232 Architecture: arm64 Maintainer: Josh Whitley Installed-Size: 657 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-velodyne-laserscan/ros-jazzy-velodyne-laserscan_2.5.1-1noble.20260520.015232_arm64.deb Size: 119684 SHA256: 042b414102cf2a46fbdc55de71704a6fa6be883f2b9cc7f540642c04914c25a0 SHA1: a1d7a5466e6019d1d73b0fc8e044d054e5b2d452 MD5sum: a5eef9ea192525225df18422c861aa1d Description: Extract a single ring of a Velodyne PointCloud2 and publish it as a LaserScan message Package: ros-jazzy-velodyne-laserscan-dbgsym Package-Type: ddeb Source: ros-jazzy-velodyne-laserscan Version: 2.5.1-1noble.20260520.015232 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Josh Whitley Installed-Size: 2702 Depends: ros-jazzy-velodyne-laserscan (= 2.5.1-1noble.20260520.015232) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-velodyne-laserscan/ros-jazzy-velodyne-laserscan-dbgsym_2.5.1-1noble.20260520.015232_arm64.deb Size: 2311538 SHA256: 60b74b6cd0de19e7f59dc930c3c3db86c796827d04604b6d03070f665f971b7b SHA1: 2833cb476cae6c3261f69fca39406fe79bd00920 MD5sum: 35f6a3728d30275abb11c92272cf2694 Description: debug symbols for ros-jazzy-velodyne-laserscan Build-Ids: 9e872ef195e39829d6b4c1e962ab9ea0d238ac28 f1058c88c26e189cc7d825c182b83bb3b3f2337e Package: ros-jazzy-velodyne-msgs Version: 2.5.1-1noble.20260519.180730 Architecture: arm64 Maintainer: Josh Whitley Installed-Size: 1106 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-velodyne-msgs/ros-jazzy-velodyne-msgs_2.5.1-1noble.20260519.180730_arm64.deb Size: 58108 SHA256: e54afa551951ac1822f4bdbb902fb86b5be2a9c4d68910d2aa5868afa9542d9f SHA1: 0da362c5c98b059a53541fdfd760b21a70c61f8e MD5sum: 85c991cac2d166faec6c768d356119af Description: ROS message definitions for Velodyne 3D LIDARs. Package: ros-jazzy-velodyne-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-velodyne-msgs Version: 2.5.1-1noble.20260519.180730 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Josh Whitley Installed-Size: 433 Depends: ros-jazzy-velodyne-msgs (= 2.5.1-1noble.20260519.180730) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-velodyne-msgs/ros-jazzy-velodyne-msgs-dbgsym_2.5.1-1noble.20260519.180730_arm64.deb Size: 297836 SHA256: 3d31016e1134b340eb7cb9db10755b8f78c8d7d37bcedb8fc5f78e0a69d5c8b2 SHA1: ad0f2634e40dc2c2d4155463a2403b004c407746 MD5sum: 3f03dd05ecd1bdd5b27441b976faeb46 Description: debug symbols for ros-jazzy-velodyne-msgs Build-Ids: 172abb1389bcb14365a0a0370c4d89138831bd43 303f10c5c7ea90b878bab47912e215443534b8c9 3c2f27b23575d6fe5dd4597bcaa9b2933cbe12c8 49e377c9298610077d8727ddab73f28847a2a163 812fe99c2f26965f761c0fd0fef541ac95b711c2 813392fb9be20aa7c23a23fb2b51e679a6321e9b 86d5e4dc4eaa6f12e05daa8159c89f85007a441e 9de6f28150e33bb7779b93d647f6053b7b54702e aba0a85a515ef64af708f1661607f1d9f9ab03c9 ad04fc3b3fd8f70402c8be9dbcb2859a20306e0c d7bd0613fa4e6c62a863a13558bbd38928e088a3 Package: ros-jazzy-velodyne-pointcloud Version: 2.5.1-1noble.20260519.233118 Architecture: arm64 Maintainer: Josh Whitley Installed-Size: 1192 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libeigen3-dev, libpcl-dev, libyaml-cpp-dev, ros-jazzy-angles, ros-jazzy-diagnostic-updater, ros-jazzy-geometry-msgs, ros-jazzy-message-filters, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-sensor-msgs, ros-jazzy-tf2, ros-jazzy-tf2-ros, ros-jazzy-velodyne-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-velodyne-pointcloud/ros-jazzy-velodyne-pointcloud_2.5.1-1noble.20260519.233118_arm64.deb Size: 217614 SHA256: b8534d4af8d0cb63e230725c0033d95f5cb59f79516540f2d3df26da41c10285 SHA1: eccebc1b3eae40af8716b7ab089cc4c3e7473e1c MD5sum: c70e44d2cfc0f5fb9d4b67204a66f48e Description: Point cloud conversions for Velodyne 3D LIDARs. Package: ros-jazzy-velodyne-pointcloud-dbgsym Package-Type: ddeb Source: ros-jazzy-velodyne-pointcloud Version: 2.5.1-1noble.20260519.233118 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Josh Whitley Installed-Size: 6320 Depends: ros-jazzy-velodyne-pointcloud (= 2.5.1-1noble.20260519.233118) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-velodyne-pointcloud/ros-jazzy-velodyne-pointcloud-dbgsym_2.5.1-1noble.20260519.233118_arm64.deb Size: 5787064 SHA256: 029736e02e9ef6e5efe8be367ee76dbd23f124b246880dfa2a8598cbe44f0af4 SHA1: bb7c00107732cc4a681526aa75043850b63eb8ca MD5sum: b2082289418a0aa7558d8dbb151864a1 Description: debug symbols for ros-jazzy-velodyne-pointcloud Build-Ids: 04126121adfee772d8e5dd796da4d1c2e3bf5418 4f5554beb3fca146024217f3858e6ea19c4b6ae4 bfb69c9ba2e5c2bb15f1a69b4dcd72cc4990b79a c2053fe382965b7e049bb9b0f55a724a86d9d0dd Package: ros-jazzy-vision-msgs Version: 4.1.1-3noble.20260519.193807 Architecture: arm64 Maintainer: Adam Allevato Installed-Size: 2849 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-vision-msgs/ros-jazzy-vision-msgs_4.1.1-3noble.20260519.193807_arm64.deb Size: 187068 SHA256: 071dbc138ab8c6c2d698bae4afedc2f0c14d723c0a55e048563a11d031c98de9 SHA1: bebb6197ff7596a1d5cbee304c0d518c6bdbdc76 MD5sum: d22a025386532ef096c144d5a9fba999 Description: Messages for interfacing with various computer vision pipelines, such as object detectors. Package: ros-jazzy-vision-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-vision-msgs Version: 4.1.1-3noble.20260519.193807 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Adam Allevato Installed-Size: 2278 Depends: ros-jazzy-vision-msgs (= 4.1.1-3noble.20260519.193807) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-vision-msgs/ros-jazzy-vision-msgs-dbgsym_4.1.1-3noble.20260519.193807_arm64.deb Size: 1772378 SHA256: dd95c2126408805c15b19c401e68699b899a6f9e870b7ae81bf559714b038ac2 SHA1: 89c120dc3f2b5a32320eead7b46c1507ea3a7ca8 MD5sum: 2288b025f3f831e0aaa0a2c9d72f9501 Description: debug symbols for ros-jazzy-vision-msgs Build-Ids: 01049cdb4bce552102c2054355fa7c2c1ae2e7b2 0a7dd9544181c3a4997612fc6b9062f7de1a34a2 16146a2754cea2279fdbbd90d2f713ac40e93681 1b22cff887768fa5a79fc6ae3916605258fb697a 1fcff913c6d7f9f5109b70aa83178e59ab73add9 3cd2cc78dba108851061731353da5c8466691fd7 475b8670e612ac3e9ce42a1c2d8406349ae3a51c 5e28fe1cc49fd65b45e4be9ee94d9c35d9c4ced5 c4e5199f7154f3f786f21133a4a626337272029c d89f3a3b4297b5897f3603c8d0fed3e962601f18 e43ae694a8a4c70eace2341db5cf1d3da4ae884e Package: ros-jazzy-vision-msgs-layers Version: 0.2.0-4noble.20260520.020620 Architecture: arm64 Maintainer: ijnek Installed-Size: 146 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5gui5t64 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libstdc++6 (>= 13.1), ros-jazzy-rqt-image-overlay-layer, ros-jazzy-vision-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-vision-msgs-layers/ros-jazzy-vision-msgs-layers_0.2.0-4noble.20260520.020620_arm64.deb Size: 20900 SHA256: 3fe703adbe3df778ce282e5ad7483ff15a83646bbf1bb9684fad65e80e5533da SHA1: 55d54eab8e68f69e08edb4adeb39d97657d4407a MD5sum: 28678a12a5577e3e712f1c50cf51be76 Description: Collection of RQt Image Overlay Plugins for Vision Msgs Package: ros-jazzy-vision-msgs-layers-dbgsym Package-Type: ddeb Source: ros-jazzy-vision-msgs-layers Version: 0.2.0-4noble.20260520.020620 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 440 Depends: ros-jazzy-vision-msgs-layers (= 0.2.0-4noble.20260520.020620) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-vision-msgs-layers/ros-jazzy-vision-msgs-layers-dbgsym_0.2.0-4noble.20260520.020620_arm64.deb Size: 418178 SHA256: 0e226c7e792bef10738b9e48ddced04c6ae81d2476f63ac4d1be0ac05447773c SHA1: 284f7e898fc1986700c71eaa415626421ed28553 MD5sum: 4adb4883f0d8ff4423f202319692914f Description: debug symbols for ros-jazzy-vision-msgs-layers Build-Ids: 2ef422d9a6cabd30ea54e266713511941d3d35f8 Package: ros-jazzy-vision-msgs-rviz-plugins Version: 4.1.1-3noble.20260520.140609 Architecture: arm64 Maintainer: Georg Novotny Installed-Size: 1440 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.5.0), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), python3-numpy, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclpy, ros-jazzy-rviz-common, ros-jazzy-rviz-default-plugins, ros-jazzy-rviz-rendering, ros-jazzy-rviz2, ros-jazzy-vision-msgs, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-vision-msgs-rviz-plugins/ros-jazzy-vision-msgs-rviz-plugins_4.1.1-3noble.20260520.140609_arm64.deb Size: 218132 SHA256: e20ee1a60f5a7c90058a7c9c386400a1c7993d61d19e9cd1f8ac2b071b89427e SHA1: 719f60f13b0d9b704fd6fd580cc6f7a5b7b3e75b MD5sum: c12f7ca10a0e00247ebbc70f6eda9822 Description: RVIZ2 plugins for visualizing vision_msgs Package: ros-jazzy-vision-msgs-rviz-plugins-dbgsym Package-Type: ddeb Source: ros-jazzy-vision-msgs-rviz-plugins Version: 4.1.1-3noble.20260520.140609 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Georg Novotny Installed-Size: 10170 Depends: ros-jazzy-vision-msgs-rviz-plugins (= 4.1.1-3noble.20260520.140609) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-vision-msgs-rviz-plugins/ros-jazzy-vision-msgs-rviz-plugins-dbgsym_4.1.1-3noble.20260520.140609_arm64.deb Size: 8548782 SHA256: c7f00dd9764924f6d15c2bbb1d2d6288d23feb1a45115ff0997f8f67ec5d1a00 SHA1: 48f6c6495d93d9f12ea11963f3055e1769c083b9 MD5sum: 88702a1794489505e495b9d0f809f0b0 Description: debug symbols for ros-jazzy-vision-msgs-rviz-plugins Build-Ids: cc0902ac314dd6f840e60249b48a9ad44aba67d8 Package: ros-jazzy-vision-opencv Version: 4.1.0-1noble.20260520.024222 Architecture: arm64 Maintainer: Kenji Brameld Installed-Size: 42 Depends: ros-jazzy-cv-bridge, ros-jazzy-image-geometry, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/vision_opencv Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-vision-opencv/ros-jazzy-vision-opencv_4.1.0-1noble.20260520.024222_arm64.deb Size: 5740 SHA256: 8ccd75d82cfb8b441f4d088c3c31b3636329943ec636bd333401d02d6f5b0a70 SHA1: 621312fb5676eb40accaeb37a2077787d4889816 MD5sum: ea96504fb3b740fc7ec65f2566b1140b Description: Packages for interfacing ROS2 with OpenCV, a library of programming functions for real time computer vision. Package: ros-jazzy-visp Version: 3.5.0-4noble.20260305.225029 Architecture: arm64 Maintainer: Fabien Spindler Installed-Size: 10606 Depends: libblas3 | libblas.so.3, libc6 (>= 2.38), libdc1394-25 (>= 2.2.6), libgcc-s1 (>= 4.2), libgomp1 (>= 6), libjpeg8 (>= 8c), liblapack3 | liblapack.so.3, libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-dnn406t64 (>= 4.6.0+dfsg), libopencv-features2d406t64 (>= 4.6.0+dfsg), libopencv-flann406t64 (>= 4.6.0+dfsg), libopencv-highgui406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopencv-objdetect406t64 (>= 4.6.0+dfsg), libopencv-video406t64 (>= 4.6.0+dfsg), libopencv-videoio406t64 (>= 4.6.0+dfsg), libpng16-16t64 (>= 1.6.2), libstdc++6 (>= 13.1), libv4l-0t64 (>= 0.5.0), libx11-6, libxml2 (>= 2.7.4), libeigen3-dev, libjpeg-dev, liblapack-dev, libopencv-dev, libpng-dev, libv4l-dev, libx11-dev, libxml2-dev, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/visp Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-visp/ros-jazzy-visp_3.5.0-4noble.20260305.225029_arm64.deb Size: 2448354 SHA256: adb9426c29ee3163cf0e08d86000b564aa2c10556429453fc630724d64aafd89 SHA1: dc5aa7f9d33c1628f1caf87215034148e95a8dda MD5sum: a6f7628d6d4b40212d0f1f5519e6ddea 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-jazzy-visp-dbgsym Package-Type: ddeb Source: ros-jazzy-visp Version: 3.5.0-4noble.20260305.225029 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fabien Spindler Installed-Size: 33105 Depends: ros-jazzy-visp (= 3.5.0-4noble.20260305.225029) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-visp/ros-jazzy-visp-dbgsym_3.5.0-4noble.20260305.225029_arm64.deb Size: 30935324 SHA256: 29fe5dd3ede0be825bbf7f408474b65d1feb3212cae2114fe9124735cf23487f SHA1: 3ff30d91ee1222f238d6e0d1183df2d6ec4a6aa1 MD5sum: d224b36a9063b246304c2e66d460ae34 Description: debug symbols for ros-jazzy-visp Build-Ids: 0fb4950b95b66fd9836b01ab7bab6e88a97eaf23 20f79931385a038785292fcfc4f2aed259839b9e 23bd629df528bc729650214e6aa442248ce96cb3 2df3518240c4a0c7fdeb50a04e641a864b5905a1 3e46cf55b9c2d9f323f75dd8931f4e14f4f39d9e 413ccdf00e2c0278e3fc22a151e494dcf2413782 43765939b8081b7792de3e5c3b362e975b9ee1a3 486f7e27f31e0d42bc82e828bc3c0f1107afe699 4b6a6d6d19c760f8d92ba7b59a9ace9963996d84 4d84cd04dba7552f5784aa38b569a6bf1fe51dee 521d9b58c1295937ee42693e5116f2ba27a171a8 7cbb7249cc3dadf2e3bec3e1390cc49e9b3adeb2 864488263a327a6843052a2e43564085269a3e7b 89827ac6ef2b576efdfd39ba66d9379e1601cb31 b3dbbf8a5495aac0effce29983bf1ac892b0e045 dc1c4e246284fa96121817fd8767b86fe7ca39e2 ed66caf759e41fdc522a0e49113abc17b8a8c6b5 Package: ros-jazzy-visualization-msgs Version: 5.3.7-1noble.20260519.191526 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 3689 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-visualization-msgs/ros-jazzy-visualization-msgs_5.3.7-1noble.20260519.191526_arm64.deb Size: 261934 SHA256: 306da36c34c67764f8afe29f734474c3a631925f2a0b38433773574cd6835add SHA1: fc8422775ce930d59d33e4fcc2321845c322d439 MD5sum: 2d35f86a438d446da56d9cbfe8a751db Description: A package containing some visualization and interaction related message definitions. Package: ros-jazzy-visualization-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-visualization-msgs Version: 5.3.7-1noble.20260519.191526 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tully Foote Installed-Size: 3142 Depends: ros-jazzy-visualization-msgs (= 5.3.7-1noble.20260519.191526) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-visualization-msgs/ros-jazzy-visualization-msgs-dbgsym_5.3.7-1noble.20260519.191526_arm64.deb Size: 2561162 SHA256: d470a9794c3fc82a5285bda2e53e1866d87ebdbcaf5f6c7a478428a9b42169ab SHA1: 0a6102990ab28f9619dabbb99e482e621b9a9f4d MD5sum: ac561edfc738d8c6c912213edf636454 Description: debug symbols for ros-jazzy-visualization-msgs Build-Ids: 0865d35bcc8bde9ab314caf41edaf34eae5c44bc 137f6c84ecae21b01bed54b2b828818ee21b036f 1512463439350eb0bbcfe5dc9910dd0479cb43e7 170f35b51c9de46f7090ff7c5049b92701f1cabe 7e5e75210a13cb56852f721e322336f48ff90fa5 86d5dddb452c9ad011e49562f6fc25128ccb098a a7c03b4a462216c5e0658e25bc2488229ab41784 dac3b82c4b3c7b8455a551d0b4063e5073a723c8 e40a1a107654ab134018af84a6dd52a519a5594f e43ac0cc5a92bfeb7cf65682978916cbc72a6718 fca90aca0b4707f0acb2fd0233221eafa6e25618 Package: ros-jazzy-vitis-common Version: 0.4.2-4noble.20260305.225857 Architecture: arm64 Maintainer: Víctor Mayoral-Vilches Installed-Size: 42 Depends: ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-vitis-common/ros-jazzy-vitis-common_0.4.2-4noble.20260305.225857_arm64.deb Size: 5482 SHA256: 632652cf0d6bcb1d61b29e97611c55ab2afb73c37bd0f8714eaf0954f9c3ad22 SHA1: 4a2103b0a2a7fc3b6474d8eb1d9a0bb992828f02 MD5sum: 8b85a2a75a991d49af057429ce9a1abb Description: Common code for working with Vitis™ Unified Software Platform in ROS. Package: ros-jazzy-vrpn Version: 7.35.0-18noble.20260305.223913 Architecture: arm64 Maintainer: Alvin Sun Installed-Size: 1771 Depends: ros-jazzy-ament-cmake, ros-jazzy-ros-workspace Homepage: https://github.com/vrpn/vrpn/wiki Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-vrpn/ros-jazzy-vrpn_7.35.0-18noble.20260305.223913_arm64.deb Size: 302378 SHA256: b6c364a67ba4edaff230ca0ffe184c94480efc2e8a68ce5b042b855b8e95b529 SHA1: 793201b4cc035a43dd81572f1cb7c621fbd41e6e MD5sum: e63cf943fe2b7cc2ea4e8f16a7d41e5c Description: The VRPN is a library and set of servers that interfaces with virtual-reality systems, such as VICON, OptiTrack, and others. Package: ros-jazzy-vrpn-mocap Version: 1.1.0-4noble.20260519.231550 Architecture: arm64 Maintainer: Alvin Sun Installed-Size: 1911 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-vrpn, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-vrpn-mocap/ros-jazzy-vrpn-mocap_1.1.0-4noble.20260519.231550_arm64.deb Size: 299806 SHA256: c6335357f9bf32729812ca6034dec1bce2424165a3ec789bf1330d46c515c577 SHA1: 4df7f0d5b96c6a05a8ee7dd15ab6462fb45c8add MD5sum: ae05f3387405bf4a5f69bdc2afed3116 Description: ROS2 VRPN client built primarily to interface with motion capture devices such as VICON and OptiTrack. A detailed list of supported hardware can be found here. Package: ros-jazzy-vrpn-mocap-dbgsym Package-Type: ddeb Source: ros-jazzy-vrpn-mocap Version: 1.1.0-4noble.20260519.231550 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alvin Sun Installed-Size: 2652 Depends: ros-jazzy-vrpn-mocap (= 1.1.0-4noble.20260519.231550) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-vrpn-mocap/ros-jazzy-vrpn-mocap-dbgsym_1.1.0-4noble.20260519.231550_arm64.deb Size: 2383496 SHA256: 7c7a10c91c0eee6a8c434d155d5ea2c4c228db4c9233d2fe897ad4a15a97a824 SHA1: 77a4f7dc1ec3c39a0a70f2ffc11c9097b909ec47 MD5sum: 07fbb863b50513e71624c49cd287b9ba Description: debug symbols for ros-jazzy-vrpn-mocap Build-Ids: ca24e3770e3971076d67bec467cc6c83a27b2947 Package: ros-jazzy-warehouse-ros Version: 2.0.5-1noble.20260520.001130 Architecture: arm64 Maintainer: MoveIt Release Team Installed-Size: 504 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libboost-all-dev, libssl-dev, ros-jazzy-geometry-msgs, ros-jazzy-pluginlib (>= 1.11.2), ros-jazzy-rclcpp, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/warehouse_ros Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-warehouse-ros/ros-jazzy-warehouse-ros_2.0.5-1noble.20260520.001130_arm64.deb Size: 116382 SHA256: 976108808613f1fa671556b7fc2535740441ee62ba4f15c2a3569ad817da0d18 SHA1: c15a837a3c5768eec1545c04aa199da7e003a605 MD5sum: c00c99906cfe0eb10fe02fc3c1f8d4fe Description: Persistent storage of ROS messages Package: ros-jazzy-warehouse-ros-dbgsym Package-Type: ddeb Source: ros-jazzy-warehouse-ros Version: 2.0.5-1noble.20260520.001130 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: MoveIt Release Team Installed-Size: 3068 Depends: ros-jazzy-warehouse-ros (= 2.0.5-1noble.20260520.001130) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-warehouse-ros/ros-jazzy-warehouse-ros-dbgsym_2.0.5-1noble.20260520.001130_arm64.deb Size: 2852448 SHA256: 7e15ddfacf3eea21a65d42ee11b1345e7a991d0d8b7aa481d9d346f3d138dfc8 SHA1: 0c7eeb40645fbf0ba713529c505849f033339252 MD5sum: b3f3122faa2f9e2069292352548ec2a1 Description: debug symbols for ros-jazzy-warehouse-ros Build-Ids: 44ad869945470f5f525b8c58f5b4b907744492e2 aa16851e74313549a0b1f4d9fd8c760166efe3e5 Package: ros-jazzy-warehouse-ros-sqlite Version: 1.0.5-1noble.20260520.030343 Architecture: arm64 Maintainer: MoveIt Release Team Installed-Size: 261 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), ros-jazzy-class-loader, ros-jazzy-rclcpp, ros-jazzy-sqlite3-vendor, ros-jazzy-warehouse-ros, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/warehouse_ros Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-warehouse-ros-sqlite/ros-jazzy-warehouse-ros-sqlite_1.0.5-1noble.20260520.030343_arm64.deb Size: 62406 SHA256: 3aa9e0ab40c87b141a666896f6627d91348f107fc2ddbf0d3ebc0d115897bae2 SHA1: c64e949ffbed8d39d56afd156e2abae7150936c5 MD5sum: 950ff53af4461759b5ee09c0992d11fd Description: Implementation of warehouse_ros for sqlite Package: ros-jazzy-warehouse-ros-sqlite-dbgsym Package-Type: ddeb Source: ros-jazzy-warehouse-ros-sqlite Version: 1.0.5-1noble.20260520.030343 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: MoveIt Release Team Installed-Size: 1171 Depends: ros-jazzy-warehouse-ros-sqlite (= 1.0.5-1noble.20260520.030343) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-warehouse-ros-sqlite/ros-jazzy-warehouse-ros-sqlite-dbgsym_1.0.5-1noble.20260520.030343_arm64.deb Size: 1070412 SHA256: 008741bc6b6fb1d70b9e20851613568dab024282e667de2d959e1867007cabc6 SHA1: 796faae5164cb6d8ed10510cb1e4e3e30abf9315 MD5sum: bb2b579dab8952ed3e7db6b57b4abbba Description: debug symbols for ros-jazzy-warehouse-ros-sqlite Build-Ids: 0ef164287fac370eeef15164a7443a07a7c745a6 Package: ros-jazzy-web-video-server Version: 3.1.0-1noble.20260519.213821 Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 1355 Depends: libavcodec60 (>= 7:6.0), libavformat60 (>= 7:6.0), libavutil58 (>= 7:6.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libswscale7 (>= 7:6.0), libtinyxml2-10 (>= 10.0.0), ros-jazzy-async-web-server-cpp, ffmpeg, libavcodec-dev, libavformat-dev, libavutil-dev, libboost-all-dev, libopencv-dev, libswscale-dev, ros-jazzy-cv-bridge, ros-jazzy-image-transport, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rmw, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/web_video_server Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-web-video-server/ros-jazzy-web-video-server_3.1.0-1noble.20260519.213821_arm64.deb Size: 284622 SHA256: 9f40573e15070c0c12ade5eb9547feaaf8f2302df969e2b82cd802c5728ce1a2 SHA1: 2189abe1bff88228b60ca911b97fb90bbc6bd623 MD5sum: d0202d42482cb7cfa7c071c84fe3121e Description: HTTP Streaming of ROS Image Topics in Multiple Formats Package: ros-jazzy-web-video-server-dbgsym Package-Type: ddeb Source: ros-jazzy-web-video-server Version: 3.1.0-1noble.20260519.213821 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 7612 Depends: ros-jazzy-web-video-server (= 3.1.0-1noble.20260519.213821) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-web-video-server/ros-jazzy-web-video-server-dbgsym_3.1.0-1noble.20260519.213821_arm64.deb Size: 6723144 SHA256: 992a27f0a6d67f11c01aefecdc9fda26271a8f9675b788eb4844ca11709eccfb SHA1: 6e2b94ff86ae59459122073054a0cf36d016cdfc MD5sum: 471dc3227d2a5ac94cca0ea453b71851 Description: debug symbols for ros-jazzy-web-video-server Build-Ids: 33d52c92a3739236281e98a111ac7d1b6eacaa39 7d89f6f6c9c463046c84d18923df81ee996f50ba 95a65921a53e213e389e00129f6eac2ecfa5a224 Package: ros-jazzy-webots-ros2 Version: 2025.0.0-1noble.20260520.143146 Architecture: arm64 Maintainer: Cyberbotics Installed-Size: 33 Depends: ros-jazzy-builtin-interfaces, ros-jazzy-rclpy, ros-jazzy-std-msgs, ros-jazzy-webots-ros2-control, ros-jazzy-webots-ros2-crazyflie, ros-jazzy-webots-ros2-driver, ros-jazzy-webots-ros2-epuck, ros-jazzy-webots-ros2-husarion, ros-jazzy-webots-ros2-importer, ros-jazzy-webots-ros2-mavic, ros-jazzy-webots-ros2-msgs, ros-jazzy-webots-ros2-tesla, ros-jazzy-webots-ros2-tiago, ros-jazzy-webots-ros2-turtlebot, ros-jazzy-webots-ros2-universal-robot, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/webots_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-webots-ros2/ros-jazzy-webots-ros2_2025.0.0-1noble.20260520.143146_arm64.deb Size: 5668 SHA256: 5ada2eac5deb3c958cc2a93771a685bbbc0aad0a4fc26046c5609a90a82ef8fb SHA1: 908d41ad2fab729fbb414a43fa29ab6c0e8833a0 MD5sum: 85b758cd2029c7f7bb61f9a7a8fd3d90 Description: Interface between Webots and ROS2 Package: ros-jazzy-webots-ros2-control Version: 2025.0.0-1noble.20260520.045547 Architecture: arm64 Maintainer: Cyberbotics Installed-Size: 402 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-controller-manager, ros-jazzy-hardware-interface, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-webots-ros2-driver, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/webots_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-webots-ros2-control/ros-jazzy-webots-ros2-control_2025.0.0-1noble.20260520.045547_arm64.deb Size: 107418 SHA256: 62870ac10b4d2ff057a6d1f2ce0bb893f6211b5565db0a7aa8ea9b457ff89e3c SHA1: 5899f6d0b7dbbb36e161ffb3f3dbf661fd8d4cd9 MD5sum: 1b0fb6191212f2bcb4c3c2adf47825d4 Description: ros2_control plugin for Webots Package: ros-jazzy-webots-ros2-control-dbgsym Package-Type: ddeb Source: ros-jazzy-webots-ros2-control Version: 2025.0.0-1noble.20260520.045547 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Cyberbotics Installed-Size: 1877 Depends: ros-jazzy-webots-ros2-control (= 2025.0.0-1noble.20260520.045547) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-webots-ros2-control/ros-jazzy-webots-ros2-control-dbgsym_2025.0.0-1noble.20260520.045547_arm64.deb Size: 1735994 SHA256: c05c19d512983f0331f164a4c3d700e726dd4da13f9075b400365d9734f5dee5 SHA1: 0d2f9e0b94bb38f79df5e8689be6931a5016762c MD5sum: 4b5863fca3b155270a0eb4c92f7eb654 Description: debug symbols for ros-jazzy-webots-ros2-control Build-Ids: 9a75bba96c295657a2bc4cfc4b6324938181dd8b bb3cac766c9057113433dcac0d5d7c480b1b9902 Package: ros-jazzy-webots-ros2-crazyflie Version: 2025.0.0-1noble.20260520.002546 Architecture: arm64 Maintainer: Kimberly McGuire (Bitcraze AB) Installed-Size: 80 Depends: ros-jazzy-builtin-interfaces, ros-jazzy-rclpy, ros-jazzy-tf-transformations, ros-jazzy-webots-ros2-driver, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-webots-ros2-crazyflie/ros-jazzy-webots-ros2-crazyflie_2025.0.0-1noble.20260520.002546_arm64.deb Size: 14516 SHA256: 7dd905a9884e116c98f6505a75192f05f75381db6ca66ab1ca40ee65a0d4a4ce SHA1: 9f1903337c3b528f167b8d6b482bf0b1f5d8f230 MD5sum: 3bbf748457b3d8d2bc41ed040c356ae0 Description: ROS2 package for Crazyflie webots simulator Package: ros-jazzy-webots-ros2-driver Version: 2025.0.0-1noble.20260520.001140 Architecture: arm64 Maintainer: Cyberbotics Installed-Size: 4304 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), libyaml-cpp-dev, ros-jazzy-geometry-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclpy, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-tinyxml2-vendor, ros-jazzy-vision-msgs, ros-jazzy-webots-ros2-importer, ros-jazzy-webots-ros2-msgs, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/webots_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-webots-ros2-driver/ros-jazzy-webots-ros2-driver_2025.0.0-1noble.20260520.001140_arm64.deb Size: 800416 SHA256: 0ac0569d880d750b5c8a39d466fda3771a953dbd08dc07dcbc0c78b512148585 SHA1: 2097c207f628cf3922282aff9611898427a57e76 MD5sum: 181e0d1d6d15931e6fc957b663a34401 Description: Implementation of the Webots - ROS 2 interface Package: ros-jazzy-webots-ros2-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-webots-ros2-driver Version: 2025.0.0-1noble.20260520.001140 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Cyberbotics Installed-Size: 16329 Depends: ros-jazzy-webots-ros2-driver (= 2025.0.0-1noble.20260520.001140) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-webots-ros2-driver/ros-jazzy-webots-ros2-driver-dbgsym_2025.0.0-1noble.20260520.001140_arm64.deb Size: 14004326 SHA256: 74dd4c212f7b9ecaafda0312386d08c25292f63ea3edc5471eee8b8dfdf36328 SHA1: 4030e0658b37250fcbbe0d5e4ec7687d1a7971a9 MD5sum: 6e93fb6a1039600f186d44c910137b14 Description: debug symbols for ros-jazzy-webots-ros2-driver Build-Ids: 0c2e5e55dfc8556395ed4f4a07b531c1cb48b2c6 93c23348c41c7a220aebbc2efa04965c5e869653 c95a7803af0634cbca78a99aa308dfb13faf8048 fdde6e4ec8fcecbe7bb14f15d0a229e5b7d82cf7 ff84f64c7276bf53012fd1e94b2c353434a204a7 Package: ros-jazzy-webots-ros2-epuck Version: 2025.0.0-1noble.20260520.142914 Architecture: arm64 Maintainer: Cyberbotics Installed-Size: 346 Depends: ros-jazzy-builtin-interfaces, ros-jazzy-controller-manager, ros-jazzy-diff-drive-controller, ros-jazzy-geometry-msgs, ros-jazzy-joint-state-broadcaster, ros-jazzy-nav-msgs, ros-jazzy-rclpy, ros-jazzy-robot-state-publisher, ros-jazzy-rviz2, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-tf2-ros, ros-jazzy-webots-ros2-control, ros-jazzy-webots-ros2-driver, ros-jazzy-webots-ros2-msgs, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/webots_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-webots-ros2-epuck/ros-jazzy-webots-ros2-epuck_2025.0.0-1noble.20260520.142914_arm64.deb Size: 32124 SHA256: 2c3e935917be6931a55449c5e223ff3cb009a726dc7bd0abbc20caf657493cf3 SHA1: 5c27c91d6a6f3c61c1518d37bbc7492c1affd534 MD5sum: 8f22585d2d17ee4cb25b10c14d52efad Description: E-puck2 driver for Webots simulated robot Package: ros-jazzy-webots-ros2-husarion Version: 2025.0.0-1noble.20260520.111454 Architecture: arm64 Maintainer: Husarion Installed-Size: 443 Depends: ros-jazzy-controller-manager, ros-jazzy-diff-drive-controller, ros-jazzy-joint-state-broadcaster, ros-jazzy-laser-filters, ros-jazzy-robot-localization, ros-jazzy-robot-state-publisher, ros-jazzy-webots-ros2-control, ros-jazzy-webots-ros2-driver, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/webots_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-webots-ros2-husarion/ros-jazzy-webots-ros2-husarion_2025.0.0-1noble.20260520.111454_arm64.deb Size: 46222 SHA256: 6c2db54993fa3d037aaded5e6d6eafd38cdc8c6c81d707fefb1cf01a5011daed SHA1: bfde13a4c241e8fc9687bde84c5aac6a77959b8e MD5sum: 72c9cf486e50254e3ce6c76b1fd7bbea Description: Husarion ROSbot 2R and XL robots ROS2 interface for Webots. Package: ros-jazzy-webots-ros2-importer Version: 2025.0.0-1noble.20260519.020710 Architecture: arm64 Maintainer: Cyberbotics Installed-Size: 295 Depends: python3-collada, python3-lark, ros-jazzy-builtin-interfaces, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/webots_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-webots-ros2-importer/ros-jazzy-webots-ros2-importer_2025.0.0-1noble.20260519.020710_arm64.deb Size: 63456 SHA256: 0a9899d614ab63e3bd49c371742b5f303b0e3ccbcf46a70edd3ceb420dc80d4c SHA1: 56f9f2032bb5a161d5455c8708c32e1883f66eac MD5sum: b768818a1e07c2c5a42610804e522ad8 Description: This package allows to convert URDF and XACRO files into Webots PROTO files. Package: ros-jazzy-webots-ros2-mavic Version: 2025.0.0-1noble.20260520.002559 Architecture: arm64 Maintainer: Cyberbotics Installed-Size: 57 Depends: ros-jazzy-builtin-interfaces, ros-jazzy-rclpy, ros-jazzy-webots-ros2-driver, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/webots_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-webots-ros2-mavic/ros-jazzy-webots-ros2-mavic_2025.0.0-1noble.20260520.002559_arm64.deb Size: 10286 SHA256: 543e45eb0f4027f658ef10941ed7f1c640d344dfcd946529d6be8ad06bcbea64 SHA1: c5f0a10b9e881b0d85a81555d60259e1c7ce4ef3 MD5sum: 23100424bbdb38754441db036667bb54 Description: Mavic 2 Pro robot ROS2 interface for Webots. Package: ros-jazzy-webots-ros2-msgs Version: 2025.0.0-1noble.20260519.194123 Architecture: arm64 Maintainer: Cyberbotics Installed-Size: 3648 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-vision-msgs, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/webots_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-webots-ros2-msgs/ros-jazzy-webots-ros2-msgs_2025.0.0-1noble.20260519.194123_arm64.deb Size: 231730 SHA256: 37957984a4f57e5e7feec15068350cd7f0614608c0ca083eca94d251a8522445 SHA1: 419ac46a0d8fbe1ccf4132a4f1338d36554fabd2 MD5sum: 15f6f86f4e9d2f348ea8de9ec06c16e0 Description: Services and Messages of the webots_ros2 packages. Package: ros-jazzy-webots-ros2-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-webots-ros2-msgs Version: 2025.0.0-1noble.20260519.194123 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Cyberbotics Installed-Size: 2630 Depends: ros-jazzy-webots-ros2-msgs (= 2025.0.0-1noble.20260519.194123) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-webots-ros2-msgs/ros-jazzy-webots-ros2-msgs-dbgsym_2025.0.0-1noble.20260519.194123_arm64.deb Size: 1981548 SHA256: 75d8952cb88e78840260d44188a7650bcd6d69c5945d65ca9b60543ea113d0de SHA1: c5ea68ba97d6dd2ef01b981af2b9a69db61c2059 MD5sum: 6948ce0bdeef0665b43acd51b512735f Description: debug symbols for ros-jazzy-webots-ros2-msgs Build-Ids: 3378214c5291625dd159022e16919ca2c6b13346 3a6ececde4c4b44e96709fe67e9fb4725c22e8e9 401ecda7a827293c470e1a2505c568aea0e60f96 5730aef2e3876edbe2396569f3813016d8deae06 771e1ba2622db83b28709fc84a3e6a1d033ae495 8b687c9189f341700f4d5756fbd9b483ce0f4d81 a755503f044112d9442d43c881c068b2cd6c359e bc4fc2982c8b97da28473e01664dcc53901566e0 ea45f9573666035ddfc88800a17380e2137549c0 ef65a59e747c4dec33e11f3ce0a56c5b1d528eb7 f4bf39a5b39163fa21625c52bb10db999c4efae8 Package: ros-jazzy-webots-ros2-tesla Version: 2025.0.0-1noble.20260520.002640 Architecture: arm64 Maintainer: Cyberbotics Installed-Size: 85 Depends: python3-numpy, python3-opencv, ros-jazzy-ackermann-msgs, ros-jazzy-builtin-interfaces, ros-jazzy-rclpy, ros-jazzy-webots-ros2-driver, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/webots_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-webots-ros2-tesla/ros-jazzy-webots-ros2-tesla_2025.0.0-1noble.20260520.002640_arm64.deb Size: 13652 SHA256: 65f012724ccd02f5349c5ddb5702f01bd30efe1de540717e96802162c092daf5 SHA1: 77d600b3f1b4c3f722641ba746b89628ae3a1df0 MD5sum: 6a25e35357367470779d3c0e45a48296 Description: Tesla ROS2 interface for Webots. Package: ros-jazzy-webots-ros2-tests Version: 2025.0.0-1noble.20260520.052838 Architecture: arm64 Maintainer: Cyberbotics Installed-Size: 48 Depends: ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/webots_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-webots-ros2-tests/ros-jazzy-webots-ros2-tests_2025.0.0-1noble.20260520.052838_arm64.deb Size: 8634 SHA256: 28954e5294cb99b9744ce921e7b7da03db3fc34b493b2d6f3e039c5edda40920 SHA1: 133813e507b4ef6e163471bbb90c2acf378fc94c MD5sum: f717fc1fae3e9fd71f78835b48f4954c Description: System tests for `webots_ros2` packages. Package: ros-jazzy-webots-ros2-tiago Version: 2025.0.0-1noble.20260520.143035 Architecture: arm64 Maintainer: Cyberbotics Installed-Size: 228 Depends: ros-jazzy-builtin-interfaces, ros-jazzy-controller-manager, ros-jazzy-diff-drive-controller, ros-jazzy-geometry-msgs, ros-jazzy-joint-state-broadcaster, ros-jazzy-rclpy, ros-jazzy-robot-state-publisher, ros-jazzy-rviz2, ros-jazzy-tf2-ros, ros-jazzy-webots-ros2-control, ros-jazzy-webots-ros2-driver, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/webots_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-webots-ros2-tiago/ros-jazzy-webots-ros2-tiago_2025.0.0-1noble.20260520.143035_arm64.deb Size: 20648 SHA256: 310795b679aa46956c49406a012705f88d52d5991c532cf6f6e1f52f061284a5 SHA1: 23293228d16c947e531ad68790e265cad64ad59c MD5sum: f88e04580570b8fbbd29a8d89c1f5e47 Description: TIAGo robots ROS2 interface for Webots. Package: ros-jazzy-webots-ros2-turtlebot Version: 2025.0.0-1noble.20260520.143058 Architecture: arm64 Maintainer: Cyberbotics Installed-Size: 107 Depends: ros-jazzy-builtin-interfaces, ros-jazzy-controller-manager, ros-jazzy-diff-drive-controller, ros-jazzy-joint-state-broadcaster, ros-jazzy-rclpy, ros-jazzy-robot-state-publisher, ros-jazzy-rviz2, ros-jazzy-tf2-ros, ros-jazzy-webots-ros2-control, ros-jazzy-webots-ros2-driver, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/webots_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-webots-ros2-turtlebot/ros-jazzy-webots-ros2-turtlebot_2025.0.0-1noble.20260520.143058_arm64.deb Size: 14208 SHA256: b8f71c43328e568f1d9c30b0e7276962d9276223b0dec5979807049da99528da SHA1: b2ee05f032c6e13e5bf85a240bc3b6028b6c1e21 MD5sum: 09bdd90e9e481dc7c6d69a7083fd8f03 Description: TurtleBot3 Burger robot ROS2 interface for Webots. Package: ros-jazzy-webots-ros2-universal-robot Version: 2025.0.0-1noble.20260520.141344 Architecture: arm64 Maintainer: Cyberbotics Installed-Size: 11162 Depends: ros-jazzy-builtin-interfaces, ros-jazzy-control-msgs, ros-jazzy-controller-manager, ros-jazzy-joint-state-broadcaster, ros-jazzy-joint-trajectory-controller, ros-jazzy-rclpy, ros-jazzy-robot-state-publisher, ros-jazzy-rviz2, ros-jazzy-trajectory-msgs, ros-jazzy-webots-ros2-control, ros-jazzy-webots-ros2-driver, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/webots_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-webots-ros2-universal-robot/ros-jazzy-webots-ros2-universal-robot_2025.0.0-1noble.20260520.141344_arm64.deb Size: 3130796 SHA256: bae7ac9ff42ca4dead4039c130c1e6b9777fcb9a4e2d19335dc5440df060e5ee SHA1: c236ecdbdaab226df43b11ec13aafd6f2a7ce98e MD5sum: dddfc6601a10ecf1292cb0533ce7466a Description: Universal Robot ROS2 interface for Webots. Package: ros-jazzy-wiimote Version: 3.3.0-3noble.20260519.231309 Architecture: arm64 Maintainer: Jonathan Bohren Installed-Size: 1784 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 (>= 13.1), libcwiid1, ros-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclcpp-lifecycle, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-wiimote-msgs, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/wiimote Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-wiimote/ros-jazzy-wiimote_3.3.0-3noble.20260519.231309_arm64.deb Size: 288166 SHA256: 69d4df9df1cce524f26b5096dda55d35e68763268d366590e8bf3659aaabe86b SHA1: 7488b0786ea07e746c3a5cc17633fe6995160086 MD5sum: c51a5535f433c2ab7c2cf7855ded9120 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-jazzy-wiimote-dbgsym Package-Type: ddeb Source: ros-jazzy-wiimote Version: 3.3.0-3noble.20260519.231309 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jonathan Bohren Installed-Size: 7758 Depends: ros-jazzy-wiimote (= 3.3.0-3noble.20260519.231309) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-wiimote/ros-jazzy-wiimote-dbgsym_3.3.0-3noble.20260519.231309_arm64.deb Size: 6380392 SHA256: 85ce5707a20ebdb98f04ae6510edc2dec876cd80274f137f25caaf1b91e64652 SHA1: db21633b39ce387ff23a412f6321e54a9acea09e MD5sum: b25d248843c4a8b4bbbe7e4e17c76ec1 Description: debug symbols for ros-jazzy-wiimote Build-Ids: 5590dbc7a1e9079f6fe275bb11fa4e6443f76083 776dcde59f9d097a2cff4c61b3177025d44b4fb3 c3a71d6b04c0164b588e5966490975ee01525138 f91edd7d55fc305a09f07520c6add2255e1d6024 Package: ros-jazzy-wiimote-msgs Version: 3.3.0-3noble.20260519.192213 Architecture: arm64 Maintainer: Jonathan Bohren Installed-Size: 1426 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/wiimote Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-wiimote-msgs/ros-jazzy-wiimote-msgs_3.3.0-3noble.20260519.192213_arm64.deb Size: 92492 SHA256: 773a9f26a868c25ddeb03db24cdfb0344dd111400f2e8d3806b00ee5bb0e097e SHA1: 653b523e30df6b92e47512d1cad86301f48e05b5 MD5sum: fb06379aaf3cc387ddbabce2df871135 Description: Messages used by wiimote package. Package: ros-jazzy-wiimote-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-wiimote-msgs Version: 3.3.0-3noble.20260519.192213 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jonathan Bohren Installed-Size: 644 Depends: ros-jazzy-wiimote-msgs (= 3.3.0-3noble.20260519.192213) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-wiimote-msgs/ros-jazzy-wiimote-msgs-dbgsym_3.3.0-3noble.20260519.192213_arm64.deb Size: 469576 SHA256: cd8c8d260f33bb0aa81f8dbb5fcb4f11be3b5860729d5648d80d86f62cd88e43 SHA1: 9c31c857b2614142a2fa6b8ea2da612e8a2e03fc MD5sum: e31c05f2161cde659a657a51f20f1211 Description: debug symbols for ros-jazzy-wiimote-msgs Build-Ids: 205f49165bdfb2e3346fd23467dd48ef9933ef67 255e948b2682aff45e0f11f299e302cdb6d92745 27cb74b727663cbc5fdb3a35e9a002b613ebc5dd 4220d8de712ba26ece3efc56dd19b85c1d4a5141 4cc7736b4215062e496422ea2b250b7829a98cb7 603cca5957987ff910d955f097686591b9df5838 8f12c9224ca508a96fbe4e4683ed13edfedd18c9 bbeebab9a1f6d3303cda0c8216e6f9e0a8e210b1 bc53152e69220fa18f54833af359b08743f6b962 e2f11ac2b5dd27ce084c45cec04f9f07fbccf0df f938a9d6778fbc3a5ce075526bff454af6e1e885 Package: ros-jazzy-wireless-msgs Version: 1.1.5-1noble.20260519.180809 Architecture: arm64 Maintainer: Roni Kreinin Installed-Size: 1366 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-builtin-interfaces, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-wireless-msgs/ros-jazzy-wireless-msgs_1.1.5-1noble.20260519.180809_arm64.deb Size: 89710 SHA256: 4340473c40013c3d41ebc549963d4382898f6bdd93a683666f8502e41f0b617f SHA1: 2459121cd23f18fe51b21bb5e0a6e4097f0f8a05 MD5sum: 824fe9fba274ba08a68df906573e5266 Description: Messages for describing a wireless network such as bitrate, essid, and link quality. Package: ros-jazzy-wireless-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-wireless-msgs Version: 1.1.5-1noble.20260519.180809 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Roni Kreinin Installed-Size: 778 Depends: ros-jazzy-wireless-msgs (= 1.1.5-1noble.20260519.180809) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-wireless-msgs/ros-jazzy-wireless-msgs-dbgsym_1.1.5-1noble.20260519.180809_arm64.deb Size: 592288 SHA256: 466c54c4c658f5b1188be2cd7977c738947931b0ac5804f5157183f0672fef47 SHA1: b25f2bede948c5a82810938bf0f366aa437b41a5 MD5sum: 1b898ea14ef112092a927a6cf38844b0 Description: debug symbols for ros-jazzy-wireless-msgs Build-Ids: 0573176635189635a8dbcd9fba282edbc3c0baec 1a0967228138bd65263e766ca075ded4cf971e06 1ff4d07558fca22b80ebad507145cb78f76d6845 20e6e190ac86103d7d1afb109f8c2bb69c38abe8 43f94018c3f7fb71dc1e19d26c373173d6299be6 48e1266a3df5ad8240a91209f794bf18c521bc55 4bbbb5c136a9c734989cc1bcde8ca401bdb4b77d 7cc456346b31a50c21276b791f76a612200f437f a6a01262c04d4c4f4914d16c094e375b84666361 c3e2cc19803d673894758aac59c057c7f03cfc20 fc7a847bcea8c4ac1f9782348193fbbf58876a5f Package: ros-jazzy-wireless-watcher Version: 1.1.5-1noble.20260519.233139 Architecture: arm64 Maintainer: Roni Kreinin Installed-Size: 376 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-diagnostic-updater, ros-jazzy-rclcpp, ros-jazzy-wireless-msgs, wireless-tools, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-wireless-watcher/ros-jazzy-wireless-watcher_1.1.5-1noble.20260519.233139_arm64.deb Size: 112202 SHA256: 88d6b2b866260d2f39433395b4aae5e12f750bdb20876951e5fd9a0cc94c42cd SHA1: 2b6c1f8be332e99060d64d74035b51bf3b65decd MD5sum: a4299367164fb03fd2cf04ffafff501a Description: A node which publishes connection information about a linux wireless interface. Package: ros-jazzy-wireless-watcher-dbgsym Package-Type: ddeb Source: ros-jazzy-wireless-watcher Version: 1.1.5-1noble.20260519.233139 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Roni Kreinin Installed-Size: 1806 Depends: ros-jazzy-wireless-watcher (= 1.1.5-1noble.20260519.233139) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-wireless-watcher/ros-jazzy-wireless-watcher-dbgsym_1.1.5-1noble.20260519.233139_arm64.deb Size: 1628930 SHA256: 144f9345465558cf8bcd7389f202dc831ac6186920ee274d3f26661c465b20f0 SHA1: 65f4505d11cc29c10cf84956b877ae9fbe774858 MD5sum: 8d86830681f42ff1f1c63ae55f924bb6 Description: debug symbols for ros-jazzy-wireless-watcher Build-Ids: 55554905d08a7dd5052ded67b71021afda8855f7 Package: ros-jazzy-xacro Version: 2.1.1-1noble.20260519.011649 Architecture: arm64 Maintainer: Robert Haschke Installed-Size: 141 Depends: python3-yaml, ros-jazzy-ament-index-python, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/xacro Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-xacro/ros-jazzy-xacro_2.1.1-1noble.20260519.011649_arm64.deb Size: 29412 SHA256: 172d6a122604859c7d1ae1f2bad7e2aa3168befd9b73afa003fc3d98170258d3 SHA1: 450ce10fe04d5aa8cea9966d08f6a8d2f8d0adce MD5sum: 761bd7584561019a69f632b883613a46 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-jazzy-yaets Version: 1.0.4-1noble.20260305.220939 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 154 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yaets/ros-jazzy-yaets_1.0.4-1noble.20260305.220939_arm64.deb Size: 23454 SHA256: aa698ca9a1dd88a2c33eaa9e6c413bb687136da9b55cd4d59922f2d475ccda23 SHA1: b5e5e5ebaf523b28b3ab1262b3fb21d468fb0392 MD5sum: 44acfd7201e1ec3c0534945728eaa556 Description: This package provides a execution tracing library. Package: ros-jazzy-yaets-dbgsym Package-Type: ddeb Source: ros-jazzy-yaets Version: 1.0.4-1noble.20260305.220939 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 157 Depends: ros-jazzy-yaets (= 1.0.4-1noble.20260305.220939) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yaets/ros-jazzy-yaets-dbgsym_1.0.4-1noble.20260305.220939_arm64.deb Size: 134598 SHA256: ba2ae787f04d09f3f302032eb2d723080d1fc452ea3861996fc5be328d347689 SHA1: 098e39124e1a3fb5e8f5c220dc2b91f69b585848 MD5sum: f5c0764390d28db82dc588f1a9a18079 Description: debug symbols for ros-jazzy-yaets Build-Ids: e96347baa7a04e82f44e22e7a4bd8b6d1c5fa190 Package: ros-jazzy-yaml-cpp-vendor Version: 9.0.1-1noble.20260305.224129 Architecture: arm64 Maintainer: Scott K Logan Installed-Size: 43 Depends: libyaml-cpp-dev, ros-jazzy-ros-workspace Homepage: https://github.com/jbeder/yaml-cpp Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yaml-cpp-vendor/ros-jazzy-yaml-cpp-vendor_9.0.1-1noble.20260305.224129_arm64.deb Size: 6832 SHA256: 9e2053e80aeb0bd4e0bb8e6fbdfdc25fd3645b6f3ebc648bd9f106da85445ead SHA1: 787b78ac2c3c8f61b6ad778c32ac7dd4227b1f06 MD5sum: 0c26ad125cf5fae3383ed5a96ad4f295 Description: Wrapper around yaml-cpp, it provides a fixed CMake module and an ExternalProject build of it. Package: ros-jazzy-yasmin Version: 5.0.0-2noble.20260414.124432 Architecture: arm64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 1958 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 12), pybind11-dev, python3-dev, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin/ros-jazzy-yasmin_5.0.0-2noble.20260414.124432_arm64.deb Size: 403714 SHA256: a319fa12afbb2eaaea38fecfadd714f71d4a837cae7394f6d13ed1c4866c8d4e SHA1: ceec442a606a9e5a9f67b09ceb89e291bcaa6e5c MD5sum: 41bc2f244712aa37046b758ae7ca6c22 Description: YASMIN (Yet Another State MachINe) main package Package: ros-jazzy-yasmin-cli Version: 5.0.0-2noble.20260520.032456 Architecture: arm64 Maintainer: Maik Knof Installed-Size: 207 Depends: ros-jazzy-ament-index-python, ros-jazzy-rclpy, ros-jazzy-ros2cli, ros-jazzy-yasmin, ros-jazzy-yasmin-factory, ros-jazzy-yasmin-plugins-manager, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-cli/ros-jazzy-yasmin-cli_5.0.0-2noble.20260520.032456_arm64.deb Size: 48874 SHA256: 23f15f9453d2e6fdcd042e371d2bb4115f06f7c9160a57ae171ae8210c42e03d SHA1: 6215881a44ab2780395a271cf1cb779f2bce4360 MD5sum: 061178f972097030be20609c491aaa23 Description: CLI tools for inspecting YASMIN states and metadata. Package: ros-jazzy-yasmin-dbgsym Package-Type: ddeb Source: ros-jazzy-yasmin Version: 5.0.0-2noble.20260414.124432 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 954 Depends: ros-jazzy-yasmin (= 5.0.0-2noble.20260414.124432) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin/ros-jazzy-yasmin-dbgsym_5.0.0-2noble.20260414.124432_arm64.deb Size: 879452 SHA256: 07d50304c60eedd93b47db3683ca079ba3cbe7ec33299826bd98d620f39dd921 SHA1: ae9089c2c7990c2858f5921d1ddfb5ccd79acb79 MD5sum: 311d957ff92f2a4dae44f4fb5c8434c3 Description: debug symbols for ros-jazzy-yasmin Build-Ids: 1ef922ef41bd0a644abcf92bfb3e7e858896aa97 Package: ros-jazzy-yasmin-demos Version: 5.0.0-2noble.20260519.221526 Architecture: arm64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 2116 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-jazzy-ament-index-cpp, ros-jazzy-example-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclpy, ros-jazzy-yasmin, ros-jazzy-yasmin-factory, ros-jazzy-yasmin-ros, ros-jazzy-yasmin-viewer, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-demos/ros-jazzy-yasmin-demos_5.0.0-2noble.20260519.221526_arm64.deb Size: 342932 SHA256: f67a62ab9c5a5a12a0a8009821b2f61f6526fb03b5c7b8a38960459abb496518 SHA1: dbb13b57d8ab7a05b813283adec77b475e2050ec MD5sum: 70bde4bd23eb8bc40902fb18f4229a31 Description: Demos of YASMIN (Yet Another State MachINe) Package: ros-jazzy-yasmin-demos-dbgsym Package-Type: ddeb Source: ros-jazzy-yasmin-demos Version: 5.0.0-2noble.20260519.221526 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 10801 Depends: ros-jazzy-yasmin-demos (= 5.0.0-2noble.20260519.221526) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-demos/ros-jazzy-yasmin-demos-dbgsym_5.0.0-2noble.20260519.221526_arm64.deb Size: 9650612 SHA256: e083c7f4d700d1d6d50969a2b5fdfe9cff17eb4d83d87470621940e40c566a6c SHA1: bb4f85ccaaa87e5561c93d35f5df009a9142f039 MD5sum: 1c63806308573db35e917348cb3959ab Description: debug symbols for ros-jazzy-yasmin-demos Build-Ids: 04adb345a5507ec608e7ca6ec19213aaa071bfc9 0e951cc937e52566e459f6f95ab7fec6ec6890e5 1422370c66d5e0c849ad89520e7450aa371830d0 177b3eeff16c8c0b16beb49384e98c319d5af31c 1c720820c0f1a28bd9b55f830a5ab6145dfe3416 35c3e20da71511c2444ba91e675b8667a2336c86 7229bdc837ca1c49b8a16309e8b91337c896df79 866565922a9850b3d9538e28967f4c90a66ca2bf 87b5375c6b684bc3cd59a18d7128c0adb26745a0 8abc3ef0029a697769b82f5213ae7d3cc3f39783 8e2733f7ed8bd947c466c93874c97044c79efcb4 9ef8a403dbf8743733a857f0e36d58d8e3a75f30 a300f6ba4503251179d6cd8b9b878188329ce4b2 dca8eb13967d4020f72bb96174974cefda115e72 de8aae6c78527e2f5c3c103fbd63379d62020d17 df34bb9e0d8f541a52ced8a7384ee02a2da42c02 Package: ros-jazzy-yasmin-editor Version: 5.0.0-2noble.20260520.032029 Architecture: arm64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 577 Depends: pyqt5-dev, python3-lxml, python3-pyqt5, python3-pyqt5.qtsvg, python3-sip-dev, python3-tqdm, ros-jazzy-rclpy, ros-jazzy-yasmin, ros-jazzy-yasmin-factory, ros-jazzy-yasmin-plugins-manager, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-editor/ros-jazzy-yasmin-editor_5.0.0-2noble.20260520.032029_arm64.deb Size: 79546 SHA256: 03b731f28b91a1c580f60a799c62566612354a88a57adb972966e9bd1fd79053 SHA1: ef52efa7ebc6958a4378da1f79fdfa16db54757a MD5sum: e4bb50523f52d179600f7636034a1ac5 Description: Editor for YASMIN (Yet Another State MachINe) Package: ros-jazzy-yasmin-factory Version: 5.0.0-2noble.20260519.220949 Architecture: arm64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 1022 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), pybind11-dev, python3-dev, python3-lxml, ros-jazzy-ament-index-cpp, ros-jazzy-class-loader, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-tinyxml2-vendor, ros-jazzy-yasmin, ros-jazzy-yasmin-viewer, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-factory/ros-jazzy-yasmin-factory_5.0.0-2noble.20260519.220949_arm64.deb Size: 259918 SHA256: 9c5bc867af8ac59c375632991fc06d465823c8fe74ac116fd7c079d4fa042035 SHA1: 589928c4c69b70830a1fe853873d33d2042c21aa MD5sum: 273ba3d09d853634e21bbdcaaf1d360e Description: YASMIN factory to create FSMs from XML files Package: ros-jazzy-yasmin-factory-dbgsym Package-Type: ddeb Source: ros-jazzy-yasmin-factory Version: 5.0.0-2noble.20260519.220949 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 3201 Depends: ros-jazzy-yasmin-factory (= 5.0.0-2noble.20260519.220949) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-factory/ros-jazzy-yasmin-factory-dbgsym_5.0.0-2noble.20260519.220949_arm64.deb Size: 2960850 SHA256: dad2aa4c8e3b1e1f0538c0860b0093dfdb156e279541d5a6f6dbf2b5958db8a7 SHA1: 08365b0d95c31e5f3cb82b043cc5ed021bd575e4 MD5sum: 968e669b5abed7201104d9f180e7fe3a Description: debug symbols for ros-jazzy-yasmin-factory Build-Ids: 2ab29b8e28963a4985a5e5ecbbb8e5caafe8ba5c ce37c018c4bc9050bd7383d1e3d01f7574cbeaec Package: ros-jazzy-yasmin-msgs Version: 5.0.0-2noble.20260519.195402 Architecture: arm64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 1217 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-generators, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-msgs/ros-jazzy-yasmin-msgs_5.0.0-2noble.20260519.195402_arm64.deb Size: 77366 SHA256: fcab3c28788e6cc5dffc201fc0f9d39cfdfd9f2f73fc9928afd5ec228f763995 SHA1: 5e25cdb64eb08809adae1961aee6b22727d989b6 MD5sum: 81f1612bc449da02375ac22a8060093b Description: Msgs of (Yet Another State MachINe) Package: ros-jazzy-yasmin-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-yasmin-msgs Version: 5.0.0-2noble.20260519.195402 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 679 Depends: ros-jazzy-yasmin-msgs (= 5.0.0-2noble.20260519.195402) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-msgs/ros-jazzy-yasmin-msgs-dbgsym_5.0.0-2noble.20260519.195402_arm64.deb Size: 517996 SHA256: 17a6edf685fbef4a482e057e33941b10ab2082aa192651b67216818d8e3b4b38 SHA1: accd34d2d7121e40a086913f3e7af3911bd0f428 MD5sum: 4191ce7799858e5bb62931dc4cf1bc10 Description: debug symbols for ros-jazzy-yasmin-msgs Build-Ids: 5038c4b0348599c27def1de0b0fbab44f2400dd3 506738387dcd12d6abd2a98a4beaf98ac8b69b24 5f7de84bf11e495fb92253f4f662a545af059195 649729a4ee97e537241ca5576a4485acdda8d3d1 66c15322da018d4246afe4f0eed1fa3def73dad3 8970728f6ab08a315c571ec9aa1d5cdf1fdf49ec b7f5a907dd600162dbbcf21de9fdf38ada79c24c c5f92d7a960c5301379733598f570a200530cec0 c68be4f5dc022aba351dd081417078d3b7ea29e9 dd0d050bf5f7c2882d0b8b626223441e7ce8a509 de0a566d0e8924a46d67efb1826f1b70e0d4b2fe Package: ros-jazzy-yasmin-pcl Version: 5.0.0-2noble.20260519.230750 Architecture: arm64 Maintainer: Maik Knof Installed-Size: 473 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpcl-common1.14 (>= 1.14.0+dfsg), libpcl-filters1.14 (>= 1.14.0+dfsg), libpcl-io1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), libpcl-dev, ros-jazzy-pcl-conversions, ros-jazzy-pluginlib, ros-jazzy-sensor-msgs, ros-jazzy-yasmin, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-pcl/ros-jazzy-yasmin-pcl_5.0.0-2noble.20260519.230750_arm64.deb Size: 90114 SHA256: 0a4d7aeb6744ea6322d718561d297fee9dc8699b0a923bb68380060286d1f79b SHA1: 5cf4dbfc406ffa8130b3e01aac5a738acfa1aa46 MD5sum: d5c3a4582783904853e3c77061f24adb Description: PCL-based reusable YASMIN states for PointCloud2 conversion, file I/O, and filtering. Package: ros-jazzy-yasmin-pcl-dbgsym Package-Type: ddeb Source: ros-jazzy-yasmin-pcl Version: 5.0.0-2noble.20260519.230750 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Maik Knof Installed-Size: 5371 Depends: ros-jazzy-yasmin-pcl (= 5.0.0-2noble.20260519.230750) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-pcl/ros-jazzy-yasmin-pcl-dbgsym_5.0.0-2noble.20260519.230750_arm64.deb Size: 5068952 SHA256: 9c67bb815c76d71a90bc129112d9834da9354c7200f6a54ab99d8521fd9cb5dd SHA1: aa50ddc8ef956c06b4d601ed2f06bf9fc2bce8a4 MD5sum: e9454ab1524fd4d1c3ac48b59be0a228 Description: debug symbols for ros-jazzy-yasmin-pcl Build-Ids: 652c7bf747e624df3bef19218fe2f6ac69612cf0 Package: ros-jazzy-yasmin-plugins-manager Version: 5.0.0-2noble.20260519.221607 Architecture: arm64 Maintainer: Maik Knof Installed-Size: 138 Depends: python3-lxml, python3-yaml, ros-jazzy-ament-index-python, ros-jazzy-rclpy, ros-jazzy-yasmin, ros-jazzy-yasmin-factory, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-plugins-manager/ros-jazzy-yasmin-plugins-manager_5.0.0-2noble.20260519.221607_arm64.deb Size: 38094 SHA256: 87000db663903eb1dc7e70a3a5156795713047a648aeb26bd4f55dc7754d6711 SHA1: 252ebfa15c99d725be163d7cf59170b72ce2184a MD5sum: 9e0be649679dbd553cd73c09c5ea6d44 Description: Plugin discovery and caching for YASMIN states. Package: ros-jazzy-yasmin-ros Version: 5.0.0-2noble.20260519.215935 Architecture: arm64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 974 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-example-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rclpy, ros-jazzy-rosidl-runtime-py, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2, ros-jazzy-tf2-msgs, ros-jazzy-tf2-py, ros-jazzy-tf2-ros, ros-jazzy-tf2-ros-py, ros-jazzy-yasmin, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-ros/ros-jazzy-yasmin-ros_5.0.0-2noble.20260519.215935_arm64.deb Size: 195480 SHA256: 3885b9a41868e5d272e52cd16b0703aa110fe7ac05d01b78e8e1acca8e915b04 SHA1: 5ebd0da5c105e321f0026be744d38a41e12d4fe2 MD5sum: af7248ce30fb6b97048ddfd1e9a2f7c5 Description: YASMIN (Yet Another State MachINe) for ROS 2 Package: ros-jazzy-yasmin-ros-dbgsym Package-Type: ddeb Source: ros-jazzy-yasmin-ros Version: 5.0.0-2noble.20260519.215935 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 4168 Depends: ros-jazzy-yasmin-ros (= 5.0.0-2noble.20260519.215935) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-ros/ros-jazzy-yasmin-ros-dbgsym_5.0.0-2noble.20260519.215935_arm64.deb Size: 3625468 SHA256: b2e8be3d96e3ff5718b695a51c39a96bb648e9a757e22d284ccaca2a8ea936a2 SHA1: f9d73d235bb72a02650355533448c87957cace04 MD5sum: 5e7a9310caa07a676a932e78eda1d884 Description: debug symbols for ros-jazzy-yasmin-ros Build-Ids: 43686fb6073afce8ab691242ed8008ca1d196218 519cb71dc615ecaddc2e31a55bf0866bfb69c865 a92864ff4c0bac1b1218357a87e745422509e951 Package: ros-jazzy-yasmin-viewer Version: 5.0.0-2noble.20260519.220401 Architecture: arm64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 3940 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-all-dev, ros-jazzy-ament-index-cpp, ros-jazzy-rclcpp, ros-jazzy-rclpy, ros-jazzy-yasmin, ros-jazzy-yasmin-msgs, ros-jazzy-yasmin-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-viewer/ros-jazzy-yasmin-viewer_5.0.0-2noble.20260519.220401_arm64.deb Size: 928128 SHA256: 91dd11324a0e442326dd090953ba863c1eb79f68036151c7c7c1d0dbca9aec6a SHA1: 6dab3e29905672a907427f72d78957fda9b6885e MD5sum: f95ff20aa2ab1a1e53360ac00e4ab3b3 Description: YASMIN viewer for FSM Package: ros-jazzy-yasmin-viewer-dbgsym Package-Type: ddeb Source: ros-jazzy-yasmin-viewer Version: 5.0.0-2noble.20260519.220401 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 4429 Depends: ros-jazzy-yasmin-viewer (= 5.0.0-2noble.20260519.220401) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-viewer/ros-jazzy-yasmin-viewer-dbgsym_5.0.0-2noble.20260519.220401_arm64.deb Size: 3848424 SHA256: e39329213f468770deeab82a134a667cf5d5ebdc7ba041379990d78f898cc141 SHA1: 0b9a453a0d9ab5a9c9cc3b17f5be4b4cc450bc9b MD5sum: 55d016ef42e6a2b554efda97d3ad7788 Description: debug symbols for ros-jazzy-yasmin-viewer Build-Ids: 46ff5d05b0c22178adb2d65f0597c67e380f2bff c88d0d9b9dc551210c0980cefe5f9ae95dc47353 Package: ros-jazzy-zbar-ros Version: 0.6.0-1noble.20260519.223607 Architecture: arm64 Maintainer: ijnek Installed-Size: 2798 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libzbar0t64 (>= 0.10), libzbar-dev, ros-jazzy-cv-bridge, ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-zbar-ros-interfaces, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zbar-ros/ros-jazzy-zbar-ros_0.6.0-1noble.20260519.223607_arm64.deb Size: 297416 SHA256: a7edef2e33e1e9a0ce6a4444fba9372ebe6a1d15cc1d9e2d857bde4d68420c4b SHA1: 854fb62f8c77ca478db6b8c440268e3a82ae689c MD5sum: f7ec648dba70655e74ccd8338ea2fc2f Description: Lightweight ROS wrapper for Zbar barcode/qrcode reader library (http://zbar.sourceforge .net/) Package: ros-jazzy-zbar-ros-dbgsym Package-Type: ddeb Source: ros-jazzy-zbar-ros Version: 0.6.0-1noble.20260519.223607 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 3210 Depends: ros-jazzy-zbar-ros (= 0.6.0-1noble.20260519.223607) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zbar-ros/ros-jazzy-zbar-ros-dbgsym_0.6.0-1noble.20260519.223607_arm64.deb Size: 2759064 SHA256: af03c7ff7c1281f29e4defbfad905a895a20c3512d82c6886025638d8edf20fa SHA1: bff7f5ac1729ee0e3818e8b53b94a0732ad44d5f MD5sum: a26aee235bf6680a4e17d28324c66155 Description: debug symbols for ros-jazzy-zbar-ros Build-Ids: 2025b2d85478b821d053cead1fdd44797b78d614 Package: ros-jazzy-zbar-ros-interfaces Version: 0.6.0-1noble.20260519.194127 Architecture: arm64 Maintainer: ijnek Installed-Size: 1003 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-vision-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zbar-ros-interfaces/ros-jazzy-zbar-ros-interfaces_0.6.0-1noble.20260519.194127_arm64.deb Size: 47276 SHA256: 86e822431eba3f72fd7ca5a79e7b8516ff462b4ee91408cc12b16269f06e4f57 SHA1: fdde1246d073ef347a59d60fddef133b1c059bfb MD5sum: 08ad3d393e420727cd50ebf921958da1 Description: Package containing interfaces for zbar_ros to use to publish results Package: ros-jazzy-zbar-ros-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-zbar-ros-interfaces Version: 0.6.0-1noble.20260519.194127 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 320 Depends: ros-jazzy-zbar-ros-interfaces (= 0.6.0-1noble.20260519.194127) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zbar-ros-interfaces/ros-jazzy-zbar-ros-interfaces-dbgsym_0.6.0-1noble.20260519.194127_arm64.deb Size: 210316 SHA256: 7118584999e4ccf1ebbc01782af0f3729f94d7e92eeadea84ef7ac4662598335 SHA1: 877633d7084e8ace633aaeb6ab19899f88e073c9 MD5sum: b78b2ca52f93169bbab33bd308416d2a Description: debug symbols for ros-jazzy-zbar-ros-interfaces Build-Ids: 01fa80fce87026f131571749b1768ecd07e99c63 3b230c17e0a005027daf8302640185fec118d9e2 41ef077330de2f037ea6493e6e4d02546858a709 56799e3ed6bed6de9f3ad049239e3e4ba8762a23 7b46b75eee0f5f18f89e4d7edb4c9b3c200ce12a aca2a7bc88ccd76d188a7e7b857c596e49773679 b728ff69be9d76ecd3a19e144d5b64f4afc3d0c0 b760726db4227566a3f41ba96507bfb6918b565e d28d8cff3c6feeca7f0e96eaea6bd4c6199674a0 de24013c13f50ecafa64e1ef3ef708fb6ddbee21 ef845732a66b708ee8651f219dd9eb3174cd402e Package: ros-jazzy-zed-description Version: 0.1.5-1noble.20260520.142643 Architecture: arm64 Maintainer: STEREOLABS Installed-Size: 9983 Depends: ros-jazzy-rviz2, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: https://www.stereolabs.com/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zed-description/ros-jazzy-zed-description_0.1.5-1noble.20260520.142643_arm64.deb Size: 2017052 SHA256: 0f5ed98cb5b29c2fc3c78a5bd128dca834ea67135e0755b7c27108c97875c447 SHA1: 1257f9024b41d4cfb494bae9ea9c9e543dd5b8cf MD5sum: f6baa45b736695fe19eb2f63e19db288 Description: Contains URDF and meshes to create models of Stereolabs ZED Cameras. Package: ros-jazzy-zed-msgs Version: 5.3.0-1noble.20260519.194057 Architecture: arm64 Maintainer: STEREOLABS Installed-Size: 5166 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-jazzy-fastcdr, ros-jazzy-geometry-msgs, ros-jazzy-rosidl-default-runtime, ros-jazzy-shape-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://www.stereolabs.com/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zed-msgs/ros-jazzy-zed-msgs_5.3.0-1noble.20260519.194057_arm64.deb Size: 331288 SHA256: ca352478e1c7ba2cd46aef72af4310519fb80f841a966df0522426e5b0223662 SHA1: 1a76be1ebb241dade8b36281ed5593c371794ec1 MD5sum: 36bd6ce17ca30b0e6a7fdd6fedc2b729 Description: Contains message and service definitions used by the ZED ROS2 nodes. Package: ros-jazzy-zed-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-zed-msgs Version: 5.3.0-1noble.20260519.194057 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: STEREOLABS Installed-Size: 3865 Depends: ros-jazzy-zed-msgs (= 5.3.0-1noble.20260519.194057) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zed-msgs/ros-jazzy-zed-msgs-dbgsym_5.3.0-1noble.20260519.194057_arm64.deb Size: 2966612 SHA256: 8d8eaf00bcb6088cd26ca3f3c1989ab18b538b3c4d244e3233a0fa8478adb062 SHA1: a9e05fb9f68a3e04717ad6f3ff6b4070efec4378 MD5sum: 578cf1dcc5e1281230c2b9557661fe54 Description: debug symbols for ros-jazzy-zed-msgs Build-Ids: 00542afe996d1ae085c38b6afdd0dc7b16fac3e6 15399d7f5da442b9d492d7592afe9d772becf418 1be01c0a868c2c657350e311ae140954b069d9fe 288ce5538f8486acc0869469ea7e6efa79c3d618 6022c3de6d24ff87fdd80d27fe3098508a498e3a 68f429ed30ae534faf00e0d0a767f76d6b36ee43 d644c9154cd6601a5bcb66a97c8c33f8a8e2e64a dce24791dfa4c2339c92f814ac1220ec620766fb ddac692751e3fd13dcc4ff8243262ebc3741a683 e9b1b0bb5720d8cf0a0ce0efa0507aecd89b2687 f658145a78c5b5ae00dba5ed4fb4b34d8fb436b1 Package: ros-jazzy-zenoh-cpp-vendor Version: 0.2.9-1noble.20260305.224222 Architecture: arm64 Maintainer: Yadunund Installed-Size: 46582 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zenoh-cpp-vendor/ros-jazzy-zenoh-cpp-vendor_0.2.9-1noble.20260305.224222_arm64.deb Size: 9472158 SHA256: 4370fa0fa6f5477eab913701bdfee50d6cd42e7283bb93f3c5cf6df880cfb45d SHA1: 8cfa3fc6a49f230c9b27ad18f884e24efe2cf80c MD5sum: 0572f72ec5f5b967cc2a30d40ac64a81 Description: Vendor pkg to install zenoh-cpp Package: ros-jazzy-zenoh-cpp-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-zenoh-cpp-vendor Version: 0.2.9-1noble.20260305.224222 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Yadunund Installed-Size: 4658 Depends: ros-jazzy-zenoh-cpp-vendor (= 0.2.9-1noble.20260305.224222) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zenoh-cpp-vendor/ros-jazzy-zenoh-cpp-vendor-dbgsym_0.2.9-1noble.20260305.224222_arm64.deb Size: 2250686 SHA256: 7af30fd73b055afe5031fc1323d4b9ef1f29d3308735ef058e199611ddb8fc5d SHA1: 575af25a9b8b829361fb5f8056cc1b9c95bb8b12 MD5sum: 4d224f9012ad99a9e068d958b514c1ba Description: debug symbols for ros-jazzy-zenoh-cpp-vendor Build-Ids: cdedc41cbf18594d8643fa3685c74a70ce849c2b Package: ros-jazzy-zenoh-security-tools Version: 0.2.9-1noble.20260519.202215 Architecture: arm64 Maintainer: Alejandro Hernanadez Installed-Size: 239 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-rcpputils, ros-jazzy-rcutils, ros-jazzy-rmw, ros-jazzy-rmw-dds-common, ros-jazzy-tinyxml2-vendor, ros-jazzy-zenoh-cpp-vendor, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zenoh-security-tools/ros-jazzy-zenoh-security-tools_0.2.9-1noble.20260519.202215_arm64.deb Size: 77182 SHA256: 0ab3d60f78e2a0d64597ed02c8efcffe3c019cacf939b927708c2f2ea71e5972 SHA1: 2da3ae7db5628a79fe666134dc6027bd3ddf3c8b MD5sum: d7969800d386405071fbe087e8cb6dc0 Description: This package generates config files to enforce security with Zenoh Package: ros-jazzy-zenoh-security-tools-dbgsym Package-Type: ddeb Source: ros-jazzy-zenoh-security-tools Version: 0.2.9-1noble.20260519.202215 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernanadez Installed-Size: 1064 Depends: ros-jazzy-zenoh-security-tools (= 0.2.9-1noble.20260519.202215) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zenoh-security-tools/ros-jazzy-zenoh-security-tools-dbgsym_0.2.9-1noble.20260519.202215_arm64.deb Size: 994190 SHA256: 2e7a3712d7d712ae95ffb88935bbffea9c2d062c227704290c828c1a7b44e74f SHA1: 45397fca84614bce145d890594a0c6d26a3cbef7 MD5sum: 1b7749586c0021cf514a828cee0c4c5b Description: debug symbols for ros-jazzy-zenoh-security-tools Build-Ids: 2a7d2a9b1a4ad95d2b81e98c13eabc5c7f9fca70 Package: ros-jazzy-zlib-point-cloud-transport Version: 4.0.4-1noble.20260519.214029 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 586 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), zlib1g (>= 1:1.1.4), ros-jazzy-pluginlib, ros-jazzy-point-cloud-interfaces, ros-jazzy-point-cloud-transport, ros-jazzy-rclcpp, zlib1g-dev, ros-jazzy-ros-workspace Homepage: https://wiki.ros.org/draco_point_cloud_transport Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zlib-point-cloud-transport/ros-jazzy-zlib-point-cloud-transport_4.0.4-1noble.20260519.214029_arm64.deb Size: 118730 SHA256: 6bc78e8d3010e30f59bccfb30a4fd7da6bb7b976dbb90cfe537363c1747994f8 SHA1: d00e09b6376fb45e2ca87d372c90f418ad325652 MD5sum: ef6eac72f6b5afe5edd9dd120501a1fe Description: zlib_point_cloud_transport provides a plugin to point_cloud_transport for sending point clouds encoded with zlib Package: ros-jazzy-zlib-point-cloud-transport-dbgsym Package-Type: ddeb Source: ros-jazzy-zlib-point-cloud-transport Version: 4.0.4-1noble.20260519.214029 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 3283 Depends: ros-jazzy-zlib-point-cloud-transport (= 4.0.4-1noble.20260519.214029) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zlib-point-cloud-transport/ros-jazzy-zlib-point-cloud-transport-dbgsym_4.0.4-1noble.20260519.214029_arm64.deb Size: 2837134 SHA256: 46e8b512ff751cf5f55e42f6c65c411850bdf75a9a224be0faa0816d69452494 SHA1: 94d89537fabfde216c1368f1c41df9b357a77ca6 MD5sum: 9f242ce75bf372d3cd8babaac61d280b Description: debug symbols for ros-jazzy-zlib-point-cloud-transport Build-Ids: 9bdb4d29f08cfd6f69621f583cc9936f01626c5f Package: ros-jazzy-zmqpp-vendor Version: 0.1.0-1noble.20260305.224452 Architecture: arm64 Maintainer: Masaya Kataoka Installed-Size: 768 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libzmq5 (>= 4.1.2), cppzmq-dev, libzmq3-dev, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zmqpp-vendor/ros-jazzy-zmqpp-vendor_0.1.0-1noble.20260305.224452_arm64.deb Size: 126272 SHA256: 3652a8516a50d547721dc775916d47d233367f7d1a78454dfabc4fe334714d9e SHA1: 71f70500f307b34937de573a22b28b146faaf941 MD5sum: d92cc56b270ea228cad382c14dc9e951 Description: Vendor package for zmqpp Package: ros-jazzy-zmqpp-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-zmqpp-vendor Version: 0.1.0-1noble.20260305.224452 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Masaya Kataoka Installed-Size: 805 Depends: ros-jazzy-zmqpp-vendor (= 0.1.0-1noble.20260305.224452) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zmqpp-vendor/ros-jazzy-zmqpp-vendor-dbgsym_0.1.0-1noble.20260305.224452_arm64.deb Size: 731424 SHA256: 5cff61617f958e909542acf8f078db6f91191fab833e3f0971ea2b75631c4daa SHA1: 26281f2557d7cea62e497dc09a9470448cab6263 MD5sum: d70212701cb79c221f3433fe49ee5af7 Description: debug symbols for ros-jazzy-zmqpp-vendor Build-Ids: 070e640b88e5bbf2be16b29d59c73f0bf82bd4a3 Package: ros-jazzy-zstd-image-transport Version: 4.0.7-1noble.20260520.044117 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 573 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), zlib1g (>= 1:1.1.4), ros-jazzy-image-transport, zlib1g-dev, ros-jazzy-ros-workspace Homepage: http://www.ros.org/wiki/image_transport_plugins Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zstd-image-transport/ros-jazzy-zstd-image-transport_4.0.7-1noble.20260520.044117_arm64.deb Size: 110658 SHA256: 412fbe44441fafbd903b2cd6cc80064eb884b5d588724bd98f67f57c5f0bcfd7 SHA1: 9ad59be76715b8ee48500443441f96a4157e4d04 MD5sum: 4e9d6643990db19ecb1f6dc7d3161bb0 Description: zstd_image_transport provides a plugin to image_transport for transparently sending images encoded as zstd blobs Package: ros-jazzy-zstd-image-transport-dbgsym Package-Type: ddeb Source: ros-jazzy-zstd-image-transport Version: 4.0.7-1noble.20260520.044117 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2579 Depends: ros-jazzy-zstd-image-transport (= 4.0.7-1noble.20260520.044117) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zstd-image-transport/ros-jazzy-zstd-image-transport-dbgsym_4.0.7-1noble.20260520.044117_arm64.deb Size: 2180738 SHA256: f1fe5c3851f8302fc89bed2538caeca3bcc0772af15c623d7d7df6e2fef81df5 SHA1: d51ad802cfee0245ab5fb8c65a6a95fd7c9d9f05 MD5sum: 568d3181fa505e7feb071c26b79239d1 Description: debug symbols for ros-jazzy-zstd-image-transport Build-Ids: 030dfe19314ab70c91d19008f5109af531902ff8 Package: ros-jazzy-zstd-point-cloud-transport Version: 4.0.4-1noble.20260519.214257 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 586 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libzstd1 (>= 1.5.5), libzstd-dev, ros-jazzy-pluginlib, ros-jazzy-point-cloud-interfaces, ros-jazzy-point-cloud-transport, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: https://wiki.ros.org/draco_point_cloud_transport Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zstd-point-cloud-transport/ros-jazzy-zstd-point-cloud-transport_4.0.4-1noble.20260519.214257_arm64.deb Size: 117234 SHA256: accd2a77700d79bb3ad9a7c9c63c29f17e42265e5c53dec6f01d0f148f71cea9 SHA1: 25470b6aa842db1c0bb4c970c84eca993d4954bf MD5sum: 507cabba32be32e00d0ea20946fcac13 Description: zstd_point_cloud_transport provides a plugin to point_cloud_transport for sending point clouds encoded with lib Package: ros-jazzy-zstd-point-cloud-transport-dbgsym Package-Type: ddeb Source: ros-jazzy-zstd-point-cloud-transport Version: 4.0.4-1noble.20260519.214257 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2694 Depends: ros-jazzy-zstd-point-cloud-transport (= 4.0.4-1noble.20260519.214257) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zstd-point-cloud-transport/ros-jazzy-zstd-point-cloud-transport-dbgsym_4.0.4-1noble.20260519.214257_arm64.deb Size: 2248546 SHA256: 26a2419b4537e8d999911c3e2df991ec61bc3682a597d33f61b5e17d832224bf SHA1: 444ef3abb28f4630f49fdf5aa601658642232228 MD5sum: b9163f279fbdd51a805fef4bb6937dac Description: debug symbols for ros-jazzy-zstd-point-cloud-transport Build-Ids: c8dbd8f947d42f942610844208d64abe92e6dec8 Package: ros-jazzy-zstd-vendor Version: 0.26.10-2noble.20260408.222342 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 48 Depends: libzstd-dev, ros-jazzy-ros-workspace Homepage: https://facebook.github.io/zstd/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zstd-vendor/ros-jazzy-zstd-vendor_0.26.10-2noble.20260408.222342_arm64.deb Size: 7782 SHA256: b07ee823f07287a7a3d81fa7ce09e04eb0a34d9053187ce1201b25131433fe19 SHA1: 5b32c28a80ed313752033a2f33d91389094ef4a5 MD5sum: 1e7d818defcf308cbbd2334a2bc4d9dc Description: Zstd compression vendor package, providing a dependency for Zstd. Package: ros-kilted-acado-vendor Version: 1.0.0-7noble.20260410.142053 Architecture: arm64 Maintainer: Christopher Ho Installed-Size: 36218 Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-acado-vendor/ros-kilted-acado-vendor_1.0.0-7noble.20260410.142053_arm64.deb Size: 5617752 SHA256: c210a7616ad5a8920595272666f42bff8a3803f0aca661b30adb7fa2420adeb1 SHA1: 9c64d36542a8b7314f90195863163c909b64081e MD5sum: 724a9c852759a86f2f8773b61e7467ca Description: ament package for ACADO toolkit for MPC code generation Package: ros-kilted-acado-vendor-dbgsym Package-Type: ddeb Source: ros-kilted-acado-vendor Version: 1.0.0-7noble.20260410.142053 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christopher Ho Installed-Size: 2790 Depends: ros-kilted-acado-vendor (= 1.0.0-7noble.20260410.142053) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-acado-vendor/ros-kilted-acado-vendor-dbgsym_1.0.0-7noble.20260410.142053_arm64.deb Size: 343706 SHA256: b4d7f4be7b8853b3be5f97ade81c8c9cf21c5e99b31bac236fc1ba9306da119c SHA1: 974caa22bc3a4409792c90cf3478ffe117a26aca MD5sum: 221666dcf1003cfb45d26fdb16ff9e4e Description: debug symbols for ros-kilted-acado-vendor Build-Ids: 3e3ab58451419132eea3067a9d3e6c6e2f7cf6e2 df75ef719d564eaca5f6f31297d222414063dfb4 Package: ros-kilted-ackermann-msgs Version: 2.0.2-6noble.20260519.023230 Architecture: arm64 Maintainer: Jack O'Quin Installed-Size: 1121 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ackermann-msgs/ros-kilted-ackermann-msgs_2.0.2-6noble.20260519.023230_arm64.deb Size: 53316 SHA256: 4eca143557bc279b8c0ac2eacc84cfb37376089eb7912545d090b6f24f7bdb79 SHA1: 83809119efb477626f374f5cf928ed6debbb06ee MD5sum: b2f394901b52a8c3ac7d19885ee3df06 Description: ROS2 messages for robots using Ackermann steering. Package: ros-kilted-ackermann-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-ackermann-msgs Version: 2.0.2-6noble.20260519.023230 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jack O'Quin Installed-Size: 395 Depends: ros-kilted-ackermann-msgs (= 2.0.2-6noble.20260519.023230) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ackermann-msgs/ros-kilted-ackermann-msgs-dbgsym_2.0.2-6noble.20260519.023230_arm64.deb Size: 261798 SHA256: 197e83b9b57e4700739149cf7223b221a97ce282953a2259998e1227faf482a0 SHA1: 9cfde48cfc33e0812ddfbe15c1ade6c5d7a06a9a MD5sum: 69a6d4e9d6f6a68cfd7cbc6b48f390f8 Description: debug symbols for ros-kilted-ackermann-msgs Build-Ids: 11534382e6956a73cab3ed33e8a5222805041d42 19533f969ae6ca7e97f045bf8dbfed5767885e9f 50aafd97b57857ed23ddaf77c8ad7e14e38c0bc9 8e103d63e66ce80c1375b66156dfa3d46e4d1d36 940409978c9d706442c11a1d8b509baf0ebc79fd ba338e01d881b28fd50ed4f931ea845cb75bc1a8 d35d6ca812cb5048d099c26b7b8d93536f20b4e6 e83fcdeab4bfa36b7ecf7fcf00683abcd8cb2a3f f80a6106f202915d2dc2978a00231eb94c72902f f901e250d452e7bcd64ecf16b0847f9fdddc67fe fee82d9b85d33acf43f9ffb051b9c9d3a279d8c3 Package: ros-kilted-ackermann-nlmpc Version: 1.0.3-1noble.20260519.033234 Architecture: arm64 Maintainer: Jasper Pflughaupt Installed-Size: 297 Depends: ros-kilted-ackermann-msgs, ros-kilted-ackermann-nlmpc-msgs, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ackermann-nlmpc/ros-kilted-ackermann-nlmpc_1.0.3-1noble.20260519.033234_arm64.deb Size: 46190 SHA256: beac215fcc7d5b4bfd980ff1741815ad05160ddbe0fc720963df2b6f58b8e1c4 SHA1: 0342ff574c7b34bc7c85d57f0569db133cd05d19 MD5sum: 7845feca813425be718fb28c5eb2ecc4 Description: Lightweight non-linear MPC controller for autonomous driving in 2D environments Package: ros-kilted-ackermann-nlmpc-msgs Version: 1.0.3-1noble.20260519.023233 Architecture: arm64 Maintainer: Jasper Pflughaupt Installed-Size: 1189 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ackermann-nlmpc-msgs/ros-kilted-ackermann-nlmpc-msgs_1.0.3-1noble.20260519.023233_arm64.deb Size: 63824 SHA256: 666a875ef9e90d29975d172f3a7dfe9c11137fb7ef0d96401adcf556ef792c0c SHA1: 8b3dbb169f61a2dc0952b3b2c28d2e3e3898e727 MD5sum: 31a28e274d4dcfa8075a68a71ba86016 Description: Message definitions for ackermann_nlmpc Package: ros-kilted-ackermann-nlmpc-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-ackermann-nlmpc-msgs Version: 1.0.3-1noble.20260519.023233 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jasper Pflughaupt Installed-Size: 468 Depends: ros-kilted-ackermann-nlmpc-msgs (= 1.0.3-1noble.20260519.023233) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ackermann-nlmpc-msgs/ros-kilted-ackermann-nlmpc-msgs-dbgsym_1.0.3-1noble.20260519.023233_arm64.deb Size: 330330 SHA256: ed60a607d5f02d5de933e9a8b0dc1eba795c4bff8411a53e143a692eee38c485 SHA1: cae8f12de94c249d583e8cc62268669658ceae60 MD5sum: 2bad904682d0e9d55929c91bc4beeb03 Description: debug symbols for ros-kilted-ackermann-nlmpc-msgs Build-Ids: 1c93cb7da2af0bb695b5979668122bf9bd1fb760 2b34ccf3bb6f4f1e2c8268b4c88b03541a674300 3ff2e1b4a66a3303eac88c3bab1f43685e808b1d 42506de2d71e22cca8706e10abb0565a4f99e898 4cdc561c4624725a393c834c5d6db78f1bcf44bc 6b82e4fccfc295e829771370bcce606c750f7d0a 77317d5c776cc78e0f39f5b779aefc8b0552895f 8c291f0d8459722af23a123ab88550dfde66d684 abd0c05e84ae99a59ea40199fc29709a12250f81 ba4a1121b3d34e2ddf9d78617ae609db4ea2cdf9 eb3c9d4856d7d76f17fc5d624c4c847be34746d0 Package: ros-kilted-ackermann-steering-controller Version: 5.15.1-1noble.20260520.083852 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 218 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-backward-ros, ros-kilted-control-msgs, ros-kilted-controller-interface, ros-kilted-hardware-interface, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-std-srvs, ros-kilted-steering-controllers-library, ros-kilted-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ackermann-steering-controller/ros-kilted-ackermann-steering-controller_5.15.1-1noble.20260520.083852_arm64.deb Size: 48056 SHA256: bf4c7c369a141fef0a91fd1d92093944f1c00fa9837dbf545ef01a397c16cf2d SHA1: e077d2a0c28a1b3bf0dce3500c0bdaa1abb1c1bf MD5sum: 087b94476c1974f4c16329cfe8fd852b Description: Steering controller for Ackermann kinematics. Rear fixed wheels are powering the vehicle and front wheels are steering it. Package: ros-kilted-ackermann-steering-controller-dbgsym Package-Type: ddeb Source: ros-kilted-ackermann-steering-controller Version: 5.15.1-1noble.20260520.083852 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 743 Depends: ros-kilted-ackermann-steering-controller (= 5.15.1-1noble.20260520.083852) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ackermann-steering-controller/ros-kilted-ackermann-steering-controller-dbgsym_5.15.1-1noble.20260520.083852_arm64.deb Size: 696316 SHA256: 8f0bda61c70692e8a677436089b972aa3ae49365994d4fa5a3d8763026e7b211 SHA1: e83a2ffd786547b129141d6bac149292ad0da50c MD5sum: d41bd893903c909e56a9676cd89affd4 Description: debug symbols for ros-kilted-ackermann-steering-controller Build-Ids: 272911007192ce747abaf9d5b98cc0e216bc41c3 Package: ros-kilted-action-msgs Version: 2.3.2-1noble.20260519.020656 Architecture: arm64 Maintainer: "Geoffrey Biggs" Installed-Size: 1523 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-core-runtime, ros-kilted-service-msgs, ros-kilted-unique-identifier-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/action_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-action-msgs/ros-kilted-action-msgs_2.3.2-1noble.20260519.020656_arm64.deb Size: 99482 SHA256: 6d355274c153393be698fd5e9f10582b2ce8f2eb8fbbc7ee1b65417db2000d9a SHA1: 665e91ff797329ef12824325037cef514d94d71d MD5sum: a381cde80abfeb5100e44e624cbc0efd Description: Messages and service definitions common among all ROS actions. Package: ros-kilted-action-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-action-msgs Version: 2.3.2-1noble.20260519.020656 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Geoffrey Biggs" Installed-Size: 857 Depends: ros-kilted-action-msgs (= 2.3.2-1noble.20260519.020656) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-action-msgs/ros-kilted-action-msgs-dbgsym_2.3.2-1noble.20260519.020656_arm64.deb Size: 624858 SHA256: a49cec1765306b3c4eb21f21e7ea80fa310d79a76047c4dd36c8c1bf2b67e9c2 SHA1: bbd1fcc27dc1ee0535871edf9f6228d503cc30e1 MD5sum: 69e2b057a43e52f70428b7589251a311 Description: debug symbols for ros-kilted-action-msgs Build-Ids: 063f397529345fcbbadf0e139fe397830485815b 2c4c52da4fe5288fa3e8accb59bde8c3798db8a9 6d99dc3d90005f0c869657d60154b1f6b73e7bec 766154542a8ac4e11105560e8d4094276318096c 7ce4ca180b7deef215284cabaa9045dc88f51e7c 9042dd35540e7835b24448dc544ca9d3db149f60 98321e3bc2df0bb9e6c9a243d748cfa62fa8e667 b1ff7859fbfbcf876805dc0efb0fe7b9e245d633 e8c0469ed5780bf9c96aad1c75a8673c25c63dbc e9880b9afe68fca4be71179e8a6da163ca52aafd fb6e53777d06ed4bf6c5aafc4a6d7da1334fa1ea Package: ros-kilted-action-tutorials-cpp Version: 0.36.5-1noble.20260519.055744 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 441 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-example-interfaces, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-rclcpp-components, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-action-tutorials-cpp/ros-kilted-action-tutorials-cpp_0.36.5-1noble.20260519.055744_arm64.deb Size: 74428 SHA256: d281a1c0686b12938f797e77aaedc025cf4e2063e12b655e4ddcf4bb410cb31c SHA1: 78b7587091939958a922c4d6bec2bd237fbffe00 MD5sum: b0c4bce7b1f1494466c05231c1f4e55e Description: C++ action tutorial cpp code Package: ros-kilted-action-tutorials-cpp-dbgsym Package-Type: ddeb Source: ros-kilted-action-tutorials-cpp Version: 0.36.5-1noble.20260519.055744 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 1909 Depends: ros-kilted-action-tutorials-cpp (= 0.36.5-1noble.20260519.055744) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-action-tutorials-cpp/ros-kilted-action-tutorials-cpp-dbgsym_0.36.5-1noble.20260519.055744_arm64.deb Size: 1543692 SHA256: eafc405f81fb93b1c4b8e16475d9e1a3addedfb1dfb4082b405c222184fe4036 SHA1: 6e45e631fbe1cc2d0b5e0e11ee81f515b670c104 MD5sum: acf30f456f559125a530f877ccdba715 Description: debug symbols for ros-kilted-action-tutorials-cpp Build-Ids: 05f3b251d7f463547fc49817dd70068dd5dac404 06255dda7d3857b0da3f5bd75c1fef4d517b201d 7b8a0a67f232faf9e2dc421be433a3611c34e80d Package: ros-kilted-action-tutorials-py Version: 0.36.5-1noble.20260519.055843 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 59 Depends: ros-kilted-example-interfaces, ros-kilted-rclpy, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-action-tutorials-py/ros-kilted-action-tutorials-py_0.36.5-1noble.20260519.055843_arm64.deb Size: 10796 SHA256: 01d002aaae65ca61e414a038c53530505c8b411a8870c902384e89417804304a SHA1: b781a61999d5f4f134af83d59af40d8782110b82 MD5sum: 0fc89adfc9b24d08d0e3b8832c64961f Description: Python action tutorial code Package: ros-kilted-actionlib-msgs Version: 5.5.2-1noble.20260519.033246 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 1218 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-actionlib-msgs/ros-kilted-actionlib-msgs_5.5.2-1noble.20260519.033246_arm64.deb Size: 70288 SHA256: 5d7d547a26fc24111c3cac5d1ab8f17fff6d8214563f40f1e450707da071561b SHA1: c3e4733110e5e383f0f651e4c5ec5aa878e3b5ce MD5sum: ebfc9eb66488ae885630f99d2d240d51 Description: A package containing some message definitions used in the implementation of ROS 1 actions. Package: ros-kilted-actionlib-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-actionlib-msgs Version: 5.5.2-1noble.20260519.033246 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tully Foote Installed-Size: 559 Depends: ros-kilted-actionlib-msgs (= 5.5.2-1noble.20260519.033246) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-actionlib-msgs/ros-kilted-actionlib-msgs-dbgsym_5.5.2-1noble.20260519.033246_arm64.deb Size: 397530 SHA256: 2c295c1b091542ab420b7d1563da372fc05302bc20f25a0c70f19f2fea820f52 SHA1: 745c5eb0eb56d06201886a6fc7a894edc1bbc58f MD5sum: e381d8292be7154965a01bd0da1bcb1c Description: debug symbols for ros-kilted-actionlib-msgs Build-Ids: 3de2c69148576c3a58c98648e912df75f28d10fb 534d2509ac20bc5201d4923037afdd3c57a9c8c2 54d48168ff189b045c21db66c30c4d199b4c5580 77c83b8954e73fea65d1fc1289bbeb16b36b24f7 7a292e84f1a40f6ff76a0ef2f4ace93cd9544be0 96542b3aa44e39f4406aee4473ea0f219e69d1c7 bd76abf66dc12399edd6a098e8c1955d4558bf52 bdc86bcbc1a8cd082c30fe5820ecb0e3dc4920f8 d1d37244080f7f561487dfd583cf7dc941ba0e23 dcc7dfbe160c651a3422cf76cc89a06fbb031261 dff83f5cb373a1d8cdb2ca4f3c2576a534b146cf Package: ros-kilted-actuator-msgs Version: 0.0.1-4noble.20260519.023237 Architecture: arm64 Maintainer: Benjamin Perseghetti Installed-Size: 1769 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-actuator-msgs/ros-kilted-actuator-msgs_0.0.1-4noble.20260519.023237_arm64.deb Size: 102320 SHA256: 64d4eae23029a5e3fe2551c641e2f5676f541a434646916d0a50b7e91f343062 SHA1: d59853fc67afb7e057348322711f1b59ec7575de MD5sum: c0d3461a81d1dbf06bc64366f585c384 Description: ROS 2 message interface for Actuators. Package: ros-kilted-actuator-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-actuator-msgs Version: 0.0.1-4noble.20260519.023237 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Benjamin Perseghetti Installed-Size: 1132 Depends: ros-kilted-actuator-msgs (= 0.0.1-4noble.20260519.023237) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-actuator-msgs/ros-kilted-actuator-msgs-dbgsym_0.0.1-4noble.20260519.023237_arm64.deb Size: 834532 SHA256: 4ac1a0cd52455abd13b33c32326d95bed522579f849ad1e97d16fae8a48a73d4 SHA1: ef6d666c994e8cf3dd74b3b7391f58f2ac8fc72d MD5sum: ff1a3309bebefd687591f488a0b25f90 Description: debug symbols for ros-kilted-actuator-msgs Build-Ids: 15d6a7908f5201638daebc44ce775019fdca47f0 3ca33b531cb96f476cac3c7b6a11234ec296d721 525985dfd85d2f91112525d8fcaa10ffecdd979f 5a804b9ccccc1c074f2ea53f57458de6d573a243 83bde5e07a7f4a59a9c2e263f77ffd5ca00478a8 8f2ae4af9b3764408132c4a0ee63332d0d41a8c3 9c9290c1a69b1e00f653bb57f3471722435cbd3c b8e020b12a152167c9ae4c7fd84d01fcdff0d874 c97d8f99864bb2c67346476583307c7cc7f45485 d4b58c47bd84c1294125911332b2b41cda0b9bc1 ef194ff54be38dd9edfa42efec233e7b52955bba Package: ros-kilted-adaptive-component Version: 0.2.1-5noble.20260519.111133 Architecture: arm64 Maintainer: Víctor Mayoral Vilches Installed-Size: 137 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-adaptive-component/ros-kilted-adaptive-component_0.2.1-5noble.20260519.111133_arm64.deb Size: 28344 SHA256: 866bd06f6a5663c1fee9cfde2f779fe7b1e79f8e72be29752a2ac163cec4805b SHA1: bda0d1f6629fd8bf64a0eaf6d6f77102b40256ce MD5sum: d4db94897f1581536be7b5ec8b1d649e Description: A composable container for Adaptive ROS 2 Node computations. Allows building Nodes that can select between FPGA, CPU or GPU, at run-time. Stateless by default, can be made stateful to meet use-case specific needs. Refer to examples in README. Technically, provides A ROS 2 Node subclass programmed as a "Component" and including its own single threaded executor to build adaptive computations. Adaptive ROS 2 Nodes are able to perform computations in the CPU, the FPGA or the GPU, adaptively. Adaptive behavior is controlled through the "adaptive" ROS 2 parameter. Package: ros-kilted-adaptive-component-dbgsym Package-Type: ddeb Source: ros-kilted-adaptive-component Version: 0.2.1-5noble.20260519.111133 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Víctor Mayoral Vilches Installed-Size: 425 Depends: ros-kilted-adaptive-component (= 0.2.1-5noble.20260519.111133) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-adaptive-component/ros-kilted-adaptive-component-dbgsym_0.2.1-5noble.20260519.111133_arm64.deb Size: 380066 SHA256: c3c6457d93338818176842e7a7b2e7527cffbec97dad993a2396105e3865b1cb SHA1: 17aacc04455e37e797f8eac3f396e8717ba141b3 MD5sum: 6f66b26406bfad931c52c08418ec0bf7 Description: debug symbols for ros-kilted-adaptive-component Build-Ids: 310b1d7c68cdc2dfcd2806e4220790bc8493bb4e Package: ros-kilted-admittance-controller Version: 5.15.1-1noble.20260520.081710 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 1240 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libtinyxml2-dev, ros-kilted-angles, ros-kilted-backward-ros, ros-kilted-control-msgs, ros-kilted-control-toolbox, ros-kilted-controller-interface, ros-kilted-generate-parameter-library, ros-kilted-geometry-msgs, ros-kilted-hardware-interface, ros-kilted-kinematics-interface, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-realtime-tools, ros-kilted-tf2, ros-kilted-tf2-eigen, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-kdl, ros-kilted-tf2-ros, ros-kilted-trajectory-msgs, ros-kilted-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-admittance-controller/ros-kilted-admittance-controller_5.15.1-1noble.20260520.081710_arm64.deb Size: 276448 SHA256: d09cf5ac1b05c4867e89e1ae8f756de30aef2a674085a95de6cdf37d18460276 SHA1: ffa2b96b1a7a5ede76a547bf325203d6c24a7e57 MD5sum: 642fa853f72b65a937f2080da71ec031 Description: Implementation of admittance controllers for different input and output interface. Package: ros-kilted-admittance-controller-dbgsym Package-Type: ddeb Source: ros-kilted-admittance-controller Version: 5.15.1-1noble.20260520.081710 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 6851 Depends: ros-kilted-admittance-controller (= 5.15.1-1noble.20260520.081710) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-admittance-controller/ros-kilted-admittance-controller-dbgsym_5.15.1-1noble.20260520.081710_arm64.deb Size: 6174166 SHA256: d12d7f0c268fa9de203f03dc37da9bca806a990878f587f58ea239b22f6f652b SHA1: 5c39c57c92b788e53aa35403ad3182463270591d MD5sum: 1bca5251e481b636f95e0f0d7cb6f999 Description: debug symbols for ros-kilted-admittance-controller Build-Ids: 140619a079d03ea0d77bf7c5667215cb22f08a0e Package: ros-kilted-ads-vendor Version: 1.0.2-1noble.20260410.142048 Architecture: arm64 Maintainer: Nikola Banovic Installed-Size: 556 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ads-vendor/ros-kilted-ads-vendor_1.0.2-1noble.20260410.142048_arm64.deb Size: 140538 SHA256: c827dedefa994083cf17a0c732b35c6c23857770585730c05140debac2c5dbb4 SHA1: d486a09d2390a8248aa77a8036b64a27dfb7d15d MD5sum: 8bc8d394495e48df56ee211c8572608a Description: Package vendoring Beckhoff/ADS library Package: ros-kilted-ads-vendor-dbgsym Package-Type: ddeb Source: ros-kilted-ads-vendor Version: 1.0.2-1noble.20260410.142048 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Nikola Banovic Installed-Size: 1854 Depends: ros-kilted-ads-vendor (= 1.0.2-1noble.20260410.142048) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ads-vendor/ros-kilted-ads-vendor-dbgsym_1.0.2-1noble.20260410.142048_arm64.deb Size: 1733232 SHA256: ede8e808676fe0f10b2cf59c721620062c7d72beec0407b26b6bfe4ad11cb35b SHA1: b94f8f6aee450fd2a30dc3496689df33fac8c6a5 MD5sum: e5a2c3b1509f50fc361c1490e1d609ce Description: debug symbols for ros-kilted-ads-vendor Build-Ids: 25ed77f0fbac1d54434eb8d85fcf01bee0d47c0e b66dee121a8c42727321959f693eebbabb8f0787 Package: ros-kilted-ament-acceleration Version: 0.2.0-5noble.20260410.134652 Architecture: arm64 Maintainer: Víctor Mayoral Vilches Installed-Size: 43 Depends: ros-kilted-ament-cmake-core, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-acceleration/ros-kilted-ament-acceleration_0.2.0-5noble.20260410.134652_arm64.deb Size: 5580 SHA256: 33e1b2de4516bbe408b56094f7ad69aac6240fc2eaa4cd2d515936fe3fd2305e SHA1: 0ae84c043b159d57e79bc6251b1a6d2522ea8b64 MD5sum: aa6709637a5bea56ad7877427654194b Description: CMake macros and utilities to include hardware acceleration into the ROS 2 build system (ament) and its development flows. Package: ros-kilted-ament-black Version: 0.2.6-2noble.20260410.140932 Architecture: arm64 Maintainer: Tyler Weaver Installed-Size: 53 Depends: black, python3-unidiff, python3-uvloop, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-black/ros-kilted-ament-black_0.2.6-2noble.20260410.140932_arm64.deb Size: 12186 SHA256: 04f06b9433a8001829d2eb465779c1d382855919bf2696b5687f4f2151e236fb SHA1: 452ce7096b92478e1c0397f55d0869a314ed93ae MD5sum: 6df8d7cfe848829a3dbfabd173d135ae Description: The ability to check code against style conventions using black and generate xUnit test result files. Package: ros-kilted-ament-clang-format Version: 0.19.3-2noble.20260410.140943 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 66 Depends: clang-format, python3-yaml, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-clang-format/ros-kilted-ament-clang-format_0.19.3-2noble.20260410.140943_arm64.deb Size: 16518 SHA256: 9da4818651a196d63275988b4dc00c118ddf50657a746efcd412151fc0787bc5 SHA1: c7f62ea75441ad568cc357d6913b74811ebea26e MD5sum: cc074a63eb4e39b8272ea287af76f343 Description: The ability to check code against style conventions using clang-format and generate xUnit test result files. Package: ros-kilted-ament-clang-tidy Version: 0.19.3-2noble.20260410.140958 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 66 Depends: clang-tidy, python3-yaml, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-clang-tidy/ros-kilted-ament-clang-tidy_0.19.3-2noble.20260410.140958_arm64.deb Size: 17466 SHA256: a66e59620cab201ce39fc836a0a5bd4dcf01e7433ae3683fe9e23e52960d04e9 SHA1: 882d7eac0e11b15af755910719ebe4520c3c1d59 MD5sum: 3208b512f06222bc1caa1ef7bc2e92fd Description: The ability to check code against style conventions using clang-tidy and generate xUnit test result files. Package: ros-kilted-ament-cmake Version: 2.7.5-1noble.20260410.141002 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 48 Depends: cmake, ros-kilted-ament-cmake-core, ros-kilted-ament-cmake-export-definitions, ros-kilted-ament-cmake-export-dependencies, ros-kilted-ament-cmake-export-include-directories, ros-kilted-ament-cmake-export-interfaces, ros-kilted-ament-cmake-export-libraries, ros-kilted-ament-cmake-export-link-flags, ros-kilted-ament-cmake-export-targets, ros-kilted-ament-cmake-gen-version-h, ros-kilted-ament-cmake-libraries, ros-kilted-ament-cmake-python, ros-kilted-ament-cmake-target-dependencies, ros-kilted-ament-cmake-test, ros-kilted-ament-cmake-version, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-cmake/ros-kilted-ament-cmake_2.7.5-1noble.20260410.141002_arm64.deb Size: 7490 SHA256: 3af9b339bc9e8e59545d4f8f45baa0a8d767af02b6780caa418c59bf3cfb86ab SHA1: b2a0f977d52dd2975cb20afdfe47d31d07bb6212 MD5sum: 633c833dacb7cf54d1c9cedbfd0ed769 Description: The entry point package for the ament buildsystem in CMake. Package: ros-kilted-ament-cmake-auto Version: 2.7.5-1noble.20260410.174626 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 74 Depends: ros-kilted-ament-cmake, ros-kilted-ament-cmake-gmock, ros-kilted-ament-cmake-gtest, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-cmake-auto/ros-kilted-ament-cmake-auto_2.7.5-1noble.20260410.174626_arm64.deb Size: 11748 SHA256: d0061954df6600351ffee7457932576eb44725346447801c092e2c9d24d7571f SHA1: be200a8edd567c09e8426b6dbe13e7e62a2fae9a MD5sum: 515a28770edb596c73c61e60cb19bbbc Description: The auto-magic functions for ease to use of the ament buildsystem in CMake. Package: ros-kilted-ament-cmake-black Version: 0.2.6-2noble.20260410.141508 Architecture: arm64 Maintainer: Tyler Weaver Installed-Size: 45 Depends: ros-kilted-ament-black, ros-kilted-ament-cmake-test, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-cmake-black/ros-kilted-ament-cmake-black_0.2.6-2noble.20260410.141508_arm64.deb Size: 6844 SHA256: 6b6bb586897ef91c20ce25ede017aabda7788f81b3a8aef835bc5d1e738c98ee SHA1: 32028f1ffa187c8b374f17ced94822990140dd74 MD5sum: 845f12ec2fd0226de6fcc9022daeeb6f Description: The CMake API for ament_black to lint Python code using black. Package: ros-kilted-ament-cmake-catch2 Version: 1.5.0-2noble.20260410.140403 Architecture: arm64 Maintainer: Luca Della Vedova Installed-Size: 48 Depends: ros-kilted-ament-cmake-test, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-cmake-catch2/ros-kilted-ament-cmake-catch2_1.5.0-2noble.20260410.140403_arm64.deb Size: 6776 SHA256: a14bd8b741f9125d0b1842382b1a06812ddca03510e9845f916099cc7565a784 SHA1: ce446fe034d1fcad0c6fc09f8d9d928213f2762c MD5sum: 5dea623776729a4d492f35e61d2f8eeb Description: Allows integrating catch2 tests in the ament buildsystem with CMake Package: ros-kilted-ament-cmake-clang-format Version: 0.19.3-2noble.20260410.141508 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 48 Depends: ros-kilted-ament-clang-format, ros-kilted-ament-cmake-test, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-cmake-clang-format/ros-kilted-ament-cmake-clang-format_0.19.3-2noble.20260410.141508_arm64.deb Size: 7782 SHA256: 53235b5fe2b5c43c4015af3d8d5349a52ec9c16ea7e40cb3e64d9296d6815b2d SHA1: 9433a5fa677fbec1cb8092f0726b70033f0b07e2 MD5sum: 163acea3485f7c177bdc9a781bb9a3e9 Description: The CMake API for ament_clang_format to lint C / C++ code using clang format. Package: ros-kilted-ament-cmake-clang-tidy Version: 0.19.3-2noble.20260410.141501 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 49 Depends: ros-kilted-ament-clang-tidy, ros-kilted-ament-cmake-test, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-cmake-clang-tidy/ros-kilted-ament-cmake-clang-tidy_0.19.3-2noble.20260410.141501_arm64.deb Size: 8044 SHA256: 4a22479d1cf4e3425afa2f970b6b5db282bfdf9b5453435b5f22ace5b4fe5038 SHA1: 000481bebba0f61fb80802ee3fffe4f2241255ae MD5sum: ec816b3075ac32ada3eabbff29714c68 Description: The CMake API for ament_clang_tidy to lint C / C++ code using clang tidy. Package: ros-kilted-ament-cmake-copyright Version: 0.19.3-2noble.20260410.165231 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 48 Depends: ros-kilted-ament-cmake-test, ros-kilted-ament-copyright, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-cmake-copyright/ros-kilted-ament-cmake-copyright_0.19.3-2noble.20260410.165231_arm64.deb Size: 7938 SHA256: 4581583057afaeb941e9ad2ee1a88e15599f15dfd05c5cedfca891f8462723dd SHA1: d21719436b4f15310f8baab6ba65a3023a0e2360 MD5sum: b31a46b9820410aba3101e8346e76e8b Description: The CMake API for ament_copyright to check every source file contains copyright reference. Package: ros-kilted-ament-cmake-core Version: 2.7.5-1noble.20260410.080843 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 189 Depends: cmake, python3-catkin-pkg-modules, ros-kilted-ament-package Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-cmake-core/ros-kilted-ament-cmake-core_2.7.5-1noble.20260410.080843_arm64.deb Size: 27282 SHA256: 77b74a2cd0d57b5453c9afc6b334b3badb92938ec88c9a3e7b718ed9b0d6cdc8 SHA1: 4fd16061e0df3f0c147d62342e3259ffcd04ddcd MD5sum: 69a89838961a62d773b3ed99b2430543 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-kilted-ament-cmake-cppcheck Version: 0.19.3-2noble.20260410.141510 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 52 Depends: ros-kilted-ament-cmake-core, ros-kilted-ament-cmake-test, ros-kilted-ament-cppcheck, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-cmake-cppcheck/ros-kilted-ament-cmake-cppcheck_0.19.3-2noble.20260410.141510_arm64.deb Size: 9694 SHA256: fa152d2ebb78c165708a929708cc1a0aa2740253cf5af15ab7a4c7e9885a257e SHA1: a8fdd6ec883d1ff76e8ec17c144144aec871fc01 MD5sum: e68b96cf118cd0a5c1537877a8e23f03 Description: The CMake API for ament_cppcheck to perform static code analysis on C/C++ code using Cppcheck. Package: ros-kilted-ament-cmake-cpplint Version: 0.19.3-2noble.20260410.140722 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 50 Depends: ros-kilted-ament-cmake-test, ros-kilted-ament-cpplint, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-cmake-cpplint/ros-kilted-ament-cmake-cpplint_0.19.3-2noble.20260410.140722_arm64.deb Size: 8298 SHA256: d9851f782c284ab25ed69bb0ec387b27512640b32f9203b3091323214447515d SHA1: 12bb2a7fdf00422a0cb326ff13be52019763f6a3 MD5sum: c9c961552a58811619473424130d83de Description: The CMake API for ament_cpplint to lint C / C++ code using cpplint. Package: ros-kilted-ament-cmake-export-definitions Version: 2.7.5-1noble.20260410.134650 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 48 Depends: ros-kilted-ament-cmake-core, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-cmake-export-definitions/ros-kilted-ament-cmake-export-definitions_2.7.5-1noble.20260410.134650_arm64.deb Size: 7280 SHA256: 8424cae9e84c84b403f000f7078966e42d547efe36291abbef3a2ea59887341c SHA1: 70ae9fe8495a9f8084b67a6aa886b5673d4b4643 MD5sum: 5fcfbe8c90b84e2a37e9fd007fa10d68 Description: The ability to export definitions to downstream packages in the ament buildsystem. Package: ros-kilted-ament-cmake-export-dependencies Version: 2.7.5-1noble.20260410.135653 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 51 Depends: ros-kilted-ament-cmake-core, ros-kilted-ament-cmake-libraries, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-cmake-export-dependencies/ros-kilted-ament-cmake-export-dependencies_2.7.5-1noble.20260410.135653_arm64.deb Size: 8644 SHA256: 3e71ac310517448d5ee24a8254c98d07335d650a9034825c56826f14dbf0c9d3 SHA1: b112359a132032b794910f330691eb3769e96e60 MD5sum: ba4c894c18a7ad2d59bd168ef5f5adb7 Description: The ability to export dependencies to downstream packages in the ament buildsystem in CMake. Package: ros-kilted-ament-cmake-export-include-directories Version: 2.7.5-1noble.20260410.134708 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 49 Depends: ros-kilted-ament-cmake-core, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-cmake-export-include-directories/ros-kilted-ament-cmake-export-include-directories_2.7.5-1noble.20260410.134708_arm64.deb Size: 7590 SHA256: b590be1bbc33ef3546bc081fc173df6104b12f89c32919cab4e92b4c6d3d8b09 SHA1: 40be2d73161be12b5011336dfccf59c4aea67b17 MD5sum: ca9a739d64284f0339b244d4436b31dc Description: The ability to export include directories to downstream packages in the ament buildsystem in CMake. Package: ros-kilted-ament-cmake-export-interfaces Version: 2.7.5-1noble.20260410.140400 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 49 Depends: ros-kilted-ament-cmake-core, ros-kilted-ament-cmake-export-libraries, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-cmake-export-interfaces/ros-kilted-ament-cmake-export-interfaces_2.7.5-1noble.20260410.140400_arm64.deb Size: 7994 SHA256: c9b27fba0208654c9cb718cd07e7cf760f0f89836a88001281f2d7e2ea2e4a67 SHA1: 8a0e7cb3a31e381dca436270febd1e55f2a4aef9 MD5sum: da57c709daad6f2604741d0059af4d2d Description: The ability to export interfaces to downstream packages in the ament buildsystem in CMake. Package: ros-kilted-ament-cmake-export-libraries Version: 2.7.5-1noble.20260410.135836 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 60 Depends: ros-kilted-ament-cmake-core, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-cmake-export-libraries/ros-kilted-ament-cmake-export-libraries_2.7.5-1noble.20260410.135836_arm64.deb Size: 9622 SHA256: 402569ebb10e8e0da6f8d968b2203557876c0147950283472e75276f6947cbfd SHA1: 05290b40e2791b58fd2674ffa6cab907cbe08e39 MD5sum: a8201a4fffb570f0f8693910fdcf9bb7 Description: The ability to export libraries to downstream packages in the ament buildsystem in CMake. Package: ros-kilted-ament-cmake-export-link-flags Version: 2.7.5-1noble.20260410.135846 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 48 Depends: ros-kilted-ament-cmake-core, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-cmake-export-link-flags/ros-kilted-ament-cmake-export-link-flags_2.7.5-1noble.20260410.135846_arm64.deb Size: 7204 SHA256: c53aa7566b05fdf7e358ce2b608a76b4546b9d61da66f422c8b45e588dcf7ee8 SHA1: ff1a1f166613db4e6a6f61a56920812dbe6d4a7e MD5sum: b31fe9f1dff93ea7c42622260e4564d8 Description: The ability to export link flags to downstream packages in the ament buildsystem. Package: ros-kilted-ament-cmake-export-targets Version: 2.7.5-1noble.20260410.140437 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 50 Depends: ros-kilted-ament-cmake-core, ros-kilted-ament-cmake-export-libraries, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-cmake-export-targets/ros-kilted-ament-cmake-export-targets_2.7.5-1noble.20260410.140437_arm64.deb Size: 8314 SHA256: c770d2e1179ea55dc03a29819e2e54cda449d8b4c0dd9b131f659d6643dbbd90 SHA1: 531cca98f090157505c158faf14c69affbb93dbe MD5sum: dd3b033deff3464dfcd546bac5841e2f Description: The ability to export targets to downstream packages in the ament buildsystem in CMake. Package: ros-kilted-ament-cmake-flake8 Version: 0.19.3-2noble.20260410.165509 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 48 Depends: ros-kilted-ament-cmake-test, ros-kilted-ament-flake8, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-cmake-flake8/ros-kilted-ament-cmake-flake8_0.19.3-2noble.20260410.165509_arm64.deb Size: 7774 SHA256: 11905ff76351f547e8426ddd5058e886116906326f2a80b4fef782fd78c20f6b SHA1: 2538ccdd69b033753af475538b3677ed51ca2673 MD5sum: f81dba3b603b536bda6a2ebe413dde27 Description: The CMake API for ament_flake8 to check code syntax and style conventions with flake8. Package: ros-kilted-ament-cmake-gen-version-h Version: 2.7.5-1noble.20260410.134700 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 59 Depends: ros-kilted-ament-cmake-core, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-cmake-gen-version-h/ros-kilted-ament-cmake-gen-version-h_2.7.5-1noble.20260410.134700_arm64.deb Size: 9650 SHA256: 5d8a4cf33cf38c6ca5b33f1e9f719bdf0ac6c64b72b69f50dc5e88028c08a9b1 SHA1: 72a8df85f363ee88027771c86896c01ca07bbb66 MD5sum: 9613cfd7cdeb74a064563d15bded913a Description: Generate a C header containing the version number of the package Package: ros-kilted-ament-cmake-gmock Version: 2.7.5-1noble.20260410.173908 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 61 Depends: google-mock, ros-kilted-ament-cmake-gtest, ros-kilted-ament-cmake-test, ros-kilted-gmock-vendor, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-cmake-gmock/ros-kilted-ament-cmake-gmock_2.7.5-1noble.20260410.173908_arm64.deb Size: 10104 SHA256: 3176ca6d97392d485c9248643e7fe21450829286e30260c05341ecc8e026e36d SHA1: d442becbf135e6f6578f9b42b6cbff48404dc717 MD5sum: bbf91ac586be98b0ec6784ca805b3108 Description: The ability to add Google mock-based tests in the ament buildsystem in CMake. Package: ros-kilted-ament-cmake-google-benchmark Version: 2.7.5-1noble.20260410.172843 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 83 Depends: ros-kilted-ament-cmake-test, ros-kilted-google-benchmark-vendor, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-cmake-google-benchmark/ros-kilted-ament-cmake-google-benchmark_2.7.5-1noble.20260410.172843_arm64.deb Size: 13282 SHA256: e37833efff9eb55e97411be0952cb2878173cd212139e11aa10d1370eceb2562 SHA1: 2b13836f0c1112fadd90fc232dd85f6f8026ef6e MD5sum: fc23ce1d0312179dc05fdbed3dee4a48 Description: The ability to add Google Benchmark tests in the ament buildsystem in CMake. Package: ros-kilted-ament-cmake-gtest Version: 2.7.5-1noble.20260410.172937 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 61 Depends: libgtest-dev, ros-kilted-ament-cmake-test, ros-kilted-gtest-vendor, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-cmake-gtest/ros-kilted-ament-cmake-gtest_2.7.5-1noble.20260410.172937_arm64.deb Size: 10408 SHA256: bed6494113643484570a06879f689b53753c5e4f53838679c81865795392e249 SHA1: 73d04f10b4f8feb84deaaa14a0177f04b709ee59 MD5sum: d529a60aca40039383eeaee52c69aea0 Description: The ability to add gtest-based tests in the ament buildsystem in CMake. Package: ros-kilted-ament-cmake-include-directories Version: 2.7.5-1noble.20260410.134644 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 46 Depends: ros-kilted-ament-cmake-core, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-cmake-include-directories/ros-kilted-ament-cmake-include-directories_2.7.5-1noble.20260410.134644_arm64.deb Size: 7350 SHA256: ebe9fa761fee60c43ac87f1dc12d80d7c072e0be572d2ca3f0e3dbfbf5a54f5d SHA1: c3e24979cff8fd1bdfb0073f21e8e32445d846c7 MD5sum: 73b451337b7a26c43f4c6246a68d19c4 Description: The functionality to order include directories according to a chain of prefixes in the ament buildsystem in CMake. Package: ros-kilted-ament-cmake-libraries Version: 2.7.5-1noble.20260410.135127 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 45 Depends: ros-kilted-ament-cmake-core, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-cmake-libraries/ros-kilted-ament-cmake-libraries_2.7.5-1noble.20260410.135127_arm64.deb Size: 7210 SHA256: b55f1b4d445adb91fd3abd8b833ad8b907267da2570e3ffe1564dd8a88c967cc SHA1: 0cfc534b404a22c6c05482e5ca11d5c721ae9866 MD5sum: 8e4e7ec928e1e02ba46eec20724905ec Description: The functionality to deduplicate libraries in the ament buildsystem in CMake. Package: ros-kilted-ament-cmake-lint-cmake Version: 0.19.3-2noble.20260410.170414 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 47 Depends: ros-kilted-ament-cmake-test, ros-kilted-ament-lint-cmake, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-cmake-lint-cmake/ros-kilted-ament-cmake-lint-cmake_0.19.3-2noble.20260410.170414_arm64.deb Size: 7758 SHA256: 7213fefb2b30093d1f8bb311aca2773b76f4194a4148c2ad6e97d6b73e771a23 SHA1: d686a6b4501fa556a6a17ae273ebae5d7db082d8 MD5sum: b5700a48e9a0819a57d59a68d40914af Description: The CMake API for ament_lint_cmake to lint CMake code using cmakelint. Package: ros-kilted-ament-cmake-mypy Version: 0.19.3-2noble.20260410.170420 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 47 Depends: ros-kilted-ament-cmake-test, ros-kilted-ament-mypy, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-cmake-mypy/ros-kilted-ament-cmake-mypy_0.19.3-2noble.20260410.170420_arm64.deb Size: 7928 SHA256: 951f452e51d69587af693b19af35caa7c2f03069a3ae5d263fd5661cefcc92de SHA1: 6f2e0efa9c3019d12285a81451e035cdae423a8b MD5sum: 17e2f9ae91bcd43cab4ab781e69c2520 Description: The CMake API for ament_mypy to perform static type analysis on python code with mypy. Package: ros-kilted-ament-cmake-pclint Version: 0.19.3-2noble.20260410.170423 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 49 Depends: ros-kilted-ament-cmake-test, ros-kilted-ament-pclint, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-cmake-pclint/ros-kilted-ament-cmake-pclint_0.19.3-2noble.20260410.170423_arm64.deb Size: 8038 SHA256: 2bae9ab88ea144f94319e0621ded9d1b6bf9c2871ea7645e936f862c5a9732e4 SHA1: e7aa32a1ff2b70d90930f808ca61133062e09c59 MD5sum: 823092fe7ee7d3366d8ffcbdff45216e Description: The CMake API for ament_pclint to perform static code analysis on C/C++ code using PC-lint. Package: ros-kilted-ament-cmake-pep257 Version: 0.19.3-2noble.20260410.170410 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 47 Depends: ros-kilted-ament-cmake-test, ros-kilted-ament-pep257, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-cmake-pep257/ros-kilted-ament-cmake-pep257_0.19.3-2noble.20260410.170410_arm64.deb Size: 7510 SHA256: adf3d599aeff724119ac30797db22edbfd50d3059e05d98402000e9064a8333c SHA1: 401841f54b6ae3bd39a3e5481651e7e050281af3 MD5sum: 2ef1493667eade81f13fd61ada730b4f Description: The CMake API for ament_pep257 to check code against the docstring style conventions in PEP 257. Package: ros-kilted-ament-cmake-pycodestyle Version: 0.19.3-2noble.20260410.170530 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 48 Depends: ros-kilted-ament-cmake-test, ros-kilted-ament-pycodestyle, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-cmake-pycodestyle/ros-kilted-ament-cmake-pycodestyle_0.19.3-2noble.20260410.170530_arm64.deb Size: 7732 SHA256: 5e2cedd5e052bee27db4bbb5cf5ad0672f72af33de6a34730bd8f3f18404e855 SHA1: d4ec7f4784763d42e8d1da59fcdaffb61a169475 MD5sum: 5e26842e96c4921ddbee877147f967c2 Description: The CMake API for ament_pycodestyle to check code against the style conventions in PEP 8. Package: ros-kilted-ament-cmake-pyflakes Version: 0.19.3-2noble.20260410.170532 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 47 Depends: ros-kilted-ament-cmake-test, ros-kilted-ament-pyflakes, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-cmake-pyflakes/ros-kilted-ament-cmake-pyflakes_0.19.3-2noble.20260410.170532_arm64.deb Size: 7416 SHA256: 3746d34585cfcdeb532712d660d8c86a6f68575d20d44b1f04dfec4b936b0f0e SHA1: bcd1a37bf0d0ee380cf064cf7a6ff1e016cc99bd MD5sum: 72ea477c95fca9ab8a8644a3209509cd Description: The CMake API for ament_pyflakes to check code using pyflakes. Package: ros-kilted-ament-cmake-pytest Version: 2.7.5-1noble.20260410.140411 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 56 Depends: python3-pytest, ros-kilted-ament-cmake-core, ros-kilted-ament-cmake-test, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-cmake-pytest/ros-kilted-ament-cmake-pytest_2.7.5-1noble.20260410.140411_arm64.deb Size: 10350 SHA256: 6319fa8034cd0fdd23480e7a9d6d9c83aed03c659f23de727073a135b55c50bc SHA1: 866f23b0afd88d3210c567b61dcb487accc5c070 MD5sum: 5243e0c39af2cdd8a9f9fae6d5aca984 Description: The ability to run Python tests using pytest in the ament buildsystem in CMake. Package: ros-kilted-ament-cmake-python Version: 2.7.5-1noble.20260410.135137 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 59 Depends: ros-kilted-ament-cmake-core, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-cmake-python/ros-kilted-ament-cmake-python_2.7.5-1noble.20260410.135137_arm64.deb Size: 10328 SHA256: ab7b4f1c14365161ae416d9d5a53743ed9adabdc59131539b2275a2a40b477c3 SHA1: 4049b70f716ae9fdc31906d3deaa3310d51f2ba1 MD5sum: c7f835b5b321f1be11dc0030f9fdc3ad Description: The ability to use Python in the ament buildsystem in CMake. Package: ros-kilted-ament-cmake-ros Version: 0.14.7-1noble.20260519.040147 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 60 Depends: ros-kilted-ament-cmake, ros-kilted-ament-cmake-gmock, ros-kilted-ament-cmake-gtest, ros-kilted-ament-cmake-pytest, ros-kilted-ament-cmake-ros-core, ros-kilted-rmw-test-fixture-implementation, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-cmake-ros/ros-kilted-ament-cmake-ros_0.14.7-1noble.20260519.040147_arm64.deb Size: 8402 SHA256: 0659e2522366b49261625580f7131550246737857fd890fe8c79e28e23f6538a SHA1: 56b2a2971a2320dd2078636bd720888aa6eba610 MD5sum: bee88edb0de372c2ef46897dd77bb6b9 Description: The ROS specific CMake bits in the ament buildsystem. Package: ros-kilted-ament-cmake-ros-core Version: 0.14.7-1noble.20260410.140232 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 47 Depends: ros-kilted-ament-cmake-core, ros-kilted-ament-cmake-libraries, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-cmake-ros-core/ros-kilted-ament-cmake-ros-core_0.14.7-1noble.20260410.140232_arm64.deb Size: 6972 SHA256: ca50d40275b2ceb41c9d85311f1595634a95153670f914fb7cd1907b52f9c4f1 SHA1: e6db4081aa33380e4b39bfef6207f12b73f59a38 MD5sum: 25564a409a3f8824c652149a08b928ab Description: Core ROS specific CMake bits in the ament buildsystem. Package: ros-kilted-ament-cmake-target-dependencies Version: 2.7.5-1noble.20260410.135650 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 55 Depends: ros-kilted-ament-cmake-core, ros-kilted-ament-cmake-include-directories, ros-kilted-ament-cmake-libraries, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-cmake-target-dependencies/ros-kilted-ament-cmake-target-dependencies_2.7.5-1noble.20260410.135650_arm64.deb Size: 9794 SHA256: e618ef4a7db0cf44eca3d96630491958c6c3a8c1de13f993a0eac9f120d56140 SHA1: f768b93e676a86538e2ec77320a68491291b01d1 MD5sum: 185fcdaa35d96360ce20561f0ed86314 Description: The ability to add definitions, include directories and libraries of a package to a target in the ament buildsystem in CMake. Package: ros-kilted-ament-cmake-test Version: 2.7.5-1noble.20260410.135820 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 80 Depends: ros-kilted-ament-cmake-core, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-cmake-test/ros-kilted-ament-cmake-test_2.7.5-1noble.20260410.135820_arm64.deb Size: 15508 SHA256: 1ec0483862388bfac1614e425a30b20bf5038eb455adf36cfcd701454ee0602e SHA1: ca5c1c625a977c51d91d61ce0cc3617d1502764e MD5sum: 73e6c7de9de332f473386b9b42d45f0c Description: The ability to add tests in the ament buildsystem in CMake. Package: ros-kilted-ament-cmake-uncrustify Version: 0.19.3-2noble.20260410.164130 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 51 Depends: ros-kilted-ament-cmake-test, ros-kilted-ament-uncrustify, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-cmake-uncrustify/ros-kilted-ament-cmake-uncrustify_0.19.3-2noble.20260410.164130_arm64.deb Size: 8990 SHA256: 0de816339cf15ee5385397c33046e7ea8e9efd1b6a9a8089c5c61bce0d8c727b SHA1: 2279fb940aff4d8f5cead7d1532933ed10d57f6b MD5sum: 4a519ce0f5b671593a218dea04b8541f Description: The CMake API for ament_uncrustify to check code against styleconventions using uncrustify. Package: ros-kilted-ament-cmake-vendor-package Version: 2.7.5-1noble.20260410.140346 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 72 Depends: git, python3-vcstool, ros-kilted-ament-cmake-core, ros-kilted-ament-cmake-export-dependencies, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-cmake-vendor-package/ros-kilted-ament-cmake-vendor-package_2.7.5-1noble.20260410.140346_arm64.deb Size: 11234 SHA256: 4a994a56fe2ef9137f3f1fd47440ddefecc3b0a94ca5e7dfdb1f9197eeeabeaf SHA1: ab1372709c3d0b4d68c3d8f0d2558022a3546efc MD5sum: 9e3526aa24b35ad078b3e596e66c6511 Description: Macros for maintaining a 'vendor' package. Package: ros-kilted-ament-cmake-version Version: 2.7.5-1noble.20260410.135234 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 46 Depends: ros-kilted-ament-cmake-core, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-cmake-version/ros-kilted-ament-cmake-version_2.7.5-1noble.20260410.135234_arm64.deb Size: 7548 SHA256: 5c632e4120264dee3a8ba30b1bd5600a21f0c2125a3f8f5311b97e2ee538c837 SHA1: 47a5060c30ad4dc55d5ce48fbff4234a17c4e5ca MD5sum: cb8b5116782b89fd90ae6738c5c01d20 Description: The ability to override the exported package version in the ament buildsystem. Package: ros-kilted-ament-cmake-xmllint Version: 0.19.3-2noble.20260410.142546 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 48 Depends: ros-kilted-ament-cmake-test, ros-kilted-ament-xmllint, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-cmake-xmllint/ros-kilted-ament-cmake-xmllint_0.19.3-2noble.20260410.142546_arm64.deb Size: 7500 SHA256: 00d29ab13fd3e2f209f387477cb4ea9488608c6ccf9dd72ed9b0c62099d9d5a7 SHA1: 9d0a256269345210fa184a9f3ba48fa794f0b60b MD5sum: cdbfd94bf5a7daf1c3124ab806fffae4 Description: The CMake API for ament_xmllint to check XML file using xmmlint. Package: ros-kilted-ament-copyright Version: 0.19.3-2noble.20260410.164736 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 212 Depends: ros-kilted-ament-lint, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-copyright/ros-kilted-ament-copyright_0.19.3-2noble.20260410.164736_arm64.deb Size: 52230 SHA256: f41f4609848273d14faaa67fafb31e4b2b5f5462ad0821dc1981d9b58ea74537 SHA1: a9f95ab87d39c1fe58cbc54d17d6cd71f89eb034 MD5sum: 1802bc31afc49cc68d12f7115fe2d18e Description: The ability to check source files for copyright and license information. Package: ros-kilted-ament-cppcheck Version: 0.19.3-2noble.20260410.140958 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 62 Depends: cppcheck, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-cppcheck/ros-kilted-ament-cppcheck_0.19.3-2noble.20260410.140958_arm64.deb Size: 16730 SHA256: 74187882282089fc426f3590090b76daa2218533e6876d79b02b794916a7f5e1 SHA1: c723c457111f9cb73b8f1a9d5598ebf5cc6ba0ba MD5sum: 3eb4b96aad7ab2af19fe640e3ec31feb Description: The ability to perform static code analysis on C/C++ code using Cppcheck and generate xUnit test result files. Package: ros-kilted-ament-cpplint Version: 0.19.3-2noble.20260410.140224 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 541 Depends: ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-cpplint/ros-kilted-ament-cpplint_0.19.3-2noble.20260410.140224_arm64.deb Size: 147192 SHA256: a113b2db8fb8c98e7187c12ecfa23b1029aff540b96cac6a21733157a6eb1c04 SHA1: 347fe43994a6e142a99ba687b59e1a14b0be257e MD5sum: 0ec1f261a646dc4d6a0cf2ea106b1c63 Description: The ability to check code against the Google style conventions using cpplint and generate xUnit test result files. Package: ros-kilted-ament-download Version: 0.0.5-6noble.20260410.142053 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 53 Depends: ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-download/ros-kilted-ament-download_0.0.5-6noble.20260410.142053_arm64.deb Size: 8648 SHA256: 855ea4b5be39b8d2e5d4fa366c0fa41112db8abf3d16594c67281ba49fbaa277 SHA1: f18fb470ed75da10ed8724a5870b7a8821dba5c8 MD5sum: 57628b235c6a2c40d40e492a5b5e2ba4 Description: CMake macros for downloading files with ament Package: ros-kilted-ament-flake8 Version: 0.19.3-2noble.20260410.164924 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 69 Depends: python3-flake8, python3-flake8-blind-except, python3-flake8-builtins, python3-flake8-class-newline, python3-flake8-comprehensions, python3-flake8-deprecated, python3-flake8-docstrings, python3-flake8-import-order, python3-flake8-quotes, ros-kilted-ament-lint, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-flake8/ros-kilted-ament-flake8_0.19.3-2noble.20260410.164924_arm64.deb Size: 17468 SHA256: b32b53009aa4b4661be7e225b8569791788a35d153e7241042bfdb3c396038d7 SHA1: 527eb43f1832d09452e346df8659d74ab1301038 MD5sum: 26d0bab935e4c6846b4d5dbc6b007521 Description: The ability to check code for style and syntax conventions with flake8. Package: ros-kilted-ament-index-cpp Version: 1.11.4-1noble.20260519.013214 Architecture: arm64 Maintainer: "Dharini Dutia" Installed-Size: 144 Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-ros-workspace Homepage: https://index.ros.org/p/ament_index_cpp/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-index-cpp/ros-kilted-ament-index-cpp_1.11.4-1noble.20260519.013214_arm64.deb Size: 28070 SHA256: 8f45d98d9f98d9eb9eadd13622db2a8ef9e325be6cdd0879e83296fe9f73bc91 SHA1: c10df96e440f89ee30622dc09d89a0de1a49288b MD5sum: 7283913493b2783be4fe6edb1f15e78d Description: C++ API to access the ament resource index. Package: ros-kilted-ament-index-cpp-dbgsym Package-Type: ddeb Source: ros-kilted-ament-index-cpp Version: 1.11.4-1noble.20260519.013214 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Dharini Dutia" Installed-Size: 484 Depends: ros-kilted-ament-index-cpp (= 1.11.4-1noble.20260519.013214) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-index-cpp/ros-kilted-ament-index-cpp-dbgsym_1.11.4-1noble.20260519.013214_arm64.deb Size: 455274 SHA256: 208d9afc4b7bfad0c5fb207b2bc57ae2f738777c4a35cc6cb56307523ce0ca3c SHA1: 6d687cb5d178a90a2006f675aeb636c3d93a7995 MD5sum: e541778f17556811577a912a256874bf Description: debug symbols for ros-kilted-ament-index-cpp Build-Ids: 19fef583d4ff48c9084c2275eda96e5e69a78290 Package: ros-kilted-ament-index-python Version: 1.11.4-1noble.20260519.012701 Architecture: arm64 Maintainer: "Dharini Dutia" Installed-Size: 75 Depends: ros-kilted-ros-workspace Homepage: https://index.ros.org/p/ament_index_python/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-index-python/ros-kilted-ament-index-python_1.11.4-1noble.20260519.012701_arm64.deb Size: 14982 SHA256: 9deae96ae6b130a1e3a199cda0a6da76e352cdca2a072757c7cb6b5a861f9643 SHA1: f34d9a4b406cad287fd7ddab76ef31c346dbd23c MD5sum: 50046479bd2b8877e856959c45ce4f53 Description: Python API to access the ament resource index. Package: ros-kilted-ament-lint Version: 0.19.3-2noble.20260410.141444 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 33 Depends: ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-lint/ros-kilted-ament-lint_0.19.3-2noble.20260410.141444_arm64.deb Size: 4820 SHA256: 8b5518e864c11fa6ff96e5880a2dd323de8db30867384c4da78bbf36bf07a1b3 SHA1: bb62001e7cff21cdd0308739b7046e8e7618c046 MD5sum: 5bbf8075f1299e24a0d1fc85a70cc6d1 Description: Providing common API for ament linter packages. Package: ros-kilted-ament-lint-auto Version: 0.19.3-2noble.20260410.140406 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 48 Depends: ros-kilted-ament-cmake-core (>= 0.7.1), ros-kilted-ament-cmake-test, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-lint-auto/ros-kilted-ament-lint-auto_0.19.3-2noble.20260410.140406_arm64.deb Size: 7622 SHA256: a9ea90a39283a07f8735ad444f38d89457e2d6e1c1e725d36eb6ab49d6e18df9 SHA1: 65f6dbaa78ac438ce625ef38c1287e5bdcf595f5 MD5sum: 7426317e62706b5f453283b33040eb4a Description: The auto-magic functions for ease to use of the ament linters in CMake. Package: ros-kilted-ament-lint-cmake Version: 0.19.3-2noble.20260410.165901 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 94 Depends: ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-lint-cmake/ros-kilted-ament-lint-cmake_0.19.3-2noble.20260410.165901_arm64.deb Size: 25820 SHA256: 99dd8123fb960151f6f7e168d3005731c10e9f4bea33703f4dfe6ecac4c8af39 SHA1: 3be12a2d415896e44d6c00606202c291e2067b47 MD5sum: c196a159edb5a17fece2b5ba57213890 Description: The ability to lint CMake code using cmakelint and generate xUnit test result files. Package: ros-kilted-ament-lint-common Version: 0.19.3-2noble.20260410.171107 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 48 Depends: ros-kilted-ament-cmake-copyright, ros-kilted-ament-cmake-core, ros-kilted-ament-cmake-cppcheck, ros-kilted-ament-cmake-cpplint, ros-kilted-ament-cmake-flake8, ros-kilted-ament-cmake-lint-cmake, ros-kilted-ament-cmake-pep257, ros-kilted-ament-cmake-uncrustify, ros-kilted-ament-cmake-xmllint, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-lint-common/ros-kilted-ament-lint-common_0.19.3-2noble.20260410.171107_arm64.deb Size: 7614 SHA256: c375e275c8c5ee964e105a4ec023ebd0fef18df55fdff5126b42a8a24c4fcf6a SHA1: 5be45900ff54a41535c425fe3a873812aa877a19 MD5sum: 119b6df06310864d6e72137f1a6bc72c Description: The list of commonly used linters in the ament build system in CMake. Package: ros-kilted-ament-mypy Version: 0.19.3-2noble.20260410.165916 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 59 Depends: python3-mypy, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-mypy/ros-kilted-ament-mypy_0.19.3-2noble.20260410.165916_arm64.deb Size: 13788 SHA256: f94683d043678220c517b291d5453c8d4400211a62405fb4ae3160fd22e9ab0f SHA1: 062db27c4c146ef5d57c5703f0cb6940605e91bb MD5sum: e55a5763eed75243bbd794d95404fd1d Description: Support for mypy static type checking in ament. Package: ros-kilted-ament-nodl Version: 0.1.0-7noble.20260410.142051 Architecture: arm64 Maintainer: Ubuntu Robotics Installed-Size: 47 Depends: ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-nodl/ros-kilted-ament-nodl_0.1.0-7noble.20260410.142051_arm64.deb Size: 6502 SHA256: c5a003e872d7a6f4d21867c367bea569ffad4681eb7b0276f6066965034c70ea SHA1: f4a53d4d6bfaa500e347681165583f9852901743 MD5sum: d6d56a365548191e5ff2fe6dd00300e6 Description: Ament extension for exporting NoDL .xml files Package: ros-kilted-ament-package Version: 0.17.3-1noble.20260409.153202 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 131 Depends: python3-setuptools Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-package/ros-kilted-ament-package_0.17.3-1noble.20260409.153202_arm64.deb Size: 24958 SHA256: 76e1d2b20ee540c74a11ac68b47a7abc502cb78afe487c4b8e5af2bf65a872d3 SHA1: d5a44fcfcd5f19e3d2e33d16786ab54de1fc41da MD5sum: 254c9f78ed15955ca00ea028f3ede5ac Description: The parser for the manifest files in the ament buildsystem. Package: ros-kilted-ament-pclint Version: 0.19.3-2noble.20260410.165917 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 307 Depends: ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-pclint/ros-kilted-ament-pclint_0.19.3-2noble.20260410.165917_arm64.deb Size: 44068 SHA256: 8846ed0e844d4aa6af5b9689f64fe49a8ef83b1d1e88767e0d6311d8337fd92c SHA1: 9364aaa7ccff433b1a18727a88dbabaa9f71666d MD5sum: d3314534f86c23ebb1c93ff4b2541650 Description: The ability to perform static code analysis on C/C++ code using PC-lint and generate xUnit test result files. Package: ros-kilted-ament-pep257 Version: 0.19.3-2noble.20260410.165833 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 58 Depends: pydocstyle, ros-kilted-ament-lint, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-pep257/ros-kilted-ament-pep257_0.19.3-2noble.20260410.165833_arm64.deb Size: 13628 SHA256: 90840808117b79907bc8454101d59e98fd0df552e5fcf395ff924b13bd7053b6 SHA1: 2ce0241be6761f313d682a0fcac113354037b3b0 MD5sum: dcc2d8731f0ddacd6a23e08ced39a50c Description: The ability to check code against the docstring style conventions in PEP 257 and generate xUnit test result files. Package: ros-kilted-ament-pycodestyle Version: 0.19.3-2noble.20260410.165937 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 50 Depends: python3-pycodestyle, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-pycodestyle/ros-kilted-ament-pycodestyle_0.19.3-2noble.20260410.165937_arm64.deb Size: 11118 SHA256: e5b680b533c6bc42045e69be56358bb0c1984aff3cdc23f2ea047e8e6213a198 SHA1: 4f921be3918046e0cd8c8f842d8c1040f4d57423 MD5sum: 693bdd81a3f571f852589eb699b06be2 Description: The ability to check code against the style conventions in PEP 8 and generate xUnit test result files. Package: ros-kilted-ament-pyflakes Version: 0.19.3-2noble.20260410.165926 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 52 Depends: pyflakes3, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-pyflakes/ros-kilted-ament-pyflakes_0.19.3-2noble.20260410.165926_arm64.deb Size: 12306 SHA256: 2b557fe87d37fa0c99ea61a0d8e9bd5fc842c0d8d4f0282bf77bfd17aa8ee2d4 SHA1: 709786889172609c1c2ed865ad34095d6c9567cc MD5sum: a1e3f2293db18d706316f41899f3904b Description: The ability to check code using pyflakes and generate xUnit test result files. Package: ros-kilted-ament-uncrustify Version: 0.19.3-2noble.20260410.163625 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 322 Depends: ros-kilted-uncrustify-vendor, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-uncrustify/ros-kilted-ament-uncrustify_0.19.3-2noble.20260410.163625_arm64.deb Size: 50860 SHA256: c81fc0d39f948ebdf1ba53b0466ed913788c2010cdea8a5a54c61561b2591e21 SHA1: 3bd74a064b5a20ccd4ce55e7742f89c190e1c13d MD5sum: 48ffe54bca2a0de15bdb1ba2ec3fe6b7 Description: The ability to check code against style conventions using uncrustify and generate xUnit test result files. Package: ros-kilted-ament-vitis Version: 0.10.1-5noble.20260519.040625 Architecture: arm64 Maintainer: Víctor Mayoral Vilches Installed-Size: 88 Depends: ros-kilted-ament-acceleration, ros-kilted-ament-cmake-core, ros-kilted-ament-cmake-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-vitis/ros-kilted-ament-vitis_0.10.1-5noble.20260519.040625_arm64.deb Size: 15280 SHA256: 07cdbbd3ae2412546fa0f644f24be4c1239651d51bf8b44a5e4e4c1293009068 SHA1: 2e75647d40a82f296519072be96b170eeab839ab MD5sum: 0e8597b4398468c4e1622937c922bafb Description: CMake macros and utilities to include Vitis platform into the ROS 2 build system (ament) and its development flows. Package: ros-kilted-ament-xmllint Version: 0.19.3-2noble.20260410.142027 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 57 Depends: libxml2-utils, ros-kilted-ament-lint, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-xmllint/ros-kilted-ament-xmllint_0.19.3-2noble.20260410.142027_arm64.deb Size: 13760 SHA256: 8de4c0af5168539d7e1a02b7d1decf33306176370a91f06d015ed1291dc2ee72 SHA1: 889ecd6b1470712483446e125158478796012973 MD5sum: 8d84d2b47c4e07cae902a6ab7433393e Description: The ability to check XML files like the package manifest using xmllint and generate xUnit test result files. Package: ros-kilted-angles Version: 1.16.1-1noble.20260410.142618 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 89 Depends: ros-kilted-ament-cmake, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/angles Priority: optional Section: misc Filename: pool/main/r/ros-kilted-angles/ros-kilted-angles_1.16.1-1noble.20260410.142618_arm64.deb Size: 13856 SHA256: db3e3207282ec6bfd4d83b0c060d8addbf2bf83c9e481fb1d11fceacb98bb993 SHA1: adfc24832e9007b49aab2cd4faefb21c64f0939c MD5sum: c5e3a55ba53e589914bcd93aa9e6af5b 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-kilted-apex-test-tools Version: 0.0.2-9noble.20260410.181200 Architecture: arm64 Maintainer: Apex.AI, Inc. Installed-Size: 57 Depends: ros-kilted-ament-cmake-gtest, ros-kilted-osrf-testing-tools-cpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-apex-test-tools/ros-kilted-apex-test-tools_0.0.2-9noble.20260410.181200_arm64.deb Size: 7946 SHA256: ac16bbdda1637fbfb3ed9205c6937ffa76637ad60efcb521eae930b617b417e2 SHA1: faa9c4009c22d6babab58cf011ca4c891b02674d MD5sum: 3b49f9658e8eaf2d009569aa46cce59c Description: The package Apex.OS Test Tools contains test helpers Package: ros-kilted-apriltag Version: 3.4.3-2noble.20260410.165954 Architecture: arm64 Maintainer: Max Krogius Installed-Size: 1908 Depends: libc6 (>= 2.38), libpython3.12t64 (>= 3.12.1), ros-kilted-ros-workspace Homepage: https://april.eecs.umich.edu/software/apriltag.html Priority: optional Section: misc Filename: pool/main/r/ros-kilted-apriltag/ros-kilted-apriltag_3.4.3-2noble.20260410.165954_arm64.deb Size: 1152942 SHA256: a299efef1ca1bf96f0972a82383e1c5633f320fa1b840df812f485a0215d8acf SHA1: 600a084d3ce2160a4f3f6ccd2c5195e60ef01328 MD5sum: 784a00dbe6016738a9b47c925889b502 Description: AprilTag detector library Package: ros-kilted-apriltag-dbgsym Package-Type: ddeb Source: ros-kilted-apriltag Version: 3.4.3-2noble.20260410.165954 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Max Krogius Installed-Size: 405 Depends: ros-kilted-apriltag (= 3.4.3-2noble.20260410.165954) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-apriltag/ros-kilted-apriltag-dbgsym_3.4.3-2noble.20260410.165954_arm64.deb Size: 315290 SHA256: f2348053be058dea197762a4c071de18b5d78d0d596fb0f6028bea56397cf19f SHA1: 941c0e928f93e315e7875d16b2ab7e4318437c41 MD5sum: 8f48c2687d2af2c102c693c9b51f9866 Description: debug symbols for ros-kilted-apriltag Build-Ids: 259fa60c927d4a7e70cda81409c3cfb7d7c04ae5 c154aa72be75f1f8abac774437601b9a6a549757 f86fce186f6684534e4a1d5181a49c37e16c828f Package: ros-kilted-apriltag-detector Version: 3.1.0-1noble.20260519.085209 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 535 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-apriltag-msgs, ros-kilted-cv-bridge, ros-kilted-image-transport, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-apriltag-detector/ros-kilted-apriltag-detector_3.1.0-1noble.20260519.085209_arm64.deb Size: 127874 SHA256: c7b7a87212c1c4ad6e2e81ca565885926ca2a89068be47dbbd1bb12d4747a608 SHA1: 5e587af8870c832fe5fa193c32c2921862415b3c MD5sum: 982d1b8403f891f3a15cebdce120ddbe Description: ROS2 package for apriltag detection Package: ros-kilted-apriltag-detector-dbgsym Package-Type: ddeb Source: ros-kilted-apriltag-detector Version: 3.1.0-1noble.20260519.085209 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 2135 Depends: ros-kilted-apriltag-detector (= 3.1.0-1noble.20260519.085209) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-apriltag-detector/ros-kilted-apriltag-detector-dbgsym_3.1.0-1noble.20260519.085209_arm64.deb Size: 1950526 SHA256: 75ff5dcc2dfea43d4df34fb6710775adf64c3635a33e0766f23c3f2141ab579b SHA1: dbeb4d96317980acb9b95ea1f74744301152c1d1 MD5sum: 2cc5668ad18b3b6e90a5c082828a1c24 Description: debug symbols for ros-kilted-apriltag-detector Build-Ids: c784048b4a81d85cb9e756b933639d5e5b1a50f5 e1b8c480025b450400845a5fdade2424431a87f0 Package: ros-kilted-apriltag-detector-mit Version: 3.1.0-1noble.20260519.163354 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 130 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-apriltag-detector, ros-kilted-apriltag-mit, ros-kilted-apriltag-msgs, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-apriltag-detector-mit/ros-kilted-apriltag-detector-mit_3.1.0-1noble.20260519.163354_arm64.deb Size: 27422 SHA256: fad719c88a86e00225c3a0bb082bf05826dab956088415ad1d8cb1a8954cb110 SHA1: fe9098600407bb635571ed07ac93c0914a08555c MD5sum: 7982f499fbabbdeffab3dd848612cafd Description: ROS package for apriltag detection with MIT detector Package: ros-kilted-apriltag-detector-mit-dbgsym Package-Type: ddeb Source: ros-kilted-apriltag-detector-mit Version: 3.1.0-1noble.20260519.163354 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 471 Depends: ros-kilted-apriltag-detector-mit (= 3.1.0-1noble.20260519.163354) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-apriltag-detector-mit/ros-kilted-apriltag-detector-mit-dbgsym_3.1.0-1noble.20260519.163354_arm64.deb Size: 441292 SHA256: 2bcf48326bfd635a183df8b606aad18173a847cfd93f788843b69e86675147e1 SHA1: 6920122ddab53a3cdf4c4c88ceed9218647a12cb MD5sum: e4b59fbefb0628f18d6514a35d0c6199 Description: debug symbols for ros-kilted-apriltag-detector-mit Build-Ids: 4e24de2b0eaf96b5fcc49bd0926c2281beac836e Package: ros-kilted-apriltag-detector-umich Version: 3.1.0-1noble.20260519.134508 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 131 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-apriltag, libopencv-dev, ros-kilted-apriltag-detector, ros-kilted-apriltag-msgs, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-apriltag-detector-umich/ros-kilted-apriltag-detector-umich_3.1.0-1noble.20260519.134508_arm64.deb Size: 22592 SHA256: 5ba069e3a041d07c49654bc608df5e29fe0141f4e51af5868113464a970dcb70 SHA1: e240eab6dd4e541dc8f9aea18d94bd6c68bad5eb MD5sum: 03bc67c3185c0ff8e4eed9d2066a0f92 Description: ROS package for apriltag detection with the UMich detector Package: ros-kilted-apriltag-detector-umich-dbgsym Package-Type: ddeb Source: ros-kilted-apriltag-detector-umich Version: 3.1.0-1noble.20260519.134508 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 454 Depends: ros-kilted-apriltag-detector-umich (= 3.1.0-1noble.20260519.134508) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-apriltag-detector-umich/ros-kilted-apriltag-detector-umich-dbgsym_3.1.0-1noble.20260519.134508_arm64.deb Size: 423752 SHA256: 82f05046ed7957a6cba23cb068ac1dd71e53db7ed834bab404e73df0d444f40d SHA1: c71d83f226cd7b70341a7f479cc8eb5e7b368b02 MD5sum: 6ff08ed5b0a872fdd3908b3afcb405c6 Description: debug symbols for ros-kilted-apriltag-detector-umich Build-Ids: ccd3d7ffc9db2dfbd51c2dd9c2dc792f325c1839 Package: ros-kilted-apriltag-draw Version: 3.1.0-1noble.20260519.085608 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 720 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), ros-kilted-apriltag-msgs, ros-kilted-cv-bridge, ros-kilted-image-transport, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-apriltag-draw/ros-kilted-apriltag-draw_3.1.0-1noble.20260519.085608_arm64.deb Size: 140284 SHA256: e192a4e27a668c10d9d293abbf63f9f12427ab4f2aacac4f500109a850e861c2 SHA1: 17aea8a9819f4eea8d7ce9e8f5055bd1b3c50aab MD5sum: 6fdadbbaf4978f22a30eed5c8247a5c1 Description: ROS package for drawing apriltags on image Package: ros-kilted-apriltag-draw-dbgsym Package-Type: ddeb Source: ros-kilted-apriltag-draw Version: 3.1.0-1noble.20260519.085608 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 2987 Depends: ros-kilted-apriltag-draw (= 3.1.0-1noble.20260519.085608) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-apriltag-draw/ros-kilted-apriltag-draw-dbgsym_3.1.0-1noble.20260519.085608_arm64.deb Size: 2584864 SHA256: cae5359b37731a32c9293023475e199cb391002125ffe4d03743644ae67416c4 SHA1: 5a1cf10481cdd07395b3684e3574a8eaa8813589 MD5sum: fa1b6eaed489518fc0b354948dd6f69b Description: debug symbols for ros-kilted-apriltag-draw Build-Ids: 72a160a4bfb441742e3cee38d061998f58c3309e f5c7bc99bda312ca8840409601f3b681a1ef96be Package: ros-kilted-apriltag-mit Version: 1.0.3-2noble.20260410.170054 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 250 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), clang-tidy, libboost-dev, libeigen3-dev, libopencv-dev, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-apriltag-mit/ros-kilted-apriltag-mit_1.0.3-2noble.20260410.170054_arm64.deb Size: 75836 SHA256: 9ab459d4a06f684ff6ea94efe9601893089893d6598dc665509bca68e5fb2b16 SHA1: 4c307ed0067fc234e870d1f3bba8d985a69f57f2 MD5sum: 2febb08a07e735cb12fe951f918371b1 Description: ROS2 package wrapper for the MIT apriltag detector Package: ros-kilted-apriltag-mit-dbgsym Package-Type: ddeb Source: ros-kilted-apriltag-mit Version: 1.0.3-2noble.20260410.170054 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 843 Depends: ros-kilted-apriltag-mit (= 1.0.3-2noble.20260410.170054) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-apriltag-mit/ros-kilted-apriltag-mit-dbgsym_1.0.3-2noble.20260410.170054_arm64.deb Size: 814250 SHA256: d8d783fda33bd542846abaa056854f847c91adf7e2a6de24cf83e4cfe913b5d9 SHA1: 32c5eb144ab8d6e830700b83274f8893e5b21073 MD5sum: 7407ec7d39e76bf688a5f36bc246e485 Description: debug symbols for ros-kilted-apriltag-mit Build-Ids: 37f3a28d92b1ecbb484ff2f491b25fdf7166d69d Package: ros-kilted-apriltag-msgs Version: 2.0.1-5noble.20260519.023308 Architecture: arm64 Maintainer: Christian Rauch Installed-Size: 1240 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-apriltag-msgs/ros-kilted-apriltag-msgs_2.0.1-5noble.20260519.023308_arm64.deb Size: 73018 SHA256: 64ac39f109e0e6866a855c0044a5dfa563833c19ece7ab6a0d6af652e5ad8fcf SHA1: d37f3a18fbb0e7a8d25bfa371108a4c9e3d822bd MD5sum: 6f8185744c5b90e51d5d8d01d084e7e5 Description: AprilTag message definitions Package: ros-kilted-apriltag-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-apriltag-msgs Version: 2.0.1-5noble.20260519.023308 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christian Rauch Installed-Size: 585 Depends: ros-kilted-apriltag-msgs (= 2.0.1-5noble.20260519.023308) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-apriltag-msgs/ros-kilted-apriltag-msgs-dbgsym_2.0.1-5noble.20260519.023308_arm64.deb Size: 423052 SHA256: 5d8580f1f65417aa1cea90340e38dea152e4eca97eddca3af5c4c23a49383861 SHA1: 17d7b94bc82587b1950564560175e3a86bedb893 MD5sum: b15826581edb4484c44d7cd2a4b7f0f2 Description: debug symbols for ros-kilted-apriltag-msgs Build-Ids: 2ed2e78766f9ee0e141329a5968ed2b992ec6793 3432c7bf5681f4acc45e79cd3bcaedc3eadcb4d1 4b8fc814ed0f889f9b3ac0e3f29fc0abeaa96197 7276d590b024667b3d566c1bd8e09da12c2b2f68 76b2153150811759baf2f9efb924b2c650c5ae2a 8eb653b3adf05349aabd44a83c3aae31b18e5028 90cd4cd58075b890b5f95b1af70996949689cdf1 a8b2ef8059da7b234cdcd82bd761de31db578517 ed23c4de2f9908f40b9cd7e445d994d9a3912b01 efc0c6de62f1f9cc0d09e5ade29cb1f0f2cf1e8b f350213c9742558a2aa407a172126138d8c74644 Package: ros-kilted-apriltag-ros Version: 3.2.2-2noble.20260519.085206 Architecture: arm64 Maintainer: Christian Rauch Installed-Size: 444 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), ros-kilted-apriltag, ros-kilted-apriltag-msgs, ros-kilted-cv-bridge, ros-kilted-image-transport, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-apriltag-ros/ros-kilted-apriltag-ros_3.2.2-2noble.20260519.085206_arm64.deb Size: 116464 SHA256: 05856ab8d1a1715fa5dbc05666c8856e2b51c85a583933fb78d199f965ec4f44 SHA1: 42c8ea239293a705dfc155bd653bceff6d70c12b MD5sum: 25069916435dcded63afed81631acd57 Description: AprilTag detection node Package: ros-kilted-apriltag-ros-dbgsym Package-Type: ddeb Source: ros-kilted-apriltag-ros Version: 3.2.2-2noble.20260519.085206 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christian Rauch Installed-Size: 2430 Depends: ros-kilted-apriltag-ros (= 3.2.2-2noble.20260519.085206) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-apriltag-ros/ros-kilted-apriltag-ros-dbgsym_3.2.2-2noble.20260519.085206_arm64.deb Size: 2236802 SHA256: 9303d3dd14a7dadd3cf4114985f60102649943f30a4fd7bc0a84e074cb6c9b8b SHA1: b603796826fac936f8c99852bd5c37a76162381c MD5sum: fc0ec25496aea3367bdaff634cefab81 Description: debug symbols for ros-kilted-apriltag-ros Build-Ids: 3eec549822ae0247592135ab06ca061999e49ae6 8c2669e124b23942087e738b3bcd7fe56986b983 Package: ros-kilted-apriltag-tools Version: 3.1.0-1noble.20260519.140807 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 110 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-apriltag-detector, ros-kilted-apriltag-draw, ros-kilted-apriltag-msgs, ros-kilted-rclcpp, ros-kilted-rosbag2-transport, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-apriltag-tools/ros-kilted-apriltag-tools_3.1.0-1noble.20260519.140807_arm64.deb Size: 23880 SHA256: 5e73c5d14e9f128f4227c4c28a848aaec97e3b72305d29116159a88578f4b46a SHA1: c0ecd315851cb45bf48a576efc93f8adbda69f35 MD5sum: 7484b57a8ce2bcad16a229afd224e256 Description: misc tools for working with apriltags under ROS2 Package: ros-kilted-apriltag-tools-dbgsym Package-Type: ddeb Source: ros-kilted-apriltag-tools Version: 3.1.0-1noble.20260519.140807 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 522 Depends: ros-kilted-apriltag-tools (= 3.1.0-1noble.20260519.140807) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-apriltag-tools/ros-kilted-apriltag-tools-dbgsym_3.1.0-1noble.20260519.140807_arm64.deb Size: 480898 SHA256: d979162449600a3a8897b9a7993b55fecf6e583e77b1c958f824e9548ee0c25a SHA1: 309052f899b4a3a85178cde9a342efc8fdd814c1 MD5sum: f6f491ad8e569334735a409385b5116e Description: debug symbols for ros-kilted-apriltag-tools Build-Ids: fd89ddf551acaa83870830a828bf04261e938d6d Package: ros-kilted-aruco Version: 5.0.5-2noble.20260519.123745 Architecture: arm64 Maintainer: Sai Kishor Kothakota Installed-Size: 807 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-features2d406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libeigen3-dev, ros-kilted-cv-bridge, ros-kilted-ros-workspace Homepage: http://www.uco.es/investiga/grupos/ava/node/26 Priority: optional Section: misc Filename: pool/main/r/ros-kilted-aruco/ros-kilted-aruco_5.0.5-2noble.20260519.123745_arm64.deb Size: 283170 SHA256: c8c16d0b0f8da76f7cf33a9d954654b1841a756b913683294ef19e4b6f518308 SHA1: d27ad22365f46368db820f9516cf59c603861b5f MD5sum: 45ce28f621439f1c3eb07fd010f25e64 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-kilted-aruco-dbgsym Package-Type: ddeb Source: ros-kilted-aruco Version: 5.0.5-2noble.20260519.123745 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Sai Kishor Kothakota Installed-Size: 4432 Depends: ros-kilted-aruco (= 5.0.5-2noble.20260519.123745) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-aruco/ros-kilted-aruco-dbgsym_5.0.5-2noble.20260519.123745_arm64.deb Size: 4316008 SHA256: c6a54a9da714df71adeb930454f903d6413abebd3939615db7b2cbbcbfefe326 SHA1: 7ceb9b9ff3ba20a5fccb1df4bc2fbcb18446e681 MD5sum: 8c57b9ba56f29a1499d3d83f8b3a5c6f Description: debug symbols for ros-kilted-aruco Build-Ids: 8c7c2fd3cf0a250faad937003ea04379cf2c18e2 Package: ros-kilted-aruco-msgs Version: 5.0.5-2noble.20260519.031244 Architecture: arm64 Maintainer: Sai Kishor Kothakota Installed-Size: 1119 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: https://github.com/pal-robotics/aruco_ros Priority: optional Section: misc Filename: pool/main/r/ros-kilted-aruco-msgs/ros-kilted-aruco-msgs_5.0.5-2noble.20260519.031244_arm64.deb Size: 60172 SHA256: 270ac6a8c8b8f78698c1a1a76516cde7f3944ac083ab25d3811db68ad18e75ad SHA1: c1bdd3f432e7493996165d1b48bdf3b34165e799 MD5sum: c122adef5539a6dc15aeda15df3662b2 Description: The aruco_msgs package Package: ros-kilted-aruco-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-aruco-msgs Version: 5.0.5-2noble.20260519.031244 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Sai Kishor Kothakota Installed-Size: 455 Depends: ros-kilted-aruco-msgs (= 5.0.5-2noble.20260519.031244) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-aruco-msgs/ros-kilted-aruco-msgs-dbgsym_5.0.5-2noble.20260519.031244_arm64.deb Size: 321024 SHA256: b936107db044356d06ca5017bf01d2b555b0470685640e9df087520033fd38b5 SHA1: e33a535fe6e1ea38e22a4954e12365329d422131 MD5sum: c2826c0d80f1938c06263fd94aef6e78 Description: debug symbols for ros-kilted-aruco-msgs Build-Ids: 257f6db56bcf05b7a16f7f568a8e1088d2778336 33f6d3c4808f6096d1145d179b99ce31f6e4a052 3fc0878834e2a0bd64c93fe09af6f3d750c5ccae 4156eecd9b7d20fa7ac10ae9a749ebe11c334004 4fccb4c5adb7699ed0e6c9afc33afbbfd2b913c9 50ec94fa78148d18ab5a58f93f5138ae1a727183 5af08bdec0160522b308d213ac28145fd64a902f 5e2803a785125f8d16743ec0377d7625e1a93cf8 aabfd2d63a93c5d006b5c0a8f04dbb14952c408c ce1131d6217480e0f29fbecf142134c0c6d8dfc5 eaad4f172d1e6a487fa349147276542103e6d39a Package: ros-kilted-aruco-opencv Version: 6.1.2-1noble.20260519.095401 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 1553 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-contrib406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libyaml-cpp-dev, python3-img2pdf, python3-numpy, python3-opencv, ros-kilted-aruco-opencv-msgs, ros-kilted-cv-bridge, ros-kilted-image-transport, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rclcpp-lifecycle, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/aruco_opencv/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-aruco-opencv/ros-kilted-aruco-opencv_6.1.2-1noble.20260519.095401_arm64.deb Size: 274664 SHA256: 2bcac9e07989e7098d7c85a33b37e5b3b023d31d34418c11aad14db97b4c39d6 SHA1: 123a7901e8a0a8aa9d12add50a4b952c9d64498b MD5sum: 0f971ccfbd998da27e5542dc6aafb90f Description: ArUco marker detection using aruco module from OpenCV libraries. Package: ros-kilted-aruco-opencv-dbgsym Package-Type: ddeb Source: ros-kilted-aruco-opencv Version: 6.1.2-1noble.20260519.095401 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fictionlab Installed-Size: 7582 Depends: ros-kilted-aruco-opencv (= 6.1.2-1noble.20260519.095401) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-aruco-opencv/ros-kilted-aruco-opencv-dbgsym_6.1.2-1noble.20260519.095401_arm64.deb Size: 6365820 SHA256: 0551a6bfa8782b084dc24a1b2de499877fa468633f2e68e81cef8e9569eb28d4 SHA1: adb615e35797d6efcab113fc1340be1858901509 MD5sum: 3d097cfc0c1a9273422380b257e04c5e Description: debug symbols for ros-kilted-aruco-opencv Build-Ids: 40aef947e0a0b8bb30ec4ada3c1dc74136a0a1e5 51ef17bd3516b507e0476c2c943381ba21aea380 95dc5d38185af6d4d556bcfb890552e7f2e53145 Package: ros-kilted-aruco-opencv-msgs Version: 6.1.2-1noble.20260519.031256 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 1228 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/aruco_opencv_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-aruco-opencv-msgs/ros-kilted-aruco-opencv-msgs_6.1.2-1noble.20260519.031256_arm64.deb Size: 70168 SHA256: 92c9708dc06c41299e37ce988a577067f7287c32edffc4a37012958712f22f5d SHA1: ed29165b8c5554cdea6ac6780aa657678829cd46 MD5sum: 7b35cc4da28177d9893690655c64b54c Description: Message definitions for aruco_opencv package. Package: ros-kilted-aruco-opencv-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-aruco-opencv-msgs Version: 6.1.2-1noble.20260519.031256 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fictionlab Installed-Size: 588 Depends: ros-kilted-aruco-opencv-msgs (= 6.1.2-1noble.20260519.031256) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-aruco-opencv-msgs/ros-kilted-aruco-opencv-msgs-dbgsym_6.1.2-1noble.20260519.031256_arm64.deb Size: 423796 SHA256: 58b49383487c2f5e974b5184369f88ee2aec9cd9903ac2155738c8d6f1b497e2 SHA1: 96dff174d954339f57ca7d972d9d0e7d020a45b8 MD5sum: c6042884690338309c657eb833e9ee4c Description: debug symbols for ros-kilted-aruco-opencv-msgs Build-Ids: 1e8fdb312c4e7874d5587649935934e09462a3d6 29c784c2c6b2c5ba8a9b60512cd3373fa0749e6d 2d7ba7e4ade4ddff17789b76a4eaf38a1b3dab21 3e41c5502ead121a7857faba0561f24c1432594f 518e86efbd76e2e82c9809e830781fe3ee25099f 53a94cd6c49912a413b4973e1e49e7a3fe141fc9 5758a41ddf87d0bca1ae14add987abf4c3c4fc65 5ed402c74bf863d92fa8f52000a63ca0376a4969 66422892c2de9c6668169b8bfea642b70b420bd5 e1864c639e689e288c05f4db32308c450908eac7 e6fe92823ed78c6d368ac220f7313dd09386ba62 Package: ros-kilted-aruco-ros Version: 5.0.5-2noble.20260519.124503 Architecture: arm64 Maintainer: Sai Kishor Kothakota Installed-Size: 2662 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-flann406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), ros-kilted-aruco, ros-kilted-aruco-msgs, ros-kilted-cv-bridge, ros-kilted-geometry-msgs, ros-kilted-image-transport, ros-kilted-rclcpp, ros-kilted-sensor-msgs, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Homepage: http://www.uco.es/investiga/grupos/ava/node/26 Priority: optional Section: misc Filename: pool/main/r/ros-kilted-aruco-ros/ros-kilted-aruco-ros_5.0.5-2noble.20260519.124503_arm64.deb Size: 534568 SHA256: 0218ea7e3d9436ecc707d6bc11ab20af46785b5a84e609377aec3a914deb844c SHA1: 296de4939a4f770b8cc3a0e318ccce43cf0633d7 MD5sum: 6e7bf96dadda12495b94acc13e95f39e 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-kilted-aruco-ros-dbgsym Package-Type: ddeb Source: ros-kilted-aruco-ros Version: 5.0.5-2noble.20260519.124503 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Sai Kishor Kothakota Installed-Size: 13102 Depends: ros-kilted-aruco-ros (= 5.0.5-2noble.20260519.124503) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-aruco-ros/ros-kilted-aruco-ros-dbgsym_5.0.5-2noble.20260519.124503_arm64.deb Size: 11371170 SHA256: 127611c78d4276f9e648d8b16108177f5374b98ccabfb4aaaf79e9c5c90ba040 SHA1: de1f0bc91e648cce9d739bd736b3383b9b573976 MD5sum: 2d4b307c233daf2badee12f2785af8ff Description: debug symbols for ros-kilted-aruco-ros Build-Ids: 07beedf236ff0eb5965f1371485ad01090fd7df9 26c55914e23be57c4dfc2352de68d00fd0734305 398ce0a612501b8641e0b7a2e76f604b18d1dc10 9e6b3962fd90cf764ec5a587846f57d6a934a561 Package: ros-kilted-asio-cmake-module Version: 1.2.0-4noble.20260410.142616 Architecture: arm64 Maintainer: Esteve Fernandez Installed-Size: 44 Depends: ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-asio-cmake-module/ros-kilted-asio-cmake-module_1.2.0-4noble.20260410.142616_arm64.deb Size: 5950 SHA256: 14326550b89ac4e72fdffde889f99b7d1c9fd49b079fe7d16d8fb7a9508ace27 SHA1: fcb6a729219f8e28d82f0efffd05506ee1d5b36c MD5sum: 2f8bec35c513221389047f7b0b09bfaa Description: A CMake module for using the ASIO network library Package: ros-kilted-async-web-server-cpp Version: 2.0.1-1noble.20260519.040702 Architecture: arm64 Maintainer: Timo Röhling Installed-Size: 606 Depends: libboost-filesystem1.83.0 (>= 1.83.0), libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libssl3t64 (>= 3.0.0), libstdc++6 (>= 11), libboost-all-dev, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/async_web_server_cpp Priority: optional Section: misc Filename: pool/main/r/ros-kilted-async-web-server-cpp/ros-kilted-async-web-server-cpp_2.0.1-1noble.20260519.040702_arm64.deb Size: 173872 SHA256: cacc763622dd7fd51ea1c3a89688edf1d0499a2efa4df7723a40306015482e78 SHA1: c8b93c1df9a6c47fbc6679a27624c249a98b5e11 MD5sum: a3c8dddd34743a38872edc2464ea0642 Description: Asynchronous Web/WebSocket Server in C++ Package: ros-kilted-async-web-server-cpp-dbgsym Package-Type: ddeb Source: ros-kilted-async-web-server-cpp Version: 2.0.1-1noble.20260519.040702 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Timo Röhling Installed-Size: 2989 Depends: ros-kilted-async-web-server-cpp (= 2.0.1-1noble.20260519.040702) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-async-web-server-cpp/ros-kilted-async-web-server-cpp-dbgsym_2.0.1-1noble.20260519.040702_arm64.deb Size: 2592166 SHA256: 28954aed18a93c61a99f04f4958ee625e0a2097566793144a4eaffa91bacb2c3 SHA1: d684bf24f492e7eab8622f8505143c0de8aa4097 MD5sum: f880c9d080fa75f8c2c46fd629f9e149 Description: debug symbols for ros-kilted-async-web-server-cpp Build-Ids: e2aab4ffe343b629b295faac0b5ca4f0793fb698 Package: ros-kilted-auto-apms-behavior-tree Version: 1.5.1-1noble.20260519.123502 Architecture: arm64 Maintainer: Robin Müller Installed-Size: 4325 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-kilted-ament-index-python, ros-kilted-auto-apms-behavior-tree-core, ros-kilted-auto-apms-interfaces, ros-kilted-auto-apms-util, ros-kilted-generate-parameter-library, ros-kilted-geometry-msgs, ros-kilted-rcl-interfaces, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-rclcpp-components, ros-kilted-rclpy, ros-kilted-ros2cli, ros-kilted-ros2param, ros-kilted-std-srvs, ros-kilted-tf2-geometry-msgs, ros-kilted-ros-workspace Homepage: https://autoapms.github.io/auto-apms-guide/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-auto-apms-behavior-tree/ros-kilted-auto-apms-behavior-tree_1.5.1-1noble.20260519.123502_arm64.deb Size: 810200 SHA256: c6225cd34e3818a901f2fcf6eb1d48a83ab4433a91654bc74499709e0a4e9a73 SHA1: 2b6661d18b3d7b138e26b63ea1d89d587b5d5ade MD5sum: 02cbb76f847d0de70120fe5d6193be4c Description: Standard AutoAPMS behavior tree nodes and deployment tools Package: ros-kilted-auto-apms-behavior-tree-core Version: 1.5.1-1noble.20260519.122638 Architecture: arm64 Maintainer: Robin Müller Installed-Size: 1960 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), libeigen3-dev, libtinyxml2-dev, ros-kilted-action-msgs, ros-kilted-ament-index-cpp, ros-kilted-ament-index-python, ros-kilted-auto-apms-util, ros-kilted-behaviortree-cpp, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-ros-workspace Homepage: https://autoapms.github.io/auto-apms-guide/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-auto-apms-behavior-tree-core/ros-kilted-auto-apms-behavior-tree-core_1.5.1-1noble.20260519.122638_arm64.deb Size: 428112 SHA256: 8f5b6dc97152218314ccb3f461c161f4fafc4c67be4b279a6e2956ed1cf1bad5 SHA1: 61093b45341ba181d9424eaf045072798ad3aab6 MD5sum: f6e7d58d250f023cc697b77ccce31173 Description: Core functionality and cmake tools for AutoAPMS Package: ros-kilted-auto-apms-behavior-tree-core-dbgsym Package-Type: ddeb Source: ros-kilted-auto-apms-behavior-tree-core Version: 1.5.1-1noble.20260519.122638 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Robin Müller Installed-Size: 12926 Depends: ros-kilted-auto-apms-behavior-tree-core (= 1.5.1-1noble.20260519.122638) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-auto-apms-behavior-tree-core/ros-kilted-auto-apms-behavior-tree-core-dbgsym_1.5.1-1noble.20260519.122638_arm64.deb Size: 12130578 SHA256: 34e94bdfda97fcdda0dd1bba195d89bd4a497dd14b2906c6005da93171459619 SHA1: 8181f2eba4a2f5132ad0f0141d1de32db8436ad8 MD5sum: 93529c318c635a58c00d1cae84e1ab94 Description: debug symbols for ros-kilted-auto-apms-behavior-tree-core Build-Ids: 3b461f990eda12d62497623e2da48c07350872f9 7e446654a1240122d2200552eb465c7bc6a77a7c a68a26c51b1614993980f9ed0ea5edac749946ae a804e1b4136738533308db2e3697f271de6ed1da b3b79810ef869d23b33523693b9b2fdd1a9c541e fac4445e54a52578a8ec34f0c86d21bbc78af4ec Package: ros-kilted-auto-apms-behavior-tree-dbgsym Package-Type: ddeb Source: ros-kilted-auto-apms-behavior-tree Version: 1.5.1-1noble.20260519.123502 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Robin Müller Installed-Size: 27788 Depends: ros-kilted-auto-apms-behavior-tree (= 1.5.1-1noble.20260519.123502) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-auto-apms-behavior-tree/ros-kilted-auto-apms-behavior-tree-dbgsym_1.5.1-1noble.20260519.123502_arm64.deb Size: 26004338 SHA256: 618a78714a77e43fff55af990a018687180d80fa45d0a7c460f7cb6457177654 SHA1: 67dba6c3b766397e9fa722d56c36830e2f392475 MD5sum: cebe3115fb7f19bb123f96e3c91fc767 Description: debug symbols for ros-kilted-auto-apms-behavior-tree Build-Ids: 2e002c1436622a4271841f8669e96146268ece5c 2ffaff226058b9142c5e3fdc2b74be2c602900d0 4e67879a9cad63d0bdfc8f3a4f17292dfcce5c6a 539ec1fc824dc6fd4fc7c8afea650eb4e2158e80 5ee2cd0733c21acf0dad9932ba7298f458924c7e 70f99f7699b773e11cf0194718e659d4f0e9c8c9 acc4464d3dd7b5c952b6451b100c584043dcf5a7 fb576a3a54406d345b9d5b36f2cf39425b61b5bc Package: ros-kilted-auto-apms-examples Version: 1.5.1-1noble.20260520.075728 Architecture: arm64 Maintainer: Robin Müller Installed-Size: 795 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-kilted-auto-apms-behavior-tree, ros-kilted-auto-apms-interfaces, ros-kilted-auto-apms-mission, ros-kilted-auto-apms-ros2behavior, ros-kilted-auto-apms-util, ros-kilted-rclcpp-components, ros-kilted-ros-workspace Homepage: https://autoapms.github.io/auto-apms-guide/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-auto-apms-examples/ros-kilted-auto-apms-examples_1.5.1-1noble.20260520.075728_arm64.deb Size: 170656 SHA256: 4a404a50d4580d344da23678661f773d0b125df03b77c50547f4548594b54e88 SHA1: 277246efcfdff0952ee0c26feba3e3bc66f4e171 MD5sum: 70325d330d69c7ef66a14bc05e91078a Description: Examples package for AutoAPMS Package: ros-kilted-auto-apms-examples-dbgsym Package-Type: ddeb Source: ros-kilted-auto-apms-examples Version: 1.5.1-1noble.20260520.075728 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Robin Müller Installed-Size: 3612 Depends: ros-kilted-auto-apms-examples (= 1.5.1-1noble.20260520.075728) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-auto-apms-examples/ros-kilted-auto-apms-examples-dbgsym_1.5.1-1noble.20260520.075728_arm64.deb Size: 3349464 SHA256: 765d87166ca3b6a1a975ffc82f6fd917c20a1f27bef1d7f17f2c86b4fade0be0 SHA1: 38bb99d87b5b02fea286e54ddee700fa7505c271 MD5sum: bc99113551f19e7ab30e4dc4eaf3c795 Description: debug symbols for ros-kilted-auto-apms-examples Build-Ids: 3d39b862c49251bd6d8233f58480802e652690a0 88df78a17af021468a8d91d0bce1a71cfaeb3027 8fbe09d6553552c6c90cd1a21a47dd215c159c76 Package: ros-kilted-auto-apms-interfaces Version: 1.5.1-1noble.20260519.032711 Architecture: arm64 Maintainer: Robin Müller Installed-Size: 6185 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-ros-workspace Homepage: https://autoapms.github.io/auto-apms-guide/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-auto-apms-interfaces/ros-kilted-auto-apms-interfaces_1.5.1-1noble.20260519.032711_arm64.deb Size: 305204 SHA256: f8403acc6d9883d35fc8cd552e4f8a706cd82bc3ff775ec72669a721ea8a92cd SHA1: 178221bbc340a0693da69a05c85877074ad70c15 MD5sum: c5be30d9c03d5854925b1f6625aec5b0 Description: ROS 2 interfaces for AutoAPMS Package: ros-kilted-auto-apms-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-auto-apms-interfaces Version: 1.5.1-1noble.20260519.032711 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Robin Müller Installed-Size: 2838 Depends: ros-kilted-auto-apms-interfaces (= 1.5.1-1noble.20260519.032711) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-auto-apms-interfaces/ros-kilted-auto-apms-interfaces-dbgsym_1.5.1-1noble.20260519.032711_arm64.deb Size: 1820608 SHA256: 356d77dac3293ac5d7bbd476118e518ef4627c154ab19b07ecce3ddcc74d17eb SHA1: 4b68835ad482354994c530d0801096e176c3b908 MD5sum: 2fd4d111578c347292da502ac8ee5bec Description: debug symbols for ros-kilted-auto-apms-interfaces Build-Ids: 0a20e4d0a0891d14833f56e56e63525970221dd3 0f283886e4e55778d9050a15969a374f413851ee 308da07b35db4bbd4d713d2c1467feca18cf2faf 3e2a8e8533059daf88e9bf6d138bcfb618891ce7 3fbfb9c968ad33257eb354da45e9489810ec9f7b 647f21e95a757203393d1d604208c19bab2d0043 b20d3682a48854bb12eaa141cc8ad46a4714de40 b45004027e002c9c45c128dd41a5474eab2afa03 bfe408c43755f26da7366a5b937b09d90ed4b617 e48f56530a4c5611518174cbecbf261de517c5da e7b2d85044f136417fab7c35f75ff1773f220691 Package: ros-kilted-auto-apms-mission Version: 1.5.1-1noble.20260520.072550 Architecture: arm64 Maintainer: Robin Müller Installed-Size: 822 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-kilted-auto-apms-behavior-tree, ros-kilted-auto-apms-util, ros-kilted-rclcpp-components, ros-kilted-ros-workspace Homepage: https://autoapms.github.io/auto-apms-guide/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-auto-apms-mission/ros-kilted-auto-apms-mission_1.5.1-1noble.20260520.072550_arm64.deb Size: 140382 SHA256: 915453351390ad77c62d3b63cbb17616bfdbaeea8c407ecf265b045a2db8db72 SHA1: b6be699a373cd599d31b2c96f538274e523a75b5 MD5sum: 4a9e5a2a8be56bbbacac5a77a13d20f9 Description: Implementation of AutoAPMS's automated mission management system Package: ros-kilted-auto-apms-mission-dbgsym Package-Type: ddeb Source: ros-kilted-auto-apms-mission Version: 1.5.1-1noble.20260520.072550 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Robin Müller Installed-Size: 5813 Depends: ros-kilted-auto-apms-mission (= 1.5.1-1noble.20260520.072550) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-auto-apms-mission/ros-kilted-auto-apms-mission-dbgsym_1.5.1-1noble.20260520.072550_arm64.deb Size: 5426198 SHA256: c2ed318e1f43ba7f7cc9f0e416312cce70388a8cdc669755672eb0687a9ef8ea SHA1: 0bb1902cb44b4bc12c35181f486ef4947a42726b MD5sum: e883280c62e10c902fd2e3551a9e3e7b Description: debug symbols for ros-kilted-auto-apms-mission Build-Ids: 402540fce6d570441b69b3a8565647c62e8aabc6 69577f6ec8909833a731c54c69e5ab8968c19822 7ea5ad4e647da29c995df0fced8046c98e327946 afb633a81daf9bd14a801b9d42d7b5e84e273d41 Package: ros-kilted-auto-apms-ros2behavior Version: 1.5.1-1noble.20260519.152424 Architecture: arm64 Maintainer: Robin Müller Installed-Size: 153 Depends: ros-kilted-ament-index-python, ros-kilted-auto-apms-behavior-tree, ros-kilted-auto-apms-interfaces, ros-kilted-rcl-interfaces, ros-kilted-rclpy, ros-kilted-ros2cli, ros-kilted-ros2param, ros-kilted-ros2run, ros-kilted-std-srvs, ros-kilted-ros-workspace Homepage: https://autoapms.github.io/auto-apms-guide/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-auto-apms-ros2behavior/ros-kilted-auto-apms-ros2behavior_1.5.1-1noble.20260519.152424_arm64.deb Size: 28066 SHA256: f193e5706ab3dd3bb7e985de0be14c01d5965fb602708a789b2da75fe21d738d SHA1: bbe3c3561448c37e88ad49b377e454318503bb2c MD5sum: 0d65a8b5c6c1d5433e2c398680619736 Description: AutoAPMS related extensions for the ROS 2 CLI introducing the ros2 behavior command Package: ros-kilted-auto-apms-util Version: 1.5.1-1noble.20260519.122329 Architecture: arm64 Maintainer: Robin Müller Installed-Size: 229 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-ament-index-cpp, ros-kilted-ament-index-python, ros-kilted-generate-parameter-library, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-rcpputils, ros-kilted-yaml-cpp-vendor, ros-kilted-ros-workspace Homepage: https://autoapms.github.io/auto-apms-guide/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-auto-apms-util/ros-kilted-auto-apms-util_1.5.1-1noble.20260519.122329_arm64.deb Size: 39748 SHA256: 1704b7edd546fcccb8b7adf79457133d369c26791221774ff84f2b5a2db439ae SHA1: c668d584a55a6b94c050a71513d44c1200bf96c3 MD5sum: 630f99cc753329209a2d9c0ee2080a24 Description: AutoAPMS utilities Package: ros-kilted-auto-apms-util-dbgsym Package-Type: ddeb Source: ros-kilted-auto-apms-util Version: 1.5.1-1noble.20260519.122329 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Robin Müller Installed-Size: 266 Depends: ros-kilted-auto-apms-util (= 1.5.1-1noble.20260519.122329) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-auto-apms-util/ros-kilted-auto-apms-util-dbgsym_1.5.1-1noble.20260519.122329_arm64.deb Size: 237878 SHA256: c937bd8f1687421e3f45a1718b3d4cbf484b9e69db0470826be3f48298c0db47 SHA1: 947c88a92aaa640e87ca9cfbb3be455df13fad5d MD5sum: 3f10978e7e609e6fe31bbfa83588cb21 Description: debug symbols for ros-kilted-auto-apms-util Build-Ids: b26b4446cb6d3958509dc31546dc317f9b76103b Package: ros-kilted-automatika-embodied-agents Version: 0.7.1-1noble.20260519.051407 Architecture: arm64 Maintainer: Automatika Robotics Installed-Size: 4504 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, python3-httpx, python3-platformdirs, python3-tqdm, python3-websockets, ros-kilted-automatika-ros-sugar, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: https://github.com/automatika-robotics/embodied-agents Priority: optional Section: misc Filename: pool/main/r/ros-kilted-automatika-embodied-agents/ros-kilted-automatika-embodied-agents_0.7.1-1noble.20260519.051407_arm64.deb Size: 512704 SHA256: 73d69d458aca5bb024d70428487c129415c0d3504d8ffcf5af765ea81b86099f SHA1: acaeecd4c13a1f66c77706b42d7d2e0cf73a33cd MD5sum: 0f08f9429a49b38a1c6c4a12dd2a871b Description: agents Package: ros-kilted-automatika-embodied-agents-dbgsym Package-Type: ddeb Source: ros-kilted-automatika-embodied-agents Version: 0.7.1-1noble.20260519.051407 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Automatika Robotics Installed-Size: 2501 Depends: ros-kilted-automatika-embodied-agents (= 0.7.1-1noble.20260519.051407) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-automatika-embodied-agents/ros-kilted-automatika-embodied-agents-dbgsym_0.7.1-1noble.20260519.051407_arm64.deb Size: 1890478 SHA256: ccec2f7cf449ff3336c345beccdf633a86d8123e975c8a44a22d425fc0d6cc90 SHA1: 09f26df043fd3d17109ea4d743d545244bd8157a MD5sum: aa405500eadc7295ba2f67268e70aada Description: debug symbols for ros-kilted-automatika-embodied-agents Build-Ids: 1ef6117d6e0fdb2d714831325fb43d942ece48cd 4684a93a8615291c78433c64bc4b49a419725102 554d80ea98f6daf820764a8e932f765317e429aa b6ad6cce678307ee652947c0d2d49191815f4c5f b6c2dc350c2e711569af02df8cfb486fe65b5059 ccf05f7b9e06930454e5d999a42f98303bf5d915 d08aeafcb15f06146bca77eec4e5d7fc4b7e465c d7ee1d59deb5dbffb5f8858ff102dc39805b4b55 f5fe3863caf9a64926b32ea8be739224ab29c00d f7683522623ad23337b3d7ad948485920401405b fae827e107246097040655be20a702cd97b12185 Package: ros-kilted-automatika-ros-sugar Version: 0.7.0-1noble.20260519.050532 Architecture: arm64 Maintainer: Automatika Robotics Installed-Size: 4178 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, python3-attr, python3-jinja2, python3-msgpack, python3-msgpack-numpy, python3-numpy, python3-opencv, python3-setproctitle, python3-toml, python3-yaml, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-lifecycle-msgs, ros-kilted-nav-msgs, ros-kilted-rclcpp, ros-kilted-rclpy, ros-kilted-rosidl-default-runtime, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: https://github.com/automatika-robotics/sugarcoat Priority: optional Section: misc Filename: pool/main/r/ros-kilted-automatika-ros-sugar/ros-kilted-automatika-ros-sugar_0.7.0-1noble.20260519.050532_arm64.deb Size: 688160 SHA256: bb503065e4e3c15d1c0bbf520a16f554a84c6009b9e7db113f5fe9c04ba0f114 SHA1: 7de4981ddf7dfe5dfeebcccb4e7d3f83c492f094 MD5sum: 8a6c7db80f1431335f197421f2e21ad2 Description: Syntactic sugar for ROS2 nodes creation and management Package: ros-kilted-automatika-ros-sugar-dbgsym Package-Type: ddeb Source: ros-kilted-automatika-ros-sugar Version: 0.7.0-1noble.20260519.050532 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Automatika Robotics Installed-Size: 2170 Depends: ros-kilted-automatika-ros-sugar (= 0.7.0-1noble.20260519.050532) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-automatika-ros-sugar/ros-kilted-automatika-ros-sugar-dbgsym_0.7.0-1noble.20260519.050532_arm64.deb Size: 1656420 SHA256: b03582f53cfe34008f83c1494342dff0e2a23e037c8aaec5a635b36d94d2462c SHA1: dc5b6946069faf42e9cd91bb58aa76a80867d215 MD5sum: 7f2f65db5d472fe2e54c84e938d03da5 Description: debug symbols for ros-kilted-automatika-ros-sugar Build-Ids: 04399b21c775b06469b1787ebbc5da551abf7315 3727adeb4927c6120881666366eafc189db67755 4fae3fc2037b6689a08c693efbb31dc843ce0843 5705a2526f50271cfe22e72dd938c5a5679201c0 59f6fb647525b5f37c3b0832ef28f758b882c882 6c602cd3cd8f0e5b467b600748663fa632bffa4e 70015b5c51be7dff3839dd0e2a1fb3a00c1b1066 99f3b92fe928e13679a7a52a79b15cf47a4a91aa a670cfd4d0e2a9d5398b2ef4ddcf2404be091cfc c8a0a1944866b2ca5ec20d7f757d01960412e697 f65bd500e147f645d6fb34fd20cbcd7cdbed5951 Package: ros-kilted-automotive-autonomy-msgs Version: 3.0.4-6noble.20260519.033840 Architecture: arm64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 42 Depends: ros-kilted-automotive-navigation-msgs, ros-kilted-automotive-platform-msgs, ros-kilted-ros-workspace Homepage: http://github.com/astuff/automotive_autonomy_msgs Priority: optional Section: misc Filename: pool/main/r/ros-kilted-automotive-autonomy-msgs/ros-kilted-automotive-autonomy-msgs_3.0.4-6noble.20260519.033840_arm64.deb Size: 5638 SHA256: c3e0115cd8acf5771aab5044ed9e937c2bbe6c0ca578d4772d9902ba6cd81317 SHA1: d1fecde8930c6b52504d748a758c3ea8e4e434f6 MD5sum: 158d5b033f295da46dd7ac4b41a74c33 Description: Messages for vehicle automation Package: ros-kilted-automotive-navigation-msgs Version: 3.0.4-6noble.20260519.025031 Architecture: arm64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 2653 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://github.com/astuff/automotive_navigation_msgs Priority: optional Section: misc Filename: pool/main/r/ros-kilted-automotive-navigation-msgs/ros-kilted-automotive-navigation-msgs_3.0.4-6noble.20260519.025031_arm64.deb Size: 165728 SHA256: 95b5bddfeeca96eae75ebc12fba3e90aba68a5017d6940e4ff8b39551675ea4c SHA1: 7feae28f3b98410d4ab26ed90983022f0d54c355 MD5sum: d197ddb77dbc864a248ef1472cf4d305 Description: Generic Messages for Navigation Objectives in Automotive Automation Software Package: ros-kilted-automotive-navigation-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-automotive-navigation-msgs Version: 3.0.4-6noble.20260519.025031 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1869 Depends: ros-kilted-automotive-navigation-msgs (= 3.0.4-6noble.20260519.025031) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-automotive-navigation-msgs/ros-kilted-automotive-navigation-msgs-dbgsym_3.0.4-6noble.20260519.025031_arm64.deb Size: 1425132 SHA256: 440dbcb829e5427524a35d853377bd2bd5a72071a90f4899733b5d56009515a3 SHA1: d0a59cb91983d427b81bf32e5bdd3c1277896979 MD5sum: e3074867fe715e50f03f9b26f9be6586 Description: debug symbols for ros-kilted-automotive-navigation-msgs Build-Ids: 0e4ba42f2383ec133c867d248295166594dc44c1 3b69685df4cd43d0829a4653d5f34375a807bcb4 3b74d2f43ac5051926bbab35ba4b2dd730365821 6befb18063ea964148998fbb3c9fd56baa80be31 77c9cbf365eeb2148da12f59faf961a31c074962 a801681759b0a4724f4887ea987fb900c9034caa b0b6aee64e2fe2290286b9d9297e161ca579a35f b38ae10a21eda3cce0e1aee53c254dc2452627bd c301db88c8bcb68430f978a61ea513958e4c6625 c8840a8ff871c425544da5a7b7ff110883960cbd f4c02f6e1fa60e503470edd3f8714a624e722a8f Package: ros-kilted-automotive-platform-msgs Version: 3.0.4-6noble.20260519.033326 Architecture: arm64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 4611 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://github.com/astuff/automotive_platform_msgs Priority: optional Section: misc Filename: pool/main/r/ros-kilted-automotive-platform-msgs/ros-kilted-automotive-platform-msgs_3.0.4-6noble.20260519.033326_arm64.deb Size: 259314 SHA256: 5242c866bf876d792c7a5066400644ae0ded7513a9f0e42aeaa6f5b3274c64cf SHA1: 9f1cf250c29a91e61840a358bfbefba3ddc820d4 MD5sum: 6f4c5ef4b28778da5969e9c08a95f7d4 Description: Generic Messages for Communication with an Automotive Autonomous Platform Package: ros-kilted-automotive-platform-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-automotive-platform-msgs Version: 3.0.4-6noble.20260519.033326 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 3129 Depends: ros-kilted-automotive-platform-msgs (= 3.0.4-6noble.20260519.033326) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-automotive-platform-msgs/ros-kilted-automotive-platform-msgs-dbgsym_3.0.4-6noble.20260519.033326_arm64.deb Size: 2298896 SHA256: c645202273feb0f83cad87fbddda4e7eb941311327a79fa6a7fb8e7de2b89224 SHA1: 13feac9acda1fbdb25daf0f316086479338877ae MD5sum: 088c8140cdc2185d5860da21c9041e10 Description: debug symbols for ros-kilted-automotive-platform-msgs Build-Ids: 093bda438ff7dad6d1b9247f2b7ef7ce463db3b1 1669b66c413438917919fc273aad84c33a2b6a5e 37cb75acfce1a67e7e786eaef605dc381a63d45a 486841900e0d34c202f02725a329195ba82ee1c8 4cf6137370dc18d5852f75a1f6bb202e6e4d4abb 583d7bf54121471e4e7b44322efe2018c91c014e 8595e8e7cb989c7e25565e46a874bab18427d087 a00002777bb17ba4e749e2414e3bcf9164135d95 a887161173492b65940c18e40b277ea16c766e38 ba97278576c3145df40bcc464d88a70d41c3be24 fd62925d9cb365e938f99dd731f9ef13fe23f4b5 Package: ros-kilted-autoware-adapi-v1-msgs Version: 1.3.0-2noble.20260519.034450 Architecture: arm64 Maintainer: Takagi, Isamu Installed-Size: 12264 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geographic-msgs, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-shape-msgs, ros-kilted-std-msgs, ros-kilted-unique-identifier-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-adapi-v1-msgs/ros-kilted-autoware-adapi-v1-msgs_1.3.0-2noble.20260519.034450_arm64.deb Size: 699838 SHA256: 53189c99a6743cebb4d480d2b7733d82a6f3bad1610ea557d8f5e5f5df96396b SHA1: 26d22782b3ddbfc1cb1c9074d6faf052151213ff MD5sum: f8f389168e4eee6af510c9731aa9ca03 Description: The Autoware AD API interfaces Package: ros-kilted-autoware-adapi-v1-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-autoware-adapi-v1-msgs Version: 1.3.0-2noble.20260519.034450 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Takagi, Isamu Installed-Size: 9778 Depends: ros-kilted-autoware-adapi-v1-msgs (= 1.3.0-2noble.20260519.034450) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-adapi-v1-msgs/ros-kilted-autoware-adapi-v1-msgs-dbgsym_1.3.0-2noble.20260519.034450_arm64.deb Size: 7493198 SHA256: db09272817c10252a9647330bf901f21a4f494f31bba8c079c1268f00717738b SHA1: c3a8d4c3445dbde4ff25e2f3fe32591c23b2f661 MD5sum: 4b412fd13ef07efb6e08c8db774b6a31 Description: debug symbols for ros-kilted-autoware-adapi-v1-msgs Build-Ids: 1c6341949e061d004c00b8b92519c9b460d8ea71 740c4065ec684bf5c0f3c8778330f2b8c5884bf9 85d0bc6eee4b89e3a21460a4f34a16fac373bbfe 900ba25f2a1ce2d760cb9217f8700f8dd7e320ba 91a1675b1c1bef59ed6991c2c8fa3b0390cf169a 93702dec20f1c254d58d6f130a3af7646f87ad59 a345bc73e42b0d1b763928c5a74b1ce1078e7817 aaae47c42c0ae8d25cbda1296e325149ab9f7110 d870ee2f1a1e0385a4ab276aa0da931c204ec6fe dd8f5bff670c29ff246bb1516a098974522ed630 f084e69f99bb60b8123ca061084145f7d1fb52bc Package: ros-kilted-autoware-adapi-version-msgs Version: 1.3.0-2noble.20260519.022243 Architecture: arm64 Maintainer: Takagi, Isamu Installed-Size: 1219 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-adapi-version-msgs/ros-kilted-autoware-adapi-version-msgs_1.3.0-2noble.20260519.022243_arm64.deb Size: 67522 SHA256: 0ae3f6d0300f4d83601ca2c7fab109b00011cbb7c2504f87cfb9a8e7436ca532 SHA1: 4fa3ff3e2c8204f46fcdf1c3cd0b1f5f6e79733c MD5sum: fbc150739e62206ba4cdfde5c6288e4f Description: The Autoware AD API version interfaces Package: ros-kilted-autoware-adapi-version-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-autoware-adapi-version-msgs Version: 1.3.0-2noble.20260519.022243 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Takagi, Isamu Installed-Size: 471 Depends: ros-kilted-autoware-adapi-version-msgs (= 1.3.0-2noble.20260519.022243) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-adapi-version-msgs/ros-kilted-autoware-adapi-version-msgs-dbgsym_1.3.0-2noble.20260519.022243_arm64.deb Size: 309012 SHA256: 62c943644aba1de891974ff6fbfd9074ec0426a05744fcd53fa19a50956f0c30 SHA1: 4711141ecdc10d01fc8799a309e4ea52fab149d5 MD5sum: caf5f8a53857271164777ad0e7e033fa Description: debug symbols for ros-kilted-autoware-adapi-version-msgs Build-Ids: 381b4e6cffec78ab3cef61acba17a8bda34dfdd8 4f1e697adbd093deea9dd64b480203a1706d8525 51ae8c26d5de3059a7ece245a1011fbb363419e6 5b0dcefa77ff3fdf37d929ee96dd0f454f75f0be 5bff74260f9eb9a92174dad2823f443344037775 5f6a27c90d72a24d3b8d81b3ad289b59b0cc8d62 757554677bf9b25b0dbcf9f37735d9f009daf0e4 874f9f9403fbbc1e609686abad10d1094104bb17 d4b902013d3041ecf0e5ba8082a81d7ee8681928 f0783ffe9cc7e92203f6469995cf36d0a38bf6b3 ff20911a074e066c007f61f9d9272f8e9236e271 Package: ros-kilted-autoware-auto-msgs Version: 1.0.0-7noble.20260519.031234 Architecture: arm64 Maintainer: Apex.AI, Inc. Installed-Size: 6415 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-action-msgs, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-auto-msgs/ros-kilted-autoware-auto-msgs_1.0.0-7noble.20260519.031234_arm64.deb Size: 404570 SHA256: 64866839a485ff5230643d251825882f12ecc15ecdf965fa5eddee6e65abd862 SHA1: 9f3e55d8b8d4b4931882503aa1cba0d6149e5638 MD5sum: ef6f8f5841c9872e54461877b6ac86aa Description: Interfaces between core Autoware.Auto components Package: ros-kilted-autoware-auto-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-autoware-auto-msgs Version: 1.0.0-7noble.20260519.031234 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Apex.AI, Inc. Installed-Size: 4438 Depends: ros-kilted-autoware-auto-msgs (= 1.0.0-7noble.20260519.031234) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-auto-msgs/ros-kilted-autoware-auto-msgs-dbgsym_1.0.0-7noble.20260519.031234_arm64.deb Size: 3364712 SHA256: 6254fcfcc901734922b27bc99916b45480e32b7d70a17354fc00bd8258f2d103 SHA1: 80f19b6c42673ef3bbb07ed3802273038937153b MD5sum: e04b1d91167aac507a8ea3b9a1b8a35e Description: debug symbols for ros-kilted-autoware-auto-msgs Build-Ids: 0086650d562346c6b42be6c7782059af04fec383 0626e8becf7201ff9e18cabe465899a782f75655 199437d568282816489d46deda4d8fe6ec8ada40 46df21e4130d943d8f8a16b8a7fa85145e3cb4c2 609acbdf700fc3070cb158666c2530988343c0b0 6cd1809644490540cf882d7f4f9f12ccbe32fb3a a423b48b8ee743876570471d9da0f66b25142a8e b8fc2b4060e4bf96686d862fae291ed476490e9a cc6bb4b9e6131e835bcba220a8d6902ff03c675b f03b669eed4b1aa53d48dd55693358d41b04609c f9ffba301415817b4b44a82f25ae82ba3bf66212 Package: ros-kilted-autoware-cmake Version: 1.0.2-2noble.20260410.185253 Architecture: arm64 Maintainer: Ryohsuke Mitsudome Installed-Size: 50 Depends: ros-kilted-ament-cmake-auto, ros-kilted-ament-lint-auto, ros-kilted-ros-environment, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-cmake/ros-kilted-autoware-cmake_1.0.2-2noble.20260410.185253_arm64.deb Size: 7578 SHA256: d2c279d232fe4f61a739fa27df8fea921239e1b71d2ef934f40b89dd35dc5e85 SHA1: 5295cf47443f0dc911b917be446ec4edf1563d20 MD5sum: f2ba3988f597dbee78ea2db466e67023 Description: CMake scripts for Autoware Package: ros-kilted-autoware-common-msgs Version: 1.7.0-1noble.20260519.022313 Architecture: arm64 Maintainer: Takagi, Isamu Installed-Size: 1009 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-common-msgs/ros-kilted-autoware-common-msgs_1.7.0-1noble.20260519.022313_arm64.deb Size: 44224 SHA256: e6758a833c62f7353da040a16f274452b1a82e9917fe0e635b1cb64cef0ba2e9 SHA1: 26abc0406ee8ca5368b57fa1f04e3e045cccfdbf MD5sum: dbf3dc980ea55ddae95dd6cfc94b35e4 Description: Autoware common messages package. Package: ros-kilted-autoware-common-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-autoware-common-msgs Version: 1.7.0-1noble.20260519.022313 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Takagi, Isamu Installed-Size: 294 Depends: ros-kilted-autoware-common-msgs (= 1.7.0-1noble.20260519.022313) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-common-msgs/ros-kilted-autoware-common-msgs-dbgsym_1.7.0-1noble.20260519.022313_arm64.deb Size: 185288 SHA256: 8a3cc032a6f62f2ca0f1be6c2d5e8d4cc24b857892327bb401915c019c294bef SHA1: 1d41031a59e4a17e915a87ee03ac01525e1e5ca5 MD5sum: cf75ba0111dd131723acbf5f04911356 Description: debug symbols for ros-kilted-autoware-common-msgs Build-Ids: 0c5ccc1e58a2e642996306b3e142663077ad4dfc 1512d982c63e112b294e00594c7f7cf2d38fb3ce 22e6d4dc2177b383cfca6a01271b764e8f30449a 2f1094ce55b0c5c18b2e288c5c6733b33f608c61 7873e145168110e452c2d08de009baf03c6b5949 80cc2ad8f4618bfbc4ae57b1c3f4105d107f2821 863e847d2672c169ef3ff277ba32ad0d1f6be60e 8f9549a3731aa3943512a70d52495944a683a978 93eb0ba550848c4489dabed09b8308d9544988bc e5cdd539a3cca2d63446e2e4b3e85e3605af439b f73d1d79237979435392d3c84991cf37e53a1111 Package: ros-kilted-autoware-control-msgs Version: 1.7.0-1noble.20260519.021313 Architecture: arm64 Maintainer: M. Fatih Cırıt Installed-Size: 1392 Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-control-msgs/ros-kilted-autoware-control-msgs_1.7.0-1noble.20260519.021313_arm64.deb Size: 75564 SHA256: 0c530e4aa0f6f15df8f29df55a3402e93a029e59939aa37b457ad488698eaab6 SHA1: 81ccf1ac737321899d5f1e5401b8c39da15fb204 MD5sum: d260d48e1a9314685d36faae13405ad4 Description: Autoware control messages package. Package: ros-kilted-autoware-control-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-autoware-control-msgs Version: 1.7.0-1noble.20260519.021313 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: M. Fatih Cırıt Installed-Size: 630 Depends: ros-kilted-autoware-control-msgs (= 1.7.0-1noble.20260519.021313) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-control-msgs/ros-kilted-autoware-control-msgs-dbgsym_1.7.0-1noble.20260519.021313_arm64.deb Size: 449352 SHA256: 5085d43d1d6f7a71ef8c4e768c3a4a832315fceb28ed2fce7644a98834c0711d SHA1: 8750896c9a226cf65ff371e898a4a686390ab0ec MD5sum: c212665c21970f93646eae07fda2e4e8 Description: debug symbols for ros-kilted-autoware-control-msgs Build-Ids: 01d8ba3d25c73bb804c7facfbc2eaeb65b701507 057c95389b03a8d6dac3d26bcecdf1bf14c605db 0b46601b80d33c02c4c3cc126b9d38cd5688a70a 1c2e1076c48ad16bdb45c1cb9362dda7094712c5 20fc454841c8429c186668c8147519fe905e2f1e 2a5e09bf01b61588e1a717d3d4bd900f32f1f13e 72f000dff87a58433d8aa33acc014a0ae2a9ccc1 8d681c986044168daddd508e3ba76cbad510ea7c be3888725b344af3dc2f618197b0eb5646e589cb dce88b351d6b020509add3ea1d27f62ebd08383e fbe660e312e0e64506bd89068befc9e92e0eed2f Package: ros-kilted-autoware-internal-debug-msgs Version: 1.8.1-3noble.20260519.033440 Architecture: arm64 Maintainer: Ryohsuke Mitsudome Installed-Size: 2718 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-internal-debug-msgs/ros-kilted-autoware-internal-debug-msgs_1.8.1-3noble.20260519.033440_arm64.deb Size: 164118 SHA256: 72138a470a5338550eb80c1c175144ac7e052498d4365197cdddf4d97a82d6f2 SHA1: 3f0ca7f9b4fa96cc813979b7821b2bbdd407b334 MD5sum: 7a15be8a632f7bdc1ab72a1409892a5c Description: Autoware internal debug messages package. Package: ros-kilted-autoware-internal-debug-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-autoware-internal-debug-msgs Version: 1.8.1-3noble.20260519.033440 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Ryohsuke Mitsudome Installed-Size: 1992 Depends: ros-kilted-autoware-internal-debug-msgs (= 1.8.1-3noble.20260519.033440) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-internal-debug-msgs/ros-kilted-autoware-internal-debug-msgs-dbgsym_1.8.1-3noble.20260519.033440_arm64.deb Size: 1495484 SHA256: a7e3288efaaca624b654d39c429d4747d7753aa0db530b1948755e15ea73bb2c SHA1: e73617954ba1b24da060a18a3bfa25b9ded54d22 MD5sum: da55918a7e2645ef8a11b2d85666ee75 Description: debug symbols for ros-kilted-autoware-internal-debug-msgs Build-Ids: 2b607b2057b4159951accc31a7f2feb9fe388048 3b95eeb6317fc3e684ba4aae05cf29ec48db372a 4d5a99a6f9626080d19fe72412207b5544aaff37 a2918a275b1cbb8e582302a51f10d7d812199812 ab1f2c6350055a2a32dabc18c2063a68fe718c86 adf369c60b260ed42dc36a84e4227d7546a4e7c0 b20c0cae36cf31f336fc7cabe80207b20249df75 bbe7e2e7c4da005ff70a56b300a772e7ccfe4924 be8cdf0c9c49778644bbe3b0e173b77de5497ff7 d8d950397694c6132e7c297a6162aaac0b1622fd e48132ea7e3f466341016818296bd3fa1cf49e8a Package: ros-kilted-autoware-internal-metric-msgs Version: 1.8.1-3noble.20260519.021317 Architecture: arm64 Maintainer: Temkei Kem Installed-Size: 1115 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-internal-metric-msgs/ros-kilted-autoware-internal-metric-msgs_1.8.1-3noble.20260519.021317_arm64.deb Size: 59078 SHA256: 3374da88535b0ed9bb2720d3e6b7cf033afd685a8037237e94e70275a1d5f262 SHA1: a26eb60012a95f4e923acc27b3f741ae7437ffb9 MD5sum: 68998f90d03eca4ca68c9e4a63f24766 Description: The autoware_internal_metric_msgs package Package: ros-kilted-autoware-internal-metric-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-autoware-internal-metric-msgs Version: 1.8.1-3noble.20260519.021317 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Temkei Kem Installed-Size: 459 Depends: ros-kilted-autoware-internal-metric-msgs (= 1.8.1-3noble.20260519.021317) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-internal-metric-msgs/ros-kilted-autoware-internal-metric-msgs-dbgsym_1.8.1-3noble.20260519.021317_arm64.deb Size: 321574 SHA256: 7953ba6a9e657c78622219c2c0510bf34f78c49a4520af4827dc436460de0850 SHA1: ad8bc9f3f6abd08949642a6a5471352c0f967bb9 MD5sum: c459e62feb344388542963b2bc2b7214 Description: debug symbols for ros-kilted-autoware-internal-metric-msgs Build-Ids: 0f0f410fd3f6620624bfef904f8597259b6f9ba4 1fdb6c6fd47b2d4834ec7e2f891f5d5c0352f013 281c43039439ef93646f1573f55925beca6dd089 67d17fc997efe5d9517c97c53b29bc0f1713f90e 708865b3df816e0685a0c04fb7f3889b72e5032a b7343fcfd74534f5c2d0dfc7a9f4394bf23f448f b8b9104e4a7043a76790cde88e0d18adca640f8c bb07a535182a4de9a9fb7ec6e65d2133cae16d7e c1fb37b37038be9652fef88e3f33e8d68ed23aac c2f081773012b7f9240e30a3e583901f282ba4da cbe49d2d406a9055851326921967bcfd7883c408 Package: ros-kilted-autoware-internal-msgs Version: 1.8.1-3noble.20260519.034728 Architecture: arm64 Maintainer: Berkay Karaman Installed-Size: 1233 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-autoware-internal-debug-msgs, ros-kilted-autoware-internal-metric-msgs, ros-kilted-autoware-internal-perception-msgs, ros-kilted-autoware-internal-planning-msgs, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-internal-msgs/ros-kilted-autoware-internal-msgs_1.8.1-3noble.20260519.034728_arm64.deb Size: 62926 SHA256: 6761e2175d87085c1a6b4657b6e9c4ce74fe11d919e6adcaf29c3256cbdc7e15 SHA1: 0cbe57ac92129772241a656d5f6e4c536e8b0a00 MD5sum: 91f2ebcfbc74e7b4b6683086726b513a Description: Autoware internal messages package. Package: ros-kilted-autoware-internal-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-autoware-internal-msgs Version: 1.8.1-3noble.20260519.034728 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Berkay Karaman Installed-Size: 517 Depends: ros-kilted-autoware-internal-msgs (= 1.8.1-3noble.20260519.034728) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-internal-msgs/ros-kilted-autoware-internal-msgs-dbgsym_1.8.1-3noble.20260519.034728_arm64.deb Size: 356900 SHA256: 4b3a3b91143dd0464aea2fcb58f36362ca31fdf10f718b5a22968cce8cf2f5a0 SHA1: c6e95058b62af9842933e8ea6669550cb0346983 MD5sum: 89847ae3ef3a5f6bbf3f35897d133db3 Description: debug symbols for ros-kilted-autoware-internal-msgs Build-Ids: 28393d5aea9582344c16ab6eb6ad69af95d69216 35f09e9d1c06cef583b44f3574499f09ba4dee92 36fa8ca4d03a2eecffd59c180b5f353a0596fffb 4b15f92ab3be30ad81dfe7648fbfb61e32edc1cd 6d95c484a825291d07a6d54b1b76376232f1ade6 85cafb2696af9c7a7de12413a1cf208ec51c9d81 941c50b28448d540f1990415c3590a62029f3d74 9d8e120caff4767db46c05d1161146d233358294 d39cd09df5d01e69fc04484ecaff82273208d059 d4b1de82e0a74d2f3b5fb220497592a009b32ecc e6627cc98f03426e1ca90f8d6b448fc3ad435a1e Package: ros-kilted-autoware-internal-perception-msgs Version: 1.8.1-3noble.20260519.034239 Architecture: arm64 Maintainer: M. Fatih Cırıt Installed-Size: 1044 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-autoware-perception-msgs, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-internal-perception-msgs/ros-kilted-autoware-internal-perception-msgs_1.8.1-3noble.20260519.034239_arm64.deb Size: 49830 SHA256: 2f208d8cee3bf490864fcb60750112068f864ea978a93828f5268480d2abfcef SHA1: 1ad9a912df711ed7b256fc9beaa7141cb3e4fc87 MD5sum: 54baff6ed491163b2c42e300075ab680 Description: Autoware internal perception messages package. Package: ros-kilted-autoware-internal-perception-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-autoware-internal-perception-msgs Version: 1.8.1-3noble.20260519.034239 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: M. Fatih Cırıt Installed-Size: 336 Depends: ros-kilted-autoware-internal-perception-msgs (= 1.8.1-3noble.20260519.034239) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-internal-perception-msgs/ros-kilted-autoware-internal-perception-msgs-dbgsym_1.8.1-3noble.20260519.034239_arm64.deb Size: 219778 SHA256: 1e954af638c1a4d00c3d05ba8d39e2388f4e2a96ad099a6b4d85715f8cd2b864 SHA1: 2737967a31c3310ee27635aa87ec85540a9a47e0 MD5sum: 2bbc9ba3f105513a650bca14d673429b Description: debug symbols for ros-kilted-autoware-internal-perception-msgs Build-Ids: 0e1d8353c2bdf328e388e51f9daa397cb44ef9c8 2b97151ccc2534e2c5410430fdd84f143c7346bf 3809ca2dad96d4d6d125088edd4c53d2658c90bf 3d81bf159a0f764ff154a645d70b9887216afcbb 416ceba22efaff6ad464a5e8ee5207e3c4271c9f 58d2b487bf74fc3ed6853804d55e2794c0011130 72f0bdb300f57645e6094fe9942f8b0733aac705 809949594c29c0df52b9a7d774f2c25737382910 9c2c27203194d4e852742e8b02f638fc41bba27f d06478be9bb6b59ca82ef696f5da4d4d76a2517e f51e8ba849dffebc72fc9b57e298619b1225fba8 Package: ros-kilted-autoware-internal-planning-msgs Version: 1.8.1-3noble.20260519.034224 Architecture: arm64 Maintainer: Yukihiro Saito Installed-Size: 4054 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-autoware-common-msgs, ros-kilted-autoware-perception-msgs, ros-kilted-autoware-planning-msgs, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-unique-identifier-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-internal-planning-msgs/ros-kilted-autoware-internal-planning-msgs_1.8.1-3noble.20260519.034224_arm64.deb Size: 272662 SHA256: 0bd61a09d16c38aa0fcc3d425e0647992bd91f6c5a3d9f7f3c8b2960a70044b5 SHA1: 145ec2fd14e7019ad7f78f69ee864dee95e6b586 MD5sum: 157b3b7c25d1ac5361b1cea7970dd869 Description: The autoware_internal_planning_msgs package Package: ros-kilted-autoware-internal-planning-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-autoware-internal-planning-msgs Version: 1.8.1-3noble.20260519.034224 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Yukihiro Saito Installed-Size: 3182 Depends: ros-kilted-autoware-internal-planning-msgs (= 1.8.1-3noble.20260519.034224) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-internal-planning-msgs/ros-kilted-autoware-internal-planning-msgs-dbgsym_1.8.1-3noble.20260519.034224_arm64.deb Size: 2464056 SHA256: 61b8beca52cbac47b250d650c5b7b7597cc0180f7df4d64f80395b3cfb771aa9 SHA1: 845575af831c59c3a29e7f4a24fbba2905213514 MD5sum: 36a9e19073476852d0fa05d9a3fd2632 Description: debug symbols for ros-kilted-autoware-internal-planning-msgs Build-Ids: 016117144ecd1c90d8328f3a4367b5b3851aeae2 0d7c37c756440fa6fb5f128676a38260838e02ce 23385a032f346de1f2643d436a894e60a457b733 37f6ff3d94de6d3a07c9e83691197a5d59990453 470fd3d49716c3bc081da1ae3159b48f79cb2479 6aae19dc7a42765a67b44885622efb0e68919d10 88e80d588e3d9c06f86fe399b46829d67de6e180 8b8c2136db44cf0508de82068707e5cda2ce2a77 bb36b4aa6eed1c031717f78528ddcce9446d56fd e571a0c44b2d4dfe0f2ff8bdebcd0cea24e9062e fe75f43b3ea53a7280e3b36e43791102af8543c2 Package: ros-kilted-autoware-lint-common Version: 1.0.2-2noble.20260410.171006 Architecture: arm64 Maintainer: Ryohsuke Mitsudome Installed-Size: 47 Depends: ros-kilted-ament-cmake-copyright, ros-kilted-ament-cmake-core, ros-kilted-ament-cmake-cppcheck, ros-kilted-ament-cmake-lint-cmake, ros-kilted-ament-cmake-test, ros-kilted-ament-cmake-xmllint, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-lint-common/ros-kilted-autoware-lint-common_1.0.2-2noble.20260410.171006_arm64.deb Size: 6344 SHA256: 74723fe418fa3b908a72afd49b0d38265dc487883d8a2a1b2ef338fb47282876 SHA1: 769f4c11022cab1293463a71ba9b3310eb1626d5 MD5sum: 3a30eb4cad80d28c6c53285ee1b1cf0d Description: The list of commonly used linters in Autoware Package: ros-kilted-autoware-localization-msgs Version: 1.7.0-1noble.20260519.031309 Architecture: arm64 Maintainer: M. Fatih Cırıt Installed-Size: 1051 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-localization-msgs/ros-kilted-autoware-localization-msgs_1.7.0-1noble.20260519.031309_arm64.deb Size: 51584 SHA256: 4f893c14212f48cefbf4b75c5b367ba54d61914eeb47c387c90248d6282b86b0 SHA1: 64005f78865b1e2ec14286b6764dcfb413487168 MD5sum: b60fb1f68f223ac395439c629258e1ca Description: Autoware localization messages package. Package: ros-kilted-autoware-localization-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-autoware-localization-msgs Version: 1.7.0-1noble.20260519.031309 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: M. Fatih Cırıt Installed-Size: 326 Depends: ros-kilted-autoware-localization-msgs (= 1.7.0-1noble.20260519.031309) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-localization-msgs/ros-kilted-autoware-localization-msgs-dbgsym_1.7.0-1noble.20260519.031309_arm64.deb Size: 208008 SHA256: 2757dd31115c337ce0ca722ef8f91a3c4e9b1c312075db59b9a40aab02439d06 SHA1: 9024ef1b5e43fdc72dadc0a2c0e70b64f4b301bf MD5sum: 2758d03bdf3fa2bf6933817fbda8b184 Description: debug symbols for ros-kilted-autoware-localization-msgs Build-Ids: 24643daba48db48e03bb4eda4096325cafd38c74 2ad4238ed3b90e77c3a759426bd41be8bb3403fe 2b5c5e8653f91d1099ae5b652a2cb1e891a7f58f 6ff7fc96e55aa442b8a71574eb78914c957c3427 7473ae6947c72213e74305ca6a947c4a5a557f46 8bfa101fd86a32d3ce6c5687d33f65932ef98065 c40e9acb359a138bfb0cace13da171a47e0be2cf d7a53e3673cc1c5adc129c1b8aa6540ad7c29b63 ed958c7a3b07afe22f9b89da2dfc51600e8451c6 edd53b9bd8c8d17d6b85c69a15560202eda22f06 f1ca21fa7cf09f2809d178ed4afc2d5457ce5163 Package: ros-kilted-autoware-map-msgs Version: 1.7.0-1noble.20260519.034757 Architecture: arm64 Maintainer: kminoda Installed-Size: 3920 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-geographic-msgs, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-map-msgs/ros-kilted-autoware-map-msgs_1.7.0-1noble.20260519.034757_arm64.deb Size: 255490 SHA256: b51602f144089756624d04b7792c227e24c603afb31085d8469a3d68c5e82ef4 SHA1: bef58a43acf9aee24c5a7375c040e12ab17af8dc MD5sum: bf7ef9a1c63dd09bbdca7c4ffdef29a7 Description: Autoware map messages package. Package: ros-kilted-autoware-map-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-autoware-map-msgs Version: 1.7.0-1noble.20260519.034757 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: kminoda Installed-Size: 3164 Depends: ros-kilted-autoware-map-msgs (= 1.7.0-1noble.20260519.034757) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-map-msgs/ros-kilted-autoware-map-msgs-dbgsym_1.7.0-1noble.20260519.034757_arm64.deb Size: 2469484 SHA256: 447c7000b0ee63f7a3923d4a7ebc746cf10ee244e979d28a8a70a7d3bcba062a SHA1: 334f2bf581935e34ae52de1198d63fca374aece9 MD5sum: 69a78fccfc91e805b673ea345c6db48e Description: debug symbols for ros-kilted-autoware-map-msgs Build-Ids: 10fa90273d19e4946910c5e1e9090b985da55ae8 2666d76e8c6da23854c1311c25302c8ff8d3a30d 4ee22386cd33de59deca0f1d29555d7bcd127adc 5aad14f2747d749c0f6d052e933ffbfa2615788d 63a5580938fd3c2f7d4709816c5090f422c838fa 9c228019b04729b928c8d47b875dd28ac7560efd a51927f15e5fad82aefecc093e842adfa46b7123 b5f9414aaa0e770d1de3defcda4b9446711bfe08 be1eeb55b7c403821b1a25e1c31abdc5f90885c6 eab4f2d75d615387cd99cbb1a0f1f6f9bd03b964 fd74b324d6e4893b25dba2d01565b36487549ebd Package: ros-kilted-autoware-msgs Version: 1.7.0-1noble.20260519.035231 Architecture: arm64 Maintainer: M. Fatih Cırıt Installed-Size: 42 Depends: ros-kilted-autoware-common-msgs, ros-kilted-autoware-control-msgs, ros-kilted-autoware-localization-msgs, ros-kilted-autoware-map-msgs, ros-kilted-autoware-perception-msgs, ros-kilted-autoware-planning-msgs, ros-kilted-autoware-sensing-msgs, ros-kilted-autoware-system-msgs, ros-kilted-autoware-v2x-msgs, ros-kilted-autoware-vehicle-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-msgs/ros-kilted-autoware-msgs_1.7.0-1noble.20260519.035231_arm64.deb Size: 5400 SHA256: af0eaaffd7a887dfa93b227dfeab5923147d58f920bd218297123f23c233d4d5 SHA1: 75a36b9466e1375cc197633e49c9c6e62c5c9cc6 MD5sum: 710798a52cd3bd3bf70c74fe446f6e10 Description: Meta package for the autoware_msgs packages Package: ros-kilted-autoware-perception-msgs Version: 1.7.0-1noble.20260519.033858 Architecture: arm64 Maintainer: Takagi, Isamu Installed-Size: 3620 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-unique-identifier-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-perception-msgs/ros-kilted-autoware-perception-msgs_1.7.0-1noble.20260519.033858_arm64.deb Size: 221100 SHA256: d5306446b609b4800da9ca3b3d69db7c3d4761e21e95cdf76a56ca7e2b5bc1f9 SHA1: 213a940e2a35ccffae56fcbad4692006bb7c3e07 MD5sum: 51cbac93d0dfaf30e28fb406e74186c9 Description: Autoware perception messages package. Package: ros-kilted-autoware-perception-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-autoware-perception-msgs Version: 1.7.0-1noble.20260519.033858 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Takagi, Isamu Installed-Size: 2742 Depends: ros-kilted-autoware-perception-msgs (= 1.7.0-1noble.20260519.033858) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-perception-msgs/ros-kilted-autoware-perception-msgs-dbgsym_1.7.0-1noble.20260519.033858_arm64.deb Size: 2113244 SHA256: 76c97c0edc3960c3d7c4376b10bb2ad6adb2205eb86c8d62098169463971c10b SHA1: d97604edf0e446b99f76941d2dabcc0175802965 MD5sum: a006e90d41268599e0bc08ba5327561c Description: debug symbols for ros-kilted-autoware-perception-msgs Build-Ids: 0e4fab148720693a9d69bb2bb1c2df9fff208beb 47e23923d5974ecb9ac80d6d3a9c47a3add51598 70af81815eac0949f60a9b99cc555ad38906186b 7cfea115e4ebdfc02644ecf46ce714ff383807e7 80f27b8ae556b8027e05e18f393f640711f60b9f 963c227946ea035166de3474956148173c39cc9d a05db4b412e8982573b7c3a89eb691f14e5e29bb af8d5d1ef8af2fbfdf6a93594b5a93ebac6608a5 ca16e41cd6a920e2ca9d3cfd68e0447fe54d3b21 ebd65a117679cb640117245c5aefcf7560c97a6e fdb06921c514822b797d61dcd95230dedb6248b5 Package: ros-kilted-autoware-planning-msgs Version: 1.7.0-1noble.20260519.030414 Architecture: arm64 Maintainer: Takagi, Isamu Installed-Size: 1958 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-unique-identifier-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-planning-msgs/ros-kilted-autoware-planning-msgs_1.7.0-1noble.20260519.030414_arm64.deb Size: 128238 SHA256: 8ad5eca072301aa4076443f7793363bdf54c0a94c74081388017d4a49fb0514f SHA1: 1c82c6f30cbaeace921539ce46903ef8815d528c MD5sum: d8e395f7c48dbecce7a21285cdd1c12b Description: Autoware planning messages package. Package: ros-kilted-autoware-planning-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-autoware-planning-msgs Version: 1.7.0-1noble.20260519.030414 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Takagi, Isamu Installed-Size: 1298 Depends: ros-kilted-autoware-planning-msgs (= 1.7.0-1noble.20260519.030414) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-planning-msgs/ros-kilted-autoware-planning-msgs-dbgsym_1.7.0-1noble.20260519.030414_arm64.deb Size: 987108 SHA256: d306fe3b6fcae1ef1a03db4ba207cf1f00ba9c2609ec11761146141423fd9b79 SHA1: da306d05a49bebb196af41856ab668b3d9dcd8aa MD5sum: 7ef84cc8e904f86d7d4a4e79a45349d3 Description: debug symbols for ros-kilted-autoware-planning-msgs Build-Ids: 0c90dacf7f03a47b2d03d40645019cfd36439bd7 69814ba9087497f0dc93d923bffe2b27fcecad75 8f0fd94af3a0ac1a4b31b063952602e5402abaa7 996ec46bae26b9d233ecd3af30be75ee7ae53e6f a0ad57249945b686536487431120aced42c42071 bb6f4894277ad75c90b3c4846fdb39e9d6681393 c1bcfee16f04494877d6487d26ac2192698b388c d257e0b7e8886feed977745dbc5ba410ea67a1a0 dfa98734d6ee867382a419eb0b902202d42c0ddb ee42806e5e9ff3f24bc492b8a3330ff6815cad2a f5c5906cdc49b5a51d4ca5561b9829f7a2630170 Package: ros-kilted-autoware-sensing-msgs Version: 1.7.0-1noble.20260519.031324 Architecture: arm64 Maintainer: Yutaka Kondo Installed-Size: 1877 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-sensing-msgs/ros-kilted-autoware-sensing-msgs_1.7.0-1noble.20260519.031324_arm64.deb Size: 128490 SHA256: 59331c45e06934820a81632ca9e3e1eb32c1e4ce298a5a93bde8990755c3edaf SHA1: 0cdd7190aef333923b4e8fefe837902ed7a9c2f9 MD5sum: 3ddc37c44c39ce21cdef4112125a287c Description: Autoware sensing messages package. Package: ros-kilted-autoware-sensing-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-autoware-sensing-msgs Version: 1.7.0-1noble.20260519.031324 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Yutaka Kondo Installed-Size: 1187 Depends: ros-kilted-autoware-sensing-msgs (= 1.7.0-1noble.20260519.031324) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-sensing-msgs/ros-kilted-autoware-sensing-msgs-dbgsym_1.7.0-1noble.20260519.031324_arm64.deb Size: 897978 SHA256: 443f890d140680c991901c127240f2ca3cc948c68d0e60781c93a94cb0cbd912 SHA1: d82f8b37ad3abd614c4a2a14d824877cc5b3ef01 MD5sum: 7a07be264ae88a8fc209073c0084edd4 Description: debug symbols for ros-kilted-autoware-sensing-msgs Build-Ids: 0b5e455d564002106468800866f2a211cd261723 18f5dad0e740e5b194d43dce219ed20e574c515a 399b7c773445e930f730c50d7206ea5d83ac0d06 5bab39e4b4314a888a96f695e8241777893af607 64e659edf541b889aaa9fb41c43dea53f8cb2616 7fc5200c5967cfb5aa0a37fc7ed5160cb73ebfdc 8410a7bcd7ca0d39c9cc25b12aee8e660be26479 b26e3f6576375958ad33e3985fdddcacebab9f4a bc08deed9b98480cd8666b2faa66498ef072d08b c7e27a6a796cb47750620724576e099ff0deefd9 e5e276fe86eef4f09efd874448654232b959017c Package: ros-kilted-autoware-system-msgs Version: 1.7.0-1noble.20260519.030434 Architecture: arm64 Maintainer: Takagi, Isamu Installed-Size: 1288 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-diagnostic-msgs, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-unique-identifier-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-system-msgs/ros-kilted-autoware-system-msgs_1.7.0-1noble.20260519.030434_arm64.deb Size: 72916 SHA256: af09a9792af3c0d38d2f3e89718e56b50f7ef50f85fe3bdda180c818a7a52a1a SHA1: 9f768cced8be2cfb4c68132083e2487a1c1d2c09 MD5sum: 78b022ffcb32350f35d5941378c4e407 Description: Autoware system messages package. Package: ros-kilted-autoware-system-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-autoware-system-msgs Version: 1.7.0-1noble.20260519.030434 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Takagi, Isamu Installed-Size: 630 Depends: ros-kilted-autoware-system-msgs (= 1.7.0-1noble.20260519.030434) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-system-msgs/ros-kilted-autoware-system-msgs-dbgsym_1.7.0-1noble.20260519.030434_arm64.deb Size: 463126 SHA256: 4fdbcf14df6c0792fe8caeec3b0a84d40cf941355f5299388c57d715d60b5d75 SHA1: 2d3a4b9e8d4aab8f1c3411ad9c761acae99c2818 MD5sum: fe14134694d304069520bb4aaa19add0 Description: debug symbols for ros-kilted-autoware-system-msgs Build-Ids: 128989b4a4a4729dbaf608e806c86367992e6c99 35406dac392c17f7fe08bf3477cf27ad1d472a35 3541deaee06d4a7d28643ece9d2947ea10d90a37 3e84304c94323875c454d2570e1b3b3c4381ac79 6068d4fcdb9da14849553d92df5e1ed2a730cf9a 751a7896cb908c596dce4739e69a7215bd996492 7fd67596b5ff8ed47dcd10727870278b4d13dc6e 9ed171648af4f767294faf99c6f833b8cce720c0 b88a253780dd384c366a60c5cca04aeb1747cca1 c102228823bde788d4e18248e92802b0231b6984 d271b32eae5bc60fb4975618b13f973be141660b Package: ros-kilted-autoware-v2x-msgs Version: 1.7.0-1noble.20260519.025054 Architecture: arm64 Maintainer: Takagi, Isamu Installed-Size: 1398 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-v2x-msgs/ros-kilted-autoware-v2x-msgs_1.7.0-1noble.20260519.025054_arm64.deb Size: 88420 SHA256: ddb40d4b3e302b8f564522e211b10b8a16dcb83d9b474c26d2ea117077b3e2db SHA1: e0294c18c75af78908f168c3ee1fd9243a5ef0fe MD5sum: ec2dbc95c8d02613fb1013a6e2ee67cc Description: Autoware v2x messages package. Package: ros-kilted-autoware-v2x-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-autoware-v2x-msgs Version: 1.7.0-1noble.20260519.025054 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Takagi, Isamu Installed-Size: 887 Depends: ros-kilted-autoware-v2x-msgs (= 1.7.0-1noble.20260519.025054) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-v2x-msgs/ros-kilted-autoware-v2x-msgs-dbgsym_1.7.0-1noble.20260519.025054_arm64.deb Size: 681726 SHA256: dcb9adb3ff811eac92a19645f5781484ce569146331e067a612d2049a8c57232 SHA1: 7b8ae30e32e7c2c965933869b13731350725a496 MD5sum: 223809f5b8b2116bda059211ca27c634 Description: debug symbols for ros-kilted-autoware-v2x-msgs Build-Ids: 0502121c7ed0a4cace176dda8acf2331ad9c0e94 1d83983e503d868037e03bb2231a391f9b472c95 25fa2c32b4f88f3779e3d6fab4e35f8d3bce5137 26475546da001499c3050a1894eafbc01a83bc56 9a3cab4e0d458fe9b4200f9214b2dc8bdbf7238b bbdda489d2ad03b02cf359365a899ac380023bfd c97b13b75e0260bddd01729405351887f881fc9a d805f314df9d48fc35e233ed75a2473a767b6fc1 e5fef9dad6037d6597b4ecd53a44bb9d659115d0 ed1c09d30fa35b42aea2cdc9552f9b3c2b0fef8e eeae12ac7aaa94d8fffedb0693c5daa50f748238 Package: ros-kilted-autoware-vehicle-msgs Version: 1.7.0-1noble.20260519.030834 Architecture: arm64 Maintainer: Apex.AI, Inc. Installed-Size: 2391 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-autoware-planning-msgs, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-vehicle-msgs/ros-kilted-autoware-vehicle-msgs_1.7.0-1noble.20260519.030834_arm64.deb Size: 138900 SHA256: cfe9bae12016b5ce254949fff28d896ebeae3a8055c6c74a14166396272e4296 SHA1: 487934449886ee2b7f681f9bfccd16756e703896 MD5sum: 47a9b80c9c2318f66a185bd97b7e8d64 Description: Interfaces between core Autoware vehicle components Package: ros-kilted-autoware-vehicle-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-autoware-vehicle-msgs Version: 1.7.0-1noble.20260519.030834 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Apex.AI, Inc. Installed-Size: 1452 Depends: ros-kilted-autoware-vehicle-msgs (= 1.7.0-1noble.20260519.030834) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-vehicle-msgs/ros-kilted-autoware-vehicle-msgs-dbgsym_1.7.0-1noble.20260519.030834_arm64.deb Size: 1037972 SHA256: b9e51b01209e5e9218a5e74ad733f0726cd57bbb8ef973082adf815eb0da1d72 SHA1: b824e88a21290084aa264a3c5b805a8cbc83a2ec MD5sum: 659999c217e5602d955e63a45782abdd Description: debug symbols for ros-kilted-autoware-vehicle-msgs Build-Ids: 0464cf214cb23f8b00b9072814ef0981dfe5191b 06eeac9ccbdd2a2d79b1ab5ae2d54ea74d1d63c3 181f935a28936a79666fa7003a8a6bcb4244cb44 8fb7bfdcddb80fb73cb4bac541698fe7dc48ce9c 9601028ebd8b87f29cbdcd0366171740b10bb698 98f98f3d0b14a1ef5001533c1381dc4f23003298 ad7e8cc79fe0efc15fd0c8938a48ae78f8e6da9e c79346ea6136615c08fe360440a1bbfe6718e9a7 d0fa732856bdb757831490ebc4d8ac97dac4f048 e677c0011533615c6585e6f0ceb374fb37a0a2fb eff538727a706b373805988b27edd88a2d9603af Package: ros-kilted-avt-vimba-camera Version: 2001.1.0-6noble.20260519.095926 Architecture: arm64 Maintainer: AutonomouStuff Software Team Installed-Size: 2949 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-camera-info-manager, ros-kilted-diagnostic-msgs, ros-kilted-diagnostic-updater, ros-kilted-image-proc, ros-kilted-image-transport, ros-kilted-message-filters, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-stereo-image-proc, ros-kilted-ros-workspace Homepage: https://github.com/astuff/avt_vimba_camera Priority: optional Section: misc Filename: pool/main/r/ros-kilted-avt-vimba-camera/ros-kilted-avt-vimba-camera_2001.1.0-6noble.20260519.095926_arm64.deb Size: 623238 SHA256: 1f84e3de2908493fe6eabb477bb97aa5cb9287701cef58b82e9cab837d695bbb SHA1: 3e55c2d87ac04636da4d535b3affadf8c0c6bc33 MD5sum: 9dfede8f37ca6c5899a45ccefb7c4de8 Description: Camera driver for Allied Vision Technologies (AVT) cameras, based on their Vimba SDK. Package: ros-kilted-avt-vimba-camera-dbgsym Package-Type: ddeb Source: ros-kilted-avt-vimba-camera Version: 2001.1.0-6noble.20260519.095926 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: AutonomouStuff Software Team Installed-Size: 4569 Depends: ros-kilted-avt-vimba-camera (= 2001.1.0-6noble.20260519.095926) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-avt-vimba-camera/ros-kilted-avt-vimba-camera-dbgsym_2001.1.0-6noble.20260519.095926_arm64.deb Size: 4014362 SHA256: 4a7ae1140a247eb59e86148cee57b6653227c3d7cf8542dba92b2b8c930503a5 SHA1: 951ac62de23c70a499360adaa58f113842746d2f MD5sum: 66f64f2ded595624baa7d3c4312979ab Description: debug symbols for ros-kilted-avt-vimba-camera Build-Ids: 620dc957b0c3385e92f2f84d04893387bc6e8e7d 8961aca0c21bf30fc2a7fb54e124d0a45aa3f099 a0d96da377ba934989df35388851303333a66bfd b64642d087e033850f316fa7db15f0473c9e2170 Package: ros-kilted-aws-sdk-cpp-vendor Version: 0.2.1-3noble.20260410.142720 Architecture: arm64 Maintainer: Daisuke Nishimatsu Installed-Size: 35685 Depends: libc6 (>= 2.38), libcurl4t64 (>= 7.18.0), libgcc-s1 (>= 3.3.1), libssl3t64 (>= 3.0.0), libstdc++6 (>= 13.1), zlib1g (>= 1:1.1.4), libssl-dev, zlib1g-dev, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-aws-sdk-cpp-vendor/ros-kilted-aws-sdk-cpp-vendor_0.2.1-3noble.20260410.142720_arm64.deb Size: 4419622 SHA256: 1600a4c565926d46a7abd8e8a4e6c54bf47133f615d45281f5235e60cc3023fa SHA1: ecaee964bc838c0d51b53926ca7724e9f389e8b1 MD5sum: 313a7baa60ebf18a10a9db2ca7c4ee82 Description: A vendor package for aws-sdk-cpp Package: ros-kilted-aws-sdk-cpp-vendor-dbgsym Package-Type: ddeb Source: ros-kilted-aws-sdk-cpp-vendor Version: 0.2.1-3noble.20260410.142720 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daisuke Nishimatsu Installed-Size: 91713 Depends: ros-kilted-aws-sdk-cpp-vendor (= 0.2.1-3noble.20260410.142720) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-aws-sdk-cpp-vendor/ros-kilted-aws-sdk-cpp-vendor-dbgsym_0.2.1-3noble.20260410.142720_arm64.deb Size: 83355322 SHA256: 4dda855b59b564d3ac385749a09fc4bd15dcba5fef3fcaff1693919121bebc46 SHA1: 5eb14adc43172fd52e3ae33d88c7fd140d7b0556 MD5sum: d5e95b830f27130249aee52962d4e04d Description: debug symbols for ros-kilted-aws-sdk-cpp-vendor Build-Ids: 01ca37aabad8364d2a7613516667df2b6893b24d 0df8cca6eecad918d2fc92d88c4030c58a7cc863 170a28997a47b662562cf10f7d597f09456c4f69 3f52827ea23cda8496ffe2237dbb8dc953b6e8fa 40181989c9eb82962b9046872d04a831d294dacd 42bb3128ea34966f939aba14ec86c6af3a72466c b3e23f32e67ca11171b2ec73d7828581c3d7036b fc124495c06ae17552079e0462fe898030e39725 Package: ros-kilted-azure-iot-sdk-c Version: 1.14.0-3noble.20260410.170609 Architecture: arm64 Maintainer: Tim Clephas Installed-Size: 7271 Depends: curl, libcurl4-openssl-dev, libssl-dev, uuid-dev, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-azure-iot-sdk-c/ros-kilted-azure-iot-sdk-c_1.14.0-3noble.20260410.170609_arm64.deb Size: 860826 SHA256: 702068be0e3aa362ba9a0ced6ea2ec90e4ebb0212b7fba70a1611f6c6edb537d SHA1: 369e7f7df0dbc51c23c8b20f2ecdcf7b9f8d8690 MD5sum: e5419d95ea874a96a71749d77e1603ba Description: Azure IoT C SDKs and Libraries Package: ros-kilted-backward-ros Version: 1.0.8-1noble.20260410.170913 Architecture: arm64 Maintainer: Victor López Installed-Size: 234 Depends: libc6 (>= 2.17), libdw1t64 (>= 0.126), libgcc-s1 (>= 4.2), libstdc++6 (>= 13.1), libdw-dev, ros-kilted-ros-workspace Homepage: https://github.com/pal-robotics/backward_ros Priority: optional Section: misc Filename: pool/main/r/ros-kilted-backward-ros/ros-kilted-backward-ros_1.0.8-1noble.20260410.170913_arm64.deb Size: 53182 SHA256: ba729c165de38f65ca2467e3c9d5db43b4131bb6fe698fb06c5d5e2d8bff27fd SHA1: d9afce5f7d95b7031a9d3a54cb9a70eb9eae7e99 MD5sum: 93641676d81f1ee443292e63d1bea9d1 Description: The backward_ros package is a ros wrapper of backward-cpp from https://github.com/bombela/backward-cpp Package: ros-kilted-backward-ros-dbgsym Package-Type: ddeb Source: ros-kilted-backward-ros Version: 1.0.8-1noble.20260410.170913 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Victor López Installed-Size: 259 Depends: ros-kilted-backward-ros (= 1.0.8-1noble.20260410.170913) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-backward-ros/ros-kilted-backward-ros-dbgsym_1.0.8-1noble.20260410.170913_arm64.deb Size: 225866 SHA256: 1efdaa9149dfa602b4ec83a03c00214dc144b5602e4fae1a7d5e25721e019853 SHA1: b67b68374b1880b651b10bb841ecbc5d2e5012cb MD5sum: 555c9c397c4099f0fe819b0b289a5863 Description: debug symbols for ros-kilted-backward-ros Build-Ids: edc27188316e43f3f685bb931717fd7cc8b6f7b3 Package: ros-kilted-bag2-to-image Version: 0.1.1-1noble.20260519.103940 Architecture: arm64 Maintainer: Daisuke Nishimatsu Installed-Size: 319 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libopencv-dev, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rosbag2-cpp, ros-kilted-rosbag2-storage, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-bag2-to-image/ros-kilted-bag2-to-image_0.1.1-1noble.20260519.103940_arm64.deb Size: 79600 SHA256: 0bab70124b1c8429a9500fe29ec8481c620f5e8e94bac2a77802be52914efabc SHA1: 3ecd635639fe577b620dfd5ee067599d1bbf79aa MD5sum: 7b59f9b45b50194f727475c6d3ef184b Description: The bag2_to_image package Package: ros-kilted-bag2-to-image-dbgsym Package-Type: ddeb Source: ros-kilted-bag2-to-image Version: 0.1.1-1noble.20260519.103940 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daisuke Nishimatsu Installed-Size: 1611 Depends: ros-kilted-bag2-to-image (= 0.1.1-1noble.20260519.103940) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-bag2-to-image/ros-kilted-bag2-to-image-dbgsym_0.1.1-1noble.20260519.103940_arm64.deb Size: 1499284 SHA256: f65454d08910caa838d0fee5eed11fc5c14b4e38c68fc411251b74a384109d25 SHA1: a544c4fc99fae28a1c2ac3b5f25df5bdd681c26c MD5sum: a01b40b90f1f648aaaea5462563f81ba Description: debug symbols for ros-kilted-bag2-to-image Build-Ids: 2ea7bdc0ca898d3e72b8233fe64d92b63fd150c6 790d7f79f87f863b36182ea7d2018b1d959b07a7 Package: ros-kilted-battery-state-broadcaster Version: 1.2.0-1noble.20260520.091006 Architecture: arm64 Maintainer: Jonas Otto Installed-Size: 263 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-controller-interface, ros-kilted-pluginlib, ros-kilted-realtime-tools, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-battery-state-broadcaster/ros-kilted-battery-state-broadcaster_1.2.0-1noble.20260520.091006_arm64.deb Size: 61170 SHA256: 5d6e80a16725f8a14e3ae48c84e2117dc490348f6c4997a2a5e36021d27b7cd8 SHA1: 2a6e97fd27925af9f968fbd33c6c606b877b54ff MD5sum: 3a62cec761fe0f39315b488fbb617d4a Description: ROS2 Control boradcaster for battery state sensors. Package: ros-kilted-battery-state-broadcaster-dbgsym Package-Type: ddeb Source: ros-kilted-battery-state-broadcaster Version: 1.2.0-1noble.20260520.091006 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jonas Otto Installed-Size: 1037 Depends: ros-kilted-battery-state-broadcaster (= 1.2.0-1noble.20260520.091006) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-battery-state-broadcaster/ros-kilted-battery-state-broadcaster-dbgsym_1.2.0-1noble.20260520.091006_arm64.deb Size: 940242 SHA256: 85675f9aeb02ff26e805b36547dd57d1f3639c80d5239f510598f8b3ed932644 SHA1: 895a8ea6a8f302ed7cb41356e26d37a2fad21776 MD5sum: 14ff992d5bb0c700cad3bab62374c8dd Description: debug symbols for ros-kilted-battery-state-broadcaster Build-Ids: 3e993455ef378b886ba07a181ee3261ac493fff7 Package: ros-kilted-battery-state-rviz-overlay Version: 1.2.0-1noble.20260519.092502 Architecture: arm64 Maintainer: Jonas Otto Installed-Size: 558 Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, ros-kilted-rclcpp, ros-kilted-rviz-2d-overlay-msgs, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-battery-state-rviz-overlay/ros-kilted-battery-state-rviz-overlay_1.2.0-1noble.20260519.092502_arm64.deb Size: 111326 SHA256: d3201a7db0cc2120a3d575337ee052f4ab6edf1143cd78a93e87d7122a4caa0f SHA1: 1159310a775a99189348338b3510a96d6d3d9855 MD5sum: 4cc711636089e80083dad37c2396774d Description: Converts BatteryState messages to RViz OverlayText messages. Package: ros-kilted-battery-state-rviz-overlay-dbgsym Package-Type: ddeb Source: ros-kilted-battery-state-rviz-overlay Version: 1.2.0-1noble.20260519.092502 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jonas Otto Installed-Size: 2369 Depends: ros-kilted-battery-state-rviz-overlay (= 1.2.0-1noble.20260519.092502) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-battery-state-rviz-overlay/ros-kilted-battery-state-rviz-overlay-dbgsym_1.2.0-1noble.20260519.092502_arm64.deb Size: 1992986 SHA256: 4e210e287c6dcaf6b2893b82e8af28b070c82e07a790deecf8013d57d5046c6a SHA1: fd57d755db50a0d7142ac7983de514d0182123ca MD5sum: 06444666a0b3f8e3edd5e0e70b10df5c Description: debug symbols for ros-kilted-battery-state-rviz-overlay Build-Ids: 1905a27ba40925272be8c7a7b813fc191c2e3410 Package: ros-kilted-beckhoff-ads-bringup Version: 1.0.0-1noble.20260520.091825 Architecture: arm64 Maintainer: Nikola Banovic Installed-Size: 71 Depends: ros-kilted-controller-manager, ros-kilted-robot-state-publisher, ros-kilted-xacro, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-beckhoff-ads-bringup/ros-kilted-beckhoff-ads-bringup_1.0.0-1noble.20260520.091825_arm64.deb Size: 9512 SHA256: 20deb4f2309b28b245f17631d0b30eaaa52569f6d51646823117f0a8bc03d55a SHA1: d8a7dc90f042062dba2a1e72267dfbf757e2a993 MD5sum: cb978802a45b688af7c654c489c5dbe6 Description: Demo bringup package for beckhoff_ads_hardware_interface Package: ros-kilted-beckhoff-ads-hardware-interface Version: 1.0.0-1noble.20260520.080739 Architecture: arm64 Maintainer: Nikola Banovic Installed-Size: 201 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-ads-vendor, ros-kilted-hardware-interface, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-yaml-cpp-vendor, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-beckhoff-ads-hardware-interface/ros-kilted-beckhoff-ads-hardware-interface_1.0.0-1noble.20260520.080739_arm64.deb Size: 48660 SHA256: fb1840a11de0961076b04098db83c78000ce1a15ebc35f5969e2e7b7fcebc287 SHA1: 368e398a72c9766085f3ca753f6677bc0cea2a79 MD5sum: 83c31dc799a6baed82c0f64d360e0a7f Description: Ros2Control hardware interface for integrating with Beckhoff PLC Package: ros-kilted-beckhoff-ads-hardware-interface-dbgsym Package-Type: ddeb Source: ros-kilted-beckhoff-ads-hardware-interface Version: 1.0.0-1noble.20260520.080739 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Nikola Banovic Installed-Size: 761 Depends: ros-kilted-beckhoff-ads-hardware-interface (= 1.0.0-1noble.20260520.080739) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-beckhoff-ads-hardware-interface/ros-kilted-beckhoff-ads-hardware-interface-dbgsym_1.0.0-1noble.20260520.080739_arm64.deb Size: 714880 SHA256: e3c483d38c374151a2bbc834987892bdd121acb1cabbaec8757c771d44338dfa SHA1: 9f6c7d326bd6ad88e7c4ac4a59b72594136b2b7c MD5sum: 4f60b16c3d47c34e3fe435c1137ee080 Description: debug symbols for ros-kilted-beckhoff-ads-hardware-interface Build-Ids: d842af0c76b0481fd30f7ab64de6320a11fd46c4 Package: ros-kilted-behaviortree-cpp Version: 4.9.0-1noble.20260519.043808 Architecture: arm64 Maintainer: Davide Faconti Installed-Size: 3029 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libsqlite3-0 (>= 3.10.0), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libzmq5 (>= 4.0.1+dfsg), cppzmq-dev, libsqlite3-dev, libtinyxml2-dev, libzmq3-dev, ros-kilted-ament-index-cpp, ros-kilted-rclcpp, ros-kilted-tinyxml2-vendor, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-behaviortree-cpp/ros-kilted-behaviortree-cpp_4.9.0-1noble.20260519.043808_arm64.deb Size: 597668 SHA256: db9cde2609bd950dbfe426651217dcf678279abff974be4a4b8d3de1dbe1cae8 SHA1: bac6b3cd8fa7b640ebbb6999ed62086b057ed02d MD5sum: 74d576c5b9c9d113249373b0b1c8fe36 Description: This package provides the Behavior Trees core library. Package: ros-kilted-behaviortree-cpp-dbgsym Package-Type: ddeb Source: ros-kilted-behaviortree-cpp Version: 4.9.0-1noble.20260519.043808 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Davide Faconti Installed-Size: 13342 Depends: ros-kilted-behaviortree-cpp (= 4.9.0-1noble.20260519.043808) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-behaviortree-cpp/ros-kilted-behaviortree-cpp-dbgsym_4.9.0-1noble.20260519.043808_arm64.deb Size: 12426562 SHA256: 74de5f188d37aacf8e744c9290b5b21f36aa27fcd6875145c3f3920a3d2242ad SHA1: 8c288e1b47954a3761ace9d7f1ddaa5a5e84e270 MD5sum: 8ab2ecd5a7c9eb7c3857fc8a655cf7c4 Description: debug symbols for ros-kilted-behaviortree-cpp Build-Ids: 62c4ba1d866d936a349df44ab6f74e595d8a4366 75120a954e4f61c42c292fe1b88b7ee5e41f8126 76349f20b3d49c59579922dd0af65721b690f1d3 84e83ab16d3459e98029103e3677e38de0ede92a 99e2ad356ec435b9fc4c9485ed999faec1d128b6 ce729814dd7535e423f396b0759ec9612715080c Package: ros-kilted-beluga Version: 2.1.1-1noble.20260422.131324 Architecture: arm64 Maintainer: Gerardo Puga Installed-Size: 486 Depends: libeigen3-dev, libhdf5-dev, librange-v3-dev, libtbb-dev, ros-kilted-sophus, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/beluga/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-beluga/ros-kilted-beluga_2.1.1-1noble.20260422.131324_arm64.deb Size: 75584 SHA256: 1cc8db5b20cf9daac3a990669e2e69d81723802cad62c8c9dd735f21cb53a41a SHA1: f53313845a71ce92d94cf9fa98327a6614de85a7 MD5sum: f46f047f1b2c279db32f994c3a00f81c Description: A generic MCL library for ROS2. Package: ros-kilted-beluga-amcl Version: 2.1.1-1noble.20260519.095551 Architecture: arm64 Maintainer: Gerardo Puga Installed-Size: 4424 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libhdf5-103-1t64, libhdf5-cpp-103-1t64 (>= 1.10.5), libstdc++6 (>= 13.1), libtbb12 (>= 2021.11.0), ros-kilted-beluga, ros-kilted-beluga-ros, ros-kilted-bondcpp, ros-kilted-message-filters, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rclcpp-lifecycle, ros-kilted-std-srvs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/beluga_amcl/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-beluga-amcl/ros-kilted-beluga-amcl_2.1.1-1noble.20260519.095551_arm64.deb Size: 743890 SHA256: 2fd4ea406ee83b769e63a884aea6ae2241625229a5e46ed420cdb7af9539fd69 SHA1: 0377dc7c47ce27f5d2a04e5a2cc7e9f262f481d1 MD5sum: da92d5402d4296f669cdae885ebe16ef Description: An AMCL node implementation for ROS2 using Beluga. Package: ros-kilted-beluga-amcl-dbgsym Package-Type: ddeb Source: ros-kilted-beluga-amcl Version: 2.1.1-1noble.20260519.095551 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Gerardo Puga Installed-Size: 36907 Depends: ros-kilted-beluga-amcl (= 2.1.1-1noble.20260519.095551) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-beluga-amcl/ros-kilted-beluga-amcl-dbgsym_2.1.1-1noble.20260519.095551_arm64.deb Size: 33769996 SHA256: aaef89300105f6cd2fd537207c76c1df1e045a2afe426d129c3b10d319a62c31 SHA1: e16f45d48e14040b649093b3f0af31719b79cae7 MD5sum: e75d3a8b0ecfa70fbdac14dab6b07521 Description: debug symbols for ros-kilted-beluga-amcl Build-Ids: 0d611dd7e8295fd5c7865bb31d9e24eaea2e1aac 10510505dd45a710bdd650958c74eeab010fa065 29b988d023b3a0f571ae4c9698a2a319d2e0ea68 80267df6ee2012f69a5413bd4fc3e43952458ba8 a691c214805f3c72a64f325bd25b7f45a90d5c76 c41a91357249587907f1a963a493516335c487b2 f342648c6df3dac0d9461a7abffe202ae7cc4749 Package: ros-kilted-beluga-ros Version: 2.1.1-1noble.20260519.075648 Architecture: arm64 Maintainer: Gerardo Puga Installed-Size: 1216 Depends: ros-kilted-beluga, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-tf2, ros-kilted-tf2-eigen, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/beluga_ros/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-beluga-ros/ros-kilted-beluga-ros_2.1.1-1noble.20260519.075648_arm64.deb Size: 121466 SHA256: e25e17faefd9eb04f9bae4c2f73f5ab4b094219423f8bd06e9879c4074d7cb12 SHA1: 831c198c2b1072544b571c78bbdd28f7d49d18bf MD5sum: aa269a127ff15a6c75916c8063ac84e4 Description: Utilities to interface ROS with Beluga. Package: ros-kilted-bicycle-steering-controller Version: 5.15.1-1noble.20260520.083938 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 215 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-backward-ros, ros-kilted-control-msgs, ros-kilted-controller-interface, ros-kilted-hardware-interface, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-std-srvs, ros-kilted-steering-controllers-library, ros-kilted-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-bicycle-steering-controller/ros-kilted-bicycle-steering-controller_5.15.1-1noble.20260520.083938_arm64.deb Size: 46260 SHA256: be1d1f36be8d14d856da0dc1643672bf1e8aaacc8387a8041569179b26987d68 SHA1: 355d94269c3adca2a99627cd9645e0cd7f542197 MD5sum: 4b4654525e6efdb1686234ae1dc0550c Description: Steering controller with bicycle kinematics. Rear fixed wheel is powering the vehicle and front wheel is steering. Package: ros-kilted-bicycle-steering-controller-dbgsym Package-Type: ddeb Source: ros-kilted-bicycle-steering-controller Version: 5.15.1-1noble.20260520.083938 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 730 Depends: ros-kilted-bicycle-steering-controller (= 5.15.1-1noble.20260520.083938) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-bicycle-steering-controller/ros-kilted-bicycle-steering-controller-dbgsym_5.15.1-1noble.20260520.083938_arm64.deb Size: 685116 SHA256: 23c051b510cae1638907ff6e3436f0c735228c9d29477d892c2cef6cfad5d6f9 SHA1: 9d65bae0a87eff4dfe372176c3adee2336f27aa2 MD5sum: 94f67df59247d9fc124ec0d014645ede Description: debug symbols for ros-kilted-bicycle-steering-controller Build-Ids: da973f47a9e644e74de1c1c788fcbf2e3d620c64 Package: ros-kilted-bno055 Version: 0.5.0-3noble.20260519.051857 Architecture: arm64 Maintainer: flynneva Installed-Size: 199 Depends: python3-serial, python3-smbus, ros-kilted-example-interfaces, ros-kilted-rclpy, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-bno055/ros-kilted-bno055_0.5.0-3noble.20260519.051857_arm64.deb Size: 34748 SHA256: 94e8f6d19747c8c0dfe007f69c78c3d339a433cbf3467c1c67dab01f1e657ef1 SHA1: e4d1f661f3e895dd016e2c5cb9d5a6f5f81f63e2 MD5sum: 6e84906059a3693c34c5a8601c909d95 Description: Bosch BNO055 IMU driver for ROS2 Package: ros-kilted-bond Version: 4.3.0-1noble.20260519.033504 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 1089 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/bond Priority: optional Section: misc Filename: pool/main/r/ros-kilted-bond/ros-kilted-bond_4.3.0-1noble.20260519.033504_arm64.deb Size: 55368 SHA256: aee33d0eb91c2443d459786d13aae9f77d99f156ef97944a766455278d4a520d SHA1: ee49419f66d97d4396481faa39aa0c288f763409 MD5sum: adfcf6a0f16541e00b7e816befbaa33b 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-kilted-bond-core Version: 4.3.0-1noble.20260519.055511 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 42 Depends: ros-kilted-bond, ros-kilted-bondcpp, ros-kilted-smclib, ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/bond_core Priority: optional Section: misc Filename: pool/main/r/ros-kilted-bond-core/ros-kilted-bond-core_4.3.0-1noble.20260519.055511_arm64.deb Size: 5826 SHA256: 355dc46e8be1b1239e43410024d264a7e77627a4d65665f20e6f10e4b7a27bbd SHA1: 1ee4ad583d3bd780f666653affc097491a97de72 MD5sum: e4d3d82879f230c26ec4067d58a10647 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-kilted-bond-dbgsym Package-Type: ddeb Source: ros-kilted-bond Version: 4.3.0-1noble.20260519.033504 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 411 Depends: ros-kilted-bond (= 4.3.0-1noble.20260519.033504) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-bond/ros-kilted-bond-dbgsym_4.3.0-1noble.20260519.033504_arm64.deb Size: 283478 SHA256: 33c43a1a8f5ffc0603a0a2f0edd349ac813408c91f616662b70212eff23ca46c SHA1: c88204633e569773552f39ed23b9e5981db1a487 MD5sum: 2077674d5de2bcd9c35d1a21b1a7eff6 Description: debug symbols for ros-kilted-bond Build-Ids: 12a851b489efed7a7a7184cd26daa4154838848c 2f2e5f6c2897d420a24661cd8c8aab6d092e28b1 798bb187ff5acf927c3cf198691d9963243a29d9 8a17563aa63d62f795754409d37bcad99a443a27 95b9370677356fe066c3eae393a45aba096b7d8f a19a5495a902688ec7e71ea556f87264923c86ff a1f85bdaed49b84f66a78ff263557e72b9cade37 ce99bb3e75b01861263ad60917b7c76d712d0d63 e649df73f8bdef8093a21d57a52cadade1a47b51 f5739ab074d2bec122ed948cb15c43bb53aee651 f8f9c7637911eab16c9ee09c469fdc348ea9e0a0 Package: ros-kilted-bondcpp Version: 4.3.0-1noble.20260519.055053 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 602 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libuuid1 (>= 2.16), ros-kilted-bond, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-smclib, uuid-dev, ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/bondcpp Priority: optional Section: misc Filename: pool/main/r/ros-kilted-bondcpp/ros-kilted-bondcpp_4.3.0-1noble.20260519.055053_arm64.deb Size: 116766 SHA256: 8b5d15ee3616ae286f965252f304abe81749ee28c9f80e745286be1025abcca4 SHA1: 2a1847bd714f6f191a069c3c922927e6e739d3d5 MD5sum: e5dbe69a4665adfae7fb3ad71cc60b9e Description: C++ implementation of bond, a mechanism for checking when another process has terminated. Package: ros-kilted-bondcpp-dbgsym Package-Type: ddeb Source: ros-kilted-bondcpp Version: 4.3.0-1noble.20260519.055053 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 2264 Depends: ros-kilted-bondcpp (= 4.3.0-1noble.20260519.055053) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-bondcpp/ros-kilted-bondcpp-dbgsym_4.3.0-1noble.20260519.055053_arm64.deb Size: 1894518 SHA256: f0c8a4474744ba39e745bd6e2ff12b2df339915e680e590b117359f0f825f168 SHA1: 2d0c5b3b670a3a623764f4607f378a37e6daa1b7 MD5sum: 62d267ac979b3127825134df1e73ba21 Description: debug symbols for ros-kilted-bondcpp Build-Ids: 91aa87dc5f0fef5b92dd7431e318ba1ba2c8a714 Package: ros-kilted-bondpy Version: 4.3.0-1noble.20260519.054958 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 84 Depends: ros-kilted-bond, ros-kilted-rclpy, ros-kilted-smclib, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-bondpy/ros-kilted-bondpy_4.3.0-1noble.20260519.054958_arm64.deb Size: 16226 SHA256: a3c8ed5d5b7fc65f63d1381e83a04ee6cdb599d736738e2995eec1539c3dcf9d SHA1: 676378b2ccb051a0ff8770f42ea56fe1801cef54 MD5sum: b78248ac697d5d5fbaceb7489260c34d Description: Python implementation of bond, a mechanism for checking when another process has terminated. Package: ros-kilted-boost-geometry-util Version: 0.0.1-5noble.20260519.081844 Architecture: arm64 Maintainer: masaya Installed-Size: 145 Depends: libboost-all-dev, ros-kilted-geometry-msgs, ros-kilted-rclcpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-boost-geometry-util/ros-kilted-boost-geometry-util_0.0.1-5noble.20260519.081844_arm64.deb Size: 10874 SHA256: 323950323b5bd25c8da5875c2b5ba0d73e631b5c10d7b7c735726bb66527daba SHA1: 0f29404ed30dceac6f661b09db08a9be0c81b10f MD5sum: f1fb572e727cb8e0703f9b9ae623397e Description: Utility library for boost geometry Package: ros-kilted-boost-geometry-util-dbgsym Package-Type: ddeb Source: ros-kilted-boost-geometry-util Version: 0.0.1-5noble.20260519.081844 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: masaya Installed-Size: 51 Depends: ros-kilted-boost-geometry-util (= 0.0.1-5noble.20260519.081844) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-boost-geometry-util/ros-kilted-boost-geometry-util-dbgsym_0.0.1-5noble.20260519.081844_arm64.deb Size: 34954 SHA256: ac81fba6eba7a70483035c5d63d564b39f68a6eeb1030f4896b2b8b9940cf426 SHA1: 5fd9e87c74e1774b19e619f2dd63f18393797564 MD5sum: 304b92cfdcfd006f70be84fea24879b6 Description: debug symbols for ros-kilted-boost-geometry-util Build-Ids: c773ab6fb0807719b7327b9babfc8633eff817d8 Package: ros-kilted-boost-sml-vendor Version: 1.1.13-1noble.20260410.143105 Architecture: arm64 Maintainer: Tim Clephas Installed-Size: 197 Depends: ros-kilted-ros-workspace Homepage: https://github.com/boost-ext/sml Priority: optional Section: misc Filename: pool/main/r/ros-kilted-boost-sml-vendor/ros-kilted-boost-sml-vendor_1.1.13-1noble.20260410.143105_arm64.deb Size: 25064 SHA256: 1955917545a47deec7558fd46aabc24ee03725705ab6c873846e7d39766bfae9 SHA1: b224c0bb1fce1136fa77e4a26fa403cc2a6b6f17 MD5sum: 15666c2b51bba10c455288d1b6408359 Description: Vendor package for the Boost SML (State Machine Language) Package: ros-kilted-broll Version: 0.1.1-1noble.20260519.083552 Architecture: arm64 Maintainer: Emerson Knapp Installed-Size: 859 Depends: libavcodec60 (>= 7:6.0), libavformat60 (>= 7:6.0), libavutil58 (>= 7:6.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libswscale7 (>= 7:6.0), ffmpeg, libavcodec-dev, libavformat-dev, libavutil-dev, libswscale-dev, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rcutils, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-broll/ros-kilted-broll_0.1.1-1noble.20260519.083552_arm64.deb Size: 164748 SHA256: 12363a9f37c218751bb0b1959e05111bc1e00c1494aa9bd59dcfab32bc345a50 SHA1: a6832183255ca53f4630e8a1a7f00f732698242b MD5sum: f334e5e1e20d3c8ecea2f0cc830eca41 Description: B-Roll utility library for interacting with video stream data in the context of rosbag2 Package: ros-kilted-broll-dbgsym Package-Type: ddeb Source: ros-kilted-broll Version: 0.1.1-1noble.20260519.083552 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Emerson Knapp Installed-Size: 3363 Depends: ros-kilted-broll (= 0.1.1-1noble.20260519.083552) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-broll/ros-kilted-broll-dbgsym_0.1.1-1noble.20260519.083552_arm64.deb Size: 2905784 SHA256: 91a192d54fe425f9c9eb4b4307e66fbc3ed61163bc443b9a7aa23f48c9fd7807 SHA1: e010501cafafa45a09b448faf8ce11fc289ecb4a MD5sum: 9ead37d38c340b5ffab4172ea86ce1c8 Description: debug symbols for ros-kilted-broll Build-Ids: 4ab8b600bd5db03366c2d5442c00f5a32e277965 f13d9ed1d8107814eace3dd9ae23d533184c6f67 f6d5ebf2e6d77dc5bc13694bb93eff733e442489 Package: ros-kilted-builtin-interfaces Version: 2.3.2-1noble.20260519.015939 Architecture: arm64 Maintainer: "Geoffrey Biggs" Installed-Size: 1073 Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), ros-kilted-fastcdr, ros-kilted-rosidl-core-runtime, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/builtin_interfaces/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-builtin-interfaces/ros-kilted-builtin-interfaces_2.3.2-1noble.20260519.015939_arm64.deb Size: 47196 SHA256: 206edd388d86c09ef1bae64487b95c9edfa1748afacd7e4d3148bdb194c75383 SHA1: 40d1c91ec62f9a317afbb3a4ac5722013b0ac571 MD5sum: 273e596fbbb51c17c4ae0383f67baaaf Description: A package containing message and service definitions for types defined in the OMG IDL Platform Specific Model. Package: ros-kilted-builtin-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-builtin-interfaces Version: 2.3.2-1noble.20260519.015939 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Geoffrey Biggs" Installed-Size: 355 Depends: ros-kilted-builtin-interfaces (= 2.3.2-1noble.20260519.015939) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-builtin-interfaces/ros-kilted-builtin-interfaces-dbgsym_2.3.2-1noble.20260519.015939_arm64.deb Size: 231374 SHA256: e5bde27e48c844e8fab47c4f629ba82cebd4cff776067b2112bfed35e7cb4771 SHA1: 52392d7511a2197b4fa5a97ecf2800bc27998fce MD5sum: e253e1a86170312b2f76b9645c5fd3de Description: debug symbols for ros-kilted-builtin-interfaces Build-Ids: 2ca2ea10ecbe88404538c5262da38c9ff163e0f4 2ea82171aa10ed2b74704fb63e609c8e05117c76 4b0aa508462d83d7e257d71f41bd2f8d979a3f5e 8bdde51ec7966822f71e6183b79181bcd589b727 ab43fb70348e25dd7129ffd917fa379127397e29 ad3bab9535b2c91f9e1f19c14f245f8bd6f7b392 b34677acb22db3ced32b0ac8f55e9b17695302c3 b63cb3e06119d593e3acdae6f4b1110a0a75c8bf cbfd105a20b694f4e24b74e218983dc0e7aca340 d9fe534e9db321acfeb7db5ec2323b399a2fb478 db1befc6b0afb6840c160aa42aab0a57528e1ff9 Package: ros-kilted-camera-aravis2 Version: 1.2.0-2noble.20260519.093840 Architecture: arm64 Maintainer: Raphael Hagmanns Installed-Size: 1395 Depends: libaravis-0.8-0 (>= 0.8.30), libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libglib2.0-0t64 (>= 2.12.0), libstdc++6 (>= 13.1), ros-kilted-camera-aravis2-msgs, ros-kilted-camera-info-manager, ros-kilted-cv-bridge, ros-kilted-diagnostic-msgs, ros-kilted-image-transport, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-camera-aravis2/ros-kilted-camera-aravis2_1.2.0-2noble.20260519.093840_arm64.deb Size: 263484 SHA256: 829aec09dc336cf993202c02dc8022f83c2d17349c8ef5290c1181a0489127a5 SHA1: 7bd9c174360c7151ae9ecf11c9c77860d8baefad MD5sum: b943cfec64b2f188a1cd3ad7e2b67028 Description: ROS2 camera driver for [GenICam](https://www.emva.org/standards-technology/genicam/)-based GigEVision and USB3Vision cameras. Package: ros-kilted-camera-aravis2-dbgsym Package-Type: ddeb Source: ros-kilted-camera-aravis2 Version: 1.2.0-2noble.20260519.093840 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Raphael Hagmanns Installed-Size: 7214 Depends: ros-kilted-camera-aravis2 (= 1.2.0-2noble.20260519.093840) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-camera-aravis2/ros-kilted-camera-aravis2-dbgsym_1.2.0-2noble.20260519.093840_arm64.deb Size: 6434690 SHA256: 3da93b1a19ee2a5b9f029e5e513b07417845a9817abf7869cbc65792b7ccdbe3 SHA1: 555a21fcb269b6941c0e5e23cb0a7008078e945b MD5sum: 7fb1b8be9764f61557d942dc4f44f7c9 Description: debug symbols for ros-kilted-camera-aravis2 Build-Ids: 069d8a7c38c44f3e74a717cdcba0f33b1b8e5978 25721206a82c0407c31331e114b7ceaec424807a 27497e359cb6424fa4b4d68e38e2aa9a6911abbb 753497d03096e3bd456d1d7f6c8e582b34f5192f afad1da54ee3b7214cda0af94b739059d9c7eac4 Package: ros-kilted-camera-aravis2-msgs Version: 1.2.0-2noble.20260519.034043 Architecture: arm64 Maintainer: Raphael Hagmanns Installed-Size: 1344 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-diagnostic-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-camera-aravis2-msgs/ros-kilted-camera-aravis2-msgs_1.2.0-2noble.20260519.034043_arm64.deb Size: 84600 SHA256: 83b500bca7d5bbde5f1737ee448d55a219f9f9fc590705ed69b2a488211280b4 SHA1: 48c623b17fa25c04df6e3c5f2ccc1d4544e3384b MD5sum: d0afdd5fa2f815d59b8148102c4bee36 Description: Messages and service definitions for the camera_aravis2 package. Package: ros-kilted-camera-aravis2-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-camera-aravis2-msgs Version: 1.2.0-2noble.20260519.034043 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Raphael Hagmanns Installed-Size: 720 Depends: ros-kilted-camera-aravis2-msgs (= 1.2.0-2noble.20260519.034043) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-camera-aravis2-msgs/ros-kilted-camera-aravis2-msgs-dbgsym_1.2.0-2noble.20260519.034043_arm64.deb Size: 521450 SHA256: 0cf70c71c11476d713911c792d46f74e17d42cffaa9da0a5dc9b1a4163ff0cfa SHA1: a1ba98a4f02ec2e9a774c3617d7b37eafd939963 MD5sum: a0257f435281bedf55831300e856daf6 Description: debug symbols for ros-kilted-camera-aravis2-msgs Build-Ids: 05d247a1fbe8c6e91288158cb2ebe1102c21adf2 146f0fb5e055e78fec425d8e3ab8de8d3f6570c6 1c4d3b5fd708afc51e5ae41136d133c6496720dd 22a608433c6c013e47fa83ce34a2543baa4d981a 40d0952c25928d768a90d75b6a97edd855df870c 53a937132ec2b64f10f2f1e3ba5101eb273c8626 7c910b1b91b16485e9a512dae6202d952865b2a1 8aefce053806c0877820634e732d41458820e641 92d2e28fd87449da29a2c3df0300959d61886ca0 9315c78a07a8e0cecd5650a99f9be203128682b0 d1952946b82973867e3bec2b47eea90f36bc4aa7 Package: ros-kilted-camera-calibration Version: 6.0.12-1noble.20260519.082630 Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 315 Depends: python3-opencv, python3-semver, ros-kilted-cv-bridge, ros-kilted-image-geometry, ros-kilted-message-filters, ros-kilted-rclpy, ros-kilted-sensor-msgs, ros-kilted-std-srvs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/camera_calibration/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-camera-calibration/ros-kilted-camera-calibration_6.0.12-1noble.20260519.082630_arm64.deb Size: 80310 SHA256: 733c4a234ad449f5d6ecf84f807dffd49a0d5348cf364bd8a1a0dbc832e81418 SHA1: 659a5ef25315c8027a5690c7424c429fccf30fb1 MD5sum: 32a016171c5657129581b800f279d256 Description: camera_calibration allows easy calibration of monocular or stereo cameras using a checkerboard calibration target. Package: ros-kilted-camera-calibration-parsers Version: 6.1.3-1noble.20260519.092844 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 275 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-kilted-rclcpp, ros-kilted-sensor-msgs, ros-kilted-yaml-cpp-vendor, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/camera_calibration_parsers Priority: optional Section: misc Filename: pool/main/r/ros-kilted-camera-calibration-parsers/ros-kilted-camera-calibration-parsers_6.1.3-1noble.20260519.092844_arm64.deb Size: 53514 SHA256: 945a5b0142d4080b54283b457f98f58544bc207d8b2fca02183d525ded3bac8d SHA1: 122b8ffdeb1db9aa8b28583c04f01ef321f2245a MD5sum: 3a67b20079d2dad58e455fa11d5972a5 Description: camera_calibration_parsers contains routines for reading and writing camera calibration parameters. Package: ros-kilted-camera-calibration-parsers-dbgsym Package-Type: ddeb Source: ros-kilted-camera-calibration-parsers Version: 6.1.3-1noble.20260519.092844 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 780 Depends: ros-kilted-camera-calibration-parsers (= 6.1.3-1noble.20260519.092844) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-camera-calibration-parsers/ros-kilted-camera-calibration-parsers-dbgsym_6.1.3-1noble.20260519.092844_arm64.deb Size: 706574 SHA256: 768c1184a1e7e1708eb18b22565682887585c261ef5472220a877d53cb649f9c SHA1: f4042ff22a2cb5d57dd7c38611d183d2278e66f4 MD5sum: 2c5907fb37baeee95605aeb5db9ffd44 Description: debug symbols for ros-kilted-camera-calibration-parsers Build-Ids: 81163a90001dcf62f02c5955c8225877c9f7c70a b140b9908de585c8c5a4d17dfc7064596d9c5aa7 Package: ros-kilted-camera-info-manager Version: 6.1.3-1noble.20260519.093149 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 206 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-ament-index-cpp, ros-kilted-camera-calibration-parsers, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-rcpputils, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/camera_info_manager Priority: optional Section: misc Filename: pool/main/r/ros-kilted-camera-info-manager/ros-kilted-camera-info-manager_6.1.3-1noble.20260519.093149_arm64.deb Size: 39320 SHA256: 9673742a26d445e720f08066dde5ddda8e52485f6a18c503867e20960e26b164 SHA1: 4897f66c0ccc7c4c58d5a7766f9109b9ad7a9dc6 MD5sum: 45990285288329f9d6d6321930e9c387 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-kilted-camera-info-manager-dbgsym Package-Type: ddeb Source: ros-kilted-camera-info-manager Version: 6.1.3-1noble.20260519.093149 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 496 Depends: ros-kilted-camera-info-manager (= 6.1.3-1noble.20260519.093149) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-camera-info-manager/ros-kilted-camera-info-manager-dbgsym_6.1.3-1noble.20260519.093149_arm64.deb Size: 444342 SHA256: e6a7cc80f5c8a3124e8c2b47da822979bafea5f8ab91b77198a27bfe3a7665e9 SHA1: 36805b575e54ac4e35acf5ab3164d1d9efb050c1 MD5sum: 51427bc9ec11fba4b40865d448098b48 Description: debug symbols for ros-kilted-camera-info-manager Build-Ids: 4336ba4a70c60524ba31ac92b4d7224a8e7e8187 Package: ros-kilted-camera-info-manager-py Version: 6.1.3-1noble.20260519.043338 Architecture: arm64 Maintainer: Jose Mastrangelo Installed-Size: 113 Depends: python3-yaml, ros-kilted-ament-index-python, ros-kilted-rclpy, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/camera_info_manager_py Priority: optional Section: misc Filename: pool/main/r/ros-kilted-camera-info-manager-py/ros-kilted-camera-info-manager-py_6.1.3-1noble.20260519.043338_arm64.deb Size: 24140 SHA256: 9d2996082edf43b09b03f05869eff523940aeac67b681b7d6e9a993030723670 SHA1: c56182efcf28ac6449ddbbd81164b95b154a7314 MD5sum: f128f4318333acb8c8eac54955f56212 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-kilted-camera-ros Version: 0.4.0-2noble.20260519.140317 Architecture: arm64 Maintainer: Christian Rauch Installed-Size: 711 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), ros-kilted-libcamera (>= 0.1), ros-kilted-ament-index-python, ros-kilted-camera-info-manager, ros-kilted-cv-bridge, ros-kilted-image-view, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-ros2launch, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-camera-ros/ros-kilted-camera-ros_0.4.0-2noble.20260519.140317_arm64.deb Size: 191192 SHA256: 7f4968425fb3dbfe47c34ae87f8b405e408a80178bac660d7eb6ca466e0861b7 SHA1: 906cff56172a651f33984b76fbab77a71b449657 MD5sum: 8e6e65a9572f77553848e0a61f707521 Description: node for libcamera supported cameras (V4L2, Raspberry Pi Camera Modules) Package: ros-kilted-camera-ros-dbgsym Package-Type: ddeb Source: ros-kilted-camera-ros Version: 0.4.0-2noble.20260519.140317 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christian Rauch Installed-Size: 4280 Depends: ros-kilted-camera-ros (= 0.4.0-2noble.20260519.140317) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-camera-ros/ros-kilted-camera-ros-dbgsym_0.4.0-2noble.20260519.140317_arm64.deb Size: 3942070 SHA256: fe2697c7a2611cd91d1d2b558917bd67765e4fbc60000205ffa7b953eca142f4 SHA1: b59713205cf12bec185971fdf3a9b26d219829b3 MD5sum: 2368ead091929700b3ed6777838dbec8 Description: debug symbols for ros-kilted-camera-ros Build-Ids: 0374ce95b05b0954e5bf9771d63e404e65919a8c f1ebc5a8287888a575afb7b758ff2406f3096442 Package: ros-kilted-can-msgs Version: 2.0.0-6noble.20260519.023501 Architecture: arm64 Maintainer: Mathias Lüdtke Installed-Size: 1016 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/can_msgs Priority: optional Section: misc Filename: pool/main/r/ros-kilted-can-msgs/ros-kilted-can-msgs_2.0.0-6noble.20260519.023501_arm64.deb Size: 46324 SHA256: 4de1a6e0521df326e3b7c045e96b025f6e0a8fdccfeb295a3ac245fa27348e1d SHA1: 8a905523dc7a3c16f2388f87e6a9520b12bff54a MD5sum: f830a16c7eb3ee3d12bce46aa51b6fb4 Description: CAN related message types. Package: ros-kilted-can-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-can-msgs Version: 2.0.0-6noble.20260519.023501 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Mathias Lüdtke Installed-Size: 304 Depends: ros-kilted-can-msgs (= 2.0.0-6noble.20260519.023501) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-can-msgs/ros-kilted-can-msgs-dbgsym_2.0.0-6noble.20260519.023501_arm64.deb Size: 197096 SHA256: 546960077fd8d6debaba6a0d777b2b3bdd11f2dee71aab97a24308b744afb451 SHA1: cc73d136ab341575d4ed13e8a1df16c7aa44b296 MD5sum: 73ebe3d8e46f9fb1304309f27b103628 Description: debug symbols for ros-kilted-can-msgs Build-Ids: 04f4a18d355479d42a8ba942b2917dc4cde51cdd 065781b8d05d2b32a6c5b7d1fabc19a0c50d3cad 0a9263aeabc1e651e0bf9c3be33d4fa6301f09a5 19ef5a91b27a7798e88ece760790ae05c9d1684a 31d7c6688cd9ead970040b6d328bbdf98e86304d 74132b70937ce6a12304ede980aee0c2f55cf683 90f7c58d10a222d99ed35d4923c0b0c992219516 91422a04cea69621f860b70cf79f9e1b61c352f2 c1eb6917ff1752c32a6d7a33fbafa9e201412f7d dbb220e0d2a1c6ca338a904a167d5deee5829e80 f4740379c50b090747f49c207831c7b03e8ad1dc Package: ros-kilted-canboat-vendor Version: 0.0.6-1noble.20260410.143131 Architecture: arm64 Maintainer: Severn Lortie Installed-Size: 7182 Depends: libc6 (>= 2.38), ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canboat-vendor/ros-kilted-canboat-vendor_0.0.6-1noble.20260410.143131_arm64.deb Size: 310082 SHA256: 3f25428b5ff3b3ed3c41022bd27051cb2e46d461bb32fe06328372e548c18545 SHA1: e8d4c9d619e9cc334694057cd076954bd2e348a9 MD5sum: 11de9572ec84efb223d49e9b0962d85e Description: Thin package wrapper for Canboat Package: ros-kilted-canboat-vendor-dbgsym Package-Type: ddeb Source: ros-kilted-canboat-vendor Version: 0.0.6-1noble.20260410.143131 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Severn Lortie Installed-Size: 631 Depends: ros-kilted-canboat-vendor (= 0.0.6-1noble.20260410.143131) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canboat-vendor/ros-kilted-canboat-vendor-dbgsym_0.0.6-1noble.20260410.143131_arm64.deb Size: 373310 SHA256: 7d003ca86649583ee9b8e5732a0e39bd48dc42b75a87a889f3fc13be6377eb07 SHA1: bc71a21e16aaa87726d2c225ba66960bc8ea9f67 MD5sum: 48c63710710ea5d622ef707a8ead0c33 Description: debug symbols for ros-kilted-canboat-vendor Build-Ids: 06afe5edf7477fcb14ad5ba6d940a64531d57cfc 07ed5574306fe72da3ca37a0cec250c615cd86d2 160fb6e285992bea05f7df457358fef2af05bafe 2cf4645a074452a2406ab4e1576e067a85719598 45f282f1030193635a71cdf5ffcba740c9e9b93f 4f7f3189acc8172163e25de3a368a47239cec6e3 5ce100874a81fe9bb702de701b461180f53abfa1 7a24f6320f80de90514404c11a857c9917f08f0c aafa1b7f56c0dfdeb117783b66d087503e30a839 ae63647874ee9b3e588bb1117c508581455063f0 b54d94ae8139a5b99e57fe5a0e96d4d699f7655f d9c7a0757b6c88bfdf21646f674026eee362272d eadb7cf6be106d9612112675667b24a47a405dac fde67449935d10465ef311cb8c2dfb0cdf7f8a2b Package: ros-kilted-canopen Version: 0.3.2-1noble.20260519.082132 Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 42 Depends: ros-kilted-canopen-402-driver, ros-kilted-canopen-base-driver, ros-kilted-canopen-core, ros-kilted-canopen-interfaces, ros-kilted-canopen-proxy-driver, ros-kilted-lely-core-libraries, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen/ros-kilted-canopen_0.3.2-1noble.20260519.082132_arm64.deb Size: 6284 SHA256: 6ff3c49df6dfcd2f9ae497d332313c1aa706639aa8045959b191d5888a64fb96 SHA1: 13edb1e1e24152109743a7bb4331266b42e1d34d MD5sum: d5b328f857ce9fff21ebb93399db42ff Description: Meta-package aggregating the ros2_canopen packages and documentation Package: ros-kilted-canopen-402-driver Version: 0.3.2-1noble.20260519.081302 Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 1136 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-kilted-lely-core-libraries, libboost-all-dev, ros-kilted-canopen-base-driver, ros-kilted-canopen-core, ros-kilted-canopen-interfaces, ros-kilted-canopen-proxy-driver, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rclcpp-lifecycle, ros-kilted-sensor-msgs, ros-kilted-std-srvs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-402-driver/ros-kilted-canopen-402-driver_0.3.2-1noble.20260519.081302_arm64.deb Size: 218452 SHA256: 2ad1f6c1a3fb336f15bcebba30b47ea6ba556ba935c9b8ad0dc6912900a54cf9 SHA1: 28d4ebaeccd6a2fe84e8ba36c2c91b0d51e5185c MD5sum: c1e3932c52c5efaea594e35be77bc671 Description: Driiver for devices implementing CIA402 profile Package: ros-kilted-canopen-402-driver-dbgsym Package-Type: ddeb Source: ros-kilted-canopen-402-driver Version: 0.3.2-1noble.20260519.081302 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 5868 Depends: ros-kilted-canopen-402-driver (= 0.3.2-1noble.20260519.081302) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-402-driver/ros-kilted-canopen-402-driver-dbgsym_0.3.2-1noble.20260519.081302_arm64.deb Size: 5188564 SHA256: 7220d579e8c5a4e2f4fd2533b8ba4cf11a1eebe011008ad2d41e2d47b01fe51f SHA1: 25857949f29e42479facd4f846ac24ae2c376f67 MD5sum: d791eb0a13dc627653d2dd9085644cae Description: debug symbols for ros-kilted-canopen-402-driver Build-Ids: 1cdc643f7b5ca96405f6cf0215b13d7f7f3634b7 660c36252622c0d29283b2ca1eb52c350a5df57b 8cb2d73aa135b820a6aacefa2eab367e86e82ec7 d5291ffc569cfd523697b65a4acf515ba9031887 Package: ros-kilted-canopen-base-driver Version: 0.3.2-1noble.20260519.060202 Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 986 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-kilted-lely-core-libraries, libboost-all-dev, ros-kilted-canopen-core, ros-kilted-canopen-interfaces, ros-kilted-diagnostic-updater, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rclcpp-lifecycle, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-base-driver/ros-kilted-canopen-base-driver_0.3.2-1noble.20260519.060202_arm64.deb Size: 171044 SHA256: 486b7f75ffaac14c207fa749db659e9cb91f3d8a01a870885f5d74d8194a753e SHA1: 12384fb8b82e2fa48d8ad561a3843884e5f37d48 MD5sum: 017906dc913ecce13ccaaf36eea5dca9 Description: Library containing abstract CANopen driver class for ros2_canopen Package: ros-kilted-canopen-base-driver-dbgsym Package-Type: ddeb Source: ros-kilted-canopen-base-driver Version: 0.3.2-1noble.20260519.060202 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 4109 Depends: ros-kilted-canopen-base-driver (= 0.3.2-1noble.20260519.060202) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-base-driver/ros-kilted-canopen-base-driver-dbgsym_0.3.2-1noble.20260519.060202_arm64.deb Size: 3624622 SHA256: 5264f3e2929d0f34a883f27a41f47ddb09fb59bbe44055b26ad0601193847f79 SHA1: d92c14016db66308d1a3d39d06f87b4e5a831b72 MD5sum: 0a3d2ba080c8b3dba6e55f56ffbb0e62 Description: debug symbols for ros-kilted-canopen-base-driver Build-Ids: 5a12edbb08a84dd3d49287a0aafa212502df998c 600470ae7abffe830056a722f6558c713938ef42 7610e0d0ffdff8cf02367f19dd73b323acffd430 bf8341c96fc78d45a9fb02d2e2b406f32dfb0381 Package: ros-kilted-canopen-core Version: 0.3.2-1noble.20260519.055523 Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 884 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-kilted-lely-core-libraries, libboost-all-dev, ros-kilted-canopen-interfaces, ros-kilted-lifecycle-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rclcpp-lifecycle, ros-kilted-yaml-cpp-vendor, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-core/ros-kilted-canopen-core_0.3.2-1noble.20260519.055523_arm64.deb Size: 170880 SHA256: 8b8179e5323d909583d6c81a40e5098e385d71fc580fe40d39c2fa3a246f6ff0 SHA1: a3f5817aef19bd1887ef5e1121ad39477e925561 MD5sum: 015900ced654479d0fe89966213d739f Description: Core ros2_canopen functionalities such as DeviceContainer and master Package: ros-kilted-canopen-core-dbgsym Package-Type: ddeb Source: ros-kilted-canopen-core Version: 0.3.2-1noble.20260519.055523 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 4449 Depends: ros-kilted-canopen-core (= 0.3.2-1noble.20260519.055523) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-core/ros-kilted-canopen-core-dbgsym_0.3.2-1noble.20260519.055523_arm64.deb Size: 4108924 SHA256: a9ff8464b2b6c2f006db1b51999d79111a68c73148e59138b4bf5bc7b5d43c9f SHA1: e29b9eb646b8c8b1525bd1a18542a4088b6889a0 MD5sum: cf0de94f1a2609f28160e44126a3a256 Description: debug symbols for ros-kilted-canopen-core Build-Ids: 2649379909f6d635d9e057532990a7328f8ee268 3de2987234e672f0b6be1948bd57173a7709b6dd a2faec2c5a4ec32b0b39eeba5213e30b14e427c0 e247edb8f2559f4cd3794947d28dcc405ac46fa6 Package: ros-kilted-canopen-fake-slaves Version: 0.3.2-1noble.20260519.060315 Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 397 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-lely-core-libraries, ros-kilted-lifecycle-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-fake-slaves/ros-kilted-canopen-fake-slaves_0.3.2-1noble.20260519.060315_arm64.deb Size: 63804 SHA256: af2eb023a3c8b700d0990820af4bbdf9973c877e5eed0a87809a459ecd7a3e96 SHA1: b6164bb37abb6539caa82e10277f5fe8a2a8339f MD5sum: dbe7906bb12d1efbcee45838d387de30 Description: Package with mock canopen slave Package: ros-kilted-canopen-fake-slaves-dbgsym Package-Type: ddeb Source: ros-kilted-canopen-fake-slaves Version: 0.3.2-1noble.20260519.060315 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 964 Depends: ros-kilted-canopen-fake-slaves (= 0.3.2-1noble.20260519.060315) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-fake-slaves/ros-kilted-canopen-fake-slaves-dbgsym_0.3.2-1noble.20260519.060315_arm64.deb Size: 856602 SHA256: 0fb56f1f96a921cd4da533ddecae674355071f476161808609e42fd026fdabfa SHA1: 7d733813c305c203020a24b879663e9fe9f30695 MD5sum: 98db3a6eea95e9ab5ff053f651a5db6a Description: debug symbols for ros-kilted-canopen-fake-slaves Build-Ids: 27e11cc98d18d9cc8f8843a58c35ba0f06250804 4a6b73b085e514ac6ae1cdd55abf0bc4f3af7199 520505afdc443876f7bb93264b81256a98bb6d4b Package: ros-kilted-canopen-interfaces Version: 0.3.2-1noble.20260519.023451 Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 3850 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-interfaces/ros-kilted-canopen-interfaces_0.3.2-1noble.20260519.023451_arm64.deb Size: 218294 SHA256: c540493b18442718e14ab3f2e4f6c01a5051b1128d1881eebba2f164d6146794 SHA1: 12871355dcda1ba6db62d462dca99d53622f40ba MD5sum: 380eb93d60f07a5905b5a5d43fdb72ce Description: Services and Messages for ros2_canopen stack Package: ros-kilted-canopen-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-canopen-interfaces Version: 0.3.2-1noble.20260519.023451 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 2460 Depends: ros-kilted-canopen-interfaces (= 0.3.2-1noble.20260519.023451) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-interfaces/ros-kilted-canopen-interfaces-dbgsym_0.3.2-1noble.20260519.023451_arm64.deb Size: 1773760 SHA256: fc4fd7cf84bafb8714e39603347579d1da3d3359c9e2d212abbbf6c12c737553 SHA1: 9b6c841c0bbf0ee0230d0b05f2e7716f912f0f93 MD5sum: b06d2cf51a7e3625bfa63078bbf304bf Description: debug symbols for ros-kilted-canopen-interfaces Build-Ids: 1369dead405349f1b2d6401fcc5e7d5459558397 3b391709afb915605c34599f19b698b3c0885f1d 3e6a65571aa743d305c3cfaa015663794a874e74 403f45906617a953be2ec6a36e80ef41aa4f465d 5ebc516c3b73178c9f5c1cb8bddc8b3c81f08187 7a154fc26c611826655e9437b4aa419ad29f30ce b56c89d06ae26eb38a518be869a2c021955d547f cc062bf8dc3a1b54f8499ccb72bd8198aaeb9574 da5bfacc8dd947636f1290b75190ed0a7cbee7b5 e8072bbf384ee7a93cbde5242212cce85012e3cf f09edc23085dd2c0b59752ddb48440e3be8a5ee5 Package: ros-kilted-canopen-master-driver Version: 0.3.2-1noble.20260519.060211 Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 881 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-kilted-lely-core-libraries, ros-kilted-canopen-core, ros-kilted-canopen-interfaces, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rclcpp-lifecycle, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-master-driver/ros-kilted-canopen-master-driver_0.3.2-1noble.20260519.060211_arm64.deb Size: 140626 SHA256: fc3d2f40a2fd700a4784686821f5a4ff28709984385aeb8b4f56da47e04f536d SHA1: d4ef7d05ec8a7738f39d53a500efd7a81e1b4fed MD5sum: 922393c2635587b87de4cfb69c43af0b Description: Basic canopen master implementation Package: ros-kilted-canopen-master-driver-dbgsym Package-Type: ddeb Source: ros-kilted-canopen-master-driver Version: 0.3.2-1noble.20260519.060211 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 3586 Depends: ros-kilted-canopen-master-driver (= 0.3.2-1noble.20260519.060211) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-master-driver/ros-kilted-canopen-master-driver-dbgsym_0.3.2-1noble.20260519.060211_arm64.deb Size: 3129260 SHA256: e5504c0ebef0ba561cbcafde18bebbb66cc29b89a75ee5d9d6109de2ecb99d68 SHA1: 7c473e71102af065e6716766698a86e4b0f2945b MD5sum: 5e68e4d5b28b9545eca440caf1cb5eaa Description: debug symbols for ros-kilted-canopen-master-driver Build-Ids: 01b433e3c2495e462d7b3dba9d00580d8ab925a0 11650a9f6f12254e9a1c33dfb2618823a35344ca 4beb4d28e54e2c51c995fd3dfb84ff03b3e98246 97ce4514a89dc0404f44f2610f45b116de6fc0e1 Package: ros-kilted-canopen-proxy-driver Version: 0.3.2-1noble.20260519.080439 Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 1268 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-kilted-canopen-base-driver, ros-kilted-canopen-core, ros-kilted-canopen-interfaces, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rclcpp-lifecycle, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-proxy-driver/ros-kilted-canopen-proxy-driver_0.3.2-1noble.20260519.080439_arm64.deb Size: 226518 SHA256: 358ef73dc861caa0f1189d525ad081287bab2537032965474920cfcfaf5ec56d SHA1: a16e0c1f56f87b23c16328773ae3a1ba7d6f7a53 MD5sum: 4a08809f442396d00062aeca154cbb99 Description: Simple proxy driver for the ros2_canopen stack Package: ros-kilted-canopen-proxy-driver-dbgsym Package-Type: ddeb Source: ros-kilted-canopen-proxy-driver Version: 0.3.2-1noble.20260519.080439 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 5679 Depends: ros-kilted-canopen-proxy-driver (= 0.3.2-1noble.20260519.080439) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-proxy-driver/ros-kilted-canopen-proxy-driver-dbgsym_0.3.2-1noble.20260519.080439_arm64.deb Size: 4910006 SHA256: a22cdaa3264a94b51193561b81368ac91f0d9205df95c202710ad895550f11e5 SHA1: a3086902f015af1c8b3d98459b1608af482a0fe3 MD5sum: 987f42f059a14f4a04ed28581443f582 Description: debug symbols for ros-kilted-canopen-proxy-driver Build-Ids: 2b4bf1c49cd6f4ddfb286300c4a90c4ad2378c33 86629dc418ff9951efbe61ce71dd15338d9b4e8c ae6cb317b73a1156b34544ef7f7945b8c1b2e8bc Package: ros-kilted-canopen-ros2-control Version: 0.3.2-1noble.20260520.080827 Architecture: arm64 Maintainer: Lovro Ivanov Installed-Size: 428 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-kilted-lely-core-libraries, ros-kilted-canopen-402-driver, ros-kilted-canopen-core, ros-kilted-canopen-proxy-driver, ros-kilted-hardware-interface, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rclcpp-lifecycle, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-ros2-control/ros-kilted-canopen-ros2-control_0.3.2-1noble.20260520.080827_arm64.deb Size: 102898 SHA256: 9629ed01f453ddb06f31a00bc0d62a063f94f355680725660c0f27fd33a97d05 SHA1: ebeb406883fce543c2c51c30e5b102ec1c471689 MD5sum: ae53259dff6cab30f496c4abfd1de602 Description: ros2_control wrapper for ros2_canopen functionalities Package: ros-kilted-canopen-ros2-control-dbgsym Package-Type: ddeb Source: ros-kilted-canopen-ros2-control Version: 0.3.2-1noble.20260520.080827 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Lovro Ivanov Installed-Size: 3421 Depends: ros-kilted-canopen-ros2-control (= 0.3.2-1noble.20260520.080827) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-ros2-control/ros-kilted-canopen-ros2-control-dbgsym_0.3.2-1noble.20260520.080827_arm64.deb Size: 3104386 SHA256: 6024da1a7b2198e0f658c6d1d8d6a43edd476c5e5aaaced06e8ea998ecd8c23d SHA1: 5d41032a08cd7f3ef7f0f0b44f83660da706e8bd MD5sum: ef5a6384e74670b680df56e73e77ab8e Description: debug symbols for ros-kilted-canopen-ros2-control Build-Ids: 941b580e8b71244e258a6012888c4da83dbc6f34 Package: ros-kilted-canopen-ros2-controllers Version: 0.3.2-1noble.20260520.091203 Architecture: arm64 Maintainer: Denis Stogl Installed-Size: 788 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-canopen-402-driver, ros-kilted-canopen-interfaces, ros-kilted-canopen-proxy-driver, ros-kilted-controller-interface, ros-kilted-controller-manager, ros-kilted-hardware-interface, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-realtime-tools, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-ros2-controllers/ros-kilted-canopen-ros2-controllers_0.3.2-1noble.20260520.091203_arm64.deb Size: 160042 SHA256: cc8d45d4acbda08c0d5692edf283f3ac56c54c3b86ea0894450b69302905619c SHA1: b388242bfface3a328beb2ed7b586edf84c855b3 MD5sum: a1e96c3d23be5fac404b092971330e08 Description: ros2_control controllers for ros2_canopen functionalities Package: ros-kilted-canopen-ros2-controllers-dbgsym Package-Type: ddeb Source: ros-kilted-canopen-ros2-controllers Version: 0.3.2-1noble.20260520.091203 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Denis Stogl Installed-Size: 4022 Depends: ros-kilted-canopen-ros2-controllers (= 0.3.2-1noble.20260520.091203) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-ros2-controllers/ros-kilted-canopen-ros2-controllers-dbgsym_0.3.2-1noble.20260520.091203_arm64.deb Size: 3458670 SHA256: 80eac27a5a50cafe110ed92bab9505353c89c9bac20ea2bb092291100435f37d SHA1: f5c43f571ba7e8241faeabc75d27eb2a1376c338 MD5sum: 81b76d7f168bf25f7d9c0f4218559faa Description: debug symbols for ros-kilted-canopen-ros2-controllers Build-Ids: 6f2d9034adc0d4b82d9835b58b9702f46b1e9345 Package: ros-kilted-canopen-tests Version: 0.3.2-1noble.20260520.094937 Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 632 Depends: ros-kilted-canopen-402-driver, ros-kilted-canopen-core, ros-kilted-canopen-fake-slaves, ros-kilted-canopen-proxy-driver, ros-kilted-canopen-ros2-controllers, ros-kilted-controller-manager, ros-kilted-forward-command-controller, ros-kilted-joint-state-broadcaster, ros-kilted-joint-trajectory-controller, ros-kilted-robot-state-publisher, ros-kilted-xacro, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-tests/ros-kilted-canopen-tests_0.3.2-1noble.20260520.094937_arm64.deb Size: 34032 SHA256: 941193d1f36e3a2a6ad95d4c84e34d137504dfaab46c25a694f2b8ae8d89093e SHA1: 8a9c4764f6f005bb1c4d0d0503bb2d8fd7165f5c MD5sum: ceb274c9611672ea4cc346958279d22b Description: Package with tests for ros2_canopen Package: ros-kilted-canopen-utils Version: 0.3.2-1noble.20260519.051913 Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 74 Depends: ros-kilted-canopen-interfaces, ros-kilted-lifecycle-msgs, ros-kilted-rclpy, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-utils/ros-kilted-canopen-utils_0.3.2-1noble.20260519.051913_arm64.deb Size: 15052 SHA256: 2ba1b6739e844c013a339ef8f6af7c67078e51adb8d837b225da011a04a37d2c SHA1: cd9685f10a44873ec79dee38ee44da2586546b03 MD5sum: 715d2b1fa45865deea3d0400fa244cf0 Description: Utils for working with ros2_canopen. Package: ros-kilted-cartographer Version: 2.0.9004-1noble.20260410.184725 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 12417 Depends: libabsl20220623t64 (>= 0~20220623.0-1), libboost-iostreams1.83.0 (>= 1.83.0), libc6 (>= 2.34), libceres4t64 (>= 2.2.0+dfsg), libgcc-s1 (>= 3.3.1), libgflags2.2 (>= 2.2.2), libgoogle-glog0v6t64 (>= 0.6.0), liblua5.2-0 (>= 5.2.4), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), libabsl-dev, libboost-iostreams-dev, libcairo2-dev, libceres-dev, libeigen3-dev, libgflags-dev, libgoogle-glog-dev, liblua5.2-dev, libprotobuf-dev, libprotoc-dev, protobuf-compiler, ros-kilted-ros-workspace Homepage: https://github.com/cartographer-project/cartographer Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cartographer/ros-kilted-cartographer_2.0.9004-1noble.20260410.184725_arm64.deb Size: 1577916 SHA256: f84bf6d399442094d8261b09fbb111fee61a738e49bb9a419850a837e20500e0 SHA1: 799e5920818acf14806025230f3090c2e06d492d MD5sum: 13d0857b5e456a6fed4555836274ec6c Description: Cartographer is a system that provides real-time simultaneous localization and mapping (SLAM) in 2D and 3D across multiple platforms and sensor configurations. Package: ros-kilted-cartographer-dbgsym Package-Type: ddeb Source: ros-kilted-cartographer Version: 2.0.9004-1noble.20260410.184725 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 32212 Depends: ros-kilted-cartographer (= 2.0.9004-1noble.20260410.184725) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cartographer/ros-kilted-cartographer-dbgsym_2.0.9004-1noble.20260410.184725_arm64.deb Size: 30636330 SHA256: a3a0339a7cf8c77e97beb5b1496f2196bc1847b8635e7ea3e5b70bc34a7794f3 SHA1: 1ffa3c535b18312e1f5c0ed329ccee82d7341985 MD5sum: 8a91810dde6552a71f3af853341f7097 Description: debug symbols for ros-kilted-cartographer Build-Ids: 0c8c4644b3b770df80ab16fa6b72fef5a2d58c29 3b2c35db8e517773458514fda055cc6a65ce9e1d a30d5173516912501dfd56face7d2644eaa99128 a92b0752f61c1990bf7b5c0f7a5e4ffb9352c42c Package: ros-kilted-cartographer-ros Version: 2.0.9003-2noble.20260519.152224 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 26800 Depends: libabsl20220623t64 (>= 0~20220623.0-1), libboost-iostreams1.83.0 (>= 1.83.0), libc6 (>= 2.38), libcairo2 (>= 1.6.0), libceres4t64 (>= 2.2.0+dfsg), libgcc-s1 (>= 3.3.1), libgflags2.2 (>= 2.2.2), libgoogle-glog0v6t64 (>= 0.6.0), liblua5.2-0 (>= 5.2.4), libpcl-common1.14 (>= 1.14.0+dfsg), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), libabsl-dev, libeigen3-dev, libgflags-dev, libgoogle-glog-dev, libpcl-dev, ros-kilted-builtin-interfaces, ros-kilted-cartographer, ros-kilted-cartographer-ros-msgs, ros-kilted-geometry-msgs, ros-kilted-launch, ros-kilted-nav-msgs, ros-kilted-pcl-conversions, ros-kilted-rclcpp, ros-kilted-robot-state-publisher, ros-kilted-rosbag2-cpp, ros-kilted-rosbag2-storage, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-tf2, ros-kilted-tf2-eigen, ros-kilted-tf2-msgs, ros-kilted-tf2-ros, ros-kilted-urdf, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Homepage: https://github.com/cartographer-project/cartographer_ros Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cartographer-ros/ros-kilted-cartographer-ros_2.0.9003-2noble.20260519.152224_arm64.deb Size: 3030288 SHA256: f32dd76e6822fdda9d89f74f17656ddda8659853edc1769e4c6cf66bfda7a70e SHA1: 245643e9a06c6cdc3b48f387bb1085e9f80be810 MD5sum: 51785e04a7a701ad10a22596a4d13943 Description: Cartographer is a system that provides real-time simultaneous localization and mapping (SLAM) in 2D and 3D across multiple platforms and sensor configurations. This package provides Cartographer's ROS integration. Package: ros-kilted-cartographer-ros-dbgsym Package-Type: ddeb Source: ros-kilted-cartographer-ros Version: 2.0.9003-2noble.20260519.152224 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 48599 Depends: ros-kilted-cartographer-ros (= 2.0.9003-2noble.20260519.152224) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cartographer-ros/ros-kilted-cartographer-ros-dbgsym_2.0.9003-2noble.20260519.152224_arm64.deb Size: 40572770 SHA256: 5f287d2952263961c33bd52c3c789418bed6ce46f162992a19e9006cce888c6c SHA1: 2a0e36b754f2aa1de09fc2ee2abb255dcd859683 MD5sum: 060ed670d74fbf583cc42c1513325960 Description: debug symbols for ros-kilted-cartographer-ros Build-Ids: 45a4f1897309b07821f050ca7f0fc4a98cb93a99 4cf53b1e93dd9a7640636bb941fe7fff625e8a0c 7d6150a0f8788e05c7306686be32d253ea0a46fd 9214f4407c45a11965df4089f49f7ac5753c2a8a a69aae6aed77e8d4d587c20270e5db75188a9cd1 e3ed46c6351970cca022cc53d3f901fa794c6c53 eaaa6c4a12ba9875196f80d87103dc9992fac7de Package: ros-kilted-cartographer-ros-msgs Version: 2.0.9003-2noble.20260519.025330 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 5611 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: https://github.com/cartographer-project/cartographer_ros Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cartographer-ros-msgs/ros-kilted-cartographer-ros-msgs_2.0.9003-2noble.20260519.025330_arm64.deb Size: 367530 SHA256: 8d114334b93ce8df3d2ba6b8d37ff07780a257d24c0905700b907a5e2580c2b1 SHA1: adec234b450c8ba8306483274154ca26624d6339 MD5sum: ae72ab6dc138d97b42fa34e48f0d3bfd Description: ROS messages for the cartographer_ros package. Package: ros-kilted-cartographer-ros-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-cartographer-ros-msgs Version: 2.0.9003-2noble.20260519.025330 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 4535 Depends: ros-kilted-cartographer-ros-msgs (= 2.0.9003-2noble.20260519.025330) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cartographer-ros-msgs/ros-kilted-cartographer-ros-msgs-dbgsym_2.0.9003-2noble.20260519.025330_arm64.deb Size: 3526204 SHA256: d736b503c31056f248ccd659241bdeae370efa0e5428e28feec629bfe604a7ff SHA1: c7b8464e147a54259094c368ad0172cdab437215 MD5sum: 477f62c8ebc35e08d590310989ffc946 Description: debug symbols for ros-kilted-cartographer-ros-msgs Build-Ids: 221e9cd0f5bbbdc4994692d74ed6d462114488ce 23b5d6287c16b646073053c89fe6fb3099207cb4 289ccdffb48c35487a2a115e623260ad5949bc5d 46324eab977645483ee02255e215c2f47f671a81 49145645c550e93e77ef775304c415b52096327f 49ace9502c2cc0dab0abf21125f2bd8f76716200 a4b42e53d5b6141c7dbf5b611dde9e67965058a1 e8b839090ea4e7f8ced85f490d071d3162156cb1 ef9e0ce50aec18845f3ac70acc9590a59ca5d88e f345ed4d607a4b2ac6daab5526d79302f74885a1 f6d8731bf21cb86ee99d53f4b0b1d2d4a18a8a36 Package: ros-kilted-cartographer-rviz Version: 2.0.9003-2noble.20260520.072656 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 2048 Depends: libabsl20220623t64 (>= 0~20220623.0-1), libboost-iostreams1.83.0 (>= 1.83.0), libc6 (>= 2.34), libcairo2 (>= 1.6.0), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgoogle-glog0v6t64 (>= 0.6.0), liblua5.2-0 (>= 5.2.4), libpcl-common1.14 (>= 1.14.0+dfsg), libprotobuf32t64 (>= 3.21.12), libqt5core5t64 (>= 5.5.0), libstdc++6 (>= 13.1), ros-kilted-rviz-ogre-vendor, libabsl-dev, libboost-iostreams-dev, libeigen3-dev, ros-kilted-cartographer, ros-kilted-cartographer-ros, ros-kilted-cartographer-ros-msgs, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rviz-common, ros-kilted-rviz-rendering, ros-kilted-ros-workspace Homepage: https://github.com/cartographer-project/cartographer_ros Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cartographer-rviz/ros-kilted-cartographer-rviz_2.0.9003-2noble.20260520.072656_arm64.deb Size: 449488 SHA256: c370390c68e088f043c27f4e0960a095c1661b52bf817410a0fe43f7656050bd SHA1: 1926f99007348b5729a8b1cc9148faf0a758bbfa MD5sum: ecb897e121bb9f7ae22b27b3bc2d740d Description: Cartographer is a system that provides real-time simultaneous localization and mapping (SLAM) in 2D and 3D across multiple platforms and sensor configurations. This package provides Cartographer's RViz integration. Package: ros-kilted-cartographer-rviz-dbgsym Package-Type: ddeb Source: ros-kilted-cartographer-rviz Version: 2.0.9003-2noble.20260520.072656 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 5618 Depends: ros-kilted-cartographer-rviz (= 2.0.9003-2noble.20260520.072656) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cartographer-rviz/ros-kilted-cartographer-rviz-dbgsym_2.0.9003-2noble.20260520.072656_arm64.deb Size: 4632964 SHA256: 33e1e802d680098e305ddff84653ce5e39885c82e9b7b437fe50560a350861b4 SHA1: 97bc1912c2547d1f69071887099072375e64cad9 MD5sum: 0e17cff17f0b378822010977cba40e0d Description: debug symbols for ros-kilted-cartographer-rviz Build-Ids: 7823badce6d3f3be02fea3ad4b6697af6c08c977 Package: ros-kilted-cascade-lifecycle-msgs Version: 2.0.4-1noble.20260519.025348 Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 1090 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-lifecycle-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cascade-lifecycle-msgs/ros-kilted-cascade-lifecycle-msgs_2.0.4-1noble.20260519.025348_arm64.deb Size: 52422 SHA256: 943620e17f4a3e5924d83b7fee14d9303739fbb6cee31ef2efac8018aaa9d956 SHA1: f264ff1ad8b317e217244556c364c49604364afa MD5sum: de1e5673a3edc8e871dfc62c113d642a Description: Messages for rclcpp_cascade_lifecycle package Package: ros-kilted-cascade-lifecycle-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-cascade-lifecycle-msgs Version: 2.0.4-1noble.20260519.025348 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 392 Depends: ros-kilted-cascade-lifecycle-msgs (= 2.0.4-1noble.20260519.025348) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cascade-lifecycle-msgs/ros-kilted-cascade-lifecycle-msgs-dbgsym_2.0.4-1noble.20260519.025348_arm64.deb Size: 264204 SHA256: 269ce19ade77ce6135f1f31e6668e773bde9e43a3815b5be1b9345fd37d6c9a2 SHA1: 4f46325e8fd15f52922b9b4185903cd0fff62753 MD5sum: ca5cdabc74e05d7a5bd36643b0ec16c9 Description: debug symbols for ros-kilted-cascade-lifecycle-msgs Build-Ids: 2a75b55ba4cd30b5ad985e65c77a78f03a86f742 41c0ed348ea86df4e7e1774b912199becd2df6f2 51f948985e46ac1bd8f66494e49b9b1791f1e108 789e590274da3c629e9d23cbce864f7581ee31a2 78e2c23348c20da4f6cf39867f5be8e63f8bf983 91dbf8520f6a5264595940a228266a75627ed67e 98fc4b473145f91e9e0d6f8e2b7a0eb24a2af654 ad55e1d810bab1ecfa79a70138c5328e624576cc cf67d7d00b5e21a0e2839b19512365145b2daab8 e55b2ee27146a4e1c03cc364192c10cd8c7a1cbe eb296240cc8cbb3221031b46c9cfdddce0615d48 Package: ros-kilted-catch-ros2 Version: 0.2.3-1noble.20260519.110324 Architecture: arm64 Maintainer: Nick Morales Installed-Size: 1502 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-rclcpp, ros-kilted-ros2launch, ros-kilted-std-srvs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-catch-ros2/ros-kilted-catch-ros2_0.2.3-1noble.20260519.110324_arm64.deb Size: 348818 SHA256: 79bad9ab9d38345052c2f568ae23deeb88c598b572cef54dc4f3133d60ed0ab8 SHA1: b1cac6e41b843d9a93c6d7e04ecc5130906bb095 MD5sum: 5ec8cd51bb5dabb196845a7463ab264b Description: Catch2 testing framework for ROS 2 unit and integration tests. Package: ros-kilted-catch-ros2-dbgsym Package-Type: ddeb Source: ros-kilted-catch-ros2 Version: 0.2.3-1noble.20260519.110324 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Nick Morales Installed-Size: 3258 Depends: ros-kilted-catch-ros2 (= 0.2.3-1noble.20260519.110324) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-catch-ros2/ros-kilted-catch-ros2-dbgsym_0.2.3-1noble.20260519.110324_arm64.deb Size: 2911002 SHA256: 1fb9ca57663109987cd119310b7fffe79b2af4e8f33db451d8a141b8c76fd2b2 SHA1: d9418af82d68227772987dd4b84fad80632ef575 MD5sum: 1d5d326ec96038a9d3c0ad1548be2e31 Description: debug symbols for ros-kilted-catch-ros2 Build-Ids: 610c9abf1588b1dd7e3424b7f304b0fe2bf1ed4a 8598c96eec7117e6c6012918447eea3ec76e9de2 Package: ros-kilted-chained-filter-controller Version: 5.15.1-1noble.20260520.082406 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 404 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-controller-interface, ros-kilted-filters, ros-kilted-hardware-interface, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-chained-filter-controller/ros-kilted-chained-filter-controller_5.15.1-1noble.20260520.082406_arm64.deb Size: 120628 SHA256: 4de77f91e4de48404e2ab3d6572dee5a1b370f4ca190e4081564459a7cc6345e SHA1: 4565bf0abbf1412642375647f4e1d2b2f2953b80 MD5sum: 1d7b97785522255710bc58f57de997f8 Description: ros2_controller for configuring filter chains Package: ros-kilted-chained-filter-controller-dbgsym Package-Type: ddeb Source: ros-kilted-chained-filter-controller Version: 5.15.1-1noble.20260520.082406 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 1739 Depends: ros-kilted-chained-filter-controller (= 5.15.1-1noble.20260520.082406) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-chained-filter-controller/ros-kilted-chained-filter-controller-dbgsym_5.15.1-1noble.20260520.082406_arm64.deb Size: 1611558 SHA256: 20ba3f18be7675d13d692595c3a01024c3d25abd40009aa5504916de3afd4484 SHA1: 459100ad661a10a9fb278d871b0056ae6fb4a9b9 MD5sum: a94122bfab1b9dce0657ccc334362db4 Description: debug symbols for ros-kilted-chained-filter-controller Build-Ids: 096013a53ea00904fb9b24b1ab7a34a9ba429d02 Package: ros-kilted-chomp-motion-planner Version: 2.14.3-1noble.20260520.085742 Architecture: arm64 Maintainer: Chittaranjan Srinivas Swaminathan Installed-Size: 318 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-moveit-core, ros-kilted-moveit-common, ros-kilted-rclcpp, ros-kilted-rsl, ros-kilted-trajectory-msgs, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/chomp_motion_planner Priority: optional Section: misc Filename: pool/main/r/ros-kilted-chomp-motion-planner/ros-kilted-chomp-motion-planner_2.14.3-1noble.20260520.085742_arm64.deb Size: 101198 SHA256: 89b1a5c766a408ae643a21972ab1ab97020af7a02797d6b5aa7fd9d8044f29df SHA1: 60dd4a69a677a4e0baab7d1389a6f3fd718e5f7f MD5sum: c4918f585763df03b8a9e15c4339bdd6 Description: chomp_motion_planner Package: ros-kilted-chomp-motion-planner-dbgsym Package-Type: ddeb Source: ros-kilted-chomp-motion-planner Version: 2.14.3-1noble.20260520.085742 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chittaranjan Srinivas Swaminathan Installed-Size: 7359 Depends: ros-kilted-chomp-motion-planner (= 2.14.3-1noble.20260520.085742) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-chomp-motion-planner/ros-kilted-chomp-motion-planner-dbgsym_2.14.3-1noble.20260520.085742_arm64.deb Size: 7361426 SHA256: 6968f30bb229b9ee5efc20bbf7f21f30d2f34c7cf37938e6637e546b44909a99 SHA1: 9b7ebee69440506f84869cb3a4887b8b4a8c3e9a MD5sum: 0d3890dafd5288b8a8c42e4f69ce50a9 Description: debug symbols for ros-kilted-chomp-motion-planner Build-Ids: d9683a91107b5422903be221d4c8078a70d7a2ad Package: ros-kilted-class-loader Version: 2.8.1-1noble.20260519.040720 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 258 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), libconsole-bridge-dev, ros-kilted-console-bridge-vendor, ros-kilted-rcpputils, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/class_loader Priority: optional Section: misc Filename: pool/main/r/ros-kilted-class-loader/ros-kilted-class-loader_2.8.1-1noble.20260519.040720_arm64.deb Size: 45682 SHA256: 47c3a9abfad9aa12f59e53abd7c99be5ab7ed17a7e88c27f17e8b1fa73a2847b SHA1: 1961449bd1cdf017ead0abad1628cb7c13e1f1da MD5sum: 3198030d0e785d63466f9a371917f771 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-kilted-class-loader-dbgsym Package-Type: ddeb Source: ros-kilted-class-loader Version: 2.8.1-1noble.20260519.040720 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 370 Depends: ros-kilted-class-loader (= 2.8.1-1noble.20260519.040720) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-class-loader/ros-kilted-class-loader-dbgsym_2.8.1-1noble.20260519.040720_arm64.deb Size: 324508 SHA256: f1931d360b15ac6802e588953743119a3890c660b82e9662035a71b542ef716f SHA1: 5a8d54e8bb121d8352a3e83467490dde13156f2d MD5sum: 12702386aafb9e75bb8a3248cbe05bd3 Description: debug symbols for ros-kilted-class-loader Build-Ids: 0412a972f494f2ad4f4d5e854b53f4b4cdd9c064 Package: ros-kilted-classic-bags Version: 0.4.0-2noble.20260519.151050 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 65 Depends: ros-kilted-builtin-interfaces, ros-kilted-rclcpp, ros-kilted-rclpy, ros-kilted-rosbag2-cpp, ros-kilted-rosbag2-py, ros-kilted-rosbag2-storage, ros-kilted-rosidl-runtime-py, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-classic-bags/ros-kilted-classic-bags_0.4.0-2noble.20260519.151050_arm64.deb Size: 9166 SHA256: d6eca44424dab94133070ec89cb8682f25cdf97b71949492b7d19b93f760c011 SHA1: 3c8199dff0f162172ceee5bc1bfb63c2f1ca9a1b MD5sum: 61476eec9c138bfdf9d85492270748af Description: A ROS 2 interface in the style of ROS 1 for reading and writing bag files Package: ros-kilted-clips-executive Version: 0.1.3-1noble.20260520.080503 Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 42 Depends: ros-kilted-cx-ament-index-plugin, ros-kilted-cx-bringup, ros-kilted-cx-clips-env-manager, ros-kilted-cx-config-plugin, ros-kilted-cx-example-plugin, ros-kilted-cx-executive-plugin, ros-kilted-cx-file-load-plugin, ros-kilted-cx-msgs, ros-kilted-cx-plugin, ros-kilted-cx-protobuf-plugin, ros-kilted-cx-ros-comm-gen, ros-kilted-cx-ros-msgs-plugin, ros-kilted-cx-tf2-pose-tracker-plugin, ros-kilted-cx-utils, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-clips-executive/ros-kilted-clips-executive_0.1.3-1noble.20260520.080503_arm64.deb Size: 5566 SHA256: 2f4714883ab2791e890d6d9540794e51ae9681309d2b5ba11742869ed9fd03e5 SHA1: 6a32a383283972533fba374f77cc8260cc76f09d MD5sum: 8261ca1639f6e5ac664d6b496a9c2b92 Description: ROS2 CLIPS-Executive meta package and documentation Package: ros-kilted-clips-vendor Version: 6.4.3-1noble.20260410.143130 Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 5821 Depends: libc6 (>= 2.38), ros-kilted-ament-cmake-vendor-package, unzip, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-clips-vendor/ros-kilted-clips-vendor_6.4.3-1noble.20260410.143130_arm64.deb Size: 801440 SHA256: 1a2687e55b0d499660904e86e1537153b51c105b0c0b424f8802021da62d32d1 SHA1: 2f81a6a60abb8e6dc84590a8f07a8b600895defc MD5sum: 30b7305744367e42da17129361a4562d Description: Vendor package for the CLIPS rule based production system Package: ros-kilted-clips-vendor-dbgsym Package-Type: ddeb Source: ros-kilted-clips-vendor Version: 6.4.3-1noble.20260410.143130 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 6850 Depends: ros-kilted-clips-vendor (= 6.4.3-1noble.20260410.143130) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-clips-vendor/ros-kilted-clips-vendor-dbgsym_6.4.3-1noble.20260410.143130_arm64.deb Size: 5633532 SHA256: 72f443244c15d96f943edac99699d0df2185025f15fdc2784e48bdfae2fc3abd SHA1: f39855a53c1ce2dbb50dc227a8e594b77107c67e MD5sum: 4c49e71af7fb1d3af1a8c855823cdf82 Description: debug symbols for ros-kilted-clips-vendor Build-Ids: 15263ca4e934df114f4f5c4525f53a94aadcaede 19ed19e5c8dc51e9d0363ce4ac1aa41c9c6f8d7d 92dd519ca197c2b0977a5171bcd70e588681c2ec afbe62fe0d39772f2b758e33236e417402fe48a6 Package: ros-kilted-cloudini-lib Version: 1.1.0-1noble.20260420.223802 Architecture: arm64 Maintainer: Davide Faconti Installed-Size: 361 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libpcl-io1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), libzstd1 (>= 1.5.5), libpcl-common1.14, libpcl-dev, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cloudini-lib/ros-kilted-cloudini-lib_1.1.0-1noble.20260420.223802_arm64.deb Size: 110844 SHA256: d09781c93aa1256244ad8d039e489ebc55b24ffba906a219236535c8e392eff8 SHA1: f8e5d10453d44d8c9c38eb445e0ab8fd80449931 MD5sum: f73fe501ee86b706d7dec685b40836fc Description: Main library of Cloudini, the pointcloud compression library Package: ros-kilted-cloudini-lib-dbgsym Package-Type: ddeb Source: ros-kilted-cloudini-lib Version: 1.1.0-1noble.20260420.223802 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Davide Faconti Installed-Size: 1106 Depends: ros-kilted-cloudini-lib (= 1.1.0-1noble.20260420.223802) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cloudini-lib/ros-kilted-cloudini-lib-dbgsym_1.1.0-1noble.20260420.223802_arm64.deb Size: 1027618 SHA256: 30bfa80520745dc2339bbef4f4d6368b4be8cac1800e968228209f5075c3b21e SHA1: d89d94a99822244632a8a98a53a030118b982201 MD5sum: f0727ca08338b2284876a12b2976632d Description: debug symbols for ros-kilted-cloudini-lib Build-Ids: 1c0a8268d7093316c728e536834c6ca8bf43ebcc Package: ros-kilted-cloudini-ros Version: 1.1.0-1noble.20260519.102340 Architecture: arm64 Maintainer: Davide Faconti Installed-Size: 1968 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-cloudini-lib, ros-kilted-pcl-conversions, ros-kilted-pluginlib, ros-kilted-point-cloud-interfaces, ros-kilted-point-cloud-transport, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rosbag2-cpp, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cloudini-ros/ros-kilted-cloudini-ros_1.1.0-1noble.20260519.102340_arm64.deb Size: 303856 SHA256: ab6fcbe90811b640f25d6a8e02c7798283b5b8fcd6d63b6925c4ef86201706f1 SHA1: 1ebb588f72ce6c880e13316f5041da8c2587b3a0 MD5sum: 7a37e7852c3b03ed282118be6f137c01 Description: Main library of Cloudini, the pointcloud compression library Package: ros-kilted-cloudini-ros-dbgsym Package-Type: ddeb Source: ros-kilted-cloudini-ros Version: 1.1.0-1noble.20260519.102340 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Davide Faconti Installed-Size: 9618 Depends: ros-kilted-cloudini-ros (= 1.1.0-1noble.20260519.102340) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cloudini-ros/ros-kilted-cloudini-ros-dbgsym_1.1.0-1noble.20260519.102340_arm64.deb Size: 8293434 SHA256: 57e9f0a9f1fb2afb900f4b58dce5f0b2a5031035eb4523a1a1ef5f6ad5bc1138 SHA1: 97991f66e0c49c00309e60ffc81546a34c019f71 MD5sum: 6cc025f307113a9c7fff9471f6ca88b3 Description: debug symbols for ros-kilted-cloudini-ros Build-Ids: 02ed3374fb4da1d5cf6d30706382e14f9c3ef81b 1174d99a4da23a948ddc582f23f0a391e3c8f834 27b1455f8d2946f31529e5d9bc25e2a87737268a 2a261bb734a2a919bf8873be3866c053e857dcb8 510ca0bb3b98a6b1c2042aa7ad64bf34b9c0325d 56acc5689776c3f840bec6226f855d305d69ac5a 983935ca8799c958abcfee92df0f795b6a33132f a642ae0858d240735cb8f51b8630a8262a7ea56d d9bb767922095156b75eee9f520db6aeb8fc738d Package: ros-kilted-cm-topic-hardware-component Version: 1.1.0-1noble.20260520.080830 Architecture: arm64 Maintainer: "Marq Rasmussen" Installed-Size: 772 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-hardware-interface, ros-kilted-pal-statistics-msgs, ros-kilted-rclcpp, ros-kilted-ros-workspace Homepage: https://github.com/ros-controls/topic_based_hardware_interfaces Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cm-topic-hardware-component/ros-kilted-cm-topic-hardware-component_1.1.0-1noble.20260520.080830_arm64.deb Size: 124566 SHA256: d587f04201297c8b25031a9bb192292c5e69863e2833510f590fcda49d288701 SHA1: cedfe731b0b8aa8afa10639a9d04bf8c68ee2b6a MD5sum: 2dbdad5f2aaa8c72ee759f4ea9ce456b Description: ros2_control hardware component using pal_statistics messages from controller_manager introspection Package: ros-kilted-cm-topic-hardware-component-dbgsym Package-Type: ddeb Source: ros-kilted-cm-topic-hardware-component Version: 1.1.0-1noble.20260520.080830 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Marq Rasmussen" Installed-Size: 3161 Depends: ros-kilted-cm-topic-hardware-component (= 1.1.0-1noble.20260520.080830) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cm-topic-hardware-component/ros-kilted-cm-topic-hardware-component-dbgsym_1.1.0-1noble.20260520.080830_arm64.deb Size: 2602932 SHA256: 90487039d88299ac1e4de279dad0373d39654b1a65f2f258e85b7518319989a2 SHA1: 6d6e40ff1c668b642966f4458d91f834890f5a0e MD5sum: adb40e97af36961e82b60e31c1b43f73 Description: debug symbols for ros-kilted-cm-topic-hardware-component Build-Ids: 8d68559fc8af6cabc57f71ae8c53b5dbb99e43b9 Package: ros-kilted-coal Version: 3.0.3-2noble.20260514.083608 Architecture: arm64 Maintainer: "Joseph Mirabel" Installed-Size: 12043 Depends: libassimp5 (>= 5.3.1+ds), libboost-filesystem1.83.0 (>= 1.83.0), libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py312, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), liboctomap1.9t64 (>= 1.9.7+dfsg), libstdc++6 (>= 13.1), libassimp-dev, libboost-all-dev, libeigen3-dev, liboctomap-dev, python3-dev, python3-numpy, ros-kilted-eigenpy, ros-kilted-ros-workspace Homepage: https://github.com/coal-library/coal Priority: optional Section: misc Filename: pool/main/r/ros-kilted-coal/ros-kilted-coal_3.0.3-2noble.20260514.083608_arm64.deb Size: 1957398 SHA256: 442e873d0035dff0a44df904b977fb1cbb2d303d84c93e8af0ec801aca928a61 SHA1: 3dfc747e6306c7e08f4830c039ede818ea0c93b4 MD5sum: a70ff94a8d710d0f62011f591c51cb58 Description: An extension of the Flexible Collision Library. Package: ros-kilted-coal-dbgsym Package-Type: ddeb Source: ros-kilted-coal Version: 3.0.3-2noble.20260514.083608 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Joseph Mirabel" Installed-Size: 80730 Depends: ros-kilted-coal (= 3.0.3-2noble.20260514.083608) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-coal/ros-kilted-coal-dbgsym_3.0.3-2noble.20260514.083608_arm64.deb Size: 69599592 SHA256: 7df8d92e313705b1580b4dd6effbe92220c8d2505ed2085596eca874d2165f8f SHA1: c78ad5953b820f379e50f77f27891c9973063669 MD5sum: b5c3a5de4e33bca166c58ecf0490d724 Description: debug symbols for ros-kilted-coal Build-Ids: 171d7fa9ba6132610e4d6d4b7098b1d9fc30d1c5 1fd2a42dca3befc3320e7ab2001633aec36108c0 Package: ros-kilted-cob-actions Version: 2.8.12-2noble.20260519.033433 Architecture: arm64 Maintainer: Felix Messmer Installed-Size: 6828 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-action-msgs, ros-kilted-actionlib-msgs, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cob-actions/ros-kilted-cob-actions_2.8.12-2noble.20260519.033433_arm64.deb Size: 357198 SHA256: caa9a80a62c7cb28b4b67484b4705a94c70bd20e196cbcc54683c9971564b01e SHA1: 2599151c1d8820076f45dd3d2d28a38fdf0e4849 MD5sum: 847a640eec8dd372ae592d5da496c302 Description: This Package contains Care-O-bot specific action definitions. Package: ros-kilted-cob-actions-dbgsym Package-Type: ddeb Source: ros-kilted-cob-actions Version: 2.8.12-2noble.20260519.033433 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Felix Messmer Installed-Size: 3423 Depends: ros-kilted-cob-actions (= 2.8.12-2noble.20260519.033433) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cob-actions/ros-kilted-cob-actions-dbgsym_2.8.12-2noble.20260519.033433_arm64.deb Size: 2306466 SHA256: d7ac138e296bd1acad6011dd40613166fa26c4777e6be376d2fe79fb2c666f33 SHA1: 78ca0e0eb1a5707575e06d4aa4e2eb26e9e6df46 MD5sum: a6cd1a7be18d50a6c2c8c4a9891384d7 Description: debug symbols for ros-kilted-cob-actions Build-Ids: 036c0acb6207a8b2f5e9a4c843d6f3353999e561 1293d325180979d360026e9f2007e95711e779bd 3686edbc968e2333b2ab506fb96416314e60a0b2 6d213ec854bd956a43afdd36ca0f2b2042144551 730fd22f79a92d491a1e82cdc9fb8e5d87be3213 84eac517c1e7927f01402eba7c2a6d2b137922f6 8b87794645217c0b962c7d930ca4e50498af83e3 b06a82b871a1bf09435ddbc7fd05e6a8d8b01464 d1ca03c22347200e2709e1e1fbd13a8cb56648c7 d7d59cff55235f13bedb3875db3082ef490e4383 e71ae5abffe8541d4d82192a351bf33088e5b577 Package: ros-kilted-cob-msgs Version: 2.8.12-2noble.20260519.025843 Architecture: arm64 Maintainer: Felix Messmer Installed-Size: 1845 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-diagnostic-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cob-msgs/ros-kilted-cob-msgs_2.8.12-2noble.20260519.025843_arm64.deb Size: 123314 SHA256: 5960f5ef448c5c04af2ae074350a17c976d8a949079fd4733de5d0819e9c339d SHA1: 30423c6e63fe2d61a09480970de70b81f9d9a295 MD5sum: 0c8b7c4577af2b7e13f65e34d3295d50 Description: Messages for representing state information, such as battery information and emergency stop status. Package: ros-kilted-cob-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-cob-msgs Version: 2.8.12-2noble.20260519.025843 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Felix Messmer Installed-Size: 1107 Depends: ros-kilted-cob-msgs (= 2.8.12-2noble.20260519.025843) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cob-msgs/ros-kilted-cob-msgs-dbgsym_2.8.12-2noble.20260519.025843_arm64.deb Size: 849778 SHA256: 47c018432a21d6981f8388ce3e575a7d3afd7c2f0cfac916370e02ff4302808a SHA1: cfdfa7a52a9058c269279dc42280467367a32862 MD5sum: e2c6627bdfec37c2b79fe1e32888f99f Description: debug symbols for ros-kilted-cob-msgs Build-Ids: 04ebc36b16791ff11bbb08f1956085c0f9cc866c 12c14396d60bb1b4d150055a1ecd5bfb0e2c0c68 1dfa5b2a2381b1ad4d06d65089c8847b56277926 2ec6e0399e3866554e7ceef74ca6c7c99ac0e24c 4c6f242f08aac6020a766ef60cbe411c2444a8b6 6c48d96b830e27be1655be99df5f5cab3da7564f 74b072348a62ed9f97ca599b913c8e01620b7274 ba52daad66761b05b315e83ae53e35864ccc6b25 dc8a6206cc66b4c58d803ddded9fcbe45874d762 e5d913c8f18dcb944187e98e1583cec850d011f4 f993862df56a08c9ca863a1c27e31857ee1ef7ec Package: ros-kilted-cob-srvs Version: 2.8.12-2noble.20260519.025401 Architecture: arm64 Maintainer: Felix Messmer Installed-Size: 1851 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/cob_srvs Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cob-srvs/ros-kilted-cob-srvs_2.8.12-2noble.20260519.025401_arm64.deb Size: 114004 SHA256: 79648319cf43ed52af5609436a8dbc6ecbb5541dd684f39d211b23b9607c0bee SHA1: 360abb812f0854b5f47710be9f5df8fa0f78ff8c MD5sum: 9a0444521fd6327174e0ccedcbd072b1 Description: This Package contains Care-O-bot specific service definitions. Package: ros-kilted-cob-srvs-dbgsym Package-Type: ddeb Source: ros-kilted-cob-srvs Version: 2.8.12-2noble.20260519.025401 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Felix Messmer Installed-Size: 1103 Depends: ros-kilted-cob-srvs (= 2.8.12-2noble.20260519.025401) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cob-srvs/ros-kilted-cob-srvs-dbgsym_2.8.12-2noble.20260519.025401_arm64.deb Size: 813476 SHA256: 35c987d2663583aaac80f2efdec27f7dea55cd0c7db4e26affb65f8c2b22958e SHA1: 11f25cd0f9f82763b76ab910c5e490af57008b8f MD5sum: 26c1191560f1aaa0949018d026e09b4c Description: debug symbols for ros-kilted-cob-srvs Build-Ids: 18d08267d222c4ccf50cedfef0f035254486c4d9 1f9839d9eb71b2f6891ac4e9e8c95ddb56c61f32 6fdc56d8980b25c356e9efb0498bebbbb856c059 83edd679d8794fdc80104c5f389df3c8b80c909c 9c2b848a99b407fb33e59ed0c168339e3a295e8d a8e41a005c03b52f5835550359b2f942bcf1c94c aa422e75c495243fcc8f7a4386d8924fd4abf10f af4d088a98f32cd1892e520d7883e08470f2be47 c33c8cfcb928c4891b19156c3bc464870571e496 d672f1e023eabf765e265b87671c5f98c0b90990 f552262e9d3d120e4deac232121669f921fc1877 Package: ros-kilted-coin-d4-driver Version: 1.0.1-1noble.20260519.081901 Architecture: arm64 Maintainer: Pyo Installed-Size: 441 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-geometry-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-coin-d4-driver/ros-kilted-coin-d4-driver_1.0.1-1noble.20260519.081901_arm64.deb Size: 91384 SHA256: d0dc0959d66df7bcf55c31a98cfdeade294ff91180b06260a8625dc1a6a95d30 SHA1: 2b7b27fb0c1790f87beadde1c1697960589bcf70 MD5sum: 5741a36e9d7fd18439fef8a55c5eeca2 Description: ROS package for LDS-03 (COIN-D4) Lidar Package: ros-kilted-coin-d4-driver-dbgsym Package-Type: ddeb Source: ros-kilted-coin-d4-driver Version: 1.0.1-1noble.20260519.081901 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 1990 Depends: ros-kilted-coin-d4-driver (= 1.0.1-1noble.20260519.081901) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-coin-d4-driver/ros-kilted-coin-d4-driver-dbgsym_1.0.1-1noble.20260519.081901_arm64.deb Size: 1812668 SHA256: 8e45740111c9ef72ff820991533ae4829fd3cb21da1cc1d20c9b492d0b4ca2f8 SHA1: e7f4a1859196800a39ce2682a25fe7b4ecbc4ca6 MD5sum: 22fae0c8fa7b4ad956ae2da46621e52b Description: debug symbols for ros-kilted-coin-d4-driver Build-Ids: c1cdc2a630988abe965116498fe210dc8a340e69 cf6b57ae12c124e5ad4f476d6708117dad793c58 ec13656175216b5dc3daa011d97d16ca392ade02 Package: ros-kilted-color-names Version: 0.0.3-6noble.20260519.151521 Architecture: arm64 Maintainer: masaya Installed-Size: 341 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-rclcpp, ros-kilted-rviz2, ros-kilted-std-msgs, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-color-names/ros-kilted-color-names_0.0.3-6noble.20260519.151521_arm64.deb Size: 70104 SHA256: 5374add77d55c18b233a55b7c75335eac87db906eaca153c89887a1c4cfd8b87 SHA1: 9c44749ba06796ca03e68e01f9d6cf15749d20c6 MD5sum: cd9dc765c3e41c06be42c0f72f3adeb7 Description: The color_names package Package: ros-kilted-color-names-dbgsym Package-Type: ddeb Source: ros-kilted-color-names Version: 0.0.3-6noble.20260519.151521 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: masaya Installed-Size: 990 Depends: ros-kilted-color-names (= 0.0.3-6noble.20260519.151521) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-color-names/ros-kilted-color-names-dbgsym_0.0.3-6noble.20260519.151521_arm64.deb Size: 892448 SHA256: 9e3be6b0eac87125fd867b5c995dcc84fdf8c7c3fe992fdc2139db7b28785ec1 SHA1: 4897aee184255094a3da4298875058eb08b3a405 MD5sum: 8f40a9464d34314d4ac4476aacee43f8 Description: debug symbols for ros-kilted-color-names Build-Ids: bb82dc28bcc32d570d3292e6277433ec70ac71a7 c094343da09a6bb636f9f503e39769bd8f3bdbe6 Package: ros-kilted-color-util Version: 1.0.0-4noble.20260519.033655 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 78 Depends: ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-color-util/ros-kilted-color-util_1.0.0-4noble.20260519.033655_arm64.deb Size: 12740 SHA256: bda74c3d0e8e1e639ba543af5d67ba7df848375c96cba4b096314747c0f9ab3f SHA1: 805048addf6961dfe417687dd046452dad281cfd MD5sum: 681fc64ec2813edd69f5080fa3d48d8c Description: An almost dependency-less library for converting between color spaces Package: ros-kilted-common-interfaces Version: 5.5.2-1noble.20260519.034446 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 42 Depends: ros-kilted-actionlib-msgs, ros-kilted-builtin-interfaces, ros-kilted-diagnostic-msgs, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-sensor-msgs, ros-kilted-shape-msgs, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-stereo-msgs, ros-kilted-trajectory-msgs, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-common-interfaces/ros-kilted-common-interfaces_5.5.2-1noble.20260519.034446_arm64.deb Size: 6240 SHA256: 269ee17167499becc239515300c5644f6e0c1b9c7f6977767baae5f3fe267e27 SHA1: 728e49a2cd647289d32a70e76e7db25c830b08cd MD5sum: 9dabc791f506ad56b5fdf2c04ec16bf3 Description: common_interfaces contains messages and services that are widely used by other ROS packages. Package: ros-kilted-compass-conversions Version: 3.0.2-1noble.20260519.131818 Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 3097 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.5), libgeographiclib26 (>= 1.40), libstdc++6 (>= 13.1), libgeographiclib-dev, ros-kilted-angles, ros-kilted-compass-interfaces, ros-kilted-cras-cpp-common, ros-kilted-geometry-msgs, ros-kilted-magnetic-model, ros-kilted-message-filters, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/compass_conversions Priority: optional Section: misc Filename: pool/main/r/ros-kilted-compass-conversions/ros-kilted-compass-conversions_3.0.2-1noble.20260519.131818_arm64.deb Size: 433568 SHA256: 4574ff520483ca5268cc65175d727e00c339e0665ec2a3972f624ff92a77b35d SHA1: 39fe661f81a06fa32b9599fc78d66917b9604b07 MD5sum: debbbe17a0f39a8368c200f63c975d81 Description: Common conversions for compass data. Package: ros-kilted-compass-conversions-dbgsym Package-Type: ddeb Source: ros-kilted-compass-conversions Version: 3.0.2-1noble.20260519.131818 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 12839 Depends: ros-kilted-compass-conversions (= 3.0.2-1noble.20260519.131818) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-compass-conversions/ros-kilted-compass-conversions-dbgsym_3.0.2-1noble.20260519.131818_arm64.deb Size: 10582964 SHA256: 66317f8adf7171d57e3b5b19d18d655e38c8f99473a1484f3357429c96530c81 SHA1: 5080d27c948306c3a327ded1906316b943dbf729 MD5sum: 90d6dcf516aa33966b2471c5ba553ca9 Description: debug symbols for ros-kilted-compass-conversions Build-Ids: 8aeae339951d5dad7397e38593deed1e955f9f1d 90839da0c55e6ef79ff64ac44f43bc2f19478a3c 9a0eccd910228a31ef106b56418121ef81bdf379 a3054b645522497b02cfe0e977f728d05060a432 b5c4109b2c519e423390b191a1a86f1ff8347037 ca7bd8ad24d52dbf1dee278a7a7fe80270ade8a4 Package: ros-kilted-compass-interfaces Version: 3.0.2-1noble.20260519.130400 Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 1107 Depends: libc6 (>= 2.17), libgcc-s1 (>= 4.5), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-kilted-fastcdr, ros-kilted-cras-cpp-common, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/compass_interfaces Priority: optional Section: misc Filename: pool/main/r/ros-kilted-compass-interfaces/ros-kilted-compass-interfaces_3.0.2-1noble.20260519.130400_arm64.deb Size: 73482 SHA256: 3e9f75fa5fbe8aa9ef5c27b0704b9d900d97fe33f8e0fed3f7a3929abcc4f677 SHA1: b6ea8b4ed746b07e96834da6aa8247d2db58f12d MD5sum: 796069e231b6aec27004c10fa165ab97 Description: Messages related to compass Package: ros-kilted-compass-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-compass-interfaces Version: 3.0.2-1noble.20260519.130400 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 531 Depends: ros-kilted-compass-interfaces (= 3.0.2-1noble.20260519.130400) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-compass-interfaces/ros-kilted-compass-interfaces-dbgsym_3.0.2-1noble.20260519.130400_arm64.deb Size: 404894 SHA256: c4d4d9e2e70f07bc6acefcb1c04a07fa3ec5883797ae2f7d18653663c933b8ce SHA1: 5439339b7e36f0d0d8210ca0ffe44d44b7b95fef MD5sum: 8058a9ff3f83ba0d6f19feed26f35bb3 Description: debug symbols for ros-kilted-compass-interfaces Build-Ids: 0098e853d6df531b33a59c17909c708469bbdf2b 0758a9eb105ff54e5aa261ad966b0a39df17fb0c 1bbe87e37a58c9d5b7a08652ef6fec44fc461f2d 29cf1e16b8f53b085cb971820d672f587cb95aa0 6ef61b4aaef02f0b305573eb2ab438695937f8fa 75c435f407f35b68a3f954e10c88fbcf59d4bfd7 85ff3105adee8da442e6053ca34761a26bfd568e 914fc29264b97ad9aae28ec639d2f1dbfa36dcd5 9c5bef89bde58bb9fbe242d593f4a732a6c5e0ae b92ccb26d144bbbfe95af693f87e48fa2131d2f3 de39cc67130c6ae9a5fd5492e0aa438adee4008e feea747ec6f125cbc408cd9e9cf593e5f2d1368b Package: ros-kilted-composition Version: 0.36.5-1noble.20260519.052327 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 1553 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-example-interfaces, ros-kilted-launch-ros, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rcutils, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-composition/ros-kilted-composition_0.36.5-1noble.20260519.052327_arm64.deb Size: 211802 SHA256: c94661bff6229f73c84ed908fdf11be1cd6fdfb56154a5bbb66dbe14988a6fe4 SHA1: 6d24a35c63f87a7d8a570943ac474f0527d86d79 MD5sum: 3d89a3cef547df0cf02809fc1d413b4b Description: Examples for composing multiple nodes in a single process. Package: ros-kilted-composition-dbgsym Package-Type: ddeb Source: ros-kilted-composition Version: 0.36.5-1noble.20260519.052327 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 7080 Depends: ros-kilted-composition (= 0.36.5-1noble.20260519.052327) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-composition/ros-kilted-composition-dbgsym_0.36.5-1noble.20260519.052327_arm64.deb Size: 6135546 SHA256: c16b93fbeb645f2df0dad68a6eb45ef42670ffb9b524e32178f0eca8eec65ebd SHA1: e42b171a4eb90101abecc50b7065bd8ccfb36a49 MD5sum: 7318b7b4d551ff4c23a17c518e02270b Description: debug symbols for ros-kilted-composition Build-Ids: 52ebe30806f9ff6439aa5364a0f31cd89d874297 7d1f392cb20be42c2bd97ead3cc50ca0416d1129 7dd412e371e4aaf21983f8bd4fab56ea5219309c 9f7364cb03a01c598d10f4dc9e7cec2a54756118 d0cd4dd81c38f2a616e753b79319dfca823ae591 e37da6dff818f348f20c9edc2ba548f692f6f0f3 f664d4f74cc89560c7d1390195a06770f3a1e0e6 faf1863fb3915d8f6c91233d2e2bc40408c74c21 Package: ros-kilted-composition-interfaces Version: 2.3.2-1noble.20260519.023520 Architecture: arm64 Maintainer: "Geoffrey Biggs" Installed-Size: 2095 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-rcl-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/composition_interfaces/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-composition-interfaces/ros-kilted-composition-interfaces_2.3.2-1noble.20260519.023520_arm64.deb Size: 151982 SHA256: e284786e13e46b15e4ba9b68ae0a85d557cdbb41e0493b30a778d0f6d739977f SHA1: ba19dee82b1b2b6d86d795738119e6bdd9711741 MD5sum: 6da85f6abf3d09702c44182af0f31ef1 Description: A package containing message and service definitions for managing composable nodes in a container process. Package: ros-kilted-composition-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-composition-interfaces Version: 2.3.2-1noble.20260519.023520 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Geoffrey Biggs" Installed-Size: 1578 Depends: ros-kilted-composition-interfaces (= 2.3.2-1noble.20260519.023520) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-composition-interfaces/ros-kilted-composition-interfaces-dbgsym_2.3.2-1noble.20260519.023520_arm64.deb Size: 1240844 SHA256: 28f1194820bd2536bf891be688396b538c92420e25494bdc2e87a4d0d89abb7d SHA1: 3431665e6748b84bf2d7760e402381f9375d87fe MD5sum: 21b81fd619a52a99c02de908cda4d868 Description: debug symbols for ros-kilted-composition-interfaces Build-Ids: 0c24725a27cc09560f842179e89388160670865b 1c6e77c4f1e905ab5f5e04b7f6e346b2ced719b5 37ecf12a4962e8961b0929de09fdeb2f2e5188fe 4e821eaedce40987b6c5cf6e6e9c377454ea9fa9 6208e16a684890aac612a76696b5c69f490c482b 6c58a34b9b76874a1e52303d64aba5171ab0c6f9 77c2a5c164608c0b35056955f1a41487149c8f11 942565d1379403d3c4bc618c0c4c465fab580b73 bd3ed2bb34439f992a06629ee9d74bc0a45176b3 d778e9d910b9f6efcd135b8a05136e2bfe7d47fb d84dc42f10136ee871c628ca95d4d8aad3ff770d Package: ros-kilted-compressed-depth-image-transport Version: 5.1.2-1noble.20260519.123644 Architecture: arm64 Maintainer: Kenji Brameld Installed-Size: 976 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), ros-kilted-cv-bridge, ros-kilted-image-transport, ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/image_transport_plugins Priority: optional Section: misc Filename: pool/main/r/ros-kilted-compressed-depth-image-transport/ros-kilted-compressed-depth-image-transport_5.1.2-1noble.20260519.123644_arm64.deb Size: 189950 SHA256: f189aa919b1c020ce307d8637ccbccd034785464347c2b92ade30de9799e690a SHA1: 662677376737fee16c9fb640aac9cf7b0a1c2589 MD5sum: f72769f00132db61365d0b8d2e524419 Description: Compressed_depth_image_transport provides a plugin to image_transport for transparently sending depth images (raw, floating-point) using PNG compression. Package: ros-kilted-compressed-depth-image-transport-dbgsym Package-Type: ddeb Source: ros-kilted-compressed-depth-image-transport Version: 5.1.2-1noble.20260519.123644 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Kenji Brameld Installed-Size: 5161 Depends: ros-kilted-compressed-depth-image-transport (= 5.1.2-1noble.20260519.123644) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-compressed-depth-image-transport/ros-kilted-compressed-depth-image-transport-dbgsym_5.1.2-1noble.20260519.123644_arm64.deb Size: 4372140 SHA256: 869a27f06aee3ebb6e17737a11e425c9005579b0df18e50706859f99697bbd73 SHA1: 5d60f530a51b4eb5850d6b9adb4de12b93d758b9 MD5sum: 5292c8734f18f502ff746f1fac102dc9 Description: debug symbols for ros-kilted-compressed-depth-image-transport Build-Ids: c8e274e19ceacccb0950de98a86437870933bc48 Package: ros-kilted-compressed-image-transport Version: 5.1.2-1noble.20260519.123718 Architecture: arm64 Maintainer: Kenji Brameld Installed-Size: 968 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), ros-kilted-cv-bridge, ros-kilted-image-transport, ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/image_transport_plugins Priority: optional Section: misc Filename: pool/main/r/ros-kilted-compressed-image-transport/ros-kilted-compressed-image-transport_5.1.2-1noble.20260519.123718_arm64.deb Size: 190150 SHA256: 32433943b32cdcc4773200fa507b4151faa9ca76b1e66a3799246cb8093ff79d SHA1: bcc4b2ab961f7b17f7d4e0319c575cf53b3c82e7 MD5sum: 6007bb1844dc1fb493159bcad0bbfa6f Description: Compressed_image_transport provides a plugin to image_transport for transparently sending images encoded as JPEG or PNG. Package: ros-kilted-compressed-image-transport-dbgsym Package-Type: ddeb Source: ros-kilted-compressed-image-transport Version: 5.1.2-1noble.20260519.123718 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Kenji Brameld Installed-Size: 5388 Depends: ros-kilted-compressed-image-transport (= 5.1.2-1noble.20260519.123718) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-compressed-image-transport/ros-kilted-compressed-image-transport-dbgsym_5.1.2-1noble.20260519.123718_arm64.deb Size: 4499350 SHA256: 477c4f77c76870906a7698116e3d76b7f4208f56a16855bb19494e574bcf7195 SHA1: b8acdf3a4f6cfb602f0c681147fd8ef2ca54f0b3 MD5sum: 1b72897793597ea5dfd4aa4bf393be3b Description: debug symbols for ros-kilted-compressed-image-transport Build-Ids: 7310bc09ac35a920a0146f16a9e1cc470aa2030c Package: ros-kilted-console-bridge-vendor Version: 1.8.0-2noble.20260410.142031 Architecture: arm64 Maintainer: Scott K Logan Installed-Size: 42 Depends: libconsole-bridge-dev, ros-kilted-ros-workspace Homepage: https://github.com/ros/console_bridge Priority: optional Section: misc Filename: pool/main/r/ros-kilted-console-bridge-vendor/ros-kilted-console-bridge-vendor_1.8.0-2noble.20260410.142031_arm64.deb Size: 5428 SHA256: 71130115ebf28af54b3770a6b8fa0fa974d642e0bcae42019462e2d681087401 SHA1: a46a6dc17c74f9734eecaf374a741a506a242398 MD5sum: dd8fa2f4bb54fd1383860d41e36362c4 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-kilted-control-msgs Version: 6.9.0-1noble.20260519.034328 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 19725 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-action-msgs, ros-kilted-builtin-interfaces, ros-kilted-diagnostic-msgs, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-trajectory-msgs, ros-kilted-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-control-msgs/ros-kilted-control-msgs_6.9.0-1noble.20260519.034328_arm64.deb Size: 1113482 SHA256: c120680a00421be4c645ba48fb1e8073a4a0caf8d7137fe84ad214f3285dc6e8 SHA1: b8c0521bc555ead56668957bcc175cdc41f7bb3c MD5sum: 2ccaf53a26e7a3a660461e31a5985607 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-kilted-control-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-control-msgs Version: 6.9.0-1noble.20260519.034328 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 13012 Depends: ros-kilted-control-msgs (= 6.9.0-1noble.20260519.034328) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-control-msgs/ros-kilted-control-msgs-dbgsym_6.9.0-1noble.20260519.034328_arm64.deb Size: 9694856 SHA256: 47bfe667861d522561100878e0d62285bdb55c1d5926deed09152b7774b0554c SHA1: 9aa2a8b372a2b32c2f7b01f7ff0b296710bdc1f0 MD5sum: 4c56647f31983252ea404700b4181a28 Description: debug symbols for ros-kilted-control-msgs Build-Ids: 094410099cb4e36feff877c2e2a49d0639a92e81 106e89544f9c0ffceb30f0b5e9fc2492e173c3fe 466bd866c27be70fa0567718382e3e85a0b9b8f8 5bf00897bb970de1dd0781c847f15c141fcd8edb 5da9d5c77e44f954af37dee02ebcee950acff504 5dca2ef086cfe36fa248abb6a987c59791a24f91 81c3dcbeb5a397165d47c2fead3a263cab8775cd 834e415a78453ceb556eaf30a255c71766591041 9dd6928b28089fd36d6327ecda8b2a788c0c04d0 b3788fd1491a144ed5c6406a6c4caecc12557442 e64cbaec7a68b08f8556556e317ee1c39bcda5b7 Package: ros-kilted-control-toolbox Version: 5.10.0-1noble.20260520.073047 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 900 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libeigen3-dev, libexpected-dev, ros-kilted-backward-ros, ros-kilted-control-msgs, ros-kilted-filters, ros-kilted-generate-parameter-library, ros-kilted-geometry-msgs, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rcutils, ros-kilted-realtime-tools, ros-kilted-rsl, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-control-toolbox/ros-kilted-control-toolbox_5.10.0-1noble.20260520.073047_arm64.deb Size: 179714 SHA256: 264c12cc5b40c876c3d6ab640d1f0b4e250129a6f6e07ce9bebe4131512ea9e9 SHA1: f50e4f77a0c9856a6047aa398d8f85f42d1a5224 MD5sum: a1ba4fc6573242956455ad17a411ab40 Description: The control toolbox contains modules that are useful across all controllers. Package: ros-kilted-control-toolbox-dbgsym Package-Type: ddeb Source: ros-kilted-control-toolbox Version: 5.10.0-1noble.20260520.073047 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 3432 Depends: ros-kilted-control-toolbox (= 5.10.0-1noble.20260520.073047) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-control-toolbox/ros-kilted-control-toolbox-dbgsym_5.10.0-1noble.20260520.073047_arm64.deb Size: 3145036 SHA256: db89af0aa108888a79d3cdcee3687b4aa281abd4dac9a77e3fb808d1fc6cdff2 SHA1: 1c3611fc2b893b7d025e37528268c41950713d4e MD5sum: 88f6132a7847f539c0fd85e095174d49 Description: debug symbols for ros-kilted-control-toolbox Build-Ids: 4df39d18f7e6d43efe664ffe00cf8713d7ae91cb 544b372a99b98de404f5f2a964d51fdf4e4036d3 5cc82660c4c2e64927c32f7bd1c6b263043cbc79 aff172c4c705fe1dc92668d3b3c6be99cb2bb2a3 f358b1cdd1dc7c819ec25611b041f7ba38f71d0c Package: ros-kilted-controller-interface Version: 5.14.2-1noble.20260520.081247 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 364 Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-hardware-interface, ros-kilted-rclcpp-lifecycle, ros-kilted-realtime-tools, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/controller_interface/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-controller-interface/ros-kilted-controller-interface_5.14.2-1noble.20260520.081247_arm64.deb Size: 81742 SHA256: 854232cd6b0f7d86bb871a3d088cd52d1c931f8a2abcb47e5100e055db2bd198 SHA1: b6b769c8bf9c6e170e1336dfe5460aef0bd7309a MD5sum: 0d5d4a2c7573ce1546902b30dc7ce1d4 Description: Base classes for controllers and syntax cookies for supporting common sensor types in controllers and broadcasters Package: ros-kilted-controller-interface-dbgsym Package-Type: ddeb Source: ros-kilted-controller-interface Version: 5.14.2-1noble.20260520.081247 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 1288 Depends: ros-kilted-controller-interface (= 5.14.2-1noble.20260520.081247) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-controller-interface/ros-kilted-controller-interface-dbgsym_5.14.2-1noble.20260520.081247_arm64.deb Size: 1211604 SHA256: 2a3863e878c9befa2a83f809b13b1e124aeb57aa7ff80ff8b899b334329d662d SHA1: 94e102aa2a455da969a71f5468c7600484461ec9 MD5sum: 995238941becf0b256280c06ec4bdb5b Description: debug symbols for ros-kilted-controller-interface Build-Ids: bc0128b303ec94571a8ef8be029e0c113fa43a47 Package: ros-kilted-controller-manager Version: 5.14.2-1noble.20260520.090514 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 1966 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libfmt-dev, python3-filelock, python3-yaml, ros-kilted-backward-ros, ros-kilted-controller-interface, ros-kilted-controller-manager-msgs, ros-kilted-diagnostic-updater, ros-kilted-generate-parameter-library, ros-kilted-hardware-interface, ros-kilted-launch, ros-kilted-launch-ros, ros-kilted-launch-testing-ros, ros-kilted-libstatistics-collector, ros-kilted-lifecycle-msgs, ros-kilted-pluginlib, ros-kilted-rcl-interfaces, ros-kilted-rclcpp, ros-kilted-rclpy, ros-kilted-realtime-tools, ros-kilted-ros2param, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/controller_manager/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-controller-manager/ros-kilted-controller-manager_5.14.2-1noble.20260520.090514_arm64.deb Size: 474068 SHA256: 74f1d40d82046d3e8e2c091e27bdf5d7f67803acfe7657fe2046bd6f6e33c4c8 SHA1: ae77a7d765b4a9e6c22c750d13baf28a3071189e MD5sum: 79ba7d8578b62c58da05ae684d4688b1 Description: The main runnable entrypoint of ros2_control and home of controller management and resource management. Package: ros-kilted-controller-manager-dbgsym Package-Type: ddeb Source: ros-kilted-controller-manager Version: 5.14.2-1noble.20260520.090514 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 8111 Depends: ros-kilted-controller-manager (= 5.14.2-1noble.20260520.090514) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-controller-manager/ros-kilted-controller-manager-dbgsym_5.14.2-1noble.20260520.090514_arm64.deb Size: 7151588 SHA256: e0158f0f88a3d237eb696135e7330c8ed0089d7ec288bcc1a67f3d098aec9dbd SHA1: f23f8ffc16c8391008d55a018d2e0fb291417d1e MD5sum: f9eabc53ad5a00a070c9f86337e9981f Description: debug symbols for ros-kilted-controller-manager Build-Ids: 1fe971d4d860f2c336fc5d929a6db4e174fb2bc0 6dfcee2ae6d79cd8750e98ee1961e9b022c9c500 Package: ros-kilted-controller-manager-msgs Version: 5.14.2-1noble.20260519.025425 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 6708 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-lifecycle-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/controller_manager_msgs Priority: optional Section: misc Filename: pool/main/r/ros-kilted-controller-manager-msgs/ros-kilted-controller-manager-msgs_5.14.2-1noble.20260519.025425_arm64.deb Size: 392750 SHA256: 4014cfa1f7095495871aad8178c3593d37acca17ddd0e6171d3d6736e1e07e7b SHA1: 71cdb345a4cfe354c9618499eed0c248e3b9cd1c MD5sum: 7709eda52e9136bb198228d8e4fc1da1 Description: Messages and services for the controller manager. Package: ros-kilted-controller-manager-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-controller-manager-msgs Version: 5.14.2-1noble.20260519.025425 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 4919 Depends: ros-kilted-controller-manager-msgs (= 5.14.2-1noble.20260519.025425) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-controller-manager-msgs/ros-kilted-controller-manager-msgs-dbgsym_5.14.2-1noble.20260519.025425_arm64.deb Size: 3711384 SHA256: 3526b67a20cb37606b527056fa56a58aa3fa78f450cbe9bfd65c46d90a7ad9df SHA1: b02b28508e73374fb072e8ca69d899b99acfe967 MD5sum: 270099091b17484050f2b8d14d4eff4f Description: debug symbols for ros-kilted-controller-manager-msgs Build-Ids: 0d4ad967a0a49a8e103d22018ee74d249b037e31 15782cc7044856c323d397971c85fb898503bb22 4684c146197eb0ae217588beb45f5f644799444c 612c73e5b767e52f0329c2c834b04441e962424e 63aadbd40d8dcfb8fdb096d7ac9ccd7e2a68f1d1 74f196f78d78d48fb1d7c4d636afa11d4ac70311 8943c7bcccb60a7e1f25c87d2456281aa1cf0925 a8f197a011a84670eefe3d827ecdd79107333a83 a9c263e4dc21e9c75ff4c1c4554004475a13b8d6 bd47b8301c3f415b8a66f6be53ef0c0e18f52d78 e778604333dfedcdee7925f407ed96212539c1c5 Package: ros-kilted-costmap-queue Version: 1.4.2-1noble.20260519.122027 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 147 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-kilted-nav2-costmap-2d, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-costmap-queue/ros-kilted-costmap-queue_1.4.2-1noble.20260519.122027_arm64.deb Size: 20410 SHA256: e0439a25e42ca95352c87e7901ae891f6405490216a99a54a6d948cadce4029c SHA1: 7e1e572c2417b20db3391ef8d728a7c174f2f3ae MD5sum: 81fe622e72eec1198056235b264dac36 Description: The costmap_queue package Package: ros-kilted-costmap-queue-dbgsym Package-Type: ddeb Source: ros-kilted-costmap-queue Version: 1.4.2-1noble.20260519.122027 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 142 Depends: ros-kilted-costmap-queue (= 1.4.2-1noble.20260519.122027) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-costmap-queue/ros-kilted-costmap-queue-dbgsym_1.4.2-1noble.20260519.122027_arm64.deb Size: 120462 SHA256: 7d6ad470ccb295ec39a09797766b5105b4dee9dbd982027e5d3a449b5f10f7af SHA1: afc8a4cee22709e03e2ddcadb2a76192f11a60b2 MD5sum: 77e5c5137610a30e91b6c81aef71b841 Description: debug symbols for ros-kilted-costmap-queue Build-Ids: 95f1e4d753ca2b2906f07ec67f8fdb4d47237da2 Package: ros-kilted-cras-bag-tools Version: 3.0.1-1noble.20260519.151103 Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 168 Depends: python3-marisa, python3-matplotlib, python3-tqdm, ros-kilted-builtin-interfaces, ros-kilted-cv-bridge, ros-kilted-rclpy, ros-kilted-rosbag2-py, ros-kilted-rosidl-runtime-py, ros-kilted-sensor-msgs, ros-kilted-tf2-msgs, ros-kilted-ros-workspace Homepage: https://wiki.ros.org/cras_bag_tools Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cras-bag-tools/ros-kilted-cras-bag-tools_3.0.1-1noble.20260519.151103_arm64.deb Size: 28872 SHA256: fc4017334735f5a8dd37f0108b6fb6c2f0afed4690b9726da5a4b66964146c47 SHA1: 26b9d5262748b9dbd8c85c70361a00655559822b MD5sum: 923142ff4c687475a0c2e9fa9a30d344 Description: Various utilities to work with bag files Package: ros-kilted-cras-cpp-common Version: 3.0.1-1noble.20260519.125918 Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 1651 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.5), libstdc++6 (>= 13.1), language-pack-en, libboost-dev, libexpected-dev, libfmt-dev, ros-kilted-backward-ros, ros-kilted-builtin-interfaces, ros-kilted-rcl, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rcutils, ros-kilted-rmw, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: https://wiki.ros.org/cras_cpp_common Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cras-cpp-common/ros-kilted-cras-cpp-common_3.0.1-1noble.20260519.125918_arm64.deb Size: 243786 SHA256: 611f940f8d84a8c24a0c67bb4b6c62945c738a46838016e1413cfa2c728d55a7 SHA1: 1dfca91829cec28b2857e1e8356b6022061f2c7b MD5sum: 380d34151f83596b0b7df62d8e790730 Description: A Czech-army knife for ROS code written in C++. Package: ros-kilted-cras-cpp-common-dbgsym Package-Type: ddeb Source: ros-kilted-cras-cpp-common Version: 3.0.1-1noble.20260519.125918 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 2822 Depends: ros-kilted-cras-cpp-common (= 3.0.1-1noble.20260519.125918) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cras-cpp-common/ros-kilted-cras-cpp-common-dbgsym_3.0.1-1noble.20260519.125918_arm64.deb Size: 2542688 SHA256: 3eb9b38a0bf4d9f7e4dc036fdc6118ed6bdbda8b1f694808a23417e7a667c6d3 SHA1: f5f5508445b1ff275dd697ffba8746812d31929c MD5sum: 5237624157c6f25029080ab404bbe71c Description: debug symbols for ros-kilted-cras-cpp-common Build-Ids: 412c15b6fd27cefbca4cd4dc361acb47a75bc002 59c05029ff2797c93d7496839727462142f00591 5b2a69dbe3994a42093467752df6ec9c5c7cc143 5b75e058fe2978426a810215469fc97c364ec1dc 68e20a418b8c77889d5ef20cb820b9979b37aa12 6be2f59351ad64821bdbd1cd714f803dbf86bd0a 75dceee8487385c97135ffe4d001840041b6c436 88f4c9394a6cb945348f7089c5366b4d6f25c19c 96b05b4ed86a062cc01153ba64faa299cc5549b5 9702c92ce8f0cce2f9d726bb02119fa23638df78 Package: ros-kilted-cras-lint Version: 3.0.1-1noble.20260410.171728 Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 201 Depends: ros-kilted-ament-cmake-core, ros-kilted-ament-cmake-test, ros-kilted-ament-lint-common, ros-kilted-ros-workspace Homepage: https://wiki.ros.org/cras_bag_tools Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cras-lint/ros-kilted-cras-lint_3.0.1-1noble.20260410.171728_arm64.deb Size: 31904 SHA256: dcd027540d1e46a888a51b9f28dcfd2baf9b7f67549d2a8df759a273c13ff5d6 SHA1: a6c3c2483056c566da381d6a628ebeb270d1d836 MD5sum: 77ad503f87584fceac98ffdf679d1466 Description: Various utilities to work with bag files Package: ros-kilted-cras-msgs Version: 2.0.1-1noble.20260519.023519 Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 3143 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/cras_msgs Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cras-msgs/ros-kilted-cras-msgs_2.0.1-1noble.20260519.023519_arm64.deb Size: 189956 SHA256: 57829dc4146b1830f837670a96d3973285624365f9e37bb53ed174f3dcfb3157 SHA1: 1a485ce256af7b20d8977e2bc898bb6912696765 MD5sum: 863bafcf91cf6c85806d70ea166df9c6 Description: Common messages used by CRAS Package: ros-kilted-cras-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-cras-msgs Version: 2.0.1-1noble.20260519.023519 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 2247 Depends: ros-kilted-cras-msgs (= 2.0.1-1noble.20260519.023519) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cras-msgs/ros-kilted-cras-msgs-dbgsym_2.0.1-1noble.20260519.023519_arm64.deb Size: 1662580 SHA256: c12d037ee798a7fc7089d81b94af316771dc2b5d89986b4098b8e8c768e63e69 SHA1: dff223fab7ae299bf343589b88c2f1d3e1765f00 MD5sum: 8ee993150ba32089ca35d5ee42ca7e40 Description: debug symbols for ros-kilted-cras-msgs Build-Ids: 08fc65760545ec776006cf0df76cf13a079ff660 13ffab615a4e177e0667182ee3ceffafd32947e6 56ef80222b24f2de7ac882c1710b765a8708f1cf 674350953f06b2dcab9c456733f90cd65b9da5f6 ab80b45ecb77c97dcb234b5cc42b9d2d04f9c56b cb4befce6cf6d45d0c21c18cf24b0284fe7322b6 cdf64ca8fbe3853b7bfcb5eb484c239cf5ee424c d40e96646962f5253bff94eddc70e2b5ef0e87c7 dfb9c3ea2eb0e60b9189944849c4a4a14d465771 e51c8a4257058792cb3ad0d5181fb37afe02fb72 f62124f2326734871165d665447b8bc981c4e44a Package: ros-kilted-cras-topic-tools Version: 3.0.1-1noble.20260519.130411 Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 683 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-cras-cpp-common, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-std-msgs, ros-kilted-topic-tools, ros-kilted-ros-workspace Homepage: https://wiki.ros.org/cras_topic_tools Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cras-topic-tools/ros-kilted-cras-topic-tools_3.0.1-1noble.20260519.130411_arm64.deb Size: 174480 SHA256: 786b9495d2e72f472e9edc875bad930b8358e30eb7219f1bbdf172a2408e4fdb SHA1: e31443e715a87109b434eb87c4fe3bb412570c6d MD5sum: 49636b94eec4fa899a9f1775a208f98f Description: Nodes and components for safe and efficient manipulation with topics Package: ros-kilted-cras-topic-tools-dbgsym Package-Type: ddeb Source: ros-kilted-cras-topic-tools Version: 3.0.1-1noble.20260519.130411 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 2868 Depends: ros-kilted-cras-topic-tools (= 3.0.1-1noble.20260519.130411) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cras-topic-tools/ros-kilted-cras-topic-tools-dbgsym_3.0.1-1noble.20260519.130411_arm64.deb Size: 2592364 SHA256: 7b67e69febb1944bf0865cb078a3241491e75b4aab10c17106c33f7d6f336d68 SHA1: ab81694ab9085d2a7424aa574794d922b2151770 MD5sum: 4f8623c251c149de8f46c4a53d44fd94 Description: debug symbols for ros-kilted-cras-topic-tools Build-Ids: 0b5cf13098bb37fe97426b0cf1aec938d5335920 a371cc20455bc736f0091334b755441ff989219a Package: ros-kilted-crx-kinematics Version: 1.0.0-1noble.20260520.085612 Architecture: arm64 Maintainer: Daniel Cranston Installed-Size: 203 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-moveit-core, libeigen3-dev, ros-kilted-pluginlib, ros-kilted-tf2-eigen, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-crx-kinematics/ros-kilted-crx-kinematics_1.0.0-1noble.20260520.085612_arm64.deb Size: 39880 SHA256: 778965c5b87dbcb3a68e2fda85719ff67a6e0762da0f99dcf0a65c7956508231 SHA1: cb73de36c339502058935441251ad5f23acd541b MD5sum: c27604a233c1ccac8c9ae0ca6020c9bc Description: C++ implementation of FK/IK for Fanuc CRX series cobots Package: ros-kilted-crx-kinematics-dbgsym Package-Type: ddeb Source: ros-kilted-crx-kinematics Version: 1.0.0-1noble.20260520.085612 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Cranston Installed-Size: 2745 Depends: ros-kilted-crx-kinematics (= 1.0.0-1noble.20260520.085612) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-crx-kinematics/ros-kilted-crx-kinematics-dbgsym_1.0.0-1noble.20260520.085612_arm64.deb Size: 2737248 SHA256: 34223b35936b991788b6e657e29159551143813a274163e402936f5ac81a35bc SHA1: b2b9c71c29418f7e63431f97d6ae3dfb10faae58 MD5sum: 4f4284da6711ce503efcfb3dcb1144fc Description: debug symbols for ros-kilted-crx-kinematics Build-Ids: 02876097e895c02c1f235dcf3739634a6ecc9721 Package: ros-kilted-cudnn-cmake-module Version: 0.0.1-6noble.20260410.143436 Architecture: arm64 Maintainer: Daisuke Nishimatsu Installed-Size: 46 Depends: ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cudnn-cmake-module/ros-kilted-cudnn-cmake-module_0.0.1-6noble.20260410.143436_arm64.deb Size: 6280 SHA256: 9f8614a3f746581e9fe2489e9a57be9a4398116da5ae8a3127dcb695152086c9 SHA1: ff9a978b4952858fd570db13766a9aaea6a0eafa MD5sum: 1703719e2fe66a3f747e1d70a672beff Description: Exports a CMake module to find cuDNN. Package: ros-kilted-cv-bridge Version: 4.1.0-2noble.20260519.043642 Architecture: arm64 Maintainer: Kenji Brameld Installed-Size: 511 Depends: libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py312, libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libopencv-dev, python3-numpy, python3-opencv, ros-kilted-ament-index-python, ros-kilted-rclcpp, ros-kilted-rcpputils, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/cv_bridge Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cv-bridge/ros-kilted-cv-bridge_4.1.0-2noble.20260519.043642_arm64.deb Size: 119552 SHA256: 36db91bc79fd17da2d1e780a6134c510a6da60198dd7ac5d4d6f191e46be444a SHA1: 1154a043d248da9484db24be44efe456b64de2bb MD5sum: 64b9004cd5c9a087e89a3d73c91b59c6 Description: This contains CvBridge, which converts between ROS2 Image messages and OpenCV images. Package: ros-kilted-cv-bridge-dbgsym Package-Type: ddeb Source: ros-kilted-cv-bridge Version: 4.1.0-2noble.20260519.043642 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Kenji Brameld Installed-Size: 1989 Depends: ros-kilted-cv-bridge (= 4.1.0-2noble.20260519.043642) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cv-bridge/ros-kilted-cv-bridge-dbgsym_4.1.0-2noble.20260519.043642_arm64.deb Size: 1793526 SHA256: ca1deeed1141580b1121cebc76cdbfa794dd5bacc6eedcaac2d4c8872450d3b3 SHA1: bc66faeddaf64bef1abe000243478c974e0499b1 MD5sum: f6639d40347886e33f677dc5b2460046 Description: debug symbols for ros-kilted-cv-bridge Build-Ids: 4d376053b2c3a429db9f7a2d452f40e09bbc6ab3 c2347e046ca639ed4318186f84e9fc97a47456d2 Package: ros-kilted-cx-ament-index-plugin Version: 0.1.3-1noble.20260519.114630 Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 388 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.5), libstdc++6 (>= 13.1), ros-kilted-clips-vendor, ros-kilted-ament-index-cpp, ros-kilted-cx-plugin, ros-kilted-cx-utils, ros-kilted-pluginlib, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-ament-index-plugin/ros-kilted-cx-ament-index-plugin_0.1.3-1noble.20260519.114630_arm64.deb Size: 108616 SHA256: 58c330eeec728230edeb93fa2823546cac5f9d575ae3dffb33fb7abfacf7dc61 SHA1: 0d108cd1d9c9bb684622ba11d84f17944b34c4af MD5sum: 65ae437d808dc33a53db51cd0b950e5c Description: CLIPS plugin for accessing ament_index via ament_index_cpp Package: ros-kilted-cx-ament-index-plugin-dbgsym Package-Type: ddeb Source: ros-kilted-cx-ament-index-plugin Version: 0.1.3-1noble.20260519.114630 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 1658 Depends: ros-kilted-cx-ament-index-plugin (= 0.1.3-1noble.20260519.114630) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-ament-index-plugin/ros-kilted-cx-ament-index-plugin-dbgsym_0.1.3-1noble.20260519.114630_arm64.deb Size: 1475892 SHA256: 75d170009a41ddcc94dcde31d664c72e64db74d0e1d6dc92e72f001fa022a3d7 SHA1: fe13057db6c95859988099ad2a806ff3e395267a MD5sum: dc086779482d83504a35ba8f38e18ff0 Description: debug symbols for ros-kilted-cx-ament-index-plugin Build-Ids: 35dc3d52fa83f5f8f285ae9bb265ec8525d26e29 Package: ros-kilted-cx-bringup Version: 0.1.3-1noble.20260520.075735 Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 2044 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.5), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), ros-kilted-clips-vendor, ros-kilted-cx-ament-index-plugin, ros-kilted-cx-clips-env-manager, ros-kilted-cx-config-plugin, ros-kilted-cx-example-plugin, ros-kilted-cx-executive-plugin, ros-kilted-cx-file-load-plugin, ros-kilted-cx-protobuf-plugin, ros-kilted-cx-ros-comm-gen, ros-kilted-cx-ros-msgs-plugin, ros-kilted-example-interfaces, ros-kilted-launch-ros, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-bringup/ros-kilted-cx-bringup_0.1.3-1noble.20260520.075735_arm64.deb Size: 403868 SHA256: 0faed21b253d86b6771f8783d7f9c9fefeebdd211f8558ca1211141a63687136 SHA1: 7164bd3a0542a8fcc3bd85940b9699fff6e884a1 MD5sum: 05f073f84024f42903d0b521b3200587 Description: Central CX bringup scripts and parameters for launching CLIPS example programs Package: ros-kilted-cx-bringup-dbgsym Package-Type: ddeb Source: ros-kilted-cx-bringup Version: 0.1.3-1noble.20260520.075735 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 9375 Depends: ros-kilted-cx-bringup (= 0.1.3-1noble.20260520.075735) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-bringup/ros-kilted-cx-bringup-dbgsym_0.1.3-1noble.20260520.075735_arm64.deb Size: 8248810 SHA256: 9f553323517565ef52c0112ad6586d349913c20592b71132af14b44949ae49b9 SHA1: 715dbf04cb317fe9ece4f8d6469141f3d00c2dd9 MD5sum: a0b76426f204dcfd3a052591db7bc9c0 Description: debug symbols for ros-kilted-cx-bringup Build-Ids: 7a829b3b2342e96076711522ed28ded99d076117 9fc1bd2a600c47a73da6e5c68dbd22fe56d9a6c7 a4252fee97d8da34a5878dbefacd9f01c7e645c6 ccce66466c5830066ff6e1fb9efc3e9ca1f7fd04 cff02af764fde5b704d7f4a973a30565f5976114 Package: ros-kilted-cx-clips-env-manager Version: 0.1.3-1noble.20260520.072937 Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 1110 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.5), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-clips-vendor, ros-kilted-bond, ros-kilted-bondcpp, ros-kilted-cx-msgs, ros-kilted-cx-plugin, ros-kilted-lifecycle-msgs, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rclcpp-lifecycle, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-clips-env-manager/ros-kilted-cx-clips-env-manager_0.1.3-1noble.20260520.072937_arm64.deb Size: 281468 SHA256: 8e4f501a38c185b0baba318b44a8ea9e430d094b0111c627b8b28f9c76351730 SHA1: 6ec89c123c280577f3ec947bd1d01e4e3f21139e MD5sum: 50dcd7e4f46e19fea65980959dc65889 Description: Lifecycle node for managing CLIPS environments Package: ros-kilted-cx-clips-env-manager-dbgsym Package-Type: ddeb Source: ros-kilted-cx-clips-env-manager Version: 0.1.3-1noble.20260520.072937 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 5894 Depends: ros-kilted-cx-clips-env-manager (= 0.1.3-1noble.20260520.072937) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-clips-env-manager/ros-kilted-cx-clips-env-manager-dbgsym_0.1.3-1noble.20260520.072937_arm64.deb Size: 5273316 SHA256: b599a867cecbc44029e6d0d8e4d6c0f817955c857476a85ac9489504de7c92e5 SHA1: 84a906ae8dbd58ac0a16423abf5df85734deae3d MD5sum: fe35ccd76d82dc9ccdce1d5bdc35f508 Description: debug symbols for ros-kilted-cx-clips-env-manager Build-Ids: 5cd60c3d84155cc0dabb3ca998acab0a1368a694 b14fb22e3b554bd40e194e3334996819263840ad b768e8ab80f4c24f8a237e827ef98cb80157cca7 Package: ros-kilted-cx-config-plugin Version: 0.1.3-1noble.20260519.115420 Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 197 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.5), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-kilted-clips-vendor, ros-kilted-ament-index-cpp, ros-kilted-cx-plugin, ros-kilted-cx-utils, ros-kilted-pluginlib, ros-kilted-yaml-cpp-vendor, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-config-plugin/ros-kilted-cx-config-plugin_0.1.3-1noble.20260519.115420_arm64.deb Size: 59530 SHA256: 2c25fd15f5d89f420bda26a51dfb2d200e176d9ae515e65e91d9f81f173335b1 SHA1: 798c5cf4d0f78256a08c236ff99203f83b0831da MD5sum: 322db301fd2ed17a20d137690e93a785 Description: CX plugin to parse yaml files and provide the values to CLIPS Package: ros-kilted-cx-config-plugin-dbgsym Package-Type: ddeb Source: ros-kilted-cx-config-plugin Version: 0.1.3-1noble.20260519.115420 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 592 Depends: ros-kilted-cx-config-plugin (= 0.1.3-1noble.20260519.115420) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-config-plugin/ros-kilted-cx-config-plugin-dbgsym_0.1.3-1noble.20260519.115420_arm64.deb Size: 538630 SHA256: 8c3d674bd9733b125348063402188328433028ad016c73735077d6e8b9daf6c2 SHA1: ff589940905cfddaa17a865c1e994a2b72095040 MD5sum: 1fea2c5224d5b0ccc07d6beaeaae5021 Description: debug symbols for ros-kilted-cx-config-plugin Build-Ids: 45521c8f7c5d25cdd4237754f36e1512a27f7c3e Package: ros-kilted-cx-example-plugin Version: 0.1.3-1noble.20260519.120625 Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 321 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.5), libstdc++6 (>= 13.1), ros-kilted-clips-vendor, ros-kilted-cx-plugin, ros-kilted-cx-utils, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-example-plugin/ros-kilted-cx-example-plugin_0.1.3-1noble.20260519.120625_arm64.deb Size: 77992 SHA256: d33b21ca34064d901744932d9da4f8a8e81220c57df023f49b3a19543a18e5c5 SHA1: 7a509ce8cf273111d3f026a1ae28ea777f1518bf MD5sum: 3436a8b2462bb60f3008e73930a2345d Description: CLIPS plugin example that does not actually do anything and rather serves as boilerplate Package: ros-kilted-cx-example-plugin-dbgsym Package-Type: ddeb Source: ros-kilted-cx-example-plugin Version: 0.1.3-1noble.20260519.120625 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 1373 Depends: ros-kilted-cx-example-plugin (= 0.1.3-1noble.20260519.120625) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-example-plugin/ros-kilted-cx-example-plugin-dbgsym_0.1.3-1noble.20260519.120625_arm64.deb Size: 1208876 SHA256: 21a648160cfa05ffde42f3c627533269e97159b91909e0df490a06000dedaa02 SHA1: 77991c0932532916c333e1a12b2c559278364127 MD5sum: 0b532aa91fc0c4ca1876a4998dd55cd3 Description: debug symbols for ros-kilted-cx-example-plugin Build-Ids: 8de9202ef59b82ab204d21283f32b7c7a2e853f5 Package: ros-kilted-cx-executive-plugin Version: 0.1.3-1noble.20260520.072940 Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 455 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.5), libstdc++6 (>= 13.1), ros-kilted-clips-vendor, ros-kilted-cx-plugin, ros-kilted-cx-utils, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-executive-plugin/ros-kilted-cx-executive-plugin_0.1.3-1noble.20260520.072940_arm64.deb Size: 117504 SHA256: fcba1fddc8676bfb3242db56d9bdeb76ba6dcc04958ee6719cb77ae210be6864 SHA1: fd84961bfa7069ad8f5a0b5f178fb3285c772e46 MD5sum: a249694340717832ec3290cb80a83247 Description: CLIPS plugin to continuously refresh agendas and run CLIPS environments Package: ros-kilted-cx-executive-plugin-dbgsym Package-Type: ddeb Source: ros-kilted-cx-executive-plugin Version: 0.1.3-1noble.20260520.072940 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 2055 Depends: ros-kilted-cx-executive-plugin (= 0.1.3-1noble.20260520.072940) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-executive-plugin/ros-kilted-cx-executive-plugin-dbgsym_0.1.3-1noble.20260520.072940_arm64.deb Size: 1820896 SHA256: 3e6b242ac6647d381b790d94a896dcca8f320765d17b504294b8ae994f2a6bbd SHA1: 3a290982a95315a2e812e62f33882a8351c6ac47 MD5sum: 9c7864ad167cce86dce0265ec4ad5a37 Description: debug symbols for ros-kilted-cx-executive-plugin Build-Ids: 1c791e1a8fbaef014566352d2fb217b9941d7def Package: ros-kilted-cx-file-load-plugin Version: 0.1.3-1noble.20260519.120645 Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 388 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.5), libstdc++6 (>= 13.1), ros-kilted-clips-vendor, ros-kilted-cx-plugin, ros-kilted-cx-utils, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-file-load-plugin/ros-kilted-cx-file-load-plugin_0.1.3-1noble.20260519.120645_arm64.deb Size: 109834 SHA256: 23809092b89d00fcadd1e2b39f8c8b1609c9116af7f234b9ee1ce81ae7df797f SHA1: a869d3e9adef07695b5cc58b5ca733a954d5bdff MD5sum: aa6c318facab3ccede6c6a7678fa1c36 Description: CLIPS plugin that can load CLIPS code via load* and batch* Package: ros-kilted-cx-file-load-plugin-dbgsym Package-Type: ddeb Source: ros-kilted-cx-file-load-plugin Version: 0.1.3-1noble.20260519.120645 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 1662 Depends: ros-kilted-cx-file-load-plugin (= 0.1.3-1noble.20260519.120645) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-file-load-plugin/ros-kilted-cx-file-load-plugin-dbgsym_0.1.3-1noble.20260519.120645_arm64.deb Size: 1477982 SHA256: 6a56eb2c2e3446a410c3b2934d44ae10b2a02f34a780b34df9712002f5766003 SHA1: 42321681f558f0a4956c90e2e338e4ee38a7566c MD5sum: 74f646be0e38fbe0b5721c3c3c8eed9d Description: debug symbols for ros-kilted-cx-file-load-plugin Build-Ids: 60d467c93ad0053b548af78f3820de2f694b0ec3 Package: ros-kilted-cx-msgs Version: 0.1.3-1noble.20260519.032726 Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 3086 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-rosidl-default-generators, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-msgs/ros-kilted-cx-msgs_0.1.3-1noble.20260519.032726_arm64.deb Size: 188222 SHA256: 13e766a68def6f9b384d704d8adcd11e9cedf4e54e0ee0a82b9d5467a878540e SHA1: 28b8d7fa77317a2049582ed83962279ac44eea63 MD5sum: e211037d2e767bde5359d9d887093e21 Description: ROS interfaces for ROS2 CLIPS-Executive Package: ros-kilted-cx-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-cx-msgs Version: 0.1.3-1noble.20260519.032726 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 2168 Depends: ros-kilted-cx-msgs (= 0.1.3-1noble.20260519.032726) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-msgs/ros-kilted-cx-msgs-dbgsym_0.1.3-1noble.20260519.032726_arm64.deb Size: 1644922 SHA256: 36c927b93f13cc7fea586244d63b349fcd3064ad19b0029e15f9fcb2bb1d512c SHA1: 142983c5ccd1a3bd0002a9d71661d61a7e4c7da2 MD5sum: 35e3932dd0ff4a6c65ae09f60c5b728a Description: debug symbols for ros-kilted-cx-msgs Build-Ids: 061701fb785fb2a6a8c3fafab9529ab525cb7855 0794694d688850a930ce9a177d3db79d79ffe4b6 07b0fc8905f6da586e5bf9317adff2c239ff235b 09125323f5dc77e5f6da1290cad52754e8e61b39 3c3c8ecc22258d51a6c988b04755d68e1625efff 8ed7483113c261fbf7b32c929eedd21a71f2c7ed bd7dcbc19fa5ba498cde313a1b14b1ddf471f584 c96eaa2868aedd0b0d255e44651d0c33ed99b1ce dd4ff79d3e3ea6751c614ec18b13d41fd0e59c04 eec2df8826f4fb0f56e6235f2edc212cc4842888 fec511694e20e1bca7f54dbd8103bd81154a124a Package: ros-kilted-cx-plugin Version: 0.1.3-1noble.20260519.114120 Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 125 Depends: libc6 (>= 2.32), libstdc++6 (>= 13.1), ros-kilted-clips-vendor, ros-kilted-cx-utils, ros-kilted-pluginlib, ros-kilted-rclcpp-lifecycle, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-plugin/ros-kilted-cx-plugin_0.1.3-1noble.20260519.114120_arm64.deb Size: 11742 SHA256: fc2d08e3fbcb092f89ad1c1fae13400c6e8ceb8923231c588a2159b34aad4520 SHA1: bfd2c9ee45f454ad922d2e96763e75bf07547683 MD5sum: da5745376ffe5caba4c7f802c4ef2756 Description: Base class for CLIPS plugins Package: ros-kilted-cx-plugin-dbgsym Package-Type: ddeb Source: ros-kilted-cx-plugin Version: 0.1.3-1noble.20260519.114120 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 110 Depends: ros-kilted-cx-plugin (= 0.1.3-1noble.20260519.114120) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-plugin/ros-kilted-cx-plugin-dbgsym_0.1.3-1noble.20260519.114120_arm64.deb Size: 95280 SHA256: 6cd596614b7f5fe0dce6e5fd0135e8e906379aa60062d0ef9460cc0db7f2288c SHA1: 78f989bbfd0367a602eca7d82cf52263aa40dbd7 MD5sum: a5fcb336de6a6cc5106f30a0b5151b62 Description: debug symbols for ros-kilted-cx-plugin Build-Ids: f3865748f010f74acaef41a168738ee525f55e49 Package: ros-kilted-cx-protobuf-plugin Version: 0.1.3-1noble.20260519.120631 Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 160 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-clips-vendor, libprotobuf32, python3-jinja2, ros-kilted-cx-plugin, ros-kilted-cx-utils, ros-kilted-pluginlib, ros-kilted-protobuf-comm, ros-kilted-rclcpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-protobuf-plugin/ros-kilted-cx-protobuf-plugin_0.1.3-1noble.20260519.120631_arm64.deb Size: 34738 SHA256: 358f831ec30dfa0e2f752f24484ea3317aeb29f65d5a001cf4f38a7a24cf093c SHA1: d65004e354c5df3cd951966d77e904ac71c667e2 MD5sum: 1a257fc3009e9446e782971220a384a6 Description: CX plugin to send and receive protobuf messages Package: ros-kilted-cx-protobuf-plugin-dbgsym Package-Type: ddeb Source: ros-kilted-cx-protobuf-plugin Version: 0.1.3-1noble.20260519.120631 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 751 Depends: ros-kilted-cx-protobuf-plugin (= 0.1.3-1noble.20260519.120631) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-protobuf-plugin/ros-kilted-cx-protobuf-plugin-dbgsym_0.1.3-1noble.20260519.120631_arm64.deb Size: 709666 SHA256: df6c29da3fa7e4e64a976c5cf86a2e513159df890ab872fb7e86aac68ba54397 SHA1: 416f198defeafdc7a629f30bfc4c7a8dbbd93ca8 MD5sum: 7ceba9c68e9e492b22216a28c4c2fbb3 Description: debug symbols for ros-kilted-cx-protobuf-plugin Build-Ids: 04586625beb0e8e51b74554e270c0dc8c2191e95 Package: ros-kilted-cx-ros-comm-gen Version: 0.1.3-1noble.20260519.114630 Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 164 Depends: python3-dev, python3-jinja2, ros-kilted-ament-index-python, ros-kilted-cx-plugin, ros-kilted-cx-utils, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-rosidl-runtime-py, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-ros-comm-gen/ros-kilted-cx-ros-comm-gen_0.1.3-1noble.20260519.114630_arm64.deb Size: 19160 SHA256: e21bfe195d9380fd68485d19d45369e3fb374bd1cc6a2654707c5b4f49fb7d35 SHA1: 7cdad6c0b5a4997414ed7e4969130606dba08d9f MD5sum: 9e84cbb7570424254aa3426a0a5205a5 Description: Generate CLIPS bindings to use ROS messages, actions and services Package: ros-kilted-cx-ros-msgs-plugin Version: 0.1.3-1noble.20260519.115422 Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 460 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.5), libicu74 (>= 74.1-1~), libstdc++6 (>= 13.1), ros-kilted-clips-vendor, libicu-dev, ros-kilted-cx-plugin, ros-kilted-cx-utils, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rcutils, ros-kilted-rosidl-typesupport-cpp, ros-kilted-rosidl-typesupport-introspection-cpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-ros-msgs-plugin/ros-kilted-cx-ros-msgs-plugin_0.1.3-1noble.20260519.115422_arm64.deb Size: 132324 SHA256: 40c3b5b4841c8236658300ea7bdc4b44209dd1a30e06a10c152496c9c6f0c14f SHA1: 5db6d8846ef7c18f918f8b70a327e4b99cd83e80 MD5sum: 20949abba25d70425ba491573803db65 Description: CLIPS plugin for using generic ROS topics via introspection API Package: ros-kilted-cx-ros-msgs-plugin-dbgsym Package-Type: ddeb Source: ros-kilted-cx-ros-msgs-plugin Version: 0.1.3-1noble.20260519.115422 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 2434 Depends: ros-kilted-cx-ros-msgs-plugin (= 0.1.3-1noble.20260519.115422) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-ros-msgs-plugin/ros-kilted-cx-ros-msgs-plugin-dbgsym_0.1.3-1noble.20260519.115422_arm64.deb Size: 2202028 SHA256: 2893959bf3e82c5f943fc0dad2874c4b62c2971e4fa42026d55d24c518dfeef2 SHA1: 4c9df49a108118ab03662a9849bc6a9539835178 MD5sum: 5b7ff2650cbc72577db9641793fb1f50 Description: debug symbols for ros-kilted-cx-ros-msgs-plugin Build-Ids: 7a5ad2c48b9a2fd8e4a108aeb27d4fabbda7e5a1 Package: ros-kilted-cx-ros-param-plugin Version: 0.1.3-1noble.20260519.121055 Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 324 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.5), libstdc++6 (>= 13.1), ros-kilted-clips-vendor, ros-kilted-cx-plugin, ros-kilted-cx-utils, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-ros-param-plugin/ros-kilted-cx-ros-param-plugin_0.1.3-1noble.20260519.121055_arm64.deb Size: 95674 SHA256: c2aaeef6a9dc1c3891c50eb4028e9481f2e31238083b33a3455c408718ecf4fe SHA1: 99578d540db85eb927f0126828bbd652b98a6678 MD5sum: 4aebf49e1fb078a8da47ca8228a568e2 Description: CLIPS plugin to retrieve ROS params from own or other nodes Package: ros-kilted-cx-ros-param-plugin-dbgsym Package-Type: ddeb Source: ros-kilted-cx-ros-param-plugin Version: 0.1.3-1noble.20260519.121055 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 1540 Depends: ros-kilted-cx-ros-param-plugin (= 0.1.3-1noble.20260519.121055) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-ros-param-plugin/ros-kilted-cx-ros-param-plugin-dbgsym_0.1.3-1noble.20260519.121055_arm64.deb Size: 1366304 SHA256: 3daebae17a559e7c940b69a15bf27e672fe15bc473efbda68ca5703ceb1533fe SHA1: 24bb0bf5b852b0d2b31ddc904080bf7eb60b3bf0 MD5sum: 3e41ac9a5231bf45f0eb64c52712842c Description: debug symbols for ros-kilted-cx-ros-param-plugin Build-Ids: 9104a0ce47fca9e703cfc2ca02a97bcb18db21b3 Package: ros-kilted-cx-tf2-pose-tracker-plugin Version: 0.1.3-1noble.20260519.120634 Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 773 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.5), libstdc++6 (>= 13.1), ros-kilted-clips-vendor, ros-kilted-cx-plugin, ros-kilted-cx-utils, ros-kilted-geometry-msgs, ros-kilted-pluginlib, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-tf2-pose-tracker-plugin/ros-kilted-cx-tf2-pose-tracker-plugin_0.1.3-1noble.20260519.120634_arm64.deb Size: 195336 SHA256: 436912a5280cb5395615d991d5e2262078603fa89c2e924f84dbf77c68b4cf10 SHA1: a8738c4d3d3c0df729766175b3e80b05dea8dced MD5sum: fc7cc3951a1eb7acae046dfc172afd02 Description: Track poses via periodic tf lookups. Package: ros-kilted-cx-tf2-pose-tracker-plugin-dbgsym Package-Type: ddeb Source: ros-kilted-cx-tf2-pose-tracker-plugin Version: 0.1.3-1noble.20260519.120634 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 3870 Depends: ros-kilted-cx-tf2-pose-tracker-plugin (= 0.1.3-1noble.20260519.120634) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-tf2-pose-tracker-plugin/ros-kilted-cx-tf2-pose-tracker-plugin-dbgsym_0.1.3-1noble.20260519.120634_arm64.deb Size: 3344722 SHA256: 30e69db8f633f2ebfc6a2b4f456aaa2009b89718c8145d5e447213f824fb3ad5 SHA1: 655615f8aa1d3b2be4b8a5415336e6de3ab4a07b MD5sum: e969866d60c408ca5eba5e2b0057bc8a Description: debug symbols for ros-kilted-cx-tf2-pose-tracker-plugin Build-Ids: 13b2570dccc160d26669722931bfaafaad957bbb Package: ros-kilted-cx-tutorial-agents Version: 0.1.3-1noble.20260520.083846 Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 54 Depends: ros-kilted-cx-bringup, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-tutorial-agents/ros-kilted-cx-tutorial-agents_0.1.3-1noble.20260520.083846_arm64.deb Size: 7338 SHA256: c0a61651288d9251b416e93331878734bb3efb21daae386fc0121ef68b2f7acd SHA1: 8413f249fd70eb521fe9ad748bb1d4086380808b MD5sum: 81b74c9154b245820d776d228bc45ec3 Description: Files used in the agent tutorials Package: ros-kilted-cx-utils Version: 0.1.3-1noble.20260519.113826 Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 132 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libspdlog1.12-fmt9, libstdc++6 (>= 13.1), ros-kilted-clips-vendor, libfmt-dev, libspdlog-dev, ros-kilted-rclcpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-utils/ros-kilted-cx-utils_0.1.3-1noble.20260519.113826_arm64.deb Size: 25906 SHA256: fc9cb61182a4bd970e227fb60c41be48675ec7affbb8873f5d8c6835c648d636 SHA1: f5b99fd083460a7c924e460f732bef22beee9b6d MD5sum: 71fe9098f471cb4610ecfb6e212ef5cf Description: Utilities for the ROS2 CLIPS-Executive Package: ros-kilted-cx-utils-dbgsym Package-Type: ddeb Source: ros-kilted-cx-utils Version: 0.1.3-1noble.20260519.113826 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 491 Depends: ros-kilted-cx-utils (= 0.1.3-1noble.20260519.113826) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-utils/ros-kilted-cx-utils-dbgsym_0.1.3-1noble.20260519.113826_arm64.deb Size: 460018 SHA256: 4395f1ec5ea4ab7627085dd9ee3b226e7322334357942a78e91410e15e46d86f SHA1: a7f293fc08110d7d53121a78e26ff34a530e10f6 MD5sum: 75e451dcb63f3a6e3cc2bd353be289f1 Description: debug symbols for ros-kilted-cx-utils Build-Ids: aa0ff8197ba31402bf358da24e6a232efad12fa6 Package: ros-kilted-cyclonedds Version: 0.10.5-2noble.20260410.184644 Architecture: arm64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 4058 Depends: libc6 (>= 2.38), libssl3t64 (>= 3.0.0), openssl, ros-kilted-iceoryx-binding-c, ros-kilted-iceoryx-hoofs, ros-kilted-iceoryx-posh, ros-kilted-ros-workspace Homepage: https://projects.eclipse.org/projects/iot.cyclonedds Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cyclonedds/ros-kilted-cyclonedds_0.10.5-2noble.20260410.184644_arm64.deb Size: 1029470 SHA256: a305cdfe6df4880e84783359dd2f06a424a7e457bad828a18c4db379ed143c19 SHA1: 6d88f66bbe2602129b3f4ced5a7d44b614550161 MD5sum: 23a58e59b0dde60a1241c7a06e995249 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-kilted-cyclonedds-dbgsym Package-Type: ddeb Source: ros-kilted-cyclonedds Version: 0.10.5-2noble.20260410.184644 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 4467 Depends: ros-kilted-cyclonedds (= 0.10.5-2noble.20260410.184644) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cyclonedds/ros-kilted-cyclonedds-dbgsym_0.10.5-2noble.20260410.184644_arm64.deb Size: 3757246 SHA256: 253149b2274177caa8c44396bd533b3d2f61816c58c0b4a7acb245400aa6f725 SHA1: d686653e4aca71bf9171c632056734844c39a7fa MD5sum: 04d0aca8cab66007d82c09c95c260164 Description: debug symbols for ros-kilted-cyclonedds Build-Ids: 03c090af235c28b3280bed692c18f8f9d805f231 21d77ebbf72bd56df737aec2a69cd9c03fae19ee 2a5a608b503beb56647dab0ab1b3634f9796f6f1 37e46fe7935874c6a1586b475b202ba10c439b22 cc7bddd66ecfc38ca390fab35e54648a776bed3c dbb0b6fd7a7c5b6aedb681126e4eef9f85ce6d24 e262a9b662896a3340768873de0b920152e76e81 Package: ros-kilted-data-tamer-cpp Version: 1.0.3-1noble.20260519.045704 Architecture: arm64 Maintainer: Davide Faconti Installed-Size: 640 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-ament-cmake-gtest, ros-kilted-data-tamer-msgs, ros-kilted-gtest-vendor, ros-kilted-mcap-vendor, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-data-tamer-cpp/ros-kilted-data-tamer-cpp_1.0.3-1noble.20260519.045704_arm64.deb Size: 118562 SHA256: 61b0a7556db7f218270f462f19199c8f07bdee49db3e62650e91fd8a30607439 SHA1: ff71df94b0e932c7c9d6ba9d874b174f32f7c613 MD5sum: ec1182c8759666394fa903ea90c6e205 Description: DataTamer data logging library Package: ros-kilted-data-tamer-cpp-dbgsym Package-Type: ddeb Source: ros-kilted-data-tamer-cpp Version: 1.0.3-1noble.20260519.045704 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Davide Faconti Installed-Size: 2360 Depends: ros-kilted-data-tamer-cpp (= 1.0.3-1noble.20260519.045704) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-data-tamer-cpp/ros-kilted-data-tamer-cpp-dbgsym_1.0.3-1noble.20260519.045704_arm64.deb Size: 2165730 SHA256: 364b2cfbb08f3da38de29c62b1f089df268f0f386ce011e606e03176144cad94 SHA1: e1b03d0d2a59459fbe81b4997d09106178a73531 MD5sum: 9bbabc4b4fbaf226d29a06f28a2a9452 Description: debug symbols for ros-kilted-data-tamer-cpp Build-Ids: 79a3999b7c08a500d67cafa041b27f22e7262bd2 fb29a9bc407b06714daf20c8f2ad3a774f9ad4c7 Package: ros-kilted-data-tamer-msgs Version: 1.0.3-1noble.20260519.021323 Architecture: arm64 Maintainer: Davide Faconti Installed-Size: 1205 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-data-tamer-msgs/ros-kilted-data-tamer-msgs_1.0.3-1noble.20260519.021323_arm64.deb Size: 70482 SHA256: 9ecbb0018d5ed2078ca3f2f0a2f00eb43a0fe75c5bbf6de35b038e6f51d70a32 SHA1: 07bea01495fa566458a0de9e5c62758a55e27c55 MD5sum: 607000ef4ba2be06ce94c10efc9fd6f3 Description: Interfaces for data_tamer Package: ros-kilted-data-tamer-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-data-tamer-msgs Version: 1.0.3-1noble.20260519.021323 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Davide Faconti Installed-Size: 586 Depends: ros-kilted-data-tamer-msgs (= 1.0.3-1noble.20260519.021323) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-data-tamer-msgs/ros-kilted-data-tamer-msgs-dbgsym_1.0.3-1noble.20260519.021323_arm64.deb Size: 426124 SHA256: e894a71c068d369ee49698d4b45212aeed1167232cf15b1f47a79ae2d7d80e59 SHA1: f2090827638d694e756ce8e8ead57c5fc38a71a6 MD5sum: 673e6ca16077a7d6f2ac337c6d916d1e Description: debug symbols for ros-kilted-data-tamer-msgs Build-Ids: 173274af9cb4731fe7a193a01f4fcd1d5d22dce7 2061ceeb1a421690c1f172ab319c46d9458ecf7e 2e6d7ebd1337ec3bf571e5e8e5d1d71b235dbd04 3d9c7932eddfe975d71ab48dce06526005442a2e 4543164beeaf75a9a37c2dfb062788de9bba5732 6955e8a5f46f402dfe27c06d4bb8a7a4f3cfa58c a0bdb6ebb60ce93fd06fd145a5901b59544da37b aee23d0058137ff828217e529708fa6110a11968 b7b4c28e391a403ce0755fefedc4afab8de44048 bb5df8205dee8d8538ef692c204ec1fe32f7414c c524aa20c11bcbea1911d9a4f490bfdf159de090 Package: ros-kilted-delphi-esr-msgs Version: 4.0.0-4noble.20260519.033537 Architecture: arm64 Maintainer: AutonomouStuff Software Team Installed-Size: 4219 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/delphi_esr_msgs Priority: optional Section: misc Filename: pool/main/r/ros-kilted-delphi-esr-msgs/ros-kilted-delphi-esr-msgs_4.0.0-4noble.20260519.033537_arm64.deb Size: 245184 SHA256: c699dd5d780d87ac97fe3067129d597334007a85c5070b3d57139f0515e45f6a SHA1: a6d28ca99c0ad3d23906099716cf3e12cbf5e000 MD5sum: 04ba383a14a29eea8b79bd060d4a6d97 Description: Message definitions for the Delphi ESR Package: ros-kilted-delphi-esr-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-delphi-esr-msgs Version: 4.0.0-4noble.20260519.033537 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: AutonomouStuff Software Team Installed-Size: 2622 Depends: ros-kilted-delphi-esr-msgs (= 4.0.0-4noble.20260519.033537) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-delphi-esr-msgs/ros-kilted-delphi-esr-msgs-dbgsym_4.0.0-4noble.20260519.033537_arm64.deb Size: 1999834 SHA256: c1172534317b9a3a6fe6a52267fedc1f73a90ef9375ca1b8dcd6fb7b4eb5866a SHA1: 91b68b57a3da4e57db5ce508389269f88ae7db6e MD5sum: d7496346c5e7543d48252b18d8ad80ba Description: debug symbols for ros-kilted-delphi-esr-msgs Build-Ids: 23d89aed432b5508c43558d1bdecec3082798811 292be78a5250fb8bf861dde6d6932277ca3a4787 2a07415bc064f95de2526fef6eb8998ba3f3cb16 39eea7b7256b6f954d35e606a83cf806defa9edc 664c908b0deef8d9e1aae3e5110a5e31eb9200cd 6fa76ad81ae4b00b5524e4971a4acf54de180629 7e7ec25f4c295cede169b4679944adf76cc7e7c5 b07872d7a1439b951b0e54ba3ac60e87849d0801 b1e404ca3daeeb1f85b0b9d8182919e28914ce2f d3a33e3828e50a263352283468df7cbad6ad2430 e4ff032ef04af4e8b84c65a349a6ab56e3650795 Package: ros-kilted-delphi-mrr-msgs Version: 4.0.0-4noble.20260519.022554 Architecture: arm64 Maintainer: AutonomouStuff Software Team Installed-Size: 3823 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/delphi_mrr_msgs Priority: optional Section: misc Filename: pool/main/r/ros-kilted-delphi-mrr-msgs/ros-kilted-delphi-mrr-msgs_4.0.0-4noble.20260519.022554_arm64.deb Size: 213608 SHA256: 151e2848f865f38cdef492fc9531ef11f164e778c1b8fd6018c3fa032b784f74 SHA1: 7e6786dfdbb1734914e9d2827ee2f29bfc7bca9a MD5sum: 79d980efc43b29bd5f52212710651245 Description: Message definitions for the Delphi MRR Package: ros-kilted-delphi-mrr-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-delphi-mrr-msgs Version: 4.0.0-4noble.20260519.022554 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: AutonomouStuff Software Team Installed-Size: 2259 Depends: ros-kilted-delphi-mrr-msgs (= 4.0.0-4noble.20260519.022554) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-delphi-mrr-msgs/ros-kilted-delphi-mrr-msgs-dbgsym_4.0.0-4noble.20260519.022554_arm64.deb Size: 1694916 SHA256: 91f0e073e2a1575ab8d4622fc8ffea548dba9e387c109069a7d57d77b8a4b95f SHA1: 9b85322627597671013cee11f9642084e20045c1 MD5sum: bc797f7a662a673a20f355cbc3d72cd4 Description: debug symbols for ros-kilted-delphi-mrr-msgs Build-Ids: 1683dd5d6361969aeefac68383778741714d905d 28cf1ebaf9da89c4c8accb050f8ac5c130b93f50 2b4b2e3d24dc02258004f2effa6a318af4e45087 348f3301b3c4d46a9bc2bb2a57b4ac5e472a53a0 594ee22054572fa550fcd68947230c59d9657c28 5acb095bf7124b6f3366f0da6e4ec2576e933f20 d519102c2c85f1404862711293de7648906043fb d659f4c66997eb77c22c0132567afd8cb1b6f640 f402b66b686bccfd79d06cb72c3bc1a698a2d192 f43efce2cfc5f2ec9f6d02a577da072defce55a4 fd2b8ffdccd331b21a959bb62cd8fd44062b53ee Package: ros-kilted-delphi-srr-msgs Version: 4.0.0-4noble.20260519.022609 Architecture: arm64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 3109 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/delphi_srr_msgs Priority: optional Section: misc Filename: pool/main/r/ros-kilted-delphi-srr-msgs/ros-kilted-delphi-srr-msgs_4.0.0-4noble.20260519.022609_arm64.deb Size: 163326 SHA256: a7ebe699b96a9580f8bdc4be7c0c02bc643845736abe15568e3ae7891fb5fbdf SHA1: 472c16aba1519ec3f2b1ba8f3b44fe628f52981f MD5sum: 63bfd72cdcc04d400da8b716fc5a01cf Description: Message definitions for the Delphi SRR Package: ros-kilted-delphi-srr-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-delphi-srr-msgs Version: 4.0.0-4noble.20260519.022609 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1550 Depends: ros-kilted-delphi-srr-msgs (= 4.0.0-4noble.20260519.022609) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-delphi-srr-msgs/ros-kilted-delphi-srr-msgs-dbgsym_4.0.0-4noble.20260519.022609_arm64.deb Size: 1176452 SHA256: 1cf6533272d4425f41c29e822c16fd77535aadc7987986fe72763dfcacdb908c SHA1: 0b78cb1419a9c5e86c1bad4e5f5393673fafc086 MD5sum: 87332a719cded48f95efdb797de38f01 Description: debug symbols for ros-kilted-delphi-srr-msgs Build-Ids: 044961c343fe88e299279aa5ffb57ce636832df4 30666ccf11bee6a7b2a837c73020014c4ca8b42f 3a5f010eafc8c7f141ec07f36cb0128bb7ddfabc 5538c17c5711fb3fed0840ea9135ba808c8592df 837bc708393068a1e33788346d3e5cd9f0bdb1c0 9385b5c2b3cf2e5012425cdcf0ad83b7ed1026a5 96ccb44ee627fed334326f7cca770e8bc8fa5ad8 b8d10b1a620d7ac2213c5c01f32f45ef8791dee5 dcc432156c7ab73cc22daa57bb0fd874848926c3 ed2b3d258e1ea6f6dba686969fcfab063729c674 f341c66040cea676d31684151b54e46ae8b2107a Package: ros-kilted-demo-nodes-cpp Version: 0.36.5-1noble.20260519.045014 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 8034 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-example-interfaces, ros-kilted-launch-ros, ros-kilted-launch-xml, ros-kilted-rcl, ros-kilted-rcl-interfaces, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rcpputils, ros-kilted-rcutils, ros-kilted-rmw, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-demo-nodes-cpp/ros-kilted-demo-nodes-cpp_0.36.5-1noble.20260519.045014_arm64.deb Size: 882894 SHA256: e51ebf9bb984b5692d6101d8f2f754c2fca54e51fcb8e6d03f899222a6d44c1c SHA1: 82915af796174e0459b61f2776696018a75c8655 MD5sum: 8aed40b49def9a3e27b4df16d2f216ce Description: C++ nodes which were previously in the ros2/examples repository but are now just used for demo purposes. Package: ros-kilted-demo-nodes-cpp-dbgsym Package-Type: ddeb Source: ros-kilted-demo-nodes-cpp Version: 0.36.5-1noble.20260519.045014 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 38793 Depends: ros-kilted-demo-nodes-cpp (= 0.36.5-1noble.20260519.045014) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-demo-nodes-cpp/ros-kilted-demo-nodes-cpp-dbgsym_0.36.5-1noble.20260519.045014_arm64.deb Size: 30584056 SHA256: 0b0464a816322e5869ddcf1cb0b39c54f73f364e3398ca66a09695ad30d012d5 SHA1: c13fc922d8852e00dc7699d9c0be965b5f8654b8 MD5sum: 331e12b00828b7baafb6da72e3d76ab8 Description: debug symbols for ros-kilted-demo-nodes-cpp Build-Ids: 09aa86fb88c632d52defeeb697c5a7b18bb40509 0a42421eafd20e032bb52f3bccbb003f329ae9a1 0b7f92eaa919a5fce0379276d7cc3235b05cdc10 12c5544b0caabf309d921173315a5ea0d91d0cf8 2370cb53af4f0ba8459749d644eaf5182395d6a9 28e090ef51d190e2afc9bf8dcb47b5c9650ed801 33e44241bc8a0ef2043e4040350785ee68fece91 42fdd6da167dec5c56fdc22f48b3dfa78574045f 497b68aad35f46f265ab8c3311b52ccdced86fde 4a6e76e4904f708d57681b5b544df516d3681085 4cec0234ce887e27bf7d6feb31922f8747d8b08f 4d0115d533e4f12517eb2fae46e4f662ae17e3f2 4f55c00c1a8460939e53ba360b165cf47cb516d9 506cd8ba40a9200e50af893037558c577ff47c9d 51107b6dcb54f780f27b1518f6d4ab2138f7cb7e 56c661c7ded2619b1fec9260ede63990b699f9f7 5802f2b5731b190ed9086611e9bd345a5dbcedf4 5ee13b9113b1166de9cbe5e3ace1fb576492e6aa 6cccd8568789b79976444d4b3f2d05aefbb1f950 709f5308a2db6cf4e70a920b46fa3fdfa42ea025 7434538907bb1f5a19c26801d4f34794510c4944 79fc1a854678879449e948da96a2b10249e5cacf 7ef4bbc1d0258fcf6686b514526c09505ea6e652 8407c3677778cede20bf349128f5a559fea6612e 842947cafb4299344c925bad5b7bc7b40d3e24d3 8908d8b81d4ce1db22fd39807eb6feb94613ea40 8a834037963e409e9abc25cf539f4f1f27eccc70 8dca502b3ada507869951a19dec51cf10cc4b0b4 9243a6c573e8693671b5cc2552d9ae661f083327 9a7d520f83d086c82886d815937486dac239d00c a09066ab66edd1dc8ab95ce0e4c4577ab38ad307 a1d41f675ac658b2e3be62cb6fc07a1a7d456b90 a32fca368623c568fcd41b0a46475c565d060b6a a6bfd7f155766d1689278dd37673724e67b84034 b65cab75f7d24e2163b198f89bcf50da0e1b3407 c287bf0452bb6f7c2a27e50087f39b506b0945d4 c29058575786e0e8f0029b52aff420fe3a703570 c7c72f60af4c54228d36d309932feea4ae86730d d0b95d93f4dcb39ed7a006ebb60c07f77bbe5152 d4be946ad02c7bfeac30da49eea1478758d772af d89a8ff754beb03b15ead6c3c6a7db08bfa91181 e5f6cf5b63237b3785819bc1dbd231d544483360 ea4687a8935f95eaa1b0ae52064e52835f8217b5 ec2e88ad6596774e2b7fcf4fc2cf217db1e58f46 ece96488298268304c1018d1e76f4b504af17aea ed02e0dee3b0838f649ab6b9be5475690fc1448e eeff18c73391e7dec895f56b5b347675c82e9226 f07e17e0335b6bfe28af3a908e880c69f6327bbb Package: ros-kilted-demo-nodes-cpp-native Version: 0.36.5-1noble.20260519.053312 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 310 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-fastdds, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rmw-fastrtps-cpp, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-demo-nodes-cpp-native/ros-kilted-demo-nodes-cpp-native_0.36.5-1noble.20260519.053312_arm64.deb Size: 61330 SHA256: 5a6505d4336ed35313794bff76c45991dc2b275978acfdae93ce1b961a556f9e SHA1: e8d4270e1974df3d5aff516258d411dd6ddc3ea5 MD5sum: b6e860d97e2cd23341f034843c3b43e1 Description: C++ nodes which access the native handles of the rmw implementation. Package: ros-kilted-demo-nodes-cpp-native-dbgsym Package-Type: ddeb Source: ros-kilted-demo-nodes-cpp-native Version: 0.36.5-1noble.20260519.053312 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 1249 Depends: ros-kilted-demo-nodes-cpp-native (= 0.36.5-1noble.20260519.053312) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-demo-nodes-cpp-native/ros-kilted-demo-nodes-cpp-native-dbgsym_0.36.5-1noble.20260519.053312_arm64.deb Size: 1130960 SHA256: 65224a5d16ccaa58db71752bceb4760ebdaa5a18a3b2b60836eab3a04ce57d1a SHA1: 2e051999665258954856b7fc33063b7e72f44b80 MD5sum: addea4e33ce0648fc0437203499702a2 Description: debug symbols for ros-kilted-demo-nodes-cpp-native Build-Ids: 77e2c88401365e69faba831cad4906ad4eceb641 827510b80a44756fc2f1423aafd5dc3e3079772a Package: ros-kilted-demo-nodes-py Version: 0.36.5-1noble.20260519.043403 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 175 Depends: ros-kilted-ament-index-python, ros-kilted-example-interfaces, ros-kilted-rcl-interfaces, ros-kilted-rclpy, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-demo-nodes-py/ros-kilted-demo-nodes-py_0.36.5-1noble.20260519.043403_arm64.deb Size: 29220 SHA256: abf6bbdac34d0e96e63a0f5fcf5cf4de8b93f39753637629da0ffdd1ecb46e54 SHA1: c27bee845b8de7b14350dcff331ce6c18a93f94b MD5sum: 5d2a625aa80dc3b90b11ece496ce94fb Description: Python nodes which were previously in the ros2/examples repository but are now just used for demo purposes. Package: ros-kilted-depth-image-proc Version: 6.0.12-1noble.20260519.095120 Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 1959 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-flann406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libopencv-dev, ros-kilted-cv-bridge, ros-kilted-image-geometry, ros-kilted-image-proc, ros-kilted-image-transport, ros-kilted-message-filters, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-stereo-msgs, ros-kilted-tf2, ros-kilted-tf2-eigen, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/depth_image_proc/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-depth-image-proc/ros-kilted-depth-image-proc_6.0.12-1noble.20260519.095120_arm64.deb Size: 291266 SHA256: 6827ece0e1542fa1869c0793cb1221f806b6efe74c8593314cfeb1d476670b66 SHA1: 6621252876763963c9a2d5ef4257a64987ee4a99 MD5sum: 625e284dc3aac3d00c13ffca56e03ee6 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-kilted-depth-image-proc-dbgsym Package-Type: ddeb Source: ros-kilted-depth-image-proc Version: 6.0.12-1noble.20260519.095120 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 15455 Depends: ros-kilted-depth-image-proc (= 6.0.12-1noble.20260519.095120) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-depth-image-proc/ros-kilted-depth-image-proc-dbgsym_6.0.12-1noble.20260519.095120_arm64.deb Size: 12142866 SHA256: a216d0f305b41666dab8c694f7f276507de26b2cbca77760ad21f01b02178be2 SHA1: 7e0b38dc347ea737647600416e076b3709e476d9 MD5sum: cad5c308d2d7f47e0027a701f8343efb Description: debug symbols for ros-kilted-depth-image-proc Build-Ids: 11c026e4d3093ac63acbc6a63625732d919b31ae 158a2c5e9f741590b497ed44297c3a607180afc0 30f09e3f53124e7b8fc1c9158e04807385a366a4 388637a304031000c647932513e4e5432945a468 51a0e9ab4e7926b88118ae798e0ee2a63944c581 5971c5913cde271cc7202b350068d1fd84aea1a3 796d755120bef997a18e6b0c8523993fef80762b bbd402c0c74906f0fe03227bf49a34e8de13996e ea933959200f090722bd91b914d134298fb3a52b ed4626e121ae0c391acf9f335175231051dbe9e6 f53cd7f4892637ebf822f28908f792e15ad763a7 Package: ros-kilted-depthai Version: 3.6.1-2noble.20260514.115507 Architecture: arm64 Maintainer: "Adam Serafin" Installed-Size: 48025 Depends: libc6 (>= 2.38), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 4.5), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-features2d406t64 (>= 4.6.0+dfsg), libopencv-highgui406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopencv-videoio406t64 (>= 4.6.0+dfsg), libspdlog1.12-fmt9, libstdc++6 (>= 13.1), libtbb12 (>= 2021.11.0), libusb-1.0-0 (>= 2:1.0.16), curl, gfortran, libcurl4-openssl-dev, libfmt-dev, libopencv-dev, libspdlog-dev, libtar-dev, libudev-dev, libusb-1.0-0-dev, nlohmann-json3-dev, unzip, zip, ros-kilted-ros-workspace Homepage: https://www.luxonis.com/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-depthai/ros-kilted-depthai_3.6.1-2noble.20260514.115507_arm64.deb Size: 27808136 SHA256: 1c7cc9c3126e3029a57d279f1d7b0f05ccd3ca9ea121fde54c995ca22e74eb6e SHA1: e26588c634975bb84ce2d924cd558e65598e825c MD5sum: 122522877e6892d962680aef7f5193b3 Description: DepthAI core is a C++ library which comes with firmware and an API to interact with OAK Platform Package: ros-kilted-depthai-bridge Version: 3.2.1-1noble.20260519.093558 Architecture: arm64 Maintainer: "Matevz Morato" Installed-Size: 663 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libboost-dev, libopencv-dev, ros-kilted-camera-info-manager, ros-kilted-composition-interfaces, ros-kilted-cv-bridge, ros-kilted-depthai (>= 3.6.1), ros-kilted-depthai-ros-msgs, ros-kilted-ffmpeg-image-transport-msgs, ros-kilted-image-transport, ros-kilted-nav-msgs, ros-kilted-rclcpp, ros-kilted-robot-state-publisher, ros-kilted-ros-environment, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-stereo-msgs, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-vision-msgs, ros-kilted-xacro, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/depthai_bridge/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-depthai-bridge/ros-kilted-depthai-bridge_3.2.1-1noble.20260519.093558_arm64.deb Size: 180262 SHA256: 9d0508885c518ad05e8178c6d5b026f77eb5df1d26fdb84760a1281beb1394e5 SHA1: 96ce9d49b88d3d80e439ff96803a4b3dd5928593 MD5sum: 313b2f6e0ac176818f93ec50b899991e Description: The depthai_bridge package Package: ros-kilted-depthai-bridge-dbgsym Package-Type: ddeb Source: ros-kilted-depthai-bridge Version: 3.2.1-1noble.20260519.093558 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Matevz Morato" Installed-Size: 4466 Depends: ros-kilted-depthai-bridge (= 3.2.1-1noble.20260519.093558) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-depthai-bridge/ros-kilted-depthai-bridge-dbgsym_3.2.1-1noble.20260519.093558_arm64.deb Size: 4199798 SHA256: 99f0c15a00f89fc5bc422ba0144d6a21dfd0f5eb7761191940c98feb6ce3491a SHA1: cdc3128940b1f668cc8683bed5b6a8783abd2b15 MD5sum: bc0ca92e649aa5b1861e91fb17781e0a Description: debug symbols for ros-kilted-depthai-bridge Build-Ids: 227dbb5e198798729c6cd1f3a405d24a3248e337 Package: ros-kilted-depthai-dbgsym Package-Type: ddeb Source: ros-kilted-depthai Version: 3.6.1-2noble.20260514.115507 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Adam Serafin" Installed-Size: 129215 Depends: ros-kilted-depthai (= 3.6.1-2noble.20260514.115507) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-depthai/ros-kilted-depthai-dbgsym_3.6.1-2noble.20260514.115507_arm64.deb Size: 118128616 SHA256: 9ba841bf6fa52bca116ecc4e90d8a3c268f141b21401149c6255e0f9f21b6e3b SHA1: a7602115ae7a6058bced55eb8fe1155881071232 MD5sum: 6fdd80c6280b4e2d0c1e67d416297f3a Description: debug symbols for ros-kilted-depthai Build-Ids: e0a0883e6e56368535f60876ccfd86a1cc0fc759 e4c2293bbd2400542796170ccc5d8c089e8ba95f Package: ros-kilted-depthai-descriptions Version: 3.2.1-1noble.20260519.051111 Architecture: arm64 Maintainer: "Matevz Morato" Installed-Size: 156425 Depends: ros-kilted-robot-state-publisher, ros-kilted-xacro, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/depthai_descriptions/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-depthai-descriptions/ros-kilted-depthai-descriptions_3.2.1-1noble.20260519.051111_arm64.deb Size: 45018656 SHA256: 197a4b1b6b0b712b9e3def9a8134a9d3644461b91bc871284752c9f472994d4b SHA1: 20d732aaf7e47425f4ce9f3e366e13d8fe2a6dd5 MD5sum: 387c9042e84e2d0e53105fd480602f0c Description: The depthai_descriptions package Package: ros-kilted-depthai-examples Version: 3.2.1-1noble.20260519.100314 Architecture: arm64 Maintainer: "Matevz Morato" Installed-Size: 4377 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-flann406t64 (>= 4.6.0+dfsg), libopencv-highgui406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libopencv-dev, ros-kilted-backward-ros, ros-kilted-camera-info-manager, ros-kilted-cv-bridge, ros-kilted-depth-image-proc, ros-kilted-depthai (>= 3.6.1), ros-kilted-depthai-bridge, ros-kilted-depthai-descriptions, ros-kilted-depthai-ros-msgs, ros-kilted-foxglove-msgs, ros-kilted-image-transport, ros-kilted-nav-msgs, ros-kilted-rclcpp, ros-kilted-robot-state-publisher, ros-kilted-ros-environment, ros-kilted-rviz-imu-plugin, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-stereo-msgs, ros-kilted-vision-msgs, ros-kilted-xacro, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/depthai_examples/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-depthai-examples/ros-kilted-depthai-examples_3.2.1-1noble.20260519.100314_arm64.deb Size: 718476 SHA256: 49e3af3677b660c102b8dfbcd816df3185e344c58fecfb22ebfe31647ac55b28 SHA1: 48b167ecc037f7d9d8e5dd509378326ab2528ced MD5sum: c86eaf74847a015a8e62df4d7af4501d Description: The depthai_examples package Package: ros-kilted-depthai-examples-dbgsym Package-Type: ddeb Source: ros-kilted-depthai-examples Version: 3.2.1-1noble.20260519.100314 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Matevz Morato" Installed-Size: 37853 Depends: ros-kilted-depthai-examples (= 3.2.1-1noble.20260519.100314) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-depthai-examples/ros-kilted-depthai-examples-dbgsym_3.2.1-1noble.20260519.100314_arm64.deb Size: 35170202 SHA256: 9f5d0d84d967ed8abafc3c988f9a532cad99a12df24a3d4312c4628e8029c835 SHA1: 7254687062b8a51422b0b037ca9b40178a1e1c7f MD5sum: a7962dbfa8596a62cb7930bdd6f7b375 Description: debug symbols for ros-kilted-depthai-examples Build-Ids: 1ab31d325865000be53ba3132103d75d52c80389 201d78f771a0854e26213289efe0b4aa9fa54fdb 32debcaad3a20f3d22385f217b79a45c8f901a88 406981948fc3a0efa50d2038f4473848d5450335 614e89965f1ae0c47f22283cb97ae374f47d4fbf 72aaebf742d393af4edfd904f1100671a3be2965 9623fff1246566a920e394199c1a360d674a7158 996a662a2b60c4e05cc83e13b945ad6f9d6998e5 99dd392e9b1f14198b006b9b9870c10ed6c18557 c7a6edf07340c1fb05bfb60bcd3bd3a7e1144908 d4c6f7e743688d36c5d9aa3c71c097e74bd9c2e4 e5e56399029b4b61bc5aaaa47149771b2bd6d989 f003c5b079e3309efa3c19b08642ee72d7a2c1c2 f02fd2798aa5381c13e058cdcc0b4b107fdd7891 Package: ros-kilted-depthai-filters Version: 3.2.1-1noble.20260519.090919 Architecture: arm64 Maintainer: "Matevz Morato" Installed-Size: 2216 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-contrib406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-highgui406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopencv-stitching406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libopencv-dev, ros-kilted-cv-bridge, ros-kilted-depthai-ros-msgs, ros-kilted-image-transport, ros-kilted-message-filters, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-vision-msgs, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/depthai_filters/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-depthai-filters/ros-kilted-depthai-filters_3.2.1-1noble.20260519.090919_arm64.deb Size: 360564 SHA256: 174b12501cff9fd5ddd6f4765353ba9be1f4151a5f812731d96590fb61d2781c SHA1: 9d664056657b5ccf136d5a0fa61c31510efb433d MD5sum: 8d9ae90a6b6e40d2023a52828b607d98 Description: Depthai filters package Package: ros-kilted-depthai-filters-dbgsym Package-Type: ddeb Source: ros-kilted-depthai-filters Version: 3.2.1-1noble.20260519.090919 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Matevz Morato" Installed-Size: 15341 Depends: ros-kilted-depthai-filters (= 3.2.1-1noble.20260519.090919) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-depthai-filters/ros-kilted-depthai-filters-dbgsym_3.2.1-1noble.20260519.090919_arm64.deb Size: 12632276 SHA256: 5f653510e50c704a022e87da78b3730780d5f1f68b6338a4169d83d52db8e289 SHA1: e2c7b71d415db5f455d03519032297ae3a03f6fb MD5sum: c6b0a01192e86012a70d052725aaf41e Description: debug symbols for ros-kilted-depthai-filters Build-Ids: 673fdfaa4c24b66d8d69530483f7bff91847a34b Package: ros-kilted-depthai-ros Version: 3.2.1-1noble.20260520.073101 Architecture: arm64 Maintainer: "Matevz Morato" Installed-Size: 48 Depends: ros-kilted-depthai (>= 3.6.1), ros-kilted-depthai-bridge, ros-kilted-depthai-descriptions, ros-kilted-depthai-examples, ros-kilted-depthai-filters, ros-kilted-depthai-ros-driver, ros-kilted-depthai-ros-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/depthai-ros/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-depthai-ros/ros-kilted-depthai-ros_3.2.1-1noble.20260520.073101_arm64.deb Size: 8380 SHA256: 268bf806b89acc37d6969284c33c667389eaeb499107253cd513127ed2ff8bfb SHA1: 4238759c96b419c5043e163a52fb700e48033a0e MD5sum: 751ab5498e053c0c5037037eef7c9e64 Description: The depthai-ros package Package: ros-kilted-depthai-ros-driver Version: 3.2.1-1noble.20260519.151513 Architecture: arm64 Maintainer: "Matevz Morato" Installed-Size: 3593 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-flann406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-ament-cmake-auto, ros-kilted-backward-ros, ros-kilted-camera-calibration, ros-kilted-camera-info-manager, ros-kilted-cv-bridge, ros-kilted-depthai (>= 3.6.1), ros-kilted-depthai-bridge, ros-kilted-depthai-descriptions, ros-kilted-depthai-ros-msgs, ros-kilted-diagnostic-msgs, ros-kilted-diagnostic-updater, ros-kilted-ffmpeg-image-transport-msgs, ros-kilted-geometry-msgs, ros-kilted-image-pipeline, ros-kilted-image-transport, ros-kilted-image-transport-plugins, ros-kilted-nav-msgs, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-tf2-ros, ros-kilted-vision-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/depthai_ros_driver/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-depthai-ros-driver/ros-kilted-depthai-ros-driver_3.2.1-1noble.20260519.151513_arm64.deb Size: 749592 SHA256: 297360414c686599177156865421379f336207002e2a2d1d1210e0b752b71401 SHA1: d033c3ca019fe4860f4bd92eb1d0af3e926b3548 MD5sum: 728a45c22485dfabeb7105c6d7b362ee Description: Depthai ROS Monolithic node. Package: ros-kilted-depthai-ros-driver-dbgsym Package-Type: ddeb Source: ros-kilted-depthai-ros-driver Version: 3.2.1-1noble.20260519.151513 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Matevz Morato" Installed-Size: 46150 Depends: ros-kilted-depthai-ros-driver (= 3.2.1-1noble.20260519.151513) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-depthai-ros-driver/ros-kilted-depthai-ros-driver-dbgsym_3.2.1-1noble.20260519.151513_arm64.deb Size: 42990800 SHA256: 7a3157be5da8386a5b17a43b38c3aa4e38f98aaeb2c9a697ccb5ef7ff630cbd1 SHA1: 29639d708c1c8ea3def179f2ae64aa86974a9309 MD5sum: 0a80a29bcabf65e44cf9938f686e792e Description: debug symbols for ros-kilted-depthai-ros-driver Build-Ids: 000a46431e29c20b1d986a78287deae0cd8f2d33 0e3eeea921aac3711c5d3420b3b0f9fda538d88c 343ad3c92a845dc1e4e50aeff4927a5f71dcc3e7 509a6673a56fe0878c4c2ff2b8574585a58dda2f d3b65bd9096691680f36d200cc9f80b50fac6953 Package: ros-kilted-depthai-ros-msgs Version: 3.2.1-1noble.20260519.045230 Architecture: arm64 Maintainer: "Matevz Morato" Installed-Size: 3476 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rclcpp, ros-kilted-rosidl-default-generators, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-vision-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/depthai_ros_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-depthai-ros-msgs/ros-kilted-depthai-ros-msgs_3.2.1-1noble.20260519.045230_arm64.deb Size: 230538 SHA256: a50256ece89169a11120fcfd72f56d63d452a01bbc9f1af33b977c2ca48a386c SHA1: d172538547867b62581e0fbbf7cfe39f71803c38 MD5sum: 8b52a82b6573e0aaa3c7d055081492f3 Description: Package to keep interface independent of the driver Package: ros-kilted-depthai-ros-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-depthai-ros-msgs Version: 3.2.1-1noble.20260519.045230 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Matevz Morato" Installed-Size: 2594 Depends: ros-kilted-depthai-ros-msgs (= 3.2.1-1noble.20260519.045230) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-depthai-ros-msgs/ros-kilted-depthai-ros-msgs-dbgsym_3.2.1-1noble.20260519.045230_arm64.deb Size: 1984320 SHA256: 19b08c1550b2c738a9331224a38864119ded61814edd32ef6af4bd2c5984a37f SHA1: c8919a6212a365902776d8ebad8720201f5f02dd MD5sum: 8ce9d65b9b903242f4f76fc07ed5375f Description: debug symbols for ros-kilted-depthai-ros-msgs Build-Ids: 1a5d605fc39788a2b39453393974cca6e16da49a 686b0743207b9a30d8f8b89a1395f1ba5345254d 781552c7c85871a1364dcf65f020bcc010b39015 84250e0608b9f5fc8e8fb6d282e1e1349c4e3974 8b824e94b4495a94bda0bf524eb3d3610bcc9d8c 9343db235c937785f2de7b3c1bf9628e39f0cbe6 a9d295e71cf36927aaf6141d5b16e7b759670eb1 af4b6e95806cbbf94c1e87f49b46eb2ffe4011e5 d1951127a2e3c8feb889b5f08e2c3a30101b4d59 e3bc31a63fb55059575a5746b1e3c8e5186657cd ef633f22f5b30d5e4a7ff06effad2019120ae7b9 Package: ros-kilted-depthimage-to-laserscan Version: 2.5.1-3noble.20260519.135029 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 1008 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-flann406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libopencv-dev, ros-kilted-image-geometry, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/depthimage_to_laserscan Priority: optional Section: misc Filename: pool/main/r/ros-kilted-depthimage-to-laserscan/ros-kilted-depthimage-to-laserscan_2.5.1-3noble.20260519.135029_arm64.deb Size: 173216 SHA256: 4517d310b0ee106ecee32af304ce6266b5600b6cd7925dc872453b08bfeb2ecd SHA1: 5f420189a26b69f4d5b9f060178e919ecca29c8d MD5sum: 31cba3e56dbc99afd1458f7b38ae32ba Description: depthimage_to_laserscan Package: ros-kilted-depthimage-to-laserscan-dbgsym Package-Type: ddeb Source: ros-kilted-depthimage-to-laserscan Version: 2.5.1-3noble.20260519.135029 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 4121 Depends: ros-kilted-depthimage-to-laserscan (= 2.5.1-3noble.20260519.135029) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-depthimage-to-laserscan/ros-kilted-depthimage-to-laserscan-dbgsym_2.5.1-3noble.20260519.135029_arm64.deb Size: 3471116 SHA256: 3a03322d02bd292cb2275b24ee84470b2d92847505cd460227f74edb2c50e290 SHA1: 1fc2f72940f0d59100cbb5a0d900c9e745023e84 MD5sum: e7c3ab6cf07137764a51ce66ee3fc4c3 Description: debug symbols for ros-kilted-depthimage-to-laserscan Build-Ids: 407cfa96658333e93fbed88a74be46925323a029 656aaba50cc2cbe36b369a9b466c86a5f1cb3e7e bec0f42b5afac3fcdb6dd2bea021d9e9bb31fb80 Package: ros-kilted-derived-object-msgs Version: 4.0.0-4noble.20260519.034555 Architecture: arm64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 2140 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-shape-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/derived_object_msgs Priority: optional Section: misc Filename: pool/main/r/ros-kilted-derived-object-msgs/ros-kilted-derived-object-msgs_4.0.0-4noble.20260519.034555_arm64.deb Size: 136244 SHA256: e9eb14351c24d1f60d717dc391b0da58c643000216c2f2d0071c81aa769cfb5a SHA1: ac1070cd838352880f8ca3d942e87744df8ac5ad MD5sum: ca373f531d05cc70adc64138e7259cb7 Description: Abstracted Messages from Perception Modalities Package: ros-kilted-derived-object-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-derived-object-msgs Version: 4.0.0-4noble.20260519.034555 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1298 Depends: ros-kilted-derived-object-msgs (= 4.0.0-4noble.20260519.034555) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-derived-object-msgs/ros-kilted-derived-object-msgs-dbgsym_4.0.0-4noble.20260519.034555_arm64.deb Size: 999732 SHA256: f5460e2d67b41240cb2be208c243022fb93e79abb2a46542dd0c190b03be3ef7 SHA1: ae9cc5d2b7b3d25f2f4b9f8710eb277dead89291 MD5sum: 752091b2399af9efd5d981c4609b2ac3 Description: debug symbols for ros-kilted-derived-object-msgs Build-Ids: 0d6fb35bd2160a3dcf0250fcf3127008a75c4d96 6294e0f3a96f73f8459c68c01b81d8b470c9f49f 633dcf5524de189a2df9b87c3cb69b702c5b0b89 70515a2608f0a472681e94509fdf35089b4936b0 848921e79c153e583584d36fe24e64f345541ec8 8b83e45dd99d04fbed2d89a9a199ce12b646b95d 93e2114b0e892763d17ea5aebc653959fd7480ef 99504a5f14b22aa5e964e328864cbf935b0862df 9b8468c6d73c611aca3725afec9ce02c3b7d09c6 cc1f59891cb9e26dc3a1747a1fbcb52b705405b1 eb4e791dd043aa9472d2e536c53f0fea3a053524 Package: ros-kilted-desktop Version: 0.12.0-2noble.20260519.153933 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 44 Depends: ros-kilted-action-tutorials-cpp, ros-kilted-action-tutorials-py, ros-kilted-angles, ros-kilted-composition, ros-kilted-demo-nodes-cpp, ros-kilted-demo-nodes-cpp-native, ros-kilted-demo-nodes-py, ros-kilted-depthimage-to-laserscan, ros-kilted-dummy-map-server, ros-kilted-dummy-robot-bringup, ros-kilted-dummy-sensors, ros-kilted-examples-rclcpp-minimal-action-client, ros-kilted-examples-rclcpp-minimal-action-server, ros-kilted-examples-rclcpp-minimal-client, ros-kilted-examples-rclcpp-minimal-composition, ros-kilted-examples-rclcpp-minimal-publisher, ros-kilted-examples-rclcpp-minimal-service, ros-kilted-examples-rclcpp-minimal-subscriber, ros-kilted-examples-rclcpp-minimal-timer, ros-kilted-examples-rclcpp-multithreaded-executor, ros-kilted-examples-rclpy-executors, ros-kilted-examples-rclpy-minimal-action-client, ros-kilted-examples-rclpy-minimal-action-server, ros-kilted-examples-rclpy-minimal-client, ros-kilted-examples-rclpy-minimal-publisher, ros-kilted-examples-rclpy-minimal-service, ros-kilted-examples-rclpy-minimal-subscriber, ros-kilted-image-tools, ros-kilted-intra-process-demo, ros-kilted-joy, ros-kilted-lifecycle, ros-kilted-logging-demo, ros-kilted-pcl-conversions, ros-kilted-pendulum-control, ros-kilted-pendulum-msgs, ros-kilted-quality-of-service-demo-cpp, ros-kilted-quality-of-service-demo-py, ros-kilted-ros-base, ros-kilted-rqt-common-plugins, ros-kilted-rviz-default-plugins, ros-kilted-rviz2, ros-kilted-teleop-twist-joy, ros-kilted-teleop-twist-keyboard, ros-kilted-tlsf, ros-kilted-tlsf-cpp, ros-kilted-topic-monitor, ros-kilted-turtlesim, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-desktop/ros-kilted-desktop_0.12.0-2noble.20260519.153933_arm64.deb Size: 6596 SHA256: d70a0aeebc6d63e886d78b1de4169ee70d746f345624aa9a070b51fd50cb5b6e SHA1: a9fbbd63210c3160058e83915dd0fbd44b930155 MD5sum: a7c9b067de6cdd76e3ecf3b5cb1eb64b Description: A package which extends 'ros_base' and includes high level packages like vizualization tools and demos. Package: ros-kilted-desktop-full Version: 0.12.0-2noble.20260519.165151 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 41 Depends: ros-kilted-desktop, ros-kilted-perception, ros-kilted-ros-gz-sim-demos, ros-kilted-simulation, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-desktop-full/ros-kilted-desktop-full_0.12.0-2noble.20260519.165151_arm64.deb Size: 5362 SHA256: 7c9e5d52cf93fa9fdcda00a52a33a155dff5eca6156e07c2a439903f76ea4a87 SHA1: becb0840efca04c5a79ace133d58f3fa213eb099 MD5sum: 7404bc91241a05a2a8a5eb68c5df48a1 Description: Provides a 'batteries included' experience to novice users. Package: ros-kilted-diagnostic-aggregator Version: 4.3.6-1noble.20260519.050429 Architecture: arm64 Maintainer: Austin Hendrix Installed-Size: 1647 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-rclpy, ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/diagnostic_aggregator Priority: optional Section: misc Filename: pool/main/r/ros-kilted-diagnostic-aggregator/ros-kilted-diagnostic-aggregator_4.3.6-1noble.20260519.050429_arm64.deb Size: 318410 SHA256: c0bfa9b18539301a8547b490f198f02dbe1cd896961f2ae661f0322e4c4740bb SHA1: 25d5682c7c9239f3d8748ac575946d6f9259acf2 MD5sum: 5e607d7ac2a7404b907a83b4d3c51620 Description: diagnostic_aggregator Package: ros-kilted-diagnostic-aggregator-dbgsym Package-Type: ddeb Source: ros-kilted-diagnostic-aggregator Version: 4.3.6-1noble.20260519.050429 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Austin Hendrix Installed-Size: 7123 Depends: ros-kilted-diagnostic-aggregator (= 4.3.6-1noble.20260519.050429) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-diagnostic-aggregator/ros-kilted-diagnostic-aggregator-dbgsym_4.3.6-1noble.20260519.050429_arm64.deb Size: 6233024 SHA256: 1dea8e4644e00578a0098bbb10fe5169766cb4fef08607703498affebd7ae065 SHA1: eb24427b36169d2b12952b547fc8121377ea32cb MD5sum: 6a06a17e10720695df9125622e38fcdb Description: debug symbols for ros-kilted-diagnostic-aggregator Build-Ids: 10300f143d63a08124a799eff876c3a1e857f45f 44a149446da990733945c02223a7608c14776a22 4954fa277c9d88613782393f8ee28188f92716e8 e2bf510fd628b73e1660ed2b30f4296895a5d022 Package: ros-kilted-diagnostic-common-diagnostics Version: 4.3.6-1noble.20260519.100743 Architecture: arm64 Maintainer: Austin Hendrix Installed-Size: 122 Depends: lm-sensors, python3-ntplib, python3-psutil, ros-kilted-diagnostic-updater, ros-kilted-rclpy, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/diagnostic_common_diagnostics Priority: optional Section: misc Filename: pool/main/r/ros-kilted-diagnostic-common-diagnostics/ros-kilted-diagnostic-common-diagnostics_4.3.6-1noble.20260519.100743_arm64.deb Size: 13630 SHA256: 3b2a1231aa834c77bd1122ad175b275c9dd8643555c79292397b8e5e375bb448 SHA1: d940f0e108ad25629a28d131ec758ec9b0ac362f MD5sum: a52aa86b77120e57dd3bc76f6a2938e0 Description: diagnostic_common_diagnostics Package: ros-kilted-diagnostic-msgs Version: 5.5.2-1noble.20260519.025510 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 1975 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-diagnostic-msgs/ros-kilted-diagnostic-msgs_5.5.2-1noble.20260519.025510_arm64.deb Size: 140382 SHA256: b1d75391c5e7fc8383919e54c2a997d2a2e9a3a60a5db1afde0e7becf6a83466 SHA1: ce8584efc1689a9d990482b0deaad72ec3c4627f MD5sum: 60651528205ca14c34bc590b0fbe0165 Description: A package containing some diagnostics related message and service definitions. Package: ros-kilted-diagnostic-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-diagnostic-msgs Version: 5.5.2-1noble.20260519.025510 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tully Foote Installed-Size: 1407 Depends: ros-kilted-diagnostic-msgs (= 5.5.2-1noble.20260519.025510) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-diagnostic-msgs/ros-kilted-diagnostic-msgs-dbgsym_5.5.2-1noble.20260519.025510_arm64.deb Size: 1091366 SHA256: a7f2258f25145ccd24987bd9e2a10d64e71b8ab32ef7443e62b89eef95b253fb SHA1: cc427debf26ae4e3872e251400497bd815337df6 MD5sum: 1d2720d0dbb5e5044174f61203839be8 Description: debug symbols for ros-kilted-diagnostic-msgs Build-Ids: 23c579b2005b6f179f4eaf4fe64950d735724993 28f6d6d9b5ecf19ced820a80a7037970bc98c27b 6822a8c7fe21f3cf716ec6d01bea4355f5e6244a 689ad0026ac57ad23cf0ed737aae838f279e39e0 79f757fb6939c4d9ed28f6640b2087b28f56a7f3 7c8a34849108d4c6fd5e564d6009231121d274cc 81da2c17d878c57f786467c1b53183d73ab4285f 91350322c89304404d949113c69f72d7f600b300 ba02c43bba36ce734b36b864f731acdd66080566 d1fab6ce43157d0d04ca305a43db0004dfb875e6 e4c179d4de19aaa5524592cccef76c3265aa5154 Package: ros-kilted-diagnostic-remote-logging Version: 4.3.6-1noble.20260519.082250 Architecture: arm64 Maintainer: Daan Wijffels Installed-Size: 833 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libcurl4t64 (>= 7.16.2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-diagnostic-remote-logging/ros-kilted-diagnostic-remote-logging_4.3.6-1noble.20260519.082250_arm64.deb Size: 134042 SHA256: e21a0af1c66b44552f7e90ef881a09a122e36b8b1951504e961a70d3077b1445 SHA1: 65f952f43caf55ee1bc7d898e37d16bb2a649fd2 MD5sum: e354f693d4b27d6cb18d3d84e8388ec4 Description: diagnostic_remote_logging Package: ros-kilted-diagnostic-remote-logging-dbgsym Package-Type: ddeb Source: ros-kilted-diagnostic-remote-logging Version: 4.3.6-1noble.20260519.082250 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daan Wijffels Installed-Size: 3341 Depends: ros-kilted-diagnostic-remote-logging (= 4.3.6-1noble.20260519.082250) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-diagnostic-remote-logging/ros-kilted-diagnostic-remote-logging-dbgsym_4.3.6-1noble.20260519.082250_arm64.deb Size: 2756828 SHA256: 7879e085e5b4a9c069331970e883def69fec90a7e54b67b9d238e9fb405927bc SHA1: f69e138b53862c25445475992608b9a629c3fd7e MD5sum: 8694543f3c6813fb875d3044d48c5ef2 Description: debug symbols for ros-kilted-diagnostic-remote-logging Build-Ids: 34bec38551f316a08aca7d2d9ad01f8115058ea7 78cd3130a8d82cd37d8bbb7ecec1ee3528107bd0 Package: ros-kilted-diagnostic-updater Version: 4.3.6-1noble.20260519.052132 Architecture: arm64 Maintainer: Austin Hendrix Installed-Size: 513 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-diagnostic-msgs, ros-kilted-rclcpp, ros-kilted-rclpy, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/diagnostic_updater Priority: optional Section: misc Filename: pool/main/r/ros-kilted-diagnostic-updater/ros-kilted-diagnostic-updater_4.3.6-1noble.20260519.052132_arm64.deb Size: 107088 SHA256: dad8577537b3bc62e9a2d1e13e6e07aa703762ed3f499ba367b5453be05bca2e SHA1: cc3132b45cf930e4c14f43975025aae681fb5dbd MD5sum: 266d198d1280ddf31868f21f0212aa04 Description: diagnostic_updater contains tools for easily updating diagnostics. it is commonly used in device drivers to keep track of the status of output topics, device status, etc. Package: ros-kilted-diagnostic-updater-dbgsym Package-Type: ddeb Source: ros-kilted-diagnostic-updater Version: 4.3.6-1noble.20260519.052132 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Austin Hendrix Installed-Size: 1732 Depends: ros-kilted-diagnostic-updater (= 4.3.6-1noble.20260519.052132) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-diagnostic-updater/ros-kilted-diagnostic-updater-dbgsym_4.3.6-1noble.20260519.052132_arm64.deb Size: 1560466 SHA256: f05cefd6e70e30f5cfcc33c530d846ce5c3e41e868f2a098ef4d1fe100b18b22 SHA1: 78909dc365c28d5a4dc0ca2783fb25ebc0467a13 MD5sum: ead2df9724017fa8bf8ac85225551fd6 Description: debug symbols for ros-kilted-diagnostic-updater Build-Ids: 8db6ac32f6a0fe4ca53fc22ddd6eaaffff49e171 e9e228e363736e686993be8469faa9dca9860906 Package: ros-kilted-diagnostics Version: 4.3.6-1noble.20260519.124418 Architecture: arm64 Maintainer: Austin Hendrix Installed-Size: 42 Depends: ros-kilted-diagnostic-aggregator, ros-kilted-diagnostic-common-diagnostics, ros-kilted-diagnostic-updater, ros-kilted-self-test, ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/diagnostics Priority: optional Section: misc Filename: pool/main/r/ros-kilted-diagnostics/ros-kilted-diagnostics_4.3.6-1noble.20260519.124418_arm64.deb Size: 5538 SHA256: c314e8a8c3c324b11286af10fbc83826899bc3cae90c0e80db61b3ba457cfe6e SHA1: 12c6c0cdc6603d602e459045e839f811f0a44960 MD5sum: 1a08ce0694e73bed755106c72b41f1a9 Description: diagnostics Package: ros-kilted-diff-drive-controller Version: 5.15.1-1noble.20260520.081716 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 926 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-backward-ros, ros-kilted-control-toolbox, ros-kilted-controller-interface, ros-kilted-geometry-msgs, ros-kilted-hardware-interface, ros-kilted-nav-msgs, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-rcpputils, ros-kilted-realtime-tools, ros-kilted-tf2, ros-kilted-tf2-msgs, ros-kilted-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-diff-drive-controller/ros-kilted-diff-drive-controller_5.15.1-1noble.20260520.081716_arm64.deb Size: 206172 SHA256: 917ca62158fb00e436bf20d515342453c44ba541b2ad1ea5a51e302d2b235cc1 SHA1: 8076fa5f9d33e34259c3097470fc902c9001c517 MD5sum: 8da7316480e7a97c0ce29c48bfb56f27 Description: Controller for a differential-drive mobile base. Package: ros-kilted-diff-drive-controller-dbgsym Package-Type: ddeb Source: ros-kilted-diff-drive-controller Version: 5.15.1-1noble.20260520.081716 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 3704 Depends: ros-kilted-diff-drive-controller (= 5.15.1-1noble.20260520.081716) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-diff-drive-controller/ros-kilted-diff-drive-controller-dbgsym_5.15.1-1noble.20260520.081716_arm64.deb Size: 3217104 SHA256: 1f0a44ac4e9195ca950de4e51dee3c8f109dfa92d091ee29d76592afc864337a SHA1: 154a5a782120d03f15e80beef5f82109e91418be MD5sum: 3c898ea4b000d3924e4e6b6e1d6f8043 Description: debug symbols for ros-kilted-diff-drive-controller Build-Ids: 455b618accc6705db7dd136a8f9e4616fd730d77 Package: ros-kilted-domain-bridge Version: 0.5.0-5noble.20260519.101411 Architecture: arm64 Maintainer: Jacob Perron Installed-Size: 1715 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libzstd1 (>= 1.5.5), ros-kilted-fastcdr, libyaml-cpp-dev, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rcutils, ros-kilted-rosbag2-cpp, ros-kilted-rosidl-default-runtime, ros-kilted-rosidl-typesupport-cpp, ros-kilted-zstd-vendor, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-domain-bridge/ros-kilted-domain-bridge_0.5.0-5noble.20260519.101411_arm64.deb Size: 195246 SHA256: d322853ecef524e48b83d88711606af9951224ebd11b4ca9593ec4191daeafd3 SHA1: 5e84878859c6a957eea52aff5eb08385846066cb MD5sum: 8f89467ec8db592cd5377fc7c07bf5a8 Description: ROS 2 Domain Bridge Package: ros-kilted-domain-bridge-dbgsym Package-Type: ddeb Source: ros-kilted-domain-bridge Version: 0.5.0-5noble.20260519.101411 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jacob Perron Installed-Size: 3924 Depends: ros-kilted-domain-bridge (= 0.5.0-5noble.20260519.101411) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-domain-bridge/ros-kilted-domain-bridge-dbgsym_0.5.0-5noble.20260519.101411_arm64.deb Size: 3378774 SHA256: 66c806c3263a87a59009536f2180c38777ed7538fbf813fc295f7514dac5275f SHA1: afdd5d0a863f40e8f96ef855c5b0f37f15f980e8 MD5sum: 1e2a9bf8816d9d765e291c8e088866a7 Description: debug symbols for ros-kilted-domain-bridge Build-Ids: 120ea4c0e99ba5068d66e45202e33201b6e3cb75 2894597c94befe71cc8486eafa678b394ad897db 31446b6a7386a36be475c6229dc2b35c39007905 340406556e31a3fc0eac0f1422e83937005dee17 34be02adacb3ec102b5716bb4d582f703487fdb8 523cfec1264ceaa92a504b5f4a1c561b4693c2b0 56fee69d40d1e9c4eaec70226202e7f90fb36379 628c95b614f505a630098bca9e395d27a349beba 6cff10b7d10a36f154f3ad72130d31df0066f71c 917e70df4fc37f81e94851f3f519cb18997e2be3 94dbabcea4994eb3d0a34830fcec118f79b0c436 c522fe298ea8e68a51f15adae847cb9f8fca1c7e d8619f70498eae6ed005e36e93d49c46f7226ba1 Package: ros-kilted-domain-coordinator Version: 0.14.7-1noble.20260410.171150 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 36 Depends: ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-domain-coordinator/ros-kilted-domain-coordinator_0.14.7-1noble.20260410.171150_arm64.deb Size: 6108 SHA256: 72adccb6e509fdcff3014de3dad23083d2888c3b27f8978cd9f60ec5deea7717 SHA1: 822b89448fe2bd9fe7600285e3e63d8c66219173 MD5sum: 78ec90ef04035bbf57266776659ed2ea Description: A tool to coordinate unique ROS_DOMAIN_IDs across multiple processes Package: ros-kilted-draco-point-cloud-transport Version: 5.0.5-2noble.20260519.085159 Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 673 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libdraco8 (>= 1.5.6+dfsg), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libdraco-dev, ros-kilted-pluginlib, ros-kilted-point-cloud-interfaces, ros-kilted-point-cloud-transport, ros-kilted-rclcpp, ros-kilted-rcpputils, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: https://wiki.ros.org/draco_point_cloud_transport Priority: optional Section: misc Filename: pool/main/r/ros-kilted-draco-point-cloud-transport/ros-kilted-draco-point-cloud-transport_5.0.5-2noble.20260519.085159_arm64.deb Size: 144082 SHA256: 3875a6a6ecaca473a5ff4b8116c047a7c94f2f728fe794b943a6908af078c274 SHA1: 94e38dca03cf59d42d7e893e5e916dc90c84aa56 MD5sum: 464de8b94d5243771c538a1662db6861 Description: draco_point_cloud_transport provides a plugin to point_cloud_transport for sending point clouds encoded with KD tree compression. Package: ros-kilted-draco-point-cloud-transport-dbgsym Package-Type: ddeb Source: ros-kilted-draco-point-cloud-transport Version: 5.0.5-2noble.20260519.085159 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 3703 Depends: ros-kilted-draco-point-cloud-transport (= 5.0.5-2noble.20260519.085159) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-draco-point-cloud-transport/ros-kilted-draco-point-cloud-transport-dbgsym_5.0.5-2noble.20260519.085159_arm64.deb Size: 3241512 SHA256: 219553edf15761973b3656b94574121eb4789168c1a411b8327f90ee36fb6019 SHA1: 64cd5ab931ca2d62676247c196815ba6744f82b2 MD5sum: 689f61d7a6516d88a68ff325c03100e7 Description: debug symbols for ros-kilted-draco-point-cloud-transport Build-Ids: f1ce2fbe073ea1ebb78ea16bb1a870edbe3f9a34 Package: ros-kilted-dual-arm-panda-moveit-config Version: 3.1.1-1noble.20260519.110220 Architecture: arm64 Maintainer: Mike Lautman Installed-Size: 122 Depends: ros-kilted-joint-state-publisher, ros-kilted-joint-state-publisher-gui, ros-kilted-moveit-resources-panda-description, ros-kilted-robot-state-publisher, ros-kilted-topic-tools, ros-kilted-xacro, ros-kilted-ros-workspace Homepage: http://moveit.ros.org/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dual-arm-panda-moveit-config/ros-kilted-dual-arm-panda-moveit-config_3.1.1-1noble.20260519.110220_arm64.deb Size: 15732 SHA256: 7893f357463bd8633532b149dfc3850d696c4aec55ece62438ca91bce1721ae6 SHA1: 29859cdf00a7e37ae948b40a789c8445a53fa491 MD5sum: b7ebf69c365ddb669e90749046f2e143 Description: Dual Franka Emika Panda MoveIt Configuration Package: ros-kilted-dual-laser-merger Version: 0.0.1-2noble.20260519.164637 Architecture: arm64 Maintainer: pradyum Installed-Size: 60969 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpcl-common1.14 (>= 1.14.0+dfsg), libpcl-kdtree1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), libpcl-dev, ros-kilted-geometry-msgs, ros-kilted-laser-geometry, ros-kilted-message-filters, ros-kilted-pcl-conversions, ros-kilted-pcl-ros, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-tf2, ros-kilted-tf2-ros, ros-kilted-tf2-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dual-laser-merger/ros-kilted-dual-laser-merger_0.0.1-2noble.20260519.164637_arm64.deb Size: 12268186 SHA256: cbaeb394a893c3175c0aa8ae353cdd9aa44e701df16587fc933236b976b28e5d SHA1: 7c1aa9a9af3823676da909118b6b8579074b0e5a MD5sum: 820373e8c62131d8b9061fdfe6a2ecf4 Description: merge dual lidar's scans. Package: ros-kilted-dual-laser-merger-dbgsym Package-Type: ddeb Source: ros-kilted-dual-laser-merger Version: 0.0.1-2noble.20260519.164637 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: pradyum Installed-Size: 5689 Depends: ros-kilted-dual-laser-merger (= 0.0.1-2noble.20260519.164637) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dual-laser-merger/ros-kilted-dual-laser-merger-dbgsym_0.0.1-2noble.20260519.164637_arm64.deb Size: 4983612 SHA256: 496edc4e2b39e0d96aedabd071be311528051c1353684ad5060c323af62859dd SHA1: bed13120e5739d0965203779efffac8f958abab8 MD5sum: fbda085e9a936168618009571d6e389c Description: debug symbols for ros-kilted-dual-laser-merger Build-Ids: 6be38d02f307f4b263db734cae74f9539817e40c cb8032ef7799bd750cf56248b95ca092d305c6e7 Package: ros-kilted-dummy-map-server Version: 0.36.5-1noble.20260519.082347 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 176 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-nav-msgs, ros-kilted-rclcpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dummy-map-server/ros-kilted-dummy-map-server_0.36.5-1noble.20260519.082347_arm64.deb Size: 45880 SHA256: 9bc60746b5dfd144202a9c89787caaab502c011a012660d037d1dd10fa9160f5 SHA1: ab85996af8d582b3fd25e8858d77983ac6629821 MD5sum: 052829efd4c53640436c7df0818d8ce1 Description: dummy map server node Package: ros-kilted-dummy-map-server-dbgsym Package-Type: ddeb Source: ros-kilted-dummy-map-server Version: 0.36.5-1noble.20260519.082347 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 798 Depends: ros-kilted-dummy-map-server (= 0.36.5-1noble.20260519.082347) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dummy-map-server/ros-kilted-dummy-map-server-dbgsym_0.36.5-1noble.20260519.082347_arm64.deb Size: 719586 SHA256: 194f9a0080b42c96f27f28544dc6a29e12c0cab271275d242ed85ac9801e452f SHA1: fa70e42b1516847402ceb27cd5d8a71785072696 MD5sum: bba022c32ed9801022e7f999bc3fff90 Description: debug symbols for ros-kilted-dummy-map-server Build-Ids: 0efc35667c5aa5e80fc08aa96b4fc754ca45a9ba Package: ros-kilted-dummy-robot-bringup Version: 0.36.5-1noble.20260519.093748 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 58 Depends: ros-kilted-ament-index-python, ros-kilted-dummy-map-server, ros-kilted-dummy-sensors, ros-kilted-launch, ros-kilted-launch-ros, ros-kilted-robot-state-publisher, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dummy-robot-bringup/ros-kilted-dummy-robot-bringup_0.36.5-1noble.20260519.093748_arm64.deb Size: 9452 SHA256: 572dc5062659c460de177067b9fc0016435954e3cb54edd233a940d9ca558870 SHA1: 83b1b357f13df7cf6d36efb91c30b8d67737468c MD5sum: 3ba548ee7a3c7bbfc79a3820d5ef9a17 Description: dummy robot bringup Package: ros-kilted-dummy-sensors Version: 0.36.5-1noble.20260519.093322 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 307 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-rclcpp, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dummy-sensors/ros-kilted-dummy-sensors_0.36.5-1noble.20260519.093322_arm64.deb Size: 62886 SHA256: 1986f9a0cdc07e207b336d92cf717a0e9ff15ba28f731ad14d1a51b8a1faac49 SHA1: 9e578940313c5badc53a87026b042bb4ff29dd87 MD5sum: 3fe659eadc59517e064f1966cf9fe099 Description: dummy sensor nodes Package: ros-kilted-dummy-sensors-dbgsym Package-Type: ddeb Source: ros-kilted-dummy-sensors Version: 0.36.5-1noble.20260519.093322 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 1565 Depends: ros-kilted-dummy-sensors (= 0.36.5-1noble.20260519.093322) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dummy-sensors/ros-kilted-dummy-sensors-dbgsym_0.36.5-1noble.20260519.093322_arm64.deb Size: 1409370 SHA256: aa1004531441cf2beb5d80cfc32e3e9d6ff71db78f01526827f00a08149822b0 SHA1: 7c0d5c1654dec8c2c5a32bdc129533b85d398341 MD5sum: 1a8d3cee2ea5bfe804aedf8c5cc64120 Description: debug symbols for ros-kilted-dummy-sensors Build-Ids: 683bd030b35ba736c9d2b465128655a52872c86d bdd7fcaf1f0a1d20f9a7b3b99304b68dabe20d7d Package: ros-kilted-dwb-core Version: 1.4.2-1noble.20260519.141834 Architecture: arm64 Maintainer: Carl Delsey Installed-Size: 757 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-builtin-interfaces, ros-kilted-dwb-msgs, ros-kilted-geometry-msgs, ros-kilted-nav-2d-msgs, ros-kilted-nav-2d-utils, ros-kilted-nav-msgs, ros-kilted-nav2-core, ros-kilted-nav2-costmap-2d, ros-kilted-nav2-util, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-sensor-msgs, ros-kilted-tf2-ros, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dwb-core/ros-kilted-dwb-core_1.4.2-1noble.20260519.141834_arm64.deb Size: 194468 SHA256: a6d0ea18ef5866f2b6d59cbd6d03cb5220a2014f80444f3bf4ac0be349501ec9 SHA1: e115659c40412404da79b00d8fa6de273b3907d5 MD5sum: d8ccee232edf248e48a0dc5db39653a0 Description: DWB core interfaces package Package: ros-kilted-dwb-core-dbgsym Package-Type: ddeb Source: ros-kilted-dwb-core Version: 1.4.2-1noble.20260519.141834 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Carl Delsey Installed-Size: 3481 Depends: ros-kilted-dwb-core (= 1.4.2-1noble.20260519.141834) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dwb-core/ros-kilted-dwb-core-dbgsym_1.4.2-1noble.20260519.141834_arm64.deb Size: 3133006 SHA256: e760e8b02866d58dabd00cba6e9883a161b3267ee9e0c3935c7231c0e3fbea17 SHA1: 2560679762d07f4be9f5d06363dc18a97c532b2e MD5sum: fc316b58d7d7add7ffa5bf6c78c5c1e2 Description: debug symbols for ros-kilted-dwb-core Build-Ids: 4865dbfc1d4af322d021f4e0063e31d2862bbe03 Package: ros-kilted-dwb-critics Version: 1.4.2-1noble.20260519.144148 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 320 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-angles, ros-kilted-costmap-queue, ros-kilted-dwb-core, ros-kilted-dwb-msgs, ros-kilted-geometry-msgs, ros-kilted-nav-2d-msgs, ros-kilted-nav-2d-utils, ros-kilted-nav2-costmap-2d, ros-kilted-nav2-util, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dwb-critics/ros-kilted-dwb-critics_1.4.2-1noble.20260519.144148_arm64.deb Size: 58134 SHA256: 399724fe3b53b9096bede6d06280283d42edb8377785fe26adad68de94386eca SHA1: 688e15938acded5a385a0f2895b8d734d7c02f7e MD5sum: 3b042193cb260de48a55b6a7fce602cf Description: The dwb_critics package Package: ros-kilted-dwb-critics-dbgsym Package-Type: ddeb Source: ros-kilted-dwb-critics Version: 1.4.2-1noble.20260519.144148 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 2479 Depends: ros-kilted-dwb-critics (= 1.4.2-1noble.20260519.144148) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dwb-critics/ros-kilted-dwb-critics-dbgsym_1.4.2-1noble.20260519.144148_arm64.deb Size: 2337204 SHA256: 6933693e5dd847f8be94c4311a8c6d3205161efcbc8f39d1d779e90b4925c65f SHA1: 4900195cb8af0851feddfa94254b8f8c581f29d9 MD5sum: 4d30d05a295cbdcea40a5e3781e3bf46 Description: debug symbols for ros-kilted-dwb-critics Build-Ids: 5456ed266b3116129659f10351ee068df7f4b8ef Package: ros-kilted-dwb-msgs Version: 1.4.2-1noble.20260519.034304 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 3409 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-nav-2d-msgs, ros-kilted-nav-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dwb-msgs/ros-kilted-dwb-msgs_1.4.2-1noble.20260519.034304_arm64.deb Size: 229188 SHA256: 2d98016703b34aab0cbc7669d61b20b7d85097fd7b7742c0862538c147d50215 SHA1: 35e391f310bf3d416089b0c98469cc07ef4d17f3 MD5sum: a61b236cf72d44ff370e54fcaa37ed71 Description: Message/Service definitions specifically for the dwb_core Package: ros-kilted-dwb-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-dwb-msgs Version: 1.4.2-1noble.20260519.034304 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 2772 Depends: ros-kilted-dwb-msgs (= 1.4.2-1noble.20260519.034304) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dwb-msgs/ros-kilted-dwb-msgs-dbgsym_1.4.2-1noble.20260519.034304_arm64.deb Size: 2190824 SHA256: c6793905057bcc627af3e870ac961322de69f118fe7f8d2f0bf6df52e8a05ef0 SHA1: 45e1708de1f2e2f7a339af7cca3a9e01b8352365 MD5sum: dbc256aa430250abd557f0d44c859056 Description: debug symbols for ros-kilted-dwb-msgs Build-Ids: 19abcc708cab24538dd073932aa28ef965dcc4c3 19ea668e3cc8aac14f67a08e9de674e2334a6ff7 36e9c3ea0dc4d7735b4c44af6cb9716e7c87baed 3c78ec6333f97a3b0483acf295aac7f38e815d10 428f7b3a7437860286553cc4ed44f89340723b86 60f69b2f16ac24d8e3548c26be12a6185a56267d 782d2f9680ee7e41a89bb3e42deddfa577904d16 af58e8e8406dd818ac62d0dbb428f52f7ea0bd96 b59a413dcfc8b7af302bf0d4b9b93f904c12dbb4 cc419aff22ddbe8da0f01192689c56a19925f1e3 fffb87806199d579b200e0961cce780a9c70681d Package: ros-kilted-dwb-plugins Version: 1.4.2-1noble.20260519.142327 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 228 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-dwb-core, ros-kilted-dwb-msgs, ros-kilted-geometry-msgs, ros-kilted-nav-2d-msgs, ros-kilted-nav-2d-utils, ros-kilted-nav2-util, ros-kilted-pluginlib, ros-kilted-rcl-interfaces, ros-kilted-rclcpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dwb-plugins/ros-kilted-dwb-plugins_1.4.2-1noble.20260519.142327_arm64.deb Size: 47300 SHA256: ca2f81fd3450cfa3600a4eeca0ce3cad2f079aaf1c6b941704da20a84e6567b9 SHA1: 04a2967c1842d97949dcf049b79d0da34805981e MD5sum: eed013c0c0340ee721d8d0035d9ed9bb Description: Standard implementations of the GoalChecker and TrajectoryGenerators for dwb_core Package: ros-kilted-dwb-plugins-dbgsym Package-Type: ddeb Source: ros-kilted-dwb-plugins Version: 1.4.2-1noble.20260519.142327 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 1022 Depends: ros-kilted-dwb-plugins (= 1.4.2-1noble.20260519.142327) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dwb-plugins/ros-kilted-dwb-plugins-dbgsym_1.4.2-1noble.20260519.142327_arm64.deb Size: 952276 SHA256: af85b1550a86b8edaffe8e78db6d94743fe5f67eb078488089797bf186f046a1 SHA1: 2bdf8deaddb0cc02540cf420ea82f7efb78cbede MD5sum: dbc68749f6501fbcdff9149535518dee Description: debug symbols for ros-kilted-dwb-plugins Build-Ids: 93c0dfe606df762d75d995cc5bbaf470a2d7a7a9 Package: ros-kilted-dynamixel-hardware Version: 0.6.0-2noble.20260520.081335 Architecture: arm64 Maintainer: Yutaka Kondo Installed-Size: 200 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-dynamixel-workbench-toolbox, ros-kilted-hardware-interface, ros-kilted-lifecycle-msgs, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dynamixel-hardware/ros-kilted-dynamixel-hardware_0.6.0-2noble.20260520.081335_arm64.deb Size: 41958 SHA256: b8bdddca2062ddbb854efc843aeb333e8e4b2a167f4d42e3542328941a07c61b SHA1: a1a099dea4a5920437cbb07f2a444d57c4c67997 MD5sum: 601950cd469983720885149f9ad6cf9c Description: ros2_control hardware for ROBOTIS Dynamixel Package: ros-kilted-dynamixel-hardware-dbgsym Package-Type: ddeb Source: ros-kilted-dynamixel-hardware Version: 0.6.0-2noble.20260520.081335 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Yutaka Kondo Installed-Size: 752 Depends: ros-kilted-dynamixel-hardware (= 0.6.0-2noble.20260520.081335) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dynamixel-hardware/ros-kilted-dynamixel-hardware-dbgsym_0.6.0-2noble.20260520.081335_arm64.deb Size: 713668 SHA256: 554d46fc869d837de141f27a8c5d04b982db8fa89de58c2e33a6da9961deaaef SHA1: 0ca7aeddf2b67ecb2e1d0dde10262c965e59cc32 MD5sum: 84901e9ed55b271476fc100e8672482f Description: debug symbols for ros-kilted-dynamixel-hardware Build-Ids: bf2bd12f4dfe56a9c99ec5e2958946607c488920 Package: ros-kilted-dynamixel-hardware-interface Version: 1.5.1-1noble.20260520.081353 Architecture: arm64 Maintainer: Pyo Installed-Size: 1273 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-dynamixel-interfaces, ros-kilted-dynamixel-sdk, ros-kilted-hardware-interface, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-realtime-tools, ros-kilted-std-srvs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dynamixel-hardware-interface/ros-kilted-dynamixel-hardware-interface_1.5.1-1noble.20260520.081353_arm64.deb Size: 266158 SHA256: 96b53831555464f2dba83b0ed9bb3118b9cfa68311e1fa9a5dffe35825c41239 SHA1: f2fc8265b5f6bbb0ea7c7dc20bb55fe4fe159904 MD5sum: 3786cbf34aba184589d3c4b33fa0e294 Description: ROS 2 package providing a hardware interface for controlling Dynamixel motors via the ROS 2 control framework. Package: ros-kilted-dynamixel-hardware-interface-dbgsym Package-Type: ddeb Source: ros-kilted-dynamixel-hardware-interface Version: 1.5.1-1noble.20260520.081353 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 3775 Depends: ros-kilted-dynamixel-hardware-interface (= 1.5.1-1noble.20260520.081353) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dynamixel-hardware-interface/ros-kilted-dynamixel-hardware-interface-dbgsym_1.5.1-1noble.20260520.081353_arm64.deb Size: 3467452 SHA256: 7318cb067799b61a62c4832c9f20c8375bd6a6604a6babefeb0c5f82c1c48c4b SHA1: 4e39c3702c6b8ea7bdc0ad46ef9c566c9869a0c8 MD5sum: 0eb1151640e61314845f693a66c71b4c Description: debug symbols for ros-kilted-dynamixel-hardware-interface Build-Ids: 3d5ec11e9e3c95b2e0906222f00005003890a755 Package: ros-kilted-dynamixel-interfaces Version: 1.0.1-2noble.20260519.024754 Architecture: arm64 Maintainer: Pyo Installed-Size: 2129 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-action-msgs, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dynamixel-interfaces/ros-kilted-dynamixel-interfaces_1.0.1-2noble.20260519.024754_arm64.deb Size: 140166 SHA256: d64aa78f4195900bcfc574d7f797530e9c4ad362a6bcc13007d9f40e4bf2867c SHA1: c3350f06b23f14e59be27dde3443ddb4b9ec3f12 MD5sum: 51a675557b8f6b39c0cc42423a58869b Description: dynamixel_interfaces contains base messages and service useful for controlling Dynamixel. Package: ros-kilted-dynamixel-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-dynamixel-interfaces Version: 1.0.1-2noble.20260519.024754 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 1346 Depends: ros-kilted-dynamixel-interfaces (= 1.0.1-2noble.20260519.024754) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dynamixel-interfaces/ros-kilted-dynamixel-interfaces-dbgsym_1.0.1-2noble.20260519.024754_arm64.deb Size: 999278 SHA256: b021f914f3b62f0a957a6047401f6f2c5ce9bfb3880531584ecce2485eb66d40 SHA1: 487a7c36d35bd4a8b03a1c910b9e891b704bb3bd MD5sum: 6b0188547a632d973ccd3177994e2049 Description: debug symbols for ros-kilted-dynamixel-interfaces Build-Ids: 14b3f02162ff929bf1044f16c206ef4e5b429c7d 23a331bb82fd0de38071357cced0e9ffdfc26b2b 278066b17e5e965ef40a181779368f225f4dd7f9 6813c4e2032fc400b153c8b69b439b600e1b4f33 75c5cb0ec39ef08c4fe932607800a467c0baf8c4 7f6fbdb09547ffff7695d01b9e7edf8d64be41c0 8622107e04fcb66422e5ad93aa9b99bfd5f9a566 a319dfb5b560fad8c7fde19483193a83aa3f2065 a90261bf584b7c5d227fe79403b4fc7f9713f148 aa9bf223d109d31f64113c62f8b07848f7def041 c732b59cfcd1d6d24521fb030d8885b97fc9a794 Package: ros-kilted-dynamixel-sdk Version: 4.0.3-1noble.20260410.143737 Architecture: arm64 Maintainer: Pyo Installed-Size: 917 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-ros-workspace Homepage: http://wiki.ros.org/dynamixel_sdk Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dynamixel-sdk/ros-kilted-dynamixel-sdk_4.0.3-1noble.20260410.143737_arm64.deb Size: 112242 SHA256: 05a05a6f6f0a5765e8652fb2c205d3defa0d984e361b666ee6d45c9ae9b1f453 SHA1: d8041bad9791aea7c4a0733d996732c995d7b3a0 MD5sum: d9cd06c58b8d0f5ebcf7b2cf556f5699 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-kilted-dynamixel-sdk-custom-interfaces Version: 4.0.3-1noble.20260519.021331 Architecture: arm64 Maintainer: Pyo Installed-Size: 1317 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/dynamixel_sdk Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dynamixel-sdk-custom-interfaces/ros-kilted-dynamixel-sdk-custom-interfaces_4.0.3-1noble.20260519.021331_arm64.deb Size: 73116 SHA256: 66d564f19e99e20cd3bc2ab4ab2aa1d51635915f7903c451fffe675cbaa7e712 SHA1: c15181d391d7a4b0d620b44636819f8d5e7725ab MD5sum: 5cd3e3e05a947a64f4a7ba237a1c56ae Description: ROS 2 custom interface examples using ROBOTIS DYNAMIXEL SDK Package: ros-kilted-dynamixel-sdk-custom-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-dynamixel-sdk-custom-interfaces Version: 4.0.3-1noble.20260519.021331 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 576 Depends: ros-kilted-dynamixel-sdk-custom-interfaces (= 4.0.3-1noble.20260519.021331) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dynamixel-sdk-custom-interfaces/ros-kilted-dynamixel-sdk-custom-interfaces-dbgsym_4.0.3-1noble.20260519.021331_arm64.deb Size: 388982 SHA256: a69db0d412c4077a6ba6b4dcafb1ceb32f8caecd278ea5caa1c21db9abc7f15b SHA1: a1d1ddf5bdc7844982969183a2c0c8f5cff6355a MD5sum: 7bf6a0f8bef9a790427bd9e50a51e27c Description: debug symbols for ros-kilted-dynamixel-sdk-custom-interfaces Build-Ids: 0749ea48a48539b429bff9462b8751da5d658c4b 1fb30507710e7b9d4c898782d352e76cc6d844e3 3e724a3217846a7758d878fcec55fa6d2b026e00 496934ba6994575f18ee132e87f0f938a9f99a50 4f14e0bafcbc5aeec8ebab13bc8f7debabc277a4 779fe6d43f71e477b72e4bad465b4d1c4cd4bf50 8d8a1d2deda1ded758debac37431556580698f5c 94b914c2fb1bf7f7d8b4f62cc8402a34b92a1f4c a0015ebc2e12fd546e5a2ad7631bafd15fd24225 a7fec3fc184e138f2e5413b327811798003b2d80 be94ac71807cdb27dc0764ee4055e85e3768df72 Package: ros-kilted-dynamixel-sdk-dbgsym Package-Type: ddeb Source: ros-kilted-dynamixel-sdk Version: 4.0.3-1noble.20260410.143737 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 864 Depends: ros-kilted-dynamixel-sdk (= 4.0.3-1noble.20260410.143737) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dynamixel-sdk/ros-kilted-dynamixel-sdk-dbgsym_4.0.3-1noble.20260410.143737_arm64.deb Size: 782272 SHA256: 2105219403cb4f74434846ab318c8581cfb525d046bd2f76ec2f0958631fdc0a SHA1: 0039c4f493cb752cb0bbb7c37696e4785ddf6389 MD5sum: 81f3dd02e5036fe97956f9ebd8062ae1 Description: debug symbols for ros-kilted-dynamixel-sdk Build-Ids: 173ffd5f311c262010663c5de37c17039350a212 Package: ros-kilted-dynamixel-sdk-examples Version: 4.0.3-1noble.20260519.045905 Architecture: arm64 Maintainer: Pyo Installed-Size: 500 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-dynamixel-sdk, ros-kilted-dynamixel-sdk-custom-interfaces, ros-kilted-rclcpp, ros-kilted-rclpy, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/dynamixel_sdk Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dynamixel-sdk-examples/ros-kilted-dynamixel-sdk-examples_4.0.3-1noble.20260519.045905_arm64.deb Size: 103474 SHA256: 5ac9efbbb7167c571b634085ddd5a6f7c6e81e6aeb97ead5a840e73d01e98528 SHA1: c078e7df3439a58023a427497bd4e7bf888af56d MD5sum: ae93e0e49b26ebd997b66e81b33098d3 Description: ROS 2 examples using ROBOTIS DYNAMIXEL SDK Package: ros-kilted-dynamixel-sdk-examples-dbgsym Package-Type: ddeb Source: ros-kilted-dynamixel-sdk-examples Version: 4.0.3-1noble.20260519.045905 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 2191 Depends: ros-kilted-dynamixel-sdk-examples (= 4.0.3-1noble.20260519.045905) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dynamixel-sdk-examples/ros-kilted-dynamixel-sdk-examples-dbgsym_4.0.3-1noble.20260519.045905_arm64.deb Size: 1825212 SHA256: 9aaa6c6256eb3c9061ba8934d8e4272d34ecf1a2454ca5854fae0c44bc1a9396 SHA1: 786e695c67844a34236cd80c33e205bed2fa6876 MD5sum: 4fade7ad16f8b6a226f1422d123d7e3c Description: debug symbols for ros-kilted-dynamixel-sdk-examples Build-Ids: 01fc5ff09ce970ae94f57bdc29efd3ed5d40f715 Package: ros-kilted-dynamixel-workbench Version: 2.2.4-2noble.20260519.160326 Architecture: arm64 Maintainer: Pyo Installed-Size: 42 Depends: ros-kilted-dynamixel-workbench-toolbox, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/dynamixel_workbench Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dynamixel-workbench/ros-kilted-dynamixel-workbench_2.2.4-2noble.20260519.160326_arm64.deb Size: 5952 SHA256: 97c2a880cca5117b09b8ef2ba7a20846ee44a6c4f313697fd63c7abc39d304bd SHA1: a2c9541247e9d597b7ec7fb453ef3d169dd22239 MD5sum: 89873d4517b4cff82ac89813189c5a33 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-kilted-dynamixel-workbench-msgs Version: 2.1.0-2noble.20260519.022612 Architecture: arm64 Maintainer: Pyo Installed-Size: 6825 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/dynamixel_workbench_msgs Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dynamixel-workbench-msgs/ros-kilted-dynamixel-workbench-msgs_2.1.0-2noble.20260519.022612_arm64.deb Size: 302300 SHA256: c408a98c22a458e0f336ba30f287bb60b1c029462b8c35275cafd6e8ea04e0fb SHA1: 21fd5e9bae47350b56fd39aa7050cca6c4fb3a2c MD5sum: d07297d643e26d5f0af5ae58bcd46de5 Description: This package includes ROS messages and services for dynamixel_workbench packages Package: ros-kilted-dynamixel-workbench-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-dynamixel-workbench-msgs Version: 2.1.0-2noble.20260519.022612 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 3207 Depends: ros-kilted-dynamixel-workbench-msgs (= 2.1.0-2noble.20260519.022612) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dynamixel-workbench-msgs/ros-kilted-dynamixel-workbench-msgs-dbgsym_2.1.0-2noble.20260519.022612_arm64.deb Size: 2445294 SHA256: 513f50cee51333d2a49af08874dd41f297fda67215b4ca46e4558711c6aa1888 SHA1: b744e41892965eafbfccb72c1bce3bec53577a73 MD5sum: a64568d1673efc5a9ddc6e48704b8f85 Description: debug symbols for ros-kilted-dynamixel-workbench-msgs Build-Ids: 262ac326f07e909983e559b21f510254ff762176 39611362bcf5fb729fa39f745a6c137aeaf182f5 61e39c18e8f05eeb38dc12afa1e22dea166ceaed 8a8cacdbd62b4ac2050d41a2237772093c0eda36 8f882b00439632975e6301b96167902e9e744517 9c7d5aa787740ae41daf4bb5bbf597ca7be9c739 c3a0b32a4f161fa4ac666ea63e35e0da02bdc2ca d73b740baa859d5a0c194d446a612665bcea8bcf dd20c8725090b6387bc4582316ec292b0e9203c2 e9242018e86b111d793e97109ebbd5cb3b012b27 f65f16819d7d94540e622025c55db66b04a3de94 Package: ros-kilted-dynamixel-workbench-toolbox Version: 2.2.4-2noble.20260519.113826 Architecture: arm64 Maintainer: Pyo Installed-Size: 210 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5), ros-kilted-dynamixel-sdk, ros-kilted-rclcpp, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/dynamixel_workbench_toolbox Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dynamixel-workbench-toolbox/ros-kilted-dynamixel-workbench-toolbox_2.2.4-2noble.20260519.113826_arm64.deb Size: 37654 SHA256: 705b9e64eb655fc9e0c3f2b903a7539f11b26c2ed15b7e7e9697dda24a0fd858 SHA1: 77c58289ba3a545e772d620851e6bbd4d6dae72e MD5sum: 113740222a384360cdf254ad59d9cf42 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-kilted-dynamixel-workbench-toolbox-dbgsym Package-Type: ddeb Source: ros-kilted-dynamixel-workbench-toolbox Version: 2.2.4-2noble.20260519.113826 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 136 Depends: ros-kilted-dynamixel-workbench-toolbox (= 2.2.4-2noble.20260519.113826) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dynamixel-workbench-toolbox/ros-kilted-dynamixel-workbench-toolbox-dbgsym_2.2.4-2noble.20260519.113826_arm64.deb Size: 100060 SHA256: 018254fa9572fe7cce0cb8c670d872b1c847d0f996fa0ac0ea350ffe9450d391 SHA1: 46a28e9c94ec6298c062b2dbd62dd44197ece8c8 MD5sum: 8e82a87bf9fe46a61895328cd52f7507 Description: debug symbols for ros-kilted-dynamixel-workbench-toolbox Build-Ids: 13f15c1fe0f9b8e0d97c91dbddbcc49b5415aa7f Package: ros-kilted-easynav Version: 0.3.2-1noble.20260519.182609 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 46 Depends: ros-kilted-easynav-common, ros-kilted-easynav-controller, ros-kilted-easynav-core, ros-kilted-easynav-interfaces, ros-kilted-easynav-localizer, ros-kilted-easynav-maps-manager, ros-kilted-easynav-planner, ros-kilted-easynav-sensors, ros-kilted-easynav-support-py, ros-kilted-easynav-system, ros-kilted-easynav-tools, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav/ros-kilted-easynav_0.3.2-1noble.20260519.182609_arm64.deb Size: 6482 SHA256: 7631ac333751bf25204921920ff7f1b707299a4f747c9c48f56afa161fbe4d20 SHA1: 43e9ec2fb4be5f9d2d4a6dbb76c96ff66e65e3c8 MD5sum: e4713d7c6320efbdf5e6ba504733d4c5 Description: Easy Navigation:Mata package for installing all EasyNav. Package: ros-kilted-easynav-bonxai-maps-manager Version: 0.3.1-1noble.20260519.173214 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 1115 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgraphicsmagick++-q16-12t64 (>= 1.3.26-5~), libpcl-common1.14 (>= 1.14.0+dfsg), libpcl-io1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), graphicsmagick-libmagick-dev-compat, libgraphicsmagick++1-dev, ros-kilted-ament-index-cpp, ros-kilted-easynav-common, ros-kilted-easynav-core, ros-kilted-nav-msgs, ros-kilted-pcl-conversions, ros-kilted-pcl-ros, ros-kilted-pluginlib, ros-kilted-sensor-msgs, ros-kilted-std-srvs, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-yaets, ros-kilted-yaml-cpp-vendor, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-bonxai-maps-manager/ros-kilted-easynav-bonxai-maps-manager_0.3.1-1noble.20260519.173214_arm64.deb Size: 234358 SHA256: 1a543c128e51a12d96117c6bcb49dfb8037664e1054a1f6be3b2bca11a759424 SHA1: dcf522d1ccfe6fb114521ac8cc5b8294f14b823e MD5sum: 4cfe5ef523b04b3c8b48ce391ab7a194 Description: Easy Navigation: Simple MapsManager package. Package: ros-kilted-easynav-bonxai-maps-manager-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-bonxai-maps-manager Version: 0.3.1-1noble.20260519.173214 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 5873 Depends: ros-kilted-easynav-bonxai-maps-manager (= 0.3.1-1noble.20260519.173214) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-bonxai-maps-manager/ros-kilted-easynav-bonxai-maps-manager-dbgsym_0.3.1-1noble.20260519.173214_arm64.deb Size: 5198282 SHA256: 20bb97bde7f8f013625a50a33ed4ce4746aa5c59a929db4417e2e3f137f583e0 SHA1: bae69d1d242df3e217cdcbd2c62f5745382375b0 MD5sum: 8101da362bc01462aae9b7f0ef358bd8 Description: debug symbols for ros-kilted-easynav-bonxai-maps-manager Build-Ids: 0685213e8a4b815b71e2ab4bfb66ac29808e2611 9a0970a96ff298f84e55137c9b3c12ae20af58bc Package: ros-kilted-easynav-common Version: 0.3.2-1noble.20260519.170116 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 1881 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libpcl-common1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), ros-kilted-cv-bridge, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-pcl-conversions, ros-kilted-pcl-ros, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-sensor-msgs, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-vision-msgs, ros-kilted-yaets, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-common/ros-kilted-easynav-common_0.3.2-1noble.20260519.170116_arm64.deb Size: 280730 SHA256: ed1bb257f356929b138c67229d99a16c0e2151e5036b66530fd4de585d227698 SHA1: 3e678788d1201b37727014c99965d48c9b1c4762 MD5sum: 66fef9c3229897f44062e5fda642dde8 Description: Easy Navigation: Utils and types package. Package: ros-kilted-easynav-common-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-common Version: 0.3.2-1noble.20260519.170116 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 9257 Depends: ros-kilted-easynav-common (= 0.3.2-1noble.20260519.170116) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-common/ros-kilted-easynav-common-dbgsym_0.3.2-1noble.20260519.170116_arm64.deb Size: 7557140 SHA256: f76b540cb2c6d6c2de18c9a421003bde6ed32d49b3cb18af79635241d9b2e313 SHA1: 5cb9a373bfdbf3cd5e016cb589fff784316ead95 MD5sum: 22937b60c4ffb3c5abb289f3846721fd Description: debug symbols for ros-kilted-easynav-common Build-Ids: 8184c1d287537ee2bb3ede088aca43d4306755a7 Package: ros-kilted-easynav-controller Version: 0.3.2-1noble.20260519.175749 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 478 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-easynav-common, ros-kilted-easynav-core, ros-kilted-geometry-msgs, ros-kilted-lifecycle-msgs, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-controller/ros-kilted-easynav-controller_0.3.2-1noble.20260519.175749_arm64.deb Size: 118826 SHA256: a5c2977032249b2d679e0172b7d8bd45dac2ce5c09c4f4055cf3d952639c2911 SHA1: 516e1179396a73e0e9b4e349501ed3928e907c27 MD5sum: 0d16f2936e74f89beb4ae0753ccf9617 Description: Easy Navigation: Controller package. Package: ros-kilted-easynav-controller-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-controller Version: 0.3.2-1noble.20260519.175749 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 1996 Depends: ros-kilted-easynav-controller (= 0.3.2-1noble.20260519.175749) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-controller/ros-kilted-easynav-controller-dbgsym_0.3.2-1noble.20260519.175749_arm64.deb Size: 1834378 SHA256: eecb7cb51e5d01231d6cdc19ec9c298cc7965d134db4d97f70bba6a78c479343 SHA1: fb453fbe90a8f9436ef6a553e8edfda0a342b00f MD5sum: e3057df78746da989e3d277bf0d93cfb Description: debug symbols for ros-kilted-easynav-controller Build-Ids: 12fc842fdb2d9f6b65e7e6ef15b22018b81f0136 c85bc803ce63ac57533581e3323f058656ed6710 Package: ros-kilted-easynav-core Version: 0.3.2-1noble.20260519.172017 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 347 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-easynav-common, ros-kilted-pcl-ros, ros-kilted-rclcpp-lifecycle, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-core/ros-kilted-easynav-core_0.3.2-1noble.20260519.172017_arm64.deb Size: 77430 SHA256: 8b17b740358b7031dcbdac5166eaa3981a8a5b1b9c0a2f01f65936d7ae6af60e SHA1: b40c7b6806e454156fb04803a72e8a0ef6ee16f6 MD5sum: c8b33227b4cc1caf0e41f6b18cf80e1b Description: Easy Navigation: Abstract interfaces for easynav plugins. Package: ros-kilted-easynav-core-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-core Version: 0.3.2-1noble.20260519.172017 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 1889 Depends: ros-kilted-easynav-core (= 0.3.2-1noble.20260519.172017) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-core/ros-kilted-easynav-core-dbgsym_0.3.2-1noble.20260519.172017_arm64.deb Size: 1754574 SHA256: 153599173f0c87c7dc7548b67db036d123ef08d6804e788b044fdb064adacc7a SHA1: 3a680e4c599537909bea545b050778c2c155287c MD5sum: f41d5cd8195f38621b817afe2aa08411 Description: debug symbols for ros-kilted-easynav-core Build-Ids: fdda5e81fb3adc5fd5c969c2352eaea7455b83d7 Package: ros-kilted-easynav-costmap-common Version: 0.3.1-1noble.20260519.171824 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 169 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5), ros-kilted-ament-index-cpp, ros-kilted-easynav-common, ros-kilted-nav-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-costmap-common/ros-kilted-easynav-costmap-common_0.3.1-1noble.20260519.171824_arm64.deb Size: 26276 SHA256: a606d16a77d0fddf3f6e998aec0cf69307e28894f86f010c8eac509852e3c40a SHA1: 9976dfc8196c1a0a997a5e7f32e4816fa1beed22 MD5sum: ea01c27d02df463dd8b4702774df1b5b Description: Easy Navigation: Simple Common package. Package: ros-kilted-easynav-costmap-common-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-costmap-common Version: 0.3.1-1noble.20260519.171824 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 95 Depends: ros-kilted-easynav-costmap-common (= 0.3.1-1noble.20260519.171824) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-costmap-common/ros-kilted-easynav-costmap-common-dbgsym_0.3.1-1noble.20260519.171824_arm64.deb Size: 76564 SHA256: 6abdf6828d277969f454037fcd7edbfca0794deab120a4a139519a65c0b67084 SHA1: 5b99b773752af431cd9c7a0eb5236dbd167afbd0 MD5sum: af8966d203df984d65c00b090ef03800 Description: debug symbols for ros-kilted-easynav-costmap-common Build-Ids: c81da95f1503905bd8f166c4694b50b09a357817 Package: ros-kilted-easynav-costmap-maps-manager Version: 0.3.1-1noble.20260519.173236 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 1006 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 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), graphicsmagick-libmagick-dev-compat, libgraphicsmagick++1-dev, ros-kilted-ament-index-cpp, ros-kilted-easynav-common, ros-kilted-easynav-core, ros-kilted-easynav-costmap-common, ros-kilted-nav-msgs, ros-kilted-pluginlib, ros-kilted-std-srvs, ros-kilted-tf2-ros, ros-kilted-yaets, ros-kilted-yaml-cpp-vendor, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-costmap-maps-manager/ros-kilted-easynav-costmap-maps-manager_0.3.1-1noble.20260519.173236_arm64.deb Size: 253738 SHA256: 2bdf95e3d84d42e47bf0dd077d0d9877c778a1debafd4580fe3fb7873966aeff SHA1: 92ae4d9cd94c74e4b619b4b5558c53c2f2f59fad MD5sum: 9442a0b2b452134b43954aad0688b26d Description: Easy Navigation: Simple MapsManager package. Package: ros-kilted-easynav-costmap-maps-manager-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-costmap-maps-manager Version: 0.3.1-1noble.20260519.173236 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 5742 Depends: ros-kilted-easynav-costmap-maps-manager (= 0.3.1-1noble.20260519.173236) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-costmap-maps-manager/ros-kilted-easynav-costmap-maps-manager-dbgsym_0.3.1-1noble.20260519.173236_arm64.deb Size: 5191962 SHA256: 172fdc5f6390477e601071cf4a04ca91aeece8bac3adc346e8410f775dc7d97d SHA1: a08806650b948d25e1db1b22ebb940438693cac4 MD5sum: c7888bb90e878853e3ac8b5d00f90a79 Description: debug symbols for ros-kilted-easynav-costmap-maps-manager Build-Ids: b37ce3e9018b0f3721a5c1868cb5a7d68ca3df37 Package: ros-kilted-easynav-costmap-planner Version: 0.3.1-1noble.20260519.175523 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 336 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-easynav-common, ros-kilted-easynav-core, ros-kilted-easynav-costmap-common, ros-kilted-nav-msgs, ros-kilted-pluginlib, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-costmap-planner/ros-kilted-easynav-costmap-planner_0.3.1-1noble.20260519.175523_arm64.deb Size: 78454 SHA256: 5b56aab6b3edf16734a589158aaf7713c2467ccd937022f5be69d4fa45e37b1e SHA1: dd764bdf3098226767cef0386d12de4854240449 MD5sum: 268f93af28396f57431efbb742f68528 Description: Easy Navigation: Costmap planner package. Package: ros-kilted-easynav-costmap-planner-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-costmap-planner Version: 0.3.1-1noble.20260519.175523 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 1316 Depends: ros-kilted-easynav-costmap-planner (= 0.3.1-1noble.20260519.175523) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-costmap-planner/ros-kilted-easynav-costmap-planner-dbgsym_0.3.1-1noble.20260519.175523_arm64.deb Size: 1184806 SHA256: 30e78e672a3b2365e394578188cf53462d8275ada16add7ef0316d5b8594a29c SHA1: fde4f0b80ec5ae0f63aeea5aebaf76d559d6187d MD5sum: 420f42249c76eb4928aad65e2a434378 Description: debug symbols for ros-kilted-easynav-costmap-planner Build-Ids: 3c863fe0679d156c2410bbf5467b9d85a2aa79bc Package: ros-kilted-easynav-fusion-localizer Version: 0.3.1-1noble.20260519.175344 Architecture: arm64 Maintainer: Miguel Ángel de Miguel Installed-Size: 2531 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgeographiclib26 (>= 1.40), libgomp1 (>= 4.9), libstdc++6 (>= 13.1), libgeographiclib-dev, ros-kilted-angles, ros-kilted-easynav-common, ros-kilted-easynav-core, ros-kilted-easynav-localizer, ros-kilted-geographic-msgs, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-robot-localization, ros-kilted-std-srvs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-fusion-localizer/ros-kilted-easynav-fusion-localizer_0.3.1-1noble.20260519.175344_arm64.deb Size: 376054 SHA256: bf5037317cf3ec79adb79d7af33c2bbde12385a1c6ae66c3328f7a608d768a7e SHA1: ef072a0f41fbf9d24d0423372e7015769db17abc MD5sum: e3982634ca78f6cd2c94b7fba69a8426 Description: Easy Navigation: Fusion Localizer package. Package: ros-kilted-easynav-fusion-localizer-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-fusion-localizer Version: 0.3.1-1noble.20260519.175344 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Miguel Ángel de Miguel Installed-Size: 10939 Depends: ros-kilted-easynav-fusion-localizer (= 0.3.1-1noble.20260519.175344) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-fusion-localizer/ros-kilted-easynav-fusion-localizer-dbgsym_0.3.1-1noble.20260519.175344_arm64.deb Size: 9210140 SHA256: 19d7c607e22f1874fb9bf98a9b62bd7a0933c253368a5b152440b1087881167c SHA1: ad8d4c7b5107cb5e1c18baebe7884b6998c90746 MD5sum: 103be51ca8b0a51effba3d0392f882bb Description: debug symbols for ros-kilted-easynav-fusion-localizer Build-Ids: 1567c46afa8ae0182883233e7d965b43aeb8d73d Package: ros-kilted-easynav-gps-localizer Version: 0.3.1-1noble.20260519.174728 Architecture: arm64 Maintainer: Jose Miguel Guerrero Hernandez Installed-Size: 912 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgeographiclib26 (>= 1.40), libstdc++6 (>= 13.1), libgeographiclib-dev, ros-kilted-easynav-common, ros-kilted-easynav-core, ros-kilted-geographic-msgs, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-gps-localizer/ros-kilted-easynav-gps-localizer_0.3.1-1noble.20260519.174728_arm64.deb Size: 150854 SHA256: c6adf3a17740f8ae89d9e5611fa41d227ea627f673bcdb235ce997fb5226d2ce SHA1: 74d77a16934791e7624f88fe7d6b1bffadbbed71 MD5sum: 28907bf09d17a1e81cf6752d9cc82b18 Description: Easy Navigation: GPS Localizer package. Package: ros-kilted-easynav-gps-localizer-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-gps-localizer Version: 0.3.1-1noble.20260519.174728 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose Miguel Guerrero Hernandez Installed-Size: 3788 Depends: ros-kilted-easynav-gps-localizer (= 0.3.1-1noble.20260519.174728) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-gps-localizer/ros-kilted-easynav-gps-localizer-dbgsym_0.3.1-1noble.20260519.174728_arm64.deb Size: 3133782 SHA256: 632823b121f2b936eee4d02f4ae9b251efde7e84153e59a4d8205d85c55f8df2 SHA1: e4fde687b0268b97ce3e54c00770ccddeb417c3e MD5sum: 8876d403c82cbf8d90a58c78c2b68858 Description: debug symbols for ros-kilted-easynav-gps-localizer Build-Ids: dab70a54cbe8d3fa6a5a6319746e1827886113e0 Package: ros-kilted-easynav-interfaces Version: 0.3.2-1noble.20260519.030654 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 1224 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-interfaces/ros-kilted-easynav-interfaces_0.3.2-1noble.20260519.030654_arm64.deb Size: 68342 SHA256: 96d2555902f681268ce64202e6364afd2bc08f7490d04e8038f0f23f2a76008a SHA1: fdb3732a693856de87746cee4a31c2d9008abf23 MD5sum: 7cb2d922349310c49dfee39b59646708 Description: Easy Navigation: Message, Service, and Action definitions. Package: ros-kilted-easynav-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-interfaces Version: 0.3.2-1noble.20260519.030654 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 490 Depends: ros-kilted-easynav-interfaces (= 0.3.2-1noble.20260519.030654) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-interfaces/ros-kilted-easynav-interfaces-dbgsym_0.3.2-1noble.20260519.030654_arm64.deb Size: 344852 SHA256: eac721b1c5e786e9bcf6ef3a1730c996f000f4ee62d5b2963822ccfb726424d1 SHA1: 6a33d66d3a55256950d098b4c1b931d430449728 MD5sum: bba067ce75c6c93291a146494e2fa368 Description: debug symbols for ros-kilted-easynav-interfaces Build-Ids: 066fc188b4f9414ef8a61257154019a4a64a0a71 332fb9aa1afea66c91687c0ff1ac127652c11ec1 3e23987958c8852cdef77ee9091eebcbbf44138c 40efd1b00e84399d9dae4f7efd4caac0a2864b14 50e12d46b3a6101f5eaf2f181f9ff593b0122559 5711e84094f07bccd54b78aedd31231125e1474e 66c6fd103c03daee74dedd43fdc897c248fcac1f 7475cc21b2cbfc55c4975d6dd54076e56e239e35 a94fc1480cbfb19ab1af44295fc5fa65677ae62f b1651f6b6a6064d9fbc01fd2b18d3c2aeb681db4 d0f0e99f080a51756e8e381a81c4db5a6ef3e0c9 Package: ros-kilted-easynav-localizer Version: 0.3.2-1noble.20260519.173626 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 539 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-easynav-common, ros-kilted-easynav-core, ros-kilted-lifecycle-msgs, ros-kilted-nav-msgs, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-localizer/ros-kilted-easynav-localizer_0.3.2-1noble.20260519.173626_arm64.deb Size: 135988 SHA256: 0fbf3d591d5773a3fee57640ed1e7f955627169e760dd2ec852d3fa15e7c63fe SHA1: 36ba05ff4c4f8e1661896f27c513375fcdfa5496 MD5sum: c3a8937c87587a7a371c79d49d859f04 Description: Easy Navigation: Localizer package. Package: ros-kilted-easynav-localizer-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-localizer Version: 0.3.2-1noble.20260519.173626 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 2289 Depends: ros-kilted-easynav-localizer (= 0.3.2-1noble.20260519.173626) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-localizer/ros-kilted-easynav-localizer-dbgsym_0.3.2-1noble.20260519.173626_arm64.deb Size: 2078024 SHA256: 1c98978865753d8dee556f35c2dfda1e40ae448b66d478b6d2f0d71f086b4b42 SHA1: ae5474cacd586a70260795c9cb6251e1dba9d25c MD5sum: c70015dacb852542269bda84b0666648 Description: debug symbols for ros-kilted-easynav-localizer Build-Ids: 4426eeb13cc642b4afa8086d0a2e712c3e019e68 c15290ec260754abeb90c42d0303cb50e048c9e7 Package: ros-kilted-easynav-maps-manager Version: 0.3.2-1noble.20260519.175507 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 408 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-easynav-common, ros-kilted-easynav-core, ros-kilted-lifecycle-msgs, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-maps-manager/ros-kilted-easynav-maps-manager_0.3.2-1noble.20260519.175507_arm64.deb Size: 101796 SHA256: a8633b3f2bd3d135732af1ad20e96ce16786bc8b336d1109085584619cfb21be SHA1: fa0fcd6689d34c488e5ef22a5757af54be338e4d MD5sum: 0ae32661a1447a72bd3847ccd0f1e9e1 Description: Easy Navigation: MapsManager package. Package: ros-kilted-easynav-maps-manager-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-maps-manager Version: 0.3.2-1noble.20260519.175507 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 1532 Depends: ros-kilted-easynav-maps-manager (= 0.3.2-1noble.20260519.175507) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-maps-manager/ros-kilted-easynav-maps-manager-dbgsym_0.3.2-1noble.20260519.175507_arm64.deb Size: 1407808 SHA256: 80b79ff1ccf596794561d5d1ed19a59a8ab3e961cb0a90ee19071a56638d3c05 SHA1: 76d0611a849bc234779d07f961661eefa14acbe5 MD5sum: e2ea5ae45085e828945d55d27968fe99 Description: debug symbols for ros-kilted-easynav-maps-manager Build-Ids: 87783bf29442e19876bea1c1b5837c6918fde407 beb6442f72a4dbd379cf3fb62cf48ffd239ad7dd Package: ros-kilted-easynav-mpc-controller Version: 0.3.1-1noble.20260519.182247 Architecture: arm64 Maintainer: Juan S. Cely G. Installed-Size: 408 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libnlopt0 (>= 2.6.1), libstdc++6 (>= 13.1), ros-kilted-easynav-common, ros-kilted-easynav-core, ros-kilted-easynav-system, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-pluginlib, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-mpc-controller/ros-kilted-easynav-mpc-controller_0.3.1-1noble.20260519.182247_arm64.deb Size: 98098 SHA256: 7f31eaaed6ef204caa8944694f02087539aabcca83e914f141778c3aba437c60 SHA1: dc5a3e48dd13663320be4cdee0e3b322563108f2 MD5sum: cc007608d047d3bf25840a7506f778bd Description: Easy Navigation: MPC Controller package. Package: ros-kilted-easynav-mpc-controller-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-mpc-controller Version: 0.3.1-1noble.20260519.182247 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Juan S. Cely G. Installed-Size: 2181 Depends: ros-kilted-easynav-mpc-controller (= 0.3.1-1noble.20260519.182247) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-mpc-controller/ros-kilted-easynav-mpc-controller-dbgsym_0.3.1-1noble.20260519.182247_arm64.deb Size: 2006772 SHA256: dcb962e710a58ddffed264dc2f8b36f6536a7498e514fe0fe96e36c8e6b50f3f SHA1: ec439c75457e38b3017b2cf82d7d104a98103f78 MD5sum: 252d3dd88ada93997698bbc18b96fe91 Description: debug symbols for ros-kilted-easynav-mpc-controller Build-Ids: 2e1cffb18630b0239f44b5cc1c06cc47fe5a6285 Package: ros-kilted-easynav-mppi-controller Version: 0.3.1-1noble.20260519.182427 Architecture: arm64 Maintainer: Jose Miguel Guerrero Hernandez Installed-Size: 347 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-easynav-common, ros-kilted-easynav-core, ros-kilted-easynav-system, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-pcl-ros, ros-kilted-pluginlib, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-mppi-controller/ros-kilted-easynav-mppi-controller_0.3.1-1noble.20260519.182427_arm64.deb Size: 82106 SHA256: 5313615369a66b07c22cae2f3c91b7866eebca783c350294701938bd4e04aba7 SHA1: ff8a6f6b3281124cce791ef9e7a55e9d7c529f8a MD5sum: a6ed3d0194cb73c21d561074892ad3a3 Description: Easy Navigation: MPPI Controller package. Package: ros-kilted-easynav-mppi-controller-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-mppi-controller Version: 0.3.1-1noble.20260519.182427 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose Miguel Guerrero Hernandez Installed-Size: 1866 Depends: ros-kilted-easynav-mppi-controller (= 0.3.1-1noble.20260519.182427) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-mppi-controller/ros-kilted-easynav-mppi-controller-dbgsym_0.3.1-1noble.20260519.182427_arm64.deb Size: 1734312 SHA256: 671e035fc8e267705adb724a4ddf739fdc00e780853f9c265d4638e55c637282 SHA1: 3b11c80d43ebbeac73c5a5e8072499cf976b4be4 MD5sum: 764dc89850f29a7a3e67f08d17c93ca0 Description: debug symbols for ros-kilted-easynav-mppi-controller Build-Ids: f7f2b95d13ccc7acccb14477e6275d4470fee951 Package: ros-kilted-easynav-navmap-localizer Version: 0.3.1-1noble.20260519.174847 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 857 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-easynav-bonxai-maps-manager, ros-kilted-easynav-common, ros-kilted-easynav-core, ros-kilted-easynav-localizer, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-navmap-core, ros-kilted-navmap-ros, ros-kilted-navmap-ros-interfaces, ros-kilted-pluginlib, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-navmap-localizer/ros-kilted-easynav-navmap-localizer_0.3.1-1noble.20260519.174847_arm64.deb Size: 185322 SHA256: 88e7d25d9d8931bb179df2f60234f6afb0b5943115f9360546e6678b73ed002c SHA1: 6076ab0c02ad3cafe890b98786e366e081ec3a04 MD5sum: 9f0223d19008d097593603225e14dddd Description: Easy Navigation: nAVmAP Localizer package. Package: ros-kilted-easynav-navmap-localizer-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-navmap-localizer Version: 0.3.1-1noble.20260519.174847 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 4407 Depends: ros-kilted-easynav-navmap-localizer (= 0.3.1-1noble.20260519.174847) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-navmap-localizer/ros-kilted-easynav-navmap-localizer-dbgsym_0.3.1-1noble.20260519.174847_arm64.deb Size: 3908016 SHA256: 15fb7bce27320d4facbf590189d74b9e1f50f9f56c811eeec87bb4cfe82d5b7f SHA1: 001d34b699637c0fe19897016edb7159daba99d7 MD5sum: 089b7b19525fb7d9954c5d06ee11012f Description: debug symbols for ros-kilted-easynav-navmap-localizer Build-Ids: 8cc2c2008362cf0f82e02a08bfdfd9cd066a095f Package: ros-kilted-easynav-navmap-maps-manager Version: 0.3.1-1noble.20260519.173259 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 1320 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 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), graphicsmagick-libmagick-dev-compat, libgraphicsmagick++1-dev, ros-kilted-ament-index-cpp, ros-kilted-easynav-common, ros-kilted-easynav-core, ros-kilted-nav-msgs, ros-kilted-navmap-core, ros-kilted-navmap-ros, ros-kilted-navmap-ros-interfaces, ros-kilted-pluginlib, ros-kilted-sensor-msgs, ros-kilted-std-srvs, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-yaets, ros-kilted-yaml-cpp-vendor, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-navmap-maps-manager/ros-kilted-easynav-navmap-maps-manager_0.3.1-1noble.20260519.173259_arm64.deb Size: 284366 SHA256: 7d9e274043e1c53d8d5be73ccab778fbba54a1d2dd06379208d86ba246482f13 SHA1: 8e987b464e2a264946ec7dac0fc45d3c5469c178 MD5sum: e0cdb6e5e16ea6da02ddd457357a19b2 Description: Easy Navigation: Simple MapsManager package. Package: ros-kilted-easynav-navmap-maps-manager-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-navmap-maps-manager Version: 0.3.1-1noble.20260519.173259 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 7834 Depends: ros-kilted-easynav-navmap-maps-manager (= 0.3.1-1noble.20260519.173259) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-navmap-maps-manager/ros-kilted-easynav-navmap-maps-manager-dbgsym_0.3.1-1noble.20260519.173259_arm64.deb Size: 6996510 SHA256: e4f528fe91934de45a9fdcb3e50054d9da6591934a374d4e45dce78f6ba53fa2 SHA1: 0fc2e91b23455064e5bdb66fe288d7d42b9490ae MD5sum: 955601143f828f582ec94dc4dfd01f66 Description: debug symbols for ros-kilted-easynav-navmap-maps-manager Build-Ids: 8dc8d979d7ad151872e3627fc7a6790b94c67eaf Package: ros-kilted-easynav-navmap-planner Version: 0.3.1-1noble.20260519.173433 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 339 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-easynav-common, ros-kilted-easynav-core, ros-kilted-nav-msgs, ros-kilted-navmap-core, ros-kilted-navmap-ros, ros-kilted-navmap-ros-interfaces, ros-kilted-pluginlib, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-navmap-planner/ros-kilted-easynav-navmap-planner_0.3.1-1noble.20260519.173433_arm64.deb Size: 81494 SHA256: 5b237ee966631270eb2b873f5a44943addd7e10c23d0820fb4427f2c3dfeb4f8 SHA1: a509fb9b1495e0fc7734fe6b488d6ebcf34f5d7d MD5sum: e4a487ba71d9e44b5ff79630a5738a96 Description: Easy Navigation: navmap planner package. Package: ros-kilted-easynav-navmap-planner-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-navmap-planner Version: 0.3.1-1noble.20260519.173433 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 1982 Depends: ros-kilted-easynav-navmap-planner (= 0.3.1-1noble.20260519.173433) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-navmap-planner/ros-kilted-easynav-navmap-planner-dbgsym_0.3.1-1noble.20260519.173433_arm64.deb Size: 1859122 SHA256: 34e1d612d79c0110c40ab437c21d40f2e183769f126f574c14fa6fb9e4807bb4 SHA1: bdefa31bed9bf0c406c727ed6336cd06801f2371 MD5sum: 18e97ab39e4513e92dd1c0e15a9c695c Description: debug symbols for ros-kilted-easynav-navmap-planner Build-Ids: cb00380b438cd48d8e81ee5419b8af50641ad8d8 Package: ros-kilted-easynav-octomap-maps-manager Version: 0.3.1-1noble.20260519.173306 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 997 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.9t64 (>= 1.9.7+dfsg), libpcl-common1.14 (>= 1.14.0+dfsg), libpcl-filters1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), graphicsmagick-libmagick-dev-compat, libgraphicsmagick++1-dev, ros-kilted-ament-index-cpp, ros-kilted-easynav-common, ros-kilted-easynav-core, ros-kilted-nav-msgs, ros-kilted-octomap-msgs, ros-kilted-octomap-ros, ros-kilted-pcl-conversions, ros-kilted-pcl-ros, ros-kilted-pluginlib, ros-kilted-sensor-msgs, ros-kilted-std-srvs, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-yaets, ros-kilted-yaml-cpp-vendor, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-octomap-maps-manager/ros-kilted-easynav-octomap-maps-manager_0.3.1-1noble.20260519.173306_arm64.deb Size: 256156 SHA256: dc7c0f145077c54da1f33bd87fa10dde5434bf045813147647bb394e50af5704 SHA1: 74460d61bd5b33d2103af1d89bf712c38d9fceb1 MD5sum: 19651480ed6486a0f97dd056b79eebc4 Description: Easy Navigation: Simple MapsManager package. Package: ros-kilted-easynav-octomap-maps-manager-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-octomap-maps-manager Version: 0.3.1-1noble.20260519.173306 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 5928 Depends: ros-kilted-easynav-octomap-maps-manager (= 0.3.1-1noble.20260519.173306) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-octomap-maps-manager/ros-kilted-easynav-octomap-maps-manager-dbgsym_0.3.1-1noble.20260519.173306_arm64.deb Size: 5394700 SHA256: 3a116461b185ebdac945557bc47d27eec27babb0d7bb4eef6c1de603f3954b7b SHA1: 4564d696f0a216bd330f19b820a721a78b5e5d06 MD5sum: 3eb8ff28f05e968246bba3201ad357e6 Description: debug symbols for ros-kilted-easynav-octomap-maps-manager Build-Ids: b161a21a9518bdbf841848c034bdaaf2e8250ace Package: ros-kilted-easynav-planner Version: 0.3.2-1noble.20260519.174514 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 473 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-easynav-common, ros-kilted-easynav-core, ros-kilted-lifecycle-msgs, ros-kilted-nav-msgs, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-planner/ros-kilted-easynav-planner_0.3.2-1noble.20260519.174514_arm64.deb Size: 116418 SHA256: fe3f3282c83e1b0f5e3127de9abe4643e37e89c10f0594070f7e02934ac6149b SHA1: ee866ba50aed8037983db60d6d4ad46ac24f5629 MD5sum: 589163b0d5bacd97e5830fbe1def06e9 Description: Easy Navigation: Planner package. Package: ros-kilted-easynav-planner-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-planner Version: 0.3.2-1noble.20260519.174514 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 1910 Depends: ros-kilted-easynav-planner (= 0.3.2-1noble.20260519.174514) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-planner/ros-kilted-easynav-planner-dbgsym_0.3.2-1noble.20260519.174514_arm64.deb Size: 1749746 SHA256: e78fbf8effcac5efee42095c83a8e78c0b61f3e6f5c1ac5774ca2b891e8b9a19 SHA1: 7b1f3dee46e5ff8c0787a0df6ad462eab475981b MD5sum: e298f9c5c343035083f5933d1cedbdc8 Description: debug symbols for ros-kilted-easynav-planner Build-Ids: 526ed167885e48f71abe6aa0f053a52850650f98 695dff21ffa075ca32d216cc0009e4095412fd43 Package: ros-kilted-easynav-routes-maps-manager Version: 0.3.1-1noble.20260519.173345 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 674 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), libyaml-cpp-dev, ros-kilted-ament-index-cpp, ros-kilted-easynav-common, ros-kilted-easynav-core, ros-kilted-easynav-costmap-common, ros-kilted-geometry-msgs, ros-kilted-interactive-markers, ros-kilted-nav-msgs, ros-kilted-pluginlib, ros-kilted-std-srvs, ros-kilted-tf2-ros, ros-kilted-visualization-msgs, ros-kilted-yaets, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-routes-maps-manager/ros-kilted-easynav-routes-maps-manager_0.3.1-1noble.20260519.173345_arm64.deb Size: 192540 SHA256: 29a6df4e6fc8e6a14432c512c5986c8ee9e6af69bef1963d5da1e399326efeda SHA1: 9bc6fb70902528df8b7b8707308aca40cd555481 MD5sum: c7dbb19665ba2c0db93e4abb44d12553 Description: Easy Navigation: Routes MapsManager package. Package: ros-kilted-easynav-routes-maps-manager-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-routes-maps-manager Version: 0.3.1-1noble.20260519.173345 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 3461 Depends: ros-kilted-easynav-routes-maps-manager (= 0.3.1-1noble.20260519.173345) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-routes-maps-manager/ros-kilted-easynav-routes-maps-manager-dbgsym_0.3.1-1noble.20260519.173345_arm64.deb Size: 3132636 SHA256: 234e68ff64bbd453b693fe53d0ed4d7f8ffc22593032d67a353430ea58c25be4 SHA1: 591dc9ae9e104633b8b424cb121c0a24b84ccce3 MD5sum: 87cd8433387f336b22ce8226c2a34d59 Description: debug symbols for ros-kilted-easynav-routes-maps-manager Build-Ids: ae99d26a98de3192c9758d35b487f42e9e57fef4 Package: ros-kilted-easynav-sensors Version: 0.3.2-1noble.20260519.171903 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 462 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-easynav-common, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-sensor-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-sensors/ros-kilted-easynav-sensors_0.3.2-1noble.20260519.171903_arm64.deb Size: 113404 SHA256: c64d9da8ff5386b1bf6af40b2b77ff0d0c261c07bc1e62991e44994514681028 SHA1: 820218ce7134f2628c4b7f225d28306bee7bcd1b MD5sum: 43f89d64e045448e7a42fb6cc9e607e6 Description: Easy Navigation: Sensors package. Package: ros-kilted-easynav-sensors-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-sensors Version: 0.3.2-1noble.20260519.171903 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 2366 Depends: ros-kilted-easynav-sensors (= 0.3.2-1noble.20260519.171903) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-sensors/ros-kilted-easynav-sensors-dbgsym_0.3.2-1noble.20260519.171903_arm64.deb Size: 2161786 SHA256: 6f2fb654ff7f47a63028409ebda93e61e4e50d6aff4e726159463fb2cceb71d2 SHA1: 3d78062375178dbf49e0c46a3efc1fd491f865f4 MD5sum: 8c11741d3655e9f8e075c1a33eaf71f4 Description: debug symbols for ros-kilted-easynav-sensors Build-Ids: 9e7f9e1510953da8e050226913637eef3069df4e Package: ros-kilted-easynav-serest-controller Version: 0.3.1-1noble.20260519.175531 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 219 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-easynav-common, ros-kilted-easynav-core, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-pluginlib, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-serest-controller/ros-kilted-easynav-serest-controller_0.3.1-1noble.20260519.175531_arm64.deb Size: 57334 SHA256: 12b367f690cbee38d63460e35c7a838fe26370557f05852500c79b5c3673f505 SHA1: ab7b81e50da383fb4415cf48cba36480060afdee MD5sum: 85e97006d000606d53edac37b8fdc114 Description: Easy Navigation: SeReST Controller package. Package: ros-kilted-easynav-serest-controller-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-serest-controller Version: 0.3.1-1noble.20260519.175531 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 1114 Depends: ros-kilted-easynav-serest-controller (= 0.3.1-1noble.20260519.175531) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-serest-controller/ros-kilted-easynav-serest-controller-dbgsym_0.3.1-1noble.20260519.175531_arm64.deb Size: 1036544 SHA256: 79053f853ee4822733d45e0fbd5ca814958d0ed5811f740374c8db10cc556814 SHA1: 70122f945d93c96ba93cdc428a19622333e09fbe MD5sum: 5e6f37c40804a1af23c9e6f2d04ba70b Description: debug symbols for ros-kilted-easynav-serest-controller Build-Ids: e3eb1f5e8bbe6bd491a7aee269aa46a441b9be53 Package: ros-kilted-easynav-simple-common Version: 0.3.1-1noble.20260519.171829 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 140 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-ament-index-cpp, ros-kilted-easynav-common, ros-kilted-nav-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-simple-common/ros-kilted-easynav-simple-common_0.3.1-1noble.20260519.171829_arm64.deb Size: 21612 SHA256: 154b79d70804ba54c6f6c7315ffb9f340887e265ad24757798c9e161a5fb4489 SHA1: 9c3f10f0bbd3e2fbf5c0289c429c8d5c380bda3f MD5sum: b828ca1dcdb2a4da4785234b89d8a439 Description: Easy Navigation: Simple Common package. Package: ros-kilted-easynav-simple-common-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-simple-common Version: 0.3.1-1noble.20260519.171829 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 119 Depends: ros-kilted-easynav-simple-common (= 0.3.1-1noble.20260519.171829) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-simple-common/ros-kilted-easynav-simple-common-dbgsym_0.3.1-1noble.20260519.171829_arm64.deb Size: 95848 SHA256: a4a4976509b41239f75dd36f77ff7ec6fe55980b8dd4ae7058eca39b991e5bd9 SHA1: aab9da91089e9cbe43b26dc1b337b76b576e7753 MD5sum: 8f5e4d778e7dafb8df57203a080a0c81 Description: debug symbols for ros-kilted-easynav-simple-common Build-Ids: a157ec76b07c6bb4321fb6815d4cff86805bb666 Package: ros-kilted-easynav-simple-controller Version: 0.3.1-1noble.20260519.174707 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 148 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-easynav-common, ros-kilted-easynav-core, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-pluginlib, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-simple-controller/ros-kilted-easynav-simple-controller_0.3.1-1noble.20260519.174707_arm64.deb Size: 34700 SHA256: cb0afd417070ce6b96c532a32df627364c2cad551cf88e49fd37b739028d7a81 SHA1: 9330ba58be75112513193f05dfe77dce93c0022f MD5sum: e559159483ed4b3cf340388befcbe9fc Description: Easy Navigation: Simple Controller package. Package: ros-kilted-easynav-simple-controller-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-simple-controller Version: 0.3.1-1noble.20260519.174707 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 645 Depends: ros-kilted-easynav-simple-controller (= 0.3.1-1noble.20260519.174707) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-simple-controller/ros-kilted-easynav-simple-controller-dbgsym_0.3.1-1noble.20260519.174707_arm64.deb Size: 605162 SHA256: b120f8844275bd7bd5968af3adf4a82a6c4b74555edfd7ea541caf0938f1d6d9 SHA1: ccaa6bce95c871bd4ab87e9d0c19e36dd2eaf59f MD5sum: a76054e204df031d63af08db91153716 Description: debug symbols for ros-kilted-easynav-simple-controller Build-Ids: fe08b6db80a5ad619d9cca1b10efcfd890d35e2a Package: ros-kilted-easynav-simple-maps-manager Version: 0.3.1-1noble.20260519.173431 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 659 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-ament-index-cpp, ros-kilted-easynav-common, ros-kilted-easynav-core, ros-kilted-easynav-simple-common, ros-kilted-nav-msgs, ros-kilted-pluginlib, ros-kilted-std-srvs, ros-kilted-tf2-ros, ros-kilted-yaets, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-simple-maps-manager/ros-kilted-easynav-simple-maps-manager_0.3.1-1noble.20260519.173431_arm64.deb Size: 129700 SHA256: 692087cc69ee746a88b9f18b97998d3fd544b033ff16ccd398daa4f9f172ea58 SHA1: e542d9298fa6ecec2a21938c68ed5ffeb02a7c23 MD5sum: d82af1d6a6983a1d4be1550f2009dac9 Description: Easy Navigation: Simple MapsManager package. Package: ros-kilted-easynav-simple-maps-manager-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-simple-maps-manager Version: 0.3.1-1noble.20260519.173431 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 3116 Depends: ros-kilted-easynav-simple-maps-manager (= 0.3.1-1noble.20260519.173431) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-simple-maps-manager/ros-kilted-easynav-simple-maps-manager-dbgsym_0.3.1-1noble.20260519.173431_arm64.deb Size: 2713134 SHA256: c00c5aec495d2d2c092a233a9b1c1b85a3db550663ef64986b6f244deac8d5ef SHA1: 423723a0b91be84b361831d2267c1cd31402b730 MD5sum: fa97b0470903aedab916e2f437c92402 Description: debug symbols for ros-kilted-easynav-simple-maps-manager Build-Ids: 476782959d9fa9df28f984fcfbc406f0fed24eab Package: ros-kilted-easynav-simple-planner Version: 0.3.1-1noble.20260519.175514 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 336 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-easynav-common, ros-kilted-easynav-core, ros-kilted-easynav-simple-common, ros-kilted-nav-msgs, ros-kilted-pluginlib, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-simple-planner/ros-kilted-easynav-simple-planner_0.3.1-1noble.20260519.175514_arm64.deb Size: 79070 SHA256: d46ef28fc997988b3bf7e0f7a4f2f37c8d6401189328298e25299f1e35853913 SHA1: 7b78c248c78101d4c7dd1c028ef8ccbff6a57748 MD5sum: 7196b1a799783d99c2996cf763c22cf6 Description: Easy Navigation: Simple planner package. Package: ros-kilted-easynav-simple-planner-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-simple-planner Version: 0.3.1-1noble.20260519.175514 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 1372 Depends: ros-kilted-easynav-simple-planner (= 0.3.1-1noble.20260519.175514) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-simple-planner/ros-kilted-easynav-simple-planner-dbgsym_0.3.1-1noble.20260519.175514_arm64.deb Size: 1241214 SHA256: 92e8c843036504f93f3007aac4c615c15c8efd57aac120620f9ae9a1c934ace4 SHA1: d2f13b78940ab8fa04b7028e992cd5382d0e0528 MD5sum: 04f90a7760ebe4050daf0753a0157d03 Description: debug symbols for ros-kilted-easynav-simple-planner Build-Ids: 9fbfb1428ac18154dd970738999b2b247c51d922 Package: ros-kilted-easynav-support-py Version: 0.3.2-1noble.20260519.045108 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 57 Depends: ros-kilted-builtin-interfaces, ros-kilted-easynav-interfaces, ros-kilted-geometry-msgs, ros-kilted-rclpy, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-support-py/ros-kilted-easynav-support-py_0.3.2-1noble.20260519.045108_arm64.deb Size: 9754 SHA256: f2990825c54f48dc1e30953b42ac410c54f66c84b785881407ec20907ac1a2d3 SHA1: 0e93aa711788c26483df0081ff36db6c936a4f52 MD5sum: 2e7315496fa550a0dfb41916eff2eec5 Description: Support utilities for EasyNav in Python: GoalManagerClient and tests. Package: ros-kilted-easynav-system Version: 0.3.2-1noble.20260519.181044 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 1830 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-easynav-common, ros-kilted-easynav-controller, ros-kilted-easynav-interfaces, ros-kilted-easynav-localizer, ros-kilted-easynav-maps-manager, ros-kilted-easynav-planner, ros-kilted-easynav-sensors, ros-kilted-geometry-msgs, ros-kilted-lifecycle-msgs, ros-kilted-nav-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-sensor-msgs, ros-kilted-tf2-geometry-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-system/ros-kilted-easynav-system_0.3.2-1noble.20260519.181044_arm64.deb Size: 304688 SHA256: 5ff3289ae74d2b7091769c412e77bae943319939a96ac856069d6a4b25f54199 SHA1: 05bad6dc99ce11f826f92a9a845377d96e3a6b30 MD5sum: 99fb4b4ae3346f7ab490b99007288c3d Description: Easy Navigation: System package. Package: ros-kilted-easynav-system-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-system Version: 0.3.2-1noble.20260519.181044 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 8943 Depends: ros-kilted-easynav-system (= 0.3.2-1noble.20260519.181044) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-system/ros-kilted-easynav-system-dbgsym_0.3.2-1noble.20260519.181044_arm64.deb Size: 7554812 SHA256: 6211ef7d59d67be13de117b5d082b0e821d0832db0f169ea7c59974b6447da91 SHA1: 1a4ecb888ec08478c52327625d22aa680055d352 MD5sum: bcb9397be12fd443629c1b8a1f75d506 Description: debug symbols for ros-kilted-easynav-system Build-Ids: 01dda9d4f5fa97bd08684b9b20af2e0e8886fd08 63c46f59dcd9a602e78964fae71954c93a368ded c9c3d7520ddffeb1b96703eda7e4b4fa981271e8 Package: ros-kilted-easynav-tools Version: 0.3.2-1noble.20260519.105558 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 6240 Depends: python3-platformdirs, python3-rich, python3-typing-extensions, ros-kilted-easynav-interfaces, ros-kilted-easynav-support-py, ros-kilted-geometry-msgs, ros-kilted-rclpy, ros-kilted-ros2cli, ros-kilted-rosidl-runtime-py, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-tools/ros-kilted-easynav-tools_0.3.2-1noble.20260519.105558_arm64.deb Size: 1334586 SHA256: f170fc1e22846c7f5e33ffe8299d41c63901df3f0ac642f83c4f59eb2b0a9bbf SHA1: 425e45d8f4f55c2ee9e936f180f3583106b84775 MD5sum: 02a0c833911afcaec3782d6934da5383 Description: ROS 2 Navigation tools: TUI + ros2cli commands for EasyNav. Package: ros-kilted-easynav-vff-controller Version: 0.3.1-1noble.20260519.174844 Architecture: arm64 Maintainer: Jose Miguel Guerrero Hernandez Installed-Size: 338 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-easynav-common, ros-kilted-easynav-core, ros-kilted-nav-msgs, ros-kilted-pcl-ros, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-vff-controller/ros-kilted-easynav-vff-controller_0.3.1-1noble.20260519.174844_arm64.deb Size: 76106 SHA256: d79b1a20f301f44f9778f9ae9428095403ffd41f6fc6e6d17a27b5740f8e2b16 SHA1: 04fb6b358acdc562b6170983f97a5ad9010f953a MD5sum: 04d184c0c0155509b8bafb5845c0a5c1 Description: Easy Navigation: VFF Controller package. Package: ros-kilted-easynav-vff-controller-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-vff-controller Version: 0.3.1-1noble.20260519.174844 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose Miguel Guerrero Hernandez Installed-Size: 1602 Depends: ros-kilted-easynav-vff-controller (= 0.3.1-1noble.20260519.174844) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-vff-controller/ros-kilted-easynav-vff-controller-dbgsym_0.3.1-1noble.20260519.174844_arm64.deb Size: 1472706 SHA256: 29fdd8d972c79d8658beed8ac612bf626526548cd38dec8f1745e533fff2656f SHA1: c8a31c9147d7255fca6021497005096eecca51ad MD5sum: 06ad2b08b2ed4b0242c4a7120c5eb49a Description: debug symbols for ros-kilted-easynav-vff-controller Build-Ids: 42bb5944da7322a9e9907c174976577c3d97318a Package: ros-kilted-ecal Version: 5.12.0-5noble.20260410.171532 Architecture: arm64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 10781 Depends: libc6 (>= 2.38), libgcc-s1 (>= 4.5), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), libprotobuf-dev, libprotoc-dev, protobuf-compiler, ros-kilted-ros-workspace Homepage: https://eclipse-ecal.github.io/ecal Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecal/ros-kilted-ecal_5.12.0-5noble.20260410.171532_arm64.deb Size: 1909070 SHA256: efff326d3104360f58c6003213446fb306ec78eac75f3f5ea2ce34dfbeff739f SHA1: 0e46de950e79251ed9abc3f00ff5bf9e7927090f MD5sum: 1f73958215574f8ace159a18d40e6b00 Description: eCAL - enhanced Communication Abstraction Layer. A fast publish-subscribe cross-plattform middleware using Shared Memory and UDP. Package: ros-kilted-ecal-dbgsym Package-Type: ddeb Source: ros-kilted-ecal Version: 5.12.0-5noble.20260410.171532 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 43935 Depends: ros-kilted-ecal (= 5.12.0-5noble.20260410.171532) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecal/ros-kilted-ecal-dbgsym_5.12.0-5noble.20260410.171532_arm64.deb Size: 42486776 SHA256: 35ab0faa59120f44c2619d5a0b3088cbe568b45b0ad0d6ea3e9492ead042c924 SHA1: ec058b433d19a39085fc4955f6f2181b8ea9e020 MD5sum: c11f2efd57235738c42eaea99124d760 Description: debug symbols for ros-kilted-ecal Build-Ids: 334265209cd50ed120c49a2d81eb9fc532967081 5dbcf5f368044bf5a1ec37181220d8f28b24ec6f 669f1369db30543a1593d5d455176ac4ad46cbb2 68aa339ad89d8aa81151e292f618f8af5d42d704 6a74869aeeadb59934572882202a2fb3a4d7dc28 6e52ab2776657a18cf86b670351322692dc2ca1e 9287a6d00e2f9566c18621d1df5ca175387e4e14 963e0b1a4593223a10fc62164b27d3d82e00b1a2 9c5b271ecb74db4a5e1853f30fa29b8eea17259c 9ebd12da0d2bf97903e34a7e5c4de62612e73881 da6296801d66b5e96b75584033780da8ccee5770 ddcff57c50a8ec023ed8f99f9bb74d754f336580 e048a07d41a2f5e1b55f1d585b5847242d20807a f1850288d3c24e58f49688791b5dbdea293cd4c7 f3c3584d8178daafdfc78d5830e03ec5d3f0663a f722e22f4b991279c6682e5b3325c814f85142a6 Package: ros-kilted-ecl-build Version: 1.0.3-5noble.20260410.144529 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 446 Depends: ros-kilted-ecl-license, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/ecl_build Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-build/ros-kilted-ecl-build_1.0.3-5noble.20260410.144529_arm64.deb Size: 39358 SHA256: 1a9deab0b976e6197b3f50319a508bb3a57242006c2d35780df7f004e6436a42 SHA1: 7c5798c8a588d2cdf954d76523f2eb5f23f7bf00 MD5sum: 2eed31b8d5f06d722ff4e29309c0d5cf 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-kilted-ecl-command-line Version: 1.2.1-5noble.20260519.040722 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 313 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-ecl-license, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/ecl_command_line Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-command-line/ros-kilted-ecl-command-line_1.2.1-5noble.20260519.040722_arm64.deb Size: 54656 SHA256: 1fe8c0fbd587f03165aa36419d2c0a413f07a312418a09ef03b40e262e182a3e SHA1: 3359a7615107ab62a9bd6bf10143e812d9839a84 MD5sum: f32a51f4ea239ee02ada7c446e4d2481 Description: Embeds the TCLAP library inside the ecl. This is a very convenient command line parser in templatised c++. Package: ros-kilted-ecl-command-line-dbgsym Package-Type: ddeb Source: ros-kilted-ecl-command-line Version: 1.2.1-5noble.20260519.040722 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 317 Depends: ros-kilted-ecl-command-line (= 1.2.1-5noble.20260519.040722) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-command-line/ros-kilted-ecl-command-line-dbgsym_1.2.1-5noble.20260519.040722_arm64.deb Size: 274198 SHA256: 03e027b68008f6b73ff0d3fc2febb9e1a001f15b0c07afe3fe3b3689b84a4f23 SHA1: 4f77e6ba9ca34014a70e39785ad9f1b37cb8b10b MD5sum: a60f9561f37369e11563cbea22cdda31 Description: debug symbols for ros-kilted-ecl-command-line Build-Ids: b96280df555793c634da2a8305925e37ca3b6b97 Package: ros-kilted-ecl-concepts Version: 1.2.1-5noble.20260519.041407 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 91 Depends: ros-kilted-ecl-config, ros-kilted-ecl-license, ros-kilted-ecl-type-traits, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/ecl_concepts Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-concepts/ros-kilted-ecl-concepts_1.2.1-5noble.20260519.041407_arm64.deb Size: 12562 SHA256: ea84713921f7c51518d14d4352dc8f18f5c66b8d209f77e0101c206038f20da6 SHA1: a6dc37ee44eb9686e57424cf8a39cdd2a1092390 MD5sum: 851901512d28b14240f25215346edc6e Description: Introduces a compile time concept checking mechanism that can be used most commonly to check for required functionality when passing template arguments. Package: ros-kilted-ecl-config Version: 1.2.0-5noble.20260519.040721 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 210 Depends: libc6 (>= 2.34), libstdc++6 (>= 13.1), ros-kilted-ecl-build, ros-kilted-ecl-license, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/ecl_config Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-config/ros-kilted-ecl-config_1.2.0-5noble.20260519.040721_arm64.deb Size: 17612 SHA256: 77a15fe6062c66ca790d6fde52c3de2b7ff932fe42b45b2e556b12e9c27cdb10 SHA1: 705ee336ffd0b9036f2a4be59b863ed69ca73df7 MD5sum: 3b79e44965e08c7a06780d68cb7ade62 Description: These tools inspect and describe your system with macros, types and functions. Package: ros-kilted-ecl-config-dbgsym Package-Type: ddeb Source: ros-kilted-ecl-config Version: 1.2.0-5noble.20260519.040721 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 51 Depends: ros-kilted-ecl-config (= 1.2.0-5noble.20260519.040721) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-config/ros-kilted-ecl-config-dbgsym_1.2.0-5noble.20260519.040721_arm64.deb Size: 28054 SHA256: c5f08f9abfd10d04d82d823b71d7136cfb471fa3ea1ca9f708aa4e4ebb68c1ad SHA1: d1978fb9b0762a001f1fd867bd9f0deffd9a9519 MD5sum: bab3ef7976cd1be8f49f4a972fc44d55 Description: debug symbols for ros-kilted-ecl-config Build-Ids: 814973a89aef80d9b3100494ad061026b3dc9cb0 e8d18b6b6d9ef61cdddcdcc7650b4d5b7fc728d4 Package: ros-kilted-ecl-console Version: 1.2.0-5noble.20260519.041013 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 67 Depends: ros-kilted-ecl-build, ros-kilted-ecl-config, ros-kilted-ecl-license, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/ecl_console Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-console/ros-kilted-ecl-console_1.2.0-5noble.20260519.041013_arm64.deb Size: 9780 SHA256: dc31c728109e6c1c794d522c84bfcabbef12a8fc355450db8e07d693ddb0a119 SHA1: bd783d0e5dbbd15573b4249d9ee3aba2cec3a987 MD5sum: 1a67128096008fd70a7f1aebdbe19eee Description: Color codes for ansii consoles. Package: ros-kilted-ecl-containers Version: 1.2.1-5noble.20260519.042349 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 367 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-ecl-config, ros-kilted-ecl-converters, ros-kilted-ecl-errors, ros-kilted-ecl-exceptions, ros-kilted-ecl-formatters, ros-kilted-ecl-license, ros-kilted-ecl-mpl, ros-kilted-ecl-type-traits, ros-kilted-ecl-utilities, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/ecl_containers Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-containers/ros-kilted-ecl-containers_1.2.1-5noble.20260519.042349_arm64.deb Size: 45670 SHA256: 435624d72895e153f6dc81a476acaf0fec963b128b8f2173cdab05244e152a0e SHA1: 43457cec9d44dd18835cf27ef831e6bde1c2eb7a MD5sum: f386fb859ccadd71f6675c92bcaea1fb Description: The containers included here are intended to extend the stl containers. In all cases, these implementations are designed to implement c++ conveniences and safety where speed is not sacrificed. Also includes techniques for memory debugging of common problems such as buffer overruns. Package: ros-kilted-ecl-containers-dbgsym Package-Type: ddeb Source: ros-kilted-ecl-containers Version: 1.2.1-5noble.20260519.042349 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 161 Depends: ros-kilted-ecl-containers (= 1.2.1-5noble.20260519.042349) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-containers/ros-kilted-ecl-containers-dbgsym_1.2.1-5noble.20260519.042349_arm64.deb Size: 95440 SHA256: a2c3844a4e38ca3ebaed661f466ef5dcf0c78fd8bc1ab2c3f1ecdba97a8d4494 SHA1: 3cb04927dcff0db52f1b1b298392b11be7437c63 MD5sum: 96f8376e4a435420b19c8af134546c33 Description: debug symbols for ros-kilted-ecl-containers Build-Ids: c52d2c5f19f3aa5fefd9b348e686bb593626cf16 Package: ros-kilted-ecl-converters Version: 1.2.1-5noble.20260519.041817 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 205 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-ecl-concepts, ros-kilted-ecl-config, ros-kilted-ecl-errors, ros-kilted-ecl-exceptions, ros-kilted-ecl-license, ros-kilted-ecl-mpl, ros-kilted-ecl-type-traits, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/ecl_converters Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-converters/ros-kilted-ecl-converters_1.2.1-5noble.20260519.041817_arm64.deb Size: 24294 SHA256: a8b1d825df20a553be181d469741fef632f2dab96938c312901e32dae67c99ab SHA1: 7e7fa9e394d5ddb3113beaeb7d54263c78a24cdf MD5sum: ed448bf29e388d05d76e97cbacd61220 Description: Some fast/convenient type converters, mostly for char strings or strings. These are not really fully fleshed out, alot of them could use the addition for the whole range of fundamental types (e.g. all integers, not just int, unsigned int). They will come as the need arises. Package: ros-kilted-ecl-converters-dbgsym Package-Type: ddeb Source: ros-kilted-ecl-converters Version: 1.2.1-5noble.20260519.041817 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 63 Depends: ros-kilted-ecl-converters (= 1.2.1-5noble.20260519.041817) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-converters/ros-kilted-ecl-converters-dbgsym_1.2.1-5noble.20260519.041817_arm64.deb Size: 35104 SHA256: 0f92b824f9eb12ba1efa32252ba904cd67c351aa6facd0dccb078d3229aabf16 SHA1: be669a4c79af9cd9fc317198c7e6d51e3baabd4f MD5sum: a3d312824ce1b236aa749a9e487cda29 Description: debug symbols for ros-kilted-ecl-converters Build-Ids: 029723ef47e0bfd2b7417bc836c5749dd1e280fd Package: ros-kilted-ecl-converters-lite Version: 1.2.0-5noble.20260519.041042 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 62 Depends: ros-kilted-ecl-config, ros-kilted-ecl-license, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/ecl_converters_lite Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-converters-lite/ros-kilted-ecl-converters-lite_1.2.0-5noble.20260519.041042_arm64.deb Size: 8634 SHA256: 06dcc9dad6d18c7d86cbfdcd8e9412fab68c519dd0825c6530f418af20deb169 SHA1: cae5bd3cbd6486818b552fc29078604d1ab4d7d1 MD5sum: 286401e43f9ec895dd7616dcec6dce15 Description: These are a very simple version of some of the functions in ecl_converters suitable for firmware development. That is, there is no use of new, templates or exceptions. Package: ros-kilted-ecl-eigen Version: 1.2.1-5noble.20260519.040726 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 65 Depends: libeigen3-dev, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/ecl_eigen Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-eigen/ros-kilted-ecl-eigen_1.2.1-5noble.20260519.040726_arm64.deb Size: 10648 SHA256: c2edec413c27056722cced07cefafbb6635802297cc89a1e78a263a3088cfa68 SHA1: cec3e5cb0b458862bbe170d2b273a38e456711c1 MD5sum: 56c04cadecbda96a0dd6c251a985582f Description: This provides an Eigen implementation for ecl's linear algebra. Package: ros-kilted-ecl-errors Version: 1.2.0-5noble.20260519.041044 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 224 Depends: libc6 (>= 2.34), libstdc++6 (>= 13.1), ros-kilted-ecl-config, ros-kilted-ecl-license, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/ecl_errors Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-errors/ros-kilted-ecl-errors_1.2.0-5noble.20260519.041044_arm64.deb Size: 20730 SHA256: 86cf33a116618caf80d34c3725a6ee96242fd9510e4e97c60ea35795c5ba90c5 SHA1: 141e5842e4142f864df3c2a82de502f6e0cb8249 MD5sum: e2c5d3b7e0a956a2632f879a6a6e0368 Description: This library provides lean and mean error mechanisms. It includes c style error functions as well as a few useful macros. For higher level mechanisms, refer to ecl_exceptions. Package: ros-kilted-ecl-errors-dbgsym Package-Type: ddeb Source: ros-kilted-ecl-errors Version: 1.2.0-5noble.20260519.041044 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 64 Depends: ros-kilted-ecl-errors (= 1.2.0-5noble.20260519.041044) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-errors/ros-kilted-ecl-errors-dbgsym_1.2.0-5noble.20260519.041044_arm64.deb Size: 26892 SHA256: 5f47eba6ccf71fed7d66d91d44798800507186e5b3e9d16295cfd8878d355a31 SHA1: 6573f14ceccac2dcd111d82b66691f9d5c8860a1 MD5sum: 3915a495d80d4ab6f9187e8a277ecdf9 Description: debug symbols for ros-kilted-ecl-errors Build-Ids: 774e4cbb0b2ea97df4db7161e91a7a92e7da45df 78481ebb3cdff280c45296bb1280aba4a303509a Package: ros-kilted-ecl-exceptions Version: 1.2.1-5noble.20260519.041322 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 292 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-ecl-config, ros-kilted-ecl-errors, ros-kilted-ecl-license, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/ecl_exceptions Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-exceptions/ros-kilted-ecl-exceptions_1.2.1-5noble.20260519.041322_arm64.deb Size: 28392 SHA256: 5d48e56afd1b5738047739b839f14fef2093056d3911e0a4ca63b6ed82d5b533 SHA1: 15f7d24f522a53ccbc0aeb80b51a3bc1d202ebec MD5sum: a5d8f98e5f958a39a62800791438cb9a Description: Template based exceptions - these are simple and practical and avoid the proliferation of exception types. Although not syntatactically ideal, it is convenient and eminently practical. Package: ros-kilted-ecl-exceptions-dbgsym Package-Type: ddeb Source: ros-kilted-ecl-exceptions Version: 1.2.1-5noble.20260519.041322 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 162 Depends: ros-kilted-ecl-exceptions (= 1.2.1-5noble.20260519.041322) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-exceptions/ros-kilted-ecl-exceptions-dbgsym_1.2.1-5noble.20260519.041322_arm64.deb Size: 109270 SHA256: d435fc82323ca05610128d2524effe54f2165d4f704691a61a7cac0f894dc932 SHA1: e8f0b455a55a22808eb55aa7a4de63770b89b2e5 MD5sum: f44ac53b92fa10adb155ea42d25315b0 Description: debug symbols for ros-kilted-ecl-exceptions Build-Ids: 17cfaa95af677ce3ac0b09e78cd7785f12bb8e8e 72b4d551d80b97a6ecd30072ac9d5832c44ac295 9bbaf6b4d8dd1de11955acc887e2153fb3cf2185 Package: ros-kilted-ecl-filesystem Version: 1.2.1-5noble.20260519.041310 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 144 Depends: libc6 (>= 2.17), libstdc++6 (>= 13.1), ros-kilted-ecl-build, ros-kilted-ecl-config, ros-kilted-ecl-errors, ros-kilted-ecl-license, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/ecl_filesystem Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-filesystem/ros-kilted-ecl-filesystem_1.2.1-5noble.20260519.041310_arm64.deb Size: 15380 SHA256: 47001ac3c1b97a439fd8ba97722a2d199048ac67d431341a15e6de7cb5f2c961 SHA1: 1b5e7a828a74f02fea3c2eaafa4cb02da439a659 MD5sum: 72baa5ad4451dc269638544f70c5a3fc Description: Cross platform filesystem utilities (until c++11 makes its way in). Package: ros-kilted-ecl-filesystem-dbgsym Package-Type: ddeb Source: ros-kilted-ecl-filesystem Version: 1.2.1-5noble.20260519.041310 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 44 Depends: ros-kilted-ecl-filesystem (= 1.2.1-5noble.20260519.041310) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-filesystem/ros-kilted-ecl-filesystem-dbgsym_1.2.1-5noble.20260519.041310_arm64.deb Size: 23132 SHA256: e96f65152b125a2990d2cbcfea61975d5123f11afb5ea5d9181ecd54d8cfd4a0 SHA1: 13b61c4a338c74b703a758e0d0bd397dd630e9e7 MD5sum: a717c4628e2690a7a916efd804e69b22 Description: debug symbols for ros-kilted-ecl-filesystem Build-Ids: c178ade36df9b7822ce54b2b8256a182b85efa0d Package: ros-kilted-ecl-formatters Version: 1.2.1-5noble.20260519.042115 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 257 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-ecl-config, ros-kilted-ecl-converters, ros-kilted-ecl-exceptions, ros-kilted-ecl-license, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/ecl_formatters Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-formatters/ros-kilted-ecl-formatters_1.2.1-5noble.20260519.042115_arm64.deb Size: 30032 SHA256: 4129eb2ff7831d03e072d122035de5221eb3b2f78c9a88d74fcba77fe4b2f63b SHA1: d1f89c3dc9a498ad3d05696f87be33b5d21f8b7d MD5sum: 67fa830111333f57e9950b0888ce419b Description: The formatters here simply format various input types to a specified text format. They can be used with most streaming types (including both ecl and stl streams). Package: ros-kilted-ecl-formatters-dbgsym Package-Type: ddeb Source: ros-kilted-ecl-formatters Version: 1.2.1-5noble.20260519.042115 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 148 Depends: ros-kilted-ecl-formatters (= 1.2.1-5noble.20260519.042115) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-formatters/ros-kilted-ecl-formatters-dbgsym_1.2.1-5noble.20260519.042115_arm64.deb Size: 88346 SHA256: 4b6aa851ccfff61576d5d6178473feb4a0ca106b09b6df8d0cd54325618ead32 SHA1: 8cf0c477d34a9834e2dda48e33d9033cb46f6c60 MD5sum: 108efdccdd26da942047fb00857e18ad Description: debug symbols for ros-kilted-ecl-formatters Build-Ids: 2861ffa8dcc699d456b206e9dac7573f2eb61944 7aad90fce552f2af6e7b3b74803d114fe10ba65f Package: ros-kilted-ecl-geometry Version: 1.2.1-5noble.20260519.043034 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 418 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-ecl-exceptions, ros-kilted-ecl-type-traits, ros-kilted-ecl-build, ros-kilted-ecl-config, ros-kilted-ecl-containers, ros-kilted-ecl-formatters, ros-kilted-ecl-license, ros-kilted-ecl-linear-algebra, ros-kilted-ecl-math, ros-kilted-ecl-mpl, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/ecl_geometry Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-geometry/ros-kilted-ecl-geometry_1.2.1-5noble.20260519.043034_arm64.deb Size: 66024 SHA256: 64148de6daf33f5d75f39ac40e8c1c6cf61a3b7a790d71e4433462fdb2956f3b SHA1: 7d8a5e597f438c751e375af280c42b0313cba712 MD5sum: 2a6357cb74c42a4a2da72957f495f19e Description: Any tools relating to mathematical geometry. Primarily featuring polynomials and interpolations. Package: ros-kilted-ecl-geometry-dbgsym Package-Type: ddeb Source: ros-kilted-ecl-geometry Version: 1.2.1-5noble.20260519.043034 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 1206 Depends: ros-kilted-ecl-geometry (= 1.2.1-5noble.20260519.043034) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-geometry/ros-kilted-ecl-geometry-dbgsym_1.2.1-5noble.20260519.043034_arm64.deb Size: 1111008 SHA256: 1e4f370acf856e1ef721422df00dd115d94b33252f370adf85a73066f0c74773 SHA1: 8bd697d00d9581d3941a76982e42e919077a7f9f MD5sum: 27490528c865faa088c48935964fe44f Description: debug symbols for ros-kilted-ecl-geometry Build-Ids: 0f3b293bd409c36556d2576a25253dab1b73f5fd Package: ros-kilted-ecl-license Version: 1.0.3-5noble.20260410.143959 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 53 Depends: ros-kilted-ros-workspace Homepage: http://wiki.ros.org/ecl_license Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-license/ros-kilted-ecl-license_1.0.3-5noble.20260410.143959_arm64.deb Size: 8328 SHA256: 713c71b43fa90afaee61dacd4e0289545502a065367296c2e33a7a319f8e2529 SHA1: 757516bca3b303e60713a8d006e22d6f1dcfb8c5 MD5sum: 8f8b687012ebb3000d2e812f5d25f51d Description: Maintains the ecl licenses and also provides an install target for deploying licenses with the ecl libraries. Package: ros-kilted-ecl-linear-algebra Version: 1.2.1-5noble.20260519.042402 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 173 Depends: libc6 (>= 2.35), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-ecl-build, ros-kilted-ecl-converters, ros-kilted-ecl-eigen, ros-kilted-ecl-exceptions, ros-kilted-ecl-formatters, ros-kilted-ecl-license, ros-kilted-ecl-math, ros-kilted-sophus, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/ecl_linear_algebra Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-linear-algebra/ros-kilted-ecl-linear-algebra_1.2.1-5noble.20260519.042402_arm64.deb Size: 41040 SHA256: 36af22ef2599f123304d1c43230743401c5b4aaa22966b3178493ebea12dc502 SHA1: 1bb15eab03ba4f68bcf11ff8d838870da88144ef MD5sum: 2d83ade8fecf72d7a555c0017db7c8c6 Description: Ecl frontend to a linear matrix package (currently eigen). Package: ros-kilted-ecl-linear-algebra-dbgsym Package-Type: ddeb Source: ros-kilted-ecl-linear-algebra Version: 1.2.1-5noble.20260519.042402 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 1559 Depends: ros-kilted-ecl-linear-algebra (= 1.2.1-5noble.20260519.042402) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-linear-algebra/ros-kilted-ecl-linear-algebra-dbgsym_1.2.1-5noble.20260519.042402_arm64.deb Size: 1535294 SHA256: 8aa4b186edb56b58f4517d0b25958dfc2370c4f4b6443bf9cd574f21beb3d453 SHA1: 597240659354dc95183a9de02bfc507a13bdefe6 MD5sum: c48f1630ef9ac0c4ee8286a95b65c6af Description: debug symbols for ros-kilted-ecl-linear-algebra Build-Ids: 6d5526ccd58f12533475fe4d8f98d3486cfe046b Package: ros-kilted-ecl-manipulators Version: 1.2.1-5noble.20260519.043248 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 240 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-ecl-exceptions, ros-kilted-ecl-geometry, ros-kilted-ecl-build, ros-kilted-ecl-formatters, ros-kilted-ecl-license, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/ecl_manipulators Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-manipulators/ros-kilted-ecl-manipulators_1.2.1-5noble.20260519.043248_arm64.deb Size: 43114 SHA256: 0c76072d78bfc4c12f5fc5f56acbf9ce7907e0d7a08dbd1d73f3cc4671b7bd64 SHA1: b910f3fcba19b313dce08abba465156a908f5035 MD5sum: de229af2b0e63143f6d8e3d65078dbf0 Description: Deploys various manipulation algorithms, currently just feedforward filters (interpolations). Package: ros-kilted-ecl-manipulators-dbgsym Package-Type: ddeb Source: ros-kilted-ecl-manipulators Version: 1.2.1-5noble.20260519.043248 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 500 Depends: ros-kilted-ecl-manipulators (= 1.2.1-5noble.20260519.043248) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-manipulators/ros-kilted-ecl-manipulators-dbgsym_1.2.1-5noble.20260519.043248_arm64.deb Size: 440752 SHA256: 15819bc0a6545f945ea620a368cb176d69bcac1a90da5ea12eb6bf891d479efb SHA1: 5934cf3113f010f04b1e0036d55ab4ae2ac6ec67 MD5sum: 91983f93eaf66a31a713c514a8e7e7e8 Description: debug symbols for ros-kilted-ecl-manipulators Build-Ids: 6e478abaaa60cfc0976926a56e3ea9a6fb8bdc9e Package: ros-kilted-ecl-math Version: 1.2.1-5noble.20260519.041526 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 73 Depends: ros-kilted-ecl-license, ros-kilted-ecl-type-traits, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/ecl_math Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-math/ros-kilted-ecl-math_1.2.1-5noble.20260519.041526_arm64.deb Size: 11038 SHA256: 15bdac012616c1b7cc494e291b570fafcf365dcdf86fb16ec9ad0af0124807a9 SHA1: aaed44447c7247d0047346feff9d9d0186350a81 MD5sum: 5ef0364a46c0de5292823775db07e343 Description: This package provides simple support to cmath, filling in holes or redefining in a c++ formulation where desirable. Package: ros-kilted-ecl-mobile-robot Version: 1.2.1-5noble.20260519.043248 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 146 Depends: libc6 (>= 2.17), libstdc++6 (>= 13.1), ros-kilted-ecl-geometry, ros-kilted-ecl-build, ros-kilted-ecl-errors, ros-kilted-ecl-formatters, ros-kilted-ecl-license, ros-kilted-ecl-linear-algebra, ros-kilted-ecl-math, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/ecl_mobile_robot Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-mobile-robot/ros-kilted-ecl-mobile-robot_1.2.1-5noble.20260519.043248_arm64.deb Size: 14396 SHA256: eaa1fc3f2dfce6bf95b8cf09985194bfc6447356342ef99c111b00d37bb4e02e SHA1: 10840ea1d880051c20f5d7e8bbc5dad6ace92365 MD5sum: 248475f684d04f704b66ac98433faa94 Description: Contains transforms (e.g. differential drive inverse kinematics) for the various types of mobile robot platforms. Package: ros-kilted-ecl-mobile-robot-dbgsym Package-Type: ddeb Source: ros-kilted-ecl-mobile-robot Version: 1.2.1-5noble.20260519.043248 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 122 Depends: ros-kilted-ecl-mobile-robot (= 1.2.1-5noble.20260519.043248) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-mobile-robot/ros-kilted-ecl-mobile-robot-dbgsym_1.2.1-5noble.20260519.043248_arm64.deb Size: 108858 SHA256: 04ba813d29fb3846efd1223adb0b86886b060f9e00a20a832b8ee858d081400b SHA1: fbc9e8e98aed1546ad18c1f4d7f42e3e679eeb93 MD5sum: b40d9ecb30956c6020c25dac9f1d8bdb Description: debug symbols for ros-kilted-ecl-mobile-robot Build-Ids: c4e52d5be6814e4b35b9c9ebfa75324049a66875 Package: ros-kilted-ecl-mpl Version: 1.2.1-5noble.20260519.040824 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 62 Depends: ros-kilted-ecl-license, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/ecl_mpl Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-mpl/ros-kilted-ecl-mpl_1.2.1-5noble.20260519.040824_arm64.deb Size: 9122 SHA256: 86a43b7a72e3523d1e69a1ae0775de3c426ee236096a0d7fbcaa73e2793cf270 SHA1: 69147bcc5d60892db0fb7303d1a471b83c1ae827 MD5sum: e7f483e76b53e7df0fe5de17ea78b1dd Description: Metaprogramming tools move alot of runtime calculations to be shifted to compile time. This has only very elementary structures at this stage. Package: ros-kilted-ecl-sigslots-lite Version: 1.2.0-5noble.20260519.041341 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 160 Depends: libc6 (>= 2.34), libstdc++6 (>= 13.1), ros-kilted-ecl-config, ros-kilted-ecl-errors, ros-kilted-ecl-license, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/ecl_sigslots_lite Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-sigslots-lite/ros-kilted-ecl-sigslots-lite_1.2.0-5noble.20260519.041341_arm64.deb Size: 18698 SHA256: f87e230af54e234711fca5bfd23b902b8201e9bc509a0853e2ededb57b64e7ad SHA1: 10f05f06709ae27e455197ce0c0566b10f32cd78 MD5sum: 04ae2d98b4c58434f721bd5310b53ede Description: This avoids use of dynamic storage (malloc/new) and thread safety (mutexes) to provide a very simple sigslots implementation that can be used for *very* embedded development. Package: ros-kilted-ecl-sigslots-lite-dbgsym Package-Type: ddeb Source: ros-kilted-ecl-sigslots-lite Version: 1.2.0-5noble.20260519.041341 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 58 Depends: ros-kilted-ecl-sigslots-lite (= 1.2.0-5noble.20260519.041341) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-sigslots-lite/ros-kilted-ecl-sigslots-lite-dbgsym_1.2.0-5noble.20260519.041341_arm64.deb Size: 32022 SHA256: 82e2d4f5973ce00b1eac2e9c3d223012753c66eb2ba8cac298250cc1e4341261 SHA1: c6045479b00fe1ae13b4d5da169f3ae2a7153ba9 MD5sum: c036b8b5aae1cb14dfe266317d3ef421 Description: debug symbols for ros-kilted-ecl-sigslots-lite Build-Ids: 25b6f75b2a73727c4b6e0907048c38f2e587b20b Package: ros-kilted-ecl-statistics Version: 1.2.1-5noble.20260519.042715 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 159 Depends: libc6 (>= 2.17), libgcc-s1 (>= 4.0), libstdc++6 (>= 13.1), ros-kilted-ecl-build, ros-kilted-ecl-config, ros-kilted-ecl-license, ros-kilted-ecl-linear-algebra, ros-kilted-ecl-mpl, ros-kilted-ecl-type-traits, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/ecl_statistics Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-statistics/ros-kilted-ecl-statistics_1.2.1-5noble.20260519.042715_arm64.deb Size: 34348 SHA256: 25a570698f49bcc906216f06f407b70e15376e8341fabc869c706466249204ac SHA1: 97905e17d33c8f8cebfd606c023c374290ffa7ea MD5sum: 5c4c8f71678243b92a1901583c099a7e Description: Common statistical structures and algorithms for control systems. Package: ros-kilted-ecl-statistics-dbgsym Package-Type: ddeb Source: ros-kilted-ecl-statistics Version: 1.2.1-5noble.20260519.042715 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 5896 Depends: ros-kilted-ecl-statistics (= 1.2.1-5noble.20260519.042715) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-statistics/ros-kilted-ecl-statistics-dbgsym_1.2.1-5noble.20260519.042715_arm64.deb Size: 5933414 SHA256: 2e60b837d9e90f5543d41582abf792f2f45dd86dd7e48670f71714e930092543 SHA1: 6cd06ffd46312b63c4e2133d30bf66a698ee4dbf MD5sum: c52266395c91bc5df7bf2c5f6b76d3cd Description: debug symbols for ros-kilted-ecl-statistics Build-Ids: de2e912bd53bb681802e98d900f4a3b9b2767a43 Package: ros-kilted-ecl-tools Version: 1.0.3-5noble.20260410.145042 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 41 Depends: ros-kilted-ecl-build, ros-kilted-ecl-license, ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/ecl_tools Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-tools/ros-kilted-ecl-tools_1.0.3-5noble.20260410.145042_arm64.deb Size: 5088 SHA256: 155a61e32be8728cfff8bd62a1d2a9368a56b07a28d19e0e7e50ef460b2d1871 SHA1: 6d0462a3645623ca5e9594aa24b560ce76ed4709 MD5sum: 68094d046458b31fefd2530ad92b57d5 Description: Tools and utilities for ecl development. Package: ros-kilted-ecl-type-traits Version: 1.2.1-5noble.20260519.041115 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 223 Depends: libc6 (>= 2.34), libstdc++6 (>= 13.1), ros-kilted-ecl-config, ros-kilted-ecl-license, ros-kilted-ecl-mpl, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/ecl_type_traits Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-type-traits/ros-kilted-ecl-type-traits_1.2.1-5noble.20260519.041115_arm64.deb Size: 16784 SHA256: bf1ecede225082ee71b73606be2b7cb52891c987d9362788ed9fa365d6435b0c SHA1: 442a130d7a9f902780f61fe87858289172c6c424 MD5sum: 0c59249b6375c162e49e87bd9b9eb1e0 Description: Extends c++ type traits and implements a few more to boot. Package: ros-kilted-ecl-type-traits-dbgsym Package-Type: ddeb Source: ros-kilted-ecl-type-traits Version: 1.2.1-5noble.20260519.041115 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 51 Depends: ros-kilted-ecl-type-traits (= 1.2.1-5noble.20260519.041115) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-type-traits/ros-kilted-ecl-type-traits-dbgsym_1.2.1-5noble.20260519.041115_arm64.deb Size: 25896 SHA256: f9ffff7a329520d800e9295c1a872d21b4a74291fbf89961329fbcf323e2b9e9 SHA1: a614cf8bfea5016b77be7698686635cf0d692fb5 MD5sum: 692c8814c625090a51e018177dbc4ae8 Description: debug symbols for ros-kilted-ecl-type-traits Build-Ids: 3e09fbf6ff64ed1d768d298042e24e6f9b171445 3f3fbb1592ddd79652166eff5559488de25a76e7 Package: ros-kilted-ecl-utilities Version: 1.2.1-5noble.20260519.041752 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 199 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-ecl-concepts, ros-kilted-ecl-license, ros-kilted-ecl-mpl, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/ecl_utilities Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-utilities/ros-kilted-ecl-utilities_1.2.1-5noble.20260519.041752_arm64.deb Size: 20898 SHA256: 164fd8152d6f6d502452daec67da233c098573c02bbc041a4a956bd4813fb0fe SHA1: 937e9fb636461bac6973033feb4c4e87c294041f MD5sum: 081e9e3fe1c91382b288394c63663fe0 Description: Includes various supporting tools and utilities for c++ programming. Package: ros-kilted-ecl-utilities-dbgsym Package-Type: ddeb Source: ros-kilted-ecl-utilities Version: 1.2.1-5noble.20260519.041752 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 30 Depends: ros-kilted-ecl-utilities (= 1.2.1-5noble.20260519.041752) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-utilities/ros-kilted-ecl-utilities-dbgsym_1.2.1-5noble.20260519.041752_arm64.deb Size: 13998 SHA256: 9baea808cff0de4dd69c6e0cdf04b9fb59b84b3a969e9ca8139c866015758a0b SHA1: 7dadb9f5e5715c1c80ebd090e304766d9d62ffc4 MD5sum: 6c6dae19fa3a12e08e1aef64c3382113 Description: debug symbols for ros-kilted-ecl-utilities Build-Ids: 3d3ba8570b9a94e9e81f46bc36b56dd39bf9475a Package: ros-kilted-effort-controllers Version: 5.15.1-1noble.20260520.090112 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 134 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-backward-ros, ros-kilted-forward-command-controller, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-effort-controllers/ros-kilted-effort-controllers_5.15.1-1noble.20260520.090112_arm64.deb Size: 27232 SHA256: 6fa6373f0708d7dad1f2ccf1ddf377ac6334556e1b24dbd7a4974798b460abb3 SHA1: 66d58e3fb856f18dbf0d0fe9349e6a36a3fb4405 MD5sum: d5b60007c58b261d6bea1aff6c83c869 Description: Generic controller for forwarding commands. Package: ros-kilted-effort-controllers-dbgsym Package-Type: ddeb Source: ros-kilted-effort-controllers Version: 5.15.1-1noble.20260520.090112 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 440 Depends: ros-kilted-effort-controllers (= 5.15.1-1noble.20260520.090112) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-effort-controllers/ros-kilted-effort-controllers-dbgsym_5.15.1-1noble.20260520.090112_arm64.deb Size: 408076 SHA256: 9254b643e08e9b251c66ed25714a70f55f58b07c7760c334d6cb7cac7da6cea1 SHA1: ec7378a96a803b9bf28a589757682a5abd4d18a6 MD5sum: a281e1bbcce1af9e2b1ca489c55f83ba Description: debug symbols for ros-kilted-effort-controllers Build-Ids: e3760dad761bb9a40cd5b6d3a40c4e94f01e10dd Package: ros-kilted-eigen-stl-containers Version: 1.1.0-2noble.20260410.144057 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 64 Depends: libeigen3-dev, ros-kilted-ros-workspace Homepage: http://eigen.tuxfamily.org/dox/TopicUnalignedArrayAssert.html Priority: optional Section: misc Filename: pool/main/r/ros-kilted-eigen-stl-containers/ros-kilted-eigen-stl-containers_1.1.0-2noble.20260410.144057_arm64.deb Size: 9634 SHA256: 9f07251c94e705b063cc597a297a26d1076221af8967bf0caf7ed701a07fdb92 SHA1: e44afc543db06b93626b780a9d6d76163109a1f5 MD5sum: 3487e7a04bcfb93dd0eaa1bd0b805e5e Description: This package provides a set of typedef's that allow using Eigen datatypes in STL containers Package: ros-kilted-eigen3-cmake-module Version: 0.4.0-2noble.20260410.144101 Architecture: arm64 Maintainer: Scott K Logan Installed-Size: 45 Depends: ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-eigen3-cmake-module/ros-kilted-eigen3-cmake-module_0.4.0-2noble.20260410.144101_arm64.deb Size: 6178 SHA256: 450c74f72261238c46009a0ee560d4a01d8b6896157d8e7fe2dc7a3ba31f09c1 SHA1: 4eaaa6841419411d04bb192888c64f2397af2c43 MD5sum: c36715d9cd2e61e7f4cb848b60c99c49 Description: Exports a custom CMake module to find Eigen3. Package: ros-kilted-eigenpy Version: 3.12.0-1noble.20260410.234508 Architecture: arm64 Maintainer: Justin Carpentier Installed-Size: 14015 Depends: libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py312, libc6 (>= 2.32), libgcc-s1 (>= 4.2), libstdc++6 (>= 13.1), libboost-all-dev, libeigen3-dev, python3-dev, python3-numpy, python3-scipy, ros-kilted-ros-workspace Homepage: https://github.com/stack-of-tasks/eigenpy Priority: optional Section: misc Filename: pool/main/r/ros-kilted-eigenpy/ros-kilted-eigenpy_3.12.0-1noble.20260410.234508_arm64.deb Size: 2259380 SHA256: fd8fc4d472592d8e2b309ef5b0927d5e465e01b39eb130359d82b1389b07c433 SHA1: 57f215a4f410b3d92e75618bf5a65658bae91b2b MD5sum: 9c091d3a5ed41a6b042a70d8857a014d Description: Bindings between Numpy and Eigen using Boost.Python Package: ros-kilted-eigenpy-dbgsym Package-Type: ddeb Source: ros-kilted-eigenpy Version: 3.12.0-1noble.20260410.234508 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Justin Carpentier Installed-Size: 298405 Depends: ros-kilted-eigenpy (= 3.12.0-1noble.20260410.234508) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-eigenpy/ros-kilted-eigenpy-dbgsym_3.12.0-1noble.20260410.234508_arm64.deb Size: 284916518 SHA256: c43012704e7ecc174a7ce0ebe21039246fe41a42bc68a5c151ae833f354bf1f9 SHA1: 14266491b574df2c58811569648ea51eb1620775 MD5sum: d746efb8624a1a6b70d4d9b6c27e8a23 Description: debug symbols for ros-kilted-eigenpy Build-Ids: 28f6ecd6db218f5da13bbcc567a102494d614a26 b48ee354fc00f5fb582a5191690beec384ae0077 Package: ros-kilted-eiquadprog Version: 1.3.2-1noble.20260514.083618 Architecture: arm64 Maintainer: "Guilhem Saurel" Installed-Size: 172 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), graphviz, libboost-all-dev, libeigen3-dev, ros-kilted-ament-cmake, ros-kilted-ros-workspace Homepage: https://github.com/stack-of-tasks/eiquadprog Priority: optional Section: misc Filename: pool/main/r/ros-kilted-eiquadprog/ros-kilted-eiquadprog_1.3.2-1noble.20260514.083618_arm64.deb Size: 51180 SHA256: 21c379f0fde0ef6db656ec23d48bf42c34d09aae823adc45f79fefc981624411 SHA1: 9ae8b868d3a7b09f034999bc1f147131c845b46f MD5sum: e8952d048be54108ab0897327b8e7329 Description: Eiquadprog a QP solver using active sets Package: ros-kilted-eiquadprog-dbgsym Package-Type: ddeb Source: ros-kilted-eiquadprog Version: 1.3.2-1noble.20260514.083618 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Guilhem Saurel" Installed-Size: 1879 Depends: ros-kilted-eiquadprog (= 1.3.2-1noble.20260514.083618) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-eiquadprog/ros-kilted-eiquadprog-dbgsym_1.3.2-1noble.20260514.083618_arm64.deb Size: 1868364 SHA256: 021838f310b1a963ac0ec3d10c7a68e7e5c59a78b896db57cee816f70d7dadad SHA1: b0524cc4e07c3828be68a00c3ace228893701858 MD5sum: c1316d922fbceeaba8b94700fe2aea02 Description: debug symbols for ros-kilted-eiquadprog Build-Ids: 231765fd0c84aedf6d63973cbbb91e506125c832 Package: ros-kilted-etsi-its-cam-coding Version: 3.4.0-1noble.20260410.144130 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 902 Depends: libc6 (>= 2.17), ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-cam-coding/ros-kilted-etsi-its-cam-coding_3.4.0-1noble.20260410.144130_arm64.deb Size: 143970 SHA256: d75aba242584ccf92705dd95bcdf287950bf8e878a4e0e54c925d8da83139eaa SHA1: c367a61d70e0816e2cdb8e6813a7d31a8498d4f2 MD5sum: 220e3b7b043845cca76eda6605a7907c Description: C++ compatible C source code for ETSI ITS CAMs generated from ASN.1 using asn1c Package: ros-kilted-etsi-its-cam-coding-dbgsym Package-Type: ddeb Source: ros-kilted-etsi-its-cam-coding Version: 3.4.0-1noble.20260410.144130 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 692 Depends: ros-kilted-etsi-its-cam-coding (= 3.4.0-1noble.20260410.144130) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-cam-coding/ros-kilted-etsi-its-cam-coding-dbgsym_3.4.0-1noble.20260410.144130_arm64.deb Size: 383754 SHA256: f37300b6e5a9977a34661231653276b87e15207de6d8fe654b01521014bcc0c3 SHA1: d031339ddb3993653a24b9b18c66bf9bfe159f29 MD5sum: ab4357fb5a40e557655325d90779bb47 Description: debug symbols for ros-kilted-etsi-its-cam-coding Build-Ids: 7e21cddc12478935baac09cfe5398741338adccb Package: ros-kilted-etsi-its-cam-conversion Version: 3.4.0-1noble.20260519.033735 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 370 Depends: ros-kilted-etsi-its-cam-coding, ros-kilted-etsi-its-cam-msgs, ros-kilted-etsi-its-primitives-conversion, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-cam-conversion/ros-kilted-etsi-its-cam-conversion_3.4.0-1noble.20260519.033735_arm64.deb Size: 26862 SHA256: cc60dcdc3e024f46d4f1cec4edfe35415a14dd7e843acd3e27b27d5399ed942b SHA1: b297eaad73c4e1f1bcdd51a86ca3dc49d3934a94 MD5sum: 18c7e2255607c32a611a2ece6b1c1cd7 Description: Conversion functions for converting ROS messages to and from ASN.1-encoded ETSI ITS CAMs Package: ros-kilted-etsi-its-cam-msgs Version: 3.4.0-1noble.20260519.023538 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 15295 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-cam-msgs/ros-kilted-etsi-its-cam-msgs_3.4.0-1noble.20260519.023538_arm64.deb Size: 739484 SHA256: 6750c5baab1498b7e273019a5f1cd9745391978226f70b55d3bfc4b143b27be9 SHA1: c9650bbe75fa4feef3a03cba31ef8713de593486 MD5sum: 173d3456476770de2b8d541beb7c1cbe Description: ROS messages for ETSI ITS CAM Package: ros-kilted-etsi-its-cam-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-etsi-its-cam-msgs Version: 3.4.0-1noble.20260519.023538 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 9965 Depends: ros-kilted-etsi-its-cam-msgs (= 3.4.0-1noble.20260519.023538) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-cam-msgs/ros-kilted-etsi-its-cam-msgs-dbgsym_3.4.0-1noble.20260519.023538_arm64.deb Size: 7254780 SHA256: 4dbabd07dd2b20c5cd8add6e70411579e3866899ed9d513a4ec227d650302c14 SHA1: 859bdf577ecb97a025a543ee9a13d4042b7c5010 MD5sum: 3625e1952ce4e08f08853fdccc0e1fab Description: debug symbols for ros-kilted-etsi-its-cam-msgs Build-Ids: 1cfc72cc98d2d9d6284aad796dc9dd65dbd0e448 23cdc7895a75d469ede4e170fe35b458b088dd0f 2f4eeeae87df568e5a760540b648850ca9d1c199 9fbf08a9e5936ef98fd13bdacf48cb663f11fd12 a8780cac7676aad3fe68fca10cc9f174228f7e05 b179f778203e19b70d9bd30a3028651c6d09e1da c4823b397f561684709efdf9503bf6909546d7a5 cc6c536d11e4a383e4643c1ec80db79bec22a270 d5e7ab3658ef97a7f91537a5f0bb914ab7f29c17 f8d416befd082b246d7545da1436bca93b322b7e fca5441ea29146d8190d1b71f6b9867b63e68158 Package: ros-kilted-etsi-its-cam-ts-coding Version: 3.4.0-1noble.20260410.144317 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 1552 Depends: libc6 (>= 2.17), ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-cam-ts-coding/ros-kilted-etsi-its-cam-ts-coding_3.4.0-1noble.20260410.144317_arm64.deb Size: 201182 SHA256: 536c49fb6a22f91cf586048b16b2b15308612de25e7a3b90fabe697f748923dd SHA1: 6df6b8189dce02632ba17475818866a6567d4d79 MD5sum: d031def8c467e244fff9fe62ac1086e4 Description: C++ compatible C source code for ETSI ITS CAMs (TS) generated from ASN.1 using asn1c Package: ros-kilted-etsi-its-cam-ts-coding-dbgsym Package-Type: ddeb Source: ros-kilted-etsi-its-cam-ts-coding Version: 3.4.0-1noble.20260410.144317 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 1092 Depends: ros-kilted-etsi-its-cam-ts-coding (= 3.4.0-1noble.20260410.144317) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-cam-ts-coding/ros-kilted-etsi-its-cam-ts-coding-dbgsym_3.4.0-1noble.20260410.144317_arm64.deb Size: 513498 SHA256: 34431e2f93acfec14d6f8ea32519087e8fef67d2704fcef63eee9022bac94281 SHA1: 34a80888a9914544b878ce8bb4792e9efdbe5ab9 MD5sum: 36fc7e6e9ef1651574ff8d8b84f66d66 Description: debug symbols for ros-kilted-etsi-its-cam-ts-coding Build-Ids: 96f8fcb733046549e133a890ee44c1099adb55a5 Package: ros-kilted-etsi-its-cam-ts-conversion Version: 3.4.0-1noble.20260519.033944 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 643 Depends: ros-kilted-etsi-its-cam-ts-coding, ros-kilted-etsi-its-cam-ts-msgs, ros-kilted-etsi-its-primitives-conversion, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-cam-ts-conversion/ros-kilted-etsi-its-cam-ts-conversion_3.4.0-1noble.20260519.033944_arm64.deb Size: 54758 SHA256: cb23fcc9040414b349e22b9f8c8860ceb041281d69580915e98b9509024701cf SHA1: b946d3b2a60b2a018d6911f537757fd6693e9209 MD5sum: d9422b51a801414ca36b3ffa37505cfe Description: Conversion functions for converting ROS messages to and from ASN.1-encoded ETSI ITS CAMs (TS) Package: ros-kilted-etsi-its-cam-ts-msgs Version: 3.4.0-1noble.20260519.023558 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 21790 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-cam-ts-msgs/ros-kilted-etsi-its-cam-ts-msgs_3.4.0-1noble.20260519.023558_arm64.deb Size: 1039842 SHA256: 45417b527d8f7db6b80bb2d62e7f504e69c6e0ab702d971d9db72902434bb184 SHA1: 6f0901d9da70bd707da906adbe3d20c966727bbf MD5sum: 8881dafcb6edfa34e52cba9ec2b50523 Description: ROS messages for ETSI ITS CAM (TS) Package: ros-kilted-etsi-its-cam-ts-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-etsi-its-cam-ts-msgs Version: 3.4.0-1noble.20260519.023558 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 12540 Depends: ros-kilted-etsi-its-cam-ts-msgs (= 3.4.0-1noble.20260519.023558) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-cam-ts-msgs/ros-kilted-etsi-its-cam-ts-msgs-dbgsym_3.4.0-1noble.20260519.023558_arm64.deb Size: 8957324 SHA256: fc7c515c0024b6d5effebba5441c388f7752c380ef633f265c4aa224b3e9b4a1 SHA1: d5576108105c1c120be6b2127ad691f1924c376a MD5sum: 99a78d7d8fd8238bd1fba0454299ee3b Description: debug symbols for ros-kilted-etsi-its-cam-ts-msgs Build-Ids: 246d033da5070e4bebb39031513b31aabc66cf7f 2526c9193e25a327cdfb7f9ffb0dd8023744cb6b 2796863057674d160c650d7728fc28e9373be28d 4ada59900f4b5408f925ccbc80dffa4eb0a0dcdc 533a4a43a9940cb85a1ae946c1b6a1e38053b546 5db56107cc6653722b9cc8932bffe38754f62562 78bda1f36f741c936c226cd2fd56fc9afabdf043 8ad9a0482715cc9fe882415fa48d970789e74881 a1c4d5238e8dc9980122b3a291987bac53768fc9 bd00c26dfffcd94a132391ee6fe835b233471db2 c7b86550cd5604ad607bb01db8ee6bb7eda00f24 Package: ros-kilted-etsi-its-coding Version: 3.4.0-1noble.20260410.150242 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 42 Depends: ros-kilted-etsi-its-cam-coding, ros-kilted-etsi-its-cam-ts-coding, ros-kilted-etsi-its-cpm-ts-coding, ros-kilted-etsi-its-denm-coding, ros-kilted-etsi-its-denm-ts-coding, ros-kilted-etsi-its-mapem-ts-coding, ros-kilted-etsi-its-spatem-ts-coding, ros-kilted-etsi-its-vam-ts-coding, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-coding/ros-kilted-etsi-its-coding_3.4.0-1noble.20260410.150242_arm64.deb Size: 5914 SHA256: 9f40ca0581c8addb730bcae3e7ce8c34eb1c100f6b14aa82c7339a0fd2093e0b SHA1: e96aef1cf0e5cc0da8a751c1a0868e8ae73be1af MD5sum: 8c13b42338888bf4b2a1726d71937628 Description: C++ compatible C source code for ETSI ITS messages generated from ASN.1 using asn1c Package: ros-kilted-etsi-its-conversion Version: 3.4.0-1noble.20260519.095544 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 4630 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-etsi-its-cam-conversion, ros-kilted-etsi-its-cam-ts-conversion, ros-kilted-etsi-its-conversion-srvs, ros-kilted-etsi-its-cpm-ts-conversion, ros-kilted-etsi-its-denm-conversion, ros-kilted-etsi-its-denm-ts-conversion, ros-kilted-etsi-its-mapem-ts-conversion, ros-kilted-etsi-its-mcm-uulm-conversion, ros-kilted-etsi-its-spatem-ts-conversion, ros-kilted-etsi-its-vam-ts-conversion, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-ros-environment, ros-kilted-udp-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-conversion/ros-kilted-etsi-its-conversion_3.4.0-1noble.20260519.095544_arm64.deb Size: 619142 SHA256: b3215e326aa2ddbd32fd6318722d5f6360bac52d7bb2c7259067121c75f33e7a SHA1: 56ae420730b9d37eee978d2d9be83a1ed4cf830f MD5sum: 913b04df8d0f005e8709718ec7818ccb Description: Converts ROS messages to and from ASN.1-encoded ETSI ITS messages Package: ros-kilted-etsi-its-conversion-dbgsym Package-Type: ddeb Source: ros-kilted-etsi-its-conversion Version: 3.4.0-1noble.20260519.095544 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 18597 Depends: ros-kilted-etsi-its-conversion (= 3.4.0-1noble.20260519.095544) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-conversion/ros-kilted-etsi-its-conversion-dbgsym_3.4.0-1noble.20260519.095544_arm64.deb Size: 15123874 SHA256: a529bf40951e9461a5455e556746b7fee79f090fc3ec57d6ad8e0210315ff038 SHA1: fcfced6510b9af21ced41ccf26d9819721bff8c4 MD5sum: 93e6fff200ed29e6ddf027f3608d13c6 Description: debug symbols for ros-kilted-etsi-its-conversion Build-Ids: 2046fa203e7932a62da8b3afe0c2edfe0973aacb 31c03bc3b318b244e84885977b9404fdd7bbd16f 6786fea3cb76bf5c2987306cbc8c12a9eaeda59a Package: ros-kilted-etsi-its-conversion-srvs Version: 3.4.0-1noble.20260519.032844 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 17359 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-etsi-its-cam-msgs, ros-kilted-etsi-its-cam-ts-msgs, ros-kilted-etsi-its-cpm-ts-msgs, ros-kilted-etsi-its-denm-msgs, ros-kilted-etsi-its-denm-ts-msgs, ros-kilted-etsi-its-mapem-ts-msgs, ros-kilted-etsi-its-mcm-uulm-msgs, ros-kilted-etsi-its-spatem-ts-msgs, ros-kilted-etsi-its-vam-ts-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-udp-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-conversion-srvs/ros-kilted-etsi-its-conversion-srvs_3.4.0-1noble.20260519.032844_arm64.deb Size: 939980 SHA256: fb7f1396ec8fd7bf2aa329955dc3176b3ffbd3531a0e470f326f5758ceb8cc7e SHA1: 30412780764ce09a7939847185266f43b96b2a48 MD5sum: 850bd74bc74e5f1d47f3ecc539dd9465 Description: Services to convert ROS messages to and from ASN.1-encoded ETSI ITS messages Package: ros-kilted-etsi-its-conversion-srvs-dbgsym Package-Type: ddeb Source: ros-kilted-etsi-its-conversion-srvs Version: 3.4.0-1noble.20260519.032844 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 14039 Depends: ros-kilted-etsi-its-conversion-srvs (= 3.4.0-1noble.20260519.032844) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-conversion-srvs/ros-kilted-etsi-its-conversion-srvs-dbgsym_3.4.0-1noble.20260519.032844_arm64.deb Size: 11540412 SHA256: 0ed6155f01cb97cf2efaef561390b38f87a82fe2ccdca84feff04ae2bd4239fb SHA1: 56ddc43bbf457e9c5196d1499170439646db6a0e MD5sum: 67a1692cabf4d456342cee0520388509 Description: debug symbols for ros-kilted-etsi-its-conversion-srvs Build-Ids: 14cdf1dc5da85e88933b13172e0e8895b8658f3c 36a3a2fd65c291c26ce004163d297564327b2830 3ab5e9648f0bbe234267ba36d2cf1ab5ad364d08 432ab8730b6c4fa3085be0872ee2ecadecc65497 479a1f62eaeb7e18246c5e43d4c72e714e50665c 4aea37258665814120e2833618d1993cb9e87b5f 615507eeb0775dfbf223be9f009c80a17b42b993 793d2b09df0f5d1953c3649e1fa088d96111228d c8d3d5a26349496dbedd9e8cffb90b3aaa5fc2fa d1e29f729e0c0764d8207f07df7ebf3c09404d44 d4c48f8131ded2e5ca2204e11b7a91ba396d19b7 Package: ros-kilted-etsi-its-cpm-ts-coding Version: 3.4.0-1noble.20260410.144610 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 1467 Depends: libc6 (>= 2.17), ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-cpm-ts-coding/ros-kilted-etsi-its-cpm-ts-coding_3.4.0-1noble.20260410.144610_arm64.deb Size: 192068 SHA256: ff6d6b188e3cea0f98e37bca8c11aa07068a1ae0f683029a62b822449f911f5b SHA1: 13a1f99e57b0c8019011984a6307896a2cb2ab4e MD5sum: 3971c8ca763fb2958e7c479c257d24fa Description: C++ compatible C source code for ETSI ITS CPMs (TS) generated from ASN.1 using asn1c Package: ros-kilted-etsi-its-cpm-ts-coding-dbgsym Package-Type: ddeb Source: ros-kilted-etsi-its-cpm-ts-coding Version: 3.4.0-1noble.20260410.144610 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 1030 Depends: ros-kilted-etsi-its-cpm-ts-coding (= 3.4.0-1noble.20260410.144610) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-cpm-ts-coding/ros-kilted-etsi-its-cpm-ts-coding-dbgsym_3.4.0-1noble.20260410.144610_arm64.deb Size: 495922 SHA256: e6af4916d0f36d209142b77e7ad4cc847b6d1539d1694c6b013e5d7766b020de SHA1: e7a5e6ca7721c7228aa6f804a39006eed1034431 MD5sum: 058a60db70d967c83102b9688a4302fa Description: debug symbols for ros-kilted-etsi-its-cpm-ts-coding Build-Ids: ecc2165010a14b497f42bc0fcbffae347132892a Package: ros-kilted-etsi-its-cpm-ts-conversion Version: 3.4.0-1noble.20260519.034027 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 608 Depends: ros-kilted-etsi-its-cpm-ts-coding, ros-kilted-etsi-its-cpm-ts-msgs, ros-kilted-etsi-its-primitives-conversion, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-cpm-ts-conversion/ros-kilted-etsi-its-cpm-ts-conversion_3.4.0-1noble.20260519.034027_arm64.deb Size: 45982 SHA256: d86d7be8efad15e6ca03ed74b1910a9807bd08dd6cda46164e60e95cc7a0c24f SHA1: 9721f2b484f204a24621f9c8ee97a3743884d9ea MD5sum: 51f6a18d23516cfe1030852e8b119d68 Description: Conversion functions for converting ROS messages to and from ASN.1-encoded ETSI ITS CPMs (TS) Package: ros-kilted-etsi-its-cpm-ts-msgs Version: 3.4.0-1noble.20260519.023609 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 22528 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-cpm-ts-msgs/ros-kilted-etsi-its-cpm-ts-msgs_3.4.0-1noble.20260519.023609_arm64.deb Size: 1042334 SHA256: 4fc0d3026befd34344e37a6451b16384b7ab2ec5f6f256b4a6b550fe41117fba SHA1: 172b6fcaf120caf6a394d27b759de57e90f08f96 MD5sum: 8db5c1c51b7e7f9a4f4ea7e45e184969 Description: ROS messages for ETSI ITS CPM (TS) Package: ros-kilted-etsi-its-cpm-ts-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-etsi-its-cpm-ts-msgs Version: 3.4.0-1noble.20260519.023609 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 14116 Depends: ros-kilted-etsi-its-cpm-ts-msgs (= 3.4.0-1noble.20260519.023609) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-cpm-ts-msgs/ros-kilted-etsi-its-cpm-ts-msgs-dbgsym_3.4.0-1noble.20260519.023609_arm64.deb Size: 10461558 SHA256: 0d8049cfc89736056bb07198ae46ab6ea3c9becddde4375030a42a57042fd8da SHA1: 8d2ff8cf0464c9c415fd379a2ccf2a76f259d9c7 MD5sum: c913d68395658aaea83ded1d09c3f167 Description: debug symbols for ros-kilted-etsi-its-cpm-ts-msgs Build-Ids: 04e2ffa9cb4858fa16c828d1cc7fc2222099390b 484c0e64558cf12c142b48d3339ee8b1e3140939 6f129531f72c87a5b251008aaccdbeb9002961eb 772d265205f4617262fc3d7e2bc261f83aedfca7 83dc910275c1d96241b417f9414dcb786afaf24d 9d2e3bff56ad10a31157caeda9cc4e8de89fcc89 bd5c8a621160ebf624d3fe16c48db16d8afd2e0b d00c19b609b199392164156f8db5d63c96987b89 dde20e53d71486b355fe0ebaf6358779538b6fc3 e98dfb80162a42ab114e40fc7557bdee1d3360d4 ea7d3b0e85261f3fe327af7ea29e114a1eba7716 Package: ros-kilted-etsi-its-denm-coding Version: 3.4.0-1noble.20260410.144937 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 892 Depends: libc6 (>= 2.17), ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-denm-coding/ros-kilted-etsi-its-denm-coding_3.4.0-1noble.20260410.144937_arm64.deb Size: 143476 SHA256: 739b55248814881683b3553c74165c4a8e463d295baffeff87740125dc827005 SHA1: a962043270bd2c4f411e1bb02248968b16ad86a1 MD5sum: 97095460e9ec3c41339dce8df700cb23 Description: C++ compatible C source code for ETSI ITS DENMs generated from ASN.1 using asn1c Package: ros-kilted-etsi-its-denm-coding-dbgsym Package-Type: ddeb Source: ros-kilted-etsi-its-denm-coding Version: 3.4.0-1noble.20260410.144937 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 677 Depends: ros-kilted-etsi-its-denm-coding (= 3.4.0-1noble.20260410.144937) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-denm-coding/ros-kilted-etsi-its-denm-coding-dbgsym_3.4.0-1noble.20260410.144937_arm64.deb Size: 375970 SHA256: 9f1fd85e11f7818b379d686b082599e577aec270191c8472c71a6d63c339f608 SHA1: e8f86e0fa80bc0d368fa8778b0629bbfd2f5f923 MD5sum: c99ce4503951804e39e435b50ad87481 Description: debug symbols for ros-kilted-etsi-its-denm-coding Build-Ids: bc775d6f0a69d05a163aff441c8599167fa31f31 Package: ros-kilted-etsi-its-denm-conversion Version: 3.4.0-1noble.20260519.033739 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 413 Depends: ros-kilted-etsi-its-denm-coding, ros-kilted-etsi-its-denm-msgs, ros-kilted-etsi-its-primitives-conversion, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-denm-conversion/ros-kilted-etsi-its-denm-conversion_3.4.0-1noble.20260519.033739_arm64.deb Size: 29934 SHA256: c54fdda936a685fca7bd5d8bbf4557c36bcd58c44b1bbe79c23b587a3b41f831 SHA1: 15c7c3fbfc531c7bef61dcd0e8d650676a19b7aa MD5sum: e28bdbad29ef91f99bf6539dc47680ea Description: Conversion functions for converting ROS messages to and from ASN.1-encoded ETSI ITS DENMs Package: ros-kilted-etsi-its-denm-msgs Version: 3.4.0-1noble.20260519.023611 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 16827 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-denm-msgs/ros-kilted-etsi-its-denm-msgs_3.4.0-1noble.20260519.023611_arm64.deb Size: 817424 SHA256: c6c5a817abb47d4ad0b72d88e9c87211be74dbc2e2bb1aebdba14b5a2fe64db8 SHA1: 52369a2e53afb93d6c1d4e4f351a645444a1e5c4 MD5sum: 1aa067d581f8a54e5b725ccabd6c4aff Description: ROS messages for ETSI ITS DENM Package: ros-kilted-etsi-its-denm-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-etsi-its-denm-msgs Version: 3.4.0-1noble.20260519.023611 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 11124 Depends: ros-kilted-etsi-its-denm-msgs (= 3.4.0-1noble.20260519.023611) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-denm-msgs/ros-kilted-etsi-its-denm-msgs-dbgsym_3.4.0-1noble.20260519.023611_arm64.deb Size: 8095310 SHA256: 927c159a3cdb6d750c9ed008961ff8e0aa5de7d45449e8f76ccd81cf9d30df9b SHA1: 59596696e405521f3544a12cd36609829510b65e MD5sum: 4cda986500a5bab30d870e5c97717a47 Description: debug symbols for ros-kilted-etsi-its-denm-msgs Build-Ids: 1105414f71041dc78fd1816b9f3dfd08ca0ee590 42c4fc3731da690d33a9fc65810b40bbf97ad1d4 5eaa80647cdea95d4d576e4c355f71c3b0956480 758c312e4e7829a8738bfc4449b4df1119bce750 7eeff7583ff958588cdba07c03a623daea2bfc39 9ad2b1a5de8836d3cc58a0812ecd7d9f9a631d50 a1964ce33679f9d45cdc04cdb66d6806c88e1698 a759996a9e8ea0491b625350a42c24358e733e73 b9d6b26283e1579beb9bffc2cae670622e22099f d215b2face131275c88101d2714e810a85041263 e4f2a03ef4581ba320c23143219849b582c7f654 Package: ros-kilted-etsi-its-denm-ts-coding Version: 3.4.0-1noble.20260410.145208 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 1557 Depends: libc6 (>= 2.17), ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-denm-ts-coding/ros-kilted-etsi-its-denm-ts-coding_3.4.0-1noble.20260410.145208_arm64.deb Size: 202050 SHA256: 3b09b643c5387bf8a79bbcc9d423ba09f2639710e5c29035070947319880f9d6 SHA1: 68edf36db35d6b57bd7617924ba54b6d16d7f091 MD5sum: 77b30bc24a6c7884117dd57caa4c9201 Description: C++ compatible C source code for ETSI ITS DENMs (TS) generated from ASN.1 using asn1c Package: ros-kilted-etsi-its-denm-ts-coding-dbgsym Package-Type: ddeb Source: ros-kilted-etsi-its-denm-ts-coding Version: 3.4.0-1noble.20260410.145208 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 1082 Depends: ros-kilted-etsi-its-denm-ts-coding (= 3.4.0-1noble.20260410.145208) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-denm-ts-coding/ros-kilted-etsi-its-denm-ts-coding-dbgsym_3.4.0-1noble.20260410.145208_arm64.deb Size: 507324 SHA256: 19ee2f3c57220a5062c6ee1e0e78febf83ea8a88223b267b097f5e73e6b07ab4 SHA1: c0b4a3c467e7523d825d96a6e3c19c7a01499622 MD5sum: bec704e4d86954f763c3b73f0518edad Description: debug symbols for ros-kilted-etsi-its-denm-ts-coding Build-Ids: 7cc9f75e237ae7c3cc1438eaceac3dc1969a331c Package: ros-kilted-etsi-its-denm-ts-conversion Version: 3.4.0-1noble.20260519.034031 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 1176 Depends: ros-kilted-etsi-its-denm-ts-coding, ros-kilted-etsi-its-denm-ts-msgs, ros-kilted-etsi-its-primitives-conversion, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-denm-ts-conversion/ros-kilted-etsi-its-denm-ts-conversion_3.4.0-1noble.20260519.034031_arm64.deb Size: 89226 SHA256: 3385ad1fed5072131d8e9dd78d6f2187a98dd6f15a2387ca456ac7056b6dbe6b SHA1: 30d65ac735d4379f5f2e1953d2a9fedd77490e86 MD5sum: d9556249dbd2eedbb571bec6304dd9a5 Description: Conversion functions for converting ROS messages to and from ASN.1-encoded ETSI ITS DENMs (TS) Package: ros-kilted-etsi-its-denm-ts-msgs Version: 3.4.0-1noble.20260519.023617 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 43363 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-denm-ts-msgs/ros-kilted-etsi-its-denm-ts-msgs_3.4.0-1noble.20260519.023617_arm64.deb Size: 2101276 SHA256: 5d9d177ecfc0a7f9257eba82d8ec27ae23954a6790420df0b0621cf24eba4869 SHA1: fb158887596879f4db6c1935d0061d72ae61f8f7 MD5sum: c5318470e2f8d59fb76b88e14753c36a Description: ROS messages for ETSI ITS DENM (TS) Package: ros-kilted-etsi-its-denm-ts-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-etsi-its-denm-ts-msgs Version: 3.4.0-1noble.20260519.023617 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 26611 Depends: ros-kilted-etsi-its-denm-ts-msgs (= 3.4.0-1noble.20260519.023617) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-denm-ts-msgs/ros-kilted-etsi-its-denm-ts-msgs-dbgsym_3.4.0-1noble.20260519.023617_arm64.deb Size: 19567688 SHA256: 8da3bede4686099a3b7340cf220715a2dfe056ef91aaf24b0cfe037e0f0fc55b SHA1: 0ff5ef5d1eb9849b29e4484b63e264c6bcb26658 MD5sum: 814b74d2159daf961933023c78e1ebc5 Description: debug symbols for ros-kilted-etsi-its-denm-ts-msgs Build-Ids: 0049d59187a083a839561f0ff079354aa4f1c59a 0d1cc21c43a1b9cdbaef735fe4ef9d2880d00c33 15a57d756bbf10a5e67e2447afc29a826ea74120 42f355b0829085231e51bad544ca5ad39cc48387 58857bb9a0c6d1ad5b3be398cb3cfd323ae95eef 5e15d99b5de777acb5c86114994573ccb76eddd4 83e982675c3e9731e64bd3f49f77794617847193 c825b230ee25ed51424369d839601e81e0f0a842 d5eb2c229fb4f9461a7660cb44e5806f875612ae eff8d035ffd8259985ad3634dd41e3d22ee911b1 f901ebfc735a96da5436a2d3c5510a8832ec3f2c Package: ros-kilted-etsi-its-mapem-ts-coding Version: 3.4.0-1noble.20260410.145236 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 1687 Depends: libc6 (>= 2.17), ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-mapem-ts-coding/ros-kilted-etsi-its-mapem-ts-coding_3.4.0-1noble.20260410.145236_arm64.deb Size: 211672 SHA256: d5455b190ac60bd2502def56b3e2482336c1f24f1e9975f8b7e2f02d4b348bf8 SHA1: 705868b785b63d6404139f8d4091bc773e339c3c MD5sum: 317c3b3f9558f96b12eb7811ef8d8df5 Description: C++ compatible C source code for ETSI ITS MAPEMs (TS) generated from ASN.1 using asn1c Package: ros-kilted-etsi-its-mapem-ts-coding-dbgsym Package-Type: ddeb Source: ros-kilted-etsi-its-mapem-ts-coding Version: 3.4.0-1noble.20260410.145236 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 1187 Depends: ros-kilted-etsi-its-mapem-ts-coding (= 3.4.0-1noble.20260410.145236) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-mapem-ts-coding/ros-kilted-etsi-its-mapem-ts-coding-dbgsym_3.4.0-1noble.20260410.145236_arm64.deb Size: 551468 SHA256: 8360c1a9ba0fce561f630552be148661fced34f38d1ca9539565d13a3a9a4846 SHA1: 13325715e973b310d0fcb0e6c62fc9ee9c572591 MD5sum: 6a888dcda8eb7c837654e42e288d28ef Description: debug symbols for ros-kilted-etsi-its-mapem-ts-coding Build-Ids: 38180d10085bde9ea0e33e60245d752f62e09c84 Package: ros-kilted-etsi-its-mapem-ts-conversion Version: 3.4.0-1noble.20260519.033935 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 410 Depends: ros-kilted-etsi-its-mapem-ts-coding, ros-kilted-etsi-its-mapem-ts-msgs, ros-kilted-etsi-its-primitives-conversion, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-mapem-ts-conversion/ros-kilted-etsi-its-mapem-ts-conversion_3.4.0-1noble.20260519.033935_arm64.deb Size: 27202 SHA256: 1ad0ddda80746aa76254028949a62a7c853c150ed0353c4cca1b2469870bc1d3 SHA1: f367edca8e1650ab1c5e756963b494a4283bc129 MD5sum: df12a3ac93c30529d3ef9d8dc5288328 Description: Conversion functions for converting ROS messages to and from ASN.1-encoded ETSI ITS MAPEMs (TS) Package: ros-kilted-etsi-its-mapem-ts-msgs Version: 3.4.0-1noble.20260519.023722 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 16729 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-mapem-ts-msgs/ros-kilted-etsi-its-mapem-ts-msgs_3.4.0-1noble.20260519.023722_arm64.deb Size: 771596 SHA256: e70c0db6c6fba0e7eeb60d7f5e0012c494fae5e4df5eb9abf4b119eb6f07be15 SHA1: 8cdc104138d59eaddeb07c4ae80be4042ada784c MD5sum: 157d836488214ff4e5577351253352d8 Description: ROS messages for ETSI ITS MAPEM (TS) Package: ros-kilted-etsi-its-mapem-ts-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-etsi-its-mapem-ts-msgs Version: 3.4.0-1noble.20260519.023722 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 11367 Depends: ros-kilted-etsi-its-mapem-ts-msgs (= 3.4.0-1noble.20260519.023722) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-mapem-ts-msgs/ros-kilted-etsi-its-mapem-ts-msgs-dbgsym_3.4.0-1noble.20260519.023722_arm64.deb Size: 8569262 SHA256: 8e12594781e44e049a7038ff1e26fb314751ddb916f9337c70e5ab66d03db99d SHA1: 548c23b8821fb90654c1965dc966fb26a4666ac0 MD5sum: 7c83d3245cc0d580724693696f29a960 Description: debug symbols for ros-kilted-etsi-its-mapem-ts-msgs Build-Ids: 19e4d65f7923830e5f718bb71450e505c83df6e1 1bc393e24d17046d746c248a5a555b08bbc40e81 4d7be2d8b5b2a2add1657237e6bc52198ba08ac0 5e853be08e20f0c9161530918aa99806ab4d5d67 613bb9038d17ab2d8ce01a436045eff3e22391b8 62117fbc90cde2aaf18cfd29e4ff5e53b205538a 6de3dd23990d7e613d866c3302eb6d21192a990a 802da9f9636f603d14b0d7195d418a1d480a93d4 80fb12e9efaabebf22fc58146b47ee0b2fc52fe4 c9e2fdafcf3bc91171ffcd067408d70edeb5bb1e e46e4f7c62f3850e567aae8342776ddd7bc60bd0 Package: ros-kilted-etsi-its-mcm-uulm-coding Version: 3.4.0-1noble.20260410.145244 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 1623 Depends: libc6 (>= 2.17), ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-mcm-uulm-coding/ros-kilted-etsi-its-mcm-uulm-coding_3.4.0-1noble.20260410.145244_arm64.deb Size: 206448 SHA256: 350509a6d9cb510a322aa7a646681980dccb0fbb263b08b981eb466630fda70a SHA1: 10b777a83e2e5e80c684cc3d00444564cab78ffe MD5sum: ab9f357d5ab1db1bb61fca05ec72f7fa Description: C++ compatible C source code for draft MCM (TS) version of UULM generated from ASN.1 using asn1c Package: ros-kilted-etsi-its-mcm-uulm-coding-dbgsym Package-Type: ddeb Source: ros-kilted-etsi-its-mcm-uulm-coding Version: 3.4.0-1noble.20260410.145244 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 1135 Depends: ros-kilted-etsi-its-mcm-uulm-coding (= 3.4.0-1noble.20260410.145244) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-mcm-uulm-coding/ros-kilted-etsi-its-mcm-uulm-coding-dbgsym_3.4.0-1noble.20260410.145244_arm64.deb Size: 521124 SHA256: eae51e72f59e7d44414e0a209d10b51fc32324e0f42d35fde51123ce2f2e6154 SHA1: 70525c5d51c744f2bde5860f4d79c27edff8c6c4 MD5sum: 90df1f73897c009a103e83ab28053ef1 Description: debug symbols for ros-kilted-etsi-its-mcm-uulm-coding Build-Ids: cc6bc604996f33bd084caab4f62deefbf61be616 Package: ros-kilted-etsi-its-mcm-uulm-conversion Version: 3.4.0-1noble.20260519.033705 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 262 Depends: ros-kilted-etsi-its-mcm-uulm-coding, ros-kilted-etsi-its-mcm-uulm-msgs, ros-kilted-etsi-its-primitives-conversion, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-mcm-uulm-conversion/ros-kilted-etsi-its-mcm-uulm-conversion_3.4.0-1noble.20260519.033705_arm64.deb Size: 23398 SHA256: b1776f22ddc483ede21ec30eb29eb91ad20d259a054756eae5f2a5f2f9b1ec60 SHA1: e7d9a03763ee54e8375c2a74d9267361157b5ef3 MD5sum: 11fb0df95c35e36ccfee9b0ecfd9a0be Description: Conversion functions for converting ROS messages to and from ASN.1-encoded UULM draft MCMs (TS) Package: ros-kilted-etsi-its-mcm-uulm-msgs Version: 3.4.0-1noble.20260519.023709 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 9241 Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-mcm-uulm-msgs/ros-kilted-etsi-its-mcm-uulm-msgs_3.4.0-1noble.20260519.023709_arm64.deb Size: 451534 SHA256: 1bb8ac0ff18a26f34470c6baf9b22d943d74f1367ee7614a7dba365f4cdbc08c SHA1: 93c5b644bf790febf414dceed8f2a6f4422082c2 MD5sum: 9db83b8386fb7d8a67381cec500911da Description: ROS messages for draft MCM (TS) version of UULM Package: ros-kilted-etsi-its-mcm-uulm-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-etsi-its-mcm-uulm-msgs Version: 3.4.0-1noble.20260519.023709 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 5965 Depends: ros-kilted-etsi-its-mcm-uulm-msgs (= 3.4.0-1noble.20260519.023709) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-mcm-uulm-msgs/ros-kilted-etsi-its-mcm-uulm-msgs-dbgsym_3.4.0-1noble.20260519.023709_arm64.deb Size: 4426478 SHA256: ea30a4b3fea204bfda6d3b46597be2d5921a73ba564de810ebc8a51e8a55e8d9 SHA1: ca59be5c51932c3a38150dc3265bc66e88e37615 MD5sum: c588486e20db0c4a7abfa8217a421efd Description: debug symbols for ros-kilted-etsi-its-mcm-uulm-msgs Build-Ids: 16fdff77a26c12de1d0ebc051ecfc9b0b5f9cbb0 1afb83bb687f1fa978b2580da9821bf70cabf401 2c309071407f6bed8df4c3a1286afc8ff7ec2620 38b5076c471ccf173393a05acf98badce0fdd16a 7181e4f6a22273edc13913b79037bb3d7fd64ca1 8285eedc0262bb396046ee07868fee5bf5b48cff 8a654414d45b58901c08951c8c0bfe1ec2be39c7 a3d8af24b1313a6b709c012b2f6ffd7c59d38b17 a890c0d8c068b288bc800e0dcb7d2e9142049600 bd0ac14863ee69609275fa0cbdd508815a821390 c900ca5ed26483624067eaf23772ec09ccc9d8a8 Package: ros-kilted-etsi-its-messages Version: 3.4.0-1noble.20260519.100547 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 41 Depends: ros-kilted-etsi-its-coding, ros-kilted-etsi-its-conversion, ros-kilted-etsi-its-msgs, ros-kilted-etsi-its-msgs-utils, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-messages/ros-kilted-etsi-its-messages_3.4.0-1noble.20260519.100547_arm64.deb Size: 5578 SHA256: 3ae6d44f23943d23f9ed5046654c7ae0eba45f64cf6812af4dacb8531e0f2466 SHA1: 25369c280779b2c5a663e388e7837fe1fa1f6b14 MD5sum: 2ccc3cfafd25c14215ec2812fe72d4aa Description: ROS support for ETSI ITS messages Package: ros-kilted-etsi-its-msgs Version: 3.4.0-1noble.20260519.033714 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 47 Depends: ros-kilted-etsi-its-cam-msgs, ros-kilted-etsi-its-cam-ts-msgs, ros-kilted-etsi-its-cpm-ts-msgs, ros-kilted-etsi-its-denm-msgs, ros-kilted-etsi-its-denm-ts-msgs, ros-kilted-etsi-its-mapem-ts-msgs, ros-kilted-etsi-its-spatem-ts-msgs, ros-kilted-etsi-its-vam-ts-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-msgs/ros-kilted-etsi-its-msgs_3.4.0-1noble.20260519.033714_arm64.deb Size: 6868 SHA256: ecbc9ea1555474ebaede140cae4935d7db0bedb2b3ef2d37ace04c1c3ded399a SHA1: 9d1fd8d3eda3adf225f98349018da5a9e14ed7f0 MD5sum: ef74fa00f897dc1f7f21848de6d2f2d7 Description: ROS messages for ETSI ITS messages Package: ros-kilted-etsi-its-msgs-utils Version: 3.4.0-1noble.20260519.081243 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 481 Depends: libgeographiclib-dev, ros-kilted-etsi-its-msgs, ros-kilted-geometry-msgs, ros-kilted-tf2-geometry-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-msgs-utils/ros-kilted-etsi-its-msgs-utils_3.4.0-1noble.20260519.081243_arm64.deb Size: 46744 SHA256: 8ba73b7f1e6b93e3cca380aaaccfe70f413eb7f5ee7cd28f1ea6f5907774f843 SHA1: 9a5dc0975aeaa6ed833f14a6d4d7675885d54f13 MD5sum: 1b9fad1214b8bddc104ea0c5aee17241 Description: ROS messages and utility functions for ETSI ITS messages Package: ros-kilted-etsi-its-primitives-conversion Version: 3.4.0-1noble.20260410.145424 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 70 Depends: ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-primitives-conversion/ros-kilted-etsi-its-primitives-conversion_3.4.0-1noble.20260410.145424_arm64.deb Size: 9704 SHA256: 1e762bfd2f38543ba2872df397f5eb3d3d796f4c42e684a7adf95ed8d7d1c5df SHA1: 21352f2967ba6798516453ee4af07988ad4538ef MD5sum: 36f18d82494280eade7fb0113ba43f7b Description: Conversion functions for converting ROS primitives to and from ASN.1-encoded primitives Package: ros-kilted-etsi-its-rviz-plugins Version: 3.4.0-1noble.20260519.151523 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 1699 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgeographiclib26 (>= 1.40), liborocos-kdl1.5 (>= 1.5.1), libqt5core5t64 (>= 5.5.0), libqt5gui5t64 (>= 5.11.0~rc1) | libqt5gui5-gles (>= 5.11.0~rc1), libstdc++6 (>= 13.1), ros-kilted-rviz-ogre-vendor, libqt5gui5t64, libqt5opengl5, libqt5widgets5t64, python3-pyproj, ros-kilted-etsi-its-cam-msgs, ros-kilted-etsi-its-cpm-ts-msgs, ros-kilted-etsi-its-denm-msgs, ros-kilted-etsi-its-mapem-ts-msgs, ros-kilted-etsi-its-msgs-utils, ros-kilted-etsi-its-spatem-ts-msgs, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-ros-environment, ros-kilted-rviz-common, ros-kilted-rviz-default-plugins, ros-kilted-rviz-rendering, ros-kilted-rviz-satellite, ros-kilted-rviz2, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-rviz-plugins/ros-kilted-etsi-its-rviz-plugins_3.4.0-1noble.20260519.151523_arm64.deb Size: 281724 SHA256: 1d6db86e625cb35b7780fe5cc2626ff8ad2b21731020c03c6c6288e874df3c84 SHA1: b0aa4bd3908c1e21c6fa0be9ab624bb6ebc403c1 MD5sum: d8fbbe03f16071d2f67b282b0bb7153c Description: RViz plugins for etsi_its_messages Package: ros-kilted-etsi-its-rviz-plugins-dbgsym Package-Type: ddeb Source: ros-kilted-etsi-its-rviz-plugins Version: 3.4.0-1noble.20260519.151523 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 13456 Depends: ros-kilted-etsi-its-rviz-plugins (= 3.4.0-1noble.20260519.151523) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-rviz-plugins/ros-kilted-etsi-its-rviz-plugins-dbgsym_3.4.0-1noble.20260519.151523_arm64.deb Size: 11575148 SHA256: ceb5befef5cd246af42b591ff734e30e041a04e83967f77ee6c03ff42c2d97a7 SHA1: 9a15ee734304d2001cbda75ade0981a2774e7d25 MD5sum: d4a62596ee32f76befac1f8a1a5ad8ce Description: debug symbols for ros-kilted-etsi-its-rviz-plugins Build-Ids: fc9a62c45afe2407132f8b753902988f961630e8 Package: ros-kilted-etsi-its-spatem-ts-coding Version: 3.4.0-1noble.20260410.145530 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 1691 Depends: libc6 (>= 2.17), ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-spatem-ts-coding/ros-kilted-etsi-its-spatem-ts-coding_3.4.0-1noble.20260410.145530_arm64.deb Size: 211172 SHA256: 5a7d1e430954f5a85ac26fdac107706f7dd70682d989d9fcab607c5fce4d34c8 SHA1: 973184c3e9ea59cec7f7e759db75512f828c51e0 MD5sum: e1799cd3fe1906ef566a637de518b6bf Description: C++ compatible C source code for ETSI ITS SPATEMs (TS) generated from ASN.1 using asn1c Package: ros-kilted-etsi-its-spatem-ts-coding-dbgsym Package-Type: ddeb Source: ros-kilted-etsi-its-spatem-ts-coding Version: 3.4.0-1noble.20260410.145530 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 1189 Depends: ros-kilted-etsi-its-spatem-ts-coding (= 3.4.0-1noble.20260410.145530) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-spatem-ts-coding/ros-kilted-etsi-its-spatem-ts-coding-dbgsym_3.4.0-1noble.20260410.145530_arm64.deb Size: 549974 SHA256: 96b031c7b40369ac9d5c9f21d1ecaa2e775b7987abd0270a6262e3520d92437e SHA1: 3af0f28297254a2472314bc65beb9e737e9b71f1 MD5sum: 3564acb134ab2a312e2fa157528b6748 Description: debug symbols for ros-kilted-etsi-its-spatem-ts-coding Build-Ids: 045106fb2cc4a7c85996d5ef26fa4258d399ea4e Package: ros-kilted-etsi-its-spatem-ts-conversion Version: 3.4.0-1noble.20260519.033719 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 195 Depends: ros-kilted-etsi-its-primitives-conversion, ros-kilted-etsi-its-spatem-ts-coding, ros-kilted-etsi-its-spatem-ts-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-spatem-ts-conversion/ros-kilted-etsi-its-spatem-ts-conversion_3.4.0-1noble.20260519.033719_arm64.deb Size: 17156 SHA256: 3f5eab3e585196f53e5124b539b8ad9e64464645963e9264e15a50eae6ab7e7b SHA1: fcf5d474b222bc124cc19e40b707eff525861b01 MD5sum: 96ef90cbc2614085b754485add9dd5c9 Description: Conversion functions for converting ROS messages to and from ASN.1-encoded ETSI ITS SPATEMs (TS) Package: ros-kilted-etsi-its-spatem-ts-msgs Version: 3.4.0-1noble.20260519.023907 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 6579 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-spatem-ts-msgs/ros-kilted-etsi-its-spatem-ts-msgs_3.4.0-1noble.20260519.023907_arm64.deb Size: 345556 SHA256: 2f872df191476b62c073e7b96bc3b832b4a45563de7c9a0bcd18d74b8f5e8cc0 SHA1: ae7047cf1067ae49ce3d2fa82038404b83650ed7 MD5sum: 945c3d995f87dfc090cfae151a1ddbbb Description: ROS messages for ETSI ITS SPATEM (TS) Package: ros-kilted-etsi-its-spatem-ts-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-etsi-its-spatem-ts-msgs Version: 3.4.0-1noble.20260519.023907 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 4496 Depends: ros-kilted-etsi-its-spatem-ts-msgs (= 3.4.0-1noble.20260519.023907) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-spatem-ts-msgs/ros-kilted-etsi-its-spatem-ts-msgs-dbgsym_3.4.0-1noble.20260519.023907_arm64.deb Size: 3391314 SHA256: 17ff8cb6e3d68375b8fb334adf1466e86c33517050b36838d5786ce75470760a SHA1: e002961d613a83d47a5f09825b05cbe384300be3 MD5sum: b1888792ed0af8fda938fbe0d3353322 Description: debug symbols for ros-kilted-etsi-its-spatem-ts-msgs Build-Ids: 0744d842a78eb4c74660294e4f1334a5bdb8aaa2 1918bf9b8a4edf3c0a142c3dfe6a2468527338f9 32f4bfad52dd051eafeabf5185c50172806c2cab 34649d8033ed283065237e521634f0e32ae94c5a 384f5a90b56eba89fa3be0129d80dccffcf153af 57daebfb4d09c3ffe79b118bb4488e0f74038210 59f7bbfbf246fb1a61800a00ca256d7b305c5857 5cbb3dbc7a8e9da0a2b186c1bf15489dc895b903 760808335c245b7b3c513d9c68f33ad7c9df9863 9281b9d11f8199bb94d9164069a474d9fdd50fd0 93c2c6d118605de1af2928ae6ed61a8ba293bc07 Package: ros-kilted-etsi-its-vam-ts-coding Version: 3.4.0-1noble.20260410.145603 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 1447 Depends: libc6 (>= 2.17), ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-vam-ts-coding/ros-kilted-etsi-its-vam-ts-coding_3.4.0-1noble.20260410.145603_arm64.deb Size: 189412 SHA256: 709457fb3f213c46c7ce21ef012e6e550cb36593646de9fa01c7487b0523b599 SHA1: a2ea9ff689738409b25c987ef32b07e8735a1e22 MD5sum: ceeac98a3ed2acbb0578c21c12b8f744 Description: C++ compatible C source code for ETSI ITS VAMs (TS) generated from ASN.1 using asn1c Package: ros-kilted-etsi-its-vam-ts-coding-dbgsym Package-Type: ddeb Source: ros-kilted-etsi-its-vam-ts-coding Version: 3.4.0-1noble.20260410.145603 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 1002 Depends: ros-kilted-etsi-its-vam-ts-coding (= 3.4.0-1noble.20260410.145603) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-vam-ts-coding/ros-kilted-etsi-its-vam-ts-coding-dbgsym_3.4.0-1noble.20260410.145603_arm64.deb Size: 480676 SHA256: 1e2481f946a9d206d32e4b0d39636a78a7bbfb265af4e69d0678017435cf4c67 SHA1: 0780974bc956518775f7a85dec08ac371d380679 MD5sum: e267c4449ac42a27dd54725ea6ee8310 Description: debug symbols for ros-kilted-etsi-its-vam-ts-coding Build-Ids: ef1e14ea7e5d9f8a75e0e9e47a26de673c2e7366 Package: ros-kilted-etsi-its-vam-ts-conversion Version: 3.4.0-1noble.20260519.034014 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 591 Depends: ros-kilted-etsi-its-primitives-conversion, ros-kilted-etsi-its-vam-ts-coding, ros-kilted-etsi-its-vam-ts-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-vam-ts-conversion/ros-kilted-etsi-its-vam-ts-conversion_3.4.0-1noble.20260519.034014_arm64.deb Size: 48396 SHA256: e43bb87aa75b7d9c685a3d12ca02d4d72347f8331ea47ca1a9ea19bf2d0d0903 SHA1: 0cff03a8bc717252af4ac5fb7b6c24c6b3ef1af5 MD5sum: d87265289d8e0bc07faae6ad1634a961 Description: Conversion functions for converting ROS messages to and from ASN.1-encoded ETSI ITS VAMs (TS) Package: ros-kilted-etsi-its-vam-ts-msgs Version: 3.4.0-1noble.20260519.023928 Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 21048 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-vam-ts-msgs/ros-kilted-etsi-its-vam-ts-msgs_3.4.0-1noble.20260519.023928_arm64.deb Size: 1004412 SHA256: 2502f1da81d561c5d210a636ffae249898b0f747d904cb6a31d0d2b1e6c57481 SHA1: d51a9dd02ae74cf96d7e4924ef2d8d6751f4e58e MD5sum: 852bfe42ead295173653fbf1a681ce6a Description: ROS messages for ETSI ITS VAM (TS) Package: ros-kilted-etsi-its-vam-ts-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-etsi-its-vam-ts-msgs Version: 3.4.0-1noble.20260519.023928 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jean-Pierre Busch Installed-Size: 12801 Depends: ros-kilted-etsi-its-vam-ts-msgs (= 3.4.0-1noble.20260519.023928) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-vam-ts-msgs/ros-kilted-etsi-its-vam-ts-msgs-dbgsym_3.4.0-1noble.20260519.023928_arm64.deb Size: 9274388 SHA256: 433f0c53be3ad7c72cc8c5e4f69b110ecc802823ee9f1513370964cf03655743 SHA1: 08e10d4907d22363c1baedb5218ecfd326b9ec62 MD5sum: f1f6ec25adeab3eb690e2f28d45bd46d Description: debug symbols for ros-kilted-etsi-its-vam-ts-msgs Build-Ids: 171b05843e76faf9b13e5a17ab17ce394f354d76 1bc4a44c0ad12e790520c768465c1c6e45e8fd4d 23383b664ad2af1402f686e12bf363f3963336b1 5d77742928ddc9f107c8131fbb664f6f00662f4e 5db8b8535b48cb501474078b2fae6b91566f695a 8aea8c997a05e188d2455125e41c85db104094a8 a1ebf06a87035d52e71e931cb385337aa84630d7 c23e3e62894ed53e6381a105dcb826d00ecec26c cb236e094d17761c395b3fb3825508c97a70780b d58d433b9ca724892185a86432f7e66d6a8de14c f0ae5d31b8748883a3bba0e07887ac969cb34505 Package: ros-kilted-event-camera-codecs Version: 3.0.0-1noble.20260519.041016 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 280 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-class-loader, ros-kilted-event-camera-msgs, ros-kilted-ros-environment, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-event-camera-codecs/ros-kilted-event-camera-codecs_3.0.0-1noble.20260519.041016_arm64.deb Size: 37254 SHA256: 3981febc679b1301218a5c1a01930ddfeecd428e2628bb8295cc24bc34ff19ce SHA1: 86c384a2eb21bc4a991f1c65b94c3f573f98fe54 MD5sum: c7e1c63e3e50904d83d459318d797386 Description: package to encode and decode event_camera_msgs Package: ros-kilted-event-camera-codecs-dbgsym Package-Type: ddeb Source: ros-kilted-event-camera-codecs Version: 3.0.0-1noble.20260519.041016 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 265 Depends: ros-kilted-event-camera-codecs (= 3.0.0-1noble.20260519.041016) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-event-camera-codecs/ros-kilted-event-camera-codecs-dbgsym_3.0.0-1noble.20260519.041016_arm64.deb Size: 196830 SHA256: e6403e71abd655f069e50c6520c2ef2376ce283d4b14039ef6a5dde2f65045e6 SHA1: b97651545690841debfa559d088512640ce81729 MD5sum: 5c7c7282f4cd54e0f21ca00ff85abc59 Description: debug symbols for ros-kilted-event-camera-codecs Build-Ids: 747808c498b91c5ce50a794d9c7ce670c463dc7f ce2015191d4e84e1a700207c7c50da338f5c60e7 Package: ros-kilted-event-camera-msgs Version: 2.0.1-1noble.20260519.024011 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 1040 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-event-camera-msgs/ros-kilted-event-camera-msgs_2.0.1-1noble.20260519.024011_arm64.deb Size: 53472 SHA256: 7e75665a0aba330d0085605e19ba1816c2438482ef095371b499241973503563 SHA1: e0f27f3b93f6840ae6fc3d25174c4bdc7d030316 MD5sum: 599ebf534abc9ab62a4b8f430addd3ec Description: messages for event based cameras Package: ros-kilted-event-camera-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-event-camera-msgs Version: 2.0.1-1noble.20260519.024011 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 346 Depends: ros-kilted-event-camera-msgs (= 2.0.1-1noble.20260519.024011) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-event-camera-msgs/ros-kilted-event-camera-msgs-dbgsym_2.0.1-1noble.20260519.024011_arm64.deb Size: 230978 SHA256: 989511d88345784dd91f07c646f094d85adb7f18b9be91d7d13997bcd1178dc7 SHA1: 7db977534078840ac2bcf289e4039b3c92823e75 MD5sum: 19d4619ae5223aee28b608c377a3e50c Description: debug symbols for ros-kilted-event-camera-msgs Build-Ids: 28fe3463f047fcc67e22c2cf20479c47f2ac71d1 442b41fa771f31416fa4ba3bf4acfc4b0c6798fc 59f5dfbcbc0d06fd9238b6e22286b506da65ecaf 6fff4408239db89a812e6b2b107f99c09bbf08e5 8a09c8ee89a39fec9060e7f615f6e9e7a2035bc0 a4fc9a3f2981225e8b7ef1bd0ee82cb2441f9b47 b039cb663ba0db92b65fd57218b6575cfb370b9a cd115990b1d357fc6f242246aeade5041a11d61d d0f33a9e5f76d0265039c4dc835e4f1b4591493c dce22a7590cbde19ce9c1137b1a824cd7fc03657 f5951c4b9e907663f494c5a2cef8a81ea4a08a5a Package: ros-kilted-event-camera-py Version: 3.0.0-1noble.20260519.041339 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 382 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-kilted-event-camera-codecs, ros-kilted-event-camera-msgs, ros-kilted-pybind11-vendor, ros-kilted-ros-environment, ros-kilted-rpyutils, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-event-camera-py/ros-kilted-event-camera-py_3.0.0-1noble.20260519.041339_arm64.deb Size: 110230 SHA256: edff2145a191d8f56a31707e0729ebb9e60c2fcbdc989692380d5af955eaf9c4 SHA1: ec4393f92b4f292ab3b6bf8d2618aeaea796ad35 MD5sum: 192f07e53c7e8449d9e59ce8f940b0b6 Description: Python access for event_camera_msgs. Package: ros-kilted-event-camera-renderer Version: 3.0.0-1noble.20260519.085737 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 636 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-event-camera-codecs, ros-kilted-event-camera-msgs, ros-kilted-image-transport, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-ros-environment, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-event-camera-renderer/ros-kilted-event-camera-renderer_3.0.0-1noble.20260519.085737_arm64.deb Size: 126716 SHA256: d1f933f338a81ef27cec1e15ad653aab454f35bd4e6dec815a6cea7273d6b875 SHA1: f1713114f4bffecb3cf27b6501f168fc609733a4 MD5sum: 8d4a36ad93c8856e6a941738fdfad47b Description: package for rendering event_camera_msgs Package: ros-kilted-event-camera-renderer-dbgsym Package-Type: ddeb Source: ros-kilted-event-camera-renderer Version: 3.0.0-1noble.20260519.085737 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 3204 Depends: ros-kilted-event-camera-renderer (= 3.0.0-1noble.20260519.085737) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-event-camera-renderer/ros-kilted-event-camera-renderer-dbgsym_3.0.0-1noble.20260519.085737_arm64.deb Size: 2750256 SHA256: ab8247ded042f8a05b528ff51af8120f6fd0c233d931ad8df361e6782817bc63 SHA1: 32f770bf9173611381f6b7d7cb78aada51f857f0 MD5sum: 9a71c4751a4679a1b9f6738d17100891 Description: debug symbols for ros-kilted-event-camera-renderer Build-Ids: 1872b6c3209589612d69119c3738939dbd01664d 838b721a7a506713cae5419e2db923aba9a6ec67 Package: ros-kilted-event-camera-tools Version: 3.1.2-1noble.20260519.101817 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 3086 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libopencv-dev, ros-kilted-event-camera-codecs, ros-kilted-event-camera-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rosbag2-cpp, ros-kilted-rosbag2-storage, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-event-camera-tools/ros-kilted-event-camera-tools_3.1.2-1noble.20260519.101817_arm64.deb Size: 405988 SHA256: 6b3f0d33502947ae99b6686aa3700593538b007790df9176e050ba770b18dc07 SHA1: 029fcb3c1a0391130064f9a8bff765a01e3a1f27 MD5sum: d84d601431a913ef52cdb44895cfbdd5 Description: package with ROS1 and ROS2 tools related to event_camera_msgs Package: ros-kilted-event-camera-tools-dbgsym Package-Type: ddeb Source: ros-kilted-event-camera-tools Version: 3.1.2-1noble.20260519.101817 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 15281 Depends: ros-kilted-event-camera-tools (= 3.1.2-1noble.20260519.101817) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-event-camera-tools/ros-kilted-event-camera-tools-dbgsym_3.1.2-1noble.20260519.101817_arm64.deb Size: 12852210 SHA256: b7f0e4e06b011fb8d6aac596216e6f8a456f76d6b31a63f6883e1aaa46e56915 SHA1: ea1a94376f2b9f1e6df9a51ba3cba7cafc20fd0d MD5sum: 4b50f32180380fa1b6cbe8b6d3d771a8 Description: debug symbols for ros-kilted-event-camera-tools Build-Ids: 348dfdf8cceb6190a922915dd69f75eddd636692 38cee4e379735d158cd25a4a4df044c18f29fe29 4c2218fee789376e0ca4cb935f9d0b3a8b3dc407 8fa951558a9b9c60110bd3be6ea4cb6d022f8812 92703039327bc551fc24d581382540cd8f8f0235 a8cefa5a7ae43381db57e20ce2ee2179d753f415 c635eb68c49dfbe350bd66eea5bced97904966ed e4554ea53e9241c97aea52193fc5846440cfb179 ea2a74891cc1e683c44285e3a7fcec1e2ab3863b f471ba92b61ee17bd2410b05e04a54e202ecb59a f8b28460710374fcc2c029eda60a5d9f836d20d9 Package: ros-kilted-event-image-reconstruction-fibar Version: 3.0.4-1noble.20260519.141151 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 2122 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libopencv-dev, ros-kilted-cv-bridge, ros-kilted-event-camera-codecs, ros-kilted-event-camera-msgs, ros-kilted-fibar-lib, ros-kilted-image-transport, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rosbag2-cpp, ros-kilted-rosbag2-transport, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-event-image-reconstruction-fibar/ros-kilted-event-image-reconstruction-fibar_3.0.4-1noble.20260519.141151_arm64.deb Size: 344260 SHA256: 3280001f3d3426ec25bc801f737911bca21850c5c97d00fa36c3703608045497 SHA1: 68320d45320fd710abd45fc635fb0d7359ffdf9b MD5sum: a6873765f3d490bd76670fa8202d8219 Description: ROS package for synchronized image reconstruction from event frames Package: ros-kilted-event-image-reconstruction-fibar-dbgsym Package-Type: ddeb Source: ros-kilted-event-image-reconstruction-fibar Version: 3.0.4-1noble.20260519.141151 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 9409 Depends: ros-kilted-event-image-reconstruction-fibar (= 3.0.4-1noble.20260519.141151) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-event-image-reconstruction-fibar/ros-kilted-event-image-reconstruction-fibar-dbgsym_3.0.4-1noble.20260519.141151_arm64.deb Size: 7902652 SHA256: a3c0592a0a64f81d1f09c8269daf84ab91cee1c305e08c5f2381aa3e3d4f7957 SHA1: ce2297056b3e724161c82b12d412e9fd911ac87c MD5sum: bc91947f772b9091be8a006b2db4091d Description: debug symbols for ros-kilted-event-image-reconstruction-fibar Build-Ids: 4d378b28acf459103f6c1ce7e6731aa35ee0d057 54147802a98f6e541088570992b15dfbe796ccea 5491aa0ed290e47f70ced387d6414a76636b15ef 68cad2ce96ceea80df14f82b83c6fd9f8357a7ff Package: ros-kilted-example-interfaces Version: 0.13.1-1noble.20260519.024026 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 6886 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-example-interfaces/ros-kilted-example-interfaces_0.13.1-1noble.20260519.024026_arm64.deb Size: 374366 SHA256: b7fae67744526cc5b23c98f18c7aa09c78034cc3fe2f0ea35e8080e1e9c20181 SHA1: ae5f0b4690157db0e0b6442ae27da45c94a2f07f MD5sum: 455a3736fe9d64aaf24124031e2b161b Description: Contains message and service definitions used by the examples. Package: ros-kilted-example-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-example-interfaces Version: 0.13.1-1noble.20260519.024026 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 5120 Depends: ros-kilted-example-interfaces (= 0.13.1-1noble.20260519.024026) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-example-interfaces/ros-kilted-example-interfaces-dbgsym_0.13.1-1noble.20260519.024026_arm64.deb Size: 3845400 SHA256: 2b525eb7c94deb4b367d951d3ad55b890431181ae904bba4fc5076404e066128 SHA1: 69459d7a3a2eadf8719d09ced5836ad60e6d6d90 MD5sum: 6b356e44513addd688faad0f185726ea Description: debug symbols for ros-kilted-example-interfaces Build-Ids: 10f32dd485e893098c3e394824697a41ce55ff9a 363834f71459c7ea691c7d321658511d4f642c3f 5aeed638061ddafcdb9cc45f36b29a5fe830b8f8 84c2d7f21a16ba398de592e2c355f8c426b69aee 99ee0cee446cdffbc2badcc75dff202202981a1e 9bba04f0b0a6efa7019e1d5429d57ae7583f5441 b17e6f52f616d12aba8e29dac4d7d037260d0884 b654045c22a802561410bbcd3a789d7f999f0c25 c69a63488df35489f5148debc13ab9d08d8fec34 dd196a0e457f111448d3491314487d1c6675615a ea81a32bd2f3fdd238a61e841143d43971984e01 Package: ros-kilted-examples-rclcpp-async-client Version: 0.20.6-2noble.20260519.055952 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 175 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-example-interfaces, ros-kilted-rclcpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-examples-rclcpp-async-client/ros-kilted-examples-rclcpp-async-client_0.20.6-2noble.20260519.055952_arm64.deb Size: 37034 SHA256: f4028182e904cf3ebb74cce37f4077e3f161483574594c5a64f4e5802ce6de46 SHA1: b29bc1c0bb319a42131e3e700f329ce9a321690d MD5sum: 6a0a93b9ce97bf2c5007d955439e80a1 Description: Example of an async service client Package: ros-kilted-examples-rclcpp-async-client-dbgsym Package-Type: ddeb Source: ros-kilted-examples-rclcpp-async-client Version: 0.20.6-2noble.20260519.055952 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 674 Depends: ros-kilted-examples-rclcpp-async-client (= 0.20.6-2noble.20260519.055952) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-examples-rclcpp-async-client/ros-kilted-examples-rclcpp-async-client-dbgsym_0.20.6-2noble.20260519.055952_arm64.deb Size: 611208 SHA256: 94b875a0b18eccd58f817838430484fd6b0e15aaaf03ccd75c90878ebe855e0a SHA1: a0a0416a62a9163c72fc5e41b99f5a4c173aeede MD5sum: 454f09a4d18756fd9616c7148f71686d Description: debug symbols for ros-kilted-examples-rclcpp-async-client Build-Ids: a140ed61d10c99b4d4b7aef2827d61826c433eb3 Package: ros-kilted-examples-rclcpp-cbg-executor Version: 0.20.6-2noble.20260519.054733 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 1471 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-rclcpp, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-examples-rclcpp-cbg-executor/ros-kilted-examples-rclcpp-cbg-executor_0.20.6-2noble.20260519.054733_arm64.deb Size: 207838 SHA256: 06ae221cc0043efce743d1b83ec0f41fea4c2aaa358a0dd474ebec56c092a326 SHA1: 62fca617c356c6468c348de48cae909ace23b1e9 MD5sum: 66d9469b6efcc94e9d02a681cba99962 Description: Example for multiple Executor instances in one process, using the callback-group-level interface of the Executor class. Package: ros-kilted-examples-rclcpp-cbg-executor-dbgsym Package-Type: ddeb Source: ros-kilted-examples-rclcpp-cbg-executor Version: 0.20.6-2noble.20260519.054733 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 7286 Depends: ros-kilted-examples-rclcpp-cbg-executor (= 0.20.6-2noble.20260519.054733) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-examples-rclcpp-cbg-executor/ros-kilted-examples-rclcpp-cbg-executor-dbgsym_0.20.6-2noble.20260519.054733_arm64.deb Size: 6049100 SHA256: 2a9d5e155f27418fb755fc151f19385dfdeb018ae083f23b4414ec9d6f1fae28 SHA1: 3aa33dedf2eb5b80ceb26cbc619b9b6f1201a032 MD5sum: 9a8458457031986c5dbb8f68c4b6b929 Description: debug symbols for ros-kilted-examples-rclcpp-cbg-executor Build-Ids: 07a610fcd942636e39ccf9b0776440ba5f66c7c3 32d84bad6f9f54e397f5b2b56b089b48f1cca0a4 55815e9f319cbca2123ad331fc75d4cb54297e78 Package: ros-kilted-examples-rclcpp-minimal-action-client Version: 0.20.6-2noble.20260519.055816 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 696 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-example-interfaces, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-examples-rclcpp-minimal-action-client/ros-kilted-examples-rclcpp-minimal-action-client_0.20.6-2noble.20260519.055816_arm64.deb Size: 94112 SHA256: b367920d2ee2a2b0ee510ae26f7c7724cef461d046d9899196287f6ce14deed4 SHA1: 6be3a4c87b6f9dec3485f5c2b44e4f28a66f6dc5 MD5sum: c0c78bd3ba562474b3e49403be87d3f1 Description: Minimal action client examples Package: ros-kilted-examples-rclcpp-minimal-action-client-dbgsym Package-Type: ddeb Source: ros-kilted-examples-rclcpp-minimal-action-client Version: 0.20.6-2noble.20260519.055816 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 2717 Depends: ros-kilted-examples-rclcpp-minimal-action-client (= 0.20.6-2noble.20260519.055816) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-examples-rclcpp-minimal-action-client/ros-kilted-examples-rclcpp-minimal-action-client-dbgsym_0.20.6-2noble.20260519.055816_arm64.deb Size: 2322830 SHA256: 8d26bddb48ac97dd648c52feb0115f6793ad68c6324f96ffa7ae706fa83c5e92 SHA1: 89a3cf1cbc6d36cf8312fed1cf3021ec1288bacc MD5sum: d13467d08781a1a3d4d98fbddaf767f7 Description: debug symbols for ros-kilted-examples-rclcpp-minimal-action-client Build-Ids: 094d1ec1e294da7f0663d2666947c5e1f11019d2 2a15f05b4c60c9c4ad4d45ec6d2e2a78d2adc735 dc7e11df11b6ad8a96827ffe277d5700e1df22f3 f02da6503d868ddf0f6a9157438d7ccc9aa79a3a Package: ros-kilted-examples-rclcpp-minimal-action-server Version: 0.20.6-2noble.20260519.055854 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 306 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-example-interfaces, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-examples-rclcpp-minimal-action-server/ros-kilted-examples-rclcpp-minimal-action-server_0.20.6-2noble.20260519.055854_arm64.deb Size: 45234 SHA256: 2b11296372eee43d215560f7e24d74a161cbd84a1b09d3b715a349421572276f SHA1: d5086877cfc3018cc6ebb80c9620fa1a455ebacf MD5sum: 05f7a15adca1588bbecde5ecef65e716 Description: Minimal action server examples Package: ros-kilted-examples-rclcpp-minimal-action-server-dbgsym Package-Type: ddeb Source: ros-kilted-examples-rclcpp-minimal-action-server Version: 0.20.6-2noble.20260519.055854 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 1145 Depends: ros-kilted-examples-rclcpp-minimal-action-server (= 0.20.6-2noble.20260519.055854) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-examples-rclcpp-minimal-action-server/ros-kilted-examples-rclcpp-minimal-action-server-dbgsym_0.20.6-2noble.20260519.055854_arm64.deb Size: 998140 SHA256: 01627ac054c37ba2b8afb48b4ed47b5e3ea1db219cef8a34563c3388acbf68bd SHA1: 9bda291643525952f87932fbe9252a9951c14de0 MD5sum: 63cb5b866c4bf571837210955d38091c Description: debug symbols for ros-kilted-examples-rclcpp-minimal-action-server Build-Ids: 6ca896057ea21e5b743c76f75be36ecf1de328d9 872fa8f9a1b1ff8ac899295eaf21e2100a2ef0b0 Package: ros-kilted-examples-rclcpp-minimal-client Version: 0.20.6-2noble.20260519.060021 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 112 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-example-interfaces, ros-kilted-rclcpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-examples-rclcpp-minimal-client/ros-kilted-examples-rclcpp-minimal-client_0.20.6-2noble.20260519.060021_arm64.deb Size: 27408 SHA256: 8976fc2bcab064700ead0adef6af540fda9793fb989fb22309d43090ce1625b6 SHA1: cefd66032fe3fbb106082fc38c0c2117ee6ff1a5 MD5sum: d7ad36bdee521c553d736b90ee8f91fa Description: Examples of minimal service clients Package: ros-kilted-examples-rclcpp-minimal-client-dbgsym Package-Type: ddeb Source: ros-kilted-examples-rclcpp-minimal-client Version: 0.20.6-2noble.20260519.060021 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 540 Depends: ros-kilted-examples-rclcpp-minimal-client (= 0.20.6-2noble.20260519.060021) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-examples-rclcpp-minimal-client/ros-kilted-examples-rclcpp-minimal-client-dbgsym_0.20.6-2noble.20260519.060021_arm64.deb Size: 496898 SHA256: d47bb55373cefc8dcaff8af6bbf782cfc7047627c5870ce3878cc97d325f2bc5 SHA1: 5c3f014f498229b04fcb7af3bf3d771fadf209b1 MD5sum: 1b85f32356538c0b5718f895a90f0343 Description: debug symbols for ros-kilted-examples-rclcpp-minimal-client Build-Ids: db3bb3bfc38b374269787ffe76246a69e996d872 Package: ros-kilted-examples-rclcpp-minimal-composition Version: 0.20.6-2noble.20260519.053338 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 701 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-examples-rclcpp-minimal-composition/ros-kilted-examples-rclcpp-minimal-composition_0.20.6-2noble.20260519.053338_arm64.deb Size: 108950 SHA256: 312ebb1792fdf97ae2098a2e8931c384632f4cd79f5698971de7046782720fe6 SHA1: d56dfff8d86947346c875b198ac04d9dd151e588 MD5sum: 2a1a9e936c482d5c3c3cf8ef7e576550 Description: Minimalist examples of composing nodes in the same process Package: ros-kilted-examples-rclcpp-minimal-composition-dbgsym Package-Type: ddeb Source: ros-kilted-examples-rclcpp-minimal-composition Version: 0.20.6-2noble.20260519.053338 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 3121 Depends: ros-kilted-examples-rclcpp-minimal-composition (= 0.20.6-2noble.20260519.053338) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-examples-rclcpp-minimal-composition/ros-kilted-examples-rclcpp-minimal-composition-dbgsym_0.20.6-2noble.20260519.053338_arm64.deb Size: 2693976 SHA256: be3f4530f2c427e692da6d9bb8a05ded2f3c809ef61531b77483ebb5b4cb0a2c SHA1: 8f8e14f2afbb88b23035c1e7e57bb1757e9e126b MD5sum: 789bc37159e89c17bb5363e45c6708d8 Description: debug symbols for ros-kilted-examples-rclcpp-minimal-composition Build-Ids: 0b8fd77291ae591f2712a0ba9bbebd5227df6f92 458a22fba0f88aad1d2dabb2803c80890183941d 4e751b654332e144ebe74d114ddc859889b8399e 555675f6ae63efb937bc316bafb02b45e469c1d6 Package: ros-kilted-examples-rclcpp-minimal-publisher Version: 0.20.6-2noble.20260519.054816 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 831 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-rclcpp, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-examples-rclcpp-minimal-publisher/ros-kilted-examples-rclcpp-minimal-publisher_0.20.6-2noble.20260519.054816_arm64.deb Size: 126864 SHA256: a0dbaf2148850d03382f4f6239c1fc1dde7aecdf5b9696a025ed066845fd70d6 SHA1: b6e8c56b05861e4fee1aebaf76e51921e0cb8727 MD5sum: 8b819d7b6fa2dc2ba8de76d4597edd29 Description: Examples of minimal publisher nodes Package: ros-kilted-examples-rclcpp-minimal-publisher-dbgsym Package-Type: ddeb Source: ros-kilted-examples-rclcpp-minimal-publisher Version: 0.20.6-2noble.20260519.054816 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 4769 Depends: ros-kilted-examples-rclcpp-minimal-publisher (= 0.20.6-2noble.20260519.054816) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-examples-rclcpp-minimal-publisher/ros-kilted-examples-rclcpp-minimal-publisher-dbgsym_0.20.6-2noble.20260519.054816_arm64.deb Size: 4254494 SHA256: 6d6d4468a529cfcfb39a81d2222afbcf2dac2ecde91ca27ab8d83d99fb0971ca SHA1: 848205e6a55df8805c8ff3c814171cf1cd62e7ce MD5sum: 094c50b8d9df43ae47429b51c8682c88 Description: debug symbols for ros-kilted-examples-rclcpp-minimal-publisher Build-Ids: 024f1f56b8d9f531a8fedc85efacdd0e24f98a37 57ee1856ac91b4a39feb81462698a08de383dbf5 58719b0c429cdfb7ffdf167f9b54fb7c36be4701 909de2183937ae35175da02eddaf5e8cdd136732 9dc96bc1b5c77670fb1ccef81e4b19447d6f7db3 f2bb84005908dca9da7f92703cc36d7e06ade362 Package: ros-kilted-examples-rclcpp-minimal-service Version: 0.20.6-2noble.20260519.060027 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 112 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-example-interfaces, ros-kilted-rclcpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-examples-rclcpp-minimal-service/ros-kilted-examples-rclcpp-minimal-service_0.20.6-2noble.20260519.060027_arm64.deb Size: 22866 SHA256: 1a39f3d1a957dc667668cc110ab7465deb4a415ee10e4be0f762f887160e33f1 SHA1: 275826d5dcde9a509bc3452e281fdd6faa991c78 MD5sum: ea7c85fd8dc6bbff77e2ebd79b11fff9 Description: A minimal service server which adds two numbers Package: ros-kilted-examples-rclcpp-minimal-service-dbgsym Package-Type: ddeb Source: ros-kilted-examples-rclcpp-minimal-service Version: 0.20.6-2noble.20260519.060027 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 420 Depends: ros-kilted-examples-rclcpp-minimal-service (= 0.20.6-2noble.20260519.060027) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-examples-rclcpp-minimal-service/ros-kilted-examples-rclcpp-minimal-service-dbgsym_0.20.6-2noble.20260519.060027_arm64.deb Size: 371170 SHA256: 7acc578afc032e77af6c93e1c47acfbc8e90b5e9843afb5d38646d7b544dbd4e SHA1: 4e16cff50273dfcabb533b672147d9c2a244b66d MD5sum: 43cc77ddbc4867d6243d5b4b07805859 Description: debug symbols for ros-kilted-examples-rclcpp-minimal-service Build-Ids: 8fc1968241abc9fac627a6beef3ecc1b64f53916 Package: ros-kilted-examples-rclcpp-minimal-subscriber Version: 0.20.6-2noble.20260519.053503 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 4114 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-examples-rclcpp-minimal-subscriber/ros-kilted-examples-rclcpp-minimal-subscriber_0.20.6-2noble.20260519.053503_arm64.deb Size: 416464 SHA256: b67f91a83adf4210d129dfbda8d3992c68468f59eaab4eab4e2bc226f0f0ddf8 SHA1: 770c3bff05381b1dcf6d96344894fac550f0e1ff MD5sum: 66046629829fb01c3cdbaa9e9face41d Description: Examples of minimal subscribers Package: ros-kilted-examples-rclcpp-minimal-subscriber-dbgsym Package-Type: ddeb Source: ros-kilted-examples-rclcpp-minimal-subscriber Version: 0.20.6-2noble.20260519.053503 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 19228 Depends: ros-kilted-examples-rclcpp-minimal-subscriber (= 0.20.6-2noble.20260519.053503) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-examples-rclcpp-minimal-subscriber/ros-kilted-examples-rclcpp-minimal-subscriber-dbgsym_0.20.6-2noble.20260519.053503_arm64.deb Size: 15685182 SHA256: b298f1123c4db449701f2b71075db9ac8e99c688b9c4e64ca987d988277026a6 SHA1: abfd3d8edaef02be1182ee2092a228829375aaba MD5sum: b7deba0000f121b1d68c00c97035283b Description: debug symbols for ros-kilted-examples-rclcpp-minimal-subscriber Build-Ids: 08a23363eb39fb48510100cd04dd2e1c1454042c 48f2a2b209c01dce59b8844cca27924b0caec3bc 617e847fc97b13938b0c39d8da9f3233862d938d 6549e861ba0a984f99eb06f2612c9e5de6ada84e 6c3dd8c55388c28a135040a76fe8efa4616a1bc3 7589f86e9f78491d73835efd550ed83772c66c46 78fc1f7748a0434a1a887eba889afc3c4d6c6002 7a289f0febb10b74652206d73f7f42a03dd26cf0 d6c315dad7d1d6541f591db9ef5fb933d1ab0eb3 d7a92af46bd62d1c5787e3cde743ad57c4b68d68 efb824a4fef43b40ac0053c3b3a2298b2df374f1 Package: ros-kilted-examples-rclcpp-minimal-timer Version: 0.20.6-2noble.20260519.114116 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 177 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-rclcpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-examples-rclcpp-minimal-timer/ros-kilted-examples-rclcpp-minimal-timer_0.20.6-2noble.20260519.114116_arm64.deb Size: 17178 SHA256: 25ea01c1e0ec4b33430c0ec8cd783154cfe25ae8d00c168a4ab63ce001b6aed3 SHA1: 30a87bd29d24000930319a6c5fcdb1d550b327fe MD5sum: 43b365744ec8be966de1684a0172e8cb Description: Examples of minimal nodes which have timers Package: ros-kilted-examples-rclcpp-minimal-timer-dbgsym Package-Type: ddeb Source: ros-kilted-examples-rclcpp-minimal-timer Version: 0.20.6-2noble.20260519.114116 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 552 Depends: ros-kilted-examples-rclcpp-minimal-timer (= 0.20.6-2noble.20260519.114116) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-examples-rclcpp-minimal-timer/ros-kilted-examples-rclcpp-minimal-timer-dbgsym_0.20.6-2noble.20260519.114116_arm64.deb Size: 495830 SHA256: 315e2c2fbf29f125a9eb42699be8c58935325c8d78b3b4e9354767d09448d31c SHA1: fdd8e26db987ef1ffdd6f7b77b1f22f31aeab5b0 MD5sum: 463e1f4574349f6b92de9b37d61e0450 Description: debug symbols for ros-kilted-examples-rclcpp-minimal-timer Build-Ids: de1539c5b314de481b4094d4c5f07d5301840103 e9b793a2e1716f2632f88ee48bea24a616832aa6 Package: ros-kilted-examples-rclcpp-multithreaded-executor Version: 0.20.6-2noble.20260519.054814 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 496 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-rclcpp, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-examples-rclcpp-multithreaded-executor/ros-kilted-examples-rclcpp-multithreaded-executor_0.20.6-2noble.20260519.054814_arm64.deb Size: 99154 SHA256: 7ff1488971b62049d5a798df04ff1dab78a489d56b1f16babb8d3a5150267896 SHA1: e5348fbe1a57947cdb41a8668af0fda26a6fdec2 MD5sum: 3cf2cc42c6aa71d58bb35f8a5090a872 Description: Package containing example of how to implement a multithreaded executor Package: ros-kilted-examples-rclcpp-multithreaded-executor-dbgsym Package-Type: ddeb Source: ros-kilted-examples-rclcpp-multithreaded-executor Version: 0.20.6-2noble.20260519.054814 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 2085 Depends: ros-kilted-examples-rclcpp-multithreaded-executor (= 0.20.6-2noble.20260519.054814) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-examples-rclcpp-multithreaded-executor/ros-kilted-examples-rclcpp-multithreaded-executor-dbgsym_0.20.6-2noble.20260519.054814_arm64.deb Size: 1739040 SHA256: c9afe372531fe2e98ee7823167043e44e7b7e553690fca382e3749f61d3e10aa SHA1: 3026c6736c296e09bfa0b2bbf6a15b8101226d63 MD5sum: 8bcdfcb87eb905302cfbf64b8d19c6df Description: debug symbols for ros-kilted-examples-rclcpp-multithreaded-executor Build-Ids: e67563dd458a3ede8151c8813502576cb97d1523 Package: ros-kilted-examples-rclcpp-wait-set Version: 0.20.6-2noble.20260519.053507 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 4373 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-example-interfaces, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-examples-rclcpp-wait-set/ros-kilted-examples-rclcpp-wait-set_0.20.6-2noble.20260519.053507_arm64.deb Size: 518016 SHA256: b17b4af6dec3f5f84babd87efa9b8ead334b300fb2d4b1da484f5a8c976129ce SHA1: 01e71fd65316fabff36c17a20de3ba6739745982 MD5sum: 7c350d48d31eaaea2e2d82cb2ccf6e1d Description: Example of how to use the rclcpp::WaitSet directly. Package: ros-kilted-examples-rclcpp-wait-set-dbgsym Package-Type: ddeb Source: ros-kilted-examples-rclcpp-wait-set Version: 0.20.6-2noble.20260519.053507 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 20114 Depends: ros-kilted-examples-rclcpp-wait-set (= 0.20.6-2noble.20260519.053507) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-examples-rclcpp-wait-set/ros-kilted-examples-rclcpp-wait-set-dbgsym_0.20.6-2noble.20260519.053507_arm64.deb Size: 16911902 SHA256: 4a08bd3e811786b0b4456b2a2fb166b20862752f2415f4e8039ee2a7a9303596 SHA1: e141d8fe8b91b614eadac5df52e4ec59166d7f69 MD5sum: 0cb3efd1176bb4e29a055c9fcbd35bd2 Description: debug symbols for ros-kilted-examples-rclcpp-wait-set Build-Ids: 0a390685bcb80c972cbbc059b54c8fe9f4f41659 0f35a9faab284e42a7062893f58512fffa3a1b8c 27686d02ad78e527094ad376fe667d5f523a4597 40dd4b4034fb86599b5af1285363af5c1d4daadf 428c3101284e00dc9610c1f29bf5f2e9c6b99997 65af8c35c05bf14f9ef8624d6d3a9dbb96eaaece 772c961b64af15c505b46a2e176894f29328cb10 950554b5d7cd3d9b7d47f31ff12f0cb03dc5ee3e 982f5d4fdf86b7866d44925142182b2000a4db67 9a3e2292ead3c249fda5847eed0565b75415da26 b5d1cbf09b3571a1eea9acb7159c5d0f7843a97a bc98683eea1b9464d6c98fe3de6108bce174224c Package: ros-kilted-examples-rclpy-executors Version: 0.20.6-2noble.20260519.052137 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 82 Depends: ros-kilted-rclpy, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-examples-rclpy-executors/ros-kilted-examples-rclpy-executors_0.20.6-2noble.20260519.052137_arm64.deb Size: 13204 SHA256: 39b81a0d3fab5a1a1be141a7486664d7ee0c3d5fdc5e9deda9a892ee3f13afdd SHA1: e8267102468c06606374e66a1bf747b1470edd54 MD5sum: 98bbc0a95381a0b489fb3188adaee539 Description: Examples of creating and using exectors to run multiple nodes in the same process Package: ros-kilted-examples-rclpy-guard-conditions Version: 0.20.6-2noble.20260519.100753 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 39 Depends: ros-kilted-rclpy, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-examples-rclpy-guard-conditions/ros-kilted-examples-rclpy-guard-conditions_0.20.6-2noble.20260519.100753_arm64.deb Size: 6274 SHA256: c26dbffcb4cfca08844bf892b678dfecfb9eb484fc4e89d65e60a544043b0290 SHA1: 7909598fe6cf5736c418bfe91c28fd78a350bfa4 MD5sum: cf2f73b8ddd6eb34c8c83c71cd7d74ec Description: Examples of using guard conditions. Package: ros-kilted-examples-rclpy-minimal-action-client Version: 0.20.6-2noble.20260519.045321 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 74 Depends: ros-kilted-action-msgs, ros-kilted-example-interfaces, ros-kilted-rclpy, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-examples-rclpy-minimal-action-client/ros-kilted-examples-rclpy-minimal-action-client_0.20.6-2noble.20260519.045321_arm64.deb Size: 12412 SHA256: 047333e4f7cc15f25eb595d5773204f72582261fe62012fd2868b2a3d5237572 SHA1: d18827c55ea08d733d80de9edc865d3d8c874620 MD5sum: 50aad357114e44a3ff1debfdbd5bb72e Description: Examples of minimal action clients using rclpy. Package: ros-kilted-examples-rclpy-minimal-action-server Version: 0.20.6-2noble.20260519.055958 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 93 Depends: ros-kilted-example-interfaces, ros-kilted-rclpy, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-examples-rclpy-minimal-action-server/ros-kilted-examples-rclpy-minimal-action-server_0.20.6-2noble.20260519.055958_arm64.deb Size: 13420 SHA256: 205006e84f7ecf74c230342e4c22a96bad5268de92a0ed854b214fba8f5bcb57 SHA1: 3e7475ca7587f29d251185e24c5369c1219aa83e MD5sum: 89567853ec86264fcbc505118838d704 Description: Examples of minimal action servers using rclpy. Package: ros-kilted-examples-rclpy-minimal-client Version: 0.20.6-2noble.20260519.052203 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 60 Depends: ros-kilted-example-interfaces, ros-kilted-rclpy, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-examples-rclpy-minimal-client/ros-kilted-examples-rclpy-minimal-client_0.20.6-2noble.20260519.052203_arm64.deb Size: 9732 SHA256: 85a69ffcc50486e10995d43f4c1eb90afb1e646a279c2c5752c8816f3fe658f2 SHA1: 303217a6342fdb5094f3be7d278a2ff10d8bc9d7 MD5sum: 4c265b2b31f7912252e79fba51030668 Description: Examples of minimal service clients using rclpy. Package: ros-kilted-examples-rclpy-minimal-publisher Version: 0.20.6-2noble.20260519.052155 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 61 Depends: ros-kilted-rclpy, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-examples-rclpy-minimal-publisher/ros-kilted-examples-rclpy-minimal-publisher_0.20.6-2noble.20260519.052155_arm64.deb Size: 9942 SHA256: 0cd70669641dfdd771e612bd9fbf2b4e93effaba9a941cba4612ba57474afe1a SHA1: 90301a9ecc3fd91d40ad0313f6b1a83fbacbb7ef MD5sum: 14c78bc6c8bc1db4a28e37d38ca884c5 Description: Examples of minimal publishers using rclpy. Package: ros-kilted-examples-rclpy-minimal-service Version: 0.20.6-2noble.20260519.052202 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 45 Depends: ros-kilted-example-interfaces, ros-kilted-rclpy, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-examples-rclpy-minimal-service/ros-kilted-examples-rclpy-minimal-service_0.20.6-2noble.20260519.052202_arm64.deb Size: 7212 SHA256: 4bc2b103b481cf6be5a55b339532318cd33202a851839d26a81e9e303702bff2 SHA1: 6178aaf1977df12118df9d556503f698c09d10dc MD5sum: 7fb1d8f9bdf503a39501ef720f6f2ded Description: Examples of minimal service servers using rclpy. Package: ros-kilted-examples-rclpy-minimal-subscriber Version: 0.20.6-2noble.20260519.052231 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 51 Depends: ros-kilted-rclpy, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-examples-rclpy-minimal-subscriber/ros-kilted-examples-rclpy-minimal-subscriber_0.20.6-2noble.20260519.052231_arm64.deb Size: 7666 SHA256: 72c85b2859481650d1a03ea719d5a40f6e512534088cb05797a0a84490e9783e SHA1: 6b1c4c785d6e3ef7c4da9356f8b984c9e5690b53 MD5sum: 2578666852d2fe31aeb46a836668fe67 Description: Examples of minimal subscribers using rclpy. Package: ros-kilted-examples-rclpy-pointcloud-publisher Version: 0.20.6-2noble.20260519.052303 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 41 Depends: python3-numpy, ros-kilted-rclpy, ros-kilted-sensor-msgs, ros-kilted-sensor-msgs-py, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-examples-rclpy-pointcloud-publisher/ros-kilted-examples-rclpy-pointcloud-publisher_0.20.6-2noble.20260519.052303_arm64.deb Size: 7210 SHA256: 1d4516a68a8d1eaaec47a895589b3a4fa05307b87038febaa639d6e280764cfc SHA1: c2207f1ccb0779e331885a4a9ae9eb14ba29a756 MD5sum: 5e1d44153e1670ba4545ab0df0be1366 Description: Example on how to publish a Pointcloud2 message Package: ros-kilted-examples-tf2-py Version: 0.41.7-1noble.20260519.081441 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 91 Depends: ros-kilted-geometry-msgs, ros-kilted-launch-ros, ros-kilted-rclpy, ros-kilted-sensor-msgs, ros-kilted-tf2-ros-py, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-examples-tf2-py/ros-kilted-examples-tf2-py_0.41.7-1noble.20260519.081441_arm64.deb Size: 15088 SHA256: fb72d71cfc35a7a667859ea74f29ca6ffa8adbd41d360f59651faed46b1eeeb4 SHA1: feb4c9c8a06e245a035caa85712fd0552866e0d2 MD5sum: e0d8ff57bf3ff483f784954c24a6c1ad Description: Has examples of using the tf2 Python API. Package: ros-kilted-executive-smach Version: 3.0.3-3noble.20260519.055325 Architecture: arm64 Maintainer: Isaac Saito Installed-Size: 41 Depends: ros-kilted-smach, ros-kilted-smach-msgs, ros-kilted-smach-ros, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/smach Priority: optional Section: misc Filename: pool/main/r/ros-kilted-executive-smach/ros-kilted-executive-smach_3.0.3-3noble.20260519.055325_arm64.deb Size: 5462 SHA256: 0f3f6f1929a69da82cb8eff206697f05fa7bf42eeaa38548bed4fce6483180ef SHA1: d773d6c33648e1d2f9d0b6bfe1e59b198d82c061 MD5sum: bd79eb5df8f5d2b94311fe99ce91566b Description: This metapackage depends on the SMACH library and ROS SMACH integration packages. Package: ros-kilted-fastcdr Version: 2.3.5-1noble.20260410.171741 Architecture: arm64 Maintainer: Miguel Company Installed-Size: 540 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-kilted-ros-workspace Homepage: https://www.eprosima.com/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fastcdr/ros-kilted-fastcdr_2.3.5-1noble.20260410.171741_arm64.deb Size: 60464 SHA256: ac303157a917a62e42d1fa766e05ffaad5f8bbf9a330a804a8fab6fa8c3d7b4c SHA1: 8a51420a9bb9255b15ae304d1c219b0ded734614 MD5sum: e60b3604886f66436880aea1ff43523b 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-kilted-fastcdr-dbgsym Package-Type: ddeb Source: ros-kilted-fastcdr Version: 2.3.5-1noble.20260410.171741 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Miguel Company Installed-Size: 283 Depends: ros-kilted-fastcdr (= 2.3.5-1noble.20260410.171741) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fastcdr/ros-kilted-fastcdr-dbgsym_2.3.5-1noble.20260410.171741_arm64.deb Size: 232392 SHA256: 1ea2742c22f41fe2da6e183803356ea7b8ecdfeded7207f6120271085961fb50 SHA1: 0361469bd628d16b46d9438432b1e9d68845300b MD5sum: d75ffa988abc0fcec1aabdc3458b2617 Description: debug symbols for ros-kilted-fastcdr Build-Ids: d67af4f094d5dd67743a348cae40c4b196d6b7c2 Package: ros-kilted-fastdds Version: 3.2.4-1noble.20260410.185823 Architecture: arm64 Maintainer: Raul Sanchez Mateos Installed-Size: 13440 Depends: libc6 (>= 2.38), libgcc-s1 (>= 4.2), libssl3t64 (>= 3.0.0), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-fastcdr, libssl-dev, libtinyxml2-dev, python3-dev, ros-kilted-foonathan-memory-vendor, ros-kilted-ros-workspace Replaces: ros-kilted-fastrtps Homepage: https://www.eprosima.com/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fastdds/ros-kilted-fastdds_3.2.4-1noble.20260410.185823_arm64.deb Size: 3348998 SHA256: b3073ea67d821ebe09294e5703261bb0c7a7a8587455d69625e238c8fc8ed416 SHA1: 861db7ea0629c54be7aa50bf27eeadcce07def2d MD5sum: f09de2279d58998de3de9763c2ce59fc 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-kilted-fastdds-dbgsym Package-Type: ddeb Source: ros-kilted-fastdds Version: 3.2.4-1noble.20260410.185823 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Raul Sanchez Mateos Installed-Size: 67361 Depends: ros-kilted-fastdds (= 3.2.4-1noble.20260410.185823) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fastdds/ros-kilted-fastdds-dbgsym_3.2.4-1noble.20260410.185823_arm64.deb Size: 60278450 SHA256: a42c99e9c7338db138f4fc6a3bbe7899644563b53ad610ce4ac6e56954c2b678 SHA1: 1677f1cb672a7102cff207c5110a5a3a7c1d1c53 MD5sum: 8702944d4a50f4406d09e0eaf3b4b16c Description: debug symbols for ros-kilted-fastdds Build-Ids: 1216051a6371388cf5b91cb3c8d43b91567dc48f 76ebd0f20e597f45728b7cb3036446617e8925b0 Package: ros-kilted-ffmpeg-encoder-decoder Version: 3.0.1-1noble.20260519.054401 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 369 Depends: libavcodec60 (>= 7:6.0), libavutil58 (>= 7:6.0), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libswscale7 (>= 7:6.0), ffmpeg, libavcodec-dev, libavdevice-dev, libavformat-dev, libavutil-dev, libopencv-imgproc-dev, libswscale-dev, ros-kilted-cv-bridge, ros-kilted-rclcpp, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ffmpeg-encoder-decoder/ros-kilted-ffmpeg-encoder-decoder_3.0.1-1noble.20260519.054401_arm64.deb Size: 101022 SHA256: 0135b655a226e4b448cce3848ca0f4457b0e6ea6cd7698767600b470fa2c00a2 SHA1: 83eb862c56b5897f8971c22eb8f31d51eb8a14db MD5sum: 4aada71eb0b9a63b343daa400127468b Description: ROS2 convenience wrapper around ffmpeg for encoding/decoding Package: ros-kilted-ffmpeg-encoder-decoder-dbgsym Package-Type: ddeb Source: ros-kilted-ffmpeg-encoder-decoder Version: 3.0.1-1noble.20260519.054401 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 1722 Depends: ros-kilted-ffmpeg-encoder-decoder (= 3.0.1-1noble.20260519.054401) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ffmpeg-encoder-decoder/ros-kilted-ffmpeg-encoder-decoder-dbgsym_3.0.1-1noble.20260519.054401_arm64.deb Size: 1577132 SHA256: 41eaf84b34a85656494abfca296c720726f70811a106186fce9b032522ae4c8e SHA1: 42af2336a92775ebcefdf284c073c24a2cb34a20 MD5sum: 0f39fa2c009fe0bd7bd11c2c638ef7e0 Description: debug symbols for ros-kilted-ffmpeg-encoder-decoder Build-Ids: b2cce1aa35aaaec348c9e2ad368fea7923ba7ca0 Package: ros-kilted-ffmpeg-image-transport Version: 3.0.2-1noble.20260519.084842 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 609 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-ffmpeg-encoder-decoder, ros-kilted-ffmpeg-image-transport-msgs, ros-kilted-image-transport, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rcutils, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/image_transport_plugins Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ffmpeg-image-transport/ros-kilted-ffmpeg-image-transport_3.0.2-1noble.20260519.084842_arm64.deb Size: 127688 SHA256: 32d9342e25a332f4f359c2d53dbb686199c79b173c7ecceb6f8a3ed851566801 SHA1: cabac223c55788fa4f8b3afafbf8b33befbc7b62 MD5sum: 30c4044acf38bff56f7c8c493882281c Description: ffmpeg_image_transport provides a plugin to image_transport for transparently sending an image stream encoded with ffmpeg. Package: ros-kilted-ffmpeg-image-transport-dbgsym Package-Type: ddeb Source: ros-kilted-ffmpeg-image-transport Version: 3.0.2-1noble.20260519.084842 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 2958 Depends: ros-kilted-ffmpeg-image-transport (= 3.0.2-1noble.20260519.084842) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ffmpeg-image-transport/ros-kilted-ffmpeg-image-transport-dbgsym_3.0.2-1noble.20260519.084842_arm64.deb Size: 2543094 SHA256: 1eaa38f88c689c12133f94e2109b498bf44b42b4e9aeef63982f9561f53c6168 SHA1: 86ab68a42da03b78e7aa7b2cbdc0ec0300b56d65 MD5sum: 1655bae8f2764eb358a0f0e6beb7bea7 Description: debug symbols for ros-kilted-ffmpeg-image-transport Build-Ids: 9a485d41ee7aa4a02d61279df858943bbbddddf5 Package: ros-kilted-ffmpeg-image-transport-msgs Version: 1.0.2-3noble.20260519.024142 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 1044 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ffmpeg-image-transport-msgs/ros-kilted-ffmpeg-image-transport-msgs_1.0.2-3noble.20260519.024142_arm64.deb Size: 53122 SHA256: c40e820e1323d00b9bf90a10f8bbcb54476c65e322f0af32dd03a98d2b8f624d SHA1: 2a6af381da6bd290a8d513f20c9508777d8f553a MD5sum: 24b0c51fb843ee8205b52f182763549b Description: messages for ffmpeg image transport plugin Package: ros-kilted-ffmpeg-image-transport-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-ffmpeg-image-transport-msgs Version: 1.0.2-3noble.20260519.024142 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 345 Depends: ros-kilted-ffmpeg-image-transport-msgs (= 1.0.2-3noble.20260519.024142) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ffmpeg-image-transport-msgs/ros-kilted-ffmpeg-image-transport-msgs-dbgsym_1.0.2-3noble.20260519.024142_arm64.deb Size: 231604 SHA256: 34c2af6800cf5094578d36d8aaec324582e62379cf00f5eb9c2de8b9eae8c087 SHA1: 974ee33d41e8deadbc2c2d28c4370c492de47c16 MD5sum: 8ee8606966771e17e39cb4ec752a5b35 Description: debug symbols for ros-kilted-ffmpeg-image-transport-msgs Build-Ids: 1d9e13b291ce0ad69d49cd68d42d44b48048be08 2e14621954ccf59d2f1abf935241d013c65f2815 31f7d89e4e4998a22c9c55f2975de075360110ab 5386a8d2a844e401aec4abb377bf216f906bbaea 66dba75e99a8761d8fdd7bac8959c0577123139e 66fabfd311699390d32eb3d49b87249c8bad1901 a89e250ec433ad5adc120dd406a61d96f13d2c5b ad9353abef413b6f081e9def99310702977bc30f b51cf9c298ca074ae7fcda92b969ad3e6f3fd78d d251a990f258177a28d11f65fd5c269a0249bed7 e4346963aec69d3c4f49020fb357ac01468a9d17 Package: ros-kilted-ffmpeg-image-transport-tools Version: 3.0.1-1noble.20260519.101918 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 634 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libopencv-imgproc-dev, ros-kilted-cv-bridge, ros-kilted-ffmpeg-encoder-decoder, ros-kilted-ffmpeg-image-transport-msgs, ros-kilted-rclcpp, ros-kilted-rcutils, ros-kilted-rosbag2-cpp, ros-kilted-rosbag2-storage, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ffmpeg-image-transport-tools/ros-kilted-ffmpeg-image-transport-tools_3.0.1-1noble.20260519.101918_arm64.deb Size: 137198 SHA256: 40f65884ab755dec4294ad519b18cdf753a27fef642a54b28cb790eb294bb15d SHA1: 68fcc545b4c2dbf2c7ccafa3abc435524ae6e0a8 MD5sum: dd65a68e80a813a4a76e9b9550cdd5cb Description: tools for processing ffmpeg_image_transport_msgs Package: ros-kilted-ffmpeg-image-transport-tools-dbgsym Package-Type: ddeb Source: ros-kilted-ffmpeg-image-transport-tools Version: 3.0.1-1noble.20260519.101918 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 3440 Depends: ros-kilted-ffmpeg-image-transport-tools (= 3.0.1-1noble.20260519.101918) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ffmpeg-image-transport-tools/ros-kilted-ffmpeg-image-transport-tools-dbgsym_3.0.1-1noble.20260519.101918_arm64.deb Size: 3207188 SHA256: 3a27975c3073a707d74b5741591879fd10dae316fb915cc43ca1c6f4ad725285 SHA1: c3ccb3afdef4c6bb49c62d1c5f97cc3e510868db MD5sum: c205caa1301c4aa30c8ff9b2f0df7b4e Description: debug symbols for ros-kilted-ffmpeg-image-transport-tools Build-Ids: 31745eecb62883aa7456d832b2232fb0a522bb23 5149438021b862339c744c3de8265089aa8444ba be8262b8b0b24cf58d8543c6a8c44914530d2594 e1b91f44bc88df889646dce6b7de3762f60c886e Package: ros-kilted-fibar-lib Version: 1.0.2-1noble.20260410.171945 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 49 Depends: clang-tidy, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fibar-lib/ros-kilted-fibar-lib_1.0.2-1noble.20260410.171945_arm64.deb Size: 9466 SHA256: 9483782833e1acabce9f5c1ddb486cd659dce2f5542f06af1bc54563187ee211 SHA1: c700da0ea34ab1b43d161dbfbfe60230a2f9f531 MD5sum: cc063dd4e184a00c9e608cce3db825bb Description: FIBAR event image reconstruction library Package: ros-kilted-fields2cover Version: 2.0.0-16noble.20260411.133234 Architecture: arm64 Maintainer: Gonzalo Mier Installed-Size: 12548 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libgdal34t64 (>= 3.7.0), libgeos-c1t64 (>= 3.4.2), libjpeg8 (>= 8c), libpng16-16t64 (>= 1.6.2), libstdc++6 (>= 13.1), libtiff6 (>= 4.0.3), libtinyxml2-10 (>= 10.0.0), ros-kilted-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-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fields2cover/ros-kilted-fields2cover_2.0.0-16noble.20260411.133234_arm64.deb Size: 4543374 SHA256: 7517eefef4a83b1f882c2d78879f55e523855d70fc43a6c9cff72a2c7d7aad34 SHA1: 95d812e3514c9c4ba55f3f182c54bd25f4a2dcd3 MD5sum: 1aa19f601baea8aa6d1c3ca161c2f431 Description: Robust and efficient coverage paths for autonomous agricultural vehicles. A modular and extensible Coverage Path Planning library Package: ros-kilted-fields2cover-dbgsym Package-Type: ddeb Source: ros-kilted-fields2cover Version: 2.0.0-16noble.20260411.133234 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Gonzalo Mier Installed-Size: 15018 Depends: ros-kilted-fields2cover (= 2.0.0-16noble.20260411.133234) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fields2cover/ros-kilted-fields2cover-dbgsym_2.0.0-16noble.20260411.133234_arm64.deb Size: 13523594 SHA256: d7511fed4c62d7549a9e0547d6532c705989d1df74a61e568df0da799735585d SHA1: a5c90a0d1b5f21f4b982c147b96b2987b416d63b MD5sum: b513cbf16e3c4c65a04a5c4c5d9bde89 Description: debug symbols for ros-kilted-fields2cover Build-Ids: 11da7b5e5d0be4aa3652dc7716e4655d98c1372a 55cf3a3f6fc4dfef49e7fd5da83943d4e6748bf0 b8d4e4bafed6ec3e10fba5aaecc306b7bb85ee14 Package: ros-kilted-filters Version: 2.2.2-1noble.20260519.100430 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 691 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-dev, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-ros-workspace Homepage: https://wiki.ros.org/filters Priority: optional Section: misc Filename: pool/main/r/ros-kilted-filters/ros-kilted-filters_2.2.2-1noble.20260519.100430_arm64.deb Size: 77132 SHA256: 7d76d898f419ef917676872515871e7e04b74364580d89282e40f4ec2d3eac71 SHA1: ed45cf5f64fa23d64872621db51ef9ca913d3834 MD5sum: 01ecce797a80aa8b70d2b00167bba77e 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-kilted-filters-dbgsym Package-Type: ddeb Source: ros-kilted-filters Version: 2.2.2-1noble.20260519.100430 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tully Foote Installed-Size: 1971 Depends: ros-kilted-filters (= 2.2.2-1noble.20260519.100430) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-filters/ros-kilted-filters-dbgsym_2.2.2-1noble.20260519.100430_arm64.deb Size: 1777936 SHA256: ac6d72c4d1a35f299964d3658ccb6540d1d59b65e814eb4e4a90e25c9d032e11 SHA1: a381898dac0e36e041dad4510e0182993291b7f6 MD5sum: 5464581d7fec52f0adaee1d197c63b1b Description: debug symbols for ros-kilted-filters Build-Ids: 1df898178971cc282f9c340ef815ee619cfe23e8 35490bc0b84b0885b0ddacb15d8defe7837e7b53 698bf16d32040ddd05bcc05721734398eddaad65 83c62d67b8339a8b1dcabfb45258fe7623147cf7 ce2af711ce3ab839de51a619f45d8c7da0b7ff2a Package: ros-kilted-find-object-2d Version: 0.7.2-1noble.20260519.083939 Architecture: arm64 Maintainer: Mathieu Labbe Installed-Size: 4694 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-features2d406t64 (>= 4.6.0+dfsg), libopencv-flann406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopencv-stitching406t64 (>= 4.6.0+dfsg), libopencv-video406t64 (>= 4.6.0+dfsg), libopencv-videoio406t64 (>= 4.6.0+dfsg), libpython3.12t64 (>= 3.12.1), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5t64 (>= 5.0.2), libqt5printsupport5t64 (>= 5.0.2), libqt5widgets5t64 (>= 5.15.1), libstdc++6 (>= 13.1), ros-kilted-fastcdr, zlib1g (>= 1:1.2.0), qtbase5-dev, ros-kilted-builtin-interfaces, ros-kilted-cv-bridge, ros-kilted-geometry-msgs, ros-kilted-image-transport, ros-kilted-message-filters, ros-kilted-rclcpp, ros-kilted-rosidl-default-runtime, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, zlib1g-dev, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-find-object-2d/ros-kilted-find-object-2d_0.7.2-1noble.20260519.083939_arm64.deb Size: 847146 SHA256: 6ce4ed58f49b68e4678a5565549ac1d643474a0f034a98a726b728ce83e00a81 SHA1: 17232992c85719d1182910ba1068bfee17f12941 MD5sum: 913bc4b83e9e67260b7a497773806932 Description: The find_object_2d package Package: ros-kilted-find-object-2d-dbgsym Package-Type: ddeb Source: ros-kilted-find-object-2d Version: 0.7.2-1noble.20260519.083939 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Mathieu Labbe Installed-Size: 21531 Depends: ros-kilted-find-object-2d (= 0.7.2-1noble.20260519.083939) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-find-object-2d/ros-kilted-find-object-2d-dbgsym_0.7.2-1noble.20260519.083939_arm64.deb Size: 19421564 SHA256: 3d2e05e2db5a2309901d5657aa121f2175a88e3bd616a0ddfe94d6f14cd0442d SHA1: edb7b4dc63ba1341b8551833459d91379b8a947c MD5sum: f82d3f5616bebc03086d04a6d0272ad9 Description: debug symbols for ros-kilted-find-object-2d Build-Ids: 0fd47ff588fe06af0e8eca0bfd0988b99be3f84b 290430d4a0faa9f3f4b12613342da49a2742f466 34a52672798c18282a59464b69c69e01d506fc8a 4311682a0f5eaf019f0fc0071341cd6570a597e9 4ded248b378f100c9f583ce62b54c9ec7e7267a4 51c87f0ea038004527bfad254444e124d3bb7869 70a25336dfa142f9eb71a2f3cca7f9c1a63f1d5e 770db856825971be0a168542f192b6d01233631a 9c924406916b7433d20d7f325eb471e517c64f7d a268a33d707f4e3f54b215c8bea91e3186cdb942 ca2caa0d1a2ce4adb6b4e7c24679dd3631a7126e d13d9db351d6e19cad416026853724aa0e0a14e9 f0df59575caaa224553e379d4aeb5b39bf444682 f3cb9ae4dbb39394a838aeb606b0d02c809646f9 fd4040f5d93f181d6cf6aa07a4cf901a5e524c3a Package: ros-kilted-fkie-message-filters Version: 3.3.1-1noble.20260519.085740 Architecture: arm64 Maintainer: "Timo Röhling" Installed-Size: 410 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-image-transport, ros-kilted-rclcpp, ros-kilted-sensor-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/fkie_message_filters/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fkie-message-filters/ros-kilted-fkie-message-filters_3.3.1-1noble.20260519.085740_arm64.deb Size: 54374 SHA256: 5cc39d4ac64fb07ad370472d28327781e449aaae3cb4d72730a7d7d8ab1d8a20 SHA1: e700d2a27f1835f1d032f6988f649d1bcd52cfda MD5sum: e47bc95243cb2d3e56626b89c5d53401 Description: Improved ROS message filters Package: ros-kilted-fkie-message-filters-dbgsym Package-Type: ddeb Source: ros-kilted-fkie-message-filters Version: 3.3.1-1noble.20260519.085740 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Timo Röhling" Installed-Size: 270 Depends: ros-kilted-fkie-message-filters (= 3.3.1-1noble.20260519.085740) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fkie-message-filters/ros-kilted-fkie-message-filters-dbgsym_3.3.1-1noble.20260519.085740_arm64.deb Size: 237388 SHA256: de8ebfed7df05d7987b649c8ffcd6bd66d03d1a964e4e4e7cd1b541edea6b8c8 SHA1: 7f949a74a9eebf71a2cba45dc7e7479f98732e9f MD5sum: d10f003504fc510b4ada33dd6117dc13 Description: debug symbols for ros-kilted-fkie-message-filters Build-Ids: 0b17d2bbdd7fe320147f9d7460ce57bac56aebf5 Package: ros-kilted-flex-sync Version: 2.0.1-1noble.20260519.045446 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 102 Depends: ros-kilted-ament-cmake-clang-format, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-flex-sync/ros-kilted-flex-sync_2.0.1-1noble.20260519.045446_arm64.deb Size: 17072 SHA256: df01ec743770a6ede01a31fbedbe15c45e608fd01ed9c87fd15896dbec8cdc58 SHA1: abc1bc4af7e6a9500b9c53e163e2c4c0d5c1782b MD5sum: 6f960294d84ad9d282a3385d539971e6 Description: ros2 package for syncing variable number of topics Package: ros-kilted-flexbe-behavior-engine Version: 4.1.4-1noble.20260519.060228 Architecture: arm64 Maintainer: "Philipp Schillinger" Installed-Size: 42 Depends: ros-kilted-flexbe-core, ros-kilted-flexbe-input, ros-kilted-flexbe-mirror, ros-kilted-flexbe-msgs, ros-kilted-flexbe-onboard, ros-kilted-flexbe-states, ros-kilted-flexbe-testing, ros-kilted-flexbe-widget, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/flexbe Priority: optional Section: misc Filename: pool/main/r/ros-kilted-flexbe-behavior-engine/ros-kilted-flexbe-behavior-engine_4.1.4-1noble.20260519.060228_arm64.deb Size: 6614 SHA256: bee4cc706be4246f1c14ab81f8fd485a9acee9a84ef36ba033e8a0337f1da702 SHA1: 126ec038675f9e63fc02dde44bcc7df3c29a35df MD5sum: e210324f8b36425b141c0628508fb28e Description: A meta-package to aggregate all the FlexBE packages Package: ros-kilted-flexbe-core Version: 4.1.4-1noble.20260519.051322 Architecture: arm64 Maintainer: "Philipp Schillinger" Installed-Size: 687 Depends: ros-kilted-flexbe-msgs, ros-kilted-rclpy, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-tf2-ros-py, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/flexbe_core Priority: optional Section: misc Filename: pool/main/r/ros-kilted-flexbe-core/ros-kilted-flexbe-core_4.1.4-1noble.20260519.051322_arm64.deb Size: 144052 SHA256: 2a295437497f980b12df1333c20f7646aefc22855a680f464031305b4ea7a7df SHA1: eba1e8f28801ecbfd90c282fb34bbac1c71fabd4 MD5sum: f99e027ddf64f16000b8a8826ca420e7 Description: flexbe_core provides the core components for the FlexBE behavior engine. Package: ros-kilted-flexbe-input Version: 4.1.4-1noble.20260519.055117 Architecture: arm64 Maintainer: "Philipp Schillinger" Installed-Size: 117 Depends: ros-kilted-flexbe-core, ros-kilted-flexbe-msgs, ros-kilted-rclpy, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/flexbe_core Priority: optional Section: misc Filename: pool/main/r/ros-kilted-flexbe-input/ros-kilted-flexbe-input_4.1.4-1noble.20260519.055117_arm64.deb Size: 26496 SHA256: d4beba99fda836ea394a884a0f1014a7d91ae23e25ef62195b2990e67e5fa73a SHA1: 90801864cb70bfa5e615d2addf585f1b0211c803 MD5sum: 1023ec57813dce17c0436534b96ff02a Description: flexbe_input enables to send data to onboard behavior when required. Package: ros-kilted-flexbe-mirror Version: 4.1.4-1noble.20260519.055125 Architecture: arm64 Maintainer: "Philipp Schillinger" Installed-Size: 295 Depends: ros-kilted-flexbe-core, ros-kilted-flexbe-msgs, ros-kilted-rclpy, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/flexbe_core Priority: optional Section: misc Filename: pool/main/r/ros-kilted-flexbe-mirror/ros-kilted-flexbe-mirror_4.1.4-1noble.20260519.055125_arm64.deb Size: 70928 SHA256: d7d84136bb8f0d6c4fa4a7b3dcb1565788a4a689b7bfa0c7f6f95cb51a3fa5b7 SHA1: d18e0f42009a717dc3b3524f0a6dd681611709c4 MD5sum: 3c13b999f660ed2aa0c5af1512ca55af Description: flexbe_mirror implements functionality to remotely mirror an executed behavior. Package: ros-kilted-flexbe-msgs Version: 4.1.4-1noble.20260519.022358 Architecture: arm64 Maintainer: "Philipp Schillinger" Installed-Size: 7877 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-action-msgs, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-generators, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/flexbe_msgs Priority: optional Section: misc Filename: pool/main/r/ros-kilted-flexbe-msgs/ros-kilted-flexbe-msgs_4.1.4-1noble.20260519.022358_arm64.deb Size: 486138 SHA256: d45cf912901787ffc49523abf3c58ddb5702ffeeab144d70332b0925b5aa2c9b SHA1: db910c4fc561c32deace3fce559a3bda21c7f84a MD5sum: 1870e4ee614ae235aed287b85d2db9b9 Description: flexbe_msgs provides the messages used by FlexBE. Package: ros-kilted-flexbe-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-flexbe-msgs Version: 4.1.4-1noble.20260519.022358 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Philipp Schillinger" Installed-Size: 5375 Depends: ros-kilted-flexbe-msgs (= 4.1.4-1noble.20260519.022358) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-flexbe-msgs/ros-kilted-flexbe-msgs-dbgsym_4.1.4-1noble.20260519.022358_arm64.deb Size: 4058066 SHA256: e1f037bb293c9fe1362418a61bd14e706c386c13f73af083ead81b24fcc60b2b SHA1: 837c13f2fa42dbe14a2a0e5d008509044bad9c3f MD5sum: 1cd0701122fe2454f752b30f0940b942 Description: debug symbols for ros-kilted-flexbe-msgs Build-Ids: 020a2a5f56d3f20dd777cd5a7d3ea510b7d03f2f 04d40c2bda6ebbc5ad112b8920da383ceae1808c 22ef39b8c6e1d53246f37d520ab2a94371eafaf5 27c3404d565995a517d46229e7babdc778738d74 2aab30a592f9ba65f88002bcbbe37fb0dd2c3a2f 85c2dd46d2f089314e652928ee7ef1c0f14070ea a11b16575e247baf6e4d8f43148e733802fa56f0 b2f1eb9a02273cfd00bb485427db488a3618fe02 e95e1d4b7e45f046016a625d91cbf7e47e339206 f6601a7f1f362bcaf8c23c866ff56067698da370 feacdb94c9d1dca68a1b8cd3d10a6c573ca7f40a Package: ros-kilted-flexbe-onboard Version: 4.1.4-1noble.20260519.055520 Architecture: arm64 Maintainer: "Philipp Schillinger" Installed-Size: 257 Depends: ros-kilted-flexbe-core, ros-kilted-flexbe-msgs, ros-kilted-flexbe-states, ros-kilted-launch-ros, ros-kilted-rclpy, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/flexbe_core Priority: optional Section: misc Filename: pool/main/r/ros-kilted-flexbe-onboard/ros-kilted-flexbe-onboard_4.1.4-1noble.20260519.055520_arm64.deb Size: 49746 SHA256: 6e38e97f8cb460865d4e896bd2267c0a148e8348e44723b7bb72c3a5268504c4 SHA1: 7b40296cb04221c3e8886099fff445da94e91086 MD5sum: cf8108e1f12bbda30ba943cdbea47b70 Description: flexbe_onboard implements the robot-side of the behavior engine from where all behaviors are started. Package: ros-kilted-flexbe-states Version: 4.1.4-1noble.20260519.055137 Architecture: arm64 Maintainer: "Philipp Schillinger" Installed-Size: 183 Depends: ros-kilted-flexbe-core, ros-kilted-flexbe-msgs, ros-kilted-flexbe-testing, ros-kilted-rclpy, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/flexbe_core Priority: optional Section: misc Filename: pool/main/r/ros-kilted-flexbe-states/ros-kilted-flexbe-states_4.1.4-1noble.20260519.055137_arm64.deb Size: 26450 SHA256: 1bd97970aff6d39ecd1fe003f62bf39263f75b9f5ba58a718b0e9517c87aa41b SHA1: 63cfe6aa010d7193a8d12095e3c8f4da942ee6da MD5sum: 61ac926a93daf05518fc13db9155203c Description: flexbe_states provides a collection of common generic predefined states. Package: ros-kilted-flexbe-testing Version: 4.1.4-1noble.20260519.051619 Architecture: arm64 Maintainer: "Philipp Schillinger" Installed-Size: 218 Depends: ros-kilted-ament-index-python, ros-kilted-flexbe-core, ros-kilted-flexbe-msgs, ros-kilted-launch-ros, ros-kilted-rclpy, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/flexbe_core Priority: optional Section: misc Filename: pool/main/r/ros-kilted-flexbe-testing/ros-kilted-flexbe-testing_4.1.4-1noble.20260519.051619_arm64.deb Size: 31220 SHA256: 1a0747b649274fb0e7e2d904aef555f6b112b8ed35dbeaacc54a1b4b9dce72d4 SHA1: cc41baa4f5c84ee73292dfd23e09ccf41a4cd015 MD5sum: 825d868ab0eca27201c4c8460b433c1f Description: flexbe_testing provides a framework for unit testing states. Package: ros-kilted-flexbe-widget Version: 4.1.4-1noble.20260519.055902 Architecture: arm64 Maintainer: "Philipp Schillinger" Installed-Size: 127 Depends: ros-kilted-flexbe-core, ros-kilted-flexbe-mirror, ros-kilted-flexbe-msgs, ros-kilted-flexbe-onboard, ros-kilted-launch-ros, ros-kilted-rclpy, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/flexbe_core Priority: optional Section: misc Filename: pool/main/r/ros-kilted-flexbe-widget/ros-kilted-flexbe-widget_4.1.4-1noble.20260519.055902_arm64.deb Size: 21902 SHA256: 17a0449f75f9d6239c09edab40383515cb1f88a24ae87bf03a29219dd0bc3de8 SHA1: 6a31fc3b399545ce299c8311fe9674407f2b8c79 MD5sum: e8be66ad34a008b6a4a2576ca191fdbb Description: flexbe_widget implements some smaller scripts for the behavior engine. Package: ros-kilted-flir-camera-description Version: 3.0.4-1noble.20260519.051204 Architecture: arm64 Maintainer: Luis Camero Installed-Size: 398 Depends: ros-kilted-robot-state-publisher, ros-kilted-urdf, ros-kilted-xacro, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-flir-camera-description/ros-kilted-flir-camera-description_3.0.4-1noble.20260519.051204_arm64.deb Size: 96104 SHA256: 7b0a05d6a1b65029248cb442bdf5c42036702cb94a530e0de346b0f940663bbb SHA1: d8d3c0b7e40fb388d4f41f9be4fb3e55176e168d MD5sum: de38fd420176073952e21bd4bd3298e3 Description: FLIR camera Description package Package: ros-kilted-flir-camera-msgs Version: 3.0.4-1noble.20260519.022627 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 1120 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-flir-camera-msgs/ros-kilted-flir-camera-msgs_3.0.4-1noble.20260519.022627_arm64.deb Size: 52376 SHA256: d601159f296ad613ba870a73aeed89bb3b2329e1cd4a105bcf974975a1f701e9 SHA1: 5c9baafbe44d321659c193b90f861dae38458c85 MD5sum: 75fd931b4f6bfd1e938ded3d8e7ee0f1 Description: messages related to flir camera driver Package: ros-kilted-flir-camera-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-flir-camera-msgs Version: 3.0.4-1noble.20260519.022627 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 401 Depends: ros-kilted-flir-camera-msgs (= 3.0.4-1noble.20260519.022627) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-flir-camera-msgs/ros-kilted-flir-camera-msgs-dbgsym_3.0.4-1noble.20260519.022627_arm64.deb Size: 268710 SHA256: acfe2a4af8a14cfe6ccbc4d287e1a2eb0208b84927165be3e83c98b408ed3811 SHA1: e719910350a91342db672f8c8a0816110d1c20c6 MD5sum: af1b6bcd091fcb89f77c63533c7f416a Description: debug symbols for ros-kilted-flir-camera-msgs Build-Ids: 006be1bc0720e0592dc99f4356369740a621a946 112c76ed85dc01cec3eee46f3963c8825073218e 56ba819ba492b6bb985e2ebe6e06f330de8483fc 7a3df9388d4e92a1f27783c169ee622c04291054 8964fe759cf2be4cc0e79eed0853d61d358f51af ac5257afd0b03884c700f64a1b98958fee0064a9 b595e8297be62b335a0a8a664f6026f66fc66be4 ddff7ccdf73a64f2ad149cc995bf8595809749ad e9991176ce367c2eb07b6dd2e866d3af1a29cb87 f40a9a5a4ec1d6866787ffbe17831d67f0d554a0 f96a49a448dd16d32092888fa213fe8ed21cffe1 Package: ros-kilted-fluent-rviz Version: 0.0.3-5noble.20260519.054350 Architecture: arm64 Maintainer: shouth Installed-Size: 83 Depends: ros-kilted-geometry-msgs, ros-kilted-rclcpp, ros-kilted-std-msgs, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fluent-rviz/ros-kilted-fluent-rviz_0.0.3-5noble.20260519.054350_arm64.deb Size: 13738 SHA256: c71068acf2530d471df45075f6a09d7c178a1d4b7d30b5ef37d4cdd65f6946cd SHA1: 6316cd67180bdcc251868774e7816e0125775dda MD5sum: 7d15b3e30f5bc2ef96d5184f62c9c53b Description: A library which makes Rviz fluent. Powered by C++17 Package: ros-kilted-fmi-adapter Version: 2.1.2-3noble.20260519.044333 Architecture: arm64 Maintainer: Ralph Lange Installed-Size: 1114 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-launch, ros-kilted-launch-ros, ros-kilted-rcl-interfaces, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rclcpp-lifecycle, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/fmi_adapter Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fmi-adapter/ros-kilted-fmi-adapter_2.1.2-3noble.20260519.044333_arm64.deb Size: 275964 SHA256: a32493fea4d02c6b9c94a9367a57b6a94406bf40950e136ec2603387f5da4091 SHA1: c6e4a390424725a01fc299c3067be3897f82fd6a MD5sum: acb84b791dced2443d3fc97f1a76f0b4 Description: Wraps FMUs for co-simulation Package: ros-kilted-fmi-adapter-dbgsym Package-Type: ddeb Source: ros-kilted-fmi-adapter Version: 2.1.2-3noble.20260519.044333 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Ralph Lange Installed-Size: 2770 Depends: ros-kilted-fmi-adapter (= 2.1.2-3noble.20260519.044333) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fmi-adapter/ros-kilted-fmi-adapter-dbgsym_2.1.2-3noble.20260519.044333_arm64.deb Size: 2337970 SHA256: 1bafe79c3f05205370bf26b8e8117e0431302c9ce1df95b5d62c771d379ce75c SHA1: 83be68647f3b5155a9a8dfcd66f93a0a8d78ebc3 MD5sum: 96bfc5a5373763582dfe971ec5576989 Description: debug symbols for ros-kilted-fmi-adapter Build-Ids: 7c3bbb191a26c22c43c58840d917aeb903b4a336 eb6feebd6d522e4e3f06c4a4fbe28345df818784 Package: ros-kilted-fmi-adapter-examples Version: 2.1.2-3noble.20260519.044805 Architecture: arm64 Maintainer: Ralph Lange Installed-Size: 108 Depends: ros-kilted-fmi-adapter, ros-kilted-launch, ros-kilted-launch-ros, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/fmi_adapter Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fmi-adapter-examples/ros-kilted-fmi-adapter-examples_2.1.2-3noble.20260519.044805_arm64.deb Size: 45756 SHA256: c5048ed6ea35a53a2ea7b9159c2dcfb463cafaf812f70cb9f7f4799a38f87860 SHA1: 02b5faf4d3edeb98470423c5bb28595ce272ffe7 MD5sum: 9b6ffea5ceea2bdd964deb4433a532c0 Description: Provides small examples for use of the fmi_adapter package Package: ros-kilted-fmilibrary-vendor Version: 1.0.1-5noble.20260410.145821 Architecture: arm64 Maintainer: Ralph Lange Installed-Size: 1923 Depends: libc6 (>= 2.34), ros-kilted-ros-workspace Homepage: https://jmodelica.org/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fmilibrary-vendor/ros-kilted-fmilibrary-vendor_1.0.1-5noble.20260410.145821_arm64.deb Size: 383554 SHA256: 9c3c097b2061fc6f8ae359fe6104608191aff06e57b1397d64f0272f5aea2f03 SHA1: ff4ae8fd4c318a065f759a27b93892cde41a663f MD5sum: f02b1ecb627ecd99729576e8d44c4d50 Description: Wrapper (aka vendor package) around the FMILibrary by Modelon AB (JModelica.org) Package: ros-kilted-fmilibrary-vendor-dbgsym Package-Type: ddeb Source: ros-kilted-fmilibrary-vendor Version: 1.0.1-5noble.20260410.145821 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Ralph Lange Installed-Size: 819 Depends: ros-kilted-fmilibrary-vendor (= 1.0.1-5noble.20260410.145821) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fmilibrary-vendor/ros-kilted-fmilibrary-vendor-dbgsym_1.0.1-5noble.20260410.145821_arm64.deb Size: 667820 SHA256: cfe214453c5d7a159a83cdaab88f48acaccf56ac23af9db2595ccef5b3f81b55 SHA1: 05495d1d2c5a45c50f2c21d726624d0a4a6ef427 MD5sum: 9a0aa1381005812fa2390971bbc3a434 Description: debug symbols for ros-kilted-fmilibrary-vendor Build-Ids: 7eb2c27c43bd1d66785db0017c09ec7ceeb3f730 Package: ros-kilted-foonathan-memory-vendor Version: 1.3.1-3noble.20260410.172134 Architecture: arm64 Maintainer: Miguel Company Installed-Size: 5411 Depends: cmake, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-foonathan-memory-vendor/ros-kilted-foonathan-memory-vendor_1.3.1-3noble.20260410.172134_arm64.deb Size: 780596 SHA256: d2e4420ae8ac6252c1aba8060bf2e323b003992895f3534818bacdfb0fe6af26 SHA1: afbafc280fb6afd43dbda9ca512c31f884245ef6 MD5sum: 9702f116513938d7caf54ef8fa9f722e Description: Foonathan/memory vendor package for Fast-RTPS. Package: ros-kilted-force-torque-sensor-broadcaster Version: 5.15.1-1noble.20260520.090522 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 1223 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-backward-ros, ros-kilted-controller-interface, ros-kilted-filters, ros-kilted-generate-parameter-library, ros-kilted-geometry-msgs, ros-kilted-hardware-interface, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-realtime-tools, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-force-torque-sensor-broadcaster/ros-kilted-force-torque-sensor-broadcaster_5.15.1-1noble.20260520.090522_arm64.deb Size: 270820 SHA256: cbe1427c6a6027c324eb9b0c1afdeffe9d7e352395af83b84571cc85c4d0b005 SHA1: d0f994f7ba3a0816e5b41e09c8f9dc732a524505 MD5sum: f749557db1fededeff73b67f9ecce300 Description: Controller to publish state of force-torque sensors. Package: ros-kilted-force-torque-sensor-broadcaster-dbgsym Package-Type: ddeb Source: ros-kilted-force-torque-sensor-broadcaster Version: 5.15.1-1noble.20260520.090522 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 5045 Depends: ros-kilted-force-torque-sensor-broadcaster (= 5.15.1-1noble.20260520.090522) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-force-torque-sensor-broadcaster/ros-kilted-force-torque-sensor-broadcaster-dbgsym_5.15.1-1noble.20260520.090522_arm64.deb Size: 4456122 SHA256: 862721b247b40aabcce822dbc7ae3c0856729e995a9acc7b8d0eb922d23e4f53 SHA1: a891a43d3b70e7a7de47e4dbb8c461a974b7dd68 MD5sum: cb01c49da1471f9e6264c1f4e28a5d5f Description: debug symbols for ros-kilted-force-torque-sensor-broadcaster Build-Ids: 00e88323d86238d3dc94316df419ce2e725e6c87 3d814bce413cea7b3d76f11726ebf1b2cd832438 e235ebded8ff94823c6e3514e08d1bae7fd4ba63 Package: ros-kilted-forward-command-controller Version: 5.15.1-1noble.20260520.082830 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 615 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-backward-ros, ros-kilted-controller-interface, ros-kilted-generate-parameter-library, ros-kilted-hardware-interface, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-realtime-tools, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-forward-command-controller/ros-kilted-forward-command-controller_5.15.1-1noble.20260520.082830_arm64.deb Size: 124874 SHA256: 486c0f41565618167ec3e1a9e7961b757d7815b35308f02d826fae3b70f9b30e SHA1: b40f60542a6be2b915ab840680ed1d6386c679af MD5sum: 84e1117bfcfafef2c876f94460f8aa19 Description: Generic controller for forwarding commands. Package: ros-kilted-forward-command-controller-dbgsym Package-Type: ddeb Source: ros-kilted-forward-command-controller Version: 5.15.1-1noble.20260520.082830 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 2771 Depends: ros-kilted-forward-command-controller (= 5.15.1-1noble.20260520.082830) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-forward-command-controller/ros-kilted-forward-command-controller-dbgsym_5.15.1-1noble.20260520.082830_arm64.deb Size: 2394898 SHA256: 30d9d7bd8aa973d846e2956a7d733e76543a48b9e9f0ff41b4dcd7b45399b7d8 SHA1: 1a9f57060b67a442854f2cad5c1718c4c100e99d MD5sum: dc534b33394c44bf00af55b20c9c60f3 Description: debug symbols for ros-kilted-forward-command-controller Build-Ids: ec3db8db26fbfd516acfa213e8ea5ce7fc92f9ec Package: ros-kilted-four-wheel-steering-msgs Version: 2.0.1-6noble.20260519.024331 Architecture: arm64 Maintainer: Vincent Rousseau Installed-Size: 1149 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/four_wheel_steering_msgs Priority: optional Section: misc Filename: pool/main/r/ros-kilted-four-wheel-steering-msgs/ros-kilted-four-wheel-steering-msgs_2.0.1-6noble.20260519.024331_arm64.deb Size: 55202 SHA256: bfe9ec38777a858739c09a56f0d2b81b2e0c4abc3e01b9a42cd4235be935a7f1 SHA1: 8951ee5e8c3365f83c8610b68619f157876c1be9 MD5sum: 3c83960a6b8bd2745ffb4bd4b5390970 Description: ROS messages for robots using FourWheelSteering. Package: ros-kilted-four-wheel-steering-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-four-wheel-steering-msgs Version: 2.0.1-6noble.20260519.024331 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Vincent Rousseau Installed-Size: 402 Depends: ros-kilted-four-wheel-steering-msgs (= 2.0.1-6noble.20260519.024331) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-four-wheel-steering-msgs/ros-kilted-four-wheel-steering-msgs-dbgsym_2.0.1-6noble.20260519.024331_arm64.deb Size: 267884 SHA256: 7c1720f03108a655721b3d667e8e85bf4e8a501fa21c06b51aa9d6587162055b SHA1: d48849c5858c38c800ced9ff8d3f39ec6f240de6 MD5sum: 72d0bf054ddff889e66f3ac6fbb236d3 Description: debug symbols for ros-kilted-four-wheel-steering-msgs Build-Ids: 04c534fbff3221b035985bf2a5e7800674795d35 0fdfc5db1fc6d7bcb89d6f5223760c0de3145cac 35c648caa78b919d667eec6666d285fc305f8006 3ce9a4a785315f206ba5894a22806118ad3c77a7 431aa927dc8bb8c481be3495ed982fa2a8bdaa09 56461d0bfa539ca506780481bf7f99287b70c58b 7b59f231b20a98fc68862bb8f63295be79aba819 a9fdd68be1b0a21e9e908873d4b9712c3c223dea bcab06334b84c97b7dacbd862847d887316e1c40 d5d99b333f4eb3f5f253826a0c47bc496ad10101 ea4146549612458d4be116545ededcee7ef6a5d2 Package: ros-kilted-foxglove-bridge Version: 3.3.0-1noble.20260519.101622 Architecture: arm64 Maintainer: Foxglove Installed-Size: 35059 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.2), libglib2.0-0t64 (>= 2.16.0), libstdc++6 (>= 13.1), ros-kilted-ament-index-cpp, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-resource-retriever, ros-kilted-rosgraph-msgs, ros-kilted-rosx-introspection, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: https://github.com/foxglove/foxglove-sdk Priority: optional Section: misc Filename: pool/main/r/ros-kilted-foxglove-bridge/ros-kilted-foxglove-bridge_3.3.0-1noble.20260519.101622_arm64.deb Size: 11701810 SHA256: e15827560b652c12c884b74fda77d082ff7964117bfbc65b41c8681fd5cff1c3 SHA1: b0b640d33ba5720f2a343dcb49a68ba30d819f0b MD5sum: a14aa7fb66bea86a76ae12b6ae3418f8 Description: ROS Foxglove Bridge Package: ros-kilted-foxglove-bridge-dbgsym Package-Type: ddeb Source: ros-kilted-foxglove-bridge Version: 3.3.0-1noble.20260519.101622 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Foxglove Installed-Size: 20363 Depends: ros-kilted-foxglove-bridge (= 3.3.0-1noble.20260519.101622) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-foxglove-bridge/ros-kilted-foxglove-bridge-dbgsym_3.3.0-1noble.20260519.101622_arm64.deb Size: 9847980 SHA256: 60d24b65fe234b69f79409f6be70bdc0737d997b4fc0358832615d66dbb145a1 SHA1: f7b90d6d512682799c9d23087f81f801c2bc42be MD5sum: 36b5fb3464176d0eed906dfbf3d8348a Description: debug symbols for ros-kilted-foxglove-bridge Build-Ids: 3cd0267524e41d1f6eb2076ba6dbb1b25745e442 7b544b9e887ca93d0bdeac456c8c7619c7c73b09 950025f7f98961df798219189dee159a2eb8f6b9 981594990fe526b503379d63883aa5ad891ba2ae Package: ros-kilted-foxglove-compressed-video-transport Version: 3.0.1-1noble.20260519.084849 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 604 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-ffmpeg-encoder-decoder, ros-kilted-foxglove-msgs, ros-kilted-image-transport, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rcutils, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/image_transport_plugins Priority: optional Section: misc Filename: pool/main/r/ros-kilted-foxglove-compressed-video-transport/ros-kilted-foxglove-compressed-video-transport_3.0.1-1noble.20260519.084849_arm64.deb Size: 124476 SHA256: 5423549603c74fa7da6aa396480c3c8e0d7d919a600da8ac00b1d9c61f9fc6c8 SHA1: 75a68040ba0edc3a648224514fa7538ca65f7933 MD5sum: 8865983a13de16b59628af02ad311b2c 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-kilted-foxglove-compressed-video-transport-dbgsym Package-Type: ddeb Source: ros-kilted-foxglove-compressed-video-transport Version: 3.0.1-1noble.20260519.084849 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 2932 Depends: ros-kilted-foxglove-compressed-video-transport (= 3.0.1-1noble.20260519.084849) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-foxglove-compressed-video-transport/ros-kilted-foxglove-compressed-video-transport-dbgsym_3.0.1-1noble.20260519.084849_arm64.deb Size: 2525026 SHA256: 6ba6dda8e12254f65b24999fbb9912530e1399a043bb5870000bde2fd2c68412 SHA1: 6925d384055cb03a81a00e99294b405074514b11 MD5sum: 1cea31bd28075d81bee5d3fdb97db697 Description: debug symbols for ros-kilted-foxglove-compressed-video-transport Build-Ids: 5fd6cbeb33a309e27b9c0fe5f7c174af68792b08 Package: ros-kilted-foxglove-msgs Version: 3.3.0-1noble.20260519.025546 Architecture: arm64 Maintainer: Foxglove Installed-Size: 7730 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Homepage: https://foxglove.dev/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-foxglove-msgs/ros-kilted-foxglove-msgs_3.3.0-1noble.20260519.025546_arm64.deb Size: 502378 SHA256: f81ed0a32a4cc023b7084690032afeb4aa543ff727f70f116f294204403b38fa SHA1: 0b1278cb0747d802341d1dde5b32102466afe3b0 MD5sum: 349fdc09d08cb2af5f9e277e2a5bb2da Description: foxglove_msgs provides visualization messages that are supported by Foxglove. Package: ros-kilted-foxglove-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-foxglove-msgs Version: 3.3.0-1noble.20260519.025546 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Foxglove Installed-Size: 6453 Depends: ros-kilted-foxglove-msgs (= 3.3.0-1noble.20260519.025546) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-foxglove-msgs/ros-kilted-foxglove-msgs-dbgsym_3.3.0-1noble.20260519.025546_arm64.deb Size: 5190222 SHA256: edcbcf470bfe741b610ac475f5f488d1fd54734b8ab3d51ee115fccf977d6a81 SHA1: 94262c954266df78b2ecc7b739d395d30e6fa61d MD5sum: 4780c4be58c6620e0c80246a783a325b Description: debug symbols for ros-kilted-foxglove-msgs Build-Ids: 0b4fae20ef8caa13b67549f16101056207a962f9 1e6cd2047e9a56b70d1e8ab1d6604a352b86e9f0 53927c59b03e46a694470de95342c5a1a3fb048e 60d70dff6de65b368e8a2793ad58e746ab8c1768 6183496ad4a12be4235ba053bd24b72406025ceb 74ccfc62057d4dcb47798fd10e596ae7e06cb4eb 7c08f41ea8485ca8fbbf7184771dfe0b07e63edb 865d0bef18da321f754e4927b67dc943035e6356 8a4b3f6db665b718eab6f7a3d68d322aa8f577dc c325f781b5f5d000240011d3c4a08945812eb4c1 e7e69cd65c1a461916f7bc13c11f78b4063476ed Package: ros-kilted-frequency-cam Version: 3.1.1-1noble.20260519.101814 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 831 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), ros-kilted-cv-bridge, ros-kilted-event-camera-codecs, ros-kilted-event-camera-msgs, ros-kilted-image-transport, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rosbag2-cpp, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/frequency_cam/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-frequency-cam/ros-kilted-frequency-cam_3.1.1-1noble.20260519.101814_arm64.deb Size: 163064 SHA256: c68201b9f2a347c7b760b3b4ad2d14248a66f51c51d504926a6c5bfccc2597b7 SHA1: 2fb30e249814973e1a8e1c57d5e47270cf947ba1 MD5sum: 6e40bd3f044ade5e107f805827a43f83 Description: frequency cam ROS/ROS2 package for event based cameras Package: ros-kilted-frequency-cam-dbgsym Package-Type: ddeb Source: ros-kilted-frequency-cam Version: 3.1.1-1noble.20260519.101814 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 3568 Depends: ros-kilted-frequency-cam (= 3.1.1-1noble.20260519.101814) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-frequency-cam/ros-kilted-frequency-cam-dbgsym_3.1.1-1noble.20260519.101814_arm64.deb Size: 3118128 SHA256: dc4b5ddd9dd603099d18d59769ba08891f80f112b01e2d020cf554d873e50c7e SHA1: bb053b21615cdd69cb69ff6e15e0da446405796b MD5sum: 9e80dca3c0fd2e7cb717aae58a647608 Description: debug symbols for ros-kilted-frequency-cam Build-Ids: 10d3ad7bb465feacc5d2b44e8f3c54739d288df9 2cd36d63923bf13ae60c20a4699e2d95d62add33 2dd448ce8072a5d72a0035358f151f35e301fabb Package: ros-kilted-fuse Version: 1.2.6-1noble.20260520.073505 Architecture: arm64 Maintainer: "Stephen Williams" Installed-Size: 43 Depends: ros-kilted-ament-cmake-ros, ros-kilted-fuse-constraints, ros-kilted-fuse-core, ros-kilted-fuse-doc, ros-kilted-fuse-graphs, ros-kilted-fuse-models, ros-kilted-fuse-msgs, ros-kilted-fuse-optimizers, ros-kilted-fuse-publishers, ros-kilted-fuse-variables, ros-kilted-fuse-viz, ros-kilted-gtest-vendor, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/fuse/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse/ros-kilted-fuse_1.2.6-1noble.20260520.073505_arm64.deb Size: 6210 SHA256: 380074f8a3e96fd57a289b9b077bfcc174436fb75bfcebb46cc73f1f40d78b12 SHA1: a3a655e51d5ab6a1ec6e3f9958d1a63221cb5d62 MD5sum: ffdea627ea6f3e147be553d3530aa879 Description: The fuse metapackage. Package: ros-kilted-fuse-constraints Version: 1.2.6-1noble.20260519.100726 Architecture: arm64 Maintainer: "Stephen Williams" Installed-Size: 2851 Depends: libboost-serialization1.83.0 (>= 1.83.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-kilted-ament-cmake-ros, ros-kilted-fuse-core, ros-kilted-fuse-graphs, ros-kilted-fuse-variables, ros-kilted-geometry-msgs, ros-kilted-gtest-vendor, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/fuse_constraints/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-constraints/ros-kilted-fuse-constraints_1.2.6-1noble.20260519.100726_arm64.deb Size: 458710 SHA256: 749b28dd25c3e9ca5b6f9bdf6b5182fa7d1b161fde6c127c85c68ee974fe1993 SHA1: 0e2854792f4aab60f91255afa4493b5e5f61a05e MD5sum: cfbff16b601f67d539e7206b27cfe378 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-kilted-fuse-constraints-dbgsym Package-Type: ddeb Source: ros-kilted-fuse-constraints Version: 1.2.6-1noble.20260519.100726 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Stephen Williams" Installed-Size: 24220 Depends: ros-kilted-fuse-constraints (= 1.2.6-1noble.20260519.100726) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-constraints/ros-kilted-fuse-constraints-dbgsym_1.2.6-1noble.20260519.100726_arm64.deb Size: 20151284 SHA256: c528b97abe84c7a8d171dd88d1f47b4960d17d90a3cec832d48fe5bf4b09a085 SHA1: 569ae047b335117fe05de0ba523a25fe5a78c6b7 MD5sum: 82054156d853b124b8393584fe0deb78 Description: debug symbols for ros-kilted-fuse-constraints Build-Ids: d76825d2e5092d98771953c5e98dbc6da37709ab Package: ros-kilted-fuse-core Version: 1.2.6-1noble.20260519.050716 Architecture: arm64 Maintainer: "Stephen Williams" Installed-Size: 2448 Depends: libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.34), libceres4t64 (>= 2.2.0+dfsg), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libboost-all-dev, libceres-dev, libeigen3-dev, libgoogle-glog-dev, ros-kilted-ament-cmake-ros, ros-kilted-fuse-msgs, ros-kilted-gtest-vendor, ros-kilted-pluginlib, ros-kilted-rcl-interfaces, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/fuse_core/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-core/ros-kilted-fuse-core_1.2.6-1noble.20260519.050716_arm64.deb Size: 433472 SHA256: 81e999acfd23152028856bb86bd69a6afdf98cedeb7e4bb6f139cf7b3d9596b9 SHA1: e0be8d446d3249482a0f2894a809da9647c99fe9 MD5sum: 430e69314d91f53f24a5a8dc390ad80e 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-kilted-fuse-core-dbgsym Package-Type: ddeb Source: ros-kilted-fuse-core Version: 1.2.6-1noble.20260519.050716 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Stephen Williams" Installed-Size: 11518 Depends: ros-kilted-fuse-core (= 1.2.6-1noble.20260519.050716) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-core/ros-kilted-fuse-core-dbgsym_1.2.6-1noble.20260519.050716_arm64.deb Size: 10055418 SHA256: 0617c232f366a92d4d16d48850069d6f85d23d76d1ba8876a91f77176487ad66 SHA1: 2fb53aa2665b4db8e290d7a83e85ff9841a10f7a MD5sum: 1c2fe26920442e6ac7cfe1674321f5af Description: debug symbols for ros-kilted-fuse-core Build-Ids: 15f509265b7cff5f9098c27a0624c81c35b2bd30 540bbf6378b7d44129ca8ab08a798ab01a0b54b1 f473bc9fe719cdd81af98c1ac50da784fa9a968b Package: ros-kilted-fuse-doc Version: 1.2.6-1noble.20260519.040827 Architecture: arm64 Maintainer: "Stephen Williams" Installed-Size: 42 Depends: ros-kilted-ament-cmake-ros, ros-kilted-gtest-vendor, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/fuse_doc/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-doc/ros-kilted-fuse-doc_1.2.6-1noble.20260519.040827_arm64.deb Size: 6068 SHA256: f2c5503e0ea07a5420a59b1ad1dbe97dccb2cba8941163cbe6f78a151ecc7843 SHA1: a7951d44981faed8a5f391a3b7a87b98f7021a35 MD5sum: 3a2f0ca53aa52034565592867b184a42 Description: The fuse_doc package provides documentation and examples for the fuse package. Package: ros-kilted-fuse-graphs Version: 1.2.6-1noble.20260519.095624 Architecture: arm64 Maintainer: "Stephen Williams" Installed-Size: 545 Depends: libboost-serialization1.83.0 (>= 1.83.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-kilted-ament-cmake-ros, ros-kilted-fuse-core, ros-kilted-gtest-vendor, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/fuse_graphs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-graphs/ros-kilted-fuse-graphs_1.2.6-1noble.20260519.095624_arm64.deb Size: 102608 SHA256: d1a580e1329a81acdf803c351d33d2045493ba974aa3beb62bad69727170d242 SHA1: b316ff60a5a95e02d2b72b91743ed97de7492940 MD5sum: d79559117ce0972874d57588874e7355 Description: The fuse_graphs package provides some concrete implementations of the fuse_core::Graph interface. Package: ros-kilted-fuse-graphs-dbgsym Package-Type: ddeb Source: ros-kilted-fuse-graphs Version: 1.2.6-1noble.20260519.095624 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Stephen Williams" Installed-Size: 1979 Depends: ros-kilted-fuse-graphs (= 1.2.6-1noble.20260519.095624) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-graphs/ros-kilted-fuse-graphs-dbgsym_1.2.6-1noble.20260519.095624_arm64.deb Size: 1478454 SHA256: 7a6fbcbff1b09ed2a65e871bc6d6d5d2af9e16f8f955b74080e5c21712a2b5c4 SHA1: 71d6e630603cdcf7760204491f16f8885ae018b7 MD5sum: 90f5624fdbb25e31c96fd56afa6d179e Description: debug symbols for ros-kilted-fuse-graphs Build-Ids: 0479690fb901af3cbf3cdd8ea5a059daf7af298b Package: ros-kilted-fuse-loss Version: 1.2.6-1noble.20260519.095703 Architecture: arm64 Maintainer: "Stephen Williams" Installed-Size: 1165 Depends: libboost-serialization1.83.0 (>= 1.83.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-10 (>= 10.0.0), libceres-dev, ros-kilted-ament-cmake-ros, ros-kilted-fuse-core, ros-kilted-gtest-vendor, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/fuse_loss/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-loss/ros-kilted-fuse-loss_1.2.6-1noble.20260519.095703_arm64.deb Size: 213908 SHA256: b804480b3f9b2aa8c5baab9ce303a7f1465db4ac304250364c7d2572bf3a9ea6 SHA1: 80c53b4e2bb022c948e12cdf6f6d42d5d01502df MD5sum: 5f9ba4a01a7679620ee40fa6da2a5f15 Description: The fuse_loss package provides a set of commonly used loss functions, such as the basic ones provided by Ceres. Package: ros-kilted-fuse-loss-dbgsym Package-Type: ddeb Source: ros-kilted-fuse-loss Version: 1.2.6-1noble.20260519.095703 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Stephen Williams" Installed-Size: 5290 Depends: ros-kilted-fuse-loss (= 1.2.6-1noble.20260519.095703) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-loss/ros-kilted-fuse-loss-dbgsym_1.2.6-1noble.20260519.095703_arm64.deb Size: 4072804 SHA256: a1d290e00d5368414478935d198073ee8593a3d9c21e806b916beca8c39959dc SHA1: f1b12192a6847440e6e3b83a7ec5d3e65e53e95c MD5sum: 4cec9090a029d33e9b4132b2028a62be Description: debug symbols for ros-kilted-fuse-loss Build-Ids: 40dc7453b340e05ce47a363e382902bca7ae845c Package: ros-kilted-fuse-models Version: 1.2.6-1noble.20260519.102234 Architecture: arm64 Maintainer: "Tom Moore" Installed-Size: 4420 Depends: libboost-serialization1.83.0 (>= 1.83.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.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libboost-all-dev, libceres-dev, libeigen3-dev, ros-kilted-ament-cmake-ros, ros-kilted-fuse-constraints, ros-kilted-fuse-core, ros-kilted-fuse-graphs, ros-kilted-fuse-msgs, ros-kilted-fuse-publishers, ros-kilted-fuse-variables, ros-kilted-geometry-msgs, ros-kilted-gtest-vendor, ros-kilted-nav-msgs, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-std-srvs, ros-kilted-tf2, ros-kilted-tf2-2d, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/fuse_models/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-models/ros-kilted-fuse-models_1.2.6-1noble.20260519.102234_arm64.deb Size: 745156 SHA256: 608ff901178ce8c9b149de820e123bcd844dbf338443132d8478f3ff9618057d SHA1: a137410dbba49ad51331b575299d308fc1518498 MD5sum: 33642b7059b2db01b951419e2058c31e Description: fuse plugins that implement various kinematic and sensor models Package: ros-kilted-fuse-models-dbgsym Package-Type: ddeb Source: ros-kilted-fuse-models Version: 1.2.6-1noble.20260519.102234 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Tom Moore" Installed-Size: 48146 Depends: ros-kilted-fuse-models (= 1.2.6-1noble.20260519.102234) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-models/ros-kilted-fuse-models-dbgsym_1.2.6-1noble.20260519.102234_arm64.deb Size: 40837640 SHA256: a1e884f5014e3c71d07bc125712186c5d84913cedc27a0db52342a88f18f585a SHA1: f721f1aab2f2bd658ba35e266d09522915f54c89 MD5sum: aee2f0bd0d3759c87020c22340eb15b1 Description: debug symbols for ros-kilted-fuse-models Build-Ids: abbb624495da83925244549fe80f46fe32ac2332 Package: ros-kilted-fuse-msgs Version: 1.2.6-1noble.20260519.040454 Architecture: arm64 Maintainer: "Stephen Williams" Installed-Size: 2132 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-ament-cmake-ros, ros-kilted-geometry-msgs, ros-kilted-gtest-vendor, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/fuse_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-msgs/ros-kilted-fuse-msgs_1.2.6-1noble.20260519.040454_arm64.deb Size: 144518 SHA256: f9d212871a097fe48c6fdcd6518b6d5bf555c76f49e92742b5d2e5811706b51d SHA1: 87a8ee4dff52121f70f1df7281266ecd3532f899 MD5sum: 934007a90389a877399b4b9516d154e4 Description: The fuse_msgs package contains messages capable of holding serialized fuse objects. Package: ros-kilted-fuse-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-fuse-msgs Version: 1.2.6-1noble.20260519.040454 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Stephen Williams" Installed-Size: 1494 Depends: ros-kilted-fuse-msgs (= 1.2.6-1noble.20260519.040454) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-msgs/ros-kilted-fuse-msgs-dbgsym_1.2.6-1noble.20260519.040454_arm64.deb Size: 1137560 SHA256: fe51a9bd429918083d64e6532e357343fe25cc711007cb9c0b6d7888e9ddb80f SHA1: 2e0093705b69a648de29016f64f167fbe52277cd MD5sum: 2d0c93efe27ef379584b65c544ed20b7 Description: debug symbols for ros-kilted-fuse-msgs Build-Ids: 05ae9b97914e27b6c8697fe2d5da3e194b1dd8da 420b5c0f2c911a47faea79697cce29a77ce6eee1 8241d89f221aab66d505077a440dbe9c3a205cdc 834f79d86ed367a3919753681a46763c37dd00b8 916df39f598765036b477e8b63881be5d92bc617 9be4bf6f04d125a6821068d2f2629b57566a0521 b239edd80b4af3bb8d038315573636c65bff75e9 b51353ea1a14a95ea1eef96b9779ea513355605f bba11edaf503b31139be616142614d1c5aec7ad8 d51100c7741ce10f1c62e8c0a9d4b3d7fc12ee04 db6d675a84d7fad28f48f8b2898aa92375891aee Package: ros-kilted-fuse-optimizers Version: 1.2.6-1noble.20260519.153808 Architecture: arm64 Maintainer: "Stephen Williams" Installed-Size: 2330 Depends: libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.34), libceres4t64 (>= 2.2.0+dfsg), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libboost-all-dev, libceres-dev, libeigen3-dev, ros-kilted-ament-cmake-ros, ros-kilted-diagnostic-updater, ros-kilted-fuse-constraints, ros-kilted-fuse-core, ros-kilted-fuse-graphs, ros-kilted-fuse-msgs, ros-kilted-fuse-variables, ros-kilted-gtest-vendor, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-std-srvs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/fuse_optimizers/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-optimizers/ros-kilted-fuse-optimizers_1.2.6-1noble.20260519.153808_arm64.deb Size: 404478 SHA256: 8cb881bf2b96ccee1dee652200fbdbab4270d58fad244f4ca1340d3c346256b3 SHA1: 1f2b53399c284fde0173d2d074c12d0326f7c408 MD5sum: 96dcec7214304992e3c23c5be851777b 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-kilted-fuse-optimizers-dbgsym Package-Type: ddeb Source: ros-kilted-fuse-optimizers Version: 1.2.6-1noble.20260519.153808 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Stephen Williams" Installed-Size: 10941 Depends: ros-kilted-fuse-optimizers (= 1.2.6-1noble.20260519.153808) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-optimizers/ros-kilted-fuse-optimizers-dbgsym_1.2.6-1noble.20260519.153808_arm64.deb Size: 8479176 SHA256: 7234aa5f34c9e465f678353e6e932b263c194eb58f4b0cfe541501b08003401e SHA1: 24d8ffec2aaef0d3ee67b8fb1ddfa3b1d6a0e80c MD5sum: ed08c06c0f58a515409e33c3067f738f Description: debug symbols for ros-kilted-fuse-optimizers Build-Ids: 23019f1cec4f6b19b637aedbdebf7c0692674d95 51d8896b3a57d9fab5edb48654c27ef8d23b9372 caad06daa3edf252b7592bdd2629cd70d4cef44e Package: ros-kilted-fuse-publishers Version: 1.2.6-1noble.20260519.100713 Architecture: arm64 Maintainer: "Stephen Williams" Installed-Size: 1192 Depends: libboost-serialization1.83.0 (>= 1.83.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.1), libstdc++6 (>= 13.1), ros-kilted-ament-cmake-ros, ros-kilted-fuse-core, ros-kilted-fuse-msgs, ros-kilted-fuse-variables, ros-kilted-geometry-msgs, ros-kilted-gtest-vendor, ros-kilted-nav-msgs, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/fuse_publishers/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-publishers/ros-kilted-fuse-publishers_1.2.6-1noble.20260519.100713_arm64.deb Size: 232396 SHA256: adfe91b54abb32663db57d5dbcdfa90cc5be2d3fcf5c0266f10a6630e2c25f04 SHA1: cafba6471f0046d4ae9c2900839f5f674da8e32d MD5sum: 989ce055a1861035019a7fdbe48576b3 Description: The fuse_publishers package provides a set of common publisher plugins. Package: ros-kilted-fuse-publishers-dbgsym Package-Type: ddeb Source: ros-kilted-fuse-publishers Version: 1.2.6-1noble.20260519.100713 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Stephen Williams" Installed-Size: 6452 Depends: ros-kilted-fuse-publishers (= 1.2.6-1noble.20260519.100713) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-publishers/ros-kilted-fuse-publishers-dbgsym_1.2.6-1noble.20260519.100713_arm64.deb Size: 5410044 SHA256: 8ca221f323ec5ad48bc470961d6b3f320facb7ba6ca6eb1953a8df07eceb55a1 SHA1: a9baef89c115ca14ad4a1125e5dce33748fdfac9 MD5sum: a974595636313a7b273f5bec9cbab1ce Description: debug symbols for ros-kilted-fuse-publishers Build-Ids: 06f97ce08a706405903587cbb824d0e48a4d38fd Package: ros-kilted-fuse-tutorials Version: 1.2.6-1noble.20260520.073555 Architecture: arm64 Maintainer: "Stephen Williams" Installed-Size: 7356 Depends: libboost-serialization1.83.0 (>= 1.83.0), 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), libstdc++6 (>= 13.1), ros-kilted-ament-cmake-ros, ros-kilted-fuse-constraints, ros-kilted-fuse-core, ros-kilted-fuse-models, ros-kilted-fuse-optimizers, ros-kilted-fuse-publishers, ros-kilted-fuse-variables, ros-kilted-gtest-vendor, ros-kilted-nav-msgs, ros-kilted-rclcpp, ros-kilted-rviz2, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/fuse_tutorials/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-tutorials/ros-kilted-fuse-tutorials_1.2.6-1noble.20260520.073555_arm64.deb Size: 1502756 SHA256: 91572015cc3b99dc3bd73a7e861414dea08bd8b278bf80bd12867a49661c7e27 SHA1: a0cdac1cd980568b67bc1e8ef93dddd6751cc638 MD5sum: f7847c351d4c61c5c9bc5da655af2874 Description: Package containing source code for the fuse tutorials. Package: ros-kilted-fuse-tutorials-dbgsym Package-Type: ddeb Source: ros-kilted-fuse-tutorials Version: 1.2.6-1noble.20260520.073555 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Stephen Williams" Installed-Size: 8742 Depends: ros-kilted-fuse-tutorials (= 1.2.6-1noble.20260520.073555) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-tutorials/ros-kilted-fuse-tutorials-dbgsym_1.2.6-1noble.20260520.073555_arm64.deb Size: 7204804 SHA256: 25d1ff8cd7f010920019cc4490c02be8c71bc77f34838905ed652c5514890a1c SHA1: 1ee43f494fd6e7ce098ae95ba2a31ef4d8e623e3 MD5sum: d38e07a7655b98de8cf5e6025d1d4d31 Description: debug symbols for ros-kilted-fuse-tutorials Build-Ids: 2171c6aaaafd0e90175057144fc85cc342f7dd21 d80c65310b51c87058a8e2c215433d62eed4ba37 Package: ros-kilted-fuse-variables Version: 1.2.6-1noble.20260519.095905 Architecture: arm64 Maintainer: "Stephen Williams" Installed-Size: 1707 Depends: libboost-serialization1.83.0 (>= 1.83.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-kilted-ament-cmake-ros, ros-kilted-fuse-core, ros-kilted-gtest-vendor, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/fuse_variables/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-variables/ros-kilted-fuse-variables_1.2.6-1noble.20260519.095905_arm64.deb Size: 241436 SHA256: 78c17ac1bc9b9ec8b3671a48b2101ddf0a4a026059fed759ae0b3a2081afd81e SHA1: 0330e68866be684e6192515b264cb309c3cb84b3 MD5sum: 10933c552263b4614f7770b14ed49c70 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-kilted-fuse-variables-dbgsym Package-Type: ddeb Source: ros-kilted-fuse-variables Version: 1.2.6-1noble.20260519.095905 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Stephen Williams" Installed-Size: 8986 Depends: ros-kilted-fuse-variables (= 1.2.6-1noble.20260519.095905) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-variables/ros-kilted-fuse-variables-dbgsym_1.2.6-1noble.20260519.095905_arm64.deb Size: 6473774 SHA256: 13437f0f41c6c504a1c557da50a6cce4ca8ebcb92c9495857331e6e82fc6e2d7 SHA1: cbd40a55af3f0e70fc865481e956efa11ff63d14 MD5sum: b2b157e2a1581f9ccc1f113c6f2ef5df Description: debug symbols for ros-kilted-fuse-variables Build-Ids: 87a2bd12147dbf4fd4ce3070f536ba09332871fe Package: ros-kilted-fuse-viz Version: 1.2.6-1noble.20260519.102242 Architecture: arm64 Maintainer: "Enrique Fernandez" Installed-Size: 1471 Depends: libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.34), libceres4t64 (>= 2.2.0+dfsg), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.5.0), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-rviz-ogre-vendor, libeigen3-dev, ros-kilted-ament-cmake-ros, ros-kilted-fuse-constraints, ros-kilted-fuse-core, ros-kilted-fuse-msgs, ros-kilted-fuse-variables, ros-kilted-geometry-msgs, ros-kilted-gtest-vendor, ros-kilted-rviz-common, ros-kilted-rviz-rendering, ros-kilted-tf2-geometry-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/fuse_viz/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-viz/ros-kilted-fuse-viz_1.2.6-1noble.20260519.102242_arm64.deb Size: 313928 SHA256: 28f29eabb1ce6ad3e7d40e94b6c3802a20fd632619cc60fa96f10ff6e231f576 SHA1: 9c885ddd653f876ebb1e75a0ed9fef30477bbe96 MD5sum: 5242a40288e99bf741c9184b5877d608 Description: The fuse_viz package provides visualization tools for fuse. Package: ros-kilted-fuse-viz-dbgsym Package-Type: ddeb Source: ros-kilted-fuse-viz Version: 1.2.6-1noble.20260519.102242 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Enrique Fernandez" Installed-Size: 11880 Depends: ros-kilted-fuse-viz (= 1.2.6-1noble.20260519.102242) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-viz/ros-kilted-fuse-viz-dbgsym_1.2.6-1noble.20260519.102242_arm64.deb Size: 10146016 SHA256: f050cd3192cf431d877f64c9168b6cea7b74f49f4580ffd6fa1eae34d74b40fc SHA1: 68a6db52649a3510e145de4bc9f440e6738b276a MD5sum: 135222ababe270a186c23f6581d99a3e Description: debug symbols for ros-kilted-fuse-viz Build-Ids: 1b37a9e7112d1655cc65a43abf2b0e159d2753b9 Package: ros-kilted-generate-parameter-library Version: 0.7.3-1noble.20260519.122043 Architecture: arm64 Maintainer: "bmagyar" Installed-Size: 54 Depends: libexpected-dev, libfmt-dev, ros-kilted-generate-parameter-library-py, ros-kilted-parameter-traits, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-rclpy, ros-kilted-rsl, ros-kilted-tcb-span, ros-kilted-tl-expected, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/generate_parameter_library/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-generate-parameter-library/ros-kilted-generate-parameter-library_0.7.3-1noble.20260519.122043_arm64.deb Size: 9500 SHA256: a6d37e76fbf8a8b0221a3716a351a3d0f396cefb24df0e7bfe4eb0f2a787e910 SHA1: 4074fa792556d3dc87dbeb09a2389aa5643b1ecd MD5sum: 534f8e71f79b2c0de547877a75ee4d68 Description: CMake to generate ROS parameter library. Package: ros-kilted-generate-parameter-library-py Version: 0.7.3-1noble.20260514.083413 Architecture: arm64 Maintainer: "bmagyar" Installed-Size: 307 Depends: python3-dev, python3-jinja2, python3-typeguard, python3-yaml, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/generate_parameter_library_py/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-generate-parameter-library-py/ros-kilted-generate-parameter-library-py_0.7.3-1noble.20260514.083413_arm64.deb Size: 57840 SHA256: a9f90faaf0bb96365ce5ff5bdf52b5bd11b9aeb9e9cf0e2c5975d32707ae34b0 SHA1: 42e75a4a3df22984493a732530dbafd05c5e468a MD5sum: fdd23b85bb58a04c4f48410c0a4e9582 Description: Python to generate ROS parameter library. Package: ros-kilted-geodesy Version: 1.0.6-2noble.20260519.034539 Architecture: arm64 Maintainer: Jack O'Quin Installed-Size: 120 Depends: python3-pyproj, ros-kilted-angles, ros-kilted-geographic-msgs, ros-kilted-geometry-msgs, ros-kilted-sensor-msgs, ros-kilted-unique-identifier-msgs, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/geodesy Priority: optional Section: misc Filename: pool/main/r/ros-kilted-geodesy/ros-kilted-geodesy_1.0.6-2noble.20260519.034539_arm64.deb Size: 20390 SHA256: d6ad586267da8329e3147da7bd39ac43426cd5a4b6b78588713f36d8a1cdd59e SHA1: c2c2d603c1750ab26ef9a59f137064c1be69a32a MD5sum: fa40a6939c749c214098a682ec43a343 Description: Python and C++ interfaces for manipulating geodetic coordinates. Package: ros-kilted-geographic-info Version: 1.0.6-2noble.20260519.034912 Architecture: arm64 Maintainer: Jack O'Quin Installed-Size: 41 Depends: ros-kilted-geodesy, ros-kilted-geographic-msgs, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/geographic_info Priority: optional Section: misc Filename: pool/main/r/ros-kilted-geographic-info/ros-kilted-geographic-info_1.0.6-2noble.20260519.034912_arm64.deb Size: 5350 SHA256: 542dd99c571fb74ae6613c8ec560f536ff14ed418de9af08d6a4d7d29f96b731 SHA1: d1aef47b17efc0497d3d22d7bea379ed6923d9d2 MD5sum: a024ded91eebc94a6ad95d2d0232f1b4 Description: Geographic information metapackage. Not needed for wet packages, use only to resolve dry stack dependencies. Package: ros-kilted-geographic-msgs Version: 1.0.6-2noble.20260519.033901 Architecture: arm64 Maintainer: Jack O'Quin Installed-Size: 4878 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-unique-identifier-msgs, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/geographic_msgs Priority: optional Section: misc Filename: pool/main/r/ros-kilted-geographic-msgs/ros-kilted-geographic-msgs_1.0.6-2noble.20260519.033901_arm64.deb Size: 315160 SHA256: 63af3a99a1d5583fa34f5913c6a7b758b2cc4c9f50c277cff6109a01bbe544f0 SHA1: 10cdeca1d00ff062076c022d2ae5002b81962187 MD5sum: c26c414a6d72a8afb0687f65d5bdbded Description: ROS messages for Geographic Information Systems. Package: ros-kilted-geographic-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-geographic-msgs Version: 1.0.6-2noble.20260519.033901 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jack O'Quin Installed-Size: 4048 Depends: ros-kilted-geographic-msgs (= 1.0.6-2noble.20260519.033901) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-geographic-msgs/ros-kilted-geographic-msgs-dbgsym_1.0.6-2noble.20260519.033901_arm64.deb Size: 3200362 SHA256: d015fdb8b940fe8a68dcda71a60a757f9b90982db45bb3c9f7ca8a1236bad6cb SHA1: 68ae9d7d851c5b050dc5a71ca43ee500be7d957a MD5sum: 36a5a7fc8f4a80490177ad29ddfee6e5 Description: debug symbols for ros-kilted-geographic-msgs Build-Ids: 120c443dbe4aaad7b7c86cafaa1a2692505206ae 30eef6bd7ddfd11249490ceff37ea7161ff8f7f7 39edc54437d75a2c4f8b4e7d6293a960cb88c94c 6b4809d612519d893de65382284082bfc93ff6db b5aef65db9ebbf2eba0f5c90ef37877c921665f2 c42eb297a2d73681cb5d3bc83392afb2bf9b4190 c92fed2487058e149cb0de760ac8801cedce7279 ea4fd7bb8c01a978a0ed96a33ed834a84d92e591 f3a7c88760d0a7ce1490835cf11408095e677673 f6f468cddf650131326090eba3ab24f7545529d2 fbbb37fe2902fb9bbcf5e8737586df269dd4f819 Package: ros-kilted-geometric-shapes Version: 2.3.3-1noble.20260519.045500 Architecture: arm64 Maintainer: Tyler Weaver Installed-Size: 339 Depends: libassimp5 (>= 5.3.1+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, liboctomap-dev, libqhull-dev, ros-kilted-console-bridge-vendor, ros-kilted-eigen-stl-containers, ros-kilted-eigen3-cmake-module, ros-kilted-geometry-msgs, ros-kilted-random-numbers, ros-kilted-rclcpp, ros-kilted-resource-retriever, ros-kilted-rosidl-default-runtime, ros-kilted-shape-msgs, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/geometric_shapes Priority: optional Section: misc Filename: pool/main/r/ros-kilted-geometric-shapes/ros-kilted-geometric-shapes_2.3.3-1noble.20260519.045500_arm64.deb Size: 93832 SHA256: eabf3dc76ecf300389e83fbee8f09771b08984eb4596a3a84e95b40a3c2553c5 SHA1: 8d69030bda90ac8b12b44f895436fa74f9488348 MD5sum: b48772688a83b6ffe2132ab8b91cfe56 Description: This package contains generic definitions of geometric shapes and bodies. Package: ros-kilted-geometric-shapes-dbgsym Package-Type: ddeb Source: ros-kilted-geometric-shapes Version: 2.3.3-1noble.20260519.045500 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tyler Weaver Installed-Size: 6117 Depends: ros-kilted-geometric-shapes (= 2.3.3-1noble.20260519.045500) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-geometric-shapes/ros-kilted-geometric-shapes-dbgsym_2.3.3-1noble.20260519.045500_arm64.deb Size: 6089890 SHA256: 6c4e64415209fad3202db5c3d1eb03558579646b30131b61c6fdcf5a56d3a401 SHA1: ff69d4e7a10e667253603f12666ece59567198f6 MD5sum: da6774679dd35755b4dd08a85344170f Description: debug symbols for ros-kilted-geometric-shapes Build-Ids: 1057a3ef1cf04878aa99ea53f695c1d94db656da Package: ros-kilted-geometry-msgs Version: 5.5.2-1noble.20260519.024344 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 4697 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-geometry-msgs/ros-kilted-geometry-msgs_5.5.2-1noble.20260519.024344_arm64.deb Size: 265010 SHA256: 7dad41eea5f30b8377738e403be6b50631655ac6a239e1e340c85070926817a4 SHA1: 4c48a50bf49aea8384c62e03a9e3e97b7d9fe4fa MD5sum: b931590b3e9caa9fe65e7576f0a75414 Description: A package containing some geometry related message definitions. Package: ros-kilted-geometry-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-geometry-msgs Version: 5.5.2-1noble.20260519.024344 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tully Foote Installed-Size: 3627 Depends: ros-kilted-geometry-msgs (= 5.5.2-1noble.20260519.024344) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-geometry-msgs/ros-kilted-geometry-msgs-dbgsym_5.5.2-1noble.20260519.024344_arm64.deb Size: 2747102 SHA256: 1505890146389cd4a59caf30da555d427e4c1035d676372ccce7fa4eed6935a1 SHA1: abd2c91e75558dd0681bf9953f7507866ee5606e MD5sum: d74e9500772590b91bf34c6260071e10 Description: debug symbols for ros-kilted-geometry-msgs Build-Ids: 05ceb34fef465edde3e46c7881a195d646c422db 0eb2fc001ccba9251c0d0dc5f715bec2cc09f210 5b66a7db1514ed4c51e0680790a0e5e2e59dc7fa 6da88e1da3841bb2d5d6bc053be2a6d117126171 7e4851c0a2d1a11904a5054ac5096971e16b0cad 94b4967e8e57f0ecef50bce60ae40b21586b34aa aabebb029fa7d6b548bba93d81305c4c800699fa cda686c8ee006e729f0742cfd13adf6b40334cc1 d505aa8f423f152fcd4b122c5b57d6107984affe ef0032ba754de3cf68f44b0ed87027e7156cedaa f502aad2b651b08b0b02d0b505e9e988e62eab9d Package: ros-kilted-geometry-tutorials Version: 0.6.4-1noble.20260410.145843 Architecture: arm64 Maintainer: Alejandro Hernández Cordero Installed-Size: 40 Depends: ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/geometry_tutorials Priority: optional Section: misc Filename: pool/main/r/ros-kilted-geometry-tutorials/ros-kilted-geometry-tutorials_0.6.4-1noble.20260410.145843_arm64.deb Size: 5414 SHA256: e93c64672f145f543a1821d5112efc615dfb7e636a59d996cc723cedec3a2c9c SHA1: d430fd61957ed38a86b3c071f837595fe47d8c3c MD5sum: 653d49fa1c7608725ba6e3646edeba82 Description: Metapackage of geometry tutorials ROS. Package: ros-kilted-geometry2 Version: 0.41.7-1noble.20260519.082539 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 43 Depends: ros-kilted-tf2, ros-kilted-tf2-bullet, ros-kilted-tf2-eigen, ros-kilted-tf2-eigen-kdl, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-kdl, ros-kilted-tf2-msgs, ros-kilted-tf2-py, ros-kilted-tf2-ros, ros-kilted-tf2-sensor-msgs, ros-kilted-tf2-tools, ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/geometry2 Priority: optional Section: misc Filename: pool/main/r/ros-kilted-geometry2/ros-kilted-geometry2_0.41.7-1noble.20260519.082539_arm64.deb Size: 6404 SHA256: 0069c1a23b235a0a9a230245188bd1083de6d5f16cabb9fd215f05c833a0716f SHA1: 21793efc41c130ecaed60e2de985df636efb16ad MD5sum: 2169c5e22935231c0714decf958af3db Description: A metapackage to bring in the default packages second generation Transform Library in ros, tf2. Package: ros-kilted-gmock-vendor Version: 1.15.1-2noble.20260410.173346 Architecture: arm64 Maintainer: Scott K Logan Installed-Size: 614 Depends: ros-kilted-gtest-vendor, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gmock-vendor/ros-kilted-gmock-vendor_1.15.1-2noble.20260410.173346_arm64.deb Size: 101730 SHA256: 1b66c4f5e3be5c556c0abab35868dc38709a609daffb8ca817b8ea0c1a06d82a SHA1: d8105d75996e822c534bbfee0f32dff283a18d83 MD5sum: 37693871610972e6c32f4b66f63c6afa Description: The package provides GoogleMock. Package: ros-kilted-google-benchmark-vendor Version: 0.6.1-2noble.20260410.172259 Architecture: arm64 Maintainer: Scott K Logan Installed-Size: 676 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libbenchmark-dev, ros-kilted-ros-workspace Homepage: https://github.com/google/benchmark Priority: optional Section: misc Filename: pool/main/r/ros-kilted-google-benchmark-vendor/ros-kilted-google-benchmark-vendor_0.6.1-2noble.20260410.172259_arm64.deb Size: 198306 SHA256: c4976c7656f9ba33d362e261d50aa13733f114f17117b5d2a8e3d99bc2ddc659 SHA1: caff39a01fc000e3616724873e5984016b03c3bc MD5sum: f668a2a454319755c7711d331a77c471 Description: This package provides Google Benchmark. Package: ros-kilted-google-benchmark-vendor-dbgsym Package-Type: ddeb Source: ros-kilted-google-benchmark-vendor Version: 0.6.1-2noble.20260410.172259 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Scott K Logan Installed-Size: 2166 Depends: ros-kilted-google-benchmark-vendor (= 0.6.1-2noble.20260410.172259) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-google-benchmark-vendor/ros-kilted-google-benchmark-vendor-dbgsym_0.6.1-2noble.20260410.172259_arm64.deb Size: 2022346 SHA256: 408c3507c7cb4da371a3b267d91eb8708ef7133932446e997ea2549b20e45735 SHA1: 2c2280f5ee04bce6bc5c577d55ba08b6918fa6bc MD5sum: 49c150c8571f767d511ce019c334d3c4 Description: debug symbols for ros-kilted-google-benchmark-vendor Build-Ids: 2ad38f58201dc1a17989b8dd84a01670e5e50c08 fdaa71a3efb195a5bd7f2f220ef7c1ecd2715588 Package: ros-kilted-gpio-controllers Version: 5.15.1-1noble.20260520.082335 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 665 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-control-msgs, ros-kilted-controller-interface, ros-kilted-generate-parameter-library, ros-kilted-hardware-interface, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-realtime-tools, ros-kilted-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gpio-controllers/ros-kilted-gpio-controllers_5.15.1-1noble.20260520.082335_arm64.deb Size: 150190 SHA256: 7be1be76d1ba8940d915f461367aa3b73780d1aee7bfcabee9d6a28dd15c31e5 SHA1: 8c42ec87ae7c9886250e3280232394c660808117 MD5sum: b7a4b0a3cc9e3d37f861f70226d00509 Description: Controllers to interact with gpios. Package: ros-kilted-gpio-controllers-dbgsym Package-Type: ddeb Source: ros-kilted-gpio-controllers Version: 5.15.1-1noble.20260520.082335 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 2909 Depends: ros-kilted-gpio-controllers (= 5.15.1-1noble.20260520.082335) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gpio-controllers/ros-kilted-gpio-controllers-dbgsym_5.15.1-1noble.20260520.082335_arm64.deb Size: 2516998 SHA256: 9ae4394f0bc8eede4151342d83e3c969c5d4552e0e444b723a391c2aa975ddc2 SHA1: aa3434b06958a5dc70d1b3a7b243c0a7e79aa103 MD5sum: 3f81b19ab03c8145a0e08a443007c479 Description: debug symbols for ros-kilted-gpio-controllers Build-Ids: 7c0267162c02afad1d83d0b6df140ef98dcae001 Package: ros-kilted-gps-msgs Version: 2.1.2-1noble.20260519.024405 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 1357 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/gps_common Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gps-msgs/ros-kilted-gps-msgs_2.1.2-1noble.20260519.024405_arm64.deb Size: 84246 SHA256: 9555fb5471c2928418cad67a9355191645d419ff3e0d6ce69cf59d9f6d9179fc SHA1: 0d12b6ac409568ee6da73ba2f13594b22d2f6d9b MD5sum: 82b0529231767368139bf217b5166378 Description: GPS messages for use in GPS drivers Package: ros-kilted-gps-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-gps-msgs Version: 2.1.2-1noble.20260519.024405 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 550 Depends: ros-kilted-gps-msgs (= 2.1.2-1noble.20260519.024405) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gps-msgs/ros-kilted-gps-msgs-dbgsym_2.1.2-1noble.20260519.024405_arm64.deb Size: 406022 SHA256: 34dc3be890421211c11f2059faa0275d7ddfa077d1594b495095c9a7d5bf7266 SHA1: 37d3ee9bccea450a8edd373d6bd1e7c549a95394 MD5sum: 3e6d66b8b2b85c6974b847358cccbc2f Description: debug symbols for ros-kilted-gps-msgs Build-Ids: 130eb0a32b067152b960f7c29b0de81d9800c790 19ea3c453b6e48ecb16577a11f3abab9b28c964f 27f81d7876e3d0282ff5444f8af0495ed044a96f 2aa83af2f8a3b357561ab7df966072ed7ec04057 35b83bc5b7fd1872aeded6261a788a4c249077ef 41dc447acbe8c94f2b509e4d90284b7c67a1a94b 5a00490f2cf4b34dd56e6acf5127df0d112287ef 6a26828c5b684c262115477a604b53dcc9f24a9c caabe87840468c5655d75e6f9443b4da74233113 e469980de0eb378a62f532b0dd4789a14200986c fbe11a23de232f48829b1e43e942c31956ecf66c Package: ros-kilted-gps-sensor-broadcaster Version: 5.15.1-1noble.20260520.082906 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 280 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-controller-interface, ros-kilted-generate-parameter-library, ros-kilted-hardware-interface, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-realtime-tools, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/gps_sensor_broadcaster/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gps-sensor-broadcaster/ros-kilted-gps-sensor-broadcaster_5.15.1-1noble.20260520.082906_arm64.deb Size: 79368 SHA256: eab20edd5da472c03a9c2d4a3038e99b12309ed82c36c36d3f96e0efc16133c4 SHA1: e257d7f73dee96b72a2582e6b62e9306225fff9c MD5sum: a0979cd9283142d02adbab283baed54b Description: Controller to publish readings of GPS sensors. Package: ros-kilted-gps-sensor-broadcaster-dbgsym Package-Type: ddeb Source: ros-kilted-gps-sensor-broadcaster Version: 5.15.1-1noble.20260520.082906 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 1194 Depends: ros-kilted-gps-sensor-broadcaster (= 5.15.1-1noble.20260520.082906) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gps-sensor-broadcaster/ros-kilted-gps-sensor-broadcaster-dbgsym_5.15.1-1noble.20260520.082906_arm64.deb Size: 1085982 SHA256: 1fa407fab0935491ae315c388f31bd32e51b1ed3c714d4549dd5299bf7568258 SHA1: 8104387ac11d82b29d98753280ed0f3b2bcd7e64 MD5sum: 319a93bbc48f0a47c909e054a80055c8 Description: debug symbols for ros-kilted-gps-sensor-broadcaster Build-Ids: 106f28c3f897c3982fc683196f3c466253d94720 Package: ros-kilted-gps-tools Version: 2.1.2-1noble.20260519.052306 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 1122 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-gps-msgs, ros-kilted-nav-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rclpy, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/gps_common Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gps-tools/ros-kilted-gps-tools_2.1.2-1noble.20260519.052306_arm64.deb Size: 165412 SHA256: e1bd8c5b3d0e6434135c1c8b75cbb2e55c482b297b0fcde6446a1ea6a65a52af SHA1: 1752be3419c9664105d2a4528713ade78fdb1bb8 MD5sum: 0c367a381a377d75b96a6ac7698be2d5 Description: GPS routines for use in GPS drivers Package: ros-kilted-gps-tools-dbgsym Package-Type: ddeb Source: ros-kilted-gps-tools Version: 2.1.2-1noble.20260519.052306 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 4677 Depends: ros-kilted-gps-tools (= 2.1.2-1noble.20260519.052306) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gps-tools/ros-kilted-gps-tools-dbgsym_2.1.2-1noble.20260519.052306_arm64.deb Size: 3927372 SHA256: 2c49d43da44fc0594cb63c8f3888e7b6840bdbb7dbd5042098c980702501d1e1 SHA1: 7c84911011d6d275f7d20dcd6d02e12f90c1cc3b MD5sum: 9333b12357fdb4668c88cb1ac96e433d Description: debug symbols for ros-kilted-gps-tools Build-Ids: 105c8e0e44d86bda24ce5394fd4644bb6f1da762 145d27c15f6dc117d6fc0598c66664c410f5f2b4 Package: ros-kilted-gps-umd Version: 2.1.2-1noble.20260519.060139 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 41 Depends: ros-kilted-gps-msgs, ros-kilted-gps-tools, ros-kilted-gpsd-client, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/gps_umd Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gps-umd/ros-kilted-gps-umd_2.1.2-1noble.20260519.060139_arm64.deb Size: 5464 SHA256: a48aa54f6d0aebb13ab646136cb264a6c6f16fc401e84dfd891eabafbf15aef6 SHA1: 75bd4c6f88c8471a29467a27dd6a043d827186fa MD5sum: d36b8cbb058312ffba4a0163c03b9bc6 Description: gps_umd metapackage Package: ros-kilted-gpsd-client Version: 2.1.2-1noble.20260519.055714 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 257 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgps30t64 (>= 3.3), libstdc++6 (>= 13.1), libgps-dev, pkg-config, ros-kilted-gps-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/gpsd_client Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gpsd-client/ros-kilted-gpsd-client_2.1.2-1noble.20260519.055714_arm64.deb Size: 67782 SHA256: f439a0b41110f28fdff4f131250412a5b4e877c38d3361647cc5a2071441205c SHA1: 177830ed024cabe41c4614dc2076d5ffc5d5422d MD5sum: 15394dc081b4c05361333d0bdebf8332 Description: connects to a GPSd server and broadcasts GPS fixes using the NavSatFix message Package: ros-kilted-gpsd-client-dbgsym Package-Type: ddeb Source: ros-kilted-gpsd-client Version: 2.1.2-1noble.20260519.055714 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 1192 Depends: ros-kilted-gpsd-client (= 2.1.2-1noble.20260519.055714) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gpsd-client/ros-kilted-gpsd-client-dbgsym_2.1.2-1noble.20260519.055714_arm64.deb Size: 1056526 SHA256: aae668652f14bae09cf517eed3181b0304ed06be76b48cc5c1f1a6e6d3130aac SHA1: 654b3eb982be7bab4143b7e54918b126aeed7cc0 MD5sum: 0109bd4762c659b55fd5ff7f6e9c0f43 Description: debug symbols for ros-kilted-gpsd-client Build-Ids: 7a47f5ef6f9f7d3a0709c8e0ae3a9065604511af Package: ros-kilted-graph-msgs Version: 0.2.0-6noble.20260519.031328 Architecture: arm64 Maintainer: Dave Coleman Installed-Size: 1122 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: https://github.com/davetcoleman/graph_msgs Priority: optional Section: misc Filename: pool/main/r/ros-kilted-graph-msgs/ros-kilted-graph-msgs_0.2.0-6noble.20260519.031328_arm64.deb Size: 65136 SHA256: 796932eded1a095ab4b0a0e93e90b5e8ebf8eb8ca40212a86bd078081a27ad65 SHA1: 47f8d949aa4df04fbcaa635f34ad44dca130eef9 MD5sum: 66f4fa275076240d18305376e89dc46c Description: ROS messages for publishing graphs of different data types Package: ros-kilted-graph-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-graph-msgs Version: 0.2.0-6noble.20260519.031328 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Dave Coleman Installed-Size: 520 Depends: ros-kilted-graph-msgs (= 0.2.0-6noble.20260519.031328) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-graph-msgs/ros-kilted-graph-msgs-dbgsym_0.2.0-6noble.20260519.031328_arm64.deb Size: 381746 SHA256: c069f6e21ac41f5923f9900300f035c429f3d05a5702f072c1635a763bbcc191 SHA1: 260e99935932c4ff9cb6cd1bff0a32a9af77a4b3 MD5sum: 8dd3fa43a04b7c77e3e96caa975f56e4 Description: debug symbols for ros-kilted-graph-msgs Build-Ids: 1bf2a07050dac5b4829f7878723a456d73a69275 2b8ea48cc75027204a6008c3b2652b88f8d8bb5a 357c4cf0437c22f955ebf46c780be97ec8bd5c62 36ec1f509dfd2c8de53848ab5b4b5183136ae2a0 4dd46c52d009d64994d9c650eddae536c70690cb 58b10c751afbd10c15383032760ec9eb45d3d2ec 8896d4a4e5473e34470db6087ac5df4abdca4dd1 8ae984aae7de9e9d62914b35d468f432a553bde7 b0ca8b5326508650ef5e79420bb39793d1b08da8 f1e07a7f575cd46d7745d73b9fd833553367c355 f9ad6924d2c5d67386b6df29b8e604ce367cc36a Package: ros-kilted-grasping-msgs Version: 0.5.0-2noble.20260519.041407 Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 4323 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-geometry-msgs, ros-kilted-moveit-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-sensor-msgs, ros-kilted-shape-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/grasping_msgs Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grasping-msgs/ros-kilted-grasping-msgs_0.5.0-2noble.20260519.041407_arm64.deb Size: 278046 SHA256: 613f93d7db640dbc731217fbaaa805f6ac5744a849d5821cab5f28359c487fa0 SHA1: 11bf551c061b2423d02e21125e00a7aad145ac08 MD5sum: 3cd1041b3fbdba397baba5f4f2373bcb Description: Messages for describing objects and how to grasp them. Package: ros-kilted-grasping-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-grasping-msgs Version: 0.5.0-2noble.20260519.041407 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 3187 Depends: ros-kilted-grasping-msgs (= 0.5.0-2noble.20260519.041407) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grasping-msgs/ros-kilted-grasping-msgs-dbgsym_0.5.0-2noble.20260519.041407_arm64.deb Size: 2479384 SHA256: 70850b42da6c075edfaba27b203f7c02e4f940b3d12f677de76e6c9b5d467972 SHA1: e271f82bb0df681862a09f647882cc2920923002 MD5sum: 4a078f5dec8eff9ceae2f7c12bcdba59 Description: debug symbols for ros-kilted-grasping-msgs Build-Ids: 0c8d4e4838be1ad2334a00f397f9bb1dc0684dd1 222c955180f6eb7a4912c047d18ef432ffd96c78 2a589d562d476e66d6596c9c8cba8b872bbcc62d 2fef773635c07fbd1f3c04c45d2a3c37bd1fc441 374b8fd3fd6f9e7e4b33040a3123baec6d99880a 3900af772e6992a5f01921192f5da6c133d79a5b 6ddee0ce6ec05f08b8632b5f9e835a1cbe12fb47 9e5acf2b70babc5b62b3d02b55886931aeb6f05a a588025ba8541b87328ed37f45331dc6783cf1ce ad85707701dcdb8839ccb32c611f455118ad9e76 f420199622e706d3ca185b678ace8d9b9b634b7a Package: ros-kilted-grbl-msgs Version: 0.0.2-9noble.20260519.023214 Architecture: arm64 Maintainer: Evan Flynn Installed-Size: 3550 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-action-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grbl-msgs/ros-kilted-grbl-msgs_0.0.2-9noble.20260519.023214_arm64.deb Size: 207844 SHA256: 2d58132e2520212449d431f4827147e4b3bf930df5631657f7d5f80b0e81bbf1 SHA1: e646d048cb472f6b685edd84be0664a961402aaf MD5sum: d50c8d5e3a495b4caa8295ce0051cde2 Description: ROS2 Messages package for GRBL devices Package: ros-kilted-grbl-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-grbl-msgs Version: 0.0.2-9noble.20260519.023214 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Evan Flynn Installed-Size: 1893 Depends: ros-kilted-grbl-msgs (= 0.0.2-9noble.20260519.023214) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grbl-msgs/ros-kilted-grbl-msgs-dbgsym_0.0.2-9noble.20260519.023214_arm64.deb Size: 1301568 SHA256: c0a8bf72db8495774207813061f3c0dd910fc67fc33a4ee8ca73c16ecc2bd39b SHA1: 7a9cdfb53e81cfcadda67602b275ebd43a202255 MD5sum: df3f3b6963fe175911d2666ac934f51e Description: debug symbols for ros-kilted-grbl-msgs Build-Ids: 00c16a76d15e22f0562f3f3714f47d6c705af995 049caff26926d68816032683ded8567e29e46bc5 04d8036793063c9f286e5c7e2f2d2c2e38102934 3d378510bc4090a08357b7084ed4cb40d1946322 62138236d3053481b0bdb19f12c15469f86430aa a4fef4c5861e98cfdc294c822987b0155fd099b5 bee9960463d715b1668bb2e7cde63b918d3e5ff5 c85e90aeee6fffefef74273cfcb729f3d10b2dfe d7b95290749864b2451fb62b54beb9c53fb4bc57 e7cdcfe08448b606bcfa14330ef79f0b507aa7db e93a94296099dc8c1b466c85e5dec9f0090c2a55 Package: ros-kilted-grbl-ros Version: 0.0.16-7noble.20260519.051343 Architecture: arm64 Maintainer: Evan Flynn Installed-Size: 127 Depends: ros-kilted-grbl-msgs, ros-kilted-rclpy, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grbl-ros/ros-kilted-grbl-ros_0.0.16-7noble.20260519.051343_arm64.deb Size: 26010 SHA256: 4c8f2a98b9d9cf7de3d69553080ed2f7bffb49b5a171128020da994ca453ac58 SHA1: 1cef989fb7cb6174228793326b1969b9fb5d2902 MD5sum: 51f8f6293e39375cb679c3f9fb896dd1 Description: ROS2 package to interface with a GRBL serial device Package: ros-kilted-greenwave-monitor Version: 1.0.0-1noble.20260519.043658 Architecture: arm64 Maintainer: Sean Gillen Installed-Size: 1921 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-diagnostic-msgs, ros-kilted-greenwave-monitor-interfaces, ros-kilted-launch, ros-kilted-launch-ros, ros-kilted-rclcpp, ros-kilted-rclpy, ros-kilted-rosidl-default-runtime, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-greenwave-monitor/ros-kilted-greenwave-monitor_1.0.0-1noble.20260519.043658_arm64.deb Size: 324378 SHA256: 0b876391e7f40b5b3b71081e214871c71200072f4dd7e24361df0708ea72c344 SHA1: 8747bfa3718be2c21571ea68d658472810949486 MD5sum: e06a9a945c8f87c5bec32b624252b4cb Description: A ROS 2 diagnostic tool for monitoring topic frame rates and latency metrics. Package: ros-kilted-greenwave-monitor-dbgsym Package-Type: ddeb Source: ros-kilted-greenwave-monitor Version: 1.0.0-1noble.20260519.043658 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Sean Gillen Installed-Size: 9053 Depends: ros-kilted-greenwave-monitor (= 1.0.0-1noble.20260519.043658) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-greenwave-monitor/ros-kilted-greenwave-monitor-dbgsym_1.0.0-1noble.20260519.043658_arm64.deb Size: 7649260 SHA256: dd2f0f13f24058cd7700fd185ca73618c3afab16591b1ffa5f76f4d688cf3ef6 SHA1: f6aa8b9dcc9603e68b92e886dad77fa2c85cbdaf MD5sum: bfe4150c2bd364a0f7857da6c8c4edef Description: debug symbols for ros-kilted-greenwave-monitor Build-Ids: 084625ce6eeddbabcfcb0509032cf3fa49ed3d1d 3b482c4c3d71744f1f8e31d38977f12a02ea12e8 5d6b2b9ba62894113559b3030f56fce5470a52fd Package: ros-kilted-greenwave-monitor-interfaces Version: 1.0.0-1noble.20260519.024502 Architecture: arm64 Maintainer: Sean Gillen Installed-Size: 1568 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-greenwave-monitor-interfaces/ros-kilted-greenwave-monitor-interfaces_1.0.0-1noble.20260519.024502_arm64.deb Size: 99404 SHA256: e3ce4084571e3dcdec76a8ef77f28f235780c155d4f0ccda5a4e1d1984202955 SHA1: e8ead68908742621bfe18461803d0468fe1bf2f8 MD5sum: 220701df0f014f82161fae3fc675604d Description: Interfaces for the greenwave_monitor package Package: ros-kilted-greenwave-monitor-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-greenwave-monitor-interfaces Version: 1.0.0-1noble.20260519.024502 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Sean Gillen Installed-Size: 869 Depends: ros-kilted-greenwave-monitor-interfaces (= 1.0.0-1noble.20260519.024502) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-greenwave-monitor-interfaces/ros-kilted-greenwave-monitor-interfaces-dbgsym_1.0.0-1noble.20260519.024502_arm64.deb Size: 624068 SHA256: f71330569df7fc14e15a5165d148654a3df2a6573e69c68e17094fda11dec37b SHA1: 1e288114bae8b7628394f89a2420bd5e67aebf86 MD5sum: 6165e1ab5e072b4c9bbbcb463687e1ba Description: debug symbols for ros-kilted-greenwave-monitor-interfaces Build-Ids: 1341900dc0606a6bef3e4026e7d8811f0582ce02 2db56daff9969e3f7c3132ccc62b200c7c374a6e 60fa2f4a2704b6e09314dc577a27915977958394 a384e36ac39115cb506192d61469acb890a2fe65 c74ec6ac8472fc88fda8c244c2973f092131fe09 cea03a1331e8e9d23038139c3d1e50df7ee063af ceeb89aababc661ab083de46d9c2a009a28c91f0 de5df23c2369396ec4d07774153cc71d68b794e1 e21ea5f136a4efd17a8986221c41c417022bf25f edfc0763a6c46cbb63d25e83dcd54b49630adaad eee312fa70d743bd36b6840b3f1c0e7b6add3365 Package: ros-kilted-grid-map Version: 2.4.0-1noble.20260519.183715 Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 42 Depends: ros-kilted-grid-map-cmake-helpers, ros-kilted-grid-map-core, ros-kilted-grid-map-costmap-2d, ros-kilted-grid-map-cv, ros-kilted-grid-map-demos, ros-kilted-grid-map-filters, ros-kilted-grid-map-loader, ros-kilted-grid-map-msgs, ros-kilted-grid-map-octomap, ros-kilted-grid-map-pcl, ros-kilted-grid-map-ros, ros-kilted-grid-map-rviz-plugin, ros-kilted-grid-map-sdf, ros-kilted-grid-map-visualization, ros-kilted-ros-workspace Homepage: http://github.com/anybotics/grid_map Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grid-map/ros-kilted-grid-map_2.4.0-1noble.20260519.183715_arm64.deb Size: 5746 SHA256: 9636e9527b1cc21c2ed05cd91ee6f6220ab69f321a7172d26a6817bc43b20166 SHA1: 181039c57ded5373529394616767ad47c616781a MD5sum: d9c5b6fe99b689c4e58839134b65f97f Description: Meta-package for the universal grid map library. Package: ros-kilted-grid-map-cmake-helpers Version: 2.4.0-1noble.20260410.135259 Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 44 Depends: ros-kilted-ament-cmake-core, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grid-map-cmake-helpers/ros-kilted-grid-map-cmake-helpers_2.4.0-1noble.20260410.135259_arm64.deb Size: 6470 SHA256: 2b9f246daa473193a2654cc654b7a22f54e97352cd2cef4a00adbfca51093fbf SHA1: afd1e20a3b6d68a230f9eb2fd7bc422b05b4336b MD5sum: f0fc705dfe811ed4ab64fef407f6d542 Description: CMake support functionality used throughout grid_map Package: ros-kilted-grid-map-core Version: 2.4.0-1noble.20260410.141803 Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 2422 Depends: libeigen3-dev, ros-kilted-ros-workspace Homepage: http://github.com/anybotics/grid_map Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grid-map-core/ros-kilted-grid-map-core_2.4.0-1noble.20260410.141803_arm64.deb Size: 1865136 SHA256: 1513e5cba00706a5e7cd02525a6c3e1ed0b8011b9cbae65e1a99ddd8c8b68ea4 SHA1: 5244d243ce7eae6d68b291d86213e09ae7f20ccf MD5sum: f7e06366f3465537750154def544c4e0 Description: Universal grid map library to manage two-dimensional grid maps with multiple data layers. Package: ros-kilted-grid-map-costmap-2d Version: 2.4.0-1noble.20260519.112839 Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 78 Depends: ros-kilted-geometry-msgs, ros-kilted-grid-map-core, ros-kilted-nav2-costmap-2d, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: http://github.com/anybotics/grid_map Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grid-map-costmap-2d/ros-kilted-grid-map-costmap-2d_2.4.0-1noble.20260519.112839_arm64.deb Size: 12896 SHA256: cfd573c40d3edc55a9887d583c82f536505d50d50e8dc9dcc418a8a8edb6b9f4 SHA1: 54ed1e0b11d9c4bbd1eddd2a7b5a0db1af75ca38 MD5sum: 40f5c50673e6034af039f019359532ce Description: Interface for grid maps to the costmap_2d format. Package: ros-kilted-grid-map-cv Version: 2.4.0-1noble.20260519.100838 Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 342 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopencv-photo406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), ros-kilted-cv-bridge, ros-kilted-filters, ros-kilted-grid-map-core, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Homepage: http://github.com/anybotics/grid_map Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grid-map-cv/ros-kilted-grid-map-cv_2.4.0-1noble.20260519.100838_arm64.deb Size: 95882 SHA256: 24fc9f4725993b24939f800978d0b9d0956f259df8c2f8f8f9f363073e58b996 SHA1: 26fb659eae1542c818851d8a99aa27ae5d425b98 MD5sum: 5526c253412d5501629c0ee82b703e86 Description: Conversions between grid maps and OpenCV images. Package: ros-kilted-grid-map-cv-dbgsym Package-Type: ddeb Source: ros-kilted-grid-map-cv Version: 2.4.0-1noble.20260519.100838 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 1403 Depends: ros-kilted-grid-map-cv (= 2.4.0-1noble.20260519.100838) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grid-map-cv/ros-kilted-grid-map-cv-dbgsym_2.4.0-1noble.20260519.100838_arm64.deb Size: 1281650 SHA256: d9b606182cd0f415ff661c1f7f133c450659f040193a229e85d4f7abe11018cc SHA1: dd820eaf5270e24f6ab098b616a277789c72e520 MD5sum: d6697967a6243a1b722d6bdb877b6a31 Description: debug symbols for ros-kilted-grid-map-cv Build-Ids: f78b1af70261ca179e5c02da13c80b68897074b5 Package: ros-kilted-grid-map-demos Version: 2.4.0-1noble.20260519.175750 Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 6074 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liboctomap1.9t64 (>= 1.9.7+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-highgui406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), python3-opencv, ros-kilted-cv-bridge, ros-kilted-geometry-msgs, ros-kilted-grid-map-core, ros-kilted-grid-map-cv, ros-kilted-grid-map-filters, ros-kilted-grid-map-loader, ros-kilted-grid-map-msgs, ros-kilted-grid-map-octomap, ros-kilted-grid-map-ros, ros-kilted-grid-map-rviz-plugin, ros-kilted-grid-map-visualization, ros-kilted-octomap-msgs, ros-kilted-octomap-rviz-plugins, ros-kilted-octomap-server, ros-kilted-rclcpp, ros-kilted-rclpy, ros-kilted-rviz2, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Homepage: http://github.com/anybotics/grid_map Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grid-map-demos/ros-kilted-grid-map-demos_2.4.0-1noble.20260519.175750_arm64.deb Size: 1813868 SHA256: 699399d8aaa3d48fc6cddc03f5124f7cb82a6be93f3842995294cd54fb4100e5 SHA1: 9942ec3f8a4f69d4a9955e976110baf37d9f87e7 MD5sum: a090107789c474fa66efe9c4d1c213e6 Description: Demo nodes to demonstrate the usage of the grid map library. Package: ros-kilted-grid-map-demos-dbgsym Package-Type: ddeb Source: ros-kilted-grid-map-demos Version: 2.4.0-1noble.20260519.175750 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 22686 Depends: ros-kilted-grid-map-demos (= 2.4.0-1noble.20260519.175750) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grid-map-demos/ros-kilted-grid-map-demos-dbgsym_2.4.0-1noble.20260519.175750_arm64.deb Size: 20415908 SHA256: 6aa2a0f97ca9f6bab45cd40f57a4b0dc6797563f533feb5ffef44250a6135653 SHA1: 2b00239bc10c2ab18e29003591a3f36d18350c80 MD5sum: ed5bcace62fb91650960c0e00d46987b Description: debug symbols for ros-kilted-grid-map-demos Build-Ids: 1718956114419d49e3ba76d617e19f9791f7faf8 26e8fbd377cf4dd11f68db779850f8672d2cafd1 592b130f83e6e434beaf7e7fc463177e5024a4bc 5b5faf8d88e7d6fd61d41912f7466ebc5c00a25a 75a9b869490d78d5b2ae8bbb45e0f841881d6608 786a5bb651db6a81c1226d50e525d72af1756bb3 9110880a4245be403d7d8495de26e486d6bf4e32 9e4477227f77201419ea64182dfdb151e3604bdb b710b9d9313a85e3ed34b5278a334cb8e1becff5 cd8756d7e4db39cfedb88fbb78aaf69d5867dedd d491bad4d26d4296fe3be0b8b37387bbcbf2aff9 e9528bcda90ecf5f2d8511faa942acaef1a0bf14 e97d4a1fedaa4828bb31f4a3e0f781f37e5fbd64 Package: ros-kilted-grid-map-filters Version: 2.4.0-1noble.20260519.153100 Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 3371 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.11.0), libtbb-dev, ros-kilted-filters, ros-kilted-grid-map-core, ros-kilted-grid-map-msgs, ros-kilted-grid-map-ros, ros-kilted-pluginlib, ros-kilted-ros-workspace Homepage: http://github.com/anybotics/grid_map Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grid-map-filters/ros-kilted-grid-map-filters_2.4.0-1noble.20260519.153100_arm64.deb Size: 387138 SHA256: b92fd1e7120b3a1d8a2ff6cd399f7a15dc4bfdbbfdd7db8298f3acce40bf4d35 SHA1: de39fd8824a2bf874f7c20a046d0d946fb86adcf MD5sum: 79a2aa0a8e9f092e0f4be30e9e6a1367 Description: Processing grid maps as a sequence of ROS filters. Package: ros-kilted-grid-map-filters-dbgsym Package-Type: ddeb Source: ros-kilted-grid-map-filters Version: 2.4.0-1noble.20260519.153100 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 16573 Depends: ros-kilted-grid-map-filters (= 2.4.0-1noble.20260519.153100) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grid-map-filters/ros-kilted-grid-map-filters-dbgsym_2.4.0-1noble.20260519.153100_arm64.deb Size: 15642408 SHA256: d76c75ee9486a0be82a9addc0c578c5c32454706b72080124f17cece4a0f841f SHA1: 045d77a6aa44158015a55e760aa296114f7f3c49 MD5sum: f795b52af31458658e51b92f08067bc4 Description: debug symbols for ros-kilted-grid-map-filters Build-Ids: 194b69fa322f84fd414a05fa97d1cb18dc204b6b 1d43e11430b86d5701ba2252c12e8a18640042d2 27008a69ada940ec9f6d2d6cafd66d1a575bc73c 3b344eea5d49e0415fe91129bb6ab50ebf0c4546 3e47916738800be63cc82193e600bfda7cb3f3e4 4b0bc7282f45d278abb8efda819a775646bb7732 50f209a931367926a59c886213e880e2957f5368 563e6384fbd364b4914039c5792437bce491b386 640ddc02eac3192d69655d1435eaf56a82471198 7e7a6d42d2c2e0d56f4c91ac3963f7820f9a608f b76a3e366eea1ce97a9301ad61944e39d21ee271 bbd8bedbc06993942690236e44fd3455e91f24da cc1f437ee29d40df61cfad75013d7e3a1ccf738d ce5ce6e004392636e605d644d9a29604251af4ff e0238f26a1ac34769605b1ff4ac634f8eba8cb0a f4921813aad292b0e045001d4402aa5c9be6357c Package: ros-kilted-grid-map-loader Version: 2.4.0-1noble.20260519.153615 Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 513 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-grid-map-msgs, ros-kilted-grid-map-ros, ros-kilted-ros-workspace Homepage: http://github.com/anybotics/grid_map Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grid-map-loader/ros-kilted-grid-map-loader_2.4.0-1noble.20260519.153615_arm64.deb Size: 129248 SHA256: 274232b12dbae444f9b5333dcdf5e0351da04c482d4f4a34aab2e40c0a6c3602 SHA1: 504c4c761fc91821c35d25b95c2816a536c3e766 MD5sum: b30bb41c788ab5982d20dd7c8475e8c9 Description: Loading and publishing grid maps from bag files. Package: ros-kilted-grid-map-loader-dbgsym Package-Type: ddeb Source: ros-kilted-grid-map-loader Version: 2.4.0-1noble.20260519.153615 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 2033 Depends: ros-kilted-grid-map-loader (= 2.4.0-1noble.20260519.153615) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grid-map-loader/ros-kilted-grid-map-loader-dbgsym_2.4.0-1noble.20260519.153615_arm64.deb Size: 1843368 SHA256: f6e4ad7808b84cb175ee58fba026be168c664e073a37b7ad3fd176694ec2fdf6 SHA1: f793b60fd8d6f128e5324ff30f178827ee42b842 MD5sum: 8a852fc5c5bb0ef2b9578c3add858710 Description: debug symbols for ros-kilted-grid-map-loader Build-Ids: 7651eed49b008a197af6c365942c8e064fa6605b 878c2d2a5dcf36496edc8931b047b06d92736a86 Package: ros-kilted-grid-map-msgs Version: 2.4.0-1noble.20260519.045643 Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 2669 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-geometry-msgs, ros-kilted-rclcpp, ros-kilted-rosidl-default-generators, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://github.com/anybotics/grid_map Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grid-map-msgs/ros-kilted-grid-map-msgs_2.4.0-1noble.20260519.045643_arm64.deb Size: 183840 SHA256: b6947d7c88be970c3293f8edeae3e84ef17a1690de6c27f7a90b1e737ef65732 SHA1: 359972ac1c41f992006a9ff8daeabd980a0409fc MD5sum: 28700a98bd71942f9ea1118ded6c9400 Description: Definition of the multi-layered grid map message type. Package: ros-kilted-grid-map-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-grid-map-msgs Version: 2.4.0-1noble.20260519.045643 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 2042 Depends: ros-kilted-grid-map-msgs (= 2.4.0-1noble.20260519.045643) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grid-map-msgs/ros-kilted-grid-map-msgs-dbgsym_2.4.0-1noble.20260519.045643_arm64.deb Size: 1588700 SHA256: 3313585651a7c6375d7535e4ef941c9a1c819d57738a4827c4ce7d7912abbd42 SHA1: 74b8770eeadc281c20081ec6596f8f0696d6effb MD5sum: 64d1023850e138e593859acaab3c8b23 Description: debug symbols for ros-kilted-grid-map-msgs Build-Ids: 01f97c5efd1ba225d5d417f2f61a70e40ac1bbd9 23d31c0632449e7ea7d65d646152c1abbd3e1011 2de22211a9a1e15bcdda4c8f40659f365249ce9e 318ae3894c20c65db393078be185b5333c3143b1 3dd70503666889f016fcc9430997e042623b31f8 5cf1dc812f7c32610d633dec4ce4a66fd6de82a1 64a10263b00d8a50abad8b6ac12f8e8bee917074 7371afe03a9a45f41ff8fb70ff54dcd900e601a7 904bc6c4bae5b55156f2db98bfb5c00480e98dd5 a39b7af2c091095d2015139dc054877b7b20af28 feef31542c69693e35154346f61de4939c58f408 Package: ros-kilted-grid-map-octomap Version: 2.4.0-1noble.20260410.142443 Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 205 Depends: liboctomap-dev, ros-kilted-grid-map-core, ros-kilted-ros-workspace Homepage: http://github.com/anybotics/grid_map Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grid-map-octomap/ros-kilted-grid-map-octomap_2.4.0-1noble.20260410.142443_arm64.deb Size: 42012 SHA256: 7ed0f8b73492d478202eae38f34c332e972f59afb493b99702e4b3bed4bb09e3 SHA1: 5a9aefb42605362259063c2822b9bcc248d2b574 MD5sum: 1d2dc6775070cd0c0e8e912f8106f56d Description: Conversions between grid maps and OctoMap types. Package: ros-kilted-grid-map-pcl Version: 2.4.0-1noble.20260519.153352 Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 731 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libgomp1 (>= 6), libpcl-common1.14 (>= 1.14.0+dfsg), libpcl-filters1.14 (>= 1.14.0+dfsg), libpcl-io1.14 (>= 1.14.0+dfsg), libpcl-search1.14 (>= 1.14.0+dfsg), libpcl-segmentation1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libpcl-apps1.14, libpcl-dev, libpcl-features1.14, libpcl-kdtree1.14, libpcl-keypoints1.14, libpcl-ml1.14, libpcl-octree1.14, libpcl-outofcore1.14, libpcl-people1.14, libpcl-recognition1.14, libpcl-registration1.14, libpcl-sample-consensus1.14, libpcl-stereo1.14, libpcl-surface1.14, libpcl-tracking1.14, libpcl-visualization1.14, libyaml-cpp-dev, ros-kilted-grid-map-core, ros-kilted-grid-map-msgs, ros-kilted-grid-map-ros, ros-kilted-rclcpp, ros-kilted-rcutils, ros-kilted-ros-workspace Homepage: http://github.com/anybotics/grid_map Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grid-map-pcl/ros-kilted-grid-map-pcl_2.4.0-1noble.20260519.153352_arm64.deb Size: 179478 SHA256: 27bf6e4663480fa86d611bcbbfa7d8e9ec98035a06871ffb3ad8adb8d63b3a53 SHA1: 0f5d59555ceda220c5afa6beda9b7297f2370977 MD5sum: 9fd7822e6d6996160dc2590bffc89a9f Description: Conversions between grid maps and Point Cloud Library (PCL) types. Package: ros-kilted-grid-map-pcl-dbgsym Package-Type: ddeb Source: ros-kilted-grid-map-pcl Version: 2.4.0-1noble.20260519.153352 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 6169 Depends: ros-kilted-grid-map-pcl (= 2.4.0-1noble.20260519.153352) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grid-map-pcl/ros-kilted-grid-map-pcl-dbgsym_2.4.0-1noble.20260519.153352_arm64.deb Size: 5940744 SHA256: 8e56b2da0e9886b30ee221cfa4f8091ffcfb923c8ccd5838093f9d8cf25592bd SHA1: 1e78c773bc0f172d7e457395e4c087af485f0fba MD5sum: 26fc5e4d18f655412654ece5e84dab3a Description: debug symbols for ros-kilted-grid-map-pcl Build-Ids: 406b7fdfa213b0de6e2bf06a2876071cd0ee8298 e5ea399044d9b8d1c5287b6dd6264c5c78f50fb2 Package: ros-kilted-grid-map-ros Version: 2.4.0-1noble.20260519.152105 Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 473 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), ros-kilted-cv-bridge, ros-kilted-geometry-msgs, ros-kilted-grid-map-core, ros-kilted-grid-map-cv, ros-kilted-grid-map-msgs, ros-kilted-nav-msgs, ros-kilted-nav2-msgs, ros-kilted-rclcpp, ros-kilted-rcutils, ros-kilted-rosbag2-cpp, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-tf2, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Homepage: http://github.com/anybotics/grid_map Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grid-map-ros/ros-kilted-grid-map-ros_2.4.0-1noble.20260519.152105_arm64.deb Size: 138296 SHA256: 5c6529428675b1ac06bbfb0dfcb42928857faca31709683fbbc67473cdf306f9 SHA1: ee367e3bbcbec3e43028ea4274e242578cc9b239 MD5sum: 00670fa514439be398ca3fd7310ad2aa Description: ROS interface for the grid map library to manage two-dimensional grid maps with multiple data layers. Package: ros-kilted-grid-map-ros-dbgsym Package-Type: ddeb Source: ros-kilted-grid-map-ros Version: 2.4.0-1noble.20260519.152105 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 1804 Depends: ros-kilted-grid-map-ros (= 2.4.0-1noble.20260519.152105) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grid-map-ros/ros-kilted-grid-map-ros-dbgsym_2.4.0-1noble.20260519.152105_arm64.deb Size: 1689454 SHA256: c979b4c720479a9cbe3746d60c0426cba2e6e52e68354f20550d706ba96fe232 SHA1: 19b18f31607cdab938a7e35be7418d6e07ea7d98 MD5sum: 77749542d7051650a923e4c5e0521342 Description: debug symbols for ros-kilted-grid-map-ros Build-Ids: 15d07af7135d93f3ec1724e31427efe3ba43c224 Package: ros-kilted-grid-map-rviz-plugin Version: 2.4.0-1noble.20260519.153246 Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 1191 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.5.0), libstdc++6 (>= 13.1), ros-kilted-rviz-ogre-vendor, libqt5gui5t64, libqt5widgets5t64, ros-kilted-grid-map-msgs, ros-kilted-grid-map-ros, ros-kilted-rclcpp, ros-kilted-rviz-common, ros-kilted-rviz-rendering, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grid-map-rviz-plugin/ros-kilted-grid-map-rviz-plugin_2.4.0-1noble.20260519.153246_arm64.deb Size: 634734 SHA256: ebfee5ba42a245fba35f1099a30efafd735c6ba97632336add27071b235bd675 SHA1: bad51b100fb5391783b8cf4c7210c476b9029a13 MD5sum: b8b08dbc9d2c9a296d24bc506c7856d9 Description: RViz plugin for displaying grid map messages. Package: ros-kilted-grid-map-rviz-plugin-dbgsym Package-Type: ddeb Source: ros-kilted-grid-map-rviz-plugin Version: 2.4.0-1noble.20260519.153246 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 4831 Depends: ros-kilted-grid-map-rviz-plugin (= 2.4.0-1noble.20260519.153246) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grid-map-rviz-plugin/ros-kilted-grid-map-rviz-plugin-dbgsym_2.4.0-1noble.20260519.153246_arm64.deb Size: 4221934 SHA256: 701b761cf21e8d0dfa023be8d0f6e62ba72658e4bd1de147fe964b638e3f8b99 SHA1: e5806c2af209499f79d97c821be96519dc650ecf MD5sum: 0265ad7267ac441545cd9336823753bd Description: debug symbols for ros-kilted-grid-map-rviz-plugin Build-Ids: dd8f5b21b9f4bed41337ce075c672dd1c6cf84b1 Package: ros-kilted-grid-map-sdf Version: 2.4.0-1noble.20260410.142554 Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 101 Depends: libpcl-dev, ros-kilted-grid-map-core, ros-kilted-ros-workspace Homepage: http://github.com/anybotics/grid_map Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grid-map-sdf/ros-kilted-grid-map-sdf_2.4.0-1noble.20260410.142554_arm64.deb Size: 19754 SHA256: fb61585a86a6e2d0ed60e697a820bfc546df4f87e091f9b3de8b3ed136fa85aa SHA1: 2037aac311c45c585759659b63339cf746580f63 MD5sum: 4c9c0787b1b046495ab2aad952a69c78 Description: Generates signed distance fields from grid maps. Package: ros-kilted-grid-map-visualization Version: 2.4.0-1noble.20260519.153041 Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 1300 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-grid-map-core, ros-kilted-grid-map-msgs, ros-kilted-grid-map-ros, ros-kilted-nav-msgs, ros-kilted-rclcpp, ros-kilted-sensor-msgs, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Homepage: http://github.com/anybotics/grid_map Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grid-map-visualization/ros-kilted-grid-map-visualization_2.4.0-1noble.20260519.153041_arm64.deb Size: 477910 SHA256: f2362d66921fde16db846cb178959a8349da55d142d4ab290f3e088f80af78c0 SHA1: 2dc385a2c34bc98d712010ec1c3edad00041605e MD5sum: bd3eab0972779de2273cd56dcddb9aaa Description: Configurable tool to visualize grid maps in RViz. Package: ros-kilted-grid-map-visualization-dbgsym Package-Type: ddeb Source: ros-kilted-grid-map-visualization Version: 2.4.0-1noble.20260519.153041 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Maximilian Wulf Installed-Size: 6879 Depends: ros-kilted-grid-map-visualization (= 2.4.0-1noble.20260519.153041) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grid-map-visualization/ros-kilted-grid-map-visualization-dbgsym_2.4.0-1noble.20260519.153041_arm64.deb Size: 6081946 SHA256: 6c8c24966cd85a0de3b166816ab311c78d5dcf97e55b4d1d1ec3e16222123e90 SHA1: fbde63aae431075d489a16459a8ced9ca2a589ea MD5sum: 1b4e1c0016bbd0bfa0284219e7cf4027 Description: debug symbols for ros-kilted-grid-map-visualization Build-Ids: 6f57fa2d1e2bf43c5c4d8913188f12e5fa931d43 770bd5e879e74c33aeb9284066e8f6ddea4e0097 Package: ros-kilted-gscam Version: 2.0.2-5noble.20260519.094403 Architecture: arm64 Maintainer: Jonathan Bohren Installed-Size: 539 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libglib2.0-0t64 (>= 2.16.0), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.0.0), libstdc++6 (>= 13.1), libgstreamer-plugins-base1.0-dev, libgstreamer1.0-dev, ros-kilted-camera-calibration-parsers, ros-kilted-camera-info-manager, ros-kilted-class-loader, ros-kilted-cv-bridge, ros-kilted-image-transport, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gscam/ros-kilted-gscam_2.0.2-5noble.20260519.094403_arm64.deb Size: 126736 SHA256: afb0c3ad85c5e2a04a5bfe635cc9d7169ec0bfeb594c59a41d1f097628c5540d SHA1: ad6721a4284dda39213a50c06bb29aafde809b39 MD5sum: fb38eff90a28d9e48dac14bd76e0d569 Description: A ROS camera driver that uses gstreamer to connect to devices such as webcams. Package: ros-kilted-gscam-dbgsym Package-Type: ddeb Source: ros-kilted-gscam Version: 2.0.2-5noble.20260519.094403 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jonathan Bohren Installed-Size: 2081 Depends: ros-kilted-gscam (= 2.0.2-5noble.20260519.094403) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gscam/ros-kilted-gscam-dbgsym_2.0.2-5noble.20260519.094403_arm64.deb Size: 1877740 SHA256: b1c5162c0c8d718ce50e7eccc99f885cd39efe9dbdc361e1ac430971d9822a44 SHA1: a629ed556ec8e7160de81e101d1efddb6a48ef0e MD5sum: ab849760317823f3d0078570ed1e98b4 Description: debug symbols for ros-kilted-gscam Build-Ids: a13f13e0e6c58c464b2155d95d1a45520924945b e12ffba8ac590cb55190cfc546c30368f5e5da4e Package: ros-kilted-gstreamer-ros-babel-fish Version: 1.26.40-1noble.20260519.093322 Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 2388 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libglib2.0-0t64 (>= 2.79.0), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.14.0), libstdc++6 (>= 13.1), 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-kilted-rclcpp, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gstreamer-ros-babel-fish/ros-kilted-gstreamer-ros-babel-fish_1.26.40-1noble.20260519.093322_arm64.deb Size: 378950 SHA256: 91ffdb57cf87ba997c1e6549f5797a9f7ea5d6336b4ebec59301c69ccfc0df79 SHA1: 0d0cfc9a11940ceb2340ef9fb81ee11c6351c566 MD5sum: cfe35c8df4eeb6535825b2a84f82777f Description: GStreamer elements for bidirectional ROS 2 image streaming Package: ros-kilted-gstreamer-ros-babel-fish-dbgsym Package-Type: ddeb Source: ros-kilted-gstreamer-ros-babel-fish Version: 1.26.40-1noble.20260519.093322 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 11023 Depends: ros-kilted-gstreamer-ros-babel-fish (= 1.26.40-1noble.20260519.093322) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gstreamer-ros-babel-fish/ros-kilted-gstreamer-ros-babel-fish-dbgsym_1.26.40-1noble.20260519.093322_arm64.deb Size: 9456828 SHA256: 2a87b00bdfde206a0b5531600cd67a5a725947f5acd42436ffc815c135af4c57 SHA1: c68efc5397039201c6658979a95b7528a237e0cd MD5sum: 07853d0412a52b7f6f31899d48dc75c0 Description: debug symbols for ros-kilted-gstreamer-ros-babel-fish Build-Ids: 01a2cabf11f0d8786d96501a9b17f8e2e7458326 0bf7745b30553fb9a8fa14d647cb1c366f04cde8 361991217b297ef2e29718d03c19cc02a2887f7f 70c3f776e071694949160d6258ea2d6b04615723 Package: ros-kilted-gtest-vendor Version: 1.15.1-2noble.20260410.172431 Architecture: arm64 Maintainer: Scott K Logan Installed-Size: 1008 Depends: ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gtest-vendor/ros-kilted-gtest-vendor_1.15.1-2noble.20260410.172431_arm64.deb Size: 182900 SHA256: 15fb1a721b5b00932f61a8fa53a1a404e7b16bc5a206f8a793be4f51a96e7266 SHA1: 3aee890ff145db6e1b7cad0ea42327f85c7842c8 MD5sum: 9691e76322dfffc287e995b56ddb2eb9 Description: The package provides GoogleTest. Package: ros-kilted-gurumdds-cmake-module Version: 6.0.1-1noble.20260410.145907 Architecture: arm64 Maintainer: Donghyeon Lee Installed-Size: 51 Depends: ros-kilted-ament-cmake, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gurumdds-cmake-module/ros-kilted-gurumdds-cmake-module_6.0.1-1noble.20260410.145907_arm64.deb Size: 7894 SHA256: 4857c7ac1e25913175aa4da0e4222f61e68b4f80816acd8f0c0237866720d265 SHA1: 37212686edcbb6e4e40f536d3d0c0691c472d415 MD5sum: d9d5907a76c89b70079e62a2de9455dc Description: Provide CMake module to find GurumNetworks GurumDDS. Package: ros-kilted-gz-cmake-vendor Version: 0.3.3-1noble.20260410.140908 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 1958 Depends: ros-kilted-ros-workspace Homepage: https://github.com/gazebosim/gz-cmake Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-cmake-vendor/ros-kilted-gz-cmake-vendor_0.3.3-1noble.20260410.140908_arm64.deb Size: 198398 SHA256: b146a8fb33cc9ceb55b55f04da3b5c3cbf8cdfc4967e897b66dd060ff7e5b131 SHA1: 8e94f1b72d4bfc79884689344df540b97725be01 MD5sum: 36ef30867fe600da0e91694b510ad40d Description: Vendor package for: gz-cmake4 4.2.1 Gazebo CMake : CMake Modules for Gazebo Projects Package: ros-kilted-gz-common-vendor Version: 0.2.7-1noble.20260422.133052 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 2507 Depends: libassimp5 (>= 5.3.1+ds), libavcodec60 (>= 7:6.0), libavdevice60 (>= 7:6.0), libavformat60 (>= 7:6.0), libavutil58 (>= 7:6.0), libc6 (>= 2.38), libfreeimage3 (>= 3.18.0+ds2), libgcc-s1 (>= 3.3.1), libgdal34t64 (>= 3.6.0), libspdlog1.12-fmt9, libstdc++6 (>= 13.1), libswscale7 (>= 7:6.0), libtinyxml2-10 (>= 10.0.0), libuuid1 (>= 2.16), ros-kilted-gz-math-vendor, ros-kilted-gz-utils-vendor, libassimp-dev, libavcodec-dev, libavdevice-dev, libavfilter-dev, libavformat-dev, libavutil-dev, libfreeimage-dev, libgdal-dev, libpostproc-dev, libswresample-dev, libswscale-dev, libtinyxml2-dev, ros-kilted-gz-cmake-vendor, ros-kilted-spdlog-vendor, uuid-dev, ros-kilted-ros-workspace Homepage: https://github.com/gazebosim/gz-common Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-common-vendor/ros-kilted-gz-common-vendor_0.2.7-1noble.20260422.133052_arm64.deb Size: 610668 SHA256: dc8dfcee1318dab2b78848034419de6d65eedc231e773445458204b3acea85a6 SHA1: 9b4aeff24106a7158e14d2b1cb9e7688df1cb747 MD5sum: fec584b1efe32fd920dd66e424adb408 Description: Vendor package for: gz-common6 6.3.0 Gazebo Common : AV, Graphics, Events, and much more. Package: ros-kilted-gz-common-vendor-dbgsym Package-Type: ddeb Source: ros-kilted-gz-common-vendor Version: 0.2.7-1noble.20260422.133052 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 8105 Depends: ros-kilted-gz-common-vendor (= 0.2.7-1noble.20260422.133052) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-common-vendor/ros-kilted-gz-common-vendor-dbgsym_0.2.7-1noble.20260422.133052_arm64.deb Size: 7552328 SHA256: 9391d6a6f0983fb4e879dcc044717d7e9cd39be5dc85eeaf61a4ac395b00cc2c SHA1: 23d5d4621f6926ae6631746e45868c48b8c2a219 MD5sum: b75abf631c043c85e0378e16cbed2933 Description: debug symbols for ros-kilted-gz-common-vendor Build-Ids: 38df970e154f3a95c1a11f462af980735c20c941 89b9b29764d3790dc0edcc4c077ec8e27bd67a63 b6b4f88a76d7da5a23747ab6061245a5c5c3579a ccff76791e736328824b84d2a0509eb751a6b7f3 d64e1c1e83acde6d68281066af1c8da276f15090 e4c334444f8cde8d84811b85b45c3426cfd39386 eb67678ef8c5da0161ad95ea264344652dd87b86 fa8ccc38e916ca4dd1f99d2d20162e6e11399d93 Package: ros-kilted-gz-dartsim-vendor Version: 0.1.2-2noble.20260410.145910 Architecture: arm64 Maintainer: Addisu Taddese Installed-Size: 45315 Depends: libassimp5 (>= 5.3.1+ds), libbullet3.24t64 (>= 3.24+dfsg), libc6 (>= 2.38), libfcl0.7 (>= 0.7.0), libgcc-s1 (>= 4.5), liboctomap1.9t64 (>= 1.9.7+dfsg), libode8t64 (>= 2:0.16.2), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), liburdfdom-model4.0 (>= 4.0.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, ros-kilted-ros-workspace Homepage: https://dartsim.github.io/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-dartsim-vendor/ros-kilted-gz-dartsim-vendor_0.1.2-2noble.20260410.145910_arm64.deb Size: 12304028 SHA256: 500056af784d98371de2ddb83128e69d78874e91f7abb94cbf88dfba0da02852 SHA1: 0402c17be8adfa27be7c2b39406c140e5c6a3e61 MD5sum: 1f64e6e8535b13dd4ca41a246a00f287 Description: Vendor package for the DART physics engine v6.13.2 Package: ros-kilted-gz-dartsim-vendor-dbgsym Package-Type: ddeb Source: ros-kilted-gz-dartsim-vendor Version: 0.1.2-2noble.20260410.145910 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Taddese Installed-Size: 100150 Depends: ros-kilted-gz-dartsim-vendor (= 0.1.2-2noble.20260410.145910) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-dartsim-vendor/ros-kilted-gz-dartsim-vendor-dbgsym_0.1.2-2noble.20260410.145910_arm64.deb Size: 97360964 SHA256: 5adbd9a12d5cfbb69d6a82528f874a40df602f4364f47ae2326fdee8ad85b52c SHA1: d57bd2f292606cece68034587eb29b4ac1d51395 MD5sum: 277b3747c1e44b5eb10afdc655fbfa1b Description: debug symbols for ros-kilted-gz-dartsim-vendor Build-Ids: 082b37bfec5d93861f5369fdb412563d364da553 31d697b1f1e29ffc178cd64ee9eb859be22656a5 ad5bca5c1629b43d121fee0e704d9548ab32ed16 b4369821de4271791c100fefc7c4271b20470afd bcd38e483937d917497ef88e39c716ae245accec cbd90d47a157fbabfd6c8ce9a362a3dd33ded1fc dec2a08aceea694920fe766d73d66f88e29ac4db Package: ros-kilted-gz-fuel-tools-vendor Version: 0.2.3-1noble.20260422.135600 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 765 Depends: libc6 (>= 2.38), libcurl4t64 (>= 7.56.1), libgcc-s1 (>= 3.3.1), libjsoncpp25 (>= 1.9.5), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-0-2, libzip4t64 (>= 0.11.2), ros-kilted-gz-common-vendor, ros-kilted-gz-math-vendor, ros-kilted-gz-msgs-vendor, libcurl4-openssl-dev, libgflags-dev, libjsoncpp-dev, libtinyxml2-dev, libyaml-dev, libzip-dev, ros-kilted-gz-cmake-vendor, ros-kilted-gz-tools-vendor, ros-kilted-gz-utils-vendor, ros-kilted-ros-workspace Homepage: https://github.com/gazebosim/gz-fuel-tools Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-fuel-tools-vendor/ros-kilted-gz-fuel-tools-vendor_0.2.3-1noble.20260422.135600_arm64.deb Size: 213616 SHA256: 51214dfa985fed7f2b40bd7102a7b48f6b192d1f33e14691cf78a811084a66f5 SHA1: d4ce8d184feb0cc68563da12462392c337315339 MD5sum: 22b721b3e060391ece1b2fbccb045961 Description: Vendor package for: gz-fuel_tools10 10.1.0 Gazebo Fuel Tools: Classes and tools for interacting with Gazebo Fuel Package: ros-kilted-gz-fuel-tools-vendor-dbgsym Package-Type: ddeb Source: ros-kilted-gz-fuel-tools-vendor Version: 0.2.3-1noble.20260422.135600 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 3499 Depends: ros-kilted-gz-fuel-tools-vendor (= 0.2.3-1noble.20260422.135600) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-fuel-tools-vendor/ros-kilted-gz-fuel-tools-vendor-dbgsym_0.2.3-1noble.20260422.135600_arm64.deb Size: 3269932 SHA256: e8bf1d28828a2bb7172d7297dca4286bc95d19e3b4c37f77f94d12c6ef8d481b SHA1: 64ce94b0b961f26bb40726bd58f5d9257d8847e1 MD5sum: c4be12e242ee9ada50b371ef6017eb91 Description: debug symbols for ros-kilted-gz-fuel-tools-vendor Build-Ids: fc669ada41ed9a855f6a8eb7304b63005bee859f Package: ros-kilted-gz-gui-vendor Version: 0.2.2-1noble.20260422.142919 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 3336 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.11.1) | libqt5gui5-gles (>= 5.11.1), libqt5qml5 (>= 5.9.0~beta), libqt5quick5 (>= 5.14.1) | libqt5quick5-gles (>= 5.14.1), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-gz-common-vendor, ros-kilted-gz-math-vendor, ros-kilted-gz-msgs-vendor, ros-kilted-gz-plugin-vendor, ros-kilted-gz-rendering-vendor, ros-kilted-gz-transport-vendor, libprotobuf-dev, libprotoc-dev, libqt5quick5, libtinyxml2-dev, protobuf-compiler, qml-module-qt-labs-folderlistmodel, qml-module-qt-labs-platform, qml-module-qt-labs-settings, qml-module-qtcharts, qml-module-qtgraphicaleffects, qml-module-qtlocation, qml-module-qtpositioning, qml-module-qtquick-controls, qml-module-qtquick-controls2, qml-module-qtquick-dialogs, qml-module-qtquick-extras, qml-module-qtquick-layouts, qml-module-qtquick-templates2, qml-module-qtquick-window2, qml-module-qtquick2, qtbase5-dev, qtdeclarative5-dev, qtquickcontrols2-5-dev, ros-kilted-gz-cmake-vendor, ros-kilted-gz-tools-vendor, ros-kilted-gz-utils-vendor, ros-kilted-ros-workspace Homepage: https://github.com/gazebosim/gz-rendering Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-gui-vendor/ros-kilted-gz-gui-vendor_0.2.2-1noble.20260422.142919_arm64.deb Size: 613518 SHA256: f7cb5e37f25caccb6cf43028a55dc2a7e2b0325894e3bf9026ab3b075a7ad36c SHA1: 8e234afb097f431f47f4f1531671857f121cac94 MD5sum: d8eabfe40259e40e4d518a1abd67695d Description: Vendor package for: gz-gui9 9.0.2 Gazebo GUI : Graphical interfaces for robotics applications Package: ros-kilted-gz-gui-vendor-dbgsym Package-Type: ddeb Source: ros-kilted-gz-gui-vendor Version: 0.2.2-1noble.20260422.142919 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 25553 Depends: ros-kilted-gz-gui-vendor (= 0.2.2-1noble.20260422.142919) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-gui-vendor/ros-kilted-gz-gui-vendor-dbgsym_0.2.2-1noble.20260422.142919_arm64.deb Size: 24590632 SHA256: c48a9fc49ba2fdfe5772c61df6ee9691323440327750b475aa357bffc6426494 SHA1: 73142ae4b1fe74f949348e44dfb4fe1987c76fe1 MD5sum: c8d69a7333dba326b4a3f738fa8d1f6a Description: debug symbols for ros-kilted-gz-gui-vendor Build-Ids: 18655b9198d5180ec96711718a9ac1355a4835f8 20d22cee531d7e279ec84c85d7fb4461f5a5e285 220722e25a5bdb513430f5db80eb9474a6799c90 30b877764cd6fdc8371b8235b5c8943eff02f9b7 3adaa5d2c61dff0d0142102198acda10505f8936 3c96764d9f001fb4836a7f7f8bf2fbd50b709661 3d6a1245a5f3fb499581a49a9fefdea100cee771 472bf77c7b99dcb6f78e360f8750ffafa76ac7a6 487351ce81c9bfa806b19054b18573450e9de458 4bbca019ffb54d2dd358a36773cb883199a5fbba 6dfacd6c4f940a5289505cad87aee4736eb9976a 8212a8c9ee0bfb94aab6ac8294be32a2ee18a845 8d090634fc7954c365687175b9187f5871deb632 957c1637c7c63552bfe6b0ff1274d13feeea4591 95df235dfb70b104a9ba917306c69a0d16bfe781 977974950d5f9a43ce22f2c8a7f2b96d6a8b1068 9958e7758dcb3de5ace6dc23c5b6bc41190b947c a518c830b4366ae10be298d25caf6bc4a6fc694f ace7350eb1fbf804438c2b898f3f027e042245d0 c80a55beeee5b3375fe4d21ff4a0c73e1746d4c7 d594a4ec54dd6f98d5fcadc83fa34eda6f23dd70 e1823ffb8b655973b5593ed071874e788b20718e e9934f69d8d698a8e49f3ef71037aad28aad4ca2 Package: ros-kilted-gz-launch-vendor Version: 0.2.2-1noble.20260422.172835 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 1154 Depends: libbinutils (>= 2.42), libbinutils (<< 2.42.1), libc6 (>= 2.38), libgcc-s1 (>= 4.2), libprotobuf32t64 (>= 3.21.12), libqt5core5t64 (>= 5.0.2), libqt5gui5t64 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libwebsockets19t64 (>= 1.7.0), ros-kilted-gz-common-vendor, ros-kilted-gz-gui-vendor, ros-kilted-gz-math-vendor, ros-kilted-gz-msgs-vendor, ros-kilted-gz-plugin-vendor, ros-kilted-gz-sim-vendor, ros-kilted-gz-transport-vendor, ros-kilted-sdformat-vendor, binutils-dev, libgflags-dev, libtinyxml2-dev, libwebsockets-dev, libxi-dev, libxmu-dev, libyaml-dev, ros-kilted-gz-cmake-vendor, ros-kilted-gz-tools-vendor, uuid-dev, ros-kilted-ros-workspace Homepage: https://github.com/gazebosim/gz-launch Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-launch-vendor/ros-kilted-gz-launch-vendor_0.2.2-1noble.20260422.172835_arm64.deb Size: 251726 SHA256: 902269faf5dccde2b84b054ce9771a06d64941c757fe36a5a3c228caf2f4ce51 SHA1: 44f59f2de39f38e53b0e162fbaf47ca40b600694 MD5sum: 147feb6310f6ade64ac8e6d0337f2475 Description: Vendor package for: gz-launch8 8.0.2 Gazebo Launch : Run and manage programs and plugins Package: ros-kilted-gz-launch-vendor-dbgsym Package-Type: ddeb Source: ros-kilted-gz-launch-vendor Version: 0.2.2-1noble.20260422.172835 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 5136 Depends: ros-kilted-gz-launch-vendor (= 0.2.2-1noble.20260422.172835) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-launch-vendor/ros-kilted-gz-launch-vendor-dbgsym_0.2.2-1noble.20260422.172835_arm64.deb Size: 4764836 SHA256: 36a1f07c159a7e41bd4cb5c58edcf278669da7675d00f954e8ed25a5bf132ee6 SHA1: f264524e50352a7237af351b7188dbfc852dace9 MD5sum: a7e42a712701fb87189a3ab5dbfba279 Description: debug symbols for ros-kilted-gz-launch-vendor Build-Ids: 4026af9abbb803d43f487f5240265be1194be6cc 57469b5701e11c4e3f8d68bc4ae6b51bfccc25c1 58f2c10e788af10c4056b115d64f84afec450076 629b02c2f97903550a43ea3d795070d69fb253d2 77ec589aa4ebad1dae842c7cd6533bd2cbc551cf 883422122bbf3bbae71b0d115f7fdf35cf17fead b419759f7f8be71cb145bdc471a4aa8be97a26f6 f0f3ce0c5751f38ee8692642b327145af9a6681a Package: ros-kilted-gz-math-vendor Version: 0.2.7-1noble.20260422.131354 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 1325 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, ros-kilted-gz-cmake-vendor, ros-kilted-gz-utils-vendor, ros-kilted-ros-workspace Homepage: https://github.com/gazebosim/gz-math Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-math-vendor/ros-kilted-gz-math-vendor_0.2.7-1noble.20260422.131354_arm64.deb Size: 243532 SHA256: a74f0ccf473a415539d418e03f231cd3194b1185948c4a25cd822b3e208d0105 SHA1: 5f58d10eb5f0b15e04d64669ec1822da19ee47e0 MD5sum: b14f8ae6d5585f48cb72bdcb7a3b1bdc Description: Vendor package for: gz-math8 8.3.0 Gazebo Math : Math classes and functions for robot applications Package: ros-kilted-gz-math-vendor-dbgsym Package-Type: ddeb Source: ros-kilted-gz-math-vendor Version: 0.2.7-1noble.20260422.131354 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 1795 Depends: ros-kilted-gz-math-vendor (= 0.2.7-1noble.20260422.131354) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-math-vendor/ros-kilted-gz-math-vendor-dbgsym_0.2.7-1noble.20260422.131354_arm64.deb Size: 1636780 SHA256: e909241f4ea359f8fc5bba2503bde9c8d0e71cbf6b78cb4168f5c384b9d0b809 SHA1: dcc790511fc7d5cb4512cc93862cdb0d28d4f0ec MD5sum: e14eb59c9328358b9dbf35fe95fa6be6 Description: debug symbols for ros-kilted-gz-math-vendor Build-Ids: 53f1c096434601b828ad610f9c78c06db6b9a9bb Package: ros-kilted-gz-msgs-vendor Version: 0.2.4-1noble.20260422.133048 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 9777 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libprotoc32t64 (>= 3.21.12), libstdc++6 (>= 13.1), ros-kilted-gz-utils-vendor, libprotobuf-dev, libprotoc-dev, libtinyxml2-dev, protobuf-compiler, python3-dev, python3-protobuf, ros-kilted-gz-cmake-vendor, ros-kilted-gz-math-vendor, ros-kilted-gz-tools-vendor, ros-kilted-ros-workspace Homepage: https://github.com/gazebosim/gz-msgs Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-msgs-vendor/ros-kilted-gz-msgs-vendor_0.2.4-1noble.20260422.133048_arm64.deb Size: 1026838 SHA256: 8a943a8cf1e2cc04c4de9a9d9bfc3a44c73f001bec0e68edc6de54cb84f5a48d SHA1: 957e7c3a003e1fdf901f98bda28856327ef27b21 MD5sum: 7087f34cebe8a18ecc14ec334362eea7 Description: Vendor package for: gz-msgs11 11.1.0 Gazebo Messages: Protobuf messages and functions for robot applications Package: ros-kilted-gz-msgs-vendor-dbgsym Package-Type: ddeb Source: ros-kilted-gz-msgs-vendor Version: 0.2.4-1noble.20260422.133048 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 28213 Depends: ros-kilted-gz-msgs-vendor (= 0.2.4-1noble.20260422.133048) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-msgs-vendor/ros-kilted-gz-msgs-vendor-dbgsym_0.2.4-1noble.20260422.133048_arm64.deb Size: 25986012 SHA256: fbf839622283a8381e2d21b0cf33b973fac76871d2ee0edba48eeb80a7878da2 SHA1: 99ee248f21deece579cf87d67b9aa9725559a5ee MD5sum: c5de66c05e32a94f3b5c6ad533505092 Description: debug symbols for ros-kilted-gz-msgs-vendor Build-Ids: 3fcb57aa4b5e9b836f2dd961ecccbe9915f6f008 6d8a939484c36ad2bd71644ec60311cff7506c7e 994dfafec3ae4b9dc5a1f297a859642872fb5803 Package: ros-kilted-gz-ogre-next-vendor Version: 0.1.1-1noble.20260410.150001 Architecture: arm64 Maintainer: Michael Carroll Installed-Size: 18278 Depends: libc6 (>= 2.38), libegl1, libfreeimage3 (>= 3.18.0+ds2), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 3.3.1), libgl1, libstdc++6 (>= 13.1), libvulkan1 (>= 1.2.131.2), libx11-6, libx11-xcb1 (>= 2:1.8.7), libxaw7 (>= 2:1.0.14), 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-kilted-ros-workspace Homepage: https://www.ogre3d.org/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-ogre-next-vendor/ros-kilted-gz-ogre-next-vendor_0.1.1-1noble.20260410.150001_arm64.deb Size: 3675450 SHA256: eb0bcd1209bb20ad640afbd2a9eb0a6f19dfcf36780af85229832d9b55843a1a SHA1: 16e2e4970dc6a4aeb193c07d8fec37cdc9b1a8f2 MD5sum: fb4fa07b0891aeae4adde9f902728d24 Description: Vendor package for Ogre-next v2.3.3 Package: ros-kilted-gz-ogre-next-vendor-dbgsym Package-Type: ddeb Source: ros-kilted-gz-ogre-next-vendor Version: 0.1.1-1noble.20260410.150001 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Carroll Installed-Size: 59739 Depends: ros-kilted-gz-ogre-next-vendor (= 0.1.1-1noble.20260410.150001) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-ogre-next-vendor/ros-kilted-gz-ogre-next-vendor-dbgsym_0.1.1-1noble.20260410.150001_arm64.deb Size: 56580280 SHA256: 411233b55c3e8a8634dc140b5c26c4ab7b4a19c1e5117dc877cae395594effe9 SHA1: d916abdcb0fe7be3c8168096d5f19affb8ed81f9 MD5sum: 2d5eb70dae0884d87eee15416215f9ee Description: debug symbols for ros-kilted-gz-ogre-next-vendor Build-Ids: 108542ca4f55be7e8aecd62d8818f0cf0a9552f8 1b89e5ec9ee19c71fc777cf950248047ab8b9fdc 54d5dcee70ff267884504e86509aa42ca9a7b8ee 596aaa20e99178dcad7b037391f8e8851cd8f411 7beb417ecc0ea43bfc36d1a86fab4bd6f5655ad5 9453e628e3860f07da06d083071b9aa1f50e5745 ab699ec2afaf6e9ebf836be35e5713d005b815f8 b4e63aa344120cafe2f87b253832a95b46124599 b83f81d66aceac392f38227636da07957aa781d2 ccecee4433e42ea740fc8291bbfac89a35816c5f f016806fdf4d770b7babdcebdfa9d994c2d00dcb f3e01eb8616f455d623fac49340ae70c3368d8c2 f9d8665828090e18695be3ad927dc064b167fadd Package: ros-kilted-gz-physics-vendor Version: 0.2.3-1noble.20260422.135244 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 6171 Depends: libassimp5 (>= 5.3.1+ds), libbullet3.24t64 (>= 3.24+dfsg), libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-gz-common-vendor, ros-kilted-gz-dartsim-vendor, ros-kilted-gz-math-vendor, ros-kilted-sdformat-vendor, ros-kilted-urdfdom, libbenchmark-dev, libbullet-dev, libeigen3-dev, ros-kilted-gz-cmake-vendor, ros-kilted-gz-plugin-vendor, ros-kilted-gz-utils-vendor, ros-kilted-ros-workspace Homepage: https://github.com/gazebosim/gz-physics Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-physics-vendor/ros-kilted-gz-physics-vendor_0.2.3-1noble.20260422.135244_arm64.deb Size: 569596 SHA256: a0f5234aca49551319060df98915c514aab03e9cb66e3873f13e1d384019e647 SHA1: 526e4ee3525ec7e3866418576f5317aed315d7d4 MD5sum: 9a36ec403a20bf4e09e1e404ca223e3b Description: Vendor package for: gz-physics8 8.3.0 Gazebo Physics : Physics classes and functions for robot applications Package: ros-kilted-gz-physics-vendor-dbgsym Package-Type: ddeb Source: ros-kilted-gz-physics-vendor Version: 0.2.3-1noble.20260422.135244 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 29706 Depends: ros-kilted-gz-physics-vendor (= 0.2.3-1noble.20260422.135244) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-physics-vendor/ros-kilted-gz-physics-vendor-dbgsym_0.2.3-1noble.20260422.135244_arm64.deb Size: 26159432 SHA256: 3db1280e664f337abbd8a4a512975285c5ca86bdb10e3b95097de772d5610890 SHA1: 8023fb4612b00bdeac3ee8ba8d8dcda48363beeb MD5sum: ce76ae3cc6380a692c30f8bbf3fbb67b Description: debug symbols for ros-kilted-gz-physics-vendor Build-Ids: 320187939fe2d41713f7068640e996d126e65fdc 35e53842ff7e09daa69132a81c4c46a5ec89f14e 656b53bf3fd862eb5a525ffa1b6b891f56fdf2c6 b8fedca90834bc4335064a3faf7ff39e421b61f8 bf7eeccab05fed5387b723a29d12b8d53b8a1b6f ee0d9b62370c98848dba52b2b190a6faeeb26988 Package: ros-kilted-gz-plugin-vendor Version: 0.2.3-1noble.20260410.162456 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 782 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-gz-cmake-vendor, ros-kilted-gz-tools-vendor, ros-kilted-gz-utils-vendor, ros-kilted-ros-workspace Homepage: https://github.com/gazebosim/gz-plugin Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-plugin-vendor/ros-kilted-gz-plugin-vendor_0.2.3-1noble.20260410.162456_arm64.deb Size: 169246 SHA256: f849fe2c4596270bd500e3c998a13be4e90d77ff61501d0efda0c9f9a9db82a5 SHA1: 4d8a4db15e886946625c3642df2245a0c1c1ffc8 MD5sum: e6450583ff8f302dd468d04dbf08016c Description: Vendor package for: gz-plugin3 3.1.0 Gazebo Plugin : Cross-platform C++ library for dynamically loading plugins. Package: ros-kilted-gz-plugin-vendor-dbgsym Package-Type: ddeb Source: ros-kilted-gz-plugin-vendor Version: 0.2.3-1noble.20260410.162456 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 2145 Depends: ros-kilted-gz-plugin-vendor (= 0.2.3-1noble.20260410.162456) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-plugin-vendor/ros-kilted-gz-plugin-vendor-dbgsym_0.2.3-1noble.20260410.162456_arm64.deb Size: 1963532 SHA256: 7b4ea1afc82c3775e2ca53977d3c63f88e6ad8db33aa0e37de02336693fb1699 SHA1: 743224d0270f4648f9dc6f0518607840814dce2e MD5sum: a80ab26ddd61672c67d91d5c7aaad735 Description: debug symbols for ros-kilted-gz-plugin-vendor Build-Ids: 4b4f6df6cd70b7e83d9a033d1571cba77fe11250 67b43d15efd7e0834ca7007bc8a25a0c5a96d96b cc3d77792b99dc6514b28f0e30a3ce221eee9f1e Package: ros-kilted-gz-rendering-vendor Version: 0.2.6-1noble.20260422.135601 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 22239 Depends: libc6 (>= 2.38), libegl1, libgcc-s1 (>= 3.3.1), libglx0, libogre-1.9.0t64 (>= 1.9.0+dfsg1-9~), libopengl0, libstdc++6 (>= 13.1), ros-kilted-gz-common-vendor, ros-kilted-gz-math-vendor, ros-kilted-gz-ogre-next-vendor, ros-kilted-gz-plugin-vendor, freeglut3-dev, libfreeimage-dev, libglew-dev, libogre-1.9-dev, libvulkan-dev, libxi-dev, libxmu-dev, ros-kilted-gz-cmake-vendor, ros-kilted-gz-utils-vendor, uuid-dev, ros-kilted-ros-workspace Homepage: https://github.com/gazebosim/gz-rendering Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-rendering-vendor/ros-kilted-gz-rendering-vendor_0.2.6-1noble.20260422.135601_arm64.deb Size: 3921474 SHA256: 656f6557a2ce1d542ea3e6d7fb396246235b344f15fb9be2cfc102602c4e92d1 SHA1: 7e81402855900c124e86039c6a6f7a6a4d03d212 MD5sum: e9a17d71c8fe209e1a29accf047730f7 Description: Vendor package for: gz-rendering9 9.5.0 Gazebo Rendering: Rendering library for robot applications Package: ros-kilted-gz-rendering-vendor-dbgsym Package-Type: ddeb Source: ros-kilted-gz-rendering-vendor Version: 0.2.6-1noble.20260422.135601 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 31033 Depends: ros-kilted-gz-rendering-vendor (= 0.2.6-1noble.20260422.135601) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-rendering-vendor/ros-kilted-gz-rendering-vendor-dbgsym_0.2.6-1noble.20260422.135601_arm64.deb Size: 27628544 SHA256: abc3aff744fa07e4ea3a529b562188b34418f2d5999fc0ddc82df4b12ed6249c SHA1: 3901f7e825df85754c3d9f8974a1459a799c8c8d MD5sum: c8ecde3fc5388a349c80e876c6b72ecc Description: debug symbols for ros-kilted-gz-rendering-vendor Build-Ids: 260613a3d2a836790c9ac8330b158e3671b3f245 842fd7bec94ac37181521230ef905e7b7d56d5d7 e7acb9bb304f335acc4d3dc2c0c29ad0ea5c6f8d Package: ros-kilted-gz-ros2-control Version: 2.0.16-1noble.20260520.091339 Architecture: arm64 Maintainer: "Alejandro Hernández" Installed-Size: 806 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-gz-common-vendor, ros-kilted-gz-msgs-vendor, ros-kilted-gz-sim-vendor, ros-kilted-gz-transport-vendor, ros-kilted-sdformat-vendor, ros-kilted-controller-manager, ros-kilted-gz-plugin-vendor, ros-kilted-hardware-interface, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-ros2-control-cmake, ros-kilted-yaml-cpp-vendor, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/gz_ros2_control/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-ros2-control/ros-kilted-gz-ros2-control_2.0.16-1noble.20260520.091339_arm64.deb Size: 212346 SHA256: c052ddb7cc1c6684d367850ecaeba5b4f841f3299096c513417c0f81d5458920 SHA1: 5bb7bcf527a125b95edafd26e223c732379a919a MD5sum: 5081d4b02d886903a0f83ea98578953a Description: Gazebo ros2_control package allows to control simulated robots using ros2_control framework. Package: ros-kilted-gz-ros2-control-dbgsym Package-Type: ddeb Source: ros-kilted-gz-ros2-control Version: 2.0.16-1noble.20260520.091339 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Alejandro Hernández" Installed-Size: 4759 Depends: ros-kilted-gz-ros2-control (= 2.0.16-1noble.20260520.091339) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-ros2-control/ros-kilted-gz-ros2-control-dbgsym_2.0.16-1noble.20260520.091339_arm64.deb Size: 4362942 SHA256: e832a178a60582935b3db83d9d1cd7d8bbcd691ca581c6b19eef51439dd998d5 SHA1: 3a06ffbd0182ca68205431da0991969f0124177d MD5sum: f37513dfb8f731efddd991c8504e5220 Description: debug symbols for ros-kilted-gz-ros2-control Build-Ids: b623b88b60e8a3e554f0c1d54658eb33bb7a126e b729e440cb691f9461276dd0dad2f8cd741607f5 Package: ros-kilted-gz-ros2-control-demos Version: 2.0.16-1noble.20260520.092323 Architecture: arm64 Maintainer: "Alejandro Hernandez" Installed-Size: 1270 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), ros-kilted-gz-common-vendor, ros-kilted-gz-msgs-vendor, ros-kilted-gz-sim-vendor, ros-kilted-sdformat-vendor, ros-kilted-ackermann-steering-controller, ros-kilted-ament-index-python, ros-kilted-control-msgs, ros-kilted-control-toolbox, ros-kilted-diff-drive-controller, ros-kilted-force-torque-sensor-broadcaster, ros-kilted-forward-command-controller, ros-kilted-geometry-msgs, ros-kilted-gz-ros2-control, ros-kilted-hardware-interface, ros-kilted-imu-sensor-broadcaster, ros-kilted-joint-state-broadcaster, ros-kilted-joint-trajectory-controller, ros-kilted-launch, ros-kilted-launch-ros, ros-kilted-mecanum-drive-controller, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-robot-state-publisher, ros-kilted-ros-gz-bridge, ros-kilted-ros-gz-sim, ros-kilted-ros2-control-cmake, ros-kilted-ros2controlcli, ros-kilted-ros2launch, ros-kilted-std-msgs, ros-kilted-tricycle-steering-controller, ros-kilted-xacro, ros-kilted-ros-workspace Homepage: https://github.com/ros-controls/gz_ros2_control/blob/master/README.md Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-ros2-control-demos/ros-kilted-gz-ros2-control-demos_2.0.16-1noble.20260520.092323_arm64.deb Size: 165752 SHA256: 3a690f576981e1d559bbfd081ad5384242491b29bc78d06eee0d24c58672246f SHA1: f07a55ad554204d61475da11ad2fccb288cfe8d2 MD5sum: cd29b081ea1c1cc459ce9afcd89dbdf6 Description: gz_ros2_control_demos Package: ros-kilted-gz-ros2-control-demos-dbgsym Package-Type: ddeb Source: ros-kilted-gz-ros2-control-demos Version: 2.0.16-1noble.20260520.092323 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Alejandro Hernandez" Installed-Size: 3676 Depends: ros-kilted-gz-ros2-control-demos (= 2.0.16-1noble.20260520.092323) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-ros2-control-demos/ros-kilted-gz-ros2-control-demos-dbgsym_2.0.16-1noble.20260520.092323_arm64.deb Size: 3322758 SHA256: 709997f0f3ccdacc2561a64c5a424201ded1b65081ce1c7af9b414ec379bd3ea SHA1: 6934114b734aea35399f64fe1df0faa2d6e7aeb4 MD5sum: ea10f6f7693c851731b4126d7c8a089d Description: debug symbols for ros-kilted-gz-ros2-control-demos Build-Ids: 04d813beb96f8ca396dba2738f4b548fcb175e8c 2ce9d4475cd55c24eba224a3a30f0c9671302214 3a6167f4569b7d9b7902c7812a015bd4d36f031b 3a8a3fa4ed811b60cd89d3b12db9a44a86b76289 Package: ros-kilted-gz-sensors-vendor Version: 0.2.3-1noble.20260422.142531 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 2866 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), ros-kilted-gz-common-vendor, ros-kilted-gz-math-vendor, ros-kilted-gz-msgs-vendor, ros-kilted-gz-rendering-vendor, ros-kilted-gz-transport-vendor, ros-kilted-sdformat-vendor, ros-kilted-gz-cmake-vendor, ros-kilted-gz-tools-vendor, ros-kilted-ros-workspace Homepage: https://github.com/gazebosim/gz-sensors Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-sensors-vendor/ros-kilted-gz-sensors-vendor_0.2.3-1noble.20260422.142531_arm64.deb Size: 366830 SHA256: 22aef3d0a16b6bb161ee60e59ac94ab39b1d1b06f980a92679813a59766dd88b SHA1: be833204a26a8ba0b5b4e5f2fde47552e21f8cd7 MD5sum: f7a17a1b5f3907044a9c31b4381cadd4 Description: Vendor package for: gz-sensors9 9.2.0 Gazebo Sensors : Sensor models for simulation Package: ros-kilted-gz-sensors-vendor-dbgsym Package-Type: ddeb Source: ros-kilted-gz-sensors-vendor Version: 0.2.3-1noble.20260422.142531 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 11785 Depends: ros-kilted-gz-sensors-vendor (= 0.2.3-1noble.20260422.142531) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-sensors-vendor/ros-kilted-gz-sensors-vendor-dbgsym_0.2.3-1noble.20260422.142531_arm64.deb Size: 11216246 SHA256: 1765a0027586bd215370032b5faab7b12bb7c5826ed3e02503e4f50403d49ed1 SHA1: 0a11c5cb7448078ff17180722487f11d762b6833 MD5sum: ad33bb44a05adcc93363a8c4416ff968 Description: debug symbols for ros-kilted-gz-sensors-vendor Build-Ids: 13bd914b56db9d35f779f1132c4dde60f37d6ff0 32fbe2c39810ca5e426e122df35763079f4da431 41b456be34f468a844d0f50fd798e3749c5cb9fd 7ba30b6cc5585135926eacc32e2ea208c176a0cb 8216e3f857c4b09ad0d53021c3593040d3d37b78 8b56355049d166367b23205ef554778e4cff24dd 93825bf5a1720fdf5d1ddfffb340419119726a19 947d5ec4e519ba89371893b5a62738d0042f4065 97be4c0d0e47893a6e9432cddd76b4ed64c576f1 9b2d43c82ece9969572af112440d9eebd76d4a23 9cf053c678809dd929c34105edb684177badb071 9d124b619e662bb565816d9a6dabd59e87a43a1b 9fa489eb3946a99329d459afde1a602b282416c8 a1164fd176e23e969dcd669e0e4c1228bc281ffa a3bb2f3ac1a3a14d13c6bb5b1151e40798516d43 a609844e2360e7524dc38f5c5e76fa68a8a22fd3 b0fffd7b8534d129621da5204d3b663ca9e788ca bd4a45f79a79beb9d5ddce5a40af9a2ac7767f03 c598ac74371d4a3fda2973596a87a164a8533c21 fabcb3c22c3209aad5b27414ff21b3e23f7c7c67 Package: ros-kilted-gz-sim-vendor Version: 0.2.3-1noble.20260422.162104 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 49106 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libqt5core5t64 (>= 5.14.1), libqt5gui5t64 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5qml5 (>= 5.0.2), libqt5quick5 (>= 5.0.2) | libqt5quick5-gles (>= 5.0.2), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-gz-common-vendor, ros-kilted-gz-fuel-tools-vendor, ros-kilted-gz-gui-vendor, ros-kilted-gz-math-vendor, ros-kilted-gz-msgs-vendor, ros-kilted-gz-physics-vendor, ros-kilted-gz-plugin-vendor, ros-kilted-gz-rendering-vendor, ros-kilted-gz-sensors-vendor, ros-kilted-gz-transport-vendor, ros-kilted-sdformat-vendor, freeglut3-dev, libbenchmark-dev, libfreeimage-dev, libglew-dev, libprotobuf-dev, libprotoc-dev, libtinyxml2-dev, libxi-dev, libxmu-dev, protobuf-compiler, pybind11-dev, qml-module-qt-labs-folderlistmodel, qml-module-qt-labs-settings, qml-module-qtgraphicaleffects, qml-module-qtquick-controls, qml-module-qtquick-controls2, qml-module-qtquick-dialogs, qml-module-qtquick-layouts, qml-module-qtquick2, qtbase5-dev, qtdeclarative5-dev, ros-kilted-gz-cmake-vendor, ros-kilted-gz-tools-vendor, ros-kilted-gz-utils-vendor, uuid-dev, ros-kilted-ros-workspace Homepage: https://github.com/gazebosim/gz-sim Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-sim-vendor/ros-kilted-gz-sim-vendor_0.2.3-1noble.20260422.162104_arm64.deb Size: 9751836 SHA256: f5e2c8c1a27009626acf75715fa77507a7a80b44a81ed75cded21b42de4973c8 SHA1: f46f132c19c35a385a09450b2b2672e58242c155 MD5sum: d922920232ca48dd49d135d3b1d9e4a6 Description: Vendor package for: gz-sim9 9.5.0 Gazebo Sim : A Robotic Simulator Package: ros-kilted-gz-sim-vendor-dbgsym Package-Type: ddeb Source: ros-kilted-gz-sim-vendor Version: 0.2.3-1noble.20260422.162104 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 194374 Depends: ros-kilted-gz-sim-vendor (= 0.2.3-1noble.20260422.162104) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-sim-vendor/ros-kilted-gz-sim-vendor-dbgsym_0.2.3-1noble.20260422.162104_arm64.deb Size: 176596832 SHA256: f1087a33ce82b405ad56265df357022dd5555ab901561c8302b4bc2b8a59f3fe SHA1: eadf29e684a04e18a9b76de5ed7df4650a7e2a70 MD5sum: 16650f3ca8a4788d099f45d7ca939626 Description: debug symbols for ros-kilted-gz-sim-vendor Build-Ids: 00c45d5c6c4abc9b83a3e515669ceafde9d3cca9 068c5f462b3bd9aef06ea5527f23f2deec58fa23 06e13909cca4c773cc55604d11d387b60f09ed4f 06fd02eef84c51b3d13fc7f1844b46e0dac26ddf 0930d9430b07f860754bf1154133f1e538e871ee 0dfdf2d2f7bfafb28fe8b9e197da376a96394c5c 0e6fb00c24e921a275c4a3a5a1899074a6ebc3f9 0f66809a2124f25162995782acb78cf4f2a19650 0fc88eb5e122f393ccee7e3142cca54e7bed7ff6 1042978470dfb8abbf42880d5b61f6fe5cc82412 10a00d41fad602595b42330ff8ee7d6d14fc6959 128c6e04443eaeda82814faa56e82431654953b8 15c3b2ce79738a2a609a504282bc75178b5aad0d 234331f1005f46c88822f84550bb6477863e318c 2345d4edc2ed485fed79c2c02182d2d2afaee388 236f047f9052a28ec8d177822b9eefc093f2c8e8 23c9464e4f58f050a26246283b20e8233b4ee0b3 24e5b20c8cb4d6f3c1ec17350ebddf792a5353f8 26502833f1e11f9837affbcb28c9eff4a4869c14 26ac1035a920725056c12a007e9e08750823ef13 2ace8cb9d107a24c3cb60ae655aefb02bc638a9c 2c5eaf6d3bfcad6ac2892f812c785b72e1458da8 2cfe4fd315db96c798b0d53b5a94d1112b988f86 2e45d340465dc7506a67bb3f124ed9b97a29c3fa 32e400b4a6b885308a225f3024287008e71e5fc5 356c0d4ceb5fcba7016ce2e5d7372a361417b4a8 3618371076f4b9b4a249d7436b1e2f445c040102 37f62398269ae73570cbc0ee5d2770616d1c53b2 38de20460bee174fa60ba95a41e2d84782a69ddf 398c035d3a70ea0a5a0abb5e3d8ec7d1e02f77a3 4073aa0181f2eeec9b6860cdce8b41b173ecfd8b 42a3f47e18c8906404960e1694112a4eec6ec13e 42f0fea9d4acf405ac52dd2c4255dc6bd4e3a38a 441f0533e07b26d635052fa4dd910abff75bf492 45ae0e58c9a6ed35c7ecbce0dab563fda3a5478d 47b45e899e1d61f52315efdb202a5ec22071bef6 4c558448a1cb512fb5515a986e0cc59be6642e2f 523f835fd6007418bdf73d85158309e1be6ece5c 54f902a8ccd12b1c6f33e32b8d3dcf2057736d27 5739956a2dc2662ccc59f3b27354319de084fa86 5ad2e7ee63684ebe498cb75dbdd778242c01a68c 5ed5882088e89288a89371721f6783c522d12d98 5f93f8e884d136fefecbf97b528c94dbb8c0b85f 60e31fc552a6bda5438be72ab4717c9a59757dbc 623667534aa8dc4145e460e74485271afe8afbe5 62f55da0dca8b0e174befbda3c552d03a4919fce 6449318d0e6f2a570e1931b98c6a29e65d09b38a 64ba1f967b3bf0bc60ae15449ab88878a606d6f3 694e0d02035734849c32f72d725da2afd870821a 6b3cc6d7c95fc19071f387b83762593fb9b68a50 6f58cc52040bd3ece4b919511714e36d880af7db 7430cd5f8f513af5f0476f3dbe76bf1c96286757 751505644e21f8e5d43dee6c215e5bc717f953ce 77c6c691c7d47f366e54178dc3ad5a3fbb5346f4 7865d03f9feacc87220b12369424d9b21a5c7333 7969202a27683ae2207f4a97d1e6ed58ab1e70ef 7ba58139ac3f4819bc131bf4886837684536d9c7 7c6b48d9c3965ad6ae11353581452154e7b3a87f 7f7e4a6bf81ae054aee7d5f0ff73c7a8405b9101 809f2fd088656e225f5f857a57d6d736c7a9ccb1 81692d17879f6c6484a68f22dc2a001dd6a1c7cc 86e3289c49341d89524ce2b58549f29bb483dea5 897f0106293ecb6af4bfd39053b62d2afe0cc0f3 8a5ed6e16e3d4e844aa5b220f6b5b84dfd6308ef 8d67f1e0a89939b623986da1f16b82d57631f9e9 91c636400e297be9aa1c4075a2e3271edfcb7599 925178bffeef9c4bc223308a8e345f66233b53db 92c455ca1b0b259da35c5eafd2c8111261fd4818 95be7b651449e3ccd8c0c681bb0f0807b030b16b 9c5ee0a8a8d23a78b9867cfb5e220ac0283a2c57 a362f123408f36075480539a6ebb947d21d96f26 a42486e2d042c4efe9de9d99456e1bccd04044ce a9913421bad5a1b567f9422591d2290cd4a49130 ab24976dd44c8f4abf187e3820b3feb2df861669 abc034650e1621cf41d46fcee1119b2b65bc3eab ae6b5e33d6d0361fc329c4a4e8723bcdf4807871 b19ae0133517abee386c7cf4ef2123df99e142ad b3201147d70b30fd708ee2c5aae8c118253267e2 b39ddef3a715471c5010d5ca1778fb54acfa58f6 bac8c4d808efdb477ba5a471f47323860753a008 c0a1f26a9da7b73defbf1b9af3a537314ccc485a c1a89d88193bf06c7a3cfae90702f87949bd26f5 c2ac4701fdcb68d7f1d12e253f364092926dd153 c80533c1e4d2671b261702d2fde84440226d20fe c851a486d85d2b5eb279f8d64c43c9d218bf6d03 cb0f6b92cff3620992db402e24bd501c09737621 cc28208c6444722cf6065dfa1b668b012b6e3b95 cf8b82a4125f8a83b3c1c9ccd9d8beda35bb86ca d2c424fffb7e270d2117b5a439cf9806e46ff1f4 d2d9a400b4127a14a4fab2cbaf5f6b3774ab3a5d d7c335485953bcafd1cfd89c4c96226ed667c662 dc6088e752d49c9c25c3d3828c2e7bfca37819d5 dd8f63a4500352c6709ee7ac79f0495aedba47da e27c57b728687111b19eff77a6f800d9badbe64a e5ceb740594f18159d0209f5d4ee9b48f978287b ef9d7ea25972bf9772aa4409393cbb626741a5e6 effa8a8310d5989d093d2c30c5f097e490aa61a8 f1e9e4c9ec6d6cf8403052c4d2b412c48bac38f0 f404e7c573789212bbefcd97734e61b1b21fa758 faa61c8585eda50e4a25f919e8f690b9b523d69a fc42ca68405df5653c5eb9b534e4786825a481c5 fcc0465526e5823930998d7b895f8b37b06c1a39 fdb4d86fcca2c4f3cb838e6c87c7e10ba39ab296 fe9ba887eaa7f0e8a2587c0167a4de7e10750ffa feed9bde41641edde08d222636e11c0a79d3b204 ff0853fbaecbd0019b7d036a60fc277237faa0d4 ffbe87446922b36f3dc8e462e74cd7d3a65a9553 Package: ros-kilted-gz-tools-vendor Version: 0.1.3-1noble.20260410.141430 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 171 Depends: libc6 (>= 2.17), libgcc-s1 (>= 4.2), libstdc++6 (>= 13.1), ros-kilted-gz-cmake-vendor, ruby, ros-kilted-ros-workspace Homepage: https://github.com/gazebosim/gz-tools Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-tools-vendor/ros-kilted-gz-tools-vendor_0.1.3-1noble.20260410.141430_arm64.deb Size: 29942 SHA256: 46251ee7e130996b138ea230487f8b079b6edef673c516a21d5c5eb2203148fc SHA1: 21b7e8bcc2a6b0c5b4179d77ee0e6126230da7ee MD5sum: fe41a1781958cf3438bcd4c201b7f499 Description: Vendor package for: gz-tools2 2.0.3 Gazebo Tools: Entrypoint to Gazebo's command line interface Package: ros-kilted-gz-tools-vendor-dbgsym Package-Type: ddeb Source: ros-kilted-gz-tools-vendor Version: 0.1.3-1noble.20260410.141430 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 230 Depends: ros-kilted-gz-tools-vendor (= 0.1.3-1noble.20260410.141430) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-tools-vendor/ros-kilted-gz-tools-vendor-dbgsym_0.1.3-1noble.20260410.141430_arm64.deb Size: 198782 SHA256: 6c2102763831b2408eda3eecb48e254c457a95d0113765dd6fb79a759929240e SHA1: 537c4ca5a636481bb5100237f3fa90ecdc22c2ea MD5sum: fd29bf6d83b05b0e3c2f32783ce47a66 Description: debug symbols for ros-kilted-gz-tools-vendor Build-Ids: f61647859b7372db6ff031b5b1a7a86ba5141bf1 Package: ros-kilted-gz-transport-vendor Version: 0.2.4-1noble.20260422.135602 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 2208 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 13.1), libuuid1 (>= 2.16), libzmq5 (>= 4.0.1+dfsg), ros-kilted-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-kilted-gz-cmake-vendor, ros-kilted-gz-math-vendor, ros-kilted-gz-tools-vendor, ros-kilted-gz-utils-vendor, uuid-dev, ros-kilted-ros-workspace Homepage: https://github.com/gazebosim/gz-transport Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-transport-vendor/ros-kilted-gz-transport-vendor_0.2.4-1noble.20260422.135602_arm64.deb Size: 498712 SHA256: 2ebe3f08823e8f7705821eaaf586fd4444f6155298eb005240534b198e636d7c SHA1: d7a6c65ce67ded3b1da798084e809641c732e7bb MD5sum: bf28eaf45a9cd33725b0dbe932023809 Description: Vendor package for: gz-transport14 14.2.0 Gazebo Transport: Provides fast and efficient asynchronous message passing, services, and data logging. Package: ros-kilted-gz-transport-vendor-dbgsym Package-Type: ddeb Source: ros-kilted-gz-transport-vendor Version: 0.2.4-1noble.20260422.135602 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 9553 Depends: ros-kilted-gz-transport-vendor (= 0.2.4-1noble.20260422.135602) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-transport-vendor/ros-kilted-gz-transport-vendor-dbgsym_0.2.4-1noble.20260422.135602_arm64.deb Size: 8752454 SHA256: 857a9b37a33b1020bc00e80dec60e12f3614f1e9e401858d2791047c43d33b5c SHA1: d7f081776144210ccd4f825cba6fbbe895fbad9c MD5sum: 7c695882feb3996de2077fe6c9e1edd6 Description: debug symbols for ros-kilted-gz-transport-vendor Build-Ids: 6a9bb55271f8e77fb70f0317870e2cff4ecf55c6 8f41a2cff0a93a5402b822159bedaa9469a53508 a16dd433fc1813ec01cd53751d51a91944918b80 d43a91eb7f6879913ebca0d2b31cadeea9939f16 ef84bfec0f5319c7b7328a8fd14788c9c88787a2 Package: ros-kilted-gz-utils-vendor Version: 0.2.2-2noble.20260410.161830 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 727 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libspdlog1.12-fmt9, libstdc++6 (>= 13.1), ros-kilted-gz-cmake-vendor, ros-kilted-spdlog-vendor, ros-kilted-ros-workspace Homepage: https://github.com/gazebosim/gz-utils Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-utils-vendor/ros-kilted-gz-utils-vendor_0.2.2-2noble.20260410.161830_arm64.deb Size: 111390 SHA256: 7d0e2e5ef222fe921ff4a02dee7cdf8706ea914c41f6ba6cf5ce8052757df91b SHA1: 6c7cdc9c527959c4915fddd28dd95ebdb7b100d3 MD5sum: baa50505e3f4d7326d3bf2c477da75ea Description: Vendor package for: gz-utils3 3.1.1 Gazebo Utils : Classes and functions for robot applications Package: ros-kilted-gz-utils-vendor-dbgsym Package-Type: ddeb Source: ros-kilted-gz-utils-vendor Version: 0.2.2-2noble.20260410.161830 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 397 Depends: ros-kilted-gz-utils-vendor (= 0.2.2-2noble.20260410.161830) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-utils-vendor/ros-kilted-gz-utils-vendor-dbgsym_0.2.2-2noble.20260410.161830_arm64.deb Size: 348720 SHA256: c0c6b2d1d3d52ab56c5b553db60d3523d867030212d482a8f22a8a1d0bbcf535 SHA1: af35c75f61ed3c4cb390e279afad6a02d50fac16 MD5sum: edc9585c311dd08aeccbc5a0c1b693cd Description: debug symbols for ros-kilted-gz-utils-vendor Build-Ids: 554e05b6b540f3a4ba0e030399f492f91774a6a4 908bfc5d9c7b3694877cca164db29bd03b42dcbc Package: ros-kilted-hardware-interface Version: 5.14.2-1noble.20260520.075737 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 1332 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libfmt-dev, ros-kilted-backward-ros, ros-kilted-control-msgs, ros-kilted-joint-limits, ros-kilted-lifecycle-msgs, ros-kilted-pal-statistics, ros-kilted-pluginlib, ros-kilted-rclcpp-lifecycle, ros-kilted-rcpputils, ros-kilted-rcutils, ros-kilted-realtime-tools, ros-kilted-sdformat-urdf, ros-kilted-tinyxml2-vendor, ros-kilted-urdf, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/hardware_interface/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-hardware-interface/ros-kilted-hardware-interface_5.14.2-1noble.20260520.075737_arm64.deb Size: 362506 SHA256: 54ed55cac04da77f39364573bb52309348dcaee43dfef3b85f434ca34a425748 SHA1: a4507f9e904d36bc61f81aefe5ac24d46cf2a860 MD5sum: 449fa9bcb24eb85b34b9c8eb9da88211 Description: Base classes for hardware abstraction and tooling for them Package: ros-kilted-hardware-interface-dbgsym Package-Type: ddeb Source: ros-kilted-hardware-interface Version: 5.14.2-1noble.20260520.075737 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 6039 Depends: ros-kilted-hardware-interface (= 5.14.2-1noble.20260520.075737) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-hardware-interface/ros-kilted-hardware-interface-dbgsym_5.14.2-1noble.20260520.075737_arm64.deb Size: 5549428 SHA256: 05b6bf16dd2498ce00172caf0b733418c036272f2c4d38a25e5eecba7d87f02e SHA1: 18955a5d297094c097d427dbacf115b8675ba5f5 MD5sum: 14212e2fd7506ce3021505d7ed6a4cf7 Description: debug symbols for ros-kilted-hardware-interface Build-Ids: 91dd2d86add9418946a8eca811bd16955198bc0b a296b5c6d0d6f90bdc77efea0f9c38b46eb2e3d5 Package: ros-kilted-hardware-interface-testing Version: 5.14.2-1noble.20260520.081713 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 186 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, ros-kilted-control-msgs, ros-kilted-hardware-interface, ros-kilted-lifecycle-msgs, ros-kilted-pluginlib, ros-kilted-rclcpp-lifecycle, ros-kilted-ros2-control-test-assets, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/hardware_interface_testing/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-hardware-interface-testing/ros-kilted-hardware-interface-testing_5.14.2-1noble.20260520.081713_arm64.deb Size: 49476 SHA256: 8a3440f9c232c2a911aed1ea8fe6c3b3da6a5ac1a974ebbebd8c4492f57b6959 SHA1: a666b1643b970ae4ba8a25e1d308c222caf95b94 MD5sum: 9edd971ba6be43ab1549924f5a99f828 Description: Commonly used test fixtures for the ros2_control framework Package: ros-kilted-hardware-interface-testing-dbgsym Package-Type: ddeb Source: ros-kilted-hardware-interface-testing Version: 5.14.2-1noble.20260520.081713 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 1561 Depends: ros-kilted-hardware-interface-testing (= 5.14.2-1noble.20260520.081713) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-hardware-interface-testing/ros-kilted-hardware-interface-testing-dbgsym_5.14.2-1noble.20260520.081713_arm64.deb Size: 1473482 SHA256: 3de419c688721f18048480632f27522ff99f54f8785c7e787adc81bf8b8b7ab7 SHA1: a38cbd32ccde7b08b2f90269ff3f3ee3c903e1b2 MD5sum: 6da2c61738b8851c03cf39515e26109e Description: debug symbols for ros-kilted-hardware-interface-testing Build-Ids: 2a3d1c4e62902349979d7033b5b024943db84301 Package: ros-kilted-hash-library-vendor Version: 0.1.1-7noble.20260410.184618 Architecture: arm64 Maintainer: Kenji Miyake Installed-Size: 139 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-ros-workspace Homepage: https://github.com/stbrumme/hash-library Priority: optional Section: misc Filename: pool/main/r/ros-kilted-hash-library-vendor/ros-kilted-hash-library-vendor_0.1.1-7noble.20260410.184618_arm64.deb Size: 33972 SHA256: 67b8f6d9eb4d01f27fe22438b5cf1641c06a494a4301525569280492b967ece5 SHA1: 603a92d22b889097fa725d26b5239a5fe4f1d5df MD5sum: 014325cb04163bd3ef2bff8c4a78af68 Description: ROS2 vendor package for stbrumme/hash-library Package: ros-kilted-hash-library-vendor-dbgsym Package-Type: ddeb Source: ros-kilted-hash-library-vendor Version: 0.1.1-7noble.20260410.184618 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Kenji Miyake Installed-Size: 179 Depends: ros-kilted-hash-library-vendor (= 0.1.1-7noble.20260410.184618) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-hash-library-vendor/ros-kilted-hash-library-vendor-dbgsym_0.1.1-7noble.20260410.184618_arm64.deb Size: 152996 SHA256: e6c88be4c6067b2f5413d9018ec9ce64d8dcd77bc1438eb51642b1d90a34b9a4 SHA1: 54ad5aac85fafa5a9c5a4396dafc61e80220c3a4 MD5sum: 731804865dbf433f51eccab52bf20fd5 Description: debug symbols for ros-kilted-hash-library-vendor Build-Ids: ef1419fefb298eb74d200ac6bd2fb40cfd7b1c7f Package: ros-kilted-hatchbed-common Version: 0.1.2-2noble.20260519.121103 Architecture: arm64 Maintainer: Marc Alban Installed-Size: 90 Depends: ros-kilted-rclcpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-hatchbed-common/ros-kilted-hatchbed-common_0.1.2-2noble.20260519.121103_arm64.deb Size: 14116 SHA256: 59d7124586a9bdaed293647a513f5b2e5adc13ec94f786925cdf298728ba5247 SHA1: be0ede56354359b29bd0de79328d7ceb2b9d93c4 MD5sum: 6115139bb92e42e4b085fe877a966242 Description: Common Hatchbed C++ utility code for ROS, such registering and handling updates to ros parameters. Package: ros-kilted-heaphook Version: 0.1.1-3noble.20260410.163047 Architecture: arm64 Maintainer: sykwer Installed-Size: 244 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-tlsf, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-heaphook/ros-kilted-heaphook_0.1.1-3noble.20260410.163047_arm64.deb Size: 24044 SHA256: 5cf333685c2937a91c2e3ed8eac5d3c29946bdc16286bd7f28c495f24da2c807 SHA1: 5c5332b246f9e26367d4494581c65654565518ae MD5sum: fdbcff0261a44e05345c0e10ff8a4f1c Description: Replace all the dynamic heap allocation functions by LD_PRELOAD Package: ros-kilted-heaphook-dbgsym Package-Type: ddeb Source: ros-kilted-heaphook Version: 0.1.1-3noble.20260410.163047 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: sykwer Installed-Size: 196 Depends: ros-kilted-heaphook (= 0.1.1-3noble.20260410.163047) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-heaphook/ros-kilted-heaphook-dbgsym_0.1.1-3noble.20260410.163047_arm64.deb Size: 149674 SHA256: 5923235667e5b1ad3b6224e81fde0fd6134064ea9d333d47e919b63f4a2054f8 SHA1: a488c3a904da72d0cda7e90c09ca94ac8031e4cf MD5sum: b014e1ee98940ac604fd8b5e1404f277 Description: debug symbols for ros-kilted-heaphook Build-Ids: 0332981344344f809e68c9d95d51c05ef63656c4 2973b72311e4a5bdc910cbb019fdf54af79323d3 a2cb15b88655bf765e3331b21ee6ca85315fc2fc Package: ros-kilted-hebi-cpp-api Version: 3.16.0-1noble.20260410.150340 Architecture: arm64 Maintainer: Chris Bollinger Installed-Size: 22089 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-ros-workspace Homepage: http://docs.hebi.us/tools.html#cpp-api Priority: optional Section: misc Filename: pool/main/r/ros-kilted-hebi-cpp-api/ros-kilted-hebi-cpp-api_3.16.0-1noble.20260410.150340_arm64.deb Size: 6471312 SHA256: 532df3d6141f73adc8ffb1c3bd0f554961a41e4402ab8e2575863d1602208ad7 SHA1: f8cdffef838478296a5fe44a7dd07761160f6a32 MD5sum: db746c8537b3dde60483b625e50f506f Description: A ROS 2 package providing access to the HEBI C++ API. Package: ros-kilted-hebi-cpp-api-dbgsym Package-Type: ddeb Source: ros-kilted-hebi-cpp-api Version: 3.16.0-1noble.20260410.150340 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Bollinger Installed-Size: 3914 Depends: ros-kilted-hebi-cpp-api (= 3.16.0-1noble.20260410.150340) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-hebi-cpp-api/ros-kilted-hebi-cpp-api-dbgsym_3.16.0-1noble.20260410.150340_arm64.deb Size: 3744650 SHA256: d7217d5ebf9b078b52a4cfebe60679cbd6d211e4041dfefb3543393771385beb SHA1: 2d71a40eeaa5e53b5a527a92f4df9e4a49eef807 MD5sum: 9937c12b322256b118e818da155daeef Description: debug symbols for ros-kilted-hebi-cpp-api Build-Ids: 673b0f2b16dc05e831b9e0fe74fe507d8aaae78e Package: ros-kilted-hls-lfcd-lds-driver Version: 2.1.0-2noble.20260519.093322 Architecture: arm64 Maintainer: Pyo Installed-Size: 319 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-system-dev, ros-kilted-rclcpp, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/hls_lfcd_lds_driver Priority: optional Section: misc Filename: pool/main/r/ros-kilted-hls-lfcd-lds-driver/ros-kilted-hls-lfcd-lds-driver_2.1.0-2noble.20260519.093322_arm64.deb Size: 79832 SHA256: 97b2b5b4b7dfe171bf4c1983e1b8896d2825f8298591dc1cc588bd03d1731ecd SHA1: 7e9c2b3a210b2ce994da5db159761a9f2eb080ba MD5sum: eefdeb7711f7e5b4027e406e78a3ed23 Description: ROS package for LDS-01(HLS-LFCD2). The LDS (Laser Distance Sensor) is a sensor sending the data to Host for the simultaneous localization and mapping (SLAM). Simultaneously the detecting obstacle data can also be sent to Host. HLDS(Hitachi-LG Data Storage) is developing the technology for the moving platform sensor such as Robot Vacuum Cleaners, Home Robot, Robotics Lawn Mower Sensor, etc. Package: ros-kilted-hls-lfcd-lds-driver-dbgsym Package-Type: ddeb Source: ros-kilted-hls-lfcd-lds-driver Version: 2.1.0-2noble.20260519.093322 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 1165 Depends: ros-kilted-hls-lfcd-lds-driver (= 2.1.0-2noble.20260519.093322) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-hls-lfcd-lds-driver/ros-kilted-hls-lfcd-lds-driver-dbgsym_2.1.0-2noble.20260519.093322_arm64.deb Size: 1000740 SHA256: 724390720336d649d829aa4532f327ff72366ab1168c76838a48429db89aedc7 SHA1: fde7128124e1e74c6b052ca44d425dfb54e15d7f MD5sum: c85185275fb0ac67488d6dbd0421e317 Description: debug symbols for ros-kilted-hls-lfcd-lds-driver Build-Ids: 74cc1cc700e09fb2d8654154b6e993b6cc49eb4c Package: ros-kilted-hpp-fcl Version: 2.4.5-2noble.20260411.061618 Architecture: arm64 Maintainer: Joseph Mirabel Installed-Size: 6451 Depends: libassimp5 (>= 5.3.1+ds), libboost-filesystem1.83.0 (>= 1.83.0), libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py312, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), liboctomap1.9t64 (>= 1.9.7+dfsg), libstdc++6 (>= 13.1), libassimp-dev, libboost-all-dev, libeigen3-dev, liboctomap-dev, python3-dev, python3-numpy, ros-kilted-eigenpy, ros-kilted-ros-workspace Homepage: https://github.com/humanoid-path-planner/hpp-fcl Priority: optional Section: misc Filename: pool/main/r/ros-kilted-hpp-fcl/ros-kilted-hpp-fcl_2.4.5-2noble.20260411.061618_arm64.deb Size: 1076384 SHA256: b9dfb8e25d47d26acfa07f5210c1ad19e6f56da09c7f742ba65ea9e77673da75 SHA1: d736eb59fd4be5363d958099050ea924bad2a728 MD5sum: 43af387c7b0af326e050a95926bdf4ab Description: An extension of the Flexible Collision Library. Package: ros-kilted-hpp-fcl-dbgsym Package-Type: ddeb Source: ros-kilted-hpp-fcl Version: 2.4.5-2noble.20260411.061618 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Joseph Mirabel Installed-Size: 54945 Depends: ros-kilted-hpp-fcl (= 2.4.5-2noble.20260411.061618) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-hpp-fcl/ros-kilted-hpp-fcl-dbgsym_2.4.5-2noble.20260411.061618_arm64.deb Size: 50177950 SHA256: c6bbdc0a43754f0ae27a1c57137106810b3ce71eac82fa85a61d521dc4d1abda SHA1: 647cc6973878c29d11d907780c860984460b2a97 MD5sum: 7648a7c6ea6527e17673f89708ea3142 Description: debug symbols for ros-kilted-hpp-fcl Build-Ids: 2ce6bb2555271a3e65d1583201475b533584798c 2e27379a795121c9b7810d2812d9c47731e50548 Package: ros-kilted-ibeo-msgs Version: 4.0.0-4noble.20260519.022641 Architecture: arm64 Maintainer: AutonomouStuff Software Team Installed-Size: 7906 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/kartech_linear_actuator_msgs Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ibeo-msgs/ros-kilted-ibeo-msgs_4.0.0-4noble.20260519.022641_arm64.deb Size: 438528 SHA256: af004db997dc7281c30607dfbcd9f4c8a9ed7bb99099bfb887dc6e0adf99a089 SHA1: c5aef622b23c298a12bd5c4d7cb0bc4d69f22dd7 MD5sum: af88c8ba4146072ce76213f64df34a3a Description: The ibeo_msgs package Package: ros-kilted-ibeo-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-ibeo-msgs Version: 4.0.0-4noble.20260519.022641 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: AutonomouStuff Software Team Installed-Size: 5071 Depends: ros-kilted-ibeo-msgs (= 4.0.0-4noble.20260519.022641) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ibeo-msgs/ros-kilted-ibeo-msgs-dbgsym_4.0.0-4noble.20260519.022641_arm64.deb Size: 3984432 SHA256: 7677ab9749dfb9c5364c3831c37cb24581a43539606e806d93b44d372ecdf796 SHA1: 1a05d78b869923310aa84506f03f091d904817db MD5sum: db46013ecffe081412547fa17a8af2d3 Description: debug symbols for ros-kilted-ibeo-msgs Build-Ids: 1a5eb0c821a696b01a93a77f268efe059ce5628f 489662989fc9cc8881b2571c1ce802026529a1c8 68e38b21e2c14a52903ff2d692f9325c055ff41c 6d63d0365447385d1f059854c5cd592bbae98b2c 75ad8f4821367f1cf9448583a3d22d38a579f703 807a0620a46f70331ff7fdaed8c25c651d7e8890 a15f1c73d724c34d7909b34088e16ece7914f3e8 a74df00383848427f22a9cb2aa02bb2509df2cfa bfec8d228d5260bea127889736ee341d7f4b507d ec70fdb94c66d8f010dc7105d16f8e1bb5f38164 f64889d9014fe681c23e2e7df366a4c14407e60d Package: ros-kilted-iceoryx-binding-c Version: 2.0.5-6noble.20260410.174321 Architecture: arm64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 375 Depends: libc6 (>= 2.17), libstdc++6 (>= 13.1), ros-kilted-ros-workspace Homepage: https://iceoryx.io Priority: optional Section: misc Filename: pool/main/r/ros-kilted-iceoryx-binding-c/ros-kilted-iceoryx-binding-c_2.0.5-6noble.20260410.174321_arm64.deb Size: 61896 SHA256: ed4f8f37a684b2eea85b5a6a6288d08f671bcef75d663d3cdcffad67f88ecfe9 SHA1: 78d4f722ed010863dcfa0b7cd4358a7107233a10 MD5sum: 93be521f77601a4e9ac8c3c597c3063b Description: Eclipse iceoryx inter-process-communication (IPC) middleware C-Language Binding Package: ros-kilted-iceoryx-binding-c-dbgsym Package-Type: ddeb Source: ros-kilted-iceoryx-binding-c Version: 2.0.5-6noble.20260410.174321 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 1132 Depends: ros-kilted-iceoryx-binding-c (= 2.0.5-6noble.20260410.174321) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-iceoryx-binding-c/ros-kilted-iceoryx-binding-c-dbgsym_2.0.5-6noble.20260410.174321_arm64.deb Size: 1044782 SHA256: 9c019630d57f0e4d0709db86c5fc8db86287adf5c07ee33ab3f11c7325b462cc SHA1: dfcd69c7f90b739ef9cb01b17fe9cdd9b4e66eea MD5sum: 7f3b578dd9f77b479c5e3d22ff38e00e Description: debug symbols for ros-kilted-iceoryx-binding-c Build-Ids: 01b59493e1d4a4235ab5f87d9809164e5fa0a707 Package: ros-kilted-iceoryx-hoofs Version: 2.0.5-6noble.20260410.172721 Architecture: arm64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 1327 Depends: libacl1 (>= 2.2.23), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), acl, libacl1-dev, libatomic1, ros-kilted-ros-workspace Conflicts: ros-kilted-iceoryx-utils Replaces: ros-kilted-iceoryx-utils Homepage: https://iceoryx.io Priority: optional Section: misc Filename: pool/main/r/ros-kilted-iceoryx-hoofs/ros-kilted-iceoryx-hoofs_2.0.5-6noble.20260410.172721_arm64.deb Size: 211054 SHA256: 6e152705d94b43f15bed15e97104a7eef9d127ebc40ce3ace549309f64fa8151 SHA1: e8a99162107e1c7ca5c0f5704886af961f3f81b7 MD5sum: 8ab9a63baa96380db5651d5f6c3f8b40 Description: Eclipse iceoryx inter-process-communication (IPC) middleware basic building blocks Package: ros-kilted-iceoryx-hoofs-dbgsym Package-Type: ddeb Source: ros-kilted-iceoryx-hoofs Version: 2.0.5-6noble.20260410.172721 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 1246 Depends: ros-kilted-iceoryx-hoofs (= 2.0.5-6noble.20260410.172721) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-iceoryx-hoofs/ros-kilted-iceoryx-hoofs-dbgsym_2.0.5-6noble.20260410.172721_arm64.deb Size: 1117936 SHA256: ac49237fb089e0c80d3dfe3f8fb357369b7b79628b69f9dcc63b5046ab139307 SHA1: 51438d2fbc114c32b0a897133af8069acb4e9df9 MD5sum: f94f026a2842a40f81edfa3afc493669 Description: debug symbols for ros-kilted-iceoryx-hoofs Build-Ids: 9371d3b52802c4877e324993de23b457bb11e6c1 f3466f1509fd425158494e28f0ce697e5ed7a11f Package: ros-kilted-iceoryx-introspection Version: 2.0.5-6noble.20260410.185329 Architecture: arm64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 241 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libncurses6 (>= 6), libstdc++6 (>= 13.1), libtinfo6 (>= 6), libncurses-dev, ros-kilted-iceoryx-hoofs, ros-kilted-iceoryx-posh, ros-kilted-ros-workspace Homepage: https://iceoryx.io Priority: optional Section: misc Filename: pool/main/r/ros-kilted-iceoryx-introspection/ros-kilted-iceoryx-introspection_2.0.5-6noble.20260410.185329_arm64.deb Size: 35148 SHA256: 8496094f2a7dce3044d9805eb3f446382b6b08237db823f2ede3f6f7a50513ea SHA1: 74a06d86daf54104193c16af9465bd9b6c2003d7 MD5sum: e0590287bb98518f17b19f3170fcd988 Description: Eclipse iceoryx inter-process-communication (IPC) middleware introspection client Package: ros-kilted-iceoryx-introspection-dbgsym Package-Type: ddeb Source: ros-kilted-iceoryx-introspection Version: 2.0.5-6noble.20260410.185329 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 485 Depends: ros-kilted-iceoryx-introspection (= 2.0.5-6noble.20260410.185329) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-iceoryx-introspection/ros-kilted-iceoryx-introspection-dbgsym_2.0.5-6noble.20260410.185329_arm64.deb Size: 421594 SHA256: b1ca886b87166be6f9f2da3270d6032dd4ceb04569b86ffc93c7457b5540d89a SHA1: 017f4407921c12de12bf43dd748342db6ecd866e MD5sum: 207b022a414d6da31f9a12f003a62dc4 Description: debug symbols for ros-kilted-iceoryx-introspection Build-Ids: 0e761df7fc079a603af51ca8138cc1058e7ae137 e6bd529a9254f980cffd5ad0b385329b3d221435 Package: ros-kilted-iceoryx-posh Version: 2.0.5-6noble.20260410.173353 Architecture: arm64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 2103 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-iceoryx-hoofs, ros-kilted-ros-workspace Homepage: https://iceoryx.io Priority: optional Section: misc Filename: pool/main/r/ros-kilted-iceoryx-posh/ros-kilted-iceoryx-posh_2.0.5-6noble.20260410.173353_arm64.deb Size: 398150 SHA256: 41cda2a9acbcc46e436465b3c3ac266bdb26992538b1fbcabf1a31b7f1307b3f SHA1: 2d592971a0b1bed68c60dac0cca7a2253efd9ff1 MD5sum: 425556270856e27f8bf40fd36f05dab5 Description: Eclipse iceoryx inter-process-communication (IPC) middleware Posix Shared Memory Library and middleware daemon (RouDi) Package: ros-kilted-iceoryx-posh-dbgsym Package-Type: ddeb Source: ros-kilted-iceoryx-posh Version: 2.0.5-6noble.20260410.173353 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 6432 Depends: ros-kilted-iceoryx-posh (= 2.0.5-6noble.20260410.173353) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-iceoryx-posh/ros-kilted-iceoryx-posh-dbgsym_2.0.5-6noble.20260410.173353_arm64.deb Size: 5909000 SHA256: b1d9c5008209193b86756247015fd083a06e2ec2a51ba6cdbe4faf49c788f517 SHA1: 405f71e0aa64f41f83779dd73bceee39fabac6af MD5sum: bc76819cfe08037e0deaca8dc66eb4c6 Description: debug symbols for ros-kilted-iceoryx-posh Build-Ids: 74bfe276245197573345dd0fca5b0ef3896acbd6 88ac23b7b6e46941bfd5c81826547610a9184d98 8c81bf6d2c2077297e6a0cd421b60663fa895b20 d39b565e6ab1c1f89a6e76cd952a197ef0a71dba fa0b193cb711374d8977fdbeae485d55b3ead737 Package: ros-kilted-image-common Version: 6.1.3-1noble.20260519.134549 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 42 Depends: ros-kilted-camera-calibration-parsers, ros-kilted-camera-info-manager, ros-kilted-image-transport, ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/image_common Priority: optional Section: misc Filename: pool/main/r/ros-kilted-image-common/ros-kilted-image-common_6.1.3-1noble.20260519.134549_arm64.deb Size: 5976 SHA256: 84c2613b8a47c7f10af6bc14d9019822e49567faadddfbbc9e1dad709f384fc4 SHA1: ef181b89f2d40141449d895981d08ac401961757 MD5sum: f7ad2ae2bbe46f080020e36007af5ba3 Description: Common code for working with images in ROS. Package: ros-kilted-image-geometry Version: 4.1.0-2noble.20260519.040558 Architecture: arm64 Maintainer: Kenji Brameld Installed-Size: 194 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 11), libopencv-dev, python3-deprecated, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/image_geometry Priority: optional Section: misc Filename: pool/main/r/ros-kilted-image-geometry/ros-kilted-image-geometry_4.1.0-2noble.20260519.040558_arm64.deb Size: 31994 SHA256: 1aaa82ee4ce35ff77ce531ba85626949272663c03b92db6d134a031c74cfd56e SHA1: e35e29d472f894fce1543c1f740e2786ffb7bd99 MD5sum: 56927a01277f2e8c1f453745779c0391 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-kilted-image-geometry-dbgsym Package-Type: ddeb Source: ros-kilted-image-geometry Version: 4.1.0-2noble.20260519.040558 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Kenji Brameld Installed-Size: 271 Depends: ros-kilted-image-geometry (= 4.1.0-2noble.20260519.040558) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-image-geometry/ros-kilted-image-geometry-dbgsym_4.1.0-2noble.20260519.040558_arm64.deb Size: 245698 SHA256: 7aaf7f80bd6c2458c75cb17b8a354ea8b782f081ab79c03b1ac1afcf70c4df97 SHA1: e10e0041fb89886e5d3ada6e521d212661fdaa3a MD5sum: dd16b6d2198637e542ce566a2687b987 Description: debug symbols for ros-kilted-image-geometry Build-Ids: fce4f4a9e3a98ae1b108a5ae2b0a9656f5bda3ff Package: ros-kilted-image-pipeline Version: 6.0.12-1noble.20260519.150632 Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 43 Depends: ros-kilted-camera-calibration, ros-kilted-depth-image-proc, ros-kilted-image-proc, ros-kilted-image-publisher, ros-kilted-image-rotate, ros-kilted-image-view, ros-kilted-stereo-image-proc, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/image_pipeline/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-image-pipeline/ros-kilted-image-pipeline_6.0.12-1noble.20260519.150632_arm64.deb Size: 6854 SHA256: 8afd14edddaf44625e062d33b62965d9510dae2419a719d77371ed72a0328aae SHA1: 087f3d1dd5b1d8efc72492353549fa3832393ece MD5sum: 1030ab768d78b8b266a72730d25d7de1 Description: image_pipeline fills the gap between getting raw images from a camera driver and higher-level vision processing. Package: ros-kilted-image-proc Version: 6.0.12-1noble.20260519.094133 Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 1877 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-contrib406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-flann406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libopencv-dev, ros-kilted-camera-calibration-parsers, ros-kilted-cv-bridge, ros-kilted-geometry-msgs, ros-kilted-image-geometry, ros-kilted-image-transport, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rcutils, ros-kilted-sensor-msgs, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tracetools-image-pipeline, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/image_proc/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-image-proc/ros-kilted-image-proc_6.0.12-1noble.20260519.094133_arm64.deb Size: 248316 SHA256: 5144af9e8399d5a058e782c327d5f2fef1f7c06d8dc478b3de5d1df64e0836e9 SHA1: 8a131b930ab242cb7b0a835215b374c3f0b1b43e MD5sum: 0c924d2b4af2c70fcd1c83f8cbd729b5 Description: Single image rectification and color processing. Package: ros-kilted-image-proc-dbgsym Package-Type: ddeb Source: ros-kilted-image-proc Version: 6.0.12-1noble.20260519.094133 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 8829 Depends: ros-kilted-image-proc (= 6.0.12-1noble.20260519.094133) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-image-proc/ros-kilted-image-proc-dbgsym_6.0.12-1noble.20260519.094133_arm64.deb Size: 7363420 SHA256: 053af433fbf3ae4f06acd1977d1f5287210941ceb43c5cf8e740531bd07d24a3 SHA1: f717aa563ca7e5b75c7d1e05464a1797332d4699 MD5sum: c60981290c6c96f97ee28928e588faca Description: debug symbols for ros-kilted-image-proc Build-Ids: 0f49e3a258f1abcba99ce17db4ca90eb5b38b5f6 1883c51bbada83232496bc43110f77bb77a903af 44428a323304795febfcd69b0b5dd555549a2639 44d6c6e98af1bfc62908cbcd7fe3da6a1662f9d5 6003677b00ed7ef7e7ae3f03704a6ae32516fd62 77fe22ee656ff707f78d2bbe4348091160a48481 900b1d83a312fb670b13ed3dab67ede321a8dd04 988000664ce2354eae6c872971efa2e0a8e81aa5 d48c1e217ab8fd045992624dea1d53fff1d749b7 db03d86a4d76e498931a7f260ded4e34888837d2 db0d80c40de5aee020ab1c0a5770024d1cb16cda f77e29259afd335299554608b48ee4a786e6bd5d ff7da6987780d011c3a65b0cb8f824dfe0226ffc Package: ros-kilted-image-publisher Version: 6.0.12-1noble.20260519.093638 Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 398 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-videoio406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), ros-kilted-camera-info-manager, ros-kilted-cv-bridge, ros-kilted-image-transport, ros-kilted-rcl-interfaces, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/image_publisher/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-image-publisher/ros-kilted-image-publisher_6.0.12-1noble.20260519.093638_arm64.deb Size: 126142 SHA256: 9c5f5027b7e8e562b707c55063308f49629923743d8d3dde4ae3f084a65f8df9 SHA1: 9256cadb612409f32361a4ef9ea84ab99749a279 MD5sum: 0a64a6c1847928a5bbd0243f9dab79fb Description: Contains a node publish an image stream from single image file or avi motion file. Package: ros-kilted-image-publisher-dbgsym Package-Type: ddeb Source: ros-kilted-image-publisher Version: 6.0.12-1noble.20260519.093638 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 1311 Depends: ros-kilted-image-publisher (= 6.0.12-1noble.20260519.093638) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-image-publisher/ros-kilted-image-publisher-dbgsym_6.0.12-1noble.20260519.093638_arm64.deb Size: 1209024 SHA256: e4690e656dee708cb137cc7236323b4ba7bcb41bf9d540d6d5e1afc4be4c4d7d SHA1: 562fbdc2fa1643e5b67360dd56178a9142f0cafe MD5sum: 9a1f594d330cd5fd13b071707d646fd8 Description: debug symbols for ros-kilted-image-publisher Build-Ids: 432cb35bbddcd8e34953a4bc975f7489c8573f1a c404e2507ff3ac19e275afc66b9d4a8eaf13bba6 Package: ros-kilted-image-rotate Version: 6.0.12-1noble.20260519.084604 Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 867 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libopencv-dev, ros-kilted-cv-bridge, ros-kilted-geometry-msgs, ros-kilted-image-transport, ros-kilted-rcl-interfaces, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/image_rotate/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-image-rotate/ros-kilted-image-rotate_6.0.12-1noble.20260519.084604_arm64.deb Size: 153340 SHA256: c29d632a32bb1210bf9be32b7fe6c2d786bd849417b43b8ae8a2483808866877 SHA1: a5b6f3ec372db65c4cefe65e2fb0cbced2215e6d MD5sum: 461b0ef0e722df640c915ec91275b9a3 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-kilted-image-rotate-dbgsym Package-Type: ddeb Source: ros-kilted-image-rotate Version: 6.0.12-1noble.20260519.084604 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 3781 Depends: ros-kilted-image-rotate (= 6.0.12-1noble.20260519.084604) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-image-rotate/ros-kilted-image-rotate-dbgsym_6.0.12-1noble.20260519.084604_arm64.deb Size: 3424044 SHA256: ab8c4627f1fef4269a0b2756b07c5b18795946447525343d19b8315c324b5828 SHA1: daf786317d850d1bf386f7eca2bed20dd0a43eec MD5sum: 95f2ce65db7b9b10054e5f097dd07e10 Description: debug symbols for ros-kilted-image-rotate Build-Ids: 6304b0db385a58695cab38d50569ceeeee5e1420 8de453930d41b85592797bff0e8ef691ed2b7eb1 e274c4b000e5c6af1ab6ffc47fa9c648d068a060 f0b4a0ad5c28d079892cd6038d38fa7c8b75d592 Package: ros-kilted-image-tools Version: 0.36.5-1noble.20260519.053800 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 1116 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-highgui406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopencv-videoio406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-image-tools/ros-kilted-image-tools_0.36.5-1noble.20260519.053800_arm64.deb Size: 175624 SHA256: 6be70b8b1a5183c24ca8ffdd10f779f5f171663eef19a3cb464c8ff68fcf0e7c SHA1: 21e2aaa9c64cda029813ef1d75e1cb24040f2764 MD5sum: b9f7da72bd23905f09621b3dd7db3095 Description: Tools to capture and play back images to and from DDS subscriptions and publications. Package: ros-kilted-image-tools-dbgsym Package-Type: ddeb Source: ros-kilted-image-tools Version: 0.36.5-1noble.20260519.053800 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 5037 Depends: ros-kilted-image-tools (= 0.36.5-1noble.20260519.053800) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-image-tools/ros-kilted-image-tools-dbgsym_0.36.5-1noble.20260519.053800_arm64.deb Size: 4073150 SHA256: 5e39d2f114e7f7f79ab082ce1688a9e1226b8bc49b36c2c8ab54d15582309e5e SHA1: e137100d45cc835612f9b8d0c66b52896f019c0b MD5sum: ef8a117a35ffe9ea531b86bf76a06c14 Description: debug symbols for ros-kilted-image-tools Build-Ids: 203d990dbb93bbc54c1d3deaf3d7cb1e70b0ec66 acffe0cc3c980ad3d0945c8bd38e86df2359c521 f460748b1b3a9ab21fbdf02a7f94c547bf4bb34a Package: ros-kilted-image-transport Version: 6.1.3-1noble.20260519.083149 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 3010 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-message-filters, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/image_transport Priority: optional Section: misc Filename: pool/main/r/ros-kilted-image-transport/ros-kilted-image-transport_6.1.3-1noble.20260519.083149_arm64.deb Size: 385344 SHA256: 77eb8cca060f73eec7a96e90c51facc85c813bf2c27a5de769a279c857596804 SHA1: fef083600d3944b9c450936a43521a993ab31e7e MD5sum: cd4c8abb13e9b392e32d3645432ff1b1 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-kilted-image-transport-dbgsym Package-Type: ddeb Source: ros-kilted-image-transport Version: 6.1.3-1noble.20260519.083149 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 9631 Depends: ros-kilted-image-transport (= 6.1.3-1noble.20260519.083149) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-image-transport/ros-kilted-image-transport-dbgsym_6.1.3-1noble.20260519.083149_arm64.deb Size: 8422050 SHA256: 0126526494e67f9b18318a257a47bb67070d395558d820b239fc2bed57c24944 SHA1: bc7f093d30e1e5da9691799731f46f7747e677f6 MD5sum: f6f1329b0038e61b2b3316ac3a5115e9 Description: debug symbols for ros-kilted-image-transport Build-Ids: 7166668e59eae181dc94c8288f8dc93c68d2ca41 7709fc9c6788f5cbc9cbb170a491fb5ca885d045 8b87ef2792ff626d29b2059228fc9ca8b6a37fbc a34e34c0c7f0045f09137dd67b68799dc7866deb e6b3e962d123d241adbbdf17c78010488238d02b Package: ros-kilted-image-transport-plugins Version: 5.1.2-1noble.20260519.134948 Architecture: arm64 Maintainer: Kenji Brameld Installed-Size: 42 Depends: ros-kilted-compressed-depth-image-transport, ros-kilted-compressed-image-transport, ros-kilted-theora-image-transport, ros-kilted-zstd-image-transport, ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/image_transport_plugins Priority: optional Section: misc Filename: pool/main/r/ros-kilted-image-transport-plugins/ros-kilted-image-transport-plugins_5.1.2-1noble.20260519.134948_arm64.deb Size: 6134 SHA256: dae943f065e3861456a75d3b19bb6e1ccb2d4c8c206f92e7aa4333ca325bd988 SHA1: 2f3b39c7a2403b450faebbf182b5f833174fe644 MD5sum: 7641e4782f00488d901154ea330ee59c 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-kilted-image-transport-py Version: 6.1.3-1noble.20260519.090919 Architecture: arm64 Maintainer: Alejandro Hernández Installed-Size: 315 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-image-transport, ros-kilted-rclcpp, ros-kilted-rpyutils, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-image-transport-py/ros-kilted-image-transport-py_6.1.3-1noble.20260519.090919_arm64.deb Size: 92682 SHA256: 9b91acb35def79d25ae7f3af067d5973d35ba1a44c3a97672259af8ff7974f21 SHA1: 1e79011c27c9f8d35221d8d0a53f8412aab2bd9e MD5sum: 03f5c5ae49783f6c422d1bc790e2f99a Description: Python API for image_transport Package: ros-kilted-image-view Version: 6.0.12-1noble.20260519.135504 Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 1530 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-highgui406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-videoio406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), ros-kilted-camera-calibration-parsers, ros-kilted-cv-bridge, ros-kilted-image-transport, ros-kilted-message-filters, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rclpy, ros-kilted-sensor-msgs, ros-kilted-std-srvs, ros-kilted-stereo-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/image_view/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-image-view/ros-kilted-image-view_6.0.12-1noble.20260519.135504_arm64.deb Size: 268826 SHA256: a275014774298844caf9b82ba5d258d6fd6067e20f92d0eaeb88e5cfecb4789e SHA1: 5e02e4778ca86b50bd898acefb89e70663e6c318 MD5sum: c75754863c5ed6e44528582309e1fbec Description: A simple viewer for ROS image topics. Includes a specialized viewer for stereo + disparity images. Package: ros-kilted-image-view-dbgsym Package-Type: ddeb Source: ros-kilted-image-view Version: 6.0.12-1noble.20260519.135504 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 8461 Depends: ros-kilted-image-view (= 6.0.12-1noble.20260519.135504) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-image-view/ros-kilted-image-view-dbgsym_6.0.12-1noble.20260519.135504_arm64.deb Size: 7416932 SHA256: fce5a35c4ca2d02667307e10ee0aae78a86d8ec48e7fee2ec3ad9e36190b0614 SHA1: 3042f4ac6cc753e8fa511752973d7562221125b9 MD5sum: 2e2949c65e7bb958845378b04e5909bc Description: debug symbols for ros-kilted-image-view Build-Ids: 3221ce070acca408fb594a324722c512989157d9 6583268cd53d930240f7d6c493a2b674b531d616 a6761e5335e05ceb6c1c81acc03be2874d714ac7 d2aaebc2413a9fe6ea0490d5ebceb444cc6f3e87 e18d9bbc50c46e99c2662923d78be6629c283bb4 ecfe53d82141cff4aef5d71205b8257d3bbcaff5 fce73c45d1ced589eb4f27cf71e0ced82cd64621 Package: ros-kilted-imu-complementary-filter Version: 2.2.1-1noble.20260519.051417 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 1112 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-ros-workspace Homepage: http://www.mdpi.com/1424-8220/15/8/19302 Priority: optional Section: misc Filename: pool/main/r/ros-kilted-imu-complementary-filter/ros-kilted-imu-complementary-filter_2.2.1-1noble.20260519.051417_arm64.deb Size: 188266 SHA256: 7be18e01b8f353c05ce869d537869aa2fb91874045b459b2a863e12150c8f390 SHA1: 91be87abe14d4f70a7501678012535c915b22eb8 MD5sum: bf79b4b99503632c7e288eef351b3098 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-kilted-imu-complementary-filter-dbgsym Package-Type: ddeb Source: ros-kilted-imu-complementary-filter Version: 2.2.1-1noble.20260519.051417 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 4499 Depends: ros-kilted-imu-complementary-filter (= 2.2.1-1noble.20260519.051417) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-imu-complementary-filter/ros-kilted-imu-complementary-filter-dbgsym_2.2.1-1noble.20260519.051417_arm64.deb Size: 3745606 SHA256: 9a6f7e4d715b424103558c570d459d558ebb37112b84cf22cacd571c3cb0d413 SHA1: 645e11f705163d369d1793ebe5ed7dd0701c784a MD5sum: 74209b51c3003a547f6da058e33cacbd Description: debug symbols for ros-kilted-imu-complementary-filter Build-Ids: 808d608bc7b9060ac2340e5bae0f2f4aae74044a b1c16ee42393f6530a09c0da25c44eb46a7fe8ae Package: ros-kilted-imu-filter-madgwick Version: 2.2.1-1noble.20260519.125332 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 1315 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-rclcpp-lifecycle, ros-kilted-sensor-msgs, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/imu_filter_madgwick Priority: optional Section: misc Filename: pool/main/r/ros-kilted-imu-filter-madgwick/ros-kilted-imu-filter-madgwick_2.2.1-1noble.20260519.125332_arm64.deb Size: 219144 SHA256: f01d35407f782de20c543bce4caef3944a68653abce4c1af921dc88566475fac SHA1: e2fdd994d87583b27a5516a710215815b71a34e8 MD5sum: bcabea9c6419ce1d4f3bdc9c23c48e56 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-kilted-imu-filter-madgwick-dbgsym Package-Type: ddeb Source: ros-kilted-imu-filter-madgwick Version: 2.2.1-1noble.20260519.125332 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 5429 Depends: ros-kilted-imu-filter-madgwick (= 2.2.1-1noble.20260519.125332) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-imu-filter-madgwick/ros-kilted-imu-filter-madgwick-dbgsym_2.2.1-1noble.20260519.125332_arm64.deb Size: 4475228 SHA256: c2dec5dac74413cb174e450f66e389ad90a4d84712df0b701f99585c42c9e983 SHA1: fc3a16ab67d414825a2edabd03d67cca649fbfe4 MD5sum: 311ac974b67b0b71d6d52b738b0eb903 Description: debug symbols for ros-kilted-imu-filter-madgwick Build-Ids: 0349d78007656b8468d07915d2d90016d0c4bf7f 0e86ef2d561b636e6aeb4f615856c49350514a40 Package: ros-kilted-imu-pipeline Version: 0.6.1-1noble.20260519.125239 Architecture: arm64 Maintainer: Paul Bovbel Installed-Size: 41 Depends: ros-kilted-imu-processors, ros-kilted-imu-transformer, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/imu_pipeline Priority: optional Section: misc Filename: pool/main/r/ros-kilted-imu-pipeline/ros-kilted-imu-pipeline_0.6.1-1noble.20260519.125239_arm64.deb Size: 5454 SHA256: bf9d3eff70cf66883c6508a72341b9ad2526eac283f7e2bffa6f9085b3d59aa9 SHA1: 9e59c5b549139b4519d1980697da35d422692477 MD5sum: bda05113330ecf6a23b15762a3269c2f Description: imu_pipeline Package: ros-kilted-imu-processors Version: 0.6.1-1noble.20260519.060407 Architecture: arm64 Maintainer: Paul Bovbel Installed-Size: 1861 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/imu_processors Priority: optional Section: misc Filename: pool/main/r/ros-kilted-imu-processors/ros-kilted-imu-processors_0.6.1-1noble.20260519.060407_arm64.deb Size: 241166 SHA256: 61e0891c38f4137cd2ab385dbeaa682bb91d68800950dda235beac789085220f SHA1: 03ea07ed2827cb7424cb518f8b13632429a4029e MD5sum: beba8c04db0152ad2a79f792e9dd762a Description: Processors for sensor_msgs::Imu data Package: ros-kilted-imu-processors-dbgsym Package-Type: ddeb Source: ros-kilted-imu-processors Version: 0.6.1-1noble.20260519.060407 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Paul Bovbel Installed-Size: 7650 Depends: ros-kilted-imu-processors (= 0.6.1-1noble.20260519.060407) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-imu-processors/ros-kilted-imu-processors-dbgsym_0.6.1-1noble.20260519.060407_arm64.deb Size: 6082344 SHA256: 6937c38b6723be34ef84983a881044f5d0cfa3d592c78f17eef749df52ba5c77 SHA1: 509d706fadf99f8f0e74b24cdda08b29dc3e8f6a MD5sum: e26dbf99af77a7e6480c659e69d08144 Description: debug symbols for ros-kilted-imu-processors Build-Ids: 0a4dfe4f32fa53d2c6cd2c480413ee1c0ce2716e 6e838959ea8f60dd728be908e78788a0f466380b 8282071f41810ec602cd74e2a3c0d29745dd683d ef22bd9972ebdced9d5415c55f59b1af06a8bac8 Package: ros-kilted-imu-sensor-broadcaster Version: 5.15.1-1noble.20260520.082944 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 356 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, ros-kilted-backward-ros, ros-kilted-controller-interface, ros-kilted-generate-parameter-library, ros-kilted-hardware-interface, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-realtime-tools, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-imu-sensor-broadcaster/ros-kilted-imu-sensor-broadcaster_5.15.1-1noble.20260520.082944_arm64.deb Size: 90268 SHA256: b4ffb516f1ce0450d144de8966990e6682f53d324eb38de532c3c753f4704207 SHA1: 244af90245983b46018eeb487ea7e39626c95570 MD5sum: aadeddf90e44fb14243f21f13db12278 Description: Controller to publish readings of IMU sensors. Package: ros-kilted-imu-sensor-broadcaster-dbgsym Package-Type: ddeb Source: ros-kilted-imu-sensor-broadcaster Version: 5.15.1-1noble.20260520.082944 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 1739 Depends: ros-kilted-imu-sensor-broadcaster (= 5.15.1-1noble.20260520.082944) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-imu-sensor-broadcaster/ros-kilted-imu-sensor-broadcaster-dbgsym_5.15.1-1noble.20260520.082944_arm64.deb Size: 1636654 SHA256: 90d36a34b6dc95faceccc8f851e1e04bf491c244f9fe61985b2c93a3a8f10456 SHA1: 5edc35f7b4662d99e9608a57a4e3d1e0b0c1be20 MD5sum: 1d9e9444a27d1f2d3a0335f7786d62a7 Description: debug symbols for ros-kilted-imu-sensor-broadcaster Build-Ids: 873b6d1e103cb1dd9c534037f9168128458a6488 Package: ros-kilted-imu-tools Version: 2.2.1-1noble.20260519.125822 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 41 Depends: ros-kilted-imu-complementary-filter, ros-kilted-imu-filter-madgwick, ros-kilted-rviz-imu-plugin, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/imu_tools Priority: optional Section: misc Filename: pool/main/r/ros-kilted-imu-tools/ros-kilted-imu-tools_2.2.1-1noble.20260519.125822_arm64.deb Size: 5274 SHA256: 3e6d0a8d1820ebe073c2665db3090abd193e5da390ba40dd9fdf15196eb2ae83 SHA1: e9057962503831108851bd1b624751a326bec142 MD5sum: bcd8084a2903b2a746f0b4997ecc11f2 Description: Various tools for IMU devices Package: ros-kilted-imu-transformer Version: 0.6.1-1noble.20260519.082513 Architecture: arm64 Maintainer: Paul Bovbel Installed-Size: 1028 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-message-filters, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-tf2-ros, ros-kilted-tf2-sensor-msgs, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/imu_transformer Priority: optional Section: misc Filename: pool/main/r/ros-kilted-imu-transformer/ros-kilted-imu-transformer_0.6.1-1noble.20260519.082513_arm64.deb Size: 172648 SHA256: 62404d6480eebea93aa805886e8bec199c5a92015348ae003cb487ffdc208fdc SHA1: 5fba7a110140c56c021fe0add375a05bb9f25d44 MD5sum: 8a6e8790dbd2e8a34ce9e5d39a2e08d2 Description: Node/components to transform sensor_msgs::Imu data from one frame into another. Package: ros-kilted-imu-transformer-dbgsym Package-Type: ddeb Source: ros-kilted-imu-transformer Version: 0.6.1-1noble.20260519.082513 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Paul Bovbel Installed-Size: 4742 Depends: ros-kilted-imu-transformer (= 0.6.1-1noble.20260519.082513) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-imu-transformer/ros-kilted-imu-transformer-dbgsym_0.6.1-1noble.20260519.082513_arm64.deb Size: 4045892 SHA256: 9687b7b7a687a61434cdc5ce50562f185feb7e4e087cefe658eb37a8c1be27cd SHA1: 5f65e912533ae8761b0f46ba2dde744a14286d1b MD5sum: 79cb74f09a5ff7127ad0e1081bcc3089 Description: debug symbols for ros-kilted-imu-transformer Build-Ids: 5dd20996d05fabadb4994e74d79d27766e02c1a4 9014ec8b4cb2d43e5dd4a67880bc95c1d288d6ec Package: ros-kilted-interactive-marker-twist-server Version: 2.1.0-3noble.20260519.132745 Architecture: arm64 Maintainer: Mike Purvis Installed-Size: 185 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-geometry-msgs, ros-kilted-interactive-markers, ros-kilted-rclcpp, ros-kilted-tf2, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-interactive-marker-twist-server/ros-kilted-interactive-marker-twist-server_2.1.0-3noble.20260519.132745_arm64.deb Size: 52456 SHA256: 4c2f59147dbce2e06caa8a792079060f2f763266f74146709c395af2b7a2e850 SHA1: f5ea28f2972ad356e106341a9e74c25688992491 MD5sum: 19bad65c3a5f75cb7733cdcf449545ee Description: Interactive control for generic Twist-based robots using interactive markers Package: ros-kilted-interactive-marker-twist-server-dbgsym Package-Type: ddeb Source: ros-kilted-interactive-marker-twist-server Version: 2.1.0-3noble.20260519.132745 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Mike Purvis Installed-Size: 990 Depends: ros-kilted-interactive-marker-twist-server (= 2.1.0-3noble.20260519.132745) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-interactive-marker-twist-server/ros-kilted-interactive-marker-twist-server-dbgsym_2.1.0-3noble.20260519.132745_arm64.deb Size: 906726 SHA256: e24f05734a2e94b183c81b691eca2be080d287ef035dd638ec5ae0bbc0c42bb5 SHA1: 7e9d968aeb4f16c894f0230c03ec1f6bf00af255 MD5sum: d286cc28e897c077cd564449c1b66491 Description: debug symbols for ros-kilted-interactive-marker-twist-server Build-Ids: 5366d79ab66adbe926d2cac2af958fa0ddced789 Package: ros-kilted-interactive-markers Version: 2.7.1-1noble.20260519.125950 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 1049 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rclcpp, ros-kilted-rclpy, ros-kilted-rcutils, ros-kilted-rmw, ros-kilted-std-msgs, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/interactive_markers Priority: optional Section: misc Filename: pool/main/r/ros-kilted-interactive-markers/ros-kilted-interactive-markers_2.7.1-1noble.20260519.125950_arm64.deb Size: 193456 SHA256: 241bb128900ccff0b79d94e6e0031a5b2206f12f6f38d242e9ca448d030a9ae0 SHA1: 0a33b5aa85d89ae7919588f6292e2ad9d4324a6c MD5sum: a6582dd7760bfa82b83127191b5bfbcb Description: 3D interactive marker communication library for RViz and similar tools. Package: ros-kilted-interactive-markers-dbgsym Package-Type: ddeb Source: ros-kilted-interactive-markers Version: 2.7.1-1noble.20260519.125950 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 4970 Depends: ros-kilted-interactive-markers (= 2.7.1-1noble.20260519.125950) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-interactive-markers/ros-kilted-interactive-markers-dbgsym_2.7.1-1noble.20260519.125950_arm64.deb Size: 4206060 SHA256: 600546244c0694eee4d4b7abbd5af983ee8aa8e328e54af792349f87c72e12e7 SHA1: 76a7da2680ef94bb0553eebd153de16ea5742367 MD5sum: d4c5586a70be531d0571f74c39cde2a4 Description: debug symbols for ros-kilted-interactive-markers Build-Ids: fdb8ad9a3f36b68e1ca6d1c89a8d0e36ea752369 Package: ros-kilted-intra-process-demo Version: 0.36.5-1noble.20260519.054452 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 3027 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-highgui406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopencv-videoio406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), ros-kilted-rclcpp, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-intra-process-demo/ros-kilted-intra-process-demo_0.36.5-1noble.20260519.054452_arm64.deb Size: 369904 SHA256: d0c83ddcf041840288a6b0373240f7c244f0e34adbaad64031f3b6bbff4919fb SHA1: 3e5431f3757500874dc10e0e1060713239105630 MD5sum: e7504990daf15a13c087fa29566a3e9a Description: Demonstrations of intra process communication. Package: ros-kilted-intra-process-demo-dbgsym Package-Type: ddeb Source: ros-kilted-intra-process-demo Version: 0.36.5-1noble.20260519.054452 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 13949 Depends: ros-kilted-intra-process-demo (= 0.36.5-1noble.20260519.054452) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-intra-process-demo/ros-kilted-intra-process-demo-dbgsym_0.36.5-1noble.20260519.054452_arm64.deb Size: 11723158 SHA256: 0e5b48a5d0ccf3842f08fe05867e029ff776bf8cb2928716e84481cfbb98ba8f SHA1: 88a4b7313e646cd77af50efcdacb8ec47fd448d8 MD5sum: 96955e34152d0d64b2bf4dd4651ff2b3 Description: debug symbols for ros-kilted-intra-process-demo Build-Ids: 12b425c897417fc0f730914b3e3e74810142cfa7 3fe55a192ac6518086ff630ccaf45be338e18195 86cf12c2c2e862164b5173fa9616d6fdd06d3f88 8f8c9a4867b3ac7a5aef2f7d47e571e5f0e31670 9b6ab4f9a63789687d329d7c551d29ffc35263b4 9cf1d2ed3e59299119b22779bb93ad261473ffac ff2142c2ec21451e18267e7e209d6c5d1185b9cf Package: ros-kilted-io-context Version: 1.2.0-4noble.20260519.054919 Architecture: arm64 Maintainer: Joshua Whitley Installed-Size: 203 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libasio-dev, ros-kilted-rclcpp, ros-kilted-std-msgs, ros-kilted-udp-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-io-context/ros-kilted-io-context_1.2.0-4noble.20260519.054919_arm64.deb Size: 40936 SHA256: b2a5762584000b1af07d8e800f0419ab1edbbdbc204b0c0f3320c2d650eef877 SHA1: 3de2b62ea953a9bee9e7e912b064326dd35b68a6 MD5sum: 1396de658937d501e69e8e60158831c9 Description: A library to write Synchronous and Asynchronous networking applications Package: ros-kilted-io-context-dbgsym Package-Type: ddeb Source: ros-kilted-io-context Version: 1.2.0-4noble.20260519.054919 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Joshua Whitley Installed-Size: 374 Depends: ros-kilted-io-context (= 1.2.0-4noble.20260519.054919) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-io-context/ros-kilted-io-context-dbgsym_1.2.0-4noble.20260519.054919_arm64.deb Size: 205482 SHA256: 622066a6ac081b46b7fe5d7574f8934455811c4bc2b13eb0cf99135db1d25c48 SHA1: 59fa2b375d65172e7b89cbaa90f4780e99a69d6b MD5sum: 51b833dcab79e98335680807956f3b7f Description: debug symbols for ros-kilted-io-context Build-Ids: a310d1456e922b914b2b580abb3d58008ffeaf80 Package: ros-kilted-irobot-create-msgs Version: 2.1.0-4noble.20260519.024832 Architecture: arm64 Maintainer: Alberto Soragna Installed-Size: 16474 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-action-msgs, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-irobot-create-msgs/ros-kilted-irobot-create-msgs_2.1.0-4noble.20260519.024832_arm64.deb Size: 824528 SHA256: d83803d0618337a8b24a9aa14383aa17622a26c735b757e585503581141b6837 SHA1: c21a8a61299a1e5943f5dbb682ad4d278bde7145 MD5sum: 4f945980a4990e8a8fef42218e353368 Description: Package containing action, message, and service definitions used by the iRobot(R) Create(R) platform Package: ros-kilted-irobot-create-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-irobot-create-msgs Version: 2.1.0-4noble.20260519.024832 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alberto Soragna Installed-Size: 8989 Depends: ros-kilted-irobot-create-msgs (= 2.1.0-4noble.20260519.024832) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-irobot-create-msgs/ros-kilted-irobot-create-msgs-dbgsym_2.1.0-4noble.20260519.024832_arm64.deb Size: 6195566 SHA256: 0ae245a9d06f318ae377a7c1ef769e73692306627c0933f8c35ac30b7967b68e SHA1: 99d37ee371849ae2cee6ef70f380c60575888404 MD5sum: f57450dfb8f028a50b61286f21f00240 Description: debug symbols for ros-kilted-irobot-create-msgs Build-Ids: 1fa92525e76253ba39f654cb1df98e010466362d 5704e1159fc60d2c40a6dd197328c4392635b1fd 5a444ebfa324b1d6563f46fb54f1c6050e0ef1c1 5ec34c4285ba6b2bfcb2b6dbedd3c592022fe92e 6b97643eb6639895308a454da8fa4eda69561fec 777861cb8931eedf71b05db26b49d7035fb2f083 82812e1c3adce411f9a63c1ee38a7eae0bc0f5d6 984a9c3e66327aacfb013c7d7b1caea2cbad893c a355fc901eb05cf9d6ac2cc3425d9860b38872ba aab9b170a96a00c7c740663bd10db35b94464966 d0619f3d3c112f6a2972ee9803c78212f0f56ce1 Package: ros-kilted-jacro Version: 0.2.0-3noble.20260519.012927 Architecture: arm64 Maintainer: Jafar Uruc Installed-Size: 64 Depends: python3-jinja2, python3-rich, ros-kilted-ament-index-python, ros-kilted-ros-workspace Homepage: https://github.com/JafarAbdi/jacro Priority: optional Section: misc Filename: pool/main/r/ros-kilted-jacro/ros-kilted-jacro_0.2.0-3noble.20260519.012927_arm64.deb Size: 8250 SHA256: a8b38b2a8521ec822ade97e0804310defbe78e802a37cbd00ca51cfabb21e614 SHA1: 5acafea8804f210cb3e9b1c93f543e8191f6792a MD5sum: 2ca1521ad76789b4942e3f9bc9f1a8a0 Description: TODO: Project Short Description Package: ros-kilted-joint-limits Version: 5.14.2-1noble.20260520.073750 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 470 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, ros-kilted-backward-ros, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-realtime-tools, ros-kilted-trajectory-msgs, ros-kilted-urdf, ros-kilted-ros-workspace Homepage: https://github.com/ros-controls/ros2_control/wiki Priority: optional Section: misc Filename: pool/main/r/ros-kilted-joint-limits/ros-kilted-joint-limits_5.14.2-1noble.20260520.073750_arm64.deb Size: 77096 SHA256: e894bcfbb0548a27b7ac6e151b0866404ba29afd9d5911756f3360b2915b2216 SHA1: a049948a192293121ed08ee099ea6e4442a49fed MD5sum: 96b1242fed81a4e3b02fc1a4b06dde6c 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-kilted-joint-limits-dbgsym Package-Type: ddeb Source: ros-kilted-joint-limits Version: 5.14.2-1noble.20260520.073750 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 1070 Depends: ros-kilted-joint-limits (= 5.14.2-1noble.20260520.073750) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-joint-limits/ros-kilted-joint-limits-dbgsym_5.14.2-1noble.20260520.073750_arm64.deb Size: 952314 SHA256: 97ef2c7db1b6ce471ab184e018e062db01837d60d63340c90b504d476f2d1f6d SHA1: fdcf5cfcf230a9c593eded5c4551a732e9c26155 MD5sum: 95e6eff3d600e153e225e3ab1ea95902 Description: debug symbols for ros-kilted-joint-limits Build-Ids: 3a125069a362abe77178e766784cb3cbe2a83629 69cf905fb5d51ee1579eb334cc646cb8b8a385ec c3d0681da1ce4d499ef8607006b867912a386af9 Package: ros-kilted-joint-state-broadcaster Version: 5.15.1-1noble.20260520.091116 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 421 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-backward-ros, ros-kilted-builtin-interfaces, ros-kilted-control-msgs, ros-kilted-controller-interface, ros-kilted-generate-parameter-library, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-realtime-tools, ros-kilted-sensor-msgs, ros-kilted-urdf, ros-kilted-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-joint-state-broadcaster/ros-kilted-joint-state-broadcaster_5.15.1-1noble.20260520.091116_arm64.deb Size: 104728 SHA256: bbfbb6517fc0e4a6e74243b90672007d699b80d69a850a97898c4c074a7afb6e SHA1: acf0d69a1f1cdf0aadc87194354795e91939cbfa MD5sum: 17266448338d90894a9e6e68c2589f8e Description: Broadcaster to publish joint state Package: ros-kilted-joint-state-broadcaster-dbgsym Package-Type: ddeb Source: ros-kilted-joint-state-broadcaster Version: 5.15.1-1noble.20260520.091116 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 1782 Depends: ros-kilted-joint-state-broadcaster (= 5.15.1-1noble.20260520.091116) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-joint-state-broadcaster/ros-kilted-joint-state-broadcaster-dbgsym_5.15.1-1noble.20260520.091116_arm64.deb Size: 1615670 SHA256: 35194bf56cd66e03629e7ca893cff4745935c6e6601b0192b3132e2305c3ae69 SHA1: 95004d8b1e77d1d93e60b8bef79ec53484c4888b MD5sum: 8f000c3ea8282f1ae533eda65c78d6c4 Description: debug symbols for ros-kilted-joint-state-broadcaster Build-Ids: 10cbd6f50ba130607ca495055f1b99b8ba0706a6 Package: ros-kilted-joint-state-publisher Version: 2.4.1-1noble.20260519.052319 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 83 Depends: python3-packaging, ros-kilted-rclpy, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/joint_state_publisher Priority: optional Section: misc Filename: pool/main/r/ros-kilted-joint-state-publisher/ros-kilted-joint-state-publisher_2.4.1-1noble.20260519.052319_arm64.deb Size: 19728 SHA256: b24894215a745ba923f43a679014056851701ab0b9aaa926c2ad4c01c9e2ca5a SHA1: cc08f36456f599d39f62a930a993468b79432ba1 MD5sum: 316545e205a1ee8505d678f43f38d924 Description: This package contains a tool for setting and publishing joint state values for a given URDF. Package: ros-kilted-joint-state-publisher-gui Version: 2.4.1-1noble.20260519.104537 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 72 Depends: ros-kilted-joint-state-publisher, ros-kilted-python-qt-binding, ros-kilted-rclpy, ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/joint_state_publisher Priority: optional Section: misc Filename: pool/main/r/ros-kilted-joint-state-publisher-gui/ros-kilted-joint-state-publisher-gui_2.4.1-1noble.20260519.104537_arm64.deb Size: 16930 SHA256: 3abaf7d0a3d8e8ee1a8d36dda140cc71ed57b30d8d643fdccca488ae46052678 SHA1: 2981aaff3e87fd6850c05d2ec19364c34798eaf2 MD5sum: e49b1042ae00c208a709cc46f9ce5a95 Description: This package contains a GUI tool for setting and publishing joint state values for a given URDF. Package: ros-kilted-joint-state-topic-hardware-interface Version: 1.1.0-1noble.20260520.083751 Architecture: arm64 Maintainer: "Marq Rasmussen" Installed-Size: 516 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-angles, ros-kilted-hardware-interface, ros-kilted-rclcpp, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Homepage: https://github.com/ros-controls/topic_based_hardware_interfaces Priority: optional Section: misc Filename: pool/main/r/ros-kilted-joint-state-topic-hardware-interface/ros-kilted-joint-state-topic-hardware-interface_1.1.0-1noble.20260520.083751_arm64.deb Size: 110458 SHA256: 979b85b0663c5ce2fc7894091e09a96d496c0735fda6bd2f21876be7f5bd1e2c SHA1: bd945efb624af8124f8f7c4ed932eadb656348f1 MD5sum: 66b5872624a001145bc68ef2765928e7 Description: ros2_control hardware interface for JointState topic based control Package: ros-kilted-joint-state-topic-hardware-interface-dbgsym Package-Type: ddeb Source: ros-kilted-joint-state-topic-hardware-interface Version: 1.1.0-1noble.20260520.083751 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Marq Rasmussen" Installed-Size: 2383 Depends: ros-kilted-joint-state-topic-hardware-interface (= 1.1.0-1noble.20260520.083751) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-joint-state-topic-hardware-interface/ros-kilted-joint-state-topic-hardware-interface-dbgsym_1.1.0-1noble.20260520.083751_arm64.deb Size: 2036024 SHA256: 1981cd94bf909fb4666dd4cfeacddc15bc419024b348b48fc314bbb7b8637347 SHA1: e1f9746ab32443db4a13b99cd9e77f637f8c0361 MD5sum: cd14a9fc30a5d82dfae8cc0d7974ada0 Description: debug symbols for ros-kilted-joint-state-topic-hardware-interface Build-Ids: 61d9e114ce6d8756072152c7a6225a04f6444bde Package: ros-kilted-joint-trajectory-controller Version: 5.15.1-1noble.20260520.081844 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 1429 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libexpected-dev, ros-kilted-angles, ros-kilted-backward-ros, ros-kilted-control-msgs, ros-kilted-control-toolbox, ros-kilted-controller-interface, ros-kilted-generate-parameter-library, ros-kilted-hardware-interface, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-rclcpp-lifecycle, ros-kilted-realtime-tools, ros-kilted-rsl, ros-kilted-trajectory-msgs, ros-kilted-urdf, ros-kilted-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-joint-trajectory-controller/ros-kilted-joint-trajectory-controller_5.15.1-1noble.20260520.081844_arm64.deb Size: 309318 SHA256: 90586b55d02185f43377bf304d1552b46afa805251ee6cf352a55ec7c29149b1 SHA1: f3e3d05add03fee0d1d91bebf3981df60c4dac87 MD5sum: ce168ecea308a04d7f80da3f0d8a268f Description: Controller for executing joint-space trajectories on a group of joints Package: ros-kilted-joint-trajectory-controller-dbgsym Package-Type: ddeb Source: ros-kilted-joint-trajectory-controller Version: 5.15.1-1noble.20260520.081844 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 5620 Depends: ros-kilted-joint-trajectory-controller (= 5.15.1-1noble.20260520.081844) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-joint-trajectory-controller/ros-kilted-joint-trajectory-controller-dbgsym_5.15.1-1noble.20260520.081844_arm64.deb Size: 4842816 SHA256: 35e4f7d4ba3a153c0cc8957e0c8ac6919559fc865b71b180b8a82cdd6e7ec3df SHA1: 996e64dc8322eeeebabc0ff92eb863c2c5cc517f MD5sum: 4d5d6281b24488efd1acb01557a5817b Description: debug symbols for ros-kilted-joint-trajectory-controller Build-Ids: 96ef09e20f4eaed9bd697f65b5cfec0dfd1ca94f Package: ros-kilted-joy Version: 3.3.0-3noble.20260519.091358 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 1318 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 (>= 13.1), ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sdl2-vendor, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-joy/ros-kilted-joy_3.3.0-3noble.20260519.091358_arm64.deb Size: 174454 SHA256: 6e0ebce37809f5c4cee0e1e7edcdb790e0b1fe44a3b9fc73eb0a31cd53bcfd50 SHA1: 2123f86e619f95944bd3f2d38408e0eb524349f2 MD5sum: b9acb351d66c912fd3b6a7504d26880a 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-kilted-joy-dbgsym Package-Type: ddeb Source: ros-kilted-joy Version: 3.3.0-3noble.20260519.091358 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 5561 Depends: ros-kilted-joy (= 3.3.0-3noble.20260519.091358) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-joy/ros-kilted-joy-dbgsym_3.3.0-3noble.20260519.091358_arm64.deb Size: 4605852 SHA256: 1f190efa2a8385434bd5222ce4596fa12512dac4f5377fe40a5778dba106b0bd SHA1: 4da5675ff74aeca4cc53a0a0d7bff8b77b0680de MD5sum: efa7eb62351af2772272dc77a9e3f9c0 Description: debug symbols for ros-kilted-joy Build-Ids: 169c04525fc677a930928fb82c64b1efe2312f30 18402240d71a2e2fb54243f98ba0ac4c7857f696 2dbe2e399331d59b6c719b4236635c22c93e29f4 92a4b2d196e85773ca40d7712abcaedc2d3d3cf8 cd29864464baa1e65433d3da55eb05283cd33271 Package: ros-kilted-joy-linux Version: 3.3.0-3noble.20260519.082140 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 559 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-diagnostic-msgs, ros-kilted-diagnostic-updater, ros-kilted-rclcpp, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-joy-linux/ros-kilted-joy-linux_3.3.0-3noble.20260519.082140_arm64.deb Size: 116288 SHA256: ed85cf75109cee088e14dc63b82abd8b0de21a1b5c7d401b97ddbd7af93b1eac SHA1: fd3db416a6f2f0d3d833d850ade9936f873ee1d8 MD5sum: 2a745961b2ba37f2e9a7e4e0a406ab4d 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-kilted-joy-linux-dbgsym Package-Type: ddeb Source: ros-kilted-joy-linux Version: 3.3.0-3noble.20260519.082140 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 2460 Depends: ros-kilted-joy-linux (= 3.3.0-3noble.20260519.082140) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-joy-linux/ros-kilted-joy-linux-dbgsym_3.3.0-3noble.20260519.082140_arm64.deb Size: 2070690 SHA256: 3bb0da63c7a4601e11b56e6c784a96bea43af6c8358189e10f372143e511830f SHA1: 66bf447cc917dbb7814bf887c1de9a5ba1e7eda3 MD5sum: 4c9d661bc5ad1e1fb44ffeed7158ed01 Description: debug symbols for ros-kilted-joy-linux Build-Ids: 51b973db8d92bffa369c0e18b877bf3c1af0ae1f Package: ros-kilted-joy-teleop Version: 2.0.0-1noble.20260519.051732 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 91 Depends: ros-kilted-control-msgs, ros-kilted-rclpy, ros-kilted-rosidl-runtime-py, ros-kilted-sensor-msgs, ros-kilted-teleop-tools-msgs, ros-kilted-trajectory-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-joy-teleop/ros-kilted-joy-teleop_2.0.0-1noble.20260519.051732_arm64.deb Size: 22072 SHA256: de4f5fe6f538c2d401231d0ca1d0d644cf86e8040b5500bf6a5af5743da5f320 SHA1: 5a97cb17a870467952b1a1520cf7ba6610c521fa MD5sum: 3d3bb05dee2c497bc082deef1e6b66f8 Description: A (to be) generic joystick interface to control a robot Package: ros-kilted-joy-tester Version: 0.0.2-4noble.20260519.082729 Architecture: arm64 Maintainer: Josh Newans Installed-Size: 44 Depends: python3-tk, ros-kilted-rclpy, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-joy-tester/ros-kilted-joy-tester_0.0.2-4noble.20260519.082729_arm64.deb Size: 7490 SHA256: 5419276df704f04e83394df4df46f3cde57008508354b8d19d4b104cbb9b844f SHA1: 621e9e85ae42596c16a9b34ff3a26f2059d8c7b7 MD5sum: 687b59c32024fb2ae6714ec9349428bb Description: Simple GUI tool for testing joysticks/gamepads Package: ros-kilted-jrl-cmakemodules Version: 1.1.2-1noble.20260410.172925 Architecture: arm64 Maintainer: Guilhem Saurel Installed-Size: 24647 Depends: doxygen, pkg-config, ros-kilted-ros-workspace Homepage: https://github.com/jrl-umi3218/jrl-cmakemodules Priority: optional Section: misc Filename: pool/main/r/ros-kilted-jrl-cmakemodules/ros-kilted-jrl-cmakemodules_1.1.2-1noble.20260410.172925_arm64.deb Size: 2218412 SHA256: b3ec55877426cce8a160327de0e32def7ecbe7614f0cf64deda3aac001591975 SHA1: a8280cebc83396cafdb676fb89113c1dfe56a508 MD5sum: e0a4991f7b77eeb44d313d1fc7ee2ee1 Description: CMake utility toolbox Package: ros-kilted-kartech-linear-actuator-msgs Version: 4.0.0-4noble.20260519.022740 Architecture: arm64 Maintainer: AutonomouStuff Software Team Installed-Size: 3789 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/kartech_linear_actuator_msgs Priority: optional Section: misc Filename: pool/main/r/ros-kilted-kartech-linear-actuator-msgs/ros-kilted-kartech-linear-actuator-msgs_4.0.0-4noble.20260519.022740_arm64.deb Size: 211794 SHA256: 0a9102c8a60c8f54294db9bf79387bec2d008f7a676a1da4aae638acdd62bd98 SHA1: 4ac71c98e0ab92c8c21cecf3a41fa94c0ae172db MD5sum: b0ac7bbb05097637f6e37282855c02a0 Description: The kartech_linear_actuator_msgs package Package: ros-kilted-kartech-linear-actuator-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-kartech-linear-actuator-msgs Version: 4.0.0-4noble.20260519.022740 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: AutonomouStuff Software Team Installed-Size: 2579 Depends: ros-kilted-kartech-linear-actuator-msgs (= 4.0.0-4noble.20260519.022740) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-kartech-linear-actuator-msgs/ros-kilted-kartech-linear-actuator-msgs-dbgsym_4.0.0-4noble.20260519.022740_arm64.deb Size: 1888378 SHA256: ba0a36a754326e44bdb2499d6406b4e599c8e5b509f49382419f39404edf8729 SHA1: 551070eba3a9b04611afee170c2b1373dc3d4dee MD5sum: 27d6b228728f1d196d7cab98083d7dcc Description: debug symbols for ros-kilted-kartech-linear-actuator-msgs Build-Ids: 1a84f56c9dc74f28b7031a26cd348609ae1736cb 389492decfe3fb2714798d9c19e0dae70bc942db 52f18481997eadc3dbbf16135aa5163a86d52831 78a19c663e082a92e55e1ad24ef8a956746f4f0b 8654946e930d1ce7ddf993277b8fe512f197fcd4 a7df56abe14bd7deff2f954adf7e3cb9818bccee aea457f0272c236cb43d7ba15d158c656cbf4bb8 c62ca7439251e8479761e97806de25df4bbcff9e d6d29847a7b7135e3d301f2f14360a96a04d7102 d935a484bc1219ef4525f7bf6023f370c6953989 e5c73edfee11a58074401c135a27426ce32448ea Package: ros-kilted-kdl-parser Version: 2.12.1-2noble.20260519.042329 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 132 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-kilted-orocos-kdl-vendor, ros-kilted-rcutils, ros-kilted-urdf, ros-kilted-urdfdom-headers, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-kdl-parser/ros-kilted-kdl-parser_2.12.1-2noble.20260519.042329_arm64.deb Size: 20294 SHA256: ce42fb9db770b499d0d9e997a75b8aca08a8528499f80ab50d0122f825e54d1e SHA1: f105d1d3f636ba2e3932701defbef88c1af3ea2f MD5sum: 6e0416fea763edb07c8438b11eb533df 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-kilted-kdl-parser-dbgsym Package-Type: ddeb Source: ros-kilted-kdl-parser Version: 2.12.1-2noble.20260519.042329 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 186 Depends: ros-kilted-kdl-parser (= 2.12.1-2noble.20260519.042329) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-kdl-parser/ros-kilted-kdl-parser-dbgsym_2.12.1-2noble.20260519.042329_arm64.deb Size: 166644 SHA256: e13c76caa79a9997a99b46ea0ce37668aa7bc88a427364fdf9e4033773e26e7c SHA1: 3fe8e46115a8da85086dc434cd750d6c346e4319 MD5sum: 3134c22bc9391b87035a5925532c3390 Description: debug symbols for ros-kilted-kdl-parser Build-Ids: 30a0526d252f611fd7843647eadd89963b67a668 Package: ros-kilted-key-teleop Version: 2.0.0-1noble.20260519.134000 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 53 Depends: ros-kilted-geometry-msgs, ros-kilted-rclpy, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-key-teleop/ros-kilted-key-teleop_2.0.0-1noble.20260519.134000_arm64.deb Size: 11924 SHA256: e7a2681d6c53307bb3a5ef02ae3156859877b9ae087302f7b4ec4759d4aa0ca3 SHA1: 4cbc2474b25e1cce0b2c910f363e2ab5e6ac0d49 MD5sum: 8a5b812a6c8faaddc164adadb03decba Description: A text-based interface to send a robot movement commands. Package: ros-kilted-keyboard-handler Version: 0.4.0-2noble.20260410.150632 Architecture: arm64 Maintainer: michael Installed-Size: 154 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-keyboard-handler/ros-kilted-keyboard-handler_0.4.0-2noble.20260410.150632_arm64.deb Size: 31920 SHA256: 98be8a1ece3fb8c76d14037756ae67f01c41cc2371e9a2ba64435508b462c2fd SHA1: 312e31d4ed37b4058ee6e048ccbcd478f0c0dee9 MD5sum: f82df31356b48e873f377cdd17fab9ad Description: Handler for input from keyboard Package: ros-kilted-keyboard-handler-dbgsym Package-Type: ddeb Source: ros-kilted-keyboard-handler Version: 0.4.0-2noble.20260410.150632 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: michael Installed-Size: 245 Depends: ros-kilted-keyboard-handler (= 0.4.0-2noble.20260410.150632) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-keyboard-handler/ros-kilted-keyboard-handler-dbgsym_0.4.0-2noble.20260410.150632_arm64.deb Size: 210498 SHA256: d5530dafbad6d5063cd3c30e2fb05dcbd8a94b5b96f7485eec3073a23c56ffde SHA1: 97a73aa2285bf9a0bcb210667d3636dc198a8b69 MD5sum: 67499cfccf73533f5233fa7f97892ba2 Description: debug symbols for ros-kilted-keyboard-handler Build-Ids: ec1f82213be4e054b67e4f1f20a60b388be67d34 Package: ros-kilted-kinematic-pose-msgs Version: 1.0.0-1noble.20260519.031408 Architecture: arm64 Maintainer: Leonardo F. dos Santos <44267124+qleonardolp@users.noreply.github.com> Installed-Size: 1016 Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-kinematic-pose-msgs/ros-kilted-kinematic-pose-msgs_1.0.0-1noble.20260519.031408_arm64.deb Size: 44228 SHA256: a0d8ce3b9865d579951992db1b975a18393a170f0aa6983cf33ce7891cad29a6 SHA1: 351000d1c4c75929ab1ba4c2e56cb9597d7af6b4 MD5sum: b727bcfc2d2e4d3c18f5caf7144a6414 Description: A package containing the Kinematic Pose message, for dynamic pose tracking. Package: ros-kilted-kinematic-pose-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-kinematic-pose-msgs Version: 1.0.0-1noble.20260519.031408 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Leonardo F. dos Santos <44267124+qleonardolp@users.noreply.github.com> Installed-Size: 282 Depends: ros-kilted-kinematic-pose-msgs (= 1.0.0-1noble.20260519.031408) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-kinematic-pose-msgs/ros-kilted-kinematic-pose-msgs-dbgsym_1.0.0-1noble.20260519.031408_arm64.deb Size: 171032 SHA256: d7805098b97ce8627b5f2a2edcbfec7b86233852f04d79e494af4c4531b651f8 SHA1: 98a89a0c144d5640c5cb99a2e0d7318e070139eb MD5sum: 924d5c8d017ebd88f3b0bb7a42d6e5a0 Description: debug symbols for ros-kilted-kinematic-pose-msgs Build-Ids: 18eb2caeab22281a1934abf3095961ab25e427e3 51fac69ce0c97d799feed4b91d207128cf0fdcce 5269b308e4d1e90f4d1ae5689f24791c3f60d223 753298f1d924accdbc53fa67138c954f74e4a3f2 7a23befa51dab814e7862031f48c9846ea29895f 8276464d8a86885e987efa97417000ec04694b97 9612490c074b4026c04796ff66513f7fc8a1cfbd a244b3e80cd86042af80fed7795f88c6ec87979e b947a5aeb943873a07b35b6630e201a4a93d6ef1 c578e33c94fb23748cefa0ff1a4d5b0eea6497af de81f85f7e7b2b0d75bc0d48aa1219ed0da525fd Package: ros-kilted-kinematics-interface Version: 2.4.2-1noble.20260519.111302 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 135 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, ros-kilted-backward-ros, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-kinematics-interface/ros-kilted-kinematics-interface_2.4.2-1noble.20260519.111302_arm64.deb Size: 16774 SHA256: 8e5b046ac3de9e7f25a72190f4f82050453cdca56ef8cabaef074d01e95290ac SHA1: 38e2db502b428d36d3c46380184ae855180b63af MD5sum: de7a1a9518368a6e62f14186eaaef9dc Description: Kinematics interface for ROS 2 control Package: ros-kilted-kinematics-interface-dbgsym Package-Type: ddeb Source: ros-kilted-kinematics-interface Version: 2.4.2-1noble.20260519.111302 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 181 Depends: ros-kilted-kinematics-interface (= 2.4.2-1noble.20260519.111302) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-kinematics-interface/ros-kilted-kinematics-interface-dbgsym_2.4.2-1noble.20260519.111302_arm64.deb Size: 164390 SHA256: 2e6017d0664667857cff6dcf87e9efdd1a9082af69e2d60bc7d701b9b220b970 SHA1: f04441b182f6ec3dfb9ffd52803d71b604aa9c37 MD5sum: 0e7f5d89ba7142ff20bcc61d7708cd9f Description: debug symbols for ros-kilted-kinematics-interface Build-Ids: 59bc18450d9b5152709a5c060030b57fd1bc9976 Package: ros-kilted-kinematics-interface-kdl Version: 2.4.2-1noble.20260519.112852 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 202 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libeigen3-dev, ros-kilted-backward-ros, ros-kilted-kdl-parser, ros-kilted-kinematics-interface, ros-kilted-pluginlib, ros-kilted-tf2-eigen-kdl, ros-kilted-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-kinematics-interface-kdl/ros-kilted-kinematics-interface-kdl_2.4.2-1noble.20260519.112852_arm64.deb Size: 50188 SHA256: 987c4c221fd2528f64ca0acb79118c4d68036fdfd7a33aaf4cb7b5a6c720e0fd SHA1: dd0a7d40dd0397ae7e7444bb23e830b7bf97d073 MD5sum: 9aff4fea111d5102442f6c0878dd8654 Description: KDL implementation of ros2_control kinematics interface Package: ros-kilted-kinematics-interface-kdl-dbgsym Package-Type: ddeb Source: ros-kilted-kinematics-interface-kdl Version: 2.4.2-1noble.20260519.112852 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 1866 Depends: ros-kilted-kinematics-interface-kdl (= 2.4.2-1noble.20260519.112852) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-kinematics-interface-kdl/ros-kilted-kinematics-interface-kdl-dbgsym_2.4.2-1noble.20260519.112852_arm64.deb Size: 1840162 SHA256: 4339231b3ed96c767bcf8d97ad2477be072028dd5dd846363fb628cd56153731 SHA1: 416dc2352e431aaa7c7473baaf34dbc77cd0c6c4 MD5sum: 47ce766d11a3a49ac10ab71382fce01c Description: debug symbols for ros-kilted-kinematics-interface-kdl Build-Ids: 40bbfaf61908c90bdb82659552493656830b0763 Package: ros-kilted-kinematics-interface-pinocchio Version: 2.4.2-1noble.20260519.113242 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 394 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-pinocchio, ros-kilted-urdfdom, libeigen3-dev, ros-kilted-eigen3-cmake-module, ros-kilted-kinematics-interface, ros-kilted-pluginlib, ros-kilted-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-kinematics-interface-pinocchio/ros-kilted-kinematics-interface-pinocchio_2.4.2-1noble.20260519.113242_arm64.deb Size: 98566 SHA256: 5ae05fd49e56932f9cf9cd8874314f665c0eb82fe0b2f7c3dd678fee972e0597 SHA1: e0069c9ad2357ef3c8a4945963fbebc4ba08dcb2 MD5sum: 001a38417073ae65dc897683b6411a88 Description: Pinocchio-based implementation of ros2_control kinematics interface Package: ros-kilted-kinematics-interface-pinocchio-dbgsym Package-Type: ddeb Source: ros-kilted-kinematics-interface-pinocchio Version: 2.4.2-1noble.20260519.113242 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 9467 Depends: ros-kilted-kinematics-interface-pinocchio (= 2.4.2-1noble.20260519.113242) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-kinematics-interface-pinocchio/ros-kilted-kinematics-interface-pinocchio-dbgsym_2.4.2-1noble.20260519.113242_arm64.deb Size: 9328590 SHA256: ae3866d1e382d540b026a6b398ac8be21bfca9f9ddd3129e72449e36fe6e171c SHA1: 212ad3e8ee407b49034fdbabc224ba50df4e17e2 MD5sum: bab60320b7a7625ccbdf5058307b2305 Description: debug symbols for ros-kilted-kinematics-interface-pinocchio Build-Ids: 01e21291f2667004ee631ee2ec8e71d0fa0c2ac9 Package: ros-kilted-kitti-metrics-eval Version: 2.8.0-1noble.20260518.223003 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 209 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mrpt-libbase, ros-kilted-mrpt-libmath, ros-kilted-mrpt-libposes, ros-kilted-mola-common, ros-kilted-mrpt-libtclap, ros-kilted-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/kitti_metrics_eval Priority: optional Section: misc Filename: pool/main/r/ros-kilted-kitti-metrics-eval/ros-kilted-kitti-metrics-eval_2.8.0-1noble.20260518.223003_arm64.deb Size: 59530 SHA256: 7ce353cd35d58381e89b0d382c8df339ad7fdfe3a06daf895eb15daa227801ed SHA1: e024bf209aedde53cc335804ac524a8df3c7ab80 MD5sum: 0aed51c04963e460f828a9451a347f50 Description: CLI tool to evaluate the KITTI odometry bechmark metrics to trajectory files Package: ros-kilted-kitti-metrics-eval-dbgsym Package-Type: ddeb Source: ros-kilted-kitti-metrics-eval Version: 2.8.0-1noble.20260518.223003 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 641 Depends: ros-kilted-kitti-metrics-eval (= 2.8.0-1noble.20260518.223003) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-kitti-metrics-eval/ros-kilted-kitti-metrics-eval-dbgsym_2.8.0-1noble.20260518.223003_arm64.deb Size: 589006 SHA256: fedf8984f40a8dcf154fdbff3a17671a6b1d0fbf200b697315c4a84fa6adef08 SHA1: ea4d2e87a9ec4dcb38f7ed36b8ebaa11cd90bc84 MD5sum: 1df023abd1315f784affb1690b378595 Description: debug symbols for ros-kilted-kitti-metrics-eval Build-Ids: 4042c3f83981a1256c90606ae7c06a2f34567576 Package: ros-kilted-kobuki-ros-interfaces Version: 1.0.0-5noble.20260519.023215 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 4355 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-action-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-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-kilted-kobuki-ros-interfaces/ros-kilted-kobuki-ros-interfaces_1.0.0-5noble.20260519.023215_arm64.deb Size: 273240 SHA256: 5b710fb49c5b512a34142e910431e5184507eb4b1e9df3943f016bb002246f15 SHA1: 9301db412a8365ae6277a6134151ede92ea60a1c MD5sum: 107413dcf3d779213af3973c680137c9 Description: ROS2 message, service and action interfaces for the Kobuki. Package: ros-kilted-kobuki-ros-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-kobuki-ros-interfaces Version: 1.0.0-5noble.20260519.023215 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 2837 Depends: ros-kilted-kobuki-ros-interfaces (= 1.0.0-5noble.20260519.023215) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-kobuki-ros-interfaces/ros-kilted-kobuki-ros-interfaces-dbgsym_1.0.0-5noble.20260519.023215_arm64.deb Size: 2069406 SHA256: c01105ffdc383f39200830cb211574a62948e4f8993b236f57a724d0527508fc SHA1: a4c4d7daddead0b77d2e765d67cfe7262323b41b MD5sum: 5680f4aab06ed20d639394f3e97a1153 Description: debug symbols for ros-kilted-kobuki-ros-interfaces Build-Ids: 04178602cd3ea1a7622b67d4cf34fcc7f81774d5 11da0925e00b2ed150e583f1bce52c705f4fa0a7 4791125425630f5e83b1fe442f839f048c22d97e 81d0de4c3bee6f202c467e6b01fb9a88583cad16 a4809c35c712bfd115ce83ebf1734d11391715da c1a327d8a768253aa81e8fa8964d5405e3c133be c44915572a6890f60d132d1d203a7bbb1e74ab15 c86e9e6ce032181b431465d61e7d93a7513bf6b5 ee75ad623a8522708ee476e573506f0c34bc092c f55c7f55c24b231ae60ee07145b1fc4b48b53da8 f5745b1127a2e7b66ff66b2112e9a565aa4992b5 Package: ros-kilted-kobuki-velocity-smoother Version: 0.15.1-1noble.20260519.050858 Architecture: arm64 Maintainer: Jihoon Lee Installed-Size: 835 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-rcl-interfaces, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/kobuki_velocity_smoother/github-kobuki-base-velocity_smoother/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-kobuki-velocity-smoother/ros-kilted-kobuki-velocity-smoother_0.15.1-1noble.20260519.050858_arm64.deb Size: 136668 SHA256: 4b5f975cbb1507c89eb0e409ae793a00e7f2af4d92c499514e0caae3ab9def4c SHA1: 920e2e25bc0b5a2a931d24b67af841763d896322 MD5sum: 73f4b3c49b44665c865e4efb0a616b8c Description: Bound incoming velocity messages according to robot velocity and acceleration limits. Package: ros-kilted-kobuki-velocity-smoother-dbgsym Package-Type: ddeb Source: ros-kilted-kobuki-velocity-smoother Version: 0.15.1-1noble.20260519.050858 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jihoon Lee Installed-Size: 3302 Depends: ros-kilted-kobuki-velocity-smoother (= 0.15.1-1noble.20260519.050858) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-kobuki-velocity-smoother/ros-kilted-kobuki-velocity-smoother-dbgsym_0.15.1-1noble.20260519.050858_arm64.deb Size: 2724640 SHA256: 3cb45db6bd59581983fda745f28115bc2be6efe8320bb870a825eed115ceb5e1 SHA1: 3dc5e449ff6267ebec07c809de7bafe4a2655fa6 MD5sum: fa2448ca68920b648be9c5b9876118fc Description: debug symbols for ros-kilted-kobuki-velocity-smoother Build-Ids: 0f2e2788b7190dca37125b21eba0dc5179ad9b4d ad83f03ccd1432efd284aa1043979d4c5f0c41c7 Package: ros-kilted-kompass Version: 0.5.0-1noble.20260519.094852 Architecture: arm64 Maintainer: Automatika Robotics Installed-Size: 822 Depends: python3-pykdl, ros-kilted-automatika-ros-sugar, ros-kilted-kompass-interfaces, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/kompass/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-kompass/ros-kilted-kompass_0.5.0-1noble.20260519.094852_arm64.deb Size: 173780 SHA256: 65e0913604fe11040a1c6c02552d40a92935ed2440ba256788f133b50aa73abf SHA1: 9513b6b3cb818b7b38516d181b058dcceaf92346 MD5sum: c47ebfbfdf7559771fd63c1109ae3f2b Description: Kompass: Event-driven navigation system Package: ros-kilted-kompass-interfaces Version: 0.5.0-1noble.20260519.030321 Architecture: arm64 Maintainer: Automatika Robotics Installed-Size: 15736 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-action-msgs, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/kompass_interfaces/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-kompass-interfaces/ros-kilted-kompass-interfaces_0.5.0-1noble.20260519.030321_arm64.deb Size: 822706 SHA256: 764e68e4e5e07b096bfbe50a5462c95c007aba288131eb83f959cdc2a9578554 SHA1: 5291b150599db446ead69c4f3f9fcea23b682527 MD5sum: b44be167ec3f520698e121f68be5296a Description: ROS2 Interfaces for Kompass Package: ros-kilted-kompass-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-kompass-interfaces Version: 0.5.0-1noble.20260519.030321 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Automatika Robotics Installed-Size: 9202 Depends: ros-kilted-kompass-interfaces (= 0.5.0-1noble.20260519.030321) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-kompass-interfaces/ros-kilted-kompass-interfaces-dbgsym_0.5.0-1noble.20260519.030321_arm64.deb Size: 6551358 SHA256: e0b3f5d593d2f0b8c05c74976cd681492fae48fff1992a9b18f3c0779eb87ab7 SHA1: 6cd543447ec549e3b918ad307098110763b5fa91 MD5sum: 25d98ac1b629390ac11601f759c16dd6 Description: debug symbols for ros-kilted-kompass-interfaces Build-Ids: 01490a8bf337a6bf487f48dbd0c3e458faa91a50 033d3a2671aaed1d2875b024fdc46a5c42567f80 4402d290e04b78b0d6f9f435e86ed39cb575c027 48ac30ba2c607c7d93459bff75fe0ff14d57c19e 4aabfa5b194ef1aa5258fc37447b465e48a717ed 677947c0879c6ed76dc1a3d8445bb94b97c11b16 7b88b861271d718b5e425703e9b54017756dbb17 8c12443e4fb8f31e1d77a6d240456663120705e7 bfa1f2ecaddcac1055580d2c9cec53687e630213 c8adc3720d7cc37603897ae406141a218fb231e2 e68e32ebff4226d335ebf58114dc261f9d471544 Package: ros-kilted-lanelet2 Version: 1.2.1-7noble.20260519.165241 Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 42 Depends: ros-kilted-lanelet2-core, ros-kilted-lanelet2-examples, ros-kilted-lanelet2-io, ros-kilted-lanelet2-maps, ros-kilted-lanelet2-matching, ros-kilted-lanelet2-projection, ros-kilted-lanelet2-python, ros-kilted-lanelet2-routing, ros-kilted-lanelet2-traffic-rules, ros-kilted-lanelet2-validation, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lanelet2/ros-kilted-lanelet2_1.2.1-7noble.20260519.165241_arm64.deb Size: 5698 SHA256: 0d4c52a8a909faf90e3e7d7af789d97504be5ca5b4603389a61532d1e35831e0 SHA1: 26e96ceec65bedad489916dc3e84c0caed9d3b5b MD5sum: 9f360948a80af1f999f74dc882959b71 Description: Meta-package for lanelet2 Package: ros-kilted-lanelet2-core Version: 1.2.1-7noble.20260410.173527 Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 1763 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-all-dev, libeigen3-dev, ros-kilted-mrt-cmake-modules, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lanelet2-core/ros-kilted-lanelet2-core_1.2.1-7noble.20260410.173527_arm64.deb Size: 414760 SHA256: 9a8c19a91a91a0aec2c3ae4da3d1d356fa25e211cdac4cd4af77f846c4a80d1d SHA1: 9973d788bfcb0146f0493996156f283b85a637b3 MD5sum: b8deef63751b26d6e46113e56dbfbc48 Description: Lanelet2 core module Package: ros-kilted-lanelet2-core-dbgsym Package-Type: ddeb Source: ros-kilted-lanelet2-core Version: 1.2.1-7noble.20260410.173527 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 12503 Depends: ros-kilted-lanelet2-core (= 1.2.1-7noble.20260410.173527) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lanelet2-core/ros-kilted-lanelet2-core-dbgsym_1.2.1-7noble.20260410.173527_arm64.deb Size: 11674424 SHA256: 38056ea5869c52763745284ead0158dd45eaddf35628c540eb35ec1958d876b9 SHA1: 754d6cd39b3449d84630ba3d87fa2b1112bdb348 MD5sum: d36d96dc1ccfee5449fd280db650e0b3 Description: debug symbols for ros-kilted-lanelet2-core Build-Ids: e1a5e4f6f4cb9b9eb73225466053dfb88ec8949c Package: ros-kilted-lanelet2-examples Version: 1.2.1-7noble.20260519.152248 Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 615 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-lanelet2-core, ros-kilted-lanelet2-io, ros-kilted-lanelet2-matching, ros-kilted-lanelet2-projection, ros-kilted-lanelet2-routing, ros-kilted-lanelet2-traffic-rules, ros-kilted-lanelet2-python, ros-kilted-mrt-cmake-modules, ros-kilted-ros2cli, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lanelet2-examples/ros-kilted-lanelet2-examples_1.2.1-7noble.20260519.152248_arm64.deb Size: 97280 SHA256: aebb529a3c1e9a2d7e51a5ef8efb731340197c04cd1fe6ca8a425445bdbec982 SHA1: 1140dbd95da91687f4eacff310b23cc920cfb189 MD5sum: f9747f6c8e112299a5c067ec80586bac Description: Examples for working with Lanelet2 Package: ros-kilted-lanelet2-examples-dbgsym Package-Type: ddeb Source: ros-kilted-lanelet2-examples Version: 1.2.1-7noble.20260519.152248 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 5384 Depends: ros-kilted-lanelet2-examples (= 1.2.1-7noble.20260519.152248) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lanelet2-examples/ros-kilted-lanelet2-examples-dbgsym_1.2.1-7noble.20260519.152248_arm64.deb Size: 5184852 SHA256: 636df36e8a4d3fe8ee50559896355467667b64208fb61c6104e43eae9bc186bf SHA1: 6b4bd7e30514241002a70139246af7828b2a9f7e MD5sum: b5aa454c8ca3db6948e6a9a7525e843b Description: debug symbols for ros-kilted-lanelet2-examples Build-Ids: 0a260ac43ee1411e2f6070302c5f72401a48b63b 0ec8d586d9214a7fba137e024394f2d43832efbc 3a357917f2c728990df2eaf6f7dcdefba53b133f 7abef8795e66c4805d851efc0d90219a2c521e58 a5289849f0708346ac42773de1b2def1a3b0106d bb296b2cad09d5de6f7ee9f96785bf587c9ce95d d33278a852e066a892d3d54a0f5b848f3570003f Package: ros-kilted-lanelet2-io Version: 1.2.1-7noble.20260410.174611 Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 1033 Depends: libboost-filesystem1.83.0 (>= 1.83.0), libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpugixml1v5 (>= 1.7), libstdc++6 (>= 13.1), ros-kilted-lanelet2-core, libboost-all-dev, libpugixml-dev, ros-kilted-mrt-cmake-modules, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lanelet2-io/ros-kilted-lanelet2-io_1.2.1-7noble.20260410.174611_arm64.deb Size: 235198 SHA256: 8971b86a504e3abf16dc393b3d4af1a0ffc0750e648fce3b5a7771c1ac2dc193 SHA1: 6e885152ce8033babe86a36db2117303ea45b8ff MD5sum: 85ede416b6ff4b0651551db0a6903b8c Description: Parser/Writer module for lanelet2 Package: ros-kilted-lanelet2-io-dbgsym Package-Type: ddeb Source: ros-kilted-lanelet2-io Version: 1.2.1-7noble.20260410.174611 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 5493 Depends: ros-kilted-lanelet2-io (= 1.2.1-7noble.20260410.174611) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lanelet2-io/ros-kilted-lanelet2-io-dbgsym_1.2.1-7noble.20260410.174611_arm64.deb Size: 4706700 SHA256: fac473d260ba4dab351436ab2167bec80bfb5ac502ff06946f85dd7b65b35857 SHA1: 3d8a0ac34c98895124811edb12a4b2e21d111276 MD5sum: 12b542c9a286b4fc092e501c16315127 Description: debug symbols for ros-kilted-lanelet2-io Build-Ids: 35e3f97caaa6bee5947136662a2b2a8bfb4ff6c1 Package: ros-kilted-lanelet2-maps Version: 1.2.1-7noble.20260410.174635 Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 787 Depends: ros-kilted-lanelet2-core, ros-kilted-mrt-cmake-modules, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lanelet2-maps/ros-kilted-lanelet2-maps_1.2.1-7noble.20260410.174635_arm64.deb Size: 68042 SHA256: 5f0beefe0eceb6816c3eeb336ebf88b9f6a504d72cbae5b7db0b7ce6af4fab8b SHA1: cdbe4b2971a87f078b2241ab2d70b36f362c071a MD5sum: a1a64fd7245fb95e45ad39c19afeb72f Description: Example maps in the lanelet2-format Package: ros-kilted-lanelet2-matching Version: 1.2.1-7noble.20260410.175323 Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 286 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-lanelet2-core, ros-kilted-lanelet2-traffic-rules, ros-kilted-mrt-cmake-modules, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lanelet2-matching/ros-kilted-lanelet2-matching_1.2.1-7noble.20260410.175323_arm64.deb Size: 74858 SHA256: 0ca4a2be3dadd673f5a350c4605471997a0ece4e2ad1a3dd12e267a2da726c81 SHA1: 0b12f36b2d18e432bb5d054c8b58ba66ffc64fd9 MD5sum: c0c5b07bf8b80369d1695dd47be6108b Description: Library to match objects to lanelets Package: ros-kilted-lanelet2-matching-dbgsym Package-Type: ddeb Source: ros-kilted-lanelet2-matching Version: 1.2.1-7noble.20260410.175323 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 2256 Depends: ros-kilted-lanelet2-matching (= 1.2.1-7noble.20260410.175323) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lanelet2-matching/ros-kilted-lanelet2-matching-dbgsym_1.2.1-7noble.20260410.175323_arm64.deb Size: 2185538 SHA256: cb3220982000caa7adeb4b9ef356fc179e975b7e7ae0874efd444453629132b3 SHA1: 5241f115006d64cc4d7c4f145d8133f196776ff0 MD5sum: 71edb1f48566ee1ea7cd042f464a6713 Description: debug symbols for ros-kilted-lanelet2-matching Build-Ids: b3557565160a03ae9e043dd7e1247cda5a0472ef Package: ros-kilted-lanelet2-projection Version: 1.2.1-7noble.20260410.175410 Architecture: arm64 Maintainer: Jan-Hendrik Pauls Installed-Size: 149 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libgeographiclib26 (>= 1.40), libstdc++6 (>= 5.2), libgeographiclib-dev, ros-kilted-lanelet2-io, ros-kilted-mrt-cmake-modules, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lanelet2-projection/ros-kilted-lanelet2-projection_1.2.1-7noble.20260410.175410_arm64.deb Size: 19466 SHA256: e1b4fa1f3b668cbb85c50166d05dfe550abf1cb0efbb4c05b7217c69381c0384 SHA1: 89a454eb25cb1049eb54720e437457dea721a80d MD5sum: 8f5dd0e5f0f12fdd700d5eb7e3f20e0d Description: Lanelet2 projection library for lat/lon to local x/y conversion Package: ros-kilted-lanelet2-projection-dbgsym Package-Type: ddeb Source: ros-kilted-lanelet2-projection Version: 1.2.1-7noble.20260410.175410 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jan-Hendrik Pauls Installed-Size: 174 Depends: ros-kilted-lanelet2-projection (= 1.2.1-7noble.20260410.175410) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lanelet2-projection/ros-kilted-lanelet2-projection-dbgsym_1.2.1-7noble.20260410.175410_arm64.deb Size: 149450 SHA256: 452c1def28c699d8969914fb123eccc40ecf4221d7462562febae859367c50d6 SHA1: eb16d50ccfd954772170811f5d63d9f543d9b3b4 MD5sum: c679362efcbf148faa7a16dadcf5c08d Description: debug symbols for ros-kilted-lanelet2-projection Build-Ids: 1e2bf8dffb3af516c34b5b4d0b31c0c6c846ef11 Package: ros-kilted-lanelet2-python Version: 1.2.1-7noble.20260410.180419 Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 6486 Depends: libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py312, libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-kilted-lanelet2-core, ros-kilted-lanelet2-io, ros-kilted-lanelet2-matching, ros-kilted-lanelet2-projection, ros-kilted-lanelet2-routing, ros-kilted-lanelet2-traffic-rules, libboost-python-dev, ros-kilted-mrt-cmake-modules, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lanelet2-python/ros-kilted-lanelet2-python_1.2.1-7noble.20260410.180419_arm64.deb Size: 1065216 SHA256: 567f4787ec15242ff4144804fa7cf2bd9ee3bbd86e651845f2938b4fbe5c969e SHA1: 48bae65a93458b3fd55c463e28d5071937d97d1c MD5sum: d66062ff5c0e4d6ade5aa8583fd13d48 Description: Python bindings for lanelet2 Package: ros-kilted-lanelet2-python-dbgsym Package-Type: ddeb Source: ros-kilted-lanelet2-python Version: 1.2.1-7noble.20260410.180419 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 28327 Depends: ros-kilted-lanelet2-python (= 1.2.1-7noble.20260410.180419) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lanelet2-python/ros-kilted-lanelet2-python-dbgsym_1.2.1-7noble.20260410.180419_arm64.deb Size: 22701450 SHA256: 9c1624714b57cff95332e59558a96a0948aede6b622954200a3cfd9ed152ba88 SHA1: e95efb5b8d31e496048c7776de15343255589d24 MD5sum: ec945bd81d72ebaddd5c8f4ba06f5cf1 Description: debug symbols for ros-kilted-lanelet2-python Build-Ids: 00d8e570367b6f226082ad57da51d870d983e2d0 1d307d9c1a484b3f81974796bbbd68d1c8c16e14 2238ee86da0ab1d236865879db85261b6660dd5d 5018e54dcd1973b12d216615a7f27242a1b44231 74c76b03338a802f9327386bda880e6725791362 b7b182f2e96e201c9fa5bbd7b2b2bc041b6764ed b9c5c010ee1e0b2061d2a1b5322b5d9d3a1b4ae6 Package: ros-kilted-lanelet2-routing Version: 1.2.1-7noble.20260410.175420 Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 774 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-lanelet2-core, libboost-all-dev, ros-kilted-lanelet2-traffic-rules, ros-kilted-mrt-cmake-modules, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lanelet2-routing/ros-kilted-lanelet2-routing_1.2.1-7noble.20260410.175420_arm64.deb Size: 252712 SHA256: 34c037032ede6cf433525e4d775a449df91c3e03b23e158153ef50147b6faceb SHA1: e0dd345aac4f7b4a04be24d38930b9419536ec3f MD5sum: 89a26ead6ba7188bf52471b682f5f90d Description: Routing module for lanelet2 Package: ros-kilted-lanelet2-routing-dbgsym Package-Type: ddeb Source: ros-kilted-lanelet2-routing Version: 1.2.1-7noble.20260410.175420 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 6228 Depends: ros-kilted-lanelet2-routing (= 1.2.1-7noble.20260410.175420) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lanelet2-routing/ros-kilted-lanelet2-routing-dbgsym_1.2.1-7noble.20260410.175420_arm64.deb Size: 5919178 SHA256: 942e397c11283d917f3ea9e862edf00e341e235406a4b83d8fffd456dbd694c0 SHA1: 9d335404bb33fb750782bd211d100e9bb04c1d0c MD5sum: 1d7f955eb55295fc81aafe1923382e5b Description: debug symbols for ros-kilted-lanelet2-routing Build-Ids: ba517a15c3b36e5625e7006426e7258ae35b268d Package: ros-kilted-lanelet2-traffic-rules Version: 1.2.1-7noble.20260410.174647 Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 224 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-lanelet2-core, ros-kilted-mrt-cmake-modules, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lanelet2-traffic-rules/ros-kilted-lanelet2-traffic-rules_1.2.1-7noble.20260410.174647_arm64.deb Size: 54116 SHA256: 12a459338aae0ecaa8129a1850dbb663d17bd8362239d264301e6b53139336c7 SHA1: d3ac67950628ca417128baf13de605fa0249b56b MD5sum: 022f3682ce649e13dd620aa430747cef Description: Package for interpreting traffic rules in a lanelet map Package: ros-kilted-lanelet2-traffic-rules-dbgsym Package-Type: ddeb Source: ros-kilted-lanelet2-traffic-rules Version: 1.2.1-7noble.20260410.174647 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 1341 Depends: ros-kilted-lanelet2-traffic-rules (= 1.2.1-7noble.20260410.174647) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lanelet2-traffic-rules/ros-kilted-lanelet2-traffic-rules-dbgsym_1.2.1-7noble.20260410.174647_arm64.deb Size: 1286312 SHA256: 82782021f730abbffa3562db3b91dd5de672911d073ae8346fa1495790658f25 SHA1: 50b851a40471bb0f1aad220bee0852602af3a519 MD5sum: 9de8ffdd96b7469b73c3eb4d0a5759e7 Description: debug symbols for ros-kilted-lanelet2-traffic-rules Build-Ids: eb1a98ea19c75602f2ef752c42bdd7c9b8bfa341 Package: ros-kilted-lanelet2-validation Version: 1.2.1-7noble.20260410.180630 Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 494 Depends: libboost-program-options1.83.0 (>= 1.83.0), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-lanelet2-core, ros-kilted-lanelet2-io, ros-kilted-lanelet2-projection, ros-kilted-lanelet2-routing, ros-kilted-lanelet2-traffic-rules, ros-kilted-mrt-cmake-modules, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lanelet2-validation/ros-kilted-lanelet2-validation_1.2.1-7noble.20260410.180630_arm64.deb Size: 123566 SHA256: bebedc00be2fa21099238e2a115571e265af0fd5420f893cd9bb6078160ddcec SHA1: 25d6ce2da6a0304d21e96bc56e13d82637465166 MD5sum: a8a82b3344a0d6d124d4969971aecbc9 Description: Package for sanitizing lanelet maps Package: ros-kilted-lanelet2-validation-dbgsym Package-Type: ddeb Source: ros-kilted-lanelet2-validation Version: 1.2.1-7noble.20260410.180630 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 3811 Depends: ros-kilted-lanelet2-validation (= 1.2.1-7noble.20260410.180630) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lanelet2-validation/ros-kilted-lanelet2-validation-dbgsym_1.2.1-7noble.20260410.180630_arm64.deb Size: 3621256 SHA256: 0a9a93df422c246d54fced8b2718f80aa4d9cdad14654a462b210b7bfe68df3c SHA1: 5af9281ce165e62c9b0967718a9a457856ffbd08 MD5sum: ea6783499a0595029b2bc8654807e8fe Description: debug symbols for ros-kilted-lanelet2-validation Build-Ids: 15030f1d4f2d5642b8449e4bb9f4151553590900 64bbee294ad4dab9b0dff4c9a3646222520bb5e9 Package: ros-kilted-laser-filters Version: 2.2.3-1noble.20260519.100841 Architecture: arm64 Maintainer: Jon Binney Installed-Size: 3261 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-angles, ros-kilted-diagnostic-msgs, ros-kilted-diagnostic-updater, ros-kilted-filters, ros-kilted-laser-geometry, ros-kilted-message-filters, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rclcpp-lifecycle, ros-kilted-sensor-msgs, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-kdl, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/laser_filters Priority: optional Section: misc Filename: pool/main/r/ros-kilted-laser-filters/ros-kilted-laser-filters_2.2.3-1noble.20260519.100841_arm64.deb Size: 575052 SHA256: 047b487f2c2467ab4fca4d06d04754740b34222cc200ccdbf11c330b9529cdf8 SHA1: db5579fb55ba894da7193753bb51d288dcc5565d MD5sum: df33fe99b8a62c47a283fe8e6140283d Description: Assorted filters designed to operate on 2D planar laser scanners, which use the sensor_msgs/LaserScan type. Package: ros-kilted-laser-filters-dbgsym Package-Type: ddeb Source: ros-kilted-laser-filters Version: 2.2.3-1noble.20260519.100841 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jon Binney Installed-Size: 14670 Depends: ros-kilted-laser-filters (= 2.2.3-1noble.20260519.100841) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-laser-filters/ros-kilted-laser-filters-dbgsym_2.2.3-1noble.20260519.100841_arm64.deb Size: 12573168 SHA256: 17242cd03ffbda5cba3003928aa4d3cd983e8375f2538416af0f1fb48a654c0b SHA1: 2aea007d41f975a0a3cbd81a0c772b1ef29f2a16 MD5sum: 94165f78ff207f6f52bdd8f68cdbe0d7 Description: debug symbols for ros-kilted-laser-filters Build-Ids: 0a03abd8a016690874e7c90e01a5f9f8ee1d961f 20c840a29f53db3741eae728530b562fe9d322d7 2c8b88cd9327135ee9edf42900e00d9b542a1990 85487a3f496ce3bb84c5d6a9d5d5f3c16f065f16 d026b385bf872f6ef7b5cac4e4a07bdf51f6ab1a Package: ros-kilted-laser-geometry Version: 2.10.2-1noble.20260519.082742 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 168 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, python3-numpy, ros-kilted-eigen3-cmake-module, ros-kilted-rclcpp, ros-kilted-rclpy, ros-kilted-sensor-msgs, ros-kilted-sensor-msgs-py, ros-kilted-tf2, ros-kilted-ros-workspace Homepage: http://github.com/ros-perception/laser_geometry Priority: optional Section: misc Filename: pool/main/r/ros-kilted-laser-geometry/ros-kilted-laser-geometry_2.10.2-1noble.20260519.082742_arm64.deb Size: 25770 SHA256: ad3a607bceb3e2ae0152010c0781087423f64f4ac68e8e1c51de672b593cf5fb SHA1: 638887f86f9833470dad2c3b6747ed595308923b MD5sum: 1a3d10a87a2d650b33d3fe4901073964 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-kilted-laser-geometry-dbgsym Package-Type: ddeb Source: ros-kilted-laser-geometry Version: 2.10.2-1noble.20260519.082742 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 171 Depends: ros-kilted-laser-geometry (= 2.10.2-1noble.20260519.082742) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-laser-geometry/ros-kilted-laser-geometry-dbgsym_2.10.2-1noble.20260519.082742_arm64.deb Size: 155652 SHA256: ca7b1b10251ea2f2241e9bff1a84c9ee85874b91530ea7249cacb79572ae5b22 SHA1: d41bc54068a50fab0fc118104ce7916e8a4bfbba MD5sum: 7dbac46bf5d10d0e36d273c60a09e8af Description: debug symbols for ros-kilted-laser-geometry Build-Ids: d5813544256273c5dba78ac75ea1a8cc25bfcee9 Package: ros-kilted-laser-proc Version: 1.0.2-7noble.20260519.091404 Architecture: arm64 Maintainer: Chad Rockey Installed-Size: 788 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-class-loader, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/laser_proc Priority: optional Section: misc Filename: pool/main/r/ros-kilted-laser-proc/ros-kilted-laser-proc_1.0.2-7noble.20260519.091404_arm64.deb Size: 134782 SHA256: 0ed772f6e55bcfe2964c981c44557d9fdd4e139fe97c7041ee51cc86746d9bfd SHA1: 3d8cb3de80fa18d9bfddbab977b29ada4ed4b02a MD5sum: c6fbc29b022cece62ae4a4c93dc3bcbf Description: laser_proc Package: ros-kilted-laser-proc-dbgsym Package-Type: ddeb Source: ros-kilted-laser-proc Version: 1.0.2-7noble.20260519.091404 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chad Rockey Installed-Size: 3247 Depends: ros-kilted-laser-proc (= 1.0.2-7noble.20260519.091404) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-laser-proc/ros-kilted-laser-proc-dbgsym_1.0.2-7noble.20260519.091404_arm64.deb Size: 2783282 SHA256: f2db7c8721a929c676f8633a30efa64b3b5f97914b119c689e207b608ae30da0 SHA1: 622df8953815e19dfcd6a340ffcf46c9453cbf9d MD5sum: a9853f727b6710a6d9c2b131b4d18886 Description: debug symbols for ros-kilted-laser-proc Build-Ids: 1dd41af35cbc015a42cf7dc5bdbeee4482fbb7a6 4b5e45dc2bcf9e70b410647c312557335d521659 76298149b3f8d1cf46ec6984c58561b7e8b94fde Package: ros-kilted-laser-segmentation Version: 3.0.2-2noble.20260519.092008 Architecture: arm64 Maintainer: Alberto Tudela Installed-Size: 829 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rclcpp-lifecycle, ros-kilted-sensor-msgs, ros-kilted-slg-msgs, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-laser-segmentation/ros-kilted-laser-segmentation_3.0.2-2noble.20260519.092008_arm64.deb Size: 154230 SHA256: 8d3c3d1b42246732a42254d19bcd47fa584ff2f2cd13be6ef2225ab7cfde3be0 SHA1: e73eba16a7b6f11f46e002bf528f21cda3dd554e MD5sum: 4037f52dd5b518078f23e299a79be09f Description: Implementation of algorithms for segmentation of laserscans. Package: ros-kilted-laser-segmentation-dbgsym Package-Type: ddeb Source: ros-kilted-laser-segmentation Version: 3.0.2-2noble.20260519.092008 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alberto Tudela Installed-Size: 3403 Depends: ros-kilted-laser-segmentation (= 3.0.2-2noble.20260519.092008) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-laser-segmentation/ros-kilted-laser-segmentation-dbgsym_3.0.2-2noble.20260519.092008_arm64.deb Size: 2932644 SHA256: 0e53ce37afddd9d1848355f805ad847762a733a0fbb1a0d65a023e6f0bf18f71 SHA1: 5f7d1c6b959bf81ea853152c020a08c75fba288d MD5sum: 331978fb0d4b4e4dfdd38d78da19c3ad Description: debug symbols for ros-kilted-laser-segmentation Build-Ids: 9da0060fb187f106667461f687457107c0d2b49e bacd17678a11bea947d8ef4eb70540bd232ce17e Package: ros-kilted-launch Version: 3.8.7-1noble.20260519.013139 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 1155 Depends: python3-lark, python3-yaml, ros-kilted-ament-index-python, ros-kilted-osrf-pycommon, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-launch/ros-kilted-launch_3.8.7-1noble.20260519.013139_arm64.deb Size: 214140 SHA256: 562d1eaa7b6c3c4a8d340fb15883b6bddd33f8dba7eee8e035829fc59f3bd3fc SHA1: cddc8eafbf55d9efb66497d0a587a6aae4456ac6 MD5sum: 2f129f83d1abc69a5b2c08e59d87a9c8 Description: The ROS launch tool. Package: ros-kilted-launch-frontend-py Version: 0.1.0-1noble.20260519.013403 Architecture: arm64 Maintainer: Emerson Knapp Installed-Size: 63 Depends: ros-kilted-launch, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-launch-frontend-py/ros-kilted-launch-frontend-py_0.1.0-1noble.20260519.013403_arm64.deb Size: 8980 SHA256: 6c305f2499b0d433ceb2bd123e0d11454c05f85834af1b160745cf4e634d9225 SHA1: a4cd9d1d9bc4900ba76e7bc45e280115a41eaf6f MD5sum: 127ce03ccad17ed3e8efe3a00ed1fcdd Description: Python frontend for writing ROS 2 launch files Package: ros-kilted-launch-param-builder Version: 0.1.1-4noble.20260519.043415 Architecture: arm64 Maintainer: Jafar Abdi Installed-Size: 63 Depends: python3-yaml, ros-kilted-ament-index-python, ros-kilted-rclpy, ros-kilted-xacro, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-launch-param-builder/ros-kilted-launch-param-builder_0.1.1-4noble.20260519.043415_arm64.deb Size: 8994 SHA256: 4f3a90055ef69bbbe8c6df1807a3f3b80b8e30a540fff7dbab36fed0462696f3 SHA1: 93aaea1a8acee3aef2200c3a4debe3e7f47d848f MD5sum: a935f8e879951754f947f0b503df5992 Description: Python library for loading parameters in launch files Package: ros-kilted-launch-pytest Version: 3.8.7-1noble.20260519.013806 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 128 Depends: python3-pytest, ros-kilted-ament-index-python, ros-kilted-launch, ros-kilted-launch-testing, ros-kilted-osrf-pycommon, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-launch-pytest/ros-kilted-launch-pytest_3.8.7-1noble.20260519.013806_arm64.deb Size: 27582 SHA256: bd652daf7fcb528ad827a9d516795b17310a39845bc9279f8e9ccfce96ddc8ff SHA1: 39039d558a7d32d48f0bd663bf6e651db4a9bcd3 MD5sum: 9a7dbdec1c5810ddeb0c7600d54fd4ac Description: A package to create tests which involve launch files and multiple processes. Package: ros-kilted-launch-ros Version: 0.28.5-1noble.20260519.043435 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 455 Depends: python3-yaml, ros-kilted-ament-index-python, ros-kilted-composition-interfaces, ros-kilted-launch, ros-kilted-lifecycle-msgs, ros-kilted-osrf-pycommon, ros-kilted-rclpy, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-launch-ros/ros-kilted-launch-ros_0.28.5-1noble.20260519.043435_arm64.deb Size: 93578 SHA256: f94310f4b273724ef0425320abf520a3110fb122ae8ebb7c4117f0cf12f6f21a SHA1: 488801f342ef06045931d7a73db9d291c0e36d97 MD5sum: 2a7d751db4912b87248f439bd1fcb881 Description: ROS specific extensions to the launch tool. Package: ros-kilted-launch-system-modes Version: 0.9.0-6noble.20260519.043526 Architecture: arm64 Maintainer: Arne Nordmann Installed-Size: 120 Depends: python3-importlib-metadata, python3-yaml, ros-kilted-ament-index-python, ros-kilted-launch, ros-kilted-osrf-pycommon, ros-kilted-rclpy, ros-kilted-system-modes-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-launch-system-modes/ros-kilted-launch-system-modes_0.9.0-6noble.20260519.043526_arm64.deb Size: 18406 SHA256: 82a59d5167d4baad6315ee1a5ca6b4c383e9e4d9699d6ccdf304c51d8b848aac SHA1: cfaf74bada26ce21143d0fe3171541b401f97aff MD5sum: 99b24fd46d9a7412f3c6bf888ec785af Description: System modes specific extensions to the launch tool, i.e. launch actions, events, and event handlers for system modes. Package: ros-kilted-launch-testing Version: 3.8.7-1noble.20260519.013719 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 401 Depends: python3-pytest, ros-kilted-ament-index-python, ros-kilted-launch, ros-kilted-launch-xml, ros-kilted-launch-yaml, ros-kilted-osrf-pycommon, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-launch-testing/ros-kilted-launch-testing_3.8.7-1noble.20260519.013719_arm64.deb Size: 87778 SHA256: d812802aac62d8fa182227e488ec4f8ba450289161fed13f3828afbf16ce9036 SHA1: 7978ab87db7b4b9af6205d40d316bba8ab841281 MD5sum: 06dd4ed8b2b0c0be48ca5b78739d5b47 Description: A package to create tests which involve launch files and multiple processes. Package: ros-kilted-launch-testing-ament-cmake Version: 3.8.7-1noble.20260519.013820 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 50 Depends: ros-kilted-ament-cmake-test, ros-kilted-launch-testing, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-launch-testing-ament-cmake/ros-kilted-launch-testing-ament-cmake_3.8.7-1noble.20260519.013820_arm64.deb Size: 9194 SHA256: db508b58ba1d4bb5290455f808052053af864846f440f3226fe4de57526824ce SHA1: 604845521bdbab6512c189f44eeeec8c0f83b340 MD5sum: 40e7c165d3f8c73a2646b5988515c363 Description: A package providing cmake functions for running launch tests from the build. Package: ros-kilted-launch-testing-examples Version: 0.20.6-2noble.20260519.151455 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 73 Depends: python3-pytest, ros-kilted-demo-nodes-cpp, ros-kilted-launch, ros-kilted-launch-ros, ros-kilted-launch-testing, ros-kilted-launch-testing-ros, ros-kilted-rcl-interfaces, ros-kilted-rclpy, ros-kilted-ros2bag, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-launch-testing-examples/ros-kilted-launch-testing-examples_0.20.6-2noble.20260519.151455_arm64.deb Size: 14372 SHA256: 4fe8578551e083d81186aa3296e4bcc2c0fbc794c9f2fbc02a990d4357b05009 SHA1: 6625a11b94c72abececf3175c2a39d0b3073657d MD5sum: ac93b830f9254a8614c81a05fc13a24d Description: Examples of simple launch tests Package: ros-kilted-launch-testing-ros Version: 0.28.5-1noble.20260519.043621 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 132 Depends: ros-kilted-ament-index-python, ros-kilted-launch-ros, ros-kilted-launch-testing, ros-kilted-rclpy, ros-kilted-rmw-test-fixture-implementation, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-launch-testing-ros/ros-kilted-launch-testing-ros_0.28.5-1noble.20260519.043621_arm64.deb Size: 24014 SHA256: 1d07f4b941c6d200c3bbf4b486b6611db0ba8ce096fcdf0e717c1349f392cfda SHA1: 05d7f71165b8ce1e36fc75e425f1f3a0be1316f7 MD5sum: e7422956d5d6ab3e44a9487ee9d5a6bc Description: A package providing utilities for writing ROS2 enabled launch tests. Package: ros-kilted-launch-xml Version: 3.8.7-1noble.20260519.013407 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 57 Depends: ros-kilted-launch, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-launch-xml/ros-kilted-launch-xml_3.8.7-1noble.20260519.013407_arm64.deb Size: 11842 SHA256: a54068c551ed1e4f51c3e1b65963d25de087cbd427eb11fae4c899d2e8ef4d2d SHA1: 78fee6ad5b7825ae353636f6219cefbfa2a454f9 MD5sum: 6bdf1832e00c24d31e5455775a6c13c9 Description: XML frontend for the launch package. Package: ros-kilted-launch-yaml Version: 3.8.7-1noble.20260519.013541 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 57 Depends: ros-kilted-launch, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-launch-yaml/ros-kilted-launch-yaml_3.8.7-1noble.20260519.013541_arm64.deb Size: 12108 SHA256: 82703468008cbb95cda310a5b00bcc84326ec11517549bc83a714510ce8798a7 SHA1: 72f3a52194b2717a9daa49503af1f64d59f5a851 MD5sum: 81fa8b4b71d04133160f5daf5e14fb91 Description: YAML frontend for the launch package. Package: ros-kilted-ld08-driver Version: 1.1.3-2noble.20260519.093322 Architecture: arm64 Maintainer: Pyo Installed-Size: 247 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libudev1 (>= 183), libboost-all-dev, libudev-dev, ros-kilted-rclcpp, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/ld08_driver Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ld08-driver/ros-kilted-ld08-driver_1.1.3-2noble.20260519.093322_arm64.deb Size: 59162 SHA256: a77b001a41a18906ac59601527b1a90ec3bed2e0f0be556e403be10c7d2dfb41 SHA1: 66c79c7e7859db5e8db15c5b6b98e4e16fb2962b MD5sum: 4918d3112cd66e48816f439d5014d01c Description: ROS package for LDS-02(LD08) Lidar. The Lidar sensor sends data to the Host controller for the Simultaneous Localization And Mapping(SLAM). Package: ros-kilted-ld08-driver-dbgsym Package-Type: ddeb Source: ros-kilted-ld08-driver Version: 1.1.3-2noble.20260519.093322 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 1050 Depends: ros-kilted-ld08-driver (= 1.1.3-2noble.20260519.093322) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ld08-driver/ros-kilted-ld08-driver-dbgsym_1.1.3-2noble.20260519.093322_arm64.deb Size: 956528 SHA256: 14d97dc5ebe0bb91072935f345051e7041f815d61d8a89e148c91cb6cb5826fc SHA1: 680185f23145293250dfd88b47e67b906feb1c77 MD5sum: fe588fdfc043aa5b2068d4fae35df972 Description: debug symbols for ros-kilted-ld08-driver Build-Ids: 24a6f899f6f3093349cecce7f699ae92d363d412 Package: ros-kilted-lely-core-libraries Version: 0.3.2-1noble.20260410.150632 Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 4141 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), python3-empy, python3-yaml, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lely-core-libraries/ros-kilted-lely-core-libraries_0.3.2-1noble.20260410.150632_arm64.deb Size: 661456 SHA256: 500a806122a117f6d0a33fd4a563a71158804f6860dc5f8c245ac5e19be06bff SHA1: ae09d42cb7275093a663f316e040d15db40e28e5 MD5sum: 7f806eebc373d9c21bb4200404521051 Description: ROS wrapper for lely-core-libraries Package: ros-kilted-lely-core-libraries-dbgsym Package-Type: ddeb Source: ros-kilted-lely-core-libraries Version: 0.3.2-1noble.20260410.150632 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 3513 Depends: ros-kilted-lely-core-libraries (= 0.3.2-1noble.20260410.150632) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lely-core-libraries/ros-kilted-lely-core-libraries-dbgsym_0.3.2-1noble.20260410.150632_arm64.deb Size: 2613932 SHA256: 6a6209bef6abb60abf8003c98fd04c74e1a10a8a06607c8483282eb42615bb45 SHA1: 2f03d69e8b5d58b85342ec19bd1904b75a36137f MD5sum: 06fb4c3dd006f54fe83e209b5061f336 Description: debug symbols for ros-kilted-lely-core-libraries Build-Ids: 095ba060cb1f89cd4f2723e8873b440177b79343 1ff42e51cec697db6a9610d85a61d5792b7f0e4f 4fde45b0c7544012b909062fcb665a5ad12563b2 caf7e14e8348de70e3e0f9e091d884aea8956820 ded852a098c6073ef11d0e3e5275cc328daf1685 e5de9dc84845694b9d7e2a6ab5ca7104b5c5914c e7d1ba9ca8f656d6464eb37a2774c2b5fd46f3c5 eb7c8afa06bda30afc8af1736459bdbd6730c655 f880cb8c55ee23111c9876f5fafc9b8b1545c0d9 Package: ros-kilted-leo Version: 3.2.0-1noble.20260519.124549 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 41 Depends: ros-kilted-leo-description, ros-kilted-leo-msgs, ros-kilted-leo-teleop, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/leo Priority: optional Section: misc Filename: pool/main/r/ros-kilted-leo/ros-kilted-leo_3.2.0-1noble.20260519.124549_arm64.deb Size: 5240 SHA256: bf392c6415a9ad501454f7b91ab9a0d5b0cd97272aeb5c15eca78192657a80a8 SHA1: d49875a107e9dc0d8d7e511ad02f9e01cb9ac081 MD5sum: 320dfa1a5110e0a7251fe69252770b54 Description: Metapackage of software for Leo Rover common to the robot and ROS desktop Package: ros-kilted-leo-bringup Version: 2.5.0-1noble.20260520.075803 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 304 Depends: python3-smbus2, ros-kilted-ament-index-python, ros-kilted-geometry-msgs, ros-kilted-image-proc, ros-kilted-launch, ros-kilted-launch-ros, ros-kilted-leo-description, ros-kilted-leo-filters, ros-kilted-leo-fw, ros-kilted-leo-msgs, ros-kilted-robot-state-publisher, ros-kilted-rosapi, ros-kilted-rosbridge-server, ros-kilted-sensor-msgs, ros-kilted-web-video-server, ros-kilted-xacro, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/leo_bringup Priority: optional Section: misc Filename: pool/main/r/ros-kilted-leo-bringup/ros-kilted-leo-bringup_2.5.0-1noble.20260520.075803_arm64.deb Size: 18476 SHA256: 23f27ea78c21885bf15fddcb0b5d83166969588ec9b68294b6f80cbb172ff0b5 SHA1: d0e6c0f878915e96582375d6b41af33bd5c4398e MD5sum: 9c8f8be4c315716529fa6c910a0b527a Description: Scripts and launch files for starting basic Leo Rover functionalities. Package: ros-kilted-leo-description Version: 3.2.0-1noble.20260519.051252 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 33012 Depends: ros-kilted-robot-state-publisher, ros-kilted-xacro, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/leo_description Priority: optional Section: misc Filename: pool/main/r/ros-kilted-leo-description/ros-kilted-leo-description_3.2.0-1noble.20260519.051252_arm64.deb Size: 5795206 SHA256: c350f6530c460615b742615153c831cadb8b621df0836dc57a91eb8308004185 SHA1: 9a0e7b7e055cf6430faa8aa5d4f50bc3a1b99fcc MD5sum: bc8d4ae7a469a0ad1658be3a2e9019ac Description: URDF Description package for Leo Rover Package: ros-kilted-leo-desktop Version: 3.0.0-3noble.20260519.164704 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 41 Depends: ros-kilted-leo, ros-kilted-leo-viz, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/leo_desktop Priority: optional Section: misc Filename: pool/main/r/ros-kilted-leo-desktop/ros-kilted-leo-desktop_3.0.0-3noble.20260519.164704_arm64.deb Size: 5174 SHA256: 7e41278de557f2c466fe6ef00b6b87f1e903e981e6fb08b704aa84164a6d233c SHA1: 76f4bc6e258cbee92f71efadaf99db815bafa260 MD5sum: 2e2231a4be2f89832e711b5c68609fca Description: Metapackage of software for operating Leo Rover from ROS desktop Package: ros-kilted-leo-filters Version: 2.5.0-1noble.20260520.073818 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 1179 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libyaml-cpp-dev, ros-kilted-generate-parameter-library, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-std-srvs, ros-kilted-tf2, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-leo-filters/ros-kilted-leo-filters_2.5.0-1noble.20260520.073818_arm64.deb Size: 219520 SHA256: 1b439532274f6c36b6369ef3d93228ca714c2db12449b3d18f8e5e4c63d805c7 SHA1: 6af024798e877cde4f47507240f715a836c362b0 MD5sum: e6a0b6ab6e9346519079959c01f9db6a Description: Nodes for filtering and processing imu and wheel odom messages. Package: ros-kilted-leo-filters-dbgsym Package-Type: ddeb Source: ros-kilted-leo-filters Version: 2.5.0-1noble.20260520.073818 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fictionlab Installed-Size: 5851 Depends: ros-kilted-leo-filters (= 2.5.0-1noble.20260520.073818) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-leo-filters/ros-kilted-leo-filters-dbgsym_2.5.0-1noble.20260520.073818_arm64.deb Size: 4946218 SHA256: db6a33fbf06c29a00f86244941546d419bdc84865e513d5baac6610cca7004f8 SHA1: e8d24c6d39ff0683f3baee193788399a9c3098a7 MD5sum: 9017fc0bb0e6c602c2e47c5a6a532c9f Description: debug symbols for ros-kilted-leo-filters Build-Ids: 19ab7f15b006291367bff3233c73738b0404e6cd 7ee7cbac3a780ec1abc8d8c26e307503e6aaad2d cb900cad8ca7e1ea4c2daaa16389198966ff86c7 Package: ros-kilted-leo-fw Version: 2.5.0-1noble.20260519.154222 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 1782 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), python3-dbus, python3-whichcraft, python3-yaml, ros-kilted-ament-index-python, ros-kilted-geometry-msgs, ros-kilted-leo-msgs, ros-kilted-nav-msgs, ros-kilted-rcl-interfaces, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rclpy, ros-kilted-ros2cli, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/leo_fw Priority: optional Section: misc Filename: pool/main/r/ros-kilted-leo-fw/ros-kilted-leo-fw_2.5.0-1noble.20260519.154222_arm64.deb Size: 372166 SHA256: 23c3489c122fca1f4137e07dbaa005987265a94d77f9e3b7fbc7cf7c2dc22c2a SHA1: 02af63ad5c85bacdd906652071950a39f87ba243 MD5sum: a512af3ed8b1faf7443e785b5331d204 Description: Binary releases of Leo Rover firmware and related utilities Package: ros-kilted-leo-fw-dbgsym Package-Type: ddeb Source: ros-kilted-leo-fw Version: 2.5.0-1noble.20260519.154222 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fictionlab Installed-Size: 5727 Depends: ros-kilted-leo-fw (= 2.5.0-1noble.20260519.154222) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-leo-fw/ros-kilted-leo-fw-dbgsym_2.5.0-1noble.20260519.154222_arm64.deb Size: 4606150 SHA256: ed923a46fe7eaf4888589edd744a0f446a6f9567dfee7ac3e062b5653a154d34 SHA1: f1339964d89d025b1dbb0bf2a0cd1dcd3425812b MD5sum: 81a952e6adf6b721120e41d6339d85a7 Description: debug symbols for ros-kilted-leo-fw Build-Ids: 24bbbb41986e0b3f8d9f5a6ffcb7d8982371ee83 2eb1f88cfef08fe8b8583687e2ee3a1470cccf67 Package: ros-kilted-leo-gz-bringup Version: 2.0.2-2noble.20260519.111519 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 52 Depends: ros-kilted-ament-index-python, ros-kilted-launch, ros-kilted-launch-ros, ros-kilted-leo-description, ros-kilted-leo-gz-plugins, ros-kilted-leo-gz-worlds, ros-kilted-robot-state-publisher, ros-kilted-ros-gz-bridge, ros-kilted-ros-gz-image, ros-kilted-ros-gz-sim, ros-kilted-xacro, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-leo-gz-bringup/ros-kilted-leo-gz-bringup_2.0.2-2noble.20260519.111519_arm64.deb Size: 8030 SHA256: aad93afa5fa866e6334a13088e77b984354c355a15b2e6914900a97b62630d61 SHA1: f51d0b43711def8679600bffc23b9005b72e39c6 MD5sum: 7eef458294404a2cf6f79b1ffe844c79 Description: Bringup package for Leo Rover Gazebo simulation in ROS 2 Package: ros-kilted-leo-gz-plugins Version: 2.0.2-2noble.20260422.173320 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 881 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), ros-kilted-gz-common-vendor, ros-kilted-gz-math-vendor, ros-kilted-gz-msgs-vendor, ros-kilted-gz-sim-vendor, ros-kilted-sdformat-vendor, ros-kilted-gz-plugin-vendor, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-leo-gz-plugins/ros-kilted-leo-gz-plugins_2.0.2-2noble.20260422.173320_arm64.deb Size: 131712 SHA256: 5fac1b1aaa5b1e39c00202e9601c84b4930284afaa80b2baf6d7fe2b51bc8595 SHA1: 89d5d2fbbcaa4708cb41b9861cc0e796413f558b MD5sum: 503925418cb165063513f38857a04df4 Description: Plugins for Leo Rover Gazebo simulation in ROS 2 Package: ros-kilted-leo-gz-plugins-dbgsym Package-Type: ddeb Source: ros-kilted-leo-gz-plugins Version: 2.0.2-2noble.20260422.173320 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fictionlab Installed-Size: 3995 Depends: ros-kilted-leo-gz-plugins (= 2.0.2-2noble.20260422.173320) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-leo-gz-plugins/ros-kilted-leo-gz-plugins-dbgsym_2.0.2-2noble.20260422.173320_arm64.deb Size: 3020992 SHA256: 40451438369f217d1c0410ff269c429373d0f88fcb9f341e202b144720c6442e SHA1: 7948ff1a1faf1706ba8040b5109cf424a326f76d MD5sum: 595bcb52daa14cfc7de0c925a0fbb91c Description: debug symbols for ros-kilted-leo-gz-plugins Build-Ids: 0f5da07e861b7fda5fe620b6f62c2c3d609ba503 Package: ros-kilted-leo-gz-worlds Version: 2.0.2-2noble.20260410.150754 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 169266 Depends: ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-leo-gz-worlds/ros-kilted-leo-gz-worlds_2.0.2-2noble.20260410.150754_arm64.deb Size: 143438932 SHA256: fa4da137ad7ede4b8f72c4cb19b62657cfd7b96059b14cdf0cf3a403e02989f4 SHA1: 07bb1252c67b1439a6b1215f61f4a5c4b6eb0f3c MD5sum: 67a58b4ee855f23cc4b6b8f744e4ed82 Description: Gazebo worlds for Leo Rover simulation in ROS 2 Package: ros-kilted-leo-msgs Version: 3.2.0-1noble.20260519.022808 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 1486 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/leo Priority: optional Section: misc Filename: pool/main/r/ros-kilted-leo-msgs/ros-kilted-leo-msgs_3.2.0-1noble.20260519.022808_arm64.deb Size: 83748 SHA256: c3b42fde7d19da9860283c767969e32e320ef0bb0972efd8957e41de56c43b3d SHA1: 7700186e1e3e6c8eb9535f5867aab2ec28cd85b2 MD5sum: 1da700def414a16c39f62939f84fbfca Description: Message and Service definitions for Leo Rover Package: ros-kilted-leo-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-leo-msgs Version: 3.2.0-1noble.20260519.022808 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fictionlab Installed-Size: 730 Depends: ros-kilted-leo-msgs (= 3.2.0-1noble.20260519.022808) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-leo-msgs/ros-kilted-leo-msgs-dbgsym_3.2.0-1noble.20260519.022808_arm64.deb Size: 526576 SHA256: 6dda0af02793221d31ecd345b599c10b10dcd30da4870183453174003e0a4c87 SHA1: 7bee8e2e660969b2e5285cfae7b4241dfb8bb679 MD5sum: d058918b56bb06cea816a15abbce227f Description: debug symbols for ros-kilted-leo-msgs Build-Ids: 1cd3f4fcd42fb39ade6fab301b59ec0010bda4c5 37a923fcbf86157076ba12dac46208e39abfc05f 521da214974dab85c3073f9379c9ef34b923c304 63ed9ebaea461ffe0e38d14809ace41dbecbf505 9dcc235314c42c21484170b08cf10836ac4c0b93 c57e8b68d862509e01aa164ae404ed4771a4bd5e d18f3ef26b59a8c20275d2dfe5787d264df40cdb de37d4b097ecb98b2179a3e49b3e9e495fdfa78a ee803174d04a5b28a67d8e96d5ebff48318b355b f2d202ee2d1276a97a92a35ab7b3eff1d74c7766 ffae7493d6d59a6ce8077110fb17738c827f6102 Package: ros-kilted-leo-robot Version: 2.5.0-1noble.20260520.080355 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 41 Depends: ros-kilted-leo, ros-kilted-leo-bringup, ros-kilted-leo-filters, ros-kilted-leo-fw, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/leo_robot Priority: optional Section: misc Filename: pool/main/r/ros-kilted-leo-robot/ros-kilted-leo-robot_2.5.0-1noble.20260520.080355_arm64.deb Size: 5376 SHA256: 90c24fec002c7345ae2be450c9ce709fc858f871a2cf95356ec133d8f4e3b892 SHA1: 56548f6d149f338e1a1626d8270f10bc35fe9034 MD5sum: ef87397778cc1b16e45263b3214d5473 Description: Metapackage of software to install on Leo Rover. Package: ros-kilted-leo-simulator Version: 2.0.2-2noble.20260519.154237 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 41 Depends: ros-kilted-leo-gz-bringup, ros-kilted-leo-gz-plugins, ros-kilted-leo-gz-worlds, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-leo-simulator/ros-kilted-leo-simulator_2.0.2-2noble.20260519.154237_arm64.deb Size: 5322 SHA256: eb25ec457809ec6d94a301b25d1da241f981f83ccf42db8e9f9f9e43da46fe3d SHA1: 4473309c991883e31cd08003a6daa48a23c25f65 MD5sum: efc3a391ee4ceefe846aa617dcaccdfd Description: Metapackage for Leo Rover Gazebo simulation in ROS2 Package: ros-kilted-leo-teleop Version: 3.2.0-1noble.20260519.124327 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 47 Depends: ros-kilted-joy-linux, ros-kilted-teleop-twist-joy, ros-kilted-teleop-twist-keyboard, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/leo_teleop Priority: optional Section: misc Filename: pool/main/r/ros-kilted-leo-teleop/ros-kilted-leo-teleop_3.2.0-1noble.20260519.124327_arm64.deb Size: 6228 SHA256: f15c660bf918b6d808fde01460c60a24d958139796e496e473c9fa39eee84a3f SHA1: 6846571d79867076e1856ee9e51b6e09b92f40b1 MD5sum: b8df63674f370a59aa56c55129233905 Description: Scripts and launch files for Leo Rover teleoperation Package: ros-kilted-leo-viz Version: 3.0.0-3noble.20260519.152037 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 54 Depends: ros-kilted-joint-state-publisher, ros-kilted-joint-state-publisher-gui, ros-kilted-leo-description, ros-kilted-rviz2, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/leo_viz Priority: optional Section: misc Filename: pool/main/r/ros-kilted-leo-viz/ros-kilted-leo-viz_3.0.0-3noble.20260519.152037_arm64.deb Size: 7602 SHA256: 374a460139aa13a05af854875f35ba8aa0dd9e8b1c40920988a2923c26158a37 SHA1: c33be9c0b794dd579e87e4398777db0878572277 MD5sum: d28bc387c76fb8328fa72c24fcc9bb9c Description: Visualization launch files and RViz configurations for Leo Rover Package: ros-kilted-lgsvl-msgs Version: 0.0.4-5noble.20260519.034210 Architecture: arm64 Maintainer: Hadi Tabatabaee Installed-Size: 2972 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lgsvl-msgs/ros-kilted-lgsvl-msgs_0.0.4-5noble.20260519.034210_arm64.deb Size: 186548 SHA256: 12fc0c67fd44f3983a22a96214e3087d76a01cb4c8736b8356eabb2cb0dd601e SHA1: 5d79b96af566009217ae6821155adc956a509153 MD5sum: cc7c70dd7e3d2aa484ac5312606bc762 Description: Message definitions for interfacing with the LGSVL Simulator for ROS and ROS 2. Package: ros-kilted-lgsvl-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-lgsvl-msgs Version: 0.0.4-5noble.20260519.034210 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Hadi Tabatabaee Installed-Size: 2081 Depends: ros-kilted-lgsvl-msgs (= 0.0.4-5noble.20260519.034210) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lgsvl-msgs/ros-kilted-lgsvl-msgs-dbgsym_0.0.4-5noble.20260519.034210_arm64.deb Size: 1600084 SHA256: 8d47a82246979359155ebc9a4c03e5cb3c88b3938219a600bc3fe460e7f96961 SHA1: 1e1d3c1429ff141c75778d5867c96eb76e116690 MD5sum: 6574f87850bcafcf634bf767ef3ec8cb Description: debug symbols for ros-kilted-lgsvl-msgs Build-Ids: 00771bafb606bd3b43ff32bb522292f7ddaacacf 0f90dff9855b6641a99aa88b1947630108716fe1 19678ac8cf38a1f8a325c482bea308c28f0a07c5 26a72e7a17321efec8969791f645430203855491 9adf7e2d6ff63784eaca737449344cc58dd8341f a0385a46388c678706ef23596eda617ee00df3c1 a3775d271a5d23c8539855b22535aed3bf1bc024 b416e04af9ff39a9b9a24f8502ff05acaaa8ca22 c7066470193daa3b6f21a296cf1e00471a2081a2 d9e05d78b1853bf6840829bd6ad5c4835907a9d2 de2faa8df9eda25952e74edaa360099e0b25ec4c Package: ros-kilted-libcaer-driver Version: 1.5.4-1noble.20260519.093943 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 1165 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-libcaer-vendor, ros-kilted-camera-info-manager, ros-kilted-event-camera-msgs, ros-kilted-image-transport, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-std-srvs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/libcaer_driver/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-libcaer-driver/ros-kilted-libcaer-driver_1.5.4-1noble.20260519.093943_arm64.deb Size: 228570 SHA256: 1af5bc2c273e4b1201ab3ad714f2b8a81ae4ef8173d3c8d2dba4294ac1e8cd67 SHA1: b362429535133b26cd76eebce287d71a0f50aa54 MD5sum: 73618a0bbc5c414b6035e6c7adfab4ee Description: ROS2 driver for event base sensors using libcaer Package: ros-kilted-libcaer-driver-dbgsym Package-Type: ddeb Source: ros-kilted-libcaer-driver Version: 1.5.4-1noble.20260519.093943 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 5844 Depends: ros-kilted-libcaer-driver (= 1.5.4-1noble.20260519.093943) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-libcaer-driver/ros-kilted-libcaer-driver-dbgsym_1.5.4-1noble.20260519.093943_arm64.deb Size: 5049860 SHA256: 88ec89acbfdd7d4ee66ad83b55bf826d8ad5b81aaff6a0c433cc887d5a50404a SHA1: b463856475dd7f446d7b0cc6fd57250027a082fd MD5sum: 127d7fe23aa335c4e5b5353900b5dc08 Description: debug symbols for ros-kilted-libcaer-driver Build-Ids: 101b037e426cc73bffbf611d2fa025644b072cdd 9e4590973529f79d973de2414b11b8a853f97ce1 Package: ros-kilted-libcaer-vendor Version: 2.0.0-1noble.20260410.150911 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 1207 Depends: libc6 (>= 2.34), libusb-1.0-0 (>= 2:1.0.23~), libusb-1.0-0-dev, ros-kilted-ros-workspace Homepage: https://gitlab.com/inivation/dv/libcaer Priority: optional Section: misc Filename: pool/main/r/ros-kilted-libcaer-vendor/ros-kilted-libcaer-vendor_2.0.0-1noble.20260410.150911_arm64.deb Size: 158860 SHA256: c8e931d2c0f171a51bb7ad618327c73b40c4e08644eb3e1ec91e1911d8750992 SHA1: 1fdc6609f4ff0cd7c2cba455c3038a2f20dad4c0 MD5sum: 74544d0b0ed3975eb25948f1dbc7b50f Description: Wrapper around libcaer library Package: ros-kilted-libcaer-vendor-dbgsym Package-Type: ddeb Source: ros-kilted-libcaer-vendor Version: 2.0.0-1noble.20260410.150911 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 56 Depends: ros-kilted-libcaer-vendor (= 2.0.0-1noble.20260410.150911) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-libcaer-vendor/ros-kilted-libcaer-vendor-dbgsym_2.0.0-1noble.20260410.150911_arm64.deb Size: 11390 SHA256: e738daf84b19d768f9f0ab6d50c689df0917f7cad014815b06747bc0cc557eb2 SHA1: d5979938767708bb9365a1ee545e2201b62d9a66 MD5sum: a2808e6e3c2421bd8343cc1c0ebe7c63 Description: debug symbols for ros-kilted-libcaer-vendor Build-Ids: 5105e74afd678cad0bc4b500624845231efe5ed9 Package: ros-kilted-libcamera Version: 0.5.0-4noble.20260410.174214 Architecture: arm64 Maintainer: Christian Rauch Installed-Size: 27365 Depends: libc6 (>= 2.38), libgcc-s1 (>= 4.2), libssl3t64 (>= 3.0.0), libstdc++6 (>= 13.1), libudev1 (>= 183), libyaml-0-2, libatomic1, libssl-dev, libudev-dev, libyaml-dev, python3-dev, ros-kilted-ros-workspace Homepage: https://libcamera.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-libcamera/ros-kilted-libcamera_0.5.0-4noble.20260410.174214_arm64.deb Size: 3797488 SHA256: 8c08c57a6cc62222b69fdfea1dfa1d9fefd30c2773f6ccbbcfdffb87ee7fd91f SHA1: a2b590f8bf93a5c3dcacbfdb9ec1bbf899b4eafe MD5sum: 7c5841b44cbc22f9cffc4545d1677bfe Description: An open source camera stack and framework for Linux, Android, and ChromeOS Package: ros-kilted-libcamera-dbgsym Package-Type: ddeb Source: ros-kilted-libcamera Version: 0.5.0-4noble.20260410.174214 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christian Rauch Installed-Size: 15364 Depends: ros-kilted-libcamera (= 0.5.0-4noble.20260410.174214) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-libcamera/ros-kilted-libcamera-dbgsym_0.5.0-4noble.20260410.174214_arm64.deb Size: 1475904 SHA256: bd02f87b5462b861333fc8696f7c1ad1887221d175584371094314ad4091c220 SHA1: 329fe31dfc736458ea9dca2e0093414a27f7f088 MD5sum: 8dcbc5bff9e5baaa111df03b9b34db2e Description: debug symbols for ros-kilted-libcamera Build-Ids: 13a2c6b7a076550facd9ad8d6edfca9b99c37441 331c67b718d85cb3334cac8a5c9d185831083246 35d701aab095efcf1915d7c047933e0adec38861 5da1d398b11f3a1b98504a70ab7abff4edec3a1d 66a24015a06de22c52fa60223ea380ddbceb65e7 7e3816f8f31519fc7d94cf9ad79c6d0f8efcc76b 891600b3cc77ac5ba983bbc63263982c80d3991b 8ba19c50803fe3aa2ad6430ea8d8b0f1dcc53caf bf8c4b37b3bdd1e95e3d0f53063f12af74e21e09 c788ae492080349c3120e1ff296ff08f29711df9 cf677593f51f85ee5427562703e43e469c8fd42a d2a05cba15267f5bde79fdb6ce392e26fe22c8c8 d6ac343a16bbd80ba7f438d9eda5593dc482c3de db8023cf6c94a42213352f0c8df10138f7d2d5ff Package: ros-kilted-libcurl-vendor Version: 3.7.1-1noble.20260410.151325 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 46 Depends: curl, libcurl4-openssl-dev, pkg-config, ros-kilted-ros-workspace Homepage: https://github.com/curl/curl Priority: optional Section: misc Filename: pool/main/r/ros-kilted-libcurl-vendor/ros-kilted-libcurl-vendor_3.7.1-1noble.20260410.151325_arm64.deb Size: 7464 SHA256: 1ede2ac947cc0a2dac1f3df4f5f78e60b46e11996d9fd1231df0221db5dfaff2 SHA1: 93936ffe3542fb006de8df1826f1ec9f3ca9a71a MD5sum: 4c1bfdd5adf26bee2352f82eea9314ea Description: Wrapper around libcurl, it provides a fixed CMake module and an ExternalProject build of it. Package: ros-kilted-libg2o Version: 2020.5.29-6noble.20260410.151404 Architecture: arm64 Maintainer: Christoph Rösmann Installed-Size: 6532 Depends: libc6 (>= 2.38), 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 (>= 13.1), libeigen3-dev, libgl1-mesa-dev, libglu1-mesa-dev, libsuitesparse-dev, ros-kilted-ros-workspace Homepage: https://github.com/RainerKuemmerle/g2o Priority: optional Section: misc Filename: pool/main/r/ros-kilted-libg2o/ros-kilted-libg2o_2020.5.29-6noble.20260410.151404_arm64.deb Size: 1091298 SHA256: 1c42d2e30eddeab548752e5206d14b8eb7d105ad6783459f59b3d42359066ce1 SHA1: 2dafef39f77468f663e54c0561c42699f1eb5a36 MD5sum: 465dd4226cd583b767e8684037f482e8 Description: The libg2o library from http://openslam.org/g2o.html Package: ros-kilted-libg2o-dbgsym Package-Type: ddeb Source: ros-kilted-libg2o Version: 2020.5.29-6noble.20260410.151404 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christoph Rösmann Installed-Size: 160084 Depends: ros-kilted-libg2o (= 2020.5.29-6noble.20260410.151404) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-libg2o/ros-kilted-libg2o-dbgsym_2020.5.29-6noble.20260410.151404_arm64.deb Size: 158728642 SHA256: 963e8da3b13fd69971b6e66639cdd9f4fd01d42429558a030070195edc16f46e SHA1: b1e9e38f21257986a8f99e0c32239b63b9783f8a MD5sum: b1dfd05e9ddbe99d13520f44612295c5 Description: debug symbols for ros-kilted-libg2o Build-Ids: 0daf91262bfb1bd6b2a69befd44811e6efa63e59 1643c5a64d4aced4790f655bb2c5f3e7aa270c80 186d415dd343f0923f4cc65692ee442eae11e2bd 1a7c25ccdc9e1f52f5576632d14cbf5ae9697b60 1c3b3f27b997e3c1ac67a89bc065efa4196536f3 24a2cad749024c34813ce3a135b0bde4cd2ea7db 291223c1f8bc0ea3ecf9828e03bfc09a0c772b7e 30d82126b1b463ed711083d2636e976b7658f3ba 33295362eee24a13dbecca4ecc2b34d0137c277f 3a0a82101ed490ce9b62b18704185509e2387577 43e6876f446f90f41c09cba6731064b4053de515 47f31fc90d81325b2640418ed845f48b93495894 659bb82710319dcb43767712b5d19f600ec9ffab 6a54d458dcfc0f6fd1878dcfdd11a2e6d801b83e 6ef521253f2fa11d44642fcb1d54a3ec68a372b8 7c675a554609b175debe50d3bec0107442a05c93 7fcc08bd0c556999786730782114abdfa6c67c36 80540aa599fd5570a615599b905f0abeeb655157 8ebf522312704ae9fa6f4d9c2da9e546bd79c1c0 916f1703b19553106e3981085ad1e1a2f5b15b6e 9586f8ec377ecfa1a56140a4983efed71833de5c 98782787e126ba74526b47286e8ca5c8b99ad5ab 98c12a48dfcf742b8ae791f2dd79614a0e02be0e 9b26bbe1b401e4644c6a37741b2640d41bdcc509 afe68b6b3422b2889aab8c42d6bc4153da86b2a6 b1812ca26eafa94d35e1bd540ef44597e4b9c16e d2c68a12c3c6b65aae0fecdf67fa3a8991245917 d41e367d037738c6d1b06c809fbe2587674dc2da d4c8c52de8024e70aa683407fcf942ed20970c0f e01020e584e9b444125554326e468c70b80f3318 e5521b73e3ab835cabcbc0494a33345d8928f9e4 e93f7ec790779636d4e4478ab7e5f4402c16ac43 f3814d8b1a8621ef50416f0d9e9bd474403cf56c Package: ros-kilted-liblz4-vendor Version: 0.32.0-2noble.20260410.151409 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 47 Depends: liblz4-1, liblz4-dev, ros-kilted-ros-workspace Homepage: https://github.com/lz4/lz4/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-liblz4-vendor/ros-kilted-liblz4-vendor_0.32.0-2noble.20260410.151409_arm64.deb Size: 7092 SHA256: 0f179558ae07b2c3641fee4cacfd6af9abf884ed60443601e1bfc846a45d24c3 SHA1: 05dfed7686c4003626ff425963626a1bf7a9f1d8 MD5sum: 8db122673f1365e6496588379bd9346b Description: LZ4 compression vendor package, providing a dependency for LZ4. Package: ros-kilted-libmavconn Version: 2.14.0-1noble.20260410.152540 Architecture: arm64 Maintainer: Vladimir Ermakov Installed-Size: 492 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libasio-dev, libconsole-bridge-dev, ros-kilted-mavlink, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/mavros Priority: optional Section: misc Filename: pool/main/r/ros-kilted-libmavconn/ros-kilted-libmavconn_2.14.0-1noble.20260410.152540_arm64.deb Size: 108070 SHA256: 78c6d0972a582cd37e4ba5275b84f33417ae1a50800c61fcdd925bc40a21f9b4 SHA1: fefd2a5bd5500d6c24cec4b06d594fe2573bf96b MD5sum: 15570a7837332a687f62d035febcec0e 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-kilted-libmavconn-dbgsym Package-Type: ddeb Source: ros-kilted-libmavconn Version: 2.14.0-1noble.20260410.152540 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Vladimir Ermakov Installed-Size: 2083 Depends: ros-kilted-libmavconn (= 2.14.0-1noble.20260410.152540) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-libmavconn/ros-kilted-libmavconn-dbgsym_2.14.0-1noble.20260410.152540_arm64.deb Size: 1741744 SHA256: 20e7a9306d42300c7b9c857d9ab6949591a0a1e830565939dcd193aa2880dddd SHA1: 8492fbcc4f17328caab014da2c2c3a5aedc7b595 MD5sum: 7ba46b27e7478950fa26d5ad1e3b3ace Description: debug symbols for ros-kilted-libmavconn Build-Ids: 9e0c8b0414c54b883b67f137d1132bc3923477b8 Package: ros-kilted-libnabo Version: 1.1.1-2noble.20260410.180046 Architecture: arm64 Maintainer: Stéphane Magnenat Installed-Size: 1904 Depends: libboost-all-dev, libeigen3-dev, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-libnabo/ros-kilted-libnabo_1.1.1-2noble.20260410.180046_arm64.deb Size: 90148 SHA256: 9eaa32edc58e5b823c0b87f08dfec2195abc3fb83682c57aebc7754fae0e87d3 SHA1: c6cc8b32b6b1669366b0818db6dd21eb05db9571 MD5sum: a056f3c1dc531703ac8ae93185bce5c5 Description: libnabo is a fast K Nearest Neighbour library for low-dimensional spaces. Package: ros-kilted-libphidget22 Version: 2.4.0-1noble.20260410.151429 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 5599 Depends: libc6 (>= 2.38), libusb-1.0-0 (>= 2:1.0.16), ros-kilted-ros-workspace Homepage: http://ros.org/wiki/libphidget22 Priority: optional Section: misc Filename: pool/main/r/ros-kilted-libphidget22/ros-kilted-libphidget22_2.4.0-1noble.20260410.151429_arm64.deb Size: 910860 SHA256: 262e4f6282528895cff5591c8c5c45909fe260ee1767eb6b543335bd935cafc1 SHA1: e0a1d2e503de259932260d2ff5e709b1faaf4777 MD5sum: e77da7c8b82fa800619eec39f32789e1 Description: This package wraps the libphidget22 to use it as a ROS dependency Package: ros-kilted-libphidget22-dbgsym Package-Type: ddeb Source: ros-kilted-libphidget22 Version: 2.4.0-1noble.20260410.151429 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 2231 Depends: ros-kilted-libphidget22 (= 2.4.0-1noble.20260410.151429) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-libphidget22/ros-kilted-libphidget22-dbgsym_2.4.0-1noble.20260410.151429_arm64.deb Size: 2020246 SHA256: 27f1757e886adb2758217c6367b9b48be804f848729677964c9de6e70a23214d SHA1: 58f91a78a0b94a22a5afa1d9f1812e5effa560ea MD5sum: 0efc473afe34d4c6eb505f129a614b9d Description: debug symbols for ros-kilted-libphidget22 Build-Ids: 769e060861ffe81b6899809d20fe7ca6db9d7704 Package: ros-kilted-libpointmatcher Version: 1.4.1-2noble.20260410.180754 Architecture: arm64 Maintainer: Francois Pomerleau Installed-Size: 22191 Depends: libboost-filesystem1.83.0 (>= 1.83.0), libc6 (>= 2.38), libgcc-s1 (>= 4.0), libgomp1 (>= 6), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libboost-all-dev, libeigen3-dev, libyaml-cpp-dev, ros-kilted-libnabo, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-libpointmatcher/ros-kilted-libpointmatcher_1.4.1-2noble.20260410.180754_arm64.deb Size: 2538300 SHA256: b8e4973686eb8963328e68a7bcead0583aaf0e7e9edf25bcd7069fdf8a2a7cc0 SHA1: b43574084583c66bead60efc27ca8e21964fe159 MD5sum: eccb78e3c3eaf9683bf4867ebc64b923 Description: libpointmatcher is a modular ICP library, useful for robotics and computer vision. Package: ros-kilted-libpointmatcher-dbgsym Package-Type: ddeb Source: ros-kilted-libpointmatcher Version: 1.4.1-2noble.20260410.180754 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francois Pomerleau Installed-Size: 69177 Depends: ros-kilted-libpointmatcher (= 1.4.1-2noble.20260410.180754) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-libpointmatcher/ros-kilted-libpointmatcher-dbgsym_1.4.1-2noble.20260410.180754_arm64.deb Size: 67039840 SHA256: fe1f619fed170d3a2ac2d0317157e71fc5e520b44bee9749543e2d6a17881265 SHA1: e1cbf4fefceb9aa25f1c4eae7291146f0220ef9a MD5sum: 19c0b5af246489586f444d0b68315456 Description: debug symbols for ros-kilted-libpointmatcher Build-Ids: bf1d42e121f0c9b7c99db091afab70f69b025a67 Package: ros-kilted-librealsense2 Version: 2.57.7-1noble.20260410.180051 Architecture: arm64 Maintainer: LibRealSense ROS Team Installed-Size: 33532 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libglfw3 (>= 3.3), libglu1-mesa | libglu1, libopengl0, libssl3t64 (>= 3.0.0), libstdc++6 (>= 13.1), libudev1 (>= 183), libusb-1.0-0 (>= 2:1.0.16), libgl1-mesa-dev, libglfw3-dev, libglu1-mesa-dev, libx11-dev, ros-kilted-ros-workspace Homepage: https://github.com/realsenseai/librealsense/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-librealsense2/ros-kilted-librealsense2_2.57.7-1noble.20260410.180051_arm64.deb Size: 8836134 SHA256: de77df3425a3af9c9a63149f5250504c578bb09d2ccc772bc9c49a211470cd59 SHA1: 31866391c8229708dde571c2a6805e4f6414a3c5 MD5sum: 90de7029110053fbf51d913a8a7ac6cb Description: Library for controlling and capturing data from the Intel(R) RealSense(TM) D400 devices. Package: ros-kilted-librealsense2-dbgsym Package-Type: ddeb Source: ros-kilted-librealsense2 Version: 2.57.7-1noble.20260410.180051 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: LibRealSense ROS Team Installed-Size: 158931 Depends: ros-kilted-librealsense2 (= 2.57.7-1noble.20260410.180051) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-librealsense2/ros-kilted-librealsense2-dbgsym_2.57.7-1noble.20260410.180051_arm64.deb Size: 145588836 SHA256: d268f2ac98cc8b7fc551184f316cccc7728c56a3186cc942b7d495f411df678c SHA1: 108b17d0eeb0f107ce74a0a6c7ff6e946880d587 MD5sum: 08b98e04aa442833376218be8534ac51 Description: debug symbols for ros-kilted-librealsense2 Build-Ids: 035fecc5acd06f6f45f85f48d1ca686ab05a87b0 10f5217042bd926da1475db1bba09be06f4310de 2311d8c28283b8f1782df2ebbf37d9fdac803a20 306e6e61d04e79cb7e3b84fee214571e757fbb69 332acf55383c574587f0ea9be810314aefa00e54 43c146b8f68177e4ef9ec428d6820d58e0a14cc2 52c995c67749b27064e603df1e3c8aa67382b434 549dfaeb00f66d6d655ea5e3c3c1c3db134063b7 5c70c02f4af262fbbceda140c14677683247f77f 68d72d2d8f1c4362e77a01157a3bd788eada6fdd 69351069f90e408e4b49dad7efffcbbe6b03c716 70a57a3190b2169eb58427929ea84be0bc001f30 7521028deb32fa89badc37d8ce95cb1b1b89a5bc 788cb638e2a9372f858590fb7d90dd1075efd50c 7f0934b076b74175777f92f064344c4455c20a59 80de744fea8c1b1cf9cddb87a5bd88ab4a4f6827 82a6f04969f31c1c3d7d09889691b5af4a21bd69 8787896a8c315e1d4dc871067a19edd0a51e55ae 9320bbb5fd9e278f273ca2300983d79cfb1a8a66 95e44f7a5c8e6db9240002d35e60bb14b7f13b26 9b4ecfaf6230dea74be59591180588c7b9e0b0e6 9b70a8693a800cfd1f1786e3213888a647f11149 a406ddc0ff64368646e79eeac720f085918a6e63 a5d8621d3762aede57fa8b29313f57c9eb090fcf a77f277a13c70202e1857acd76237d242f88b7d2 ab360b40bb8f879b09de38db89fb19898a9dad5f aeaa59ccf4d18940b2dd310708420d1110273e9b b3a443286320687f4519cc1e35a235342995090d b415dbd02c8ab17a6bbd98aeb2a230047c58626e b929106efcac1e5bface1882bac0bbd10df9f920 b951e3586d460a4d6dc8a269117734f4d7b54258 be05f0e13656f5ec1e18e4486904145114ff5ce7 c67ecff5bf8aff308d5ea649d415e75c271487dc d9c3a1991070659884be970d30889253f9ec787e e5096eec67f6e5ddfc745c149e6c50aa8269ae8d e9c3380881b43e6ac641b6e2068d1bebd8334601 ed443fb38b6decc0784734b57d872a269a47da74 f79e7aa821eeef7c1d703231574e01b8e70e1fc5 fdbd4d7bfa8618a820a181c1c545a2091c789af6 Package: ros-kilted-libstatistics-collector Version: 2.0.1-2noble.20260519.042303 Architecture: arm64 Maintainer: ROS Tooling Working Group Installed-Size: 177 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-kilted-builtin-interfaces, ros-kilted-rcl, ros-kilted-rcpputils, ros-kilted-rmw, ros-kilted-statistics-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-libstatistics-collector/ros-kilted-libstatistics-collector_2.0.1-2noble.20260519.042303_arm64.deb Size: 25900 SHA256: 0c7da821a969f0032fc0a902655fd508bb1ff300de83d6649e3d4286290d7da7 SHA1: 61a3988a0a6564957cc11b630f6fd18dd8a1639c MD5sum: ee226f37748a70da2716832010faa6e5 Description: Lightweight aggregation utilities to collect statistics and measure message metrics. Package: ros-kilted-libstatistics-collector-dbgsym Package-Type: ddeb Source: ros-kilted-libstatistics-collector Version: 2.0.1-2noble.20260519.042303 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ROS Tooling Working Group Installed-Size: 122 Depends: ros-kilted-libstatistics-collector (= 2.0.1-2noble.20260519.042303) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-libstatistics-collector/ros-kilted-libstatistics-collector-dbgsym_2.0.1-2noble.20260519.042303_arm64.deb Size: 99316 SHA256: 518eb7c0075a6da41c7263416c4c661401929e440da029b5720613d27e233c78 SHA1: 8ff2dc841a88c6248e2401bf985ee4bfe5652788 MD5sum: d5886fdb71e27cf2c2bbd12d519c1cc8 Description: debug symbols for ros-kilted-libstatistics-collector Build-Ids: f1e4a6e009c4ac455a556c88cf3c47043e963613 Package: ros-kilted-libyaml-vendor Version: 1.7.1-2noble.20260410.151758 Architecture: arm64 Maintainer: Scott K Logan Installed-Size: 51 Depends: libyaml-0-2, libyaml-dev, pkg-config, ros-kilted-ros-workspace Homepage: https://github.com/yaml/libyaml Priority: optional Section: misc Filename: pool/main/r/ros-kilted-libyaml-vendor/ros-kilted-libyaml-vendor_1.7.1-2noble.20260410.151758_arm64.deb Size: 8570 SHA256: 104bdce5808e631a8414b665b02e6cbd69381fa819ccdd3bcc85c31f183e774a SHA1: f02ed29f31f3ecc44087a986d0f697f5d5aa27ed MD5sum: 19ff88a2b1900f1c84867fd79ca6cdcd Description: Vendored version of libyaml. Package: ros-kilted-lifecycle Version: 0.36.5-1noble.20260519.054709 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 1017 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-lifecycle-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lifecycle/ros-kilted-lifecycle_0.36.5-1noble.20260519.054709_arm64.deb Size: 174076 SHA256: 284f98d20f148da76ccc8becc44a59628e9f65292bc8fa752a03e34d33f12f04 SHA1: 5226c2ac02717448d548fa9eb3d7447151474954 MD5sum: f886b44ade1897b962ddbe7daaf06a6f Description: Package containing demos for lifecycle implementation Package: ros-kilted-lifecycle-dbgsym Package-Type: ddeb Source: ros-kilted-lifecycle Version: 0.36.5-1noble.20260519.054709 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 4467 Depends: ros-kilted-lifecycle (= 0.36.5-1noble.20260519.054709) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lifecycle/ros-kilted-lifecycle-dbgsym_0.36.5-1noble.20260519.054709_arm64.deb Size: 3750874 SHA256: bc73f8ff34401418c810b910bb7c0f60687fc3a23a36cd959300cfc067debb8e SHA1: 74f07e67e875179427d9e05c71bbe75521b56211 MD5sum: b61ce08bc0c5ce1dcb627ded753c6e78 Description: debug symbols for ros-kilted-lifecycle Build-Ids: 69840895f61c6331d7a8a2eae6fe8582d6239953 bc8ce46a3c5b42e530cd6e0565f2fe762e6f019e bf7e19adf2c7e7d8720284b5c11721cd654661fd Package: ros-kilted-lifecycle-msgs Version: 2.3.2-1noble.20260519.024555 Architecture: arm64 Maintainer: "Geoffrey Biggs" Installed-Size: 2823 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/lifecycle_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lifecycle-msgs/ros-kilted-lifecycle-msgs_2.3.2-1noble.20260519.024555_arm64.deb Size: 180806 SHA256: 51b1aa234ad0ecab2a74457dbe224463171bbc2a811729c658723e41d1f78879 SHA1: 38de1182509bf448f62ad4680195c3a57e1f52f2 MD5sum: bd2029554eacc9e0f9f40a624dc9aeb5 Description: A package containing some lifecycle related message and service definitions. Package: ros-kilted-lifecycle-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-lifecycle-msgs Version: 2.3.2-1noble.20260519.024555 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Geoffrey Biggs" Installed-Size: 1942 Depends: ros-kilted-lifecycle-msgs (= 2.3.2-1noble.20260519.024555) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lifecycle-msgs/ros-kilted-lifecycle-msgs-dbgsym_2.3.2-1noble.20260519.024555_arm64.deb Size: 1458240 SHA256: 2197c7d36de565f15a61cc61cc0e8c0b1101db243ff59d30d73a1724e2e17b16 SHA1: 201b607381812ce6052ce4120f6bea2bdd2a40bc MD5sum: 159e53ddd82304b350e2e95108d87fce Description: debug symbols for ros-kilted-lifecycle-msgs Build-Ids: 0feb6d246a6c74fbfc2d414ce5674be23cc7ed93 2aedbfe8b7ec22c001ea4cb6ead937ad80c5393e 4db5625ccf74d2a250056df32d3394c61ad5b349 56ea80afad9017affe6600154b5768fccd17cadd 5b89a17563584a2e5bd01b2ef90f148143b23a23 5bfd6e78c0552eb300521bd8bd6201ca2dfbd382 708d984d62dbf5bf71e94e2bb2f2a702ef5a4db6 8a01dca738945cca6dffbe333f8899255bc7f4b7 9a433533089c9ce10705262a6ce4690a23300d98 a29a83009a951be480618a0e1f603566b395624c f9cfd3d79ba0dfb10ff22d05200d981628057ddf Package: ros-kilted-lifecycle-py Version: 0.36.5-1noble.20260519.052817 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 50 Depends: ros-kilted-lifecycle-msgs, ros-kilted-rclpy, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lifecycle-py/ros-kilted-lifecycle-py_0.36.5-1noble.20260519.052817_arm64.deb Size: 8914 SHA256: aa57cf1f0647045070116c6f118d6668bcea1ef9aebb9bc001490d41d2ee71bb SHA1: 025263d95bb8c1ea3df09cf39be5e4e90f9121f8 MD5sum: c53dff9c22ac2b1fbd2abd17eec4aa77 Description: Package containing demos for rclpy lifecycle implementation Package: ros-kilted-linear-feedback-controller-msgs Version: 1.2.2-2noble.20260519.125247 Architecture: arm64 Maintainer: "Guilhem Saurel" Installed-Size: 1382 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, libeigen3-dev, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-tf2-eigen, ros-kilted-ros-workspace Homepage: https://github.com/loco-3d/linear-feedback-controller-msgs Priority: optional Section: misc Filename: pool/main/r/ros-kilted-linear-feedback-controller-msgs/ros-kilted-linear-feedback-controller-msgs_1.2.2-2noble.20260519.125247_arm64.deb Size: 84770 SHA256: a49f1cb20c4f74201c2c917e0f0307eec9c5ef246603a0aed2e1f3c87bb18894 SHA1: 4f8740ec782c9d09d897b3071c21f78189300ba3 MD5sum: 88f611695d5c1353fee6a2a37c4546ed Description: ROS msgs that interface the linear_feedback_controller package. Package: ros-kilted-linear-feedback-controller-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-linear-feedback-controller-msgs Version: 1.2.2-2noble.20260519.125247 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Guilhem Saurel" Installed-Size: 665 Depends: ros-kilted-linear-feedback-controller-msgs (= 1.2.2-2noble.20260519.125247) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-linear-feedback-controller-msgs/ros-kilted-linear-feedback-controller-msgs-dbgsym_1.2.2-2noble.20260519.125247_arm64.deb Size: 486244 SHA256: f1d55178beb47c75324c020308a221e981ec761d3ca37c438d3637a108226c3a SHA1: 3a270f093f14a4f90117e1af5ecfd461fa8e8b0c MD5sum: 20b23279f2a810ad895ce8344f6fe29a Description: debug symbols for ros-kilted-linear-feedback-controller-msgs Build-Ids: 01fc039d04992d7fa01ede5b42ae5b068ea97e19 1370c030004b48fa9ddf0b153eb59923d0a3f818 54dac116f1199ed56ba4e62943552acf24d1425d 5a1a77299d27d46bf8a12214b86aee023b828453 789c4471dd14a53497cfa1a9c0f20a648cd3e8be 8edb8a37db8d76093a5cd96f74767d74ac5d3df6 ad829dadaa8448d67046bd64741c5838c8496fd3 bc7b7c20120b3d0852c44aebf81704745ac7c430 c62dd637917196e6ee9c07a38ac4a99092954f35 f2dc3a8f1b81028fbdb6871108b01307437d2de5 fd926bd6ab360cfe2e38aafc5d0cd1d598cf8d41 Package: ros-kilted-linux-isolate-process Version: 0.0.2-3noble.20260410.180052 Architecture: arm64 Maintainer: adityapande Installed-Size: 42 Depends: ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-linux-isolate-process/ros-kilted-linux-isolate-process_0.0.2-3noble.20260410.180052_arm64.deb Size: 6422 SHA256: 2fafdffbde07a3c16e5d340f38d17a9d815e640fce0505b6072363099c24fa56 SHA1: 3a95748f70c876e3e03e110968d6ac8cfe87bed0 MD5sum: f79b08e3436a1120bb432dfedcae981e Description: A tool to isolate ros2 nodes Package: ros-kilted-log-view Version: 0.2.5-2noble.20260519.050907 Architecture: arm64 Maintainer: Marc Alban Installed-Size: 932 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libncurses6 (>= 6), libstdc++6 (>= 13.1), libtinfo6 (>= 6), libncurses-dev, ros-kilted-rcl-interfaces, ros-kilted-rclcpp, xclip, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-log-view/ros-kilted-log-view_0.2.5-2noble.20260519.050907_arm64.deb Size: 179068 SHA256: c7162530280c413396d3fad43485770b4b287d8f38930f4f1cb43066f42dad40 SHA1: e47658684b2b9bdc5b300bc7b63f2947a78936ea MD5sum: 3fff61e902881b0807cfc0fb95774139 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-kilted-log-view-dbgsym Package-Type: ddeb Source: ros-kilted-log-view Version: 0.2.5-2noble.20260519.050907 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Marc Alban Installed-Size: 3233 Depends: ros-kilted-log-view (= 0.2.5-2noble.20260519.050907) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-log-view/ros-kilted-log-view-dbgsym_0.2.5-2noble.20260519.050907_arm64.deb Size: 2840880 SHA256: f235274b311ea0010c68829f1ae85cf7e900aab85aad62638ba5b5ccfbaa837e SHA1: 663db870113df2ab270af26826ece7ea791f3ca7 MD5sum: 01d340ef432dd886c3aff0c0ce59ac0c Description: debug symbols for ros-kilted-log-view Build-Ids: 19a15e6d926b6a45b33e70d89d09927b017311fb Package: ros-kilted-logging-demo Version: 0.36.5-1noble.20260519.045452 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 1587 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-kilted-fastcdr, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rcutils, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-logging-demo/ros-kilted-logging-demo_0.36.5-1noble.20260519.045452_arm64.deb Size: 137718 SHA256: 7ab02a03bd0d703f6c257d49bfcf26d6247d3643182dc3bd1b08281307e76665 SHA1: 5389e43693c511262bc9743bbf19751e3e159c6b MD5sum: 3006a356af83f6dd4df31e00d18aed01 Description: Examples for using and configuring loggers. Package: ros-kilted-logging-demo-dbgsym Package-Type: ddeb Source: ros-kilted-logging-demo Version: 0.36.5-1noble.20260519.045452 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 2189 Depends: ros-kilted-logging-demo (= 0.36.5-1noble.20260519.045452) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-logging-demo/ros-kilted-logging-demo-dbgsym_0.36.5-1noble.20260519.045452_arm64.deb Size: 1877486 SHA256: 01bbe30eda2f98b64e5aa77f18a349d5d99b2c26fee8468a3f2af7572049d451 SHA1: 06d6fba0977b976e3464a254441025171d0a8970 MD5sum: 83b938378750c5a6adef7f42d1261a52 Description: debug symbols for ros-kilted-logging-demo Build-Ids: 0a3993d8ac8d9ee6725229dd831ab59db9bc4281 158187869180e7b5aadfe568193f06a8809d947a 3825692ba73407676a8737352224b302db910448 54e996b83cafc1a620a6ce97ddcfc879d2df1c64 5abfb42c7b8449fa4840adac029d1be5320fa6b8 72dbdd21a9acde7dd2430c52833c05811d06b140 904ff8e4f43589922cb574f71a748973143aa006 93fdb7bc90b522e4b03a5821450997c92b10ef20 9a266bbdac20fbfc4732c2b6ca7b93b3b548c627 a686f96c13508ae05b9ae27942ff5e9c7ca48553 b629163ed5336aa9205fe9137a96b11ddb71a2ec c1891f015d3570816c1eb28954a04fbfcc3ceefd e09dd2f226a076a4d2c666739ba5e45646772c8c eb9fa404a836058e8fc6a2bad7ed44e50a68b8f4 Package: ros-kilted-lttngpy Version: 8.6.0-2noble.20260410.183351 Architecture: arm64 Maintainer: Christophe Bedard Installed-Size: 379 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), liblttng-ctl0t64 (>= 2.11.0), libstdc++6 (>= 11), liblttng-ctl-dev, ros-kilted-rpyutils, ros-kilted-ros-workspace Homepage: https://docs.ros.org/en/rolling/p/lttngpy/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lttngpy/ros-kilted-lttngpy_8.6.0-2noble.20260410.183351_arm64.deb Size: 103786 SHA256: 0abe535e509d0406d6a0993aa2382fe7d27e16556cadbc826395569cb1e62ecf SHA1: 8bde4fe421f67c82f20b4c18dd2a2f94d438e20c MD5sum: ba00484b88736838d93a1b0b8293f8d1 Description: liblttng-ctl Python bindings Package: ros-kilted-magic-enum Version: 0.9.7-1noble.20260410.180048 Architecture: arm64 Maintainer: Neargye Installed-Size: 171 Depends: ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-magic-enum/ros-kilted-magic-enum_0.9.7-1noble.20260410.180048_arm64.deb Size: 26084 SHA256: c431dad8fe5124dc6a3c609750040d6d0da395b2880f792ec5146244c70fe1c7 SHA1: 865bd3eca6dcb6018547da255faa41251ad92a42 MD5sum: 25d6203cdea5b8009cb72e978de285ce 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-kilted-magnetic-model Version: 3.0.2-1noble.20260519.131344 Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 265 Depends: libc6 (>= 2.32), libgcc-s1 (>= 4.5), libgeographiclib26 (>= 1.50), libstdc++6 (>= 13.1), libgeographiclib-dev, ros-kilted-angles, ros-kilted-cras-cpp-common, ros-kilted-geometry-msgs, ros-kilted-rclcpp, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/magnetic_model Priority: optional Section: misc Filename: pool/main/r/ros-kilted-magnetic-model/ros-kilted-magnetic-model_3.0.2-1noble.20260519.131344_arm64.deb Size: 63530 SHA256: 89daf267ae9e3ed77884678e2ca160610ecd9effdf62656c2166ca08bae3c76d SHA1: a88fec5d78900b997c9ad38928ff85a69d3e5acb MD5sum: 4b38a41880c5080d32f83cb754d5dc2e Description: World Magnetic Model ROS API. Package: ros-kilted-magnetic-model-dbgsym Package-Type: ddeb Source: ros-kilted-magnetic-model Version: 3.0.2-1noble.20260519.131344 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 603 Depends: ros-kilted-magnetic-model (= 3.0.2-1noble.20260519.131344) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-magnetic-model/ros-kilted-magnetic-model-dbgsym_3.0.2-1noble.20260519.131344_arm64.deb Size: 549640 SHA256: fbdae62a4b5a7faf1d8963241e4174e85c8db7856414b4daff19976334ea13ab SHA1: 59d20e523cb3e48103fdff7d9fbcab37c69ce424 MD5sum: db54ef5462be0988502041774f360a17 Description: debug symbols for ros-kilted-magnetic-model Build-Ids: fc76ac62108ddf89adcc915124c8c20c8526fc58 Package: ros-kilted-magnetometer-compass Version: 3.0.2-1noble.20260519.132553 Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 2504 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.5), libstdc++6 (>= 13.1), libeigen3-dev, ros-kilted-angles, ros-kilted-compass-conversions, ros-kilted-compass-interfaces, ros-kilted-cras-cpp-common, ros-kilted-geometry-msgs, ros-kilted-magnetometer-pipeline, ros-kilted-message-filters, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-tf2-sensor-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/magnetometer_compass Priority: optional Section: misc Filename: pool/main/r/ros-kilted-magnetometer-compass/ros-kilted-magnetometer-compass_3.0.2-1noble.20260519.132553_arm64.deb Size: 376112 SHA256: 45be6f51efc4a2bd74ef4c36987b132d39ef88dc52161c944dddd65e6f27063d SHA1: 28f0b5eb0a6dbdef91bed75ac0913f6503d0ddb6 MD5sum: f9ff434561861b66a780ae0d97492dba Description: Compass based on a 3-axis magnetometer, attitude readings and possibly also GNSS. Package: ros-kilted-magnetometer-compass-dbgsym Package-Type: ddeb Source: ros-kilted-magnetometer-compass Version: 3.0.2-1noble.20260519.132553 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 11797 Depends: ros-kilted-magnetometer-compass (= 3.0.2-1noble.20260519.132553) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-magnetometer-compass/ros-kilted-magnetometer-compass-dbgsym_3.0.2-1noble.20260519.132553_arm64.deb Size: 9982956 SHA256: 457168ef2aa7b87deead89b28a952dba1303bd304b7dd86af429348267c815ad SHA1: 78cc96e24c8c6256183ddc1c35edef648ab78cae MD5sum: 766cb5161b2b6b035fc1ac5c88f076d3 Description: debug symbols for ros-kilted-magnetometer-compass Build-Ids: 4689a9913fe8a35f16aad124e8824db20dde6e88 59ce233478dd4e79e9b527bc885385eefb7cca74 5a71e5d2e2b536bc1562f2a138a45c2edcd26589 69b531b1ee05281eb859da28e39987129d285859 adfda89dce995795090d3df2601a37edcc15d5f2 Package: ros-kilted-magnetometer-pipeline Version: 3.0.2-1noble.20260519.130842 Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 818 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), python3-numpy, ros-kilted-cras-cpp-common, ros-kilted-message-filters, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rclpy, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-tf2-eigen, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/magnetometer_pipeline Priority: optional Section: misc Filename: pool/main/r/ros-kilted-magnetometer-pipeline/ros-kilted-magnetometer-pipeline_3.0.2-1noble.20260519.130842_arm64.deb Size: 143484 SHA256: 81ba27ef9b5beb8d9650e4864e325e594b9f5a90108ac4da1f152ca23b9a5998 SHA1: 186fb2b6da7be1bb7d94280eadc810f5229a1813 MD5sum: a7487f7466d8275025eb7e749aa1b1be Description: Calibration and removing of magnetometer bias. Package: ros-kilted-magnetometer-pipeline-dbgsym Package-Type: ddeb Source: ros-kilted-magnetometer-pipeline Version: 3.0.2-1noble.20260519.130842 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 3806 Depends: ros-kilted-magnetometer-pipeline (= 3.0.2-1noble.20260519.130842) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-magnetometer-pipeline/ros-kilted-magnetometer-pipeline-dbgsym_3.0.2-1noble.20260519.130842_arm64.deb Size: 3384900 SHA256: 1b439e2bebd2ee40513874583a5f4f75efa583caaf3557cb44b4d30df17d2078 SHA1: b21160b0938db267ddbdbb67f64551d3d779a3c3 MD5sum: 3df64b068b545239f3e8a1138fb8d27f Description: debug symbols for ros-kilted-magnetometer-pipeline Build-Ids: 0fa779eb2b6b91f209ecbadec6a218e2113c19f4 bc52729b441d14b16b8606f856b335edf84d5eb1 c8711d61f288c0c0e808d8ef21aa40cae2897126 da591a21ee78e54583df6926ef64037ada177cdd Package: ros-kilted-map-msgs Version: 2.5.0-2noble.20260519.034313 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 3574 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-nav-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/map_msgs Priority: optional Section: misc Filename: pool/main/r/ros-kilted-map-msgs/ros-kilted-map-msgs_2.5.0-2noble.20260519.034313_arm64.deb Size: 236414 SHA256: 0233ca2d93e73802e1154ab0966f4527e4696f8daf9bf60928177d4eb6c7cdef SHA1: a7fefc90ab1ae3743dbebc6d31d9937295c944bc MD5sum: 93090e5248f1eff76f7b31b1adb8eb8f Description: This package defines messages commonly used in mapping packages. Package: ros-kilted-map-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-map-msgs Version: 2.5.0-2noble.20260519.034313 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 2779 Depends: ros-kilted-map-msgs (= 2.5.0-2noble.20260519.034313) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-map-msgs/ros-kilted-map-msgs-dbgsym_2.5.0-2noble.20260519.034313_arm64.deb Size: 2151210 SHA256: 28c337215f6cdd5aa2e2ea12f0cca92a5ace6cd50d99ab1d19218bc02a76a04e SHA1: f34b479f5001df9840714c882ef050b436ea0109 MD5sum: cd72b4d799326befb491af9559bd91cb Description: debug symbols for ros-kilted-map-msgs Build-Ids: 2a17e3e2515fe986a28e710df5165350cf656a71 49e2b1ff5f7614c7d530177d786751ffe3edce0b 5c53cefcfb92868be5c83d0a4634816a0e7c16ca 6376d9f1495198cdc08ca4ffc40496be3fb436e6 7e14defbb770d510cad80ccba965676adfb85c70 978d7ce0bbc2b936cffd79705997b29e2fcd0762 a0dd5b5ad2ecc4d7460480654468c0f2007d825c a65c9cccbbef3b17215f0bfad52d55e4829ce46f a958e0a17d5763dd8532ec0d6c9261fbbbddc3d0 da0bc5b56f08b5b61a2ea26e90322ba8130ab641 f7c10e9450dc5f1c42136927a6e5873521368425 Package: ros-kilted-mapviz-interfaces Version: 2.6.4-1noble.20260519.023157 Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 1242 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Homepage: https://github.com/swri-robotics/mapviz Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mapviz-interfaces/ros-kilted-mapviz-interfaces_2.6.4-1noble.20260519.023157_arm64.deb Size: 81646 SHA256: d0916f3504a74bc7c5270e2d49019fd146ce038e1b28fcd9157c06eed5f3ebd1 SHA1: 1a8f1aa51bd16f5e581f3e367615850e64e5ef55 MD5sum: 1ca45011ba73498c15acd6279b7862be Description: ROS interfaces used by Mapviz Package: ros-kilted-mapviz-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-mapviz-interfaces Version: 2.6.4-1noble.20260519.023157 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 621 Depends: ros-kilted-mapviz-interfaces (= 2.6.4-1noble.20260519.023157) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mapviz-interfaces/ros-kilted-mapviz-interfaces-dbgsym_2.6.4-1noble.20260519.023157_arm64.deb Size: 453298 SHA256: a758abb4ac85656712ff7653fbc676be6d9c6635c6e94b14ada185cc24b4be08 SHA1: 1c21edc98aacb255b9e0091d0fac0c8a0d44b3de MD5sum: 3a485341aa3a912fbfa659241d1ed2cd Description: debug symbols for ros-kilted-mapviz-interfaces Build-Ids: 0d734470219775a9d167be99f972f90cbf8a52eb 12146224acbf783efa8c90a80f2558f2f576c52e 1c9c5c5017d57beea89dc41706bd5564c429a50f 217e74c00e449dd164d03750707a7c2bdf615bb2 4a5842872ad932f554a708099ac3dcca094f5500 635dfde90bf4f821db79d440073c7cfd4fec07b7 87a78de1f4f933c70eb2700b260968f550b1796d 9911bb78b1bf471deb8b08293fc69f75fa82342c aacbba8a36387134d15c91bbef524f1ce80c004a d224336717613a18bad28f0156fbedfe8eb2e0f1 d24e647c2ec8103cb01ac96c12cb24824107bdaf Package: ros-kilted-marine-acoustic-msgs Version: 2.1.0-2noble.20260519.031504 Architecture: arm64 Maintainer: Laura Lindzey Installed-Size: 2342 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marine-acoustic-msgs/ros-kilted-marine-acoustic-msgs_2.1.0-2noble.20260519.031504_arm64.deb Size: 162168 SHA256: e3810bc64065b07df2c6b186e0b1a0108e3cfdbbd1de5a3a860dc6248bfc9f64 SHA1: eb8a9d915b983abdea12c747d20ada1063d2aeaf MD5sum: b3ed4c977d3b752d86d2b3a610bddf9f Description: The marine_acoustic_msgs package, including messages for common underwater sensors (DVL, multibeam sonar, imaging sonar) Package: ros-kilted-marine-acoustic-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-marine-acoustic-msgs Version: 2.1.0-2noble.20260519.031504 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Laura Lindzey Installed-Size: 1472 Depends: ros-kilted-marine-acoustic-msgs (= 2.1.0-2noble.20260519.031504) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marine-acoustic-msgs/ros-kilted-marine-acoustic-msgs-dbgsym_2.1.0-2noble.20260519.031504_arm64.deb Size: 1136444 SHA256: d068d182bd142eaa0d35651a2c433ca617d15ab16dae2cbcf185b10ea8ef34fd SHA1: 380644e703aac7671aa05d2613ae4e4e1283d6b2 MD5sum: 547bc78c41677c9f33baa78ab20fcc30 Description: debug symbols for ros-kilted-marine-acoustic-msgs Build-Ids: 041bd11959ac8d18c7b86c6910525ed80b15b957 3428971d140561cac8839263c622addc04ffb3d2 539464b36bb0993c011de03c977dcd0bdb2026ba 6239649f28653693d55756dd1e68b53abd514e1b 9b00e9cd1b799b8b4c1440733146ee05e4d8c5b9 9e6e3cff7e00f21307e37fdca007ee7d33bd29d8 b3c12db2083f0d19e1b91e3af1e25a99fea9b558 cd2f01f34671bff490d1f409adebafd17e63ecf4 e3c6cfe28d1d25015bcab8aa055df35bca173129 e7955d4ff8694c37731a84d8a2c101ee5eb7a269 eb0c07e2a9ad21ad474aa4fa66f93e62e14c045d Package: ros-kilted-marine-sensor-msgs Version: 2.1.0-2noble.20260519.025546 Architecture: arm64 Maintainer: Laura Lindzey Installed-Size: 1244 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marine-sensor-msgs/ros-kilted-marine-sensor-msgs_2.1.0-2noble.20260519.025546_arm64.deb Size: 72742 SHA256: 03d31e86421d9c8d3cb426fa31227d1f086cc57cd0ce18d9bc7341d3e5d7b049 SHA1: 3be301a511f19b34a37c1605667f201e48fc85c9 MD5sum: 13b2bf35eb16a4d452604b8d376a1f37 Description: The marine_sensor_msgs package, meant to contain messages for common underwater sensors (e.g., conductivity, turbidity, dissolved oxygen) Package: ros-kilted-marine-sensor-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-marine-sensor-msgs Version: 2.1.0-2noble.20260519.025546 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Laura Lindzey Installed-Size: 591 Depends: ros-kilted-marine-sensor-msgs (= 2.1.0-2noble.20260519.025546) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marine-sensor-msgs/ros-kilted-marine-sensor-msgs-dbgsym_2.1.0-2noble.20260519.025546_arm64.deb Size: 429388 SHA256: cae0c334d05eff4c3f75393194682a93e9424113a2b9d8d5f18d44bde05d5fa1 SHA1: 803a4a3e793d15603fce6d1eacc9b1d8614d8224 MD5sum: 4fd28f4589845703ea08c5f188a23ff9 Description: debug symbols for ros-kilted-marine-sensor-msgs Build-Ids: 0ed1f2ffdc6e502bf2fc62ada9ae482c286d8c8a 3299317f9bdb00cf23af7bcae4f1409405abf387 3b0b87716c1bc8e244b4bc2e3b807ae72550641a 541e4082eddaa92a03ff93b20ca2a3c336d75b99 75b4460cc8d0c4336408cd4d4bae621c652b5025 8c5b40975a5a214bb85528a6910da20cce34daf5 a4ca849fad356637f5988917a228c6d4795cb201 ba98b5559d6bdeba248ae4b60955076b3229c376 c75a07677ae64797c8c0e5b910e33ee9a3aee2bf e08582cc6546eacac1aaa23f01559d15b48ed010 e64cd17cf4205faabb0eedca76f985b5b10ebea1 Package: ros-kilted-marker-msgs Version: 0.0.8-2noble.20260519.025636 Architecture: arm64 Maintainer: Markus Bader Installed-Size: 1967 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/marker_msgs Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marker-msgs/ros-kilted-marker-msgs_0.0.8-2noble.20260519.025636_arm64.deb Size: 134834 SHA256: 72368b545359a5582a23ed51a8771aa272b47d7ccb46a901c5d7d60c15e273ed SHA1: 1458a6ae6e0d725e6753204632dcd824dcd9c7a9 MD5sum: 9f9a2dbff7b65c3ca17bc405c83a83c8 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-kilted-marker-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-marker-msgs Version: 0.0.8-2noble.20260519.025636 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Markus Bader Installed-Size: 1461 Depends: ros-kilted-marker-msgs (= 0.0.8-2noble.20260519.025636) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marker-msgs/ros-kilted-marker-msgs-dbgsym_0.0.8-2noble.20260519.025636_arm64.deb Size: 1145538 SHA256: 3cf5d7a0a4d3117163480a2e262bae837d0f8f5df9b00fe4eae9a9abd30dcca3 SHA1: 1346a1537e0fba84751ef0bfc860584651fb8231 MD5sum: 3a98e8b7e651a860521efed9a4c8bf29 Description: debug symbols for ros-kilted-marker-msgs Build-Ids: 03d2adb2194b4a4e0c4ccbc5b34190245efd9f80 10948e7ccb24150ac07731bb57faee3183b472a4 29ec95e46ba4e02b6880f47baddb252c78aabffa 4ff76dd3ba82b9237bd16f8e30f3c35eef44cd82 9605e2965a559c2dcfbf5c176a3f1b4e3a11cbd6 a5760f5ccddb641cfc82b20c7ec66e33692ca1af b0a7b87b25a3cc84e54c83965003af95e14caa22 c89e0ffd0a9b975995bca1779c89af960cd84388 d5371747ae45d0ce6c5d36d42627f51f3a62d37d d8fdd63082819f655d09d25f9734cb34d5968eaa e096d65e4eecaf15ff292afaaf12fb32d4245b7a Package: ros-kilted-marti-can-msgs Version: 1.6.1-2noble.20260519.024605 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 1021 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: https://github.com/swri-robotics/marti_messages Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marti-can-msgs/ros-kilted-marti-can-msgs_1.6.1-2noble.20260519.024605_arm64.deb Size: 46302 SHA256: c1d04da0ec28ac610b71cfe698254a336ae10cc112c34db8b6f0efe0b937088a SHA1: 2e0948fac95878ab9417dcecc626160f27b91daa MD5sum: e1c04e64134f372791fc0f108e0dc9ee Description: marti_can_msgs Package: ros-kilted-marti-can-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-marti-can-msgs Version: 1.6.1-2noble.20260519.024605 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 301 Depends: ros-kilted-marti-can-msgs (= 1.6.1-2noble.20260519.024605) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marti-can-msgs/ros-kilted-marti-can-msgs-dbgsym_1.6.1-2noble.20260519.024605_arm64.deb Size: 193982 SHA256: e35515147c1af279478860cb8a1b3b887edaab0775204624fd34b7e69c51181a SHA1: 5cdbbeebce7f78a90bd73867c665b5f1ad1c764b MD5sum: 433aff2e650e636e582460eb3b12f27e Description: debug symbols for ros-kilted-marti-can-msgs Build-Ids: 0024318762f2b406fec166f8db24795b4667a01e 0459c1d71960dc95f98a301c937eb45b05eebd88 15929231b11eb956b56ab4c9107128c37c80160f 2f68ca13ca237e317f43ad230d37bc21e8f0bacf 41f71068af86a9769764634efe1f32bd71f1cf16 4f10c71c5662bf6be819c11886013c1d3400ec1b abf9d2becf87e9be1d347b5ac688427dd359b533 b8e7b0835ace4374df524ac6bbade5a2280f024d ddaf91472715de8c6d8eacaff0271d32ebd60d72 ea07e58f3c9f9288aa2a9771554751f25dde8704 fdd2f60ac804aa014d894c1ac6365d16c71132bd Package: ros-kilted-marti-common-msgs Version: 1.6.1-2noble.20260519.022855 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 3229 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: https://github.com/swri-robotics/marti_messages Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marti-common-msgs/ros-kilted-marti-common-msgs_1.6.1-2noble.20260519.022855_arm64.deb Size: 188624 SHA256: a009dfb5a177064b0ed15e398d181dbd8b4733ef823694ff5a0d0a085e757d45 SHA1: 955bf5ace0f3aedb85e5516ff4356a299b59a8fc MD5sum: f56466202ad3d10a866fde2a46ddcbba Description: marti_common_msgs Package: ros-kilted-marti-common-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-marti-common-msgs Version: 1.6.1-2noble.20260519.022855 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 2468 Depends: ros-kilted-marti-common-msgs (= 1.6.1-2noble.20260519.022855) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marti-common-msgs/ros-kilted-marti-common-msgs-dbgsym_1.6.1-2noble.20260519.022855_arm64.deb Size: 1845512 SHA256: 5466edbc0989a46500b82967f428dd953acc12414fd40b901c0bd69a7ac5a7ea SHA1: c86f44b9c1079ca28ec53c19febcc76363319d43 MD5sum: 966295a48bb3e9dceb113b92c854791c Description: debug symbols for ros-kilted-marti-common-msgs Build-Ids: 6361d9abd15f37bdd21e1d79b9162813908cbb85 6cea565ac73cec2c776febed62e345a87b9ac33f 79fa90b3289fece309daeed33d8b1a39471a3cbb 7f9dd18975ef4f6b40b076f8a87ea811df733da1 8394fb0aec3ba0920c6e2c7233fbc1228ccd1b4d 92846ddc820f165d2c220a071500b844814c05b9 b504c4fab5f9b23cf79609b9977487097041989a b8715b45d1e3b7d58b534da2302d778e9713e268 cc0038a64aeddb4e43e9779c87c954b4fb282ed2 e2cf6ecf20b94c1a18d5c5c5b079e98a6750a1f8 eeec196ee0e415a15d6f97155e5a3405f7898f00 Package: ros-kilted-marti-dbw-msgs Version: 1.6.1-2noble.20260519.022932 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 1302 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marti-dbw-msgs/ros-kilted-marti-dbw-msgs_1.6.1-2noble.20260519.022932_arm64.deb Size: 69756 SHA256: e4349f4dbde17b90f7c6c76162e479da8f300e21443f5bb23e5421f516c752b1 SHA1: d3d28f9adb3d1d42c1545521955a7849e53dab7d MD5sum: 8d570f08fde3b7f0b95dd395a0e97672 Description: marti_dbw_msgs Package: ros-kilted-marti-dbw-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-marti-dbw-msgs Version: 1.6.1-2noble.20260519.022932 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 547 Depends: ros-kilted-marti-dbw-msgs (= 1.6.1-2noble.20260519.022932) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marti-dbw-msgs/ros-kilted-marti-dbw-msgs-dbgsym_1.6.1-2noble.20260519.022932_arm64.deb Size: 387678 SHA256: 875e9657c277e5de4771270505a7ecef5d2248345e5f49ba67dbcf34d62d0dcb SHA1: 0403bbf0fd244109ed1d11866de61b7c9d3fa1c1 MD5sum: 825502ea5664fb526fafe6957cf26827 Description: debug symbols for ros-kilted-marti-dbw-msgs Build-Ids: 27639e52bfc7155cb4acd5e712d0b2c408d42535 34b28989ecd3cb881782a0d8dab0f1434022e9b1 3703a35b9e574a8f3c3567952810bfc2577b8de6 8059246fc116659f02a5e1f9b81a98467e9344f6 94c337b8b1257fd39fa076165c66e28703e2e8a4 b9bfca128033d67d069f950c39d2aa45afaca201 bb5c9a9d81f54e6550aad12c6a7f153a9c21c5d2 bf9c0d6b7f4302d84e4bb068c7b1260ae0a31249 cb1d748e0d85c68e4a811e178512c34cd66809ce e7a01a0323ec3a0901b3300ea4382c48807899bf f47c073e8bcec0969bb86740924ba6fcc4665b56 Package: ros-kilted-marti-introspection-msgs Version: 1.6.1-2noble.20260519.024700 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 1471 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: https://github.com/swri-robotics/marti_messages Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marti-introspection-msgs/ros-kilted-marti-introspection-msgs_1.6.1-2noble.20260519.024700_arm64.deb Size: 92780 SHA256: 504b0985ec2177c46c43bac01472b3c24a3f4affe8120e3489c2b9c7cb4c757c SHA1: c8033f17ab20d0849ba9161031b9bcd046243b78 MD5sum: 5c72fbbeafb253e8f36a962e73d2ae6a Description: marti_introspection_msgs Package: ros-kilted-marti-introspection-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-marti-introspection-msgs Version: 1.6.1-2noble.20260519.024700 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 854 Depends: ros-kilted-marti-introspection-msgs (= 1.6.1-2noble.20260519.024700) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marti-introspection-msgs/ros-kilted-marti-introspection-msgs-dbgsym_1.6.1-2noble.20260519.024700_arm64.deb Size: 657658 SHA256: cb13c0def510ea802a174ab711b05ec912346f75dd525e6fb09dbf7a7ef01194 SHA1: 5ad7115c302997402777079ee75b4bdbc35edf83 MD5sum: a6c5978844eeafee6533d9424d67fed5 Description: debug symbols for ros-kilted-marti-introspection-msgs Build-Ids: 0afd1856abc493791e7e56883a99bf23fb2b6812 6115fcb53e4389ed59e67175d71c36bb0f251e42 6330234006779155bce812605f99df44ac8a8a74 8213cc048dc9e0cacccfa47389232f0948589117 8fffadd5ad7cd729044871bf46d31d655af1f038 9181e24c4a7adeb3db712dc308e1fbfa894a4855 a21b7e5f96ac5ef45eb14c33e688fdc3ded10748 a78385a10c3ea029df612123586a4c6ab8e9b3f7 a9d0d7128f5dee417776b87927f7bd7f34c09d54 bef0205c540e850f371b4492f20a344c8ada9982 e23aa6a0dcc69b34c70edd0d6d602669ff6c46f2 Package: ros-kilted-marti-nav-msgs Version: 1.6.1-2noble.20260519.034548 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 7482 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geographic-msgs, ros-kilted-geometry-msgs, ros-kilted-marti-common-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: https://github.com/swri-robotics/marti_messages Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marti-nav-msgs/ros-kilted-marti-nav-msgs_1.6.1-2noble.20260519.034548_arm64.deb Size: 471934 SHA256: abcac1dc57ecd63333c6b8c938909bf6daa099d6e06fd88076209a6f061e9b57 SHA1: d84902043361ed5234450c5227fcac1e6397ea65 MD5sum: b769b8b47bfb094cf4dfe531e9a14338 Description: marti_nav_msgs Package: ros-kilted-marti-nav-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-marti-nav-msgs Version: 1.6.1-2noble.20260519.034548 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 6015 Depends: ros-kilted-marti-nav-msgs (= 1.6.1-2noble.20260519.034548) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marti-nav-msgs/ros-kilted-marti-nav-msgs-dbgsym_1.6.1-2noble.20260519.034548_arm64.deb Size: 4737096 SHA256: 1853943b1634fa15f872c96521bb2b83ff3450d89e2711561993890dca699b54 SHA1: cbf99f50ff0d0950aa0fac4033c8232e11fc5286 MD5sum: b884ed5798e190a6d7aa41752bbe86c0 Description: debug symbols for ros-kilted-marti-nav-msgs Build-Ids: 28802cd5cc81ca40be811cd64c1e2c0b88c006c1 4849da6ec23017c07f212342750e1db0a342332a 5e62a9a34023949aebe9669f31b27b60ffaece1e 8c21c8d8bc2976353fc52f6551b1ed13407dea24 93ba605f7afc9a1180ae0ca1f568817662342a14 b4d625ff56c05be29725cb2c93024f80fc43ee58 cb988955b05a594a59eaf4c5c9aef199b8cc5190 df238b1827930542fdfbdf8ab7ea8492b818c1c8 e16fa00e7c11ac0a5d59f96693beb7bc0578f686 f5fcecaa93a21d2ba91af1bcff56debe5d606b7a fc6ca728002275efd0b26fa39a653133f5c52207 Package: ros-kilted-marti-perception-msgs Version: 1.6.1-2noble.20260519.031653 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 1020 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: https://github.com/swri-robotics/marti_messages Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marti-perception-msgs/ros-kilted-marti-perception-msgs_1.6.1-2noble.20260519.031653_arm64.deb Size: 44012 SHA256: 7cbd5de17a876b575b23757b20b8f1cc25ac1b992cac39e8e681f464eb6b476e SHA1: 14e00417b2be9cb498a7ce31036510ac3691b7e6 MD5sum: bead4d9865632e9821bfd12ba43ec599 Description: marti_perception_msgs Package: ros-kilted-marti-perception-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-marti-perception-msgs Version: 1.6.1-2noble.20260519.031653 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 289 Depends: ros-kilted-marti-perception-msgs (= 1.6.1-2noble.20260519.031653) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marti-perception-msgs/ros-kilted-marti-perception-msgs-dbgsym_1.6.1-2noble.20260519.031653_arm64.deb Size: 183628 SHA256: 71cbabf14660d6d332868821d2b5b57836452018433747dab5617cc57ded1042 SHA1: 086fcd060849bf3250477931c1532a7c51abfbf9 MD5sum: 1e01711ee92b4764aef40daf9fae1286 Description: debug symbols for ros-kilted-marti-perception-msgs Build-Ids: 012f13e2a71c187c936dc192615fe5c7de35270f 0efeaadf23ecfc43b4f5b8f89cc6f5562ce2acb2 26e4a288ff513f2ccced0419f9753fa4d8d3940b 7af75d189e5de186223e89d60ef6a0af04f05eaa a01464db81844e7574e2459f1f8508bba141a067 a1b0a76e4406815fd5d6c71e52c8d3672bbd0e80 c72debfa7be8532b89f21d361bf5aabdf1cfaefa c72eaf6b7fbc6ae15d559c6d695b9b7f0b76fcb9 e1e821ed1e5abb1b34c18c3b41f12d00c93b58bf e52ce3dbd4a38629c90ba755433318d7160274fa f0c40e6babbe481f72a1e0717fd33fc151391403 Package: ros-kilted-marti-sensor-msgs Version: 1.6.1-2noble.20260519.031529 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 2497 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Homepage: https://github.com/swri-robotics/marti_messages Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marti-sensor-msgs/ros-kilted-marti-sensor-msgs_1.6.1-2noble.20260519.031529_arm64.deb Size: 162204 SHA256: ae2622bbb0e512184b61592ece8cd94b3edaf16e8d1edcf19ec8f7f5fcae3319 SHA1: 13ba9f027498962ae0d70be65e220bba24a0af6b MD5sum: 0e3668db625132e0e5e92b321f38e030 Description: marti_sensor_msgs Package: ros-kilted-marti-sensor-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-marti-sensor-msgs Version: 1.6.1-2noble.20260519.031529 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 1672 Depends: ros-kilted-marti-sensor-msgs (= 1.6.1-2noble.20260519.031529) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marti-sensor-msgs/ros-kilted-marti-sensor-msgs-dbgsym_1.6.1-2noble.20260519.031529_arm64.deb Size: 1254150 SHA256: 96d76b20e6cf10d3f56053d250488caf9bbf90dc5fdd629381cfa947a0dc3d20 SHA1: 44233860b5fad440a83c177d367dceb458f25297 MD5sum: b2861b14afcf1989f18439fbacef54d2 Description: debug symbols for ros-kilted-marti-sensor-msgs Build-Ids: 001e2eb0ba0d7b45a938fe1b9218fd2fdc38411a 1eafa2f458decf1c8e0a6c527a6c51125c02f9ad 5920fbb50684c6f7fd6efec0465af7adc58c271f 5e3bd6541765ae97381d9aefbae2a5d7f18df170 79ba3b2b126d546aaa728d8f132ae46f15510e6d 8789201edf6abd5121bcf26a703e111946a13892 8e62598c74ad7324b57060cb81457502ee9257e0 bcc488b8e14acd0cb292cbac37b7e5476572a592 cb95a8bf66cee22b7055b63414088de61dfc87f0 cdd3a707f4b8132745a65f50703d04db11f8cbd2 e918fa5c6c1572cc70874f057a08d0baa0d23e5c Package: ros-kilted-marti-status-msgs Version: 1.6.1-2noble.20260519.024743 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 1064 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: https://github.com/swri-robotics/marti_messages Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marti-status-msgs/ros-kilted-marti-status-msgs_1.6.1-2noble.20260519.024743_arm64.deb Size: 50900 SHA256: c4e64a04cf0a55e0477f790a55543c078f3670659499ee8568b9df86a47c0e1b SHA1: 985d5c0d3190e3dcb4695d299295073775973c21 MD5sum: 1cb7de78eeb20d0856ff38db41774598 Description: marti_status_msgs Package: ros-kilted-marti-status-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-marti-status-msgs Version: 1.6.1-2noble.20260519.024743 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 322 Depends: ros-kilted-marti-status-msgs (= 1.6.1-2noble.20260519.024743) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marti-status-msgs/ros-kilted-marti-status-msgs-dbgsym_1.6.1-2noble.20260519.024743_arm64.deb Size: 212888 SHA256: 4e228f7a5bcad8effbfee92545ce81f65d81239241f257b6d085f5f00f1a9134 SHA1: fa7882242eb9fd6ea763354d24f46c9b3d0c4551 MD5sum: 232ca0cefb0f8287578f065648f27e22 Description: debug symbols for ros-kilted-marti-status-msgs Build-Ids: 0e5385f10f11d7e580f7a010ed992525f02b5fb5 4cf432b88df4155f494ce96b9946c54c15449492 4d29cf9cd384de69bed06f5c043a636cec33257d 79e4446a8f668dfd4ef7fcc1005a8cc459993aaa 87d0db5a9bf915e6296ed49970ac8209e596355b a99083138241ca1ccc784b3fd6c6d739a1e98781 b8a91ef6cd014fd42ece6d7aa8e85da5d8b6c2e4 bb305a9e7acde80f3a76f5316d396bdad04adb30 ceaaac26211103aaea96e8c104883f2daf93b800 cebcd6df72c59cdcee2926512dab465eb468a317 d0939fbc12ca3db55523312059593fe027c84c95 Package: ros-kilted-marti-visualization-msgs Version: 1.6.1-2noble.20260519.030718 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 1183 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Homepage: https://github.com/swri-robotics/marti_messages Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marti-visualization-msgs/ros-kilted-marti-visualization-msgs_1.6.1-2noble.20260519.030718_arm64.deb Size: 68808 SHA256: fc8d8ca1adb07000a3aa197fa2832954e562925501e5cb27646c73c489034f07 SHA1: 2bb25219471c9f773dcfe873714b4635ecfcdca4 MD5sum: 8e3972455feac46f61632fd6857d7aaf Description: marti_visualization_msgs Package: ros-kilted-marti-visualization-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-marti-visualization-msgs Version: 1.6.1-2noble.20260519.030718 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 530 Depends: ros-kilted-marti-visualization-msgs (= 1.6.1-2noble.20260519.030718) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marti-visualization-msgs/ros-kilted-marti-visualization-msgs-dbgsym_1.6.1-2noble.20260519.030718_arm64.deb Size: 380362 SHA256: 74cba6cc7038227b0bf9316b250b0498e1b482c90a5cc708e8bdd94a7ef15026 SHA1: dd8d63e26b83f6820587f717608b684438163f3d MD5sum: 96cbb66b9b68441c63604c3716e091a0 Description: debug symbols for ros-kilted-marti-visualization-msgs Build-Ids: 099d9070f0b96c86c90c0988c36e8f1409cf9aac 88919e423455dc075eaeacbaed0781d3f55d6f53 91ec8b4e91ac97aaa230698d82a3571f17713da3 978be26cbf96ef0ead44f52bd5af234be14cc5a1 b478fa966605a62921d1d46f5f5fc68e2e01ef98 b66e6f83eedd016ced5b56c414c3039f9dbbc2bd bedef8fcf888294c2a5435fbc90fa3b9c855967d c367503c1e3c2cbe70389c9708d89a0f3e25d1f0 c4fc4fdd707d7b02fec5b55942900b8334aced08 cb933d26050e297f9d232a33f3e276e37dd5a3ab eae044e172d0fa048e1df73c3bad407f39c642ec Package: ros-kilted-mavlink Version: 2026.3.3-1noble.20260410.151927 Architecture: arm64 Maintainer: Vladimir Ermakov Installed-Size: 22010 Depends: ros-kilted-ros-workspace Homepage: https://mavlink.io/en/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mavlink/ros-kilted-mavlink_2026.3.3-1noble.20260410.151927_arm64.deb Size: 1056652 SHA256: 4784655032a8467838e5a2ad6b8f88ee510d820d4873d59211a6393b018c54e7 SHA1: 8d2e498fdc0444ec60de715b15a99db1cfe32db1 MD5sum: d2387fce3ebbb4b452986a046bf43ee9 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-kilted-mavros Version: 2.14.0-1noble.20260519.125354 Architecture: arm64 Maintainer: Vladimir Ermakov Installed-Size: 9654 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgeographiclib26 (>= 1.46), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), geographiclib-tools, libconsole-bridge-dev, libeigen3-dev, libgeographiclib-dev, python3-click, ros-kilted-diagnostic-msgs, ros-kilted-diagnostic-updater, ros-kilted-eigen-stl-containers, ros-kilted-eigen3-cmake-module, ros-kilted-geographic-msgs, ros-kilted-geometry-msgs, ros-kilted-libmavconn, ros-kilted-mavlink, ros-kilted-mavros-msgs, ros-kilted-message-filters, ros-kilted-nav-msgs, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rclpy, ros-kilted-rcpputils, ros-kilted-rosidl-default-runtime, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-tf2-eigen, ros-kilted-tf2-ros, ros-kilted-trajectory-msgs, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/mavros Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mavros/ros-kilted-mavros_2.14.0-1noble.20260519.125354_arm64.deb Size: 1500498 SHA256: 2b05adf0d3268438ff1e78b4332f1ba952d316e2dd39c87618925bc17c2df1e5 SHA1: 7da1d2e1956f4d0d953b9cc2f7aaa11efe3ac06f MD5sum: 41f67cc08ac985e65ad2595810379664 Description: MAVROS -- MAVLink extendable communication node for ROS with proxy for Ground Control Station. Package: ros-kilted-mavros-dbgsym Package-Type: ddeb Source: ros-kilted-mavros Version: 2.14.0-1noble.20260519.125354 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Vladimir Ermakov Installed-Size: 67816 Depends: ros-kilted-mavros (= 2.14.0-1noble.20260519.125354) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mavros/ros-kilted-mavros-dbgsym_2.14.0-1noble.20260519.125354_arm64.deb Size: 58665820 SHA256: a0f10aabfe6621935fd637d40bbf0d3574bb30c2a6d5836490e7757c21bedab2 SHA1: cb751b3a9a645969c67b6bc5ea6f319fd6e094a4 MD5sum: f713b8c238eb91d507f1d0b44ba4a1a6 Description: debug symbols for ros-kilted-mavros Build-Ids: 211b7c7f0a7568e1f189c3ddc24344e6d296e45f 3d8fa5341e8f0e0f661c41b3098256e74b455fb7 bd71b5cd50bb55ce9415b90ebd66d52ec88f3801 Package: ros-kilted-mavros-examples Version: 2.14.0-1noble.20260519.132425 Architecture: arm64 Maintainer: Haroon Rasheed Installed-Size: 112 Depends: ros-kilted-eigen3-cmake-module, ros-kilted-geometry-msgs, ros-kilted-mavros, ros-kilted-mavros-msgs, ros-kilted-rclpy, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-trajectory-msgs, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/mavros Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mavros-examples/ros-kilted-mavros-examples_2.14.0-1noble.20260519.132425_arm64.deb Size: 12896 SHA256: fb16e0b92b5a42b0ba60ee131fef14fb0dff13f934c37964debcf0672b2b9297 SHA1: 699ccebd2d69ffeceb073a9a9022f3558fc23ee3 MD5sum: 619b97765a58af10d3366a1d8c647b44 Description: Example scripts demonstrating MAVROS usage Package: ros-kilted-mavros-extras Version: 2.14.0-1noble.20260519.170316 Architecture: arm64 Maintainer: Vladimir Ermakov Installed-Size: 12788 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), geographiclib-tools, libeigen3-dev, libgeographiclib-dev, libyaml-cpp-dev, ros-kilted-diagnostic-msgs, ros-kilted-diagnostic-updater, ros-kilted-eigen-stl-containers, ros-kilted-eigen3-cmake-module, ros-kilted-geographic-msgs, ros-kilted-geometry-msgs, ros-kilted-libmavconn, ros-kilted-mavlink, ros-kilted-mavros, ros-kilted-mavros-msgs, ros-kilted-message-filters, ros-kilted-nav-msgs, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rcpputils, ros-kilted-rosidl-default-runtime, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-tf2-eigen, ros-kilted-tf2-ros, ros-kilted-trajectory-msgs, ros-kilted-urdf, ros-kilted-visualization-msgs, ros-kilted-yaml-cpp-vendor, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/mavros_extras Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mavros-extras/ros-kilted-mavros-extras_2.14.0-1noble.20260519.170316_arm64.deb Size: 1540294 SHA256: 5e8751df05cf7d7112309fd0556829f16e461d1b2e4150ac40d5ccaf45d167a4 SHA1: 450ce9a6a8e6ecda993accc27c147105844531a5 MD5sum: 86fc0b0231a3729c3d558168db46b284 Description: Extra nodes and plugins for MAVROS. Package: ros-kilted-mavros-extras-dbgsym Package-Type: ddeb Source: ros-kilted-mavros-extras Version: 2.14.0-1noble.20260519.170316 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Vladimir Ermakov Installed-Size: 85415 Depends: ros-kilted-mavros-extras (= 2.14.0-1noble.20260519.170316) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mavros-extras/ros-kilted-mavros-extras-dbgsym_2.14.0-1noble.20260519.170316_arm64.deb Size: 71779622 SHA256: dbcb602f0b8db100808e2101dfcd37b5f358e013e4e72632b07e218e925500ae SHA1: e21ea2d27eeaf7af5467e688c0f0b8a51cb6ca0c MD5sum: 42f2547f3212653de484ee6280182fa8 Description: debug symbols for ros-kilted-mavros-extras Build-Ids: 6ea573686f84ddf6327e45cedb9fc51610b49b2a 79d77cf36db309afb5c0873350577286d1aa02d5 f9dcc5654222d3b634e27c2e60fb5d42aeb957a5 Package: ros-kilted-mavros-msgs Version: 2.14.0-1noble.20260519.034814 Architecture: arm64 Maintainer: Vladimir Ermakov Installed-Size: 33149 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-geographic-msgs, ros-kilted-geometry-msgs, ros-kilted-rcl-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/mavros_msgs Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mavros-msgs/ros-kilted-mavros-msgs_2.14.0-1noble.20260519.034814_arm64.deb Size: 1882988 SHA256: 0ac9bd19ff09a05c587b9e74272aa0add95e24d057ce3b8f28fe9140154ecbf2 SHA1: 67454f93bddd1eaaaa1f8be6d3958b197e7f3e3d MD5sum: fb285e2f42d77bc40bb93f369cc55181 Description: Messages for MAVROS. Package: ros-kilted-mavros-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-mavros-msgs Version: 2.14.0-1noble.20260519.034814 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Vladimir Ermakov Installed-Size: 23276 Depends: ros-kilted-mavros-msgs (= 2.14.0-1noble.20260519.034814) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mavros-msgs/ros-kilted-mavros-msgs-dbgsym_2.14.0-1noble.20260519.034814_arm64.deb Size: 17582934 SHA256: 370f783f5f2c656b6408d440908c4e9b6478cf73a72bff52ed96df32af07fb9e SHA1: 28320ba032b3abedf6c1771fd73e36d20b6cd3d6 MD5sum: f90a7081d16bbc52556420c7c27af7d0 Description: debug symbols for ros-kilted-mavros-msgs Build-Ids: 236296bdcf86b36077fd8de21b0cde98dfdf4ab4 5f05eb769fb37f4ccfc776cef69d9f9593b45685 5fed531ff2ae2f7c2a37d6cc0393e056b8b7c9ec 7e3fa8d085e95a982d6ebe03ddf9ece83114d9d7 90add52ceab606cce783ac43cb02fc3da12d4554 9f141f1348f9e0db1f2aacbdca6a145197d2f289 a4c224469f555c8f854ca49ec25526f87a093808 b2db5a689a777eec52bca3ba5340e880d0a9ee63 c99e7f7449db6226fb6a4fbce0df677feac23c1a ca0bd47563c9a1648e2e09cade898b24635b65fd cb760078d814a19f8434b229e3817d59736c30f1 Package: ros-kilted-mcap-vendor Version: 0.32.0-2noble.20260410.165244 Architecture: arm64 Maintainer: Foxglove Installed-Size: 404 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), liblz4-1 (>= 1.8.0), libstdc++6 (>= 13.1), libzstd1 (>= 1.5.5), ros-kilted-liblz4-vendor, ros-kilted-zstd-vendor, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mcap-vendor/ros-kilted-mcap-vendor_0.32.0-2noble.20260410.165244_arm64.deb Size: 122158 SHA256: 933d16bc86269e425afb8fc76a5728cb15af1e7f48add673d434b039ff617ddb SHA1: 6b905d17f4dd74cbe3f3f269dcdb6d6b6a03286d MD5sum: eaa99452551ea5c6aab6584f968d481a Description: mcap vendor package Package: ros-kilted-mcap-vendor-dbgsym Package-Type: ddeb Source: ros-kilted-mcap-vendor Version: 0.32.0-2noble.20260410.165244 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Foxglove Installed-Size: 1146 Depends: ros-kilted-mcap-vendor (= 0.32.0-2noble.20260410.165244) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mcap-vendor/ros-kilted-mcap-vendor-dbgsym_0.32.0-2noble.20260410.165244_arm64.deb Size: 1055746 SHA256: 066cc7dd3f11531c260cc3d579941ff0122b4d6a6f6e069e0423b7fa00376539 SHA1: fd64e9b7a9985e81f33ff6bf36d337826d25c9f9 MD5sum: 9c43454ed5e513511588969ae858b9fd Description: debug symbols for ros-kilted-mcap-vendor Build-Ids: 4caf156b58ed434c1e289b6630ab782146a17cee Package: ros-kilted-mecanum-drive-controller Version: 5.15.1-1noble.20260520.083221 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 891 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-backward-ros, ros-kilted-control-msgs, ros-kilted-controller-interface, ros-kilted-geometry-msgs, ros-kilted-hardware-interface, ros-kilted-nav-msgs, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-rcpputils, ros-kilted-realtime-tools, ros-kilted-std-srvs, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-msgs, ros-kilted-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mecanum-drive-controller/ros-kilted-mecanum-drive-controller_5.15.1-1noble.20260520.083221_arm64.deb Size: 184346 SHA256: 3aa1336d58d9f7ff029364bbf97d5a5cfdf64df3a685f96718ff53b32b543bcb SHA1: d4a2a085569a5119dfda9f27f9b819109d133eab MD5sum: 8a5c8a368017af7d35110c841d786793 Description: Implementation of mecanum drive controller for 4 wheel drive. Package: ros-kilted-mecanum-drive-controller-dbgsym Package-Type: ddeb Source: ros-kilted-mecanum-drive-controller Version: 5.15.1-1noble.20260520.083221 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 3704 Depends: ros-kilted-mecanum-drive-controller (= 5.15.1-1noble.20260520.083221) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mecanum-drive-controller/ros-kilted-mecanum-drive-controller-dbgsym_5.15.1-1noble.20260520.083221_arm64.deb Size: 3207316 SHA256: 1fe330f77c93b49e4dfaeed546a1cd671268c069ada45a3f1edce3b48d384801 SHA1: b659f23e49ef5801811d395c87dbf35843c292ca MD5sum: d117242a1c36dd571fb09ac66fd9be28 Description: debug symbols for ros-kilted-mecanum-drive-controller Build-Ids: 06ca054da3d4dfc655dd7ff23fa103a71ef8d6a5 Package: ros-kilted-menge-vendor Version: 1.3.0-2noble.20260410.152006 Architecture: arm64 Maintainer: Shao Guoliang Installed-Size: 2257 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2.6.2v5 (>= 2.6.2), libtinyxml-dev, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-menge-vendor/ros-kilted-menge-vendor_1.3.0-2noble.20260410.152006_arm64.deb Size: 411776 SHA256: 08cace48c832b43d9db4d297ba8e61dd1725f5aae7cbebc47b1c5e1608d9791f SHA1: 3782232fb4295a19b8ee020c6811a8c226f61d3b MD5sum: 1b51f6d936be3f7b5c63c1f3cd39d125 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-kilted-menge-vendor-dbgsym Package-Type: ddeb Source: ros-kilted-menge-vendor Version: 1.3.0-2noble.20260410.152006 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Shao Guoliang Installed-Size: 8692 Depends: ros-kilted-menge-vendor (= 1.3.0-2noble.20260410.152006) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-menge-vendor/ros-kilted-menge-vendor-dbgsym_1.3.0-2noble.20260410.152006_arm64.deb Size: 6777120 SHA256: 2b2b0e22c56621ff810a049c2a6b3c4687563c17745fbabcfcfaab47e41822c1 SHA1: d63344bd36630c10302836e83e4fcee55800e1e7 MD5sum: 8969ffe7c06ae8ddfc0e58275e451b1c Description: debug symbols for ros-kilted-menge-vendor Build-Ids: 997b6965c6d70837c1aec7c7bbcfb8db5bb31a88 Package: ros-kilted-message-filters Version: 7.1.8-1noble.20260519.045100 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 378 Depends: libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1), ros-kilted-builtin-interfaces, ros-kilted-rclcpp, ros-kilted-rclpy, ros-kilted-rcutils, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: https://github.com/ros2/message_filters Priority: optional Section: misc Filename: pool/main/r/ros-kilted-message-filters/ros-kilted-message-filters_7.1.8-1noble.20260519.045100_arm64.deb Size: 48872 SHA256: d439d916de152c59e143531de9129bed7c4acf2921c490c3f274bc9160e88049 SHA1: 0399f5fe36fe526cbc0880c7d208f41c5946fded MD5sum: 6d7a96359579488d153bc514c0e7f95b 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-kilted-message-filters-dbgsym Package-Type: ddeb Source: ros-kilted-message-filters Version: 7.1.8-1noble.20260519.045100 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 25 Depends: ros-kilted-message-filters (= 7.1.8-1noble.20260519.045100) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-message-filters/ros-kilted-message-filters-dbgsym_7.1.8-1noble.20260519.045100_arm64.deb Size: 10528 SHA256: dcf79d9de5cd4ed4882028019399eaa32d6e725b35cc37286aa2c4b8039f4960 SHA1: 9e2328f8baf650ac5df5136a558bb82915b93f9a MD5sum: a20134035453ee7da15c665481f38934 Description: debug symbols for ros-kilted-message-filters Build-Ids: 768fdad03c51dcdaebdaf202d18da72627b949d6 Package: ros-kilted-message-tf-frame-transformer Version: 1.1.3-1noble.20260519.080950 Architecture: arm64 Maintainer: Lennart Reiher Installed-Size: 1139 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-kilted-geometry-msgs, ros-kilted-rclcpp, ros-kilted-sensor-msgs, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-tf2-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-message-tf-frame-transformer/ros-kilted-message-tf-frame-transformer_1.1.3-1noble.20260519.080950_arm64.deb Size: 214116 SHA256: 81f652e0b6dc30d132bd268afa73435e3f6ce3170b02d31d3ba8fbaf9b0fa3a2 SHA1: 33fcc208646d9f395012a846383e48612eee2afe MD5sum: 6e1d3c3fd3488684b2db3969a28b6eaa Description: Transforms messages of arbitrary type to a different frame using tf2::doTransform Package: ros-kilted-message-tf-frame-transformer-dbgsym Package-Type: ddeb Source: ros-kilted-message-tf-frame-transformer Version: 1.1.3-1noble.20260519.080950 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Lennart Reiher Installed-Size: 6223 Depends: ros-kilted-message-tf-frame-transformer (= 1.1.3-1noble.20260519.080950) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-message-tf-frame-transformer/ros-kilted-message-tf-frame-transformer-dbgsym_1.1.3-1noble.20260519.080950_arm64.deb Size: 5353058 SHA256: 5eb6fa8a880b3588b92e6c0a974133aa27b09d62543e7e45bbe355438dfb45f4 SHA1: 9b05c9f2fe1e7a064078774b135157a278ff3b27 MD5sum: 246c20b264581a21c0ff130932c1f756 Description: debug symbols for ros-kilted-message-tf-frame-transformer Build-Ids: 6cadf90b33dc0ec63aba6c664bce2294f5d6cd54 Package: ros-kilted-metavision-driver Version: 3.0.0-1noble.20260519.055547 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 869 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-openeb-vendor, ros-kilted-event-camera-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-std-srvs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-metavision-driver/ros-kilted-metavision-driver_3.0.0-1noble.20260519.055547_arm64.deb Size: 190192 SHA256: 009233ec43aa083a926aa855eccfb0aa37fe8bd0bb7b013d0273befb99aafcd8 SHA1: 76f02e95e5805d39a6bb89bd0d49279c8c4d9d15 MD5sum: 506807db6743cf1023f3b19ca7652ad2 Description: ROS1 and ROS2 drivers for metavision based event cameras Package: ros-kilted-metavision-driver-dbgsym Package-Type: ddeb Source: ros-kilted-metavision-driver Version: 3.0.0-1noble.20260519.055547 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 4023 Depends: ros-kilted-metavision-driver (= 3.0.0-1noble.20260519.055547) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-metavision-driver/ros-kilted-metavision-driver-dbgsym_3.0.0-1noble.20260519.055547_arm64.deb Size: 3522958 SHA256: 684e065c535b268ccf6acdb39e75154bcfe099ade12f6c3bcf353e67efd7b5fb SHA1: 6a1289a4ebc8740ce018153d1a6b4e895c17e2c3 MD5sum: 54dc3590337889bd3c16a55ca369c101 Description: debug symbols for ros-kilted-metavision-driver Build-Ids: 48d756fb04a3299d85fbb774e01364c3930bde85 aee1113dd2bdfb41046e0bef4199ea397be0f1f8 Package: ros-kilted-micro-ros-diagnostic-bridge Version: 0.3.0-6noble.20260519.055245 Architecture: arm64 Maintainer: Bartolome Jimenez Vera Installed-Size: 583 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-diagnostic-msgs, ros-kilted-micro-ros-diagnostic-msgs, ros-kilted-rclcpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-micro-ros-diagnostic-bridge/ros-kilted-micro-ros-diagnostic-bridge_0.3.0-6noble.20260519.055245_arm64.deb Size: 114092 SHA256: 17485617261097315ba989c3c21940e6146b0744266ab9d77af0afe8754abd73 SHA1: 556acc74b82d461831bb9c210a3b344773156d18 MD5sum: 1c2cf2d0e033e1a19c3b3f6d8ea5e7fe Description: Translates micro-ROS diagnostic messages to vanilla ROS 2 diagnostic messages. Package: ros-kilted-micro-ros-diagnostic-bridge-dbgsym Package-Type: ddeb Source: ros-kilted-micro-ros-diagnostic-bridge Version: 0.3.0-6noble.20260519.055245 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bartolome Jimenez Vera Installed-Size: 2531 Depends: ros-kilted-micro-ros-diagnostic-bridge (= 0.3.0-6noble.20260519.055245) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-micro-ros-diagnostic-bridge/ros-kilted-micro-ros-diagnostic-bridge-dbgsym_0.3.0-6noble.20260519.055245_arm64.deb Size: 2142214 SHA256: fdec52db3a679febc2a68325d8e9eb04cbe71115be2b467bc05ff0555f860639 SHA1: af275b014d698ee9bd962c44684310931b01538e MD5sum: 5a56cbd58ca0e6046fbdca208ed58132 Description: debug symbols for ros-kilted-micro-ros-diagnostic-bridge Build-Ids: 799935c6479360fa7f1d9e125fecf3d7af068879 Package: ros-kilted-micro-ros-diagnostic-msgs Version: 0.3.0-6noble.20260519.022941 Architecture: arm64 Maintainer: Bartolome Jimenez Vera Installed-Size: 1381 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-micro-ros-diagnostic-msgs/ros-kilted-micro-ros-diagnostic-msgs_0.3.0-6noble.20260519.022941_arm64.deb Size: 85264 SHA256: 9493e94eb96c8dedfc71b61c00529e1c3f76cab27ca4b07735e476b567a5dde3 SHA1: 6bf63bd62355a0b58e46b8df54ab45cbd97421ae MD5sum: 9cc3c7ab239bf9faad8f0a3d071ce14b Description: Ccontains messages and service definitions for micro-ROS diagnostics. Package: ros-kilted-micro-ros-diagnostic-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-micro-ros-diagnostic-msgs Version: 0.3.0-6noble.20260519.022941 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bartolome Jimenez Vera Installed-Size: 655 Depends: ros-kilted-micro-ros-diagnostic-msgs (= 0.3.0-6noble.20260519.022941) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-micro-ros-diagnostic-msgs/ros-kilted-micro-ros-diagnostic-msgs-dbgsym_0.3.0-6noble.20260519.022941_arm64.deb Size: 462118 SHA256: bf4323dc8715739c71acb66b77ff7d4c22acb66a96c7b8501d2cf0d1a4c3ff38 SHA1: e3bce6ea94c81e52bf8c528344f5beae473e0845 MD5sum: 37cbab211a64d790ffd276f6b661c462 Description: debug symbols for ros-kilted-micro-ros-diagnostic-msgs Build-Ids: 1772e11757dffc28dfbf9896cd9d8c8ed963c23f 1eead3fe765dc7b41d1a311bb7648172969aa8ad 224d0af63014ac22ae2fcc2f483f2e37ff73ca5a 2757733c5f8ebbc9a5a5340a3c3567144e1e75b3 2b5b5b926e6a12c5185622413b9caf2549b77a52 2cd2ee9809b50d869a490847d6e76ae74dbc762d 4bf1c7dc8fb64d13a4c9f72df0069fcd9a3ac8e3 9016bb877e5cd81bbc23d73578cd41ec0526b5be b2b493f93d9cc9410f02369e4c7406867abfc313 d7d5a5fe5a7137068f0a2fe6e0730f8376e54f98 f4ab266f12d382f466ae8da857cc4fd116acbf05 Package: ros-kilted-micro-ros-msgs Version: 1.0.0-5noble.20260519.032254 Architecture: arm64 Maintainer: Jose Antonio Moral Installed-Size: 1202 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-micro-ros-msgs/ros-kilted-micro-ros-msgs_1.0.0-5noble.20260519.032254_arm64.deb Size: 75106 SHA256: 28e28b1fe020009e4b7c6bad0ea10ce0b37f997c50c4ecf461b7d886ddc0b049 SHA1: 7cd5eaca0f86f080e03abc54c72eb31a7875b213 MD5sum: 6b3d9a5155e087833cd7cbabe50b753b 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-kilted-micro-ros-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-micro-ros-msgs Version: 1.0.0-5noble.20260519.032254 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose Antonio Moral Installed-Size: 688 Depends: ros-kilted-micro-ros-msgs (= 1.0.0-5noble.20260519.032254) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-micro-ros-msgs/ros-kilted-micro-ros-msgs-dbgsym_1.0.0-5noble.20260519.032254_arm64.deb Size: 528110 SHA256: ab58bb257a11e9304dfdff70550350c5795548ff82ff9d22589b35876e34c68b SHA1: 68bba98572f9d8005bb3d6fb98b277a39ca16b23 MD5sum: 3765b22354520d474e990389110b350b Description: debug symbols for ros-kilted-micro-ros-msgs Build-Ids: 018c4a52136a06fe7913681bc6ac37751f0fb2fa 37f4eb77af364909c7a6a669f6e2165def68ff1e 43a018166d0a5994b7dc5b58acec1dcf271d00c6 4d3a60874bd516336f95d9c5ce30244524ae55eb 58a9a865189db380011fcc9cf463722ffaa2e477 865e0ba30ce6592d2c94906603bfe074e0773be8 89f257ec29e7ffe79e4f3790731d832f5fa00170 caf83f8d35987d1529af650abdf722d6f8def373 d545bac8f4c7bc7fbb079cb54b061bf1566f3d22 de21196b0015fb2fd280a33ce61401c5dc0e51c6 e7ac14c3c386abeafae7902c65a0098cf68504a3 Package: ros-kilted-microstrain-inertial-description Version: 4.8.0-1noble.20260519.013256 Architecture: arm64 Maintainer: Rob Fisher Installed-Size: 16433 Depends: ros-kilted-xacro, ros-kilted-ros-workspace Homepage: https://github.com/LORD-MicroStrain/microstrain_inertial Priority: optional Section: misc Filename: pool/main/r/ros-kilted-microstrain-inertial-description/ros-kilted-microstrain-inertial-description_4.8.0-1noble.20260519.013256_arm64.deb Size: 2752180 SHA256: fc76d86c8852abf0ef3644905c53586979b423497919e663bcfbaf5c47d99714 SHA1: 766e008e117cf495002dd449423ce56ba707a7c8 MD5sum: 3fc538df44ba6b495c231747372097db Description: URDF and stl files for MicroStrain sensors. Package: ros-kilted-microstrain-inertial-driver Version: 4.8.0-1noble.20260519.075245 Architecture: arm64 Maintainer: Rob Fisher Installed-Size: 9162 Depends: libc6 (>= 2.38), libgcc-s1 (>= 4.5), libstdc++6 (>= 13.1), ros-kilted-diagnostic-aggregator, ros-kilted-diagnostic-updater, ros-kilted-geometry-msgs, ros-kilted-lifecycle-msgs, ros-kilted-microstrain-inertial-msgs, ros-kilted-nav-msgs, ros-kilted-nmea-msgs, ros-kilted-rclcpp-lifecycle, ros-kilted-rosidl-default-runtime, ros-kilted-rtcm-msgs, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: https://github.com/LORD-MicroStrain/microstrain_inertial Priority: optional Section: misc Filename: pool/main/r/ros-kilted-microstrain-inertial-driver/ros-kilted-microstrain-inertial-driver_4.8.0-1noble.20260519.075245_arm64.deb Size: 1187514 SHA256: 5fff01b15310f95afe1d5c4c9444066bc5fd42f915a86438c0630e9448bd6bad SHA1: d5843e6e5f63d623f6a1503dac06837703dd81e6 MD5sum: 4067aa1d06b07938e410f90df703ebb9 Description: The ros_mscl package provides a driver for the LORD/Microstrain inertial products. Package: ros-kilted-microstrain-inertial-driver-dbgsym Package-Type: ddeb Source: ros-kilted-microstrain-inertial-driver Version: 4.8.0-1noble.20260519.075245 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Rob Fisher Installed-Size: 44713 Depends: ros-kilted-microstrain-inertial-driver (= 4.8.0-1noble.20260519.075245) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-microstrain-inertial-driver/ros-kilted-microstrain-inertial-driver-dbgsym_4.8.0-1noble.20260519.075245_arm64.deb Size: 36883802 SHA256: 7af10deef390dc94013ff1747d4fdf80b166802a09003b5fb46b08cb501807b8 SHA1: a03a173d072d18a7d4dceb26752d3a270cfad3f5 MD5sum: 51cd945144b2efb71aa67536100c6910 Description: debug symbols for ros-kilted-microstrain-inertial-driver Build-Ids: 11c13c826b71a0ab3cb563fac1d566311dae9801 fcd05a85aa678e36d7eedbbcf625d48e62f8290f Package: ros-kilted-microstrain-inertial-examples Version: 4.8.0-1noble.20260519.151832 Architecture: arm64 Maintainer: Rob Fisher Installed-Size: 155 Depends: ros-kilted-microstrain-inertial-driver, ros-kilted-rviz-imu-plugin, ros-kilted-rviz2, ros-kilted-sensor-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: https://github.com/LORD-MicroStrain/microstrain_inertial Priority: optional Section: misc Filename: pool/main/r/ros-kilted-microstrain-inertial-examples/ros-kilted-microstrain-inertial-examples_4.8.0-1noble.20260519.151832_arm64.deb Size: 13758 SHA256: e960d3736833089cca8c3eb63916b9b4a522d5f455d04dee6953dbaa7aa3f8af SHA1: dbb704b0e54a322371f109818f734c4e4cc5a9cd MD5sum: 35260c1a904abab6780cdd8c0d874ee8 Description: Simple examples using the microstrain_inertial_driver for MicroStrain sensors. Package: ros-kilted-microstrain-inertial-msgs Version: 4.8.0-1noble.20260519.032914 Architecture: arm64 Maintainer: Rob Fisher Installed-Size: 8532 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-geometry-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: https://github.com/LORD-MicroStrain/microstrain_inertial Priority: optional Section: misc Filename: pool/main/r/ros-kilted-microstrain-inertial-msgs/ros-kilted-microstrain-inertial-msgs_4.8.0-1noble.20260519.032914_arm64.deb Size: 459778 SHA256: bb2ce70f3ed68ef9c354a4fe584be95fa9c7a96174c53b72407bea050c6be901 SHA1: d44b2ffe8da7e1b92300dbea335e4b1b9f1eacde MD5sum: 94079d768baf797fffbcf7f43342d7ae Description: A package that contains ROS message corresponding to microstrain message types. Package: ros-kilted-microstrain-inertial-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-microstrain-inertial-msgs Version: 4.8.0-1noble.20260519.032914 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Rob Fisher Installed-Size: 5312 Depends: ros-kilted-microstrain-inertial-msgs (= 4.8.0-1noble.20260519.032914) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-microstrain-inertial-msgs/ros-kilted-microstrain-inertial-msgs-dbgsym_4.8.0-1noble.20260519.032914_arm64.deb Size: 3908114 SHA256: e051b7fa5f49abd07693fdc3512b94ccba1a7881ae938b656474d82eebb7f917 SHA1: d4df71900623e9fc1f962f73ced28ebd31c3a530 MD5sum: 5fb8effcbe70bc997e9b8f7a79c20c81 Description: debug symbols for ros-kilted-microstrain-inertial-msgs Build-Ids: 1ae6ca0d20713a07eb09fb7c6b2c78470c040688 4782d8f78f7253887e90babd8e91082f05ed1109 4c7ec417e59f9b658df81c538942e3c130fca849 647452119fea375242f4eca461e475fb71ec7049 66767501810e8f3a3749e795fc1b6dd3e5db965d 69f89c4addf95727201d2397ed09416399b834fc 8556e63610f8cc0db72dbaca6917352805045428 876f9697504b0d1ecad8c1500c945d7454b06bec a352aa88fbfc4ec104847421fa4a81cefdfc6d94 beac4f3d8ddd4bcf00e5fa774a53481330e16fd6 fe846cd998ba62c1ec9dbd2261c0d7d9e0708dc2 Package: ros-kilted-microstrain-inertial-rqt Version: 4.8.0-1noble.20260519.052935 Architecture: arm64 Maintainer: Rob Fisher Installed-Size: 417 Depends: ros-kilted-geometry-msgs, ros-kilted-microstrain-inertial-msgs, ros-kilted-nav-msgs, ros-kilted-rclpy, ros-kilted-rqt-gui, ros-kilted-rqt-gui-py, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: https://github.com/LORD-MicroStrain/microstrain_inertial Priority: optional Section: misc Filename: pool/main/r/ros-kilted-microstrain-inertial-rqt/ros-kilted-microstrain-inertial-rqt_4.8.0-1noble.20260519.052935_arm64.deb Size: 69430 SHA256: 2568c14876de93ac26c2e6de843361e923b9b711ee2ac35030c9773e317dfd91 SHA1: 1000b57652d31ee553e03b44fe1556352e382feb MD5sum: 9e9d90a8534794978bed5761ec60ca07 Description: The microstrain_inertial_rqt package provides several RQT widgets to view the status of Microstrain devices Package: ros-kilted-mimick-vendor Version: 0.8.1-2noble.20260410.152344 Architecture: arm64 Maintainer: Scott K Logan Installed-Size: 220 Depends: ros-kilted-ros-workspace Homepage: https://github.com/Snaipe/Mimick Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mimick-vendor/ros-kilted-mimick-vendor_0.8.1-2noble.20260410.152344_arm64.deb Size: 32968 SHA256: 66aed5230aa16228b4f708502b7936c88a0dc808b0c61f29fbe179fa21f5fa9a SHA1: de129b500dd49054615d189dd0c0a04866e73eea MD5sum: 4f0efae314c94d6f2db4bc01c86e18e6 Description: Wrapper around mimick, it provides an ExternalProject build of mimick. Package: ros-kilted-mobile-robot-simulator Version: 2.0.0-1noble.20260519.075641 Architecture: arm64 Maintainer: Tim Clephas Installed-Size: 5475 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-rclcpp, ros-kilted-rosgraph-msgs, ros-kilted-sensor-msgs, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mobile-robot-simulator/ros-kilted-mobile-robot-simulator_2.0.0-1noble.20260519.075641_arm64.deb Size: 448760 SHA256: 1df9daeab7fd7e0b20dccfc6276463388d5701416214f6273caa948ca5a9f7bb SHA1: bb416405fae58f30d9afa9449d8da75ad09bf903 MD5sum: c0a7a20d9c56d9b0e61f65fd11c61242 Description: The mobile_robot_simulator package Package: ros-kilted-mobile-robot-simulator-dbgsym Package-Type: ddeb Source: ros-kilted-mobile-robot-simulator Version: 2.0.0-1noble.20260519.075641 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tim Clephas Installed-Size: 5958 Depends: ros-kilted-mobile-robot-simulator (= 2.0.0-1noble.20260519.075641) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mobile-robot-simulator/ros-kilted-mobile-robot-simulator-dbgsym_2.0.0-1noble.20260519.075641_arm64.deb Size: 4953536 SHA256: f20d3c07f22cfdc21dca9e4f5d3e3c0d18cfd416652bafe57a0c293e8403abfe SHA1: 2aaa86e81fcd2d901403992be6aab4f7d015e9e6 MD5sum: 31f144d4a6eae477037e94f60934ae36 Description: debug symbols for ros-kilted-mobile-robot-simulator Build-Ids: 75dd1377db5e995260b40f3deea13aad4fbd7bbe b95ad7b030e5d42656ebc67f77b23e9abd70cb2c Package: ros-kilted-mobileye-560-660-msgs Version: 4.0.0-4noble.20260519.022944 Architecture: arm64 Maintainer: AutonomouStuff Software Team Installed-Size: 3142 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/mobileye_560_660_msgs Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mobileye-560-660-msgs/ros-kilted-mobileye-560-660-msgs_4.0.0-4noble.20260519.022944_arm64.deb Size: 185082 SHA256: 7779bbd9a87ed0ef6192e7f5995cbd35ef46b820917a330da0ddbf71d1ae3464 SHA1: 3d9cde348c9540c93e4bea5070044c8ef6814cd0 MD5sum: a9e4c8632bf697aca62caa108e0a3fe4 Description: Message definitions for the Mobileye 560/660 Package: ros-kilted-mobileye-560-660-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-mobileye-560-660-msgs Version: 4.0.0-4noble.20260519.022944 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: AutonomouStuff Software Team Installed-Size: 1725 Depends: ros-kilted-mobileye-560-660-msgs (= 4.0.0-4noble.20260519.022944) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mobileye-560-660-msgs/ros-kilted-mobileye-560-660-msgs-dbgsym_4.0.0-4noble.20260519.022944_arm64.deb Size: 1303934 SHA256: 5ea33835c9ccb09c17191f184f09a1c2b4acb05cf3d8f070f856ee9427cc29af SHA1: 8d0cbf22ce61dcc8b77111ad23377e15b75ce07d MD5sum: fec334feab681dce12fc8c709cf3f6d4 Description: debug symbols for ros-kilted-mobileye-560-660-msgs Build-Ids: 018daed1a1161e555eebb4b8e46a8e321b2db551 1a88e3e45c0533a235d4928258d1567274045c76 5c98c3be5a70623a31855d1cccb0bb2665a6d6ff 5dfd10e74b955880287b5dad7b4833f07b6701ac 90ef1107539ba79cc9e66a2cef88a8245169a5e0 a387bfa656f1c5b98753d2a4013f7cfd9f3ef095 a8a6548886f50c7b8d4500d9bcc38a5981eeff0c b7d5165f46787a894ebf1d0e216930b4156a7fce c9e5adc51995f7c41e58d9040599020ee122f43f d15050cfa26a7ea0b2b0a0e783d4088661b7d52e d8186bab815d035766bab2051078691b3a85ddca Package: ros-kilted-mocap4r2-msgs Version: 0.2.0-1noble.20260519.045220 Architecture: arm64 Maintainer: Francisco Martín Installed-Size: 1831 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rclcpp, ros-kilted-rosidl-default-generators, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mocap4r2-msgs/ros-kilted-mocap4r2-msgs_0.2.0-1noble.20260519.045220_arm64.deb Size: 134568 SHA256: 3c4650d4a35f16dba5ae3312e96383c002f363da6aaa5af636271d6fc3c4a3a0 SHA1: 678663a73ca292e1d2ef03f8efb170a5bbf288f2 MD5sum: c0ea293407ce2397565125f30ca52c1a Description: Interfaces for Mocap4ROS2 project Package: ros-kilted-mocap4r2-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-mocap4r2-msgs Version: 0.2.0-1noble.20260519.045220 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Installed-Size: 1319 Depends: ros-kilted-mocap4r2-msgs (= 0.2.0-1noble.20260519.045220) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mocap4r2-msgs/ros-kilted-mocap4r2-msgs-dbgsym_0.2.0-1noble.20260519.045220_arm64.deb Size: 1022108 SHA256: 2d12eb24eec9b1317e5273ca85efb53bb646ff44cafbde3c51848696e9177284 SHA1: 67255e224f0503c12d3a74756dbd659b22fb0fd4 MD5sum: 1228ce2c8ea03d0582d5e3607a557b17 Description: debug symbols for ros-kilted-mocap4r2-msgs Build-Ids: 0e6171613340636d97d93eea77909c1e7b281f9b 32a43db8cd86b59cc2d1fd5401b7b133e5c13c2e 3de46fbf81373c4607eb0da62dbd627575ad4a83 5a23e449735dca6168662cbbfce3f2e4893b1305 65b754d0899e5ba24ed3c5a734b4863247710b67 8ccdc515372a3723ebc8afebe3970dd6982124c2 91c72eb60f5488823469cad807cb5321f0bfcabf 9f7c556f8e677bb5a0e3557fa2bcc1be9e26b647 c3de1fec4a20e444bc6b59497cba2d89d7e4a55b c711435f50ffcca65b824b4dc02b6afb3f6235c9 e44af88723c65087db1de1e99475e69deb4931f6 Package: ros-kilted-mola Version: 2.9.0-1noble.20260520.123854 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 15 Depends: ros-kilted-mola-bridge-ros2, ros-kilted-mola-demos, ros-kilted-mola-input-rawlog, ros-kilted-mola-input-rosbag2, ros-kilted-mola-input-video, ros-kilted-mola-kernel, ros-kilted-mola-launcher, ros-kilted-mola-metric-maps, ros-kilted-mola-pose-list, ros-kilted-mola-relocalization, ros-kilted-mola-traj-tools, ros-kilted-mola-viz, ros-kilted-mola-yaml, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/mola/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola/ros-kilted-mola_2.9.0-1noble.20260520.123854_arm64.deb Size: 3446 SHA256: 8b0e802608a2f0827d38329131aafdb58268a9b4948c558065c0f321ffb67d8d SHA1: e24168017e5e19a463758bc52193c3463c8bcfbb MD5sum: fbe6b43735ee60c0c336e799ca4e67da Description: Metapackage with all core open-sourced MOLA packages. Package: ros-kilted-mola-bridge-ros2 Version: 2.9.0-1noble.20260520.122903 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2852 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mola-kernel, ros-kilted-mrpt-libbase, ros-kilted-mrpt-libmaps, ros-kilted-mrpt-libmath, ros-kilted-mrpt-libobs, ros-kilted-mrpt-libopengl, ros-kilted-mrpt-libposes, ros-kilted-diagnostic-msgs, ros-kilted-geographic-msgs, ros-kilted-geometry-msgs, ros-kilted-gps-msgs, ros-kilted-mola-common, ros-kilted-mola-msgs, ros-kilted-mrpt-libros-bridge, ros-kilted-mrpt-nav-interfaces, ros-kilted-nav-msgs, ros-kilted-rclcpp, ros-kilted-sensor-msgs, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_bridge_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-bridge-ros2/ros-kilted-mola-bridge-ros2_2.9.0-1noble.20260520.122903_arm64.deb Size: 440166 SHA256: e752b6f055f67d47257ee2909dc241af4674d2dff1d788e75c8046227e4f2196 SHA1: d11d87cc73417fb4ce0628a63afbebda6cb2dbec MD5sum: a6ced3ab7f1d0f92eaf9ebdc3a87af9c Description: Bidirectional bridge ROS2-MOLA Package: ros-kilted-mola-bridge-ros2-dbgsym Package-Type: ddeb Source: ros-kilted-mola-bridge-ros2 Version: 2.9.0-1noble.20260520.122903 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 12739 Depends: ros-kilted-mola-bridge-ros2 (= 2.9.0-1noble.20260520.122903) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-bridge-ros2/ros-kilted-mola-bridge-ros2-dbgsym_2.9.0-1noble.20260520.122903_arm64.deb Size: 10591420 SHA256: b196cdcb438c690a33e33323802d38915f7ded1d8f219d186e0ee6e694f967a2 SHA1: 8b758346d8aee2daf09cea67233ff9a039435248 MD5sum: b390812a9c879f7f3fcb20189348451d Description: debug symbols for ros-kilted-mola-bridge-ros2 Build-Ids: 6bb3c48e97f7c5e409506ccca8ae4b173432ee7b Package: ros-kilted-mola-common Version: 0.6.1-1noble.20260518.222634 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 63 Depends: ros-kilted-ros-workspace Homepage: https://github.com/MOLAorg/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-common/ros-kilted-mola-common_0.6.1-1noble.20260518.222634_arm64.deb Size: 11720 SHA256: 5dadc620267e61ca84786c244e1a652a7fbad90b8cdd725f71cf535b2832b976 SHA1: 1f248618c5bf7fd9d5e1d5ca6a60733bb0920e4d MD5sum: f038db6f84b4bb29b8fef6226a3bcfe0 Description: Common CMake scripts to all MOLA modules Package: ros-kilted-mola-demos Version: 2.9.0-1noble.20260520.121440 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 161 Depends: ros-kilted-ros-workspace Homepage: https://github.com/MOLAorg/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-demos/ros-kilted-mola-demos_2.9.0-1noble.20260520.121440_arm64.deb Size: 26778 SHA256: ffa8b3eb6852c5aac61a03bee76bfbc40a7d2bf62f73daef4b478bd2d412bc1c SHA1: c819072fa9e7df41faa70f90e88ce8b44230a304 MD5sum: a156ee3492885f29ca5cd5893c096de3 Description: Demo and example launch files for MOLA Package: ros-kilted-mola-gnss-to-markers Version: 0.1.2-1noble.20260519.051337 Architecture: arm64 Maintainer: José Luis Blanco-Claraco Installed-Size: 754 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mrpt-libobs, ros-kilted-mrpt-nav-interfaces, ros-kilted-rclcpp, ros-kilted-std-msgs, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-gnss-to-markers/ros-kilted-mola-gnss-to-markers_0.1.2-1noble.20260519.051337_arm64.deb Size: 128390 SHA256: 26000ddf524e2d3af998823a936c18f9296d906575c5bba5171ea72b34bcd4de SHA1: 3d53f326cd673330e0f4534936804e76048d5130 MD5sum: 96e102e7c1e2fda25adfd5a17a2ad43c Description: Takes GNSS (GPS) readings, a MOLA georeferenced map, and publishes markers to visualize the datums as ellipsoids on the map Package: ros-kilted-mola-gnss-to-markers-dbgsym Package-Type: ddeb Source: ros-kilted-mola-gnss-to-markers Version: 0.1.2-1noble.20260519.051337 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: José Luis Blanco-Claraco Installed-Size: 3216 Depends: ros-kilted-mola-gnss-to-markers (= 0.1.2-1noble.20260519.051337) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-gnss-to-markers/ros-kilted-mola-gnss-to-markers-dbgsym_0.1.2-1noble.20260519.051337_arm64.deb Size: 2615042 SHA256: 33aa4661e65e6a97ec39244b15969e50716c1371cba028672220bef2d63a6e64 SHA1: d5f3f5957323f548daca415678a8613604729249 MD5sum: 4d455680c452332cdfbc5cae6dba5925 Description: debug symbols for ros-kilted-mola-gnss-to-markers Build-Ids: d9392c516cea7681e0f31c77fb8c771061f1721e Package: ros-kilted-mola-imu-preintegration Version: 1.16.0-1noble.20260518.223132 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 292 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), ros-kilted-mrpt-libbase, ros-kilted-mrpt-libmath, ros-kilted-mrpt-libobs, ros-kilted-mrpt-libposes, ros-kilted-mola-common, ros-kilted-ros-workspace Homepage: https://github.com/MOLAorg/mola_imu_preintegration Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-imu-preintegration/ros-kilted-mola-imu-preintegration_1.16.0-1noble.20260518.223132_arm64.deb Size: 85790 SHA256: 6b821bddd18ddc6aefeff9dc3df16010f1e29d3ae6e16faf66de5a1d0c1e9107 SHA1: 6039049409470c1c8aa12a22bb22f43e864453b1 MD5sum: 066d33103ebd9f2fa48a195db0b49578 Description: Integrator of IMU angular velocity readings Package: ros-kilted-mola-imu-preintegration-dbgsym Package-Type: ddeb Source: ros-kilted-mola-imu-preintegration Version: 1.16.0-1noble.20260518.223132 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1090 Depends: ros-kilted-mola-imu-preintegration (= 1.16.0-1noble.20260518.223132) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-imu-preintegration/ros-kilted-mola-imu-preintegration-dbgsym_1.16.0-1noble.20260518.223132_arm64.deb Size: 1028160 SHA256: 335fb3ba5cf82e6e4abb9b9b7de249c2d4c0432d04e77f60b66f0b149469803e SHA1: bef45586226c5458859829feaf1a9cfb215241ca MD5sum: 9803a4ffac512dc6bffbde9ababd5702 Description: debug symbols for ros-kilted-mola-imu-preintegration Build-Ids: b06b2e20286b5d9e75d0fa734dd3de23cf41370f Package: ros-kilted-mola-input-lidar-bin-dataset Version: 2.9.0-1noble.20260520.122940 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 203 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mola-kernel, ros-kilted-mrpt-libbase, ros-kilted-mrpt-libmaps, ros-kilted-mrpt-libobs, ros-kilted-mrpt-libposes, ros-kilted-mola-common, ros-kilted-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_input_lidar_bin_dataset Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-input-lidar-bin-dataset/ros-kilted-mola-input-lidar-bin-dataset_2.9.0-1noble.20260520.122940_arm64.deb Size: 58674 SHA256: ecc021f32a9494986f6d4329f604629efc8542f17a5ff0a631f69615ddbcf000 SHA1: 3910e085792aa53a3242ec1b6c717de602292ece MD5sum: 98bdc7d19404dc0becb73fc1317c45bc Description: Offline RawDataSource from LiDAR datasets stored as `.bin` files in the Kitti binary format Package: ros-kilted-mola-input-lidar-bin-dataset-dbgsym Package-Type: ddeb Source: ros-kilted-mola-input-lidar-bin-dataset Version: 2.9.0-1noble.20260520.122940 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 565 Depends: ros-kilted-mola-input-lidar-bin-dataset (= 2.9.0-1noble.20260520.122940) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-input-lidar-bin-dataset/ros-kilted-mola-input-lidar-bin-dataset-dbgsym_2.9.0-1noble.20260520.122940_arm64.deb Size: 519822 SHA256: 4ce0ac28ab9d975bc579dafe7badd47eb966a74a71268288c00f7c779b3f7cd1 SHA1: a5e22329dcdcadcb7a0c9d94fe608c6d7b2edf7d MD5sum: f3147b18795cc4a71fdef0ec7298636e Description: debug symbols for ros-kilted-mola-input-lidar-bin-dataset Build-Ids: 998e96c61a50c13c96f9cd6503b8ed0e35053f9e Package: ros-kilted-mola-input-ouster Version: 0.1.0-1noble.20260520.201122 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2817 Depends: libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libgcc-s1 (>= 4.5), libpcap0.8t64 (>= 0.9.8), libpng16-16t64 (>= 1.6.2), libssl3t64 (>= 3.0.0), libstdc++6 (>= 13.1), libtins4.5 (>= 4.5), libzip4t64 (>= 1.0), libzstd1 (>= 1.5.5), ros-kilted-mola-kernel, ros-kilted-mrpt-libbase, ros-kilted-mrpt-libmaps, ros-kilted-mrpt-libobs, ros-kilted-mrpt-libposes, zlib1g (>= 1:1.2.11), curl, libcurl4-openssl-dev, ros-kilted-mola-yaml, ros-kilted-ros-workspace Homepage: https://github.com/MOLAorg/mola Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-input-ouster/ros-kilted-mola-input-ouster_0.1.0-1noble.20260520.201122_arm64.deb Size: 918540 SHA256: d3519cfcf9086683a9448310523278601544c46b50cb24033ec7893c18d428fd SHA1: d3ff6f7f8676dc47e1c6e47f01f72d3bae9338d3 MD5sum: 2bce4a8b210146298b9523d4e7d10995 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-kilted-mola-input-ouster-dbgsym Package-Type: ddeb Source: ros-kilted-mola-input-ouster Version: 0.1.0-1noble.20260520.201122 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 31739 Depends: ros-kilted-mola-input-ouster (= 0.1.0-1noble.20260520.201122) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-input-ouster/ros-kilted-mola-input-ouster-dbgsym_0.1.0-1noble.20260520.201122_arm64.deb Size: 29565610 SHA256: 097854b1841278347a885ca5288f27c2e9bf478c58e5642dd117006178f836ea SHA1: a2d4119acdab798589293126ef70b4aacb833c8e MD5sum: 06ab6d3a547f982e85a61bd4c8df9952 Description: debug symbols for ros-kilted-mola-input-ouster Build-Ids: 482eda3be81ee89379e3682092ac64672a80957d Package: ros-kilted-mola-input-rawlog Version: 2.9.0-1noble.20260520.122458 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 202 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), ros-kilted-mola-kernel, ros-kilted-mrpt-libbase, ros-kilted-mrpt-libobs, ros-kilted-mrpt-libposes, ros-kilted-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_input_rawlog Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-input-rawlog/ros-kilted-mola-input-rawlog_2.9.0-1noble.20260520.122458_arm64.deb Size: 60606 SHA256: 9d178c6e1676ac0ec635c9cd5857211b075e32d5c15875a00713ae3b90add7fb SHA1: 01216c81bba775e3cbdeb263af5faddacae60222 MD5sum: b454988a46e0248cd4112f2a1d343132 Description: Offline RawDataSource from MRPT rawlog datasets Package: ros-kilted-mola-input-rawlog-dbgsym Package-Type: ddeb Source: ros-kilted-mola-input-rawlog Version: 2.9.0-1noble.20260520.122458 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 567 Depends: ros-kilted-mola-input-rawlog (= 2.9.0-1noble.20260520.122458) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-input-rawlog/ros-kilted-mola-input-rawlog-dbgsym_2.9.0-1noble.20260520.122458_arm64.deb Size: 523726 SHA256: e50c005093d876db52e9fcc819d29c6cfee0613a97b7d294cd8052c40a21ba18 SHA1: 30f5bf1c55e8afe67d9a590260e4f2fdeca35162 MD5sum: 0101bb6abde3b485278f0c8e47869810 Description: debug symbols for ros-kilted-mola-input-rawlog Build-Ids: 423cb272ef27044c6c26c7a6ce4faf6163ebee63 Package: ros-kilted-mola-input-rosbag2 Version: 2.9.0-1noble.20260520.122404 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 401 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mola-kernel, ros-kilted-mrpt-libbase, ros-kilted-mrpt-libobs, ros-kilted-mrpt-libposes, ros-kilted-cv-bridge, ros-kilted-gps-msgs, ros-kilted-mrpt-libros-bridge, ros-kilted-rosbag2-cpp, ros-kilted-sensor-msgs, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_input_rosbag2 Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-input-rosbag2/ros-kilted-mola-input-rosbag2_2.9.0-1noble.20260520.122404_arm64.deb Size: 118024 SHA256: e91ca0cef2aa6f8b0ef2b4d01f80047328b4cf898b1ef18f7e4eae12711593fc SHA1: 2b18b7a643007f1c4ecfbc189ebaae8b1f896ad9 MD5sum: 8cbfc05044c9eeae4dc4ca45cffe1639 Description: Offline RawDataSource from rosbag2 datasets Package: ros-kilted-mola-input-rosbag2-dbgsym Package-Type: ddeb Source: ros-kilted-mola-input-rosbag2 Version: 2.9.0-1noble.20260520.122404 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1647 Depends: ros-kilted-mola-input-rosbag2 (= 2.9.0-1noble.20260520.122404) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-input-rosbag2/ros-kilted-mola-input-rosbag2-dbgsym_2.9.0-1noble.20260520.122404_arm64.deb Size: 1542094 SHA256: 6b1d42e3727553b276e85a9fc9a44a4a8e22e060da3394d929593a41c412d4c3 SHA1: 389d4352fa45535ea0173690213c2223dba3b5d4 MD5sum: 6896e4421e9529b286d223a2910ea9b7 Description: debug symbols for ros-kilted-mola-input-rosbag2 Build-Ids: bdf03dd951ad5ae3f7cbd5b91ee02a78914373fe Package: ros-kilted-mola-input-video Version: 2.9.0-1noble.20260520.123319 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 201 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mola-kernel, ros-kilted-mrpt-libbase, ros-kilted-mrpt-libhwdrivers, ros-kilted-mrpt-libobs, ros-kilted-mrpt-libopengl, ros-kilted-mrpt-libposes, ros-kilted-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_input_video Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-input-video/ros-kilted-mola-input-video_2.9.0-1noble.20260520.123319_arm64.deb Size: 59838 SHA256: 2e5607cd09706d67508c5e481028c50ff09a3819b637020a9fb6fe2f83e1ebcb SHA1: 8a3dc9e4e9c63e2b7d2401bf47ddf99de515f4ba MD5sum: c3b194c7a2df79bfdad371a3d56d9a26 Description: RawDataSource from live or offline video sources Package: ros-kilted-mola-input-video-dbgsym Package-Type: ddeb Source: ros-kilted-mola-input-video Version: 2.9.0-1noble.20260520.123319 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 683 Depends: ros-kilted-mola-input-video (= 2.9.0-1noble.20260520.123319) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-input-video/ros-kilted-mola-input-video-dbgsym_2.9.0-1noble.20260520.123319_arm64.deb Size: 641388 SHA256: 29c50f7167c29d2c953df9e1d2f13cdf4cc11f4aef31fc9f54ebd0dd05cd4edd SHA1: dabdc2906f9688868fba6a1e24e09c8ecafd8eaa MD5sum: 13b06a63d714ef619d768fabc2ed457a Description: debug symbols for ros-kilted-mola-input-video Build-Ids: 6f023a59d814bc97009ecdb9d8d7a7a8f489e978 Package: ros-kilted-mola-kernel Version: 2.9.0-1noble.20260520.121920 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 432 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mrpt-libbase, ros-kilted-mrpt-libmath, ros-kilted-mrpt-libobs, ros-kilted-mrpt-libposes, ros-kilted-mola-common, ros-kilted-mola-yaml, ros-kilted-mrpt-libgui, ros-kilted-mrpt-libmaps, ros-kilted-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_kernel Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-kernel/ros-kilted-mola-kernel_2.9.0-1noble.20260520.121920_arm64.deb Size: 116598 SHA256: 1c88dbff83548450bc90b79061e4e13bc280f1a77a780717709ade582f42f921 SHA1: a3f35f938fa97c76781e05be722668cff7c3d2ba MD5sum: c9c48b5022192f2d62eb0f1148834109 Description: Fundamental C++ virtual interfaces and data types for the rest of MOLA modules Package: ros-kilted-mola-kernel-dbgsym Package-Type: ddeb Source: ros-kilted-mola-kernel Version: 2.9.0-1noble.20260520.121920 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1614 Depends: ros-kilted-mola-kernel (= 2.9.0-1noble.20260520.121920) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-kernel/ros-kilted-mola-kernel-dbgsym_2.9.0-1noble.20260520.121920_arm64.deb Size: 1503558 SHA256: 8295a2f3726ca5319c384e0de90ae0d333fd761b1d0380b49ef4d5b62966241f SHA1: 2ffd3d8c4ea4e1145a935b92790533d1905acb0f MD5sum: 582955d4484c86f580a23062370ea44a Description: debug symbols for ros-kilted-mola-kernel Build-Ids: 392a3ddaa7f2d0d016d7fa5c6e6d1b61e9c4a7ab Package: ros-kilted-mola-launcher Version: 2.9.0-1noble.20260520.122942 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 700 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mola-kernel, ros-kilted-mola-yaml, ros-kilted-mrpt-libbase, ros-kilted-mrpt-libtclap, ros-kilted-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_launcher Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-launcher/ros-kilted-mola-launcher_2.9.0-1noble.20260520.122942_arm64.deb Size: 131676 SHA256: 5433536785158399873f7eed0a8beaee687583fbab152fe6c9165cbbdc7c4fad SHA1: 725fc3b233df09b37d7f40a8794ba0855ca057ef MD5sum: d05c964ec2eb702d7f994ac7c28d4e51 Description: Launcher app for MOLA systems Package: ros-kilted-mola-launcher-dbgsym Package-Type: ddeb Source: ros-kilted-mola-launcher Version: 2.9.0-1noble.20260520.122942 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1721 Depends: ros-kilted-mola-launcher (= 2.9.0-1noble.20260520.122942) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-launcher/ros-kilted-mola-launcher-dbgsym_2.9.0-1noble.20260520.122942_arm64.deb Size: 1588104 SHA256: 3c615a89b64054698b12e00c15ea1f6b01b414bd33a5362d4a9ab9b761e293c5 SHA1: f56fceb8cd76a29dab36e5e299ef446209ca0e8d MD5sum: 2f2263ad8aa1fbe300b442bce1d029b3 Description: debug symbols for ros-kilted-mola-launcher Build-Ids: 0118ddb3463d9560c33a40828cbf1da9bcf922a7 577bfb2998d210a99ede35a6a6b6bcddffb785db 703a7363941afedcf32286f0178d24579d9d3f39 ea41cfd197f027fe17721844cd7d383096732724 Package: ros-kilted-mola-metric-maps Version: 2.9.0-1noble.20260520.123131 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 976 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.11.0), ros-kilted-mola-kernel, ros-kilted-mp2p-icp, ros-kilted-mrpt-libbase, ros-kilted-mrpt-libmaps, ros-kilted-mrpt-libmath, ros-kilted-mrpt-libobs, ros-kilted-mrpt-libopengl, ros-kilted-mrpt-libposes, libtbb-dev, ros-kilted-mola-common, ros-kilted-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_metric_maps Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-metric-maps/ros-kilted-mola-metric-maps_2.9.0-1noble.20260520.123131_arm64.deb Size: 267470 SHA256: a5dbfde0afbc03f85da529db756f222bdf496115e7fe32a4964ed41efbb92696 SHA1: 8572c0036e35303d0cb2b4cb6aa05daa8659fec6 MD5sum: ab741092546a4b7aa91aa00b5e8a3569 Description: Advanced metric map classes, using the generic `mrpt::maps::CMetricMap` interface, for use in other MOLA odometry and SLAM modules. Package: ros-kilted-mola-metric-maps-dbgsym Package-Type: ddeb Source: ros-kilted-mola-metric-maps Version: 2.9.0-1noble.20260520.123131 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5721 Depends: ros-kilted-mola-metric-maps (= 2.9.0-1noble.20260520.123131) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-metric-maps/ros-kilted-mola-metric-maps-dbgsym_2.9.0-1noble.20260520.123131_arm64.deb Size: 5462806 SHA256: 64aa6f9023253113403a160b0e19e93f3d4c44a6844ec26ceea3c0a5dcf9f45e SHA1: ee4e060b793bce428fe20a3f872ddd0648aae0f3 MD5sum: e2cc6b7c0f3ef3d8b9a5f36fa221d0ae Description: debug symbols for ros-kilted-mola-metric-maps Build-Ids: 45efe927586a1ae86469f388310230d6382f851a Package: ros-kilted-mola-msgs Version: 2.9.0-1noble.20260520.122021 Architecture: arm64 Maintainer: "Jose Luis Blanco-Claraco" Installed-Size: 3059 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-action-msgs, ros-kilted-mrpt-msgs, ros-kilted-nav-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_msgs Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-msgs/ros-kilted-mola-msgs_2.9.0-1noble.20260520.122021_arm64.deb Size: 189806 SHA256: 77bdcc01f59e0a72da91d3e99ec3c6dcd2c42e587cbaa80482be30513ff77c54 SHA1: 5b3b28330427fc2aa35f71ea1547de389f614225 MD5sum: 9a33569283fa3a9b9137f420b475c3c2 Description: ROS message, services, and actions used in other MOLA packages. Package: ros-kilted-mola-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-mola-msgs Version: 2.9.0-1noble.20260520.122021 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose Luis Blanco-Claraco" Installed-Size: 2016 Depends: ros-kilted-mola-msgs (= 2.9.0-1noble.20260520.122021) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-msgs/ros-kilted-mola-msgs-dbgsym_2.9.0-1noble.20260520.122021_arm64.deb Size: 1490682 SHA256: e16bd2d16cd3404de9dbc8eac6243c9e76b7999f679c777d2cb7d3fd822b5e61 SHA1: 68afa718690d001378a1983beeef6ea9ab49fd3f MD5sum: 03081e7ddd90f90f5b423378a41a28cb Description: debug symbols for ros-kilted-mola-msgs Build-Ids: 047a2e0e07069d9141e7eb77ac8c484418c5b7ef 11c3be84c834e5385908e32e12d3ad60b64f921c 189f537249455ced9016bb0ac6fbe10801124c48 4c3832377c364dc896f67c222913b9754b8fdaf6 5d8c9d8dbe59c3589ee71a43e8080562fa2378b1 7fe3b3a4a9df66a2aeb3f1b8bf7a83b707f150a5 da930755d2517da9affb90dd0a4301ab885f5a59 e22b9d3ea687c4a3167d7b8d9b79ba477a6d111f e520191ff1863752668927b8ccb43bcd3353a00e e8b122135e795bb118cb215b1caafb8ba26213c2 fc0db888db2f4f973bc1b317d0b8501b3f97875d Package: ros-kilted-mola-pose-list Version: 2.9.0-1noble.20260520.121440 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 149 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mrpt-libbase, ros-kilted-mrpt-libmaps, ros-kilted-mrpt-libmath, ros-kilted-mrpt-libobs, ros-kilted-mrpt-libposes, ros-kilted-mola-common, ros-kilted-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_pose_list Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-pose-list/ros-kilted-mola-pose-list_2.9.0-1noble.20260520.121440_arm64.deb Size: 51812 SHA256: 34dcdfcc1b426cdef5f9cc1ef55d2ce5b6427d5ebda3e6323fc2279b7aec781a SHA1: 0cc26ad609f50bb886d7b0a70d52ec2dfa4e26b5 MD5sum: aa2fae4fddbd92c09b1685c3c5a3ae57 Description: C++ library for searchable pose lists Package: ros-kilted-mola-pose-list-dbgsym Package-Type: ddeb Source: ros-kilted-mola-pose-list Version: 2.9.0-1noble.20260520.121440 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 435 Depends: ros-kilted-mola-pose-list (= 2.9.0-1noble.20260520.121440) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-pose-list/ros-kilted-mola-pose-list-dbgsym_2.9.0-1noble.20260520.121440_arm64.deb Size: 410710 SHA256: ef68cdf70f11781eb32dd8a8e91180df68b057482622de2bc4fc986bf4d4317e SHA1: 397cbf5b05d9620b4619b2d77b2ad45ef02c45c4 MD5sum: 4e2ab4dcb9cc6bd507cf369e7ae4a654 Description: debug symbols for ros-kilted-mola-pose-list Build-Ids: d83620f738d5b57c87b348d0bf4f3c9450128cbf Package: ros-kilted-mola-relocalization Version: 2.9.0-1noble.20260520.123347 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 139 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mola-pose-list, ros-kilted-mp2p-icp, ros-kilted-mrpt-libbase, ros-kilted-mrpt-libobs, ros-kilted-mrpt-libposes, ros-kilted-mola-common, ros-kilted-mrpt-libmaps, ros-kilted-mrpt-libslam, ros-kilted-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_relocalization Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-relocalization/ros-kilted-mola-relocalization_2.9.0-1noble.20260520.123347_arm64.deb Size: 40768 SHA256: 237281560791707540625bb201d34189dcbebced8a92fff897629d4ab90d8bc2 SHA1: 8f5a3d22d293c4f2e943a0618a2402a9c5dcc2a5 MD5sum: 1bfc25ff6869feb67a96cf2307144ecb Description: C++ library with algorithms for relocalization, global localization, or pose estimation given a large initial uncertainty Package: ros-kilted-mola-relocalization-dbgsym Package-Type: ddeb Source: ros-kilted-mola-relocalization Version: 2.9.0-1noble.20260520.123347 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 794 Depends: ros-kilted-mola-relocalization (= 2.9.0-1noble.20260520.123347) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-relocalization/ros-kilted-mola-relocalization-dbgsym_2.9.0-1noble.20260520.123347_arm64.deb Size: 760926 SHA256: 4b5cd3f2477b27ffe427ea8def5ddd13ee6b803d02e0a9a429d2373c46967132 SHA1: 1b43424a37d82656224d8d9b61c19b101d611127 MD5sum: a603a65ccceca688b18f919b37bc195a Description: debug symbols for ros-kilted-mola-relocalization Build-Ids: 0c8a89f8b4b9846d7d2c53ffe52bdfe9227ab0c9 Package: ros-kilted-mola-state-estimation-simple Version: 2.3.0-1noble.20260520.124437 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 341 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), ros-kilted-mola-imu-preintegration, ros-kilted-mola-kernel, ros-kilted-mrpt-libbase, ros-kilted-mrpt-libmath, ros-kilted-mrpt-libobs, ros-kilted-mrpt-libposes, ros-kilted-mola-common, ros-kilted-ros-workspace Homepage: https://github.com/MOLAorg/mola_state_estimation Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-state-estimation-simple/ros-kilted-mola-state-estimation-simple_2.3.0-1noble.20260520.124437_arm64.deb Size: 105516 SHA256: 3d837ae50711d77b54036ac9e1cdc767d9cd581bf492f916db179dcb5d9c50df SHA1: f3de3212d473aa19e1de3fafc5bd6749e805b550 MD5sum: 450a652bd0e118d6b39325f2d0f4e563 Description: SE(3) pose and twist path data fusion estimator Package: ros-kilted-mola-state-estimation-simple-dbgsym Package-Type: ddeb Source: ros-kilted-mola-state-estimation-simple Version: 2.3.0-1noble.20260520.124437 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1164 Depends: ros-kilted-mola-state-estimation-simple (= 2.3.0-1noble.20260520.124437) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-state-estimation-simple/ros-kilted-mola-state-estimation-simple-dbgsym_2.3.0-1noble.20260520.124437_arm64.deb Size: 1081266 SHA256: 36a6460a625225a0e7b506ffe4c1984ac04e921b1c61e09007de7fc97844d430 SHA1: d80ddf8dc8154d228820ebd4428340113dc972ed MD5sum: 869ec0bd35258be6cf7e93de4ea637cc Description: debug symbols for ros-kilted-mola-state-estimation-simple Build-Ids: 17613e818d8ef4788694782a1b5c709323564254 Package: ros-kilted-mola-test-datasets Version: 0.4.2-1noble.20260410.174213 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 150894 Depends: ros-kilted-ros-workspace Homepage: https://github.com/MOLAorg/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-test-datasets/ros-kilted-mola-test-datasets_0.4.2-1noble.20260410.174213_arm64.deb Size: 152292632 SHA256: f7c6c4be3ef2c9dc59e191179a1451e1acd55fea3c9a3cf9e30c103d5e5e1b6a SHA1: 30dafbe997f3ce0bf9c040788dc6971ab94eadb9 MD5sum: 4f0a22fb9dd8235e10d0bfdea5fbc63c Description: Small SLAM dataset extracts used for demos or unit tests in the rest of MOLA packages Package: ros-kilted-mola-traj-tools Version: 2.9.0-1noble.20260520.121802 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 351 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), ros-kilted-mrpt-libbase, ros-kilted-mrpt-libmath, ros-kilted-mrpt-libposes, ros-kilted-mola-common, ros-kilted-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_traj_tools Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-traj-tools/ros-kilted-mola-traj-tools_2.9.0-1noble.20260520.121802_arm64.deb Size: 25268 SHA256: f3d93413bc4feac84dc47c3400affd0a5043a298f245bd99d6088a841c91a4a2 SHA1: 30aee8414c6060874f0d78ae130ec38296a1d871 MD5sum: c24ff99385b046278e7e1ce42c1314ba Description: CLI tools to manipulate trajectory files as a complement to the evo package Package: ros-kilted-mola-traj-tools-dbgsym Package-Type: ddeb Source: ros-kilted-mola-traj-tools Version: 2.9.0-1noble.20260520.121802 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 575 Depends: ros-kilted-mola-traj-tools (= 2.9.0-1noble.20260520.121802) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-traj-tools/ros-kilted-mola-traj-tools-dbgsym_2.9.0-1noble.20260520.121802_arm64.deb Size: 430318 SHA256: 9ce2409cbcc327dcaf8728dbd3200487d49075e52d768e612d043eeb6d161b88 SHA1: 75bcf7f05b9ea751ae011561fa2bfb051d2e03d1 MD5sum: 4477dcc8a7904c0eebefd032a9c3e2f1 Description: debug symbols for ros-kilted-mola-traj-tools Build-Ids: 539860b60a99173eb8152d7cea13160c3e2d917b 57f26a70d6620b5dccdc9c6be03ab1aca56a7666 83b67e86f216878f8b050efb973b048ddda94a87 bcd79d1d23b0d91e104890695a6fc0d7eec7e43d c6e366102d1796578a046e130125c75ff169129a Package: ros-kilted-mola-viz Version: 2.9.0-1noble.20260520.122435 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 597 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mola-kernel, ros-kilted-mrpt-libbase, ros-kilted-mrpt-libgui, ros-kilted-mrpt-libmaps, ros-kilted-mrpt-libmath, ros-kilted-mrpt-libobs, ros-kilted-mrpt-libopengl, ros-kilted-mrpt-libposes, ros-kilted-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_viz Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-viz/ros-kilted-mola-viz_2.9.0-1noble.20260520.122435_arm64.deb Size: 177468 SHA256: df9a215303b7aca074e2df6cf982cd8e20ee7eb3625cb959c3b7be1602be303a SHA1: 901fdb1a0f3c86ae7f246564efec4965bab3ed33 MD5sum: 8d229f698909cc01076b27b2d73f1153 Description: GUI for MOLA Package: ros-kilted-mola-viz-dbgsym Package-Type: ddeb Source: ros-kilted-mola-viz Version: 2.9.0-1noble.20260520.122435 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3100 Depends: ros-kilted-mola-viz (= 2.9.0-1noble.20260520.122435) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-viz/ros-kilted-mola-viz-dbgsym_2.9.0-1noble.20260520.122435_arm64.deb Size: 2877200 SHA256: c516052970eefc76436d94dac3cfd30b09dff3499c8d0d890bad7147dd96db83 SHA1: 315957413c91ee7134704c31a04fb75479b3a2c8 MD5sum: 32d9dfc284cea96933450c62f5cdc3e6 Description: debug symbols for ros-kilted-mola-viz Build-Ids: 7d6cf6134d7739b5f75f37747da1ff55a00d0702 Package: ros-kilted-mola-viz-imgui Version: 2.9.0-1noble.20260520.122724 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1568 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libglfw3 (>= 3.3), libopengl0, libstdc++6 (>= 13.1), ros-kilted-mola-kernel, ros-kilted-mrpt-libbase, ros-kilted-mrpt-libgui, ros-kilted-mrpt-libmaps, ros-kilted-mrpt-libmath, ros-kilted-mrpt-libobs, ros-kilted-mrpt-libopengl, ros-kilted-mrpt-libposes, freeglut3-dev, libgl1-mesa-dev, libglfw3-dev, libglu1-mesa-dev, ros-kilted-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_viz_imgui Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-viz-imgui/ros-kilted-mola-viz-imgui_2.9.0-1noble.20260520.122724_arm64.deb Size: 619444 SHA256: a45696d2e37c86036873c828fb184a73c4e508adfca915513a256a94ce8f5325 SHA1: be96c8f8c461fc9385499621121b7210cfc601f5 MD5sum: f3ec80452bb8230938fd19f96ba6218a Description: Dear ImGui (docking branch) GUI backend for MOLA Package: ros-kilted-mola-viz-imgui-dbgsym Package-Type: ddeb Source: ros-kilted-mola-viz-imgui Version: 2.9.0-1noble.20260520.122724 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5742 Depends: ros-kilted-mola-viz-imgui (= 2.9.0-1noble.20260520.122724) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-viz-imgui/ros-kilted-mola-viz-imgui-dbgsym_2.9.0-1noble.20260520.122724_arm64.deb Size: 5398600 SHA256: 67881fe633ceff636dd147efd321729d2bb772a1642aa101becc235f0c5fa75c SHA1: 35edbb08c3ef5f5c3221286079fbd6d6939d66c2 MD5sum: d49f2b92b4aae8ce3dd1797966c9350b Description: debug symbols for ros-kilted-mola-viz-imgui Build-Ids: 22cde1820b0acb6b4f77e32a64b0e011d3bd5e79 Package: ros-kilted-mola-yaml Version: 2.9.0-1noble.20260520.121642 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 182 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mrpt-libbase, ros-kilted-mola-common, ros-kilted-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_yaml Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-yaml/ros-kilted-mola-yaml_2.9.0-1noble.20260520.121642_arm64.deb Size: 44166 SHA256: 6e36c3fd89032538680b50a605453852e41f4547d30609dc69d5441186b3bf44 SHA1: 268114d5dbd354269406bd79ecefffa9bf27eeff MD5sum: 1e6f98de76d56fdce982615e33f148ea Description: YAML helper library common to MOLA modules Package: ros-kilted-mola-yaml-dbgsym Package-Type: ddeb Source: ros-kilted-mola-yaml Version: 2.9.0-1noble.20260520.121642 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 468 Depends: ros-kilted-mola-yaml (= 2.9.0-1noble.20260520.121642) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-yaml/ros-kilted-mola-yaml-dbgsym_2.9.0-1noble.20260520.121642_arm64.deb Size: 441180 SHA256: 25f8902e2960924b965bb4c9f5658970574816226e7c1f8f8b96b7abb1be76ea SHA1: 2677c9e875e8bba97f0665f3f47d5c240043ab1b MD5sum: a657d6d8de310b0150252aee5eab8459 Description: debug symbols for ros-kilted-mola-yaml Build-Ids: a40b60a108b23d38ddc337ece3c74f579c99e681 Package: ros-kilted-motion-capture-tracking Version: 1.0.3-3noble.20260519.082309 Architecture: arm64 Maintainer: Wolfgang Hönig Installed-Size: 1724 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libpcl-common1.14 (>= 1.14.0+dfsg), libpcl-kdtree1.14 (>= 1.14.0+dfsg), libpcl-registration1.14 (>= 1.14.0+dfsg), libpcl-search1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), libeigen3-dev, libpcl-dev, ros-kilted-eigen3-cmake-module, ros-kilted-motion-capture-tracking-interfaces, ros-kilted-rclcpp, ros-kilted-sensor-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-motion-capture-tracking/ros-kilted-motion-capture-tracking_1.0.3-3noble.20260519.082309_arm64.deb Size: 533762 SHA256: 70b9e6aa0761581c48544d73e627bda6a63cc69d2ca1b1291a0c3e4c57cf0741 SHA1: 19c4b0d65d2f306607ccf026f855a9ba5d9fd806 MD5sum: 49f4a1c4d65d3ddc5197e31aba165104 Description: ROS Package for different motion capture systems, including custom rigid body tracking support Package: ros-kilted-motion-capture-tracking-dbgsym Package-Type: ddeb Source: ros-kilted-motion-capture-tracking Version: 1.0.3-3noble.20260519.082309 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Wolfgang Hönig Installed-Size: 11543 Depends: ros-kilted-motion-capture-tracking (= 1.0.3-3noble.20260519.082309) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-motion-capture-tracking/ros-kilted-motion-capture-tracking-dbgsym_1.0.3-3noble.20260519.082309_arm64.deb Size: 10441544 SHA256: f2e8271ec9883d6732983cc59d356a5270b7dabf45408f61a8370f7652ad0b43 SHA1: 5c9848fb0ebd25ec6d84eecfeceb2aaa04877615 MD5sum: 79b6fc946f928c9a5d41abeb31ba4e8e Description: debug symbols for ros-kilted-motion-capture-tracking Build-Ids: 942aea943d2a624a580388ca359df5e7551c924f Package: ros-kilted-motion-capture-tracking-interfaces Version: 1.0.3-3noble.20260519.025724 Architecture: arm64 Maintainer: Wolfgang Hönig Installed-Size: 1134 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-motion-capture-tracking-interfaces/ros-kilted-motion-capture-tracking-interfaces_1.0.3-3noble.20260519.025724_arm64.deb Size: 60200 SHA256: 733b9ce76f21b1e6f1e994dfe857c920d2613b8140c51b242ec3048473e52c0f SHA1: e51cd2785b30d44d52b1e46f628bae6ced7b40b1 MD5sum: 47716d7db1f27022eef54dd658869518 Description: Interfaces for motion_capture_tracking package. Package: ros-kilted-motion-capture-tracking-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-motion-capture-tracking-interfaces Version: 1.0.3-3noble.20260519.025724 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Wolfgang Hönig Installed-Size: 459 Depends: ros-kilted-motion-capture-tracking-interfaces (= 1.0.3-3noble.20260519.025724) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-motion-capture-tracking-interfaces/ros-kilted-motion-capture-tracking-interfaces-dbgsym_1.0.3-3noble.20260519.025724_arm64.deb Size: 316394 SHA256: 2e4bdc2ae8f3b287ded4a0e7981b98f5d6540d1995298c811aac411606e3019d SHA1: 6d01cca5ee6827ab71134dfdf8ac4ab13164c08c MD5sum: 565b455e17a4b083a57e0abc62110f55 Description: debug symbols for ros-kilted-motion-capture-tracking-interfaces Build-Ids: 0f22d590b37dbe1e2bc5ebf6ef7af4a49a7e550a 259449a3a6cda8423fc1ffd4393ee05b9cbdeec1 29c8e136aa2e0b2f1a242977756dc491b5e50950 367731923b2599b79c747dbf7f6f72b382c3689e 547be46f2cbac4c8eac46faeb5d4da72e3b0c810 5ec51fddb50e98eec035e6efce73f2e2add60757 685feae823fc5720048ac81777d96c99a9bb46ac 6a2a2a3ab21dab30dc2fd83918ec1bbcfc486c86 717ef344988326e905df19d9551b130f2abf7a01 f86235a14c617023f88220cce20b5a247d2cfb1f fccf2d4ec19d082608d156491c62d052a6af1be4 Package: ros-kilted-motion-primitives-controllers Version: 5.15.1-1noble.20260520.083310 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 350 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-control-msgs, ros-kilted-controller-interface, ros-kilted-hardware-interface, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-realtime-tools, ros-kilted-std-srvs, ros-kilted-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-motion-primitives-controllers/ros-kilted-motion-primitives-controllers_5.15.1-1noble.20260520.083310_arm64.deb Size: 78256 SHA256: 0abce8390744ad0312129e708c8da1edb51975e22358c82e06003ec1f7f7d8bd SHA1: a44c6842efd0f21116044f74a516ce519f1cd87a MD5sum: 32f26ca64bb0ae4079ba41d674f02208 Description: Package to control robots using motion primitives like PTP, LIN and CIRC Package: ros-kilted-motion-primitives-controllers-dbgsym Package-Type: ddeb Source: ros-kilted-motion-primitives-controllers Version: 5.15.1-1noble.20260520.083310 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 1307 Depends: ros-kilted-motion-primitives-controllers (= 5.15.1-1noble.20260520.083310) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-motion-primitives-controllers/ros-kilted-motion-primitives-controllers-dbgsym_5.15.1-1noble.20260520.083310_arm64.deb Size: 1168476 SHA256: 2ab5f32008f742b61bc511947ed8a61937e12636f19c6bc3a5c8949cb7c3e4e9 SHA1: b3a8b0590c8a3ec39b8d10be1fe853cfd6f20888 MD5sum: 106884d142044820f05b92741ae4572e Description: debug symbols for ros-kilted-motion-primitives-controllers Build-Ids: 6e79f3bb749114832405949bc0c650fbdd131e7b Package: ros-kilted-mouse-teleop Version: 2.0.0-1noble.20260519.081552 Architecture: arm64 Maintainer: Enrique Fernandez Installed-Size: 63 Depends: python3-numpy, python3-tk, ros-kilted-geometry-msgs, ros-kilted-rclpy, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mouse-teleop/ros-kilted-mouse-teleop_2.0.0-1noble.20260519.081552_arm64.deb Size: 13286 SHA256: 3372a866d6b211905d1c5c0cf4f39eb138aa250edebee957862fdec9b51e902f SHA1: 94319f398bd62031b2576cf6a2a7aa6660f504d2 MD5sum: 39b9e1fd8a93922bd14012dcc7f222dc Description: A mouse teleop tool for holonomic mobile robots. Package: ros-kilted-moveit Version: 2.14.3-1noble.20260520.131445 Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 43 Depends: ros-kilted-moveit-core, ros-kilted-moveit-planners, ros-kilted-moveit-plugins, ros-kilted-moveit-ros, ros-kilted-moveit-setup-assistant, ros-kilted-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit/ros-kilted-moveit_2.14.3-1noble.20260520.131445_arm64.deb Size: 7136 SHA256: 090e4dc9ee5d0f5ca8cddfff3007b927a3096d015413a04b1529d16986888956 SHA1: 37620aa157949ee61a381ee5e9c1e0ed49cb7580 MD5sum: 99220145e1f7f33c89bcc50d47e61b0c Description: Meta package that contains all essential packages of MoveIt 2 Package: ros-kilted-moveit-common Version: 2.14.3-1noble.20260410.171423 Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 49 Depends: ros-kilted-backward-ros, ros-kilted-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-common/ros-kilted-moveit-common_2.14.3-1noble.20260410.171423_arm64.deb Size: 9002 SHA256: ff432b60f20e39a42c9a7ae0a66d018b634cbda151e0db4fd79beed0cb7ceb16 SHA1: f5f766a17512401e1a24e75af3f0b46d1c951c1a MD5sum: d8df4c3af89399aeb46c9065626b39de Description: Common support functionality used throughout MoveIt Package: ros-kilted-moveit-configs-utils Version: 2.14.3-1noble.20260519.105948 Architecture: arm64 Maintainer: MoveIt Release Team Installed-Size: 132 Depends: ros-kilted-ament-index-python, ros-kilted-launch, ros-kilted-launch-param-builder, ros-kilted-launch-ros, ros-kilted-srdfdom, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-configs-utils/ros-kilted-moveit-configs-utils_2.14.3-1noble.20260519.105948_arm64.deb Size: 29486 SHA256: 86f4a9e63a476968f51a3d309dd8109f19cf60909e4625603e836ac1ae650eb0 SHA1: 5589b9c3fd5683835ec9c4c4658e3420e74db9fe MD5sum: 2e929b24c267d9a882346889c4c48673 Description: Python library for loading moveit config parameters in launch files Package: ros-kilted-moveit-core Version: 2.14.3-1noble.20260520.080500 Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 6188 Depends: libboost-iostreams1.83.0 (>= 1.83.0), libbullet3.24t64 (>= 3.24+dfsg), libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfcl0.7 (>= 0.7.0), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 4.0), liboctomap1.9t64 (>= 1.9.7+dfsg), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-geometric-shapes, ros-kilted-srdfdom, ros-kilted-urdfdom, libassimp-dev, libboost-all-dev, libbullet-dev, libeigen3-dev, libfcl-dev, liboctomap-dev, ros-kilted-angles, ros-kilted-common-interfaces, ros-kilted-eigen-stl-containers, ros-kilted-eigen3-cmake-module, ros-kilted-generate-parameter-library, ros-kilted-geometry-msgs, ros-kilted-google-benchmark-vendor, ros-kilted-kdl-parser, ros-kilted-moveit-common, ros-kilted-moveit-msgs, ros-kilted-octomap-msgs, ros-kilted-osqp-vendor, ros-kilted-pluginlib, ros-kilted-random-numbers, ros-kilted-rclcpp, ros-kilted-rsl, ros-kilted-ruckig, ros-kilted-sensor-msgs, ros-kilted-shape-msgs, ros-kilted-std-msgs, ros-kilted-tf2, ros-kilted-tf2-eigen, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-kdl, ros-kilted-trajectory-msgs, ros-kilted-urdf, ros-kilted-urdfdom-headers, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-core/ros-kilted-moveit-core_2.14.3-1noble.20260520.080500_arm64.deb Size: 1301410 SHA256: 545112da1a9b389fba4d7947e4f3d9effe664c8f0309481a44a34135c9e9e7a3 SHA1: 98fdc0317a4a2d8c8c41dc1cff3a8d7c22972f6b MD5sum: ce50893ae4a55e44a96eeee69c3532e1 Description: Core libraries used by MoveIt Package: ros-kilted-moveit-core-dbgsym Package-Type: ddeb Source: ros-kilted-moveit-core Version: 2.14.3-1noble.20260520.080500 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 79270 Depends: ros-kilted-moveit-core (= 2.14.3-1noble.20260520.080500) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-core/ros-kilted-moveit-core-dbgsym_2.14.3-1noble.20260520.080500_arm64.deb Size: 78269392 SHA256: 3e4dd07aad0e19da74555790b28027f551280825afd9b4b8481092c7821c925c SHA1: a296d10c371e29971683e1428ac15a419be569e4 MD5sum: 7182b49da94983ad4e9b0f8135917862 Description: debug symbols for ros-kilted-moveit-core Build-Ids: 0464bf0f106efc53d348059b98291dc4df7cde2b 070023a1740543e2f8156813d96af762ecad07bc 1f16f9078ea84e0f64ce160a452c4144d1dd5a5c 25946cd3ae68394bedabd30b4afb2fe5fb3b1013 29e732c202c08c0823d49db4c895cace220e250f 2c200b10c9505fb2a0b7dc1515ef1a4a74f18f22 3f600631d3db2ebcf5e772f9aeb65ed9f391f4cd 5452d8d3ccf8c7f3f9a2eea610070b333e120b52 57bb9eb0c879c1a88c35d7be5d87ef4df70f3ff4 6386924412df3ecdcf23638b82d937384b0073f3 6f686a3be1f71a2048caa745503beb72841a1c15 771fa37682de7cdc65e8cc93b5b291f220b532a8 789a25b90ca148922312506fc1bff5dbb2c13637 7ad31764159fea301f832c3484d6f621071958e3 81693ab717a872c2f2bd7445177011882251d6bf 965f073f8c564dac0166137a071bc10da4ae95ca 9f89e89221410d01ffe44d77da27f6ce20075c64 a932d37520c7a239b772eb0763620ac1259e48ea c961886466bcfd39dc8ab83751762b3ae61ed170 cabae386994331c4793a539a101420210d033aa1 ccdcde5b9151e977d69ce6258061d15071f16084 d9e4516fd78fae608ed435c5358362025d82b708 eb3970b9e4cbc6991c28d24988c0a6ef6cd9ca11 ed01eff5b5c7009a18e0fbcc85c1fbc24e2094a8 f9292f2e8c2631ba1daefd2bb02e3700d7d876cb fbd03dbedb6a53dca103d019828dc25cee9bd056 fc50de2d59902bc36d3cad053e330957a5d6ee03 Package: ros-kilted-moveit-hybrid-planning Version: 2.14.3-1noble.20260520.113247 Architecture: arm64 Maintainer: MoveIt Release Team Installed-Size: 3084 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-moveit-core, ros-kilted-moveit-ros-planning, ros-kilted-ament-index-cpp, ros-kilted-controller-manager, ros-kilted-moveit-common, ros-kilted-moveit-msgs, ros-kilted-moveit-resources-panda-moveit-config, ros-kilted-moveit-ros-planning-interface, ros-kilted-pluginlib, ros-kilted-position-controllers, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-rclcpp-components, ros-kilted-robot-state-publisher, ros-kilted-rviz2, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-tf2-ros, ros-kilted-trajectory-msgs, ros-kilted-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-hybrid-planning/ros-kilted-moveit-hybrid-planning_2.14.3-1noble.20260520.113247_arm64.deb Size: 534188 SHA256: 922c6f4c2ba1879ea28922ddff3003b11fb50e73fc8ec0a62c7e47c9f0e9c0f8 SHA1: 3328adc2c13a67631a668ce008fc79904da94f72 MD5sum: f3ab5a19209dda86ae88047cfd997486 Description: Hybrid planning components of MoveIt 2 Package: ros-kilted-moveit-hybrid-planning-dbgsym Package-Type: ddeb Source: ros-kilted-moveit-hybrid-planning Version: 2.14.3-1noble.20260520.113247 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: MoveIt Release Team Installed-Size: 21451 Depends: ros-kilted-moveit-hybrid-planning (= 2.14.3-1noble.20260520.113247) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-hybrid-planning/ros-kilted-moveit-hybrid-planning-dbgsym_2.14.3-1noble.20260520.113247_arm64.deb Size: 19928040 SHA256: d191deb404391b4cc706bd8c15829e9ed736f7e183189529f28261b01ae31a13 SHA1: a4a78433cfdfc7387f7fbbd4906a8517808e9985 MD5sum: 96901f46d31508b335ee68ca4df4ccab Description: debug symbols for ros-kilted-moveit-hybrid-planning Build-Ids: 4e269845720fcbbe261e7c3dc83182193faae4b7 5721236cc8d1fff5c13f8eb9a89d75948a2e759d 7bdff7b284c9f412ac2308fad2ec66740037d091 7f340deebb2a9542bda41a23ffdd997cb916aa00 8635e8c3185a88583f6045c75c6f77f94810b88a acc2884236067b205b6721ed11b77b7000dbb0c4 dd64d75f4f52f3db65d01554d29702cd3ad3e638 f7d48ecf0b905b59b52176cf625b103fe703e802 f9187eb1453c1f5f94d5048878247339268acee0 Package: ros-kilted-moveit-kinematics Version: 2.14.3-1noble.20260520.103247 Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 1014 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-kilted-moveit-core, libeigen3-dev, python3-lxml, ros-kilted-class-loader, ros-kilted-generate-parameter-library, ros-kilted-moveit-common, ros-kilted-moveit-msgs, ros-kilted-moveit-ros-planning, ros-kilted-orocos-kdl-vendor, ros-kilted-pluginlib, ros-kilted-rsl, ros-kilted-tf2, ros-kilted-tf2-kdl, ros-kilted-urdfdom, ros-kilted-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-kinematics/ros-kilted-moveit-kinematics_2.14.3-1noble.20260520.103247_arm64.deb Size: 229100 SHA256: 816cce3a3cca02be539e3e006a7456b8844d767ba447b4f84a36d5bed0f27bbb SHA1: 95aa1f02bc072ac7a275e4f48070f61fed137fe0 MD5sum: 57807312b0fce2bc784408eb57008e99 Description: Package for all inverse kinematics solvers in MoveIt Package: ros-kilted-moveit-kinematics-dbgsym Package-Type: ddeb Source: ros-kilted-moveit-kinematics Version: 2.14.3-1noble.20260520.103247 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 9637 Depends: ros-kilted-moveit-kinematics (= 2.14.3-1noble.20260520.103247) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-kinematics/ros-kilted-moveit-kinematics-dbgsym_2.14.3-1noble.20260520.103247_arm64.deb Size: 9509364 SHA256: 69b54e42436e11d7733434dd2c0ab7a4c54d7820fb5a7c63a4000a2946f8b193 SHA1: 39a30445a294d65835a4d61c05e48155443e9f30 MD5sum: d0f3a133088e0fae14a5e0330810f832 Description: debug symbols for ros-kilted-moveit-kinematics Build-Ids: 38049510859db089b9054842f15ae7d571b68055 8669b13ce08092adad62ba1043b8fc697951d035 8b7fdd259244d99c8bf9c994a241fe18870c0d39 f49c668cd099b59d97c82959fef09c24b87031e4 Package: ros-kilted-moveit-msgs Version: 2.7.1-1noble.20260519.035221 Architecture: arm64 Maintainer: Dave Coleman Installed-Size: 35799 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-action-msgs, ros-kilted-geometry-msgs, ros-kilted-object-recognition-msgs, ros-kilted-octomap-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-sensor-msgs, ros-kilted-shape-msgs, ros-kilted-std-msgs, ros-kilted-trajectory-msgs, ros-kilted-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-msgs/ros-kilted-moveit-msgs_2.7.1-1noble.20260519.035221_arm64.deb Size: 1960142 SHA256: 9dc9208118a29be92de515a48d1525bd388e0d7ed5b35c1c46490ad962f3e9ca SHA1: a7458cc24d63031c579a909874f870f863644964 MD5sum: 44264da91fbcbddf49256eef3ed70c91 Description: Messages, services and actions used by MoveIt Package: ros-kilted-moveit-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-moveit-msgs Version: 2.7.1-1noble.20260519.035221 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Dave Coleman Installed-Size: 31429 Depends: ros-kilted-moveit-msgs (= 2.7.1-1noble.20260519.035221) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-msgs/ros-kilted-moveit-msgs-dbgsym_2.7.1-1noble.20260519.035221_arm64.deb Size: 25081344 SHA256: 92c30c16ef5fe205490ad6845e4c5ed95df8348e7c9e567465ad01c4dee7929f SHA1: f4ce91bb8d54db286d304b30459fb5ad291a23a0 MD5sum: 82de482da3ddd907c0dbbd96f72108b6 Description: debug symbols for ros-kilted-moveit-msgs Build-Ids: 1a7cda8c3493b3fa566ab374bfde768b48a434e3 278596fc74e10c80b0c1a4cb3f57e5658b2178a1 2868284b80a3fd75310dcc4a06ab7089c529bfa7 7a889dec2321fb467869b0ead0b6d889861fb0b9 7ba5c7a51f2667e562e2d14618ca4e99498189ac a915426e81d54b6a0b23a55796315ce948e1c198 a9d0711aacd08546e2f0159f28fabb971ac650db b41b3b5d6343d4cb25bc97870d975c136c2aac84 bb0b703877e13a188bdc4a0b77af47a27cdbcdb8 ccce44312aa66329ad71ea536289f239e1736f1a edd1b4542c807caec77c71d3595e45f84cd5687e Package: ros-kilted-moveit-planners Version: 2.14.3-1noble.20260520.110656 Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 43 Depends: ros-kilted-moveit-planners-chomp, ros-kilted-moveit-planners-ompl, ros-kilted-moveit-planners-stomp, ros-kilted-pilz-industrial-motion-planner, ros-kilted-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-planners/ros-kilted-moveit-planners_2.14.3-1noble.20260520.110656_arm64.deb Size: 6720 SHA256: 0763f6b0691c3d7c3b6d18a6f2eddf87af7938180c95b5550397d55e97845408 SHA1: 7cfc4d768b8d78d53942a5dec5774db60e990168 MD5sum: 545aa77349943d39eb8ee512a3ac0098 Description: Meta package that installs all available planners for MoveIt Package: ros-kilted-moveit-planners-chomp Version: 2.14.3-1noble.20260520.090538 Architecture: arm64 Maintainer: Chittaranjan Srinivas Swaminathan Installed-Size: 203 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-chomp-motion-planner, ros-kilted-moveit-core, ros-kilted-moveit-common, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-planners-chomp/ros-kilted-moveit-planners-chomp_2.14.3-1noble.20260520.090538_arm64.deb Size: 35714 SHA256: 4fbd213d0c4fe9a0cd40cb9aa655a33f78fa161307806c4b2e90793395875d54 SHA1: dc99b19fc6f15157705132fbe7f8e4a13b9b32b5 MD5sum: c5e4f582da24d61b2020541fda9a8b9b Description: The interface for using CHOMP within MoveIt Package: ros-kilted-moveit-planners-chomp-dbgsym Package-Type: ddeb Source: ros-kilted-moveit-planners-chomp Version: 2.14.3-1noble.20260520.090538 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chittaranjan Srinivas Swaminathan Installed-Size: 4757 Depends: ros-kilted-moveit-planners-chomp (= 2.14.3-1noble.20260520.090538) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-planners-chomp/ros-kilted-moveit-planners-chomp-dbgsym_2.14.3-1noble.20260520.090538_arm64.deb Size: 4754198 SHA256: 63e3cc7a696ec5f6391e81111f23570fd3a4268cbeb7f808cf7da0913823e98a SHA1: 5c8a41b65dd350840e2c4dc46170dae09c15d4f9 MD5sum: d34cf69d363a8bdd0cc4b3a0ac2c2e23 Description: debug symbols for ros-kilted-moveit-planners-chomp Build-Ids: 65306964d7834d54a2e58e338c90667b56a0cbd9 f23a6541a5451851b3d5a438f5cb5c6e92b96902 Package: ros-kilted-moveit-planners-ompl Version: 2.14.3-1noble.20260520.101227 Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 1635 Depends: libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-moveit-core, ros-kilted-moveit-ros-planning, ros-kilted-ompl, libomp-dev, ros-kilted-moveit-common, ros-kilted-moveit-msgs, ros-kilted-pluginlib (>= 1.11.2), ros-kilted-rclcpp, ros-kilted-tf2-eigen, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-planners-ompl/ros-kilted-moveit-planners-ompl_2.14.3-1noble.20260520.101227_arm64.deb Size: 323212 SHA256: d473051ac139850cf0a1609a88effb7c645fdac308f7f2fe702c6ff432ee370a SHA1: 1e73ba76496839c9d0cfc097f97492679ba6e8d4 MD5sum: 76faa6b2c6933d22b8f8bd0691cb1f4b Description: MoveIt interface to OMPL Package: ros-kilted-moveit-planners-ompl-dbgsym Package-Type: ddeb Source: ros-kilted-moveit-planners-ompl Version: 2.14.3-1noble.20260520.101227 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 24766 Depends: ros-kilted-moveit-planners-ompl (= 2.14.3-1noble.20260520.101227) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-planners-ompl/ros-kilted-moveit-planners-ompl-dbgsym_2.14.3-1noble.20260520.101227_arm64.deb Size: 23912758 SHA256: bd6342558c4e56ecc06e9c166dde32d17607a9de5425090ff6b44ab5053f639e SHA1: 827adc664f242b50fe78ef763e9998a1aa9cffd7 MD5sum: acecf3215f676b4065ba3d3a9e55868a Description: debug symbols for ros-kilted-moveit-planners-ompl Build-Ids: 2da01acd89388e84416772a834af84d6959106a0 9755ffbf4311fa6407fc407d4ff0e887524c46ca f32311f7eeab79eaee25436e811febf3fac4de55 Package: ros-kilted-moveit-planners-stomp Version: 2.14.3-1noble.20260520.085831 Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 411 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-moveit-core, ros-kilted-generate-parameter-library, ros-kilted-moveit-common, ros-kilted-rsl, ros-kilted-std-msgs, ros-kilted-stomp, ros-kilted-tf2-eigen, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-planners-stomp/ros-kilted-moveit-planners-stomp_2.14.3-1noble.20260520.085831_arm64.deb Size: 132336 SHA256: a54ac87fbee934d1cf62fa57e36b15cbe037e6ee91cf906aed180baa19e850ad SHA1: 8547b93c263001c87ccce3898699736751338481 MD5sum: add45f8ccf0108e4982d338064428584 Description: STOMP Motion Planner for MoveIt Package: ros-kilted-moveit-planners-stomp-dbgsym Package-Type: ddeb Source: ros-kilted-moveit-planners-stomp Version: 2.14.3-1noble.20260520.085831 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 5605 Depends: ros-kilted-moveit-planners-stomp (= 2.14.3-1noble.20260520.085831) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-planners-stomp/ros-kilted-moveit-planners-stomp-dbgsym_2.14.3-1noble.20260520.085831_arm64.deb Size: 5470288 SHA256: c21d36e3d6ec9ee3c4369ad1430e71bf271b9f968e641e1b6c2b936826aa5172 SHA1: c4fd2116aab15fac14a0a7c6e717c42b40b984c5 MD5sum: 40ee9efbb46dcde268e691b78e5fd8cf Description: debug symbols for ros-kilted-moveit-planners-stomp Build-Ids: 0acad4bf7217ea079e99891e409b11f974529439 Package: ros-kilted-moveit-plugins Version: 2.14.3-1noble.20260520.091423 Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 43 Depends: ros-kilted-moveit-simple-controller-manager, ros-kilted-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-plugins/ros-kilted-moveit-plugins_2.14.3-1noble.20260520.091423_arm64.deb Size: 6418 SHA256: ad9c4594795b4886058b631856b7f8770daf0b8f065506e9e3ed74da1ee81a37 SHA1: 68503d2d2b7f4dc04e91d442af941d30c7167551 MD5sum: 17f13c5b232502b8efa52f1ef52ff6d7 Description: Metapackage for MoveIt plugins. Package: ros-kilted-moveit-py Version: 2.14.3-1noble.20260520.113918 Architecture: arm64 Maintainer: Peter David Fagan Installed-Size: 1312 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-moveit-core, ros-kilted-moveit-ros-planning, ros-kilted-srdfdom, ros-kilted-urdfdom, ros-kilted-ament-index-python, ros-kilted-geometry-msgs, ros-kilted-moveit-ros-planning-interface, ros-kilted-octomap-msgs, ros-kilted-rclcpp, ros-kilted-rclpy, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-py/ros-kilted-moveit-py_2.14.3-1noble.20260520.113918_arm64.deb Size: 333108 SHA256: e25187c96fc99cb158dc6870a2ccacc52423657523771cfcca87002de97b55df SHA1: c4fb33e2ce2c6c191204b32eefacc4d56717d432 MD5sum: 8c8556474ae688be43b36191142574f9 Description: Python binding for MoveIt 2 Package: ros-kilted-moveit-py-dbgsym Package-Type: ddeb Source: ros-kilted-moveit-py Version: 2.14.3-1noble.20260520.113918 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Peter David Fagan Installed-Size: 1088 Depends: ros-kilted-moveit-py (= 2.14.3-1noble.20260520.113918) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-py/ros-kilted-moveit-py-dbgsym_2.14.3-1noble.20260520.113918_arm64.deb Size: 1012440 SHA256: 5cf94268cf4ccd62e07ad7436ec5b95e9e9b8244824f453d251a27d47e0b3a71 SHA1: d9a94888a0acb54bbd4afc2381af64a404c0d229 MD5sum: 0fbbc5f119ef91404c420aa044e58522 Description: debug symbols for ros-kilted-moveit-py Build-Ids: 4d51786ebb084b30115bae1ae24463b8255a6fea Package: ros-kilted-moveit-resources Version: 3.1.1-1noble.20260520.092231 Architecture: arm64 Maintainer: MoveIt Release Team Installed-Size: 42 Depends: ros-kilted-joint-state-publisher, ros-kilted-moveit-resources-fanuc-description, ros-kilted-moveit-resources-fanuc-moveit-config, ros-kilted-moveit-resources-panda-description, ros-kilted-moveit-resources-panda-moveit-config, ros-kilted-moveit-resources-pr2-description, ros-kilted-robot-state-publisher, ros-kilted-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-resources/ros-kilted-moveit-resources_3.1.1-1noble.20260520.092231_arm64.deb Size: 5936 SHA256: 03228d6588ef439b16cd162c37a6fdfbb36310d3dfbb82978470169b32befb38 SHA1: 248e091137f31ff6dd9a93d3575377dbedd13ab3 MD5sum: 923fcede519f855de04b42140db4dad0 Description: Resources used for MoveIt testing Package: ros-kilted-moveit-resources-fanuc-description Version: 3.1.1-1noble.20260410.152414 Architecture: arm64 Maintainer: Dave Coleman Installed-Size: 736 Depends: ros-kilted-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-resources-fanuc-description/ros-kilted-moveit-resources-fanuc-description_3.1.1-1noble.20260410.152414_arm64.deb Size: 127654 SHA256: e8e55b9decf237835c80c0b4b885c448dc4792a8cb45355e774af6be3b658e27 SHA1: c0590136ca4e9407a74bfc06a93d17f265aabede MD5sum: 29c59c6ce7be6f8c1fe97f0d2957cff8 Description: Fanuc Resources used for MoveIt testing Package: ros-kilted-moveit-resources-fanuc-moveit-config Version: 3.1.1-1noble.20260520.091705 Architecture: arm64 Maintainer: Dave Coleman Installed-Size: 91 Depends: ros-kilted-controller-manager, ros-kilted-joint-state-publisher, ros-kilted-moveit-resources-fanuc-description, ros-kilted-position-controllers, ros-kilted-robot-state-publisher, ros-kilted-ros2cli-common-extensions, ros-kilted-tf2-ros, ros-kilted-xacro, ros-kilted-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-resources-fanuc-moveit-config/ros-kilted-moveit-resources-fanuc-moveit-config_3.1.1-1noble.20260520.091705_arm64.deb Size: 15842 SHA256: 80d95d079c613637d936d2e2ac047305b0c2633c6f5186970b48e07b3b2cee8f SHA1: 1281a88a8b8cff3163f0812d5e18271082a92566 MD5sum: 24e592e8ae9e81a5830bf3d6dbcb3dfc Description: MoveIt Resources for testing: Fanuc M-10iA. A project-internal configuration for testing in MoveIt. Package: ros-kilted-moveit-resources-panda-description Version: 3.1.1-1noble.20260410.152905 Architecture: arm64 Maintainer: Dave Coleman Installed-Size: 10458 Depends: ros-kilted-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-resources-panda-description/ros-kilted-moveit-resources-panda-description_3.1.1-1noble.20260410.152905_arm64.deb Size: 3090606 SHA256: d5c981dac4523023513c211000009da105372a294bd936c8b4e2dab919601610 SHA1: 863da181ca1262dabc6f10f7e5dd93eda63f4b20 MD5sum: 7b3bc865cdec25f65dcb8af9d51525ba Description: panda Resources used for MoveIt testing Package: ros-kilted-moveit-resources-panda-moveit-config Version: 3.1.1-1noble.20260520.091746 Architecture: arm64 Maintainer: Mike Lautman Installed-Size: 138 Depends: ros-kilted-controller-manager, ros-kilted-joint-state-publisher, ros-kilted-joint-state-publisher-gui, ros-kilted-moveit-resources-panda-description, ros-kilted-position-controllers, ros-kilted-robot-state-publisher, ros-kilted-ros2cli-common-extensions, ros-kilted-topic-tools, ros-kilted-xacro, ros-kilted-ros-workspace Homepage: http://moveit.ros.org/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-resources-panda-moveit-config/ros-kilted-moveit-resources-panda-moveit-config_3.1.1-1noble.20260520.091746_arm64.deb Size: 19908 SHA256: 85313ee7c2c80c00a49215c3697ea8fbf246099eae017611dfb08cc282ee2b46 SHA1: c1ec50f0aee63e8d1880d825f4782f7514f5c4cb MD5sum: 9f447ce91cb167a121a3039e3d409d4d Description: MoveIt Resources for testing: Franka Emika Panda A project-internal configuration for testing in MoveIt. Package: ros-kilted-moveit-resources-pr2-description Version: 3.1.1-1noble.20260410.152937 Architecture: arm64 Maintainer: Dave Coleman Installed-Size: 48624 Depends: ros-kilted-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-resources-pr2-description/ros-kilted-moveit-resources-pr2-description_3.1.1-1noble.20260410.152937_arm64.deb Size: 24343588 SHA256: 77d9df38ca78bf54431ad8efe49653e05ac2fe54b56f93929c2fc53cbe7e4e1c SHA1: 414b3942a1ba46e2a9c845998cde003e5ad0dccc MD5sum: 629c074708f71f5147e689394de210df Description: PR2 Resources used for MoveIt! testing Package: ros-kilted-moveit-resources-prbt-ikfast-manipulator-plugin Version: 2.14.3-1noble.20260520.085752 Architecture: arm64 Maintainer: Alexander Gutenkunst Installed-Size: 466 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.0), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-kilted-moveit-core, ros-kilted-generate-parameter-library, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-kdl, ros-kilted-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-resources-prbt-ikfast-manipulator-plugin/ros-kilted-moveit-resources-prbt-ikfast-manipulator-plugin_2.14.3-1noble.20260520.085752_arm64.deb Size: 118104 SHA256: cca4a261fac9df0784a23464bf937cf0590ae0429206bfe334d7e991ded9c1dd SHA1: c57031a7f0bc6b8e3e65753ea4cdbd579d0dfaac MD5sum: edecfa6ddec32be3636b647c0e6b8c0f Description: The prbt_ikfast_manipulator_plugin package Package: ros-kilted-moveit-resources-prbt-ikfast-manipulator-plugin-dbgsym Package-Type: ddeb Source: ros-kilted-moveit-resources-prbt-ikfast-manipulator-plugin Version: 2.14.3-1noble.20260520.085752 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alexander Gutenkunst Installed-Size: 2707 Depends: ros-kilted-moveit-resources-prbt-ikfast-manipulator-plugin (= 2.14.3-1noble.20260520.085752) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-resources-prbt-ikfast-manipulator-plugin/ros-kilted-moveit-resources-prbt-ikfast-manipulator-plugin-dbgsym_2.14.3-1noble.20260520.085752_arm64.deb Size: 2665874 SHA256: 001012adcb30aa87c7e73a3dbe00057e2c08d2f95486161772a69efc27405855 SHA1: 4eba467f9ce51c27ed5fa07606ea76e12e34fe49 MD5sum: 920585fce241c1ac7f5aa9439350a96a Description: debug symbols for ros-kilted-moveit-resources-prbt-ikfast-manipulator-plugin Build-Ids: 459cae4494338179df19c435788442f5102983e1 Package: ros-kilted-moveit-resources-prbt-moveit-config Version: 2.14.3-1noble.20260520.105813 Architecture: arm64 Maintainer: Alexander Gutenkunst Installed-Size: 84 Depends: ros-kilted-joint-state-publisher, ros-kilted-moveit-resources-prbt-ikfast-manipulator-plugin, ros-kilted-moveit-resources-prbt-support, ros-kilted-moveit-ros-move-group, ros-kilted-robot-state-publisher, ros-kilted-rviz2, ros-kilted-xacro, ros-kilted-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-resources-prbt-moveit-config/ros-kilted-moveit-resources-prbt-moveit-config_2.14.3-1noble.20260520.105813_arm64.deb Size: 14916 SHA256: c15d710a1504d6b20f9d62a0fff4cfac577467675e5baafe16f6790bc9655e0c SHA1: a8205e747927314cc33278496ce4d5cf5bc3791f MD5sum: 32d6b7aaca1726e91435c8ba9c4ff63b Description: MoveIt Resources for testing: Pilz PRBT 6 A project-internal configuration for testing in MoveIt. Package: ros-kilted-moveit-resources-prbt-pg70-support Version: 2.14.3-1noble.20260520.105907 Architecture: arm64 Maintainer: Alexander Gutenkunst Installed-Size: 935 Depends: ros-kilted-moveit-resources-prbt-ikfast-manipulator-plugin, ros-kilted-moveit-resources-prbt-moveit-config, ros-kilted-moveit-resources-prbt-support, ros-kilted-xacro, ros-kilted-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-resources-prbt-pg70-support/ros-kilted-moveit-resources-prbt-pg70-support_2.14.3-1noble.20260520.105907_arm64.deb Size: 160982 SHA256: e08b282afdc24ed15fc2a78e2231361b67ef773b4d61980b4a487738886dcde6 SHA1: 189e30cb87f7d74a0217f9c6a0413f8bac2e2803 MD5sum: 50276c4ed35d5aa680d73d60831f22c4 Description: PRBT support for Schunk pg70 gripper. Package: ros-kilted-moveit-resources-prbt-support Version: 2.14.3-1noble.20260519.013255 Architecture: arm64 Maintainer: Alexander Gutenkunst Installed-Size: 3862 Depends: ros-kilted-xacro, ros-kilted-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-resources-prbt-support/ros-kilted-moveit-resources-prbt-support_2.14.3-1noble.20260519.013255_arm64.deb Size: 760794 SHA256: dd76ec7c557fd0c39f7497ec9defa0c7023bf1bfd9d7c85d97ebdecdc629686b SHA1: 3c7266b40202b5c760cd0f6e79cf875a992c9936 MD5sum: c4c148dc139da215ee4ff7a25f504607 Description: Mechanical, kinematic and visual description of the Pilz light weight arm PRBT. Package: ros-kilted-moveit-ros Version: 2.14.3-1noble.20260520.121125 Architecture: arm64 Maintainer: Michael Görner Installed-Size: 43 Depends: ros-kilted-moveit-ros-benchmarks, ros-kilted-moveit-ros-move-group, ros-kilted-moveit-ros-planning, ros-kilted-moveit-ros-planning-interface, ros-kilted-moveit-ros-robot-interaction, ros-kilted-moveit-ros-visualization, ros-kilted-moveit-ros-warehouse, ros-kilted-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-ros/ros-kilted-moveit-ros_2.14.3-1noble.20260520.121125_arm64.deb Size: 6806 SHA256: da2018c212bffac9b00da5acb57daca749dd8fd804854631ef8923a8b0c41821 SHA1: 9fffe17b3f575fc4cc0e887ec06607e2dae5b803 MD5sum: f7753f68de2a1a9e018cd7b84a2a0f87 Description: Components of MoveIt that use ROS Package: ros-kilted-moveit-ros-benchmarks Version: 2.14.3-1noble.20260520.103316 Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 651 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-moveit-core, ros-kilted-moveit-ros-planning, ros-kilted-moveit-ros-warehouse, libboost-date-time1.83.0, libboost-filesystem1.83.0, ros-kilted-launch-param-builder, ros-kilted-moveit-common, ros-kilted-moveit-configs-utils, ros-kilted-pluginlib (>= 1.11.2), ros-kilted-rclcpp, ros-kilted-tf2-eigen, ros-kilted-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-ros-benchmarks/ros-kilted-moveit-ros-benchmarks_2.14.3-1noble.20260520.103316_arm64.deb Size: 188812 SHA256: d9e1d7826cf057801d6197c6ba0364d189888a8c9bef5b6497e3aaabb9a82779 SHA1: 7edd96696b639b3a0d59a9be9c4a70ff1711a709 MD5sum: 1c2178086c6665baf20022c1cd52a767 Description: Enhanced tools for benchmarks in MoveIt Package: ros-kilted-moveit-ros-benchmarks-dbgsym Package-Type: ddeb Source: ros-kilted-moveit-ros-benchmarks Version: 2.14.3-1noble.20260520.103316 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 7014 Depends: ros-kilted-moveit-ros-benchmarks (= 2.14.3-1noble.20260520.103316) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-ros-benchmarks/ros-kilted-moveit-ros-benchmarks-dbgsym_2.14.3-1noble.20260520.103316_arm64.deb Size: 6832394 SHA256: a3a5764b84901d5a1fbb65cc3ef116c8c5e3a79e9ebf295e09c0ca52d196d83d SHA1: 143dcb9f2c2e099492fd730e37dca72814505c94 MD5sum: 0bc3497a49bfaf0b5e082eb4f3e03ac3 Description: debug symbols for ros-kilted-moveit-ros-benchmarks Build-Ids: 89a811d3eb98c2643b55d41b86a84c5f939f63bf e0f04e53fa65d4cadf608ca4934e855e75489645 Package: ros-kilted-moveit-ros-control-interface Version: 2.14.3-1noble.20260520.090443 Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 1084 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-moveit-core, ros-kilted-moveit-simple-controller-manager, ros-kilted-controller-manager-msgs, ros-kilted-moveit-common, ros-kilted-pluginlib (>= 1.11.2), ros-kilted-rclcpp-action, ros-kilted-trajectory-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-ros-control-interface/ros-kilted-moveit-ros-control-interface_2.14.3-1noble.20260520.090443_arm64.deb Size: 221124 SHA256: 330c2634c7c40ad4552af2683940dcc3f08e061bb84df241862421769d6e8bd7 SHA1: 6e8fbffaa09594a48fc935dc246bb7b679b8c8b6 MD5sum: 9aafaa66c58f420d85e4dcb8513f4b03 Description: ros_control controller manager interface for MoveIt Package: ros-kilted-moveit-ros-control-interface-dbgsym Package-Type: ddeb Source: ros-kilted-moveit-ros-control-interface Version: 2.14.3-1noble.20260520.090443 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 5106 Depends: ros-kilted-moveit-ros-control-interface (= 2.14.3-1noble.20260520.090443) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-ros-control-interface/ros-kilted-moveit-ros-control-interface-dbgsym_2.14.3-1noble.20260520.090443_arm64.deb Size: 4596616 SHA256: 3627a376bef15142e91d047257276e9337ef1efce0e40dcbc94263feb297d25a SHA1: ab464477d2d302010bd9f9c658bf252c44c2f04e MD5sum: 101af09195318f1dc38ab79ad874194b Description: debug symbols for ros-kilted-moveit-ros-control-interface Build-Ids: 3d61cb65bd8e41eb71f4de0b52c072053f645a63 52ab748b2f7b25338c4a022155df9e4f34afc320 7b77d27c8520d285dfbb597afdf26d55404ad122 bd333e3ef38204efcf1f785c6fd10d1075f728eb e5d882a218166f8ed3bd9db23bcd83c0a41b315e Package: ros-kilted-moveit-ros-move-group Version: 2.14.3-1noble.20260520.104110 Architecture: arm64 Maintainer: Michael Görner Installed-Size: 1666 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-moveit-core, ros-kilted-moveit-ros-planning, ros-kilted-urdfdom, libfmt-dev, ros-kilted-moveit-common, ros-kilted-moveit-kinematics, ros-kilted-moveit-ros-occupancy-map-monitor, ros-kilted-pluginlib (>= 1.11.2), ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-std-srvs, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-ros-move-group/ros-kilted-moveit-ros-move-group_2.14.3-1noble.20260520.104110_arm64.deb Size: 384254 SHA256: 8865d4274e0fa4274260bd914536ff0818c76abbf4da1691b60fe14fadb82786 SHA1: 216915f2e9ca3a5a728de5e695a2d9006e7948cf MD5sum: eac5d2535dd874a8fc784e42cec68586 Description: The move_group node for MoveIt Package: ros-kilted-moveit-ros-move-group-dbgsym Package-Type: ddeb Source: ros-kilted-moveit-ros-move-group Version: 2.14.3-1noble.20260520.104110 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Görner Installed-Size: 30081 Depends: ros-kilted-moveit-ros-move-group (= 2.14.3-1noble.20260520.104110) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-ros-move-group/ros-kilted-moveit-ros-move-group-dbgsym_2.14.3-1noble.20260520.104110_arm64.deb Size: 29252182 SHA256: ee0bc709d64786fbc231648d32c9b2d1a5cd8df4f2e1bb1194109b1cf44927a8 SHA1: e6edc4157d5cea168ff6ed86cba86e12cc686ae3 MD5sum: 3da33ed58cab4b271e22b6090e031153 Description: debug symbols for ros-kilted-moveit-ros-move-group Build-Ids: 097fde740da7ce9adb61c3082a19f2d6f5cb9af5 134788088a9dc8d024e67f785c00a3d2f7a7c916 29d0499bcec539773ac6fcd18eb9cd4a319659dd f6d101af779ffbfbb3742c82a58a20849d12bea0 Package: ros-kilted-moveit-ros-occupancy-map-monitor Version: 2.14.3-1noble.20260520.085904 Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 1010 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liboctomap1.9t64 (>= 1.9.7+dfsg), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-moveit-core, libeigen3-dev, liboctomap-dev, ros-kilted-eigen3-cmake-module, ros-kilted-geometric-shapes, ros-kilted-moveit-common, ros-kilted-moveit-msgs, ros-kilted-pluginlib (>= 1.11.2), ros-kilted-rclcpp, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-ros-occupancy-map-monitor/ros-kilted-moveit-ros-occupancy-map-monitor_2.14.3-1noble.20260520.085904_arm64.deb Size: 241666 SHA256: bbd332d14c8a35c1aea3cfa7abf51101f52b29e134c00c3de68205e8286b0b46 SHA1: 756dd0f306feb833ed5689b720c867ccab34e3dc MD5sum: 46def0fb960f5dca6d34f416b57963cf Description: Components of MoveIt connecting to occupancy map Package: ros-kilted-moveit-ros-occupancy-map-monitor-dbgsym Package-Type: ddeb Source: ros-kilted-moveit-ros-occupancy-map-monitor Version: 2.14.3-1noble.20260520.085904 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 5308 Depends: ros-kilted-moveit-ros-occupancy-map-monitor (= 2.14.3-1noble.20260520.085904) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-ros-occupancy-map-monitor/ros-kilted-moveit-ros-occupancy-map-monitor-dbgsym_2.14.3-1noble.20260520.085904_arm64.deb Size: 4704438 SHA256: cc92309177f6f0ce4320030fd48d9cbb2c071441bed0b4cecccae05274220e0e SHA1: 51a94c1872a8addd84e0cdc677ab57e884b85d5c MD5sum: ff4b8e5ae17f46ef49d41c6003de1428 Description: debug symbols for ros-kilted-moveit-ros-occupancy-map-monitor Build-Ids: 2ef999fea980e566b02870dbfa160cf8d1fc4e63 866f13c277dcbedd17e69f9842d0af9677a4128a Package: ros-kilted-moveit-ros-perception Version: 2.14.3-1noble.20260520.101547 Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 1998 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libglew2.2 (>= 2.2.0-4build1), libglu1-mesa | libglu1, libglut3.12 (>= 3.4.0), libglx0, libgomp1 (>= 4.2.1), liboctomap1.9t64 (>= 1.9.7+dfsg), libopengl0, libstdc++6 (>= 13.1), ros-kilted-geometric-shapes, ros-kilted-moveit-core, ros-kilted-moveit-ros-occupancy-map-monitor, freeglut3-dev, libgl1-mesa-dev, libglew-dev, libglu1-mesa-dev, libomp-dev, ros-kilted-cv-bridge, ros-kilted-image-transport, ros-kilted-message-filters, ros-kilted-moveit-common, ros-kilted-moveit-msgs, ros-kilted-moveit-ros-planning, ros-kilted-object-recognition-msgs, ros-kilted-pluginlib (>= 1.11.2), ros-kilted-rclcpp, ros-kilted-sensor-msgs, ros-kilted-tf2, ros-kilted-tf2-eigen, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-urdf, ros-kilted-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-ros-perception/ros-kilted-moveit-ros-perception_2.14.3-1noble.20260520.101547_arm64.deb Size: 368736 SHA256: cd49c5c661f1623649348f63795fb1749438907e329ccdd5617cdd6afa872788 SHA1: 75914b06c299166239b54209919036d56195aaee MD5sum: e3f44fd9bf606e08bb8ebfe8b67ae18e Description: Components of MoveIt connecting to perception Package: ros-kilted-moveit-ros-perception-dbgsym Package-Type: ddeb Source: ros-kilted-moveit-ros-perception Version: 2.14.3-1noble.20260520.101547 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 10998 Depends: ros-kilted-moveit-ros-perception (= 2.14.3-1noble.20260520.101547) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-ros-perception/ros-kilted-moveit-ros-perception-dbgsym_2.14.3-1noble.20260520.101547_arm64.deb Size: 9991762 SHA256: be6d36f465446e0da5041368f8f6f01d868ae0800172531c7cb80b839a0155d9 SHA1: 56deaea17e0ad36ff5804a11f1f5c2e6e875d9c6 MD5sum: a96b16c9ca87d3fae3efb7999477106e Description: debug symbols for ros-kilted-moveit-ros-perception Build-Ids: 0ee5289f8ab6351e22606bdec3e290458cc0feb1 4b5c2ba66415f63360d8bcb3474ccb60ab79d19e 5983c4e3e8fdaa5caed726782a659c2de4eeca10 719a699383993404741e01fff663bfe67d87a876 8808ad785200d9d558457c920b0d7773df442303 88ff41f6f9af13fd363965d1e912c5f51e7eaa2c a954ce2690263a7d56535fe91c508d29e4ed1f37 c668f31af938ff07a597e8beb6d955f492d4f92a Package: ros-kilted-moveit-ros-planning Version: 2.14.3-1noble.20260520.094957 Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 6874 Depends: libboost-program-options1.83.0 (>= 1.83.0), libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-geometric-shapes, ros-kilted-moveit-core, ros-kilted-moveit-ros-occupancy-map-monitor, ros-kilted-srdfdom, libeigen3-dev, libfmt-dev, ros-kilted-ament-index-cpp, ros-kilted-eigen3-cmake-module, ros-kilted-generate-parameter-library, ros-kilted-message-filters, ros-kilted-moveit-common, ros-kilted-moveit-msgs, ros-kilted-pluginlib (>= 1.11.2), ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-rclcpp-components, ros-kilted-std-msgs, ros-kilted-tf2, ros-kilted-tf2-eigen, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-msgs, ros-kilted-tf2-ros, ros-kilted-urdf, ros-kilted-ros-workspace Conflicts: ros-kilted-moveit-ros-planning-interface (<< 2.1.5) Replaces: ros-kilted-moveit-ros-planning-interface (<< 2.1.5) Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-ros-planning/ros-kilted-moveit-ros-planning_2.14.3-1noble.20260520.094957_arm64.deb Size: 1153300 SHA256: faf022d2170bacb8d2ba122af9c6a0452a06bb52a7c4cb4fc0563bb9de42405c SHA1: b3ac909bdb01c6f1eeafbdfbb724023b74bd41e4 MD5sum: 4e69ceffd3c37555b3314ba166ded52e Description: Planning components of MoveIt that use ROS Package: ros-kilted-moveit-ros-planning-dbgsym Package-Type: ddeb Source: ros-kilted-moveit-ros-planning Version: 2.14.3-1noble.20260520.094957 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 71641 Depends: ros-kilted-moveit-ros-planning (= 2.14.3-1noble.20260520.094957) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-ros-planning/ros-kilted-moveit-ros-planning-dbgsym_2.14.3-1noble.20260520.094957_arm64.deb Size: 68222200 SHA256: 61fdd13fbf4eaada85ee849a36a56a1dc83f86421a2a7f60d959a9a58a97c3f3 SHA1: 45daf16370841babf17c279eb34c7e033c7b3993 MD5sum: 3a7e4f5b9f417972031301a7da668aa0 Description: debug symbols for ros-kilted-moveit-ros-planning Build-Ids: 05e81b62184c03f4a6a2baf6f8028be6153f0176 1aec98c3ebadcae46c8c4013f550a3748d7f05e4 30c026ef30e43d2e2d72c37ab62fe0502c691032 36ec5ae4d6b23eef8a4452e26c9b97762d5c780a 3f3110cd4350a5e1198edc83e5593ac7078b9a15 46513bb3101e6e2665e64aa1c418bde85c563529 4eb2daf7544e6cb239a9011b2c49db8fd99595e4 51c565638cf9aceb2938771f0cb892e9b3fcad24 5d6f1b537615395aae0d5e7abe44f09cda66c135 68d9980decf38228c027e2de99a816db4ecb11f6 6c633dd173f96981b1743e740c6d0cb3c7b4617e 7f4c911dd1a465908992121597a00209d0cbee22 80b8aa92fd97cc5721275d2530ffa3c6f3ac54de 8e24a84cc31c1921c7b3b6cb4f13e0d8ef9e0f73 92949f7295a2978d9d9504ddc38c1f7979809295 9bb0dc21d6b92fd29423757dd7d65ed7fa7248ff 9e299bd4f02cf1f7a0050dc2788ed84bfd7170ca b00ce0b5377e44e8393d41e2b789bbb29ce6b7c5 df7297389a0eefa9f2621509ba4a1c99e65bb67c e714591d3f79f77829a61aed1c228c55b717d763 e75244d6eec095480546307611ad238594dc3973 f563f6feaf14b6f51fec9c38b96023d883f51244 Package: ros-kilted-moveit-ros-planning-interface Version: 2.14.3-1noble.20260520.112505 Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 1132 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-kilted-moveit-core, ros-kilted-moveit-ros-planning, ros-kilted-moveit-ros-warehouse, python3-dev, ros-kilted-geometry-msgs, ros-kilted-moveit-common, ros-kilted-moveit-msgs, ros-kilted-moveit-ros-move-group, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-rclpy, ros-kilted-tf2, ros-kilted-tf2-eigen, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-ros-planning-interface/ros-kilted-moveit-ros-planning-interface_2.14.3-1noble.20260520.112505_arm64.deb Size: 258760 SHA256: 5f3e6d0cb7682e40a5efd04ca6ff2508cae214f903373f9448b93ea546b7e113 SHA1: ff612d20932f8203ff6493644f85beeb9dede60a MD5sum: cfd82698b1a8095f491a4a5ce3084c76 Description: Components of MoveIt that offer simpler remote (as from another ROS 2 node) interfaces to planning and execution Package: ros-kilted-moveit-ros-planning-interface-dbgsym Package-Type: ddeb Source: ros-kilted-moveit-ros-planning-interface Version: 2.14.3-1noble.20260520.112505 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 10173 Depends: ros-kilted-moveit-ros-planning-interface (= 2.14.3-1noble.20260520.112505) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-ros-planning-interface/ros-kilted-moveit-ros-planning-interface-dbgsym_2.14.3-1noble.20260520.112505_arm64.deb Size: 9683086 SHA256: c52fbf6b443dfa56a04765f7504cd91a99f24a5955f1416df1127904c6fefe47 SHA1: fc714c316eab5dc298d1dc179bed27bbc3c66b88 MD5sum: 71d2c791c525b566981eb54d6c3c7740 Description: debug symbols for ros-kilted-moveit-ros-planning-interface Build-Ids: 16e3d65537a2e8ec25b0d343a4629a29d3d54521 286e903ee53f82994c70fdf15738e347e9bbf52c bad69a07dab3306e68c481152bbb4eab40f5e654 Package: ros-kilted-moveit-ros-robot-interaction Version: 2.14.3-1noble.20260520.102043 Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 770 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-kilted-moveit-core, ros-kilted-interactive-markers, ros-kilted-moveit-common, ros-kilted-moveit-ros-planning, ros-kilted-rclcpp, ros-kilted-tf2, ros-kilted-tf2-eigen, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-ros-robot-interaction/ros-kilted-moveit-ros-robot-interaction_2.14.3-1noble.20260520.102043_arm64.deb Size: 160310 SHA256: c58d1e3af7bae5cb2d715fb35f883e3f13d0cc2d8858ce16ec479cf95908851f SHA1: e4b0d37a6a0eecb58868ce6638a8d9d3a5e959fd MD5sum: cddcdab9e02dabe27bbff707d8fe4a67 Description: Components of MoveIt that offer interaction via interactive markers Package: ros-kilted-moveit-ros-robot-interaction-dbgsym Package-Type: ddeb Source: ros-kilted-moveit-ros-robot-interaction Version: 2.14.3-1noble.20260520.102043 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 6998 Depends: ros-kilted-moveit-ros-robot-interaction (= 2.14.3-1noble.20260520.102043) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-ros-robot-interaction/ros-kilted-moveit-ros-robot-interaction-dbgsym_2.14.3-1noble.20260520.102043_arm64.deb Size: 6655222 SHA256: 1a56adb7c06df30f6e890926c0796050e7679e2b39721fce9c9d1f1e8636530d SHA1: ec7f4af66a524e24337226640d2fac550262302f MD5sum: f8729af0ea468c222e892f160f9b9d62 Description: debug symbols for ros-kilted-moveit-ros-robot-interaction Build-Ids: b226aef9112a8840bc431f18b87f0fed28132535 Package: ros-kilted-moveit-ros-tests Version: 2.14.3-1noble.20260519.121139 Architecture: arm64 Maintainer: MoveIt Release Team Installed-Size: 8 Depends: ros-kilted-moveit-common, ros-kilted-rclcpp, ros-kilted-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-ros-tests/ros-kilted-moveit-ros-tests_2.14.3-1noble.20260519.121139_arm64.deb Size: 2050 SHA256: 3d7608a81c2d73941b44919dfa57aac9544cf51add85c1effd4d8ba7a3f78333 SHA1: 74e7feb339c8dc9d5a5784d05ae235231dee56ca MD5sum: 1811a68fbda4a1d0ab2677798aa226f8 Description: Integration tests for moveit_ros Package: ros-kilted-moveit-ros-trajectory-cache Version: 2.14.3-1noble.20260520.121512 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 719 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libssl3t64 (>= 3.0.0), libstdc++6 (>= 13.1), ros-kilted-moveit-core, ros-kilted-moveit-ros-planning-interface, ros-kilted-moveit-ros-warehouse, python3-yaml, ros-kilted-geometry-msgs, ros-kilted-moveit-common, ros-kilted-moveit-ros, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-tf2-ros, ros-kilted-trajectory-msgs, ros-kilted-xacro, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-ros-trajectory-cache/ros-kilted-moveit-ros-trajectory-cache_2.14.3-1noble.20260520.121512_arm64.deb Size: 129082 SHA256: 28e8e06552d1a63a47ce59a798e32d567a0ede2d509e09eff5b7a196b88d48cd SHA1: 379927502262fcb5082bd7679617c66d26df4ceb MD5sum: 504a10a75eacb9995e7073e6ec773f69 Description: A trajectory cache for MoveIt 2 motion plans and cartesian plans. Package: ros-kilted-moveit-ros-trajectory-cache-dbgsym Package-Type: ddeb Source: ros-kilted-moveit-ros-trajectory-cache Version: 2.14.3-1noble.20260520.121512 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 8233 Depends: ros-kilted-moveit-ros-trajectory-cache (= 2.14.3-1noble.20260520.121512) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-ros-trajectory-cache/ros-kilted-moveit-ros-trajectory-cache-dbgsym_2.14.3-1noble.20260520.121512_arm64.deb Size: 8093158 SHA256: 45242e9a0d84c8c34397f593e9db9c1041760d1e06714a87ca6540493ae110b8 SHA1: ed605d988b08842f843150f31e4b069a77106f6d MD5sum: 5146ef9656ebfcdd1386b44e8f1fe1f0 Description: debug symbols for ros-kilted-moveit-ros-trajectory-cache Build-Ids: 4e6e594b9d1c50463f5ac3561a4c48a4e0ee61f5 8d1e8ff1ea69e1e0e3dfe44e87830b15022695e7 c1c249c19b39211b819d57ffb0576818f5a54965 c5728d572d16e862bfef642169eaab86a799d18d Package: ros-kilted-moveit-ros-visualization Version: 2.14.3-1noble.20260520.113907 Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 3904 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libqt5core5t64 (>= 5.5.0), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5t64 (>= 5.14.1), libstdc++6 (>= 13.1), ros-kilted-geometric-shapes, ros-kilted-moveit-core, ros-kilted-moveit-ros-planning, ros-kilted-moveit-ros-planning-interface, ros-kilted-moveit-ros-robot-interaction, ros-kilted-moveit-ros-warehouse, ros-kilted-rviz-ogre-vendor, ros-kilted-interactive-markers, ros-kilted-moveit-common, ros-kilted-object-recognition-msgs, ros-kilted-pluginlib (>= 1.11.2), ros-kilted-rclcpp, ros-kilted-rclpy, ros-kilted-rviz2, ros-kilted-tf2-eigen, ros-kilted-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-ros-visualization/ros-kilted-moveit-ros-visualization_2.14.3-1noble.20260520.113907_arm64.deb Size: 671776 SHA256: b8e4073d8572ce32df27cd211f3ffd669dfe17304c73b2085f6538c8f4849193 SHA1: babd88c20c1e3b8dcf170f6de8806b6b60672d96 MD5sum: d4fdb74e53a32fd8dffe3c10f557b58e Description: Components of MoveIt that offer visualization Package: ros-kilted-moveit-ros-visualization-dbgsym Package-Type: ddeb Source: ros-kilted-moveit-ros-visualization Version: 2.14.3-1noble.20260520.113907 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 42827 Depends: ros-kilted-moveit-ros-visualization (= 2.14.3-1noble.20260520.113907) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-ros-visualization/ros-kilted-moveit-ros-visualization-dbgsym_2.14.3-1noble.20260520.113907_arm64.deb Size: 40646740 SHA256: 0727ed1e6ce4e71007126f95cd508e535d45b52a2c5131b6d119cf18767a5f0b SHA1: 526fd3d2e2b21649158bd759d02b215f8344262f MD5sum: b1cb566d71a2244266eb8b79fc3c3428 Description: debug symbols for ros-kilted-moveit-ros-visualization Build-Ids: 0832532a1e3c46ef073174055544acb8d9a74e88 32321fd488f982e4e71b10173647821b89666116 3721cd7c42baf355efe3805a5308994729a1442b 867389afc8d4bdac72c07e5ef352149a00d41bbe 8881e024e5ab7defb7534e1e4d2b617f3ae1a374 9d253bad5c7968aee25c4ba0d69353683d3e1b7f d425f47b6776084163a3002c7b292f51c14d748e ea58494c6c9d79a0956d0040596baf9f26118722 eb4648fd784297af5ffbe15bcbddc7892908cfad Package: ros-kilted-moveit-ros-warehouse Version: 2.14.3-1noble.20260520.102326 Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 2645 Depends: libboost-program-options1.83.0 (>= 1.83.0), libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libssl3t64 (>= 3.0.0), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-moveit-core, ros-kilted-moveit-ros-planning, libfmt-dev, ros-kilted-moveit-common, ros-kilted-rclcpp, ros-kilted-tf2-eigen, ros-kilted-tf2-ros, ros-kilted-warehouse-ros, ros-kilted-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-ros-warehouse/ros-kilted-moveit-ros-warehouse_2.14.3-1noble.20260520.102326_arm64.deb Size: 474816 SHA256: 06cedfff86aaa9405a24077b5cf72a57f53ff534b5eae0ef23b111722d57b3da SHA1: c103295fdf392b44e505d062a650771d28a9b016 MD5sum: 4633cc960ce3c0cd989afbcd19cf3b97 Description: Components of MoveIt connecting to MongoDB Package: ros-kilted-moveit-ros-warehouse-dbgsym Package-Type: ddeb Source: ros-kilted-moveit-ros-warehouse Version: 2.14.3-1noble.20260520.102326 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 20639 Depends: ros-kilted-moveit-ros-warehouse (= 2.14.3-1noble.20260520.102326) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-ros-warehouse/ros-kilted-moveit-ros-warehouse-dbgsym_2.14.3-1noble.20260520.102326_arm64.deb Size: 18955826 SHA256: b9abb71a1799814118220c998d52a77044218a6c2c77003096e5a754f9028786 SHA1: 649223d6a1593b2db7d1faf73c01d6e542fa1e05 MD5sum: e1c655c0f1666543b96af5fc1fa41490 Description: debug symbols for ros-kilted-moveit-ros-warehouse Build-Ids: 0ab8451229bcc469b347a84a5147fd1ed9d29eec 4b4c52d606723b059e3d051eb6435861cf3ef7aa 5969aa50c10fb3a28af9cb3211f20232433b44b5 6791af7e5489e2d8b846b95f7e8ff6c1234003e5 c2189bd75bf99110faea6e80b8aae15383675dbe ca4a41f14b6943e5d34ec991146cbafd0ffee8de d42829e9737ed5381e9cdda86b0eacc249d45795 Package: ros-kilted-moveit-runtime Version: 2.14.3-1noble.20260520.113913 Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 43 Depends: ros-kilted-moveit-core, ros-kilted-moveit-planners, ros-kilted-moveit-plugins, ros-kilted-moveit-ros-move-group, ros-kilted-moveit-ros-perception, ros-kilted-moveit-ros-planning, ros-kilted-moveit-ros-planning-interface, ros-kilted-moveit-ros-warehouse, ros-kilted-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-runtime/ros-kilted-moveit-runtime_2.14.3-1noble.20260520.113913_arm64.deb Size: 6580 SHA256: accbe52e4e7085a419b6bd9df2f24dbf4114bfbd9ec53c6bd2dbd2e73c5622d9 SHA1: 07761f1b86d64878ec4be09d35bcb659005a6852 MD5sum: caec5f00dc08260024947d19e41e9b7f Description: moveit_runtime meta package contains MoveIt packages that are essential for its runtime (e.g. running MoveIt on robots). Package: ros-kilted-moveit-servo Version: 2.14.3-1noble.20260520.121127 Architecture: arm64 Maintainer: Blake Anderson Installed-Size: 3327 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-moveit-core, ros-kilted-moveit-ros-planning, ros-kilted-control-msgs, ros-kilted-controller-manager, ros-kilted-generate-parameter-library, ros-kilted-geometry-msgs, ros-kilted-joint-state-broadcaster, ros-kilted-joint-trajectory-controller, ros-kilted-joy, ros-kilted-launch-param-builder, ros-kilted-moveit-common, ros-kilted-moveit-configs-utils, ros-kilted-moveit-msgs, ros-kilted-moveit-ros-planning-interface, ros-kilted-moveit-ros-visualization, ros-kilted-pluginlib, ros-kilted-realtime-tools, ros-kilted-robot-state-publisher, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-tf2-eigen, ros-kilted-tf2-ros, ros-kilted-trajectory-msgs, ros-kilted-ros-workspace Homepage: https://moveit.github.io/moveit_tutorials Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-servo/ros-kilted-moveit-servo_2.14.3-1noble.20260520.121127_arm64.deb Size: 615136 SHA256: 3d7dca7c84c697184c0d0c7a87cfdad69a52265309e31ce3de22854c78634b67 SHA1: 07c74e942eb37895ae3385793667c2759b6eedea MD5sum: 8d521ba0db8c1864e573429c0cec4f49 Description: Provides real-time manipulator Cartesian and joint servoing. Package: ros-kilted-moveit-servo-dbgsym Package-Type: ddeb Source: ros-kilted-moveit-servo Version: 2.14.3-1noble.20260520.121127 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Blake Anderson Installed-Size: 31531 Depends: ros-kilted-moveit-servo (= 2.14.3-1noble.20260520.121127) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-servo/ros-kilted-moveit-servo-dbgsym_2.14.3-1noble.20260520.121127_arm64.deb Size: 30078106 SHA256: c5b7aed0b41c3f405a5422ef464ee98c807b8ff83267626f243b09f832d76ac8 SHA1: 130a517f08ee71a4fdc4b5e27a660fe2ea6ac43f MD5sum: 344bb37d3f5a93aa20eb6e57d713804b Description: debug symbols for ros-kilted-moveit-servo Build-Ids: 056ef77d6da52553a6b5bac2230e9e4a60055d52 277e9011fc0897104f99f885e66b100c87c4d4be 5e6a40ff2ea682da084f3bc3d75936713c8a2a0b 7110c3001bc061dd3598ec6afa014ccf3d8f30f0 91cf241a86ce339746c638adf0577407530e2936 b51d597e3f69a61a3375d43cc16b126c59719757 c927847c87d1a332ebb7e1304670304243154589 Package: ros-kilted-moveit-setup-app-plugins Version: 2.14.3-1noble.20260520.123847 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 317 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.5.0), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-kilted-ament-index-cpp, ros-kilted-moveit-configs-utils, ros-kilted-moveit-ros-visualization, ros-kilted-moveit-setup-framework, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-setup-app-plugins/ros-kilted-moveit-setup-app-plugins_2.14.3-1noble.20260520.123847_arm64.deb Size: 69090 SHA256: 0241744ae8073891a66b2f2a6929fbac5976036aba76fb9d44c824cf34494df8 SHA1: 8f3f1f5e104f65178c7440f28cbd47c793bc963b MD5sum: 00ecd2b06d2f3e525104c17eda002c3e Description: Various specialty plugins for MoveIt Setup Assistant Package: ros-kilted-moveit-setup-app-plugins-dbgsym Package-Type: ddeb Source: ros-kilted-moveit-setup-app-plugins Version: 2.14.3-1noble.20260520.123847 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 4041 Depends: ros-kilted-moveit-setup-app-plugins (= 2.14.3-1noble.20260520.123847) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-setup-app-plugins/ros-kilted-moveit-setup-app-plugins-dbgsym_2.14.3-1noble.20260520.123847_arm64.deb Size: 3959250 SHA256: 03786c3d71fc2a94f388228a21e756dd4e400eb704078da6a29b687d38ea874f SHA1: fc11396823787fdb77b36937f196c8d9e933d2bc MD5sum: 4c4330fa0b489f689212209de0391f62 Description: debug symbols for ros-kilted-moveit-setup-app-plugins Build-Ids: ae56dfc0eea35cbf4f780dd790ae433f6b31955e Package: ros-kilted-moveit-setup-assistant Version: 2.14.3-1noble.20260520.130236 Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 891 Depends: libboost-program-options1.83.0 (>= 1.83.0), libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.0.2), libqt5gui5t64 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5widgets5t64 (>= 5.11.0~rc1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-moveit-ros-planning, ros-kilted-srdfdom, qtbase5-dev, ros-kilted-ament-index-cpp, ros-kilted-moveit-configs-utils, ros-kilted-moveit-setup-app-plugins, ros-kilted-moveit-setup-controllers, ros-kilted-moveit-setup-core-plugins, ros-kilted-moveit-setup-framework, ros-kilted-moveit-setup-srdf-plugins, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-setup-assistant/ros-kilted-moveit-setup-assistant_2.14.3-1noble.20260520.130236_arm64.deb Size: 281954 SHA256: 69f08463bc69fef2637f716cc83ce51ef618c9445eb7954de1f7ec323b31d9cc SHA1: e466f4aa35bd981f07049a753bcfa7473bba742c MD5sum: a7c5a0383f752ccff4df4dbe1f2819b7 Description: Generates a configuration package that makes it easy to use MoveIt Package: ros-kilted-moveit-setup-assistant-dbgsym Package-Type: ddeb Source: ros-kilted-moveit-setup-assistant Version: 2.14.3-1noble.20260520.130236 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 7663 Depends: ros-kilted-moveit-setup-assistant (= 2.14.3-1noble.20260520.130236) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-setup-assistant/ros-kilted-moveit-setup-assistant-dbgsym_2.14.3-1noble.20260520.130236_arm64.deb Size: 7302872 SHA256: 6c79c5e4061c736aa27ea47c1668b28c854df58abab8ca9f5476ab44aef36fe3 SHA1: 97c1c116e4a5ef9306e2b998279f45a0f6c802d4 MD5sum: 24de7d3c983e34c75f4f7e0f4c364cb7 Description: debug symbols for ros-kilted-moveit-setup-assistant Build-Ids: 8426d05aa2f4137b4646a482ebf71e5dc681e7d0 dd51b9bf1b1975e00e022b453b96d72191b55407 Package: ros-kilted-moveit-setup-controllers Version: 2.14.3-1noble.20260520.124606 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 624 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.5.0), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-kilted-moveit-core, ros-kilted-ament-index-cpp, ros-kilted-moveit-setup-framework, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-setup-controllers/ros-kilted-moveit-setup-controllers_2.14.3-1noble.20260520.124606_arm64.deb Size: 157300 SHA256: c7d13e60ae2cb4ff2cc3910b0c45b8bb31b79af8ae56d3a5171d135a8a5a4ef4 SHA1: 2644cdfc2d7185b93a1575f2fbbb1d8263971eae MD5sum: d1f5c6ecae7193171f4f7fd0e897fc71 Description: MoveIt Setup Steps for ROS 2 Control Package: ros-kilted-moveit-setup-controllers-dbgsym Package-Type: ddeb Source: ros-kilted-moveit-setup-controllers Version: 2.14.3-1noble.20260520.124606 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 11855 Depends: ros-kilted-moveit-setup-controllers (= 2.14.3-1noble.20260520.124606) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-setup-controllers/ros-kilted-moveit-setup-controllers-dbgsym_2.14.3-1noble.20260520.124606_arm64.deb Size: 11631636 SHA256: ad9f0ea755c4f17b89c47f7ff57afcc42f1356ce952c1c52681bacc769b5d9a6 SHA1: 3d80948a6aa83a0e827dc8ef4ff3196c1d1627ff MD5sum: bb8e0851f354e49765a97dd5878552dc Description: debug symbols for ros-kilted-moveit-setup-controllers Build-Ids: c88b9d9df387eec8a5821e0d5750b2c2fed34e76 Package: ros-kilted-moveit-setup-core-plugins Version: 2.14.3-1noble.20260520.123906 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 301 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.3.0), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), ros-kilted-moveit-core, ros-kilted-ament-index-cpp, ros-kilted-moveit-ros-visualization, ros-kilted-moveit-setup-framework, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-srdfdom, ros-kilted-urdf, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-setup-core-plugins/ros-kilted-moveit-setup-core-plugins_2.14.3-1noble.20260520.123906_arm64.deb Size: 61342 SHA256: b77c9a769c65e52e2d580d1fb2ed585b2f5861640556862bf57cf7dd365104a3 SHA1: 16aba53638ff5fa0d4df9b693c9bea39e4f02f0c MD5sum: 0b1105326518c20b8c6dfed02c222b7f Description: Core (meta) plugins for MoveIt Setup Assistant Package: ros-kilted-moveit-setup-core-plugins-dbgsym Package-Type: ddeb Source: ros-kilted-moveit-setup-core-plugins Version: 2.14.3-1noble.20260520.123906 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 5939 Depends: ros-kilted-moveit-setup-core-plugins (= 2.14.3-1noble.20260520.123906) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-setup-core-plugins/ros-kilted-moveit-setup-core-plugins-dbgsym_2.14.3-1noble.20260520.123906_arm64.deb Size: 5886514 SHA256: ebc9c86e43e9ad38a30b607445fdfe4675249ded0b827d5b1678f43556d80518 SHA1: 383f6d838a7674f49e896c5d8c7b645c73b760e5 MD5sum: 1a85848a7e014c0d6cf3154e004e3b43 Description: debug symbols for ros-kilted-moveit-setup-core-plugins Build-Ids: 5aab609b7fba29f9eb82e21974572527922f88dc Package: ros-kilted-moveit-setup-framework Version: 2.14.3-1noble.20260520.121123 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 732 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.5.0), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-kilted-moveit-core, ros-kilted-moveit-ros-planning, ros-kilted-moveit-ros-visualization, ros-kilted-srdfdom, libfmt-dev, ros-kilted-ament-index-cpp, ros-kilted-moveit-common, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rviz-common, ros-kilted-rviz-rendering, ros-kilted-urdf, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-setup-framework/ros-kilted-moveit-setup-framework_2.14.3-1noble.20260520.121123_arm64.deb Size: 188276 SHA256: e668311cf7c6966e31d360b5a6fa57a32d3218232ebf29218ab48452b2b283d5 SHA1: 17f701b0e9df9487019b48771b5895885237dae8 MD5sum: d08353a170464559d3023514ba3d36f1 Description: C++ Interface for defining setup steps for MoveIt Setup Assistant Package: ros-kilted-moveit-setup-framework-dbgsym Package-Type: ddeb Source: ros-kilted-moveit-setup-framework Version: 2.14.3-1noble.20260520.121123 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 7037 Depends: ros-kilted-moveit-setup-framework (= 2.14.3-1noble.20260520.121123) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-setup-framework/ros-kilted-moveit-setup-framework-dbgsym_2.14.3-1noble.20260520.121123_arm64.deb Size: 6794090 SHA256: 446e513aae9821795aa7f92bd814863a57ef9b2c473a6704abc8daaf927ca5d2 SHA1: 0caa631cb1aebf58c4527a99a0479f6d558ae396 MD5sum: 12c31c493e8c996d325d0a7cffde3cd0 Description: debug symbols for ros-kilted-moveit-setup-framework Build-Ids: 6d46d525664f4ee54c5b52375bc1e0876f99db1c Package: ros-kilted-moveit-setup-srdf-plugins Version: 2.14.3-1noble.20260520.124603 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 1134 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.8.0) | libqt5gui5-gles (>= 5.8.0), libqt5widgets5t64 (>= 5.11.0~rc1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-kilted-moveit-core, ros-kilted-moveit-setup-framework, ros-kilted-pluginlib, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-setup-srdf-plugins/ros-kilted-moveit-setup-srdf-plugins_2.14.3-1noble.20260520.124603_arm64.deb Size: 296638 SHA256: 1bda98f2238e0931458a78ef4325d02039be9b527d55fe00a55d1ddaeb1d7ff1 SHA1: f3f7a97db369a45f3ceab7a2e953d2cb1669211a MD5sum: 0e46c750f4fde11f706ecf6a13cd2db9 Description: SRDF-based plugins for MoveIt Setup Assistant Package: ros-kilted-moveit-setup-srdf-plugins-dbgsym Package-Type: ddeb Source: ros-kilted-moveit-setup-srdf-plugins Version: 2.14.3-1noble.20260520.124603 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 20261 Depends: ros-kilted-moveit-setup-srdf-plugins (= 2.14.3-1noble.20260520.124603) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-setup-srdf-plugins/ros-kilted-moveit-setup-srdf-plugins-dbgsym_2.14.3-1noble.20260520.124603_arm64.deb Size: 19887444 SHA256: 0efbf80cca63071c96b4615a2c24283113518c1e327ebb8ac4a09dbb361c2922 SHA1: e4efba54002ae6416988db7417f5aa29d7a63e97 MD5sum: 8de2766746675b9ee8a09bbc5632fa9c Description: debug symbols for ros-kilted-moveit-setup-srdf-plugins Build-Ids: 92ef081a1da9ae365835b77e5b84f44f8b05d682 Package: ros-kilted-moveit-simple-controller-manager Version: 2.14.3-1noble.20260520.085812 Architecture: arm64 Maintainer: Michael Görner Installed-Size: 511 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-moveit-core, ros-kilted-control-msgs, ros-kilted-moveit-common, ros-kilted-pluginlib (>= 1.11.2), ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-simple-controller-manager/ros-kilted-moveit-simple-controller-manager_2.14.3-1noble.20260520.085812_arm64.deb Size: 112724 SHA256: 19b0ef06c14ff2d6eeca6f9e3681868660630d8e378763f3edc94b342371f9fb SHA1: e454aafd569c5c6953955404fe8b0b9c548d5851 MD5sum: e23722b671e7e732e35573dda1ff869a Description: A generic, simple controller manager plugin for MoveIt. Package: ros-kilted-moveit-simple-controller-manager-dbgsym Package-Type: ddeb Source: ros-kilted-moveit-simple-controller-manager Version: 2.14.3-1noble.20260520.085812 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Görner Installed-Size: 2057 Depends: ros-kilted-moveit-simple-controller-manager (= 2.14.3-1noble.20260520.085812) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-simple-controller-manager/ros-kilted-moveit-simple-controller-manager-dbgsym_2.14.3-1noble.20260520.085812_arm64.deb Size: 1749404 SHA256: b4c870dd682e1a6523d1ca2f43daa98121b6d789b8c672aeddfe80ff6d34bf12 SHA1: 79a377a56b4539c0a9bcd7843465dc3e371a0efe MD5sum: 8dd2c8ebfd7aea19a3d108e977349124 Description: debug symbols for ros-kilted-moveit-simple-controller-manager Build-Ids: 3998b0249e143f72ac8f0fc47bb5bf795eb73885 Package: ros-kilted-moveit-task-constructor-capabilities Version: 0.1.5-1noble.20260520.122212 Architecture: arm64 Maintainer: Michael v4hn Goerner Installed-Size: 248 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-moveit-core, ros-kilted-moveit-ros-planning, libfmt-dev, ros-kilted-moveit-ros-move-group, ros-kilted-moveit-task-constructor-core, ros-kilted-moveit-task-constructor-msgs, ros-kilted-pluginlib, ros-kilted-rclcpp-action, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/moveit_task_constructor_capabilities/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-task-constructor-capabilities/ros-kilted-moveit-task-constructor-capabilities_0.1.5-1noble.20260520.122212_arm64.deb Size: 57694 SHA256: 8254ea123a7a764d5e2120dc82b92bb0c5bce24c888e333f25da86694882953f SHA1: e2214ab702104c92cf67b9cc9dd57d83c6e225ca MD5sum: 10cbfdbe70337344376dcd412aa7976d Description: MoveGroupCapabilites to interact with MoveIt Package: ros-kilted-moveit-task-constructor-capabilities-dbgsym Package-Type: ddeb Source: ros-kilted-moveit-task-constructor-capabilities Version: 0.1.5-1noble.20260520.122212 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael v4hn Goerner Installed-Size: 2821 Depends: ros-kilted-moveit-task-constructor-capabilities (= 0.1.5-1noble.20260520.122212) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-task-constructor-capabilities/ros-kilted-moveit-task-constructor-capabilities-dbgsym_0.1.5-1noble.20260520.122212_arm64.deb Size: 2730804 SHA256: 1fec6e65e7046eddfc7d38e6d6c605dbcc2dfa91e5b5fe32a2cce5e03ff082fe SHA1: 3157896f07e80ddcfabd5d85eeeb52f3d2ca7a85 MD5sum: fcb7890100a6098cc35e19cb95920682 Description: debug symbols for ros-kilted-moveit-task-constructor-capabilities Build-Ids: 41f571a8963fb20c4c1707e8541876a52ab199d7 Package: ros-kilted-moveit-task-constructor-core Version: 0.1.5-1noble.20260520.120122 Architecture: arm64 Maintainer: Michael Goerner Installed-Size: 3909 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-moveit-core, ros-kilted-moveit-ros-planning, libfmt-dev, ros-kilted-geometry-msgs, ros-kilted-moveit-py, ros-kilted-moveit-ros-planning-interface, ros-kilted-moveit-task-constructor-msgs, ros-kilted-py-binding-tools, ros-kilted-rclcpp, ros-kilted-rviz-marker-tools, ros-kilted-tf2-eigen, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Homepage: https://github.com/moveit/moveit_task_constructor Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-task-constructor-core/ros-kilted-moveit-task-constructor-core_0.1.5-1noble.20260520.120122_arm64.deb Size: 873604 SHA256: f4c0479031c36f2ef9cf1ed5a41c7c18c86a526444eb682e3324e31454a5ea45 SHA1: f4b14aff7891d896f0be43f53aa6c35bf78bd8a7 MD5sum: 63f24cfcd5f41217d71bfc30365cce97 Description: MoveIt Task Pipeline Package: ros-kilted-moveit-task-constructor-core-dbgsym Package-Type: ddeb Source: ros-kilted-moveit-task-constructor-core Version: 0.1.5-1noble.20260520.120122 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Goerner Installed-Size: 45895 Depends: ros-kilted-moveit-task-constructor-core (= 0.1.5-1noble.20260520.120122) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-task-constructor-core/ros-kilted-moveit-task-constructor-core-dbgsym_0.1.5-1noble.20260520.120122_arm64.deb Size: 44848802 SHA256: 3638d19e87619a795538bb4ca8cd241f30992b7929e5a4b6b48b7cc88d568bea SHA1: cc6976416075908000cb4dd4e36152e50ccbe8c3 MD5sum: de6ee1361a9d05a7c7d5fb9ef9564aae Description: debug symbols for ros-kilted-moveit-task-constructor-core Build-Ids: af0f2d59ef5956812b2f7d5fd83670ccd847a838 b9a0b28670cbcda6b403fe1208f1e07d11e32047 bcb76301cf8ac7fa8c0dbaf20dd1a85cf065aaec fc1e85e6578a6261d093ae378682f5e9054b778e Package: ros-kilted-moveit-task-constructor-demo Version: 0.1.5-1noble.20260520.123635 Architecture: arm64 Maintainer: Robert Haschke Installed-Size: 813 Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-moveit-core, ros-kilted-moveit-ros-planning, ros-kilted-moveit-ros-planning-interface, ros-kilted-controller-manager, ros-kilted-generate-parameter-library, ros-kilted-moveit-configs-utils, ros-kilted-moveit-resources-panda-moveit-config, ros-kilted-moveit-task-constructor-capabilities, ros-kilted-moveit-task-constructor-core, ros-kilted-moveit-task-constructor-visualization, ros-kilted-py-binding-tools, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/moveit_task_constructor_demo/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-task-constructor-demo/ros-kilted-moveit-task-constructor-demo_0.1.5-1noble.20260520.123635_arm64.deb Size: 130558 SHA256: 8addfca0a98ca8da66774056f685b838c99b0d25fe229cd1c9b1d0ad3df6ac2c SHA1: 4884b47e19f9577bfb92a7a12e90470fb32beaad MD5sum: 5ecc90046f907958b1f777d8252052ce Description: demo tasks illustrating various capabilities of MTC. Package: ros-kilted-moveit-task-constructor-demo-dbgsym Package-Type: ddeb Source: ros-kilted-moveit-task-constructor-demo Version: 0.1.5-1noble.20260520.123635 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Robert Haschke Installed-Size: 14616 Depends: ros-kilted-moveit-task-constructor-demo (= 0.1.5-1noble.20260520.123635) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-task-constructor-demo/ros-kilted-moveit-task-constructor-demo-dbgsym_0.1.5-1noble.20260520.123635_arm64.deb Size: 14451976 SHA256: 575f74697ecb4bb56890aa585f81f8ec1dfbf58395ef1a654fa14542a2ee2cb8 SHA1: 3a8aaa1c4cb3afcde6ddb204506ad0d4b0b8a427 MD5sum: 7ff2314b15f2e7d9a15f88c8cfdb6595 Description: debug symbols for ros-kilted-moveit-task-constructor-demo Build-Ids: 0b329b47b37ce59caf93f7a47bee9dc25c9eca57 279e3b2ca4da7395e10a02e81fa94f739f35a264 36a762f2176d3a5233e53cb1370f7c8bf83e9c6d 3e3dc12e510cf084d3f6efb7999a72f6ac3f60ad 814db152d374213f909dd4d473a1ba483d49d37b ba7f5a761e172fffc112582ddbb2775c1e7ca418 c4131a1b53c5798440f679d2d5d2237958bb19c5 Package: ros-kilted-moveit-task-constructor-msgs Version: 0.1.5-1noble.20260519.041505 Architecture: arm64 Maintainer: Robert Haschke Installed-Size: 4958 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-moveit-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/moveit_task_constructor_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-task-constructor-msgs/ros-kilted-moveit-task-constructor-msgs_0.1.5-1noble.20260519.041505_arm64.deb Size: 332560 SHA256: f300ced5c2311cc021fe5db0585938c98af01e3de0d0d022b50006e394b6bda3 SHA1: ed6b9bdf9ed06f54bb6ec6e4b48bf6aa3267d47f MD5sum: 9f550252a98667a2e3eaa7e4e6858dd6 Description: Messages for MoveIt Task Pipeline Package: ros-kilted-moveit-task-constructor-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-moveit-task-constructor-msgs Version: 0.1.5-1noble.20260519.041505 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Robert Haschke Installed-Size: 5117 Depends: ros-kilted-moveit-task-constructor-msgs (= 0.1.5-1noble.20260519.041505) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-task-constructor-msgs/ros-kilted-moveit-task-constructor-msgs-dbgsym_0.1.5-1noble.20260519.041505_arm64.deb Size: 4216904 SHA256: 9f8c69fd8c21f4c6aa26c0a3e1e5d63d6651960c0f1da4a82e1bb3ea9447ff98 SHA1: b769247dd9d87ab97819d83c94943c5ffa175efb MD5sum: 27390607cd6c7857dd4c6dc405e7d912 Description: debug symbols for ros-kilted-moveit-task-constructor-msgs Build-Ids: 26c00815e6928cd3efa0626d85ff70a154f79eb1 29ca26a5e33eb53e5e94be66b0f0a31b552f1d1e 2a68c4ff4f33a0ff1313a7ed0729ac81f0711db3 42c8f6b9c2675fa42adf731d5a78923e55346b5c 5d6cc80e1dedb496d91a3e1e4f52409e05053d4a 81413c8767f609eb85d2971ba420aa2f9a8ea535 85e8a1b8d679037f90efe96cdabcc59c0aaca90a 8619c210795539d7ccc3b5069c3b7a7556e78750 8812543c55995ee0208a60b0b6627505ed1316c3 e3dd46887a0458efee488075ffa1e04d46535eb4 f32d7e19e0c86f12c494ef8ac796c1303a8f9b83 Package: ros-kilted-moveit-task-constructor-visualization Version: 0.1.5-1noble.20260520.122313 Architecture: arm64 Maintainer: Robert Haschke Installed-Size: 2108 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.14.1), libqt5gui5t64 (>= 5.7.0) | libqt5gui5-gles (>= 5.7.0), libqt5widgets5t64 (>= 5.15.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-0-2, ros-kilted-moveit-core, ros-kilted-moveit-ros-planning, ros-kilted-moveit-ros-visualization, ros-kilted-rviz-ogre-vendor, libfmt-dev, ros-kilted-libyaml-vendor, ros-kilted-moveit-task-constructor-core, ros-kilted-moveit-task-constructor-msgs, ros-kilted-rclcpp, ros-kilted-rviz2, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/moveit_task_constructor_visualization/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-task-constructor-visualization/ros-kilted-moveit-task-constructor-visualization_0.1.5-1noble.20260520.122313_arm64.deb Size: 451422 SHA256: 2b0310c598f2b0ecac120088462ae38efa18b63ca7333256473316e088615911 SHA1: 5881d5c6ba1856921867583dbd4d7bc3e0992e36 MD5sum: 152899bd94b5398dacb3b6594fb8e416 Description: Visualization tools for MoveIt Task Pipeline Package: ros-kilted-moveit-task-constructor-visualization-dbgsym Package-Type: ddeb Source: ros-kilted-moveit-task-constructor-visualization Version: 0.1.5-1noble.20260520.122313 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Robert Haschke Installed-Size: 21790 Depends: ros-kilted-moveit-task-constructor-visualization (= 0.1.5-1noble.20260520.122313) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-task-constructor-visualization/ros-kilted-moveit-task-constructor-visualization-dbgsym_0.1.5-1noble.20260520.122313_arm64.deb Size: 20607496 SHA256: ecf39b7ea023a7a41b04094c2ae2e8dc5d4425cfc3ebd07b92ae0e4e1666edf7 SHA1: 2389fb6f93b0563f66dd519926585d7850c41d40 MD5sum: 38203bebc082e4872b48aa72f8d9b326 Description: debug symbols for ros-kilted-moveit-task-constructor-visualization Build-Ids: 2bfcc36ce22495d88eca48e224dd82b9cff49512 83e72a1feddc43c95ee423da63cbe0822943d6a9 c170334af21858e2fe20e6db306189685e2ab84f f7c544ef159a7ef83ae66caca3fdf6af333ae9bf Package: ros-kilted-moveit-visual-tools Version: 4.1.2-2noble.20260520.102422 Architecture: arm64 Maintainer: Dave Coleman Installed-Size: 815 Depends: libboost-filesystem1.83.0 (>= 1.83.0), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-geometric-shapes, ros-kilted-moveit-core, ros-kilted-moveit-ros-planning, ros-kilted-geometry-msgs, ros-kilted-graph-msgs, ros-kilted-moveit-common, ros-kilted-rclcpp, ros-kilted-rviz-visual-tools, ros-kilted-std-msgs, ros-kilted-tf2-eigen, ros-kilted-tf2-ros, ros-kilted-trajectory-msgs, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Homepage: https://github.com/ros-planning/moveit_visual_tools Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-visual-tools/ros-kilted-moveit-visual-tools_4.1.2-2noble.20260520.102422_arm64.deb Size: 289690 SHA256: fb36123757ddf593a539a75b025fbf8bd15ea900aeb5a5965c3f34c36283ee9c SHA1: d173f983fd8df24f7796e2ae8484d8321761c577 MD5sum: a5fab201416f3d1a48ae2de57e6beb88 Description: Helper functions for displaying and debugging MoveIt data in Rviz via published markers Package: ros-kilted-moveit-visual-tools-dbgsym Package-Type: ddeb Source: ros-kilted-moveit-visual-tools Version: 4.1.2-2noble.20260520.102422 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Dave Coleman Installed-Size: 9227 Depends: ros-kilted-moveit-visual-tools (= 4.1.2-2noble.20260520.102422) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-visual-tools/ros-kilted-moveit-visual-tools-dbgsym_4.1.2-2noble.20260520.102422_arm64.deb Size: 9057170 SHA256: df1326d9cefc6ad596e4a817913a90407cf3d29048d609a6e5d22f8d75dfd6a9 SHA1: e4e0d4b4f3eaa551a437b295a2de4f4d6d500205 MD5sum: 97fdb99886bbceb5d5fe2b183954081a Description: debug symbols for ros-kilted-moveit-visual-tools Build-Ids: 3ef8109bdb6cbf54b19b57d233b9870aadbc22b0 54f709cb88f4f9b9f80f44904167e388998877db Package: ros-kilted-mp-units-vendor Version: 2.5.0-2noble.20260410.152955 Architecture: arm64 Maintainer: Tim Clephas Installed-Size: 791 Depends: libfmt-dev, libgsl-dev, ros-kilted-ros-workspace Homepage: https://github.com/mpusz/mp-units Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mp-units-vendor/ros-kilted-mp-units-vendor_2.5.0-2noble.20260410.152955_arm64.deb Size: 99454 SHA256: 34b2ad1b4e76d96dcd6b5a4f4f49beece14c6827576a459878b25b19bbea52a3 SHA1: 0e46c91394b661e36dd78cce8db39aae6b48c86c MD5sum: 61229597fd061e6f5ebe4975f8284459 Description: Vendor package for mp-units (quantities and units library for C++) Package: ros-kilted-mp2p-icp Version: 2.9.1-1noble.20260518.223754 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 4918 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libglfw3 (>= 3.0), libstdc++6 (>= 13.1), libtbb12 (>= 2021.11.0), ros-kilted-mola-imu-preintegration, ros-kilted-mrpt-libbase, ros-kilted-mrpt-libgui, ros-kilted-mrpt-libmaps, ros-kilted-mrpt-libmath, ros-kilted-mrpt-libobs, ros-kilted-mrpt-libopengl, ros-kilted-mrpt-libposes, libtbb-dev, ros-kilted-mola-common, ros-kilted-mrpt-libtclap, ros-kilted-ros-workspace Homepage: https://github.com/MOLAorg/mp2p_icp Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mp2p-icp/ros-kilted-mp2p-icp_2.9.1-1noble.20260518.223754_arm64.deb Size: 1196320 SHA256: ecbdc0c6db190fe46233dccb9f83533cd20ee3b9ff636b70e0caa3088739b215 SHA1: 09dd0902ce53420c7a6bb0e200db92c56b3b522b MD5sum: e7f839f3de3006947ff36025b77abdf8 Description: A repertory of multi primitive-to-primitive (MP2P) ICP algorithms in C++ Package: ros-kilted-mp2p-icp-dbgsym Package-Type: ddeb Source: ros-kilted-mp2p-icp Version: 2.9.1-1noble.20260518.223754 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 45382 Depends: ros-kilted-mp2p-icp (= 2.9.1-1noble.20260518.223754) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mp2p-icp/ros-kilted-mp2p-icp-dbgsym_2.9.1-1noble.20260518.223754_arm64.deb Size: 43490720 SHA256: fa3647df28640ea6e8655c1007b6af99353411b862589604a5e490f290643b8b SHA1: dda5a95d19fe4718e1fb403a721a1e5ad3ee66ce MD5sum: 24b9c81f52d134a62ce01042fd3333ce Description: debug symbols for ros-kilted-mp2p-icp Build-Ids: 089b19a3c8a25c6a036cb02be69ad546105f3265 0e08eabf86b6c30de36a674d902547fb4c2a9c9d 1b0405d1ed42a31ed9d5ea54354e69b1b93c1e5d 2f6e3e95ea976ebd307e10e932a89479dde8febe 3548a06245570d195638a22f9066fc7da6221864 3e76df36a4fd5d92c7699ea4a0e1774905d0faae 53b4918707af2e5efe2353eb31fc36039a4b6db3 5f4a24746b508dd031e2070175308b30f2c981ba 621817c75826c7f6fb7424b99c27fd8d2086b78e 801241a6ffeba17d078bc19ae4fd25b94c39d497 8d9bda027f30272c19e5b7ceb14dc457a30e6dd4 9e180cb23c5268f82c2efbba85955107854e9709 a514d54786885a7a66bdc2382b9005e849526246 a8e84a5338851d8d05603eee108cae96e9557496 ab31b9b3e4fc869dfd762f1e8f4144bfcc4fb5ba ab36eec5d7455d1c5593e86ef747cf2e0f6da31a b6623e70098ffc34fdb3513a7b8955b2079dba79 c3b496e6741fc3bd3149381365a3880ae2fb06c0 c913530493f1b1b279a611ac2d24ed5bcc34eba9 Package: ros-kilted-mqtt-client Version: 2.4.1-2noble.20260519.053859 Architecture: arm64 Maintainer: Lennart Reiher Installed-Size: 643 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.5), libpaho-mqtt1.3 (>= 1.3.0), libpaho-mqttpp3-1 (>= 1.2.0), libstdc++6 (>= 13.1), libfmt-dev, libpaho-mqtt-dev, libpaho-mqttpp-dev, ros-kilted-mqtt-client-interfaces, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rcpputils, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/mqtt_client Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mqtt-client/ros-kilted-mqtt-client_2.4.1-2noble.20260519.053859_arm64.deb Size: 181824 SHA256: 7be2392d17c5240d96719cf289ff06ff093afa95be8a823038548f753916eca6 SHA1: 6ed416be3d324cae299fb9b49b92808e6be672df MD5sum: 74eab6723d5f1fd2e269f11e51132a86 Description: Node that enables connected ROS-based devices or robots to exchange ROS messages via an MQTT broker using the MQTT protocol. Package: ros-kilted-mqtt-client-dbgsym Package-Type: ddeb Source: ros-kilted-mqtt-client Version: 2.4.1-2noble.20260519.053859 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Lennart Reiher Installed-Size: 2952 Depends: ros-kilted-mqtt-client (= 2.4.1-2noble.20260519.053859) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mqtt-client/ros-kilted-mqtt-client-dbgsym_2.4.1-2noble.20260519.053859_arm64.deb Size: 2659446 SHA256: e210993695072f37122b0956b3b348e3f1ee1896f451ffc55f4c0ecf9b933367 SHA1: 7a392d63db0fa54f4ad8e848d952533b059186f3 MD5sum: 7bed169c613610376ac81a0dab3f2ace Description: debug symbols for ros-kilted-mqtt-client Build-Ids: d561d773ee62d06f7885ea8708026d04bbb1ea21 ecfa7c1967fe9caf5453b8422fb4cc0cda5db798 Package: ros-kilted-mqtt-client-interfaces Version: 2.4.1-2noble.20260519.032244 Architecture: arm64 Maintainer: Lennart Reiher Installed-Size: 2101 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/mqtt_client Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mqtt-client-interfaces/ros-kilted-mqtt-client-interfaces_2.4.1-2noble.20260519.032244_arm64.deb Size: 128146 SHA256: 8e6a0010808bf5ae472909eaf6e6087563746216123766fb5e323d010d14cc05 SHA1: d83a56e595f9f7dcf17606ffa59a73dd4fc04040 MD5sum: 2db40cf713db144c61f88acc4b431d80 Description: Message and service definitions for mqtt_client Package: ros-kilted-mqtt-client-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-mqtt-client-interfaces Version: 2.4.1-2noble.20260519.032244 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Lennart Reiher Installed-Size: 1262 Depends: ros-kilted-mqtt-client-interfaces (= 2.4.1-2noble.20260519.032244) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mqtt-client-interfaces/ros-kilted-mqtt-client-interfaces-dbgsym_2.4.1-2noble.20260519.032244_arm64.deb Size: 920866 SHA256: 6a0b121e26ff1bfaa9ea5b3bd3a574dd625b681404c392c2b74396beeee87ffc SHA1: a1a66837234e7a5277a42d2313cc0207f6764de3 MD5sum: 15267f465095267edc3ec354ae10aa60 Description: debug symbols for ros-kilted-mqtt-client-interfaces Build-Ids: 182f32163f275ae90cf8a1d2ca3a4e45d09f1a71 237e23242d3e1d049d230ec730549c31f2681ce2 2a3971f007dc495a92105e24e5ab164932a532aa 49c2a46acdc386b04784992a5423cd8708f2a003 5561aeb777b2ced456f6f0310f47a4a3de118ecc 6c3ba3d72f666769e8ac416dc228100321aab38d 9893de61321c9a324607d793672842856ffa376b c60bb008aab20f1b53296dee199d3dc2dedbf8e1 d4ac62f35e0c7f3212eb9ef5767c41b2c600a70d f49ab4e54fb77265b23c417f5c62e626d98ce8ea fb00aab80a44d56930288d3fdc72d12ef05145c0 Package: ros-kilted-mrpt-apps Version: 2.15.18-1noble.20260515.030439 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 14572 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libopengl0, libopenni2-0 (>= 2.2.0.33+dfsg), libstdc++6 (>= 13.1), libwxbase3.2-1t64 (>= 3.2.4+dfsg), libwxgtk-gl3.2-1t64 (>= 3.2.4+dfsg), libwxgtk3.2-1t64 (>= 3.2.4+dfsg), ros-kilted-mrpt-libapps, ros-kilted-mrpt-libbase, ros-kilted-mrpt-libgui, ros-kilted-mrpt-libhwdrivers, ros-kilted-mrpt-libmaps, ros-kilted-mrpt-libmath, ros-kilted-mrpt-libnav, ros-kilted-mrpt-libobs, ros-kilted-mrpt-libopengl, ros-kilted-mrpt-libposes, ros-kilted-mrpt-libslam, ros-kilted-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-apps/ros-kilted-mrpt-apps_2.15.18-1noble.20260515.030439_arm64.deb Size: 2292246 SHA256: ad780c554792df5a8ebd64779e6920c8c87494758bdc6a6c38a718d2f5320617 SHA1: b7fe76a95aeb9b4c64f6564ec09bb1ec91ade712 MD5sum: cd727de4c8eea0dc844558e776c9825b Description: Mobile Robot Programming Toolkit (MRPT) applications Package: ros-kilted-mrpt-apps-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-apps Version: 2.15.18-1noble.20260515.030439 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 55999 Depends: ros-kilted-mrpt-apps (= 2.15.18-1noble.20260515.030439) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-apps/ros-kilted-mrpt-apps-dbgsym_2.15.18-1noble.20260515.030439_arm64.deb Size: 52150612 SHA256: a21c7a975486452b6f1a180695d2fa738a7a44a91ad1f2d10fea030d518fda89 SHA1: 9830fa9fa51f97ac242756737eb37bdc8f57ca89 MD5sum: b87373d12a0b57a800d00d5373d7ff35 Description: debug symbols for ros-kilted-mrpt-apps Build-Ids: 0700b6b31d0c99ddc00e2bc6090a8f7639220ec2 0935bc854289771df8387790a8ec1e785b5e7123 0f50e5ed5a81690748e0f6351954ba90b9a51f77 111998f3bb9ed5b28a055cc74dcc1894697cbb75 119916c9d3e9b0c31998c74457903d38de8f42f6 183b4d843e590a0868a70cb9e6b87a4afa2f55f3 199860547b444f53d30dec158c43b2169af8c261 1b6d52e0cfd7cb357445087056cd539f6d7a36c4 25c3b10c3fb4161d5fee9c44ad219ff7cb6d6455 262e20489df806c0a92cc5c730fdafba469fe809 2a27289f0fa681afbabd29104ecfd0b44cb92816 38a284706e1a322c3e053a059344673c01bf52a6 4283d737a7ffb1fd49844d0ee7d7b57a5d81c319 46e8089a7e709da227fbb4919fd333937b000cd4 479777dea823f2424744482fb1ae2bb2d14019d0 517334ad9c2d90c562e19d27aaf4c646acb3a2c6 55be16abd128c3c83039e98e4043a8a95ef9aab5 5afde9dd9f1d8fc823d9c1908f68ddda5fe92803 5bac0bd4145fd26c03fec4537723383e85c5af3d 6487e312131f9be57ed7d26884cc229bb5ff83a9 787534bae0d2e672bac6640f244d276b81e9d414 7b1b833c76b9528508f5cc01d6260b0dad1e7a3c 80327d5ffca4d07cab463f9d17b5977292bf88d6 8052eb8682f1aeaaa83265a5fdae7868a79e670a 81cc536044e32306d88dc7d1c4646fd09cf207b1 8810d2fd10a9ef885bd02614a355657c8008f7ab a02356605f3216f1d89ae08d439c93d7b49f5b32 a1b10105fc25b278c43bd3f41f0588890753add3 a44a7abcc4eeb763bbc901f1071ae4e5d5b09533 aabd040344bbd63403038f026b2445a5a8e1e2cd b6e22c56186943093fd147bc62e56b9ceb257a5c b768f4f4b7b5d468125dbf396fc43b6f8ce9eab6 b7e7c0b446365c7834143697c7cef34e5db05b9d ba4977096604cf10ca40a49f0a205c2208609d4f c84f9202831fc617e95bfeca399fb30c18b64c08 cd63bcc9fa32549408b0561e8985e2bc497461fd d2aec648496b32a2cc66e7a84e9c8dd1d836ed95 d7d60db7f33df949c641df2e28748623e0a7c20e d8e707af1c78b350174b841ecd36468c17ac41e5 e6048f62ef1be9347d4b9cb6641da119a3a5d55f f32cb969eb70e37bf1440122e329c5d902e0df33 f858b20cc3203e1de00fe528bc190392daa46174 fd5d9855161127cfe136599843395e0048f88ce9 Package: ros-kilted-mrpt-generic-sensor Version: 0.3.0-1noble.20260520.202614 Architecture: arm64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 494 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), ros-kilted-mrpt-libbase, ros-kilted-mrpt-libhwdrivers, ros-kilted-mrpt-libobs, ros-kilted-mrpt-msgs, ros-kilted-mrpt-sensorlib, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_sensors Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-generic-sensor/ros-kilted-mrpt-generic-sensor_0.3.0-1noble.20260520.202614_arm64.deb Size: 106796 SHA256: d3716d35ac7675686344b85039bf9093d36d826dbd3eac67636a9321d1d13e3a SHA1: 753d80311f832f5eb2c78e71f3057297dd601f7a MD5sum: b0816426e0cc4dad9229d2d3a9db11d4 Description: ROS node for interfacing any sensor supported by mrpt-hwdrivers Package: ros-kilted-mrpt-generic-sensor-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-generic-sensor Version: 0.3.0-1noble.20260520.202614 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 444 Depends: ros-kilted-mrpt-generic-sensor (= 0.3.0-1noble.20260520.202614) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-generic-sensor/ros-kilted-mrpt-generic-sensor-dbgsym_0.3.0-1noble.20260520.202614_arm64.deb Size: 272242 SHA256: 4bd8420a3a428411036f716b568e6513441f7a273488f1586477e5dbd32fb6b9 SHA1: 4d1c0b7ffeaf8db88b615131639d0ca6b6b57e22 MD5sum: 39ef4bb71a1fdf80a9bcd4f1f03afb62 Description: debug symbols for ros-kilted-mrpt-generic-sensor Build-Ids: c8890c3d5d1d2c8f4ba3cb7ce0a3cce01a51f57e Package: ros-kilted-mrpt-libapps Version: 2.15.18-1noble.20260515.024029 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1568 Depends: ros-kilted-mrpt-libbase, ros-kilted-mrpt-libgui, ros-kilted-mrpt-libhwdrivers, ros-kilted-mrpt-libmaps, ros-kilted-mrpt-libmath, ros-kilted-mrpt-libobs, ros-kilted-mrpt-libopengl, ros-kilted-mrpt-libposes, ros-kilted-mrpt-libslam, ros-kilted-mrpt-libtclap, ros-kilted-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libapps/ros-kilted-mrpt-libapps_2.15.18-1noble.20260515.024029_arm64.deb Size: 418102 SHA256: 832caf2185171b463578925bc8c768389ca39d82c60f5cd9f82cc1f53e214029 SHA1: 731108662151b0812c663c53c770c75ee5ebfd93 MD5sum: add07d353f2284aca673e4821dee42f3 Description: Mobile Robot Programming Toolkit (MRPT) libraries (apps C++ libraries). This package contains: mrpt-apps lib, mrpt-graphslam Package: ros-kilted-mrpt-libapps-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-libapps Version: 2.15.18-1noble.20260515.024029 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 9924 Depends: ros-kilted-mrpt-libapps (= 2.15.18-1noble.20260515.024029) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libapps/ros-kilted-mrpt-libapps-dbgsym_2.15.18-1noble.20260515.024029_arm64.deb Size: 9357474 SHA256: 7600d31268988f6557b901266d3c0afcf0d9549cb5beb9f1a517c148ed2d0c31 SHA1: ff3b4c025eb52f1d02d55405a19363f6c196ac47 MD5sum: 2061a09656b9601611cf6041fc20faae Description: debug symbols for ros-kilted-mrpt-libapps Build-Ids: 018bf8b1788109059e5d0a02318163744d427028 d2bf290f55efbe35fe3206397642d1a51c5e7654 Package: ros-kilted-mrpt-libbase Version: 2.15.18-1noble.20260515.000813 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 6443 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4), ros-kilted-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libbase/ros-kilted-mrpt-libbase_2.15.18-1noble.20260515.000813_arm64.deb Size: 1098188 SHA256: 78a6404b565978ad9454b301a85b098de975928895d829a97de972eef8c4bc68 SHA1: 0b606125f424217ca41899a495a6cfe33de77c34 MD5sum: e88a182791a1c4aea3d0d981a290b1c6 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-kilted-mrpt-libbase-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-libbase Version: 2.15.18-1noble.20260515.000813 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 8428 Depends: ros-kilted-mrpt-libbase (= 2.15.18-1noble.20260515.000813) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libbase/ros-kilted-mrpt-libbase-dbgsym_2.15.18-1noble.20260515.000813_arm64.deb Size: 6074638 SHA256: 39c4bdbb170eb2ee36d4b0d72d7f2bd28b7d1b449da69a4715bc4f50ec0bbc69 SHA1: 8338fbf284e949accf336b64d551162bdece7848 MD5sum: 2d70ce16930c04536efc8511265ec0c8 Description: debug symbols for ros-kilted-mrpt-libbase Build-Ids: 1839a1df728fffc14f7587ae5bee67fa8c9bcf9e 3838ecec1af962e16dcf8f3f724f9b4f21d4e7fc 8ec0b76041fbb73eecfa8d6a85665ca1bfe85de1 aa63ee8e0c252f2e8fc47b59eb3c57a1dbee4e77 ae98e0ebaa942a879e799e24ba9d7c25150f8e96 af77acc9f0b9940e77811900b04a52689cc55fb2 d328f82e91f70a912f0c2f4eefe7d028e7228e21 e27f72cffef34f782ec6113384129f18be9e618b e48327009a571ae670f1b04065b6bce915427b47 Package: ros-kilted-mrpt-libgui Version: 2.15.18-1noble.20260515.013001 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2887 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libgles2, libglfw3 (>= 3.2), libglut3.12 (>= 3.4.0), libopencv-flann406t64 (>= 4.6.0+dfsg), libopengl0, libstdc++6 (>= 13.1), libwxbase3.2-1t64 (>= 3.2.4+dfsg), libwxgtk-gl3.2-1t64 (>= 3.2.4+dfsg), libwxgtk3.2-1t64 (>= 3.2.4+dfsg), ros-kilted-mrpt-libbase, ros-kilted-mrpt-libopengl, libglfw3-dev, ros-kilted-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libgui/ros-kilted-mrpt-libgui_2.15.18-1noble.20260515.013001_arm64.deb Size: 803406 SHA256: d36ee55d136ccf5c257e7a1e8e11f9e4b6d3a35bf16520b1206b0c53ccf3eb92 SHA1: 558fe266f09906783838a91429c7c4a69a07801e MD5sum: b2046493902db7b8b98f2459ccffa313 Description: Mobile Robot Programming Toolkit (MRPT) libraries (GUI C++ libraries). This package contains: mrpt-gui, nanogui Package: ros-kilted-mrpt-libgui-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-libgui Version: 2.15.18-1noble.20260515.013001 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 15347 Depends: ros-kilted-mrpt-libgui (= 2.15.18-1noble.20260515.013001) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libgui/ros-kilted-mrpt-libgui-dbgsym_2.15.18-1noble.20260515.013001_arm64.deb Size: 14797872 SHA256: aa172e78da74c3c665d77312bcb4d444741b8fbcb2e070a9adfd3a91ad01d4a8 SHA1: 0a4806d1748f9c1e3cdc44315481038b2f3eb1bd MD5sum: 82b4860d92afb1d03563ebd636c35397 Description: debug symbols for ros-kilted-mrpt-libgui Build-Ids: 0156b6b2b6c4f1f127937781826d62767b7c9ef5 f8f59906f8ad79fba18f8e8dc71c17a1eb46335a Package: ros-kilted-mrpt-libhwdrivers Version: 2.15.18-1noble.20260515.022242 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 6115 Depends: libdc1394-25 (>= 2.2.6), libfreenect0.5t64 (>= 1:0.1.1), libopencv-flann406t64 (>= 4.6.0+dfsg), libopencv-videoio406t64 (>= 4.6.0+dfsg), libopenni2-0 (>= 2.2.0.33+dfsg), libpcap0.8t64 (>= 1.0.0), ros-kilted-mrpt-libbase, ros-kilted-mrpt-libgui, ros-kilted-mrpt-libmaps, ros-kilted-mrpt-libmath, ros-kilted-mrpt-libobs, ros-kilted-mrpt-libopengl, ros-kilted-mrpt-libslam, ros-kilted-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libhwdrivers/ros-kilted-mrpt-libhwdrivers_2.15.18-1noble.20260515.022242_arm64.deb Size: 1156642 SHA256: 43bcc82cbc7bb4211ee8cd50b5b89dcef1eff0819de74893c3ddea2f55fab641 SHA1: 72e11345191384b2ad24806ba7ba42ba596d3356 MD5sum: 5e9141f12895df86147d1f64b7c74057 Description: Mobile Robot Programming Toolkit (MRPT) libraries (hwdrivers C++ libraries). This package contains: mrpt-hwdrivers, mrpt-comms Package: ros-kilted-mrpt-libhwdrivers-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-libhwdrivers Version: 2.15.18-1noble.20260515.022242 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 14443 Depends: ros-kilted-mrpt-libhwdrivers (= 2.15.18-1noble.20260515.022242) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libhwdrivers/ros-kilted-mrpt-libhwdrivers-dbgsym_2.15.18-1noble.20260515.022242_arm64.deb Size: 13433510 SHA256: 131a3fb9ff3a773f53e3b8e6d1f0ccf651828d7dfc5262ba45796802514d67e1 SHA1: 8feb2d6ad8b73ec249e7a1aae066f214d97e0806 MD5sum: 5ec7839090815e367d633108b469f742 Description: debug symbols for ros-kilted-mrpt-libhwdrivers Build-Ids: 2561bf29f5eae83968738e73d33cfc3e7e7f0e6a 811d65d17b6e17ff0bc729bd798d6f70d561a53e Package: ros-kilted-mrpt-libmaps Version: 2.15.18-1noble.20260515.014411 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2900 Depends: libgles2, liboctomap1.9t64 (>= 1.9.7+dfsg), ros-kilted-mrpt-libbase, ros-kilted-mrpt-libmath, ros-kilted-mrpt-libobs, ros-kilted-mrpt-libopengl, ros-kilted-mrpt-libposes, ros-kilted-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libmaps/ros-kilted-mrpt-libmaps_2.15.18-1noble.20260515.014411_arm64.deb Size: 782520 SHA256: 2a17591c90d9b22c222894808ccdaf2080fcb0335af50efc185b80f5bddc49c3 SHA1: 3dc5caf82c2a156562c093569503a4e553bd5632 MD5sum: 5fb67f55377f768c5dfa8919934962da Description: Mobile Robot Programming Toolkit (MRPT) libraries (maps C++ libraries). This package contains: mrpt-maps, mrpt-graphs Package: ros-kilted-mrpt-libmaps-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-libmaps Version: 2.15.18-1noble.20260515.014411 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 17909 Depends: ros-kilted-mrpt-libmaps (= 2.15.18-1noble.20260515.014411) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libmaps/ros-kilted-mrpt-libmaps-dbgsym_2.15.18-1noble.20260515.014411_arm64.deb Size: 16812330 SHA256: 8ca548d72a74846d13f767102bc548e42a9b0d4dea6a91c16251364fefc13aa0 SHA1: d5599219f65c97b877f6d5f581b3273ddb745405 MD5sum: ae567ab8c0ab454a01bc171c0571c76f Description: debug symbols for ros-kilted-mrpt-libmaps Build-Ids: 817303707f792f6e1b63e198ba2114d60b353d98 fa772c41013f514ee8a782fcccbab62a82e3f270 Package: ros-kilted-mrpt-libmath Version: 2.15.18-1noble.20260515.002547 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3319 Depends: libcxsparse4 (>= 1:7.0.1), ros-kilted-mrpt-libbase, libeigen3-dev, libsuitesparse-dev, ros-kilted-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libmath/ros-kilted-mrpt-libmath_2.15.18-1noble.20260515.002547_arm64.deb Size: 835612 SHA256: a77c4c329326b1d45510d3cb5e502026be69982049f4cf6d03e8f8c2d0922f4e SHA1: 922b5dd10d7d6a33156510501d8d77c007601eb0 MD5sum: 00f7b9d37552312d626b246cba50dc73 Description: Mobile Robot Programming Toolkit (MRPT) libraries (math C++ libraries). This package contains: mrpt-math Package: ros-kilted-mrpt-libmath-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-libmath Version: 2.15.18-1noble.20260515.002547 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 83602 Depends: ros-kilted-mrpt-libmath (= 2.15.18-1noble.20260515.002547) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libmath/ros-kilted-mrpt-libmath-dbgsym_2.15.18-1noble.20260515.002547_arm64.deb Size: 82842628 SHA256: 7b0d4292b45836a35fde9f2ec710d651a9c9f56247eaf3bf7800965177f00c9a SHA1: 08ca83f2e57771a35ffb91d25cb8d801a962e58e MD5sum: fffb89d6b5fc32c6054b4c0d8b8fa970 Description: debug symbols for ros-kilted-mrpt-libmath Build-Ids: 1109200d55f816a6c321d3d533aed4b0935e60e3 Package: ros-kilted-mrpt-libnav Version: 2.15.18-1noble.20260515.020100 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1343 Depends: ros-kilted-mrpt-libbase, ros-kilted-mrpt-libmaps, ros-kilted-mrpt-libmath, ros-kilted-mrpt-libobs, ros-kilted-mrpt-libopengl, ros-kilted-mrpt-libposes, ros-kilted-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libnav/ros-kilted-mrpt-libnav_2.15.18-1noble.20260515.020100_arm64.deb Size: 382084 SHA256: 50f48eb7e5a8ae8b27c997411316b2f1180e4372104273aaad432e39df3e6aed SHA1: 53d530529242654e1e21761d8614dee001df31c0 MD5sum: 57fb0927bc58e75c96b6b13969aec52a Description: Mobile Robot Programming Toolkit (MRPT) libraries (nav C++ libraries). This package contains: mrpt-nav, mrpt-kinematics Package: ros-kilted-mrpt-libnav-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-libnav Version: 2.15.18-1noble.20260515.020100 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 7703 Depends: ros-kilted-mrpt-libnav (= 2.15.18-1noble.20260515.020100) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libnav/ros-kilted-mrpt-libnav-dbgsym_2.15.18-1noble.20260515.020100_arm64.deb Size: 7206982 SHA256: 9ec986e2c3fe54267f560bb48094dd07b1e2360a659524b4fb15a0411dd2aaf2 SHA1: ef6342794750b3038615459eff0e7c819f26e521 MD5sum: 2fedee96c9af268a6f05c2618d2e9c3c Description: debug symbols for ros-kilted-mrpt-libnav Build-Ids: 6f06f46b919a3e9a076918b7ae366c9c6589c137 d47375950271141ba9b8264f90ea3a61e7786a51 Package: ros-kilted-mrpt-libobs Version: 2.15.18-1noble.20260515.013001 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2070 Depends: libopencv-calib3d406t64 (>= 4.6.0+dfsg), libtinyxml2-10 (>= 10.0.0), ros-kilted-mrpt-libbase, ros-kilted-mrpt-libmath, ros-kilted-mrpt-libopengl, ros-kilted-mrpt-libposes, ros-kilted-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libobs/ros-kilted-mrpt-libobs_2.15.18-1noble.20260515.013001_arm64.deb Size: 686634 SHA256: dc130c569f89bb996edf5a5af3c6dfd9b72d0fef1b23808798cf54dde0e18304 SHA1: 5124664039a8f69e845850b252cc8506164cebff MD5sum: e46925a36bc0ccc2e9554278dbfffbf3 Description: Mobile Robot Programming Toolkit (MRPT) libraries (obs C++ libraries). This package contains: mrpt-obs, mrpt-topography Package: ros-kilted-mrpt-libobs-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-libobs Version: 2.15.18-1noble.20260515.013001 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 9591 Depends: ros-kilted-mrpt-libobs (= 2.15.18-1noble.20260515.013001) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libobs/ros-kilted-mrpt-libobs-dbgsym_2.15.18-1noble.20260515.013001_arm64.deb Size: 8907494 SHA256: 96d8a55cc08ea57f7e88ff45941f99ecf80b446d86a57a9a88afa9d61e13b859 SHA1: 7d8e737a0ed911e7d00341fc035baf6a3c50b011 MD5sum: 17a560f4c835776767657a9c934ef4b8 Description: debug symbols for ros-kilted-mrpt-libobs Build-Ids: 766c3f2d09db10f1dea42df9d98f3915cba5c1c1 c22a71b100326557650f3c5993c3a865ee914397 Package: ros-kilted-mrpt-libopengl Version: 2.15.18-1noble.20260515.011321 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3192 Depends: libassimp5 (>= 5.3.1+ds), libegl1, libglu1-mesa | libglu1, libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-flann406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopengl0, ros-kilted-mrpt-libbase, ros-kilted-mrpt-libmath, ros-kilted-mrpt-libposes, ros-kilted-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libopengl/ros-kilted-mrpt-libopengl_2.15.18-1noble.20260515.011321_arm64.deb Size: 1244260 SHA256: 5e66cc8f321ed0a868c28da956e3144b52a5cc18811c11eda3607376aa043059 SHA1: 91230c0a8ef861315362cf5d20b0bb07c928d9f7 MD5sum: 136f8abfb6e5ce087888c87d25448370 Description: Mobile Robot Programming Toolkit (MRPT) libraries (opengl/img C++ libraries). This package contains: mrpt-opengl, mrpt-img Package: ros-kilted-mrpt-libopengl-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-libopengl Version: 2.15.18-1noble.20260515.011321 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 15789 Depends: ros-kilted-mrpt-libopengl (= 2.15.18-1noble.20260515.011321) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libopengl/ros-kilted-mrpt-libopengl-dbgsym_2.15.18-1noble.20260515.011321_arm64.deb Size: 14835834 SHA256: 4c2a26fe2ca3eaa1af785bb52c21a47cbf55e10d7871c03d54eb1228b8587711 SHA1: eb749a392fb1a30bce19572adbfd12c9076d06d0 MD5sum: 8ad3220f969e2809c5c21f933e73aeae Description: debug symbols for ros-kilted-mrpt-libopengl Build-Ids: 44a857657c2ea9baff83f65f5d2dfb6555cdc12a 47c435f7d9858607423dee9388ad237f6f5ca4aa Package: ros-kilted-mrpt-libposes Version: 2.15.18-1noble.20260515.005712 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1749 Depends: ros-kilted-mrpt-libbase, ros-kilted-mrpt-libmath, ros-kilted-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libposes/ros-kilted-mrpt-libposes_2.15.18-1noble.20260515.005712_arm64.deb Size: 443964 SHA256: fa2c047b0aa9e1bf45397ca0ba5b66656fdce35497b7fb64fdb88deefc136984 SHA1: 6ad7949973cdd357e9b2857e8e3c3d9edd997e9c MD5sum: e2097c61c6c97695ef3a97c78eed985f Description: Mobile Robot Programming Toolkit (MRPT) libraries (poses C++ libraries). This package contains: mrpt-poses, mrpt-tfest, mrpt-bayes Package: ros-kilted-mrpt-libposes-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-libposes Version: 2.15.18-1noble.20260515.005712 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 16710 Depends: ros-kilted-mrpt-libposes (= 2.15.18-1noble.20260515.005712) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libposes/ros-kilted-mrpt-libposes-dbgsym_2.15.18-1noble.20260515.005712_arm64.deb Size: 16203430 SHA256: 057e5741397b57b55bcb7b908070d39c72dbf70c94f3570fd2ebbebbaf4c2140 SHA1: 0939a0615e045a0b796fbbc51b452079281451bf MD5sum: 61763de8a7fd7607dd09b3c94055b9e0 Description: debug symbols for ros-kilted-mrpt-libposes Build-Ids: 0a95be544df6037cd7ee8583de5d427956f86bf0 7db73f50b5483b2d02ddf96371f016d3d41e1b88 9112ce9e2acb8f3b1a5b155f1239ca17edace173 Package: ros-kilted-mrpt-libros-bridge Version: 3.5.3-1noble.20260519.101653 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 435 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), ros-kilted-mrpt-libbase, ros-kilted-mrpt-libmaps, ros-kilted-mrpt-libmath, ros-kilted-mrpt-libobs, ros-kilted-mrpt-libopengl, ros-kilted-mrpt-libposes, ros-kilted-cv-bridge, ros-kilted-geometry-msgs, ros-kilted-gps-msgs, ros-kilted-nav-msgs, ros-kilted-rosbag2-cpp, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-stereo-msgs, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libros-bridge/ros-kilted-mrpt-libros-bridge_3.5.3-1noble.20260519.101653_arm64.deb Size: 115426 SHA256: 4b483c361994ec555d23ce1f96832142d00539ed5f449727ddd6f423a76f7940 SHA1: d35938d25e2a6cb95bacc06edbf8f028cbbd6072 MD5sum: 92c2579fafef025c57741cb12837d00a Description: Mobile Robot Programming Toolkit (MRPT) ros2bridge C++ library Package: ros-kilted-mrpt-libros-bridge-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-libros-bridge Version: 3.5.3-1noble.20260519.101653 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2850 Depends: ros-kilted-mrpt-libros-bridge (= 3.5.3-1noble.20260519.101653) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libros-bridge/ros-kilted-mrpt-libros-bridge-dbgsym_3.5.3-1noble.20260519.101653_arm64.deb Size: 2650040 SHA256: fe669c0b71512080c293999db32db9172cb93196f9bd38b9bc2f27b5ba5b9c37 SHA1: b16c68664c4f1e681141ba2904f3faa6bc67ba57 MD5sum: 3b7784cf3a94dfc6910bc32d7bb438bc Description: debug symbols for ros-kilted-mrpt-libros-bridge Build-Ids: c123e227be983cfa250fd70f574043532e48b2fb Package: ros-kilted-mrpt-libslam Version: 2.15.18-1noble.20260515.015953 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2920 Depends: libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-features2d406t64 (>= 4.6.0+dfsg), libopencv-highgui406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopencv-video406t64 (>= 4.6.0+dfsg), libopencv-videoio406t64 (>= 4.6.0+dfsg), libtbb12 (>= 2021.11.0), ros-kilted-mrpt-libbase, ros-kilted-mrpt-libmaps, ros-kilted-mrpt-libmath, ros-kilted-mrpt-libobs, ros-kilted-mrpt-libopengl, ros-kilted-mrpt-libposes, libtbb-dev, ros-kilted-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libslam/ros-kilted-mrpt-libslam_2.15.18-1noble.20260515.015953_arm64.deb Size: 956624 SHA256: 62de532017e3baa78913486b35356e17797abfd60f55d47c3cb92f4ba090f1af SHA1: e4c8993eb012e7fe30471d587c38dfa19045bfeb MD5sum: 89cd261195c4ee2e1cb9ac140b0c6cc6 Description: Mobile Robot Programming Toolkit (MRPT) libraries (slam/vision C++ libraries). This package contains: mrpt-slam, mrpt-vision Package: ros-kilted-mrpt-libslam-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-libslam Version: 2.15.18-1noble.20260515.015953 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 41868 Depends: ros-kilted-mrpt-libslam (= 2.15.18-1noble.20260515.015953) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libslam/ros-kilted-mrpt-libslam-dbgsym_2.15.18-1noble.20260515.015953_arm64.deb Size: 41055040 SHA256: 8f6b196ec1bf2be1734721ffc344a39d34c16e1e2341a5fe2c2bc2dcb33063b8 SHA1: 61e9f9c804f44d603cf2cfdf18e678ccba980d97 MD5sum: b6f26d0a037444be2f71c2986f3bb6c5 Description: debug symbols for ros-kilted-mrpt-libslam Build-Ids: 4002ea4436123bfd1a242324a741d1ef3e5e1723 b486f10e60cf20c30097bbe2f5b3ea2ddcdae535 Package: ros-kilted-mrpt-libtclap Version: 2.15.18-1noble.20260515.005712 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 180 Depends: ros-kilted-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libtclap/ros-kilted-mrpt-libtclap_2.15.18-1noble.20260515.005712_arm64.deb Size: 24420 SHA256: 57da135055f9f0855357fe26d75961aba5021eeca0badbe6e212dad0c7589623 SHA1: 423df75872fbdb5ac1670be7e601282f8b2ef0b7 MD5sum: 92315f2fbe832e88879e369f15237819 Description: Mobile Robot Programming Toolkit (MRPT) libraries (tclap C++ library). This package contains: mrpt-tclap Package: ros-kilted-mrpt-map-server Version: 2.4.0-1noble.20260519.103942 Architecture: arm64 Maintainer: Markus Bader Installed-Size: 567 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mp2p-icp (>= 1.6.2), ros-kilted-mrpt-libbase, ros-kilted-mrpt-libmaps, ros-kilted-mrpt-libobs, ros-kilted-mrpt-libopengl, ros-kilted-mrpt-libposes, ros-kilted-ament-cmake-lint-cmake, ros-kilted-ament-cmake-xmllint, ros-kilted-ament-lint-auto, ros-kilted-mrpt-libros-bridge, ros-kilted-mrpt-msgs, ros-kilted-mrpt-nav-interfaces, ros-kilted-rclcpp-components, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation/tree/ros2/mrpt_map_server Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-map-server/ros-kilted-mrpt-map-server_2.4.0-1noble.20260519.103942_arm64.deb Size: 132510 SHA256: f1803e69f92d536f3d157af31d5367c26f57207a529e97b992fe94b5d428ee96 SHA1: 775b9dcbbd0997aa96ebe5bfd3499aa80f2a9819 MD5sum: f1b6152d8037de15dd2e794e4524fc60 Description: This package provides a ROS 2 node that publishes a static map for other nodes to use it. Unlike classic ROS 1 ``map_server``, this node can publish a range of different metric maps, not only occupancy grids. Package: ros-kilted-mrpt-map-server-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-map-server Version: 2.4.0-1noble.20260519.103942 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Markus Bader Installed-Size: 3347 Depends: ros-kilted-mrpt-map-server (= 2.4.0-1noble.20260519.103942) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-map-server/ros-kilted-mrpt-map-server-dbgsym_2.4.0-1noble.20260519.103942_arm64.deb Size: 3014332 SHA256: 5580d707ed1d0c86778668af06300cf96587b642f888d10618a6254f090ce5e2 SHA1: d72a4401e74724e492133c625798acc54fd49ae5 MD5sum: dad48b11c191556858c22bc9b989d938 Description: debug symbols for ros-kilted-mrpt-map-server Build-Ids: 46183c6f9a14af13b591b9446d6f691011ac539a Package: ros-kilted-mrpt-msgs Version: 0.6.0-1noble.20260519.031545 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 3869 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: https://wiki.ros.org/mrpt_msgs Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-msgs/ros-kilted-mrpt-msgs_0.6.0-1noble.20260519.031545_arm64.deb Size: 257996 SHA256: 272224ae36b4b562b0e2c2c2028988966818da1e50124b3ad3e2167f42f90a92 SHA1: a01d0e261188eda6892c52cb055891e77871b779 MD5sum: b712c4382ff5eea35b217c87b46ceed6 Description: ROS messages for MRPT classes and objects Package: ros-kilted-mrpt-msgs-bridge Version: 2.4.0-1noble.20260519.103638 Architecture: arm64 Maintainer: José Luis Blanco-Claraco Installed-Size: 406 Depends: ros-kilted-ament-cmake-lint-cmake, ros-kilted-ament-cmake-xmllint, ros-kilted-ament-lint-auto, ros-kilted-geometry-msgs, ros-kilted-mrpt-libobs, ros-kilted-mrpt-libros-bridge, ros-kilted-mrpt-msgs, ros-kilted-rclcpp, ros-kilted-tf2, ros-kilted-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-msgs-bridge/ros-kilted-mrpt-msgs-bridge_2.4.0-1noble.20260519.103638_arm64.deb Size: 36506 SHA256: c7e40479a5c4b1a7478c5e635c9f84af9329b74496a84cefd8785755616edcbb SHA1: dc2daeace5fbc56081a499453dcd69d630837288 MD5sum: 77deeab42e76933acbef3e37d7a8d46e Description: C++ library to convert between custom mrpt_msgs messages and native MRPT classes Package: ros-kilted-mrpt-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-msgs Version: 0.6.0-1noble.20260519.031545 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 3034 Depends: ros-kilted-mrpt-msgs (= 0.6.0-1noble.20260519.031545) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-msgs/ros-kilted-mrpt-msgs-dbgsym_0.6.0-1noble.20260519.031545_arm64.deb Size: 2384296 SHA256: 15f088895747a84b3498ef9baf9b349df2a82634ff823d0288d29af302cbe780 SHA1: 4e5d1f4806e8a26cd886c7d54f5f7f7343083807 MD5sum: 8ae10ea70d6e6dd3b50147fd053aa427 Description: debug symbols for ros-kilted-mrpt-msgs Build-Ids: 0167fc0e9e1b42f57a50b9a8f288fa310fda7a89 21e8bff4094752493e89faaa229968a0512b6f1d 32a53caa338e87a22d9b9b9f47a48060052e3cb9 36a9b77097aac5ca6aebec4c80b35768c32d707b 3aedb19e50e332e539943c6d9a44ac852b94597a 4cc32d594a2b71bb9446e16e1150fb24de8ef7df 774074cb0a23ced9334b781177832f988f36de2f cc99226bb8cc3a573432a732a701945868817017 e14097f4ca16610cdf20d4e8c15bf9491d15d7f1 e2d4d6743520c9a5a6d3241e9548e68bbe03df47 eb602dd988b3ae9ba4605ddb1c7c42ca3e488ea1 Package: ros-kilted-mrpt-nav-interfaces Version: 2.4.0-1noble.20260519.032043 Architecture: arm64 Maintainer: Jose Luis Blanco-Claraco Installed-Size: 6044 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-action-msgs, ros-kilted-geometry-msgs, ros-kilted-mrpt-msgs, ros-kilted-nav-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-nav-interfaces/ros-kilted-mrpt-nav-interfaces_2.4.0-1noble.20260519.032043_arm64.deb Size: 342702 SHA256: a05d0b578d175a7ad039670bec3278a6c45d7ad8e7dda8ab9f268576a39472d3 SHA1: 297d77e10259c7a8041f196b64250aa4e1c643b8 MD5sum: 5cd6a0b7a1670d4dacc4892bd6325f4a Description: Message, services, and actions, for other mrpt navigation packages. Package: ros-kilted-mrpt-nav-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-nav-interfaces Version: 2.4.0-1noble.20260519.032043 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose Luis Blanco-Claraco Installed-Size: 3757 Depends: ros-kilted-mrpt-nav-interfaces (= 2.4.0-1noble.20260519.032043) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-nav-interfaces/ros-kilted-mrpt-nav-interfaces-dbgsym_2.4.0-1noble.20260519.032043_arm64.deb Size: 2733238 SHA256: ad5a137052efd281bced237ce69b9d058a6c1baa4d46b405beac92894975be38 SHA1: dc25b04273318db494615c0d6d53bae4b1df4a83 MD5sum: e248e7301cb43f0e232a0e2d504ab4de Description: debug symbols for ros-kilted-mrpt-nav-interfaces Build-Ids: 000b9398029fc21df7cc188a4ecdc7b933d677b2 24e30c1b5327f0725656f6846e877075d4d471ef 28f519680083a07ef7f5939d558ef8abc290c8cd 337534023d9fb046315156141992f3e17122fc44 3b2ca670b83fa2662b0b36fdb27e6260837c8a31 52d1b4755761e4d363bfba4af3f7f47794126f4f 5df3227564e39632a0d07f8532ce8942df7bf2db 6fa7e7b96f3446d71dca6f5f2ed0d5ff0fa60152 70e38736b6e523f1b6b123adcfd0c0c69e8d95e5 c54ca2b9f2d0dde9e14bc5020e5761aff48c0eab e46fd947f88baa15e9f943ac59608b6ad0ac7561 Package: ros-kilted-mrpt-navigation Version: 2.4.0-1noble.20260520.125935 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 42 Depends: ros-kilted-ament-cmake-lint-cmake, ros-kilted-ament-cmake-xmllint, ros-kilted-ament-lint-auto, ros-kilted-mrpt-map-server, ros-kilted-mrpt-msgs-bridge, ros-kilted-mrpt-nav-interfaces, ros-kilted-mrpt-pf-localization, ros-kilted-mrpt-pointcloud-pipeline, ros-kilted-mrpt-reactivenav2d, ros-kilted-mrpt-tps-astar-planner, ros-kilted-mrpt-tutorials, ros-kilted-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-navigation/ros-kilted-mrpt-navigation_2.4.0-1noble.20260520.125935_arm64.deb Size: 6340 SHA256: bf1b6393bfcbd808ba72ad0eb78c5a33075a8a53ac1d5933a3f8354c79f98b6e SHA1: 37e0b9901b5af728cd9a3d7716016a4b85e88b05 MD5sum: 83876239af37e970bf1db3ad4361caa7 Description: Tools related to the Mobile Robot Programming Toolkit (MRPT). Refer to https://wiki.ros.org/mrpt_navigation for further documentation. Package: ros-kilted-mrpt-path-planning Version: 0.3.0-1noble.20260519.154307 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1350 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), ros-kilted-mrpt-libbase, ros-kilted-mrpt-libgui, ros-kilted-mrpt-libmaps, ros-kilted-mrpt-libmath, ros-kilted-mrpt-libnav, ros-kilted-mrpt-libobs, ros-kilted-mrpt-libopengl, ros-kilted-mrpt-libposes, ros-kilted-mvsim, ros-kilted-mrpt-libtclap, ros-kilted-ros-workspace Homepage: https://github.com/MRPT/mrpt_path_planning Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-path-planning/ros-kilted-mrpt-path-planning_0.3.0-1noble.20260519.154307_arm64.deb Size: 403342 SHA256: 7a0051bb7502886d12893937f3a95df350d7ac2fb6effb96138b60d266436922 SHA1: 051a003fc2d0ef50630e0f717fb4f785339593dd MD5sum: 3f1a7d12c38086b13273fcd01ff61dc5 Description: Path planning and navigation algorithms for robots/vehicles moving on planar environments. This library builds upon mrpt-nav and the theory behind PTGs to generate libraries of "motion primitives" for vehicles with arbitrary shape and realistic kinematics and dynamics. Package: ros-kilted-mrpt-path-planning-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-path-planning Version: 0.3.0-1noble.20260519.154307 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 9796 Depends: ros-kilted-mrpt-path-planning (= 0.3.0-1noble.20260519.154307) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-path-planning/ros-kilted-mrpt-path-planning-dbgsym_0.3.0-1noble.20260519.154307_arm64.deb Size: 9317322 SHA256: dcddc26cda4cf31cd89822ee6d3692b10ae5745d788ae23fbfc714759d3e1dfa SHA1: 518cbad87a5c0b041a80b2a35a4584816891a548 MD5sum: 5e20b831aa99dfffe79266c2f0bf6082 Description: debug symbols for ros-kilted-mrpt-path-planning Build-Ids: 06718f93caf69fd5fad7fe6606c2d241088846e5 075096fef657b60a8cc13af06c09a5b8be8ef451 fb96b44110837d2430144c6230cddb6c0417673a Package: ros-kilted-mrpt-pf-localization Version: 2.4.0-1noble.20260520.124812 Architecture: arm64 Maintainer: Markus Bader Installed-Size: 4194 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mola-pose-list, ros-kilted-mola-relocalization, ros-kilted-mp2p-icp, ros-kilted-mrpt-libbase, ros-kilted-mrpt-libgui, ros-kilted-mrpt-libmaps, ros-kilted-mrpt-libmath, ros-kilted-mrpt-libobs, ros-kilted-mrpt-libopengl, ros-kilted-mrpt-libposes, ros-kilted-mrpt-libslam, ros-kilted-ament-cmake-lint-cmake, ros-kilted-ament-cmake-xmllint, ros-kilted-ament-lint-auto, ros-kilted-mrpt-libros-bridge, ros-kilted-mrpt-msgs, ros-kilted-mrpt-msgs-bridge, ros-kilted-nav-msgs, ros-kilted-pose-cov-ops, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation/tree/ros2/mrpt_pf_localization Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-pf-localization/ros-kilted-mrpt-pf-localization_2.4.0-1noble.20260520.124812_arm64.deb Size: 531136 SHA256: 4766ed59ab55f77bee9836c54fc7180845346ce6899a0a0553cc589aaa5c16a4 SHA1: a2dc8721238637ba0dab28c2f51e3539899d2d24 MD5sum: 49e9b0f09cb01e2eef92a9479cd8dc14 Description: Package for robot 2D self-localization using dynamic or static (MRPT or ROS) maps. The interface is similar to amcl (https://wiki.ros.org/amcl) but supports different particle-filter algorithms, several grid maps at different heights, range-only localization, etc. Package: ros-kilted-mrpt-pf-localization-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-pf-localization Version: 2.4.0-1noble.20260520.124812 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Markus Bader Installed-Size: 19785 Depends: ros-kilted-mrpt-pf-localization (= 2.4.0-1noble.20260520.124812) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-pf-localization/ros-kilted-mrpt-pf-localization-dbgsym_2.4.0-1noble.20260520.124812_arm64.deb Size: 16510704 SHA256: f02f6a8dd8ebd4c2db97a925e73e210d034a04bd8a5d9f3ee6bfff47da3cbb96 SHA1: 008d38018a0cebd5102136310d4aa7979bf09aeb MD5sum: 516bcb0e01fa1f1c0f3330dcb1edced8 Description: debug symbols for ros-kilted-mrpt-pf-localization Build-Ids: 39d720a47f6a444fdc43afffc7ee2493c0178e2c 69f072393f3c54d21103ecf95b2396a512c8bc79 745c7902b506879f314d96529070f1e818a5a97c c9266808f261f58d540a42ffa9401bb152d49d6a Package: ros-kilted-mrpt-pointcloud-pipeline Version: 2.4.0-1noble.20260519.103804 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1800 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mp2p-icp, ros-kilted-mrpt-libbase, ros-kilted-mrpt-libgui, ros-kilted-mrpt-libmaps, ros-kilted-mrpt-libobs, ros-kilted-mrpt-libopengl, ros-kilted-mrpt-libposes, ros-kilted-ament-cmake-lint-cmake, ros-kilted-ament-cmake-xmllint, ros-kilted-ament-lint-auto, ros-kilted-mrpt-libros-bridge, ros-kilted-nav-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-pointcloud-pipeline/ros-kilted-mrpt-pointcloud-pipeline_2.4.0-1noble.20260519.103804_arm64.deb Size: 253600 SHA256: 17e87d464fd5ef90e0e83a6c0e80b1316e9dd07e5edfe2b8b2412e43b189ce89 SHA1: b13fe3e79ff6d1bb443f7b5818c8d64b6ae791b6 MD5sum: 82e040bab00cf056fd0688ab402c3cc7 Description: Maintains a local obstacle map from recent sensor readings, including optional point cloud pipeline filtering or processing. Package: ros-kilted-mrpt-pointcloud-pipeline-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-pointcloud-pipeline Version: 2.4.0-1noble.20260519.103804 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 9483 Depends: ros-kilted-mrpt-pointcloud-pipeline (= 2.4.0-1noble.20260519.103804) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-pointcloud-pipeline/ros-kilted-mrpt-pointcloud-pipeline-dbgsym_2.4.0-1noble.20260519.103804_arm64.deb Size: 8153932 SHA256: fd6ed3b514a4d81ea7f17ae96f62ff223983e36710aea3df1111a0abc58bea17 SHA1: 4cebec67d634077118ea78198a054ae4c9313572 MD5sum: 7def0a962229b329ef5f00c4b7551073 Description: debug symbols for ros-kilted-mrpt-pointcloud-pipeline Build-Ids: 85458056b2dc9e52877ecfa7339c934a375f6e31 a05b1e84ec459c7e04c695278316a49e89fc3d59 c01e40e08025e6921bdec7d3402330e41d1e54b5 Package: ros-kilted-mrpt-reactivenav2d Version: 2.4.0-1noble.20260519.102352 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2053 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mrpt-libbase, ros-kilted-mrpt-libmaps, ros-kilted-mrpt-libmath, ros-kilted-mrpt-libnav, ros-kilted-mrpt-libobs, ros-kilted-mrpt-libposes, ros-kilted-ament-cmake-lint-cmake, ros-kilted-ament-cmake-xmllint, ros-kilted-ament-lint-auto, ros-kilted-geometry-msgs, ros-kilted-mrpt-libros-bridge, ros-kilted-mrpt-nav-interfaces, ros-kilted-nav-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-stereo-msgs, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-reactivenav2d/ros-kilted-mrpt-reactivenav2d_2.4.0-1noble.20260519.102352_arm64.deb Size: 308470 SHA256: 089238b75db10ae0060f82f0f48f06a3bd6eea0df12e911f9614d8ddc38b3bdc SHA1: 0ffe932b056a15d7bc3120769767b84626467d86 MD5sum: d964a8c7b563ccc6a3e166098d949e2d Description: Reactive navigation for wheeled robots using MRPT navigation algorithms (TP-Space) Package: ros-kilted-mrpt-reactivenav2d-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-reactivenav2d Version: 2.4.0-1noble.20260519.102352 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 8865 Depends: ros-kilted-mrpt-reactivenav2d (= 2.4.0-1noble.20260519.102352) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-reactivenav2d/ros-kilted-mrpt-reactivenav2d-dbgsym_2.4.0-1noble.20260519.102352_arm64.deb Size: 7240730 SHA256: c43f81fbd97093667bc73bf66b39614e550ff0e4e49dc9af8049827da9d142fc SHA1: a182f5b2d31906112a1e1b55e55e35d3c9f1329a MD5sum: 193806362a904ec185533f60c01a6ca5 Description: debug symbols for ros-kilted-mrpt-reactivenav2d Build-Ids: 75ef2cf54c02a53aa1c5a0225b4ac6a56568570c Package: ros-kilted-mrpt-sensor-bumblebee-stereo Version: 0.3.0-1noble.20260520.202629 Architecture: arm64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 631 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mrpt-libbase, ros-kilted-mrpt-libhwdrivers, ros-kilted-mrpt-libobs, ros-kilted-mrpt-libros-bridge, ros-kilted-mrpt-msgs, ros-kilted-mrpt-sensorlib, ros-kilted-rclcpp-components, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_sensors Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-sensor-bumblebee-stereo/ros-kilted-mrpt-sensor-bumblebee-stereo_0.3.0-1noble.20260520.202629_arm64.deb Size: 129144 SHA256: 399c386a423150946ff96512f5d6877a97ea0836c6acb78fa3fb19f02f131430 SHA1: 83eab4130286d8f83c15cafc2b65ee4c497afb48 MD5sum: e84dea8c3f8f893373fa574fda439557 Description: ROS node for Bumblebee Stereo Cameras using libdc1394 interface (based on mrpt-hwdrivers) Package: ros-kilted-mrpt-sensor-bumblebee-stereo-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-sensor-bumblebee-stereo Version: 0.3.0-1noble.20260520.202629 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 1037 Depends: ros-kilted-mrpt-sensor-bumblebee-stereo (= 0.3.0-1noble.20260520.202629) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-sensor-bumblebee-stereo/ros-kilted-mrpt-sensor-bumblebee-stereo-dbgsym_0.3.0-1noble.20260520.202629_arm64.deb Size: 819222 SHA256: 0ce57944817b56fdfd5cb8a8120116ff67e28547b89ab9edba849222bb1a430d SHA1: c1ffb8914cad8dd1c71312f2c0539ef93c49364c MD5sum: 8d5d9222b70e4c06476734fa9ddcbb54 Description: debug symbols for ros-kilted-mrpt-sensor-bumblebee-stereo Build-Ids: f9f3cd79da9ff18c47121e4ac18815f47e9e1920 Package: ros-kilted-mrpt-sensor-gnss-nmea Version: 0.3.0-1noble.20260520.202838 Architecture: arm64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 694 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mrpt-libbase, ros-kilted-mrpt-libhwdrivers, ros-kilted-mrpt-libobs, ros-kilted-mrpt-libros-bridge, ros-kilted-mrpt-msgs, ros-kilted-mrpt-sensorlib, ros-kilted-nmea-msgs, ros-kilted-rclcpp-components, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_sensors Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-sensor-gnss-nmea/ros-kilted-mrpt-sensor-gnss-nmea_0.3.0-1noble.20260520.202838_arm64.deb Size: 146292 SHA256: 7f013b22797c094f49f1ab22c4dff23f4066ded59cb3c197ed984231677f0070 SHA1: 4d2b033bc822097edf78a7e936b167290189426e MD5sum: cd626ca5d7db3287660b80d348be06ee Description: ROS node for GNSS receivers generating NMEA messages (based on mrpt-hwdrivers) Package: ros-kilted-mrpt-sensor-gnss-nmea-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-sensor-gnss-nmea Version: 0.3.0-1noble.20260520.202838 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 1767 Depends: ros-kilted-mrpt-sensor-gnss-nmea (= 0.3.0-1noble.20260520.202838) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-sensor-gnss-nmea/ros-kilted-mrpt-sensor-gnss-nmea-dbgsym_0.3.0-1noble.20260520.202838_arm64.deb Size: 1462746 SHA256: fefb17a36325dd72de8717c3b1d510873b81d5cbf4c2ae4ae66d600595ca1a23 SHA1: 31aee98493922b8c7f95f51ea0aa8d5d311e01b9 MD5sum: 051fda6e2fd126af7f7c37b64740aa5c Description: debug symbols for ros-kilted-mrpt-sensor-gnss-nmea Build-Ids: 05df09fcee068b3a52b5d232c6930985812d0d87 Package: ros-kilted-mrpt-sensor-gnss-novatel Version: 0.3.0-1noble.20260520.202003 Architecture: arm64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 1404 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mrpt-libbase, ros-kilted-mrpt-libhwdrivers, ros-kilted-mrpt-libobs, ros-kilted-mrpt-libros-bridge, ros-kilted-mrpt-msgs, ros-kilted-mrpt-sensorlib, ros-kilted-novatel-oem6-msgs, ros-kilted-rclcpp-components, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_sensors Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-sensor-gnss-novatel/ros-kilted-mrpt-sensor-gnss-novatel_0.3.0-1noble.20260520.202003_arm64.deb Size: 260876 SHA256: b81a10440ae00a8a1971fdab492074023f142f20de8530c5393dbd0a1dca05ac SHA1: 2642e50d8435188dd98c23b0c78bacdb198337e4 MD5sum: 57ac0e9847feb9024fe8901fee1f78c6 Description: ROS node for GNSS/IMU Novatel receivers with RTK precision using an NTRIP HTTP source (based on mrpt-hwdrivers) Package: ros-kilted-mrpt-sensor-gnss-novatel-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-sensor-gnss-novatel Version: 0.3.0-1noble.20260520.202003 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 5250 Depends: ros-kilted-mrpt-sensor-gnss-novatel (= 0.3.0-1noble.20260520.202003) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-sensor-gnss-novatel/ros-kilted-mrpt-sensor-gnss-novatel-dbgsym_0.3.0-1noble.20260520.202003_arm64.deb Size: 4345520 SHA256: dffc477d2e55a4aad95f5c8436a4717c2e1299833ba090ac41e6c0f5541e5e37 SHA1: 90c812450499cf491255fec1dce0ae9593a31364 MD5sum: 42c0db5fa74e16089fa219a9bf76d841 Description: debug symbols for ros-kilted-mrpt-sensor-gnss-novatel Build-Ids: f5f6046ed21a2c2876f08f16c2a3005b3a6d7bb4 Package: ros-kilted-mrpt-sensor-imu-taobotics Version: 0.3.0-1noble.20260520.202424 Architecture: arm64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 503 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), ros-kilted-mrpt-libbase, ros-kilted-mrpt-libhwdrivers, ros-kilted-mrpt-libobs, ros-kilted-mrpt-libros-bridge, ros-kilted-mrpt-msgs, ros-kilted-mrpt-sensorlib, ros-kilted-rclcpp-components, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_sensors Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-sensor-imu-taobotics/ros-kilted-mrpt-sensor-imu-taobotics_0.3.0-1noble.20260520.202424_arm64.deb Size: 109604 SHA256: 10e7f4570aee161e6922e94533ff9e4be618b496730c53f0aa6e24878e473356 SHA1: ddaa9f87616bc7ab15e710911c1dd9ab1dda1e5a MD5sum: d814765cc0354cb1696c7df72a2ac6e2 Description: ROS node for Taobotics USB IMUs (based on mrpt-hwdrivers) Package: ros-kilted-mrpt-sensor-imu-taobotics-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-sensor-imu-taobotics Version: 0.3.0-1noble.20260520.202424 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 472 Depends: ros-kilted-mrpt-sensor-imu-taobotics (= 0.3.0-1noble.20260520.202424) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-sensor-imu-taobotics/ros-kilted-mrpt-sensor-imu-taobotics-dbgsym_0.3.0-1noble.20260520.202424_arm64.deb Size: 299080 SHA256: a8d07065ff4cf26afc9b409751c441df3078a5a636212a279c8ae23f34c31f0a SHA1: 4ef2d9eb2a53cb296bfa5b81f9a17f7d442c8f0e MD5sum: 243d7fe9bfc1fe9a8a87b3694d9dd6d0 Description: debug symbols for ros-kilted-mrpt-sensor-imu-taobotics Build-Ids: 4989e72fd49feba230564cab87e5b66b31ddb506 Package: ros-kilted-mrpt-sensorlib Version: 0.3.0-1noble.20260520.201114 Architecture: arm64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 2143 Depends: ros-kilted-diagnostic-updater, ros-kilted-mrpt-libhwdrivers, ros-kilted-mrpt-libros-bridge, ros-kilted-mrpt-msgs, ros-kilted-rclcpp-components, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_sensors Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-sensorlib/ros-kilted-mrpt-sensorlib_0.3.0-1noble.20260520.201114_arm64.deb Size: 117814 SHA256: e3235cc03d674bff706de53990d4d52bf7dd9ace734625d59a56d6d3c791f447 SHA1: 534761d3360437ba0955b875d2adbc033d8c8284 MD5sum: 173e9c7552b722f6328975abfbcaba66 Description: C++ library for the base generic MRPT sensor node Package: ros-kilted-mrpt-sensors Version: 0.3.0-1noble.20260520.203959 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 42 Depends: ros-kilted-mrpt-generic-sensor, ros-kilted-mrpt-sensor-bumblebee-stereo, ros-kilted-mrpt-sensor-gnss-nmea, ros-kilted-mrpt-sensor-gnss-novatel, ros-kilted-mrpt-sensor-imu-taobotics, ros-kilted-mrpt-sensorlib, ros-kilted-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_sensors/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-sensors/ros-kilted-mrpt-sensors_0.3.0-1noble.20260520.203959_arm64.deb Size: 5582 SHA256: 807d9ff2ab329c64ec573c255930ed2ed8659139b50fed7b9e8402dc0e0a705e SHA1: 4856cd58b2d0d1a92d409bd84b73957432dee3ef MD5sum: 55f573dfd159d7c28dc91f046468c9e3 Description: ROS nodes for various robotics sensors via mrpt-hwdrivers. Metapackage for all mrpt_sensor packages. Package: ros-kilted-mrpt-tps-astar-planner Version: 2.4.0-1noble.20260520.080241 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1290 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mrpt-libbase, ros-kilted-mrpt-libgui, ros-kilted-mrpt-libmaps, ros-kilted-mrpt-libmath, ros-kilted-mrpt-libobs, ros-kilted-mrpt-libopengl, ros-kilted-mrpt-libposes, ros-kilted-mrpt-path-planning, ros-kilted-ament-cmake-lint-cmake, ros-kilted-ament-cmake-xmllint, ros-kilted-ament-lint-auto, ros-kilted-mrpt-libnav, ros-kilted-mrpt-libros-bridge, ros-kilted-mrpt-msgs, ros-kilted-mrpt-nav-interfaces, ros-kilted-nav-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-tps-astar-planner/ros-kilted-mrpt-tps-astar-planner_2.4.0-1noble.20260520.080241_arm64.deb Size: 234492 SHA256: 1256fcc0ab94309198dbdf1f720ab296b41d53d4f196ef2714a2ee19bc7403df SHA1: 035edaa2d4c1b4e3bafa5dee3975c7c5bb767709 MD5sum: e304d67974db2f5471131f82ad63cf6e Description: ROS Path Planner with A* in TP-Space Engine Package: ros-kilted-mrpt-tps-astar-planner-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-tps-astar-planner Version: 2.4.0-1noble.20260520.080241 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 5924 Depends: ros-kilted-mrpt-tps-astar-planner (= 2.4.0-1noble.20260520.080241) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-tps-astar-planner/ros-kilted-mrpt-tps-astar-planner-dbgsym_2.4.0-1noble.20260520.080241_arm64.deb Size: 4991276 SHA256: 82beeeb6138599ad8cad7636615058ea89f0a9c6eb07136fd5e782493db769a5 SHA1: 0830bd59672f637ccfd36a94b01b7f063b5fbdb0 MD5sum: a7991d8dada68b29adf932b85cd33cb9 Description: debug symbols for ros-kilted-mrpt-tps-astar-planner Build-Ids: 509f77cd3cefc0a7b1a3499bcd1a64b43b15ca1c Package: ros-kilted-mrpt-tutorials Version: 2.4.0-1noble.20260519.124217 Architecture: arm64 Maintainer: Jose Luis Blanco-Claraco Installed-Size: 7054 Depends: ros-kilted-ament-cmake-lint-cmake, ros-kilted-ament-cmake-xmllint, ros-kilted-ament-lint-auto, ros-kilted-mvsim, ros-kilted-teleop-twist-keyboard, ros-kilted-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-tutorials/ros-kilted-mrpt-tutorials_2.4.0-1noble.20260519.124217_arm64.deb Size: 5993268 SHA256: e211d43611d5986ea7c9456bcffbb77085357f1bdc67371c9a5f3928e53f8382 SHA1: 16f99e391b5aa6d1273f25a4d0823814e61d399f MD5sum: e54a0316628258ef176ff5f81ecb9044 Description: Example files used as tutorials for MRPT ROS packages Package: ros-kilted-mrt-cmake-modules Version: 1.0.11-2noble.20260410.172959 Architecture: arm64 Maintainer: Kevin Rösch Installed-Size: 356 Depends: lcov, python3-catkin-pkg-modules, python3-rospkg, python3-setuptools, python3-yaml, ros-kilted-gtest-vendor, ros-kilted-ros-environment, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/mrt_cmake_modules Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrt-cmake-modules/ros-kilted-mrt-cmake-modules_1.0.11-2noble.20260410.172959_arm64.deb Size: 68070 SHA256: 6ae9fce88d848aa0cffbe03f7cd10349d59304b5decef7745314a3ad82074ef2 SHA1: 85d50bcfc5d23413d86f1c767911650a20fd7cbc MD5sum: fb0d704f6e6721194174cff406cef911 Description: CMake Functions and Modules for automating CMake Package: ros-kilted-mujoco-ros2-control Version: 0.0.3-1noble.20260520.091149 Architecture: arm64 Maintainer: Nathan Dunkelberger Installed-Size: 2266 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libglfw3 (>= 3.2), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-mujoco-vendor, libfmt-dev, libglfw3-dev, python3-minimal, python3-numpy, python3-pip, python3-pykdl, python3-venv, ros-kilted-ament-index-python, ros-kilted-backward-ros, ros-kilted-control-toolbox, ros-kilted-controller-manager, ros-kilted-hardware-interface, ros-kilted-mujoco-ros2-control-msgs, ros-kilted-mujoco-ros2-control-plugins, ros-kilted-nav-msgs, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-sensor-msgs, ros-kilted-transmission-interface, ros-kilted-urdfdom-py, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mujoco-ros2-control/ros-kilted-mujoco-ros2-control_0.0.3-1noble.20260520.091149_arm64.deb Size: 580344 SHA256: 5421d94c42869a9dac13ed73a075213d460498774195ccfd66f794653b50a980 SHA1: 84cb3ccab8a4cf5d9a0519c7a5418a18d4c16a96 MD5sum: 6756b579d7e54518d50c18f9fb0b176e Description: ros2_control wrapper for the MuJoCo Simulate application Package: ros-kilted-mujoco-ros2-control-dbgsym Package-Type: ddeb Source: ros-kilted-mujoco-ros2-control Version: 0.0.3-1noble.20260520.091149 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Nathan Dunkelberger Installed-Size: 8763 Depends: ros-kilted-mujoco-ros2-control (= 0.0.3-1noble.20260520.091149) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mujoco-ros2-control/ros-kilted-mujoco-ros2-control-dbgsym_0.0.3-1noble.20260520.091149_arm64.deb Size: 7830080 SHA256: 1cd692d331ef85bf7eb537832686e14f6473131a2e8bb42c74845307444dc8b5 SHA1: 77ab5ba0ee5e2b61fc116997f55094cc632fc1b5 MD5sum: 81ce40d871d04ab39b87b13a800263ce Description: debug symbols for ros-kilted-mujoco-ros2-control Build-Ids: 499d52200c1df932dda48befe24fa632c633d34b 5462620240f094d04b744b610cb37d054588f916 Package: ros-kilted-mujoco-ros2-control-demos Version: 0.0.3-1noble.20260520.092149 Architecture: arm64 Maintainer: Nathan Dunkelberger Installed-Size: 126 Depends: ros-kilted-controller-manager, ros-kilted-forward-command-controller, ros-kilted-joint-state-broadcaster, ros-kilted-mujoco-ros2-control, ros-kilted-mujoco-ros2-control-msgs, ros-kilted-robot-state-publisher, ros-kilted-rviz2, ros-kilted-xacro, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mujoco-ros2-control-demos/ros-kilted-mujoco-ros2-control-demos_0.0.3-1noble.20260520.092149_arm64.deb Size: 17780 SHA256: f9493d12be07799b224cdeb24d5e183ec7bbe059701f3330168f0a10ad3fe4bb SHA1: 498bfaeaeee14a0c6063ea7082ad770b599ae539 MD5sum: cf6e54611b9e66ffb59092b228fe2391 Description: Demonstration examples for mujoco_ros2_control package Package: ros-kilted-mujoco-ros2-control-msgs Version: 0.0.3-1noble.20260519.025711 Architecture: arm64 Maintainer: Nathan Dunkelberger Installed-Size: 2672 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mujoco-ros2-control-msgs/ros-kilted-mujoco-ros2-control-msgs_0.0.3-1noble.20260519.025711_arm64.deb Size: 167934 SHA256: 7756ada3dfcb87c120df1a34b31c76719ff1ac3403cf177d9853565aff43162b SHA1: 272bd905647522d7b8df2d2affdb40dff200f852 MD5sum: 19b4e9fc650d1c78fb75c67a96a95bb7 Description: msgs for mujoco_ros2_control package Package: ros-kilted-mujoco-ros2-control-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-mujoco-ros2-control-msgs Version: 0.0.3-1noble.20260519.025711 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Nathan Dunkelberger Installed-Size: 1793 Depends: ros-kilted-mujoco-ros2-control-msgs (= 0.0.3-1noble.20260519.025711) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mujoco-ros2-control-msgs/ros-kilted-mujoco-ros2-control-msgs-dbgsym_0.0.3-1noble.20260519.025711_arm64.deb Size: 1332600 SHA256: c21cb45f9800e063e31a60c69c684166df7b259608bfc11b24ee99183a95c1fc SHA1: f4812beffc0e873bf9c0865157c94b668bd40837 MD5sum: 0113fdfdf7e0f397db5f0a93adf72370 Description: debug symbols for ros-kilted-mujoco-ros2-control-msgs Build-Ids: 2abe4b891f8381cd54aa6571fef83cb0ddb3846c 3dba5f0b690f6f1443dc07f46dae95fe1d685ca1 549e9dbc0fd9b0afa08dcc9ccaad6d6007f9518b 6bc4aa7c047506fc1d466655f9c9cdedcac067f8 7c4c0193eef09fc020bc03e93f514cd22e21ec84 96f212a4777a306b072c6366e9a53be06cde3846 97d3fe4e78c24e59d44183305a4adf79a26b7e41 d006efbe502a9b09b42630a573cc17c3d7f27ed6 e5f8233d79a4c29c7f6dbae53d14051995c9d706 f439c3309928644708cd901497bb5c4961cf3852 f455458867595d36b1a4bb6ce7c1aca55533c1a7 Package: ros-kilted-mujoco-ros2-control-plugins Version: 0.0.3-1noble.20260520.074105 Architecture: arm64 Maintainer: Nathan Dunkelberger Installed-Size: 343 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mujoco-vendor, ros-kilted-backward-ros, ros-kilted-geometry-msgs, ros-kilted-mujoco-ros2-control-msgs, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-realtime-tools, ros-kilted-ros2-control-cmake, ros-kilted-std-msgs, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mujoco-ros2-control-plugins/ros-kilted-mujoco-ros2-control-plugins_0.0.3-1noble.20260520.074105_arm64.deb Size: 93842 SHA256: 4cf750bac1fe62ce0adc15b27a3349529320b9ca0d7e10eb1571023c34de23a2 SHA1: c8995440912a4a1ab768603662540616548cdbc6 MD5sum: f086811ed237481dd31a6f98bd8962ed Description: Plugin package for mujoco_ros2_control Package: ros-kilted-mujoco-ros2-control-plugins-dbgsym Package-Type: ddeb Source: ros-kilted-mujoco-ros2-control-plugins Version: 0.0.3-1noble.20260520.074105 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Nathan Dunkelberger Installed-Size: 1803 Depends: ros-kilted-mujoco-ros2-control-plugins (= 0.0.3-1noble.20260520.074105) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mujoco-ros2-control-plugins/ros-kilted-mujoco-ros2-control-plugins-dbgsym_0.0.3-1noble.20260520.074105_arm64.deb Size: 1626038 SHA256: 4a4fc00913e04e7cc652eb6e07cdc369154275d0d7851152d9d9c719ee9b051f SHA1: 982168dcdfaf7bd495cb739797ba379bdd37fdfb MD5sum: 4b0b7dc376a2f6db1128e63f8ec03388 Description: debug symbols for ros-kilted-mujoco-ros2-control-plugins Build-Ids: 7d92ee327150aac41e4d6c357efedebb8a1ec3ef Package: ros-kilted-mujoco-vendor Version: 0.0.8-2noble.20260410.153011 Architecture: arm64 Maintainer: Sai Kishor Kothakota Installed-Size: 30571 Depends: libc6 (>= 2.34), ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mujoco-vendor/ros-kilted-mujoco-vendor_0.0.8-2noble.20260410.153011_arm64.deb Size: 13022136 SHA256: 4d209d8d222fce903ea99ac12591a26decb080042fc487d472c78427f5c5a2f4 SHA1: 4ed53353f4e5db8d6036f883091e6376c59263c2 MD5sum: 3fe888493ec6439128e00ec075368696 Description: Vendor package for MuJoCo simulator of version 3.4.0 Package: ros-kilted-multisensor-calibration Version: 2.1.0-1noble.20260519.184954 Architecture: arm64 Maintainer: Miguel Granero Installed-Size: 20177 Depends: libboost-filesystem1.83.0 (>= 1.83.0), libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgomp1 (>= 6), liblz4-1 (>= 0.0~r130), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-contrib406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-flann406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libpcl-common1.14 (>= 1.14.0+dfsg), libpcl-io1.14 (>= 1.14.0+dfsg), libqhull-r8.0 (>= 2020.1), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.3.0) | libqt5gui5-gles (>= 5.3.0), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libvtk9.1t64 (>= 9.1.0+really9.1.0+dfsg2), libqt5gui5t64, libtinyxml2-dev, ros-kilted-cv-bridge, ros-kilted-geometry-msgs, ros-kilted-image-transport, ros-kilted-multisensor-calibration-interface, ros-kilted-pcl-conversions, ros-kilted-pcl-ros, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rviz-common, ros-kilted-sensor-msgs, ros-kilted-small-gicp-vendor, ros-kilted-std-msgs, ros-kilted-tf2, ros-kilted-tf2-ros, ros-kilted-urdf, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-multisensor-calibration/ros-kilted-multisensor-calibration_2.1.0-1noble.20260519.184954_arm64.deb Size: 8606238 SHA256: 4b9e2b5e137407fb6bedf4c6fc4a857998a6fb1c0438c49349a8e99f035723f6 SHA1: 00143623dc1c5384c2813379f1b5fd69975b86de MD5sum: e05fe2cd9a5dae13f1d5059c79275948 Description: Collection of methods and applications to calibrate multi-sensor-systems, e.g. camera to LiDAR, LiDAR to LiDAR, and LiDAR to vehicle. Package: ros-kilted-multisensor-calibration-dbgsym Package-Type: ddeb Source: ros-kilted-multisensor-calibration Version: 2.1.0-1noble.20260519.184954 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Miguel Granero Installed-Size: 113651 Depends: ros-kilted-multisensor-calibration (= 2.1.0-1noble.20260519.184954) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-multisensor-calibration/ros-kilted-multisensor-calibration-dbgsym_2.1.0-1noble.20260519.184954_arm64.deb Size: 106478894 SHA256: 9970c5c789297f85716ed5d0c4fd5a39098556be50bb39fb7fda17e1040d855d SHA1: 069f8cef5f4c89ccb94cf65c6c28bd5d9651a9d9 MD5sum: d016a1f4d5c946175201451c4630c03e Description: debug symbols for ros-kilted-multisensor-calibration Build-Ids: 137108eb94d4b9dab22ce50ef77bc686fb726d40 3d20abdbe83cd163b4b628033fc3b78a97cd78d0 4f8791b2b09fcb37882e7ecb0395c87443d03d8f 570418438e96547cd7df4e726eff8f2b77233d6d 5aefd08bfa37de01b322c463d57b05c51981877f 60098edd51d078ba7ae763971a7d3d3955b80b14 79539836f88b81a64e27cb62b4ec0c0e5267cb65 cd199e92b30e7557d64481538b4adba61160b1ed faf7ae2563ee38ebb6d3aece0f2a46118a0c27a3 Package: ros-kilted-multisensor-calibration-interface Version: 2.1.0-1noble.20260519.030808 Architecture: arm64 Maintainer: Miguel Granero Installed-Size: 6511 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-multisensor-calibration-interface/ros-kilted-multisensor-calibration-interface_2.1.0-1noble.20260519.030808_arm64.deb Size: 349186 SHA256: d1dffe763e7d3908965046aab2fe1f1f9082f5e0afb1db5a4084f71a16da2474 SHA1: eb65d274aef428a36c5f0ea8bf4820c3aaec4eee MD5sum: d1b6624df2005b0292f4395a7f9c404a Description: Messages and service definitions for the multisensor_calibration package. Package: ros-kilted-multisensor-calibration-interface-dbgsym Package-Type: ddeb Source: ros-kilted-multisensor-calibration-interface Version: 2.1.0-1noble.20260519.030808 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Miguel Granero Installed-Size: 4496 Depends: ros-kilted-multisensor-calibration-interface (= 2.1.0-1noble.20260519.030808) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-multisensor-calibration-interface/ros-kilted-multisensor-calibration-interface-dbgsym_2.1.0-1noble.20260519.030808_arm64.deb Size: 3336774 SHA256: 5056338936e877f7fcda302ef7fb43e941fb4bd27084763d235e335314655401 SHA1: a69b8e1585e1e838f7fcb8350ba6a9e9aff94d67 MD5sum: adce8b413f3b3695ed6a79f91ed5b724 Description: debug symbols for ros-kilted-multisensor-calibration-interface Build-Ids: 131c7ee130cc257eee3b361e4ea57f66da4e28e5 558703bde17a91ab9c7ad44ea86983360a0986d7 66e945049a114ac573da5a1514298d39fd7c03e4 9e403e3248deb4ab617f0961152606e06e39470d a471c01729461548c60adec631d67efe42c1e557 a8f77b8950a5788d0bfbe4a8e762c63c2c4c64a4 c1feb0f92f57b0d47f6f9c141fb0138a22bd4c59 cd5cb7e19f7b4a31af621622304841c2298e392d ce5637cd6e8ebace737a6af40b790388d2063bdc e62e11b50759ef7129a2d5554a95462723b2f1fc e8ed425c421c18a25a3d2986033b6fc7bbccf9bf Package: ros-kilted-mvsim Version: 1.3.0-1noble.20260519.110235 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 13531 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), libzmq5 (>= 4.0.1+dfsg), ros-kilted-mrpt-libbase, ros-kilted-mrpt-libgui, ros-kilted-mrpt-libmaps, ros-kilted-mrpt-libmath, ros-kilted-mrpt-libobs, ros-kilted-mrpt-libopengl, ros-kilted-mrpt-libposes, cppzmq-dev, libboost-all-dev, libprotobuf-dev, libprotoc-dev, libzmq3-dev, protobuf-compiler, pybind11-dev, python3-pip, python3-protobuf, python3-venv, ros-kilted-mrpt-libros-bridge, ros-kilted-mrpt-libtclap, ros-kilted-nav-msgs, ros-kilted-ros2launch, ros-kilted-sensor-msgs, ros-kilted-stereo-msgs, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-visualization-msgs, unzip, wget, ros-kilted-ros-workspace Homepage: https://wiki.ros.org/mvsim Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mvsim/ros-kilted-mvsim_1.3.0-1noble.20260519.110235_arm64.deb Size: 3103444 SHA256: 4294ec59d12c758137046c9fb8080a020e6004c8af9be39a759da21f6317fcad SHA1: 19d55535c8e591dd99204e6ab7cbb94d8e8c3de8 MD5sum: 417f61aaa4bd6bf9a2d01128c6eabbb3 Description: A lightweight multivehicle simulation framework. Package: ros-kilted-mvsim-dbgsym Package-Type: ddeb Source: ros-kilted-mvsim Version: 1.3.0-1noble.20260519.110235 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 35566 Depends: ros-kilted-mvsim (= 1.3.0-1noble.20260519.110235) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mvsim/ros-kilted-mvsim-dbgsym_1.3.0-1noble.20260519.110235_arm64.deb Size: 33555660 SHA256: 2de990c92fd0c16bb7590381a152b241fa67fd196ca1ce5910ec0430ebc62452 SHA1: b9b101367448379637da32a837f06a8f080b47cb MD5sum: 11fb72a9c14f73c07860d77aba6ec23b Description: debug symbols for ros-kilted-mvsim Build-Ids: 1a2db75de1cd5ab4cb550fe5aafb41281c57dc51 49b4f24a91dbcad52aec304fbbd0319b46c69fd6 61f613bded7dbc766efa2c73d860fe35659b2481 87f99bda2d1829c7e1a48006adf2a6bbd2d2d8c1 97f89f0b301a5a54063229a7a198c39c8c766a1b df8bbc845c57d830c175450df3ac98cff8f72472 Package: ros-kilted-nanoeigenpy Version: 0.5.0-1noble.20260410.180057 Architecture: arm64 Maintainer: Guilhem Saurel Installed-Size: 1761 Depends: libc6 (>= 2.38), libgcc-s1 (>= 4.0), libstdc++6 (>= 11), libeigen3-dev, nanobind-dev, python3-dev, python3-numpy, python3-scipy, ros-kilted-ros-workspace Homepage: https://github.com/Simple-Robotics/nanoeigenpy Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nanoeigenpy/ros-kilted-nanoeigenpy_0.5.0-1noble.20260410.180057_arm64.deb Size: 525952 SHA256: 0cd5cacbafbcba5dca119c9fb8c2763ee16757bc073024749006c6fff8a50de4 SHA1: 01c55439c593aeeae4362db8730e0cdfb06553dc MD5sum: 1a4a30f48c2d0e78474805f36831a6d2 Description: A support library for bindings between Eigen in C++ and Python, based on nanobind Package: ros-kilted-nanoeigenpy-dbgsym Package-Type: ddeb Source: ros-kilted-nanoeigenpy Version: 0.5.0-1noble.20260410.180057 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Guilhem Saurel Installed-Size: 28519 Depends: ros-kilted-nanoeigenpy (= 0.5.0-1noble.20260410.180057) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nanoeigenpy/ros-kilted-nanoeigenpy-dbgsym_0.5.0-1noble.20260410.180057_arm64.deb Size: 27620758 SHA256: e0d9c607802a9bb17190d7eb84d55a5bc061b02f78235ed37e5b0187cb13b02b SHA1: 11a9574a4bb32b768d059ab44914acfe1d338b45 MD5sum: d7741df2442bcab47dab4646cb129f68 Description: debug symbols for ros-kilted-nanoeigenpy Build-Ids: 2790efc693b5116123a1f2f2803315ec287048f0 Package: ros-kilted-nao-button-sim Version: 1.0.1-2noble.20260519.034338 Architecture: arm64 Maintainer: ijnek Installed-Size: 43 Depends: ros-kilted-nao-lola-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nao-button-sim/ros-kilted-nao-button-sim_1.0.1-2noble.20260519.034338_arm64.deb Size: 7366 SHA256: 8b2d6f2024f3732485c0ff197c82a0ac7d39f5b14a945c48f3a1490240e97126 SHA1: 9a26be348c9cf44d13e92bd97856a2e9b8623910 MD5sum: 17037e6608c231f4ff9a0f18b0dedc49 Description: Allows simulating button presses through command line interface Package: ros-kilted-nao-command-msgs Version: 1.0.0-3noble.20260519.032247 Architecture: arm64 Maintainer: ijnek Installed-Size: 2166 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nao-command-msgs/ros-kilted-nao-command-msgs_1.0.0-3noble.20260519.032247_arm64.deb Size: 128956 SHA256: 2547f8466bc81f2aef6d4444faf052998d945d96d45cb1f0ac5a352a787f9843 SHA1: 547a733915f80e83011e8a5dc5e9ff027c892f53 MD5sum: 3fc223da0c80c239b20d48a46805b6b1 Description: Package defining command msgs to be sent to NAO robot. Package: ros-kilted-nao-command-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-nao-command-msgs Version: 1.0.0-3noble.20260519.032247 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 1439 Depends: ros-kilted-nao-command-msgs (= 1.0.0-3noble.20260519.032247) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nao-command-msgs/ros-kilted-nao-command-msgs-dbgsym_1.0.0-3noble.20260519.032247_arm64.deb Size: 1058752 SHA256: 77a87177971fd86d78d2c5da86829ef9c87055209d353a74559cf1251e4a47cd SHA1: b94c6259940e1199a3adac8f73cbe30aba101647 MD5sum: 6e4a8bffe7f2340104fc709b93d84c00 Description: debug symbols for ros-kilted-nao-command-msgs Build-Ids: 3bcd5f338298d5e95ee728319f2c335f771b2649 434257fa0ac2ab4c43e7caf923a200a5e7068ca2 4570210106567db9cea2d4163b0d539dd20a29a2 63fff226be273a2d0a55be782985f82a36722667 6b5db41d99b273e4b61f98668acb735a374b0f43 7aad37b24d4ed3657dd2113f13cbd1daef35a798 96335aa4028d5bfaf3b48a3b3798aa396f16b143 a90a99bd2cd8c6556a8620a4689062b4645bfe1b b4779e45ed48580d4bd66d28784247015db5ccae bce2e91f6a7105390616681fc0b5b318f2550e3e c7218a24e424e6f3d1923870661d7e96e29fda0a Package: ros-kilted-nao-lola Version: 1.3.0-2noble.20260519.095544 Architecture: arm64 Maintainer: ijnek Installed-Size: 3614 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-all-dev, ros-kilted-nao-command-msgs, ros-kilted-nao-sensor-msgs, ros-kilted-rclcpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nao-lola/ros-kilted-nao-lola_1.3.0-2noble.20260519.095544_arm64.deb Size: 412134 SHA256: 54fb353dfd2b7467e1ab608f0c74004d69a74dd083cfc3a7cd50a4febef5b8b0 SHA1: 76d92cb3693532aeff956230c290e64215446ed5 MD5sum: 09e272b54452bd24f930efde7056fc14 Description: Packages that allow communicating with the NAO's Lola middle-ware. Package: ros-kilted-nao-lola-client Version: 1.3.0-2noble.20260519.050915 Architecture: arm64 Maintainer: ijnek Installed-Size: 3897 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-all-dev, ros-kilted-nao-lola-command-msgs, ros-kilted-nao-lola-sensor-msgs, ros-kilted-rcl-interfaces, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nao-lola-client/ros-kilted-nao-lola-client_1.3.0-2noble.20260519.050915_arm64.deb Size: 431090 SHA256: 77ddee42813123056591ea66bc9b5d5e3f7853fea88eccbf6070269f25a1f495 SHA1: cd549671489172ed64da481a7a94fcd77f511926 MD5sum: 1418e3050269e8420016b0d3d5650853 Description: Packages that allow communicating with the NAO's Lola middle-ware. Package: ros-kilted-nao-lola-client-dbgsym Package-Type: ddeb Source: ros-kilted-nao-lola-client Version: 1.3.0-2noble.20260519.050915 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 15611 Depends: ros-kilted-nao-lola-client (= 1.3.0-2noble.20260519.050915) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nao-lola-client/ros-kilted-nao-lola-client-dbgsym_1.3.0-2noble.20260519.050915_arm64.deb Size: 12192230 SHA256: 888146ede0732a02247b10bad0f56d48f5319c75b1160f5d8ca6f8db3a57cd9f SHA1: c1028264b039efc731b941a8a3d714daa0eae6b8 MD5sum: afcb62c7213d36522326c04ee413e270 Description: debug symbols for ros-kilted-nao-lola-client Build-Ids: 0e0669a8325bd2ed3562f359afec444f8e82581e 9fb005fc2851758ae2be870768a5281d46cd5b73 bd29b8bd26437d88def5f51a7e2b76882a91ab08 c7f138008dc7f9325e3b6ee86fdc72a682f6e8b4 Package: ros-kilted-nao-lola-command-msgs Version: 1.3.0-2noble.20260519.032032 Architecture: arm64 Maintainer: ijnek Installed-Size: 2211 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nao-lola-command-msgs/ros-kilted-nao-lola-command-msgs_1.3.0-2noble.20260519.032032_arm64.deb Size: 130114 SHA256: a5bb684354963a5b276407705dcd447d844c5ec9a353a8f8c9c7641153bb12ba SHA1: 14432a796ea6d798d9dfc660e5fb6caab79d8b8c MD5sum: 510ff6e038a2ca068070f492298d095c Description: Package defining command msgs to be sent to NAO robot. Package: ros-kilted-nao-lola-command-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-nao-lola-command-msgs Version: 1.3.0-2noble.20260519.032032 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 1447 Depends: ros-kilted-nao-lola-command-msgs (= 1.3.0-2noble.20260519.032032) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nao-lola-command-msgs/ros-kilted-nao-lola-command-msgs-dbgsym_1.3.0-2noble.20260519.032032_arm64.deb Size: 1057914 SHA256: 18cbaf19ac02688777cc1a2a2b60d897d6895a6c83959f30d2295d65e298bb36 SHA1: 69b73253631d322989122b6e9c5294b6c79b5ac8 MD5sum: 40766bb28717a0307e88a87628383332 Description: debug symbols for ros-kilted-nao-lola-command-msgs Build-Ids: 4d08e2822d271b5a5feed653ebf61caa06df75b1 4e785edec1b7bb7da05fb12016a6f7a1a6c77740 4fdb9cf30a566244ce46430ada20620e1708e466 6412bf14de27a30d83e776092f0a01ff6ad03db7 681f1c096bf2abab4e321572d39f70a4c044e417 6d7faa265bedb0555a069473b556347e8c4d0772 c15c413980e768819bd52bf5a2faae0f0b8c38c0 d02b43936633ccc82f2b8c9a0dee51cb0f224ae7 ead663a869cf564d8bc546dd6951db417f17dd85 f69832dd13ba4a3c6d541896a648ca6f5d46b5f6 f738d6143ccf36df577c82ee4e4547a17435f6ca Package: ros-kilted-nao-lola-dbgsym Package-Type: ddeb Source: ros-kilted-nao-lola Version: 1.3.0-2noble.20260519.095544 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 14790 Depends: ros-kilted-nao-lola (= 1.3.0-2noble.20260519.095544) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nao-lola/ros-kilted-nao-lola-dbgsym_1.3.0-2noble.20260519.095544_arm64.deb Size: 11516354 SHA256: e40dfe657e48dc44f304afdeb8baa38f14958c14ed6f3682b1f1ab04c45ea0b7 SHA1: cbdf07cca17857f96d7a4c3e460fe551bef24559 MD5sum: 7b708f297ef6ee1b9350349a4b943938 Description: debug symbols for ros-kilted-nao-lola Build-Ids: 19204dbf103dbd9d534bd2ef498bcdb04224ae03 2ee063623d7a75145fb9aa45d37e5ff0a7af3d4d e822bda7acd0e7093d4062399499ca67c0ae76af Package: ros-kilted-nao-lola-sensor-msgs Version: 1.3.0-2noble.20260519.032040 Architecture: arm64 Maintainer: ijnek Installed-Size: 2580 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nao-lola-sensor-msgs/ros-kilted-nao-lola-sensor-msgs_1.3.0-2noble.20260519.032040_arm64.deb Size: 149520 SHA256: 501c3775c671df41c2941c7e7bf9f12debda0ac8527e46e9c1b5ec50a6550e3f SHA1: a1aadd6c293cfa11e989abc5d6ad5ca3e6c8edaf MD5sum: 867475aa9cfcdc075523f6d829401ef3 Description: Package defining sensor msgs to be received from NAO robot. Package: ros-kilted-nao-lola-sensor-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-nao-lola-sensor-msgs Version: 1.3.0-2noble.20260519.032040 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 1675 Depends: ros-kilted-nao-lola-sensor-msgs (= 1.3.0-2noble.20260519.032040) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nao-lola-sensor-msgs/ros-kilted-nao-lola-sensor-msgs-dbgsym_1.3.0-2noble.20260519.032040_arm64.deb Size: 1229786 SHA256: 9bc0c19076919c725c9516629817cd0f7b28bed66e93e451777c5aaa56f38b0c SHA1: 8541852c73c9392212cf3c224d4daced92ac1d0f MD5sum: 6a910c499ffd483e2b0624554289ca81 Description: debug symbols for ros-kilted-nao-lola-sensor-msgs Build-Ids: 08ab7b9604717ce3130cb2d77d7c6263b1aba862 0c219bb7a4243058417007a1aae78fb4cd572862 2fab88cf10f1c4201d720af7538a9de6874131f4 44fda1ba51a580f572eee71cdd26e409d93783e5 521df320e7858b776373a7f4ce110e9f1af721af 772f3c3685b5b233154afef95e307a39485705f0 79d76ec5a20dd9e9c6f8bf91d063749a69246070 ae9ce36859e1ce325ab348eb6a74024a08b85aff b056b5fa44f36816dcc5709ccd44dde04cf13bf4 e793213c90c338dab1bfbaf0036cf57e4c5c909b f55adfad8446614d8d7b3a8c8c81f82614e44663 Package: ros-kilted-nao-sensor-msgs Version: 1.0.0-3noble.20260519.032047 Architecture: arm64 Maintainer: ijnek Installed-Size: 2469 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nao-sensor-msgs/ros-kilted-nao-sensor-msgs_1.0.0-3noble.20260519.032047_arm64.deb Size: 148764 SHA256: 69749160526ee4a0ca367c13a1bfd204e1c599f5201b5de3261dee8c71199543 SHA1: 22edf3d3ceea5681a6c6ed78aa6a6a0563bc8a07 MD5sum: 900416dec5e5a8ff5d1261252c22f1df Description: Package defining sensor msgs to be received from NAO robot. Package: ros-kilted-nao-sensor-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-nao-sensor-msgs Version: 1.0.0-3noble.20260519.032047 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 1665 Depends: ros-kilted-nao-sensor-msgs (= 1.0.0-3noble.20260519.032047) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nao-sensor-msgs/ros-kilted-nao-sensor-msgs-dbgsym_1.0.0-3noble.20260519.032047_arm64.deb Size: 1229192 SHA256: fec6c82889829aef7c6ea9f3a3e65627c6ce7211213688b8dbd50c783b4f156f SHA1: febf6e04dab134a310fcf7898cff83de7bef0246 MD5sum: b1533d7131af5565d57b58c990fac9b2 Description: debug symbols for ros-kilted-nao-sensor-msgs Build-Ids: 02347e7638d325aaec5ce9a0608aec2d0bba0762 152852c3914dacb8e5600108e6418c23cfa3e697 169f4308683f754c3008dee3d96cfc80c5fd9e81 22a97dc609e968b7f39dfe3e30b6cc7dbd455a2f 39883433d755bff17ad9ab356254b4c6b06992ac 6de453f07bcc435ffbceab0c462ec3bc1ba77244 870e5116ae25125e9da6e29b114df17c83051f2f 87e21585173c121528ae8477ebc4c97b8a3ea8c6 f0b164fc60c0123e5cb842549a7402c34b6bc353 f2e54894fe9b9cbf24666f6457c1c7c79756c959 f4a2d1b9e9f2dc4de9c0d45497e92fd4ea580fda Package: ros-kilted-nav-2d-msgs Version: 1.4.2-1noble.20260519.031559 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 1475 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-generators, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav-2d-msgs/ros-kilted-nav-2d-msgs_1.4.2-1noble.20260519.031559_arm64.deb Size: 81260 SHA256: 17c6f64798e6a23ea298fee7662361433bfecc4eb7414eff6d03bf566b1831ca SHA1: 6346d754bb95662e1912051ccdc1ad10dc54f4db MD5sum: 3065bed78664a146ff067b84598c0b55 Description: Basic message types for two dimensional navigation, extending from geometry_msgs::Pose2D. Package: ros-kilted-nav-2d-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-nav-2d-msgs Version: 1.4.2-1noble.20260519.031559 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 828 Depends: ros-kilted-nav-2d-msgs (= 1.4.2-1noble.20260519.031559) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav-2d-msgs/ros-kilted-nav-2d-msgs-dbgsym_1.4.2-1noble.20260519.031559_arm64.deb Size: 603536 SHA256: 644194851ff4d7799c54ecd33324452f284e30d2a69008064ed5635aaa98c1a4 SHA1: a10b08135ed4674af8659a5de777d4fe0bbcdf82 MD5sum: 6ba4d81409d37c907dccc7e5c96c5e0b Description: debug symbols for ros-kilted-nav-2d-msgs Build-Ids: 326adf9141e67db9cf52a3323be75ec590b8d1da 454aa840816dfc2eed9c0ff9abf33fa2be6d3a72 4af972c95d56118ef145b0c04c12a508b9e1751f 6691d19f89170bf84bf870e1bd702b54eac092e8 66b2e2e020ed23989f252b3520875b9810c6d92a 6cfec69c8d4fc1744b817f24f04216d4e9c982f6 88e9af0933bd4185e4097b9636ffffda6f40d5d9 ae6e79e5a5c8e49c9faaf6135635dd8123bd2185 b3876299a29dc77961d1055e512b3f703b3296bc b9f41b639403c95959b62baf7048637e8744e9c1 d8078a0b68493df557de9aa4b1709b27e0b1ea89 Package: ros-kilted-nav-2d-utils Version: 1.4.2-1noble.20260519.080858 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 288 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-kilted-geometry-msgs, ros-kilted-nav-2d-msgs, ros-kilted-nav-msgs, ros-kilted-nav2-msgs, ros-kilted-nav2-util, ros-kilted-rclcpp, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav-2d-utils/ros-kilted-nav-2d-utils_1.4.2-1noble.20260519.080858_arm64.deb Size: 25408 SHA256: a9458d285baa491cfc0e26bd58c04ad73d0d54e1d1b98cef785bc1c97c17c295 SHA1: d61d4830a3197c84c2f0a0875f6efffec12a3ad6 MD5sum: b0534222560c43e680e678a83a634436 Description: A handful of useful utility functions for nav_2d packages. Package: ros-kilted-nav-2d-utils-dbgsym Package-Type: ddeb Source: ros-kilted-nav-2d-utils Version: 1.4.2-1noble.20260519.080858 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 363 Depends: ros-kilted-nav-2d-utils (= 1.4.2-1noble.20260519.080858) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav-2d-utils/ros-kilted-nav-2d-utils-dbgsym_1.4.2-1noble.20260519.080858_arm64.deb Size: 328412 SHA256: 0c9598b730edde7a4f2954c915cbc521077f90641b5300ed52beab41784e8f53 SHA1: de553c25dc093b21c97a99d776f15538f0b38dad MD5sum: 4ce53f4d509b45ef83e8867b4bbb4305 Description: debug symbols for ros-kilted-nav-2d-utils Build-Ids: 1fc9d4e0bf25777394b5ad5d70bf5b198af83ccd 57687214a83310bb0322b8a1524915c5d95bb2d0 8962b925dff7823956c0f76dc61d0dec4d1278b7 Package: ros-kilted-nav-msgs Version: 5.5.2-1noble.20260519.025741 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 3471 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav-msgs/ros-kilted-nav-msgs_5.5.2-1noble.20260519.025741_arm64.deb Size: 239686 SHA256: cb12d1a699ceb9d5b9b2449b45cfaa9974977ba4a2e31a367d13b4f98c946d2f SHA1: a4fbfb46f784131c3f4474a121713a9bdbf8329c MD5sum: 3195384d4706f35787f46205280a7b30 Description: A package containing some navigation related message and service definitions. Package: ros-kilted-nav-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-nav-msgs Version: 5.5.2-1noble.20260519.025741 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tully Foote Installed-Size: 2724 Depends: ros-kilted-nav-msgs (= 5.5.2-1noble.20260519.025741) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav-msgs/ros-kilted-nav-msgs-dbgsym_5.5.2-1noble.20260519.025741_arm64.deb Size: 2137768 SHA256: c97bf2db6e093754e8975a4c8ef5f15ae85fe136237628d3af7af8b39c85f33e SHA1: 289d81844fb3b0a0d6cc365663d02c05995d5695 MD5sum: cf163c59f6d6d3ee2d6052fa2cbecce2 Description: debug symbols for ros-kilted-nav-msgs Build-Ids: 13cd02c1fccbbbf24bf372d401bbeb1e8a4a8cca 1ca186bea64dbf2efde386499f74e4afd6cdd913 27da6663a7d9e1770cdcd973bcd9cc6c28f6a597 313b4cd85cec2db2780052ca7c69f08b050cf959 543a4baf220b624e962fac56c08aac414195cb3a 58abb067882693e1914ca88a04a37cd2932ece51 5f5b4b60242524dbe5b73e5b216e3e5102419cb1 71268ec70a63340e1d155522e537d69935966732 7e9f749cbecdb236110caec49ae0c05328205caf b8f17cf41580fdab5656d0b61c3e673d8b0928eb d984a8d17586da907cf02c99dcaee417107244c4 Package: ros-kilted-nav2-amcl Version: 1.4.2-1noble.20260519.080457 Architecture: arm64 Maintainer: Mohammad Haghighipanah Installed-Size: 2205 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-geometry-msgs, ros-kilted-message-filters, ros-kilted-nav-msgs, ros-kilted-nav2-msgs, ros-kilted-nav2-util, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rclcpp-lifecycle, ros-kilted-sensor-msgs, ros-kilted-std-srvs, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-amcl/ros-kilted-nav2-amcl_1.4.2-1noble.20260519.080457_arm64.deb Size: 375288 SHA256: 36e43c3c70ea99ca8eada3b427273078d937ef67415d21bcc5b9f68d8982f1bd SHA1: 1ee334d02ca804d289db920f89d1009ac4e56578 MD5sum: 6898d5945f8d1a12e070959110a3f0c9 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-kilted-nav2-amcl-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-amcl Version: 1.4.2-1noble.20260519.080457 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Mohammad Haghighipanah Installed-Size: 8202 Depends: ros-kilted-nav2-amcl (= 1.4.2-1noble.20260519.080457) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-amcl/ros-kilted-nav2-amcl-dbgsym_1.4.2-1noble.20260519.080457_arm64.deb Size: 6856228 SHA256: b9aabbf8830ea64405f9f2a4e612665f69d46891c634fbc9055dd99e77d77eb6 SHA1: 64b6175d5a38004841635cc2708d9b67ca9f9741 MD5sum: b40d387cbd6d47c93ab757b1bbed9619 Description: debug symbols for ros-kilted-nav2-amcl Build-Ids: 480ed3c98297a2ad37074eb2d361dd2f7289b34c 4ec26ae27e5f432038c02fad9b5cd29a5878f7ae 72538985aba2caf29d36e36d95f7db1c4dc9883a 8bad784a3cc0af3834e73ba7400583fd233c7dda 90a363f559ad3451e5821d27f7da7dbcd6991153 9f97dd2f7a2d7b1d9d1f2cd0ee20a3f583f84397 Package: ros-kilted-nav2-behavior-tree Version: 1.4.2-1noble.20260519.134050 Architecture: arm64 Maintainer: Michael Jeronimo Installed-Size: 17232 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-action-msgs, ros-kilted-behaviortree-cpp, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-nav2-common, ros-kilted-nav2-msgs, ros-kilted-nav2-util, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-rclcpp-lifecycle, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-tf2, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-behavior-tree/ros-kilted-nav2-behavior-tree_1.4.2-1noble.20260519.134050_arm64.deb Size: 2179466 SHA256: 0cd40fa9e22ad5c1b85356076b1d466b54a3137aba43c3c6a900e2242f5f0ede SHA1: d5eda995744e1e4b378aa64917efbf44c443c838 MD5sum: 719d0a0422ea91bc9bdea1660ba745fb Description: Nav2 behavior tree wrappers, nodes, and utilities Package: ros-kilted-nav2-behavior-tree-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-behavior-tree Version: 1.4.2-1noble.20260519.134050 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Jeronimo Installed-Size: 94558 Depends: ros-kilted-nav2-behavior-tree (= 1.4.2-1noble.20260519.134050) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-behavior-tree/ros-kilted-nav2-behavior-tree-dbgsym_1.4.2-1noble.20260519.134050_arm64.deb Size: 85942896 SHA256: d98041828ecb7a97ffecb9468c89ebc9da392e8578563699f833c6ea8d0675f3 SHA1: b598999d2793e77a0edd9823685a7736f47dc8ed MD5sum: c56f810da4ec19f2b3a1055ee172a164 Description: debug symbols for ros-kilted-nav2-behavior-tree Build-Ids: 00034af3d84871c3a1557a3a34fc35e4dd2818b5 0097c7c286852e1ec7c440546c97e776490c40d0 0316ecfdf132c5b88c05dc85b08e1c788791b0ae 03e2f2efa3e2e4d64a814970c479659e41d0c384 0ce7d7c41146318eb7766ddaebb868645a736c9d 0e178e37666171dbc5efb1d6c9df936760ea6539 0ee913585b19daa306254049dfdadb934fb00644 1184fff2fe8d09ae67dc86f4e465a55a08e8e75f 1255232695a6bb002ebc0e5498d5040aa1782b48 128cbf3805e59482d970597b9e955d4a8a0ace7c 12ba2e5d4199ba93480b21c286d3cb204ed97a92 14badcfdcfa7f4ddc1bf7e2f90a53d20f8cebf0a 24cb1812d5827a8a1989720df8ddfcfa4a261f46 2511b16b172b48e7798001bc9a5328f2f363785c 2520f14741133019d7a66f0677e473216ae7842c 25f3d1688defa0c7091bc09c4f6e91472645259b 26361ca68e7e5d7a89d8574becfa7af6ca8ae88b 2734e1742404e6a0f7fcb9b0f7f3582e3b298340 313eaae4df02d226dfa7719bf967346e4176b4a0 3b1da7867bb50a9c24a62ca49feb84d8d76189f5 40e485d0e4b94077c6d614139cb0983612a33bc3 4da564ea59daeea7d467717556a5084539e80b0b 52d9c72d8205cf1a1b14e155174a61fdf500a03a 585bdcb31ad1538892966c3fdba99432584dee60 58c0b25649262d96643c006f3dfba050cbdfab9b 5a540079d809a2322f0f88685d1934981bd3d8a0 5ad81bf2b96dbbc2640d41439e94cb3eff53a9e9 5e7d79a43ea7424f30aebef3bd9764cdbcd7885c 66287293f045dbd94b61ef75dbf479952e547b3c 78bc41458cf73ef6225cc37301f1f2c421d79c2c 7c0d859714a6282ca626b82a3f6c842dd7af8fc9 82ed6a155635545c641d46cac981aa52705dab8d 882c81c09a726febb591af32ed3ad052471f0ebd 88ad75f0b241e6934158bcb6b9828448c4fcc588 89161ffdd1408a3037215a508d0493a8e5151411 8a6bdebab166a4a5f95f4daea433af139c9906c7 8f2a1d8757113b53833a1948d16d62d34e42d337 908daa915e14149df3210315e11c042f37b94656 90caab15683019a01268d793499a27a0d64e30ba 9f65b0a2725d299008eee0289ed768b1c39cb9e6 a1a57bb4b916f35d37652a2f8513a1e780a4bccc ab26e66cbadb1e43304659028673b102b22f85c1 aff4591f95021535f57a7c163709660e84946cf2 b271c1106f3e5a53ad8827ab85fb004794326ecd b3198a0ab1b0403a443d3335a2465ec482a192a6 b4007dcad6cfa254ecfaaeb1c4165311e42932eb b6bd1bb1c5f0cbee3a710b4e66e3076d69b69a0d b8c79f9f62e859551878e46537825151c8db54c0 b8d3dcab0edda725e7eeeee6762cb42d2d5c5980 c4aebc045d04187373662cc30e905e10c33b0918 c4e5a9fd548a0febf6c488ed065235a0ab1f18a5 c792380c83b84846b0915e4210ec659ecd7b769b cbc4463552e6995fa86516d729e60b2fbc85867d ce5c4546567eb5cc6e8f0b491f36eb787c622436 d2a4103277d914665e436dbfd02cf16829ba6bfd d4e06d98a380c280b67ca9647ac8ee2a4774462b d53d554aa4c2677c0a22a9926de8f262472d9799 d659f3bb00bf9640a17832de64d3494008f3cd05 d66eb3bcbd148a16cb4688b721e71124999d6ec8 de1e7f01ea9f68451980be344b19c71fe6e7521b e28f8ca8f6f3ec9150e30c56273faee2206d1d8d e3b852dd4b9c145db8637607c7176685f23e5712 e47ae710667c426b454132ca4c489553fb979d84 e6dd895eee6862297f28464cdf1ce0afd5c6c191 e8f0c4665667926cc5079f698018d8d2e0d62306 f0316f6d573dafebc965493befe66e4e3fea5eff f5b3a663dec517eb2d55d7485faa59f1c189f477 fd5c6b3d9fe2619a93c06b9f6c5f2504bc037a0f Package: ros-kilted-nav2-behaviors Version: 1.4.2-1noble.20260519.142758 Architecture: arm64 Maintainer: Carlos Orduno Installed-Size: 3311 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-geometry-msgs, ros-kilted-nav2-core, ros-kilted-nav2-costmap-2d, ros-kilted-nav2-msgs, ros-kilted-nav2-util, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rclcpp-lifecycle, ros-kilted-std-msgs, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-behaviors/ros-kilted-nav2-behaviors_1.4.2-1noble.20260519.142758_arm64.deb Size: 513002 SHA256: 4e101b894ebfaf1c2ad6e71cce5816e7ddb17e67f99cc1065bbe4b1d4f144c69 SHA1: aeea75a60acb6786d95d96fddddcf97be3c2d280 MD5sum: dd07dab093746a140999b676d66d68ac Description: Nav2 behavior server Package: ros-kilted-nav2-behaviors-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-behaviors Version: 1.4.2-1noble.20260519.142758 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Carlos Orduno Installed-Size: 14970 Depends: ros-kilted-nav2-behaviors (= 1.4.2-1noble.20260519.142758) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-behaviors/ros-kilted-nav2-behaviors-dbgsym_1.4.2-1noble.20260519.142758_arm64.deb Size: 12769824 SHA256: fc51abbce79406636243d96296b038b9dd335b077dd848f03c25eeda5082f8ed SHA1: 0329922919420284362d59caf5e18dba88593fd7 MD5sum: 0b9e06ec756a761a33be66bfa2db80d3 Description: debug symbols for ros-kilted-nav2-behaviors Build-Ids: 2c52e85b2162ce939f83723bdaee146058f3a392 5421463c495517fc86d7a62d71aba6d3ddfb4369 ab3fcb2ebfcb58db33f20429e7feb39765d911af c2ebde88578b013d8932e90720205c584ebfc91a c540ba152c99a8f4dfa7fa9864c1756187f2a94d d585a39725f3681302841f2b34a7dddedb89992d e7cc15874a5ec959ebc184d9a6ab4f144fdb0bbf Package: ros-kilted-nav2-bringup Version: 1.4.2-1noble.20260520.091659 Architecture: arm64 Maintainer: Michael Jeronimo Installed-Size: 5920 Depends: ros-kilted-diff-drive-controller, ros-kilted-joint-state-broadcaster, ros-kilted-launch-ros, ros-kilted-nav2-common, ros-kilted-nav2-minimal-tb3-sim, ros-kilted-nav2-minimal-tb4-sim, ros-kilted-navigation2, ros-kilted-ros-gz-bridge, ros-kilted-ros-gz-sim, ros-kilted-slam-toolbox, ros-kilted-xacro, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-bringup/ros-kilted-nav2-bringup_1.4.2-1noble.20260520.091659_arm64.deb Size: 43624 SHA256: c156a10895421027464d46e245c9201a8be216aef19d9fe98d0665e4953297e9 SHA1: 214e21d88ca9f1296a505fa5f3d4d3809d9e768d MD5sum: 4056838d26861b555ed56ca8852f2dfa Description: Bringup scripts and configurations for the Nav2 stack Package: ros-kilted-nav2-bt-navigator Version: 1.4.2-1noble.20260519.141709 Architecture: arm64 Maintainer: Michael Jeronimo Installed-Size: 2269 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-ament-index-cpp, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-nav2-behavior-tree, ros-kilted-nav2-core, ros-kilted-nav2-msgs, ros-kilted-nav2-util, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-rclcpp-components, ros-kilted-rclcpp-lifecycle, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-bt-navigator/ros-kilted-nav2-bt-navigator_1.4.2-1noble.20260519.141709_arm64.deb Size: 471886 SHA256: 6f988214fa56cafe1afde8bb3c27c17d046eb34d0976a33cca4f2e0d82cc0685 SHA1: 9f5a5193829e2750beaf486f15c46a8bf0e2a886 MD5sum: 5fd53d6f83c305bcb3c82e19a679c0ef Description: Nav2 BT Navigator Server Package: ros-kilted-nav2-bt-navigator-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-bt-navigator Version: 1.4.2-1noble.20260519.141709 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Jeronimo Installed-Size: 11631 Depends: ros-kilted-nav2-bt-navigator (= 1.4.2-1noble.20260519.141709) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-bt-navigator/ros-kilted-nav2-bt-navigator-dbgsym_1.4.2-1noble.20260519.141709_arm64.deb Size: 10303706 SHA256: 8f4fc4ebc56e0f5ddc8615372069e22fe8fb021112873de0a0f8c8b3df27b6f6 SHA1: b9ce5f3bbf3b35641b8ca22ce67cc066873f77cc MD5sum: 991203a297eb87cbbfad5076d5a5f54b Description: debug symbols for ros-kilted-nav2-bt-navigator Build-Ids: 049db7c69d1b4951a01dad77f642fb17d8eef21b 5cb9327415aebaab95bdab575c50dd755638f117 7ef0d46b1d3006ef01c30b3f5de630b5eb2e438e a41250a0bcb83b1797462dde4f288056fab69950 Package: ros-kilted-nav2-collision-monitor Version: 1.4.2-1noble.20260519.112307 Architecture: arm64 Maintainer: Alexey Merzlyakov Installed-Size: 5169 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-kilted-geometry-msgs, ros-kilted-nav2-costmap-2d, ros-kilted-nav2-msgs, ros-kilted-nav2-util, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rclcpp-lifecycle, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-tf2, ros-kilted-tf2-ros, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-collision-monitor/ros-kilted-nav2-collision-monitor_1.4.2-1noble.20260519.112307_arm64.deb Size: 604520 SHA256: 334a1a46c49bdbc02c7221b07fdba69a74d47efa517e01f8fdba5c8197f6b368 SHA1: 2cbb6bc70c0c12d26e7d41c065d8c91aa3ed1c6b MD5sum: 310b08c7050bfcdac2b9cdeed81308b6 Description: Collision Monitor Package: ros-kilted-nav2-collision-monitor-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-collision-monitor Version: 1.4.2-1noble.20260519.112307 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alexey Merzlyakov Installed-Size: 25969 Depends: ros-kilted-nav2-collision-monitor (= 1.4.2-1noble.20260519.112307) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-collision-monitor/ros-kilted-nav2-collision-monitor-dbgsym_1.4.2-1noble.20260519.112307_arm64.deb Size: 21266914 SHA256: 561be1800184e0ee3a0a3c48b66929324c0fad21cff7ce2997455cc1e409ea28 SHA1: 3fab3985e7c26534733f2aa713f180fbe856e1aa MD5sum: 29aa9bac03ecb2f826a6145f96f06ebf Description: debug symbols for ros-kilted-nav2-collision-monitor Build-Ids: 053a6d1e254a2e4746698f11e3f1cb595372f9c6 5ac45de73992e52e6e0ffe5f542016b35abeb029 9fa7771658e0b0c5f86b6a29a90500484f7f0798 abed9c7b007ee8792785abc849bc567a7146ab94 Package: ros-kilted-nav2-common Version: 1.4.2-1noble.20260519.043546 Architecture: arm64 Maintainer: Carl Delsey Installed-Size: 82 Depends: python3-typeshed, python3-yaml, ros-kilted-ament-cmake-core, ros-kilted-launch, ros-kilted-launch-ros, ros-kilted-osrf-pycommon, ros-kilted-rclpy, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-common/ros-kilted-nav2-common_1.4.2-1noble.20260519.043546_arm64.deb Size: 11104 SHA256: d9411fbd61a1803918f18438890ecc05bc11b13a282cfab16c12c19ca6a362d0 SHA1: 250ef4ed0d795bbf4c4e47454bb0950efa952952 MD5sum: 0a131186ff62d63626c719f027768281 Description: Common support functionality used throughout the navigation 2 stack Package: ros-kilted-nav2-constrained-smoother Version: 1.4.2-1noble.20260519.164607 Architecture: arm64 Maintainer: Matej Vargovcik Installed-Size: 246 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), libceres-dev, ros-kilted-geometry-msgs, ros-kilted-nav2-core, ros-kilted-nav2-costmap-2d, ros-kilted-nav2-msgs, ros-kilted-nav2-util, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-constrained-smoother/ros-kilted-nav2-constrained-smoother_1.4.2-1noble.20260519.164607_arm64.deb Size: 57148 SHA256: 3e1bedbd20679947f3886e4ca5e6782971087c045c3858389cfe3ec7a2bb83dc SHA1: 18cd0531d50e7dc351ec9c9ee044d4ef5d791bf1 MD5sum: 72a72ef9eeef385ecabdd0522b1da7e5 Description: Ceres constrained smoother Package: ros-kilted-nav2-constrained-smoother-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-constrained-smoother Version: 1.4.2-1noble.20260519.164607 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Matej Vargovcik Installed-Size: 2542 Depends: ros-kilted-nav2-constrained-smoother (= 1.4.2-1noble.20260519.164607) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-constrained-smoother/ros-kilted-nav2-constrained-smoother-dbgsym_1.4.2-1noble.20260519.164607_arm64.deb Size: 2522848 SHA256: ee3b49b611407f96ea6114cec9b77733f43ab60e3327b98aca9e1f8a21bbfafa SHA1: fb9cc40c060c44f2ccb474a03298f2e4f7fb6711 MD5sum: 52b408e22050d2828d9e16017f707fee Description: debug symbols for ros-kilted-nav2-constrained-smoother Build-Ids: b73512ea443e2cd3f01ffaec2a11151656b9af49 Package: ros-kilted-nav2-controller Version: 1.4.2-1noble.20260519.142325 Architecture: arm64 Maintainer: Carl Delsey Installed-Size: 1810 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-angles, ros-kilted-geometry-msgs, ros-kilted-lifecycle-msgs, ros-kilted-nav-2d-msgs, ros-kilted-nav-2d-utils, ros-kilted-nav2-core, ros-kilted-nav2-costmap-2d, ros-kilted-nav2-msgs, ros-kilted-nav2-util, ros-kilted-pluginlib, ros-kilted-rcl-interfaces, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rclcpp-lifecycle, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-controller/ros-kilted-nav2-controller_1.4.2-1noble.20260519.142325_arm64.deb Size: 327684 SHA256: a8a0d66acd6526f6ced7e9af0cdb212241b8121967db5133e34039a8bb513176 SHA1: 3fec46efb3e27c4bb36c653329eb588ab964e26c MD5sum: 7c4a915ef309010c12b23669dbe86241 Description: Controller action interface Package: ros-kilted-nav2-controller-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-controller Version: 1.4.2-1noble.20260519.142325 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Carl Delsey Installed-Size: 9096 Depends: ros-kilted-nav2-controller (= 1.4.2-1noble.20260519.142325) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-controller/ros-kilted-nav2-controller-dbgsym_1.4.2-1noble.20260519.142325_arm64.deb Size: 8072716 SHA256: 71fb39afbc7ea45fcba931a15f55e5c600df18ac3098add7d06a21c84532fbf7 SHA1: 98a100f4c9423c7a4fec46fe359292284717c223 MD5sum: e1f210c7de5f785c19cbd00b8d43f003 Description: debug symbols for ros-kilted-nav2-controller Build-Ids: 0620e13887490afce5691bfbd49fb71adf0032b6 4427354eafa331f12381158f19590545c4003827 952b29105d7103919c57a4808d2111f483df0e8a 96246ad6a7033e469f4e513be6b507f7e03f5524 a156599d3048d28f470c9845c56abe2059ec418d bd73324d599287fe21053f1456053cee4458bc87 d61071f19c109deecb2ed039d92e93836ae990b4 Package: ros-kilted-nav2-core Version: 1.4.2-1noble.20260519.141353 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 103 Depends: ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-nav2-behavior-tree, ros-kilted-nav2-costmap-2d, ros-kilted-nav2-util, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-core/ros-kilted-nav2-core_1.4.2-1noble.20260519.141353_arm64.deb Size: 15796 SHA256: 1f5407be0d013d0ffe2f26fe82de899cdcd27fcdae1f23549fe3bc0876fd5cbd SHA1: fb1f624af69f6459d1b1eaa3fd3c4817726d79ec MD5sum: 280122ab99051524057a21bf96c1477a Description: A set of headers for plugins core to the Nav2 stack Package: ros-kilted-nav2-costmap-2d Version: 1.4.2-1noble.20260519.110747 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 6626 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-angles, ros-kilted-geometry-msgs, ros-kilted-laser-geometry, ros-kilted-map-msgs, ros-kilted-message-filters, ros-kilted-nav-msgs, ros-kilted-nav2-msgs, ros-kilted-nav2-util, ros-kilted-nav2-voxel-grid, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-rmw, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-tf2-sensor-msgs, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-costmap-2d/ros-kilted-nav2-costmap-2d_1.4.2-1noble.20260519.110747_arm64.deb Size: 1018670 SHA256: d41a361f23fba3e560b107f0d58f3dcd5a0fa53b0dd0d0d593d6b088ee4791cd SHA1: d8a9c6ad19d01a2a11301988f07c81f209f97754 MD5sum: 264b511364aad79ca4a942a07336cd6a 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-kilted-nav2-costmap-2d-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-costmap-2d Version: 1.4.2-1noble.20260519.110747 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 34941 Depends: ros-kilted-nav2-costmap-2d (= 1.4.2-1noble.20260519.110747) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-costmap-2d/ros-kilted-nav2-costmap-2d-dbgsym_1.4.2-1noble.20260519.110747_arm64.deb Size: 29782532 SHA256: a0c6579882b7ca9c9577a0e663c7ea5d963fb2ee16b3f1dc1a9d2e6f1cb29fd9 SHA1: c909f519973657665c45a7179f0c9c505b92b185 MD5sum: fd9dc4cecdf22be0bbe2c45e87f3d9ca Description: debug symbols for ros-kilted-nav2-costmap-2d Build-Ids: 0e34b8e2ec791a8871115650cbde92c4e0953032 3d72c86dcca669b2933375c732483d057a113f00 3eb57af9d1a37b034564693b7af091ad75f567af 43f71e1cf56d3233a080b4564e8a75401980469f 4b628a0ad4ac614f3321a18d73d626b5588ce028 afadd35dbc76c859d4c938e877491bd9d7cc4444 c669496f15b4615f75160d9a468024e7ff8b6206 Package: ros-kilted-nav2-dwb-controller Version: 1.4.2-1noble.20260519.150044 Architecture: arm64 Maintainer: Carl Delsey Installed-Size: 41 Depends: ros-kilted-costmap-queue, ros-kilted-dwb-core, ros-kilted-dwb-critics, ros-kilted-dwb-msgs, ros-kilted-dwb-plugins, ros-kilted-nav-2d-msgs, ros-kilted-nav-2d-utils, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-dwb-controller/ros-kilted-nav2-dwb-controller_1.4.2-1noble.20260519.150044_arm64.deb Size: 5158 SHA256: 487ed7609d2d8582fb159ee8f7cfd5be297f8c27a4dd9a497616474fa7d4433d SHA1: 3dbd6edef43b7c4aae1564b2112620bd2bb89dfd MD5sum: 9a6e4b6d5292161553ab5ebf3a9f448a Description: ROS2 controller (DWB) metapackage Package: ros-kilted-nav2-graceful-controller Version: 1.4.2-1noble.20260519.142337 Architecture: arm64 Maintainer: Alberto Tudela Installed-Size: 491 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-kilted-angles, ros-kilted-geometry-msgs, ros-kilted-nav-2d-utils, ros-kilted-nav-msgs, ros-kilted-nav2-core, ros-kilted-nav2-costmap-2d, ros-kilted-nav2-util, ros-kilted-pluginlib, ros-kilted-rcl-interfaces, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-graceful-controller/ros-kilted-nav2-graceful-controller_1.4.2-1noble.20260519.142337_arm64.deb Size: 102914 SHA256: fb241d4c2ae565198459311706ceb5a0e8821a30e5071d7fe546d4dfca0bb739 SHA1: e99459bb3fe0eb425a1ce9ccca41b76795c17705 MD5sum: f85cecc7a25702c0efe3d501fadd121f Description: Graceful motion controller Package: ros-kilted-nav2-graceful-controller-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-graceful-controller Version: 1.4.2-1noble.20260519.142337 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alberto Tudela Installed-Size: 2109 Depends: ros-kilted-nav2-graceful-controller (= 1.4.2-1noble.20260519.142337) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-graceful-controller/ros-kilted-nav2-graceful-controller-dbgsym_1.4.2-1noble.20260519.142337_arm64.deb Size: 1903880 SHA256: aa81472679eb8759448d8e576b540e2eab3575cd7d8131f3927d129c79b86c82 SHA1: 2663d4d62950484f62aaf753c2cb71ae6b02adb0 MD5sum: 54b813729790ad9161e296e462a7d6b4 Description: debug symbols for ros-kilted-nav2-graceful-controller Build-Ids: 3ddcea2aa406fa25edf587a1c5125a5b3e6482d7 dc0a971b7cc4d325446cbb0238c04cf27af30098 Package: ros-kilted-nav2-lifecycle-manager Version: 1.4.2-1noble.20260519.080455 Architecture: arm64 Maintainer: Michael Jeronimo Installed-Size: 478 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-bondcpp, ros-kilted-diagnostic-updater, ros-kilted-geometry-msgs, ros-kilted-lifecycle-msgs, ros-kilted-nav2-msgs, ros-kilted-nav2-util, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-rclcpp-components, ros-kilted-std-srvs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-lifecycle-manager/ros-kilted-nav2-lifecycle-manager_1.4.2-1noble.20260519.080455_arm64.deb Size: 91192 SHA256: e35c9432fe528c50c96fa57898253fcfac67b4419e39dec2316da92545c6422a SHA1: 48788ab79c64351975fe4d020b74b51523579b8f MD5sum: 7b7fd7fccbee1fe22048178a4f4a95f0 Description: A controller/manager for the lifecycle nodes of the Navigation 2 system Package: ros-kilted-nav2-lifecycle-manager-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-lifecycle-manager Version: 1.4.2-1noble.20260519.080455 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Jeronimo Installed-Size: 1977 Depends: ros-kilted-nav2-lifecycle-manager (= 1.4.2-1noble.20260519.080455) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-lifecycle-manager/ros-kilted-nav2-lifecycle-manager-dbgsym_1.4.2-1noble.20260519.080455_arm64.deb Size: 1778914 SHA256: 0484f0f53a93405fdddf250c3656c6d260f038c5cf126f2c0b9b8936036035ef SHA1: 1950e6fdd5907cab622955da28b254d27542de37 MD5sum: c64cb5b02dfcf5b40eb52eac705924c3 Description: debug symbols for ros-kilted-nav2-lifecycle-manager Build-Ids: bac6135597cdba44b6e9fada2a6e9ef43631139b cc442bbeb18feea7650a3ecc6a9aec81947bd217 Package: ros-kilted-nav2-loopback-sim Version: 1.4.2-1noble.20260519.060140 Architecture: arm64 Maintainer: steve macenski Installed-Size: 84 Depends: python3-transforms3d, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-nav2-simple-commander, ros-kilted-rclpy, ros-kilted-tf-transformations, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-loopback-sim/ros-kilted-nav2-loopback-sim_1.4.2-1noble.20260519.060140_arm64.deb Size: 17926 SHA256: 519af73ce86ad9a8921e7f64cd23effd9953cd5920636992e751bb141dc8f632 SHA1: 6406a19df300da628cd764f363d5bd65d09e04df MD5sum: 3f86dc3b515c58010b7363358796c6ab Description: A loopback simulator to replace physics simulation Package: ros-kilted-nav2-map-server Version: 1.4.2-1noble.20260519.125631 Architecture: arm64 Maintainer: Brian Wilcox Installed-Size: 1203 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 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), graphicsmagick-libmagick-dev-compat, libgraphicsmagick++1-dev, ros-kilted-launch-ros, ros-kilted-launch-testing, ros-kilted-lifecycle-msgs, ros-kilted-nav-msgs, ros-kilted-nav2-msgs, ros-kilted-nav2-util, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-std-msgs, ros-kilted-tf2, ros-kilted-yaml-cpp-vendor, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-map-server/ros-kilted-nav2-map-server_1.4.2-1noble.20260519.125631_arm64.deb Size: 217452 SHA256: f780251c2acd35feee35857b221ca4b3ba03841565ac050e52680d8c9c9154ed SHA1: 2c6734636767b111e9e89367ea7790c848fd036d MD5sum: 2a3808ee05cbc4dc9da1023f41bc341d Description: Refactored map server for ROS2 Navigation Package: ros-kilted-nav2-map-server-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-map-server Version: 1.4.2-1noble.20260519.125631 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Brian Wilcox Installed-Size: 5990 Depends: ros-kilted-nav2-map-server (= 1.4.2-1noble.20260519.125631) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-map-server/ros-kilted-nav2-map-server-dbgsym_1.4.2-1noble.20260519.125631_arm64.deb Size: 5340842 SHA256: 7fa6044061e97f5d9db1446e0bb58b22dc2f188eb9f936f4be23c6bf9f306580 SHA1: b802bc72ea32e7f25f6898fa17b84ba231ebb0f0 MD5sum: 531ac95a8b4fc45459b9001a2cf1128c Description: debug symbols for ros-kilted-nav2-map-server Build-Ids: 017968462add24141bc9b7bf2ee4d008326aa6a3 132431f00116f5af49ec24ea18af96ba37c610c2 1a4f03cbb0494b4c303a8ba53a8c6a6d4fa9a800 68f18e32c9b040b3941eedc4855ba8dfdd79421a b61e4c67876935c9f9bc9558238ec1c4ed2c4f4a c7f37cbeab1bf1520b5372791ff2c9caa1dfe58b Package: ros-kilted-nav2-minimal-tb3-sim Version: 1.2.0-1noble.20260519.111541 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 425 Depends: ros-kilted-robot-state-publisher, ros-kilted-ros-gz-bridge, ros-kilted-ros-gz-image, ros-kilted-ros-gz-interfaces, ros-kilted-ros-gz-sim, ros-kilted-xacro, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-minimal-tb3-sim/ros-kilted-nav2-minimal-tb3-sim_1.2.0-1noble.20260519.111541_arm64.deb Size: 44478 SHA256: ba9c3cd129bf2589c0bc0bf84921f632f77b3b7c55eff84cbfc6266fd7f9973e SHA1: 7bffad41819035e9782daad492b1eaba6e3f191a MD5sum: d49fd0bc99f7e4777d8b61e06b6ebc26 Description: Nav2 Minimum TurtleBot3 Simulation Package: ros-kilted-nav2-minimal-tb4-description Version: 1.2.0-1noble.20260519.052431 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 24842 Depends: ros-kilted-joint-state-publisher, ros-kilted-robot-state-publisher, ros-kilted-urdf, ros-kilted-xacro, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-minimal-tb4-description/ros-kilted-nav2-minimal-tb4-description_1.2.0-1noble.20260519.052431_arm64.deb Size: 4513860 SHA256: feab7d48529c5159e7189c512f094ad462cb57b5494cca5698731e40728dad7e SHA1: 27e234a165e273410c81961e62b28e1895c4ccde MD5sum: 4fa5ffb1f532cbfcec0ce0fbd567eabd Description: Nav2's minimum Turtlebot4 Description package Package: ros-kilted-nav2-minimal-tb4-sim Version: 1.2.0-1noble.20260519.111701 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 69 Depends: ros-kilted-nav2-minimal-tb4-description, ros-kilted-robot-state-publisher, ros-kilted-ros-gz-bridge, ros-kilted-ros-gz-image, ros-kilted-ros-gz-interfaces, ros-kilted-ros-gz-sim, ros-kilted-xacro, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-minimal-tb4-sim/ros-kilted-nav2-minimal-tb4-sim_1.2.0-1noble.20260519.111701_arm64.deb Size: 9810 SHA256: 3c3ec0271365c49b9c224a09d7b51d907e1ba88ce844e6731e9ed9c5307317e4 SHA1: 367a0fac62b23ca0b6562fead617cccc7b75e958 MD5sum: 37c3f032576d55989cddf0a6c23d3545 Description: Nav2 Minimum TurtleBot4 Simulation Package: ros-kilted-nav2-mppi-controller Version: 1.4.2-1noble.20260519.142959 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 1167 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libbenchmark-dev, libeigen3-dev, ros-kilted-angles, ros-kilted-backward-ros, ros-kilted-eigen3-cmake-module, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-nav2-common, ros-kilted-nav2-core, ros-kilted-nav2-costmap-2d, ros-kilted-nav2-msgs, ros-kilted-nav2-util, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-std-msgs, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-mppi-controller/ros-kilted-nav2-mppi-controller_1.4.2-1noble.20260519.142959_arm64.deb Size: 293526 SHA256: 1742fcc615a53549dfde38963bdc0f8296c0694bb55211bef318d8a4a4c2dab8 SHA1: 1993c7765f92d25a868c24aacabdbd531d226db3 MD5sum: 4bf605d7edfd19be179dad5c4e479b4d Description: nav2_mppi_controller Package: ros-kilted-nav2-mppi-controller-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-mppi-controller Version: 1.4.2-1noble.20260519.142959 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 12972 Depends: ros-kilted-nav2-mppi-controller (= 1.4.2-1noble.20260519.142959) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-mppi-controller/ros-kilted-nav2-mppi-controller-dbgsym_1.4.2-1noble.20260519.142959_arm64.deb Size: 12374262 SHA256: 8d824fc0c9f7831019ca158581bfd4ac5fdd79649237f7682e793336d744233d SHA1: ee9ce303bafe6880da49e5ed2442f3212fd9805e MD5sum: 8ab23a1e7a6756f499360d6cbe96ad58 Description: debug symbols for ros-kilted-nav2-mppi-controller Build-Ids: 5b9a18114cb723d97c7da1f6e6b3544a18b992e8 e562925e00c5aa190f7d9fd087d888875352b960 Package: ros-kilted-nav2-msgs Version: 1.4.2-1noble.20260519.043855 Architecture: arm64 Maintainer: Michael Jeronimo Installed-Size: 33286 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-action-msgs, ros-kilted-builtin-interfaces, ros-kilted-geographic-msgs, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-rclcpp, ros-kilted-rosidl-default-generators, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-msgs/ros-kilted-nav2-msgs_1.4.2-1noble.20260519.043855_arm64.deb Size: 1725716 SHA256: 86ed4b275aa309f4cb20d5776288815b073f00d7792347441e471617cec2f4e8 SHA1: f27d03ecb57a5cfc398529b951c6a533b12d1ac7 MD5sum: 5354dc0c0e1097a9cb79ca49b78426dc Description: Messages and service files for the Nav2 stack Package: ros-kilted-nav2-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-msgs Version: 1.4.2-1noble.20260519.043855 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Jeronimo Installed-Size: 19503 Depends: ros-kilted-nav2-msgs (= 1.4.2-1noble.20260519.043855) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-msgs/ros-kilted-nav2-msgs-dbgsym_1.4.2-1noble.20260519.043855_arm64.deb Size: 14111520 SHA256: eb94c2847590a4b2b3db02f9ae3a5b24051cb030f7d81f02317a36adbe88173e SHA1: 8c5506c8a79efcf408eb586bf5b414ae2daf6eb4 MD5sum: 234e67f0941c2bdb89730fcc0ae4a07b Description: debug symbols for ros-kilted-nav2-msgs Build-Ids: 2150bf829dc154c94d196dd4cfb0922c1535771d 50a0987c49fb7477dc36d5df8b9eaf2a32286eab 66b626170e85c9af9fd30f05a663c67ca08e2e49 78cbd97048090e0d01c7636fdc8093da7b4649dc 84e9b2473d464055cfc437b115f88e5ac9125eac 8b752d9a19faca6b6900af22558881c8deb6be06 b1b55beb319a8ee2d098e4ce9d05ba838b05d859 b659f28a746f963c2717f3806441abc8ded1470c bdb00bef4988f4a3ad80aaea5d31e1d071137389 f37923449e1c1c6cfd5743e949f8b0f6ec4f18b9 f69729c96e04e3815126790c5d33dc9d408ebd49 Package: ros-kilted-nav2-navfn-planner Version: 1.4.2-1noble.20260519.141954 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 223 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-nav2-core, ros-kilted-nav2-costmap-2d, ros-kilted-nav2-util, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-navfn-planner/ros-kilted-nav2-navfn-planner_1.4.2-1noble.20260519.141954_arm64.deb Size: 50978 SHA256: bd660289522db5962f2568bca636987f1cef1a721fc4575a8a26c0b34986d9a0 SHA1: c620c4019bad6d61bc2c58ecd8a1bd5c3eb5b305 MD5sum: 599cf080ead727d3f740705ae8691a19 Description: Nav2 NavFn planner Package: ros-kilted-nav2-navfn-planner-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-navfn-planner Version: 1.4.2-1noble.20260519.141954 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 717 Depends: ros-kilted-nav2-navfn-planner (= 1.4.2-1noble.20260519.141954) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-navfn-planner/ros-kilted-nav2-navfn-planner-dbgsym_1.4.2-1noble.20260519.141954_arm64.deb Size: 671528 SHA256: 054bf3092c09fd55abd207be8b203dbab5b341e637b39b69f03252f0516af1ab SHA1: bf3c022cc7879d64ea5415812397452584113db0 MD5sum: 409adb8a2a266c97df5d8720d846e020 Description: debug symbols for ros-kilted-nav2-navfn-planner Build-Ids: 04ff9004ded2d24062097b0272d31acaa3c228c8 Package: ros-kilted-nav2-planner Version: 1.4.2-1noble.20260519.164744 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 797 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-geometry-msgs, ros-kilted-lifecycle-msgs, ros-kilted-nav-msgs, ros-kilted-nav2-core, ros-kilted-nav2-costmap-2d, ros-kilted-nav2-msgs, ros-kilted-nav2-util, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rclcpp-lifecycle, ros-kilted-tf2, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-planner/ros-kilted-nav2-planner_1.4.2-1noble.20260519.164744_arm64.deb Size: 200588 SHA256: 0a8d4e2787ad1b6c3e7aaddc0679d44ddc2b2f4c8c48710ffa23d77bc5336bbb SHA1: 397063195fe6ccd74cf240aa3dd23977fe906852 MD5sum: 66acb898fb3e1be63e271c5b547c7b0e Description: Nav2 planner server package Package: ros-kilted-nav2-planner-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-planner Version: 1.4.2-1noble.20260519.164744 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 3421 Depends: ros-kilted-nav2-planner (= 1.4.2-1noble.20260519.164744) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-planner/ros-kilted-nav2-planner-dbgsym_1.4.2-1noble.20260519.164744_arm64.deb Size: 3042324 SHA256: 1fe4f0aaefa9a127770bd17e5865b4708efd3365c07a6d1c973471b7abcfba34 SHA1: 593587b1fefcec1422ba732a474cd9dddf4cca21 MD5sum: b1b817640b35c5fcd32c691dfad59e3c Description: debug symbols for ros-kilted-nav2-planner Build-Ids: 5f01c983fe955561a4167d73e35a0d0c17062c7e b0ceb7117d85f04b9729d2a2d4a51bd6cca34dc8 Package: ros-kilted-nav2-regulated-pure-pursuit-controller Version: 1.4.2-1noble.20260519.142556 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 427 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-kilted-angles, ros-kilted-geometry-msgs, ros-kilted-nav2-core, ros-kilted-nav2-costmap-2d, ros-kilted-nav2-msgs, ros-kilted-nav2-util, ros-kilted-pluginlib, ros-kilted-rcl-interfaces, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-std-msgs, ros-kilted-tf2, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-regulated-pure-pursuit-controller/ros-kilted-nav2-regulated-pure-pursuit-controller_1.4.2-1noble.20260519.142556_arm64.deb Size: 107192 SHA256: 782c4d3846c6bffae140405e1901bf79cfd27006acdff684978fb2da8141cb8a SHA1: be3825aa314f8335252792f8c91f260833a1fc97 MD5sum: 10ecb0114f15823b89f26936ab57b4ae Description: Regulated Pure Pursuit Controller Package: ros-kilted-nav2-regulated-pure-pursuit-controller-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-regulated-pure-pursuit-controller Version: 1.4.2-1noble.20260519.142556 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 2374 Depends: ros-kilted-nav2-regulated-pure-pursuit-controller (= 1.4.2-1noble.20260519.142556) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-regulated-pure-pursuit-controller/ros-kilted-nav2-regulated-pure-pursuit-controller-dbgsym_1.4.2-1noble.20260519.142556_arm64.deb Size: 2145820 SHA256: 215b29c35b7058ecd2c4a2e5d96ef9fb06267b30fcc3d09303e10a708e86a105 SHA1: c685035ba3b93dc6ac6311a986f1eef4a0dd9953 MD5sum: a1172df976b2af348bc4fe9d4b164c84 Description: debug symbols for ros-kilted-nav2-regulated-pure-pursuit-controller Build-Ids: c7bb22571e3b27e427ba64e19448b5ead18a21e4 Package: ros-kilted-nav2-rotation-shim-controller Version: 1.4.2-1noble.20260519.142914 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 407 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-angles, ros-kilted-geometry-msgs, ros-kilted-nav2-controller, ros-kilted-nav2-core, ros-kilted-nav2-costmap-2d, ros-kilted-nav2-msgs, ros-kilted-nav2-util, ros-kilted-pluginlib, ros-kilted-rcl-interfaces, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-tf2, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-rotation-shim-controller/ros-kilted-nav2-rotation-shim-controller_1.4.2-1noble.20260519.142914_arm64.deb Size: 106556 SHA256: 38f012b1d919c1f5e3ef97e4d94b089e0468240139a6fa5291cb0680d2cc131e SHA1: 1c4856b0b1dc07a1d2577742f9deb098e274b485 MD5sum: 6493048a86931698b44f7a879311aae8 Description: Rotation Shim Controller Package: ros-kilted-nav2-rotation-shim-controller-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-rotation-shim-controller Version: 1.4.2-1noble.20260519.142914 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 1458 Depends: ros-kilted-nav2-rotation-shim-controller (= 1.4.2-1noble.20260519.142914) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-rotation-shim-controller/ros-kilted-nav2-rotation-shim-controller-dbgsym_1.4.2-1noble.20260519.142914_arm64.deb Size: 1340194 SHA256: 68a0f88bffdec447743ff6c1f5a54cc5864d9b7540807269db95ba379e53c81b SHA1: ee0ca1bd9495dafc207e8f272d1dca324b8d4bba MD5sum: d3c18a84caea1e5ceabc90e5b29a1f5a Description: debug symbols for ros-kilted-nav2-rotation-shim-controller Build-Ids: 8e2fcdda22442672a99e3cb242ce877f0c11a260 Package: ros-kilted-nav2-route Version: 1.4.2-1noble.20260519.143059 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 2590 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libnanoflann-dev, nlohmann-json3-dev, ros-kilted-angles, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-nav2-core, ros-kilted-nav2-costmap-2d, ros-kilted-nav2-msgs, ros-kilted-nav2-util, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-std-msgs, ros-kilted-tf2-ros, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-route/ros-kilted-nav2-route_1.4.2-1noble.20260519.143059_arm64.deb Size: 545854 SHA256: 6e303885eee5c1b854b64553fe2f1833e8ca7b4934e8d6a21ac6796613a7a6e4 SHA1: eef6e5d60933359a3aff4ab16d4c4acec467f72a MD5sum: afe3636595b7bc1ff1a88f0c3116433e Description: A Route Graph planner to compliment the Planner Server Package: ros-kilted-nav2-route-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-route Version: 1.4.2-1noble.20260519.143059 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 16120 Depends: ros-kilted-nav2-route (= 1.4.2-1noble.20260519.143059) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-route/ros-kilted-nav2-route-dbgsym_1.4.2-1noble.20260519.143059_arm64.deb Size: 14572772 SHA256: 9d205ee29f66726fb5e12c0247db5c10178bf11d51b19f6d52da2f261f81ca9c SHA1: c1b64c49bf020efcd8235bb48d1ee15b60876b04 MD5sum: f532892da326fd3a32ea69a2be223372 Description: debug symbols for ros-kilted-nav2-route Build-Ids: 26699f7538ad758b3320ac4ba45e40568cc74dbb 63e9f681e51f73986f95487fc11ad32aaafe4eef 6e49116fa90cc4b84f2756ee8a09a69d448acd99 7aa0ff2ab9cbd8cd320c4d216d99f033fbbbe9ac c5a1e345392fbda68d211007aa74e18fc8e5961f e82ead15c556c5e05b227ec2bfa838ae50547ce7 Package: ros-kilted-nav2-rviz-plugins Version: 1.4.2-1noble.20260519.165941 Architecture: arm64 Maintainer: Michael Jeronimo Installed-Size: 2968 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.14.1), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-kilted-rviz-ogre-vendor, libqt5gui5t64, libqt5opengl5, ros-kilted-ament-index-cpp, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-nav2-lifecycle-manager, ros-kilted-nav2-msgs, ros-kilted-nav2-route, ros-kilted-nav2-util, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-rviz-common, ros-kilted-rviz-default-plugins, ros-kilted-rviz-rendering, ros-kilted-std-msgs, ros-kilted-tf2-geometry-msgs, ros-kilted-visualization-msgs, ros-kilted-yaml-cpp-vendor, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-rviz-plugins/ros-kilted-nav2-rviz-plugins_1.4.2-1noble.20260519.165941_arm64.deb Size: 553534 SHA256: ebd0e4fafe9b114a639575723976894281a8b90ef887e9784381c77d9a464a0a SHA1: 76de8aadd703334abfc58d3ca51cf508a414601c MD5sum: 7a6e43431dbaaea9208d1382a7b2a2f9 Description: Navigation 2 plugins for rviz Package: ros-kilted-nav2-rviz-plugins-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-rviz-plugins Version: 1.4.2-1noble.20260519.165941 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Jeronimo Installed-Size: 18227 Depends: ros-kilted-nav2-rviz-plugins (= 1.4.2-1noble.20260519.165941) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-rviz-plugins/ros-kilted-nav2-rviz-plugins-dbgsym_1.4.2-1noble.20260519.165941_arm64.deb Size: 15707032 SHA256: 8638c40ab8911c4062661daeff98119f0f2035b37d1d848d9812a339e0c84a6c SHA1: e0a742825d8a9458d9faa309e07de0178583a790 MD5sum: c69aeab930f55d377883e2f458d233fe Description: debug symbols for ros-kilted-nav2-rviz-plugins Build-Ids: 249ae2f233fbf2c40ab7d1e2ec86b1eac4c4bb83 Package: ros-kilted-nav2-simple-commander Version: 1.4.2-1noble.20260519.045358 Architecture: arm64 Maintainer: steve Installed-Size: 364 Depends: ros-kilted-action-msgs, ros-kilted-geometry-msgs, ros-kilted-lifecycle-msgs, ros-kilted-nav2-msgs, ros-kilted-rclpy, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-simple-commander/ros-kilted-nav2-simple-commander_1.4.2-1noble.20260519.045358_arm64.deb Size: 54484 SHA256: 51fa72646ff7cac38200e60413cef405d1f6e78fffc02867b2bdd2bbea64eae6 SHA1: 357d1e8a4e087cdc5acc9b51b1b397c2eb4976ee MD5sum: 77b4434bd2c2c8967d5f4cc80f4151b1 Description: An importable library for writing mobile robot applications in python3 Package: ros-kilted-nav2-smac-planner Version: 1.4.2-1noble.20260519.141716 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 2450 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-ompl, libeigen3-dev, nlohmann-json3-dev, ros-kilted-ament-index-cpp, ros-kilted-angles, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-nav2-core, ros-kilted-nav2-costmap-2d, ros-kilted-nav2-util, ros-kilted-pluginlib, ros-kilted-rcl-interfaces, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-tf2, ros-kilted-tf2-ros, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-smac-planner/ros-kilted-nav2-smac-planner_1.4.2-1noble.20260519.141716_arm64.deb Size: 521946 SHA256: 1df491a28cea83fdbd1b33e3c3ed196994eaa8f9235917072b841f66ab3a7796 SHA1: b4af711a0a55eb72b2545372cf8fbd000be0b00e MD5sum: d0a1768a3aad9cd46f5545088fcdf697 Description: Smac global planning plugin: A*, Hybrid-A*, State Lattice Package: ros-kilted-nav2-smac-planner-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-smac-planner Version: 1.4.2-1noble.20260519.141716 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 10143 Depends: ros-kilted-nav2-smac-planner (= 1.4.2-1noble.20260519.141716) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-smac-planner/ros-kilted-nav2-smac-planner-dbgsym_1.4.2-1noble.20260519.141716_arm64.deb Size: 9306058 SHA256: 1fe56f6dc668d111bd422e8e643b9d1cbb0b6be231d21a5cc735937912fed108 SHA1: 40e586d4d4a0cc51fc88b3942da63ac369f0a5fe MD5sum: 35e954cf2a861caf2e64313558280ddc Description: debug symbols for ros-kilted-nav2-smac-planner Build-Ids: 365ba5293cd0d5ae19118a2afece1a1cf32b0ce0 3a303fb00c13c8342fae76294cc825ae3727ba5d 7a999f0661853045d4d8c6177c2d42f88904926c c434c49bf1a0845366d711da31a1f8ab31dccee0 Package: ros-kilted-nav2-smoother Version: 1.4.2-1noble.20260519.150044 Architecture: arm64 Maintainer: Matej Vargovcik Installed-Size: 1201 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-angles, ros-kilted-nav-2d-utils, ros-kilted-nav2-core, ros-kilted-nav2-costmap-2d, ros-kilted-nav2-msgs, ros-kilted-nav2-util, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rclcpp-lifecycle, ros-kilted-tf2, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-smoother/ros-kilted-nav2-smoother_1.4.2-1noble.20260519.150044_arm64.deb Size: 262168 SHA256: 180aed256dab0d72e0fcb33107387fb97b6cad8579ff7e48c9b49169971156fb SHA1: 9b4219ca1e20068e5ff39c4a07c0f96e20786c79 MD5sum: f7c905551120b596b75042be36672eb1 Description: Smoother action interface Package: ros-kilted-nav2-smoother-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-smoother Version: 1.4.2-1noble.20260519.150044 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Matej Vargovcik Installed-Size: 5541 Depends: ros-kilted-nav2-smoother (= 1.4.2-1noble.20260519.150044) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-smoother/ros-kilted-nav2-smoother-dbgsym_1.4.2-1noble.20260519.150044_arm64.deb Size: 4898368 SHA256: e60df17a9c4aae6f620938b4b4f306ba48c286bc3a0a0ab69d042f5534301315 SHA1: 44a0da8512cc276ff1338d50ae99232ecc9f43c9 MD5sum: 487125dac8e8b5b4a2f74598edcc17f4 Description: debug symbols for ros-kilted-nav2-smoother Build-Ids: 191bbac428ffba1513971ad80c732dd74302e2b7 80242f7f938e774a018d34b1b4534fa093c221e0 aa3f2813ee0e973731a2e32534da0b760106d472 b027f1b10ad0400cf1c06b690c9bc53cad549ae2 Package: ros-kilted-nav2-system-tests Version: 1.4.2-1noble.20260519.122027 Architecture: arm64 Maintainer: Carlos Orduno Installed-Size: 43 Depends: ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-system-tests/ros-kilted-nav2-system-tests_1.4.2-1noble.20260519.122027_arm64.deb Size: 5460 SHA256: 96c1d6896b7f8b0d2ef07639fe3cb427965bb8721dd3a78ac9fbadef9b256f51 SHA1: 645260580fbe0b230b7089ea5ad93c8728cb5f92 MD5sum: 1f4640082f828205a97abe6a7c89fa7e Description: A sets of system-level tests for Nav2 usually involving full robot simulation Package: ros-kilted-nav2-theta-star-planner Version: 1.4.2-1noble.20260519.142652 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 220 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-nav2-core, ros-kilted-nav2-costmap-2d, ros-kilted-nav2-util, ros-kilted-pluginlib, ros-kilted-rcl-interfaces, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-theta-star-planner/ros-kilted-nav2-theta-star-planner_1.4.2-1noble.20260519.142652_arm64.deb Size: 45032 SHA256: b5bb8167c24fdd30f5de7463fa4e0e4ef988964aca404f16458c21927b03b77f SHA1: 68f8316c3f4177020c24e1a5b8da435b26cb9a3e MD5sum: b5516a69a5b86cd55e8da726bd342957 Description: Theta* Global Planning Plugin Package: ros-kilted-nav2-theta-star-planner-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-theta-star-planner Version: 1.4.2-1noble.20260519.142652 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 681 Depends: ros-kilted-nav2-theta-star-planner (= 1.4.2-1noble.20260519.142652) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-theta-star-planner/ros-kilted-nav2-theta-star-planner-dbgsym_1.4.2-1noble.20260519.142652_arm64.deb Size: 640486 SHA256: a1a60a6f0a4542a6817a1190028dfa8a325b738334de69a09bf7f1dde5d818f0 SHA1: 11c12db72b05d76f2565b6db1e2bf120cae5e8be MD5sum: f0b0e5b27a3e456bb8e3c71dfce3fed3 Description: debug symbols for ros-kilted-nav2-theta-star-planner Build-Ids: 4424139dd63bf78015c885bf17485d21a55d01c7 Package: ros-kilted-nav2-util Version: 1.4.2-1noble.20260519.074241 Architecture: arm64 Maintainer: Michael Jeronimo Installed-Size: 834 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-kilted-bond, ros-kilted-bondcpp, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-lifecycle-msgs, ros-kilted-nav-msgs, ros-kilted-nav2-common, ros-kilted-nav2-msgs, ros-kilted-pluginlib, ros-kilted-rcl-interfaces, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-rclcpp-lifecycle, ros-kilted-std-msgs, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-util/ros-kilted-nav2-util_1.4.2-1noble.20260519.074241_arm64.deb Size: 165550 SHA256: fa302d19714abcc671c32a8fc16886c1bc1b6e88ff8b6cd5f98d4a63b6f2acb3 SHA1: fb124f4bb55a0baa6d57a616b653deafed94476e MD5sum: 8db0fb09ebd3008a2671d3759ca54723 Description: Nav2 utilities Package: ros-kilted-nav2-util-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-util Version: 1.4.2-1noble.20260519.074241 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Jeronimo Installed-Size: 3853 Depends: ros-kilted-nav2-util (= 1.4.2-1noble.20260519.074241) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-util/ros-kilted-nav2-util-dbgsym_1.4.2-1noble.20260519.074241_arm64.deb Size: 3396904 SHA256: 8eae799fc963a3f40371ee7a788cb171f341da666f732d7f47e51163f1a96b45 SHA1: 7fd5b3d09a4f4a87ff27d6cb4870ad055a8f3cce MD5sum: 8b14ba8aa13092c35a0a66e7fd09733f Description: debug symbols for ros-kilted-nav2-util Build-Ids: 18c6294adf7b7f83a2d642204fae19fd1a0a3a37 2eeb200072d892bf22c4b36b2e1ca44a400e8c1c Package: ros-kilted-nav2-velocity-smoother Version: 1.4.2-1noble.20260519.080456 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 909 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-geometry-msgs, ros-kilted-nav2-util, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rclcpp-lifecycle, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-velocity-smoother/ros-kilted-nav2-velocity-smoother_1.4.2-1noble.20260519.080456_arm64.deb Size: 151528 SHA256: 73d027e8070e5fb387f0af08af3430e3df6b946d2fd1d41e806312e8bebd4d6c SHA1: 3c7e8be30613c0e72b20f7c51a157180b6a5f4b6 MD5sum: 7ecacc4efa0393a9360f0731853dcdf1 Description: Nav2's Output velocity smoother Package: ros-kilted-nav2-velocity-smoother-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-velocity-smoother Version: 1.4.2-1noble.20260519.080456 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 3868 Depends: ros-kilted-nav2-velocity-smoother (= 1.4.2-1noble.20260519.080456) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-velocity-smoother/ros-kilted-nav2-velocity-smoother-dbgsym_1.4.2-1noble.20260519.080456_arm64.deb Size: 3243542 SHA256: f09e63c5b6a756cf4236d23ffee58d62e8354a2a092ea82ee43ad4f93edfbb9c SHA1: d844c891ae909ea2d4a6b407edbecda5697e15e5 MD5sum: 280afd0f9411daf76f74959f72a08caf Description: debug symbols for ros-kilted-nav2-velocity-smoother Build-Ids: 432e2e79aef005260e60c805a4ea4144e8beb2c4 81c695b9d4c2d0ab8612c972463f019520a36625 Package: ros-kilted-nav2-voxel-grid Version: 1.4.2-1noble.20260519.110458 Architecture: arm64 Maintainer: Carl Delsey Installed-Size: 146 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-kilted-rclcpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-voxel-grid/ros-kilted-nav2-voxel-grid_1.4.2-1noble.20260519.110458_arm64.deb Size: 21048 SHA256: 9ff08c0c939b1393f126dca6e0cd74a9af578aaeba889ecc32bf7ee448ef5ad3 SHA1: c0a4433ac71fe6680e4fc28bd2d250db2124680c MD5sum: 3af3d9a4de2d75218825606d82121666 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-kilted-nav2-voxel-grid-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-voxel-grid Version: 1.4.2-1noble.20260519.110458 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Carl Delsey Installed-Size: 79 Depends: ros-kilted-nav2-voxel-grid (= 1.4.2-1noble.20260519.110458) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-voxel-grid/ros-kilted-nav2-voxel-grid-dbgsym_1.4.2-1noble.20260519.110458_arm64.deb Size: 61480 SHA256: 76a711f1df5f7c1cc1a92d36844eab3da38fa32453917086b3296cea599b20a5 SHA1: dee75633544648de18bac418a35e806d643ce5f8 MD5sum: 951068c2a4deba33e0e4103d55e9a085 Description: debug symbols for ros-kilted-nav2-voxel-grid Build-Ids: c68e34c2c68be5af76d040d340e07bded64d9019 Package: ros-kilted-nav2-waypoint-follower Version: 1.4.2-1noble.20260519.143315 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 1853 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-cv-bridge, ros-kilted-geographic-msgs, ros-kilted-geometry-msgs, ros-kilted-image-transport, ros-kilted-nav-msgs, ros-kilted-nav2-core, ros-kilted-nav2-msgs, ros-kilted-nav2-util, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-rclcpp-components, ros-kilted-rclcpp-lifecycle, ros-kilted-robot-localization, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-waypoint-follower/ros-kilted-nav2-waypoint-follower_1.4.2-1noble.20260519.143315_arm64.deb Size: 351324 SHA256: 7ba51f3a1cad0b38a1f7a5df9baac9f61142e3722cd5921d5ba02581ed414fa8 SHA1: 201f8f405afc711765494e2b4d6d832616806020 MD5sum: 5edaf89acc60570e3b5504b7322c76cb Description: A waypoint follower navigation server Package: ros-kilted-nav2-waypoint-follower-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-waypoint-follower Version: 1.4.2-1noble.20260519.143315 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 8406 Depends: ros-kilted-nav2-waypoint-follower (= 1.4.2-1noble.20260519.143315) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-waypoint-follower/ros-kilted-nav2-waypoint-follower-dbgsym_1.4.2-1noble.20260519.143315_arm64.deb Size: 7293906 SHA256: ed47421cb75fb03b550e28145b007f1e40b5fd53d67271838e778fb808ff6982 SHA1: 7a05c31476a0c6bb4bc576604d797a489961f55d MD5sum: ae444543ceb207df0205381b2fa7fe2a Description: debug symbols for ros-kilted-nav2-waypoint-follower Build-Ids: 102310cf22e32a96b6411a75b869e460b536f41d 4495f57081a7774d7059a929273f8638f5faf1b7 b9e2e754ac20b0d9512fdcdc6782fb9a71de53b2 f1d1d8b920aae564564c3ff91bc88b78ab989452 f717944342cd5bcbfb501a39195460d43864ac22 Package: ros-kilted-navigation2 Version: 1.4.2-1noble.20260519.171311 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 43 Depends: ros-kilted-nav2-amcl, ros-kilted-nav2-behavior-tree, ros-kilted-nav2-behaviors, ros-kilted-nav2-bt-navigator, ros-kilted-nav2-collision-monitor, ros-kilted-nav2-constrained-smoother, ros-kilted-nav2-controller, ros-kilted-nav2-core, ros-kilted-nav2-costmap-2d, ros-kilted-nav2-dwb-controller, ros-kilted-nav2-graceful-controller, ros-kilted-nav2-lifecycle-manager, ros-kilted-nav2-map-server, ros-kilted-nav2-mppi-controller, ros-kilted-nav2-msgs, ros-kilted-nav2-navfn-planner, ros-kilted-nav2-planner, ros-kilted-nav2-regulated-pure-pursuit-controller, ros-kilted-nav2-rotation-shim-controller, ros-kilted-nav2-route, ros-kilted-nav2-rviz-plugins, ros-kilted-nav2-simple-commander, ros-kilted-nav2-smac-planner, ros-kilted-nav2-smoother, ros-kilted-nav2-theta-star-planner, ros-kilted-nav2-util, ros-kilted-nav2-velocity-smoother, ros-kilted-nav2-voxel-grid, ros-kilted-nav2-waypoint-follower, ros-kilted-opennav-docking, ros-kilted-opennav-docking-bt, ros-kilted-opennav-docking-core, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-navigation2/ros-kilted-navigation2_1.4.2-1noble.20260519.171311_arm64.deb Size: 5662 SHA256: 862296c440f2edf0fbaafea754b3ef29b0e089f49282e71e3f2b78f7d1beaf79 SHA1: 9a8d42a5ad0223909f10e76dc1d9f0a738344dc6 MD5sum: fbffbb110972e53548d2d2184da6d290 Description: ROS2 Navigation Stack Package: ros-kilted-navmap-core Version: 0.4.0-1noble.20260410.144624 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 245 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), libeigen3-dev, ros-kilted-eigen3-cmake-module, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-navmap-core/ros-kilted-navmap-core_0.4.0-1noble.20260410.144624_arm64.deb Size: 63204 SHA256: 9909e97d8d19d859d1f706a01ba9380a34b84be5fee231b6c88ff95053a030ee SHA1: e9ad3ec6f9475f5961ebe120bbd48d78af2c90fb MD5sum: ca2ae99d01396240f73b2882f7c00a59 Description: Core C++ library for NavMap. Package: ros-kilted-navmap-core-dbgsym Package-Type: ddeb Source: ros-kilted-navmap-core Version: 0.4.0-1noble.20260410.144624 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 996 Depends: ros-kilted-navmap-core (= 0.4.0-1noble.20260410.144624) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-navmap-core/ros-kilted-navmap-core-dbgsym_0.4.0-1noble.20260410.144624_arm64.deb Size: 960036 SHA256: f27233227adcc97e7aed06d7fbd93af039847b7dde292f3a1eb88a62e684af3c SHA1: 69a210a43a04ebab716dcf4431ae332ab9c59135 MD5sum: ce12e36dd468f9e7de901ae4e4a9de80 Description: debug symbols for ros-kilted-navmap-core Build-Ids: 0ef8c846645671ac20f4d21e8b371bbe5830c270 Package: ros-kilted-navmap-examples Version: 0.4.0-1noble.20260519.170823 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 581 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-nav-msgs, ros-kilted-navmap-core, ros-kilted-navmap-ros, ros-kilted-navmap-ros-interfaces, ros-kilted-rclcpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-navmap-examples/ros-kilted-navmap-examples_0.4.0-1noble.20260519.170823_arm64.deb Size: 44616 SHA256: 0b6ede2ecd2c3fb83f50ab7d575c2e016068ea11b07b39144cf8f439c5ad2870 SHA1: 02f86a209ae449e205e19407cb326955bf0aaf14 MD5sum: bcaa65483a1e708e1c1f29147109f2aa Description: Examples related to navmap_core y navmap_ros. Package: ros-kilted-navmap-examples-dbgsym Package-Type: ddeb Source: ros-kilted-navmap-examples Version: 0.4.0-1noble.20260519.170823 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 1678 Depends: ros-kilted-navmap-examples (= 0.4.0-1noble.20260519.170823) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-navmap-examples/ros-kilted-navmap-examples-dbgsym_0.4.0-1noble.20260519.170823_arm64.deb Size: 1539120 SHA256: 3b93644e005a2099af7707365c65f11d1e517a1af7750424fceb58df25ca6437 SHA1: ee699bb9bb70d70723ef2a1b1b2a434557fd476a MD5sum: b62a532595acb1af6a6fbf8cabd01457 Description: debug symbols for ros-kilted-navmap-examples Build-Ids: 15c40bcbe0605c1aa667efc906b8fdb23c1450c2 38f906373d297ad5259ed811f973b3af4e0cb2e1 5853b1b676a8bc37a78108a0cdbdc4a46e173a5e 77e4d61f136814fe42c378dc3b6321c51860f4d8 8f9d66cade4eb0c533c84178721a938c55db0873 a6801f45ffd1760b9c77f1d4b7360dbfbbf7fa4f a9dc0047e2df2ff6064594c347d6178f250fbbaa ea5742755b580047c1a277ea61a141ff7194abba Package: ros-kilted-navmap-ros Version: 0.4.0-1noble.20260519.164800 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 1005 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libpcl-common1.14 (>= 1.14.0+dfsg), libpcl-kdtree1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-navmap-core, ros-kilted-navmap-ros-interfaces, ros-kilted-pcl-conversions, ros-kilted-pcl-ros, ros-kilted-rclcpp, ros-kilted-sensor-msgs, ros-kilted-std-srvs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-navmap-ros/ros-kilted-navmap-ros_0.4.0-1noble.20260519.164800_arm64.deb Size: 201980 SHA256: 6767a1e0f299ce11bf228690c316e5e4a99eb3f3a1186ad78ff004256aea35d1 SHA1: 812f00d22c22db2cef2b2402946dca2256e747e6 MD5sum: bd73453c54d411cddf895aecdb0aaa1b Description: Conversions between navmap_core and ROS messages Package: ros-kilted-navmap-ros-dbgsym Package-Type: ddeb Source: ros-kilted-navmap-ros Version: 0.4.0-1noble.20260519.164800 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 5242 Depends: ros-kilted-navmap-ros (= 0.4.0-1noble.20260519.164800) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-navmap-ros/ros-kilted-navmap-ros-dbgsym_0.4.0-1noble.20260519.164800_arm64.deb Size: 4589978 SHA256: c855152547c011ce77eef7395c8657bc1dd15bf3ca5a7317a582477eb0ffd848 SHA1: fc07e42c5dc4413162d5025aa1f478f0e0dc0ce2 MD5sum: 64dc04cf1747093c524659998d7c033e Description: debug symbols for ros-kilted-navmap-ros Build-Ids: 82d7ebc07a42d01849b23c96c6ba320876cbaf93 9202f83bf35e52e93138fa39c13a935104821598 Package: ros-kilted-navmap-ros-interfaces Version: 0.4.0-1noble.20260519.022947 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 1435 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-generators, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-navmap-ros-interfaces/ros-kilted-navmap-ros-interfaces_0.4.0-1noble.20260519.022947_arm64.deb Size: 101578 SHA256: 3198ddc7a7fc97208779e7f76aaf926b992a4ab8885e179c2a549c28d9423e0b SHA1: 74193ec6702776d8bceea747a1406b9fa3cca67e MD5sum: 31bf4fd89f3cbd13740a9ff936b2caff Description: ROS 2 interfaces for NavMap (messages for visualization and layers) Package: ros-kilted-navmap-ros-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-navmap-ros-interfaces Version: 0.4.0-1noble.20260519.022947 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 878 Depends: ros-kilted-navmap-ros-interfaces (= 0.4.0-1noble.20260519.022947) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-navmap-ros-interfaces/ros-kilted-navmap-ros-interfaces-dbgsym_0.4.0-1noble.20260519.022947_arm64.deb Size: 680550 SHA256: 44ebd8560372f9936e09911a6ab3d020e66c12c373f0642feab0353288837adc SHA1: 61ac53928f4dae7d6749c426da1136a90d566d42 MD5sum: 19f62eea54e1ffd77767c20be7e3a81e Description: debug symbols for ros-kilted-navmap-ros-interfaces Build-Ids: 0764a7c0ad77219d465a6b79ec6fa6d0083b512e 126dbcab122ddd4d848d86b78e7395fef7e18765 349fbd3ef16e4937c90e755fde9981a2f539fa75 7aaa3df132b9d4db0c4a44f181327e767d5ee5ef 9b3479d994fef8163d07003128b23cd4a6baf77f b96a8fd5db2d0c60be028a43ec8f17ec931cb976 c1e59bf4d461c30bbc41700e27e7d4cdb7d29265 dadc9ceeedbf34abb2ec051af26642f67d43d165 dfd72fccd7f43d719c2eca016b85aeb2bd221919 ea5aeb1d0c9460d62dab06ad66d0ad765f714705 fc3b8f12f04a03ad9d30f004a8bd3dd7b204e30a Package: ros-kilted-navmap-rviz-plugin Version: 0.4.0-1noble.20260519.170049 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 974 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.5.0), libstdc++6 (>= 13.1), ros-kilted-rviz-ogre-vendor, ros-kilted-geometry-msgs, ros-kilted-navmap-core, ros-kilted-navmap-ros, ros-kilted-navmap-ros-interfaces, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rviz-common, ros-kilted-rviz-default-plugins, ros-kilted-rviz-rendering, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-navmap-rviz-plugin/ros-kilted-navmap-rviz-plugin_0.4.0-1noble.20260519.170049_arm64.deb Size: 190378 SHA256: f4eb236d02b093a491cca3cb0a7e42357eb62bc167ca80fd4eeb49a7b9e86cdf SHA1: 820b88d4ed59baa14eb45039bb6e39f7e2a5815a MD5sum: d241b3466dc6b8ccbe3bcf70a6c634c9 Description: RViz2 display plugin for NavMap surfaces and layers. Package: ros-kilted-navmap-rviz-plugin-dbgsym Package-Type: ddeb Source: ros-kilted-navmap-rviz-plugin Version: 0.4.0-1noble.20260519.170049 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 6522 Depends: ros-kilted-navmap-rviz-plugin (= 0.4.0-1noble.20260519.170049) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-navmap-rviz-plugin/ros-kilted-navmap-rviz-plugin-dbgsym_0.4.0-1noble.20260519.170049_arm64.deb Size: 5731374 SHA256: a8a069375ede49c1af470585f3137a278fa7bb2c9a05de9ee643ff69bad31b2d SHA1: bca3bfc5c2001c9a891e409c433f7c1902e9510b MD5sum: 167997cb81e084be80bea3d54a493f4a Description: debug symbols for ros-kilted-navmap-rviz-plugin Build-Ids: 26daddf36f68ae8f79e47141ac79496b81c6725a Package: ros-kilted-neo-nav2-bringup Version: 1.4.1-1noble.20260519.171747 Architecture: arm64 Maintainer: Pradheep Padmanabhan Installed-Size: 112 Depends: ros-kilted-nav2-common, ros-kilted-navigation2, ros-kilted-slam-toolbox, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-neo-nav2-bringup/ros-kilted-neo-nav2-bringup_1.4.1-1noble.20260519.171747_arm64.deb Size: 15036 SHA256: 81eebe0e3f1a9ce404dcb10122f31a288e6cbae497b068ebe49ec362f7dd3cae SHA1: 58b0b1df17946cdb58076d2a8cb000a7be5fd18b MD5sum: 64b20180d61356cf27accf7811291a57 Description: ROS-2 navigation bringup packages for neobotix robots Package: ros-kilted-neobotix-usboard-msgs Version: 4.0.0-4noble.20260519.023010 Architecture: arm64 Maintainer: AutonomouStuff Software Team Installed-Size: 2276 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/neobotix_usboard_msgs Priority: optional Section: misc Filename: pool/main/r/ros-kilted-neobotix-usboard-msgs/ros-kilted-neobotix-usboard-msgs_4.0.0-4noble.20260519.023010_arm64.deb Size: 121026 SHA256: e32e9db40537b494f4667132f4224e52415ca407b7ae7e870bfc19b9c1a1a76f SHA1: 8d13eccf2f634ff855d0f65c2ff97876046c2b0e MD5sum: 697d0e344835f78dcefb55b5d1e172c6 Description: neobotix_usboard package Package: ros-kilted-neobotix-usboard-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-neobotix-usboard-msgs Version: 4.0.0-4noble.20260519.023010 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: AutonomouStuff Software Team Installed-Size: 1184 Depends: ros-kilted-neobotix-usboard-msgs (= 4.0.0-4noble.20260519.023010) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-neobotix-usboard-msgs/ros-kilted-neobotix-usboard-msgs-dbgsym_4.0.0-4noble.20260519.023010_arm64.deb Size: 886246 SHA256: 4e30b19a281a51ad3c96296ec1680b7095cd6cc99ded62d92f5f82a918a1f96f SHA1: 3246403009c013f355aa5232941550ea9f8faec4 MD5sum: e036f16f2c55c8327b4b393983e70a73 Description: debug symbols for ros-kilted-neobotix-usboard-msgs Build-Ids: 19da387065a682d232bed91492b0c07787de5767 5a7b596660a1818610ca268c00f56a2ac14be484 7168f7c789700ec86d1291cc8597b74bab7283ee 722291422a753353b964fa8ea11b4a27c447e2b2 902cd45939f373496b9ccfc9fb711ea5762749ed a2037c23685fc29ff8920f3762e00abc5f0e9a00 af7d61e00c84a4332bc6ecb5cc517d0714f517e0 b1e20210f762695893b9fdb5d8e200c8d50421e7 cc4ad9939148506042bcbe6bfe128e2edac3d37c d351ccb5b716273508c32a1145daac9002b28973 f9d61b8a8d4afe17d0426b19f36bc1aed072b54a Package: ros-kilted-network-bridge Version: 3.0.0-1noble.20260519.051619 Architecture: arm64 Maintainer: Ethan Brown Installed-Size: 1224 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libzstd1 (>= 1.5.5), libboost-system-dev, libzstd-dev, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-std-msgs, ros-kilted-tf2-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-network-bridge/ros-kilted-network-bridge_3.0.0-1noble.20260519.051619_arm64.deb Size: 283408 SHA256: e3197b51bd4da187fd600d77037be05f840c197201ddc92b371ef366775bf83f SHA1: 9f6850fe128d51bafb29932c2a040b65bc370515 MD5sum: 6e0b74bc829d85566b28a4343b9c5c17 Description: Allows for arbitrary network links (UDP, TCP, etc) to bridge ROS2 messages Package: ros-kilted-network-bridge-dbgsym Package-Type: ddeb Source: ros-kilted-network-bridge Version: 3.0.0-1noble.20260519.051619 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Ethan Brown Installed-Size: 5578 Depends: ros-kilted-network-bridge (= 3.0.0-1noble.20260519.051619) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-network-bridge/ros-kilted-network-bridge-dbgsym_3.0.0-1noble.20260519.051619_arm64.deb Size: 4823936 SHA256: 327aecede4033b1d1e2567727856dc288e72e19878c131a8c743d5cdf0742a2a SHA1: c24b8151e897fb35a6648899b02cc020991b0004 MD5sum: ac356c591df2c7f67228d87765fd6397 Description: debug symbols for ros-kilted-network-bridge Build-Ids: 3d6b8b87787da392da3f1d6986ecc219b8699183 de888577bfc1e44caff2ad8b9857dcab66a17691 f3ccfbbaa21f55c119ff92a8e11758479644ba16 Package: ros-kilted-nlohmann-json-schema-validator-vendor Version: 0.5.0-2noble.20260410.153226 Architecture: arm64 Maintainer: Grey Installed-Size: 717 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), nlohmann-json3-dev, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nlohmann-json-schema-validator-vendor/ros-kilted-nlohmann-json-schema-validator-vendor_0.5.0-2noble.20260410.153226_arm64.deb Size: 209874 SHA256: d34467f74011a2d7b58b9b86a2d92198d084d05b452dcfa9ba382a9508c2eb70 SHA1: 11d38a7fa055026e1ae81fad6e1037c03c85c5da MD5sum: cf4e487d92c9305bac2578925c4d776b Description: A vendor package for JSON schema validator for JSON for Modern C++ Package: ros-kilted-nlohmann-json-schema-validator-vendor-dbgsym Package-Type: ddeb Source: ros-kilted-nlohmann-json-schema-validator-vendor Version: 0.5.0-2noble.20260410.153226 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Grey Installed-Size: 3405 Depends: ros-kilted-nlohmann-json-schema-validator-vendor (= 0.5.0-2noble.20260410.153226) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nlohmann-json-schema-validator-vendor/ros-kilted-nlohmann-json-schema-validator-vendor-dbgsym_0.5.0-2noble.20260410.153226_arm64.deb Size: 3065264 SHA256: 8bfc5183d49fd3fcf40be8bb80083479fce3f9078705572f7c7e9997878f1fd3 SHA1: c7e792c25d4b73479cc28837945abce89e31b883 MD5sum: 0c3a4019aaf7009cd7ae03fb1fa67e34 Description: debug symbols for ros-kilted-nlohmann-json-schema-validator-vendor Build-Ids: 5c071c66e1b16904f42a9d9857f6ec7be8c65fb4 8274bcab2b3a217974f14feebaaa3a801a0c7bc3 df65a21bd31411229ff0d47e1b62ed4be39fa95f Package: ros-kilted-nmea-msgs Version: 2.1.0-3noble.20260519.023038 Architecture: arm64 Maintainer: Ed Venator Installed-Size: 2175 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/nmea_msgs Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nmea-msgs/ros-kilted-nmea-msgs_2.1.0-3noble.20260519.023038_arm64.deb Size: 139328 SHA256: 1de431b150b9f1ae9bda6901a17795e8ec7616dc318f0ad53d346ec4a27a9e33 SHA1: 70e2e16d94222b29921175aa58a06fe23163ef0f MD5sum: 344e839005780793efa7dfeb0ba08404 Description: The nmea_msgs package contains messages related to data in the NMEA format. Package: ros-kilted-nmea-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-nmea-msgs Version: 2.1.0-3noble.20260519.023038 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Ed Venator Installed-Size: 1404 Depends: ros-kilted-nmea-msgs (= 2.1.0-3noble.20260519.023038) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nmea-msgs/ros-kilted-nmea-msgs-dbgsym_2.1.0-3noble.20260519.023038_arm64.deb Size: 1101344 SHA256: 83203b36a045c3f5bfa3ed2d065bfe195c758e07ee2d060f28c8780d0fc608e9 SHA1: 5f80f69d202e2fa9bee1aa1a6f4b319079d63d60 MD5sum: b631df45c6b08889f2451ed7e4f9f466 Description: debug symbols for ros-kilted-nmea-msgs Build-Ids: 0d30aaa56e93703ce60971b8d8d83b33d740808d 282a553720fdd37f790b421f3124f45923937362 39132d22fff80d1e4eb2047f35e3e8e23d18cd52 4e63659c9103efa6ec463814013437ec5e346ffe 7487d7e8660fe15ac64470e78a8f821337d5715c 8f45530294ef1a880ac3fa4fe5580bee4ff00e82 8f9509560e424d3dbf728a9479857d98d2625058 973ddd53dfd9aa1a5f5fe1d6ac2319315d5fcb65 a83402da3d3dbfb0f65b5a78f159619d9f760bb8 f90490cabc586f841f086d82932367fe96657fa7 fe15098e5a5370fb50f0dd11545ab7d9511161be Package: ros-kilted-nmea-navsat-driver Version: 2.0.1-3noble.20260519.055242 Architecture: arm64 Maintainer: Ed Venator Installed-Size: 126 Depends: python3-numpy, python3-serial, ros-kilted-geometry-msgs, ros-kilted-nmea-msgs, ros-kilted-rclpy, ros-kilted-sensor-msgs, ros-kilted-tf-transformations, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/nmea_navsat_driver Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nmea-navsat-driver/ros-kilted-nmea-navsat-driver_2.0.1-3noble.20260519.055242_arm64.deb Size: 24692 SHA256: 64cef0d0881aa2d546ab73136cb8b85fdaa702b622141eecad7d4d85c86a4dfc SHA1: adb894eea0c83819af6f08c645f02306aea9899d MD5sum: d8b9b5c4a25befc70a04af0d392c4189 Description: Package to parse NMEA strings and publish a very simple GPS message. Does not require or use the GPSD deamon. Package: ros-kilted-nobleo-socketcan-bridge Version: 1.0.4-1noble.20260519.055509 Architecture: arm64 Maintainer: Ramon Wijnands Installed-Size: 716 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, linux-libc-dev, ros-kilted-can-msgs, ros-kilted-diagnostic-msgs, ros-kilted-diagnostic-updater, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-ros-workspace Homepage: https://github.com/nobleo/nobleo_socketcan_bridge Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nobleo-socketcan-bridge/ros-kilted-nobleo-socketcan-bridge_1.0.4-1noble.20260519.055509_arm64.deb Size: 138500 SHA256: 6dad8232faf12ad0de36af64abd4ddbabeaa435a81e39139d914cb1060ea0c41 SHA1: 36a8e931f541577112f2651cd6df6ed93fbacb77 MD5sum: b38697fc7e6488dfd38ef89f2aec682a Description: Simple wrapper around SocketCAN Package: ros-kilted-nobleo-socketcan-bridge-dbgsym Package-Type: ddeb Source: ros-kilted-nobleo-socketcan-bridge Version: 1.0.4-1noble.20260519.055509 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Ramon Wijnands Installed-Size: 2980 Depends: ros-kilted-nobleo-socketcan-bridge (= 1.0.4-1noble.20260519.055509) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nobleo-socketcan-bridge/ros-kilted-nobleo-socketcan-bridge-dbgsym_1.0.4-1noble.20260519.055509_arm64.deb Size: 2578134 SHA256: 22b764f1bafc587ffe87d8e149e1c5a5a4fc263e33e03716c4c63b671c1e5650 SHA1: 1a8674e03b6950b5f24e731be5aa8f20f6c6a265 MD5sum: 543673e44a762df3146a22dde06970c1 Description: debug symbols for ros-kilted-nobleo-socketcan-bridge Build-Ids: 1ec666e29e57d374937e317b95331edf2fada64c 7f95e464c4aea4261072a34591d7f25046da891b a54b8be5887e75bf0fd5065945f944c124a21dbf Package: ros-kilted-nodl-python Version: 0.3.1-5noble.20260519.013209 Architecture: arm64 Maintainer: Ubuntu Robotics Installed-Size: 99 Depends: python3-lxml, ros-kilted-ament-index-python, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nodl-python/ros-kilted-nodl-python_0.3.1-5noble.20260519.013209_arm64.deb Size: 18246 SHA256: 067ab6d880bad87c15340d4d02640540f05ca6e9e2621e54f3b147ad5516addb SHA1: 2a509831932773d8cd11c954926345ebc803c687 MD5sum: ee69f793c679a9588a6ba0859a3a3b99 Description: Implementation of the NoDL API in Python. Package: ros-kilted-nodl-to-policy Version: 1.0.0-5noble.20260519.153020 Architecture: arm64 Maintainer: Abrar Rahman Protyasha Installed-Size: 60 Depends: python3-argcomplete, python3-lxml, ros-kilted-nodl-python, ros-kilted-ros2cli, ros-kilted-ros2nodl, ros-kilted-ros2run, ros-kilted-sros2, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nodl-to-policy/ros-kilted-nodl-to-policy_1.0.0-5noble.20260519.153020_arm64.deb Size: 10086 SHA256: 35ab66214ae45a6810d0e12ee3479b122f9ce4bb4414c376656d1dd8388cff63 SHA1: a9edacfec56d0f1e83758c491dc139bb90b8534b MD5sum: d28009e761dc866d0aa8701520ed8e95 Description: Package to generate a ROS 2 Access Control Policy from the NoDL description of a ROS system Package: ros-kilted-nonpersistent-voxel-layer Version: 2.6.0-1noble.20260519.112540 Architecture: arm64 Maintainer: Steven Macenski Installed-Size: 259 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-geometry-msgs, ros-kilted-laser-geometry, ros-kilted-map-msgs, ros-kilted-nav-msgs, ros-kilted-nav2-costmap-2d, ros-kilted-nav2-msgs, ros-kilted-nav2-voxel-grid, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-tf2, ros-kilted-tf2-ros, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/non-persisent-voxel-layer Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nonpersistent-voxel-layer/ros-kilted-nonpersistent-voxel-layer_2.6.0-1noble.20260519.112540_arm64.deb Size: 57050 SHA256: a8d13f6f2982e6790b37f0fcf8ac2a56ea14d618eaadd7374a265206ba3e74fc SHA1: ba5d04f0293816d43584901d9b727c66b7c04dc2 MD5sum: a69437418da6420c011efea3eb07eee5 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-kilted-nonpersistent-voxel-layer-dbgsym Package-Type: ddeb Source: ros-kilted-nonpersistent-voxel-layer Version: 2.6.0-1noble.20260519.112540 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Steven Macenski Installed-Size: 1540 Depends: ros-kilted-nonpersistent-voxel-layer (= 2.6.0-1noble.20260519.112540) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nonpersistent-voxel-layer/ros-kilted-nonpersistent-voxel-layer-dbgsym_2.6.0-1noble.20260519.112540_arm64.deb Size: 1461708 SHA256: 011d29d74fbf60bff7e7da9a38d443df3f821af0d919df11391a3201d19ec8b8 SHA1: c4414aef3f349a38ae0493bd220b0ac26afdbdf0 MD5sum: 68869e7e532412de8cdc892a2c1336ba Description: debug symbols for ros-kilted-nonpersistent-voxel-layer Build-Ids: 05ad8711c5bdd5a14fc8c23918e8f4f9807da174 Package: ros-kilted-novatel-gps-driver Version: 4.2.0-5noble.20260520.080743 Architecture: arm64 Maintainer: P. J. Reed Installed-Size: 7108 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpcap0.8t64 (>= 0.9.8), libstdc++6 (>= 13.1), libboost-all-dev, libpcap0.8-dev, ros-kilted-diagnostic-msgs, ros-kilted-diagnostic-updater, ros-kilted-gps-msgs, ros-kilted-nav-msgs, ros-kilted-novatel-gps-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-swri-math-util, ros-kilted-swri-roscpp, ros-kilted-swri-serial-util, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-novatel-gps-driver/ros-kilted-novatel-gps-driver_4.2.0-5noble.20260520.080743_arm64.deb Size: 844512 SHA256: f2b362267e8325772cc84c77434530ff943109a50fdb8b01827a242e2461a050 SHA1: 517373269e44b8d7cbf4730ceb626736a68a6e9a MD5sum: 409124a3277c5707edc2b1fcfd8a631d Description: Driver for NovAtel receivers Package: ros-kilted-novatel-gps-driver-dbgsym Package-Type: ddeb Source: ros-kilted-novatel-gps-driver Version: 4.2.0-5noble.20260520.080743 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: P. J. Reed Installed-Size: 14018 Depends: ros-kilted-novatel-gps-driver (= 4.2.0-5noble.20260520.080743) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-novatel-gps-driver/ros-kilted-novatel-gps-driver-dbgsym_4.2.0-5noble.20260520.080743_arm64.deb Size: 12080984 SHA256: ee3d40a8f931cc8a74772e865a249241d969304da925f7ccc13a6c44f093df4f SHA1: 4264127b7c6033a4e08842f6579a6667a993202b MD5sum: 7e5a0d67dad615e095e3e00a42800cdb Description: debug symbols for ros-kilted-novatel-gps-driver Build-Ids: 1fb581f41b4e1845f428fb11e20e3f0b196e868d f36a05fe9beb537b69a70a2a3988da10fb9d5b1c Package: ros-kilted-novatel-gps-msgs Version: 4.2.0-5noble.20260519.032115 Architecture: arm64 Maintainer: P. J. Reed Installed-Size: 6762 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-novatel-gps-msgs/ros-kilted-novatel-gps-msgs_4.2.0-5noble.20260519.032115_arm64.deb Size: 412912 SHA256: 876b93335e10012fd5df70e956eba037878c484816a6c619767957a0423bffe8 SHA1: 6bd07330dc23e2e53056b151df2c841a9faa7467 MD5sum: 62658bf8cbc99d8955fc163458963987 Description: Messages for proprietary (non-NMEA) sentences from Novatel GPS receivers. Package: ros-kilted-novatel-gps-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-novatel-gps-msgs Version: 4.2.0-5noble.20260519.032115 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: P. J. Reed Installed-Size: 4481 Depends: ros-kilted-novatel-gps-msgs (= 4.2.0-5noble.20260519.032115) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-novatel-gps-msgs/ros-kilted-novatel-gps-msgs-dbgsym_4.2.0-5noble.20260519.032115_arm64.deb Size: 3498024 SHA256: 3ecd1968162ada2bc57416443145c934d5746c3860635886cf9783e1fe0c4233 SHA1: b8a420d27a94f3f85b6fda1456088bd72e74ee39 MD5sum: f60bb36d9bb4ebfab2ade1a5ed0a5aa2 Description: debug symbols for ros-kilted-novatel-gps-msgs Build-Ids: 03df36a057917621eab6e89843fc8e41ac9f9ec0 0a8c3836e53714bd978dc5366ac26a712a2edd38 1752979808b6ba74b3eaf9943356e0358955ebb6 1767fe0774e5d37da18d42e836069b0c527f33c8 33776b3dc7e77c42e44442001262c53c2d70ce0e 46787667c3af3e944116f711579a78aad18f2358 94d8fd0cd184d188c1275d696f85ebf335d6140f a7f833716cca2ce4930f0bf694699a087d910b23 c3e71cb6d9dc0f86e5469d481c1796ac6c9a32ab c706b878509c763d88c206b7467331d735aff246 ce48947724e22253c3baeed3293d307281fa14a5 Package: ros-kilted-novatel-oem6-msgs Version: 0.3.0-1noble.20260520.201135 Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3039 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/novatel_oem6_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-novatel-oem6-msgs/ros-kilted-novatel-oem6-msgs_0.3.0-1noble.20260520.201135_arm64.deb Size: 187114 SHA256: 12ad87c0528e0ec97d02006a59b2f02c589c005c5b50c94525630b4fcd0f747f SHA1: daced77ce7c73ad3675c73ebdcb3fca386cb64d0 MD5sum: da7907e357f2f658e2d07cdde29eb2e6 Description: ROS messages and services for Novatel OEM6 Package: ros-kilted-novatel-oem6-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-novatel-oem6-msgs Version: 0.3.0-1noble.20260520.201135 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1810 Depends: ros-kilted-novatel-oem6-msgs (= 0.3.0-1noble.20260520.201135) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-novatel-oem6-msgs/ros-kilted-novatel-oem6-msgs-dbgsym_0.3.0-1noble.20260520.201135_arm64.deb Size: 1381896 SHA256: 8f05cfbca3e0f68daa608d84e4d929af18f81115f28b694157e9affd2ee2ab94 SHA1: ade709997ff3cd22d2630f623c66cffcdda3f299 MD5sum: 15bedad263844b7e7650075cc47775c4 Description: debug symbols for ros-kilted-novatel-oem6-msgs Build-Ids: 037ce95ffa268eb338f2fb3f0ec1c89aafa77892 1e3cc45bb4b18d2cb7df775a66cf3badd99c35a1 29ea5bc94d7eba4ebd3907991dbe76fc61591a71 4ddea81ef47a8eb9ea38254a564e298549b62d1f 705c869685be88271026883ebc590c1be9591592 9d7a1e8b6c077892d1d7aa46c5caa02ee9187601 ae582af348d204335ef45bd8e49577257b941841 bd97ce3e37de7016063cc882700ab5c25d5423d6 be7b77d69977854b92bcf6cb185040788a85160d f693b40dc12d5f35f052864d4681e743a893c6d8 f9822ffbfc47ad2b48d6f994a15f31117f04d8e8 Package: ros-kilted-ntpd-driver Version: 2.3.0-1noble.20260519.092143 Architecture: arm64 Maintainer: Vladimir Ermakov Installed-Size: 569 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpocofoundation80t64 (>= 1.11.0), libstdc++6 (>= 13.1), libpoco-dev, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/ntpd_driver Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ntpd-driver/ros-kilted-ntpd-driver_2.3.0-1noble.20260519.092143_arm64.deb Size: 103328 SHA256: 78cb7c47964443a4537c9799e7b12cb42bae5e3c8734620235e036bc838015be SHA1: 79e54ff59869dfb04875b2c76c9a9742f7a707ce MD5sum: a38112d1a99addb063e88202c1d9c486 Description: ntpd_driver sends TimeReference message time to ntpd server Package: ros-kilted-ntpd-driver-dbgsym Package-Type: ddeb Source: ros-kilted-ntpd-driver Version: 2.3.0-1noble.20260519.092143 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Vladimir Ermakov Installed-Size: 2389 Depends: ros-kilted-ntpd-driver (= 2.3.0-1noble.20260519.092143) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ntpd-driver/ros-kilted-ntpd-driver-dbgsym_2.3.0-1noble.20260519.092143_arm64.deb Size: 2033772 SHA256: 0231e18edb8ef727baac60d1814554b4d62af3eaf9ecb8fa23735e2ef16d79b8 SHA1: a1f69e398e0eae94412c5488a7f1e62a658b04a7 MD5sum: 6fc496ca281b305912de44ba5ad220c4 Description: debug symbols for ros-kilted-ntpd-driver Build-Ids: 3e5b8f866bd763ab17f4acf98d1ead4e9d8bf28e afcc3c427ad193b5e258f6548d43a6daff3a1c4f Package: ros-kilted-ntrip-client Version: 1.4.1-2noble.20260519.052943 Architecture: arm64 Maintainer: Rob Fisher Installed-Size: 115 Depends: python3-serial, ros-kilted-nmea-msgs, ros-kilted-rclpy, ros-kilted-rtcm-msgs, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: https://github.com/LORD-MicroStrain/ntrip_client Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ntrip-client/ros-kilted-ntrip-client_1.4.1-2noble.20260519.052943_arm64.deb Size: 26618 SHA256: 170aaf57b4e23057e09958ec11dc125e17418871a0ea51852e396000f41e1d37 SHA1: 057a6b63c5d71c4a03501a479729357f5e1cccbf MD5sum: 5ab19e136e83ab63a405a73c684c53c4 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-kilted-ntrip-client-node Version: 0.7.4-1noble.20260519.053935 Architecture: arm64 Maintainer: Nick Hortovanyi Installed-Size: 310 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-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rtcm-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: https://github.com/aussierobots/ublox_dgnss Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ntrip-client-node/ros-kilted-ntrip-client-node_0.7.4-1noble.20260519.053935_arm64.deb Size: 67726 SHA256: cef3ed557df9021ec05e7cb61cc785952ff60fd281bec0a7daa931dbcd751eac SHA1: f0758d9990f1771b83d085fd903fc89d38567d6e MD5sum: 657ca4faf21bfc98a3970387f9eb646f Description: Publishes RTCM ntrip messages from an external mountpoint Package: ros-kilted-ntrip-client-node-dbgsym Package-Type: ddeb Source: ros-kilted-ntrip-client-node Version: 0.7.4-1noble.20260519.053935 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Nick Hortovanyi Installed-Size: 1265 Depends: ros-kilted-ntrip-client-node (= 0.7.4-1noble.20260519.053935) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ntrip-client-node/ros-kilted-ntrip-client-node-dbgsym_0.7.4-1noble.20260519.053935_arm64.deb Size: 1146466 SHA256: 598141c40cbfd8a837aa6b8012d80c8132658c5b8e73a83149bc5f173da9d949 SHA1: 5c186653028eac3bb8530f3dfd9281374ddb6e95 MD5sum: 3f9390700f5803fcbcb9d0d673e0ffa0 Description: debug symbols for ros-kilted-ntrip-client-node Build-Ids: b83ac1a30510945c5def86e3367c140aa0efe928 e9c7e7ee173a073bb33561250cd0f973c7b89268 Package: ros-kilted-object-recognition-msgs Version: 2.0.0-5noble.20260519.034751 Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 3638 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-action-msgs, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-sensor-msgs, ros-kilted-shape-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/object_recognition Priority: optional Section: misc Filename: pool/main/r/ros-kilted-object-recognition-msgs/ros-kilted-object-recognition-msgs_2.0.0-5noble.20260519.034751_arm64.deb Size: 239892 SHA256: f87b06715296471b040e668567841ad610f4b38fcaabe55b815bd087f96eefbb SHA1: b1cb40d6ba43f5533e0ac6204b813de5168c227c MD5sum: 5b24b0dcbc5bb21f40ad990ff1460f12 Description: Object_recognition_msgs contains the ROS message and the actionlib definition used in object_recognition_core Package: ros-kilted-object-recognition-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-object-recognition-msgs Version: 2.0.0-5noble.20260519.034751 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 2675 Depends: ros-kilted-object-recognition-msgs (= 2.0.0-5noble.20260519.034751) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-object-recognition-msgs/ros-kilted-object-recognition-msgs-dbgsym_2.0.0-5noble.20260519.034751_arm64.deb Size: 2059718 SHA256: b70d1fd3d1067fa78350dc89852e1b272bcb261e34f3f116547911496d373fa1 SHA1: b9f3a71777b77e91ebd97e90a7ed62afdf8739a7 MD5sum: 4a0d0bbb22a2a91d57275712510be26e Description: debug symbols for ros-kilted-object-recognition-msgs Build-Ids: 05a8f617c20e8edd83e7136d8de76f40cb3e4afc 818911744f38ead94774105cda96ab338c5b629c 9974f223bc82088dd2f0c9347325035cb0dddd74 9a4c58659129928d5212f574e3016ee587e9cf87 9fbc2e29f874a056a7fa6e1286ea32fa8f00fe3b ba29d971958de4a4d359a56b9175dbc371c2930e e1edb2fb0f7793c50d13d8912a8e1fcd0debf310 ea2478031ef593d51a8c133aa5274cdce6495dc6 ef03040042724d57ebb7c209cc2ddb26832b20d8 f11f921c5d2e7bb27819d426d3db0d16526825b3 f91f7f9937d0509c1167ee45c8e9c292f0b9d382 Package: ros-kilted-octomap-mapping Version: 2.3.1-1noble.20260519.172409 Architecture: arm64 Maintainer: Wolfgang Merkt Installed-Size: 41 Depends: ros-kilted-octomap-server, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/octomap_mapping Priority: optional Section: misc Filename: pool/main/r/ros-kilted-octomap-mapping/ros-kilted-octomap-mapping_2.3.1-1noble.20260519.172409_arm64.deb Size: 5548 SHA256: 118f16747d9d0382b131f0f4ea9253617e21620345c9e9e9ddff1164d99d001b SHA1: 2d960e4a4c3b83d1f237d031ad510c6a9934bc04 MD5sum: 54bf44eb7767016437f0abffb38f55ac Description: Mapping tools to be used with the OctoMap library, implementing a 3D occupancy grid mapping. Package: ros-kilted-octomap-msgs Version: 2.0.1-2noble.20260519.031650 Architecture: arm64 Maintainer: Wolfgang Merkt Installed-Size: 1796 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/octomap_msgs Priority: optional Section: misc Filename: pool/main/r/ros-kilted-octomap-msgs/ros-kilted-octomap-msgs_2.0.1-2noble.20260519.031650_arm64.deb Size: 122790 SHA256: 026e07154c9333c2d41d981ec7bcc324754719ea318690d7fb22642d03ba6164 SHA1: 9662a999196361201fb624c831379cd034acfe22 MD5sum: 0f5b5ad5546164a4485d9aae4bd3716f 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-kilted-octomap-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-octomap-msgs Version: 2.0.1-2noble.20260519.031650 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Wolfgang Merkt Installed-Size: 1126 Depends: ros-kilted-octomap-msgs (= 2.0.1-2noble.20260519.031650) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-octomap-msgs/ros-kilted-octomap-msgs-dbgsym_2.0.1-2noble.20260519.031650_arm64.deb Size: 836838 SHA256: af57bddcd62ae0eeefb522fce8e5f65de327ca41372e9be527b37f0fd11718e3 SHA1: 7713732dd6fb5a089901406d08f16d9266fbcbbe MD5sum: 3b0af8337a533d483486017c8139ef55 Description: debug symbols for ros-kilted-octomap-msgs Build-Ids: 0215c64699da29e99f9f1c73f6b3b3111e3b4bbd 10bc4326ecc0028612203f31a20a75f7b254c542 2f54015f48d3fa261840370f579db658c57a86c2 6062617e1b03db8812f481e23182b0b3969d49a3 632077e002ae533749b21aaf91f200fc13a98840 65a5ad6e55bcbbd1fd6c7b718b56d1ab46c92fce 8cd2527c9588a84cd8ae8391ccb0410ec9f8ee0d abd823a5fc17f77f9d553415963ac17794f86a82 ad8fdf4129210e8cd7c88bb4c29f4111f844168e e81277230b454b2f87086cffbc13ed6e4d676346 e941f4cdd603cf146dbb41aa4ef0eec1008b4bb7 Package: ros-kilted-octomap-ros Version: 0.4.4-2noble.20260519.040755 Architecture: arm64 Maintainer: Wolfgang Merkt Installed-Size: 130 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), liboctomap-dev, ros-kilted-octomap-msgs, ros-kilted-sensor-msgs, ros-kilted-tf2, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/octomap_ros Priority: optional Section: misc Filename: pool/main/r/ros-kilted-octomap-ros/ros-kilted-octomap-ros_0.4.4-2noble.20260519.040755_arm64.deb Size: 15012 SHA256: f2ad6cf73e340998969e7e7174da151c3da0c0e149e6d550622097ba5b60c8db SHA1: dc74d4012df7f80f93d15796f4d5b9f08f7dda71 MD5sum: 3b3df51ca3b2cfa2f363a49836299f2b 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-kilted-octomap-ros-dbgsym Package-Type: ddeb Source: ros-kilted-octomap-ros Version: 0.4.4-2noble.20260519.040755 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Wolfgang Merkt Installed-Size: 102 Depends: ros-kilted-octomap-ros (= 0.4.4-2noble.20260519.040755) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-octomap-ros/ros-kilted-octomap-ros-dbgsym_0.4.4-2noble.20260519.040755_arm64.deb Size: 86136 SHA256: 71c07a20e55023c2dc2cb5c657a5cd157e1ee68f60761e7c6d9698c5a37c4fb6 SHA1: d1ddd94077ce84cebd9fe12a59c6c608094efdee MD5sum: c432ced7f1ae9e26b55d7c8d1aacffcb Description: debug symbols for ros-kilted-octomap-ros Build-Ids: 339c9c07da6d6ba17b8bf38ae555770515571435 Package: ros-kilted-octomap-rviz-plugins Version: 2.1.1-2noble.20260519.150029 Architecture: arm64 Maintainer: Armin Hornung Installed-Size: 1237 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liboctomap1.9t64 (>= 1.9.7+dfsg), libqt5core5t64 (>= 5.5.0), libstdc++6 (>= 13.1), ros-kilted-rviz-ogre-vendor, liboctomap-dev, libqt5core5a, libqt5gui5, libqt5widgets5, qtbase5-dev, ros-kilted-octomap-msgs, ros-kilted-rclcpp, ros-kilted-rviz-common, ros-kilted-rviz-default-plugins, ros-kilted-rviz-rendering, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/octomap_rviz_plugins Priority: optional Section: misc Filename: pool/main/r/ros-kilted-octomap-rviz-plugins/ros-kilted-octomap-rviz-plugins_2.1.1-2noble.20260519.150029_arm64.deb Size: 273318 SHA256: eeb0170a8bdd58cb77ec0579f94e952261112356a6d36fcb720ccba2ee882d2f SHA1: c7911a96879f1ca0663498d49c863b1f72275513 MD5sum: ef51a9d11fc5367b79bad9ccd492d3ef Description: A set of plugins for displaying occupancy information decoded from binary octomap messages. Package: ros-kilted-octomap-rviz-plugins-dbgsym Package-Type: ddeb Source: ros-kilted-octomap-rviz-plugins Version: 2.1.1-2noble.20260519.150029 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Armin Hornung Installed-Size: 6898 Depends: ros-kilted-octomap-rviz-plugins (= 2.1.1-2noble.20260519.150029) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-octomap-rviz-plugins/ros-kilted-octomap-rviz-plugins-dbgsym_2.1.1-2noble.20260519.150029_arm64.deb Size: 5933288 SHA256: 26be4a6d9d84ad340ef61e6e820d411056ea0e596ce50be7763cf8e94abc3b29 SHA1: 6a31715e624e0829fc7a4b70bb28512472fff0d1 MD5sum: 6f7ac431c321e3b95895e24425f981c1 Description: debug symbols for ros-kilted-octomap-rviz-plugins Build-Ids: 01e13cdd14fc230bf7eb5dbe2e482f20ad2d7faa Package: ros-kilted-octomap-server Version: 2.3.1-1noble.20260519.170056 Architecture: arm64 Maintainer: Wolfgang Merkt Installed-Size: 4820 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgomp1 (>= 6), liboctomap1.9t64 (>= 1.9.7+dfsg), liborocos-kdl1.5 (>= 1.5.1), libpcl-common1.14 (>= 1.14.0+dfsg), libpcl-filters1.14 (>= 1.14.0+dfsg), libpcl-segmentation1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), liboctomap-dev, libpcl-dev, ros-kilted-geometry-msgs, ros-kilted-message-filters, ros-kilted-nav-msgs, ros-kilted-octomap-msgs, ros-kilted-octomap-ros, ros-kilted-pcl-conversions, ros-kilted-pcl-ros, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-tf2, ros-kilted-tf2-eigen, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/octomap_server Priority: optional Section: misc Filename: pool/main/r/ros-kilted-octomap-server/ros-kilted-octomap-server_2.3.1-1noble.20260519.170056_arm64.deb Size: 635320 SHA256: 1a9e36f58bc5f32f078cd4837c340d711ab241172f1a9399784029c62481e54b SHA1: b4fb776a18f84b1d7a0cd76222e88868d34e34a2 MD5sum: d38eb773b2c271eae931945e8c4c4037 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-kilted-octomap-server-dbgsym Package-Type: ddeb Source: ros-kilted-octomap-server Version: 2.3.1-1noble.20260519.170056 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Wolfgang Merkt Installed-Size: 29970 Depends: ros-kilted-octomap-server (= 2.3.1-1noble.20260519.170056) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-octomap-server/ros-kilted-octomap-server-dbgsym_2.3.1-1noble.20260519.170056_arm64.deb Size: 25911994 SHA256: e13e3aaa345b151fe82d108acce897effc3a4eb746af75ced24235dd1cc011f5 SHA1: d36293a1162bf1e0f3a197e9267efe01e2a225c5 MD5sum: 352dc776f802b5127efc9e988e54ae08 Description: debug symbols for ros-kilted-octomap-server Build-Ids: 02c580ecf977efd1d6dea94768045a4139d04113 08122283e8dbbefe19cce9a9717c27b76e85028e 31e496e50fe2a69b8ab9f56a6607885e3d26a2d5 323ea4b4e39f8cbbf94dbf1ccaa7cb0a1fe4bf13 3c8fc09a42b062bf63da0cf5de36c4bf83d9f317 45c077af387fef328f51301632bbfe8aab57bd0f 5ede8095efb95c9d13be964a2d36f10696e4117f 5f2cb7ee09bc1497578a8508654b2bfe4a956482 847b16c7b434ff9544fe826aa268f3195640c306 cc8a2b68abf34db6c370f38371733fdf849b88a4 cf933d5f6d4b26f0a220e7b7597cea9fc2a6958a fa4619bf0cfdfc61b3db6c5b2f907717f1165b7d Package: ros-kilted-odom-to-tf-ros2 Version: 1.0.5-3noble.20260519.081002 Architecture: arm64 Maintainer: George Stavrinos Installed-Size: 498 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-rclcpp, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-odom-to-tf-ros2/ros-kilted-odom-to-tf-ros2_1.0.5-3noble.20260519.081002_arm64.deb Size: 101956 SHA256: 2d1f844ebca5e251774f6fffcda64f16068cd2e25d6fc4a206fab4c5d0b18d55 SHA1: 213ab5554247245864dd11ed52d0e36ecb2840f0 MD5sum: 85f5375931cef35edae7fb312e3cc664 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-kilted-odom-to-tf-ros2-dbgsym Package-Type: ddeb Source: ros-kilted-odom-to-tf-ros2 Version: 1.0.5-3noble.20260519.081002 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: George Stavrinos Installed-Size: 2259 Depends: ros-kilted-odom-to-tf-ros2 (= 1.0.5-3noble.20260519.081002) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-odom-to-tf-ros2/ros-kilted-odom-to-tf-ros2-dbgsym_1.0.5-3noble.20260519.081002_arm64.deb Size: 1893720 SHA256: 23e28fec38b8455de79b405b61403f9a8a946f7478091d665594e98358fdd35d SHA1: 69403740094efd514026f1f460ba139363feea67 MD5sum: d5f8a62cfca478094d8d5991481f33e8 Description: debug symbols for ros-kilted-odom-to-tf-ros2 Build-Ids: e1d94151577fb011811b832668f87cdd549eb201 Package: ros-kilted-odri-master-board-sdk Version: 1.0.7-3noble.20260410.180328 Architecture: arm64 Maintainer: Maximilien Naveau Installed-Size: 577 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), git, libboost-python-dev, python3-dev, python3-numpy, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-odri-master-board-sdk/ros-kilted-odri-master-board-sdk_1.0.7-3noble.20260410.180328_arm64.deb Size: 77364 SHA256: 61963b9fd0f93db384145fb84026108eb714641a099b69af58158ce25e2fa4bc SHA1: dac5a24e7c07774eca51510192dbb2064645b5f6 MD5sum: 78352cc1e0f6e26e68feef7001630e59 Description: This project contains the sdk for the communication between a computer and the master-board Package: ros-kilted-odri-master-board-sdk-dbgsym Package-Type: ddeb Source: ros-kilted-odri-master-board-sdk Version: 1.0.7-3noble.20260410.180328 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Maximilien Naveau Installed-Size: 827 Depends: ros-kilted-odri-master-board-sdk (= 1.0.7-3noble.20260410.180328) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-odri-master-board-sdk/ros-kilted-odri-master-board-sdk-dbgsym_1.0.7-3noble.20260410.180328_arm64.deb Size: 597014 SHA256: 9dd43c24a98af35a2ec2de1e9477df72169925482abcb943f7086b9129498147 SHA1: bfab12a073d823ce617611bd1f55dd10899b436d MD5sum: b7f226719785bdb2b383fe6f979b6386 Description: debug symbols for ros-kilted-odri-master-board-sdk Build-Ids: 0acf7cc0813b580dc6d2fc6a6213bc7318c23636 38e0738e276a05677bbffe1b646e4a466e458ef0 4d990dbaf8c9dc69cdf6520f0cb64df9b2d4280c 7ab90caf301e0a6f13f913f9bed117595e049cd7 9cac5b594a406f1b2d849fb5ab6dd560ead5bf34 Package: ros-kilted-om-gravity-compensation-controller Version: 4.1.2-1noble.20260520.081901 Architecture: arm64 Maintainer: Pyo Installed-Size: 877 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-kilted-angles, ros-kilted-backward-ros, ros-kilted-control-msgs, ros-kilted-control-toolbox, ros-kilted-controller-interface, ros-kilted-generate-parameter-library, ros-kilted-hardware-interface, ros-kilted-kdl-parser, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-realtime-tools, ros-kilted-rsl, ros-kilted-tl-expected, ros-kilted-urdf, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-om-gravity-compensation-controller/ros-kilted-om-gravity-compensation-controller_4.1.2-1noble.20260520.081901_arm64.deb Size: 156406 SHA256: 190dbec93a92d263948aed29f233fcd4cb6413b933e2627fad81811ba0b765d7 SHA1: d23e7b62b3d03e85657082ec250c2f6ffb18c8ee MD5sum: 6ed9fe1124d3432264ab0843ec906770 Description: Controller for compensating for gravity on a group of joints Package: ros-kilted-om-gravity-compensation-controller-dbgsym Package-Type: ddeb Source: ros-kilted-om-gravity-compensation-controller Version: 4.1.2-1noble.20260520.081901 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 3443 Depends: ros-kilted-om-gravity-compensation-controller (= 4.1.2-1noble.20260520.081901) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-om-gravity-compensation-controller/ros-kilted-om-gravity-compensation-controller-dbgsym_4.1.2-1noble.20260520.081901_arm64.deb Size: 2879742 SHA256: 219e3790c08fd33e16913ce15eeb6143c71c4f4da36d724c1c9cab9731688a69 SHA1: d67e99b28dd538e6d614fb4b4ed81ff6995c76a8 MD5sum: 5f336f5166fc2a702f56f426b8849fa0 Description: debug symbols for ros-kilted-om-gravity-compensation-controller Build-Ids: 71204d1a959804492a7df5fbf0cb517102ff6411 Package: ros-kilted-om-joint-trajectory-command-broadcaster Version: 4.1.2-1noble.20260520.091100 Architecture: arm64 Maintainer: Pyo Installed-Size: 677 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-backward-ros, ros-kilted-builtin-interfaces, ros-kilted-control-msgs, ros-kilted-controller-interface, ros-kilted-generate-parameter-library, ros-kilted-pluginlib, ros-kilted-rclcpp-lifecycle, ros-kilted-rcutils, ros-kilted-realtime-tools, ros-kilted-sensor-msgs, ros-kilted-trajectory-msgs, ros-kilted-urdf, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-om-joint-trajectory-command-broadcaster/ros-kilted-om-joint-trajectory-command-broadcaster_4.1.2-1noble.20260520.091100_arm64.deb Size: 141386 SHA256: 0805c640e0fdcbaa5a8dcda32c25e170c351f850ef03e0de45153b00757e783f SHA1: 72e907fb05a85f0e40602bb3218f76eb041b8108 MD5sum: 739cb191799820a4e26d19e632e41e7e Description: Joint Trajectory Command Broadcaster ROS 2 package. Package: ros-kilted-om-joint-trajectory-command-broadcaster-dbgsym Package-Type: ddeb Source: ros-kilted-om-joint-trajectory-command-broadcaster Version: 4.1.2-1noble.20260520.091100 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 2912 Depends: ros-kilted-om-joint-trajectory-command-broadcaster (= 4.1.2-1noble.20260520.091100) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-om-joint-trajectory-command-broadcaster/ros-kilted-om-joint-trajectory-command-broadcaster-dbgsym_4.1.2-1noble.20260520.091100_arm64.deb Size: 2509904 SHA256: 2664a13d56afa420c63ed5764d579b07fefb49bec0faa895cbd2eb1a459071a9 SHA1: 5e954720074e0f536d414cbbb792f9c08ab2c041 MD5sum: 579105a733eb80de3b21b042537ed254 Description: debug symbols for ros-kilted-om-joint-trajectory-command-broadcaster Build-Ids: 76515040376386116db542016a3126a3a0afae91 Package: ros-kilted-om-spring-actuator-controller Version: 4.1.2-1noble.20260520.083322 Architecture: arm64 Maintainer: Pyo Installed-Size: 228 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-controller-interface, ros-kilted-generate-parameter-library, ros-kilted-hardware-interface, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-urdf, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-om-spring-actuator-controller/ros-kilted-om-spring-actuator-controller_4.1.2-1noble.20260520.083322_arm64.deb Size: 54732 SHA256: efb893066f432f4156112c10a7153822b35af9eced3d627a2c0028fadb33b14f SHA1: 109cd5c8690be8c12e0af7b1f2c105d02b61afe4 MD5sum: 7bf6822ab2ebe02051df616fda3bf49d Description: Spring Actuator Controller ROS 2 package. Package: ros-kilted-om-spring-actuator-controller-dbgsym Package-Type: ddeb Source: ros-kilted-om-spring-actuator-controller Version: 4.1.2-1noble.20260520.083322 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 728 Depends: ros-kilted-om-spring-actuator-controller (= 4.1.2-1noble.20260520.083322) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-om-spring-actuator-controller/ros-kilted-om-spring-actuator-controller-dbgsym_4.1.2-1noble.20260520.083322_arm64.deb Size: 672852 SHA256: 5b1e4db85bef217d3f6f9d88ff6a67c5c4449049d5137acdca2766db9e0bbe16 SHA1: 39e6c5de7f68e2d4ea51bd00c8174bc3f73ae156 MD5sum: e42675a33e15e54ecfe5d3b78b8694c4 Description: debug symbols for ros-kilted-om-spring-actuator-controller Build-Ids: a1be9175e96734c1202f502e700c85ffc9d11a61 Package: ros-kilted-omni-wheel-drive-controller Version: 5.15.1-1noble.20260520.083353 Architecture: arm64 Maintainer: "Aarav Gupta" Installed-Size: 940 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, ros-kilted-controller-interface, ros-kilted-generate-parameter-library, ros-kilted-geometry-msgs, ros-kilted-hardware-interface, ros-kilted-nav-msgs, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-realtime-tools, ros-kilted-tf2, ros-kilted-tf2-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/omni_wheel_drive_controller/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-omni-wheel-drive-controller/ros-kilted-omni-wheel-drive-controller_5.15.1-1noble.20260520.083353_arm64.deb Size: 245384 SHA256: 2b2e1e78cd3cf7cf5af7c01fa7d22ae345d9f662ccfaedcb2b7650c6905c4a68 SHA1: 0365aa57e40ad040eef959d28edeabdb8cd106e3 MD5sum: b1fd4f2d7f43d4a4540b3c517249a7f1 Description: A chainable controller for mobile robots with omnidirectional drive with three or more omni wheels. Package: ros-kilted-omni-wheel-drive-controller-dbgsym Package-Type: ddeb Source: ros-kilted-omni-wheel-drive-controller Version: 5.15.1-1noble.20260520.083353 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Aarav Gupta" Installed-Size: 9064 Depends: ros-kilted-omni-wheel-drive-controller (= 5.15.1-1noble.20260520.083353) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-omni-wheel-drive-controller/ros-kilted-omni-wheel-drive-controller-dbgsym_5.15.1-1noble.20260520.083353_arm64.deb Size: 8642560 SHA256: 4d32dba00c46dc1575e75885a082432f1fcf86182b1185b9a3c753f628003965 SHA1: 31627b312f33b80e76fb7bc9f8989573473a2504 MD5sum: 9f053e065689ca4228f63845ab197463 Description: debug symbols for ros-kilted-omni-wheel-drive-controller Build-Ids: f6b511540a34bbcb7014b38ddf8ab214952525a5 Package: ros-kilted-ompl Version: 1.7.0-3noble.20260410.223352 Architecture: arm64 Maintainer: Mark Moll Installed-Size: 15582 Depends: libboost-filesystem1.83.0 (>= 1.83.0), libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-all-dev, libeigen3-dev, libflann-dev, ros-kilted-ros-workspace Homepage: https://ompl.kavrakilab.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ompl/ros-kilted-ompl_1.7.0-3noble.20260410.223352_arm64.deb Size: 2331392 SHA256: 76e1391cc89b77edeaf88bfd470dffc7a77f3ae46e984069cdc5289531adb845 SHA1: bda7bd76a86e0da1c0bf3c54e440e2a66757268e MD5sum: 257cb6377255186c735e70e37fca55d0 Description: OMPL is a free sampling-based motion planning library. Package: ros-kilted-ompl-dbgsym Package-Type: ddeb Source: ros-kilted-ompl Version: 1.7.0-3noble.20260410.223352 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Mark Moll Installed-Size: 50296 Depends: ros-kilted-ompl (= 1.7.0-3noble.20260410.223352) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ompl/ros-kilted-ompl-dbgsym_1.7.0-3noble.20260410.223352_arm64.deb Size: 46102256 SHA256: c0b90f62dd822846bd7ee67ff5a65f4511a584f3975d190373585d3266c67a04 SHA1: 3a18dc07677a16f2a35146813ff89d2badf0d48e MD5sum: 6b569f86cd4358107ec67e6c5ab5adeb Description: debug symbols for ros-kilted-ompl Build-Ids: 617da0eb98ec1a948bbd1238b62ae6e86e01a4c8 Package: ros-kilted-open-manipulator Version: 4.1.2-1noble.20260520.131628 Architecture: arm64 Maintainer: Pyo Installed-Size: 43 Depends: ros-kilted-om-gravity-compensation-controller, ros-kilted-om-joint-trajectory-command-broadcaster, ros-kilted-om-spring-actuator-controller, ros-kilted-open-manipulator-bringup, ros-kilted-open-manipulator-collision, ros-kilted-open-manipulator-description, ros-kilted-open-manipulator-gui, ros-kilted-open-manipulator-moveit-config, ros-kilted-open-manipulator-playground, ros-kilted-open-manipulator-teleop, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/open_manipulator Priority: optional Section: misc Filename: pool/main/r/ros-kilted-open-manipulator/ros-kilted-open-manipulator_4.1.2-1noble.20260520.131628_arm64.deb Size: 7118 SHA256: 39db802ab89449ad047a4b9346074aeb31d8fc0884429a98f7dfe5bc43d3853b SHA1: 9492f4bee2e0f57ac8968876e1e647632b8ee3df MD5sum: f910fe45b62d4aae8e1d4aff55772199 Description: OpenMANIPULATOR meta ROS 2 package. Package: ros-kilted-open-manipulator-bringup Version: 4.1.2-1noble.20260520.092336 Architecture: arm64 Maintainer: Pyo Installed-Size: 232 Depends: ros-kilted-dynamixel-hardware-interface, ros-kilted-gz-ros2-control, ros-kilted-open-manipulator-description, ros-kilted-rclpy, ros-kilted-robot-state-publisher, ros-kilted-ros-gz-bridge, ros-kilted-ros-gz-image, ros-kilted-ros-gz-sim, ros-kilted-ros2-control, ros-kilted-ros2-controllers, ros-kilted-rviz2, ros-kilted-xacro, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/open_manipulator Priority: optional Section: misc Filename: pool/main/r/ros-kilted-open-manipulator-bringup/ros-kilted-open-manipulator-bringup_4.1.2-1noble.20260520.092336_arm64.deb Size: 22882 SHA256: fc10b2d2b2ac4cc297b50e409b6f337cd0deeecd7fce077781268bdbae9c523b SHA1: 3c616e9e6b777c050ca34e4977f706f2c250b68c MD5sum: 3b39b90c5ec7f52330bb0e38aadf296a Description: OpenMANIPULATOR bringup ROS 2 package. Package: ros-kilted-open-manipulator-collision Version: 4.1.2-1noble.20260519.054517 Architecture: arm64 Maintainer: Pyo Installed-Size: 646 Depends: libc6 (>= 2.34), libfcl0.7 (>= 0.7.0), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libeigen3-dev, libfcl-dev, ros-kilted-kdl-parser, ros-kilted-rclcpp, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-urdf, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/open_manipulator Priority: optional Section: misc Filename: pool/main/r/ros-kilted-open-manipulator-collision/ros-kilted-open-manipulator-collision_4.1.2-1noble.20260519.054517_arm64.deb Size: 133050 SHA256: ef95cf4f79509e8dbfa963bc93420314eda9e565db3e3951ff2c90d7acc8cf69 SHA1: d7a66ce7a4536b888310978d5a399b1740ee58cf MD5sum: d994df75f9f914089c6b20fe3ac99e35 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-kilted-open-manipulator-collision-dbgsym Package-Type: ddeb Source: ros-kilted-open-manipulator-collision Version: 4.1.2-1noble.20260519.054517 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 3600 Depends: ros-kilted-open-manipulator-collision (= 4.1.2-1noble.20260519.054517) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-open-manipulator-collision/ros-kilted-open-manipulator-collision-dbgsym_4.1.2-1noble.20260519.054517_arm64.deb Size: 3196310 SHA256: 7b7d1a4f79d4275105dc25daa2c181509c442a06d69f10dcc60ca09042f80b23 SHA1: 852235089de8cea9edacb69c5fcc4ed16ded9fe9 MD5sum: 3ef1855c8aa8026c4586dfc28633cdd0 Description: debug symbols for ros-kilted-open-manipulator-collision Build-Ids: 43cb03db0f638ed8fafca75e96e1ba27972d2622 Package: ros-kilted-open-manipulator-description Version: 4.1.2-1noble.20260519.152036 Architecture: arm64 Maintainer: Pyo Installed-Size: 55197 Depends: ros-kilted-joint-state-publisher, ros-kilted-joint-state-publisher-gui, ros-kilted-robot-state-publisher, ros-kilted-rviz2, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/open_manipulator Priority: optional Section: misc Filename: pool/main/r/ros-kilted-open-manipulator-description/ros-kilted-open-manipulator-description_4.1.2-1noble.20260519.152036_arm64.deb Size: 13084374 SHA256: 194cd25441351440663f4f38b0f44cd006766f1379964d172a855645c2ffb845 SHA1: 6c084d15a2a05f41910510519f84b7d91cfb2dfe MD5sum: f9b95fb8897ae891adc177c92a4518fb Description: open_manipulator_description ROS 2 package. Package: ros-kilted-open-manipulator-gui Version: 4.1.2-1noble.20260520.113922 Architecture: arm64 Maintainer: Pyo Installed-Size: 1178 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.10.0), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), ros-kilted-moveit-core, ros-kilted-moveit-ros-planning-interface, libqt5gui5t64, qt5-qmake, qtbase5-dev, ros-kilted-eigen3-cmake-module, ros-kilted-geometry-msgs, ros-kilted-moveit-msgs, ros-kilted-moveit-ros-planning, ros-kilted-rclcpp, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/open_manipulator Priority: optional Section: misc Filename: pool/main/r/ros-kilted-open-manipulator-gui/ros-kilted-open-manipulator-gui_4.1.2-1noble.20260520.113922_arm64.deb Size: 166462 SHA256: 8725927886ffa042e71159c17a7c1ce1f7f6bd5f660854f44fea701fe5740bcc SHA1: b99e13a36c2c46309a10d58dc300cc54cc8bca07 MD5sum: 6557395a34879b2f6205ed106212587c 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-kilted-open-manipulator-gui-dbgsym Package-Type: ddeb Source: ros-kilted-open-manipulator-gui Version: 4.1.2-1noble.20260520.113922 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 13885 Depends: ros-kilted-open-manipulator-gui (= 4.1.2-1noble.20260520.113922) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-open-manipulator-gui/ros-kilted-open-manipulator-gui-dbgsym_4.1.2-1noble.20260520.113922_arm64.deb Size: 13612372 SHA256: 80bdd9a3bf4e49ad29612968c26a69c4412371145b95aeb1dae4bddfe12ee085 SHA1: ff9cd57452ec37828929bfd774d810d9dcef5743 MD5sum: ae529115c475254cfdd76c0cea1d7222 Description: debug symbols for ros-kilted-open-manipulator-gui Build-Ids: 43e1cf7dc0312be02b805e269552b35b5716d63d 69272af44fc8c574d72306944ca69c7654622154 780782727182f1c47c19cddffe17f9db1673cb29 8bc39ee7028163a5441a090651ab71880a5ce790 Package: ros-kilted-open-manipulator-moveit-config Version: 4.1.2-1noble.20260520.131543 Architecture: arm64 Maintainer: Pyo Installed-Size: 107 Depends: ros-kilted-controller-manager, ros-kilted-joint-state-publisher, ros-kilted-joint-state-publisher-gui, ros-kilted-moveit-configs-utils, ros-kilted-moveit-kinematics, ros-kilted-moveit-planners, ros-kilted-moveit-ros-move-group, ros-kilted-moveit-ros-visualization, ros-kilted-moveit-ros-warehouse, ros-kilted-moveit-setup-assistant, ros-kilted-moveit-simple-controller-manager, ros-kilted-open-manipulator-description, ros-kilted-robot-state-publisher, ros-kilted-rviz-common, ros-kilted-rviz-default-plugins, ros-kilted-rviz2, ros-kilted-tf2-ros, ros-kilted-warehouse-ros-sqlite, ros-kilted-xacro, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/open_manipulator Priority: optional Section: misc Filename: pool/main/r/ros-kilted-open-manipulator-moveit-config/ros-kilted-open-manipulator-moveit-config_4.1.2-1noble.20260520.131543_arm64.deb Size: 12410 SHA256: 9d17a461f42e9155cda641f807fb0e8a8f50f2e3dd51b15e8a077d3fc4c235ed SHA1: e140850d5d2861ce90e44ba22cf60a0f0ac6ba86 MD5sum: c93fddc182d3e9559af896007a5d873a 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-kilted-open-manipulator-playground Version: 4.1.2-1noble.20260520.114357 Architecture: arm64 Maintainer: Pyo Installed-Size: 261 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-moveit-ros-planning-interface, ros-kilted-rclcpp, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/open_manipulator Priority: optional Section: misc Filename: pool/main/r/ros-kilted-open-manipulator-playground/ros-kilted-open-manipulator-playground_4.1.2-1noble.20260520.114357_arm64.deb Size: 26522 SHA256: 9480fe83b10e4b6cefe3518158d0eedf63a54f38dce6630ff1b18a42d95910e2 SHA1: 4aa17bde7cee165b4a5e77b04b0558b5e00da3e0 MD5sum: e675bae9f1b375e8c79c844354847b88 Description: This package provides an example for utilizing the MoveIt API with the OpenMANIPULATOR, allowing users to practice and experiment freely. Package: ros-kilted-open-manipulator-playground-dbgsym Package-Type: ddeb Source: ros-kilted-open-manipulator-playground Version: 4.1.2-1noble.20260520.114357 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 4820 Depends: ros-kilted-open-manipulator-playground (= 4.1.2-1noble.20260520.114357) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-open-manipulator-playground/ros-kilted-open-manipulator-playground-dbgsym_4.1.2-1noble.20260520.114357_arm64.deb Size: 3594622 SHA256: 5f012126af1073717a6c64668d146f640b6ce9e2eafd4e03b37f9b7b0fb6eb2e SHA1: 92167079271043e8cf9a91d98fb9301382a546a5 MD5sum: f8b777527bd54f05d11c4e4014aaca35 Description: debug symbols for ros-kilted-open-manipulator-playground Build-Ids: 41ae38df320c68c6980988a504b900b3401e3cf8 77168f09c21b4ed8fa318e93b1d23696e45880ba d6508902d34bbdae89f1142dad762884280d7cd0 Package: ros-kilted-open-manipulator-teleop Version: 4.1.2-1noble.20260519.051313 Architecture: arm64 Maintainer: Pyo Installed-Size: 115 Depends: ros-kilted-control-msgs, ros-kilted-rclpy, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-trajectory-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-open-manipulator-teleop/ros-kilted-open-manipulator-teleop_4.1.2-1noble.20260519.051313_arm64.deb Size: 12410 SHA256: 6467c9e485b2f1792778ecc55834b19662df2bb5f6fa9f93f9f5666542b56eef SHA1: 73eead01dd4356dfe6943c8f301f2a5b4ce6c284 MD5sum: debd3f7390bb509050d7395d47e5e6e2 Description: OpenManipulator teleoperation package Package: ros-kilted-openeb-vendor Version: 2.0.3-1noble.20260514.085457 Architecture: arm64 Maintainer: "Bernd Pfrommer" Installed-Size: 10989 Depends: libboost-program-options1.83.0 (>= 1.83.0), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libglew2.2 (>= 2.2.0-4build1), libglfw3 (>= 3.2), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-highgui406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopencv-videoio406t64 (>= 4.6.0+dfsg), libopengl0, libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), 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-kilted-ros-workspace Homepage: https://github.com/prophesee-ai/openeb Priority: optional Section: misc Filename: pool/main/r/ros-kilted-openeb-vendor/ros-kilted-openeb-vendor_2.0.3-1noble.20260514.085457_arm64.deb Size: 1912052 SHA256: 639c321db94bd059480cc0e94b08c99b4f05a08604865ef06c2910ea76d274ee SHA1: acadedcf7826962ebbcf17dde64fff62b966a60a MD5sum: b15c1831910390976cfc0c79efbfac59 Description: Wrapper around openeb Package: ros-kilted-openeb-vendor-dbgsym Package-Type: ddeb Source: ros-kilted-openeb-vendor Version: 2.0.3-1noble.20260514.085457 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bernd Pfrommer" Installed-Size: 49142 Depends: ros-kilted-openeb-vendor (= 2.0.3-1noble.20260514.085457) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-openeb-vendor/ros-kilted-openeb-vendor-dbgsym_2.0.3-1noble.20260514.085457_arm64.deb Size: 45146650 SHA256: 877dabdf55c181f6dfa2ffa7597ee2aedff3766b5bd2d4aa16e40b72e974eec1 SHA1: a0e39782479ba850e46bab3ecb634c9b2b4164d7 MD5sum: 1496eeb60a2cfbaa3d86fbe8f6e8fa10 Description: debug symbols for ros-kilted-openeb-vendor Build-Ids: 0a1c50cc0cbc0aeb69ae020fab332bb76bf9a2d3 2646ca64e60d7c02b42d8c356d0cbdfc752b70a5 461047fcd4cc1a8ff912b54540ccd034c53a0dfa 56122df0650ed0d32b1b00bf32652c570322b702 5c75c3f4717c1321b905bb9ea8be63c25ddfc7f6 6608080212e8ffb41e96611247f78d667872975a 66c6b79e21446faace6aa977480c95c114b52121 6c6573780e2ca976276154a248037bd1db9dab8a aa1bb509f5396404efd4380324cb70e53ddab597 aa9129950cededa55d59d9ab0a425e5690c0a419 b0213cc428fa17562be1ea83586e054d0e1516d2 b830e55f4d0f8779f4bbaff8d7c4d070dbc9d366 badc227657cbef82b844fb7692b1c225dc1af15c ca05ac1039dfabdbe3d9acba542a78c47d9b7416 ca8f2780a8cdf5aacc9057b3f77b4eba44936cc0 dd7393a3e2ae6941e685af408fc527799240283e e14f399fc4a5c1bb7430d62b9f2b4b9c734bdff0 e15db5c26d551e01501d8ce12faa15e92ba84d56 fa30606c560ed3b67f88f98a0bfb41c7208b2ed1 ff6b6109f3e2ba6d905d604a62958cd836d583d3 Package: ros-kilted-opennav-docking Version: 1.4.2-1noble.20260519.142741 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 3624 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-kilted-angles, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-nav2-graceful-controller, ros-kilted-nav2-msgs, ros-kilted-nav2-util, ros-kilted-opennav-docking-core, ros-kilted-pluginlib, ros-kilted-rcl-interfaces, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-rclcpp-components, ros-kilted-rclcpp-lifecycle, ros-kilted-sensor-msgs, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-yaml-cpp-vendor, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-opennav-docking/ros-kilted-opennav-docking_1.4.2-1noble.20260519.142741_arm64.deb Size: 574164 SHA256: 839a078770d67f61b847cb1c36022f1cc1842181ae091945ac56e97430ea1caf SHA1: 2cb8b640ef63c380c84ad62429235d75252af1d5 MD5sum: c32a82947bc79130d71226846e421c90 Description: A Task Server for robot charger docking Package: ros-kilted-opennav-docking-bt Version: 1.4.2-1noble.20260519.164636 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 666 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-behaviortree-cpp, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-nav2-behavior-tree, ros-kilted-nav2-core, ros-kilted-nav2-msgs, ros-kilted-nav2-util, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-opennav-docking-bt/ros-kilted-opennav-docking-bt_1.4.2-1noble.20260519.164636_arm64.deb Size: 141346 SHA256: f93bb664ad0e5085ffbee0b8bac3b37313a07de2335e61498901204ca4185b28 SHA1: 8c44dac3a69619fddd4c5be048566ec9527e50ed MD5sum: ac7ff4ba04543681f36038556448d2ba Description: A set of BT nodes and XMLs for docking Package: ros-kilted-opennav-docking-bt-dbgsym Package-Type: ddeb Source: ros-kilted-opennav-docking-bt Version: 1.4.2-1noble.20260519.164636 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 3009 Depends: ros-kilted-opennav-docking-bt (= 1.4.2-1noble.20260519.164636) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-opennav-docking-bt/ros-kilted-opennav-docking-bt-dbgsym_1.4.2-1noble.20260519.164636_arm64.deb Size: 2704724 SHA256: c195b7d2d3c7498f257d329b0c267bcc701de65e6da447163f9949f92f765360 SHA1: d9aac9761009a0d0414cce993a210d4849c6431f MD5sum: 8a5d044ba2a7b26e18ac710448d719bf Description: debug symbols for ros-kilted-opennav-docking-bt Build-Ids: 150464bf81fe6b5fe949c2201eb6b0d835b20fce 85dc16309240fb188eb0066d58e102693f9711c7 Package: ros-kilted-opennav-docking-core Version: 1.4.2-1noble.20260519.060414 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 68 Depends: ros-kilted-geometry-msgs, ros-kilted-rclcpp-lifecycle, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-opennav-docking-core/ros-kilted-opennav-docking-core_1.4.2-1noble.20260519.060414_arm64.deb Size: 10202 SHA256: 8c04ee56e42365fdca482f3472c0de5a62d90af94f700be4f2315f53976ecba5 SHA1: 19f536cb53fd8b8fe9d093e6cd2f2379325e7fe8 MD5sum: 0a4db57cc0eba996507a0dbadff06e7f Description: A set of headers for plugins core to the opennav docking framework Package: ros-kilted-opennav-docking-dbgsym Package-Type: ddeb Source: ros-kilted-opennav-docking Version: 1.4.2-1noble.20260519.142741 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 16997 Depends: ros-kilted-opennav-docking (= 1.4.2-1noble.20260519.142741) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-opennav-docking/ros-kilted-opennav-docking-dbgsym_1.4.2-1noble.20260519.142741_arm64.deb Size: 14469170 SHA256: 921c143eca965edba0bace2c48c8a383d5be27a623f6d8172d6360bf2a2a7bef SHA1: 765b76ae38b798d2a38c709b8a75da785bf4beb8 MD5sum: a0570b30ed17c601720c6879dd5e226f Description: debug symbols for ros-kilted-opennav-docking Build-Ids: 08a0496c5bcce00107d6b30b57fbff6c36f471db 3b47fcc8b35d6d279158d59bec601b8316705c08 50f84817f8b795a82a0ee8288760fbd4134ddfd8 64765329af4f7533c02ef74790562e2db1de8565 66e781f35dda1984cb8b61a3d290700b2ac1b051 9b1e9eb2ec7a9f12b005df6d6e64050d6b7eecf0 Package: ros-kilted-openni2-camera Version: 2.2.2-2noble.20260519.100328 Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 2092 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopenni2-0 (>= 2.2.0.33+dfsg), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-kilted-fastcdr, libopenni2-dev, ros-kilted-builtin-interfaces, ros-kilted-camera-info-manager, ros-kilted-depth-image-proc, ros-kilted-image-transport, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rosidl-default-runtime, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-openni2-camera/ros-kilted-openni2-camera_2.2.2-2noble.20260519.100328_arm64.deb Size: 244776 SHA256: ea6085eb2109c1aaee5f06b3a8ddb1db310025a91923e20c49350491563cd3d3 SHA1: b0aba38f4c8202882273471b585e52f7a0164834 MD5sum: 1aa7a3130cbfc038cfff689007ded56d Description: Drivers for the Asus Xtion and Primesense Devices. For using a kinect with ROS, try the freenect stack Package: ros-kilted-openni2-camera-dbgsym Package-Type: ddeb Source: ros-kilted-openni2-camera Version: 2.2.2-2noble.20260519.100328 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 4099 Depends: ros-kilted-openni2-camera (= 2.2.2-2noble.20260519.100328) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-openni2-camera/ros-kilted-openni2-camera-dbgsym_2.2.2-2noble.20260519.100328_arm64.deb Size: 3615876 SHA256: 446801145bc80c8e9f5aca34e2138ccc98327cabf86008c48984b9a745f6b13d SHA1: 6e8e26ce8b69175823b5b3d8d0c14cef3a35d93c MD5sum: 7407e40472906d880687b5287d507868 Description: debug symbols for ros-kilted-openni2-camera Build-Ids: 09f5e4a6df06069369bf88252e926f38345976a4 1c00af12a0d3a37a63399c2264767c08fc5cbf40 2d8a7e00331313327d47366eff6b5ceff0a3261d 4a2257b98d002674649b8023dea80416af5ab8b9 7d7326a05bc639a0f27f28e50ed0bf507d2c5336 8580671053a6baebbecd1593975ef913fedb7bf5 9bf2df596d7e9cd2b180a580e3ae08c02e625409 ba66edd3b99439a2aecae9cd7bc5a5c2b5b444d2 bac2899658fd1b6499d33d86d3ff08fd6964769e cf65747b8182e4e45705a37fb1e93262f1ef5882 e2c5162f43b79194755cf2e9671e02b3b43d1adb e59898abe7a161588a7940486a6029b588f9f99f e9f2f3dc064533990096f777e7b5a0f41c693410 f0cbfaff52cff6b3a95f055fe713590be95c0c5d f150cc9b40b47e97eb76ded93d74f9fb196cc65b f61109a8f4920091ae391489e890afc0410bbc4e Package: ros-kilted-openvdb-vendor Version: 2.6.2-1noble.20260410.153328 Architecture: arm64 Maintainer: Tim Clephas Installed-Size: 43 Depends: libblosc-dev, libboost-iostreams-dev, libboost-thread-dev, libbz2-dev, libilmbase-dev, liblzma-dev, libopenvdb-dev, libtbb-dev, libzstd-dev, zlib1g-dev, ros-kilted-ros-workspace Homepage: https://github.com/AcademySoftwareFoundation/openvdb Priority: optional Section: misc Filename: pool/main/r/ros-kilted-openvdb-vendor/ros-kilted-openvdb-vendor_2.6.2-1noble.20260410.153328_arm64.deb Size: 5626 SHA256: 12a8b0d149c1a48de487c81f7a8cb9ec5e21ec40dd97a48d791c2c3c0bd89638 SHA1: 81fe525679f42a53d34efa0c5f4df6104ad51142 MD5sum: 3632333f5df99084e236c11893203358 Description: Wrapper around OpenVDB, if not found on the system, will compile from source Package: ros-kilted-orocos-kdl-vendor Version: 0.7.1-1noble.20260410.144727 Architecture: arm64 Maintainer: Jacob Perron Installed-Size: 44 Depends: libeigen3-dev, liborocos-kdl-dev, ros-kilted-eigen3-cmake-module, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-orocos-kdl-vendor/ros-kilted-orocos-kdl-vendor_0.7.1-1noble.20260410.144727_arm64.deb Size: 6776 SHA256: 94bf35423ae3b64684403be7d6ca9d85da376c8bc48ee6d0bcee61af2328fd52 SHA1: 5b2c04a5883f7a0c049b37b5321d1bee077eb434 MD5sum: 33b2fc0f19527ae05026285bc2dc6ff5 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-kilted-ortools-vendor Version: 9.9.0-10noble.20260411.112219 Architecture: arm64 Maintainer: Gonzalo Mier Installed-Size: 133801 Depends: libc6 (>= 2.38), libgcc-s1 (>= 4.5), libstdc++6 (>= 13.1), ros-kilted-ros-workspace Homepage: https://github.com/google/or-tools Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ortools-vendor/ros-kilted-ortools-vendor_9.9.0-10noble.20260411.112219_arm64.deb Size: 29953482 SHA256: ad93b97c08a1cc8ee4a06f57da9eae36c632f69c6160992e63bf06fe7f0d40ec SHA1: 6eb69bc3a42f962a3bb15e04c8510ada6551a556 MD5sum: 16d15977dcadf273ccbd42b16f63e634 Description: Wrapper around ortools, it provides a fixed CMake module and an ExternalProject build of it. Package: ros-kilted-ortools-vendor-dbgsym Package-Type: ddeb Source: ros-kilted-ortools-vendor Version: 9.9.0-10noble.20260411.112219 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Gonzalo Mier Installed-Size: 312501 Depends: ros-kilted-ortools-vendor (= 9.9.0-10noble.20260411.112219) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ortools-vendor/ros-kilted-ortools-vendor-dbgsym_9.9.0-10noble.20260411.112219_arm64.deb Size: 298863956 SHA256: 280e53d7e4e8064af3e9f832e0ad8ffd99013ac2c86b0e99f9180865b0bab185 SHA1: fcbb3e5871871413c2c0d58f58f7480e69d8e955 MD5sum: 0760694ed4428cd7f682b6a043cbc3b9 Description: debug symbols for ros-kilted-ortools-vendor Build-Ids: 0665a8d8f4985f90dfe42b41398811c8f56b3fc6 08a11714aca8a580958de18c890e2aa6a8cd62c0 1b08fb059e85b29bb3a804442abea98f84079e69 35082946c54246695100cafb6efd1533d9787478 3ab1a10c7a22f5567dd3a93bcc2aeae77f3e316b 8fa021e1e505ac1f0bba5323672b46cbd4e78e69 a8b038bb22cb1565079c8fb738e17dddeb3552bc dda91d2a342b3c2b714a3eab453c29c8bad6627f Package: ros-kilted-osqp-vendor Version: 0.2.0-4noble.20260410.153500 Architecture: arm64 Maintainer: Esteve Fernandez Installed-Size: 531 Depends: libc6 (>= 2.38), ros-kilted-ros-workspace Homepage: https://github.com/oxfordcontrol/osqp Priority: optional Section: misc Filename: pool/main/r/ros-kilted-osqp-vendor/ros-kilted-osqp-vendor_0.2.0-4noble.20260410.153500_arm64.deb Size: 85110 SHA256: cd8e092882c4b3b04e5a189021f2b0dd4d1ec1de9bfdf62bcf994f2068fdbdf9 SHA1: ce4dc3b676f097bf51356348d1e1a11b7b09d9f4 MD5sum: bcd9b121aea3b7555179707c21bf908b Description: Wrapper around osqp that ships with a CMake module Package: ros-kilted-osqp-vendor-dbgsym Package-Type: ddeb Source: ros-kilted-osqp-vendor Version: 0.2.0-4noble.20260410.153500 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Esteve Fernandez Installed-Size: 165 Depends: ros-kilted-osqp-vendor (= 0.2.0-4noble.20260410.153500) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-osqp-vendor/ros-kilted-osqp-vendor-dbgsym_0.2.0-4noble.20260410.153500_arm64.deb Size: 110606 SHA256: 0948cccca67e4b089389fe4ac21cee9a159daf6f4d66832f268b77db398389ee SHA1: d3e317482cd35aa7abc4e1e348926e84a8cc7641 MD5sum: 98b51a11d7027cb1b49597a1e85ebc9b Description: debug symbols for ros-kilted-osqp-vendor Build-Ids: 731506e11d46a075b8da25cb6fd355191bad3a5e ae01a7d6f1368220468bcbc9c25239640d186ce3 Package: ros-kilted-osrf-pycommon Version: 2.1.6-1noble.20260410.180624 Architecture: arm64 Maintainer: William Woodall Installed-Size: 222 Depends: python3-importlib-metadata, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-osrf-pycommon/ros-kilted-osrf-pycommon_2.1.6-1noble.20260410.180624_arm64.deb Size: 49438 SHA256: 4eafcc81c203700166de779769c57fe357a13e68d0841b54cf47c93a64a81963 SHA1: f2a12aa168bfe1d8976e163577212d7be5a56abb MD5sum: d360ef9104acc67599df152a5c7e3ea5 Description: Commonly needed Python modules, used by Python software developed at OSRF. Package: ros-kilted-osrf-testing-tools-cpp Version: 2.2.0-2noble.20260410.180636 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 1229 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libstdc++6 (>= 13.1), ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-osrf-testing-tools-cpp/ros-kilted-osrf-testing-tools-cpp_2.2.0-2noble.20260410.180636_arm64.deb Size: 930070 SHA256: 810b1d7dca40eb3919fc4e9a722fb6bbab687d059f570170f2a27ed6f2a8b91f SHA1: 4064bfb226317ac0ecfee5aa13e892f2bdc58360 MD5sum: be4d3eefcb9ec8704f178137e3473493 Description: Testing tools for C++, and is used in various OSRF projects. Package: ros-kilted-osrf-testing-tools-cpp-dbgsym Package-Type: ddeb Source: ros-kilted-osrf-testing-tools-cpp Version: 2.2.0-2noble.20260410.180636 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 823 Depends: ros-kilted-osrf-testing-tools-cpp (= 2.2.0-2noble.20260410.180636) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-osrf-testing-tools-cpp/ros-kilted-osrf-testing-tools-cpp-dbgsym_2.2.0-2noble.20260410.180636_arm64.deb Size: 719968 SHA256: 3335defc6ddc8501d14462205c1d9a8bb9f45f6a722d532e72868e2dce577426 SHA1: 9c40f6874c747b92ed79e6775ca5f7fbb3b85ba9 MD5sum: d042d17f56143d47062ef649acbe026b Description: debug symbols for ros-kilted-osrf-testing-tools-cpp Build-Ids: 050812a0ddb55429a227966a21ae8ca4429ae4e7 a6904c7f8f6e5362e4e1af78cf8417fee7aa30f1 cdc6a268b3e2cf1952a4c53c96c8d41e35159a8e Package: ros-kilted-ouster-ros Version: 0.14.2-1noble.20260519.130204 Architecture: arm64 Maintainer: ouster developers Installed-Size: 8501 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libcurl4t64 (>= 7.16.2), libgcc-s1 (>= 4.5), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopencv-stitching406t64 (>= 4.6.0+dfsg), libssl3t64 (>= 3.0.0), libstdc++6 (>= 13.1), libzip4t64 (>= 1.0), curl, libcurl4-openssl-dev, libjsoncpp25, libspdlog-dev, ros-kilted-class-loader, ros-kilted-cv-bridge, ros-kilted-geometry-msgs, ros-kilted-launch, ros-kilted-launch-ros, ros-kilted-ouster-sensor-msgs, ros-kilted-pcl-conversions, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rclcpp-lifecycle, ros-kilted-rosidl-default-runtime, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ouster-ros/ros-kilted-ouster-ros_0.14.2-1noble.20260519.130204_arm64.deb Size: 1585910 SHA256: 3f833e1b7a63d6d238ae629a1ed065f4d9ca732b05d03b904c4404a2c25c2dd7 SHA1: 166335508a3c88f95c92734fd90c56ebe07e468a MD5sum: 5355fd7ba56d282fb808dd13264fb164 Description: Ouster ROS2 driver Package: ros-kilted-ouster-ros-dbgsym Package-Type: ddeb Source: ros-kilted-ouster-ros Version: 0.14.2-1noble.20260519.130204 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ouster developers Installed-Size: 59792 Depends: ros-kilted-ouster-ros (= 0.14.2-1noble.20260519.130204) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ouster-ros/ros-kilted-ouster-ros-dbgsym_0.14.2-1noble.20260519.130204_arm64.deb Size: 54368100 SHA256: 1399a20b3571c334bd902b54f71e8d8437b983a5b06d04a9595e77d11ea9614e SHA1: ef2804b47f4ed056b7913e6a962b8a4bc2091e8e MD5sum: 02c5641dfcc9e1a3d5e443232d92af83 Description: debug symbols for ros-kilted-ouster-ros Build-Ids: 03ee3be1e170cd81189d7d79391d1250b243ac11 0ce26ce3316651a0b657af9913083a4e0933b55d 0efe5a843f3b7e1810dc4a89b575b0e87f772f3d 3e7933a589f68b3076a106498ad60a757feaa1fd 4dd4e1a277f62779ec577834928a035e0844743e 662f302436f16e529c1d6114d47ba86d28803701 764a8669f11f9e0da10d0c7aa4d87947c27b1ebe 83fdd8c717e63b134883e9fe410e28f515141f0f b73a5d44158747805f68e4a0e937fc4e3e70fe54 d4cdd569c6719578e7f8d85c9db1640a9cd48c39 de2ffba77973642a90f51c4d367653742acf1562 Package: ros-kilted-ouster-sensor-msgs Version: 0.14.2-1noble.20260519.032154 Architecture: arm64 Maintainer: ouster developers Installed-Size: 2119 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ouster-sensor-msgs/ros-kilted-ouster-sensor-msgs_0.14.2-1noble.20260519.032154_arm64.deb Size: 132118 SHA256: 561a334e851e9619637aa743404ad0bbac007e3da798febbc001305eb593d7aa SHA1: b086c4f2b485519fab52bc0f54a3a2226c5dbf4e MD5sum: 25766a805f4cb3b368041dac10f66e9a Description: ouster_ros message and service definitions Package: ros-kilted-ouster-sensor-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-ouster-sensor-msgs Version: 0.14.2-1noble.20260519.032154 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ouster developers Installed-Size: 1361 Depends: ros-kilted-ouster-sensor-msgs (= 0.14.2-1noble.20260519.032154) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ouster-sensor-msgs/ros-kilted-ouster-sensor-msgs-dbgsym_0.14.2-1noble.20260519.032154_arm64.deb Size: 1003910 SHA256: f61531dc926b4ed4efcd01f152471bb6cad8ab7f5e0531d649f8de262b4c2d8d SHA1: f17630c79d951d6bb3249ee13203e70892bd2117 MD5sum: 127adb74174e1c660708d582f6f88d37 Description: debug symbols for ros-kilted-ouster-sensor-msgs Build-Ids: 05d58a2375507b730d4ed535302dea9473fc19b3 3dd69e84b99e131df590ea6fd399997dec38af68 421a5c25bbc0be9c9f5097eaacb581a6c4776420 73a86b0b8724321e288e01e16e900589950bc0a6 bbb77817d1c305cd441bc5345165c49011a7194b c6c1bcac08d5094e8e966512d3614d9140023e50 cf605a07476af6772a90358b848faf86b3bae270 d0fcc5f899ca453a6c0e8f6f56b2a9a89d692855 da435cc02c2bc2ddc875ff0efaf2038c46f7c54d dcd41fbe322474380fdb0311115dc8cb2fb34077 fdbb6dacd87c0beb083ef077beca5d3b133109a6 Package: ros-kilted-ouxt-common Version: 0.0.8-5noble.20260410.171604 Architecture: arm64 Maintainer: Masaya Kataoka Installed-Size: 41 Depends: ros-kilted-ouxt-lint-common, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ouxt-common/ros-kilted-ouxt-common_0.0.8-5noble.20260410.171604_arm64.deb Size: 5402 SHA256: ccdd6dfc718cb23ff8b75c1675455c52e096e6a41b570b8b1d7b26652846ee45 SHA1: 9385bc8ca4ff30b69e08e4adc81b8ada24ca4cbd MD5sum: 9e39d7f78ee183453d0b3be7dbec7dfc Description: common settings for OUXT Polaris ROS2 packages Package: ros-kilted-ouxt-lint-common Version: 0.0.8-5noble.20260410.171043 Architecture: arm64 Maintainer: Masaya Kataoka Installed-Size: 45 Depends: ros-kilted-ament-cmake-clang-format, ros-kilted-ament-cmake-copyright, ros-kilted-ament-cmake-pep257, ros-kilted-ament-cmake-xmllint, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ouxt-lint-common/ros-kilted-ouxt-lint-common_0.0.8-5noble.20260410.171043_arm64.deb Size: 6448 SHA256: a391288703ea527c9dbc155528280e1173a0763546b4a3c936a0e505c99becd4 SHA1: a4ed855ae8f9502eea9aee09e3c1d4c92646d03c MD5sum: 500b55b5cc2cd277889d093b2f39c616 Description: common linter settings for OUXT Polaris ROS2 packages Package: ros-kilted-pal-statistics Version: 2.7.0-1noble.20260519.095231 Architecture: arm64 Maintainer: Jordan Palacios Installed-Size: 445 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-dev, ros-kilted-pal-statistics-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-rclpy, ros-kilted-ros-workspace Homepage: https://github.com/pal-robotics/pal_statistics Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pal-statistics/ros-kilted-pal-statistics_2.7.0-1noble.20260519.095231_arm64.deb Size: 100116 SHA256: b27c9602b4926ddaac761c97f57d6f78586fa0c4fd4c9af136526bf7ef4ac8cc SHA1: 49f06e424ed88f51a56c8069d50152011a923993 MD5sum: c812428a0d8d7bdc3c0d7d5c757b55aa Description: The pal_statistics package Package: ros-kilted-pal-statistics-dbgsym Package-Type: ddeb Source: ros-kilted-pal-statistics Version: 2.7.0-1noble.20260519.095231 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jordan Palacios Installed-Size: 2131 Depends: ros-kilted-pal-statistics (= 2.7.0-1noble.20260519.095231) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pal-statistics/ros-kilted-pal-statistics-dbgsym_2.7.0-1noble.20260519.095231_arm64.deb Size: 1947678 SHA256: 5d7b7c730b3283d5bf943e65fea729d7bb577960d83da04b3e45e1952145b59e SHA1: 88b025d96b0c0d9ee98d4ab5bc9c089832d43299 MD5sum: 9c32326fccbeb9ba50ee66cb3b3ae847 Description: debug symbols for ros-kilted-pal-statistics Build-Ids: 385cd69c6ea97d2a7d891f02bde7106214b865d6 Package: ros-kilted-pal-statistics-msgs Version: 2.7.0-1noble.20260519.032203 Architecture: arm64 Maintainer: Jordan Palacios Installed-Size: 1328 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: https://github.com/pal-robotics/pal_statistics Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pal-statistics-msgs/ros-kilted-pal-statistics-msgs_2.7.0-1noble.20260519.032203_arm64.deb Size: 82398 SHA256: 5528e3001f2262a5469e342c1e2ed52608d8f6dc0fcbfe55214aa4b83a2d038d SHA1: ad2b66e7b179faeba2eabda97335f9e6f9696ab5 MD5sum: 2439d7192adb46e24dc2845915c4bc16 Description: Statistics msgs package Package: ros-kilted-pal-statistics-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-pal-statistics-msgs Version: 2.7.0-1noble.20260519.032203 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jordan Palacios Installed-Size: 737 Depends: ros-kilted-pal-statistics-msgs (= 2.7.0-1noble.20260519.032203) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pal-statistics-msgs/ros-kilted-pal-statistics-msgs-dbgsym_2.7.0-1noble.20260519.032203_arm64.deb Size: 546612 SHA256: c09003896e12ce5c0606427c999c127a560dd00ad28e72d44f8d6b3a05dd9b34 SHA1: 386ad48cb76b83d8ba5710f3198d45e988fb4784 MD5sum: 533edb66f5c45b6aa8784c30e435da6e Description: debug symbols for ros-kilted-pal-statistics-msgs Build-Ids: 0e49f5ca06f80b0ce13e4d4dc829351489b78cba 153dde609d09a8c25f25c0d3ccea254919ffe777 1ffffeae6aba2190974879871bc2dd537b562424 348762d7e36efed50a6b473deb417a278eb5c812 59a325946e876789d8d8377c345d8ab092603e8a 6e25ab4e30bc01ec0cf9c997df672a9f629574a3 8dbf78465152ce48f0b8fc9e07e6f26b41f46841 abd934fd9d2f7a538c5199660a9f3149d20b132b ac0274ba00afc825805546410a385eae9bed10e5 b1eef3dea97c9f49b23ec428162bec5d8fd56079 c68bbc403093e5428313c701b8559b6eedb36d37 Package: ros-kilted-pangolin Version: 0.9.3-2noble.20260410.223219 Architecture: arm64 Maintainer: Steven Lovegrove Installed-Size: 5951 Depends: libc6 (>= 2.38), libegl1, libepoxy0 (>= 1.0), libgcc-s1 (>= 3.3.1), libpng16-16t64 (>= 1.6.2), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), 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, libpng-dev, libturbojpeg0-dev, libxkbcommon-dev, python3-dev, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pangolin/ros-kilted-pangolin_0.9.3-2noble.20260410.223219_arm64.deb Size: 1271952 SHA256: 59e9ee1ba514b8fabb941f5cfa3e0cb058f41adffd11a7ff2084cf356f9123e9 SHA1: 767fee9b5a5d07fbd02b516241ccffd0db71ba0f MD5sum: 1f4acd7e69c3447bb0babb90b00cb873 Description: Pangolin is a set of lightweight and portable utility libraries for prototyping 3D, numeric or video based programs and algorithms. Package: ros-kilted-pangolin-dbgsym Package-Type: ddeb Source: ros-kilted-pangolin Version: 0.9.3-2noble.20260410.223219 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Steven Lovegrove Installed-Size: 33246 Depends: ros-kilted-pangolin (= 0.9.3-2noble.20260410.223219) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pangolin/ros-kilted-pangolin-dbgsym_0.9.3-2noble.20260410.223219_arm64.deb Size: 29852638 SHA256: f5af3563713f25d31f2277d39b0950ba750f53f8f45cdaa4bba12cb79fe70821 SHA1: bb12b1c9108354e38288295446bcde56053bbf6e MD5sum: d17b83a835394c222193b7d874842b0d Description: debug symbols for ros-kilted-pangolin Build-Ids: 1672675557e729faddd0772faf05a6e6cd239909 18fe4a8aaf0a5564f0e24e9734c5529d85deb1c9 2a961fe560d41e9366d68ed87623a9abee61d87d 445479ef1f7da46bfcf4988f192d6759ece8bf5b 4b31bf143678c08b09c2e06a47bebd306ef75d73 50a0a7403339ae95556715c2aba1624c211baaab 56551074102a006b6feec2a9c9dc15d04699ef4c 56cdac26128e99b57d1640c4ecc2cbe20a7ab8dc 6810a87ac5a6567d6fa0e6ed499dd9a45ba7f4be 70ba2d5e8ee9cd4ff93b77fa90aa0e497bdc9ebd 7637a98bd33b14e18b29f7150c315b65749abd35 798214f808234f0ae77e07f5aa506e0caa610da5 807f0f54a0fb372f21e9756e10afd61a43d2e56c 83b8489518f24e58e4f4c920260f44fcddd4a9d0 a82c11c7985ad8872e05cb689c1a2d9d40678c25 b3034933024649755201ceea765c74fb83604d19 bc4011a91075abf06e2e308a4a4ff68feba2df08 bed72b1975998dc27d9eaeb32b19e74435d16a31 de2db1b3ce095b3809a040ca8f70aa3d40b703af e244bb7b5cc698009a724cb84316d15a323f4a5d Package: ros-kilted-parallel-gripper-controller Version: 5.15.1-1noble.20260520.082005 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 378 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-backward-ros, ros-kilted-control-msgs, ros-kilted-control-toolbox, ros-kilted-controller-interface, ros-kilted-generate-parameter-library, ros-kilted-hardware-interface, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-realtime-tools, ros-kilted-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-parallel-gripper-controller/ros-kilted-parallel-gripper-controller_5.15.1-1noble.20260520.082005_arm64.deb Size: 83756 SHA256: e78739ccfdb3b5f3dd2f0df28179f89457e4e300f69c36932cacdb2ce79aaa91 SHA1: 9841daa2e84a7265fed42fb2adcee9a2846d08a1 MD5sum: 3240b8e19194d389638591a5006d5087 Description: The parallel_gripper_controller package Package: ros-kilted-parallel-gripper-controller-dbgsym Package-Type: ddeb Source: ros-kilted-parallel-gripper-controller Version: 5.15.1-1noble.20260520.082005 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 1164 Depends: ros-kilted-parallel-gripper-controller (= 5.15.1-1noble.20260520.082005) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-parallel-gripper-controller/ros-kilted-parallel-gripper-controller-dbgsym_5.15.1-1noble.20260520.082005_arm64.deb Size: 1031640 SHA256: ee8411d2f76adeff22e88efd9be7e7eba5bee973bc1607ca8f601d1e07889700 SHA1: 9e84750e64150d5a1cc82f7d9dfb7be3409cd37e MD5sum: fd4519c123500e2d32656876850f2618 Description: debug symbols for ros-kilted-parallel-gripper-controller Build-Ids: f23388be0deb520ab826ac3f27e34dfbfbbb57bc Package: ros-kilted-parameter-traits Version: 0.7.3-1noble.20260519.121709 Architecture: arm64 Maintainer: "bmagyar" Installed-Size: 62 Depends: libfmt-dev, ros-kilted-rclcpp, ros-kilted-rsl, ros-kilted-tcb-span, ros-kilted-tl-expected, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/parameter_traits/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-parameter-traits/ros-kilted-parameter-traits_0.7.3-1noble.20260519.121709_arm64.deb Size: 10432 SHA256: 559d657557a048281565c1f4128bb329521ee61990f6480587ac65cb12e4c073 SHA1: dce75772ecbc5a3e8a2f8b64ec8e247f9b14f2ff MD5sum: 4ad946ea5b52339c050ed770043fbc81 Description: Functions and types for rclcpp::Parameter Package: ros-kilted-pcl-conversions Version: 2.8.0-1noble.20260519.052845 Architecture: arm64 Maintainer: Paul Bovbel Installed-Size: 85 Depends: libeigen3-dev, libpcl-common1.14, libpcl-dev, libpcl-io1.14, ros-kilted-message-filters, ros-kilted-pcl-msgs, ros-kilted-rclcpp, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/pcl_conversions Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pcl-conversions/ros-kilted-pcl-conversions_2.8.0-1noble.20260519.052845_arm64.deb Size: 14308 SHA256: 18f381616218f23a223843c17638d2f7a2ed62934a31e237ecd67f9e18d79d8a SHA1: df7069053ea22da8b4c21e38f7f2306bb72652df MD5sum: 95ff8f22c056b30fb73b1b174cf2e771 Description: Provides conversions from PCL data types and ROS message types Package: ros-kilted-pcl-msgs Version: 1.0.0-9noble.20260519.031717 Architecture: arm64 Maintainer: Paul Bovbel Installed-Size: 1600 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/pcl_msgs Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pcl-msgs/ros-kilted-pcl-msgs_1.0.0-9noble.20260519.031717_arm64.deb Size: 112360 SHA256: ee283a96a8c22e15b6c8e8648efe51d2bc07421f094c7af88094074f1702b222 SHA1: 38b39aa935cd7d7919b39dbda2c38f4885119f67 MD5sum: 582df647d7151bf60b21456f03cd412f Description: Package containing PCL (Point Cloud Library)-related ROS messages. Package: ros-kilted-pcl-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-pcl-msgs Version: 1.0.0-9noble.20260519.031717 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Paul Bovbel Installed-Size: 1092 Depends: ros-kilted-pcl-msgs (= 1.0.0-9noble.20260519.031717) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pcl-msgs/ros-kilted-pcl-msgs-dbgsym_1.0.0-9noble.20260519.031717_arm64.deb Size: 830038 SHA256: 442eb7025a812a825fbd4fa7942ac84b751af0c3e8638f23e6d7355b22b16425 SHA1: 3c55245063946f2f5b972052a1bd217051d1ad4c MD5sum: 241a49d52ba76808b90873ff46f1f53c Description: debug symbols for ros-kilted-pcl-msgs Build-Ids: 07a4b08675f14e31c391ff699ffd8d7f4c5049c8 07b9835cf5758994e5b4b30c299068705c5ba08b 0f08e2ffd2109a088c6191c9369b3fdd36942f30 3c165fc39a4fb842400a3c838c99d900517157c9 8099bc7e71cc26f9c4198835d5177db50b86bea5 9c2a33a7d22665f0a086513d22b3e38cd3e1c15d a05999c58ff53c22356eca0f61c796b7ff2dc710 a96f0326384c6a723fe1ae904f8355aea77d6ad1 bdf0c36ca533583715d02201dd21e8369f23e3be d5e13374b08db2d3b0c00d38c2ee919caa1c83a2 dde1a78493951a886e9f719b457a585f9c895b4c Package: ros-kilted-pcl-ros Version: 2.8.0-1noble.20260519.141400 Architecture: arm64 Maintainer: Paul Bovbel Installed-Size: 4558 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpcl-common1.14 (>= 1.14.0+dfsg), libpcl-filters1.14 (>= 1.14.0+dfsg), libpcl-io1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), libeigen3-dev, libpcl-dev, libpcl-features1.14, libpcl-segmentation1.14, libpcl-surface1.14, ros-kilted-geometry-msgs, ros-kilted-pcl-conversions, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rosbag2-transport, ros-kilted-sensor-msgs, ros-kilted-tf2, ros-kilted-tf2-eigen, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/perception_pcl Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pcl-ros/ros-kilted-pcl-ros_2.8.0-1noble.20260519.141400_arm64.deb Size: 613250 SHA256: 74da1f91825a110ab6a56ce1c1d65a5c9bdd04b4765f51b64827a4f59f9ee657 SHA1: 339d2807816cbc94ddb5f8fc08e32ebbefe307c4 MD5sum: 3629a628a837aa6558768364f7208c56 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-kilted-pcl-ros-dbgsym Package-Type: ddeb Source: ros-kilted-pcl-ros Version: 2.8.0-1noble.20260519.141400 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Paul Bovbel Installed-Size: 32510 Depends: ros-kilted-pcl-ros (= 2.8.0-1noble.20260519.141400) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pcl-ros/ros-kilted-pcl-ros-dbgsym_2.8.0-1noble.20260519.141400_arm64.deb Size: 27107998 SHA256: 335ca7ef9258cd911986f2a4e2ccc7b1dbaabd57f20e40a468c1003873571194 SHA1: a4dac2d4fcfa86724958323dcb15dcef42d381a8 MD5sum: 7efde76ed4a38f189fe29578a2bf26e2 Description: debug symbols for ros-kilted-pcl-ros Build-Ids: 0b8caf019bfa399ad58ad5e6d07d3d4674fe8b9e 197594e1ae30f3b8379c9f920602437ee085bd24 1bf1a582bd2dfa234bd766afdc1820610111a9ce 25ec02b81e94a4a9e6602658dd692f2608eca785 445ac63dab9a8e3ae16db995c623d47dbbfc5f84 4bdd7d2075f9fe8bc853d8e334928aa81db1e4ba 51e80fedab5ae7615b2adc6fa402cb78d51ef4e0 58b398fdc643dfc0654f6b7d4fd6995c3d86b302 5c069652c9908fdf03f1e3daa17014968f0611a6 627dde92ea71dfc058dc542c3d34559f4631f513 636cf7f16b9ff48530ecccee9e5a492f189ac52a 840863d6e4f2a57bf6aa8f80898ad3dd6085219b 93e66878f2ee07bf20df4e934e6fd7a978db02f0 966d6d06a7c172b64099fbf17e654ed5c666beef a315660671ca4cd2752b4dab842cfaba641d865f b26d2ba77fb7550a68b6b579f1ab7ca3591669e2 d0483fdf8fb029c8dbc3cba410c4de2392332cad d6252f2beafe0cc1d78cfeca44cff0cf15244fe8 Package: ros-kilted-pendulum-control Version: 0.36.5-1noble.20260519.055300 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 1399 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-pendulum-msgs, ros-kilted-rclcpp, ros-kilted-rttest, ros-kilted-tlsf-cpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pendulum-control/ros-kilted-pendulum-control_0.36.5-1noble.20260519.055300_arm64.deb Size: 234794 SHA256: 874f3dfa80afcaecd01ea2bb8f1918f5534dfe9ed61c95838819e6c6ed85222b SHA1: c64c24092d9c805a0ca176fdbac327736fa43b5b MD5sum: f28cdd247203800b67b4d8b7ab7c4273 Description: Demonstrates ROS 2's realtime capabilities with a simulated inverted pendulum. Package: ros-kilted-pendulum-control-dbgsym Package-Type: ddeb Source: ros-kilted-pendulum-control Version: 0.36.5-1noble.20260519.055300 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 6286 Depends: ros-kilted-pendulum-control (= 0.36.5-1noble.20260519.055300) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pendulum-control/ros-kilted-pendulum-control-dbgsym_0.36.5-1noble.20260519.055300_arm64.deb Size: 5193686 SHA256: 12a660289d615064ebc12fd24f70dcbc5e62456d2c45e1260692e42895eca874 SHA1: 5f13365c04d642341f0d04de7ea319706888a33e MD5sum: d373b91970095d9b99ecbd5703742fc1 Description: debug symbols for ros-kilted-pendulum-control Build-Ids: 09f5973068489916392661a802356d36e4ea9131 0bc0902338f61c6f2484802b79b8e1e4bb6ef78e 47ca74846afe0801b2cbe747c19d6ccc242dcb39 Package: ros-kilted-pendulum-msgs Version: 0.36.5-1noble.20260519.021325 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 1210 Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pendulum-msgs/ros-kilted-pendulum-msgs_0.36.5-1noble.20260519.021325_arm64.deb Size: 61262 SHA256: f72a2ca82873a6111b744fa77d3e3496f887026d656543b1c59abff11012ca0c SHA1: 6cb4f7cedd69788c93c082c6235e1969a92ee8a5 MD5sum: e969b2d3935053fd6f21f6b5b0f93fbf Description: Custom messages for real-time pendulum control. Package: ros-kilted-pendulum-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-pendulum-msgs Version: 0.36.5-1noble.20260519.021325 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 482 Depends: ros-kilted-pendulum-msgs (= 0.36.5-1noble.20260519.021325) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pendulum-msgs/ros-kilted-pendulum-msgs-dbgsym_0.36.5-1noble.20260519.021325_arm64.deb Size: 329718 SHA256: c2322f049566bf9f1133385e0151c75c5ad5fec88b249592c87281ff536e7ec1 SHA1: 2c4ea57db522a6bcc62e57fccd998943ee215dad MD5sum: 541489a4995f0c206aea357a4ca70657 Description: debug symbols for ros-kilted-pendulum-msgs Build-Ids: 1bf3d38f5a703322245dbade10947cfb3adf2c12 3e4ed6fef6defdafe53c5de85143848d29f7f091 503486ca6f34ff8a79d81396aef548930de39f1a 5145df7f78632dec0400f9da79772b8b759cb682 81405cd9fa58fc9ec3cc7323616b3de737c5ebc5 897eb2533d3946e6953128afde6371d67ba9e237 a5117cc0453d64079309aa05331e83f0eb03b50b ab3a823fc4865ee54f72c8765f323b9d78f4419e b3b849274dfe90080f27d61803ea4c1980c180a8 cce8057f1c5775ecb3a9e56638290e515e6f2a93 d58c2cd02b522ccaf59a3a2b7a4b6761d819d13b Package: ros-kilted-perception Version: 0.12.0-2noble.20260519.154101 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 41 Depends: ros-kilted-image-common, ros-kilted-image-pipeline, ros-kilted-image-transport-plugins, ros-kilted-laser-filters, ros-kilted-laser-geometry, ros-kilted-perception-pcl, ros-kilted-ros-base, ros-kilted-vision-opencv, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-perception/ros-kilted-perception_0.12.0-2noble.20260519.154101_arm64.deb Size: 5380 SHA256: 0c1a3ca8966e8f901cf3450fbd8e2e95187dd0e71a225f4d3d6a0a498a75c69a SHA1: edd6d645c1ae0263b787e1d9f55dfe1958e7782c MD5sum: 77826f37b1a2cf6991f540a10178671b Description: A package which aggregates common perception packages. Package: ros-kilted-perception-pcl Version: 2.8.0-1noble.20260519.150037 Architecture: arm64 Maintainer: Paul Bovbel Installed-Size: 42 Depends: ros-kilted-pcl-conversions, ros-kilted-pcl-msgs, ros-kilted-pcl-ros, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/perception_pcl Priority: optional Section: misc Filename: pool/main/r/ros-kilted-perception-pcl/ros-kilted-perception-pcl_2.8.0-1noble.20260519.150037_arm64.deb Size: 5720 SHA256: 4710bee72d144e5d4b8122319dc5b270dfd7693398c3a3f8131430c71008eb26 SHA1: bfdb1bcde526d45641d8e91ff314bcc8ee0880dc MD5sum: 93a1c8230eec26edf5cd00bc9234ae11 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-kilted-performance-test-fixture Version: 0.3.1-2noble.20260410.181154 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 139 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-kilted-google-benchmark-vendor, ros-kilted-ament-cmake-google-benchmark, ros-kilted-osrf-testing-tools-cpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-performance-test-fixture/ros-kilted-performance-test-fixture_0.3.1-2noble.20260410.181154_arm64.deb Size: 17886 SHA256: c586e7a8fc6a66a5abf37854e08639c624ba5facccd657ac01ce640079d23c22 SHA1: a687ff52c9b20b15d38e684987c2c4e8669dbd84 MD5sum: 50e7925cfc68b0a48370b87ac206d192 Description: Test fixture and CMake macro for using osrf_testing_tools_cpp with Google Benchmark Package: ros-kilted-performance-test-fixture-dbgsym Package-Type: ddeb Source: ros-kilted-performance-test-fixture Version: 0.3.1-2noble.20260410.181154 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 113 Depends: ros-kilted-performance-test-fixture (= 0.3.1-2noble.20260410.181154) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-performance-test-fixture/ros-kilted-performance-test-fixture-dbgsym_0.3.1-2noble.20260410.181154_arm64.deb Size: 91352 SHA256: 1ee07d27eec3bf1befbd9c6c87b830741a17f2c82c3eccd7605afd0d85dbac0d SHA1: aadbe62364705183cfa81c3744416df66af4cfd4 MD5sum: f0fd4ba48e5d662eaf6fc2eca16fb5dd Description: debug symbols for ros-kilted-performance-test-fixture Build-Ids: 19ee57c82e8094231fe6b03c80ae88b4e16c161f Package: ros-kilted-persist-parameter-server Version: 3.0.0-1noble.20260519.052336 Architecture: arm64 Maintainer: Tomoya Fujita Installed-Size: 313 Depends: libboost-filesystem1.83.0 (>= 1.83.0), libboost-program-options1.83.0 (>= 1.83.0), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-kilted-launch-ros, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rcutils, ros-kilted-rmw, ros-kilted-rmw-implementation-cmake, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-yaml-cpp-vendor, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-persist-parameter-server/ros-kilted-persist-parameter-server_3.0.0-1noble.20260519.052336_arm64.deb Size: 89986 SHA256: b1f9153038c531455720cefb35e8b484769b56891c4fd05ddf57604e13ee3904 SHA1: f7e18f99a4befc9bd5da425fc97a14a92164aa8a MD5sum: 5f39565e90f85b9b8705a68f6823ed1e Description: ros2 parameter server that other nodes can write/read parameters including persistent parameters. Package: ros-kilted-persist-parameter-server-dbgsym Package-Type: ddeb Source: ros-kilted-persist-parameter-server Version: 3.0.0-1noble.20260519.052336 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tomoya Fujita Installed-Size: 1473 Depends: ros-kilted-persist-parameter-server (= 3.0.0-1noble.20260519.052336) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-persist-parameter-server/ros-kilted-persist-parameter-server-dbgsym_3.0.0-1noble.20260519.052336_arm64.deb Size: 1328864 SHA256: 54ce947fd2a6c7d21344b7efa177e442585ef6bf75ed346e56a93421658cc8fb SHA1: c05baa9008d6a11a2e72704e6e35f512e1efef85 MD5sum: f70ab6cd410202eb1bd42a13a8b0f9fb Description: debug symbols for ros-kilted-persist-parameter-server Build-Ids: 2161c26259f8207e4630e054e4f1b9fee0d95138 Package: ros-kilted-pfs Version: 0.15.0-1noble.20260514.083723 Architecture: arm64 Maintainer: "Daniel Trugman" Installed-Size: 1340 Depends: ros-kilted-ros-workspace Homepage: https://index.ros.org/p/pfs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pfs/ros-kilted-pfs_0.15.0-1noble.20260514.083723_arm64.deb Size: 170418 SHA256: 66967c3b848f4229e13e5445732837822323c53530b77b745cb43a1eaff8f1e0 SHA1: c12f52bab11c3c0ae411974e67d2447a9a94dc24 MD5sum: ac4724d7f15118b689a1821ea1b0d514 Description: Production grade, very easy to use, procfs parsing library in C++ Package: ros-kilted-phidgets-accelerometer Version: 2.4.0-1noble.20260519.044404 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 250 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-libphidget22, ros-kilted-launch, ros-kilted-phidgets-api, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-accelerometer/ros-kilted-phidgets-accelerometer_2.4.0-1noble.20260519.044404_arm64.deb Size: 57640 SHA256: b0b16ee0730649707dbbdc3388eb1ecc99c0bde621eec8e1fd4bff1009a0c9ff SHA1: 1d2fa1e7d8d51759c8200ea9958f1eab2b3f2a8c MD5sum: 568a86cba11bb8340165005fef7063d1 Description: Driver for the Phidgets Accelerometer devices Package: ros-kilted-phidgets-accelerometer-dbgsym Package-Type: ddeb Source: ros-kilted-phidgets-accelerometer Version: 2.4.0-1noble.20260519.044404 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 924 Depends: ros-kilted-phidgets-accelerometer (= 2.4.0-1noble.20260519.044404) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-accelerometer/ros-kilted-phidgets-accelerometer-dbgsym_2.4.0-1noble.20260519.044404_arm64.deb Size: 826794 SHA256: 0a747a9411bfd4d5eedc69b2039f98eab124680b324a2082f0d0f1c476bb145e SHA1: 27df72b9290eaa4a8fb6b0efeb7bb4d34d8cd56a MD5sum: 0cdd52cf0a929bfac4e0062c3e9312e2 Description: debug symbols for ros-kilted-phidgets-accelerometer Build-Ids: baf1f98b7096ccc10604a511a39ed69dd318f5f5 Package: ros-kilted-phidgets-analog-inputs Version: 2.4.0-1noble.20260519.044420 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 249 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-libphidget22, ros-kilted-launch, ros-kilted-phidgets-api, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-analog-inputs/ros-kilted-phidgets-analog-inputs_2.4.0-1noble.20260519.044420_arm64.deb Size: 57030 SHA256: 385a8f5a9af7eba321261e2d26367a1cc1c8682406a92e8322d9961c764a7bb9 SHA1: f8285beb55bb1f2fa39eaa1dc6201482e18e3b26 MD5sum: 5d39d82dfd644390b32c7cc918317ae2 Description: Driver for the Phidgets Analog Input devices Package: ros-kilted-phidgets-analog-inputs-dbgsym Package-Type: ddeb Source: ros-kilted-phidgets-analog-inputs Version: 2.4.0-1noble.20260519.044420 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 934 Depends: ros-kilted-phidgets-analog-inputs (= 2.4.0-1noble.20260519.044420) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-analog-inputs/ros-kilted-phidgets-analog-inputs-dbgsym_2.4.0-1noble.20260519.044420_arm64.deb Size: 836954 SHA256: 7c20d30e9461586bd493e12a9810e32558fb4b23cf594333c317b08737e8fd85 SHA1: 8d25cd4b0d770e64b5ef83b9b2bf5c536e3ce322 MD5sum: 636415b9eeb30898ad2b6fbe25cae352 Description: debug symbols for ros-kilted-phidgets-analog-inputs Build-Ids: 32d11e2bfc181e16d200d60ba69778cd6cabe356 Package: ros-kilted-phidgets-analog-outputs Version: 2.4.0-1noble.20260519.054057 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 506 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-libphidget22, ros-kilted-phidgets-api, ros-kilted-phidgets-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-analog-outputs/ros-kilted-phidgets-analog-outputs_2.4.0-1noble.20260519.054057_arm64.deb Size: 105074 SHA256: 078e15a5f3c0d74433755c50ce90cd8e65d0689f33b7367732d0e6d7b8f638a1 SHA1: cb3b6942acaa13bfdf736b3c95abb276356eae11 MD5sum: e905d66a559346f4b8b13785552143df Description: Driver for the Phidgets Analog Output devices Package: ros-kilted-phidgets-analog-outputs-dbgsym Package-Type: ddeb Source: ros-kilted-phidgets-analog-outputs Version: 2.4.0-1noble.20260519.054057 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 2321 Depends: ros-kilted-phidgets-analog-outputs (= 2.4.0-1noble.20260519.054057) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-analog-outputs/ros-kilted-phidgets-analog-outputs-dbgsym_2.4.0-1noble.20260519.054057_arm64.deb Size: 1959766 SHA256: a6b8849825a1873c4d42cf23b35864d061da9590cf0a572ed3a010b0468a59b2 SHA1: 2ac7976a03a713a1fcda5094d081c0504831754c MD5sum: c30b2dc8f858296249fc6cbe9dd0a110 Description: debug symbols for ros-kilted-phidgets-analog-outputs Build-Ids: b01441e3b671fd2a930c13e1c77556fa837f0186 Package: ros-kilted-phidgets-api Version: 2.4.0-1noble.20260519.040834 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 268 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-kilted-libphidget22, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/phidgets_api Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-api/ros-kilted-phidgets-api_2.4.0-1noble.20260519.040834_arm64.deb Size: 43800 SHA256: a935b055831fa846b3851b75ffed191500fb75fee44ad6a06e06b9833c8c15d3 SHA1: 4ee42fac44b5558c7b425c10e0050960f186a708 MD5sum: 9f7ba4e60475540db6cfe9bdad0583a7 Description: A C++ Wrapper for the Phidgets C API Package: ros-kilted-phidgets-api-dbgsym Package-Type: ddeb Source: ros-kilted-phidgets-api Version: 2.4.0-1noble.20260519.040834 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 517 Depends: ros-kilted-phidgets-api (= 2.4.0-1noble.20260519.040834) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-api/ros-kilted-phidgets-api-dbgsym_2.4.0-1noble.20260519.040834_arm64.deb Size: 444348 SHA256: 367fb3c10be1e303c2d65d9b4e122b8138e8dba0b375732036cab9e6fba0b680 SHA1: 24087c386b8ba926adeda8e8c5fff71b7da62733 MD5sum: c0237c9380f4a9989e6a0f3b673712a7 Description: debug symbols for ros-kilted-phidgets-api Build-Ids: f48593833b36378c0509c2c0d9580a1e4399f30e Package: ros-kilted-phidgets-digital-inputs Version: 2.4.0-1noble.20260519.044511 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 249 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-libphidget22, ros-kilted-launch, ros-kilted-phidgets-api, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-digital-inputs/ros-kilted-phidgets-digital-inputs_2.4.0-1noble.20260519.044511_arm64.deb Size: 56418 SHA256: 362b05d46c355501bf3a52d6e52ffa8d393bcc8fe8084609a6c9cf3267ccb3fa SHA1: dff385c20c80d8a517d124179eb8fb5dfb30d901 MD5sum: 262d56e552f44969e2311fd69d001fdc Description: Driver for the Phidgets Digital Input devices Package: ros-kilted-phidgets-digital-inputs-dbgsym Package-Type: ddeb Source: ros-kilted-phidgets-digital-inputs Version: 2.4.0-1noble.20260519.044511 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 929 Depends: ros-kilted-phidgets-digital-inputs (= 2.4.0-1noble.20260519.044511) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-digital-inputs/ros-kilted-phidgets-digital-inputs-dbgsym_2.4.0-1noble.20260519.044511_arm64.deb Size: 832936 SHA256: b2de3dabb9ff15c478fd41e353a4eef74d350fd4f8e8a60ea0955647b02500f0 SHA1: 3c648f78db078ca8edd91482cd4cdb43a9e6f0c5 MD5sum: 3a616db877797e597d8908750641b386 Description: debug symbols for ros-kilted-phidgets-digital-inputs Build-Ids: cc54483bc9f83783cfee3d4f6bcf4645775e4920 Package: ros-kilted-phidgets-digital-outputs Version: 2.4.0-1noble.20260519.044525 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 571 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-libphidget22, ros-kilted-launch, ros-kilted-phidgets-api, ros-kilted-phidgets-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-digital-outputs/ros-kilted-phidgets-digital-outputs_2.4.0-1noble.20260519.044525_arm64.deb Size: 105352 SHA256: c01f11de67cd6880c6b0af8195a4785255e10f6a6c5b3c5a75b50cfb294e6bf1 SHA1: 4210585b4d3327602d882e3769801948fa597e68 MD5sum: 6f6ec03d15d6021dfdbd7937e4d97bf3 Description: Driver for the Phidgets Digital Output devices Package: ros-kilted-phidgets-digital-outputs-dbgsym Package-Type: ddeb Source: ros-kilted-phidgets-digital-outputs Version: 2.4.0-1noble.20260519.044525 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 2325 Depends: ros-kilted-phidgets-digital-outputs (= 2.4.0-1noble.20260519.044525) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-digital-outputs/ros-kilted-phidgets-digital-outputs-dbgsym_2.4.0-1noble.20260519.044525_arm64.deb Size: 1965172 SHA256: 895ec1b2ba7cac03b779bf967971c311eedd184736a52f134cd1d6abbbd45be8 SHA1: d30fc4ec6421c89ebe367fd9ad145976281582dd MD5sum: 2facb1517952f44c3bd8310ed708c354 Description: debug symbols for ros-kilted-phidgets-digital-outputs Build-Ids: 1eff85c862f2c975a9db18656e5abe5d6445d9ed Package: ros-kilted-phidgets-drivers Version: 2.4.0-1noble.20260519.095550 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 42 Depends: ros-kilted-libphidget22, ros-kilted-phidgets-accelerometer, ros-kilted-phidgets-analog-inputs, ros-kilted-phidgets-api, ros-kilted-phidgets-digital-inputs, ros-kilted-phidgets-digital-outputs, ros-kilted-phidgets-gyroscope, ros-kilted-phidgets-high-speed-encoder, ros-kilted-phidgets-ik, ros-kilted-phidgets-magnetometer, ros-kilted-phidgets-motors, ros-kilted-phidgets-msgs, ros-kilted-phidgets-spatial, ros-kilted-phidgets-temperature, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/phidgets_drivers Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-drivers/ros-kilted-phidgets-drivers_2.4.0-1noble.20260519.095550_arm64.deb Size: 6120 SHA256: 9dd25245bb8524535d2b11467bfec7a154af57834b38571488a09da71b66cc30 SHA1: 8a862ef276a63769f8109cbe0cb29408dbe6917c MD5sum: c0e1720d87dba92abac54627c1d747fa Description: API and ROS drivers for Phidgets devices Package: ros-kilted-phidgets-gyroscope Version: 2.4.0-1noble.20260519.044559 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 315 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-libphidget22, ros-kilted-launch, ros-kilted-phidgets-api, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-gyroscope/ros-kilted-phidgets-gyroscope_2.4.0-1noble.20260519.044559_arm64.deb Size: 77224 SHA256: 10cc891e99e754719639e02fc3ac5ba578577b98abc9f4cc6361450d4969161b SHA1: 8c156b3b0d917974ef88fef27c6a8b0b2a1ef866 MD5sum: 2e5fe3c79a80db758faaf574d60d7352 Description: Driver for the Phidgets Gyroscope devices Package: ros-kilted-phidgets-gyroscope-dbgsym Package-Type: ddeb Source: ros-kilted-phidgets-gyroscope Version: 2.4.0-1noble.20260519.044559 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 1363 Depends: ros-kilted-phidgets-gyroscope (= 2.4.0-1noble.20260519.044559) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-gyroscope/ros-kilted-phidgets-gyroscope-dbgsym_2.4.0-1noble.20260519.044559_arm64.deb Size: 1203940 SHA256: 9e96c665b657d046e893ba02406a08d791d638b869650b95adc9602414b1d7f9 SHA1: 5de22c08cda11e7ea44ccf0c7e7a1f302cb9a8d3 MD5sum: 7a154e1754d738acab9ec2e6aa4ff803 Description: debug symbols for ros-kilted-phidgets-gyroscope Build-Ids: d7404689ad40fe31475610c346ed51f5086c58c8 Package: ros-kilted-phidgets-high-speed-encoder Version: 2.4.0-1noble.20260519.044638 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 315 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-libphidget22, ros-kilted-launch, ros-kilted-phidgets-api, ros-kilted-phidgets-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-high-speed-encoder/ros-kilted-phidgets-high-speed-encoder_2.4.0-1noble.20260519.044638_arm64.deb Size: 80038 SHA256: 4f632865935288b96e8c2a78346649773e01ad942f3f58b1581ec8792cbd53dd SHA1: 78c55c7b731a2b08daafefbb23ca4d1a544fa2b3 MD5sum: e027231d00a8c24c88e9870d2a7ede0e Description: Driver for the Phidgets high speed encoder devices Package: ros-kilted-phidgets-high-speed-encoder-dbgsym Package-Type: ddeb Source: ros-kilted-phidgets-high-speed-encoder Version: 2.4.0-1noble.20260519.044638 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 1450 Depends: ros-kilted-phidgets-high-speed-encoder (= 2.4.0-1noble.20260519.044638) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-high-speed-encoder/ros-kilted-phidgets-high-speed-encoder-dbgsym_2.4.0-1noble.20260519.044638_arm64.deb Size: 1282376 SHA256: 0acdcb37d6ac4bd92b6381554357685e0b344b88de9a95048cf87e8eb288fc15 SHA1: a53c5e6079132629436850e85928460581cafbd8 MD5sum: c6b3ca14b7aefe23955c6c6ac16e9bb0 Description: debug symbols for ros-kilted-phidgets-high-speed-encoder Build-Ids: ee88f8e740efdc16b85392e49218cc79357ae6e9 Package: ros-kilted-phidgets-ik Version: 2.4.0-1noble.20260519.044934 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 46 Depends: ros-kilted-launch, ros-kilted-phidgets-analog-inputs, ros-kilted-phidgets-digital-inputs, ros-kilted-phidgets-digital-outputs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-ik/ros-kilted-phidgets-ik_2.4.0-1noble.20260519.044934_arm64.deb Size: 7090 SHA256: 85f717601f4726c41eae1a4b95451e5e1e2553661bf7a3b986ffbdb93d369483 SHA1: 133e6c0412a67db8b1fe9d91284df88e5123f7b0 MD5sum: 3a0429bc6f08d6e1d9b996b145f5044e Description: Driver for the Phidgets InterfaceKit devices Package: ros-kilted-phidgets-magnetometer Version: 2.4.0-1noble.20260519.044737 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 250 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-libphidget22, ros-kilted-launch, ros-kilted-phidgets-api, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-magnetometer/ros-kilted-phidgets-magnetometer_2.4.0-1noble.20260519.044737_arm64.deb Size: 59922 SHA256: 5e4df5d54dafc84df2865e7c9f19f5c981de876c85d28948c1a8a107b8c472f5 SHA1: cd4398aed10f7c9c3c5744b17be2eca34d6e649b MD5sum: 263231ebe80ed728c70b6b1282c6dd1c Description: Driver for the Phidgets Magnetometer devices Package: ros-kilted-phidgets-magnetometer-dbgsym Package-Type: ddeb Source: ros-kilted-phidgets-magnetometer Version: 2.4.0-1noble.20260519.044737 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 945 Depends: ros-kilted-phidgets-magnetometer (= 2.4.0-1noble.20260519.044737) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-magnetometer/ros-kilted-phidgets-magnetometer-dbgsym_2.4.0-1noble.20260519.044737_arm64.deb Size: 846284 SHA256: af2f8ef9442e23acd478bc0c7ef1fde0398eb9d7028e384f037d0784d66a9cc7 SHA1: 290896149ca5eb956d345a9bb0475ccb7c961d4e MD5sum: 15feaa0306d0af8cacc9e01ed4b2911e Description: debug symbols for ros-kilted-phidgets-magnetometer Build-Ids: 5577e2d03105bf3f6b9f6442722745467b57e932 Package: ros-kilted-phidgets-motors Version: 2.4.0-1noble.20260519.044724 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 507 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-libphidget22, ros-kilted-launch, ros-kilted-phidgets-api, ros-kilted-phidgets-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-motors/ros-kilted-phidgets-motors_2.4.0-1noble.20260519.044724_arm64.deb Size: 107214 SHA256: 0a71bbb372826ebc0f21ad6787091ac341305898a651212de42066441bce9aaa SHA1: 6b68e08dd6bef766e76de145f1738108c3371669 MD5sum: fbd30c3c7240defbfbd8cb8d38745ec4 Description: Driver for the Phidgets Motor devices Package: ros-kilted-phidgets-motors-dbgsym Package-Type: ddeb Source: ros-kilted-phidgets-motors Version: 2.4.0-1noble.20260519.044724 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 2240 Depends: ros-kilted-phidgets-motors (= 2.4.0-1noble.20260519.044724) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-motors/ros-kilted-phidgets-motors-dbgsym_2.4.0-1noble.20260519.044724_arm64.deb Size: 1889728 SHA256: b2820c9333a791498ee69e79962e989d564edc5441b0f5972838593c8882961a SHA1: 6f76eaf45cbee72518862ae2c378c9d9e3028388 MD5sum: 796bcd4b3b05372a432da1db95321cb9 Description: debug symbols for ros-kilted-phidgets-motors Build-Ids: 3e5c74917f882a90d0e7e68b8abbc923d4c20200 Package: ros-kilted-phidgets-msgs Version: 2.4.0-1noble.20260519.032337 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 2407 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-msgs/ros-kilted-phidgets-msgs_2.4.0-1noble.20260519.032337_arm64.deb Size: 151960 SHA256: f7d36c079f3cace365062b3a4764713bc129dce12df7682dd38716ba82dcc147 SHA1: a064f3a2b6f116f5198c8405c3b51b17deeb7cec MD5sum: 305f90cd39f7943fd8131cf01e0852d2 Description: Custom ROS messages for Phidgets drivers Package: ros-kilted-phidgets-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-phidgets-msgs Version: 2.4.0-1noble.20260519.032337 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 1513 Depends: ros-kilted-phidgets-msgs (= 2.4.0-1noble.20260519.032337) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-msgs/ros-kilted-phidgets-msgs-dbgsym_2.4.0-1noble.20260519.032337_arm64.deb Size: 1114024 SHA256: 0f8f64f74fedb0b613522929d2913271174b70d1a284a31c139d4485e45c7258 SHA1: 3bb6885dca1ef545d789248a32841dea8038da1c MD5sum: c72aa667eab321fae11f97c9cd6faff1 Description: debug symbols for ros-kilted-phidgets-msgs Build-Ids: 1234ae8c86b26a2dc0b3bfe16d91744c457a40c2 15bbbe39b17317a8452553ad1dcb6288f51a61fd 1d6af690743f952c41e723f40b83a37cc71a642c 584682ef45774a3a1846fae1270757035c8f407e 663dde338b190cebb0cb8028ea37aac9b537f009 6d1d0a9cdc9b9e19c02699c57021cc116406f8fc 7b0ec1dcb7c72c8452e505e8f016fbb0d16d5271 84fc74cd44afd8e73e140d953400e5a2e6eb2838 b38d51b5f75cf62ed76ab115504d3048fe0706ed dd034b9dbd53ed036ae0296e26ac7e24b1bc96df e9eae208d608e483ada7cd9f263d83bd98913c02 Package: ros-kilted-phidgets-spatial Version: 2.4.0-1noble.20260519.044749 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 381 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-libphidget22, ros-kilted-launch, ros-kilted-phidgets-api, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/phidgets_spatial Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-spatial/ros-kilted-phidgets-spatial_2.4.0-1noble.20260519.044749_arm64.deb Size: 91590 SHA256: a5eca7c7924b17fbc6eb3dd0a8e1c23a1f2f95a3e9dfb6bb2f8c18a92bfe2150 SHA1: ea4a7ec0e99b8be7eeaa0f325e22d56acd13931e MD5sum: fe07825de6ed134ca418505e6ddcbd4b Description: Driver for the Phidgets Spatial 3/3/3 devices Package: ros-kilted-phidgets-spatial-dbgsym Package-Type: ddeb Source: ros-kilted-phidgets-spatial Version: 2.4.0-1noble.20260519.044749 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 1666 Depends: ros-kilted-phidgets-spatial (= 2.4.0-1noble.20260519.044749) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-spatial/ros-kilted-phidgets-spatial-dbgsym_2.4.0-1noble.20260519.044749_arm64.deb Size: 1462338 SHA256: fd68ff289a378e4ea721e79c93ca50808a0b401e67125c69ad64f70ec238bdba SHA1: 8fcb14ed54d4f1020bbe89c36f3cf0cba6c280e0 MD5sum: ad7f4f22978d4a297bad2e6513dd414d Description: debug symbols for ros-kilted-phidgets-spatial Build-Ids: 65ac48cfcaa74522676e139be686e70fe591088a Package: ros-kilted-phidgets-stepper Version: 2.4.0-1noble.20260519.044914 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 699 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-libphidget22, ros-kilted-launch, ros-kilted-phidgets-api, ros-kilted-phidgets-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-stepper/ros-kilted-phidgets-stepper_2.4.0-1noble.20260519.044914_arm64.deb Size: 141636 SHA256: f627917c8169ca8107d73282125d7fa52fbc580c0fe59940fdfe317b9f31fef6 SHA1: b51093bae0b8923c83bd7f25e5778d3aeba3efbb MD5sum: c82b40b3f6c2de3c352d348d4fe2910f Description: Driver for the Phidgets Stepper devices Package: ros-kilted-phidgets-stepper-dbgsym Package-Type: ddeb Source: ros-kilted-phidgets-stepper Version: 2.4.0-1noble.20260519.044914 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 3178 Depends: ros-kilted-phidgets-stepper (= 2.4.0-1noble.20260519.044914) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-stepper/ros-kilted-phidgets-stepper-dbgsym_2.4.0-1noble.20260519.044914_arm64.deb Size: 2685402 SHA256: 672349fbaf66143d3ca300eaae208fe183dee6332f69750662f49b1e7777cc50 SHA1: 529aba0d0b6563af232039f7d41bc990b630ba45 MD5sum: 9357e94c04c121aee8ef517fd59a9c57 Description: debug symbols for ros-kilted-phidgets-stepper Build-Ids: fc1d4bb9f425ccf6adde562cda5f6cee974434c2 Package: ros-kilted-phidgets-temperature Version: 2.4.0-1noble.20260519.044916 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 249 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-libphidget22, ros-kilted-launch, ros-kilted-phidgets-api, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-temperature/ros-kilted-phidgets-temperature_2.4.0-1noble.20260519.044916_arm64.deb Size: 55404 SHA256: 9b93824ae5c887d4e6b65ea2236e6794115eaf95d507819ab1fc39a2a7f36987 SHA1: d02c7a0b2871136a3bbacb742ff4ef19d7a4493d MD5sum: 700b5a7768cf5f4f6ed9d82bb1eb389a Description: Driver for the Phidgets Temperature devices Package: ros-kilted-phidgets-temperature-dbgsym Package-Type: ddeb Source: ros-kilted-phidgets-temperature Version: 2.4.0-1noble.20260519.044916 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 901 Depends: ros-kilted-phidgets-temperature (= 2.4.0-1noble.20260519.044916) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-temperature/ros-kilted-phidgets-temperature-dbgsym_2.4.0-1noble.20260519.044916_arm64.deb Size: 804384 SHA256: 914100111f9985435be54921120b83975a3753bdb3993b5f500ef3f6538debe5 SHA1: c7c63ddba509d3c2fd8c5026a652bc66bc3f6a4a MD5sum: 7433f1be98f72792f198b5b124a3bc86 Description: debug symbols for ros-kilted-phidgets-temperature Build-Ids: a0a5659f79b7f175a15777f532413943a81647af Package: ros-kilted-pick-ik Version: 1.1.1-2noble.20260520.085911 Architecture: arm64 Maintainer: Tyler Weaver Installed-Size: 393 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-moveit-core, libfmt-dev, librange-v3-dev, ros-kilted-generate-parameter-library, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rsl, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-kdl, ros-kilted-tl-expected, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pick-ik/ros-kilted-pick-ik_1.1.1-2noble.20260520.085911_arm64.deb Size: 101694 SHA256: a3c56b10047a887d17242eed45260a3ec50ed0adc1ede665bae417746db8536e SHA1: 5a2b78d9c642b17e7049b48ade45270ee8d8a6cf MD5sum: 9c582d9499b902973c6e131d32aa3963 Description: Inverse Kinematics solver for MoveIt Package: ros-kilted-pick-ik-dbgsym Package-Type: ddeb Source: ros-kilted-pick-ik Version: 1.1.1-2noble.20260520.085911 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tyler Weaver Installed-Size: 5379 Depends: ros-kilted-pick-ik (= 1.1.1-2noble.20260520.085911) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pick-ik/ros-kilted-pick-ik-dbgsym_1.1.1-2noble.20260520.085911_arm64.deb Size: 5320968 SHA256: 2505089f55b821621b1a0f41b5264aa4d5a61aca1755c0a32106b04012e7cd70 SHA1: 2692d691e17f2fb294d395a7ce5d999e959fe187 MD5sum: 078e82bdfa20a499cd909ad3c72ad116 Description: debug symbols for ros-kilted-pick-ik Build-Ids: cd3e2931910d9bf60a9b216991b90fbe594b63b0 Package: ros-kilted-picknik-ament-copyright Version: 0.0.2-5noble.20260410.165252 Architecture: arm64 Maintainer: Joe Schornak Installed-Size: 40 Depends: ros-kilted-ament-copyright, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-picknik-ament-copyright/ros-kilted-picknik-ament-copyright_0.0.2-5noble.20260410.165252_arm64.deb Size: 4908 SHA256: 5eea82af9631c0f00c311188a48e7f41461affb71776fb563627e409a9a24a30 SHA1: e7bf70ffcc4798583704c4cd44b81cb92a853898 MD5sum: e49760d85e80a688e80057866853d53a Description: Check PickNik-specific copyright headers. Package: ros-kilted-picknik-reset-fault-controller Version: 0.0.4-3noble.20260520.085415 Architecture: arm64 Maintainer: Alex Moriarty Installed-Size: 265 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-controller-interface, ros-kilted-example-interfaces, ros-kilted-geometry-msgs, ros-kilted-rclcpp, ros-kilted-realtime-tools, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-picknik-reset-fault-controller/ros-kilted-picknik-reset-fault-controller_0.0.4-3noble.20260520.085415_arm64.deb Size: 67220 SHA256: ede7074ed93cfbaa6c8cd25c0befb88a24f2e68c9ce9777aaf577ab2753952b3 SHA1: 1e2fd3809859d3ff5a01f75816c3064a39a58dff MD5sum: 89052b69f4ffc26e7496a02f0789a3eb Description: ROS 2 controller that offers a service to clear faults in a hardware interface Package: ros-kilted-picknik-reset-fault-controller-dbgsym Package-Type: ddeb Source: ros-kilted-picknik-reset-fault-controller Version: 0.0.4-3noble.20260520.085415 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alex Moriarty Installed-Size: 1167 Depends: ros-kilted-picknik-reset-fault-controller (= 0.0.4-3noble.20260520.085415) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-picknik-reset-fault-controller/ros-kilted-picknik-reset-fault-controller-dbgsym_0.0.4-3noble.20260520.085415_arm64.deb Size: 1048030 SHA256: d0adef2ed20edbd13cf179603ab73ab4efc2ec609b57a5fb4251761c348d71d3 SHA1: eab2509f26f6bfcff728667f55720d06a5d246b4 MD5sum: f6f8660b62dd7a5d2dbee5818b2cff9a Description: debug symbols for ros-kilted-picknik-reset-fault-controller Build-Ids: 79f30dd694215b61957321d898101518c766896a Package: ros-kilted-picknik-twist-controller Version: 0.0.4-3noble.20260520.085409 Architecture: arm64 Maintainer: lovro Installed-Size: 520 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-controller-interface, ros-kilted-example-interfaces, ros-kilted-geometry-msgs, ros-kilted-rclcpp, ros-kilted-realtime-tools, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-picknik-twist-controller/ros-kilted-picknik-twist-controller_0.0.4-3noble.20260520.085409_arm64.deb Size: 100658 SHA256: b8ae58e552447e16ead38a8d95f5e5231fc279ae1a57c3cc9df4a1a228004cc1 SHA1: dd6b6d02f5d04139e363d11fb8294d5ea34f6ba3 MD5sum: 21f581713fec9980481a563a89baf159 Description: Subscribes to twist msg and forwards to hardware Package: ros-kilted-picknik-twist-controller-dbgsym Package-Type: ddeb Source: ros-kilted-picknik-twist-controller Version: 0.0.4-3noble.20260520.085409 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: lovro Installed-Size: 2127 Depends: ros-kilted-picknik-twist-controller (= 0.0.4-3noble.20260520.085409) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-picknik-twist-controller/ros-kilted-picknik-twist-controller-dbgsym_0.0.4-3noble.20260520.085409_arm64.deb Size: 1789554 SHA256: 9a5ed7327f2665f4bd316bf91c83fcea373a5bc5f869e7b1315656ee435cb721 SHA1: fd533d090ec0e21c02b77fe48f3f6ed1d612b3eb MD5sum: 4fd3c5f324c6ededca934ec0af852b0b Description: debug symbols for ros-kilted-picknik-twist-controller Build-Ids: 845704ab7fabe9ebecbb96c3c6f9567c3acee827 Package: ros-kilted-pid-controller Version: 5.15.1-1noble.20260520.082118 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 839 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-angles, ros-kilted-backward-ros, ros-kilted-control-msgs, ros-kilted-control-toolbox, ros-kilted-controller-interface, ros-kilted-hardware-interface, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-realtime-tools, ros-kilted-std-srvs, ros-kilted-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pid-controller/ros-kilted-pid-controller_5.15.1-1noble.20260520.082118_arm64.deb Size: 185086 SHA256: dfb8d245ce032af0b308ba413b049480c4b572f52772544a3c0dc2d27dd0ce86 SHA1: 933544b46742670bd1707c1d630455858127380c MD5sum: 134bd3031445de401d67738957f7da8b Description: Controller based on PID implememenation from control_toolbox package. Package: ros-kilted-pid-controller-dbgsym Package-Type: ddeb Source: ros-kilted-pid-controller Version: 5.15.1-1noble.20260520.082118 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 3356 Depends: ros-kilted-pid-controller (= 5.15.1-1noble.20260520.082118) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pid-controller/ros-kilted-pid-controller-dbgsym_5.15.1-1noble.20260520.082118_arm64.deb Size: 2912998 SHA256: 293fb0bac2f7e9c64a76121423f410b767f69511f67a2259b1361d3a5596b3d9 SHA1: bcc23791ca6543cd2ef4240b938dd1b7f8d47155 MD5sum: 0c36f77e8f552e1f5006b00ce98a8dac Description: debug symbols for ros-kilted-pid-controller Build-Ids: 49a741225f37d3d76638edb32d30c8ee54519967 Package: ros-kilted-pilz-industrial-motion-planner Version: 2.14.3-1noble.20260520.105559 Architecture: arm64 Maintainer: Christian Henkel Installed-Size: 1950 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-moveit-core, ros-kilted-moveit-ros-move-group, ros-kilted-moveit-ros-planning, ros-kilted-eigen3-cmake-module, ros-kilted-generate-parameter-library, ros-kilted-geometry-msgs, ros-kilted-moveit-common, ros-kilted-moveit-msgs, ros-kilted-orocos-kdl-vendor, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-tf2, ros-kilted-tf2-eigen, ros-kilted-tf2-eigen-kdl, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-kdl, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pilz-industrial-motion-planner/ros-kilted-pilz-industrial-motion-planner_2.14.3-1noble.20260520.105559_arm64.deb Size: 349158 SHA256: c0dcd5c29a23c7493e3ea85671db27c35ebc95781a1d9058c97abf8dc800088b SHA1: 49f16f2c0124e7368feb2f263028021ecaef6dc2 MD5sum: bf186c6f253811de3fa955e45e49058f Description: MoveIt plugin to generate industrial trajectories PTP, LIN, CIRC and sequences thereof. Package: ros-kilted-pilz-industrial-motion-planner-dbgsym Package-Type: ddeb Source: ros-kilted-pilz-industrial-motion-planner Version: 2.14.3-1noble.20260520.105559 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christian Henkel Installed-Size: 26726 Depends: ros-kilted-pilz-industrial-motion-planner (= 2.14.3-1noble.20260520.105559) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pilz-industrial-motion-planner/ros-kilted-pilz-industrial-motion-planner-dbgsym_2.14.3-1noble.20260520.105559_arm64.deb Size: 26369980 SHA256: c659cd53931711d07a9bbf4d60b3b936875d849fb9e4c62f186da504ac9ebc72 SHA1: 284c163c20782eb40e30fb1052070f7ed1d7aec4 MD5sum: 89c81ba573e8eea547121ad552e16702 Description: debug symbols for ros-kilted-pilz-industrial-motion-planner Build-Ids: 20201df7bb5e495d55d209906b1ccb0ad6c9ae88 306e1a93c50457f821f453af51e987946706e3af 407362ceba8e0185432ed72ef0ed3129fda6c4d3 416a61f0eab44010440f8ec2a26a8f597a288b1e 4b96ceab99360d078aa61917ad132cb940449163 79900645eb61f0827ff39223c973832ab8c2a8ed 9f45a92e23a26cecb720643cf4734bda403f63a5 e4fb6437a08c842a8737e577b28eab962bd86042 e8624d75818b7cfc5720b7b70aa1f6e70f9698e0 Package: ros-kilted-pilz-industrial-motion-planner-testutils Version: 2.14.3-1noble.20260520.090054 Architecture: arm64 Maintainer: Christian Henkel Installed-Size: 508 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-moveit-core, ros-kilted-eigen3-cmake-module, ros-kilted-moveit-common, ros-kilted-moveit-msgs, ros-kilted-rclcpp, ros-kilted-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pilz-industrial-motion-planner-testutils/ros-kilted-pilz-industrial-motion-planner-testutils_2.14.3-1noble.20260520.090054_arm64.deb Size: 100518 SHA256: 76b98f4f8db2ed871782e5607afaa4eae611c2630805e4baa27c39e2801b74be SHA1: 009386b56553342ad4479dcabcea21a4302def66 MD5sum: 458607b93acc0d6e6e659030ccbe696e Description: Helper scripts and functionality to test industrial motion generation Package: ros-kilted-pilz-industrial-motion-planner-testutils-dbgsym Package-Type: ddeb Source: ros-kilted-pilz-industrial-motion-planner-testutils Version: 2.14.3-1noble.20260520.090054 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christian Henkel Installed-Size: 5576 Depends: ros-kilted-pilz-industrial-motion-planner-testutils (= 2.14.3-1noble.20260520.090054) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pilz-industrial-motion-planner-testutils/ros-kilted-pilz-industrial-motion-planner-testutils-dbgsym_2.14.3-1noble.20260520.090054_arm64.deb Size: 5433794 SHA256: 5d54cb6ae02c35748683ef44bd75992c4f0889ad1bdc93968514e78b90927b39 SHA1: 99435bd1e4dd7441e4c3c1c9bc349fabe77d5b0f MD5sum: 777cc8b0fe9abe147f45e293a760b61a Description: debug symbols for ros-kilted-pilz-industrial-motion-planner-testutils Build-Ids: 40273290599a064033b09a9b77016b8a2a3f07de Package: ros-kilted-pinocchio Version: 4.0.0-2noble.20260514.115351 Architecture: arm64 Maintainer: "Justin Carpentier" Installed-Size: 29895 Depends: libboost-filesystem1.83.0 (>= 1.83.0), libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py312, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-kilted-coal, ros-kilted-urdfdom, libboost-all-dev, libeigen3-dev, python3-dev, python3-numpy, ros-kilted-eigenpy, ros-kilted-ros-environment, ros-kilted-ros-workspace Homepage: https://github.com/stack-of-tasks/pinocchio Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pinocchio/ros-kilted-pinocchio_4.0.0-2noble.20260514.115351_arm64.deb Size: 5650764 SHA256: c56e6330432bcc1b950a1a77c5b71a250360c2eccfd8f7addadf5d1de002a4f1 SHA1: 4d6c5765e36f2cb2a07bd85cada0892fa86bdfea MD5sum: 39ca71c8eef66465e79fd38dfb27975b Description: A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives. Package: ros-kilted-pinocchio-dbgsym Package-Type: ddeb Source: ros-kilted-pinocchio Version: 4.0.0-2noble.20260514.115351 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Justin Carpentier" Installed-Size: 445505 Depends: ros-kilted-pinocchio (= 4.0.0-2noble.20260514.115351) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pinocchio/ros-kilted-pinocchio-dbgsym_4.0.0-2noble.20260514.115351_arm64.deb Size: 408523492 SHA256: a1a1f4d1645e06aa21ab4341bcdae4ad9eafaf128c34b4bf76bea898a2f248e7 SHA1: 2eaeea958722638b5f1e7f433d738a48f3235758 MD5sum: 38dae4569b9c1de086b276f2b147d54c Description: debug symbols for ros-kilted-pinocchio Build-Ids: 1bfbd47fed3d634d9a5d11370f4153d77b406767 29c48f2d909a2c87c62265724193513d26f2d02f 4c50d3c0ba67c807456b90c206344891d5db4430 5c101989dc8ed1eeb5805734d1aaddd647607115 addf1ff30a15fbcb48c58936660532429ff9e663 f48a469d0f45c733370278e0c33c262e0b4f441e Package: ros-kilted-plansys2 Version: 3.0.2-1noble.20260519.133950 Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 42 Depends: ros-kilted-plansys2-bringup, ros-kilted-plansys2-bt-actions, ros-kilted-plansys2-core, ros-kilted-plansys2-domain-expert, ros-kilted-plansys2-executor, ros-kilted-plansys2-lifecycle-manager, ros-kilted-plansys2-msgs, ros-kilted-plansys2-pddl-parser, ros-kilted-plansys2-planner, ros-kilted-plansys2-popf-plan-solver, ros-kilted-plansys2-problem-expert, ros-kilted-plansys2-support-py, ros-kilted-plansys2-terminal, ros-kilted-plansys2-tools, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2/ros-kilted-plansys2_3.0.2-1noble.20260519.133950_arm64.deb Size: 5474 SHA256: 11101af3ae1d70de52855ac67162ec57121a59e7a8b8205f11b196177815bc0d SHA1: 5867606fb4b4c9a88a6f1431cc687026797d7764 MD5sum: 54037062a5ef7207f80bbb07ae243cb7 Description: ROS2 Planning System Package: ros-kilted-plansys2-bringup Version: 3.0.2-1noble.20260519.133200 Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 321 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-launch-ros, ros-kilted-plansys2-domain-expert, ros-kilted-plansys2-executor, ros-kilted-plansys2-lifecycle-manager, ros-kilted-plansys2-planner, ros-kilted-plansys2-problem-expert, ros-kilted-rclcpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-bringup/ros-kilted-plansys2-bringup_3.0.2-1noble.20260519.133200_arm64.deb Size: 67704 SHA256: c70530c0340904fb65b839b7fc879242509217a65bdbe40fa801641eba570e56 SHA1: d4844f183cda8d08c9d31c8f7b3005cea816373f MD5sum: 6241b8263ff3e7d25aed022da8c44e99 Description: Bringup scripts and configurations for the ROS2 Planning System Package: ros-kilted-plansys2-bringup-dbgsym Package-Type: ddeb Source: ros-kilted-plansys2-bringup Version: 3.0.2-1noble.20260519.133200 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 1126 Depends: ros-kilted-plansys2-bringup (= 3.0.2-1noble.20260519.133200) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-bringup/ros-kilted-plansys2-bringup-dbgsym_3.0.2-1noble.20260519.133200_arm64.deb Size: 1020618 SHA256: f3ea0c51e53ed790ed1ecbdc9a58dc4becf6953b30593e0321407ac8f09b45cf SHA1: 3190a4e3353de89ca6f1c6b675865d0f06d8405e MD5sum: 257a01117a46d4d73033044dfc08bde7 Description: debug symbols for ros-kilted-plansys2-bringup Build-Ids: 0c560f1679d3f79795ab39bc06d944aaea7d4b5d Package: ros-kilted-plansys2-bt-actions Version: 3.0.2-1noble.20260519.132035 Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 439 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-behaviortree-cpp, ros-kilted-lifecycle-msgs, ros-kilted-plansys2-executor, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-rclcpp-lifecycle, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-bt-actions/ros-kilted-plansys2-bt-actions_3.0.2-1noble.20260519.132035_arm64.deb Size: 98750 SHA256: 025898e244c8fc9d82351fc3303bf810bdb8f7ee99d4b00dd96d45386993b5cd SHA1: ea95e58768170cc9b353c1119c6026a82175774e MD5sum: 86885dcc2ed68d9db9853dc4a2d12148 Description: This package contains the Problem Expert module for the ROS2 Planning System Package: ros-kilted-plansys2-bt-actions-dbgsym Package-Type: ddeb Source: ros-kilted-plansys2-bt-actions Version: 3.0.2-1noble.20260519.132035 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 2144 Depends: ros-kilted-plansys2-bt-actions (= 3.0.2-1noble.20260519.132035) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-bt-actions/ros-kilted-plansys2-bt-actions-dbgsym_3.0.2-1noble.20260519.132035_arm64.deb Size: 2024314 SHA256: d951ec83537f96285a4aeeb38bc67eca5985e6fbade701c25dab2329efe177c0 SHA1: eb64b392429711997341f550655854bae136f606 MD5sum: bf0bcade4c152957104efc4fadf8b96c Description: debug symbols for ros-kilted-plansys2-bt-actions Build-Ids: c975a0536d8225b4782df9b2abc1146b4363104a ced7ce4b75e60eb4d9ef093b94436920dbcc3c3c Package: ros-kilted-plansys2-core Version: 3.0.2-1noble.20260519.124628 Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 328 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-plansys2-msgs, ros-kilted-plansys2-pddl-parser, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-core/ros-kilted-plansys2-core_3.0.2-1noble.20260519.124628_arm64.deb Size: 92070 SHA256: 976c91f1eb95712afd846873e24e4d03d392ed1bf4968a8d659c82557bb3fa9b SHA1: 9b16126cfa11eccc16c251432f2d4e49d0d7c34a MD5sum: babb2970c061f54fa0da16e503ff7f8d Description: This package contains the PDDL-based core for the ROS2 Planning System Package: ros-kilted-plansys2-core-dbgsym Package-Type: ddeb Source: ros-kilted-plansys2-core Version: 3.0.2-1noble.20260519.124628 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 1636 Depends: ros-kilted-plansys2-core (= 3.0.2-1noble.20260519.124628) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-core/ros-kilted-plansys2-core-dbgsym_3.0.2-1noble.20260519.124628_arm64.deb Size: 1527270 SHA256: 73ec832cecd11bdf7a78884507ea6a9582e1b65ba107cd4a443916ca11a0abdf SHA1: 67a8ad5434aa85610dbdba684a5b7af65766b35c MD5sum: 12ba73028a0041c494dbaeb0806db16f Description: debug symbols for ros-kilted-plansys2-core Build-Ids: 0cb532b7875c2087caecd135d99a1c49d239372f Package: ros-kilted-plansys2-domain-expert Version: 3.0.2-1noble.20260519.125305 Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 1343 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-ament-index-cpp, ros-kilted-plansys2-core, ros-kilted-plansys2-msgs, ros-kilted-plansys2-pddl-parser, ros-kilted-plansys2-popf-plan-solver, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-domain-expert/ros-kilted-plansys2-domain-expert_3.0.2-1noble.20260519.125305_arm64.deb Size: 262910 SHA256: bfb87220c7bd730569eb901e09c5db1ed0869c83cc55b488f1f0aebbd1727235 SHA1: 63a30da80f3dc98979bad8ac25d8d4c89e776c7c MD5sum: 8b86077b225eb0541a78af2325f5f89e Description: This package contains the Domain Expert module for the ROS2 Planning System Package: ros-kilted-plansys2-domain-expert-dbgsym Package-Type: ddeb Source: ros-kilted-plansys2-domain-expert Version: 3.0.2-1noble.20260519.125305 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 7566 Depends: ros-kilted-plansys2-domain-expert (= 3.0.2-1noble.20260519.125305) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-domain-expert/ros-kilted-plansys2-domain-expert-dbgsym_3.0.2-1noble.20260519.125305_arm64.deb Size: 6666404 SHA256: 320cf226298e91896fe43a45d24eae2fe6c0aaeac2cda1003bc4ad6fe189bd28 SHA1: ecc950c389c44b9cfe02078b44e731f2968d0465 MD5sum: 6515497ef29c0763edb52ae04eec15cd Description: debug symbols for ros-kilted-plansys2-domain-expert Build-Ids: 43cce2dfd46e57e57effa6d785a9a7743e61238b beec0cb142fb2f4d8330c9f3b7f5f485d205c340 Package: ros-kilted-plansys2-executor Version: 3.0.2-1noble.20260519.130844 Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 2564 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-ament-index-cpp, ros-kilted-behaviortree-cpp, ros-kilted-lifecycle-msgs, ros-kilted-plansys2-core, ros-kilted-plansys2-domain-expert, ros-kilted-plansys2-msgs, ros-kilted-plansys2-pddl-parser, ros-kilted-plansys2-planner, ros-kilted-plansys2-problem-expert, ros-kilted-pluginlib, ros-kilted-popf, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-rclcpp-cascade-lifecycle, ros-kilted-rclcpp-lifecycle, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-executor/ros-kilted-plansys2-executor_3.0.2-1noble.20260519.130844_arm64.deb Size: 545680 SHA256: 580394d99865628fb91ba49c259b5a696a50fce52839e13340c45fac4cd20edb SHA1: 16d74916e387becf958b068cee52f6c1b0c4a30e MD5sum: f321c76677b4e8a006f0cdc7a0383866 Description: This package contains the Executor module for the ROS2 Planning System Package: ros-kilted-plansys2-executor-dbgsym Package-Type: ddeb Source: ros-kilted-plansys2-executor Version: 3.0.2-1noble.20260519.130844 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 18069 Depends: ros-kilted-plansys2-executor (= 3.0.2-1noble.20260519.130844) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-executor/ros-kilted-plansys2-executor-dbgsym_3.0.2-1noble.20260519.130844_arm64.deb Size: 16394250 SHA256: 47cfa8f5404d95422dcae95b07d5453884f76335227b796ffe5daf9be0105938 SHA1: 1ed36560c04a203008ab439ee417ca1aeb1d6dc8 MD5sum: 22104e6d3c680f88efa46078d1390438 Description: debug symbols for ros-kilted-plansys2-executor Build-Ids: 33969d3a094801f4871193b207de90f327dd82b8 4a69566642d028908d1f2ff3feee273d7ac1c9e9 6d70f1033f4943a9cf2d1c8cbb03ca3dcaee8cf4 8ad445afbf72f6b994dbb474f4bfe58620a88e0c Package: ros-kilted-plansys2-lifecycle-manager Version: 3.0.2-1noble.20260519.060408 Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 468 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-lifecycle-msgs, ros-kilted-rclcpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-lifecycle-manager/ros-kilted-plansys2-lifecycle-manager_3.0.2-1noble.20260519.060408_arm64.deb Size: 76456 SHA256: f827f532f4c8cdfa95d814d4d5fa3f7b65e604f6992ce90a41f5d407b29c3e82 SHA1: 9e6dec20268f2515ab338b01726a056e38d8081e MD5sum: 2cfe17385242b7d3cd5f4b2ff736dc6a Description: A controller/manager for the lifecycle nodes of the ROS2 Planning System Package: ros-kilted-plansys2-lifecycle-manager-dbgsym Package-Type: ddeb Source: ros-kilted-plansys2-lifecycle-manager Version: 3.0.2-1noble.20260519.060408 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 1022 Depends: ros-kilted-plansys2-lifecycle-manager (= 3.0.2-1noble.20260519.060408) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-lifecycle-manager/ros-kilted-plansys2-lifecycle-manager-dbgsym_3.0.2-1noble.20260519.060408_arm64.deb Size: 932084 SHA256: b1e5ecb0e7909c704f438bd80fc6dc8366b9a1830a8984f071ca6f642691a691 SHA1: efa9723808f414a19324ea9d9b7c33ecd5cf8293 MD5sum: 15fcb47e982f400e73676ffa8e564ccd Description: debug symbols for ros-kilted-plansys2-lifecycle-manager Build-Ids: dbb9b82be76a401b965f34483e1c2b0c2a595503 Package: ros-kilted-plansys2-msgs Version: 3.0.2-1noble.20260519.043952 Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 15534 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-action-msgs, ros-kilted-builtin-interfaces, ros-kilted-rclcpp, ros-kilted-rosidl-default-generators, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-msgs/ros-kilted-plansys2-msgs_3.0.2-1noble.20260519.043952_arm64.deb Size: 889728 SHA256: 6dba8be6039d958a139dd0afc4351093aebb27fc0b29f6207699acdcabdf41b4 SHA1: a2f9078750c5b53e83ef171c148d79a75c646ab5 MD5sum: e0ab92bebf7913f66b5ff7176e6cb384 Description: Messages and service files for the ROS2 Planning System Package: ros-kilted-plansys2-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-plansys2-msgs Version: 3.0.2-1noble.20260519.043952 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 12575 Depends: ros-kilted-plansys2-msgs (= 3.0.2-1noble.20260519.043952) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-msgs/ros-kilted-plansys2-msgs-dbgsym_3.0.2-1noble.20260519.043952_arm64.deb Size: 9742904 SHA256: aac86bc7d0911501e35cd5b69afc0a19662599424785f1feaf8c3f3a66b1bb58 SHA1: 6521737a8dfba3490fcf212ea057303280d5795f MD5sum: 438193060a587f055f2543cecefe12e5 Description: debug symbols for ros-kilted-plansys2-msgs Build-Ids: 1486f73eeec700e5fe07a69716b9be7c8f7f6f2a 1807ac04a4ec8d1f08f27f760524c6ad27451efb 2c79ab90b482760bc4c7a1d67b69f13c78089dd9 3cd46ce21d70217de0334e94e7fd9028938e5eac 43b8ce5e6aee136e1e292fdc7e94170b2b90186e 56800a814a98da0d9788b74b31725fc50e783fea 595190db2eaf5741c7575f879b212700e13c67ca b493440e0f8b437466d975a62f2621a8a72e55c7 b57da397488320f9975e34ef9231a700ada37227 cbdcdd53d2176779626c14b2dbc5173e4f4a402f f30d03b830b7445f7e96cf82411fbed6ead14f21 Package: ros-kilted-plansys2-pddl-parser Version: 3.0.2-1noble.20260519.124159 Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 704 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-plansys2-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-pddl-parser/ros-kilted-plansys2-pddl-parser_3.0.2-1noble.20260519.124159_arm64.deb Size: 176906 SHA256: fdcbb32d21886ba639b2756c9aee862c93bdb9d80a4c3b1a673159fef8657434 SHA1: 84f03ac4121c252375235c70a158ce157c134eee MD5sum: 9a0fda84dc6f675d7475ad6ab80249e4 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-kilted-plansys2-pddl-parser-dbgsym Package-Type: ddeb Source: ros-kilted-plansys2-pddl-parser Version: 3.0.2-1noble.20260519.124159 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 3857 Depends: ros-kilted-plansys2-pddl-parser (= 3.0.2-1noble.20260519.124159) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-pddl-parser/ros-kilted-plansys2-pddl-parser-dbgsym_3.0.2-1noble.20260519.124159_arm64.deb Size: 3466550 SHA256: b24986397a8958054d94a3b3c09f05615dd7791f7dc721355b9aae4f844140cf SHA1: e2a5bffa1a7a0907eb6537e3b5a56560b5b6a6a1 MD5sum: 625ab1209a4032d8fa7e85f22de0d524 Description: debug symbols for ros-kilted-plansys2-pddl-parser Build-Ids: 0bdafc694077442c6b7562b3b0f44a5cdc382b9f a4d13475db96314ebe051fbd1a360131c5fc4d5b Package: ros-kilted-plansys2-planner Version: 3.0.2-1noble.20260519.130407 Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 611 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-ament-index-cpp, ros-kilted-lifecycle-msgs, ros-kilted-plansys2-core, ros-kilted-plansys2-domain-expert, ros-kilted-plansys2-msgs, ros-kilted-plansys2-pddl-parser, ros-kilted-plansys2-popf-plan-solver, ros-kilted-plansys2-problem-expert, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-planner/ros-kilted-plansys2-planner_3.0.2-1noble.20260519.130407_arm64.deb Size: 150734 SHA256: 3615ffd49978b785b8803c71732b764020ff495f31418cba6c3126f898c3a041 SHA1: a5e80459499042e541c6116d8facd0974a629a6f MD5sum: 08d141f969bcbfcd84992297a3c849bf Description: This package contains the PDDL-based Planner module for the ROS2 Planning System Package: ros-kilted-plansys2-planner-dbgsym Package-Type: ddeb Source: ros-kilted-plansys2-planner Version: 3.0.2-1noble.20260519.130407 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 3033 Depends: ros-kilted-plansys2-planner (= 3.0.2-1noble.20260519.130407) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-planner/ros-kilted-plansys2-planner-dbgsym_3.0.2-1noble.20260519.130407_arm64.deb Size: 2765366 SHA256: 5a04c3198ebc7a6e30b649d25792591d542a1d1ff88a1da72287a470fb384911 SHA1: 569b79875cdbf62d9ff844ff4914a1cd706b7ff5 MD5sum: f1f1ccb478922e8f24122cc1bb6f3c7a Description: debug symbols for ros-kilted-plansys2-planner Build-Ids: 91be05531c5c71a10ec701ab98cfd09095b4be89 f0a14e0518d70116226dc83765de4a142d5209e9 Package: ros-kilted-plansys2-popf-plan-solver Version: 3.0.2-1noble.20260519.125003 Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 144 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-plansys2-core, ros-kilted-pluginlib, ros-kilted-popf, ros-kilted-rclcpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-popf-plan-solver/ros-kilted-plansys2-popf-plan-solver_3.0.2-1noble.20260519.125003_arm64.deb Size: 37412 SHA256: b1c6462a8da93559f9b78a11042f951c4bb2c6e6b7f0f04a2b685102f6e806b0 SHA1: dc30a3ff64bd47b45d6257a150650833bfe9a25d MD5sum: 904a46139d506659538e429420cbed62 Description: This package contains the PDDL-based Planner module for the ROS2 Planning System Package: ros-kilted-plansys2-popf-plan-solver-dbgsym Package-Type: ddeb Source: ros-kilted-plansys2-popf-plan-solver Version: 3.0.2-1noble.20260519.125003 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 508 Depends: ros-kilted-plansys2-popf-plan-solver (= 3.0.2-1noble.20260519.125003) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-popf-plan-solver/ros-kilted-plansys2-popf-plan-solver-dbgsym_3.0.2-1noble.20260519.125003_arm64.deb Size: 479048 SHA256: 35e42f7eaa195f57ed92cd952a6694c104c3ab512e3c384d9dee25a78261ba2c SHA1: c457db8b6d2abe957ed0f85fd5ad7d5e9418aa33 MD5sum: 2e65778718c7cb76310a0a494ec7e90a Description: debug symbols for ros-kilted-plansys2-popf-plan-solver Build-Ids: 28e8e1e2548245e9b50a6f95f7c024021a2ee612 Package: ros-kilted-plansys2-problem-expert Version: 3.0.2-1noble.20260519.125808 Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 1938 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-ament-index-cpp, ros-kilted-lifecycle-msgs, ros-kilted-plansys2-domain-expert, ros-kilted-plansys2-msgs, ros-kilted-plansys2-pddl-parser, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-problem-expert/ros-kilted-plansys2-problem-expert_3.0.2-1noble.20260519.125808_arm64.deb Size: 345432 SHA256: e4be2e26eb8348f5778026d09d879a7ce80b279d5f712155e15257416e0c83a8 SHA1: cee952821a28cfc5162f1121bde2400616aeb7f5 MD5sum: ad604bfae42138f7105f1f29824469a0 Description: This package contains the Problem Expert module for the ROS2 Planning System Package: ros-kilted-plansys2-problem-expert-dbgsym Package-Type: ddeb Source: ros-kilted-plansys2-problem-expert Version: 3.0.2-1noble.20260519.125808 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 10342 Depends: ros-kilted-plansys2-problem-expert (= 3.0.2-1noble.20260519.125808) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-problem-expert/ros-kilted-plansys2-problem-expert-dbgsym_3.0.2-1noble.20260519.125808_arm64.deb Size: 8964802 SHA256: 1a9a1f16655ee893267ae518b43ef4692e0e4ddb7f724ecee1284e6bc1d24d75 SHA1: 79389b75947d57112ca2c76e2b663958c8e2d622 MD5sum: 8459f845ac38bc5b43e6f0d673a0d1c7 Description: debug symbols for ros-kilted-plansys2-problem-expert Build-Ids: 07c6be1fec767b56b1a070c50d056c66df0f831f 9e3833e6697505dd7cc6e3864c833a8dfd50a461 Package: ros-kilted-plansys2-support-py Version: 3.0.2-1noble.20260519.060134 Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 365 Depends: ros-kilted-lifecycle-msgs, ros-kilted-plansys2-msgs, ros-kilted-rclpy, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-support-py/ros-kilted-plansys2-support-py_3.0.2-1noble.20260519.060134_arm64.deb Size: 62976 SHA256: 34d6605a18cf5ca911bc55a0b6e4360f30c07b7fd96133d35063ca91477143a7 SHA1: 289263155aa067b48992c9fdaa08f29b04112c8d MD5sum: a0e7f7b89e09219c82a0d7220650776b Description: This package contains modules for developing PlanSys components in Python Package: ros-kilted-plansys2-terminal Version: 3.0.2-1noble.20260519.133257 Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 759 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libreadline8t64 (>= 6.0), libstdc++6 (>= 13.1), libreadline-dev, ros-kilted-plansys2-domain-expert, ros-kilted-plansys2-executor, ros-kilted-plansys2-msgs, ros-kilted-plansys2-pddl-parser, ros-kilted-plansys2-planner, ros-kilted-plansys2-problem-expert, ros-kilted-rclcpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-terminal/ros-kilted-plansys2-terminal_3.0.2-1noble.20260519.133257_arm64.deb Size: 183592 SHA256: 7658f238645c5965ee4285b4b5b65a354ed110bde48ea5adbd9283b9492e1a85 SHA1: d836cf6542e4c24f878aeb0bb46499619e6b6795 MD5sum: 47baa3bc0151bc35a1dfdd2ee94224e9 Description: A terminal tool for monitor and manage the ROS2 Planning System Package: ros-kilted-plansys2-terminal-dbgsym Package-Type: ddeb Source: ros-kilted-plansys2-terminal Version: 3.0.2-1noble.20260519.133257 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 4039 Depends: ros-kilted-plansys2-terminal (= 3.0.2-1noble.20260519.133257) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-terminal/ros-kilted-plansys2-terminal-dbgsym_3.0.2-1noble.20260519.133257_arm64.deb Size: 3616648 SHA256: 58cc683b26b502992f01ce11220280b8c28084a67522f51925af57afc9928598 SHA1: b8d8a956070e3dfa4cda6b4f3329d55d5a457e6a MD5sum: eb541c5df2a2fa7b3d40a5420e5c7c86 Description: debug symbols for ros-kilted-plansys2-terminal Build-Ids: 5b16a8500706c3c4a51a005041b1e3547cf0cabb e8afa2ce27c4e21d564675c4ef0b62adea3b5e49 Package: ros-kilted-plansys2-tests Version: 3.0.2-1noble.20260519.133518 Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 43 Depends: ros-kilted-plansys2-executor, ros-kilted-plansys2-msgs, ros-kilted-popf, ros-kilted-rclcpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-tests/ros-kilted-plansys2-tests_3.0.2-1noble.20260519.133518_arm64.deb Size: 6370 SHA256: be2ba09b7874f10ad462e6f8db2ae43a7ce50ff6316b160413247e7a52d84628 SHA1: 5fb9e02cbc577c5fdb8ab8b0a592b4c47165c439 MD5sum: 4b9457975bca0909d1f7a62bf2dc60f3 Description: This package contains the tests package for the ROS2 Planning System Package: ros-kilted-plansys2-tools Version: 3.0.2-1noble.20260519.133117 Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 3176 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.0.2), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5t64 (>= 5.11.0~rc1), libstdc++6 (>= 13.1), ros-kilted-plansys2-msgs, ros-kilted-plansys2-problem-expert, ros-kilted-qt-gui-cpp, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-rqt-gui, ros-kilted-rqt-gui-cpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-tools/ros-kilted-plansys2-tools_3.0.2-1noble.20260519.133117_arm64.deb Size: 376554 SHA256: aee0a54aeb97aff08a6f0bda05f641d0e3d30f996a5faebfd227ae1bf72545a5 SHA1: 45b7ef0ad2d9a2fc02fa2b1416bb18765937b4aa MD5sum: 74fa32fb97fcd982cf151089784cfab8 Description: A set of tools for monitoring ROS2 Planning System Package: ros-kilted-plansys2-tools-dbgsym Package-Type: ddeb Source: ros-kilted-plansys2-tools Version: 3.0.2-1noble.20260519.133117 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 15081 Depends: ros-kilted-plansys2-tools (= 3.0.2-1noble.20260519.133117) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-tools/ros-kilted-plansys2-tools-dbgsym_3.0.2-1noble.20260519.133117_arm64.deb Size: 12598044 SHA256: 6e5812caf20c52cee6cca8e2304744a0a181f850f3bf6225ce0023c21ead9cda SHA1: 5fb581128dff7ea492a9179d98146d5de8fc130f MD5sum: 9bf753f54f0e554401a6a227fe0a1708 Description: debug symbols for ros-kilted-plansys2-tools Build-Ids: 45b78a7a6d6842577d69b6f6ce03f33079ac49c0 567d1c48f40c203a25b925d539aa49ad27ba8971 ab6c37ab39cebb67ee92c03b58dc2734affe0538 b8862620fddfdf307a7bdd8e76640695cba40bb8 c270a925ee5d758804174b11dc633170cbf931e1 Package: ros-kilted-play-motion-builder Version: 1.4.1-1noble.20260520.123726 Architecture: arm64 Maintainer: davidfernandez Installed-Size: 1231 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libyaml-cpp-dev, ros-kilted-play-motion-builder-msgs, ros-kilted-play-motion2, ros-kilted-play-motion2-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-play-motion-builder/ros-kilted-play-motion-builder_1.4.1-1noble.20260520.123726_arm64.deb Size: 250818 SHA256: 9397ae436d0582e13006d846f0195a40f62eb31b4263c4c7259798bd3be34449 SHA1: e043453aefafb30c2d43736bfab5584622d1621a MD5sum: 354e82ce35f190b7ba57d1854c6655dc Description: The play_motion_builder package, a node to handle the creation of new motions for play_motion. Package: ros-kilted-play-motion-builder-dbgsym Package-Type: ddeb Source: ros-kilted-play-motion-builder Version: 1.4.1-1noble.20260520.123726 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: davidfernandez Installed-Size: 6030 Depends: ros-kilted-play-motion-builder (= 1.4.1-1noble.20260520.123726) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-play-motion-builder/ros-kilted-play-motion-builder-dbgsym_1.4.1-1noble.20260520.123726_arm64.deb Size: 5163468 SHA256: 56269abfd61b7af7727f62fb6a1362254ad2839d3b7f41d5d913bc0855cde553 SHA1: 480f41c470f8e5c48edd7e6aece399e1aafeaaa1 MD5sum: 78353f1339020d7fa3eece68ffb4e5af Description: debug symbols for ros-kilted-play-motion-builder Build-Ids: 17ab4ea85f748e45bcccba3925b58e2243fa696a 664503c46d53eed1dfa4c54b4d958bc3c87fc02f Package: ros-kilted-play-motion-builder-msgs Version: 1.4.1-1noble.20260519.021313 Architecture: arm64 Maintainer: davidfernandez Installed-Size: 5649 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-action-msgs, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-play-motion-builder-msgs/ros-kilted-play-motion-builder-msgs_1.4.1-1noble.20260519.021313_arm64.deb Size: 337414 SHA256: bb2e5efeb9c724a51eaa64389c09dad8dfbfef637d4099c2ea901c660ba13e05 SHA1: a0117bd4f6edf450cf6c7d43b5b92dd263bfbf72 MD5sum: a20214f7fb43d9e123a0b11f1a7923a9 Description: The play_motion_builder_msgs package Package: ros-kilted-play-motion-builder-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-play-motion-builder-msgs Version: 1.4.1-1noble.20260519.021313 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: davidfernandez Installed-Size: 3523 Depends: ros-kilted-play-motion-builder-msgs (= 1.4.1-1noble.20260519.021313) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-play-motion-builder-msgs/ros-kilted-play-motion-builder-msgs-dbgsym_1.4.1-1noble.20260519.021313_arm64.deb Size: 2576392 SHA256: bbb2da84ee1696d626031fff3b1122b91176257d4a21bc0b49498c3fe213e0bb SHA1: aea02354b544b2aa07ffe1a798ff9a228ba25619 MD5sum: 5ae804fd5f49ec08fe1c25de82d93a8b Description: debug symbols for ros-kilted-play-motion-builder-msgs Build-Ids: 0c12852b7938cc6f44168d42c290f48342bb72ba 0f279fbcca89136a0f1c404a01857f40d987db6a 5670744f35f12e3290e9652ba6c2176650eb3245 5b8cc1e4e4a3098a4cd3a6616eaaabba02b7d726 70aa128acdd83f140f27d2c5d7df204c34ec1650 7228e5009cd41b00f79a388b369d1da1a5092caf 90871ee5065e23cb6a4e0bc4a0e9a1af50c10d2f d85758debc19ee321e95a3948c2537471972e6c3 df57bef1d4fb9230f3c2364efaccfea8cfa8cc10 ecab20bc3c953fa4ce0b34ce10ae8e9632e87379 fa324df2e15a538e87863bcbacc8f13680b7b42a Package: ros-kilted-play-motion2 Version: 1.8.4-1noble.20260520.114238 Architecture: arm64 Maintainer: Noel Jimenez Installed-Size: 1845 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-moveit-ros-planning-interface, ros-kilted-backward-ros, ros-kilted-control-msgs, ros-kilted-controller-manager-msgs, ros-kilted-launch, ros-kilted-launch-ros, ros-kilted-lifecycle-msgs, ros-kilted-play-motion2-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-rclcpp-components, ros-kilted-rclcpp-lifecycle, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-trajectory-msgs, ros-kilted-ros-workspace Homepage: https://github.com/pal-robotics/play_motion2 Priority: optional Section: misc Filename: pool/main/r/ros-kilted-play-motion2/ros-kilted-play-motion2_1.8.4-1noble.20260520.114238_arm64.deb Size: 358514 SHA256: e92008a8bf52a573d7006eaa35f145bf81edc782be4ab987a9564a6133d49772 SHA1: c473afbdb9b9083c5282e13e6291653da8cc1170 MD5sum: 7f3aa166ae906648185248d68aaf1ff5 Description: Play a pre-recorded motion on a robot Package: ros-kilted-play-motion2-cli Version: 1.8.4-1noble.20260520.123452 Architecture: arm64 Maintainer: Isaac Acevedo Installed-Size: 67 Depends: ros-kilted-play-motion2, ros-kilted-rclpy, ros-kilted-ros2cli, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-play-motion2-cli/ros-kilted-play-motion2-cli_1.8.4-1noble.20260520.123452_arm64.deb Size: 11714 SHA256: 2d7b4fd9fac18dda7e9cf60b7ff20aeecb8e66658bef6805395e04ba9f6c7bad SHA1: 10d5e1f1245fe731ff5ad8805ddbc8f8d348d543 MD5sum: 5884bd5f2ca5e99cbfd961bcfb9a03c0 Description: The play_motion command for ROS 2 command line tools. Package: ros-kilted-play-motion2-dbgsym Package-Type: ddeb Source: ros-kilted-play-motion2 Version: 1.8.4-1noble.20260520.114238 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Noel Jimenez Installed-Size: 11226 Depends: ros-kilted-play-motion2 (= 1.8.4-1noble.20260520.114238) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-play-motion2/ros-kilted-play-motion2-dbgsym_1.8.4-1noble.20260520.114238_arm64.deb Size: 9935540 SHA256: e7ccdd94b3d8213bb644fa9b763fff3319dfbac54f00aabadb2dff8e4b4eb2f8 SHA1: 862c958c77082459e544d866a56231d183740408 MD5sum: 7bf5e380cace8063576ee2350f957a59 Description: debug symbols for ros-kilted-play-motion2 Build-Ids: 7814368ad9da70b179dde50140f6273534f99e56 bf1c41af6721583067fe21d046d321dcd9686112 d9061f1f83efabb984429ef90247e1eee4aec703 Package: ros-kilted-play-motion2-msgs Version: 1.8.4-1noble.20260519.021314 Architecture: arm64 Maintainer: Noel Jimenez Installed-Size: 6370 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-action-msgs, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Homepage: https://github.com/pal-robotics/play_motion2 Priority: optional Section: misc Filename: pool/main/r/ros-kilted-play-motion2-msgs/ros-kilted-play-motion2-msgs_1.8.4-1noble.20260519.021314_arm64.deb Size: 358952 SHA256: 1304c83b4232264586f08ae7d25604f8deb0741a2cd093b630f668b9db35a4db SHA1: 0dc4f0be72bceb6a7669ac72cc0b06ec2c8941eb MD5sum: 77ca26ac202a8665a27e835b2831ce45 Description: Play a pre-recorded motion on a robot Package: ros-kilted-play-motion2-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-play-motion2-msgs Version: 1.8.4-1noble.20260519.021314 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Noel Jimenez Installed-Size: 4072 Depends: ros-kilted-play-motion2-msgs (= 1.8.4-1noble.20260519.021314) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-play-motion2-msgs/ros-kilted-play-motion2-msgs-dbgsym_1.8.4-1noble.20260519.021314_arm64.deb Size: 2977514 SHA256: c6f43023c10baab0a80d042e01a939159bc54e60873faad65cd334836c4d1a1e SHA1: f201c105bdef3d09f3c3be2a2b653b1d4f789044 MD5sum: e054adb1745e5c9f0e82559ba42b1a0c Description: debug symbols for ros-kilted-play-motion2-msgs Build-Ids: 010ff74457b4c1e90d8df2f8252c0080dbbbfe95 0af0a393a955bae83cb18d9e9db963f3583631e7 18738a010fcbf40b50f25f620a9c9466b6e827f0 34d5102c8c775d661883a342e35ec021ccb59c60 55289b6c2cbb35cbc06680fb60c4243d6a08b204 7caa282f7b97132e42dcedb2d6a4868e3f3d2745 82b419e674b62f6f512be20ccd15d155516f49d9 9059f413f3ab1c7cea4f2163dcdec06b59cab862 90811ead1659273acd37f1d8b3c7d664b380d9af 908af286cefa2d72924856571e2141a0fc8ea1f8 d60215559e9e63f3316bd964f67cd61c37f5ea73 Package: ros-kilted-plotjuggler Version: 3.17.2-1noble.20260519.050243 Architecture: arm64 Maintainer: "Davide Faconti" Installed-Size: 20614 Depends: libbinutils (>= 2.42), libbinutils (<< 2.42.1), libc6 (>= 2.38), libgcc-s1 (>= 4.5), liblua5.1-0, libprotobuf32t64 (>= 3.21.12), libpython3.12t64 (>= 3.12.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.0.2), libstdc++6 (>= 13.1), 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-kilted-ament-index-cpp, ros-kilted-data-tamer-cpp, ros-kilted-ros-workspace Homepage: https://github.com/PlotJuggler/PlotJuggler Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plotjuggler/ros-kilted-plotjuggler_3.17.2-1noble.20260519.050243_arm64.deb Size: 9807636 SHA256: 0b1a1e8b285f4e4072f3b993daa73259497ba09b5b067ae47580950a6db53e07 SHA1: 6b0a609686af8d906a7c890d07c444dd5a0262b1 MD5sum: dfee6aac19827f6de06c29a16516b14a Description: PlotJuggler: juggle with data Package: ros-kilted-plotjuggler-dbgsym Package-Type: ddeb Source: ros-kilted-plotjuggler Version: 3.17.2-1noble.20260519.050243 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Davide Faconti" Installed-Size: 78620 Depends: ros-kilted-plotjuggler (= 3.17.2-1noble.20260519.050243) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plotjuggler/ros-kilted-plotjuggler-dbgsym_3.17.2-1noble.20260519.050243_arm64.deb Size: 75221086 SHA256: 07b8c896087275c89bd15dd27de0834600f552dd3160963da426902279ddac4d SHA1: 2ed0fe29ba1e56990bf38ad632d25e9ea684bb06 MD5sum: 37e26c6387ac8481358b7ba05d8f7a37 Description: debug symbols for ros-kilted-plotjuggler Build-Ids: 0a2776ea75d03a1951051e96ab51fe9b5456bce5 105f5bd313c75f56c07debbe2bfa5c7d7350dcbf 2f84a020bfdae6e891cf3af7db79f141ee3923b0 4c8f2b635afc72df8fa309e9a1ea9faa1e7820c4 4f242d777024a39b9023e915c1a39fdb30935d85 9afc4fc3c44d6898788a22559c5b8ec9d59956ba 9ebeb14a6bab36ea2f328f33280d56f377553151 a93f9b451796a5e805aad8a099f90b85f28cabab ab1a76b137c7e83dfe5a3cea1ae5a3162b6ff9df b574d66f95f82f2b304d88a83f7905ef39901ee0 b7d119621aa1d1a723d1517eb72a5df49aea019b c38f26e2be8a92fd168d2f8fe0ea1d2e7adae47d c40b2afbcf667888198e843c24c5d0eaea6684d7 cdc30af6c8513a3f6801191b6ba9295fa8ac6bdd d0e2a6052931049f573a4a34f12fe5a75f9b74b4 d9a5856369a7b073b7b31903a8be409c3e8d5a17 e2bf951c10b2c3ecbf0156cb1251c8abf2a3c9e3 e61958bf46766d4c2142d9af547f31400a875812 f631a32e4b3a3d7664b401a936de463909229e57 ff1be9cf170c67e8e7f48fdd3668dfc5836574d3 ff4222ac23af2d579765552a4e9cdd9c5166fcba Package: ros-kilted-plotjuggler-msgs Version: 0.2.3-5noble.20260519.032341 Architecture: arm64 Maintainer: daf Installed-Size: 1419 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plotjuggler-msgs/ros-kilted-plotjuggler-msgs_0.2.3-5noble.20260519.032341_arm64.deb Size: 87642 SHA256: c1dbb4a9bd9950a5ece6c7be590cb9171bb1b22af3a0e84e0f4c6706333e8a06 SHA1: ccaa24365dd2b0a5e373e5d0954ff3bef5bf6dae MD5sum: 32ea67e131752cc1115bbfa75ae1bf86 Description: Special Messages for PlotJuggler Package: ros-kilted-plotjuggler-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-plotjuggler-msgs Version: 0.2.3-5noble.20260519.032341 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: daf Installed-Size: 845 Depends: ros-kilted-plotjuggler-msgs (= 0.2.3-5noble.20260519.032341) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plotjuggler-msgs/ros-kilted-plotjuggler-msgs-dbgsym_0.2.3-5noble.20260519.032341_arm64.deb Size: 630596 SHA256: 94f78d98a0a079668ac4fe12c480b74b66d61076ae40a597f545d30c1421394f SHA1: b38a50a542008a2ee2bb4c87fcaa8cc0a8265790 MD5sum: b7eb7371e338be602d9dad1b95b5099b Description: debug symbols for ros-kilted-plotjuggler-msgs Build-Ids: 0545c7c1646e9f8b10b93d6c37c68b187a0992b4 243b17af30990145b8dc6678ef5e3d407e83863d 2c971de5b52631e748e8e6e4d9a44554287a5864 58a4bd69e94685d8df51d216e3065f4282682368 898f2f9c2b7beae4f37563e9507b13f03df9020a 8b9f29aabbb3c81b432a6a1fb3424ce5f9a878fc 937a1530f37dcba9b4accc189faeecdcb3951505 a6166bf348990b8395eb97d31881be2120a27f27 a74212c2d74d8df08eff9418b3d5f99cdf4d2990 e189ca5f158e37a9ab7300bde8e59d32eab41502 ef1f2df9d64fa007d3ba890430c672922a1f032c Package: ros-kilted-plotjuggler-ros Version: 2.3.1-1noble.20260519.150045 Architecture: arm64 Maintainer: Davide Faconti Installed-Size: 896 Depends: libc6 (>= 2.32), libgcc-s1 (>= 4.5), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5t64 (>= 5.14.1), libqt5xml5t64 (>= 5.0.2), libstdc++6 (>= 13.1), binutils-dev, libboost-all-dev, libfmt-dev, libqt5svg5-dev, libqt5websockets5-dev, qtbase5-dev, ros-kilted-plotjuggler, ros-kilted-plotjuggler-msgs, ros-kilted-rclcpp, ros-kilted-rcpputils, ros-kilted-rosbag2-transport, ros-kilted-tf2-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: https://github.com/facontidavide/PlotJuggler Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plotjuggler-ros/ros-kilted-plotjuggler-ros_2.3.1-1noble.20260519.150045_arm64.deb Size: 207550 SHA256: 523b6fe19afa2bfdf6a774367f6497669d802d5d77024ca671ccc85a262138e7 SHA1: 0d794eaf966116358618d2ac51ef795c7906c796 MD5sum: 3c034b84d0cc7239cd719c0ae6d2a4cb Description: PlotJuggler plugin for ROS Package: ros-kilted-plotjuggler-ros-dbgsym Package-Type: ddeb Source: ros-kilted-plotjuggler-ros Version: 2.3.1-1noble.20260519.150045 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Davide Faconti Installed-Size: 7219 Depends: ros-kilted-plotjuggler-ros (= 2.3.1-1noble.20260519.150045) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plotjuggler-ros/ros-kilted-plotjuggler-ros-dbgsym_2.3.1-1noble.20260519.150045_arm64.deb Size: 6953488 SHA256: 9ea87b54dbb7543637a11a59e7375b64415914942ba5d378d4e83d86a02d55ef SHA1: 83d37c5958ae2c07146966c6974ff5d5dc68528a MD5sum: 6e4360a860466a20f04c9cc551cf5f5f Description: debug symbols for ros-kilted-plotjuggler-ros Build-Ids: 6db4755b4fc1444795071c4091860d2dfd409bbc c352bdb0a72e8254a5888939ca97136cb427b549 d19b794c689303772a05732d03db00f934c8b942 Package: ros-kilted-pluginlib Version: 5.6.3-1noble.20260519.041009 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 337 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-ament-index-cpp, ros-kilted-class-loader, ros-kilted-rcpputils, ros-kilted-rcutils, ros-kilted-tinyxml2-vendor, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pluginlib/ros-kilted-pluginlib_5.6.3-1noble.20260519.041009_arm64.deb Size: 92360 SHA256: 7c5332191793a56eb9697161e925ac737b1d85b0dcf193b8f4c1031fbf1e8eac SHA1: 3c8cf9d3557fb9fdf3faee52f13ac0c5a5c15200 MD5sum: fac5551ed9f21a8cc0406bcfcedba35e 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-kilted-pluginlib-dbgsym Package-Type: ddeb Source: ros-kilted-pluginlib Version: 5.6.3-1noble.20260519.041009 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 936 Depends: ros-kilted-pluginlib (= 5.6.3-1noble.20260519.041009) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pluginlib/ros-kilted-pluginlib-dbgsym_5.6.3-1noble.20260519.041009_arm64.deb Size: 847946 SHA256: 1a1a9dc9c17d97b528c88829bd2bbf263bc3bbd444030e086da693f3a38853b4 SHA1: 588ba5fb108ebb77f2f2594e8928a93538ec4520 MD5sum: 4f6b7fad81ae81723aa3da83c6f8a1bf Description: debug symbols for ros-kilted-pluginlib Build-Ids: d65f5f0b9cd83c7b2d51499c45be675d76cf3d7c Package: ros-kilted-point-cloud-interfaces Version: 5.0.5-2noble.20260519.030821 Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 1074 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: https://wiki.ros.org/draco_point_cloud_transport Priority: optional Section: misc Filename: pool/main/r/ros-kilted-point-cloud-interfaces/ros-kilted-point-cloud-interfaces_5.0.5-2noble.20260519.030821_arm64.deb Size: 59510 SHA256: b1c93c9e86053ba4de35c3d1e8d81f13411e0d88bfb9e2b0065695908407f950 SHA1: 40b10f984fa5f38adfa44c32e0bf6c31c7afed1d MD5sum: b3f596ecd281e0d3c7fe42a3378ff058 Description: msg definitions for use with point_cloud_transport plugins. Package: ros-kilted-point-cloud-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-point-cloud-interfaces Version: 5.0.5-2noble.20260519.030821 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 386 Depends: ros-kilted-point-cloud-interfaces (= 5.0.5-2noble.20260519.030821) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-point-cloud-interfaces/ros-kilted-point-cloud-interfaces-dbgsym_5.0.5-2noble.20260519.030821_arm64.deb Size: 267328 SHA256: 7ba74190625eedb8b7ee2257b6a0d912587e597bb97c4016661855d9558863fe SHA1: f6e37f1e50b88ab8dac15393a1bb162bec963860 MD5sum: df8e543117f53f04116d509d48ccdcab Description: debug symbols for ros-kilted-point-cloud-interfaces Build-Ids: 1029800e5bb7f78280228870dc06b5d93ffa91bf 305e32dbae85589fb3d04861c152197224ae0196 344468f21977ee6a47de0ed74384e9187328e2c8 3aed6e29fb14f914be257bc767d2eb8afc99c4cf 5a2e7b5d914b7c32b39a47d4f6d7b69393c60d87 6a1bd9beaf6fcdf9392813bf0cee1a00dff38cee 7dcfaec2f9269c56e8da3adb3411e03c04da4760 88f8d39e48e98626fa580fa081a65cab136fb6b1 90dce870f832ab0bd7dc49d292f871eea8619787 b02b5977e3b1b967e8a1d38006b7fcbe383ab8cd dcc40590f436e3bdb4970603a9e7b84267ee2082 Package: ros-kilted-point-cloud-msg-wrapper Version: 1.0.7-5noble.20260519.034211 Architecture: arm64 Maintainer: Apex.AI, Inc. Installed-Size: 91 Depends: ros-kilted-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-point-cloud-msg-wrapper/ros-kilted-point-cloud-msg-wrapper_1.0.7-5noble.20260519.034211_arm64.deb Size: 14582 SHA256: 83b16199ce7dd531725268e4742bf5f94e705816b2723d805013f3d7d7d91f7b SHA1: ab741ee3e45bb70796b2c3e9dd5b1f7040821aea MD5sum: dc2f6c61082d393aef0a45a5eb4636be Description: A point cloud message wrapper that allows for simple and safe PointCloud2 msg usage Package: ros-kilted-point-cloud-transport Version: 5.1.6-1noble.20260519.083311 Architecture: arm64 Maintainer: Alejandro Hernández Installed-Size: 2438 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-message-filters, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rcpputils, ros-kilted-rmw, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-point-cloud-transport/ros-kilted-point-cloud-transport_5.1.6-1noble.20260519.083311_arm64.deb Size: 315184 SHA256: 407242f3d5fe50ffa69e1308238d3be86f620c8dd8c5855a5f7d158f03f6c2ab SHA1: 2e6f2fa5474550b08e5cff8ba6f22115ea056ba2 MD5sum: 8ff6df393f2e33b321590881378a9fc2 Description: Support for transporting PointCloud2 messages in compressed format and plugin interface for implementing additional PointCloud2 transports. Package: ros-kilted-point-cloud-transport-dbgsym Package-Type: ddeb Source: ros-kilted-point-cloud-transport Version: 5.1.6-1noble.20260519.083311 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernández Installed-Size: 8535 Depends: ros-kilted-point-cloud-transport (= 5.1.6-1noble.20260519.083311) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-point-cloud-transport/ros-kilted-point-cloud-transport-dbgsym_5.1.6-1noble.20260519.083311_arm64.deb Size: 7640092 SHA256: 6d1551bdc7927e7b052719bc7cbc0a78ab2a82870092a4d1a045eadce225657b SHA1: bd8e00cc165c371c66c1d3bf10b363eef27bf648 MD5sum: 0ee608202eddee20261318edf9df5263 Description: debug symbols for ros-kilted-point-cloud-transport Build-Ids: 11b2c99d0f9aadd054400ef5571cbe415a478831 5c0cae571b56dfd2d63c9732b365b28a48877b88 a756c118e87af3cb465628dedd177e838727c0b9 a8bfeedc81c7bdd17438fa19906d8270fc5c811b fb8cfe6510002a40ba383f47ff69c780028a8411 Package: ros-kilted-point-cloud-transport-plugins Version: 5.0.5-2noble.20260519.095149 Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 41 Depends: ros-kilted-draco-point-cloud-transport, ros-kilted-point-cloud-interfaces, ros-kilted-zlib-point-cloud-transport, ros-kilted-zstd-point-cloud-transport, ros-kilted-ros-workspace Homepage: https://wiki.ros.org/point_cloud_transport Priority: optional Section: misc Filename: pool/main/r/ros-kilted-point-cloud-transport-plugins/ros-kilted-point-cloud-transport-plugins_5.0.5-2noble.20260519.095149_arm64.deb Size: 5596 SHA256: 34e70c7bc1c0e2f1b4db74ecfa16496c1e49577bd4fc4091e21da5916dcb162a SHA1: 90a4ab9b973a1a88f5b11907db57eb177391a0b7 MD5sum: 8337c3bd21a5b3d10d3aa5acd873c2c0 Description: Metapackage with common point_cloud_transport plugins Package: ros-kilted-point-cloud-transport-py Version: 5.1.6-1noble.20260519.135127 Architecture: arm64 Maintainer: Alejandro Hernández Installed-Size: 516 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-kilted-pluginlib, ros-kilted-point-cloud-transport, ros-kilted-pybind11-vendor, ros-kilted-rclcpp, ros-kilted-rpyutils, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-point-cloud-transport-py/ros-kilted-point-cloud-transport-py_5.1.6-1noble.20260519.135127_arm64.deb Size: 120914 SHA256: 4baa23e99a43007256f408b8917510856c25859c38209be35cf294e1905d7d59 SHA1: b4401d53d2a016f6df1065d8047c72045da595b0 MD5sum: 6825c0f5a353e3b6bf3c3a13593a26a2 Description: Python API for point_cloud_transport Package: ros-kilted-point-cloud-transport-tutorial Version: 0.0.2-2noble.20260519.103935 Architecture: arm64 Maintainer: John D'Angelo Installed-Size: 918 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-point-cloud-transport, ros-kilted-point-cloud-transport-plugins, ros-kilted-rclcpp, ros-kilted-rcpputils, ros-kilted-rosbag2-cpp, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-point-cloud-transport-tutorial/ros-kilted-point-cloud-transport-tutorial_0.0.2-2noble.20260519.103935_arm64.deb Size: 707300 SHA256: 3e0d56199fc38026f261e919cc6944511192818a40f15c0611a076310e918828 SHA1: 8f7ae0a54728cc248a31cd79752ec361c4429bb1 MD5sum: aa89d2899e3986826daa2b82bcbb8443 Description: Tutorial for point_cloud_transport. Package: ros-kilted-point-cloud-transport-tutorial-dbgsym Package-Type: ddeb Source: ros-kilted-point-cloud-transport-tutorial Version: 0.0.2-2noble.20260519.103935 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: John D'Angelo Installed-Size: 1107 Depends: ros-kilted-point-cloud-transport-tutorial (= 0.0.2-2noble.20260519.103935) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-point-cloud-transport-tutorial/ros-kilted-point-cloud-transport-tutorial-dbgsym_0.0.2-2noble.20260519.103935_arm64.deb Size: 1037150 SHA256: 588b84a213dfddb1d09f5370e4732b7050501f118f1944805b4ad8a9157e9e26 SHA1: 4fcdcd7ab89f8ef404a43b920f327ed902ca8013 MD5sum: bd0833ce2288a082a104b4bfa77618d3 Description: debug symbols for ros-kilted-point-cloud-transport-tutorial Build-Ids: 23b32f125dfa4d71b48db439d13e2e03b07fdc03 3d7d1adcbda8f6c4dee34a27b0e9aacf9fb2bcb5 ffce525b5df54c4faa8fb71169c20dbcaab95fee Package: ros-kilted-pointcloud-to-laserscan Version: 2.0.2-3noble.20260519.083149 Architecture: arm64 Maintainer: Paul Bovbel Installed-Size: 1563 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-laser-geometry, ros-kilted-launch, ros-kilted-launch-ros, ros-kilted-message-filters, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-tf2, ros-kilted-tf2-ros, ros-kilted-tf2-sensor-msgs, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/perception_pcl Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pointcloud-to-laserscan/ros-kilted-pointcloud-to-laserscan_2.0.2-3noble.20260519.083149_arm64.deb Size: 252094 SHA256: 58662370b5106da0c4966701ce8a268cf7be5ee543b98fd58fdf5c9c97533d9d SHA1: ebde7e7597f21acbe6fd32f7464a1d54485ce648 MD5sum: 6ce0802362da99d558a66ad6df520a1a 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-kilted-pointcloud-to-laserscan-dbgsym Package-Type: ddeb Source: ros-kilted-pointcloud-to-laserscan Version: 2.0.2-3noble.20260519.083149 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Paul Bovbel Installed-Size: 9048 Depends: ros-kilted-pointcloud-to-laserscan (= 2.0.2-3noble.20260519.083149) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pointcloud-to-laserscan/ros-kilted-pointcloud-to-laserscan-dbgsym_2.0.2-3noble.20260519.083149_arm64.deb Size: 8046172 SHA256: 35b31308c244a4f6e8c048c90986500793a9bc50dc30177606055b73011afbda SHA1: c832940837fbe868d0dbf9b67de0f01f9d270921 MD5sum: 89401c3307a755b4caac6999aa3aade4 Description: debug symbols for ros-kilted-pointcloud-to-laserscan Build-Ids: 1f71184aac094a4589f94b3604b15549b27bcc03 3a910dced47811a278d86211ac5cebb28e5cff51 c26aca1eff60f3d391ee07e0d1050bca1a5a2263 d201db025c52281778a8024e5277b6d7901c9585 e6a0ccca6a97fb0b74a0093b059114e9a9dcc8af Package: ros-kilted-polygon-demos Version: 1.2.0-2noble.20260519.151538 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 436 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-angles, ros-kilted-color-util, ros-kilted-geometry-msgs, ros-kilted-polygon-msgs, ros-kilted-polygon-rviz-plugins, ros-kilted-polygon-utils, ros-kilted-rclcpp, ros-kilted-rviz-common, ros-kilted-rviz-default-plugins, ros-kilted-rviz2, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-polygon-demos/ros-kilted-polygon-demos_1.2.0-2noble.20260519.151538_arm64.deb Size: 93486 SHA256: e42e1461bb5a23e5d82af11d40cf6d072e4536c0b81d4b28bdbdb9eb5d9c8f86 SHA1: b44d0891fbd2b0404bf11429ffdeb2035d0d6ae7 MD5sum: eaea183177bf40df74f249811b048e06 Description: Demo of polygon_rviz_plugins Package: ros-kilted-polygon-demos-dbgsym Package-Type: ddeb Source: ros-kilted-polygon-demos Version: 1.2.0-2noble.20260519.151538 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 1856 Depends: ros-kilted-polygon-demos (= 1.2.0-2noble.20260519.151538) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-polygon-demos/ros-kilted-polygon-demos-dbgsym_1.2.0-2noble.20260519.151538_arm64.deb Size: 1605182 SHA256: 1a0b877d6b932db63e356a5c9c98732b09b4f89b73273a3eaccf54f9c26c3213 SHA1: 251dc7bb660c70b2d0a7ae60460c57beb07dcb1a MD5sum: 1140fc4e14b1011c7470c42534064df9 Description: debug symbols for ros-kilted-polygon-demos Build-Ids: d8e51de034e0e8f1e52e675816c67bd19f58300c Package: ros-kilted-polygon-msgs Version: 1.2.0-2noble.20260519.032354 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 1654 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-polygon-msgs/ros-kilted-polygon-msgs_1.2.0-2noble.20260519.032354_arm64.deb Size: 99418 SHA256: 7c391b54069c71e4b767d2e12d0925d3a5ac95c9f82707f67e6690c308602ac1 SHA1: d3174b65da08a77791a6673cea4abc84f00ee1cd MD5sum: acf90da10d71daba966a6eff09483e99 Description: General purpose two-dimensional polygons. Formerly a part of nav_2d_msgs Package: ros-kilted-polygon-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-polygon-msgs Version: 1.2.0-2noble.20260519.032354 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 1139 Depends: ros-kilted-polygon-msgs (= 1.2.0-2noble.20260519.032354) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-polygon-msgs/ros-kilted-polygon-msgs-dbgsym_1.2.0-2noble.20260519.032354_arm64.deb Size: 870604 SHA256: 35d1241c7e5798fc1614110376dba9c36b3e334c657296262092613c89c29d92 SHA1: 1cb00750fecdbebd5ecdd9ae62ead8c85b32bfc2 MD5sum: 1f1770c02680d7115d79a892c37c7112 Description: debug symbols for ros-kilted-polygon-msgs Build-Ids: 0467a6bc75eedd5fb6ab3d7b3ca1f2be98e6b542 36408a1984dca58fdf7d794d5a641a4d57ed8ac2 3d1f2eda10af94ece10ea169be7bcbf022c593f1 4be745ca60b8ad35cd637ae15e24256be9d095ca 53937066bb22e10dc5b251fc8fdbdcfc2ef5d9eb 6c0d0b2807206dcc499f24738fa885d59cdd04c3 7739e5a5389514765497fdce99663d4ba0f1bf92 8884964d253416b8f9a5ea2ffa4d8e8fa82b91bc a9e7f5050b3a1184a1dd35877f8da694f12bf2c8 cd9f741e031ab4a185f2e580a699dd5fb9fe8642 d05764ac948d032e678b85280e691b3828803115 Package: ros-kilted-polygon-rviz-plugins Version: 1.2.0-2noble.20260519.053706 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 1975 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.5.0), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libstdc++6 (>= 13.1), ros-kilted-rviz-ogre-vendor, ros-kilted-color-util, ros-kilted-geometry-msgs, ros-kilted-pluginlib, ros-kilted-polygon-msgs, ros-kilted-polygon-utils, ros-kilted-rviz-common, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-polygon-rviz-plugins/ros-kilted-polygon-rviz-plugins_1.2.0-2noble.20260519.053706_arm64.deb Size: 295374 SHA256: fa5e860024af1b81d8a107fd9364811d89b9db5d8ee0e24888a24c222ffa80e8 SHA1: fe7d4603cac4f401dda01b87ed7213e388e40fb2 MD5sum: 9d6a7e9d3a149c9d1e93ce06bcfcf6cb Description: RViz visualizations for polygons Package: ros-kilted-polygon-rviz-plugins-dbgsym Package-Type: ddeb Source: ros-kilted-polygon-rviz-plugins Version: 1.2.0-2noble.20260519.053706 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 14422 Depends: ros-kilted-polygon-rviz-plugins (= 1.2.0-2noble.20260519.053706) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-polygon-rviz-plugins/ros-kilted-polygon-rviz-plugins-dbgsym_1.2.0-2noble.20260519.053706_arm64.deb Size: 12062812 SHA256: 77c7ad55e7d3b64eba8ea18206f841bbb4c99379414b29242219d8b51034029b SHA1: d8bd3b9ef6ec7f284e350aefbec491cc3ba372af MD5sum: 6f2ba9e7d81d328bc6571236ed7d112d Description: debug symbols for ros-kilted-polygon-rviz-plugins Build-Ids: ef212d2aaf9f4cf5e4ebfe91c58e6968441a37e3 Package: ros-kilted-polygon-utils Version: 1.2.0-2noble.20260519.033917 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 151 Depends: python3-shapely, ros-kilted-geometry-msgs, ros-kilted-polygon-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-polygon-utils/ros-kilted-polygon-utils_1.2.0-2noble.20260519.033917_arm64.deb Size: 31470 SHA256: 14ad118f802222c5bc46b61740cbde5c502f9de7e15e264ec815d93fd889f840 SHA1: 69e296e6e2ab9e1c942a02405c8b943d675dd348 MD5sum: 6acd743070397835e62565933aa95102 Description: Utilities for working with polygons, including triangulation Package: ros-kilted-popf Version: 1.0.0-1noble.20260519.121201 Architecture: arm64 Maintainer: Francisco Martin Installed-Size: 2772 Depends: coinor-libcbc3.1 (>= 2.10.11+ds1), coinor-libcgl1 (>= 0.60.8+ds), coinor-libclp1 (>= 1.17.9+ds), libc6 (>= 2.38), libgcc-s1 (>= 4.2), libstdc++6 (>= 13.1), bison, coinor-libcbc-dev, coinor-libcgl-dev, coinor-libclp-dev, coinor-libcoinutils-dev, flex, ros-kilted-rclcpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-popf/ros-kilted-popf_1.0.0-1noble.20260519.121201_arm64.deb Size: 817428 SHA256: 80d6cdf64bbf08dafba6d4060528046f8b71714a487c21d7a95744ccfd380823 SHA1: 34434cd24673dfca085f6f9493d1439ca795e2aa MD5sum: bee8906aff689783677efb8423f6d11a Description: The POPF package Package: ros-kilted-popf-dbgsym Package-Type: ddeb Source: ros-kilted-popf Version: 1.0.0-1noble.20260519.121201 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martin Installed-Size: 23137 Depends: ros-kilted-popf (= 1.0.0-1noble.20260519.121201) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-popf/ros-kilted-popf-dbgsym_1.0.0-1noble.20260519.121201_arm64.deb Size: 21965196 SHA256: e7a8424302e912bf418b78ec4887c22625c4441a4a17035bce0d2d3b82c469d0 SHA1: 010d21a458c3db1c6a9966b597a0f778b76e23bc MD5sum: 00a79344e06cc4a5f68f735aeb5d3516 Description: debug symbols for ros-kilted-popf Build-Ids: 0dd9a8620359ee261375726f16279cf1d59f0a83 5b3c7a4b793c7f0ca864894c49591fb969dd151c 5f7b5295b11dac780dc2d45bf310e164c9a243dc 8d9641b3a823f9eac1c7445d8fa440799e40efa7 984ba85c5d18afb2fa7a96d55446f58132e05bb4 f3802b6f044f692df21d12b2c01b1a8356191b79 f58ff8d437a5cdb80bf9c5b836abf682f26f1735 Package: ros-kilted-pose-broadcaster Version: 5.15.1-1noble.20260520.085557 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 341 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-backward-ros, ros-kilted-controller-interface, ros-kilted-generate-parameter-library, ros-kilted-geometry-msgs, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-realtime-tools, ros-kilted-tf2-msgs, ros-kilted-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pose-broadcaster/ros-kilted-pose-broadcaster_5.15.1-1noble.20260520.085557_arm64.deb Size: 91582 SHA256: e2999b6b98ffd40b2bfcc342737f1e35b49f8cc8d2fb29c72a3e12473c2c0c34 SHA1: 4be7508f9736587cdfac62d182b352be11262914 MD5sum: 741d8f97a57b4cdafcc471d36c249526 Description: Broadcaster to publish cartesian states. Package: ros-kilted-pose-broadcaster-dbgsym Package-Type: ddeb Source: ros-kilted-pose-broadcaster Version: 5.15.1-1noble.20260520.085557 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 1473 Depends: ros-kilted-pose-broadcaster (= 5.15.1-1noble.20260520.085557) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pose-broadcaster/ros-kilted-pose-broadcaster-dbgsym_5.15.1-1noble.20260520.085557_arm64.deb Size: 1321874 SHA256: 998db7e19d979423a09737deaab41935f1e37752c050943f59857568ee4bffb6 SHA1: f8ee11af1b3f515edc033109d987009fb8bb52a7 MD5sum: 97638e6dc16e8470bb4d34fcf1776910 Description: debug symbols for ros-kilted-pose-broadcaster Build-Ids: 72969ee6bee089ccaf0734f1083825a02dd3b41e Package: ros-kilted-pose-cov-ops Version: 0.4.0-1noble.20260519.102545 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 136 Depends: libc6 (>= 2.17), ros-kilted-mrpt-libposes, ros-kilted-cv-bridge, ros-kilted-geometry-msgs, ros-kilted-mrpt-libros-bridge, ros-kilted-nav-msgs, ros-kilted-rclcpp, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-stereo-msgs, ros-kilted-tf2, ros-kilted-ros-workspace Homepage: https://wiki.ros.org/pose_cov_ops Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pose-cov-ops/ros-kilted-pose-cov-ops_0.4.0-1noble.20260519.102545_arm64.deb Size: 14800 SHA256: a1c0c19abb869afd34de9932eb4e2ba1c676354f7813e63d808b2f3080c99d0b SHA1: 3b3e73e81593c36e908958f3e545ef6266c1866b MD5sum: 34989de904d35d6a751b097f7863d2f2 Description: C++ library for SE(2)/SE(3) pose composition operations with uncertainty Package: ros-kilted-pose-cov-ops-dbgsym Package-Type: ddeb Source: ros-kilted-pose-cov-ops Version: 0.4.0-1noble.20260519.102545 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 139 Depends: ros-kilted-pose-cov-ops (= 0.4.0-1noble.20260519.102545) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pose-cov-ops/ros-kilted-pose-cov-ops-dbgsym_0.4.0-1noble.20260519.102545_arm64.deb Size: 125580 SHA256: 325d40db23a36425247f58add43b6e8de53635d6e535eec46fcb019860a6efd9 SHA1: 0c395b8860278e385fe993a7171d46a9d7bdba99 MD5sum: 5f6fe061ff418372fb39873589b9939d Description: debug symbols for ros-kilted-pose-cov-ops Build-Ids: 39228ab125c7a684615e3a3dc5a89fb356e4b81b Package: ros-kilted-position-controllers Version: 5.15.1-1noble.20260520.090239 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 135 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-backward-ros, ros-kilted-forward-command-controller, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-position-controllers/ros-kilted-position-controllers_5.15.1-1noble.20260520.090239_arm64.deb Size: 25982 SHA256: a619607fe5f25cf6c09b925cf23445a760777a370821c5217e4a214f4a99dd50 SHA1: 629a8f9f676c606f20da2a4cad7317814e7fd378 MD5sum: 202f4b973f30ac6ef77a8055f95fd259 Description: Generic position controller for forwarding position commands. Package: ros-kilted-position-controllers-dbgsym Package-Type: ddeb Source: ros-kilted-position-controllers Version: 5.15.1-1noble.20260520.090239 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 429 Depends: ros-kilted-position-controllers (= 5.15.1-1noble.20260520.090239) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-position-controllers/ros-kilted-position-controllers-dbgsym_5.15.1-1noble.20260520.090239_arm64.deb Size: 398052 SHA256: 382c1f56c02336eee7dc4a3360410a56bdb59d15ab6436cb171b7bf7a9929aa8 SHA1: 46a8562beeda0dcd8e4439b8622196e4bac4e25a MD5sum: 9ddcc53e8faeec92869d2df57125b3ff Description: debug symbols for ros-kilted-position-controllers Build-Ids: f63a99449abb9e8ab38bb6032967719c5b021ace Package: ros-kilted-protobuf-comm Version: 0.9.3-1noble.20260410.182140 Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 655 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), libboost-system-dev, libboost-thread-dev, libprotobuf-dev, libprotoc-dev, libspdlog-dev, openssl, protobuf-compiler, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-protobuf-comm/ros-kilted-protobuf-comm_0.9.3-1noble.20260410.182140_arm64.deb Size: 149500 SHA256: 37f7f832b2ba64f491ff2de48251c35a69e7f73115bdf865e4d3c0ca05ec3cc3 SHA1: fb6e725a6b636eff24dd583b50f6f792964e5579 MD5sum: 65f55748c64d83bcb7df1006a11caa97 Description: Wrapper for protobuf communication using c++ Package: ros-kilted-protobuf-comm-dbgsym Package-Type: ddeb Source: ros-kilted-protobuf-comm Version: 0.9.3-1noble.20260410.182140 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 3431 Depends: ros-kilted-protobuf-comm (= 0.9.3-1noble.20260410.182140) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-protobuf-comm/ros-kilted-protobuf-comm-dbgsym_0.9.3-1noble.20260410.182140_arm64.deb Size: 2884302 SHA256: 9a5810671a0f00d1c1b84cd00600b201d8663c150d3f633d6c43b79eef6567c2 SHA1: 45523b081c766c57362a991e186b5b7c2015dcda MD5sum: 86817d4d4c473da056bf3a4c87839c97 Description: debug symbols for ros-kilted-protobuf-comm Build-Ids: 2deb6b4260e5b6ba7ffa371f4ecaa82334a6a5e5 Package: ros-kilted-py-binding-tools Version: 2.1.0-1noble.20260519.081903 Architecture: arm64 Maintainer: Robert Haschke Installed-Size: 404 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-geometry-msgs, ros-kilted-pybind11-vendor, ros-kilted-rclcpp, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/py_binding_tools Priority: optional Section: misc Filename: pool/main/r/ros-kilted-py-binding-tools/ros-kilted-py-binding-tools_2.1.0-1noble.20260519.081903_arm64.deb Size: 106056 SHA256: e98f818efd6869473e930ec3fd5fbe3d682fd37d7f78a4f8aa14102daab1b720 SHA1: e3a8a60ecbd75f8e95adaac5c527a70ae16643bf MD5sum: 6c08252e2341bd775d8834b120af74fd Description: Python binding tools for C++ Package: ros-kilted-py-binding-tools-dbgsym Package-Type: ddeb Source: ros-kilted-py-binding-tools Version: 2.1.0-1noble.20260519.081903 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Robert Haschke Installed-Size: 881 Depends: ros-kilted-py-binding-tools (= 2.1.0-1noble.20260519.081903) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-py-binding-tools/ros-kilted-py-binding-tools-dbgsym_2.1.0-1noble.20260519.081903_arm64.deb Size: 828080 SHA256: 22618da0f0f04e5aa13f9f2b6706d3a6be89370e291784f238054ef81317a72e SHA1: 9362038d3622a34d8c6b714b25269a8728bb6f92 MD5sum: 40e77b0e0c8c47ce125dd36fd1678eb0 Description: debug symbols for ros-kilted-py-binding-tools Build-Ids: 14d1bf1f01c4a1ff03d5347a2a3f899f66e636db Package: ros-kilted-py-trees Version: 2.4.0-1noble.20260410.182229 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 965 Depends: python3-pydot, ros-kilted-ros-workspace Homepage: https://py-trees.readthedocs.io/en/devel/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-py-trees/ros-kilted-py-trees_2.4.0-1noble.20260410.182229_arm64.deb Size: 170280 SHA256: 2a309f459232cab9ae710982e227e3a78913cba206a2531c3b4d82434fe163c8 SHA1: 993d2969ed8b206f8349b5e4e875c8a4e77d7509 MD5sum: 823178246a5f7c12c1a8238686d1025d Description: Pythonic implementation of behaviour trees. Package: ros-kilted-py-trees-js Version: 0.6.6-2noble.20260410.182238 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 5158 Depends: libpyside2-dev, libshiboken2-dev, pyqt5-dev, python3-pyqt5, python3-pyqt5.qtsvg, python3-pyqt5.qtwebengine, python3-pyside2.qtsvg, python3-sip-dev, shiboken2, ros-kilted-ros-workspace Homepage: https://github.com/splintered-reality/py_trees_js Priority: optional Section: misc Filename: pool/main/r/ros-kilted-py-trees-js/ros-kilted-py-trees-js_0.6.6-2noble.20260410.182238_arm64.deb Size: 1177414 SHA256: 4e0c2675e452962a9f1d8ad25a72ced7010d89eaa5deb66c46c607eb782dd4fe SHA1: 4646e734acc8e2e7899a4f4765ec2e637598541f MD5sum: 07280053707b4c01c26e3489e660d037 Description: Javascript library for visualising behaviour trees. Package: ros-kilted-py-trees-ros Version: 2.4.0-1noble.20260519.110630 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 547 Depends: ros-kilted-geometry-msgs, ros-kilted-py-trees, ros-kilted-py-trees-ros-interfaces, ros-kilted-rcl-interfaces, ros-kilted-rclpy, ros-kilted-ros2topic, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-tf2-ros-py, ros-kilted-unique-identifier-msgs, ros-kilted-ros-workspace Homepage: https://py-trees-ros.readthedocs.io/en/release-1.2.x/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-py-trees-ros/ros-kilted-py-trees-ros_2.4.0-1noble.20260519.110630_arm64.deb Size: 105992 SHA256: 3ddf220a4785e84021c94134d1c05e419e4c999773613e9c4add24f36e318c8b SHA1: 0c28aa4759c6674a1f11c20a315e82f4afceed0d MD5sum: 6f8ad55fad60ced48edc2082c0c6f4a2 Description: ROS2 extensions and behaviours for py_trees. Package: ros-kilted-py-trees-ros-interfaces Version: 2.1.1-2noble.20260519.025835 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 10435 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-action-msgs, ros-kilted-diagnostic-msgs, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-unique-identifier-msgs, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/py_trees_ros_interfaces Priority: optional Section: misc Filename: pool/main/r/ros-kilted-py-trees-ros-interfaces/ros-kilted-py-trees-ros-interfaces_2.1.1-2noble.20260519.025835_arm64.deb Size: 571382 SHA256: 69d6268cc80fb763d5037a52dcab4e871379fc1a790c9394d5cb5927d5b2f5b9 SHA1: 96143c962f3f8f66b5021e244b8e757f83f1358a MD5sum: 763c80faf904a8c888431c5bcc980664 Description: Interfaces used by py_trees_ros and py_trees_ros_tutorials. Package: ros-kilted-py-trees-ros-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-py-trees-ros-interfaces Version: 2.1.1-2noble.20260519.025835 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 6785 Depends: ros-kilted-py-trees-ros-interfaces (= 2.1.1-2noble.20260519.025835) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-py-trees-ros-interfaces/ros-kilted-py-trees-ros-interfaces-dbgsym_2.1.1-2noble.20260519.025835_arm64.deb Size: 4937028 SHA256: 9f37c6127adeb55fd3e95435d8022dd0ae96a49daf6592682acddd196bd146a7 SHA1: 1d2015d6164af05e81f2179fd19904767c7d0cca MD5sum: 30db16af8fbce0aee287f54bec6cec6a Description: debug symbols for ros-kilted-py-trees-ros-interfaces Build-Ids: 0d47eb8b4782eafa0b2dac845079efe7ecefc5ee 6af25c2ce2002a52cbd67a475c3e7d87c130e8ef 78f0664bf8f86f4e3eec6b5736a13ad5f96665b1 8b88f45029f39a386c4b478b2d5ab09fff4eb8dc 8dfd229023ba6f782509af0ecf0c014da297fdf3 956f28fe89f6844747daa9dbc34b9f3ffe6abb7f 9960a212258dd739db7d540a2436db8c550bf9da 9995031f9cb33b01c2faca1ef92fbed974e5caa7 e0eae32dce7fa80910c7cda4995e3fd5062ad46d f19b950daa1f6e792dca455ce50ce2d8292def30 f3692e30f5bc3267377bc8769ef11888f0af1b9c Package: ros-kilted-py-trees-ros-tutorials Version: 2.4.0-1noble.20260519.152442 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 494 Depends: libpyside2-dev, libshiboken2-dev, pyqt5-dev, python3-pyqt5, python3-pyqt5.qtsvg, python3-pyside2.qtsvg, python3-sip-dev, ros-kilted-action-msgs, ros-kilted-geometry-msgs, ros-kilted-launch, ros-kilted-launch-ros, ros-kilted-py-trees, ros-kilted-py-trees-ros, ros-kilted-py-trees-ros-interfaces, ros-kilted-rcl-interfaces, ros-kilted-rclpy, ros-kilted-ros2launch, ros-kilted-ros2param, ros-kilted-ros2run, ros-kilted-ros2service, ros-kilted-ros2topic, ros-kilted-sensor-msgs, ros-kilted-std-msgs, shiboken2, ros-kilted-ros-workspace Homepage: https://py-trees-ros-tutorials.readthedocs.io/en/release-2.0.x/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-py-trees-ros-tutorials/ros-kilted-py-trees-ros-tutorials_2.4.0-1noble.20260519.152442_arm64.deb Size: 91934 SHA256: 0d25cbf20fec4c4177517ffb288ee85e8207cb4cd31e45fe0683446f61d1e460 SHA1: 3cc68036cd325b96dbe004b088d6ffaa4085bf74 MD5sum: 38ed2343d0d00411ab3565e8a13c338c Description: Tutorials for py_trees on ROS2. Package: ros-kilted-py-trees-ros-viewer Version: 0.2.5-2noble.20260519.045052 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 246 Depends: libpyside2-dev, libshiboken2-dev, pyqt5-dev, python3-pyqt5, python3-pyqt5.qtsvg, python3-pyqt5.qtwebengine, python3-pyside2.qtsvg, python3-sip-dev, ros-kilted-py-trees-js, ros-kilted-py-trees-ros-interfaces, ros-kilted-rclpy, ros-kilted-unique-identifier-msgs, shiboken2, ros-kilted-ros-workspace Homepage: https://github.com/splintered-reality/py_trees_ros_viewer Priority: optional Section: misc Filename: pool/main/r/ros-kilted-py-trees-ros-viewer/ros-kilted-py-trees-ros-viewer_0.2.5-2noble.20260519.045052_arm64.deb Size: 64326 SHA256: ef64b6bcfebc1e6268ddffaf14cecd822407805347b9f6c2ed4cf2384e1a04fd SHA1: f83572fc2e1f464790bb0514e8b6f6fe331c18f5 MD5sum: d54dbbcbfb9d4150023f58404666c067 Description: A Qt-JS application for visualisation of executing/log-replayed behaviour trees in a ROS2 ecosystem. Package: ros-kilted-pybind11-json-vendor Version: 0.5.0-2noble.20260410.154117 Architecture: arm64 Maintainer: Yadunund Installed-Size: 72 Depends: nlohmann-json3-dev, ros-kilted-pybind11-vendor, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pybind11-json-vendor/ros-kilted-pybind11-json-vendor_0.5.0-2noble.20260410.154117_arm64.deb Size: 9926 SHA256: a9faae21fd7cf55945ac179ff59ce641d912422966d0a859a68eb0219e5a2ca2 SHA1: 89671c3871124f88973b523dd65753db0d4b4aef MD5sum: c2da39dc86652e522894a2f9bc5ce892 Description: A vendor package for pybind11_json for Modern C++ Package: ros-kilted-pybind11-vendor Version: 3.2.0-2noble.20260410.153516 Architecture: arm64 Maintainer: Scott K Logan Installed-Size: 43 Depends: pybind11-dev, ros-kilted-ros-workspace Homepage: https://github.com/pybind/pybind11 Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pybind11-vendor/ros-kilted-pybind11-vendor_3.2.0-2noble.20260410.153516_arm64.deb Size: 6308 SHA256: ae80be55de52057670fa8e924848f5afd2ba9eb491e72e874aa8be66adf6d38b SHA1: 014244ae42daa4b4b562d1c5a2f4422c1abb7baf MD5sum: f792040052a4e1df14cf9cbba46a8262 Description: Wrapper around pybind11. Package: ros-kilted-python-cmake-module Version: 0.12.0-2noble.20260410.153521 Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 48 Depends: python3-dev, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-python-cmake-module/ros-kilted-python-cmake-module_0.12.0-2noble.20260410.153521_arm64.deb Size: 7478 SHA256: 5059488a10f71e397fa4d35a4d4bce8caadb2b5905976e3008c7cc28a35dc367 SHA1: 4a74e3dd614bf6adbdec40209354b4ede7f81d96 MD5sum: 1ed9f891bed3c8971884309843d014c3 Description: Provide CMake module with extra functionality for Python. Package: ros-kilted-python-orocos-kdl-vendor Version: 0.7.1-1noble.20260410.154059 Architecture: arm64 Maintainer: Jacob Perron Installed-Size: 42 Depends: python3-pykdl, ros-kilted-orocos-kdl-vendor, ros-kilted-pybind11-vendor, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-python-orocos-kdl-vendor/ros-kilted-python-orocos-kdl-vendor_0.7.1-1noble.20260410.154059_arm64.deb Size: 5924 SHA256: 8cd1eb2a738fd453c4dc243366d82e6460905a1e0a6d3ba7e44fc2c47cad619d SHA1: 2a058456adff02b70eefcda18e8037950f9a94d6 MD5sum: 52a74546aabb71f8213f196be3c7b890 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-kilted-python-qt-binding Version: 2.3.2-1noble.20260410.153523 Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 89 Depends: libpyside2-dev, libshiboken2-dev, pyqt5-dev, python3-pyqt5, python3-pyqt5.qtsvg, python3-pyside2.qtsvg, python3-sip-dev, shiboken2, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/python_qt_binding Priority: optional Section: misc Filename: pool/main/r/ros-kilted-python-qt-binding/ros-kilted-python-qt-binding_2.3.2-1noble.20260410.153523_arm64.deb Size: 17366 SHA256: eac442c464a17ad0104a896e9a95e2fa4421c967c324eb867421aa6641fa8e1d SHA1: a092abfdefb205140224b2b7b4d41b88eee90b04 MD5sum: 3e0f17a96b5df6739105b6b72313ae59 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-kilted-qml-ros2-plugin Version: 3.26.31-1noble.20260519.083840 Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 3790 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libqt5core5t64 (>= 5.8.0), libqt5multimedia5 (>= 5.6.0~beta), libqt5network5t64 (>= 5.0.2), libqt5qml5 (>= 5.9.0~beta), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libqt5quick5, libyaml-cpp-dev, ros-kilted-ament-index-cpp, ros-kilted-image-transport, ros-kilted-rclcpp, ros-kilted-ros-babel-fish, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-qml-ros2-plugin/ros-kilted-qml-ros2-plugin_3.26.31-1noble.20260519.083840_arm64.deb Size: 451642 SHA256: 4d8d95b41ff519ef71df9e79328652b1cbc7263dfe85b7022e6363aa3b94ac4b SHA1: a13d86511b3ca6cc5ca9b2fcf562c3704d457a04 MD5sum: 32b649e4b860510797cfc4db76f7fc6a Description: A QML plugin for ROS. Enables full communication with ROS from QML. Package: ros-kilted-qml-ros2-plugin-dbgsym Package-Type: ddeb Source: ros-kilted-qml-ros2-plugin Version: 3.26.31-1noble.20260519.083840 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 11062 Depends: ros-kilted-qml-ros2-plugin (= 3.26.31-1noble.20260519.083840) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-qml-ros2-plugin/ros-kilted-qml-ros2-plugin-dbgsym_3.26.31-1noble.20260519.083840_arm64.deb Size: 10048682 SHA256: 6bd8bf0e1cb67c4eacb8b6c3ef232bf052eb2297409fd665a16e19f3dc54bb0e SHA1: 8564be7697b66256f55284f9fb2dcae06f1f586d MD5sum: b807078774a25d26543e2c917bdf67f7 Description: debug symbols for ros-kilted-qml-ros2-plugin Build-Ids: d1821a8046e07abef19f5bd5e14aa68504f38801 Package: ros-kilted-qml6-ros2-plugin Version: 2.26.41-1noble.20260519.083755 Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 2146 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libqt6core6t64 (>= 6.4.0), libqt6gui6t64 (>= 6.1.2), libqt6multimedia6 (>= 6.2.1), libqt6network6t64 (>= 6.1.2), libqt6qml6 (>= 6.2.0), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libqt6quick6, libyaml-cpp-dev, qt6-base-dev, qt6-declarative-dev, qt6-multimedia-dev, ros-kilted-ament-index-cpp, ros-kilted-image-transport, ros-kilted-rclcpp, ros-kilted-ros-babel-fish, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-qml6-ros2-plugin/ros-kilted-qml6-ros2-plugin_2.26.41-1noble.20260519.083755_arm64.deb Size: 495314 SHA256: d56432f55f7fbad6526f0f4e54d5502f5caa911d8e667bf6474600ddd44e17f2 SHA1: a99caf996d3c3216ad2f512562e3922e6be6c20a MD5sum: 2410d584953fd227512426df8e2d8f32 Description: A QML plugin for ROS. Enables full communication with ROS from QML. Package: ros-kilted-qml6-ros2-plugin-dbgsym Package-Type: ddeb Source: ros-kilted-qml6-ros2-plugin Version: 2.26.41-1noble.20260519.083755 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 12330 Depends: ros-kilted-qml6-ros2-plugin (= 2.26.41-1noble.20260519.083755) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-qml6-ros2-plugin/ros-kilted-qml6-ros2-plugin-dbgsym_2.26.41-1noble.20260519.083755_arm64.deb Size: 11221426 SHA256: 7ee24ab4bf047f1bfd486989a41b958e3f7a3c5e3b1a9ad931586d582fd71d16 SHA1: 8c55c460466baafe5dcdc84b3a2447185281d77f MD5sum: 22ef4a7ccc260466cf4209019ce619f3 Description: debug symbols for ros-kilted-qml6-ros2-plugin Build-Ids: 1274900084d64733b29ad13ba6670dedfe4e00b0 Package: ros-kilted-qt-dotgraph Version: 2.9.3-1noble.20260410.154211 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 135 Depends: python3-pydot, python3-pygraphviz, ros-kilted-python-qt-binding (>= 0.3.0), ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-qt-dotgraph/ros-kilted-qt-dotgraph_2.9.3-1noble.20260410.154211_arm64.deb Size: 28166 SHA256: 482fb469e338dec981eb6a691a8bdbd3476388e1a393f2d108d9928831f8e468 SHA1: dcaeca2b93dd685458cdd4901c2cd13a0371072e MD5sum: 130c3df221b59d52f57180967fc091bd Description: qt_dotgraph provides helpers to work with dot graphs. Package: ros-kilted-qt-gui Version: 2.9.3-1noble.20260519.012929 Architecture: arm64 Maintainer: Dirk Thomas Installed-Size: 358 Depends: python3-catkin-pkg-modules, ros-kilted-ament-index-python, ros-kilted-python-qt-binding, ros-kilted-tango-icons-vendor, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/qt_gui Priority: optional Section: misc Filename: pool/main/r/ros-kilted-qt-gui/ros-kilted-qt-gui_2.9.3-1noble.20260519.012929_arm64.deb Size: 53528 SHA256: 8c424958fef071e5bd2024a4dc74e8fef9c4c9e59c8c299af3b7a650f6c81025 SHA1: 8511969dcc3fafd2692dbe0006b77060d0bfe109 MD5sum: 95220b9c7d4f1b0cdc9dd7476f151f7f 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-kilted-qt-gui-app Version: 2.9.3-1noble.20260519.013313 Architecture: arm64 Maintainer: Dirk Thomas Installed-Size: 44 Depends: ros-kilted-ament-index-python, ros-kilted-qt-gui, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/qt_gui_app Priority: optional Section: misc Filename: pool/main/r/ros-kilted-qt-gui-app/ros-kilted-qt-gui-app_2.9.3-1noble.20260519.013313_arm64.deb Size: 5968 SHA256: 2818654895a7413ecdea6522587533bfdeddfb8e2a803ebe0b9608f3572874f8 SHA1: 3beb555f69a23e8dec44769040f768cccede7fba MD5sum: 78e07ec22a6e7d8230d3bedf25838131 Description: qt_gui_app provides the main to start an instance of the integrated graphical user interface provided by qt_gui. Package: ros-kilted-qt-gui-core Version: 2.9.3-1noble.20260519.042605 Architecture: arm64 Maintainer: Dirk Thomas Installed-Size: 41 Depends: ros-kilted-qt-dotgraph (>= 0.3.0), ros-kilted-qt-gui (>= 0.3.0), ros-kilted-qt-gui-app (>= 0.3.0), ros-kilted-qt-gui-cpp (>= 0.3.0), ros-kilted-qt-gui-py-common (>= 0.3.0), ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-qt-gui-core/ros-kilted-qt-gui-core_2.9.3-1noble.20260519.042605_arm64.deb Size: 5758 SHA256: 58a011e3ddb3fb5e89029ef5c802752d303725c0d43e8702d32c2f3bdccd97c8 SHA1: 131452485578a3ee35a1a4a60bff78fc5af444fc MD5sum: f2379136e6a782a3ffffb7894982fb2b Description: Integration of the ROS package system and ROS-specific plugins for a Qt-based GUI. Package: ros-kilted-qt-gui-cpp Version: 2.9.3-1noble.20260519.042053 Architecture: arm64 Maintainer: Dirk Thomas Installed-Size: 1640 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpyside2-py3-5.15t64 (>= 5.15.13), libpython3.12t64 (>= 3.12.1), libqt5core5t64 (>= 5.3.0), libshiboken2-py3-5.15t64 (>= 5.15.13), libstdc++6 (>= 11), libtinyxml2-10 (>= 10.0.0), ros-kilted-pluginlib (>= 1.9.23), ros-kilted-qt-gui (>= 0.3.0), ros-kilted-tinyxml2-vendor, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/qt_gui_cpp Priority: optional Section: misc Filename: pool/main/r/ros-kilted-qt-gui-cpp/ros-kilted-qt-gui-cpp_2.9.3-1noble.20260519.042053_arm64.deb Size: 328066 SHA256: 1b744fa1cf44a1eb022927309ce8f7736651e6a18a3ccd9d5e1467fbee796e1d SHA1: 9bc206c1b276969cf91279e00a723ede71c73360 MD5sum: d18d47934eb7af60afd5fbed2f0c2da5 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-kilted-qt-gui-cpp-dbgsym Package-Type: ddeb Source: ros-kilted-qt-gui-cpp Version: 2.9.3-1noble.20260519.042053 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Dirk Thomas Installed-Size: 9834 Depends: ros-kilted-qt-gui-cpp (= 2.9.3-1noble.20260519.042053) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-qt-gui-cpp/ros-kilted-qt-gui-cpp-dbgsym_2.9.3-1noble.20260519.042053_arm64.deb Size: 9255834 SHA256: 6aa84e591701f42494592a21149e32ed3690876cf192b4984f5499380d347a8f SHA1: 95dde7c4178d66e689dd1fd876c5d314a80c9edb MD5sum: a45c0fb0c9cf010aab4d6bf51a614865 Description: debug symbols for ros-kilted-qt-gui-cpp Build-Ids: 4c69275efd17966dee4e4144beeb675ba4ccae45 550776f15e836dbae4bf6ce02e8913908d4389e5 8d5140433f6de40cfc43644fe212c3fd0989bcd5 Package: ros-kilted-qt-gui-py-common Version: 2.9.3-1noble.20260519.012936 Architecture: arm64 Maintainer: Dorian Scholz Installed-Size: 78 Depends: ros-kilted-ament-index-python, ros-kilted-python-qt-binding, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/qt_gui_py_common Priority: optional Section: misc Filename: pool/main/r/ros-kilted-qt-gui-py-common/ros-kilted-qt-gui-py-common_2.9.3-1noble.20260519.012936_arm64.deb Size: 11262 SHA256: b66669dc2e67d9165e4e7176f44990535a4efc78401308a6dc065edeca5231dc SHA1: c6bb6ca3c13d7d131aa3a54d57a119ae6a6067d1 MD5sum: 2b6c74ac718965f17439513c8e032326 Description: qt_gui_py_common provides common functionality for GUI plugins written in Python. Package: ros-kilted-quality-of-service-demo-cpp Version: 0.36.5-1noble.20260519.052426 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 3995 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-example-interfaces, ros-kilted-launch-ros, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rcutils, ros-kilted-rmw, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-quality-of-service-demo-cpp/ros-kilted-quality-of-service-demo-cpp_0.36.5-1noble.20260519.052426_arm64.deb Size: 398920 SHA256: 21e5fe14ca00d64d1b40279b54798ee3f937a2958706de736947393388b97019 SHA1: aea7cff1f42ea7693f074f04b153ee1a10755230 MD5sum: be018a4c75a0f1a6a63562a7322f3703 Description: C++ Demo applications for Quality of Service features Package: ros-kilted-quality-of-service-demo-cpp-dbgsym Package-Type: ddeb Source: ros-kilted-quality-of-service-demo-cpp Version: 0.36.5-1noble.20260519.052426 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 19671 Depends: ros-kilted-quality-of-service-demo-cpp (= 0.36.5-1noble.20260519.052426) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-quality-of-service-demo-cpp/ros-kilted-quality-of-service-demo-cpp-dbgsym_0.36.5-1noble.20260519.052426_arm64.deb Size: 16108790 SHA256: c0ef4ea09cf97dff69fb2e47705ad3ed9a1c3f4f83e782a3f9ea5ed8ec113523 SHA1: 5c32a6663ad58376823a14ac697fc82be90159ea MD5sum: 2587368d915730584e5f2297466ddd10 Description: debug symbols for ros-kilted-quality-of-service-demo-cpp Build-Ids: 1d383c2501575515f432a922a093506187cae9ce 211e326cff5fd69c49eea8b468d8121a96821a65 2d21b1714e40e916fbd2b29aefbba362d9c47438 36869f9500df19c69611bb863216ff3bab0cdf8c 3df086bca0de9cc8befe3ca19a271ae2a26c74c9 6a9daec9639b318944d5671827f4470a779171ae 76edbd1e40e6a601fa8741b02d7ecc8732a4b2ba 7eb49ba81a7e900456486b3d0b8994d937c2b536 98a09c8c7eedb74fa39c65c54092de7377125038 b0a821b0748c547f026fc9bb187118bc9d50b1ac d5f3e7cc4ccc221485fbe976f618e849227877cc fb057afb72fbcedc64dc052f81dbb4ffcc6bc12a Package: ros-kilted-quality-of-service-demo-py Version: 0.36.5-1noble.20260519.053023 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 114 Depends: ros-kilted-rclpy, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-quality-of-service-demo-py/ros-kilted-quality-of-service-demo-py_0.36.5-1noble.20260519.053023_arm64.deb Size: 20964 SHA256: 2e9447bcef55992c1915cf528c44cfa6548b7f040ab406bc31040848a3ba2f44 SHA1: 06b6fadb94bba5852bd6b253f985dbbe136b2b06 MD5sum: 918243d9d283ed05e664a5aba3fdc240 Description: Python Demo applications for Quality of Service features Package: ros-kilted-quaternion-operation Version: 0.0.7-5noble.20260519.060535 Architecture: arm64 Maintainer: Masaya Kataoka Installed-Size: 138 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1), libeigen3-dev, ros-kilted-ament-cmake-auto, ros-kilted-geometry-msgs, ros-kilted-rclcpp, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-quaternion-operation/ros-kilted-quaternion-operation_0.0.7-5noble.20260519.060535_arm64.deb Size: 22928 SHA256: f4a4e085f091f2f7cb559a4cf02d65835f569c54e0e998818c3ca50daf0419b4 SHA1: 6dc4e41702098725ea78b04aab3fd774429681b1 MD5sum: 2852429d67d097046d85f1be607a8134 Description: The quaternion_operation package Package: ros-kilted-quaternion-operation-dbgsym Package-Type: ddeb Source: ros-kilted-quaternion-operation Version: 0.0.7-5noble.20260519.060535 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Masaya Kataoka Installed-Size: 31 Depends: ros-kilted-quaternion-operation (= 0.0.7-5noble.20260519.060535) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-quaternion-operation/ros-kilted-quaternion-operation-dbgsym_0.0.7-5noble.20260519.060535_arm64.deb Size: 5418 SHA256: c73efdd7cf51ed70d06f26473f4353e6da39dc0df10c4f79f709641c3799d688 SHA1: 4b1622ed9043ba3f4d70022c7f3be3a99cafb795 MD5sum: 1d143bf0123318649eb6a2188f253df8 Description: debug symbols for ros-kilted-quaternion-operation Build-Ids: e95266402dfa4187cbe5cba8448e3957eae8bb59 Package: ros-kilted-r2r-spl-7 Version: 3.0.1-4noble.20260519.095336 Architecture: arm64 Maintainer: ijnek Installed-Size: 41 Depends: ros-kilted-rclpy, ros-kilted-splsm-7-conversion, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-r2r-spl-7/ros-kilted-r2r-spl-7_3.0.1-4noble.20260519.095336_arm64.deb Size: 6586 SHA256: f197fc30d9eea32680613869799f700af14223a2af1bf6da25ec8e68f3a38a12 SHA1: a252ee1ce9b0ec2a7c8c2748e9f824d0821b4c81 MD5sum: c8655a9416d869c6b0a358426b7f437b Description: Robot-To-Robot communication in RoboCup SPL using SPLSM V7 Package: ros-kilted-radar-msgs Version: 0.2.2-4noble.20260519.033920 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 1398 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-generators, ros-kilted-std-msgs, ros-kilted-unique-identifier-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-radar-msgs/ros-kilted-radar-msgs_0.2.2-4noble.20260519.033920_arm64.deb Size: 84186 SHA256: 0bc52757953ce1abe98124eb0bb340c1110945089b6f4a364a5fae759feec8f6 SHA1: 78a46e6e746588f070e358480b6057c1a96cfaeb MD5sum: 34f6ccc4cffb675325fbd8a2bf7e757c Description: Standard ROS messages for radars Package: ros-kilted-radar-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-radar-msgs Version: 0.2.2-4noble.20260519.033920 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 714 Depends: ros-kilted-radar-msgs (= 0.2.2-4noble.20260519.033920) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-radar-msgs/ros-kilted-radar-msgs-dbgsym_0.2.2-4noble.20260519.033920_arm64.deb Size: 524646 SHA256: 44d6b130d8d03df152ec08ae965adf9be46c658d9399c21f92e46f51a33b4ea2 SHA1: 5640435da200386cd07881f83636efc8f5d4aa6f MD5sum: d79fc825c74a18cf6b14af1546461be8 Description: debug symbols for ros-kilted-radar-msgs Build-Ids: 2c2a0d2c5dea8c2b3a28395bec86a284d82e5298 323ff06862417ef3524228fc6c2621ced4e48762 430ccd10fd353fbe7315346bc1969d6d174f5b01 5b2aeaf4d5c1489797db5c8018c787625239c264 8fe2301ce4fe023d3e3b44acc584b260ca1d6d29 9213fb020e3510c500401dcf82ef6ca9cb5f57bb 970e804b1bc45fb52794e44c09f1267cc7066520 9ed22afac34a2a00f6e89968f40196291ac8d46b aad049770b7d09782cdbb43a7399946c0ebc9af8 aae64c6245b5babea3bb08b7c6f3982d79d7049f e4fb8294fcf0e54d55a12e5489af4723a163f170 Package: ros-kilted-random-numbers Version: 2.0.4-1noble.20260410.153527 Architecture: arm64 Maintainer: Anas M'chichou Installed-Size: 129 Depends: libc6 (>= 2.17), 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-kilted-ros-workspace Homepage: http://ros.org/wiki/random_numbers Priority: optional Section: misc Filename: pool/main/r/ros-kilted-random-numbers/ros-kilted-random-numbers_2.0.4-1noble.20260410.153527_arm64.deb Size: 25040 SHA256: 4680c34c7ae8a08c0c0df9bb39118484ba6192749e06b90ac6b11dcf7ce4fb54 SHA1: 9cc730446df0357349cf03c1c2b9e76259729c29 MD5sum: 0d8271f770904b27ab3d0bd728faab08 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-kilted-random-numbers-dbgsym Package-Type: ddeb Source: ros-kilted-random-numbers Version: 2.0.4-1noble.20260410.153527 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Anas M'chichou Installed-Size: 175 Depends: ros-kilted-random-numbers (= 2.0.4-1noble.20260410.153527) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-random-numbers/ros-kilted-random-numbers-dbgsym_2.0.4-1noble.20260410.153527_arm64.deb Size: 132772 SHA256: 161aba0b3b63ca93646da435e775ed8e963b2086740e4056b716d01d79847304 SHA1: aa0c2d17dc166b935df4fec1eaf493cd53195366 MD5sum: e3dc6eada53f81723a6b40abfdc8cb0d Description: debug symbols for ros-kilted-random-numbers Build-Ids: ac9a9b1064f874dc9d98aba4d33285efc644463a Package: ros-kilted-range-sensor-broadcaster Version: 5.15.1-1noble.20260520.083420 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 281 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-backward-ros, ros-kilted-controller-interface, ros-kilted-generate-parameter-library, ros-kilted-hardware-interface, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-realtime-tools, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-range-sensor-broadcaster/ros-kilted-range-sensor-broadcaster_5.15.1-1noble.20260520.083420_arm64.deb Size: 77876 SHA256: 2ab848d3e6998899c788370959de32aaccb753341f97f85f816b353080eac993 SHA1: 1e627b7511122f94c0e485574ed3240067ace74d MD5sum: 88c43e594e17b18b0f07a2a2717db5e8 Description: Controller to publish readings of range sensors. Package: ros-kilted-range-sensor-broadcaster-dbgsym Package-Type: ddeb Source: ros-kilted-range-sensor-broadcaster Version: 5.15.1-1noble.20260520.083420 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 1131 Depends: ros-kilted-range-sensor-broadcaster (= 5.15.1-1noble.20260520.083420) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-range-sensor-broadcaster/ros-kilted-range-sensor-broadcaster-dbgsym_5.15.1-1noble.20260520.083420_arm64.deb Size: 1027960 SHA256: 71fd2e37bba11c95469b06ea230b738e2fc91d5465ccc5060d5b8746904455b6 SHA1: 5ce23a34178f207369fb3c6267d07cc457ee70f9 MD5sum: 5acc915cb80d8bfaf52db6e7bf9b9c39 Description: debug symbols for ros-kilted-range-sensor-broadcaster Build-Ids: b04c4f7a96c742347a97d9b9dbbb8c9f8cd9feee Package: ros-kilted-raspimouse Version: 2.0.0-2noble.20260519.051707 Architecture: arm64 Maintainer: RT Corporation Installed-Size: 1371 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-geometry-msgs, ros-kilted-lifecycle-msgs, ros-kilted-nav-msgs, ros-kilted-raspimouse-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rclcpp-lifecycle, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-tf2, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-raspimouse/ros-kilted-raspimouse_2.0.0-2noble.20260519.051707_arm64.deb Size: 202814 SHA256: fc123427da204047ea37e9a2dbf3f71e6ac84f530b070766a57ed6c2b1d6ae58 SHA1: 87878f377f3411c6de9c6786ac562884bdc03b80 MD5sum: 2f19603bdb8ca8875852fe67a6856b9a Description: RaspiMouse ROS 2 node Package: ros-kilted-raspimouse-dbgsym Package-Type: ddeb Source: ros-kilted-raspimouse Version: 2.0.0-2noble.20260519.051707 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: RT Corporation Installed-Size: 5418 Depends: ros-kilted-raspimouse (= 2.0.0-2noble.20260519.051707) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-raspimouse/ros-kilted-raspimouse-dbgsym_2.0.0-2noble.20260519.051707_arm64.deb Size: 4437236 SHA256: f4a68fa11d413c58296c2f474ac0d11e043d4da15d3c1b241d593c1bc775a46f SHA1: 192210d9d5f8c0205100b215538b3510de9fe994 MD5sum: 1c231a7833f8c75169e760cefaed3bad Description: debug symbols for ros-kilted-raspimouse Build-Ids: 74bbc49af332cc3486e978a92180db4bd760f6de b00493876fec6238a2803f393c041a52cf235d6d Package: ros-kilted-raspimouse-msgs Version: 2.0.0-2noble.20260519.032417 Architecture: arm64 Maintainer: RT Corporation Installed-Size: 1182 Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-raspimouse-msgs/ros-kilted-raspimouse-msgs_2.0.0-2noble.20260519.032417_arm64.deb Size: 55816 SHA256: e58f2c97c565cc1fb0956b39886c273a349306ed9a0891f46cfb79e6c610838e SHA1: c8058e56680f20918fa1653a4490ee0e33239f22 MD5sum: 8630295079c9e64978dd87cc3f09ca42 Description: RaspiMouse messages Package: ros-kilted-raspimouse-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-raspimouse-msgs Version: 2.0.0-2noble.20260519.032417 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: RT Corporation Installed-Size: 461 Depends: ros-kilted-raspimouse-msgs (= 2.0.0-2noble.20260519.032417) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-raspimouse-msgs/ros-kilted-raspimouse-msgs-dbgsym_2.0.0-2noble.20260519.032417_arm64.deb Size: 314336 SHA256: d24eb40fa6a4d91b7e3afde51ca5e22d10e98a658fb5d1b79e97440bca51b492 SHA1: c994ba1b10aacab52054f267dff9b01bda5d33c7 MD5sum: 1482f21d64b9f5da8c53a3c1343cc28f Description: debug symbols for ros-kilted-raspimouse-msgs Build-Ids: 037e37c633a9515810cae8cc4380056b4cbde286 4007693bb938975f50866ce085665c3ecbeace98 4c01e74d184b17297d9bb5d710edf2a73aa0ece2 66b5c3e13a5bbc8719c1320a29821b250c20e004 7d71c18fd3fb9153583c526c8d5348396bc6052b 8fee1c3252a4102ee6bd9744d98c6c2778f7f681 91529f78ed4ea90a2792d7edfa6625077121f1d9 9adfdacc1b0147cca3495dd1b6f1769919a31804 9ec17a75d2cdfc989a50e25c7d0ffbb87f591675 a0c5c841d0b298ed1e5bfe9a206686e477585e90 df50cd5602caa8eaeeff7a105f9d9e3689fd2a87 Package: ros-kilted-rc-common-msgs Version: 0.5.3-6noble.20260519.032421 Architecture: arm64 Maintainer: Felix Ruess Installed-Size: 1613 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rc-common-msgs/ros-kilted-rc-common-msgs_0.5.3-6noble.20260519.032421_arm64.deb Size: 110678 SHA256: 03975a513c94b6cda52be1517d04391e15eecce6496065e93f2ca935db4dfcb4 SHA1: d91a7509d33f83d2ce260a77ebe67ae64f03dc73 MD5sum: fa136d8f03d50d14dc83564e2b2c7c20 Description: Common msg and srv definitions used by Roboception's ROS2 packages Package: ros-kilted-rc-common-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-rc-common-msgs Version: 0.5.3-6noble.20260519.032421 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Felix Ruess Installed-Size: 1008 Depends: ros-kilted-rc-common-msgs (= 0.5.3-6noble.20260519.032421) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rc-common-msgs/ros-kilted-rc-common-msgs-dbgsym_0.5.3-6noble.20260519.032421_arm64.deb Size: 750648 SHA256: fc2f68b3c1ee65334eef3e4012421604163aabf22a84ba7ae24182ce2978a140 SHA1: 12420e1955fb197f67a6adb0e743e7ee776d32e7 MD5sum: 7cb6327a80fa8e90f97d272c20825aec Description: debug symbols for ros-kilted-rc-common-msgs Build-Ids: 0b3f8eceb24da8236bafdaa56aa248a526593c0b 181abe216250d9ea6ce9a0d422cd3dd52980867c 643246da997f0e526861e3ea9c6957558c4b73ff 77b251075f6b10a417afc30b867cd473749f6617 867449a867001e363a2c89931facc9c062c6ca70 b92dd4ae50b25e35b03bae7b9cd40c619210d813 ca174bb43e93ab4d40cdfc2567e87fd5bef5f620 dad9fb906c4efbb3c4da59eda5f136b2907fd0e6 e46e962f44af8f06f7e1a2d2d99d57ad022a0c26 e508a7a635d03d2db9b10dc3fadbcee4b189a7eb e7519bcaa5b850ba516d891263a6da9c5a68f9f5 Package: ros-kilted-rc-dynamics-api Version: 0.10.5-2noble.20260410.182626 Architecture: arm64 Maintainer: Felix Ruess Installed-Size: 1246 Depends: libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), curl, libcurl4-openssl-dev, libprotobuf32, ros-kilted-ros-workspace Homepage: http://rc-visard.com Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rc-dynamics-api/ros-kilted-rc-dynamics-api_0.10.5-2noble.20260410.182626_arm64.deb Size: 267302 SHA256: 84c4cb5ab2e629856e3682e9bb4bcb337a3c907ef8a28b812e953a5e69a9f2a7 SHA1: c4c0e8f4ea109a24b1e21b478875b96433c56637 MD5sum: c803d21acec719bbabec2d5403fdcf40 Description: The rc_dynamics_api provides an API for easy handling of the dynamic-state data streams provided by Roboception's stereo camera with self-localization. See http://rc-visard.com Dynamic-state estimates of the rc_visard relate to its self-localization and ego-motion estimation. These states refer to rc_visard's current pose, velocity, or acceleration and are published on demand via several data streams. For a complete list and descriptions of these dynamics states and the respective data streams please refer to rc_visard's user manual. Package: ros-kilted-rc-dynamics-api-dbgsym Package-Type: ddeb Source: ros-kilted-rc-dynamics-api Version: 0.10.5-2noble.20260410.182626 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Felix Ruess Installed-Size: 6130 Depends: ros-kilted-rc-dynamics-api (= 0.10.5-2noble.20260410.182626) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rc-dynamics-api/ros-kilted-rc-dynamics-api-dbgsym_0.10.5-2noble.20260410.182626_arm64.deb Size: 5695246 SHA256: 489471c9e7caf9d99d905e09373f6223842d30ca9f1b5694e21d3cb531f2c8b9 SHA1: 4de28b28c93565b3c9f445b2d1bb7387d9702ce4 MD5sum: 9c97415f235ea96c740060b5a666c005 Description: debug symbols for ros-kilted-rc-dynamics-api Build-Ids: 325418b749fea83d5be31baacecd6cdccfc1b563 709377facec30a2b3605249e63febfac9bc5e845 Package: ros-kilted-rc-genicam-api Version: 2.8.1-1noble.20260410.182625 Architecture: arm64 Maintainer: Felix Ruess Installed-Size: 16178 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libncurses6 (>= 6), libpng16-16t64 (>= 1.6.2), libstdc++6 (>= 13.1), libtinfo6 (>= 6), libncurses-dev, libpng-dev, libusb-1.0-0, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/rc_genicam_api Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rc-genicam-api/ros-kilted-rc-genicam-api_2.8.1-1noble.20260410.182625_arm64.deb Size: 2907018 SHA256: 741ea3d9ae2679d8255e6efd3576eed2164a544184f26c523949f7b3526cf6c5 SHA1: fdda8bab591411827027327149d641c9b3715fdb MD5sum: a1df2c4529c3b9199aa5647adddf3157 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-kilted-rc-genicam-api-dbgsym Package-Type: ddeb Source: ros-kilted-rc-genicam-api Version: 2.8.1-1noble.20260410.182625 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Felix Ruess Installed-Size: 5846 Depends: ros-kilted-rc-genicam-api (= 2.8.1-1noble.20260410.182625) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rc-genicam-api/ros-kilted-rc-genicam-api-dbgsym_2.8.1-1noble.20260410.182625_arm64.deb Size: 5250774 SHA256: 68511110c1b0d0178ce91f2e0b5115f7e880d3185ee71e28248e77b961b20f95 SHA1: 6082ac1489c9c87a11bee60c4d0258946b10069a MD5sum: 863c1b5b0b0241ab83024a50be2da38e Description: debug symbols for ros-kilted-rc-genicam-api Build-Ids: 1c60dd0780af61668eef9baa1324f6e3f047d9b1 3038557f4b8237e57d259d7a50b05af4bc32dcba 386f4be27b8fb6c55bdad6cf84bdd41e4ebb218f 57f860d2e188c3134e27bb097b2ae234eb5ec306 98b76bbcc28795bd63d9e903a5bed0120bf2a15c c40ecfd842064d50c48018d3658a6f2ac244ba06 Package: ros-kilted-rc-genicam-driver Version: 0.4.0-1noble.20260519.134509 Architecture: arm64 Maintainer: Felix Ruess Installed-Size: 714 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-rc-genicam-api, ros-kilted-diagnostic-updater, ros-kilted-image-transport, ros-kilted-rc-common-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-stereo-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rc-genicam-driver/ros-kilted-rc-genicam-driver_0.4.0-1noble.20260519.134509_arm64.deb Size: 179364 SHA256: a05cf7f567d09d5f54f5c17c81de7cac7bdb0c107b646b634a3b985eb6a89fb2 SHA1: c827c2951f2ee97c18d0d9b755028d693b1a6199 MD5sum: 97fc5ed8fb31093432ffca95785e8c4d Description: Driver for rc_visard and rc_cube from Roboception GmbH Package: ros-kilted-rc-genicam-driver-dbgsym Package-Type: ddeb Source: ros-kilted-rc-genicam-driver Version: 0.4.0-1noble.20260519.134509 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Felix Ruess Installed-Size: 5544 Depends: ros-kilted-rc-genicam-driver (= 0.4.0-1noble.20260519.134509) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rc-genicam-driver/ros-kilted-rc-genicam-driver-dbgsym_0.4.0-1noble.20260519.134509_arm64.deb Size: 4980252 SHA256: b5f5727342f35c7d09ac791af29fcb9fe7dd8bb3b01324b6d1c47938fdd3f4b7 SHA1: cc42e5a929f8b2d3080e75e23c2be2ffa99124dc MD5sum: 8667ff96538449cdcf786bc6b37b8920 Description: debug symbols for ros-kilted-rc-genicam-driver Build-Ids: 87f8b5de7b7dbcdfa9bbc573d7b845ba84c6c4be bb412f6e895e2519050d9306e7217471d82fc402 Package: ros-kilted-rc-reason-clients Version: 0.5.0-1noble.20260519.110130 Architecture: arm64 Maintainer: ruess Installed-Size: 218 Depends: python3-requests, ros-kilted-geometry-msgs, ros-kilted-rc-reason-msgs, ros-kilted-rclpy, ros-kilted-ros2pkg, ros-kilted-tf2-msgs, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rc-reason-clients/ros-kilted-rc-reason-clients_0.5.0-1noble.20260519.110130_arm64.deb Size: 41486 SHA256: 4915aeceb4fa57603476e337e40dc461cdf1b899cf0d46931487d3c70e8155ca SHA1: b44d372dc35b3b189bc99f2b46ced3e523d9ae58 MD5sum: ea6c66563fb6721540f8c21f20d293b3 Description: Clients for interfacing with Roboception reason modules on rc_visard and rc_cube. Package: ros-kilted-rc-reason-msgs Version: 0.5.0-1noble.20260519.034846 Architecture: arm64 Maintainer: Felix Ruess Installed-Size: 15762 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-geometry-msgs, ros-kilted-rc-common-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-shape-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rc-reason-msgs/ros-kilted-rc-reason-msgs_0.5.0-1noble.20260519.034846_arm64.deb Size: 902836 SHA256: 5dae2c321c090b0879ae56dc83ed2c0cf15a9a718969e67c8b5e542b5b5f2367 SHA1: 9167fc87004fd23fe7b3e2afd0ab270467611059 MD5sum: 86e4526cd7dcf95047ab7bbe45361ef8 Description: Msg and srv definitions for rc_reason_clients Package: ros-kilted-rc-reason-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-rc-reason-msgs Version: 0.5.0-1noble.20260519.034846 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Felix Ruess Installed-Size: 12328 Depends: ros-kilted-rc-reason-msgs (= 0.5.0-1noble.20260519.034846) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rc-reason-msgs/ros-kilted-rc-reason-msgs-dbgsym_0.5.0-1noble.20260519.034846_arm64.deb Size: 9562394 SHA256: a5d4c7ffb94a54943aec6c5107edf8022e786ffc11c1ffd1fa3295f2eb73805b SHA1: 41be35161e70d38c0c1ed3373975fc7107d004fe MD5sum: 2abb147ce88d58115f4705c63b9b5050 Description: debug symbols for ros-kilted-rc-reason-msgs Build-Ids: 0529cde21647684aad8d7161affa5e0205f8b2f9 1613eb6791e27c27f4ad39edd59a8e3641db234e 187809dcdaf279f3c5910a5e70d3166fc91957fb 1c4a2d97f1c0ed2f1344f88be357b64f62133655 290f350071f1f313afe0714cf2619bb970667a13 3fd3392f8dbe982014485daf5f6abb97cc9d173e 6516daa971e211546e38665be09f4bad5914b280 d1d0b4540f56a14b148cd44b300854825872231d d2ad4ead84946c8bb4fc85770bbef37901cd79bd dd64d060953bbd54cca2567f17a0c96c71998a20 ea6533b1c93a754bc09731c0d3e8f4458b739c2d Package: ros-kilted-rcdiscover Version: 1.1.7-2noble.20260410.140701 Architecture: arm64 Maintainer: Felix Ruess Installed-Size: 337 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcdiscover/ros-kilted-rcdiscover_1.1.7-2noble.20260410.140701_arm64.deb Size: 73834 SHA256: 7017cbfc9dbf97c6ba91b0609427375f801f93604c3837ecb951be80aeb4a2f2 SHA1: b767728f8df3ff5e1bd7631ab3120b7902a8eb54 MD5sum: 4d578a0464218b609d483af9a2a75e70 Description: This package contains tools for the discovery of Roboception devices via GigE Vision. Package: ros-kilted-rcdiscover-dbgsym Package-Type: ddeb Source: ros-kilted-rcdiscover Version: 1.1.7-2noble.20260410.140701 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Felix Ruess Installed-Size: 1224 Depends: ros-kilted-rcdiscover (= 1.1.7-2noble.20260410.140701) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcdiscover/ros-kilted-rcdiscover-dbgsym_1.1.7-2noble.20260410.140701_arm64.deb Size: 1096860 SHA256: 4bb8c6e185b20c6dca5487192b5fe26a38d5037691502d37fb82ea239b40184a SHA1: 455a08e2909d5cd86e8d2f24b11873e0c165dfc3 MD5sum: d3564cd6aa796ddd46367d27e4f044b7 Description: debug symbols for ros-kilted-rcdiscover Build-Ids: 28e48adb0ad38b334775bfdb65dacb8653070f30 3961e7a6cd4673b0c2b278d5b6057050542e2285 Package: ros-kilted-rcl Version: 10.1.4-1noble.20260519.041931 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 771 Depends: libc6 (>= 2.17), libyaml-0-2, libyaml-dev, ros-kilted-libyaml-vendor, ros-kilted-rcl-interfaces, ros-kilted-rcl-logging-interface, ros-kilted-rcl-logging-spdlog, ros-kilted-rcl-yaml-param-parser, ros-kilted-rcutils, ros-kilted-rmw, ros-kilted-rmw-implementation, ros-kilted-rosidl-runtime-c, ros-kilted-service-msgs, ros-kilted-tracetools, ros-kilted-type-description-interfaces, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcl/ros-kilted-rcl_10.1.4-1noble.20260519.041931_arm64.deb Size: 162628 SHA256: 2fd206a3a96a6ea0ba259fc2a9cb7686e65941b1db0b19627baaa298928df9a8 SHA1: 1bd224c7822240aaacc7b2630956721c8ce83373 MD5sum: 8d6211568018a9017c3f8ae6fd2b596d 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-kilted-rcl-action Version: 10.1.4-1noble.20260519.042313 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 333 Depends: libc6 (>= 2.17), ros-kilted-action-msgs, ros-kilted-rcl, ros-kilted-rcutils, ros-kilted-rmw, ros-kilted-rosidl-runtime-c, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcl-action/ros-kilted-rcl-action_10.1.4-1noble.20260519.042313_arm64.deb Size: 50928 SHA256: 04eb2fd6eaf4cb7b655732b5472c589186fb85c7301ae6a3782b1a9514e77783 SHA1: 51d058bbe885ba4f15ede8b50ed75290d2f87766 MD5sum: 7161181cfce83bf9195ab77d7afe92ce Description: Package containing a C-based ROS action implementation Package: ros-kilted-rcl-action-dbgsym Package-Type: ddeb Source: ros-kilted-rcl-action Version: 10.1.4-1noble.20260519.042313 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 94 Depends: ros-kilted-rcl-action (= 10.1.4-1noble.20260519.042313) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcl-action/ros-kilted-rcl-action-dbgsym_10.1.4-1noble.20260519.042313_arm64.deb Size: 61208 SHA256: b3f4bce640e893b3c886cc4875e823c1dd68a73c63664cb70b15068a6e540024 SHA1: e277bb683e0516bfcc8bda9035926361482e50ff MD5sum: 161fda59278edd4dafdc60ab2e6aa733 Description: debug symbols for ros-kilted-rcl-action Build-Ids: a752baadfb78ce5d586775a6aa7b4cb2b8033325 Package: ros-kilted-rcl-dbgsym Package-Type: ddeb Source: ros-kilted-rcl Version: 10.1.4-1noble.20260519.041931 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 358 Depends: ros-kilted-rcl (= 10.1.4-1noble.20260519.041931) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcl/ros-kilted-rcl-dbgsym_10.1.4-1noble.20260519.041931_arm64.deb Size: 266020 SHA256: c119ab312d4788a3a56012b1cee5737a871452a2047bd8ebba1762197ace0d94 SHA1: ad5d3e970a0da0333f1394bf79dffd6457c7c6d7 MD5sum: 33f8de8db8e73cb4f14fd4aad3f76b9f Description: debug symbols for ros-kilted-rcl Build-Ids: 9c7197440cd6e3e6a585040279da15bd338fc503 Package: ros-kilted-rcl-interfaces Version: 2.3.2-1noble.20260519.021337 Architecture: arm64 Maintainer: "Geoffrey Biggs" Installed-Size: 6333 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/rcl_interfaces/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcl-interfaces/ros-kilted-rcl-interfaces_2.3.2-1noble.20260519.021337_arm64.deb Size: 391528 SHA256: b0d2a681e04b8a3e2ac9967d9ebf5a79a8511a8d8deec648429ab292fec9f185 SHA1: 812144fbc0e947edb02353ab02ac3e902f499f39 MD5sum: 2e09e9817993536abad7a62f727998af 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-kilted-rcl-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-rcl-interfaces Version: 2.3.2-1noble.20260519.021337 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Geoffrey Biggs" Installed-Size: 5423 Depends: ros-kilted-rcl-interfaces (= 2.3.2-1noble.20260519.021337) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcl-interfaces/ros-kilted-rcl-interfaces-dbgsym_2.3.2-1noble.20260519.021337_arm64.deb Size: 4296926 SHA256: cf5d562c297e52bab95482e507f87e7998d6e2a3668843fe0ca9a6b9875d7731 SHA1: 436d774378cf44a576b2b720939859d5cecb62dc MD5sum: 1331baa8fe8b33c457e0754a7b9bf2e6 Description: debug symbols for ros-kilted-rcl-interfaces Build-Ids: 09f7648535449256f440c00a4e177343c5d346ff 1effc888e89aca14125c9a7d06af68da915ec45f 4f898d239e9f8d7ed365671106547ce808d09c4e 9e3c0672a44551722e6df41e1782792033fc5381 9ee2fddc97f99ba84cb87e69130b4de3352191f6 a1a7e448faeee50958d451c2f527883ce54acc84 ac91020b48d1fe02beaa7efbef790529d3c750df d3f3e4cdda8b1904ba5e612a18c92daf4e763e6d db6a3fb11b7c7437ff9fdaa40d32df420adf01b2 f6dabb371c459e0e1f18110efa7ffd8936e975d3 f89f7cfc6f02244e6450f37ad15f720a140bcd1b Package: ros-kilted-rcl-lifecycle Version: 10.1.4-1noble.20260519.042317 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 174 Depends: libc6 (>= 2.17), ros-kilted-lifecycle-msgs, ros-kilted-rcl, ros-kilted-rcutils, ros-kilted-rmw, ros-kilted-rosidl-runtime-c, ros-kilted-tracetools, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcl-lifecycle/ros-kilted-rcl-lifecycle_10.1.4-1noble.20260519.042317_arm64.deb Size: 30352 SHA256: f1f3d5b7e2f7a85edc720e5d1b737548f863604cac2c77aa279ee7c5565092c0 SHA1: 9e46c13d6bb76d1b5f389c43d394ebbd31a579fb MD5sum: f77ed4a7147932621adb39274665e56f Description: Package containing a C-based lifecycle implementation Package: ros-kilted-rcl-lifecycle-dbgsym Package-Type: ddeb Source: ros-kilted-rcl-lifecycle Version: 10.1.4-1noble.20260519.042317 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 56 Depends: ros-kilted-rcl-lifecycle (= 10.1.4-1noble.20260519.042317) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcl-lifecycle/ros-kilted-rcl-lifecycle-dbgsym_10.1.4-1noble.20260519.042317_arm64.deb Size: 33288 SHA256: 7c4a90f99bc4ac6f179d06f8272ad723d14f292de2153933c0aa577ee18bb6d7 SHA1: 8f8dccb08f8f0f4fa7fc0119a5571b0ed8c0d272 MD5sum: e87f9b89101b0256a159db110fd294f2 Description: debug symbols for ros-kilted-rcl-lifecycle Build-Ids: 9c9557641719220f5cbd5be46a46e71361a0d048 Package: ros-kilted-rcl-logging-interface Version: 3.2.4-1noble.20260519.041011 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 132 Depends: libc6 (>= 2.17), ros-kilted-rcutils, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcl-logging-interface/ros-kilted-rcl-logging-interface_3.2.4-1noble.20260519.041011_arm64.deb Size: 13494 SHA256: f72de2966837f1a97227dd418c8426b0098c4da0e37e576d0d44fdf33814abd1 SHA1: 8996abe6bf4f60b0f49082354083c8470db36c74 MD5sum: d780d50cb42feffd15b1a6340e91afbb Description: Interface that rcl_logging backends needs to implement. Package: ros-kilted-rcl-logging-interface-dbgsym Package-Type: ddeb Source: ros-kilted-rcl-logging-interface Version: 3.2.4-1noble.20260519.041011 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 19 Depends: ros-kilted-rcl-logging-interface (= 3.2.4-1noble.20260519.041011) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcl-logging-interface/ros-kilted-rcl-logging-interface-dbgsym_3.2.4-1noble.20260519.041011_arm64.deb Size: 4874 SHA256: 8f33d624c0aa1737d472d49ee3970fdeacd0859cae36af49eecb544428cc60f1 SHA1: e843d2422307de58f6ce3477b387e79d3279d46f MD5sum: fe671652abbb977109ab2aa3da6a02e3 Description: debug symbols for ros-kilted-rcl-logging-interface Build-Ids: 49cd474c45ee48739aaeae46e08139c8aad4274f Package: ros-kilted-rcl-logging-noop Version: 3.2.4-1noble.20260519.041536 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 128 Depends: ros-kilted-rcl-logging-interface, ros-kilted-rcutils, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcl-logging-noop/ros-kilted-rcl-logging-noop_3.2.4-1noble.20260519.041536_arm64.deb Size: 11608 SHA256: 25720d494330b918b556161298ee0d3e8731a0fb0252ee957e0a418211e785b2 SHA1: 9c3c90618b00c604b72ee11c693c3fcd9901a6e7 MD5sum: 0fc29e720cbddd639188f43406e47375 Description: An rcl logger implementation that doesn't do anything with log messages. Package: ros-kilted-rcl-logging-noop-dbgsym Package-Type: ddeb Source: ros-kilted-rcl-logging-noop Version: 3.2.4-1noble.20260519.041536 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 18 Depends: ros-kilted-rcl-logging-noop (= 3.2.4-1noble.20260519.041536) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcl-logging-noop/ros-kilted-rcl-logging-noop-dbgsym_3.2.4-1noble.20260519.041536_arm64.deb Size: 3754 SHA256: 338282f311251f664fcaed55b0cab8a516ee91794a0158a4057863f4f34a7b71 SHA1: 3df91d925bb335a435c0772c98645cbeb4fb40f4 MD5sum: 2c54ca3afe2bacb1f32dd7bbd0a44b9f Description: debug symbols for ros-kilted-rcl-logging-noop Build-Ids: df3544b4ed7150e5321f7fe3714fc3c914642ef3 Package: ros-kilted-rcl-logging-spdlog Version: 3.2.4-1noble.20260519.041615 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 133 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libspdlog1.12-fmt9, libstdc++6 (>= 9), libspdlog-dev, ros-kilted-rcl-logging-interface, ros-kilted-rcpputils, ros-kilted-rcutils, ros-kilted-spdlog-vendor, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcl-logging-spdlog/ros-kilted-rcl-logging-spdlog_3.2.4-1noble.20260519.041615_arm64.deb Size: 22144 SHA256: a8576b2c0c49dbbcd3d06910d1a378a96871736c0551e3269b29543835cd8e1f SHA1: 6d9efe88b4c9310afd454546dcac428d919688d1 MD5sum: e495d11117859333bd4ec14738688b93 Description: Implementation of rcl_logging API for an spdlog backend. Package: ros-kilted-rcl-logging-spdlog-dbgsym Package-Type: ddeb Source: ros-kilted-rcl-logging-spdlog Version: 3.2.4-1noble.20260519.041615 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 228 Depends: ros-kilted-rcl-logging-spdlog (= 3.2.4-1noble.20260519.041615) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcl-logging-spdlog/ros-kilted-rcl-logging-spdlog-dbgsym_3.2.4-1noble.20260519.041615_arm64.deb Size: 198576 SHA256: 074f2bbe684a26ab0962ea5178dc0be5eab781a93551206754bcfddc9630bd1b SHA1: f575a4042092b24e98feef99690664d48b2b238d MD5sum: 7f3a3fb609d31bf9155e8fc2663814b6 Description: debug symbols for ros-kilted-rcl-logging-spdlog Build-Ids: 224bb2fb5ffae1e642d5a32c8b9424b368df9be5 Package: ros-kilted-rcl-yaml-param-parser Version: 10.1.4-1noble.20260519.041105 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 153 Depends: libc6 (>= 2.17), libyaml-0-2, libyaml-dev, ros-kilted-libyaml-vendor, ros-kilted-rcutils, ros-kilted-rmw, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcl-yaml-param-parser/ros-kilted-rcl-yaml-param-parser_10.1.4-1noble.20260519.041105_arm64.deb Size: 30334 SHA256: 5d7f7d8add3187325741f09a6558b10cbc09eb48b3d51398ca328bf007259c07 SHA1: 18333350dd5eadecfc56c0380225853b94c9dcd6 MD5sum: c53e526bf1453a50a9fc8d5ae9b41bf3 Description: Parse a YAML parameter file and populate the C data structure. Package: ros-kilted-rcl-yaml-param-parser-dbgsym Package-Type: ddeb Source: ros-kilted-rcl-yaml-param-parser Version: 10.1.4-1noble.20260519.041105 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 64 Depends: ros-kilted-rcl-yaml-param-parser (= 10.1.4-1noble.20260519.041105) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcl-yaml-param-parser/ros-kilted-rcl-yaml-param-parser-dbgsym_10.1.4-1noble.20260519.041105_arm64.deb Size: 43232 SHA256: 097a3cc26deb63d7bbfde9d0df1a9cfe7d9f13b7058831625025555aa0b58f28 SHA1: ca2e07f5b7a500e8719a15d74d9192ceba3f53f1 MD5sum: 6125a1434e8032d42a60c70ae1af977f Description: debug symbols for ros-kilted-rcl-yaml-param-parser Build-Ids: c27d48ae266cc7f07c9bcb1a98cbcb57f6184e36 Package: ros-kilted-rclc Version: 6.2.3-1noble.20260519.042638 Architecture: arm64 Maintainer: Jan Staschulat Installed-Size: 291 Depends: libc6 (>= 2.17), ros-kilted-rcl, ros-kilted-rcl-action, ros-kilted-rcutils, ros-kilted-rosidl-generator-c, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclc/ros-kilted-rclc_6.2.3-1noble.20260519.042638_arm64.deb Size: 48766 SHA256: 773d832f9ab0f867b26bc92dd645032acd54a34b8ed64881670fa4a89bd98f5b SHA1: 98d6ca30e3f4d49a0d6cbb2c796cfb66a45e0938 MD5sum: 176808bc26789271ec82abca7e6493da Description: The ROS client library in C. Package: ros-kilted-rclc-dbgsym Package-Type: ddeb Source: ros-kilted-rclc Version: 6.2.3-1noble.20260519.042638 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jan Staschulat Installed-Size: 133 Depends: ros-kilted-rclc (= 6.2.3-1noble.20260519.042638) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclc/ros-kilted-rclc-dbgsym_6.2.3-1noble.20260519.042638_arm64.deb Size: 86504 SHA256: 6cc0515cb56b8ddfa6177086e1f625b7f16185eade006a42ea04315b0b2295cd SHA1: bfae4d20557e66530331e0420a2b0b5a8d498b4d MD5sum: eb9d519f33317e9e515b5c63b6d948c2 Description: debug symbols for ros-kilted-rclc Build-Ids: f58934fde228ff9b23ee281b8d3cfe1a260ff4ad Package: ros-kilted-rclc-examples Version: 6.2.3-1noble.20260519.051351 Architecture: arm64 Maintainer: Jan Staschulat Installed-Size: 838 Depends: libc6 (>= 2.34), libstdc++6 (>= 13.1), ros-kilted-example-interfaces, ros-kilted-lifecycle-msgs, ros-kilted-rcl, ros-kilted-rclc, ros-kilted-rclc-lifecycle, ros-kilted-rclc-parameter, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclc-examples/ros-kilted-rclc-examples_6.2.3-1noble.20260519.051351_arm64.deb Size: 36210 SHA256: de7e01747b7208f4a633cd7bf738e5acf4f61fd2ec8dfb203e653dc179ae3f3c SHA1: 8298d2885b39567421c863625b8a89c28e8d07b9 MD5sum: 41eeffbca86dc9e6b695b5ce1f228ad0 Description: Example of using rclc_executor Package: ros-kilted-rclc-examples-dbgsym Package-Type: ddeb Source: ros-kilted-rclc-examples Version: 6.2.3-1noble.20260519.051351 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jan Staschulat Installed-Size: 285 Depends: ros-kilted-rclc-examples (= 6.2.3-1noble.20260519.051351) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclc-examples/ros-kilted-rclc-examples-dbgsym_6.2.3-1noble.20260519.051351_arm64.deb Size: 160952 SHA256: a64d8b72e6b1666a32618eba455e630ee26337dfe181ab50c40d7d4da8a33643 SHA1: 9c8f7302014af4b0ed579e474893345c873c8730 MD5sum: 192ebf7e926a36a92fb070160bfbafef Description: debug symbols for ros-kilted-rclc-examples Build-Ids: 08a98bc3ca03f495bff087b431fc616ebc3f169e 13ceb4571b45092ddec27e8dbb3f03ef4865194f 46a9c85eee097f22740daffd5b8b35f839e504fb 569fc744805ddbefbf786bd2689980e9aee700eb 66a0d76f38c4fb25b1e1d22d21400921ea7af403 8066fd06a8a6ae9dc51859381ebe134ef4f97456 a1d864cddb804814b704308b608d3ae6d0ed2053 a24866e11d8fcbb6f50a08f61255f81e423fdd3d d560b0e5aabda5ebc0f7ede2e3cd494f35ad0dc1 e82a9ba3582a2df840c04a7078024904989363b7 f19871d0161a269a376014f1d69777965c577c57 f2fc2cf22bc88677f011d45e1357ddfa1869b4f6 Package: ros-kilted-rclc-lifecycle Version: 6.2.3-1noble.20260519.043000 Architecture: arm64 Maintainer: Jan Staschulat Installed-Size: 138 Depends: libc6 (>= 2.17), ros-kilted-lifecycle-msgs, ros-kilted-rcl-lifecycle, ros-kilted-rclc, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclc-lifecycle/ros-kilted-rclc-lifecycle_6.2.3-1noble.20260519.043000_arm64.deb Size: 17386 SHA256: 8ae30c520ba1aa74e53a941ff19a4499ead717cda6e8096b59927759376042c9 SHA1: 4e5fbe85f8afe59c48417634a339db427b4b7c9d MD5sum: 73248e14ec9677d5abf5be07cfdc4dfc Description: rclc lifecycle convenience methods. Package: ros-kilted-rclc-lifecycle-dbgsym Package-Type: ddeb Source: ros-kilted-rclc-lifecycle Version: 6.2.3-1noble.20260519.043000 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jan Staschulat Installed-Size: 40 Depends: ros-kilted-rclc-lifecycle (= 6.2.3-1noble.20260519.043000) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclc-lifecycle/ros-kilted-rclc-lifecycle-dbgsym_6.2.3-1noble.20260519.043000_arm64.deb Size: 21078 SHA256: a26a864f1e9738bf6afba56890d714991e2e95ed5a074254b70174476447f0fb SHA1: a737028bbc43cd8b4d3be9b43f52cec634f177a0 MD5sum: f209ae8cadc9de2fa19dc2a6be87d82b Description: debug symbols for ros-kilted-rclc-lifecycle Build-Ids: 3ccf3954ee20174d95dd0aeab710303dfbb991c4 Package: ros-kilted-rclc-parameter Version: 6.2.3-1noble.20260519.042946 Architecture: arm64 Maintainer: Antonio Cuadros Installed-Size: 138 Depends: ros-kilted-builtin-interfaces, ros-kilted-rcl, ros-kilted-rcl-interfaces, ros-kilted-rclc, ros-kilted-rcutils, ros-kilted-rosidl-runtime-c, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclc-parameter/ros-kilted-rclc-parameter_6.2.3-1noble.20260519.042946_arm64.deb Size: 25548 SHA256: 210354accd919dc4b4cf02ec002402e7907f3cef8ead09756407f6d3b522cd9c SHA1: 4b739d0e57a661ddb1c34b212d6e4bc5c7085968 MD5sum: 2cf02a4378753a8a487e6278b27c9f24 Description: Parameter server implementation for micro-ROS nodes Package: ros-kilted-rclcpp Version: 29.5.8-1noble.20260519.042609 Architecture: arm64 Maintainer: Ivan Paunovic Installed-Size: 3732 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libstdc++6 (>= 13.1), ros-kilted-ament-index-cpp, ros-kilted-builtin-interfaces, ros-kilted-libstatistics-collector, ros-kilted-rcl, ros-kilted-rcl-interfaces, ros-kilted-rcl-logging-interface, ros-kilted-rcl-yaml-param-parser, ros-kilted-rcpputils, ros-kilted-rcutils, ros-kilted-rmw, ros-kilted-rosgraph-msgs, ros-kilted-rosidl-dynamic-typesupport, ros-kilted-rosidl-runtime-c, ros-kilted-rosidl-runtime-cpp, ros-kilted-rosidl-typesupport-c, ros-kilted-rosidl-typesupport-cpp, ros-kilted-statistics-msgs, ros-kilted-tracetools, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclcpp/ros-kilted-rclcpp_29.5.8-1noble.20260519.042609_arm64.deb Size: 735738 SHA256: b2b7fe6b59b53f132b656a8093f14e3ab0a3a38bbd5ac1e7895458dbebf3b81c SHA1: 9d5df32d462609d8cf48a141a9c723d7493d5545 MD5sum: 6dd64896636bf228e1eab6d0f69d6806 Description: The ROS client library in C++. Package: ros-kilted-rclcpp-action Version: 29.5.8-1noble.20260519.045359 Architecture: arm64 Maintainer: Ivan Paunovic Installed-Size: 447 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-action-msgs, ros-kilted-rcl, ros-kilted-rcl-action, ros-kilted-rclcpp, ros-kilted-rcpputils, ros-kilted-rosidl-runtime-c, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclcpp-action/ros-kilted-rclcpp-action_29.5.8-1noble.20260519.045359_arm64.deb Size: 95956 SHA256: 0c6b51d9099cc89f99a60473968d8dca450a3f3041c52e12b921c329ba2832d2 SHA1: 39222464235f96165ce6063e7abf4426e21f2525 MD5sum: 70881500714d957fd4e2e235b4ad413b Description: Adds action APIs for C++. Package: ros-kilted-rclcpp-action-dbgsym Package-Type: ddeb Source: ros-kilted-rclcpp-action Version: 29.5.8-1noble.20260519.045359 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Ivan Paunovic Installed-Size: 1321 Depends: ros-kilted-rclcpp-action (= 29.5.8-1noble.20260519.045359) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclcpp-action/ros-kilted-rclcpp-action-dbgsym_29.5.8-1noble.20260519.045359_arm64.deb Size: 1175078 SHA256: dcb12048c098de04189fc281fe87c426144ed65da61e49138bb1b3cd65031135 SHA1: 8f3fe921377b6cbaaa497410280812b287d2409a MD5sum: 76b28322f27feafc9e4b9293895f419a Description: debug symbols for ros-kilted-rclcpp-action Build-Ids: 1f20cb51b18c2d5fcd0b178237da2d1635beb87d Package: ros-kilted-rclcpp-cascade-lifecycle Version: 2.0.4-1noble.20260519.060251 Architecture: arm64 Maintainer: fmrico Installed-Size: 847 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-cascade-lifecycle-msgs, ros-kilted-lifecycle-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclcpp-cascade-lifecycle/ros-kilted-rclcpp-cascade-lifecycle_2.0.4-1noble.20260519.060251_arm64.deb Size: 138558 SHA256: ce6280e838025ae88899873a0180798f14420b08a2c30862738ea7590adbbf55 SHA1: 18f05efbbb99ec78a26ed57e312c46fcb09a1617 MD5sum: 33004b57c0da659394c40af49af3a234 Description: Provides a mechanism to make trees of lifecycle nodes to propagate state changes Package: ros-kilted-rclcpp-cascade-lifecycle-dbgsym Package-Type: ddeb Source: ros-kilted-rclcpp-cascade-lifecycle Version: 2.0.4-1noble.20260519.060251 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: fmrico Installed-Size: 3196 Depends: ros-kilted-rclcpp-cascade-lifecycle (= 2.0.4-1noble.20260519.060251) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclcpp-cascade-lifecycle/ros-kilted-rclcpp-cascade-lifecycle-dbgsym_2.0.4-1noble.20260519.060251_arm64.deb Size: 2592012 SHA256: 55a8cbd574247517ec52c8a5c6356b4fb0e8651881ef470b8027eb39abda386d SHA1: 1f82951fdaa408713b1915d8140a75a7aafc7a6c MD5sum: cfcbfe35c01e495ec7bafb7340cadf09 Description: debug symbols for ros-kilted-rclcpp-cascade-lifecycle Build-Ids: cfa0afc217e24f547e5ff5e1c582ded13b8400fd Package: ros-kilted-rclcpp-components Version: 29.5.8-1noble.20260519.043738 Architecture: arm64 Maintainer: Ivan Paunovic Installed-Size: 511 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-ament-index-cpp, ros-kilted-class-loader, ros-kilted-composition-interfaces, ros-kilted-rclcpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclcpp-components/ros-kilted-rclcpp-components_29.5.8-1noble.20260519.043738_arm64.deb Size: 83412 SHA256: 617a6e9981e94c5fcc1c15ae203501fc195f7d5c606f3c5733163e5ace087700 SHA1: deb58f744c090243cb000223c100f996d9ff776e MD5sum: 185511bfbb232513d1f4f933014602e0 Description: Package containing tools for dynamically loadable components Package: ros-kilted-rclcpp-components-dbgsym Package-Type: ddeb Source: ros-kilted-rclcpp-components Version: 29.5.8-1noble.20260519.043738 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Ivan Paunovic Installed-Size: 1971 Depends: ros-kilted-rclcpp-components (= 29.5.8-1noble.20260519.043738) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclcpp-components/ros-kilted-rclcpp-components-dbgsym_29.5.8-1noble.20260519.043738_arm64.deb Size: 1788078 SHA256: e64aabefb2826a1ae53fea2b07d550636c58525cbc52f3d8c21515a33aa4e20a SHA1: 7314ced9f853482f650fcd95c8b32c021e715f1c MD5sum: 023feac857b3a2e3327089b2087b7558 Description: debug symbols for ros-kilted-rclcpp-components Build-Ids: 39513166eb1b454629bb020d123e297f19446169 82917080a36a8aa876314f62d9ae24f041b2f482 e20f320416364c38e6b8033e1d6ba9070f1668ae f9458628696f11fd1449c7ca232c158d6e495b4f Package: ros-kilted-rclcpp-dbgsym Package-Type: ddeb Source: ros-kilted-rclcpp Version: 29.5.8-1noble.20260519.042609 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Ivan Paunovic Installed-Size: 14903 Depends: ros-kilted-rclcpp (= 29.5.8-1noble.20260519.042609) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclcpp/ros-kilted-rclcpp-dbgsym_29.5.8-1noble.20260519.042609_arm64.deb Size: 13307084 SHA256: 79ec96a4fb93cd305be653ac0dd14a15bc288007a1afc91c5a05640e9e46bc6d SHA1: a7d30045bb81592d2ccf39a1828558d52402cbec MD5sum: cef5fa515a653497b1ac7e653c1ef710 Description: debug symbols for ros-kilted-rclcpp Build-Ids: e7252dc2eb0e373c9e135b025106f046d83852a8 Package: ros-kilted-rclcpp-lifecycle Version: 29.5.8-1noble.20260519.043839 Architecture: arm64 Maintainer: Ivan Paunovic Installed-Size: 403 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-lifecycle-msgs, ros-kilted-rcl, ros-kilted-rcl-interfaces, ros-kilted-rcl-lifecycle, ros-kilted-rclcpp, ros-kilted-rcutils, ros-kilted-rmw, ros-kilted-rosidl-typesupport-cpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclcpp-lifecycle/ros-kilted-rclcpp-lifecycle_29.5.8-1noble.20260519.043839_arm64.deb Size: 78418 SHA256: 75b7cfc67368b5eb79154ba755d2a19a8f7ad8ce5235ee5eca389b5b010dc391 SHA1: 0c2827246e22e85e436ca54c153634dfc156293e MD5sum: 39403efdeaf26281cc70d5688948c5d8 Description: Package containing a prototype for lifecycle implementation Package: ros-kilted-rclcpp-lifecycle-dbgsym Package-Type: ddeb Source: ros-kilted-rclcpp-lifecycle Version: 29.5.8-1noble.20260519.043839 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Ivan Paunovic Installed-Size: 1294 Depends: ros-kilted-rclcpp-lifecycle (= 29.5.8-1noble.20260519.043839) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclcpp-lifecycle/ros-kilted-rclcpp-lifecycle-dbgsym_29.5.8-1noble.20260519.043839_arm64.deb Size: 1132802 SHA256: 2f7e0093b557b98f0fbd2f4e00d110216acdc02e62b67de7cc6f20db75c4be35 SHA1: dfb213b94f626655b79916a3fd753340ef579723 MD5sum: 8a62007f701e241e85c0ac8777447605 Description: debug symbols for ros-kilted-rclcpp-lifecycle Build-Ids: 373d4c3708842c6074102334d502e27a6c5d1c77 Package: ros-kilted-rclpy Version: 9.1.5-1noble.20260519.042639 Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 1844 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 12), python3-typing-extensions, python3-yaml, ros-kilted-action-msgs, ros-kilted-ament-index-python, ros-kilted-builtin-interfaces, ros-kilted-lifecycle-msgs, ros-kilted-rcl, ros-kilted-rcl-action, ros-kilted-rcl-interfaces, ros-kilted-rcl-lifecycle, ros-kilted-rcl-logging-interface, ros-kilted-rcl-yaml-param-parser, ros-kilted-rmw, ros-kilted-rmw-implementation, ros-kilted-rosgraph-msgs, ros-kilted-rosidl-runtime-c, ros-kilted-rpyutils, ros-kilted-service-msgs, ros-kilted-type-description-interfaces, ros-kilted-unique-identifier-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclpy/ros-kilted-rclpy_9.1.5-1noble.20260519.042639_arm64.deb Size: 439366 SHA256: c2069c8b5a7d8deb9441a0ea34c2f7bb64f96158d3dd72901c7f843af742fbc4 SHA1: ecefbf63f8c8b1c09a6a735718147c0368e1fe47 MD5sum: c6eee072e1a05d5f2539f27f3d613dab Description: Package containing the Python client. Package: ros-kilted-rclpy-cascade-lifecycle Version: 2.0.4-1noble.20260519.060244 Architecture: arm64 Maintainer: Juan Carlos Manzanares Serrano Installed-Size: 60 Depends: ros-kilted-cascade-lifecycle-msgs, ros-kilted-lifecycle-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclpy-cascade-lifecycle/ros-kilted-rclpy-cascade-lifecycle_2.0.4-1noble.20260519.060244_arm64.deb Size: 9456 SHA256: 0fdb7d388ccfbe4ec4af46b276c7cc5c2ecef5bf3f79cb63c779935bcb886436 SHA1: 9af7b067ee49e4be0ec91f12b5f200145975b3e4 MD5sum: 77d4a4a620a443a15b4dd7bb254cb3ad Description: Provides a mechanism to make trees of lifecycle nodes to propagate state changes in python Package: ros-kilted-rclpy-message-converter Version: 2.0.2-2noble.20260519.045113 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 68 Depends: python3-numpy, ros-kilted-rclpy, ros-kilted-rosidl-parser, ros-kilted-rosidl-runtime-py, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/rospy_message_converter Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclpy-message-converter/ros-kilted-rclpy-message-converter_2.0.2-2noble.20260519.045113_arm64.deb Size: 14826 SHA256: baf3a052e6b1870dea8234fc6e0f1858345fe778c14539f7ef260658aeba7f94 SHA1: b0d3c1f8bababe680f7a1f78194d54d41eb57043 MD5sum: 1cd5e029b87ea20faf43bef52dfb904e Description: Converts between Python dictionaries and JSON to rclpy messages. Package: ros-kilted-rclpy-message-converter-msgs Version: 2.0.2-2noble.20260519.021613 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 1676 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/rospy_message_converter Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclpy-message-converter-msgs/ros-kilted-rclpy-message-converter-msgs_2.0.2-2noble.20260519.021613_arm64.deb Size: 105494 SHA256: 62f1a4182b57118d98808f1248c70bb3d88ba9847bea93092f09db2640a6199c SHA1: 004bf7061b3e7556b71a396c74e96c3deeeae122 MD5sum: d4b7ad9427c6333b7989b1f9fba63cb4 Description: Messages for rclpy_message_converter Package: ros-kilted-rclpy-message-converter-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-rclpy-message-converter-msgs Version: 2.0.2-2noble.20260519.021613 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 1071 Depends: ros-kilted-rclpy-message-converter-msgs (= 2.0.2-2noble.20260519.021613) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclpy-message-converter-msgs/ros-kilted-rclpy-message-converter-msgs-dbgsym_2.0.2-2noble.20260519.021613_arm64.deb Size: 785136 SHA256: 0aec03daaf0b350b4a5190300aa395228b98bedc5dace7972a3b14ba28b31111 SHA1: afb27d995fe73d945664b8142e439e09b4b155ef MD5sum: c056adae4d7e1c215e83800a65f05425 Description: debug symbols for ros-kilted-rclpy-message-converter-msgs Build-Ids: 00c5612f45958936efbcd8b77df37fdb1fea0118 02975105a86e1bba7390d993765b55886a7d1d4b 04215a8fcde4cb48816b8a4e9ef2b788b4032a3a 1024ddd992fdd1c08d4e1e3be05942c4abfd3fa6 21c6bce6c23bcbf708f14b7cb773954bfcc880d3 46149db475b9c6fee8a60051215f9ff93aeab985 578173a500d17a4620f8ba349ee90148df9a3826 756b02a660af34b01e307b39efd54e89bcaa6337 b7aeec9f2888a7451cecf23bc9912bd80de2c113 ca13f9ef30c550fb8c20f294593e54958e7bdf27 e29174c201b2eb69cbe7b6d8d0d5c67e587c5e2f Package: ros-kilted-rcpputils Version: 2.13.5-1noble.20260410.154440 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 301 Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-rcutils, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcpputils/ros-kilted-rcpputils_2.13.5-1noble.20260410.154440_arm64.deb Size: 55664 SHA256: 3cd0095830b53cf4c4cec5d728c4995ea0c9507d9a52044b0d3a0f117ea210a0 SHA1: 34d121db68bf7ef03a4858d2301c9882b0874f23 MD5sum: 88c6d34f16a901f535a058c7c96b3975 Description: Package containing utility code for C++. Package: ros-kilted-rcpputils-dbgsym Package-Type: ddeb Source: ros-kilted-rcpputils Version: 2.13.5-1noble.20260410.154440 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 306 Depends: ros-kilted-rcpputils (= 2.13.5-1noble.20260410.154440) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcpputils/ros-kilted-rcpputils-dbgsym_2.13.5-1noble.20260410.154440_arm64.deb Size: 271732 SHA256: 9bd58bf4211749aa347331fa03fce247f4cb061880b904f6870bb5b47a25c2c6 SHA1: 09a1b916f002d82df48b7283927d6d3c2025404c MD5sum: 36abbf369d03dad1532f5664fe44e6f3 Description: debug symbols for ros-kilted-rcpputils Build-Ids: 36d71720a7407c3dc771c75ffeb5f41cb9d1522c Package: ros-kilted-rcss3d-agent Version: 0.4.1-4noble.20260519.050302 Architecture: arm64 Maintainer: ijnek Installed-Size: 193 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-rclcpp, ros-kilted-rcss3d-agent-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcss3d-agent/ros-kilted-rcss3d-agent_0.4.1-4noble.20260519.050302_arm64.deb Size: 54506 SHA256: 8391bec23b33679f523c877a681a355eb468f8ab8060e01e581a22f481934ee6 SHA1: caf75e62e4c676e8257e866f0cc4f21b750fc3a9 MD5sum: 8757f5efe52e3e7b2a6d41948ec9277b Description: Launches a RoboCup 3D Simulation Agent, and converts data to and from ROS2 msgs Package: ros-kilted-rcss3d-agent-basic Version: 0.4.1-4noble.20260519.123645 Architecture: arm64 Maintainer: ijnek Installed-Size: 1479 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-rclcpp-components, ros-kilted-rcss3d-agent, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcss3d-agent-basic/ros-kilted-rcss3d-agent-basic_0.4.1-4noble.20260519.123645_arm64.deb Size: 191902 SHA256: 39a8268165712be51db22f3be186232f68749ddb2770463c3cc748be7a35883b SHA1: 94fd2d3df2a8a515725e38454977a7683d97ac4f MD5sum: 81f422775921b1781e55348bed52677a Description: Basic rcss3d agent node that uses rcss3d_agent_msgs Package: ros-kilted-rcss3d-agent-basic-dbgsym Package-Type: ddeb Source: ros-kilted-rcss3d-agent-basic Version: 0.4.1-4noble.20260519.123645 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 6054 Depends: ros-kilted-rcss3d-agent-basic (= 0.4.1-4noble.20260519.123645) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcss3d-agent-basic/ros-kilted-rcss3d-agent-basic-dbgsym_0.4.1-4noble.20260519.123645_arm64.deb Size: 4784724 SHA256: 33fe70e5007ce75e50468e7b5d0be0140ef6d09fc6ba1f2eb87ffa81fb7d79ac SHA1: e719060b5f53a18079a3b7e1cd25deecf023d903 MD5sum: be4500b4121a82111449f7e5f33ba8b1 Description: debug symbols for ros-kilted-rcss3d-agent-basic Build-Ids: 4e6dbc229c7ac26ae44eed5e5fcd3c8863795aac c9810555ae149a1a447f3e09a21134b4a0b2864a Package: ros-kilted-rcss3d-agent-dbgsym Package-Type: ddeb Source: ros-kilted-rcss3d-agent Version: 0.4.1-4noble.20260519.050302 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 1053 Depends: ros-kilted-rcss3d-agent (= 0.4.1-4noble.20260519.050302) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcss3d-agent/ros-kilted-rcss3d-agent-dbgsym_0.4.1-4noble.20260519.050302_arm64.deb Size: 994586 SHA256: 9436002fe139e0cd8ee84a69cc68b62431f794603e1f2bd320c657860cc868fd SHA1: 5525223ae557fad3c9611d3da71466e4c8915e78 MD5sum: 3f64045dac61b504b915b97a476bdb0d Description: debug symbols for ros-kilted-rcss3d-agent Build-Ids: 43914add15f425016fe1936c6363b35d1f029d10 Package: ros-kilted-rcss3d-agent-msgs Version: 0.4.1-4noble.20260519.021626 Architecture: arm64 Maintainer: ijnek Installed-Size: 3910 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcss3d-agent-msgs/ros-kilted-rcss3d-agent-msgs_0.4.1-4noble.20260519.021626_arm64.deb Size: 261276 SHA256: 1e1e0a67779cf7db2b8dfd3f3b5c8648bc22d09865b401d3d0dd9dfcec9918a5 SHA1: a8a802d3692db5a66bf8077c34577a8d21a14e42 MD5sum: cbe7a361f2461c1e5cbc1c5d05ceb270 Description: Custom messages for communicating with rcss3d_agent Package: ros-kilted-rcss3d-agent-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-rcss3d-agent-msgs Version: 0.4.1-4noble.20260519.021626 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 3225 Depends: ros-kilted-rcss3d-agent-msgs (= 0.4.1-4noble.20260519.021626) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcss3d-agent-msgs/ros-kilted-rcss3d-agent-msgs-dbgsym_0.4.1-4noble.20260519.021626_arm64.deb Size: 2549760 SHA256: 55bac1ba3cdc0c5bba82d7a867302d551e7d4c20d2a48b22728aad0b75142318 SHA1: 0878e02b5917a8ce59e81d5899f02e1eb7141766 MD5sum: b95a7155cfc5d3fbe407952e9ec7120a Description: debug symbols for ros-kilted-rcss3d-agent-msgs Build-Ids: 0cde28f9e0f0bb6477cc5f417b7aeaf4eabd52b9 1ce57a80cbe563bd28520ded004313a331d331e3 57970147d6b2ca3e3663a92e0f3ce301d0144db9 7523d2512fdd5f59a624dc7d57b4cbbb3088e59f 7efc4908a809265131cea0bf49c49ef6e96e4b69 99d9231e2c3ebec52e15f5dafd0a98816354afc2 a3bf75f0048d3c9c16bf65a37142363ac3900547 aa6c2ba4c553f638c695cedbfe22a8afa2348108 cc84366021436f0383a8c8b84ac995d2260f80da eea9c8c62be58a538718d867a47768445e534845 f814ee38f17310a1957253f36f4149cef26e4c1e Package: ros-kilted-rcss3d-agent-msgs-to-soccer-interfaces Version: 0.4.1-4noble.20260519.033323 Architecture: arm64 Maintainer: ijnek Installed-Size: 131 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-kilted-rcss3d-agent-msgs, ros-kilted-soccer-vision-3d-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcss3d-agent-msgs-to-soccer-interfaces/ros-kilted-rcss3d-agent-msgs-to-soccer-interfaces_0.4.1-4noble.20260519.033323_arm64.deb Size: 14056 SHA256: 2795e01557391a2fae7e43d914fe476ec0f3f029a9d91156960e22f9e21fab5e SHA1: 71b0bacf79b7fc33fa547d86d213400017c494fc MD5sum: 8c2911903a1cc6f199bafffaf7e98536 Description: Library with methods that convert rcss3d_agent_msgs to soccer_interfaces Package: ros-kilted-rcss3d-agent-msgs-to-soccer-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-rcss3d-agent-msgs-to-soccer-interfaces Version: 0.4.1-4noble.20260519.033323 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 121 Depends: ros-kilted-rcss3d-agent-msgs-to-soccer-interfaces (= 0.4.1-4noble.20260519.033323) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcss3d-agent-msgs-to-soccer-interfaces/ros-kilted-rcss3d-agent-msgs-to-soccer-interfaces-dbgsym_0.4.1-4noble.20260519.033323_arm64.deb Size: 105358 SHA256: c7b3fe18b2b05d397b68efeb9b6dcb89eba8aee153185bfa5bd40b3b6b12141c SHA1: eaf20d6a9040fca997cf24d116cd8ae918e9bcaf MD5sum: 64723de367c3d9bc5b88e8ef4adbe2ab Description: debug symbols for ros-kilted-rcss3d-agent-msgs-to-soccer-interfaces Build-Ids: 90c6caa3eddf7cd88053fefc5fe5c9e6b550629a Package: ros-kilted-rcss3d-nao Version: 1.2.0-3noble.20260519.081720 Architecture: arm64 Maintainer: ijnek Installed-Size: 1356 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-geometry-msgs, ros-kilted-nao-lola-command-msgs, ros-kilted-nao-lola-sensor-msgs, ros-kilted-rclcpp-components, ros-kilted-rcss3d-agent, ros-kilted-rcss3d-agent-msgs-to-soccer-interfaces, ros-kilted-sensor-msgs, ros-kilted-soccer-vision-3d-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcss3d-nao/ros-kilted-rcss3d-nao_1.2.0-3noble.20260519.081720_arm64.deb Size: 221970 SHA256: 881a6e9dd9698c88e8c9dc68ab89fc60bfd9e891d85c2abc32d045395a2900fa SHA1: 820c97eac6727c50cc513ddbbc8af8ac9aee7ae5 MD5sum: 2adfccc37c4974912e984784a3f70a0a Description: An interface to SimSpark that uses interfaces used by a Nao robot Package: ros-kilted-rcss3d-nao-dbgsym Package-Type: ddeb Source: ros-kilted-rcss3d-nao Version: 1.2.0-3noble.20260519.081720 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 6439 Depends: ros-kilted-rcss3d-nao (= 1.2.0-3noble.20260519.081720) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcss3d-nao/ros-kilted-rcss3d-nao-dbgsym_1.2.0-3noble.20260519.081720_arm64.deb Size: 5396572 SHA256: cf39e9e0b886fe5153f23793feeaa1fb224a8bc82743f8049ce602d8e905d2be SHA1: d69e437521448126baa88e36b2ac950fc8b56eaf MD5sum: 842534573ed3b345622c2c65c216776f Description: debug symbols for ros-kilted-rcss3d-nao Build-Ids: 190cc9b1dd0cd30918693ec0051c7051406586ef 1935f62bea33fa9efe7627babdf6be8aca76b535 Package: ros-kilted-rcutils Version: 6.9.10-1noble.20260410.153735 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 539 Depends: libc6 (>= 2.34), libatomic1, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcutils/ros-kilted-rcutils_6.9.10-1noble.20260410.153735_arm64.deb Size: 95304 SHA256: 6086ccb717783618567e551a0903a8d81d69bd17e6772083249d42af5bc03827 SHA1: 982d4e3c06fc79488bfcb2f3e1ca5c8cbf0589a0 MD5sum: 78ea40103cb779997170082218bf4b2d Description: Package containing various utility types and functions for C Package: ros-kilted-rcutils-dbgsym Package-Type: ddeb Source: ros-kilted-rcutils Version: 6.9.10-1noble.20260410.153735 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 146 Depends: ros-kilted-rcutils (= 6.9.10-1noble.20260410.153735) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcutils/ros-kilted-rcutils-dbgsym_6.9.10-1noble.20260410.153735_arm64.deb Size: 95758 SHA256: 55277e65b7e3b7889106ca6eac904f25b2e6048ec4378ea1f7777eec07d9eebb SHA1: 439e9a373834cfb6b3577f2f45e8f511cd09ede2 MD5sum: 01d84a738e1ccda38f3bbf50916a9a2c Description: debug symbols for ros-kilted-rcutils Build-Ids: 6ee31fd2c2b3f64fd39cd057abe7a5d3652c0db3 Package: ros-kilted-realsense2-camera Version: 4.57.7-1noble.20260519.084102 Architecture: arm64 Maintainer: LibRealSense Team Installed-Size: 2137 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), ros-kilted-librealsense2, libeigen3-dev, ros-kilted-builtin-interfaces, ros-kilted-cv-bridge, ros-kilted-diagnostic-updater, ros-kilted-geometry-msgs, ros-kilted-image-transport, ros-kilted-launch-ros, ros-kilted-lifecycle-msgs, ros-kilted-nav-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rclcpp-lifecycle, ros-kilted-realsense2-camera-msgs, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-tf2, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/RealSense Priority: optional Section: misc Filename: pool/main/r/ros-kilted-realsense2-camera/ros-kilted-realsense2-camera_4.57.7-1noble.20260519.084102_arm64.deb Size: 503184 SHA256: 628aa0c803824532cffa0f31aa4503f1b5e5fc7230f99940970043250d7dadd6 SHA1: 573d3a2105b69c1490438be9ebcecabc3e4afd4e MD5sum: fc8800f0f9b36d7b20b7bca6d982ea80 Description: RealSense camera package allowing access to RealSense D400 3D cameras Package: ros-kilted-realsense2-camera-dbgsym Package-Type: ddeb Source: ros-kilted-realsense2-camera Version: 4.57.7-1noble.20260519.084102 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: LibRealSense Team Installed-Size: 14585 Depends: ros-kilted-realsense2-camera (= 4.57.7-1noble.20260519.084102) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-realsense2-camera/ros-kilted-realsense2-camera-dbgsym_4.57.7-1noble.20260519.084102_arm64.deb Size: 13061136 SHA256: 9daf02268d07ca3913f182b3e983da31cd161e4029ceb6396cdb2ebb700aae7b SHA1: 2d98ea5182169eb0e1ac33dfa95bcb3c2a9ac496 MD5sum: 0967522cd856d627d3ae80ca9fa5dc32 Description: debug symbols for ros-kilted-realsense2-camera Build-Ids: 301d8df0c17cf34381d9e609b7959e38c48e4cdb a217e0c78ad19fa077f70ee375e74a4334be2af3 Package: ros-kilted-realsense2-camera-msgs Version: 4.57.7-1noble.20260519.030814 Architecture: arm64 Maintainer: LibRealSense ROS Team Installed-Size: 7088 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/RealSense Priority: optional Section: misc Filename: pool/main/r/ros-kilted-realsense2-camera-msgs/ros-kilted-realsense2-camera-msgs_4.57.7-1noble.20260519.030814_arm64.deb Size: 399344 SHA256: 5c052e6edfb810879849f911646635115fcde41255c0586945f653e07597869d SHA1: e4a6399ebad67ba04c6dd606f6031061f2486970 MD5sum: 95147ccbeb2332cdbe4c8e811b4acbff Description: RealSense camera_msgs package containing realsense camera messages definitions Package: ros-kilted-realsense2-camera-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-realsense2-camera-msgs Version: 4.57.7-1noble.20260519.030814 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: LibRealSense ROS Team Installed-Size: 4738 Depends: ros-kilted-realsense2-camera-msgs (= 4.57.7-1noble.20260519.030814) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-realsense2-camera-msgs/ros-kilted-realsense2-camera-msgs-dbgsym_4.57.7-1noble.20260519.030814_arm64.deb Size: 3484200 SHA256: c5912ee8b8b55df4abcec480432d9fa0f135e8057b6f4debeb43c4ee7353eb4a SHA1: 593b7ae25eee5ca5748df366019732a86f2f79b1 MD5sum: dd06c3c2be95acaee8a5eee4b60c8124 Description: debug symbols for ros-kilted-realsense2-camera-msgs Build-Ids: 0b8e667124897744664f5b7c416de1073e974818 0f9e698eb1d1871f40c915aa3d446a1e72af2352 11535a1b98f32e6a5b7c52df96dc7b80cb35392e 4df06570a2289befdb1b5b84937dfa49eab1fa0b 5901b9e40f831f14aaef39895171fb8b4d59c36b 9e2f9ac56802c5683f5651c93656758cbfd9eb4a b591f7f18c31ecec407cbe2b48a904f244f8a5fa d97ab91cb55aae666a1ee43d241e80b83219beaf e480fb7c76d02141901f6f59a90d8d642645f35a f3b7a5144178e53d0e1f5f89d1b2ad1e80873398 f9f2d743289303078ffbf0a7c53fb914196addb8 Package: ros-kilted-realsense2-description Version: 4.57.7-1noble.20260519.044321 Architecture: arm64 Maintainer: LibRealSense ROS Team Installed-Size: 93980 Depends: ros-kilted-launch-ros, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-realsense2-camera-msgs, ros-kilted-xacro, ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/RealSense Priority: optional Section: misc Filename: pool/main/r/ros-kilted-realsense2-description/ros-kilted-realsense2-description_4.57.7-1noble.20260519.044321_arm64.deb Size: 15528110 SHA256: f2561ca76dd93873e580501f6c43935fff55d594e1f9c42f13e724f2ed712a17 SHA1: 7a1e9d8b23a73a93a38a7ded83b85baf3ad56bf9 MD5sum: a1f224ab8acca5b06787c8eabbf05eab Description: RealSense description package for RealSense 3D D400 cameras Package: ros-kilted-realtime-tools Version: 4.8.0-1noble.20260519.154154 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 293 Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-dev, libcap-dev, ros-kilted-ament-cmake, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-realtime-tools/ros-kilted-realtime-tools_4.8.0-1noble.20260519.154154_arm64.deb Size: 40394 SHA256: 085d36de7ec16e2add78e3c0b5f9450532b6f176fa58950d2e39033ea3be8515 SHA1: 08722d489d3ef5e0277d30c42c95ba134e48836b MD5sum: a95814800736feef7d20b2b90954e78c Description: Contains a set of tools that can be used from a hard realtime thread, without breaking the realtime behavior. Package: ros-kilted-realtime-tools-dbgsym Package-Type: ddeb Source: ros-kilted-realtime-tools Version: 4.8.0-1noble.20260519.154154 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 215 Depends: ros-kilted-realtime-tools (= 4.8.0-1noble.20260519.154154) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-realtime-tools/ros-kilted-realtime-tools-dbgsym_4.8.0-1noble.20260519.154154_arm64.deb Size: 94260 SHA256: 2aba241b0a822c5715834de469b460dde62782075dcdca80a1dd2e3b15b9c85c SHA1: 31a5defcad64e3d56ac351079b21b0bd0c41e814 MD5sum: 958ca00768186fd50a90bea55ab875da Description: debug symbols for ros-kilted-realtime-tools Build-Ids: 31eb3f1da5e740e8c1646378625f42eea5932ccb 8a38436d34792666082d4ef283e8712244289227 Package: ros-kilted-replay-testing Version: 0.0.4-1noble.20260519.151429 Architecture: arm64 Maintainer: Troy Gibb Installed-Size: 154 Depends: python3-boto3, python3-pydantic, python3-requests, python3-termcolor, ros-kilted-launch, ros-kilted-rclpy, ros-kilted-ros2bag, ros-kilted-rosbag2-py, ros-kilted-rosbag2-storage-mcap, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-replay-testing/ros-kilted-replay-testing_0.0.4-1noble.20260519.151429_arm64.deb Size: 24584 SHA256: 32e37912def5c49e8714bd9669405bd494c5d02d0e469a7c4b44f612d85b1b3e SHA1: 17bf5211682e7ee6e288ab02e080ea5760e32d1a MD5sum: 5d96a850364268771dde94552530033d Description: A testing library and CLI for replaying ROS nodes. Package: ros-kilted-resource-retriever Version: 3.7.1-1noble.20260519.041131 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 164 Depends: libc6 (>= 2.32), libcurl4t64 (>= 7.16.2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-kilted-ament-index-cpp, ros-kilted-ament-index-python, ros-kilted-libcurl-vendor, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/resource_retriever Priority: optional Section: misc Filename: pool/main/r/ros-kilted-resource-retriever/ros-kilted-resource-retriever_3.7.1-1noble.20260519.041131_arm64.deb Size: 28054 SHA256: ec1c85f11c71095b7f7856f7a4ec5fbce669402d3ff9366aa4400dc5247be2dc SHA1: 75cb42a8908514681ef01c49d9b32dc48efde440 MD5sum: 4c7c6970f7e7e5f85f2c1c20cb6bd094 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-kilted-resource-retriever-dbgsym Package-Type: ddeb Source: ros-kilted-resource-retriever Version: 3.7.1-1noble.20260519.041131 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 246 Depends: ros-kilted-resource-retriever (= 3.7.1-1noble.20260519.041131) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-resource-retriever/ros-kilted-resource-retriever-dbgsym_3.7.1-1noble.20260519.041131_arm64.deb Size: 204068 SHA256: 84e707d7a02e3a86b7160c3d627d87b15a44f2b82099a69589c37d9c03664feb SHA1: 9c40af73efc83705466b42768f1bf46e9bd6422e MD5sum: cc06c05f1e75e27c7b2d935c21650584 Description: debug symbols for ros-kilted-resource-retriever Build-Ids: 04eb101745a7a18572575716958a416039547c7c Package: ros-kilted-rig-reconfigure Version: 1.6.0-1noble.20260519.043821 Architecture: arm64 Maintainer: Team Spatzenhirn Installed-Size: 1352 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libglfw3 (>= 3.3), libopengl0, libstdc++6 (>= 13.1), libglfw3-dev, ros-kilted-ament-index-cpp, ros-kilted-backward-ros, ros-kilted-rclcpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rig-reconfigure/ros-kilted-rig-reconfigure_1.6.0-1noble.20260519.043821_arm64.deb Size: 582650 SHA256: 58335258dedb753779c8bf2f663c0e2f971d762d3f35f51a622d1b9f6b46d693 SHA1: 00198fd896116c1e20a9bb01e6decc5af008c20f MD5sum: 50ad0cf45555d4e3b606326e2d717eaa Description: Standalone GUI tool for editing node parameters at runtime. Package: ros-kilted-rig-reconfigure-dbgsym Package-Type: ddeb Source: ros-kilted-rig-reconfigure Version: 1.6.0-1noble.20260519.043821 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Team Spatzenhirn Installed-Size: 5399 Depends: ros-kilted-rig-reconfigure (= 1.6.0-1noble.20260519.043821) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rig-reconfigure/ros-kilted-rig-reconfigure-dbgsym_1.6.0-1noble.20260519.043821_arm64.deb Size: 5097792 SHA256: 09671f032a343e544afd137e8d1563c4492fd2254a37603e63e9220e4622bd1c SHA1: 1ee921a33a24fd9a19c5066e5262cbecebdfefa2 MD5sum: bba5b03e06b030fc58d3f3b0329735b7 Description: debug symbols for ros-kilted-rig-reconfigure Build-Ids: 467e0f6f6c1e075f5627f622bba723b1c7a7b5d8 Package: ros-kilted-rko-lio Version: 0.2.0-1noble.20260519.101637 Architecture: arm64 Maintainer: Meher Malladi Installed-Size: 2087 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.11.0), libeigen3-dev, libtbb-dev, nlohmann-json3-dev, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rosbag2-cpp, ros-kilted-rosbag2-storage, ros-kilted-sensor-msgs, ros-kilted-sophus, ros-kilted-std-msgs, ros-kilted-tf2, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rko-lio/ros-kilted-rko-lio_0.2.0-1noble.20260519.101637_arm64.deb Size: 448036 SHA256: 4b62f9670b58801bf5fc0090309dd1c4e6f22e5d2849e5459dab7938d0bcaf01 SHA1: 61e20332ef9203cbf5eeb4e8f6b0a4d806a46270 MD5sum: 22236c70406c89d7888f66c60f9c5f47 Description: A Robust Approach for LiDAR-Inertial Odometry Without Sensor-Specific Modelling Package: ros-kilted-rko-lio-dbgsym Package-Type: ddeb Source: ros-kilted-rko-lio Version: 0.2.0-1noble.20260519.101637 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Meher Malladi Installed-Size: 22208 Depends: ros-kilted-rko-lio (= 0.2.0-1noble.20260519.101637) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rko-lio/ros-kilted-rko-lio-dbgsym_0.2.0-1noble.20260519.101637_arm64.deb Size: 21052358 SHA256: 2d636ae7759e8bdc5de20c61609b45eee7813aea1553fc120d5dc9c2e4ba434e SHA1: 318ba66093c8916313a43f436c1ee3ed403087a8 MD5sum: 07169282a91b1243daa1f62a2476925d Description: debug symbols for ros-kilted-rko-lio Build-Ids: 3e52218dc3b8bb110acee1b24599deb153a145b4 f5522998f0dd6d16fa463780c5bebbbef6cd58ff ff26f113a947b892180ff32b25b4505fb32b066c Package: ros-kilted-rmf-api-msgs Version: 0.5.0-1noble.20260410.153931 Architecture: arm64 Maintainer: Grey Installed-Size: 332 Depends: nlohmann-json3-dev, python3-jinja2, python3-jsonschema, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-api-msgs/ros-kilted-rmf-api-msgs_0.5.0-1noble.20260410.153931_arm64.deb Size: 23860 SHA256: 9c9ac70ed1405267f598ba10d2ba024a781dc6ac4101cd8d9b4846a32f918845 SHA1: 5d7bead23390b3d9497e54f3def9d3d21689b109 MD5sum: 6cb70773d7e3d9b4a58d99ff8584e470 Description: RMF API msgs definition Package: ros-kilted-rmf-battery Version: 0.4.0-2noble.20260410.185810 Architecture: arm64 Maintainer: Yadunund Installed-Size: 121 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 5), ros-kilted-rmf-traffic, ros-kilted-rmf-utils, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-battery/ros-kilted-rmf-battery_0.4.0-2noble.20260410.185810_arm64.deb Size: 13240 SHA256: a39135dfb0752bfd3179134337fe1a94a71d9f351b0ac19148623ddf67244b0e SHA1: cc4b8ec8bad4b34d8f532f4fc32f55b981a6e7bb MD5sum: 7fa7d472badfaa43d95b00ff2f47ac00 Description: Package for modelling battery life of robots Package: ros-kilted-rmf-battery-dbgsym Package-Type: ddeb Source: ros-kilted-rmf-battery Version: 0.4.0-2noble.20260410.185810 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Yadunund Installed-Size: 204 Depends: ros-kilted-rmf-battery (= 0.4.0-2noble.20260410.185810) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-battery/ros-kilted-rmf-battery-dbgsym_0.4.0-2noble.20260410.185810_arm64.deb Size: 182250 SHA256: 8ca0c305de54566dfd450ea843069d425074a2c53bc67df5b0e87fe4cdc26daf SHA1: 90c9a559e8bbc34a943ce1ce331cb26ea222b3be MD5sum: b582c3e6beff82b39657fbd8b1540216 Description: debug symbols for ros-kilted-rmf-battery Build-Ids: ebedeef5efa5e4eeeae5c0c9941cbce55006bd2a Package: ros-kilted-rmf-building-map-msgs Version: 1.5.0-2noble.20260519.025748 Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 2816 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-building-map-msgs/ros-kilted-rmf-building-map-msgs_1.5.0-2noble.20260519.025748_arm64.deb Size: 215268 SHA256: 9fb508cdcc6493d31149d5704178d9412d7b64b071cff776ab32fcaa1f42d08a SHA1: 6dede783f1aa6df11819536750b6d39d7d9a5ffa MD5sum: d7307c409651c1032e812869b9d57f0d Description: Messages used to send building maps Package: ros-kilted-rmf-building-map-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-rmf-building-map-msgs Version: 1.5.0-2noble.20260519.025748 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 2730 Depends: ros-kilted-rmf-building-map-msgs (= 1.5.0-2noble.20260519.025748) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-building-map-msgs/ros-kilted-rmf-building-map-msgs-dbgsym_1.5.0-2noble.20260519.025748_arm64.deb Size: 2240490 SHA256: 2aa885e60d586b80e6d7335509e6d77bbe9089dd4a0e9668cf2fc9bceba41a43 SHA1: 6072cb8966ad404780d430d577ef7054a5570e2f MD5sum: c4edc5354cae30077fdee7c83c484485 Description: debug symbols for ros-kilted-rmf-building-map-msgs Build-Ids: 20b9a97dabf305b59ca82608c63d8db317bd066d 2c8883b2b3e8fe5dd9358b03b75c391ce35bf948 57319f1e7df5e2332ade1c44fc87c843fca248ac 7e8808796fe29dd7e93e159d51c594d8e01a6635 841170a48b26903c2872d9c6d6706b8a5df340cf 9197efb7b7022514c63ca7dead8f302a6cff8f26 c8ee479fbf381870065af45f84baa8d8ae1e55a6 ca3f70220654b6784952c457b8e6768ea969e3a9 d4e2f9382e77b34bb102fe5a13ad39071a8e46df d609a09c00fb4cd90b8bb4b0ea2f74ea1a16d54a ec27b531d9831ae85ad5f87d5186884e54dad5b4 Package: ros-kilted-rmf-building-map-tools Version: 1.12.0-1noble.20260519.043532 Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 11284 Depends: libyaml-cpp-dev, python3-fiona, python3-pyproj, python3-requests, python3-rtree, python3-shapely, python3-yaml, ros-kilted-ament-index-python, ros-kilted-gz-fuel-tools-vendor, ros-kilted-rclpy, ros-kilted-rmf-building-map-msgs, ros-kilted-rmf-site-map-msgs, ros-kilted-std-msgs, sqlite3, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-building-map-tools/ros-kilted-rmf-building-map-tools_1.12.0-1noble.20260519.043532_arm64.deb Size: 10836422 SHA256: 4eb3bfe3d6e6b3b8aaf486b9e7d764faf2f5241310e8c13d7a31fad1ac7285d3 SHA1: c646456e9d53a27ee3ea1589027a3ce0eb260023 MD5sum: 29e189795218ddfcd0e66c140df1cd31 Description: RMF Building map tools Package: ros-kilted-rmf-building-sim-gz-plugins Version: 2.5.0-1noble.20260519.045921 Architecture: arm64 Maintainer: Luca Della Vedova Installed-Size: 2514 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libqt5core5t64 (>= 5.3.0), libqt5qml5 (>= 5.0.2), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-gz-common-vendor, ros-kilted-gz-gui-vendor, ros-kilted-gz-math-vendor, ros-kilted-gz-msgs-vendor, ros-kilted-gz-rendering-vendor, ros-kilted-gz-sim-vendor, ros-kilted-gz-transport-vendor, ros-kilted-sdformat-vendor, libqt5quick5, ros-kilted-gz-plugin-vendor, ros-kilted-menge-vendor, ros-kilted-rclcpp, ros-kilted-rmf-door-msgs, ros-kilted-rmf-fleet-msgs, ros-kilted-rmf-lift-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-building-sim-gz-plugins/ros-kilted-rmf-building-sim-gz-plugins_2.5.0-1noble.20260519.045921_arm64.deb Size: 447942 SHA256: 5cfe45410c12bb3ab191d57a0a688749f4842c1f46575eb2751f84e0616225ff SHA1: 075abcd78df5c810e2d6e04543cec43a7e9a23ca MD5sum: 0c30a9520193975bbd3d27cbeacb76b3 Description: Gazebo plugins for building infrastructure simulation Package: ros-kilted-rmf-building-sim-gz-plugins-dbgsym Package-Type: ddeb Source: ros-kilted-rmf-building-sim-gz-plugins Version: 2.5.0-1noble.20260519.045921 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Luca Della Vedova Installed-Size: 14516 Depends: ros-kilted-rmf-building-sim-gz-plugins (= 2.5.0-1noble.20260519.045921) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-building-sim-gz-plugins/ros-kilted-rmf-building-sim-gz-plugins-dbgsym_2.5.0-1noble.20260519.045921_arm64.deb Size: 12826094 SHA256: 0d44dc67e5e2a1f0ce83b12053d5c6b54f6ed01f2b20f9195c447dc7d98b848f SHA1: 4b0ff331d1e463ea55afd9a29fc33caa423d651c MD5sum: 2e8c419c7fcdf28b1d3303fc92425c0b Description: debug symbols for ros-kilted-rmf-building-sim-gz-plugins Build-Ids: 40054c872796fc35ec7c266f4fdddb050cd3d1c7 4e883b03bccf0c7d9765be78ca4bb1f99fa944af 6f0d62081626b0a86914d3ff2fef1004145bd6f1 98b9da82baa5d267edcdaa3d4c7363915516f1d8 9af81f4218663d48a24b4b030732c475de0b6b13 b7e4076ca6b77f960535e66c5bcdb50a3502e748 Package: ros-kilted-rmf-charger-msgs Version: 3.5.0-1noble.20260519.021629 Architecture: arm64 Maintainer: Arjo Chakravarty Installed-Size: 1250 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-charger-msgs/ros-kilted-rmf-charger-msgs_3.5.0-1noble.20260519.021629_arm64.deb Size: 69034 SHA256: d554acef7c759b100322287d5481e1b1f55844b6b2158385da37e1ba10c57a9b SHA1: f44f90e60214122fc84b708fb4bf9fdfec41803a MD5sum: c3a86be267b56428babc5b7af8be5388 Description: This package contains messages regarding charging and discharging Package: ros-kilted-rmf-charger-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-rmf-charger-msgs Version: 3.5.0-1noble.20260519.021629 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Arjo Chakravarty Installed-Size: 547 Depends: ros-kilted-rmf-charger-msgs (= 3.5.0-1noble.20260519.021629) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-charger-msgs/ros-kilted-rmf-charger-msgs-dbgsym_3.5.0-1noble.20260519.021629_arm64.deb Size: 388160 SHA256: efb01692d86255ed6207657a74a3f8aa58b40f311277bbd82e94fa16260d5c54 SHA1: d54969d635cd2645363b07266be8ddb6bd034bdc MD5sum: 2e9e95d017d68536b1ea5e384787ae7b Description: debug symbols for ros-kilted-rmf-charger-msgs Build-Ids: 0e8b8681ef640597c189ec02e475bb61afc5d41f 11472a50f2d6b74e6afc620f140b19def476780c 32f2d8856e80113030ebf8b21c9f3ff0b8a973d1 6641f62c4648c2ca6fda030d9e1da6c7779072f5 6cefdc1efc600142c7bb8bdb9c78e5c0ac77cf91 6f819f5f4da59085a46acc76d361b5782968c086 73f0125e36ec624e3e139a7ff6d8a8aa2f638ee6 7d1e37c2e1c5805f2ff60bc14d68104adf83236a 8fb409c46af9a1d4a7280b45183a9973940dbaaa a2ef9bb830f6d334c717e28741ea11cf4f9442df e68a20e36118d45a70c3202ab748734e88e62f61 Package: ros-kilted-rmf-charging-schedule Version: 2.10.1-1noble.20260519.051035 Architecture: arm64 Maintainer: Grey Installed-Size: 51 Depends: ros-kilted-rclpy, ros-kilted-rmf-fleet-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-charging-schedule/ros-kilted-rmf-charging-schedule_2.10.1-1noble.20260519.051035_arm64.deb Size: 11100 SHA256: bd973d9e04be6111d5acd8aa00a654848086374b624b1c89508a2b896274bc5b SHA1: 94a68c0815d7e7b85bb434a902c42fa4c9b13cdb MD5sum: 2a9f727b2e6433b47339e94ae083c89d Description: Node for a fixed 24-hour rotating charger usage schedule Package: ros-kilted-rmf-cmake-uncrustify Version: 1.2.0-6noble.20260410.164319 Architecture: arm64 Maintainer: Yadunund Vijay Installed-Size: 46 Depends: ros-kilted-ament-cmake-test, ros-kilted-ament-uncrustify, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-cmake-uncrustify/ros-kilted-rmf-cmake-uncrustify_1.2.0-6noble.20260410.164319_arm64.deb Size: 6572 SHA256: dffd4357d0dec7a912fbbd16e48e16dd80fbe23e91cfb1a8584850f62835c98e SHA1: 05006b42140ab978c1e75314f2ef303338c7221d MD5sum: f6086b3219b1b3c68ba502ab304a0533 Description: ament_cmake_uncrustify with support for parsing a config file. Package: ros-kilted-rmf-demos Version: 2.5.0-3noble.20260520.092239 Architecture: arm64 Maintainer: Yadunund Installed-Size: 208 Depends: ros-kilted-launch-xml, ros-kilted-rmf-building-map-tools, ros-kilted-rmf-demos-assets, ros-kilted-rmf-demos-fleet-adapter, ros-kilted-rmf-demos-maps, ros-kilted-rmf-demos-tasks, ros-kilted-rmf-fleet-adapter, ros-kilted-rmf-task-ros2, ros-kilted-rmf-traffic-ros2, ros-kilted-rmf-visualization, ros-kilted-rviz2, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-demos/ros-kilted-rmf-demos_2.5.0-3noble.20260520.092239_arm64.deb Size: 19812 SHA256: 5868d525954116feb19396faef5e3ce20a7031641ef1c822a07f150467b0efe3 SHA1: 36049a2050da7a331c5b9ce720bd9852ecdb5956 MD5sum: f756c313fc0917ce4b7dddc5116ff0f1 Description: Common launch files for RMF demos Package: ros-kilted-rmf-demos-assets Version: 2.5.0-3noble.20260410.154042 Architecture: arm64 Maintainer: Yadunund Installed-Size: 9741 Depends: ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-demos-assets/ros-kilted-rmf-demos-assets_2.5.0-3noble.20260410.154042_arm64.deb Size: 6794634 SHA256: 61f12226e6a7694db6333485faca5aa98b1933f542e9be763134fae860f22db0 SHA1: 1606604582317bf96f1e5213770000ce92acf2e4 MD5sum: 6eedcb37b8215200b94ff684d86acd2e Description: Models and other media used for RMF demos Package: ros-kilted-rmf-demos-bridges Version: 2.5.0-3noble.20260519.050021 Architecture: arm64 Maintainer: Yadunund Installed-Size: 70 Depends: python3-flask-socketio, python3-paho-mqtt, python3-pyproj, python3-yaml, ros-kilted-rmf-building-map-tools, ros-kilted-rmf-fleet-msgs, ros-kilted-rmf-site-map-msgs, ros-kilted-rmf-traffic-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-demos-bridges/ros-kilted-rmf-demos-bridges_2.5.0-3noble.20260519.050021_arm64.deb Size: 13048 SHA256: 8f368e60d1727c0407d9441bcd455b7defe32e74d7425d72eed614605207e089 SHA1: 3d63d35bbc49aea00f3866d9d7b23c4d8bdd70b2 MD5sum: 47bd1dcb40762d88f2b7d46fe425f958 Description: Nodes for bridging between different communication stacks Package: ros-kilted-rmf-demos-fleet-adapter Version: 2.5.0-3noble.20260520.092157 Architecture: arm64 Maintainer: Xi Yu Oh Installed-Size: 167 Depends: python3-fastapi, python3-flask-socketio, python3-numpy, python3-pydantic, python3-pyproj, python3-requests, python3-uvicorn, python3-yaml, ros-kilted-launch-xml, ros-kilted-rclpy, ros-kilted-rmf-fleet-adapter-python, ros-kilted-rmf-fleet-msgs, ros-kilted-rmf-task-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-demos-fleet-adapter/ros-kilted-rmf-demos-fleet-adapter_2.5.0-3noble.20260520.092157_arm64.deb Size: 40002 SHA256: b718d0369fa2a7bc075cd9c3171199d7751f9fbd424bd828e9f74534771859e0 SHA1: cc488a81fc099fa9d5eb99c9a935b7a34ed8a652 MD5sum: 7b10b2fb72a5c1d8ce0d43fe65de40f1 Description: Fleet adapters for interfacing with RMF Demos robots with a fleet manager via REST API Package: ros-kilted-rmf-demos-gz Version: 2.5.0-3noble.20260520.092506 Architecture: arm64 Maintainer: Yadunund Installed-Size: 56 Depends: ros-kilted-gz-sim-vendor, ros-kilted-launch-xml, ros-kilted-rmf-building-sim-gz-plugins, ros-kilted-rmf-demos, ros-kilted-rmf-robot-sim-gz-plugins, ros-kilted-ros-gz-bridge, ros-kilted-ros2launch, ros-kilted-teleop-twist-keyboard, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-demos-gz/ros-kilted-rmf-demos-gz_2.5.0-3noble.20260520.092506_arm64.deb Size: 7638 SHA256: 71f6856838ad84b1f6c7a566664aa20398c121125eb6a65a0042bb5912f5e1cd SHA1: 23703815b7f755f7f2104bd4798daca143a84db0 MD5sum: a5cf38b141fe7462dadd445fa800f6b9 Description: Launch files for RMF demos using the Gazebo simulator Package: ros-kilted-rmf-demos-maps Version: 2.5.0-3noble.20260519.152611 Architecture: arm64 Maintainer: Aaron Chong Installed-Size: 21126 Depends: ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-demos-maps/ros-kilted-rmf-demos-maps_2.5.0-3noble.20260519.152611_arm64.deb Size: 12522086 SHA256: a9e9aa5276733ab5dbd94e88f843bf62303a812636835e4cb56dcfd7cddcf2cf SHA1: 712ce870fdab45df67ece2896e471d3e4c84319a MD5sum: 355863e11ca159213fcbc188c5c8d8b1 Description: A package containing demo maps for rmf Package: ros-kilted-rmf-demos-tasks Version: 2.5.0-3noble.20260519.033156 Architecture: arm64 Maintainer: Yadunund Installed-Size: 263 Depends: ros-kilted-rmf-dispenser-msgs, ros-kilted-rmf-fleet-msgs, ros-kilted-rmf-lift-msgs, ros-kilted-rmf-task-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-demos-tasks/ros-kilted-rmf-demos-tasks_2.5.0-3noble.20260519.033156_arm64.deb Size: 37252 SHA256: 09cfb47261d4a935d5331defbc8fadafb45eab69b30f9aa16f2f886217257756 SHA1: 0eff03d4c21967f4ff59921de8dadeabdedc95a6 MD5sum: c258985692a93815f5f0b69b8d8de919 Description: A package containing scripts for demos Package: ros-kilted-rmf-dev Version: 0.2.0-2noble.20260520.091359 Architecture: arm64 Maintainer: Yadunund Installed-Size: 44 Depends: ros-kilted-ament-cmake-catch2, ros-kilted-menge-vendor, ros-kilted-nlohmann-json-schema-validator-vendor, ros-kilted-pybind11-json-vendor, ros-kilted-rmf-api-msgs, ros-kilted-rmf-battery, ros-kilted-rmf-building-map-msgs, ros-kilted-rmf-building-map-tools, ros-kilted-rmf-building-sim-gz-plugins, ros-kilted-rmf-charger-msgs, ros-kilted-rmf-dispenser-msgs, ros-kilted-rmf-door-msgs, ros-kilted-rmf-fleet-adapter, ros-kilted-rmf-fleet-adapter-python, ros-kilted-rmf-fleet-msgs, ros-kilted-rmf-ingestor-msgs, ros-kilted-rmf-lift-msgs, ros-kilted-rmf-obstacle-msgs, ros-kilted-rmf-robot-sim-common, ros-kilted-rmf-robot-sim-gz-plugins, ros-kilted-rmf-scheduler-msgs, ros-kilted-rmf-site-map-msgs, ros-kilted-rmf-task, ros-kilted-rmf-task-msgs, ros-kilted-rmf-task-ros2, ros-kilted-rmf-task-sequence, ros-kilted-rmf-traffic, ros-kilted-rmf-traffic-editor, ros-kilted-rmf-traffic-editor-assets, ros-kilted-rmf-traffic-editor-test-maps, ros-kilted-rmf-traffic-examples, ros-kilted-rmf-traffic-msgs, ros-kilted-rmf-traffic-ros2, ros-kilted-rmf-utils, ros-kilted-rmf-visualization, ros-kilted-rmf-visualization-building-systems, ros-kilted-rmf-visualization-fleet-states, ros-kilted-rmf-visualization-floorplans, ros-kilted-rmf-visualization-msgs, ros-kilted-rmf-visualization-navgraphs, ros-kilted-rmf-visualization-obstacles, ros-kilted-rmf-visualization-rviz2-plugins, ros-kilted-rmf-visualization-schedule, ros-kilted-rmf-websocket, ros-kilted-rmf-workcell-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-dev/ros-kilted-rmf-dev_0.2.0-2noble.20260520.091359_arm64.deb Size: 6060 SHA256: 00124deb46a45feea8cf2b62bf6183e757b71703480136a56c596c7107de3392 SHA1: 94a4e280b6b757a05970630464887c91da1c8456 MD5sum: 404becb545c6954563510bb342bee7d7 Description: A package to aggregate the packages required for a minimal installation of Open-RMF Package: ros-kilted-rmf-dispenser-msgs Version: 3.5.0-1noble.20260519.025900 Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 1366 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-dispenser-msgs/ros-kilted-rmf-dispenser-msgs_3.5.0-1noble.20260519.025900_arm64.deb Size: 85710 SHA256: fd225025bbcd7c38dd0cc1424f6327cae56435d85d5a217a61dbe99bbdc5f518 SHA1: 154f20c98255e238b0866049f05c64b20602fe14 MD5sum: 4e938534e31173800ac08c33c165f58e Description: A package containing messages used to interface to dispenser workcells Package: ros-kilted-rmf-dispenser-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-rmf-dispenser-msgs Version: 3.5.0-1noble.20260519.025900 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 749 Depends: ros-kilted-rmf-dispenser-msgs (= 3.5.0-1noble.20260519.025900) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-dispenser-msgs/ros-kilted-rmf-dispenser-msgs-dbgsym_3.5.0-1noble.20260519.025900_arm64.deb Size: 557100 SHA256: a495f411a2936270771d1461b98285605a4a3f15930a087fa73583665802aedc SHA1: 4d87be4e2c78d171e26f95b9ea82a672db9b301d MD5sum: a4f5aa2c2e1e77657d4a3c9151f60b51 Description: debug symbols for ros-kilted-rmf-dispenser-msgs Build-Ids: 1487b25bd5a6f6cea02fe99ae108c1b18ab64fec 1f12a62e2a1eac2c3edc8e89d80b2e102315c53b 22f59b6103038c894c6b7c46decba182cf203ef0 26950106481b93cce10eedcaa4507eeab17e31dc 473db13fc5ea275624049b2f8762bc7b9a0b5372 59fc66832007cf3e811a85c59718df5945cdb8e1 9f6f89b1fcab7e3e5046e548d5d081ac410cad0a a42733cae9234e723a675f5d4742fefa89c4a8ce c537fc2fd375fa79e2811d1414f17d370b5dc15a cd7be0604eab4b1fd23a5851eed165d83cb03cdc e5504477a68e1ecc58aeb343f3fc46e51bc62ae2 Package: ros-kilted-rmf-door-msgs Version: 3.5.0-1noble.20260519.021636 Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 1495 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-door-msgs/ros-kilted-rmf-door-msgs_3.5.0-1noble.20260519.021636_arm64.deb Size: 94170 SHA256: db46c5b4a11316cc4eb36c9432d3db824c8d542d9f104db0f13cfd23a05bf06e SHA1: 782ab19e7be3e485c7f0e8e1cadbf27f86c52030 MD5sum: 275f5a3cb0a70b2cbfc1863f7c1a0e78 Description: Messages used to interface to doors Package: ros-kilted-rmf-door-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-rmf-door-msgs Version: 3.5.0-1noble.20260519.021636 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 928 Depends: ros-kilted-rmf-door-msgs (= 3.5.0-1noble.20260519.021636) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-door-msgs/ros-kilted-rmf-door-msgs-dbgsym_3.5.0-1noble.20260519.021636_arm64.deb Size: 695268 SHA256: 99ad70a5806127e66fa93c7cd7b2715527038bb69437293059ab9a835bdf7a02 SHA1: 8d704ab53fe7f4c3c2316ff39b9de08795d0a660 MD5sum: c99b65b6dded3e0f3e6cc8e6e2812333 Description: debug symbols for ros-kilted-rmf-door-msgs Build-Ids: 2328f133c8c458da7bf2b9b4ffcd9ce9cfcdfce1 42994d06240f52016c1d500a350b20053098cd07 57bf89585b4e5ed78f34a16733bc86f73c4d6967 76847c0e19a5659e9eabeb835c14bee17e434920 7b6a6a2963beace93e3bea951113081ef39c3bc4 9f7a805047756b8c157709ed3f496c830127c700 b45c5eb71a85fea09e540f635e2354a68da9b97a d1c00681914cb5dedd044b508fb695f1510b2d1c d3aa7a259d2d908c9c8fdf826e60ee4e2d242cf9 d7f75dcf2d5f651f2bbdb61cbf225ff5ddabb25b fb5f13b80685ead7eb114d0ec8f3952d4f9c2836 Package: ros-kilted-rmf-fleet-adapter Version: 2.10.1-1noble.20260520.075804 Architecture: arm64 Maintainer: Grey Installed-Size: 19557 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-kilted-nlohmann-json-schema-validator-vendor, nlohmann-json3-dev, ros-kilted-backward-ros, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-rclcpp-components, ros-kilted-rmf-api-msgs, ros-kilted-rmf-battery, ros-kilted-rmf-building-map-msgs, ros-kilted-rmf-dispenser-msgs, ros-kilted-rmf-door-msgs, ros-kilted-rmf-fleet-msgs, ros-kilted-rmf-ingestor-msgs, ros-kilted-rmf-lift-msgs, ros-kilted-rmf-reservation-msgs, ros-kilted-rmf-task, ros-kilted-rmf-task-msgs, ros-kilted-rmf-task-ros2, ros-kilted-rmf-task-sequence, ros-kilted-rmf-traffic, ros-kilted-rmf-traffic-ros2, ros-kilted-rmf-utils, ros-kilted-rmf-websocket, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-fleet-adapter/ros-kilted-rmf-fleet-adapter_2.10.1-1noble.20260520.075804_arm64.deb Size: 2884348 SHA256: 943324b6372cbd690e49cf1f9da3eb0dfd3e2c034f61f1cf7865aa33cd69e094 SHA1: c262f8857273822bb11ded68b0f7ef33b5e455cc MD5sum: ea6fd0ce8cc0e0ddc5b24221969735c8 Description: Fleet Adapter package for RMF fleets. Package: ros-kilted-rmf-fleet-adapter-dbgsym Package-Type: ddeb Source: ros-kilted-rmf-fleet-adapter Version: 2.10.1-1noble.20260520.075804 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Grey Installed-Size: 128320 Depends: ros-kilted-rmf-fleet-adapter (= 2.10.1-1noble.20260520.075804) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-fleet-adapter/ros-kilted-rmf-fleet-adapter-dbgsym_2.10.1-1noble.20260520.075804_arm64.deb Size: 108089662 SHA256: bb713f93c36f93de7c3606ad7fc3689ec4cde23bd08520c96be0189f06b3525c SHA1: 6efae8daa3bd5fbe48a3bb67c077d8e41f66fbcc MD5sum: a2a1e5bfccee93cc36878696ff46f1dd Description: debug symbols for ros-kilted-rmf-fleet-adapter Build-Ids: 45abd94f2b93255b24642003cbb6b612b8eddd9e 49058e02485f75f15dd74570995071e00f163831 726c3abd558a5bb65bfb520d3f9e28bea92a855d 82aa9ad7a372fd4aa9d7329fc8582f889538add2 86b2f6ae72acacc13d0d20e23058035e3cc0ef7a 8fac06cec47e82c5c9269aa961b1eff232c786b4 9b772c94233617025c5c1c52c34293a31c4b6f89 aa353cc1c9ead8b7af385038b2141e8f5770485f ac4ecd3b2fbdd9e546a2fdfc03344f8c9f89567f b0ea0a9b7291b00a2068ef7a374dd5d45b6d5a37 baa391d0f1afbab4239a8c98e1b5662247f9ddfd e9a84cb6452bcafcb7db54a4fe00588e3d45342f f56a94c4bcae89bff3e0308ee90e28b3bd5b901d f996ca002c0b87f2960949b85913c56c66b8faf7 fd24259f04bb264d2cce6b5b4f911b1dd585eefb fd868dfe07e1fbe5e08d012106aef33104225e57 Package: ros-kilted-rmf-fleet-adapter-python Version: 2.10.1-1noble.20260520.090626 Architecture: arm64 Maintainer: methylDragon Installed-Size: 1328 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-kilted-pybind11-json-vendor, ros-kilted-pybind11-vendor, ros-kilted-rclpy, ros-kilted-rmf-fleet-adapter, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-fleet-adapter-python/ros-kilted-rmf-fleet-adapter-python_2.10.1-1noble.20260520.090626_arm64.deb Size: 333484 SHA256: 0eb3d6abc65c639c5a89ee1ca00113c676bd064a54c0d9e43ea0637387320b9f SHA1: f387052a1d44054920aeba43097939b94ee14c46 MD5sum: 66bfd431ad009ae8c304c65d1fb832fb Description: Python bindings for the rmf_fleet_adapter Package: ros-kilted-rmf-fleet-msgs Version: 3.5.0-1noble.20260519.021651 Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 5150 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-fleet-msgs/ros-kilted-rmf-fleet-msgs_3.5.0-1noble.20260519.021651_arm64.deb Size: 346784 SHA256: 616fea7155d02173d3879691e73f6e8163eb4cc5497ddb69a1fc4cf99d75eab0 SHA1: 83dd2f2944235fbaaacedcf1081b2d16c1e52d50 MD5sum: 633e09a3e4b8cf727515473765433f84 Description: A package containing messages used to interface to fleet managers Package: ros-kilted-rmf-fleet-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-rmf-fleet-msgs Version: 3.5.0-1noble.20260519.021651 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 4453 Depends: ros-kilted-rmf-fleet-msgs (= 3.5.0-1noble.20260519.021651) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-fleet-msgs/ros-kilted-rmf-fleet-msgs-dbgsym_3.5.0-1noble.20260519.021651_arm64.deb Size: 3495116 SHA256: d9bfa0e6013ec0e1fffb24e573ad1d1dc1432b666b8cb9e5d8dbc710ce8d7039 SHA1: ba5f09eed713d05a23c70f0fede9c47c8960e91e MD5sum: bbc366a3bb64690c244dd2ed8e280e45 Description: debug symbols for ros-kilted-rmf-fleet-msgs Build-Ids: 06ef0d77b4fcf9ebadd47a0efbc247a283035c94 22f51576a5b1077d20ab742da134a7b13a8cfbbd 3063c17e3b121dd5e72c46ba504a28ee08049c65 5d7b8616fab9b0c1565a02fd581bb5d07217fefc 5e405b93e1570b0085359f591dac19596fb184a2 8d53834cc24792985bb2f1ab51c423dcca1bbde9 9fd4d673a073402fca28ed629b68b713b3913173 b86e97f630db231fa864db4a50fcbb65785fd752 c534226ce508305a91725013ac6926add9fe4e92 db19963e9e30e7b27fff13b1b176c4f203bfbabc f4115318b4dadf2958e300d2fac786ce79862ba5 Package: ros-kilted-rmf-ingestor-msgs Version: 3.5.0-1noble.20260519.030252 Architecture: arm64 Maintainer: Rushyendra Maganty Installed-Size: 1361 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rmf-dispenser-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-ingestor-msgs/ros-kilted-rmf-ingestor-msgs_3.5.0-1noble.20260519.030252_arm64.deb Size: 85396 SHA256: e9da0faa044e6359b1ed09aae8fde1b6c300d5e0c47cf027aa41e1ba94a23b14 SHA1: f4520321fe9ff93d7e6eb5cc9cb2c073fe2f2712 MD5sum: e7eb91c778257dac189d52549a9cbadb Description: A package containing messages used to interface to ingestor workcells Package: ros-kilted-rmf-ingestor-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-rmf-ingestor-msgs Version: 3.5.0-1noble.20260519.030252 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Rushyendra Maganty Installed-Size: 744 Depends: ros-kilted-rmf-ingestor-msgs (= 3.5.0-1noble.20260519.030252) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-ingestor-msgs/ros-kilted-rmf-ingestor-msgs-dbgsym_3.5.0-1noble.20260519.030252_arm64.deb Size: 554412 SHA256: 0af20c6592b60120ebfc1b3d63db7bd0278bef68539e4f1db184b0473cb34bd9 SHA1: abee88d26a5dcb2ba28dc78ac56b200f57891226 MD5sum: 625635a946818f4c88ee717c80d6e1a3 Description: debug symbols for ros-kilted-rmf-ingestor-msgs Build-Ids: 0c6a38ee61928e2b30cf85be6f9442be2a73cf33 368279c42c44eb10f3ad54a15d0b2d4ebfa3f9cb 5e8888ea8edd56021320d11fbbd97b2c0a53d1b6 918d6a3977c8d1f2c5f85fa4b495d6dcf15bef30 9c9d21a1a0124a542d9e660c42baf04fb7335bb9 a6953067999f4e7604a53b1ba1d6f7c1e24cc864 aa24e17f58ff2a475f4fbd9ac3689b1ced561616 b834fcfd2660f1a4d2d3c2e9cc55831fcfcfd7e4 bd73151510ff2fa7deff18434504ee297fb6e1f0 daab4ce277d02fc63e8d3f3ff1d000319dc0b869 dfaddb31e188bdb9df1a7e9ee8a2e51bcdff8170 Package: ros-kilted-rmf-lift-msgs Version: 3.5.0-1noble.20260519.021725 Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 1193 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-lift-msgs/ros-kilted-rmf-lift-msgs_3.5.0-1noble.20260519.021725_arm64.deb Size: 71300 SHA256: 99fb4dba9b0f87697f7359a19260deaefe2825f4ff624211ee05e1cb12b45140 SHA1: df611b522808975c9560068c9ca267855ac5cd26 MD5sum: c783bf3a3ab68899f092778990f313a9 Description: Messages used to interface to lifts. Package: ros-kilted-rmf-lift-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-rmf-lift-msgs Version: 3.5.0-1noble.20260519.021725 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 516 Depends: ros-kilted-rmf-lift-msgs (= 3.5.0-1noble.20260519.021725) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-lift-msgs/ros-kilted-rmf-lift-msgs-dbgsym_3.5.0-1noble.20260519.021725_arm64.deb Size: 379036 SHA256: 0278af025ba265a95036c0a2d7c6494ebf9e0a724f1f3fd0a481bb873e56f845 SHA1: a22e973cea84356425d1a413a22247d4a0fb30f4 MD5sum: ee05cef72351a1727a8e8d57dc632f45 Description: debug symbols for ros-kilted-rmf-lift-msgs Build-Ids: 0658d382996d69a39970f803c5e81554ae790176 27a8e6e90794d96dc0ac3ee6d3876b59ee02f1eb 2d3cdafd03ed445c00164022878153f5607a7037 3338e64f41809f0c098817be318914ef07bb22f6 744d467c9c057d7ed1611e53326d90abc73153d8 aafe5a0dcfa7b08ea087f663233b63517370bf56 b301f1b324fc9aed630593c7203fa5a2dceec77f b801848c9522d9253ee7dafeeec876a9433d0b04 c3c00a6772f6e27d9695bb0e55fc48f4b4230970 d250960bbfdeeda0d15c51d1964ea905006b7a89 f45c4f07c0d385499b038df31e06519b12a0f032 Package: ros-kilted-rmf-obstacle-msgs Version: 3.5.0-1noble.20260519.025905 Architecture: arm64 Maintainer: Yadunund Installed-Size: 1289 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-obstacle-msgs/ros-kilted-rmf-obstacle-msgs_3.5.0-1noble.20260519.025905_arm64.deb Size: 81506 SHA256: 0f9cae953d4bc5200a6d04d6f7f56bc82f9c7f96346626461d74b5c1103e9d8e SHA1: 4080c1cf9a2c011898c97ad8325bfc48adad1542 MD5sum: 2ead6745e142f7209f96594b789ba031 Description: A package containing messages for describing obstacles in the environment Package: ros-kilted-rmf-obstacle-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-rmf-obstacle-msgs Version: 3.5.0-1noble.20260519.025905 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Yadunund Installed-Size: 656 Depends: ros-kilted-rmf-obstacle-msgs (= 3.5.0-1noble.20260519.025905) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-obstacle-msgs/ros-kilted-rmf-obstacle-msgs-dbgsym_3.5.0-1noble.20260519.025905_arm64.deb Size: 484186 SHA256: a15b8dcd64f1dd9016f7dc15f9603e19de17cb79810d47a0b48ac04a5ea557b9 SHA1: 665523d142dc634ef2d3f919da81a1248328e4bc MD5sum: b204bf72740cdb64269c44a21b9d8e63 Description: debug symbols for ros-kilted-rmf-obstacle-msgs Build-Ids: 3b5973ac32525e408d44dbf7f186a3a9cfb02982 4255036e2150fea5e32317f04a15824344e27680 4ab68825eccfc722f2006a094061ff172f800ddd 4cc94a6435b94dd53c43319e7b9f04d81df67faa 4f976c92e4863f24293271263375df3d4fba7a8c 5390ca371897feafd22ec2601078edc138b8e91c 7db475bea20ee187e60668e28eb17eb7f8b0f465 7e0cea1bb086341c7f89bb66939f861643b286a5 ab894c650c279e28a3ff85b42efa9609c948ba58 b2eab404e4e8d1042db96437973b4126fed389fc f73af6f9584d939fc774ad2290c2996f3d61aa2f Package: ros-kilted-rmf-reservation-msgs Version: 3.5.0-1noble.20260519.021738 Architecture: arm64 Maintainer: Arjo Chakravarty Installed-Size: 2125 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-reservation-msgs/ros-kilted-rmf-reservation-msgs_3.5.0-1noble.20260519.021738_arm64.deb Size: 131308 SHA256: 455a2a68d901765178389903224ba53bb90ba7aadfa096510257790131a0759e SHA1: 9a17cff30895c01cf24415ecee816365ae5d3c7d MD5sum: 499deca7aa2a919cce9d26142c30f926 Description: Messages for the reservation and queueing system Package: ros-kilted-rmf-reservation-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-rmf-reservation-msgs Version: 3.5.0-1noble.20260519.021738 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Arjo Chakravarty Installed-Size: 1424 Depends: ros-kilted-rmf-reservation-msgs (= 3.5.0-1noble.20260519.021738) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-reservation-msgs/ros-kilted-rmf-reservation-msgs-dbgsym_3.5.0-1noble.20260519.021738_arm64.deb Size: 1069368 SHA256: 41c59b91fb960bf494720bb9cec18bf20553f5aa1aee318a4e0987cbdeae1e0f SHA1: 8089d4397869dd3d7a1cd6441dff1ef99723b455 MD5sum: 0b8efd922667a477d83c037bf4f68a4f Description: debug symbols for ros-kilted-rmf-reservation-msgs Build-Ids: 01dfebe92852245f72508063a820564546ac78d7 05068c750038617675153d85ec4790d94fd864ee 1e064067434673cd9c195f98112aba44ce545ff0 1f4deeaed0a2d4c2a7763cca94f191cc2d681f92 3d32d042cde69b9bc1a01343b875c7cb80a220c1 412b2a89f9039dfbde36a790fb3bbc8a6e635f40 579df23710dfab89847d1fca2f5d68db96926447 5cae6a1d2778b5f71d61857d734067d876fba23d 7be4e4af6e31725e90df3e65d77f35191b05fac6 926566c76aa69aac7dd2ee565e3ad7bd18252ac0 ef62e13defd90cb75db9fd3e1f6f326b3a5ba7c6 Package: ros-kilted-rmf-reservation-node Version: 2.10.1-1noble.20260520.090634 Architecture: arm64 Maintainer: Arjo Chakravarty Installed-Size: 1390 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-rmf-building-map-msgs, ros-kilted-rmf-fleet-adapter, ros-kilted-rmf-reservation-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-reservation-node/ros-kilted-rmf-reservation-node_2.10.1-1noble.20260520.090634_arm64.deb Size: 203006 SHA256: 94d03a317e802da5c81b56edb8846836360c9c4f3e344822b77b31f685dcd68f SHA1: 98268136d134e1206caae78151e70ba3cbfc119b MD5sum: 4d2b7d31315b00049c7465270a996677 Description: Node that handles current state of parking spots. Package: ros-kilted-rmf-reservation-node-dbgsym Package-Type: ddeb Source: ros-kilted-rmf-reservation-node Version: 2.10.1-1noble.20260520.090634 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Arjo Chakravarty Installed-Size: 5811 Depends: ros-kilted-rmf-reservation-node (= 2.10.1-1noble.20260520.090634) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-reservation-node/ros-kilted-rmf-reservation-node-dbgsym_2.10.1-1noble.20260520.090634_arm64.deb Size: 4665552 SHA256: 2540a12b3d1db7d7481699cd7a4a1f68f5ec8472be4c8897b95949f422f72606 SHA1: a34d577c1e08165162a8db8c7ad36a06f832d148 MD5sum: 1d4f2a4f4c3bbb846486b851f0cc8f32 Description: debug symbols for ros-kilted-rmf-reservation-node Build-Ids: 9480c3023073e980058c1d7968b39a46fbf9c939 Package: ros-kilted-rmf-robot-sim-common Version: 2.5.0-1noble.20260519.050953 Architecture: arm64 Maintainer: Luca Della Vedova Installed-Size: 1909 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, ros-kilted-geometry-msgs, ros-kilted-rclcpp, ros-kilted-rmf-building-map-msgs, ros-kilted-rmf-fleet-msgs, ros-kilted-std-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-robot-sim-common/ros-kilted-rmf-robot-sim-common_2.5.0-1noble.20260519.050953_arm64.deb Size: 273896 SHA256: 87655cb5a5bf7652a7a6189f46d6700e1fae6be2f2ca7050540658fecad90ea8 SHA1: 37b9f8dd04a34267d96e8e5ecc94397582b5b1a3 MD5sum: 296ff8cc5be6b7a3c4dcfc49b5327c3a Description: Common utility functions for Gazebo-classic and Gazebo RMF plugins Package: ros-kilted-rmf-robot-sim-common-dbgsym Package-Type: ddeb Source: ros-kilted-rmf-robot-sim-common Version: 2.5.0-1noble.20260519.050953 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Luca Della Vedova Installed-Size: 9065 Depends: ros-kilted-rmf-robot-sim-common (= 2.5.0-1noble.20260519.050953) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-robot-sim-common/ros-kilted-rmf-robot-sim-common-dbgsym_2.5.0-1noble.20260519.050953_arm64.deb Size: 7629026 SHA256: 33aa6fed0d1ad1d2193e9a6ce405e0d992278a6fbba04974e369e342d258c3b7 SHA1: 3dc6abdc35acdb83aaa80a2a853ef2104103f6df MD5sum: 30a549bd02133582e0c10d398b1b641d Description: debug symbols for ros-kilted-rmf-robot-sim-common Build-Ids: 565aeafd4f907f63a638818356d20423e8e9947a 8e9d4d6cf8f8810acc1e8ca34b4cbd32fc84bd0c e8560a3ca07ae0051c33dc925d05abf60119fa77 Package: ros-kilted-rmf-robot-sim-gz-plugins Version: 2.5.0-1noble.20260519.051703 Architecture: arm64 Maintainer: Luca Della Vedova Installed-Size: 2630 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libqt5core5t64 (>= 5.14.1), libqt5qml5 (>= 5.0.2), libstdc++6 (>= 13.1), ros-kilted-gz-common-vendor, ros-kilted-gz-gui-vendor, ros-kilted-gz-math-vendor, ros-kilted-gz-msgs-vendor, ros-kilted-gz-rendering-vendor, ros-kilted-gz-sim-vendor, ros-kilted-gz-transport-vendor, ros-kilted-sdformat-vendor, libeigen3-dev, libqt5quick5, ros-kilted-gz-plugin-vendor, ros-kilted-rclcpp, ros-kilted-rmf-building-map-msgs, ros-kilted-rmf-building-sim-gz-plugins, ros-kilted-rmf-dispenser-msgs, ros-kilted-rmf-fleet-msgs, ros-kilted-rmf-ingestor-msgs, ros-kilted-rmf-robot-sim-common, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-robot-sim-gz-plugins/ros-kilted-rmf-robot-sim-gz-plugins_2.5.0-1noble.20260519.051703_arm64.deb Size: 438650 SHA256: 811a5b04c52bb05accfc82b211bc86c484bfc729cecc23fd983b7e62a5874c6d SHA1: a91f98bf5a50917710eb05cec8100711fb55bf55 MD5sum: 5539daa8871333b35b7ccdac05ae3ba4 Description: ROS 2 Gazebo plugins for TeleportIngestors and TeleportDispensers Package: ros-kilted-rmf-robot-sim-gz-plugins-dbgsym Package-Type: ddeb Source: ros-kilted-rmf-robot-sim-gz-plugins Version: 2.5.0-1noble.20260519.051703 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Luca Della Vedova Installed-Size: 16643 Depends: ros-kilted-rmf-robot-sim-gz-plugins (= 2.5.0-1noble.20260519.051703) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-robot-sim-gz-plugins/ros-kilted-rmf-robot-sim-gz-plugins-dbgsym_2.5.0-1noble.20260519.051703_arm64.deb Size: 14781730 SHA256: e4944d72ae615522e8229513cdff629203394d07ea6a0345d3be0bc1dbebbff3 SHA1: 3fc748cdee985b7e6f7f5cd9f88083c187dfa703 MD5sum: 334d337f40846e82ae82253922eb9b9b Description: debug symbols for ros-kilted-rmf-robot-sim-gz-plugins Build-Ids: 1dc4f7f180f7fb312eea5cccff8e32002583992f 832fa21ef6e21926de9bf8072c4d67bf529afa3b a46b6414839e804f6e1dc3a2e8b6cab3dd521252 cc3a93e379b25751e83bbf7fb7d56b59026e1ca6 dc3999cbd792f830adbb1c21918ecea1c4e40bb8 Package: ros-kilted-rmf-scheduler-msgs Version: 3.5.0-1noble.20260519.021742 Architecture: arm64 Maintainer: Marco A. Gutiérrez Installed-Size: 5095 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-scheduler-msgs/ros-kilted-rmf-scheduler-msgs_3.5.0-1noble.20260519.021742_arm64.deb Size: 312044 SHA256: c34de9fab8eb442ef0e7ec280eb6b6e70798b8bcf31e2706912d7ec09d3652c5 SHA1: 26b37886f41eda80407f380c18820d5c6c068655 MD5sum: b5605eb299e36a7e85e67f5b018b687b Description: Messages used by rmf_scheduler_msgs Package: ros-kilted-rmf-scheduler-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-rmf-scheduler-msgs Version: 3.5.0-1noble.20260519.021742 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Marco A. Gutiérrez Installed-Size: 4042 Depends: ros-kilted-rmf-scheduler-msgs (= 3.5.0-1noble.20260519.021742) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-scheduler-msgs/ros-kilted-rmf-scheduler-msgs-dbgsym_3.5.0-1noble.20260519.021742_arm64.deb Size: 3115916 SHA256: 7b5c2e2d408227c72d52f7457bc51608faba54972dd197904c62895142266c8d SHA1: ceb1b49eb08f8f0d8a8fb5e8fd12c2878e01488c MD5sum: 9df72448fb5e61de90edbfe2b6151be5 Description: debug symbols for ros-kilted-rmf-scheduler-msgs Build-Ids: 0f2d68108df6a8df3713d5cba4eb1643a2efa94b 46e465dbfcd7d61185b7fcc59b5322efc4205f21 64eff956cfec732382836fe0cab88cc26c5e7712 678a0a53703be4cf2fb544c77470fdea802aeb64 7a5ad99819a3e7ec1b32f93942f7744f1bbe42ed 881a618fc01fe56868f591b48cf71e71c4e71a03 8c097c329af9e9a571c98803ab57fbdd2c234477 8d130637d154c4b2854488cd0c4261224203f009 951686b3fa0283b181c22229a307677e59591e5e b0a3698bf95b989ce9192b2e3c35fe39468dd4ba eeaec129fdc9ea77b0a42964a08b54a05ad730e1 Package: ros-kilted-rmf-site-map-msgs Version: 3.5.0-1noble.20260519.021747 Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 1004 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-site-map-msgs/ros-kilted-rmf-site-map-msgs_3.5.0-1noble.20260519.021747_arm64.deb Size: 46390 SHA256: 5c66c8ea631e3c9322011c0f9c08b928914b1dc43d4bfd724f6c3354b73b0a68 SHA1: c1bc9f0578254b7bc8de91e15ea7d67118125352 MD5sum: e49736076c85db61625e367be2e170da Description: Messages that contain GeoPackage maps Package: ros-kilted-rmf-site-map-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-rmf-site-map-msgs Version: 3.5.0-1noble.20260519.021747 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 300 Depends: ros-kilted-rmf-site-map-msgs (= 3.5.0-1noble.20260519.021747) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-site-map-msgs/ros-kilted-rmf-site-map-msgs-dbgsym_3.5.0-1noble.20260519.021747_arm64.deb Size: 193022 SHA256: e681dfcf7d627218966cef3446a6da4857f069e117127377b9b4cca03a1699f5 SHA1: e57122b8c91a0a5bc3e5d9b8b7f8ebee70e9fdd9 MD5sum: acaf05c5a3fa3a58d8e3477276fbd422 Description: debug symbols for ros-kilted-rmf-site-map-msgs Build-Ids: 048fe76ee23010d933a9f94798af5e1e6ad5c7ae 297fc1db475bd50fb98cfba5b6162450824bb3c8 47ba44d2baa44846b649550d4bac5efe5d0b40f1 93c259d42599c10be2051976399bbf148ebfad1f 9d661128af561491511bd22285fc2cb7eb2a0d62 acac07e712cd496d1fd001759d26b3b36625178d c9a18ca19504ec530a925d70ac484dc438e7b322 dfc301857d7bf0064cd2ce5d5a56045589e1a197 e12db625156301e4e638f5148e9690058f9aba9b e5396d3047b101e74720d582a98288ed8a39e6bf f496c67342bf90b0291719cd88c8943893e3bdb6 Package: ros-kilted-rmf-task Version: 2.7.0-2noble.20260410.190307 Architecture: arm64 Maintainer: Yadunund Installed-Size: 558 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, nlohmann-json3-dev, ros-kilted-rmf-battery, ros-kilted-rmf-utils, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-task/ros-kilted-rmf-task_2.7.0-2noble.20260410.190307_arm64.deb Size: 134792 SHA256: 6f305b041904e2a903219af1cecfa9240ce3f657905534c3aee1011b79568643 SHA1: 7ddfcc6a92a31bb1b0c1a8c47340c4e7ee5a9147 MD5sum: 2efee1a3877fe7f38a233af53569cc02 Description: Package for managing tasks in the Robotics Middleware Framework Package: ros-kilted-rmf-task-dbgsym Package-Type: ddeb Source: ros-kilted-rmf-task Version: 2.7.0-2noble.20260410.190307 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Yadunund Installed-Size: 5024 Depends: ros-kilted-rmf-task (= 2.7.0-2noble.20260410.190307) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-task/ros-kilted-rmf-task-dbgsym_2.7.0-2noble.20260410.190307_arm64.deb Size: 4809448 SHA256: 3a3481380709b2e39d31f67565ff86d1b38570dfa1d66a7844e30385de0eb18a SHA1: c905f1d8529811ffc4b0e2d4feaeff89c234de51 MD5sum: 694eec096183caad153a059faa797130 Description: debug symbols for ros-kilted-rmf-task Build-Ids: 5dcd776660f8552d818ac476fbe66abda2a0912d Package: ros-kilted-rmf-task-msgs Version: 3.5.0-1noble.20260519.030252 Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 8305 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rmf-dispenser-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-task-msgs/ros-kilted-rmf-task-msgs_3.5.0-1noble.20260519.030252_arm64.deb Size: 518456 SHA256: f2c70cbfcb5c01d9e3feadde4d9a1ea19839ad5a5b1539a25fd5f44c4e61cd51 SHA1: 74c405f3ec71a484b2cbabd5e73210364af23582 MD5sum: 6bd01fc5b63d81f558b8d330e76bccfe Description: A package containing messages used to specify tasks Package: ros-kilted-rmf-task-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-rmf-task-msgs Version: 3.5.0-1noble.20260519.030252 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 6455 Depends: ros-kilted-rmf-task-msgs (= 3.5.0-1noble.20260519.030252) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-task-msgs/ros-kilted-rmf-task-msgs-dbgsym_3.5.0-1noble.20260519.030252_arm64.deb Size: 5017028 SHA256: 3b6ca0ad1c4913196ed7c0ddd899037708e928be1504bea1b8b623725b30a47b SHA1: 34b33c1198ab97195cb83901e243c1620dc021e5 MD5sum: f87effa7c29cd0190926e1cccc082d93 Description: debug symbols for ros-kilted-rmf-task-msgs Build-Ids: 0ff4ed229e531ff4836aa9daf41fde8fba79eb74 5796598d90d406b44cbf5bd845fa86f5876f15fc 6334d967f3a3b15df5b6b9762e7fcbf28f2f0deb 7aeab92fd19c46f3518d6aab6f906a588315b0d5 a23d1db4c14d3ace1a6586e4932d07b066789df1 ab261079bd6f6e56ca005a6bed3c1727638f556c ad2ccb035e84187e8deb2e0c2e43025a72b9ea3a c173b6b9ae3e739090971055dab42b4bf268b89a e4c0fcccb27ca2d88f740548752b4d4f96a111fb f5bbe530c76917bdbe9b0b432a6df7cfbf5bcb91 ff74652df9c8483834869a7837e14d0324184ceb Package: ros-kilted-rmf-task-ros2 Version: 2.10.1-1noble.20260519.121927 Architecture: arm64 Maintainer: Yadunund Installed-Size: 2232 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-nlohmann-json-schema-validator-vendor, nlohmann-json3-dev, ros-kilted-backward-ros, ros-kilted-rclcpp, ros-kilted-rmf-api-msgs, ros-kilted-rmf-task-msgs, ros-kilted-rmf-traffic, ros-kilted-rmf-traffic-ros2, ros-kilted-rmf-utils, ros-kilted-rmf-websocket, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-task-ros2/ros-kilted-rmf-task-ros2_2.10.1-1noble.20260519.121927_arm64.deb Size: 350564 SHA256: af0f32e8ed6d3b9f5419e4bc02832bdd12fcbe91dcbaef89c6b984074e7efc14 SHA1: 4da7ed21970ff08686c294470145cbc373d99e2c MD5sum: 81295d7130844f42faae269870bcbd9f Description: A package managing the dispatching of tasks in RMF system. Package: ros-kilted-rmf-task-ros2-dbgsym Package-Type: ddeb Source: ros-kilted-rmf-task-ros2 Version: 2.10.1-1noble.20260519.121927 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Yadunund Installed-Size: 9608 Depends: ros-kilted-rmf-task-ros2 (= 2.10.1-1noble.20260519.121927) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-task-ros2/ros-kilted-rmf-task-ros2-dbgsym_2.10.1-1noble.20260519.121927_arm64.deb Size: 8094114 SHA256: a7786a25717539da645430dc2d956154ea3260d0081408837ee126995acbc17e SHA1: 47137b14ec20727333b3709530ffeb3eaf32fafa MD5sum: e85bc0e8b039b2404a0d6d1a729969cf Description: debug symbols for ros-kilted-rmf-task-ros2 Build-Ids: 17e8d7ff7c55d03977ab9cb0728cc39c29aa3b5a 3c4708ccfde1ede3ded83bf0afd79c0b6c4112b4 813b8193f79e2d47322a69f691df7c87bb110ad0 Package: ros-kilted-rmf-task-sequence Version: 2.7.0-2noble.20260410.222624 Architecture: arm64 Maintainer: Grey Installed-Size: 581 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-nlohmann-json-schema-validator-vendor, nlohmann-json3-dev, ros-kilted-rmf-api-msgs, ros-kilted-rmf-task, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-task-sequence/ros-kilted-rmf-task-sequence_2.7.0-2noble.20260410.222624_arm64.deb Size: 144584 SHA256: 8cff2ec6196d503bebb41e59dcc60680148b553f5fb8c49e0e17cc00a4c54d66 SHA1: 1c62da287c06fae886e650f62e20a23c4a6b8d05 MD5sum: d739dd6c2613b9ff5877722de81fe718 Description: Implementation of phase-sequence tasks for the Robotics Middleware Framework Package: ros-kilted-rmf-task-sequence-dbgsym Package-Type: ddeb Source: ros-kilted-rmf-task-sequence Version: 2.7.0-2noble.20260410.222624 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Grey Installed-Size: 4783 Depends: ros-kilted-rmf-task-sequence (= 2.7.0-2noble.20260410.222624) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-task-sequence/ros-kilted-rmf-task-sequence-dbgsym_2.7.0-2noble.20260410.222624_arm64.deb Size: 4500968 SHA256: e52b5377cfc2f407dcd35d0c16fd80e4e2be5df1fad1a6fe48924dab88c296e7 SHA1: 9d16a6d605c2fbc0fca3fcda378c9df343bc61dd MD5sum: b8c8ef36832c52751adc09b40438bc86 Description: debug symbols for ros-kilted-rmf-task-sequence Build-Ids: 2859ba5a0713963bd379daa52446c295d4f754c0 Package: ros-kilted-rmf-traffic Version: 3.5.0-1noble.20260410.183242 Architecture: arm64 Maintainer: Grey Installed-Size: 5415 Depends: libc6 (>= 2.34), libccd2 (>= 2.1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libccd-dev, libeigen3-dev, ros-kilted-eigen3-cmake-module, ros-kilted-rmf-utils, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-traffic/ros-kilted-rmf-traffic_3.5.0-1noble.20260410.183242_arm64.deb Size: 969912 SHA256: 7a3f7ba056468eb7b7a4a9ed01eddaead125bc16b3ae6289e772c590b3d7c37c SHA1: e8a82895a8586c0a1fc10f68919c740ac019cdbe MD5sum: 9c8592c3b29b5a3a6d383336a814a161 Description: Package for managing traffic in the Robotics Middleware Framework Package: ros-kilted-rmf-traffic-dbgsym Package-Type: ddeb Source: ros-kilted-rmf-traffic Version: 3.5.0-1noble.20260410.183242 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Grey Installed-Size: 49697 Depends: ros-kilted-rmf-traffic (= 3.5.0-1noble.20260410.183242) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-traffic/ros-kilted-rmf-traffic-dbgsym_3.5.0-1noble.20260410.183242_arm64.deb Size: 45368124 SHA256: 39e3b3ba9d3195883e686c74941adc5881cbdd96b6227bebdc0bb59841011605 SHA1: c26474326e9f87a2f8ff2409b12ab3be1a586d24 MD5sum: 17dd637750e134d1f9eca9e27c6c5a24 Description: debug symbols for ros-kilted-rmf-traffic Build-Ids: 1c0e84fb738b6f7a1237c9e4033d9fa95027a7c3 Package: ros-kilted-rmf-traffic-editor Version: 1.12.0-1noble.20260519.013653 Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 1367 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.14.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-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-traffic-editor/ros-kilted-rmf-traffic-editor_1.12.0-1noble.20260519.013653_arm64.deb Size: 422862 SHA256: cb9df8a303e1e3dd3723a8bc052790a57fe7d977f21aa651127f1578a6cb59b6 SHA1: 86157a42cae6e96192ddb60d48f8c1ea002c1435 MD5sum: d634771ccb8397f2e58efbb1300548f1 Description: traffic editor Package: ros-kilted-rmf-traffic-editor-assets Version: 1.12.0-1noble.20260410.154125 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 14664 Depends: ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-traffic-editor-assets/ros-kilted-rmf-traffic-editor-assets_1.12.0-1noble.20260410.154125_arm64.deb Size: 12104556 SHA256: c8172fcc74aa8625117c3db2f584c1f8df04bdb6696e24ba852a59c6e40ff8aa SHA1: 1d57ec53c4a6e8f32f7f1f07fe417e07a1ab4dd1 MD5sum: 25310dd7276e82b25d082541c37be5e5 Description: Assets for use with traffic_editor. Package: ros-kilted-rmf-traffic-editor-dbgsym Package-Type: ddeb Source: ros-kilted-rmf-traffic-editor Version: 1.12.0-1noble.20260519.013653 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 18101 Depends: ros-kilted-rmf-traffic-editor (= 1.12.0-1noble.20260519.013653) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-traffic-editor/ros-kilted-rmf-traffic-editor-dbgsym_1.12.0-1noble.20260519.013653_arm64.deb Size: 17534134 SHA256: f1b90ee9628c2aa2dab83114f40a16db3f561dabd7d67668beadb4683a84479c SHA1: 4e4ff49b999b1febd7b5d44663ef65524471171d MD5sum: 279af46db99e0dc73f82f1d62fbf6f2d Description: debug symbols for ros-kilted-rmf-traffic-editor Build-Ids: bfdc7973a3905860314e27f60da52d2e14c3f1e0 Package: ros-kilted-rmf-traffic-editor-test-maps Version: 1.12.0-1noble.20260519.153046 Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 264 Depends: ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-traffic-editor-test-maps/ros-kilted-rmf-traffic-editor-test-maps_1.12.0-1noble.20260519.153046_arm64.deb Size: 188832 SHA256: 424b9f78bd0eaf0f5196de0150023160e0624b1276b1c15ea50d146cca9ae342 SHA1: cfc4ae4610aa630a1ce49900f861d97ce9fc5a86 MD5sum: 9584c6ce215259d7a5f41070454cfe47 Description: Some test maps for traffic_editor and rmf_building_map_tools. Package: ros-kilted-rmf-traffic-examples Version: 3.5.0-1noble.20260410.185844 Architecture: arm64 Maintainer: Grey Installed-Size: 87 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), ros-kilted-rmf-traffic, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-traffic-examples/ros-kilted-rmf-traffic-examples_3.5.0-1noble.20260410.185844_arm64.deb Size: 16262 SHA256: 132ca57c472b6ff00f5ab97092d95ce2246ab993a8c21452564b92d49fd789d2 SHA1: b7bcb1f38f0d99af5ea67396e88b1d9a2727d8fa MD5sum: 7499fd145b8f8412bcbda72b02fadf76 Description: Examples of how to use the rmf_traffic library Package: ros-kilted-rmf-traffic-examples-dbgsym Package-Type: ddeb Source: ros-kilted-rmf-traffic-examples Version: 3.5.0-1noble.20260410.185844 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Grey Installed-Size: 615 Depends: ros-kilted-rmf-traffic-examples (= 3.5.0-1noble.20260410.185844) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-traffic-examples/ros-kilted-rmf-traffic-examples-dbgsym_3.5.0-1noble.20260410.185844_arm64.deb Size: 587538 SHA256: 481ac4b66894a2420233e11292e53d768bb865c11927bf7771b263618cd68f29 SHA1: 1d2737195d3aec5615a9ebed0d15e1d359d02a12 MD5sum: 6b853501182dcb90fec20e323ba7e79c Description: debug symbols for ros-kilted-rmf-traffic-examples Build-Ids: 25077000e52b81bafab12b2265b30e075b7e288d Package: ros-kilted-rmf-traffic-msgs Version: 3.5.0-1noble.20260519.025917 Architecture: arm64 Maintainer: Grey Installed-Size: 11205 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-traffic-msgs/ros-kilted-rmf-traffic-msgs_3.5.0-1noble.20260519.025917_arm64.deb Size: 679644 SHA256: 7f8cc70ba3832acaafe3e66929ba3e3511ef75a4542ba0927df217c65880c493 SHA1: 6c6b462ad6da158e18f2322b4bde89c58065d1d6 MD5sum: a05119685d3629c3e13dc628d678ca1c Description: A package containing messages used by the RMF traffic management system. Package: ros-kilted-rmf-traffic-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-rmf-traffic-msgs Version: 3.5.0-1noble.20260519.025917 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Grey Installed-Size: 9912 Depends: ros-kilted-rmf-traffic-msgs (= 3.5.0-1noble.20260519.025917) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-traffic-msgs/ros-kilted-rmf-traffic-msgs-dbgsym_3.5.0-1noble.20260519.025917_arm64.deb Size: 7836364 SHA256: 04b728cbadce41bde3e00d220b966840ebc10f64e6b51ad6c1594246e819f58c SHA1: ab671ee71d284a1fdc0629de355dec5eabdea46f MD5sum: a9d266c865ef786182efff5da3323ddf Description: debug symbols for ros-kilted-rmf-traffic-msgs Build-Ids: 1bbf09ed5749db3e79ba0cfedd20a5a875c2716d 1efda125be21d7aa68a2f42eaf142e8c74659ba2 1f2b440c563b3d91915d1759eb2481e2424d217a 2df3a3cafaba385374b1eed5967bd0cd48c5489a 2ea5dd2cda246e1c928b086ea2e183748f6336df 350cffe84355ce39adb98ef155c0f5efe15f23df 49fe2515c60c37c20521e714f0cdb7e0547628be 8728dfb47e66d8c6d4cba14b00471e84d71d8d46 8d1ec4bd084cb79a11b5f058fe5ed4e769598e63 a4687655e61b3dcf219773f206d52706461d8d5f a9f830885fb850b34a78181e2839bb74487e0ec7 Package: ros-kilted-rmf-traffic-ros2 Version: 2.10.1-1noble.20260519.050145 Architecture: arm64 Maintainer: Grey Installed-Size: 8126 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libproj25 (>= 5.0.0), libstdc++6 (>= 13.1), libuuid1 (>= 2.16), libyaml-cpp0.8 (>= 0.7.0), zlib1g (>= 1:1.1.4), libproj-dev, libyaml-cpp-dev, nlohmann-json3-dev, ros-kilted-backward-ros, ros-kilted-rclcpp, ros-kilted-rmf-building-map-msgs, ros-kilted-rmf-fleet-msgs, ros-kilted-rmf-reservation-msgs, ros-kilted-rmf-site-map-msgs, ros-kilted-rmf-traffic, ros-kilted-rmf-traffic-msgs, ros-kilted-rmf-utils, uuid-dev, zlib1g-dev, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-traffic-ros2/ros-kilted-rmf-traffic-ros2_2.10.1-1noble.20260519.050145_arm64.deb Size: 978618 SHA256: 9e167d7d83972ba4c083a7bfb6ccf5dcf92f028cde014f2bcaf6a3f6d14df1d6 SHA1: ab75a5ba713887cdfe1a0534045515e577b4a605 MD5sum: d5f46102352068ef67bd16943c1f8f47 Description: A package containing messages used by the RMF traffic management system. Package: ros-kilted-rmf-traffic-ros2-dbgsym Package-Type: ddeb Source: ros-kilted-rmf-traffic-ros2 Version: 2.10.1-1noble.20260519.050145 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Grey Installed-Size: 38623 Depends: ros-kilted-rmf-traffic-ros2 (= 2.10.1-1noble.20260519.050145) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-traffic-ros2/ros-kilted-rmf-traffic-ros2-dbgsym_2.10.1-1noble.20260519.050145_arm64.deb Size: 30967476 SHA256: cb54847918bab01d1b6fde45fcf9330db940a24b987d15c722d9f484566dc0cb SHA1: 05e80b95a5c5337ad75d97cb08be5583cb220e7d MD5sum: 6ba2e0cd8eed8fefc9d6d86c2b088361 Description: debug symbols for ros-kilted-rmf-traffic-ros2 Build-Ids: 0250004e5543be2e26f643c3d017e55cc010d6f7 2879c69f3a18e2ab264c663ce41caba7ac3c74ea 4ddac3be8e4e92e795d147d884fecdabc1652882 50d73d836ed433f2d587270c07807cc89561d7ad 81652fd71ed301b83034009b0a60831e6fe754a8 Package: ros-kilted-rmf-utils Version: 1.7.0-2noble.20260410.182619 Architecture: arm64 Maintainer: Grey Installed-Size: 878 Depends: libstdc++6 (>= 5), ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-utils/ros-kilted-rmf-utils_1.7.0-2noble.20260410.182619_arm64.deb Size: 132126 SHA256: 6bd5438a24b3d9576e90b72698244c8c6f0717c6da1b4bddeee5d51ab9f4e115 SHA1: ad22bf52096ed452554de74a041140d34059283a MD5sum: 3b81ccf791d0351d98a59176bb529ecd Description: Simple C++ programming utilities used by Robotics Middleware Framework packages Package: ros-kilted-rmf-utils-dbgsym Package-Type: ddeb Source: ros-kilted-rmf-utils Version: 1.7.0-2noble.20260410.182619 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Grey Installed-Size: 35 Depends: ros-kilted-rmf-utils (= 1.7.0-2noble.20260410.182619) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-utils/ros-kilted-rmf-utils-dbgsym_1.7.0-2noble.20260410.182619_arm64.deb Size: 20746 SHA256: 3ffd0cebd6063b546430a3a48ea0f2794ad346a48b6fcd62ee8cf9eee9e93181 SHA1: fc890cbb72484eae6a0a7c317946e7251aea4909 MD5sum: 10b0576356bcaca4020a92d856e4c7fb Description: debug symbols for ros-kilted-rmf-utils Build-Ids: 885d0720e8e22f6adb76faf91ecf443c26f8e592 Package: ros-kilted-rmf-visualization Version: 2.4.2-1noble.20260519.141257 Architecture: arm64 Maintainer: Yadunund Installed-Size: 46 Depends: ros-kilted-launch-xml, ros-kilted-rmf-visualization-building-systems, ros-kilted-rmf-visualization-fleet-states, ros-kilted-rmf-visualization-floorplans, ros-kilted-rmf-visualization-navgraphs, ros-kilted-rmf-visualization-obstacles, ros-kilted-rmf-visualization-rviz2-plugins, ros-kilted-rmf-visualization-schedule, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-visualization/ros-kilted-rmf-visualization_2.4.2-1noble.20260519.141257_arm64.deb Size: 6892 SHA256: a80f5e4f53faacdc06d112d4256359856f5e1df913745f31eeafa63493ee4b3c SHA1: e8907d485bf05904976bcf281069b48ada3e62a6 MD5sum: 7d40becf1f2cb43fdb93643a5757c4cd Description: Package containing a single launch file to bringup various visualizations Package: ros-kilted-rmf-visualization-building-systems Version: 2.4.2-1noble.20260519.033159 Architecture: arm64 Maintainer: Yadunund Installed-Size: 64 Depends: ros-kilted-geometry-msgs, ros-kilted-rmf-building-map-msgs, ros-kilted-rmf-door-msgs, ros-kilted-rmf-lift-msgs, ros-kilted-rmf-visualization-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-visualization-building-systems/ros-kilted-rmf-visualization-building-systems_2.4.2-1noble.20260519.033159_arm64.deb Size: 12512 SHA256: 10d2bf3186d9ce2ec006972dd76b9e772568ed75e59abfc74cfec27b47a6e6c1 SHA1: ff94961af495cc27a4c73c3b37ee20e4e1d8f2ff MD5sum: 89ea8f175cb325e6107d8f3d5dc2e88b Description: A visualizer for doors and lifts Package: ros-kilted-rmf-visualization-fleet-states Version: 2.4.2-1noble.20260519.050134 Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 822 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rmf-fleet-msgs, ros-kilted-rmf-visualization-msgs, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-visualization-fleet-states/ros-kilted-rmf-visualization-fleet-states_2.4.2-1noble.20260519.050134_arm64.deb Size: 142354 SHA256: 11edd5cee31dd9cc60efc323c9530a868426b1e6475f7aee2c3ae3e0330a3ea2 SHA1: 5982d2636919f5e67885c35a386348597c7d4925 MD5sum: 0934b4bf4599897147615f9f5e96652c Description: A package to visualize positions of robots from different fleets in the a building Package: ros-kilted-rmf-visualization-fleet-states-dbgsym Package-Type: ddeb Source: ros-kilted-rmf-visualization-fleet-states Version: 2.4.2-1noble.20260519.050134 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 3657 Depends: ros-kilted-rmf-visualization-fleet-states (= 2.4.2-1noble.20260519.050134) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-visualization-fleet-states/ros-kilted-rmf-visualization-fleet-states-dbgsym_2.4.2-1noble.20260519.050134_arm64.deb Size: 3038380 SHA256: 540579f9c5e496943831ac23d71bcb5330b120a0a0c289a03cff01e351871d0a SHA1: b1ebcca987b7da7d6f64ffd0830fed6e8b21bf0c MD5sum: 8089be28ddadac9c940e2376f8afe959 Description: debug symbols for ros-kilted-rmf-visualization-fleet-states Build-Ids: 98f006f0685d83d6901d7004e087f9facbbb295d baed6f7c94abd8781374f691f6d4d8b87375da1c Package: ros-kilted-rmf-visualization-floorplans Version: 2.4.2-1noble.20260519.050218 Architecture: arm64 Maintainer: Yadunund Installed-Size: 821 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libeigen3-dev, libopencv-dev, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rmf-building-map-msgs, ros-kilted-rmf-visualization-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-visualization-floorplans/ros-kilted-rmf-visualization-floorplans_2.4.2-1noble.20260519.050218_arm64.deb Size: 141114 SHA256: c5362517381b8aeb7ff1eb31b164d67bd6d8d724cc54e7cac929377bc408c55a SHA1: 841a42513c4788489678f229fb192f83d2afc639 MD5sum: 7d010122d3b5ff0bd2aa3f278c425208 Description: A package to visualize the floorplans for levels in a building Package: ros-kilted-rmf-visualization-floorplans-dbgsym Package-Type: ddeb Source: ros-kilted-rmf-visualization-floorplans Version: 2.4.2-1noble.20260519.050218 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Yadunund Installed-Size: 3902 Depends: ros-kilted-rmf-visualization-floorplans (= 2.4.2-1noble.20260519.050218) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-visualization-floorplans/ros-kilted-rmf-visualization-floorplans-dbgsym_2.4.2-1noble.20260519.050218_arm64.deb Size: 3285016 SHA256: 7d40d6e4912158c472443e5381276e98c828a6601ba1d69d74a59a0456f98bb6 SHA1: 5aa349791f5c4909e3348da98c5069a1f7bed03f MD5sum: 22a9419f02ce9737bfa5cb54b6fabd94 Description: debug symbols for ros-kilted-rmf-visualization-floorplans Build-Ids: c96487ad1c73075223a7c8da76bdc787a274ac01 ce4c3c52df66cba0780190e2f25df29e8fda4999 Package: ros-kilted-rmf-visualization-msgs Version: 1.5.0-2noble.20260519.021816 Architecture: arm64 Maintainer: yadu Installed-Size: 1000 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-visualization-msgs/ros-kilted-rmf-visualization-msgs_1.5.0-2noble.20260519.021816_arm64.deb Size: 43044 SHA256: bf3db5870c0e6dd1a63a9eae236377f31d763f29b68c9f301801a75aff72ae13 SHA1: 5c346d86ca07505e288b208f64d85b377eb12a5a MD5sum: bd2fce03408c259fd6b13100cd0f32ce Description: A package containing messages used for visualizations Package: ros-kilted-rmf-visualization-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-rmf-visualization-msgs Version: 1.5.0-2noble.20260519.021816 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: yadu Installed-Size: 292 Depends: ros-kilted-rmf-visualization-msgs (= 1.5.0-2noble.20260519.021816) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-visualization-msgs/ros-kilted-rmf-visualization-msgs-dbgsym_1.5.0-2noble.20260519.021816_arm64.deb Size: 184192 SHA256: 5b330f7d9f9dbb228df72b4b1fb9edc04860158d119eb7c10d336ae5b4c82af8 SHA1: ff7a1fef36fb88e687529a60b13c0bf080369fdd MD5sum: c9bcde88654e4522e97653c8794bb23b Description: debug symbols for ros-kilted-rmf-visualization-msgs Build-Ids: 0237eb1e194160a7ffb5df94f1f5e46679b7c12c 07e7a8d095c5decc69199e60a6b8f6a0f4affead 2f1560d3cc46712e3d526d4a7a766bc12751a35b 42bc65c77a0d06a1ab246ef214f04c36e02796d3 53988772eee6063c6fe03f03a944945f743273ac 6f7eeac5aa6764cc813b7de208a50c597b99223f 8a19fce6cfb5b3b6c0674a83796ebe2a6b68f763 d28605e29f7e474fb4ddcceee8b61cd72e323abe ecc8f58d9b9f69b2b16621e89c8a15bfff896732 f6bf656ffe4e2906e308f60e98de9281bf8eeb6f f7b543439ef077b1d1f8d864269b94b041e2cfcc Package: ros-kilted-rmf-visualization-navgraphs Version: 2.4.2-1noble.20260519.053424 Architecture: arm64 Maintainer: Yadunund Installed-Size: 1141 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-geometry-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rmf-building-map-msgs, ros-kilted-rmf-fleet-msgs, ros-kilted-rmf-traffic, ros-kilted-rmf-traffic-ros2, ros-kilted-rmf-visualization-msgs, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-visualization-navgraphs/ros-kilted-rmf-visualization-navgraphs_2.4.2-1noble.20260519.053424_arm64.deb Size: 178918 SHA256: f674938b536f11b659ec9b192c9b3c406d6b0f0c3761e5b57322d102fa83e972 SHA1: 43bb78fb98bffc8ccc535763d3db9937e8076142 MD5sum: 2045baff50d723c22c640bf5e9ff840f Description: A package to visualiize the navigation graphs of fleets Package: ros-kilted-rmf-visualization-navgraphs-dbgsym Package-Type: ddeb Source: ros-kilted-rmf-visualization-navgraphs Version: 2.4.2-1noble.20260519.053424 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Yadunund Installed-Size: 4959 Depends: ros-kilted-rmf-visualization-navgraphs (= 2.4.2-1noble.20260519.053424) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-visualization-navgraphs/ros-kilted-rmf-visualization-navgraphs-dbgsym_2.4.2-1noble.20260519.053424_arm64.deb Size: 4100944 SHA256: 039812982b724e1facdf8c00e9a64de82d7634065edebed5138f7c29ee370994 SHA1: 4b4f3327f7fa89653147ccf8bcdee38454fa3c9a MD5sum: 2a54a69075ee5d4978ae8468c5997bdc Description: debug symbols for ros-kilted-rmf-visualization-navgraphs Build-Ids: 361d06dc610305a6570a238d52fa92e3a900970f d88cedcf24b972c484350ea00399658c36aca50e Package: ros-kilted-rmf-visualization-obstacles Version: 2.4.2-1noble.20260519.050257 Architecture: arm64 Maintainer: Yadunund Installed-Size: 821 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-geometry-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rmf-obstacle-msgs, ros-kilted-rmf-visualization-msgs, ros-kilted-vision-msgs, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-visualization-obstacles/ros-kilted-rmf-visualization-obstacles_2.4.2-1noble.20260519.050257_arm64.deb Size: 138674 SHA256: fd143556d86420f87f020feae7259549c855f88dc54e645403bd674f41a27b3f SHA1: 083ac5fea113ded3a490e15aa207b5ac7698c2f7 MD5sum: 4092a20839ce47c64f9651d02a8be307 Description: A visualizer for obstacles in RMF Package: ros-kilted-rmf-visualization-obstacles-dbgsym Package-Type: ddeb Source: ros-kilted-rmf-visualization-obstacles Version: 2.4.2-1noble.20260519.050257 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Yadunund Installed-Size: 3587 Depends: ros-kilted-rmf-visualization-obstacles (= 2.4.2-1noble.20260519.050257) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-visualization-obstacles/ros-kilted-rmf-visualization-obstacles-dbgsym_2.4.2-1noble.20260519.050257_arm64.deb Size: 2972206 SHA256: b9d896f4174b44ff17abbe9c3f23ccb3d44d1d3eb18825827a5574d265b4272c SHA1: 5be6cb7f6d9af583b280458067a55f346aac4484 MD5sum: a1ec4c210c536579c895456ba19a20f4 Description: debug symbols for ros-kilted-rmf-visualization-obstacles Build-Ids: 1b2f4164fc6ed1a216c95f7a17a2727640ab42ad 954c8bd59c28797d23031c1a842ab5169c85435d Package: ros-kilted-rmf-visualization-rviz2-plugins Version: 2.4.2-1noble.20260519.140526 Architecture: arm64 Maintainer: Yadunund Installed-Size: 1481 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.3.0), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libqt5gui5, libqt5widgets5, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-resource-retriever, ros-kilted-rmf-door-msgs, ros-kilted-rmf-lift-msgs, ros-kilted-rmf-traffic-ros2, ros-kilted-rmf-visualization-msgs, ros-kilted-rviz-common, ros-kilted-rviz-default-plugins, ros-kilted-rviz-rendering, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-visualization-rviz2-plugins/ros-kilted-rmf-visualization-rviz2-plugins_2.4.2-1noble.20260519.140526_arm64.deb Size: 235416 SHA256: 026ad98b504c7d760c6edf31f8bcbedfc4a87bbfd2fb566e247c03d7b3129617 SHA1: 15678ad86aa7b1a56055a7dc567543b3358b4b22 MD5sum: d580d68393f1aea459a15a6c48ebada6 Description: A package containing RViz2 plugins for RMF Package: ros-kilted-rmf-visualization-rviz2-plugins-dbgsym Package-Type: ddeb Source: ros-kilted-rmf-visualization-rviz2-plugins Version: 2.4.2-1noble.20260519.140526 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Yadunund Installed-Size: 7605 Depends: ros-kilted-rmf-visualization-rviz2-plugins (= 2.4.2-1noble.20260519.140526) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-visualization-rviz2-plugins/ros-kilted-rmf-visualization-rviz2-plugins-dbgsym_2.4.2-1noble.20260519.140526_arm64.deb Size: 6347558 SHA256: 4f3034297d193c18ea832813acddf0eb3db996bb828c0d6949ce56ba107d27d6 SHA1: 08ced4a3ae073cc00affe48deed70eb2e6044cf1 MD5sum: e76234563aa4de844fdfaf5b9a54a1ea Description: debug symbols for ros-kilted-rmf-visualization-rviz2-plugins Build-Ids: 5737b5a6d556da9d242570b81bd9cc01af469aab Package: ros-kilted-rmf-visualization-schedule Version: 2.4.2-1noble.20260519.053408 Architecture: arm64 Maintainer: Yadunund Installed-Size: 3872 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-dev, libeigen3-dev, libssl-dev, libwebsocketpp-dev, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rmf-traffic, ros-kilted-rmf-traffic-msgs, ros-kilted-rmf-traffic-ros2, ros-kilted-rmf-visualization-msgs, ros-kilted-rosidl-default-generators, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-visualization-schedule/ros-kilted-rmf-visualization-schedule_2.4.2-1noble.20260519.053408_arm64.deb Size: 594620 SHA256: 350963d656238ef97fc18a7b58d7dd08ed8aad802819f89c913e2e9ffde1231f SHA1: f465bfbcf7e893abe8ea6ede1396926e94f67085 MD5sum: e95a26785e0f033698f50ce4862931ab Description: A visualizer for trajectories in rmf schedule Package: ros-kilted-rmf-visualization-schedule-dbgsym Package-Type: ddeb Source: ros-kilted-rmf-visualization-schedule Version: 2.4.2-1noble.20260519.053408 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Yadunund Installed-Size: 9878 Depends: ros-kilted-rmf-visualization-schedule (= 2.4.2-1noble.20260519.053408) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-visualization-schedule/ros-kilted-rmf-visualization-schedule-dbgsym_2.4.2-1noble.20260519.053408_arm64.deb Size: 8550570 SHA256: b7579da209fad530b36b3688252209121da44720329ab575309e9582b96cec05 SHA1: 879d6012bed7030f08eeedf8c50a131ee5c443e8 MD5sum: 770e65df79b4e523f0bc338c94bd1ec9 Description: debug symbols for ros-kilted-rmf-visualization-schedule Build-Ids: 4f3be6b3b47189240a017604bf46230a7e6c9ad0 553caf783d6750b4829491a6fe6e3fc9b82c5c67 6b9250ac0de22ca65c9f5e28f35c436fa76bcdd0 9cea70f32ec811cc81a8b2efffab4fb022b31298 Package: ros-kilted-rmf-websocket Version: 2.10.1-1noble.20260519.121349 Architecture: arm64 Maintainer: Yadunund Installed-Size: 1034 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-all-dev, libwebsocketpp-dev, nlohmann-json3-dev, ros-kilted-nlohmann-json-schema-validator-vendor, ros-kilted-rclcpp, ros-kilted-rmf-utils, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-websocket/ros-kilted-rmf-websocket_2.10.1-1noble.20260519.121349_arm64.deb Size: 271038 SHA256: b94fbb3ebf3953a73dd7f9509ccfc44564c2eb220cead9e74b4e22b94c2b42da SHA1: ce19b7f208c94ede813ae7a4cfd18ea3365bf210 MD5sum: 78ba15ea1451aa9754783ef5bd63b437 Description: A package managing the websocket api endpoints in RMF system. Package: ros-kilted-rmf-websocket-dbgsym Package-Type: ddeb Source: ros-kilted-rmf-websocket Version: 2.10.1-1noble.20260519.121349 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Yadunund Installed-Size: 4862 Depends: ros-kilted-rmf-websocket (= 2.10.1-1noble.20260519.121349) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-websocket/ros-kilted-rmf-websocket-dbgsym_2.10.1-1noble.20260519.121349_arm64.deb Size: 4263178 SHA256: 856d80acef21151e2c9af49224fd2bc09c0220e6a7c071a3ff8956b34f6cf4ea SHA1: dcaea9abf0d5a27ccbf9389dbe4687a48dc48884 MD5sum: c347ff571e190261b217f1efbaa28f95 Description: debug symbols for ros-kilted-rmf-websocket Build-Ids: b80e19d5ed14e8cf0570a697fa5dc55f0ec1c949 Package: ros-kilted-rmf-workcell-msgs Version: 3.5.0-1noble.20260519.021820 Architecture: arm64 Maintainer: Aaron Chong Installed-Size: 1557 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-workcell-msgs/ros-kilted-rmf-workcell-msgs_3.5.0-1noble.20260519.021820_arm64.deb Size: 102454 SHA256: 0c1bbf1bf7d5d9a2b66fcd0d81bc81d388deabdf18dbb1815a61e0fec1297006 SHA1: 808cd941f1d5a9fd17f735e3ef54b36496c2c5c4 MD5sum: 9fe2be6afcde2e94d4d9159edc7c8e26 Description: A package containing messages used by all workcells generically to interfact with rmf_core Package: ros-kilted-rmf-workcell-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-rmf-workcell-msgs Version: 3.5.0-1noble.20260519.021820 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aaron Chong Installed-Size: 1033 Depends: ros-kilted-rmf-workcell-msgs (= 3.5.0-1noble.20260519.021820) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-workcell-msgs/ros-kilted-rmf-workcell-msgs-dbgsym_3.5.0-1noble.20260519.021820_arm64.deb Size: 792468 SHA256: 75facf2be716ac438c345145da930bcaa0bb54654d967bc3d7d772899d3ad700 SHA1: e24a25974cb7d7017bbe63d94737a27220bbdfe2 MD5sum: 5fdee7a0b9be6dcb949a2fe3a30347a9 Description: debug symbols for ros-kilted-rmf-workcell-msgs Build-Ids: 0f18af688e9d91a0e21020464e144603b679b529 2b62d016ce2427be70b537460bf10d5535208120 2fe24aab1f2e7a2ef93ea78a02ec1e65a0b86fd4 47c90beb3688e3145064c5aacb578cf268bfa74c 48d1ea9c32a3e5e50d77cf3285f9247218cbd699 5125e98ac1689189533f0cf029217b13c2287c7c 72c5d713523aad102bbe081034a549ef2b073be2 72f43b2c0733bc8c7735ccefa2b66296bc27d4a8 a6308e14a4c33d06d72a941c8d6bd2299367b6b2 b0dfb3bf9c4ff6209f846e10857753ddfe8a94e7 d426400d17b7d8e35849555bf418e318401c6cd9 Package: ros-kilted-rmw Version: 7.8.2-2noble.20260410.160208 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 548 Depends: libc6 (>= 2.17), ros-kilted-rcutils, ros-kilted-rosidl-dynamic-typesupport, ros-kilted-rosidl-runtime-c, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw/ros-kilted-rmw_7.8.2-2noble.20260410.160208_arm64.deb Size: 72922 SHA256: 5454214cdf1fb51744f5d5a48116f0d8ac0d698b94544ba6cd0e2ed90a52557c SHA1: 4bb7027a22bcf4250a9e3d9183ddd424d36ff5cd MD5sum: 79d7c15a9b0e589bf579044c8ce90d7a Description: Contains the ROS middleware API. Package: ros-kilted-rmw-connextdds Version: 1.1.1-1noble.20260519.035212 Architecture: arm64 Maintainer: Andrea Sorbini Installed-Size: 138 Depends: libstdc++6 (>= 13.1), ros-kilted-ament-cmake, ros-kilted-rmw-connextdds-common, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-connextdds/ros-kilted-rmw-connextdds_1.1.1-1noble.20260519.035212_arm64.deb Size: 18110 SHA256: 26dfd22f44074fa8abbf68c00c54911980b62e9743203be2b7c86d9fd0bd10a6 SHA1: d60877ecf178f90a89e9eb03706efcb972ddebff MD5sum: c55959e13502070a8e3d8b1e99616028 Description: A ROS 2 RMW implementation built with RTI Connext DDS Professional. Package: ros-kilted-rmw-connextdds-common Version: 1.1.1-1noble.20260519.034340 Architecture: arm64 Maintainer: Andrea Sorbini Installed-Size: 1007 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-fastcdr, ros-kilted-ament-cmake, ros-kilted-rcpputils, ros-kilted-rcutils, ros-kilted-rmw, ros-kilted-rmw-dds-common, ros-kilted-rmw-security-common, ros-kilted-rosidl-runtime-c, ros-kilted-rosidl-runtime-cpp, ros-kilted-rosidl-typesupport-fastrtps-c, ros-kilted-rosidl-typesupport-fastrtps-cpp, ros-kilted-rosidl-typesupport-introspection-c, ros-kilted-rosidl-typesupport-introspection-cpp, ros-kilted-rti-connext-dds-cmake-module, ros-kilted-tracetools, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-connextdds-common/ros-kilted-rmw-connextdds-common_1.1.1-1noble.20260519.034340_arm64.deb Size: 248662 SHA256: e28c4dea2c5c387fa729318f1a3e4d4117ce0ee5fe963ee4e4d4c8ec38a8d166 SHA1: 3e4a9ef1b5c5f8e39706f494aec139fa11e0c646 MD5sum: 1dab29f2ae56139b5d3757a38da69c9d Description: Common source for RMW implementations built with RTI Connext DDS Professional and RTI Connext DDS Micro. Package: ros-kilted-rmw-connextdds-common-dbgsym Package-Type: ddeb Source: ros-kilted-rmw-connextdds-common Version: 1.1.1-1noble.20260519.034340 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Andrea Sorbini Installed-Size: 3105 Depends: ros-kilted-rmw-connextdds-common (= 1.1.1-1noble.20260519.034340) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-connextdds-common/ros-kilted-rmw-connextdds-common-dbgsym_1.1.1-1noble.20260519.034340_arm64.deb Size: 2845118 SHA256: a15741c12d3a1d680ed71a8b03eb3e3f4953e02ecac3954c27b51ea5a40e516f SHA1: 6b62fa089317eb4f192226026117e7b064d21bdc MD5sum: c5544912c65d3b90e49f31289ac8985b Description: debug symbols for ros-kilted-rmw-connextdds-common Build-Ids: 32083a02129fd69cd2c4c33678aa73a15eba3132 Package: ros-kilted-rmw-connextdds-dbgsym Package-Type: ddeb Source: ros-kilted-rmw-connextdds Version: 1.1.1-1noble.20260519.035212 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Andrea Sorbini Installed-Size: 129 Depends: ros-kilted-rmw-connextdds (= 1.1.1-1noble.20260519.035212) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-connextdds/ros-kilted-rmw-connextdds-dbgsym_1.1.1-1noble.20260519.035212_arm64.deb Size: 101782 SHA256: 783387063f231982da4534b1c0b0241462b01818c3d0a7bd6feb3d21e78bd0a4 SHA1: f9f21c1d8ba95686c6c5f6bffc187ffddb787219 MD5sum: 93683d8ba0aae4862548d31cf384d404 Description: debug symbols for ros-kilted-rmw-connextdds Build-Ids: 992127c69b4dbb728bc05f92d462ff209cb9f446 Package: ros-kilted-rmw-cyclonedds-cpp Version: 4.0.2-2noble.20260519.034431 Architecture: arm64 Maintainer: Erik Boasson Installed-Size: 527 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-cyclonedds, ros-kilted-iceoryx-binding-c, ros-kilted-rcpputils, ros-kilted-rcutils, ros-kilted-rmw, ros-kilted-rmw-dds-common, ros-kilted-rmw-security-common, ros-kilted-rosidl-runtime-c, ros-kilted-rosidl-typesupport-introspection-c, ros-kilted-rosidl-typesupport-introspection-cpp, ros-kilted-tracetools, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-cyclonedds-cpp/ros-kilted-rmw-cyclonedds-cpp_4.0.2-2noble.20260519.034431_arm64.deb Size: 165956 SHA256: 1a4592a192c34a54d9164aeefa0bc610cc78be46c6add5e0ba4c680351b10fb3 SHA1: af40a6f6cf35d80f53c062eb45c35a848fd891f1 MD5sum: 35d949fcce4bf5e120ccdd749c4429c8 Description: Implement the ROS middleware interface using Eclipse CycloneDDS in C++. Package: ros-kilted-rmw-cyclonedds-cpp-dbgsym Package-Type: ddeb Source: ros-kilted-rmw-cyclonedds-cpp Version: 4.0.2-2noble.20260519.034431 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Erik Boasson Installed-Size: 2337 Depends: ros-kilted-rmw-cyclonedds-cpp (= 4.0.2-2noble.20260519.034431) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-cyclonedds-cpp/ros-kilted-rmw-cyclonedds-cpp-dbgsym_4.0.2-2noble.20260519.034431_arm64.deb Size: 2119334 SHA256: c45700420e642166c6b8943b886b89de85b565cc1edc86ba0d8d37f1b1eb325f SHA1: 04a397ddb890227f68f3daa4c3a2bc7b8be3dc5a MD5sum: 1436cf22d3cdc06c4bce1757b52caa4d Description: debug symbols for ros-kilted-rmw-cyclonedds-cpp Build-Ids: fcd265595100727e69482254942c61961c5be547 Package: ros-kilted-rmw-dbgsym Package-Type: ddeb Source: ros-kilted-rmw Version: 7.8.2-2noble.20260410.160208 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 77 Depends: ros-kilted-rmw (= 7.8.2-2noble.20260410.160208) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw/ros-kilted-rmw-dbgsym_7.8.2-2noble.20260410.160208_arm64.deb Size: 37184 SHA256: 94d9bee2f57a057f13fdd61dd64b9eb578bace0c5546c5c7c6e87dd233ae1206 SHA1: 2477a9550607f08c7fcc2f19ed898149be842d27 MD5sum: a0664695f598a02a896af140dd1a8fb2 Description: debug symbols for ros-kilted-rmw Build-Ids: ea6f3c91a2469b000f332b142d789a9f15ecb25e Package: ros-kilted-rmw-dds-common Version: 5.0.0-1noble.20260519.032446 Architecture: arm64 Maintainer: Ivan Paunovic Installed-Size: 1411 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-kilted-fastcdr, ros-kilted-rcpputils, ros-kilted-rcutils, ros-kilted-rmw, ros-kilted-rmw-security-common, ros-kilted-rosidl-default-runtime, ros-kilted-rosidl-runtime-c, ros-kilted-rosidl-runtime-cpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-dds-common/ros-kilted-rmw-dds-common_5.0.0-1noble.20260519.032446_arm64.deb Size: 113390 SHA256: 8342b58fc1b1f9f89e7a03f9fc53966e02b28469187763ae8d3f02aaa554b7b3 SHA1: 174d136fab92d508b322d36cf8db5b15957118a2 MD5sum: bc83e19c28bca72e770838c0d5826b84 Description: Define a common interface between DDS implementations of ROS middleware. Package: ros-kilted-rmw-dds-common-dbgsym Package-Type: ddeb Source: ros-kilted-rmw-dds-common Version: 5.0.0-1noble.20260519.032446 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Ivan Paunovic Installed-Size: 1175 Depends: ros-kilted-rmw-dds-common (= 5.0.0-1noble.20260519.032446) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-dds-common/ros-kilted-rmw-dds-common-dbgsym_5.0.0-1noble.20260519.032446_arm64.deb Size: 974852 SHA256: ac8e2c5e36b8226f5bd64ad1150735395bd68189a018e63fcf8b365639fbe471 SHA1: 0a112eb1008e31d0d11d29bb41ab531d417b0382 MD5sum: ce19694a83482cdd9ca8340424a2ef08 Description: debug symbols for ros-kilted-rmw-dds-common Build-Ids: 002d3b99ca7ce8159f0b0ae40ebf0125b814dd18 105651d9d30a1d5c752b1d4821a11c7f48884870 147a497ff023d093b4e7aad97f59aa3c724e5a36 399878a6d4ad57c34f2ced903480e1e604027b16 582de150547744b18237d2fb623ddcfca6872938 6e6589d5e30cb71e8de2733dce52ae658deb763f 95f5ba7b266de370317d9d3fbd8d6a3a964de789 9cd90f3ca824603fc8bc94c9872902434290044e ba6b6e64690649bb531b5a215c14aca417de2898 c7e8cb4af38c406cf184ce5ecc9c8f2c8d536f74 ddfe56752e1923f6cef255f4567a16bf75a9d973 e5ad95c147f77b8d91d60e142921bafa6ee3cbcc Package: ros-kilted-rmw-desert Version: 3.0.1-1noble.20260519.032759 Architecture: arm64 Maintainer: Davide Costa Installed-Size: 449 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-ament-cmake, ros-kilted-rcpputils, ros-kilted-rcutils, ros-kilted-rmw, ros-kilted-rmw-dds-common, ros-kilted-rosidl-cmake, ros-kilted-rosidl-runtime-c, ros-kilted-rosidl-typesupport-introspection-c, ros-kilted-rosidl-typesupport-introspection-cpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-desert/ros-kilted-rmw-desert_3.0.1-1noble.20260519.032759_arm64.deb Size: 132850 SHA256: d89a2edab2b4dd5b2a64304a0ee5780d4ea82c1da46211e2b5d4c97884f4492f SHA1: 60193b02e46f440cbdc5641b9175a9401ecb5d50 MD5sum: a8c6f3052123fefcf96baa2a4df941ad Description: Implement the ROS middleware interface using the DESERT protocol stack for underwater communications. Package: ros-kilted-rmw-desert-dbgsym Package-Type: ddeb Source: ros-kilted-rmw-desert Version: 3.0.1-1noble.20260519.032759 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Davide Costa Installed-Size: 3362 Depends: ros-kilted-rmw-desert (= 3.0.1-1noble.20260519.032759) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-desert/ros-kilted-rmw-desert-dbgsym_3.0.1-1noble.20260519.032759_arm64.deb Size: 3100524 SHA256: 64470db9d1772ae85c5c609d89ed0501146afd005ebd4c80626c4088c667eba4 SHA1: a569401e71fc9566c17dda2e9b4a9292c722c9f6 MD5sum: 65b4ab6990fddce286f55f56151eb32d Description: debug symbols for ros-kilted-rmw-desert Build-Ids: 774a764a73dc5e7d47dbeb8cfda7002adf1f58b7 Package: ros-kilted-rmw-fastrtps-cpp Version: 9.3.4-1noble.20260519.033301 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 367 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-fastcdr, ros-kilted-fastdds, ros-kilted-rcpputils, ros-kilted-rcutils, ros-kilted-rmw, ros-kilted-rmw-dds-common, ros-kilted-rmw-fastrtps-shared-cpp, ros-kilted-rosidl-dynamic-typesupport, ros-kilted-rosidl-dynamic-typesupport-fastrtps, ros-kilted-rosidl-runtime-c, ros-kilted-rosidl-runtime-cpp, ros-kilted-rosidl-typesupport-fastrtps-c, ros-kilted-rosidl-typesupport-fastrtps-cpp, ros-kilted-tracetools, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-fastrtps-cpp/ros-kilted-rmw-fastrtps-cpp_9.3.4-1noble.20260519.033301_arm64.deb Size: 89994 SHA256: 57d0befb5b5db4e0d6086dc0a86c01bef6b0c72b59149045f468dfe36f8046a0 SHA1: 62d119353f0e87f7acbd7b24ce1950ccc06b7e04 MD5sum: 025a6d299a8565ce349c69b7ebaac991 Description: Implement the ROS middleware interface using eProsima FastRTPS static code generation in C++. Package: ros-kilted-rmw-fastrtps-cpp-dbgsym Package-Type: ddeb Source: ros-kilted-rmw-fastrtps-cpp Version: 9.3.4-1noble.20260519.033301 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 2778 Depends: ros-kilted-rmw-fastrtps-cpp (= 9.3.4-1noble.20260519.033301) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-fastrtps-cpp/ros-kilted-rmw-fastrtps-cpp-dbgsym_9.3.4-1noble.20260519.033301_arm64.deb Size: 2479352 SHA256: 5157cd81c7495ad9780dbd50d3d0450a7a77f06d2da5477642c17e3e8bf22ce6 SHA1: 83433a3064ecc2c78f2360398ea3ece4654ffbb8 MD5sum: 164cf66342100adb61d7dbc9d8d78943 Description: debug symbols for ros-kilted-rmw-fastrtps-cpp Build-Ids: 87a964ca2c75ba3151509fcd2a1b36e35e5976aa Package: ros-kilted-rmw-fastrtps-dynamic-cpp Version: 9.3.4-1noble.20260519.033246 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 422 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-fastcdr, ros-kilted-fastdds, ros-kilted-rcpputils, ros-kilted-rcutils, ros-kilted-rmw, ros-kilted-rmw-dds-common, ros-kilted-rmw-fastrtps-shared-cpp, ros-kilted-rosidl-runtime-c, ros-kilted-rosidl-typesupport-introspection-c, ros-kilted-rosidl-typesupport-introspection-cpp, ros-kilted-tracetools, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-fastrtps-dynamic-cpp/ros-kilted-rmw-fastrtps-dynamic-cpp_9.3.4-1noble.20260519.033246_arm64.deb Size: 108486 SHA256: 0d0b762d16cb88d88cd09bfc2dcd6320dfbe57938e5c16fae1d78af44649bd8f SHA1: 6bf6c6b2ce5c6994336ff55052b6ad1907317246 MD5sum: ff9c4edd193e5159413d4fb75ce26bb7 Description: Implement the ROS middleware interface using introspection type support. Package: ros-kilted-rmw-fastrtps-dynamic-cpp-dbgsym Package-Type: ddeb Source: ros-kilted-rmw-fastrtps-dynamic-cpp Version: 9.3.4-1noble.20260519.033246 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 3285 Depends: ros-kilted-rmw-fastrtps-dynamic-cpp (= 9.3.4-1noble.20260519.033246) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-fastrtps-dynamic-cpp/ros-kilted-rmw-fastrtps-dynamic-cpp-dbgsym_9.3.4-1noble.20260519.033246_arm64.deb Size: 2938440 SHA256: dfa13eaeb7abb4410757cd3960e5680f17a5ae7d114b3dee01399efdefbb0492 SHA1: 54d474abae7df0dd6c41649681f9edd0d83f7147 MD5sum: cb480d5e345bdd1f422b3ef9a78ffa30 Description: debug symbols for ros-kilted-rmw-fastrtps-dynamic-cpp Build-Ids: 3a6155c6a7982e575384e7f7ff451c0f0b8aa5d6 Package: ros-kilted-rmw-fastrtps-shared-cpp Version: 9.3.4-1noble.20260519.032756 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 643 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-fastcdr, ros-kilted-fastdds, ros-kilted-rcpputils, ros-kilted-rcutils, ros-kilted-rmw, ros-kilted-rmw-dds-common, ros-kilted-rmw-security-common, ros-kilted-rosidl-dynamic-typesupport, ros-kilted-rosidl-typesupport-introspection-c, ros-kilted-rosidl-typesupport-introspection-cpp, ros-kilted-tracetools, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-fastrtps-shared-cpp/ros-kilted-rmw-fastrtps-shared-cpp_9.3.4-1noble.20260519.032756_arm64.deb Size: 163780 SHA256: 92f19e65ebb3666516df6bd921404341886970cd1bfba65ca5f49316577eeaf2 SHA1: 7cf0654d5d43f50a536bbb0e6066e9547c0b3c56 MD5sum: df0daf3a40135f8239b37836022867a0 Description: Code shared on static and dynamic type support of rmw_fastrtps_cpp. Package: ros-kilted-rmw-fastrtps-shared-cpp-dbgsym Package-Type: ddeb Source: ros-kilted-rmw-fastrtps-shared-cpp Version: 9.3.4-1noble.20260519.032756 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 5233 Depends: ros-kilted-rmw-fastrtps-shared-cpp (= 9.3.4-1noble.20260519.032756) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-fastrtps-shared-cpp/ros-kilted-rmw-fastrtps-shared-cpp-dbgsym_9.3.4-1noble.20260519.032756_arm64.deb Size: 4840462 SHA256: 84f36d3c2d57f4883a744595125736142d01f0118a812db6678e554e4bb9cd6f SHA1: f87e5a347c63c53563fbe001493d1cd290624791 MD5sum: a0242e878c31f20cecdaa8247d87d5be Description: debug symbols for ros-kilted-rmw-fastrtps-shared-cpp Build-Ids: 646c66e06d898d20e945676cd0f669266c704117 Package: ros-kilted-rmw-gurumdds-cpp Version: 6.0.1-1noble.20260519.034946 Architecture: arm64 Maintainer: Donghyeon Lee Installed-Size: 653 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), gurumdds-3.2, ros-kilted-gurumdds-cmake-module, ros-kilted-rcutils, ros-kilted-rmw, ros-kilted-rmw-dds-common, ros-kilted-rosidl-runtime-c, ros-kilted-rosidl-runtime-cpp, ros-kilted-rosidl-typesupport-introspection-c, ros-kilted-rosidl-typesupport-introspection-cpp, ros-kilted-tracetools, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-gurumdds-cpp/ros-kilted-rmw-gurumdds-cpp_6.0.1-1noble.20260519.034946_arm64.deb Size: 173692 SHA256: 79a63bb56c420135583a465785ab5c3776e84d8bbcc0aeb5221f12fec7041112 SHA1: c9ce8c6d13e2cb3f153e4e350b887b54319cef89 MD5sum: 520931c0ee81694a5834cb361e567019 Description: Implement the ROS middleware interface using GurumNetworks GurumDDS static code generation in C++. Package: ros-kilted-rmw-gurumdds-cpp-dbgsym Package-Type: ddeb Source: ros-kilted-rmw-gurumdds-cpp Version: 6.0.1-1noble.20260519.034946 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Donghyeon Lee Installed-Size: 2419 Depends: ros-kilted-rmw-gurumdds-cpp (= 6.0.1-1noble.20260519.034946) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-gurumdds-cpp/ros-kilted-rmw-gurumdds-cpp-dbgsym_6.0.1-1noble.20260519.034946_arm64.deb Size: 2247424 SHA256: 5167297dbd8256f8ac942e7ad06cbbe7e42792e8ecd98b53d70db8b119f0ac29 SHA1: 4f2d974d858a58beeba47cd0ec5e5f1054f78914 MD5sum: aa5d6754e9a8bba003e849c303679d0a Description: debug symbols for ros-kilted-rmw-gurumdds-cpp Build-Ids: 94ab7674f8dee45117c806eb0ec97eca5e48fe6b Package: ros-kilted-rmw-implementation Version: 3.0.7-1noble.20260519.035502 Architecture: arm64 Maintainer: William Woodall Installed-Size: 135 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2), ros-kilted-ament-index-cpp, ros-kilted-rcpputils, ros-kilted-rcutils, ros-kilted-rmw-implementation-cmake, ros-kilted-ros-workspace, ros-kilted-rmw-fastrtps-cpp | ros-kilted-rmw-cyclonedds-cpp | ros-kilted-rmw-connextdds Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-implementation/ros-kilted-rmw-implementation_3.0.7-1noble.20260519.035502_arm64.deb Size: 24648 SHA256: cba329eaba52a7d5d980ec16157036b4d2b1e5075459555f858c3f2e6e462029 SHA1: c61a0a5f0a5105ad43ea5ba9e5c153967c450a0e MD5sum: dada41609af6327c74bf05b71b013934 Description: Proxy implementation of the ROS 2 Middleware Interface. Package: ros-kilted-rmw-implementation-cmake Version: 7.8.2-2noble.20260410.154619 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 57 Depends: ros-kilted-ament-cmake, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-implementation-cmake/ros-kilted-rmw-implementation-cmake_7.8.2-2noble.20260410.154619_arm64.deb Size: 9166 SHA256: bb7546d0fec708b92384d22abc5888f200e44f5ffaafaba55de3e0eaa070663a SHA1: cb2e66167c47a8e792f3867e1aac2243d83a15e8 MD5sum: 64e8216224aa20d5a8e2157fd388ecaf Description: CMake functions which can discover and enumerate available implementations. Package: ros-kilted-rmw-implementation-dbgsym Package-Type: ddeb Source: ros-kilted-rmw-implementation Version: 3.0.7-1noble.20260519.035502 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: William Woodall Installed-Size: 127 Depends: ros-kilted-rmw-implementation (= 3.0.7-1noble.20260519.035502) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-implementation/ros-kilted-rmw-implementation-dbgsym_3.0.7-1noble.20260519.035502_arm64.deb Size: 99306 SHA256: cd9f779e9b34fcc64910c08849edfa138ae07c149b5f727b52bd50f5581c1206 SHA1: 5674bbaaf55a004ddeee7e0bd52fce87366c5933 MD5sum: c4961a0421202a93ed59cfdaadbc30f6 Description: debug symbols for ros-kilted-rmw-implementation Build-Ids: d95c546752787dc03081330f0f2a75674edd822b Package: ros-kilted-rmw-security-common Version: 7.8.2-2noble.20260410.160806 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 140 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), ros-kilted-rcutils, ros-kilted-rmw, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-security-common/ros-kilted-rmw-security-common_7.8.2-2noble.20260410.160806_arm64.deb Size: 22658 SHA256: a5b90a94108c32828ce264bb05dc3e01f3e4d6ad81312e2cc579b8e51cb284e0 SHA1: 5058c128ffc9ce929cb7c4d9eddf95ae4987a1fe MD5sum: 27662e00d9c244d16eca69a7fca515c2 Description: Define a common rmw secutiry utils Package: ros-kilted-rmw-security-common-dbgsym Package-Type: ddeb Source: ros-kilted-rmw-security-common Version: 7.8.2-2noble.20260410.160806 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 233 Depends: ros-kilted-rmw-security-common (= 7.8.2-2noble.20260410.160806) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-security-common/ros-kilted-rmw-security-common-dbgsym_7.8.2-2noble.20260410.160806_arm64.deb Size: 206848 SHA256: b998a3e08f3783fd89b4af0599c9a2937b6edb6f12bd2b4c33ca72aafe1bc75a SHA1: 8685e06a5f8568593a6b527c38befd3c616ee186 MD5sum: 438a8fa01aa163c45ab47e15604ed8eb Description: debug symbols for ros-kilted-rmw-security-common Build-Ids: 629c0ef938e6aff6ced16a020e7bd111965ab788 Package: ros-kilted-rmw-stats-shim Version: 0.2.3-1noble.20260519.033626 Architecture: arm64 Maintainer: Emerson Knapp Installed-Size: 135 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), ros-kilted-rosgraph-monitor-msgs, ros-kilted-rosidl-runtime-cpp, ros-kilted-rosidl-typesupport-cpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-stats-shim/ros-kilted-rmw-stats-shim_0.2.3-1noble.20260519.033626_arm64.deb Size: 27280 SHA256: 6392ac64476a0d35ea5c62dbb0fc8e75e90689b5aa7cc9e7137003df27dbdf03 SHA1: c22e87e32acf635bc2e1f90a5e27fe776c564a68 MD5sum: f1e4026f6239b926ec31bc8b63a7fd04 Description: Partial RMW shim library to instrument RMW API calls Package: ros-kilted-rmw-stats-shim-dbgsym Package-Type: ddeb Source: ros-kilted-rmw-stats-shim Version: 0.2.3-1noble.20260519.033626 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Emerson Knapp Installed-Size: 300 Depends: ros-kilted-rmw-stats-shim (= 0.2.3-1noble.20260519.033626) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-stats-shim/ros-kilted-rmw-stats-shim-dbgsym_0.2.3-1noble.20260519.033626_arm64.deb Size: 271102 SHA256: c4440acdb28ce620f89a5b8cfe41fa8d26f471f02dce0d492b55718efc6cd021 SHA1: 62ba00df70801dd8a994f3144e92b4426dec8f2d MD5sum: 87642ade9b84a0e941951b2577d6fbdd Description: debug symbols for ros-kilted-rmw-stats-shim Build-Ids: b751ec4c34a5dd292abf0fbd11f63285b348eec0 Package: ros-kilted-rmw-test-fixture Version: 0.14.7-1noble.20260410.160844 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 58 Depends: ros-kilted-rmw, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-test-fixture/ros-kilted-rmw-test-fixture_0.14.7-1noble.20260410.160844_arm64.deb Size: 9002 SHA256: 852e471e9c4fd92a232ee44d6b6c3546112cd621d786e7c77b415e73e0e464b9 SHA1: 71df87fc9889be154a4ecd0bc62b2d61fca9cfc2 MD5sum: 23486f0d9ec8a6c6500ad65ef46a2f7f Description: Plugin interface for tools for isolating ROS communication at the RMW layer Package: ros-kilted-rmw-test-fixture-implementation Version: 0.14.7-1noble.20260519.035841 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 271 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2), ros-kilted-rcpputils, ros-kilted-rcutils, ros-kilted-rmw, ros-kilted-rmw-test-fixture, ros-kilted-rpyutils, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-test-fixture-implementation/ros-kilted-rmw-test-fixture-implementation_0.14.7-1noble.20260519.035841_arm64.deb Size: 20992 SHA256: 5e0eea3052ba396530fc94c0393eee3e0896a2dcb08d5ded059d8d56084d8564 SHA1: 6f5e46f1b7cf7dc6a5d3fd6379a5b0907f7dfe7c MD5sum: 2025afe5133dcc3b338cb2f51e932474 Description: Tools for isolating ROS environments at the RMW layer Package: ros-kilted-rmw-test-fixture-implementation-dbgsym Package-Type: ddeb Source: ros-kilted-rmw-test-fixture-implementation Version: 0.14.7-1noble.20260519.035841 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 121 Depends: ros-kilted-rmw-test-fixture-implementation (= 0.14.7-1noble.20260519.035841) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-test-fixture-implementation/ros-kilted-rmw-test-fixture-implementation-dbgsym_0.14.7-1noble.20260519.035841_arm64.deb Size: 86232 SHA256: f99cfcf31c905b91326ba49b1b20253e23c796043d606be12eb6e919c486183f SHA1: 022555163084ab956d327ed9bb4d94084242055b MD5sum: 48517205a2c8c236c9fc991bbdf2ec68 Description: debug symbols for ros-kilted-rmw-test-fixture-implementation Build-Ids: 345f947a44a56e164e362d6fa027375ed4ac7314 725d751834d87b5b302aee7195d2aea5edf68f4c eaa2870810b69b6ad0f5b326a8edd10b2c217ba9 Package: ros-kilted-rmw-zenoh-cpp Version: 0.6.6-1noble.20260519.015730 Architecture: arm64 Maintainer: Yadunund Installed-Size: 796 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-fastcdr, ros-kilted-ament-index-cpp, ros-kilted-rcpputils, ros-kilted-rcutils, ros-kilted-rmw, ros-kilted-rmw-test-fixture, ros-kilted-rosidl-typesupport-fastrtps-c, ros-kilted-rosidl-typesupport-fastrtps-cpp, ros-kilted-tracetools, ros-kilted-zenoh-cpp-vendor, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-zenoh-cpp/ros-kilted-rmw-zenoh-cpp_0.6.6-1noble.20260519.015730_arm64.deb Size: 223446 SHA256: f3c47fe599bfd76e8fcce527b0a026dcd353867b64c719635959109aec76744d SHA1: 620feac483756b1fb988b8be3f7c99acfa505b15 MD5sum: 254a992fe5535410f14273f14b8fc6ea Description: A ROS 2 middleware implementation using zenoh-cpp Package: ros-kilted-rmw-zenoh-cpp-dbgsym Package-Type: ddeb Source: ros-kilted-rmw-zenoh-cpp Version: 0.6.6-1noble.20260519.015730 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Yadunund Installed-Size: 5383 Depends: ros-kilted-rmw-zenoh-cpp (= 0.6.6-1noble.20260519.015730) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-zenoh-cpp/ros-kilted-rmw-zenoh-cpp-dbgsym_0.6.6-1noble.20260519.015730_arm64.deb Size: 5107204 SHA256: c8fb47e2b8f74e4790227a3dd78b88785c8e1eabd9dd1dbb48325efdb3c2418b SHA1: bcef5b01a42d5ffe1ddaf42bfaa617965df51290 MD5sum: 9988c2a8495ff0693f58102e88c2883f Description: debug symbols for ros-kilted-rmw-zenoh-cpp Build-Ids: 87e36a397bbf79eeeca3bac2a9858da6c1e069d3 8b8c598c24ba1b048de9643fce73a54fdd6933cf 9d068262078457d32605b366f4dba393729abe11 Package: ros-kilted-robot-calibration Version: 0.10.1-1noble.20260519.101521 Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 5284 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-calib3d406t64 (>= 4.6.0+dfsg), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-kilted-geometric-shapes, libceres-dev, libgflags-dev, liborocos-kdl-dev, libprotobuf-dev, libprotoc-dev, libsuitesparse-dev, libtinyxml2-dev, libyaml-cpp-dev, protobuf-compiler, ros-kilted-camera-calibration-parsers, ros-kilted-control-msgs, ros-kilted-cv-bridge, ros-kilted-geometry-msgs, ros-kilted-kdl-parser, ros-kilted-moveit-msgs, ros-kilted-nav-msgs, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-robot-calibration-msgs, ros-kilted-rosbag2-cpp, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-tinyxml2-vendor, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/robot_calibration Priority: optional Section: misc Filename: pool/main/r/ros-kilted-robot-calibration/ros-kilted-robot-calibration_0.10.1-1noble.20260519.101521_arm64.deb Size: 901830 SHA256: d4f26920663943c77e67783d6aee20754979ac6e622764bb0edd2261dc6f9392 SHA1: 0729241a3d3f23ce44989b1b3880c9e5a5cf2174 MD5sum: 5a7ac0aba157a8c270e48749a7ec4d75 Description: Calibrate a Robot Package: ros-kilted-robot-calibration-dbgsym Package-Type: ddeb Source: ros-kilted-robot-calibration Version: 0.10.1-1noble.20260519.101521 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 33569 Depends: ros-kilted-robot-calibration (= 0.10.1-1noble.20260519.101521) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-robot-calibration/ros-kilted-robot-calibration-dbgsym_0.10.1-1noble.20260519.101521_arm64.deb Size: 29414650 SHA256: 93de4e44b505036e92ba48be6df68b92e133b8e10b1d185f4f884612fe9a50ac SHA1: 138dc70f0efd6b8a39b28e994394bea7b1bc7587 MD5sum: 25ad8187d1586ded79620cd30941291d Description: debug symbols for ros-kilted-robot-calibration Build-Ids: 0f47071ffe6eb79d5e8fcb0db7d2601b77b79ef7 7dd8589477d4bb8f98c43d1dd92e8dae2829d732 c13a32c13a3fe6cf83f1feaef62fcf9631d7de66 c289a6f8abbf456d7d144b1fc84c370f344f2d2d c369aa6442cdb5897716173c662f6999cbe45ff8 c8b6c1fbdb497a9b113b43b49f5718250044f319 d582fd0deb7715bd3bf6fd4a3638ee8bc834cc2b e82a8e442db868073f3dfabd47d950c4ef9ee2c5 Package: ros-kilted-robot-calibration-msgs Version: 0.10.1-1noble.20260519.034012 Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 2829 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-action-msgs, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-generators, ros-kilted-rosidl-default-runtime, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/robot_calibration_msgs Priority: optional Section: misc Filename: pool/main/r/ros-kilted-robot-calibration-msgs/ros-kilted-robot-calibration-msgs_0.10.1-1noble.20260519.034012_arm64.deb Size: 182498 SHA256: 935d8a84e8be951b148a64bc98f15d0979e033426c90385f9bc96a81a5893e9e SHA1: cc4c6c487fc674c09a5c8a2b408ab7691bebbef1 MD5sum: 9dcb1dabeee21ad23194cee6ef9bd6ad Description: Messages for calibrating a robot Package: ros-kilted-robot-calibration-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-robot-calibration-msgs Version: 0.10.1-1noble.20260519.034012 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 1777 Depends: ros-kilted-robot-calibration-msgs (= 0.10.1-1noble.20260519.034012) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-robot-calibration-msgs/ros-kilted-robot-calibration-msgs-dbgsym_0.10.1-1noble.20260519.034012_arm64.deb Size: 1303716 SHA256: ab0a3998676d0826282a0bc95515f594eed0f65bddb5b7e6e22b54f8fd307de7 SHA1: d5bbc0ff73e85743ed4792db9d89e8638b7a3aae MD5sum: 3d62993902676b14646a22f30961deb0 Description: debug symbols for ros-kilted-robot-calibration-msgs Build-Ids: 0f0deb26055a8899f0d5fd498e3f404fb4cfef4a 1b961df6083c808e87d25a7f261f3ac983b807ec 36d93de155101cf2f19b371a4b606b1d8ef8afb8 536e6c795e89bbfe314992c69bb96195d5c77a4c 741cc70aab4d2c63caf25605134b010718dffbe6 bd333aaeec3247c661ef711e0e3c81683bbf5ed0 ceebc3fbc6cb7121bc11405fd2c18e65ef8f589d dabcbe919c1c70b5c7a048bf71605f2c4092651d eecd772a8622e50f3c62b102b61f547a8ce31860 f9a8b566adbe317960f1af2e0a154b1f429ebf6d fb2c171c5f5bad5551cfc98b76ad5a20d3b6af5a Package: ros-kilted-robot-localization Version: 3.9.4-1noble.20260519.133757 Architecture: arm64 Maintainer: Tom Moore Installed-Size: 7774 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libgeographiclib26 (>= 1.43), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-kilted-fastcdr, libboost-dev, libeigen3-dev, libgeographiclib-dev, ros-kilted-angles, ros-kilted-builtin-interfaces, ros-kilted-diagnostic-msgs, ros-kilted-diagnostic-updater, ros-kilted-geographic-msgs, ros-kilted-geometry-msgs, ros-kilted-message-filters, ros-kilted-nav-msgs, ros-kilted-rclcpp, ros-kilted-rosidl-default-runtime, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-tf2, ros-kilted-tf2-eigen, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-yaml-cpp-vendor, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/robot_localization Priority: optional Section: misc Filename: pool/main/r/ros-kilted-robot-localization/ros-kilted-robot-localization_3.9.4-1noble.20260519.133757_arm64.deb Size: 827082 SHA256: 76d6fe7e8a999f3abf0852c8ae3c5f4f058876236beb54f4d53362489d56a2de SHA1: 3e7a18c953ac3eca83714c683a4694b0287f5b78 MD5sum: 508fd54c5f9376b4807b7b9eb4ec17e5 Description: Provides nonlinear state estimation through sensor fusion of an abritrary number of sensors. Package: ros-kilted-robot-localization-dbgsym Package-Type: ddeb Source: ros-kilted-robot-localization Version: 3.9.4-1noble.20260519.133757 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tom Moore Installed-Size: 24824 Depends: ros-kilted-robot-localization (= 3.9.4-1noble.20260519.133757) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-robot-localization/ros-kilted-robot-localization-dbgsym_3.9.4-1noble.20260519.133757_arm64.deb Size: 21278912 SHA256: 1fb1785db2c6fdce49e7e0bb8e56d9d15ca478a6df335abb9a269811ab08982c SHA1: 60f5f6084bb7447d6c5bae3eac348aaafd20464a MD5sum: 186277549bf74b645a0a3c6e63ca43d9 Description: debug symbols for ros-kilted-robot-localization Build-Ids: 040f17ba27cb39503598b851dfbf04aef0b955e3 07691d5f6de6b14a7d45d718139915943ff94ccc 29363e9a4da475e6ca249ec7c2f4add1cda9ece9 29daf9838ef308ff233173a474cfa86dc046976e 2a7939f905c8c5e994001560bd3525349f12bc54 316b3302ea8f6eec5f927a3b800b37df0f3a4c26 3645c7c75428e8c2d5e03623341f0ec6830084dd 6f9ab074748b81c475941dee4933d81c7fc68a7a 73fbaaba401b9f6e03ef9809c414589f476092a6 8b0f0876fd5380c2ce9e7b0211a42a264588374e 8d7363a202b0ab231ac6ec5e7c18a7450df58608 a399c11ac318220b707ae1305b44572888402727 af0241021a7ec5fadba0e54e2d41dfc3d70d8e5a b5a428866f4e5c59954bf0ea8e34a687bad76fc9 df7fe31f996dd9490488d41e088dc6b56d61b982 eb323d905534b84c1c90d5df27acc18302ccf146 Package: ros-kilted-robot-state-publisher Version: 3.4.3-1noble.20260519.050618 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 1006 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-kdl-parser, ros-kilted-orocos-kdl-vendor, ros-kilted-rcl-interfaces, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-tf2-ros, ros-kilted-urdf, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-robot-state-publisher/ros-kilted-robot-state-publisher_3.4.3-1noble.20260519.050618_arm64.deb Size: 168292 SHA256: 9437b0fe05606c497684824551b2b7c2da2e5ee41c259e5fcacbb6e8553a753e SHA1: 82d2a27d1e23e3523eb15d2003000570ea2f7a0e MD5sum: edcc10eed24fee3e1a85f7808fa085e6 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-kilted-robot-state-publisher-dbgsym Package-Type: ddeb Source: ros-kilted-robot-state-publisher Version: 3.4.3-1noble.20260519.050618 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 4151 Depends: ros-kilted-robot-state-publisher (= 3.4.3-1noble.20260519.050618) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-robot-state-publisher/ros-kilted-robot-state-publisher-dbgsym_3.4.3-1noble.20260519.050618_arm64.deb Size: 3489140 SHA256: 3f34d6e5e3780680fc2b4711dfb84608d078f9b12ca507c128af0a9e12426e31 SHA1: 654f661c55dbe7a8329ccfaa041302c4cca8fa32 MD5sum: 14502b8da4d446fa60bb5cfabd0edde7 Description: debug symbols for ros-kilted-robot-state-publisher Build-Ids: 98d8375b517e018e8069272384bf27d7cc200004 edb7bad51c2f09df9018baaa0267bb5c27932d6d Package: ros-kilted-robotiq-controllers Version: 0.0.1-3noble.20260520.085547 Architecture: arm64 Maintainer: Alex Moriarty Installed-Size: 202 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-controller-interface, ros-kilted-std-srvs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-robotiq-controllers/ros-kilted-robotiq-controllers_0.0.1-3noble.20260520.085547_arm64.deb Size: 37026 SHA256: 4474b2648727a97c3d794f642606a2d43270726638bf037baa87fcc2b07698a9 SHA1: 399e673d4d195b6cd0bcd44e2d2d3663e4395e06 MD5sum: e1495f6714aeaef6ac8076f1383a0c67 Description: Controllers for the Robotiq gripper. Package: ros-kilted-robotiq-controllers-dbgsym Package-Type: ddeb Source: ros-kilted-robotiq-controllers Version: 0.0.1-3noble.20260520.085547 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alex Moriarty Installed-Size: 613 Depends: ros-kilted-robotiq-controllers (= 0.0.1-3noble.20260520.085547) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-robotiq-controllers/ros-kilted-robotiq-controllers-dbgsym_0.0.1-3noble.20260520.085547_arm64.deb Size: 559902 SHA256: 07d630ad3191767e746f354258ee1c2cae12b368c2622007fb588cae3f353986 SHA1: 2a41df3a43caaf27ba361bb50d4f3adb61d0abee MD5sum: 7f311267eb4e4480929ac02d96929a39 Description: debug symbols for ros-kilted-robotiq-controllers Build-Ids: eb6a043b4075e26b0291f30dbc37f1340bb75708 Package: ros-kilted-robotiq-description Version: 0.0.1-3noble.20260519.151232 Architecture: arm64 Maintainer: Alex Moriarty Installed-Size: 3641 Depends: ros-kilted-joint-state-publisher-gui, ros-kilted-launch, ros-kilted-launch-ros, ros-kilted-robot-state-publisher, ros-kilted-rviz2, ros-kilted-urdf, ros-kilted-xacro, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-robotiq-description/ros-kilted-robotiq-description_0.0.1-3noble.20260519.151232_arm64.deb Size: 794526 SHA256: 08db96ce9a35fcb858664225c362b74ae7fb8b7465b6d363d5d0e736020c8328 SHA1: c5c504746d3482acafd3ccc3924aa6e79ea16fc7 MD5sum: 2616a04db201cf42a651bd80c770a96e Description: URDF and xacro description package for the Robotiq gripper. Package: ros-kilted-robotraconteur Version: 1.2.7-1noble.20260410.182627 Architecture: arm64 Maintainer: John Wason Installed-Size: 19285 Depends: libboost-chrono1.83.0t64 (>= 1.83.0), libboost-filesystem1.83.0 (>= 1.83.0), libboost-program-options1.83.0 (>= 1.83.0), libboost-random1.83.0 (>= 1.83.0), libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libssl3t64 (>= 3.0.0), libstdc++6 (>= 13.1), libbluetooth3, libboost-atomic1.83.0, libboost-date-time1.83.0, libboost-regex1.83.0, libboost-system1.83.0, libdbus-1-dev, libssl-dev, libusb-1.0-0, python3-dev, python3-numpy, python3-setuptools, zlib1g-dev, ros-kilted-ros-workspace Homepage: http://robotraconteur.com Priority: optional Section: misc Filename: pool/main/r/ros-kilted-robotraconteur/ros-kilted-robotraconteur_1.2.7-1noble.20260410.182627_arm64.deb Size: 4067748 SHA256: 8944cdab739efdb55c6d4e2831eddd3b0efecaa86f5953c5a37e0cc8555e6502 SHA1: 885b6014655bacc3dbf4d1609c773a9c915ef835 MD5sum: cb3136661246d0305a75832786aabf22 Description: The robotraconteur package Package: ros-kilted-robotraconteur-companion Version: 0.4.2-1noble.20260410.190701 Architecture: arm64 Maintainer: John Wason Installed-Size: 18329 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-kilted-robotraconteur, libboost-atomic1.83.0, libboost-chrono1.83.0, 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-kilted-ros-workspace Homepage: http://robotraconteur.com Priority: optional Section: misc Filename: pool/main/r/ros-kilted-robotraconteur-companion/ros-kilted-robotraconteur-companion_0.4.2-1noble.20260410.190701_arm64.deb Size: 2524460 SHA256: a3d07de7f795d48a25f96c33877c3c53d5dd3c62abf57a768af111739a534ae9 SHA1: 3ef84421cd4b95792dd707ba48e2187bcc296531 MD5sum: 3b70237b9f851f60439dd79c4555ffba Description: Robot Raconteur Companion library for C++ Package: ros-kilted-robotraconteur-companion-dbgsym Package-Type: ddeb Source: ros-kilted-robotraconteur-companion Version: 0.4.2-1noble.20260410.190701 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: John Wason Installed-Size: 71889 Depends: ros-kilted-robotraconteur-companion (= 0.4.2-1noble.20260410.190701) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-robotraconteur-companion/ros-kilted-robotraconteur-companion-dbgsym_0.4.2-1noble.20260410.190701_arm64.deb Size: 57091038 SHA256: fe0acbab0f30aacea8a08ddb45b90254517363c4bdecf6fae84240045692a475 SHA1: 677099543fc90bb828bc349a3a7115a7f6894e9a MD5sum: c882f1e4b1e6329fb48b3e3a330e2d70 Description: debug symbols for ros-kilted-robotraconteur-companion Build-Ids: 51a45c6ce6b3c4f94c276d4a555d809eb9709ae9 Package: ros-kilted-robotraconteur-dbgsym Package-Type: ddeb Source: ros-kilted-robotraconteur Version: 1.2.7-1noble.20260410.182627 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: John Wason Installed-Size: 75797 Depends: ros-kilted-robotraconteur (= 1.2.7-1noble.20260410.182627) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-robotraconteur/ros-kilted-robotraconteur-dbgsym_1.2.7-1noble.20260410.182627_arm64.deb Size: 65591736 SHA256: 57533255963d1ad40c95bb1bfb07d138acda08d10810816c4f2e226449c9cf05 SHA1: 80135f2df27fd1f9c308ae3cf460381b8d76473a MD5sum: b1eceb714c6d4977e2c070cff504bcb0 Description: debug symbols for ros-kilted-robotraconteur Build-Ids: 054694052574c4ab9171e2de9263409a488dafa4 14055d64385b81dbcdc3c259404cf0fc1cc1a9e6 f0f32796a81d79abc93bcb6cfce8dcd0b4f7f00d Package: ros-kilted-ros-babel-fish Version: 3.26.40-1noble.20260519.045739 Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 2066 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libstdc++6 (>= 13.1), ros-kilted-ament-index-cpp, ros-kilted-geometry-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-rcpputils, ros-kilted-rosidl-runtime-cpp, ros-kilted-rosidl-typesupport-cpp, ros-kilted-rosidl-typesupport-introspection-cpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-babel-fish/ros-kilted-ros-babel-fish_3.26.40-1noble.20260519.045739_arm64.deb Size: 337672 SHA256: e5eab6e59439ac44dab16e2007991617af5c9e609ba38cb0a0ab19ef5d198f3b SHA1: db4b6d3bfdf45010313c2d9d7fbb2e23c13b085f MD5sum: 474a25532c22ff8beab722224865db28 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-kilted-ros-babel-fish-dbgsym Package-Type: ddeb Source: ros-kilted-ros-babel-fish Version: 3.26.40-1noble.20260519.045739 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 8028 Depends: ros-kilted-ros-babel-fish (= 3.26.40-1noble.20260519.045739) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-babel-fish/ros-kilted-ros-babel-fish-dbgsym_3.26.40-1noble.20260519.045739_arm64.deb Size: 6926060 SHA256: 38be8188da15f146ca88888a9b1dfa5b15d660e8265bb2d6fbf7f7848cfc7b82 SHA1: b34275fed95fa6a56db84be0959818bd65e24649 MD5sum: 615d1bfdc9541261650a987bb581624e Description: debug symbols for ros-kilted-ros-babel-fish Build-Ids: 20cf1a67cbca4d0dd7b2be7181ec6cdca5aa3547 4fa82ee33a65c6a757da6fb1af307a0bd036d1ee 672dc297e59b50ff78d3178d3bea8f5191888ce5 6d60cd1c68dc7d697be86e98cfeb67fb471880da 9f3207298b1d363a33e4dfe6ce3738bc464dae56 ed18e98ac00c975139a851a1b5db30d753d6f6ab fccf761d7107bfd4717512040ae1af32af8f21d6 Package: ros-kilted-ros-babel-fish-test-msgs Version: 3.26.40-1noble.20260519.025943 Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 2912 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-babel-fish-test-msgs/ros-kilted-ros-babel-fish-test-msgs_3.26.40-1noble.20260519.025943_arm64.deb Size: 203880 SHA256: 66db736763dfdde0128b6279dd61bb613a11df083b65e07af794e450f4745eb6 SHA1: dc9d9f8a22591d1cb63da83065e9ec5f93e7a710 MD5sum: 2991d380be152d0b313a565cdfcc37af Description: Test messages for the ros_babel_fish project tests. Package: ros-kilted-ros-babel-fish-test-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-ros-babel-fish-test-msgs Version: 3.26.40-1noble.20260519.025943 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 1727 Depends: ros-kilted-ros-babel-fish-test-msgs (= 3.26.40-1noble.20260519.025943) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-babel-fish-test-msgs/ros-kilted-ros-babel-fish-test-msgs-dbgsym_3.26.40-1noble.20260519.025943_arm64.deb Size: 1278554 SHA256: 406b448aef3f974067c3254f3ce9c6a1dc6d89dceb2580a9a3444183a198034e SHA1: 96ae68a37c242e43c677f005eae9946eeb5c1719 MD5sum: ed612f3dacc9b2f996feb0d26536675d Description: debug symbols for ros-kilted-ros-babel-fish-test-msgs Build-Ids: 0e7e6f8190e065fd92ac9be694d019a13e4ada6c 1cc39cc3bc96db70ffc728713a177d428e9caf8f 4ad41bcbcf05bcc75c6466c341cb7b0c3f346d9b 652f86c4b62b97a1a5bfc27fafa4e77e31fdc58d 6a8f06ad539cf124faa98f943622f7b1d79608fc 8c148e0104088a02348a6823072cc766566c1729 9d86464ba69851c89dfd59583c79585fdabeb0a4 aae8e2fcd4a34fac4993992eff1007373a7aa951 b1b717604e0db667b2f63dacde7372d1d9ad2ff7 ba98b04188a472a8a7c5295bc6db5c39e6c74ca0 f285da3a1c60a62f976e1273eb9f08d6071bf592 Package: ros-kilted-ros-babel-fish-tools Version: 3.26.40-1noble.20260519.153028 Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 1355 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-kilted-rclcpp, ros-kilted-ros-babel-fish, ros-kilted-yaml-cpp-vendor, ros-kilted-ros-workspace Homepage: https://github.com/StefanFabian/ros_babel_fish Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-babel-fish-tools/ros-kilted-ros-babel-fish-tools_3.26.40-1noble.20260519.153028_arm64.deb Size: 197962 SHA256: bc8371f2e28f0e005b8227a409a8e8c15860646c961802b8535453704d1ad109 SHA1: 9ca12c10c8cae143bf6d67848d46aa95c3bae2c1 MD5sum: d98e2bf02ba80738ded2c568c0534d9c 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-kilted-ros-babel-fish-tools-dbgsym Package-Type: ddeb Source: ros-kilted-ros-babel-fish-tools Version: 3.26.40-1noble.20260519.153028 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 1362 Depends: ros-kilted-ros-babel-fish-tools (= 3.26.40-1noble.20260519.153028) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-babel-fish-tools/ros-kilted-ros-babel-fish-tools-dbgsym_3.26.40-1noble.20260519.153028_arm64.deb Size: 1214996 SHA256: f877ee6cee8d9ea953630b0be90a9e960d86dcdf64ce83ef28eb3e3d9f5499b2 SHA1: 589ec7eff48c03d5680a72c880dac9da7753dd56 MD5sum: 95140d8f19dbd0334bae0e4a1c4efc69 Description: debug symbols for ros-kilted-ros-babel-fish-tools Build-Ids: b9a519539e5868709a20c335cf83f69d78aeeb54 Package: ros-kilted-ros-base Version: 0.12.0-2noble.20260519.153848 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 42 Depends: ros-kilted-geometry2, ros-kilted-kdl-parser, ros-kilted-robot-state-publisher, ros-kilted-ros-core, ros-kilted-rosbag2, ros-kilted-urdf, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-base/ros-kilted-ros-base_0.12.0-2noble.20260519.153848_arm64.deb Size: 5678 SHA256: 27cbccd640209c2333c8963560646ab83f8ed7221802e8eeeb34aeda6affd50f SHA1: 36f56404c7719e077f8362c4ce7b9989d30237c8 MD5sum: 7f79fdb5c1c615a7b12b847ae3579ab4 Description: A package which extends 'ros_core' and includes other basic functionalities like tf2 and urdf. Package: ros-kilted-ros-core Version: 0.12.0-2noble.20260519.153805 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 43 Depends: ros-kilted-ament-cmake, ros-kilted-ament-cmake-auto, ros-kilted-ament-cmake-gmock, ros-kilted-ament-cmake-gtest, ros-kilted-ament-cmake-pytest, ros-kilted-ament-cmake-ros, ros-kilted-ament-index-cpp, ros-kilted-ament-index-python, ros-kilted-ament-lint-auto, ros-kilted-ament-lint-common, ros-kilted-class-loader, ros-kilted-common-interfaces, ros-kilted-launch, ros-kilted-launch-ros, ros-kilted-launch-testing, ros-kilted-launch-testing-ament-cmake, ros-kilted-launch-testing-ros, ros-kilted-launch-xml, ros-kilted-launch-yaml, ros-kilted-pluginlib, ros-kilted-rcl-lifecycle, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-rclcpp-lifecycle, ros-kilted-rclpy, ros-kilted-ros-environment, ros-kilted-ros2cli-common-extensions, ros-kilted-ros2launch, ros-kilted-rosidl-default-generators, ros-kilted-rosidl-default-runtime, ros-kilted-sros2, ros-kilted-sros2-cmake, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-core/ros-kilted-ros-core_0.12.0-2noble.20260519.153805_arm64.deb Size: 6474 SHA256: 70916ea8c5e3bf4a4b470fe3161ac4055484cac05e6434bfaa7b9048d99eeda8 SHA1: 905c5fafc7ff1d2bc52e349bf5c1465787c0309f MD5sum: 3e4effe37628ffbdd40779ad712c4231 Description: A package to aggregate the packages required to use publish / subscribe, services, generate messages and other core ROS concepts. Package: ros-kilted-ros-environment Version: 4.3.1-1noble.20260410.135231 Architecture: arm64 Maintainer: Steven! Ragnarök Installed-Size: 50 Depends: ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-environment/ros-kilted-ros-environment_4.3.1-1noble.20260410.135231_arm64.deb Size: 5848 SHA256: 808a2edc4e6da7087976c54e3e7b87bfe85ab5a73a49e2bafcbf67c6a48fd035 SHA1: 35c677166824284ea0ed560bbccbaad16ee0af6f MD5sum: 0d00b4b85329f0f986c753a122b8bff7 Description: The package provides the environment variables `ROS_VERSION` and `ROS_DISTRO`. Package: ros-kilted-ros-gz Version: 2.1.16-1noble.20260519.152013 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 43 Depends: ros-kilted-ros-gz-bridge, ros-kilted-ros-gz-image, ros-kilted-ros-gz-sim, ros-kilted-ros-gz-sim-demos, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-gz/ros-kilted-ros-gz_2.1.16-1noble.20260519.152013_arm64.deb Size: 7042 SHA256: e91e1a2d4df907630592ca8f3ad724bd4391aa1b3cc9468506c7ca773cd13e1c SHA1: 3c9b85e644c1156f8d76684fb51a8c070f2071d2 MD5sum: cdd03d45321e828086f2dc548cf3eaeb Description: Meta-package containing interfaces for using ROS 2 with Gazebo simulation. Package: ros-kilted-ros-gz-bridge Version: 2.1.16-1noble.20260519.044348 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 19285 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-kilted-gz-msgs-vendor, ros-kilted-gz-transport-vendor, ros-kilted-actuator-msgs, ros-kilted-geometry-msgs, ros-kilted-gps-msgs, ros-kilted-launch, ros-kilted-launch-ros, ros-kilted-marine-acoustic-msgs, ros-kilted-nav-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-ros-gz-interfaces, ros-kilted-rosgraph-msgs, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-tf2-msgs, ros-kilted-trajectory-msgs, ros-kilted-vision-msgs, ros-kilted-yaml-cpp-vendor, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-gz-bridge/ros-kilted-ros-gz-bridge_2.1.16-1noble.20260519.044348_arm64.deb Size: 1749270 SHA256: f32dec58897f2c2afe961e68c4869d6e4a3dbb4044945d8e2f7a98502afd4742 SHA1: 0c2421278d453ba91d237de591731b3ced86d825 MD5sum: 226a5677bc8946c5520dad06b7da8ac8 Description: Bridge communication between ROS and Gazebo Transport Package: ros-kilted-ros-gz-bridge-dbgsym Package-Type: ddeb Source: ros-kilted-ros-gz-bridge Version: 2.1.16-1noble.20260519.044348 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 78639 Depends: ros-kilted-ros-gz-bridge (= 2.1.16-1noble.20260519.044348) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-gz-bridge/ros-kilted-ros-gz-bridge-dbgsym_2.1.16-1noble.20260519.044348_arm64.deb Size: 60126682 SHA256: cd68f27fb2317687b80e4c57a424936d6c8fd05cb60c2091ef653a675a272229 SHA1: 8572ce25bdbedc66592ecca95654d4234c02bfbd MD5sum: 7eddc05a82fcb8e0ec108ad961daed82 Description: debug symbols for ros-kilted-ros-gz-bridge Build-Ids: 2648f47cba88204d6a8a511e5a5b5d835d629f73 6c85c92d71e76a8fd1fc54711e5522cb8fb1d84f 98b78b46f78efac0eecd883da614c6dc981a927c a98ebc70b0faa7dbf8bf31bc7517b4ed80711b79 e4482cfc7d92e3bcac892e3d5deb6c3e80882af3 Package: ros-kilted-ros-gz-image Version: 2.1.16-1noble.20260519.090919 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 112 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), ros-kilted-gz-msgs-vendor, ros-kilted-gz-transport-vendor, ros-kilted-image-transport, ros-kilted-rclcpp, ros-kilted-ros-gz-bridge, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-gz-image/ros-kilted-ros-gz-image_2.1.16-1noble.20260519.090919_arm64.deb Size: 25990 SHA256: ded8634892ecbbcfe5161988ddfeaaa5fe1e74370fc228674802adbac6ee3734 SHA1: decb76d26aff18f924dbe9d40a08afe9623b69b1 MD5sum: da5034cbf81d5fabed6fd9bc33f14326 Description: Image utilities for Gazebo simulation with ROS. Package: ros-kilted-ros-gz-image-dbgsym Package-Type: ddeb Source: ros-kilted-ros-gz-image Version: 2.1.16-1noble.20260519.090919 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 531 Depends: ros-kilted-ros-gz-image (= 2.1.16-1noble.20260519.090919) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-gz-image/ros-kilted-ros-gz-image-dbgsym_2.1.16-1noble.20260519.090919_arm64.deb Size: 489396 SHA256: 224bb6123f08bbc1e78a5daa9c2d336a4072ae41c7a825fbaef44d0ff7e806aa SHA1: 873f59a42c9412eb0cb10fbc8eb95196880efcb3 MD5sum: f7a5ce5f789cad60bdb72f8fc9a2ef6b Description: debug symbols for ros-kilted-ros-gz-image Build-Ids: c5bd8ec1a76de8448ac04fbabce64d1f237576dd Package: ros-kilted-ros-gz-interfaces Version: 2.1.16-1noble.20260519.030000 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 5868 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rcl-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-gz-interfaces/ros-kilted-ros-gz-interfaces_2.1.16-1noble.20260519.030000_arm64.deb Size: 390354 SHA256: 00862bd620fdb595b71fe79e3e49397a4543299e2898222a8ea5b7ab3b71d387 SHA1: 7c874d8d7c6768833398f77308c2aa40ef972b55 MD5sum: f4994a60b9a4bd6c6e022540faae81b9 Description: Message and service data structures for interacting with Gazebo from ROS2. Package: ros-kilted-ros-gz-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-ros-gz-interfaces Version: 2.1.16-1noble.20260519.030000 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 4578 Depends: ros-kilted-ros-gz-interfaces (= 2.1.16-1noble.20260519.030000) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-gz-interfaces/ros-kilted-ros-gz-interfaces-dbgsym_2.1.16-1noble.20260519.030000_arm64.deb Size: 3564484 SHA256: a90e00cd1922c6aac320686491dd1bd949f32c63991cee0ae2f22aacae3f99ac SHA1: fe1c4fa5b8e8f6cae6f0ca2edd48672ec7517678 MD5sum: 44461d15cbf1330d8a2ff4f28f1ff66e Description: debug symbols for ros-kilted-ros-gz-interfaces Build-Ids: 1cf231dfc532c9e62ec9f1e0f63b42ca20dabbaf 2e7d057eee4451085d4fd2761cef218c4254c118 3f8a37ad5a20be8949a931b1b5ec26541c82bddb 45f3dabdd8ea1761e6704ff31e716182db43295c 885a8609f8bbc53f2356ca46e5f5af7c15c501f8 8b9a2bef5fde86041ba82b36a62e2be2016e4e18 a93e25cbc9a7a70b62ece79db910cee219dea5aa b9bf33ff4d067a1eecf711ce82db7e8977e65cd1 c9e4ce80222d9c1e0e3103b02b2a39b31a6745e3 e807834da0f89c5c87ffbc72195ff257c4f45425 f2386c3c70241d23ac090dc8d74643cbcd419d75 Package: ros-kilted-ros-gz-sim Version: 2.1.16-1noble.20260519.105841 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 4174 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 (>= 13.1), ros-kilted-gz-common-vendor, ros-kilted-gz-msgs-vendor, ros-kilted-gz-sim-vendor, ros-kilted-gz-transport-vendor, ros-kilted-sdformat-vendor, libcli11-dev, libgflags-dev, ros-kilted-ament-index-python, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-gz-math-vendor, ros-kilted-launch, ros-kilted-launch-ros, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-rclcpp-components, ros-kilted-rcpputils, ros-kilted-ros-gz-interfaces, ros-kilted-ros2pkg, ros-kilted-simulation-interfaces, ros-kilted-std-msgs, ros-kilted-tf2, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-gz-sim/ros-kilted-ros-gz-sim_2.1.16-1noble.20260519.105841_arm64.deb Size: 663906 SHA256: 25a9f1c4d3bd0420feb4ee4769e8e6f3ef92e8565c1127df01658b6bb550e41b SHA1: 8cd37b28643f7b9d828a3615c0877d6bf76b5a69 MD5sum: a5a0222c389869116d26f4cd68a33d1c Description: Tools for using Gazebo Sim simulation with ROS. Package: ros-kilted-ros-gz-sim-dbgsym Package-Type: ddeb Source: ros-kilted-ros-gz-sim Version: 2.1.16-1noble.20260519.105841 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 24041 Depends: ros-kilted-ros-gz-sim (= 2.1.16-1noble.20260519.105841) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-gz-sim/ros-kilted-ros-gz-sim-dbgsym_2.1.16-1noble.20260519.105841_arm64.deb Size: 21626942 SHA256: 83f98ec5bf09770133c1edcaeb09c15c878f3d0b20b6fa955714b2628431d93d SHA1: 67e002c6d2f39a093ed35cbfb48e3ee36cd44dc0 MD5sum: fcf81f24a12283235416cb04e0169a64 Description: debug symbols for ros-kilted-ros-gz-sim Build-Ids: 13b1a96ef72587d14a80db0ff8e3dd77ddb499c0 216e0c5b5e226d3cbdd8697170ebf5fdc9812267 2e1e4f8647afa27cdb2a9406353748e6d3a1d236 7b39eab978bc55b6cd80e671864c5dd4893ace05 8465ca58e41dc97677d67fe653e8450d8b871b36 9b5b14dc5c5c2158d92da4175dc95e3db876d245 bcf93cea84d98268b7fbd51febfe159c8e0ea0c4 d438e2f72f03b02195ca34b1fac5e3011882c120 db71404915b5dba85b714da6fe42de4937133bc2 dc586f15981ab346a08e68ffff677551bb31b07a fb7a6b30558f09ee728f51d9467e3dab72816144 Package: ros-kilted-ros-gz-sim-demos Version: 2.1.16-1noble.20260519.151118 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 1260 Depends: ros-kilted-gz-sim-vendor, ros-kilted-image-transport-plugins, ros-kilted-marine-acoustic-msgs, ros-kilted-robot-state-publisher, ros-kilted-ros-gz-bridge, ros-kilted-ros-gz-image, ros-kilted-ros-gz-sim, ros-kilted-rqt-image-view, ros-kilted-rqt-plot, ros-kilted-rqt-topic, ros-kilted-rviz-imu-plugin, ros-kilted-rviz2, ros-kilted-sdformat-urdf, ros-kilted-tf2-ros, ros-kilted-xacro, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-gz-sim-demos/ros-kilted-ros-gz-sim-demos_2.1.16-1noble.20260519.151118_arm64.deb Size: 924526 SHA256: 2d4aeb053d464efd80154153e02f97e708a3a837672f5c00fa21e56a23e3eeb2 SHA1: 40941e1331bb3c6683b58450a22314c1b5717295 MD5sum: afd01f28982306a628ac73808cba50f1 Description: Demos using Gazebo Sim simulation with ROS. Package: ros-kilted-ros-image-to-qimage Version: 0.4.1-4noble.20260519.093012 Architecture: arm64 Maintainer: ijnek Installed-Size: 347 Depends: qtbase5-dev, ros-kilted-cv-bridge, ros-kilted-python-qt-binding, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-image-to-qimage/ros-kilted-ros-image-to-qimage_0.4.1-4noble.20260519.093012_arm64.deb Size: 56128 SHA256: 8d1a8e29262b77e49018e77948808a80e1ddfb2894f4dc08a8f738997a041f32 SHA1: 3216e23fcdc51f928a427d8a969c5a3b010ab2b7 MD5sum: dcc966b5330538c556342cbf758b1775 Description: A package that converts a ros image msg to a qimage object Package: ros-kilted-ros-industrial-cmake-boilerplate Version: 0.5.4-2noble.20260410.182725 Architecture: arm64 Maintainer: Levi Armstrong Installed-Size: 124 Depends: ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-industrial-cmake-boilerplate/ros-kilted-ros-industrial-cmake-boilerplate_0.5.4-2noble.20260410.182725_arm64.deb Size: 22784 SHA256: e0a032cca96290377692a25a6a8a43a4bc72caf863cf3f1dd77ce82b76008830 SHA1: 83b31708e967198bc5903ff0cdceeca8c21ed617 MD5sum: e5a4a38d18ca98f3d93a024687ccabd4 Description: Contains boilerplate cmake script, macros and utils Package: ros-kilted-ros-testing Version: 0.8.0-2noble.20260519.110034 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 47 Depends: ros-kilted-launch-testing, ros-kilted-launch-testing-ament-cmake, ros-kilted-launch-testing-ros, ros-kilted-ros2test, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-testing/ros-kilted-ros-testing_0.8.0-2noble.20260519.110034_arm64.deb Size: 7118 SHA256: e60114a811601f9685fb244910f66da9d19e1bcb2eb9e51754dbad54321f903e SHA1: f6f699948b3f4da32b5c45450405c816be230143 MD5sum: a489f1e2aa3556e6bc03bc022f94648c Description: The entry point package to launch testing in ROS. Package: ros-kilted-ros-workspace Version: 1.0.3-7noble.20260410.125538 Architecture: arm64 Maintainer: Michael Jeronimo Installed-Size: 86 Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-workspace/ros-kilted-ros-workspace_1.0.3-7noble.20260410.125538_arm64.deb Size: 14970 SHA256: 841794141b805e9a41dc0e98f69be6dd7925d1220042d6b31fbaeb2ab73c277f SHA1: 7c4b9bfed72054f8f596b60ed3801fbd71672ab6 MD5sum: 73a36bfcfe669d2ac3fdb220f43b0166 Description: Provides the prefix level environment files for ROS 2 packages. Package: ros-kilted-ros2-control Version: 5.14.2-1noble.20260520.092211 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 43 Depends: ros-kilted-controller-interface, ros-kilted-controller-manager, ros-kilted-controller-manager-msgs, ros-kilted-hardware-interface, ros-kilted-joint-limits, ros-kilted-ros2-control-test-assets, ros-kilted-ros2controlcli, ros-kilted-transmission-interface, ros-kilted-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2-control/ros-kilted-ros2-control_5.14.2-1noble.20260520.092211_arm64.deb Size: 6984 SHA256: 0a6784e806a58719f18be5bb11a0227ff1c358d575f3e2559d81708093c3b8e6 SHA1: 210b5bb058c96d375263cfc5440e36e08f424965 MD5sum: 980ffd8ba158a7cd9eb4f1e0ee421000 Description: Metapackage for ROS2 control related packages Package: ros-kilted-ros2-control-cmake Version: 0.4.0-1noble.20260429.105650 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 47 Depends: ros-kilted-ros-workspace Homepage: https://index.ros.org/p/ros2_control_cmake/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2-control-cmake/ros-kilted-ros2-control-cmake_0.4.0-1noble.20260429.105650_arm64.deb Size: 7592 SHA256: 289ca26211fb98f88515ac11ca1e325bfdb552664ffd8afbc2a458d592dbcd8b SHA1: 53e1a949260758e465eda243463e5cd450bbb7a1 MD5sum: adeb1c91de9d323c1febae5a700ceea1 Description: Provides CMake macros used by the ros2_control framework Package: ros-kilted-ros2-control-test-assets Version: 5.14.2-1noble.20260514.083944 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 180 Depends: ros-kilted-ros-workspace Homepage: https://index.ros.org/p/ros2_control_test_assets/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2-control-test-assets/ros-kilted-ros2-control-test-assets_5.14.2-1noble.20260514.083944_arm64.deb Size: 20088 SHA256: 5342385aa6fc59427484394764846e9eb468637d9ff76aafb868cf834e1348b4 SHA1: 3f13434a1763241963a672c462a1d9f21339ff9a MD5sum: e408c01e326a21c143f49b68a5d36082 Description: Shared test resources for ros2_control stack Package: ros-kilted-ros2-controllers Version: 5.15.1-1noble.20260520.091632 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 45 Depends: ros-kilted-ackermann-steering-controller, ros-kilted-admittance-controller, ros-kilted-bicycle-steering-controller, ros-kilted-chained-filter-controller, ros-kilted-diff-drive-controller, ros-kilted-effort-controllers, ros-kilted-force-torque-sensor-broadcaster, ros-kilted-forward-command-controller, ros-kilted-gpio-controllers, ros-kilted-gps-sensor-broadcaster, ros-kilted-imu-sensor-broadcaster, ros-kilted-joint-state-broadcaster, ros-kilted-joint-trajectory-controller, ros-kilted-mecanum-drive-controller, ros-kilted-motion-primitives-controllers, ros-kilted-omni-wheel-drive-controller, ros-kilted-parallel-gripper-controller, ros-kilted-pid-controller, ros-kilted-pose-broadcaster, ros-kilted-position-controllers, ros-kilted-range-sensor-broadcaster, ros-kilted-state-interfaces-broadcaster, ros-kilted-steering-controllers-library, ros-kilted-tricycle-controller, ros-kilted-tricycle-steering-controller, ros-kilted-velocity-controllers, ros-kilted-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2-controllers/ros-kilted-ros2-controllers_5.15.1-1noble.20260520.091632_arm64.deb Size: 7724 SHA256: 1c94d3f38ca628e0bf020fa726468c57f68a2cc6e5b315fbb000326107f9c3eb SHA1: b8fea7cb7860f06a71a9055ba55fcaaf0f33b58c MD5sum: 83a477752e1e1eea0ff1ed846dbf3b38 Description: Metapackage for ros2_controllers related packages Package: ros-kilted-ros2-controllers-test-nodes Version: 5.15.1-1noble.20260519.053139 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 65 Depends: ros-kilted-rclpy, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-trajectory-msgs, ros-kilted-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2-controllers-test-nodes/ros-kilted-ros2-controllers-test-nodes_5.15.1-1noble.20260519.053139_arm64.deb Size: 13050 SHA256: ccd88992e1942e52b43468aefb4829e7cd9442ba3e9f2ca22f60b48dbe6a9703 SHA1: 2e252e87b33c9c632ee1e7428dfeeba68b509b93 MD5sum: 5f1beac45085a679797c1197acf0fa67 Description: Demo nodes for showing and testing functionalities of the ros2_control framework. Package: ros-kilted-ros2-fmt-logger Version: 1.1.0-1noble.20260519.121359 Architecture: arm64 Maintainer: Tim Clephas Installed-Size: 118 Depends: libfmt-dev, ros-kilted-backward-ros, ros-kilted-rclcpp, ros-kilted-rcutils, ros-kilted-ros-workspace Homepage: https://github.com/nobleo/ros2_fmt_logger Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2-fmt-logger/ros-kilted-ros2-fmt-logger_1.1.0-1noble.20260519.121359_arm64.deb Size: 13352 SHA256: e27c0d5341232070067f7921750dec26a1cda0aa03204578c2e9a9ebf865b217 SHA1: 893025bd86613b8cd0ce97a98eb29fa3bd2b9670 MD5sum: 3e31a5b6155d7108f0b0008a507698a1 Description: A modern, ROS 2 logging library that provides fmt-style formatting as a replacement for RCLCPP logging macros Package: ros-kilted-ros2-snapshot Version: 0.0.7-1noble.20260519.110936 Architecture: arm64 Maintainer: CNU Robotics CHRISLab Installed-Size: 1165 Depends: graphviz, python3-graphviz, python3-psutil, python3-pydantic, python3-yaml, ros-kilted-ament-index-python, ros-kilted-rclpy, ros-kilted-ros2cli, ros-kilted-ros2component, ros-kilted-ros2node, ros-kilted-ros2param, ros-kilted-ros2pkg, ros-kilted-ros2service, ros-kilted-std-srvs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/ros2_snapshot/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2-snapshot/ros-kilted-ros2-snapshot_0.0.7-1noble.20260519.110936_arm64.deb Size: 226626 SHA256: 4a3710e91e78644527f57dac5711d68955e5c2e864251b2c6dff7debfcfe9273 SHA1: b26a9cb236a07082a8f7ab2374362c6a99e61ba8 MD5sum: 96ba4a6b2d81563adab728c004a6afda Description: ROS2 Snapshot - contains workspace modeler and snapshot tools Package: ros-kilted-ros2-socketcan Version: 1.3.0-2noble.20260519.055523 Architecture: arm64 Maintainer: Josh Whitley Installed-Size: 1279 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-can-msgs, ros-kilted-lifecycle-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rclcpp-lifecycle, ros-kilted-ros2-socketcan-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2-socketcan/ros-kilted-ros2-socketcan_1.3.0-2noble.20260519.055523_arm64.deb Size: 187746 SHA256: 31b6ad0a3bc5b8a7e5fe797b2281c9ce1fe383a4c0143afa80a78f5bc0cfbc28 SHA1: 08f92696728c9cfa7cd0d8c2ea081c078924c31c MD5sum: 132fc75e9a403674c37af98da3745be9 Description: Simple wrapper around SocketCAN Package: ros-kilted-ros2-socketcan-dbgsym Package-Type: ddeb Source: ros-kilted-ros2-socketcan Version: 1.3.0-2noble.20260519.055523 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Josh Whitley Installed-Size: 4904 Depends: ros-kilted-ros2-socketcan (= 1.3.0-2noble.20260519.055523) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2-socketcan/ros-kilted-ros2-socketcan-dbgsym_1.3.0-2noble.20260519.055523_arm64.deb Size: 4019118 SHA256: 703f817a458ca4884c7f363ea2649cf07b177d18b32e744afb1bbb6f86155cd9 SHA1: 8e267a7f9a015c362ab29e8e9123e1eb33cca68d MD5sum: 2d5a7fae474440e610ea6354302b1fda Description: debug symbols for ros-kilted-ros2-socketcan Build-Ids: 509b762c8ef39bea88fdb81bb1f1c637653e39ba a46aa0394746764875a416e4eccdbfd0904ce7e8 b696b7ba93bb1adad8a600c33ce48b2784792621 c34d50f94d277942cbc80855d6b0d82a440914e4 ed3ac1766b23bcc4c02df2e98be36e8ba0bd12d9 Package: ros-kilted-ros2-socketcan-msgs Version: 1.3.0-2noble.20260519.032520 Architecture: arm64 Maintainer: Josh Whitley Installed-Size: 1026 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2-socketcan-msgs/ros-kilted-ros2-socketcan-msgs_1.3.0-2noble.20260519.032520_arm64.deb Size: 50444 SHA256: 0cfcf35fe786fb1358095819d5f2c1430245565f270878cad6ac76a0fc1bd6e0 SHA1: ba603aa8d167ace29b335e02a23ad1e90e21bba8 MD5sum: f2c7bd73ec178d267b64c43e0a62b83f Description: Messages for SocketCAN Package: ros-kilted-ros2-socketcan-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-ros2-socketcan-msgs Version: 1.3.0-2noble.20260519.032520 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Josh Whitley Installed-Size: 329 Depends: ros-kilted-ros2-socketcan-msgs (= 1.3.0-2noble.20260519.032520) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2-socketcan-msgs/ros-kilted-ros2-socketcan-msgs-dbgsym_1.3.0-2noble.20260519.032520_arm64.deb Size: 217132 SHA256: 623ca865fc923cd91ea9819c8855fb333b3a0443435f53434658444a19815156 SHA1: d52c4acab56541f24dcc92af5e5585f7860d53d2 MD5sum: ade8ee14d32addeb5b654453b29b42b3 Description: debug symbols for ros-kilted-ros2-socketcan-msgs Build-Ids: 0c8857976f3a3776db1aa8afe1609e929659d40e 25169730c7e1eee05e2fcee7c954a048b5ae903e 4e6157425d4cc6ff5ed467942ef42d53e4f1dd5b 7192585771071676220b817f9ad7f4013e343ab0 8a77adcd127638d6c398e4d4aa7fe12d30a5a666 9202e24e6e4a393a4907bcf3e0c8373fd321e8c0 9d6c5e4a069b2d55e25068a36a79c13bb38e8230 a186fb6d063762135f2c1bff617bf5c91e772e6b a4f6580e70cd7f6bea2b0fac26de8cd1f5e0c26f b8ec627b9aec91eb51c0122e2f47f3e8cf791870 ff51193e57c173e3d81d6d48d09d29d5f34f63b0 Package: ros-kilted-ros2acceleration Version: 0.5.1-4noble.20260519.105834 Architecture: arm64 Maintainer: Víctor Mayoral Vilches Installed-Size: 80 Depends: python3-numpy, python3-yaml, ros-kilted-rclpy, ros-kilted-ros2cli, ros-kilted-rosidl-runtime-py, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2acceleration/ros-kilted-ros2acceleration_0.5.1-4noble.20260519.105834_arm64.deb Size: 13486 SHA256: 9386067db4b69fd1973396ae221b7480def794ae5094d2886371a6f8c172e486 SHA1: 983eaeeb22d928282fe824a6926ee19e85824591 MD5sum: 2e84bbf9708caf5acc79d6b8372a1abf Description: The acceleration command for ROS 2 command line tools. Package: ros-kilted-ros2action Version: 0.38.3-2noble.20260519.110541 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 129 Depends: ros-kilted-action-msgs, ros-kilted-ament-index-python, ros-kilted-rclpy, ros-kilted-ros2cli, ros-kilted-ros2topic, ros-kilted-rosidl-runtime-py, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2action/ros-kilted-ros2action_0.38.3-2noble.20260519.110541_arm64.deb Size: 29414 SHA256: d5e442656d8814419278bdb0447275452072001df68f91a3958d3bc2cfacc374 SHA1: 094328048a3af058f18271f142d34e0c81223284 MD5sum: c73ee3e0927be48c62d9d66a26a41de8 Description: The action command for ROS 2 command line tools. Package: ros-kilted-ros2ai Version: 0.1.3-3noble.20260519.152258 Architecture: arm64 Maintainer: Tomoya Fujita Installed-Size: 116 Depends: curl, libcurl4-openssl-dev, python3-openai, python3-validators, ros-kilted-ros2cli, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2ai/ros-kilted-ros2ai_0.1.3-3noble.20260519.152258_arm64.deb Size: 24266 SHA256: 944a0c866ce6f6266f0fdd59582b1a5101ce0b0b624dc57bcdc4c884c4d250f6 SHA1: 9812f3f40918f22524c288eb08131b445cb386b1 MD5sum: e22059a8e867cb0803b8ccba2270c673 Description: The OpenAI command for ROS 2 command line tools. Package: ros-kilted-ros2bag Version: 0.32.0-2noble.20260519.151036 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 191 Depends: python3-yaml, ros-kilted-ament-index-python, ros-kilted-rclpy, ros-kilted-ros2cli, ros-kilted-rosbag2-py, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2bag/ros-kilted-ros2bag_0.32.0-2noble.20260519.151036_arm64.deb Size: 43486 SHA256: 7a6918d5576916629cec0c6164fd6ec84a0c3060fd6f83481127b58ded7fbcd1 SHA1: 85cc460c23b9c81ba4b7b9eb2f1a436c19fe8b94 MD5sum: 935f9cf4434d94140d38cc1597db2f26 Description: Entry point for rosbag in ROS 2 Package: ros-kilted-ros2cli Version: 0.38.3-2noble.20260519.104643 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 238 Depends: python3-argcomplete, python3-packaging, python3-psutil, ros-kilted-rclpy, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2cli/ros-kilted-ros2cli_0.38.3-2noble.20260519.104643_arm64.deb Size: 53898 SHA256: c1871b1abb9e5631c0de52d8a0161734e4378158b58edcc317dc393649a45bb0 SHA1: 8b93576584021db84612a8d9dac393c14ece3a8c MD5sum: 4c03ca9fdb74934f60a34155ca13d4c2 Description: Framework for ROS 2 command line tools. Package: ros-kilted-ros2cli-common-extensions Version: 0.4.1-1noble.20260519.153715 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 42 Depends: ros-kilted-launch-xml, ros-kilted-launch-yaml, ros-kilted-ros2action, ros-kilted-ros2cli, ros-kilted-ros2component, ros-kilted-ros2doctor, ros-kilted-ros2interface, ros-kilted-ros2launch, ros-kilted-ros2lifecycle, ros-kilted-ros2multicast, ros-kilted-ros2node, ros-kilted-ros2param, ros-kilted-ros2pkg, ros-kilted-ros2plugin, ros-kilted-ros2run, ros-kilted-ros2service, ros-kilted-ros2topic, ros-kilted-sros2, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2cli-common-extensions/ros-kilted-ros2cli-common-extensions_0.4.1-1noble.20260519.153715_arm64.deb Size: 5802 SHA256: 53a477d51aea7c3e1b741bf2b02aff4d304e5f55a553e07beb26a2b0959382da SHA1: 2ab5d90d77a292c16d421537014d459eb82f3874 MD5sum: d2b7babd22e5bfbf102074327714bcc5 Description: Meta package for ros2cli common extensions Package: ros-kilted-ros2cli-test-interfaces Version: 0.38.3-2noble.20260519.032531 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 2829 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2cli-test-interfaces/ros-kilted-ros2cli-test-interfaces_0.38.3-2noble.20260519.032531_arm64.deb Size: 167410 SHA256: e42ddc4a50a714431dfc69bce041bab978c726193d17be1537004204f3c277c9 SHA1: 5c1ca2e0638a42110db02c26cc92c43f1d6f9d4e MD5sum: d0719010207314dcaee9cc364f9a3343 Description: A package containing interface definitions for testing ros2cli. Package: ros-kilted-ros2cli-test-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-ros2cli-test-interfaces Version: 0.38.3-2noble.20260519.032531 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 1575 Depends: ros-kilted-ros2cli-test-interfaces (= 0.38.3-2noble.20260519.032531) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2cli-test-interfaces/ros-kilted-ros2cli-test-interfaces-dbgsym_0.38.3-2noble.20260519.032531_arm64.deb Size: 1087214 SHA256: 26843d5bc444ccae294ef638f6897c082d29e348048b4c47d1ce12a142b88e4b SHA1: 73d6cd3d7c5a7bd6b514ec9b25a79a5c42f11442 MD5sum: 61bc8d2ddb41e2d0227cc224839d792d Description: debug symbols for ros-kilted-ros2cli-test-interfaces Build-Ids: 08bed0e3106fa6728d481247e0a6c5bb2bd2b87d 215db04f02f5510b8519f995b8a4a535fe18bd38 3257b06d5c87bc92a120f57b289a45c6d02d54e0 63c2e7deae55806840e01022347c6a1ca61eb295 6993f2cc96a129475c8587f3c7b301f1d33bbf64 7632419e6f911a6b2b60bcc0b6b5b64fbd159f44 89d7746104787ca53be86e630cc569a970cc5b58 c78b20d10f949612364b471fbeb533c3eafc4e92 f1cc5a9c11617a13c22eba118bec358eb39693a7 f655e97bc469bcff8ca22006423769a3c99c3900 f9bf6120dfe7dc2e2fabad8da9339a032a28a73c Package: ros-kilted-ros2component Version: 0.38.3-2noble.20260519.110849 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 112 Depends: ros-kilted-ament-index-python, ros-kilted-composition-interfaces, ros-kilted-rcl-interfaces, ros-kilted-rclcpp-components, ros-kilted-rclpy, ros-kilted-ros2cli, ros-kilted-ros2node, ros-kilted-ros2param, ros-kilted-ros2pkg, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2component/ros-kilted-ros2component_0.38.3-2noble.20260519.110849_arm64.deb Size: 22898 SHA256: cdbb9f8c23649d6e9a388eb82f0ab8fcab206816a9af9bf47be88608ab6dff44 SHA1: 625a89d6c23204856b1ebf6cb40ac24edc9af1cf MD5sum: 481d61b1110c74a6e7c78891dd80fa07 Description: The component command for ROS 2 command line tools. Package: ros-kilted-ros2controlcli Version: 5.14.2-1noble.20260520.091850 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 157 Depends: python3-pygraphviz, ros-kilted-controller-manager, ros-kilted-controller-manager-msgs, ros-kilted-rcl-interfaces, ros-kilted-rclpy, ros-kilted-ros2cli, ros-kilted-ros2node, ros-kilted-ros2param, ros-kilted-rosidl-runtime-py, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/ros2controlcli/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2controlcli/ros-kilted-ros2controlcli_5.14.2-1noble.20260520.091850_arm64.deb Size: 30452 SHA256: 78aa58674a3e3f3ebebcb91ed3dd598d3c39bfc0c2904834ee5b8b298bab9955 SHA1: b03cdc10557a5711bf7c0c67b82bc13db5a6450c MD5sum: d3814f6486bf54ae311ea98c3b9dc8f9 Description: The ROS 2 command line tools for ros2_control. Package: ros-kilted-ros2doctor Version: 0.38.3-2noble.20260519.104819 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 162 Depends: python3-catkin-pkg-modules, python3-psutil, python3-rosdistro-modules, ros-kilted-ament-index-python, ros-kilted-rclpy, ros-kilted-ros-environment, ros-kilted-ros2cli, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2doctor/ros-kilted-ros2doctor_0.38.3-2noble.20260519.104819_arm64.deb Size: 40102 SHA256: 1847e533e4e5305bddff70a8b39f67ea9fd7876af138accaf8e448efe0cf9029 SHA1: d8622196f657c980dc096a4449678850b84b7e21 MD5sum: 1e33aa25329a630508c5994c2e47b3b1 Description: A command line tool to check potential issues in a ROS 2 system Package: ros-kilted-ros2interface Version: 0.38.3-2noble.20260519.153620 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 92 Depends: ros-kilted-ament-index-python, ros-kilted-ros2cli, ros-kilted-rosidl-adapter, ros-kilted-rosidl-runtime-py, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2interface/ros-kilted-ros2interface_0.38.3-2noble.20260519.153620_arm64.deb Size: 18468 SHA256: 0b70b0c5239dbeb53e5b65b0c9295cac3a1cd93e0794a543e755c71b2cd4f263 SHA1: 4b10b876a9be46363aed5e68cb5d7aeacac41c1d MD5sum: bf4b22f3177ca882ef2fd6087fc4e9e7 Description: The interface command for ROS 2 command line tools Package: ros-kilted-ros2launch Version: 0.28.5-1noble.20260519.105853 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 83 Depends: ros-kilted-ament-index-python, ros-kilted-launch, ros-kilted-launch-ros, ros-kilted-launch-xml, ros-kilted-launch-yaml, ros-kilted-ros2cli, ros-kilted-ros2pkg, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2launch/ros-kilted-ros2launch_0.28.5-1noble.20260519.105853_arm64.deb Size: 18268 SHA256: d89f4742b37a38839f91bcc14e1529da6d3e02533c0d99a0be2231927b9110a1 SHA1: a43079ef9ffbc8aa64ab992f21b1d380d3ec5d42 MD5sum: 7bb03e834ada0b89e9fca24afde676d1 Description: The launch command for ROS 2 command line tools. Package: ros-kilted-ros2launch-security Version: 1.0.0-5noble.20260519.110030 Architecture: arm64 Maintainer: Ted Kern Installed-Size: 60 Depends: ros-kilted-ament-index-python, ros-kilted-nodl-python, ros-kilted-ros2launch, ros-kilted-sros2, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2launch-security/ros-kilted-ros2launch-security_1.0.0-5noble.20260519.110030_arm64.deb Size: 9990 SHA256: c396898bbaf16bc09d49f897e48ab9460aad9fcbaa08c88fc9e9bc6e60caefb2 SHA1: 46d386e7fc74522664d880e046855ecf1503dd54 MD5sum: c9456da9f8fe41475e49cc6d39f0ced1 Description: Security extensions for ros2 launch Package: ros-kilted-ros2launch-security-examples Version: 1.0.0-5noble.20260519.110306 Architecture: arm64 Maintainer: Ted Kern Installed-Size: 835 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-ament-nodl, ros-kilted-example-interfaces, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rclpy, ros-kilted-ros2launch-security, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2launch-security-examples/ros-kilted-ros2launch-security-examples_1.0.0-5noble.20260519.110306_arm64.deb Size: 145794 SHA256: d5e76280655454fd5869bf165ce4b05d5593d2dfff38f5699aaf66e629f3248b SHA1: e486c383b0f501f0c43b864311c1f3f66195dcfb MD5sum: 5ecaaacfcc21c8fc6ce762a52a72aaf3 Description: Examples of how to use the ros2launch_security extension. Package: ros-kilted-ros2launch-security-examples-dbgsym Package-Type: ddeb Source: ros-kilted-ros2launch-security-examples Version: 1.0.0-5noble.20260519.110306 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Ted Kern Installed-Size: 3948 Depends: ros-kilted-ros2launch-security-examples (= 1.0.0-5noble.20260519.110306) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2launch-security-examples/ros-kilted-ros2launch-security-examples-dbgsym_1.0.0-5noble.20260519.110306_arm64.deb Size: 3310688 SHA256: c885138b089fcb9e71404d07d1bc3c4f33f864ddf6085099a3fa460d127d66e9 SHA1: c711650699550135bdf248fed052ffaab38d705e MD5sum: 8f1e7fa7c8173a40229585df23f60cc1 Description: debug symbols for ros-kilted-ros2launch-security-examples Build-Ids: 1837c2dc7d724352f1970fe825b73befa410b45d 3cc3b3fae6e8ad626a6c4e4fd09da23663471d11 70df1ce092ebe1b9e5ac233ab137b30cad1a6893 99b44d85b080ebb61b6e4a8640ee2a786d004a0c Package: ros-kilted-ros2lifecycle Version: 0.38.3-2noble.20260519.111048 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 84 Depends: ros-kilted-lifecycle-msgs, ros-kilted-rclpy, ros-kilted-ros2cli, ros-kilted-ros2node, ros-kilted-ros2service, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2lifecycle/ros-kilted-ros2lifecycle_0.38.3-2noble.20260519.111048_arm64.deb Size: 16330 SHA256: 6635c4a3f0c1cbc3078b1460efb67ecdf8360c44353fd27e07306e91ffb0730e SHA1: 65b0c81602cf59d56297bbc5266a302ce4e26af4 MD5sum: 9b6b329965e31358c57b0c24f4592cbb Description: The lifecycle command for ROS 2 command line tools. Package: ros-kilted-ros2lifecycle-test-fixtures Version: 0.38.3-2noble.20260519.111425 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 112 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2lifecycle-test-fixtures/ros-kilted-ros2lifecycle-test-fixtures_0.38.3-2noble.20260519.111425_arm64.deb Size: 14122 SHA256: 89314acce9c762f9d40b8a4c91ea403bc4a7c23ac099f16d618efb8c3bc2d41f SHA1: 179f210ff15fcc9a1d1f5c2ffdadc346db039a1d MD5sum: 71316ecfe2ee5214a45eedf41bfb8569 Description: Package containing fixture nodes for ros2lifecycle tests Package: ros-kilted-ros2lifecycle-test-fixtures-dbgsym Package-Type: ddeb Source: ros-kilted-ros2lifecycle-test-fixtures Version: 0.38.3-2noble.20260519.111425 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 266 Depends: ros-kilted-ros2lifecycle-test-fixtures (= 0.38.3-2noble.20260519.111425) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2lifecycle-test-fixtures/ros-kilted-ros2lifecycle-test-fixtures-dbgsym_0.38.3-2noble.20260519.111425_arm64.deb Size: 242714 SHA256: 834099de0490b0dbbfe48c40d6f9eec49d474caa45a9643d3451853ba41d1910 SHA1: 94ed19d855a666d06916eeadbb6544d66b27fe3a MD5sum: ae681a8501936de2f051fd5ed2607907 Description: debug symbols for ros-kilted-ros2lifecycle-test-fixtures Build-Ids: 235f810e3e3003d34d7ae2bec56522cf02bd9304 Package: ros-kilted-ros2multicast Version: 0.38.3-2noble.20260519.152314 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 62 Depends: ros-kilted-ros2cli, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2multicast/ros-kilted-ros2multicast_0.38.3-2noble.20260519.152314_arm64.deb Size: 10758 SHA256: 2f0810fdbb1ccc1824136dbcabc13009ab66127e3dda37a070c72ecea3ffd727 SHA1: 23a2fa7783d455a2bcb57097a8d8708418066a64 MD5sum: 526da23d303ca03658a53d7336681ed3 Description: The multicast command for ROS 2 command line tools. Package: ros-kilted-ros2node Version: 0.38.3-2noble.20260519.110415 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 76 Depends: ros-kilted-rclpy, ros-kilted-ros2cli, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2node/ros-kilted-ros2node_0.38.3-2noble.20260519.110415_arm64.deb Size: 15504 SHA256: 2c6a0021ccd58cc98af1e008d7e599f9ee75c1ab243020472fd689f7dc9fba25 SHA1: 0d47dcd59fe3b9b2ef5e79b1c60011de11d98231 MD5sum: cef0407128cbc5d0e323c01e68b79750 Description: The node command for ROS 2 command line tools. Package: ros-kilted-ros2nodl Version: 0.3.1-5noble.20260519.152439 Architecture: arm64 Maintainer: Ubuntu Robotics Installed-Size: 52 Depends: python3-argcomplete, ros-kilted-ament-index-python, ros-kilted-nodl-python, ros-kilted-ros2cli, ros-kilted-ros2pkg, ros-kilted-ros2run, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2nodl/ros-kilted-ros2nodl_0.3.1-5noble.20260519.152439_arm64.deb Size: 8350 SHA256: 6e58e5a342207dc4b6304f3338f1cabffa7af2786005af8cd73666a7e99c7bee SHA1: c1205cd70b679605c52965a448e94245acd832ab MD5sum: f4990e48444363deab6f71c8f63aac77 Description: CLI tools for NoDL files. Package: ros-kilted-ros2param Version: 0.38.3-2noble.20260519.110753 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 122 Depends: ros-kilted-rcl-interfaces, ros-kilted-rclpy, ros-kilted-ros2cli, ros-kilted-ros2node, ros-kilted-ros2service, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2param/ros-kilted-ros2param_0.38.3-2noble.20260519.110753_arm64.deb Size: 22942 SHA256: 7cfd9955e40d4f5be1a5b886aa0f2dabc06a10d15acb424c16492e5b981f37a3 SHA1: 0c8c5dc0d8c25fbf5c43667be58aaf91c3c61f53 MD5sum: 2225bb275b7644cc256bc9304746e52a Description: The param command for ROS 2 command line tools. Package: ros-kilted-ros2pkg Version: 0.38.3-2noble.20260519.105534 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 166 Depends: python3-catkin-pkg-modules, python3-empy, ros-kilted-ament-copyright, ros-kilted-ament-index-python, ros-kilted-ros2cli, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2pkg/ros-kilted-ros2pkg_0.38.3-2noble.20260519.105534_arm64.deb Size: 30926 SHA256: ee5fcf9277048890ed2aa1c03eb5402689428ee850e2d76f085aaca7dc371719 SHA1: dea7bc94df5ca75e70741ff7ae22a16ecdc6e212 MD5sum: 86e6783ff6a64a932a8377d48f38a4c6 Description: The pkg command for ROS 2 command line tools. Package: ros-kilted-ros2plugin Version: 5.6.3-1noble.20260519.105954 Architecture: arm64 Maintainer: Jeremie Deray Installed-Size: 59 Depends: ros-kilted-ament-index-python, ros-kilted-rclpy, ros-kilted-ros2cli, ros-kilted-ros2pkg, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2plugin/ros-kilted-ros2plugin_5.6.3-1noble.20260519.105954_arm64.deb Size: 10098 SHA256: 9e59f6bea9bc09d36e8fefee68d9a7678fc91625f37ab0eb1c4a235bcd2351c1 SHA1: 46f9c49444c40aa76c160c2d7664e9b46e7c3a1a MD5sum: d860182ece55e7cff51afdeb504932ea Description: The plugin command for ROS 2 command line tools. Package: ros-kilted-ros2run Version: 0.38.3-2noble.20260519.152340 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 52 Depends: ros-kilted-ros2cli, ros-kilted-ros2pkg, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2run/ros-kilted-ros2run_0.38.3-2noble.20260519.152340_arm64.deb Size: 10318 SHA256: 1854d71c33a6173ddf120cb0ceb9d866684fb0e39967a66404a109569664c1b3 SHA1: 24b0c6a4a83051a928445a7fe3363f2a2ed06c42 MD5sum: bd38c660dd23b085516cd4becec7faf6 Description: The run command for ROS 2 command line tools. Package: ros-kilted-ros2service Version: 0.38.3-2noble.20260519.110712 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 112 Depends: python3-yaml, ros-kilted-rclpy, ros-kilted-ros2cli, ros-kilted-ros2topic, ros-kilted-rosidl-runtime-py, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2service/ros-kilted-ros2service_0.38.3-2noble.20260519.110712_arm64.deb Size: 23770 SHA256: 92d4d1de689c92b9552265846ef5c634dd9deccdbb05e43524ef8b78e055b3d4 SHA1: 12edf2d30d374cedd3d10430f3d5dcd1b66ab33b MD5sum: 2a6153d03666e27db9510a1fd8652913 Description: The service command for ROS 2 command line tools. Package: ros-kilted-ros2test Version: 0.8.0-2noble.20260519.105558 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 39 Depends: ros-kilted-domain-coordinator, ros-kilted-launch, ros-kilted-launch-ros, ros-kilted-launch-testing, ros-kilted-launch-testing-ros, ros-kilted-ros2cli, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2test/ros-kilted-ros2test_0.8.0-2noble.20260519.105558_arm64.deb Size: 5634 SHA256: a0eb279606f8f874119761ec33843c5e04b948a4aaf876fe1bfb41c645be64c2 SHA1: a2cc8f2588bc04b15fb7ec46460e9ee4c28cdd25 MD5sum: 59e49c0fa5a521141181a9113d04ae7d Description: The test command for ROS 2 launch tests. Package: ros-kilted-ros2topic Version: 0.38.3-2noble.20260519.110442 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 217 Depends: python3-numpy, python3-yaml, ros-kilted-rclpy, ros-kilted-ros2cli, ros-kilted-rosidl-runtime-py, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2topic/ros-kilted-ros2topic_0.38.3-2noble.20260519.110442_arm64.deb Size: 54586 SHA256: 8150f3627373c51df716b931ab7a9a1cd5b20306a68b7d02554ca13cfdae93a4 SHA1: c6d5215d92f8da8339e5b8b5c38cf492c42bd90d MD5sum: 64e87afe55f0fd3f6588e2b1465af88c Description: The topic command for ROS 2 command line tools. Package: ros-kilted-ros2trace Version: 8.6.0-2noble.20260519.152357 Architecture: arm64 Maintainer: Christophe Bedard Installed-Size: 59 Depends: ros-kilted-ros2cli, ros-kilted-tracetools-trace, ros-kilted-ros-workspace Homepage: https://docs.ros.org/en/rolling/p/ros2trace/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2trace/ros-kilted-ros2trace_8.6.0-2noble.20260519.152357_arm64.deb Size: 7674 SHA256: c279abb9bfc4a2e1e9cf7f462cf8f4c9b06f7b69da940d821886f3eb825589ab SHA1: e750dc359314ef3174d2e93d00161e3b68b6cfe3 MD5sum: 619429fdb5df01d46b66be7bb1714124 Description: The trace command for ROS 2 command line tools. Package: ros-kilted-ros2trace-analysis Version: 3.1.0-2noble.20260519.153021 Architecture: arm64 Maintainer: Christophe Bedard Installed-Size: 56 Depends: ros-kilted-ros2cli, ros-kilted-tracetools-analysis, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/ros2trace_analysis/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2trace-analysis/ros-kilted-ros2trace-analysis_3.1.0-2noble.20260519.153021_arm64.deb Size: 6028 SHA256: 59f58b313a5198f0a7f72f60bd4256953ee8ef410153049bfce3a147c9cedaea SHA1: fbab8a26f171b5ade15eda073b7309c9c7fd37cf MD5sum: 3dd176fb3a7d4de751eafb51b448905a Description: The trace-analysis command for ROS 2 command line tools. Package: ros-kilted-rosapi Version: 3.2.0-1noble.20260519.153721 Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 127 Depends: ros-kilted-builtin-interfaces, ros-kilted-rcl-interfaces, ros-kilted-rclpy, ros-kilted-ros2action, ros-kilted-ros2interface, ros-kilted-ros2node, ros-kilted-ros2service, ros-kilted-ros2topic, ros-kilted-rosapi-msgs, ros-kilted-rosbridge-library, ros-kilted-rosidl-adapter, ros-kilted-rosidl-runtime-py, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/rosapi Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosapi/ros-kilted-rosapi_3.2.0-1noble.20260519.153721_arm64.deb Size: 21316 SHA256: 956019849c93449d22aa9da2fd23131894d9c657c68ebd269890fcf3bdd1a4fb SHA1: 9a026a4b4b922c85fce2f6ae82f47b7756110205 MD5sum: d3d512a69fbb8c3587292ecfbecc45e5 Description: Provides services for getting various ROS meta-information, including ROS topic, services, interfaces or action servers and managing ROS parameters. Package: ros-kilted-rosapi-msgs Version: 3.2.0-1noble.20260519.021845 Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 12665 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/rosapi Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosapi-msgs/ros-kilted-rosapi-msgs_3.2.0-1noble.20260519.021845_arm64.deb Size: 678648 SHA256: eae0e4c0f0263781eefbb86b456741d8b310693fa0dda101448055044e0ddca2 SHA1: 680b8eac2aed8041dd8fa39633bd4dfc963d446d MD5sum: 593596973d62ca7abeed2de5732b48fe Description: Interface definitions for rosapi package. Package: ros-kilted-rosapi-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-rosapi-msgs Version: 3.2.0-1noble.20260519.021845 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 9894 Depends: ros-kilted-rosapi-msgs (= 3.2.0-1noble.20260519.021845) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosapi-msgs/ros-kilted-rosapi-msgs-dbgsym_3.2.0-1noble.20260519.021845_arm64.deb Size: 7519374 SHA256: 53a9d7870c1eb52fbdb4fe0e601768cb126013ec17ee18ea3c73d8384353495e SHA1: eda87b79cddcd3343dc22895d58a4b407ffee8d9 MD5sum: abf4a60671cbcdb8937071a0e357e3c9 Description: debug symbols for ros-kilted-rosapi-msgs Build-Ids: 1587deca2cfaa732ddfb2f8c9b0a2cf6060a72ff 25fe03b0ae620b0a5a60bd502d3584610e0d78c6 5d8f3aae953a9ad66630376b569f8180a11628f4 5edf895d59fbd8974e5a112e0e30e486251d3773 6b84b0406b012075a93dbc3c9987759af27e2a32 9b7a0498712fffb9aa047626446bcb4a2b46685d 9f4b122fe6be37ddf38324e1dcf2d493e79432fa ac0633cf78c701b5d5772f6795927bf6bfbaf9d4 c82778ab0e48385ed48b1e1b97af4d123632e59a dd969a597590be411f430311e5c5e1b60fda2712 ecac32637bca5e3adb2d35e93dfd194dc0981f4a Package: ros-kilted-rosbag2 Version: 0.32.0-2noble.20260519.152058 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 45 Depends: ros-kilted-ros2bag, ros-kilted-rosbag2-compression, ros-kilted-rosbag2-compression-zstd, ros-kilted-rosbag2-cpp, ros-kilted-rosbag2-py, ros-kilted-rosbag2-storage, ros-kilted-rosbag2-storage-default-plugins, ros-kilted-rosbag2-transport, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2/ros-kilted-rosbag2_0.32.0-2noble.20260519.152058_arm64.deb Size: 8720 SHA256: 21784491136956b63685ecfe5be54d3f681cdf15d2af3086ab802d2a9d0c2fa1 SHA1: ab5d02b85741c2f0217ab593181a461b4501d11a MD5sum: df3d7a6d568f2432912934914e450f6f Description: Meta package for rosbag2 related packages Package: ros-kilted-rosbag2-compression Version: 0.32.0-2noble.20260519.135646 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 489 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 12), libtinyxml2-10 (>= 10.0.0), ros-kilted-rcpputils, ros-kilted-rcutils, ros-kilted-rosbag2-cpp, ros-kilted-rosbag2-storage, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-compression/ros-kilted-rosbag2-compression_0.32.0-2noble.20260519.135646_arm64.deb Size: 125038 SHA256: 36149a9b88315449ed0ecdba7810f5c362c7dab75d90867e2c12533cb0e3c6f3 SHA1: c876efecf875ffe6a191f84954e63cf2cd172612 MD5sum: 3895275c70b48a8223d3c3b2b4b4293f Description: Compression implementations for rosbag2 bags and messages. Package: ros-kilted-rosbag2-compression-dbgsym Package-Type: ddeb Source: ros-kilted-rosbag2-compression Version: 0.32.0-2noble.20260519.135646 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 1736 Depends: ros-kilted-rosbag2-compression (= 0.32.0-2noble.20260519.135646) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-compression/ros-kilted-rosbag2-compression-dbgsym_0.32.0-2noble.20260519.135646_arm64.deb Size: 1579500 SHA256: 29c2b8dde0ce34424501806819ec151d8d01f1ddbeeeb3b0e67fe1632c3de134 SHA1: a891472e5352868144f77ae40392c17e8645a3a7 MD5sum: ee853751711bf6a6c3c3d48672539582 Description: debug symbols for ros-kilted-rosbag2-compression Build-Ids: 92c6aab5d1311e4216f76af3e36c7811bc707e42 Package: ros-kilted-rosbag2-compression-zstd Version: 0.32.0-2noble.20260519.150351 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 148 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-kilted-pluginlib, ros-kilted-rcutils, ros-kilted-rosbag2-compression, ros-kilted-zstd-vendor, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-compression-zstd/ros-kilted-rosbag2-compression-zstd_0.32.0-2noble.20260519.150351_arm64.deb Size: 31044 SHA256: d350325da79f3a651e20dfbd79456b7e384737778df3cb8f1dcc1b46e611d8cb SHA1: 1dcfecc436bdde8c6b23e2eb72be956bd301d55f MD5sum: cbd5756b402863f3092aded2e2afad23 Description: Zstandard compression library implementation of rosbag2_compression Package: ros-kilted-rosbag2-compression-zstd-dbgsym Package-Type: ddeb Source: ros-kilted-rosbag2-compression-zstd Version: 0.32.0-2noble.20260519.150351 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 308 Depends: ros-kilted-rosbag2-compression-zstd (= 0.32.0-2noble.20260519.150351) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-compression-zstd/ros-kilted-rosbag2-compression-zstd-dbgsym_0.32.0-2noble.20260519.150351_arm64.deb Size: 268548 SHA256: 2e3098b87aedd86ccdb9c47e791c8e59e69bdf0d6d7dc8b0a43e3e60d62c863a SHA1: 53284ef2352b3cac15df1b0da227955e14861062 MD5sum: 67d2e7ee23cb6c35bb5a1aedd99da339 Description: debug symbols for ros-kilted-rosbag2-compression-zstd Build-Ids: d982e47c7c46799099118d615eab8c6059f438f8 Package: ros-kilted-rosbag2-cpp Version: 0.32.0-2noble.20260519.100808 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 863 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-ament-index-cpp, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rcpputils, ros-kilted-rcutils, ros-kilted-rmw, ros-kilted-rmw-implementation, ros-kilted-rosbag2-storage, ros-kilted-rosidl-runtime-c, ros-kilted-rosidl-runtime-cpp, ros-kilted-rosidl-typesupport-cpp, ros-kilted-rosidl-typesupport-introspection-cpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-cpp/ros-kilted-rosbag2-cpp_0.32.0-2noble.20260519.100808_arm64.deb Size: 222642 SHA256: 8400d1261c8340edc21540acacf888d36625000afb6c6a83ad8ff0c75fcd2799 SHA1: 999e5c21bf45c60bb693e7b78eddd2bdcc3a520a MD5sum: 985edc238c7a60e92caa813ee5f605cd Description: C++ ROSBag2 client library Package: ros-kilted-rosbag2-cpp-dbgsym Package-Type: ddeb Source: ros-kilted-rosbag2-cpp Version: 0.32.0-2noble.20260519.100808 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 4238 Depends: ros-kilted-rosbag2-cpp (= 0.32.0-2noble.20260519.100808) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-cpp/ros-kilted-rosbag2-cpp-dbgsym_0.32.0-2noble.20260519.100808_arm64.deb Size: 3856392 SHA256: 668e8e8614661bb97bcc9b533d049c1a766a83ef434d0d6b2f8f31a67fdd11e9 SHA1: b4e51e43cfbad49d8ef6db8f390b5ed51a547b67 MD5sum: 4e10818e523d4993511ad8535c02412e Description: debug symbols for ros-kilted-rosbag2-cpp Build-Ids: 0f89673e7bbef3ad35220c980cbb5362dfac5d8a Package: ros-kilted-rosbag2-examples-cpp Version: 0.32.0-2noble.20260519.141329 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 695 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-example-interfaces, ros-kilted-rclcpp, ros-kilted-rosbag2-cpp, ros-kilted-rosbag2-transport, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-examples-cpp/ros-kilted-rosbag2-examples-cpp_0.32.0-2noble.20260519.141329_arm64.deb Size: 106948 SHA256: 1feda28176e0c764d67f792677868e61d747033358540c965dbf6f7c3e2dff3d SHA1: 30c07e722f0b9201082692c3339905a3ec180199 MD5sum: bb9b9a8fa90ebefcbc8955187e80c4b5 Description: rosbag2 C++ API tutorials and examples Package: ros-kilted-rosbag2-examples-cpp-dbgsym Package-Type: ddeb Source: ros-kilted-rosbag2-examples-cpp Version: 0.32.0-2noble.20260519.141329 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 3316 Depends: ros-kilted-rosbag2-examples-cpp (= 0.32.0-2noble.20260519.141329) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-examples-cpp/ros-kilted-rosbag2-examples-cpp-dbgsym_0.32.0-2noble.20260519.141329_arm64.deb Size: 2904594 SHA256: eb6ce22746b520b9eb36cd571382e26ea61e80f7e4f87ca6e883dfa30340d1d5 SHA1: 251f2bb66f8d5e119b95d874acdc967baa4c4198 MD5sum: 1ea91f0af8bbcb33747940b02e57a357 Description: debug symbols for ros-kilted-rosbag2-examples-cpp Build-Ids: 85aba947a4fd6951a9b910f2da1cd488fbfed5b7 aa672c021eb9c0c179e14373be5a4d8fff32a851 af2ae36a7b1424f2b6d81cbd1ff5ca92f84d6819 bb9103ee700c672daf6495e2fdd90bb3e315d31a Package: ros-kilted-rosbag2-examples-py Version: 0.32.0-2noble.20260519.151107 Architecture: arm64 Maintainer: geoff Installed-Size: 55 Depends: ros-kilted-example-interfaces, ros-kilted-rclpy, ros-kilted-rosbag2-py, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-examples-py/ros-kilted-rosbag2-examples-py_0.32.0-2noble.20260519.151107_arm64.deb Size: 8944 SHA256: 2783d21620b72ddcd8bfad051da1ac18b8f83ae83f636f5f30836901eea2b012 SHA1: 6f2d3ec35a2745a8cb661cbb5c67fa8db7aff41b MD5sum: 91e5d3039c5f4cb25aae1eb68bd44123 Description: Python bag writing tutorial Package: ros-kilted-rosbag2-interfaces Version: 0.32.0-2noble.20260519.021856 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 6036 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-interfaces/ros-kilted-rosbag2-interfaces_0.32.0-2noble.20260519.021856_arm64.deb Size: 311942 SHA256: 883c240b31dabd9a452c50e356b3392f17e98fc15fd0ff0e0884f0f7c3f58102 SHA1: 89b560c88def3952c0dad50770f99ce44bec62cb MD5sum: 863d6688938cb506b1638dfa636c7d20 Description: Interface definitions for controlling rosbag2 Package: ros-kilted-rosbag2-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-rosbag2-interfaces Version: 0.32.0-2noble.20260519.021856 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 3810 Depends: ros-kilted-rosbag2-interfaces (= 0.32.0-2noble.20260519.021856) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-interfaces/ros-kilted-rosbag2-interfaces-dbgsym_0.32.0-2noble.20260519.021856_arm64.deb Size: 2736084 SHA256: b5cd5189a7b6f05f2fe30181d8aab63c2db04fea6641f3db05ac376393b3a43c SHA1: 2194c7db37d20c90152e1650b272a704ce401637 MD5sum: fe81ba3bf22b9148e3beccad54518927 Description: debug symbols for ros-kilted-rosbag2-interfaces Build-Ids: 4b309de50bdd60d881c7b6b706f6a6a4ee6e3012 84219de3cbc12331768852f595683a230e36a356 8a307eaa79e1392a876712977c18442f78dd8c70 90a71da7ee1911f58760f4d791cd724b2bc94899 b83bccb8ff5e0bbe6d3725bcab210f7368c12dbe cc80ee66fb2087394f8179d8a6b53c6bf8c57f17 da640b3f9d09b28d72b2199fac68c4d6b21a2e77 dd427ab3c3b904215ef2539ecf56e7f925b5ba3f e85ccb1d0f0c04f55a6808f9e5ae5fd2f49c8a6a e901b851d7dc5bac38af6787059a8a0ea563f74a ecf6846bfbf8f10cf69f4977bcffbdc185d62af4 Package: ros-kilted-rosbag2-performance-benchmarking Version: 0.32.0-2noble.20260519.151042 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 9 Depends: python3-psutil, ros-kilted-ament-index-python, ros-kilted-launch, ros-kilted-launch-ros, ros-kilted-rclcpp, ros-kilted-rmw, ros-kilted-rosbag2-compression, ros-kilted-rosbag2-cpp, ros-kilted-rosbag2-performance-benchmarking-msgs, ros-kilted-rosbag2-py, ros-kilted-rosbag2-storage, ros-kilted-sensor-msgs, ros-kilted-yaml-cpp-vendor, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-performance-benchmarking/ros-kilted-rosbag2-performance-benchmarking_0.32.0-2noble.20260519.151042_arm64.deb Size: 3194 SHA256: a900287ea50279d92ea94ad5840e4ea8a1ed083f74756108eb596ed204679c51 SHA1: 4fce82ccf80e9a9d490617f52f493ed78fa0066a MD5sum: f3cc703ff82402d562bbd6c1353c0f8f Description: Code to benchmark rosbag2 Package: ros-kilted-rosbag2-performance-benchmarking-msgs Version: 0.32.0-2noble.20260519.032540 Architecture: arm64 Maintainer: ROS Tooling Working Group Installed-Size: 8 Depends: ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-performance-benchmarking-msgs/ros-kilted-rosbag2-performance-benchmarking-msgs_0.32.0-2noble.20260519.032540_arm64.deb Size: 2120 SHA256: 7a7a4fa93bca2cb8fa5c1a0ab00466fc5518498316fd378b48354f0376a73cff SHA1: e619225113cb0051aeea947a064671e5652b60c8 MD5sum: 8d855e8a5552dcc1e8b59abdb0c1b94b Description: A package containing rosbag2 performance benchmarking specific messages. Package: ros-kilted-rosbag2-py Version: 0.32.0-2noble.20260519.150056 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 2367 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-kilted-pybind11-vendor, ros-kilted-rclpy, ros-kilted-rosbag2-compression, ros-kilted-rosbag2-cpp, ros-kilted-rosbag2-storage, ros-kilted-rosbag2-transport, ros-kilted-rpyutils, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-py/ros-kilted-rosbag2-py_0.32.0-2noble.20260519.150056_arm64.deb Size: 526118 SHA256: cf8444451b438b84bce25e60e7bb29acaef9be91e9b1eff623484adde50599b8 SHA1: c242d074b79c68af32a3e9e77c5853e150e3846c MD5sum: 94e4c3ab20a690510dbfdefd54ac69b8 Description: Python API for rosbag2 Package: ros-kilted-rosbag2-storage Version: 0.32.0-2noble.20260519.100454 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 655 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rcutils, ros-kilted-rmw, ros-kilted-yaml-cpp-vendor, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-storage/ros-kilted-rosbag2-storage_0.32.0-2noble.20260519.100454_arm64.deb Size: 166390 SHA256: 5635f9f6210fe0f46f278d7e1cb701cf7aa81b62f041e9c6fe455379e7ffcce7 SHA1: 690f7788104cd0d8b0b0bd76cb7af2c0c1eb7c58 MD5sum: ecbf0c1c22fe9ef9db26be8e908a703a Description: ROS2 independent storage format to store serialized ROS2 messages Package: ros-kilted-rosbag2-storage-broll Version: 0.1.1-1noble.20260519.150039 Architecture: arm64 Maintainer: Emerson Knapp Installed-Size: 272 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), libyaml-cpp0.8 (>= 0.7.0), ros-kilted-broll, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rosbag2-cpp, ros-kilted-rosbag2-storage, ros-kilted-rosbag2-transport, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-storage-broll/ros-kilted-rosbag2-storage-broll_0.1.1-1noble.20260519.150039_arm64.deb Size: 52690 SHA256: 6bf44fe444a9330ff3800145943da23cc0eed3bd08cfc8698e629dfe0e9882c7 SHA1: e548cbb923ca2ff4e1a7aa58c9de43a391714b2e MD5sum: eb85c86af9ec73b92a0c56751f26a427 Description: Rosbag2 storage plugin to play audio/video files as ROS messages using B-Roll tools Package: ros-kilted-rosbag2-storage-broll-dbgsym Package-Type: ddeb Source: ros-kilted-rosbag2-storage-broll Version: 0.1.1-1noble.20260519.150039 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Emerson Knapp Installed-Size: 784 Depends: ros-kilted-rosbag2-storage-broll (= 0.1.1-1noble.20260519.150039) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-storage-broll/ros-kilted-rosbag2-storage-broll-dbgsym_0.1.1-1noble.20260519.150039_arm64.deb Size: 711544 SHA256: cb17307123b929db863d91d37c3ecf18598298de2e4dafa0bc6e62880d1bb71f SHA1: f0a2875d0ab6a0132f02339b4ea449cb16301096 MD5sum: 7db90cf31359f343c86c46c31033f6aa Description: debug symbols for ros-kilted-rosbag2-storage-broll Build-Ids: 484ac768bf1ad97b36bbc5c0a1dac78092ac967d d09377310e54061f862ba4e30b7cabaf7b3877fd Package: ros-kilted-rosbag2-storage-dbgsym Package-Type: ddeb Source: ros-kilted-rosbag2-storage Version: 0.32.0-2noble.20260519.100454 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 2203 Depends: ros-kilted-rosbag2-storage (= 0.32.0-2noble.20260519.100454) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-storage/ros-kilted-rosbag2-storage-dbgsym_0.32.0-2noble.20260519.100454_arm64.deb Size: 1961670 SHA256: 1c1ee870db06f59e86b91adc900ee0ed5f5401a273eefc50f51c4e2f2c3d08b7 SHA1: 487940d1a0f945d88a2bdf4ed917b02a46b0214e MD5sum: 4a6c2a1ecbff70ebba8803a3ec98e55b Description: debug symbols for ros-kilted-rosbag2-storage Build-Ids: 3fec3f45bc94aca93a4463b16c384b2fbefb3a3a Package: ros-kilted-rosbag2-storage-default-plugins Version: 0.32.0-2noble.20260519.135917 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 41 Depends: ros-kilted-rosbag2-storage-mcap, ros-kilted-rosbag2-storage-sqlite3, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-storage-default-plugins/ros-kilted-rosbag2-storage-default-plugins_0.32.0-2noble.20260519.135917_arm64.deb Size: 5758 SHA256: 2cee0b3cfd23cd3a1b9bb178bf7b0050b4cccf1fd29f675a7656d6da1b4cc569 SHA1: 372d9169e9a50fafec261205dd84ea8cb53a1da6 MD5sum: a8b9366e6259ca685012b1381658a59e Description: Intermediate metapackage to point at default storage plugin(s) for rosbag2 Package: ros-kilted-rosbag2-storage-mcap Version: 0.32.0-2noble.20260519.100837 Architecture: arm64 Maintainer: Foxglove Installed-Size: 466 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-kilted-ament-index-cpp, ros-kilted-mcap-vendor, ros-kilted-pluginlib, ros-kilted-rcutils, ros-kilted-rosbag2-storage, ros-kilted-yaml-cpp-vendor, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-storage-mcap/ros-kilted-rosbag2-storage-mcap_0.32.0-2noble.20260519.100837_arm64.deb Size: 124922 SHA256: 8ee3806b22548872800cd2cd3be82111258d38a72619b0786d8ec26a21ea2bdc SHA1: 7c073de7922f773bd325733e5e605ca6cbe47874 MD5sum: 2f503f3d114761de6a60e65aacecae24 Description: rosbag2 storage plugin using the MCAP file format Package: ros-kilted-rosbag2-storage-mcap-dbgsym Package-Type: ddeb Source: ros-kilted-rosbag2-storage-mcap Version: 0.32.0-2noble.20260519.100837 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Foxglove Installed-Size: 1741 Depends: ros-kilted-rosbag2-storage-mcap (= 0.32.0-2noble.20260519.100837) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-storage-mcap/ros-kilted-rosbag2-storage-mcap-dbgsym_0.32.0-2noble.20260519.100837_arm64.deb Size: 1594728 SHA256: 3f2819042cddb3af02ebd83b3acffffabff01bb9bbf9191b56c8525571149a4f SHA1: 7515c2daf016be11c59feafd3bec9566455e9778 MD5sum: 42b3f76b7e40ee9b276da11d1d2a204b Description: debug symbols for ros-kilted-rosbag2-storage-mcap Build-Ids: edd29cc30f8fb2a45ac281c13d23dec721888bb4 Package: ros-kilted-rosbag2-storage-sqlite3 Version: 0.32.0-2noble.20260519.101158 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 557 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), ros-kilted-pluginlib, ros-kilted-rcpputils, ros-kilted-rcutils, ros-kilted-rosbag2-storage, ros-kilted-sqlite3-vendor, ros-kilted-yaml-cpp-vendor, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-storage-sqlite3/ros-kilted-rosbag2-storage-sqlite3_0.32.0-2noble.20260519.101158_arm64.deb Size: 157538 SHA256: 2184c552d19413d7e3829fd5feb07ecbde919bef6725b4a2b89c43e403fc376e SHA1: 0b2129e8d0cb230a63094fbb3f51191115a06214 MD5sum: 215bbdb085b03058938c4d0b8f6497ba Description: ROSBag2 SQLite3 storage plugin Package: ros-kilted-rosbag2-storage-sqlite3-dbgsym Package-Type: ddeb Source: ros-kilted-rosbag2-storage-sqlite3 Version: 0.32.0-2noble.20260519.101158 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 2049 Depends: ros-kilted-rosbag2-storage-sqlite3 (= 0.32.0-2noble.20260519.101158) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-storage-sqlite3/ros-kilted-rosbag2-storage-sqlite3-dbgsym_0.32.0-2noble.20260519.101158_arm64.deb Size: 1874400 SHA256: 16cbcfc7643e3464f2e27bd81192d83bd30ae0e0019ae1ab5e80287611fe5a7c SHA1: 668c130d403fda5e3396bcf92580ba9cdd29c95b MD5sum: f3602a3e357d8c27a6cb29d727592c3c Description: debug symbols for ros-kilted-rosbag2-storage-sqlite3 Build-Ids: 2c4b728e7d86198ae595178878e208c892b69817 Package: ros-kilted-rosbag2-test-common Version: 0.32.0-2noble.20260519.054935 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 131 Depends: ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-rcpputils, ros-kilted-rcutils, ros-kilted-test-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-test-common/ros-kilted-rosbag2-test-common_0.32.0-2noble.20260519.054935_arm64.deb Size: 21466 SHA256: 5ca68a7c6f45d8016861b2a8c292dbf09e100dcf9d68cc50cee296017eb375f2 SHA1: 21d6929caf216f0f642c6a5153a0552b2f0ed787 MD5sum: 4c72e66ac6d85ed2c4098d8d7c0d5129 Description: Commonly used test helper classes and fixtures for rosbag2 Package: ros-kilted-rosbag2-test-msgdefs Version: 0.32.0-2noble.20260519.032936 Architecture: arm64 Maintainer: Foxglove Installed-Size: 6504 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-test-msgdefs/ros-kilted-rosbag2-test-msgdefs_0.32.0-2noble.20260519.032936_arm64.deb Size: 316976 SHA256: 93a09033b5b1915ffa7ee204a4a1d0591b206de7fb585203ad2709f55460ae39 SHA1: 1503cd3342ee43143734f690576dc53f63f8293d MD5sum: 761a80036684460322550b05c96b3724 Description: message definition test fixtures for rosbag2 schema recording Package: ros-kilted-rosbag2-test-msgdefs-dbgsym Package-Type: ddeb Source: ros-kilted-rosbag2-test-msgdefs Version: 0.32.0-2noble.20260519.032936 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Foxglove Installed-Size: 3410 Depends: ros-kilted-rosbag2-test-msgdefs (= 0.32.0-2noble.20260519.032936) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-test-msgdefs/ros-kilted-rosbag2-test-msgdefs-dbgsym_0.32.0-2noble.20260519.032936_arm64.deb Size: 2304972 SHA256: 4c777235f78051a2126aba6f0b7bf15d6e32c8ff7e2a5faae6e8ebc2c36c19f5 SHA1: 73b8c0ce6b40a3fd000a3a51b112c66b7f2b4944 MD5sum: 34ce0a914cfe943ee9276cd42049559f Description: debug symbols for ros-kilted-rosbag2-test-msgdefs Build-Ids: 0c8fd8d0f9870a03c625c0740917e446fb8c4525 100e9de698ff1dd61fa8ec366e3235708ff41b8b 35276d6a11947c37b97c9da7131a9d260e5111a6 38453de9b33958151cdd2946a71937bfc4fff7e1 3c4d129450c8aa4bf84ac5f4037f1b8e59fd929e 4b6a6c1476adf69708bbc883cb22db48641de181 6a907f2fbfe185ae57e63454e508d46304d3b0c2 9878a2eb67c4c45edaa09bff368e158db2ad8d5b afdc2ffe2a137f4bd4e40cb47b5077934a0e6f35 b801b74fe6033cc7934246ee1bb9288b2fe701cf bb0be0bce9b7f9b254bc7568516ec2bf92feee5e Package: ros-kilted-rosbag2-tests Version: 0.32.0-2noble.20260519.013712 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 46 Depends: ros-kilted-ament-index-cpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-tests/ros-kilted-rosbag2-tests_0.32.0-2noble.20260519.013712_arm64.deb Size: 9750 SHA256: faa77854a7c943659a0e955a5bc0efefcdd698623148fdfaa1d4c7789b75b565 SHA1: 766744b6329cdf9922c6a28bd609af5e76f54400 MD5sum: 7a2d762eca8d282484de20fe2aba5c13 Description: Tests package for rosbag2 Package: ros-kilted-rosbag2-to-video Version: 1.0.1-2noble.20260519.151949 Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 64 Depends: libopencv-dev, python3-opencv, ros-kilted-cv-bridge, ros-kilted-rclpy, ros-kilted-ros2bag, ros-kilted-rosbag2-py, ros-kilted-rosidl-runtime-py, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-to-video/ros-kilted-rosbag2-to-video_1.0.1-2noble.20260519.151949_arm64.deb Size: 14390 SHA256: 67668abeb37a90d270f9e815b14d4b860b9ac70164c683bcda61656106f17698 SHA1: e294fe83fb989e1e2f03372370055c30469440ac MD5sum: a8a4d22c57bc520f075a278ece994c7a Description: Command line tool to create a video from a rosbag recording Package: ros-kilted-rosbag2-transport Version: 0.32.0-2noble.20260519.140015 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 1571 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-kilted-keyboard-handler, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-rclcpp-components, ros-kilted-rcpputils, ros-kilted-rcutils, ros-kilted-rmw, ros-kilted-rosbag2-compression, ros-kilted-rosbag2-cpp, ros-kilted-rosbag2-interfaces, ros-kilted-rosbag2-storage, ros-kilted-yaml-cpp-vendor, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-transport/ros-kilted-rosbag2-transport_0.32.0-2noble.20260519.140015_arm64.deb Size: 361286 SHA256: cfa7094de176fb4a62b1fe961c50a94b876f7b83ebe97679712fba42f8adb07f SHA1: 149d871de5d36a9b4022450854415ebd7c797258 MD5sum: 9617357e0c041bdfdc373f6e671d218d Description: Layer encapsulating ROS middleware to allow rosbag2 to be used with or without middleware Package: ros-kilted-rosbag2-transport-dbgsym Package-Type: ddeb Source: ros-kilted-rosbag2-transport Version: 0.32.0-2noble.20260519.140015 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 9223 Depends: ros-kilted-rosbag2-transport (= 0.32.0-2noble.20260519.140015) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-transport/ros-kilted-rosbag2-transport-dbgsym_0.32.0-2noble.20260519.140015_arm64.deb Size: 8167214 SHA256: 3485478dcd0f003979691345cce63256ae47727961a29ae2f820e32fdd2bbbf5 SHA1: ca8548ffda73bc94da1b75daf2a80d5296863ab6 MD5sum: aced1b4a128405235d18d19cc7bb82e1 Description: debug symbols for ros-kilted-rosbag2-transport Build-Ids: 301d8fa4aad40995b56ec54b82ae4511d76f544d 7fd643189b7dcb8bc476e4f2536ce0ac4920eb0f b75fe33f7f0001ad699f3d2f8426143b7a220c22 Package: ros-kilted-rosbag2rawlog Version: 3.5.3-1noble.20260519.103658 Architecture: arm64 Maintainer: Markus Bader Installed-Size: 559 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mrpt-libbase, ros-kilted-mrpt-libobs, ros-kilted-mrpt-libposes, libcli11-dev, ros-kilted-ament-cmake-lint-cmake, ros-kilted-ament-cmake-xmllint, ros-kilted-ament-lint-auto, ros-kilted-cv-bridge, ros-kilted-mrpt-libmaps, ros-kilted-mrpt-libros-bridge, ros-kilted-mrpt-msgs, ros-kilted-nav-msgs, ros-kilted-rosbag2-cpp, ros-kilted-sensor-msgs, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: https://github.com/mrpt/mrpt_ros_bridge Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2rawlog/ros-kilted-rosbag2rawlog_3.5.3-1noble.20260519.103658_arm64.deb Size: 177576 SHA256: 0663e61021a2f02339f107d078db37f57e73f7d0e16d2861105da805d468530d SHA1: 98d32b7a5017882779b6cb8dbe4f665fa1a3e91d MD5sum: 8ca55bfa1743388eb74f7c51a5a97098 Description: CLI tool to transform between rosbags and rawlogs. Package: ros-kilted-rosbag2rawlog-dbgsym Package-Type: ddeb Source: ros-kilted-rosbag2rawlog Version: 3.5.3-1noble.20260519.103658 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Markus Bader Installed-Size: 2602 Depends: ros-kilted-rosbag2rawlog (= 3.5.3-1noble.20260519.103658) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2rawlog/ros-kilted-rosbag2rawlog-dbgsym_3.5.3-1noble.20260519.103658_arm64.deb Size: 2422100 SHA256: ca1ea078d40503e01cf7cf74063be6d837e170337795eae423c2f33d4b91bf42 SHA1: ae18c8d05387966105273abe7bf675a08699554e MD5sum: 8cb6efb85cc183f44d5989bd7c54e456 Description: debug symbols for ros-kilted-rosbag2rawlog Build-Ids: 1e2ea2caa8fba95bea33b72b912e51c40da9e686 Package: ros-kilted-rosbridge-library Version: 3.2.0-1noble.20260519.050613 Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 281 Depends: python3-bson, python3-cbor2, python3-numpy, python3-pil, python3-ujson, ros-kilted-rcl-interfaces, ros-kilted-rclpy, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/rosbridge_library Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbridge-library/ros-kilted-rosbridge-library_3.2.0-1noble.20260519.050613_arm64.deb Size: 43538 SHA256: 84032ad9de3e54019a0a420c0364a20af67b38f89bccf1ae3dcee8398467b964 SHA1: a55950417d21fe1f87d3234ea47b5ca2fa1985e9 MD5sum: f8b4b772b1ee9d87d8a360141cca69f8 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-kilted-rosbridge-msgs Version: 3.2.0-1noble.20260519.021859 Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 1098 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbridge-msgs/ros-kilted-rosbridge-msgs_3.2.0-1noble.20260519.021859_arm64.deb Size: 56446 SHA256: a9d946420561d9c46fb41949025fd89411afb72fe8b259e11d27e888ee943996 SHA1: 14b06a301db025b93c1ffb83a30365f300b40ea9 MD5sum: 77fcff11f708ac4e6f7787ff3856e406 Description: Interface definitions for the rosbridge library. Package: ros-kilted-rosbridge-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-rosbridge-msgs Version: 3.2.0-1noble.20260519.021859 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 437 Depends: ros-kilted-rosbridge-msgs (= 3.2.0-1noble.20260519.021859) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbridge-msgs/ros-kilted-rosbridge-msgs-dbgsym_3.2.0-1noble.20260519.021859_arm64.deb Size: 302424 SHA256: da0e1c6ee72bcca9a5f5a66ff1270d1f46bfe91940f01cf69b1bdf5b4bc614a1 SHA1: 1d180da68e5b7eeb45e75ab5546ba5698f7c5860 MD5sum: 8aa4516d56438044ec4321a86e046497 Description: debug symbols for ros-kilted-rosbridge-msgs Build-Ids: 331e255ba2a28d68327d696dcbcb10ddf8c3d697 38cdced5ed7378617020cc524952090c121fa9ad 5c715e2486918629a36c36b5fd32819014755136 6ad56f813ada80ed31745dfd18a26946f50f6e72 89654846c667dfa9363c8357393a2c7d7f5ffd87 98bd2bb551553325afa37c171b8002ef60b101bd 9d7b6c52aed072ebe7f3d1003db3aa22c745ef59 a7753bd3b1c686e9124f74b8ca23a7605d0c733f d6f3d404d92c6029d64beb1000d16e851c14c71c ede398cdb4f3986b9df97e1f10b45652bfc037f0 fa08f985f32ea23d8898add5c0c40d8848a29cba Package: ros-kilted-rosbridge-server Version: 3.2.0-1noble.20260519.153929 Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 99 Depends: python3-tornado, ros-kilted-rclpy, ros-kilted-rosapi, ros-kilted-rosbridge-library, ros-kilted-rosbridge-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/rosbridge_server Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbridge-server/ros-kilted-rosbridge-server_3.2.0-1noble.20260519.153929_arm64.deb Size: 16294 SHA256: f226a1ccd826793021e478732bf16a261b171c76a066f91073b04f27478ff72d SHA1: 1819c14207eb3d86427226bab4eb9764dbf2321d MD5sum: 25376261e994d8fe77d903b8f4fbf368 Description: A WebSocket interface to rosbridge. Package: ros-kilted-rosbridge-suite Version: 3.2.0-1noble.20260519.154131 Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 42 Depends: ros-kilted-rosapi, ros-kilted-rosbridge-library, ros-kilted-rosbridge-server, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/rosbridge_suite Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbridge-suite/ros-kilted-rosbridge-suite_3.2.0-1noble.20260519.154131_arm64.deb Size: 6106 SHA256: 1b689ed4b3d6dae1b8987d9ac8b84793c36f0f1d901e55883b04afbd99d1059f SHA1: 1f4c88378eb80b5ab6fbe89208279835b16767c8 MD5sum: 41bb1e481f41b680dc645b7921edf56b 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-kilted-rosbridge-test-msgs Version: 3.2.0-1noble.20260519.033843 Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 15784 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-action-msgs, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/rosbridge_library Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbridge-test-msgs/ros-kilted-rosbridge-test-msgs_3.2.0-1noble.20260519.033843_arm64.deb Size: 752056 SHA256: 8f3abf72203b7e3c9c43a560b36f03df7b274deea78364aed91a88ee4abfe690 SHA1: 58835fb224002aaee5c2d797396efc41449f2142 MD5sum: 2398d5c101dac8b6d504559f3d8ab2a7 Description: Message and service definitions used in internal tests for rosbridge packages. Package: ros-kilted-rosbridge-test-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-rosbridge-test-msgs Version: 3.2.0-1noble.20260519.033843 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 8756 Depends: ros-kilted-rosbridge-test-msgs (= 3.2.0-1noble.20260519.033843) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbridge-test-msgs/ros-kilted-rosbridge-test-msgs-dbgsym_3.2.0-1noble.20260519.033843_arm64.deb Size: 5946850 SHA256: 219e52b7e9996f24004afca676919d3455b423d0ceee61d4f1735a21d0647426 SHA1: 9019773c554a5fdd14628cf297174ae38e584d82 MD5sum: 6ddf8365f8bd66e9e9fd2168ee441a90 Description: debug symbols for ros-kilted-rosbridge-test-msgs Build-Ids: 196fdf933e23d74214c1028673ed16e671be98e9 4a21c8e6989a2e0995da629157a2bd76e248887e 529ba49cfd78825f0ce7ef9bf2a0abdf6089048f 5d65fb5f5a1dfdb0cd73f6fba292ccbc7a97fb9f 6de4053aa995594406e6aa28da6085627528eacf 7760c06c605df9288baa44ba78834379a10f15ca 796ccaedfe22fd99b81e8a63bbede623ee6b7263 8f5e85b9d68d4db934c603fb323f41f250ac09ee c6e421335a262d4351cd017443aeb0c5df3417b2 ccd4c83eb32b222cdca69dde575cafa276bf736d fbd15683cb684b410979e8640716825169685db6 Package: ros-kilted-rosgraph-monitor Version: 0.2.3-1noble.20260519.122447 Architecture: arm64 Maintainer: Emerson Knapp Installed-Size: 957 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-diagnostic-aggregator, ros-kilted-diagnostic-msgs, ros-kilted-diagnostic-updater, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rosgraph-monitor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosgraph-monitor/ros-kilted-rosgraph-monitor_0.2.3-1noble.20260519.122447_arm64.deb Size: 192342 SHA256: 6321cbcee3d8738521f15d3a535c1c78e3c69197b6559516ff14dbe7ed6070c2 SHA1: f9a0ccf16a3fe055e6d4bc2197aa51b5d3fd1b23 MD5sum: 3967a867b5cff5486f6498a8ff254273 Description: Monitors the ROS graph to detect error conditions Package: ros-kilted-rosgraph-monitor-dbgsym Package-Type: ddeb Source: ros-kilted-rosgraph-monitor Version: 0.2.3-1noble.20260519.122447 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Emerson Knapp Installed-Size: 4108 Depends: ros-kilted-rosgraph-monitor (= 0.2.3-1noble.20260519.122447) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosgraph-monitor/ros-kilted-rosgraph-monitor-dbgsym_0.2.3-1noble.20260519.122447_arm64.deb Size: 3578508 SHA256: 19d9f39a6d55a482b8c057633519af3b3df1c0b774724e07c9985f2d36950eb0 SHA1: 69a7acf23f6277f5fabb532e30d4cbbe031ce1e5 MD5sum: 5a4bc39aac497500cf90272dad1abe64 Description: debug symbols for ros-kilted-rosgraph-monitor Build-Ids: 4c64952330a3a574517f018f2d1b98c005da2fed b53fca525add8f336b42c06bf5b946174a0d7aa3 b61b5202782c44cc7755ec6f7c9f48bcf09f2578 Package: ros-kilted-rosgraph-monitor-msgs Version: 0.2.3-1noble.20260519.033235 Architecture: arm64 Maintainer: Emerson Knapp Installed-Size: 1689 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rcl-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosgraph-monitor-msgs/ros-kilted-rosgraph-monitor-msgs_0.2.3-1noble.20260519.033235_arm64.deb Size: 122304 SHA256: f1441e31f0960d35c2ca417b90799a44ca8baee5d7fa8ec703994b52bc92d6b3 SHA1: 36b411a1be484d9c7186e32104593c31c6f1c5f1 MD5sum: a3cd101cd46735eb3eb8a174e4739f1a Description: Interfaces for reporting observations about the ROS 2 communication graph Package: ros-kilted-rosgraph-monitor-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-rosgraph-monitor-msgs Version: 0.2.3-1noble.20260519.033235 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Emerson Knapp Installed-Size: 1354 Depends: ros-kilted-rosgraph-monitor-msgs (= 0.2.3-1noble.20260519.033235) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosgraph-monitor-msgs/ros-kilted-rosgraph-monitor-msgs-dbgsym_0.2.3-1noble.20260519.033235_arm64.deb Size: 1089810 SHA256: 6ae01e8bc619d482c45a3fd69bd793697aa4d644fa31654db9c10ed66bd1ac57 SHA1: 478013510182ece4f03ebf94cd988d69ab8f8cc3 MD5sum: 293a63d6c8a76fc6871e86eb3033b9f9 Description: debug symbols for ros-kilted-rosgraph-monitor-msgs Build-Ids: 3fca24e20f27fd577ba55731607ace02c7623285 4136132afc6bf9fccbee33a2477568d5292461e3 48a0d249eafc91ca8cb73d96fbb8118bac7e6ff5 58078122a5fc554a5d2ce580d88b565c2f4ce040 650a4a283d62f8894a63159394f9256bfe38a362 8fbd723d1048299fbbd5de57395e512849f55430 91ff30d3b1d7e4e53877df9b9735944c296c8e50 b10283f7a359c7275798b1f7b931547414e5182a b6b54f9dd4f959ef7758b63a8a69011ec0c5be49 ba9c58258672afd4d4e1d80ef71b171df2a52614 d4a690869ec04f3064ea473a33dc19621cd69275 Package: ros-kilted-rosgraph-msgs Version: 2.3.2-1noble.20260519.033241 Architecture: arm64 Maintainer: "Geoffrey Biggs" Installed-Size: 2215 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rcl-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/rosgraph_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosgraph-msgs/ros-kilted-rosgraph-msgs_2.3.2-1noble.20260519.033241_arm64.deb Size: 158806 SHA256: 13bacd872979466faa04cb6f22aec3a825a9abe1f32af7606ede7abe342853b0 SHA1: 70e0520d210d134236552bded6be77ab282b0094 MD5sum: 8e18cfe5bda6beb2e74165f868a10593 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-kilted-rosgraph-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-rosgraph-msgs Version: 2.3.2-1noble.20260519.033241 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Geoffrey Biggs" Installed-Size: 1859 Depends: ros-kilted-rosgraph-msgs (= 2.3.2-1noble.20260519.033241) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosgraph-msgs/ros-kilted-rosgraph-msgs-dbgsym_2.3.2-1noble.20260519.033241_arm64.deb Size: 1512190 SHA256: 202bd934f8af192d24a9a9ff1a10d39702039a149c0f80cd0dc9f3b30328cfb0 SHA1: 7065627fff979032122741a99ff8491b4dd74db3 MD5sum: 48b7bbce6014cac572473b49cf362ae7 Description: debug symbols for ros-kilted-rosgraph-msgs Build-Ids: 178070130213f89d760f418370bae60c1fe4ef29 19e3a34083e7bc31930f90fcca42ae8f78beb68b 74d21b07462be69048bdd281bd0dfdd54e1fc7cb 980927d3410706ce1b32246fef259f32660c7b53 9c4b001321e27f38b28c06068af6717ddd6c0ab9 a8ad9d206a31ce08856082f7110c5ec87e8bb843 bde8d0563bba800e08c097f7f8f1079805849540 d046a702cf1d76d9e825e76c588af77871d58cb6 d6ad1cb4be19097b86cd24ecbf763bd6660fa470 e29af67411cdc6ca5f6595c0c436d4f6707bc9f5 e46413505ed0f01fd92004efe53d8c0c8b087caa Package: ros-kilted-rosidl-adapter Version: 4.9.6-1noble.20260410.141519 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 133 Depends: python3-dev, python3-empy, ros-kilted-ament-cmake-core, ros-kilted-rosidl-cli, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-adapter/ros-kilted-rosidl-adapter_4.9.6-1noble.20260410.141519_arm64.deb Size: 20906 SHA256: 52254b4af31eb3ef8038b2400b563845d9e076e46fcff40aab0c65b3e7083ac9 SHA1: aef6dd1a495a1c375224c9e8ab663d2a9d3aa7c5 MD5sum: 42da02b0d2ea9d2758ec31b5279908c3 Description: API and scripts to parse .msg/.srv/.action files and convert them to .idl. Package: ros-kilted-rosidl-cli Version: 4.9.6-1noble.20260410.140130 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 155 Depends: python3-argcomplete, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-cli/ros-kilted-rosidl-cli_4.9.6-1noble.20260410.140130_arm64.deb Size: 29604 SHA256: d26073516cdf4ae3141d3dce0cfbb42f26dd5074770b0f5cb8527549b5de30a9 SHA1: bbbb26fd4903c157b27646770084d2b2dcf32be4 MD5sum: 04371fbab51257b06a75367aa1adb959 Description: Command line tools for ROS interface generation. Package: ros-kilted-rosidl-cmake Version: 4.9.6-1noble.20260410.155735 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 102 Depends: python3-empy, ros-kilted-ament-cmake, ros-kilted-rosidl-pycommon, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-cmake/ros-kilted-rosidl-cmake_4.9.6-1noble.20260410.155735_arm64.deb Size: 16082 SHA256: f08c99464209ea0f436f8dc0ed73e69534add82ac5b4c904ca1f8ebbf8e209cc SHA1: 913e83d6c2c8ce7d1118bd7a962845247192cc51 MD5sum: c43566927b304ce1b40ce6473cc7c75b Description: The CMake functionality to invoke code generation for ROS interface files. Package: ros-kilted-rosidl-core-generators Version: 0.3.2-1noble.20260519.015726 Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 50 Depends: ros-kilted-ament-cmake-core, ros-kilted-rosidl-cmake, ros-kilted-rosidl-generator-c, ros-kilted-rosidl-generator-cpp, ros-kilted-rosidl-generator-py, ros-kilted-rosidl-generator-rs, ros-kilted-rosidl-typesupport-c, ros-kilted-rosidl-typesupport-cpp, ros-kilted-rosidl-typesupport-fastrtps-c, ros-kilted-rosidl-typesupport-fastrtps-cpp, ros-kilted-rosidl-typesupport-introspection-c, ros-kilted-rosidl-typesupport-introspection-cpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-core-generators/ros-kilted-rosidl-core-generators_0.3.2-1noble.20260519.015726_arm64.deb Size: 6958 SHA256: c039b2fff41b4c319d5d91d6e3a4478eb7ca863c48c513db9b58570307b92564 SHA1: 99c40abddfa7fc4c85c1aaa4bf990803ee161466 MD5sum: 04a2e26dcb01b9aeaeff325e599d06aa Description: A configuration package defining core ROS interface generators. Package: ros-kilted-rosidl-core-runtime Version: 0.3.2-1noble.20260519.015744 Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 44 Depends: ros-kilted-rosidl-generator-py, ros-kilted-rosidl-runtime-c, ros-kilted-rosidl-runtime-cpp, ros-kilted-rosidl-typesupport-c, ros-kilted-rosidl-typesupport-cpp, ros-kilted-rosidl-typesupport-fastrtps-c, ros-kilted-rosidl-typesupport-fastrtps-cpp, ros-kilted-rosidl-typesupport-introspection-c, ros-kilted-rosidl-typesupport-introspection-cpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-core-runtime/ros-kilted-rosidl-core-runtime_0.3.2-1noble.20260519.015744_arm64.deb Size: 5984 SHA256: c432bebd5511ebbe64e7f38297c076d9d9a55e5462000ec5476f167b3253cd2d SHA1: 6eabe13a518c4a16c2d9f9751f34578e7f0ad687 MD5sum: 5820cadab6d2709ffbcb462f4e34e590 Description: A configuration package defining runtime dependencies for core ROS interfaces. Package: ros-kilted-rosidl-default-generators Version: 1.7.2-1noble.20260519.021034 Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 47 Depends: ros-kilted-action-msgs, ros-kilted-ament-cmake-core, ros-kilted-rosidl-core-generators, ros-kilted-service-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-default-generators/ros-kilted-rosidl-default-generators_1.7.2-1noble.20260519.021034_arm64.deb Size: 6860 SHA256: 9fb7b4de7258113d0aba8b0a285c429d59f82ad27622719b11fcc00478f71821 SHA1: 08cf14c56aae9e4f702e9d64d01b76c7d4f5465a MD5sum: 232ecaf2bd3db8546603fc3bf0f165df Description: A configuration package defining the default ROS interface generators. Package: ros-kilted-rosidl-default-runtime Version: 1.7.2-1noble.20260519.021040 Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 47 Depends: ros-kilted-action-msgs, ros-kilted-rosidl-core-runtime, ros-kilted-service-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-default-runtime/ros-kilted-rosidl-default-runtime_1.7.2-1noble.20260519.021040_arm64.deb Size: 7258 SHA256: d246c10c840cf5b82b8b451d4bb98eaef47ac65028de2a0f6734cd8506086f39 SHA1: 26b3b310d5ca3963be4027c3bcc274a647e20bc6 MD5sum: efa17d3bd80bb71b0ff8ffe5cdb81c11 Description: A configuration package defining the runtime for the ROS interfaces. Package: ros-kilted-rosidl-dynamic-typesupport Version: 0.3.1-2noble.20260410.155649 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 365 Depends: libc6 (>= 2.17), ros-kilted-rcutils, ros-kilted-rosidl-runtime-c, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-dynamic-typesupport/ros-kilted-rosidl-dynamic-typesupport_0.3.1-2noble.20260410.155649_arm64.deb Size: 35526 SHA256: 81e9689594a59fd5ed8a2715e7bafb6794bedec66d5d2df5c9d4bc78444a20b6 SHA1: b6634ea836b62c62d8963e61968aa121b7b5fc08 MD5sum: 80fd5d3859d88b0a30c10deb852e958d Description: Unified serialization support interface for dynamic typesupport in C. Package: ros-kilted-rosidl-dynamic-typesupport-dbgsym Package-Type: ddeb Source: ros-kilted-rosidl-dynamic-typesupport Version: 0.3.1-2noble.20260410.155649 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 129 Depends: ros-kilted-rosidl-dynamic-typesupport (= 0.3.1-2noble.20260410.155649) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-dynamic-typesupport/ros-kilted-rosidl-dynamic-typesupport-dbgsym_0.3.1-2noble.20260410.155649_arm64.deb Size: 80672 SHA256: db9a4dd1c978923d26f6102c6230c2f9f9736d3cc3d11c72a1f4b779ece8e88d SHA1: b9a98393c2e0d424570dfeb6c2d055a10faef6dc MD5sum: c48cbcb33a2d42d2c3c05cc497540294 Description: debug symbols for ros-kilted-rosidl-dynamic-typesupport Build-Ids: 12630a1f923b4b4a2cf3b9cea16ac2d195841764 Package: ros-kilted-rosidl-dynamic-typesupport-fastrtps Version: 0.4.2-1noble.20260410.222701 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 328 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-fastdds, ros-kilted-fastcdr, ros-kilted-rcpputils, ros-kilted-rcutils, ros-kilted-rosidl-dynamic-typesupport, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-dynamic-typesupport-fastrtps/ros-kilted-rosidl-dynamic-typesupport-fastrtps_0.4.2-1noble.20260410.222701_arm64.deb Size: 50440 SHA256: 7593b1bcf40fe700ad4064430787ae386d7aefb9a43e2c0d915080d35be7a907 SHA1: 47d00c82c023772482ebda30a821f81dffb4e2da MD5sum: 0bc3b6fef30c7cae527eca2bcefa8485 Description: FastDDS serialization support implementation for use with C/C++. Package: ros-kilted-rosidl-dynamic-typesupport-fastrtps-dbgsym Package-Type: ddeb Source: ros-kilted-rosidl-dynamic-typesupport-fastrtps Version: 0.4.2-1noble.20260410.222701 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 651 Depends: ros-kilted-rosidl-dynamic-typesupport-fastrtps (= 0.4.2-1noble.20260410.222701) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-dynamic-typesupport-fastrtps/ros-kilted-rosidl-dynamic-typesupport-fastrtps-dbgsym_0.4.2-1noble.20260410.222701_arm64.deb Size: 569848 SHA256: 75b309e6bc50b26c5197b47cddcc8534a51f7e0f33d712a2930641dcc303721e SHA1: b59032f9cae4d9561f059cfae010a18ce095066e MD5sum: 5162fcbddf9ff16fb2953df36cf8bbd4 Description: debug symbols for ros-kilted-rosidl-dynamic-typesupport-fastrtps Build-Ids: 83fc24d8888ebb46eab08a0b7f0a4231cd52244e Package: ros-kilted-rosidl-generator-c Version: 4.9.6-1noble.20260519.013251 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 179 Depends: python3-dev, ros-kilted-ament-cmake-core, ros-kilted-ament-index-python, ros-kilted-rcutils, ros-kilted-rosidl-cli, ros-kilted-rosidl-cmake, ros-kilted-rosidl-generator-type-description, ros-kilted-rosidl-parser, ros-kilted-rosidl-pycommon, ros-kilted-rosidl-typesupport-interface, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-generator-c/ros-kilted-rosidl-generator-c_4.9.6-1noble.20260519.013251_arm64.deb Size: 25710 SHA256: b3b689078a437c68f0d81a712770f17612cee078e8c928e54b88ee139a787537 SHA1: e6b10c049aabc55f37236a9e5dc35dcf850d314d MD5sum: fc6de32548e4076e0409568a5cd8f318 Description: Generate the ROS interfaces in C. Package: ros-kilted-rosidl-generator-cpp Version: 4.9.6-1noble.20260519.013717 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 156 Depends: python3-dev, ros-kilted-ament-cmake-core, ros-kilted-ament-index-python, ros-kilted-rosidl-cli, ros-kilted-rosidl-cmake, ros-kilted-rosidl-generator-c, ros-kilted-rosidl-generator-type-description, ros-kilted-rosidl-parser, ros-kilted-rosidl-pycommon, ros-kilted-rosidl-runtime-cpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-generator-cpp/ros-kilted-rosidl-generator-cpp_4.9.6-1noble.20260519.013717_arm64.deb Size: 23140 SHA256: 6ff07408a63be2b458cef5ae67efc6b17212492fec6a5c7539b70a95a37d8ca2 SHA1: e8034532db71ec20eea2c1f42ff143db45b55b3a MD5sum: 44b64a920d1aa2663c8d674f9784da71 Description: Generate the ROS interfaces in C++. Package: ros-kilted-rosidl-generator-dds-idl Version: 0.12.1-1noble.20260519.013009 Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 80 Depends: ros-kilted-ament-cmake, ros-kilted-ament-index-python, ros-kilted-rosidl-cli, ros-kilted-rosidl-pycommon, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-generator-dds-idl/ros-kilted-rosidl-generator-dds-idl_0.12.1-1noble.20260519.013009_arm64.deb Size: 11262 SHA256: a6055fa5d4868d2fdd07507119fff8251706a4520351aa15674309a88a46cbae SHA1: 1b6aa51027da2d19af600fcf6866156c8ef4d65b MD5sum: 5d0aa998398008e183c60f851bad5e24 Description: Generate the DDS interfaces for ROS interfaces. Package: ros-kilted-rosidl-generator-py Version: 0.24.2-1noble.20260519.014515 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 195 Depends: python3-numpy, ros-kilted-ament-cmake, ros-kilted-ament-cmake-cppcheck, ros-kilted-ament-cmake-cpplint, ros-kilted-ament-cmake-flake8, ros-kilted-ament-cmake-pep257, ros-kilted-ament-cmake-uncrustify, ros-kilted-ament-index-python, ros-kilted-rmw, ros-kilted-rosidl-cli, ros-kilted-rosidl-generator-c, ros-kilted-rosidl-parser, ros-kilted-rosidl-pycommon, ros-kilted-rosidl-runtime-c, ros-kilted-rosidl-typesupport-c, ros-kilted-rosidl-typesupport-interface, ros-kilted-rpyutils, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-generator-py/ros-kilted-rosidl-generator-py_0.24.2-1noble.20260519.014515_arm64.deb Size: 29418 SHA256: 225731bf65a66f217ed12b4c09fbd90007d231a6720418f1714bb103c843dd06 SHA1: c09b8cc04fd05becc56ffa634e2437b79748a1dd MD5sum: 13ec1df89a73c1212ccb5d6b9b346bdc Description: Generate the ROS interfaces in Python. Package: ros-kilted-rosidl-generator-rs Version: 0.4.12-1noble.20260519.015403 Architecture: arm64 Maintainer: Esteve Fernandez Installed-Size: 138 Depends: ros-kilted-ament-cmake, ros-kilted-ros-environment, ros-kilted-rosidl-generator-c, ros-kilted-rosidl-parser, ros-kilted-rosidl-pycommon, ros-kilted-rosidl-typesupport-c, ros-kilted-rosidl-typesupport-interface, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-generator-rs/ros-kilted-rosidl-generator-rs_0.4.12-1noble.20260519.015403_arm64.deb Size: 24162 SHA256: 8b17ecf0bc209dec1f3211c9d5f55d432aacda7dd1fb503d89a531c69f9e6b53 SHA1: ef772576925a1c386a7340a4068ad024087707c6 MD5sum: 6fbcdb094367d71c6a1f2780a135e7f0 Description: Generate the ROS interfaces in Rust. Package: ros-kilted-rosidl-generator-type-description Version: 4.9.6-1noble.20260519.013004 Architecture: arm64 Maintainer: Emerson Knapp Installed-Size: 94 Depends: python3-dev, ros-kilted-ament-cmake-core, ros-kilted-ament-index-python, ros-kilted-rosidl-cli, ros-kilted-rosidl-parser, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-generator-type-description/ros-kilted-rosidl-generator-type-description_4.9.6-1noble.20260519.013004_arm64.deb Size: 15242 SHA256: d052b0018b83b887766ed9642434a18a105b40dc62dbc07ffb3efd894ca923ac SHA1: f9c6765d995ba2a75e12b0daa50d8f4ce429d65e MD5sum: 9c10ab48b6dfb1f04cfd9a8c7bda7398 Description: Generate hashes and descriptions of ROS 2 interface types, per REP-2011. Package: ros-kilted-rosidl-parser Version: 4.9.6-1noble.20260410.154653 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 126 Depends: python3-lark, ros-kilted-rosidl-adapter, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-parser/ros-kilted-rosidl-parser_4.9.6-1noble.20260410.154653_arm64.deb Size: 21552 SHA256: e275e06be525575bd21f06a546cc4ae84b293ce61d98b1b7e94db2df4ad2f9f9 SHA1: a74da58db9637544090d8764a37a8805e2f53e47 MD5sum: 68721c6d9ece14bdbc31bd72237e8504 Description: The parser for `.idl` ROS interface files. Package: ros-kilted-rosidl-pycommon Version: 4.9.6-1noble.20260410.155242 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 50 Depends: ros-kilted-rosidl-parser, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-pycommon/ros-kilted-rosidl-pycommon_4.9.6-1noble.20260410.155242_arm64.deb Size: 11774 SHA256: 0684814f696363801d2fc681cad0779bc322fb6d5bdb86b3cbee0fd1a0024be6 SHA1: 06e5c82d04994b71a546684b7ce5c59752361108 MD5sum: 2d0a0963963ff4186f39744104f3db32 Description: Common Python functions used by rosidl packages. Package: ros-kilted-rosidl-runtime-c Version: 4.9.6-1noble.20260410.155145 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 381 Depends: libc6 (>= 2.17), ros-kilted-ament-cmake, ros-kilted-rcutils, ros-kilted-rosidl-typesupport-interface, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-runtime-c/ros-kilted-rosidl-runtime-c_4.9.6-1noble.20260410.155145_arm64.deb Size: 57042 SHA256: be470bbecadd22ef0dfa4a8ff9aaaed0beb61599e19aadbe0c1b94064284c597 SHA1: ca1c35c5aff10b5ee435c0193fdf2566bacc71f0 MD5sum: 415b356fec7c3ea37c9e46154a4f29e6 Description: Provides definitions, initialization and finalization functions, and macros for getting and working with rosidl typesupport types in C. Package: ros-kilted-rosidl-runtime-c-dbgsym Package-Type: ddeb Source: ros-kilted-rosidl-runtime-c Version: 4.9.6-1noble.20260410.155145 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 147 Depends: ros-kilted-rosidl-runtime-c (= 4.9.6-1noble.20260410.155145) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-runtime-c/ros-kilted-rosidl-runtime-c-dbgsym_4.9.6-1noble.20260410.155145_arm64.deb Size: 82548 SHA256: 5be4680925fbea6b89f371e18b7aca9daacdaede2d9ad218faa02cc047cbf0a9 SHA1: b1fc2c9e66027a3ec85bcd7ea7c46634c3c6b4c1 MD5sum: cac824cd46282264f034df78170d39a7 Description: debug symbols for ros-kilted-rosidl-runtime-c Build-Ids: 8ff1fc3689066905484e34f9ff5640c3db6eb6de Package: ros-kilted-rosidl-runtime-cpp Version: 4.9.6-1noble.20260410.155722 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 156 Depends: ros-kilted-ament-cmake, ros-kilted-rosidl-runtime-c, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-runtime-cpp/ros-kilted-rosidl-runtime-cpp_4.9.6-1noble.20260410.155722_arm64.deb Size: 20696 SHA256: 2eeb6b484f323b25a3ec3417f9386e619ac4307b6bbff03a8f7f5fefdf4e79d4 SHA1: 23cecb4c83c3c417f934e53490412fbf0cd5907c MD5sum: 5420803e2e8be75ada7e99f277a38622 Description: Provides definitions and templated functions for getting and working with rosidl typesupport types in C++. Package: ros-kilted-rosidl-runtime-py Version: 0.14.2-1noble.20260410.155339 Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 93 Depends: python3-numpy, python3-yaml, ros-kilted-rosidl-parser, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-runtime-py/ros-kilted-rosidl-runtime-py_0.14.2-1noble.20260410.155339_arm64.deb Size: 20612 SHA256: 8dc84fd5e215b3d3cbecf34697a517d8efece10d70321247ed53e7581ca21e75 SHA1: 0145aac8394eaea1e6f54d87cfca882e7dcdf8c7 MD5sum: 2c51a4196e7e065d8e096f676035d031 Description: Runtime utilities for working with generated ROS interfaces in Python. Package: ros-kilted-rosidl-typesupport-c Version: 3.3.3-2noble.20260519.013837 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 203 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2), python3-dev, ros-kilted-ament-cmake-core, ros-kilted-ament-index-python, ros-kilted-rcpputils, ros-kilted-rcutils, ros-kilted-rosidl-cli, ros-kilted-rosidl-generator-c, ros-kilted-rosidl-pycommon, ros-kilted-rosidl-runtime-c, ros-kilted-rosidl-typesupport-interface, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-typesupport-c/ros-kilted-rosidl-typesupport-c_3.3.3-2noble.20260519.013837_arm64.deb Size: 24586 SHA256: 866e007037df816e2e3ae01829e2a9dd6d746f2eec4bf81d69ef420635894dd1 SHA1: ed2329d7462af4604ee6060f639ebe107c477844 MD5sum: a5840476cfaced2f209bd4145f86fddb Description: Generate the type support for C messages. Package: ros-kilted-rosidl-typesupport-c-dbgsym Package-Type: ddeb Source: ros-kilted-rosidl-typesupport-c Version: 3.3.3-2noble.20260519.013837 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 65 Depends: ros-kilted-rosidl-typesupport-c (= 3.3.3-2noble.20260519.013837) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-typesupport-c/ros-kilted-rosidl-typesupport-c-dbgsym_3.3.3-2noble.20260519.013837_arm64.deb Size: 46898 SHA256: d57ccd9c128c296890ff3dfb061c36016b23ce33449fead675e58182ba211475 SHA1: 9e59ed80c5927e63aac312555e99f97d88311ac5 MD5sum: 402934b9ddaef30602e808abd7aab787 Description: debug symbols for ros-kilted-rosidl-typesupport-c Build-Ids: cb9ed0e5c2987b49f1332db2427393a81625bfaa Package: ros-kilted-rosidl-typesupport-cpp Version: 3.3.3-2noble.20260519.014529 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 204 Depends: libc6 (>= 2.17), libstdc++6 (>= 5.2), python3-dev, ros-kilted-ament-cmake-core, ros-kilted-ament-index-python, ros-kilted-rcpputils, ros-kilted-rcutils, ros-kilted-rosidl-cli, ros-kilted-rosidl-generator-c, ros-kilted-rosidl-generator-type-description, ros-kilted-rosidl-pycommon, ros-kilted-rosidl-runtime-c, ros-kilted-rosidl-runtime-cpp, ros-kilted-rosidl-typesupport-c, ros-kilted-rosidl-typesupport-interface, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-typesupport-cpp/ros-kilted-rosidl-typesupport-cpp_3.3.3-2noble.20260519.014529_arm64.deb Size: 23658 SHA256: af13b60d5f786e6f4fcdbdcf6ecce6e65c2befda603953aa72628613588e5d5b SHA1: 296db797568f1a71a6a00879a55c195b49c2b7fc MD5sum: a99560e55b285d6877b11bf5f21f1b66 Description: Generate the type support for C++ messages. Package: ros-kilted-rosidl-typesupport-cpp-dbgsym Package-Type: ddeb Source: ros-kilted-rosidl-typesupport-cpp Version: 3.3.3-2noble.20260519.014529 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 65 Depends: ros-kilted-rosidl-typesupport-cpp (= 3.3.3-2noble.20260519.014529) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-typesupport-cpp/ros-kilted-rosidl-typesupport-cpp-dbgsym_3.3.3-2noble.20260519.014529_arm64.deb Size: 46724 SHA256: 5a9313af420b814cef1b32e8df5d22646cb9e44b8a921b4125636de9a904011a SHA1: 2c4006d6b25da760ce1ab7ddb5dfe84af83cf663 MD5sum: f9c2df06952466965244d21f455fc91c Description: debug symbols for ros-kilted-rosidl-typesupport-cpp Build-Ids: 32b10c57ab508e1221968d5dedcc567196c1c773 Package: ros-kilted-rosidl-typesupport-fastrtps-c Version: 3.8.2-1noble.20260519.015403 Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 237 Depends: libstdc++6 (>= 5.2), python3-dev, ros-kilted-ament-cmake-ros-core, ros-kilted-ament-index-python, ros-kilted-fastcdr, ros-kilted-rmw, ros-kilted-rosidl-cli, ros-kilted-rosidl-generator-c, ros-kilted-rosidl-pycommon, ros-kilted-rosidl-runtime-c, ros-kilted-rosidl-runtime-cpp, ros-kilted-rosidl-typesupport-fastrtps-cpp, ros-kilted-rosidl-typesupport-interface, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-typesupport-fastrtps-c/ros-kilted-rosidl-typesupport-fastrtps-c_3.8.2-1noble.20260519.015403_arm64.deb Size: 26354 SHA256: 64ccd9206e8695422b830c8551aad8f0c6ad171f6300c270b0ea2ff43f9583ad SHA1: 79caff46bf33457ab14e5fdf6cd0aa3a9b6b78f0 MD5sum: 8868f2bc77e61b2b8b1dd80a3028ff39 Description: Generate the C interfaces for eProsima FastRTPS. Package: ros-kilted-rosidl-typesupport-fastrtps-c-dbgsym Package-Type: ddeb Source: ros-kilted-rosidl-typesupport-fastrtps-c Version: 3.8.2-1noble.20260519.015403 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 34 Depends: ros-kilted-rosidl-typesupport-fastrtps-c (= 3.8.2-1noble.20260519.015403) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-typesupport-fastrtps-c/ros-kilted-rosidl-typesupport-fastrtps-c-dbgsym_3.8.2-1noble.20260519.015403_arm64.deb Size: 18752 SHA256: 2f05bbfb63d0c26e78146474a9dbf0c8fba46c5af3b4e9d208d702069a043569 SHA1: 09eea548caf80647d3ee1e30614cd4ab957ddc3c MD5sum: b245a022b0723e7c3de3df29a5fbb75f Description: debug symbols for ros-kilted-rosidl-typesupport-fastrtps-c Build-Ids: d1afa664c0ecf4942da45fb0467587c0062344a3 Package: ros-kilted-rosidl-typesupport-fastrtps-cpp Version: 3.8.2-1noble.20260519.013806 Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 247 Depends: libc6 (>= 2.17), libstdc++6 (>= 5.2), python3-dev, ros-kilted-ament-cmake-ros-core, ros-kilted-ament-index-python, ros-kilted-fastcdr, ros-kilted-rmw, ros-kilted-rosidl-cli, ros-kilted-rosidl-generator-c, ros-kilted-rosidl-generator-cpp, ros-kilted-rosidl-pycommon, ros-kilted-rosidl-runtime-c, ros-kilted-rosidl-runtime-cpp, ros-kilted-rosidl-typesupport-interface, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-typesupport-fastrtps-cpp/ros-kilted-rosidl-typesupport-fastrtps-cpp_3.8.2-1noble.20260519.013806_arm64.deb Size: 28116 SHA256: ee57b6e3802af4193abe1430b62b7772e8af3479f829a23dc886d2b3c2ffa1ba SHA1: 3c32df884e581b79872a550b30c55c584857a3d0 MD5sum: 32e682c2804f1a7594d43d5ab910224e Description: Generate the C++ interfaces for eProsima FastRTPS. Package: ros-kilted-rosidl-typesupport-fastrtps-cpp-dbgsym Package-Type: ddeb Source: ros-kilted-rosidl-typesupport-fastrtps-cpp Version: 3.8.2-1noble.20260519.013806 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 45 Depends: ros-kilted-rosidl-typesupport-fastrtps-cpp (= 3.8.2-1noble.20260519.013806) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-typesupport-fastrtps-cpp/ros-kilted-rosidl-typesupport-fastrtps-cpp-dbgsym_3.8.2-1noble.20260519.013806_arm64.deb Size: 29726 SHA256: 329692221e6128749b2dadec900de88bc7d317f6408de215d4f2dbe920ac0efd SHA1: 775deff5f29987221ec9354b0268beddc5ad6450 MD5sum: 054f1c960122b8c3eea80b6ca0f9e616 Description: debug symbols for ros-kilted-rosidl-typesupport-fastrtps-cpp Build-Ids: 92902403d8cf999f17e177103b9b139e0fd12738 Package: ros-kilted-rosidl-typesupport-interface Version: 4.9.6-1noble.20260410.154642 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 56 Depends: ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-typesupport-interface/ros-kilted-rosidl-typesupport-interface_4.9.6-1noble.20260410.154642_arm64.deb Size: 9472 SHA256: bfde9f35bd1b40a11b3b57c154a250f04de7ff7f33aca75b70ee94927088cdef SHA1: 90b01725e92d3cf454c5432b37881cde45ee9035 MD5sum: 25a3d9fa979f65828eadaeff97887675 Description: The interface for rosidl typesupport packages. Package: ros-kilted-rosidl-typesupport-introspection-c Version: 4.9.6-1noble.20260519.013602 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 223 Depends: python3-dev, ros-kilted-ament-cmake, ros-kilted-ament-index-python, ros-kilted-rosidl-cli, ros-kilted-rosidl-cmake, ros-kilted-rosidl-generator-c, ros-kilted-rosidl-parser, ros-kilted-rosidl-pycommon, ros-kilted-rosidl-runtime-c, ros-kilted-rosidl-typesupport-interface, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-typesupport-introspection-c/ros-kilted-rosidl-typesupport-introspection-c_4.9.6-1noble.20260519.013602_arm64.deb Size: 24662 SHA256: d7b4ca2e25900cb5ba9779c498c1ed492cac365dea6ef1198f270329a2b9e340 SHA1: 3f88cecbbc1c2b11c65bd552915371371bd17bc3 MD5sum: f7706bfbc94efdfd78fb54010fbc2f94 Description: Generate the message type support for dynamic message construction in C. Package: ros-kilted-rosidl-typesupport-introspection-c-dbgsym Package-Type: ddeb Source: ros-kilted-rosidl-typesupport-introspection-c Version: 4.9.6-1noble.20260519.013602 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 17 Depends: ros-kilted-rosidl-typesupport-introspection-c (= 4.9.6-1noble.20260519.013602) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-typesupport-introspection-c/ros-kilted-rosidl-typesupport-introspection-c-dbgsym_4.9.6-1noble.20260519.013602_arm64.deb Size: 2920 SHA256: 8f713fb3f9788f4adef47683589b659ef8f3fec220ab02d14e2a33a4e16dfe3d SHA1: ed896c5f6e7d29827cea2b96743c63a5eff412ce MD5sum: ed03998777936fe6316c0863e48c33db Description: debug symbols for ros-kilted-rosidl-typesupport-introspection-c Build-Ids: 10d0a10f5a95aeaf3e397bbd4de89e8a3de23f7b Package: ros-kilted-rosidl-typesupport-introspection-cpp Version: 4.9.6-1noble.20260519.013908 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 224 Depends: python3-dev, ros-kilted-ament-cmake, ros-kilted-ament-index-python, ros-kilted-rosidl-cli, ros-kilted-rosidl-cmake, ros-kilted-rosidl-generator-c, ros-kilted-rosidl-generator-cpp, ros-kilted-rosidl-parser, ros-kilted-rosidl-pycommon, ros-kilted-rosidl-runtime-c, ros-kilted-rosidl-runtime-cpp, ros-kilted-rosidl-typesupport-interface, ros-kilted-rosidl-typesupport-introspection-c, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-typesupport-introspection-cpp/ros-kilted-rosidl-typesupport-introspection-cpp_4.9.6-1noble.20260519.013908_arm64.deb Size: 24638 SHA256: d41a2c2941027435b2bb72b6e9b054f31406c17d9063d6101ca9b4cbbe625dc7 SHA1: 0922bc0b727736844265b8de25c2970e9ee9ef4c MD5sum: 6f0312720176ffc866ae773db0bddd89 Description: Generate the message type support for dynamic message construction in C++. Package: ros-kilted-rosidl-typesupport-introspection-cpp-dbgsym Package-Type: ddeb Source: ros-kilted-rosidl-typesupport-introspection-cpp Version: 4.9.6-1noble.20260519.013908 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 17 Depends: ros-kilted-rosidl-typesupport-introspection-cpp (= 4.9.6-1noble.20260519.013908) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-typesupport-introspection-cpp/ros-kilted-rosidl-typesupport-introspection-cpp-dbgsym_4.9.6-1noble.20260519.013908_arm64.deb Size: 2934 SHA256: 921257b5ecf264a7c0104a90936a584c9507e5fccd6198f278a4879dd9433c46 SHA1: 7a92d6b53d4bb0e9c092d90e650edd7faad18329 MD5sum: 4f809d080957168a4496aeecef3fab61 Description: debug symbols for ros-kilted-rosidl-typesupport-introspection-cpp Build-Ids: 668a663530fcb3f771f0ca8c036c68521172f2c8 Package: ros-kilted-rosidlcpp Version: 0.5.0-1noble.20260519.041342 Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 42 Depends: ros-kilted-ament-cmake-core, ros-kilted-rosidlcpp-generator-c, ros-kilted-rosidlcpp-generator-cpp, ros-kilted-rosidlcpp-generator-py, ros-kilted-rosidlcpp-generator-type-description, ros-kilted-rosidlcpp-typesupport-c, ros-kilted-rosidlcpp-typesupport-cpp, ros-kilted-rosidlcpp-typesupport-fastrtps-c, ros-kilted-rosidlcpp-typesupport-fastrtps-cpp, ros-kilted-rosidlcpp-typesupport-introspection-c, ros-kilted-rosidlcpp-typesupport-introspection-cpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidlcpp/ros-kilted-rosidlcpp_0.5.0-1noble.20260519.041342_arm64.deb Size: 5242 SHA256: 4dd8882fb3b4b87cb9d30b7e8bfe23e5c3a42a2d3fd8dfaf87a2d80e016195bc SHA1: cf385a06bc266c0cef6ba0117b161d17729c737f MD5sum: 6305050b79c280cb5e8a3586bcb18012 Description: Meta package depending on all rosidlcpp generators Package: ros-kilted-rosidlcpp-generator-c Version: 0.5.0-1noble.20260519.013330 Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 520 Depends: libc6 (>= 2.38), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, nlohmann-json3-dev, ros-kilted-ament-cmake-core, ros-kilted-rcutils, ros-kilted-rosidl-cmake, ros-kilted-rosidl-generator-type-description, ros-kilted-rosidl-typesupport-interface, ros-kilted-rosidlcpp-generator-core, ros-kilted-rosidlcpp-parser, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidlcpp-generator-c/ros-kilted-rosidlcpp-generator-c_0.5.0-1noble.20260519.013330_arm64.deb Size: 166398 SHA256: ec7f98c938c7810cf3523bb6310d34183a5c36837eb7838dbac9cd2abd10d349 SHA1: 5a55ace82e385992cd9a452606dcf668af3583af MD5sum: 40ca863be05fd1de5a8a4e9e87b04d70 Description: Generate the ROS interfaces in C. Package: ros-kilted-rosidlcpp-generator-c-dbgsym Package-Type: ddeb Source: ros-kilted-rosidlcpp-generator-c Version: 0.5.0-1noble.20260519.013330 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 2435 Depends: ros-kilted-rosidlcpp-generator-c (= 0.5.0-1noble.20260519.013330) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidlcpp-generator-c/ros-kilted-rosidlcpp-generator-c-dbgsym_0.5.0-1noble.20260519.013330_arm64.deb Size: 2266430 SHA256: 9366a4726b004734a4ad4b7d3115e3e09bbf5b0622c51ac47a3b7e549ee90f5c SHA1: 51fe4207c8bce679bc9e172f9c182fa75820be8d MD5sum: 3b5f61a9f4451dbd11246ebec38578bd Description: debug symbols for ros-kilted-rosidlcpp-generator-c Build-Ids: bf7dd285267574563dc450a4338aa850849c3454 Package: ros-kilted-rosidlcpp-generator-core Version: 0.5.0-1noble.20260410.155615 Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 704 Depends: libc6 (>= 2.38), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, ros-kilted-rosidlcpp-parser, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidlcpp-generator-core/ros-kilted-rosidlcpp-generator-core_0.5.0-1noble.20260410.155615_arm64.deb Size: 190930 SHA256: 85c1b232851068a456e1fab5024cdb57eb18629887638349fcd96dd80c06bdb0 SHA1: 3685e50d13ec6809e91804c40c90235613b8288e MD5sum: c8f72bd3f19d6cef09c626f9a0d9a6e9 Description: This package provides the basis for all rosidlcpp generators Package: ros-kilted-rosidlcpp-generator-core-dbgsym Package-Type: ddeb Source: ros-kilted-rosidlcpp-generator-core Version: 0.5.0-1noble.20260410.155615 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 2192 Depends: ros-kilted-rosidlcpp-generator-core (= 0.5.0-1noble.20260410.155615) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidlcpp-generator-core/ros-kilted-rosidlcpp-generator-core-dbgsym_0.5.0-1noble.20260410.155615_arm64.deb Size: 1950884 SHA256: 482af03cf02093d3051776681de6470a4a6baec6d2f5e8126c2653a30bda5968 SHA1: fedf9be8dc6dde7f0499641531374e9cf7a8d19c MD5sum: aed911dc450b03129e3a95aa94ef3079 Description: debug symbols for ros-kilted-rosidlcpp-generator-core Build-Ids: 6f5efb108d87f061121ae4d30ee765c1618f0e0a Package: ros-kilted-rosidlcpp-generator-cpp Version: 0.5.0-1noble.20260519.013343 Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 368 Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, nlohmann-json3-dev, ros-kilted-ament-cmake-core, ros-kilted-rcutils, ros-kilted-rosidl-cmake, ros-kilted-rosidl-generator-type-description, ros-kilted-rosidl-typesupport-interface, ros-kilted-rosidlcpp-generator-core, ros-kilted-rosidlcpp-parser, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidlcpp-generator-cpp/ros-kilted-rosidlcpp-generator-cpp_0.5.0-1noble.20260519.013343_arm64.deb Size: 108688 SHA256: 75a60f74ad7812766191b46498e061a899d323c03d52b8ffd2df7e7d949ba3ee SHA1: 0679de65828c4484b013ab7d8bf5b018fbaea738 MD5sum: 3d2d488f64d5342e99e9cc7298d90748 Description: Generate the ROS interfaces in C++. Package: ros-kilted-rosidlcpp-generator-cpp-dbgsym Package-Type: ddeb Source: ros-kilted-rosidlcpp-generator-cpp Version: 0.5.0-1noble.20260519.013343 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 1586 Depends: ros-kilted-rosidlcpp-generator-cpp (= 0.5.0-1noble.20260519.013343) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidlcpp-generator-cpp/ros-kilted-rosidlcpp-generator-cpp-dbgsym_0.5.0-1noble.20260519.013343_arm64.deb Size: 1484174 SHA256: 987b15b752ed52f7c5cf9dbd676e8ad03ae44874db1685af488a089754f3a7d9 SHA1: d54086015fbf975daf852c078d2191a92445ca06 MD5sum: d4561cad563b5e1f34b5400aef520c92 Description: debug symbols for ros-kilted-rosidlcpp-generator-cpp Build-Ids: 3a3aebf48e9beb41c1e9193e1c64fe38ebbcbf90 Package: ros-kilted-rosidlcpp-generator-py Version: 0.5.0-1noble.20260519.014420 Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 413 Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, nlohmann-json3-dev, ros-kilted-ament-cmake, ros-kilted-ament-index-python, ros-kilted-python-cmake-module, ros-kilted-rmw, ros-kilted-rosidl-generator-c, ros-kilted-rosidl-pycommon, ros-kilted-rosidl-typesupport-c, ros-kilted-rosidl-typesupport-interface, ros-kilted-rosidlcpp-generator-core, ros-kilted-rosidlcpp-parser, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidlcpp-generator-py/ros-kilted-rosidlcpp-generator-py_0.5.0-1noble.20260519.014420_arm64.deb Size: 117100 SHA256: ada424573ad2b291e1f2febb3b1176be3374f6243894b60f2d2fad9fedeeb596 SHA1: 3765d9e1c09e40f313e57537f975f696d758ebf4 MD5sum: eacf24182e031155c82d38ce066cf1a5 Description: Generate the ROS interfaces in Python. Package: ros-kilted-rosidlcpp-generator-py-dbgsym Package-Type: ddeb Source: ros-kilted-rosidlcpp-generator-py Version: 0.5.0-1noble.20260519.014420 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 1720 Depends: ros-kilted-rosidlcpp-generator-py (= 0.5.0-1noble.20260519.014420) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidlcpp-generator-py/ros-kilted-rosidlcpp-generator-py-dbgsym_0.5.0-1noble.20260519.014420_arm64.deb Size: 1608180 SHA256: 0c1dceb6ece6ef8048277a83ae50622475b69bce07933dca5280fa767186c9e5 SHA1: d75b9e42fda4d0a42f863b02f7ab2659a90d590a MD5sum: 938fe0d96cf24b0131c397ee6571e3fb Description: debug symbols for ros-kilted-rosidlcpp-generator-py Build-Ids: 3dd3f4a8f0f2ce8f195b0cfd2b1646cd5fb6fc01 Package: ros-kilted-rosidlcpp-generator-type-description Version: 0.5.0-1noble.20260410.160229 Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 377 Depends: libc6 (>= 2.38), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, nlohmann-json3-dev, ros-kilted-ament-cmake-core, ros-kilted-rcutils, ros-kilted-rosidl-runtime-c, ros-kilted-rosidlcpp-generator-core, ros-kilted-rosidlcpp-parser, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidlcpp-generator-type-description/ros-kilted-rosidlcpp-generator-type-description_0.5.0-1noble.20260410.160229_arm64.deb Size: 131680 SHA256: 56964b5656d0f4c01e6c681718c00f96dab6b64eef5d2c50557e7604b549d60e SHA1: 0c9816e6a614358e9c976e6613606ad4e94d087f MD5sum: 742cf8bf63654659e8c84b0ac1427545 Description: Generate hashes and descriptions of ROS 2 interface types, per REP-2011. Package: ros-kilted-rosidlcpp-generator-type-description-dbgsym Package-Type: ddeb Source: ros-kilted-rosidlcpp-generator-type-description Version: 0.5.0-1noble.20260410.160229 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 2211 Depends: ros-kilted-rosidlcpp-generator-type-description (= 0.5.0-1noble.20260410.160229) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidlcpp-generator-type-description/ros-kilted-rosidlcpp-generator-type-description-dbgsym_0.5.0-1noble.20260410.160229_arm64.deb Size: 2075278 SHA256: 978ec30280e0e807b9ea6182d6ecd2a9a853f4c82383376006d91e3746408ceb SHA1: de381cfa9b18d08d3e70ce61831f3ed9eee0c876 MD5sum: df5e9a7ad8dfa929d349e5ea502af3f9 Description: debug symbols for ros-kilted-rosidlcpp-generator-type-description Build-Ids: 9f433f712fa47f9005e060faacdaa10d6675d0d8 Package: ros-kilted-rosidlcpp-parser Version: 0.5.0-1noble.20260410.154705 Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 326 Depends: libc6 (>= 2.38), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidlcpp-parser/ros-kilted-rosidlcpp-parser_0.5.0-1noble.20260410.154705_arm64.deb Size: 86850 SHA256: c07e1064a69f88fce9b29459dbf8516c60f20bf67d50d07161606d0f0e606e19 SHA1: e8c189b6bf79c333c2685244fd0357ece26589f0 MD5sum: d0cd7d6917190c6af0a877f9dbb7b281 Description: This package provides utilities to parse idl files into a json data structure Package: ros-kilted-rosidlcpp-parser-dbgsym Package-Type: ddeb Source: ros-kilted-rosidlcpp-parser Version: 0.5.0-1noble.20260410.154705 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 1135 Depends: ros-kilted-rosidlcpp-parser (= 0.5.0-1noble.20260410.154705) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidlcpp-parser/ros-kilted-rosidlcpp-parser-dbgsym_0.5.0-1noble.20260410.154705_arm64.deb Size: 1065862 SHA256: d644fcde53cfa4242bfe96e4a3b1aa841552df2e4abfffce1fe358c5c9625dc8 SHA1: b7b7f3d93f8f5058cb4b4f53fbe3beed1ca66952 MD5sum: a73789224701f37746c23e5639760f33 Description: debug symbols for ros-kilted-rosidlcpp-parser Build-Ids: 53bad2d7e16c0c7aff077b72a2d36b5ce59c1c12 f3c2a32db8fe1eba4d90fed57159b81fd72f7e22 Package: ros-kilted-rosidlcpp-typesupport-c Version: 0.5.0-1noble.20260519.013852 Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 350 Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, nlohmann-json3-dev, ros-kilted-ament-cmake-core, ros-kilted-ament-index-python, ros-kilted-rcpputils, ros-kilted-rcutils, ros-kilted-rosidl-cli, ros-kilted-rosidl-generator-c, ros-kilted-rosidl-pycommon, ros-kilted-rosidl-runtime-c, ros-kilted-rosidl-typesupport-interface, ros-kilted-rosidlcpp-generator-core, ros-kilted-rosidlcpp-parser, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidlcpp-typesupport-c/ros-kilted-rosidlcpp-typesupport-c_0.5.0-1noble.20260519.013852_arm64.deb Size: 56298 SHA256: d15f09f777aaa3b8522ca84cc15806f5d5934f7284c003aeba8e9f8004e62059 SHA1: 44704f3817502376a2e74f48ac550ddc1fa84a67 MD5sum: cd882799373e44b6d40a1af4f887d4b6 Description: Generate the type support for C messages. Package: ros-kilted-rosidlcpp-typesupport-c-dbgsym Package-Type: ddeb Source: ros-kilted-rosidlcpp-typesupport-c Version: 0.5.0-1noble.20260519.013852 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 998 Depends: ros-kilted-rosidlcpp-typesupport-c (= 0.5.0-1noble.20260519.013852) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidlcpp-typesupport-c/ros-kilted-rosidlcpp-typesupport-c-dbgsym_0.5.0-1noble.20260519.013852_arm64.deb Size: 936608 SHA256: 68a8f0d5b2868ba3249094fa7104df986cab7e36d4cee725132ad1149301865c SHA1: 8304b7abbd38bee9eb8bb588ec8275dab26d88e3 MD5sum: b9c6617a568ecb820241cf198dfe3563 Description: debug symbols for ros-kilted-rosidlcpp-typesupport-c Build-Ids: f0251f6c884d03cb51ef9380d828b26274e5a884 Package: ros-kilted-rosidlcpp-typesupport-cpp Version: 0.5.0-1noble.20260519.015022 Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 350 Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, nlohmann-json3-dev, ros-kilted-ament-cmake-core, ros-kilted-ament-index-python, ros-kilted-rcpputils, ros-kilted-rcutils, ros-kilted-rosidl-cli, ros-kilted-rosidl-generator-c, ros-kilted-rosidl-generator-type-description, ros-kilted-rosidl-pycommon, ros-kilted-rosidl-runtime-c, ros-kilted-rosidl-runtime-cpp, ros-kilted-rosidl-typesupport-c, ros-kilted-rosidl-typesupport-interface, ros-kilted-rosidlcpp-generator-core, ros-kilted-rosidlcpp-parser, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidlcpp-typesupport-cpp/ros-kilted-rosidlcpp-typesupport-cpp_0.5.0-1noble.20260519.015022_arm64.deb Size: 55666 SHA256: 9388571eec85387cb0bcbcdbdba0a6dd69f35f332c34fea07c936d39a64aad0a SHA1: 7f8d10e83b5eaffb26fccfcc6068a5642a1a3cca MD5sum: 9b1766d066afe6996e332c842a29d670 Description: Generate the type support for C++ messages. Package: ros-kilted-rosidlcpp-typesupport-cpp-dbgsym Package-Type: ddeb Source: ros-kilted-rosidlcpp-typesupport-cpp Version: 0.5.0-1noble.20260519.015022 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 1000 Depends: ros-kilted-rosidlcpp-typesupport-cpp (= 0.5.0-1noble.20260519.015022) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidlcpp-typesupport-cpp/ros-kilted-rosidlcpp-typesupport-cpp-dbgsym_0.5.0-1noble.20260519.015022_arm64.deb Size: 938960 SHA256: e20e045a6f17d16c9d04a5cfb37492f3b809a43806c24d2587a2c8177ba9b7d6 SHA1: 3e70c202993cada08be3a346084ceae3392ed163 MD5sum: c86d160013c5e36658e9904b1d2099ab Description: debug symbols for ros-kilted-rosidlcpp-typesupport-cpp Build-Ids: 798b1b90564eb4ec181514d5ec0102783ae12d97 Package: ros-kilted-rosidlcpp-typesupport-fastrtps-c Version: 0.5.0-1noble.20260519.041210 Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 497 Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, nlohmann-json3-dev, ros-kilted-ament-cmake-ros, ros-kilted-fastcdr, ros-kilted-rmw, ros-kilted-rosidl-generator-c, ros-kilted-rosidl-runtime-c, ros-kilted-rosidl-runtime-cpp, ros-kilted-rosidl-typesupport-fastrtps-cpp, ros-kilted-rosidl-typesupport-interface, ros-kilted-rosidlcpp-generator-core, ros-kilted-rosidlcpp-parser, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidlcpp-typesupport-fastrtps-c/ros-kilted-rosidlcpp-typesupport-fastrtps-c_0.5.0-1noble.20260519.041210_arm64.deb Size: 88920 SHA256: 43fd807310949081331458e74ec3100c68b7aea3ab658019d49c8d28950e76ff SHA1: 61bb3eee499ddcce3a029c02511f31894db5b9a3 MD5sum: 4629ccf8d71b1e7f4a5dada0b2da991a Description: Generate the C interfaces for eProsima FastRTPS. Package: ros-kilted-rosidlcpp-typesupport-fastrtps-c-dbgsym Package-Type: ddeb Source: ros-kilted-rosidlcpp-typesupport-fastrtps-c Version: 0.5.0-1noble.20260519.041210 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 1345 Depends: ros-kilted-rosidlcpp-typesupport-fastrtps-c (= 0.5.0-1noble.20260519.041210) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidlcpp-typesupport-fastrtps-c/ros-kilted-rosidlcpp-typesupport-fastrtps-c-dbgsym_0.5.0-1noble.20260519.041210_arm64.deb Size: 1257270 SHA256: e6748cb20ac2884b1dbbd8003b8d5337ce81c156e1ef1aa1983868c9de9a03b6 SHA1: 68ac6500d40ec37f1cd686ad9bf32eaad3873230 MD5sum: 7fa67531b5f708df2cd6b35e8b57eae2 Description: debug symbols for ros-kilted-rosidlcpp-typesupport-fastrtps-c Build-Ids: 2663bcbc5b10cb2b9ba820dbc19e6b946914cbdf Package: ros-kilted-rosidlcpp-typesupport-fastrtps-cpp Version: 0.5.0-1noble.20260519.040433 Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 494 Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, nlohmann-json3-dev, ros-kilted-ament-cmake-ros, ros-kilted-fastcdr, ros-kilted-rmw, ros-kilted-rosidl-generator-c, ros-kilted-rosidl-generator-cpp, ros-kilted-rosidl-runtime-c, ros-kilted-rosidl-runtime-cpp, ros-kilted-rosidl-typesupport-interface, ros-kilted-rosidlcpp-generator-core, ros-kilted-rosidlcpp-parser, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidlcpp-typesupport-fastrtps-cpp/ros-kilted-rosidlcpp-typesupport-fastrtps-cpp_0.5.0-1noble.20260519.040433_arm64.deb Size: 87096 SHA256: 90412876b4f4e569ef0074513f915114e1382739eddbcd417fcfd9c4142a73ed SHA1: ecf8e6dbd30f15933c86b1ef5fe15964f720cd52 MD5sum: 86d33025848001170c4068c23f3ae285 Description: Generate the C++ interfaces for eProsima FastRTPS. Package: ros-kilted-rosidlcpp-typesupport-fastrtps-cpp-dbgsym Package-Type: ddeb Source: ros-kilted-rosidlcpp-typesupport-fastrtps-cpp Version: 0.5.0-1noble.20260519.040433 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 1349 Depends: ros-kilted-rosidlcpp-typesupport-fastrtps-cpp (= 0.5.0-1noble.20260519.040433) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidlcpp-typesupport-fastrtps-cpp/ros-kilted-rosidlcpp-typesupport-fastrtps-cpp-dbgsym_0.5.0-1noble.20260519.040433_arm64.deb Size: 1264566 SHA256: 8708d01d6f5637975360de445a544e32e705967a92a22d320d19a5164b3a480a SHA1: f1ee17efbb1da0e5dae3d8365cf55131ba6e3cce MD5sum: 21c0c386f79b1b30a99fed5ee47114a6 Description: debug symbols for ros-kilted-rosidlcpp-typesupport-fastrtps-cpp Build-Ids: 89f15b85a13ab74ea997cbaa79913d3e8596a88b Package: ros-kilted-rosidlcpp-typesupport-introspection-c Version: 0.5.0-1noble.20260519.013614 Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 358 Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, nlohmann-json3-dev, ros-kilted-ament-index-python, ros-kilted-rosidl-cli, ros-kilted-rosidl-cmake, ros-kilted-rosidl-generator-c, ros-kilted-rosidl-parser, ros-kilted-rosidl-pycommon, ros-kilted-rosidl-runtime-c, ros-kilted-rosidl-typesupport-interface, ros-kilted-rosidlcpp-generator-core, ros-kilted-rosidlcpp-parser, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidlcpp-typesupport-introspection-c/ros-kilted-rosidlcpp-typesupport-introspection-c_0.5.0-1noble.20260519.013614_arm64.deb Size: 66640 SHA256: d43d49abee0cf448ed3951bdb4c4d4c6dfbea46bd6f55c5899337c9e5a3665ea SHA1: ae40cc02d415de350626587e92777894042de332 MD5sum: f0da1422359b7ac6cac37fc113c8cd2b Description: Generate the message type support for dynamic message construction in C. Package: ros-kilted-rosidlcpp-typesupport-introspection-c-dbgsym Package-Type: ddeb Source: ros-kilted-rosidlcpp-typesupport-introspection-c Version: 0.5.0-1noble.20260519.013614 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 1133 Depends: ros-kilted-rosidlcpp-typesupport-introspection-c (= 0.5.0-1noble.20260519.013614) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidlcpp-typesupport-introspection-c/ros-kilted-rosidlcpp-typesupport-introspection-c-dbgsym_0.5.0-1noble.20260519.013614_arm64.deb Size: 1063154 SHA256: 3159521fd3cd5aaa558bcfa7d2bbece68cb09d602e9a9e97571e73a2bfae3a2f SHA1: 2da685e02a49895a962da55c6e52ef50bed67931 MD5sum: 02d232b60b43a40fd0870673765aca60 Description: debug symbols for ros-kilted-rosidlcpp-typesupport-introspection-c Build-Ids: c703529c1347a74f75db057b13719b35c36e0f6e Package: ros-kilted-rosidlcpp-typesupport-introspection-cpp Version: 0.5.0-1noble.20260519.013910 Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 358 Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, nlohmann-json3-dev, ros-kilted-ament-cmake, ros-kilted-ament-index-python, ros-kilted-rosidl-cli, ros-kilted-rosidl-cmake, ros-kilted-rosidl-generator-c, ros-kilted-rosidl-generator-cpp, ros-kilted-rosidl-parser, ros-kilted-rosidl-pycommon, ros-kilted-rosidl-runtime-c, ros-kilted-rosidl-runtime-cpp, ros-kilted-rosidl-typesupport-interface, ros-kilted-rosidl-typesupport-introspection-c, ros-kilted-rosidlcpp-generator-core, ros-kilted-rosidlcpp-parser, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidlcpp-typesupport-introspection-cpp/ros-kilted-rosidlcpp-typesupport-introspection-cpp_0.5.0-1noble.20260519.013910_arm64.deb Size: 67038 SHA256: 417bd7042a6f7f2cbdaac842677c339ec9854a51b98850f9dced1486269fc706 SHA1: c3ef5586c41597546ed51325c0c0e78dfb96572c MD5sum: 15ff0af36ab9d94ebf3747bead87360d Description: Generate the message type support for dynamic message construction in C++. Package: ros-kilted-rosidlcpp-typesupport-introspection-cpp-dbgsym Package-Type: ddeb Source: ros-kilted-rosidlcpp-typesupport-introspection-cpp Version: 0.5.0-1noble.20260519.013910 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 1140 Depends: ros-kilted-rosidlcpp-typesupport-introspection-cpp (= 0.5.0-1noble.20260519.013910) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidlcpp-typesupport-introspection-cpp/ros-kilted-rosidlcpp-typesupport-introspection-cpp-dbgsym_0.5.0-1noble.20260519.013910_arm64.deb Size: 1069038 SHA256: a39fc5a28fbee48b07c410e01e508f176b6cb76f6e13c63f23f8494f1f9992fd SHA1: edd015b9f834db9fc854ba1eb053fc84f101d115 MD5sum: c61a73aa432afb8dde3276c0faeb5732 Description: debug symbols for ros-kilted-rosidlcpp-typesupport-introspection-cpp Build-Ids: 1374581a76412ab64ddba1f4518413cddd07f3ee Package: ros-kilted-rosx-introspection Version: 2.3.0-1noble.20260519.101259 Architecture: arm64 Maintainer: Davide Faconti Installed-Size: 1637 Depends: rapidjson-dev, ros-kilted-ament-index-cpp, ros-kilted-rclcpp, ros-kilted-rosbag2-cpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosx-introspection/ros-kilted-rosx-introspection_2.3.0-1noble.20260519.101259_arm64.deb Size: 221908 SHA256: 2b18705a8b26c0c5125a1008ca6ac51f880de6314ac9fab4549f746f69968f04 SHA1: 83728e4702df5a1d2303de5b322b7e2bb9bef606 MD5sum: 474d80451fbd6b44d7e1e4135eee9068 Description: Parse any ROS/ROS2 message without compile-time information Package: ros-kilted-rot-conv Version: 1.1.0-4noble.20260410.144749 Architecture: arm64 Maintainer: ijnek Installed-Size: 207 Depends: libc6 (>= 2.17), libstdc++6 (>= 13.1), libeigen3-dev, ros-kilted-eigen3-cmake-module, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rot-conv/ros-kilted-rot-conv_1.1.0-4noble.20260410.144749_arm64.deb Size: 39368 SHA256: 97f36267609f3bfb4493847476f2a3e6ccc5db2a8e9af3e8f854178bc81ec854 SHA1: bc1e47d6ea2ddfd3c35431adba25cdd4d76bee4f MD5sum: 302444820150c843ec6952bd1ef750b8 Description: A collection of functions that address common computations and numerical handling of rotations in 3D Euclidean space Package: ros-kilted-rot-conv-dbgsym Package-Type: ddeb Source: ros-kilted-rot-conv Version: 1.1.0-4noble.20260410.144749 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 805 Depends: ros-kilted-rot-conv (= 1.1.0-4noble.20260410.144749) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rot-conv/ros-kilted-rot-conv-dbgsym_1.1.0-4noble.20260410.144749_arm64.deb Size: 782164 SHA256: 6ed493c7ebbb5ebd25b1cddfe2f82bd9e5768602325764a1828383dc2933722c SHA1: 5ef2a34ffc395250f0f87cbb8e1a224292ab1631 MD5sum: 4973f9f3cc7f397f95f8e357b22aead6 Description: debug symbols for ros-kilted-rot-conv Build-Ids: 71d6560384b11d9d0099cb3d96f4fba8366527f7 Package: ros-kilted-rplidar-ros Version: 2.1.0-4noble.20260519.092155 Architecture: arm64 Maintainer: Hunter L. Allen Installed-Size: 468 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-std-srvs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rplidar-ros/ros-kilted-rplidar-ros_2.1.0-4noble.20260519.092155_arm64.deb Size: 110768 SHA256: 7f06c4adde018c7183c6bf85eb33d7a31571c52046056e34d40e5706dfb35f69 SHA1: 1d9d0fac81ce5d0ca8cb75868154a40ad33ce7a4 MD5sum: 9bb25609b4b65095a0d2c49366c5d0a3 Description: The rplidar ros package, support rplidar A2/A1 and A3/S1 Package: ros-kilted-rplidar-ros-dbgsym Package-Type: ddeb Source: ros-kilted-rplidar-ros Version: 2.1.0-4noble.20260519.092155 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Hunter L. Allen Installed-Size: 1647 Depends: ros-kilted-rplidar-ros (= 2.1.0-4noble.20260519.092155) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rplidar-ros/ros-kilted-rplidar-ros-dbgsym_2.1.0-4noble.20260519.092155_arm64.deb Size: 1473544 SHA256: 7fc92e7d43161cbad641629b14494d12373b85c30c82b10132c6f199d3b8088e SHA1: 781f295324b8321f703bcc584329be03c40ce7da MD5sum: 4c421a0695a50adedbbb1c9d3f3f8146 Description: debug symbols for ros-kilted-rplidar-ros Build-Ids: 1085c8462b9f383a75821806ac34b4d70d3d667f 2d7e012d3c2f938f715ef8b844768a108a3bc1bc Package: ros-kilted-rpyutils Version: 0.6.3-1noble.20260410.182814 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 42 Depends: ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rpyutils/ros-kilted-rpyutils_0.6.3-1noble.20260410.182814_arm64.deb Size: 7654 SHA256: f3c53fc9c7dc333430e1b10e2d981098330eb0cb643c9139b82702bba3edd70f SHA1: 7dae0cfeaddb389fe00f1fdba010c253c4e29260 MD5sum: ae730dc3cda1bb5e1bb2579007f5ae95 Description: Package containing various utility types and functions for Python Package: ros-kilted-rqml Version: 3.26.42-1noble.20260520.074645 Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 41 Depends: ros-kilted-rqml-core, ros-kilted-rqml-default-plugins, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqml/ros-kilted-rqml_3.26.42-1noble.20260520.074645_arm64.deb Size: 5104 SHA256: 7a8735b23a90d0f52513baedcfc52bb7765ebaf3848f8ac715dd583ffc168c47 SHA1: 26bb18a42ebeb373eeb2174ab511060c02a5cb4b MD5sum: 2f25735a586e5ab2cbb87b59d2e031eb Description: QML-based robotics visualization and control tool for ROS 2. Package: ros-kilted-rqml-core Version: 3.26.42-1noble.20260519.134839 Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 4927 Depends: libc6 (>= 2.38), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 4.5), libqt6core6t64 (>= 6.4.0), libqt6gui6t64 (>= 6.1.2), libqt6qml6 (>= 6.2.0), libqt6quick6 (>= 6.2.0), libspdlog1.12-fmt9, libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), qt6-base-abi (= 6.4.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-kilted-ament-index-cpp, ros-kilted-qml6-ros2-plugin, ros-kilted-yaml-cpp-vendor, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqml-core/ros-kilted-rqml-core_3.26.42-1noble.20260519.134839_arm64.deb Size: 1851872 SHA256: 8bdc4a6a8db769a3845cb957a702ab453537c043a8557f3981abbaf3536e117c SHA1: 64858d91a1c82412adfcb548b88b817903224491 MD5sum: b73f944aa1e345cc20581c4078d52983 Description: QML-based robotics visualization and control tool for ROS 2. Package: ros-kilted-rqml-core-dbgsym Package-Type: ddeb Source: ros-kilted-rqml-core Version: 3.26.42-1noble.20260519.134839 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 24498 Depends: ros-kilted-rqml-core (= 3.26.42-1noble.20260519.134839) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqml-core/ros-kilted-rqml-core-dbgsym_3.26.42-1noble.20260519.134839_arm64.deb Size: 22971726 SHA256: 3632c200f064275784c4c6bf9601b89f899c3c9aa764718b3d5217dc518e83f0 SHA1: a9e6fc3505fbdcc712a0d10d781b046c33a6ec13 MD5sum: 0a007eeff7fca04f5947e116f4864cb6 Description: debug symbols for ros-kilted-rqml-core Build-Ids: 984205e4c1ca605e51cd7c10faac64b481e8a390 f7cdd56058fcb34d2fca7b7be5998ebe97b9a688 Package: ros-kilted-rqml-default-plugins Version: 3.26.42-1noble.20260519.141335 Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 514 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.4.0), libqt6gui6t64 (>= 6.1.2), libqt6multimedia6 (>= 6.2.1), libqt6qml6 (>= 6.2.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-kilted-control-msgs, ros-kilted-controller-manager-msgs, ros-kilted-geometry-msgs, ros-kilted-moveit-msgs, ros-kilted-pal-statistics-msgs, ros-kilted-qml6-ros2-plugin, ros-kilted-rqml-core, ros-kilted-sensor-msgs, ros-kilted-tf2-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqml-default-plugins/ros-kilted-rqml-default-plugins_3.26.42-1noble.20260519.141335_arm64.deb Size: 79740 SHA256: 83ecd0c37a69a96c369fd300c079bb91830ac50353a515106ea48ccd0b145d33 SHA1: cdd56922fa4cd43bba36664cf7cbc46669e27919 MD5sum: 1efabeb105b124504a54b07c302baf21 Description: Default plugins for the QML-based robotics visualization and control tool RQml for ROS 2. Package: ros-kilted-rqml-default-plugins-dbgsym Package-Type: ddeb Source: ros-kilted-rqml-default-plugins Version: 3.26.42-1noble.20260519.141335 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 522 Depends: ros-kilted-rqml-default-plugins (= 3.26.42-1noble.20260519.141335) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqml-default-plugins/ros-kilted-rqml-default-plugins-dbgsym_3.26.42-1noble.20260519.141335_arm64.deb Size: 492018 SHA256: 282850d27206c723c2a223dc6be4fcb8a0d276bc04124d7e4e7c074a98c25d55 SHA1: 332e9ec29d2bed017307c335803c39048cb6f502 MD5sum: 634d12f66b2764ff9bd67f80574343ce Description: debug symbols for ros-kilted-rqml-default-plugins Build-Ids: 8637b5899037ddcaad22e1ed2491e73636f0ece6 Package: ros-kilted-rqml-plugin-example Version: 3.26.42-1noble.20260519.150636 Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 46 Depends: qml6-module-qtquick-controls, qml6-module-qtquick-layouts, ros-kilted-qml6-ros2-plugin, ros-kilted-rqml-core, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqml-plugin-example/ros-kilted-rqml-plugin-example_3.26.42-1noble.20260519.150636_arm64.deb Size: 6046 SHA256: 8b0c5ce5df768e89aa4b0ea5d3cbbe8b51fda477662050dda9476428db83c855 SHA1: 678210479cbf50df93eae82028f6e6957395f7c8 MD5sum: 8e5d87e54d3d374336187f00423a7028 Description: An example plugin for RQml Package: ros-kilted-rqt Version: 1.9.2-1noble.20260519.123449 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 25 Depends: ros-kilted-rqt-gui (>= 0.3.0), ros-kilted-rqt-gui-cpp (>= 0.3.0), ros-kilted-rqt-gui-py (>= 0.3.0), ros-kilted-rqt-py-common, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/rqt Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt/ros-kilted-rqt_1.9.2-1noble.20260519.123449_arm64.deb Size: 3432 SHA256: 09e89b14893e7bfa888dd7b654cb5d746c3630b663cb27dd04b339eaf3479002 SHA1: 07c80d502817ef1fc95a1ddb95509d6a5b88690a MD5sum: 8c285763ad7c6c736a12ae142fdc26ad Description: rqt is a Qt-based framework for GUI development for ROS. Package: ros-kilted-rqt-action Version: 2.3.0-2noble.20260519.123510 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 41 Depends: ros-kilted-rqt-gui, ros-kilted-rqt-gui-py, ros-kilted-rqt-msg, ros-kilted-rqt-py-common, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/rqt_action Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-action/ros-kilted-rqt-action_2.3.0-2noble.20260519.123510_arm64.deb Size: 6810 SHA256: 9a235456e78a90e5c08baad415396ce6447564df3e7447e478715364f7865adf SHA1: 6ea255d755c9f4ca9cf567026b9b15c614d55e51 MD5sum: b04935ff863bd76153398555fd362b88 Description: rqt_action provides a feature to introspect all available ROS action types. Package: ros-kilted-rqt-bag Version: 2.0.3-2noble.20260519.151050 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 529 Depends: python3-yaml, ros-kilted-ament-index-python, ros-kilted-builtin-interfaces, ros-kilted-python-qt-binding (>= 0.2.19), ros-kilted-rclpy, ros-kilted-rosbag2-py, ros-kilted-rosidl-runtime-py, ros-kilted-rqt-gui (>= 0.2.12), ros-kilted-rqt-gui-py, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/rqt_bag Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-bag/ros-kilted-rqt-bag_2.0.3-2noble.20260519.151050_arm64.deb Size: 118860 SHA256: 1e3e3a27c8ed09528379121da6aed3650055912e6550b127984ca9b52fd22239 SHA1: 96ed79f04334f9600b1c6d993f14e1655bbd48a0 MD5sum: 8328dfe031fb007582a4326a57eac3dc Description: rqt_bag provides a GUI plugin for displaying and replaying ROS bag files. Package: ros-kilted-rqt-bag-plugins Version: 2.0.3-2noble.20260519.152316 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 144 Depends: python3-cairo, python3-numpy, python3-pil, ros-kilted-ament-index-python, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rclpy, ros-kilted-rosbag2, ros-kilted-rqt-bag, ros-kilted-rqt-gui, ros-kilted-rqt-gui-py, ros-kilted-rqt-plot, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/rqt_bag Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-bag-plugins/ros-kilted-rqt-bag-plugins_2.0.3-2noble.20260519.152316_arm64.deb Size: 37968 SHA256: 03a54d1c4777f48425527937c6fb6d6d9b499bec67bbfebc7155598a0b852fd2 SHA1: ba3a6ddf937fa2268de73a9eb30fdec562e12ae7 MD5sum: 5641db743d045d12b90c164ff44d437c Description: rqt_bag provides a GUI plugin for displaying and replaying ROS bag files. Package: ros-kilted-rqt-common-plugins Version: 1.2.0-4noble.20260519.152401 Architecture: arm64 Maintainer: Ivan Paunovic Installed-Size: 43 Depends: ros-kilted-rqt-action, ros-kilted-rqt-bag, ros-kilted-rqt-bag-plugins, ros-kilted-rqt-console, ros-kilted-rqt-graph, ros-kilted-rqt-image-view, ros-kilted-rqt-msg, ros-kilted-rqt-plot, ros-kilted-rqt-publisher, ros-kilted-rqt-py-common, ros-kilted-rqt-py-console, ros-kilted-rqt-reconfigure, ros-kilted-rqt-service-caller, ros-kilted-rqt-shell, ros-kilted-rqt-srv, ros-kilted-rqt-topic, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/rqt_common_plugins Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-common-plugins/ros-kilted-rqt-common-plugins_1.2.0-4noble.20260519.152401_arm64.deb Size: 6408 SHA256: 103c25a4dddd594fec0f50c300639e6f0690623551d5e616484773402e62bca6 SHA1: a18c1d6be6b6cb28b0914cc34837091ec687ab3f MD5sum: 674178afdbcb2621def339216eba71bc 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-kilted-rqt-console Version: 2.3.2-1noble.20260519.044108 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 349 Depends: ros-kilted-ament-index-python, ros-kilted-python-qt-binding (>= 0.2.19), ros-kilted-rcl-interfaces, ros-kilted-rclpy, ros-kilted-rqt-gui, ros-kilted-rqt-gui-py, ros-kilted-rqt-py-common, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/rqt_console Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-console/ros-kilted-rqt-console_2.3.2-1noble.20260519.044108_arm64.deb Size: 66330 SHA256: 113b2c6718335b9a0ad98c028d1dc4af806c2676b3f10024f469c5739287cccf SHA1: aa251a2a6ac147df0bf6745533bb4c1e638298e3 MD5sum: 00a25d23d41e3c04b92e9b2b8d7c546c Description: rqt_console provides a GUI plugin for displaying and filtering ROS messages. Package: ros-kilted-rqt-controller-manager Version: 5.14.2-1noble.20260520.092150 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 136 Depends: ros-kilted-controller-manager, ros-kilted-controller-manager-msgs, ros-kilted-rclpy, ros-kilted-rqt-gui, ros-kilted-rqt-gui-py, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/rqt_controller_manager Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-controller-manager/ros-kilted-rqt-controller-manager_5.14.2-1noble.20260520.092150_arm64.deb Size: 44766 SHA256: b4019c31bf362a66aeb2a6e26425944ae58debe6b5006eaf1e4adfe0de39bb37 SHA1: 0acbf983a290099531e2775f342a457637d94758 MD5sum: d63f85e96a44a9b42858354326edcf76 Description: Graphical frontend for interacting with the controller manager. Package: ros-kilted-rqt-dotgraph Version: 0.0.5-1noble.20260519.044326 Architecture: arm64 Maintainer: Alexander Xydes Installed-Size: 297 Depends: libpyside2-dev, libshiboken2-dev, pyqt5-dev, python3-pyqt5, python3-pyqt5.qtsvg, python3-pyside2.qtsvg, python3-sip-dev, ros-kilted-ament-index-python, ros-kilted-python-qt-binding, ros-kilted-qt-dotgraph (>= 1.1.2), ros-kilted-qt-gui-py-common, ros-kilted-rqt-graph, ros-kilted-rqt-gui, ros-kilted-rqt-gui-py, ros-kilted-std-msgs, shiboken2, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-dotgraph/ros-kilted-rqt-dotgraph_0.0.5-1noble.20260519.044326_arm64.deb Size: 68232 SHA256: c0224a200b43f4fc6ead21d842d7fd3dcb8769bdcaa8f20efde1534f1c4ddc3a SHA1: ee926c31a267cefe73e66391c693c5e2724eb123 MD5sum: 64541a9ca4dea1cd764fb442d431c5c1 Description: rqt GUI plugin to visualize dot graphs. Package: ros-kilted-rqt-gauges Version: 0.0.3-2noble.20260519.044034 Architecture: arm64 Maintainer: Eloy Bricneo Installed-Size: 152 Depends: ros-kilted-ament-index-python, ros-kilted-qt-gui, ros-kilted-qt-gui-py-common, ros-kilted-rclpy, ros-kilted-rqt-gui, ros-kilted-rqt-gui-py, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-gauges/ros-kilted-rqt-gauges_0.0.3-2noble.20260519.044034_arm64.deb Size: 29724 SHA256: 7e4d74bc4c295c38521fd54ac6e143323309e0923f211180a2a28bc700bbb8e8 SHA1: 93341f0d0a4b93f6e9e6120358d2675d06fe2437 MD5sum: 07ceb437e1f29c3cdfba6f6458c5f764 Description: Visualization plugin for several sensors. Package: ros-kilted-rqt-graph Version: 1.7.1-1noble.20260519.044130 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 239 Depends: ros-kilted-ament-index-python, ros-kilted-python-qt-binding, ros-kilted-qt-dotgraph (>= 1.1.2), ros-kilted-rclpy, ros-kilted-rqt-gui, ros-kilted-rqt-gui-py, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/rqt_graph Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-graph/ros-kilted-rqt-graph_1.7.1-1noble.20260519.044130_arm64.deb Size: 56160 SHA256: a6ff9588527d89c75db291a21db43b6eee095fd50dd56d6f6ae5fab482e59a87 SHA1: a6a4fa361a34052546cfb2865fc944066f028245 MD5sum: 800e8efebcb4992c4afda5eca1d1d839 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-kilted-rqt-gui Version: 1.9.2-1noble.20260519.043541 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 176 Depends: python3-catkin-pkg-modules, ros-kilted-ament-index-python, ros-kilted-python-qt-binding, ros-kilted-qt-gui (>= 0.3.0), ros-kilted-rclpy, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/rqt_gui Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-gui/ros-kilted-rqt-gui_1.9.2-1noble.20260519.043541_arm64.deb Size: 97780 SHA256: 93eee7312ef2d643a0ce6e9563a4e41052ecf95a393fbba2f193c1bb87784afe SHA1: e43119b2350e297276a0b4a2a48c08e07c2855ee MD5sum: 80bcb2f4379746278d949c464be6c64e Description: rqt_gui provides the main to start an instance of the ROS integrated graphical user interface provided by qt_gui. Package: ros-kilted-rqt-gui-cpp Version: 1.9.2-1noble.20260519.100514 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 400 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-pluginlib, ros-kilted-qt-gui-cpp (>= 0.3.0), ros-kilted-rclcpp, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/rqt_gui_cpp Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-gui-cpp/ros-kilted-rqt-gui-cpp_1.9.2-1noble.20260519.100514_arm64.deb Size: 106262 SHA256: 15724ac7ae0b870eca17dcfd0ac3b10042cbdce4eedeeaf41ad85e173c7dc19d SHA1: 3ec629a04049d1f3c155efe7199c6bacc730bccc MD5sum: 120fb51d9b665afdd1da0a1a7e891fd8 Description: rqt_gui_cpp enables GUI plugins to use the C++ client library for ROS. Package: ros-kilted-rqt-gui-cpp-dbgsym Package-Type: ddeb Source: ros-kilted-rqt-gui-cpp Version: 1.9.2-1noble.20260519.100514 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 1690 Depends: ros-kilted-rqt-gui-cpp (= 1.9.2-1noble.20260519.100514) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-gui-cpp/ros-kilted-rqt-gui-cpp-dbgsym_1.9.2-1noble.20260519.100514_arm64.deb Size: 1570766 SHA256: 43c1341ea48b446f229f3440d48250d5d8b80400d99d4f4070bf860075123f4a SHA1: 724bb30de8d3a6346ca1cb28f6fc5cc45126cba3 MD5sum: ea2176006371b5f7aad37b3f661bdccc Description: debug symbols for ros-kilted-rqt-gui-cpp Build-Ids: 3de7be6ffa76692de38fb5424b17c8aee9df0809 Package: ros-kilted-rqt-gui-py Version: 1.9.2-1noble.20260519.043935 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 49 Depends: ros-kilted-python-qt-binding, ros-kilted-qt-gui (>= 0.3.0), ros-kilted-rclpy, ros-kilted-rqt-gui (>= 0.3.0), ros-kilted-ros-workspace Homepage: http://ros.org/wiki/rqt_gui_py Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-gui-py/ros-kilted-rqt-gui-py_1.9.2-1noble.20260519.043935_arm64.deb Size: 8610 SHA256: a38bcdf3bc337127af880bf9181dbbe57b341505710c923d11743a4b615167ab SHA1: decfe73074f312c79a0f6b1a615c961298e49c47 MD5sum: 315686184aa1e9caf2f737473d27b0fc Description: rqt_gui_py enables GUI plugins to use the Python client library for ROS. Package: ros-kilted-rqt-image-overlay Version: 0.5.0-2noble.20260519.101208 Architecture: arm64 Maintainer: ijnek Installed-Size: 527 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libqt5core5t64 (>= 5.5.0), libqt5gui5t64 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5widgets5t64 (>= 5.11.0~rc1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), qtbase5-dev, ros-kilted-image-transport, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-ros-image-to-qimage, ros-kilted-rqt-gui, ros-kilted-rqt-gui-cpp, ros-kilted-rqt-image-overlay-layer, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-image-overlay/ros-kilted-rqt-image-overlay_0.5.0-2noble.20260519.101208_arm64.deb Size: 146774 SHA256: e869f59d844d2655219977d926196064cba501143515fafccb002be97ee5132d SHA1: 282751f79b86a03998ed17d536ff22d2788b67b6 MD5sum: aed45be50867448330cb9e6b5b4a4085 Description: An rqt plugin to display overlays for custom msgs on an image using plugins. Package: ros-kilted-rqt-image-overlay-dbgsym Package-Type: ddeb Source: ros-kilted-rqt-image-overlay Version: 0.5.0-2noble.20260519.101208 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 4836 Depends: ros-kilted-rqt-image-overlay (= 0.5.0-2noble.20260519.101208) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-image-overlay/ros-kilted-rqt-image-overlay-dbgsym_0.5.0-2noble.20260519.101208_arm64.deb Size: 4524896 SHA256: 6f9595c141c16c3332c1ced5b17525f1ee9ddeca262961631e764512275fcc9f SHA1: ad6a1d24fe9fed933fd940080d81c345d1734ba2 MD5sum: c8c80423f1c4d58894edac4b999c1501 Description: debug symbols for ros-kilted-rqt-image-overlay Build-Ids: e43d96c28b2a4ed1cde4181c918fea4eab43cad5 Package: ros-kilted-rqt-image-overlay-layer Version: 0.5.0-2noble.20260519.100346 Architecture: arm64 Maintainer: ijnek Installed-Size: 54 Depends: qtbase5-dev, ros-kilted-message-filters, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rcpputils, ros-kilted-rosidl-runtime-cpp, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-image-overlay-layer/ros-kilted-rqt-image-overlay-layer_0.5.0-2noble.20260519.100346_arm64.deb Size: 8214 SHA256: e2c82a46a91aa2ba702c5359af132f52732299a20651bf8a3fb0551bfa2dbdd9 SHA1: 5c77e6b2fb7f26ce74d3ccd6ff21c0203abff97f MD5sum: 13c3d2e7094a148b04e1d39bce1a2beb Description: Provides an rqt_image_overlay_layer plugin interface, and a template impelementation class Package: ros-kilted-rqt-image-view Version: 1.3.3-1noble.20260519.101024 Architecture: arm64 Maintainer: Mabel Zhang Installed-Size: 495 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), ros-kilted-cv-bridge, ros-kilted-geometry-msgs, ros-kilted-image-transport, ros-kilted-qt-gui-cpp, ros-kilted-rclcpp, ros-kilted-rqt-gui, ros-kilted-rqt-gui-cpp, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/rqt_image_view Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-image-view/ros-kilted-rqt-image-view_1.3.3-1noble.20260519.101024_arm64.deb Size: 203590 SHA256: 59747308938056fe34ddc0dd02a3573cf5b4b12dc4bd5fe61ff3e4387c8913eb SHA1: 2d9ecaf292fac39efd2fc61caa998cf0fdb09441 MD5sum: d36c9f2c3d739961198792a6c874432b Description: rqt_image_view provides a GUI plugin for displaying images using image_transport. Package: ros-kilted-rqt-image-view-dbgsym Package-Type: ddeb Source: ros-kilted-rqt-image-view Version: 1.3.3-1noble.20260519.101024 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Mabel Zhang Installed-Size: 2353 Depends: ros-kilted-rqt-image-view (= 1.3.3-1noble.20260519.101024) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-image-view/ros-kilted-rqt-image-view-dbgsym_1.3.3-1noble.20260519.101024_arm64.deb Size: 2220650 SHA256: 67ed3fc45c07e0c6beb9c35ef1f2dc82c9c4942520f0e5e71a929c39514ca417 SHA1: e2ce1e9f847a75d3c23bd399e01e5640b3490831 MD5sum: 78a44db64dda250814a85e08b4d072cb Description: debug symbols for ros-kilted-rqt-image-view Build-Ids: 8d8b99c6ddbe79f1e31106bb6e959ee754de2473 Package: ros-kilted-rqt-joint-trajectory-controller Version: 5.15.1-1noble.20260519.044949 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 190 Depends: python3-rospkg, ros-kilted-control-msgs, ros-kilted-controller-manager-msgs, ros-kilted-python-qt-binding, ros-kilted-qt-gui, ros-kilted-rclpy, ros-kilted-rqt-gui, ros-kilted-rqt-gui-py, ros-kilted-trajectory-msgs, ros-kilted-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-joint-trajectory-controller/ros-kilted-rqt-joint-trajectory-controller_5.15.1-1noble.20260519.044949_arm64.deb Size: 43242 SHA256: d26e241ae97f8b699eb8024aa5e6ec544d047842cc00020f7537ab1ae8843bfa SHA1: 2be7731cd0f3621ef5d332eded3827735ab69dd9 MD5sum: 0b1744f752e400fbee54cffc3a775a2e Description: Graphical frontend for interacting with joint_trajectory_controller instances. Package: ros-kilted-rqt-moveit Version: 1.0.1-5noble.20260519.110816 Architecture: arm64 Maintainer: Isaac I.Y. Saito Installed-Size: 81 Depends: ros-kilted-python-qt-binding (>= 0.2.19), ros-kilted-rclpy, ros-kilted-rqt-gui, ros-kilted-rqt-gui-py, ros-kilted-rqt-py-common, ros-kilted-rqt-topic, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/rqt_moveit Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-moveit/ros-kilted-rqt-moveit_1.0.1-5noble.20260519.110816_arm64.deb Size: 17268 SHA256: 32a820b3cf0896ba0490ba3a67260e9fe35f569195b26516d4b8e12a727fd0ea SHA1: fc4042b2a1db43e3aa9e280b120047bc398702f3 MD5sum: e127f19ed5fa1c79a3f4cd03b0119e46 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-kilted-rqt-msg Version: 1.6.1-1noble.20260519.044159 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 79 Depends: ros-kilted-ament-index-python, ros-kilted-python-qt-binding (>= 0.2.19), ros-kilted-rclpy, ros-kilted-rosidl-runtime-py, ros-kilted-rqt-console, ros-kilted-rqt-gui, ros-kilted-rqt-gui-py, ros-kilted-rqt-py-common, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/rqt_msg Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-msg/ros-kilted-rqt-msg_1.6.1-1noble.20260519.044159_arm64.deb Size: 16084 SHA256: ce0f0e62ba12d9abe27ce7d8c2f68ab4f689a23673571ae4604292e3298edeff SHA1: a3f35cc694e5ff26b4079b9a15e5b220520cfd64 MD5sum: a48a725c85cf7ff9dcf5956067c3eee0 Description: A Python GUI plugin for introspecting available ROS message types. Package: ros-kilted-rqt-play-motion-builder Version: 1.4.1-1noble.20260520.124916 Architecture: arm64 Maintainer: davidfernandez Installed-Size: 526 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.3.0), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), ros-kilted-play-motion-builder, ros-kilted-play-motion-builder-msgs, ros-kilted-play-motion2-msgs, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-rqt-gui, ros-kilted-rqt-gui-cpp, ros-kilted-sensor-msgs, ros-kilted-urdf, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-play-motion-builder/ros-kilted-rqt-play-motion-builder_1.4.1-1noble.20260520.124916_arm64.deb Size: 113382 SHA256: c237298519ef47f298656b86b0c86f7bb5ff74959fe0fcf42699b69b661d1da3 SHA1: 73ddf19b4d7b43910a2593d0882366fc1c553c69 MD5sum: d896c9752fa8298648db93e3388f4f8f Description: The rqt_play_motion_builder package, a front-end interface for play_motion_builder Package: ros-kilted-rqt-play-motion-builder-dbgsym Package-Type: ddeb Source: ros-kilted-rqt-play-motion-builder Version: 1.4.1-1noble.20260520.124916 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: davidfernandez Installed-Size: 3186 Depends: ros-kilted-rqt-play-motion-builder (= 1.4.1-1noble.20260520.124916) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-play-motion-builder/ros-kilted-rqt-play-motion-builder-dbgsym_1.4.1-1noble.20260520.124916_arm64.deb Size: 2902354 SHA256: a9277547564df63d7205c294ffdde9ede0e918021ed2e1e6fa793aadb2d6f9d0 SHA1: c1505e8f48469c2622e5eb18d99abc0e1c7c4b8f MD5sum: b429edb12d64ba5b9b01bc4bff4e39d4 Description: debug symbols for ros-kilted-rqt-play-motion-builder Build-Ids: 8acb1d251812178608dd376bd472f00a8628d20b Package: ros-kilted-rqt-plot Version: 1.6.4-1noble.20260519.044145 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 215 Depends: python3-matplotlib, python3-numpy, ros-kilted-ament-index-python, ros-kilted-python-qt-binding (>= 0.2.19), ros-kilted-qt-gui-py-common (>= 0.2.25), ros-kilted-rclpy, ros-kilted-rosidl-parser, ros-kilted-rosidl-runtime-py, ros-kilted-rqt-gui, ros-kilted-rqt-gui-py, ros-kilted-rqt-py-common, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/rqt_plot Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-plot/ros-kilted-rqt-plot_1.6.4-1noble.20260519.044145_arm64.deb Size: 53814 SHA256: 617cc74200c3e8e488fe201a1bc042586bffe38401206e73a6f9127ce008f5d7 SHA1: b875f36ad424e862ebec5e4d17d2239548431f01 MD5sum: 749aab3fd0cf21e21eddd0ecacd5d7d6 Description: rqt_plot provides a GUI plugin visualizing numeric values in a 2D plot using different plotting backends. Package: ros-kilted-rqt-publisher Version: 1.9.1-4noble.20260519.044131 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 127 Depends: python3-numpy, ros-kilted-ament-index-python, ros-kilted-python-qt-binding (>= 0.2.19), ros-kilted-qt-gui-py-common, ros-kilted-rclpy, ros-kilted-rosidl-runtime-py, ros-kilted-rqt-gui, ros-kilted-rqt-gui-py, ros-kilted-rqt-py-common, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/rqt_publisher Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-publisher/ros-kilted-rqt-publisher_1.9.1-4noble.20260519.044131_arm64.deb Size: 30762 SHA256: 43ce7310496bd023bbb2453ea22c74dc5366b0e9c6ebf7370ed915ad8f1a5e33 SHA1: ca47c7845262358186f02fce375c4660e5a321e9 MD5sum: cf12733d9326ed5f70cc4f46d0ebb7a0 Description: rqt_publisher provides a GUI plugin for publishing arbitrary messages with fixed or computed field values. Package: ros-kilted-rqt-py-common Version: 1.9.2-1noble.20260519.043721 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 143 Depends: qtbase5-dev, ros-kilted-python-qt-binding (>= 0.3.4), ros-kilted-qt-gui, ros-kilted-rclpy, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/rqt_py_common Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-py-common/ros-kilted-rqt-py-common_1.9.2-1noble.20260519.043721_arm64.deb Size: 22592 SHA256: afa39e0caee579d18c2c6287321f9bfccfcab4a4b16d007a70daa417f966b56e SHA1: 4374bdea2c25a8e797008bcbf39ddac82d7a3d8c MD5sum: 80b41172dd9856d059264668b678114b 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-kilted-rqt-py-console Version: 1.4.1-1noble.20260519.044149 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 67 Depends: ros-kilted-ament-index-python, ros-kilted-python-qt-binding (>= 0.2.19), ros-kilted-qt-gui, ros-kilted-qt-gui-py-common, ros-kilted-rclpy, ros-kilted-rqt-gui, ros-kilted-rqt-gui-py, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/rqt_py_console Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-py-console/ros-kilted-rqt-py-console_1.4.1-1noble.20260519.044149_arm64.deb Size: 12600 SHA256: 22c3f7eed4390fb3e040caf075ae8c5e0f5d76ed4ec2f896b763e668c8df3abd SHA1: 61e96a4dfe2b112e3bc51f761a94a519dec873e6 MD5sum: 3fca482725962b99c4af0bbe141f8f0d Description: rqt_py_console is a Python GUI plugin providing an interactive Python console. Package: ros-kilted-rqt-reconfigure Version: 1.7.1-1noble.20260519.044227 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 304 Depends: python3-yaml, ros-kilted-ament-index-python, ros-kilted-python-qt-binding (>= 0.2.19), ros-kilted-qt-gui-py-common, ros-kilted-rclpy, ros-kilted-rqt-console, ros-kilted-rqt-gui, ros-kilted-rqt-gui-py, ros-kilted-rqt-py-common, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/rqt_reconfigure Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-reconfigure/ros-kilted-rqt-reconfigure_1.7.1-1noble.20260519.044227_arm64.deb Size: 62406 SHA256: f48f0bb742476ede933b2a5dbd0b721cae05dc2f62327cc555fca87539abb1d2 SHA1: cf05ec82e0c0d180394a941998861257afd80f42 MD5sum: 6e2d79996031d8cdaf0630e5012cbfe3 Description: This rqt plugin provides a way to view and edit parameters on nodes. Package: ros-kilted-rqt-robot-dashboard Version: 0.6.1-5noble.20260519.044949 Architecture: arm64 Maintainer: Aaron Blasdel Installed-Size: 2581 Depends: ros-kilted-diagnostic-msgs, ros-kilted-python-qt-binding (>= 0.2.19), ros-kilted-qt-gui, ros-kilted-rclpy, ros-kilted-rqt-console (>= 0.3.1), ros-kilted-rqt-gui, ros-kilted-rqt-gui-py, ros-kilted-rqt-robot-monitor, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/rqt_robot_dashboard Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-robot-dashboard/ros-kilted-rqt-robot-dashboard_0.6.1-5noble.20260519.044949_arm64.deb Size: 58188 SHA256: 9d15c070cd83c0b798d152b9dc2d922c90b30c40bdbf5d3bba62b158091feef9 SHA1: 8d71ef6585c3f285b7750eca1ddadb273d074434 MD5sum: 58ca65f4f0b229a2096e50c2edfaf72b Description: rqt_robot_dashboard provides an infrastructure for building robot dashboard plugins in rqt. Package: ros-kilted-rqt-robot-monitor Version: 1.0.6-2noble.20260519.044311 Architecture: arm64 Maintainer: Arne Hitzmann Installed-Size: 171 Depends: python3-rospkg-modules, ros-kilted-diagnostic-msgs, ros-kilted-python-qt-binding (>= 0.2.19), ros-kilted-qt-gui, ros-kilted-qt-gui-py-common, ros-kilted-rclpy, ros-kilted-rqt-gui, ros-kilted-rqt-gui-py, ros-kilted-rqt-py-common, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/rqt_robot_monitor Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-robot-monitor/ros-kilted-rqt-robot-monitor_1.0.6-2noble.20260519.044311_arm64.deb Size: 37020 SHA256: 37ee611098a2136b9a79571549acdbf74cde2fd6264019125545d331fb26ef16 SHA1: 8578fcd872dd35c4b3a4482310cdd8431110dbaf MD5sum: 9b48029fbeb00a1b10b37382b5891e47 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-kilted-rqt-robot-steering Version: 3.0.0-1noble.20260519.044246 Architecture: arm64 Maintainer: Dirk Thomas Installed-Size: 95 Depends: ros-kilted-ament-index-python, ros-kilted-geometry-msgs, ros-kilted-python-qt-binding (>= 0.2.19), ros-kilted-rclpy, ros-kilted-rqt-gui, ros-kilted-rqt-gui-py, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/rqt_robot_steering Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-robot-steering/ros-kilted-rqt-robot-steering_3.0.0-1noble.20260519.044246_arm64.deb Size: 15158 SHA256: e82f8c6ee1e4557ac40e1f1583b2f1f8640048639c5e707cd2efc50e1b02d910 SHA1: c3dee1308499d404dbc7e7c6c00d3799e2e8d297 MD5sum: d9f325e6c729a7516818f0991be5cfa4 Description: rqt_robot_steering provides a GUI plugin for steering a robot using Twist messages. Package: ros-kilted-rqt-runtime-monitor Version: 1.0.0-5noble.20260519.044239 Architecture: arm64 Maintainer: Aaron Blasdel Installed-Size: 78 Depends: python3-rospkg, ros-kilted-ament-index-python, ros-kilted-diagnostic-msgs, ros-kilted-python-qt-binding (>= 0.2.19), ros-kilted-qt-gui, ros-kilted-rclpy, ros-kilted-rqt-gui, ros-kilted-rqt-gui-py, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/rqt_runtime_monitor Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-runtime-monitor/ros-kilted-rqt-runtime-monitor_1.0.0-5noble.20260519.044239_arm64.deb Size: 16678 SHA256: e6291dbedaa541275507058a6258808f1455898cd8fd65c7d928460ca4907f36 SHA1: aa0bfc20cff1e55801fefe5e78621fa396ff1641 MD5sum: 3758cbc03907cd85760bd90e68df19d5 Description: rqt_runtime_monitor provides a GUI plugin viewing DiagnosticsArray messages. Package: ros-kilted-rqt-service-caller Version: 1.4.1-2noble.20260519.044255 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 88 Depends: ros-kilted-ament-index-python, ros-kilted-python-qt-binding, ros-kilted-rqt-gui, ros-kilted-rqt-gui-py, ros-kilted-rqt-py-common, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/rqt_service_caller Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-service-caller/ros-kilted-rqt-service-caller_1.4.1-2noble.20260519.044255_arm64.deb Size: 19500 SHA256: 815921b9a6c30d752d8ce7edc7a285e733876af844711859eeacd540c4198ffd SHA1: 21448c92f8c02c1e9f5f1c7360e304d3d740fa47 MD5sum: b87c79d22144e9342eb7ac9063b291c7 Description: rqt_service_caller provides a GUI plugin for calling arbitrary services. Package: ros-kilted-rqt-shell Version: 1.3.1-2noble.20260519.044343 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 80 Depends: ros-kilted-python-qt-binding (>= 0.2.19), ros-kilted-qt-gui, ros-kilted-qt-gui-py-common, ros-kilted-rqt-gui, ros-kilted-rqt-gui-py, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/rqt_shell Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-shell/ros-kilted-rqt-shell_1.3.1-2noble.20260519.044343_arm64.deb Size: 16350 SHA256: b8f2d29c5e98cd59db6ff6115772a51874b80275ba8b6d9f294373f2e2953d98 SHA1: 0fc1039eb725c36cf0d26069c7e64f1a90f8e6d4 MD5sum: 7e68c4d449938ecc04d710e7e6183e1d Description: rqt_shell is a Python GUI plugin providing an interactive shell. Package: ros-kilted-rqt-srv Version: 1.3.0-2noble.20260519.123449 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 42 Depends: ros-kilted-rqt-gui, ros-kilted-rqt-gui-py, ros-kilted-rqt-msg, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/rqt_srv Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-srv/ros-kilted-rqt-srv_1.3.0-2noble.20260519.123449_arm64.deb Size: 6936 SHA256: 7aced41ebb2b0c098c7d69a1fae5d3c5cdc17ca04bcda6af081e314e1ab7387a SHA1: f505d5c69e8c345b5fb5d78b95c641b6488eefed MD5sum: 3e061f1d01b95cf231672bce90da7821 Description: A Python GUI plugin for introspecting available ROS service types. Package: ros-kilted-rqt-tf-tree Version: 1.0.6-2noble.20260519.082430 Architecture: arm64 Maintainer: Isaac I.Y. Saito Installed-Size: 82 Depends: ros-kilted-python-qt-binding (>= 0.2.19), ros-kilted-qt-dotgraph, ros-kilted-rclpy, ros-kilted-rqt-graph, ros-kilted-rqt-gui, ros-kilted-rqt-gui-py, ros-kilted-tf2-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/rqt_tf_tree Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-tf-tree/ros-kilted-rqt-tf-tree_1.0.6-2noble.20260519.082430_arm64.deb Size: 17660 SHA256: d451e01fda6933837fdf69e8c7b9df652570f4bfbc60c87e02ecd529b94930c7 SHA1: 98a6d154eccaf573ada09eaf8ebcbddd8627bdf7 MD5sum: c352977f96a8567be1c350d45cd7b569 Description: rqt_tf_tree provides a GUI plugin for visualizing the ROS TF frame tree. Package: ros-kilted-rqt-topic Version: 1.8.2-1noble.20260519.110729 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 104 Depends: ros-kilted-python-qt-binding (>= 0.2.19), ros-kilted-rclpy, ros-kilted-ros2topic, ros-kilted-rqt-gui, ros-kilted-rqt-gui-py, ros-kilted-rqt-py-common, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/rqt_topic Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-topic/ros-kilted-rqt-topic_1.8.2-1noble.20260519.110729_arm64.deb Size: 24750 SHA256: 12dc6d481275bddc330c91f7cd51b5027ef82dd262b7006fd9f8f7b1ba3e3ae5 SHA1: d5d3374d32ee6e436ac28fdfadaa547e4ded7b02 MD5sum: 4e660aab15a34a98dcc9d40780f1914f Description: rqt_topic provides a GUI plugin for displaying debug information about ROS topics including publishers, subscribers, publishing rate, and ROS Messages. Package: ros-kilted-rsl Version: 1.3.0-1noble.20260519.121410 Architecture: arm64 Maintainer: bmagyar Installed-Size: 136 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, libexpected-dev, libfmt-dev, ros-kilted-rclcpp, ros-kilted-tcb-span, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rsl/ros-kilted-rsl_1.3.0-1noble.20260519.121410_arm64.deb Size: 18202 SHA256: 2601ad3b9217a2c9303be13a00c8520fe57950b9fbe72918f5704286a4b9b5fb SHA1: 05293ccee716103a0c1480c739cd790cbc5b3e7e MD5sum: c7d0b8b52bc70bee6fe7ba0d68035ef1 Description: ROS Support Library Package: ros-kilted-rsl-dbgsym Package-Type: ddeb Source: ros-kilted-rsl Version: 1.3.0-1noble.20260519.121410 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: bmagyar Installed-Size: 163 Depends: ros-kilted-rsl (= 1.3.0-1noble.20260519.121410) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rsl/ros-kilted-rsl-dbgsym_1.3.0-1noble.20260519.121410_arm64.deb Size: 146714 SHA256: 260474cf1cd79b89337dc223500b9206ea35b99a75da501c3496df4df42dea73 SHA1: 57d920e4ecd5e8394b3f03cb8880b542e603ca00 MD5sum: 2e54590a8b43feaa483b0e4e11f9972f Description: debug symbols for ros-kilted-rsl Build-Ids: 7b16e213ed4c25fee26aec5426a897b288039c67 Package: ros-kilted-rslidar-msg Version: 0.0.0-1noble.20260519.045317 Architecture: arm64 Maintainer: robosense Installed-Size: 1015 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rclcpp, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rslidar-msg/ros-kilted-rslidar-msg_0.0.0-1noble.20260519.045317_arm64.deb Size: 48322 SHA256: ae7b5124156f3e44005eeb1a832df1d4d5222b218632697ba42cebcdecb27d06 SHA1: 5bc730a453a84ce0c381ff2c5006b766ececbc49 MD5sum: caed7a19fe254a965431b6b473a019da Description: ros msgs for the rslidar_sdk project Package: ros-kilted-rslidar-msg-dbgsym Package-Type: ddeb Source: ros-kilted-rslidar-msg Version: 0.0.0-1noble.20260519.045317 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: robosense Installed-Size: 324 Depends: ros-kilted-rslidar-msg (= 0.0.0-1noble.20260519.045317) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rslidar-msg/ros-kilted-rslidar-msg-dbgsym_0.0.0-1noble.20260519.045317_arm64.deb Size: 212254 SHA256: 8c981a62c996e58968a23bb94eb6167961c516fffbfdcd855ea767968b088416 SHA1: d1f59bf31c154cc1f3f7110f59464997706ce8ba MD5sum: cf1896fcca91802ef2f5e4b69de3df29 Description: debug symbols for ros-kilted-rslidar-msg Build-Ids: 2791ac7d0907df7710a7faae9ee2386445052230 37689510920c7839a5c7b580db3a8d2b367eba34 4dab493893b13e87e2d70cab3cc5d3924501d979 57c00ad688ec9d296968550302fa7721b53b2632 686f0d30530104192cfc508a108bc55f549e6726 6912278d9551963fed4a4c51a1a2d68f01a45452 86f2d1ef90c02407ebd3e51376ed83b6246b5c20 986b09ae4a7b8bfcfd58f701ce7fb5579e6a8cf5 a870cd8dd0965531132eb4e3c4c0e49898a30098 dd8c344c4af22191d351a95c55e3bc0fe187b9ee e885198ff0681652e2158cc9e06229de28903135 Package: ros-kilted-rt-manipulators-cpp Version: 1.0.0-4noble.20260410.164133 Architecture: arm64 Maintainer: RT Corporation Installed-Size: 500 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, libyaml-cpp-dev, ros-kilted-dynamixel-sdk, ros-kilted-eigen3-cmake-module, ros-kilted-yaml-cpp-vendor, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rt-manipulators-cpp/ros-kilted-rt-manipulators-cpp_1.0.0-4noble.20260410.164133_arm64.deb Size: 123854 SHA256: 92e5f7863d9dba0fbb6e0c5a91d3efb82375bb2a597e255129ca9a3f6cfc6240 SHA1: 482568792a8da161648c4287e39087cbbc117517 MD5sum: f402ee29136d8781ecd3851abc47dec0 Description: RT Manipulators C++ Library Package: ros-kilted-rt-manipulators-cpp-dbgsym Package-Type: ddeb Source: ros-kilted-rt-manipulators-cpp Version: 1.0.0-4noble.20260410.164133 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: RT Corporation Installed-Size: 4001 Depends: ros-kilted-rt-manipulators-cpp (= 1.0.0-4noble.20260410.164133) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rt-manipulators-cpp/ros-kilted-rt-manipulators-cpp-dbgsym_1.0.0-4noble.20260410.164133_arm64.deb Size: 3831134 SHA256: 7f6db19cd34967851ec7d850864c4244f1f86b8092a47998923e922dcc3b709d SHA1: 21ad17532e97f2c3f54ac429e830dec13a74f435 MD5sum: 745b9d442cda84a300614787c8c89f4a Description: debug symbols for ros-kilted-rt-manipulators-cpp Build-Ids: db544643021de7c599986dca0f56722446eedec6 Package: ros-kilted-rt-usb-9axisimu-driver Version: 3.0.0-2noble.20260519.054317 Architecture: arm64 Maintainer: RT Corporation Installed-Size: 491 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rclcpp-lifecycle, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rt-usb-9axisimu-driver/ros-kilted-rt-usb-9axisimu-driver_3.0.0-2noble.20260519.054317_arm64.deb Size: 97588 SHA256: 089f918f4b8a25ed328b2a6c20c38e3733f44843e36f43c5138dd9d83dd783b7 SHA1: 65df2b408b63bf8c91f02ed4dd720e976fc0ef9c MD5sum: 67fbd1526836f69f4623893eede453cd Description: The rt_usb_9axisimu_driver package Package: ros-kilted-rt-usb-9axisimu-driver-dbgsym Package-Type: ddeb Source: ros-kilted-rt-usb-9axisimu-driver Version: 3.0.0-2noble.20260519.054317 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: RT Corporation Installed-Size: 1806 Depends: ros-kilted-rt-usb-9axisimu-driver (= 3.0.0-2noble.20260519.054317) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rt-usb-9axisimu-driver/ros-kilted-rt-usb-9axisimu-driver-dbgsym_3.0.0-2noble.20260519.054317_arm64.deb Size: 1597410 SHA256: 0f9242cbd143807a9ada4c59b5d904f137ff07c356190b373908790eb8ce5dbe SHA1: d6b6fe82258d15fbaeda5797844f447524e4ef17 MD5sum: a9295b67b703e03f82f46aa6b0193c4e Description: debug symbols for ros-kilted-rt-usb-9axisimu-driver Build-Ids: 1f92b6256ceb9fa4c7631b0a04101877dc08a657 6dfd082e1fe2a1cf9188f4a324276ad8c3156bd5 Package: ros-kilted-rtabmap-msgs Version: 0.22.1-1noble.20260519.035200 Architecture: arm64 Maintainer: Mathieu Labbe Installed-Size: 12660 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtabmap-msgs/ros-kilted-rtabmap-msgs_0.22.1-1noble.20260519.035200_arm64.deb Size: 799178 SHA256: 5930bc11e8c9f46d939572510c12b40b1201fe19fcd9af3d1e116f8785978295 SHA1: 2ebb1c1d8055a787ba37f015813fa111b664c153 MD5sum: 69ba35f8abb5f8571177b181b23a624e Description: RTAB-Map's msgs package. Package: ros-kilted-rtabmap-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-rtabmap-msgs Version: 0.22.1-1noble.20260519.035200 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Mathieu Labbe Installed-Size: 10571 Depends: ros-kilted-rtabmap-msgs (= 0.22.1-1noble.20260519.035200) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtabmap-msgs/ros-kilted-rtabmap-msgs-dbgsym_0.22.1-1noble.20260519.035200_arm64.deb Size: 8449416 SHA256: 79580dce48ea025e30faf1cdf278fa26c622b4ec5925ef52316bac55d00ecc85 SHA1: 3182bfa4ae37c9de9a3ea51aa227e46c7bf4de84 MD5sum: 669f8cfabd03e7959259f3080cb7b699 Description: debug symbols for ros-kilted-rtabmap-msgs Build-Ids: 30d3fd21b69f4d45716fc6b6690e748b3c4d5d89 6659768e16bcb54dab4f87b1b4588a217a80d2c2 68f32e6c37887b20f7d71dfa33afc655cd4f45c8 69fe44f48496826a74d0eb0c3f93016837c7d14c 6c4a2e0424aa116c1cec2879db1c06355af11701 849b8afba41ff590a44456c6beafbbbb85386a30 85abc90806b7a454c38dad1d1347352cf9669a8f 87c39893d1a0a3ec0be0a01bfaf30186b9382451 8f5a6709446d60840fadede552728d4b47b219bf c9edad4ad31b7b0bba3695b7c697e312b7df0ec2 f9bafcc7747be7ac972d003a86236f7b82d6d8a1 Package: ros-kilted-rtabmap-python Version: 0.22.1-1noble.20260410.182911 Architecture: arm64 Maintainer: Mathieu Labbe Installed-Size: 34 Depends: ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtabmap-python/ros-kilted-rtabmap-python_0.22.1-1noble.20260410.182911_arm64.deb Size: 4130 SHA256: 3e523f5bb16ae5f01cfd0c505a824e8768c065fc9d6d89baf9e6a66787cd17fa SHA1: 7efd0c17a6332aa8b4e6d192b693a6078897d684 MD5sum: d4aa72baef191a4c6a8a281ab8e5c8fa Description: RTAB-Map's python package. Package: ros-kilted-rtcm-msgs Version: 1.1.6-4noble.20260519.023055 Architecture: arm64 Maintainer: Marek Materzok Installed-Size: 999 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtcm-msgs/ros-kilted-rtcm-msgs_1.1.6-4noble.20260519.023055_arm64.deb Size: 47290 SHA256: 621bc7f209e0db85a78c6c325f769ace76da63b6529ef3f0a261d3a7838d81e5 SHA1: 056138a2c51aa8a860a195fe36e29211452dc19f MD5sum: 016f2656a9231acde5ee18bf9477b458 Description: The rtcm_msgs package contains messages related to data in the RTCM format. Package: ros-kilted-rtcm-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-rtcm-msgs Version: 1.1.6-4noble.20260519.023055 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Marek Materzok Installed-Size: 317 Depends: ros-kilted-rtcm-msgs (= 1.1.6-4noble.20260519.023055) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtcm-msgs/ros-kilted-rtcm-msgs-dbgsym_1.1.6-4noble.20260519.023055_arm64.deb Size: 207386 SHA256: c0f6a3537f63fbc45281190b7ae4781ee66a7673f2afdfc65cf2232b52a099a0 SHA1: 6a8e49879d44926be87f77056684712d659ad636 MD5sum: f5810821eb07a74d0d06321e88f6da1e Description: debug symbols for ros-kilted-rtcm-msgs Build-Ids: 08e410275a483df6d4999b2ca2893a37a376520a 1c3940b6fa56a57df50ce0505676b424a8b104e9 1d3507bd6e0e3b806893949b4cb79f5477769aaf 440d1747a41a6a11f9dd94ff1d789bcc1ae8b27b a5e968a437557dd06ebbbdbc2a8985d0d096374b a8803f29c6932792ad5985df4a20937ff47d3cb9 b4b1461ddc3f1b1476ca39d8acbc5cecd3ea4162 bb2cf2388859a0cf2aa575e78b5e72248c4bdf7b db4a0d480b404afbcc31556ef051cce325c99af6 e421ec97139211f590526ef702b6cf16ff670860 f50a4a8e56c1a3a36b97608ce9b9bc2c8e96e9f6 Package: ros-kilted-rtest Version: 0.2.2-1noble.20260519.045859 Architecture: arm64 Maintainer: Gary Cross Installed-Size: 338 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-action-msgs, ros-kilted-gmock-vendor, ros-kilted-rcl, ros-kilted-rcl-action, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/rtest/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtest/ros-kilted-rtest_0.2.2-1noble.20260519.045859_arm64.deb Size: 54732 SHA256: 495ca45baeeaf0368e67f6c5ee48658c1720fc342b147254be0d6364e261a7c2 SHA1: bf3f7ea3cc90ac58eb2ab1f5f4f8d4f435562de1 MD5sum: d08b1084906c20c3a70d5c821d2c62b8 Description: This framework enables writing reliable, fully repeatable tests for C++ ROS 2 implementations. Package: ros-kilted-rtest-dbgsym Package-Type: ddeb Source: ros-kilted-rtest Version: 0.2.2-1noble.20260519.045859 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Gary Cross Installed-Size: 595 Depends: ros-kilted-rtest (= 0.2.2-1noble.20260519.045859) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtest/ros-kilted-rtest-dbgsym_0.2.2-1noble.20260519.045859_arm64.deb Size: 552654 SHA256: 7d2db64615538792c49ebbe21dec5325b8c2ebe91aec8c61735857cd6c9dc084 SHA1: 8855ed24e193dae447ee88450e8b57f73911715a MD5sum: aae5021eace8d1a1e9b7046584208dd6 Description: debug symbols for ros-kilted-rtest Build-Ids: 22a94e6551ed9f519fd3aa884e8c8d96902ac8aa Package: ros-kilted-rti-connext-dds-cmake-module Version: 1.1.1-1noble.20260410.154831 Architecture: arm64 Maintainer: Andrea Sorbini Installed-Size: 76 Depends: ros-kilted-ament-cmake, rti-connext-dds-7.3.0-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rti-connext-dds-cmake-module/ros-kilted-rti-connext-dds-cmake-module_1.1.1-1noble.20260410.154831_arm64.deb Size: 12480 SHA256: 0c53942fb4f26952d4c2f8ce3730b2895679a2961fd2ef40ce75b7926629f714 SHA1: d36b9179178b8f5ffbe297a11a84ac9905d0e68a MD5sum: c81a256552f441aea5f9e6e04657ec7d Description: Helper module to provide access to RTI products like Connext DDS Professional Package: ros-kilted-rttest Version: 0.18.3-1noble.20260410.155102 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 136 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rttest/ros-kilted-rttest_0.18.3-1noble.20260410.155102_arm64.deb Size: 29976 SHA256: 38054c873334eaee32bab34851aff8b30134af610ea2c8cd4507b6e03edc6586 SHA1: 1b4eb71576de0b8a5dc98299608f465c25176140 MD5sum: b0a4cff65f27f0e785c87a2eed89535c Description: Instrumentation library for real-time performance testing Package: ros-kilted-rttest-dbgsym Package-Type: ddeb Source: ros-kilted-rttest Version: 0.18.3-1noble.20260410.155102 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 187 Depends: ros-kilted-rttest (= 0.18.3-1noble.20260410.155102) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rttest/ros-kilted-rttest-dbgsym_0.18.3-1noble.20260410.155102_arm64.deb Size: 161864 SHA256: 5493a5659c6c69c7fe91cea476a6d62bf7752b4d52bbc92d479246f34939c18d SHA1: 50337491501dbd2cc456401f267854ec23ea1449 MD5sum: d1cbae9c797950bdf6940bc918bc28ea Description: debug symbols for ros-kilted-rttest Build-Ids: e38dcae2f76ecd923b74487f3cc97a43b38c62b3 Package: ros-kilted-ruckig Version: 0.9.2-5noble.20260410.183328 Architecture: arm64 Maintainer: Lars Berscheid Installed-Size: 276 Depends: libc6 (>= 2.17), libstdc++6 (>= 13.1), ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ruckig/ros-kilted-ruckig_0.9.2-5noble.20260410.183328_arm64.deb Size: 68548 SHA256: 3d035eef662db4e0ef51eb60f61ff8d8b6e9e6aa76ce269132391554f5243817 SHA1: d8fe5b30828f35276afc8f28dc1e778f4ebfbf99 MD5sum: 1c7c66e3ffc960a0513c074bf1bceb0e Description: Instantaneous Motion Generation for Robots and Machines. Package: ros-kilted-ruckig-dbgsym Package-Type: ddeb Source: ros-kilted-ruckig Version: 0.9.2-5noble.20260410.183328 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Lars Berscheid Installed-Size: 225 Depends: ros-kilted-ruckig (= 0.9.2-5noble.20260410.183328) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ruckig/ros-kilted-ruckig-dbgsym_0.9.2-5noble.20260410.183328_arm64.deb Size: 201394 SHA256: 8de9031922d5e2525197dadd1e85a849402df917b7b6e4f1ef314964de45df22 SHA1: 7df14cf46e849195ed5d15b48eb534451363ca91 MD5sum: 90be5cf560d586b71907770bbebab060 Description: debug symbols for ros-kilted-ruckig Build-Ids: f49a3ecc020ceb71f34b8109ba017f20585d15e9 Package: ros-kilted-rviz-2d-overlay-msgs Version: 1.4.1-1noble.20260519.032547 Architecture: arm64 Maintainer: Team Spatzenhirn Installed-Size: 1067 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-2d-overlay-msgs/ros-kilted-rviz-2d-overlay-msgs_1.4.1-1noble.20260519.032547_arm64.deb Size: 51572 SHA256: bfda5df72761b5a4e9b779ea6ccdf8c25340f100c26909bf23e9325629ebb4c0 SHA1: 1fe9ba5ee845255c0ab50d3b54d00159fc8bde88 MD5sum: a0575e36265aaa4d5a258907b36cf5fb Description: Messages describing 2D overlays for RVIZ, extracted/derived from the jsk_visualization ROS1 packege. Package: ros-kilted-rviz-2d-overlay-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-rviz-2d-overlay-msgs Version: 1.4.1-1noble.20260519.032547 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Team Spatzenhirn Installed-Size: 318 Depends: ros-kilted-rviz-2d-overlay-msgs (= 1.4.1-1noble.20260519.032547) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-2d-overlay-msgs/ros-kilted-rviz-2d-overlay-msgs-dbgsym_1.4.1-1noble.20260519.032547_arm64.deb Size: 210396 SHA256: 0cda572dc78243709408bbbe7bb3f31bf3d10d5d805ce04af4faacc1a5fb1a04 SHA1: 61f22b1eba68b353fe0df86c84f092dac685be24 MD5sum: c2a99313d6129740137888d346eb63ee Description: debug symbols for ros-kilted-rviz-2d-overlay-msgs Build-Ids: 0e64991f819f57e198505ef1fecc99096021b48b 0ec22760a8fa59be110fa0ff964190bd1249b32e 333b90bacbfa4a1fda91293668937ce35ed62611 8656544004a9e314938995efc3fcca577654a94f 910d489dd26bba1886864cc9ad01ae09f9fcbe20 918eb71a1d1bae8a7d6da65ba853817ae571eeb2 b0e2b4872de6e73bf29b6f1b208294e37f9ab7e6 c9d0891971f604a7c2b84ba80096cd629c2776b7 ddebaa55e5c151ab577f5de7737763ac05f9dcc2 f1f062adb94974f6be3b196dda06e13f743de789 fb0ceb9298249f4ea77945b388d1518a59ca1ce6 Package: ros-kilted-rviz-2d-overlay-plugins Version: 1.4.1-1noble.20260519.053704 Architecture: arm64 Maintainer: Team Spatzenhirn Installed-Size: 1504 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.5.0), libqt5gui5t64 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libstdc++6 (>= 13.1), ros-kilted-rviz-ogre-vendor, libboost-all-dev, ros-kilted-rviz-2d-overlay-msgs, ros-kilted-rviz-common, ros-kilted-rviz-rendering, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-2d-overlay-plugins/ros-kilted-rviz-2d-overlay-plugins_1.4.1-1noble.20260519.053704_arm64.deb Size: 276778 SHA256: 0f01320054e6e8140e5b8c0d1830b0a7599edcfae4ffd0b52dcd34da4c90bb26 SHA1: 0f1df88d2a61b0c242c5e4cba3713d0df4582122 MD5sum: e7ad54da22cbaf093c7142cec7882bc9 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-kilted-rviz-2d-overlay-plugins-dbgsym Package-Type: ddeb Source: ros-kilted-rviz-2d-overlay-plugins Version: 1.4.1-1noble.20260519.053704 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Team Spatzenhirn Installed-Size: 7711 Depends: ros-kilted-rviz-2d-overlay-plugins (= 1.4.1-1noble.20260519.053704) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-2d-overlay-plugins/ros-kilted-rviz-2d-overlay-plugins-dbgsym_1.4.1-1noble.20260519.053704_arm64.deb Size: 6673570 SHA256: 01e5028821b775cf99e21bd30f156eb416d8c4673dc4aa6cd4f8ad056f20bb75 SHA1: 17ebf2d0201f735e61ea8078ee11103db6dc429a MD5sum: 8f625abd7debf3e003132106ba08aaf7 Description: debug symbols for ros-kilted-rviz-2d-overlay-plugins Build-Ids: 3d55d9da8b10947797cbce92cc35189cbf3b31aa 67057186ddb3183238a994e0eac214bb4e5644b6 Package: ros-kilted-rviz-assimp-vendor Version: 15.0.12-1noble.20260410.155155 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 46 Depends: libassimp-dev, ros-kilted-ros-workspace Homepage: http://assimp.sourceforge.net/index.html Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-assimp-vendor/ros-kilted-rviz-assimp-vendor_15.0.12-1noble.20260410.155155_arm64.deb Size: 8426 SHA256: 3ebb44749b22bdbc9c8d95efcc0ab8d041b3338bd67162312521ede3e144541e SHA1: 3511c40de20df08434dbeafdc64cb3d1701872c7 MD5sum: a9f495fcb0e2ee984e7e2ff260f25cdb Description: Wrapper around assimp, providing nothing but a dependency on assimp, on some systems. On others, it provides a fixed CMake module or even an ExternalProject build of assimp. Package: ros-kilted-rviz-common Version: 15.0.12-1noble.20260519.051706 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2570 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5widgets5t64 (>= 5.14.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-kilted-rviz-ogre-vendor, libqt5gui5t64, libqt5opengl5t64, libqt5svg5, qtbase5-dev, ros-kilted-geometry-msgs, ros-kilted-message-filters, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-resource-retriever, ros-kilted-rviz-rendering, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-tf2, ros-kilted-tf2-ros, ros-kilted-tinyxml2-vendor, ros-kilted-urdf, ros-kilted-yaml-cpp-vendor, ros-kilted-ros-workspace Homepage: https://github.com/ros2/rviz/blob/ros2/README.md Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-common/ros-kilted-rviz-common_15.0.12-1noble.20260519.051706_arm64.deb Size: 603702 SHA256: c7292635d0ad25253c07fdc895ae2028d7e5d19e1c7cbbd7f05767ea365c5b57 SHA1: 1f83d9f10a4e75f133f1582244e2f65a006786d5 MD5sum: 826449f04cd336ae77a670fa570fe43b Description: Common rviz API, used by rviz plugins and applications. Package: ros-kilted-rviz-common-dbgsym Package-Type: ddeb Source: ros-kilted-rviz-common Version: 15.0.12-1noble.20260519.051706 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 27848 Depends: ros-kilted-rviz-common (= 15.0.12-1noble.20260519.051706) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-common/ros-kilted-rviz-common-dbgsym_15.0.12-1noble.20260519.051706_arm64.deb Size: 26951062 SHA256: 54bf9fb2d8d48147b13413f4d1c89e7a8575fb80f817a502a930164c143c7e11 SHA1: 6939b8ee8438ef3ce9de33066dfa111a60463d9c MD5sum: 12026d88758d4b23840fab95a20cf274 Description: debug symbols for ros-kilted-rviz-common Build-Ids: fe94104a9f8e26704d9033cb84d27e9700dfb211 Package: ros-kilted-rviz-default-plugins Version: 15.0.12-1noble.20260519.131429 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 10501 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libqt5core5t64 (>= 5.14.1), libqt5gui5t64 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-gz-math-vendor, ros-kilted-rviz-ogre-vendor, libqt5gui5t64, libqt5opengl5t64, ros-kilted-geometry-msgs, ros-kilted-image-transport, ros-kilted-interactive-markers, ros-kilted-laser-geometry, ros-kilted-map-msgs, ros-kilted-nav-msgs, ros-kilted-pluginlib, ros-kilted-point-cloud-transport, ros-kilted-rclcpp, ros-kilted-resource-retriever, ros-kilted-rviz-common, ros-kilted-rviz-rendering, ros-kilted-rviz-resource-interfaces, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-urdf, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Homepage: https://github.com/ros2/rviz/blob/ros2/README.md Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-default-plugins/ros-kilted-rviz-default-plugins_15.0.12-1noble.20260519.131429_arm64.deb Size: 1479050 SHA256: 06c876cefd071e22cf0384918aca2286cf95ff88142808b9923f4a06dbd99d36 SHA1: 95948b47eaf532db483415b4dc4a7ae08de784e8 MD5sum: 6e214e25b63a6434d7786a740af77948 Description: Several default plugins for rviz to cover the basic functionality. Package: ros-kilted-rviz-default-plugins-dbgsym Package-Type: ddeb Source: ros-kilted-rviz-default-plugins Version: 15.0.12-1noble.20260519.131429 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 91233 Depends: ros-kilted-rviz-default-plugins (= 15.0.12-1noble.20260519.131429) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-default-plugins/ros-kilted-rviz-default-plugins-dbgsym_15.0.12-1noble.20260519.131429_arm64.deb Size: 79148218 SHA256: 0a1727e67883d11c9cfbffcb1ddbc454a4942f7316f5e9228ceaf5d1b09073ec SHA1: db78857a1906157a6e83a5ddcf0cad074129ec23 MD5sum: f6e6e4ff73318de1228550c399362f0a Description: debug symbols for ros-kilted-rviz-default-plugins Build-Ids: 696f6d64ccb7761c87b13b71b7703e7260677b9c Package: ros-kilted-rviz-imu-plugin Version: 2.2.1-1noble.20260519.082531 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 960 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.5.0), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libstdc++6 (>= 13.1), ros-kilted-rviz-ogre-vendor, libqt5gui5, libqt5opengl5, libqt5widgets5, ros-kilted-message-filters, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rviz-common, ros-kilted-rviz-rendering, ros-kilted-sensor-msgs, ros-kilted-tf2, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/rviz_imu_plugin Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-imu-plugin/ros-kilted-rviz-imu-plugin_2.2.1-1noble.20260519.082531_arm64.deb Size: 163068 SHA256: 2e735376dd756c687bba3353d9e1ccaeff39bf47a764463007822dc54f3d0029 SHA1: dc13e0e433ecaba11b9da07181b2f39dee874394 MD5sum: 3fc96d50b3d2e93f1d85185d2d48769f Description: RVIZ plugin for IMU visualization Package: ros-kilted-rviz-imu-plugin-dbgsym Package-Type: ddeb Source: ros-kilted-rviz-imu-plugin Version: 2.2.1-1noble.20260519.082531 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 6107 Depends: ros-kilted-rviz-imu-plugin (= 2.2.1-1noble.20260519.082531) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-imu-plugin/ros-kilted-rviz-imu-plugin-dbgsym_2.2.1-1noble.20260519.082531_arm64.deb Size: 5202994 SHA256: 335afa14470f126d1193adde04302e8ad29e12519ac786b3ed68f3d986222f04 SHA1: 0bf526be2fa69c2ee2e528a65e29d7ba2b3ac82b MD5sum: 96a330d9731f9a3b6266c8ad628e3c4a Description: debug symbols for ros-kilted-rviz-imu-plugin Build-Ids: fe8f62e4f7ff4c207790906942867167be90805f Package: ros-kilted-rviz-marker-tools Version: 0.1.5-1noble.20260519.075641 Architecture: arm64 Maintainer: Robert Haschke Installed-Size: 130 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, ros-kilted-eigen3-cmake-module, ros-kilted-geometry-msgs, ros-kilted-moveit-common, ros-kilted-rclcpp, ros-kilted-std-msgs, ros-kilted-tf2-eigen, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/rviz_marker_tools/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-marker-tools/ros-kilted-rviz-marker-tools_0.1.5-1noble.20260519.075641_arm64.deb Size: 19716 SHA256: 9d44bf19b7fb38d80bae2fc94a8a879c960421646da7204ee468f7d3a4277214 SHA1: b4a71d35a6a46866dd8d5cdec6d97f57e93cc661 MD5sum: f846179f6ba8e1674d92df7430409c3c Description: Tools for marker creation / handling Package: ros-kilted-rviz-marker-tools-dbgsym Package-Type: ddeb Source: ros-kilted-rviz-marker-tools Version: 0.1.5-1noble.20260519.075641 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Robert Haschke Installed-Size: 879 Depends: ros-kilted-rviz-marker-tools (= 0.1.5-1noble.20260519.075641) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-marker-tools/ros-kilted-rviz-marker-tools-dbgsym_0.1.5-1noble.20260519.075641_arm64.deb Size: 868594 SHA256: 7bc3fe472e053b7348eeebbec7014cc461c405fd0ae0f5809799513a26ca2cfb SHA1: 93bf7820e7adf7435c0dc640f710e15496d77d4d MD5sum: e03b45ea3ad4b3cd055514e8a1732fdc Description: debug symbols for ros-kilted-rviz-marker-tools Build-Ids: 7c7dbc2914ecae5fe9cd41b6c08b2ec4b6b8cf4b Package: ros-kilted-rviz-ogre-vendor Version: 15.0.12-1noble.20260410.155210 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 17900 Depends: libc6 (>= 2.38), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 3.3.1), libgl1, libstdc++6 (>= 13.1), libx11-6, libxrandr2 (>= 4.3), libfreetype-dev, libgl1-mesa-dev, libglew-dev, libglu1-mesa-dev, libx11-dev, libxaw7-dev, libxrandr-dev, ros-kilted-ros-workspace Homepage: https://www.ogre3d.org/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-ogre-vendor/ros-kilted-rviz-ogre-vendor_15.0.12-1noble.20260410.155210_arm64.deb Size: 3723280 SHA256: 254567ad376884cbc039a33e1c4a142572c8d54c5d0c2d3b39c1d8e75f2e51e3 SHA1: 6d5cfeb23d1d371ba4b1d17502cded86dbe8d70a MD5sum: 697412eb5171a8d786caa6bc345cf9dd Description: Wrapper around ogre3d, it provides a fixed CMake module and an ExternalProject build of ogre. Package: ros-kilted-rviz-ogre-vendor-dbgsym Package-Type: ddeb Source: ros-kilted-rviz-ogre-vendor Version: 15.0.12-1noble.20260410.155210 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 79964 Depends: ros-kilted-rviz-ogre-vendor (= 15.0.12-1noble.20260410.155210) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-ogre-vendor/ros-kilted-rviz-ogre-vendor-dbgsym_15.0.12-1noble.20260410.155210_arm64.deb Size: 75651062 SHA256: 7adf4db868495b16c987cfbdb7e0e10ed4c0fd3f3d46c2e4733cc42e9c429311 SHA1: a892a9ddcfc2c134f39a17ea803c829e8514cffe MD5sum: 1627662604ec4d94395f8db3d4575fca Description: debug symbols for ros-kilted-rviz-ogre-vendor Build-Ids: 415bfe419c7da96dadb08679a8024693a9038c21 42071a26b02439a83ebb6e840b9989d9cf62c4da 4b5d4a8d50daa30adb699dabbdfd99b13b6c2e50 5d803c211644a81cae6fa0841b22f0fcf1b2ddb1 7c4c77d66338d7a23101ce8dea209c6e113cd7f5 8d81b27903dfe7fdc73eeb4b6e823b3a1704665e 90fd108cdffe1c7c496b5fe3c0ad29ead720755e 93fc3130472fc56601a2e4caada00a2c2a158c65 bbc0ba4ddbe67d7af676152538b9880340d038e6 c4c2478e3684c871243b60f5df66b4692afa3f67 c754ec77c4e763e3fb102366f3bffbab7a64f502 dc6e2ad962ccf38dcc31cb1e504c64f765e27e19 e0dedc27636798746427da02d891fd5a505378e7 ea16627bbb342bc7a7f4c3e59e81f96b5da005d3 f997a34c24c4898c80ebe3bc6065e0188a6b3587 fc8f6f5f7cb21b80cb9b1c9cacd1ff16ec1b9c90 Package: ros-kilted-rviz-rendering Version: 15.0.12-1noble.20260519.041305 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2252 Depends: libassimp5 (>= 5.3.1+ds), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libglx0, libopengl0, libqt5core5t64 (>= 5.3.0), libqt5gui5t64 (>= 5.5.0) | libqt5gui5-gles (>= 5.5.0), libstdc++6 (>= 13.1), libx11-6, ros-kilted-rviz-ogre-vendor, libeigen3-dev, libqt5gui5t64, libqt5opengl5t64, libqt5widgets5t64, qtbase5-dev, ros-kilted-ament-index-cpp, ros-kilted-eigen3-cmake-module, ros-kilted-resource-retriever, ros-kilted-rviz-assimp-vendor, ros-kilted-ros-workspace Homepage: https://github.com/ros2/rviz/blob/ros2/README.md Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-rendering/ros-kilted-rviz-rendering_15.0.12-1noble.20260519.041305_arm64.deb Size: 785636 SHA256: db1cab928e921d111dbf349dd5a4c98516bb8ecbe3bbfe736b5e5a7f5184f2de SHA1: 6636bfa81d3fc1d6af8f9202b23b90b5f26bbcfd MD5sum: 72024188a2aabb60f1cddd5d64181e23 Description: Library which provides the 3D rendering functionality in rviz. Package: ros-kilted-rviz-rendering-dbgsym Package-Type: ddeb Source: ros-kilted-rviz-rendering Version: 15.0.12-1noble.20260519.041305 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 6064 Depends: ros-kilted-rviz-rendering (= 15.0.12-1noble.20260519.041305) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-rendering/ros-kilted-rviz-rendering-dbgsym_15.0.12-1noble.20260519.041305_arm64.deb Size: 5909536 SHA256: 14e65647ef508e0a690652a6810d8048b01a9291c842b877237873f0663bca5d SHA1: df8da776ca5719f4ec41fb23ac04f2721561cf1d MD5sum: 074c34c8f37872dbbac2de7d7e997e5d Description: debug symbols for ros-kilted-rviz-rendering Build-Ids: a7f83e33164611424d7445e8d210460267d295c3 Package: ros-kilted-rviz-rendering-tests Version: 15.0.12-1noble.20260519.042054 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 44 Depends: ros-kilted-resource-retriever, ros-kilted-rviz-rendering, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-rendering-tests/ros-kilted-rviz-rendering-tests_15.0.12-1noble.20260519.042054_arm64.deb Size: 7340 SHA256: 32513f1ce88bf52c9a2b4b8cc9d62749f60abc067fd82e14ae704e32df63bc85 SHA1: 43c1eeb4235105c5d84e752122ef86ca04950ece MD5sum: 82f763907bb46681cefd1fe0c595aaf9 Description: Example plugin for RViz - documents and tests RViz plugin development Package: ros-kilted-rviz-resource-interfaces Version: 15.0.12-1noble.20260519.032548 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 1255 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-resource-interfaces/ros-kilted-rviz-resource-interfaces_15.0.12-1noble.20260519.032548_arm64.deb Size: 81954 SHA256: d8a94e1abc41b387b6d904a94e1786b883ca8fbc498fc6477fd52fb52234caf5 SHA1: ba747d4db3700d4747a9f1b180d29252e6232f4c MD5sum: 6b2b920c64629e958422e9823999cc2d Description: ROS interfaces for working with resources like meshes. Package: ros-kilted-rviz-resource-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-rviz-resource-interfaces Version: 15.0.12-1noble.20260519.032548 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 624 Depends: ros-kilted-rviz-resource-interfaces (= 15.0.12-1noble.20260519.032548) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-resource-interfaces/ros-kilted-rviz-resource-interfaces-dbgsym_15.0.12-1noble.20260519.032548_arm64.deb Size: 458434 SHA256: d2c28afd950f42150196a5290681e0c02fefc7919123991e66beb7129a9ae027 SHA1: c7cab779ed2cadb939e453b0f05ca486426407d8 MD5sum: 5caa4db905ab1fca634596c351cfa49f Description: debug symbols for ros-kilted-rviz-resource-interfaces Build-Ids: 03cb064327bf5e1547ae5d7279b49dd5e882ad36 15155bd541d55d2ee8365689489d127906c41033 2195a6c60b33a8fdd5d77621e9beeb915ac83ad4 26df0a5f28fda89c2ad0f71621864261cd50210c 43c3592faec08fb24517a0e40e986227c4c0c75d 4f5975cf35d6b96437cec742d40616913f591f05 55f0915222d69959ce049bfd820de8226a104db9 882a10f1a81b78133c09605ec423230adaaad91e b58bf38ff87541dfabdcfc4499b53cae4944a7a5 c417a56305c0d1f378f118b2437af4ed3f2d9d47 f2cb69c90275694a7ed7206e8420fa505254adbd Package: ros-kilted-rviz-satellite Version: 4.3.0-1noble.20260519.150044 Architecture: arm64 Maintainer: Tim Clephas Installed-Size: 793 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libproj25 (>= 5.0.0), libqt5core5t64 (>= 5.5.0), libqt5gui5t64 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libqt5network5t64 (>= 5.0.2), libstdc++6 (>= 13.1), ros-kilted-rviz-ogre-vendor, libproj-dev, ros-kilted-angles, ros-kilted-rclcpp, ros-kilted-rcpputils, ros-kilted-rviz-common, ros-kilted-rviz-default-plugins, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-satellite/ros-kilted-rviz-satellite_4.3.0-1noble.20260519.150044_arm64.deb Size: 181252 SHA256: 3fb086edab75bd39d467eeb17234c8e54114080fd5d1929c7d8c75f6898de4ec SHA1: c469ba3b19794863a91de720024d4f20f26b1705 MD5sum: 1f3cc706e04ff98c6d388c569aff3e56 Description: Display satellite map tiles in RViz Package: ros-kilted-rviz-satellite-dbgsym Package-Type: ddeb Source: ros-kilted-rviz-satellite Version: 4.3.0-1noble.20260519.150044 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tim Clephas Installed-Size: 4957 Depends: ros-kilted-rviz-satellite (= 4.3.0-1noble.20260519.150044) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-satellite/ros-kilted-rviz-satellite-dbgsym_4.3.0-1noble.20260519.150044_arm64.deb Size: 4433374 SHA256: 144df4ddc08fb486cad8bee9692bf663341b5985b4f571d8cf155aa1becddd9e SHA1: 30c0057b5709c7e29cdba96f1fde239fbe018d67 MD5sum: ce8301a0f6041d902d4147cd213b1c6f Description: debug symbols for ros-kilted-rviz-satellite Build-Ids: 2b475d72a21c46144f3b14d57e6ea922cbf88f1c Package: ros-kilted-rviz-visual-testing-framework Version: 15.0.12-1noble.20260519.053747 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 418 Depends: ros-kilted-ament-cmake-gtest, ros-kilted-geometry-msgs, ros-kilted-rclcpp, ros-kilted-rcutils, ros-kilted-rviz-common, ros-kilted-rviz-ogre-vendor, ros-kilted-rviz-rendering, ros-kilted-std-msgs, ros-kilted-tf2, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/rviz2 Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-visual-testing-framework/ros-kilted-rviz-visual-testing-framework_15.0.12-1noble.20260519.053747_arm64.deb Size: 75060 SHA256: 509656e90b45ddc0cebdcc15284214960d8175bfbe675f244d88b93654006d87 SHA1: f812b31796ccbf5f0050d5c4e1d7c8abded10313 MD5sum: fc7b7918b66b897ec7d99c40affbfac5 Description: 3D testing framework for RViz. Package: ros-kilted-rviz-visual-tools Version: 4.1.4-4noble.20260519.151117 Architecture: arm64 Maintainer: Mike Lautman Installed-Size: 1608 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.0.2), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libeigen3-dev, libqt5widgets5, ros-kilted-ament-index-python, ros-kilted-eigen-stl-containers, ros-kilted-eigen3-cmake-module, ros-kilted-geometry-msgs, ros-kilted-interactive-markers, ros-kilted-launch, ros-kilted-launch-ros, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rviz-common, ros-kilted-rviz-default-plugins, ros-kilted-rviz-ogre-vendor, ros-kilted-rviz-rendering, ros-kilted-rviz2, ros-kilted-sensor-msgs, ros-kilted-shape-msgs, ros-kilted-std-msgs, ros-kilted-tf2, ros-kilted-tf2-eigen, ros-kilted-tf2-geometry-msgs, ros-kilted-trajectory-msgs, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Homepage: https://github.com/PickNikRobotics/rviz_visual_tools Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-visual-tools/ros-kilted-rviz-visual-tools_4.1.4-4noble.20260519.151117_arm64.deb Size: 290086 SHA256: 73483fd8a66777d486578f5719748b6d12d733545314d85b7e25804a39a4f60f SHA1: 25ece2364e2b24a09bcd20a5c5ffd7d06b4a0041 MD5sum: ec901e5811b02655f433b9a87140c8a9 Description: Utility functions for displaying and debugging data in Rviz via published markers Package: ros-kilted-rviz-visual-tools-dbgsym Package-Type: ddeb Source: ros-kilted-rviz-visual-tools Version: 4.1.4-4noble.20260519.151117 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Mike Lautman Installed-Size: 12247 Depends: ros-kilted-rviz-visual-tools (= 4.1.4-4noble.20260519.151117) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-visual-tools/ros-kilted-rviz-visual-tools-dbgsym_4.1.4-4noble.20260519.151117_arm64.deb Size: 11337558 SHA256: 369c335f14fa6efb200331fd18653a5a98d9cf319a062ade0e11c43bdab73c14 SHA1: 0fd9f9c632ae9dfc2a557fac8182cdc31bdbead0 MD5sum: e26d04556bb38b526bebfc7ff7f6f8a5 Description: debug symbols for ros-kilted-rviz-visual-tools Build-Ids: 4e090201f274e02626e81248c7b5dc4febc86ec9 50373c7ec990487c65e57104a4bae7adadecd502 57584b542b331e1a0a52c8acbaff4c60060445ec 61167ee9709a3250a03792686cb15f38d65e2892 b129245be8793ec0ac4244451f6c4df15fc16b9c c87df03e49e2c132214616dd063b94ed56ac030a Package: ros-kilted-rviz2 Version: 15.0.12-1noble.20260519.150610 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 200 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.0.2), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), python3-dev, ros-kilted-rviz-common, ros-kilted-rviz-default-plugins, ros-kilted-rviz-ogre-vendor, ros-kilted-ros-workspace Homepage: https://github.com/ros2/rviz/blob/ros2/README.md Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz2/ros-kilted-rviz2_15.0.12-1noble.20260519.150610_arm64.deb Size: 20050 SHA256: 79677336293591ce3958b8167a00278fd9152ed0c079413d290da90014e1a134 SHA1: a830b10f0db304ce4d1ade2b988a9be906dab402 MD5sum: bdddc38460fbbf84f8e3e84abd2a1047 Description: 3D visualization tool for ROS. Package: ros-kilted-rviz2-dbgsym Package-Type: ddeb Source: ros-kilted-rviz2 Version: 15.0.12-1noble.20260519.150610 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 436 Depends: ros-kilted-rviz2 (= 15.0.12-1noble.20260519.150610) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz2/ros-kilted-rviz2-dbgsym_15.0.12-1noble.20260519.150610_arm64.deb Size: 414430 SHA256: 86f519f62506704d76bc39fca4d5f41093115ebb6628eece69ea3c2a572da02d SHA1: 5a6317efdfe150ecc4cb2a75f739fc1df3c9bab4 MD5sum: be6669ad100edb6251cd5dcff1f41999 Description: debug symbols for ros-kilted-rviz2 Build-Ids: 25fa20585fbef5cfaafe1ba421d94556861018ff Package: ros-kilted-sbg-driver Version: 3.3.2-1noble.20260519.125534 Architecture: arm64 Maintainer: SBG Systems Installed-Size: 45072 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-kilted-fastcdr, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-nmea-msgs, ros-kilted-rclcpp, ros-kilted-rosidl-default-runtime, ros-kilted-rtcm-msgs, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-msgs, ros-kilted-tf2-ros, ros-kilted-urdf, ros-kilted-xacro, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/sbg_driver Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sbg-driver/ros-kilted-sbg-driver_3.3.2-1noble.20260519.125534_arm64.deb Size: 10637394 SHA256: 213a9e3d0237296d57e2331c9ed49fa9373c7cdfe31e7548781f7b397c8429c2 SHA1: 39ba0b6494c40eba7cb987f9c8b4aec4be518665 MD5sum: 629b7d4095fc6002205d3ab997085b09 Description: ROS driver package for communication with the SBG navigation systems. Package: ros-kilted-sbg-driver-dbgsym Package-Type: ddeb Source: ros-kilted-sbg-driver Version: 3.3.2-1noble.20260519.125534 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: SBG Systems Installed-Size: 25750 Depends: ros-kilted-sbg-driver (= 3.3.2-1noble.20260519.125534) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sbg-driver/ros-kilted-sbg-driver-dbgsym_3.3.2-1noble.20260519.125534_arm64.deb Size: 21231310 SHA256: ea9c50cd4c38d131e0fddc50d3c5fe5b2bb05d9a61bb376e243dd65f87b7030f SHA1: 51efe6278f7e891aa8b7f024977c094ef1ccd177 MD5sum: caee68598331b3a4e97906d83ca91cc6 Description: debug symbols for ros-kilted-sbg-driver Build-Ids: 072893ec31f73942ab4ad012b7fdebacac2914e3 395872468661fe79347df64f1d0bca0b6c0d8cbb 399227b4af31837b5d7a269f81cddac2d882a530 5a1c7ae1c93ec39139acc6e03041951a8422c345 8d102da0b2023f3aa6e9d969b0a49a9e9733bd06 8f6943655cbc690d0f5fcabf3ba08150490ed9ca a5a21a0d74bbc43b1396249ab1b8ef99272d50af acc2779398824248327f3ae59db82516e0ef6094 cfb474f2af1f34f998dd873396c4a4b57a59fb2c d310dff1c337d67bfa330d29ad1657c82143bde0 e96263facee4c01bf1565c4008b6eb6106e53837 ef18be43cf68642e1bba55f8ee79e2e936a023c6 f31a8ab2c0bad51414d52e18f1564e0f36b06a1b Package: ros-kilted-sdformat-test-files Version: 2.0.1-2noble.20260410.135432 Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 564 Depends: cmake, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sdformat-test-files/ros-kilted-sdformat-test-files_2.0.1-2noble.20260410.135432_arm64.deb Size: 75432 SHA256: f71410445f2beaf4f036a7bbba4c92d9149d5a67ebea23a51c5e6ea3b741604c SHA1: f3539c57c1802a9d28fe0c78e3e6068907450599 MD5sum: 40fece1b77b9482fd7cd0ed90e9ab237 Description: Example SDFormat XML files for testing tools using hthis format. Package: ros-kilted-sdformat-urdf Version: 2.0.1-2noble.20260519.042314 Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 264 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-gz-math-vendor, ros-kilted-sdformat-vendor, liburdfdom-headers-dev, ros-kilted-ament-cmake-ros, ros-kilted-pluginlib, ros-kilted-rcutils, ros-kilted-tinyxml2-vendor, ros-kilted-urdf, ros-kilted-urdf-parser-plugin, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sdformat-urdf/ros-kilted-sdformat-urdf_2.0.1-2noble.20260519.042314_arm64.deb Size: 44982 SHA256: 53dac726df578e26e077b1694183fdc20d3d17cfbfba3a98c748e350abfbd95f SHA1: 0993c9b6089ed1a2abeb560cbe522c6da232ab60 MD5sum: 3929b5bdbe381340253b221ee0a2a460 Description: URDF plugin to parse SDFormat XML into URDF C++ DOM objects. Package: ros-kilted-sdformat-urdf-dbgsym Package-Type: ddeb Source: ros-kilted-sdformat-urdf Version: 2.0.1-2noble.20260519.042314 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 751 Depends: ros-kilted-sdformat-urdf (= 2.0.1-2noble.20260519.042314) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sdformat-urdf/ros-kilted-sdformat-urdf-dbgsym_2.0.1-2noble.20260519.042314_arm64.deb Size: 677806 SHA256: 8b74185540206c2f1a58eade11b837c3011455220b61da901f010ffb00a0865a SHA1: 5c7887614d29fd894d70812fc4d7b4f81ce82adf MD5sum: 972c4ca4edbc906a1762d274ae3a8053 Description: debug symbols for ros-kilted-sdformat-urdf Build-Ids: 3627be0c1f4507644e01baec3c3893a6ac636bab c1121d6fb8020ae74a0b79306a97283266d36e13 Package: ros-kilted-sdformat-vendor Version: 0.2.7-1noble.20260422.132459 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 8342 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-gz-math-vendor, ros-kilted-gz-utils-vendor, ros-kilted-urdfdom, libtinyxml2-dev, pybind11-dev, ros-kilted-gz-cmake-vendor, ros-kilted-gz-tools-vendor, ros-kilted-ros-workspace Homepage: https://github.com/gazebosim/sdformat Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sdformat-vendor/ros-kilted-sdformat-vendor_0.2.7-1noble.20260422.132459_arm64.deb Size: 858072 SHA256: fef069f26ec77f2cbc672c1646b682f1cefe2f64c19f4bdf9eb6ca2c32bcebf4 SHA1: 4d80d402f9f5b04619d43660e2165ab0fb7918b2 MD5sum: aa626df5c7e2a308abc92d02158145cd Description: Vendor package for: sdformat15 15.4.0 SDFormat is an XML file format that describes environments, objects, and robots in a manner suitable for robotic applications Package: ros-kilted-sdformat-vendor-dbgsym Package-Type: ddeb Source: ros-kilted-sdformat-vendor Version: 0.2.7-1noble.20260422.132459 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 16066 Depends: ros-kilted-sdformat-vendor (= 0.2.7-1noble.20260422.132459) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sdformat-vendor/ros-kilted-sdformat-vendor-dbgsym_0.2.7-1noble.20260422.132459_arm64.deb Size: 15011164 SHA256: f8f97c58b398f0d0c33c1440cea6c0d2cfd98e9ec692ee47dbbb610a7d31735c SHA1: be4ca481128c78c86fb063b414413dc946174179 MD5sum: 29f8c485d59ecb6ff25100ce1b47d0fc Description: debug symbols for ros-kilted-sdformat-vendor Build-Ids: 1b5c93370de22301537aaabf20a66344eb18d122 4e14228f5e142f0d530a95af2e0d862bc6c0a0a5 Package: ros-kilted-sdl2-vendor Version: 3.3.0-3noble.20260410.155206 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 44 Depends: libsdl2-dev, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sdl2-vendor/ros-kilted-sdl2-vendor_3.3.0-3noble.20260410.155206_arm64.deb Size: 6020 SHA256: c661b2e33e26badc3854ed9658da73e6bbc5f8190fc21f205395300b29771a5d SHA1: 13790262c681aa4671c78df4496aecff5eb159db MD5sum: be9145bd97ea45e5cf6b7b2876236f89 Description: Vendor library for SDL2. Package: ros-kilted-self-test Version: 4.3.6-1noble.20260519.082228 Architecture: arm64 Maintainer: Austin Hendrix Installed-Size: 317 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-diagnostic-msgs, ros-kilted-diagnostic-updater, ros-kilted-rclcpp, ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/self_test Priority: optional Section: misc Filename: pool/main/r/ros-kilted-self-test/ros-kilted-self-test_4.3.6-1noble.20260519.082228_arm64.deb Size: 57530 SHA256: a312f572bb76c17aea68c1d2b67cda825c48a532e6937ac408886a0bb3a337b9 SHA1: f1a0236654a765e964fc5e60843e045d889a3b92 MD5sum: b18e781895bcddac0d42b783d47e177d Description: self_test Package: ros-kilted-self-test-dbgsym Package-Type: ddeb Source: ros-kilted-self-test Version: 4.3.6-1noble.20260519.082228 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Austin Hendrix Installed-Size: 1163 Depends: ros-kilted-self-test (= 4.3.6-1noble.20260519.082228) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-self-test/ros-kilted-self-test-dbgsym_4.3.6-1noble.20260519.082228_arm64.deb Size: 1059056 SHA256: ea3f00e781a4dd807127052f2af3453d4c253fe78a17cddafa20b8845f4f92eb SHA1: 2432d3b01c11c3251283f30b0fa5c87828cc07b8 MD5sum: 6e402a77f693a049f7725f5ec70f7824 Description: debug symbols for ros-kilted-self-test Build-Ids: 66d816c3bc7430af05aed87d0d18166d7e3fd62e a2bfc10c8d50a058d3622100aeec8137ee7c4258 Package: ros-kilted-sensor-msgs Version: 5.5.2-1noble.20260519.025946 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 5443 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sensor-msgs/ros-kilted-sensor-msgs_5.5.2-1noble.20260519.025946_arm64.deb Size: 386380 SHA256: 641b44f245215e7852901e45029313b45ddc3e87e42fede9b2cb60b40ba6d73f SHA1: 75b6d7381f68e2abb2189b811b68b0a26cc92c9b MD5sum: 0633936e0d26d7180806367f3b92976a Description: A package containing some sensor data related message and service definitions. Package: ros-kilted-sensor-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-sensor-msgs Version: 5.5.2-1noble.20260519.025946 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tully Foote Installed-Size: 4236 Depends: ros-kilted-sensor-msgs (= 5.5.2-1noble.20260519.025946) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sensor-msgs/ros-kilted-sensor-msgs-dbgsym_5.5.2-1noble.20260519.025946_arm64.deb Size: 3331546 SHA256: fa20bba67b9473b0334ad8b3c3893945d58a0bab44ae59d13645a859d33191d6 SHA1: 74e72710a5414b2f7f9dcce6f3f4900b1bf0c580 MD5sum: 6ca174ad90f042c3f02361e2c26ef54e Description: debug symbols for ros-kilted-sensor-msgs Build-Ids: 19a530f50d80bb89bfadc8279b671f85867fde8b 1ecd48dc07a39d423d31c70c665294ef050f77c3 27159244cb3bc4f689f78b4f25f052ac5d26753c 2e505886bc15e0a1cd89c2613420f0cdddb5d46c 319387dd4b838cf0bdfb268a8c83b2703b5b0d50 3c8714c8d5567aeb2576a91e370e615c1a22532a 5cd33de5940e36d6cc0e76dc555bb7c38aaec45f 5e8241caaa22c59f417b4c68eb9c2fb2022a0cb3 a5e1c97b93cc3ebd6daf57ae0ada5534d7e707e2 ced44a84abf07e48c2218c065482f7129acd7cb4 ebf6f973e145bd78ae64b77b92a9e96c3f8649ec Package: ros-kilted-sensor-msgs-py Version: 5.5.2-1noble.20260519.033600 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 72 Depends: python3-numpy, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sensor-msgs-py/ros-kilted-sensor-msgs-py_5.5.2-1noble.20260519.033600_arm64.deb Size: 16680 SHA256: bed77928edab0d98a537ce4e4179c39ce18937965ab4c9dda3e3297a7dcfab70 SHA1: f69ea123d41f656c3e3f789483180d0a703eb31b MD5sum: 6776495a7a1a774e19373edfbe8162f1 Description: A package for easy creation and reading of PointCloud2 messages in Python. Package: ros-kilted-septentrio-gnss-driver Version: 1.4.6-1noble.20260519.075432 Architecture: arm64 Maintainer: Tibor Dome Installed-Size: 9630 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgeographiclib26 (>= 1.43), libpcap0.8t64 (>= 0.9.8), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-kilted-fastcdr, libboost-all-dev, libgeographiclib-dev, libpcap0.8-dev, ros-kilted-ament-cmake-ros, ros-kilted-diagnostic-msgs, ros-kilted-geometry-msgs, ros-kilted-gps-msgs, ros-kilted-gtest-vendor, ros-kilted-nav-msgs, ros-kilted-nmea-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rosidl-default-runtime, ros-kilted-sensor-msgs, ros-kilted-tf2, ros-kilted-tf2-eigen, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: https://github.com/septentrio-gnss/septentrio_gnss_driver Priority: optional Section: misc Filename: pool/main/r/ros-kilted-septentrio-gnss-driver/ros-kilted-septentrio-gnss-driver_1.4.6-1noble.20260519.075432_arm64.deb Size: 975734 SHA256: 20926cde0016ae35d3622912a8578d5e39933771d9410eb7d704794c17e89243 SHA1: 6df3eeb4a05a2f7ca08b9a6e70f2bd60dc4ff54e MD5sum: dfaab167b53688b5b24ab947bd021f2f Description: ROSaic: C++ driver for Septentrio's GNSS and INS receivers Package: ros-kilted-septentrio-gnss-driver-dbgsym Package-Type: ddeb Source: ros-kilted-septentrio-gnss-driver Version: 1.4.6-1noble.20260519.075432 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tibor Dome Installed-Size: 28645 Depends: ros-kilted-septentrio-gnss-driver (= 1.4.6-1noble.20260519.075432) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-septentrio-gnss-driver/ros-kilted-septentrio-gnss-driver-dbgsym_1.4.6-1noble.20260519.075432_arm64.deb Size: 25270324 SHA256: c4c20bcadf03e51fde078e48c48cf5670e25aa753b9f97d0fca8c7baee897ede SHA1: 021680debb86defe4573a51747b3cc964d4de561 MD5sum: 5a83fb79505ea128a823e78a50e61263 Description: debug symbols for ros-kilted-septentrio-gnss-driver Build-Ids: 05b215717a5417e4393127ec03ed7a418379c009 1da6741e817a3f572a758c46fa2ce1e86e52d863 25ef69184876036c8a96357e6fcf6f1958726a33 73cbad151fa0e9719ed8cd1ff1e7687ffae55baf 912da3a2e7280f7ab178d391148c0db669f0c09e 94d5e3615559415d85a0fd4a2beeed0712f285e0 addd3128eb2c2293ccb5b015d09c3d9a27b29be5 b2ddab5db0ff56de894a58a02017ff8d3ecc8da5 b78aa3d6d454d1a442320809234ac5482a5f56c7 be645d30354bc617ef9dc95cf4515f353ab6a1f8 c6a4b9d0deb3c64c46500dfd568a997029632afd dcf0d8ff1fe18303f16c77e5416ea791fd4b3a2b e26815b1b98c45736af2a1bffe9f7f93f9bec8ac Package: ros-kilted-serial-driver Version: 1.2.0-4noble.20260519.055320 Architecture: arm64 Maintainer: Joshua Whitley Installed-Size: 865 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libasio-dev, ros-kilted-io-context, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rclcpp-lifecycle, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-serial-driver/ros-kilted-serial-driver_1.2.0-4noble.20260519.055320_arm64.deb Size: 159866 SHA256: 1c059855c0dfbf617e607648e64a64b13b53771ee901b929f92588a1c78d8975 SHA1: 609722903dafd6e93f062d1cf3ec010884d7e0bd MD5sum: 76828ce823952d5016cb189928b303eb Description: A template class and associated utilities which encapsulate basic reading from serial ports Package: ros-kilted-serial-driver-dbgsym Package-Type: ddeb Source: ros-kilted-serial-driver Version: 1.2.0-4noble.20260519.055320 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Joshua Whitley Installed-Size: 3226 Depends: ros-kilted-serial-driver (= 1.2.0-4noble.20260519.055320) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-serial-driver/ros-kilted-serial-driver-dbgsym_1.2.0-4noble.20260519.055320_arm64.deb Size: 2738574 SHA256: 1da228ca78e895cd26e30178ba5468706098a1d16c6ef907c7833203b071a59f SHA1: f6c7baddaed9837b6fbba397860bf664dd1e36d1 MD5sum: 29399ffc1876d6b09a7595b10ee230fc Description: debug symbols for ros-kilted-serial-driver Build-Ids: 0b8f58e2b6a7d42482bbcfa043da487549812c49 95f26e5956e7213a7be124e3cc46a67ba7e9b537 fd4600da7ddce57bbd49c49ff69c9877fa6eda6a Package: ros-kilted-service-load-balancing Version: 0.1.1-3noble.20260519.043826 Architecture: arm64 Maintainer: Barry Xu Installed-Size: 304 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-rclcpp, ros-kilted-rosidl-default-runtime, ros-kilted-rosidl-typesupport-introspection-cpp, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-service-load-balancing/ros-kilted-service-load-balancing_0.1.1-3noble.20260519.043826_arm64.deb Size: 87586 SHA256: 3cf9fa2e883057710d0a1d46a342ee00c6919ecddfabe153391b8912f3552adc SHA1: d633b77e8d88f8cd55070461392224ae5beef221 MD5sum: 42b104f7861af5fb2bd40a12ddaa39e7 Description: This package helps ROS2 services implement load balancing functionality. Package: ros-kilted-service-load-balancing-dbgsym Package-Type: ddeb Source: ros-kilted-service-load-balancing Version: 0.1.1-3noble.20260519.043826 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Barry Xu Installed-Size: 1995 Depends: ros-kilted-service-load-balancing (= 0.1.1-3noble.20260519.043826) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-service-load-balancing/ros-kilted-service-load-balancing-dbgsym_0.1.1-3noble.20260519.043826_arm64.deb Size: 1856510 SHA256: 715f35e72d8481b77c450f4a1cc507fa288c645220c2a6ba7dff1bbcfbf1941f SHA1: 8df88503042e38e20c55fdeb8ecb3ef2454087fc MD5sum: c53f2aeb3f67f0e9e80c3832bbc15b9b Description: debug symbols for ros-kilted-service-load-balancing Build-Ids: 6222ca65ac4e9742c57f901df5e3af5c0ea7233d Package: ros-kilted-service-msgs Version: 2.3.2-1noble.20260519.020534 Architecture: arm64 Maintainer: "Jacob Perron" Installed-Size: 1016 Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-core-runtime, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/service_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-service-msgs/ros-kilted-service-msgs_2.3.2-1noble.20260519.020534_arm64.deb Size: 45582 SHA256: 63802b47693b6e6c5a941f776029554049b82f3f776d68a4ee403ab6369b9274 SHA1: 274400b8942b3b4912d85f93487cc71f485e8f93 MD5sum: 41e384df138a49e20946ac2f79760656 Description: Messages definitions common among all ROS services Package: ros-kilted-service-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-service-msgs Version: 2.3.2-1noble.20260519.020534 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Jacob Perron" Installed-Size: 287 Depends: ros-kilted-service-msgs (= 2.3.2-1noble.20260519.020534) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-service-msgs/ros-kilted-service-msgs-dbgsym_2.3.2-1noble.20260519.020534_arm64.deb Size: 178714 SHA256: bd5c12dfdedf040a022cf778f75a1df55b0aefb97f7f4f6fd412d4fc75839d21 SHA1: 1f5b03399fe12f61e5bf615a3f63e08d2646a681 MD5sum: 79f5e44e784ee590cb410913c7730811 Description: debug symbols for ros-kilted-service-msgs Build-Ids: 069ec12a20317e6886342ed61708470ada46d989 1273ffde05121de6e3415fe9c817c0bc0efbed3b 143b139157870089c217f0fa9f97c27948561ee3 273ce2f15dbcf87ee1327308a64e81031d3de146 3d6b93011585af482b607a6d4f483b42a4a597fb 4032e7bf972b26c8aa8543dc5d413cb35ed181fd 555e81b3e6be4acba12ec514f98d8f6b933c14c6 b79683545212c78ee2cb11cf76d503f96a0636fc bb74488bf4071c3eb739eb5c33293599cbe01ba2 c2550174611e3b06ec62b27ffbfee6a07475090c ce64e6dc9401423d2b24fff826334c0d45d727ee Package: ros-kilted-shape-msgs Version: 5.5.2-1noble.20260519.034251 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 1314 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-shape-msgs/ros-kilted-shape-msgs_5.5.2-1noble.20260519.034251_arm64.deb Size: 82026 SHA256: 747db425cda93a6c9222fc45af560e2ac4dff46f7fc364d8aea3c514b40a9a7a SHA1: 7bcd4ca76e58def5dba7b727886b2bea6c722705 MD5sum: b0333c71a429b47c96524516495722bb Description: A package containing some message definitions which describe geometric shapes. Package: ros-kilted-shape-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-shape-msgs Version: 5.5.2-1noble.20260519.034251 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tully Foote Installed-Size: 676 Depends: ros-kilted-shape-msgs (= 5.5.2-1noble.20260519.034251) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-shape-msgs/ros-kilted-shape-msgs-dbgsym_5.5.2-1noble.20260519.034251_arm64.deb Size: 494170 SHA256: d76ae65bdadb542b5434cfdc15b02484a62e85b12d1ff5c039fee4c3d1362ef4 SHA1: 86f5c8f8c6f22d3cd0e426173d677fa5ce3c0bfe MD5sum: 7eb0a8a1acb1f3ef691aed69d3c7151a Description: debug symbols for ros-kilted-shape-msgs Build-Ids: 1563132606f7564dc3c0bb6ee0b70aed0b615dc9 158cd9115cdc8d25bd1e30778d02399af1c5d95b 1f860818774f9b10e022f1426bee3879aa1103d0 2163fc228cb05530a05d3f242129787f58283cc6 41878b1071a53de860b9693063ecc5418e80459d 89c238b58020bcd8c5e1ed14e1429c8676bed99f 98d24c91b332f0ac87794a0d4025556ff45f2c79 ab08ff39bafd420fcba8dbee12ddc69be900f93b b77beacac763f33fe5aa78395f11ffc50188418d df7006688e1f54503f8a26caab6504200003b5d4 ef98860185d33db18340de8ca54342981d10777c Package: ros-kilted-sick-safetyscanners-base Version: 1.0.3-2noble.20260410.183431 Architecture: arm64 Maintainer: Lennart Puck Installed-Size: 1183 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-chrono-dev, libboost-system-dev, libboost-thread-dev, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sick-safetyscanners-base/ros-kilted-sick-safetyscanners-base_1.0.3-2noble.20260410.183431_arm64.deb Size: 194432 SHA256: 39ce2521aaaeb8c8cfa37c4e93e1921870e06ff7ffb7e6526d5f17b63f399408 SHA1: 91e9a2dfd29569554366565e4600c75c587430d0 MD5sum: e90f95eab82867d78815fa28ba9bc268 Description: Provides an Interface to read the sensor output of a SICK Safety Scanner Package: ros-kilted-sick-safetyscanners-base-dbgsym Package-Type: ddeb Source: ros-kilted-sick-safetyscanners-base Version: 1.0.3-2noble.20260410.183431 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Lennart Puck Installed-Size: 9505 Depends: ros-kilted-sick-safetyscanners-base (= 1.0.3-2noble.20260410.183431) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sick-safetyscanners-base/ros-kilted-sick-safetyscanners-base-dbgsym_1.0.3-2noble.20260410.183431_arm64.deb Size: 8088300 SHA256: be918dad7748a75315003a0b4aec3a2683860b3950abd8787a3f05d8f132a90c SHA1: 5774e4d3b6c6b9e00ddde7b4a4d49b7ff719172f MD5sum: 99aec7d47fc095afd239599d1d9d8a97 Description: debug symbols for ros-kilted-sick-safetyscanners-base Build-Ids: 2c6832c2559e1b150c675f3e1bb237bca555fa74 Package: ros-kilted-sick-safetyscanners2 Version: 1.0.4-2noble.20260519.151240 Architecture: arm64 Maintainer: Lennart Puck Installed-Size: 1998 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-all-dev, ros-kilted-diagnostic-updater, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-robot-state-publisher, ros-kilted-rviz2, ros-kilted-sensor-msgs, ros-kilted-sick-safetyscanners-base, ros-kilted-sick-safetyscanners2-interfaces, ros-kilted-xacro, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sick-safetyscanners2/ros-kilted-sick-safetyscanners2_1.0.4-2noble.20260519.151240_arm64.deb Size: 387072 SHA256: be840441a86f66e901024d975705304c8f4a500aa65c6abfd4df58f9accf810d SHA1: 7a1a639064855607d42f64c8b554744697efc811 MD5sum: 1342e9f98765be0d974b85c2a04c4177 Description: ROS2 Driver for the SICK safetyscanners Package: ros-kilted-sick-safetyscanners2-dbgsym Package-Type: ddeb Source: ros-kilted-sick-safetyscanners2 Version: 1.0.4-2noble.20260519.151240 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Lennart Puck Installed-Size: 7375 Depends: ros-kilted-sick-safetyscanners2 (= 1.0.4-2noble.20260519.151240) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sick-safetyscanners2/ros-kilted-sick-safetyscanners2-dbgsym_1.0.4-2noble.20260519.151240_arm64.deb Size: 6479548 SHA256: d4e57af442818459f6841aa80db36f52b7e3de3c81fd0c22d780f42a132cc026 SHA1: 1cf4f01936360be821ca3616f40d5504ff573ead MD5sum: 892e034a266eef591e5605e134c903dd Description: debug symbols for ros-kilted-sick-safetyscanners2 Build-Ids: 5deeac922cfacb96c89577f8242fc82f4a92076d 9b135b608dfeb6a0e5f22ad642bff94d862a28bc Package: ros-kilted-sick-safetyscanners2-interfaces Version: 1.0.0-2noble.20260519.031735 Architecture: arm64 Maintainer: Lennart Puck Installed-Size: 4007 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sick-safetyscanners2-interfaces/ros-kilted-sick-safetyscanners2-interfaces_1.0.0-2noble.20260519.031735_arm64.deb Size: 267174 SHA256: d3283bbcd12759d0dda409c7912f5202f8c5133897068e959ab4cc4854eb56d3 SHA1: 32ba7c5f60a351bed8c72c24d643f13d76e042e4 MD5sum: 49165ff2f4df252273ce0760ed96c837 Description: Interfaces for the sick_safetyscanners ros2 driver Package: ros-kilted-sick-safetyscanners2-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-sick-safetyscanners2-interfaces Version: 1.0.0-2noble.20260519.031735 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Lennart Puck Installed-Size: 2906 Depends: ros-kilted-sick-safetyscanners2-interfaces (= 1.0.0-2noble.20260519.031735) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sick-safetyscanners2-interfaces/ros-kilted-sick-safetyscanners2-interfaces-dbgsym_1.0.0-2noble.20260519.031735_arm64.deb Size: 2272042 SHA256: f11508a4e8769a7d9a6822d4e27398b17b8ca53c2e524de1d6304b0968ae6ec7 SHA1: 8cea7266cab992ef0eaa0b2b206dc2bf42fb8fbb MD5sum: ff59cc3b86e72a63880b6b052c6a7cd3 Description: debug symbols for ros-kilted-sick-safetyscanners2-interfaces Build-Ids: 0077b08961d91cddf596cdac59b26f030ab8b12c 1d5b3f4001c6bffe4bf33916b25a0e7814217e51 22d0bce1ca8e10bdd89d7c31cf4ff97870471123 3437351d2882b8ab1627904851f5a760f6da1e41 4c74044e0ab49a278159337379ef3ee51366193b 5ecad9c6a0d681f715cc00ffc6edd5671df7bdd9 83440573c50b6a15b3c7f4a97ee0eb07983a9f13 b562ccc3fe1db0b363744fe17165232614c057d4 b6cd7b7d24bcf199f6f0c6ada95e9c204d016ada f583f89a7ecbd8feb54f851fb1e0a203fc41b9ae f9a7eaaa7dc3a5d83dcb6628e0ad7a1cb888e902 Package: ros-kilted-sick-safevisionary-base Version: 1.0.1-3noble.20260410.135822 Architecture: arm64 Maintainer: Marvin Grosse Besselmann Installed-Size: 463 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sick-safevisionary-base/ros-kilted-sick-safevisionary-base_1.0.1-3noble.20260410.135822_arm64.deb Size: 103040 SHA256: 64de2c4578c40f77472a353ef4f6086538f7c1ccaec719348ae9ddcc6f8c8da7 SHA1: b3d227425fc7759b9937bfaefe293ea0d7b7670f MD5sum: c9872ca4e4380c629b98eba1c3d7b36c Description: The package provides the basic hardware interface to the SICK Safevisionary sensor Package: ros-kilted-sick-safevisionary-base-dbgsym Package-Type: ddeb Source: ros-kilted-sick-safevisionary-base Version: 1.0.1-3noble.20260410.135822 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Marvin Grosse Besselmann Installed-Size: 867 Depends: ros-kilted-sick-safevisionary-base (= 1.0.1-3noble.20260410.135822) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sick-safevisionary-base/ros-kilted-sick-safevisionary-base-dbgsym_1.0.1-3noble.20260410.135822_arm64.deb Size: 767172 SHA256: 847aebc23f97c3c18783981345354da63ea5c5e092ec9d0f1bf1da77774764f1 SHA1: bc95ee34a1c76ebdb01fd577f836d6b935fb5f1b MD5sum: 5743eea48fcfc02ddbdc1bcf2e17908b Description: debug symbols for ros-kilted-sick-safevisionary-base Build-Ids: 2bc8033e1583da5d30c1a7b92ff5e173f2052af0 Package: ros-kilted-sick-safevisionary-driver Version: 1.0.5-1noble.20260519.060322 Architecture: arm64 Maintainer: "Christian Eichmann" Installed-Size: 757 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libboost-dev, ros-kilted-cv-bridge, ros-kilted-lifecycle-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-sensor-msgs, ros-kilted-sick-safevisionary-base, ros-kilted-sick-safevisionary-interfaces, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/sick_safevisionary_driver/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sick-safevisionary-driver/ros-kilted-sick-safevisionary-driver_1.0.5-1noble.20260519.060322_arm64.deb Size: 152814 SHA256: 47d3bf418652ed4f872fb9f503a260a2c7ffce1af8d1a185e954cb04db6c9629 SHA1: 036ded8b3250d853b14e9f693b1b4dcb9c35fadb MD5sum: 56cfd15c31cca47fdf2f19f60228f275 Description: Provides an interface to read the sensor output of a SICK safeVisionary sensor in ROS 2 Package: ros-kilted-sick-safevisionary-driver-dbgsym Package-Type: ddeb Source: ros-kilted-sick-safevisionary-driver Version: 1.0.5-1noble.20260519.060322 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Christian Eichmann" Installed-Size: 4121 Depends: ros-kilted-sick-safevisionary-driver (= 1.0.5-1noble.20260519.060322) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sick-safevisionary-driver/ros-kilted-sick-safevisionary-driver-dbgsym_1.0.5-1noble.20260519.060322_arm64.deb Size: 3590132 SHA256: 1d8439818c0c25593defb90283aed9981618917dd9221119dac54a2a05d4f372 SHA1: 9ee9172fa14dac98d72659f48684416eff8feb92 MD5sum: 543bdb563ad53d9f3b648c5ca83d14a6 Description: debug symbols for ros-kilted-sick-safevisionary-driver Build-Ids: 3d4860f1dd578d44b404ac3c33018d070817e286 Package: ros-kilted-sick-safevisionary-interfaces Version: 1.0.5-1noble.20260519.032610 Architecture: arm64 Maintainer: "Christian Eichmann" Installed-Size: 2952 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/sick_safevisionary_interfaces/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sick-safevisionary-interfaces/ros-kilted-sick-safevisionary-interfaces_1.0.5-1noble.20260519.032610_arm64.deb Size: 169318 SHA256: 56a5396cd164d446fe0adb476fb04edcafd45c1ef481810648a2f5daffd541dc SHA1: b4268f77e9aaa0a0f6f642977483f82cd8b4bb86 MD5sum: e975f0fce64864f7a2218c3b7eec04c9 Description: Provides interface descriptions to communicate with a SICK safeVisionary Sensor over ROS 2 Package: ros-kilted-sick-safevisionary-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-sick-safevisionary-interfaces Version: 1.0.5-1noble.20260519.032610 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Christian Eichmann" Installed-Size: 1856 Depends: ros-kilted-sick-safevisionary-interfaces (= 1.0.5-1noble.20260519.032610) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sick-safevisionary-interfaces/ros-kilted-sick-safevisionary-interfaces-dbgsym_1.0.5-1noble.20260519.032610_arm64.deb Size: 1375622 SHA256: 75dab338be521ee8f5691d8f439c010526c544c7131bda25cce4cdd811297c1d SHA1: 1392e1f1d7351104479c358c22ba7948044d71da MD5sum: d31266a2f8e027e456c99ccf57f32914 Description: debug symbols for ros-kilted-sick-safevisionary-interfaces Build-Ids: 0335a5948f6ba29d34e0f0d15a0b87d542ae451b 0bedaaaaeb873bce9e4112486e91f80fc7a33106 14a4a151cd05f318688d2b7012a183ea637f5f4d 38fd83c975710d95beb42adf4b8a40b90934d236 3f07fdd6a10ca5af3da54351da74bcfa62a84405 57abe090827b7deab926c530882858680bbbbff0 5df41fc09aee4fa6b52a2035c168ff47afe28532 6f488512e72b67489e5abb2de015f857c52c620c c8616ed332a7b68725e7237ed850d3aa49ba1359 d149f84867425a11cf51a6cd345474bfcbf12302 e6b8b7f0cc3966d5082753bba529cef531296d54 Package: ros-kilted-sick-safevisionary-tests Version: 1.0.5-1noble.20260514.084009 Architecture: arm64 Maintainer: "Christian Eichmann" Installed-Size: 41 Depends: ros-kilted-ros-workspace Homepage: https://index.ros.org/p/sick_safevisionary_tests/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sick-safevisionary-tests/ros-kilted-sick-safevisionary-tests_1.0.5-1noble.20260514.084009_arm64.deb Size: 5870 SHA256: 8820d37d3b9e416d684ac17aa0b63076303b2bc0ed98177b7206c3a784a4db53 SHA1: 597016efb441a196375d14f0aa2ed9b4028647f0 MD5sum: 4e20ae936cdaa640a1ca05de81e2a7b2 Description: Integration tests for the SICK safeVisionary ROS 2 driver Package: ros-kilted-sick-scan-xd Version: 3.9.0-1noble.20260519.052521 Architecture: arm64 Maintainer: rostest Installed-Size: 39935 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-kilted-fastcdr, ros-kilted-diagnostic-msgs, ros-kilted-diagnostic-updater, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-rcl-interfaces, ros-kilted-rclcpp, ros-kilted-rosidl-default-runtime, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-tf2, ros-kilted-tf2-ros, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sick-scan-xd/ros-kilted-sick-scan-xd_3.9.0-1noble.20260519.052521_arm64.deb Size: 5432588 SHA256: 46294520722afe57c483c725d0fd3193ee896a17b52df802355f3d66c5ef625d SHA1: 7064314fe2fa74558e5630642094e495a8c9e41f MD5sum: 694cbe37a9178b752ac3ce7451afe899 Description: ROS 1 and 2 driver for SICK scanner Package: ros-kilted-sick-scan-xd-dbgsym Package-Type: ddeb Source: ros-kilted-sick-scan-xd Version: 3.9.0-1noble.20260519.052521 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: rostest Installed-Size: 43448 Depends: ros-kilted-sick-scan-xd (= 3.9.0-1noble.20260519.052521) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sick-scan-xd/ros-kilted-sick-scan-xd-dbgsym_3.9.0-1noble.20260519.052521_arm64.deb Size: 37418946 SHA256: c173be32e3de65508ed525d541c69812a29d842ed2ed1755a51aa9c88548156e SHA1: a7381f8e09b5efe84110813ebcc6464b824c1a95 MD5sum: 527e250f64a9155804327bc0179dde44 Description: debug symbols for ros-kilted-sick-scan-xd Build-Ids: 164b1699d18b2486ad8fc35990c22467354c3d9c 1a86928e3033ddbcbba080b2002a94e86d86b19a 216ea8f743d026c5ca006793275681ad3ade49fb 2302e403400b05a0dd72b6b512b46dc9c521e903 2c078becc92e6dc2a821eb6d54aab4f5138f13b4 5d2d9c07050952eed9e31c7b9833b3fa1eefd953 9af787326cf2c607d308288b40d34d6d64962893 b509b4bdc1dcbc689c5e360fa476146fd634bbcd b88e1653e2622f4426ade7491798417aa2596a51 c4a1458d43ade782de1ddfb08b8ccb5a19487cc3 dad76d038f35094493a65bc1101400915bc9a9ad dc1585d0b779dd6bc8c02fa82903dc8790717b46 e385814daaf3e1c64af21bc3328b6db3a700dd35 Package: ros-kilted-simple-actions Version: 0.5.0-1noble.20260519.045917 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 87 Depends: ros-kilted-action-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-rclpy, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-simple-actions/ros-kilted-simple-actions_0.5.0-1noble.20260519.045917_arm64.deb Size: 11270 SHA256: 497019212bebfa7271df7bcada3e37c616558a790f87c59f8977578d9b91916b SHA1: c6ddda823603a0d8e16c8e17075e3cf3f4e70737 MD5sum: 7231efcdb744b9af1fbcb423593e503c Description: Simple library for using the `rclpy/rclcpp` action libraries Package: ros-kilted-simple-grasping Version: 0.6.0-1noble.20260519.165929 Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 1186 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpcl-common1.14 (>= 1.14.0+dfsg), libpcl-filters1.14 (>= 1.14.0+dfsg), libpcl-search1.14 (>= 1.14.0+dfsg), libpcl-segmentation1.14 (>= 1.14.0+dfsg), libpcl-surface1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), ros-kilted-geometry-msgs, ros-kilted-grasping-msgs, ros-kilted-moveit-msgs, ros-kilted-pcl-conversions, ros-kilted-pcl-ros, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-shape-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/simple_grasping Priority: optional Section: misc Filename: pool/main/r/ros-kilted-simple-grasping/ros-kilted-simple-grasping_0.6.0-1noble.20260519.165929_arm64.deb Size: 245616 SHA256: 61882c7003469c70b79cf6a81af204c6949c9e7c47bd87e46a90a37e902d682b SHA1: cac84553311c92a38686f565f523decf04cf8e9d MD5sum: 422d8e056caaab4f969d67b1c7fc4deb Description: Basic grasping applications and demos. Package: ros-kilted-simple-grasping-dbgsym Package-Type: ddeb Source: ros-kilted-simple-grasping Version: 0.6.0-1noble.20260519.165929 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 10154 Depends: ros-kilted-simple-grasping (= 0.6.0-1noble.20260519.165929) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-simple-grasping/ros-kilted-simple-grasping-dbgsym_0.6.0-1noble.20260519.165929_arm64.deb Size: 9444136 SHA256: 4ca1e9f5369c9f97d67a03e82f17b2e6a380c3e49b34b11afaac6d8762b4d564 SHA1: 68a29a463ebb7d6c789389d4be8e6caaa2bc4533 MD5sum: b0b0095fb10e17f09102e21a2affebbe Description: debug symbols for ros-kilted-simple-grasping Build-Ids: 0b8cd8be61539a54040d554ad6bba51fbec254ed 13185d7b5996e951b1f54f46027d58a5260ad005 16da52a4190a5483ab161efe2eb96ede40d6262e a11ba3be9074cd19bd5151d033023021558b0b72 a798c15afb310dbd04b509d0528e6badaf9b2df9 Package: ros-kilted-simple-launch Version: 1.11.0-2noble.20260519.043540 Architecture: arm64 Maintainer: Olivier Kermorgant Installed-Size: 170 Depends: ros-kilted-ament-index-python, ros-kilted-launch, ros-kilted-launch-ros, ros-kilted-xacro, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-simple-launch/ros-kilted-simple-launch_1.11.0-2noble.20260519.043540_arm64.deb Size: 30786 SHA256: 8b65632ecfcfcd1e0b3de36988307735f4c3ba9ce5a9c34334266bb741542f2b SHA1: ac65bc98f09ce98dfa0f551bac111cfd4bd6d778 MD5sum: 91ffa8194b8bbe1ef2b98264c7cba8e9 Description: Python helper class for the ROS 2 launch system Package: ros-kilted-simulation Version: 0.12.0-2noble.20260519.154018 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 41 Depends: ros-kilted-ros-base, ros-kilted-ros-gz-bridge, ros-kilted-ros-gz-image, ros-kilted-ros-gz-interfaces, ros-kilted-ros-gz-sim, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-simulation/ros-kilted-simulation_0.12.0-2noble.20260519.154018_arm64.deb Size: 5312 SHA256: 21a2f760e4a65f58eceead8258ee93afe4a335eabf646d7486d18b77d8711a1b SHA1: ec5b8dcdce2133e15aa86bcbafe33f2c45ce4aed MD5sum: 3b3e8311fd0fd6dda5e5e07b44a02599 Description: A package which extends 'ros_base' and includes simulation packages. Package: ros-kilted-simulation-interfaces Version: 1.6.1-1noble.20260519.030051 Architecture: arm64 Maintainer: Adam Dabrowski Installed-Size: 14271 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-action-msgs, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/simulation_interfaces/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-simulation-interfaces/ros-kilted-simulation-interfaces_1.6.1-1noble.20260519.030051_arm64.deb Size: 811092 SHA256: f0d506b0e4ff4775b62d003cd68f6d5d1afe6418cfcc818282df268e5bdf33c5 SHA1: eba8b090c0f89bd8c2eff91513ca68f72521c879 MD5sum: 71bb919d49998ffb443fada698b353a0 Description: A package containing simulation interfaces including messages, services and actions Package: ros-kilted-simulation-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-simulation-interfaces Version: 1.6.1-1noble.20260519.030051 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Adam Dabrowski Installed-Size: 10674 Depends: ros-kilted-simulation-interfaces (= 1.6.1-1noble.20260519.030051) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-simulation-interfaces/ros-kilted-simulation-interfaces-dbgsym_1.6.1-1noble.20260519.030051_arm64.deb Size: 8132414 SHA256: 8b4547c960f89361ace319f6fc549db36d96c2cf3c73f1b0a4cedd38bc800985 SHA1: 063e3f1b24dfd28d15cdef772a06b1a650aa72b4 MD5sum: cc375bd40acae2ed30f5fe0e2c2d3fc5 Description: debug symbols for ros-kilted-simulation-interfaces Build-Ids: 0c4a6b8bdba9a2a50b233d680065ee478457bb8a 195c203c415bf8d61731ba6ae10c28784e50bd4a 19616482f4fcdeab7f68da31d78475d94f10a66f 1b090bc9d98145914eb1fb466760efd139428f0a 46536e504ff35a1bb0b20025b3b11ff13d9b16c6 5b48381782e6355528f1e2dc01dd496680c4eddb 6144a389eaaf0510c0d696124667cb5b820f7f39 a8d8f429548932298291e674771f4cea9d08fc3a b1fb3f9c857d9b59f91cc7a1975c678101dd3470 b7cd5a992128a8600ee212a8522459c3651f9138 d53f55e5531eb768ba1f65a089a6026dea950ea8 Package: ros-kilted-slam-toolbox Version: 2.9.0-2noble.20260519.140254 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 15437 Depends: libboost-serialization1.83.0 (>= 1.83.0), libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.38), libceres4t64 (>= 2.2.0+dfsg), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgoogle-glog0v6t64 (>= 0.6.0), liborocos-kdl1.5 (>= 1.5.1), libpython3.12t64 (>= 3.12.1), libqt5core5t64 (>= 5.3.0), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libtbb12 (>= 2021.11.0), libtinyxml2-10 (>= 10.0.0), ros-kilted-fastcdr, libboost-all-dev, libceres-dev, libeigen3-dev, liblapack-dev, libqt5gui5, libqt5opengl5, libqt5widgets5, libsuitesparse-dev, libtbb-dev, ros-kilted-bond, ros-kilted-bondcpp, ros-kilted-builtin-interfaces, ros-kilted-interactive-markers, ros-kilted-lifecycle-msgs, ros-kilted-message-filters, ros-kilted-nav-msgs, ros-kilted-nav2-map-server, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-rosidl-default-generators, ros-kilted-rviz-common, ros-kilted-rviz-default-plugins, ros-kilted-rviz-ogre-vendor, ros-kilted-rviz-rendering, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-tf2-sensor-msgs, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-slam-toolbox/ros-kilted-slam-toolbox_2.9.0-2noble.20260519.140254_arm64.deb Size: 1776204 SHA256: 2e5c3864ee64d1cd5b848217b7cb03d0774bfaf9db688314bce270ef1e82426b SHA1: 1962cb93b3e9ab08393b42846f31e5f9f2082639 MD5sum: 89a6f64e1ec328779f870a07f17dd0bd Description: This package provides a sped up improved slam karto with updated SDK and visualization and modification toolsets Package: ros-kilted-slam-toolbox-dbgsym Package-Type: ddeb Source: ros-kilted-slam-toolbox Version: 2.9.0-2noble.20260519.140254 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 57141 Depends: ros-kilted-slam-toolbox (= 2.9.0-2noble.20260519.140254) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-slam-toolbox/ros-kilted-slam-toolbox-dbgsym_2.9.0-2noble.20260519.140254_arm64.deb Size: 46450878 SHA256: e607adcf507d33edfb36dee3bb1386502708c3c174ff3376936d664804a3faa7 SHA1: 9a932c30231079020111e08717497f3117fb5f76 MD5sum: 6796ce7964eae515b73251977723ed9b Description: debug symbols for ros-kilted-slam-toolbox Build-Ids: 01f9506bcee179d4e5d0b8c3af5d7455bb8d21f2 068b750d74df6f86a8cccd0304901fc4c7548878 091723e0b50e1421e9928aedd69e8e0b168e79ad 0ca93bdb6c01d3b65ea73ac226200771f4e30eb9 1ee6a1f5b47cbf5f5adefa58c8d652b66e8cc61b 235724b7822a88efde73b6e3c1e297cf005aa624 3557ebce6208439b7417c615572ecf661b19190b 383a99fb529891f8ea5c8cde0e064e71b18bf79d 4d09d4022591f59737732cadbbf5cc5dbb6a19df 512a6529c12232825a0ad335bbc5d4f4090bf27b 5c2d54cff11a5b18ca56da1f758c7190bf22a20f 6a089c5a692028935f229a86d935c35cdc5d9c83 7334d767f5803b533fa44653bc71a118eb2f8bca 76bf7b005e909324c0f6039e8f3dddf4996f0aac 8f934b83ec576bb251b392ac3c7d0bbf8a514dcb 9b628e8a562e961e15f61c76b95e36bfada7b4d5 9b8359f5753e03d7bf5196224782efcd3bb2b25a 9f483bdf824300e4ebdaa706aca3db37799452ce a7a02faa546513047e20fa6b529edcb1e52cb0a9 b8a8301bc6c190dcec4014aeb76a59f47fd26ca7 c5015e42724fff42be5e1d54a26bc0a22e68f27d ce587be4409b34a7fed4c9a1f43595ff5de1b25e d2bcb07f12f5c77a5bf4f16c10c3ee52203139fa d3b894f41d260e82f5d9f4d7c3ca918bad108512 ef6321d26abe7ff05298c86fedbb1b5e7201eead f5a1dde8386c297c897a5057a2454a0bf45b77b0 Package: ros-kilted-slg-msgs Version: 3.9.1-2noble.20260519.031853 Architecture: arm64 Maintainer: Alberto Tudela Installed-Size: 1157 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-slg-msgs/ros-kilted-slg-msgs_3.9.1-2noble.20260519.031853_arm64.deb Size: 67268 SHA256: 01ad0e66f72b8e44923abedb57f7172c630e30030f68ed66c865fe855a3d0d95 SHA1: 1d98ccb8c98286b977306a83f2b4e1ee6f27342e MD5sum: 78a344fc416cc3cfa919861ef7d7d453 Description: This package provides classes and messages to interact with laser related geometry. Package: ros-kilted-slg-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-slg-msgs Version: 3.9.1-2noble.20260519.031853 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alberto Tudela Installed-Size: 468 Depends: ros-kilted-slg-msgs (= 3.9.1-2noble.20260519.031853) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-slg-msgs/ros-kilted-slg-msgs-dbgsym_3.9.1-2noble.20260519.031853_arm64.deb Size: 334684 SHA256: 21b5a1523e9aa0459c1dbeafd33b0dd15725f8089de28793a7b350692e23e7a9 SHA1: 81f136dc977fa4e66cad1b02b1c43cea6d5a5bc5 MD5sum: 01b87a0db80f1c490d5c013b3258be57 Description: debug symbols for ros-kilted-slg-msgs Build-Ids: 15021fc94d1ca9211281a70e971c3144f1b9248b 5512ee30d1dd108a817944e6a8c42f0f987c2539 6f2a6a5a4e42c8968dbe4eb845f61fabec9c2dfe 734f8eb1b884a870959fbae6b837e6002edce114 8ec7767f55bb3833f57093f82c1bd48fe0093bac 91bccf0f1479755aabea06e0210e848498e4c66c a684bb48743982e43a59b02084014c637586c0f1 d370ed880f96c155b3fa910961e3a4b396189e5c dbbf3f5895555bc1c35890d8c7926307dd0e3037 deb5749190d3053ca86d7bbc793fc0a945be7f99 f8981bd33f56a2730c59af6fa7e29330a2470152 Package: ros-kilted-slider-publisher Version: 2.3.1-3noble.20260519.123435 Architecture: arm64 Maintainer: Olivier Kermorgant Installed-Size: 73 Depends: python3-numpy, python3-scipy, ros-kilted-rqt-gui-py, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-slider-publisher/ros-kilted-slider-publisher_2.3.1-3noble.20260519.123435_arm64.deb Size: 11758 SHA256: 2d293339f8a35cf22f91781ef6a3fc179c4e6728f5b2cd5ac163ec9ede82d861 SHA1: 24e8e8bbb66bea7967e58030732d73be9777cf74 MD5sum: bd45bc03b72662ae1da8a106c9a55c6f 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-kilted-smach Version: 3.0.3-3noble.20260410.155835 Architecture: arm64 Maintainer: Isaac Saito Installed-Size: 213 Depends: ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-smach/ros-kilted-smach_3.0.3-3noble.20260410.155835_arm64.deb Size: 45884 SHA256: dc02878fd383ef9217b655ce45c06c4a423d730ea8acc44a4de26e939482fd72 SHA1: 6d953ea86fa267d8e1b60ad311279fcd47831b64 MD5sum: f840caa889d14a81c3522a103684025c 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-kilted-smach-msgs Version: 3.0.3-3noble.20260519.023114 Architecture: arm64 Maintainer: Isaac Saito Installed-Size: 1341 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-smach-msgs/ros-kilted-smach-msgs_3.0.3-3noble.20260519.023114_arm64.deb Size: 85126 SHA256: 948c44361447c5189e1fa227463081227f82af103f174adda78799085bc0d8bf SHA1: 91b81c3f884cb1f0b7953e4d3265183c43ada177 MD5sum: f2aaf946c2bf5ca0e3c1c00e87193d61 Description: this package contains a set of messages that are used by the introspection interfaces for smach. Package: ros-kilted-smach-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-smach-msgs Version: 3.0.3-3noble.20260519.023114 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Isaac Saito Installed-Size: 733 Depends: ros-kilted-smach-msgs (= 3.0.3-3noble.20260519.023114) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-smach-msgs/ros-kilted-smach-msgs-dbgsym_3.0.3-3noble.20260519.023114_arm64.deb Size: 550446 SHA256: ed32945ccab9c7566733bbc51536950a9f6e9dfe4eaaabf6e721d1226ee69f9b SHA1: 3514ae21a845ad3ae3c6f4d83ad3c49bf91d6883 MD5sum: bede6d8be568574ebfb58c762635c5ec Description: debug symbols for ros-kilted-smach-msgs Build-Ids: 11365278d207936c192e1d19ff510b8b0828e421 1d7404210cacdde8a57e023dd7233a3926e13486 22810dc7fda9b88afcd52206cc4587efdbdf7999 a576040d54d54ea148b5b8774737cfe1e5f9f71b b35dd0921e8b98f7edccef07c605ed5b12c06a17 c8da3142371791ceab7afc906ce15e0c8173272c ca632681796d14ae3f44946246a1f5c48e718484 db1e586c39b9383ee45994dae792d744f2e0df5a eb812a7029841fd71d0e40de0b76170058c2b3c7 ed230ecc442cc3f913db87f1a0df8d5945ca5fdd fa735b1deaf04ba5179aa0d725684fd3c5d72350 Package: ros-kilted-smach-ros Version: 3.0.3-3noble.20260519.053219 Architecture: arm64 Maintainer: Isaac I. Y. Saito Installed-Size: 172 Depends: ros-kilted-rclpy, ros-kilted-smach, ros-kilted-smach-msgs, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-smach-ros/ros-kilted-smach-ros_3.0.3-3noble.20260519.053219_arm64.deb Size: 38900 SHA256: 448b136b4345d51893af2b2f81a4e948f7b7c856b0c293726de45da68a5dd517 SHA1: 4900d2ca50563ede99682a28412eead00162241c MD5sum: 37927398d244ac0161beb54908742a7c 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-kilted-small-gicp-vendor Version: 2.1.0-1noble.20260410.160310 Architecture: arm64 Maintainer: miguel Installed-Size: 417 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libgomp1 (>= 6), libstdc++6 (>= 13.1), ros-kilted-ros-workspace Homepage: https://github.com/koide3/small_gicp Priority: optional Section: misc Filename: pool/main/r/ros-kilted-small-gicp-vendor/ros-kilted-small-gicp-vendor_2.1.0-1noble.20260410.160310_arm64.deb Size: 78632 SHA256: bc226b12e7189b0fcc3aaa2b983d00d91014a6a7c5488dfb335e5460678f81cb SHA1: ea59936ed0fb7306c155e483947ef10f1da01232 MD5sum: 73f770b68c3886c759c0a4bb8897f48e Description: Vendor package for small_gicp. This is just a wrapper to provide ExternalProject build Package: ros-kilted-small-gicp-vendor-dbgsym Package-Type: ddeb Source: ros-kilted-small-gicp-vendor Version: 2.1.0-1noble.20260410.160310 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: miguel Installed-Size: 4325 Depends: ros-kilted-small-gicp-vendor (= 2.1.0-1noble.20260410.160310) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-small-gicp-vendor/ros-kilted-small-gicp-vendor-dbgsym_2.1.0-1noble.20260410.160310_arm64.deb Size: 4317874 SHA256: 8a59bb635de2b81ddbacba4946cda195e5c1b7d0d1c74418da36a1072ba7fae1 SHA1: 9ce2aadbc76cf32748fc847ab1df888ef324198d MD5sum: 8bb693d26c5a10975d357b5d6ffd7661 Description: debug symbols for ros-kilted-small-gicp-vendor Build-Ids: 35d2c983548b6016d8a2a0c495e021d53e22517f Package: ros-kilted-smclib Version: 4.3.0-1noble.20260410.160402 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 86 Depends: ros-kilted-ros-workspace Homepage: http://smc.sourceforge.net/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-smclib/ros-kilted-smclib_4.3.0-1noble.20260410.160402_arm64.deb Size: 14096 SHA256: fb7d8e709dd69b91d57e69500dd6e2acd75b732798f8fc51254c0b0a17270157 SHA1: 7aa8190a47665b6a5d47c7b34fbf6fa3bf0c9177 MD5sum: 4f5e49a345d480bec15df7e9e7fd0a8b 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-kilted-snowbot-operating-system Version: 0.1.2-5noble.20260519.060644 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 151 Depends: libc6 (>= 2.17), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.0.2), libstdc++6 (>= 5.2), ros-kilted-ament-cmake-ros, ros-kilted-geometry-msgs, ros-kilted-pluginlib, ros-kilted-rviz-common, ros-kilted-rviz-rendering, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-snowbot-operating-system/ros-kilted-snowbot-operating-system_0.1.2-5noble.20260519.060644_arm64.deb Size: 31240 SHA256: e1eaf1374fcc1420747b4495b8e79a3d9fec88c5add145e6acc55dfffbdcc4b1 SHA1: 3b1205bd6f7e40390d1e89a91d03344fad674ae0 MD5sum: e64fb9b3f35eea83960b93a4c3812d02 Description: The weather outside is frightful Package: ros-kilted-snowbot-operating-system-dbgsym Package-Type: ddeb Source: ros-kilted-snowbot-operating-system Version: 0.1.2-5noble.20260519.060644 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 412 Depends: ros-kilted-snowbot-operating-system (= 0.1.2-5noble.20260519.060644) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-snowbot-operating-system/ros-kilted-snowbot-operating-system-dbgsym_0.1.2-5noble.20260519.060644_arm64.deb Size: 387150 SHA256: 66ba25095dec80521fa3476bfb3678507b90f1b7f3eebd803d165afc47ac2589 SHA1: 78d27d06180d2ed8dca5ceb2b866fbb683027bd8 MD5sum: fb4a24ac2ef2809229a04b966cc25fb7 Description: debug symbols for ros-kilted-snowbot-operating-system Build-Ids: 09a72952c01a9fe8eec4f93301acc56e1984e208 Package: ros-kilted-soccer-geometry-msgs Version: 1.0.0-2noble.20260519.031906 Architecture: arm64 Maintainer: ijnek Installed-Size: 1010 Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), ros-kilted-fastcdr, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-soccer-geometry-msgs/ros-kilted-soccer-geometry-msgs_1.0.0-2noble.20260519.031906_arm64.deb Size: 43392 SHA256: 3c373e88fe44b1d0de0f14b84772f6e9a183da2389a64bc5ffd8764424cd4b2a SHA1: dcb3e48f259fd8ef2fc76d6566dea0d7a0988309 MD5sum: 06fdf1ffcac1e3508e1725ae7f207694 Description: A package containing msgs that extend geometry_msgs for use in soccer-related packages Package: ros-kilted-soccer-geometry-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-soccer-geometry-msgs Version: 1.0.0-2noble.20260519.031906 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 280 Depends: ros-kilted-soccer-geometry-msgs (= 1.0.0-2noble.20260519.031906) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-soccer-geometry-msgs/ros-kilted-soccer-geometry-msgs-dbgsym_1.0.0-2noble.20260519.031906_arm64.deb Size: 171622 SHA256: 8911e5e46e599aefbea9dc1e47aa174c7c9a16854116f9a9e114d879aeec505a SHA1: 46bcc547195d4be0d3d79c15982eed9ebbafbacb MD5sum: 51d60466fa1d4e08a36982467067e08d Description: debug symbols for ros-kilted-soccer-geometry-msgs Build-Ids: 3112817dda8e6f5e35f7f30215ad41f10824aea7 56ea6b3f874429a64fd5f8f151fbe5661980d1b4 5cc115db0b283ed26a016e2ba28d0f4809fc17b1 8dd4061cbbda50490063c615b6a83190a0a4a776 a0f2b4644f10b4fa76935ce00c6da40e71bc195c ba671c818e260641427cd117fe2d3d012abd1581 cb7919a92b5f17f1424c4f6415bdaab2c8a31e8d d97f06f6661e84d1d001be52a2357e2b0709fe0c dc6b13bd25e7550ba0f892ba4b4ae2f704801b9b f24a908681c6cf6ea5c896f6dcfb5be7234dd51c f59b124c1e31f6667efe66d05b983539b6fa0f0b Package: ros-kilted-soccer-interfaces Version: 1.0.0-2noble.20260519.035102 Architecture: arm64 Maintainer: ijnek Installed-Size: 41 Depends: ros-kilted-soccer-vision-2d-msgs, ros-kilted-soccer-vision-3d-msgs, ros-kilted-soccer-vision-attribute-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-soccer-interfaces/ros-kilted-soccer-interfaces_1.0.0-2noble.20260519.035102_arm64.deb Size: 5066 SHA256: 4ff5bf6dd8d3f11f67a7c14a03bf382fd424ddd49ae70422f5f1e3a71c6fe5fd SHA1: db888f1600688f0af4577de8dbc8d022554f7c4f MD5sum: 3e1d4779bd9082ed5d06da3f22856faf Description: Metapackage for soccer-related interfaces Package: ros-kilted-soccer-model-msgs Version: 1.0.0-2noble.20260519.032809 Architecture: arm64 Maintainer: ijnek Installed-Size: 1473 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-soccer-geometry-msgs, ros-kilted-soccer-vision-attribute-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-soccer-model-msgs/ros-kilted-soccer-model-msgs_1.0.0-2noble.20260519.032809_arm64.deb Size: 85364 SHA256: c636a21a6066cf4d3effae21ed319b891f4432d5d43f097ff7435520ce5d55d7 SHA1: f2926e074b2124eefa2420ce00204bb6c2cb6bbf MD5sum: e9c3158422c0c39feb12ce77e774d301 Description: A package containing world model related message definitions in the soccer domain. Package: ros-kilted-soccer-model-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-soccer-model-msgs Version: 1.0.0-2noble.20260519.032809 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 824 Depends: ros-kilted-soccer-model-msgs (= 1.0.0-2noble.20260519.032809) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-soccer-model-msgs/ros-kilted-soccer-model-msgs-dbgsym_1.0.0-2noble.20260519.032809_arm64.deb Size: 600298 SHA256: 0a164e3848839835ae830c76f3fd9df8da876d3118776afd40deaf87029885d1 SHA1: 7dab0869c910a0f4b33b37c336a1869582dfb637 MD5sum: 80a876b2a54c6a7d31c851a4615144b3 Description: debug symbols for ros-kilted-soccer-model-msgs Build-Ids: 0558279560462c5caabc114ff453ac9b22b2edff 3554186447952975f9d027034cbe85f0bed89766 48470eba5bcdcaccb5ed0a6fddb34ad4bd0a75c4 52399fa40311d72454965b05f8db51fcca29e659 66374f313a4ebbffe2bd91c531ff29fb31aaf435 88d24bd88aadb5bdc3d684869cb9e12408426bf2 a0f91682057032ba8f9b2c3fd24a2def0f325da2 ddbc38db1212eb48e955a134b1338066d756b7ab df79e6dc18a578b37368dd15ffcef542edfcbb90 e768dc297196d7c6a6ec81de7feb1ad9f2511db8 f94d6aa76f000c3524342c329f4b3efe9f45f2c9 Package: ros-kilted-soccer-vision-2d-msgs Version: 1.0.0-2noble.20260519.032826 Architecture: arm64 Maintainer: ijnek Installed-Size: 2628 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-soccer-vision-attribute-msgs, ros-kilted-vision-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-soccer-vision-2d-msgs/ros-kilted-soccer-vision-2d-msgs_1.0.0-2noble.20260519.032826_arm64.deb Size: 160508 SHA256: ce8135c9f98b5f2eda7f322909fc99bcfb6f4779493ea6e5ce4db99ff181de0b SHA1: 0ff0aa06707fea8e9de8c69101d75f8619db9ee1 MD5sum: 756b4e3ccfe9279701a1e3b2d7195a9b Description: A package containing some 2D vision related message definitions in the soccer domain. Package: ros-kilted-soccer-vision-2d-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-soccer-vision-2d-msgs Version: 1.0.0-2noble.20260519.032826 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 1843 Depends: ros-kilted-soccer-vision-2d-msgs (= 1.0.0-2noble.20260519.032826) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-soccer-vision-2d-msgs/ros-kilted-soccer-vision-2d-msgs-dbgsym_1.0.0-2noble.20260519.032826_arm64.deb Size: 1399566 SHA256: ece72480c6b8643a5f456a8a2ed23781e6796f5b94f51453a841ca47863fee1c SHA1: 301de3c16b4b4564f3a07fbc0020f479388cc46e MD5sum: 67a6c29fa2754ade0c117f70f9a117b3 Description: debug symbols for ros-kilted-soccer-vision-2d-msgs Build-Ids: 0bb54500e3a1a71eb1d6c3923215d5ade91a4047 0d1b151eb19a554a5e063a9e9094905f75acac5c 3eae6828d0210d317bb07b9e95d6527ef9932110 4bc35e9491eae64b94ebc9af89f7c97582001080 6404197ea1c6071a35d73afef9d971d14145ee80 67a2a9c427ed30108a0d226737952672d3df308f 9e55ccf24254591d36aab29af6bfb4c9213ee8b6 be27824780f798753b3dad15afa6a54922bd990f c6b66b4a25e3ed790032b6a1edee4537508276da f12e227b6bc6fed3c58f103e55df1297f6a45b4e f8e3189eb1e020f2dc89ad02e8a24ff6f141606b Package: ros-kilted-soccer-vision-3d-msgs Version: 1.0.0-2noble.20260519.032851 Architecture: arm64 Maintainer: ijnek Installed-Size: 2637 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-soccer-vision-attribute-msgs, ros-kilted-vision-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-soccer-vision-3d-msgs/ros-kilted-soccer-vision-3d-msgs_1.0.0-2noble.20260519.032851_arm64.deb Size: 160088 SHA256: b1e7f8c0ac6c3f1eb16b69792796bc5792646e2a2caff239c8d453a61d791971 SHA1: 69e59189c5e96406383e88d4dbe2f68134b9e2b4 MD5sum: 1dcd0f92c1205cfefc5d5b43c8de7f38 Description: A package containing some 3D vision related message definitions in the soccer domain. Package: ros-kilted-soccer-vision-3d-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-soccer-vision-3d-msgs Version: 1.0.0-2noble.20260519.032851 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 1856 Depends: ros-kilted-soccer-vision-3d-msgs (= 1.0.0-2noble.20260519.032851) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-soccer-vision-3d-msgs/ros-kilted-soccer-vision-3d-msgs-dbgsym_1.0.0-2noble.20260519.032851_arm64.deb Size: 1409550 SHA256: 3cb1024712dadda722f6758e803e43c7d784426f3d00501d0bcf065d3102a431 SHA1: a766d7c5367a6cc7564a93ff6a69c3296273446d MD5sum: 1c984f5e2f8269ec5e07c72bca377d8e Description: debug symbols for ros-kilted-soccer-vision-3d-msgs Build-Ids: 0fa9aff6dcf8a9b647d2c5d406e63189e5b02cef 12c7b4b286fee69df0f788d117edb1aa4343bc46 949e0d516f545d6361072d1d7ea1e3ffe26608c8 b29beda543c9d138a03d678cea36d5950a965b77 b316df8413527bbd20c819c131985bad694eac18 b8ded758cae1837799c76f127e580bee88a3ad24 ba53c0a4fb1224a1315dbff6db1225c40335f082 cfafa0c37af08e63b00b039d2ed772e073e3202c d6ff593772a7c9e8907f24534f79efc65f90fcdf f3ee466b854b0ebc45ba18199860f8ea8443fd3e ffe244e0490f3ddedd0441ab236735be3f8cd2cc Package: ros-kilted-soccer-vision-3d-rviz-markers Version: 1.0.0-2noble.20260519.095402 Architecture: arm64 Maintainer: ijnek Installed-Size: 1037 Depends: ros-kilted-rclpy, ros-kilted-soccer-vision-3d-msgs, ros-kilted-soccer-vision-attribute-msgs, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-soccer-vision-3d-rviz-markers/ros-kilted-soccer-vision-3d-rviz-markers_1.0.0-2noble.20260519.095402_arm64.deb Size: 165192 SHA256: abb8cedaa68e9f77f3e58254c47f5fb6fb3f6958c418e8c45ce18437db12c258 SHA1: 9359c84a6e4ba9bf181f52d07f0db4309f161b44 MD5sum: 9ad67e501a8a450f2590bc347e18665b Description: Package that converts soccer_vision_3d_msgs to RViz markers Package: ros-kilted-soccer-vision-attribute-msgs Version: 1.0.0-2noble.20260519.032640 Architecture: arm64 Maintainer: ijnek Installed-Size: 1212 Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-soccer-vision-attribute-msgs/ros-kilted-soccer-vision-attribute-msgs_1.0.0-2noble.20260519.032640_arm64.deb Size: 57406 SHA256: 9847612529e5792f701c4f787f6a280fdbe21bfe5d9ac1acbf30de557a367086 SHA1: 0b54261d76a4e2532ade655049e6c8dd200fe017 MD5sum: dee74f32a0b2b673df49f11d6c4f684f Description: A package containing attributes of objects in 2d/3d vision in the soccer domain. Package: ros-kilted-soccer-vision-attribute-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-soccer-vision-attribute-msgs Version: 1.0.0-2noble.20260519.032640 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 466 Depends: ros-kilted-soccer-vision-attribute-msgs (= 1.0.0-2noble.20260519.032640) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-soccer-vision-attribute-msgs/ros-kilted-soccer-vision-attribute-msgs-dbgsym_1.0.0-2noble.20260519.032640_arm64.deb Size: 315070 SHA256: 52b892895b56f73eb187eebd744ee132a5f3f2642ceee44658a18b1cf37494ac SHA1: c2bdbcded271bbe659bcd08b6ccd854bb841dbe0 MD5sum: b055ba8555afa79b476e0d3f26aa5e5c Description: debug symbols for ros-kilted-soccer-vision-attribute-msgs Build-Ids: 131574218557c214703dea4bb1863fb899ff6033 4e92dcbc1e49bde17ba29f786685730776a9ce27 4ff2337ddce34b20c974b00b10ba77ab4b5343e4 60473df6cbb83a1487ca3c8beb17e7efd949103a 848a23cdad16c041f8ce4b58bc1e82bdee291cbf 9718633a62acadc474ca6cf3a40de0a567cbba67 c1c583fed5f6a85d3cb1ae80bb2308a846039a08 d2b3b46dff4a8b9bb84a999e5d5678e834bbbf27 e03b0c6c6954c02518f99f2e8761edfb899ed299 e427635fd8a5d3d94f35b867bfeac1b7f71988ed ed558a4c45a6174c5ed35be27485e88ca812e043 Package: ros-kilted-sol-vendor Version: 0.0.3-5noble.20260410.160627 Architecture: arm64 Maintainer: Kotaro Yoshimoto Installed-Size: 2438 Depends: ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sol-vendor/ros-kilted-sol-vendor_0.0.3-5noble.20260410.160627_arm64.deb Size: 148354 SHA256: 75c605608b2ec4daed8de132a3f4ad5694cfb6a0337c8b3ab000903845115aea SHA1: a75c53928c8d4932370a36ce8dabafc4960d678a MD5sum: 91e4a892d43127b68833d931aea82be6 Description: vendor package for the sol2 library Package: ros-kilted-sophus Version: 1.22.9102-3noble.20260410.183429 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 353 Depends: libceres-dev, libeigen3-dev, libfmt-dev, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sophus/ros-kilted-sophus_1.22.9102-3noble.20260410.183429_arm64.deb Size: 43408 SHA256: 42dedc2d169b53e3574ba90836e59a14858137c1e2005d7a480b2d8f2df214ee SHA1: d54f01dddc92a8a26a75a8741f2d0e9b030dd819 MD5sum: d81969018f899552693a3828144d0972 Description: C++ implementation of Lie Groups using Eigen. Package: ros-kilted-spacenav Version: 3.3.0-3noble.20260519.081730 Architecture: arm64 Maintainer: Jonathan Bohren Installed-Size: 460 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-kilted-geometry-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, spacenavd, ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/spacenav_node Priority: optional Section: misc Filename: pool/main/r/ros-kilted-spacenav/ros-kilted-spacenav_3.3.0-3noble.20260519.081730_arm64.deb Size: 94690 SHA256: 21a4a11adf9326137376eb00d61b9ff4f65081ae282c2536daff5111dd30c103 SHA1: 044e62bc1650afaf862c23ec79d455828fa4db22 MD5sum: 667b22b77ca43dcf7299cbaa610fcd41 Description: ROS interface to the 3Dconnexion SpaceNavigator 6DOF joystick. Package: ros-kilted-spacenav-dbgsym Package-Type: ddeb Source: ros-kilted-spacenav Version: 3.3.0-3noble.20260519.081730 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jonathan Bohren Installed-Size: 1973 Depends: ros-kilted-spacenav (= 3.3.0-3noble.20260519.081730) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-spacenav/ros-kilted-spacenav-dbgsym_3.3.0-3noble.20260519.081730_arm64.deb Size: 1737824 SHA256: 8326d89466d9bb428b3e2a05c75184ff746a0cfe0b6818ee0b51170cdca09fee SHA1: f2b86121b4dddd8dd3c30f3f7be9920129d568c9 MD5sum: 0a4aa0bc21a830a940a834a6019dd877 Description: debug symbols for ros-kilted-spacenav Build-Ids: 2f6abd50b1402e4b11b891f0abebb9562823a7df e5911b3213f0b1af52e50777039d50d414ec5708 Package: ros-kilted-spatio-temporal-voxel-layer Version: 2.6.2-1noble.20260519.112212 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 2700 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libimath-3-1-29t64 (>= 3.1.9), libopenvdb10.0t64 (>= 10.0.1), liborocos-kdl1.5 (>= 1.5.1), libpcl-common1.14 (>= 1.14.0+dfsg), libpcl-filters1.14 (>= 1.14.0+dfsg), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.11.0), ros-kilted-fastcdr, libopenexr-dev, libpcl-dev, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-laser-geometry, ros-kilted-message-filters, ros-kilted-nav2-costmap-2d, ros-kilted-openvdb-vendor, ros-kilted-pcl-conversions, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rosidl-default-runtime, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-tf2-sensor-msgs, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-spatio-temporal-voxel-layer/ros-kilted-spatio-temporal-voxel-layer_2.6.2-1noble.20260519.112212_arm64.deb Size: 413576 SHA256: d9663f3cf5f21ea9b19736d30b7c039e1434650cca4867f1b7b958219cd8febc SHA1: a286f390953d84ad0694117a1bfe3dcbb559ff1a MD5sum: c9110e80ab576bd53d6b1f6fb3459b35 Description: The spatio-temporal 3D obstacle costmap package Package: ros-kilted-spatio-temporal-voxel-layer-dbgsym Package-Type: ddeb Source: ros-kilted-spatio-temporal-voxel-layer Version: 2.6.2-1noble.20260519.112212 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 14517 Depends: ros-kilted-spatio-temporal-voxel-layer (= 2.6.2-1noble.20260519.112212) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-spatio-temporal-voxel-layer/ros-kilted-spatio-temporal-voxel-layer-dbgsym_2.6.2-1noble.20260519.112212_arm64.deb Size: 13028982 SHA256: cc2d191be9ad6e4bc3b12908b251c4bc0a16fde42028c192f87de532852353c3 SHA1: 24e31ce1486717ff9161d3a474f7e5241d0fe25c MD5sum: 0fb7b425ad93c1962f5a951ed48552bb Description: debug symbols for ros-kilted-spatio-temporal-voxel-layer Build-Ids: 0bccc620397fe56257d2a6e713342f9920fa5db0 260fed5f1b1309581aebc2c76a0fe92efcd1f868 53f78b74b654cf1a3cc7e78e420808227f13cd1d 6923598882c33fc755986f16463cee364d8fe0a7 6e50c04e16e628c485218435c0284ab23ff665c5 714818537bfd1e7bb8c53a21c1df0c154bf3450c 8e3c242b6d3dd0d73be2d52150a00786ba704499 93316f9f8cb14273d5053ce7edaaaee55c111e72 95e60f0998835ae7997700c0b241e358b555742c aec3d15e727ff44d5eb84baf1f0b6c6ba1c9b965 d4351f4d6beda7a8d8d5f9ed2893e7b87467da64 fe4ac147f6a417006b705cc687be3b5ee718305a Package: ros-kilted-spdlog-vendor Version: 1.7.0-2noble.20260410.160951 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 43 Depends: libspdlog-dev, ros-kilted-ros-workspace Homepage: https://github.com/gabime/spdlog Priority: optional Section: misc Filename: pool/main/r/ros-kilted-spdlog-vendor/ros-kilted-spdlog-vendor_1.7.0-2noble.20260410.160951_arm64.deb Size: 6644 SHA256: 1b600e701fc022347b46238b800cead571d5301a48c539c014b2ddf9630acd46 SHA1: b5420393d03002fe514de28dd7f9a44479ebfa59 MD5sum: 55985d6ef6d2535a9be7c351c6b0a1c5 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-kilted-spinnaker-camera-driver Version: 3.0.4-1noble.20260519.093751 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 54252 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.2), libgomp1 (>= 4.9), libstdc++6 (>= 13.1), 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-kilted-camera-info-manager, ros-kilted-diagnostic-updater, ros-kilted-flir-camera-msgs, ros-kilted-image-transport, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-spinnaker-camera-driver/ros-kilted-spinnaker-camera-driver_3.0.4-1noble.20260519.093751_arm64.deb Size: 9017296 SHA256: b767469066f6dcbb9dac8292418b97ad33b883f2665e1bfb0a2ba99e586ec1c0 SHA1: fcfbd5b0ad65f86a27d4e30456a4ee82a2cbe709 MD5sum: 377798e9a6a603012601e39709a8298d Description: ROS2 driver for flir spinnaker sdk Package: ros-kilted-spinnaker-camera-driver-dbgsym Package-Type: ddeb Source: ros-kilted-spinnaker-camera-driver Version: 3.0.4-1noble.20260519.093751 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 6017 Depends: ros-kilted-spinnaker-camera-driver (= 3.0.4-1noble.20260519.093751) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-spinnaker-camera-driver/ros-kilted-spinnaker-camera-driver-dbgsym_3.0.4-1noble.20260519.093751_arm64.deb Size: 4338622 SHA256: 8df06f071a7781d7ed4ba7043f9b565c4c785a9e22e48b2c416695920c345d05 SHA1: 347006ee07538bf0dc285b2a4123b45c385f74a6 MD5sum: c55a88bf87bbe9aac9f4190aaff2b49a Description: debug symbols for ros-kilted-spinnaker-camera-driver Build-Ids: 02dfd1e9984263bbd886dd805f3a1b86d3cd315a 1164784818ff70a9d8b28c41f1bbc3fc888ae4e9 1590e951e7eaac72333bd36c79404756ec00cb83 474f4f97cb5e25add324debbf7bf692dff0685b5 8f29c79fe30fd6557dbec2f801ed30b5af094c04 cff72a8d01c033b1c1d34fcb652223c155c15c97 d1763130df52cdabe5f21d9d18809657b459cca1 dc453421dcae43f6597beaeecab072959feaa78d e8fd9591a79cc7dcf2a2b904d8e1dcd4ba7d6ca1 Package: ros-kilted-spinnaker-synchronized-camera-driver Version: 3.0.4-1noble.20260519.095511 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 263 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-spinnaker-camera-driver, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-spinnaker-synchronized-camera-driver/ros-kilted-spinnaker-synchronized-camera-driver_3.0.4-1noble.20260519.095511_arm64.deb Size: 54896 SHA256: 324704719a1e94b78c29c7c3db4054572aabe88a5fe055d522683ccf420c3183 SHA1: f11e9ba0e955f37350ad8a96adb01094c5e7fb5c MD5sum: d0595578cb0a720f03223cf8064eeb8e Description: ROS2 driver for synchronized flir cameras using the Spinnaker SDK Package: ros-kilted-spinnaker-synchronized-camera-driver-dbgsym Package-Type: ddeb Source: ros-kilted-spinnaker-synchronized-camera-driver Version: 3.0.4-1noble.20260519.095511 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 1879 Depends: ros-kilted-spinnaker-synchronized-camera-driver (= 3.0.4-1noble.20260519.095511) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-spinnaker-synchronized-camera-driver/ros-kilted-spinnaker-synchronized-camera-driver-dbgsym_3.0.4-1noble.20260519.095511_arm64.deb Size: 1775834 SHA256: 2c12fb11022d9496b834e7de293b337bc114a25b84ba048a5ff094d29d9cf0ab SHA1: d3f78d2ebfb06056357b60e07cb2bd0b16a67de0 MD5sum: 45c46b74a25cb4d97a2c4c2cac127193 Description: debug symbols for ros-kilted-spinnaker-synchronized-camera-driver Build-Ids: 0a950bce0ff4c737fcf4221fe0c848921c6342ed 36d45caba0853dcaa04ddb613e816c59e20b490e Package: ros-kilted-splsm-7 Version: 3.0.1-4noble.20260519.032638 Architecture: arm64 Maintainer: ijnek Installed-Size: 1026 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-splsm-7/ros-kilted-splsm-7_3.0.1-4noble.20260519.032638_arm64.deb Size: 50068 SHA256: cb3530d22b320dc7b2e6d4ad93ac960f0c036d5b5ecfe109caecf5068143bdbd SHA1: bd7b55553e52bd3a023574686d7fd4dcf87b1f7c MD5sum: 1e3d923c0805ba6373077e167bc35a76 Description: RoboCup Standard Platform League Standard Message V7 ROS msg Package: ros-kilted-splsm-7-conversion Version: 3.0.1-4noble.20260519.035215 Architecture: arm64 Maintainer: ijnek Installed-Size: 38 Depends: python3-construct, ros-kilted-splsm-7, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-splsm-7-conversion/ros-kilted-splsm-7-conversion_3.0.1-4noble.20260519.035215_arm64.deb Size: 6106 SHA256: c50da20f9c103f00e85de6e4989032b3bf9535446015a383d1b2492357718b57 SHA1: 33d15f699074f648877bb900f46d1d83c4a5a599 MD5sum: c1268823fa5b329929796cc4ae9b8743 Description: Converts Standard Platform League Standard Message V7 between ROS msg and UDP raw bytes Package: ros-kilted-splsm-7-dbgsym Package-Type: ddeb Source: ros-kilted-splsm-7 Version: 3.0.1-4noble.20260519.032638 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 328 Depends: ros-kilted-splsm-7 (= 3.0.1-4noble.20260519.032638) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-splsm-7/ros-kilted-splsm-7-dbgsym_3.0.1-4noble.20260519.032638_arm64.deb Size: 218134 SHA256: c258c8ece639c17f80fce7b934ca8ae28c047e75665178bea0255e933f9f5ccd SHA1: cef47fb55117b529be98fb2a43e2973d8bfc9f30 MD5sum: 1a470b53be36633389387274336982e1 Description: debug symbols for ros-kilted-splsm-7 Build-Ids: 1706f5b12b4604f0245f2d22f8017de1c85f7eb8 44fcff9eb524becf85dd18df21a13472f7c94ed1 4cc84224db4e638f2681f9aca57c858a785f40c4 5cba7f33bd2a532eb58fad33ae59d70001b1cb0f 826523ac2556556f7b1488636845c645043c133b a763f3dfd579de575cbb84733b4fb1c1d613fa4e aa59efb869921e718745d012afe17901195ed190 c7f92ad9873fcf7bfe176a83e7cbc72fef3b6963 c8b21800104c234f8d7b246589a3a91459e00767 d49107a89ed9fe0848cc47ee00f277e0838fd6b8 f5e91a108623e86c2f0805952b94d1cf3086b65a Package: ros-kilted-sqlite3-vendor Version: 0.32.0-2noble.20260410.161003 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 48 Depends: libsqlite3-dev, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sqlite3-vendor/ros-kilted-sqlite3-vendor_0.32.0-2noble.20260410.161003_arm64.deb Size: 8008 SHA256: bc569986da9b8acf00d7c7a60cd1210b81619c8e99acb7f7da154d2b8eac3ece SHA1: 0b709b5e80e981bf157729a455f7dce519bfa9e4 MD5sum: 6b41f1a63f933f45bb3bc8ff11919d2f Description: SQLite 3 vendor package Package: ros-kilted-srdfdom Version: 2.0.8-1noble.20260519.105607 Architecture: arm64 Maintainer: MoveIt Release Team Installed-Size: 236 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), libtinyxml2-10 (>= 10.0.0), libconsole-bridge-dev, ros-kilted-console-bridge-vendor, ros-kilted-tinyxml2-vendor, ros-kilted-urdf, ros-kilted-urdfdom-py, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/srdfdom Priority: optional Section: misc Filename: pool/main/r/ros-kilted-srdfdom/ros-kilted-srdfdom_2.0.8-1noble.20260519.105607_arm64.deb Size: 56824 SHA256: ef18eaa7bc533e51486a8c0f3c956936bb0f2536b4849daa9272cb2249300eaf SHA1: 43a20c01acb8181b7878573e9307b39273ba430f MD5sum: f100ac621edab21f6ec9fd96c6f3b00b Description: Parser for Semantic Robot Description Format (SRDF). Package: ros-kilted-srdfdom-dbgsym Package-Type: ddeb Source: ros-kilted-srdfdom Version: 2.0.8-1noble.20260519.105607 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: MoveIt Release Team Installed-Size: 713 Depends: ros-kilted-srdfdom (= 2.0.8-1noble.20260519.105607) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-srdfdom/ros-kilted-srdfdom-dbgsym_2.0.8-1noble.20260519.105607_arm64.deb Size: 669112 SHA256: 29bce8b5ff656c6e53825e07c94d09c401d1606c3dbd59782bfc8c4a1d5f1d39 SHA1: a5927080b95b16c95bab4ba8d15080ee2bad8086 MD5sum: bfea8ad8488a5d8ea7588b84e3e2af15 Description: debug symbols for ros-kilted-srdfdom Build-Ids: 3772a4f90419afdf9d8a129c23537daee840d142 Package: ros-kilted-sros2 Version: 0.15.5-1noble.20260519.105536 Architecture: arm64 Maintainer: ROS Security Working Group Installed-Size: 239 Depends: python3-argcomplete, python3-cryptography, python3-lxml, ros-kilted-ament-index-python, ros-kilted-rclpy, ros-kilted-ros2cli, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sros2/ros-kilted-sros2_0.15.5-1noble.20260519.105536_arm64.deb Size: 44056 SHA256: 676047ab2c220f4f8ade184e7345d98c711e27f4d436273e47a7d2cfde228225 SHA1: a6855f9ba1c48dc95cd68e43f1428366205d04c7 MD5sum: f05cbbb635c1d86f6a56382576a66789 Description: Command line tools for managing SROS2 keys Package: ros-kilted-sros2-cmake Version: 0.15.5-1noble.20260519.153025 Architecture: arm64 Maintainer: ROS Security Working Group Installed-Size: 45 Depends: ros-kilted-ros2cli, ros-kilted-sros2, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sros2-cmake/ros-kilted-sros2-cmake_0.15.5-1noble.20260519.153025_arm64.deb Size: 7062 SHA256: fdf8f5999217604b39f079cf913c128c0ec382b6bf4ccd382557275f7bdb410b SHA1: 66b9ba47dce487d6f58c6897ef840b6a6cdea88e MD5sum: 7343b805586b574a3861905bda5d95d2 Description: CMake macros to configure security Package: ros-kilted-state-interfaces-broadcaster Version: 5.15.1-1noble.20260520.085603 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 340 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-backward-ros, ros-kilted-control-msgs, ros-kilted-controller-interface, ros-kilted-generate-parameter-library, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-realtime-tools, ros-kilted-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-state-interfaces-broadcaster/ros-kilted-state-interfaces-broadcaster_5.15.1-1noble.20260520.085603_arm64.deb Size: 81572 SHA256: 2ac478fec7aea6d71fb52f474aecc3565d25b372474afc58fe689399a5ef9383 SHA1: e4b49294c340a668eaee8f6cf0a2a68e3d7eebb0 MD5sum: 190ff8ee474f41dfd73018aca253175b Description: Broadcaster to publish the requested hardware interface states Package: ros-kilted-state-interfaces-broadcaster-dbgsym Package-Type: ddeb Source: ros-kilted-state-interfaces-broadcaster Version: 5.15.1-1noble.20260520.085603 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 1387 Depends: ros-kilted-state-interfaces-broadcaster (= 5.15.1-1noble.20260520.085603) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-state-interfaces-broadcaster/ros-kilted-state-interfaces-broadcaster-dbgsym_5.15.1-1noble.20260520.085603_arm64.deb Size: 1240014 SHA256: f390dc8f517e452e9e65cd2a5362797d74b1a50d00d1320f76ea30a9b1a0a86e SHA1: d8f0c0fccf0d296e56d97d86666e806c094501b7 MD5sum: 35d1f50fe439e2d99ac63b1a11cd7b1e Description: debug symbols for ros-kilted-state-interfaces-broadcaster Build-Ids: 444d38fa28fb3d34d90ddd47933c2c301d3992d7 Package: ros-kilted-statistics-msgs Version: 2.3.2-1noble.20260519.021941 Architecture: arm64 Maintainer: "Geoffrey Biggs" Installed-Size: 1233 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/statistics_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-statistics-msgs/ros-kilted-statistics-msgs_2.3.2-1noble.20260519.021941_arm64.deb Size: 68684 SHA256: 993e3f784bf30da4f37fd06ba07503992d321ec559d250cdf51fd11d42ae2064 SHA1: 597acdf64763cb36a171dceb3b9f38b441a940b8 MD5sum: c9172e90bc667afd706ed725edb0b72e Description: Message definitions for reporting statistics for topics and system resources. Package: ros-kilted-statistics-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-statistics-msgs Version: 2.3.2-1noble.20260519.021941 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Geoffrey Biggs" Installed-Size: 538 Depends: ros-kilted-statistics-msgs (= 2.3.2-1noble.20260519.021941) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-statistics-msgs/ros-kilted-statistics-msgs-dbgsym_2.3.2-1noble.20260519.021941_arm64.deb Size: 379776 SHA256: 9892d746244c3c7953312c5d207c0cff8adfca17c638e64d889fc05f988682ba SHA1: 933d073d3f9822d0baf46ac094966dbe9946da0d MD5sum: c04b9f97c9ea414120fa4dce9eba82e6 Description: debug symbols for ros-kilted-statistics-msgs Build-Ids: 0065e88b062597ff52ae635f0cd7cd84e17578a8 07e3017b93beaf5138b3f9f9796ef814e721cd84 4480ab43b30161164c2eb919c637a810fe981d3a 464a2084e1a969cfb53cbda71564a702d3d54229 4e03b70a223ee7b6711f2cbaf4760c861551193b 709587d19350b33fd03364e24c38993fa52ec0f9 8143df66d5c29e17eb5f8ab0d16cb6138c4f0e21 8fed1518e3614deea6a31adcada1752b856d9077 bba235877cd86ee7ac40f509c20c841aa19a2071 d73208907efa760f68dbe5956212702b5319363c e29935e0cdf76f254ed29fe343d3ef2129c11a61 Package: ros-kilted-std-msgs Version: 5.5.2-1noble.20260519.021943 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 4140 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-std-msgs/ros-kilted-std-msgs_5.5.2-1noble.20260519.021943_arm64.deb Size: 233744 SHA256: bf638e341cacd3db3403879046403127e1cb792abab5743291f51b3711744df4 SHA1: 58011162cffe4c233a2d6bf861bc890058ddd179 MD5sum: 5fc0e9a5418a2928a7233d15fd600898 Description: A package containing some standard message definitions. Package: ros-kilted-std-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-std-msgs Version: 5.5.2-1noble.20260519.021943 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tully Foote Installed-Size: 3556 Depends: ros-kilted-std-msgs (= 5.5.2-1noble.20260519.021943) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-std-msgs/ros-kilted-std-msgs-dbgsym_5.5.2-1noble.20260519.021943_arm64.deb Size: 2740584 SHA256: dead1fde305a59c0f11cda315f3e95654cdb5650a8df97c9390f0247230f1ba7 SHA1: 265f32003dc17bd931e343725e9925500c33e7b4 MD5sum: d8a52214e2efa72db9ca5858f3a2c624 Description: debug symbols for ros-kilted-std-msgs Build-Ids: 18e7a6a263fdd56882aeb730820c88ea792f5f09 2a291afc21d1216435d545043d7b9b08cc800c94 3b274a9333bad2f4c5da39a5e14159aad99ee4d6 5697b93723a3dfaa97e28d8c058cb1d5ef3909b0 a1be8a1f1c23adbae0a04f996a70acd91730915a d5b15f866187b091c0fd2ec09338b786a744ee90 dddfc01ca237c36df63cb93f1d1900235d07e736 e4ad31422cb402444886d3d11002111f4a367302 eb8a2929ea9e4732dd92791192fde4bd3a9878bd ee98b215d98efc50d879b4055a906ed77cf49dbf f1f910dccc5bb5a23a75ed95c4377c9ad9e87e88 Package: ros-kilted-std-srvs Version: 5.5.2-1noble.20260519.032701 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 1838 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-std-srvs/ros-kilted-std-srvs_5.5.2-1noble.20260519.032701_arm64.deb Size: 110296 SHA256: 0565ea9d2120401e53ce0de94cca8dad76e233073de6251e77515fc11df1776f SHA1: 97b1c1657a37c126bfc4ad54a49af92f59385dae MD5sum: 1920ceaecbc39374f97163ecf78fa364 Description: A package containing some standard service definitions. Package: ros-kilted-std-srvs-dbgsym Package-Type: ddeb Source: ros-kilted-std-srvs Version: 5.5.2-1noble.20260519.032701 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tully Foote Installed-Size: 1054 Depends: ros-kilted-std-srvs (= 5.5.2-1noble.20260519.032701) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-std-srvs/ros-kilted-std-srvs-dbgsym_5.5.2-1noble.20260519.032701_arm64.deb Size: 768944 SHA256: af2eaeb3abc1fd87fbc840e94a17cdb573f9f6e53e5a3ca8b29c36388e51c0eb SHA1: cc668ba9209a47d08131c8c25abfaa0dc0bd1d8c MD5sum: 407cdca1a6292b31323d2b3221adc689 Description: debug symbols for ros-kilted-std-srvs Build-Ids: 057ccd1e77e4918fe2fda33146836a80c91273bc 37254252e40cc6849080571afdc3616fad929446 440da7e6775181a15620429fe4d1f46df9cac9b3 4b43ec32b2a2ccdb2f0172212fbc21e9c1ccea38 54c22deefca864921ff5627a26261dcc8f5692df 71c232f57b25ac06d82bed6d072b944f2b331e04 7d9a523bfcd72434686983e39a974cf363a36073 b69896ad2fbf85ab0a3c0855a6d3ebe3faf96dca d5c298fc1d4e030274683754958daa2187af84d9 ea92044070c7fc9bbcddc64bc81c825a47017689 f08519889db380305b4c204c444865de5b501048 Package: ros-kilted-steering-controllers-library Version: 5.15.1-1noble.20260520.083653 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 895 Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-backward-ros, ros-kilted-control-msgs, ros-kilted-controller-interface, ros-kilted-generate-parameter-library, ros-kilted-geometry-msgs, ros-kilted-hardware-interface, ros-kilted-nav-msgs, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-rcpputils, ros-kilted-realtime-tools, ros-kilted-std-srvs, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-msgs, ros-kilted-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-steering-controllers-library/ros-kilted-steering-controllers-library_5.15.1-1noble.20260520.083653_arm64.deb Size: 184012 SHA256: 470cfba5076255af3f80a32aa2c672e391dcd9d6108c18d4d378c1418df53bfb SHA1: 3413366b844ab254e17488b768510f678733f482 MD5sum: 7e92185aa49de32e10754433ab2daa90 Description: Package for steering robot configurations including odometry and interfaces. Package: ros-kilted-steering-controllers-library-dbgsym Package-Type: ddeb Source: ros-kilted-steering-controllers-library Version: 5.15.1-1noble.20260520.083653 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 3663 Depends: ros-kilted-steering-controllers-library (= 5.15.1-1noble.20260520.083653) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-steering-controllers-library/ros-kilted-steering-controllers-library-dbgsym_5.15.1-1noble.20260520.083653_arm64.deb Size: 3162794 SHA256: 0a4c984ecd3484fa87f4553d3e30258fe63cb2d8e04860355f211742719c9044 SHA1: 8441dbe32bdf02a9dd6cac067611ff2954bb9db7 MD5sum: d826187144da7355dc83b027dd51b15b Description: debug symbols for ros-kilted-steering-controllers-library Build-Ids: 23aeacd776888a1c551d84533d60d06a04a80fef Package: ros-kilted-steering-functions Version: 0.3.0-2noble.20260410.140755 Architecture: arm64 Maintainer: Holger Banzhaf Installed-Size: 939 Depends: libeigen3-dev, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-steering-functions/ros-kilted-steering-functions_0.3.0-2noble.20260410.140755_arm64.deb Size: 130650 SHA256: 401248fc4cc342fe1cb3cf6cd4675877ea9008cf2aaa2db075b22449d7aae256 SHA1: 14d4fe24bdd45a2f59b424b9c48a343ba6aeef12 MD5sum: 80ca47745ed5edfc1a6cb56fecd94a77 Description: The steering_functions package Package: ros-kilted-stereo-image-proc Version: 6.0.12-1noble.20260519.095143 Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 1444 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), ros-kilted-cv-bridge, ros-kilted-image-geometry, ros-kilted-image-proc, ros-kilted-image-transport, ros-kilted-message-filters, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-stereo-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/stereo_image_proc/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-stereo-image-proc/ros-kilted-stereo-image-proc_6.0.12-1noble.20260519.095143_arm64.deb Size: 264832 SHA256: bcdd68ad22f92346c38d480ebbb1f1fbe91b7c3f21c879c774ea6406ebbcf59c SHA1: 69a697286496eddf183579be53179e990d81b3c2 MD5sum: edb49736cc7fec81694f80b09b63886b Description: Stereo and single image rectification and disparity processing. Package: ros-kilted-stereo-image-proc-dbgsym Package-Type: ddeb Source: ros-kilted-stereo-image-proc Version: 6.0.12-1noble.20260519.095143 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 7287 Depends: ros-kilted-stereo-image-proc (= 6.0.12-1noble.20260519.095143) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-stereo-image-proc/ros-kilted-stereo-image-proc-dbgsym_6.0.12-1noble.20260519.095143_arm64.deb Size: 6070490 SHA256: 2d1f22f8d23ce909cf12122579cf63be749b4cd9d76542af93ed69610a87b05a SHA1: 37ca644caaf303ff48b6e886efa00dceb2f8f952 MD5sum: dfbedf5be40d662e6fee5ac821d15161 Description: debug symbols for ros-kilted-stereo-image-proc Build-Ids: 7103ecf8cadd1330a03ee77a13a3ac2893e7e3e4 ee86e4712048cf9b138b886f4e9c250f6c5d79c4 f809224a148bcf5bab5b6ba6c7988230d997ecb1 Package: ros-kilted-stereo-msgs Version: 5.5.2-1noble.20260519.031759 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 1045 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-stereo-msgs/ros-kilted-stereo-msgs_5.5.2-1noble.20260519.031759_arm64.deb Size: 49304 SHA256: ee4b3def3ee8a658e191ea801d5c613846a3f8147b6d0b073f4fdc2d276a286a SHA1: c64745bb76b2afb68f85573a597a331df8f4108c MD5sum: c9f687b46acd52b32905fe0c83005005 Description: A package containing some stereo camera related message definitions. Package: ros-kilted-stereo-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-stereo-msgs Version: 5.5.2-1noble.20260519.031759 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tully Foote Installed-Size: 317 Depends: ros-kilted-stereo-msgs (= 5.5.2-1noble.20260519.031759) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-stereo-msgs/ros-kilted-stereo-msgs-dbgsym_5.5.2-1noble.20260519.031759_arm64.deb Size: 207300 SHA256: 2816dba515900308c5f932c4b962ca2c949f18046074229556a034278c10214e SHA1: e2b25b887eec2107d4f40201d1705061acd894c3 MD5sum: 0166e9774bbef5379362fee9861c8ea2 Description: debug symbols for ros-kilted-stereo-msgs Build-Ids: 397aa2bf559ab6abc5cbc748bb7a8f8b89481bdd 3e851f0c2b6c7de935beaf862a82ba86bc541918 7818302492cf2c6d904945fc071f677d86b43d76 7bc12341b7923ee29765ed7cb8736b719b24fd23 93f05099ba5e54beb816cad3bc04fed2f92d2aa0 a61c5424ce3173ed45f7d6c2d538d4131310db5a a8cc65d54598eaa50b6ff0474a3c946c81db16cd ba92064b9e49d4c74e3b8525e548f15f30b42264 bc942b184971e38276ec58df461ac41991f37e1a e98abd25a6bc69824edacf16ebfcb0f87a2f57c7 f2c126b16e06e823f3794d9a754381ca71c212c1 Package: ros-kilted-stomp Version: 0.1.2-4noble.20260410.183316 Architecture: arm64 Maintainer: Jorge Nicho Installed-Size: 264 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-kilted-ros-workspace Homepage: http://wiki.ros.org/stomp Priority: optional Section: misc Filename: pool/main/r/ros-kilted-stomp/ros-kilted-stomp_0.1.2-4noble.20260410.183316_arm64.deb Size: 63206 SHA256: e12a22d4893522b5cbf311021da88352d12cd7d8a1be2f1cfd254a650528c6f0 SHA1: 4acc5517f77634ad98dbd1d13ea0f241faa99482 MD5sum: b42dbe7a41deadc03a5c2167fd4cded8 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-kilted-stomp-dbgsym Package-Type: ddeb Source: ros-kilted-stomp Version: 0.1.2-4noble.20260410.183316 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jorge Nicho Installed-Size: 2648 Depends: ros-kilted-stomp (= 0.1.2-4noble.20260410.183316) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-stomp/ros-kilted-stomp-dbgsym_0.1.2-4noble.20260410.183316_arm64.deb Size: 2619520 SHA256: 080e09f1822e775632df00c6215237d0b236e62083c377af3f57b43c261a36cf SHA1: f0ffeb79342ff50b1793da45d4ca064ef10e9163 MD5sum: d7b701a3692ea5fdc23b5f89b5acd1fb Description: debug symbols for ros-kilted-stomp Build-Ids: 3757de3b79170d52c8cf12ecbc4429f23665f47f 7de63e21c1e86c5907da48166a97b4983672d582 Package: ros-kilted-swri-cli-tools Version: 3.8.9-1noble.20260519.111028 Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 92 Depends: python3-natsort, ros-kilted-marti-introspection-msgs, ros-kilted-rcl-interfaces, ros-kilted-rclpy, ros-kilted-ros2cli, ros-kilted-ros2node, ros-kilted-ros2param, ros-kilted-ros2topic, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/swri_cli_tools/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-swri-cli-tools/ros-kilted-swri-cli-tools_3.8.9-1noble.20260519.111028_arm64.deb Size: 14602 SHA256: 6b46492c3798a05763674da554b21f71ecb72df8c13f87aeccf01794b8041445 SHA1: dadae9f4145d5f3d6fda4ebf2d22771eef809b75 MD5sum: 45edaa8b31e46fe4afb43d460e61b95b Description: Command line tools for introspecting ROS systems Package: ros-kilted-swri-console Version: 2.1.3-1noble.20260519.140638 Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 4852 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libqt5gui5t64, ros-kilted-rcl-interfaces, ros-kilted-rclcpp, ros-kilted-rmw, ros-kilted-rosbag2-storage-mcap, ros-kilted-rosbag2-transport, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/swri_console Priority: optional Section: misc Filename: pool/main/r/ros-kilted-swri-console/ros-kilted-swri-console_2.1.3-1noble.20260519.140638_arm64.deb Size: 1798734 SHA256: 15d8d6244a911f543c5cdca2636b847d5ed0746f2d11dd9e684292e67e890ddf SHA1: 3554133e70f146700f33fdb47c141d89ca8299f4 MD5sum: 0386c6b8c4a22ed39da7903112d06315 Description: A rosout GUI viewer developed at Southwest Research Institute as an alternative to rqt_console. Package: ros-kilted-swri-console-dbgsym Package-Type: ddeb Source: ros-kilted-swri-console Version: 2.1.3-1noble.20260519.140638 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 5632 Depends: ros-kilted-swri-console (= 2.1.3-1noble.20260519.140638) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-swri-console/ros-kilted-swri-console-dbgsym_2.1.3-1noble.20260519.140638_arm64.deb Size: 5243016 SHA256: e7e3948026470350b39a8bd6a85ba6d07f584d704d4e7ab73188a142080ef071 SHA1: 8a03355c00433143bbc226e001cc7e7069511fcd MD5sum: 455ced154d5059d10588f41f03eed63f Description: debug symbols for ros-kilted-swri-console Build-Ids: 777e1243ea874ebe86ecded390beddac701887a0 Package: ros-kilted-swri-console-util Version: 3.8.9-1noble.20260519.122027 Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 129 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-rclcpp, ros-kilted-ros-workspace Homepage: https://github.com/swri-robotics/marti_common Priority: optional Section: misc Filename: pool/main/r/ros-kilted-swri-console-util/ros-kilted-swri-console-util_3.8.9-1noble.20260519.122027_arm64.deb Size: 17408 SHA256: d856f2c998fe16c17109a3d396317ac39b1a8b22f16aa646d728b28dea71661c SHA1: d2943f0b475af6e1f572bfa089866b3e0625f77c MD5sum: 12ed16dbec2de9d851926bce2c75edb3 Description: Utility functions for interacting with console Package: ros-kilted-swri-console-util-dbgsym Package-Type: ddeb Source: ros-kilted-swri-console-util Version: 3.8.9-1noble.20260519.122027 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 220 Depends: ros-kilted-swri-console-util (= 3.8.9-1noble.20260519.122027) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-swri-console-util/ros-kilted-swri-console-util-dbgsym_3.8.9-1noble.20260519.122027_arm64.deb Size: 202470 SHA256: a6652735d29f121aa675a164ae14bff44c3ab6fe1c6a3e3d05086879758c3b77 SHA1: b05cf3384049f83e328c27076d483deb8096f0c7 MD5sum: ab9b9aa626c02a5fb7cf7b22ecacbb89 Description: debug symbols for ros-kilted-swri-console-util Build-Ids: 1c2d52cc7345cffb4912f0480076420714fd80e4 Package: ros-kilted-swri-dbw-interface Version: 3.8.9-1noble.20260514.084101 Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 54 Depends: ros-kilted-ros-workspace Homepage: https://github.com/swri-robotics/marti_common Priority: optional Section: misc Filename: pool/main/r/ros-kilted-swri-dbw-interface/ros-kilted-swri-dbw-interface_3.8.9-1noble.20260514.084101_arm64.deb Size: 8830 SHA256: 8968d20c9b8cf9fdf0c1435f013540ea84052fc15405a7a1c36a8e475bb42eea SHA1: 7fe608a9175627ff95d4d9947728fdbcb5cee6ad MD5sum: 6be44c7d372e3236e5473f5bcbf46340 Description: This package provides documentation on common interface conventions for drive-by-wire systems. Package: ros-kilted-swri-geometry-util Version: 3.8.9-1noble.20260519.041753 Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 143 Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.3.1), libgeos-c1t64 (>= 3.5.0), libstdc++6 (>= 5), libeigen3-dev, libgeos-dev, libopencv-dev, ros-kilted-tf2, ros-kilted-ros-workspace Homepage: https://github.com/swri-robotics/marti_common Priority: optional Section: misc Filename: pool/main/r/ros-kilted-swri-geometry-util/ros-kilted-swri-geometry-util_3.8.9-1noble.20260519.041753_arm64.deb Size: 44450 SHA256: ea869ab81f3b68136505f61e503ae2d899364f87fd810b70fe050a1df56aec70 SHA1: d19988f280e687cb14ec938fa75b2104f8b37ce6 MD5sum: 69b49639ab6e83df72085937e9fc42db Description: Commonly used geometry routines, implemented in a ROS friendly package. Package: ros-kilted-swri-geometry-util-dbgsym Package-Type: ddeb Source: ros-kilted-swri-geometry-util Version: 3.8.9-1noble.20260519.041753 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 1797 Depends: ros-kilted-swri-geometry-util (= 3.8.9-1noble.20260519.041753) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-swri-geometry-util/ros-kilted-swri-geometry-util-dbgsym_3.8.9-1noble.20260519.041753_arm64.deb Size: 1789720 SHA256: 7763ef2dea30658ecb53288946cffcb4171f4516210ee0804c794aa5d53d0fe9 SHA1: 9ae9a58e9ffeee016a3ca35f9841f7ac104c4bb8 MD5sum: 3643706a151af7a2c3353b0f0e915d34 Description: debug symbols for ros-kilted-swri-geometry-util Build-Ids: 21e0a2356395e063f33a5fa72587f5b746e725a0 Package: ros-kilted-swri-image-util Version: 3.8.9-1noble.20260519.124318 Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 618 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-features2d406t64 (>= 4.6.0+dfsg), libopencv-highgui406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopencv-stitching406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libeigen3-dev, libopencv-dev, ros-kilted-ament-index-cpp, ros-kilted-camera-calibration-parsers, ros-kilted-cv-bridge, ros-kilted-image-geometry, ros-kilted-image-transport, ros-kilted-message-filters, ros-kilted-rcl-interfaces, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rclpy, ros-kilted-swri-geometry-util, ros-kilted-swri-math-util, ros-kilted-swri-opencv-util, ros-kilted-tf2, ros-kilted-ros-workspace Homepage: https://github.com/swri-robotics/marti_common Priority: optional Section: misc Filename: pool/main/r/ros-kilted-swri-image-util/ros-kilted-swri-image-util_3.8.9-1noble.20260519.124318_arm64.deb Size: 158406 SHA256: 05701bf54b3a66cd1e2924aa13df9cd5fc5c41b29a879832a8006c9e03a9bc81 SHA1: 707deca12d41e2e026f98441f017dab63832c9d1 MD5sum: 95e7cb8e16f1f26d718a01a5a7f86774 Description: A package of commonly image manipulation utilities. Package: ros-kilted-swri-image-util-dbgsym Package-Type: ddeb Source: ros-kilted-swri-image-util Version: 3.8.9-1noble.20260519.124318 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 6621 Depends: ros-kilted-swri-image-util (= 3.8.9-1noble.20260519.124318) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-swri-image-util/ros-kilted-swri-image-util-dbgsym_3.8.9-1noble.20260519.124318_arm64.deb Size: 6050648 SHA256: d3c775cec92e5d48303868310e0e46249b52a6cf188f1ca089088a92b107355a SHA1: cdf153d0ed5f6b7a072e2d9a6dab98f9ea134c99 MD5sum: 480d7ae4d74659088c34fb7a20cd8959 Description: debug symbols for ros-kilted-swri-image-util Build-Ids: ad1d78acd57c1d8dbed14b0db49f7b6c4ac34603 cb5307dbb49b341bf929db6f28f53437f2d46509 Package: ros-kilted-swri-math-util Version: 3.8.9-1noble.20260519.122027 Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 165 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-rclcpp, ros-kilted-ros-workspace Homepage: https://github.com/swri-robotics/marti_common Priority: optional Section: misc Filename: pool/main/r/ros-kilted-swri-math-util/ros-kilted-swri-math-util_3.8.9-1noble.20260519.122027_arm64.deb Size: 30592 SHA256: aeba1c757282c768653371e8fa30071f0973ace0b01934bba97ec08bd4accca9 SHA1: 7308a3a27479da1cd912a389c5dee63d97aa1b7e MD5sum: 9a05cb664f10303b1a578c7605e0d539 Description: A package with commonly used math utility code. Package: ros-kilted-swri-math-util-dbgsym Package-Type: ddeb Source: ros-kilted-swri-math-util Version: 3.8.9-1noble.20260519.122027 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 339 Depends: ros-kilted-swri-math-util (= 3.8.9-1noble.20260519.122027) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-swri-math-util/ros-kilted-swri-math-util-dbgsym_3.8.9-1noble.20260519.122027_arm64.deb Size: 311530 SHA256: af738fdcd51ff22bfdd7a177eebeb16a789d164da7336b332aaa5b5d20b16ed2 SHA1: 3487e418b883fdec2ce641decdaede8bebb1ac2e MD5sum: 24c43a57adffdfabed6a2e7c4a7fe683 Description: debug symbols for ros-kilted-swri-math-util Build-Ids: 234df0d46e83929624953af7a5946da25d4ef1da Package: ros-kilted-swri-opencv-util Version: 3.8.9-1noble.20260519.123750 Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 223 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-highgui406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 5.2), libopencv-dev, ros-kilted-cv-bridge, ros-kilted-swri-math-util, ros-kilted-ros-workspace Homepage: https://github.com/swri-robotics/marti_common Priority: optional Section: misc Filename: pool/main/r/ros-kilted-swri-opencv-util/ros-kilted-swri-opencv-util_3.8.9-1noble.20260519.123750_arm64.deb Size: 44640 SHA256: a6ffeb4d8db9f2ba7a921ae6881269cf1d1da5487e8b3917496951bff588caab SHA1: 524f9df1eeecfb025dedbb7a1650f29143a1086c MD5sum: e95f4b44061f08ba5d2f88d5688c676a Description: A package with commonly used OpenCV functionality. Package: ros-kilted-swri-opencv-util-dbgsym Package-Type: ddeb Source: ros-kilted-swri-opencv-util Version: 3.8.9-1noble.20260519.123750 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 511 Depends: ros-kilted-swri-opencv-util (= 3.8.9-1noble.20260519.123750) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-swri-opencv-util/ros-kilted-swri-opencv-util-dbgsym_3.8.9-1noble.20260519.123750_arm64.deb Size: 474272 SHA256: 797dd4d8956f6b6dd3fcba32d433e6e46df56e826d9407aea97bb646a9781bc6 SHA1: e433940953f7bb6d88106ab58ee70ae0a72bef22 MD5sum: 64a26c928be9e07eb23093e172b8c8c9 Description: debug symbols for ros-kilted-swri-opencv-util Build-Ids: a0dc8ce84defe2d363567a874dc015b1c48529d3 Package: ros-kilted-swri-roscpp Version: 3.8.9-1noble.20260519.052514 Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 670 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-diagnostic-msgs, ros-kilted-diagnostic-updater, ros-kilted-marti-common-msgs, ros-kilted-nav-msgs, ros-kilted-rclcpp, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/swri_roscpp/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-swri-roscpp/ros-kilted-swri-roscpp_3.8.9-1noble.20260519.052514_arm64.deb Size: 124928 SHA256: 0c8a90e7e370d0f8de987da45bfb569115aae0e49733af011a9119167e29da89 SHA1: aafb9f56c41b8bfc82e6f0d6fa6c384a1030e3b3 MD5sum: a3fc782b041e6ee67cf979433b54eae0 Description: A package that extends rclcpp with some commonly used functionality to reduce boilerplate code. Package: ros-kilted-swri-roscpp-dbgsym Package-Type: ddeb Source: ros-kilted-swri-roscpp Version: 3.8.9-1noble.20260519.052514 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 2260 Depends: ros-kilted-swri-roscpp (= 3.8.9-1noble.20260519.052514) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-swri-roscpp/ros-kilted-swri-roscpp-dbgsym_3.8.9-1noble.20260519.052514_arm64.deb Size: 1882646 SHA256: f018e3c9518baf74e08fa3b162e6a4434641f1fc0a524bbe485b0e8007742b3e SHA1: 47d3da0b30c45450ed0ad7500cc5eb57e7c05150 MD5sum: 426e37ff573e69ac1c3ef7beb2bb93f3 Description: debug symbols for ros-kilted-swri-roscpp Build-Ids: 7e881e643c3642f44e8087ccbaac11347a73e454 Package: ros-kilted-swri-route-util Version: 3.8.9-1noble.20260520.090714 Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 233 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-geometry-msgs, ros-kilted-marti-common-msgs, ros-kilted-marti-nav-msgs, ros-kilted-rclcpp, ros-kilted-swri-geometry-util, ros-kilted-swri-math-util, ros-kilted-swri-transform-util, ros-kilted-tf2-geometry-msgs, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/swri_route_util/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-swri-route-util/ros-kilted-swri-route-util_3.8.9-1noble.20260520.090714_arm64.deb Size: 62156 SHA256: 7551f88839b76cace6b97aa1487a9a87586d77ce4374bd89edc121cc0906b7ed SHA1: 8f3932f9826d8ac56005b49f64d26d315e12739f MD5sum: d7d0d39eb136b45fdf7f8361e464adff Description: This library provides functionality to simplify working with the navigation messages defined in marti_nav_msgs. Package: ros-kilted-swri-route-util-dbgsym Package-Type: ddeb Source: ros-kilted-swri-route-util Version: 3.8.9-1noble.20260520.090714 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 1031 Depends: ros-kilted-swri-route-util (= 3.8.9-1noble.20260520.090714) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-swri-route-util/ros-kilted-swri-route-util-dbgsym_3.8.9-1noble.20260520.090714_arm64.deb Size: 979098 SHA256: 29cb47ac2e85bea2835dec74451f7954a4ba64578d0c34a27765764ce11ac08e SHA1: a042b085200f07966c38fe12c01c9626d276e755 MD5sum: ab6963e70e7fc94477df1c5690be818f Description: debug symbols for ros-kilted-swri-route-util Build-Ids: ec987c884bbf1e5cc29e9c8cf0de42d0c4ac3a95 Package: ros-kilted-swri-serial-util Version: 3.8.9-1noble.20260514.084148 Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 129 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-kilted-ros-workspace Homepage: https://github.com/swri-robotics/marti_common Priority: optional Section: misc Filename: pool/main/r/ros-kilted-swri-serial-util/ros-kilted-swri-serial-util_3.8.9-1noble.20260514.084148_arm64.deb Size: 19290 SHA256: 6f3b50cd152adba3c14def830da657295f5721e6fa77f0bfd32a93aaad87a5c4 SHA1: 9a3a5cca71c3d0d34e792e8648c0a25002c1e8c0 MD5sum: 2989a10f817bb0b786ca9cc2662e6eb0 Description: Contains nodes and utilities for serial communication in ROS. Package: ros-kilted-swri-serial-util-dbgsym Package-Type: ddeb Source: ros-kilted-swri-serial-util Version: 3.8.9-1noble.20260514.084148 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 97 Depends: ros-kilted-swri-serial-util (= 3.8.9-1noble.20260514.084148) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-swri-serial-util/ros-kilted-swri-serial-util-dbgsym_3.8.9-1noble.20260514.084148_arm64.deb Size: 80438 SHA256: e39f0781fc8d3798babfe0e005feb1375f6b7a0f8c07748ee3568b7f6422a15a SHA1: ff91715f819882223b3125c2aebf538aa1fa3a53 MD5sum: 5f0ea83a174260865acf72a0e3611628 Description: debug symbols for ros-kilted-swri-serial-util Build-Ids: 852ca1a00573356daa5a0dc08493df28c51bde50 Package: ros-kilted-swri-transform-util Version: 3.8.9-1noble.20260520.075742 Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 2782 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgeographiclib26 (>= 1.40), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libproj25 (>= 5.0.0), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libgeographiclib-dev, libgeos-dev, libopencv-dev, libproj-dev, python3-numpy, python3-yaml, ros-kilted-cv-bridge, ros-kilted-diagnostic-msgs, ros-kilted-diagnostic-updater, ros-kilted-geographic-msgs, ros-kilted-geometry-msgs, ros-kilted-gps-msgs, ros-kilted-marti-nav-msgs, ros-kilted-rcl-interfaces, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rclpy, ros-kilted-sensor-msgs, ros-kilted-swri-math-util, ros-kilted-swri-roscpp, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-yaml-cpp-vendor, ros-kilted-ros-workspace Homepage: https://github.com/swri-robotics/marti_common Priority: optional Section: misc Filename: pool/main/r/ros-kilted-swri-transform-util/ros-kilted-swri-transform-util_3.8.9-1noble.20260520.075742_arm64.deb Size: 419748 SHA256: 856cab3f93ce96b6ea441d314b689c1974ed12bfb22064e1036c867a28adf515 SHA1: 210d4951768092ca570ae091a1e7e3a62be66993 MD5sum: 7a2e231d475c10d86d723a6b3e7d9ef7 Description: The swri_transform_util package contains utility functions and classes for transforming between coordinate frames. Package: ros-kilted-swri-transform-util-dbgsym Package-Type: ddeb Source: ros-kilted-swri-transform-util Version: 3.8.9-1noble.20260520.075742 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Southwest Research Institute" Installed-Size: 12627 Depends: ros-kilted-swri-transform-util (= 3.8.9-1noble.20260520.075742) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-swri-transform-util/ros-kilted-swri-transform-util-dbgsym_3.8.9-1noble.20260520.075742_arm64.deb Size: 10447068 SHA256: 8c39e4481bbf7bc105d24fae94329b0dcbfcdfdf99f9727659f45597fb132f92 SHA1: c308ead3dca60a2c18a0c67524962bb7018cc7d1 MD5sum: 5d8d98465c4ce5fe25087a5c749c3439 Description: debug symbols for ros-kilted-swri-transform-util Build-Ids: 047b210436bc1e70525acad15c247e5472491308 1b3378116111afc23fa9769d963e968ff55a6749 a7fa1f23335850f1c53c3691aac2274a935de08d Package: ros-kilted-synapticon-ros2-control Version: 0.1.2-2noble.20260520.092230 Architecture: arm64 Maintainer: Elevate Robotics Installed-Size: 5402 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libcap-dev, ros-kilted-controller-manager, ros-kilted-forward-command-controller, ros-kilted-hardware-interface, ros-kilted-joint-state-broadcaster, ros-kilted-joint-trajectory-controller, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-robot-state-publisher, ros-kilted-ros2controlcli, ros-kilted-ros2launch, ros-kilted-xacro, ros-kilted-ros-workspace Homepage: https://docs.ros.org/en/humble/p/synapticon_ros2_control.html Priority: optional Section: misc Filename: pool/main/r/ros-kilted-synapticon-ros2-control/ros-kilted-synapticon-ros2-control_0.1.2-2noble.20260520.092230_arm64.deb Size: 1340796 SHA256: 6189726fa2cc1d8242d0d2c83edcfad7d369382e3f0b7bcbc0a49801fae22e8b SHA1: 583dbe887ec1e3bf12052b2dbe35093ed8c5828c MD5sum: 5c9cc4fa7c25786c653c55bb160d7113 Description: A ros2_control interface for Synapticon motor drivers Package: ros-kilted-synapticon-ros2-control-dbgsym Package-Type: ddeb Source: ros-kilted-synapticon-ros2-control Version: 0.1.2-2noble.20260520.092230 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Elevate Robotics Installed-Size: 1012 Depends: ros-kilted-synapticon-ros2-control (= 0.1.2-2noble.20260520.092230) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-synapticon-ros2-control/ros-kilted-synapticon-ros2-control-dbgsym_0.1.2-2noble.20260520.092230_arm64.deb Size: 924598 SHA256: 48e9fe132f157b858eeb722ca58e741c9b70a41beea1ab1d3f8b47760a611dd3 SHA1: 581ddcf26ea0b225deed65acb2d3c998c8b263e9 MD5sum: 4c6f38bbe8bd36e484bcebe1cd655018 Description: debug symbols for ros-kilted-synapticon-ros2-control Build-Ids: 81a4f72cbd99ba2130c7558cbd92dd7f8b0fe12b fc9ced7563d0cf0dec1b99d589ed61e907e416ba Package: ros-kilted-system-fingerprint Version: 0.7.0-4noble.20260519.110904 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 50 Depends: python3-git, ros-kilted-rcl-interfaces, ros-kilted-rclpy, ros-kilted-ros2action, ros-kilted-ros2cli, ros-kilted-ros2node, ros-kilted-ros2param, ros-kilted-ros2topic, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-system-fingerprint/ros-kilted-system-fingerprint_0.7.0-4noble.20260519.110904_arm64.deb Size: 10692 SHA256: 748a799e2c06b63df3ff814915a3af170fbdaa844a7f4a6f2b99c0ba8313f9fc SHA1: 25d46af021c6c16d5b7e978ab7c69918cf0f8cea MD5sum: abf8434f127173e87df2eaee94304719 Description: The system_fingerprint package Package: ros-kilted-system-modes Version: 0.9.0-6noble.20260519.045113 Architecture: arm64 Maintainer: Arne Nordmann Installed-Size: 3043 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-builtin-interfaces, ros-kilted-launch-ros, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-system-modes-msgs, ros-kilted-ros-workspace Homepage: https://micro.ros.org/docs/concepts/client_library/lifecycle_and_system_modes/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-system-modes/ros-kilted-system-modes_0.9.0-6noble.20260519.045113_arm64.deb Size: 438658 SHA256: 047ad77f44f78dec7844edc369c12d6e8247d0a557bad02724db27b26c8454da SHA1: d492a9f5cfc5f4d60ed34084f5706015896c907b MD5sum: 9e1ebc35c6ed4bea22a5be5d6a9dd851 Description: The system modes concept assumes that a robotics system is built from components with a lifecycle. It adds a notion of (sub-)systems, hiararchically grouping these nodes, as well as a notion of modes that determine the configuration of these nodes and (sub-)systems in terms of their parameter values. Package: ros-kilted-system-modes-dbgsym Package-Type: ddeb Source: ros-kilted-system-modes Version: 0.9.0-6noble.20260519.045113 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Arne Nordmann Installed-Size: 14421 Depends: ros-kilted-system-modes (= 0.9.0-6noble.20260519.045113) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-system-modes/ros-kilted-system-modes-dbgsym_0.9.0-6noble.20260519.045113_arm64.deb Size: 11948320 SHA256: c543193cb7faf624e78d90ecb42851523bbacc1b66b184bd804950909910298f SHA1: 3f2245e06b54014d8d3c4f40b44917f0adf8f7c3 MD5sum: 608d6ec637e81449137215b8a72ef4f2 Description: debug symbols for ros-kilted-system-modes Build-Ids: 5fcd505bb479491f1602ae2778bde3d52529a754 a1d8710e449ab93ab17402987fa650c7641b7bac fa0b8f1699cba75ee83c1279b48cfda4fcbbb1e3 Package: ros-kilted-system-modes-examples Version: 0.9.0-6noble.20260519.110031 Architecture: arm64 Maintainer: Arne Nordmann Installed-Size: 197 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-launch, ros-kilted-launch-system-modes, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-ros2launch, ros-kilted-system-modes, ros-kilted-system-modes-msgs, ros-kilted-ros-workspace Homepage: https://micro.ros.org/docs/concepts/client_library/lifecycle_and_system_modes/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-system-modes-examples/ros-kilted-system-modes-examples_0.9.0-6noble.20260519.110031_arm64.deb Size: 31454 SHA256: 0289222432ec1e81ef58e2fcfac81623491f821a9a591a09d14afa7648a6a0b7 SHA1: 97382c270b36a0d402bfc820797fe9a8b8361dcb MD5sum: d9a5cc6e280c37cacf54806aaec45553 Description: Example systems and according launch files for the system_modes package. Package: ros-kilted-system-modes-examples-dbgsym Package-Type: ddeb Source: ros-kilted-system-modes-examples Version: 0.9.0-6noble.20260519.110031 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Arne Nordmann Installed-Size: 784 Depends: ros-kilted-system-modes-examples (= 0.9.0-6noble.20260519.110031) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-system-modes-examples/ros-kilted-system-modes-examples-dbgsym_0.9.0-6noble.20260519.110031_arm64.deb Size: 723268 SHA256: f3447e287bcb08d2367039e396a83da44dcca5cd4e78b06feadc2f81640006aa SHA1: eb545c32a71677064d404e98409632b0a9d88ad3 MD5sum: 7b904c6c69bf27c450806f1ec8d40677 Description: debug symbols for ros-kilted-system-modes-examples Build-Ids: 7f92dadbd27bcb885386c5351f82fe8a31edaaf7 fe277ab4206f69d818efe667b5f8b3c28bd5217f Package: ros-kilted-system-modes-msgs Version: 0.9.0-6noble.20260519.032709 Architecture: arm64 Maintainer: Arne Nordmann Installed-Size: 2087 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Homepage: https://micro.ros.org/docs/concepts/client_library/lifecycle_and_system_modes/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-system-modes-msgs/ros-kilted-system-modes-msgs_0.9.0-6noble.20260519.032709_arm64.deb Size: 135660 SHA256: 2ce408f3bd4a658d4a7627b92b110ae35d078ff630b9baa8aa34e2b54a019fee SHA1: a1d689157f71f22c0b1545ca05fe1fe9098da11c MD5sum: e04654860d99c1c6406bf1f786f1d29a Description: Interface package, containing message definitions and service definitions for the system modes package. Package: ros-kilted-system-modes-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-system-modes-msgs Version: 0.9.0-6noble.20260519.032709 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Arne Nordmann Installed-Size: 1383 Depends: ros-kilted-system-modes-msgs (= 0.9.0-6noble.20260519.032709) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-system-modes-msgs/ros-kilted-system-modes-msgs-dbgsym_0.9.0-6noble.20260519.032709_arm64.deb Size: 1026974 SHA256: c3010bcc7d6163cb634d97c41faec334ac03ccc35f700e1e00b5160f52af4530 SHA1: 0503bee7d438938708b3f473e112fe008a959777 MD5sum: b9feaa06c10449ad665f3d8188c443db Description: debug symbols for ros-kilted-system-modes-msgs Build-Ids: 11c03e48940b5626fc4f080bf702f2cfeef14d3d 1966fe540adec94b3c9acf7a817c7ab28b1721cb 47f2a1d92066769a4e5c6b754d1239d9f338d45a 5a71dc5704226fdf5b4f30725b675f09f2108327 79cf6a166ac45d30cc7fe278a9a1c8bd0616f31d 88a6a25af6971bcd8a051f72f225fda862da6629 8b342e73f3aa3c82e6bd5c95f7d6d44b1a78ad1d b161abb1e3c98baaf8094a1299baf6f32694e877 bc4a7c22d28bce4cb7548a064f97f727a582661c bca2c0587bb75e101d938d7537fc6499a72b42e3 ee2e642c5c048e290d7e9d9205878c8021505fed Package: ros-kilted-tango-icons-vendor Version: 0.4.1-1noble.20260410.161330 Architecture: arm64 Maintainer: Scott K Logan Installed-Size: 42 Depends: tango-icon-theme, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/qt_gui_icons Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tango-icons-vendor/ros-kilted-tango-icons-vendor_0.4.1-1noble.20260410.161330_arm64.deb Size: 6162 SHA256: 25284e8d63730ef9ac4b4b50605dba60a64556edb72fced00920aafc61dc5410 SHA1: 9cf093bd4adf1fd339c877cad43df5f6de8ca1dc MD5sum: 5611fb7dfba75e1e1b4773ee039d2c16 Description: tango_icons_vendor provides the public domain Tango icons for non-linux systems (Tango Icon Library) from the Tango Desktop Project Package: ros-kilted-tcb-span Version: 1.3.1-1noble.20260505.210327 Architecture: arm64 Maintainer: bmagyar Installed-Size: 69 Depends: ros-kilted-ros-workspace Homepage: https://github.com/tcbrindle/span Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tcb-span/ros-kilted-tcb-span_1.3.1-1noble.20260505.210327_arm64.deb Size: 10946 SHA256: 1c3777733007dc31b175b99c8aa82c5879f9ec225f3d9ca57ac359c5a4785c80 SHA1: 72093ebbe5b0de18890c339bf59c50f0bbbaa2ee MD5sum: 7c7d1bb5de36e4040046187d8d2026c6 Description: Implementation of C++20's std::span Package: ros-kilted-teleop-tools Version: 2.0.0-1noble.20260519.134140 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 41 Depends: ros-kilted-joy-teleop, ros-kilted-key-teleop, ros-kilted-teleop-tools-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-teleop-tools/ros-kilted-teleop-tools_2.0.0-1noble.20260519.134140_arm64.deb Size: 5804 SHA256: e2eebe0061a9bd7fb4183fce7cc77d90cd389ebd824e5dee6c5b1647f6d9e8c1 SHA1: d27d1b66013519048f75415a69f705c3adcea896 MD5sum: 9398984d2aca77cbcea1b904533f1eb1 Description: A set of generic teleoperation tools for any robot. Package: ros-kilted-teleop-tools-msgs Version: 2.0.0-1noble.20260519.022113 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 1965 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-action-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-teleop-tools-msgs/ros-kilted-teleop-tools-msgs_2.0.0-1noble.20260519.022113_arm64.deb Size: 119412 SHA256: 8f24079ed7a936c451e1d431c24a0368037626b0f62a12266642911f7e13881c SHA1: 971ab32550ebb57676f990a0b0876f43df1c0ae3 MD5sum: 8ff96b74f06bc8a8019d95692c2e39ed Description: The teleop_tools_msgs package Package: ros-kilted-teleop-tools-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-teleop-tools-msgs Version: 2.0.0-1noble.20260519.022113 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 852 Depends: ros-kilted-teleop-tools-msgs (= 2.0.0-1noble.20260519.022113) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-teleop-tools-msgs/ros-kilted-teleop-tools-msgs-dbgsym_2.0.0-1noble.20260519.022113_arm64.deb Size: 553020 SHA256: 7e1af326131ca5481e6df1a06f2c38aeec3f03e4157983f3340fd440b49205fe SHA1: f63e311ca642dd446b46a320e2e0f9088989e3df MD5sum: ac54235b61ae2f1126602fde2b82bab4 Description: debug symbols for ros-kilted-teleop-tools-msgs Build-Ids: 299b1af7f28919d8b36e9a6cfef81424b740f142 49fa2ace4d08af100509466b41b7647ce321c57a 709fde4dc0e7ea93c48e0f00b3af9ccc4e1c4d5a 7d3e7bb671c888be801da1a9bb0bfa727095bab0 98d51b6a1509a2c820a38f301c599b43632a9192 a02f10f78c5d25bf4817055312612436649d189f bb2bc7ccbf0ef2060e4dc18e1bbab92e0d9f870d c3a3dd5b04bcaeaef2d32072684194cc501e8a6a d68d222f9ed4e57616405c5b903096676044f595 e3a76bc32f0d405ffaebd723b48528539a57353b ec7123fc96775acf60483f4788668f79a9ca9c5c Package: ros-kilted-teleop-twist-joy Version: 2.6.5-1noble.20260519.091940 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 730 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-geometry-msgs, ros-kilted-joy, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/teleop_twist_joy Priority: optional Section: misc Filename: pool/main/r/ros-kilted-teleop-twist-joy/ros-kilted-teleop-twist-joy_2.6.5-1noble.20260519.091940_arm64.deb Size: 134898 SHA256: 3b771d6efab088fab62f9e61d47110666ee4febe04e871d9662f1e5b61b49fcd SHA1: 36a23aa888e81de514d9aa719b28dc045f60bd70 MD5sum: 9bb65c56e22822c290868fccc3b72316 Description: Generic joystick teleop for twist robots. Package: ros-kilted-teleop-twist-joy-dbgsym Package-Type: ddeb Source: ros-kilted-teleop-twist-joy Version: 2.6.5-1noble.20260519.091940 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 3028 Depends: ros-kilted-teleop-twist-joy (= 2.6.5-1noble.20260519.091940) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-teleop-twist-joy/ros-kilted-teleop-twist-joy-dbgsym_2.6.5-1noble.20260519.091940_arm64.deb Size: 2600086 SHA256: 84d6cf93270e3f948b5bce40fee0b546e8d10c4639a7469c109bdb518f552d59 SHA1: 057d880c4c97de827d028ae5859a435dd4d6296b MD5sum: 5ef98299383991e2b8c394da64fc9ada Description: debug symbols for ros-kilted-teleop-twist-joy Build-Ids: 3d742ede79c526d9e89831243d7d988a1140a3f5 bae2c9302f7e4a1eb2a07491e0d123ad8c2362de Package: ros-kilted-teleop-twist-keyboard Version: 2.4.1-1noble.20260519.050737 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 46 Depends: ros-kilted-geometry-msgs, ros-kilted-rcl-interfaces, ros-kilted-rclpy, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-teleop-twist-keyboard/ros-kilted-teleop-twist-keyboard_2.4.1-1noble.20260519.050737_arm64.deb Size: 9428 SHA256: d908ab792d077c8ed3be7c40bcf60ba1f2d9941cb8aa3b6729f86b4a9fa8b29d SHA1: d8958bbe5ec128c895f10d50897ea4f2d0280cc8 MD5sum: 2cdbae4aacb7db8312785a8bbf572883 Description: A robot-agnostic teleoperation node to convert keyboard commands to Twist messages. Package: ros-kilted-tensorrt-cmake-module Version: 0.0.5-1noble.20260410.161418 Architecture: arm64 Maintainer: Daisuke Nishimatsu Installed-Size: 47 Depends: ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tensorrt-cmake-module/ros-kilted-tensorrt-cmake-module_0.0.5-1noble.20260410.161418_arm64.deb Size: 6562 SHA256: f68211d1ed451e310ab65d58634b796f4ae65b728a28d0f41c80d6bd2d1e1fea SHA1: babeebdb1f9affc50dbe9c906b605bcbbfc7d1a9 MD5sum: f592752bc950b6673bc70bbc9460aca1 Description: Exports a CMake module to find TensorRT. Package: ros-kilted-test-apex-test-tools Version: 0.0.2-9noble.20260410.180043 Architecture: arm64 Maintainer: Apex.AI, Inc. Installed-Size: 41 Depends: ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-test-apex-test-tools/ros-kilted-test-apex-test-tools_0.0.2-9noble.20260410.180043_arm64.deb Size: 5024 SHA256: 3612ec2e7abee559f3a3ab1947cdd21fa9da663ff28f56592854e88513e6a652 SHA1: 7a4bdd8017255ea6742125c1048580a00e7aabba MD5sum: c67507d5e46e76c74f9fc72461d819bf Description: Test package, which uses things exported by apex_test_tools Package: ros-kilted-test-interface-files Version: 0.13.0-2noble.20260410.135244 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 66 Depends: ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-test-interface-files/ros-kilted-test-interface-files_0.13.0-2noble.20260410.135244_arm64.deb Size: 8498 SHA256: 66a771d466784f9717da995580f536913a55848dbed51212c20fafc89717944e SHA1: 9d7339cc1e86cd439ec7f3af269ab9cfbbed5831 MD5sum: 9c3f0303142b57fed320c9e1bba83b43 Description: A package containing message definitions and fixtures used exclusively for testing purposes. Package: ros-kilted-test-msgs Version: 2.3.2-1noble.20260519.021947 Architecture: arm64 Maintainer: "Geoffrey Biggs" Installed-Size: 10950 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/test_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-test-msgs/ros-kilted-test-msgs_2.3.2-1noble.20260519.021947_arm64.deb Size: 649802 SHA256: a377ef3fd9322ced8181c7c137c9d04f8572123e482a7e5569696bcecdbeabab SHA1: 364ce80f9c4b6e344175c04ef4058fc5437af0b9 MD5sum: 688bc4010fb6fca8b1ab4f259793abbf Description: A package containing message definitions and fixtures used exclusively for testing purposes. Package: ros-kilted-test-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-test-msgs Version: 2.3.2-1noble.20260519.021947 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Geoffrey Biggs" Installed-Size: 7086 Depends: ros-kilted-test-msgs (= 2.3.2-1noble.20260519.021947) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-test-msgs/ros-kilted-test-msgs-dbgsym_2.3.2-1noble.20260519.021947_arm64.deb Size: 5508444 SHA256: c461040128054e9fbe68991856486052db437f61f944308b09d72d9c9c149e9b SHA1: f3caff91c338115af90915d85f7d21d34df1e464 MD5sum: c223afc7dcb072b710f8a3688f9cdfd5 Description: debug symbols for ros-kilted-test-msgs Build-Ids: 23aab8dff5814b980f45d90c996b553c0ec1eb1b 328405d6511e0a920fab9f8254788241e1aa3e75 3ee09413c4dfdac36cd0099a8e49a252f475550c 549a04821525f0d3727b79d26082b2f51f234b08 6ec4db3651327f66d4a7c7a79efc7ceed2c2eca7 73b32fa65bb5098301f9d4197277b533160c163c 9dbac80fa5b4b6343c67d4e13749fa7089110443 c769dcb482e515e271153d13d5dc63088e2a5fb2 dc44f310c37f347eb6f3999cc2c3633630910cc4 e429c071fc33598434f52cd6ec420369b5c266ca ed6140236ee1f0ea442c4bafb8ee24839e3f030d Package: ros-kilted-tf-transformations Version: 1.1.1-2noble.20260410.135931 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 121 Depends: python3-numpy, python3-transforms3d, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tf-transformations/ros-kilted-tf-transformations_1.1.1-2noble.20260410.135931_arm64.deb Size: 23942 SHA256: 72306632b026b455b28a19195addfd91d2c44f7744eda6256a71fb67336e5033 SHA1: 0c8f960387a2b9ea59ead221666127ff0a3f30bb MD5sum: 77037a3038cfddacbe93b118440f49e9 Description: Reimplementation of the tf/transformations.py library for common Python spatial operations Package: ros-kilted-tf-tree-terminal Version: 2.0.0-2noble.20260519.081442 Architecture: arm64 Maintainer: Tanneguy de Villemagne Installed-Size: 60 Depends: python3-yaml, ros-kilted-geometry-msgs, ros-kilted-rclpy, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tf-tree-terminal/ros-kilted-tf-tree-terminal_2.0.0-2noble.20260519.081442_arm64.deb Size: 14502 SHA256: 094bd3b95da51d1f171199d5d84e447a08aedfc965ee5a7423a4b0ebecb2030f SHA1: b5a53aeb804a59581e4583209e01c0e0f63cc269 MD5sum: 8e8009a7668a3dc2687a5240dc4c7570 Description: A lightweight ROS 2 utility to visualize the Coordinate Transform (TF) tree directly in the terminal with a folder-style structure. Package: ros-kilted-tf2 Version: 0.41.7-1noble.20260519.040500 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 410 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rcutils, ros-kilted-rosidl-runtime-cpp, ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/tf2 Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tf2/ros-kilted-tf2_0.41.7-1noble.20260519.040500_arm64.deb Size: 89828 SHA256: a41ede4b257edbec2df9e2ccb06b98b31a7bcf649d70321a8ea1f721bcc70ac8 SHA1: 5e7c03c648b72ccc0295079604a5a13e7f3ed37f MD5sum: 9e2f2050cd483d20cde4fd10f6315f9e 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-kilted-tf2-2d Version: 1.5.1-1noble.20260519.100047 Architecture: arm64 Maintainer: "Stephen Williams" Installed-Size: 118 Depends: libboost-dev, libeigen3-dev, ros-kilted-rclcpp, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/tf2_2d/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tf2-2d/ros-kilted-tf2-2d_1.5.1-1noble.20260519.100047_arm64.deb Size: 15986 SHA256: 581acc715c576dbc0cfea292fbf64be262b763be836b3033326254f2f8f5869b SHA1: 76b92a7b9b07b504401ffc71da7888a6d13e220e MD5sum: 49926f5fe87d331770805893cd6a2f3c Description: A set of 2D geometry classes modeled after the 3D geometry classes in tf2. Package: ros-kilted-tf2-bullet Version: 0.41.7-1noble.20260519.060700 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 61 Depends: libbullet-dev, ros-kilted-geometry-msgs, ros-kilted-tf2, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/tf2_bullet Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tf2-bullet/ros-kilted-tf2-bullet_0.41.7-1noble.20260519.060700_arm64.deb Size: 10578 SHA256: a609c999b37b444f79b283a702573a2a05eb837936c29eb448f93e59108fe8c6 SHA1: 4c5cf527413228b99fdecf3e0c2a403c0a761efa MD5sum: 5c8253a53525b144a1e84bed6a527a6b Description: tf2_bullet Package: ros-kilted-tf2-dbgsym Package-Type: ddeb Source: ros-kilted-tf2 Version: 0.41.7-1noble.20260519.040500 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 583 Depends: ros-kilted-tf2 (= 0.41.7-1noble.20260519.040500) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tf2/ros-kilted-tf2-dbgsym_0.41.7-1noble.20260519.040500_arm64.deb Size: 527108 SHA256: 69b3c17675c71f6cfebd17d1581783b91567d4976f5d25b3704b726648374ea4 SHA1: 3f562bd1befbaad674365e3a9f524d364635cae8 MD5sum: 6a06527673a9a33e7a1f8f6098a78e02 Description: debug symbols for ros-kilted-tf2 Build-Ids: fd290e902bd1a76b52317562676bd3a162dbda3e Package: ros-kilted-tf2-eigen Version: 0.41.7-1noble.20260519.060721 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 84 Depends: libeigen3-dev, ros-kilted-geometry-msgs, ros-kilted-tf2, ros-kilted-tf2-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tf2-eigen/ros-kilted-tf2-eigen_0.41.7-1noble.20260519.060721_arm64.deb Size: 13650 SHA256: 94e37b1e5062d26b189dce99b41db69ea5edf34480d53d35caf09d9fa6219a70 SHA1: cf5ec917df5ec6e64a4d01b417d4000624127dcf MD5sum: 5cd3f890112c7596a24b394e81dfba4e Description: tf2_eigen Package: ros-kilted-tf2-eigen-kdl Version: 0.41.7-1noble.20260519.041737 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 141 Depends: libc6 (>= 2.17), liborocos-kdl1.5 (>= 1.5.1), libeigen3-dev, ros-kilted-orocos-kdl-vendor, ros-kilted-tf2, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tf2-eigen-kdl/ros-kilted-tf2-eigen-kdl_0.41.7-1noble.20260519.041737_arm64.deb Size: 15162 SHA256: dcf1a8984f01a5be8109599f8caaa33cbb27515d64eab6cabea87d7278f14415 SHA1: e58a4baec8f31853ac0670fc5dda73cbfd7dcf73 MD5sum: 825b198451395c3466507c2dc2d82ea9 Description: Conversion functions between: - Eigen and KDL Package: ros-kilted-tf2-eigen-kdl-dbgsym Package-Type: ddeb Source: ros-kilted-tf2-eigen-kdl Version: 0.41.7-1noble.20260519.041737 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 104 Depends: ros-kilted-tf2-eigen-kdl (= 0.41.7-1noble.20260519.041737) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tf2-eigen-kdl/ros-kilted-tf2-eigen-kdl-dbgsym_0.41.7-1noble.20260519.041737_arm64.deb Size: 89932 SHA256: 1d03177b47ed9953d82c23c4c07f045410e86cc3e478a045f4e802c2187e0b38 SHA1: d564830186dacede7e9bd2ff82ff274b870faba4 MD5sum: 786816184f5b909cdfce8320e2f0c442 Description: debug symbols for ros-kilted-tf2-eigen-kdl Build-Ids: e770ba27ef4a4913e3a3716d66552e323291d594 Package: ros-kilted-tf2-geometry-msgs Version: 0.41.7-1noble.20260519.060722 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 139 Depends: python3-numpy, ros-kilted-geometry-msgs, ros-kilted-orocos-kdl-vendor, ros-kilted-tf2, ros-kilted-tf2-ros, ros-kilted-tf2-ros-py, ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/tf2_ros Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tf2-geometry-msgs/ros-kilted-tf2-geometry-msgs_0.41.7-1noble.20260519.060722_arm64.deb Size: 19894 SHA256: 2e4f38a9e735eac4a32b740498f947ede55e2a951907e1b3fc921a231738f830 SHA1: d2d7b8837ff7523cd758f8957b7b6c9e9078f500 MD5sum: 5f5a8e422239ad08b937c4ecb8519786 Description: tf2_geometry_msgs Package: ros-kilted-tf2-kdl Version: 0.41.7-1noble.20260519.050621 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 90 Depends: ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-orocos-kdl-vendor, ros-kilted-python-orocos-kdl-vendor, ros-kilted-tf2, ros-kilted-tf2-ros, ros-kilted-tf2-ros-py, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/tf2 Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tf2-kdl/ros-kilted-tf2-kdl_0.41.7-1noble.20260519.050621_arm64.deb Size: 13774 SHA256: 65dfe8ea06ba29d6bcaf799b0ccddb64be00c77c6db6c1cb105a25737993ff72 SHA1: 4b496d822b339f6f3eccbd0d446f56d78a22dcc8 MD5sum: c4b045e19b6ebf10db32d6458bd2f9b2 Description: KDL binding for tf2 Package: ros-kilted-tf2-msgs Version: 0.41.7-1noble.20260519.030154 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2634 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/tf2_msgs Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tf2-msgs/ros-kilted-tf2-msgs_0.41.7-1noble.20260519.030154_arm64.deb Size: 174670 SHA256: 49dee2da3273ed652ef6c64d3edd2e34c79fbe1f08a1202c635827dc0436b14d SHA1: 17f47a46aed250e6a37fe554abc8a41a5ba02e69 MD5sum: 8274bf1ee46863406c9c5e5c4ba859ae Description: tf2_msgs Package: ros-kilted-tf2-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-tf2-msgs Version: 0.41.7-1noble.20260519.030154 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 1511 Depends: ros-kilted-tf2-msgs (= 0.41.7-1noble.20260519.030154) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tf2-msgs/ros-kilted-tf2-msgs-dbgsym_0.41.7-1noble.20260519.030154_arm64.deb Size: 1086202 SHA256: 2b58a7736538784037dd7f016c6c82c43062cb57376160c3e45cdaa49184c5b0 SHA1: c6bed7563cf72314c2274b81411363b3e20bb5b3 MD5sum: 2051692426dc3053fda42f8677eac837 Description: debug symbols for ros-kilted-tf2-msgs Build-Ids: 0fcaa3984edecad5b51da98d4a2d2fa847da0433 256921b9eafc7414c3dd3ab5a94ab3a3d0a7a7d6 518cc808c245afde1503586bb2385db371595b1d 55fcf611319fb3016be7283797b895d5935da05e 71c9fe57d3ce2ead2fe9521610b7ecb1e946ddeb 750599a4541f4ed1129554f58c6014dd091377ab 78778d3239f996c00f843a2da810b9f32b1e8f8a 7f0ab9fc1817d6b96372881ab4be15e3f6e23e49 9fdedbf151b9ee86506a36105ebd627020f1e1af a7e6110ab9b3e8c7d71db4d9254858df061105e4 b46df2289b864a6f5a7f76855856c66fb1d6da55 Package: ros-kilted-tf2-py Version: 0.41.7-1noble.20260519.045138 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 125 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rclpy, ros-kilted-rpyutils, ros-kilted-tf2, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/tf2_py Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tf2-py/ros-kilted-tf2-py_0.41.7-1noble.20260519.045138_arm64.deb Size: 27480 SHA256: b6af0cc61130bb8d6de8dde9b188a9d8f4e7c634624afe5b5842e66fca83ba1f SHA1: 1d9f34a1f5d50ae30a420344dec1dc0e016a3c73 MD5sum: e24e073bff9602a0191cc1ea30021746 Description: The tf2_py package Package: ros-kilted-tf2-py-dbgsym Package-Type: ddeb Source: ros-kilted-tf2-py Version: 0.41.7-1noble.20260519.045138 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 179 Depends: ros-kilted-tf2-py (= 0.41.7-1noble.20260519.045138) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tf2-py/ros-kilted-tf2-py-dbgsym_0.41.7-1noble.20260519.045138_arm64.deb Size: 154946 SHA256: c2e8211f0753f5a1942a631b29ce640a77531f42020b917d3418641de16b7919 SHA1: 41301469645f8a2045f4d724316dc0c2dbae4ae4 MD5sum: 645849820ac63732795df564ec577fd2 Description: debug symbols for ros-kilted-tf2-py Build-Ids: db220c8e8d6a53c19450de23564b93ecc6be7812 Package: ros-kilted-tf2-ros Version: 0.41.7-1noble.20260519.045807 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 1783 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-message-filters, ros-kilted-rcl-interfaces, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-rclcpp-components, ros-kilted-tf2, ros-kilted-tf2-msgs, ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/tf2_ros Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tf2-ros/ros-kilted-tf2-ros_0.41.7-1noble.20260519.045807_arm64.deb Size: 312294 SHA256: b1f769fdd59afcb37ff293206e6f4235f8e9b17edb24c9375fbda09f7272bc8b SHA1: db9959b5ea2dd37cff094d39c8f77c64590b5939 MD5sum: cf713a768af1379f5ed66bf487fb0512 Description: This package contains the C++ ROS bindings for the tf2 library Package: ros-kilted-tf2-ros-dbgsym Package-Type: ddeb Source: ros-kilted-tf2-ros Version: 0.41.7-1noble.20260519.045807 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 8317 Depends: ros-kilted-tf2-ros (= 0.41.7-1noble.20260519.045807) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tf2-ros/ros-kilted-tf2-ros-dbgsym_0.41.7-1noble.20260519.045807_arm64.deb Size: 7229548 SHA256: 2b966fe9b75eed167f607877be968a01d9f6adf499e633077d6cbbb8c1ec4ad8 SHA1: bfcdbad710aa100af8d2ebf3bd6319de8ec4adc6 MD5sum: 4e01edcf4a8dd08e5caf39a0f2bed570 Description: debug symbols for ros-kilted-tf2-ros Build-Ids: 3e478b763f293fc23ff1d52d7773c02e48d766e8 6717cd0cdf58e67cc7586a1eb0ea07026723ed24 7f0f0d43b655ce605e1f4c4269a551dbda5e3563 85ab89555c3a4a1f86c8ccdabc03fa6824accbd8 8d6e74f386461f41cc2f52b2222a4212c1ea4f96 aec8c2dfcfac57ec7a1c6b57fcf20aa4afe9d60f Package: ros-kilted-tf2-ros-py Version: 0.41.7-1noble.20260519.045532 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 153 Depends: ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rclpy, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-tf2-msgs, ros-kilted-tf2-py, ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/tf2_ros Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tf2-ros-py/ros-kilted-tf2-ros-py_0.41.7-1noble.20260519.045532_arm64.deb Size: 28046 SHA256: facc14f088797ec8579457b98c274733faa3a767eefda8780297499ef95ea2c8 SHA1: b6d64c9f68113b5310402f5b9a26a560613fd9cd MD5sum: 6575025a226a66d148dea7160c720464 Description: This package contains the ROS Python bindings for the tf2 library Package: ros-kilted-tf2-sensor-msgs Version: 0.41.7-1noble.20260519.051831 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 88 Depends: libeigen3-dev, python3-numpy, ros-kilted-eigen3-cmake-module, ros-kilted-geometry-msgs, ros-kilted-sensor-msgs, ros-kilted-sensor-msgs-py, ros-kilted-std-msgs, ros-kilted-tf2, ros-kilted-tf2-ros, ros-kilted-tf2-ros-py, ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/tf2_ros Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tf2-sensor-msgs/ros-kilted-tf2-sensor-msgs_0.41.7-1noble.20260519.051831_arm64.deb Size: 15230 SHA256: 0ebc4500d980f52f6edf001116663b5a16a9b2001d4e3a609e4a94cf2da8421f SHA1: f28de0c3b63be4fa950e1ae33503dc9e7592cea3 MD5sum: 059b6c0b10acc29f86c605a5827175c9 Description: Small lib to transform sensor_msgs with tf. Most notably, PointCloud2 Package: ros-kilted-tf2-tools Version: 0.41.7-1noble.20260519.082455 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 48 Depends: graphviz, python3-yaml, ros-kilted-rclpy, ros-kilted-tf2-msgs, ros-kilted-tf2-py, ros-kilted-tf2-ros-py, ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/tf2_tools Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tf2-tools/ros-kilted-tf2-tools_0.41.7-1noble.20260519.082455_arm64.deb Size: 10726 SHA256: 77ec90935e4fc8b463b2f3268eb7f90143a7dfac3c512925e2076aba674c7674 SHA1: cd8988174383091995793351f655aa561e663fd5 MD5sum: 739e8feaa0e6bfe01d7315fae6edb214 Description: tf2_tools Package: ros-kilted-tf2-web-republisher Version: 1.0.0-1noble.20260519.081428 Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 333 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-geometry-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-rclcpp-components, ros-kilted-tf2, ros-kilted-tf2-ros, ros-kilted-tf2-web-republisher-interfaces, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tf2-web-republisher/ros-kilted-tf2-web-republisher_1.0.0-1noble.20260519.081428_arm64.deb Size: 56322 SHA256: dd58de8e85c956f3d7a6c648a0cec465befc1a6d396cafacf8b12fbd591d8134 SHA1: d6c06f8214876e7ef961030ea386f9181899fd14 MD5sum: 7423c4a26a5f34ed30cd18b5cdbac38e Description: Republishing of Selected TFs Package: ros-kilted-tf2-web-republisher-dbgsym Package-Type: ddeb Source: ros-kilted-tf2-web-republisher Version: 1.0.0-1noble.20260519.081428 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 1183 Depends: ros-kilted-tf2-web-republisher (= 1.0.0-1noble.20260519.081428) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tf2-web-republisher/ros-kilted-tf2-web-republisher-dbgsym_1.0.0-1noble.20260519.081428_arm64.deb Size: 1044576 SHA256: bc15f920b3db6764c229184dfc3663ae6863b12120a768b27004e45d6a36bcf8 SHA1: cc25ad0eed432b0b93ff6d0c327a3c9d16b84922 MD5sum: ff39fbf708ef0276391113e68445df5d Description: debug symbols for ros-kilted-tf2-web-republisher Build-Ids: 30f7c99d8043f0ce868be833992fdca99ed3b984 76d1deaa12b9b582ac7110e0c4a43d0ec0a53298 Package: ros-kilted-tf2-web-republisher-interfaces Version: 1.0.0-1noble.20260519.030302 Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 2705 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-action-msgs, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tf2-web-republisher-interfaces/ros-kilted-tf2-web-republisher-interfaces_1.0.0-1noble.20260519.030302_arm64.deb Size: 172958 SHA256: 779dd1d912c8022495aa63829b9649d19b6ba4623332c9e783d4e84981de5ad6 SHA1: 9e6963aaf9d714dec12a3d9b1f64e7fd0b6c3ef9 MD5sum: cd7d8d87199cbded666fbb4d53030ec4 Description: Interface definitions for tf2_web_republisher Package: ros-kilted-tf2-web-republisher-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-tf2-web-republisher-interfaces Version: 1.0.0-1noble.20260519.030302 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 1535 Depends: ros-kilted-tf2-web-republisher-interfaces (= 1.0.0-1noble.20260519.030302) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tf2-web-republisher-interfaces/ros-kilted-tf2-web-republisher-interfaces-dbgsym_1.0.0-1noble.20260519.030302_arm64.deb Size: 1079782 SHA256: 738b1914b5294455ff008556cf2684d6ac0fb199bcf1943a35eb34a97ba92692 SHA1: cc11f44b2dacbb853cbd5f57a4c826c35e017e60 MD5sum: fdfcb3d24f6b2704db8e1f5ada98bc8d Description: debug symbols for ros-kilted-tf2-web-republisher-interfaces Build-Ids: 2750ed1cabec8a6d1f7725807b7a2b40827c38d8 2ccecf85ee8c25572de438ed4a4b645cb6440cc6 312541ae76696f2a0aedc02f21922ad98b5e2ee5 6637502f227fbb1a6892ac6d253eb414690d4afd 7e2adf7c63be460841a9e22d832663c20be8393c 9dc2d1db181f70e13cb70a79cfff82313a831070 abc9c689255bf2b782396c36f7b3bca7698ec6c4 aea5d4af332f23a74e8207ea6c17de7567c6b1e8 b7e8762cb77a5699e7dd9d446a160d6d9579a86c b99f9bc271e8149e07bdd7de6b355ebbb27969ad ef872fb03e3ef3f69d16e5ec90db07e1a2969d5d Package: ros-kilted-theora-image-transport Version: 5.1.2-1noble.20260519.084111 Architecture: arm64 Maintainer: Kenji Brameld Installed-Size: 2415 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libogg0 (>= 1.0rc3), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), libtheora0 (>= 1.0), ros-kilted-fastcdr, libogg-dev, libopencv-imgproc-dev, libtheora-dev, ros-kilted-cv-bridge, ros-kilted-image-transport, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rcutils, ros-kilted-rosidl-default-runtime, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/image_transport_plugins Priority: optional Section: misc Filename: pool/main/r/ros-kilted-theora-image-transport/ros-kilted-theora-image-transport_5.1.2-1noble.20260519.084111_arm64.deb Size: 287406 SHA256: f8af3d52ce1aeac9052ba4edbccde3b5c29a0f7d2f8cbb285e345f04600af2e9 SHA1: 115d6009c7c6017db2e4868da70469c6ffb4dbc4 MD5sum: 70cabe94215cd662feb0701a3d11ec6c Description: Theora_image_transport provides a plugin to image_transport for transparently sending an image stream encoded with the Theora codec. Package: ros-kilted-theora-image-transport-dbgsym Package-Type: ddeb Source: ros-kilted-theora-image-transport Version: 5.1.2-1noble.20260519.084111 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Kenji Brameld Installed-Size: 7157 Depends: ros-kilted-theora-image-transport (= 5.1.2-1noble.20260519.084111) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-theora-image-transport/ros-kilted-theora-image-transport-dbgsym_5.1.2-1noble.20260519.084111_arm64.deb Size: 5923740 SHA256: 37fc41672be703851541ffb3fcd87ec113b3458411f0f09b96f8edc3a85007b6 SHA1: 179f6819f9d5072540d4a3722fde77303f4e675d MD5sum: aa09d40c28dc8950a3f0014b3ebedc41 Description: debug symbols for ros-kilted-theora-image-transport Build-Ids: 062f939a8aa84c598bc30ec0f4f9834a9cdc235d 0726c65f9323fca9d6a50064794a76c4961c8e7c 254beefa73c71df6a5c7a72572618b0b8cc6ee13 4530ed5c652c32e5e8593a8dc796993522e79b0c 49d02ab8016abe607d3ceb1a38157b25523ce2e1 68df41805a8b794e63bc06d8da60cc520879946e 75b2a5865be0b1f53e95cef809390a9fb126b5ae a18c86b8b3a69ba9f86e79b1f64983051fc6cf66 a4cf307016705e826fa362155d3f855a68107f5f b9546d8fa27ec24d25a070b6c8a76b695ea7ca15 c29ca29e22e3673561a6e9b8f6d692d18f146183 c3625f015e14238cc39375be6ca31edce9d197ad f27c5d0028fe6d5d17706d11147829ad3db9fc58 Package: ros-kilted-tinyspline-vendor Version: 0.6.1-2noble.20260410.161911 Architecture: arm64 Maintainer: Daisuke Nishimatsu Installed-Size: 472 Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-kilted-ros-workspace Homepage: https://github.com/msteinbeck/tinyspline Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tinyspline-vendor/ros-kilted-tinyspline-vendor_0.6.1-2noble.20260410.161911_arm64.deb Size: 106436 SHA256: 368adcfd5dcd13f759dc86620e2c7f5f65298c0f935d8d8326c60d8ea4bc9314 SHA1: 78d12b3c316fe5bddb5c6c71ac8e8697b4726654 MD5sum: d68be56ab28269609ebea4cec03974a2 Description: The vendor package for tinyspline. Package: ros-kilted-tinyspline-vendor-dbgsym Package-Type: ddeb Source: ros-kilted-tinyspline-vendor Version: 0.6.1-2noble.20260410.161911 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daisuke Nishimatsu Installed-Size: 374 Depends: ros-kilted-tinyspline-vendor (= 0.6.1-2noble.20260410.161911) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tinyspline-vendor/ros-kilted-tinyspline-vendor-dbgsym_0.6.1-2noble.20260410.161911_arm64.deb Size: 311014 SHA256: 0cd32eaff00881c328501d5e04a581753d0c4af2ca08169a76946f62c046f040 SHA1: 4ad5b7531bdf0aed8221d8ebba0a91018ec531ed MD5sum: 58631d80e0fde4202a252840d06f1a6c Description: debug symbols for ros-kilted-tinyspline-vendor Build-Ids: 0589706970caa22823f9a9b9b4602c4a1f9e4816 59b90039edf855109ba4c211135dbb2bb260592f Package: ros-kilted-tinyxml-vendor Version: 0.10.0-3noble.20260410.162000 Architecture: arm64 Maintainer: Scott K Logan Installed-Size: 46 Depends: libtinyxml-dev, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tinyxml-vendor/ros-kilted-tinyxml-vendor_0.10.0-3noble.20260410.162000_arm64.deb Size: 6486 SHA256: d898d3f400a8b9442a2037cbdcb5b4d0c585180264b0b73206d86258d882cd5b SHA1: a789c1fb59e1b4c75fe6e4e2ffe2a805612549a5 MD5sum: 1ff2c707ab8454fafb16fd5fa4d099c9 Description: CMake shim over the tinxml library. Package: ros-kilted-tinyxml2-vendor Version: 0.10.1-1noble.20260410.162000 Architecture: arm64 Maintainer: Scott K Logan Installed-Size: 49 Depends: libtinyxml2-dev, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tinyxml2-vendor/ros-kilted-tinyxml2-vendor_0.10.1-1noble.20260410.162000_arm64.deb Size: 7020 SHA256: 9fa317ec137a202cc60dc486f0dac2b964e9991eab95a2bb0fcb64fc63cb760d SHA1: 4853be17a2f03755deccad155d592e55cb16abec MD5sum: 25336813ea308c252cd2f8dfaffe78b6 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-kilted-tl-expected Version: 1.3.1-1noble.20260505.210402 Architecture: arm64 Maintainer: bmagyar Installed-Size: 144 Depends: ros-kilted-ros-workspace Homepage: https://github.com/TartanLlama/expected Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tl-expected/ros-kilted-tl-expected_1.3.1-1noble.20260505.210402_arm64.deb Size: 17400 SHA256: 9781bda30f96e9d69a1adf9cee6a1a1428fa3c7420ee73714c8d8088e34e770c SHA1: d62029cfb4fd0751ef9f4251c0191d7f2d7e0054 MD5sum: 0fdf9a3c2d4bccce711a928253633589 Description: C++11/14/17 std::expected with functional-style extensions Package: ros-kilted-tlsf Version: 0.10.1-2noble.20260410.162538 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 63 Depends: ros-kilted-ament-cmake, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tlsf/ros-kilted-tlsf_0.10.1-2noble.20260410.162538_arm64.deb Size: 11980 SHA256: d2a9a21935b9eb6fd36b4723de199a22ab194a3b2fdb3cf798a38129f8bcf845 SHA1: 5950cd1013878feda7e05dd3b243d32c134aab89 MD5sum: 6f66bebb3e8beb145d36c6acd544e959 Description: TLSF allocator version 2.4.6 Package: ros-kilted-tlsf-cpp Version: 0.18.3-1noble.20260519.054922 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 577 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-ament-cmake, ros-kilted-rclcpp, ros-kilted-rmw, ros-kilted-std-msgs, ros-kilted-tlsf, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tlsf-cpp/ros-kilted-tlsf-cpp_0.18.3-1noble.20260519.054922_arm64.deb Size: 114628 SHA256: fbe6e5c67ecc1c251595252a2417ff39da0b1c52d054a7e88506b0fe600ef2fc SHA1: c4af3f468f94662cea6050ef49a3b0a0e24a2f8c MD5sum: d215bef68e32fbbaf4df2816b2e6d262 Description: C++ stdlib-compatible wrapper around tlsf allocator and ROS2 examples Package: ros-kilted-tlsf-cpp-dbgsym Package-Type: ddeb Source: ros-kilted-tlsf-cpp Version: 0.18.3-1noble.20260519.054922 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 2372 Depends: ros-kilted-tlsf-cpp (= 0.18.3-1noble.20260519.054922) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tlsf-cpp/ros-kilted-tlsf-cpp-dbgsym_0.18.3-1noble.20260519.054922_arm64.deb Size: 1981508 SHA256: a81b7d899ec2bfcb42797445519bf0bc33517b75ca5bc8a48f69981816419eba SHA1: 2ddf79ba9ae4a2435de7a81a2277ace5bbb9b386 MD5sum: eae8df7307e4e0a189eb170c56793284 Description: debug symbols for ros-kilted-tlsf-cpp Build-Ids: ae2106d81ee39280ab768f3078059ecea1fa033b Package: ros-kilted-topic-monitor Version: 0.36.5-1noble.20260519.043710 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 96 Depends: ros-kilted-launch, ros-kilted-launch-ros, ros-kilted-rclpy, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-topic-monitor/ros-kilted-topic-monitor_0.36.5-1noble.20260519.043710_arm64.deb Size: 21566 SHA256: c719f815b74401a08db8b7b9f330ee7bf66848fb0ba9564fb9919823f9fd6c65 SHA1: 99b3ded40ee0a7bd2869511b9bb29281a25dc272 MD5sum: 1cb911e9f2d4887e91af0ad3cc82d441 Description: Package containing tools for monitoring ROS 2 topics. Package: ros-kilted-topic-statistics-demo Version: 0.36.5-1noble.20260519.050923 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 945 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-rclcpp, ros-kilted-rcutils, ros-kilted-sensor-msgs, ros-kilted-statistics-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-topic-statistics-demo/ros-kilted-topic-statistics-demo_0.36.5-1noble.20260519.050923_arm64.deb Size: 147056 SHA256: e363c551b4f8acb3eb599ec4b3b0529c89b03c66ccf68533f1e70488d1c2d789 SHA1: df4ff611ba39e2686aff47043db5b5933e35d122 MD5sum: 2cce718bb0c91c24719e27f001a08e24 Description: C++ demo application for topic statistics feature. Package: ros-kilted-topic-statistics-demo-dbgsym Package-Type: ddeb Source: ros-kilted-topic-statistics-demo Version: 0.36.5-1noble.20260519.050923 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 4534 Depends: ros-kilted-topic-statistics-demo (= 0.36.5-1noble.20260519.050923) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-topic-statistics-demo/ros-kilted-topic-statistics-demo-dbgsym_0.36.5-1noble.20260519.050923_arm64.deb Size: 3678610 SHA256: c346f986526a973d8652106d6f7561d8daf2f18e7d99103afbf2b25a3d28aca8 SHA1: 15102749e0c7747cc41035bc9da3621e34051c08 MD5sum: e52fcf150d48422a6fb2d6c69b095278 Description: debug symbols for ros-kilted-topic-statistics-demo Build-Ids: 9229415abf88236720fe728dfcbead49e459f220 Package: ros-kilted-topic-tools Version: 1.4.5-1noble.20260519.105604 Architecture: arm64 Maintainer: "Emerson Knapp" Installed-Size: 1535 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rclpy, ros-kilted-ros2cli, ros-kilted-rosidl-runtime-py, ros-kilted-topic-tools-interfaces, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/topic_tools/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-topic-tools/ros-kilted-topic-tools_1.4.5-1noble.20260519.105604_arm64.deb Size: 197658 SHA256: b82f1a9826d9f78063be4ee280c6e4f7cec3a6fdba52660e8068b394d8a94f30 SHA1: ad24699c2bfe807cd89d422961bfdd58932b53e7 MD5sum: 678ad7c9346d613800edf5f24b0e9104 Description: Tools for directing, throttling, selecting, and otherwise messing with ROS 2 topics at a meta level. Package: ros-kilted-topic-tools-dbgsym Package-Type: ddeb Source: ros-kilted-topic-tools Version: 1.4.5-1noble.20260519.105604 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Emerson Knapp" Installed-Size: 8501 Depends: ros-kilted-topic-tools (= 1.4.5-1noble.20260519.105604) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-topic-tools/ros-kilted-topic-tools-dbgsym_1.4.5-1noble.20260519.105604_arm64.deb Size: 7653376 SHA256: f0f239517ed92575b6b6e8ea250349caa2a4e00a5646d65fed8683f7e669bec1 SHA1: 5bcf56069e26df5064cc2b75bf39b854af5764d5 MD5sum: 332735258ad943f1934bbdf7114cd7b1 Description: debug symbols for ros-kilted-topic-tools Build-Ids: 059f1e93d06e25fd0d83f0ce21f25b0349612c9d 0c6b2e17a55d642a5e7a68433503ff21da2c5627 32de90c3fcf8aa253a816fc6ae302ef6cefd4570 4daaa7fe87902ffc43a3d2ec443b8354b458d712 9d7e4830148b62449930545c29284f604e5c5e65 a4faa7fee1fd9df58166c67b8746094fc7220d0d a9c959fb4371a17b0ec3738a3be0b9e9d2d2d60e b4679c5eff66815fcd903e01602f7718d6249684 c0a6092a1713444309744d385727d446cf2aceb7 c9622816e62780eae82c53f023247eb30fe18ccd d4ee7a8fb0001cbc175f6c7593a1160df6646951 fcc4be9fed22fb00b89246507984ac473a458d65 Package: ros-kilted-topic-tools-interfaces Version: 1.4.5-1noble.20260519.022029 Architecture: arm64 Maintainer: "Emerson Knapp" Installed-Size: 3748 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/topic_tools_interfaces/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-topic-tools-interfaces/ros-kilted-topic-tools-interfaces_1.4.5-1noble.20260519.022029_arm64.deb Size: 217242 SHA256: e9257de13049e7ae76d1739f1aa5f1e098fc3328bf071542e6922f19684da5cd SHA1: a9ad5d40879cbde3dc058429af78a64da6a0dc3b MD5sum: 0de4bad150d6fd58f682a156931965ff Description: topic_tools_interfaces contains messages and services for topic_tools Package: ros-kilted-topic-tools-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-topic-tools-interfaces Version: 1.4.5-1noble.20260519.022029 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Emerson Knapp" Installed-Size: 2674 Depends: ros-kilted-topic-tools-interfaces (= 1.4.5-1noble.20260519.022029) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-topic-tools-interfaces/ros-kilted-topic-tools-interfaces-dbgsym_1.4.5-1noble.20260519.022029_arm64.deb Size: 1983166 SHA256: 0835cdd8576fb99fa96b2bd9201ffc861381bf6c6b7229cf88d74586728d556d SHA1: 6d23d9694a2466d37c0cd81dd7f6233806938c76 MD5sum: 49d3ec20ef942ff3a3c55adf02eac321 Description: debug symbols for ros-kilted-topic-tools-interfaces Build-Ids: 02a8d3c1bdccd04713fde0a94f8e97a9225cc1ef 120761653c3541720d67b75b4c568fd0dee11be5 1cd82e37da2a9037801a432b11cf8fc9a49e8099 4386ba738b0e30107a694ae59bf3fd6a9e9599a2 4723f3aa3c46beaf233f525309b0ee8bcd748c0f 4cfd6fa085abac99d1604fe8a4961e9c592ad75a 54ddb755658d4e394777ec24e6b6f9e21916b1cd 8ccea455fd824778262d784ab405394a36c12961 bdf3a4885946f4d723c97e1d853f9ce223dd9122 ce2344590c4437738628e8eb828e871a76d54a0a e62827b6a57385c6e00c06321df106f8d6b92497 Package: ros-kilted-toppra Version: 0.6.8-1noble.20260504.093729 Architecture: arm64 Maintainer: "Hung Pham" Installed-Size: 657 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, ros-kilted-ros-workspace Homepage: https://hungpham2511.github.io/toppra/index.html Priority: optional Section: misc Filename: pool/main/r/ros-kilted-toppra/ros-kilted-toppra_0.6.8-1noble.20260504.093729_arm64.deb Size: 197320 SHA256: 7606b8dea546713e942f3d281c78b16a5baf86456d8f62764ebedde5f54cdd1c SHA1: 2e79b5f74e3f398b0fa8f6ac879ca88653c8405e MD5sum: ff26e933c0d21b179326a04939caaf4c Description: Time-Optimal Path Parameterization Package: ros-kilted-toppra-dbgsym Package-Type: ddeb Source: ros-kilted-toppra Version: 0.6.8-1noble.20260504.093729 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Hung Pham" Installed-Size: 4918 Depends: ros-kilted-toppra (= 0.6.8-1noble.20260504.093729) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-toppra/ros-kilted-toppra-dbgsym_0.6.8-1noble.20260504.093729_arm64.deb Size: 4886204 SHA256: 3e1e16c2e5198ea137e76b9ff278d4e6b87ecb7c55d21b6ec432350772b7c4cb SHA1: 419a1f863c216e700375eaa935e80877ae4a15c2 MD5sum: c61bc77077169179956d1e36a59a1ca4 Description: debug symbols for ros-kilted-toppra Build-Ids: 5adf9dfef65f5a5a5fca5f3f6282f2a2606b4172 Package: ros-kilted-trac-ik Version: 2.1.1-2noble.20260520.091626 Architecture: arm64 Maintainer: TRACLabs Robotics Installed-Size: 42 Depends: ros-kilted-trac-ik-kinematics-plugin, ros-kilted-trac-ik-lib, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/trac_ik Priority: optional Section: misc Filename: pool/main/r/ros-kilted-trac-ik/ros-kilted-trac-ik_2.1.1-2noble.20260520.091626_arm64.deb Size: 5708 SHA256: 561c9c90f5a49e63c3debcb7768c258c316b4afd0489c86d526914f00e60c442 SHA1: 9ff3998b4d65dba089c0cd6451edc79408ce473b MD5sum: 8751a9434205909d8b9491d5a83b2a90 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-kilted-trac-ik-kinematics-plugin Version: 2.1.1-2noble.20260520.090107 Architecture: arm64 Maintainer: TRACLabs Robotics Installed-Size: 219 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-kilted-moveit-core, ros-kilted-class-loader, ros-kilted-generate-parameter-library, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-tf2-kdl, ros-kilted-trac-ik-lib, ros-kilted-urdf, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-trac-ik-kinematics-plugin/ros-kilted-trac-ik-kinematics-plugin_2.1.1-2noble.20260520.090107_arm64.deb Size: 56602 SHA256: dd57a7dd48268ac85d470509261483c12db1f87b81b108bac37f40d00038b68e SHA1: 411fe2cd5ed7e029b508853fd41b56384b2125f1 MD5sum: 48832ebcb64d8dcc78df36d4e748b02c Description: A MoveIt! Kinematics plugin using TRAC-IK Package: ros-kilted-trac-ik-kinematics-plugin-dbgsym Package-Type: ddeb Source: ros-kilted-trac-ik-kinematics-plugin Version: 2.1.1-2noble.20260520.090107 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: TRACLabs Robotics Installed-Size: 1871 Depends: ros-kilted-trac-ik-kinematics-plugin (= 2.1.1-2noble.20260520.090107) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-trac-ik-kinematics-plugin/ros-kilted-trac-ik-kinematics-plugin-dbgsym_2.1.1-2noble.20260520.090107_arm64.deb Size: 1832844 SHA256: 61450c79f94a3f870ca2f8b1f0559d8c9290fdbe3043c9e8e8b542c111b949bc SHA1: a4bd0fd47c214261d7d52e1a3d66d14e7836f8f5 MD5sum: b4cac5c881a7808c00ea44d36bf9e395 Description: debug symbols for ros-kilted-trac-ik-kinematics-plugin Build-Ids: 8212a55fa700cfb3732d2f1c599a59619fb809e5 Package: ros-kilted-trac-ik-lib Version: 2.1.1-2noble.20260519.082044 Architecture: arm64 Maintainer: TRACLabs Robotics Installed-Size: 304 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libnlopt-cxx0 (>= 2.7.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libeigen3-dev, libnlopt-cxx-dev, pkg-config, ros-kilted-eigen3-cmake-module, ros-kilted-geometry-msgs, ros-kilted-kdl-parser, ros-kilted-rclcpp, ros-kilted-urdf, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-trac-ik-lib/ros-kilted-trac-ik-lib_2.1.1-2noble.20260519.082044_arm64.deb Size: 88546 SHA256: 3ac7ccef7f25e0d452d6aca46c86f08c6ef5a390452684132870961ec833d64c SHA1: 2adac7b64385c3894e78dceef8db64e48c20fcf5 MD5sum: b459b228658ea370f6ee74622fa6dea8 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-kilted-trac-ik-lib-dbgsym Package-Type: ddeb Source: ros-kilted-trac-ik-lib Version: 2.1.1-2noble.20260519.082044 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: TRACLabs Robotics Installed-Size: 2668 Depends: ros-kilted-trac-ik-lib (= 2.1.1-2noble.20260519.082044) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-trac-ik-lib/ros-kilted-trac-ik-lib-dbgsym_2.1.1-2noble.20260519.082044_arm64.deb Size: 2635276 SHA256: 1411f73780b83ef89987e29a40fa5fc0b6b4e52a6e7a6c847f525752859ca27d SHA1: db7216e14a05d7186b6f42615fee2f875e5a99d4 MD5sum: e1c03981028c625061d619c632c07d98 Description: debug symbols for ros-kilted-trac-ik-lib Build-Ids: 9c2653387b8d38fc4b3de1f5b2d349970defe5c9 Package: ros-kilted-tracetools Version: 8.6.0-2noble.20260410.163022 Architecture: arm64 Maintainer: Christophe Bedard Installed-Size: 382 Depends: libc6 (>= 2.34), liblttng-ust1t64 (>= 2.13.0), libstdc++6 (>= 4.1.1), liblttng-ust-dev, lttng-tools, ros-kilted-ros-workspace Homepage: https://docs.ros.org/en/rolling/p/tracetools/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tracetools/ros-kilted-tracetools_8.6.0-2noble.20260410.163022_arm64.deb Size: 39766 SHA256: b85a2ea70381882c7c177ddf5108aa467b09d292e67fab2c70759154c4a4da28 SHA1: a892116d2541f89ca84366f2ba3926b00e13cf3b MD5sum: fc3706b06be63614fb87cda8038d5952 Description: Tracing wrapper for ROS 2. Package: ros-kilted-tracetools-acceleration Version: 0.4.1-4noble.20260519.041248 Architecture: arm64 Maintainer: Víctor Mayoral-Vilches Installed-Size: 205 Depends: libc6 (>= 2.34), ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tracetools-acceleration/ros-kilted-tracetools-acceleration_0.4.1-4noble.20260519.041248_arm64.deb Size: 13982 SHA256: 461e0e620884aa295cdc742f0e4cac664d388e3e0d279522984516fbfd05d1a6 SHA1: d90a204fb42ad5b80f93ca160c95773cb14dedca MD5sum: e3a2844097f7ecc30dd8a9ab7b50aa32 Description: LTTng tracing provider wrapper for ROS 2 packages using hardware acceleration. Fork of tracetools to trace hardware acceleration in ROS 2. Package: ros-kilted-tracetools-acceleration-dbgsym Package-Type: ddeb Source: ros-kilted-tracetools-acceleration Version: 0.4.1-4noble.20260519.041248 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Víctor Mayoral-Vilches Installed-Size: 30 Depends: ros-kilted-tracetools-acceleration (= 0.4.1-4noble.20260519.041248) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tracetools-acceleration/ros-kilted-tracetools-acceleration-dbgsym_0.4.1-4noble.20260519.041248_arm64.deb Size: 6898 SHA256: dc3ef39e13371041d96d869b0d77e90acf61b72371365518b99a67eae9905c6c SHA1: b790ee60eaf80bb54c441ce0ed565a4f850a2b21 MD5sum: afba2617af57d3f8575f3951d80530e9 Description: debug symbols for ros-kilted-tracetools-acceleration Build-Ids: 4950b46572e5d9aaaee359f1a67d8944a58d223c 6f7bfc6976889fcc3c9060284360ea3f623770c5 Package: ros-kilted-tracetools-analysis Version: 3.1.0-2noble.20260410.184655 Architecture: arm64 Maintainer: Christophe Bedard Installed-Size: 359 Depends: jupyter-notebook, python3-pandas, ros-kilted-tracetools-read, ros-kilted-tracetools-trace, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/tracetools_analysis/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tracetools-analysis/ros-kilted-tracetools-analysis_3.1.0-2noble.20260410.184655_arm64.deb Size: 71602 SHA256: 76a60cf7b609e1dd485c57636108791e60c27ad108463a26abfa3c40a9002e17 SHA1: 16d693a7e25f45abdaa28acd3b7bc01f243c2a01 MD5sum: 6dd3daaa1856a1e4260d542cbe1d1863 Description: Tools for analysing trace data. Package: ros-kilted-tracetools-dbgsym Package-Type: ddeb Source: ros-kilted-tracetools Version: 8.6.0-2noble.20260410.163022 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christophe Bedard Installed-Size: 202 Depends: ros-kilted-tracetools (= 8.6.0-2noble.20260410.163022) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tracetools/ros-kilted-tracetools-dbgsym_8.6.0-2noble.20260410.163022_arm64.deb Size: 90970 SHA256: 3b7a4161986941aaf12f5190af31075ff95245df729e1bc9ce6c659e65c09633 SHA1: a608426fb31f58b3402271aa7589c6bb77f92c0a MD5sum: 9a65c76ef43c4fde7f058ed5df48dd27 Description: debug symbols for ros-kilted-tracetools Build-Ids: 69b6ab39851812f4ed37c4040aee0a40c34c49cb 6e60f7c3a4751bf70b3d25d7c66538705a8daadd cab43c749eb0ccfb4c2a3a975b62207dd9fb3969 Package: ros-kilted-tracetools-image-pipeline Version: 6.0.12-1noble.20260519.041628 Architecture: arm64 Maintainer: Víctor Mayoral-Vilches Installed-Size: 207 Depends: libc6 (>= 2.34), ros-kilted-ros-workspace Homepage: https://index.ros.org/p/tracetools_image_pipeline/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tracetools-image-pipeline/ros-kilted-tracetools-image-pipeline_6.0.12-1noble.20260519.041628_arm64.deb Size: 14074 SHA256: 2d97494ff999ed352067b868152ba2ca3d17411bd7e32bb0608f61e551c11eb1 SHA1: e8c93df30aff106f83d850d63895904046de7cfe MD5sum: b85453f2990fe7b25e89ddd0876fc7e5 Description: LTTng tracing provider wrapper for image_pipeline ROS 2 meta-package. Package: ros-kilted-tracetools-image-pipeline-dbgsym Package-Type: ddeb Source: ros-kilted-tracetools-image-pipeline Version: 6.0.12-1noble.20260519.041628 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Víctor Mayoral-Vilches Installed-Size: 29 Depends: ros-kilted-tracetools-image-pipeline (= 6.0.12-1noble.20260519.041628) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tracetools-image-pipeline/ros-kilted-tracetools-image-pipeline-dbgsym_6.0.12-1noble.20260519.041628_arm64.deb Size: 6750 SHA256: c261ef5b4a203aa7e1d7b12409efcbf05d8663d2cdd5db7c5f98741572178704 SHA1: b2f42a90a5e7e3b7b75335c95d1fdcf5109870d0 MD5sum: 4990688d82c071be0c9d3f2e0c30cc5e Description: debug symbols for ros-kilted-tracetools-image-pipeline Build-Ids: 59df7745fee32d335d2b17f2358978dbb9f3ea5f ebaf8256dae6407d4147dcf5fffde517d90283cf Package: ros-kilted-tracetools-launch Version: 8.6.0-2noble.20260519.043724 Architecture: arm64 Maintainer: Christophe Bedard Installed-Size: 95 Depends: ros-kilted-launch, ros-kilted-launch-ros, ros-kilted-tracetools-trace, ros-kilted-ros-workspace Homepage: https://docs.ros.org/en/rolling/p/tracetools_launch/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tracetools-launch/ros-kilted-tracetools-launch_8.6.0-2noble.20260519.043724_arm64.deb Size: 21050 SHA256: d2768494a6f8d6c155521577114ae3875c67d887356bba51fd7cc841e6b24397 SHA1: 73b9c14dd3906fc9e4f742c806c1f383a48df1b5 MD5sum: 1f0b2df1f13b2531cb22b68d4d948313 Description: Launch integration for tracing. Package: ros-kilted-tracetools-read Version: 8.6.0-2noble.20260410.183907 Architecture: arm64 Maintainer: Christophe Bedard Installed-Size: 43 Depends: python3-babeltrace, ros-kilted-ros-workspace Homepage: https://docs.ros.org/en/rolling/p/tracetools_read/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tracetools-read/ros-kilted-tracetools-read_8.6.0-2noble.20260410.183907_arm64.deb Size: 7870 SHA256: 0af44062f3d0f8fb4660a84899f451728535ef27947c2d234e012a084268c928 SHA1: 16f1c9f387c3e60ca1bb2477d2099564a47f33c1 MD5sum: b209885c909283c83ce5eee99c22915a Description: Tools for reading traces. Package: ros-kilted-tracetools-test Version: 8.6.0-2noble.20260519.043837 Architecture: arm64 Maintainer: Christophe Bedard Installed-Size: 91 Depends: ros-kilted-launch, ros-kilted-launch-ros, ros-kilted-tracetools-launch, ros-kilted-tracetools-read, ros-kilted-tracetools-trace, ros-kilted-ros-workspace Homepage: https://docs.ros.org/en/rolling/p/tracetools_test/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tracetools-test/ros-kilted-tracetools-test_8.6.0-2noble.20260519.043837_arm64.deb Size: 19928 SHA256: 4df2a5c958008ea58545533bf5733e90475d3ce3361abf5d251925c35f82dc6e SHA1: ad26ee210d6b87ed53265f4711cccda29fb4b194 MD5sum: bebed89ffcb7e4c7edfca7cfe9bfa3cc Description: Utilities for tracing-related tests. Package: ros-kilted-tracetools-trace Version: 8.6.0-2noble.20260410.183958 Architecture: arm64 Maintainer: Christophe Bedard Installed-Size: 146 Depends: ros-kilted-lttngpy, ros-kilted-ros-workspace Homepage: https://docs.ros.org/en/rolling/p/tracetools_trace/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tracetools-trace/ros-kilted-tracetools-trace_8.6.0-2noble.20260410.183958_arm64.deb Size: 31260 SHA256: 370124762cd553b013ac89a2e74cc8f671ad20e47534632627641c277fcd2e51 SHA1: cea20206bf7d891a581483c54d56c8be8ec1f85b MD5sum: 0137e8e29b96cd3910b733843c57cd91 Description: Tools for setting up tracing sessions. Package: ros-kilted-trajectory-msgs Version: 5.5.2-1noble.20260519.031010 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 1491 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-trajectory-msgs/ros-kilted-trajectory-msgs_5.5.2-1noble.20260519.031010_arm64.deb Size: 99956 SHA256: ca4b6db1bf42deb485b826b9b19ebda2ceadade436827ea73669637b44750038 SHA1: fe894c3b10007e4865144bff340083637e0587ab MD5sum: eef78a831f8a2dcc38481f359ccccc9d Description: A package containing some robot trajectory message definitions. Package: ros-kilted-trajectory-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-trajectory-msgs Version: 5.5.2-1noble.20260519.031010 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tully Foote Installed-Size: 918 Depends: ros-kilted-trajectory-msgs (= 5.5.2-1noble.20260519.031010) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-trajectory-msgs/ros-kilted-trajectory-msgs-dbgsym_5.5.2-1noble.20260519.031010_arm64.deb Size: 695736 SHA256: 3fe81ddbf039fd67139bd8c318759f5b5bc968773a89eac2e6859e1dc6688d71 SHA1: 574b43517efae5416fba294bac69eb3c379f0194 MD5sum: 5e250d81f2150853dfab5e259796f584 Description: debug symbols for ros-kilted-trajectory-msgs Build-Ids: 0204c915a6075412f8d275965243a53c24df7355 1b0becda36d2efbf0310e8ab6500466eab8d75ef 294e8b823de710608262586ada3364f8b64631f2 374c124d026f0894a9b867da65a54d1230ebf7e0 4cd0b0972fe1d43d704a2d5bedbf126bb5aa523f 5471f88e5c65c2ab364b822855c0e6abcfb601f6 699355bdc69560d68c66b30bf3edffc886a044c7 81b81d3b2cafb898cf4257ffd622707f08f3fe45 ae88d1fa94c1d8e75cfb5c7573fff1fd0f2a6713 f4874acdd7cb7b99ca1eeb0f00833742339492a1 fd7cabf7b4c16c315bd58f28bf0ec802dc9b4a22 Package: ros-kilted-transmission-interface Version: 5.14.2-1noble.20260520.083821 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 273 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), libfmt-dev, ros-kilted-hardware-interface, ros-kilted-pluginlib, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/transmission_interface/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-transmission-interface/ros-kilted-transmission-interface_5.14.2-1noble.20260520.083821_arm64.deb Size: 56400 SHA256: 9ea1c9510abac7dfa827628be77e7bc2ab173eec7e450472f9b987c51419b9b4 SHA1: 347e289f295093c5376d96defbaead86bafefa9c MD5sum: 23ae84a82718cf3eb890fe8e2599c636 Description: data structures for representing mechanical transmissions, methods for propagating values between actuator and joint spaces and tooling to support this. Package: ros-kilted-transmission-interface-dbgsym Package-Type: ddeb Source: ros-kilted-transmission-interface Version: 5.14.2-1noble.20260520.083821 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 687 Depends: ros-kilted-transmission-interface (= 5.14.2-1noble.20260520.083821) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-transmission-interface/ros-kilted-transmission-interface-dbgsym_5.14.2-1noble.20260520.083821_arm64.deb Size: 612104 SHA256: bf932a476e46c7a51167ff7d8d4c02612ae0b77572908a790488a98400d67c73 SHA1: f948bce957179debcd22c9a968635bde0cc2ccb0 MD5sum: 9a856dfa9538c86ebb61855ea01f3a6f Description: debug symbols for ros-kilted-transmission-interface Build-Ids: 6a94a178c06992e7d335ad5f294881003ead405e Package: ros-kilted-tricycle-controller Version: 5.15.1-1noble.20260520.082347 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 970 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-ackermann-msgs, ros-kilted-backward-ros, ros-kilted-builtin-interfaces, ros-kilted-controller-interface, ros-kilted-geometry-msgs, ros-kilted-hardware-interface, ros-kilted-nav-msgs, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-rcpputils, ros-kilted-realtime-tools, ros-kilted-std-srvs, ros-kilted-tf2, ros-kilted-tf2-msgs, ros-kilted-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tricycle-controller/ros-kilted-tricycle-controller_5.15.1-1noble.20260520.082347_arm64.deb Size: 202418 SHA256: 551ecbdd19030f5b8ed5bad8a0711487f6fa60ea125ce8ece696be0e5d9f8c10 SHA1: d75145c05bcc08db6ffd12bb773dd2c4fc03893f MD5sum: dff33770ea52799283e76a4f88a7916d Description: Controller for a tricycle drive mobile base Package: ros-kilted-tricycle-controller-dbgsym Package-Type: ddeb Source: ros-kilted-tricycle-controller Version: 5.15.1-1noble.20260520.082347 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 3913 Depends: ros-kilted-tricycle-controller (= 5.15.1-1noble.20260520.082347) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tricycle-controller/ros-kilted-tricycle-controller-dbgsym_5.15.1-1noble.20260520.082347_arm64.deb Size: 3376408 SHA256: 26739ad2c7586ab45b8af7b348d067937041656bd04a0875a947daff289e9126 SHA1: aa985f00a825f39db35deba3010e13af7e7b50f9 MD5sum: d7091424c0799d6e522df66487d09ba7 Description: debug symbols for ros-kilted-tricycle-controller Build-Ids: 2af73239eea03da67aa1c1913c88d9b198b51c4d Package: ros-kilted-tricycle-steering-controller Version: 5.15.1-1noble.20260520.084249 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 217 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-backward-ros, ros-kilted-control-msgs, ros-kilted-controller-interface, ros-kilted-hardware-interface, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-std-srvs, ros-kilted-steering-controllers-library, ros-kilted-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tricycle-steering-controller/ros-kilted-tricycle-steering-controller_5.15.1-1noble.20260520.084249_arm64.deb Size: 47340 SHA256: c787c6f812e83d2782c79e58cb16e550a25c709737885548497ecc338aca4484 SHA1: d69f26b311c123f501811f3c0119b80beb94be61 MD5sum: 88da42d5af97c9640809a1df4e7dea39 Description: Steering controller with tricycle kinematics. Rear fixed wheels are powering the vehicle and front wheel is steering. Package: ros-kilted-tricycle-steering-controller-dbgsym Package-Type: ddeb Source: ros-kilted-tricycle-steering-controller Version: 5.15.1-1noble.20260520.084249 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 739 Depends: ros-kilted-tricycle-steering-controller (= 5.15.1-1noble.20260520.084249) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tricycle-steering-controller/ros-kilted-tricycle-steering-controller-dbgsym_5.15.1-1noble.20260520.084249_arm64.deb Size: 693398 SHA256: dcb780f871f3a5ed621e9585925e6eba2b7d985a2bda5213a7bab716cc6a5144 SHA1: 985d83f990a345a647de9241636c033f662c9e47 MD5sum: 05d103226b5d7271527d592ee29dfa0c Description: debug symbols for ros-kilted-tricycle-steering-controller Build-Ids: 6fb8b4a6ebf0f308b95991c1852d04623c46828c Package: ros-kilted-tsid Version: 1.10.0-1noble.20260514.135540 Architecture: arm64 Maintainer: "Guilhem Saurel" Installed-Size: 2598 Depends: libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py312, libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-pinocchio, ros-kilted-urdfdom, graphviz, libboost-all-dev, ros-kilted-ament-cmake, ros-kilted-eigenpy, ros-kilted-eiquadprog, ros-kilted-ros-workspace Homepage: https://github.com/stack-of-tasks/tsid Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tsid/ros-kilted-tsid_1.10.0-1noble.20260514.135540_arm64.deb Size: 538326 SHA256: 275548e8e0b23902833b852a5a1bcb17c56791524132ef8d4151383ce9e4df26 SHA1: a218a0d68e6b8d06098dc2db1a8e523b64c73085 MD5sum: 800d707226085d3e409e3c1f120a5e1a Description: Efficient Task Space Inverse Dynamics (TSID) based on Pinocchio Package: ros-kilted-tsid-dbgsym Package-Type: ddeb Source: ros-kilted-tsid Version: 1.10.0-1noble.20260514.135540 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Guilhem Saurel" Installed-Size: 37005 Depends: ros-kilted-tsid (= 1.10.0-1noble.20260514.135540) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tsid/ros-kilted-tsid-dbgsym_1.10.0-1noble.20260514.135540_arm64.deb Size: 34989764 SHA256: 6075e009488881757857bc9b36284ad02e162833e68d262fdfaac1e3e1061b2c SHA1: 4f1915d716874ac8d84d32e47c3b99be7b2d06cc MD5sum: 40e8daf1dd99991c77d8aed9e7d58957 Description: debug symbols for ros-kilted-tsid Build-Ids: b52ff66dcab379cdc2d04d6a535a458a8e159a71 d5309653812063e41d453933eea9bb3c13bc6988 Package: ros-kilted-turbojpeg-compressed-image-transport Version: 0.2.1-5noble.20260519.123737 Architecture: arm64 Maintainer: Daisuke Nishiamtsu Installed-Size: 317 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libturbojpeg (>= 1.2.90), libturbojpeg0-dev, ros-kilted-cv-bridge, ros-kilted-image-transport, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turbojpeg-compressed-image-transport/ros-kilted-turbojpeg-compressed-image-transport_0.2.1-5noble.20260519.123737_arm64.deb Size: 91978 SHA256: 223025ce185f07729c8b7aa534a1e48177141151d761dbb2dce8e4146559056f SHA1: 135223ddbe12fdf7978836199529e0fb3bc20b5d MD5sum: b7c9ba587e68424f0132cfef5a93c5f2 Description: Compressed_image_transport provides a plugin to image_transport for transparently sending images encoded as JPEG by turbojpeg. Package: ros-kilted-turbojpeg-compressed-image-transport-dbgsym Package-Type: ddeb Source: ros-kilted-turbojpeg-compressed-image-transport Version: 0.2.1-5noble.20260519.123737 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daisuke Nishiamtsu Installed-Size: 1732 Depends: ros-kilted-turbojpeg-compressed-image-transport (= 0.2.1-5noble.20260519.123737) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turbojpeg-compressed-image-transport/ros-kilted-turbojpeg-compressed-image-transport-dbgsym_0.2.1-5noble.20260519.123737_arm64.deb Size: 1566368 SHA256: 1241e3f36ffa46e2cf8ded30934e1a691741de247ed89d33b5b87b4e1f4d4ad0 SHA1: 7da942332a5c85ab49c839261e84aa2895c6f209 MD5sum: cbe473ae0bd2019228f455b6176be15d Description: debug symbols for ros-kilted-turbojpeg-compressed-image-transport Build-Ids: 1ad2629407c369926d411f2d8975b15392f4a4d7 Package: ros-kilted-turtle-nest Version: 1.2.1-1noble.20260410.162538 Architecture: arm64 Maintainer: Janne Karttunen Installed-Size: 11447 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 (>= 11), libtinyxml2-10 (>= 10.0.0), black, libqt5gui5t64, libqt5opengl5, libqt5svg5-dev, pybind11-dev, python3-dev, ros-kilted-tinyxml2-vendor, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turtle-nest/ros-kilted-turtle-nest_1.2.1-1noble.20260410.162538_arm64.deb Size: 1495694 SHA256: 074d374c7eed1668331a9a3904e7c40cd443cd80add477db6273034f647d5c35 SHA1: 7d68a1fc95a4383e09e6e0df2c28b4db1802db8c MD5sum: 81fcedf6f928a2b6fbf62eeaba242031 Description: ROS 2 Package Creator Package: ros-kilted-turtle-nest-dbgsym Package-Type: ddeb Source: ros-kilted-turtle-nest Version: 1.2.1-1noble.20260410.162538 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Janne Karttunen Installed-Size: 3813 Depends: ros-kilted-turtle-nest (= 1.2.1-1noble.20260410.162538) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turtle-nest/ros-kilted-turtle-nest-dbgsym_1.2.1-1noble.20260410.162538_arm64.deb Size: 3723320 SHA256: f38ae3802a18af852940bc7b26e9c1f522b072dc53fc13b778431bca639c1aca SHA1: 2ae03ed687bcebb3b6b1912a9418a4130e4d4a64 MD5sum: 4ad3f70da99b4f910e425ce270484bb2 Description: debug symbols for ros-kilted-turtle-nest Build-Ids: b0bb80dcfee86458f366cce7211b8a31a3148450 Package: ros-kilted-turtle-tf2-cpp Version: 0.6.4-1noble.20260519.074233 Architecture: arm64 Maintainer: Alejandro Hernández Cordero Installed-Size: 1606 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-kilted-geometry-msgs, ros-kilted-launch, ros-kilted-launch-ros, ros-kilted-message-filters, ros-kilted-rclcpp, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-turtlesim-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turtle-tf2-cpp/ros-kilted-turtle-tf2-cpp_0.6.4-1noble.20260519.074233_arm64.deb Size: 271972 SHA256: a988ec078193491f1a5be2b8dfdb8d024a97e0e99cf272d2ac0ea6f58dd2b4b3 SHA1: 1c0b0b5fde425015cf865ac6ce160fe3790fc511 MD5sum: ed0fd728a3aeb0928ac04e2d58fde3e9 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-kilted-turtle-tf2-cpp-dbgsym Package-Type: ddeb Source: ros-kilted-turtle-tf2-cpp Version: 0.6.4-1noble.20260519.074233 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernández Cordero Installed-Size: 8247 Depends: ros-kilted-turtle-tf2-cpp (= 0.6.4-1noble.20260519.074233) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turtle-tf2-cpp/ros-kilted-turtle-tf2-cpp-dbgsym_0.6.4-1noble.20260519.074233_arm64.deb Size: 7108368 SHA256: 2b6ce99842e105e06092ad23e4c16bdf177ae780cb31049ce5d92492726b7a69 SHA1: c9dc7e4b159889535d3a55c95652fd7e97a11c7c MD5sum: 56a1880b6b833ea21926ccf85a3b427e Description: debug symbols for ros-kilted-turtle-tf2-cpp Build-Ids: 032f1b069acdac0cb6ff34887fdd01397abbcc10 14bcf74c52c83759ec8d28f0034bb1a5827cd512 98f6f548670f52812510fb96cffd78ad4b419b56 b3c7a4fe32132988492862b6fa9a035fd92b4d73 bd71b9ec2b388f4b91b98a8636d20933b461bf56 ea003a312e606e37d21ae16769902998885e3a87 Package: ros-kilted-turtle-tf2-py Version: 0.6.4-1noble.20260519.050453 Architecture: arm64 Maintainer: Alejandro Hernández Cordero Installed-Size: 102 Depends: python3-numpy, ros-kilted-geometry-msgs, ros-kilted-launch, ros-kilted-launch-ros, ros-kilted-rclpy, ros-kilted-tf2-ros, ros-kilted-turtlesim-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turtle-tf2-py/ros-kilted-turtle-tf2-py_0.6.4-1noble.20260519.050453_arm64.deb Size: 17222 SHA256: 074dc6ceec36d5e9e008a77d9412a51354669c80179bc86d3dd646535736da0e SHA1: f526e3849c2e8532811a5c1c85d8120aa2d16983 MD5sum: 1cdd43bcbb7be29b21eb0ae10603785f 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-kilted-turtlebot3 Version: 2.3.6-1noble.20260520.092640 Architecture: arm64 Maintainer: Pyo Installed-Size: 44 Depends: ros-kilted-turtlebot3-bringup, ros-kilted-turtlebot3-cartographer, ros-kilted-turtlebot3-description, ros-kilted-turtlebot3-example, ros-kilted-turtlebot3-navigation2, ros-kilted-turtlebot3-node, ros-kilted-turtlebot3-teleop, ros-kilted-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turtlebot3/ros-kilted-turtlebot3_2.3.6-1noble.20260520.092640_arm64.deb Size: 7314 SHA256: 2544138fabaff228a515b866820cc94b3f798731fbcdc7349dbb566857c37470 SHA1: d4559c9a8908c43cfd5391e6cbc66d22a01c83bd MD5sum: 428eed6ecffd05dc43a5269a40a1a6e0 Description: ROS 2 packages for TurtleBot3 Package: ros-kilted-turtlebot3-bringup Version: 2.3.6-1noble.20260519.151926 Architecture: arm64 Maintainer: Pyo Installed-Size: 69 Depends: ros-kilted-hls-lfcd-lds-driver, ros-kilted-robot-state-publisher, ros-kilted-rviz2, ros-kilted-turtlebot3-description, ros-kilted-turtlebot3-node, ros-kilted-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turtlebot3-bringup/ros-kilted-turtlebot3-bringup_2.3.6-1noble.20260519.151926_arm64.deb Size: 9888 SHA256: 81250633deee83b035eb7fb57374008c446b102757234586324e6cbd5944e11d SHA1: 5051d4abc95fbe2b11d20319bf4f8ec30141b7f6 MD5sum: 06b096e6df59ef7473daa432b0e1ddfa Description: ROS 2 launch scripts for starting the TurtleBot3 Package: ros-kilted-turtlebot3-cartographer Version: 2.3.6-1noble.20260519.165327 Architecture: arm64 Maintainer: Pyo Installed-Size: 67 Depends: ros-kilted-cartographer-ros, ros-kilted-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turtlebot3-cartographer/ros-kilted-turtlebot3-cartographer_2.3.6-1noble.20260519.165327_arm64.deb Size: 10576 SHA256: 377ddcb5e82b5419cd7261ac2bd70b15f6e8c59c570743b8485119127fff0abf SHA1: fe529f8bc3c8db54b3113f72d7838873ad43fba4 MD5sum: f70f740ca77f5f8064c6a9fe1fe39266 Description: ROS 2 launch scripts for cartographer Package: ros-kilted-turtlebot3-description Version: 2.3.6-1noble.20260519.042251 Architecture: arm64 Maintainer: Pyo Installed-Size: 40268 Depends: ros-kilted-urdf, ros-kilted-xacro, ros-kilted-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turtlebot3-description/ros-kilted-turtlebot3-description_2.3.6-1noble.20260519.042251_arm64.deb Size: 5277574 SHA256: ccc7f2d163b735f965999ee1088f2b81c9931ec4b2a0a66f3d3111243c2abae7 SHA1: fbe9b5e2adc117429fac6fb5a8149936e66a1080 MD5sum: 8e8904a93f2a5a268732fafd42869e5f Description: 3D models of the TurtleBot3 for simulation and visualization Package: ros-kilted-turtlebot3-example Version: 2.3.6-1noble.20260519.081626 Architecture: arm64 Maintainer: Pyo Installed-Size: 145 Depends: ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-rclpy, ros-kilted-sensor-msgs, ros-kilted-tf-transformations, ros-kilted-turtlebot3-msgs, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turtlebot3-example/ros-kilted-turtlebot3-example_2.3.6-1noble.20260519.081626_arm64.deb Size: 26540 SHA256: d4be5154e5a62317518c3f23e86319dae62b122f441d54233d070c870dbf45b9 SHA1: 2ba3c6bbef725f114693e5b7bc57747b7658bd90 MD5sum: 0922f4bc0ad8e7c77a90341cc7cd9ba4 Description: This package provides four basic examples for TurtleBot3 (i.e., interactive marker, object detection, patrol and position control). Package: ros-kilted-turtlebot3-fake-node Version: 2.3.7-1noble.20260519.060559 Architecture: arm64 Maintainer: Pyo Installed-Size: 644 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-ament-cmake, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-rclcpp, ros-kilted-robot-state-publisher, ros-kilted-sensor-msgs, ros-kilted-tf2, ros-kilted-tf2-msgs, ros-kilted-turtlebot3-msgs, ros-kilted-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turtlebot3-fake-node/ros-kilted-turtlebot3-fake-node_2.3.7-1noble.20260519.060559_arm64.deb Size: 126750 SHA256: 059ccba60c06a4e907780a6bbb7420d2320255f809a2c0a4dd6a87ae23074f7d SHA1: 2d7c5818db74f57410cbc01c6f5d63bf529fa256 MD5sum: f79575a495c603ceba6c3d3223e73c1b 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-kilted-turtlebot3-fake-node-dbgsym Package-Type: ddeb Source: ros-kilted-turtlebot3-fake-node Version: 2.3.7-1noble.20260519.060559 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 2832 Depends: ros-kilted-turtlebot3-fake-node (= 2.3.7-1noble.20260519.060559) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turtlebot3-fake-node/ros-kilted-turtlebot3-fake-node-dbgsym_2.3.7-1noble.20260519.060559_arm64.deb Size: 2381016 SHA256: 0dca73763416ae63e84d60be2fab656e6c8f65899eb8480671777ccd2320879a SHA1: d5d18da4eaf5405c125a46be9995ade47814cf72 MD5sum: b26af73c58ef774651f83fa414efc02f Description: debug symbols for ros-kilted-turtlebot3-fake-node Build-Ids: 73a4ddd6ed5fb358debeb1ddaa630221a5e65411 Package: ros-kilted-turtlebot3-gazebo Version: 2.3.7-1noble.20260519.154316 Architecture: arm64 Maintainer: Pyo Installed-Size: 46209 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-gz-common-vendor, ros-kilted-gz-sim-vendor, ros-kilted-geometry-msgs, ros-kilted-gz-math-vendor, ros-kilted-gz-plugin-vendor, ros-kilted-nav-msgs, ros-kilted-rclcpp, ros-kilted-ros-gz-bridge, ros-kilted-ros-gz-image, ros-kilted-ros-gz-sim, ros-kilted-sensor-msgs, ros-kilted-tf2, ros-kilted-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turtlebot3-gazebo/ros-kilted-turtlebot3-gazebo_2.3.7-1noble.20260519.154316_arm64.deb Size: 8605184 SHA256: 7a32a15053d45bfb13a1b8b2a9d0cae972a87dbfd347a973824e55426c49092e SHA1: 12f1c1ef2437a7ac0840ab422ad4d72e67c1825d MD5sum: 2315375a06a675fbd4604a9d88383551 Description: Gazebo simulation package for the TurtleBot3 Package: ros-kilted-turtlebot3-gazebo-dbgsym Package-Type: ddeb Source: ros-kilted-turtlebot3-gazebo Version: 2.3.7-1noble.20260519.154316 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 4186 Depends: ros-kilted-turtlebot3-gazebo (= 2.3.7-1noble.20260519.154316) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turtlebot3-gazebo/ros-kilted-turtlebot3-gazebo-dbgsym_2.3.7-1noble.20260519.154316_arm64.deb Size: 3508658 SHA256: af0b9195134e5a4f92ce7df4c96d83d12d0b23b93b91737a1714663a73424195 SHA1: cd720f96f5a2086be6f895f26229e4413b5afa51 MD5sum: 21fdf7c32d153692c4591c04af7e6e17 Description: debug symbols for ros-kilted-turtlebot3-gazebo Build-Ids: 2db64b45cf0bf49f696225a137aba984b6c138c9 5622d8c1d57f0b7a4864d328d7d18f9264d8eb91 c009746461c84a5cbba52cf952d35e8476b69def d136acb172de9f7570eee21015e5ce3db631d05b Package: ros-kilted-turtlebot3-msgs Version: 2.4.0-1noble.20260519.031045 Architecture: arm64 Maintainer: Pyo Installed-Size: 3452 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-action-msgs, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turtlebot3-msgs/ros-kilted-turtlebot3-msgs_2.4.0-1noble.20260519.031045_arm64.deb Size: 222724 SHA256: 72a65514b4783ace14641d82893cff243d1b7646522674d899c5206573a751ac SHA1: da6c9b20fbc239b473db54c40e67705a40aac506 MD5sum: 58b996f595a06c8300d9f1aa90dda5e0 Description: Message and service types: custom messages and services for TurtleBot3 packages for ROS 2 Package: ros-kilted-turtlebot3-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-turtlebot3-msgs Version: 2.4.0-1noble.20260519.031045 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 2123 Depends: ros-kilted-turtlebot3-msgs (= 2.4.0-1noble.20260519.031045) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turtlebot3-msgs/ros-kilted-turtlebot3-msgs-dbgsym_2.4.0-1noble.20260519.031045_arm64.deb Size: 1544468 SHA256: 54ec65f3ef6fb0bf0f240cadc7091c2d666a1934e60cd924f6adf9094151e841 SHA1: 8e211d94d53bb26280b1ac191fe14dc505709d71 MD5sum: 310c5f9c2585925cc99b162de45b78df Description: debug symbols for ros-kilted-turtlebot3-msgs Build-Ids: 144872869f80f26147566a899d30bc454acaa44b 177729a27fd3b88a33f38954b764cbee4dc5bd16 2ec5f853f996b551feaf37fed64674bd18c55633 3c3b27b6b7a7683ece0e5f2e59c904b9fc68ca40 48110cf01a1fcf63a2721068423e284a8c3b3f51 500e6eb11b261ac194e78a3b1dccaddb533aaa06 5961c3d664212de4d64f10bf21e624b76efc9ae2 67caad69fa96881f854d4d5774e3136fe26039fc 6f42b5135eb025fa18c8fa0a87fd79434e4c75b9 b38379ceb8a4f640d6dffde0f6fabaf3b4b951e6 d40ba2fa2bff626c71173cb3a71642b1a61ae5c2 Package: ros-kilted-turtlebot3-navigation2 Version: 2.3.6-1noble.20260520.092554 Architecture: arm64 Maintainer: Pyo Installed-Size: 308 Depends: ros-kilted-nav2-bringup, ros-kilted-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turtlebot3-navigation2/ros-kilted-turtlebot3-navigation2_2.3.6-1noble.20260520.092554_arm64.deb Size: 15178 SHA256: cfab6a3701046b672c755df8de77b1d05f4df89eae5edca0c0cad64058b3d4f6 SHA1: 91776cea2e4677729ca36e90e7b9455b603efe31 MD5sum: 397f0b53a302f9aa38c7319d0d03db81 Description: ROS 2 launch scripts for navigation2 Package: ros-kilted-turtlebot3-node Version: 2.3.6-1noble.20260519.051831 Architecture: arm64 Maintainer: Pyo Installed-Size: 1979 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-dynamixel-sdk, ros-kilted-geometry-msgs, ros-kilted-message-filters, ros-kilted-nav-msgs, ros-kilted-rclcpp, ros-kilted-rcutils, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-tf2, ros-kilted-tf2-ros, ros-kilted-turtlebot3-msgs, ros-kilted-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turtlebot3-node/ros-kilted-turtlebot3-node_2.3.6-1noble.20260519.051831_arm64.deb Size: 333014 SHA256: 2642b3ad2d08535168faeab89637623870cff327a74471b25ccf205091fe12fd SHA1: f7ecd64dae4a118ddc06e7bafe23316f4e8fb5f2 MD5sum: a7f7439766805b499652bcc44e840816 Description: TurtleBot3 driver node that include diff drive controller, odometry and tf node Package: ros-kilted-turtlebot3-node-dbgsym Package-Type: ddeb Source: ros-kilted-turtlebot3-node Version: 2.3.6-1noble.20260519.051831 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 10632 Depends: ros-kilted-turtlebot3-node (= 2.3.6-1noble.20260519.051831) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turtlebot3-node/ros-kilted-turtlebot3-node-dbgsym_2.3.6-1noble.20260519.051831_arm64.deb Size: 8862546 SHA256: 3e64303d229c9aaa82a8c1685cc23a23709e0c020511e1ea9a01c979ea76e5d4 SHA1: 169bd87a609d37b36bcef46021ef67b61f2ff397 MD5sum: 42cc815f998b691aba164dddf2e8edd3 Description: debug symbols for ros-kilted-turtlebot3-node Build-Ids: 3e22405e8ae6d42d8916062ae750631eff69f419 Package: ros-kilted-turtlebot3-simulations Version: 2.3.7-1noble.20260520.075709 Architecture: arm64 Maintainer: Pyo Installed-Size: 43 Depends: ros-kilted-turtlebot3-fake-node, ros-kilted-turtlebot3-gazebo, ros-kilted-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turtlebot3-simulations/ros-kilted-turtlebot3-simulations_2.3.7-1noble.20260520.075709_arm64.deb Size: 6568 SHA256: f634abdc7732d2915aa546ea86bc028458ef5c26349dcc4d856c5121e158bba9 SHA1: b76f7c81968fabb9d32452c03ae8a8b61973ac49 MD5sum: 5b9fe07760167dff74da527b04753742 Description: ROS 2 packages for TurtleBot3 simulations Package: ros-kilted-turtlebot3-teleop Version: 2.3.6-1noble.20260519.081636 Architecture: arm64 Maintainer: Pyo Installed-Size: 54 Depends: ros-kilted-geometry-msgs, ros-kilted-rclpy, ros-kilted-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turtlebot3-teleop/ros-kilted-turtlebot3-teleop_2.3.6-1noble.20260519.081636_arm64.deb Size: 9620 SHA256: 1cc965b8112debe23bca5e59a44b1288be7c8889b6f3a31ef7cf07b31fa9ed94 SHA1: 32858d139f8e1b1b12b4e488c845c1a2d86df788 MD5sum: 1992a51ba946f101b991f6efbdc86246 Description: Teleoperation node using keyboard for TurtleBot3. Package: ros-kilted-turtlesim Version: 1.9.4-1noble.20260519.045757 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2383 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.0.2), libqt5gui5t64 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libqt5gui5t64, ros-kilted-ament-index-cpp, ros-kilted-geometry-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-turtlesim-msgs, ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/turtlesim Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turtlesim/ros-kilted-turtlesim_1.9.4-1noble.20260519.045757_arm64.deb Size: 426914 SHA256: 4cf99a3e72b0a45f91e0ec4dfcc2ab5b782711c3dc3ff30e19adb6711d137113 SHA1: 6925a36f774650d55318775cfbfeec76a7f5248f MD5sum: aaa7d4387afa307fe716b21916a09dce Description: turtlesim is a tool made for teaching ROS and ROS packages. Package: ros-kilted-turtlesim-dbgsym Package-Type: ddeb Source: ros-kilted-turtlesim Version: 1.9.4-1noble.20260519.045757 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 11715 Depends: ros-kilted-turtlesim (= 1.9.4-1noble.20260519.045757) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turtlesim/ros-kilted-turtlesim-dbgsym_1.9.4-1noble.20260519.045757_arm64.deb Size: 9939570 SHA256: 222adbf2f9e7995a8deb66c8ad8eaeafa06fd361734b1d8823c4e4d44e208f0f SHA1: ce5c20409013e8aa560b0adb2239858b954ddb8e MD5sum: caaf42f3f4f1fd536636904879b9bdc2 Description: debug symbols for ros-kilted-turtlesim Build-Ids: 28f2571f90eff5d0778e61323d7cb8e0f96974a4 536e62f3b9fc25da1f075c5e272b2c1cea5b3a42 d2b7e8992750e765b21d99c6abf90804ddc71e10 ff6ac9976cc70b5be2dfc0ceb2ebd70198c60419 Package: ros-kilted-turtlesim-msgs Version: 1.9.4-1noble.20260519.022036 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 4172 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/turtlesim Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turtlesim-msgs/ros-kilted-turtlesim-msgs_1.9.4-1noble.20260519.022036_arm64.deb Size: 239932 SHA256: dba9dc2e0e4722a660140844e87631c2327be55d1ed793383154dfb81d380bd3 SHA1: a646b28b60886eba82bd02893b8b04e413773bd1 MD5sum: 1b6fe1b1abdea2cc20c47dad5b19e829 Description: turtlesim messages. Package: ros-kilted-turtlesim-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-turtlesim-msgs Version: 1.9.4-1noble.20260519.022036 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2472 Depends: ros-kilted-turtlesim-msgs (= 1.9.4-1noble.20260519.022036) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turtlesim-msgs/ros-kilted-turtlesim-msgs-dbgsym_1.9.4-1noble.20260519.022036_arm64.deb Size: 1771298 SHA256: a69de64566d73ff537c3c4231e53a4c7c3cd67845264bc7b7dc92eca5d08c9a5 SHA1: 0f7cdeac5f72678ef6e28d4f36b9d50c3d5653a8 MD5sum: 615d7c66b19bd669768df2c090d60ce8 Description: debug symbols for ros-kilted-turtlesim-msgs Build-Ids: 1c68402861435e9d58800a8c5f5a9bb42b3a8f45 46bc46cdc7eeef2cb1bb98ee333fb23acaae29a8 64f50da69f4acb853deec4e5ee80bbae53f2b021 64f65ec3f307f08191803ceda835169d2b0a17b1 66a98ec941c6bfd1bbaf9bdd555d3ef7c3da14e7 6a6ca81d22042a6cb3250c72e15c816678866eb7 87170ebfdbc61985d731afd25727f8a36cc917c3 971f63016918b9ffc92c473a85a4ef744cb16556 ad19eaeb3b1f882646877da66ac90a777b602635 c2afe0d97cee3febe6e7ce5e2b02ce432d05a03d d8dc5656aac51b4d695a60e33bf9b4027d02c516 Package: ros-kilted-tuw-airskin-msgs Version: 0.2.5-2noble.20260519.023057 Architecture: arm64 Maintainer: Markus Bader Installed-Size: 1274 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tuw-airskin-msgs/ros-kilted-tuw-airskin-msgs_0.2.5-2noble.20260519.023057_arm64.deb Size: 80862 SHA256: e334bd592a72c00dca6bbbf362f4574b42236abdfd105134b87f4984dd2d670f SHA1: 040e4c6fc310388725aee2ccfcbc0f8fff2c6be5 MD5sum: 935a7cb3282f9469f0ea9798559317af Description: The tuw_airskin_msgs package Package: ros-kilted-tuw-airskin-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-tuw-airskin-msgs Version: 0.2.5-2noble.20260519.023057 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Markus Bader Installed-Size: 695 Depends: ros-kilted-tuw-airskin-msgs (= 0.2.5-2noble.20260519.023057) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tuw-airskin-msgs/ros-kilted-tuw-airskin-msgs-dbgsym_0.2.5-2noble.20260519.023057_arm64.deb Size: 519826 SHA256: 72b33b175f4e8cfde8ad977d8f15050a31030970f334ea659a73732330639ee8 SHA1: f253f31ae134d5e9505a95cc0a4baa09db4dd232 MD5sum: d4d96f8aa99b68994cd95b803ffc300e Description: debug symbols for ros-kilted-tuw-airskin-msgs Build-Ids: 061cb271b924b9408734d0b2c92962658f7cd4b1 1cf3344c07e08e335a00ae87f650be6d49e6066e 2f7d84ec5a0395aeb2bc6028744e48aecb1490e3 31d5c5724f99b4ac80c2efea7df00d66f9dc769e 3a13d6e1bedc5824ac0f14a3660668c2f8b3e76b 4b0ac35eae96257d5b3e2aaec67bc2a30b9ce9f5 70d21248cd56ea0fe51485a4d18a8ef00fe16042 9381efd384a5bae0d9899520896116a438428445 ca79bbd0d92edc587e0d1c7d47523bfebb80d2da de2ab525d7981abd512be7761e546eac86166895 edd76d7dbb6a09fc24bd9caa3c679fbb9a0b3c69 Package: ros-kilted-tuw-geo-msgs Version: 0.2.5-2noble.20260519.034601 Architecture: arm64 Maintainer: Markus Bader Installed-Size: 1365 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geographic-msgs, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tuw-geo-msgs/ros-kilted-tuw-geo-msgs_0.2.5-2noble.20260519.034601_arm64.deb Size: 88654 SHA256: 73be4f25386e6dbd84ed8419b5cb7b8684719f1078dbb18a7e5ff2b1dffb93e4 SHA1: 7e58a89ac2ead1beb1298bc0758a6fb7a32cf1a5 MD5sum: 2b24bff15b0e9655f627421daceeb9f5 Description: The tuw_geo_msgs package Package: ros-kilted-tuw-geo-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-tuw-geo-msgs Version: 0.2.5-2noble.20260519.034601 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Markus Bader Installed-Size: 808 Depends: ros-kilted-tuw-geo-msgs (= 0.2.5-2noble.20260519.034601) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tuw-geo-msgs/ros-kilted-tuw-geo-msgs-dbgsym_0.2.5-2noble.20260519.034601_arm64.deb Size: 614826 SHA256: 160d6ed98a18fc8b10e228f12d84cdb0f552c418d73ce15e7ac39abf85fa5a0a SHA1: b26cf6df92443f396c70654711afdca865b8a9c2 MD5sum: 0e2c1e2b4958f862bed1586ad35fdac0 Description: debug symbols for ros-kilted-tuw-geo-msgs Build-Ids: 074c0b651408dd337a23d3fad5589b94fff07c5c 11ddaa20c0ea102be796a8971491d34a840e18f6 20151b80221c105c52219673988532f0eb1d752e 3f42fb12ec3c4f156a714e4e2e787e34601ba537 67f359790eb473a18298c1739c44b1dd310ebd7f 7b43af6e964a184868d09b2b85ecfd2a81be0677 842b5cf634a6a5be38bbc77d1b5377b9975d1476 88853210aa1e731f7bd4af0f5def712917c2eb34 ab805b364ec157c3a32f25b7e86291a721a44116 c8da7b660ea14ea3d2d0ca081494eb68ab05ee54 e760c911e1442c29cddad7cc65096743ee27fd58 Package: ros-kilted-tuw-geometry Version: 0.1.3-1noble.20260519.054319 Architecture: arm64 Maintainer: Markus Bader Installed-Size: 361 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-highgui406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libopencv-dev, ros-kilted-ament-cmake-ros, ros-kilted-gtest-vendor, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tuw-geometry/ros-kilted-tuw-geometry_0.1.3-1noble.20260519.054319_arm64.deb Size: 63850 SHA256: 355e87da8c1ac2ca2061d6823ddcd70ef1e538c7d8120c7a15850aaccc93ca3c SHA1: 2722211d740eb57385a676828c8dd14a813d2df0 MD5sum: a041e91331e94515a9133a106f290eb8 Description: The tuw_geometry package Package: ros-kilted-tuw-geometry-dbgsym Package-Type: ddeb Source: ros-kilted-tuw-geometry Version: 0.1.3-1noble.20260519.054319 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Markus Bader Installed-Size: 854 Depends: ros-kilted-tuw-geometry (= 0.1.3-1noble.20260519.054319) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tuw-geometry/ros-kilted-tuw-geometry-dbgsym_0.1.3-1noble.20260519.054319_arm64.deb Size: 799458 SHA256: c91d6123ee69bce89f5257f733a022cb1e55de7c4ac0a9f4677786e86fa3a75d SHA1: 17f44f156265ff1b6425fef0114f16f58547be7f MD5sum: ad405811c1a9263713e9b6b1de09cb83 Description: debug symbols for ros-kilted-tuw-geometry Build-Ids: 07f3ccc1769a44ac1901c23de12d67cbc27da0e1 594934e0d86ea61399420a62860312dc1dd5b80f Package: ros-kilted-tuw-geometry-msgs Version: 0.2.5-2noble.20260519.031102 Architecture: arm64 Maintainer: George Todoran Installed-Size: 1365 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tuw-geometry-msgs/ros-kilted-tuw-geometry-msgs_0.2.5-2noble.20260519.031102_arm64.deb Size: 79426 SHA256: dd8d93173d42d37abd90b2cf60b82b9813e8de8e00a82fd4dc936e84f4d8e390 SHA1: 3311c8d18236df7d2daa479f001acfe6a019c752 MD5sum: a3e40e0d8372522d5aaa6e7a9d8174e7 Description: The tuw_geometry_msgs package Package: ros-kilted-tuw-geometry-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-tuw-geometry-msgs Version: 0.2.5-2noble.20260519.031102 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: George Todoran Installed-Size: 695 Depends: ros-kilted-tuw-geometry-msgs (= 0.2.5-2noble.20260519.031102) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tuw-geometry-msgs/ros-kilted-tuw-geometry-msgs-dbgsym_0.2.5-2noble.20260519.031102_arm64.deb Size: 499216 SHA256: e891b48de15c7de6423581ceba13e4960721eda9ba7fc4152668553af0ebc0da SHA1: acdc9f2155924fbf1bc2330ca9dcbb5c23848435 MD5sum: b61de277e1e4e2547648147ea8b44676 Description: debug symbols for ros-kilted-tuw-geometry-msgs Build-Ids: 12c5115d606ab50b3c2e68a8ad1b2f2fc9877afd 3bfa7ba9e20791dc4e4a1f76e06d79669dd18f71 59fbf2a9c170146a2711f9039d4e6cb8f61376ea 5bc7f251505eb79e30dc81a892ef2979363054e0 83ffd2bf5491b76effe5e6b364da43ea5d6d0780 a485ac07aa5bd83296d1589bf52fcd96a14267dc a4b886e474c605d65f0f9112665a5eaf9e7e565a b7ec4c7efd94b4a1f9b2a4f2a11ad73e31716c4b c08ef21db3b28f4ea269c7b6e5b537c07cd568bb e387d6c064e3fe339a0d739989a220073c6b250a f0d730be0d4d9753cb939842bc48086680eb485e Package: ros-kilted-tuw-graph-msgs Version: 0.2.5-2noble.20260519.031115 Architecture: arm64 Maintainer: Markus Bader Installed-Size: 1906 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tuw-graph-msgs/ros-kilted-tuw-graph-msgs_0.2.5-2noble.20260519.031115_arm64.deb Size: 138706 SHA256: fe0680c014af236ffa08d90a865470746c1fb730135d8d7f0426a0e7ca30abc8 SHA1: b50a5591bb8da66718aa47424951e77ad581f81a MD5sum: 7a725259e01b982ce1665074a244d759 Description: The tuw_graph_msgs package contains messages for sending graphs. Package: ros-kilted-tuw-graph-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-tuw-graph-msgs Version: 0.2.5-2noble.20260519.031115 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Markus Bader Installed-Size: 1335 Depends: ros-kilted-tuw-graph-msgs (= 0.2.5-2noble.20260519.031115) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tuw-graph-msgs/ros-kilted-tuw-graph-msgs-dbgsym_0.2.5-2noble.20260519.031115_arm64.deb Size: 1048894 SHA256: 73291505cbf44a977af88796397c734762edb010df0d0395a50557fa0fb20de7 SHA1: fc93195c8636d290f84c35bb0e24c62aa1d6a38c MD5sum: 8d36f127b4127460ebacd2f9a29ed37b Description: debug symbols for ros-kilted-tuw-graph-msgs Build-Ids: 15d521bb80c008b756cd14c86222c1b68c589592 192f5b40b2ed02a23c7432ce99bcb5652e1827b7 56557318c44ca98a03ed40171f22c4251f514929 92dfa685ff3a99d1bf2f2bafaabddf76fccb3731 9f1b23e212c94534b0ccf934fe5651d24454d55a b77cd500fa970d32d102feaf399c9642477d2bea dcd538ff4edd576c80d2038216259107570b1cce e8af19b6de3a79e9cbaf7b2ee556c21ac1f6d275 ec134cf15dc46380fee7591b2139fe907f01c90a ec8836b2d78ff0b3ff5a6cd152c5dc4ae7ec2d09 fbf21e4847472296768f19ace77e5ec8074308af Package: ros-kilted-tuw-msgs Version: 0.2.5-2noble.20260519.055135 Architecture: arm64 Maintainer: Markus Bader Installed-Size: 73 Depends: ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-tuw-airskin-msgs, ros-kilted-tuw-geometry-msgs, ros-kilted-tuw-graph-msgs, ros-kilted-tuw-multi-robot-msgs, ros-kilted-tuw-nav-msgs, ros-kilted-tuw-object-map-msgs, ros-kilted-tuw-object-msgs, ros-kilted-tuw-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tuw-msgs/ros-kilted-tuw-msgs_0.2.5-2noble.20260519.055135_arm64.deb Size: 12534 SHA256: b4b032ed00b82cfa01f2d6aa7066d90af802a9825ca49dd9ce9c8101420c07e1 SHA1: a10921b73f5aa7db62e019b54a03e757d5f6e86c MD5sum: 863cf2dc69cbcb8ebf4814a3b0223dbf Description: tuw_msgs meta package with write and read file libs for tuw_msgs Package: ros-kilted-tuw-multi-robot-msgs Version: 0.2.5-2noble.20260519.031204 Architecture: arm64 Maintainer: Benjamin Binder Installed-Size: 4140 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tuw-multi-robot-msgs/ros-kilted-tuw-multi-robot-msgs_0.2.5-2noble.20260519.031204_arm64.deb Size: 276946 SHA256: 4dfc22818c29851c7c86926aa13ecbbcd78bcbda5c02d770a03601ff9877eb55 SHA1: 14f8a99110e4b8b577a92c01f2f58fa8fa4611c1 MD5sum: 6c5d8916bfc8339a743386f0337413fa Description: The tuw_multi_robot_msgs package contains messages for sending graph, route and sync data over topics. Package: ros-kilted-tuw-multi-robot-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-tuw-multi-robot-msgs Version: 0.2.5-2noble.20260519.031204 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Benjamin Binder Installed-Size: 3270 Depends: ros-kilted-tuw-multi-robot-msgs (= 0.2.5-2noble.20260519.031204) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tuw-multi-robot-msgs/ros-kilted-tuw-multi-robot-msgs-dbgsym_0.2.5-2noble.20260519.031204_arm64.deb Size: 2563636 SHA256: 29cd30f725a47524aba7deaf09ca46dbfe7aafbbfc45b2b610bfad33e5d6a2a8 SHA1: 55ddc681643bd5c3bab0cd6b6169c8c7e63b6fee MD5sum: 199bec58c7135fd9717da4b7a996be6a Description: debug symbols for ros-kilted-tuw-multi-robot-msgs Build-Ids: 0790570284eef644f72d54d67c8d5f84a3f475d1 2838cd660c4153522c74b87cef25a0e1031656f2 42da6aa91fa9bfc75a5cb3988d73df32847f0153 5e9f2bad3f0ce1c7abd4b5699be8ecacb8348ce6 a7c75cfc3ef1dbfd50c074c7c31560a80aa6285d b33a4ad8d259335592ad78d932cb3c9a67aad4e7 b56c42617cf6108a6f6669d9aed08692e3d7fa7a bbe51a0af3a2152c9e358414d0d4b5fd6a649090 e8a3d4883f218e65f409ce9d6975b15931b4bc32 f73a44831c6d1586ff9cb234679d9a566aa4a733 f90bf89403193e71640823e414080fec4abb635e Package: ros-kilted-tuw-nav-msgs Version: 0.2.5-2noble.20260519.030808 Architecture: arm64 Maintainer: Markus Bader Installed-Size: 2734 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tuw-nav-msgs/ros-kilted-tuw-nav-msgs_0.2.5-2noble.20260519.030808_arm64.deb Size: 173340 SHA256: 45c9995683dbe46d43920432cbd78e124cfe090fe6e5730ea7e45f5f6d2c983a SHA1: d7d5610f322b786949cb5ff61793d79a20319d27 MD5sum: d8d57af0243254d24259420ff983795b Description: The tuw_nav_msgs package Package: ros-kilted-tuw-nav-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-tuw-nav-msgs Version: 0.2.5-2noble.20260519.030808 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Markus Bader Installed-Size: 1880 Depends: ros-kilted-tuw-nav-msgs (= 0.2.5-2noble.20260519.030808) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tuw-nav-msgs/ros-kilted-tuw-nav-msgs-dbgsym_0.2.5-2noble.20260519.030808_arm64.deb Size: 1458312 SHA256: 16b6c7a81af1c2c8656c902a4688c1629aee39d7b998b98992eb31e5238ac4ce SHA1: 81a2b4480dce970f0f6813955d96cd954e0b2271 MD5sum: 752cbca44d8d177ef3174360e9286351 Description: debug symbols for ros-kilted-tuw-nav-msgs Build-Ids: 06c3a83d23ef18320078b61c557181d3016aab3f 57de4af088f79dd5f202b8d90e024e5b3d02eabf 591c2e17a2f6d298dab60a8344a4baebf8ee87a8 99cb083c70131cbce850584f97c6d6f4b8312194 a05e1044f3b0991e11e280a65d87d4f3fc3decfc b82f58b12848d7f81ff4a64e7632ad4cb2ad44bf b835ccc1e385a6964de68b31c0bd9462e577a325 c1a2e0e8deb4dcb085486b8c9daf77b5a9e4ab70 cdb43e72b05c3c1354e60f5230383a080e8c7127 e6b2758e157915a483414d0b689880e2d64b198b eaa271b44e86dd160ef5550900018f29c11c8f10 Package: ros-kilted-tuw-object-map-msgs Version: 0.2.5-2noble.20260519.034659 Architecture: arm64 Maintainer: Markus Bader Installed-Size: 2192 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geographic-msgs, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tuw-object-map-msgs/ros-kilted-tuw-object-map-msgs_0.2.5-2noble.20260519.034659_arm64.deb Size: 159144 SHA256: 4ac626de11e1f2e0fd6db4056411171ff9f85d8fc25473bd78c95036eb1882a8 SHA1: 954ab0d963afdc637e7419d0798263c6ef9df0b1 MD5sum: 90b8aba9a5fd9a658cd15a3f3a60b3e9 Description: The tuw_object_map_msgs package Package: ros-kilted-tuw-object-map-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-tuw-object-map-msgs Version: 0.2.5-2noble.20260519.034659 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Markus Bader Installed-Size: 1715 Depends: ros-kilted-tuw-object-map-msgs (= 0.2.5-2noble.20260519.034659) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tuw-object-map-msgs/ros-kilted-tuw-object-map-msgs-dbgsym_0.2.5-2noble.20260519.034659_arm64.deb Size: 1351084 SHA256: 27deb1570b560ed8824769b26616ef1db9fe9d7b0ed6b3d0b5d9b869fdcb3880 SHA1: 3c56dcb37bea2470395f3978043c720e4581cf42 MD5sum: f87874855294f3dfe1541fd123b0341b Description: debug symbols for ros-kilted-tuw-object-map-msgs Build-Ids: 1147bd9a69b19d45a4c96bb52eb3b414631e5f09 324244a04959d2d6f292901cd07b5e19130385c7 4bb9df2c23b0fe4673ac207512189d69003da17a 657e33cb16ea703f5d67a46d7e69c1af59f18b88 6cf008e7c18495b4cd76b799e152f8f386f678bb 79fa7d910734205f12267f767a8e342e1f8214c5 b7f9ec72ba1e52237635e6bf8071479b128451ec cb8905b4974d82ed6f9ccb07fbb595a59d1e4aa6 da17694746419b66471adb33a687cb73cdb6649d ecdfe123128eaa5ceff79d4ccc94eb133f713dfd f61b7af9e4fc4cbb85dac2f19aeaaa54e7b84ec4 Package: ros-kilted-tuw-object-msgs Version: 0.2.5-2noble.20260519.034909 Architecture: arm64 Maintainer: Markus Bader Installed-Size: 2757 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-tuw-geo-msgs, ros-kilted-tuw-geometry-msgs, ros-kilted-tuw-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tuw-object-msgs/ros-kilted-tuw-object-msgs_0.2.5-2noble.20260519.034909_arm64.deb Size: 196448 SHA256: 944d73ca81572360022f5482c8cfd62eaf13919ef291a41f4f16aad209140c01 SHA1: 8300e1eaabb896648a482f22a9aad1d00a2b41e2 MD5sum: 0b555514d1b69037dbe6c14fd8f93b4d 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-kilted-tuw-object-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-tuw-object-msgs Version: 0.2.5-2noble.20260519.034909 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Markus Bader Installed-Size: 2206 Depends: ros-kilted-tuw-object-msgs (= 0.2.5-2noble.20260519.034909) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tuw-object-msgs/ros-kilted-tuw-object-msgs-dbgsym_0.2.5-2noble.20260519.034909_arm64.deb Size: 1760924 SHA256: 64eda7b646cb95cb32bde49a7203654db20f4f1933b2e358d02d9e14a9017e02 SHA1: f070ef49faddd9c053567be8a800c83ba41163e7 MD5sum: 345cefbc2733a6bb44e66214101ad63f Description: debug symbols for ros-kilted-tuw-object-msgs Build-Ids: 003bc024af92acd31964954ff0377ef5f0005676 1d181c39a0711030b698f3660ae7ba4355ee18e9 316c5c8844f4079c923b4925536048a3a03ebf7b 57cc89bb3115e8382a36724738d98587b1ab8bcc 63158622eb58e64f690b9d40d3c669451001edb9 81693949e4c7d9c70747533514b5f6f107bd5c83 8175539a229cd463ff9b0c4c36107c742d1eb186 9667edb436d7948476480bd512f3ebc6581dbb20 b948b241529baea932d0a13670c5c7aece209eb6 dd35446d89376992dc4448716ee038a1470784c3 fcad981f928c6ead09c5b66fe842d95eacfa5d34 Package: ros-kilted-tuw-std-msgs Version: 0.2.5-2noble.20260519.023117 Architecture: arm64 Maintainer: Markus Bader Installed-Size: 1517 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tuw-std-msgs/ros-kilted-tuw-std-msgs_0.2.5-2noble.20260519.023117_arm64.deb Size: 100690 SHA256: e06ff1147c40668ac3f0c8c2a86a904daf2afaf39bfea56b8a551888fc6f5733 SHA1: 49815f0e6407f1ebd8459d5d07d8c990cc7350de MD5sum: d8601b964ba798f4b0aa6e9299f2261a Description: The tuw_std_msgs package Package: ros-kilted-tuw-std-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-tuw-std-msgs Version: 0.2.5-2noble.20260519.023117 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Markus Bader Installed-Size: 906 Depends: ros-kilted-tuw-std-msgs (= 0.2.5-2noble.20260519.023117) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tuw-std-msgs/ros-kilted-tuw-std-msgs-dbgsym_0.2.5-2noble.20260519.023117_arm64.deb Size: 670428 SHA256: ce802ca034c93b9ddabad12f6af68db0450f3246cb5144bf164650058dc758d7 SHA1: 870922fc1acf68fd41bc5bc50bf8a558d66b6ab2 MD5sum: d8f68bf262f1eab74fad7c4ecc2a61fc Description: debug symbols for ros-kilted-tuw-std-msgs Build-Ids: 21e657117a091f1c2452bc745cf3ac991de6827f 26316de0f43bfbac9ea9f302cc3695993d834710 4f98b6fd4e59329b71c740d3d9360606cefb0eee 554276f1dee4549077e6634ec134dbf9f041aab9 76a11d153826e995bf0e4fdf534ef0954bfada8c 849f4e175e552edcb9423d9fe50ba696b5488a0f a865351ae1befe6504cd0c6b809ff2940c80467a b85892138c8320b8351c321d73c3ddcdbdf2483d d76d5ac19819b383d265c309562111ba109b71a0 e2109c9116bb90b3561f5228348506ccca329a64 e268c6a7efbb5f6feaa5f897b133872f93e051e6 Package: ros-kilted-tvm-vendor Version: 0.9.1-4noble.20260410.185137 Architecture: arm64 Maintainer: Josh Whitley Installed-Size: 35033 Depends: libc6 (>= 2.38), libgcc-s1 (>= 4.2), libopenblas0, libstdc++6 (>= 13.1), libvulkan1 (>= 1.2.131.2), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1, git, libopenblas-dev, libvulkan-dev, libxml2-dev, ocl-icd-opencl-dev, opencl-headers, spirv-headers, spirv-tools, ros-kilted-ros-workspace Homepage: https://tvm.apache.org/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tvm-vendor/ros-kilted-tvm-vendor_0.9.1-4noble.20260410.185137_arm64.deb Size: 9219992 SHA256: cd486cdbd07af23dcf88f967b5f582ec32584ae3bbba76387f219498ce6255c7 SHA1: ce0b5516b137d1a11e77fed337212c7d2bbb6073 MD5sum: fbe4be3aa20802d8c0b9f80c41d1b1eb Description: Wrapper around Apache TVM to make it available to the ROS ecosystem. Package: ros-kilted-tvm-vendor-dbgsym Package-Type: ddeb Source: ros-kilted-tvm-vendor Version: 0.9.1-4noble.20260410.185137 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Josh Whitley Installed-Size: 239451 Depends: ros-kilted-tvm-vendor (= 0.9.1-4noble.20260410.185137) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tvm-vendor/ros-kilted-tvm-vendor-dbgsym_0.9.1-4noble.20260410.185137_arm64.deb Size: 216877046 SHA256: 30626e6b76f975343c203860720fef2bbda6b431f1ce91242980776411d400ca SHA1: 3c66d67778ad116edb14e7a88da104850d5de701 MD5sum: b0174d65567d595df7c6da87bde6b3b2 Description: debug symbols for ros-kilted-tvm-vendor Build-Ids: 87edc4f841a00966243ebf2611537c8fdc657705 e5c8016ed7e8978603b107a1eec8487c805c5db7 Package: ros-kilted-twist-mux Version: 4.5.0-1noble.20260519.052723 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 1834 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-diagnostic-updater, ros-kilted-geometry-msgs, ros-kilted-rclcpp, ros-kilted-std-msgs, ros-kilted-twist-mux-msgs, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-twist-mux/ros-kilted-twist-mux_4.5.0-1noble.20260519.052723_arm64.deb Size: 260874 SHA256: e3d27993914de5b62ac1924b7e04883a4ac69367c2c05e8452ccb7ba6b133104 SHA1: 56bc43e4101f31dedb90118c248c0d2b96c83c13 MD5sum: da9ab3cb715fd177f048531cd82b227c Description: Twist multiplexer, which multiplex several velocity commands (topics) and allows to priorize or disable them (locks). Package: ros-kilted-twist-mux-dbgsym Package-Type: ddeb Source: ros-kilted-twist-mux Version: 4.5.0-1noble.20260519.052723 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 8245 Depends: ros-kilted-twist-mux (= 4.5.0-1noble.20260519.052723) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-twist-mux/ros-kilted-twist-mux-dbgsym_4.5.0-1noble.20260519.052723_arm64.deb Size: 6767314 SHA256: a2a98978bae37b4220222e5dbb5c4411a8552c5576a80c1b84743ee51df330d8 SHA1: 919032b3bd7893b316a37cc351c011b015058f95 MD5sum: be005781f3cabbacc6ae73c00423f4ac Description: debug symbols for ros-kilted-twist-mux Build-Ids: 67da4a09966b7f2e5580524519450bb63bb3cfed abe03d0937faa5d45bdb2e36d866f6d77371b5e2 Package: ros-kilted-twist-mux-msgs Version: 3.0.1-3noble.20260519.022124 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 3043 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-action-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-twist-mux-msgs/ros-kilted-twist-mux-msgs_3.0.1-3noble.20260519.022124_arm64.deb Size: 167776 SHA256: 7b306a07912449b15b822782357d411c3e0ec1180108efc5e831d60196ee20c8 SHA1: 4d05e3ec33607a09b1aacd1ab1b4933f61e85c08 MD5sum: da683f50a26e16733534aa75ba00c06b Description: The twist_mux msgs and actions package Package: ros-kilted-twist-mux-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-twist-mux-msgs Version: 3.0.1-3noble.20260519.022124 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 1373 Depends: ros-kilted-twist-mux-msgs (= 3.0.1-3noble.20260519.022124) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-twist-mux-msgs/ros-kilted-twist-mux-msgs-dbgsym_3.0.1-3noble.20260519.022124_arm64.deb Size: 867156 SHA256: 1b2c967e5f440b468e1672a7820f93915880420b83ab1cc8801c320be81ed35f SHA1: cfd7680732190599bc0e3aae221449acd9d39c58 MD5sum: 7f5fbff944cedfb5a32e0f829e6defcd Description: debug symbols for ros-kilted-twist-mux-msgs Build-Ids: 0dbbd11752af521d9c872deca3027908efb39f90 1e1d7a1ee87c2bc1b50397bf06ee6794db51dcfd 30aaf789f4308a775706b9d87d5082b636a07855 3161b3a2def32225e0ed2266f25ee858fa48daf0 4c4f9cd8546acec0931feed921a967eab58246ac 8bf3d54f8d62764f072341dd1f0f175ce488c825 a2729a176c01887c028b7802c97a38a76640f4e9 ab13786a8a01f22e1661b1211148e0ebb3dcf128 bac24ded5607c521857d63069d472bedf5db6d5c c7a2800c7e20db070d06764868798fc19f40af74 d3ffe73a3b7dfebde003c3f88bbc84fc9ab916bc Package: ros-kilted-twist-stamper Version: 0.0.5-2noble.20260519.053236 Architecture: arm64 Maintainer: Josh Newans Installed-Size: 45 Depends: ros-kilted-geometry-msgs, ros-kilted-rclpy, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-twist-stamper/ros-kilted-twist-stamper_0.0.5-2noble.20260519.053236_arm64.deb Size: 6686 SHA256: 52213806739ffb99b4397fa88f154b0e62d9b61c4dee5d23c87c64483ad8212b SHA1: 10afbba9de4a5ebb15233c72bb893a7232e8f02e MD5sum: 772c9d34e62203baa84476db16ea2bd4 Description: ROS2 package for converting between Twist and TwistStamped messages Package: ros-kilted-type-description-interfaces Version: 2.3.2-1noble.20260519.020707 Architecture: arm64 Maintainer: "William Woodall" Installed-Size: 2234 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-rosidl-core-runtime, ros-kilted-service-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/type_description_interfaces/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-type-description-interfaces/ros-kilted-type-description-interfaces_2.3.2-1noble.20260519.020707_arm64.deb Size: 157108 SHA256: 515389ba25f8f08f93d98ca253c0e51c25d20bd722301a722daab88c543f765d SHA1: 7bd388e5544a97447ed63eb02ceb7387c70c6dbd MD5sum: 2ec674a32af393e24ffca37ebe2b5b20 Description: A package containing message and service definitions for describing and communicating descriptions of other types. Package: ros-kilted-type-description-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-type-description-interfaces Version: 2.3.2-1noble.20260519.020707 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "William Woodall" Installed-Size: 1595 Depends: ros-kilted-type-description-interfaces (= 2.3.2-1noble.20260519.020707) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-type-description-interfaces/ros-kilted-type-description-interfaces-dbgsym_2.3.2-1noble.20260519.020707_arm64.deb Size: 1248732 SHA256: 76ffacb051ddc39b7c820d69423b4868e2b842a3cdec0872519301c69d644b41 SHA1: defec9c398584aa348d2f41dccf4d13d05d8c49d MD5sum: 0d70036fe78616d26b076cb5aa2c9a7e Description: debug symbols for ros-kilted-type-description-interfaces Build-Ids: 200205b2fde5b62cc33c9a8695636e56d15514e6 36f26e8e3ea064ecc3a4da9d6acbd74b3293f4d5 4a6e7728626976785ccb7105a6a58cbbd17edcac 5f279bc004eaab77cc9b77618bf907beebcf36ae 961de518fd8eba649ab20967c7ec3badf0ce9150 97b941ec6357cf284fd98513462443fe3597da26 b60c13bf2ad1b434929bebb483ef49f73ab55e39 bc39f871da5c605ecf1c16660c1dfa1cb1f9fd42 e129c1ca3afcf45e363c7c507200e660e6b224ed e147d9c190723516575e37fd6da6639bccbdbce6 fedd4b53a995e879a44b8ebeb9c367f58474bfc4 Package: ros-kilted-ublox Version: 2.3.0-4noble.20260519.100532 Architecture: arm64 Maintainer: Veronica Lane Installed-Size: 41 Depends: ros-kilted-ublox-gps, ros-kilted-ublox-msgs, ros-kilted-ublox-serialization, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/ublox Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ublox/ros-kilted-ublox_2.3.0-4noble.20260519.100532_arm64.deb Size: 5320 SHA256: 6ee2e11e60b0e431f47fde118760d5a58a676850605244ce5b0b2e8d3659ee5e SHA1: 764ab6130509b1580f6cbe83c2c323d89c15ec8f MD5sum: 355e67a0796b51e87074ec51b515284b Description: Provides a ublox_gps node for u-blox GPS receivers, messages, and serialization packages for the binary UBX protocol. Package: ros-kilted-ublox-dgnss Version: 0.7.4-1noble.20260519.055705 Architecture: arm64 Maintainer: Nick Hortovanyi Installed-Size: 96 Depends: ros-kilted-ntrip-client-node, ros-kilted-ublox-dgnss-node, ros-kilted-ublox-nav-sat-fix-hp-node, ros-kilted-ublox-ubx-interfaces, ros-kilted-ublox-ubx-msgs, ros-kilted-ros-workspace Homepage: https://github.com/aussierobots/ublox_dgnss Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ublox-dgnss/ros-kilted-ublox-dgnss_0.7.4-1noble.20260519.055705_arm64.deb Size: 11444 SHA256: 1daaa73e673b7c766debed2d1b98d7b4cd50f6d9ea30e3d39bbacb98e07ad8d6 SHA1: 03772cb136163c6517b719e389c5301ecc309e59 MD5sum: 6e22acb7d5f694f212eda9e44219c717 Description: Provides a ublox_dgnss node for a u-blox GPS DGNSS receiver using Gen 9 UBX Protocol Package: ros-kilted-ublox-dgnss-node Version: 0.7.4-1noble.20260519.045049 Architecture: arm64 Maintainer: Nick Hortovanyi Installed-Size: 3270 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libusb-1.0-0 (>= 2:1.0.22), libusb-1.0-0-dev, ros-kilted-ament-index-cpp, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rtcm-msgs, ros-kilted-std-msgs, ros-kilted-ublox-ubx-interfaces, ros-kilted-ublox-ubx-msgs, ros-kilted-ros-workspace Homepage: https://github.com/aussierobots/ublox_dgnss Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ublox-dgnss-node/ros-kilted-ublox-dgnss-node_0.7.4-1noble.20260519.045049_arm64.deb Size: 590950 SHA256: dd93e123c9a1eff7e93842de28128f1bc6d8372f01b0020a01f8586c66418d7a SHA1: 088b3a2765abcaa0fe7c2e49be97f9bb8c2a1c93 MD5sum: e8d2f55073d626a128fb91ea1420cdbb Description: Provides a ublox_gnss node for a u-blox GPS GNSS receiver using Gen 9 and Gen 20 UBX Protocol Package: ros-kilted-ublox-dgnss-node-dbgsym Package-Type: ddeb Source: ros-kilted-ublox-dgnss-node Version: 0.7.4-1noble.20260519.045049 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Nick Hortovanyi Installed-Size: 16440 Depends: ros-kilted-ublox-dgnss-node (= 0.7.4-1noble.20260519.045049) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ublox-dgnss-node/ros-kilted-ublox-dgnss-node-dbgsym_0.7.4-1noble.20260519.045049_arm64.deb Size: 13755494 SHA256: 260d360f4f8fe4de6fa94cc1d47e4e6ec9526f2c59e5ceffbb2248338ab0fd77 SHA1: 3fefa78c7c6c70912fafebbb862c48883bff09dd MD5sum: 3a7b8db4ef24f5c7b43fe04752882ea8 Description: debug symbols for ros-kilted-ublox-dgnss-node Build-Ids: 8b349b076952bd2ed505840b81ecc77e59b03ee4 a5eabf0cb844fb7bc40fb0a9b6e22e219f69020d Package: ros-kilted-ublox-gps Version: 2.3.0-4noble.20260519.052708 Architecture: arm64 Maintainer: Gareth Cross Installed-Size: 3830 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libasio-dev, ros-kilted-diagnostic-msgs, ros-kilted-diagnostic-updater, ros-kilted-geometry-msgs, ros-kilted-rcl-interfaces, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-tf2, ros-kilted-ublox-msgs, ros-kilted-ublox-serialization, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/ublox Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ublox-gps/ros-kilted-ublox-gps_2.3.0-4noble.20260519.052708_arm64.deb Size: 692560 SHA256: 72435382fca238e0fad475335a4a8991caac55b4d1165758f9ddbbaf537538c4 SHA1: 22bdf07b9d359f5e36a0a8db5e1bc95d8f790816 MD5sum: 496f14a4b22b55d9d2dd4a2f7fc6ffe2 Description: Driver for u-blox GPS devices. Package: ros-kilted-ublox-gps-dbgsym Package-Type: ddeb Source: ros-kilted-ublox-gps Version: 2.3.0-4noble.20260519.052708 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Gareth Cross Installed-Size: 21673 Depends: ros-kilted-ublox-gps (= 2.3.0-4noble.20260519.052708) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ublox-gps/ros-kilted-ublox-gps-dbgsym_2.3.0-4noble.20260519.052708_arm64.deb Size: 18609138 SHA256: d49f22a5c96f58798faa54ae857a176a36228a50a9d030a28811bde74aa463e8 SHA1: 0271f3b90f4a63884bae89ac14122b9ce2059a15 MD5sum: 86b9323fa0a8d3808b17b5290489b5db Description: debug symbols for ros-kilted-ublox-gps Build-Ids: 449219ea8913aac24f2e7ea1840f93d3da964d93 b4dbf6d4db12820e45fcbf8449f4372416b1f2b8 e6579a5e2cca0685152f57224851d9a2d366feee Package: ros-kilted-ublox-msgs Version: 2.3.0-4noble.20260519.040522 Architecture: arm64 Maintainer: Veronica Lane Installed-Size: 13770 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5), ros-kilted-fastcdr, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-ublox-serialization, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/ublox Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ublox-msgs/ros-kilted-ublox-msgs_2.3.0-4noble.20260519.040522_arm64.deb Size: 816770 SHA256: c6440669e8579398a52b47d2320b0685b36ccf51577ca98dee1b61c53e3acb2b SHA1: a81f8cf5ca960d7694b2279167f0954ef48d4f1a MD5sum: b2548a13fbd73f5fce647cad9e5cff19 Description: ublox_msgs contains raw messages for u-blox GNSS devices. Package: ros-kilted-ublox-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-ublox-msgs Version: 2.3.0-4noble.20260519.040522 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Veronica Lane Installed-Size: 9376 Depends: ros-kilted-ublox-msgs (= 2.3.0-4noble.20260519.040522) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ublox-msgs/ros-kilted-ublox-msgs-dbgsym_2.3.0-4noble.20260519.040522_arm64.deb Size: 7198346 SHA256: dc311d25053132f54660c9ed2babe79644887510254e7dcebf0130b9d2fc6bef SHA1: 03d4d95969fe38be136dd4d7989162d29789978a MD5sum: 05a2ab1ee7914a84a42cc86b599dbde9 Description: debug symbols for ros-kilted-ublox-msgs Build-Ids: 212863965538365e2fe610d0667a1af742251ab4 41a2ab033a91ddf905e381ff1b0058cb6f871890 4ecf52f728fa8d92d921867dc14ad818cc78170d 6227ed6f3da94bf77ffba78e7a177e06a715dea1 74f027fe7bf48985c4c6770239e8684f086dd327 880b0fffe86bbd10feddac46ec15155e62342c64 b1d9244345fea6104da63107cadc0dd4e08ff76e b97bcfc6319daaecb27022123cf720bf0a591051 d00f5c00a852c654c33d4a3c4b0f08cb542b1f17 e625705967e64c8161758660792566a75fe4c912 f31f3707e6c1f1ce54932405afb1f1b02dd3b1d8 ff4fa94c78f8aad1b886c640d730e41beb6f54c3 Package: ros-kilted-ublox-nav-sat-fix-hp-node Version: 0.7.4-1noble.20260519.054335 Architecture: arm64 Maintainer: Geoff Sokoll Installed-Size: 1078 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-ublox-ubx-interfaces, ros-kilted-ublox-ubx-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ublox-nav-sat-fix-hp-node/ros-kilted-ublox-nav-sat-fix-hp-node_0.7.4-1noble.20260519.054335_arm64.deb Size: 150122 SHA256: fe98a25caf4cc97ce6d9d89dde11c13365f0ff8641eaf283dfd179ef6da533bd SHA1: 8c6a06d9c9a11084f234c189602b1fddaf169ca9 MD5sum: a817c53b526a2c337924fcef0ee8a14f Description: Provides a NavSatFix node for a u-blox GPS GNSS receiver using Gen 9 UBX Protocol Package: ros-kilted-ublox-nav-sat-fix-hp-node-dbgsym Package-Type: ddeb Source: ros-kilted-ublox-nav-sat-fix-hp-node Version: 0.7.4-1noble.20260519.054335 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Geoff Sokoll Installed-Size: 4366 Depends: ros-kilted-ublox-nav-sat-fix-hp-node (= 0.7.4-1noble.20260519.054335) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ublox-nav-sat-fix-hp-node/ros-kilted-ublox-nav-sat-fix-hp-node-dbgsym_0.7.4-1noble.20260519.054335_arm64.deb Size: 3530316 SHA256: a56fc79dbb2a12dc258cc1c103a3a76d691381112975da3b7961c480105a5da9 SHA1: d887a4643592cd7a7f025ea0e82a307459570d54 MD5sum: 8c74e87fdbdfa68b3d374d7886e908b4 Description: debug symbols for ros-kilted-ublox-nav-sat-fix-hp-node Build-Ids: 81a817bce9159e22c7e62fcb6534b8310183590e f38734cc103fc569afd912483a7d5a54bd25a240 Package: ros-kilted-ublox-serialization Version: 2.3.0-4noble.20260410.163041 Architecture: arm64 Maintainer: Veronica Lane Installed-Size: 75 Depends: ros-kilted-ros-workspace Homepage: http://ros.org/wiki/ublox Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ublox-serialization/ros-kilted-ublox-serialization_2.3.0-4noble.20260410.163041_arm64.deb Size: 12716 SHA256: d6c382708b441c07b024cda82fa4e83dcd31dddf5f88acce93b135102cd03652 SHA1: da022819182512c75af9114f94453f903c610087 MD5sum: 2805bb9cde3cd6c5374fc4e0c0cc97f1 Description: ublox_serialization provides header files for serialization of ROS messages to and from u-blox message format. Package: ros-kilted-ublox-ubx-interfaces Version: 0.7.4-1noble.20260519.033102 Architecture: arm64 Maintainer: Nick Hortovanyi Installed-Size: 2167 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-rosidl-default-generators, ros-kilted-ros-workspace Homepage: https://github.com/aussierobots/ublox_dgnss Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ublox-ubx-interfaces/ros-kilted-ublox-ubx-interfaces_0.7.4-1noble.20260519.033102_arm64.deb Size: 120060 SHA256: aabbae39fca9b4b25d938ae7f3830ddbf124a7de46d1c4b9b01d6895791b5903 SHA1: effeac6a836e2155e37ea92a7cd9a5b2d6df32bb MD5sum: 590da12c6c316596da2751c0dcb7eda7 Description: UBLOX UBX Interfaces Package: ros-kilted-ublox-ubx-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-ublox-ubx-interfaces Version: 0.7.4-1noble.20260519.033102 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Nick Hortovanyi Installed-Size: 1231 Depends: ros-kilted-ublox-ubx-interfaces (= 0.7.4-1noble.20260519.033102) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ublox-ubx-interfaces/ros-kilted-ublox-ubx-interfaces-dbgsym_0.7.4-1noble.20260519.033102_arm64.deb Size: 860458 SHA256: b83ce11a15ab6aeb4449aef65dc095c5c81082dca919f2afa93b0dd9511a9ead SHA1: 583aa0112e0f462807461ee4da54106969764ee7 MD5sum: 5510d9227629be827f8ac2bc7fe7caca Description: debug symbols for ros-kilted-ublox-ubx-interfaces Build-Ids: 29dc713bfb4601c05926601990344518e30be3d9 3ff9820222ee7c74081e65671fbb8b7946f1f4f6 4c2a7575553ef261411ece28b5962cb87950e889 4eeb918e5f78ad0c2b334be6ef8d879cf7d8eadf 5f1c21efac6d83aeab87ae094c2f0bfa231dabc5 692cffaf1d5024a36e70f760bc738f5671ecd6c7 6dc61c32b2f7eab0880e3ea979b715f1216d770c 6f5950babbcf29c739ba7bd87d01beeb4a6fac58 87fecf999bec033a8b7097f844a100c2feaa5585 e697946a0836cfbee13a9bd8f7b8e9d1f52e3853 ffa2a13de751a81e1c49d5db4949e27cf564fb93 Package: ros-kilted-ublox-ubx-msgs Version: 0.7.4-1noble.20260519.023140 Architecture: arm64 Maintainer: Nick Hortovanyi Installed-Size: 10758 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-generators, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: https://github.com/aussierobots/ublox_dgnss Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ublox-ubx-msgs/ros-kilted-ublox-ubx-msgs_0.7.4-1noble.20260519.023140_arm64.deb Size: 629606 SHA256: e9a74d14f00c83c6c1eed695779fe4d7c8f9d37b8906f46801c201636ad1ef14 SHA1: 8d0afbdfc8f8a77a697239feb26a7f8f10b380ca MD5sum: 232c8e860e3ce86c7a9b5054622122e6 Description: UBLOX UBX ROS2 Msgs Package: ros-kilted-ublox-ubx-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-ublox-ubx-msgs Version: 0.7.4-1noble.20260519.023140 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Nick Hortovanyi Installed-Size: 7366 Depends: ros-kilted-ublox-ubx-msgs (= 0.7.4-1noble.20260519.023140) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ublox-ubx-msgs/ros-kilted-ublox-ubx-msgs-dbgsym_0.7.4-1noble.20260519.023140_arm64.deb Size: 5658146 SHA256: fdec3b8e6e0be32c624828718db8d5ffcc1eaa716a507ea5aeaf8e0fdda2b5b1 SHA1: e5ff19532d3d3595a3f5efae8b7f06ebe0cc1710 MD5sum: cad6c547b46b972704714458133b39a1 Description: debug symbols for ros-kilted-ublox-ubx-msgs Build-Ids: 10522b8c7eb0d53c839d18ff2356c2330afa4334 25ad5b779e367894f24502366c10c1dae65cd597 31dceca61a6a2ffacd144f3eb3438704748d7a02 4177dba31a9b1f69a8e54f73714523cd3f00e3b8 4293a77d239077931b766af128ba5546733361f5 7129defaba0e04453bb96b7ca4579c8dad7d3e6e 75c4c37ad00cca3797042e004efde59a78cec557 ba59459eb7093b5376c2ca8a596e5aede28cbbd6 c9cfb25fce2da3849adf9bb6ce707fc87715edc6 d6bc3210e03da27fc9e757f556548354e00d990e f704b691430c216e27aca1cefbdc11c1c5781be8 Package: ros-kilted-udp-driver Version: 1.2.0-4noble.20260519.055349 Architecture: arm64 Maintainer: Joshua Whitley Installed-Size: 993 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libasio-dev, ros-kilted-io-context, ros-kilted-lifecycle-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rclcpp-lifecycle, ros-kilted-std-msgs, ros-kilted-udp-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-udp-driver/ros-kilted-udp-driver_1.2.0-4noble.20260519.055349_arm64.deb Size: 172198 SHA256: 7e7e1fe06051dd3231a66fdbe1924a096887f5b3dfd27d519d197d264fb8cf5d SHA1: d6aaf4e034092a382321c53315a31b1d59ad134a MD5sum: 850822b60d58c0e7c2bacaefa671e5db Description: A library to write Synchronous and Asynchronous networking applications, ROS and ROS2 nodes Package: ros-kilted-udp-driver-dbgsym Package-Type: ddeb Source: ros-kilted-udp-driver Version: 1.2.0-4noble.20260519.055349 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Joshua Whitley Installed-Size: 4249 Depends: ros-kilted-udp-driver (= 1.2.0-4noble.20260519.055349) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-udp-driver/ros-kilted-udp-driver-dbgsym_1.2.0-4noble.20260519.055349_arm64.deb Size: 3551308 SHA256: 41cac88919228234ab3e27de0b9bf826d3a0a807a95ae8c5c61086a2f51bd13f SHA1: 3e93c4d4fff40fbb37e712475efe3c491e17d67f MD5sum: f1518f909e55ae4f25879a6509aa1769 Description: debug symbols for ros-kilted-udp-driver Build-Ids: 0b7eb79416f70fe2822d2b3417a129484531849a 1ab80d85146cb919a37e53185bd4a58269a4606b 80716e09a5d3549cb920ef4a71d1d23cccb202f2 8dc167e89572f6d5abf6494174a12f677e5b7a15 a38d1a1bf8ea4f32cc92da69ee5ad0536e800276 Package: ros-kilted-udp-msgs Version: 0.0.5-2noble.20260519.032654 Architecture: arm64 Maintainer: Evan Flynn Installed-Size: 1610 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-ros-environment, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-udp-msgs/ros-kilted-udp-msgs_0.0.5-2noble.20260519.032654_arm64.deb Size: 113440 SHA256: e0fc529c3117fd088a7ac6c344e784f512f953b7117aa06b7cc48376caae1aed SHA1: 5fd3d641d407a25fdfe17f5e8cf01c6e7a199a59 MD5sum: 3878a635899d546c603753640c86ddbf Description: ROS / ROS2 udp_msgs package Package: ros-kilted-udp-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-udp-msgs Version: 0.0.5-2noble.20260519.032654 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Evan Flynn Installed-Size: 1046 Depends: ros-kilted-udp-msgs (= 0.0.5-2noble.20260519.032654) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-udp-msgs/ros-kilted-udp-msgs-dbgsym_0.0.5-2noble.20260519.032654_arm64.deb Size: 794816 SHA256: d8399c227f1cc1af6c3d2892745c379587475d8bf2d7e58e1a6fc4be7821d61e SHA1: da3d3066089d0cb597a9288f234f85a2793b8bbb MD5sum: c742d012b8fbc64fb63adda9eea0e2fe Description: debug symbols for ros-kilted-udp-msgs Build-Ids: 2490ee6454db1c26696736ea93d8a3c8a86cc55b 4673ba4feddaa146f9d9c7301d02bad93bd9de55 4bb7c4451c9f0f8299cc5428693a573f4ae83b88 6bb47b9eafa81cae25cd068f55cee44dd0aea95d 7a13b4e8a114befe086676cdab5b7d8b923666c6 8609150e4e1a5a25c559a1767af7144484cd5fd8 a04ba93e490d398fc29185111efffbc0443b7346 b18189c15f579ed271e84d49db721ce97a8ce9b8 e95c5d3db0d3e612727cf9f9a3c2723d5d57f4a7 e9ba139d40d521e1f3a8164ff9ea38be310eba49 ffd26d419a534945108632cfbd0543e5bad083c6 Package: ros-kilted-uncrustify-vendor Version: 3.1.0-2noble.20260410.163059 Architecture: arm64 Maintainer: Scott K Logan Installed-Size: 44 Depends: uncrustify, ros-kilted-ros-workspace Homepage: https://github.com/uncrustify/uncrustify Priority: optional Section: misc Filename: pool/main/r/ros-kilted-uncrustify-vendor/ros-kilted-uncrustify-vendor_3.1.0-2noble.20260410.163059_arm64.deb Size: 8098 SHA256: f8a90decceba45fffc53c273fdcb0b0fe9213c74b6774acdc9cb646394d3c42b SHA1: c1c5e9ccb938e8b309240ff2c487ac8c9c81f128 MD5sum: e28cbd51096065e9eedee298ac42bd16 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-kilted-unique-identifier-msgs Version: 2.7.0-2noble.20260519.015947 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 995 Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), ros-kilted-fastcdr, ros-kilted-rosidl-core-runtime, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/unique_identifier_msgs Priority: optional Section: misc Filename: pool/main/r/ros-kilted-unique-identifier-msgs/ros-kilted-unique-identifier-msgs_2.7.0-2noble.20260519.015947_arm64.deb Size: 41326 SHA256: b1805e8201c3e789571e2061964f4a9f47fa168cf994658435be313d8f22eddf SHA1: ac98cde55abacedb4336bf527bd10214b212552a MD5sum: 43c6f79aa00449b40238e8d3e74b6e4d Description: ROS messages for universally unique identifiers. Package: ros-kilted-unique-identifier-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-unique-identifier-msgs Version: 2.7.0-2noble.20260519.015947 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 272 Depends: ros-kilted-unique-identifier-msgs (= 2.7.0-2noble.20260519.015947) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-unique-identifier-msgs/ros-kilted-unique-identifier-msgs-dbgsym_2.7.0-2noble.20260519.015947_arm64.deb Size: 167432 SHA256: d738e51aff08e0670c86927aa6219179fdb86a4fed6fddb3dccf01203576e924 SHA1: 7ed7d51aba3850d2d20b210a8494a277f6dc2d2d MD5sum: ef1a66aa6d7d90268e77b876dfa41d48 Description: debug symbols for ros-kilted-unique-identifier-msgs Build-Ids: 3af28f868a379cd084d14b7904c327bda06bd553 3e61d6a61d98222fcd8868eb47d74635ac0bb766 48301faa006dbd37a6b6e3c0e0985af7e0e15de9 6322af378e491e32cedf4ab778003adc89fa1142 7c22c126442bcaf655b2c123a225b6c6ed8834b7 89b9704f5d9077a680ff23ba743cf712912122f9 929ae121e8bc4d69ac0fb96d5fb9fdb694277f1b a44dd7ac2488a001ac36c615d8c42ce61dcae76d ade8c9d6bb4126adff30550d728fda1e1fa861c0 b54bf3acc089a149c0436d61cb416e9d1c51ca38 e6c456f80bba873492e4f73b5b97a01e4e64ddad Package: ros-kilted-ur Version: 4.6.0-1noble.20260520.122644 Architecture: arm64 Maintainer: Felix Exner Installed-Size: 41 Depends: ros-kilted-ur-calibration, ros-kilted-ur-controllers, ros-kilted-ur-dashboard-msgs, ros-kilted-ur-moveit-config, ros-kilted-ur-robot-driver, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ur/ros-kilted-ur_4.6.0-1noble.20260520.122644_arm64.deb Size: 5852 SHA256: dccc08f96a0e15c7709b85dab9a77459cf8c31c390c0bf5f90c887a86852d8c3 SHA1: afcd2b3d6382cd1d4c3f00654f8ee45c406e0d94 MD5sum: 65f0ff616803d2505312fc1ecf374e69 Description: Metapackage for universal robots Package: ros-kilted-ur-calibration Version: 4.6.0-1noble.20260520.092841 Architecture: arm64 Maintainer: Felix Exner Installed-Size: 198 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libeigen3-dev, ros-kilted-rclcpp, ros-kilted-ur-client-library, ros-kilted-ur-robot-driver, ros-kilted-yaml-cpp-vendor, ros-kilted-ros-workspace Homepage: https://docs.universal-robots.com/Universal_Robots_ROS_Documentation/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ur-calibration/ros-kilted-ur-calibration_4.6.0-1noble.20260520.092841_arm64.deb Size: 54990 SHA256: 0b29f8ceadb9176b9d5779b6b5ba25fc4a23a443b54098ea0fbfeb9d91742320 SHA1: 2a369a9aa5b880a9be56c838779efaefd2ce811f MD5sum: dd74706292ac689a235056428e362334 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-kilted-ur-calibration-dbgsym Package-Type: ddeb Source: ros-kilted-ur-calibration Version: 4.6.0-1noble.20260520.092841 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Felix Exner Installed-Size: 1592 Depends: ros-kilted-ur-calibration (= 4.6.0-1noble.20260520.092841) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ur-calibration/ros-kilted-ur-calibration-dbgsym_4.6.0-1noble.20260520.092841_arm64.deb Size: 1520462 SHA256: 536f6c2b9e0e81fd40ab19993137684bb7f39ba04bb537ecce5ef9b2e4b8b00b SHA1: 579b6585542f4439a7bd9655fa93f7f838f6fcad MD5sum: ae73a719eb9ea80b153595c3559b815b Description: debug symbols for ros-kilted-ur-calibration Build-Ids: c85fd50f6ce46999949574c4578cc0bbb83bf39c Package: ros-kilted-ur-client-library Version: 2.12.0-1noble.20260520.075729 Architecture: arm64 Maintainer: "Felix Exner" Installed-Size: 1909 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-ament-cmake, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/ur_client_library Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ur-client-library/ros-kilted-ur-client-library_2.12.0-1noble.20260520.075729_arm64.deb Size: 491180 SHA256: 58f4ca25241a156aeddb0a6886c622a2d068a1059498dc948828fee2a54338a7 SHA1: fcb44a79ac53f99a294ae20064f66656d2a31af7 MD5sum: ebfa963ecdd077e6991b565be6669959 Description: Standalone C++ library for accessing Universal Robots interfaces. This has been forked off the ur_robot_driver. Package: ros-kilted-ur-client-library-dbgsym Package-Type: ddeb Source: ros-kilted-ur-client-library Version: 2.12.0-1noble.20260520.075729 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Felix Exner" Installed-Size: 7340 Depends: ros-kilted-ur-client-library (= 2.12.0-1noble.20260520.075729) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ur-client-library/ros-kilted-ur-client-library-dbgsym_2.12.0-1noble.20260520.075729_arm64.deb Size: 6647402 SHA256: 64e30616cce56d6cae0dd473a6d3a86947069163542039e73ed7d25d8e9ad8eb SHA1: 335487b5f44a3a8529e7b2c5a2da2db1edc2fba4 MD5sum: 25810b4b3e454f9aa3c9cbe0b94870bd Description: debug symbols for ros-kilted-ur-client-library Build-Ids: 9e4bf0432151e632844bc93d772be4f0f693a0b6 Package: ros-kilted-ur-controllers Version: 4.6.0-1noble.20260520.082527 Architecture: arm64 Maintainer: Felix Exner Installed-Size: 1882 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-kilted-action-msgs, ros-kilted-angles, ros-kilted-control-msgs, ros-kilted-controller-interface, ros-kilted-generate-parameter-library, ros-kilted-geometry-msgs, ros-kilted-hardware-interface, ros-kilted-joint-trajectory-controller, ros-kilted-lifecycle-msgs, ros-kilted-pluginlib, ros-kilted-rclcpp-lifecycle, ros-kilted-rcutils, ros-kilted-realtime-tools, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-trajectory-msgs, ros-kilted-ur-dashboard-msgs, ros-kilted-ur-msgs, ros-kilted-ros-workspace Homepage: https://docs.universal-robots.com/Universal_Robots_ROS_Documentation/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ur-controllers/ros-kilted-ur-controllers_4.6.0-1noble.20260520.082527_arm64.deb Size: 393836 SHA256: 0d608d14fc2e999f6edcfc948dacba2544871210f21709044b135766c8a957f8 SHA1: 67939f0a50fc51023a58906d9c04ae2620842685 MD5sum: a4c38188da1529f8e404cc56cee4da8b Description: Provides controllers that use the speed scaling interface of Universal Robots. Package: ros-kilted-ur-controllers-dbgsym Package-Type: ddeb Source: ros-kilted-ur-controllers Version: 4.6.0-1noble.20260520.082527 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Felix Exner Installed-Size: 9606 Depends: ros-kilted-ur-controllers (= 4.6.0-1noble.20260520.082527) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ur-controllers/ros-kilted-ur-controllers-dbgsym_4.6.0-1noble.20260520.082527_arm64.deb Size: 8392286 SHA256: aeca26b02f99b760036329c6157bce07e94977bbf1a53ee31a7e709f43e3f414 SHA1: 0db0645a16f3e099b4350ea7fa79414aebdd82eb MD5sum: eceec5053a99568e193518ea5bccf0ba Description: debug symbols for ros-kilted-ur-controllers Build-Ids: 5e55f5ebaecf367a7c81632b1ce58886b40a54a9 Package: ros-kilted-ur-dashboard-msgs Version: 4.6.0-1noble.20260519.022222 Architecture: arm64 Maintainer: Felix Exner Installed-Size: 12952 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-action-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-ros-workspace Homepage: https://docs.universal-robots.com/Universal_Robots_ROS_Documentation/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ur-dashboard-msgs/ros-kilted-ur-dashboard-msgs_4.6.0-1noble.20260519.022222_arm64.deb Size: 690688 SHA256: fc23d576680ad1939d59756e4846526a9b4e4fde41108d9125a6cdc6e1b1ac8d SHA1: 3688e34afb7cf681a4dcd254fb551e68df3d133c MD5sum: 702da7711dcf745f2f78cc3dbba92964 Description: Messages around the UR Dashboard server. Package: ros-kilted-ur-dashboard-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-ur-dashboard-msgs Version: 4.6.0-1noble.20260519.022222 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Felix Exner Installed-Size: 9212 Depends: ros-kilted-ur-dashboard-msgs (= 4.6.0-1noble.20260519.022222) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ur-dashboard-msgs/ros-kilted-ur-dashboard-msgs-dbgsym_4.6.0-1noble.20260519.022222_arm64.deb Size: 6823762 SHA256: 93bf422d543dcb6d384602e9c48dafe8a8b7c87ac364cf58a6f5ad54830d479a SHA1: 291df1a8c6be38d70aac4449828b1f960bd4f88f MD5sum: 2bcb4118b55c90a259bdd609782fba9b Description: debug symbols for ros-kilted-ur-dashboard-msgs Build-Ids: 00b4cbe7bde9ca0687fdac5420e9acc6d1f7e8bb 17dfe5580d4c5f8bb142d0357728076d15128fee 3ae25619cc44efef86ab9c5324b2920267deddf3 466169744cf72fe94cd7764b9112f725571b7b1b 5bb420fee707df3a2759fa66f422ed018459226f 6083162305ef1256b769ab2d98a760802c9b6238 7d14df0984acc1e390b51d9e7ee099d403d9df8a 9e58125d0f8e82a98d5b1a133f9386e9684d177b a614716c4c546d53e04a195ff79a14234e5ff2fe d067accbee35e6233fe580380052ba02a023aef7 dd3247a26a3a7553102187dda8eb8f324b174023 Package: ros-kilted-ur-description Version: 4.3.1-1noble.20260519.151347 Architecture: arm64 Maintainer: "Felix Exner" Installed-Size: 73100 Depends: ros-kilted-joint-state-publisher-gui, ros-kilted-launch, ros-kilted-launch-ros, ros-kilted-robot-state-publisher, ros-kilted-rviz2, ros-kilted-urdf, ros-kilted-xacro, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/ur_description/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ur-description/ros-kilted-ur-description_4.3.1-1noble.20260519.151347_arm64.deb Size: 22126318 SHA256: e69f61fcb9c7bd0ecb132d40a4498aab920f6a76b646a0b0cc47c032a8089251 SHA1: 5e2ef2bc49c5bb833597e71c65b4c8d9567ac149 MD5sum: 1ff916e20f9ec97cc4d516352fd1ef31 Description: URDF description for Universal Robots Package: ros-kilted-ur-moveit-config Version: 4.6.0-1noble.20260520.122600 Architecture: arm64 Maintainer: Felix Exner Installed-Size: 83 Depends: ros-kilted-moveit-configs-utils, ros-kilted-moveit-kinematics, ros-kilted-moveit-planners, ros-kilted-moveit-planners-chomp, ros-kilted-moveit-ros-move-group, ros-kilted-moveit-ros-visualization, ros-kilted-moveit-servo, ros-kilted-moveit-simple-controller-manager, ros-kilted-ur-description, ros-kilted-warehouse-ros-sqlite, ros-kilted-xacro, ros-kilted-ros-workspace Homepage: https://docs.universal-robots.com/Universal_Robots_ROS_Documentation/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ur-moveit-config/ros-kilted-ur-moveit-config_4.6.0-1noble.20260520.122600_arm64.deb Size: 16772 SHA256: 9feb430b17f8ae085f1db91f20988f14d05bb633caa34ae0ad428d88fc6ba94b SHA1: 33da5c7e195cda50cc9eab249f91f19a53d83ccb MD5sum: e9c14e7a8eb2d42147b3c4e771e4d02a Description: An example package with MoveIt2 configurations for UR robots. Package: ros-kilted-ur-msgs Version: 2.5.0-1noble.20260519.035357 Architecture: arm64 Maintainer: G.A. vd. Hoorn Installed-Size: 8317 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-action-msgs, ros-kilted-builtin-interfaces, ros-kilted-control-msgs, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-trajectory-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ur-msgs/ros-kilted-ur-msgs_2.5.0-1noble.20260519.035357_arm64.deb Size: 505276 SHA256: 2e2d146f83dd11a2010100dfaaecbe589131ec6b934df64cbe38d71f9f8b6b3c SHA1: 5cf094b050b9ff3071200907cc460d3a092c05fe MD5sum: 54c61a9cdd42bb2a121de5e5322fb6a6 Description: Message and service definitions for interacting with Universal Robots robot controllers. Package: ros-kilted-ur-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-ur-msgs Version: 2.5.0-1noble.20260519.035357 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: G.A. vd. Hoorn Installed-Size: 5155 Depends: ros-kilted-ur-msgs (= 2.5.0-1noble.20260519.035357) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ur-msgs/ros-kilted-ur-msgs-dbgsym_2.5.0-1noble.20260519.035357_arm64.deb Size: 3795256 SHA256: da510da2e198b3274839e1f071e19759a64240479b23c67a06376f215db5c2bd SHA1: 0847fb2c6dbb940faf70e34917c6fc291c1be0bb MD5sum: 32516a34be993a59b6cd1a60e34819be Description: debug symbols for ros-kilted-ur-msgs Build-Ids: 1f6b9c1ef2eebc1b0909452dbec518a982b61039 4080e38d9f56a398c09bebcd43abf116b9fb18f7 5134ecda7156d4583849ae9369987dfaf0cb974c 6f02668a7c30750eba88da68585e79e99c533062 a508e4e6ede60501a17f4cb62a51e824149ab6eb a61a09c73cf72b7d5f623e27f5f9fac2b715b9d0 a69a8789687e627076dba492f058cbb645b3411c c37b8524ac9005a9dc785f372c49923519bb8a34 ceb2aae4129480ef67c4e82d9acab01d84f33c89 e7bcad3499dfaf6a664992faf1d9857ffef113d6 f7927f24453edd51f9ac5b53d3bbd8b141315ad5 Package: ros-kilted-ur-robot-driver Version: 4.6.0-1noble.20260520.091629 Architecture: arm64 Maintainer: Felix Exner Installed-Size: 5315 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-kilted-backward-ros, ros-kilted-control-msgs, ros-kilted-controller-manager, ros-kilted-controller-manager-msgs, ros-kilted-effort-controllers, ros-kilted-force-torque-sensor-broadcaster, ros-kilted-geometry-msgs, ros-kilted-hardware-interface, ros-kilted-joint-state-broadcaster, ros-kilted-joint-state-publisher, ros-kilted-joint-trajectory-controller, ros-kilted-launch, ros-kilted-launch-ros, ros-kilted-motion-primitives-controllers, ros-kilted-pluginlib, ros-kilted-pose-broadcaster, ros-kilted-position-controllers, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-rclpy, ros-kilted-robot-state-publisher, ros-kilted-ros2-controllers-test-nodes, ros-kilted-rviz2, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-tf2-geometry-msgs, ros-kilted-ur-client-library, ros-kilted-ur-controllers, ros-kilted-ur-dashboard-msgs, ros-kilted-ur-description, ros-kilted-ur-msgs, ros-kilted-urdf, ros-kilted-velocity-controllers, ros-kilted-xacro, socat, ros-kilted-ros-workspace Homepage: https://docs.universal-robots.com/Universal_Robots_ROS_Documentation/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ur-robot-driver/ros-kilted-ur-robot-driver_4.6.0-1noble.20260520.091629_arm64.deb Size: 933068 SHA256: 6d645c86e0d06a8d12e1f3d736a673acb12c8a3f6628434f77f13ef844cb8c4b SHA1: 6d65447cc53e6536c062de9b62fe1768ac496e41 MD5sum: 0e9d9127a89bcd309556cb2c4a8bb4a7 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-kilted-ur-robot-driver-dbgsym Package-Type: ddeb Source: ros-kilted-ur-robot-driver Version: 4.6.0-1noble.20260520.091629 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Felix Exner Installed-Size: 23395 Depends: ros-kilted-ur-robot-driver (= 4.6.0-1noble.20260520.091629) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ur-robot-driver/ros-kilted-ur-robot-driver-dbgsym_4.6.0-1noble.20260520.091629_arm64.deb Size: 19838826 SHA256: 4da103d14d5c111fcaa5463aa9e93fd1c6cb177622dd2c17c83607a618937f96 SHA1: 3e2aec86034af87cd796a7fb0cc2c7e01977266b MD5sum: 8ec39fe3b44cd14f657c5caefa768217 Description: debug symbols for ros-kilted-ur-robot-driver Build-Ids: 0ceec12ddae1a9131de9dcc83f42b06bfa2e125f 39a149aa951671ad2dcb45f5e0c0a4e4d8c1ca00 4ab69e46bb6b06f1b422f2ebf0bab4fbe80bdae6 4f7a1c782335b379a3ed5197d252c42f13952d66 7478a5593e76eb4235b38d782ff48bd99ea9662a 9fab68c2796df1c922e28e9cba1ce8674f0354c6 f8e81dc2bc2a16d7d5626e2e81adc7e4bd769d4a Package: ros-kilted-ur-simulation-gz Version: 2.5.0-1noble.20260520.122705 Architecture: arm64 Maintainer: Felix Exner Installed-Size: 72 Depends: ros-kilted-gz-ros2-control, ros-kilted-joint-state-publisher, ros-kilted-launch, ros-kilted-launch-ros, ros-kilted-ros-gz-bridge, ros-kilted-ros-gz-sim, ros-kilted-rviz2, ros-kilted-ur-controllers, ros-kilted-ur-description, ros-kilted-ur-moveit-config, ros-kilted-urdf, ros-kilted-xacro, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ur-simulation-gz/ros-kilted-ur-simulation-gz_2.5.0-1noble.20260520.122705_arm64.deb Size: 11276 SHA256: 37d8ebf630e5eb891397b6993753005cd4d499828a471482cd8770290af67262 SHA1: 666e50e161a23e93fa447c6737bd062e2618b8b6 MD5sum: 3d2caa72cfa72c2e65cab77f28732810 Description: Example and configuration files for Gazebo simulation of UR manipulators. Package: ros-kilted-urdf Version: 2.12.3-1noble.20260519.042002 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 409 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-urdfdom, ros-kilted-pluginlib, ros-kilted-rcutils, ros-kilted-tinyxml2-vendor, ros-kilted-urdf-parser-plugin, ros-kilted-urdfdom-headers, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-urdf/ros-kilted-urdf_2.12.3-1noble.20260519.042002_arm64.deb Size: 99048 SHA256: f3cc83c76ec94ce73bbe14aed0dba5d221503e491397daaa1de5a5d8b2644f06 SHA1: 8953ee0f33a8a085ce037b2478400a458d6134ab MD5sum: 47bd880928f8ea5a87c5a024f29c93c0 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-kilted-urdf-dbgsym Package-Type: ddeb Source: ros-kilted-urdf Version: 2.12.3-1noble.20260519.042002 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 1271 Depends: ros-kilted-urdf (= 2.12.3-1noble.20260519.042002) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-urdf/ros-kilted-urdf-dbgsym_2.12.3-1noble.20260519.042002_arm64.deb Size: 1157682 SHA256: 5ef366da8a0bd2a744eaf46873b1a1f4fb0a11e46e689f4271bcbc380471fd0d SHA1: be67323791580106c4dfac75a48fef647878a975 MD5sum: c9ab9f49d7f9395af3295e9dfc6e69bf Description: debug symbols for ros-kilted-urdf Build-Ids: 2362d0a0a3f90e9016afd0800344b94d3f08e7fb b731b7f51ecf6c1c6b08de83a5644be8e39554fa Package: ros-kilted-urdf-launch Version: 0.1.2-1noble.20260519.151422 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 48 Depends: ros-kilted-joint-state-publisher, ros-kilted-joint-state-publisher-gui, ros-kilted-launch-ros, ros-kilted-robot-state-publisher, ros-kilted-rviz-common, ros-kilted-rviz-default-plugins, ros-kilted-rviz2, ros-kilted-xacro, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-urdf-launch/ros-kilted-urdf-launch_0.1.2-1noble.20260519.151422_arm64.deb Size: 6458 SHA256: 273e7143d7409de98d1857e7e4395e457ed70ad1bdfe9096373b74b096eef336 SHA1: 0da32a5cc76fd007142ce81944bceb2564a8222f MD5sum: 0c9aeceed8da521a91e291c181f2201b Description: Launch files for common URDF operations Package: ros-kilted-urdf-parser-plugin Version: 2.12.3-1noble.20260519.041727 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 60 Depends: ros-kilted-urdfdom-headers, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-urdf-parser-plugin/ros-kilted-urdf-parser-plugin_2.12.3-1noble.20260519.041727_arm64.deb Size: 9882 SHA256: 35263bc81a6e9da1b2257b5c5bea8a4a7f58aef6efb29196fbdf3d9e0c6bd89c SHA1: a191537893ead9312c069905ae1a99a5fb9851b1 MD5sum: 1a72f0a6ea98a206a769d4ab0c51079d Description: This package contains a C++ base class for URDF parsers. Package: ros-kilted-urdf-tutorial Version: 1.1.0-3noble.20260519.165241 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 1011 Depends: ros-kilted-urdf-launch, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/urdf_tutorial Priority: optional Section: misc Filename: pool/main/r/ros-kilted-urdf-tutorial/ros-kilted-urdf-tutorial_1.1.0-3noble.20260519.165241_arm64.deb Size: 731392 SHA256: 1cd77f0ee506e78c286c9ee78609f6708a563addeea5baccba34740bc2797017 SHA1: c233f40a3d6bf4f8750f15f4a6241afcd5318c66 MD5sum: e0b861cbc85685c066bff1716c5d805d Description: This package contains a number of URDF tutorials. Package: ros-kilted-urdfdom Version: 5.0.0-1noble.20260410.184924 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 720 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libconsole-bridge-dev, libtinyxml2-dev, ros-kilted-console-bridge-vendor, ros-kilted-tinyxml2-vendor, ros-kilted-urdfdom-headers (>= 0.2.3), ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-urdfdom/ros-kilted-urdfdom_5.0.0-1noble.20260410.184924_arm64.deb Size: 68342 SHA256: 2f3d6b28fb6dfe22bf05f2c87aafe719a444a68d8cffc2811faa27dbfdf6dc54 SHA1: e8253e5d53cb9a5c95d6f9b67a31784e9d2660d7 MD5sum: 97affc72528084bdf0cea946a7dca624 Description: A library to access URDFs using the DOM model. Package: ros-kilted-urdfdom-dbgsym Package-Type: ddeb Source: ros-kilted-urdfdom Version: 5.0.0-1noble.20260410.184924 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 1924 Depends: ros-kilted-urdfdom (= 5.0.0-1noble.20260410.184924) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-urdfdom/ros-kilted-urdfdom-dbgsym_5.0.0-1noble.20260410.184924_arm64.deb Size: 1204524 SHA256: 9d1700aaa671602a7b717908c78d10381d4d5149335c4ee4eb8e212b6b86a2ce SHA1: 3b8d34c33ef00a711101d444f422a5d1b0882d96 MD5sum: 29c601a627c640a5061b503bdeadbf53 Description: debug symbols for ros-kilted-urdfdom Build-Ids: 072ba1679ab860968886061a3bffc594607f5b5e 463aa13ea275c08ad171890aa33e8d005f7c1378 6b0179a114ed271e0d0e860d1dc7b9803e5d0d27 9ebaa5c049c6adbfbd17f634a1edc058582e4463 a034f61fdc463a1f7ef74862d95a906fff0a2557 a0e984376483b8351997a3406def23452fc50a2f bb59de373d8eb39656bd8632f88e37c78df5bd3d Package: ros-kilted-urdfdom-headers Version: 1.1.2-1noble.20260410.184355 Architecture: arm64 Maintainer: Steven! Ragnarök Installed-Size: 100 Depends: ros-kilted-ros-workspace Homepage: http://ros.org/wiki/urdf Priority: optional Section: misc Filename: pool/main/r/ros-kilted-urdfdom-headers/ros-kilted-urdfdom-headers_1.1.2-1noble.20260410.184355_arm64.deb Size: 13434 SHA256: 8825def605768100aa9b2d9c98615209bb42cce21994efe11c69967d89f27c34 SHA1: fe2dbb27d1282fb03b70a5ba8f2d96edfe4dec0d MD5sum: 20630e880fefa0a227b29a60cfad35e5 Description: C++ headers for URDF. Package: ros-kilted-urdfdom-py Version: 1.2.1-3noble.20260519.104644 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 157 Depends: python3-lxml, python3-yaml, ros-kilted-rclpy, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/urdfdom_py Priority: optional Section: misc Filename: pool/main/r/ros-kilted-urdfdom-py/ros-kilted-urdfdom-py_1.2.1-3noble.20260519.104644_arm64.deb Size: 38690 SHA256: 6f8795d74c00cb61c9ebed0e35b84c4da77ebdfeade401dd6d605de621cb8f0a SHA1: 39e31b2eab4012784ae1c6cc8fb97d817aa6d37a MD5sum: e9a17d51922e8f14c48c5ddd74ec37aa Description: Python implementation of the URDF parser. Package: ros-kilted-urg-c Version: 1.0.4001-6noble.20260410.163306 Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 896 Depends: libc6 (>= 2.34), ros-kilted-ros-workspace Homepage: http://sourceforge.net/projects/urgwidget/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-urg-c/ros-kilted-urg-c_1.0.4001-6noble.20260410.163306_arm64.deb Size: 43300 SHA256: 94313cb1cb2a576b7b038befdb9e27413c3b0415793643f5f39d51deece6f5e4 SHA1: 4bec4cc9cd3c8787ce7f81d18dc54661246d7229 MD5sum: a0e221d57cd0cfa126a157cd334a61da Description: The urg_c package Package: ros-kilted-urg-c-dbgsym Package-Type: ddeb Source: ros-kilted-urg-c Version: 1.0.4001-6noble.20260410.163306 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 226 Depends: ros-kilted-urg-c (= 1.0.4001-6noble.20260410.163306) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-urg-c/ros-kilted-urg-c-dbgsym_1.0.4001-6noble.20260410.163306_arm64.deb Size: 101228 SHA256: cd41f94cf3c0c787de1bb3452b63244e285734ac19e6925c7446c989756b2a39 SHA1: 165212da78ea013060834fab82b2163e03571975 MD5sum: a2174f8323a51f95a50d36a84c93a21a Description: debug symbols for ros-kilted-urg-c Build-Ids: 052d3a3754ce40572864735cd10a8cafed330d54 315f0c4e361dc41a42b1026ffe66dd47107faba6 3b1e389894828f4381e8f7ef0527febbc5acb0d0 474f1700031c37d2cf0ecdf2db027b314add316d 54d657a6941046918b9286fd9182a6bb154b6cf8 a26b0f5b9744f3feb1305ef85b162846f496a577 b02b126118007114a4a524fa0b58045a41f9c730 b56d7b0733ceb8a90cabf47a804b42a9e691df1f cb33542ec7b2b08bce76ad1fc238085934c58e94 d2bd1ce38a061800e5824ae83065d119b10dc728 e77ad968ad746f6f3f05fff62f3d6abc8f02e6e1 f896ea82f12709b6db81159d671b3e2fc3ae2962 Package: ros-kilted-urg-node Version: 1.2.0-1noble.20260519.091756 Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 720 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-dev, ros-kilted-builtin-interfaces, ros-kilted-diagnostic-updater, ros-kilted-laser-proc, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rosidl-default-generators, ros-kilted-sensor-msgs, ros-kilted-std-srvs, ros-kilted-urdf, ros-kilted-urg-c, ros-kilted-urg-node-msgs, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/urg_node Priority: optional Section: misc Filename: pool/main/r/ros-kilted-urg-node/ros-kilted-urg-node_1.2.0-1noble.20260519.091756_arm64.deb Size: 177236 SHA256: 9cd1f77d5bec41c655182335d3ee0a9b97ab740ea8f3dca1795d79063f33ba4c SHA1: b2c151785b2e9d51f9db5421c026ffb6ce3133d5 MD5sum: 9fba69efe2322f4ef334d6e6600c801e Description: urg_node Package: ros-kilted-urg-node-dbgsym Package-Type: ddeb Source: ros-kilted-urg-node Version: 1.2.0-1noble.20260519.091756 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 2415 Depends: ros-kilted-urg-node (= 1.2.0-1noble.20260519.091756) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-urg-node/ros-kilted-urg-node-dbgsym_1.2.0-1noble.20260519.091756_arm64.deb Size: 2189960 SHA256: 102d5e3ce1b91b678493b7fe758e1fb5cd57ca9a5e06785396e6a409e48c853f SHA1: e4f4c2a04e3758489b14dbfdc1e22312d138a54f MD5sum: 82e4eeb55d4361a2b9d71169c7e13018 Description: debug symbols for ros-kilted-urg-node Build-Ids: 5f1e5210c3ce1c332b34417f7deef1115f427747 d53b95741495a6cf30d5dfd2d95f6579ef2009da fdf008434ec5cd37647f736728689f031d1411cb Package: ros-kilted-urg-node-msgs Version: 1.0.1-9noble.20260519.023157 Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 1016 Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-generators, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/urg_node Priority: optional Section: misc Filename: pool/main/r/ros-kilted-urg-node-msgs/ros-kilted-urg-node-msgs_1.0.1-9noble.20260519.023157_arm64.deb Size: 43288 SHA256: 9b74a321616bc3d3d3ed6eff94c0dad7244f10f73df4ec7afe6b959b24cb864f SHA1: 0e2123b91f2789d3aee21d30ad04210da6ff9904 MD5sum: d1795182ec7cfc75e8f7af121fe12577 Description: urg_node_msgs Package: ros-kilted-urg-node-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-urg-node-msgs Version: 1.0.1-9noble.20260519.023157 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 278 Depends: ros-kilted-urg-node-msgs (= 1.0.1-9noble.20260519.023157) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-urg-node-msgs/ros-kilted-urg-node-msgs-dbgsym_1.0.1-9noble.20260519.023157_arm64.deb Size: 174092 SHA256: 4f8421cb5274c03146eaaab267855e85f31eb02b346655c9b3cab7f97b11e033 SHA1: 53230a66f5c44da89c1af80f94f5754e1d82c4b8 MD5sum: b902cc78626f269746b9218e92fafa3e Description: debug symbols for ros-kilted-urg-node-msgs Build-Ids: 07d6614794855dae027bda3f50059eb0a7bee683 2db7e2be65c3e59da2b64e2b73f11f25f73e5f9e 73c6ff2501c2b6e02cea1e05757761a0ed85e471 78571ad586c919277ac7672be8eaa6439ae8b55e aceca4e593d9a199bad73dbc29748ec02738a4b0 af9e419adf5b8f80d6eafc2a5ede4f048f87ff96 bc2bef476e938b0c436c923ffea1bf80bc2fd3e9 c27e44b078d010ca5ee747b6564b99a195d77d99 dfbb940272fd06084c1b0cf30e065cc6111a1a68 f40e3bcd9fb2beb28dc6d7faec0d3a2891ee3f05 f8972d8b527c9fdb83ba2a83b8a1dbd8c0c43e05 Package: ros-kilted-usb-cam Version: 0.8.1-2noble.20260519.135041 Architecture: arm64 Maintainer: Evan Flynn Installed-Size: 807 Depends: libavcodec60 (>= 7:6.0), libavutil58 (>= 7:6.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libswscale7 (>= 7:6.0), ffmpeg, libavcodec-dev, libavformat-dev, libavutil-dev, libswscale-dev, ros-kilted-builtin-interfaces, ros-kilted-camera-info-manager, ros-kilted-cv-bridge, ros-kilted-image-transport, ros-kilted-image-transport-plugins, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rosidl-default-runtime, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-std-srvs, v4l-utils, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/usb_cam Priority: optional Section: misc Filename: pool/main/r/ros-kilted-usb-cam/ros-kilted-usb-cam_0.8.1-2noble.20260519.135041_arm64.deb Size: 160448 SHA256: 9ced24cc6170b8603eb6b019b58ef2c9c54024b21fe27b6b77429bfb1179a435 SHA1: f77a70ad914ac11e4a1f85b74602e97b661e6b4d MD5sum: 745a911774c72677ba8f59df02b41f20 Description: A ROS Driver for V4L USB Cameras Package: ros-kilted-usb-cam-dbgsym Package-Type: ddeb Source: ros-kilted-usb-cam Version: 0.8.1-2noble.20260519.135041 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Evan Flynn Installed-Size: 2698 Depends: ros-kilted-usb-cam (= 0.8.1-2noble.20260519.135041) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-usb-cam/ros-kilted-usb-cam-dbgsym_0.8.1-2noble.20260519.135041_arm64.deb Size: 2412040 SHA256: 11544396ad4c3412e5b67efe1a1272750b15d11ce787aab266788402b5452307 SHA1: 906e4e72dbce0dd9f44d04efe0360215a2c73702 MD5sum: 861d8d6c6ababd97fd6c544913ef5c7d Description: debug symbols for ros-kilted-usb-cam Build-Ids: 1a0cee247dc0ffa9bec8dee12adc52b764a2cab6 6e3da51462faa91bb99c4035f6119a83ee0a1e5e 9f6e1e5d75d6346c5dc83eecd0eb7d604b5b892d Package: ros-kilted-v4l2-camera Version: 0.7.1-2noble.20260519.135150 Architecture: arm64 Maintainer: Sander G. van Dijk Installed-Size: 1001 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-camera-info-manager, ros-kilted-cv-bridge, ros-kilted-image-transport, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-v4l2-camera/ros-kilted-v4l2-camera_0.7.1-2noble.20260519.135150_arm64.deb Size: 204800 SHA256: c021da43dabfe7f21e97e7dd3a49c67cac65ab35476ed8608c09c52ef3811c81 SHA1: 5f7fec5bbb273fe795c6515bfb9e74ab7489a8ef MD5sum: 70a203a86149549b2db27395e78bbdd8 Description: A ROS 2 camera driver using Video4Linux2 Package: ros-kilted-v4l2-camera-dbgsym Package-Type: ddeb Source: ros-kilted-v4l2-camera Version: 0.7.1-2noble.20260519.135150 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Sander G. van Dijk Installed-Size: 4606 Depends: ros-kilted-v4l2-camera (= 0.7.1-2noble.20260519.135150) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-v4l2-camera/ros-kilted-v4l2-camera-dbgsym_0.7.1-2noble.20260519.135150_arm64.deb Size: 4051488 SHA256: 573652fa0772baac7e6efcc6c98dd907bc6bca26cda7618b6e63cdda0b05211b SHA1: 276cd22ef4c4ed1ee3db6add848a007739f7910a MD5sum: 8ed920d73f7ed6f3044034af002e362d Description: debug symbols for ros-kilted-v4l2-camera Build-Ids: 94ba6a2ef7d665ddc42498903bae1bae58a9056d b3d3208fe348ca61fba24c6eee3bb13ccece0f00 e7d8972f03a2a131b2ae857a37bf12251d21c114 Package: ros-kilted-velocity-controllers Version: 5.15.1-1noble.20260520.090505 Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 134 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-backward-ros, ros-kilted-forward-command-controller, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-kilted-velocity-controllers/ros-kilted-velocity-controllers_5.15.1-1noble.20260520.090505_arm64.deb Size: 27312 SHA256: a10db81597bb97b4da9df97126c1ee75d86b4b9b1e9ecf6ec20e980e23bb1e80 SHA1: aaf14fc67772852fb01ab3c93b33f85b01905438 MD5sum: b2a28e5550e3a5b5cd5dbeed17318f23 Description: Generic controller for forwarding commands. Package: ros-kilted-velocity-controllers-dbgsym Package-Type: ddeb Source: ros-kilted-velocity-controllers Version: 5.15.1-1noble.20260520.090505 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: "Bence Magyar" Installed-Size: 440 Depends: ros-kilted-velocity-controllers (= 5.15.1-1noble.20260520.090505) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-velocity-controllers/ros-kilted-velocity-controllers-dbgsym_5.15.1-1noble.20260520.090505_arm64.deb Size: 408306 SHA256: 04a231245f5141f6f081464e76d8db90ef1106ca0aa659236af3936019b928cf SHA1: e4ce8e41927091c8feb4c61d51598d2da0fba832 MD5sum: b3dcf77a0be21d3ec737f2eb8d70b5e4 Description: debug symbols for ros-kilted-velocity-controllers Build-Ids: b8e55c38294c391833efbd6920cf600062c288cd Package: ros-kilted-velodyne Version: 2.5.1-2noble.20260519.092808 Architecture: arm64 Maintainer: Josh Whitley Installed-Size: 73 Depends: ros-kilted-velodyne-driver, ros-kilted-velodyne-laserscan, ros-kilted-velodyne-msgs, ros-kilted-velodyne-pointcloud, ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/velodyne Priority: optional Section: misc Filename: pool/main/r/ros-kilted-velodyne/ros-kilted-velodyne_2.5.1-2noble.20260519.092808_arm64.deb Size: 8508 SHA256: 7c8209d96f33b5e780437626afd54284b9c5723fc850de6e96b7b10627155324 SHA1: 574000019cfd2f6a80c689b3138a3ca8986167ed MD5sum: 59e0782490361084f3f95ea00e6a03dd Description: Basic ROS support for the Velodyne 3D LIDARs. Package: ros-kilted-velodyne-driver Version: 2.5.1-2noble.20260519.055349 Architecture: arm64 Maintainer: Josh Whitley Installed-Size: 817 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpcap0.8t64 (>= 1.0.0), libstdc++6 (>= 13.1), libpcap0.8-dev, ros-kilted-diagnostic-updater, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-tf2-ros, ros-kilted-velodyne-msgs, ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/velodyne_driver Priority: optional Section: misc Filename: pool/main/r/ros-kilted-velodyne-driver/ros-kilted-velodyne-driver_2.5.1-2noble.20260519.055349_arm64.deb Size: 146044 SHA256: 09631b1139a1053fe030926f73d829a5386872bdd66480d61f5ca4788656686a SHA1: 7877163b43047c91ace20c9804f62955c59595dd MD5sum: 02535dcb101f7668c0b57aed48056acb Description: ROS device driver for Velodyne 3D LIDARs. Package: ros-kilted-velodyne-driver-dbgsym Package-Type: ddeb Source: ros-kilted-velodyne-driver Version: 2.5.1-2noble.20260519.055349 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Josh Whitley Installed-Size: 3189 Depends: ros-kilted-velodyne-driver (= 2.5.1-2noble.20260519.055349) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-velodyne-driver/ros-kilted-velodyne-driver-dbgsym_2.5.1-2noble.20260519.055349_arm64.deb Size: 2750372 SHA256: 6093bec8f238b8df5af0166fb5ad056d1ddc4d54d9fa0d7bbb0e69fb94efda15 SHA1: 1bbd4d05e583185cc4511db6d5b96651156715e6 MD5sum: 9bf2f0de532bd37729a4a4a5b3da9434 Description: debug symbols for ros-kilted-velodyne-driver Build-Ids: 450df47bf6e040e0e62a2607b8f10afc712eecea 92e2f2f3fe024a2687de0c032b4d8b8518e9ab08 975a40ec6bb648549068d09ab8b6f7a13fd0711a Package: ros-kilted-velodyne-laserscan Version: 2.5.1-2noble.20260519.092458 Architecture: arm64 Maintainer: Josh Whitley Installed-Size: 657 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-velodyne-laserscan/ros-kilted-velodyne-laserscan_2.5.1-2noble.20260519.092458_arm64.deb Size: 119866 SHA256: 9556333dab7ff44f799f47ab3c82cbc2ae4d924c8a47b88654177d6ded049da7 SHA1: 82631b39c036acfc95e264fd0d073d9e09d5e311 MD5sum: c42e8218387887ac538a42e5a068a5a3 Description: Extract a single ring of a Velodyne PointCloud2 and publish it as a LaserScan message Package: ros-kilted-velodyne-laserscan-dbgsym Package-Type: ddeb Source: ros-kilted-velodyne-laserscan Version: 2.5.1-2noble.20260519.092458 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Josh Whitley Installed-Size: 2719 Depends: ros-kilted-velodyne-laserscan (= 2.5.1-2noble.20260519.092458) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-velodyne-laserscan/ros-kilted-velodyne-laserscan-dbgsym_2.5.1-2noble.20260519.092458_arm64.deb Size: 2328922 SHA256: b305c8aaa6d16032b01c1fd22485f6bb7960e801cc97ded24e1cbe53142980a6 SHA1: fee3997bd0b6e6af56c4ca0b13cf9c585cd816ad MD5sum: 87ae3ed2434872d8c16ce4deb337c85a Description: debug symbols for ros-kilted-velodyne-laserscan Build-Ids: 7e12eac9657cab7edf952b10135e018327a36203 ffc03839917ce185b60e8f8223e1ee270a92dbad Package: ros-kilted-velodyne-msgs Version: 2.5.1-2noble.20260519.023217 Architecture: arm64 Maintainer: Josh Whitley Installed-Size: 1105 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-velodyne-msgs/ros-kilted-velodyne-msgs_2.5.1-2noble.20260519.023217_arm64.deb Size: 57648 SHA256: c4c033c71fa58899ed792206ab605132b9d9405bef7bd1006d359c04810e129e SHA1: dbace8c11243d37487755148e3964807f9e81902 MD5sum: a53b292008d33d757b3901a404b14d2f Description: ROS message definitions for Velodyne 3D LIDARs. Package: ros-kilted-velodyne-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-velodyne-msgs Version: 2.5.1-2noble.20260519.023217 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Josh Whitley Installed-Size: 433 Depends: ros-kilted-velodyne-msgs (= 2.5.1-2noble.20260519.023217) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-velodyne-msgs/ros-kilted-velodyne-msgs-dbgsym_2.5.1-2noble.20260519.023217_arm64.deb Size: 296760 SHA256: d4b4d3896e65b44731fce7911d6444d1f1bca309d910f2b4e284c213c87c6925 SHA1: 3132cbc8a9da3d9162c668c73b64b714bf3ae289 MD5sum: 0d913a5e69b55012c4b11ce1bac0b6fa Description: debug symbols for ros-kilted-velodyne-msgs Build-Ids: 0206765b41874afa4aa44b6c8e8ef1f3fd35d436 285d6883ee688a5a6ee60f19f858546b4ff45fa5 48a9a51f9685d2e40751e834ea6df4925d787b13 6141841a933f7a4cc4ef169c891418acb3979db7 702db962607af740e12da49f5d75b908c17d0bd7 714e18b8b5a2c2d81994afb791376cb9af081099 89d44c820e257a8454c499c7356cf1d4270429c7 9d301cb9a1139ca86704e17f560687d25a2956b2 a18b4520fabeb8bef5d77c4c2f9d4e0b3d644467 d7fce047f10c4f3130ffb0fafc4bbdc103f3c63c faba35865c88dff5552b26a4d88768efa27a6287 Package: ros-kilted-velodyne-pointcloud Version: 2.5.1-2noble.20260519.055425 Architecture: arm64 Maintainer: Josh Whitley Installed-Size: 1192 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libeigen3-dev, libpcl-dev, libyaml-cpp-dev, ros-kilted-angles, ros-kilted-diagnostic-updater, ros-kilted-geometry-msgs, ros-kilted-message-filters, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-tf2, ros-kilted-tf2-ros, ros-kilted-velodyne-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-velodyne-pointcloud/ros-kilted-velodyne-pointcloud_2.5.1-2noble.20260519.055425_arm64.deb Size: 218036 SHA256: 47f977d01d6b5d8bda0c00cd8b6c5212a7a5905a8f5841d06a41e12ebe508d25 SHA1: 6269b3dac4ff89623df39e1b3b21225cf2bc585a MD5sum: 0368860996f5f995115e8921886a28fc Description: Point cloud conversions for Velodyne 3D LIDARs. Package: ros-kilted-velodyne-pointcloud-dbgsym Package-Type: ddeb Source: ros-kilted-velodyne-pointcloud Version: 2.5.1-2noble.20260519.055425 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Josh Whitley Installed-Size: 6357 Depends: ros-kilted-velodyne-pointcloud (= 2.5.1-2noble.20260519.055425) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-velodyne-pointcloud/ros-kilted-velodyne-pointcloud-dbgsym_2.5.1-2noble.20260519.055425_arm64.deb Size: 5818506 SHA256: 86ff0062aaee756479691abd27ec7319cc9d5b38105d08e2161c3ace60f54e67 SHA1: 0e998f3162b5c08043b7449141e04d40279cdd73 MD5sum: 08c026d5ac56104caad35e0a6b3c095f Description: debug symbols for ros-kilted-velodyne-pointcloud Build-Ids: 5afe655c6a241232b3b721837d25dae26b307314 8f49dc4d245b2ffc58448d6bf635d53b4d5e2b64 c7640b3e5b5ef7d4e5ede5f6a15fcbf6295bbafa c86aed273eb078aa4391dc2490181583b14511db Package: ros-kilted-vision-msgs Version: 4.2.0-1noble.20260519.032233 Architecture: arm64 Maintainer: Adam Allevato Installed-Size: 2846 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-vision-msgs/ros-kilted-vision-msgs_4.2.0-1noble.20260519.032233_arm64.deb Size: 186210 SHA256: 7d81766ab8f261b4ea9e3a83ebdf99d68a67447073b9780f4b11b58283ed96b0 SHA1: e0fa9068cc1a86d1a3476db24cdf2fb0fb84afea MD5sum: 331c8cd156669a12ebce643fd6a71e10 Description: Messages for interfacing with various computer vision pipelines, such as object detectors. Package: ros-kilted-vision-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-vision-msgs Version: 4.2.0-1noble.20260519.032233 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Adam Allevato Installed-Size: 2273 Depends: ros-kilted-vision-msgs (= 4.2.0-1noble.20260519.032233) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-vision-msgs/ros-kilted-vision-msgs-dbgsym_4.2.0-1noble.20260519.032233_arm64.deb Size: 1768638 SHA256: 6f817b37dd891bf3f1360390f30c04e904268ed96f19d4180ff66f0aa8a1f672 SHA1: 0c2d547b9c86d8ebd9ca96b528aea4cefb57433e MD5sum: 87abf7129a70177931282c8a04e9bc63 Description: debug symbols for ros-kilted-vision-msgs Build-Ids: 1ec2dae88083db7a330947dc25d7f21db6c4bed4 25d4c7b4ae73474683ae05f490936f71b011aaa1 327b3b1ff2d6976461536c9a1f8a4da4d1688f54 6bed44d5f52c8cfcd5252cede4072453d642ee04 c11099bd3d4705c75712300775885e3f88569154 dd17ccd5833c4dd93e6e51df61b5a0d0083db018 ea240a08ff06f69fcd3cb39f58a9137cb599e354 ea4fdaa2176eefe916c8fd7591a1552c4698399e f3c9b3c495ca6c47f35d1560a49e95a838c14b1b f59ace8e2ef3c284cdf254c39246d37ac32c3fa6 ffe43db3bbbf3dba88497799cdc32c7b78f6d9e3 Package: ros-kilted-vision-msgs-layers Version: 0.2.0-4noble.20260519.101001 Architecture: arm64 Maintainer: ijnek Installed-Size: 147 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5gui5t64 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libstdc++6 (>= 13.1), ros-kilted-rqt-image-overlay-layer, ros-kilted-vision-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-vision-msgs-layers/ros-kilted-vision-msgs-layers_0.2.0-4noble.20260519.101001_arm64.deb Size: 20892 SHA256: fe571391a5d18f7ca7047aef2165eff14d826ac5a45e75088fe25509faa132fc SHA1: ef9a8326ddcc844536cf3467bc5ca04d480bc13b MD5sum: c92eaf992b4844837ea62e99c6d2420f Description: Collection of RQt Image Overlay Plugins for Vision Msgs Package: ros-kilted-vision-msgs-layers-dbgsym Package-Type: ddeb Source: ros-kilted-vision-msgs-layers Version: 0.2.0-4noble.20260519.101001 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 449 Depends: ros-kilted-vision-msgs-layers (= 0.2.0-4noble.20260519.101001) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-vision-msgs-layers/ros-kilted-vision-msgs-layers-dbgsym_0.2.0-4noble.20260519.101001_arm64.deb Size: 427364 SHA256: 7288ac613df924024f00642ad52d248b7d78776c5dec37aec2d606d6efc4e36a SHA1: 1ab766547bf1c5de60631bacc88d7be61f257a1a MD5sum: 84dbb379e698d3b503d5c8a3caaf53b4 Description: debug symbols for ros-kilted-vision-msgs-layers Build-Ids: ff9c3444d1cd01252f23dccbb2b144edebb4d008 Package: ros-kilted-vision-msgs-rviz-plugins Version: 4.2.0-1noble.20260519.151911 Architecture: arm64 Maintainer: Georg Novotny Installed-Size: 1440 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.5.0), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), python3-numpy, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclpy, ros-kilted-rviz-common, ros-kilted-rviz-default-plugins, ros-kilted-rviz-rendering, ros-kilted-rviz2, ros-kilted-vision-msgs, ros-kilted-yaml-cpp-vendor, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-vision-msgs-rviz-plugins/ros-kilted-vision-msgs-rviz-plugins_4.2.0-1noble.20260519.151911_arm64.deb Size: 220120 SHA256: 18826837bc695337500098ef1dddb76f3395978e1459b520de3b68fecb757451 SHA1: c20f25627d4cc5c650cda9bd4afe0fd11150a6e8 MD5sum: 339ea6a8ee296b3f6b606a0b5856de5c Description: RVIZ2 plugins for visualizing vision_msgs Package: ros-kilted-vision-msgs-rviz-plugins-dbgsym Package-Type: ddeb Source: ros-kilted-vision-msgs-rviz-plugins Version: 4.2.0-1noble.20260519.151911 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Georg Novotny Installed-Size: 10280 Depends: ros-kilted-vision-msgs-rviz-plugins (= 4.2.0-1noble.20260519.151911) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-vision-msgs-rviz-plugins/ros-kilted-vision-msgs-rviz-plugins-dbgsym_4.2.0-1noble.20260519.151911_arm64.deb Size: 8664368 SHA256: e37ef4b68d10592ac0f9abb7090a846f76e0bbab2ddc124a37f4e83b152eb580 SHA1: f61c4696d920d1a5cac263278fd074a19f2354ec MD5sum: e4d750cbaafcf31da0b00e553be2bfd3 Description: debug symbols for ros-kilted-vision-msgs-rviz-plugins Build-Ids: 4d29903f8d1fb5f603d72646602a99700162ac92 Package: ros-kilted-vision-opencv Version: 4.1.0-2noble.20260519.100338 Architecture: arm64 Maintainer: Kenji Brameld Installed-Size: 42 Depends: ros-kilted-cv-bridge, ros-kilted-image-geometry, ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/vision_opencv Priority: optional Section: misc Filename: pool/main/r/ros-kilted-vision-opencv/ros-kilted-vision-opencv_4.1.0-2noble.20260519.100338_arm64.deb Size: 5744 SHA256: 3529cb1d961218f8fd11fede436ecc74119b206acfc05213d1937dbe323c8f6c SHA1: 47f68bb7aec9bebab3b2212aae5d1db85586f120 MD5sum: 8fcd289db5aac1379dc0259005a71090 Description: Packages for interfacing ROS2 with OpenCV, a library of programming functions for real time computer vision. Package: ros-kilted-visp Version: 3.7.0-6noble.20260410.184624 Architecture: arm64 Maintainer: Fabien Spindler Installed-Size: 13493 Depends: libc6 (>= 2.38), libdc1394-25 (>= 2.2.6), libgcc-s1 (>= 4.2), libgomp1 (>= 6), libjpeg8 (>= 8c), liblapack3 | liblapack.so.3, libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-dnn406t64 (>= 4.6.0+dfsg), libopencv-features2d406t64 (>= 4.6.0+dfsg), libopencv-flann406t64 (>= 4.6.0+dfsg), libopencv-highgui406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopencv-objdetect406t64 (>= 4.6.0+dfsg), libopencv-video406t64 (>= 4.6.0+dfsg), libopencv-videoio406t64 (>= 4.6.0+dfsg), libpng16-16t64 (>= 1.6.2), libstdc++6 (>= 13.1), libv4l-0t64 (>= 0.5.0), libx11-6, libxml2 (>= 2.7.4), 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-kilted-ros-workspace Homepage: https://visp.inria.fr Priority: optional Section: misc Filename: pool/main/r/ros-kilted-visp/ros-kilted-visp_3.7.0-6noble.20260410.184624_arm64.deb Size: 3130094 SHA256: aef43022c368f93de5fd8f8728eff1910f2e9e50770f6db3df2b7f1f0b3569a5 SHA1: de870a38420a60318ba417a27445d35571358307 MD5sum: 11e64875bbaa5866cb9808452164bb78 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-kilted-visp-dbgsym Package-Type: ddeb Source: ros-kilted-visp Version: 3.7.0-6noble.20260410.184624 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fabien Spindler Installed-Size: 50929 Depends: ros-kilted-visp (= 3.7.0-6noble.20260410.184624) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-visp/ros-kilted-visp-dbgsym_3.7.0-6noble.20260410.184624_arm64.deb Size: 48113284 SHA256: 755a793e17672cbf657bfd013bcbefb7f604fbf44fa98900486506316e0f5dbc SHA1: a5743316aeeb20fd6d911bed8c5dd7ae1d1ac168 MD5sum: 06458542e99d456c075d79fe4872995e Description: debug symbols for ros-kilted-visp Build-Ids: 064fcae9602c5959aa08e23c071cc9d0fd3c9e12 24d525316cc6f1d9cf14471ebae14c44650a433a 383309210d691a10128a30ff5f15356f806191fe 582af19124a3a022fd765da2ea8dbc7bc58d4cdc 67e4ed48838646f95785dc9078c247bdc3089c14 9115222893cd83a4a3a9f8c0366cf039f91d30a8 95cc167f7e167440dee4c9b9c8906b3f0ce11877 aea0a7488150ea4e10f9d8b4ae044e3ec753719c c0ec48fca511a1a82c58f18cd7630526a46a608a c4cb94e3d286a451e28cedb0653c3351bae13434 c89a64185325a536fd7e683da6cef83e8f2383bf d72bb80f4a79efd0ed865722c74e6ac3619ab20e dd63d0850a83ab941be5654020c8e1a11297f260 e0a637f2927ad11c4eac77a42520650c27dc811b e8e51f6bad1f0f7cf15e4a1d30906ea7925afaba f2f002df01511e69effa20a4ea435a1ebd574abf f5682f75a96afb1fb1090d0b096ef0709ef9afc9 fd502ec4f0dbf2a8cf29fe4217b10fba7c12b962 Package: ros-kilted-visualization-msgs Version: 5.5.2-1noble.20260519.030820 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 3688 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-visualization-msgs/ros-kilted-visualization-msgs_5.5.2-1noble.20260519.030820_arm64.deb Size: 261120 SHA256: 8420cb6cc0c680e118644dffde907a6e31d9f6b6f6ea52ea475bcb11c0b4523e SHA1: 13057c3a10e73815cbda9c800ebf5231642934f5 MD5sum: fdc1da33e870c85f61f0d08977a105e6 Description: A package containing some visualization and interaction related message definitions. Package: ros-kilted-visualization-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-visualization-msgs Version: 5.5.2-1noble.20260519.030820 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tully Foote Installed-Size: 3140 Depends: ros-kilted-visualization-msgs (= 5.5.2-1noble.20260519.030820) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-visualization-msgs/ros-kilted-visualization-msgs-dbgsym_5.5.2-1noble.20260519.030820_arm64.deb Size: 2557472 SHA256: b1e83e497c8c8d64682d13dcdd842d04f03386427715d8c9385b7c8f834e99af SHA1: 5b2b69e3919313d441aad4e47bb8b46cc9966146 MD5sum: 05bbd3c55a1bc3ff9dc970a021f366ad Description: debug symbols for ros-kilted-visualization-msgs Build-Ids: 058252619f457f72cc5f3384fd4b2b198cd4a7de 39753df27bdefd3271b18501f9a1038fbf8b7a17 4a5fffd5b78149e8cc29edcdf5c1693b6a61d605 587d26735e960fe9e725e8b1377cc8dd50c5c8a5 64d61397dbf6fbdcf774d05f5b46e8bedf7e923e 6ad840df3067a5c09da13ce12f4ccf884ef9791b 70cbd876fbdc4856be65901849ba07ed8758e165 a4e8dfdd63c8f360fe3f11a1e780c8f46556c7b4 cc760410dbc7427ffeda4f9588beea9429792d62 d3ee5230c4c4f76795c23550427c0006bad3f55d ddb33fc374cec397140557689821ed8c2a3bedd2 Package: ros-kilted-vitis-common Version: 0.4.2-4noble.20260519.041840 Architecture: arm64 Maintainer: Víctor Mayoral-Vilches Installed-Size: 42 Depends: ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-vitis-common/ros-kilted-vitis-common_0.4.2-4noble.20260519.041840_arm64.deb Size: 5494 SHA256: fd2b8f1ca66ae3f61f4bf86db2ecb9dcc3bef4a8656bb337c94e757d6e3faee2 SHA1: 4d95fa54c99433497169e49c0feff9381e5fd814 MD5sum: 4944e3b12b3c28cd78b6d8f9aff28457 Description: Common code for working with Vitis™ Unified Software Platform in ROS. Package: ros-kilted-vrpn Version: 7.35.0-21noble.20260410.163507 Architecture: arm64 Maintainer: Alvin Sun Installed-Size: 1771 Depends: ros-kilted-ament-cmake, ros-kilted-ros-workspace Homepage: https://github.com/vrpn/vrpn/wiki Priority: optional Section: misc Filename: pool/main/r/ros-kilted-vrpn/ros-kilted-vrpn_7.35.0-21noble.20260410.163507_arm64.deb Size: 302774 SHA256: 81e196ba40fc30641da4eb1352bbb05a53e46a562e0c1409d6d3d549181f9673 SHA1: de4d7c9e7744b3e9b99f13e79e27d3b2f44c7267 MD5sum: d0f6661c414d810726193bed03b06860 Description: The VRPN is a library and set of servers that interfaces with virtual-reality systems, such as VICON, OptiTrack, and others. Package: ros-kilted-vrpn-mocap Version: 1.1.0-4noble.20260519.054538 Architecture: arm64 Maintainer: Alvin Sun Installed-Size: 1911 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-geometry-msgs, ros-kilted-rclcpp, ros-kilted-std-msgs, ros-kilted-tf2, ros-kilted-vrpn, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-vrpn-mocap/ros-kilted-vrpn-mocap_1.1.0-4noble.20260519.054538_arm64.deb Size: 300282 SHA256: 57856c8ad04187e1b2647b3b6f699caf6e684141e19ad32d2718a7a44e84409b SHA1: 351f93abd073792fb3a6ebc6660b9ce840e98ffe MD5sum: 5846fa71751f57122594e2d3348d8758 Description: ROS2 VRPN client built primarily to interface with motion capture devices such as VICON and OptiTrack. A detailed list of supported hardware can be found here. Package: ros-kilted-vrpn-mocap-dbgsym Package-Type: ddeb Source: ros-kilted-vrpn-mocap Version: 1.1.0-4noble.20260519.054538 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alvin Sun Installed-Size: 2662 Depends: ros-kilted-vrpn-mocap (= 1.1.0-4noble.20260519.054538) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-vrpn-mocap/ros-kilted-vrpn-mocap-dbgsym_1.1.0-4noble.20260519.054538_arm64.deb Size: 2394024 SHA256: 2b4b29b3d2204352e18a999f16dd4bb51d85d9c6c234d70a19526ba03281c763 SHA1: fa30400354a60c254638f99cccead7563111de39 MD5sum: e571ffd2d010ce173ae309c62ab95f24 Description: debug symbols for ros-kilted-vrpn-mocap Build-Ids: 36bf6a3a1aca6f6e396bf34387f2e74443e39f27 Package: ros-kilted-warehouse-ros Version: 2.0.5-2noble.20260519.075647 Architecture: arm64 Maintainer: MoveIt Release Team Installed-Size: 504 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libboost-all-dev, libssl-dev, ros-kilted-geometry-msgs, ros-kilted-pluginlib (>= 1.11.2), ros-kilted-rclcpp, ros-kilted-std-msgs, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/warehouse_ros Priority: optional Section: misc Filename: pool/main/r/ros-kilted-warehouse-ros/ros-kilted-warehouse-ros_2.0.5-2noble.20260519.075647_arm64.deb Size: 116302 SHA256: f3e64fadf562bbe182dbaef7a81c78b009711b7ad1e122b46aaf30e7da9eb505 SHA1: 8d3ff7a154dc4d593f8254377cf03a2ab27f83f5 MD5sum: 93dd5f9b86039b80a2e4121709e79e35 Description: Persistent storage of ROS messages Package: ros-kilted-warehouse-ros-dbgsym Package-Type: ddeb Source: ros-kilted-warehouse-ros Version: 2.0.5-2noble.20260519.075647 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: MoveIt Release Team Installed-Size: 3082 Depends: ros-kilted-warehouse-ros (= 2.0.5-2noble.20260519.075647) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-warehouse-ros/ros-kilted-warehouse-ros-dbgsym_2.0.5-2noble.20260519.075647_arm64.deb Size: 2865536 SHA256: a9bdfedf147a78011453501081efc94216c29a2c7e58dcfc0024fa0cc4d79ffc SHA1: b7054cbc29323001306bf83c8cb3eb25fa9062aa MD5sum: 4710101ea8ca89c0c59b7b425dc06e0d Description: debug symbols for ros-kilted-warehouse-ros Build-Ids: d440279ff9bedd9132fbe9063b96fc5c8fbcde69 f3b50ea28dfd7b28102e32a130333610eeb0b607 Package: ros-kilted-warehouse-ros-sqlite Version: 1.0.5-2noble.20260519.100052 Architecture: arm64 Maintainer: MoveIt Release Team Installed-Size: 261 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), ros-kilted-class-loader, ros-kilted-rclcpp, ros-kilted-sqlite3-vendor, ros-kilted-warehouse-ros, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/warehouse_ros Priority: optional Section: misc Filename: pool/main/r/ros-kilted-warehouse-ros-sqlite/ros-kilted-warehouse-ros-sqlite_1.0.5-2noble.20260519.100052_arm64.deb Size: 62406 SHA256: 6fd30f4b008f276ea3eb1f8ed40f4531b8cf64b75c4344c6693221ac6469d6ff SHA1: 36ae4a1fb0a1502789f13b7e5d2f6c18928e1d19 MD5sum: ed37cd72d48485ef8ee5f67efe0776b4 Description: Implementation of warehouse_ros for sqlite Package: ros-kilted-warehouse-ros-sqlite-dbgsym Package-Type: ddeb Source: ros-kilted-warehouse-ros-sqlite Version: 1.0.5-2noble.20260519.100052 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: MoveIt Release Team Installed-Size: 1183 Depends: ros-kilted-warehouse-ros-sqlite (= 1.0.5-2noble.20260519.100052) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-warehouse-ros-sqlite/ros-kilted-warehouse-ros-sqlite-dbgsym_1.0.5-2noble.20260519.100052_arm64.deb Size: 1082874 SHA256: d789c78b130eb1e594126cd4e37c848199eecf16ebbe1c826e76012d1ec6a3e2 SHA1: e45d15357b6bcfd7f795eea262627f15061a97ae MD5sum: 08807e9901d663c21ad68a034c01eb28 Description: debug symbols for ros-kilted-warehouse-ros-sqlite Build-Ids: e3b7fb1e5f2a291f93230ea7c641a38c8627fae2 Package: ros-kilted-web-video-server Version: 3.1.0-1noble.20260519.090919 Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 1355 Depends: libavcodec60 (>= 7:6.0), libavformat60 (>= 7:6.0), libavutil58 (>= 7:6.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libswscale7 (>= 7:6.0), libtinyxml2-10 (>= 10.0.0), ros-kilted-async-web-server-cpp, ffmpeg, libavcodec-dev, libavformat-dev, libavutil-dev, libboost-all-dev, libopencv-dev, libswscale-dev, ros-kilted-cv-bridge, ros-kilted-image-transport, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rmw, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/web_video_server Priority: optional Section: misc Filename: pool/main/r/ros-kilted-web-video-server/ros-kilted-web-video-server_3.1.0-1noble.20260519.090919_arm64.deb Size: 285662 SHA256: e38dca957971bcea2bea9fdb2a25b4f93a16f2baa5eb8288abb8fdb13286e24b SHA1: b3c883a703600dde478fdc1329a764115b96ed2a MD5sum: 74100955da13349a85e07a4e95f66cec Description: HTTP Streaming of ROS Image Topics in Multiple Formats Package: ros-kilted-web-video-server-dbgsym Package-Type: ddeb Source: ros-kilted-web-video-server Version: 3.1.0-1noble.20260519.090919 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 7621 Depends: ros-kilted-web-video-server (= 3.1.0-1noble.20260519.090919) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-web-video-server/ros-kilted-web-video-server-dbgsym_3.1.0-1noble.20260519.090919_arm64.deb Size: 6735580 SHA256: a62c3acb20b0e889f85de5d3ad7fffda89e47040ce3e117e7a014a2245ec99bf SHA1: f19614f4f2fcf782402f303e1279028599b98468 MD5sum: 7fc0d36ccadb8eca4b04083949a755e3 Description: debug symbols for ros-kilted-web-video-server Build-Ids: 37adc5e64505add659e4c053fac5365198e93127 f59e1e882477fc9e9d071d5c3208b837f78acb34 f611eb1dd948911a734c63bb58df89e29b7105ba Package: ros-kilted-webots-ros2 Version: 2025.0.1-1noble.20260520.092251 Architecture: arm64 Maintainer: Cyberbotics Installed-Size: 33 Depends: ros-kilted-builtin-interfaces, ros-kilted-rclpy, ros-kilted-std-msgs, ros-kilted-webots-ros2-control, ros-kilted-webots-ros2-crazyflie, ros-kilted-webots-ros2-driver, ros-kilted-webots-ros2-epuck, ros-kilted-webots-ros2-husarion, ros-kilted-webots-ros2-importer, ros-kilted-webots-ros2-mavic, ros-kilted-webots-ros2-msgs, ros-kilted-webots-ros2-tesla, ros-kilted-webots-ros2-tiago, ros-kilted-webots-ros2-turtlebot, ros-kilted-webots-ros2-universal-robot, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/webots_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-kilted-webots-ros2/ros-kilted-webots-ros2_2025.0.1-1noble.20260520.092251_arm64.deb Size: 5666 SHA256: d751eab85b565bb12f250ee446675473098a75f6eb0292a1041cf08c249b7809 SHA1: e7509928f1ae75ef04af275131d11c9231a48a69 MD5sum: 2542baeaea974c693a35f1ae3a9a5ee2 Description: Interface between Webots and ROS2 Package: ros-kilted-webots-ros2-control Version: 2025.0.1-1noble.20260520.091358 Architecture: arm64 Maintainer: Cyberbotics Installed-Size: 402 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-controller-manager, ros-kilted-hardware-interface, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-webots-ros2-driver, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/webots_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-kilted-webots-ros2-control/ros-kilted-webots-ros2-control_2025.0.1-1noble.20260520.091358_arm64.deb Size: 114804 SHA256: 9470e7bb1d9aca67d41ddb756532ffc87326b09d57cee1861fdfa9478bfe2394 SHA1: 57c697573d545672683317bfb3ae36451096c1f0 MD5sum: 1f63276bb44f4b3ed0fe8114e662c037 Description: ros2_control plugin for Webots Package: ros-kilted-webots-ros2-control-dbgsym Package-Type: ddeb Source: ros-kilted-webots-ros2-control Version: 2025.0.1-1noble.20260520.091358 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Cyberbotics Installed-Size: 2039 Depends: ros-kilted-webots-ros2-control (= 2025.0.1-1noble.20260520.091358) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-webots-ros2-control/ros-kilted-webots-ros2-control-dbgsym_2025.0.1-1noble.20260520.091358_arm64.deb Size: 1890894 SHA256: 5e77ff5e771b3481cd81b1ff687fe877f9f7fc35b4caf1fba8fe76a554348158 SHA1: be91fa9c9d45dfbfa4a65e626ca9ca6316671fdc MD5sum: 71b2d4404e57a59a8bcce0888c18fcd8 Description: debug symbols for ros-kilted-webots-ros2-control Build-Ids: 81c143fbcb1b26d31dda75feeeb024ce925cda2a e6b239a1d9f475255f03c47d4c24275b1f6f799d Package: ros-kilted-webots-ros2-crazyflie Version: 2025.0.1-1noble.20260519.131247 Architecture: arm64 Maintainer: Kimberly McGuire (Bitcraze AB) Installed-Size: 80 Depends: ros-kilted-builtin-interfaces, ros-kilted-rclpy, ros-kilted-tf-transformations, ros-kilted-webots-ros2-driver, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-webots-ros2-crazyflie/ros-kilted-webots-ros2-crazyflie_2025.0.1-1noble.20260519.131247_arm64.deb Size: 14508 SHA256: 048189a8724853a6ee95095d0bf44cca0f47111d597640de5a9de09ccedeb9be SHA1: 08626b3b728fe539ca8df88b298a7232437ec807 MD5sum: 3dfc7f43c014fe0167dd622860b80e37 Description: ROS2 package for Crazyflie webots simulator Package: ros-kilted-webots-ros2-driver Version: 2025.0.1-1noble.20260519.130202 Architecture: arm64 Maintainer: Cyberbotics Installed-Size: 4304 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), libyaml-cpp-dev, ros-kilted-geometry-msgs, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclpy, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-tinyxml2-vendor, ros-kilted-vision-msgs, ros-kilted-webots-ros2-importer, ros-kilted-webots-ros2-msgs, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/webots_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-kilted-webots-ros2-driver/ros-kilted-webots-ros2-driver_2025.0.1-1noble.20260519.130202_arm64.deb Size: 800262 SHA256: 69a92cb04f4022a66d97b2cbeeaa5c06747a17d3333ab761ed336d1b3ab5e0aa SHA1: 5a74c814a8e1617f4a072e419cd85c514c1ee4fe MD5sum: 866bc04f4f5bfc183011ca8a96d1689e Description: Implementation of the Webots - ROS 2 interface Package: ros-kilted-webots-ros2-driver-dbgsym Package-Type: ddeb Source: ros-kilted-webots-ros2-driver Version: 2025.0.1-1noble.20260519.130202 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Cyberbotics Installed-Size: 16377 Depends: ros-kilted-webots-ros2-driver (= 2025.0.1-1noble.20260519.130202) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-webots-ros2-driver/ros-kilted-webots-ros2-driver-dbgsym_2025.0.1-1noble.20260519.130202_arm64.deb Size: 14055970 SHA256: 064f721f0c184ca59b5a1da3f23747b4daaa5e5d9d8e8130837732c0a3dfa683 SHA1: 9df75e23b332ae0d803387d51d91b8f188ff7c69 MD5sum: 77ea27b32fc8a95d4993929475123e6f Description: debug symbols for ros-kilted-webots-ros2-driver Build-Ids: 54df3843adb7efcc1af5c7a2996518c439359a66 551ec4297d69f9fc62481d3f9cf7275e24543ddf 64a264db827d58ce2d1a4703f4a010e0b9b55769 7c44c9660f9e6bb901286629a8f1ada4096f289a cad869089219e1d5a42efe18254d83297b61b78d Package: ros-kilted-webots-ros2-epuck Version: 2025.0.1-1noble.20260520.091908 Architecture: arm64 Maintainer: Cyberbotics Installed-Size: 346 Depends: ros-kilted-builtin-interfaces, ros-kilted-controller-manager, ros-kilted-diff-drive-controller, ros-kilted-geometry-msgs, ros-kilted-joint-state-broadcaster, ros-kilted-nav-msgs, ros-kilted-rclpy, ros-kilted-robot-state-publisher, ros-kilted-rviz2, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-tf2-ros, ros-kilted-webots-ros2-control, ros-kilted-webots-ros2-driver, ros-kilted-webots-ros2-msgs, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/webots_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-kilted-webots-ros2-epuck/ros-kilted-webots-ros2-epuck_2025.0.1-1noble.20260520.091908_arm64.deb Size: 32148 SHA256: a1d9b81767571849e33e3d3f4d14cad73870a1d6a9da6a1b8be1e5c086106982 SHA1: 78fb454fc12c626553b6ae5ca13e7909a04ce4ea MD5sum: 0850a4862a0b132e087c629d25f76225 Description: E-puck2 driver for Webots simulated robot Package: ros-kilted-webots-ros2-husarion Version: 2025.0.1-1noble.20260520.091903 Architecture: arm64 Maintainer: Husarion Installed-Size: 443 Depends: ros-kilted-controller-manager, ros-kilted-diff-drive-controller, ros-kilted-joint-state-broadcaster, ros-kilted-laser-filters, ros-kilted-robot-localization, ros-kilted-robot-state-publisher, ros-kilted-webots-ros2-control, ros-kilted-webots-ros2-driver, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/webots_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-kilted-webots-ros2-husarion/ros-kilted-webots-ros2-husarion_2025.0.1-1noble.20260520.091903_arm64.deb Size: 46324 SHA256: beffbd6402c7113a955ca672d95e178766bde32316ad8fc4eb6fdbe897540f31 SHA1: 1b10b55122d95111c72bb8d6717c3c9d5d7463d7 MD5sum: 763d03bd41fa0fe665112b5302e17d44 Description: Husarion ROSbot 2R and XL robots ROS2 interface for Webots. Package: ros-kilted-webots-ros2-importer Version: 2025.0.1-1noble.20260519.020437 Architecture: arm64 Maintainer: Cyberbotics Installed-Size: 295 Depends: python3-collada, python3-lark, ros-kilted-builtin-interfaces, ros-kilted-xacro, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/webots_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-kilted-webots-ros2-importer/ros-kilted-webots-ros2-importer_2025.0.1-1noble.20260519.020437_arm64.deb Size: 63454 SHA256: f4fdc0e43e7a666f3eb752c5e55543e992429792a9b38cf2b4a9fd2c24103155 SHA1: 066bf8de2f61c3b811846c804a5b067cdcfecf9d MD5sum: 31f2ca292ca59623c4a65d88311136e5 Description: This package allows to convert URDF and XACRO files into Webots PROTO files. Package: ros-kilted-webots-ros2-mavic Version: 2025.0.1-1noble.20260519.131341 Architecture: arm64 Maintainer: Cyberbotics Installed-Size: 57 Depends: ros-kilted-builtin-interfaces, ros-kilted-rclpy, ros-kilted-webots-ros2-driver, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/webots_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-kilted-webots-ros2-mavic/ros-kilted-webots-ros2-mavic_2025.0.1-1noble.20260519.131341_arm64.deb Size: 10292 SHA256: 9547e5c47cde335fe65359da811b57b455ffc32ee7bf43355497eb1d2cf81881 SHA1: 669984ea87f6d36ba1e704e9d97bcaf424ba202d MD5sum: 0384e95f0f327edde13f1d244312c512 Description: Mavic 2 Pro robot ROS2 interface for Webots. Package: ros-kilted-webots-ros2-msgs Version: 2025.0.1-1noble.20260519.032756 Architecture: arm64 Maintainer: Cyberbotics Installed-Size: 3582 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-vision-msgs, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/webots_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-kilted-webots-ros2-msgs/ros-kilted-webots-ros2-msgs_2025.0.1-1noble.20260519.032756_arm64.deb Size: 229324 SHA256: a56ca2f05a9951060c1363a25f31f7324a5304d997d81da6359c61b42549da1b SHA1: 68fcbcc20c72be8e9978e7ac81e3a07bf4688d69 MD5sum: 016a5c657c5945d1538c425d8feb164d Description: Services and Messages of the webots_ros2 packages. Package: ros-kilted-webots-ros2-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-webots-ros2-msgs Version: 2025.0.1-1noble.20260519.032756 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Cyberbotics Installed-Size: 2624 Depends: ros-kilted-webots-ros2-msgs (= 2025.0.1-1noble.20260519.032756) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-webots-ros2-msgs/ros-kilted-webots-ros2-msgs-dbgsym_2025.0.1-1noble.20260519.032756_arm64.deb Size: 1977748 SHA256: 5b8b9f55a50994a3a33d9e8cdc6856f94579d26bf27105452f24ff2d73fff3aa SHA1: 6c56e7bd30112b3f87ea7ddd37d079315982f271 MD5sum: 601347d424848dfee407789646446adb Description: debug symbols for ros-kilted-webots-ros2-msgs Build-Ids: 2121835aa4b956706accc8f4f03a3933109da444 23ccb240b2738c23905903f733a31f7159774ca1 37f0be321d59201bd6cf270865df7f5b62ecc111 6755e348895e893993c3ed07ba31c7045f4b9443 71447a30cabf93aa4dcf082eef237984f1b7ffef 739a30646cdf73f065f6a1b0cc25a6abeb903440 782a650d11c51e4d1ed2d78409d4c88e77e98beb 7ac05d431f9a49cdcae1ada36ca47032a1f5ec00 c24b65dad47b829db92898a6ee3a79a014d5d09f e75dde880134371ec686029ffb9271df328875bc effeae50bc44fc10382406b7e4658cec5fa324b0 Package: ros-kilted-webots-ros2-tesla Version: 2025.0.1-1noble.20260519.131154 Architecture: arm64 Maintainer: Cyberbotics Installed-Size: 85 Depends: python3-numpy, python3-opencv, ros-kilted-ackermann-msgs, ros-kilted-builtin-interfaces, ros-kilted-rclpy, ros-kilted-webots-ros2-driver, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/webots_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-kilted-webots-ros2-tesla/ros-kilted-webots-ros2-tesla_2025.0.1-1noble.20260519.131154_arm64.deb Size: 13660 SHA256: 700920fc4be5ba07e98b872771b364abf273f170f8bc761beaed63d4152978e5 SHA1: e2e3fc3987934f642e0c87611074e533fbd98d77 MD5sum: a68f10f60dbf0013fb182d94720480c8 Description: Tesla ROS2 interface for Webots. Package: ros-kilted-webots-ros2-tests Version: 2025.0.1-1noble.20260519.151950 Architecture: arm64 Maintainer: Cyberbotics Installed-Size: 48 Depends: ros-kilted-ros-workspace Homepage: http://wiki.ros.org/webots_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-kilted-webots-ros2-tests/ros-kilted-webots-ros2-tests_2025.0.1-1noble.20260519.151950_arm64.deb Size: 8652 SHA256: ffbf54ef2c31ce65ea1506ffc3ef9d7fb59670e58fa108bea8c77281c2ab3049 SHA1: fef412d5a244466b86d01c32afd39893bc653569 MD5sum: 71876181cfd2375793d958ac05d0c964 Description: System tests for `webots_ros2` packages. Package: ros-kilted-webots-ros2-tiago Version: 2025.0.1-1noble.20260520.092008 Architecture: arm64 Maintainer: Cyberbotics Installed-Size: 228 Depends: ros-kilted-builtin-interfaces, ros-kilted-controller-manager, ros-kilted-diff-drive-controller, ros-kilted-geometry-msgs, ros-kilted-joint-state-broadcaster, ros-kilted-rclpy, ros-kilted-robot-state-publisher, ros-kilted-rviz2, ros-kilted-tf2-ros, ros-kilted-webots-ros2-control, ros-kilted-webots-ros2-driver, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/webots_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-kilted-webots-ros2-tiago/ros-kilted-webots-ros2-tiago_2025.0.1-1noble.20260520.092008_arm64.deb Size: 20636 SHA256: a89ec4e478af080f0834f2fb0aad5a06072ec1d0e160ead4223c000c973a711c SHA1: 036754bc1727736f73e53e458645a87d3abd94ee MD5sum: 8352cad3dae1ebaa41e27d5c0f171348 Description: TIAGo robots ROS2 interface for Webots. Package: ros-kilted-webots-ros2-turtlebot Version: 2025.0.1-1noble.20260520.092109 Architecture: arm64 Maintainer: Cyberbotics Installed-Size: 107 Depends: ros-kilted-builtin-interfaces, ros-kilted-controller-manager, ros-kilted-diff-drive-controller, ros-kilted-joint-state-broadcaster, ros-kilted-rclpy, ros-kilted-robot-state-publisher, ros-kilted-rviz2, ros-kilted-tf2-ros, ros-kilted-webots-ros2-control, ros-kilted-webots-ros2-driver, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/webots_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-kilted-webots-ros2-turtlebot/ros-kilted-webots-ros2-turtlebot_2025.0.1-1noble.20260520.092109_arm64.deb Size: 14212 SHA256: d6dc7b216d073c55cbad2943c51f878261288fdab225fa20251d0bcfa74fe965 SHA1: 48ffee9db939aa8f78d46e19db2f782b160b29a7 MD5sum: 915b6f9a461dfabb7b7017feb40384fc Description: TurtleBot3 Burger robot ROS2 interface for Webots. Package: ros-kilted-webots-ros2-universal-robot Version: 2025.0.1-1noble.20260520.092109 Architecture: arm64 Maintainer: Cyberbotics Installed-Size: 11162 Depends: ros-kilted-builtin-interfaces, ros-kilted-control-msgs, ros-kilted-controller-manager, ros-kilted-joint-state-broadcaster, ros-kilted-joint-trajectory-controller, ros-kilted-rclpy, ros-kilted-robot-state-publisher, ros-kilted-rviz2, ros-kilted-trajectory-msgs, ros-kilted-webots-ros2-control, ros-kilted-webots-ros2-driver, ros-kilted-xacro, ros-kilted-ros-workspace Homepage: http://wiki.ros.org/webots_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-kilted-webots-ros2-universal-robot/ros-kilted-webots-ros2-universal-robot_2025.0.1-1noble.20260520.092109_arm64.deb Size: 3130580 SHA256: 78bcaea5eaa524c1ec9586676e413e82e43ea53333faceb7a82f185fe7cfbcff SHA1: 5d590c547d1b2ffa84ad3aa97cea0406d6a73402 MD5sum: 4e7a03bf394f14ef73e88a178c760c02 Description: Universal Robot ROS2 interface for Webots. Package: ros-kilted-wiimote Version: 3.3.0-3noble.20260519.054327 Architecture: arm64 Maintainer: Jonathan Bohren Installed-Size: 1784 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 (>= 13.1), libcwiid1, ros-kilted-geometry-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rclcpp-lifecycle, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-wiimote-msgs, ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/wiimote Priority: optional Section: misc Filename: pool/main/r/ros-kilted-wiimote/ros-kilted-wiimote_3.3.0-3noble.20260519.054327_arm64.deb Size: 288296 SHA256: 67e0b269c0274376bf080799eb93aa10992b67df341da4e8f477a27737528bb9 SHA1: 397d8b267bbf1a16770a91fe5273c5097f3ef6cc MD5sum: b1da266ec650f0d7e4a5b6734d55ddab 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-kilted-wiimote-dbgsym Package-Type: ddeb Source: ros-kilted-wiimote Version: 3.3.0-3noble.20260519.054327 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jonathan Bohren Installed-Size: 7778 Depends: ros-kilted-wiimote (= 3.3.0-3noble.20260519.054327) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-wiimote/ros-kilted-wiimote-dbgsym_3.3.0-3noble.20260519.054327_arm64.deb Size: 6450782 SHA256: 308c17e94da1f0efeab69137fd40b507714a80504d7724beab5db5fb3deb54c1 SHA1: 1021971d49644265f43fcb122fd61f5db2a5f76f MD5sum: ddf8dac5dc2190292baa7e47fda9d686 Description: debug symbols for ros-kilted-wiimote Build-Ids: 281af29f02caaa0bc452b7360e33ce7b03f75f3c 3d79ac532731bed6e9b8ef722763f51b1993582c 792055946079f071d4df0a747f45edb9d59402a7 9a22dc6a5ba937be5a5908886d5b2e6b1d3a085a Package: ros-kilted-wiimote-msgs Version: 3.3.0-3noble.20260519.031205 Architecture: arm64 Maintainer: Jonathan Bohren Installed-Size: 1424 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-builtin-interfaces, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/wiimote Priority: optional Section: misc Filename: pool/main/r/ros-kilted-wiimote-msgs/ros-kilted-wiimote-msgs_3.3.0-3noble.20260519.031205_arm64.deb Size: 92352 SHA256: e7e7894b5301bab1083afb920963679fc10af2fb5c22ae2f6e6aed2892a49b3a SHA1: b4bcc1fd6d0dcf7cc77b632badf2feb7da08237b MD5sum: 3e00c529a89070cda3a62713ad6baf76 Description: Messages used by wiimote package. Package: ros-kilted-wiimote-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-wiimote-msgs Version: 3.3.0-3noble.20260519.031205 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jonathan Bohren Installed-Size: 643 Depends: ros-kilted-wiimote-msgs (= 3.3.0-3noble.20260519.031205) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-wiimote-msgs/ros-kilted-wiimote-msgs-dbgsym_3.3.0-3noble.20260519.031205_arm64.deb Size: 468990 SHA256: 52103a2920872ab0482f769375c9d55fc750a448132765bc53de0955b7afa795 SHA1: 254d8657ed3d7a834fa0e78f651cb0729e4ed995 MD5sum: 76ea3058679274ecee0bcde3eec1c9e1 Description: debug symbols for ros-kilted-wiimote-msgs Build-Ids: 0e4d59eda54aedb470373766e877693d4017e992 11b9b573906d859e4907ed9fd8b73f11a97d89a2 35c40af1139f950f30f01cd0039f9b1af3692422 58594487217a315c3ef1c3d2737fb30b905b5d63 6d1fc1f719756435639dbb7dabc765ca9bea65ba 7133bb8c9ae2204415e1ae2aafa1513432dc24ac 756a59205a6591fc3b5e2e3963f16dc3403f7b5f b2f7cfb00d1ea148f12c3122e4e8cb21d31374f9 cfb7ed8a32b20140a777359d15330a818d7d7e62 e66651892ce9f7fa972b59398c22c8563bbe6f76 fe6904e176af6e27eb8139b6185069972a0ec0c5 Package: ros-kilted-xacro Version: 2.1.1-1noble.20260519.013019 Architecture: arm64 Maintainer: Robert Haschke Installed-Size: 141 Depends: python3-yaml, ros-kilted-ament-index-python, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/xacro Priority: optional Section: misc Filename: pool/main/r/ros-kilted-xacro/ros-kilted-xacro_2.1.1-1noble.20260519.013019_arm64.deb Size: 29404 SHA256: 2655a48e6a007b8611ca55fd022d8b497420ea013fbf6d5a8497b725094fda6e SHA1: d2088670302972acab4aef4daf9ecd83ef8a4ebb MD5sum: 7b8525a37cfdec66ff8148386c2d527c 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-kilted-yaets Version: 1.0.3-1noble.20260410.154049 Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 154 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yaets/ros-kilted-yaets_1.0.3-1noble.20260410.154049_arm64.deb Size: 23402 SHA256: 56a02f8dfe1db93b4f75108d639676304cbac11f47e75ed65c145a38d481f8da SHA1: 2143df90bb57e7108fce8d49b5cfceed0320195b MD5sum: cdb2c0457c5f0f0c4b482041362467c5 Description: This package provides a execution tracing library. Package: ros-kilted-yaets-dbgsym Package-Type: ddeb Source: ros-kilted-yaets Version: 1.0.3-1noble.20260410.154049 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martín Rico Installed-Size: 157 Depends: ros-kilted-yaets (= 1.0.3-1noble.20260410.154049) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yaets/ros-kilted-yaets-dbgsym_1.0.3-1noble.20260410.154049_arm64.deb Size: 134594 SHA256: 8769d165793f8f29869d4ddfa69f895cb3443d873bde0c2684ae52115a30e72e SHA1: bf699bc6c6234de9b724c6157a76482f55c9de7c MD5sum: 467b26fd8a75ea93c938b381dc38dfcf Description: debug symbols for ros-kilted-yaets Build-Ids: d1018de47ee27c41e552922f9465f8f41131cf23 Package: ros-kilted-yaml-cpp-vendor Version: 9.1.0-2noble.20260410.163607 Architecture: arm64 Maintainer: Scott K Logan Installed-Size: 43 Depends: libyaml-cpp-dev, ros-kilted-ros-workspace Homepage: https://github.com/jbeder/yaml-cpp Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yaml-cpp-vendor/ros-kilted-yaml-cpp-vendor_9.1.0-2noble.20260410.163607_arm64.deb Size: 6732 SHA256: b0449abef292ce88f17dd5875acfe2777460bc9966ea8f6f6c5b9d60c5c59927 SHA1: 177c8c8a8e8fa3fd58203d75486336d825a272b1 MD5sum: b2868ed8c4393be9bdb50df792b39b85 Description: Wrapper around yaml-cpp, it provides a fixed CMake module and an ExternalProject build of it. Package: ros-kilted-yasmin Version: 5.0.0-1noble.20260414.015610 Architecture: arm64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 1958 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 12), pybind11-dev, python3-dev, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin/ros-kilted-yasmin_5.0.0-1noble.20260414.015610_arm64.deb Size: 403678 SHA256: 4006c1fd186c23524ae5b480878ed7f8c4c835859bd3c7ccc8aef00f9ecc7cee SHA1: 021c7e93f89e09bdad71fd6e78434fae7a1d5576 MD5sum: c064119438474d17c18d9ce2d6f3e756 Description: YASMIN (Yet Another State MachINe) main package Package: ros-kilted-yasmin-cli Version: 5.0.0-1noble.20260519.104732 Architecture: arm64 Maintainer: Maik Knof Installed-Size: 207 Depends: ros-kilted-ament-index-python, ros-kilted-rclpy, ros-kilted-ros2cli, ros-kilted-yasmin, ros-kilted-yasmin-factory, ros-kilted-yasmin-plugins-manager, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin-cli/ros-kilted-yasmin-cli_5.0.0-1noble.20260519.104732_arm64.deb Size: 48908 SHA256: 2fd938b6d97ea24c482a39ffa64e0000e1d539aa28f77489268bb972b4e8812a SHA1: 18cf0d6b43ea519fc169ead6aff2b43e39dfa17d MD5sum: a777089cb09979418912a9f24878d98b Description: CLI tools for inspecting YASMIN states and metadata. Package: ros-kilted-yasmin-dbgsym Package-Type: ddeb Source: ros-kilted-yasmin Version: 5.0.0-1noble.20260414.015610 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 954 Depends: ros-kilted-yasmin (= 5.0.0-1noble.20260414.015610) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin/ros-kilted-yasmin-dbgsym_5.0.0-1noble.20260414.015610_arm64.deb Size: 879606 SHA256: dc97829b86bae64f7d78369c3d606889e7457a71f9dfa0bdc08d532f4bdae882 SHA1: 3e6e4e84c009f96e75616482bebd381b65178f8a MD5sum: 12773c5289ef928967e06ef287418323 Description: debug symbols for ros-kilted-yasmin Build-Ids: e61eea04d7476775721be65b22576df89e2fa1df Package: ros-kilted-yasmin-demos Version: 5.0.0-1noble.20260519.053621 Architecture: arm64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 2116 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-kilted-ament-index-cpp, ros-kilted-example-interfaces, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-rclpy, ros-kilted-yasmin, ros-kilted-yasmin-factory, ros-kilted-yasmin-ros, ros-kilted-yasmin-viewer, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin-demos/ros-kilted-yasmin-demos_5.0.0-1noble.20260519.053621_arm64.deb Size: 343454 SHA256: 63ba365bee95758b7a6a0446cd556f185e16ce163cd2ed36716ea1fbea166d7a SHA1: cad6ccc3c4f85278a5e1104602291a742732af5c MD5sum: e737ebf18a898b686776067a654b3e03 Description: Demos of YASMIN (Yet Another State MachINe) Package: ros-kilted-yasmin-demos-dbgsym Package-Type: ddeb Source: ros-kilted-yasmin-demos Version: 5.0.0-1noble.20260519.053621 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 10992 Depends: ros-kilted-yasmin-demos (= 5.0.0-1noble.20260519.053621) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin-demos/ros-kilted-yasmin-demos-dbgsym_5.0.0-1noble.20260519.053621_arm64.deb Size: 9914252 SHA256: 1e8fc535e31f6142ed6aea99a1e9515b63a1006da4b7f0fd8855e6d5d0b8bffa SHA1: 486a2ed21b498117d1339bb2d1620b2626144b00 MD5sum: 7e9b1d2f4943ba6a860bf44a4121704d Description: debug symbols for ros-kilted-yasmin-demos Build-Ids: 1440e9fbfa7d14692e6586d54c4d63f0c165c7bd 20ad89301d7a2b3b88f829ce19669759f47d37e4 2d347fd5f954704c20f5ea52108261657bda5143 377f6f839f1e30054ab9ead8a0e0820d75f0c688 6542ed5183f6027a5b6797a06b3a2327fc411ce5 68e4bb5d353411a1c6a5a96c14e3753b5078294c 7c4402b873f598e9110b9193b94ee64658ce6fe0 89ea4c12733b0d047219126b6da770b1b9aed386 8edfb737166ca2f15f64dc53da46d6a518d37000 9f09080e7e6691e6789c8fa67622c5705a2180ec a83a7686a22d1125ed8e779a12ff7a7e30e90210 bae53951c98abe9719ac17bcadb65e1244996230 cca03c49758762ae8cae7d9864ac513d495299ee d1d77621b58ea42dc959e5737a57b4fb803a5261 d827588ebc83d403140be71b51251a8966e4d76b ff40a8b351e6a30f857edcfe54a779f866b92e14 Package: ros-kilted-yasmin-editor Version: 5.0.0-1noble.20260519.100740 Architecture: arm64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 577 Depends: pyqt5-dev, python3-lxml, python3-pyqt5, python3-pyqt5.qtsvg, python3-sip-dev, python3-tqdm, ros-kilted-rclpy, ros-kilted-yasmin, ros-kilted-yasmin-factory, ros-kilted-yasmin-plugins-manager, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin-editor/ros-kilted-yasmin-editor_5.0.0-1noble.20260519.100740_arm64.deb Size: 79568 SHA256: 01d7bb9155c650396674401c8b4b6c1ad806940261b6154be64d55cdd9a34b33 SHA1: f82c44ae7e3d2c7fc12e543af95b99281598ae9f MD5sum: 1045449399260a240abbb6848c95511a Description: Editor for YASMIN (Yet Another State MachINe) Package: ros-kilted-yasmin-factory Version: 5.0.0-1noble.20260519.053007 Architecture: arm64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 1022 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), pybind11-dev, python3-dev, python3-lxml, ros-kilted-ament-index-cpp, ros-kilted-class-loader, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-tinyxml2-vendor, ros-kilted-yasmin, ros-kilted-yasmin-viewer, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin-factory/ros-kilted-yasmin-factory_5.0.0-1noble.20260519.053007_arm64.deb Size: 260386 SHA256: 4e679172c0b5126b3fae0d1226a5b097d7d52d25bbf1a385532756dc9b19a3ea SHA1: 9fffe503eca5b3ca9d40804918e4e490974848b7 MD5sum: 3e571949bcf42a9819d0afa565629565 Description: YASMIN factory to create FSMs from XML files Package: ros-kilted-yasmin-factory-dbgsym Package-Type: ddeb Source: ros-kilted-yasmin-factory Version: 5.0.0-1noble.20260519.053007 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 3209 Depends: ros-kilted-yasmin-factory (= 5.0.0-1noble.20260519.053007) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin-factory/ros-kilted-yasmin-factory-dbgsym_5.0.0-1noble.20260519.053007_arm64.deb Size: 2968986 SHA256: fdb455123f9b697939881e9dea8689fb97ce3df1f43467042a77047d20a6a8b1 SHA1: fcdc3c3a1eb34cf8c618aa5ef24617954c39e805 MD5sum: d8e6b741527bca7fa5e1e29a443c9e00 Description: debug symbols for ros-kilted-yasmin-factory Build-Ids: bb7fadeccc113f1315c17d8fb1eb15945808d18b c14440ba174fbf682cfd08da0e28ce2b4b7a5b4d Package: ros-kilted-yasmin-msgs Version: 5.0.0-1noble.20260519.033146 Architecture: arm64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 1217 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-kilted-fastcdr, ros-kilted-rosidl-default-generators, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin-msgs/ros-kilted-yasmin-msgs_5.0.0-1noble.20260519.033146_arm64.deb Size: 77244 SHA256: a4586f390a54daae24afacc271962199821fff72fb81f495327e03286b018821 SHA1: d1c2f53ad48275fec7f921d91290c82d954c3c6a MD5sum: 03796fc92913dbb4241773b3d7c10df6 Description: Msgs of (Yet Another State MachINe) Package: ros-kilted-yasmin-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-yasmin-msgs Version: 5.0.0-1noble.20260519.033146 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 676 Depends: ros-kilted-yasmin-msgs (= 5.0.0-1noble.20260519.033146) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin-msgs/ros-kilted-yasmin-msgs-dbgsym_5.0.0-1noble.20260519.033146_arm64.deb Size: 517672 SHA256: 52a29aeaeebeb044788ce50cf69841e59c07fc8fdc0357faf075fcf8d41605b8 SHA1: b95b2d5e89ab4a2e818322991d7647d0eefe790e MD5sum: 57f6fcc2a95bf9298bb689bc604d133a Description: debug symbols for ros-kilted-yasmin-msgs Build-Ids: 26e9e5904aeff60ff3409b3d8535c364e660efff 46199785284c1e66fd27def873b6d5f71438fb77 4808ff6e294f1536f459559c9b456fd5b5b89f2a 76b5e55b913c2a1ec65ef62377d55d7f820e3bea 785f9ebec53c44e92270ff79fd439c088f6bf69f 8ebf04a0fad58f92e3aa85a356d69800ebfcf9ba 982124967cddd757e50c8357735e677c25f48f6c c02627c6d19fb08f2ec9a92eb9e04ac92e2e9143 c03a5cf46fdd13735629d710930d5725f78fe1a0 c0e27523b3a50bed51260dca3230ed78bb79fa8c d791bc2e590180fd4cc0b2bd0ba4ebad690dd94a Package: ros-kilted-yasmin-pcl Version: 5.0.0-1noble.20260519.083241 Architecture: arm64 Maintainer: Maik Knof Installed-Size: 431 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpcl-common1.14 (>= 1.14.0+dfsg), libpcl-filters1.14 (>= 1.14.0+dfsg), libpcl-io1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), libpcl-dev, ros-kilted-pcl-conversions, ros-kilted-pluginlib, ros-kilted-sensor-msgs, ros-kilted-yasmin, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin-pcl/ros-kilted-yasmin-pcl_5.0.0-1noble.20260519.083241_arm64.deb Size: 88766 SHA256: 8e17da035a201a306dd2a54c2d413f95ee18f0fd95e74cd96eded0cc15457358 SHA1: ac841ff6135b16ba5b4fbf445458127243649dd8 MD5sum: 4a4817f0ef22b2defa45f962ba006b5f Description: PCL-based reusable YASMIN states for PointCloud2 conversion, file I/O, and filtering. Package: ros-kilted-yasmin-pcl-dbgsym Package-Type: ddeb Source: ros-kilted-yasmin-pcl Version: 5.0.0-1noble.20260519.083241 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Maik Knof Installed-Size: 5382 Depends: ros-kilted-yasmin-pcl (= 5.0.0-1noble.20260519.083241) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin-pcl/ros-kilted-yasmin-pcl-dbgsym_5.0.0-1noble.20260519.083241_arm64.deb Size: 5079902 SHA256: 6b4a08be127bca6079619f49861b3359dcfb7927b04abc8382e8478355485e0d SHA1: 5ed5e65a7762ac8970b294e19a87a40951826c87 MD5sum: 882b1e742f48b99fc4e2a2cb2f7d84b6 Description: debug symbols for ros-kilted-yasmin-pcl Build-Ids: b3a2effce27fbaba4a82ffb135fcb31fbc790e1b Package: ros-kilted-yasmin-plugins-manager Version: 5.0.0-1noble.20260519.053607 Architecture: arm64 Maintainer: Maik Knof Installed-Size: 138 Depends: python3-lxml, python3-yaml, ros-kilted-ament-index-python, ros-kilted-rclpy, ros-kilted-yasmin, ros-kilted-yasmin-factory, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin-plugins-manager/ros-kilted-yasmin-plugins-manager_5.0.0-1noble.20260519.053607_arm64.deb Size: 38104 SHA256: 481bd13ef473a6d1a4b6a0493b71343101ea4b1ffff15104cf4713342ac9382d SHA1: 7a5a2f22662fb647910c3b51c3481131caa0746a MD5sum: 7281718600299420d71b428698bbc243 Description: Plugin discovery and caching for YASMIN states. Package: ros-kilted-yasmin-ros Version: 5.0.0-1noble.20260519.051845 Architecture: arm64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 1038 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-example-interfaces, ros-kilted-geometry-msgs, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-action, ros-kilted-rclpy, ros-kilted-rosidl-runtime-py, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-tf2, ros-kilted-tf2-msgs, ros-kilted-tf2-py, ros-kilted-tf2-ros, ros-kilted-tf2-ros-py, ros-kilted-yasmin, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin-ros/ros-kilted-yasmin-ros_5.0.0-1noble.20260519.051845_arm64.deb Size: 198540 SHA256: 3dc9b46ca3b938ba3fce9a5f929f8fa09a8b1d98506a792967219752f45e1f02 SHA1: a93d2ca43adf67bce9cd5675f1e5298512d0e4d7 MD5sum: 610cc1f4850ed44cde0c6b7eea66806b Description: YASMIN (Yet Another State MachINe) for ROS 2 Package: ros-kilted-yasmin-ros-dbgsym Package-Type: ddeb Source: ros-kilted-yasmin-ros Version: 5.0.0-1noble.20260519.051845 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 4232 Depends: ros-kilted-yasmin-ros (= 5.0.0-1noble.20260519.051845) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin-ros/ros-kilted-yasmin-ros-dbgsym_5.0.0-1noble.20260519.051845_arm64.deb Size: 3686442 SHA256: 33a4d62957a909b48ee00d4a42d12bb3f3bcab32c0464e5561ed5bdac901cc6b SHA1: 06eeaa4ccccf9ad53a07b4025b2b688252d0a641 MD5sum: b5b1502523efe429bc47482a1ee79752 Description: debug symbols for ros-kilted-yasmin-ros Build-Ids: 1fe0406963a0f748b0aef7e3d8d8a2f183123760 a4b93cac5452d05195a2af17c58e5bed79146024 ab1353696ec842ca0be9bdda4ed38be6a7247106 Package: ros-kilted-yasmin-viewer Version: 5.0.0-1noble.20260519.052346 Architecture: arm64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 3940 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-all-dev, ros-kilted-ament-index-cpp, ros-kilted-rclcpp, ros-kilted-rclpy, ros-kilted-yasmin, ros-kilted-yasmin-msgs, ros-kilted-yasmin-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin-viewer/ros-kilted-yasmin-viewer_5.0.0-1noble.20260519.052346_arm64.deb Size: 927760 SHA256: d1c15f420d3e4ec1f7bd2eab4793dcb6362ac1e09a9590da391415045e21582f SHA1: dab29afbc87e9c9aa345009015565bdb0802f4f0 MD5sum: 3f5dcdaebc7725a377d533f6e4cad274 Description: YASMIN viewer for FSM Package: ros-kilted-yasmin-viewer-dbgsym Package-Type: ddeb Source: ros-kilted-yasmin-viewer Version: 5.0.0-1noble.20260519.052346 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 4445 Depends: ros-kilted-yasmin-viewer (= 5.0.0-1noble.20260519.052346) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin-viewer/ros-kilted-yasmin-viewer-dbgsym_5.0.0-1noble.20260519.052346_arm64.deb Size: 3866330 SHA256: 03ea53456330fdb3b5b6a26da37eb3d1f85c231627ab7e2fd5e9c2170fd28cdc SHA1: 9810e4ca8a17c58bc75d6f5f7897fb69948b1d52 MD5sum: 92c0964cab9c22b5006cdfa6eec62c45 Description: debug symbols for ros-kilted-yasmin-viewer Build-Ids: 8e9632060b1b90edc993a83851645aeccb6e59e3 cd379bcc6a750c4f77d87cef81a0bffe7e128faa Package: ros-kilted-zbar-ros Version: 0.7.0-2noble.20260519.054358 Architecture: arm64 Maintainer: ijnek Installed-Size: 2799 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libzbar0t64 (>= 0.10), libzbar-dev, ros-kilted-cv-bridge, ros-kilted-rclcpp, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-zbar-ros-interfaces, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-zbar-ros/ros-kilted-zbar-ros_0.7.0-2noble.20260519.054358_arm64.deb Size: 297120 SHA256: bf8c56562d01617f18533b804e1fc8dc8851af9c4e9a01a82fe9706cb8d186ac SHA1: c3c6ba2f3788bb0be995a7de926f223c08f92213 MD5sum: 697464d8c57e90d19fbdc27ff44fcb44 Description: Lightweight ROS wrapper for Zbar barcode/qrcode reader library (http://zbar.sourceforge .net/) Package: ros-kilted-zbar-ros-dbgsym Package-Type: ddeb Source: ros-kilted-zbar-ros Version: 0.7.0-2noble.20260519.054358 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 3224 Depends: ros-kilted-zbar-ros (= 0.7.0-2noble.20260519.054358) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-zbar-ros/ros-kilted-zbar-ros-dbgsym_0.7.0-2noble.20260519.054358_arm64.deb Size: 2772590 SHA256: 1816e2c41f4c40f798bda1d974d0e6fc0bd416b0e8a39971fc9129427c6bcf8a SHA1: 88fa9a6f2158e9eb7dc239c820a2a2a77382df4e MD5sum: 64e94d804a3818a8844593727953fc5c Description: debug symbols for ros-kilted-zbar-ros Build-Ids: cc08872d3b13078b3656050b6177f1af5ed6ffb5 Package: ros-kilted-zbar-ros-interfaces Version: 0.7.0-2noble.20260519.032856 Architecture: arm64 Maintainer: ijnek Installed-Size: 1004 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-vision-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-zbar-ros-interfaces/ros-kilted-zbar-ros-interfaces_0.7.0-2noble.20260519.032856_arm64.deb Size: 47216 SHA256: c72b0013e962d3a347d9edef60ef0b83bdd36fe92ef48f27ff7bfcf2f8f69641 SHA1: dd0613a982f8d279e1a67293e977f327f2dc2e8a MD5sum: 92e9efd6fa90a60cd6cce1c943348904 Description: Package containing interfaces for zbar_ros to use to publish results Package: ros-kilted-zbar-ros-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-zbar-ros-interfaces Version: 0.7.0-2noble.20260519.032856 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 319 Depends: ros-kilted-zbar-ros-interfaces (= 0.7.0-2noble.20260519.032856) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-zbar-ros-interfaces/ros-kilted-zbar-ros-interfaces-dbgsym_0.7.0-2noble.20260519.032856_arm64.deb Size: 210098 SHA256: 11151ad90d8224d92b576c0d345a900d9ca7566ca8e16d35a8f483a6718795a5 SHA1: 33d14e781266f790e16ab203223adca708f6d8c6 MD5sum: 2b8a344b713ba0c23a916353edb444ff Description: debug symbols for ros-kilted-zbar-ros-interfaces Build-Ids: 17b3d3125e6e2ef1ff1acd1f1b588f406aa7f054 1b280215e77dc69ba29955b7e64f0491413a7c8c 4f5635827a9d21a375fdaf7fa646e7bc684ad1ba 5e3fdf876a790bc76426077c8ed2ea6b74ef0169 6e72bf600a7034ee93ddcd14bcdc53d5ddcdf8ff 83c860b58d970215a66dfc6e39c8bc6d6fececc7 a999b60956818a08e43bb9f356e78aed941bd06d b846ffd4de03a3a30d787e1381f460d2dc0ba515 c1923d5465c238b1623344d7424067801e80374e e2868331603e5b17bc15091696bd7416b2377b5e f954a112d3415859026d811fcdecb6eb31336f34 Package: ros-kilted-zed-msgs Version: 5.0.0-2noble.20260519.034726 Architecture: arm64 Maintainer: STEREOLABS Installed-Size: 41229 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-kilted-fastcdr, ros-kilted-geometry-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-shape-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: https://www.stereolabs.com/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-zed-msgs/ros-kilted-zed-msgs_5.0.0-2noble.20260519.034726_arm64.deb Size: 10707586 SHA256: 85361915ad1c5f225a8c66158a6f731ead104541cdaa54e6dcf094df3b60b230 SHA1: f371f6940aad93f3c1cd96f464d5a3101cdf81e0 MD5sum: ac58d24c2966e10901803898604747be Description: Contains message and service definitions used by the ZED ROS2 nodes. Package: ros-kilted-zed-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-zed-msgs Version: 5.0.0-2noble.20260519.034726 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: STEREOLABS Installed-Size: 3562 Depends: ros-kilted-zed-msgs (= 5.0.0-2noble.20260519.034726) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-zed-msgs/ros-kilted-zed-msgs-dbgsym_5.0.0-2noble.20260519.034726_arm64.deb Size: 2738138 SHA256: b1b6ad2af5e0a2f41d5488e05387cd3c24f73e4acba31cac75eb8a708c842ad1 SHA1: 8e0efc63162bbcfb7956be3456df0880824d8c76 MD5sum: 3fee924fbcc6010f11452d2d22fb270b Description: debug symbols for ros-kilted-zed-msgs Build-Ids: 10e7eca133b03cb9cff55b72f8b3378e04c19563 2179f3a269763c5b9f966cc2b508b58fd5ff801a 2c2bd3e4a0318f7e7a2e41a6fb041b156416a7ad 7007f2fadf742e74dbcbc078fdc2dc4e00b6a5e7 867864dda700e4edbe44981130e911a37b659944 8c70c4e35352aa46cb9bcc62283de91b9bb29a44 a7b248ca9cdd1a0185f5d0842eabfa3912934177 a8e1461419df40cf284e5cedd827ae94cba62fe2 a9d8fead90f1dc68224f08951c578c5bbaf4de42 c5d027100e6e991149a84d7f649c154ce7c529e7 eb2171a995fd757091d243141fd7dddc5b7e13f4 Package: ros-kilted-zenoh-cpp-vendor Version: 0.6.6-1noble.20260410.163939 Architecture: arm64 Maintainer: Yadunund Installed-Size: 46612 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-zenoh-cpp-vendor/ros-kilted-zenoh-cpp-vendor_0.6.6-1noble.20260410.163939_arm64.deb Size: 9469698 SHA256: a77d8c9f83b6d441ab9af035246b77a71170595290e762cdbe011a598526cdc7 SHA1: 85c913bd7fc94afa3ef4b210f8e004570121f203 MD5sum: 7b758715352b70e4e0e47498b452a62f Description: Vendor pkg to install zenoh-cpp Package: ros-kilted-zenoh-cpp-vendor-dbgsym Package-Type: ddeb Source: ros-kilted-zenoh-cpp-vendor Version: 0.6.6-1noble.20260410.163939 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Yadunund Installed-Size: 4659 Depends: ros-kilted-zenoh-cpp-vendor (= 0.6.6-1noble.20260410.163939) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-zenoh-cpp-vendor/ros-kilted-zenoh-cpp-vendor-dbgsym_0.6.6-1noble.20260410.163939_arm64.deb Size: 2249828 SHA256: 60ebd1de12934624dcb13b29780c6009f68bbc5ac9043daf778815def3f46ac4 SHA1: fedc3878d4374c7f69698e3426aa63416e795126 MD5sum: 0abf8ae40560d725db9796f4e22563c9 Description: debug symbols for ros-kilted-zenoh-cpp-vendor Build-Ids: 4625ccccecf4bca70f8cf5df59b9c530d0408acf Package: ros-kilted-zenoh-security-tools Version: 0.6.6-1noble.20260410.171522 Architecture: arm64 Maintainer: Alejandro Hernanadez Installed-Size: 238 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-rcpputils, ros-kilted-rcutils, ros-kilted-rmw, ros-kilted-rmw-security-common, ros-kilted-tinyxml2-vendor, ros-kilted-zenoh-cpp-vendor, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-zenoh-security-tools/ros-kilted-zenoh-security-tools_0.6.6-1noble.20260410.171522_arm64.deb Size: 75114 SHA256: 07967058cc51aa0f0d13b9fc62b3e1e09a28ffd26a018df1c10b0f2e39e851f1 SHA1: 51678f1c8a3859186b3567d099ddcd4318e2828d MD5sum: ecd158fd753954af5fd38979a4efb35e Description: This package generates config files to enforce security with Zenoh Package: ros-kilted-zenoh-security-tools-dbgsym Package-Type: ddeb Source: ros-kilted-zenoh-security-tools Version: 0.6.6-1noble.20260410.171522 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernanadez Installed-Size: 1028 Depends: ros-kilted-zenoh-security-tools (= 0.6.6-1noble.20260410.171522) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-zenoh-security-tools/ros-kilted-zenoh-security-tools-dbgsym_0.6.6-1noble.20260410.171522_arm64.deb Size: 958162 SHA256: 4c08a7eee95ef79125e0881f882bedb4dd288a5656a889c12dada2faf5280750 SHA1: 10f27c3ba073598d60efd23eb3733f3a616cfcfe MD5sum: 5449030f202b3fb12047dba65a6fc81a Description: debug symbols for ros-kilted-zenoh-security-tools Build-Ids: 86c33cfb70d783b8f4e29e755459b5e3e7620b3a Package: ros-kilted-zlib-point-cloud-transport Version: 5.0.5-2noble.20260519.094425 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 586 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), zlib1g (>= 1:1.1.4), ros-kilted-pluginlib, ros-kilted-point-cloud-interfaces, ros-kilted-point-cloud-transport, ros-kilted-rclcpp, zlib1g-dev, ros-kilted-ros-workspace Homepage: https://wiki.ros.org/draco_point_cloud_transport Priority: optional Section: misc Filename: pool/main/r/ros-kilted-zlib-point-cloud-transport/ros-kilted-zlib-point-cloud-transport_5.0.5-2noble.20260519.094425_arm64.deb Size: 118784 SHA256: cbeea6c55184469343e46763e40388d367084a8c295d27069842313322c2a7e7 SHA1: 948a41878d3ce645246066b132ee0badbfcf4cbc MD5sum: 67d4e66d20fe57aebdd3fe352b6018bd Description: zlib_point_cloud_transport provides a plugin to point_cloud_transport for sending point clouds encoded with zlib Package: ros-kilted-zlib-point-cloud-transport-dbgsym Package-Type: ddeb Source: ros-kilted-zlib-point-cloud-transport Version: 5.0.5-2noble.20260519.094425 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 3299 Depends: ros-kilted-zlib-point-cloud-transport (= 5.0.5-2noble.20260519.094425) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-zlib-point-cloud-transport/ros-kilted-zlib-point-cloud-transport-dbgsym_5.0.5-2noble.20260519.094425_arm64.deb Size: 2852958 SHA256: 80de23b31a9df530c213ba413f0ba334f89cc967d8c9ba8898f70259f98a5bd2 SHA1: 21fb27552287c332a30aedd1e499e5cd0d42bab1 MD5sum: 771956fa297498c5cf05dd1f796ea9d5 Description: debug symbols for ros-kilted-zlib-point-cloud-transport Build-Ids: 502f4e57a9198be7061712ceede5df5fbb28a276 Package: ros-kilted-zmqpp-vendor Version: 0.0.2-4noble.20260410.164051 Architecture: arm64 Maintainer: Masaya Kataoka Installed-Size: 1462 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libzmq5 (>= 4.1.2), cppzmq-dev, libzmq3-dev, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-zmqpp-vendor/ros-kilted-zmqpp-vendor_0.0.2-4noble.20260410.164051_arm64.deb Size: 125258 SHA256: a050f5e42975f13560039bb9da42328a098598a44decc1e2a73d05d4bd317999 SHA1: 12969fb9a1f95bb75fee31c89a6e6672c8bad676 MD5sum: 4789207be53b8b622d9ac385dece8ef9 Description: Vendor package for zmqpp Package: ros-kilted-zmqpp-vendor-dbgsym Package-Type: ddeb Source: ros-kilted-zmqpp-vendor Version: 0.0.2-4noble.20260410.164051 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Masaya Kataoka Installed-Size: 805 Depends: ros-kilted-zmqpp-vendor (= 0.0.2-4noble.20260410.164051) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-zmqpp-vendor/ros-kilted-zmqpp-vendor-dbgsym_0.0.2-4noble.20260410.164051_arm64.deb Size: 731392 SHA256: 86af968f3f69a46380529f8e81847d50f03a7cbe9b963621194aedbc23971148 SHA1: eb39fa4a7e282bf9bcc7074be4c8f10467d1bdfa MD5sum: 7b87fa401622dec161a7f18c2a32ab7b Description: debug symbols for ros-kilted-zmqpp-vendor Build-Ids: c5aa6eee7f43f20b40100d196f00545931606bae Package: ros-kilted-zstd-image-transport Version: 5.1.2-1noble.20260519.134507 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 573 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), zlib1g (>= 1:1.1.4), ros-kilted-image-transport, zlib1g-dev, ros-kilted-ros-workspace Homepage: http://www.ros.org/wiki/image_transport_plugins Priority: optional Section: misc Filename: pool/main/r/ros-kilted-zstd-image-transport/ros-kilted-zstd-image-transport_5.1.2-1noble.20260519.134507_arm64.deb Size: 110664 SHA256: 6f794b958edbf7e0a80fec1d1156d4235a3ab176e3f720a7205cb47bc47701a6 SHA1: d935b2cc968d7552bcf4c365ccda989c33c5cec0 MD5sum: 4e2a330253f19b2445048aea2086a0d7 Description: zstd_image_transport provides a plugin to image_transport for transparently sending images encoded as zstd blobs Package: ros-kilted-zstd-image-transport-dbgsym Package-Type: ddeb Source: ros-kilted-zstd-image-transport Version: 5.1.2-1noble.20260519.134507 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2593 Depends: ros-kilted-zstd-image-transport (= 5.1.2-1noble.20260519.134507) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-zstd-image-transport/ros-kilted-zstd-image-transport-dbgsym_5.1.2-1noble.20260519.134507_arm64.deb Size: 2195348 SHA256: f4a21e82117de7aa7841402733cd3c7e25eb5165a8755b56ddfce8e03403236a SHA1: 33280aceeab5f12bc1f372d31e7be5fa060316f1 MD5sum: acef15866c9814a9a4cf98709fe7f22c Description: debug symbols for ros-kilted-zstd-image-transport Build-Ids: bf94c8c750ac7b6693b7cf3413b330e767d07d71 Package: ros-kilted-zstd-point-cloud-transport Version: 5.0.5-2noble.20260519.094745 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 586 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libzstd1 (>= 1.5.5), libzstd-dev, ros-kilted-pluginlib, ros-kilted-point-cloud-interfaces, ros-kilted-point-cloud-transport, ros-kilted-rclcpp, ros-kilted-ros-workspace Homepage: https://wiki.ros.org/draco_point_cloud_transport Priority: optional Section: misc Filename: pool/main/r/ros-kilted-zstd-point-cloud-transport/ros-kilted-zstd-point-cloud-transport_5.0.5-2noble.20260519.094745_arm64.deb Size: 117220 SHA256: f79f0ce74b01df799588781e10caf2ac13259c068c62b3eafb480880e5c061e0 SHA1: d6e675ad5a6ba73fb6ae3b26b6db713d70a736ad MD5sum: 74fcea5c6e5a822b94b14f17f2f2ffca Description: zstd_point_cloud_transport provides a plugin to point_cloud_transport for sending point clouds encoded with lib Package: ros-kilted-zstd-point-cloud-transport-dbgsym Package-Type: ddeb Source: ros-kilted-zstd-point-cloud-transport Version: 5.0.5-2noble.20260519.094745 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2704 Depends: ros-kilted-zstd-point-cloud-transport (= 5.0.5-2noble.20260519.094745) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-zstd-point-cloud-transport/ros-kilted-zstd-point-cloud-transport-dbgsym_5.0.5-2noble.20260519.094745_arm64.deb Size: 2257610 SHA256: 1fbf55865a0be5743c2bd5f537e26cb31b6ac1fdd0c67412a2be6c2c121c1fb5 SHA1: ccff871eb79220eb598b0100e7a0c19a081dba9b MD5sum: f917a57136b82525f18d21671a731383 Description: debug symbols for ros-kilted-zstd-point-cloud-transport Build-Ids: 8943ba8090c5f34a4ecb3df4149fd7a465e763b9 Package: ros-kilted-zstd-vendor Version: 0.32.0-2noble.20260410.164729 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 48 Depends: libzstd-dev, ros-kilted-ros-workspace Homepage: https://facebook.github.io/zstd/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-zstd-vendor/ros-kilted-zstd-vendor_0.32.0-2noble.20260410.164729_arm64.deb Size: 7666 SHA256: e46e7ab1aa102732181c6c3384396e946165ea4da659689bf9aff8b689e91bcb SHA1: 8f02248f183984c95ad54a551e6c2387d162f665 MD5sum: 1c700b3cf419827f86dfa8d967f4aa3d Description: Zstd compression vendor package, providing a dependency for Zstd. Package: ros-rolling-acado-vendor Version: 1.0.0-6noble.20260425.083254 Architecture: arm64 Maintainer: Christopher Ho Installed-Size: 36221 Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-acado-vendor/ros-rolling-acado-vendor_1.0.0-6noble.20260425.083254_arm64.deb Size: 5620268 SHA256: bb402b5c946133d3537f23a038ab9e8fb9f10cfe0616187d92704683384d6a72 SHA1: 3d540b721484042de7692a0ba50f420026c33e57 MD5sum: cfbaa403b49c5bab00d50f27fab05f6a Description: ament package for ACADO toolkit for MPC code generation Package: ros-rolling-acado-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-acado-vendor Version: 1.0.0-6noble.20260425.083254 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christopher Ho Installed-Size: 2790 Depends: ros-rolling-acado-vendor (= 1.0.0-6noble.20260425.083254) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-acado-vendor/ros-rolling-acado-vendor-dbgsym_1.0.0-6noble.20260425.083254_arm64.deb Size: 330718 SHA256: 3c6a715e8be2fed93c08aabac31af6e9f5295f7e727f09461cec4a9c2ac791c5 SHA1: e8f141079f44dac1f663d9e4cfc32c84bf7d4282 MD5sum: 41b8178d572c4bb1a95bc66d57531a50 Description: debug symbols for ros-rolling-acado-vendor Build-Ids: 048649ac15139d8d5de5b111c3b4ab6d96560731 5b33acf89950fc1eeb254006469f947eab651f9d Package: ros-rolling-ackermann-msgs Version: 2.0.2-5noble.20260425.132841 Architecture: arm64 Maintainer: Jack O'Quin Installed-Size: 1130 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ackermann-msgs/ros-rolling-ackermann-msgs_2.0.2-5noble.20260425.132841_arm64.deb Size: 54568 SHA256: 97b7becc5ed37229a914b67990a7705390c0980040e37dc1df0e349e5fc7832f SHA1: 572dfa6af8f5db3d727e74c3d186406489c1f9c4 MD5sum: 0a8a33a4905fb87c978de086dd47370f 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-5noble.20260425.132841 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jack O'Quin Installed-Size: 403 Depends: ros-rolling-ackermann-msgs (= 2.0.2-5noble.20260425.132841) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ackermann-msgs/ros-rolling-ackermann-msgs-dbgsym_2.0.2-5noble.20260425.132841_arm64.deb Size: 270458 SHA256: b3c09babc18da7462534d58abdd426fdb1598aea39236226b52141ee76e69ce3 SHA1: b01626fb76195dc774a27975be087facaf173cec MD5sum: 18cc349f994e609fb1baa98adfb4a16f Description: debug symbols for ros-rolling-ackermann-msgs Build-Ids: 030bb124896fcd004400fed7aa6e989be84ed91d 2fa15b8d5e71dcf7ffcda087122b47d1244dba43 34983fb7754aa267462f1eb8eaae33b084210548 82d479dee1b4fed4ef57e06a4846f12f9c4863cd 85416a012e509b44f170b819133f6cf38c997ac4 8d927c539044a9c5fdc38e5d8b8da893efa22eb8 922c3d50044fbd4864a8308ac77ef16b3f1f1cfa ae364829bf876b14705cbf4f724ce4febe4c2c6a d739d9852f61d1bd126732d2b0ab4e8fc8b638ec d8f309fda1be19a04129f32c8da76aa4da28c361 fcbbcbf4952598e958d39ee0a7e6ba7eddf848a0 Package: ros-rolling-ackermann-nlmpc Version: 1.0.3-1noble.20260425.154041 Architecture: arm64 Maintainer: Jasper Pflughaupt Installed-Size: 297 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ackermann-nlmpc/ros-rolling-ackermann-nlmpc_1.0.3-1noble.20260425.154041_arm64.deb Size: 46194 SHA256: a16ace724b49608eb0af6bb72898d4e92e3479cb9602804a72bf74c3a1e78a38 SHA1: 98f282d922855f75f01d9181109788ed4ddb7693 MD5sum: 0c06ed705c8de783c371d08ce6b71f8a Description: Lightweight non-linear MPC controller for autonomous driving in 2D environments Package: ros-rolling-ackermann-nlmpc-msgs Version: 1.0.3-1noble.20260425.132850 Architecture: arm64 Maintainer: Jasper Pflughaupt Installed-Size: 1202 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ackermann-nlmpc-msgs/ros-rolling-ackermann-nlmpc-msgs_1.0.3-1noble.20260425.132850_arm64.deb Size: 65904 SHA256: 4c1f7053a92878c41ebbccc5d34ed558af7840736b9d52c52a4ace6883e648bb SHA1: 62c16b85afb152dafddf787d8010951446f25e2f MD5sum: 921e7f65d60891ec279bfde458423938 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-1noble.20260425.132850 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jasper Pflughaupt Installed-Size: 484 Depends: ros-rolling-ackermann-nlmpc-msgs (= 1.0.3-1noble.20260425.132850) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ackermann-nlmpc-msgs/ros-rolling-ackermann-nlmpc-msgs-dbgsym_1.0.3-1noble.20260425.132850_arm64.deb Size: 345180 SHA256: 95a8a033688ca285654afa0d714aa9847b4a2b30e6143cd9f08e1e7877db03bd SHA1: 8415f115fc2c3285511be06e07f51b34231a2ee1 MD5sum: 5bc96fdcc2ecef6dbfbc603d0f38cb3e Description: debug symbols for ros-rolling-ackermann-nlmpc-msgs Build-Ids: 1cf252f505cff6490d96303bab609baabff99f35 1f69e9fd5742cec6f829d6177bb05f4f3a7c9b4c 4c2ab7cf04a75e2c763e7056258da6f63a5acbaf 563666198045077a32e22a0d81f8975ffe323224 6f9e1c830ed7f30d14d01a276c3eb0c3a1acef92 81c5d8ffaeb5bef9d9bce0f6f52621d60cb7d776 b6a9871d947d36ef74dfd8fdaa750a3c6ac05449 be5393077c100e8ee62b4293a78bfbd9ff6184a5 c608f700cda6ab1029892a87156cfa21eeb25d46 eeae4b1f1659e9bec8d6ea18dab47bfae7e246ec ff1e88116f8c7f89395f1920301b846f76c616ec Package: ros-rolling-ackermann-steering-controller Version: 6.6.0-1noble.20260425.231205 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 221 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+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.6.0-1noble.20260425.231205_arm64.deb Size: 48452 SHA256: b5e3d77479042a80302e4c589630b3cfacd62a7f12043dd38e1702dfc8708e80 SHA1: 6ff7c2c8d8099f02bd3f0d28c826e5ece312a049 MD5sum: b9aab4ce4b85d06efec2b24ae12b2c44 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.6.0-1noble.20260425.231205 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 747 Depends: ros-rolling-ackermann-steering-controller (= 6.6.0-1noble.20260425.231205) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ackermann-steering-controller/ros-rolling-ackermann-steering-controller-dbgsym_6.6.0-1noble.20260425.231205_arm64.deb Size: 699748 SHA256: 46fcfc3f6f711fb8f8b42164de4417ca03d7f09fc53078c2834288f9ba1bf6b7 SHA1: fee3b38e97c7fc93ffec1e8c700aa333b3027846 MD5sum: 7c374ed3c3ff05d9f7adfda0d810c35a Description: debug symbols for ros-rolling-ackermann-steering-controller Build-Ids: 87d279eaefc1f87116d81130b3cee6f819f1ad51 Package: ros-rolling-action-msgs Version: 2.4.4-1noble.20260425.122601 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 1538 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), 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.4.4-1noble.20260425.122601_arm64.deb Size: 101770 SHA256: 8aba1576cd27ec6e8a25dcd6d8697b9cea8c74b7fda719a2f24443f9b101adc2 SHA1: f1e3681e9640a4bea4ef3bd1fc0efb3169cb65b1 MD5sum: aa6bf1445849a16adcfaa6277d6cf608 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.4.4-1noble.20260425.122601 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 868 Depends: ros-rolling-action-msgs (= 2.4.4-1noble.20260425.122601) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-action-msgs/ros-rolling-action-msgs-dbgsym_2.4.4-1noble.20260425.122601_arm64.deb Size: 636814 SHA256: c3521ac8c00bd3cc9333003d7576aae5232a0f68f8bc6525540b201aa169ad2c SHA1: e18e65a7dc724bc96218237fbec98b94762fdb69 MD5sum: a7231ba88f155e33537069418c0ad298 Description: debug symbols for ros-rolling-action-msgs Build-Ids: 0012c5d62bd7204d7b1cd6bac1551e116e794b53 1083be6624759f277370475e77b1d5ec8c9970e8 516a01d5e74c4c955a4f885c48b31934a530e712 54d8eb06a49abbf3002305c8bed6a6f1785526f7 66cffbdd8345c5443f8c8322b6e2609b55a341be 680e097d230b62f9707db9710adea27aaa5042d9 82d6b2cb10c250f17761a08ff241889339f0b60b 85c06f842ef65e68cf7ba9190bfde6dbc1550c9f 9ceff1b82f2cc2c10b0158db14b630c7b3c57a0b 9d57a09a50afb7e5e00d3e40a5f231cc01e499f5 f2f5c4eef3e8a743700d3f043c8c08fdb94bfff2 Package: ros-rolling-action-tutorials-cpp Version: 0.37.8-1noble.20260425.205814 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 444 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.37.8-1noble.20260425.205814_arm64.deb Size: 79074 SHA256: c5ff68aa9eacc92e1f53f30779e61367ada847f162d30f0a347e89a3dd024bef SHA1: 246c82611299e87d031779da5da87d3a67b21288 MD5sum: 1eaa3c8b05c0f01f4fb2633a829ea277 Description: C++ action tutorial cpp code Package: ros-rolling-action-tutorials-cpp-dbgsym Package-Type: ddeb Source: ros-rolling-action-tutorials-cpp Version: 0.37.8-1noble.20260425.205814 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 1949 Depends: ros-rolling-action-tutorials-cpp (= 0.37.8-1noble.20260425.205814) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-action-tutorials-cpp/ros-rolling-action-tutorials-cpp-dbgsym_0.37.8-1noble.20260425.205814_arm64.deb Size: 1576866 SHA256: 34e6a15bef6a8a40a9ee53f1ab5ab37e09631c3001b703c33bda02dfe3e3b61a SHA1: 7627fb2c55e07b7e55af5ae910cae4cb7e4c3865 MD5sum: 389118b4bef375678ca299047a3ecc26 Description: debug symbols for ros-rolling-action-tutorials-cpp Build-Ids: 84ada3fc6a3b52aa13b5c32455cc28941f3d90b5 96b6e719de5879b8940d89e5595fb67579f82a32 c6ca51d64be13a2dc981e626163a3d70541466e6 Package: ros-rolling-action-tutorials-py Version: 0.37.8-1noble.20260425.203157 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 63 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.37.8-1noble.20260425.203157_arm64.deb Size: 11870 SHA256: 5eb108a1c8425efa8e032f2149dd98e7adc76dd0d6cae2da266aad5448fb0c62 SHA1: dfcda2029b834c77aa524793bf790befefcb0e7a MD5sum: a860d885ee5fb94467a590772a005d44 Description: Python action tutorial code Package: ros-rolling-actuator-msgs Version: 0.0.1-3noble.20260425.132923 Architecture: arm64 Maintainer: Benjamin Perseghetti Installed-Size: 1792 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-actuator-msgs/ros-rolling-actuator-msgs_0.0.1-3noble.20260425.132923_arm64.deb Size: 104290 SHA256: 7358a5818c1af340ee154b2f6159977169cc61c21c167af7d89180a6aacbe6eb SHA1: 45f025b2c161fef89796413c9185de8dbdbcfa3e MD5sum: f093dc059214c40b38315296bb13d8a1 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-3noble.20260425.132923 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Benjamin Perseghetti Installed-Size: 1155 Depends: ros-rolling-actuator-msgs (= 0.0.1-3noble.20260425.132923) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-actuator-msgs/ros-rolling-actuator-msgs-dbgsym_0.0.1-3noble.20260425.132923_arm64.deb Size: 859162 SHA256: 48904cb819d3e1d74dcf60e47918f9c020e4f372b33d42ed328d3d1175246c4a SHA1: d911bcfd34118bffe27f24c432ad29f203245c79 MD5sum: c72353a78df5e7bc9f520e032f12e2b7 Description: debug symbols for ros-rolling-actuator-msgs Build-Ids: 1d4c191e07df77c7fff1dfe00a6ef22ad12d2706 35c52c42b00a1d291e290c8ae61809e9d590a557 5a4a82673b5517417378197f33bc3ee916481e84 64f88df50eb1c3fef21ea272d869c99e1418c2a8 6bac98d17dc4d295fa2d9d31f7d40bb86e504f3a 75dd4b5e97f08c711c84e17c906d6d6635d4445d 82d127a452f95b0f49ca2a68bff49f38f81315b2 8e2d308316b9453b35ae958dad9f6c406bf72997 a2329e9afd4b63e7eb7c24a6556774fec059c0ca dbfc49b5d156a68452d24c594eb2d5e1c39e8ed4 fd5c1d534d23a2f0d88f957eecdaf5e5b0fbdeec Package: ros-rolling-admittance-controller Version: 6.6.0-1noble.20260425.230304 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 1177 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.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.6.0-1noble.20260425.230304_arm64.deb Size: 239680 SHA256: 8a0371155bf22fea36e4793f8bc8852ea3f96418a2f44e60af4f2b2e24464621 SHA1: 1b60c5aa75c630ac50e24d326e0eaeb59ba4470b MD5sum: 181a8549f191a394a36ccd151180398e 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.6.0-1noble.20260425.230304 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 6280 Depends: ros-rolling-admittance-controller (= 6.6.0-1noble.20260425.230304) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-admittance-controller/ros-rolling-admittance-controller-dbgsym_6.6.0-1noble.20260425.230304_arm64.deb Size: 5638200 SHA256: f511f7802c8235cd0a6a495409f1432ecc3b9ad760b62dbbed2ef8580246797a SHA1: 87ad9df71a20cfae28b65b60231705c4c21ac5fe MD5sum: 41430ed146131752cfd29cd5357fdc3c Description: debug symbols for ros-rolling-admittance-controller Build-Ids: 9f0950775231f477965f53a99e63381c43ecc5df Package: ros-rolling-ads-vendor Version: 1.0.2-1noble.20260425.083329 Architecture: arm64 Maintainer: Nikola Banovic Installed-Size: 559 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ads-vendor/ros-rolling-ads-vendor_1.0.2-1noble.20260425.083329_arm64.deb Size: 140912 SHA256: 13f77bbdb7c5bef81f8c07fa0a26eafde29966f325c5df511c0376060d1f957b SHA1: bbab80021b99382dbaea2e20f522e6761ff3f4cb MD5sum: 7d53f07cda9f1c3b9c888d424a9d57e2 Description: Package vendoring Beckhoff/ADS library Package: ros-rolling-ads-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-ads-vendor Version: 1.0.2-1noble.20260425.083329 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Nikola Banovic Installed-Size: 1854 Depends: ros-rolling-ads-vendor (= 1.0.2-1noble.20260425.083329) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ads-vendor/ros-rolling-ads-vendor-dbgsym_1.0.2-1noble.20260425.083329_arm64.deb Size: 1733306 SHA256: c528a6fb59d70d0d6ef91ea4a55d42bdc27654a37208a497267f74152bdae906 SHA1: e2898c26cb3857cb73a52df6cb421078429b1e72 MD5sum: 33e66de3ce7c6b3a8a7cf1f0d40ac45c Description: debug symbols for ros-rolling-ads-vendor Build-Ids: 5cd38518b2ed2ccf3d7514b94ba59862696673f1 d3546145f09f30e2d5e0f5965a543ea14ca2a0cd Package: ros-rolling-ament-acceleration Version: 0.2.0-4noble.20260423.211758 Architecture: arm64 Maintainer: Víctor Mayoral Vilches Installed-Size: 46 Depends: ros-rolling-ament-cmake-core, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-acceleration/ros-rolling-ament-acceleration_0.2.0-4noble.20260423.211758_arm64.deb Size: 5940 SHA256: 9d18222016a29170b858624ff43652280a20b85cd001da8775bbe2b4c1ff9c4c SHA1: 293e6aa17b7c0bb9e20abb17705f50a5c0c23b3c MD5sum: 0fbd660910f514a11028b8b478b5f2ab 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.6-1noble.20260423.211809 Architecture: arm64 Maintainer: Tyler Weaver Installed-Size: 53 Depends: black, python3-unidiff, python3-uvloop, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-black/ros-rolling-ament-black_0.2.6-1noble.20260423.211809_arm64.deb Size: 12188 SHA256: d3142ed3cbc2c8ecc80206333c7544604937a8bd4d131230c3f8aa7cc953bbcd SHA1: b44b382277ceb48f9b89c56abc894b014d5bf689 MD5sum: ecf14a6e9222ec68f4cf9ae79cae564f 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.20.4-1noble.20260423.212111 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 67 Depends: clang-format, python3-yaml, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-clang-format/ros-rolling-ament-clang-format_0.20.4-1noble.20260423.212111_arm64.deb Size: 16848 SHA256: 2f90475669ad52a4b445fab7ef8567581d103e438e9f0ee2c15c0024ae2668e3 SHA1: 27def34c6bef46d905c2dd184b3a69f4ac4b9fe2 MD5sum: 3dc0c5dd8ff346ae8d2190fa6a43a062 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.20.4-1noble.20260423.212254 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 66 Depends: clang-tidy, python3-yaml, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-clang-tidy/ros-rolling-ament-clang-tidy_0.20.4-1noble.20260423.212254_arm64.deb Size: 17796 SHA256: c47fad7048ad3a7d4c752089676ca5b77052810c58cc0a41746d99b3794a7b69 SHA1: a01cd6ceedffa988b27e2b1c275a359cdead6c24 MD5sum: cf20893ab2c5e960583f441b5c912753 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.8.7-1noble.20260425.081255 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 51 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake/ros-rolling-ament-cmake_2.8.7-1noble.20260425.081255_arm64.deb Size: 7972 SHA256: 24f9d025f8a91a955514345a87d5598ea7c5c44941da730f3bb800f6662f72b4 SHA1: 08f08fa4b81399a31a22297abcf8b0547eefeefb MD5sum: 156e58c5e0b4ebd35e39f8ed04a7b82d Description: The entry point package for the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-auto Version: 2.8.7-1noble.20260425.102552 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 77 Depends: ros-rolling-ament-cmake, ros-rolling-ament-cmake-gmock, ros-rolling-ament-cmake-gtest, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-auto/ros-rolling-ament-cmake-auto_2.8.7-1noble.20260425.102552_arm64.deb Size: 12154 SHA256: 6d0a83c41b5b9175315422164d2d2726e2576930c2c6868b79d65c0a081d6078 SHA1: 407ebd60c403b774c60ebdb1e2899fdc7d7a7dea MD5sum: 98564345ea7682493d612c96c1cab33e Description: The auto-magic functions for ease to use of the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-black Version: 0.2.6-1noble.20260425.081318 Architecture: arm64 Maintainer: Tyler Weaver Installed-Size: 48 Depends: ros-rolling-ament-black, ros-rolling-ament-cmake-test, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-black/ros-rolling-ament-cmake-black_0.2.6-1noble.20260425.081318_arm64.deb Size: 7222 SHA256: 6c659db910d5a80c83699c706af178d27924bcc43660c0402423777e09d97dff SHA1: 3f9a08fc9c8a2e13198dd86f866cc932c66ee405 MD5sum: bd56ba13d4ecaf1acc57ec14d649c856 Description: The CMake API for ament_black to lint Python code using black. Package: ros-rolling-ament-cmake-catch2 Version: 1.5.0-1noble.20260425.081448 Architecture: arm64 Maintainer: Luca Della Vedova Installed-Size: 51 Depends: ros-rolling-ament-cmake-test, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-catch2/ros-rolling-ament-cmake-catch2_1.5.0-1noble.20260425.081448_arm64.deb Size: 7150 SHA256: 8322b5623a73e8c887ef7bb0d5907be92bc66bdd67f27718bd6610674e642a6f SHA1: f7dbef7771ba75c46b8625628a072b508ddffaaa MD5sum: bbc0bf6ae2616c3b76ea5af77ff680a0 Description: Allows integrating catch2 tests in the ament buildsystem with CMake Package: ros-rolling-ament-cmake-clang-format Version: 0.20.4-1noble.20260425.081434 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 52 Depends: ros-rolling-ament-clang-format, ros-rolling-ament-cmake-test, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-clang-format/ros-rolling-ament-cmake-clang-format_0.20.4-1noble.20260425.081434_arm64.deb Size: 8382 SHA256: eaa951502322c92b0aed650312f983678f6cec202c4786a65d5e745d91be81f1 SHA1: f9699945c4ec37a705c4d9eb6d6f498260312608 MD5sum: f9060a5e181161b87ea945abdffd54e1 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.20.4-1noble.20260425.081424 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 52 Depends: ros-rolling-ament-clang-tidy, ros-rolling-ament-cmake-test, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-clang-tidy/ros-rolling-ament-cmake-clang-tidy_0.20.4-1noble.20260425.081424_arm64.deb Size: 8432 SHA256: 4240048a74519e7e8ac844bca5f6256dfec08a5d7929692e4b7b533a8c214724 SHA1: c76146acc10250cf7fad6743621dc171a173935d MD5sum: 5725a214425b28684c1e0ba78cd05f21 Description: The CMake API for ament_clang_tidy to lint C / C++ code using clang tidy. Package: ros-rolling-ament-cmake-copyright Version: 0.20.4-1noble.20260425.081554 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 51 Depends: ros-rolling-ament-cmake-test, ros-rolling-ament-copyright, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-copyright/ros-rolling-ament-cmake-copyright_0.20.4-1noble.20260425.081554_arm64.deb Size: 8322 SHA256: c0f02aa918cc39e7bd0b1892324d19ea69f8f59c8fcbeaec0590067720a83d55 SHA1: 225fb768963dca04f80b1a89dc1780671dee7243 MD5sum: b6cd646fa9b35bf67f5541a11b00acee Description: The CMake API for ament_copyright to check every source file contains copyright reference. Package: ros-rolling-ament-cmake-core Version: 2.8.7-1noble.20260414.050112 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 188 Depends: cmake, python3-catkin-pkg-modules, ros-rolling-ament-package Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-core/ros-rolling-ament-cmake-core_2.8.7-1noble.20260414.050112_arm64.deb Size: 27438 SHA256: 33e8bc840be4e2c0a1ed70b1db68e74edd688055360c8219bc63a4c3ae69e2fa SHA1: 45a5b1a0a793d29de0e8025c8effc57ae8901cf0 MD5sum: 8c0c78be040714ed160b97e7a5f1b390 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.20.4-1noble.20260425.060736 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 55 Depends: ros-rolling-ament-cmake-core, ros-rolling-ament-cmake-test, ros-rolling-ament-cppcheck, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-cppcheck/ros-rolling-ament-cmake-cppcheck_0.20.4-1noble.20260425.060736_arm64.deb Size: 10086 SHA256: b764a395c29aa8de28a6def16d29be25392855fdd73aad327c1dbe2324e5b7ca SHA1: aa87ffb8dd5803cd1717c6d3b7a5a1353f52fa95 MD5sum: b293cb116a592bc24e17203e284a7c20 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.20.4-1noble.20260425.081557 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 53 Depends: ros-rolling-ament-cmake-test, ros-rolling-ament-cpplint, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-cpplint/ros-rolling-ament-cmake-cpplint_0.20.4-1noble.20260425.081557_arm64.deb Size: 8744 SHA256: bc81bee81c7402bd8a405b31320c088dcb11ebf1a959866e1a6175da17fa39c3 SHA1: eeb7418375cc86ec976c305d79a1175663a92692 MD5sum: 4c58f1e8e56deae4d3a97995f33a428f Description: The CMake API for ament_cpplint to lint C / C++ code using cpplint. Package: ros-rolling-ament-cmake-export-definitions Version: 2.8.7-1noble.20260423.212419 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 51 Depends: ros-rolling-ament-cmake-core, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-export-definitions/ros-rolling-ament-cmake-export-definitions_2.8.7-1noble.20260423.212419_arm64.deb Size: 7704 SHA256: 7a403d60b2cd4a8e6bfd1955d4a0e5142cbfeb01836bf2f5d52a9965072ff2a1 SHA1: e0f327d53dd057c50305678687e7086cc8416e6d MD5sum: d4a1df4a9ec1cc64cfa152deb0d64dd0 Description: The ability to export definitions to downstream packages in the ament buildsystem. Package: ros-rolling-ament-cmake-export-dependencies Version: 2.8.7-1noble.20260423.214437 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 54 Depends: ros-rolling-ament-cmake-core, ros-rolling-ament-cmake-libraries, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-export-dependencies/ros-rolling-ament-cmake-export-dependencies_2.8.7-1noble.20260423.214437_arm64.deb Size: 9102 SHA256: 6f152711161e4037c6354ebea43ce2378d0ff54a51f1104635786f0ed47792a5 SHA1: 9ee2076906224df6b68e70df6c6b785c48dcdc30 MD5sum: 5ae6c9cb9e3698032d8762df9e24fd02 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.8.7-1noble.20260423.212744 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 52 Depends: ros-rolling-ament-cmake-core, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-export-include-directories/ros-rolling-ament-cmake-export-include-directories_2.8.7-1noble.20260423.212744_arm64.deb Size: 8026 SHA256: 37cfa72e7edb620fbec84909d9af8612eb0a675f90e456b366d17802311de9b4 SHA1: 11b5dd603a95235f8d5320aedb2fe3e030e9bd98 MD5sum: 7abb2eef5384ab52bca2c61386d4e201 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.8.7-1noble.20260423.212755 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 63 Depends: ros-rolling-ament-cmake-core, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-export-libraries/ros-rolling-ament-cmake-export-libraries_2.8.7-1noble.20260423.212755_arm64.deb Size: 9960 SHA256: 2b1eeed908a3db38139e1551ccf0b97778ff3a7c29e1ca3f94964ad39ac5e08b SHA1: 7d7720a05683083500427a4613d9fe9f04ce10ea MD5sum: 1edb89105d0a44e02a9c1846b4e77781 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.8.7-1noble.20260423.212857 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 51 Depends: ros-rolling-ament-cmake-core, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-export-link-flags/ros-rolling-ament-cmake-export-link-flags_2.8.7-1noble.20260423.212857_arm64.deb Size: 7636 SHA256: ad29be12e811eceb5b739a676dcfd942baddbf8c9ccd0546866e2d8c36d7e2cc SHA1: 2e5ffecbd97703539fea8a359e5594df8e5ac4e0 MD5sum: 59b0d016171c4c3917ecb731c1d461b7 Description: The ability to export link flags to downstream packages in the ament buildsystem. Package: ros-rolling-ament-cmake-export-targets Version: 2.8.7-1noble.20260423.213940 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 53 Depends: ros-rolling-ament-cmake-core, ros-rolling-ament-cmake-export-libraries, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-export-targets/ros-rolling-ament-cmake-export-targets_2.8.7-1noble.20260423.213940_arm64.deb Size: 8750 SHA256: 2df7bcc65ff2b97052ecb576b7d0afdfa7768c52cb30c337f7b307fe49e61e79 SHA1: 595745a8c5f140ac34a88dd972e755a63c96aab7 MD5sum: 383d24df35bbd469d263fd9adfa83cb8 Description: The ability to export targets to downstream packages in the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-flake8 Version: 0.20.4-1noble.20260425.081732 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 51 Depends: ros-rolling-ament-cmake-test, ros-rolling-ament-flake8, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-flake8/ros-rolling-ament-cmake-flake8_0.20.4-1noble.20260425.081732_arm64.deb Size: 8206 SHA256: 8c633728e0373bca7d4eb6af8a5da4df0322151f6200ed1fd67b371fc098adfc SHA1: dbdebf614c773ba770e848921ee65485f30776ae MD5sum: ed9ebecb4da1ff91dedea54f7b318ad5 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.8.7-1noble.20260423.213319 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 56 Depends: ros-rolling-ament-cmake-core, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-gen-version-h/ros-rolling-ament-cmake-gen-version-h_2.8.7-1noble.20260423.213319_arm64.deb Size: 9294 SHA256: 58fe7d5050ac4c5b62256cdd716f9d121605eb419b942f430b9d01952e8dc251 SHA1: f49469504b8ef7ea4ad448a024132837792211c3 MD5sum: e2b2e62f37661341c86f8b6ddac7d4e6 Description: Generate a C header containing the version number of the package Package: ros-rolling-ament-cmake-gmock Version: 2.8.7-1noble.20260425.102012 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 60 Depends: libgmock-dev, ros-rolling-ament-cmake-gtest, ros-rolling-ament-cmake-test, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-gmock/ros-rolling-ament-cmake-gmock_2.8.7-1noble.20260425.102012_arm64.deb Size: 9716 SHA256: bb982a15a9a850a2a7f9c140841a85c25a47b8d0b41f0e7cabd04d4dc24af1e6 SHA1: eb0d958bcba41d01527824644eca0ea97afa96ba MD5sum: 2f8196e3effb3d09579df9d848886f68 Description: The ability to add Google mock-based tests in the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-google-benchmark Version: 2.8.7-1noble.20260425.081904 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 86 Depends: ros-rolling-ament-cmake-test, ros-rolling-google-benchmark-vendor, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-google-benchmark/ros-rolling-ament-cmake-google-benchmark_2.8.7-1noble.20260425.081904_arm64.deb Size: 13702 SHA256: 8a3128c3a229f61cc482b14ce1f43424442e15b01f6338a0f9384f4b6fb52c81 SHA1: a97e9da33d81f50c93716e4e1bba83c65e5f32be MD5sum: 5bd019a0fb8e40bb44aee7f9b94f5066 Description: The ability to add Google Benchmark tests in the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-gtest Version: 2.8.7-1noble.20260425.081910 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 61 Depends: libgtest-dev, ros-rolling-ament-cmake-test, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-gtest/ros-rolling-ament-cmake-gtest_2.8.7-1noble.20260425.081910_arm64.deb Size: 9910 SHA256: 03b36db874c9971d55930bd0291047792e7bfffadcb6ed7876f1d8ea752be3cb SHA1: e36ce95f4a01c6a4ae1ad4f442b84abfe58b06a5 MD5sum: bc3bba206edcaed956195bff1ecda579 Description: The ability to add gtest-based tests in the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-include-directories Version: 2.8.7-1noble.20260423.213804 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 49 Depends: ros-rolling-ament-cmake-core, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-include-directories/ros-rolling-ament-cmake-include-directories_2.8.7-1noble.20260423.213804_arm64.deb Size: 7792 SHA256: 3f83cdf183fcc9d160551f4f930ff3e8256de0415e6163629229842c7cb34e99 SHA1: cfd96bbf469de88be8084acb4dcfe031ca856f7d MD5sum: aa3f4fd9df724fd20ea0afd29e28b989 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.8.7-1noble.20260423.213854 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 48 Depends: ros-rolling-ament-cmake-core, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-libraries/ros-rolling-ament-cmake-libraries_2.8.7-1noble.20260423.213854_arm64.deb Size: 7614 SHA256: 9014aad8b5112610ba27ad3ea8bf4acaefa0213f2e8e02c9ed1ea16d3f47739f SHA1: 7f8fc7891051972a9dcaa4f09eb78d54d1677500 MD5sum: ef8e27409944aa83f4e4f6f7c6c37286 Description: The functionality to deduplicate libraries in the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-lint-cmake Version: 0.20.4-1noble.20260425.081952 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 50 Depends: ros-rolling-ament-cmake-test, ros-rolling-ament-lint-cmake, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-lint-cmake/ros-rolling-ament-cmake-lint-cmake_0.20.4-1noble.20260425.081952_arm64.deb Size: 8140 SHA256: 4f32ec0e978d26254b9675411a28f3b232e91b251cf4968c67af684784583cea SHA1: 5998272b28276ac5adf60b8861d28059df571bb7 MD5sum: 3b86e970ec84fb764c5fcd381122a59e Description: The CMake API for ament_lint_cmake to lint CMake code using cmakelint. Package: ros-rolling-ament-cmake-mypy Version: 0.20.4-1noble.20260425.082044 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 51 Depends: ros-rolling-ament-cmake-test, ros-rolling-ament-mypy, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-mypy/ros-rolling-ament-cmake-mypy_0.20.4-1noble.20260425.082044_arm64.deb Size: 8512 SHA256: 8c6ea0bdb7ae2f9da07b588f14ec14ed6e3893e0268ebeb4ab9c08f6e071d12c SHA1: 25e4ad433f6335973e5d30b1aa0c3020f70d16fc MD5sum: 66867c66503621c8302df7e06b204a1d 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.20.4-1noble.20260425.082042 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 52 Depends: ros-rolling-ament-cmake-test, ros-rolling-ament-pclint, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-pclint/ros-rolling-ament-cmake-pclint_0.20.4-1noble.20260425.082042_arm64.deb Size: 8426 SHA256: 3b685b2b8d054cc4b63b165ceb2beb2b9b671eddc7d0a32a568c2835211e47fa SHA1: 1379d1be6c0cc8c1dafd773ac9c34c7db70dbcf9 MD5sum: a92a9c3309eea3f4864737aca6e43d89 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.20.4-1noble.20260425.082102 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 50 Depends: ros-rolling-ament-cmake-test, ros-rolling-ament-pep257, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-pep257/ros-rolling-ament-cmake-pep257_0.20.4-1noble.20260425.082102_arm64.deb Size: 7902 SHA256: 202251c8a007074a2b74fd2effb0ad01320cacac4f383648b10289e8fd74e0f7 SHA1: 533a97c2e774a2875871ff1c2cacde366886a0e4 MD5sum: b264a0daa87d5a3e2940c52bbdc770d1 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.20.4-1noble.20260425.082054 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 51 Depends: ros-rolling-ament-cmake-test, ros-rolling-ament-pycodestyle, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-pycodestyle/ros-rolling-ament-cmake-pycodestyle_0.20.4-1noble.20260425.082054_arm64.deb Size: 8128 SHA256: 610cb6606f7553bbaa2531d96a4878d3c40994986d0bd493c3830c340358c613 SHA1: 30bdf4444fbd05560b524ab93772002efc30fac0 MD5sum: 299de97dba3a63d13401220720e305e6 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.20.4-1noble.20260425.082139 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 50 Depends: ros-rolling-ament-cmake-test, ros-rolling-ament-pyflakes, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-pyflakes/ros-rolling-ament-cmake-pyflakes_0.20.4-1noble.20260425.082139_arm64.deb Size: 7802 SHA256: 94f0e7792d8d89412a31f636c28b7f609f58fef85c14eb79201f24f2a4448bfa SHA1: 0a00a630f1976328e79dac3dab8e96b3e318895a MD5sum: 67c85e8fa4263fc214169a1e346830d6 Description: The CMake API for ament_pyflakes to check code using pyflakes. Package: ros-rolling-ament-cmake-pytest Version: 2.8.7-1noble.20260425.082133 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 59 Depends: python3-pytest, ros-rolling-ament-cmake-core, ros-rolling-ament-cmake-test, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-pytest/ros-rolling-ament-cmake-pytest_2.8.7-1noble.20260425.082133_arm64.deb Size: 10766 SHA256: f18ed8cff46d025086fe9abec048cc57050beebb84cf1a9a34c77f6b61e4febd SHA1: abc12f296ec1ceaa643acb7aafe1bcd382bd7ad8 MD5sum: 64ea94e61a59c35ab987d4709801d137 Description: The ability to run Python tests using pytest in the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-python Version: 2.8.7-1noble.20260423.213902 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 66 Depends: ros-rolling-ament-cmake-core, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-python/ros-rolling-ament-cmake-python_2.8.7-1noble.20260423.213902_arm64.deb Size: 11504 SHA256: f431ede1a6ab180bf876d3a274f5630198849c8a8ff34c3a07087a5752e7e89c SHA1: f1ebd999a5ad701a5eab2f42562bb43714967434 MD5sum: 0bcee0c8085cf0d213d8ca696cfe1f21 Description: The ability to use Python in the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-ros Version: 0.15.7-1noble.20260425.154918 Architecture: arm64 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-ros/ros-rolling-ament-cmake-ros_0.15.7-1noble.20260425.154918_arm64.deb Size: 8802 SHA256: 0ef586c2ac5d327834c8ed6e1f19fa5541f9a7feef59071876474e37544ecd6a SHA1: 5a60446a06e32c44f27c8982c4ecd9e5c9756cee MD5sum: 78cacb3e8a61f36f5d78e39db4bfe889 Description: The ROS specific CMake bits in the ament buildsystem. Package: ros-rolling-ament-cmake-ros-core Version: 0.15.7-1noble.20260423.220041 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 58 Depends: ros-rolling-ament-cmake-core, ros-rolling-ament-cmake-libraries, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-ros-core/ros-rolling-ament-cmake-ros-core_0.15.7-1noble.20260423.220041_arm64.deb Size: 9044 SHA256: 84dc3568d53b1b925df3de156514bcf295f54e8921089cbc1d5dd942f4d4e28a SHA1: c3c25e444cd10ce1fa312a8ce5cf347f8bc67b9b MD5sum: 29ae6c467ff112e05ebe25e40e0b3f51 Description: Core ROS specific CMake bits in the ament buildsystem. Package: ros-rolling-ament-cmake-target-dependencies Version: 2.8.7-1noble.20260423.214445 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 50 Depends: ros-rolling-ament-cmake-core, ros-rolling-ament-cmake-include-directories, ros-rolling-ament-cmake-libraries, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-target-dependencies/ros-rolling-ament-cmake-target-dependencies_2.8.7-1noble.20260423.214445_arm64.deb Size: 8692 SHA256: 07d54049760321c6d55c7d9f92579d51f2d767dea87be6262549bd287fc97c1c SHA1: e31e0f60950265dee764090d0fefe8f4b62f0c7c MD5sum: 604006af90cb755d1f78cc5d59fa411f 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.8.7-1noble.20260424.010919 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 83 Depends: ros-rolling-ament-cmake-core, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-test/ros-rolling-ament-cmake-test_2.8.7-1noble.20260424.010919_arm64.deb Size: 15944 SHA256: 5aa380bad9d1a76ef6ef84338d34b80e87e4a794a1b067409ca9b20f062183c1 SHA1: ce96d14f7f3e21157e6dba156e0139be214074ee MD5sum: 3c5aca4d07ba138ef09aede1d9a87f98 Description: The ability to add tests in the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-uncrustify Version: 0.20.4-1noble.20260425.112508 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 54 Depends: ros-rolling-ament-cmake-test, ros-rolling-ament-uncrustify, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-uncrustify/ros-rolling-ament-cmake-uncrustify_0.20.4-1noble.20260425.112508_arm64.deb Size: 9468 SHA256: 3caee9b5e79806a17299d29811631571132845af478634189a8423fa7f8522e2 SHA1: 0f7eca23f5abefada20aadba06558369d3dc3896 MD5sum: 9cf225c9fbdb1f5051521994af086104 Description: The CMake API for ament_uncrustify to check code against styleconventions using uncrustify. Package: ros-rolling-ament-cmake-vendor-package Version: 2.8.7-1noble.20260423.220043 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 75 Depends: git, python3-vcstool, ros-rolling-ament-cmake-core, ros-rolling-ament-cmake-export-dependencies, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-vendor-package/ros-rolling-ament-cmake-vendor-package_2.8.7-1noble.20260423.220043_arm64.deb Size: 11810 SHA256: 4c8bd922dc5a55667e61edd709a5dd4d5d529936538a0843d6446b91c5e99f91 SHA1: a0e6f26cf5d9912deed21c86e887be7e523d32ca MD5sum: ce1a135184f5f65bb9478be57ccc18bd Description: Macros for maintaining a 'vendor' package. Package: ros-rolling-ament-cmake-version Version: 2.8.7-1noble.20260423.213836 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 49 Depends: ros-rolling-ament-cmake-core, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-version/ros-rolling-ament-cmake-version_2.8.7-1noble.20260423.213836_arm64.deb Size: 7958 SHA256: d23a270a754ded83fac744ba4d5f3c77d47690d1549aada1aa95fbdd5156ab2a SHA1: 467bdf35aef2b71f6142ed950449671258df8fc2 MD5sum: 08bfe7273674dff94521445e53f95b5d Description: The ability to override the exported package version in the ament buildsystem. Package: ros-rolling-ament-cmake-xmllint Version: 0.20.4-1noble.20260425.082141 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 51 Depends: ros-rolling-ament-cmake-test, ros-rolling-ament-xmllint, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-xmllint/ros-rolling-ament-cmake-xmllint_0.20.4-1noble.20260425.082141_arm64.deb Size: 7896 SHA256: e26b1f91e087aa86bf7ea0077ce294b1ff9b9a513b873e01bbccf94d943e1d9b SHA1: 650cb5fa6c4aa8eca6803409b4abf2c68bc0cea7 MD5sum: 1f05e8bd24d2960ebd2bf018e6ab8ec6 Description: The CMake API for ament_xmllint to check XML file using xmmlint. Package: ros-rolling-ament-copyright Version: 0.20.4-1noble.20260423.214448 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 207 Depends: ros-rolling-ament-lint, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-copyright/ros-rolling-ament-copyright_0.20.4-1noble.20260423.214448_arm64.deb Size: 52352 SHA256: 89107fbb274e42ff01c9c8a80ebc18529c5627f531f768710f6f73d4a154ce51 SHA1: b2d5b6ef95eb25a56fb4b5d73c0e0c8a99681528 MD5sum: 07eb00447e8575e6e47cb7a8937d06f1 Description: The ability to check source files for copyright and license information. Package: ros-rolling-ament-cppcheck Version: 0.20.4-1noble.20260423.213903 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 63 Depends: cppcheck, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cppcheck/ros-rolling-ament-cppcheck_0.20.4-1noble.20260423.213903_arm64.deb Size: 17050 SHA256: 0bb51855cfb2d27a954d66135132ce9c8292a6664bd6d4e089712bc7f861ad79 SHA1: 3e6c70c28ced57064d2ecfdf06d114788d309b20 MD5sum: 606546d252c87952a1fd18bfb8fb7bd7 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.20.4-1noble.20260423.213919 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 541 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cpplint/ros-rolling-ament-cpplint_0.20.4-1noble.20260423.213919_arm64.deb Size: 147490 SHA256: 3e8f2ebef7da651ed316dc842f3b2eabfcc27154d336a8b4e8be0861b0629825 SHA1: b3a965add5663c9413e086ca43e8f9ebf9bd71c1 MD5sum: 495365c97b0567943cd6307fba660a97 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-5noble.20260425.083327 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 56 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-download/ros-rolling-ament-download_0.0.5-5noble.20260425.083327_arm64.deb Size: 9022 SHA256: a7993e57681e58175f00645af4ff805de9e850d0a189fd073f53a71c37fd58f9 SHA1: 8a0ff049250ea3e46ba0b856c79d4bc3a481cfd4 MD5sum: 4001e2b5ccc40c055cc7f56b700d3022 Description: CMake macros for downloading files with ament Package: ros-rolling-ament-flake8 Version: 0.20.4-1noble.20260423.214501 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 69 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-flake8/ros-rolling-ament-flake8_0.20.4-1noble.20260423.214501_arm64.deb Size: 18008 SHA256: 9d21177bf9abc0febe141634299f749636fb2752456a155781c46ffdd8176ac7 SHA1: d5937eeaeb0df186a41fbdb9f3d2e245df2b6d89 MD5sum: f4c7732c6e52ff0cffd89b96e3b825d9 Description: The ability to check code for style and syntax conventions with flake8. Package: ros-rolling-ament-index-cpp Version: 1.13.3-1noble.20260425.083522 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 147 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 9), ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-index-cpp/ros-rolling-ament-index-cpp_1.13.3-1noble.20260425.083522_arm64.deb Size: 32442 SHA256: f5815d2b19043e4755f94b5875c2cc273f768b66b51709f00788af754d0b9f44 SHA1: c84b1d6914f174f2493aa8ff1cb992b297514081 MD5sum: f8f922860e984c4646d3839c47db6526 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.13.3-1noble.20260425.083522 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 569 Depends: ros-rolling-ament-index-cpp (= 1.13.3-1noble.20260425.083522) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-index-cpp/ros-rolling-ament-index-cpp-dbgsym_1.13.3-1noble.20260425.083522_arm64.deb Size: 537040 SHA256: 18aafdecba467a3d43c33469f8eb11f2b978d485998e8591c862f48c18eea281 SHA1: 689f15fe51e8b967bac739029b1a768806f24490 MD5sum: 01fda8d693c951bda33de8889a172088 Description: debug symbols for ros-rolling-ament-index-cpp Build-Ids: 906b0394e7ce587df112e43bf70ecdd360dade22 Package: ros-rolling-ament-index-python Version: 1.13.3-1noble.20260423.213919 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 75 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-index-python/ros-rolling-ament-index-python_1.13.3-1noble.20260423.213919_arm64.deb Size: 15208 SHA256: 391b8c3beab7938347d26f2230034b65a178226bf1a4fb160985ce350ab840a7 SHA1: ea57a6d0fc4787fa4528dbebc7c41f4b9900ae98 MD5sum: a2963d71f501e5034e62e5ae463b3295 Description: Python API to access the ament resource index. Package: ros-rolling-ament-lint Version: 0.20.4-1noble.20260423.213919 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 33 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-lint/ros-rolling-ament-lint_0.20.4-1noble.20260423.213919_arm64.deb Size: 5014 SHA256: 90365accd7d52e4355c205efbffa7cf482c93eb23f522501038273211206b5f8 SHA1: 99b8639859c4b027288457cd5e06eb55832bd6e2 MD5sum: 2e57a1c5dc3c44cdff85e95c54824b3d Description: Providing common API for ament linter packages. Package: ros-rolling-ament-lint-auto Version: 0.20.4-1noble.20260425.082309 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 51 Depends: ros-rolling-ament-cmake-core (>= 0.7.1), ros-rolling-ament-cmake-test, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-lint-auto/ros-rolling-ament-lint-auto_0.20.4-1noble.20260425.082309_arm64.deb Size: 8016 SHA256: 6fb0e3c5ec70a53af670b2d98806abd0cde213b5587bf09fda73c038013d5b77 SHA1: fd4f64734034d2984c5c59c4ce6bbd3589d2ae04 MD5sum: db650bac0e2aecd955e96b8a9c5d16d9 Description: The auto-magic functions for ease to use of the ament linters in CMake. Package: ros-rolling-ament-lint-cmake Version: 0.20.4-1noble.20260423.213936 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 94 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-lint-cmake/ros-rolling-ament-lint-cmake_0.20.4-1noble.20260423.213936_arm64.deb Size: 26030 SHA256: 9e09a8b98f22063885eafb9ac06b66714a9f39f42c05925cccc947ce721759fc SHA1: cbe612793cb4746996ecadffc0efcecd632221a2 MD5sum: c102db09847b239caa1eb68d7163e3d5 Description: The ability to lint CMake code using cmakelint and generate xUnit test result files. Package: ros-rolling-ament-lint-common Version: 0.20.4-1noble.20260425.113050 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 51 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-lint-common/ros-rolling-ament-lint-common_0.20.4-1noble.20260425.113050_arm64.deb Size: 8012 SHA256: 3a98549ed3859cb0b2c5961f8d5e85fc29aa097a997d3d8633deca1a82fb55d2 SHA1: 8e7250d2ec897a37b925af950d0a17f235bb93da MD5sum: 9cf8b5b816ab5eb11f5ac6c6ef5a6b5c Description: The list of commonly used linters in the ament build system in CMake. Package: ros-rolling-ament-mypy Version: 0.20.4-1noble.20260423.213944 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 60 Depends: python3-mypy, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-mypy/ros-rolling-ament-mypy_0.20.4-1noble.20260423.213944_arm64.deb Size: 14508 SHA256: 9dce2c432f1567920f6a533d5c2a595d03cf6b538889589d219f5be5fb2c5b18 SHA1: f23eaad12cb91a36df50b9cb5d5251fdf2b1deb1 MD5sum: d97319d4d52fc221dc967d52672e6ee7 Description: Support for mypy static type checking in ament. Package: ros-rolling-ament-nodl Version: 0.1.0-6noble.20260425.083624 Architecture: arm64 Maintainer: Ubuntu Robotics Installed-Size: 50 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-nodl/ros-rolling-ament-nodl_0.1.0-6noble.20260425.083624_arm64.deb Size: 6870 SHA256: bf110f81ee3402df98acd0929010a14f85158eb6269b421a8b77a4ca3277c013 SHA1: a7d266fdebed2e40f9e5eed16424a9321d71c812 MD5sum: 06647bedb1bdc1fbdf4b69d01c353485 Description: Ament extension for exporting NoDL .xml files Package: ros-rolling-ament-package Version: 0.18.3-1noble.20260409.145713 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 143 Depends: python3-setuptools Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-package/ros-rolling-ament-package_0.18.3-1noble.20260409.145713_arm64.deb Size: 27522 SHA256: ae8392751da4cca14751a52feace01d2a49876fa749d8e0cf0bd2ff72b35c048 SHA1: f580a37a0696a42cb855834a05c0fcb5c1197d5c MD5sum: 64654c511b1603bd2dd429953223b513 Description: The parser for the manifest files in the ament buildsystem. Package: ros-rolling-ament-pclint Version: 0.20.4-1noble.20260423.213959 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 307 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-pclint/ros-rolling-ament-pclint_0.20.4-1noble.20260423.213959_arm64.deb Size: 44364 SHA256: 3f4faff2aee8f21aba99f7fa37f0792baba5999970a7ae975078faf06a56f6c1 SHA1: 54ede736c2e1365e51bec7c4c9df5a2b4a580cf1 MD5sum: 44cb874991bc4d058f0191d5608fdbfd 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.20.4-1noble.20260423.214548 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 58 Depends: pydocstyle, ros-rolling-ament-lint, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-pep257/ros-rolling-ament-pep257_0.20.4-1noble.20260423.214548_arm64.deb Size: 14026 SHA256: 1ba00669db8ad66513b6fc13f60b35cfa3b6c24a40d20c0c354c0927be031ac7 SHA1: d6158ed94de9be4f3028720e6ca660cb2add9cab MD5sum: 2c5eeaf8bd3839d810d6ce035c26a680 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.20.4-1noble.20260423.214405 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 51 Depends: python3-pycodestyle, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-pycodestyle/ros-rolling-ament-pycodestyle_0.20.4-1noble.20260423.214405_arm64.deb Size: 11506 SHA256: d016b4ab565e4ec19e04c901449a5cb34678f1bc658c3b08a8439cf8885929dd SHA1: 1b99ceaf47e1024857f5ae583e19a0ef72f2aa41 MD5sum: 599ae1ee81f19aa44aff603265a70132 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.20.4-1noble.20260423.214354 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 52 Depends: pyflakes3, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-pyflakes/ros-rolling-ament-pyflakes_0.20.4-1noble.20260423.214354_arm64.deb Size: 12638 SHA256: 049ee29155005746b2bd47ed915d98d18a36323ddcca6643bd964891744cfab6 SHA1: ba1089bf7f4933acaecd2018562e4144778ffc15 MD5sum: dca46175e796815a96f09b56e14f0707 Description: The ability to check code using pyflakes and generate xUnit test result files. Package: ros-rolling-ament-uncrustify Version: 0.20.4-1noble.20260425.110815 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 322 Depends: ros-rolling-uncrustify-vendor, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-uncrustify/ros-rolling-ament-uncrustify_0.20.4-1noble.20260425.110815_arm64.deb Size: 51288 SHA256: 06a538d322e83c290c900a94e84347d52ecb651a41a03ce9977f79083bf51004 SHA1: d4578766d7e10f3e6a493eac91a115806edb960f MD5sum: f450d53d0184ae41d36a514275f5b8d4 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-4noble.20260425.161625 Architecture: arm64 Maintainer: Víctor Mayoral Vilches Installed-Size: 91 Depends: ros-rolling-ament-acceleration, ros-rolling-ament-cmake-core, ros-rolling-ament-cmake-ros, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-vitis/ros-rolling-ament-vitis_0.10.1-4noble.20260425.161625_arm64.deb Size: 15658 SHA256: d0a0dc8b2432328f80048c73024e9c00eefddbd233a838ab70602179756f50ac SHA1: 966ee6b98591f78c1d12105c0356a4cc2bbcf4c8 MD5sum: dc07137bad2b0351e8e697e9eff3071e 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.20.4-1noble.20260423.214553 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 61 Depends: libxml2-utils, ros-rolling-ament-lint, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-xmllint/ros-rolling-ament-xmllint_0.20.4-1noble.20260423.214553_arm64.deb Size: 15470 SHA256: 2d2d81947bc19cce50c803bd6b82912f50b676a9ecc45ed5cef5a043a1bbc765 SHA1: e6c0bff644d1c438917b0f333d66d641919ad8e3 MD5sum: 7adbbc9053d055211376d57447ac8c0c 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-1noble.20260425.083759 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 92 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-1noble.20260425.083759_arm64.deb Size: 14234 SHA256: 55cbe0a025b1ce97e151ac37274872eb9e91ada0897ad6a2b56e3ef4411d329b SHA1: a85e0f707892ac5bc067ac8c755367369f4543b8 MD5sum: 766a1316308620d3dc59da81c38bb2f1 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-apex-test-tools Version: 0.0.2-8noble.20260425.103153 Architecture: arm64 Maintainer: Apex.AI, Inc. Installed-Size: 60 Depends: ros-rolling-ament-cmake-gtest, ros-rolling-osrf-testing-tools-cpp, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apex-test-tools/ros-rolling-apex-test-tools_0.0.2-8noble.20260425.103153_arm64.deb Size: 8330 SHA256: 3e5a36f57637cd41fc003c2d48c23039f9e450c78916786cacefe22d20f31668 SHA1: 7b3f9c52d862d68c3e15c01c27d6cf553c7c1f0d MD5sum: 6ec0e5a9d652883fea2a2fab9f13d0eb Description: The package Apex.OS Test Tools contains test helpers Package: ros-rolling-apriltag Version: 3.4.5-1noble.20260423.214557 Architecture: arm64 Maintainer: Max Krogius Installed-Size: 1909 Depends: libc6 (>= 2.38), 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-1noble.20260423.214557_arm64.deb Size: 1154416 SHA256: 7af90cf963ccd5200c3d53e1d263433480583071222e212d6f4255a07ae806c6 SHA1: dfb4c4391930d60ad3cd2ea8ca5b13a4911d9b96 MD5sum: 08e5b7a75820fd03908447b7496cc675 Description: AprilTag detector library Package: ros-rolling-apriltag-dbgsym Package-Type: ddeb Source: ros-rolling-apriltag Version: 3.4.5-1noble.20260423.214557 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Max Krogius Installed-Size: 413 Depends: ros-rolling-apriltag (= 3.4.5-1noble.20260423.214557) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag/ros-rolling-apriltag-dbgsym_3.4.5-1noble.20260423.214557_arm64.deb Size: 321392 SHA256: 1e3f018cdfa8fbfe4e03deaf2dfc06c95c68852bef33c4facaf4d72a9a6128ca SHA1: 888fd00b210d0a82ea1d0aa551733a6a160f3906 MD5sum: 9562a8736071af00eecce46ffdf80a1b Description: debug symbols for ros-rolling-apriltag Build-Ids: 096d0a083613c16a08cc39dee7b861aa72878443 5c84f8e4368d6742d362b09c0c550c68fc41b12e a97e1d4749652f47857a7b9f83e88ccadfa72be5 Package: ros-rolling-apriltag-detector Version: 3.0.4-1noble.20260425.191744 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 475 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-detector/ros-rolling-apriltag-detector_3.0.4-1noble.20260425.191744_arm64.deb Size: 119924 SHA256: 0efff55d7d5f873267311d0dc88ee6c8d45b138603481e7a02a2a890839d7a4b SHA1: 879d4a0c5ecd6a492078aa7b267bf32e27587b16 MD5sum: 4e7c0d79ece2bec3c266342165f710be Description: ROS2 package for apriltag detection Package: ros-rolling-apriltag-detector-dbgsym Package-Type: ddeb Source: ros-rolling-apriltag-detector Version: 3.0.4-1noble.20260425.191744 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 2036 Depends: ros-rolling-apriltag-detector (= 3.0.4-1noble.20260425.191744) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-detector/ros-rolling-apriltag-detector-dbgsym_3.0.4-1noble.20260425.191744_arm64.deb Size: 1858640 SHA256: d504aa89486bcaadcd4059cef4a08dbc312b6cf40804b221fad1206c0650f800 SHA1: 503c51dc4654795543a49e9d336a71f76975569e MD5sum: 003afd12cb00a5d3920c5753e5de0950 Description: debug symbols for ros-rolling-apriltag-detector Build-Ids: 0ccca24bbd4a207a0561a72212d40af673da518e 8f90a1e137d0afebedfc38e9650204e4fefe1f15 Package: ros-rolling-apriltag-detector-mit Version: 3.0.4-1noble.20260425.192802 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 135 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-detector-mit/ros-rolling-apriltag-detector-mit_3.0.4-1noble.20260425.192802_arm64.deb Size: 29184 SHA256: 2b18d7bc5336f3a68ca87b07f8f0549ee230bdafeb0956c9803305545f77f75e SHA1: d3a561f43c3bbea2647581e3d70398d60b5a1aba MD5sum: 0178f7d7abb531fa95f9693bd84eaf1b 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-1noble.20260425.192802 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 486 Depends: ros-rolling-apriltag-detector-mit (= 3.0.4-1noble.20260425.192802) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-detector-mit/ros-rolling-apriltag-detector-mit-dbgsym_3.0.4-1noble.20260425.192802_arm64.deb Size: 455716 SHA256: bf89fd7eee195959d7c92cced46583fe7277e397247093a0b3527240219f7676 SHA1: 8a225daaffd9860eec98211abacb25a77f40c3ca MD5sum: a920ba4baa7a1113684681ff09aa7871 Description: debug symbols for ros-rolling-apriltag-detector-mit Build-Ids: 536f4b57e828607db4e923dc34067383529a8634 Package: ros-rolling-apriltag-detector-umich Version: 3.0.4-1noble.20260425.192802 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 135 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-detector-umich/ros-rolling-apriltag-detector-umich_3.0.4-1noble.20260425.192802_arm64.deb Size: 24292 SHA256: 8a3389ffaf60a1404dfca647ce251c29f751a6b2421b68dab0cbb29da3637c67 SHA1: 1885cd16d6cccbca6b9556b3adad8daa589a7cec MD5sum: c1b083832899f89b4d827e89ccaa344a 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-1noble.20260425.192802 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 467 Depends: ros-rolling-apriltag-detector-umich (= 3.0.4-1noble.20260425.192802) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-detector-umich/ros-rolling-apriltag-detector-umich-dbgsym_3.0.4-1noble.20260425.192802_arm64.deb Size: 436250 SHA256: aeed3d4c9c6f5c2c0b0f9e4722bf837e8dfd73dcb0cfb3f6f89146d3b304a79c SHA1: c435fe1651ea5e7b106dbcdf8fe16d40c4bcdeed MD5sum: d602e730b4d3738c60de40b8ecdf44a9 Description: debug symbols for ros-rolling-apriltag-detector-umich Build-Ids: a9474c001b0b71da72030d7cb31c116eacedcd66 Package: ros-rolling-apriltag-draw Version: 3.0.4-1noble.20260425.191748 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 724 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-draw/ros-rolling-apriltag-draw_3.0.4-1noble.20260425.191748_arm64.deb Size: 143820 SHA256: 86ff9ef83fce2677228a5d313a11be330b502e203c0200a7be9c755ebe11df65 SHA1: 86c9b20def5074137de4e369b0bb48222b8deba2 MD5sum: a0fefc07a62258d1b68efef9675efb8e 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-1noble.20260425.191748 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 3077 Depends: ros-rolling-apriltag-draw (= 3.0.4-1noble.20260425.191748) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-draw/ros-rolling-apriltag-draw-dbgsym_3.0.4-1noble.20260425.191748_arm64.deb Size: 2671146 SHA256: 47f4c3bfb04e792cad9583d03263d465d6e303152817eb18721b47225fa5fadf SHA1: aeeccf4086a65518a5662284dd4b89f00de6b151 MD5sum: c0c5e1fb9d47eb95b1e9f01275b349d1 Description: debug symbols for ros-rolling-apriltag-draw Build-Ids: 93b1bc4867d45abdae1ebaee58bf67a8309b671f 953beda7c34596fc7e3513b255ed49dcbab9e81a Package: ros-rolling-apriltag-mit Version: 1.0.3-1noble.20260423.215944 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 250 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), clang-tidy, libboost-dev, libeigen3-dev, libopencv-dev, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-mit/ros-rolling-apriltag-mit_1.0.3-1noble.20260423.215944_arm64.deb Size: 75950 SHA256: ff36fbe077d7d471d2f7bfd2a9cbb869b98c27d6d60567fb9286465aae152beb SHA1: 41fba79a8ab2b90a2322aee54139f44b7331a7ea MD5sum: b21d1cad56fa67c24d9b46b0bb56423b 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-1noble.20260423.215944 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 843 Depends: ros-rolling-apriltag-mit (= 1.0.3-1noble.20260423.215944) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-mit/ros-rolling-apriltag-mit-dbgsym_1.0.3-1noble.20260423.215944_arm64.deb Size: 814294 SHA256: fb042b2be6951f8b7b808c5ccea5d166726f7f852f4c0fcb4833310b27820e5e SHA1: 363b149f792b02c51092cca454facd5a7b9f3244 MD5sum: 68f444e35b903e999dbb636530c82758 Description: debug symbols for ros-rolling-apriltag-mit Build-Ids: c5e9218fb5c43ec64aa3ec64d4cd078fe10110e1 Package: ros-rolling-apriltag-msgs Version: 2.0.1-4noble.20260425.132929 Architecture: arm64 Maintainer: Christian Rauch Installed-Size: 1251 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-msgs/ros-rolling-apriltag-msgs_2.0.1-4noble.20260425.132929_arm64.deb Size: 75680 SHA256: 52a1c3c1d3437cc95b2d81cd07931203fc2bc4aa0398bfd518ca38c3feecb49c SHA1: 379a8a16c674d8f453a7e67efe0be38df2c7e8bc MD5sum: 33bd4f0df883a3bc1b96d5fa5b1c07db Description: AprilTag message definitions Package: ros-rolling-apriltag-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-apriltag-msgs Version: 2.0.1-4noble.20260425.132929 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christian Rauch Installed-Size: 610 Depends: ros-rolling-apriltag-msgs (= 2.0.1-4noble.20260425.132929) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-msgs/ros-rolling-apriltag-msgs-dbgsym_2.0.1-4noble.20260425.132929_arm64.deb Size: 446902 SHA256: 7d635a30f88e48c91674f0267148f26fd57f797a4ca96b6576642738a7e188c3 SHA1: ec7b5b3cb43728ad71edcb7f8f84fe600f3e6f71 MD5sum: 63061870c12f3f63ed44376109d54fcf Description: debug symbols for ros-rolling-apriltag-msgs Build-Ids: 139773e3ff9628daf86f7452a33a6f02084a2a7a 2161d72275e89397771751803171b4212359ecbc 376740557cb316956f4db5b3f1efb79241a3bfa9 3e33b8b9a0b9cc68bccb757f708ce7d305951418 68269261a3a49ae74fa6989fd9f81760603c3b44 799bd192d87fc4d74949869d6fb9cddab1976b18 b43bcc0e711810d5b0468db65f2c5ca6907c0b3a b9b70f65648c1f37dab5946224667ca9e640b80c e6ed77bae12fe0253deeb770a19eebd73a2cf733 ea3806d4f03794104794557eb7f481526f5fce93 ee2d436fe3e78b41a872ce2cded14b24ce704045 Package: ros-rolling-apriltag-tools Version: 3.0.4-1noble.20260425.233825 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 113 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-tools/ros-rolling-apriltag-tools_3.0.4-1noble.20260425.233825_arm64.deb Size: 26252 SHA256: 174d69cb73a7a15255f76c6e79d781a03632fa8840e03a827794578b21d33fa0 SHA1: 7a6f27e17bdc645a1cfec33f0517f360bc0488b6 MD5sum: 5203c2307a8b1c9c958b0703871ed15a 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-1noble.20260425.233825 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 522 Depends: ros-rolling-apriltag-tools (= 3.0.4-1noble.20260425.233825) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-tools/ros-rolling-apriltag-tools-dbgsym_3.0.4-1noble.20260425.233825_arm64.deb Size: 480778 SHA256: efd957f63315bcc54059a0e3cb043d039b236cf019cd3042b6cd25bc06e3c3a3 SHA1: f4224112eaf41da08c4e6ca6b4985459a034faf7 MD5sum: 4f057406a12cc598de9acbb1a39dec48 Description: debug symbols for ros-rolling-apriltag-tools Build-Ids: 2fc486bc4b627908deed51300b3f8dcadb00d24d Package: ros-rolling-ardrone-sdk Version: 2.0.3-1noble.20260425.083931 Architecture: arm64 Maintainer: victor Installed-Size: 11543 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ardrone-sdk/ros-rolling-ardrone-sdk_2.0.3-1noble.20260425.083931_arm64.deb Size: 1269888 SHA256: 35a2cdb4e3e0b009176ce45a4f87de5843e647316decb40f2f4f8cb08250dddb SHA1: 7947dfc2c25505ecab3848aee8e27a7494ded156 MD5sum: 299e354c0a087bb8dd0ca69bed564d34 Description: Exports ARSDK3 as a library Package: ros-rolling-ardrone-sdk-dbgsym Package-Type: ddeb Source: ros-rolling-ardrone-sdk Version: 2.0.3-1noble.20260425.083931 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: victor Installed-Size: 4473 Depends: ros-rolling-ardrone-sdk (= 2.0.3-1noble.20260425.083931) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ardrone-sdk/ros-rolling-ardrone-sdk-dbgsym_2.0.3-1noble.20260425.083931_arm64.deb Size: 3466690 SHA256: 683d7b2e36739bd775669f94a706203d4c3d65700b1b6c3891ed838e9262e87a SHA1: 6cc07bd26838d42f51de36f9b13c50d05c78de78 MD5sum: a058c205ec4fa211fa3e9d3d16d3a23e Description: debug symbols for ros-rolling-ardrone-sdk Build-Ids: 92fbbb6bd72eae59960d61c33b970379624b672b c7363210d08e5492eb032b9ff377b9274d01948d Package: ros-rolling-ardrone-sumo Version: 2.0.3-1noble.20260425.203657 Architecture: arm64 Maintainer: victor Installed-Size: 755 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libopencv-dev, ros-rolling-ardrone-sdk, ros-rolling-cv-bridge, ros-rolling-rclcpp, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ardrone-sumo/ros-rolling-ardrone-sumo_2.0.3-1noble.20260425.203657_arm64.deb Size: 159362 SHA256: 4e6ee6844fa82eba7fd94406b978eb7fbfb341eb9ffd4dc29d1826846d04ae51 SHA1: 4856276389f50adcc70ec21824ddd402d1ac89a3 MD5sum: ea9dd4eaad5f9b00052722832acf3312 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-1noble.20260425.203657 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: victor Installed-Size: 3343 Depends: ros-rolling-ardrone-sumo (= 2.0.3-1noble.20260425.203657) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ardrone-sumo/ros-rolling-ardrone-sumo-dbgsym_2.0.3-1noble.20260425.203657_arm64.deb Size: 2894314 SHA256: abcbcab75d080bd842b5f69f83043e647ad091260230e1ca0fd5bb48664a0620 SHA1: 4c7f9b703bff98b8992d88f051571bdc720eb4ea MD5sum: 5c8aeaeb75e9b6157321742dc6b95847 Description: debug symbols for ros-rolling-ardrone-sumo Build-Ids: ded0b573720c22adb28a1a0dfc6ec3fe61fb4d73 Package: ros-rolling-aruco Version: 5.0.5-1noble.20260425.175629 Architecture: arm64 Maintainer: Sai Kishor Kothakota Installed-Size: 809 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-features2d406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.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-1noble.20260425.175629_arm64.deb Size: 283424 SHA256: 0f31e5306554d098cc5acc9cbf7f7afa3a1980398ec23ff3ac258cf94111ecc6 SHA1: a456c4fa3b8cc5edb1eebd14aafec41696bd8b5e MD5sum: 56d8383f32a419981eae6ea06955f1a0 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-1noble.20260425.175629 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Sai Kishor Kothakota Installed-Size: 4432 Depends: ros-rolling-aruco (= 5.0.5-1noble.20260425.175629) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-aruco/ros-rolling-aruco-dbgsym_5.0.5-1noble.20260425.175629_arm64.deb Size: 4315946 SHA256: dc48fde273fc302a0d494f4e94781f720a30d9c76230ef8011b8cc2bdf149d04 SHA1: a96b62d33dc6bdb53df52478b4fe33979ec464b6 MD5sum: 72e6106d5a38933d32ff6fd134fa012a Description: debug symbols for ros-rolling-aruco Build-Ids: d4d18339e9263c0a5996da4af323cb9530e6e3e4 Package: ros-rolling-aruco-markers Version: 0.0.4-1noble.20260425.212958 Architecture: arm64 Maintainer: David Brown Installed-Size: 959 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-contrib406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-flann406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libopencv-dev, ros-rolling-aruco-markers-msgs, ros-rolling-cv-bridge, ros-rolling-geometry-msgs, ros-rolling-image-transport, ros-rolling-sensor-msgs, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://github.com/namo-robotics/aruco_markers Priority: optional Section: misc Filename: pool/main/r/ros-rolling-aruco-markers/ros-rolling-aruco-markers_0.0.4-1noble.20260425.212958_arm64.deb Size: 213214 SHA256: a494315da805f28009fb1a3e7a294b571e5d2108be8d8713ea6d897f6ec0bc21 SHA1: 07598d101ab3fe1e7e53275ae6116302378712bb MD5sum: f994eea2c6f5b9943a110d5f4b494706 Description: A ros2 node for detecting aruco markers in camera images Package: ros-rolling-aruco-markers-dbgsym Package-Type: ddeb Source: ros-rolling-aruco-markers Version: 0.0.4-1noble.20260425.212958 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David Brown Installed-Size: 5208 Depends: ros-rolling-aruco-markers (= 0.0.4-1noble.20260425.212958) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-aruco-markers/ros-rolling-aruco-markers-dbgsym_0.0.4-1noble.20260425.212958_arm64.deb Size: 4615544 SHA256: c3ead40ba227c4546f929b6d03939c18ec8dcd3bafad4ab02b9cad4f25111b82 SHA1: c0c3438f4dab62c22e42b22be421bb4ad7c227fb MD5sum: 4dcf133371d686314932f83070b6a024 Description: debug symbols for ros-rolling-aruco-markers Build-Ids: 934dd6a3d56d99b347c08b5d5cdb750264e47942 b6e6142aa7e049bb10c4407c878e41d98eaa55fb Package: ros-rolling-aruco-markers-msgs Version: 0.0.4-1noble.20260425.135945 Architecture: arm64 Maintainer: David Brown Installed-Size: 1140 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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/namo-robotics/aruco_markers Priority: optional Section: misc Filename: pool/main/r/ros-rolling-aruco-markers-msgs/ros-rolling-aruco-markers-msgs_0.0.4-1noble.20260425.135945_arm64.deb Size: 63186 SHA256: d61aff74d5ba5307a54afa1c3ad8987f3726b4884f489cc3cdd5d83745fd3e17 SHA1: a1b25a9170732044c943eea1096146793592f664 MD5sum: c6fe5fd80a024292ee75d6e5ec616bb1 Description: The aruco_markers_msgs package Package: ros-rolling-aruco-markers-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-aruco-markers-msgs Version: 0.0.4-1noble.20260425.135945 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David Brown Installed-Size: 482 Depends: ros-rolling-aruco-markers-msgs (= 0.0.4-1noble.20260425.135945) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-aruco-markers-msgs/ros-rolling-aruco-markers-msgs-dbgsym_0.0.4-1noble.20260425.135945_arm64.deb Size: 342288 SHA256: 5dcc0fa863ef51a1ceb5d8ad85c39f809da593b090223ec894852e17ffa05f37 SHA1: 5b78223ddad0915671d68b839fdb76cc7838847f MD5sum: 8d2959f158c2e2c70a378b3b447b3b90 Description: debug symbols for ros-rolling-aruco-markers-msgs Build-Ids: 03206b2ff5d93d795855d81c204ca5e8d3a67c1f 28aa248b20e1539cbb71fd8e9f92339ec01a8aee 43e6b1846add7df5afdd8dabc274a9d769f6487b 641dcb44da86e30ddc4285329c42fa845d2866be 956fb9be6113fe4dfec8fd7135640e385f1e9a29 b4828ddbd75a470549eef0cdd318a3568d31b8d7 b6e69abdb8d9140a82c7b7e3fc4a3fa587cd1463 ba6ed797e51771953bdb69093f7ef3f7680adef3 ce3c83f141344d6259828b95f2a3ea26e2b38f9b dd129b87f52d7748e74ed91814ec5146408a6951 e0ebf803d8d511cc1b4d02ac9142aacd74065fcf Package: ros-rolling-aruco-msgs Version: 5.0.5-1noble.20260425.140109 Architecture: arm64 Maintainer: Sai Kishor Kothakota Installed-Size: 1128 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-1noble.20260425.140109_arm64.deb Size: 61588 SHA256: df1804f3d76bb3311840a937540068c2c41db235799ff90d622b2911e44b40f5 SHA1: feba40b0180d251e7c18f9a50756020cbe696d2b MD5sum: 839cf8d602575549f09fa61e82beb162 Description: The aruco_msgs package Package: ros-rolling-aruco-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-aruco-msgs Version: 5.0.5-1noble.20260425.140109 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Sai Kishor Kothakota Installed-Size: 471 Depends: ros-rolling-aruco-msgs (= 5.0.5-1noble.20260425.140109) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-aruco-msgs/ros-rolling-aruco-msgs-dbgsym_5.0.5-1noble.20260425.140109_arm64.deb Size: 336024 SHA256: e67288db39c708be37fb9edf9de0e67453edcd9b0484a3d918ac3811ac6d86b0 SHA1: 4158d9d41e1e763c4006f8680d40e063806b6e62 MD5sum: bc790a1cb907700144f8b42234d4384c Description: debug symbols for ros-rolling-aruco-msgs Build-Ids: 1c084b840a7dede85d7565de01342ef1aede6118 21f033e29cb207c8ac98ce2bb59bcdbd334f1976 434460d8109c2962ae315fe9a957a593e8a31d34 4480ddc8d7fe7faa912520b53828a658150ffe7c 5a25e94b0a49931945dc1ef6b3c76bff101f5ca4 6690c48aaeda6b584201a5449130ccbd35b68376 981bf36c390e2dbbbaf47d7645e76b44f1da2447 bc14237f52c7fa77d8162779203f39a1ea899a14 bd602b2d091920d19784e159857ee8775721fd0c d1e6f59405748e9279bf0750fccc3ac4637a04ae ff4f966d1455c58c2ddad1ffa3145660c508c604 Package: ros-rolling-aruco-opencv Version: 6.1.1-1noble.20260425.213035 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 1556 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-contrib406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-aruco-opencv/ros-rolling-aruco-opencv_6.1.1-1noble.20260425.213035_arm64.deb Size: 277062 SHA256: 8466fd58066cb87b830c9a4574c1e077a3a37bd69644abb7cd442fac158da4c1 SHA1: f5b5f7f34f0bab6e364225b37492aa104f5c5378 MD5sum: a849f270fe5fb36079cb3a42fb1a96bd 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: 6.1.1-1noble.20260425.213035 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fictionlab Installed-Size: 7503 Depends: ros-rolling-aruco-opencv (= 6.1.1-1noble.20260425.213035) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-aruco-opencv/ros-rolling-aruco-opencv-dbgsym_6.1.1-1noble.20260425.213035_arm64.deb Size: 6256762 SHA256: e5f33f8287f92767b4f724a60e2e7218ac8a0f963721c4f2bb71304474724a85 SHA1: a5973f8103f010fee9319b42a00b8e7a0fdbc8de MD5sum: b307ee2ba18149ec4d2da0648d46c60a Description: debug symbols for ros-rolling-aruco-opencv Build-Ids: 367e837dfce419f2fc491197d0174a3fdec2cfb1 8cfce72c0314cf890822434ee21e661f7a2f92ae b741a01a211e8f812efad80e42acec21eaeb79b8 Package: ros-rolling-aruco-opencv-msgs Version: 6.1.1-1noble.20260425.140115 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 1238 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-aruco-opencv-msgs/ros-rolling-aruco-opencv-msgs_6.1.1-1noble.20260425.140115_arm64.deb Size: 72762 SHA256: 30925fb22f0288bf309b138758699b36953d2be6c1ba43256137b285f394af97 SHA1: 87c62094df14ea00034a590a160147f0d86bbfa5 MD5sum: 9160e323a1373cfb0240b04ca415caea Description: Message definitions for aruco_opencv package. Package: ros-rolling-aruco-opencv-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-aruco-opencv-msgs Version: 6.1.1-1noble.20260425.140115 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fictionlab Installed-Size: 611 Depends: ros-rolling-aruco-opencv-msgs (= 6.1.1-1noble.20260425.140115) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-aruco-opencv-msgs/ros-rolling-aruco-opencv-msgs-dbgsym_6.1.1-1noble.20260425.140115_arm64.deb Size: 445454 SHA256: ae4a1f2df582579d357a3da7ad3f4eb19618864398d78fca6c5477d9fd297cc0 SHA1: 787af3aec9daedbdb7f711f1915b04f8396fd65e MD5sum: 7f6ef4b086eda1a4796a2f6098eba653 Description: debug symbols for ros-rolling-aruco-opencv-msgs Build-Ids: 366d52f91d607b51d7561c44f0103f4d958b3ecf 48e3aedac5b60c924830523dd69c48dc671cfc98 4a216862df2a550d6690c024dfe6f616c82b60a6 741e569723f3094c65d71bd8d3889645ce04aa4b 80476ff81a5760e2aa0f543f1ce496aadbee4d47 a17704259a2595e16ae57f8a3f58f5bf822dbfc7 b6783947bb4970dea96f3004302a21ed49544418 dd1cac1a08a878516e25adc5011aa27fe897cd34 df74a9ac900ca2aaed3a0bf3ba95526d51b683a5 e39aa78e3ed9da4738c076b346a27f75862eff5c ff61520758cf397161568e98741d337028c811c0 Package: ros-rolling-asio-cmake-module Version: 1.2.0-3noble.20260425.083934 Architecture: arm64 Maintainer: Esteve Fernandez Installed-Size: 47 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-asio-cmake-module/ros-rolling-asio-cmake-module_1.2.0-3noble.20260425.083934_arm64.deb Size: 6312 SHA256: 507ebf6cfa6300e03de08d22f9e50ef64d49d5ad00275382eed59001bdf739b6 SHA1: ebf9511ef56649307f529f20b2a89cc5bec07650 MD5sum: c936ed93a09221e95cb7f59efa4922d0 Description: A CMake module for using the ASIO network library Package: ros-rolling-async-web-server-cpp Version: 2.0.1-1noble.20260425.161703 Architecture: arm64 Maintainer: Timo Röhling Installed-Size: 609 Depends: libboost-filesystem1.83.0 (>= 1.83.0), libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libssl3t64 (>= 3.0.0), libstdc++6 (>= 11), 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.1-1noble.20260425.161703_arm64.deb Size: 174274 SHA256: 6431b40124be653e99b8b1fc1230df795b9fbefa2f91d380d1b7ab203bd049ef SHA1: 9b164160798232b7dde556828636dfc9d9c490c2 MD5sum: 75fe6efabb571a0b51a54f0968070a43 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.1-1noble.20260425.161703 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Timo Röhling Installed-Size: 2989 Depends: ros-rolling-async-web-server-cpp (= 2.0.1-1noble.20260425.161703) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-async-web-server-cpp/ros-rolling-async-web-server-cpp-dbgsym_2.0.1-1noble.20260425.161703_arm64.deb Size: 2592104 SHA256: 204bf588fc191b8329a16f5079d3d5c33b30aa62d44add811e9c06a5998caa29 SHA1: f4cd289088357a68e3e9ae1859623013029cfe1d MD5sum: d7e085ef1315001763507ffe14f66085 Description: debug symbols for ros-rolling-async-web-server-cpp Build-Ids: d719742918d2605500da9b68aad7e29b69ee9af7 Package: ros-rolling-at-sonde-ros-driver Version: 1.0.0-1noble.20260425.170237 Architecture: arm64 Maintainer: MA Song Installed-Size: 241 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-at-sonde-ros-driver/ros-rolling-at-sonde-ros-driver_1.0.0-1noble.20260425.170237_arm64.deb Size: 54166 SHA256: 219c2cdc3b7844f84d5762875b4e44e9dd41851435bf11521dc030ff0344a45b SHA1: 9ca6ebf065c0f0b1caa9b16b66c89df3da490ba6 MD5sum: 9abc0dd5d4adda14765678d20c90945b 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-1noble.20260425.170237 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: MA Song Installed-Size: 868 Depends: ros-rolling-at-sonde-ros-driver (= 1.0.0-1noble.20260425.170237) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-at-sonde-ros-driver/ros-rolling-at-sonde-ros-driver-dbgsym_1.0.0-1noble.20260425.170237_arm64.deb Size: 777556 SHA256: 4f79eefe772bf2c08ce1494ecf628278278db4bc946812dd33b7af821456d03b SHA1: 0c5d334851b801128f5810575bada0ec67fa4ac2 MD5sum: db42c2d9489fe4aaa67e512a607006b0 Description: debug symbols for ros-rolling-at-sonde-ros-driver Build-Ids: e806d213c970c92c876f70d00e5c231216f2f74d Package: ros-rolling-auto-apms-behavior-tree Version: 1.5.1-1noble.20260425.224340 Architecture: arm64 Maintainer: Robin Müller Installed-Size: 4460 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-rolling-ament-index-python, ros-rolling-auto-apms-behavior-tree-core, ros-rolling-auto-apms-interfaces, ros-rolling-auto-apms-util, ros-rolling-generate-parameter-library, ros-rolling-geometry-msgs, ros-rolling-rcl-interfaces, ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-rclcpp-components, ros-rolling-rclpy, ros-rolling-ros2cli, ros-rolling-ros2param, ros-rolling-std-srvs, ros-rolling-tf2-geometry-msgs, ros-rolling-ros-workspace Homepage: https://autoapms.github.io/auto-apms-guide/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-auto-apms-behavior-tree/ros-rolling-auto-apms-behavior-tree_1.5.1-1noble.20260425.224340_arm64.deb Size: 831874 SHA256: 27477684efbe03b7e5991ce4a9f6ee25478d5fcc37178df10d3ea3c95aa4fa68 SHA1: d78a506a81f55d411a415553d074c3a8ae25c36d MD5sum: 9ca81fa8e59715a09e391e10eaa56432 Description: Standard AutoAPMS behavior tree nodes and deployment tools Package: ros-rolling-auto-apms-behavior-tree-core Version: 1.5.1-1noble.20260425.223147 Architecture: arm64 Maintainer: Robin Müller Installed-Size: 1837 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), libeigen3-dev, libtinyxml2-dev, ros-rolling-action-msgs, ros-rolling-ament-index-cpp, ros-rolling-ament-index-python, ros-rolling-auto-apms-util, ros-rolling-behaviortree-cpp, ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-ros-workspace Homepage: https://autoapms.github.io/auto-apms-guide/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-auto-apms-behavior-tree-core/ros-rolling-auto-apms-behavior-tree-core_1.5.1-1noble.20260425.223147_arm64.deb Size: 412268 SHA256: ae84411d29d7e9939664c49517fe557469f0b627f6b857495253af53ca67a80e SHA1: c80f799d1db1ec45df4331d7f0e88765ea5b6869 MD5sum: 18cd21bfbb821bb82ef06f732c49fc19 Description: Core functionality and cmake tools for AutoAPMS Package: ros-rolling-auto-apms-behavior-tree-core-dbgsym Package-Type: ddeb Source: ros-rolling-auto-apms-behavior-tree-core Version: 1.5.1-1noble.20260425.223147 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Robin Müller Installed-Size: 11006 Depends: ros-rolling-auto-apms-behavior-tree-core (= 1.5.1-1noble.20260425.223147) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-auto-apms-behavior-tree-core/ros-rolling-auto-apms-behavior-tree-core-dbgsym_1.5.1-1noble.20260425.223147_arm64.deb Size: 10367032 SHA256: a3cde39185674fe79b2f9d218c49ce76ddc93dcfc3d5c1e040d14813c4535cd7 SHA1: 8f6a5611f184b0b975d79aed30213f5d35100faf MD5sum: 92039bc489e2eecb9b85a7e68eea34eb Description: debug symbols for ros-rolling-auto-apms-behavior-tree-core Build-Ids: 0069e2958b848d6f3707e5ca890c33e7af537c16 06acc5532f1fead589fecfc2f5b25307439af46f 1575620c97af28dd03ed9448445a333ea7b0eb63 4137e29084744936a356f68e8e5644c7384aa0de 794052430a339ddcf2b27a5ba74a41dd6761a713 f471d2037b68f3698a87860a7515758a1af5d282 Package: ros-rolling-auto-apms-behavior-tree-dbgsym Package-Type: ddeb Source: ros-rolling-auto-apms-behavior-tree Version: 1.5.1-1noble.20260425.224340 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Robin Müller Installed-Size: 26550 Depends: ros-rolling-auto-apms-behavior-tree (= 1.5.1-1noble.20260425.224340) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-auto-apms-behavior-tree/ros-rolling-auto-apms-behavior-tree-dbgsym_1.5.1-1noble.20260425.224340_arm64.deb Size: 24847740 SHA256: 6fee91c1c20ce4f382d8971626d847926269a6eccfd5979ddbb67ef9c533401a SHA1: fe1837dfe8c186508f004e164e4fc3c1f03d2404 MD5sum: 4cf23bcd508371af0680e3b0749af089 Description: debug symbols for ros-rolling-auto-apms-behavior-tree Build-Ids: 24da1761aa88f1abf06037a7e1643ef75887d4d0 27908b4f59fe3ea3b3ca0c2fb7921411e9ce3487 36f469be0e4a05c43d6202371d4e615cf9434873 a5cf951b035042feeb304e4d8b0eb98ff3ceb9ca b5d0e83cdb920c027bac71fb8c4a90062910c63e b6b3b0e69ee43443217bb9fe61499bfde8f86588 b940b3a5d4a8827d0bf50b426f4d6a145ae19941 f8ca47058b384021f696ce467bad7b5eabab8ec1 Package: ros-rolling-auto-apms-examples Version: 1.5.1-1noble.20260426.010414 Architecture: arm64 Maintainer: Robin Müller Installed-Size: 799 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-rolling-auto-apms-behavior-tree, ros-rolling-auto-apms-interfaces, ros-rolling-auto-apms-mission, ros-rolling-auto-apms-ros2behavior, ros-rolling-auto-apms-util, ros-rolling-rclcpp-components, ros-rolling-ros-workspace Homepage: https://autoapms.github.io/auto-apms-guide/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-auto-apms-examples/ros-rolling-auto-apms-examples_1.5.1-1noble.20260426.010414_arm64.deb Size: 176704 SHA256: 6c214af0c5c02ffa34a6ccd1f6b6abb4b4ea84e0d4da9bd7d7994690f53bf9a6 SHA1: 6ee610513f81253d69a80ac182d22d1fb9b8215e MD5sum: 57cae68f32b697750e34ffcbd28cd3ee Description: Examples package for AutoAPMS Package: ros-rolling-auto-apms-examples-dbgsym Package-Type: ddeb Source: ros-rolling-auto-apms-examples Version: 1.5.1-1noble.20260426.010414 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Robin Müller Installed-Size: 3476 Depends: ros-rolling-auto-apms-examples (= 1.5.1-1noble.20260426.010414) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-auto-apms-examples/ros-rolling-auto-apms-examples-dbgsym_1.5.1-1noble.20260426.010414_arm64.deb Size: 3216736 SHA256: 4182579be32d6b4347b0da55b674929357ea39459ca5d5734056b03ad682aadc SHA1: c2b779b98669c7fbfc88288ff6d7d801afd57efd MD5sum: da1991416a9987fd9fe5ec2d4b48c763 Description: debug symbols for ros-rolling-auto-apms-examples Build-Ids: 2040773661219f1c53c39653ce0b52d0e67e3473 6f694cba011512ce97de54ff8cdd2780baeae02b c6c2c84e9d23c7228a1ac9b90907a19ede0c79a9 Package: ros-rolling-auto-apms-interfaces Version: 1.5.1-1noble.20260425.123826 Architecture: arm64 Maintainer: Robin Müller Installed-Size: 6264 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-1noble.20260425.123826_arm64.deb Size: 311424 SHA256: bf9d91b6bd96d07e2692af3ef6402c669c826d993badc9533a712b5bc80ab8da SHA1: 5214c49ee7a272ae4aa14e6d89af2a4afcd2755f MD5sum: 1965695ca7b95a55bc10fdc1b777fe40 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-1noble.20260425.123826 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Robin Müller Installed-Size: 2902 Depends: ros-rolling-auto-apms-interfaces (= 1.5.1-1noble.20260425.123826) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-auto-apms-interfaces/ros-rolling-auto-apms-interfaces-dbgsym_1.5.1-1noble.20260425.123826_arm64.deb Size: 1889438 SHA256: 2a2f6bdf1b48bbc892f81d2bcd40896a0c4db3fbfb1f9dd27084c966dbb53d01 SHA1: a234dcc45fed50bae3c9a2546a93d4f23b8c99f9 MD5sum: 6175e55a33029bbaf94b35fb042fae84 Description: debug symbols for ros-rolling-auto-apms-interfaces Build-Ids: 0cf7f666c5937c63aeb2fcd81613db6761f846fb 13c8774f66c2143b4f2854361af20da46dca629c 1412dd9eb6ba1069b3f75aabfcd87902e4ffa2bf 1535734021a1c0efc6f551e905ce5265625de121 25ec3aec60292824f351339d2ce1fe2af0cdc4e4 2733046bb2f461e75e23ff9f18c8828dc7af1bab 31b4fe43d5a379ec2b7591a4885f24a80d5dcb54 4009d37405fb9c0f819f3c411ac5373ba7bf8ab3 d7aaa82a5a6b373b7523b17e9f1bc69739e84115 e44f7a610ae8ed9e48001ef64c1ea0eb4bd38992 f6fa50e0f9bca40d508f603be07672003a4e3f4e Package: ros-rolling-auto-apms-mission Version: 1.5.1-1noble.20260425.230915 Architecture: arm64 Maintainer: Robin Müller Installed-Size: 762 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-rolling-auto-apms-behavior-tree, ros-rolling-auto-apms-util, ros-rolling-rclcpp-components, ros-rolling-ros-workspace Homepage: https://autoapms.github.io/auto-apms-guide/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-auto-apms-mission/ros-rolling-auto-apms-mission_1.5.1-1noble.20260425.230915_arm64.deb Size: 146328 SHA256: 09e9556843a9be9ef41633cf4c1188999c28b51d84eeefd1adaa5118d13861e5 SHA1: 3fb9d43e8c716e153411761c1d190d1382409ba5 MD5sum: 5ff338772d4d2fa01d7c1217228522f5 Description: Implementation of AutoAPMS's automated mission management system Package: ros-rolling-auto-apms-mission-dbgsym Package-Type: ddeb Source: ros-rolling-auto-apms-mission Version: 1.5.1-1noble.20260425.230915 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Robin Müller Installed-Size: 5030 Depends: ros-rolling-auto-apms-mission (= 1.5.1-1noble.20260425.230915) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-auto-apms-mission/ros-rolling-auto-apms-mission-dbgsym_1.5.1-1noble.20260425.230915_arm64.deb Size: 4686276 SHA256: 62746d8fd2d10e3cd9c036af1b55ebf257ae8f310bbcbff69c2240bf168c3e4b SHA1: 7f7d882284de0455a57bd74b74a0115bcf346689 MD5sum: f1351c062329877f95f8e14ad1252d71 Description: debug symbols for ros-rolling-auto-apms-mission Build-Ids: 1a7b2b861484048aea0f2550c945d87579c371f6 2947a12cfd54bbc1fb2efb18079df53331c6f129 44dfc6fb8a52258f39c3d472d3a5e8f73cfb052e 849f4ea8fd3b3272821ba68e3062f579f89f8c7f Package: ros-rolling-auto-apms-ros2behavior Version: 1.5.1-1noble.20260426.005652 Architecture: arm64 Maintainer: Robin Müller Installed-Size: 153 Depends: ros-rolling-ament-index-python, ros-rolling-auto-apms-behavior-tree, ros-rolling-auto-apms-interfaces, ros-rolling-rcl-interfaces, ros-rolling-rclpy, ros-rolling-ros2cli, ros-rolling-ros2param, ros-rolling-ros2run, ros-rolling-std-srvs, ros-rolling-ros-workspace Homepage: https://autoapms.github.io/auto-apms-guide/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-auto-apms-ros2behavior/ros-rolling-auto-apms-ros2behavior_1.5.1-1noble.20260426.005652_arm64.deb Size: 28076 SHA256: 89fb514d73bc3be5e4f964dcac0a63048609327393c92ba6ae5a065808d67150 SHA1: 2b0bdb634d454d88e6bc9d3dc7df099f8fc1f51d MD5sum: a73f8203268eaa393f801c9962eed39d Description: AutoAPMS related extensions for the ROS 2 CLI introducing the ros2 behavior command Package: ros-rolling-auto-apms-util Version: 1.5.1-1noble.20260425.205822 Architecture: arm64 Maintainer: Robin Müller Installed-Size: 232 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-ament-index-cpp, ros-rolling-ament-index-python, ros-rolling-generate-parameter-library, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-rcpputils, ros-rolling-yaml-cpp-vendor, ros-rolling-ros-workspace Homepage: https://autoapms.github.io/auto-apms-guide/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-auto-apms-util/ros-rolling-auto-apms-util_1.5.1-1noble.20260425.205822_arm64.deb Size: 41874 SHA256: e5dd8bab51ff2b88b7017c3ffc85576f5747f55b6545b421c7250d96540fb243 SHA1: 7967cf3f3232c59772b4b70e3bb24f309312de74 MD5sum: 7327864ded9f72b3a65af60eec494315 Description: AutoAPMS utilities Package: ros-rolling-auto-apms-util-dbgsym Package-Type: ddeb Source: ros-rolling-auto-apms-util Version: 1.5.1-1noble.20260425.205822 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Robin Müller Installed-Size: 281 Depends: ros-rolling-auto-apms-util (= 1.5.1-1noble.20260425.205822) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-auto-apms-util/ros-rolling-auto-apms-util-dbgsym_1.5.1-1noble.20260425.205822_arm64.deb Size: 251072 SHA256: df93f6c05bab77722b5784d880d99d65196e0e8d25ac45f7a47696c69296657e SHA1: 56656d966afe55fc54e8247d39656f884d583b94 MD5sum: ccd1e8e42653dd19a905effa0315d70a Description: debug symbols for ros-rolling-auto-apms-util Build-Ids: 6980e5c9e634cf292e601ee73a2a65abaa97832d Package: ros-rolling-automatika-embodied-agents Version: 0.7.0-1noble.20260425.211428 Architecture: arm64 Maintainer: Automatika Robotics Installed-Size: 4500 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.0-1noble.20260425.211428_arm64.deb Size: 506584 SHA256: 839ece6d5b8d39e2d11f2256d904302f4a4b933754f000682632ca353c3bc94a SHA1: ff3487a98eea39364e8f530cdf7f5934554bdf36 MD5sum: 6ee41d59bd8c70557c26951cfc8fd906 Description: agents Package: ros-rolling-automatika-embodied-agents-dbgsym Package-Type: ddeb Source: ros-rolling-automatika-embodied-agents Version: 0.7.0-1noble.20260425.211428 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Automatika Robotics Installed-Size: 2697 Depends: ros-rolling-automatika-embodied-agents (= 0.7.0-1noble.20260425.211428) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-automatika-embodied-agents/ros-rolling-automatika-embodied-agents-dbgsym_0.7.0-1noble.20260425.211428_arm64.deb Size: 2073180 SHA256: 020c716d67480bd8ddbfdf1272f3709c4852ced15c1dc117a0376b296d1c82cd SHA1: 686dd7a3c03ba3320de6aeb7ad2b14aeb1af8422 MD5sum: 3bc289b9238eaa64ac21183a900cd047 Description: debug symbols for ros-rolling-automatika-embodied-agents Build-Ids: 10c05abedf4787d20b59ea5901b6a01a29085e61 23f15d69fe808298cb3a3bbd5e05a16cbf684e93 2bc006e7b59ad947b046927fe8a042baf2c91e91 2fa6545465b9685c16753dd8d371209c694582a0 3d2a64e58101e5b330d3b683662856255712c3c6 7830b694c9d5ee6c4911a3a48f0989511c54ff01 78ab3800f956e6c3e0a9b83d9873d5601593471d 83c49fa35d94d3752f789d0fe628b0e508b8f842 9ccb34f2c024d6cefa903020213c23fe87eff25d c4cb7ecd46317305606a8334a2c9ece82d00d71f c4ec63aea848cbef782afedc50593bc961a8f4c8 Package: ros-rolling-automatika-ros-sugar Version: 0.6.1-1noble.20260425.210511 Architecture: arm64 Maintainer: Automatika Robotics Installed-Size: 4190 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.6.1-1noble.20260425.210511_arm64.deb Size: 686116 SHA256: bb8e2e762e60ab27479b800724e92a7dae267a535d402986b5345884fe26ae7b SHA1: 4b1dc2f52442e7fa60a4ccfafacf6293cd54f83f MD5sum: 0941b5981c89210f06dc00f8b3ca82e6 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.6.1-1noble.20260425.210511 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Automatika Robotics Installed-Size: 2275 Depends: ros-rolling-automatika-ros-sugar (= 0.6.1-1noble.20260425.210511) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-automatika-ros-sugar/ros-rolling-automatika-ros-sugar-dbgsym_0.6.1-1noble.20260425.210511_arm64.deb Size: 1758342 SHA256: 72f5494c5f636a86d36fd4d0b7f80d57a407e45160122ece519758ff0a1ab20b SHA1: 69213638147d29532ca52fbb0de9d37b027cbcfb MD5sum: 89bee4be889bfb711a3f15e1d482f172 Description: debug symbols for ros-rolling-automatika-ros-sugar Build-Ids: 099648c64a6b5d2f29608032da65aad00fbc54e0 0ac18142c156c62d7efb353319366b5dc1aabedd 291ee4c5e361e0c90c1140594bbb4eb91817d722 3d900d206465303b4f9c8920351dd2fa275f4e18 415d9b4ff2153f902f33a786973077deb169dec4 5722d58544a2ac3971db203b02cf39cc497c3389 8a19a2683c07d5e99c4f2250ddf2f814544d9c4a a523c49d561e9dc2f84a84887924a9fb49eb78e3 acdb6ae9418061633aeb18d4a8e4b13611bb0b3e fd768ec5627ae97f6011a2a030dc7dd152171808 ff201c2cf195ec82df0dab3fac5c68b54ea79b7e Package: ros-rolling-automotive-autonomy-msgs Version: 3.0.4-5noble.20260425.140952 Architecture: arm64 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-5noble.20260425.140952_arm64.deb Size: 6010 SHA256: 3bb8446a3a1e86cb054c444eeedc38972a8110943d83240a3dcabfcd7169fb32 SHA1: 87b109241dd9f7966b9a0434a8bfbe93e85ba86e MD5sum: e1036e63c261c502b9f942de9a87cb5f Description: Messages for vehicle automation Package: ros-rolling-automotive-navigation-msgs Version: 3.0.4-5noble.20260425.140149 Architecture: arm64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 2693 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-5noble.20260425.140149_arm64.deb Size: 168944 SHA256: bf53d57e2404cb8c80cb2472dd34e829be17112acc8812827f5e7d75d2310c2a SHA1: a43772406417a9d9028d702cbe14ea2b127ec0d6 MD5sum: 46fa0e278ef7bbf25bea0b4c3ff737e8 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-5noble.20260425.140149 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1928 Depends: ros-rolling-automotive-navigation-msgs (= 3.0.4-5noble.20260425.140149) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-automotive-navigation-msgs/ros-rolling-automotive-navigation-msgs-dbgsym_3.0.4-5noble.20260425.140149_arm64.deb Size: 1481402 SHA256: 5663277de349b8912d668d3f122083b0e0de3ae9805b98777cd02b76307cd681 SHA1: f4baebfd571950322c3fe8009daad342a0a0d981 MD5sum: e2880c91984e88a97f45995394759b2d Description: debug symbols for ros-rolling-automotive-navigation-msgs Build-Ids: 3f9ed153ea670161332a3db99bd870bc68a406f0 47710d0bae25894ed60ec332c8ba6b0c56a6020c 4ab69b8e183f82bfd842bca0782f76a79f0f87c6 60f1d4e263a6d8c7538da9e3f43bc21d1d75a8b9 727a74a32fdea63a75eba1c62c310e1fc39b0e31 7cb835d63f72a0617b467ab258fde461b7c0a226 a3459b8de39027f235df049a055020e974b95f14 d21ca7f38b2d1482c0f639e7f9be2d3dd10c0956 d389ad50ffd42b03fd14b7f74f4b5e9ca3063843 da9db0f5cde9046fc5fe40c45f48438163b56b06 f70b30d77f87e22332da6130201519585f459fe9 Package: ros-rolling-automotive-platform-msgs Version: 3.0.4-5noble.20260425.133042 Architecture: arm64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 4701 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-5noble.20260425.133042_arm64.deb Size: 263966 SHA256: 11deb9f2ba2e131ec429029857a201aed2d3d085853d6b869dd2c537fd5e6122 SHA1: 8d3d2640e8247931c1eb3db82a7b052ce8a418f7 MD5sum: 7d7641529be38e8dc1ad6b1a139b747a 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-5noble.20260425.133042 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 3209 Depends: ros-rolling-automotive-platform-msgs (= 3.0.4-5noble.20260425.133042) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-automotive-platform-msgs/ros-rolling-automotive-platform-msgs-dbgsym_3.0.4-5noble.20260425.133042_arm64.deb Size: 2376284 SHA256: 5a3ed6257d83d013b5e88f1b4ab14ad8cc67e512ea9e5fa9e24820bb05f2a9ab SHA1: b0fcf0058ca720f0e6a7710b07389fef1b2d7e2a MD5sum: 7a2f96b17d6b42aaed8c28cc833fd9e2 Description: debug symbols for ros-rolling-automotive-platform-msgs Build-Ids: 06a0a00f1e9f451977c28eb368b153c7d63b5ef7 2819c37c012c1589ad93916d619f50a97d2a8f69 3ea5d588ee4aaae4609b965354869ad6198676f9 482a11b8cd9429e83364f64dedc4cfa660a35416 4d5065bbc894ab9c2d112421baf4e9b34abe0210 5658c26f96d0eb5256615ebf58137e50944bcf7b 732408a73b53ab44f181cfb3983450f35fb5f4c2 98b5e033d6f42ef47db70a02976834085157b1a7 dac92c28877eb580a048372201163185a1ec73fc de2e0cd3efc4d1fb9f7b30db03bf7afe1a63aba6 fc3871bc9da0df3432dfecfae8edb0a8d5bb5fc7 Package: ros-rolling-autoware-adapi-v1-msgs Version: 1.9.0-1noble.20260425.151800 Architecture: arm64 Maintainer: Takagi, Isamu Installed-Size: 17736 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-adapi-v1-msgs/ros-rolling-autoware-adapi-v1-msgs_1.9.0-1noble.20260425.151800_arm64.deb Size: 1005234 SHA256: 6ff4fbd26e278543a17b8759b63c9cc7ce73e976b56267afc0a492f324bf4d5c SHA1: 219e49a9c18e934dd2a321f18151488745e5ee5a MD5sum: 811a64e38472fff37f3f7cdf95bad57a 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.0-1noble.20260425.151800 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Takagi, Isamu Installed-Size: 14557 Depends: ros-rolling-autoware-adapi-v1-msgs (= 1.9.0-1noble.20260425.151800) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-adapi-v1-msgs/ros-rolling-autoware-adapi-v1-msgs-dbgsym_1.9.0-1noble.20260425.151800_arm64.deb Size: 11247700 SHA256: 7ba4e594bc0cfdfb4e46e442e5263de152a3389a81a6b090c81d13fddfc9549a SHA1: dd35c3c4f90ea07166c0f62f626bd7ceea434e86 MD5sum: 723bf72a75befe2841c98d5f253dfdd4 Description: debug symbols for ros-rolling-autoware-adapi-v1-msgs Build-Ids: 17318c35c2698d23bb34aa1ab62ceff97ca20957 2753f9f0f4402ba396683492036c6e42957c9681 642048694b9547863c4db44b416d1b4e6e52b97c 72d5d50dd8c80c593144fbb178015663fc354f89 78cd2675aae1be30f9e8e12e63e2a765482b2bee 7e1fcb099f177d5be8289bcc3acc8eb373ebaae9 a682fe91335b475a58f7fcd5e2031d7637ac8c7a c63bf8541b4483d4adb7caa2c4c073cfce83d8fb c70472b0ed024b38153a15e9733e73c1c8c0581d d90d772c2c10ba6713336fd867c86adb9e46818a fff27dac1f00226214dc82addf14c874752210f0 Package: ros-rolling-autoware-adapi-version-msgs Version: 1.9.0-1noble.20260425.151813 Architecture: arm64 Maintainer: Takagi, Isamu Installed-Size: 1228 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-adapi-version-msgs/ros-rolling-autoware-adapi-version-msgs_1.9.0-1noble.20260425.151813_arm64.deb Size: 69036 SHA256: 15a5a84aa6d4d894aaa241cfae4dab1a2dbfee12ee2cc742a6707d70a116a20a SHA1: acb8565cb87a18fc9fbab81b1afff89a47c00f4c MD5sum: 42f1fa6d94c345f29e293d84c91d0a54 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.0-1noble.20260425.151813 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Takagi, Isamu Installed-Size: 478 Depends: ros-rolling-autoware-adapi-version-msgs (= 1.9.0-1noble.20260425.151813) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-adapi-version-msgs/ros-rolling-autoware-adapi-version-msgs-dbgsym_1.9.0-1noble.20260425.151813_arm64.deb Size: 314826 SHA256: 6e3f7059d3df0f8a3c5714f1b479bd1607c609eccf6559e23e691fae70446cd1 SHA1: 32a16c47c1f47835a4c1db7d96e6779d5af14f5f MD5sum: 674f8d0c7ae8c198769f4521ff2c88c3 Description: debug symbols for ros-rolling-autoware-adapi-version-msgs Build-Ids: 0d55afeeb45c3a8227e7b42d9ede8bef451a4c31 2073b5c6dd8720fa88d9c006ad0420a3736db012 489f48d64d9117dcd83a7be67c81cedd5be41445 4dc31a121b44fdb93ac7b8ea955a021556bc921e 609d075e4b6687507c023a3f4be09da8a0b75a03 8df5917f750ca002c601258f1245b4bc184ab749 9b3f1edd199f3e022e1c2702079e1f54ad9cfee8 b18a73a40dd5a52a220947e17c5a5960171a9d2c cfd9cb3f50a6d953ed02bab5459727db4bf98828 d5e441c7820594fbff2f780b09e423187af27597 ea76b21b37ffe3cb62344e35b0d0464286b2874a Package: ros-rolling-autoware-auto-msgs Version: 1.0.0-6noble.20260425.151754 Architecture: arm64 Maintainer: Apex.AI, Inc. Installed-Size: 6587 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-action-msgs, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-auto-msgs/ros-rolling-autoware-auto-msgs_1.0.0-6noble.20260425.151754_arm64.deb Size: 436714 SHA256: c6aee050bffc0480d903767f5b07bf2c4e457d7ec139334d2eefb6dc191d56bf SHA1: 179af3301e352aa37efb084c8be7f838d446d6c9 MD5sum: 8544ba6cd73e6649432a79d63b7018e8 Description: Interfaces between core Autoware.Auto components Package: ros-rolling-autoware-auto-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-auto-msgs Version: 1.0.0-6noble.20260425.151754 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Apex.AI, Inc. Installed-Size: 5014 Depends: ros-rolling-autoware-auto-msgs (= 1.0.0-6noble.20260425.151754) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-auto-msgs/ros-rolling-autoware-auto-msgs-dbgsym_1.0.0-6noble.20260425.151754_arm64.deb Size: 3896374 SHA256: 0e496eefb0dbda37bff2efa0c1e837566194a14eb36c2b7c011cae549a9ac113 SHA1: 2b189b58e8d87c8ffdcb5e289b1be32f7d326101 MD5sum: 4e0119619b3a059bddaa8588ef2ed411 Description: debug symbols for ros-rolling-autoware-auto-msgs Build-Ids: 20246badaf405b442dfc0fcc59695fafb7c33b11 2896984a4eb14300ab7ade4ec842b73a0c48e7f9 334e02546c9c127073b926f05d2dbf6ecad59fe6 340252493a1d895330f05241215f76e917a934d8 4f0dbcf3c246e8a90bd17f7f94f27da99e6aab31 615dc366187f2d4a30311d87d36766436f49d09d abeb5ce21d14c169cba20fe6b11b305f64af10c5 abec3aa76c1bcf5422f83967456979ae30720578 b76435ff8bc57b33915c01e17c13cc2762c52441 e6f802b4c6892d733b45f607a02d1cb741cf1192 f83ff1e56e78d6895683ec80721abfce38c2b6cf Package: ros-rolling-autoware-cmake Version: 1.1.0-1noble.20260425.103217 Architecture: arm64 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-cmake/ros-rolling-autoware-cmake_1.1.0-1noble.20260425.103217_arm64.deb Size: 8952 SHA256: 90d1a073e1c33d14a9dfdadf3fe4bbe97844021cefcab2dd0b965a1f01cffbb0 SHA1: 2dc85f0cdecf0b1c5e6531c8a8e54eefb247f2a7 MD5sum: 80d9d00a24a4c0a1f34d407480956f44 Description: CMake scripts for Autoware Package: ros-rolling-autoware-common-msgs Version: 1.11.0-1noble.20260425.152037 Architecture: arm64 Maintainer: Takagi, Isamu Installed-Size: 1016 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-common-msgs/ros-rolling-autoware-common-msgs_1.11.0-1noble.20260425.152037_arm64.deb Size: 46254 SHA256: 4f361a7fdedbe3e37ab985d8b4525ccadbd0eaed595aa29ef33d011ed5b7d580 SHA1: 5056910c86d2718fcf272c003b5ba9e9f8f7223c MD5sum: c0aef5193e07b3b2fb42daa4df007fd8 Description: Autoware common messages package. Package: ros-rolling-autoware-common-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-common-msgs Version: 1.11.0-1noble.20260425.152037 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Takagi, Isamu Installed-Size: 305 Depends: ros-rolling-autoware-common-msgs (= 1.11.0-1noble.20260425.152037) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-common-msgs/ros-rolling-autoware-common-msgs-dbgsym_1.11.0-1noble.20260425.152037_arm64.deb Size: 197922 SHA256: 121bd42f11b314d5de85a52d52168706d35b3986ef40338e6d507755c21b0583 SHA1: 77fde151e2b0b9afb969bc4180ec7fb4406084ae MD5sum: db1f554b724b14353856ffa4850b47f9 Description: debug symbols for ros-rolling-autoware-common-msgs Build-Ids: 00dd726314e12253810fe7aadc090599f28dab04 082da90e29b82d896a7512823ad28792226a4abf 0ff0f8a9e81c7657959a0efd668a40894f98c8ce 4a5851d044a109898048091f5adb326ef00156b3 4f66464f503d9c17d29e86b32f70ada9ba1a0309 501118ea2b2ca4363b585673fe46d260d1377c33 6520357e0dc66ddcd5428cb64907c441215a933c 76ea876576bd884748f9cb5a9df55d1442c060c4 c2de8ed780c35ccafee5ebc08f6efaa780f64df7 c5315818ad55299557f6f298c8a047aa88c16b55 d3e9cb334b1f175256ffded5753e5ee6ea21231f Package: ros-rolling-autoware-control-msgs Version: 1.11.0-1noble.20260425.152042 Architecture: arm64 Maintainer: Mete Fatih Cırıt Installed-Size: 1407 Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-control-msgs/ros-rolling-autoware-control-msgs_1.11.0-1noble.20260425.152042_arm64.deb Size: 77620 SHA256: 41b883fc2d6bb019054fb51dc98da7d55dfd7841d94179fe6942345d47060946 SHA1: 14e119fc5a998af441d6c42fab7011b045dc3c48 MD5sum: a8e12ccf0e1bb74fa61edf3987d10557 Description: Autoware control messages package. Package: ros-rolling-autoware-control-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-control-msgs Version: 1.11.0-1noble.20260425.152042 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Mete Fatih Cırıt Installed-Size: 642 Depends: ros-rolling-autoware-control-msgs (= 1.11.0-1noble.20260425.152042) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-control-msgs/ros-rolling-autoware-control-msgs-dbgsym_1.11.0-1noble.20260425.152042_arm64.deb Size: 461268 SHA256: bd314d72e9fe41dc29421d76e350cdc98390450cde04ed6d2ebc6429b8e65443 SHA1: 66fe69e54c08594f4a84f28c898ef103992ffadc MD5sum: c65ab3559fea1cfe14dbba1d91dd26d0 Description: debug symbols for ros-rolling-autoware-control-msgs Build-Ids: 12d0071cbf79d7638ab2254eafd32eeb4b11820c 164d0bc8f24b6bc9cb4d278e7136827c93b77f4e 3085a803344d001ffd2ef136f8ca7bbd2816a0ba 361d26ff985eb2c955f35bc56673ebc0bf1299bd 558809f209b5ae874b25a6292c551013d4847b2a 628107d2d01eb7aa8f5fbcca0e78df8020009957 8ea46bc2253d72b3c5f3f618d9184e11e6854d9f 94769c6342f6c8f26f45789a997cc992ae7e11cb c25af751746c9d344496a23f5d651343a4c05949 eace37b0b6e4d9b72e10d2481fd8839251459393 f11085788b9759964157ed825c161206ba769471 Package: ros-rolling-autoware-internal-debug-msgs Version: 1.12.1-1noble.20260425.152151 Architecture: arm64 Maintainer: Ryohsuke Mitsudome Installed-Size: 2874 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-internal-debug-msgs/ros-rolling-autoware-internal-debug-msgs_1.12.1-1noble.20260425.152151_arm64.deb Size: 177996 SHA256: 7287808203b50c07144258627eaec5f0b6dae0ba9a6d96ff55c21305b0d37a1e SHA1: 32f868db416f9c51735537afa80be1d7b640d53e MD5sum: ea4f47c8d186dc8990e3d0e4e3ccc911 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-1noble.20260425.152151 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Ryohsuke Mitsudome Installed-Size: 2180 Depends: ros-rolling-autoware-internal-debug-msgs (= 1.12.1-1noble.20260425.152151) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-internal-debug-msgs/ros-rolling-autoware-internal-debug-msgs-dbgsym_1.12.1-1noble.20260425.152151_arm64.deb Size: 1651122 SHA256: a6659f3daa64b88d404cac64aca628aefecd3eadea57830fce9308af1cde2e6d SHA1: 6ba42b09ee537bfa85b9798823b27df18dcf262a MD5sum: fa5b947573ad3be2ea104f225c0cb2a3 Description: debug symbols for ros-rolling-autoware-internal-debug-msgs Build-Ids: 08139d1619c8671edca7d9667056848212854553 21a62ac434ac8d6bca66ee5bd7f4220ae125e45e 2ba6341ce06d3ad1e0ccaabcad2471bb37c70f11 2e658f11d573a8ef400223558d869de3e3ab12c8 5bd30fa7aa8ab67619c3b840fd3c4df0430035db 70386cab65f1d2022b35935c78901b2be42f0312 73ea046fcc5417a4e1870def315ea8af4333c2ed 9bd8a5e5efcce60abfd6e6c00cd72dc58f6d8928 b0f07e463e35e629acc40cb2cac5d3e650aa294a f82124c36c053d9408e8b6f911d73392eb04dbbb fe8421fcbc65a8239837baae9a30aa4b42b8e97f Package: ros-rolling-autoware-internal-localization-msgs Version: 1.12.1-1noble.20260425.152657 Architecture: arm64 Maintainer: Autoware Installed-Size: 1751 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-internal-localization-msgs/ros-rolling-autoware-internal-localization-msgs_1.12.1-1noble.20260425.152657_arm64.deb Size: 109656 SHA256: 549a2c0ab9a7a39047e68ac17a00a7a4c6303e00f0d57176d20d4d218e83160c SHA1: e966338ca708333d3d132ae2d7be77a7cbffd09b MD5sum: f86855311e54cef16470a451970ec4d5 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-1noble.20260425.152657 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Autoware Installed-Size: 1005 Depends: ros-rolling-autoware-internal-localization-msgs (= 1.12.1-1noble.20260425.152657) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-internal-localization-msgs/ros-rolling-autoware-internal-localization-msgs-dbgsym_1.12.1-1noble.20260425.152657_arm64.deb Size: 732448 SHA256: 37858a82a172e82793673cf4517256749f9415a1388ff40318f37d654add0b04 SHA1: 4b740d7233f3601f20379b529dec76d758c04b92 MD5sum: bdfc3dd407aa10770382fcd08406866e Description: debug symbols for ros-rolling-autoware-internal-localization-msgs Build-Ids: 09198b7e8ab4fa9cf92f8d48db97aa5f425cde03 0e0ede76a1d1c37729108b0b02079d19a62d7a8e 132b49b7b91f28591b789fa225a153c68b1a3cef 1885481a3a204e313fdd8fe3c97b17f148b2784d 1eb86b28c084569cd1d5b440d658d439dedf3516 4b3581525b3c71f6d8777cc632e42ba6289caa7a 52497a60dd5f88ab24a952d57d014262b0fcae1d 819e8fa9c45cadc5b874cd850d852ce330447ae3 ca4d29f8f5c79249f94765a1a90a43913ed4aa22 e227b0b3718446fe8cc7215f94b5b9aec476770e e30e8b26dddb54011f8a1332850c4cbba91cad91 Package: ros-rolling-autoware-internal-metric-msgs Version: 1.12.1-1noble.20260425.152348 Architecture: arm64 Maintainer: Temkei Kem Installed-Size: 1124 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-internal-metric-msgs/ros-rolling-autoware-internal-metric-msgs_1.12.1-1noble.20260425.152348_arm64.deb Size: 61896 SHA256: f2c78cf8e6b4e0784601a7715f31ef540328809c5315f8972b6553dee4cc3e64 SHA1: d2c4745f8aa53fa5cb2ee4b1325baabacc664b7a MD5sum: f14ada7c519016bcf2fd2c2d6391c39e 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-1noble.20260425.152348 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Temkei Kem Installed-Size: 483 Depends: ros-rolling-autoware-internal-metric-msgs (= 1.12.1-1noble.20260425.152348) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-internal-metric-msgs/ros-rolling-autoware-internal-metric-msgs-dbgsym_1.12.1-1noble.20260425.152348_arm64.deb Size: 345534 SHA256: 6a35cdf7ab1cea86d049c8de3c9bcee6e603f627d68aebcbf90a37aedeb9f6c5 SHA1: 5f4c6358fb82303ee2c9bfc6db5637989e1edbbc MD5sum: 704c5d785400fe9ef007cb4a1c60cb18 Description: debug symbols for ros-rolling-autoware-internal-metric-msgs Build-Ids: 0784fbec51ec73b46aa35c6c9f22637acec34fa1 1f80476f05111906de94bee7096d2cd56fa48ad3 365a32f834b1035beacc00141d22c1f5ff289624 664bd418dab699bf2dedd3002cfcb2ee78bce7ff 7e40d49aa212416b1bf8c377a200f7d09efe3168 92aee5e8a5a8730814b07dc4f5ae9f4e3ca7d57d acee873ab927877f25097a95ad617ebff561d9bc c1211a3cda04faaf3e0f0a8b66dd8a0738342531 eb4bacbcd6ac743434158693d7f406a5df4115c0 f273c8883d3be34987eaa628a1436f2ae4cd689c fabc2a4c9355b1fdbdb93340246e92bbd3cdbcf8 Package: ros-rolling-autoware-internal-msgs Version: 1.12.1-1noble.20260425.154455 Architecture: arm64 Maintainer: Berkay Karaman Installed-Size: 1243 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-internal-msgs/ros-rolling-autoware-internal-msgs_1.12.1-1noble.20260425.154455_arm64.deb Size: 64554 SHA256: 557dd89470e1c46237e0ebcff4186bd24ac2e836d415b53076b464666c9d86cc SHA1: 094de9b47b259a17de58d8bc49be199f1fa114db MD5sum: 62e7ee5bd2fa0ab33269191f613a85a5 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-1noble.20260425.154455 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Berkay Karaman Installed-Size: 527 Depends: ros-rolling-autoware-internal-msgs (= 1.12.1-1noble.20260425.154455) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-internal-msgs/ros-rolling-autoware-internal-msgs-dbgsym_1.12.1-1noble.20260425.154455_arm64.deb Size: 367836 SHA256: d4ada9ae95ed2d5a45588ff8239d1535be7b31abeebe5e25c896662e1e820b3e SHA1: c0d43b32f56c8c6c4a32478a861ce42e8bfa7b6d MD5sum: 0375697f8c3bc077a6fbe22b89464dce Description: debug symbols for ros-rolling-autoware-internal-msgs Build-Ids: 072946d69a4bea5e41f4957cb2bb498f41dc3e23 098cd00ac752f2b99b8335ee47049096b5c48ef5 29a1202ba599c5ca36accca2f752e2de8fda9ce5 32f257d3a644b3886d7c79c588ff5565667ebfb1 4d9414f30178cb860aa877a532422c8bb27ff69e 62a767dba12626fecf65b03faa3ef569535a5f8d a525298d5235148228d486a911779efc39940768 c1473c278d7fce5687d8b1193546a63ba01c0af5 c3ae6507e080501be089601ae3cc355bb3f83269 c763a3453ca81ea68c5514935ef1b88ace9c8942 db2d6a3bb5bc0fc355cc1e2bde9a6d1e891e2b86 Package: ros-rolling-autoware-internal-perception-msgs Version: 1.12.1-1noble.20260425.153313 Architecture: arm64 Maintainer: M. Fatih Cırıt Installed-Size: 1052 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-internal-perception-msgs/ros-rolling-autoware-internal-perception-msgs_1.12.1-1noble.20260425.153313_arm64.deb Size: 52280 SHA256: ffb20115d7dbe24d7a0fe7b47f4d4a92a3e2c142eb385dbb84327fd926638677 SHA1: 891b7aaa8080803e12d904f10acd6298819e5ed3 MD5sum: 94e0ec819236abe4ff652b0c62b29a12 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-1noble.20260425.153313 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: M. Fatih Cırıt Installed-Size: 372 Depends: ros-rolling-autoware-internal-perception-msgs (= 1.12.1-1noble.20260425.153313) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-internal-perception-msgs/ros-rolling-autoware-internal-perception-msgs-dbgsym_1.12.1-1noble.20260425.153313_arm64.deb Size: 252448 SHA256: 849665f33cd33bfed7c6a6bc585bea99a810b595589845829a0601299f53f7df SHA1: 4d30226e9de02182d27ac258ce3bd20a80dcde88 MD5sum: a27e01567bd6044ce3c441e82f67b604 Description: debug symbols for ros-rolling-autoware-internal-perception-msgs Build-Ids: 096cc3ed238c16690472fe0507f9017bfa371998 0fbc4060ef7a331249c7d13fe438e5a69cdefcc5 3f9a546f7cfe73a69bd989c967b3e7ed0bc96d81 8bdebba7a0b906de30127502ff86455ab1cda355 910fd053ae674258cdda88001063ed771e41fe4d 9f5d0e3b3cd602505804db1a9401f2e79de75960 9fee7c5432fbdd2bd7df5c23aacc203ff24a922c b064e0796459962b94d202acc408ea6bfdbc555e c09ba079d22dfe89993a6713d489517b4ab2ee48 db1d2bdb8973b94ab34d623d6b4e7e0658a44d69 f88faefd72bb8ceed6307848fd82dd4f62a96221 Package: ros-rolling-autoware-internal-planning-msgs Version: 1.12.1-1noble.20260425.153529 Architecture: arm64 Maintainer: Yukihiro Saito Installed-Size: 5808 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-internal-planning-msgs/ros-rolling-autoware-internal-planning-msgs_1.12.1-1noble.20260425.153529_arm64.deb Size: 370148 SHA256: 1f89ca28d747e515fcfdea5ad6c99ee74ba2a3267469bc609ff116836e23222e SHA1: 8ddc54748888a473d994538c9e4686c43be693ad MD5sum: 229d36c5994dc5ba242aa9881743836f 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-1noble.20260425.153529 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Yukihiro Saito Installed-Size: 4720 Depends: ros-rolling-autoware-internal-planning-msgs (= 1.12.1-1noble.20260425.153529) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-internal-planning-msgs/ros-rolling-autoware-internal-planning-msgs-dbgsym_1.12.1-1noble.20260425.153529_arm64.deb Size: 3675890 SHA256: ab7286e511277ae13d1f84e0ec231a8751f4aa26d283351310f98952b0e70c36 SHA1: 02ad7b16da735c584203df69613f869af09605f4 MD5sum: efc10305087a90ea63ac484a87c6f2ca Description: debug symbols for ros-rolling-autoware-internal-planning-msgs Build-Ids: 1664ebfb5e0cb47eba278dfa5772c4058acf72bc 2ec4157c77727fe30e56ed8a54937a0be71a0705 5da9314e219f1f4d9e7a17b6a0f9c2a2e608e1a7 5edede0377f4edc301bbf4c4cb8d888e8e5e5196 63c7b470359d42d65b4f44f05fc1848b029c3741 6edd19dca742a8a3a2129b6954ce62ba0fdee78a 7573367dcef458d13a286241617769fc28b91b8a 78c31db69184e398b0eae800535e32c118e09293 899010c77c690694bccb2ece8b209da75d3d62c8 b4b458b082b4cb71886bffaae581f8bec7255c26 cacf90bfc3fc09c37fba5ab8a0ae44c96a329c8d Package: ros-rolling-autoware-lanelet2-extension Version: 0.7.2-1noble.20260425.224001 Architecture: arm64 Maintainer: mitsudome-r Installed-Size: 1650 Depends: libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libgeographiclib26 (>= 1.43), libpugixml1v5 (>= 1.7), libstdc++6 (>= 13.1), ros-rolling-lanelet2-core, ros-rolling-lanelet2-io, ros-rolling-lanelet2-projection, ros-rolling-lanelet2-routing, ros-rolling-lanelet2-traffic-rules, libgeographiclib-dev, libpugixml-dev, librange-v3-dev, ros-rolling-autoware-map-msgs, ros-rolling-autoware-planning-msgs, ros-rolling-geometry-msgs, ros-rolling-lanelet2-maps, ros-rolling-lanelet2-validation, ros-rolling-rclcpp, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-lanelet2-extension/ros-rolling-autoware-lanelet2-extension_0.7.2-1noble.20260425.224001_arm64.deb Size: 405336 SHA256: 4dd003b1eff47912b5ed4ee63011628c1619ed7adfc1246ba45391c7432d224e SHA1: f6b484f832bc87e96d998b62b12021b812024f51 MD5sum: 0b5f2b1101de4507edda201b2ad0d291 Description: The autoware_lanelet2_extension package contains libraries to handle Lanelet2 format data. Package: ros-rolling-autoware-lanelet2-extension-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-lanelet2-extension Version: 0.7.2-1noble.20260425.224001 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: mitsudome-r Installed-Size: 15138 Depends: ros-rolling-autoware-lanelet2-extension (= 0.7.2-1noble.20260425.224001) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-lanelet2-extension/ros-rolling-autoware-lanelet2-extension-dbgsym_0.7.2-1noble.20260425.224001_arm64.deb Size: 13992946 SHA256: 6f4663a09858ac56ac9c43c08ae47ca9cd019e035ff9f6985aa53ac863e057bb SHA1: a48f98ec2f2a265236a54d4818bf03cfce7e89f7 MD5sum: dbe1ea08abae87211657ebe98f713474 Description: debug symbols for ros-rolling-autoware-lanelet2-extension Build-Ids: 7db1c0b752a240433ac46b2533239ee547ec5540 806e7ecd35c9bccfeac124d98ed38a4d3785326a ad9c905e28a6a614ff6a768ff3f2f97814e61a1f b25a5737fc100b91ad87bc2c4bee518934b11163 Package: ros-rolling-autoware-lanelet2-extension-python Version: 0.7.2-1noble.20260426.003832 Architecture: arm64 Maintainer: Mamoru Sobue Installed-Size: 1249 Depends: libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py312, libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-rolling-lanelet2-core, libboost-python-dev, ros-rolling-autoware-lanelet2-extension, ros-rolling-geometry-msgs, ros-rolling-lanelet2-io, ros-rolling-lanelet2-projection, ros-rolling-lanelet2-python, ros-rolling-lanelet2-routing, ros-rolling-lanelet2-traffic-rules, ros-rolling-lanelet2-validation, ros-rolling-rclcpp, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-lanelet2-extension-python/ros-rolling-autoware-lanelet2-extension-python_0.7.2-1noble.20260426.003832_arm64.deb Size: 191432 SHA256: aa2d2770e7f07a015c64199572926675aee72df58baca3a908798d8c6431986a SHA1: 3b6bdfcd48003ab387711a9abcbd1fde2242584e MD5sum: b86e9a586981f0be4098d8674a28bfd9 Description: The autoware_lanelet2_extension_python package contains Python bindings for lanelet2_extension package Package: ros-rolling-autoware-lanelet2-extension-python-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-lanelet2-extension-python Version: 0.7.2-1noble.20260426.003832 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Mamoru Sobue Installed-Size: 5235 Depends: ros-rolling-autoware-lanelet2-extension-python (= 0.7.2-1noble.20260426.003832) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-lanelet2-extension-python/ros-rolling-autoware-lanelet2-extension-python-dbgsym_0.7.2-1noble.20260426.003832_arm64.deb Size: 4229222 SHA256: 662eda9747f3062e26b943dd03d58ccc5d0b122c0e2a4b596fae0e901d1bca3b SHA1: 2d70de0641a476e1b87213a5bfbe769c66c60a9a MD5sum: 44fe0fe4630d5a8a5732c603c0d1dce3 Description: debug symbols for ros-rolling-autoware-lanelet2-extension-python Build-Ids: 60760765c44c09485880bc89f3d14504b188f101 bb081ec4f314cabb5f1ee32ee2426b1856fcd44e d1c235626ed3419d8050e0b1399d48f64fec4d73 Package: ros-rolling-autoware-lint-common Version: 1.1.0-1noble.20260425.101419 Architecture: arm64 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-lint-common/ros-rolling-autoware-lint-common_1.1.0-1noble.20260425.101419_arm64.deb Size: 6736 SHA256: 79263350a5977854315b375d7369bf5f745edd4d2c2c6f42949a7438ba9dc229 SHA1: c110b7a34bf18179f5904ffbc4f692a364b9b12b MD5sum: 611139ea67f9eb3e5c8ef1c49b835d6c Description: The list of commonly used linters in Autoware Package: ros-rolling-autoware-localization-msgs Version: 1.11.0-1noble.20260425.152716 Architecture: arm64 Maintainer: Mete Fatih Cırıt Installed-Size: 1442 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-localization-msgs/ros-rolling-autoware-localization-msgs_1.11.0-1noble.20260425.152716_arm64.deb Size: 99104 SHA256: 8d468e3b37f6b53ac0d23335f94ecf93e1e406e81432cdf4d8eeb5a6a2fdeafd SHA1: cee82ca2fc466091e7d7b661ba9a736e79d0e88b MD5sum: c28bc9993daa0a62bdeac982ab73b781 Description: Autoware localization messages package. Package: ros-rolling-autoware-localization-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-localization-msgs Version: 1.11.0-1noble.20260425.152716 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Mete Fatih Cırıt Installed-Size: 801 Depends: ros-rolling-autoware-localization-msgs (= 1.11.0-1noble.20260425.152716) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-localization-msgs/ros-rolling-autoware-localization-msgs-dbgsym_1.11.0-1noble.20260425.152716_arm64.deb Size: 584256 SHA256: 7f4caf3c38a7bb1b2acbecf4e0bd5b505053acbce72043e63fd409170bc2cf19 SHA1: 46c97582af9f9bf3e4937c2568533b3b2447ca64 MD5sum: 347b629ef2e9a33b9ea949b65f90cb75 Description: debug symbols for ros-rolling-autoware-localization-msgs Build-Ids: 121b08698ad7d2d1977558185f032b1518043f69 2389a295339d6431b0b52f49197d739ddb36ccbb 346a69549bcec07b3aaabdab1d1a5bd4ebf3a4a1 404746af9bc100579c8d0e4509a17f728dc11a08 517b1efc84af1a4a0191f6c79fda3f5eb9f9cfde 57b940870f546fc0b6f7cd3f5d5b96abf272f7a7 5bacb6f347f0be888ccffa83a707d2c056dd1789 8938e4ebba27cacaf1283c8bd88159dd1c7646ab c90526d9b96c4232140add5cf0fbd58225166d67 d7fcecf47b5ee381a4298b646b449fb24279c081 e0efb8386c94ef33327ac666982526bef0d8486b Package: ros-rolling-autoware-map-msgs Version: 1.11.0-1noble.20260425.152432 Architecture: arm64 Maintainer: Mete Fatih Cırıt Installed-Size: 4049 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-map-msgs/ros-rolling-autoware-map-msgs_1.11.0-1noble.20260425.152432_arm64.deb Size: 281332 SHA256: 5f22e6891e0c83caa45c8c96eadb45e1d5e8aad2db489476c8a97e0a97bf3323 SHA1: b336e3a23fbe75dd21a9dd2e1cd92ebce9ceb6e6 MD5sum: 40280fef18a219daa654475cea36e8f2 Description: Autoware map messages package. Package: ros-rolling-autoware-map-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-map-msgs Version: 1.11.0-1noble.20260425.152432 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Mete Fatih Cırıt Installed-Size: 3661 Depends: ros-rolling-autoware-map-msgs (= 1.11.0-1noble.20260425.152432) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-map-msgs/ros-rolling-autoware-map-msgs-dbgsym_1.11.0-1noble.20260425.152432_arm64.deb Size: 2916036 SHA256: 9ab35fe1458a861463223574a859e4e07a77d56f7473902b9b873272504c64c0 SHA1: c9bc1f02a984e61b834d714369ecb166cf81641a MD5sum: a2c8dad1584cf277b32cc5f652c4eb74 Description: debug symbols for ros-rolling-autoware-map-msgs Build-Ids: 1376c5c8ab65c3b6c51dbe9a3887713596ad6128 307bc3304fa1ae1068cc4961e90bab91c75d9fed 49babc65ebfe61a1dbf1aef3548d87888ecc29f7 49f2f3bab66b6d9cb63b4ab052e34ce138f55bd5 68e39f0c18138893a3df6751ca594b8678ba831f 69c4b728e05a8ca321e03c1a5f6c19fec7bfff65 96bca969b8791e82d7e46a99fa6ebf28d767de5d a651bce9fe3a33b34096af0265dc543ece4ea134 bc962ea5385d1ce4909471a6fa535fc4014a6272 be132088be1c7abfbdf977bc0afa24a5e75bb112 cf7b1bf495458471c17289d98132c83d62627023 Package: ros-rolling-autoware-msgs Version: 1.11.0-1noble.20260425.154318 Architecture: arm64 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-system-msgs, ros-rolling-autoware-v2x-msgs, ros-rolling-autoware-vehicle-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-msgs/ros-rolling-autoware-msgs_1.11.0-1noble.20260425.154318_arm64.deb Size: 5888 SHA256: e5ee158f148ccf32d68b6561d497c78a726ace642e816b59597a6a438ae7e155 SHA1: 3139ddd8105ed9c248191ec308f19fcbde4565d1 MD5sum: c75e3b8c989d80eafe684fdbd69d00e8 Description: Meta package for the autoware_msgs packages Package: ros-rolling-autoware-perception-msgs Version: 1.11.0-1noble.20260425.152433 Architecture: arm64 Maintainer: Takagi, Isamu Installed-Size: 4052 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-perception-msgs/ros-rolling-autoware-perception-msgs_1.11.0-1noble.20260425.152433_arm64.deb Size: 246772 SHA256: 21e89ddc3a938dcd510ea6cb7fd573e4b96b854f01c6fb63b2040ec63e2c8e95 SHA1: 99f6847720e0e31539b314d11b2c31e279e87397 MD5sum: 17a89ead073378082b7a156c0b8fd074 Description: Autoware perception messages package. Package: ros-rolling-autoware-perception-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-perception-msgs Version: 1.11.0-1noble.20260425.152433 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Takagi, Isamu Installed-Size: 3055 Depends: ros-rolling-autoware-perception-msgs (= 1.11.0-1noble.20260425.152433) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-perception-msgs/ros-rolling-autoware-perception-msgs-dbgsym_1.11.0-1noble.20260425.152433_arm64.deb Size: 2389724 SHA256: 09d0dbf94141b9a429d75b74908b9df9627144354637c1819ac69bd312ba257c SHA1: 8c8cfc58f133a6792eb3b6a28682e60acb9e52aa MD5sum: 01c071a41995ce0642cf7278e895cb1f Description: debug symbols for ros-rolling-autoware-perception-msgs Build-Ids: 094a3c062f22428090336368053971fd9d5fef6a 0cdf6a81be7d567c9d696235b6172bcfd35198e0 4dd722a08339e210ee82156fe431660b3699ab45 68338e30f2b2efb40a37ca0142e1570d308c5842 6a39886d91cb9627a1d4a744ff7aa84f7fcec49a 6fb768d340eeb8d97252aa10384eef08fd465ce2 c3ff14066bd8927930340c24016810ac6a39cc68 c93213d789fcb90381ff1d258da41cdc9b059187 d08ec585a3cbc229bec57fa9c21c4de763291fc3 d3a87795328ff80ea7cea8abe690d932815fd0f6 f3525c0dbfb0021c3b520f35b1b63e18aa37e59c Package: ros-rolling-autoware-planning-msgs Version: 1.11.0-1noble.20260425.152729 Architecture: arm64 Maintainer: Takagi, Isamu Installed-Size: 3924 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-planning-msgs/ros-rolling-autoware-planning-msgs_1.11.0-1noble.20260425.152729_arm64.deb Size: 257324 SHA256: e0413a60bdb69000ffeb991f6e0c936b2bf7f4f0232adfbb1cd5e0a6392f462a SHA1: 86c9730664bc6b7de27355666182d303431b85fc MD5sum: 8480292b8c2da6ed6e21c2c28d65e840 Description: Autoware planning messages package. Package: ros-rolling-autoware-planning-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-planning-msgs Version: 1.11.0-1noble.20260425.152729 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Takagi, Isamu Installed-Size: 3006 Depends: ros-rolling-autoware-planning-msgs (= 1.11.0-1noble.20260425.152729) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-planning-msgs/ros-rolling-autoware-planning-msgs-dbgsym_1.11.0-1noble.20260425.152729_arm64.deb Size: 2335654 SHA256: b35f4b21324f695940e3325425ddb961145aabb0ece304724719d94c1c3a01f2 SHA1: 05f0b551e88174b349539d272f072778f21ecc5b MD5sum: 15b83a08a784c0667ad71150b88419da Description: debug symbols for ros-rolling-autoware-planning-msgs Build-Ids: 25efa2104c4a9412020b4b0f783efebafe623991 3eb07954f47cfc829c92f244618064b04a55ca55 4d777a6622d11654fa5137eae3908f750bf4a728 58a1cdf26d6c8c8d579bb158ace3177586d70a34 75f040ff46ad3243e722baf5d2d8cb22821c638e 92259b08799f646bf3389a5cd27a3eb9052793b3 9668b4a9246743e137a275f85ade5fcc1ee3cfc9 ae86eb9981e39ea6b8f13b48ab85e8f64396cccd ae889072a7c93ba383c13bd4807a075f4c409fa7 c2fa24da1635703cdf717b3f554470ed092c133d d6504806caf475e17a888c127ae24fe3d95c7966 Package: ros-rolling-autoware-sensing-msgs Version: 1.11.0-1noble.20260425.152627 Architecture: arm64 Maintainer: Mete Fatih Cırıt Installed-Size: 2389 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-sensing-msgs/ros-rolling-autoware-sensing-msgs_1.11.0-1noble.20260425.152627_arm64.deb Size: 180734 SHA256: f21a0be6ea87f2c96849c3a68cfe73e2c285ac49ab861a0f8ae961ba418e7256 SHA1: 346ddac0164562bd9b0f2c2eb220aa7e45bb7d53 MD5sum: fb12f5a217077be372d9ea3dcf8687ee Description: Autoware sensing messages package. Package: ros-rolling-autoware-sensing-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-sensing-msgs Version: 1.11.0-1noble.20260425.152627 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Mete Fatih Cırıt Installed-Size: 1871 Depends: ros-rolling-autoware-sensing-msgs (= 1.11.0-1noble.20260425.152627) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-sensing-msgs/ros-rolling-autoware-sensing-msgs-dbgsym_1.11.0-1noble.20260425.152627_arm64.deb Size: 1494950 SHA256: d0eb620169e915559967fd0381c0548471b84e11689a46793b32c2a813d3372a SHA1: d784681cccad685b14d783773d0a08761d955512 MD5sum: c59d2e8ebbf57e8340255e12ff4c1d44 Description: debug symbols for ros-rolling-autoware-sensing-msgs Build-Ids: 0a424fdb51ce461d3dec63e35d648d1627860570 11feb4636bf9c808e1c242651504f3ec89abf728 129c91f1e784044caad06f2d8deb22de6862e6e6 255e4f121350ea142813b394222c87bcde2af06a 30eeb91835ef911a285417be752f89d24c32cc9e 5b32718cc50b39c45d260f0f6c6d52ba1e504dac 7873379876a459059ee25755c4804535893e2b0c 819e9ce305ecd20248cf129cf2c6c8e197279a59 cdc2de785aa03027f5aa5f691dae61b4fcb68525 cfc4ec5550e51f86a42bfe3c57298b1cebe19e41 e7f5af531f251eeac1b36e71c574f3f9d245e5dd Package: ros-rolling-autoware-system-msgs Version: 1.11.0-1noble.20260425.153002 Architecture: arm64 Maintainer: Takagi, Isamu Installed-Size: 2072 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-system-msgs/ros-rolling-autoware-system-msgs_1.11.0-1noble.20260425.153002_arm64.deb Size: 132742 SHA256: 22ae29d4fc6b05b83832b92e4407ce8c287b3208ef3e64f4b6db8509d315067b SHA1: 56360b97e7fd4e1d540c6afdb8f75a3495375498 MD5sum: 8b6cbafcf5fd454a4b3bb15966e4cf20 Description: Autoware system messages package. Package: ros-rolling-autoware-system-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-system-msgs Version: 1.11.0-1noble.20260425.153002 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Takagi, Isamu Installed-Size: 1351 Depends: ros-rolling-autoware-system-msgs (= 1.11.0-1noble.20260425.153002) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-system-msgs/ros-rolling-autoware-system-msgs-dbgsym_1.11.0-1noble.20260425.153002_arm64.deb Size: 1020304 SHA256: bbe90fe40248358d3c08b3053c270613401927d4074cf4b1877c8641f9e99d9b SHA1: 6b9f3e49a136962f70e92ef93dbd97ace463356c MD5sum: 292462d68fe1094c56ff98f0e6fc9aef Description: debug symbols for ros-rolling-autoware-system-msgs Build-Ids: 0fde049ac6bd3d371ac254df600a3c560e87b977 0fe85e65f40537c7f275088bc11fe61ac30ac857 171abd6edd24aafc429818bbb2f9eff48f3ace0f 1c9e13957dabcb34a092ad033b36f49257575c44 445451bf53abb8ff6f68f5d0ed9569dc07c78f3f 4a5eb5f6ec485fe05fab6f15cc0c783da06626fa acdd471b1a1af02813ee503522832a1f95981c1b b8feb9bf7cb5c2d0aadcc47436b21fd68d6bb1f6 d5b9b2386c047e38f0e6e89f9983d5ee3e33268e de257ee5eed859107e65bf467e8d6cb24fbe09ca e57e4dcdffd1d3beb4e1b663bec890438dc9d44d Package: ros-rolling-autoware-utils Version: 1.4.2-2noble.20260426.002209 Architecture: arm64 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils/ros-rolling-autoware-utils_1.4.2-2noble.20260426.002209_arm64.deb Size: 11868 SHA256: 24faf02d4b7e99eb3d050fc668d9e874e6f0371634dbd306388fb989fbedd9fa SHA1: 2aa462adad437acb9d10c13594a88a232680e98b MD5sum: ed5a6090cb2fd51dfe1cbde52def9e81 Description: The autoware_utils package Package: ros-rolling-autoware-utils-debug Version: 1.4.2-2noble.20260425.193431 Architecture: arm64 Maintainer: Jian Kang Installed-Size: 2070 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-debug/ros-rolling-autoware-utils-debug_1.4.2-2noble.20260425.193431_arm64.deb Size: 448628 SHA256: c67eb9796c710cb1ce6c156468fc87bf8a389b5601491702bf5675dc17501830 SHA1: dfa909ccf56d4dd6bea18fc732bf83c818043fcf MD5sum: 1aff9de82722cc8ecdc82644a15b5aec Description: The autoware_utils_debug package Package: ros-rolling-autoware-utils-diagnostics Version: 1.4.2-2noble.20260425.190955 Architecture: arm64 Maintainer: Jian Kang Installed-Size: 199 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-diagnostic-msgs, ros-rolling-rclcpp, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-diagnostics/ros-rolling-autoware-utils-diagnostics_1.4.2-2noble.20260425.190955_arm64.deb Size: 49024 SHA256: d1b3470fdafe60a76d31379338632961d70cf4823fd81254f3e68992a78327c2 SHA1: 22a166238c79ed178a39d46a6a1cc37c8fff1506 MD5sum: 0edd0d107e925dea5625250959cf3294 Description: The autoware_utils_diagnostics package Package: ros-rolling-autoware-utils-diagnostics-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-utils-diagnostics Version: 1.4.2-2noble.20260425.190955 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jian Kang Installed-Size: 800 Depends: ros-rolling-autoware-utils-diagnostics (= 1.4.2-2noble.20260425.190955) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-diagnostics/ros-rolling-autoware-utils-diagnostics-dbgsym_1.4.2-2noble.20260425.190955_arm64.deb Size: 724706 SHA256: 92eb3c9271d940a3228bfca5ec69553bd83a765b8146aa53489ac53421a0f273 SHA1: 10f3f075ad95a77c31f6f672db5b7e3229c7e5a9 MD5sum: 06fed384c0e19e9c6997122cbb6e46de Description: debug symbols for ros-rolling-autoware-utils-diagnostics Build-Ids: 0d4773757638ef49fc5ef1ddcd38fd843f631eed Package: ros-rolling-autoware-utils-geometry Version: 1.4.2-2noble.20260425.235704 Architecture: arm64 Maintainer: Jian Kang Installed-Size: 378 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-geometry/ros-rolling-autoware-utils-geometry_1.4.2-2noble.20260425.235704_arm64.deb Size: 122276 SHA256: dba11bbfdf39c6f173e53a95b40a0ef28d88864c2c67f6cb69bb44e88a51f6e1 SHA1: 82dbccb808e7d6adf47ef2a3211f010c30acc05e MD5sum: 87b96b7042b3c9d2d2814a0b50e1683c Description: The autoware_utils_geometry package Package: ros-rolling-autoware-utils-geometry-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-utils-geometry Version: 1.4.2-2noble.20260425.235704 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jian Kang Installed-Size: 2752 Depends: ros-rolling-autoware-utils-geometry (= 1.4.2-2noble.20260425.235704) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-geometry/ros-rolling-autoware-utils-geometry-dbgsym_1.4.2-2noble.20260425.235704_arm64.deb Size: 2669338 SHA256: 30730c7e5f35ad41c0890cbb82c70f045c500a68ddbcfdbd4b47c141c7a8ce40 SHA1: 25c42664a251bd176b8d7cdf20ba1fa61c4182c7 MD5sum: 7c2e1f970120b3713a753a4845e95b7d Description: debug symbols for ros-rolling-autoware-utils-geometry Build-Ids: b401db791841ff4ffc73261472d6923803f19fe8 Package: ros-rolling-autoware-utils-logging Version: 1.4.2-2noble.20260425.191022 Architecture: arm64 Maintainer: Jian Kang Installed-Size: 133 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-logging-demo, ros-rolling-rclcpp, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-logging/ros-rolling-autoware-utils-logging_1.4.2-2noble.20260425.191022_arm64.deb Size: 29132 SHA256: 22a5daf8afda7706d92bcf06135edab16e50a941e2ff4dab16df4e874d36e572 SHA1: 733377532c29da9dc66f0e4dd54dddcbf222ae91 MD5sum: 51b6819d01fed73a1135e905fdae6e60 Description: The autoware_utils_logging package Package: ros-rolling-autoware-utils-logging-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-utils-logging Version: 1.4.2-2noble.20260425.191022 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jian Kang Installed-Size: 475 Depends: ros-rolling-autoware-utils-logging (= 1.4.2-2noble.20260425.191022) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-logging/ros-rolling-autoware-utils-logging-dbgsym_1.4.2-2noble.20260425.191022_arm64.deb Size: 429020 SHA256: 225aa08b5e1004b2b3feebb75ae8db28b21d36d50def35347ef3187708c2cb57 SHA1: bb86f06b102a7ac014441e6b01be7a4857cc94bc MD5sum: 07aa559f034c2adc78088ba7d6b63949 Description: debug symbols for ros-rolling-autoware-utils-logging Build-Ids: bc1e7f3827f3f9cbcf9f37f68f5a9691f2b42bcc Package: ros-rolling-autoware-utils-math Version: 1.4.2-2noble.20260425.110848 Architecture: arm64 Maintainer: Jian Kang Installed-Size: 265 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-math/ros-rolling-autoware-utils-math_1.4.2-2noble.20260425.110848_arm64.deb Size: 109668 SHA256: 9a85dde8b52f9170ab0024f4234efa9521ad4be842ba4755efa98bbd649f2d40 SHA1: 37c235940cf36f19804159f4377ea0f9831cd81b MD5sum: b56faed1dac67213a7bf2d170ab2d203 Description: The autoware_utils_math package Package: ros-rolling-autoware-utils-math-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-utils-math Version: 1.4.2-2noble.20260425.110848 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jian Kang Installed-Size: 22 Depends: ros-rolling-autoware-utils-math (= 1.4.2-2noble.20260425.110848) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-math/ros-rolling-autoware-utils-math-dbgsym_1.4.2-2noble.20260425.110848_arm64.deb Size: 7116 SHA256: 502bbbdc9839b48fa2180a79a5ea8f786edcfa63060b23e8c1be71031d335e93 SHA1: 1bb1e8b13ef31802ce2f596ed90af434f879ea09 MD5sum: 21a54ed5a70632f616d3348239352f23 Description: debug symbols for ros-rolling-autoware-utils-math Build-Ids: ab82a9ecaab5bcffb4a4c9f5c16b6e9f724483af Package: ros-rolling-autoware-utils-pcl Version: 1.4.2-2noble.20260426.001241 Architecture: arm64 Maintainer: Jian Kang Installed-Size: 58 Depends: ros-rolling-autoware-utils-tf, ros-rolling-pcl-conversions, ros-rolling-pcl-ros, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-pcl/ros-rolling-autoware-utils-pcl_1.4.2-2noble.20260426.001241_arm64.deb Size: 8492 SHA256: f633cb5b8b10c56be44a6e136de9fc124994c4e04c65d473c948001e9e38472b SHA1: a61cbd3a01175cd16f4bf89c198efd9a172f8633 MD5sum: 683a183ef04b18114bd82ab84d74f14e Description: The autoware_utils_pcl package Package: ros-rolling-autoware-utils-rclcpp Version: 1.4.2-2noble.20260425.191106 Architecture: arm64 Maintainer: Jian Kang Installed-Size: 64 Depends: ros-rolling-rclcpp, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-rclcpp/ros-rolling-autoware-utils-rclcpp_1.4.2-2noble.20260425.191106_arm64.deb Size: 9420 SHA256: ec4f0ebb413b8795dac9b56aca3d098ceff7bb80ad56f5b3c09771fafe24f5a0 SHA1: 0a7afdc97fca735e5779a2a59d0b5636ea100c0d MD5sum: 0d298f7bfef0a96375f2bdbc4344d577 Description: The autoware_utils_rclcpp package Package: ros-rolling-autoware-utils-system Version: 1.4.2-2noble.20260425.191106 Architecture: arm64 Maintainer: Jian Kang Installed-Size: 133 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-system/ros-rolling-autoware-utils-system_1.4.2-2noble.20260425.191106_arm64.deb Size: 15306 SHA256: b5157cdf601036947bb6e6be9a72e9320c193bb1d90250d08645e6e1a7c9e68b SHA1: da147002388730ad41183857cba9e8c7287037a6 MD5sum: 06f68975048a0522b657b5a5c9569f67 Description: The autoware_utils_system package Package: ros-rolling-autoware-utils-system-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-utils-system Version: 1.4.2-2noble.20260425.191106 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jian Kang Installed-Size: 217 Depends: ros-rolling-autoware-utils-system (= 1.4.2-2noble.20260425.191106) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-system/ros-rolling-autoware-utils-system-dbgsym_1.4.2-2noble.20260425.191106_arm64.deb Size: 200598 SHA256: 7524a1be4cfa658f5396ce592126e414fc6121653b293ff2f2eadc65d080d12c SHA1: 917d50cfbd6a33054b2bf3cb5ce8ff65db73d3e9 MD5sum: 5c4905b6b61a3a4c495b20eedd5de9d3 Description: debug symbols for ros-rolling-autoware-utils-system Build-Ids: 63be9041774963a41086bdf79bc5794f2d63f137 Package: ros-rolling-autoware-utils-tf Version: 1.4.2-2noble.20260426.000606 Architecture: arm64 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-tf/ros-rolling-autoware-utils-tf_1.4.2-2noble.20260426.000606_arm64.deb Size: 8422 SHA256: 6e9d0627f36662f29b03e63378c2509724db789695c4d0610efed903a0a1af10 SHA1: 4255db72426a29ac405a4c69a138c8881eceb05e MD5sum: 1a312a7b3352d43d1925653d30cf1567 Description: The autoware_utils_tf package Package: ros-rolling-autoware-utils-uuid Version: 1.4.2-2noble.20260425.122254 Architecture: arm64 Maintainer: Jian Kang Installed-Size: 56 Depends: libboost-system-dev, ros-rolling-unique-identifier-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-uuid/ros-rolling-autoware-utils-uuid_1.4.2-2noble.20260425.122254_arm64.deb Size: 7920 SHA256: 31ec5f2b4a06f9d34fec115382d226e199b5cc704d3273ae55c051ee5eb5dfa7 SHA1: 30742224af650d1076e116244f3736a9923ae935 MD5sum: 852ca9596c9d31d037041b412f57602b Description: The autoware_utils_uuid package Package: ros-rolling-autoware-utils-visualization Version: 1.4.2-2noble.20260425.191153 Architecture: arm64 Maintainer: Jian Kang Installed-Size: 134 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), ros-rolling-rclcpp, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-visualization/ros-rolling-autoware-utils-visualization_1.4.2-2noble.20260425.191153_arm64.deb Size: 17168 SHA256: 894e05ab691fcf860b2434576cd798ae656a1f80cb9e360bd899c11984700185 SHA1: df6891fa8a87d1867237a1469b1a6b760d8e9a68 MD5sum: 8bd1caa42f5306055de48a0cf07ce8eb Description: The autoware_utils_visualization package Package: ros-rolling-autoware-utils-visualization-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-utils-visualization Version: 1.4.2-2noble.20260425.191153 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jian Kang Installed-Size: 153 Depends: ros-rolling-autoware-utils-visualization (= 1.4.2-2noble.20260425.191153) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-visualization/ros-rolling-autoware-utils-visualization-dbgsym_1.4.2-2noble.20260425.191153_arm64.deb Size: 134116 SHA256: 8cf5e2d3dfe74d732ebe9cbf61a6e1315c91ac820d8f4708c3c57c1b69243c37 SHA1: 725a6f896817910e02a370069bb7ab3072d6c231 MD5sum: c8de499633aa550eb7cdc990e6a80dea Description: debug symbols for ros-rolling-autoware-utils-visualization Build-Ids: 64aca29d4aa3414810dca0b5fe7d2ff152e1c983 Package: ros-rolling-autoware-v2x-msgs Version: 1.11.0-1noble.20260425.152634 Architecture: arm64 Maintainer: Takagi, Isamu Installed-Size: 1416 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-v2x-msgs/ros-rolling-autoware-v2x-msgs_1.11.0-1noble.20260425.152634_arm64.deb Size: 90836 SHA256: 5f3ca0369dde838757d4fc8c802b33b57e9ac3e98b095371811fe65ee8555e17 SHA1: ec13dabc55ee991e4cca91db702b99de2cad1248 MD5sum: c2d0d56895923f38ce4fb4f2b9be3afe Description: Autoware v2x messages package. Package: ros-rolling-autoware-v2x-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-v2x-msgs Version: 1.11.0-1noble.20260425.152634 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Takagi, Isamu Installed-Size: 921 Depends: ros-rolling-autoware-v2x-msgs (= 1.11.0-1noble.20260425.152634) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-v2x-msgs/ros-rolling-autoware-v2x-msgs-dbgsym_1.11.0-1noble.20260425.152634_arm64.deb Size: 713578 SHA256: 6824cb96e20134851b68fae3b8fa8cd22dfebb4349c6e6d358f4739d7e80bd04 SHA1: 211919b5b9caf13a262378e046ddf202e238cf3d MD5sum: 47477484b97aa58a89d8d514eb78649d Description: debug symbols for ros-rolling-autoware-v2x-msgs Build-Ids: 188b62988fcacad6458e9de739f0158372a8f198 46ecec5cdb99800937b251a75976b9147b7048fb 48efe45f5576022fdb3830f6f6305eeffdc86b7f 6f1189cf2568ff86968d4ac5e46f9b6e2369cd35 7076e1c16aa084516308330835a49130058cea3b 9379826bbb00723a4db72907a14731502b6704ac 97b6d35614fc88069e9e00bc2ef3faee0f0acd6f c36e026c48790ee6d525afe73f39d523f2143d8c dacb97a9961550a47f6502cdbf562870cf02e89d e301b030748a1f71b190565c8418f95402dab668 e670744d3c3b5305353cbe9885289fb0d5649dd1 Package: ros-rolling-autoware-vehicle-msgs Version: 1.11.0-1noble.20260425.153558 Architecture: arm64 Maintainer: Mete Fatih Cırıt Installed-Size: 2430 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-vehicle-msgs/ros-rolling-autoware-vehicle-msgs_1.11.0-1noble.20260425.153558_arm64.deb Size: 141434 SHA256: dd5362468d46833f8f60270c0f6be2a160324cd6a4b4151fd4261273b355b8c3 SHA1: 3b64237ba234d3719754416630a4e50a63ec769c MD5sum: 64e40a90db6f0629d85b65710d190bc6 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.11.0-1noble.20260425.153558 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Mete Fatih Cırıt Installed-Size: 1477 Depends: ros-rolling-autoware-vehicle-msgs (= 1.11.0-1noble.20260425.153558) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-vehicle-msgs/ros-rolling-autoware-vehicle-msgs-dbgsym_1.11.0-1noble.20260425.153558_arm64.deb Size: 1061314 SHA256: 2ead7d68b1f919db3559e986f8a07e121813e3854cd232f29124bb599c193bd6 SHA1: bd2b49a057f07461df03b1fc445e5a0a6d6d3092 MD5sum: 6cd5219e5fd58c5cdaed64629e0c6cd4 Description: debug symbols for ros-rolling-autoware-vehicle-msgs Build-Ids: 0e60c05b5581940d45c845b26301d2c597d4b238 1289becd0cff39676ed7c87707c5982fc7817785 2197aadf1309c8dc66ab644b02973b0d1f6882bc 27ddc3b8a134fa42cb4ec424bd6dcfb136b03842 2ca81467a90e32d4f12b01285448adb996d9fc9e 40ee2ee1cbec33bfddccc7fe233e5f4ff27b026b 5c3195af6f5be27daaebbbbaa6155aecd01e27bc 8925fd6e447cd43ff1ce595e4e4d42dc651d5e8f 92cdaeec99299524f60d8a9ce1639ae906de95ca b65293786602079c51e6e2904682cc9c01c2ff86 c22ab8dc6124234765689be64cab14b4504df333 Package: ros-rolling-avt-vimba-camera Version: 2001.1.0-5noble.20260426.000751 Architecture: arm64 Maintainer: AutonomouStuff Software Team Installed-Size: 3016 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-camera-info-manager, ros-rolling-diagnostic-msgs, ros-rolling-diagnostic-updater, 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-std-msgs, ros-rolling-stereo-image-proc, ros-rolling-ros-workspace Homepage: https://github.com/astuff/avt_vimba_camera Priority: optional Section: misc Filename: pool/main/r/ros-rolling-avt-vimba-camera/ros-rolling-avt-vimba-camera_2001.1.0-5noble.20260426.000751_arm64.deb Size: 632462 SHA256: 0ed18b9ecea9fc015edf0ba66b8545514fe4eeade01894b2dd6b89df226301b8 SHA1: 03cb999dc7bc130b14311621e241959d28bc286e MD5sum: 77fe6b67fed44427ad96e9b2bc322883 Description: Camera driver for Allied Vision Technologies (AVT) cameras, based on their Vimba SDK. Package: ros-rolling-avt-vimba-camera-dbgsym Package-Type: ddeb Source: ros-rolling-avt-vimba-camera Version: 2001.1.0-5noble.20260426.000751 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: AutonomouStuff Software Team Installed-Size: 4749 Depends: ros-rolling-avt-vimba-camera (= 2001.1.0-5noble.20260426.000751) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-avt-vimba-camera/ros-rolling-avt-vimba-camera-dbgsym_2001.1.0-5noble.20260426.000751_arm64.deb Size: 4193474 SHA256: 684a271515bc302c3f945616178270e7f6bb9746d74532e991b9800c7dd2f946 SHA1: a9c288d4a2dd49933b440c9bc0e54bd8036d0768 MD5sum: ac08955fb91103407ef9deb4726945cd Description: debug symbols for ros-rolling-avt-vimba-camera Build-Ids: 7d87095bc2d65f5bf0aaaf53fa396be01ca1d32d 88e538466005d86fab225453cb45175e5aded9ef b9b565a13ade82c8f4e8c93f69140a712cce9c4d baa97c9400bf13548b8d51b5e8e4b2ff5faf325d Package: ros-rolling-aws-sdk-cpp-vendor Version: 0.2.1-2noble.20260425.084007 Architecture: arm64 Maintainer: Daisuke Nishimatsu Installed-Size: 35688 Depends: libc6 (>= 2.38), libcurl4t64 (>= 7.18.0), libgcc-s1 (>= 3.3.1), libssl3t64 (>= 3.0.0), libstdc++6 (>= 13.1), zlib1g (>= 1:1.1.4), libssl-dev, zlib1g-dev, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-aws-sdk-cpp-vendor/ros-rolling-aws-sdk-cpp-vendor_0.2.1-2noble.20260425.084007_arm64.deb Size: 4424488 SHA256: 2671271a73bf07f13add0300cf3410c29edb5ee328be6651fd137aa4466f88dd SHA1: 4dc37818fc237e93ae1b51d6605ca0cd4ce07871 MD5sum: f6accf0d01a84662aad534be8663e7bf Description: A vendor package for aws-sdk-cpp Package: ros-rolling-aws-sdk-cpp-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-aws-sdk-cpp-vendor Version: 0.2.1-2noble.20260425.084007 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daisuke Nishimatsu Installed-Size: 91713 Depends: ros-rolling-aws-sdk-cpp-vendor (= 0.2.1-2noble.20260425.084007) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-aws-sdk-cpp-vendor/ros-rolling-aws-sdk-cpp-vendor-dbgsym_0.2.1-2noble.20260425.084007_arm64.deb Size: 83358948 SHA256: 178836d28a8b8d36d8465e9aa2d88e6cce3ef507cfe73157fc9014747d779644 SHA1: 6cfadac0f0efd3895a32c9d5225a00eb5d9b1ecc MD5sum: d8e104caa3178a9309d4a5e0d17fd568 Description: debug symbols for ros-rolling-aws-sdk-cpp-vendor Build-Ids: 2e6a53a45277c3ba6c1edea99fed406d7145a2d6 44b96f5185227fc74e18dff79b32f16bd308b8ce 5cdbb3f4514689150631b04566c9deb83b63f3e1 838a1ca45636f20cb5d4c1c65ab6042528f15ea0 a694f68e5a8a9802202a0967d2f14a02fa92de1f b95ca6540283337ea30e68afef8335e8d6e8a667 d017e67bcc8e10210506451c1f53dd2a79bb2801 f3efaf36a80c2f1b4e4992bdb5ae142cfc8d4f09 Package: ros-rolling-azure-iot-sdk-c Version: 1.14.0-4noble.20260423.220013 Architecture: arm64 Maintainer: Tim Clephas Installed-Size: 7271 Depends: curl, libcurl4-openssl-dev, libssl-dev, uuid-dev, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-azure-iot-sdk-c/ros-rolling-azure-iot-sdk-c_1.14.0-4noble.20260423.220013_arm64.deb Size: 860904 SHA256: 4dae7c3e495f424967ba57b757bc9e16ff1ef3dd640a966d61e9f7ceb5cff9f9 SHA1: a10820d055f4c8b0ffe805b83bf0179b6f6e75ad MD5sum: 1909b0d5278c3babc547d8e724157f27 Description: Azure IoT C SDKs and Libraries Package: ros-rolling-backward-ros Version: 1.0.8-1noble.20260423.220047 Architecture: arm64 Maintainer: Victor López Installed-Size: 233 Depends: libc6 (>= 2.17), 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-1noble.20260423.220047_arm64.deb Size: 52984 SHA256: 66e56c4779892ce0fdd47f72c9214959c7100694fcc157f65653c59c14066d51 SHA1: 9a5a6ee23fc5161f0d1515dd8a68140ad9ef69af MD5sum: d38ab22f7e69162853aa4fa0bc38d28f 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-1noble.20260423.220047 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Victor López Installed-Size: 259 Depends: ros-rolling-backward-ros (= 1.0.8-1noble.20260423.220047) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-backward-ros/ros-rolling-backward-ros-dbgsym_1.0.8-1noble.20260423.220047_arm64.deb Size: 225880 SHA256: 7137ba7a4e8b55e374b515573849c14cda456371569cde5c65acaee78c645d90 SHA1: db22a8746d7aaab3adf7433b9d4abf79cc2b759f MD5sum: 883096f4f75e10d6017c7ad3befddd88 Description: debug symbols for ros-rolling-backward-ros Build-Ids: 53c000d8600e5abf68129a80fd233061cc9b8268 Package: ros-rolling-bag2-to-image Version: 0.1.2-1noble.20260425.175335 Architecture: arm64 Maintainer: Daisuke Nishimatsu Installed-Size: 322 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-bag2-to-image/ros-rolling-bag2-to-image_0.1.2-1noble.20260425.175335_arm64.deb Size: 83786 SHA256: afd1b9dd7077522e70c02ab0bd14de7e9a5ed7d0a8fddcde667438fe984d4f49 SHA1: c0b67ddaffdbd6f5e632e60eaafa166cd085f68f MD5sum: 53c18cf05cd80414696eed0930894f86 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-1noble.20260425.175335 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daisuke Nishimatsu Installed-Size: 1666 Depends: ros-rolling-bag2-to-image (= 0.1.2-1noble.20260425.175335) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-bag2-to-image/ros-rolling-bag2-to-image-dbgsym_0.1.2-1noble.20260425.175335_arm64.deb Size: 1551658 SHA256: 757153a2cc9408e64ea4104c2fd12f9e5c02c0f675e8d009ea34d9aa615db938 SHA1: 125a3823bd61991a0b1a01353108e4b27369f253 MD5sum: be35eb8f482e463c78d904cf38facbfc Description: debug symbols for ros-rolling-bag2-to-image Build-Ids: 968092eab3fa92da87502f8b8dd6935c3d1b2c53 fff4c4e858a0b82b5ee9ada334021e2cd13e5ad8 Package: ros-rolling-battery-state-broadcaster Version: 1.2.0-1noble.20260425.232158 Architecture: arm64 Maintainer: Jonas Otto Installed-Size: 266 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-controller-interface, ros-rolling-pluginlib, ros-rolling-realtime-tools, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-battery-state-broadcaster/ros-rolling-battery-state-broadcaster_1.2.0-1noble.20260425.232158_arm64.deb Size: 64724 SHA256: 4a627f1dc3511f6e7daf3355264cb94cd576fa1cf89cf4c439993816bd2f7264 SHA1: 8807c846bf6b3d271ea7d8d8b2f457d4266b0464 MD5sum: 616a942194ee23951aceb68411c67609 Description: ROS2 Control boradcaster for battery state sensors. Package: ros-rolling-battery-state-broadcaster-dbgsym Package-Type: ddeb Source: ros-rolling-battery-state-broadcaster Version: 1.2.0-1noble.20260425.232158 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jonas Otto Installed-Size: 1056 Depends: ros-rolling-battery-state-broadcaster (= 1.2.0-1noble.20260425.232158) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-battery-state-broadcaster/ros-rolling-battery-state-broadcaster-dbgsym_1.2.0-1noble.20260425.232158_arm64.deb Size: 959000 SHA256: 418a3b6f2df94cdac07b9975d13362fc7c2516e8484c1a197bc7775f2a248e8e SHA1: 358c3fd8dd175b05649726e68d7a877cae27ac63 MD5sum: ba163618a193b0c992e0916ee2981583 Description: debug symbols for ros-rolling-battery-state-broadcaster Build-Ids: 42e74be5af662ea818626df561d2f3e3c5b33355 Package: ros-rolling-battery-state-rviz-overlay Version: 1.2.0-1noble.20260425.170204 Architecture: arm64 Maintainer: Jonas Otto Installed-Size: 561 Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, ros-rolling-rclcpp, ros-rolling-rviz-2d-overlay-msgs, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-battery-state-rviz-overlay/ros-rolling-battery-state-rviz-overlay_1.2.0-1noble.20260425.170204_arm64.deb Size: 117012 SHA256: 8e1a301f12234d9df60f9c7a1e2293491629536c4ff53d7db0e24b64293f1027 SHA1: 2f9c8ad621d466932a35e39b7f7326b2767020c0 MD5sum: 5cf7353644ad24ad8d1f098216349db4 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-1noble.20260425.170204 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jonas Otto Installed-Size: 2451 Depends: ros-rolling-battery-state-rviz-overlay (= 1.2.0-1noble.20260425.170204) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-battery-state-rviz-overlay/ros-rolling-battery-state-rviz-overlay-dbgsym_1.2.0-1noble.20260425.170204_arm64.deb Size: 2073934 SHA256: f7a97e20d6f69f06d589d6d0ea059be90556433090c5762ce959f1b9ed9274c6 SHA1: 665c4f8eec442f9ce57990ee4c2726c4001b46b0 MD5sum: 73218d25f9d64bb1cb22dfa550c3e9c0 Description: debug symbols for ros-rolling-battery-state-rviz-overlay Build-Ids: 10a3a2fb6250984aacc9c3b21abb26927ccfac4a Package: ros-rolling-behaviortree-cpp Version: 4.9.0-1noble.20260425.170316 Architecture: arm64 Maintainer: Davide Faconti Installed-Size: 3032 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libsqlite3-0 (>= 3.10.0), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.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-tinyxml2-vendor, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-behaviortree-cpp/ros-rolling-behaviortree-cpp_4.9.0-1noble.20260425.170316_arm64.deb Size: 598022 SHA256: 5fa24d350cf4e38ed23f031e09fa3240b87266dc044d522f26087edc1d39fd30 SHA1: 4844017e0c20fa3c5ce28662a1563d20290d3b34 MD5sum: 42badc1d47519b52d39d1c1f8e00577a 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.9.0-1noble.20260425.170316 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Davide Faconti Installed-Size: 13342 Depends: ros-rolling-behaviortree-cpp (= 4.9.0-1noble.20260425.170316) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-behaviortree-cpp/ros-rolling-behaviortree-cpp-dbgsym_4.9.0-1noble.20260425.170316_arm64.deb Size: 12420890 SHA256: 7558f0c1fbe1cbfdac0a28909cabe8d638076d839132b97c8ef74e59b8cd0f9f SHA1: 96c935a614f798f9040284377b79f16968d5944e MD5sum: decdea5846ff9a371180fe34d6b3569f Description: debug symbols for ros-rolling-behaviortree-cpp Build-Ids: 1a7cf63354111a7f1c4f07971b7b7471da12ca6b 236473a1808d555af4ec9a59fdb59da7c2109ba0 5a1f1a2f81d6d7c65ced8ebe715b253941ad0861 b9b71786707375eac3f2541504cc5d6e1c415055 d72e228f09fd5bfa3fb47a444b7f29a6b70cd678 e5e4b09974267b55595c1de612d5dcb3e1c5eead Package: ros-rolling-bicycle-steering-controller Version: 6.6.0-1noble.20260425.231313 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 218 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+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.6.0-1noble.20260425.231313_arm64.deb Size: 46698 SHA256: 48b53f66950f03dfa1b7f282f7d3bb687aa573f3eb36042a4f3e6a6b6b7d3b28 SHA1: 189f1be52f392dca35a0ab19b5e36162790155b5 MD5sum: f94e5f15816fadd2718b30417341d169 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.6.0-1noble.20260425.231313 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 737 Depends: ros-rolling-bicycle-steering-controller (= 6.6.0-1noble.20260425.231313) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-bicycle-steering-controller/ros-rolling-bicycle-steering-controller-dbgsym_6.6.0-1noble.20260425.231313_arm64.deb Size: 691036 SHA256: 60a9804eae99928fb10d388b48117bffede1239e761a96ecb491e0836d562e66 SHA1: 6e97ae3947bb8c1008a0acbdab03c67bc1333d47 MD5sum: f7e8d8130362b706fde0ae50ec15678e Description: debug symbols for ros-rolling-bicycle-steering-controller Build-Ids: dc6125313a1ce78d8906e3ebfb2068b0a79a91ac Package: ros-rolling-bno055 Version: 0.5.0-2noble.20260425.200636 Architecture: arm64 Maintainer: flynneva Installed-Size: 199 Depends: python3-serial, python3-smbus, ros-rolling-example-interfaces, ros-rolling-rclpy, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-bno055/ros-rolling-bno055_0.5.0-2noble.20260425.200636_arm64.deb Size: 34812 SHA256: 6c64dff635de3d69ba05c0edf2a33a610465ad5e3a57680b5b48f7617bcbbc14 SHA1: 1aa7f42847e04a8583e61beba3d356c6c85964e7 MD5sum: fe26188cde4b013e072b3bad0f3fbc68 Description: Bosch BNO055 IMU driver for ROS2 Package: ros-rolling-bob-llm Version: 1.0.2-1noble.20260425.165513 Architecture: arm64 Maintainer: Bob Ros Installed-Size: 118 Depends: python3-requests, python3-yaml, ros-rolling-rclpy, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://github.com/bob-ros2/bob_llm Priority: optional Section: misc Filename: pool/main/r/ros-rolling-bob-llm/ros-rolling-bob-llm_1.0.2-1noble.20260425.165513_arm64.deb Size: 19302 SHA256: a4ae2c9637894b04e8345ab34d48890b0f212a6ecdbe2729f663c0cb674690b2 SHA1: 153e79c6d3d443b3c7ad0f304af4ee30d706ad53 MD5sum: 0bdb172f0248ba6b79695570c45c0992 Description: ROS package for interfacing with LLM's and VLM's using OpenAI compatible API. Package: ros-rolling-bond Version: 4.4.0-1noble.20260425.133142 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 1097 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/bond Priority: optional Section: misc Filename: pool/main/r/ros-rolling-bond/ros-rolling-bond_4.4.0-1noble.20260425.133142_arm64.deb Size: 57018 SHA256: 718dd29faf3bbc623267e8313dc72cf3d39041c6803d8caa3735827b21898eb4 SHA1: d20cdac7dad64f380246c2ad202d2797cb74df7e MD5sum: ae0ffa01e19b00e1cdf1c1b7ff1c7606 Description: A bond allows two processes, A and B, to know when the other has terminated, either cleanly or by crashing. The bond remains connected until it is either broken explicitly or until a heartbeat times out. Package: ros-rolling-bond-core Version: 4.4.0-1noble.20260425.180153 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 45 Depends: ros-rolling-bond, ros-rolling-bondcpp, ros-rolling-smclib, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/bond_core Priority: optional Section: misc Filename: pool/main/r/ros-rolling-bond-core/ros-rolling-bond-core_4.4.0-1noble.20260425.180153_arm64.deb Size: 6212 SHA256: c7fb21e48eea589f6250a91c7bfa872c86bddcfaf77cb0556e8b63efb816c225 SHA1: c20e063d6e70fd97779c04f9e08e8de2a731b06f MD5sum: f3c0f0ee760edb3fc1fcdb9e283c7491 Description: A bond allows two processes, A and B, to know when the other has terminated, either cleanly or by crashing. The bond remains connected until it is either broken explicitly or until a heartbeat times out. Package: ros-rolling-bond-dbgsym Package-Type: ddeb Source: ros-rolling-bond Version: 4.4.0-1noble.20260425.133142 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 427 Depends: ros-rolling-bond (= 4.4.0-1noble.20260425.133142) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-bond/ros-rolling-bond-dbgsym_4.4.0-1noble.20260425.133142_arm64.deb Size: 297198 SHA256: 1722c5ad156b6c838e6dc5f156140b2df1a67258289c9b6dae0c4310c6972916 SHA1: 6836d1292eb1de7fdac1637b2e76c0fa7d85f2ef MD5sum: 6f8c8674570ca916049f95a9b0213ba7 Description: debug symbols for ros-rolling-bond Build-Ids: 32fa304049c9fd0ba8998eddb01548ee7199a7be 3f2819329166fd183f5913b9dbdb59d186ee9411 4b7e2fab4e8197c553682c5b0d2a0bd80bb161bf 5bcef3048ae619354a65c190090081407f186f6a 5ed63b7d0e432bac63735c7cbe01b1b54b705bcd b93ccb02021e8841099ef870770391f1830ec12b c73f026e73c458e5037958697660e01ee9705ab5 c8559365bfe1e47a598531df7394988ff77a2434 d3129562a3799b37278d6275f7ee3c4ecc7e8c61 f1ec2e51efe6f6ca034d23d35f74974b7521bdeb f42cb18859becaf31d963e9400ca1349ebdd0743 Package: ros-rolling-bondcpp Version: 4.4.0-1noble.20260425.175440 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 609 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libuuid1 (>= 2.16), ros-rolling-bond, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-smclib, uuid-dev, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/bondcpp Priority: optional Section: misc Filename: pool/main/r/ros-rolling-bondcpp/ros-rolling-bondcpp_4.4.0-1noble.20260425.175440_arm64.deb Size: 122266 SHA256: 04eaf36a0b45854c19b923fe46c6ab3ddeaf189008ed9af2a0c5cb21b2852360 SHA1: 74cdd52dbe4e47d1ee2daf2fcaedd7b74a533957 MD5sum: 8eee38b2989af9bd8ffcc9881a5393e1 Description: C++ implementation of bond, a mechanism for checking when another process has terminated. Package: ros-rolling-bondcpp-dbgsym Package-Type: ddeb Source: ros-rolling-bondcpp Version: 4.4.0-1noble.20260425.175440 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 2369 Depends: ros-rolling-bondcpp (= 4.4.0-1noble.20260425.175440) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-bondcpp/ros-rolling-bondcpp-dbgsym_4.4.0-1noble.20260425.175440_arm64.deb Size: 1998294 SHA256: 6bfc3b8e4c2d2498611cff4f0f59dea24e3bceffc6fb4053b5076d86a96caa87 SHA1: 1ad545166765110624a1e3021bb6cf9782db5535 MD5sum: 0d42c3537de762d88075b0903fe39a9f Description: debug symbols for ros-rolling-bondcpp Build-Ids: c566d0385ef1d57f5ff07994c3096b3431098c4e Package: ros-rolling-bondpy Version: 4.4.0-1noble.20260425.185221 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 84 Depends: ros-rolling-bond, ros-rolling-rclpy, ros-rolling-smclib, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-bondpy/ros-rolling-bondpy_4.4.0-1noble.20260425.185221_arm64.deb Size: 16484 SHA256: 1b814056e188068ddd2b5f4afbb854a42bd36a0e2649c7bf1e57c43b0b9fd202 SHA1: d97901ac40673149ff184797b9b9339e44320ac8 MD5sum: 981fd5594b5eea72cbaf2bd44a4ca961 Description: Python implementation of bond, a mechanism for checking when another process has terminated. Package: ros-rolling-boost-geometry-util Version: 0.0.1-4noble.20260425.170257 Architecture: arm64 Maintainer: masaya Installed-Size: 148 Depends: libboost-all-dev, ros-rolling-geometry-msgs, ros-rolling-rclcpp, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-boost-geometry-util/ros-rolling-boost-geometry-util_0.0.1-4noble.20260425.170257_arm64.deb Size: 11274 SHA256: e808841fc0c77678417e3bec23871ca6688270a706e7edc67be28d43e92e6236 SHA1: f4aec83efbcfc283779fdbceae553c1d9a165036 MD5sum: 0cdb9258e9763403666c62be57763a5d 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-4noble.20260425.170257 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: masaya Installed-Size: 52 Depends: ros-rolling-boost-geometry-util (= 0.0.1-4noble.20260425.170257) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-boost-geometry-util/ros-rolling-boost-geometry-util-dbgsym_0.0.1-4noble.20260425.170257_arm64.deb Size: 35976 SHA256: a87b02eb5c0ba5827d7d3a13d4562e5bf5d6361453df40d1a1867f5d66a70aa3 SHA1: 36fbd78f890098a4c1a2247ad5e5b8664c6fb237 MD5sum: 4050568cd5c252c7d8b72401287ecf8d Description: debug symbols for ros-rolling-boost-geometry-util Build-Ids: 90ba1040692f15a8e63b6030c55911320c3e14da Package: ros-rolling-boost-sml-vendor Version: 1.1.13-1noble.20260425.084013 Architecture: arm64 Maintainer: Tim Clephas Installed-Size: 200 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-1noble.20260425.084013_arm64.deb Size: 25408 SHA256: cac7969b8c01c268a11653ff471e07233981cfc9bf821d291c8ad28e3c7d3dda SHA1: cc04cec1e9bbe4977b622f322d038adfa4c9852d MD5sum: 7c8b9170b4f3e5aa30817c2fb323020d Description: Vendor package for the Boost SML (State Machine Language) Package: ros-rolling-broll Version: 0.1.0-1noble.20260425.175448 Architecture: arm64 Maintainer: Emerson Knapp Installed-Size: 862 Depends: libavcodec60 (>= 7:6.0), libavformat60 (>= 7:6.0), libavutil58 (>= 7:6.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libswscale7 (>= 7:6.0), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-broll/ros-rolling-broll_0.1.0-1noble.20260425.175448_arm64.deb Size: 172594 SHA256: 2e92cee27e590028e649a317ccbae6146f8057ee0a7b25a8035aff32b04b99c8 SHA1: 8b4781a351beb3256e72e7d7d1e184edf3a2a26e MD5sum: 52276b1023e9414e42b4d1adc8112e22 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-1noble.20260425.175448 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Emerson Knapp Installed-Size: 3495 Depends: ros-rolling-broll (= 0.1.0-1noble.20260425.175448) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-broll/ros-rolling-broll-dbgsym_0.1.0-1noble.20260425.175448_arm64.deb Size: 3033286 SHA256: 1db8904a12c13ceb58c926c7d87a6c35b71280c47d2b0733e21f8f1656bae62d SHA1: 215750d1f095c52d1b10e2128cabff0d0dd5ebe5 MD5sum: 8d6f9a46fcde715c14b158834b50603e Description: debug symbols for ros-rolling-broll Build-Ids: 39ae7bc77e342665438d035c1cfe21c7bafce263 b975ee639e7b75a5f2cbb6f37dc588ce31a26e71 e6c63f8d2bc2bfc145600573676a77fa933afb9e Package: ros-rolling-builtin-interfaces Version: 2.4.4-1noble.20260425.121353 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 1082 Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.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.4.4-1noble.20260425.121353_arm64.deb Size: 48494 SHA256: 178b5512d64d99dadab8632e23015dc098452284bc83173b0d585ff910edcc1b SHA1: f49aa7123d046840babd4761be2b54d2047af6b6 MD5sum: c1aad21e8bc2359ca45a26954f36258b 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.4.4-1noble.20260425.121353 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 362 Depends: ros-rolling-builtin-interfaces (= 2.4.4-1noble.20260425.121353) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-builtin-interfaces/ros-rolling-builtin-interfaces-dbgsym_2.4.4-1noble.20260425.121353_arm64.deb Size: 238736 SHA256: 3c984417db23ed8faf58ad6959d8d4665b685c9c38bdfe6e87c517cafc029568 SHA1: 332519efc8467ec1d1a02c7e46f02268ac88eb36 MD5sum: f4f2e99358f4d948b0e6c54d0ca0b77f Description: debug symbols for ros-rolling-builtin-interfaces Build-Ids: 0fa2f4acbb3eadded47daf5e7014f988ecfc6335 1372f2bdfa303a2fe2e14b5854c8ba4bd570e113 1a302963fcb5555e2df7aefca8538ef3f42a63e7 46ee70cec0f0e84fedf8c4998c7a734e495108bb 75e9cfdb481731162d1735d6baa8a2d4191a8642 8c14368a009e786ae648e151298a8e48e1b04931 8c635b555beaf7b2f5b64142ffe55954a4b9ed99 ae438413e363c0aac2b961be661c9021d2205b56 b88bb8e7de7a00bb7c74caca058e9eba6c0bb90b d4c9e91264539d4c1a447c3444cb1f62a96772ea eeda59e2909f6263e5d33b94e6d205b1fb195de0 Package: ros-rolling-camera-calibration Version: 7.1.3-1noble.20260425.195640 Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 315 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_7.1.3-1noble.20260425.195640_arm64.deb Size: 80238 SHA256: 5d996615995ca6865b2b412edaaea6682319eedd873fb9a70127e67119c501f5 SHA1: d8864b878331c02d6c4e0386f1b442e9636b518a MD5sum: a829e1831b98d1b58be0b354d03c320b Description: camera_calibration allows easy calibration of monocular or stereo cameras using a checkerboard calibration target. Package: ros-rolling-camera-calibration-parsers Version: 6.4.7-1noble.20260425.190922 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 278 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), 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_6.4.7-1noble.20260425.190922_arm64.deb Size: 56104 SHA256: 1f20c5b51135cde745db4d4cbb75a265c9cc958189c591a8d5e701901648ebd9 SHA1: 96e3a585fb827b3f4f3ae11ca2aa19ffbcf27c04 MD5sum: 0b97c6b477832a476bbb5c7ee33f0493 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: 6.4.7-1noble.20260425.190922 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 805 Depends: ros-rolling-camera-calibration-parsers (= 6.4.7-1noble.20260425.190922) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-camera-calibration-parsers/ros-rolling-camera-calibration-parsers-dbgsym_6.4.7-1noble.20260425.190922_arm64.deb Size: 731202 SHA256: ea77ba14bd14d76f4aa2996151ceba362de233539d16b8d14d5cf824a5c9402b SHA1: 0d60491c71c1746a38a57a27a4990083bda64d98 MD5sum: 5a356a18c2f60963f0d261c66df2f30a Description: debug symbols for ros-rolling-camera-calibration-parsers Build-Ids: 6875fcfce01b0045c36bd4f9558ef97379dd91ec c220f7ef788086d8d9f20a242e7196cf4a3d0fa8 Package: ros-rolling-camera-info-manager Version: 6.4.7-1noble.20260425.191641 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 210 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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_6.4.7-1noble.20260425.191641_arm64.deb Size: 47448 SHA256: f87fbe019f31498887aee16c9187651e056d9beffedb74eedecff1c90c535805 SHA1: 51cfb61baa4e565a553ed791f5ae644a2869252c MD5sum: 9eccf1fcf0a6c7470c04c570546c651b 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: 6.4.7-1noble.20260425.191641 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 590 Depends: ros-rolling-camera-info-manager (= 6.4.7-1noble.20260425.191641) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-camera-info-manager/ros-rolling-camera-info-manager-dbgsym_6.4.7-1noble.20260425.191641_arm64.deb Size: 537628 SHA256: a6ce474ed3f1bd7118343acd1b1f6322fa2b8fa613ace5b77033ff138612c42b SHA1: 89e23cab062d115b17f3eb15bb38acb34eb9c5ae MD5sum: 76887b3994c9404a6e80165233d5dc76 Description: debug symbols for ros-rolling-camera-info-manager Build-Ids: 6bbe36d4ab026e686efc166c802f459e7d2e631a Package: ros-rolling-camera-info-manager-py Version: 6.4.7-1noble.20260425.202656 Architecture: arm64 Maintainer: Jose Mastrangelo Installed-Size: 114 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_6.4.7-1noble.20260425.202656_arm64.deb Size: 24236 SHA256: 09d48e0f5005b8f9df21593524dc66fe5960da61eb7bf91578757c1fc58a8307 SHA1: 95792712a0b8001db10066fabeba41c29744a0b1 MD5sum: 5fe695b565df4c1bcbf1a0ba48222100 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.6.0-1noble.20260426.003936 Architecture: arm64 Maintainer: Christian Rauch Installed-Size: 714 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), ros-rolling-libcamera (>= 0.1), ros-rolling-ament-index-python, ros-rolling-camera-info-manager, ros-rolling-cv-bridge, ros-rolling-image-view, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-ros2launch, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-camera-ros/ros-rolling-camera-ros_0.6.0-1noble.20260426.003936_arm64.deb Size: 195368 SHA256: 8f3a969e5bd3a9efa23c99587c61f5eb63169370d05ee7dd21d98b21979d54b3 SHA1: cdc2843a11391b2448b41b422a70b50fde4b9555 MD5sum: 00d4429663e625256ddc81e433cae180 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.6.0-1noble.20260426.003936 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christian Rauch Installed-Size: 4369 Depends: ros-rolling-camera-ros (= 0.6.0-1noble.20260426.003936) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-camera-ros/ros-rolling-camera-ros-dbgsym_0.6.0-1noble.20260426.003936_arm64.deb Size: 4031526 SHA256: acc6aa123f3a3c726bccfa3cd65addbe204a2f41cd63dbd8233965186d223fdd SHA1: 69501e22fd37cdcbc7851eca48b0f171c10b3040 MD5sum: 9f48600579455dde135c25498b2e6bfd Description: debug symbols for ros-rolling-camera-ros Build-Ids: 3e4f44ca6f6d3dab9089a2c67b3964cb70a96cbe 539179da5201008544c8ff3493251b7494119793 Package: ros-rolling-can-msgs Version: 2.0.0-5noble.20260425.133507 Architecture: arm64 Maintainer: Mathias Lüdtke Installed-Size: 1024 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-5noble.20260425.133507_arm64.deb Size: 47754 SHA256: 75780409dd1d62cf541278dc66e0de1605bec93445b6454eb7a5ebd8020922d9 SHA1: 5f9d6e3fdb8e2a769abe3310f68e47552095b092 MD5sum: eb9d9bd829f4b75f1f47b19767e0a560 Description: CAN related message types. Package: ros-rolling-can-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-can-msgs Version: 2.0.0-5noble.20260425.133507 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Mathias Lüdtke Installed-Size: 310 Depends: ros-rolling-can-msgs (= 2.0.0-5noble.20260425.133507) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-can-msgs/ros-rolling-can-msgs-dbgsym_2.0.0-5noble.20260425.133507_arm64.deb Size: 203104 SHA256: 3be801afde42319292ec366ddda5dddaa8c470188888322234231a5fb98dacbd SHA1: 6171e762ead8ad0b4e2c7433958bb86bcd36e62d MD5sum: cf9f16897441b870e7be91f7fcc842ef Description: debug symbols for ros-rolling-can-msgs Build-Ids: 16d5824a60298c3cd7f19b3ca8db029772e39ace 29091c1d01ee26693c34f9945b8aef5cb538f73d 505dcc033999aec77ef04fcad04159ae0a1443dc 8797a18dadfedddf119aa1391ce9e7d1cd2f80f7 8c86e78f1aeb3bbcd3e537c65451ef2893890ace 914de870eab6348b5e3098fd36e4037eb11679c2 b5a8b85d54610d5bddefa1982b5057d3ea3830c5 d168e730b275f954d33e91536746a83d809f5ef6 df0c84c7c8c799c8975a54c80e571035fec47adf e712a491c621a25b8ad4d9ff1762d20004a398f0 e808e73f3e9fd0b825da134af6c23028105f3e3e Package: ros-rolling-canopen-interfaces Version: 0.3.2-1noble.20260425.124227 Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 3904 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-canopen-interfaces/ros-rolling-canopen-interfaces_0.3.2-1noble.20260425.124227_arm64.deb Size: 221036 SHA256: c030a82096579b97077f293dd296460c35eb672a48aba230daae56c8e078dda8 SHA1: 36b106e5a00d568b7c3baa7270424424b7f8b0b5 MD5sum: 5482d09fb433d29d0210c3892f15b1d2 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.2-1noble.20260425.124227 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 2480 Depends: ros-rolling-canopen-interfaces (= 0.3.2-1noble.20260425.124227) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-canopen-interfaces/ros-rolling-canopen-interfaces-dbgsym_0.3.2-1noble.20260425.124227_arm64.deb Size: 1799664 SHA256: 4620a3217e834e20594ff10fabf5b427be984620aba6b7a1b5f64d044c7f33ff SHA1: fdd33ef9dd6c9f790ee1f5c41a5d92d0f7ae9424 MD5sum: 9c4776fb37a170a9d21d1467d58ca94c Description: debug symbols for ros-rolling-canopen-interfaces Build-Ids: 271b4c82d6713f67c3b35b19558544b19dea0f2d 2fe3807f5938fd9164ba691a7afee578b5141118 5341c2c385f761f5f403cb823b467b233eff56b8 57b63c20b7095797f6b3632d538caa5384b290eb 759a41fa991563f22e9f4f6f5d9783cd92165150 82cd050abe1c94affb912dfccf11455af1730331 84ae8387abef0e79c3a4126abb43fec8b8413007 a385d084718f1e3836b62b0e09584173cf4ec56d b7f25e6b1fb32566092fda2af089453ed0e6f0dd baa5cea3ce442e2ece2e0628e75678f5a55207c0 e4cdda999d640b503051d4a5c761771360563457 Package: ros-rolling-canopen-utils Version: 0.3.2-1noble.20260425.194040 Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 74 Depends: ros-rolling-canopen-interfaces, ros-rolling-lifecycle-msgs, ros-rolling-rclpy, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-canopen-utils/ros-rolling-canopen-utils_0.3.2-1noble.20260425.194040_arm64.deb Size: 15046 SHA256: 00a57a295ce6cd0e8035e1b3403ef9935f8c1dca9a394737f62ccd7290c665c4 SHA1: 0964c67200a37e564a79e29c1dc3293c6becb520 MD5sum: 70620754007546978a94d03f6ec5850e Description: Utils for working with ros2_canopen. Package: ros-rolling-cartographer Version: 2.0.9004-1noble.20260425.061032 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 12417 Depends: libabsl20220623t64 (>= 0~20220623.0-1), libboost-iostreams1.83.0 (>= 1.83.0), libc6 (>= 2.34), libceres4t64 (>= 2.2.0+dfsg), libgcc-s1 (>= 3.3.1), libgflags2.2 (>= 2.2.2), libgoogle-glog0v6t64 (>= 0.6.0), liblua5.2-0 (>= 5.2.4), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), libabsl-dev, libboost-iostreams-dev, libcairo2-dev, libceres-dev, libeigen3-dev, libgflags-dev, libgoogle-glog-dev, liblua5.2-dev, libprotobuf-dev, libprotoc-dev, protobuf-compiler, ros-rolling-ros-workspace Homepage: https://github.com/cartographer-project/cartographer Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cartographer/ros-rolling-cartographer_2.0.9004-1noble.20260425.061032_arm64.deb Size: 1577554 SHA256: 0cad78e8a8bee638ca32bfd7f33e59c5c3ae1eb9dd6a39776f60a8220015b68b SHA1: 57287e609acd494116aea159c2f1f6d0f4a746b5 MD5sum: 42b59905b5f68303e47986487de37859 Description: Cartographer is a system that provides real-time simultaneous localization and mapping (SLAM) in 2D and 3D across multiple platforms and sensor configurations. Package: ros-rolling-cartographer-dbgsym Package-Type: ddeb Source: ros-rolling-cartographer Version: 2.0.9004-1noble.20260425.061032 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 32212 Depends: ros-rolling-cartographer (= 2.0.9004-1noble.20260425.061032) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cartographer/ros-rolling-cartographer-dbgsym_2.0.9004-1noble.20260425.061032_arm64.deb Size: 30630160 SHA256: 8e4db66df5fcc698adbda1b61781585d557ba1e9c84e430e53531779cd22a799 SHA1: bc832a77cb1f5e570856ee74e1effc03fe702da4 MD5sum: 9a221508a4ed3ca4b1c2e937c54aac68 Description: debug symbols for ros-rolling-cartographer Build-Ids: 849a6cb91817eb0fefe2fad4bc8bb0fda1ec735f a4b56e73830b1cdd09c713972f23dc5cdba41e1b dfb377dcdb9b56610fb53f01247a35ba21a1154e edfe05bc8be7a1e85490f4d156a3af6b48c5c47b Package: ros-rolling-cartographer-ros-msgs Version: 2.0.9003-1noble.20260425.140153 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 5824 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-1noble.20260425.140153_arm64.deb Size: 403306 SHA256: 9040122902bc8232ce1db0f2a204ea4fd04c0108c8c6cbc8ef1aab5da7f9ecf9 SHA1: 2758b1152a300591e4ebb888466683f93326d1bd MD5sum: d44ae96348b98676768a8bcd7dc5f084 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-1noble.20260425.140153 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 5157 Depends: ros-rolling-cartographer-ros-msgs (= 2.0.9003-1noble.20260425.140153) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cartographer-ros-msgs/ros-rolling-cartographer-ros-msgs-dbgsym_2.0.9003-1noble.20260425.140153_arm64.deb Size: 4099910 SHA256: a7dd16eb7ac955a8d8547ed61cd27ff8f670eafd621fc97083ece0662ba1957d SHA1: cfb8d0dd8176ad7d507e7a8c14c1b670b95d3692 MD5sum: 9739a69724fff830c3eaf999fbe8e640 Description: debug symbols for ros-rolling-cartographer-ros-msgs Build-Ids: 036360c2d08b79d2e247fc67e43f333ad53a05d8 15fba35802f18d83bc119b7b6733dbac9b1bdb70 288051087e7aa370659a24c6af63cae8ce0f5ffc 2aef2d8e5a08a9c2b17934e5ff4543522d6bab4f 3007d9b4999243eddb5ab54f152fac3b06f6b61a 5e854495bcef7d9c7e3150c93f186dc8ee56940a 6b77f2eb36c3ddf1c7a6d1e53141dcad45c8fa03 7604768b538dbf9309fcf64a6b046eb89f436ff4 932ab83121ac79a073ee27e3c9f39726c1f993f5 f56c642eee8392d37e6682c05bfc063e679efca2 f83d249e262d750daec3be082b3e51ce878deefd Package: ros-rolling-cascade-lifecycle-msgs Version: 2.0.4-1noble.20260425.125622 Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 1098 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-lifecycle-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cascade-lifecycle-msgs/ros-rolling-cascade-lifecycle-msgs_2.0.4-1noble.20260425.125622_arm64.deb Size: 54124 SHA256: 8fbb6ac8d9feb788fc210eebadb7c9b091bd64841bd77823758d77b020d16e04 SHA1: ee242b27ff9f4bd9ce938fbaa14ab5a9ff57e6b2 MD5sum: 9136701dd2ea9c259c6622fcc8e50d89 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-1noble.20260425.125622 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francisco Martin Rico Installed-Size: 410 Depends: ros-rolling-cascade-lifecycle-msgs (= 2.0.4-1noble.20260425.125622) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cascade-lifecycle-msgs/ros-rolling-cascade-lifecycle-msgs-dbgsym_2.0.4-1noble.20260425.125622_arm64.deb Size: 279646 SHA256: 4510cfcc6136227faae037b58fd293bd89613482b597eb4b3eab11279745478b SHA1: 990dd280e3799fffef13064a073f0e2fe2a77c8d MD5sum: 0be291d5ff4d60dac49027de65c7a0f8 Description: debug symbols for ros-rolling-cascade-lifecycle-msgs Build-Ids: 073f770c40443a74289f67fee250f03895210be2 13598fcec066f4fdefd7b859f0515486e93f80d7 2059083262b794b5c27ee0f09b3e6f5d77145a50 295410c57466910f75193e1eab94ca18af9c8fcc 2d02aaa5876999f02a3ae7473ebb671ba595ce5d 44e64ac51faaae8419bb43262827254c58ca4cf6 4ced2beb0a6e92a99d3ef3ae505f30a935188155 c94f8adb60efe68bb50443fdbc5ce9a3b723ed8d ca5a6694420d0b8a8b110d7e159b17feaf40dee7 d2b25a328136e7d49ccd145c40d458032184c6c4 fa4dd3935d4dab12dcdce4bc2791ecd16203d09d Package: ros-rolling-catch-ros2 Version: 0.2.3-1noble.20260426.004304 Architecture: arm64 Maintainer: Nick Morales Installed-Size: 1563 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-rclcpp, ros-rolling-ros2launch, ros-rolling-std-srvs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-catch-ros2/ros-rolling-catch-ros2_0.2.3-1noble.20260426.004304_arm64.deb Size: 353038 SHA256: ad37250a5fc493a47d5f816f66bd62f67fc1f7110d4fbbd9cd09343620708beb SHA1: fc2871994552c65d353d61b30722d3e0c1bd10e0 MD5sum: 33882077346e00ef8ec7ab8f7cea5932 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-1noble.20260426.004304 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Nick Morales Installed-Size: 3433 Depends: ros-rolling-catch-ros2 (= 0.2.3-1noble.20260426.004304) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-catch-ros2/ros-rolling-catch-ros2-dbgsym_0.2.3-1noble.20260426.004304_arm64.deb Size: 3085624 SHA256: d1ad5e40a8619d60a12d7ed7f90d7d0b0086ec662c7b2b23fa671bf1b2962947 SHA1: 645f1ecec486f47aa29b07f46a1a2368433502fe MD5sum: b0e93447ec02471147e5fd79395b6997 Description: debug symbols for ros-rolling-catch-ros2 Build-Ids: 713fda988890cb55990b29508bfd4911a2fa7a2d f0d9d9e7cd2f676b32e1e20aa0923aad091ccc3a f795eb6f43819b3d5d4e1eef6eb13cb9aa02a443 Package: ros-rolling-chained-filter-controller Version: 6.6.0-1noble.20260425.231814 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 342 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.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.6.0-1noble.20260425.231814_arm64.deb Size: 82720 SHA256: cc22839759d65f9500e4a6556f7a8f012383f966be2f7b0f89bc6a4359818e2b SHA1: e3e419f99866f42367f2e8b1661d733e5c7f9013 MD5sum: 0061fdf79f6df052f9ae51f161bef0e8 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.6.0-1noble.20260425.231814 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 1183 Depends: ros-rolling-chained-filter-controller (= 6.6.0-1noble.20260425.231814) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-chained-filter-controller/ros-rolling-chained-filter-controller-dbgsym_6.6.0-1noble.20260425.231814_arm64.deb Size: 1095898 SHA256: 9fdb843f1a1a8e133e2825890148b3993b1c12335c41307e341432e8f8e6faad SHA1: 2acd467cf1813a26d8b3560fc3bc596211641520 MD5sum: 57bc8d0163ec720e64252d91c84ca4cc Description: debug symbols for ros-rolling-chained-filter-controller Build-Ids: 1cc8db1eee073e7864eda004cb5bbff31d2fe8b7 Package: ros-rolling-class-loader Version: 2.9.4-1noble.20260425.094724 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 276 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_2.9.4-1noble.20260425.094724_arm64.deb Size: 51590 SHA256: e801223b61a1e6d3b8bebfde996f00048964a8d4e84e6cc4338214b70fb3eb15 SHA1: 081643c0a7e003554c6b5c97d4ee8315bd2195d1 MD5sum: 80d314cc58d7df1ae22a66e32bd336d1 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: 2.9.4-1noble.20260425.094724 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 403 Depends: ros-rolling-class-loader (= 2.9.4-1noble.20260425.094724) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-class-loader/ros-rolling-class-loader-dbgsym_2.9.4-1noble.20260425.094724_arm64.deb Size: 358776 SHA256: 916ba63b48a280b040f846d92850594ce36346c75f38e09bd03578508dbadfaa SHA1: 0ee62470f2debf586d1e99509853553e5f1139a3 MD5sum: fc30c11631d5d25e163c5fe5028297a9 Description: debug symbols for ros-rolling-class-loader Build-Ids: d3d6e771d60e3b79309bc2d334d6ec088f35e32f Package: ros-rolling-classic-bags Version: 0.4.0-1noble.20260426.001740 Architecture: arm64 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-classic-bags/ros-rolling-classic-bags_0.4.0-1noble.20260426.001740_arm64.deb Size: 9552 SHA256: 1c6efe5b228e6ef2c01fc394527a020b10b79425cdd5115199c5c33feafe6f9e SHA1: d8777de015bb82deb3e431063b6b40eac7846d0f MD5sum: c58e48f584d055f99554a854f4acb4fb 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.3-1noble.20260425.084334 Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 5824 Depends: libc6 (>= 2.38), ros-rolling-ament-cmake-vendor-package, unzip, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-clips-vendor/ros-rolling-clips-vendor_6.4.3-1noble.20260425.084334_arm64.deb Size: 801662 SHA256: fde4c7b0cc6a536ff0a49033f4ee8a7cee3f6bfd29640c0a007acd1feb41aca9 SHA1: 1b9a0033f1743bd885580802d8aba9c289779513 MD5sum: 8e65251deb25e76a25cc1c556d6fc405 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.3-1noble.20260425.084334 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 6850 Depends: ros-rolling-clips-vendor (= 6.4.3-1noble.20260425.084334) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-clips-vendor/ros-rolling-clips-vendor-dbgsym_6.4.3-1noble.20260425.084334_arm64.deb Size: 5631236 SHA256: 46363e4f1d4fa0676ac6b9031b71574cf7f2f87f324259240fbdab5bd3f632ab SHA1: ee7a7595663e7b5b71377be18966686797e9b80d MD5sum: 4a65bcde509c97bb0976ae97d7840216 Description: debug symbols for ros-rolling-clips-vendor Build-Ids: 26cc917468b3826d9202d329aac0aab8f2cd1567 b769d30c2b5b6a86da92da19ff3c9a12b4c9f39c e86e8b00cd0f4b1ebf13b93dc03ca4c3a6307e91 f4c84e533eb90e6711f043cd192c2ed00da13e48 Package: ros-rolling-cloudini-lib Version: 1.1.0-1noble.20260425.084330 Architecture: arm64 Maintainer: Davide Faconti Installed-Size: 364 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libpcl-io1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), libzstd1 (>= 1.5.5), libpcl-common1.14, libpcl-dev, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cloudini-lib/ros-rolling-cloudini-lib_1.1.0-1noble.20260425.084330_arm64.deb Size: 111200 SHA256: 66d7484a94285a06fad9b38958ebc6d65f3f0f1a1e42ef54465c4e4be9b3f4e4 SHA1: 11c4e722c5122dab79385c502bd7f5ba25990f08 MD5sum: d2148013c0366746dac9bd674ae79576 Description: Main library of Cloudini, the pointcloud compression library Package: ros-rolling-cloudini-lib-dbgsym Package-Type: ddeb Source: ros-rolling-cloudini-lib Version: 1.1.0-1noble.20260425.084330 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Davide Faconti Installed-Size: 1106 Depends: ros-rolling-cloudini-lib (= 1.1.0-1noble.20260425.084330) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cloudini-lib/ros-rolling-cloudini-lib-dbgsym_1.1.0-1noble.20260425.084330_arm64.deb Size: 1027714 SHA256: b2101e70a74d7881b89e26d493b760abed1dd3b45d73b85a7befe0a9c6d47dba SHA1: f79eb817bda5b64346bce1573ab0579188ebbf03 MD5sum: c11a8dcb483705f9c7e0277ba940e0a4 Description: debug symbols for ros-rolling-cloudini-lib Build-Ids: 6c6f4e0e0b7fef48a9a26bb58af5d0f19738cc96 Package: ros-rolling-cloudini-ros Version: 1.1.0-1noble.20260425.185645 Architecture: arm64 Maintainer: Davide Faconti Installed-Size: 2035 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-cloudini-lib, ros-rolling-pcl-conversions, ros-rolling-pluginlib, ros-rolling-point-cloud-interfaces, ros-rolling-point-cloud-transport, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rosbag2-cpp, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cloudini-ros/ros-rolling-cloudini-ros_1.1.0-1noble.20260425.185645_arm64.deb Size: 312516 SHA256: a74a328add427287d789bb56db5158bb779f5a919bb57545f796e3ad66e4fa7a SHA1: 4a46940291aee12fa5d5f575e3bb6bb983e60193 MD5sum: bdffb227ee27c82a76ada6ad89495995 Description: Main library of Cloudini, the pointcloud compression library Package: ros-rolling-cloudini-ros-dbgsym Package-Type: ddeb Source: ros-rolling-cloudini-ros Version: 1.1.0-1noble.20260425.185645 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Davide Faconti Installed-Size: 9970 Depends: ros-rolling-cloudini-ros (= 1.1.0-1noble.20260425.185645) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cloudini-ros/ros-rolling-cloudini-ros-dbgsym_1.1.0-1noble.20260425.185645_arm64.deb Size: 8613226 SHA256: 3c7924de0e2c4e4a66c7c24c6bb04e73b78a58e45cae3f816e5bbc6be4990232 SHA1: 531a974e9bb0591fb0e64a163687615ccf7d9fa1 MD5sum: 37816ba430f0fec54049ed4ed3cdf0ed Description: debug symbols for ros-rolling-cloudini-ros Build-Ids: 080ffce62d3b379cb6166d980788a44b7c02f7ab 12f30cee430f0bec9d787e779cfc130a4f922567 2ed7b2003659fb700966b858177b89d02e72c124 44cb49b88d894378c9ccc4cadcf687ea26b987ec 5e6f4e43d3037df5d15354ffbd3988f601eba3de 760bdbe98f2655622f7376a9af0944ced3bb2e51 7d01874326c09019539f8262dc1e4383cafc1674 e687537b36bd69ec50485aa7842b46e58d085413 ead42987b8df399f27bf7dd1c587a5160f11ae82 Package: ros-rolling-cm-topic-hardware-component Version: 1.0.0-1noble.20260425.224856 Architecture: arm64 Maintainer: Marq Rasmussen Installed-Size: 775 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.0.0-1noble.20260425.224856_arm64.deb Size: 126206 SHA256: 1879f3c64bb1f00391c96ebda1328bfd84a511eb0316e4368eba58754e107d4d SHA1: f23ccbe3dd08f8eb399b9a90696f7058e0a759b2 MD5sum: 64527e7d1310bb32b2ae32f387c7eab6 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.0.0-1noble.20260425.224856 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Marq Rasmussen Installed-Size: 3226 Depends: ros-rolling-cm-topic-hardware-component (= 1.0.0-1noble.20260425.224856) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cm-topic-hardware-component/ros-rolling-cm-topic-hardware-component-dbgsym_1.0.0-1noble.20260425.224856_arm64.deb Size: 2664672 SHA256: 772d574ae1d2c8b4262d413489c9110fb204f78dba3da33e4f9de89638723615 SHA1: 31a727fe461e3c123f731764dfc85dee1d201173 MD5sum: fea00827008702da1fa75f1b021f9142 Description: debug symbols for ros-rolling-cm-topic-hardware-component Build-Ids: 43b1bedc0a9256bc8848440419bc21882d33e3ec Package: ros-rolling-coal Version: 3.0.2-1noble.20260425.073022 Architecture: arm64 Maintainer: Joseph Mirabel Installed-Size: 12043 Depends: libassimp5 (>= 5.3.1+ds), libboost-filesystem1.83.0 (>= 1.83.0), libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py312, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), liboctomap1.9t64 (>= 1.9.7+dfsg), libstdc++6 (>= 13.1), 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.2-1noble.20260425.073022_arm64.deb Size: 1957424 SHA256: 725da35d415516356c10ed8a85d9631629e093716af2bcf53d9ba3ddb2b64236 SHA1: 0c9f912a865a9a9e14df13f8bb7ae7f2c2bf246e MD5sum: c6edd48981c1454b4958c06f1dcf2f5b Description: An extension of the Flexible Collision Library. Package: ros-rolling-coal-dbgsym Package-Type: ddeb Source: ros-rolling-coal Version: 3.0.2-1noble.20260425.073022 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Joseph Mirabel Installed-Size: 80730 Depends: ros-rolling-coal (= 3.0.2-1noble.20260425.073022) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-coal/ros-rolling-coal-dbgsym_3.0.2-1noble.20260425.073022_arm64.deb Size: 69597246 SHA256: be09af1d7e1dd20fa0b8c405d10974034f4e8b17f43caab70e733a7e36810b96 SHA1: c6e0a2f9436255193661d543396e9224d5bf2491 MD5sum: f152d4391add8e3352335e99fdaa6fb8 Description: debug symbols for ros-rolling-coal Build-Ids: 0786f9eeb8c5c1b8af2730e77515c677482c6712 3fe1395bcd2ed8be3662193ced7963c9b6bd9057 Package: ros-rolling-cob-msgs Version: 2.8.12-1noble.20260425.141157 Architecture: arm64 Maintainer: Felix Messmer Installed-Size: 1883 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-diagnostic-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cob-msgs/ros-rolling-cob-msgs_2.8.12-1noble.20260425.141157_arm64.deb Size: 127182 SHA256: 0a23dfb405d068194f7301c1ed5277c9079d87c66dd30b6a3baed496ba9055dc SHA1: 6a2ad6d9a8355b3de1b4505dd39fbeb5cbb792c9 MD5sum: 780e71e2c8ef12eaf2f677ad37d2692e Description: Messages for representing state information, such as battery information and emergency stop status. Package: ros-rolling-cob-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-cob-msgs Version: 2.8.12-1noble.20260425.141157 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Felix Messmer Installed-Size: 1146 Depends: ros-rolling-cob-msgs (= 2.8.12-1noble.20260425.141157) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cob-msgs/ros-rolling-cob-msgs-dbgsym_2.8.12-1noble.20260425.141157_arm64.deb Size: 887696 SHA256: e8909d1a6b5a7ff2d42aa10f2ac55e8e4b238ddff5c403b792a5010c9123806c SHA1: c1075b7e707d575d524e3a73ed35c3ca3994e796 MD5sum: 2ea60972ab4b2a13eb2f4ef0b55e1e97 Description: debug symbols for ros-rolling-cob-msgs Build-Ids: 12665689643ece4f43b7d782d86b60d3889b2bfe 36041b45adba48fc87a0e25ebba4d34d5663635b 533deb9a54eb46d43cfa6d76f31e91bcf1e2401b 57fab251ef8fbae30c521fee2e65a96e5403705a 6c76a6106651b6d2bbfc45cbe9a71e5cf0a92a6f 6fee5847a8471e5ee1d55211300965512f2ec626 b17a9d23964aaaa547cd387ae6d528fcd5076c43 c274afe56b467e0213ac151c62b6008357fab3f8 d5d99bebbe45628319537c7cba46914e90bf465a e2f9bd0197d915a229a59a90e4ba9a2ca01383e0 efe42a818fbf7e573cb52a94ea775cb08e5de783 Package: ros-rolling-cob-srvs Version: 2.8.12-1noble.20260425.140151 Architecture: arm64 Maintainer: Felix Messmer Installed-Size: 1870 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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://ros.org/wiki/cob_srvs Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cob-srvs/ros-rolling-cob-srvs_2.8.12-1noble.20260425.140151_arm64.deb Size: 117516 SHA256: e68046065f6900835db2cdae2567e37880b0dea79ccadc6f709a59f32bfa383f SHA1: 365c53a3fa99ae9a986d8e026862dc6fc4884f71 MD5sum: f427df82326dc3c7f2c0b81876427032 Description: This Package contains Care-O-bot specific service definitions. Package: ros-rolling-cob-srvs-dbgsym Package-Type: ddeb Source: ros-rolling-cob-srvs Version: 2.8.12-1noble.20260425.140151 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Felix Messmer Installed-Size: 1152 Depends: ros-rolling-cob-srvs (= 2.8.12-1noble.20260425.140151) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cob-srvs/ros-rolling-cob-srvs-dbgsym_2.8.12-1noble.20260425.140151_arm64.deb Size: 861982 SHA256: 1ded510bbc2cb95dc886b35ec02fbe98ccd44b9380555245307d7d16404c2e8b SHA1: bca5961def4994b792a6671a61de40f80e697722 MD5sum: 0d5fabf3df05f3192954050c9aa809c7 Description: debug symbols for ros-rolling-cob-srvs Build-Ids: 231b2cdd00d873daa808b62f8f3e9229ceff16f7 3459c598e30f4e99e443de068b27ed520ffedf65 5bb4a8452cdede74b5b27d6a3c8f0f24ba290a5a 60c8044b9dc75746e54f0e638a5c3d1275929429 9bc0a8efa5ca24a2e714eac1f7c4c6250043e6e2 b9845e7a0e069cd65d6ff8aab1abe0b6bd1fdde6 cd8f6866588614208b373c0e53563e50b5133eaa d591d75f4380472802564f60199512ce5b9fc113 ddc1d339f91cdc00a8f5524de4375e1c15de257e df643527bb5216a29e4c77d350999368f46f8e4f ee7e24a44c1e9c099900a0b8f7303c4622be1ffd Package: ros-rolling-coin-d4-driver Version: 1.0.1-1noble.20260425.175639 Architecture: arm64 Maintainer: Pyo Installed-Size: 444 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-coin-d4-driver/ros-rolling-coin-d4-driver_1.0.1-1noble.20260425.175639_arm64.deb Size: 94410 SHA256: 8a77f3766c9ffbf4a1657081908fbc54b972d288c1f1a66d4f87a06a992ef632 SHA1: 19a5c4fc975715cc3c81d58d3c90b90ca01beeec MD5sum: e9c3cd32217f8ae3920ab1584b72a2bf 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-1noble.20260425.175639 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 2022 Depends: ros-rolling-coin-d4-driver (= 1.0.1-1noble.20260425.175639) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-coin-d4-driver/ros-rolling-coin-d4-driver-dbgsym_1.0.1-1noble.20260425.175639_arm64.deb Size: 1845348 SHA256: 93a1db292aff92ce5d85778d17e8ee6a11255018294a6a124102ca30e148f6bf SHA1: 9d44494b12491250966fa2345c5971694f3db702 MD5sum: bf28263ca2bd7c15cba757f3ef0c94e8 Description: debug symbols for ros-rolling-coin-d4-driver Build-Ids: 2ed9d99afc1d53eae6a4640a32b0529442f49538 8b9ad0001fa11654377d46710a19d2adaac0007a b9904c6c4ade6501f4677c2ffa82e5861f2db819 Package: ros-rolling-color-util Version: 1.1.0-1noble.20260425.150805 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 140 Depends: libc6 (>= 2.17), ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-color-util/ros-rolling-color-util_1.1.0-1noble.20260425.150805_arm64.deb Size: 14080 SHA256: 5a8a4a04f7cdc63d6af8ef615cababb41e96f1513eb87d7a08d06df620598f3a SHA1: 01aa257746216d9fb50d4b3020000574b8c1b396 MD5sum: 653237f64ed50c9451bbba219c93202e 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-1noble.20260425.150805 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 40 Depends: ros-rolling-color-util (= 1.1.0-1noble.20260425.150805) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-color-util/ros-rolling-color-util-dbgsym_1.1.0-1noble.20260425.150805_arm64.deb Size: 25694 SHA256: ff0d1e50ae651bfb40e29265185525bb5f529ba4d601ae0d1c5996bb003ce882 SHA1: 13d728dddb8c7b5d28d9fa3166039929de67a6f6 MD5sum: b1c91351725089c9cfc09e8b7d8dc577 Description: debug symbols for ros-rolling-color-util Build-Ids: 622e188b7e2e9079c88aeeda693153c2e7d690bc Package: ros-rolling-common-interfaces Version: 5.9.2-1noble.20260425.145950 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 46 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.9.2-1noble.20260425.145950_arm64.deb Size: 6750 SHA256: 431cef0b6468054e5e595c8b9b8dbb57374d98bf25b2636667cffd8c37dd818e SHA1: a25bfd25ff12efd45492c66fd6b22998d9518455 MD5sum: 03f23bf8ffa9366f1773c6a36cd82d23 Description: common_interfaces contains messages and services that are widely used by other ROS packages. Package: ros-rolling-compass-interfaces Version: 3.0.2-1noble.20260425.214209 Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 1114 Depends: libc6 (>= 2.17), libgcc-s1 (>= 4.5), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), 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_3.0.2-1noble.20260425.214209_arm64.deb Size: 74872 SHA256: a382d6aa40235c68a95430322bc865eaf2330e8ebf6071de668b9a4381adc1c8 SHA1: fc8ad6032a3ed2f40d7f2e33fa6212760ea17069 MD5sum: fd07e33d646a017e654108b517923035 Description: Messages related to compass Package: ros-rolling-compass-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-compass-interfaces Version: 3.0.2-1noble.20260425.214209 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 537 Depends: ros-rolling-compass-interfaces (= 3.0.2-1noble.20260425.214209) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-compass-interfaces/ros-rolling-compass-interfaces-dbgsym_3.0.2-1noble.20260425.214209_arm64.deb Size: 411888 SHA256: b5b47005600f9fdc10d1728fadd7607954b62596a2574d520b7c1399bef6c268 SHA1: 91ddd2c1c425a255b6188f5aa11cdd8f58298a0d MD5sum: a9ba4921c0a9b37705916a5135389640 Description: debug symbols for ros-rolling-compass-interfaces Build-Ids: 0d2ed9ae3f7c75df9c3b2c866ab1082c6debff15 372d1ca15f06c39c33d18a48f0c95e09d8d9d8d9 54fe5e7ed6327bb1ac58f76ec93245aed2b48252 552f77f231c9928e4faf00bd304e62867b296709 6f4745f2a8d1e76d7e093ff30ef39cc3e4e4d7a3 9df38081e9a220346c9721081e57d08eec849292 9f628515492dfba4b32e6883da3c86ca3bf5b3ee a7b9fd536755c3f2df516663d17e0578f835cb05 b4befe04f9ddd44be6fae99d8a9400db7b0e8a89 b847c9eace9b5e5ae87af7795412bed0f6a492a9 d7f7b173349e6fdd29210f23e91e1faa718ed1c3 f960c9a7330654098eca463a3961abaac76408c4 Package: ros-rolling-composition Version: 0.37.8-1noble.20260426.001030 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 1556 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.37.8-1noble.20260426.001030_arm64.deb Size: 218000 SHA256: 2d24b1282bb61c7a5291dd1037b3451a547730a5606cd359bc9c457f6244550d SHA1: f33267b2576d7273e1c542779232fcaa58499d8f MD5sum: 4dfa82faf2f182f31b08dcbf495975f7 Description: Examples for composing multiple nodes in a single process. Package: ros-rolling-composition-dbgsym Package-Type: ddeb Source: ros-rolling-composition Version: 0.37.8-1noble.20260426.001030 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 7279 Depends: ros-rolling-composition (= 0.37.8-1noble.20260426.001030) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-composition/ros-rolling-composition-dbgsym_0.37.8-1noble.20260426.001030_arm64.deb Size: 6316988 SHA256: 0dda77019fd30642606962ea724c409a1a7ec3cd478355004b7bd98919a91158 SHA1: e8bf02fb94ff307ecf99076675d229f7d5ef38f2 MD5sum: 400f099c908e48748aa34e9b7fa813f9 Description: debug symbols for ros-rolling-composition Build-Ids: 14aff72289082508337af4b59ff26fa5459f1f7f 4d141296eb036283a8f2ef26efbfa36dab93cf88 57cc0afd0c40664215cd86db10788fa4fe57ef9d 62d244d9c010cc4b61538f4abd4960e355990a27 677cfda2c68f15710de8cf6907256a46deafae7c 7c507592673b5aa33878ee52d7bd410c71c03801 ae15ca0a7cd430662b4c2505be2e493df40ca95a b78ed9d6d4eeb7a9bc54c201dbe60ce537808df3 Package: ros-rolling-composition-interfaces Version: 2.4.4-1noble.20260425.130218 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 2121 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.4.4-1noble.20260425.130218_arm64.deb Size: 157076 SHA256: b36374193037bfd15d69804345ffda007828a688405e7f32b4bbf58f53cd8c39 SHA1: 44a0ddeaa06cac331cf11f94460d3666a1ed3715 MD5sum: 31c839642ee442d78a96ea1dd9a8abf1 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.4.4-1noble.20260425.130218 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 1670 Depends: ros-rolling-composition-interfaces (= 2.4.4-1noble.20260425.130218) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-composition-interfaces/ros-rolling-composition-interfaces-dbgsym_2.4.4-1noble.20260425.130218_arm64.deb Size: 1333232 SHA256: 7d862a9fbe154afcd6794414c3836c2d8a8b494424e212b316b37ee4003b5373 SHA1: 1db2a82f2471b297f83d2bb9257f8e748766ce39 MD5sum: 17d80a553746fd8715ec19dce668f32b Description: debug symbols for ros-rolling-composition-interfaces Build-Ids: 06a2bdb3a488d74ce759c0bc3cc55d7e702b8fe9 26c66679cfd34f709a3a8939e502fbc75680ea51 383e2c7155b235a38e938338afdbfe6faa5bf5c1 3bea477ad1771660d70f1c838878f3af72b1a704 46ce39d835e9f8a5c008f63fc2e1d1a17801f703 50147a6a5f63696e3efddab6ebe95c3bd5d45542 6f6dd24bb6e8ccab48af683ed84b8b2e957457fd 767b36de5e875bb07b4e7cda8dbd2879825dbb77 a2ba17a1f941058d244fb37eb578bf77e87195f1 b0b3568460d6d81f527c7d18a587200c13f8fb1c c7ff9af0b1bbefe56232bb265500e3e0e3c3fdac Package: ros-rolling-compressed-depth-image-transport Version: 6.2.4-1noble.20260425.191852 Architecture: arm64 Maintainer: Kenji Brameld Installed-Size: 863 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), 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_6.2.4-1noble.20260425.191852_arm64.deb Size: 193408 SHA256: 51b67201dc8a0b15e525030d20cf90319f72348f9efcff9876f1a85b3b233645 SHA1: 5d73ebb8d467f098e53e03e4ef78a0aa467537c7 MD5sum: 0e98d33683625958516c9ca9d144dd47 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: 6.2.4-1noble.20260425.191852 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Kenji Brameld Installed-Size: 4605 Depends: ros-rolling-compressed-depth-image-transport (= 6.2.4-1noble.20260425.191852) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-compressed-depth-image-transport/ros-rolling-compressed-depth-image-transport-dbgsym_6.2.4-1noble.20260425.191852_arm64.deb Size: 4029604 SHA256: d9777fe31b77b8d49898e13092424d5f95bef57c5386b969bfaf84a7bd946e12 SHA1: 0680258c7f56e5b1117cc374567067c764b32a8d MD5sum: a6f38cbe40b772c876ffca52e0ab5ebd Description: debug symbols for ros-rolling-compressed-depth-image-transport Build-Ids: 44b3fa44d43dc538bf9ededfd5e5cd86247f14da d09dc030a9fa8851fea9454946099bf254509a12 Package: ros-rolling-compressed-image-transport Version: 6.2.4-1noble.20260425.192028 Architecture: arm64 Maintainer: Kenji Brameld Installed-Size: 708 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), 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_6.2.4-1noble.20260425.192028_arm64.deb Size: 167494 SHA256: 998745bcb1c581f2450120e05e708491859b0b967da63b3f70a4ce5eb0938b55 SHA1: 42630a0726c98c36ddbb3bc4326023cc12feb82e MD5sum: 0e8c684ed7515c6342947a2bb022c0eb 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: 6.2.4-1noble.20260425.192028 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Kenji Brameld Installed-Size: 4197 Depends: ros-rolling-compressed-image-transport (= 6.2.4-1noble.20260425.192028) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-compressed-image-transport/ros-rolling-compressed-image-transport-dbgsym_6.2.4-1noble.20260425.192028_arm64.deb Size: 3600812 SHA256: c7fbc39177600727d0bfa7b86635b62aeb043f4a95d2ad54fcaf5ffc9ec1ddea SHA1: a83185c2ba3f555f82dbeac704bb77395a9c725d MD5sum: a92d33211b5bae109ad3201f1c9d3a1d Description: debug symbols for ros-rolling-compressed-image-transport Build-Ids: 89caf8f60eae90248021082abfd1fc939ad53192 Package: ros-rolling-console-bridge-vendor Version: 1.9.1-1noble.20260425.084502 Architecture: arm64 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.9.1-1noble.20260425.084502_arm64.deb Size: 5966 SHA256: 9400fff05a1063fc13ce2052038d2c39dc1bca4e9c562788a5c5a87182ed54fb SHA1: ca213a6946397a01e2c364d841f13ceb2e033111 MD5sum: bca7a9a95bcf46adcd8271765efbdb57 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.9.0-1noble.20260425.143434 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 20168 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.9.0-1noble.20260425.143434_arm64.deb Size: 1150136 SHA256: f6dc9d2034abfcd568b0b2a3f1acc662327bccd325e097fec452b77d78347daf SHA1: 38bd9521446921679b551809d418a81b63901d86 MD5sum: 4a4131483dfbf904a6e9b8da9dd3f117 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.9.0-1noble.20260425.143434 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 13612 Depends: ros-rolling-control-msgs (= 6.9.0-1noble.20260425.143434) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-control-msgs/ros-rolling-control-msgs-dbgsym_6.9.0-1noble.20260425.143434_arm64.deb Size: 10261166 SHA256: dd7d7802de5dcdd63c2a04a8f1827566cd54789ee6836efed63de82dae33be8c SHA1: d9581346c35cb3b4e0e6a3d1ef69f44897e585c5 MD5sum: 2c4e8e08301dd2f36b6c3c070c3b249b Description: debug symbols for ros-rolling-control-msgs Build-Ids: 0ddb6cc102ddecf35a07d1a44094ef7e6edbf8e9 51befa9aedbae287554b2c836d49173faf62d24e 61d840ca10dacc38196ea547a21a5c11f1989287 77ef9be190868248ade475fa7c7191d791c54739 81332ae8e7f740c534ba5fd0b6348564c14f4c3d 86bb6b84312465ee497eff2263b6b4e9e3b23d66 adea2bf5080b95683b32e39e9bb75cd03baa8ea5 d5247d0cb24dcf0a78a45a791f49c7b3b890b95d d7c5d02794d16b312c0d535957338077c3b4e385 e296af7bf95100a321452d8bd3c650e2688be0e6 f789e09f7873944ab94fdad1568445ea033b0b7d Package: ros-rolling-control-toolbox Version: 6.3.0-1noble.20260425.213338 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 968 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), 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.3.0-1noble.20260425.213338_arm64.deb Size: 179672 SHA256: 0f4ef83b336f47ecfcb88cc92d56d482c0111640221770447e455ac83a585ed9 SHA1: 01716bcae2b1e192135b12c9d3a055ce7616d355 MD5sum: 2f51a35efc556b02e5a386b34771158b 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.3.0-1noble.20260425.213338 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 3508 Depends: ros-rolling-control-toolbox (= 6.3.0-1noble.20260425.213338) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-control-toolbox/ros-rolling-control-toolbox-dbgsym_6.3.0-1noble.20260425.213338_arm64.deb Size: 3218330 SHA256: 630cd69d304a352d1914223bbbd56a4428701247af9789bd2a7c3bfc89ab2229 SHA1: 9e41022d4f8a4b019ee97b2a3409bb6022af7b6b MD5sum: c2aa1edea8fa991c77be5a87ce3eebb0 Description: debug symbols for ros-rolling-control-toolbox Build-Ids: 1151cf1c23d5ce0cc1e822722ea7710acf018101 4689bdf7e7dfd2132047695438f8e5e6f74f0d6f 4b701628026e3765c215a3023735f7c9e1de37e8 9ee4f215d5f473f82f408f3c93c649d177cd63a3 c783b42928cc9f5723fef7ca672b1c4e2f460bd0 Package: ros-rolling-controller-interface Version: 6.7.0-1noble.20260425.224905 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 363 Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+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.7.0-1noble.20260425.224905_arm64.deb Size: 82558 SHA256: 2e323f22c775998d80208d08a7db90356c32d354e9e2c64c21a8f5d86eaeb8cc SHA1: 8b56afcebdfc48fec10302bf8380d18dc22bc67b MD5sum: 82d4bbe60b6921b571913a7689dd0e01 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.7.0-1noble.20260425.224905 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 1294 Depends: ros-rolling-controller-interface (= 6.7.0-1noble.20260425.224905) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-controller-interface/ros-rolling-controller-interface-dbgsym_6.7.0-1noble.20260425.224905_arm64.deb Size: 1217378 SHA256: f99ae3a06de9dc6e7fe5c6e9f60b74d3749070abb959ea2f9e07bacbabb20613 SHA1: 32c585e690f2fc2ee26b73f7e42ff3b3f466cf70 MD5sum: d28f4875abb8bd3fd6778950c6240790 Description: debug symbols for ros-rolling-controller-interface Build-Ids: 200e8d4e287edfaa6975051be87843da0ce00469 Package: ros-rolling-controller-manager Version: 6.7.0-1noble.20260425.231322 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 2034 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.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.7.0-1noble.20260425.231322_arm64.deb Size: 478024 SHA256: d010373fb2711aaca82f6675b7465af8f3a40c490844988f050ea94ce38ea8ec SHA1: 02ac3c03bfdc84540af779087b9a5bd879b6d891 MD5sum: e3d1eee77f32c3411937b4a8aaf87a58 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.7.0-1noble.20260425.231322 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 8147 Depends: ros-rolling-controller-manager (= 6.7.0-1noble.20260425.231322) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-controller-manager/ros-rolling-controller-manager-dbgsym_6.7.0-1noble.20260425.231322_arm64.deb Size: 7189928 SHA256: 61d39f16f9d85e904c8de38f5d0c6336a760099e2049f77da8e474831fcf9345 SHA1: 0595f80ab6420ffaf4876438f93cce656fdd9825 MD5sum: 4985b5b0746b4e90640f82ea9b6ed1b4 Description: debug symbols for ros-rolling-controller-manager Build-Ids: 4ee54ed9a470bb0d08c06e62f319e0b021afb9c7 86d256cd6433fc393d999a2acd3356e14ae09253 Package: ros-rolling-controller-manager-msgs Version: 6.7.0-1noble.20260425.133522 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 6808 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.7.0-1noble.20260425.133522_arm64.deb Size: 401714 SHA256: 865d0cb487dafe60f1ebaec8f97a996238135ed8627b1a2392aca21bb162d1f8 SHA1: b918130cfc22f8e176c4e88df264cb3637fad521 MD5sum: 67e0c53f4daa7813b0e194aac585a09f 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.7.0-1noble.20260425.133522 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 5069 Depends: ros-rolling-controller-manager-msgs (= 6.7.0-1noble.20260425.133522) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-controller-manager-msgs/ros-rolling-controller-manager-msgs-dbgsym_6.7.0-1noble.20260425.133522_arm64.deb Size: 3858652 SHA256: 106466b7a9291a906746ea413f041bfdddec4a64c33de86cd8734cfdc8d4db75 SHA1: 5e6bc151e509f7c5476c95c1371fc65b78623485 MD5sum: 5017ad0b4e27a04949ea643942a97c72 Description: debug symbols for ros-rolling-controller-manager-msgs Build-Ids: 1a7bf8d65ebbbf3c694a1398ad1d1ef0e5f1bffb 5cef389bcc7e4b8c8c66336a38d73c6cd6342ccb 8706e832189cf40de698c6c5f590f77e8d451810 92354900c4178e057169a1d19be7abbd75d3181d 9f9323a9e79553ac17937d80a4e0972f5676aaf0 a14adfb64e5efa442a24c49ce7dd792af5a4814b cecffbebe804b0758b0d528e3fc39d10736f198c e0781402f212f160ab2146ea37dbe14b8ad25b85 eeed2db707fb65f9339899bc04b73a6da160029d fa56bbcfab89d1a29c17c2d86e09bf765212c13d fb1fd71edf6773a65a8a0bea610875408abaa6cf Package: ros-rolling-cras-bag-tools Version: 3.0.2-1noble.20260426.001655 Architecture: arm64 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_3.0.2-1noble.20260426.001655_arm64.deb Size: 29256 SHA256: 22c1102976ac40b260ff8132d7e27da9d29c3f48337df8a2f5b13b829f59195b SHA1: 48d2e623be073058214757172a8a60e71d5cafc5 MD5sum: 973f17d93d8e1bceb56866daabb9cfaa Description: Various utilities to work with bag files Package: ros-rolling-cras-cpp-common Version: 3.0.2-1noble.20260425.213337 Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 1654 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.5), libstdc++6 (>= 13.1), language-pack-en, libboost-dev, libexpected-dev, libfmt-dev, ros-rolling-backward-ros, ros-rolling-builtin-interfaces, ros-rolling-rcl, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, 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_3.0.2-1noble.20260425.213337_arm64.deb Size: 243642 SHA256: 5ac36c412023bb722cc0d2386ea7b2706e7e19bd7e9b4eeb95ce07be4ff75d48 SHA1: 73b3322dee226260149f9772b06b716869bdb03f MD5sum: 480a22782ef8894f5cf0760a524ec805 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: 3.0.2-1noble.20260425.213337 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 2811 Depends: ros-rolling-cras-cpp-common (= 3.0.2-1noble.20260425.213337) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cras-cpp-common/ros-rolling-cras-cpp-common-dbgsym_3.0.2-1noble.20260425.213337_arm64.deb Size: 2531124 SHA256: 1fa313896800c2350165fffefa2857bb1360e95500d942d2d1115a3348e148f2 SHA1: e2dbb6f923dfcf1c38f98c6ac0afbce112a2e476 MD5sum: 69f0e750a3970774ee027cf4d78232d2 Description: debug symbols for ros-rolling-cras-cpp-common Build-Ids: 169f8bcded2578ff7d5a5e44c1d08c03c6cb6c21 19f972bc11e0b555025834281581afa22ab5a4c1 222820e49306bbdae028758c0f615efa8911064f 260232d5818f4ce168b2f886044ecce5651338b6 40c805d3dc01201e92b11e56ad9e6f379556db61 635d6d092f8360b8cf1f3a1633d9a41df63cdcf5 b9285a9300fa46d2838bc9f279ddb84fc08a0d9b c16da6a84063701d627e3ab44ef2953d7eff117e e679f2989842abf3ad0d75952b12a5dbee963484 f2b4318f85ad1273fce013dfb8ec1c86cc9fafdc Package: ros-rolling-cras-lint Version: 3.0.2-1noble.20260425.113715 Architecture: arm64 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_3.0.2-1noble.20260425.113715_arm64.deb Size: 32300 SHA256: 7895c9cd4312bede4a5db444644ab1ab20d6427396fe7c6026798ad0efc32d4f SHA1: ef3fdfd1868fec965e26e3dbf1bf18a32d578853 MD5sum: bd66d3b4724d1b2cb0980b36bb1d6031 Description: Various utilities to work with bag files Package: ros-rolling-cras-msgs Version: 2.0.1-1noble.20260425.133522 Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 3178 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-1noble.20260425.133522_arm64.deb Size: 193096 SHA256: b87fdeb0c6f51a410ecf243cc9240a96b1b73b5a15de3c416e19a5457d52c62e SHA1: 03a9015e359890c226695cd9815acd891c724b70 MD5sum: ea859aba2cc7c9fb6dca66946db3d493 Description: Common messages used by CRAS Package: ros-rolling-cras-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-cras-msgs Version: 2.0.1-1noble.20260425.133522 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 2286 Depends: ros-rolling-cras-msgs (= 2.0.1-1noble.20260425.133522) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cras-msgs/ros-rolling-cras-msgs-dbgsym_2.0.1-1noble.20260425.133522_arm64.deb Size: 1698842 SHA256: 8dab975614958b6c26bd7712e84ffca292d3d58c34de9457a37942f75b23b47f SHA1: 27b0e3e5f08f1bcef93328fa957d38eed5c370d3 MD5sum: b834f834bd34e3b7da5a5a3a33f636f8 Description: debug symbols for ros-rolling-cras-msgs Build-Ids: 1f2c2901b13aee5c371e49ef4b01810c53bb91bb 2b137599a697a950f5fa87930fae3d3ebf1e1247 2eb579ca9f851aa00efb160453c00917a8819e60 6b38981e553d673fc730f637d51de279a895264e 7af1f7f8fe997170c2ad23e52c01068c6538d907 8601f9ae7534b25a82faa71c50088965e48fb3db 914b9578e74f6bb05ad5ae369885564ab2d218b1 a9b8ece2f999340c2c3ab5b761041e04be442604 d65638758ea804c1fcadfdddf7d4d24d3df89e30 dcd369022d1252570bba6f451e48abeb03c37429 f1105d0ca711477553511fbec1b40558402ff17a Package: ros-rolling-cras-topic-tools Version: 3.0.2-1noble.20260425.214331 Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 686 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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_3.0.2-1noble.20260425.214331_arm64.deb Size: 175562 SHA256: 5dff60e894ea4c032550675efb1db86061bf430793f8b237136ea264a0db75b1 SHA1: cde5c14dd17e7efb6bf734c95d86476e3365c450 MD5sum: f0d32fa124385536bb61e8336354999c 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: 3.0.2-1noble.20260425.214331 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 2859 Depends: ros-rolling-cras-topic-tools (= 3.0.2-1noble.20260425.214331) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cras-topic-tools/ros-rolling-cras-topic-tools-dbgsym_3.0.2-1noble.20260425.214331_arm64.deb Size: 2583140 SHA256: d13421b965f0a3c3d7d13de646449b8bb2dd12f3868cc73567504f9ea0b6517c SHA1: fd793d1a09a4d46aa5ca6f36e7612bc1c62c7654 MD5sum: 034a17d9ce503646030b0fbdbc1aa316 Description: debug symbols for ros-rolling-cras-topic-tools Build-Ids: 1b4b8af215f3a37f455e8789990f99b4a868a6c4 cf03ad7793775c973a07c24537453197927c74d1 Package: ros-rolling-cudnn-cmake-module Version: 0.0.1-5noble.20260425.082725 Architecture: arm64 Maintainer: Daisuke Nishimatsu Installed-Size: 49 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cudnn-cmake-module/ros-rolling-cudnn-cmake-module_0.0.1-5noble.20260425.082725_arm64.deb Size: 6664 SHA256: 0620a52955d59cd400bb8d70883de98719c9f00b69b266c585f0080b1bb281ec SHA1: f514ae0f8ae46aff4ef8d7f1e92560b2b24c205e MD5sum: 4856390bdcca2ab0f2b080f2a0b68057 Description: Exports a CMake module to find cuDNN. Package: ros-rolling-cv-bridge Version: 4.1.0-1noble.20260425.174107 Architecture: arm64 Maintainer: Kenji Brameld Installed-Size: 514 Depends: libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py312, libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), 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-1noble.20260425.174107_arm64.deb Size: 123556 SHA256: 430b08fbb923debfb5a9e04804cd343e3713c264e7b85e492e14e842767ad8ea SHA1: 2ec82a374a1235a8d4c0b6a0a0f86a609a5bbaca MD5sum: f39483d44bde1ef1abd52fd4ce15092b 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-1noble.20260425.174107 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Kenji Brameld Installed-Size: 2074 Depends: ros-rolling-cv-bridge (= 4.1.0-1noble.20260425.174107) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cv-bridge/ros-rolling-cv-bridge-dbgsym_4.1.0-1noble.20260425.174107_arm64.deb Size: 1873448 SHA256: 718787d23d24830c161e1a04ae4121eec03e2bd4a2bcbec481a3c1ec44427514 SHA1: 0b55c7587831d61e0609d026b681dc9291f0bb45 MD5sum: a436db5ab38f476972181897e4ad7a99 Description: debug symbols for ros-rolling-cv-bridge Build-Ids: 31f4a448a69539d773dd890826e00cdeed2772d7 76b3d0d7066c15f4fe3fd7b99d2b2bd2f8a108f9 Package: ros-rolling-cx-msgs Version: 0.1.3-1noble.20260425.123908 Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 3127 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-generators, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cx-msgs/ros-rolling-cx-msgs_0.1.3-1noble.20260425.123908_arm64.deb Size: 192018 SHA256: 55db7abaf66c7863b52b314316793a6ccdcf8cfd9b4d2696632c30cc916b89cb SHA1: 15747ef2fc9215a9d59d64d4bcaac00cfbc473cb MD5sum: eac4a3784934a1d6b441c7a56603ef07 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-1noble.20260425.123908 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 2318 Depends: ros-rolling-cx-msgs (= 0.1.3-1noble.20260425.123908) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cx-msgs/ros-rolling-cx-msgs-dbgsym_0.1.3-1noble.20260425.123908_arm64.deb Size: 1788776 SHA256: 7ef0b519b1fba421eedae2debe67ff82f0cff659595ba61e5b15b809a578ff50 SHA1: 61f5ee9ce880bc8de742f08654c9acef767fe1ed MD5sum: 937353b5ec2d975c3828d3612c8fbdce Description: debug symbols for ros-rolling-cx-msgs Build-Ids: 1a5e4efdaa98a1fcbbf34d6ecd0a3adaa4345c23 1e17be6b95973ab52a6f60b63c6a9a65d6ef1880 2aff4471f220786e878578e18fac639adda4cf1c 351be621eaca1d7a2d585a49df7659e85c603188 36486c00dc0c864887edeea337c45a623c420761 41bc01d834968c45864171e56f3cd2e98d791a94 717bb9b064f49d15a40661d7c04760c9b6eb888b 7e6e591911ba490ed2f7189b14920a44d14c3dde adab705ba7ea480a6d42296f66d01454e3d10975 bb39308c1f746d1eed4d433d1d1f56fcc0f9854a d5c9b537c32fa354c865851fb69c958767dc13a8 Package: ros-rolling-cyclonedds Version: 11.0.1-1noble.20260425.064250 Architecture: arm64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 4177 Depends: libc6 (>= 2.38), 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-1noble.20260425.064250_arm64.deb Size: 1079632 SHA256: 3971ccc0b5976cb116bd6be30986ea2179a1abce2eb6dbe65b5e43c696ad77a6 SHA1: cbf8542451feec0c86b74350fc4c7a7329a951bb MD5sum: 459489760f24980b537d0d732efbd659 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-1noble.20260425.064250 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 5293 Depends: ros-rolling-cyclonedds (= 11.0.1-1noble.20260425.064250) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cyclonedds/ros-rolling-cyclonedds-dbgsym_11.0.1-1noble.20260425.064250_arm64.deb Size: 4488368 SHA256: 8bb2a66ecb2e759d51ebc2a2e6b27b027f5706fa280b241f7608863af483561e SHA1: 5accf8d86346a79c39965865c46e7e3f46cce4e2 MD5sum: 381484e42e3951a856c8645be7aec5eb Description: debug symbols for ros-rolling-cyclonedds Build-Ids: 07b8b5dbc8b9ac44da48124101a929c512b402f9 1dc6d49d51be95aac1e5cb5fe8c25939653e51df 27a5f288648b1b667a085fc622f919d651408466 33ca75ee4e666f005db012a94e63859293e406e8 47dce85c5388dc2c60241b6d41db62ac54cc87f1 a799e0dd817b1ef88b97355741e89f4df7c5b57a c506af208731d5a56dbd25a46673f106cc52c1ad d222f4ba1ef2b8529c7f75699e323c82507a036d fa5688d66014fcb02f1c5cd395cb196243542026 Package: ros-rolling-data-tamer-cpp Version: 1.0.3-1noble.20260425.180454 Architecture: arm64 Maintainer: Davide Faconti Installed-Size: 628 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-data-tamer-cpp/ros-rolling-data-tamer-cpp_1.0.3-1noble.20260425.180454_arm64.deb Size: 118142 SHA256: 65aa9e61b629234af1b96b32f708f7fb48082b78c1ac5768e8657a2f7222eda9 SHA1: dc2facc989a67f6cb7343a401843a02736547e12 MD5sum: 6efe27427317d0dae5fd331c7e682684 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-1noble.20260425.180454 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Davide Faconti Installed-Size: 2407 Depends: ros-rolling-data-tamer-cpp (= 1.0.3-1noble.20260425.180454) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-data-tamer-cpp/ros-rolling-data-tamer-cpp-dbgsym_1.0.3-1noble.20260425.180454_arm64.deb Size: 2212010 SHA256: a8507d0967852c753c31da2bf3bde43a0f44b0731bc07d9e474aea2f8a49d7df SHA1: b25d5bac8220c9d3f6832d904e3dbc77370f3965 MD5sum: e43bea3495542624e5ac08485beb0ae3 Description: debug symbols for ros-rolling-data-tamer-cpp Build-Ids: cc94a22acd6a7868530ab2f882f989808d4b5c54 d7b3123671f44b46e300dd64b34ad8ed62107d95 Package: ros-rolling-data-tamer-msgs Version: 1.0.3-1noble.20260425.124512 Architecture: arm64 Maintainer: Davide Faconti Installed-Size: 1224 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-data-tamer-msgs/ros-rolling-data-tamer-msgs_1.0.3-1noble.20260425.124512_arm64.deb Size: 92632 SHA256: 790a01b6f0c1488a34672f5f4e303ef6303225934548d1a84e6aa89a539a9a99 SHA1: e1df9b2e66849d69d886dc4d5e9bf92870f60886 MD5sum: f6f669a43e4fcb1cf868ce083a701141 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-1noble.20260425.124512 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Davide Faconti Installed-Size: 941 Depends: ros-rolling-data-tamer-msgs (= 1.0.3-1noble.20260425.124512) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-data-tamer-msgs/ros-rolling-data-tamer-msgs-dbgsym_1.0.3-1noble.20260425.124512_arm64.deb Size: 753578 SHA256: 06313b451a5bcace32dbc5f97e997ebef0eee558eb15937b7b25738a2c2fae61 SHA1: 688ca68152f4dcc93fc3e89317f221711a08e722 MD5sum: 9c72508ba8a43a5c52f43d7b61fedcd0 Description: debug symbols for ros-rolling-data-tamer-msgs Build-Ids: 19c2bbb3107d00718915fe48f219a8321a5bcb5f 266d7598af8679ec96a53318a26586f17f44930b 50c85104bd573f8d7e55453c0db97e448dbbc26e 5bc8d5a53b33d936e38d021b718b187b219bcee9 7ee0b58f557d00dfb4260dbc8ff11ca86d925af2 8a454e1e509407aa71f25836a356e64ce2be2e94 ad3cce6bd6fa962459bf133a3d5403f5112f2b08 df815d696c875023acefd940f3092cd09047a2e7 e61899a5015aa68e8febc1f106eea77b3829e7c0 f7fd30b88f33272f61b74ef6e41ec7de787ff27e ff2d0b15212e1a6be2b03d3a4784d21d51347449 Package: ros-rolling-data-tamer-tools Version: 0.4.0-1noble.20260425.181619 Architecture: arm64 Maintainer: Jordan Lack Installed-Size: 4819 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, libprotobuf-dev, libprotoc-dev, nlohmann-json3-dev, protobuf-compiler, ros-rolling-backward-ros, ros-rolling-data-tamer-cpp, ros-rolling-data-tamer-msgs, ros-rolling-foxglove-sdk-vendor, ros-rolling-geographic-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-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-data-tamer-tools/ros-rolling-data-tamer-tools_0.4.0-1noble.20260425.181619_arm64.deb Size: 572848 SHA256: bed2a2d5c24cc7d72e04e9cc6365b1ebd9c5988170931824f55809cf2f9886a2 SHA1: a2e84324a3e46fd38e2fd36d7cd3fd500ee0e4c6 MD5sum: 63cb5206978e25ff872a93420d587a74 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.4.0-1noble.20260425.181619 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jordan Lack Installed-Size: 18662 Depends: ros-rolling-data-tamer-tools (= 0.4.0-1noble.20260425.181619) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-data-tamer-tools/ros-rolling-data-tamer-tools-dbgsym_0.4.0-1noble.20260425.181619_arm64.deb Size: 15666922 SHA256: 90f72a8da9c5d8bdecb18dfb130039870db951c1ddaba22ac8558f82415a5686 SHA1: 6b8fd56f5ba56638c1b5eb58120b84bf3dbd72e4 MD5sum: 2ac9ed6eb2c770f0162a2c3fd257f1e7 Description: debug symbols for ros-rolling-data-tamer-tools Build-Ids: 3188bda83551808925e954220baa64f957932102 60c8ccaefb3847e6718fe506ff95018c27d3efaa 63150a958e91cc07f497ca88488b8bc2b5dc74b4 6e6905cfc19c6c1e78880ab4541ad6c5196b85b8 760ae131f5c1e3ee75925b24a85e7d901d360bbc 7bdbf6f4462f3c2df3775943106e4acb92261acb 8518231f54e39a2633f6b3b1af605ef91a4b33a6 85c0a9798ac811b3c0447262435932df262654bb 8774243e7f804ca0055511867533a2de71c8de8c 88eeee013f4fdb6d0181b4ff0f11e1f0b5e56a92 8d45509eaf29d2982efb83d968f35a4024f30987 958066ebfe1241ee2e8f63c49492f8f2ce2f7c0e a8c1892b49e63adaf35f311b79f505cffab21d75 ac37f7706456f6fadb7fa78686eeda1bdaf64ea6 ae4ddf27e806d3ec4aeae73c78125a6e17af0273 b89b74feeb1b82123eda99e1345fb872bf9b7e0a d91ee46902969afbbeb88bcaf8277f695fcd5344 ea64bd1d00967ef0a77116d9ef11ba50546a57f5 ee98a488d50c326e0afe1d1075a8de8d981dc645 f1ce85f9f37dc884087ed61dfdb29759f9bb7a45 Package: ros-rolling-delphi-esr-msgs Version: 4.0.0-3noble.20260425.133529 Architecture: arm64 Maintainer: AutonomouStuff Software Team Installed-Size: 4330 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-3noble.20260425.133529_arm64.deb Size: 249550 SHA256: 18e06f11483c00e495457b646d2607a20e02c8801703753ed030fbfd4384f3a4 SHA1: 2935dfc370723cf25b568e303569a81616e5c8a8 MD5sum: acfd4d4d28d922b904fe52fcdafe8662 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-3noble.20260425.133529 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: AutonomouStuff Software Team Installed-Size: 2697 Depends: ros-rolling-delphi-esr-msgs (= 4.0.0-3noble.20260425.133529) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-delphi-esr-msgs/ros-rolling-delphi-esr-msgs-dbgsym_4.0.0-3noble.20260425.133529_arm64.deb Size: 2067488 SHA256: 430c2c8222895144f0b8aef49f2a40a233d2111f7bfbf7671977d0fb3b592ee1 SHA1: b88cb35ee7c4862192c275af1d4864f0e5acca92 MD5sum: 19966889a2d7d258621a5570f11e918c Description: debug symbols for ros-rolling-delphi-esr-msgs Build-Ids: 0bbfb0d7c386e3c4318fda119590aa0c895a473a 2e45d1ee2a2df6d1ca3d4ea2b62e18833a60ab7b 59563da05d5049e9aa5379c6a88128489ee5e84a 64f58f0568979d1180606829d286007df186a3f8 797c48df7e9bc01c3b9a7583ff92b1c4704b76a4 7de328c79de0fab69a5515f7a536250d2b61d8b7 a237c6b212e3255e09f19a1f84792c7d18175415 d82b95b7e12e087d03c91dcfb3d5fa025d680f2f dd9f97a77f88da4b4783fe2159505d2b3f5ab796 e44e9a4375419e35135b866fc528de6beb17df79 e6954624f4ee27b9095983d64e5306e19e3647b3 Package: ros-rolling-delphi-mrr-msgs Version: 4.0.0-3noble.20260425.133558 Architecture: arm64 Maintainer: AutonomouStuff Software Team Installed-Size: 3924 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-3noble.20260425.133558_arm64.deb Size: 218434 SHA256: e5aa0ea46156d90d36feab9828abc8763f6e4db8ca3cc2ef3d2c47b760593624 SHA1: cb9e4b07a271b96b8d50adac7661e81f8ab5f57f MD5sum: d96f71c7197608fa050300d308135562 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-3noble.20260425.133558 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: AutonomouStuff Software Team Installed-Size: 2298 Depends: ros-rolling-delphi-mrr-msgs (= 4.0.0-3noble.20260425.133558) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-delphi-mrr-msgs/ros-rolling-delphi-mrr-msgs-dbgsym_4.0.0-3noble.20260425.133558_arm64.deb Size: 1733918 SHA256: 2f8aa98f48e467d48755dbde9354d25796e91187e9e3e4774bec4614a7e9f786 SHA1: 410d9424bf5db848683bcf2a473dee1c600cf9fc MD5sum: cd4a04bbe07fbf988ddfc086b952f00c Description: debug symbols for ros-rolling-delphi-mrr-msgs Build-Ids: 12fdb262f8e1e134bb2b3856c95ddb23b35c8955 137b738a6c17af2f6ccf7d29ace20dfa1b1777f8 1efa9a5acfa28f81482ae2551d55b46bd593095f 53b45690698884efcea1fc0fa6ec1ee71929ef3c 7cf5c1f18fe73c91965277c9c2ec1ff41fc68fe4 8e86d905aa9a8adef3e1746b9ea9ffe63177650d c121386aff9db6af6066cb0b8287aa01300fb6a1 d927102672b95b913920bfa252eb3604c1bf857b de34f6db9e68d69e1c06fe91cf73644861c4c5e6 e025f787c1e84eb20002a59737147690755069df e20ae4d2d0ddb11a4b77b5d6c3bf9e45b4c4de36 Package: ros-rolling-delphi-srr-msgs Version: 4.0.0-3noble.20260425.133612 Architecture: arm64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 3194 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-3noble.20260425.133612_arm64.deb Size: 167216 SHA256: 505c0399e700edbce796d5454f33f7f03cbd3a94c6e7a8f788332b7a4afa312b SHA1: 9eca756f886c5822c5b3d4144847829939b9c8ac MD5sum: 0e2ab28dd5081fc8eb6a31ec41e5b473 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-3noble.20260425.133612 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1575 Depends: ros-rolling-delphi-srr-msgs (= 4.0.0-3noble.20260425.133612) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-delphi-srr-msgs/ros-rolling-delphi-srr-msgs-dbgsym_4.0.0-3noble.20260425.133612_arm64.deb Size: 1201914 SHA256: 24742bfdc11b418e4021f982b21c8bf932a5838192c35e665229c30c7aa39ddf SHA1: 50b3a20e9f831543ecd133899573f2d4a078f7e2 MD5sum: 84354d44dbff851c208fc21a099a1bd6 Description: debug symbols for ros-rolling-delphi-srr-msgs Build-Ids: 1343cc5a7a0411c40add7016f767e976dac36511 41f5bc6fa3590767874136fa5140fa36e6a7a2db 500d5f6d015660ddb1a6dab254ac59d90a4bbd9b 5348827fd3d8b08a0866afaaf1583f4152e49b45 5c6667c4749d55fa5108f684bee36871fd5cc784 654780d8cca8f9b5d4d1fbc48f70ef4624ac531b 666c9f352c9ce362e861faf4df41d03a9c4ea7eb 8ba9c9454686e019ac19e7a0b728e7443940e486 a162270156a9a9f7955c150ee1cdffbd7e32508c c32d7c0d4ec7443875eecbff0d1fe792654689d0 d4180c2c720252aeef5dca222661e2f4acb81276 Package: ros-rolling-demo-nodes-cpp Version: 0.37.8-1noble.20260426.001521 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 8357 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.37.8-1noble.20260426.001521_arm64.deb Size: 919050 SHA256: f190f39a90af9dcb65b543f288e8e8088e74d23145785b72da62214845c2baa1 SHA1: ea8a23e1ded7d5d85dbbc5e9aeb4ce5bca9f55ff MD5sum: 856b9e4be24472c49f353224f43f1bfc 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.37.8-1noble.20260426.001521 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 39856 Depends: ros-rolling-demo-nodes-cpp (= 0.37.8-1noble.20260426.001521) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-demo-nodes-cpp/ros-rolling-demo-nodes-cpp-dbgsym_0.37.8-1noble.20260426.001521_arm64.deb Size: 31333830 SHA256: 785df376a788974502f38d9f8c13b4a08bb1e3ca51f69751dbcf9525c9a5e7a3 SHA1: 4cc79ed65b24832188efc173b1cb3ea4cc6aa019 MD5sum: e5c9c58acd8fd3735e2eec5130a539b0 Description: debug symbols for ros-rolling-demo-nodes-cpp Build-Ids: 006b34db26cc5d76022625025241b989fdbd00a3 036352199c46488c54803ff446ee9e147ccf1b99 0d0670ef7c7382ea12eada48a298ce25343a4b24 27455f228d43cfac6c5b0a2809f03df10cb5d3cd 29dd2376e7f3a8d2b63a1166503aca3316e77167 2b7e88715a96451dbb456d206fdd9dfbdcf66141 2ca1ed0efea9459c72df76da99db80b32bdb2ef7 30e0667a4cb15d0670b2e467d391e503283a078e 327b19b0b15685801eb3634eb90aba644274d666 3315202aa26ef921ebc27afa5631b8fe7947bac8 3400476d669e7cb288e8a40b3852fdaccfc680fd 340cc29b39c7a4e2f74978aa4b22360b838b9fd9 398a272d5c98f97951e3be9ccd2f99ac777077c9 3c026990755e8d6270efab15d0fa4898fffb19fb 4841ded0ebd49eab5f29b356803390d2404e41cf 4cb127c4641277c4cf593e2f2d272f09ff75e33c 5439c0f9443835d0a98db44c83077fa06bbf9a7d 59b305bfeaf11a36bd01d0b23b676f788727d7a9 5ee4d39bdbb570ae465e5c5ab4875a714c141701 6c9368c3e7036051b8ac13658460f36d3ccad1e8 7bddf8887b46a18f067f9f48dacb57fc41677071 7cfbb2871a85ff29306e3db32ceef61c48f4f278 7d8e2458029097aaf5c5aec8566d6c4103e79eb2 8e222f2ee0d2631cd8086e6e3faee32d680a4975 90db0eec90a2b23805aafeaa0634ec07e908f49d 9640bca826b575f01ee21d0bd35ec32cfb945994 96b8c7a8778458c17d930cbaa949f1c4ad2ad8e0 987c77affbbdd3b4f3680366c273e323210aed42 99cc15856a9a76513aa1c9d3149d652ff6e924c0 9c9c78119201c1aa4ea5ed06d31b329d46a4175b 9e2e3df927381b03000a666d8086c111276bc15c a9ffc51c6bc24c6624c6811a37cd1e08382a07ad ad08182e67655c31a43d46125e32997f8c444ef8 b1ed0ce6eb664bda77e123b8aaa3eb07a099a1eb bdebb6a3661beb37ef419fb021a55ff34e175fea c498349de19c6a5822c2b440af81084554c8b707 d139b7777323f4aa90093b55ff975b3844725d32 d6d2e10fc5af5a64e63a94f8aa0ace7b57ebb189 df8022b1efb9a7f0d2a20e27656193521f85fcc0 e08d2c49a53bd453e13a3dbf27291a739aa644ed e8f4f6e56fc4bfaa71c89570ec0972d1c6bba64a ecf1974654f24553aca334e0eecf68dc5030a19c f08991db04f0178ee60e6361455a55015691bfa6 f253174a374744efcacbbf1e2a775013a1d72492 f2db91565b0a0be048b7d7d2ee64b8ec034674d5 f3709f487832ae7d26e356b3fd7623e290e48e7c f4246da197ee49c5133c1a9399b0c6461d024e49 f4ed57bdc82f2be453031f2aa135fd4ab154f089 Package: ros-rolling-demo-nodes-cpp-native Version: 0.37.8-1noble.20260425.180409 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 313 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.37.8-1noble.20260425.180409_arm64.deb Size: 64698 SHA256: ca5cadd3f42f77d1d0a5dee3dd27ae166124199178afad7adfc1634e5731f065 SHA1: 7f4b1614f75082515680c5bad515bc2bc480d066 MD5sum: 07747e6c1d8131c8f03689dc3c9ae610 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.37.8-1noble.20260425.180409 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 1281 Depends: ros-rolling-demo-nodes-cpp-native (= 0.37.8-1noble.20260425.180409) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-demo-nodes-cpp-native/ros-rolling-demo-nodes-cpp-native-dbgsym_0.37.8-1noble.20260425.180409_arm64.deb Size: 1161034 SHA256: 21a9f01ffe2b946d8fef36dd076ade6363d7949f5eaa4af8a15a0c688803d1b0 SHA1: caedea5f738afef23695919dc030d5d7d5974ea3 MD5sum: 1972fce96d097a26ba79ca50454cc6e1 Description: debug symbols for ros-rolling-demo-nodes-cpp-native Build-Ids: 82b49393791284f4eefecc04089cadc2631c1cf6 e8a96d6c4b7536c40bbf7f5a6fe7b69dea33736b Package: ros-rolling-demo-nodes-py Version: 0.37.8-1noble.20260425.194644 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 182 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.37.8-1noble.20260425.194644_arm64.deb Size: 30958 SHA256: bd6bbc107b6298827fb43130bb7697a7e864fabd9c6a03f63222ce1529a8dbb3 SHA1: c549015e81af135c9e044bfeb3f79e0dffc618df MD5sum: 44b872309f3ada15d9261786eaa24ab0 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: 7.1.3-1noble.20260426.003735 Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 1958 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-flann406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), 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_7.1.3-1noble.20260426.003735_arm64.deb Size: 294576 SHA256: 6e9f94268660c7215125f797b081531e032839fe073be1113ac75b7b58373dd5 SHA1: 136b7e9d44a223105820762dda8a38344606083d MD5sum: c9033e84bcf446724207ee2166ec9b49 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: 7.1.3-1noble.20260426.003735 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 15729 Depends: ros-rolling-depth-image-proc (= 7.1.3-1noble.20260426.003735) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-depth-image-proc/ros-rolling-depth-image-proc-dbgsym_7.1.3-1noble.20260426.003735_arm64.deb Size: 12435340 SHA256: 8b1bf4298d2fcabe1606993e49b28fb8981aad9085ac88d052a39b144a011150 SHA1: 788252e99af2fb806c1204dd84dd46c9e0fbd1df MD5sum: 06e2503dc7b9f1776cfc128641d6446d Description: debug symbols for ros-rolling-depth-image-proc Build-Ids: 0c2eb495157fe8fecf7f72dff18acecd3fd564da 2f55389481e4bb5435fb6bac7eafab482efad2b5 35a56cc436210349029064db721d95e04584645b 3d934b773b9ff1db756eca5effd208b050d0ec3d a1340b527e372de11985a1ab50ff703ba04a5070 a98cc9b7eaec19c98c2d36d88fa4b98cfe9bd1f4 b2529521b47551e99c2d74a843519e7787340482 d11fb2c3398dea826d560e359b30df7dc03b1147 f3bf1694b235b6908853e7ff603d54b5534c5157 f5ef37662e26b94fad81c306efa6a0e2eec0f98a fd7962ef108c9e82a2cad9ea9ad1cf2d3df0c491 Package: ros-rolling-depthimage-to-laserscan Version: 2.5.1-2noble.20260425.202155 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 1011 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-flann406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), 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-2noble.20260425.202155_arm64.deb Size: 178338 SHA256: 7c0a5bf04e95b7e82c68950930bd2806c3abf24221dbcdda871f4945b1bc58cc SHA1: 9f0937bee334cfb4edffe4f422af3992f5475be3 MD5sum: d6f3b0d73790469b618b77fafd228107 Description: depthimage_to_laserscan Package: ros-rolling-depthimage-to-laserscan-dbgsym Package-Type: ddeb Source: ros-rolling-depthimage-to-laserscan Version: 2.5.1-2noble.20260425.202155 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 4249 Depends: ros-rolling-depthimage-to-laserscan (= 2.5.1-2noble.20260425.202155) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-depthimage-to-laserscan/ros-rolling-depthimage-to-laserscan-dbgsym_2.5.1-2noble.20260425.202155_arm64.deb Size: 3595598 SHA256: e617aac380349dd10b0793ca3d36d875e54b5c654af97929972b26dcdbfb234a SHA1: 5eba9496be0b6cccc59640a5d5872e6a4bff682e MD5sum: 9cda955ebf04e87cb3efbce6f1b5fb2a Description: debug symbols for ros-rolling-depthimage-to-laserscan Build-Ids: 792faf72c2f89d7d90c9b6a5ba63b3b1e02972d4 85a36f0558cd8363433409aba167f855c9b89dc6 966cbc31de4c3ff2a5d5e4b65244a6162fdd8cd1 Package: ros-rolling-derived-object-msgs Version: 4.0.0-3noble.20260425.143310 Architecture: arm64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 2177 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-3noble.20260425.143310_arm64.deb Size: 139880 SHA256: 40b0697aaea9c02435b9be9745794a751aa1027910c66ea2055e2200357b5ff8 SHA1: 3a19c43ec5f4a5f41a289954c3c156f6f7b0ca80 MD5sum: 61099a2b54bb460ca7a57bbba3ae0290 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-3noble.20260425.143310 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1337 Depends: ros-rolling-derived-object-msgs (= 4.0.0-3noble.20260425.143310) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-derived-object-msgs/ros-rolling-derived-object-msgs-dbgsym_4.0.0-3noble.20260425.143310_arm64.deb Size: 1036060 SHA256: ad4404a64f1590cfcf82e462f1518b5e55e1ddfecde76333be15d270834813a8 SHA1: 19db638682ef3ce2c738360567662377a89e5a6e MD5sum: 886fc171319d943ef8e0691c7aa21236 Description: debug symbols for ros-rolling-derived-object-msgs Build-Ids: 0966c2d166d8bec6289dc01c2e0fae75b7dfa4f1 1faf2fcb0284f7afbe7606cef71ffd1a42400cc2 2ed972a753893de9f5d5dd3c630a5ced5a2fbf87 7af793e65e11dbdac6e05660ae4248858698c2bd 7bd0572ccee1c5c0dca17e5e8aacf5b63948d5e4 82f4679196f373874938134a80ea1213ad406137 b0cf7f3d38577cd6b1cddf2d7fb153bb59011b29 b150eb285f078a988362320ecae8daf0a19b48b9 c58f5361fa301505ad990f00fe3eadeac82583d7 e48ddb81c03d7c4a5b6146eafde210dd946dc60e e7bb58aa3d3f43e1301cb38efbb8bd5846097594 Package: ros-rolling-desktop Version: 0.13.0-1noble.20260428.080443 Architecture: arm64 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-desktop/ros-rolling-desktop_0.13.0-1noble.20260428.080443_arm64.deb Size: 6998 SHA256: e63a3ca98dbee646e018c01d303521a7c433332f6d3262eebf9fc94b6be1de72 SHA1: 37962c026bf3957c4cd67508d5bcd50b050b2933 MD5sum: baa565c26e4cca80237e3aad6b997dea Description: A package which extends 'ros_base' and includes high level packages like vizualization tools and demos. Package: ros-rolling-diagnostic-aggregator Version: 4.4.6-1noble.20260425.170334 Architecture: arm64 Maintainer: Austin Hendrix Installed-Size: 1650 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-rolling-rclpy, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/diagnostic_aggregator Priority: optional Section: misc Filename: pool/main/r/ros-rolling-diagnostic-aggregator/ros-rolling-diagnostic-aggregator_4.4.6-1noble.20260425.170334_arm64.deb Size: 324278 SHA256: a45f3940d081c49b4612b1c90ac7b7d5f7e35c2b61e6714956b2d9cc297d6cdf SHA1: ef05df5b1f6bfdb8a68b49fd4db8f86fbef02edb MD5sum: e4d96bd526c2ed41e0fbbe787cc7ac89 Description: diagnostic_aggregator Package: ros-rolling-diagnostic-aggregator-dbgsym Package-Type: ddeb Source: ros-rolling-diagnostic-aggregator Version: 4.4.6-1noble.20260425.170334 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Austin Hendrix Installed-Size: 7213 Depends: ros-rolling-diagnostic-aggregator (= 4.4.6-1noble.20260425.170334) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-diagnostic-aggregator/ros-rolling-diagnostic-aggregator-dbgsym_4.4.6-1noble.20260425.170334_arm64.deb Size: 6321682 SHA256: 6ac882494b76be10cee2f2381d70ba78cd17b7776fcc25ad0a87634309a47a4c SHA1: 925d58b6ae13ad8971d2c4352f9388ba1c60beff MD5sum: beea6b49f076437a5bf16331d278c177 Description: debug symbols for ros-rolling-diagnostic-aggregator Build-Ids: 91f8346b1eb91961aef2df737e6e9b3e2db9e4f5 c547bd431d555716fe58741877c85c1e250efa57 ceef74972cf21aeebcc78ce14deb43a665c6785a f032d97fbe6347cd0a77d34b41f11b9af632639e Package: ros-rolling-diagnostic-common-diagnostics Version: 4.4.6-1noble.20260425.171208 Architecture: arm64 Maintainer: Austin Hendrix Installed-Size: 125 Depends: lm-sensors, python3-ntplib, python3-psutil, ros-rolling-diagnostic-updater, ros-rolling-rclpy, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/diagnostic_common_diagnostics Priority: optional Section: misc Filename: pool/main/r/ros-rolling-diagnostic-common-diagnostics/ros-rolling-diagnostic-common-diagnostics_4.4.6-1noble.20260425.171208_arm64.deb Size: 14018 SHA256: 23bf26dbdab0f667587e2c5f1b06c4f7dc392228ae20ed12331eaff62ea2cdb6 SHA1: 8f8a6c315d0bd44c73ac78a41519b277321c2556 MD5sum: d45dc285efadee46bc67c5348fd18bf6 Description: diagnostic_common_diagnostics Package: ros-rolling-diagnostic-msgs Version: 5.9.2-1noble.20260425.140302 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 1996 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.9.2-1noble.20260425.140302_arm64.deb Size: 146168 SHA256: 20ea53841e30df5d5775000eccc15b63868e1acb990792f8c8db2f3e622f191f SHA1: 0f7fc588c45e9724a0bb197944163f54b3b1f290 MD5sum: d4c628bf70423ff0848034bc6077c7f5 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.9.2-1noble.20260425.140302 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tully Foote Installed-Size: 1494 Depends: ros-rolling-diagnostic-msgs (= 5.9.2-1noble.20260425.140302) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-diagnostic-msgs/ros-rolling-diagnostic-msgs-dbgsym_5.9.2-1noble.20260425.140302_arm64.deb Size: 1175148 SHA256: 455a9b936806e3ff03313dfa335708c852a239b3349e60514314b452482cc28c SHA1: 8c6de70a71986b396d751e39436a536ef173fbdf MD5sum: 854139fa82fbd1ef201dac84db991e24 Description: debug symbols for ros-rolling-diagnostic-msgs Build-Ids: 2c9daf4881009d09a331f77db91ea1cd1fdae11b 31fb4c0575c738b86feb0fe79ef8885398295189 4191077bd113976641ac2a51dfe96e6e6682b46b 4fae34d1d488a56e07fe2071cf4fba1e65bca166 58f5d1cd62fb73ef3881e2a865916c15cdbb446b 610934c2b26b17349eb82746e89a4bc0b57fdbf7 7942456a84c2f5a49fefb0250d927e7c7676b97d c2bdcdf4a2649cce0b206d349b29bc2be69f53a0 e745e5b1a897e5b9aa7837faf23458352ea06a7b f2e52682b47bfc0a0dd80567d9393f16e30c574a f72ea6147d12cacaa490b175bd57e3109b617939 Package: ros-rolling-diagnostic-remote-logging Version: 4.4.6-1noble.20260425.183810 Architecture: arm64 Maintainer: Daan Wijffels Installed-Size: 836 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libcurl4t64 (>= 7.16.2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-diagnostic-remote-logging/ros-rolling-diagnostic-remote-logging_4.4.6-1noble.20260425.183810_arm64.deb Size: 141804 SHA256: 0a15864d840b375f6dabb8807f0fa5f27c87ef2c2aa239c893d7c8acb2a8e49f SHA1: 4bc21be2772391c92e0c52b7577b7967cad39c9c MD5sum: aa802903f4e4839f13a2743af5529bdc Description: diagnostic_remote_logging Package: ros-rolling-diagnostic-remote-logging-dbgsym Package-Type: ddeb Source: ros-rolling-diagnostic-remote-logging Version: 4.4.6-1noble.20260425.183810 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daan Wijffels Installed-Size: 3433 Depends: ros-rolling-diagnostic-remote-logging (= 4.4.6-1noble.20260425.183810) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-diagnostic-remote-logging/ros-rolling-diagnostic-remote-logging-dbgsym_4.4.6-1noble.20260425.183810_arm64.deb Size: 2848374 SHA256: 9fc77a8dc5d333ea6f06fdb20b65e0f244f0a62b77d80c133e401f0730425653 SHA1: 6317a71672d316328663ce0b9a105e8baa0a0852 MD5sum: db3cab5d4b9880784e3b5ab04a413611 Description: debug symbols for ros-rolling-diagnostic-remote-logging Build-Ids: 2e179e3a0a229be0bb1d643634dc250943de3d89 e19c6b95a29adf67afce629e50688fa34a5bf432 Package: ros-rolling-diagnostic-updater Version: 4.4.6-1noble.20260425.170523 Architecture: arm64 Maintainer: Austin Hendrix Installed-Size: 516 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: http://www.ros.org/wiki/diagnostic_updater Priority: optional Section: misc Filename: pool/main/r/ros-rolling-diagnostic-updater/ros-rolling-diagnostic-updater_4.4.6-1noble.20260425.170523_arm64.deb Size: 111248 SHA256: 859500fde249d3d566d2857600db79708768ec6cf62cea2d378b442b1d23282f SHA1: a03dfb77a1aa36a42e35e2c0200d80e0beb31176 MD5sum: e4be77563f4160d3687374d02a186cef Description: diagnostic_updater contains tools for easily updating diagnostics. it is commonly used in device drivers to keep track of the status of output topics, device status, etc. Package: ros-rolling-diagnostic-updater-dbgsym Package-Type: ddeb Source: ros-rolling-diagnostic-updater Version: 4.4.6-1noble.20260425.170523 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Austin Hendrix Installed-Size: 1745 Depends: ros-rolling-diagnostic-updater (= 4.4.6-1noble.20260425.170523) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-diagnostic-updater/ros-rolling-diagnostic-updater-dbgsym_4.4.6-1noble.20260425.170523_arm64.deb Size: 1575760 SHA256: 0b1fc9ee681143fa7c4961297f22a6142d454aa34dee4471ee9179246054834f SHA1: eaaa765bb593a670997d08f9d77904c5c7751108 MD5sum: c00f695f5225a9edf43eca7f4c71162a Description: debug symbols for ros-rolling-diagnostic-updater Build-Ids: 0ea22e74852ffcb470cc79446eeebd132d50cb36 a609adf43465e2830ba814ea4e456edabb05e330 Package: ros-rolling-diagnostics Version: 4.4.6-1noble.20260425.172010 Architecture: arm64 Maintainer: Austin Hendrix Installed-Size: 45 Depends: ros-rolling-diagnostic-aggregator, ros-rolling-diagnostic-common-diagnostics, ros-rolling-diagnostic-updater, ros-rolling-self-test, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/diagnostics Priority: optional Section: misc Filename: pool/main/r/ros-rolling-diagnostics/ros-rolling-diagnostics_4.4.6-1noble.20260425.172010_arm64.deb Size: 5914 SHA256: 2ffb819b9157e0287deb42b4f4edaf4b5d391f658c13ec6eda596d5c6a84b48d SHA1: 3a98edf115663da15b0453197d2ef4ba9e65677b MD5sum: 6bee642a104492744f099caeff2f1ee4 Description: diagnostics Package: ros-rolling-diff-drive-controller Version: 6.6.0-1noble.20260425.225653 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 996 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.6.0-1noble.20260425.225653_arm64.deb Size: 221502 SHA256: ab9619b6d5430cb0da173655b52d553ccb06b5b1857b93b47a1522f2bee28d3c SHA1: 7661610fb9c772cb4f345efe000783d52a259ced MD5sum: 48b352541d8d009e041c0c6ab287cc98 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.6.0-1noble.20260425.225653 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 3987 Depends: ros-rolling-diff-drive-controller (= 6.6.0-1noble.20260425.225653) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-diff-drive-controller/ros-rolling-diff-drive-controller-dbgsym_6.6.0-1noble.20260425.225653_arm64.deb Size: 3468668 SHA256: 8dfe90e633929cd89b61ba0c90d0d04cf4d2372745981ef6d62b37b0b748d39e SHA1: c9fa4e467f37247c908334e8319e201a659160d4 MD5sum: 60da56e7089acb557de67f5b7fc55450 Description: debug symbols for ros-rolling-diff-drive-controller Build-Ids: adb1e60c20bcafef0204b15a819b3e5f8374e2b3 Package: ros-rolling-domain-coordinator Version: 0.15.7-1noble.20260423.222508 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 37 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-domain-coordinator/ros-rolling-domain-coordinator_0.15.7-1noble.20260423.222508_arm64.deb Size: 6176 SHA256: 5d7e941fde8ef4a2f7e6ff9377bce4e712b8e8018262f85732ea86e84fe92b36 SHA1: 8582c1cc6439812faed1dbec39580c866fa21468 MD5sum: cb2da4c45afaa24a33a480c23fe9c7cf Description: A tool to coordinate unique ROS_DOMAIN_IDs across multiple processes Package: ros-rolling-draco-point-cloud-transport Version: 6.1.0-1noble.20260425.185827 Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 740 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libdraco8 (>= 1.5.6+dfsg), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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_6.1.0-1noble.20260425.185827_arm64.deb Size: 151040 SHA256: 39fba34b7f64055fc202151159fac3ff54968d8ebee328254c50dff4bc22c629 SHA1: 82b53c287d8cea3ce2bc7396db02aea11dc9c6bc MD5sum: 69cdf364e1f0f42e462acfd370477852 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: 6.1.0-1noble.20260425.185827 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 3894 Depends: ros-rolling-draco-point-cloud-transport (= 6.1.0-1noble.20260425.185827) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-draco-point-cloud-transport/ros-rolling-draco-point-cloud-transport-dbgsym_6.1.0-1noble.20260425.185827_arm64.deb Size: 3411486 SHA256: 2d8e19b12ee75e3830389faa8747dfee07389d96fbaf346a22447d2a33802747 SHA1: 4f7e753285311bc6d6d51b65ada3aa26bc159bd3 MD5sum: ad2b7ebe7e193004a8d4a171aa215c6d Description: debug symbols for ros-rolling-draco-point-cloud-transport Build-Ids: 02f84b75d53537fca61b2925d07b5666a85097de Package: ros-rolling-dual-arm-panda-moveit-config Version: 3.1.1-1noble.20260428.035642 Architecture: arm64 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.1.1-1noble.20260428.035642_arm64.deb Size: 16060 SHA256: d23dd38be08350cd03f8ee1ad945910c817997cbd29d41c1a74e33d135938fd1 SHA1: 63efe3d8300d4c94c5cbff84d3d942106f51a75d MD5sum: aac66f9ada34d207755dad1345eec4dd Description: Dual Franka Emika Panda MoveIt Configuration Package: ros-rolling-dummy-map-server Version: 0.37.8-1noble.20260425.170708 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 179 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.37.8-1noble.20260425.170708_arm64.deb Size: 46276 SHA256: 6ff5d1fad6fdaf9105b055f87cb639b1870636b7cdea1bcade233ad346838310 SHA1: ce078d73e08b91cb962787d8d2b11d73e630ac25 MD5sum: 4a896e00013803b1c4d3480af8b6c6f1 Description: dummy map server node Package: ros-rolling-dummy-map-server-dbgsym Package-Type: ddeb Source: ros-rolling-dummy-map-server Version: 0.37.8-1noble.20260425.170708 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 790 Depends: ros-rolling-dummy-map-server (= 0.37.8-1noble.20260425.170708) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dummy-map-server/ros-rolling-dummy-map-server-dbgsym_0.37.8-1noble.20260425.170708_arm64.deb Size: 711762 SHA256: 2e41bdc3105f53953b194c914d1e39cbf9ff94176539097a206db959ba65b7b0 SHA1: 2acc96be64f17f22ea7299ff8a215815a5d9b651 MD5sum: f4e396a55426dd1d03b973b4f58bb7a1 Description: debug symbols for ros-rolling-dummy-map-server Build-Ids: cd384c8acac0974522b610cf8631086970883244 Package: ros-rolling-dummy-robot-bringup Version: 0.37.8-1noble.20260426.011017 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 69 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.37.8-1noble.20260426.011017_arm64.deb Size: 11874 SHA256: 6f00a1970db40f248b838bf05902e1e24ae9a8d68604e2aa7ea39bbe65559279 SHA1: 4a7ac406159af06a7ab759860bcc00ea7d42c62e MD5sum: 323b8c14585e5f54d4ce56e451c2efe7 Description: dummy robot bringup Package: ros-rolling-dummy-sensors Version: 0.37.8-1noble.20260425.170945 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 310 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.37.8-1noble.20260425.170945_arm64.deb Size: 65548 SHA256: 4d107f2f2156a9c1a71ca1562a707ea97da9b7f30defdcbd47e5a375e1b5ffcd SHA1: 31efc00fb9497719c09b9ceff167252faad06557 MD5sum: e572a48f46d7e5f9e2124663e2fb3950 Description: dummy sensor nodes Package: ros-rolling-dummy-sensors-dbgsym Package-Type: ddeb Source: ros-rolling-dummy-sensors Version: 0.37.8-1noble.20260425.170945 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 1569 Depends: ros-rolling-dummy-sensors (= 0.37.8-1noble.20260425.170945) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dummy-sensors/ros-rolling-dummy-sensors-dbgsym_0.37.8-1noble.20260425.170945_arm64.deb Size: 1413114 SHA256: 933d1a5badf05ef0d410845add2f87a22e82f20ac79547cffb83e20803c33632 SHA1: ef4a0d76bee15422763da8df493c39956358ad2e MD5sum: c54eec6c9cfc9e4d9cc6f681e28cef66 Description: debug symbols for ros-rolling-dummy-sensors Build-Ids: 381ea59ce7b9ba8099922c1a4c38f8cbf15b0232 9b0093ce88b07b4030a2cc9c4658f00b4c67b3f0 Package: ros-rolling-dynamixel-hardware-interface Version: 1.5.1-1noble.20260425.225314 Architecture: arm64 Maintainer: Pyo Installed-Size: 1276 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-dynamixel-interfaces, ros-rolling-dynamixel-sdk, ros-rolling-hardware-interface, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-realtime-tools, ros-rolling-std-srvs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-hardware-interface/ros-rolling-dynamixel-hardware-interface_1.5.1-1noble.20260425.225314_arm64.deb Size: 273092 SHA256: b3ab244d8f81024039781e9ad1fed3712eac883df78d353c07f576865e442b10 SHA1: 3d4fc3393aa83d80b29db1d0d0aed13efa6373ac MD5sum: a5290443e11c04d7b6e648b7626c2a6c Description: ROS 2 package providing a hardware interface for controlling Dynamixel motors via the ROS 2 control framework. Package: ros-rolling-dynamixel-hardware-interface-dbgsym Package-Type: ddeb Source: ros-rolling-dynamixel-hardware-interface Version: 1.5.1-1noble.20260425.225314 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 3774 Depends: ros-rolling-dynamixel-hardware-interface (= 1.5.1-1noble.20260425.225314) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-hardware-interface/ros-rolling-dynamixel-hardware-interface-dbgsym_1.5.1-1noble.20260425.225314_arm64.deb Size: 3465860 SHA256: 70c03d67dd7c643fe664c5ee2418f2619310fcd99616c661013a70d6e9c4db56 SHA1: 4b6b425c5add109c11c17013a748de0f0b908435 MD5sum: 7a3ab7f8f889c1989f49a64cc0434135 Description: debug symbols for ros-rolling-dynamixel-hardware-interface Build-Ids: 38eea5c3764b85bd0232190c2486eaca4fa15433 Package: ros-rolling-dynamixel-interfaces Version: 1.0.1-1noble.20260425.135610 Architecture: arm64 Maintainer: Pyo Installed-Size: 2157 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-interfaces/ros-rolling-dynamixel-interfaces_1.0.1-1noble.20260425.135610_arm64.deb Size: 143844 SHA256: 068fe17369d1e39452de5a4b8881e38ba3c5c51cc4db3df70de93ad15fdafb2a SHA1: a292679080a335df9728b9abe10c1c6d5cc0dea5 MD5sum: e32b153585a5376791ff1ed61fdcf45b 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-1noble.20260425.135610 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 1392 Depends: ros-rolling-dynamixel-interfaces (= 1.0.1-1noble.20260425.135610) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-interfaces/ros-rolling-dynamixel-interfaces-dbgsym_1.0.1-1noble.20260425.135610_arm64.deb Size: 1044506 SHA256: c768995847cc9c97238bca17b09b3e9d715a9d4022fa23d77bd2dbbac4da704f SHA1: eb50ab051b6e9a2908e41bc6d9b0fc8cc61a854d MD5sum: ebb63de6185a58e2d6ca379c0cc410d0 Description: debug symbols for ros-rolling-dynamixel-interfaces Build-Ids: 35679d8f7c90a99c90eb07c51c376e32f893dfd5 3d9b595664da41c1d57ad5b63f095701d3b94f5a 5da6a00ce7cdd710b154db3d4e9fef725566ad89 66b5f78964bb08df69663821cd479b4e9df90b2f 6ba0c1839c1ff87df129baaa98fb0d0eb25e551f 7dd889e0758454909c4af1523ea2b00ec2e02e38 908edc834bf5507a0eab4b8ec88c9f4f2ffda40b b955751a8f409442f50aecec386fe482c832d8d1 ba9e44226ac9424cc692c824aa7f9f0b448dac0d d360e8ba6f4d8807d6e870c204c3f93d043283e9 e5cf41e9fd319814ba47e82b6c215f9844e16ea6 Package: ros-rolling-dynamixel-sdk Version: 4.0.3-1noble.20260425.084521 Architecture: arm64 Maintainer: Pyo Installed-Size: 920 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-1noble.20260425.084521_arm64.deb Size: 112558 SHA256: da36dd297fb04d452132d37b4e279369f6e2aa12afe48d8e7a0ae62eb4ce47c6 SHA1: b3b979ffd6e193cda59c54a0c5fad4601c735017 MD5sum: e8a03f93ac83cbbdd436d88218da90dc 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-1noble.20260425.124535 Architecture: arm64 Maintainer: Pyo Installed-Size: 1328 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-1noble.20260425.124535_arm64.deb Size: 74666 SHA256: fefe7df1dbd6ce3b89a1d56ae9933d943a05a74b53143a3ee5857c78d814feef SHA1: 8a0bc47f915bba49decc0b70f7748aab1a5cf8e8 MD5sum: 74f7a5ea525529f8ae1af71033bd7b27 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-1noble.20260425.124535 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 583 Depends: ros-rolling-dynamixel-sdk-custom-interfaces (= 4.0.3-1noble.20260425.124535) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-sdk-custom-interfaces/ros-rolling-dynamixel-sdk-custom-interfaces-dbgsym_4.0.3-1noble.20260425.124535_arm64.deb Size: 396362 SHA256: eddbeea94cd819525745a734684737eccbd4e0d04a411e02b1af8d87c919ce36 SHA1: b866b96a7f5d00069f7283a571f0978d237ef45f MD5sum: d57f2b52e938d7df61913dca4d76341d Description: debug symbols for ros-rolling-dynamixel-sdk-custom-interfaces Build-Ids: 18a3b69eefc115594fea7c45f27f8e91e97a3e90 1d5f7c57d3954200bfedfb6fc279a1047fc16405 519cac8dcc96143c4aadfa389e34fca1495116bf 6186ede85c4d4f7a8f27fe21100b6b017b55bf94 7d3c19991be1a7d56c68f801a1efe05687918617 82dd8bdbd032b2c0ab230906de2dd6e0c785f8fc c2e7a040f04add15e995f1b8fbc74a20bcca6484 d49e23e1a04578f38f8f7d9653598ad2ae5ef085 daf5c82442a3892e1bde65e5c9c1f5ac7baf2bae e211829c9829f76c97d0832c96e009cf5f5f8de8 e733eeca84eb5102f372b02c2e2e0b460f358311 Package: ros-rolling-dynamixel-sdk-dbgsym Package-Type: ddeb Source: ros-rolling-dynamixel-sdk Version: 4.0.3-1noble.20260425.084521 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 864 Depends: ros-rolling-dynamixel-sdk (= 4.0.3-1noble.20260425.084521) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-sdk/ros-rolling-dynamixel-sdk-dbgsym_4.0.3-1noble.20260425.084521_arm64.deb Size: 782798 SHA256: a6bfe9dc3116aac6be712f3436e720627d95b2cd89e6ce479843e255a8e83681 SHA1: 38f877ffdd1b02ac4a5564b980e625335b6f14e5 MD5sum: da9463aaceceb52775fcba02f5b38986 Description: debug symbols for ros-rolling-dynamixel-sdk Build-Ids: adc4d128f080e9c3fee070359d86a1537b71485d Package: ros-rolling-dynamixel-sdk-examples Version: 4.0.3-1noble.20260425.171036 Architecture: arm64 Maintainer: Pyo Installed-Size: 503 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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-1noble.20260425.171036_arm64.deb Size: 106474 SHA256: 42d578e2351b72a1eca9aa7d34369cccde2c8313ff122c4604ba93c378649650 SHA1: 138a1fb86e828d78c57f6bae4f1088fe2e4cd5e4 MD5sum: ffe187f71e58e9f6b327106a05602558 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-1noble.20260425.171036 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 2238 Depends: ros-rolling-dynamixel-sdk-examples (= 4.0.3-1noble.20260425.171036) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-sdk-examples/ros-rolling-dynamixel-sdk-examples-dbgsym_4.0.3-1noble.20260425.171036_arm64.deb Size: 1869654 SHA256: e864c33ffde8689fdbb28b0cc141157873e5be04e65acbe05481ab4234391b68 SHA1: 43c0fc5d3da14c5c07e097b5ecf05c98c9c687fa MD5sum: 2fbc3595002a2a932d577ef3d15bb178 Description: debug symbols for ros-rolling-dynamixel-sdk-examples Build-Ids: 41f6acd6011965f5692f6f42808979f4f2333cc5 Package: ros-rolling-dynamixel-workbench Version: 2.2.5-1noble.20260425.085602 Architecture: arm64 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-1noble.20260425.085602_arm64.deb Size: 6392 SHA256: 4ee1976d1da3bf18a21ac76b7eee0d425f93c85226f807dfeb74f13bd6979e23 SHA1: 3110cd3a0b6536765dd7fff03c06986fe2ff9386 MD5sum: 05b21668b67afc58506e3a19379ce799 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-1noble.20260425.133711 Architecture: arm64 Maintainer: Pyo Installed-Size: 7075 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-1noble.20260425.133711_arm64.deb Size: 309768 SHA256: 0669a567e0952bf29a8174f931659e186cf5cb3bb247593432667949641e473e SHA1: a2222e8d6b66c08161e82e2ec87370cd5cc4499d MD5sum: c9c00ec6fd35c398d4da538425b7898d 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-1noble.20260425.133711 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 3295 Depends: ros-rolling-dynamixel-workbench-msgs (= 2.1.0-1noble.20260425.133711) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-workbench-msgs/ros-rolling-dynamixel-workbench-msgs-dbgsym_2.1.0-1noble.20260425.133711_arm64.deb Size: 2533216 SHA256: da641a58262c23454f550a61313f7a904f0b984c11fbcf3a1800e38f82c809e6 SHA1: 88e7cb33f81308119c19092d263dbf40e4a9465e MD5sum: ff54f9a0ea054b660307e919d0854a78 Description: debug symbols for ros-rolling-dynamixel-workbench-msgs Build-Ids: 095f5ec40100475de65c956207f7badfbd1752b3 110360ef4155aa102d442cfd38e998c6242f9350 1f70e5597ced9ed852b9a28969ab9bd6e9ffb2bc 270634bf81a970c220cc781b53cd2394cb77498c 430d8f671d17ec46129bd3b28bf598d467fcb71a 837f0f225936a80184434e0521cdbc422e313c10 8bf5368613e58d2fd298b15e272bccb626bc7c75 c1b100322b65f09d2a4d1d8092ce7e70dd691012 c1dcbc76df2731d17441333bae81f202f4b2010c dfacb3e0c5385c0ade08870a4a8ee260ee1f9b2d f0b9b871e8a958eb2990e64cc563d8a7dbf2978b Package: ros-rolling-dynamixel-workbench-toolbox Version: 2.2.5-1noble.20260425.085044 Architecture: arm64 Maintainer: Pyo Installed-Size: 216 Depends: libc6 (>= 2.17), 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-1noble.20260425.085044_arm64.deb Size: 38530 SHA256: eb3d908bbc6ee83e7c80d69edcc0288a085aaf127d5afc82173a7069a18b6908 SHA1: 8f4dc865fa1422a92ce5fb39a97a1bfaebe628d3 MD5sum: 732fa84015f7768dd587d566f0c9bf5c 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-1noble.20260425.085044 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 135 Depends: ros-rolling-dynamixel-workbench-toolbox (= 2.2.5-1noble.20260425.085044) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-workbench-toolbox/ros-rolling-dynamixel-workbench-toolbox-dbgsym_2.2.5-1noble.20260425.085044_arm64.deb Size: 98894 SHA256: ed081f98d1a7dd628a60b75e8bfb1a5bcd26850d8d499b7e4aeb215ba4fc82a1 SHA1: 220a72fce3c523483fd2bdc25fcf8beb9e21be42 MD5sum: 20aff61375fe7f436ef4903b520e4d10 Description: debug symbols for ros-rolling-dynamixel-workbench-toolbox Build-Ids: 6f2428e10012613e2b8d07067da3bd3adfec6948 Package: ros-rolling-ecal Version: 5.12.0-4noble.20260423.222527 Architecture: arm64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 10781 Depends: libc6 (>= 2.38), libgcc-s1 (>= 4.5), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), libprotobuf-dev, libprotoc-dev, protobuf-compiler, ros-rolling-ros-workspace Homepage: https://eclipse-ecal.github.io/ecal Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecal/ros-rolling-ecal_5.12.0-4noble.20260423.222527_arm64.deb Size: 1909172 SHA256: e03e8592ec478e32c03d45d4844250a2ed7dc9c6445a5654495177d74e97b07a SHA1: 5b698b1b6c14ee12b7893eb5ea50ab7d82ec19e0 MD5sum: c3071ed138283429be281023eda3299a Description: eCAL - enhanced Communication Abstraction Layer. A fast publish-subscribe cross-plattform middleware using Shared Memory and UDP. Package: ros-rolling-ecal-dbgsym Package-Type: ddeb Source: ros-rolling-ecal Version: 5.12.0-4noble.20260423.222527 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 43937 Depends: ros-rolling-ecal (= 5.12.0-4noble.20260423.222527) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecal/ros-rolling-ecal-dbgsym_5.12.0-4noble.20260423.222527_arm64.deb Size: 42490220 SHA256: 6d6ac23811c76cee744b7a2fc82faf05866c6205c881e6d1ba9684e41d7c7b64 SHA1: 919d285f8e0cccb8701d2ddbf18ed73e6f5e9f08 MD5sum: 65921bf9884566cff2ec6274b532e693 Description: debug symbols for ros-rolling-ecal Build-Ids: 0897297bc96aaa2d835e8812731557383da4693b 08e2cbc59cec94e691838606348629d71a21cc19 0fcbbad32df7cf31bca65a9589f2be835c6fb0d2 259ba8f494296d8a4805e826179bbeb50c37d460 3bee4241d0506c798bfbc2fd048306b318ce395f 400d175937b0a79de371902da0dd0d0bbbab0530 4e7506b22cf72c84c967204211805725a57b9276 528c9229130c1f76ffc8d7b5f937fb2ca2902502 611750dbcacd8ead5817f62b399b4a36f62ae614 910e894b35d3d3b2bf1c25fd737c8347b3f4a45c 9b104708e2dea92b8a3bded476c23bff6c85910e a0fb614783702de9776e201938bf44fa09a7e5d9 c228d0c0b020da4f6b09d886abe908ad08080bec db33764001897faec261808a2b01737dff2a7691 e8beae1426dc1b1961661c1e5628eebfb3ea1b90 eeeabb61569ec4e3f6eaf6d3808204a0661fb129 Package: ros-rolling-ecl-build Version: 1.0.3-4noble.20260425.085105 Architecture: arm64 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-4noble.20260425.085105_arm64.deb Size: 39704 SHA256: 19a7dc0f2559370c498c101267909ba340dfe95faadaebcc5c2d7c7cfaafea7f SHA1: 64fe3e20c4f025cf90d95725d1ae6fef7307f0f2 MD5sum: 1371480500a8ffefdd3e6ea05fc35144 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-command-line Version: 1.2.1-4noble.20260425.155818 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 316 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-ecl-license, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/ecl_command_line Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-command-line/ros-rolling-ecl-command-line_1.2.1-4noble.20260425.155818_arm64.deb Size: 55024 SHA256: 24b4f056e83e9cef7e6a5ef5aee1ec846388ca193491462593218da4eb7f3e30 SHA1: 182bbb8e9da56080799607c329d68f0535d85c88 MD5sum: afe4c7f2167b916bb24b7c510cd7251d Description: Embeds the TCLAP library inside the ecl. This is a very convenient command line parser in templatised c++. Package: ros-rolling-ecl-command-line-dbgsym Package-Type: ddeb Source: ros-rolling-ecl-command-line Version: 1.2.1-4noble.20260425.155818 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 317 Depends: ros-rolling-ecl-command-line (= 1.2.1-4noble.20260425.155818) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-command-line/ros-rolling-ecl-command-line-dbgsym_1.2.1-4noble.20260425.155818_arm64.deb Size: 274194 SHA256: d7a77a5cbb43343a05d5ae7f6d07b7ff4609a99fbca201996640790ce12389d7 SHA1: a8f05bdf67fa7f6398d81071573436364e5dafdb MD5sum: f91234aac84633f7e425e54fe8f56a26 Description: debug symbols for ros-rolling-ecl-command-line Build-Ids: f29cb0ea084449ffcb36dd4b087977b2398ed6e1 Package: ros-rolling-ecl-concepts Version: 1.2.1-4noble.20260425.161702 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 94 Depends: ros-rolling-ecl-config, ros-rolling-ecl-license, ros-rolling-ecl-type-traits, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/ecl_concepts Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-concepts/ros-rolling-ecl-concepts_1.2.1-4noble.20260425.161702_arm64.deb Size: 12930 SHA256: 9b764b4b6ca8a0c3cd049b3cd1bbd4e1f39eb720de39cefb9d81711e82a0e5be SHA1: bd5ebb50171b7d9ce6de7e5537d7ddffc50f4465 MD5sum: c9287d10a47fc53648e54eb31a2b4e17 Description: Introduces a compile time concept checking mechanism that can be used most commonly to check for required functionality when passing template arguments. Package: ros-rolling-ecl-config Version: 1.2.0-4noble.20260425.160326 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 213 Depends: libc6 (>= 2.34), libstdc++6 (>= 13.1), ros-rolling-ecl-build, ros-rolling-ecl-license, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/ecl_config Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-config/ros-rolling-ecl-config_1.2.0-4noble.20260425.160326_arm64.deb Size: 18012 SHA256: 054d92f1d96de5e6a0de78303dd3c2fdb4de9674a9dd6549c20d51c2a72b81a2 SHA1: c5fa200a707198ce76ef722554e06ddd55039804 MD5sum: 41fe1d468ee182243669fddd1c815ea8 Description: These tools inspect and describe your system with macros, types and functions. Package: ros-rolling-ecl-config-dbgsym Package-Type: ddeb Source: ros-rolling-ecl-config Version: 1.2.0-4noble.20260425.160326 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 51 Depends: ros-rolling-ecl-config (= 1.2.0-4noble.20260425.160326) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-config/ros-rolling-ecl-config-dbgsym_1.2.0-4noble.20260425.160326_arm64.deb Size: 28074 SHA256: bbb8b28a826cab9b243e0e1ea2245359932ed9481420f9f0f6d75e435b32993b SHA1: c590488bdd2def855d07b453ee6cf77451b20dc0 MD5sum: fa7d153e944f0d18d6f8257fa9c2269e Description: debug symbols for ros-rolling-ecl-config Build-Ids: c19f8cef01ab0faf00b7b190b4ae3f858db2fa5e e681f19d2b05bd62213e4ef1009220d8e0f9eabb Package: ros-rolling-ecl-console Version: 1.2.0-4noble.20260425.160932 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 70 Depends: ros-rolling-ecl-build, ros-rolling-ecl-config, ros-rolling-ecl-license, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/ecl_console Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-console/ros-rolling-ecl-console_1.2.0-4noble.20260425.160932_arm64.deb Size: 10182 SHA256: 9b095a1aff389caa57b2fed31529ca48c768f030b3d4bd317a926e5f90f41177 SHA1: b08a79258b04ada6de9f88755b0775427628ca5a MD5sum: 2f779dad7ace776e1e21781bbdbd7e62 Description: Color codes for ansii consoles. Package: ros-rolling-ecl-containers Version: 1.2.1-4noble.20260425.163716 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 370 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-ecl-config, ros-rolling-ecl-converters, ros-rolling-ecl-errors, ros-rolling-ecl-exceptions, ros-rolling-ecl-formatters, ros-rolling-ecl-license, ros-rolling-ecl-mpl, ros-rolling-ecl-type-traits, ros-rolling-ecl-utilities, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/ecl_containers Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-containers/ros-rolling-ecl-containers_1.2.1-4noble.20260425.163716_arm64.deb Size: 46036 SHA256: a2af9f6045f52b5ca11a1bd1c2d8db26f6e9c0dba5613b866b76898e969a39c2 SHA1: 54f8b22ad70020781500da4cfa17f2090af7dcb3 MD5sum: e25426fadd809bf7eaf1c6df162ad14b Description: The containers included here are intended to extend the stl containers. In all cases, these implementations are designed to implement c++ conveniences and safety where speed is not sacrificed. Also includes techniques for memory debugging of common problems such as buffer overruns. Package: ros-rolling-ecl-containers-dbgsym Package-Type: ddeb Source: ros-rolling-ecl-containers Version: 1.2.1-4noble.20260425.163716 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 161 Depends: ros-rolling-ecl-containers (= 1.2.1-4noble.20260425.163716) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-containers/ros-rolling-ecl-containers-dbgsym_1.2.1-4noble.20260425.163716_arm64.deb Size: 95446 SHA256: da06846c36c9e0ef35d6a85e0d208d45850d2a7ccce056e63cea0998d10a3c97 SHA1: 368a2aa28c8ba6d13bfecbf9e4fb2ec45fb3044d MD5sum: a026e8f85695bffaa1e55a792d7ed3b6 Description: debug symbols for ros-rolling-ecl-containers Build-Ids: 418b41cd8b2c5ba141db664e446a5093f77910db Package: ros-rolling-ecl-converters Version: 1.2.1-4noble.20260425.162247 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 208 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-ecl-concepts, ros-rolling-ecl-config, ros-rolling-ecl-errors, ros-rolling-ecl-exceptions, ros-rolling-ecl-license, ros-rolling-ecl-mpl, ros-rolling-ecl-type-traits, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/ecl_converters Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-converters/ros-rolling-ecl-converters_1.2.1-4noble.20260425.162247_arm64.deb Size: 24658 SHA256: 453aed9c3774657625e5d7dabeb82828e51a5cba315907bf33fcd90bc0f1e268 SHA1: 08d8f1d742e3b72cd637a1e302def7bd15c00504 MD5sum: df34d9abb47f27919d4fe758741f8d6e Description: Some fast/convenient type converters, mostly for char strings or strings. These are not really fully fleshed out, alot of them could use the addition for the whole range of fundamental types (e.g. all integers, not just int, unsigned int). They will come as the need arises. Package: ros-rolling-ecl-converters-dbgsym Package-Type: ddeb Source: ros-rolling-ecl-converters Version: 1.2.1-4noble.20260425.162247 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 63 Depends: ros-rolling-ecl-converters (= 1.2.1-4noble.20260425.162247) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-converters/ros-rolling-ecl-converters-dbgsym_1.2.1-4noble.20260425.162247_arm64.deb Size: 35096 SHA256: 8b7a21669ebdace8887deeb2e5e411ce415b8fa5d96a80cad89f675ed0727882 SHA1: 3a7e18fe85fa1bc10025770b7564dc35a1ed40a7 MD5sum: 0bf8ed1f6b546cb0ad4564b7a6a3c45c Description: debug symbols for ros-rolling-ecl-converters Build-Ids: 83bb009384d09f79a0c3b7ff4b699351cb813b91 Package: ros-rolling-ecl-converters-lite Version: 1.2.0-4noble.20260425.160945 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 65 Depends: ros-rolling-ecl-config, ros-rolling-ecl-license, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/ecl_converters_lite Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-converters-lite/ros-rolling-ecl-converters-lite_1.2.0-4noble.20260425.160945_arm64.deb Size: 9050 SHA256: e3417127324eab3e2eeea4c0e5f7eb1e875f4c58577704e98be6a5e7fa558a29 SHA1: 83a20c186be6968b6d69a5e17b85ed247096a330 MD5sum: 27054d1941288032a8a955488380ea80 Description: These are a very simple version of some of the functions in ecl_converters suitable for firmware development. That is, there is no use of new, templates or exceptions. Package: ros-rolling-ecl-eigen Version: 1.2.1-4noble.20260425.161657 Architecture: arm64 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-4noble.20260425.161657_arm64.deb Size: 11024 SHA256: 797f07b5ed358ed6ec8981810090f83ab5b27bee2baa3ba12f96db8cb8eb441f SHA1: 78efc03b8198d24e1ca54f813e5b48be2d484bf6 MD5sum: d8640e22673dc6467ef9e17cf0d679cc Description: This provides an Eigen implementation for ecl's linear algebra. Package: ros-rolling-ecl-errors Version: 1.2.0-4noble.20260425.160953 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 227 Depends: libc6 (>= 2.34), libstdc++6 (>= 13.1), ros-rolling-ecl-config, ros-rolling-ecl-license, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/ecl_errors Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-errors/ros-rolling-ecl-errors_1.2.0-4noble.20260425.160953_arm64.deb Size: 21114 SHA256: 98be509b9848a7bf8cfeddaa343c7b88d317072101dfccbfb74be547042df76f SHA1: 78ebafde84862449a2fb9f264c80b7130ce03d0d MD5sum: 49356e422499113468aa87dc4a5a6eec Description: This library provides lean and mean error mechanisms. It includes c style error functions as well as a few useful macros. For higher level mechanisms, refer to ecl_exceptions. Package: ros-rolling-ecl-errors-dbgsym Package-Type: ddeb Source: ros-rolling-ecl-errors Version: 1.2.0-4noble.20260425.160953 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 64 Depends: ros-rolling-ecl-errors (= 1.2.0-4noble.20260425.160953) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-errors/ros-rolling-ecl-errors-dbgsym_1.2.0-4noble.20260425.160953_arm64.deb Size: 26894 SHA256: 1f80b76eb66fe19de06ddfb58144a220f251ee8af685b58d3dd76e471bd29822 SHA1: 70d30c75e69e3bedd9dc1ca051503cc6438403f7 MD5sum: 0d50a2ea8b8100a253c070146ea41e20 Description: debug symbols for ros-rolling-ecl-errors Build-Ids: 062e5b3c4f121dc0a88605ed928515ac7368e540 669a1ae161dc58f6e9d445517a7d9a343c02213d Package: ros-rolling-ecl-exceptions Version: 1.2.1-4noble.20260425.161703 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 295 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-ecl-config, ros-rolling-ecl-errors, ros-rolling-ecl-license, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/ecl_exceptions Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-exceptions/ros-rolling-ecl-exceptions_1.2.1-4noble.20260425.161703_arm64.deb Size: 28768 SHA256: 55de128a6339dc9170eee32d033d571a8ab09473320e42716c777c18868aea04 SHA1: f0aa5e442eba3c1a59cc272b441a6576058cc579 MD5sum: dc3eff53189d5678a46d52713ca366ad Description: Template based exceptions - these are simple and practical and avoid the proliferation of exception types. Although not syntatactically ideal, it is convenient and eminently practical. Package: ros-rolling-ecl-exceptions-dbgsym Package-Type: ddeb Source: ros-rolling-ecl-exceptions Version: 1.2.1-4noble.20260425.161703 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 162 Depends: ros-rolling-ecl-exceptions (= 1.2.1-4noble.20260425.161703) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-exceptions/ros-rolling-ecl-exceptions-dbgsym_1.2.1-4noble.20260425.161703_arm64.deb Size: 109314 SHA256: e4b9d3f07afc6db558d42ab16efe1c2a2d4dabbc417e14719fdd3552fdb40d05 SHA1: 909ce6c950b4362207502a4bf285e2cf57e2ffa7 MD5sum: 45bba6d642bc6fe60fda2e9127302845 Description: debug symbols for ros-rolling-ecl-exceptions Build-Ids: 4e2c5007a802f6e43891fe78e3311b0826e1ecbe 7a1f272260db895951e2cb1497b23a0547db8027 8a9d4f7ab195995bdae5ee777a5891253d3af3f5 Package: ros-rolling-ecl-filesystem Version: 1.2.1-4noble.20260425.161702 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 147 Depends: libc6 (>= 2.17), libstdc++6 (>= 13.1), ros-rolling-ecl-build, ros-rolling-ecl-config, ros-rolling-ecl-errors, ros-rolling-ecl-license, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/ecl_filesystem Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-filesystem/ros-rolling-ecl-filesystem_1.2.1-4noble.20260425.161702_arm64.deb Size: 15774 SHA256: a469af42f8e2f04729089143670695c453770ebbbc1945786ec60ed47de396ac SHA1: b26a6e9d4da39d017091b7890f8ab67e6f9f1b82 MD5sum: 4d50079203afcb26831be7f8ac18f4b2 Description: Cross platform filesystem utilities (until c++11 makes its way in). Package: ros-rolling-ecl-filesystem-dbgsym Package-Type: ddeb Source: ros-rolling-ecl-filesystem Version: 1.2.1-4noble.20260425.161702 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 44 Depends: ros-rolling-ecl-filesystem (= 1.2.1-4noble.20260425.161702) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-filesystem/ros-rolling-ecl-filesystem-dbgsym_1.2.1-4noble.20260425.161702_arm64.deb Size: 23152 SHA256: 07155bd20b58356bb5dfbebbdc1d97662aa0e79139ccbb7c350f7d7d06b87f87 SHA1: 20a219b682bdce5798ebc42e51a4ef4e39a559f9 MD5sum: 9456fd80f43aec6409781981e9dc375a Description: debug symbols for ros-rolling-ecl-filesystem Build-Ids: 87db00e91e4339c677c5136117791c583f72221c Package: ros-rolling-ecl-formatters Version: 1.2.1-4noble.20260425.162835 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 260 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-ecl-config, ros-rolling-ecl-converters, ros-rolling-ecl-exceptions, ros-rolling-ecl-license, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/ecl_formatters Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-formatters/ros-rolling-ecl-formatters_1.2.1-4noble.20260425.162835_arm64.deb Size: 30420 SHA256: 9978432f54b6b07c6956175f11cab4a637193fd235b5ee6e138cb9d0e53461dd SHA1: 178d79da0ac1d32b2258b4aca65fe37c5180fce5 MD5sum: 31547f242f84c30204ff930cc1ad5051 Description: The formatters here simply format various input types to a specified text format. They can be used with most streaming types (including both ecl and stl streams). Package: ros-rolling-ecl-formatters-dbgsym Package-Type: ddeb Source: ros-rolling-ecl-formatters Version: 1.2.1-4noble.20260425.162835 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 148 Depends: ros-rolling-ecl-formatters (= 1.2.1-4noble.20260425.162835) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-formatters/ros-rolling-ecl-formatters-dbgsym_1.2.1-4noble.20260425.162835_arm64.deb Size: 88368 SHA256: c94b4c9ebb506432877b66dcda7fa14fb9fe3d6df89a4bd9919c6280ffa8de5b SHA1: 5a608403447fbb2e5d50a59a3fb00cccef2ddb8e MD5sum: e8e7d6a439e6dc82aea85f62dcf7c137 Description: debug symbols for ros-rolling-ecl-formatters Build-Ids: bb13af7491b41f402f47b53a6b98f76c34c26ab5 d7cf6addc924f7425b4120c1fcfcd0b94bd98b68 Package: ros-rolling-ecl-geometry Version: 1.2.1-4noble.20260425.164401 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 421 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-ecl-exceptions, ros-rolling-ecl-type-traits, ros-rolling-ecl-build, ros-rolling-ecl-config, ros-rolling-ecl-containers, ros-rolling-ecl-formatters, ros-rolling-ecl-license, ros-rolling-ecl-linear-algebra, ros-rolling-ecl-math, ros-rolling-ecl-mpl, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/ecl_geometry Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-geometry/ros-rolling-ecl-geometry_1.2.1-4noble.20260425.164401_arm64.deb Size: 66388 SHA256: 6d41134e3fac87048ab9103c00ed97257caa701b25f7bbabdb16e17061fb5c12 SHA1: 83e69d942ecdf23976b0d001b59edfb5ca0ee48d MD5sum: a864ef340a32f58b0c8bd8127f1a72ff Description: Any tools relating to mathematical geometry. Primarily featuring polynomials and interpolations. Package: ros-rolling-ecl-geometry-dbgsym Package-Type: ddeb Source: ros-rolling-ecl-geometry Version: 1.2.1-4noble.20260425.164401 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 1206 Depends: ros-rolling-ecl-geometry (= 1.2.1-4noble.20260425.164401) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-geometry/ros-rolling-ecl-geometry-dbgsym_1.2.1-4noble.20260425.164401_arm64.deb Size: 1110874 SHA256: e08bc267e3c6a550ec0691c425f36d25b045e2be394185883ed5010108a9215e SHA1: 3d78aaa36f3b285999cd68db763e4859ccf59c3a MD5sum: 5222c2c6d2eb39ae5040a5405395a0b5 Description: debug symbols for ros-rolling-ecl-geometry Build-Ids: e855f09836a57393a8204cceb4ffb94d62ad3d6c Package: ros-rolling-ecl-license Version: 1.0.3-4noble.20260425.084552 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 56 Depends: ros-rolling-ros-workspace Homepage: http://wiki.ros.org/ecl_license Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-license/ros-rolling-ecl-license_1.0.3-4noble.20260425.084552_arm64.deb Size: 8692 SHA256: 630fa880c35675cb2f0fcdb2a609c0903bc85b7df60da64b8a99a982f7ccd039 SHA1: b1f22a058a56e633c48a74dea04d02ded10bf776 MD5sum: 6c31115613c0c78604255053a649a637 Description: Maintains the ecl licenses and also provides an install target for deploying licenses with the ecl libraries. Package: ros-rolling-ecl-linear-algebra Version: 1.2.1-4noble.20260425.163718 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 176 Depends: libc6 (>= 2.35), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-ecl-build, ros-rolling-ecl-converters, ros-rolling-ecl-eigen, ros-rolling-ecl-exceptions, ros-rolling-ecl-formatters, ros-rolling-ecl-license, ros-rolling-ecl-math, ros-rolling-sophus, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/ecl_linear_algebra Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-linear-algebra/ros-rolling-ecl-linear-algebra_1.2.1-4noble.20260425.163718_arm64.deb Size: 41402 SHA256: f460ebe882ea4ccc071a8837b12a5f44db6971ca0766e8c639724603272e4891 SHA1: 57475e7d549bd29c91b3317f8bb3f2bf911eb2d8 MD5sum: b58ca4054a954f5d420a66549a2081c9 Description: Ecl frontend to a linear matrix package (currently eigen). Package: ros-rolling-ecl-linear-algebra-dbgsym Package-Type: ddeb Source: ros-rolling-ecl-linear-algebra Version: 1.2.1-4noble.20260425.163718 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 1559 Depends: ros-rolling-ecl-linear-algebra (= 1.2.1-4noble.20260425.163718) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-linear-algebra/ros-rolling-ecl-linear-algebra-dbgsym_1.2.1-4noble.20260425.163718_arm64.deb Size: 1535278 SHA256: 96e9b962a42c5b463351a11361dd1a5a0befc809fd2d846dc53a8d4605d60aa8 SHA1: 3444c320ec2896ac1b5032441629063324b879c4 MD5sum: 8fd19565c4f2e1dcd04ae1c909487565 Description: debug symbols for ros-rolling-ecl-linear-algebra Build-Ids: 1e2e37b5ea741dbaa5362c0a81d45cd1b72457ec Package: ros-rolling-ecl-manipulators Version: 1.2.1-4noble.20260425.165037 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 243 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-ecl-exceptions, ros-rolling-ecl-geometry, ros-rolling-ecl-build, ros-rolling-ecl-formatters, ros-rolling-ecl-license, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/ecl_manipulators Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-manipulators/ros-rolling-ecl-manipulators_1.2.1-4noble.20260425.165037_arm64.deb Size: 43452 SHA256: 8c43140354f34e1410a6b804f93000b0d9a9e0608788c0e0e640fe83391f5227 SHA1: 49dd248efc3c2adc19f6b5477481f7a7449f838f MD5sum: f5684987bcc52167709ca6025c099c24 Description: Deploys various manipulation algorithms, currently just feedforward filters (interpolations). Package: ros-rolling-ecl-manipulators-dbgsym Package-Type: ddeb Source: ros-rolling-ecl-manipulators Version: 1.2.1-4noble.20260425.165037 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 500 Depends: ros-rolling-ecl-manipulators (= 1.2.1-4noble.20260425.165037) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-manipulators/ros-rolling-ecl-manipulators-dbgsym_1.2.1-4noble.20260425.165037_arm64.deb Size: 440746 SHA256: f8e0c2dbc7cb30bc9aa2a77e6dd3472d04ba3679db9eaeb3d2dee0c84af66de3 SHA1: 4a80d9f93dde16609f0dcdce861f4f6090e7f820 MD5sum: 475db3735513a6a1dd242796c5d5e58f Description: debug symbols for ros-rolling-ecl-manipulators Build-Ids: 76bd3eabff2738a90e3dc4bbe4aa13a4dd96a2fc Package: ros-rolling-ecl-math Version: 1.2.1-4noble.20260425.162005 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 76 Depends: ros-rolling-ecl-license, ros-rolling-ecl-type-traits, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/ecl_math Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-math/ros-rolling-ecl-math_1.2.1-4noble.20260425.162005_arm64.deb Size: 11410 SHA256: 8ba6f59aca783eee84c2863004a1e5f6d35b6fb04c9c290db4de264a2097637d SHA1: d477c28938f604ffd29ec36a7f4e0873de8fb261 MD5sum: d608e5bb1eb0562aff04fb6fe66bb206 Description: This package provides simple support to cmath, filling in holes or redefining in a c++ formulation where desirable. Package: ros-rolling-ecl-mobile-robot Version: 1.2.1-4noble.20260425.165032 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 149 Depends: libc6 (>= 2.17), libstdc++6 (>= 13.1), ros-rolling-ecl-geometry, ros-rolling-ecl-build, ros-rolling-ecl-errors, ros-rolling-ecl-formatters, ros-rolling-ecl-license, ros-rolling-ecl-linear-algebra, ros-rolling-ecl-math, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/ecl_mobile_robot Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-mobile-robot/ros-rolling-ecl-mobile-robot_1.2.1-4noble.20260425.165032_arm64.deb Size: 14780 SHA256: 35cff4e6c6b1d3f0095f0520430fa2a80008a3f7fa8de2ff4c7532458a6183bf SHA1: 216d8bf4773c0854218381a8fa66c26720296426 MD5sum: 095ae646b83ffcf4b208931de4d8dc29 Description: Contains transforms (e.g. differential drive inverse kinematics) for the various types of mobile robot platforms. Package: ros-rolling-ecl-mobile-robot-dbgsym Package-Type: ddeb Source: ros-rolling-ecl-mobile-robot Version: 1.2.1-4noble.20260425.165032 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 122 Depends: ros-rolling-ecl-mobile-robot (= 1.2.1-4noble.20260425.165032) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-mobile-robot/ros-rolling-ecl-mobile-robot-dbgsym_1.2.1-4noble.20260425.165032_arm64.deb Size: 108872 SHA256: 22a420dce890ede1e095be517a6b126e1633ccee2799cc9d88a07c92bd4a85f9 SHA1: e4d47e13d903e4974affdee2a3658407c64ecaf9 MD5sum: c22ee0183090e018e74d5566e37f7f16 Description: debug symbols for ros-rolling-ecl-mobile-robot Build-Ids: 8dfcc7602b0ede388831c72795267c6074dec59e Package: ros-rolling-ecl-mpl Version: 1.2.1-4noble.20260425.160315 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 65 Depends: ros-rolling-ecl-license, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/ecl_mpl Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-mpl/ros-rolling-ecl-mpl_1.2.1-4noble.20260425.160315_arm64.deb Size: 9488 SHA256: f1da372ae5336f7d59cef5a51c0567d96d1043b89d9ae1360d6952646cc09ff4 SHA1: 5ac73ffad93929b86074bd995668bd3f8365fc0b MD5sum: bff900256a54886101532ea05dae693a Description: Metaprogramming tools move alot of runtime calculations to be shifted to compile time. This has only very elementary structures at this stage. Package: ros-rolling-ecl-sigslots-lite Version: 1.2.0-4noble.20260425.161721 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 163 Depends: libc6 (>= 2.34), libstdc++6 (>= 13.1), ros-rolling-ecl-config, ros-rolling-ecl-errors, ros-rolling-ecl-license, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/ecl_sigslots_lite Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-sigslots-lite/ros-rolling-ecl-sigslots-lite_1.2.0-4noble.20260425.161721_arm64.deb Size: 19066 SHA256: 3bf43269932780c5fc1b0d1ae1141296bbbe3a60e4fcb021d795e0fae298afc5 SHA1: cea66a5f5b3bcd73cb11f3a4aba19e6f4905cab1 MD5sum: d47ffdf1dce48e14ba1b9f1ab01d6f5b Description: This avoids use of dynamic storage (malloc/new) and thread safety (mutexes) to provide a very simple sigslots implementation that can be used for *very* embedded development. Package: ros-rolling-ecl-sigslots-lite-dbgsym Package-Type: ddeb Source: ros-rolling-ecl-sigslots-lite Version: 1.2.0-4noble.20260425.161721 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 58 Depends: ros-rolling-ecl-sigslots-lite (= 1.2.0-4noble.20260425.161721) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-sigslots-lite/ros-rolling-ecl-sigslots-lite-dbgsym_1.2.0-4noble.20260425.161721_arm64.deb Size: 32026 SHA256: 3e924dec98bd3932c5ad74b3aa30d6df103205bd36568d14139ac217ea39c1ca SHA1: 549f42bc8fbd809503671ce3bd2437f7919768cf MD5sum: 27a8f97036d8ea1507071067cced97cf Description: debug symbols for ros-rolling-ecl-sigslots-lite Build-Ids: 2c10b14283d966702ff160c950165c858b50d9cc Package: ros-rolling-ecl-statistics Version: 1.2.1-4noble.20260425.164358 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 162 Depends: libc6 (>= 2.17), libgcc-s1 (>= 4.0), libstdc++6 (>= 13.1), ros-rolling-ecl-build, ros-rolling-ecl-config, ros-rolling-ecl-license, ros-rolling-ecl-linear-algebra, ros-rolling-ecl-mpl, ros-rolling-ecl-type-traits, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/ecl_statistics Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-statistics/ros-rolling-ecl-statistics_1.2.1-4noble.20260425.164358_arm64.deb Size: 34716 SHA256: c5c0c86fdb7f112e2f38a8419e4f4aa3eafde0c8fe1b167e4aa4a88cd75e6e45 SHA1: 596f5bea4c56def8e2e2c427c5b77439ee8ba172 MD5sum: dc8f333e6b3120b59416ea01133d5770 Description: Common statistical structures and algorithms for control systems. Package: ros-rolling-ecl-statistics-dbgsym Package-Type: ddeb Source: ros-rolling-ecl-statistics Version: 1.2.1-4noble.20260425.164358 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 5896 Depends: ros-rolling-ecl-statistics (= 1.2.1-4noble.20260425.164358) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-statistics/ros-rolling-ecl-statistics-dbgsym_1.2.1-4noble.20260425.164358_arm64.deb Size: 5933402 SHA256: 60e143adda80be6d4c74f4538058bfe8d94a32f5f528e787726bcdbc987b0159 SHA1: 9d4cbe54c5626e4656a1572166a13a052d443b12 MD5sum: 9e359a15592cc5187a50dc5be117ebb6 Description: debug symbols for ros-rolling-ecl-statistics Build-Ids: eb27766654d3930b87678d60c8e6650c815374d0 Package: ros-rolling-ecl-tools Version: 1.0.3-4noble.20260425.085631 Architecture: arm64 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-4noble.20260425.085631_arm64.deb Size: 5462 SHA256: c8283b16d85b8e0f76b065d88d918e68760afa23c203ec8f0124ccd68977fb39 SHA1: bc12dff94d2e55dba65111762ea81b73dc96b755 MD5sum: 81908ffa327c65c486b8eafaab39dc2c Description: Tools and utilities for ecl development. Package: ros-rolling-ecl-type-traits Version: 1.2.1-4noble.20260425.161035 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 226 Depends: libc6 (>= 2.34), libstdc++6 (>= 13.1), ros-rolling-ecl-config, ros-rolling-ecl-license, ros-rolling-ecl-mpl, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/ecl_type_traits Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-type-traits/ros-rolling-ecl-type-traits_1.2.1-4noble.20260425.161035_arm64.deb Size: 17124 SHA256: 0dae757ed18a280690175218ab84e957acf123d5c1f19df71b780a7fa7c19136 SHA1: b0901189a314ab0d95ad8eb3433baf03b39dca89 MD5sum: 0d75f4b03e79913174a21afec659bf72 Description: Extends c++ type traits and implements a few more to boot. Package: ros-rolling-ecl-type-traits-dbgsym Package-Type: ddeb Source: ros-rolling-ecl-type-traits Version: 1.2.1-4noble.20260425.161035 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 51 Depends: ros-rolling-ecl-type-traits (= 1.2.1-4noble.20260425.161035) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-type-traits/ros-rolling-ecl-type-traits-dbgsym_1.2.1-4noble.20260425.161035_arm64.deb Size: 25886 SHA256: c9629d07b9182f96a5b9bae230ab76e117860bb0338783bd479cac7d02440632 SHA1: fa9d032b95ad4e02386a45e490bed0e54217179c MD5sum: ba0156a293a813d13edda008607a113e Description: debug symbols for ros-rolling-ecl-type-traits Build-Ids: 7f836510e95805ba364146ce8b5c41f75a4a4a05 f589858b87d6c66f48fa31754432ab15c8febc79 Package: ros-rolling-ecl-utilities Version: 1.2.1-4noble.20260425.162305 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 202 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-ecl-concepts, ros-rolling-ecl-license, ros-rolling-ecl-mpl, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/ecl_utilities Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-utilities/ros-rolling-ecl-utilities_1.2.1-4noble.20260425.162305_arm64.deb Size: 21254 SHA256: 821a1403aca150e7499ec5e12dd82168b3b062810f557154a9b56fa53f13822e SHA1: 1d034ac27350c3a247fcf7715be7786ce7a7878a MD5sum: 0cb0a5e55f10d6cda23b358e1f24ec42 Description: Includes various supporting tools and utilities for c++ programming. Package: ros-rolling-ecl-utilities-dbgsym Package-Type: ddeb Source: ros-rolling-ecl-utilities Version: 1.2.1-4noble.20260425.162305 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 30 Depends: ros-rolling-ecl-utilities (= 1.2.1-4noble.20260425.162305) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-utilities/ros-rolling-ecl-utilities-dbgsym_1.2.1-4noble.20260425.162305_arm64.deb Size: 14008 SHA256: b07ed13ff3cdb62036cc4d067c3c0e7c54b32271d048891d21dc54a05f423206 SHA1: d492c5e89903b0c3151de6a42d95fc2259c3410d MD5sum: 17047addd4934e89470eb9c33ce9dd69 Description: debug symbols for ros-rolling-ecl-utilities Build-Ids: 3598f55ba024ac88d759e0f7e9ec451cefde8431 Package: ros-rolling-effort-controllers Version: 6.6.0-1noble.20260425.232539 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 138 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-forward-command-controller, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-effort-controllers/ros-rolling-effort-controllers_6.6.0-1noble.20260425.232539_arm64.deb Size: 28372 SHA256: 780888ea933090b30bbe69f789be7a35758cd44b0a9397a3ea7d03592fd9e588 SHA1: 4cf0afafb7f7616ae340065cbeb0ad237bb9052d MD5sum: ecc210d3df36ed69bfd575a3af405217 Description: Generic controller for forwarding commands. Package: ros-rolling-effort-controllers-dbgsym Package-Type: ddeb Source: ros-rolling-effort-controllers Version: 6.6.0-1noble.20260425.232539 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 447 Depends: ros-rolling-effort-controllers (= 6.6.0-1noble.20260425.232539) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-effort-controllers/ros-rolling-effort-controllers-dbgsym_6.6.0-1noble.20260425.232539_arm64.deb Size: 413886 SHA256: 6c947f639e435ea6b9c8d3477b1698bbc6c56d12cd5cd7286544592795a11ae6 SHA1: 1dd00e8072dc64538bc0c213d4b2a5b8b7910b21 MD5sum: c75c79efbe03108431b325c63cdd8972 Description: debug symbols for ros-rolling-effort-controllers Build-Ids: 1ad34ce2b3d9746e8673dae10c9a6434e5e0b561 Package: ros-rolling-eigen-stl-containers Version: 1.1.0-1noble.20260425.085016 Architecture: arm64 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-1noble.20260425.085016_arm64.deb Size: 10004 SHA256: 2a0d8bd95908326ffdac1873bb139320a6a76654fda0c1ca8325fd6551189cfe SHA1: 6a0192a56e912265b0bc7f526b6df516f4326037 MD5sum: d5ad719735c505ce803ce0d0f6345c33 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.5.1-1noble.20260425.084702 Architecture: arm64 Maintainer: Scott K Logan Installed-Size: 48 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-eigen3-cmake-module/ros-rolling-eigen3-cmake-module_0.5.1-1noble.20260425.084702_arm64.deb Size: 6678 SHA256: f51ff079cadd782da6f3946cebda52674a0e52d0f8c1a84326f51ca28d366735 SHA1: 4d0ff461e178e196cddd34648eb324144e3c250d MD5sum: d4434b9249d7e9ab371af77a0997317f Description: Exports a custom CMake module to find Eigen3. Package: ros-rolling-eigenpy Version: 3.12.0-1noble.20260425.061152 Architecture: arm64 Maintainer: Justin Carpentier Installed-Size: 14015 Depends: libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py312, libc6 (>= 2.32), libgcc-s1 (>= 4.2), libstdc++6 (>= 13.1), 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.12.0-1noble.20260425.061152_arm64.deb Size: 2258598 SHA256: 63a739adee016f4282b8ee0286eb1d295180657dd6f032be1c66feb160691f1c SHA1: bf67459c12e3c9cf386387d291864e0566ebcfe4 MD5sum: 05eac27678046ec1092e916907aa4d0c Description: Bindings between Numpy and Eigen using Boost.Python Package: ros-rolling-eigenpy-dbgsym Package-Type: ddeb Source: ros-rolling-eigenpy Version: 3.12.0-1noble.20260425.061152 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Justin Carpentier Installed-Size: 298405 Depends: ros-rolling-eigenpy (= 3.12.0-1noble.20260425.061152) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-eigenpy/ros-rolling-eigenpy-dbgsym_3.12.0-1noble.20260425.061152_arm64.deb Size: 284910770 SHA256: b4ff0fc6757b94115256d5b9a76425d570e95dc58b0fd876e898cb259148b879 SHA1: 489472bfaf88522c349252492859bfe13d6a4161 MD5sum: 206734a68bedfde9fbedf471a1a6924c Description: debug symbols for ros-rolling-eigenpy Build-Ids: 6eb8d961d1fa21c3b913ea17e4c19d904c68b5d8 fd7d6d818ede5a4e9d5a79093cb0809d79e423ca Package: ros-rolling-eiquadprog Version: 1.3.1-1noble.20260425.085023 Architecture: arm64 Maintainer: Guilhem Saurel Installed-Size: 1660 Depends: libc6 (>= 2.17), 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.1-1noble.20260425.085023_arm64.deb Size: 394068 SHA256: ad3b584e772f2e164b42b530d8af58e6e11e1b4024ec189d9e9dd1fcefe86056 SHA1: 5ba33e38e05be64de1a7eab990a28f4e45aa28c6 MD5sum: c65f2850c7e5d3888c5a9c52b17bbeff Description: Eiquadprog a QP solver using active sets Package: ros-rolling-eiquadprog-dbgsym Package-Type: ddeb Source: ros-rolling-eiquadprog Version: 1.3.1-1noble.20260425.085023 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Guilhem Saurel Installed-Size: 1879 Depends: ros-rolling-eiquadprog (= 1.3.1-1noble.20260425.085023) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-eiquadprog/ros-rolling-eiquadprog-dbgsym_1.3.1-1noble.20260425.085023_arm64.deb Size: 1868484 SHA256: 62733ffbed58339229fe8c768d9e90c6198680aea86983a981d782ebd2db4a3f SHA1: c53da514ba1a3bd737ce89eaa635e31daf37ad04 MD5sum: 16906fd7cdad00ebd25685bc96bb4a63 Description: debug symbols for ros-rolling-eiquadprog Build-Ids: b354274344078d7921f9a8279dfecbe53c17c17f Package: ros-rolling-event-camera-codecs Version: 3.0.0-1noble.20260425.155606 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 283 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-class-loader, ros-rolling-event-camera-msgs, ros-rolling-ros-environment, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-event-camera-codecs/ros-rolling-event-camera-codecs_3.0.0-1noble.20260425.155606_arm64.deb Size: 39060 SHA256: fd6cfdba0b7d0344f571a80175582dbca4f99877b03093f380ed981e7a3a1652 SHA1: 3fef0edc3010a818cfcb647d92dbd5f3d0c02470 MD5sum: 33b72fbfb26c6b4fbc11a4b153359d79 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-1noble.20260425.155606 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 287 Depends: ros-rolling-event-camera-codecs (= 3.0.0-1noble.20260425.155606) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-event-camera-codecs/ros-rolling-event-camera-codecs-dbgsym_3.0.0-1noble.20260425.155606_arm64.deb Size: 218464 SHA256: 46ffa5d766acd746b6d54a0afe573716a6515edf8e427b07f60f88d55f422c2a SHA1: 1ebc8c371ff09a3ede0ec6942c667fd0cf28f2e5 MD5sum: 1704f86cab2534a6372499e2bbf7c0a2 Description: debug symbols for ros-rolling-event-camera-codecs Build-Ids: 071c3995e4803385acff24dafcb778e4c920accb 4a9d67534318dc33d2cc9aadf8c10aa20a594bfa Package: ros-rolling-event-camera-msgs Version: 2.0.1-1noble.20260425.133744 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 1050 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-event-camera-msgs/ros-rolling-event-camera-msgs_2.0.1-1noble.20260425.133744_arm64.deb Size: 75644 SHA256: b994f8eb9b38a9d82f65648e333eafb96d6a1d7a5c53a5f097ebacd294631411 SHA1: 7aa9640ff7588be892556ba960ebf40e00e7b2c2 MD5sum: 4f7634b1620c68f633aa452295028ae2 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-1noble.20260425.133744 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 675 Depends: ros-rolling-event-camera-msgs (= 2.0.1-1noble.20260425.133744) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-event-camera-msgs/ros-rolling-event-camera-msgs-dbgsym_2.0.1-1noble.20260425.133744_arm64.deb Size: 535574 SHA256: 1491e476b74dc2f6d74ac665de7b612d84e641a5b7024d54051911dd1945c555 SHA1: 21c8506e2a7dff151599833f22b15a9a3b59fd64 MD5sum: 1df21f6b5e408f2048a682ad0e8bae9a Description: debug symbols for ros-rolling-event-camera-msgs Build-Ids: 4aef927d8d92afbd319cefb54c8d7dc9c82ee8ae 7c458fed8faf37226b29b5d823399ec99cfa7a08 81cae4860afe5318f356b2bde7023853836f7635 88c2f8aff60955b5134e5e8cefee8baca72a5003 895f4ce8a20756eecb94edbf9a3ac2b0c97d0b48 a2c05a7223d02d828d56f271e6953dad2f27493f a6e8d7d2fa2830859796308c5842bde90b02d505 b6790c3d6b31f75cf9465a18ae8eb151224131a0 d9d0811beca1ede13823f82a97459ae6a1d55ac2 dcffd8052329a67671fbc973c9bc444c5b44319a f86a4b21f3796c2fbabc7c9da99b3f39fe43562a Package: ros-rolling-event-camera-py Version: 3.0.0-1noble.20260425.160311 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 385 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-event-camera-py/ros-rolling-event-camera-py_3.0.0-1noble.20260425.160311_arm64.deb Size: 113674 SHA256: 14505b06d69e985a38d23ef7a00106c76c33c09163dd6769f7d768af4d1a2855 SHA1: 1a2772cf0ec7ce42202b559f91698b208af54730 MD5sum: 8be1efc1d3996610435f8537958249f0 Description: Python access for event_camera_msgs. Package: ros-rolling-event-camera-renderer Version: 3.0.0-1noble.20260425.193136 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 703 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-event-camera-renderer/ros-rolling-event-camera-renderer_3.0.0-1noble.20260425.193136_arm64.deb Size: 132256 SHA256: 6b186264ce5c507d8289246921c4109929ed2eb080e458161d78733c55af6bf6 SHA1: 3cff35203e91edc74ced1f938fc749b87aa6f307 MD5sum: 8041bda3a4b58071a871fef8ebadb73a 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-1noble.20260425.193136 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 3339 Depends: ros-rolling-event-camera-renderer (= 3.0.0-1noble.20260425.193136) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-event-camera-renderer/ros-rolling-event-camera-renderer-dbgsym_3.0.0-1noble.20260425.193136_arm64.deb Size: 2878444 SHA256: ee81ad49dd3dbbf4879d6a850dd4886466bc30479af56e0014b9c3805f3c717d SHA1: a80bf46d4597e583478e1ced69cc4fa7503d7355 MD5sum: 27a33413cbed533bf2461105082a6078 Description: debug symbols for ros-rolling-event-camera-renderer Build-Ids: 592d71aa3f6ff3eba5e9afa2a9d5d1643631faf5 f7d974fd205d934fcf7900b0c64e476387d97ba3 Package: ros-rolling-event-image-reconstruction-fibar Version: 3.0.4-1noble.20260425.233948 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 2125 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-event-image-reconstruction-fibar/ros-rolling-event-image-reconstruction-fibar_3.0.4-1noble.20260425.233948_arm64.deb Size: 354462 SHA256: 5feb7e5463cac2c1ff245c48ccfaeecf0afb38cd3b0c1bfa7a4fa57a417acfda SHA1: e88e39f86d21ff978c135b6293702e2a30bd44c8 MD5sum: b7858519a9764523ae5bcdd39e6ea35d 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-1noble.20260425.233948 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 9681 Depends: ros-rolling-event-image-reconstruction-fibar (= 3.0.4-1noble.20260425.233948) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-event-image-reconstruction-fibar/ros-rolling-event-image-reconstruction-fibar-dbgsym_3.0.4-1noble.20260425.233948_arm64.deb Size: 8162518 SHA256: 4a8e3614ee8ab39bc4421018dd7730e27b3c4bd2ce594019f5ac6a57bed2c945 SHA1: bf9c3392833dee698caa9c862c5b5cdbfce172c4 MD5sum: 6446f63044465c594ee69929a15cde61 Description: debug symbols for ros-rolling-event-image-reconstruction-fibar Build-Ids: 07b590abf7b5391f52b4c033edc1bd96aac8feae 7169cb8f3db755d7571ff787d05244a854f4bd00 9511d2defdc7a9477b26e5afb808a1f08a53868d d4e4838760d84027d1e01aa023b4e9ca3aa03e30 Package: ros-rolling-example-interfaces Version: 0.14.1-1noble.20260425.153540 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 6976 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-example-interfaces/ros-rolling-example-interfaces_0.14.1-1noble.20260425.153540_arm64.deb Size: 401124 SHA256: 80b06dfe460f789f95d4230278b1711832f4d1d1059f54d378e7a9e19699a8a8 SHA1: 611f7a04fa8b14295cf8973ccf51f48fc4ca9f1f MD5sum: bf73e5bd0f10cdadc317e452ddca627a 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.14.1-1noble.20260425.153540 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 5529 Depends: ros-rolling-example-interfaces (= 0.14.1-1noble.20260425.153540) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-example-interfaces/ros-rolling-example-interfaces-dbgsym_0.14.1-1noble.20260425.153540_arm64.deb Size: 4231692 SHA256: 2758cf3517ed33a8f43bfb7e929f5b0ef01c12912be04c5cbeeeb9e08501d426 SHA1: 913ae87f0e39067722073abb666cc2ea6ee0707b MD5sum: e78d2ba3ad27f391f0c46acf2eaf2a14 Description: debug symbols for ros-rolling-example-interfaces Build-Ids: 30fb9564a808e19d4ff69a25fa518503d4fa25f1 4470bfcae6b22d785533a6c07247897a21ac3b3b 7ea8a76953ebd752d035219a1b0517a52e4ea2e5 970e471ad02658ae07fd71e17eb44b8ee4d3e207 97bdc063c49df73772baa0b0f3104a3980cf1dea b047accf47d0db06a169f63a877e8ba9183d5d6b b24cdc4c884b07eb17bf2cd51e098cc0010dfcdb c34edba364d5e79889099cbffe00b2286c8984ab c72ecaf75a64e7c0d60ed5afade57e435a60538e fed7870d8291ddf8ae9f5722f14a7447101f17f9 ff6289885aa26b07586aa79f51d5cca0c9f5db3e Package: ros-rolling-examples-rclcpp-async-client Version: 0.21.5-1noble.20260425.171042 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 179 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-example-interfaces, ros-rolling-rclcpp, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-async-client/ros-rolling-examples-rclcpp-async-client_0.21.5-1noble.20260425.171042_arm64.deb Size: 38962 SHA256: eaadad235de10eced7c229fb1ac0ccc9808567b7b3bcc3ab16779d63f9eab173 SHA1: 73f9c4a8165d7ab9435895eaa4de079ccf56e69a MD5sum: d36c0cfeb5eb0fa285b76e40a5b03905 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.21.5-1noble.20260425.171042 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 680 Depends: ros-rolling-examples-rclcpp-async-client (= 0.21.5-1noble.20260425.171042) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-async-client/ros-rolling-examples-rclcpp-async-client-dbgsym_0.21.5-1noble.20260425.171042_arm64.deb Size: 617842 SHA256: 9d43321bfe4b5fca80562f8b8a45b54e4f90a12d22a2b349b6b6f5e9a43c4866 SHA1: cb5adc9ea521843274f14f317938bdcb76c2fe9d MD5sum: 44f26203192d6f5bb1d7106724b27166 Description: debug symbols for ros-rolling-examples-rclcpp-async-client Build-Ids: 7c0a3430977bd837abcdd6abd9f0b6be1869eb20 Package: ros-rolling-examples-rclcpp-cbg-executor Version: 0.21.5-1noble.20260425.171034 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 1475 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-rclcpp, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-cbg-executor/ros-rolling-examples-rclcpp-cbg-executor_0.21.5-1noble.20260425.171034_arm64.deb Size: 213572 SHA256: 3f4b876c30d39b7ed26453875aa8848a8c3954c8cb2faadb45c46b607766edda SHA1: 72cb91ae05c29664abe320a045f860f7b8a01c3d MD5sum: 3c7652715cf734bcfad7e80dd41bdfa3 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.21.5-1noble.20260425.171034 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 7456 Depends: ros-rolling-examples-rclcpp-cbg-executor (= 0.21.5-1noble.20260425.171034) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-cbg-executor/ros-rolling-examples-rclcpp-cbg-executor-dbgsym_0.21.5-1noble.20260425.171034_arm64.deb Size: 6198878 SHA256: bf2fa97feb6395fffac7da562b1e57d2dda1db22451af85a0df5a0ecb432fd63 SHA1: 0eca840c4c0240ad1951c32c4d680a476eab7a98 MD5sum: c416172a538e037fface0dd3f4131fc4 Description: debug symbols for ros-rolling-examples-rclcpp-cbg-executor Build-Ids: 0a27b37811e9b5374a952869a7e9c395ba34853c 25cb7ea35780328f849dcb822ad7e6e55cdbf4b7 5c1e25b137e7923f069a9bb119de81cbc279265c Package: ros-rolling-examples-rclcpp-minimal-action-client Version: 0.21.5-1noble.20260425.205826 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 699 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-minimal-action-client/ros-rolling-examples-rclcpp-minimal-action-client_0.21.5-1noble.20260425.205826_arm64.deb Size: 98160 SHA256: 6a8c9def250cf70cb24f3815ae0f48ee39799e906d944e750519ecb3569db1f1 SHA1: 3bca089b3e9a1f85aefa39e935566e06fc552009 MD5sum: 3268c458b5ace8155311337e372af73a 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.21.5-1noble.20260425.205826 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 2709 Depends: ros-rolling-examples-rclcpp-minimal-action-client (= 0.21.5-1noble.20260425.205826) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-minimal-action-client/ros-rolling-examples-rclcpp-minimal-action-client-dbgsym_0.21.5-1noble.20260425.205826_arm64.deb Size: 2315154 SHA256: f9ce9bfa43cef6a1308998532a99f622663c3c1209a6dbf18dd1e36a6b7804af SHA1: b85cbca9c598fc021d3d3a3d81fced96f010265c MD5sum: dbed29276a3b1b2b31c8be73915505d0 Description: debug symbols for ros-rolling-examples-rclcpp-minimal-action-client Build-Ids: 0fd53757c2508dcd5afa2ad1e1fe45e11da62cb0 37e8c3aa118b14281bee07cbecfa67265d10cae2 cdc1cbddb44990f64ac8f9c1a03d4a5c68794484 f42bc34aca1a7373c3eaafb5251501f3eef59432 Package: ros-rolling-examples-rclcpp-minimal-action-server Version: 0.21.5-1noble.20260425.205836 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 440 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-minimal-action-server/ros-rolling-examples-rclcpp-minimal-action-server_0.21.5-1noble.20260425.205836_arm64.deb Size: 59806 SHA256: 00782bc07e56ee165ecc094d0fc132527c9681224bec420d5f75d577e84deaef SHA1: 2a047702c6a057e42d025addb8b0b7be462c6ff4 MD5sum: 490b657d40cd3c28cc25e390a36285c0 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.21.5-1noble.20260425.205836 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 1763 Depends: ros-rolling-examples-rclcpp-minimal-action-server (= 0.21.5-1noble.20260425.205836) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-minimal-action-server/ros-rolling-examples-rclcpp-minimal-action-server-dbgsym_0.21.5-1noble.20260425.205836_arm64.deb Size: 1528080 SHA256: 361952e1a9be27e7ce1d37d7cfc105786e7c33b4d60d89d1bf377e4d57d79dd6 SHA1: f73679a00982a48694a0ea0664ec5f3f54621e0c MD5sum: 2c010cf917ca47493ee1024adc33f5cb Description: debug symbols for ros-rolling-examples-rclcpp-minimal-action-server Build-Ids: 46a4c45597ab4008832d868c5a87d1147efb644c 64c9ab0a8b46c380a3a1713ac3e2cba18cf77a65 ed25e3ed9f4844c95ca98af3f6cda229c9e49f67 Package: ros-rolling-examples-rclcpp-minimal-client Version: 0.21.5-1noble.20260425.171057 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 115 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-example-interfaces, ros-rolling-rclcpp, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-minimal-client/ros-rolling-examples-rclcpp-minimal-client_0.21.5-1noble.20260425.171057_arm64.deb Size: 28482 SHA256: 9b85161b9476b0cf299b6b81a2c08a30f5c811a4fbf2edf8f38202a5caeffe9b SHA1: 6fb1d42e8dba9109fd2665c6e3caf56fd71cb140 MD5sum: 779a33e19b0c76d6ad61f90b3f7993c0 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.21.5-1noble.20260425.171057 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 542 Depends: ros-rolling-examples-rclcpp-minimal-client (= 0.21.5-1noble.20260425.171057) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-minimal-client/ros-rolling-examples-rclcpp-minimal-client-dbgsym_0.21.5-1noble.20260425.171057_arm64.deb Size: 498608 SHA256: 8d4f8397bb9f2a7cadd4ef2beb005109e7cd92349e73d61c814095cc2a181f20 SHA1: b494fed74fcf7e6881eecab6f1b8032ef35957d3 MD5sum: 2108bcb6a4f9ce8808eb1661bfdd2c27 Description: debug symbols for ros-rolling-examples-rclcpp-minimal-client Build-Ids: 75cc5c26e78b1c2003bef79f61b5d2372b621f53 Package: ros-rolling-examples-rclcpp-minimal-composition Version: 0.21.5-1noble.20260425.181100 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 705 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-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-minimal-composition/ros-rolling-examples-rclcpp-minimal-composition_0.21.5-1noble.20260425.181100_arm64.deb Size: 112508 SHA256: 2f08628e917af7dc0cfea77c938311c4f77a58e6248ca8fcd4e35bebda3d326a SHA1: a4df69fa83cf7b5d98534de8ef3d1359419861ec MD5sum: cde4a81a552a3a0d68786acba29b2343 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.21.5-1noble.20260425.181100 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 3179 Depends: ros-rolling-examples-rclcpp-minimal-composition (= 0.21.5-1noble.20260425.181100) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-minimal-composition/ros-rolling-examples-rclcpp-minimal-composition-dbgsym_0.21.5-1noble.20260425.181100_arm64.deb Size: 2751236 SHA256: e0ae0ae00ef7cb5e81b00fae4964188a019e8422392e3f1cb81aa30e50e3dd39 SHA1: 549cd099309a1a3da6ae268d9c2ba74fe1b80d2f MD5sum: 87db3452044b0b581cf428ad31401b21 Description: debug symbols for ros-rolling-examples-rclcpp-minimal-composition Build-Ids: 327818b8d53d71899c123c9ea4c8a76459d2c6b3 6921165bed774324e7e04f2e78245590bdc84abc 71ac797e9bcb99d5d254537fb2cd7ec0eb386d27 e3eae4ead409e3d5b1d06a3cc773d94ea4d9b53e Package: ros-rolling-examples-rclcpp-minimal-publisher Version: 0.21.5-1noble.20260425.171908 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 898 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-rclcpp, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-minimal-publisher/ros-rolling-examples-rclcpp-minimal-publisher_0.21.5-1noble.20260425.171908_arm64.deb Size: 127974 SHA256: 625ea9b2e54f65e85db980d8548c3ae9f7c6e9f6d819f55e239a049dc6742b6d SHA1: 7b06687646e12ae5c503055fbf7ebb87315827eb MD5sum: 222d6b8726b08c60ed95d8dc99778493 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.21.5-1noble.20260425.171908 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 4833 Depends: ros-rolling-examples-rclcpp-minimal-publisher (= 0.21.5-1noble.20260425.171908) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-minimal-publisher/ros-rolling-examples-rclcpp-minimal-publisher-dbgsym_0.21.5-1noble.20260425.171908_arm64.deb Size: 4317200 SHA256: 8920d7bf48ab372e864ba81b456e39363cd8993b59a8bd758c2ad4250398978a SHA1: 592412455b9c8eade92d172c2ca0210d4afef3d9 MD5sum: b92841c7e29fb4d8e259cb446b5492e0 Description: debug symbols for ros-rolling-examples-rclcpp-minimal-publisher Build-Ids: 0cfaf236b2e950379d24d57ef67e5b9dfe4389c7 10108fd6ae069a75702512687be7c210f6f90b9f 926efe00f23b5836b61c62da7cff15d4e19c5672 c08d003a6ea47a4e70a70a22aff458285e5dbc58 eb5699498db89b56aafd69bd098e824839dbd358 ff31c9db658953082fe9e58f936f98f0978d07d5 Package: ros-rolling-examples-rclcpp-minimal-service Version: 0.21.5-1noble.20260425.171840 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 115 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-example-interfaces, ros-rolling-rclcpp, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-minimal-service/ros-rolling-examples-rclcpp-minimal-service_0.21.5-1noble.20260425.171840_arm64.deb Size: 23694 SHA256: abcb03c1421c30373e53e7452dd0e5e62d97ef423f9ae22b54841454c91e379b SHA1: 5e627e4a2f44f8ba49f7c27f06e34ae1a583ffbe MD5sum: 4fd24640d1d3de971f70229d2ffe0749 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.21.5-1noble.20260425.171840 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 429 Depends: ros-rolling-examples-rclcpp-minimal-service (= 0.21.5-1noble.20260425.171840) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-minimal-service/ros-rolling-examples-rclcpp-minimal-service-dbgsym_0.21.5-1noble.20260425.171840_arm64.deb Size: 379982 SHA256: 0fff51fed70eb54d1f195ca9d933220161970f2f055bc0d7394ead50bfa50e6b SHA1: cea384bd3e287669db1f7d9acc0198be69e0ad39 MD5sum: 1ee9fae6fa50a68898c292198806bfc7 Description: debug symbols for ros-rolling-examples-rclcpp-minimal-service Build-Ids: 070c48f4cc8e88a08eae9abbd0beebde0ba749cd Package: ros-rolling-examples-rclcpp-minimal-subscriber Version: 0.21.5-1noble.20260425.181123 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 4117 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-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-minimal-subscriber/ros-rolling-examples-rclcpp-minimal-subscriber_0.21.5-1noble.20260425.181123_arm64.deb Size: 435518 SHA256: bab35213ff275a2e52aa742977fbea8248c100eb537fabe3d25dd7ff23463985 SHA1: 04471accc0bc64a569e8dc4a87aae432e876f1fe MD5sum: 33b7ea02beb43f8c171fcaf380ed9e0c 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.21.5-1noble.20260425.181123 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 19677 Depends: ros-rolling-examples-rclcpp-minimal-subscriber (= 0.21.5-1noble.20260425.181123) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-minimal-subscriber/ros-rolling-examples-rclcpp-minimal-subscriber-dbgsym_0.21.5-1noble.20260425.181123_arm64.deb Size: 16120994 SHA256: b17d49b29d83dbf2a5b527774105331462521c62a0494985b19986a8548020e2 SHA1: 32511b7137ea4265bc7ddc9f7a24237f0f356a0a MD5sum: 33f82dd44d45a0067b87acbf5ad4aacf Description: debug symbols for ros-rolling-examples-rclcpp-minimal-subscriber Build-Ids: 017a6e7e78aed028c067d15dad720a39764414bc 1bd8d0a8977296cbbc36c5a361d7af933d182de0 1df892c9fea13c0ddbc77d8606a70fa0778b5204 2e6f3e9f77129fe37eae4265d7dd69b37f5458a9 3bc6124cf9229396704e119ab2b08c98a5d4b305 654dcaa915618e23bf865a335976c167b67b08dc 686209e75856fabba67bd383f7904d0de4788954 7b6cf8633697977e3306e70bb53c00636096c1ba b4a4c79c37c6b5cbf45c3ea04d5233cd260c53af cea176a5ad3bfa39af8df2cb62467c05fd60c822 f0d6035186d9aff0d6460397d62681b77e96ef20 Package: ros-rolling-examples-rclcpp-minimal-timer Version: 0.21.5-1noble.20260425.171908 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 181 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-rclcpp, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-minimal-timer/ros-rolling-examples-rclcpp-minimal-timer_0.21.5-1noble.20260425.171908_arm64.deb Size: 17690 SHA256: 88e2dfb3cf3d23d6774f0635f98ee54d1ff746155d7687fc02c972a129d5292a SHA1: f3b8d186d1c8aea708d7c9c16256af5451afe61c MD5sum: e2637c75cf5ea6fa739ea68bc6c6b63e 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.21.5-1noble.20260425.171908 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 560 Depends: ros-rolling-examples-rclcpp-minimal-timer (= 0.21.5-1noble.20260425.171908) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-minimal-timer/ros-rolling-examples-rclcpp-minimal-timer-dbgsym_0.21.5-1noble.20260425.171908_arm64.deb Size: 505240 SHA256: 45352452169524d5db087a4001d69d610cbadd0c1d222f8db5f7fba8131aada4 SHA1: 2657876fb6f42a7203d51a8f9234f2d0e8fa6aef MD5sum: c8a5ae1aaede515f609489524a05c299 Description: debug symbols for ros-rolling-examples-rclcpp-minimal-timer Build-Ids: 04df4a964b1c759add10d6721d98e11dc8728f14 de3e6fbfe1b5ffc21e11dc7a2443c258fe72d20c Package: ros-rolling-examples-rclcpp-multithreaded-executor Version: 0.21.5-1noble.20260425.171908 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 499 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-rclcpp, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-multithreaded-executor/ros-rolling-examples-rclcpp-multithreaded-executor_0.21.5-1noble.20260425.171908_arm64.deb Size: 103382 SHA256: c612f558c705d375fcf239c396056516aa1160a232ddf255eebb212641c72dfd SHA1: b85028aca0ab0de51b0318b0b85f05955f615449 MD5sum: 1a3a7477b6856e507a35d93c2c090eaf 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.21.5-1noble.20260425.171908 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 2159 Depends: ros-rolling-examples-rclcpp-multithreaded-executor (= 0.21.5-1noble.20260425.171908) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-multithreaded-executor/ros-rolling-examples-rclcpp-multithreaded-executor-dbgsym_0.21.5-1noble.20260425.171908_arm64.deb Size: 1809526 SHA256: fd23f39d357f4bb332fcaff4e632ab6a32a355f91fd415d37868092267bfbca5 SHA1: e647f94be9784af7df6056685c7569ac55617a04 MD5sum: 92b5bc6b6a82c4ec681398924ebb490f Description: debug symbols for ros-rolling-examples-rclcpp-multithreaded-executor Build-Ids: 43cdff246563955e6aeef6e96aad51ee619fc207 Package: ros-rolling-examples-rclcpp-wait-set Version: 0.21.5-1noble.20260425.181323 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 4376 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-example-interfaces, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-wait-set/ros-rolling-examples-rclcpp-wait-set_0.21.5-1noble.20260425.181323_arm64.deb Size: 535888 SHA256: 354379d151b9cdf8c98120481dd219c8a8019633561eb0ee1a3872ca9483b369 SHA1: 737b6db2e7a53ecd9937b8610875880c49668cb8 MD5sum: 1a197ccec097131d9b35556d8f5b8b25 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.21.5-1noble.20260425.181323 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 20489 Depends: ros-rolling-examples-rclcpp-wait-set (= 0.21.5-1noble.20260425.181323) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-wait-set/ros-rolling-examples-rclcpp-wait-set-dbgsym_0.21.5-1noble.20260425.181323_arm64.deb Size: 17265688 SHA256: 76141333a640a87ab6cead3daa950b6e45c2abb8aa8634e98bb8dc73d4482e4e SHA1: 88012ce8ce2f404a4592c21f171125e13c416aa2 MD5sum: 4055e102561931fe885aeef11255fb5d Description: debug symbols for ros-rolling-examples-rclcpp-wait-set Build-Ids: 0add4e54202bc90b9486cdd03ac6e41bf864df5f 171c05a41908618340aeb2ebad67d8cbcde1dc9c 2e51ed6051acfd44fd8530ca07252b2ad979ef6b 3508fc8885b1e625fb296a4ea34a1e1b1ebedf6c 38452eff7cb6ac2fa2f4c8d9ceb74369eb5cad9c 4f8084ef74491a5f35d41271e567468a3d1f83b7 62af76617418fb27d4fd7cc383584fe72823643b 6b628d3d72fba848511d64dcd8d870482b63ce9d 845a30d83c8db54d42bcba3882e0e712ce337573 90e8ac78d9b148188b6587ceb45f0124120d129d ab44dfb85b4a66604de18d547edc7944ffa4b223 dd5a68b3819a22be822ae9ec42554036b252c92c Package: ros-rolling-examples-rclpy-executors Version: 0.21.5-1noble.20260425.200706 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 82 Depends: ros-rolling-rclpy, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclpy-executors/ros-rolling-examples-rclpy-executors_0.21.5-1noble.20260425.200706_arm64.deb Size: 13228 SHA256: 3c4872eeddb3c8cc189529eb5abe4b6515adb7c6c5fcad607ca33fc8b5b33e4b SHA1: ce5bb7c3c6de0033d72e333c72ab215b4a2f4219 MD5sum: 97d8a7f38516b5dbba2b332a7e9cde9c Description: Examples of creating and using exectors to run multiple nodes in the same process Package: ros-rolling-examples-rclpy-guard-conditions Version: 0.21.5-1noble.20260425.203150 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 39 Depends: ros-rolling-rclpy, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclpy-guard-conditions/ros-rolling-examples-rclpy-guard-conditions_0.21.5-1noble.20260425.203150_arm64.deb Size: 6314 SHA256: 790f6a9dae21e86bfe5c1c1f6809a28aeac50008f97afc5a07396c9d1ac74417 SHA1: f7d2ae4fd9e4cb0161830245bfe83f764d961f0d MD5sum: bb02f48fc215520e57b5b34c59a2fd98 Description: Examples of using guard conditions. Package: ros-rolling-examples-rclpy-minimal-action-client Version: 0.21.5-1noble.20260425.194021 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 74 Depends: ros-rolling-action-msgs, ros-rolling-example-interfaces, ros-rolling-rclpy, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclpy-minimal-action-client/ros-rolling-examples-rclpy-minimal-action-client_0.21.5-1noble.20260425.194021_arm64.deb Size: 12426 SHA256: e035ae6a836bae4db662bf9a204fca86636dbd2da48adaeded9ce92bc5bf6003 SHA1: 111afc508c5a881aa9517e9f59666e89209f75f8 MD5sum: 8c6b0818dea2564f3677c0d467ae2730 Description: Examples of minimal action clients using rclpy. Package: ros-rolling-examples-rclpy-minimal-action-server Version: 0.21.5-1noble.20260425.203137 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 93 Depends: ros-rolling-example-interfaces, ros-rolling-rclpy, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclpy-minimal-action-server/ros-rolling-examples-rclpy-minimal-action-server_0.21.5-1noble.20260425.203137_arm64.deb Size: 13420 SHA256: f3ba198ded73d57f4b27c4f1312629655da158fef4a6d86743b5f3685afd353a SHA1: f5aefb233d497b408b0bde330a04f446b52d1738 MD5sum: b5e17cb087b8be88ef211668f0971538 Description: Examples of minimal action servers using rclpy. Package: ros-rolling-examples-rclpy-minimal-client Version: 0.21.5-1noble.20260425.200657 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 60 Depends: ros-rolling-example-interfaces, ros-rolling-rclpy, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclpy-minimal-client/ros-rolling-examples-rclpy-minimal-client_0.21.5-1noble.20260425.200657_arm64.deb Size: 9814 SHA256: f4f545fc78dd11e95d8e78e7c9ff0ba4b586486e6f251c09fe28a68ec97aff93 SHA1: 6af579a64b3788b75407b91da1b708812af3a487 MD5sum: 3a0e6f172f292d9b8a1e8f6864261bba Description: Examples of minimal service clients using rclpy. Package: ros-rolling-examples-rclpy-minimal-publisher Version: 0.21.5-1noble.20260425.200710 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 61 Depends: ros-rolling-rclpy, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclpy-minimal-publisher/ros-rolling-examples-rclpy-minimal-publisher_0.21.5-1noble.20260425.200710_arm64.deb Size: 9944 SHA256: 194a3237eecaf2066a066109fba84453bfc949965b05272bda1526b9ea4b7d9d SHA1: b154e40112d9a4b456d281dbe28507c738e9ea41 MD5sum: 20db6a5af5c0fe9285123f1fcb86ae1d Description: Examples of minimal publishers using rclpy. Package: ros-rolling-examples-rclpy-minimal-service Version: 0.21.5-1noble.20260425.200915 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 45 Depends: ros-rolling-example-interfaces, ros-rolling-rclpy, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclpy-minimal-service/ros-rolling-examples-rclpy-minimal-service_0.21.5-1noble.20260425.200915_arm64.deb Size: 7266 SHA256: 078cac8d78356394b9c3e0dd9ba2642eb4f73981d943c5fb9eabc46d37679817 SHA1: 5d57effcde8844891b437dffb1e4604355989cc7 MD5sum: cf8df2ffff99c9fab89c8ab61999ef98 Description: Examples of minimal service servers using rclpy. Package: ros-rolling-examples-rclpy-minimal-subscriber Version: 0.21.5-1noble.20260425.200917 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 51 Depends: ros-rolling-rclpy, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclpy-minimal-subscriber/ros-rolling-examples-rclpy-minimal-subscriber_0.21.5-1noble.20260425.200917_arm64.deb Size: 7756 SHA256: d02a32571f311e8cc1038d3623fdf250a5e4bcabf868833d5b90f678a2c56253 SHA1: efc505e3cdc9cb2a3137f15e9645c42e8d5de66d MD5sum: 6c2cf70e597e830a5c417e1dc9501d61 Description: Examples of minimal subscribers using rclpy. Package: ros-rolling-examples-rclpy-pointcloud-publisher Version: 0.21.5-1noble.20260425.201013 Architecture: arm64 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclpy-pointcloud-publisher/ros-rolling-examples-rclpy-pointcloud-publisher_0.21.5-1noble.20260425.201013_arm64.deb Size: 7240 SHA256: 8395c8d758298d2b95965078e04010887b1734dee1f100e1d89331fa51f4e246 SHA1: 63e7b8fbc20e1c837e7fa6ae0a0cd7f26e882cf4 MD5sum: 63d992e74e59f6f2b0243d26dcc23a33 Description: Example on how to publish a Pointcloud2 message Package: ros-rolling-examples-tf2-py Version: 0.45.7-1noble.20260425.201941 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 91 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-tf2-py/ros-rolling-examples-tf2-py_0.45.7-1noble.20260425.201941_arm64.deb Size: 15240 SHA256: f5faed430bca75714689b044e19d1b9877f0c6f6399a40eeccf1adef89d21f16 SHA1: 15497c99638db0ac3560964df049537a1b51774b MD5sum: 4d22472e2ac6c785f67e2ac4bfad361b Description: Has examples of using the tf2 Python API. Package: ros-rolling-executive-smach Version: 3.0.3-2noble.20260425.173453 Architecture: arm64 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-2noble.20260425.173453_arm64.deb Size: 5818 SHA256: 7543d3f633ff56b3f5848d2b2412eb7d6790b2633027eb10fcf2f784f159cde8 SHA1: 75891196899b0aef4e199fde3de2686cd6661841 MD5sum: ff052e05c423af58899a6a231c1421cf Description: This metapackage depends on the SMACH library and ROS SMACH integration packages. Package: ros-rolling-fastcdr Version: 2.3.5-1noble.20260423.223535 Architecture: arm64 Maintainer: Miguel Company Installed-Size: 540 Depends: libc6 (>= 2.17), 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.5-1noble.20260423.223535_arm64.deb Size: 60406 SHA256: 53474ea4471e5335f8a8cdb6beb11685666eead5d5d2fd49a73f6f29196ee4a1 SHA1: a8a35cdfd171769b1b9f638c306887ebf5bb78c3 MD5sum: c8025e5afeab455beb9c5aa9f21d8e0a 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.5-1noble.20260423.223535 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Miguel Company Installed-Size: 283 Depends: ros-rolling-fastcdr (= 2.3.5-1noble.20260423.223535) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fastcdr/ros-rolling-fastcdr-dbgsym_2.3.5-1noble.20260423.223535_arm64.deb Size: 232402 SHA256: 8058246baf149d7daaf46325baadd8a26bfe83a6b0aeffbdcb98034664543af2 SHA1: 303a6731d193f62e2abafad6fd7e11dbe3e57bcc MD5sum: 4c5989fd965abb7d60919d8edd4752d0 Description: debug symbols for ros-rolling-fastcdr Build-Ids: cb51632bdf603a64b112fd248b3140d88fb44176 Package: ros-rolling-fastdds Version: 3.6.1-1noble.20260425.061241 Architecture: arm64 Maintainer: Raul Sanchez Mateos Installed-Size: 12951 Depends: libc6 (>= 2.38), libgcc-s1 (>= 4.2), libssl3t64 (>= 3.0.0), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.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.1-1noble.20260425.061241_arm64.deb Size: 3371504 SHA256: 21f0e9bae3292349c4dcc7be680eb4a19a5b2f417e59e1466ceb9e478fba6320 SHA1: dcfaecd1ef8bbb614f8f0b374452e9eaa4e7f1ab MD5sum: dda4d1df21463002eb374c698af0625f 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.1-1noble.20260425.061241 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Raul Sanchez Mateos Installed-Size: 67285 Depends: ros-rolling-fastdds (= 3.6.1-1noble.20260425.061241) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fastdds/ros-rolling-fastdds-dbgsym_3.6.1-1noble.20260425.061241_arm64.deb Size: 60484110 SHA256: 871d401b88bf3383628e5676244fd25a0f038ec09fc329dff76de929a9cf2964 SHA1: 2fbce50948950611db8d717b54ff3ed374b5832c MD5sum: 24db39fc960799a81f4f7433569612e2 Description: debug symbols for ros-rolling-fastdds Build-Ids: 8a8ac57713862546061ae435df42dd53a4cd1851 ce9a5b10016f856ea834150f56863bc220ea512e Package: ros-rolling-ffmpeg-encoder-decoder Version: 3.0.1-1noble.20260425.175643 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 372 Depends: libavcodec60 (>= 7:6.0), libavutil58 (>= 7:6.0), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libswscale7 (>= 7:6.0), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ffmpeg-encoder-decoder/ros-rolling-ffmpeg-encoder-decoder_3.0.1-1noble.20260425.175643_arm64.deb Size: 104720 SHA256: b9fed3b51fcbcbcd777fdbd722d14a659435728d5e7854bb9db933bd23dfbd7d SHA1: 07a085fa9fb29c8286c06d8c599de81a8eae8df5 MD5sum: 0a4fb63954724143ed5237eca0c017fa 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-1noble.20260425.175643 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 1770 Depends: ros-rolling-ffmpeg-encoder-decoder (= 3.0.1-1noble.20260425.175643) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ffmpeg-encoder-decoder/ros-rolling-ffmpeg-encoder-decoder-dbgsym_3.0.1-1noble.20260425.175643_arm64.deb Size: 1625258 SHA256: 1b2754ab7a8067ddc57e93462f97bb19b4dac17b9e1b129e707e760cf75a6a37 SHA1: 00ada35ea21f8f3181ad7f6caa88138b088447fb MD5sum: 137ac7809d2bf526dfdd04ffb9d1b26d Description: debug symbols for ros-rolling-ffmpeg-encoder-decoder Build-Ids: 91dac2a8243db236349264e31b7540826737cc38 Package: ros-rolling-ffmpeg-image-transport Version: 3.0.3-1noble.20260425.192040 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 676 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.3-1noble.20260425.192040_arm64.deb Size: 130780 SHA256: 781194972d832baaf580af3f9ac40baf96f0277e076452d1da0f6703cd6d5d54 SHA1: da24b720bbc537af42e4d9ee6d86edddd2cc72ae MD5sum: e4755bde05fdf2748c31960dc7d837ad 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.3-1noble.20260425.192040 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 3059 Depends: ros-rolling-ffmpeg-image-transport (= 3.0.3-1noble.20260425.192040) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ffmpeg-image-transport/ros-rolling-ffmpeg-image-transport-dbgsym_3.0.3-1noble.20260425.192040_arm64.deb Size: 2630090 SHA256: 561966a6d5320b97c14fe99671af60b5320adb511e852dc3c285cb6d4d55472b SHA1: 3e4c0cac46535215e9baca7392af6b355fd54ee8 MD5sum: 86ec362b1ecaa3aad9a4e8ec024a26ef Description: debug symbols for ros-rolling-ffmpeg-image-transport Build-Ids: c4bafa81628420e4854c1b49c9d7cdf221dd5553 Package: ros-rolling-ffmpeg-image-transport-msgs Version: 1.0.2-2noble.20260425.133819 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 1057 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ffmpeg-image-transport-msgs/ros-rolling-ffmpeg-image-transport-msgs_1.0.2-2noble.20260425.133819_arm64.deb Size: 75288 SHA256: 1728c391194dc51fd5a071cf730cbf9a8c144080082160dd323c3b51d41d05b7 SHA1: 75f50328647270634e86e5aea2af974e4980ad4f MD5sum: 10adbd6ab5cc3e145b486b291246bb45 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.0.2-2noble.20260425.133819 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 676 Depends: ros-rolling-ffmpeg-image-transport-msgs (= 1.0.2-2noble.20260425.133819) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ffmpeg-image-transport-msgs/ros-rolling-ffmpeg-image-transport-msgs-dbgsym_1.0.2-2noble.20260425.133819_arm64.deb Size: 536388 SHA256: 556dbcff804df7b650fe4b410d30c8b67d08188d65c81e51b5779fb0bfc33ad1 SHA1: a1285dc9242161b070340c50e43633de0da0a2a0 MD5sum: a010eacdd519c4384e8944f87cdcb13c Description: debug symbols for ros-rolling-ffmpeg-image-transport-msgs Build-Ids: 045a7efa02350bdd00392b1fc683159b6f560c7f 11ed3cb5c87a49698eaa2c0dc24a13db739bc363 1b15bdad8b94c0985f7c04dba2d40fe14aff2749 2402f56240841f73fdf54fc32c66203f4d206c03 68472be2413bc6376129e0729f4e47d5eb3f8479 952fcd37263489865a3a69d95e9019b55b9fa78b 953011ab2140633adfcf15ae16bdf9d1679ca392 9bca076243c4e4580c6ab4be36867af01c1c324b cdc4bfdf1d3410b43d4422d594d65d0b673ace82 cfcbd11cfb014692182dff2f9658fbc4ee52a04b e3214a0bbeaaccf06326e7f4f77f2e1f742b1885 Package: ros-rolling-ffmpeg-image-transport-tools Version: 3.0.1-1noble.20260425.180645 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 637 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ffmpeg-image-transport-tools/ros-rolling-ffmpeg-image-transport-tools_3.0.1-1noble.20260425.180645_arm64.deb Size: 150016 SHA256: 508c1747f35f40d399f4bedabf5fa02f5db257e312e2e432f208281874de7e9e SHA1: 8de18ec93fd40bcfc1c7cc8b29ceec3bce28b795 MD5sum: 9bc6cd8a1f5ce6e47c4faaf3da32bb84 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-1noble.20260425.180645 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 3651 Depends: ros-rolling-ffmpeg-image-transport-tools (= 3.0.1-1noble.20260425.180645) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ffmpeg-image-transport-tools/ros-rolling-ffmpeg-image-transport-tools-dbgsym_3.0.1-1noble.20260425.180645_arm64.deb Size: 3408964 SHA256: e7890a4983e263ec089ac279ab6ce1d7031b50f8b28e353764b1e700b873c613 SHA1: 224b90c10ab76424fd34ce22377029daf710a440 MD5sum: afc0abf493dc29b17fd13f3c22ccd141 Description: debug symbols for ros-rolling-ffmpeg-image-transport-tools Build-Ids: 0265f0205a505f2888838763faa25a9db76d4fc6 32a223cf37a5980e2e0ffc0cb9fb8f46060e6b5a 525abaeabb965146bb0a74641bd214f3e6381001 5ec7f0ad3e4d34902403b8f3f4f2643702430782 Package: ros-rolling-ffw-bringup Version: 1.1.14-1noble.20260428.040204 Architecture: arm64 Maintainer: Pyo Installed-Size: 183 Depends: ros-rolling-dynamixel-hardware-interface, ros-rolling-ffw-description, ros-rolling-gz-ros2-control, ros-rolling-image-transport-plugins, ros-rolling-rclpy, ros-rolling-robot-state-publisher, ros-rolling-ros-gz-bridge, ros-rolling-ros-gz-image, ros-rolling-ros-gz-sim, ros-rolling-ros2-control, ros-rolling-ros2-controllers, ros-rolling-rviz2, ros-rolling-xacro, ros-rolling-ros-workspace Homepage: http://ai.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ffw-bringup/ros-rolling-ffw-bringup_1.1.14-1noble.20260428.040204_arm64.deb Size: 28904 SHA256: 66ae63e5ee451636fd34c12ec47c8474dd8b79acc9fb01816361b04a5b782c73 SHA1: e0004435c1bed4bc9826f5071147ef540870e390 MD5sum: 012b1e5f4005a7ebf0d94f7092181343 Description: ROS 2 launch scripts for starting the FFW Package: ros-rolling-ffw-description Version: 1.1.14-1noble.20260428.035624 Architecture: arm64 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ffw-description/ros-rolling-ffw-description_1.1.14-1noble.20260428.035624_arm64.deb Size: 15009824 SHA256: 51b4b0c14d0444db42a38d1d00b6b7ddcef56d397ee61ab9a06438b2ce1e767b SHA1: a4d01e3c21568774ab0bc65cffd9bab508e516c9 MD5sum: fb37bde0e1793a3998f197fa7b34be5a Description: 3D models of the FFW for simulation and visualization Package: ros-rolling-ffw-joystick-controller Version: 1.1.14-1noble.20260425.232233 Architecture: arm64 Maintainer: Pyo Installed-Size: 877 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+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-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ffw-joystick-controller/ros-rolling-ffw-joystick-controller_1.1.14-1noble.20260425.232233_arm64.deb Size: 189014 SHA256: bc8df5f953acde84541e7169c9cea574c77c4cc5f7251a267fc1fbf928b23569 SHA1: dc80cba8c073b0e3b2ebe5e46ed39b422a29d8ea MD5sum: 228f864f9977023e32e0f899a1c42eee 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-1noble.20260425.232233 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 3933 Depends: ros-rolling-ffw-joystick-controller (= 1.1.14-1noble.20260425.232233) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ffw-joystick-controller/ros-rolling-ffw-joystick-controller-dbgsym_1.1.14-1noble.20260425.232233_arm64.deb Size: 3399354 SHA256: 4f18d911787b154b8f1b0607596fbd90363cb70ddacf65d08ca943cd72cb1a37 SHA1: 41bc587b3219ed3dd849579c971a195161abbb16 MD5sum: d12a64e0ea0e328101e02b813ea8d36a Description: debug symbols for ros-rolling-ffw-joystick-controller Build-Ids: 4292428463f9710d41540df15a768b3541dc61f3 Package: ros-rolling-ffw-robot-manager Version: 1.1.14-1noble.20260425.232326 Architecture: arm64 Maintainer: Pyo Installed-Size: 744 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-controller-interface, ros-rolling-dynamixel-hardware-interface, ros-rolling-dynamixel-interfaces, ros-rolling-generate-parameter-library, ros-rolling-hardware-interface, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-sensor-msgs, ros-rolling-std-srvs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ffw-robot-manager/ros-rolling-ffw-robot-manager_1.1.14-1noble.20260425.232326_arm64.deb Size: 158512 SHA256: fe0ec2bd396efe1483ee81caa3254b6bc593d30adece0ac43671841d0ca3b75f SHA1: af7cd84d06f25ca35f7215e83738f174763f17a3 MD5sum: 50dba87bba421edbfb47a34dfac2b2d6 Description: ROS2 controller that logs GPIO Error Code and Hardware Error Status for all GPIO devices. Package: ros-rolling-ffw-robot-manager-dbgsym Package-Type: ddeb Source: ros-rolling-ffw-robot-manager Version: 1.1.14-1noble.20260425.232326 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 3468 Depends: ros-rolling-ffw-robot-manager (= 1.1.14-1noble.20260425.232326) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ffw-robot-manager/ros-rolling-ffw-robot-manager-dbgsym_1.1.14-1noble.20260425.232326_arm64.deb Size: 3014220 SHA256: 8560738271504f9923bf9eb7dbf9e2d333731a480c60f48a81c27bd38e097290 SHA1: 5c83a96914bb5de89f1e767f04352724cd02e795 MD5sum: 025bf89b89046f59903d3830058dc516 Description: debug symbols for ros-rolling-ffw-robot-manager Build-Ids: 5daf67cf61d02508b00ba920fee5c3703f7e142e Package: ros-rolling-ffw-spring-actuator-controller Version: 1.1.14-1noble.20260425.232931 Architecture: arm64 Maintainer: Pyo Installed-Size: 231 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ffw-spring-actuator-controller/ros-rolling-ffw-spring-actuator-controller_1.1.14-1noble.20260425.232931_arm64.deb Size: 57486 SHA256: cf76f9200ec2fc3f076b52097fdda34262b6f4a86e2e22b2da58a2c31700e1f6 SHA1: a4a0f9c370d16a596d87308f04414026a348e12e MD5sum: 5bbb226e8858c02088df349d2748a35c 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-1noble.20260425.232931 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 764 Depends: ros-rolling-ffw-spring-actuator-controller (= 1.1.14-1noble.20260425.232931) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ffw-spring-actuator-controller/ros-rolling-ffw-spring-actuator-controller-dbgsym_1.1.14-1noble.20260425.232931_arm64.deb Size: 709952 SHA256: acdc35d9025553f5079eb85e26f42d7d1f377bd7eeb02cbd32990d0d3fb72732 SHA1: cd1659552c0b6fee1f0f5b482bc877e174b664c9 MD5sum: 53a04f478b193484b6df2fd77a29994c Description: debug symbols for ros-rolling-ffw-spring-actuator-controller Build-Ids: 4893acd413159e536be7b3c922de8430a6203afd Package: ros-rolling-ffw-teleop Version: 1.1.14-1noble.20260425.203232 Architecture: arm64 Maintainer: Pyo Installed-Size: 55 Depends: python3-tk, ros-rolling-rclpy, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ffw-teleop/ros-rolling-ffw-teleop_1.1.14-1noble.20260425.203232_arm64.deb Size: 11882 SHA256: f75a7e4a9464b4bd8d290f408cbbc060109227957fc46dd0f809b044cc430d54 SHA1: 256275e9905cbfb60ee21e9cd2215524ea72ea89 MD5sum: d4ff143774bad7dd18fd79e87f99f3e9 Description: FFW teleop ROS 2 package. Package: ros-rolling-fibar-lib Version: 1.0.2-1noble.20260423.223551 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 49 Depends: clang-tidy, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fibar-lib/ros-rolling-fibar-lib_1.0.2-1noble.20260423.223551_arm64.deb Size: 9444 SHA256: d206ab33a9b7dbe2473928e7010a2c9df60648271493b147d89e4715769b5626 SHA1: fcea308ae944a1e7e71599f8784d302c9a421ddb MD5sum: 9fa91dfcf7aa53b82b218b0ff96cc165 Description: FIBAR event image reconstruction library Package: ros-rolling-fields2cover Version: 2.0.0-15noble.20260425.115957 Architecture: arm64 Maintainer: Gonzalo Mier Installed-Size: 12548 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libgdal34t64 (>= 3.7.0), libgeos-c1t64 (>= 3.4.2), libjpeg8 (>= 8c), libpng16-16t64 (>= 1.6.2), libstdc++6 (>= 13.1), libtiff6 (>= 4.0.3), libtinyxml2-10 (>= 10.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fields2cover/ros-rolling-fields2cover_2.0.0-15noble.20260425.115957_arm64.deb Size: 4543494 SHA256: 20da3d2c74f9e5c15dee9b902e4a92ea6c3f4f2bb53d663a4f586519b3189070 SHA1: 9b1958b33011452686eeffc7326dec407c9c659f MD5sum: f185646551b7f354191cfacb50343028 Description: Robust and efficient coverage paths for autonomous agricultural vehicles. A modular and extensible Coverage Path Planning library Package: ros-rolling-fields2cover-dbgsym Package-Type: ddeb Source: ros-rolling-fields2cover Version: 2.0.0-15noble.20260425.115957 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Gonzalo Mier Installed-Size: 15018 Depends: ros-rolling-fields2cover (= 2.0.0-15noble.20260425.115957) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fields2cover/ros-rolling-fields2cover-dbgsym_2.0.0-15noble.20260425.115957_arm64.deb Size: 13524594 SHA256: c428845a9fef2d310962861067ba592dbce226ad55856464c6cc63e4ed497f71 SHA1: b945f6b696c7a73835fc3f508dc34c57e877fa3b MD5sum: 3cd6235f2382b39f9b2bf4203baef0d4 Description: debug symbols for ros-rolling-fields2cover Build-Ids: 2efc4059cc5957fe29e3a301664718adddc3911f 7634c69dfddccb185dd4b648b742c4106bed3d39 ef5f7d1e71f70cb98cc26a195b86799eeb2361ae Package: ros-rolling-filters Version: 2.2.2-1noble.20260425.171848 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 694 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-1noble.20260425.171848_arm64.deb Size: 84024 SHA256: e2be56fdc9ec50f9f00ade3cdfecbeca3406aad2d17c88d8b040fc640aa209cc SHA1: 1392a5cf62e9d8993707eba795bb388993c631d7 MD5sum: b2bb96691d6044ca1319d57777b2d44f 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-1noble.20260425.171848 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tully Foote Installed-Size: 2108 Depends: ros-rolling-filters (= 2.2.2-1noble.20260425.171848) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-filters/ros-rolling-filters-dbgsym_2.2.2-1noble.20260425.171848_arm64.deb Size: 1897208 SHA256: c9b22b9b4e8bae0290c3f1179284ba8525201a30627a02adceb5c8ee6a8a269b SHA1: 367b6751d4ad77eecdae281546be6b226b829cd8 MD5sum: a160f239e1bfc5a9fa7a7455ba91b93d Description: debug symbols for ros-rolling-filters Build-Ids: 099ff0dc32a44d034b6eed2cbffe98f1f6524fa9 1859af2d46dfd56fa42fffdaccb75cad40c1631d 54b63eb4001b32fbb818916ede953b58dfe30407 d56a0668931c6dbf6aa6d8d9951a9e9654079a6c e6ac6ea313642b475cc8fca42cd7cb4e6806fc22 Package: ros-rolling-find-object-2d Version: 0.7.4-1noble.20260425.213411 Architecture: arm64 Maintainer: Mathieu Labbe Installed-Size: 4707 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-features2d406t64 (>= 4.6.0+dfsg), libopencv-flann406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopencv-stitching406t64 (>= 4.6.0+dfsg), libopencv-video406t64 (>= 4.6.0+dfsg), libopencv-videoio406t64 (>= 4.6.0+dfsg), libpython3.12t64 (>= 3.12.1), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.11.0~rc1) | libqt5gui5-gles (>= 5.11.0~rc1), libqt5network5t64 (>= 5.0.2), libqt5printsupport5t64 (>= 5.0.2), libqt5widgets5t64 (>= 5.15.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, zlib1g (>= 1:1.2.0), qtbase5-dev, ros-rolling-builtin-interfaces, ros-rolling-cv-bridge, ros-rolling-geometry-msgs, ros-rolling-image-transport, ros-rolling-message-filters, ros-rolling-rclcpp, ros-rolling-rosidl-default-runtime, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-std-srvs, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, zlib1g-dev, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-find-object-2d/ros-rolling-find-object-2d_0.7.4-1noble.20260425.213411_arm64.deb Size: 857846 SHA256: 1f11155b900500d6b82002d62e4d07aab8194578afb643b783da6712ba986e6e SHA1: 07d8a3285af0e3f479e811da211c09d97b924242 MD5sum: 1687a9b20c06666898cf7bdd6fc55065 Description: The find_object_2d package Package: ros-rolling-find-object-2d-dbgsym Package-Type: ddeb Source: ros-rolling-find-object-2d Version: 0.7.4-1noble.20260425.213411 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Mathieu Labbe Installed-Size: 21795 Depends: ros-rolling-find-object-2d (= 0.7.4-1noble.20260425.213411) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-find-object-2d/ros-rolling-find-object-2d-dbgsym_0.7.4-1noble.20260425.213411_arm64.deb Size: 19708772 SHA256: d736b18890a3658276591a2b82cde73d7f98c22e1b99f38adeb5e9ae0ce5edc0 SHA1: 67160f74b080f2e45a6071fe45ce3054873d8c52 MD5sum: 30ac787bbbef90355fa2cacb6e047815 Description: debug symbols for ros-rolling-find-object-2d Build-Ids: 1c683254a5388ca98789db8ea68b638971af936f 1d1945bbd132826dab0dcd5dcde12b3c373291d1 3fb813ea82db2112347df561b076385c9e13dc1d 4737482ce7d2590ce5eba49d813e6ceb65aa1dbc 4969e4e121a2015fc41317f6e0a1b32c0a425862 68d787d215a03c073fd033be83dc6cd39d7efae2 6c370dde0ed59904fae42c2f7d22fa529ea9eb2e 7247612cdca9a250dafa034c732e4b6e8a88547c 900f124f53a9836961c450a02fdbbc47fd7cd0a6 a3cd3702e492c75d82d04e9760e96ca80fd59b56 a3e1a563dca7e334146a3b364f29a49e30e80f7b b4eb6248be37d77ab8dac5ab13d1e7e66af987e1 c044dea7270a9c2095eabd31ddb32be1011d148d d2c4a762e34727fde88ac32bd0e04a97ef710fea d4b3e8bf474214ae17d4236a4d72e012b9f722bc Package: ros-rolling-fkie-message-filters Version: 3.3.0-1noble.20260425.210516 Architecture: arm64 Maintainer: Timo Röhling Installed-Size: 413 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-image-transport, ros-rolling-rclcpp, ros-rolling-sensor-msgs, ros-rolling-tf2-ros, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fkie-message-filters/ros-rolling-fkie-message-filters_3.3.0-1noble.20260425.210516_arm64.deb Size: 54586 SHA256: 9037f4c1c010c97af821be810f56f25e49c2fd8b1c0fceecd017e40e987aa8bc SHA1: 2a3a54dfba19652f6f5a1a769bfcea22717575d8 MD5sum: 5f27e081ac4306d579dad4b672c87143 Description: Improved ROS message filters Package: ros-rolling-fkie-message-filters-dbgsym Package-Type: ddeb Source: ros-rolling-fkie-message-filters Version: 3.3.0-1noble.20260425.210516 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Timo Röhling Installed-Size: 273 Depends: ros-rolling-fkie-message-filters (= 3.3.0-1noble.20260425.210516) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fkie-message-filters/ros-rolling-fkie-message-filters-dbgsym_3.3.0-1noble.20260425.210516_arm64.deb Size: 240684 SHA256: 987ca33efe48c5cdd26989cc591f553fdf66216323a23bb482867a87ba757185 SHA1: e266e37ff104dd1055f6016d6e38120050cf5b17 MD5sum: 3c4625e25e6d9c2e002df81a880df83c Description: debug symbols for ros-rolling-fkie-message-filters Build-Ids: 53b43ba3edf536561c4434d889bcd50fbfe880c9 Package: ros-rolling-flex-sync Version: 2.0.1-1noble.20260425.181319 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 105 Depends: ros-rolling-ament-cmake-clang-format, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-flex-sync/ros-rolling-flex-sync_2.0.1-1noble.20260425.181319_arm64.deb Size: 17434 SHA256: 144156c0619fc78ed3dcaeaf8fb43d032b7aa67e3807500927ba55f7af4bfefa SHA1: a4781bb899e4595c0af8ebb0c7ae88a80fbe20ef MD5sum: fd639d9e6fd7ad96da626da8aa6371ee Description: ros2 package for syncing variable number of topics Package: ros-rolling-flexbe-behavior-engine Version: 4.0.3-1noble.20260425.203839 Architecture: arm64 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.0.3-1noble.20260425.203839_arm64.deb Size: 6876 SHA256: eb25c5e8d2575a721734a4a3e7bdcd86c5cdc76b281b5d3fdd0cc692a49f69da SHA1: 2888756afc9fe8cf6f17a9d346c91a57ebbf6289 MD5sum: eadddbdb6ea1ef0ed2a92e021b0d56a4 Description: A meta-package to aggregate all the FlexBE packages Package: ros-rolling-flexbe-core Version: 4.0.3-1noble.20260425.200635 Architecture: arm64 Maintainer: Philipp Schillinger Installed-Size: 595 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.0.3-1noble.20260425.200635_arm64.deb Size: 123304 SHA256: d26658a3db695cc1b18f9f40d110519331c66f7c7d2f6923eeab3386f4eb8a7d SHA1: a8919d3fe10c606a091d1660738fb998bc6b1bcf MD5sum: 8e378a8164e7e020dc588de07c18d6fc Description: flexbe_core provides the core components for the FlexBE behavior engine. Package: ros-rolling-flexbe-input Version: 4.0.3-1noble.20260425.201608 Architecture: arm64 Maintainer: Philipp Schillinger Installed-Size: 109 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.0.3-1noble.20260425.201608_arm64.deb Size: 24366 SHA256: 0bdb738bd0a0eca4be41e499c0dab32d965f93fc96ecac3d6f2447569cb62990 SHA1: 5f8c7967f517a8182e9b4d63240abc955da6b60c MD5sum: 93f6ea33790a0f731edb72a7aeb8c654 Description: flexbe_input enables to send data to onboard behavior when required. Package: ros-rolling-flexbe-mirror Version: 4.0.3-1noble.20260425.201712 Architecture: arm64 Maintainer: Philipp Schillinger Installed-Size: 213 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.0.3-1noble.20260425.201712_arm64.deb Size: 51280 SHA256: e8c93b7cbb29d83ac8437e93ecb849bee4a932a22a13507444bccf2ffb3a59ef SHA1: ca413f6507cbd0e7c2b31f9f9ab0418725cc3481 MD5sum: 58918c328e1900964113fd29d29f3734 Description: flexbe_mirror implements functionality to remotely mirror an executed behavior. Package: ros-rolling-flexbe-msgs Version: 4.0.3-1noble.20260425.132655 Architecture: arm64 Maintainer: Philipp Schillinger Installed-Size: 7996 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.0.3-1noble.20260425.132655_arm64.deb Size: 495072 SHA256: b5dfc645efe1396d2631a2d67cc9a3c7fe46f17a55e3131645bc46e394d0f79f SHA1: 5ccc4276c8b181136b3339f27b84287c3d4b3aed MD5sum: 70ecd11d3525450f890cb6e0138ed2b1 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.0.3-1noble.20260425.132655 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Philipp Schillinger Installed-Size: 5534 Depends: ros-rolling-flexbe-msgs (= 4.0.3-1noble.20260425.132655) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-flexbe-msgs/ros-rolling-flexbe-msgs-dbgsym_4.0.3-1noble.20260425.132655_arm64.deb Size: 4206570 SHA256: 2c01e15de6f5a7b54897fcf2e53d892d6ca3e08cc28624ee31b9d3de7e8fbe3c SHA1: 68fc6b2f768540c094c4cf3c9f9afa397695ba75 MD5sum: e8bb7552f64e192cadc55008b5300647 Description: debug symbols for ros-rolling-flexbe-msgs Build-Ids: 15c9189d9f7960587fc3517f6c32339c36900c45 1b5369ed7868f23fe104799c96b4b76092c9cf8f 1d6050e8f81d3d66462b7c34b63dad06299e8577 2cabac61bf951398ea76cff30628d583f18189bd 51a37534a2b88ff1968791d72499b6ccfda125db 5e5ae7abb2549637c2ea275a9abec9d9fa42edbb 74b0d49ff85312242b3aff6ea4ddba4637a9e40d 8ad0fe04429e263b057a46879af13fa04c96ad82 b650462118fde0c83ae3ac260b3061e79902a670 d6f4dd102c98e912bbd0348329eeffd19223e37b e360e52662acbe167f2fb8c8396d21c9e2b9da62 Package: ros-rolling-flexbe-onboard Version: 4.0.3-1noble.20260425.202558 Architecture: arm64 Maintainer: Philipp Schillinger Installed-Size: 172 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.0.3-1noble.20260425.202558_arm64.deb Size: 35390 SHA256: f06a63398986d753989264c016346fd99135e2fa9f03ac27d45c06db905bb667 SHA1: c83a6145c2e3cc4e75a59241a999afc97165302a MD5sum: b254969ea1a9752397042d34615fdc7c Description: flexbe_onboard implements the robot-side of the behavior engine from where all behaviors are started. Package: ros-rolling-flexbe-states Version: 4.0.3-1noble.20260425.201941 Architecture: arm64 Maintainer: Philipp Schillinger Installed-Size: 210 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.0.3-1noble.20260425.201941_arm64.deb Size: 29514 SHA256: 6bdba344594249f5bf7d75e3a82a0d46049a395a1a96e8ba17b0176636b22723 SHA1: fe67793aacf6c3a79989287c0d84aa4c3aa1838e MD5sum: 4e0f063022c2b8155d0ac078d06ff9de Description: flexbe_states provides a collection of common generic predefined states. Package: ros-rolling-flexbe-testing Version: 4.0.3-1noble.20260425.201250 Architecture: arm64 Maintainer: Philipp Schillinger Installed-Size: 152 Depends: 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.0.3-1noble.20260425.201250_arm64.deb Size: 21324 SHA256: f9e13f5db365ddf6909f4f667ed1f5e85957f4015a6cc809d3008621bca1cb86 SHA1: 3acea55c38cb9fdb1f81288b9978855b7a0b3474 MD5sum: da54c9c8c77b6221f6a52e1b8c95ff68 Description: flexbe_testing provides a framework for unit testing states. Package: ros-rolling-flexbe-widget Version: 4.0.3-1noble.20260425.203222 Architecture: arm64 Maintainer: Philipp Schillinger Installed-Size: 122 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-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.0.3-1noble.20260425.203222_arm64.deb Size: 21360 SHA256: a8c3a255bb5049983403ba399ccfb785e5b395c2ad74697f282cada4b4cf7d8f SHA1: 3c9c90f9087179cf7117f20011fd631dfa31e0c7 MD5sum: d340c82b2d3ce866dd882797ba6d7390 Description: flexbe_widget implements some smaller scripts for the behavior engine. Package: ros-rolling-flir-camera-description Version: 3.0.4-1noble.20260425.212106 Architecture: arm64 Maintainer: Luis Camero Installed-Size: 401 Depends: ros-rolling-robot-state-publisher, ros-rolling-urdf, ros-rolling-xacro, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-flir-camera-description/ros-rolling-flir-camera-description_3.0.4-1noble.20260425.212106_arm64.deb Size: 96530 SHA256: ee9988dc0acb2671ad00195a7862cbcad144fd801a069c155868c4ee98b44dd5 SHA1: cbdbc4b118a8ee8be395556fb31e465342ec7c58 MD5sum: 70e79dd6eabe8663e3b3c0e7deec558e Description: FLIR camera Description package Package: ros-rolling-flir-camera-msgs Version: 3.0.4-1noble.20260425.134031 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 1131 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-flir-camera-msgs/ros-rolling-flir-camera-msgs_3.0.4-1noble.20260425.134031_arm64.deb Size: 53720 SHA256: 5e555f025bddc6c7ea036fbd7f880f6f9e077eca51934aeed55285c90f2f14f0 SHA1: 7e10c7ede6c8c8d7b8febf122963f254275c658a MD5sum: 0b18212c5968d01d9404a7b2570cd9e3 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.4-1noble.20260425.134031 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 410 Depends: ros-rolling-flir-camera-msgs (= 3.0.4-1noble.20260425.134031) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-flir-camera-msgs/ros-rolling-flir-camera-msgs-dbgsym_3.0.4-1noble.20260425.134031_arm64.deb Size: 277022 SHA256: ed087534775e245523d51e3daf140c14894b2b9e318eedaf6e48233f9b33f463 SHA1: c1c8b7580cfdfe0545ba40217b059fb74ef4815e MD5sum: d495395ac25bda56038d53d0080cdba8 Description: debug symbols for ros-rolling-flir-camera-msgs Build-Ids: 0306d834c7b9cbe682778475b87daac1b2055edd 103c4b1db28e94b8ef26de1cec45ebf7be440a8a 31b5153e62d235cea45b56c5fe137cff20dfeb38 520d6b56c93e0240e3bf48c24de63ed825a56de9 6a4d10a3d8bde5b1f4696429b80f16d900de34cb 6b936d0f89ebc44a9fb925f13756482d84bf1069 a137fefab39f2aa477eb54e05bcf4c6540fa87f2 e572b66eaa926e0d0c9c4e34661b08b997a36b40 e58e54be67fc1247ed660d1ba5a39de251c7453a e8eb552109872d276def6a167180e4afe3e1b0b8 fcd648e30e5ad974b53961e1524d23cea2016ef3 Package: ros-rolling-fluent-rviz Version: 0.0.3-4noble.20260425.191344 Architecture: arm64 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fluent-rviz/ros-rolling-fluent-rviz_0.0.3-4noble.20260425.191344_arm64.deb Size: 14134 SHA256: 906bc697f9c879efad303342c83a740766ddfb28e33d100f9c5094889585c32b SHA1: 5255facd915bc0ea61019badd449c497adb6d721 MD5sum: d3506f255a610348807b34a0fbcde396 Description: A library which makes Rviz fluent. Powered by C++17 Package: ros-rolling-fmilibrary-vendor Version: 1.0.1-4noble.20260425.085305 Architecture: arm64 Maintainer: Ralph Lange Installed-Size: 1926 Depends: libc6 (>= 2.34), ros-rolling-ros-workspace Homepage: https://jmodelica.org/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fmilibrary-vendor/ros-rolling-fmilibrary-vendor_1.0.1-4noble.20260425.085305_arm64.deb Size: 384368 SHA256: e79466f9d099dceb278e618d73036fa763090ac200d69e5432b643a8d97cb58d SHA1: 2e7d33dec29ea890dbab9413d3c773a5f95db19d MD5sum: be0d1ab45cbba7eb9c26ee97162a6cd9 Description: Wrapper (aka vendor package) around the FMILibrary by Modelon AB (JModelica.org) Package: ros-rolling-fmilibrary-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-fmilibrary-vendor Version: 1.0.1-4noble.20260425.085305 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Ralph Lange Installed-Size: 819 Depends: ros-rolling-fmilibrary-vendor (= 1.0.1-4noble.20260425.085305) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fmilibrary-vendor/ros-rolling-fmilibrary-vendor-dbgsym_1.0.1-4noble.20260425.085305_arm64.deb Size: 667854 SHA256: 53a8776f1c4ae353aca72b2ed1a15873e8da40c2da0dcf2cda807360627c7b9e SHA1: 000e4372d4949c89093e2a69874b83f7bb86b53c MD5sum: 9e46f24125c1ed6759cced545d32e2de Description: debug symbols for ros-rolling-fmilibrary-vendor Build-Ids: ff84c8752ad63c7df8328a46c5ba917abb44a71b Package: ros-rolling-foonathan-memory-vendor Version: 1.3.1-2noble.20260423.223554 Architecture: arm64 Maintainer: Miguel Company Installed-Size: 5411 Depends: cmake, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-foonathan-memory-vendor/ros-rolling-foonathan-memory-vendor_1.3.1-2noble.20260423.223554_arm64.deb Size: 780554 SHA256: f19a0bf56997904f948ac85736ad188777a07b7eede4495499e450b29a491198 SHA1: c47c5c7be2d22a44158ab746e119faefb212bbeb MD5sum: 4cefce14f480d51d8928100b954339f4 Description: Foonathan/memory vendor package for Fast-RTPS. Package: ros-rolling-force-torque-sensor-broadcaster Version: 6.6.0-1noble.20260425.230825 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 1097 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.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.6.0-1noble.20260425.230825_arm64.deb Size: 229102 SHA256: 284c1a013dc5e605b3fc7d08740a111af2505270a4705379cab07b0bc17771e0 SHA1: a21cf7b8952eb79d4b8a2a4f5eea6d7e56e01579 MD5sum: a9f6a9732f80e587f1861463eb132c8d 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.6.0-1noble.20260425.230825 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 4345 Depends: ros-rolling-force-torque-sensor-broadcaster (= 6.6.0-1noble.20260425.230825) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-force-torque-sensor-broadcaster/ros-rolling-force-torque-sensor-broadcaster-dbgsym_6.6.0-1noble.20260425.230825_arm64.deb Size: 3820056 SHA256: d4e1f5389b138aefae9ae4c590dc94848c95e1108b3d36052c54cfaabeacb07c SHA1: ea12bd0bbc8819b1dd836881d35681e66efb2ddd MD5sum: 6bb00f67bdaeb3b8e978574c458bd0bd Description: debug symbols for ros-rolling-force-torque-sensor-broadcaster Build-Ids: 748bd9e73301694942fd1499265ec813d930a3b3 ab4894d4f2750371402ce10494c2af1125eb1b5c beb42d3539a28d75f481ee4f3641d6abcf430874 Package: ros-rolling-forward-command-controller Version: 6.6.0-1noble.20260425.231708 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 618 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+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-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.6.0-1noble.20260425.231708_arm64.deb Size: 126302 SHA256: 7483a2a755fdf42d54457e59d7dc49dab716273fe8d953f0ee7f860dce974a22 SHA1: c8ba36a2ada90380701a51c910b7aeaedc672efd MD5sum: 6e2a4397153db867a83940a1ff2e8468 Description: Generic controller for forwarding commands. Package: ros-rolling-forward-command-controller-dbgsym Package-Type: ddeb Source: ros-rolling-forward-command-controller Version: 6.6.0-1noble.20260425.231708 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 2805 Depends: ros-rolling-forward-command-controller (= 6.6.0-1noble.20260425.231708) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-forward-command-controller/ros-rolling-forward-command-controller-dbgsym_6.6.0-1noble.20260425.231708_arm64.deb Size: 2425470 SHA256: 72a79ce2e74dec3e35de419bf6c74096873618860cf969311d7ff31c3991eae4 SHA1: 71f00cbbe0562a89b4474620cbc5a1a8610ea3fc MD5sum: 8423b3a2f8e3b0c91accc89fa379c8dd Description: debug symbols for ros-rolling-forward-command-controller Build-Ids: 1d5278db799f6feb502394a346160aecca810716 Package: ros-rolling-four-wheel-steering-msgs Version: 2.0.1-5noble.20260425.134130 Architecture: arm64 Maintainer: Vincent Rousseau Installed-Size: 1159 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-5noble.20260425.134130_arm64.deb Size: 56506 SHA256: 45b6d2266a8c339234d1c7f11b287ad456ea8ca4a64685b44d93c324fa5444c5 SHA1: 0b7055c8762814d0b7484a0e360b32e6d7feb7d9 MD5sum: d6fa3d8afbb822ee0a3e9449a36cc28f 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-5noble.20260425.134130 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Vincent Rousseau Installed-Size: 411 Depends: ros-rolling-four-wheel-steering-msgs (= 2.0.1-5noble.20260425.134130) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-four-wheel-steering-msgs/ros-rolling-four-wheel-steering-msgs-dbgsym_2.0.1-5noble.20260425.134130_arm64.deb Size: 276378 SHA256: defaa1699c1f8bd9ca63a82ea8211b5723b395f02ad640e7268f5bfe2bac710e SHA1: b1fd075fddb212213717f46ea4945822c7c9f8c7 MD5sum: 751ebbde1aec4025309279434f967f9f Description: debug symbols for ros-rolling-four-wheel-steering-msgs Build-Ids: 51043481bb69a9bc60df2ca38bdf8968f2e24e4a 61a4ea090e2fae75e2afe89ea702aa7ee6c23ef5 6b4bf8859708635ca7b97acfd9cc89ae5418b8f8 7b4d4a6aa23af6f7f43c62b563ddba3714761ad7 95652c41b3a72bc436285c17eaf28cb405c8fa4e aae012a37b4e67c2281df0b5d53f471feb7374fe baf1876943fc7ea70327e30e50f48dba12e55be8 c84abd091fe040652d60f43cd08cfd5965b94c7b c9e8bf0ab7651285f75c84604f3039e19b383c4e ca9fd25566d4c650f2459de6e5936b59b494f85a ee0411ab8d1902302ee1c34bbbd4f7a2e2caddf3 Package: ros-rolling-foxglove-bridge Version: 3.2.6-1noble.20260425.205841 Architecture: arm64 Maintainer: Foxglove Installed-Size: 13756 Depends: libc6 (>= 2.39), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.2), libstdc++6 (>= 13.1), ros-rolling-ament-index-cpp, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-resource-retriever, ros-rolling-rosgraph-msgs, ros-rolling-rosx-introspection, 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.2.6-1noble.20260425.205841_arm64.deb Size: 4495016 SHA256: f19f253a9019d8a1b7d6e7876dc3020896645a95459866e12fee1e7dc52dfa30 SHA1: 1f1959954913e060a5c744eb569369facdb5a0d7 MD5sum: 6fc1e3d3194094d5717baf84c8338778 Description: ROS Foxglove Bridge Package: ros-rolling-foxglove-bridge-dbgsym Package-Type: ddeb Source: ros-rolling-foxglove-bridge Version: 3.2.6-1noble.20260425.205841 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Foxglove Installed-Size: 13674 Depends: ros-rolling-foxglove-bridge (= 3.2.6-1noble.20260425.205841) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-foxglove-bridge/ros-rolling-foxglove-bridge-dbgsym_3.2.6-1noble.20260425.205841_arm64.deb Size: 9141250 SHA256: f909e6f7cf995724a1f4c9dee01bdf52f616c85cbf465b6d21cae1bd3d7089da SHA1: 6d34152ae1394d647ab18b473fa6d4236eb39654 MD5sum: 22e10c83be7ce15fc87f686773275dc5 Description: debug symbols for ros-rolling-foxglove-bridge Build-Ids: 957cbc4dda61b64c47bc1ad969c0af5d03771486 b9ec743a1828caaa43df73913ae69f925065cd6d Package: ros-rolling-foxglove-compressed-video-transport Version: 3.0.2-1noble.20260425.192221 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 607 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.2-1noble.20260425.192221_arm64.deb Size: 127520 SHA256: f030103666538b308334cc5f9b07fa033c92f36858b2bba602f810417e211a1e SHA1: b4c0c299a30172793d0878c67c72f9b688bcc6bf MD5sum: dc5b7b4f901279579eb159c5de12de10 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.2-1noble.20260425.192221 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 3031 Depends: ros-rolling-foxglove-compressed-video-transport (= 3.0.2-1noble.20260425.192221) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-foxglove-compressed-video-transport/ros-rolling-foxglove-compressed-video-transport-dbgsym_3.0.2-1noble.20260425.192221_arm64.deb Size: 2611092 SHA256: 9b1764d179e39bac0d3071cd3cda2641c3ae107f7408b631f2a48ae1d66cdfe7 SHA1: 6c1faee5f01a02bd2120e2e4e17690cf68486dad MD5sum: d1e5bc07ad217533f9f34da21a8294bc Description: debug symbols for ros-rolling-foxglove-compressed-video-transport Build-Ids: dfe9ed5e74721e5f0ce5b5764404d145578d3531 Package: ros-rolling-foxglove-msgs Version: 3.2.6-1noble.20260425.140610 Architecture: arm64 Maintainer: Foxglove Installed-Size: 7883 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.2.6-1noble.20260425.140610_arm64.deb Size: 534352 SHA256: ec27e996c0888d591167506d932ba409ab7e64822cb98208bcd6283cfc0d450a SHA1: ca80f87b3dff32ae87ffaa707b9585e4389e50bc MD5sum: dfde5a4d4f168541b9de71d884bee63a 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.2.6-1noble.20260425.140610 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Foxglove Installed-Size: 7831 Depends: ros-rolling-foxglove-msgs (= 3.2.6-1noble.20260425.140610) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-foxglove-msgs/ros-rolling-foxglove-msgs-dbgsym_3.2.6-1noble.20260425.140610_arm64.deb Size: 6433518 SHA256: 71990a80f63a6646f663de1ab9d9598157fe0f99423bdbafe8df3fad05816808 SHA1: 7397675893614f94fb663eaac236096146ebe0f6 MD5sum: f6be627200917b705d652fe58d2a2faa Description: debug symbols for ros-rolling-foxglove-msgs Build-Ids: 07f5cb382be6f34be711e2ff0330934460bdc534 1d3ba5030517c949034952de9d57ad3b595d97ab 1edd9b4646f33852b8bf68e6bcf31c94bb867f4a 28e8740ab755369360f18b414e49989840391abf 37d8d477f327cb2c7d7b87793a4b785df9debca3 44516d0ad61b89965ef1f552b6a411643ed062a0 4d907e88fe2cd0e188d45ae74a40f1dc3d46e008 85ac321e1471e8fcc5609c38390a51a53cd8e0d4 a06cfe8759aaa400b7214dd4d86a89a892449dad a35db8d217eb8f310633c2cd5cc63e3fb0d2ae06 ec377b58afca9346d4cfad9668630ad3c22e495c Package: ros-rolling-foxglove-sdk-vendor Version: 0.2.0-2noble.20260425.085552 Architecture: arm64 Maintainer: Jordan Lack Installed-Size: 74072 Depends: libc6 (>= 2.39), libgcc-s1 (>= 4.2), libstdc++6 (>= 13.1), 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.2.0-2noble.20260425.085552_arm64.deb Size: 16549612 SHA256: d2733ba8f6af65aad137aee738cc3e831f0db6be79e3c48837bcb02a84000f6f SHA1: 3978918da83b394684e0af674ab5e41c6f1c0ab0 MD5sum: 6803473763af2cbbd9989e064e4129d6 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.2.0-2noble.20260425.085552 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jordan Lack Installed-Size: 8638 Depends: ros-rolling-foxglove-sdk-vendor (= 0.2.0-2noble.20260425.085552) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-foxglove-sdk-vendor/ros-rolling-foxglove-sdk-vendor-dbgsym_0.2.0-2noble.20260425.085552_arm64.deb Size: 2982326 SHA256: 50c335000191804b51a8d947a72b635ac456a512a0bb63f9da8546822e7c70ee SHA1: 715fd20e12e1a9c4ee750bff3d571601afee11cd MD5sum: ec283ecb46206581848eaa3f63327456 Description: debug symbols for ros-rolling-foxglove-sdk-vendor Build-Ids: 800e0f94a7916bb2ab158e707c430bb84277dd67 ca8267635897b100b4fdd549e0f7421f87c25a1a Package: ros-rolling-franka-inria-inverse-dynamics-solver Version: 6.0.1-3noble.20260425.182837 Architecture: arm64 Maintainer: Enrico Ferrentino Installed-Size: 1083 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-3noble.20260425.182837_arm64.deb Size: 518420 SHA256: 7a18223b417489925e15f0d45d5ec069baf6420b4a0153d6b0407f90ddd4076f SHA1: 56d315ab7a406be605ec093fd4cf21d8c131749d MD5sum: e5e288fd8c54f9c165aa6dc4b8cd50af 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-3noble.20260425.182837 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Enrico Ferrentino Installed-Size: 956 Depends: ros-rolling-franka-inria-inverse-dynamics-solver (= 6.0.1-3noble.20260425.182837) 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-3noble.20260425.182837_arm64.deb Size: 922214 SHA256: 99b72b0bd47c1c8af89c2a71cf4aa73cff504c6ae4b23bc4750078b5d6fd3e0b SHA1: 7793a394130829854f76b6f90ec4e7aa9cc03aed MD5sum: 755e261d9d5fe6ff53b554ff63cb69a5 Description: debug symbols for ros-rolling-franka-inria-inverse-dynamics-solver Build-Ids: 00e2e483300900c3540649011a822469b20b8259 Package: ros-rolling-fuse Version: 1.3.1-1noble.20260425.224315 Architecture: arm64 Maintainer: Stephen Williams Installed-Size: 46 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse/ros-rolling-fuse_1.3.1-1noble.20260425.224315_arm64.deb Size: 6532 SHA256: 3787ed4fc5529617eee050eaa6b2088a616ef9d2dd68bd8f1496730928ffd47a SHA1: b6dcfa45fc5d51257d35cde9fdf31bf49ba92940 MD5sum: d8862a3b4db913cd617ffd3562a27f39 Description: The fuse metapackage. Package: ros-rolling-fuse-constraints Version: 1.3.1-1noble.20260425.184024 Architecture: arm64 Maintainer: Stephen Williams Installed-Size: 2854 Depends: libboost-serialization1.83.0 (>= 1.83.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-constraints/ros-rolling-fuse-constraints_1.3.1-1noble.20260425.184024_arm64.deb Size: 464428 SHA256: 2b94d6b12f90c0d14b0e8ddad445018c6aa5ae9f21d785c9f4c5bb4c1d9f49cf SHA1: 2e281f8bdba096adf035e456e9606c5d29d7e5d9 MD5sum: dc8ad76c9a74a57836744ba0d6348c83 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.1-1noble.20260425.184024 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Stephen Williams Installed-Size: 24224 Depends: ros-rolling-fuse-constraints (= 1.3.1-1noble.20260425.184024) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-constraints/ros-rolling-fuse-constraints-dbgsym_1.3.1-1noble.20260425.184024_arm64.deb Size: 20147660 SHA256: 43b7bf05c9f5de8b9632f76a29942bfc96ce9cbed2880288634ae618e77481a1 SHA1: 67a1ee025f1273394f86152b4bee2c84e396f403 MD5sum: 214be0db828109e0e60a588c0bea6ea6 Description: debug symbols for ros-rolling-fuse-constraints Build-Ids: 4df655d352c303790d8a9d9fdfc17bcf2ebd8c35 Package: ros-rolling-fuse-core Version: 1.3.1-1noble.20260425.181404 Architecture: arm64 Maintainer: Stephen Williams Installed-Size: 2192 Depends: libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.34), libceres4t64 (>= 2.2.0+dfsg), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-core/ros-rolling-fuse-core_1.3.1-1noble.20260425.181404_arm64.deb Size: 386084 SHA256: 077874a91500c3055bafbca9dd35de0c77c731316baf1c652fd9e59f8558adce SHA1: a8d0a99d74df2e5bdea23790fe2134e24ec71665 MD5sum: 25d89f73c2d3697aa2b5dc229116bb4a 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.1-1noble.20260425.181404 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Stephen Williams Installed-Size: 10236 Depends: ros-rolling-fuse-core (= 1.3.1-1noble.20260425.181404) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-core/ros-rolling-fuse-core-dbgsym_1.3.1-1noble.20260425.181404_arm64.deb Size: 8886700 SHA256: 48e240ff73366beb27205387aef6f6a0a5b6f66c17c3068fa2308299e0a39fff SHA1: 472c1ea1b8d130c9e486d8dbe41acab25ee7de1a MD5sum: 79ea1ffa4732743b9cb66d37eaca0804 Description: debug symbols for ros-rolling-fuse-core Build-Ids: 4e92755fbc8bdb94ac5f1187e828dddbdebca4f9 b9807f84c66334952a53373d316cf5a98080b134 da972d9bd3302f19ec07bc31da23d97bbf74a562 Package: ros-rolling-fuse-doc Version: 1.3.1-1noble.20260425.155643 Architecture: arm64 Maintainer: Stephen Williams Installed-Size: 45 Depends: ros-rolling-ament-cmake-ros, ros-rolling-gtest-vendor, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-doc/ros-rolling-fuse-doc_1.3.1-1noble.20260425.155643_arm64.deb Size: 6386 SHA256: 76b3084ec33bd9e75bbb2b9684cf74e29b776de52ee424c9fad12fd67cab3ace SHA1: ba7fa4b9fdb82befeee01c53285a1cdc2480ec90 MD5sum: f63fcb6cfe2a8e2196f8bf13d78bb03b Description: The fuse_doc package provides documentation and examples for the fuse package. Package: ros-rolling-fuse-graphs Version: 1.3.1-1noble.20260425.182713 Architecture: arm64 Maintainer: Stephen Williams Installed-Size: 548 Depends: libboost-serialization1.83.0 (>= 1.83.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-graphs/ros-rolling-fuse-graphs_1.3.1-1noble.20260425.182713_arm64.deb Size: 104198 SHA256: b4ca7a8ef5f771851167b7ce1ef80277f24e49216ba4debdcf0570adb6851f01 SHA1: db29fefc0ad1999437de855d4a5d5f04f084b942 MD5sum: eb19075da79f080a70a586ca83ad08a8 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.1-1noble.20260425.182713 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Stephen Williams Installed-Size: 1977 Depends: ros-rolling-fuse-graphs (= 1.3.1-1noble.20260425.182713) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-graphs/ros-rolling-fuse-graphs-dbgsym_1.3.1-1noble.20260425.182713_arm64.deb Size: 1475282 SHA256: 6c758636af4b6042384b2ba27b7681867c2e59f88d6ba01f1f464a70fae7f22d SHA1: 3c82f49c09deb65461a370b757840e410e4e1c65 MD5sum: 2c0093fe19c4595c37390a5429815a1f Description: debug symbols for ros-rolling-fuse-graphs Build-Ids: dbfc7889294d8f3bb8817f4ff5a742ebd1f95b11 Package: ros-rolling-fuse-loss Version: 1.3.1-1noble.20260425.182730 Architecture: arm64 Maintainer: Stephen Williams Installed-Size: 1039 Depends: libboost-serialization1.83.0 (>= 1.83.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-10 (>= 10.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-loss/ros-rolling-fuse-loss_1.3.1-1noble.20260425.182730_arm64.deb Size: 172702 SHA256: f01f42051b81a78512e334184c9f67b1e02a6d80a7e8d3e00facf6ea1f1b9499 SHA1: ecd0d55abd25830ceaa125580597e08bcedaaa3d MD5sum: aadeb38bea1652d52fd276c7f696f162 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.1-1noble.20260425.182730 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Stephen Williams Installed-Size: 4439 Depends: ros-rolling-fuse-loss (= 1.3.1-1noble.20260425.182730) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-loss/ros-rolling-fuse-loss-dbgsym_1.3.1-1noble.20260425.182730_arm64.deb Size: 3260198 SHA256: e49e97bad85507f2ba620424fe59e71583dfc8f5a003ef8e60afa5c42622ce48 SHA1: 3677bd1e2d4a6e546cb8b072510e67e5828bd50a MD5sum: 52d633fb8d4583d1b4d8beb1a76d00c0 Description: debug symbols for ros-rolling-fuse-loss Build-Ids: 7eff9604b4e01243593e1f995464f941e60c9f3b Package: ros-rolling-fuse-models Version: 1.3.1-1noble.20260425.221935 Architecture: arm64 Maintainer: Tom Moore Installed-Size: 4358 Depends: libboost-serialization1.83.0 (>= 1.83.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.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-models/ros-rolling-fuse-models_1.3.1-1noble.20260425.221935_arm64.deb Size: 713214 SHA256: 1cd2b2e648c5295b1cfe919b741faa79e7c0d92bcdc06fd86a156d2f1710d97b SHA1: 1561a23d77b0f60a92228cc733e3e9fef5f21d47 MD5sum: f076db25fe1087fe2255d3f0bd0c35cf 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.1-1noble.20260425.221935 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tom Moore Installed-Size: 46180 Depends: ros-rolling-fuse-models (= 1.3.1-1noble.20260425.221935) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-models/ros-rolling-fuse-models-dbgsym_1.3.1-1noble.20260425.221935_arm64.deb Size: 39144282 SHA256: 0e45333ce004e48697f4eba7323f3f0f8e03bd2e2b49fd2cb1329363ce6fb9df SHA1: 1de558f7938b634e5a0652284aeecd2dca1e1766 MD5sum: 8bfc9a592ad5038e696d211ef046c8ab Description: debug symbols for ros-rolling-fuse-models Build-Ids: 1ff984b0d714fd9a623245a935422a3ccac7b013 Package: ros-rolling-fuse-msgs Version: 1.3.1-1noble.20260425.155640 Architecture: arm64 Maintainer: Stephen Williams Installed-Size: 2300 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-msgs/ros-rolling-fuse-msgs_1.3.1-1noble.20260425.155640_arm64.deb Size: 170282 SHA256: 1762d7012c444d5411e9af79dd172ec34eb207dc69c6eba9315dcf57e9106971 SHA1: e7af38cc95821627738dd9eeb82f34bce6274c61 MD5sum: 05ef8c3c3841fcd19aebc3713655651e 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.1-1noble.20260425.155640 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Stephen Williams Installed-Size: 2025 Depends: ros-rolling-fuse-msgs (= 1.3.1-1noble.20260425.155640) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-msgs/ros-rolling-fuse-msgs-dbgsym_1.3.1-1noble.20260425.155640_arm64.deb Size: 1618334 SHA256: ba8e67a90a8ee7056920cf672428dc729cf24c6847abf6546dd0f5989467673b SHA1: 90e747084804774108687dfbdbcdc781b730d934 MD5sum: 7e3fc00807893985886080adcdeb6485 Description: debug symbols for ros-rolling-fuse-msgs Build-Ids: 07e853b9ed341f9375f46d5204b861986cce4ec7 1dfe26e52f3b79518141964d5034964527554f5e 2a6a388345b39326725d7e46c0a9565f9e01ca01 59e8ef504dc86d8912e541f577cf116b7752a6ba 628992ee2784cbdd5708d1ee87d2dfc1d42a64df 63baca3e99217dd4fadea2661c2d3f75b40279b2 7dfb5c0682e6c7824e4e5352c5719aca306f593f 7faeb9b4c72bc360dddeb5d8da9635c1908ec443 82452ca6ae8b2d5bb54e545f9537a94db02510f5 a767824576453a7bc747df93d9e116488ab8c7f5 b4508c40a21afd2ede68f13a4a9df39e5f138ce2 Package: ros-rolling-fuse-optimizers Version: 1.3.1-1noble.20260425.185514 Architecture: arm64 Maintainer: Stephen Williams Installed-Size: 2268 Depends: libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.34), libceres4t64 (>= 2.2.0+dfsg), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-optimizers/ros-rolling-fuse-optimizers_1.3.1-1noble.20260425.185514_arm64.deb Size: 371534 SHA256: 24be680786ef31c6ba3864a969822de9565590d16869189120a3943fff1bd5af SHA1: 87305bdac865e0f3172675f659efa77f906ac9e9 MD5sum: 67d66d6134ce4a56ed1048f663a4f762 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.1-1noble.20260425.185514 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Stephen Williams Installed-Size: 10373 Depends: ros-rolling-fuse-optimizers (= 1.3.1-1noble.20260425.185514) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-optimizers/ros-rolling-fuse-optimizers-dbgsym_1.3.1-1noble.20260425.185514_arm64.deb Size: 7958448 SHA256: 131b77e1f75de359ecb7b48876ab35316b693ba4157676ef8bde503ea1130b78 SHA1: 095d2f1d7d21f44c6f5dba203eaa21fd27c45ebc MD5sum: 0db4ffeb21f581cf35c20eba0265f3dc Description: debug symbols for ros-rolling-fuse-optimizers Build-Ids: 73242c2f423ca0d54deb5e8ea3704add6080f23d 91e92b2ff3d362dfa9f7d92d524aedb9dda2bb4e bc479862d9468e1fa299017238d267edc211c55a Package: ros-rolling-fuse-publishers Version: 1.3.1-1noble.20260425.213428 Architecture: arm64 Maintainer: Stephen Williams Installed-Size: 1195 Depends: libboost-serialization1.83.0 (>= 1.83.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.1), libstdc++6 (>= 13.1), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-publishers/ros-rolling-fuse-publishers_1.3.1-1noble.20260425.213428_arm64.deb Size: 230530 SHA256: 6f32a8fae5a4a17cdc53df1820ff27d2fd110ab29603daea84d36605a343f1df SHA1: 14aa26e0663790ad0678e986b54579ad9b9d2026 MD5sum: e7c0d36e18d7a191e46d01201ef0a6b0 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.1-1noble.20260425.213428 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Stephen Williams Installed-Size: 6349 Depends: ros-rolling-fuse-publishers (= 1.3.1-1noble.20260425.213428) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-publishers/ros-rolling-fuse-publishers-dbgsym_1.3.1-1noble.20260425.213428_arm64.deb Size: 5335634 SHA256: 497690cc6096d2bbc4f7c03acdf1d9f42af87558be1b1c3b4a093e98261ff245 SHA1: 2eb1e335929fb6ff81ca70cb5437af49d67bef7c MD5sum: b9660a3648023a91486a2381e182f9f8 Description: debug symbols for ros-rolling-fuse-publishers Build-Ids: 059ddbb0371adbc06fcf2e394e01f529ccb7788b Package: ros-rolling-fuse-tutorials Version: 1.3.1-1noble.20260426.010922 Architecture: arm64 Maintainer: Stephen Williams Installed-Size: 7359 Depends: libboost-serialization1.83.0 (>= 1.83.0), 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), libstdc++6 (>= 13.1), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-tutorials/ros-rolling-fuse-tutorials_1.3.1-1noble.20260426.010922_arm64.deb Size: 1512934 SHA256: 8459797366afce2e363963df76ab74d603aee4a33a15445fd9d540b60b086899 SHA1: 110ebb26b250af0abc418b510d84ab38726d75e6 MD5sum: 88e7705814d40d97a4f27672f852dc59 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.1-1noble.20260426.010922 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Stephen Williams Installed-Size: 8899 Depends: ros-rolling-fuse-tutorials (= 1.3.1-1noble.20260426.010922) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-tutorials/ros-rolling-fuse-tutorials-dbgsym_1.3.1-1noble.20260426.010922_arm64.deb Size: 7354540 SHA256: c1d5631a9f45a072e1ffec1211961e6e2cea4509cce2441aa2e62f99b9f521d7 SHA1: 0f0b467192accad6ce98f9ffaf085bc5a0842954 MD5sum: 3eb26a7dc5e6522b8154f43ed35a08fc Description: debug symbols for ros-rolling-fuse-tutorials Build-Ids: 8a8cfb5e515cf9167fde748c624f9c17c5c3eeb6 8cabb72d887f48b314b545b3ac4f42709db079a1 Package: ros-rolling-fuse-variables Version: 1.3.1-1noble.20260425.182759 Architecture: arm64 Maintainer: Stephen Williams Installed-Size: 1710 Depends: libboost-serialization1.83.0 (>= 1.83.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-variables/ros-rolling-fuse-variables_1.3.1-1noble.20260425.182759_arm64.deb Size: 242932 SHA256: 7a39993c2a030499327871780177493e02ba99c6413531118ffea274c1d2b86a SHA1: 2b6c4de6441346c92944a14d6c1ced9849b0a42b MD5sum: 6e52bdae58756eb0fffe2f8721bfcfec 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.1-1noble.20260425.182759 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Stephen Williams Installed-Size: 9011 Depends: ros-rolling-fuse-variables (= 1.3.1-1noble.20260425.182759) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-variables/ros-rolling-fuse-variables-dbgsym_1.3.1-1noble.20260425.182759_arm64.deb Size: 6498748 SHA256: 4bc4d40cbad4d1232decfbe1d321885decd42a30614679dd39b3554c4e91673b SHA1: 15b8d5671b077b044be1d2b5fb5b3816140320c4 MD5sum: 57f246cd609ee621c3e75fa089ed4be8 Description: debug symbols for ros-rolling-fuse-variables Build-Ids: b502504a93bfb5e12d6b1ca63333dcda26fdd89c Package: ros-rolling-fuse-viz Version: 1.3.1-1noble.20260425.214737 Architecture: arm64 Maintainer: Enrique Fernandez Installed-Size: 1409 Depends: libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.34), libceres4t64 (>= 2.2.0+dfsg), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.5.0), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-viz/ros-rolling-fuse-viz_1.3.1-1noble.20260425.214737_arm64.deb Size: 283190 SHA256: 53f59f8066c3770630b777330e87ec2b20863b84bcdad402f01c3ff3f983e697 SHA1: 0e62bb3a8f1250adc4f76680c404c49c04b9bb66 MD5sum: 0d7235a8c9b1b0192dc4cd416aceff99 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.1-1noble.20260425.214737 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Enrique Fernandez Installed-Size: 11459 Depends: ros-rolling-fuse-viz (= 1.3.1-1noble.20260425.214737) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-viz/ros-rolling-fuse-viz-dbgsym_1.3.1-1noble.20260425.214737_arm64.deb Size: 9764248 SHA256: 431543ae0bd39e395f30ed83d69458f26a70bcc5e7423e535ee0b43ca5caf809 SHA1: 91e821b7155919f3f373f6a44ab2f452e9defaf8 MD5sum: 538a07546958fe2dae488856216f8498 Description: debug symbols for ros-rolling-fuse-viz Build-Ids: ee66fde621ec96075d4de979a406b371e8c4ec22 Package: ros-rolling-game-controller-spl Version: 5.0.0-2noble.20260425.194059 Architecture: arm64 Maintainer: ijnek Installed-Size: 45 Depends: python3-construct, ros-rolling-game-controller-spl-interfaces, ros-rolling-rclpy, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-game-controller-spl/ros-rolling-game-controller-spl_5.0.0-2noble.20260425.194059_arm64.deb Size: 8014 SHA256: 8bdfe2a19f2e28304a318b469412d5184ccb39c67e3247afca6dc76ede76f6a9 SHA1: 6e59d2f39a16c6ed9b4f06a179673f27cedcb1b6 MD5sum: 94836261b5a92cd3c72effb8c99040ec Description: GameController-Robot communication in RoboCup SPL Package: ros-rolling-game-controller-spl-interfaces Version: 5.0.0-2noble.20260425.124647 Architecture: arm64 Maintainer: ijnek Installed-Size: 2552 Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-game-controller-spl-interfaces/ros-rolling-game-controller-spl-interfaces_5.0.0-2noble.20260425.124647_arm64.deb Size: 123700 SHA256: 6385b18fd04447dfb7a35b9ac66af65dfa99a52385c055ece65b22d864ee818d SHA1: 3c2a7ace27c8076a815d7a21b6a403c6a06f7741 MD5sum: bbb5e405643872e5d8910e25e7c8cf58 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-2noble.20260425.124647 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 1361 Depends: ros-rolling-game-controller-spl-interfaces (= 5.0.0-2noble.20260425.124647) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-game-controller-spl-interfaces/ros-rolling-game-controller-spl-interfaces-dbgsym_5.0.0-2noble.20260425.124647_arm64.deb Size: 999534 SHA256: 7a039335294a6251a4f99295f969f81f739827926baa336e7faec13fececfb1e SHA1: f6d0baf9194501641dbbe3b1f0b80ba13f6151fa MD5sum: f42e2b793530ef180272e36e8a21baf9 Description: debug symbols for ros-rolling-game-controller-spl-interfaces Build-Ids: 0836c3e4e9b5317380da97a83054119cb9c6885d 40fb4a71648efa973232a8729f32cd86ace5424c 53c1748f1261042c1988ce1d83256e47ce031dd3 6b88974fc5bffd2a234356e8bc4a24f2bd550678 7e4cc9c4aab8f48185b7fd3087a98f42a217013f 86d16384eee5bd843da251821b504e26c496df07 9880001e992e28fe2affbbddb998fa8d7872ccc5 ba857cedc63b38bb4d25ba16fb14ee720ce29ebe e476fd4ece0382233a61f88257074a8542099e66 ee6201087416c56cdd867aaa6973bfffa3f3c9bb f3233c3ad4ed1c86001a9cd3221f07548e18e004 Package: ros-rolling-generate-parameter-library Version: 0.8.0-1noble.20260425.193226 Architecture: arm64 Maintainer: bmagyar Installed-Size: 57 Depends: libexpected-dev, libfmt-dev, ros-rolling-generate-parameter-library-py, ros-rolling-parameter-traits, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-rclpy, ros-rolling-rsl, ros-rolling-tcb-span, ros-rolling-tl-expected, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-generate-parameter-library/ros-rolling-generate-parameter-library_0.8.0-1noble.20260425.193226_arm64.deb Size: 9710 SHA256: de78932cf0192ecaf74998bc61ef14d4145fcd7554405c71298ab6539251a6e5 SHA1: 03b18c976741a92f4f4aefe8e3869cd218597858 MD5sum: 4ef85988d37a7a14644d57a25bd6183c Description: CMake to generate ROS parameter library. Package: ros-rolling-generate-parameter-library-py Version: 0.8.0-1noble.20260423.223539 Architecture: arm64 Maintainer: bmagyar Installed-Size: 295 Depends: python3-dev, python3-jinja2, python3-typeguard, python3-yaml, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-generate-parameter-library-py/ros-rolling-generate-parameter-library-py_0.8.0-1noble.20260423.223539_arm64.deb Size: 55774 SHA256: 6455bc1701d400493c10d8dc58cd60c4d6823735e57309c3ef23c34ea2a5e2db SHA1: 627ef52c1fc35b418f4e6f5732558a337ac2756c MD5sum: 755bea29450aaaa28767c434f34f0937 Description: Python to generate ROS parameter library. Package: ros-rolling-geographic-msgs Version: 1.0.6-1noble.20260425.140629 Architecture: arm64 Maintainer: Jack O'Quin Installed-Size: 5013 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.6-1noble.20260425.140629_arm64.deb Size: 322038 SHA256: b38558ecf011a14a6e4b299d2e7d0b56f4bd7555dc19c2ffc8ea47408d33d7c9 SHA1: d3f171730705cab7e7965a4ccf0c2b962a256981 MD5sum: 4879f551957612a0c58c10bf21903d27 Description: ROS messages for Geographic Information Systems. Package: ros-rolling-geographic-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-geographic-msgs Version: 1.0.6-1noble.20260425.140629 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jack O'Quin Installed-Size: 4206 Depends: ros-rolling-geographic-msgs (= 1.0.6-1noble.20260425.140629) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-geographic-msgs/ros-rolling-geographic-msgs-dbgsym_1.0.6-1noble.20260425.140629_arm64.deb Size: 3352034 SHA256: ee5a8bc01d981046ab380f779f850d712674531c0dbaffbc05b10352e6e56d85 SHA1: dba6569cd9084139c42c8cba2b503fcaad824856 MD5sum: 69838ddff47b0e320cc3debf2a54a4c7 Description: debug symbols for ros-rolling-geographic-msgs Build-Ids: 1a88d1a5198e7c15a56b3476c04222ec3ac7c0dd 38d393fb154aeb2e67d1fa7520ed5147a2fb03ef 429cda26cc9aeb7986c3a4c097bcda3d6f86e2d6 5e88d46de8b119e7fa029ef9c470d14d6e8510a4 61d3df5b7c06fc597a656856167ed00e7d777ed1 648ef3efec83ab7c66eda895cd5a389026598f32 6e8a15a608765567ab5f3a77c28313fbf27df4de a658fedf23c32f3645df962d45bf0635dc4060d6 cf900358605d612d1fe1357bfecb28e4bfd37bcc d8e163caa9c6b585add305a7c74d4548fc393b2d e202ab7f8ea0974e0bf2b701a2c7744e37dcbc05 Package: ros-rolling-geometric-shapes Version: 2.3.3-1noble.20260425.171922 Architecture: arm64 Maintainer: Tyler Weaver Installed-Size: 406 Depends: libassimp5 (>= 5.3.1+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, liboctomap-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.3-1noble.20260425.171922_arm64.deb Size: 101538 SHA256: b3a020cd1a090dc2379964ee01ec42ff862d419fa4fafa19b95c8710b2d3fcd5 SHA1: 57b245f5d76837d184b5fb9347950b5f652e5cc1 MD5sum: 79b8ebf2c2a2f22bb573efddb599c6e1 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.3-1noble.20260425.171922 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tyler Weaver Installed-Size: 6148 Depends: ros-rolling-geometric-shapes (= 2.3.3-1noble.20260425.171922) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-geometric-shapes/ros-rolling-geometric-shapes-dbgsym_2.3.3-1noble.20260425.171922_arm64.deb Size: 6124082 SHA256: 0449a112b044848864512cb3dc8bde8bc2eb108ab248c7e56353b0693162b594 SHA1: 81006089cae3cd11c7af2ffaa7b7432ed52a60d8 MD5sum: 80f0e761d0ec2d28e58d1f0e2ff251f5 Description: debug symbols for ros-rolling-geometric-shapes Build-Ids: 8fefe4963733992a02fafc9f4923b2533d4a8d91 Package: ros-rolling-geometry-msgs Version: 5.9.2-1noble.20260425.134349 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 4599 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.9.2-1noble.20260425.134349_arm64.deb Size: 263286 SHA256: c7630c5a581aa788f04a81338286ae04b7e57baa4623f5e4ba3c0ff40023f744 SHA1: bda45f96fd6ea679cf737c819e11f8985249cf07 MD5sum: 92410d14a420a3fa235a54a04b40c01c 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.9.2-1noble.20260425.134349 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tully Foote Installed-Size: 3621 Depends: ros-rolling-geometry-msgs (= 5.9.2-1noble.20260425.134349) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-geometry-msgs/ros-rolling-geometry-msgs-dbgsym_5.9.2-1noble.20260425.134349_arm64.deb Size: 2762626 SHA256: 7c352a784134ddb8b20e8e306424bb411a222f7f1717bd933765852cb00e7438 SHA1: 6d7618edc1b2f8007b08b77ab796bfc681abd9e7 MD5sum: ba136cc2bad0c211b3c76e519db44f28 Description: debug symbols for ros-rolling-geometry-msgs Build-Ids: 1a7150821d4bc16eabfaa86d115223e4edb2ea2a 23a62045e3beb7f748da1c14c474894fece06918 54a718fe61ba978bb874a1a6603ed0d5a46f6d42 78d6e4dd15a7583cb30847df5a4497651cfb114a 8f9172c5bafc7fee59669d043574196ba8ba64a1 90c7472e0639c6aabcbdc4324e4f8bc25817d4af 91a4c2d65c10839455a789b3248376dfcfdb76f4 a311a3f31a1f4d51c762852f8efe3f40fd9c1222 a6e84f7e42753e8011d626a53f9897f27c906f37 dd0e7af78dd554ef836f665722252c15b74c07f6 de1791b553c17356bee5ba81c956d9184a5561eb Package: ros-rolling-geometry-tutorials Version: 0.7.0-1noble.20260425.085550 Architecture: arm64 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-1noble.20260425.085550_arm64.deb Size: 5786 SHA256: 51abf27ef5c71ce519c847b63cafb9850b5fd174f24512dec01fd8dd035fbd71 SHA1: 5051fbc6e67da1c5a0385420a54778e1e14ef183 MD5sum: 150108d4eb818862fa9085920ff0651c Description: Metapackage of geometry tutorials ROS. Package: ros-rolling-geometry2 Version: 0.45.7-1noble.20260425.223450 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 46 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.45.7-1noble.20260425.223450_arm64.deb Size: 6822 SHA256: 00a44a9582b99d1425092b3a9170d02628335425280e570f18c547436aeeaafb SHA1: 40496ba141dad8362d99ad74487caabe410f6f8f MD5sum: 5c220ea8948c5ed88a981f4b0438a8af Description: A metapackage to bring in the default packages second generation Transform Library in ros, tf2. Package: ros-rolling-gmock-vendor Version: 1.16.1-1noble.20260423.230332 Architecture: arm64 Maintainer: Scott K Logan Installed-Size: 614 Depends: ros-rolling-gtest-vendor, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gmock-vendor/ros-rolling-gmock-vendor_1.16.1-1noble.20260423.230332_arm64.deb Size: 101876 SHA256: 855950a11fcc666cc6f5ce38ecbc24eb95ffa30f15886efde94350e8fc1be5df SHA1: 8267ffe9018632d2a6f246bec88e6f76a72dde55 MD5sum: 7b80af91496b02647f7129f9db60150a Description: The package provides GoogleMock. Package: ros-rolling-google-benchmark-vendor Version: 0.7.0-1noble.20260423.223609 Architecture: arm64 Maintainer: Scott K Logan Installed-Size: 676 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), 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.7.0-1noble.20260423.223609_arm64.deb Size: 198330 SHA256: ec4d4d60b57314593c23d6a1e28558cb99f060eeefea70065d501a2e82a53c66 SHA1: 53673834361474984f3d9c704fd293bc2f186039 MD5sum: 1bac9a6612b60ad3307db5f3ace93290 Description: This package provides Google Benchmark. Package: ros-rolling-google-benchmark-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-google-benchmark-vendor Version: 0.7.0-1noble.20260423.223609 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Scott K Logan Installed-Size: 2166 Depends: ros-rolling-google-benchmark-vendor (= 0.7.0-1noble.20260423.223609) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-google-benchmark-vendor/ros-rolling-google-benchmark-vendor-dbgsym_0.7.0-1noble.20260423.223609_arm64.deb Size: 2022376 SHA256: b53d6326086d423369a70436b9008db23db8cbdae1a06e61a2b9f6cf7f670718 SHA1: 71f7c5d322045957ca12d2bae65c5bd92b0f7a62 MD5sum: 3e20a5440a4985cd4cc742c2453ee383 Description: debug symbols for ros-rolling-google-benchmark-vendor Build-Ids: 575d43817d94f0d87414d7acbffec65c9a1ac2c8 8f659e229b7505078e8dbcc02c262aae189800c3 Package: ros-rolling-gpio-controllers Version: 6.6.0-1noble.20260425.232911 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 668 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.6.0-1noble.20260425.232911_arm64.deb Size: 152486 SHA256: c45b28464028a44248bf3cfc45753fa374398489c78ac4c3d94f9e2add12f873 SHA1: e800644f1b79bd6f45e51026af229253cee45610 MD5sum: 3a9688cf15f7c5ef8001054f6480d97f Description: Controllers to interact with gpios. Package: ros-rolling-gpio-controllers-dbgsym Package-Type: ddeb Source: ros-rolling-gpio-controllers Version: 6.6.0-1noble.20260425.232911 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 2953 Depends: ros-rolling-gpio-controllers (= 6.6.0-1noble.20260425.232911) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gpio-controllers/ros-rolling-gpio-controllers-dbgsym_6.6.0-1noble.20260425.232911_arm64.deb Size: 2556654 SHA256: 0e9460a400a2dbae07bbcfc3e4752beeab27a47eacb1ab60789f7bfa7a0a941e SHA1: f53480800ffef91509108072beff12124c6b4a0e MD5sum: b1c953a9350c47b1db1886a81cdcb291 Description: debug symbols for ros-rolling-gpio-controllers Build-Ids: bcb9c014abd676c6e64b20448aa33f9b14f4a10c Package: ros-rolling-gps-msgs Version: 2.1.2-1noble.20260425.134409 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 1383 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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_2.1.2-1noble.20260425.134409_arm64.deb Size: 86500 SHA256: b18786c7956a2072ea46b30cd4b47a2962ccbefa560a3825f88d557c0eeafdc3 SHA1: dae787cd87b133406cd788508b94d7a9bc41a61d MD5sum: 1912477201e6b6a774dc2623f140dd1d Description: GPS messages for use in GPS drivers Package: ros-rolling-gps-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-gps-msgs Version: 2.1.2-1noble.20260425.134409 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 560 Depends: ros-rolling-gps-msgs (= 2.1.2-1noble.20260425.134409) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gps-msgs/ros-rolling-gps-msgs-dbgsym_2.1.2-1noble.20260425.134409_arm64.deb Size: 415342 SHA256: b3dd83ad631f9b22b1229b9ce9e556a92f1cf0a3e9da72e80c690cfbabe9a679 SHA1: 6c1590816156cb139502fb090ef6b14844341876 MD5sum: 4d6bd5242d9961771e91ae17d6a029c4 Description: debug symbols for ros-rolling-gps-msgs Build-Ids: 1842ebfb943b146ca4376c7b7a30b35ff6a4c136 419b7efdaa0496e72d8fc82c8e267e6f081ae64f 46631b9cd23ed59ee9d75473bde5eb0ff89648ba 5a77f5e0e682b28d9035b5c79b1a1d828baf5271 a2feebf16f9d7bd2c0ceeb5b6fed0890eddc293b b22f0ed87e9e8fc907084673b5d87b59c56d83de c0811119dde8086377f6b849087fd2b873737fec cc911a81e052b2ac29ce451f400291ef5717984d d52fce01c9cf0769418fd18079b0678120892b96 daf7cfcfe12b89a6b3f48d5d08fc0a5d80ff839d e67af5f4064f7e27d275a31792c258dd5f199a52 Package: ros-rolling-gps-sensor-broadcaster Version: 6.6.0-1noble.20260425.233117 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 283 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+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.6.0-1noble.20260425.233117_arm64.deb Size: 80172 SHA256: 7dae292aa0e4f4926447164e06a99f1b017cb9ce06b7bd61c38724e7caead10a SHA1: 86fda3138bc6a387be43c1e534bf04953e99a33b MD5sum: 17ed3b7ea868aeb33ab003176dc06c54 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.6.0-1noble.20260425.233117 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 1196 Depends: ros-rolling-gps-sensor-broadcaster (= 6.6.0-1noble.20260425.233117) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gps-sensor-broadcaster/ros-rolling-gps-sensor-broadcaster-dbgsym_6.6.0-1noble.20260425.233117_arm64.deb Size: 1086842 SHA256: 0c2a0baed11b6401d487c9261ba3121c9f64efb94c80f484be7dc79f03f17899 SHA1: 19e8c31d1d40db733eec147c69a9145a750670eb MD5sum: 1dbbaa37f3ca116a224c566b45fd985a Description: debug symbols for ros-rolling-gps-sensor-broadcaster Build-Ids: bd54dcd353c8d48df02bd4efb3649137a9ecf247 Package: ros-rolling-gps-tools Version: 2.1.2-1noble.20260425.181535 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 1125 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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_2.1.2-1noble.20260425.181535_arm64.deb Size: 172654 SHA256: f2e036b83e93ad6e2fa982c8f5d5fbcae6019e8caa5f9ee6aa5435d23ec08ed2 SHA1: 179d7dd129dafc992c6aebd6eb263eb91fc53a96 MD5sum: e716038f4df6933b7f1d7e4c7989e3d5 Description: GPS routines for use in GPS drivers Package: ros-rolling-gps-tools-dbgsym Package-Type: ddeb Source: ros-rolling-gps-tools Version: 2.1.2-1noble.20260425.181535 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 4823 Depends: ros-rolling-gps-tools (= 2.1.2-1noble.20260425.181535) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gps-tools/ros-rolling-gps-tools-dbgsym_2.1.2-1noble.20260425.181535_arm64.deb Size: 4067484 SHA256: 3b76c412a81f8470a0667c7c9cc2e58ffdba7a4d626dc94d1c4678b5277d379a SHA1: a10cab0a973a8d14b3217a0004762dd0e8da05df MD5sum: 1583531d29ea9c1d66c27739ce9faf8e Description: debug symbols for ros-rolling-gps-tools Build-Ids: 18c3340c1bd15a4de1b4446e3a774405b7e6d896 e2d60e0fc8499b66a49bcaab0215faf689479c62 Package: ros-rolling-gps-umd Version: 2.1.2-1noble.20260425.182428 Architecture: arm64 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_2.1.2-1noble.20260425.182428_arm64.deb Size: 5842 SHA256: dec64be9b5c97a2d9cb58e63f9587eb19abf200670971b016eba1684c20aa161 SHA1: 37477b0e79568978c84181dccd8ac6bf08278cc5 MD5sum: 92f2b144b5f35d249ea81427a42d28b9 Description: gps_umd metapackage Package: ros-rolling-gpsd-client Version: 2.1.2-1noble.20260425.181620 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 324 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgps30t64 (>= 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_2.1.2-1noble.20260425.181620_arm64.deb Size: 72046 SHA256: b0543d66059340cdb73d398af26161a35645d620ba8c34ec38a14083d677d503 SHA1: 4fc84c74d716038a4ce8fb59b718310385b463ee MD5sum: 1f0ef3b9cbb33b481e58c429b7fb3ee5 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: 2.1.2-1noble.20260425.181620 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 1225 Depends: ros-rolling-gpsd-client (= 2.1.2-1noble.20260425.181620) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gpsd-client/ros-rolling-gpsd-client-dbgsym_2.1.2-1noble.20260425.181620_arm64.deb Size: 1090750 SHA256: 03e86eb8c3d4e1fdb8528b2371cb205828f639499d35daee00769b7865321d09 SHA1: 68a421cd434675d3527cdc9742987d1fff00e890 MD5sum: cd5558423a93104ddac09161a9edfa43 Description: debug symbols for ros-rolling-gpsd-client Build-Ids: 72056ce8a29f71bb9054cccf324e694c36f360fd Package: ros-rolling-graph-msgs Version: 0.2.0-5noble.20260425.140646 Architecture: arm64 Maintainer: Dave Coleman Installed-Size: 1131 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.0-5noble.20260425.140646_arm64.deb Size: 66848 SHA256: 98d2ede5dfd30f65b39ab034cd3657830a1e1559d3d2c1ad7c3eba756224bbac SHA1: 625dcedbe44f5d448ca6487ce9d70e1fe9b74737 MD5sum: 2a4992327335e4766b62e73f8f014a0a 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.0-5noble.20260425.140646 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Dave Coleman Installed-Size: 533 Depends: ros-rolling-graph-msgs (= 0.2.0-5noble.20260425.140646) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-graph-msgs/ros-rolling-graph-msgs-dbgsym_0.2.0-5noble.20260425.140646_arm64.deb Size: 396024 SHA256: fec62eec690f8a7caa28e22c748a26d607fa140ea216d5124a68442175325a1a SHA1: 064765f461a4dee7a09cb4a20434e5713c2e2a13 MD5sum: e13b37ed408d6acfcca5c8476ee43958 Description: debug symbols for ros-rolling-graph-msgs Build-Ids: 1623853a9ded984e9e234486b3c582df95da596d 3380abc05e061e8f1ddae57d5019099c8019bb86 4cdc2ae8279cc7d01d7d23aad2a9a1110be999b5 618638e62180565dcc686eda1b9647f9e6729b31 91f83b968050209fb1b66289b30696a744f59117 a48732bf55277920b62a3fd481081ee51453c416 af5797a0b751f0edf34ea5eb708b27d5722c7146 e31b6ea1b48f9267927a3a61a87428685dca59d7 eb41badffe48766119353113b4d0016d38d90c6b f1608b385843a2394e5540397561329cc083c55b f8517223b64ba249f05a648c28e2bc64f000bb49 Package: ros-rolling-grasping-msgs Version: 0.5.0-1noble.20260425.151215 Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 4376 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-1noble.20260425.151215_arm64.deb Size: 285578 SHA256: eb491f2da0e9ba577e4aa2063b1d633a3a5e3ab76da2cac383f72f57de11269d SHA1: 087eea3c89ba3dec28786aaca116a0cc1dca29a7 MD5sum: 5aa95a81cd0634f145f66c293e6f4cfb 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-1noble.20260425.151215 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 3370 Depends: ros-rolling-grasping-msgs (= 0.5.0-1noble.20260425.151215) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-grasping-msgs/ros-rolling-grasping-msgs-dbgsym_0.5.0-1noble.20260425.151215_arm64.deb Size: 2657270 SHA256: 38ac5e4f5c0edbd320d834435c5115ae26d85e2d68eb11f56f5448eaa2c5fbab SHA1: 8a3d8bef34b21fe36b02942c5614cc82b23c6a19 MD5sum: dc03616ebf7df128f38773247a763277 Description: debug symbols for ros-rolling-grasping-msgs Build-Ids: 05ddcb49ffe1174e2efaecf2b99d1d233f19d282 14fb9a412adae93a3780a33abb6a3352ebfdca37 2dcc0c4e20086152b7fd50bc78de546f15a38cc3 302ecfe9d689934b3f1071d57c8b72553dcd9ab2 42a02ec8b8064364036ac91d33671d5c72540988 5598d027375bcbe5414b0b3f70fe1aa6af21c7bb 81005941eeef990ea27934f82f0730ebd1681e13 c2a4009f6922cadbb8b2d7e9ac23f8caeec375da cc8db50802e7a3470e820a20ba2ee29bf7b95576 d6b0e3d54405300bcc57c34949b58e6031f74120 dcdee3a8e5f2fc9210a418380ed102a243cc72b0 Package: ros-rolling-grbl-msgs Version: 0.0.2-8noble.20260425.132743 Architecture: arm64 Maintainer: Evan Flynn Installed-Size: 3597 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-action-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-grbl-msgs/ros-rolling-grbl-msgs_0.0.2-8noble.20260425.132743_arm64.deb Size: 213908 SHA256: 7b9a375e54211aa5df3bd4ee88f7f90a121d2cb1f62a311ad52ef858af6023ea SHA1: c6003e3783563beb451711b1383ba7275fe99e46 MD5sum: 0724f728ca83b6b557dd9fdfc0a2ac1f 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-8noble.20260425.132743 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Evan Flynn Installed-Size: 1938 Depends: ros-rolling-grbl-msgs (= 0.0.2-8noble.20260425.132743) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-grbl-msgs/ros-rolling-grbl-msgs-dbgsym_0.0.2-8noble.20260425.132743_arm64.deb Size: 1344218 SHA256: d5a064f4719a1a7cb0d596d677d5b555b176d2227cba47d9cb514bf1c1a78f96 SHA1: 6df3bf204aaff9f8be3842aea565962d8050b90f MD5sum: 580630cbd0a1c50f7966456b2ee3b0eb Description: debug symbols for ros-rolling-grbl-msgs Build-Ids: 00f642bae93b08b0d4deb0b957da0d6f0e8bc6ba 18d7796ef8609de13ffc6fe97ea003aed2aaf660 2163d9cf113e066d1e9ee6b4a1693f84626d7227 2434416702f436b9cc62447a493c3be97b958c10 2f3b8019d2c677a50d8cd03b1395d700c3b2a6db 4862c601f6b03949bb81b80b4fee14e4fb38723f 534665efa53fb48e45419b981788a5e61dc28b48 66e07eaaa468008c50d72e8d856ca80a41b54ae1 7bf82784bf8b701b43d5e6b1a794dfe05368f2cd 988c0d77f12de00892239c465ee0de4eb2d2a7b7 e196421752f0ca252754a8905fd88fc2097da8bb Package: ros-rolling-grbl-ros Version: 0.0.16-6noble.20260425.201025 Architecture: arm64 Maintainer: Evan Flynn Installed-Size: 127 Depends: ros-rolling-grbl-msgs, ros-rolling-rclpy, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-grbl-ros/ros-rolling-grbl-ros_0.0.16-6noble.20260425.201025_arm64.deb Size: 26006 SHA256: 516dc0becc0ddd627f1ba790f9c7d070c39d7545fd5568f52a3ddadf2d2a09cb SHA1: 829f9af9f59c46f03099d8283c641135139a178e MD5sum: 15b4dcc33664af9be5da760447ed39fc Description: ROS2 package to interface with a GRBL serial device Package: ros-rolling-greenwave-monitor Version: 1.0.0-2noble.20260425.195051 Architecture: arm64 Maintainer: Sean Gillen Installed-Size: 2052 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-greenwave-monitor/ros-rolling-greenwave-monitor_1.0.0-2noble.20260425.195051_arm64.deb Size: 332886 SHA256: ae7dfdb34236e4dd760912b89177170022dbf1c85dce8ba881b6480f344e3460 SHA1: e4fa55445fd865c4b159e09923ff3aba60cfe781 MD5sum: f3207b661ace81a0dac8e3a76d1c442f 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-2noble.20260425.195051 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Sean Gillen Installed-Size: 9251 Depends: ros-rolling-greenwave-monitor (= 1.0.0-2noble.20260425.195051) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-greenwave-monitor/ros-rolling-greenwave-monitor-dbgsym_1.0.0-2noble.20260425.195051_arm64.deb Size: 7842016 SHA256: cbd05afc900318a98e46fe34b7395026e574333234aa053d57b2efc7c3c0588d SHA1: 30e0e53c055b198b0a6e39789e06d911d4af8611 MD5sum: 3bfb70f2096f46f13181e5a980ffdd17 Description: debug symbols for ros-rolling-greenwave-monitor Build-Ids: 43fe3e63eb8e39a7791e0afa0360c77060af3761 ab12f59195c68773b05e5f974d2a3edb31c74b87 ffe45233501b6295805f0f31b2858f7bf79421bb Package: ros-rolling-greenwave-monitor-interfaces Version: 1.0.0-2noble.20260425.124842 Architecture: arm64 Maintainer: Sean Gillen Installed-Size: 1584 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-greenwave-monitor-interfaces/ros-rolling-greenwave-monitor-interfaces_1.0.0-2noble.20260425.124842_arm64.deb Size: 102152 SHA256: ca5073f4a58943db8fdd17a3016ab6e76329b071f374361a50a7774da01cdea4 SHA1: 3053767cfcdf40c393323032d8ad5b12b6bf0d33 MD5sum: 833240118679b0e21172af85bd3403bb 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-2noble.20260425.124842 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Sean Gillen Installed-Size: 913 Depends: ros-rolling-greenwave-monitor-interfaces (= 1.0.0-2noble.20260425.124842) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-greenwave-monitor-interfaces/ros-rolling-greenwave-monitor-interfaces-dbgsym_1.0.0-2noble.20260425.124842_arm64.deb Size: 664758 SHA256: c9cf0c0cf587dd05936a56dbfb1b749354c8dd4cb501f2b0a546adc4ee72836c SHA1: 5d0d90a7d2d46f22cb25b6235da1d6df74f7d2a2 MD5sum: 62f3e1645c1dbca920b750a1e9e868a9 Description: debug symbols for ros-rolling-greenwave-monitor-interfaces Build-Ids: 11f921351ba266fd497b2914c4b3c11d56fa6aea 291df9960fbf0c39a13d0b49330955e41bf8accd 414fb9ec6486bead375104ca75f021fe20e0c940 4f3ff79ab3afb4657be2e87bd8ddc9da8b9ac2c4 59a2fb449999c5f8f39c8589791b216aa101d579 78b69ed4016816f0bf3b4270d8773027cf2d5c54 a00a7f6051e9f23a8287ed7f50244554b967a5c5 b7b670e5820078f62f68446b4952baa0f445866e da780d3de7e62ed9b63c46f09e959c6079828b17 ed76022dc3388d8bb86cf6ca4512f2782cb0fb5f ffba30a6db3f0c70bee02b9da84e8ea444e61449 Package: ros-rolling-gscam Version: 2.0.4-1noble.20260425.192340 Architecture: arm64 Maintainer: Jonathan Bohren Installed-Size: 542 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libglib2.0-0t64 (>= 2.16.0), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.0.0), libstdc++6 (>= 13.1), gstreamer1.0-plugins-good, libgstreamer-plugins-base1.0-dev, libgstreamer-plugins-good1.0-0, libgstreamer1.0-dev, ros-rolling-camera-calibration-parsers, ros-rolling-camera-info-manager, ros-rolling-class-loader, ros-rolling-image-transport, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gscam/ros-rolling-gscam_2.0.4-1noble.20260425.192340_arm64.deb Size: 131040 SHA256: 30e7e74a2c1952b547e6081ee29d8c6d923cc134e4dfc9794575aad71acb2362 SHA1: 3ce7debc6c2f630841bab1e80fa9fa0f74ccbc4a MD5sum: a31b515fc8e36a3158c01ffaced497ab Description: A ROS camera driver that uses gstreamer to connect to devices such as webcams. Package: ros-rolling-gscam-dbgsym Package-Type: ddeb Source: ros-rolling-gscam Version: 2.0.4-1noble.20260425.192340 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jonathan Bohren Installed-Size: 2194 Depends: ros-rolling-gscam (= 2.0.4-1noble.20260425.192340) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gscam/ros-rolling-gscam-dbgsym_2.0.4-1noble.20260425.192340_arm64.deb Size: 1989474 SHA256: 3305702b54fc982d8bda30117a9d64efdbc57be4df06f3048aeab339e88a7e0e SHA1: 59430fcff31f5308e17baa64260d3dbc70dbc2ec MD5sum: 7c8faac5e047eea96f8575ebf4985e38 Description: debug symbols for ros-rolling-gscam Build-Ids: 9a0aa3bc16a2c440a3796240c895110fd4e1b22d d8905fdd6a602f2834e594d517e71b427a2154a8 Package: ros-rolling-gstreamer-ros-babel-fish Version: 1.26.40-1noble.20260425.171939 Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 2391 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libglib2.0-0t64 (>= 2.79.0), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.14.0), libstdc++6 (>= 13.1), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gstreamer-ros-babel-fish/ros-rolling-gstreamer-ros-babel-fish_1.26.40-1noble.20260425.171939_arm64.deb Size: 390924 SHA256: 3ee181241a32fa5ef3085639015e4b9b6465bd52832730576ff46def1e4c1b21 SHA1: 770eb0b859ff27cc403f7d8193b2455902b4e664 MD5sum: 791db6e66958ef590a44433b41ab7a07 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-1noble.20260425.171939 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 11288 Depends: ros-rolling-gstreamer-ros-babel-fish (= 1.26.40-1noble.20260425.171939) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gstreamer-ros-babel-fish/ros-rolling-gstreamer-ros-babel-fish-dbgsym_1.26.40-1noble.20260425.171939_arm64.deb Size: 9713732 SHA256: 8fa25b6015d4c07ca047a62288b50ef7ac4f8a6afd362e04cbcb1e27fcd5ac40 SHA1: 2a122fb7db5b534d5357acea5aa0884798b8464b MD5sum: ac2d9454ae18ca3a5df014df7de4cb30 Description: debug symbols for ros-rolling-gstreamer-ros-babel-fish Build-Ids: 6ae830b439db9f1bf3615517ac69db249ee3b9ca afc0b91d736e2fc164fe887a1d502e7a1ea697fc b9dd2a64ede0f23a4c67b9dbd3c751e1c8acf4d9 f4eb504a2bfb6c4834d2bb686bf28d258310da0c Package: ros-rolling-gtest-vendor Version: 1.16.1-1noble.20260423.224129 Architecture: arm64 Maintainer: Scott K Logan Installed-Size: 1008 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gtest-vendor/ros-rolling-gtest-vendor_1.16.1-1noble.20260423.224129_arm64.deb Size: 183022 SHA256: d04bf1b1cf0b7b21248f29cc499134143d54bf5844b1740e0ade8ba69ccf5a84 SHA1: cd43b606c709df558383e7348054efce6eb440fc MD5sum: 2e95366f0120af08024cd1a3595c6a43 Description: The package provides GoogleTest. Package: ros-rolling-gurumdds-cmake-module Version: 6.0.1-2noble.20260425.085708 Architecture: arm64 Maintainer: Donghyeon Lee Installed-Size: 54 Depends: ros-rolling-ament-cmake, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gurumdds-cmake-module/ros-rolling-gurumdds-cmake-module_6.0.1-2noble.20260425.085708_arm64.deb Size: 8228 SHA256: f199b7397b24d76f814062d270749cb45b0d5f7dd4cdfa26ee188e2177d57142 SHA1: 4357ad961c00169020a572cc1890b28318f9e7ab MD5sum: 659f8ae6e4d1339df15ac147d6621377 Description: Provide CMake module to find GurumNetworks GurumDDS. Package: ros-rolling-gz-cmake-vendor Version: 0.4.4-1noble.20260425.082431 Architecture: arm64 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.4.4-1noble.20260425.082431_arm64.deb Size: 196138 SHA256: c82878247de79c2b72df2960dc96722a82fcf35eed6212e0cc7bddcecdffbfe1 SHA1: 2a32bab49d123b38087dbcdd8671324b288c4986 MD5sum: f253e577391fce3b4f347c8661278f10 Description: Vendor package for: gz-cmake 5.1.0 Gazebo CMake : CMake Modules for Gazebo Projects Package: ros-rolling-gz-common-vendor Version: 0.3.5-1noble.20260425.104316 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 2501 Depends: libassimp5 (>= 5.3.1+ds), libavcodec60 (>= 7:6.0), libavdevice60 (>= 7:6.0), libavformat60 (>= 7:6.0), libavutil58 (>= 7:6.0), libc6 (>= 2.38), libfreeimage3 (>= 3.18.0+ds2), libgcc-s1 (>= 3.3.1), libgdal34t64 (>= 3.6.0), libspdlog1.12-fmt9, libstdc++6 (>= 13.1), libswscale7 (>= 7:6.0), libtinyxml2-10 (>= 10.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, libfreeimage-dev, libgdal-dev, libpostproc-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.3.5-1noble.20260425.104316_arm64.deb Size: 613828 SHA256: 3a3273182cd96cc5621814a5b4f56caafb2471bd283b65b0f988c3eb9b78f3f7 SHA1: 1bae24fef9391312fba58681652287ac3fba7a90 MD5sum: a494f9c049d1949fcbd6fe928154f9dd Description: Vendor package for: gz-common 7.1.1 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.3.5-1noble.20260425.104316 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 8162 Depends: ros-rolling-gz-common-vendor (= 0.3.5-1noble.20260425.104316) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-common-vendor/ros-rolling-gz-common-vendor-dbgsym_0.3.5-1noble.20260425.104316_arm64.deb Size: 7608212 SHA256: 7c54336dc71cef5fbabf569a82449d0af681016803bd7ad3362b08da9fde9c9b SHA1: 91093c5abcea180f647ea9b43af172f51fad1f87 MD5sum: b15223956564722afc0f7780ab1526e2 Description: debug symbols for ros-rolling-gz-common-vendor Build-Ids: 1b896020c173675c9feb684c034be329fff6877b 21a23d5ce8d48ac35bd7641d0cb942c4dbff08f4 225dd358142fa35a3f3307e38a4a2514dc9d8902 4770b70ab2fccec9462ca6ce52e02b370795c85d 59cf3616dafd368114581e15cf497a9ea2b98273 5a0cd8564f9c6347e740f60fa575f8febf178174 8d9bf65e152ac2760c90a55747e6e940ea77c328 a7369c42f712062633da62d4aa73e38386c0e316 Package: ros-rolling-gz-dartsim-vendor Version: 0.1.3-1noble.20260425.085835 Architecture: arm64 Maintainer: Addisu Taddese Installed-Size: 45349 Depends: libassimp5 (>= 5.3.1+ds), libbullet3.24t64 (>= 3.24+dfsg), libc6 (>= 2.38), libfcl0.7 (>= 0.7.0), libgcc-s1 (>= 4.5), liboctomap1.9t64 (>= 1.9.7+dfsg), libode8t64 (>= 2:0.16.2), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), liburdfdom-model4.0 (>= 4.0.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-1noble.20260425.085835_arm64.deb Size: 12325770 SHA256: f1bc211773e9993a8f8fec2e37e2359b885cb1fb9da2bcb58394e714afc98fee SHA1: 592b17d4ccfe18e6edd3b65d8958e1b1ddbc3eda MD5sum: 587dc491a9642803af7b84ba6d42d7ea 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-1noble.20260425.085835 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Taddese Installed-Size: 101156 Depends: ros-rolling-gz-dartsim-vendor (= 0.1.3-1noble.20260425.085835) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-dartsim-vendor/ros-rolling-gz-dartsim-vendor-dbgsym_0.1.3-1noble.20260425.085835_arm64.deb Size: 98394566 SHA256: 676a2b7e112dc9b60e64ad036bfa8e3d8da8dc8a051a8182c29f9a127256adf3 SHA1: 5e075f7dc55d8c4f80d778e85c0409db1a654ae8 MD5sum: 500eabea9dd63b4f4b45807ad69c5aa2 Description: debug symbols for ros-rolling-gz-dartsim-vendor Build-Ids: 08517cb72bc90dae75caf17f130ea2a77d031078 22a41b205e627e833ebebacfb635bcda309bdf50 540cdfdcb1c3274e5a47cda956c128025a9b0a40 5b96840aa486cd2ebbb0c9f76b1f19728e39dd64 9550515fa9d8cb53567daa3bc954d78425d1bace b21ba04ca18e12b436aecd81a1798fa675c22a16 c787c9678b20f4636e27682621d51cd261b08c5a Package: ros-rolling-gz-fuel-tools-vendor Version: 0.3.1-1noble.20260425.111917 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 760 Depends: libc6 (>= 2.38), libcurl4t64 (>= 7.56.1), libgcc-s1 (>= 3.3.1), libjsoncpp25 (>= 1.9.5), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-0-2, libzip4t64 (>= 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.3.1-1noble.20260425.111917_arm64.deb Size: 213694 SHA256: 3faf35a0edafd91f2fd966857ef4eb7916134df3228eceb052e97fb4e08aba56 SHA1: 5e0c58601c9d6f710f2bd81bd23a7d1d196e8597 MD5sum: 603579b23aa1f15e3495b3846e6e6647 Description: Vendor package for: gz-fuel_tools 11.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.3.1-1noble.20260425.111917 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 3500 Depends: ros-rolling-gz-fuel-tools-vendor (= 0.3.1-1noble.20260425.111917) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-fuel-tools-vendor/ros-rolling-gz-fuel-tools-vendor-dbgsym_0.3.1-1noble.20260425.111917_arm64.deb Size: 3270440 SHA256: ad6546f78273b5a79fe3a78036c332838643ec29c5e296acb18142246952e3d8 SHA1: 937930e248a447cd58d70b39e61ba5adeab6d6df MD5sum: 118b5e65d3ac997b184afe73b92cce1d Description: debug symbols for ros-rolling-gz-fuel-tools-vendor Build-Ids: 40fc86baa64a3071ea9baddeebdda14a35300683 Package: ros-rolling-gz-gui-vendor Version: 0.3.1-1noble.20260425.122910 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 3404 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libqt6core6t64 (>= 6.4.0), libqt6gui6t64 (>= 6.1.2), libqt6qml6 (>= 6.2.0), libqt6quick6 (>= 6.2.0), libqt6widgets6t64 (>= 6.1.2), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.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.3.1-1noble.20260425.122910_arm64.deb Size: 633518 SHA256: cbe7ecc8c33c7f23c016abdc6d417591d9abeaec420e2f18bf0ce9b82876a0d8 SHA1: 03f558dd74619433c1b7966b997251d88b712d72 MD5sum: 67e9ce322d29f9443d1c670d0e393bd9 Description: Vendor package for: gz-gui 10.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.3.1-1noble.20260425.122910 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 25919 Depends: ros-rolling-gz-gui-vendor (= 0.3.1-1noble.20260425.122910) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-gui-vendor/ros-rolling-gz-gui-vendor-dbgsym_0.3.1-1noble.20260425.122910_arm64.deb Size: 24874300 SHA256: 5f354695780b59c51ef5e50eb16ac4f06738855b59a35cbbf9c5e5d9ddf93b95 SHA1: 28745f4866dcc4e4c7622a011f9a0ad52fdda6b6 MD5sum: 15ddacf98ad1645560f1531a5263c2b9 Description: debug symbols for ros-rolling-gz-gui-vendor Build-Ids: 06d0faec760bed1ad39627834001232d31f1f2ce 1004a6b7d69b8ae565fdf86271f33299c38c9b3e 12245a622fab33d7a2e4bf2408ee273565979bf2 236975727f17a91eda151b7c199eb0ac49a24817 2acb8b7816db2740b277c65beecdeef647fa05c0 2d353732f11d7c61d331927f425f973d9b9c7812 34224b8b60ab4c269f92228e118cdbe1441e7427 38b07ff44276a2e6a15471304508de77bd64c80e 6214b3898923a903b78d7dc9364f4acb48eeb0dc 6cdaaabb32583b3c2c310795b00b90034d53890a 7b0133d22e1f7e40a4769b686e8374ba32956611 90d922744f4f41e12c9f195850179441e14a43b8 97b8fd7ade4544ce0ff0ba41175c592d9082e10d 9e96d97d3f2e871f186dadd4138c761545fc13ca b7f88d2df7484ac3e456b39096f8bd30a2a42e0f b8bf3073d4d9030a64eb34931e25c69514ab1d11 b9ce8822d716864c8501d485bda9646482498754 c19eec90491089455eaf37cf8668f467ecbbc77a c619e7aafcaa0e9aec2a4593af8c2531c6deb364 ca95cad8db20e17a16fd9949066ee55851a2c25a cef80734945ab678518d8a121f026332d1ec8e11 e2ff30695782ef85b3b2d569c1a67543201661ab f9868cc791d5b7f8edde4e00ba9dbe069195d0bc Package: ros-rolling-gz-launch-vendor Version: 0.3.1-1noble.20260425.151514 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 1149 Depends: libc6 (>= 2.38), libdw1t64 (>= 0.126), libgcc-s1 (>= 4.2), libprotobuf32t64 (>= 3.21.12), libqt6core6t64 (>= 6.4.0), libqt6gui6t64 (>= 6.1.2), libqt6widgets6t64 (>= 6.1.2), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libwebsockets19t64 (>= 1.7.0), ros-rolling-gz-common-vendor, ros-rolling-gz-gui-vendor, ros-rolling-gz-math-vendor, ros-rolling-gz-msgs-vendor, ros-rolling-gz-plugin-vendor, ros-rolling-gz-sim-vendor, ros-rolling-gz-transport-vendor, ros-rolling-sdformat-vendor, binutils-dev, libgflags-dev, libtinyxml2-dev, libwebsockets-dev, libxi-dev, libxmu-dev, libyaml-dev, ros-rolling-gz-cmake-vendor, ros-rolling-gz-tools-vendor, uuid-dev, ros-rolling-ros-workspace Homepage: https://github.com/gazebosim/gz-launch Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-launch-vendor/ros-rolling-gz-launch-vendor_0.3.1-1noble.20260425.151514_arm64.deb Size: 252814 SHA256: cd2fe756dfbca0173958de5fc49bcc9dcf8b47a0714a41d016818b3654b86665 SHA1: 81a1c1008d734aa11292d05f91e4d465f90663b3 MD5sum: dff0bf5d68229c555f60dfe75672f238 Description: Vendor package for: gz-launch 9.0.0 Gazebo Launch : Run and manage programs and plugins Package: ros-rolling-gz-launch-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-gz-launch-vendor Version: 0.3.1-1noble.20260425.151514 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 5096 Depends: ros-rolling-gz-launch-vendor (= 0.3.1-1noble.20260425.151514) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-launch-vendor/ros-rolling-gz-launch-vendor-dbgsym_0.3.1-1noble.20260425.151514_arm64.deb Size: 4728892 SHA256: aa0822e8df5258f32a742246b492efb1f17442b14ed902737d9ece051cb6f815 SHA1: d20fd021433795b2b4f5c04fd9609bc1dd0d8539 MD5sum: 6f280794086ffad6dbc1f39aed1b9b27 Description: debug symbols for ros-rolling-gz-launch-vendor Build-Ids: 011fe6a2b0770f502a8c1bdeba8a6fbf9acdf1bb 142735b775f1df6fa2b9dbb926f5bdb96237a05c 5b6e17a4e56a571c9101d1b18e6c96e454aec546 7fd370be1c91d01b68efdc8c5ea5dbf488ddfe63 831602c13c62190b59a66b8c2e128bb6095851e5 d6c43a5391ab27d7c895b110619ca3b31d533685 dcb7a2ee7167916f580a11ce4a6f9d0616efa5fd e8c2744504b2a3eba1f9c91139c3171d3ce0ef22 Package: ros-rolling-gz-math-vendor Version: 0.4.3-1noble.20260425.102924 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 4595 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.4.3-1noble.20260425.102924_arm64.deb Size: 939900 SHA256: 59a5ab6d817f166474aee3f0d346395d09666ff4132527f35a9afc4d839fd30c SHA1: 8e91b85723b62626b76f80ac51d9b3b6af32d79f MD5sum: f4b9f34e7c6fe078c2c283e48e0ad685 Description: Vendor package for: gz-math 9.1.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.4.3-1noble.20260425.102924 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 1834 Depends: ros-rolling-gz-math-vendor (= 0.4.3-1noble.20260425.102924) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-math-vendor/ros-rolling-gz-math-vendor-dbgsym_0.4.3-1noble.20260425.102924_arm64.deb Size: 1674162 SHA256: 28bf45a241e39416358bf06203c3ff051916236c581feb8474da828d8172314f SHA1: d9b3803b110dac77b9454487d22c0be881e533be MD5sum: f3b1c63cfc3761ab4cfe9a8f3feecdf5 Description: debug symbols for ros-rolling-gz-math-vendor Build-Ids: 27c6e1f0273a4dc35ae61540a791e30f9d485023 Package: ros-rolling-gz-msgs-vendor Version: 0.3.3-1noble.20260425.104330 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 9816 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libprotoc32t64 (>= 3.21.12), libstdc++6 (>= 13.1), 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.3.3-1noble.20260425.104330_arm64.deb Size: 1030654 SHA256: a66cd236126b616a320ca83292d82d5ddf5b340c03e4a78cdcbca7e95cd31b62 SHA1: 251efba86a89507affae558a6edb7ce847094b3f MD5sum: f1c77bc50861c51a502e5b41d510f5d4 Description: Vendor package for: gz-msgs 12.0.1 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.3.3-1noble.20260425.104330 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 28312 Depends: ros-rolling-gz-msgs-vendor (= 0.3.3-1noble.20260425.104330) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-msgs-vendor/ros-rolling-gz-msgs-vendor-dbgsym_0.3.3-1noble.20260425.104330_arm64.deb Size: 25989536 SHA256: e48e542ddd0448185cc0777fea993c9b795d9be97f66cbcaaf722d3be62e8edb SHA1: 7838cf50f0081304e02b6fc91ee2e75ed6a1663e MD5sum: e0505c24275b64091ae13d729efe1ce1 Description: debug symbols for ros-rolling-gz-msgs-vendor Build-Ids: 797cddd804e2573e0e689cb3555131e119a00732 a7d3b773a97671dcdd3992150738669a056edbda b3f81b5f7e6d3b999a86c203ada675c19306a044 Package: ros-rolling-gz-ogre-next-vendor Version: 0.2.0-1noble.20260425.085949 Architecture: arm64 Maintainer: Michael Carroll Installed-Size: 18281 Depends: libc6 (>= 2.38), libegl1, libfreeimage3 (>= 3.18.0+ds2), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 3.3.1), libgl1, libstdc++6 (>= 13.1), libvulkan1 (>= 1.2.131.2), libx11-6, libx11-xcb1 (>= 2:1.8.7), libxaw7 (>= 2:1.0.14), 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.0-1noble.20260425.085949_arm64.deb Size: 3675634 SHA256: a0a7a8e208d32faf26dfe29728bec0ab130f42cd0ecfb1801eb953fd4d7bdfbd SHA1: 4d58567783475df01bfe8dc20b5b3092c15c9154 MD5sum: c5af4557a11e155fdcdaca2954e60f8d 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.0-1noble.20260425.085949 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Carroll Installed-Size: 59739 Depends: ros-rolling-gz-ogre-next-vendor (= 0.2.0-1noble.20260425.085949) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-ogre-next-vendor/ros-rolling-gz-ogre-next-vendor-dbgsym_0.2.0-1noble.20260425.085949_arm64.deb Size: 56564582 SHA256: 4fe8c8353c0ee572d7728fae23c2bb69239b493632fd12ca8ff31ca6b0f21133 SHA1: e6b7af389321f0072d590fa596e10f731b1b77a2 MD5sum: 0f1e19619c3dddb7d1bfc013b1f3fae8 Description: debug symbols for ros-rolling-gz-ogre-next-vendor Build-Ids: 0d8d25f8cd0b2456009531cf20e22fdeb409dbda 226b4dd5e1e837751c9f21257b867f0a3307c2ee 37c58ce7d24d4e9d79629266cafa7a13e153b328 3b17d870e71db955aeebc7f062cacc1312eabec8 431005ece82808bfde84afad744a7114c8a85681 59048528f434372568ab53991a2cc0dcfb456ab0 6e31e02ecd211d289f555799aede0197d693d8c3 7e090eaa3a764cb93c05076717e0e0a537b3030e 80e28d82a4b96fe633bd1bf97b8e4fb34ff2e85e 8e20d48f747c9175e0646db6c3e62d4bc0d771a7 c5554d77d2bc657ef9038bd1fcd4385b32a21508 d273656ed1adb748778d9d7e281a5d1cd878b58b ff27119c4f810218f16927e105a306d5d1639f3d Package: ros-rolling-gz-physics-vendor Version: 0.4.3-1noble.20260425.110141 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 6166 Depends: libassimp5 (>= 5.3.1+ds), libbullet3.24t64 (>= 3.24+dfsg), libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.4.3-1noble.20260425.110141_arm64.deb Size: 573444 SHA256: 583c2ae66bcc3d091e7fe9e01238ef0ab068181b148c5a6a98293750fe55a9ff SHA1: a7cb2bdd22942b446a4c7893f96f2a023a56bb6a MD5sum: db6d4094c614df1adc7545f120a7945c Description: Vendor package for: gz-physics 9.1.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.4.3-1noble.20260425.110141 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 30214 Depends: ros-rolling-gz-physics-vendor (= 0.4.3-1noble.20260425.110141) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-physics-vendor/ros-rolling-gz-physics-vendor-dbgsym_0.4.3-1noble.20260425.110141_arm64.deb Size: 26676976 SHA256: 174c90c712fee3f92f8dc0fbfd698951b75671d6031494b35881b2bd586f5a99 SHA1: b6f5617f86712f4122c19c5115d4b53001a2bde9 MD5sum: bfc9de6bae63929692daf4e38f7d5d44 Description: debug symbols for ros-rolling-gz-physics-vendor Build-Ids: 1419747d41ce03a8cf40134a6212e7cec8f65f7e 3ac69bfc83c3624c46c1fc9013d49e3e7c6878f5 48b3853f01ed936e0a68709507780c7d042ce80c 73be23c05474742faee35a1915d46db7b32fb18e 97ca48a9950cfd7ce9e72407d64199e9d11ee1f7 e7b01154682fa0c079f303c0ec0dcc7b16880008 Package: ros-rolling-gz-plugin-vendor Version: 0.3.1-1noble.20260425.103123 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 777 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.3.1-1noble.20260425.103123_arm64.deb Size: 169466 SHA256: 65a6152e7db3edff1d08600c5c654548e5dac89c4a3453429fd3925a310cf358 SHA1: 7dce4d6830d7459e1cb65f33b97f073947575d62 MD5sum: a7034c8fe6fdbd747fb71fae314820f9 Description: Vendor package for: gz-plugin 4.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.3.1-1noble.20260425.103123 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 2145 Depends: ros-rolling-gz-plugin-vendor (= 0.3.1-1noble.20260425.103123) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-plugin-vendor/ros-rolling-gz-plugin-vendor-dbgsym_0.3.1-1noble.20260425.103123_arm64.deb Size: 1964352 SHA256: 986dbad15e4753084ee8e59fc38de2dbfe595d9f988d2cd6fe35844054724502 SHA1: 2d9ed035091f8cf981c3c8054e6aac516df7e3bf MD5sum: 91d858558285a1601957c18ef01f59ba Description: debug symbols for ros-rolling-gz-plugin-vendor Build-Ids: 6450c4be97fb6c9115f1b52810610df0ee48747b 72ec28a5b4e3df1928bb211447d219f01d83071e fd40a4cdbf94452b2bc746c1c069e84e20097c12 Package: ros-rolling-gz-rendering-vendor Version: 0.4.3-1noble.20260425.120005 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 22230 Depends: libc6 (>= 2.38), 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, libfreeimage-dev, libglew-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.4.3-1noble.20260425.120005_arm64.deb Size: 3922634 SHA256: 97a7aa267e19255ac280c2a9887cd3bedb8ed7470c23c54a0b01c387bac44605 SHA1: 5413aa51aa434b3ca814a1c3246b399051ff98c7 MD5sum: 65b1b52d0a5eed63a43f211c0eb924ff Description: Vendor package for: gz-rendering 10.0.1 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.4.3-1noble.20260425.120005 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 31054 Depends: ros-rolling-gz-rendering-vendor (= 0.4.3-1noble.20260425.120005) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-rendering-vendor/ros-rolling-gz-rendering-vendor-dbgsym_0.4.3-1noble.20260425.120005_arm64.deb Size: 27638912 SHA256: 00a28f619a50d136edda3579e4c96ddc53414630e58574eefbc8f38ca1196ab4 SHA1: 937683c56ebb5348f42c12088e7f8dc9cb8a77e4 MD5sum: 0530310da53403ff3de6fe1440d47063 Description: debug symbols for ros-rolling-gz-rendering-vendor Build-Ids: 0babc15c32d50ebc7bb4e3c41b89082f6a9f9c27 19a9a5655e616eeb64fabf731c2ef7befcd0baaf b6c5d68d78975101cba79c0341d174a54493bc25 Package: ros-rolling-gz-ros2-control Version: 3.0.7-1noble.20260425.232554 Architecture: arm64 Maintainer: Alejandro Hernández Installed-Size: 743 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-10 (>= 10.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-ros2-control/ros-rolling-gz-ros2-control_3.0.7-1noble.20260425.232554_arm64.deb Size: 177750 SHA256: eba93dc9dc27a3d82167bfe81ba62ebb4f356f8fbc08cb189a842c2582c86d59 SHA1: 4eba90b298de90a6e02870aa0f9675944bb35175 MD5sum: 0b764aa019ddf4aec37a669799813db3 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: 3.0.7-1noble.20260425.232554 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernández Installed-Size: 4299 Depends: ros-rolling-gz-ros2-control (= 3.0.7-1noble.20260425.232554) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-ros2-control/ros-rolling-gz-ros2-control-dbgsym_3.0.7-1noble.20260425.232554_arm64.deb Size: 3926890 SHA256: d4e9d85ba39255648b62e40889fab35db83966f2e80e1a497bd0b4a79cdc6b6f SHA1: 34618f6987bbb979926709bd4c1756f04df38041 MD5sum: 679949f7482c335a415129b3082fe177 Description: debug symbols for ros-rolling-gz-ros2-control Build-Ids: 2a9b9b1886577d2468c6f6d14adcdbb2fad22fb7 86f445931ee115b71b498aa858d06073b149a906 Package: ros-rolling-gz-ros2-control-demos Version: 3.0.7-1noble.20260426.004723 Architecture: arm64 Maintainer: Alejandro Hernandez Installed-Size: 1273 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-effort-controllers, ros-rolling-force-torque-sensor-broadcaster, ros-rolling-geometry-msgs, ros-rolling-gz-ros2-control, ros-rolling-hardware-interface, ros-rolling-imu-sensor-broadcaster, ros-rolling-joint-state-broadcaster, ros-rolling-joint-trajectory-controller, ros-rolling-launch, ros-rolling-launch-ros, ros-rolling-mecanum-drive-controller, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-robot-state-publisher, ros-rolling-ros-gz-bridge, ros-rolling-ros-gz-sim, ros-rolling-ros2-control-cmake, ros-rolling-ros2controlcli, ros-rolling-ros2launch, ros-rolling-std-msgs, ros-rolling-tricycle-steering-controller, ros-rolling-velocity-controllers, 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_3.0.7-1noble.20260426.004723_arm64.deb Size: 171898 SHA256: bdc66f6b97a05c394ff853b51b41388f116831b57e1250210786e5cefe078add SHA1: fdf2cf6ac653a2d336e1e572c6e8057396553e18 MD5sum: 8e9128357d1cc9fdcd3ed51ba8b943ca Description: gz_ros2_control_demos Package: ros-rolling-gz-ros2-control-demos-dbgsym Package-Type: ddeb Source: ros-rolling-gz-ros2-control-demos Version: 3.0.7-1noble.20260426.004723 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Installed-Size: 3747 Depends: ros-rolling-gz-ros2-control-demos (= 3.0.7-1noble.20260426.004723) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-ros2-control-demos/ros-rolling-gz-ros2-control-demos-dbgsym_3.0.7-1noble.20260426.004723_arm64.deb Size: 3377256 SHA256: c0bbde85490c6bd38b63c87eb2f00573e666952e836418b5dc4dda7ea5e45054 SHA1: 832d886f2c2e1e0d493b78e268535f97ac02b442 MD5sum: 1779880fc5c23348e28146ed53205014 Description: debug symbols for ros-rolling-gz-ros2-control-demos Build-Ids: 10542f7596648754cf701eded7801241b491c5b6 4ae9a7a02ccfd2fd657f05e394848ac2640b9bd6 842fb37da9bb2d74b771a64a4e9af14411a2f38a afb5ad74e14c5932acc08503a464923069ae9e71 Package: ros-rolling-gz-sensors-vendor Version: 0.3.2-1noble.20260425.122821 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 2860 Depends: libc6 (>= 2.34), 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-rendering-vendor, ros-rolling-gz-transport-vendor, ros-rolling-sdformat-vendor, ros-rolling-gz-cmake-vendor, ros-rolling-gz-tools-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.3.2-1noble.20260425.122821_arm64.deb Size: 365192 SHA256: 4eca040e466a0bd78a5bb2205818313c610be41cb1bd538e6c3b44218db1fc94 SHA1: f76a9a696f3afd4aa64b356fca7894a8b8081cec MD5sum: 478c4c3dcd9ff12d820a0a0fa8fb9550 Description: Vendor package for: gz-sensors 10.0.1 Gazebo Sensors : Sensor models for simulation Package: ros-rolling-gz-sensors-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-gz-sensors-vendor Version: 0.3.2-1noble.20260425.122821 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 11808 Depends: ros-rolling-gz-sensors-vendor (= 0.3.2-1noble.20260425.122821) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-sensors-vendor/ros-rolling-gz-sensors-vendor-dbgsym_0.3.2-1noble.20260425.122821_arm64.deb Size: 11232138 SHA256: 139c67e9fed08704dc636f5210855c80ac58871241fbdfd106c5a239f125d3f9 SHA1: 9f3852f39d275d5184beeedeb68b908e45ffb7d4 MD5sum: a0b94f555b2b65b15c3adee16cd643d5 Description: debug symbols for ros-rolling-gz-sensors-vendor Build-Ids: 06c6f54dd0c243e82b68e914639b4d5a8aceb6eb 0f38bc85b9132b8a301a5ee7b30bcf10e4e0b72c 1ece9ded28c66429b7db2758311edd6739286859 2243881b3c2f7d09ba4ae4e41aaef514cc920611 35ee65d4cbc20bdb22e15f49308ab1a0dae7fb56 3657f689fe4ff58e72c1ab82e780d0cf452c21a8 4cea231a07d5fa0e79dd20eb85fb5b52cb59a259 634855c68628e1c7ae6366865da42ac1089f460f 687e66e830a9172170c7d6df14e36fa41216e1d5 787715df45c1f6ef5ace1c5ce173e5c2538f0b61 88c4c2acdd44949f863b3657905ab731cc56b8b4 9812d5aab001be00fc7f9c2389cdd6dda7a4ed39 99deaa54a73cc5e3e0dfa895bd8f20550f442bb3 9fbc72b3a740fbeb1370680bcc9d092f1b9d52e8 b37d0cd87329cf58ca030854ab87fc6eba6d1767 c195b40e9e5cc80283308d1461fe708c86d7d0c6 dfcbb15421fa8935dc3855b2f059ae390ea8bcbd e573ae55e5432b5d9dc6d0ed883af59ae1211669 efbe6559ce2efba4605a943bfc574a81ded10288 f5db1a4fe6b931500470129344bba4486f53b192 Package: ros-rolling-gz-sim-vendor Version: 0.4.4-1noble.20260425.132413 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 52960 Depends: libc6 (>= 2.38), libdw1t64 (>= 0.126), libgcc-s1 (>= 4.2), libprotobuf32t64 (>= 3.21.12), libpython3.12t64 (>= 3.12.1), libqt6core6t64 (>= 6.4.0), libqt6gui6t64 (>= 6.1.2), libqt6qml6 (>= 6.2.0), libqt6quick6 (>= 6.2.0), libqt6widgets6t64 (>= 6.1.2), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.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.4.4-1noble.20260425.132413_arm64.deb Size: 10451968 SHA256: 48a755b0df51b3eac51b6f947b064baddb571a1bed295628c0c154ff51543b06 SHA1: c47a6edc1b66f14e9b94f16d38fb58b9990da14b MD5sum: 6841527c75f05cdd83dc38a0a5e45076 Description: Vendor package for: gz-sim 10.1.1 Gazebo Sim : A Robotic Simulator Package: ros-rolling-gz-sim-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-gz-sim-vendor Version: 0.4.4-1noble.20260425.132413 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 208153 Depends: ros-rolling-gz-sim-vendor (= 0.4.4-1noble.20260425.132413) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-sim-vendor/ros-rolling-gz-sim-vendor-dbgsym_0.4.4-1noble.20260425.132413_arm64.deb Size: 189292970 SHA256: b85012008ece526d4a7660d2186e55a681d3ed424225d92dc147e6ecc7d2aa00 SHA1: 94258987db2c349600ddb463895da5b037ca0136 MD5sum: 4d01db74932361888555116a3edef574 Description: debug symbols for ros-rolling-gz-sim-vendor Build-Ids: 02642949708fd072f8f356386382af756ce50284 068efcc2a009f4b045fbb6ed680b0f5a35e6f612 089ce71682b7452fc34d9e752118cb84d616b4e9 0d9966d169677071fd9e9dbd9fd035de762fd3fb 110e90cc7f38079c1e638673def7ba876f83570b 152e0da7c7aed4d67ba27cad278baacab878e8a2 15daf84bf7d962163fbf546bea26bc257c969d5c 1c485375bf2f5ffd2457d636e712641516a4568f 2450383625929853cee98111415f3016be96d27d 2ae71d3ab12a3400402d0166aed73a16175e5318 2bb5ced03c87d6fd534b5dc33e44f94515ffafdf 2c1b93933a87bc74cba232d1cc1627a2e7dfbbce 2daec2e2066cbcdccbb93261002ca38b871134a9 310f3aa917ef9b1a132dff43f01315135aa51bd1 323b9fe8779bec740ddd7da0efc5afb83019754f 35881c54e77805f7a1f48ffc34fa057abe3625d7 36143661a282eaf625f0e0a52661f253cf7be6a3 370e83dd91b3aab723057f1c12472a4e7fd0b9bb 38a0dde023e0db08b903c2a4f197c9be50a3f4f0 38c4786d855975c18703b30e5691a8f0b95409ba 3990809d493a3e219f18c3efc5d82d598a0ceae4 403a58d67431a39e5ebb111c349b36f6586ac54c 44e4eff653e556bd0cd2a1a695a34a8ae57f3084 46151540b6da286163e7a986a4298764223ff82f 4ba5d3133bd689d71d414e0d90fffb3305a11d4e 4cb2883ab0c48f9d5dea94a27dafae04e118e9d2 51b5375967e1fd83c97c62cf12d894222fb2c0d1 522dae04ed393eae077b1ae003f3c9d7b6936ea7 53347a1cef69849815c9e5a9c5b947c0d1aa77f7 571cf185724e6ee0e0c3f4dc5efb588a47c8df46 579f1eec1cea0446526a3666dbb85a063fad3d79 57a22e22a11f75b386970c5d48a2a53e4173558c 5ea6ba3ca0b99519d05598be274049ae4f66a0c2 61131674d0b9d03d7232fc24d678358976e511f9 65307c71ce60bf9a30d5264523505ac08b1caded 66a5a4285a5bec1292c5aa0bbbe2c802b1c122c9 683490444d16abdffef888ef07231e92c1b27731 6962aadfb21d013cc4b04f861f770626ef239c0d 70eec09346a7188fb880bfd12c6b6043f6106cf8 72738286552e8a4533ba735ba87744eb36f4a149 72de3e43588d4335440329a951c2b3e32116db4a 7426a9143db7e4d2d27d60a76d4c3541fd9a0a0b 744bcd7f01d68038379c132e9a4b652c1bab70c7 752249a35c1cc9ebdd843e5836178871ad18b1ed 76e65d370ff3af0a9eff83c856b45669f6f7b1a5 77bc2a2cabcb363421f4f0265561d2103879257b 7db182b24730dd144ce3798c7e8e49228bd3a1ac 80525c7464b56a9098539b2d3e291f461938983c 8742434169090b9ebdcd0b20afcc6e9bcdf83603 87ff1cbb24b1daf888b07d235f1a76aa435ad5e8 89c9a93bea6b003fd63a0dc6882fdf30b12efcef 8bb02f2e1eba4b108414755ab47b96ccba982f88 8e0fc5b274396389febaf1dfc68489dd63995184 8e835c87ca76c7bffec73040972aa0699c696e74 9106c8feab392478f6fbe716a19599c04c5e9dae 920b662dde04331687fb72a452b8ebeaeeaad0d2 924bc76ac6734c6a7656edaa45ab013bc9a2defc 93d2d795327788183a11820c3a8397a9b7ef7d24 965af7bdb3ebf0e85ea0bdd49f69d69cee645b8c 97f008f39deeb753e399d09f29107ab38d1cc732 995728c0e1a48cfecab182ebfbe47ddd58e2ca83 9c76a465f430a772bb72f670fa5657ef6a20470a 9d6f1dbf9dca493f90ec186d8a06821d928e5386 9f54259daa200777efa3f0129f94ce340e491736 a0914ee0df27ae3a88da15a55f534ae214aba2ff a2976a07efbcc93c1dd21fc68a6d32018af5af10 a3a9bb4796e2c90e25127aaacaa1486fe1fb6773 a5efef67f0a75360d03429a3432977c382e5e1f7 a66de9d381641fb8bfc69ccfeb3b5bdbd40849a9 a914c33f6f4018faa548c0cbde957adc5fbea52b aa34cb708d330c30bed9ea37a80b365862b11037 ab1e5353006fa42db4b4df73f280dd853fafad24 ab8553cd3f975ed978c6037b7584087077b88f75 ac4ce3d490f688e2063df3ab66c5a863c13ce26e adfc03f845bdf3ab222f34560e98e8b57a10e7ea b082799e469839b8a38b57b4452e0a9280a821de b1b8abcd6b266d7eb507a963eeaea4fc309260ed b29027c880fa2e6975e56e85874c711c362edf3f b40a03d630ba0289b6818476b31d6835abd2f67e b4abfa358d632741901999f1c72c532941433d27 b7935ca25caea74c104de4f75229ef8469272859 b8dde4809d7cbae51e48990cc629ed0f90b019fd b8e1d1b1694ce9b6d8324ce97a4d5175fc4e3f65 b8e4c3111e3940d6ecc69b203c85a9813159caeb b8f1973af56a0cfd33787185e363d32d9aa715f2 b9cf0b3eb192ab336bad815aab769ff9b9381c33 bd2764a586e93af60941b7f14d5021d8530f5830 c0147263203b23405988ee7e1ddbbe9bc1fe0970 c3d0449d4d55e92748318ae8d59b63d95cb9a17d c69eb03d319ef54754dd22e6b9b17f92250a8b51 c910d90238d090d3009cb2ec160ff9183a6cdcdb cae8c550ed18d80e95b58942744c9073fcf827eb ccb272e6f2a0d83a95d83e9ba40981b7968ea678 ce711ca9d6719132681e9054976d0e9ed98ede61 cec6e90d425e5bd3900b3116d219d0561af6b882 cf5a9514c5b8db10f42d15aa05bc70178e668741 d5029f50d508a015bd172f71d160802c2be6872f d57e7cb8571155a37c76d250f1ef08ba2ca88db4 d7834b29d4f731499d9636a588878da8bd645a4f d8ccb17b83a052f925f652885f5d3f24996d7204 d8d91c8e4398675bc717e8f89f252c09113664c3 d936e3b0adbc05102d2fb5370969fd62a52ab251 dd85c16fc44a23a732d984ca3fd640597beb87dd e153f78415e36c4df0e8910f8449e6e753f42a10 e1bb03a303054dc6844f76c5bd4c71d11354896c e2a84f9e0762fb0a9e1a4ab8fad27501b7d650c1 e3efc4791413edfba8445a8987c58d1f1925abd7 e57225a81d6b7c5a46c801e1b7a47ed0a65ddf02 e8574b9cfdd79607e2ac7be9e9fb2596ce064385 f1eaf263cc815c7e051f768f6b35fdd1544211fe f2a121e7aea984f8dd318b1962014d0417264495 f88aa4821d3fb5702a8cd04db1af1571f462d620 fdf080ba7b57b4acd713407d7c2abec6e45fa669 Package: ros-rolling-gz-tools-vendor Version: 0.2.1-1noble.20260425.102559 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 174 Depends: libc6 (>= 2.17), 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.2.1-1noble.20260425.102559_arm64.deb Size: 30546 SHA256: b41935defe7b4b96660d4eee5e9780d4de274fa6750d722426f53206bf14c5da SHA1: 759ffeace94122371015861770592e54799b57e4 MD5sum: 2dbfd41e4549fdfc3fdfe0c297a58330 Description: Vendor package for: gz-tools2 2.0.3 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.2.1-1noble.20260425.102559 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 230 Depends: ros-rolling-gz-tools-vendor (= 0.2.1-1noble.20260425.102559) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-tools-vendor/ros-rolling-gz-tools-vendor-dbgsym_0.2.1-1noble.20260425.102559_arm64.deb Size: 198812 SHA256: 15a2fd8df67ca3e4772614312f33ceb7d5a4547c551c3b44a17b9af635ef4966 SHA1: f78002a6743d93c98180379a5901a1a9a70927a5 MD5sum: bd9d75e75596ca2825370dd3833d97e6 Description: debug symbols for ros-rolling-gz-tools-vendor Build-Ids: f647bdfa5862b213ca7651dae700c3467265c1ad Package: ros-rolling-gz-transport-vendor Version: 0.3.4-1noble.20260425.110226 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 2681 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 13.1), 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.3.4-1noble.20260425.110226_arm64.deb Size: 605332 SHA256: 77caad1a67a51fde7d88cd1f72f291c7b8b7e990a342402f379f9458d1e28154 SHA1: 37db4409d01c7ad514ff537b12b47b9b394c2cd8 MD5sum: c541f7562e960711ea8ae3dc534aec61 Description: Vendor package for: gz-transport 15.0.2 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.3.4-1noble.20260425.110226 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 10445 Depends: ros-rolling-gz-transport-vendor (= 0.3.4-1noble.20260425.110226) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-transport-vendor/ros-rolling-gz-transport-vendor-dbgsym_0.3.4-1noble.20260425.110226_arm64.deb Size: 9559490 SHA256: d935a5577feb4f99b8dba6eb89d70870e931093a1c58cc6b31adaa3d2e97a3bf SHA1: ab71db82663984c7c27016de63fc870b7e7d5a94 MD5sum: 833e8345df085434ece68a385eaa97d4 Description: debug symbols for ros-rolling-gz-transport-vendor Build-Ids: 3312d491982a05fbf210ac20350131f899a24037 866a52c36c24d25f579759f64afa9026e0a00a69 874c1346225c96851d6a15ea2c371c7e0ae901d8 93b64e7f9126fcd824b91f9cd37a618b434f600c 94862c898fde64e669aaca88d5a717491afaba89 ba5399aaf4cafd415ce9dadd4c36657cf6c42fa3 Package: ros-rolling-gz-utils-vendor Version: 0.4.1-1noble.20260425.102214 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 723 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libspdlog1.12-fmt9, 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.4.1-1noble.20260425.102214_arm64.deb Size: 111900 SHA256: 457ed08dafbd2e1abba2f1b11c6bc8c9061df954882b72e63348047d2a65c9ba SHA1: 303c36d7e8a9c5a3a43dd1610c9f571b48a35acd MD5sum: f0cc8b1f287ecf10c87977b345f46b48 Description: Vendor package for: gz-utils 4.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.4.1-1noble.20260425.102214 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 397 Depends: ros-rolling-gz-utils-vendor (= 0.4.1-1noble.20260425.102214) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-utils-vendor/ros-rolling-gz-utils-vendor-dbgsym_0.4.1-1noble.20260425.102214_arm64.deb Size: 348328 SHA256: 06bc5000715dd34e568e8c05014e6816976040745d3ff182000eee1c910b8045 SHA1: ca377bbd52190d680f65b9a7bcd11a1bdeb902fc MD5sum: 5b886e30b2f28a5cea7f281df07f3dd0 Description: debug symbols for ros-rolling-gz-utils-vendor Build-Ids: 5c731089e29bb3f3cf434b9d4e34eab613358101 d76cf3a8e8cf7d6fa0782d9b3055063978a0d9fc Package: ros-rolling-hardware-interface Version: 6.7.0-1noble.20260425.223948 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 1322 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.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.7.0-1noble.20260425.223948_arm64.deb Size: 362656 SHA256: fd50dff5faa0735d1fc321595e35270f034d5181bdb1ef706f35cb4ce5997bcc SHA1: 56464ad4f6598359f71acc2d9c9719d2828d1288 MD5sum: 3bb8c3be5348ee1beb9b41a3d1d1bcef 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.7.0-1noble.20260425.223948 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 5927 Depends: ros-rolling-hardware-interface (= 6.7.0-1noble.20260425.223948) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hardware-interface/ros-rolling-hardware-interface-dbgsym_6.7.0-1noble.20260425.223948_arm64.deb Size: 5470724 SHA256: f04b80ca954a1d1052dd3365df299fb4972fe79c1359a9b483591d69cb329291 SHA1: 05381855fe833af2d76a8c388ed327d27470d2b3 MD5sum: 3d59d83a82a39a83bbd6ca3d8d684efd Description: debug symbols for ros-rolling-hardware-interface Build-Ids: 5b4deaad3646c662641f4dbab0066915ba82c177 ea9710d62e49edca924040851341d404b3821494 Package: ros-rolling-hardware-interface-testing Version: 6.7.0-1noble.20260425.225444 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 254 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.7.0-1noble.20260425.225444_arm64.deb Size: 53704 SHA256: 1b9784b90c6fa68107ed14ace49670e1df21cb0f7be392e4f4c94ca020852299 SHA1: 93ad6d00366cc75f1c307150fd89a972e9b90c9f MD5sum: 5091648534df812f7013f43daf4808c0 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.7.0-1noble.20260425.225444 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 1631 Depends: ros-rolling-hardware-interface-testing (= 6.7.0-1noble.20260425.225444) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hardware-interface-testing/ros-rolling-hardware-interface-testing-dbgsym_6.7.0-1noble.20260425.225444_arm64.deb Size: 1511944 SHA256: 58fd626de3ea7848662452bc50bfed64cf5b0596d2be953f83645b904ea35d00 SHA1: c1105e436c383bad69678fc3b117bb3152378f87 MD5sum: cba4ada53103226644cb20bce3a01d66 Description: debug symbols for ros-rolling-hardware-interface-testing Build-Ids: 655d08b56a9f17222c1cfc282e600333b0232f26 Package: ros-rolling-hash-library-vendor Version: 0.1.1-6noble.20260425.111320 Architecture: arm64 Maintainer: Kenji Miyake Installed-Size: 142 Depends: libc6 (>= 2.17), 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-6noble.20260425.111320_arm64.deb Size: 34384 SHA256: c7a685c10ab162c7c089bcba34f98556d076c9fe573ee0b8035ef05f034d4c70 SHA1: 0fd3aca04b0219b36f4c5d5630ccad5cb63a77f6 MD5sum: 5dc1b924c5ad4190a51b2e98d05b5d5e 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-6noble.20260425.111320 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Kenji Miyake Installed-Size: 179 Depends: ros-rolling-hash-library-vendor (= 0.1.1-6noble.20260425.111320) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hash-library-vendor/ros-rolling-hash-library-vendor-dbgsym_0.1.1-6noble.20260425.111320_arm64.deb Size: 153016 SHA256: f0821e10e0b552fb20f78d229d33ab34c23fc717f00e36c2b25ec634af48d8e4 SHA1: 07a114210d60a5d122b42e255772f059cad59320 MD5sum: 3d72e2673b9243afcd772642174223fa Description: debug symbols for ros-rolling-hash-library-vendor Build-Ids: 0a42b0948c81f654d2a7a7a5dcc82fabed42dca3 Package: ros-rolling-hatchbed-common Version: 0.1.5-1noble.20260425.172021 Architecture: arm64 Maintainer: Marc Alban Installed-Size: 436 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-rclcpp, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hatchbed-common/ros-rolling-hatchbed-common_0.1.5-1noble.20260425.172021_arm64.deb Size: 100582 SHA256: c4552e21267f4d286621f2fd00cd69c6ad71207305ef74d26e5a2885e76b5fb6 SHA1: ff047d291e796cafe6349bc8cc7efeb081aa5bd8 MD5sum: 69040eafd16ffbcf56446ebe4dfaab5e 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.5-1noble.20260425.172021 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Marc Alban Installed-Size: 1411 Depends: ros-rolling-hatchbed-common (= 0.1.5-1noble.20260425.172021) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hatchbed-common/ros-rolling-hatchbed-common-dbgsym_0.1.5-1noble.20260425.172021_arm64.deb Size: 1242554 SHA256: c8b6f8fe75fb202661087a5e6061fdc398d3952733e78dbe70df5c4b8a226b33 SHA1: 225cb55a61e0813c1f47a063fdd4e3e90d1cbf15 MD5sum: 9c852d575f3db52e1c995245ba5c93df Description: debug symbols for ros-rolling-hatchbed-common Build-Ids: 16c949187002e7a864af63e8374535fee2705cf4 Package: ros-rolling-heaphook Version: 0.1.1-2noble.20260425.083752 Architecture: arm64 Maintainer: sykwer Installed-Size: 247 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-tlsf, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-heaphook/ros-rolling-heaphook_0.1.1-2noble.20260425.083752_arm64.deb Size: 24474 SHA256: ede5ce4cf10fa19613118c09ef01510a43f20f6ff7ff6f82b1e1b89cbcc0aea5 SHA1: f4da8abef673ed92b6ddeafb6f484d1a1ddfcb69 MD5sum: 955cd5c6c25033919357028da0ce53f3 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-2noble.20260425.083752 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: sykwer Installed-Size: 196 Depends: ros-rolling-heaphook (= 0.1.1-2noble.20260425.083752) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-heaphook/ros-rolling-heaphook-dbgsym_0.1.1-2noble.20260425.083752_arm64.deb Size: 149626 SHA256: 9c8a7ef458519f53c69368e8d2644c48fab7727bb8fefb6f64d7603bdf3ba782 SHA1: 0ac37db68eabf8bed2929fc2f33847cc336b0f80 MD5sum: 87f5d37c602a4826e9e7cb10e8c731da Description: debug symbols for ros-rolling-heaphook Build-Ids: 2ef09e418a72fe25d071aaed62c245ab47f98668 48ec22de67de6ea6b3683c3c42b748a0c9b43484 c8ca22efa83c0f1942dabffe4cc15c738d42312a Package: ros-rolling-hebi-cpp-api Version: 3.16.0-1noble.20260425.085951 Architecture: arm64 Maintainer: Chris Bollinger Installed-Size: 22092 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-1noble.20260425.085951_arm64.deb Size: 6471740 SHA256: 9d53720a2cca86f07cc551a9e3a7260ea30f24b76226868c07739f9feb7700fb SHA1: a882f3a70a31068471c12fbd8a521cd5e4a6aa6d MD5sum: 55d0720ddbefb300070232b8c74c1bbf 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-1noble.20260425.085951 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Bollinger Installed-Size: 3914 Depends: ros-rolling-hebi-cpp-api (= 3.16.0-1noble.20260425.085951) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hebi-cpp-api/ros-rolling-hebi-cpp-api-dbgsym_3.16.0-1noble.20260425.085951_arm64.deb Size: 3744642 SHA256: 2796ed76395c45e3e3a3c1536dcecf8b3dded856aab06bb8ca4b119cb2541966 SHA1: 453b161fc9f2bcc95600d00898d887bc2a5bd5d2 MD5sum: 336fe8781eddc50f3a7e152778b5a042 Description: debug symbols for ros-rolling-hebi-cpp-api Build-Ids: be2effb0eda12a07a131b510d4062e483859a88b Package: ros-rolling-hls-lfcd-lds-driver Version: 2.1.1-1noble.20260425.172303 Architecture: arm64 Maintainer: Pyo Installed-Size: 322 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-system-dev, ros-rolling-rclcpp, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/hls_lfcd_lds_driver Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hls-lfcd-lds-driver/ros-rolling-hls-lfcd-lds-driver_2.1.1-1noble.20260425.172303_arm64.deb Size: 82654 SHA256: eabb86c12e399aa13b787efcb8e00a95b97abd87e55dc1aa1e8dc5b700cbd08b SHA1: 100c8f9a424d414584dab873ab7201ebacb5cb48 MD5sum: 0f49c6c55e4eabf0fb8fe71646117f79 Description: ROS package for LDS-01(HLS-LFCD2). The LDS (Laser Distance Sensor) is a sensor sending the data to Host for the simultaneous localization and mapping (SLAM). Simultaneously the detecting obstacle data can also be sent to Host. HLDS(Hitachi-LG Data Storage) is developing the technology for the moving platform sensor such as Robot Vacuum Cleaners, Home Robot, Robotics Lawn Mower Sensor, etc. Package: ros-rolling-hls-lfcd-lds-driver-dbgsym Package-Type: ddeb Source: ros-rolling-hls-lfcd-lds-driver Version: 2.1.1-1noble.20260425.172303 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 1181 Depends: ros-rolling-hls-lfcd-lds-driver (= 2.1.1-1noble.20260425.172303) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hls-lfcd-lds-driver/ros-rolling-hls-lfcd-lds-driver-dbgsym_2.1.1-1noble.20260425.172303_arm64.deb Size: 1016514 SHA256: 15c78e958da9128f53942be324e775d6b93a76951c641a3ad324f3d7f68b80df SHA1: 47bbedbb085412cfaf02299b16ee97f21e17055d MD5sum: 7dfef6512aa627e9743ca1696604448f Description: debug symbols for ros-rolling-hls-lfcd-lds-driver Build-Ids: 8d78a2e7ba822ce7325b40dfcf7f265bfc086dbe Package: ros-rolling-hpp-fcl Version: 2.4.5-1noble.20260425.072850 Architecture: arm64 Maintainer: Joseph Mirabel Installed-Size: 6451 Depends: libassimp5 (>= 5.3.1+ds), libboost-filesystem1.83.0 (>= 1.83.0), libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py312, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), liboctomap1.9t64 (>= 1.9.7+dfsg), libstdc++6 (>= 13.1), libassimp-dev, libboost-all-dev, libeigen3-dev, liboctomap-dev, python3-dev, python3-numpy, ros-rolling-eigenpy, ros-rolling-ros-workspace Homepage: https://github.com/humanoid-path-planner/hpp-fcl Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hpp-fcl/ros-rolling-hpp-fcl_2.4.5-1noble.20260425.072850_arm64.deb Size: 1076432 SHA256: 7f1bc010343987e7d522676836d1f418354040ba5760e688bde932899f22e28e SHA1: 4343746b389030c356f8a1e1ebc9bd87ac219077 MD5sum: 73f9aec8acdac612d313b2d550fb95b2 Description: An extension of the Flexible Collision Library. Package: ros-rolling-hpp-fcl-dbgsym Package-Type: ddeb Source: ros-rolling-hpp-fcl Version: 2.4.5-1noble.20260425.072850 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Joseph Mirabel Installed-Size: 54945 Depends: ros-rolling-hpp-fcl (= 2.4.5-1noble.20260425.072850) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hpp-fcl/ros-rolling-hpp-fcl-dbgsym_2.4.5-1noble.20260425.072850_arm64.deb Size: 50173496 SHA256: 2c60aed4d6e53fea20f073fab775da5e96a93ff2fa22fad542083ea6ee2a1060 SHA1: 40631194c70dba3323841ae674decc821d45c8c8 MD5sum: d1b405248a9a885b774ba292aa9c7627 Description: debug symbols for ros-rolling-hpp-fcl Build-Ids: 0db41b99560997b3d89de26ef7dbae92f983ef1d f39fabed65dd405a51d3c8bcb21c0baaae21a9f3 Package: ros-rolling-hri-actions-msgs Version: 2.5.0-1noble.20260425.135726 Architecture: arm64 Maintainer: Séverin Lemaignan Installed-Size: 8454 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hri-actions-msgs/ros-rolling-hri-actions-msgs_2.5.0-1noble.20260425.135726_arm64.deb Size: 446830 SHA256: e20c09411690804dc3ebea7ee301a7d3210f0b4e4e4aeeb50b5b0682fc857ac3 SHA1: cfcdfad83c954eae436de7b138601723b1a0ecdf MD5sum: f6934230fd6b9e5272a0a225e9335f0b 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-1noble.20260425.135726 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Séverin Lemaignan Installed-Size: 4401 Depends: ros-rolling-hri-actions-msgs (= 2.5.0-1noble.20260425.135726) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hri-actions-msgs/ros-rolling-hri-actions-msgs-dbgsym_2.5.0-1noble.20260425.135726_arm64.deb Size: 3024846 SHA256: b33efcfeb7b2273de0e68a844fc4522dac020fafcc56be7b61c2817ea6747da0 SHA1: 967343166b4b1f28386c6089db81df6d7bfde9a1 MD5sum: 9fec34b100ca396a62cc27ceb0f0195c Description: debug symbols for ros-rolling-hri-actions-msgs Build-Ids: 1da7b2016cd6dda155d238a2bb647b688cc96492 412ea2ef7e81a2de163f89b383cc0b538adf1924 55604dafbf88a1dd049bf034bc5e72024f689e7e 7644b744b7f91adba6335096dbc0478ad93b7970 786f23fd53b6dd13a02c9a6973a403c6357de07d 9d31142002525a5c3215aae46aca7f1084181640 b14a834bfb5594d9e96183108573e24a14894f88 b3b4b74bd8e9c3e04cba7e9978c74eda59667f72 bc1d91f0c45bac25eafb4d03ef06b94272599312 ca2fa290b3698ac42bc401b3714696d8bf21ed1d f9eba61a3d0e2e1d504db07ea21e297fc4d35135 Package: ros-rolling-hri-msgs Version: 2.3.2-1noble.20260425.153029 Architecture: arm64 Maintainer: Séverin Lemaignan Installed-Size: 3182 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hri-msgs/ros-rolling-hri-msgs_2.3.2-1noble.20260425.153029_arm64.deb Size: 220136 SHA256: 67559e3ef919700e048beee4a2e63bc36a31dfcf0bbc2690c58393cd24f6a667 SHA1: dcf31ef0d02d331466807cebfb2bde2efbccf182 MD5sum: 1da07d7e6a7e15a59f484e7ffdb8afca 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-1noble.20260425.153029 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Séverin Lemaignan Installed-Size: 2244 Depends: ros-rolling-hri-msgs (= 2.3.2-1noble.20260425.153029) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hri-msgs/ros-rolling-hri-msgs-dbgsym_2.3.2-1noble.20260425.153029_arm64.deb Size: 1734192 SHA256: 48dfd4d4c17e6361c4a40279ca9fd4e40b975af56cc0e21d513f794ec6dedeb6 SHA1: 305b1a20b9a3e0ce8d848cd0de07e2d399f55f67 MD5sum: 81a5b701d07ec9169f0c7a24106afd4d Description: debug symbols for ros-rolling-hri-msgs Build-Ids: 1487400f2dc8a9252053c513dc6170aba14b1e67 23b0fe36219274328649906cdb497f009e27989e 4a8f139ada3dbf2cbffc6f5739cd0c0c38aeb8a2 616b0a311c88464f3950a817c2cf414d49a57bf7 77576f50a4c1eed7bc5cb1db744a15f956cce123 8ce55cf6202c092321b00b804d17b0c30e6a8b15 a27c33b07b771ec31f5c1551c156e48de13c8191 aef56a44a755486a85bb880d62f7c1b27a3c58c0 b36aac5d84c0875b613d35d58893537ac1cf9524 d5a3c40ce1442182b3a5c76266a9be85b74848e7 f127874717f1c005483c835c73c684176655912c Package: ros-rolling-human-description Version: 2.0.2-1noble.20260426.001524 Architecture: arm64 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-human-description/ros-rolling-human-description_2.0.2-1noble.20260426.001524_arm64.deb Size: 10856 SHA256: 685fab44523b8be0907fec932bfc609b96d805602bb3624414673fad37ae8d3d SHA1: ff98ab06c6b77e6cfcfedd60657d1908262c98ed MD5sum: d289358562a0908f7894fa319d228fcf 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-3noble.20260425.134426 Architecture: arm64 Maintainer: AutonomouStuff Software Team Installed-Size: 8207 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-3noble.20260425.134426_arm64.deb Size: 468424 SHA256: 645f81c49b4ba6f739d73a88f0dca861efadc90a8988dedbdc26bc635420c45c SHA1: 9be5c96165c4e62be28d64634e6f745352b2dd39 MD5sum: 1962100931dc77adde13119ba8a44119 Description: The ibeo_msgs package Package: ros-rolling-ibeo-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-ibeo-msgs Version: 4.0.0-3noble.20260425.134426 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: AutonomouStuff Software Team Installed-Size: 5509 Depends: ros-rolling-ibeo-msgs (= 4.0.0-3noble.20260425.134426) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ibeo-msgs/ros-rolling-ibeo-msgs-dbgsym_4.0.0-3noble.20260425.134426_arm64.deb Size: 4392758 SHA256: c3f9179b15c5f1ac43f817e4c88bb1b0acd6e3386044c2166bd7092b1514dc16 SHA1: 7192a2ed7d830a763491bb07028f17f90f1b3be8 MD5sum: 67615ed06ee06161fbc4f43b4ebac05e Description: debug symbols for ros-rolling-ibeo-msgs Build-Ids: 0f84194708f44a38c0e466917ec0b4e8d6f72423 251ca8e7b346fb01c156554c189a60f75a1eda06 29c39038bf99ad1d303deef5b8c732ee1114a914 66f895d5cfb4a88a2e21a563d91376020c2afcc1 7094494fb7fbd06d53cfb012aaef4794b030be11 8ba152b3f9398f832c14d3952534e4b2cb25a8d9 9c0ce59224c6389031e6ab0ecdbe6ff1dbbcb67b a3f2a07b286063df54897e50b5985be0fd72f743 d008f19dd889cc792fdfe1abd2af1f99e37dae7b d5c4f602cb9d860d69e63b9f781a045b10d71aaf d7831d69c9a8b2df0fa64017f2525e75f276645a Package: ros-rolling-iceoryx-binding-c Version: 2.0.5-5noble.20260425.064254 Architecture: arm64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 375 Depends: libc6 (>= 2.17), 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.5-5noble.20260425.064254_arm64.deb Size: 61888 SHA256: a7f1c985bd72cd875a1ac42b7805a4e45286942a7573171593ae7aa6bcc6c35a SHA1: cf17bec51d39e632b643780a4b3f8dffb401ce1f MD5sum: d105a1a11ee3de9b059ab7be6fae2753 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.5-5noble.20260425.064254 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 1132 Depends: ros-rolling-iceoryx-binding-c (= 2.0.5-5noble.20260425.064254) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-iceoryx-binding-c/ros-rolling-iceoryx-binding-c-dbgsym_2.0.5-5noble.20260425.064254_arm64.deb Size: 1045282 SHA256: 7a266b782820b562aa050ac6c14acf25a85a0cba2a726db63420f600bdb7618f SHA1: 84b96bc00293ce8dc1a45cf62d8374a1102de09c MD5sum: 1a91bc063b849e6c90e53f4b50c0e06d Description: debug symbols for ros-rolling-iceoryx-binding-c Build-Ids: 9f015b3952ce96591a7b424157a3eb7e11e5bcfe Package: ros-rolling-iceoryx-hoofs Version: 2.0.5-5noble.20260423.224351 Architecture: arm64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 1327 Depends: libacl1 (>= 2.2.23), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.5-5noble.20260423.224351_arm64.deb Size: 210880 SHA256: 7a2be7de057d58356a39d08dcd0e198c2891dba1b541f225927b72a15ae8c47d SHA1: 7f5781acbc41f9b9a7d293ae78308a65063eb110 MD5sum: c75dbbee93ae70db4cad02dcf24de292 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.5-5noble.20260423.224351 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 1246 Depends: ros-rolling-iceoryx-hoofs (= 2.0.5-5noble.20260423.224351) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-iceoryx-hoofs/ros-rolling-iceoryx-hoofs-dbgsym_2.0.5-5noble.20260423.224351_arm64.deb Size: 1118202 SHA256: 04180a47ee91a6ba4f1eb38cb6669718e6cbc6c35b261ce6650e150f29817093 SHA1: 299d592d8a11753d7b8c67e51bea13f82b92c880 MD5sum: b834c8abc4cd5a8a2b51ac4ba4d06cd8 Description: debug symbols for ros-rolling-iceoryx-hoofs Build-Ids: 102b1e9703370da862234d3c605249fc8d9e2ccb 7ea643a20ef3231ee4237cd32df9ee3afeffafb5 Package: ros-rolling-iceoryx-introspection Version: 2.0.5-5noble.20260425.064628 Architecture: arm64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 241 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libncurses6 (>= 6), libstdc++6 (>= 13.1), libtinfo6 (>= 6), libncurses5-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.5-5noble.20260425.064628_arm64.deb Size: 35186 SHA256: 96fb313067924f42aed5d1b2d44a6a77b0162787ac4af72e5790655982ef1055 SHA1: 1a97b1bb81cfca849de63ec47ec96ca698736127 MD5sum: 77ad48ae73bad4050774ba6274408e76 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.5-5noble.20260425.064628 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 485 Depends: ros-rolling-iceoryx-introspection (= 2.0.5-5noble.20260425.064628) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-iceoryx-introspection/ros-rolling-iceoryx-introspection-dbgsym_2.0.5-5noble.20260425.064628_arm64.deb Size: 420992 SHA256: ea7aa8c886b2d3b87b3978ee356c73fa0ec6b25777aea25ca1bb3c5a17bf8013 SHA1: 55b52107da7de0bc79705bbedfd3acdf8c757ea6 MD5sum: 6f6276c22d3bf380796225c62010c676 Description: debug symbols for ros-rolling-iceoryx-introspection Build-Ids: be6f6e3a8e76d81f1befd4d8e0ef71e6073aa245 d040ddb025050c84271b984acc3a748a73aaee58 Package: ros-rolling-iceoryx-posh Version: 2.0.5-5noble.20260425.061421 Architecture: arm64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 2103 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.5-5noble.20260425.061421_arm64.deb Size: 398148 SHA256: 8dfe5f970bc10a2d985af70c9dc3bc0675903ad9495cee7b5c561b394e8021a8 SHA1: 6cc70f8b05ac078903264737e9ae7002d2f11474 MD5sum: ae3d8c5f208a478d161005e13639ccb1 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.5-5noble.20260425.061421 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 6432 Depends: ros-rolling-iceoryx-posh (= 2.0.5-5noble.20260425.061421) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-iceoryx-posh/ros-rolling-iceoryx-posh-dbgsym_2.0.5-5noble.20260425.061421_arm64.deb Size: 5908154 SHA256: b7ad6f773321d7feb2c95f5d3748bd64bc761ab7aba328988cdf43196d55ec18 SHA1: a7672b68cb1c054d0b001a9d4d345556f3482002 MD5sum: 0a75602e44795efe7fd67ad147e6994e Description: debug symbols for ros-rolling-iceoryx-posh Build-Ids: 2c6e2571b0a7bbb289cba9226a187ba574875851 703d739a5f739eb0427660a0600ae1227b92420c b0e3c130df1b3446e7debdb072f243e62d618bd4 d6f31251a274d3a96c651b6b32c18c0d80001143 e3964eace4346723b37d51d82f317180e83dfad3 Package: ros-rolling-image-common Version: 6.4.7-1noble.20260425.192844 Architecture: arm64 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_6.4.7-1noble.20260425.192844_arm64.deb Size: 6510 SHA256: 5f1751d749ce8b55c11b9f8bae6a8a8b075eae9407990fcf4965543a5597fa3e SHA1: dcbdeefde64bc3be0a0e2c3e9f75074d151bf47c MD5sum: 83bf28b4960c336c4b051f1768ac90d4 Description: Common code for working with images in ROS. Package: ros-rolling-image-geometry Version: 4.1.0-1noble.20260425.161135 Architecture: arm64 Maintainer: Kenji Brameld Installed-Size: 197 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13), 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-1noble.20260425.161135_arm64.deb Size: 32640 SHA256: a79763b79f761b276334384507ba255e25e055001db295f4c99f82501e744903 SHA1: c25515ea9e5184f7586dba09f29101a720ca2d1f MD5sum: 0733e75edb7018bfd8e2fa614b88b667 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-1noble.20260425.161135 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Kenji Brameld Installed-Size: 274 Depends: ros-rolling-image-geometry (= 4.1.0-1noble.20260425.161135) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-geometry/ros-rolling-image-geometry-dbgsym_4.1.0-1noble.20260425.161135_arm64.deb Size: 249620 SHA256: 7211d43e76a57d6ec2d7fe44044542f079a0a81da995117b7b9d28496a490e44 SHA1: 692e754ed5db982723af37f09ffc7ebcaac68a68 MD5sum: be44f9baf8352aecaf8bc0189b078f19 Description: debug symbols for ros-rolling-image-geometry Build-Ids: 946d3bf6128ad63af976692d51b5493e483f78a9 Package: ros-rolling-image-pipeline Version: 7.1.3-1noble.20260426.005329 Architecture: arm64 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_7.1.3-1noble.20260426.005329_arm64.deb Size: 7260 SHA256: 6eb537a56039c08743d9b4d6bf8470891253ae2a8d74ce0fd4ce76d3b467c126 SHA1: e407aee5db9ccfd0db4c865fb75c68889cda2dd1 MD5sum: fc8735784331fa12bb5f8293585de61b 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: 7.1.3-1noble.20260425.224822 Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 1880 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-contrib406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-flann406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), 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_7.1.3-1noble.20260425.224822_arm64.deb Size: 256402 SHA256: 4077914e42fa0b3fd26bd83b2de7adb58faada14155d922fad6cffad4942a527 SHA1: 02b5e3d0799e5315f0be84469ada77e4c2d36685 MD5sum: 4246736fb3f44f8b9f8be7a57a58ee38 Description: Single image rectification and color processing. Package: ros-rolling-image-proc-dbgsym Package-Type: ddeb Source: ros-rolling-image-proc Version: 7.1.3-1noble.20260425.224822 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 9273 Depends: ros-rolling-image-proc (= 7.1.3-1noble.20260425.224822) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-proc/ros-rolling-image-proc-dbgsym_7.1.3-1noble.20260425.224822_arm64.deb Size: 7669852 SHA256: 92b88a17dfa44ab35d691414c14d60d2548d15861dec32c6fe03faaf9f8eb3a8 SHA1: 51296d50938fe94669ca28870c210cae0d7d0799 MD5sum: 63b12f0db3e8d9f957ea2ef0ff27dcae Description: debug symbols for ros-rolling-image-proc Build-Ids: 1b5b67abf7bb8e7a6fa5fafde5ff8390513453bb 1ee0bd5e3245cf0b5d532301ab196e0b55ca30e9 2886792e54d82907963e7eacd701dc97c4913af0 367eb235dc7e9f1636404128a5ea839f233b48d8 370d1253281b796ea6328e2e39eb24dc99404199 41958147478749aae4defd083f5acbd111c6ec19 4a72b078ec922805dfedead7cfd321157bab373b 5ace9244d744a610daba542a5f527effcdc4386d 5e60a3ccd0467cc489c590e05abd2918f485afa4 6f3d6c4130743a69c2d40a486b9686c77f8aad4b 8ddb54ba9d62e497027b749be638ed06cce5b7ad abd38c78543d48d0be6dadc98936f332d187c63a ffc0c55eea8239015292b192a8f59dfeff411667 Package: ros-rolling-image-publisher Version: 7.1.3-1noble.20260425.193641 Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 401 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-videoio406t64 (>= 4.6.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_7.1.3-1noble.20260425.193641_arm64.deb Size: 130612 SHA256: 2bcb6cbcde3d0ef615004017c4e7f6c60151c5400d7261378399bce3e5fe797a SHA1: 980fe7c2c317669588e2a91fd5ae91e9be807a31 MD5sum: df7444db0b62bf6d93c7d1c81145b3b6 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: 7.1.3-1noble.20260425.193641 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 1442 Depends: ros-rolling-image-publisher (= 7.1.3-1noble.20260425.193641) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-publisher/ros-rolling-image-publisher-dbgsym_7.1.3-1noble.20260425.193641_arm64.deb Size: 1339292 SHA256: 21f47fcbe14c4b5f30cab301705dd82f62edc2056204db4bf16ef4e29210dbb7 SHA1: 4b9be7ba0bfa96ca7d83b3e6b40b4e3c29125c9a MD5sum: 0da7aca4f7807bbc8c5dd45d0a76ae15 Description: debug symbols for ros-rolling-image-publisher Build-Ids: d8d43a558f515e0d4dff47df39a6556a213e24fd dc30d76759ee765f41b815c366195b4b35aa102e Package: ros-rolling-image-rotate Version: 7.1.3-1noble.20260426.002544 Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 741 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), 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_7.1.3-1noble.20260426.002544_arm64.deb Size: 149162 SHA256: 5d542930cc742d7054570808ecd62b830ebff5334305540c6027807580e7f01a SHA1: f0be97cd7b846b2da5d76dbaa6b32787007484f4 MD5sum: cc3d2b1b179c8e408d3a9ac6f92e6392 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: 7.1.3-1noble.20260426.002544 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 3604 Depends: ros-rolling-image-rotate (= 7.1.3-1noble.20260426.002544) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-rotate/ros-rolling-image-rotate-dbgsym_7.1.3-1noble.20260426.002544_arm64.deb Size: 3296474 SHA256: 8e598aa598bad0be6a508a16b0a08b4490135ff791c4a2145305a74b11a1d51b SHA1: 601fa1e2d7ba6b3f414e71721994ce8ab64f6909 MD5sum: de6fc5c6e3221edfa38c07473f2df59f Description: debug symbols for ros-rolling-image-rotate Build-Ids: 5e9b100694f0da5d7157152c8439a3c6291f3ed9 65ae8e841e10a017de1d780162ec1b719a604ab5 9d658a474555b2688b62232541fef089846105a7 a716dfc52de4083baa76a4a071e675d7943c33d8 Package: ros-rolling-image-tools Version: 0.37.8-1noble.20260425.181845 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 1118 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-highgui406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopencv-videoio406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), 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.37.8-1noble.20260425.181845_arm64.deb Size: 182300 SHA256: 3b5e78bc9e08abd29149357bff767ae28b9d80ba52fd0c0b6017755340b512d9 SHA1: eb21caf24381e6b654706aeb7f9eba5d6d8c7cff MD5sum: 4cd11925d8625aa4f3dcf57da04741e0 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.37.8-1noble.20260425.181845 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 5199 Depends: ros-rolling-image-tools (= 0.37.8-1noble.20260425.181845) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-tools/ros-rolling-image-tools-dbgsym_0.37.8-1noble.20260425.181845_arm64.deb Size: 4071028 SHA256: 72c4d8f5b6bffaeb9cded161c93fca8ffa1e1890b0ff3422e19d2c9496320ab3 SHA1: 78dc17c980a4e8f6f05cb3fd388cdaeb86842c12 MD5sum: 78a4a64b836d6e908bade01b30c983ac Description: debug symbols for ros-rolling-image-tools Build-Ids: 3ff25f2782bf7642932013b86acc0e8339d4d5ab 97a7892a70d9ba1fcfedec4d40bc3ef3af019ad2 a898a4a977b77f3f0d87faf84286cd991c59c6b7 Package: ros-rolling-image-transport Version: 6.4.7-1noble.20260425.190654 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2714 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libtinyxml2-dev, 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_6.4.7-1noble.20260425.190654_arm64.deb Size: 345334 SHA256: 8e1b9143b7c28242214830a0f321a924949ec03e112286f9f5c85a0cebbb905d SHA1: 30a6cd5046bf45ae2bf3ab5883966b1ab2987713 MD5sum: db3377b951ca35b24b6716a5001b9376 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: 6.4.7-1noble.20260425.190654 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 8643 Depends: ros-rolling-image-transport (= 6.4.7-1noble.20260425.190654) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-transport/ros-rolling-image-transport-dbgsym_6.4.7-1noble.20260425.190654_arm64.deb Size: 7508184 SHA256: 6105430b32bedac27639f6516ac2e6c3e22a7399cef554f70e37c66dd6b93565 SHA1: 4eaceb92f2f17926c18cf3ea4cf900b0262a60f6 MD5sum: 8d0a362b2e56c23a26d9dbfa908aed08 Description: debug symbols for ros-rolling-image-transport Build-Ids: 1ddff28365d5d18a93671d9c72ff426215ef53eb 1eff6f01dcc5ce49583d67d617847a211f9987c1 416cbf98a8f0850619361ef04c86dfa3b50674b7 4d407133d2c18a7f4ff38d22ed5f38c724a6cb3a 93c83f53fed47d77adf24151801692abd0981227 Package: ros-rolling-image-transport-plugins Version: 6.2.4-1noble.20260425.194151 Architecture: arm64 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_6.2.4-1noble.20260425.194151_arm64.deb Size: 6522 SHA256: e37a055b3073e0f292aa6624086de01bd1e2707032311689ed43f919fe7f93d6 SHA1: 3c009a8886706762821ac6722abf44c840b5a1d5 MD5sum: 62ac67f9b749324a0b0514722060a8d7 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: 6.4.7-1noble.20260425.202426 Architecture: arm64 Maintainer: Alejandro Hernández Installed-Size: 318 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-image-transport, ros-rolling-rclcpp, ros-rolling-rpyutils, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-transport-py/ros-rolling-image-transport-py_6.4.7-1noble.20260425.202426_arm64.deb Size: 96592 SHA256: baaf42561fcd12ef451ee5cec6b5bc9bce8e3ebd8128f669f1646c1940300651 SHA1: e513449588ddc14255c01d31e88555f1724ca2c8 MD5sum: dae1d49286f85ecacac86b84314c811b Description: Python API for image_transport Package: ros-rolling-image-view Version: 7.1.3-1noble.20260425.193720 Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 1533 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-highgui406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-videoio406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), 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_7.1.3-1noble.20260425.193720_arm64.deb Size: 277164 SHA256: 41ba436e14c1827d39f8abb13b751dc1a4d2c6a3dd5f3c7d4ddd62268d5a3385 SHA1: ba48ff8027d407715efebf16df06625df416d245 MD5sum: 0b21914f2cd50ac0416c0a54c514fb34 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: 7.1.3-1noble.20260425.193720 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 8767 Depends: ros-rolling-image-view (= 7.1.3-1noble.20260425.193720) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-view/ros-rolling-image-view-dbgsym_7.1.3-1noble.20260425.193720_arm64.deb Size: 7707854 SHA256: 446ea091e160dfad72faf835203179a9215a76d54cf20f6fee682c37ac27ffbb SHA1: 2d32064f523f3663cad11abe63887afbd86fe391 MD5sum: 54845243bae5fb6cf5e19a61a550fd6a Description: debug symbols for ros-rolling-image-view Build-Ids: 13b26d6bc442e58f0aa2621b24b528a6fdf3eee7 538fd3725c89b2acef3c4969306b052b578389fa 8fe0f4beef59e85092f9798fa3150d4ab252b0e7 9ae99565df3a8834390a51c7d3a54b9e011795c1 b74a43b77ca09731b00d65f0383ebd14174845d9 eb2211725cc3fed0a80db0186803680b82c60348 f4e2db845e9014ea71e0c4b6aa5bde6b1b500126 Package: ros-rolling-imu-complementary-filter Version: 2.2.2-1noble.20260425.210519 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 1115 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.2-1noble.20260425.210519_arm64.deb Size: 195448 SHA256: d07ab82e6143c6290dc02cd5e46c94779790db78bef5c68212bb9242b0807817 SHA1: 05dda5f8aa022d9b19648f5b6e50a1aed6e34ec2 MD5sum: 76a8dc29300614cd0ab7f446f6a0a8cc 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.2-1noble.20260425.210519 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 4608 Depends: ros-rolling-imu-complementary-filter (= 2.2.2-1noble.20260425.210519) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-imu-complementary-filter/ros-rolling-imu-complementary-filter-dbgsym_2.2.2-1noble.20260425.210519_arm64.deb Size: 3860718 SHA256: aac0c002040d96a5a0a74d1a297a839252bc65c82fcd6b52ee5a26afd71bd2d8 SHA1: 1e3e093a685955d3f18e44c96b5cf00b1b2a9ee0 MD5sum: 7cb2567f76895cddf6a7fd1e2987beb1 Description: debug symbols for ros-rolling-imu-complementary-filter Build-Ids: 6a3af0fea7f03249f782067b50e2e6f177c1d4eb f35ce3c849847349d07def07a6fa8ebec09889e5 Package: ros-rolling-imu-filter-madgwick Version: 2.2.2-1noble.20260425.213807 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 1190 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.2-1noble.20260425.213807_arm64.deb Size: 213634 SHA256: 12e463949e8ba3b9ed0bcc951a1f67ef6a2879dddb6c3721d9db56c3834e95a0 SHA1: 8dde7ba54aeb8ab04be00ba39e5f3eaaa20e8ede MD5sum: 9ae5771f08980ad4ff6a7c08c718d89b 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.2-1noble.20260425.213807 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 5002 Depends: ros-rolling-imu-filter-madgwick (= 2.2.2-1noble.20260425.213807) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-imu-filter-madgwick/ros-rolling-imu-filter-madgwick-dbgsym_2.2.2-1noble.20260425.213807_arm64.deb Size: 4227082 SHA256: 4ceecb9132976cdf6982c53959f6d611f4bbb2fe09105a1ed70ff280bd8a1887 SHA1: 49c84b9b5a59168318e655b1d6005554b3134d13 MD5sum: b92728388327a6af3f573dbfb6da132d Description: debug symbols for ros-rolling-imu-filter-madgwick Build-Ids: 8805b2931bc1f33087933917772e3c937c5a7e30 95e514418c81380973902f80fb6fd662124c2f97 Package: ros-rolling-imu-pipeline Version: 0.6.1-1noble.20260425.224327 Architecture: arm64 Maintainer: Paul Bovbel Installed-Size: 44 Depends: ros-rolling-imu-processors, ros-rolling-imu-transformer, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/imu_pipeline Priority: optional Section: misc Filename: pool/main/r/ros-rolling-imu-pipeline/ros-rolling-imu-pipeline_0.6.1-1noble.20260425.224327_arm64.deb Size: 5818 SHA256: 09b4aa094802d86cd2943814a730b3c33d40dc7ca21f23ecdc817b9f413679e9 SHA1: f7681bf756707b131afb598b97a725c6ace9e6b8 MD5sum: 94ba773af21e4d5da21d388416ddfccf Description: imu_pipeline Package: ros-rolling-imu-processors Version: 0.6.1-1noble.20260425.210553 Architecture: arm64 Maintainer: Paul Bovbel Installed-Size: 1864 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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-1noble.20260425.210553_arm64.deb Size: 252930 SHA256: 5a4aaa2093b991a324ef27cfe55c0a9f0500ed509ef168aec482cbd9c9d9c155 SHA1: c534efc18f68af30ada206d1d32429f218fa40bd MD5sum: 6e57ab6ed572d575799c13b1cad62fea 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-1noble.20260425.210553 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Paul Bovbel Installed-Size: 7838 Depends: ros-rolling-imu-processors (= 0.6.1-1noble.20260425.210553) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-imu-processors/ros-rolling-imu-processors-dbgsym_0.6.1-1noble.20260425.210553_arm64.deb Size: 6300182 SHA256: 495654d6cb57c8fcb4638653388133eb8fc5f24c08659c72d187ef9726295bba SHA1: ee7791a155758f0b859ed95a963b0af5c06923a3 MD5sum: 1f8f90aa5aee89c92e53590503aea2cc Description: debug symbols for ros-rolling-imu-processors Build-Ids: 12d9788126667d1a70254d227973017abb9b2177 3aaac798003cbd1fcd105e39300266c92e495e02 4ff3da1c7e417d9624f1349cfd577e614e1614aa 7339f3c47b4896a0c851bed4f7a88b176f38c5fc Package: ros-rolling-imu-sensor-broadcaster Version: 6.6.0-1noble.20260425.233154 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 359 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+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.6.0-1noble.20260425.233154_arm64.deb Size: 91490 SHA256: 75b2a002ca5688e868022dd266ad317b1d098c366bc03b65205c0213dfbee77f SHA1: f547809cf4645ffc1085a3c554271775f7c8dc08 MD5sum: 8076b1a76b21a9f29e6ae687daeb189e 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.6.0-1noble.20260425.233154 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 1745 Depends: ros-rolling-imu-sensor-broadcaster (= 6.6.0-1noble.20260425.233154) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-imu-sensor-broadcaster/ros-rolling-imu-sensor-broadcaster-dbgsym_6.6.0-1noble.20260425.233154_arm64.deb Size: 1640378 SHA256: 79a86d6946936ad85694d57e88b221417ccac313da0c81fbef722102e4aee2db SHA1: 13e81073456319dbfed07b69aa8ed056cf94c785 MD5sum: b858c707e31145253d33026d3b9e4621 Description: debug symbols for ros-rolling-imu-sensor-broadcaster Build-Ids: 2e231aa6d03a89def466e98095fc28800d44987b Package: ros-rolling-imu-transformer Version: 0.6.1-1noble.20260425.223547 Architecture: arm64 Maintainer: Paul Bovbel Installed-Size: 967 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-message-filters, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-tf2-ros, ros-rolling-tf2-sensor-msgs, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/imu_transformer Priority: optional Section: misc Filename: pool/main/r/ros-rolling-imu-transformer/ros-rolling-imu-transformer_0.6.1-1noble.20260425.223547_arm64.deb Size: 170178 SHA256: fe9b0c82353769dcfa5b33694d9e0f4bf54283321d16f2f0a870566cd3071774 SHA1: 37c7ace755691efdb6d64f74a21c7caff832b1df MD5sum: 509231c965f8dbdda5282a8cdf17416b Description: Node/components to transform sensor_msgs::Imu data from one frame into another. Package: ros-rolling-imu-transformer-dbgsym Package-Type: ddeb Source: ros-rolling-imu-transformer Version: 0.6.1-1noble.20260425.223547 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Paul Bovbel Installed-Size: 4646 Depends: ros-rolling-imu-transformer (= 0.6.1-1noble.20260425.223547) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-imu-transformer/ros-rolling-imu-transformer-dbgsym_0.6.1-1noble.20260425.223547_arm64.deb Size: 3979886 SHA256: d079146bea00b0b806c56eefe6fbaa207e867dfbae76defb2dd365738ca82c93 SHA1: 759fe49fa0b35b2a514de435eddce5a7133f58e5 MD5sum: e790e0ff4848f3fc366d214f0f7d75f6 Description: debug symbols for ros-rolling-imu-transformer Build-Ids: 1290eb06a017c774262028734e322dcc99a4aa9a 953703da6a1bba80cbcadf822ec233b57a362830 Package: ros-rolling-interactive-markers Version: 2.8.3-2noble.20260425.221459 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 1051 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), 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.8.3-2noble.20260425.221459_arm64.deb Size: 196242 SHA256: 59faf587b919ff454cf6d551f245c4cd7af9a21a4dbb6aa920ca90abc5224a2c SHA1: d4ca2b60de65e83cbd14a8b9560e543068d0a547 MD5sum: a1cf94b70025da10df8c817c8d2d0318 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.8.3-2noble.20260425.221459 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 5097 Depends: ros-rolling-interactive-markers (= 2.8.3-2noble.20260425.221459) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-interactive-markers/ros-rolling-interactive-markers-dbgsym_2.8.3-2noble.20260425.221459_arm64.deb Size: 4328856 SHA256: 809d3941325461e0512fe77dca859ab9e8d3c7bb530a73a464a4bdbf62c31a5e SHA1: 8d337b2a30f4b8dcc007e9687ae694787c7ed0f1 MD5sum: 27cd2cbfbcc3ba67c499bd684c8cebc8 Description: debug symbols for ros-rolling-interactive-markers Build-Ids: 487fbfdbb0c0e52d730a698f0d0e641da95b8579 Package: ros-rolling-intra-process-demo Version: 0.37.8-1noble.20260425.172553 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 3031 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-highgui406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopencv-videoio406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), 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.37.8-1noble.20260425.172553_arm64.deb Size: 380176 SHA256: 74de972a8a0c4996e784ad2e716690a2918439e1152e526c7c7e86d2b5ec2f50 SHA1: 96a35235baa406505e1ebb1e14e37380b58f2ad5 MD5sum: 9a2dd267c81dfa47cba51a3e6bfc01ff Description: Demonstrations of intra process communication. Package: ros-rolling-intra-process-demo-dbgsym Package-Type: ddeb Source: ros-rolling-intra-process-demo Version: 0.37.8-1noble.20260425.172553 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 14303 Depends: ros-rolling-intra-process-demo (= 0.37.8-1noble.20260425.172553) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-intra-process-demo/ros-rolling-intra-process-demo-dbgsym_0.37.8-1noble.20260425.172553_arm64.deb Size: 11996522 SHA256: 2c98c2452fa86157d9a2bf58a589b888504d9e27f05aaef9c30977456268291f SHA1: 85bea8b5b715d537a7e7593eb6c731b23bc98da4 MD5sum: afe9693e6d7a43ae061da8c658a8c706 Description: debug symbols for ros-rolling-intra-process-demo Build-Ids: 06d3069c6f1b36dffdc428fe4dec81e7ae521dc9 1cb2bf3b18100e709f3111299960c91feb152fcd 2c1c26ed9a75fb4085684accedf742437c1f6dc9 33e2f4224268f6a5737a2550ff24c36b97f23cf6 4cd3c6b9001261d0e67d0e25e5ba17c63526f1fc d8e58c8eaad388904ad72d7e73bdbfcc414e8332 eb8e4f3dd54632702ce04aa7836ff19706a5f27b Package: ros-rolling-inverse-dynamics-solver Version: 6.0.1-3noble.20260425.182003 Architecture: arm64 Maintainer: Enrico Ferrentino Installed-Size: 274 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.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-3noble.20260425.182003_arm64.deb Size: 64846 SHA256: cc82f12d38d748c365eb47020a8df19080a6abfed53c0b2b1967eda665a2b4ce SHA1: 140643207f3d0bfd5d42a5ce6d4971453d24e4c3 MD5sum: f9fb2b4be2405530a5441b287cd84761 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-3noble.20260425.182003 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Enrico Ferrentino Installed-Size: 1279 Depends: ros-rolling-inverse-dynamics-solver (= 6.0.1-3noble.20260425.182003) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-inverse-dynamics-solver/ros-rolling-inverse-dynamics-solver-dbgsym_6.0.1-3noble.20260425.182003_arm64.deb Size: 1207172 SHA256: 22774c6a95430a1890349706dc3e374f9836a8534ac2d3bd9aa80befb61781a5 SHA1: 91fd9e5ba8d384b36b3e40af2e82df3da73bceee MD5sum: e3fdb9db26b8487051095651f648a433 Description: debug symbols for ros-rolling-inverse-dynamics-solver Build-Ids: 949839324226b6198cd1d6014dc2be52528ef705 Package: ros-rolling-irobot-create-msgs Version: 2.1.0-3noble.20260425.135852 Architecture: arm64 Maintainer: Alberto Soragna Installed-Size: 16703 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-irobot-create-msgs/ros-rolling-irobot-create-msgs_2.1.0-3noble.20260425.135852_arm64.deb Size: 833424 SHA256: 524242f9e4ef2c8786215e3e1c58f288a108952a4ca436e881797d1e9ba87e75 SHA1: 2bff5e2ca38b7994fe02f7e6fb2bee37f5dd714a MD5sum: 70009c91334f19e27d89c4344a8bd28c 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-3noble.20260425.135852 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alberto Soragna Installed-Size: 9148 Depends: ros-rolling-irobot-create-msgs (= 2.1.0-3noble.20260425.135852) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-irobot-create-msgs/ros-rolling-irobot-create-msgs-dbgsym_2.1.0-3noble.20260425.135852_arm64.deb Size: 6351788 SHA256: 9a4fd1eba4caf468399e6a2356f702ac1c369f819b870f6f29943c70231accd1 SHA1: 51f81cb21dca1eadb70afb9a617d1842f31c64df MD5sum: 80125c44a3bd3a6e80a6a39e98471f51 Description: debug symbols for ros-rolling-irobot-create-msgs Build-Ids: 0a2fcd432b0a22581ca0b4c31c469b5a7d6131f4 0b65a9ea4d150789678f8ca0131ce48bd73a0c32 164f6d51bd026883e2ec0d18427f75d4af444272 396d43623af49ec872d2459652d49339d26a6554 49bd67353178a3218e29bc6193ce20baa87f53a2 a99b45ea9c77e95073c059e4dcbb7b6b5e7d7eac bcab5801db5438f3735daa7fecb250781ee5827d c30aaaf45352295cb9e35c78e93670128ac03f66 d446b5789fbf0f59507e5bd473a1af8a50f22482 e4ab4f6615e5d2900fb2f7a7a4cc4e1fa4da3487 fd3ee0d6c5623daf79312e4d42ba3d190082f459 Package: ros-rolling-jacro Version: 0.2.0-2noble.20260425.090521 Architecture: arm64 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-2noble.20260425.090521_arm64.deb Size: 8608 SHA256: 6e58e7338a38ce35023f62b85d224219a61b6ef5141800be40b38e7efff73a33 SHA1: 84fd1a7ea4479cf72b2a983aafc127b987f8b0a5 MD5sum: 6beaeec5a65d46cf384960100df586de Description: TODO: Project Short Description Package: ros-rolling-joint-limits Version: 6.7.0-1noble.20260425.223147 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 473 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+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.7.0-1noble.20260425.223147_arm64.deb Size: 78342 SHA256: 1b6bc421d819effaec0357bdd0d642c43ef89bc63cc148775389c624aad7e634 SHA1: a446ab9f7db7183f22ec2d817bf5f3c498b868ce MD5sum: 54447a97e8f0be4143a9e2072fd3c117 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.7.0-1noble.20260425.223147 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 1072 Depends: ros-rolling-joint-limits (= 6.7.0-1noble.20260425.223147) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-joint-limits/ros-rolling-joint-limits-dbgsym_6.7.0-1noble.20260425.223147_arm64.deb Size: 950042 SHA256: bc87500b8787462094d7aeeae1c2797130c9383f98d7f0a1678d3da5aaba5f80 SHA1: 22d0763869eecf58e8c02e9d8616147301f1edd2 MD5sum: df8a639da131fd8a4a9145393c6c39b8 Description: debug symbols for ros-rolling-joint-limits Build-Ids: 1c79d565c2f1fbe2bf8096b3f07b43d15c2b8967 6b17c9639b5f1f56bdadc272c6bb058814f5f9ad d78c374d78f1550f1f38fe031cd05372af2026f5 Package: ros-rolling-joint-state-broadcaster Version: 6.6.0-1noble.20260425.233354 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 424 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-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-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.6.0-1noble.20260425.233354_arm64.deb Size: 106924 SHA256: 1e2f9cbd7538407631a4378fb020ec90c92093b7f45211499d4ba3db398d3305 SHA1: 2855485583aaab2053a2e3ddb0847c858b900b8e MD5sum: 49d15ff7bedbd9cbc2b019be01b8830f Description: Broadcaster to publish joint state Package: ros-rolling-joint-state-broadcaster-dbgsym Package-Type: ddeb Source: ros-rolling-joint-state-broadcaster Version: 6.6.0-1noble.20260425.233354 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 1790 Depends: ros-rolling-joint-state-broadcaster (= 6.6.0-1noble.20260425.233354) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-joint-state-broadcaster/ros-rolling-joint-state-broadcaster-dbgsym_6.6.0-1noble.20260425.233354_arm64.deb Size: 1622850 SHA256: 871195006f796b33ac95380b66fa045108144c8cba3a59545d874c54099e0457 SHA1: 6d67d8f8d5083fb7a8983cb5d0539b0a3994ecf1 MD5sum: 1238d382e546de5701fa5cab758b8878 Description: debug symbols for ros-rolling-joint-state-broadcaster Build-Ids: 65319fbf267d4c05f8afd739819e85db8ee4d4d6 Package: ros-rolling-joint-state-publisher Version: 2.4.1-1noble.20260425.201051 Architecture: arm64 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.1-1noble.20260425.201051_arm64.deb Size: 19728 SHA256: 5622c505f35d915fca3c683eaac051cf6cec5241f9a617b8d4cfca7706b0daf5 SHA1: f9371cbcca1f0a4027f7e71dc0ead9047797ec4d MD5sum: cfd2770277cd3711a1e0ba14d2586d9f 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.1-1noble.20260428.035114 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 72 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.1-1noble.20260428.035114_arm64.deb Size: 16992 SHA256: 5f78e9bac48644a1e86240285c643a5bea969a209b12ab5976f77f1b269202b3 SHA1: 1b34ae8c54f80b09c4a43fe036d9bed064153e59 MD5sum: 8ec90e09e81c9f64886de960e459906d 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.0.0-1noble.20260425.225510 Architecture: arm64 Maintainer: Marq Rasmussen Installed-Size: 519 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.0.0-1noble.20260425.225510_arm64.deb Size: 111270 SHA256: 6e2fb247249fe15ba8cde8cd37fa5e67ce6d5ca0bad663fad7eb95c6a4fe8617 SHA1: 4672870b20ffa6ed2b0f1f3c35de21085439f684 MD5sum: 10567753eee46f68a93e3f0c73100220 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.0.0-1noble.20260425.225510 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Marq Rasmussen Installed-Size: 2422 Depends: ros-rolling-joint-state-topic-hardware-interface (= 1.0.0-1noble.20260425.225510) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-joint-state-topic-hardware-interface/ros-rolling-joint-state-topic-hardware-interface-dbgsym_1.0.0-1noble.20260425.225510_arm64.deb Size: 2072596 SHA256: 0375ed00e65a11653f39834696a388621b14b7cbdac584e7b0db26b37e0f940f SHA1: 120ba4e99d881802f6676a408c6b633ac0cb2c53 MD5sum: e5437d9a3cc020278b1e026df18c3e2b Description: debug symbols for ros-rolling-joint-state-topic-hardware-interface Build-Ids: 8c8873bf5f5c4bb62fc271f8c7fc73aa054249b0 Package: ros-rolling-joint-trajectory-controller Version: 6.6.0-1noble.20260425.230335 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 1435 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.6.0-1noble.20260425.230335_arm64.deb Size: 312706 SHA256: 4fc3b64969c56d6936468f621d79c6bb8308e1d32a91e4128921255dc1e9f41e SHA1: c52f7dbac523436a62a78590b3e4ffcc9c8a4920 MD5sum: 73373c6d11a89dc540ebf3319cdbe773 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.6.0-1noble.20260425.230335 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 5638 Depends: ros-rolling-joint-trajectory-controller (= 6.6.0-1noble.20260425.230335) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-joint-trajectory-controller/ros-rolling-joint-trajectory-controller-dbgsym_6.6.0-1noble.20260425.230335_arm64.deb Size: 4859744 SHA256: 8be358d1a9e85750e2adff3b3499c4e217e0e07aeda365a9392072da803bf86a SHA1: 832405aca8cd9135477828a407c6f482e6add96e MD5sum: 92733c34ef92db5970898c384784749f Description: debug symbols for ros-rolling-joint-trajectory-controller Build-Ids: 1dd8fc7398ef702dce8778bc22bb00e49ee5c6e4 Package: ros-rolling-joy Version: 3.3.0-2noble.20260425.184646 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 1321 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 (>= 13.1), ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sdl2-vendor, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-joy/ros-rolling-joy_3.3.0-2noble.20260425.184646_arm64.deb Size: 187952 SHA256: 773d1783294914502982e152dea2a810001f8d7ccabb82dd2e5092a5fce090f6 SHA1: d5b31401357e8c603ef05600f6c3d2d95fb622c4 MD5sum: 744fe1305300ec15bf59823600b138d2 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-2noble.20260425.184646 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 5676 Depends: ros-rolling-joy (= 3.3.0-2noble.20260425.184646) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-joy/ros-rolling-joy-dbgsym_3.3.0-2noble.20260425.184646_arm64.deb Size: 4725872 SHA256: 96f49be2a200c714802ab25bd53df339e9db10346454c59a3c8ad6badd4afa2e SHA1: bd8cef8612e72313e85c8514e820657541cfc882 MD5sum: 2e1d2251bd4400bc10774c55a688bb28 Description: debug symbols for ros-rolling-joy Build-Ids: 1afc05ce826aa42c32beff41b4f2a7d82c283df9 3f5d54e6d8f14d9d9370355051303c2d846a8a33 4d7c3633156056a46006b08f5f3936d2ae4890f6 6756303a66cb2ff206c5dd52aeadd63bcd8cb2a3 aeb085292cf8e451662748c54317531c3602d952 Package: ros-rolling-joy-linux Version: 3.3.0-2noble.20260425.171259 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 562 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-sensor-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-joy-linux/ros-rolling-joy-linux_3.3.0-2noble.20260425.171259_arm64.deb Size: 118962 SHA256: 200382bb221d05f7f75fc1851f1cd2109470656fb4f04e6431f468737416d064 SHA1: c9b417ba8d92804fe01400a7db780e6fc9a3af3b MD5sum: 9b542aafe4420ec9f7b390f34bbeebd9 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-2noble.20260425.171259 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 2506 Depends: ros-rolling-joy-linux (= 3.3.0-2noble.20260425.171259) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-joy-linux/ros-rolling-joy-linux-dbgsym_3.3.0-2noble.20260425.171259_arm64.deb Size: 2117672 SHA256: aa731a2f39c489511694352fff4cff87dcf9ece19c378bb4c8b27c22aef034df SHA1: 57f9cde647c905597485db24edd0c0926a1d750a MD5sum: a6c07432675e0da9810173092b85477b Description: debug symbols for ros-rolling-joy-linux Build-Ids: 22c3b088b75a6cbb8480fbb9a469a5d6c5d4907f Package: ros-rolling-joy-teleop Version: 2.0.0-1noble.20260425.193753 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 91 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-joy-teleop/ros-rolling-joy-teleop_2.0.0-1noble.20260425.193753_arm64.deb Size: 22052 SHA256: 142b82aaab5ce6801cc7883350639f428d91698c78747202c904f8a1eef840ec SHA1: f5e8edf2bfdb94390c8617b501a0df2b2d35d1b0 MD5sum: a1cc04d7f2a7980191409dd8dc4edb3e Description: A (to be) generic joystick interface to control a robot Package: ros-rolling-joy-tester Version: 0.0.2-3noble.20260425.202807 Architecture: arm64 Maintainer: Josh Newans Installed-Size: 44 Depends: python3-tk, ros-rolling-rclpy, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-joy-tester/ros-rolling-joy-tester_0.0.2-3noble.20260425.202807_arm64.deb Size: 7490 SHA256: 9b3d0573d429bfc3f2ed5116b9636457583adcd67526201cd15bf595385b30ac SHA1: 062a3338cc1db7896817893cda87aee4f3db3614 MD5sum: 209bfd5f2669ef48610d4b77201c3981 Description: Simple GUI tool for testing joysticks/gamepads Package: ros-rolling-jrl-cmakemodules Version: 1.1.2-1noble.20260423.224438 Architecture: arm64 Maintainer: Guilhem Saurel Installed-Size: 24647 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_1.1.2-1noble.20260423.224438_arm64.deb Size: 2218682 SHA256: fc8279724e75525392695e2b421b5946dfd9bfa241983e93ec14fcd15e9d6859 SHA1: 2ff0c5e4c79978a472d84a08205ea8d3ae8d287e MD5sum: ee7c5d9c908a677841949b6aa6ed9996 Description: CMake utility toolbox Package: ros-rolling-kartech-linear-actuator-msgs Version: 4.0.0-3noble.20260425.134426 Architecture: arm64 Maintainer: AutonomouStuff Software Team Installed-Size: 3852 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-3noble.20260425.134426_arm64.deb Size: 214870 SHA256: 073e056f9df0206617ea645f617c10129c01cd9e6283f8e253484643721033ff SHA1: 97680c9b80ae7f937158c26fd6bb92f02069a0b4 MD5sum: 10d279fcc1584041ae5891ead3249a8a 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-3noble.20260425.134426 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: AutonomouStuff Software Team Installed-Size: 2625 Depends: ros-rolling-kartech-linear-actuator-msgs (= 4.0.0-3noble.20260425.134426) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kartech-linear-actuator-msgs/ros-rolling-kartech-linear-actuator-msgs-dbgsym_4.0.0-3noble.20260425.134426_arm64.deb Size: 1932606 SHA256: 29cb49c376200d2769d886b1985e436469c8876ae14a58f836724ff7b7cc255e SHA1: 4e249da7c0ee7dfc826ccfc62bc38485051e4537 MD5sum: 9ad65fced1f8bef5ec370200a2ad4f99 Description: debug symbols for ros-rolling-kartech-linear-actuator-msgs Build-Ids: 4a09b0dfd33e6a8e5e0b02324a1e0f4e9889675e 4af723365aa0609dc3921680f0e74398d011f7c1 85bf87f31f0fa587011740c0e6dca4c918e564a9 8abb546169b0869748c292852eb3b1c219776eaf 8e4d7a517b23dafcc6b773128d3542fd75a1d440 94416c6d9258265153901b34b5fad6b475659d5b b13186697e447d22bbad8c00c39178f381cfd666 be536aed872676312c12ccdc793624dceafa5942 f09957fca898d70961cdf41142fb94e36e4db1ad f3e9b44b0b63f901f860ce50c6706aa6da432747 f6df17279eb0235ca12d8c71678c28f2a1e7f619 Package: ros-rolling-kdl-inverse-dynamics-solver Version: 6.0.1-3noble.20260428.040222 Architecture: arm64 Maintainer: Enrico Ferrentino Installed-Size: 14468 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), 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-3noble.20260428.040222_arm64.deb Size: 6463198 SHA256: 013b54ca49fd285068b7bae5da7a2aef85b41945564999e71d113e5a30381d8b SHA1: dea4b6d821bfcd1a3947662903f78d7b1de587bf MD5sum: d19c9de32fc3d7fa93674f0ed8d75946 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-3noble.20260428.040222 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Enrico Ferrentino Installed-Size: 452 Depends: ros-rolling-kdl-inverse-dynamics-solver (= 6.0.1-3noble.20260428.040222) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kdl-inverse-dynamics-solver/ros-rolling-kdl-inverse-dynamics-solver-dbgsym_6.0.1-3noble.20260428.040222_arm64.deb Size: 420374 SHA256: ef556091258afbad09cf5a9a31382cac90bf795f1f31a2692b30ce1c240da782 SHA1: 19179d2dd53ecd9ac4fd596ac5bac6cf9220e3ee MD5sum: e91fa0d7438a93ae9d4e701ade904cd1 Description: debug symbols for ros-rolling-kdl-inverse-dynamics-solver Build-Ids: 9022ef46a6d82a4181bcb9a70c662b9d278ff2ee Package: ros-rolling-kdl-parser Version: 3.0.1-1noble.20260425.163656 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 135 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), liborocos-kdl-dev, ros-rolling-rcutils, ros-rolling-urdf, ros-rolling-urdfdom-headers, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kdl-parser/ros-rolling-kdl-parser_3.0.1-1noble.20260425.163656_arm64.deb Size: 21206 SHA256: b1bb7e0404242345a8cecdec5da38dda4175896a141871b65538573fc0799bb4 SHA1: d2c3f627567d34fc22497c6cc882ae649ad8b26e MD5sum: eec2897d411bdb041889065d20600717 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.0.1-1noble.20260425.163656 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 191 Depends: ros-rolling-kdl-parser (= 3.0.1-1noble.20260425.163656) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kdl-parser/ros-rolling-kdl-parser-dbgsym_3.0.1-1noble.20260425.163656_arm64.deb Size: 170980 SHA256: 2b6ab4031bcc5147e0f0f3f1117c7c8593aa56ad2fee15f4ea10cd245bf64b07 SHA1: c1bb04385938f46f36da4e545fe93c4f693440fa MD5sum: 9febb3accca991cb6ff0915c3d130619 Description: debug symbols for ros-rolling-kdl-parser Build-Ids: c7bc564f3c962d096b642d9bf3b2e2781642131d Package: ros-rolling-kdl-parser-py Version: 3.0.0-1noble.20260425.204027 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 43 Depends: ros-rolling-python-orocos-kdl-vendor, ros-rolling-urdfdom-py, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kdl-parser-py/ros-rolling-kdl-parser-py_3.0.0-1noble.20260425.204027_arm64.deb Size: 8010 SHA256: b0a31891e2c4ec0a21b8f7414fe366684be3f9809c4062740d041a80dd56d73d SHA1: 1b1ae6f86fd46629c581172533b5f859b8ef5d44 MD5sum: a79a179f785fe522a7bed8b8dea67b8f 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-1noble.20260425.201941 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 53 Depends: ros-rolling-geometry-msgs, ros-rolling-rclpy, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-key-teleop/ros-rolling-key-teleop_2.0.0-1noble.20260425.201941_arm64.deb Size: 11912 SHA256: dfa6a5393bf9a3dd59178deacf64ae69f474d60eab5dedfa94bfa5d2e3edb905 SHA1: 3dafcb4b226247674c672156b9f3a016c061a6b0 MD5sum: c96d66f3a4a5e6d8dfc78c310d830cf2 Description: A text-based interface to send a robot movement commands. Package: ros-rolling-keyboard-handler Version: 0.5.0-1noble.20260425.090614 Architecture: arm64 Maintainer: michael Installed-Size: 157 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-keyboard-handler/ros-rolling-keyboard-handler_0.5.0-1noble.20260425.090614_arm64.deb Size: 32292 SHA256: 91d02aab95223f852cce4a6e759146acb09db0f579e0fe6a4c8303945aae7a26 SHA1: 4c15d6c4515eea9c7c6a49178d87382c5e7b9909 MD5sum: 259658044de1d86e3a73f20c0f80edb4 Description: Handler for input from keyboard Package: ros-rolling-keyboard-handler-dbgsym Package-Type: ddeb Source: ros-rolling-keyboard-handler Version: 0.5.0-1noble.20260425.090614 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: michael Installed-Size: 245 Depends: ros-rolling-keyboard-handler (= 0.5.0-1noble.20260425.090614) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-keyboard-handler/ros-rolling-keyboard-handler-dbgsym_0.5.0-1noble.20260425.090614_arm64.deb Size: 210450 SHA256: 72e9f0cb0d711e92a39639c25fd34eadf2a265680045cecfcb0b16736e5d45f4 SHA1: 07ea96be3e28b6205963b8b8bdac5c8b92962f77 MD5sum: b3fac453c9a1cb31e08effc240f127f5 Description: debug symbols for ros-rolling-keyboard-handler Build-Ids: fee65dfd25293b2f098862c151d68dfd20f191eb Package: ros-rolling-kinematics-interface Version: 2.4.0-2noble.20260425.203729 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 138 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, ros-rolling-backward-ros, 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.0-2noble.20260425.203729_arm64.deb Size: 17140 SHA256: 6b18b6cf931e4c73ba54c4fd8d4ef01fcabb58d10d78760f00a0b0263333c21d SHA1: 49c9310e3f6d2302c6068ed230f5158fd2d7d6c7 MD5sum: 4c34560f2ca9681aad37fef6d5d4deb3 Description: Kinematics interface for ROS 2 control Package: ros-rolling-kinematics-interface-dbgsym Package-Type: ddeb Source: ros-rolling-kinematics-interface Version: 2.4.0-2noble.20260425.203729 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 173 Depends: ros-rolling-kinematics-interface (= 2.4.0-2noble.20260425.203729) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kinematics-interface/ros-rolling-kinematics-interface-dbgsym_2.4.0-2noble.20260425.203729_arm64.deb Size: 156284 SHA256: 64756dc8d39e797f9ad41559c00966212fa0c5f98456827f28ffe466d89100af SHA1: 52d91ae5d281a0b5bfdf305d6cced0c1d5f3e046 MD5sum: 65f6d21ff6c98a30eae8335851d66be5 Description: debug symbols for ros-rolling-kinematics-interface Build-Ids: 60822d4c8a4595df90eea3ea5bd151b798af2beb Package: ros-rolling-kinematics-interface-kdl Version: 2.4.0-2noble.20260425.204406 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 205 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), 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.0-2noble.20260425.204406_arm64.deb Size: 50902 SHA256: 71b95b27ea9468ae8e082a9c0ee048aed90f0003b1c93d62ecb8b1366154fa1b SHA1: dfb33d1c7fca2b064cbef8790b46966173a6a3b6 MD5sum: 6880c885cc84edcff456f61c9d566cd8 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.0-2noble.20260425.204406 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 1861 Depends: ros-rolling-kinematics-interface-kdl (= 2.4.0-2noble.20260425.204406) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kinematics-interface-kdl/ros-rolling-kinematics-interface-kdl-dbgsym_2.4.0-2noble.20260425.204406_arm64.deb Size: 1832822 SHA256: a2684609f9df81aa8905728c5572ebe78ad0b653116f8d9b07527167cfd6296b SHA1: 84ccd1d5e70e8e321ca237bf30ae4c1613963f09 MD5sum: bdc11682528dc4dccf57b1574d1ff80b Description: debug symbols for ros-rolling-kinematics-interface-kdl Build-Ids: 4a4d4e9f94ca5cef6cfbfcb4093e5da6adb1a5aa Package: ros-rolling-kinematics-interface-pinocchio Version: 2.4.0-2noble.20260425.204417 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 397 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-pinocchio, 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.0-2noble.20260425.204417_arm64.deb Size: 105820 SHA256: 64ae7bd7290ec95831721cf3e4b49612918c64b78c0e189791464b0ec3d114e6 SHA1: 8c00103aab2d08778f7ca1327611ef516a00737c MD5sum: 4b538db82b3ec4f4eb759739fea51898 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.0-2noble.20260425.204417 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 9378 Depends: ros-rolling-kinematics-interface-pinocchio (= 2.4.0-2noble.20260425.204417) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kinematics-interface-pinocchio/ros-rolling-kinematics-interface-pinocchio-dbgsym_2.4.0-2noble.20260425.204417_arm64.deb Size: 9202274 SHA256: d9bc99cfbd14148f9044757320c6d06087d79c789db59c299cff96a905d4d8e6 SHA1: 9aaf46a4ec08e1b75119af9bf60dc7d1f58144ee MD5sum: 272cd4c1c3fe6ff7d930707d8426d5d0 Description: debug symbols for ros-rolling-kinematics-interface-pinocchio Build-Ids: a26e5b0364711cd11136297fce489693bd814526 Package: ros-rolling-kitti-metrics-eval Version: 2.7.0-1noble.20260425.103726 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 209 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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_2.7.0-1noble.20260425.103726_arm64.deb Size: 59534 SHA256: 36f0db8000099c5cf8cffb71fc54214317565ba87ed5859c5fb8b74dd1b7cb62 SHA1: c07a8d8128d59ecb7006a031dcb231cb5a93679d MD5sum: cb41e6b57f59fa14463752ff1854953b 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: 2.7.0-1noble.20260425.103726 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 641 Depends: ros-rolling-kitti-metrics-eval (= 2.7.0-1noble.20260425.103726) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kitti-metrics-eval/ros-rolling-kitti-metrics-eval-dbgsym_2.7.0-1noble.20260425.103726_arm64.deb Size: 589046 SHA256: 9ff637ec9db22e098183e8b60a3b53958425f05b0a2d7c326ba6f6f362b267d9 SHA1: f80572275ec486bdb6c9f3b8a126fe4e5ceec012 MD5sum: 500364602951305e6cafec188cf95825 Description: debug symbols for ros-rolling-kitti-metrics-eval Build-Ids: da0e3db7f30f9a6574c877e1651125f8f5598e9d Package: ros-rolling-kobuki-ros-interfaces Version: 1.0.0-4noble.20260425.132853 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 4430 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-4noble.20260425.132853_arm64.deb Size: 298598 SHA256: 49f946962efa7fcc16b0967fa55767e5815e3b042b69ba3da8cb3e8c0cd1329e SHA1: 02d28b3591a39df94b56e80ac0bc23f663c1a16f MD5sum: 9e760ebae8a6db420d03c6899bdba93e 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-4noble.20260425.132853 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 3294 Depends: ros-rolling-kobuki-ros-interfaces (= 1.0.0-4noble.20260425.132853) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kobuki-ros-interfaces/ros-rolling-kobuki-ros-interfaces-dbgsym_1.0.0-4noble.20260425.132853_arm64.deb Size: 2486372 SHA256: ecb294cc223755a02c6f61964adbf4d3c147e77f9ff356af598a36b56276a782 SHA1: 2606b6b2651e8bc0dbcc4533347e2ff363dea8ea MD5sum: 252003f845ca19918538e4f2928dda06 Description: debug symbols for ros-rolling-kobuki-ros-interfaces Build-Ids: 25e400d0018c70875fb5f61b4deb60bb3e6a950f 4d81ee39bf7d12e6c765448e75d2b7a70dc68bab 4e700440fb9e7c3d391be0433a510decc7e8dc1a 7fc953f6f32972a6ee3fc7abd5020623100df9b8 8c0c3697bd0062a4ba49d11de5f9a7b6cf477ec3 8dfa6652a20edb058d9f80c06d82780525ae0efa 908934df1dd110f123e8053f1a495bd7cc30789a a6f786c9464704f421a6fb2a3e07a8ea097b23b1 b878a82783653a197c5f14c031841f457f8c5dfc d29a45fa2584004c5b7d1a40562356f0eaec3941 d4ce6cb4124b1a71bff8eb8a45c16d70716c4568 Package: ros-rolling-kobuki-velocity-smoother Version: 0.15.1-1noble.20260425.184651 Architecture: arm64 Maintainer: Jihoon Lee Installed-Size: 838 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-geometry-msgs, ros-rolling-nav-msgs, ros-rolling-rcl-interfaces, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/kobuki_velocity_smoother/github-kobuki-base-velocity_smoother/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kobuki-velocity-smoother/ros-rolling-kobuki-velocity-smoother_0.15.1-1noble.20260425.184651_arm64.deb Size: 141010 SHA256: 9692eff8d3a9a482640265aa445c44f7ca6dfc60a15bacb739cd742dbe5c5778 SHA1: 7b282b2a0c5ed06e15f8d437cf6e044f6314c6bb MD5sum: ec22e4c29fcea2028ec52e956bdd3b10 Description: Bound incoming velocity messages according to robot velocity and acceleration limits. Package: ros-rolling-kobuki-velocity-smoother-dbgsym Package-Type: ddeb Source: ros-rolling-kobuki-velocity-smoother Version: 0.15.1-1noble.20260425.184651 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jihoon Lee Installed-Size: 3384 Depends: ros-rolling-kobuki-velocity-smoother (= 0.15.1-1noble.20260425.184651) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kobuki-velocity-smoother/ros-rolling-kobuki-velocity-smoother-dbgsym_0.15.1-1noble.20260425.184651_arm64.deb Size: 2803284 SHA256: baec7e55b9243c4f439d50c3c80bc9fd5d444eec2597eeee2b774d5153a441a1 SHA1: 3e0361f4512860acb406c919abce3338f114bb9c MD5sum: f85741435d7d09595c68f16f09f88095 Description: debug symbols for ros-rolling-kobuki-velocity-smoother Build-Ids: 0bcba1bf5b1745e92d168c4649367d7deaa59115 fbf82c2c2dbeee1fd2c76452140002e2a3e0104f Package: ros-rolling-kompass Version: 0.4.1-1noble.20260426.000735 Architecture: arm64 Maintainer: Automatika Robotics Installed-Size: 757 Depends: python3-pykdl, ros-rolling-automatika-ros-sugar, ros-rolling-kompass-interfaces, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kompass/ros-rolling-kompass_0.4.1-1noble.20260426.000735_arm64.deb Size: 156766 SHA256: d47a0ea62178876891f686bc7230baa301d72dd542dbebd5ae74aeb260e5ccac SHA1: 56b31c483ac405a7101fa1da5c2d3003a57bc5a7 MD5sum: 763b63bed726d51714a46f4109b90862 Description: Kompass: Event-driven navigation system Package: ros-rolling-kompass-interfaces Version: 0.4.1-1noble.20260425.142100 Architecture: arm64 Maintainer: Automatika Robotics Installed-Size: 16004 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kompass-interfaces/ros-rolling-kompass-interfaces_0.4.1-1noble.20260425.142100_arm64.deb Size: 837646 SHA256: c62c9b7caa4d794cbc05e0372093a21e390fadda4732c3c64958bed8a9947ebf SHA1: f369decff229219b5af22021612c555be0741e6e MD5sum: 11b3fd6531f38ea39774c6762ec32e52 Description: ROS2 Interfaces for Kompass Package: ros-rolling-kompass-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-kompass-interfaces Version: 0.4.1-1noble.20260425.142100 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Automatika Robotics Installed-Size: 9449 Depends: ros-rolling-kompass-interfaces (= 0.4.1-1noble.20260425.142100) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kompass-interfaces/ros-rolling-kompass-interfaces-dbgsym_0.4.1-1noble.20260425.142100_arm64.deb Size: 6795856 SHA256: 01a4e9b267e191fafd483a9c96743b6a454d04283afc88abb4b0b1868d970080 SHA1: 1c6bf83a2f7d28758118e543cb5f59931119a509 MD5sum: b6907c880cc333981cc1bd6e77df3bc1 Description: debug symbols for ros-rolling-kompass-interfaces Build-Ids: 0969e2861c4999f1cf96d350f11bbbf6059fe592 451313546b6566772a076214d6923489f6813421 4e74118ca19845399bf3274e4bd6489194c8d1c2 56e1ab4fe569db002e287b54e626d23bc2c1615d 5953c8b3ed9cf00a24482ddec9e588595759c012 747b9d1a552c131e3db3a68576e57abd64b88bda 75234983d9bffe251c5963d7194e8e7063afc681 8b297ea2c57d0d31969148f418beaece50b4b609 9a6678b60edf6aa4330d40a72b5d9e7db06189f6 a860cf05484b70a386d0c58644f6776cc87477b5 e2d4535a794f551405dbf39145bd1e04e9c04be7 Package: ros-rolling-lanelet2 Version: 1.2.1-6noble.20260425.204652 Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 45 Depends: ros-rolling-lanelet2-core, ros-rolling-lanelet2-examples, ros-rolling-lanelet2-io, ros-rolling-lanelet2-maps, ros-rolling-lanelet2-matching, ros-rolling-lanelet2-projection, ros-rolling-lanelet2-python, ros-rolling-lanelet2-routing, ros-rolling-lanelet2-traffic-rules, ros-rolling-lanelet2-validation, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lanelet2/ros-rolling-lanelet2_1.2.1-6noble.20260425.204652_arm64.deb Size: 6050 SHA256: d01386f3cdec8301a344a6190e5443341fe79a3113fc2e542e2c9db8fae54a45 SHA1: 3e53112197da21b2a7ddc9766e707c559b9aad4b MD5sum: 14d2ba4e9913b2dfd88061b3af7dde7d Description: Meta-package for lanelet2 Package: ros-rolling-lanelet2-core Version: 1.2.1-6noble.20260425.082453 Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 1766 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-all-dev, libeigen3-dev, ros-rolling-mrt-cmake-modules, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lanelet2-core/ros-rolling-lanelet2-core_1.2.1-6noble.20260425.082453_arm64.deb Size: 415126 SHA256: 1cd109a56019ac02754170c191058dba2b7dcb09bded143f6164644fb3c5dce9 SHA1: c3fca1104236749be305c69b5126dc69c458900e MD5sum: 64e9d12725256560ca0dfa316df511c1 Description: Lanelet2 core module Package: ros-rolling-lanelet2-core-dbgsym Package-Type: ddeb Source: ros-rolling-lanelet2-core Version: 1.2.1-6noble.20260425.082453 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 12503 Depends: ros-rolling-lanelet2-core (= 1.2.1-6noble.20260425.082453) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lanelet2-core/ros-rolling-lanelet2-core-dbgsym_1.2.1-6noble.20260425.082453_arm64.deb Size: 11674490 SHA256: 79865672e10c020da4962ecb3cd61e59a3938571eb2cade472d63b6f65ab820f SHA1: 98935b8fd3de49af01ba443d1e642b13cb86db6c MD5sum: ec7bcc29e3dee62c7af91a0c2faedd94 Description: debug symbols for ros-rolling-lanelet2-core Build-Ids: b63901ab77e742a4f1cab41d6f83360817748d92 Package: ros-rolling-lanelet2-examples Version: 1.2.1-6noble.20260425.203838 Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 618 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-lanelet2-core, ros-rolling-lanelet2-io, ros-rolling-lanelet2-matching, ros-rolling-lanelet2-projection, ros-rolling-lanelet2-routing, ros-rolling-lanelet2-traffic-rules, ros-rolling-lanelet2-python, ros-rolling-mrt-cmake-modules, ros-rolling-ros2cli, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lanelet2-examples/ros-rolling-lanelet2-examples_1.2.1-6noble.20260425.203838_arm64.deb Size: 97670 SHA256: 5048d743d22a7b4a0e293c5c077d482ee097f505218276e4d6f17d76000d59e9 SHA1: 209e8a926e8c080d8064eeb1c44577bce2765d11 MD5sum: 5259d9abeb9763ddab77a008ff5d8774 Description: Examples for working with Lanelet2 Package: ros-rolling-lanelet2-examples-dbgsym Package-Type: ddeb Source: ros-rolling-lanelet2-examples Version: 1.2.1-6noble.20260425.203838 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 5384 Depends: ros-rolling-lanelet2-examples (= 1.2.1-6noble.20260425.203838) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lanelet2-examples/ros-rolling-lanelet2-examples-dbgsym_1.2.1-6noble.20260425.203838_arm64.deb Size: 5184024 SHA256: 7257cc14408cd6ec191d69029cea466d4342ab5f3456b000a54472054f70c6e3 SHA1: 0c556edd08c2798d257e1b8066f81bd03129594b MD5sum: 53f16eaba7a2f7c50fe02f73a9a9c8e2 Description: debug symbols for ros-rolling-lanelet2-examples Build-Ids: 0d031f904dd910a7d72f30c73a7f578a414225f0 1bf09a2412eee7dbc7fd51ce157f6f355423b527 22af8cbfa205f6c9fd4c1986e2d71c3b5cbe11b8 28c86692926e860ebdcf2ed52656565bcd4ad5b9 6f0d1d4ccac1554e6b42686aee0c66bb64ccf656 8ad84a26dfd59ffc93a965768a8bb1b3cc598b2e fe2bcab0bbb5fceff5afa57a66650829f9a3ec2d Package: ros-rolling-lanelet2-io Version: 1.2.1-6noble.20260425.102623 Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 1036 Depends: libboost-filesystem1.83.0 (>= 1.83.0), libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpugixml1v5 (>= 1.7), libstdc++6 (>= 13.1), ros-rolling-lanelet2-core, libboost-all-dev, libpugixml-dev, ros-rolling-mrt-cmake-modules, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lanelet2-io/ros-rolling-lanelet2-io_1.2.1-6noble.20260425.102623_arm64.deb Size: 235402 SHA256: 40f70fc5d8f4e1a212ec91f1192cc3d398a385cb45872914cacefd1abf56e1e8 SHA1: 2a50b85d5f7765495f6535d5bd29a4b89fe17e4e MD5sum: 16ac2c3103411e4cbd91c4159b89f330 Description: Parser/Writer module for lanelet2 Package: ros-rolling-lanelet2-io-dbgsym Package-Type: ddeb Source: ros-rolling-lanelet2-io Version: 1.2.1-6noble.20260425.102623 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 5493 Depends: ros-rolling-lanelet2-io (= 1.2.1-6noble.20260425.102623) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lanelet2-io/ros-rolling-lanelet2-io-dbgsym_1.2.1-6noble.20260425.102623_arm64.deb Size: 4706564 SHA256: bbfcebb186cc6ad925094a9accc073fd16ecb53c4883849bd4f2afa3fe91c5d3 SHA1: f1803bea9733ca0334aa8321687d8f3f4cb4a2ea MD5sum: ebd5770473f3cd266b8e90af1037bc75 Description: debug symbols for ros-rolling-lanelet2-io Build-Ids: a855d45b6d6dcc7f38890e07c8cc51fd10f49357 Package: ros-rolling-lanelet2-maps Version: 1.2.1-6noble.20260425.102623 Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 790 Depends: ros-rolling-lanelet2-core, ros-rolling-mrt-cmake-modules, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lanelet2-maps/ros-rolling-lanelet2-maps_1.2.1-6noble.20260425.102623_arm64.deb Size: 68266 SHA256: f9f31d9018ba50f71229068d75b9211f813505caaf4a9fd2874aefbdd2c7077d SHA1: 74b1a0484ba547fa58ae6f3e3e28248a862b7b9a MD5sum: 22c91957edb799dcda7993a9c64bbcaa Description: Example maps in the lanelet2-format Package: ros-rolling-lanelet2-matching Version: 1.2.1-6noble.20260425.103623 Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 289 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-lanelet2-core, ros-rolling-lanelet2-traffic-rules, ros-rolling-mrt-cmake-modules, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lanelet2-matching/ros-rolling-lanelet2-matching_1.2.1-6noble.20260425.103623_arm64.deb Size: 75222 SHA256: 1d9deb2757f761e9999105c546f6ee1648e8e6ada263689a51dd44ef2e14a61b SHA1: 763428ef2080fb95f5b535bd768a0d1436f618f9 MD5sum: 031388365459aaee7628b22421759921 Description: Library to match objects to lanelets Package: ros-rolling-lanelet2-matching-dbgsym Package-Type: ddeb Source: ros-rolling-lanelet2-matching Version: 1.2.1-6noble.20260425.103623 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 2256 Depends: ros-rolling-lanelet2-matching (= 1.2.1-6noble.20260425.103623) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lanelet2-matching/ros-rolling-lanelet2-matching-dbgsym_1.2.1-6noble.20260425.103623_arm64.deb Size: 2185448 SHA256: a0a9a6fa33d22d449750d4d4cff80163d67c981aade2d9ab3d75f3d1ce3ba313 SHA1: d3997221e88c7e2077e232704503351272651f04 MD5sum: 69b34450b7f98105d9954d4890564264 Description: debug symbols for ros-rolling-lanelet2-matching Build-Ids: 09f6a0a09da44c05ad93bfd1cb28b6b2a6f27de0 Package: ros-rolling-lanelet2-projection Version: 1.2.1-6noble.20260425.111449 Architecture: arm64 Maintainer: Jan-Hendrik Pauls Installed-Size: 152 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libgeographiclib26 (>= 1.40), libstdc++6 (>= 5.2), libgeographiclib-dev, ros-rolling-lanelet2-io, ros-rolling-mrt-cmake-modules, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lanelet2-projection/ros-rolling-lanelet2-projection_1.2.1-6noble.20260425.111449_arm64.deb Size: 19834 SHA256: 8e28b0d243ef952122161ce942bcf382a280d77b2396a0cc4cbac7b9d67feb92 SHA1: d28d1805394f7155d61394b1684370013744cfe9 MD5sum: 5b169954cc650f7766bf6a2548003f89 Description: Lanelet2 projection library for lat/lon to local x/y conversion Package: ros-rolling-lanelet2-projection-dbgsym Package-Type: ddeb Source: ros-rolling-lanelet2-projection Version: 1.2.1-6noble.20260425.111449 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jan-Hendrik Pauls Installed-Size: 174 Depends: ros-rolling-lanelet2-projection (= 1.2.1-6noble.20260425.111449) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lanelet2-projection/ros-rolling-lanelet2-projection-dbgsym_1.2.1-6noble.20260425.111449_arm64.deb Size: 149474 SHA256: eed3a6e3387c1db3d592ab8ae29bb26593c9a2de195ba8629633fb2119b104ab SHA1: 0445ac2b7b86780065f799af0a6c45b2f37b742c MD5sum: 7875b4dbb21da0facc33e82e5810a4a9 Description: debug symbols for ros-rolling-lanelet2-projection Build-Ids: b330ee07eda8b84d8b4eab6a66cbf6db692e2bbf Package: ros-rolling-lanelet2-python Version: 1.2.1-6noble.20260425.112200 Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 6489 Depends: libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py312, libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-rolling-lanelet2-core, ros-rolling-lanelet2-io, ros-rolling-lanelet2-matching, ros-rolling-lanelet2-projection, ros-rolling-lanelet2-routing, ros-rolling-lanelet2-traffic-rules, libboost-python-dev, ros-rolling-mrt-cmake-modules, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lanelet2-python/ros-rolling-lanelet2-python_1.2.1-6noble.20260425.112200_arm64.deb Size: 1065734 SHA256: 7cf3cc2b64fee72ae6b81ccac00da2b9a4dd1d76335226f255a4113025bbde77 SHA1: 0dbb77cb58daec399b306df4b23dfcebc4283330 MD5sum: aef3589b0622049cb818011377debb14 Description: Python bindings for lanelet2 Package: ros-rolling-lanelet2-python-dbgsym Package-Type: ddeb Source: ros-rolling-lanelet2-python Version: 1.2.1-6noble.20260425.112200 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 28327 Depends: ros-rolling-lanelet2-python (= 1.2.1-6noble.20260425.112200) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lanelet2-python/ros-rolling-lanelet2-python-dbgsym_1.2.1-6noble.20260425.112200_arm64.deb Size: 22706970 SHA256: 56e0e8275772e4952972d1bb867980d293f5cd9c3b2a5784037d2d6500b8013f SHA1: c2e751bc16621eb19b1094e8d05b896889615b07 MD5sum: d879c8e0cc1c0f9d67bb32679d140bba Description: debug symbols for ros-rolling-lanelet2-python Build-Ids: 14cb917dbda571748ffc16c6b928c0fd5af09d9b 36a7df1861b34969b6cef32c4d2ca4a30fe3a5d1 7934d524d1115cb64e25be2dd3743e932ba62acd 83bd39264fefdae2d88a7dc1609a8f98b9bb9e08 b9a013063378722b2a92dbbbae636d2f38b0a14d e95183160e46cf489206bb34c7006905ac0954d1 ff1b6bb410d1700f68af5b6ed855f3c6f5ebae71 Package: ros-rolling-lanelet2-routing Version: 1.2.1-6noble.20260425.103744 Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 777 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-lanelet2-core, libboost-all-dev, ros-rolling-lanelet2-traffic-rules, ros-rolling-mrt-cmake-modules, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lanelet2-routing/ros-rolling-lanelet2-routing_1.2.1-6noble.20260425.103744_arm64.deb Size: 253046 SHA256: 634d3f994403fd5dc65f6259205b212710603a1c36a75ac9ccbe096a5cc20d2e SHA1: 5dbfd9e97ef8b87979f30fa0d86b33d2730cf943 MD5sum: 1e34b050c6f2e528d55de2d2b22c3edb Description: Routing module for lanelet2 Package: ros-rolling-lanelet2-routing-dbgsym Package-Type: ddeb Source: ros-rolling-lanelet2-routing Version: 1.2.1-6noble.20260425.103744 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 6228 Depends: ros-rolling-lanelet2-routing (= 1.2.1-6noble.20260425.103744) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lanelet2-routing/ros-rolling-lanelet2-routing-dbgsym_1.2.1-6noble.20260425.103744_arm64.deb Size: 5919510 SHA256: 3ac58ed7e79ed822d729abc9bb10eb846597b93b68c51cf600b04a533c1aacbf SHA1: e9669ab6536677761fc29276704f0c896cdaa802 MD5sum: 725da669cf4768aa8690006a739dfc8f Description: debug symbols for ros-rolling-lanelet2-routing Build-Ids: 6c8beb04f42b3633cc5123a65c794bf7e92c9311 Package: ros-rolling-lanelet2-traffic-rules Version: 1.2.1-6noble.20260425.102833 Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 227 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-lanelet2-core, ros-rolling-mrt-cmake-modules, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lanelet2-traffic-rules/ros-rolling-lanelet2-traffic-rules_1.2.1-6noble.20260425.102833_arm64.deb Size: 54470 SHA256: 49a53242cea0f2362cf05d2a0cdc9cb0c2fd2fe47e8ba8627307019248ec6aed SHA1: eef64d8a8113ae072c5f7771d4c18c22f97edce2 MD5sum: 456fcc03255d35ebd9aff818240f1e98 Description: Package for interpreting traffic rules in a lanelet map Package: ros-rolling-lanelet2-traffic-rules-dbgsym Package-Type: ddeb Source: ros-rolling-lanelet2-traffic-rules Version: 1.2.1-6noble.20260425.102833 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 1341 Depends: ros-rolling-lanelet2-traffic-rules (= 1.2.1-6noble.20260425.102833) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lanelet2-traffic-rules/ros-rolling-lanelet2-traffic-rules-dbgsym_1.2.1-6noble.20260425.102833_arm64.deb Size: 1286272 SHA256: 24eb904d65ebde550580f8729a5fec8a7d11bf1f26846b204b6e227b424b07cb SHA1: 29a805372ab2e1e470904bdb01b349b5b5a05849 MD5sum: 31ca870a7a8bdffd178e8a598f477ee4 Description: debug symbols for ros-rolling-lanelet2-traffic-rules Build-Ids: 85bf8149fb20ba3f3495f30d5d7bfb98784d0ff2 Package: ros-rolling-lanelet2-validation Version: 1.2.1-6noble.20260425.112146 Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 497 Depends: libboost-program-options1.83.0 (>= 1.83.0), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-lanelet2-core, ros-rolling-lanelet2-io, ros-rolling-lanelet2-projection, ros-rolling-lanelet2-routing, ros-rolling-lanelet2-traffic-rules, ros-rolling-mrt-cmake-modules, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lanelet2-validation/ros-rolling-lanelet2-validation_1.2.1-6noble.20260425.112146_arm64.deb Size: 123968 SHA256: fe02f40062ae92c9159669e439f0d0fab36a70ced2cf729b3318704d26da369d SHA1: 53df1c1af4aa8c01e095a10fa80d59eafecaa937 MD5sum: f637d276b6d4b59101a1749f9974716f Description: Package for sanitizing lanelet maps Package: ros-rolling-lanelet2-validation-dbgsym Package-Type: ddeb Source: ros-rolling-lanelet2-validation Version: 1.2.1-6noble.20260425.112146 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fabian Immel Installed-Size: 3810 Depends: ros-rolling-lanelet2-validation (= 1.2.1-6noble.20260425.112146) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lanelet2-validation/ros-rolling-lanelet2-validation-dbgsym_1.2.1-6noble.20260425.112146_arm64.deb Size: 3621398 SHA256: 1437b6f64da5552bf702bfe7a39948eb475c7c61aeb50e7d13c5da0d7a04faec SHA1: b0f605c00702f32ded75c4e2c84e03f296b96a11 MD5sum: c7efd05013d7b7e6eab2fc031e0d17f7 Description: debug symbols for ros-rolling-lanelet2-validation Build-Ids: 1545793fc697f276829ae77497813e9cf16d2bd3 e1bb63732b739313898f860f53c71715b304b41e Package: ros-rolling-laser-filters Version: 2.3.2-1noble.20260425.224053 Architecture: arm64 Maintainer: Jon Binney Installed-Size: 2811 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.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.2-1noble.20260425.224053_arm64.deb Size: 507062 SHA256: 378598c8ddf928461ad8af78e8ff7d315ea6da3cbfece36165f3fe688dcaff01 SHA1: 3f736c589eebdd4cafad5cac391070cf3f9c7472 MD5sum: a3151dffabcbd2bf1b66acac9e4256df 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.2-1noble.20260425.224053 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jon Binney Installed-Size: 12434 Depends: ros-rolling-laser-filters (= 2.3.2-1noble.20260425.224053) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-laser-filters/ros-rolling-laser-filters-dbgsym_2.3.2-1noble.20260425.224053_arm64.deb Size: 10528944 SHA256: 2f7566776ad529f84b5d7566c46be924d8c23942b6cc932a3e6ea6fcfd0f1b0a SHA1: 8a50f76af8b7c485523d20546846a4da7df9a75b MD5sum: b8828d1feead84e0f55c192ce42ac6da Description: debug symbols for ros-rolling-laser-filters Build-Ids: 088a9d43947cbf39fbdebd10289cbe24108e8797 18adec7938bf6e990a958057b4a723c024309d12 2be75c630d88817de6555675a9ca1caf9f3dcd85 c2ec0c5b55d5772ee4c45be3026309bc1cd553c8 e5cb59881788dd644b35f49181fcc1236f7dddfb Package: ros-rolling-laser-geometry Version: 2.11.3-4noble.20260425.172543 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 171 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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_2.11.3-4noble.20260425.172543_arm64.deb Size: 29174 SHA256: 7fdcbf6bf029ed1a78661d460900c0b7397fad9c9c7333f9a13d72d5101368e7 SHA1: 2ad3334eea02449f45ae00ab71832093f50304ac MD5sum: 7ba5c36e7fe63b428f86ec4612d94728 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: 2.11.3-4noble.20260425.172543 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 214 Depends: ros-rolling-laser-geometry (= 2.11.3-4noble.20260425.172543) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-laser-geometry/ros-rolling-laser-geometry-dbgsym_2.11.3-4noble.20260425.172543_arm64.deb Size: 194800 SHA256: f419e2fd6bbab4600165b8576496818f7dd9b686f83c428f7c50a3c1551d75e9 SHA1: 4abee4bf37ea66209fe2d6e4f63d4b39361f1b46 MD5sum: d8f3eb806adc3fcf6835205a05485089 Description: debug symbols for ros-rolling-laser-geometry Build-Ids: 312a19285fa01ce67d612e9e11396e845b99df19 Package: ros-rolling-laser-proc Version: 1.0.3-1noble.20260425.182032 Architecture: arm64 Maintainer: Chad Rockey Installed-Size: 790 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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-1noble.20260425.182032_arm64.deb Size: 142508 SHA256: 9c41828537e08172f06afdd52d215407cc97fd863ff0fd06b9badb255fce3055 SHA1: 8d72c5091848e77d33c7a2c1c8b43c02129ea1bc MD5sum: 3d0356545967711ccc93417486ebc61d Description: laser_proc Package: ros-rolling-laser-proc-dbgsym Package-Type: ddeb Source: ros-rolling-laser-proc Version: 1.0.3-1noble.20260425.182032 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chad Rockey Installed-Size: 3330 Depends: ros-rolling-laser-proc (= 1.0.3-1noble.20260425.182032) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-laser-proc/ros-rolling-laser-proc-dbgsym_1.0.3-1noble.20260425.182032_arm64.deb Size: 2865198 SHA256: c4bb278d9a6056e6476ff40b70fa3e55c53aa68d7509c7cdb91dfe793f7b6eb2 SHA1: 05a1680068d94a1e13cf2ddef8dbcf774482189a MD5sum: 241a4ba7ff5f3fa1acb0a514dee10f56 Description: debug symbols for ros-rolling-laser-proc Build-Ids: 190169401426fe2f3588fcbefbae55696b6438e5 47c376022fb4b663021287c877b577df40060773 6f66b6dc980a7e9d059a0a35afc0b29991c78e5e Package: ros-rolling-laser-segmentation Version: 3.0.2-1noble.20260425.182004 Architecture: arm64 Maintainer: Alberto Tudela Installed-Size: 832 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-rclcpp-lifecycle, ros-rolling-sensor-msgs, ros-rolling-slg-msgs, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-laser-segmentation/ros-rolling-laser-segmentation_3.0.2-1noble.20260425.182004_arm64.deb Size: 158460 SHA256: 451c7ebc2be2094a648a6fad5129463ce70f46a676b6b6c81860af325cdba080 SHA1: ac6e773fe9775d7c97ebed02af89de17b8ef2b77 MD5sum: 59f48716f05609ef21cfdf4ef66451a1 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-1noble.20260425.182004 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alberto Tudela Installed-Size: 3491 Depends: ros-rolling-laser-segmentation (= 3.0.2-1noble.20260425.182004) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-laser-segmentation/ros-rolling-laser-segmentation-dbgsym_3.0.2-1noble.20260425.182004_arm64.deb Size: 3020620 SHA256: 90c24e5e270f1932d9eb7ee05180d2eeb4f6682c49d8c4dd20e96760b3e2a8eb SHA1: 2f830f5448b682b932271aa67c79dd32df5321de MD5sum: ad623bb3ae33e3df62389177d749e1a7 Description: debug symbols for ros-rolling-laser-segmentation Build-Ids: 59b79679106aa180d8b1e051b80df51e08d6f78f 65d7a1136f6ca635690c61583c6abcc8160daec7 Package: ros-rolling-launch Version: 3.9.7-1noble.20260423.214530 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 1213 Depends: python3-lark, python3-osrf-pycommon, python3-typing-extensions, python3-yaml, ros-rolling-ament-index-python, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-launch/ros-rolling-launch_3.9.7-1noble.20260423.214530_arm64.deb Size: 227058 SHA256: 77dac0553ae95571c32c2858c82e846cbedd9343caae61beb25329fc7b671a2b SHA1: 5aa0ff436a1d23f8a65a3c168f42298904a34a9e MD5sum: 480998651033209ef37becadc4ab3d78 Description: The ROS launch tool. Package: ros-rolling-launch-frontend-py Version: 0.1.0-2noble.20260425.090607 Architecture: arm64 Maintainer: Emerson Knapp Installed-Size: 66 Depends: ros-rolling-launch, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-launch-frontend-py/ros-rolling-launch-frontend-py_0.1.0-2noble.20260425.090607_arm64.deb Size: 9374 SHA256: d17611cea1da2fd1e664826252689cb0d4d9dfdc40ce5cd63d9a4816d6edb48e SHA1: 90d792d14672195cc8aaa1e149ffb28725767be3 MD5sum: 5b4aaeba1d9703316f6178b60f53c98e Description: Python frontend for writing ROS 2 launch files Package: ros-rolling-launch-pal Version: 0.20.3-1noble.20260426.000850 Architecture: arm64 Maintainer: Jordan Palacios Installed-Size: 230 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-1noble.20260426.000850_arm64.deb Size: 54822 SHA256: ca0b556ea5be546dc2f9b12b30cc06e0f5ef4dc1cb7c6b050fa91c0b7685b040 SHA1: 864912e8c8ce7285057f8d95276ccfc466cd7f8c MD5sum: 9eef46fd1dacc6c90adbf77149944486 Description: Utilities for launch files Package: ros-rolling-launch-param-builder Version: 0.1.1-3noble.20260425.190809 Architecture: arm64 Maintainer: Jafar Abdi Installed-Size: 63 Depends: python3-yaml, ros-rolling-ament-index-python, ros-rolling-rclpy, ros-rolling-xacro, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-launch-param-builder/ros-rolling-launch-param-builder_0.1.1-3noble.20260425.190809_arm64.deb Size: 9014 SHA256: 1e182f63d9801eacb927a4b5572992781e742eec55908a149c4bdb55c6a184aa SHA1: c8a6cae54c26f41bdbbcc62ba411138d3cbfcfbc MD5sum: f4c3da8db05600fdc19705ce570519d2 Description: Python library for loading parameters in launch files Package: ros-rolling-launch-pytest Version: 3.9.7-1noble.20260425.061502 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 129 Depends: python3-osrf-pycommon, python3-pytest, ros-rolling-ament-index-python, ros-rolling-launch, ros-rolling-launch-testing, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-launch-pytest/ros-rolling-launch-pytest_3.9.7-1noble.20260425.061502_arm64.deb Size: 28266 SHA256: a481eb57e2073fc88ea8b63fdf960d9e06b907d57396c325f996f3cf6dce1214 SHA1: 9fcd5053da368792e2ff57b1fde456ed5195cfdb MD5sum: 87a325a0398a45af4eed218c90a35e52 Description: A package to create tests which involve launch files and multiple processes. Package: ros-rolling-launch-ros Version: 0.29.7-1noble.20260425.194418 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 463 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-launch-ros/ros-rolling-launch-ros_0.29.7-1noble.20260425.194418_arm64.deb Size: 95294 SHA256: ded60c5d1c8f47289e9588700f3d3746e5d6d9b2f1e3aa340a12ce3829fb3f8f SHA1: c983e57574e9974a7f20276a7fc3903e7c450dde MD5sum: cc328c76b8f94d2289899c742a2c00d4 Description: ROS specific extensions to the launch tool. Package: ros-rolling-launch-system-modes Version: 0.9.0-5noble.20260425.200047 Architecture: arm64 Maintainer: Arne Nordmann Installed-Size: 120 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-launch-system-modes/ros-rolling-launch-system-modes_0.9.0-5noble.20260425.200047_arm64.deb Size: 18388 SHA256: fede529876ce9cd95cd374b482719f3ada0f43343663f37f4d5b1a96beea62b6 SHA1: 15f598003ab110bf76320a5bb8e6577cc918e7b3 MD5sum: 2fe50d010bd4d54fc969e27e087b7b60 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.9.7-1noble.20260423.224334 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 401 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-launch-testing/ros-rolling-launch-testing_3.9.7-1noble.20260423.224334_arm64.deb Size: 88016 SHA256: b3f3764fe64fa89d123a83d9ac764f97d05fd3ee387c66ff2778f4537e52ea4e SHA1: d3cd1be11b6c8f785982fd408c148146e64e3291 MD5sum: ccac28cfa8b76e1fea033edf074a8928 Description: A package to create tests which involve launch files and multiple processes. Package: ros-rolling-launch-testing-ament-cmake Version: 3.9.7-1noble.20260425.083235 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 53 Depends: ros-rolling-ament-cmake-test, ros-rolling-launch-testing, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-launch-testing-ament-cmake/ros-rolling-launch-testing-ament-cmake_3.9.7-1noble.20260425.083235_arm64.deb Size: 9584 SHA256: feefc8910a969055178cb6880d7a862c096eb2b01f7118c28d36d133c56a5d74 SHA1: 23781fa534c320d830626d58c9f10668444a1642 MD5sum: de5a2537ead55415b53cbd5a6f649a4b Description: A package providing cmake functions for running launch tests from the build. Package: ros-rolling-launch-testing-examples Version: 0.21.5-1noble.20260426.003418 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 73 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-launch-testing-examples/ros-rolling-launch-testing-examples_0.21.5-1noble.20260426.003418_arm64.deb Size: 14480 SHA256: 5248d87699ce5c838711a10338ce9ef2108cddbb46be85f0e1ffd9646de34fb8 SHA1: 864efcac97e1b78f1e01cf57cf9648e374aca6d5 MD5sum: 0186d769edd9bfdc8529c57884b42a5f Description: Examples of simple launch tests Package: ros-rolling-launch-testing-ros Version: 0.29.7-1noble.20260425.203205 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 132 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-launch-testing-ros/ros-rolling-launch-testing-ros_0.29.7-1noble.20260425.203205_arm64.deb Size: 24110 SHA256: 33862e7991193485013dc939f63b26812c2c6d27658a2c9ce4d1e2c4007f919c SHA1: e76d77588dedf59d548f09fe2e9711cd98d7a3fc MD5sum: 3d50f4c0dfc854493d4a44993790f744 Description: A package providing utilities for writing ROS2 enabled launch tests. Package: ros-rolling-launch-xml Version: 3.9.7-1noble.20260423.221835 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 57 Depends: ros-rolling-launch, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-launch-xml/ros-rolling-launch-xml_3.9.7-1noble.20260423.221835_arm64.deb Size: 12182 SHA256: a84e3810fb64b3ebe7002a1ea187e179c1263d85b7a88f22fce3a133069cd41e SHA1: f4ef8372d500956a6b9265e10585ef9fae0f30ea MD5sum: 409e26279483519fe0cd639e9f456cb9 Description: XML frontend for the launch package. Package: ros-rolling-launch-yaml Version: 3.9.7-1noble.20260423.222036 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 57 Depends: ros-rolling-launch, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-launch-yaml/ros-rolling-launch-yaml_3.9.7-1noble.20260423.222036_arm64.deb Size: 12502 SHA256: c14a64cff488705956a2d3f61cc93425aff40d81bb1e4cfb7f19bb9676dbc69e SHA1: c2c15040a84025af0fb7debd6eed080d33f8b147 MD5sum: 2513ed7cb6290aa707e47dc9b9089253 Description: YAML frontend for the launch package. Package: ros-rolling-ld08-driver Version: 1.1.4-1noble.20260425.172553 Architecture: arm64 Maintainer: Pyo Installed-Size: 250 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libudev1 (>= 183), libboost-all-dev, libudev-dev, ros-rolling-rclcpp, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/ld08_driver Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ld08-driver/ros-rolling-ld08-driver_1.1.4-1noble.20260425.172553_arm64.deb Size: 61326 SHA256: 2b895ab115f07070284cb8f31e042ae18e6c550607f398b14324bd868d663999 SHA1: e5853e3718cc98fb481ba7ecea03b869bdaf123f MD5sum: c199a5f6fd88dd7421635511ece0230c Description: ROS package for LDS-02(LD08) Lidar. The Lidar sensor sends data to the Host controller for the Simultaneous Localization And Mapping(SLAM). Package: ros-rolling-ld08-driver-dbgsym Package-Type: ddeb Source: ros-rolling-ld08-driver Version: 1.1.4-1noble.20260425.172553 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 1068 Depends: ros-rolling-ld08-driver (= 1.1.4-1noble.20260425.172553) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ld08-driver/ros-rolling-ld08-driver-dbgsym_1.1.4-1noble.20260425.172553_arm64.deb Size: 977338 SHA256: c72180374d9ef1406c7d391ec1a8eb2252b0c3ca76b5fc54a29ed4c4b67c16fe SHA1: 7e10194a069406d3c22b6e6690ac847d7a1c9161 MD5sum: 43676cb915938b6f15ff18a7329f7710 Description: debug symbols for ros-rolling-ld08-driver Build-Ids: 9540f8b98652906d6aebb433949090b619d039ae Package: ros-rolling-lely-core-libraries Version: 0.3.2-1noble.20260425.090550 Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 4145 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), python3-empy, python3-yaml, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lely-core-libraries/ros-rolling-lely-core-libraries_0.3.2-1noble.20260425.090550_arm64.deb Size: 662146 SHA256: 18f713e1da37cae0aa072ca4ae61b34dbec514b9bf7b7bbaccc5dffaffbe8daf SHA1: c571a6bca34d1a4c3346cdd08f92c03c504e1100 MD5sum: fae416d95e2380b43941c59912203b67 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.2-1noble.20260425.090550 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christoph Hellmann Santos Installed-Size: 3513 Depends: ros-rolling-lely-core-libraries (= 0.3.2-1noble.20260425.090550) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lely-core-libraries/ros-rolling-lely-core-libraries-dbgsym_0.3.2-1noble.20260425.090550_arm64.deb Size: 2614854 SHA256: b519f1ee64df74b615db1248732790b12dbd673ef1174cf9dda2db23a7bc0a26 SHA1: 7440713dc92dd9a6fc5a71803a4499f619de50fe MD5sum: 6ad0aadc1516a208ce7d5b1c264b621b Description: debug symbols for ros-rolling-lely-core-libraries Build-Ids: 0436dd8792c78fc722b5166aa5331c1eede89cfa 1a9a18b1bdfb41b45d62d221271b4f08cdefa7d7 1bab6fbefa0e35c8ca19fb8440403fe329fdd557 2182238827471e1c72fb02ddf474fd8a89c32487 4b448a0b7dfa6ff46efeeab2218fe3f32d9ec48e 5190cbed1fb2ab3bb4731a48f8621b08b784c5f6 b3db9a48bf7c2f268faf474b51eede31783833b5 c852db21e00cd56ca8105bd5bd85215171fd4e65 eadcd772e1d73f0ccb1f09cc6c0e03dbdb899650 Package: ros-rolling-leo Version: 3.2.0-1noble.20260426.003146 Architecture: arm64 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-1noble.20260426.003146_arm64.deb Size: 5602 SHA256: ec2a583455e2d82e67c14cef7c2f5fcf325af702d36d3895862817133bc42e7e SHA1: 6dadb08914ee1bf17cd92ab9854344c2bc642f05 MD5sum: a4b3d1e7eaca7e17b952a9f1d8185a5a Description: Metapackage of software for Leo Rover common to the robot and ROS desktop Package: ros-rolling-leo-bringup Version: 2.5.0-1noble.20260426.000254 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 307 Depends: python3-smbus2, ros-rolling-ament-index-python, ros-rolling-geometry-msgs, ros-rolling-image-proc, ros-rolling-launch, ros-rolling-launch-ros, ros-rolling-leo-description, ros-rolling-leo-filters, ros-rolling-leo-fw, ros-rolling-leo-msgs, ros-rolling-robot-state-publisher, ros-rolling-rosapi, ros-rolling-rosbridge-server, ros-rolling-sensor-msgs, ros-rolling-web-video-server, ros-rolling-xacro, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/leo_bringup Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-bringup/ros-rolling-leo-bringup_2.5.0-1noble.20260426.000254_arm64.deb Size: 18858 SHA256: fe0ebc1ec8c55e24357954cbbf1a2a7741f9a8cb0be0e95ea5a877d52ea2e83d SHA1: c936bd30229266b327202d87c5283ec2670f0cb3 MD5sum: 21ef3432c2eea49177066c061ca75bce Description: Scripts and launch files for starting basic Leo Rover functionalities. Package: ros-rolling-leo-description Version: 3.2.0-1noble.20260425.212305 Architecture: arm64 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-1noble.20260425.212305_arm64.deb Size: 5799202 SHA256: c91a6fc1f2ad7a66d847d43963869341c50e6e77968765b997d936b801d57a88 SHA1: 8005d72bfb8a8b1cab519987304509daaa0d78b2 MD5sum: 8a42aca69404991ca080ed3798fa3cac Description: URDF Description package for Leo Rover Package: ros-rolling-leo-desktop Version: 3.0.0-2noble.20260428.040236 Architecture: arm64 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-2noble.20260428.040236_arm64.deb Size: 5534 SHA256: ee7339c25c5d3101fe1fcee9b2b14deb8b62aa5f104ee61ab2e12c0ace62dc5e SHA1: 0b8c153d4d5986475bbe6178a2649b1d5aa12e7b MD5sum: b4514f5a2d81ebc555c479921890c8f0 Description: Metapackage of software for operating Leo Rover from ROS desktop Package: ros-rolling-leo-filters Version: 2.5.0-1noble.20260425.210601 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 1246 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-filters/ros-rolling-leo-filters_2.5.0-1noble.20260425.210601_arm64.deb Size: 225330 SHA256: 38837bf0be16c11321a790b5605365d212a74415c791dd17b8d415c48116daef SHA1: 4e4db670f8412bfecb2c5c396735a43ab77e3da1 MD5sum: a5f982d56cf9bbb18cb617eb0548e19f 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.5.0-1noble.20260425.210601 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fictionlab Installed-Size: 5973 Depends: ros-rolling-leo-filters (= 2.5.0-1noble.20260425.210601) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-filters/ros-rolling-leo-filters-dbgsym_2.5.0-1noble.20260425.210601_arm64.deb Size: 5062342 SHA256: 858d8a52ae6a6bb73b390839dbd9da92ce0fee0a478707cfe055c91a4db9ad0a SHA1: 1d31b061b9153a5d615bed5d126bce7bdba9a7b0 MD5sum: b3323bc3735f1760e247a6f2c16f8cb2 Description: debug symbols for ros-rolling-leo-filters Build-Ids: 11de62d691a31ca1e642d4c864ada53ea50f9610 9e7d8e4bec928fea4602075852cecc2fedecf9d9 ea15d82426ea226df3975faf879a8966d4e70312 Package: ros-rolling-leo-fw Version: 2.5.0-1noble.20260425.203831 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 1785 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.5.0-1noble.20260425.203831_arm64.deb Size: 380410 SHA256: ebbf9f7f371c99ae6c2e2fb2eb8716688c2cbdf58d832b4dd74b84c5d65dc2cb SHA1: 244c83c55b7db715db3e1a1a698950240b0acc21 MD5sum: 068bc193c44e996c4e512b510a5f8bd9 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.5.0-1noble.20260425.203831 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fictionlab Installed-Size: 5839 Depends: ros-rolling-leo-fw (= 2.5.0-1noble.20260425.203831) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-fw/ros-rolling-leo-fw-dbgsym_2.5.0-1noble.20260425.203831_arm64.deb Size: 4716620 SHA256: b01133dfad9b6bc38be154ea3ce368e5c25e0417098d1ef72f6e24c056dfa829 SHA1: 9e020e798c05be26ae1c3338f7b50b06feeea1db MD5sum: fa914fe251e82fa275ac35acb85077b2 Description: debug symbols for ros-rolling-leo-fw Build-Ids: 2cae138ab65aa7a3d9c5b5f474379f8b664e82ec b8983d8b10c272a33384a57efd27c8b68385543a Package: ros-rolling-leo-gz-bringup Version: 2.0.2-1noble.20260426.005203 Architecture: arm64 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-gz-bringup/ros-rolling-leo-gz-bringup_2.0.2-1noble.20260426.005203_arm64.deb Size: 8386 SHA256: e5f67035a9f9e00f4c78af09abfedbf563615bc9332c23d3a0c65c184a8c906e SHA1: 950909b965557403c873bc8bc6eff40c7f7af939 MD5sum: 6d95f82f1d52792233aecd8f0f9814bf Description: Bringup package for Leo Rover Gazebo simulation in ROS 2 Package: ros-rolling-leo-gz-plugins Version: 2.0.2-1noble.20260425.151458 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 884 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-gz-plugins/ros-rolling-leo-gz-plugins_2.0.2-1noble.20260425.151458_arm64.deb Size: 131226 SHA256: 050dc962a6172ebf8e4ad8368d6220637d465f5b44fbbec524a638e3f1ef80cd SHA1: 7b237c8c7291aafedcdbdc4c580bddca28a6c214 MD5sum: cdc26d0f21fb6950287d8a326e42e0f9 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-1noble.20260425.151458 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fictionlab Installed-Size: 4017 Depends: ros-rolling-leo-gz-plugins (= 2.0.2-1noble.20260425.151458) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-gz-plugins/ros-rolling-leo-gz-plugins-dbgsym_2.0.2-1noble.20260425.151458_arm64.deb Size: 3041954 SHA256: d3f91d55838faebb79e6503848c5944ccf1dfb28e05c3816b1acaa118f202078 SHA1: 9983c7e7304b258cda499f214286b2b05a38875a MD5sum: 53e15dccef4e56852d3d633c44df2ca4 Description: debug symbols for ros-rolling-leo-gz-plugins Build-Ids: 5647f40109581d3e8dd0cfd70be14745230c46dc Package: ros-rolling-leo-gz-worlds Version: 2.0.2-1noble.20260425.090620 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 169269 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-gz-worlds/ros-rolling-leo-gz-worlds_2.0.2-1noble.20260425.090620_arm64.deb Size: 143440072 SHA256: 863fc3f86f3779fc34462b38382366d20eb42f84204898bcf351b8cece2a8b55 SHA1: f11282c18c94c7fb89e32c25679fcec47fe158d5 MD5sum: c1137af6f28d080488402cb716b905c9 Description: Gazebo worlds for Leo Rover simulation in ROS 2 Package: ros-rolling-leo-msgs Version: 3.2.0-1noble.20260425.134445 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 1505 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-1noble.20260425.134445_arm64.deb Size: 85832 SHA256: 36fe7d2b8dc9dfd3fce6da17c1bc473544c4695c46afaa95dc9a85db79738c4e SHA1: 78682c8e92ca48e6630c50e7609f6dd8e74f784f MD5sum: 20b789bf4eb017f18dfd5a1d6044614a 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-1noble.20260425.134445 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fictionlab Installed-Size: 743 Depends: ros-rolling-leo-msgs (= 3.2.0-1noble.20260425.134445) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-msgs/ros-rolling-leo-msgs-dbgsym_3.2.0-1noble.20260425.134445_arm64.deb Size: 541972 SHA256: 0aa4db1976c5f034fbaf2af11cfcaba968e1276ac469ab22c13961cf142387bc SHA1: 55ce5d266f5062b013f790999748e6bffb589467 MD5sum: 719324903078cda6dc84beeb7210e943 Description: debug symbols for ros-rolling-leo-msgs Build-Ids: 2d4a05d0d3e16992c7afd8f9bb9932082a18a22c 50dd0c233b8dd002405458758e45fa61b0b7d3d8 50e421f711a13504d9a54753f3c0c8bc4b1c2a2e 58629ba2224725c9d2b91b63a52360f850774936 63bd30557b834f4854ff7302e0a877d541dc00a9 750dbecf145154d944cbdb2b19d32317da1e14fb 7794b374bc0fb985c7f8ab7ddfe5c1ec2e7d639c a52bfbe9af5d281f4a38dd3973aabfb3f4534bd6 b1e2638b76505985344020d42a91ff2e9ad29ab5 c4d88832f8a78d2bfec210f21813aa557a241812 d645a1f0492236ab2685d936d4bb44a341d8d8af Package: ros-rolling-leo-robot Version: 2.5.0-1noble.20260426.003735 Architecture: arm64 Maintainer: Fictionlab Installed-Size: 44 Depends: ros-rolling-leo, ros-rolling-leo-bringup, ros-rolling-leo-filters, ros-rolling-leo-fw, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/leo_robot Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-robot/ros-rolling-leo-robot_2.5.0-1noble.20260426.003735_arm64.deb Size: 5754 SHA256: 813d94db8dcfdb407ddafd0dcefd0f3091b2e742abeeeb5d4ddb36894b2959ca SHA1: b22556bb8587ebcaccfb6765ed4583674a3aac8d MD5sum: 79b985d5cc994bf8ec1ecf6475e847ef Description: Metapackage of software to install on Leo Rover. Package: ros-rolling-leo-simulator Version: 2.0.2-1noble.20260426.005808 Architecture: arm64 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-simulator/ros-rolling-leo-simulator_2.0.2-1noble.20260426.005808_arm64.deb Size: 5674 SHA256: 09c4ee42ef6e24d542f50c78686d3d176ae8809e44af791bd2c15cc7bb7179ae SHA1: 13847c1d85b7dcd12e9cfba1631d67f7e1b3f1f1 MD5sum: f5c80fda7f5c17e9e95a82fbf96b4f66 Description: Metapackage for Leo Rover Gazebo simulation in ROS2 Package: ros-rolling-leo-teleop Version: 3.2.0-1noble.20260426.002536 Architecture: arm64 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-1noble.20260426.002536_arm64.deb Size: 6606 SHA256: 2e7153158b33dad00efd7808101044b0c49d1fe275ade4f17c8157aab8104e4d SHA1: 586c7702d0b1a9a9e3e975e3992f1084d8343947 MD5sum: 2a3f9d5e351e10ee1d421695b7df0941 Description: Scripts and launch files for Leo Rover teleoperation Package: ros-rolling-leo-viz Version: 3.0.0-2noble.20260428.035637 Architecture: arm64 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-2noble.20260428.035637_arm64.deb Size: 7988 SHA256: f1f0e3c22441d42e902ec79fdb46a53ab482ad4b7a784a46108b54fd2931fc00 SHA1: f8ac4f56e7073c9d77c0c277a43737da41158b8f MD5sum: 4454736c94cef1fb2fb66eabba63bf5d Description: Visualization launch files and RViz configurations for Leo Rover Package: ros-rolling-lgsvl-msgs Version: 0.0.4-4noble.20260425.153341 Architecture: arm64 Maintainer: Hadi Tabatabaee Installed-Size: 3025 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lgsvl-msgs/ros-rolling-lgsvl-msgs_0.0.4-4noble.20260425.153341_arm64.deb Size: 190910 SHA256: 161051bba0518a754d75a5bf6ab33ddb7ccc197a2baa1e39c935cc096ad4a9c5 SHA1: 93a0a5d3949937025eef569babc91e30be39b2f8 MD5sum: df9a81f12b1002f62f39c43fd49c6a58 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-4noble.20260425.153341 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Hadi Tabatabaee Installed-Size: 2154 Depends: ros-rolling-lgsvl-msgs (= 0.0.4-4noble.20260425.153341) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lgsvl-msgs/ros-rolling-lgsvl-msgs-dbgsym_0.0.4-4noble.20260425.153341_arm64.deb Size: 1674516 SHA256: 8a7f11dca045b9a7311da8d44c79a1997d3644592c3fac2934ab74ba4068b195 SHA1: d48191477d11e134367f5b1f49b021d79c95d657 MD5sum: ec3da7b131399e90bf3b491d7ace28b2 Description: debug symbols for ros-rolling-lgsvl-msgs Build-Ids: 0a857c396a984356fd253c0eaa9b90c8df24a592 1062c79239d39b7846e7a89c2f60442281ee9241 1ddee66da8606e2340b76525e95b340e24b8fecc 345b719bb3be2320c834da9946bd15485c8454f9 3e5333f6895689ca938c4de4592ce802f914e752 4bb16f5f023378519757c182fb3aebdfef5d36d1 628f050bf89f237b8bb0046de61bb28de0499adf a11d06207209787ac8c20f12f991ec1afa4be676 b3dfec84fc49499ee8b6ffaceb77be8f98a1eafd db03c01d2ac8f5001cd4b52c2b1566781e95cdd7 f7e5f30bdd2a207c1ef87ba38d5d9d6b0ca27737 Package: ros-rolling-libcaer-vendor Version: 2.0.0-1noble.20260425.090605 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 1210 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-1noble.20260425.090605_arm64.deb Size: 159258 SHA256: a7e06eb83ecc562d85e84044516489701a26f09f382bebe04689402de1040d70 SHA1: d6579a4da1fd54c1debd337862fb339fdabd69f3 MD5sum: a35781d33989ceb04e222ccdfc959fe9 Description: Wrapper around libcaer library Package: ros-rolling-libcaer-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-libcaer-vendor Version: 2.0.0-1noble.20260425.090605 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 56 Depends: ros-rolling-libcaer-vendor (= 2.0.0-1noble.20260425.090605) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libcaer-vendor/ros-rolling-libcaer-vendor-dbgsym_2.0.0-1noble.20260425.090605_arm64.deb Size: 11390 SHA256: 2cfe7e35bada3e92e3cd375b3b323b824237a77ba5f0b1f0ad734a76ec23c188 SHA1: cf37bc1fb5153d8b630a72095a75e6ae32a42f34 MD5sum: 2673c1ff516661106de89d4ca549ce02 Description: debug symbols for ros-rolling-libcaer-vendor Build-Ids: b906605738b464a52c8394de31febd70cebed356 Package: ros-rolling-libcamera Version: 0.7.0-1noble.20260423.224503 Architecture: arm64 Maintainer: Christian Rauch Installed-Size: 9161 Depends: libc6 (>= 2.38), libgcc-s1 (>= 4.2), libssl3t64 (>= 3.0.0), libstdc++6 (>= 13.1), libudev1 (>= 183), libyaml-0-2, 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.0-1noble.20260423.224503_arm64.deb Size: 1679664 SHA256: 2584847b95bd0fb3acf9b09a83ea17628a5bd8339d84f9360995922758d8aed4 SHA1: 029c6134376b1610b5fb4a25840016e0ad7dc4e6 MD5sum: 0215c004ee7efd4080c17a68e9e6c51b 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.0-1noble.20260423.224503 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christian Rauch Installed-Size: 42797 Depends: ros-rolling-libcamera (= 0.7.0-1noble.20260423.224503) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libcamera/ros-rolling-libcamera-dbgsym_0.7.0-1noble.20260423.224503_arm64.deb Size: 39352064 SHA256: b1dc0c418644b945688e41f08c3940e179ce3ec5a902ae035fd0b901c0cb5d56 SHA1: 6f84ca6dc14085f898a9f0ae09e9e9e3b281d1ae MD5sum: 0762cb754248a0f6661f7e754f4a9f16 Description: debug symbols for ros-rolling-libcamera Build-Ids: 0b2e78e0f4307e456effb1f4d2f58a904c247bce 3036403f7074c45a6700abeeb41de60fd0fc528c 3d6c7a88fa111fca52101f4d5f7bfd259aeda061 3db5ef2ed3269806b95fc7e9af0cc106fa955c1d 57d5baac96eb586e3012a624884689a505516315 7ca984efdee0cf36cab8badfec52515d52dd677e 7eba11e807aa1a3465a715c6a858a45edf1d9ea2 96619fd63f21919bd8bfe3ce03c10b1a7ee71098 a7f8f81019d2323232977e1c0148c08d81db4c63 b974a7f3edb0641cf1f2c27ed100ad3726f56702 c4c539ab6954c3347d76ab41308a5f851b8fb702 cbbcf107907901a8ade50f67a96e7e00a42bcd48 d209e980007062b7f5bc9e051beaddb9b406c518 f6c4a21d19102df6f3d21f9364ffd031dca65746 Package: ros-rolling-libg2o Version: 2020.5.29-5noble.20260425.090731 Architecture: arm64 Maintainer: Christoph Rösmann Installed-Size: 6568 Depends: libc6 (>= 2.38), 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 (>= 13.1), 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-5noble.20260425.090731_arm64.deb Size: 1093574 SHA256: dc32a1adfcf5a5183901d83379ba0129c6945dac8e0770acfc51f1a716810d39 SHA1: 053e4a61e74da27163ea2517c64ca5287e8bcee7 MD5sum: 996aa72e28b96e65c924ea82457e2a66 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-5noble.20260425.090731 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christoph Rösmann Installed-Size: 160156 Depends: ros-rolling-libg2o (= 2020.5.29-5noble.20260425.090731) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libg2o/ros-rolling-libg2o-dbgsym_2020.5.29-5noble.20260425.090731_arm64.deb Size: 158819550 SHA256: f108403268ed3a114b99f87c2c1466847c7b891183b1eed03285b3c460dd75b6 SHA1: fa6130a4370125166ae8319f459cab4c88027f49 MD5sum: b71e0501aa731fece908768c92f979b8 Description: debug symbols for ros-rolling-libg2o Build-Ids: 275d482fc1264c971626f6a3637e663034950119 33eecc5114f65eafe00b7da800691976c0d0cad8 35e6f78201d69a02ca2dab4cd127ed20341df1e3 39487b563e81a9e65057fdf187673ee284e4a30b 46eb30b83b61c1ddae93d62c7aba5fe67149ef47 478b409ef15de6c41e7850110e6001e916a7ef1d 5e5d0215a8aecc961400a56f7d0c51fe70da7afc 665cb160b5ad16aa3beaaddab820f977a03c3b85 69f20a3c7635c61afaea1c6544609491f729d52c 830b3d26ffa25be90ed4794cf8bbfcb4b0356239 8822ee66cd1b92b983485b7f12b8485f3f3549b0 8d735515deeaeaa0be0cac80bd4d0dca13fc4bd2 90b803354773c817a85baa28d3216f63e5215c45 9140d244bceaea33b7ee1f95f6f2180f63e2aa98 9f639014a224b84a4ba7a1bcdf36f805d34b0d35 a83ab8a0c36efbdc436876edfa04bdd0f71e8236 ac7fad4d3c0cc4978a809f321013441e7ec90506 ae5741ff95a2ca12b914a6df0dc47eba3e4e8de7 b3a83cb2b98bc0fcd043268cc9d007d2eb1536bc b3eb9c203693c2053096ec23ed744f5729e4afb2 b40b6ae4135156135e42fd8783c4573963ff0d3c b776fafe3eb867f0379625b173b55e695eca4139 b8432043ecefee68f57cd86921a3509a15dab311 bd9beaa6110ec9ed8e9fcfed3a6ab8c7f2aea2e6 bec6576c74f5f3c97837e173bc08da1f05f526b1 d823c923cc655b526c488e4d858f09c520ec81a0 dc972b66a1dca7b5abbaef7423bef5d6fa13dc4d e66363172a9bd172d33fe3deef8e694c2b944283 ee4caa3cea334b1e91518e8b070acc3691cde0f7 eff84a04fc8a8b6f153214be1bbb84e90509bfd6 f74594ef66afc452521bf6630eec2c4446e5dcb3 f8cd41e91d5ed2e603426e1cfa0e67205bd3ee85 fb8189f8147cfe5838b498a761a72942d9b09b42 Package: ros-rolling-libmavconn Version: 2.14.0-1noble.20260425.092008 Architecture: arm64 Maintainer: Vladimir Ermakov Installed-Size: 495 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.14.0-1noble.20260425.092008_arm64.deb Size: 108464 SHA256: 66834dc0bc3798c4b9b79f7e69c7d24e719de09fd5314b961f9061f3ab5bfd62 SHA1: a5949693a5298271a1513634173c7eb1f5f9bfb3 MD5sum: 17f1c53a59e4ef970e2936785c8e8a2c 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.14.0-1noble.20260425.092008 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Vladimir Ermakov Installed-Size: 2083 Depends: ros-rolling-libmavconn (= 2.14.0-1noble.20260425.092008) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libmavconn/ros-rolling-libmavconn-dbgsym_2.14.0-1noble.20260425.092008_arm64.deb Size: 1741852 SHA256: 17d0f4313785feb924b354b916c74556c205970028f4f8f27b3ed80f53a4d3ba SHA1: e08f410a61ce3f9ecc2cc94e41f4edd818c214f5 MD5sum: 4c0e94a03d20f1a1eba89904a802280c Description: debug symbols for ros-rolling-libmavconn Build-Ids: fb60cb795b646c83a8a1eeb94b551405e70ab53f Package: ros-rolling-libnabo Version: 1.1.1-1noble.20260423.224512 Architecture: arm64 Maintainer: Stéphane Magnenat Installed-Size: 1904 Depends: libboost-all-dev, libeigen3-dev, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libnabo/ros-rolling-libnabo_1.1.1-1noble.20260423.224512_arm64.deb Size: 90230 SHA256: 0706dd56b72d37507feb0440b35fc8e7e4f8279b54d1de9580bd50bb8d6427ef SHA1: 74eb44d27063b975beb67a7f8dc94643fb5a75bd MD5sum: 32b72ef80b77373d0fc0ecf4b15dae7d Description: libnabo is a fast K Nearest Neighbour library for low-dimensional spaces. Package: ros-rolling-libphidget22 Version: 2.4.0-1noble.20260425.090931 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 5602 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-1noble.20260425.090931_arm64.deb Size: 910828 SHA256: 41e74dbe93f959e5eeb9357a09e5396c6a6b8e6cdf8440a7a50d7208284d0396 SHA1: ec19555046d78051c34be3d01fe2b16cabb92eac MD5sum: 5691c467b6a136e5c4eb5933e050859e 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-1noble.20260425.090931 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 2230 Depends: ros-rolling-libphidget22 (= 2.4.0-1noble.20260425.090931) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libphidget22/ros-rolling-libphidget22-dbgsym_2.4.0-1noble.20260425.090931_arm64.deb Size: 2020562 SHA256: 43fd4acd136778f142dfa1f0f8685c80263cc6b45c39b25360f637218d7121c5 SHA1: 7277dd52d380aead3bbaeb91c3ccc9eee2fe8c6e MD5sum: a972e1e7ca9faa52a65dfc06be295920 Description: debug symbols for ros-rolling-libphidget22 Build-Ids: c85757993875f0154eb0bfc2912f2a16dfb85bcd Package: ros-rolling-libpointmatcher Version: 1.4.1-1noble.20260425.061454 Architecture: arm64 Maintainer: Francois Pomerleau Installed-Size: 22191 Depends: libboost-filesystem1.83.0 (>= 1.83.0), libc6 (>= 2.38), libgcc-s1 (>= 4.0), libgomp1 (>= 6), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libboost-all-dev, libeigen3-dev, libyaml-cpp-dev, ros-rolling-libnabo, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libpointmatcher/ros-rolling-libpointmatcher_1.4.1-1noble.20260425.061454_arm64.deb Size: 2538082 SHA256: 550ab9a3bbe252c2b318849ad245da889fba67a20825c6bb5cccd0011e6feed9 SHA1: 1ea47f04824cf3ba2467ccf70a7ad543bbae2553 MD5sum: ae925b7e433e4e680436bdfc55967490 Description: libpointmatcher is a modular ICP library, useful for robotics and computer vision. Package: ros-rolling-libpointmatcher-dbgsym Package-Type: ddeb Source: ros-rolling-libpointmatcher Version: 1.4.1-1noble.20260425.061454 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Francois Pomerleau Installed-Size: 69177 Depends: ros-rolling-libpointmatcher (= 1.4.1-1noble.20260425.061454) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libpointmatcher/ros-rolling-libpointmatcher-dbgsym_1.4.1-1noble.20260425.061454_arm64.deb Size: 67042540 SHA256: 22217858088942914ccd5f7ed7f595f75b8a72768d3eb686921dfc761c903190 SHA1: 8a54bf4ec8dd9dbf835d69dc65c44b6f26dde021 MD5sum: 41fc6dc7153dd434139a7f39bc642fa1 Description: debug symbols for ros-rolling-libpointmatcher Build-Ids: 511f43004180025a1149bb1d8692f89ad1887c9e Package: ros-rolling-librealsense2 Version: 2.57.7-1noble.20260425.061705 Architecture: arm64 Maintainer: LibRealSense ROS Team Installed-Size: 33532 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libglfw3 (>= 3.3), libglu1-mesa | libglu1, libopengl0, libssl3t64 (>= 3.0.0), libstdc++6 (>= 13.1), 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.57.7-1noble.20260425.061705_arm64.deb Size: 8832692 SHA256: d3557284e806af22907fdeb3de0f0ffc54ca8330a969ac436206eb5cce864c12 SHA1: 8008cd0ff74b2859e154cf7fb6f2845b35dd8b3d MD5sum: 58afd3b95aa55dcb7bc1b0516d134800 Description: Library for controlling and capturing data from the Intel(R) RealSense(TM) D400 devices. Package: ros-rolling-librealsense2-dbgsym Package-Type: ddeb Source: ros-rolling-librealsense2 Version: 2.57.7-1noble.20260425.061705 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: LibRealSense ROS Team Installed-Size: 158931 Depends: ros-rolling-librealsense2 (= 2.57.7-1noble.20260425.061705) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-librealsense2/ros-rolling-librealsense2-dbgsym_2.57.7-1noble.20260425.061705_arm64.deb Size: 145597868 SHA256: abb19aaa5490550f8ff7f51aaabb243c69e2a1f9f2917bbbeb4dd5ea42b10995 SHA1: ef73e6f0413710492889ba0374c2018b70f74093 MD5sum: 1457d358c811ffe28095cfc29825054a Description: debug symbols for ros-rolling-librealsense2 Build-Ids: 038335e197a3e9b1227705a9b4730234f83ff8df 0901a048bcb37a8b1460a2315832a9607286b3af 0ffd705bd8f8d2a3e7a9a3a01027090672ab910b 2441b74d933350bd87de90c2507b9277d4ae5db5 262be0a6738f91b70e791ada7aecb36f5443f229 2abb00a0909ad9038f50cfc22ee8f82595161f82 2bc8c583bfa953c7688c320ecd5334572874fdf1 2fa13dd6974a7ad933447f41bc4ff3150705e13a 31d501b0812e609382ca0cf9e4c7ab132d6761d4 3483ce2f5e33981c18c121a69c7ee4d5b744f319 3b25325b85de9db4f30690148fbc8354aa89a645 407a73de2b1fddf60c5e81715a56b06f30e296bd 44f0207b9b979a78e2d6391823f01cf848457ff8 4d55c4fe8d11db0f2cd1395e795cd3f2ee450873 5c2ef5a8f1e20765a3d5458453c8a962ab9e4475 6662b89dff9041b67c33039a4cd4458301676b11 6c51d963d515e7512ba456784147e8e922ba3437 7588d0198a81411fb96576034d2d2b8ae9caaeed 7a233bfd2a5ecbc9e612e79f904bc3d72728166f 7d4dad2166a8c257f64a229fec0f967901138d80 96077d7e07e44f7891321cd5d93605cdd2f1c408 96cbf0abc1dc7b46013574eadd9477c1dc2c6500 9aaa410eb8e16a4cdb7f67ff42867bee3da40475 9cc89a180012a972ce602d0cc3994709f83fa9f7 9cf75a5360ec55fcfed5fbc1da9c45509d0413ca b8b63e5468f38972ff0027f40315f663dec4390f bc8898a6fa24b291aa249a2747558e8fd3b8b1bf bf9f58e9e32939f9de652527a16fbaebc0a9ccd4 c8e9a91cffe94756b43f300022fff1bfd88c758c d8aebfcf74fc53d932aef595b9cdd577af033ffb d9bd973bbd27de70106da0c707f1a1d6543c5597 de41a86d5526e48053dd0bd3f0d79ff538fec1f2 e023ed20064864a665836809bb2390ef05cbf668 e1b35489c783f3ec7d57771682730ca29c910082 e8e980e16c907e6a6cd319db1ba4246887620d48 edc979d92c32a53581667eb1c798ab9978e585aa efe960bdffa80ca635a752969f80f76d40d2b1c2 fe6af4e3aa5730aa6d3cbc2a36e1904f3833dd12 ffd4dd3324074d33e44f4d94fc49e559902df13f Package: ros-rolling-libstatistics-collector Version: 2.1.1-1noble.20260425.163750 Architecture: arm64 Maintainer: ROS Tooling Working Group Installed-Size: 180 Depends: libc6 (>= 2.17), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libstatistics-collector/ros-rolling-libstatistics-collector_2.1.1-1noble.20260425.163750_arm64.deb Size: 27868 SHA256: 699027a2c4dc9b0ec99892d332e54c11aeae1d5b02733cdd80fbeef9e6379a46 SHA1: 76ad385adb265f5e4fbb81151dc70c200a17286e MD5sum: 24831ecf83d3318aef28bb1bbaa77c65 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: 2.1.1-1noble.20260425.163750 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ROS Tooling Working Group Installed-Size: 142 Depends: ros-rolling-libstatistics-collector (= 2.1.1-1noble.20260425.163750) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libstatistics-collector/ros-rolling-libstatistics-collector-dbgsym_2.1.1-1noble.20260425.163750_arm64.deb Size: 118920 SHA256: 7c43473d829f6576f1f554b40a248750cb1994a0cf180fc1ba4dec4a490dec16 SHA1: 60ed000642f8bf5241e0303dc18c772bfb67e570 MD5sum: 6fbf3d166c3f0f9eab45ec38ca26fed7 Description: debug symbols for ros-rolling-libstatistics-collector Build-Ids: 0b26e563a1b2492efbb99908d05a3d3f9419173e Package: ros-rolling-libyaml-vendor Version: 1.8.1-1noble.20260425.091033 Architecture: arm64 Maintainer: Alejandro Hernandez Installed-Size: 50 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.8.1-1noble.20260425.091033_arm64.deb Size: 8160 SHA256: 77a735b836d8fa9d533ed5c35d2c5642f3a2ddabb19a5a94cb8b591e099a1281 SHA1: 9af1f9d0449b98f4523f43e05ae3b7729055e10c MD5sum: e53e3982cf0aa1522211b1f8e67ed683 Description: Exports a custom CMake module to find libyaml. Package: ros-rolling-lifecycle Version: 0.37.8-1noble.20260425.182436 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 1020 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.37.8-1noble.20260425.182436_arm64.deb Size: 181586 SHA256: 3f052f3f1e521f7753b7c53025fca2bab1907024b93d539d63a0d05717d4b587 SHA1: cc2772b4ff80f8414a6fba43210ff33992841389 MD5sum: 834adb6b5348c938f08f8e6331fd0026 Description: Package containing demos for lifecycle implementation Package: ros-rolling-lifecycle-dbgsym Package-Type: ddeb Source: ros-rolling-lifecycle Version: 0.37.8-1noble.20260425.182436 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 4571 Depends: ros-rolling-lifecycle (= 0.37.8-1noble.20260425.182436) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lifecycle/ros-rolling-lifecycle-dbgsym_0.37.8-1noble.20260425.182436_arm64.deb Size: 3848516 SHA256: 913218acade4a600ebd36969b1d579577cd7f00b59af995b1c4b6c4ca3000899 SHA1: 4df53082e5092d1c0a562704124effa23f124b7d MD5sum: d03926951fed83984890e87aca4b21b4 Description: debug symbols for ros-rolling-lifecycle Build-Ids: 28184253cc7efebb05e6be82ad604c97cc39e80f 55d39f72e8fbaa223be899b654cf86294de78c09 9fa793bcb57bbc304b0e9e8210124248084cac90 Package: ros-rolling-lifecycle-msgs Version: 2.4.4-1noble.20260425.124848 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 2866 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.4.4-1noble.20260425.124848_arm64.deb Size: 188516 SHA256: 05a9ed2721090335a9abc2e9e4c49d1555a0e1e13df78b57bfd29f2253ca4e2c SHA1: e2626019b967d0723629d4107c885daff530f086 MD5sum: e8be02d8b7051a949523f7165ffce891 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.4.4-1noble.20260425.124848 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 2042 Depends: ros-rolling-lifecycle-msgs (= 2.4.4-1noble.20260425.124848) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lifecycle-msgs/ros-rolling-lifecycle-msgs-dbgsym_2.4.4-1noble.20260425.124848_arm64.deb Size: 1555166 SHA256: 6e01841487ff22a4cbba14f80df27bf3c9c83ae83ca7d7ecdf20a07239e27320 SHA1: a1cbf195a00f1fb06d47e725de5261d264ebab3e MD5sum: c834dd8cbe9a192244b7c6167f82008a Description: debug symbols for ros-rolling-lifecycle-msgs Build-Ids: 434c85c4cf071d70b40c51d7f08945218049f32a 8485ee2bf41a872e90493bd96f4f6d51eae8f4ea 8b1581cbe5cd26aef58eb2383c58fb28cf4ca4e4 ac8adbe1436f74cf04faac74c4c47f753b703e7a b7b1113f2b1304fc612d9d07e40ca03ae291af58 c17c538394922a70d0be55fa2f1e0388de1b3cff db65efc6bccad6c7afa6ef8a6ac810b0bf8ee5f6 de351c6756e779176b4fe1d7b9b2daa4feb5dd99 e61e4114f0f5c5ea2affc6f48bfbb276bb6ed463 e8045accae080c2c81e32a70d7ff369c24375320 fd8eb5f3350e6eb0ccaf783bbe7eaac3d9dc2093 Package: ros-rolling-lifecycle-py Version: 0.37.8-1noble.20260425.194539 Architecture: arm64 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.37.8-1noble.20260425.194539_arm64.deb Size: 9414 SHA256: f12079e76586626f3df328f16f82a31b9c3a9485881116d3715fd646f287f674 SHA1: 953e02db2d09ca7f4adf83bc5d4eb8abf3e8de6e MD5sum: cfe82e2885e6bca1b2bafc52cb757579 Description: Package containing demos for rclpy lifecycle implementation Package: ros-rolling-linear-feedback-controller Version: 3.2.0-1noble.20260426.002529 Architecture: arm64 Maintainer: Guilhem Saurel Installed-Size: 918 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-pinocchio, 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_3.2.0-1noble.20260426.002529_arm64.deb Size: 248458 SHA256: 5908d55f4a72720b7993c34d5c57493bb6b79a2bd2dcd3d1dcb52e381ed66319 SHA1: 4da343557a6012b5505e7a0aae947091fa50884f MD5sum: f4582badab47fc72f83d271a910c08f7 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: 3.2.0-1noble.20260426.002529 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Guilhem Saurel Installed-Size: 10325 Depends: ros-rolling-linear-feedback-controller (= 3.2.0-1noble.20260426.002529) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-linear-feedback-controller/ros-rolling-linear-feedback-controller-dbgsym_3.2.0-1noble.20260426.002529_arm64.deb Size: 9814276 SHA256: cbac1e403ff57ac2fce26ad74111ef350d9032f46dab680df180e5a2375a58a6 SHA1: 802c86e32340a9cf814222675d704d1b3c94ad56 MD5sum: b621fe976d1a57e0ed94a2577958b1ea Description: debug symbols for ros-rolling-linear-feedback-controller Build-Ids: cf14b7bb4f36bd5769c8f2abed9dc61798a7974d Package: ros-rolling-linear-feedback-controller-msgs Version: 1.2.2-1noble.20260425.212710 Architecture: arm64 Maintainer: Guilhem Saurel Installed-Size: 1397 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, libeigen3-dev, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-tf2-eigen, ros-rolling-ros-workspace Homepage: https://github.com/loco-3d/linear-feedback-controller-msgs Priority: optional Section: misc Filename: pool/main/r/ros-rolling-linear-feedback-controller-msgs/ros-rolling-linear-feedback-controller-msgs_1.2.2-1noble.20260425.212710_arm64.deb Size: 87456 SHA256: fd71e1b504472756ab4db26704cc3bf370d5a1867e14b190aba29de55f9b8f81 SHA1: b432cae75736de4296e3dbfaec6d80da484c1184 MD5sum: 6969c246c32d19457836468fb56ae577 Description: ROS msgs that interface the linear_feedback_controller package. Package: ros-rolling-linear-feedback-controller-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-linear-feedback-controller-msgs Version: 1.2.2-1noble.20260425.212710 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Guilhem Saurel Installed-Size: 686 Depends: ros-rolling-linear-feedback-controller-msgs (= 1.2.2-1noble.20260425.212710) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-linear-feedback-controller-msgs/ros-rolling-linear-feedback-controller-msgs-dbgsym_1.2.2-1noble.20260425.212710_arm64.deb Size: 507524 SHA256: b838047c5901d3eca3a7b04fd1569bebe2cabbb244770543450ef674fe7c2643 SHA1: 8112f974ea24575f972c8e6366f072dc061f40b7 MD5sum: ee030013933c2fa168dcb253753f4f02 Description: debug symbols for ros-rolling-linear-feedback-controller-msgs Build-Ids: 05119d1681241f07eb6e30d856e245a079342a91 15159b2c911848ede62718614fe1dfb78d2acfa1 27790d9cc1ba700126fe96b54354760725ba76c7 527aeba4a8a6dde3498111f43a0bcb5888792063 6a519f69f1a5ed5614a05389ff0b062336e7fb62 7dcb49115388028b77e7174505590d19f43c025b 91f1596581a6a84ed8a39248fe3a1441e7421b7a 9bdd329381edd64bf6bcc03573eafa7341ae02aa a4a09e19355332a474953ff8e63c3ee756a0d570 a9670fe327219925c4d595ff1c655643971c2f23 cff42bfcb63edac969b50cdf0901855cc495e7bc Package: ros-rolling-linux-isolate-process Version: 0.0.2-2noble.20260423.224505 Architecture: arm64 Maintainer: adityapande Installed-Size: 42 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-linux-isolate-process/ros-rolling-linux-isolate-process_0.0.2-2noble.20260423.224505_arm64.deb Size: 6420 SHA256: 137d9d064abfaf6d7db4d3b1024f2cdf6dd0f61cff6b7c76822b55987d41c590 SHA1: f3d31746b94cdab914943457af633a7aa8c419cf MD5sum: a9fde7a8d8f3bee1473f89d51e1a2cec Description: A tool to isolate ros2 nodes Package: ros-rolling-live555-vendor Version: 0.20251106.0-1noble.20260424.014156 Architecture: arm64 Maintainer: Timo Röhling Installed-Size: 2443 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-1noble.20260424.014156_arm64.deb Size: 491770 SHA256: b1d1116111f63fd8939e041a73bf4af084aaf8df3f7eb08cc2801b28e752ac69 SHA1: ccd8e476afb0d7b3ff056d8f9739f404fc4c80b9 MD5sum: 8d832b4415f3f4a8a07e65bdd4c6d968 Description: multimedia RTSP streaming library Package: ros-rolling-live555-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-live555-vendor Version: 0.20251106.0-1noble.20260424.014156 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Timo Röhling Installed-Size: 2242 Depends: ros-rolling-live555-vendor (= 0.20251106.0-1noble.20260424.014156) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-live555-vendor/ros-rolling-live555-vendor-dbgsym_0.20251106.0-1noble.20260424.014156_arm64.deb Size: 1608264 SHA256: f7f7d267c873d030b60b31ab8ffde90b36e326082283129cb24dc5a2f7a360aa SHA1: a7be74da9751a2d8c9acfe86bbbf56cce716c79e MD5sum: 71d4559804bdfb41f0acbbf39710d238 Description: debug symbols for ros-rolling-live555-vendor Build-Ids: 0b3d53dc19b6a3f4797b90bac86589cc15bbd062 298417cea5f19a4660b965343600e2a9955d6ad4 317b88bbc0997efbfab67061f7a32c6efb2de58c 82fbc64ca9bf98ea6662dab33fa28ed4d1d98ad7 a9f730a35fe76ced42411d73a030cefd079b2bac cdede5c80f9b87ace65b15cefcdf2463a35528ab d5219b1639f31705343f2ac8d654ba26bff2704f Package: ros-rolling-log-view Version: 0.3.0-1noble.20260425.172601 Architecture: arm64 Maintainer: Marc Alban Installed-Size: 706 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libncurses6 (>= 6), libstdc++6 (>= 13.1), libtinfo6 (>= 6), libncurses-dev, ros-rolling-rcl-interfaces, ros-rolling-rclcpp, xclip, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-log-view/ros-rolling-log-view_0.3.0-1noble.20260425.172601_arm64.deb Size: 146952 SHA256: 00b44063af10b3c947ccba522ca5441439bbb55c960b420f1f830fb76e4df5b4 SHA1: 7ef9712c056be2541275cad81d6179c34e3d19f5 MD5sum: d254a8eab4f9fd63fa540babd4ada3a0 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.3.0-1noble.20260425.172601 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Marc Alban Installed-Size: 3500 Depends: ros-rolling-log-view (= 0.3.0-1noble.20260425.172601) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-log-view/ros-rolling-log-view-dbgsym_0.3.0-1noble.20260425.172601_arm64.deb Size: 3089358 SHA256: 5fdbe34cc8f16ef94dc32c5108a1434b51cf185eac2ff8a34d5df4f515388da4 SHA1: d68803862fb11f181fb231817c89f983956172af MD5sum: b454b7fee2a521d700641dd730d66cdb Description: debug symbols for ros-rolling-log-view Build-Ids: 59fff91b33d4e04386905cb67b8baba19d77b478 87d5c6df11969d1ce9c37b800ae0139141733d57 Package: ros-rolling-logging-demo Version: 0.37.8-1noble.20260425.182429 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 1598 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), 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.37.8-1noble.20260425.182429_arm64.deb Size: 144220 SHA256: e610ec4b440d0416acfef2850a0783af878c54abda4f815b7a4536f81aa2daa0 SHA1: 951146a138ce3a7f7f54db7de0ec604386b4d29f MD5sum: 00c9362b90822244d2f75562944f681c Description: Examples for using and configuring loggers. Package: ros-rolling-logging-demo-dbgsym Package-Type: ddeb Source: ros-rolling-logging-demo Version: 0.37.8-1noble.20260425.182429 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 2256 Depends: ros-rolling-logging-demo (= 0.37.8-1noble.20260425.182429) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-logging-demo/ros-rolling-logging-demo-dbgsym_0.37.8-1noble.20260425.182429_arm64.deb Size: 1939280 SHA256: f747297be6f09ea5fcd1d0b73b3955fdd9f84afd1fcca8da92ea55700c9434e0 SHA1: 97013c5c4c5394ca07a550f257a39e960191d5af MD5sum: 7c8f3dcae9868d58994cceb040aace1b Description: debug symbols for ros-rolling-logging-demo Build-Ids: 0814efaa9d2f4200246dea1db350ec5e7178210e 09ec6616b24621531dbaeca304e7f98ec58a44a1 120f3069eba44b4c5f2bd0c8272e25219e75a111 1a6afc22e06ab4a2b205669b81a0f460f506f5c5 31c736c487a7fde5593d7dc9d8eb994dfc980d5c 64ee660ff12e9ad2bd60f8fba910c5d756619a07 90ca0427ff141590c2d4b25554d0d30a0ebe7f1f a47e86310c329e0c7a91b85857404e6852c2567f b6f41f0fb58194bd9545f4c948757dad859bfd7d ba2ba03dda0c0fc7a48eff949bc6eaea9af666c5 bb42e72b3c57adf5c9bc2bbb9d0c902014f46b1e ca070b93089d0cfa29f33854f714176a4b606889 dbcb91b90fad80f255712f74b72a2488f5997d79 ffbd3d6ec19fa782a4bd4414c7141e5dd9b8a253 Package: ros-rolling-lttngpy Version: 8.10.1-1noble.20260425.091140 Architecture: arm64 Maintainer: Christophe Bedard Installed-Size: 382 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), liblttng-ctl0t64 (>= 2.12.0), libstdc++6 (>= 11), 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_8.10.1-1noble.20260425.091140_arm64.deb Size: 107910 SHA256: f94ebef956d37bbfb59238f44eed2240ba9f7c0927050a81b20a183ec71a6297 SHA1: 7b737a0830ee8cc372177c572506d675a55340b3 MD5sum: eb079bbd75d14db040637c35eb1d19ad Description: liblttng-ctl Python bindings Package: ros-rolling-lz4-cmake-module Version: 0.33.1-1noble.20260425.091338 Architecture: arm64 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.33.1-1noble.20260425.091338_arm64.deb Size: 6930 SHA256: 397f4e2ef9c715e3a841ad7ac0f0ea6becfcc3843320051ea7cf067531c77b3d SHA1: 201493e396726868fa3e33a657bc20bf8e105223 MD5sum: ab7445bd9e65bf89f409a183a2d23605 Description: LZ4 compression cmake module package Package: ros-rolling-magic-enum Version: 0.9.7-1noble.20260425.061756 Architecture: arm64 Maintainer: Neargye Installed-Size: 171 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-magic-enum/ros-rolling-magic-enum_0.9.7-1noble.20260425.061756_arm64.deb Size: 26114 SHA256: 95499eda7d4bb26963b73059fa33d7ae0d24bb57aad1a99575bb8508337adf44 SHA1: e853a305361724f828cef5431cb433a37799b087 MD5sum: 33f63f8dce836e257806c7a42253ab58 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: 3.0.2-1noble.20260425.214253 Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 268 Depends: libc6 (>= 2.32), libgcc-s1 (>= 4.5), 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_3.0.2-1noble.20260425.214253_arm64.deb Size: 63850 SHA256: 057fcfbf12703acd47f8dc136db8ee3c2148d0d7821dbd3dc939f978abc051b8 SHA1: 781b60b3c5abd0cbf16c1ae71d6d26e7e0849d96 MD5sum: 87d8831c35d3f107f7ecb4697f0391c9 Description: World Magnetic Model ROS API. Package: ros-rolling-magnetic-model-dbgsym Package-Type: ddeb Source: ros-rolling-magnetic-model Version: 3.0.2-1noble.20260425.214253 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 600 Depends: ros-rolling-magnetic-model (= 3.0.2-1noble.20260425.214253) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-magnetic-model/ros-rolling-magnetic-model-dbgsym_3.0.2-1noble.20260425.214253_arm64.deb Size: 545400 SHA256: 984be6fa01844f05a4f61f6f969b22ce3ce288185ea1384ed5c1d1a8233e0781 SHA1: 31ded135286f93975ec1729c1a343d0b25ce66e7 MD5sum: 82e8d63e4d61fc950a088c2ceb8e8358 Description: debug symbols for ros-rolling-magnetic-model Build-Ids: 446bd2f355ebd11f9788e570941f0963ffbb1f68 Package: ros-rolling-magnetometer-pipeline Version: 3.0.2-1noble.20260425.214550 Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 821 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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_3.0.2-1noble.20260425.214550_arm64.deb Size: 145362 SHA256: 2f7c5900781c603eea3039b3632699b6817e8b3d3c1994aba6b6ec1cbb9af95c SHA1: cfb6f197ce94d6b2ffda55856dd3a17d8a5f428b MD5sum: fa24eb09c8092f1f8a98e1503e6e37ce Description: Calibration and removing of magnetometer bias. Package: ros-rolling-magnetometer-pipeline-dbgsym Package-Type: ddeb Source: ros-rolling-magnetometer-pipeline Version: 3.0.2-1noble.20260425.214550 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 3843 Depends: ros-rolling-magnetometer-pipeline (= 3.0.2-1noble.20260425.214550) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-magnetometer-pipeline/ros-rolling-magnetometer-pipeline-dbgsym_3.0.2-1noble.20260425.214550_arm64.deb Size: 3421818 SHA256: e0d8497871a984256920d5471ca9d6cb4eafe8311980ccecdcc338197604bbf9 SHA1: 4d594ce77a6f173e2073bdda8b7f53b722f0c0d7 MD5sum: a5f4367c40ec2ea2dcb8110b4f4b6cc1 Description: debug symbols for ros-rolling-magnetometer-pipeline Build-Ids: 5656dfa3c2689860b2f198df55f194c838140e0f 92bbb2a53123818a956dc48f0fac2a5bb3b0bbdd b90cd74998f0f97b17b915c2ce3e806b8ef38a27 dfc87e34b4a114da89450a913e76b67994782dad Package: ros-rolling-map-msgs Version: 2.6.0-1noble.20260425.144106 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 3689 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.0-1noble.20260425.144106_arm64.deb Size: 244476 SHA256: e343a7615cf63cd1e4ca2b85845e97df3c8b8503a03fe574884ae91f10b5cc40 SHA1: bfc438cecb16019fcf181344cf83694db735a02e MD5sum: 775d3bd6aeeeb8f695e78acc9e033965 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.0-1noble.20260425.144106 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 3000 Depends: ros-rolling-map-msgs (= 2.6.0-1noble.20260425.144106) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-map-msgs/ros-rolling-map-msgs-dbgsym_2.6.0-1noble.20260425.144106_arm64.deb Size: 2360978 SHA256: 8e0d9040f462e1fff88e68c8b44f46ca55758c4ec0b73a4cfbf8cee0eff8b924 SHA1: e48faa51c8337239308833c3fea0ce471abdd058 MD5sum: bf9a550ab2183a3d9ece0797770f62d6 Description: debug symbols for ros-rolling-map-msgs Build-Ids: 10f47d345a6bb3841845fba02a53029b2ba78cd5 31e43c5c034401bb113685b3e56d38f1e6ba3b4f 6fc5839dfb3caa440ff534f0e84c38ae13e5fb7a 74d610d6e8779de47f82412b489eeae440b51dda 7c2753c2109ce06c6671392c71f499a35730fec3 9f5e97f351582afdd5941bb498725629d1b0f540 b6104f35e8c488ae7eb467d9734d22966a64d864 c1264ab43740543fa01ab2c474a951f9beeaeeb2 cbe8cd2510a780fa17d11d5a1bbeb4b989d62665 eb5e8e7590f868325e669210d107323cb91ace95 fc1d5de33cc73bb5a13a45f1ebbd369b777d4bae Package: ros-rolling-mapviz-interfaces Version: 2.6.2-1noble.20260425.153341 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 1253 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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_2.6.2-1noble.20260425.153341_arm64.deb Size: 84640 SHA256: bc3fdd4501a58224f9d862a856b6ffca3c75f753b7f6f36d4e6eee8b816f2228 SHA1: 2937097d4762ee4fc1332bfa8ff7b30fb03bd8ce MD5sum: a87999d11159353a6285ed6c75148805 Description: ROS interfaces used by Mapviz Package: ros-rolling-mapviz-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-mapviz-interfaces Version: 2.6.2-1noble.20260425.153341 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 666 Depends: ros-rolling-mapviz-interfaces (= 2.6.2-1noble.20260425.153341) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mapviz-interfaces/ros-rolling-mapviz-interfaces-dbgsym_2.6.2-1noble.20260425.153341_arm64.deb Size: 497908 SHA256: f271f78b7a4094bd7843d14cdc89d744aef07a3a592d967d60a5d39730f7f64b SHA1: fb85b34fc04cfe248dcd739f81c60778e7c2300b MD5sum: df108b9579bf7105adf40a790e6bb5a4 Description: debug symbols for ros-rolling-mapviz-interfaces Build-Ids: 0b14be81429a2bfe800e24c39c48db0ff6b26389 27e4572f8289278fdcc460324cf061f00154f043 408c70409b9cb4fc2d5cf3c979d2cbebc510d5a9 4732d4e63c1d36dca7f787a70a7ccc7add543285 7170fa6ae5241f50ba2a78fec1cbfd298c593714 8a0cdf42a00b47a01d227c41a994a396d9fa1dde b545b50b03efbf9efc040be6f304ab4402ca6aee bbc96d7cab4aa5a674b08b289dcc6d5d13d89380 d282a588554322a191ed6492842f4f800ad8b333 d75dc593265341de0e463204f4b258b1905394aa d81ca0091d9dc7f35230bca8a2e3c27c83088944 Package: ros-rolling-marine-acoustic-msgs Version: 2.1.0-1noble.20260425.140747 Architecture: arm64 Maintainer: Laura Lindzey Installed-Size: 2516 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marine-acoustic-msgs/ros-rolling-marine-acoustic-msgs_2.1.0-1noble.20260425.140747_arm64.deb Size: 185590 SHA256: 506fa3d2dd27acc0486128f03b86abdf971459dc354079bcb9190b8f90c7f3e6 SHA1: 4f0546b9adb2cffacf90b52b531862e64c3b7e22 MD5sum: 7aba93601f0e241c3041dc43b52b958a 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-1noble.20260425.140747 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Laura Lindzey Installed-Size: 1848 Depends: ros-rolling-marine-acoustic-msgs (= 2.1.0-1noble.20260425.140747) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marine-acoustic-msgs/ros-rolling-marine-acoustic-msgs-dbgsym_2.1.0-1noble.20260425.140747_arm64.deb Size: 1483526 SHA256: a4912270e04f03a048092c4532415d28bb69e8da3fd5047e8cfa6d3748939fcd SHA1: 1c6852f9b226da93dec39ff45bc81244ad0e809d MD5sum: 57ce27814db026e7653110d6ac76e574 Description: debug symbols for ros-rolling-marine-acoustic-msgs Build-Ids: 0ab0e3ce1f9d568c4caa0b71c9db7eca8eb909a9 2095de8410911585a8e6f1c245d8c8aa1e8470a7 5eecd11dc9a1c8e75eba01968365e6353a0dc955 69f466bc072772206c1078589e8bfcb9744a0696 87dc22002afc4312965b196740a0af9da5a71019 9368c2bb15f0aba6ebc091884c1345a3537ee792 a9e5007aadadd6dd099954a8e5d34244d08195f3 b4fa9fcf4f7836a8b1f25d27f33f2e51292c8d1d bb75b5bc3fac4f54080e7a121791a4a18d1d70db e92e401bea05ea03eeebadc65d0a38194109a006 f148e1d48ab107070a7037b73995f7c1d43abeba Package: ros-rolling-marine-sensor-msgs Version: 2.1.0-1noble.20260425.140754 Architecture: arm64 Maintainer: Laura Lindzey Installed-Size: 1256 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marine-sensor-msgs/ros-rolling-marine-sensor-msgs_2.1.0-1noble.20260425.140754_arm64.deb Size: 74736 SHA256: d53c7c4223a63a3269f62558ac40b01b53744e2dcafb6d98f28425c4b6b83f92 SHA1: bd3407f582735ae389d42af2d391078a8dd574c0 MD5sum: 1eee7881f4628250c9e0cea47e732db2 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-1noble.20260425.140754 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Laura Lindzey Installed-Size: 602 Depends: ros-rolling-marine-sensor-msgs (= 2.1.0-1noble.20260425.140754) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marine-sensor-msgs/ros-rolling-marine-sensor-msgs-dbgsym_2.1.0-1noble.20260425.140754_arm64.deb Size: 441418 SHA256: bc65ee3ffcc61b04a61f9d3c666ded3dd655040df64776805917bbad9bcde854 SHA1: a1afe29754ba5c48c12f15759a266c307688f6ae MD5sum: 98dd26913089077162af679676ef2e13 Description: debug symbols for ros-rolling-marine-sensor-msgs Build-Ids: 18d435a9b94ac8dc67c28418f8ceb73d9df4f27b 3f7e642a918301f0197300e0bb8d9ff796dd7698 43e16f6c34637703316d00ca1fe9788472d114fe 56a0626a2c4be20dee2c43344a27e67aa539621b 58f2aae70868c5c6f9397d835735a99aabce7cc0 7f84c1a74c6b5f5ad99ea28a86939df45d430407 9de9477dfbe12233a825a4c38a49f4f5574bc728 a4b500d46da8a7e43f52a181a31cd634b3b8bfad e014f80d8697b6c3a3639177e9a319b72e4c2427 eda934d7821b069c0cb996ddae7ad19f01d69a04 fbc0d4dfb3e96230af7dc9cfa3cbed7c94fdb330 Package: ros-rolling-marker-msgs Version: 0.0.8-1noble.20260425.140831 Architecture: arm64 Maintainer: Markus Bader Installed-Size: 2058 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-1noble.20260425.140831_arm64.deb Size: 138058 SHA256: 9283d8ea2b6373b5ce7fbca2fe6c3dfe5ab5e2d3b4b23464d99ec58c3c9bad35 SHA1: c9eb885e5fb6fd1d16c61bf092b1ffaf29fa65fa MD5sum: fdd43426a482f2936a40c31e8a97fcc3 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-1noble.20260425.140831 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Markus Bader Installed-Size: 1501 Depends: ros-rolling-marker-msgs (= 0.0.8-1noble.20260425.140831) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marker-msgs/ros-rolling-marker-msgs-dbgsym_0.0.8-1noble.20260425.140831_arm64.deb Size: 1185258 SHA256: 301445cd732f4b9b0b3e824d39889958ab45b9bd7d45360b541b055aaae56276 SHA1: 661537f2be47c05fd9dfde7ce1a48bb6c1c727ca MD5sum: 851fe4f0903a488e9243a952a68a7317 Description: debug symbols for ros-rolling-marker-msgs Build-Ids: 15b820e745cfd78be73caf391cf6d7bffaf44a2d 6ab82b848caa890919f8c102d03fc481a3636a3c 96f3dbdb98db3bd8a997cf346a5c39e63d639a80 b7ac883d0cf75664b1b2cbcfc23bd8f36ebb3e47 cefb1126a5911bd084def6cff9f4c4004a92f806 d633bc6ba6e2d0c8e2bbe680551a5f8e763a7dcf dab360d3247a2f23af2bb55ecd83864e8a9c7631 e050b08b8844b1859f1cbdcd55964cb59d6bfdce ef16ad3be55d6e2300966aef0a5e318ffce4ef51 f0e9a187d54a85511aaa400240bf719f4418ad67 f887962bb367c7ae5ae41e0f7052de53d137ab4d Package: ros-rolling-marti-can-msgs Version: 1.6.1-1noble.20260425.134543 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 1028 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-1noble.20260425.134543_arm64.deb Size: 47696 SHA256: 6e2dd13cf9041d777b945b9064218079cac6888b33b1da878ec1ec7a1acfc822 SHA1: 9f2f9d60d7e8ecf28627e4603d2533ecc79d981c MD5sum: a76c5ce9baa3be1232dba7b51144e316 Description: marti_can_msgs Package: ros-rolling-marti-can-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-marti-can-msgs Version: 1.6.1-1noble.20260425.134543 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 307 Depends: ros-rolling-marti-can-msgs (= 1.6.1-1noble.20260425.134543) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-can-msgs/ros-rolling-marti-can-msgs-dbgsym_1.6.1-1noble.20260425.134543_arm64.deb Size: 200106 SHA256: 68dad3e8ee07a6be732e5e0c762f10cce074ddc0b13e615125e335929f3e878e SHA1: 35ee3b635745ffe2b243408a968832326db06863 MD5sum: 399e7aedc5d77aada3e4b1b5121b7ae6 Description: debug symbols for ros-rolling-marti-can-msgs Build-Ids: 0cbf37844cc37ba760c2dc32380a88f1ab9aaac8 0d390c11492c7e70b29341812a01722b53edfb9f 108d4959a4a7481cd2a175eaea38ff2a46099126 154c59f55b8cb952c9de9543fe21ba806f77884a 56061e5a5dc93b556b683f2814fb605dc40e9c96 5c3a6ce22515f509de1662a15a7262e399742bab 67233adf9491dd4a81c20d2741a617f390b970c7 b2c149e4296d5090a4d6471ca46a70fee5f28422 ca1566ea57b4e3822432fd3c30f12c7a9e7c1e15 dd2cfd634038a9be1d282b37b599984cd565dc67 f4010ed7d42958339e5b0a86ad05984bd631b783 Package: ros-rolling-marti-common-msgs Version: 1.6.1-1noble.20260425.134450 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 3271 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-1noble.20260425.134450_arm64.deb Size: 192236 SHA256: a1741e0d936b67f59e78ca01cc6cb5e3fe7214e7fef0f6d0cb6adbea7ed4e87b SHA1: 94f9e99aaf821526d31c05384e3a6334852ec8e7 MD5sum: 443dff7e0e8be61ae31aae989af02ffe Description: marti_common_msgs Package: ros-rolling-marti-common-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-marti-common-msgs Version: 1.6.1-1noble.20260425.134450 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 2551 Depends: ros-rolling-marti-common-msgs (= 1.6.1-1noble.20260425.134450) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-common-msgs/ros-rolling-marti-common-msgs-dbgsym_1.6.1-1noble.20260425.134450_arm64.deb Size: 1924308 SHA256: d9bf398aac04433a6a13fcb8f5243fc4c6c58eea795520df268be1301958511e SHA1: c965c84e79bfac123090b8047b8f55da8104a10d MD5sum: 8c0e525971d7b76fbe76a7726ddf8acd Description: debug symbols for ros-rolling-marti-common-msgs Build-Ids: 1550deb5ab2484c38e40cfc4bb14eb9d7aa356de 17d7f1ca90f5f7b3fff2459f092ece8145747fc7 61c46490bd15424fdb5010ad242a0b2667b94edf 62e2046f9ac6a9a035b2a597a6cf51b9c9742a40 774aa7a87fad5218fc8d81db2319b47f4a1458fa 87de10e8b96c8ab9d37e6b337d90f6e53ffab823 a661dadc79a878622a27f19074837917fb9b7c5a c20b8c67028f228162a4e6896108074bc34cf25f e3831c1cdd0a90a7709d01d1fa9a20af8fa42cee e8111b1adc4cde2278bc6d551b94ed540c172769 fbbb4376530686bca0113bb9a4120353117ef009 Package: ros-rolling-marti-dbw-msgs Version: 1.6.1-1noble.20260425.134637 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 1321 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-dbw-msgs/ros-rolling-marti-dbw-msgs_1.6.1-1noble.20260425.134637_arm64.deb Size: 72024 SHA256: 676d61e5db022f74fb050a7c4472eb369cde1c8cf34b6d3c74ffd6efbe82f5e8 SHA1: 308e039bb6e24fdc1413064885b4af5d1a5fb181 MD5sum: bb1becd67b32e2fea40671b78667e9d1 Description: marti_dbw_msgs Package: ros-rolling-marti-dbw-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-marti-dbw-msgs Version: 1.6.1-1noble.20260425.134637 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 566 Depends: ros-rolling-marti-dbw-msgs (= 1.6.1-1noble.20260425.134637) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-dbw-msgs/ros-rolling-marti-dbw-msgs-dbgsym_1.6.1-1noble.20260425.134637_arm64.deb Size: 405162 SHA256: a6bdece85be44dd096e028439c8982f172dde8b42f00a79ecb764b8e4329d9ff SHA1: 2ad75e86f8415433630d3b02c63189e83f2ca7e4 MD5sum: f731044f998fcb690096dd4ef1ad8bc4 Description: debug symbols for ros-rolling-marti-dbw-msgs Build-Ids: 109491c431fd680da774ba6b0c312e2d5575553c 3235ca1e68be1521e9cb9038f6e798ec0c10a65b 42addb751309849b52c227258f486f5317027eaf 473e2aeb3c64a12f1aa1fd197a281267a9997a10 49f852facd3d7f8d74b163eae8ed014bf31fbd50 4bd9cfcb11c6f22e192d1fc98e5fae1e0c37f064 6e56ffebb4692bd89355ba9b387b99ec8d0016d4 77b6e799f24a6f00bb5f1635f42e3f2b3be408de ad3748a06751a64c3b6511d65331e1467ab5837a bf43a754ca5d28bdd023dc9d0b0ae9d0ce97a775 c83e4eb16f340f6be5b679b0f5e580513fd7e9a0 Package: ros-rolling-marti-introspection-msgs Version: 1.6.1-1noble.20260425.134658 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 1490 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-1noble.20260425.134658_arm64.deb Size: 96290 SHA256: 1ed9337f4795e8eae553c8bb899911ac232df11f9e8ad0ba541bfd460bb3421d SHA1: e59af0a1d67df2e1d48e778a1072a9e9130e2430 MD5sum: 1b8066513ea6a0618582154c0eacf0bd Description: marti_introspection_msgs Package: ros-rolling-marti-introspection-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-marti-introspection-msgs Version: 1.6.1-1noble.20260425.134658 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 908 Depends: ros-rolling-marti-introspection-msgs (= 1.6.1-1noble.20260425.134658) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-introspection-msgs/ros-rolling-marti-introspection-msgs-dbgsym_1.6.1-1noble.20260425.134658_arm64.deb Size: 708760 SHA256: 4db05fd01b85f128ecf425935c8d5c4937627bdbb9cee2594d14a739d7de18b9 SHA1: 4cf99dce09fc6c3c3b57354a8b643ec59f05f525 MD5sum: a7ba8f61a01b9ddfe3b646e32c6a13e1 Description: debug symbols for ros-rolling-marti-introspection-msgs Build-Ids: 0bfb73e496157882cc077660eb5cf57077bf22dc 0fe309b1f2bfbe87c59e9f7a2ac601f9f54357f7 45a37f6bbb23fc9d50088c901fe14716107f7614 55f3b5e97f8b7d4ef782bc07089d82a56edc8853 5fb8dd98153735020ffcbf63081736c20e941767 6be5a1ccd27e5fedd5f89db01f2a4d598a836290 87e94cefa6b1146eab95832f6ce8cbb709e04aee a02f475a4cbcd51d754ccaec805a4a9a459e09ab b729e50346cfead4d51936601fc9597177c10a1b ca6b4f9a46e3b34f19a84cdb4be4114b8616a3f5 f92431f1788727dec4da662bc02b301595b60dd1 Package: ros-rolling-marti-nav-msgs Version: 1.6.1-1noble.20260425.143936 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 7606 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-1noble.20260425.143936_arm64.deb Size: 483398 SHA256: a0d29e2530bf013a8264ecd7ea9a4eee1f1fd6ad4a3b2a46403cff242c9fcab8 SHA1: d25b2b0be36546b34c6b2b9ea9c52ad1e266a436 MD5sum: 641786552de9ef419f456a9e5f28b38c Description: marti_nav_msgs Package: ros-rolling-marti-nav-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-marti-nav-msgs Version: 1.6.1-1noble.20260425.143936 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 6260 Depends: ros-rolling-marti-nav-msgs (= 1.6.1-1noble.20260425.143936) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-nav-msgs/ros-rolling-marti-nav-msgs-dbgsym_1.6.1-1noble.20260425.143936_arm64.deb Size: 4963102 SHA256: 77878e03cdda075ff9bf548df798c91ceede4c08de6e96c9f55c050dc6eaf8c5 SHA1: 6fbadfcb7b6977e9b004e73dd30f0fa9fca5b31e MD5sum: 63d7ce3d061e336242199fc10d7f1a61 Description: debug symbols for ros-rolling-marti-nav-msgs Build-Ids: 0fa56b31f8163aaa2c2ac21cf39c7270ab05611e 11bb467bf2284cb5316e4d3dd69b242509ea5415 4349fc7b4f0763ba016b3afa58eec8f726e54d8d 45ff3ede882ed7b13fdd618e31c91d1c3c0c3d84 519498f80294b6bac3e679898688948943fdb98a 5ba4bf21825ed766f8de029d473b467095288e51 88067bb6b9866c6c783f3bbaa4af3ec60400fec7 94221482f518836f94389f0d0c1e75bd570db5d8 b3327db912f091f871ad116381d41768ebb1223e e3704166cfdb430c8abb7a13e45d64fc67886fdf ecaf2cbd5ee7cccef95d07c971249bc8e66dfe72 Package: ros-rolling-marti-perception-msgs Version: 1.6.1-1noble.20260425.144158 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 1027 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-1noble.20260425.144158_arm64.deb Size: 45270 SHA256: 6bb07778a4e6e07eb8ff0c6bd5f8583c9b868255e1b5e611193d6f0fd535732b SHA1: c699bc60814a863a15dffc59ea01ad122a827c46 MD5sum: 4799dc4fc53a4ba94d994b74e2339d84 Description: marti_perception_msgs Package: ros-rolling-marti-perception-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-marti-perception-msgs Version: 1.6.1-1noble.20260425.144158 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 297 Depends: ros-rolling-marti-perception-msgs (= 1.6.1-1noble.20260425.144158) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-perception-msgs/ros-rolling-marti-perception-msgs-dbgsym_1.6.1-1noble.20260425.144158_arm64.deb Size: 190534 SHA256: 1ec460fea781740df82b7506d4cfbb28f1fe17e78c3fa71e394bbcf655ddfb63 SHA1: 8fe973c779b3fb6e17e7701eb2e31325153e7a62 MD5sum: 35926fbdce93608eab074cba4545f131 Description: debug symbols for ros-rolling-marti-perception-msgs Build-Ids: 18c931f8ebb0b24cc98008726e61a39a619ff921 23b606207a30d59f04352d6e2850dd0f4e5ed6ed 46ef9191036238ed097e1c3014905d57bc6d76ce 6c49bbd69ed5fa36b53dd5ab50f1176d2518d20c 739a7b0e05a3cf4a7e4d2b808a4b509a60f5f080 9e5f87b0fb1b204d260dd9baeff8a0f849de6b98 a2e59f2a05e3c9151f07e689fbf1f0ce1f2f98b8 a9b7abc0e7e2220e1565d870fe76196851216754 aca99bd5c1196e693aae125addbaacf278732408 e4b0f5544cdcfb0d38e2df25cef5e54cce560da2 e8f1eae29f5d9c3a704c03de5e157e432977af22 Package: ros-rolling-marti-sensor-msgs Version: 1.6.1-1noble.20260425.141201 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 2532 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-1noble.20260425.141201_arm64.deb Size: 165588 SHA256: b6a96aeb71a3fbb7b13b5818a5fc47fee92ddb4537340a3c2a4ef9c381465d03 SHA1: fbc28245bbaa8268b959e93faf6daff32cdcf634 MD5sum: 56f7dfb5d45921759036e1d1df7a2e53 Description: marti_sensor_msgs Package: ros-rolling-marti-sensor-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-marti-sensor-msgs Version: 1.6.1-1noble.20260425.141201 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 1710 Depends: ros-rolling-marti-sensor-msgs (= 1.6.1-1noble.20260425.141201) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-sensor-msgs/ros-rolling-marti-sensor-msgs-dbgsym_1.6.1-1noble.20260425.141201_arm64.deb Size: 1293332 SHA256: 6b4dd5c6050557780f28ef02ca41ef7c5d6b5870abc0a01f96ddeda64c2d9202 SHA1: e44d492ca482a7844ff253b48d17f474a36a2f0a MD5sum: 24a9a9e77d640bbd01ddee080491c30d Description: debug symbols for ros-rolling-marti-sensor-msgs Build-Ids: 3acef630adc39268e5fb3442ba1cfdc62511adf1 59f9a05eb326bb41a5f848e3a421974ded1726d4 6d4b236a6ba1000e82f02a817efd1a6015495f7d 76d1f332cace958c524ae64d26da78eca946e9e3 7ce88c68db84762a493f8d9b6aa8425359e85892 93140865b5c08ce9b3309f100af40d3093b46a08 c29ee39af3e947a3c3ec070155d2f456871f8614 db002dc9d00f962ff4b409597297f19204e97ac0 ddbb6cef355d15ef56befbc27dbb0de1ae00f0b3 dfcfe17bc93bffe00b0ec1791135b00484bcb811 e079abf5ccab308d6503b4906e1828216be0d92d Package: ros-rolling-marti-status-msgs Version: 1.6.1-1noble.20260425.134815 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 1073 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-1noble.20260425.134815_arm64.deb Size: 52574 SHA256: ee5cc0df099e95c3d71a00d3959ce3f1e560c33fbc57e43e5acff71ac26bdea1 SHA1: 175ad6614200ebd14d180d7e293d143de7a10201 MD5sum: 50fbe63427866b0e88f56c55c89d3829 Description: marti_status_msgs Package: ros-rolling-marti-status-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-marti-status-msgs Version: 1.6.1-1noble.20260425.134815 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 335 Depends: ros-rolling-marti-status-msgs (= 1.6.1-1noble.20260425.134815) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-status-msgs/ros-rolling-marti-status-msgs-dbgsym_1.6.1-1noble.20260425.134815_arm64.deb Size: 224274 SHA256: 7552a754c29f5bdc41e02cea745e5939d615eee3bed9e8f93e3db2a28636356b SHA1: 6809578927d5b8183970ae44351b28ce83fae909 MD5sum: 9e8ac8e338ff804a175a7efde5577b81 Description: debug symbols for ros-rolling-marti-status-msgs Build-Ids: 1ff2590d1bb9e58215d0f792f314a5884c44aa85 2c3ad6a1cce2beb9fd18a9aa6911e5c25e2889de 3eb01127c7a148931f0091823949d38e76605458 59527684008bdb76a006dcb23ce46b025d45c8f2 5c4dceda42ba248625a8625edd00b11c917f7f3e 61e02e8c59255711a6338ae6dc5252dab7735746 9200038a6b65a7b4697d61721d43ef01fd7a9885 a6e619049a392f549604abe608813483742df53b c8fcf0261c84be541f08acf50e85ef8671250f45 e68c1dd9c67fc89d5201e035336be669314df41c f0118a62669b70d1ef15d80a72587941de17673e Package: ros-rolling-marti-visualization-msgs Version: 1.6.1-1noble.20260425.144046 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 1193 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-1noble.20260425.144046_arm64.deb Size: 72920 SHA256: 125d545cda6b851834ae1a5621532fbd7ea392d25bd43e5caaa620e45e7bafef SHA1: e045949cd929e7555b1bceaff1d81ab9cfde4ad0 MD5sum: 6fdb71b45bbc33c584d45f3c57b4e606 Description: marti_visualization_msgs Package: ros-rolling-marti-visualization-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-marti-visualization-msgs Version: 1.6.1-1noble.20260425.144046 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 613 Depends: ros-rolling-marti-visualization-msgs (= 1.6.1-1noble.20260425.144046) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-visualization-msgs/ros-rolling-marti-visualization-msgs-dbgsym_1.6.1-1noble.20260425.144046_arm64.deb Size: 458850 SHA256: cfc9bd92647d2c537dc6ed3735bcad69e37d4e3c82e27d1bc8d07dfff73c873c SHA1: 2b42a981704524b0a73a32731a5ca9ed67ebeaa5 MD5sum: 4ddec68eec43e8e9fac69becbe231047 Description: debug symbols for ros-rolling-marti-visualization-msgs Build-Ids: 0d993dee027d4904d2971b7c453207779e66302d 22de5007706c427ba4c15dcba33e7e0d39cf328a 26735e55979a92fa6102d39c880daf87c9e2b7c4 2b041e12041b180b9952c0bf91bc508214dac3bd 4fc6456fe33b5df66a4cabcca83cf0160b89aa64 4fe2c887da0b4dabcf706bbf0571991b04b9dc57 90183fbe539307ac3da7fdb96197ca24bf4a07ed 90a4b13fa29b347927f73599fc8d8fd307fc3373 a15d53d4417a66a176ed24aeb2441e320760ea35 e420237df24cce612796b2c4c378a8a37063e3ea ed203842c2053b35ab53e783363861f2a52c4a8c Package: ros-rolling-mavlink Version: 2026.3.3-1noble.20260425.091332 Architecture: arm64 Maintainer: Vladimir Ermakov Installed-Size: 22010 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.3.3-1noble.20260425.091332_arm64.deb Size: 1057208 SHA256: 3c09d2ccf65090719176823c190a9d3ac26c4c3b80f7135ce245d3a7c505f124 SHA1: 1d489836a7b2e39600cb297f6469235514b177f3 MD5sum: e88dbc88e4e73144d5a76ba3be6fe2b8 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.14.0-1noble.20260425.212246 Architecture: arm64 Maintainer: Vladimir Ermakov Installed-Size: 9592 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgeographiclib26 (>= 1.46), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.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.14.0-1noble.20260425.212246_arm64.deb Size: 1475300 SHA256: b344cb84821e8f9cf5916d076281c12d27925759f0889ef264289b90e8aafb47 SHA1: d6efea27ac24380299eb6ecc1bf4a27bc7ad1143 MD5sum: ef0c376c13d2ceac01d559a072deb42d 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.14.0-1noble.20260425.212246 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Vladimir Ermakov Installed-Size: 64066 Depends: ros-rolling-mavros (= 2.14.0-1noble.20260425.212246) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mavros/ros-rolling-mavros-dbgsym_2.14.0-1noble.20260425.212246_arm64.deb Size: 55278292 SHA256: a74a4388fe6d72be4ed941c745e5e3b7ee59c2e9c892e4bd9ed1ef59450e6a62 SHA1: 78a3120c14f207768246ec45b13744f903926eba MD5sum: fdd3046711debd2bd01a1089e438f68b Description: debug symbols for ros-rolling-mavros Build-Ids: 2819b1a7963e4228e506bac622f530b89bb83cc3 321ca73546061d349b4839accf8a5f6a361539d9 e72174807e7ebe5f01792e23405f4970a372adfd Package: ros-rolling-mavros-examples Version: 2.14.0-1noble.20260425.215247 Architecture: arm64 Maintainer: Haroon Rasheed Installed-Size: 115 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.14.0-1noble.20260425.215247_arm64.deb Size: 13268 SHA256: 0a03291d83dd29ae1c084305b9556b5a2eb7c7815397294cbbfe1d519171f8bb SHA1: 873c78d8e3145ba2acd8e8100ac55f70b695a896 MD5sum: 9676d2b79a444e44c6a0dd85a92cd582 Description: Example scripts demonstrating MAVROS usage Package: ros-rolling-mavros-extras Version: 2.14.0-1noble.20260425.215506 Architecture: arm64 Maintainer: Vladimir Ermakov Installed-Size: 12919 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), geographiclib-tools, libeigen3-dev, libgeographiclib-dev, libyaml-cpp-dev, 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-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.14.0-1noble.20260425.215506_arm64.deb Size: 1555556 SHA256: 0bc80ee547243a5bbe7f155503a6a290869902cb6265ca7fe943ee2e19a5e9bd SHA1: f8d24bfefeeaab0cd34728ff39e8001cb12500c7 MD5sum: 7d34c0c11b40057edb8d7021f8328319 Description: Extra nodes and plugins for MAVROS. Package: ros-rolling-mavros-extras-dbgsym Package-Type: ddeb Source: ros-rolling-mavros-extras Version: 2.14.0-1noble.20260425.215506 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Vladimir Ermakov Installed-Size: 81415 Depends: ros-rolling-mavros-extras (= 2.14.0-1noble.20260425.215506) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mavros-extras/ros-rolling-mavros-extras-dbgsym_2.14.0-1noble.20260425.215506_arm64.deb Size: 68124442 SHA256: e6e2e358dc5b9c8f69215bfbec9cc35225905c9a0aa327b1f8d34cce39098787 SHA1: 876fc6f63c7d4b2a2f862d070ecb1f067e5845f9 MD5sum: dbbfaf0810c49557b428e309ecdccf4e Description: debug symbols for ros-rolling-mavros-extras Build-Ids: 3d413eb230ffa7ad28d92638186142ee1dac8f05 44726fad933fd231d2ce9e009c32fbbea2421d04 71e7f4dea60dbf02d2fe2736ab5e06b51224cc05 Package: ros-rolling-mavros-msgs Version: 2.14.0-1noble.20260425.144046 Architecture: arm64 Maintainer: Vladimir Ermakov Installed-Size: 33832 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.14.0-1noble.20260425.144046_arm64.deb Size: 1939630 SHA256: 65ff634ad33ac5d7570ac323007feded57391b0f24bb0a4d48d7d36d58219669 SHA1: f79b764041d540641f6a05036b9491d89002e3d7 MD5sum: 1f0c31d7648944fcac8e60f149192924 Description: Messages for MAVROS. Package: ros-rolling-mavros-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-mavros-msgs Version: 2.14.0-1noble.20260425.144046 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Vladimir Ermakov Installed-Size: 24626 Depends: ros-rolling-mavros-msgs (= 2.14.0-1noble.20260425.144046) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mavros-msgs/ros-rolling-mavros-msgs-dbgsym_2.14.0-1noble.20260425.144046_arm64.deb Size: 18851984 SHA256: 0bbc1e0646ddcb5ad83281a353322869a6ed3b8b2d8e9bdd0013683d024a7321 SHA1: bdf72fbf9464d247d080c50ec95cdc7933312cac MD5sum: 156ae67dd9fb70f114b87056a02d60ab Description: debug symbols for ros-rolling-mavros-msgs Build-Ids: 1ab299ee4ec4700f22197374e4bab78666608341 247eed9059a09e9c9de96cf386df6c28ab56f4be 2f028413730b6dee142b3b2ca9b502781b4ff02f 44250fb5a9d9776795ed63d70adb9ff9383efd9c 8d198e97bfca1b1a4ef77f8b10cf55407f98e356 9404620b97e24e80bb8769d46466f1cef0adfc3d 97261cd0277120aed48a3f315499effd7888fdd4 9a512f1211cf341ab4382c6990c13cdd870d57ba afd0857120b90f66f7fdb2b256a7e0901a78107c b10af2bed15ef93d8dc874865d78ced4ff68865a e04aadafbf5c4b358a7f642e61ff9b851eb183f5 Package: ros-rolling-mcap-vendor Version: 0.33.1-1noble.20260425.102552 Architecture: arm64 Maintainer: Foxglove Installed-Size: 409 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.33.1-1noble.20260425.102552_arm64.deb Size: 124738 SHA256: 69b9b168c0e5fd942ca6861f0e4006cc1e33c17703b4d560bdb9743ae49b5cce SHA1: 15f6f3eddcbe1cfc77423ca219ab1ad1b02a75d0 MD5sum: aea9ea91a45326662f574563a3702299 Description: mcap vendor package Package: ros-rolling-mcap-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-mcap-vendor Version: 0.33.1-1noble.20260425.102552 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Foxglove Installed-Size: 1148 Depends: ros-rolling-mcap-vendor (= 0.33.1-1noble.20260425.102552) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mcap-vendor/ros-rolling-mcap-vendor-dbgsym_0.33.1-1noble.20260425.102552_arm64.deb Size: 1057258 SHA256: 2765ad417eeb7963094947f0ecb19e337f8d90560296f6b0961d0cf2cae5a2c8 SHA1: f53675c2f6d1364b5386be9ed0b1856ce7ffc4d8 MD5sum: 039904db3fc41216782b08540dd3f589 Description: debug symbols for ros-rolling-mcap-vendor Build-Ids: b5cb397a60d2a1478f1ca156eaa2b902d5b00bfd Package: ros-rolling-mecanum-drive-controller Version: 6.6.0-1noble.20260425.230006 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 959 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-backward-ros, ros-rolling-control-msgs, 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.6.0-1noble.20260425.230006_arm64.deb Size: 196842 SHA256: 5bd1cad81687e458482a43e4aa8c4734f447ea7a73f9bc0d5ba8afb400b44754 SHA1: 84a6922d3edaccd66d80e3c8f6de3a05f790b12e MD5sum: a22e1215301c4064ad822094091c08b3 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.6.0-1noble.20260425.230006 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 3982 Depends: ros-rolling-mecanum-drive-controller (= 6.6.0-1noble.20260425.230006) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mecanum-drive-controller/ros-rolling-mecanum-drive-controller-dbgsym_6.6.0-1noble.20260425.230006_arm64.deb Size: 3454598 SHA256: b7b9908721f306b685521d272603f9a1e5883c0cdd36395dbb7b33b168d06879 SHA1: 5b6e73d1bc0baa0f146078d6725df4e267f5bbf2 MD5sum: 2ae3b0e62ac078675ea260c424416aee Description: debug symbols for ros-rolling-mecanum-drive-controller Build-Ids: a0379aa2d2458655a5b30dc494f3c4617054e70d Package: ros-rolling-menge-vendor Version: 1.3.0-1noble.20260425.091342 Architecture: arm64 Maintainer: Shao Guoliang Installed-Size: 2260 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2.6.2v5 (>= 2.6.2), libtinyxml-dev, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-menge-vendor/ros-rolling-menge-vendor_1.3.0-1noble.20260425.091342_arm64.deb Size: 412226 SHA256: 4f6f708fbccd0fdcb1133a5f371f263d3aee3a000df73f9bd1776df002c00c57 SHA1: 338e03e6fe7811bc9f95d4f1d49fe23be022d3a6 MD5sum: 8917f127cb6a66bf769f3a5574764008 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-1noble.20260425.091342 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Shao Guoliang Installed-Size: 8693 Depends: ros-rolling-menge-vendor (= 1.3.0-1noble.20260425.091342) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-menge-vendor/ros-rolling-menge-vendor-dbgsym_1.3.0-1noble.20260425.091342_arm64.deb Size: 6776340 SHA256: cb0b08e15bb007e8395706ea6bdb5f7f8be5bd208191557a3cdfd2c58554f6d6 SHA1: 6e6fbf0512192987cf21e1b6b33063b8684c3df7 MD5sum: c0ef60f5cc28580b5e950e6a4071cd5e Description: debug symbols for ros-rolling-menge-vendor Build-Ids: 7fef92661738ebaaa3c9f2e18afef2204e313b26 Package: ros-rolling-message-filters Version: 7.3.8-1noble.20260425.174140 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 350 Depends: libgcc-s1 (>= 3.0), 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_7.3.8-1noble.20260425.174140_arm64.deb Size: 47314 SHA256: c988b59421b12aa609713cb467fe930c26d48e5b894e35998255ea131b3dbae0 SHA1: 249725f8005182be2aa7d7f85ccdc8da77402c89 MD5sum: 42bdcac586e540fc4ca7d8a53e1972fb 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: 7.3.8-1noble.20260425.174140 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 27 Depends: ros-rolling-message-filters (= 7.3.8-1noble.20260425.174140) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-message-filters/ros-rolling-message-filters-dbgsym_7.3.8-1noble.20260425.174140_arm64.deb Size: 12390 SHA256: ae8403817561cb7ed48327ea5ec77cc4ba2c97626a20c5bf03102606abf69d47 SHA1: 71e922e27c6836273b41db23a573d9bb6fccf01f MD5sum: 4ff26624f727a6d14cb839e5b0f824ef Description: debug symbols for ros-rolling-message-filters Build-Ids: 51fe6734accf463742c8a2974f83a32b882c2044 Package: ros-rolling-metavision-driver Version: 3.0.0-1noble.20260425.182955 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 936 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-openeb-vendor, ros-rolling-event-camera-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-std-srvs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-metavision-driver/ros-rolling-metavision-driver_3.0.0-1noble.20260425.182955_arm64.deb Size: 196612 SHA256: e7682434018c9a068b2385db1ccfa0779d74dda4646c4707cf67d634d59f289d SHA1: 5b707bc0b7a68e8712fbb4d9fa45c3ac0f50b5b0 MD5sum: a8688659ac4711253f5fd0f183079818 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-1noble.20260425.182955 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 4155 Depends: ros-rolling-metavision-driver (= 3.0.0-1noble.20260425.182955) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-metavision-driver/ros-rolling-metavision-driver-dbgsym_3.0.0-1noble.20260425.182955_arm64.deb Size: 3648138 SHA256: d7067f30114c6c2c191a8dc76daf44a87383d3efaff73bfa841083632a4da15c SHA1: 88dbcb8da6b9fdcf105d96502c88f8b6db192606 MD5sum: eff2172d79e63b263d5616b5ae2a3c11 Description: debug symbols for ros-rolling-metavision-driver Build-Ids: 2947c1a653cba9ed795ace753258d52f2e00a14c 736ddde41087ce3a8b59331ddccadaabdd25ed10 Package: ros-rolling-micro-ros-diagnostic-msgs Version: 0.3.0-5noble.20260425.135115 Architecture: arm64 Maintainer: Bartolome Jimenez Vera Installed-Size: 1395 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-micro-ros-diagnostic-msgs/ros-rolling-micro-ros-diagnostic-msgs_0.3.0-5noble.20260425.135115_arm64.deb Size: 87956 SHA256: d862f2f189e4f935b238911571f8aa778b53edf8df6535f9ee2c487c7e0db089 SHA1: 3ff8e113263f691bbd2dc6944a92bfd129a0825b MD5sum: 9eb31c643d7629dcba3bf8727c1324b0 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-5noble.20260425.135115 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bartolome Jimenez Vera Installed-Size: 675 Depends: ros-rolling-micro-ros-diagnostic-msgs (= 0.3.0-5noble.20260425.135115) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-micro-ros-diagnostic-msgs/ros-rolling-micro-ros-diagnostic-msgs-dbgsym_0.3.0-5noble.20260425.135115_arm64.deb Size: 481962 SHA256: 1c0771a4e20736c1c4624a7796477f425a25a21f066121cdc0e4c5f9e8bfcafe SHA1: d4d3bf30ac2b55ba20785e9e0611eb187bd922a4 MD5sum: bd124f1025d4ca0ead5c30a35a2b18aa Description: debug symbols for ros-rolling-micro-ros-diagnostic-msgs Build-Ids: 113afc22566a3b497d5d3cbd9b5a9a05747c8862 4a0fcb2514e0653e1ac577604721b24c5cd9e6d1 4e2a0af34b3dd6987323d1afd0c523d4c45374fa 545100a772a9e415ee8f7af4b19e22a466f74296 61ce05f3b398061d4071af1d0d19889ff349512c 78225853d98be0e003005ed982a6742272626151 8d28b62ce08c22e6bc6e6ee6e08a8f8390268b09 94436a55a7bdc9751f174d70e06cdbd9940ae3f1 f4f911476482c5be4c6b42cb987af1ff7a4167e2 f50a120ef6e7d1a02c2357a0edf2f2da894f0f09 f99c8c00901f443b5191c3adae0e4d6bd5532d67 Package: ros-rolling-micro-ros-msgs Version: 1.0.0-4noble.20260425.124906 Architecture: arm64 Maintainer: Jose Antonio Moral Installed-Size: 1213 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-micro-ros-msgs/ros-rolling-micro-ros-msgs_1.0.0-4noble.20260425.124906_arm64.deb Size: 78598 SHA256: 7f5af8cab4e6c56680d7412f9b7809e3a859bc66b4ab296abe8f34c4f5f4a742 SHA1: f1da92cdb8ea06c1d6fcbb42ab3059c0a1734a49 MD5sum: 382ecaf281d77d371e59b3fdefcb277d 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-4noble.20260425.124906 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose Antonio Moral Installed-Size: 733 Depends: ros-rolling-micro-ros-msgs (= 1.0.0-4noble.20260425.124906) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-micro-ros-msgs/ros-rolling-micro-ros-msgs-dbgsym_1.0.0-4noble.20260425.124906_arm64.deb Size: 569338 SHA256: 2a3a49622d30ae6bc2525605ba37a82e31f374f674e2e1b76a1fbdc1eabc732e SHA1: 3e74f02e72f38fcf821e7b28ec1fa04fb109942f MD5sum: cc400c8fcb21a69a62c07c6dfd355898 Description: debug symbols for ros-rolling-micro-ros-msgs Build-Ids: 0e9e9beb9222de551dab84ddc996e89a0b53a23f 45af9526edcd8f392ce980b179487d0d29f179dd a06ce57659ad10c2c2e52d69027c98749d863397 a2e7b569660c7e5d3a40e00fb85ed92a567aea2b bf9426b42bf1f720821a7192c5f99115dd1d9d4c c067832142edfab2c4890d29e026f4841dba356a cf8c5de78f63b66c787814871e7beef59db9f01a d2d2074a594ece3e0f4366c5f98d021f4bbb2b51 e75927b8c73c93851458c5f4ed142dac51c4ad5a ef61bd307435df6350260b5560e9cacb97a26c70 f3532c9d2bf1b25f2c1551773bc898b0f20ef385 Package: ros-rolling-microstrain-inertial-description Version: 4.8.0-1noble.20260425.102020 Architecture: arm64 Maintainer: Rob Fisher Installed-Size: 16436 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.8.0-1noble.20260425.102020_arm64.deb Size: 2753956 SHA256: 3a6c752997454f63690d8e0b07a078d4c121f25364ad0a2401da682112556b98 SHA1: 65b82a3224f8c6bc6a213868cd838e92e05ba3d1 MD5sum: 6625aff885536e8c915a6aca55602339 Description: URDF and stl files for MicroStrain sensors. Package: ros-rolling-microstrain-inertial-msgs Version: 4.8.0-1noble.20260425.153346 Architecture: arm64 Maintainer: Rob Fisher Installed-Size: 8689 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.8.0-1noble.20260425.153346_arm64.deb Size: 470794 SHA256: b5c90cdf47f586db15b438151202304bf04bf030fb685fefec39baab5f1edf0a SHA1: 36f6d58394c0e94194ad325b8a41a27c02a2a94a MD5sum: 4835c8808a06d215b62218c323428ebb 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.8.0-1noble.20260425.153346 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Rob Fisher Installed-Size: 5468 Depends: ros-rolling-microstrain-inertial-msgs (= 4.8.0-1noble.20260425.153346) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-microstrain-inertial-msgs/ros-rolling-microstrain-inertial-msgs-dbgsym_4.8.0-1noble.20260425.153346_arm64.deb Size: 4066530 SHA256: e34765f7f5dcc559314603948ff9f6f4803b5428071a38fd687ae84fa8b4a1c2 SHA1: f12dfb8c8ec20048e03bfbfcbe7c425ff7b2faa0 MD5sum: 287133a7aa3e176ed5d938dadb275f79 Description: debug symbols for ros-rolling-microstrain-inertial-msgs Build-Ids: 11a1678631db5babdb7c60fe0442b454907e18d4 3fde6a6fc6dbff555d0fff47a66576c91166bf21 5680ff9b193b0c31d7fd5a73ad81c39b15f36861 5914e12f9a81bca40fbdfaba71e0e4dee005e4ab 76c5d02835c5798ac27b2df926ee58296b591117 859fdb8503b3cd419279842f6fed0ce577f2f764 a1fa8264744fc9303d8bd28bc0825a259f6286ea b2095bfa88a4252e46dc330a82e9d67c8075fd9d e286deef626490b6350c2aa25ae59bf6c93d0880 f4be32b499726d067ce55bbe8f35c78077753f44 ff649aaf007547ad3da5d6c39fe729fff8804b96 Package: ros-rolling-microstrain-inertial-rqt Version: 4.8.0-1noble.20260428.041930 Architecture: arm64 Maintainer: Rob Fisher Installed-Size: 417 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.8.0-1noble.20260428.041930_arm64.deb Size: 69386 SHA256: 2cde0a44ff4b63fde7431873ac9d223ace50e3d17085db503fd98fa2cdad30e5 SHA1: c3df080c0e5474d1635cec1781787ae9f0a32f46 MD5sum: 09929861b2eeb7783af17f9b4166aef0 Description: The microstrain_inertial_rqt package provides several RQT widgets to view the status of Microstrain devices Package: ros-rolling-mimick-vendor Version: 0.9.0-1noble.20260425.091459 Architecture: arm64 Maintainer: Scott K Logan Installed-Size: 223 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.9.0-1noble.20260425.091459_arm64.deb Size: 33344 SHA256: 3056435091224fd3466763a6152dc3e1f0d0084e6f7103417fbabcd3d6df5749 SHA1: 1fea194a5236847ff477224be168ae9d90c77979 MD5sum: fb449379d471be8664958d3148199a99 Description: Wrapper around mimick, it provides an ExternalProject build of mimick. Package: ros-rolling-mobileye-560-660-msgs Version: 4.0.0-3noble.20260425.135149 Architecture: arm64 Maintainer: AutonomouStuff Software Team Installed-Size: 3219 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-3noble.20260425.135149_arm64.deb Size: 190088 SHA256: 5b3aaf828a8c1b062c48681ec89592dd320b3fa6acf0660e4a234262fea59023 SHA1: dbdcf5e09292a95d77928a7825af6f5402abca0f MD5sum: e0e9d2b2426e89c18e9b8569fc85c319 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-3noble.20260425.135149 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: AutonomouStuff Software Team Installed-Size: 1756 Depends: ros-rolling-mobileye-560-660-msgs (= 4.0.0-3noble.20260425.135149) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mobileye-560-660-msgs/ros-rolling-mobileye-560-660-msgs-dbgsym_4.0.0-3noble.20260425.135149_arm64.deb Size: 1332726 SHA256: fafa5eca330aa35331532f8f3bba63aebc491146944112d5d4b4312020fd2168 SHA1: 637608ac65a139ea6e129863166d9eaddcfc6466 MD5sum: 84b71aa00b5847a2e33db2d54588e858 Description: debug symbols for ros-rolling-mobileye-560-660-msgs Build-Ids: 073fd6f5fe98bc28c9f539b4465d3751f949a5d1 0bec01a70032e9fcdddaa3f7660158da93d203c3 40c82dfa1d51aa137b0ffa3e7f7991a46d0b3a8a 6e25bb40331a9a1fc49556ab0c0f293fcc906603 aa24a87837d62daeb60f21cec792071c2005bdb1 c136aaa3f7d84014cb01e5ad708e4a26e2f7e0fb cfc1b036993916b1b8c2cb468449aa8dca354098 db5995c6b80751e4673a2e1cf933b3d839ae82c9 e248edb1983eebb2eb086b4da85d806dd561938f e59af3ce9536fef6a022c65c2ecf7e4b708f393c fd2e563fe13061f4cc983aa5e8e1cbdd9a246750 Package: ros-rolling-mola Version: 2.7.0-1noble.20260425.224621 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 15 Depends: ros-rolling-kitti-metrics-eval, ros-rolling-mola-bridge-ros2, ros-rolling-mola-demos, 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-mola-input-rawlog, ros-rolling-mola-input-rosbag2, ros-rolling-mola-input-video, ros-rolling-mola-kernel, ros-rolling-mola-launcher, ros-rolling-mola-metric-maps, ros-rolling-mola-pose-list, ros-rolling-mola-relocalization, ros-rolling-mola-traj-tools, ros-rolling-mola-viz, ros-rolling-mola-yaml, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola/ros-rolling-mola_2.7.0-1noble.20260425.224621_arm64.deb Size: 3356 SHA256: 49a5770e3d7fb63cb699349d39fdc8adf9b8434d4fb4a164cc3c97c2c7900f6b SHA1: 570c5d6525fff5eadb052af74cbf3240cdfc9f1a MD5sum: 3e2fed5745334d08c06fac7f9f183c86 Description: Metapackage with all core open-sourced MOLA packages. Package: ros-rolling-mola-bridge-ros2 Version: 2.7.0-1noble.20260425.221542 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2851 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-mola-kernel, ros-rolling-mrpt-libbase, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libopengl, ros-rolling-mrpt-libposes, ros-rolling-diagnostic-msgs, ros-rolling-geographic-msgs, ros-rolling-geometry-msgs, ros-rolling-gps-msgs, ros-rolling-mola-common, ros-rolling-mola-msgs, ros-rolling-mrpt-libros-bridge, ros-rolling-mrpt-nav-interfaces, ros-rolling-nav-msgs, ros-rolling-rclcpp, ros-rolling-sensor-msgs, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_bridge_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-bridge-ros2/ros-rolling-mola-bridge-ros2_2.7.0-1noble.20260425.221542_arm64.deb Size: 443974 SHA256: 1ef700c820b949cb709aa0433e030c346786a8acedffe3fe0eacac9be797f14b SHA1: 84f94ca1cff47ca2007a5875a316facc80258eb3 MD5sum: 36b58b31f014df957a829d3f4d7db2f4 Description: Bidirectional bridge ROS2-MOLA Package: ros-rolling-mola-bridge-ros2-dbgsym Package-Type: ddeb Source: ros-rolling-mola-bridge-ros2 Version: 2.7.0-1noble.20260425.221542 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 12898 Depends: ros-rolling-mola-bridge-ros2 (= 2.7.0-1noble.20260425.221542) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-bridge-ros2/ros-rolling-mola-bridge-ros2-dbgsym_2.7.0-1noble.20260425.221542_arm64.deb Size: 10773712 SHA256: 14f00945f33aaf6058d6f5cb186527f591bd176efc3ba5cfc09c8054d48a0878 SHA1: 3507a0979d27fc8da63b48a29dda6dcacfd4905c MD5sum: d8bd2b66a59e7cceba93a8200111c335 Description: debug symbols for ros-rolling-mola-bridge-ros2 Build-Ids: d459b52da64e79f77463a3d745fa5b9f33c2b6a8 Package: ros-rolling-mola-common Version: 0.5.2-1noble.20260425.091534 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 64 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.5.2-1noble.20260425.091534_arm64.deb Size: 11908 SHA256: cc02d90f57774efad1b34ee97a30b928fec1b240350bbac9aade51903a0180a0 SHA1: 246b037b80f9326d04c906e9c9e86b781efedc67 MD5sum: 6322a42c3c517c243da22bad6a506f1f Description: Common CMake scripts to all MOLA modules Package: ros-rolling-mola-demos Version: 2.7.0-1noble.20260425.091728 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 157 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_2.7.0-1noble.20260425.091728_arm64.deb Size: 24918 SHA256: d68ffdd2162764a07ef5c37923b7a7e8322741bbb045863c52dad3825030207d SHA1: 409595a0e7db912ddd0cc17c2919af970995a063 MD5sum: fbae697b4f4dfaf4f85bff193f34dc92 Description: Demo and example launch files for MOLA Package: ros-rolling-mola-gnss-to-markers Version: 0.1.2-1noble.20260425.165738 Architecture: arm64 Maintainer: José Luis Blanco-Claraco Installed-Size: 821 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-mrpt-libobs, ros-rolling-mrpt-nav-interfaces, ros-rolling-rclcpp, ros-rolling-std-msgs, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-gnss-to-markers/ros-rolling-mola-gnss-to-markers_0.1.2-1noble.20260425.165738_arm64.deb Size: 134550 SHA256: 4a479266f3a3948ce49eee77ef7f77a243f8a376264c0fbf2182a3b23be436ce SHA1: 456fad1f881d191f01a345d054e9a832a71bacf4 MD5sum: 5c5f64f36e59e7b75375dc5f8cdb985c Description: Takes GNSS (GPS) readings, a MOLA georeferenced map, and publishes markers to visualize the datums as ellipsoids on the map Package: ros-rolling-mola-gnss-to-markers-dbgsym Package-Type: ddeb Source: ros-rolling-mola-gnss-to-markers Version: 0.1.2-1noble.20260425.165738 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: José Luis Blanco-Claraco Installed-Size: 3319 Depends: ros-rolling-mola-gnss-to-markers (= 0.1.2-1noble.20260425.165738) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-gnss-to-markers/ros-rolling-mola-gnss-to-markers-dbgsym_0.1.2-1noble.20260425.165738_arm64.deb Size: 2716548 SHA256: c2728fe8cd5d6120efaa3b19825bcdea9bb2335faafb082c9f80e3f41a4aff58 SHA1: daa18fc477d092cdd0978ec3d14208c3f4461912 MD5sum: 2d969c5a9e017de8dacc4a26f2cdefb7 Description: debug symbols for ros-rolling-mola-gnss-to-markers Build-Ids: 5f82f5763300af8b8dfb66872cc2c7751b256442 Package: ros-rolling-mola-imu-preintegration Version: 1.16.0-1noble.20260425.092344 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 292 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), ros-rolling-mrpt-libbase, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libposes, ros-rolling-mola-common, ros-rolling-ros-workspace Homepage: https://github.com/MOLAorg/mola_imu_preintegration Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-imu-preintegration/ros-rolling-mola-imu-preintegration_1.16.0-1noble.20260425.092344_arm64.deb Size: 85768 SHA256: 41569303191767e1e9b4702c1ff3ec0d117e6eb1af03e302a197503edbfa6d66 SHA1: 377af3c3eb075e1836e9aa94ba3dd161268deaa7 MD5sum: 49d0a8eea692d973819c9dec9701b239 Description: Integrator of IMU angular velocity readings Package: ros-rolling-mola-imu-preintegration-dbgsym Package-Type: ddeb Source: ros-rolling-mola-imu-preintegration Version: 1.16.0-1noble.20260425.092344 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1090 Depends: ros-rolling-mola-imu-preintegration (= 1.16.0-1noble.20260425.092344) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-imu-preintegration/ros-rolling-mola-imu-preintegration-dbgsym_1.16.0-1noble.20260425.092344_arm64.deb Size: 1028190 SHA256: 7c958f8a599e5fdd4f4d985bb6f42c10ef596943e95b00808d3a4d3cff818556 SHA1: 588632b39e532d7cb110fef85e664717db29b54e MD5sum: 2b8706d3c6e4ac32e1520833d64139c1 Description: debug symbols for ros-rolling-mola-imu-preintegration Build-Ids: b596c26c5aaa0604334ccc72db3f38aa127fe976 Package: ros-rolling-mola-input-euroc-dataset Version: 2.7.0-1noble.20260425.105453 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 203 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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_2.7.0-1noble.20260425.105453_arm64.deb Size: 60750 SHA256: fe7638307f33b83253e26e6866c9a56a8ef57e3dd87f78c48ae2005ee3517d90 SHA1: 9c2b74076fc5d6efb952901231def605f0b43766 MD5sum: 2af3f8d4db6ceb0a321a5e7a9ceddf8c 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: 2.7.0-1noble.20260425.105453 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 635 Depends: ros-rolling-mola-input-euroc-dataset (= 2.7.0-1noble.20260425.105453) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-euroc-dataset/ros-rolling-mola-input-euroc-dataset-dbgsym_2.7.0-1noble.20260425.105453_arm64.deb Size: 591112 SHA256: 6e7d4451f2573aadd98d0ad3b5e13b910a0da92a985bfb9384d279891095f1b1 SHA1: 5c3dc1c81d52e78cd28a8594844aec583b64f89e MD5sum: 88fb1bdc196b79487bd9e0d45256cb09 Description: debug symbols for ros-rolling-mola-input-euroc-dataset Build-Ids: 93872ab88685ffa6c62dfec2cbe9095cf356323b Package: ros-rolling-mola-input-kitti-dataset Version: 2.7.0-1noble.20260425.110557 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 271 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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_2.7.0-1noble.20260425.110557_arm64.deb Size: 89694 SHA256: f4aaa484ec1ce54b5cb2386201837aa25662303f690c263b0b7a813b9b6b668d SHA1: 38f0728116e3f332a971cb1285814384a002c418 MD5sum: 19a215b46e39ad159a5a40da12386a23 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: 2.7.0-1noble.20260425.110557 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1235 Depends: ros-rolling-mola-input-kitti-dataset (= 2.7.0-1noble.20260425.110557) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-kitti-dataset/ros-rolling-mola-input-kitti-dataset-dbgsym_2.7.0-1noble.20260425.110557_arm64.deb Size: 1179658 SHA256: c407d584f75ca854e056aef94f82f4a7e15dab667bcb230748c699707f59dec6 SHA1: e8849fd547a75a607153c8dfe27ea0df1f4fe58c MD5sum: b89731ae23080f1e3f02250278aa130d Description: debug symbols for ros-rolling-mola-input-kitti-dataset Build-Ids: 69a717292d73377f1b7eb7cf9f42be0c4f83ad98 Package: ros-rolling-mola-input-kitti360-dataset Version: 2.7.0-1noble.20260425.110604 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 402 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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_2.7.0-1noble.20260425.110604_arm64.deb Size: 120790 SHA256: 27d472fac1f2c85eb4c27793ee48667dfd199e61dd4e1af8b1105039241fd4d8 SHA1: d91b834d5346f8aafb8fdbafc4cfa872ce794807 MD5sum: 730b114b44cf3565dfc0d480c5855264 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: 2.7.0-1noble.20260425.110604 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1853 Depends: ros-rolling-mola-input-kitti360-dataset (= 2.7.0-1noble.20260425.110604) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-kitti360-dataset/ros-rolling-mola-input-kitti360-dataset-dbgsym_2.7.0-1noble.20260425.110604_arm64.deb Size: 1767872 SHA256: 0167564bc5c1d5139ef16ff722bb82ee9be8a8f827b5ad864136a66bd37ada7f SHA1: 8bde20980944e43192ccef8fe9340a64ef06bdce MD5sum: 746116771fe6de688ef6693e95427a8a Description: debug symbols for ros-rolling-mola-input-kitti360-dataset Build-Ids: 26f841096842ea4e546dad81a44764c7af3c554d Package: ros-rolling-mola-input-lidar-bin-dataset Version: 2.7.0-1noble.20260425.110815 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 202 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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_2.7.0-1noble.20260425.110815_arm64.deb Size: 58594 SHA256: 8c28569785c667e1cb245cc2f064efba7da2d5ac2ef7171532eabb315f4661d1 SHA1: 914fa5b08543809acf9a475b13e00f9fc1049347 MD5sum: 99aeff7d06248bf91ea7d6ee75b8d3f6 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: 2.7.0-1noble.20260425.110815 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 565 Depends: ros-rolling-mola-input-lidar-bin-dataset (= 2.7.0-1noble.20260425.110815) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-lidar-bin-dataset/ros-rolling-mola-input-lidar-bin-dataset-dbgsym_2.7.0-1noble.20260425.110815_arm64.deb Size: 519770 SHA256: 776f2b99e3954adb2dfde990b7bbb1eb021e35c61836636f10b99265952271c1 SHA1: 7bbd498594c3a4263632351ba7ca8d972ecc9bec MD5sum: 6852281e4630e7848e7d2aafc0296b1f Description: debug symbols for ros-rolling-mola-input-lidar-bin-dataset Build-Ids: dec6d1c90a450895f6a19a29f39564bd78ebdabf Package: ros-rolling-mola-input-mulran-dataset Version: 2.7.0-1noble.20260425.105539 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 272 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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_2.7.0-1noble.20260425.105539_arm64.deb Size: 73036 SHA256: 169812f7a27fe3a0da82a649e850ad8f07b30415c37931100a9f683e8bf029b3 SHA1: 9d0f4bbe6d759b57bb16de9a0dc1d957fa405761 MD5sum: fd686d68584d17b8938cbcd3039104d7 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: 2.7.0-1noble.20260425.105539 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 938 Depends: ros-rolling-mola-input-mulran-dataset (= 2.7.0-1noble.20260425.105539) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-mulran-dataset/ros-rolling-mola-input-mulran-dataset-dbgsym_2.7.0-1noble.20260425.105539_arm64.deb Size: 877316 SHA256: 26bc27a92ba4963fa374eda2a8d374bd988239fffb757c4dd6b2970e471d7d45 SHA1: 5a0d61cc3223140890143cc4ee79c40a05bfb70c MD5sum: f28ffe825faa7f976e4830797169152a Description: debug symbols for ros-rolling-mola-input-mulran-dataset Build-Ids: 6199cb62044850e6b2b03f02e1a512a4764cc637 Package: ros-rolling-mola-input-paris-luco-dataset Version: 2.7.0-1noble.20260425.110815 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 205 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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_2.7.0-1noble.20260425.110815_arm64.deb Size: 65342 SHA256: 3bc15fec28d71e4a94d3e392824253efaf895d2a755e3259ba6d433fae6a2fd7 SHA1: 3496e450e6bac00bcccac5610a86ff6045efaeef MD5sum: c506e69a2b67e485708c8d1cece305c8 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: 2.7.0-1noble.20260425.110815 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 835 Depends: ros-rolling-mola-input-paris-luco-dataset (= 2.7.0-1noble.20260425.110815) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-paris-luco-dataset/ros-rolling-mola-input-paris-luco-dataset-dbgsym_2.7.0-1noble.20260425.110815_arm64.deb Size: 785296 SHA256: eff5b2bde078b77d21985c0563ac4d32fb7d9fa5caf66ecbd4cc7abec2f408a6 SHA1: 2c8ec258c65197575de74b2cc9201760f5d876cf MD5sum: 214bef4b9ab2de0a586dab0087aced5d Description: debug symbols for ros-rolling-mola-input-paris-luco-dataset Build-Ids: a6aa198d6c13a0c00abcb33b1802096aa33f2bde Package: ros-rolling-mola-input-rawlog Version: 2.7.0-1noble.20260425.105904 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 202 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), 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_2.7.0-1noble.20260425.105904_arm64.deb Size: 60500 SHA256: 20dc55c8e946b0d5ebfd070832d9d5e49ae2c339742d49eab2a817adc8ba37f9 SHA1: 14dc40737cc98cb36de671557bbcb01f5f931fa8 MD5sum: d7bf07f6b46b84d47647c9476affd393 Description: Offline RawDataSource from MRPT rawlog datasets Package: ros-rolling-mola-input-rawlog-dbgsym Package-Type: ddeb Source: ros-rolling-mola-input-rawlog Version: 2.7.0-1noble.20260425.105904 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 567 Depends: ros-rolling-mola-input-rawlog (= 2.7.0-1noble.20260425.105904) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-rawlog/ros-rolling-mola-input-rawlog-dbgsym_2.7.0-1noble.20260425.105904_arm64.deb Size: 523560 SHA256: c252d12d994c4bb2d96cf63253165d40fd8e0068500e81b1d306901a946f4eec SHA1: 7b0347754af2a530c412693865b822af6989a338 MD5sum: 7845dcf2677c23581cf85bda71aae723 Description: debug symbols for ros-rolling-mola-input-rawlog Build-Ids: 2b674c5986eff376b3c2b1a8bd1e4e49575f0d83 Package: ros-rolling-mola-input-rosbag2 Version: 2.7.0-1noble.20260425.215140 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 401 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-mola-kernel, ros-rolling-mrpt-libbase, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libposes, ros-rolling-cv-bridge, ros-rolling-gps-msgs, ros-rolling-mrpt-libros-bridge, ros-rolling-rosbag2-cpp, ros-rolling-sensor-msgs, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-msgs, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_input_rosbag2 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-rosbag2/ros-rolling-mola-input-rosbag2_2.7.0-1noble.20260425.215140_arm64.deb Size: 118160 SHA256: f2b8210afeb8936bfd2ce7fe86506f41a25bbc12eff0b576fed655f0585256ac SHA1: 8d131aa209e5d7939fd313e0eeae31300691db20 MD5sum: eefa627ee23024ad2a580d16b4b74279 Description: Offline RawDataSource from rosbag2 datasets Package: ros-rolling-mola-input-rosbag2-dbgsym Package-Type: ddeb Source: ros-rolling-mola-input-rosbag2 Version: 2.7.0-1noble.20260425.215140 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1644 Depends: ros-rolling-mola-input-rosbag2 (= 2.7.0-1noble.20260425.215140) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-rosbag2/ros-rolling-mola-input-rosbag2-dbgsym_2.7.0-1noble.20260425.215140_arm64.deb Size: 1539920 SHA256: c1913cbe72352415da63d962598a4e8cd5bb1489a8873549e743f4fa127fd65a SHA1: b6d445c7a40bf402f157fbe939738f186f9154c0 MD5sum: a13128c7482bea4fde3b986012987718 Description: debug symbols for ros-rolling-mola-input-rosbag2 Build-Ids: 06c486139f06103374f9d6cdd3823801a5de5484 Package: ros-rolling-mola-input-video Version: 2.7.0-1noble.20260425.110120 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 201 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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_2.7.0-1noble.20260425.110120_arm64.deb Size: 59756 SHA256: 3f750e9c6806b2f4e36016b5d6787dd05aba40a6bc7dade8fcb248f6c1000828 SHA1: 0ac128441816c55b8fdddb9792daf9ea20fa5010 MD5sum: 0eafcc0dc4e6b511d2ebb9322770c8d9 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: 2.7.0-1noble.20260425.110120 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 683 Depends: ros-rolling-mola-input-video (= 2.7.0-1noble.20260425.110120) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-video/ros-rolling-mola-input-video-dbgsym_2.7.0-1noble.20260425.110120_arm64.deb Size: 640826 SHA256: bbb62ce3dd0646f3df1b23463fc7f23648ccb60d5e6735cec8dc8cb3b65a4bbd SHA1: e751504f654574c645759c6eb7d1de00dedd4128 MD5sum: f699579e8269fcfd12d119e657093621 Description: debug symbols for ros-rolling-mola-input-video Build-Ids: 6e18ba8eebaf36ba7be6042dade9fd573c85cac6 Package: ros-rolling-mola-kernel Version: 2.7.0-1noble.20260425.104733 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 362 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-mola-yaml, ros-rolling-mrpt-libgui, 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_2.7.0-1noble.20260425.104733_arm64.deb Size: 113998 SHA256: 13cf288680d61459b5f11e7d4304375433840270519cf36b08f175e49fcd8316 SHA1: 9aa746f98e8dc53300e99695b2cb329b138ca259 MD5sum: de2db18f2679fe63a6a0fab647acd200 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: 2.7.0-1noble.20260425.104733 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1598 Depends: ros-rolling-mola-kernel (= 2.7.0-1noble.20260425.104733) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-kernel/ros-rolling-mola-kernel-dbgsym_2.7.0-1noble.20260425.104733_arm64.deb Size: 1488526 SHA256: 0b479bb25b5a1826806b24f15f61bf51dced3c9dbf438193b8831686b547f579 SHA1: 0a37b11d917555739350a07fc6e16e320ec2e081 MD5sum: ba0ce54ba04c23a39a5651b1d6bf018e Description: debug symbols for ros-rolling-mola-kernel Build-Ids: dee39a95980f4998be4c0a250c5c24947955d244 Package: ros-rolling-mola-launcher Version: 2.7.0-1noble.20260425.105420 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 703 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-mola-kernel, ros-rolling-mola-yaml, ros-rolling-mrpt-libbase, ros-rolling-mrpt-libtclap, 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_2.7.0-1noble.20260425.105420_arm64.deb Size: 131950 SHA256: e636e907050c7047ed9661567f6b41e293c6337b9dbcff09d968c5f058c7bd75 SHA1: b4562e0a5f9175a512d7cd4db53af82b40df433f MD5sum: d969c32b6562e284865bbac6ec9d79bf Description: Launcher app for MOLA systems Package: ros-rolling-mola-launcher-dbgsym Package-Type: ddeb Source: ros-rolling-mola-launcher Version: 2.7.0-1noble.20260425.105420 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1721 Depends: ros-rolling-mola-launcher (= 2.7.0-1noble.20260425.105420) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-launcher/ros-rolling-mola-launcher-dbgsym_2.7.0-1noble.20260425.105420_arm64.deb Size: 1587132 SHA256: 8c6fa03e4f455464b714784a71f0d080843f6a1ad7c4ab1fa75dc94875eb1ae9 SHA1: b9d4c4b4da673c53811c060c17b818002ce7ceaa MD5sum: ad8aea866e142507a6a2946000631e32 Description: debug symbols for ros-rolling-mola-launcher Build-Ids: 295cc9f2adaf63f2bf1946a3fa490685b4e11e5d 4e1f53105d7b21b11aa706c1a8bd79e6c529caff bebcaaed55080100960bbf169255212786313b47 f696b23ea12bff6a645a49e9ddb98760fbeecc82 Package: ros-rolling-mola-lidar-odometry Version: 2.0.0-1noble.20260425.220157 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1307 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-mola-imu-preintegration, 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-mola-input-rawlog, ros-rolling-mola-input-rosbag2, ros-rolling-mola-kernel, ros-rolling-mola-pose-list, ros-rolling-mola-state-estimation-simple, ros-rolling-mola-yaml, ros-rolling-mp2p-icp, 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-mola-launcher, ros-rolling-mola-viz, ros-rolling-mrpt-libtclap, ros-rolling-ros-workspace Homepage: https://docs.mola-slam.org/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-lidar-odometry/ros-rolling-mola-lidar-odometry_2.0.0-1noble.20260425.220157_arm64.deb Size: 347816 SHA256: dc4a06eaa46e3a85d67e972794bd8c4090c7d23b6a73c7dac5e7f3d737e80d3a SHA1: a85e6970c68ac7c9f09752940742460ab9eb985b MD5sum: b3f676279bfa70e529163faa68e1dc9f Description: LIDAR odometry system based on MOLA and MRPT components Package: ros-rolling-mola-lidar-odometry-dbgsym Package-Type: ddeb Source: ros-rolling-mola-lidar-odometry Version: 2.0.0-1noble.20260425.220157 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 9492 Depends: ros-rolling-mola-lidar-odometry (= 2.0.0-1noble.20260425.220157) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-lidar-odometry/ros-rolling-mola-lidar-odometry-dbgsym_2.0.0-1noble.20260425.220157_arm64.deb Size: 9130438 SHA256: 888f1c64069736453c722f5cbefdf0fab1799d182bd837299c247a09093c3345 SHA1: 04b54c5d36823c2894955f1701cf5c9caa81f3ef MD5sum: 23f341aa5fedf4f9412247dd643313b1 Description: debug symbols for ros-rolling-mola-lidar-odometry Build-Ids: 4489058f1643aa6a1c8474daec9f3527c0ed7473 da36831094a8b2eba23a565f0cdb43fd614bc648 Package: ros-rolling-mola-metric-maps Version: 2.7.0-1noble.20260425.100500 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 975 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.11.0), ros-rolling-mp2p-icp, 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-mola-common, ros-rolling-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_metric_maps Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-metric-maps/ros-rolling-mola-metric-maps_2.7.0-1noble.20260425.100500_arm64.deb Size: 262860 SHA256: 5abf848108808d89ecb0f5981fe6310e4b4cd4e6a6d7ad8612d384f470dc1ec8 SHA1: 9b59fd1dc4dab7d859bdc3d593f1ef8becbf5f5b MD5sum: a3f7eca82c24d766870d7d2031ca8730 Description: Advanced metric map classes, using the generic `mrpt::maps::CMetricMap` interface, for use in other MOLA odometry and SLAM modules. Package: ros-rolling-mola-metric-maps-dbgsym Package-Type: ddeb Source: ros-rolling-mola-metric-maps Version: 2.7.0-1noble.20260425.100500 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 5683 Depends: ros-rolling-mola-metric-maps (= 2.7.0-1noble.20260425.100500) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-metric-maps/ros-rolling-mola-metric-maps-dbgsym_2.7.0-1noble.20260425.100500_arm64.deb Size: 5425712 SHA256: ccaf52f5986fa390d39a57ff393bb3b0c4341370bccd242c4cc7a4eb02b7219c SHA1: 674545f9efff497c6db89ef5d45cafcd37a703a6 MD5sum: 61eb7ea19b4def2851d890ac46f249bf Description: debug symbols for ros-rolling-mola-metric-maps Build-Ids: e5ad149ea3c37cd468a6fa6027c582eb71e23543 Package: ros-rolling-mola-msgs Version: 2.7.0-1noble.20260425.145000 Architecture: arm64 Maintainer: Jose Luis Blanco-Claraco Installed-Size: 3094 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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_2.7.0-1noble.20260425.145000_arm64.deb Size: 194478 SHA256: c3ccf60491c8e650265f4e79b2e32cbf99f06494e3835ea8af69d2f5cfa8a85b SHA1: d47fe5ec09bea66947164896aeb9fef65cb67000 MD5sum: bf81f3825ad34e092798471661667ce2 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: 2.7.0-1noble.20260425.145000 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose Luis Blanco-Claraco Installed-Size: 2105 Depends: ros-rolling-mola-msgs (= 2.7.0-1noble.20260425.145000) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-msgs/ros-rolling-mola-msgs-dbgsym_2.7.0-1noble.20260425.145000_arm64.deb Size: 1579470 SHA256: c1fc12c3c269ff22bc3ad8541bfc1cad33786f1d7bd5060a87c7a5b3e4dc7a72 SHA1: 45d94c80d98e13c51a963a0ae8a802b5c4a37d75 MD5sum: 3b288d162740d6b1118a1ea8d4dbd2a8 Description: debug symbols for ros-rolling-mola-msgs Build-Ids: 28e43c724e825592021d7d910d182b57c756aaa0 69ec6154941aa884aaf6d02b9b92d9fa16d858db 6a79f5e9773bbd209c62c4aee52858014b7d912d 6f9b933f5f5a7babc69bc0302bed9dda311e4eb3 79b4c7647c74b276d27ab0d875a0dac6286cc11d 9151514ddb5ab55cd76ee05573a714dc20f0ce9c af4d809438081d1858aa2535ceee11dbc6fc6ef9 b077b3714730b7fe3dd8137fb911357deb485a43 b20521b04a17f120bc7eaf13d82df098d1947e34 b5d66bc4bec88e10422e2618f8736ae845c43bb9 f919c6dd39cb5b46c3ea3c3583aa106db7f71a7f Package: ros-rolling-mola-pose-list Version: 2.7.0-1noble.20260425.092042 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 145 Depends: libc6 (>= 2.17), 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_2.7.0-1noble.20260425.092042_arm64.deb Size: 45890 SHA256: ff3e83e793ed4f579f74f00d4b7aa99d5570201f5292c75ad0765cddee97e85c SHA1: 74d8681c72892283d52dfb5cf4abcac1bfd66279 MD5sum: 894430cde42ccc7703504f801fbffc76 Description: C++ library for searchable pose lists Package: ros-rolling-mola-pose-list-dbgsym Package-Type: ddeb Source: ros-rolling-mola-pose-list Version: 2.7.0-1noble.20260425.092042 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 387 Depends: ros-rolling-mola-pose-list (= 2.7.0-1noble.20260425.092042) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-pose-list/ros-rolling-mola-pose-list-dbgsym_2.7.0-1noble.20260425.092042_arm64.deb Size: 363074 SHA256: 06f6ed3cb7fa13391373ed7eb700302ef63a0868631871127aa7ab25088b34a1 SHA1: 3496c5073340a1db5b12fc342a213873980cff3b MD5sum: dd8fcdad6fe1144e13b3359165fa6bd6 Description: debug symbols for ros-rolling-mola-pose-list Build-Ids: efd19441dbd6b4a41a48cc6a04b7b2aae8c64a8b Package: ros-rolling-mola-relocalization Version: 2.7.0-1noble.20260425.100418 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 139 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-mola-pose-list, ros-rolling-mp2p-icp, ros-rolling-mrpt-libbase, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libposes, ros-rolling-mola-common, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libslam, ros-rolling-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_relocalization Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-relocalization/ros-rolling-mola-relocalization_2.7.0-1noble.20260425.100418_arm64.deb Size: 40688 SHA256: 9abc06f14981d4dd555857cb75192810fc0d9a81542d8552fae949a95b55f326 SHA1: b994d92b53722c9054c6970bb5957f399e5f19e7 MD5sum: cfbeb906eaaf87820a27be24519b85b9 Description: C++ library with algorithms for relocalization, global localization, or pose estimation given a large initial uncertainty Package: ros-rolling-mola-relocalization-dbgsym Package-Type: ddeb Source: ros-rolling-mola-relocalization Version: 2.7.0-1noble.20260425.100418 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 794 Depends: ros-rolling-mola-relocalization (= 2.7.0-1noble.20260425.100418) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-relocalization/ros-rolling-mola-relocalization-dbgsym_2.7.0-1noble.20260425.100418_arm64.deb Size: 760784 SHA256: 81381e8f1b0fcc6c607c3852759cb8070d93d7f84f5d041925f221c05d388db4 SHA1: d7f5ad7640a8f44851eff192087c78615cf92a28 MD5sum: 5e43102278298710daefd2b913f2009f Description: debug symbols for ros-rolling-mola-relocalization Build-Ids: bfbd63c1ba134ab454af017d4b66f24b0f87fefb Package: ros-rolling-mola-state-estimation-simple Version: 2.2.0-1noble.20260425.105841 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 340 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), 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.2.0-1noble.20260425.105841_arm64.deb Size: 105410 SHA256: 5a64cf148f6429d5d9ab3f00f886fbcbf61aa6779b2ab00ccbe97be4c61f1fe5 SHA1: c0ae731b20af87af812b245d592b26ce4c091d57 MD5sum: f4a7e722b2354835219c32b46866b628 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.2.0-1noble.20260425.105841 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1164 Depends: ros-rolling-mola-state-estimation-simple (= 2.2.0-1noble.20260425.105841) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-state-estimation-simple/ros-rolling-mola-state-estimation-simple-dbgsym_2.2.0-1noble.20260425.105841_arm64.deb Size: 1080764 SHA256: 61f4e8e7ddc243348fed587b19371c630db55888c744ce5961dfb2a826d762c6 SHA1: 96d3c910ab2369233a696c160025061ac5bef5f4 MD5sum: 8733d02e28c017395c12d92771147b55 Description: debug symbols for ros-rolling-mola-state-estimation-simple Build-Ids: 76035fc2a63626636c71f3cf071448fc79e9c5c0 Package: ros-rolling-mola-test-datasets Version: 0.4.2-1noble.20260425.091834 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 150897 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.4.2-1noble.20260425.091834_arm64.deb Size: 152293178 SHA256: d196f02097965bc4742a06ec51d4432db9a2ff86deb18d591abda1cce339fe28 SHA1: b07b65446d8f40296690e726a2c650b7ca1da764 MD5sum: 273a1b5e34acb6b67863e57498aaa185 Description: Small SLAM dataset extracts used for demos or unit tests in the rest of MOLA packages Package: ros-rolling-mola-traj-tools Version: 2.7.0-1noble.20260425.103749 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 351 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_2.7.0-1noble.20260425.103749_arm64.deb Size: 25196 SHA256: 1d0c80b35fb99464ff26bd4b84303b516bc05aded2a12ea861febc43775d6a83 SHA1: 40e69501a06b0df57af9fc8ffb7448ac13e9bdbb MD5sum: a790f6744f62d6a89c83b52a40345b1d 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: 2.7.0-1noble.20260425.103749 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 575 Depends: ros-rolling-mola-traj-tools (= 2.7.0-1noble.20260425.103749) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-traj-tools/ros-rolling-mola-traj-tools-dbgsym_2.7.0-1noble.20260425.103749_arm64.deb Size: 429328 SHA256: c0e9c08b613bbdfa9c1af71d77d18571311a7f7c816fbc427466c31be16562fe SHA1: a806e1d518e629ccac6e97c327a796a02f4817ed MD5sum: 686e4ecb888046f408cf9218a595e982 Description: debug symbols for ros-rolling-mola-traj-tools Build-Ids: 0460ccd7534f9d8ee8bb0c8b88f14fc886810fca 5e8640a7619ad398cda22062bfe27de600ef03aa 890130e298fb3484892ed71cac01d2375ba14d60 ddfd54339206c1e06ddc88244c32e98b80c0e3f1 ffd08d9a088fbebf616fc1fd6dc245e1e30d73f5 Package: ros-rolling-mola-viz Version: 2.7.0-1noble.20260425.105836 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 597 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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_2.7.0-1noble.20260425.105836_arm64.deb Size: 177334 SHA256: 4d1926684380c87bb690300c352726e1a69f844718b04952f24763f3f33f51ba SHA1: f470c9f9a6028e4a3e6b14c6ae4ed2b93689f63d MD5sum: 670eaf763c06e4295ab337b1044a2893 Description: GUI for MOLA Package: ros-rolling-mola-viz-dbgsym Package-Type: ddeb Source: ros-rolling-mola-viz Version: 2.7.0-1noble.20260425.105836 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 3101 Depends: ros-rolling-mola-viz (= 2.7.0-1noble.20260425.105836) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-viz/ros-rolling-mola-viz-dbgsym_2.7.0-1noble.20260425.105836_arm64.deb Size: 2877522 SHA256: 97734a0c58f065d834026e4261e5d5393a3b25d833dac7c43896b0b34932b6b0 SHA1: 0e7ea253fb29634ffa22e8ecc7bba09cb43235f0 MD5sum: 4d3deca1b59b68b355e7d98d14003315 Description: debug symbols for ros-rolling-mola-viz Build-Ids: 852f430947f32f82b199d6d4625b3607974a1316 Package: ros-rolling-mola-yaml Version: 2.7.0-1noble.20260425.104204 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 182 Depends: libc6 (>= 2.17), 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_2.7.0-1noble.20260425.104204_arm64.deb Size: 44094 SHA256: c76b2dda515b09df7e07a202cb67ae6be0ca2ea7f1814753110103301a6e4bbf SHA1: 26bf9ab8b384ef310834c7f7c65c78b86984bfce MD5sum: 66d9fada35a23a581ade11689b1a7785 Description: YAML helper library common to MOLA modules Package: ros-rolling-mola-yaml-dbgsym Package-Type: ddeb Source: ros-rolling-mola-yaml Version: 2.7.0-1noble.20260425.104204 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 468 Depends: ros-rolling-mola-yaml (= 2.7.0-1noble.20260425.104204) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-yaml/ros-rolling-mola-yaml-dbgsym_2.7.0-1noble.20260425.104204_arm64.deb Size: 441188 SHA256: 84dce5709a67d064508ff0c64279687e081f88ddd358cfff8167ac5b99150a8e SHA1: ac73d56d21c15b25aab63c4be59e1614a4f2e6fc MD5sum: 2f9b6ecddaaff66474ccbb371460cdbd Description: debug symbols for ros-rolling-mola-yaml Build-Ids: 4bddfa6eb32eea14fa890d845c539cb83e64e618 Package: ros-rolling-motion-capture-tracking-interfaces Version: 1.0.6-1noble.20260425.141202 Architecture: arm64 Maintainer: Wolfgang Hönig Installed-Size: 1144 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-motion-capture-tracking-interfaces/ros-rolling-motion-capture-tracking-interfaces_1.0.6-1noble.20260425.141202_arm64.deb Size: 62648 SHA256: de0bf2c14b9caf60e91e8fc800c4a0ac6f6c3040771598450bc6c67ae9d01b2e SHA1: da6ac9744820dc028d80eed41aab17f41fc376a1 MD5sum: b31ea1c0cdf2a5cb6e1ccb60c3b5e18a 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.6-1noble.20260425.141202 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Wolfgang Hönig Installed-Size: 479 Depends: ros-rolling-motion-capture-tracking-interfaces (= 1.0.6-1noble.20260425.141202) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-motion-capture-tracking-interfaces/ros-rolling-motion-capture-tracking-interfaces-dbgsym_1.0.6-1noble.20260425.141202_arm64.deb Size: 336016 SHA256: 99c810829af931c3b87e74c6f952c7c21e3f44370628ddb04ed36cadd6070ff1 SHA1: 241c38e5b2424c7ef0f167dae4fb21181bd65563 MD5sum: 384a63a7906c703219cc9e346b3e44cb Description: debug symbols for ros-rolling-motion-capture-tracking-interfaces Build-Ids: 01de5c061f53f38ae068beb5970cca545a4cdb84 3e75da6e3570262a7efe1025c9530aca822fce01 47c7e246e655d7475b7855f4a155db25f16066b4 56521995695ce257b2dc7c8faf31c84d6970342e 7161b5c07c19a2e90d18060a23c0b06379428ae7 8cabe6f2c5d06efc629aaaf11c490a58b4c519e5 9f26cca4da7260d3ee8dc80afaf6ff553ad26cdf adff544384c67db7a00284f4effd3e5ab37b8953 d5825db718cea387803a751d376f20e7fce55483 d7b52dfc686c2b240b073dc4f9442985b2e60004 f5e74407bbc06fb31cce00ac55348f7935ae065d Package: ros-rolling-motion-primitives-controllers Version: 6.6.0-1noble.20260425.233349 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 353 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.6.0-1noble.20260425.233349_arm64.deb Size: 79876 SHA256: 2ff2a1164b10a3d8f7c863abb996e8c31254665a42b5a5ab66c1f0aaf0b7ec9a SHA1: 17fb5631b09573c3c42ffec178c76e283ac5100a MD5sum: ccb1dab73d191e03bbaaad060c35e182 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.6.0-1noble.20260425.233349 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 1318 Depends: ros-rolling-motion-primitives-controllers (= 6.6.0-1noble.20260425.233349) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-motion-primitives-controllers/ros-rolling-motion-primitives-controllers-dbgsym_6.6.0-1noble.20260425.233349_arm64.deb Size: 1177180 SHA256: 285e15f8fe0c14f3acfc2745f5df32d2cb22ae130c1b6c6cfce60fb271711ffe SHA1: 3213f599d71d22748c77394fe233494e8a591ceb MD5sum: 396fec1187b1bc02289c5eeb8cc30b9c Description: debug symbols for ros-rolling-motion-primitives-controllers Build-Ids: 47df7f38001799f2f96458e0c5bf8fc128a1a022 Package: ros-rolling-mouse-teleop Version: 2.0.0-1noble.20260425.201944 Architecture: arm64 Maintainer: Enrique Fernandez Installed-Size: 63 Depends: python3-numpy, python3-tk, ros-rolling-geometry-msgs, ros-rolling-rclpy, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mouse-teleop/ros-rolling-mouse-teleop_2.0.0-1noble.20260425.201944_arm64.deb Size: 13276 SHA256: d86f9d49eacb8b43ff7fcf761cd9a06aa5f25a2d963d6f77f109bf0f24ea602c SHA1: c7639e0842f122ad971396de1775c159397ec29e MD5sum: 12cf257408a05fb6ad6c4379e0c0b425 Description: A mouse teleop tool for holonomic mobile robots. Package: ros-rolling-moveit-common Version: 2.14.1-1noble.20260425.082749 Architecture: arm64 Maintainer: Henning Kayser Installed-Size: 52 Depends: ros-rolling-backward-ros, ros-rolling-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-common/ros-rolling-moveit-common_2.14.1-1noble.20260425.082749_arm64.deb Size: 9308 SHA256: 84833290c99790c9da7ee0d934f7ce664b41dbae6284d249cb93ded19e99f042 SHA1: ea90d844267bc903f089cbd20b541bab76bb7b41 MD5sum: a6abe29a4ecae72abed0c9a8e2e5de31 Description: Common support functionality used throughout MoveIt Package: ros-rolling-moveit-configs-utils Version: 2.14.1-1noble.20260426.000907 Architecture: arm64 Maintainer: MoveIt Release Team Installed-Size: 132 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-configs-utils/ros-rolling-moveit-configs-utils_2.14.1-1noble.20260426.000907_arm64.deb Size: 29436 SHA256: 58c34a2d419c91582a549a4d2355819e3460d032e5598a8a928e3053eabedd93 SHA1: 70511a8b812382b79335cf5b680b0ec7aeb83f5e MD5sum: 6ca033ee409eeeca9918248b805ba0b5 Description: Python library for loading moveit config parameters in launch files Package: ros-rolling-moveit-msgs Version: 2.7.1-1noble.20260425.144558 Architecture: arm64 Maintainer: Dave Coleman Installed-Size: 36295 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.1-1noble.20260425.144558_arm64.deb Size: 1976358 SHA256: b02f0bb861a0586c679f9345fa76c2990bd351ee22a00a151e5dd60bb9e7646d SHA1: 511ee99ac14f0f34e42a3701f080515a22ab0dc2 MD5sum: 2ca6a862d94c154451ba9d9b119ba667 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.1-1noble.20260425.144558 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Dave Coleman Installed-Size: 31909 Depends: ros-rolling-moveit-msgs (= 2.7.1-1noble.20260425.144558) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-msgs/ros-rolling-moveit-msgs-dbgsym_2.7.1-1noble.20260425.144558_arm64.deb Size: 25686666 SHA256: fd2d8fa2e767b302a37971f89bdd891433767f5327c136a2aac9a156b4331c87 SHA1: ec51b19f177b7a4ddff344236b07b02f97ef562a MD5sum: 4ac3b384ea8ecb3a9f0d1fc02ae930a3 Description: debug symbols for ros-rolling-moveit-msgs Build-Ids: 189210a4ebb600c893f7b8237a293255b9bd1771 2cfa0c85e5e363c5b6e0d38a36b50bea0f1db08c 48e3ac8b88429037b41fa87f15176e949cefc0a8 58c54e61aee4f0d30a9cf829552ec4ba77286aee 8c7752799af1af10cfd2bc9f16507dcc7932d5d8 8ce231898fdc4eedbd7d917b7adfb22cb572d91a 9de494bd86ed646f860897a49ac90c5f4e15b002 c0c6296814f9080467bb807f1a60c11054541b2b cf4aca6a0669607cdafb611e5c8e32f2fcc01862 d159cd970c287e4688688b85fe5a1d31308b2c82 ee8eef03c5dc132f250b724eb7b806c75d5ea7b2 Package: ros-rolling-moveit-resources Version: 3.1.1-1noble.20260428.040147 Architecture: arm64 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.1.1-1noble.20260428.040147_arm64.deb Size: 6302 SHA256: f31adfd31783181db5e4faf4d3c4f141e88c0374b7a7c3d1f1cc74733b7475d5 SHA1: b1dc81061d776e6813e7c3c9a09987ae334f6b6f MD5sum: e50781a6272ea0e3aa950c5ed55a7de8 Description: Resources used for MoveIt testing Package: ros-rolling-moveit-resources-fanuc-description Version: 3.1.1-1noble.20260425.091924 Architecture: arm64 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.1.1-1noble.20260425.091924_arm64.deb Size: 128004 SHA256: d798e4e4e522c0c253327764b005f773b55a2fcc004034dc3bbc8eb081457c0d SHA1: 8bcef72f7b4bc3b5e218a4f447adf5e24fcf11c6 MD5sum: 1c15fa305829528412dc66b6e25b3aad Description: Fanuc Resources used for MoveIt testing Package: ros-rolling-moveit-resources-fanuc-moveit-config Version: 3.1.1-1noble.20260426.004549 Architecture: arm64 Maintainer: Dave Coleman Installed-Size: 94 Depends: ros-rolling-controller-manager, ros-rolling-joint-state-publisher, ros-rolling-moveit-resources-fanuc-description, ros-rolling-position-controllers, 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.1.1-1noble.20260426.004549_arm64.deb Size: 16208 SHA256: f9c995318d0c100836aa497400b71f6449bfea62a56083bee3bcab48f56f1296 SHA1: 12363d988c3e0ce0468dd0196c4a656ff822c97f MD5sum: ce84d8f073cf3eae355dabf3815ea49c 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.1.1-1noble.20260425.092029 Architecture: arm64 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.1.1-1noble.20260425.092029_arm64.deb Size: 3087596 SHA256: 4dfd091d92f9ab88fc25af182880110a87834e8cf0b9207377726a92d9263faf SHA1: 651dad05ea488a71a980b709e57ec9eb2bf6e6d1 MD5sum: 9b2d1fb20b3d7f3a241fd82766d84f77 Description: panda Resources used for MoveIt testing Package: ros-rolling-moveit-resources-panda-moveit-config Version: 3.1.1-1noble.20260428.035612 Architecture: arm64 Maintainer: Mike Lautman Installed-Size: 141 Depends: ros-rolling-controller-manager, ros-rolling-joint-state-publisher, ros-rolling-joint-state-publisher-gui, ros-rolling-moveit-resources-panda-description, ros-rolling-position-controllers, 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.1.1-1noble.20260428.035612_arm64.deb Size: 20314 SHA256: 025d887b01595793070a30b79d978767ced096d31bd5f93bd6962e8293b0efcc SHA1: 8265ca280648f0498b746e2db85df7e367fa11c1 MD5sum: 5c7a4832eb6c2c34f96a4eb84bfcdee6 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.1.1-1noble.20260425.092345 Architecture: arm64 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.1.1-1noble.20260425.092345_arm64.deb Size: 24333332 SHA256: 920b95cce2698645b76d37b4af58bba35347cbf36b03bb23ca23efe255744a48 SHA1: 9d451e6389874b7ac1e61971226489ad60dc842d MD5sum: 56c2f1ca627b21714b073f2e191e20fe Description: PR2 Resources used for MoveIt! testing Package: ros-rolling-moveit-resources-prbt-support Version: 2.14.1-1noble.20260425.102014 Architecture: arm64 Maintainer: Alexander Gutenkunst Installed-Size: 3865 Depends: ros-rolling-xacro, ros-rolling-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-resources-prbt-support/ros-rolling-moveit-resources-prbt-support_2.14.1-1noble.20260425.102014_arm64.deb Size: 759514 SHA256: 97c56088b092617d7b78349d40fc992e744e7176196a924fa054c49b67654060 SHA1: 54e69499b0af5dd7b8bcc94ac94039e2e385d276 MD5sum: e1eef17919c4863f3b6ba3b8ef96402c Description: Mechanical, kinematic and visual description of the Pilz light weight arm PRBT. Package: ros-rolling-moveit-ros-tests Version: 2.14.1-1noble.20260425.170011 Architecture: arm64 Maintainer: MoveIt Release Team Installed-Size: 8 Depends: ros-rolling-moveit-common, ros-rolling-rclcpp, ros-rolling-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-tests/ros-rolling-moveit-ros-tests_2.14.1-1noble.20260425.170011_arm64.deb Size: 1984 SHA256: cd10433236679a3a34b082d09ce3d8f64a9bc16e95af194df4e3f6df359a3473 SHA1: c5b2c7625ea6d1459d327a353e833d9b62875076 MD5sum: 7adb5ea282632b329e21ab8213b4defe Description: Integration tests for moveit_ros Package: ros-rolling-moveit-task-constructor-msgs Version: 0.1.5-1noble.20260425.151228 Architecture: arm64 Maintainer: Robert Haschke Installed-Size: 5017 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-moveit-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-task-constructor-msgs/ros-rolling-moveit-task-constructor-msgs_0.1.5-1noble.20260425.151228_arm64.deb Size: 340338 SHA256: 1c9262274ae1ec070207f8ec5f2b2fec49ab57a08bbe8b1515bb346bc45f2dd3 SHA1: c443e7081135bb55d13b7273bf96daa4f2135da7 MD5sum: 520005910c665d56fef88d8dd6fe559c Description: Messages for MoveIt Task Pipeline Package: ros-rolling-moveit-task-constructor-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-task-constructor-msgs Version: 0.1.5-1noble.20260425.151228 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Robert Haschke Installed-Size: 5285 Depends: ros-rolling-moveit-task-constructor-msgs (= 0.1.5-1noble.20260425.151228) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-task-constructor-msgs/ros-rolling-moveit-task-constructor-msgs-dbgsym_0.1.5-1noble.20260425.151228_arm64.deb Size: 4390870 SHA256: 37c28b9a641cb857b29d8f97a74c9f3497a05b4d84280e04740e9e4bf53342e1 SHA1: 80bb5275512bdd9340389ffb18b306ac459798b5 MD5sum: 4fad99a7d75df2d7bf103a2c7f145921 Description: debug symbols for ros-rolling-moveit-task-constructor-msgs Build-Ids: 094b59d6c701b4ef0874b0e602dc73e9843945e5 1735c6a8fcdfb55d2283b672476e5553301183bb 1edb224c9ff8a219d2bc13729026ea27cdb98607 4ed0a9435a06f44ded16b388189d5f42d6e3bb7d 5077a181b3c727f2ba73026d24e04d11060181ab 604c601b1b483411bf96d2ef6fd11b7959348ed1 6828cc6aa6ed2c36d4bfcb20896ac4d4355a7f35 7d9ad49d7d701ffde172b1477d3df5e2ac10841f 8a20ecdca7f4807f8b65c1c79c90ab4da0fb36c8 ce4b89e3c6a88c14bc5f4d633605da47acecb36e dab362a7722cd39edcd5e765538ac9a9b193eb6e Package: ros-rolling-mp-units-vendor Version: 2.5.0-2noble.20260425.092439 Architecture: arm64 Maintainer: Tim Clephas Installed-Size: 794 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-2noble.20260425.092439_arm64.deb Size: 99806 SHA256: f593e5c8328e557b834bdec1c5b488969f394b34d5bb4d21035c1b56db593bd4 SHA1: e3629d3b4ac2b506bd37a216ded86f1a920e031e MD5sum: 3b10dee703528abc2c832fd735688cee Description: Vendor package for mp-units (quantities and units library for C++) Package: ros-rolling-mp2p-icp Version: 2.9.0-1noble.20260425.093036 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 4917 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libglfw3 (>= 3.0), libstdc++6 (>= 13.1), libtbb12 (>= 2021.11.0), ros-rolling-mola-imu-preintegration, 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, libtbb-dev, ros-rolling-mola-common, ros-rolling-mrpt-libtclap, ros-rolling-ros-workspace Homepage: https://github.com/MOLAorg/mp2p_icp Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mp2p-icp/ros-rolling-mp2p-icp_2.9.0-1noble.20260425.093036_arm64.deb Size: 1192616 SHA256: 1dbb4f92e9a885ca7df24d37a99832d73abfc1dd92b46b2f81592b2352560457 SHA1: b1aeef296b0122aae05a44f7ab6c3631f2016fb3 MD5sum: 9ab787750cf1c66dd814693bc48dea0a Description: A repertory of multi primitive-to-primitive (MP2P) ICP algorithms in C++ Package: ros-rolling-mp2p-icp-dbgsym Package-Type: ddeb Source: ros-rolling-mp2p-icp Version: 2.9.0-1noble.20260425.093036 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 44921 Depends: ros-rolling-mp2p-icp (= 2.9.0-1noble.20260425.093036) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mp2p-icp/ros-rolling-mp2p-icp-dbgsym_2.9.0-1noble.20260425.093036_arm64.deb Size: 43016080 SHA256: 53f87438cc0edc3931f5e54e9634e8dd2fad74711e44d6d4851affc69961ec04 SHA1: 9570fa513b8f4ed2a04576f71b7986b7badb71b7 MD5sum: 5cf054251b5408f915c6082bbdb2a470 Description: debug symbols for ros-rolling-mp2p-icp Build-Ids: 0779e43dfab2dfdd4f998d04dc33b937ebd91e36 0b6601541ed7c78d8666b2bfb1a1ede450f2c754 174d685b544235c2656b4fffa39afc5f76e35054 196bf2eafd25570e9254cdb56067e3f7d4c22113 1ef5fab0fd5943ef57125f069642ab26fcd06ea3 297f07f7c30588c75a4e959ded4f9762d5142cc2 5dfbcaeb8fe57fe142944e4cfc54e93097620300 64e1acfcb3d5fe1310948c262b04bbe737bae7f0 92bbd1813a54373e9bb4849393a56ecd89a2d867 965515fea38f71457e9829897218d4fd7f6defa2 a28055805c745b5f5127ca91cb05376c8ac12f22 a5faa3de7dab766b1e4f0caeb180173e750e807e b2a9b53b216e47f2ec26a601ccb6b62aa53131c7 c0c15a0322872ab407c82293b7dfa100e7ed52c3 d5bc8f6a6a134a082f49eb1c95323e5d9a097034 df57aca937117593edb7ecb4e028ee402ca880e3 e6a0dac822fa5dd92464f1170ef61b88a42d2129 e6dec513814b6e527f151f9c51633f0ac5291e61 eabf83cffd1c153426e441cb4a880e6e168d486d Package: ros-rolling-mqtt-client-interfaces Version: 2.4.1-2noble.20260425.135213 Architecture: arm64 Maintainer: Lennart Reiher Installed-Size: 2126 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.4.1-2noble.20260425.135213_arm64.deb Size: 131678 SHA256: d2a10c55688216a6379cba8131854fc995595b6a4be06e43df0ba19123f09c4a SHA1: ed2c2e1c429a03a5d21d9f9e1fefc2697a60f236 MD5sum: ffe41954b18ea4211422387e1836d424 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.4.1-2noble.20260425.135213 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Lennart Reiher Installed-Size: 1304 Depends: ros-rolling-mqtt-client-interfaces (= 2.4.1-2noble.20260425.135213) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mqtt-client-interfaces/ros-rolling-mqtt-client-interfaces-dbgsym_2.4.1-2noble.20260425.135213_arm64.deb Size: 962624 SHA256: 08465d2093b425b2e24f014c0f6d00c476e2e837eb2ad01ea6d4ba54090f1819 SHA1: c7206a44649ce7bb2ef3e40a06211d723d0b110d MD5sum: 19e2f25b93d671647fe76e05755d8076 Description: debug symbols for ros-rolling-mqtt-client-interfaces Build-Ids: 1945b10e9de96277f9639a260d6af042b13d8e51 228d859318c08cf821ea8eac6a796d3af9221099 4dafb70373cabc1d6e19ecf2755d4f16abaf237f 58f63526fae38a1eec7c00d8ebb0312e972a5f10 5a0917760baf18c13c99d4603bb54a7153ecf49e 91aacf27a51a9e8bc09991335f9fe49d6143ec57 96b8e4e487606ba30aa0acd89062d0ff20f5d83c a7f1808931b0a274c7153d51fc58932bb47d5a6a bbc24978fe9921afd75d08190c9f0bea72afb95e eb85ecf8b4f458211f496fc346a0bf93eb52af22 ec94bf8005ab06beecc22dee30b915c3122f1890 Package: ros-rolling-mrpt-apps Version: 2.15.14-1noble.20260425.104742 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 14572 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libopengl0, libopenni2-0 (>= 2.2.0.33+dfsg), libstdc++6 (>= 13.1), libwxbase3.2-1t64 (>= 3.2.4+dfsg), libwxgtk-gl3.2-1t64 (>= 3.2.4+dfsg), libwxgtk3.2-1t64 (>= 3.2.4+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.14-1noble.20260425.104742_arm64.deb Size: 2292104 SHA256: 2cf75372ded539add9d154b44bf498699d7e02a20b5c5434d96936b8839d6216 SHA1: b2247c9efc96193d720c9704b6acbe46a1046478 MD5sum: c2f14bd93ddcf9561d5548d39c91ab30 Description: Mobile Robot Programming Toolkit (MRPT) applications Package: ros-rolling-mrpt-apps-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-apps Version: 2.15.14-1noble.20260425.104742 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 55998 Depends: ros-rolling-mrpt-apps (= 2.15.14-1noble.20260425.104742) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-apps/ros-rolling-mrpt-apps-dbgsym_2.15.14-1noble.20260425.104742_arm64.deb Size: 52150586 SHA256: fe83805e5d261d5532d0fdd063a4ecb510ef4117bb25bfe896a0d3e11464ce75 SHA1: c1ed97f0b63c4c1842b467043c7be4e45a1f4f2e MD5sum: 52c9b3a3b5eda5b0af433e6894fc13dc Description: debug symbols for ros-rolling-mrpt-apps Build-Ids: 19b5f88523b34de6cdf2838bbc69ddab2e152419 2621a3d4a6442a60a99ed93a44866ecf568203be 28e50df8fd3ad8dbab709323f1ed9861ba1c74a1 29b443d7856c61902b68ccaa623db5047699c7c4 2ab4cf9c57abd043362d2ad2900f648421c13660 2e90f30c0f10962ef65a161a5f3953b318d4b895 33d1f0bcdd855ab798cc42d75b3515f07e736245 3a5a790c2fa2c673bf56bd6eb9a9058d1a122bb4 455e5711023e0439e7fc6d9f56bfd2d9892387be 4a465331249b2c60855d9d5f6b453a2b05d2c076 5cfbe862fd8472fa6cb9aeef1299a31149bf2ada 5fd6bbf9ba5ceb9b18992a3a02d638720c71c922 67b1310d3a4483142ccd3b82085711d7b65ba3bc 78cb58f98ffea17cda75043424d926f8c9f89d1c 78cb81956ed01a83aa5ace82edce2d216fcdbb7c 819fb7ff2530936bc5fe4a34cbea6c0c77c28517 82de1307c1a88feff2e67eeadc18b3f382cbd2a8 851de3c4510414405f4b33ed2608bf292b006c59 95cac9230986139a7989ded2fe6d7118f839ef80 97d075dca71281d837211cfa27dc15c1bc0fc461 98566211064af782855c71e3a98094d61cf0df9c 9ff6459ad72fab68a7cdea7f5f6fbb302e1f76a3 a2b861710060593b96a0a6dacba8076fbbe9a79f ad23139d9aad72445cde394dd0c5a5ddb2eb8e1e af2e792a243e0172aac0a0eb8674705112e84e15 b0198992771d4f24685953e9a7e2fee29f30aa65 b32aec72930ffc189c1e482bee5511585763557c c09254243bfaba71aa8a0239a42d8ff89c8d3607 c0e589cbe53d328c6f98e4fc99be272250dfda6e c5ec260c28bd19f906330dea40b6a9fca55ddf2c c767356c993c72a14d0c6c8678f885f3998fee2a cb6ac53b2f78f66cd218f417d9a2bdff8defc0e2 cca4bd5064c096afb46ebc6cf916cfea4eade2a4 ce93093b475dece5a295f03ff7152880b8b0a47e d1703899c00ef7f0afb86a8af0bac6b51b786005 d2b0b178c91df0bd194ef1e6276545cd00cac7d3 d48491a25249561c59eeacde8be9198aa9b55868 d69be2a3c9e9378c03cae8d1f64d17481649a428 d87fc1b5d2591cc1a59c39b1821e4b21700e3a2b d9326cfdb778fe4c12ddda7370389bd1ef3c4df1 ecf5357fddefddc5ac135c076a01ee81ee7945d0 f11373f5e859767048bf3e895e9611965db6474c feabb59583588b4461b17791567ea6524d67f55a Package: ros-rolling-mrpt-generic-sensor Version: 0.2.4-1noble.20260425.215956 Architecture: arm64 Maintainer: José Luis Blanco-Claraco Installed-Size: 113 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), ros-rolling-ament-lint-auto, ros-rolling-ament-lint-common, ros-rolling-mrpt-msgs, ros-rolling-mrpt-sensorlib, 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://github.com/mrpt-ros-pkg/mrpt_sensors Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-generic-sensor/ros-rolling-mrpt-generic-sensor_0.2.4-1noble.20260425.215956_arm64.deb Size: 11632 SHA256: 0ceadd7ec60b58119cc68b642478785244573edc888c423629eb264093270969 SHA1: cf2b82bf8e446384b2bdcefc31d27549b7404822 MD5sum: 81f39f67e2624bc5759d91484ba0069b Description: ROS node for interfacing any sensor supported by mrpt-hwdrivers Package: ros-rolling-mrpt-generic-sensor-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-generic-sensor Version: 0.2.4-1noble.20260425.215956 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: José Luis Blanco-Claraco Installed-Size: 268 Depends: ros-rolling-mrpt-generic-sensor (= 0.2.4-1noble.20260425.215956) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-generic-sensor/ros-rolling-mrpt-generic-sensor-dbgsym_0.2.4-1noble.20260425.215956_arm64.deb Size: 248428 SHA256: 259fd2fb656d79035d0a1fe22b4275982d13007ef119e95f92d1c96ffb3efbe1 SHA1: cb24a6011da5d11bf287ce3d62de2eebd68b1702 MD5sum: 0777cfa229617787a88e2624ff055a61 Description: debug symbols for ros-rolling-mrpt-generic-sensor Build-Ids: 61b7b7bd79f0bd1359b6d421923131df12bca8bf Package: ros-rolling-mrpt-libapps Version: 2.15.14-1noble.20260425.093501 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1568 Depends: 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.14-1noble.20260425.093501_arm64.deb Size: 418040 SHA256: 22be25bc274fe250d52124ec02350e9a524fc034366190179bf6b79efd1ed937 SHA1: 743dd9f8803c056832fc59ef72ecf29528d1dc5b MD5sum: 34d0c9b0ee15efcee90ad3ebe1b574f9 Description: Mobile Robot Programming Toolkit (MRPT) libraries (apps C++ libraries). This package contains: mrpt-apps lib, mrpt-graphslam Package: ros-rolling-mrpt-libapps-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-libapps Version: 2.15.14-1noble.20260425.093501 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 9924 Depends: ros-rolling-mrpt-libapps (= 2.15.14-1noble.20260425.093501) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libapps/ros-rolling-mrpt-libapps-dbgsym_2.15.14-1noble.20260425.093501_arm64.deb Size: 9354582 SHA256: 06539d518c3f61f8afc74f908683321d5d1e9a202d0d87cfa1cb60df3d8ed213 SHA1: 2a3945eef8b2608ca7e9db097a32d22b7fe2e15a MD5sum: 65be5a510865aeea4f879f834bed7140 Description: debug symbols for ros-rolling-mrpt-libapps Build-Ids: 23d264720dde244549f48f6ab393181a8c1ff8bc db5087a97a96ea6747f748efa02fdc91ecbaec4a Package: ros-rolling-mrpt-libbase Version: 2.15.14-1noble.20260425.062122 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 6443 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.14-1noble.20260425.062122_arm64.deb Size: 1098198 SHA256: 1aac140a46666a3402a2faf0abab10de7fe0c5d80d555647c42960e1e5e1fb53 SHA1: 281dada0eff7b33bd38aa995d6451d1b5b0641a2 MD5sum: 62f34ddf98d864a4ff1b55d7a4445ff6 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.14-1noble.20260425.062122 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 8428 Depends: ros-rolling-mrpt-libbase (= 2.15.14-1noble.20260425.062122) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libbase/ros-rolling-mrpt-libbase-dbgsym_2.15.14-1noble.20260425.062122_arm64.deb Size: 6072598 SHA256: c00e3983dadf412f0049fc7faba90e08d81c328dc5b3b0fe66e712357661350c SHA1: a5171f64b1d7572e81be7e7180b0ac5bdd8e172d MD5sum: 2b07706b308c977df0858804fbf9e4fc Description: debug symbols for ros-rolling-mrpt-libbase Build-Ids: 088c49906c39aacb24aa6ec78785a4ed3dbbfb95 19b5e8f6227787a9a4ead9404e4757f66113fc75 569a719f88f17c025ad28d69fb1d4428d9c3cfbd 594d2a20d64d1313ff57700e6de1121d08125961 75dc9e4dcd69cbd4c977fec2202e713b7868d63c 84645f711c4b5eb33fecadc06152d9a442576cde ab74064da22f10a6ba475d93e8b73045ceba623e d70042ed6b6b5705b8de03e8e491691c6e9480a4 df0cc44c2088ac0c43471e13fc663ee03e3e768c Package: ros-rolling-mrpt-libgui Version: 2.15.14-1noble.20260425.080320 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2887 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libgles2, libglfw3 (>= 3.2), libglut3.12 (>= 3.4.0), libopencv-flann406t64 (>= 4.6.0+dfsg), libopengl0, libstdc++6 (>= 13.1), libwxbase3.2-1t64 (>= 3.2.4+dfsg), libwxgtk-gl3.2-1t64 (>= 3.2.4+dfsg), libwxgtk3.2-1t64 (>= 3.2.4+dfsg), ros-rolling-mrpt-libbase, ros-rolling-mrpt-libopengl, 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.14-1noble.20260425.080320_arm64.deb Size: 803394 SHA256: 775984719e694c12e3160010d92574c19b2b60ef88334ae3f27ab786dcaf4e90 SHA1: 37e5531d3f9c1a41d7d60659332023b4a23e73d7 MD5sum: a011ef696e9d3fabc7657ec1b7ca043a 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.14-1noble.20260425.080320 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 15347 Depends: ros-rolling-mrpt-libgui (= 2.15.14-1noble.20260425.080320) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libgui/ros-rolling-mrpt-libgui-dbgsym_2.15.14-1noble.20260425.080320_arm64.deb Size: 14796230 SHA256: d5a0950f7a98fc69b4d326cc283c0d623c8471ba79987cfc79da3ba3e079fa5b SHA1: 537e415f8e92695a2926486c9f411270bd0eed81 MD5sum: 79614d30ad9a4021aa514d02e5c0f0f5 Description: debug symbols for ros-rolling-mrpt-libgui Build-Ids: 3141b78e62c07f0e72002520a10d624f641de294 4c5f9e1b5cc147cc16eceb0d0db2d37fc5df6567 Package: ros-rolling-mrpt-libhwdrivers Version: 2.15.14-1noble.20260425.091537 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 6115 Depends: libdc1394-25 (>= 2.2.6), libfreenect0.5t64 (>= 1:0.1.1), libopencv-flann406t64 (>= 4.6.0+dfsg), libopencv-videoio406t64 (>= 4.6.0+dfsg), libopenni2-0 (>= 2.2.0.33+dfsg), libpcap0.8t64 (>= 1.0.0), 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-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.14-1noble.20260425.091537_arm64.deb Size: 1156602 SHA256: 6ebd7eae70be1dcefaa590501bf9e26193b4e2a7bf688891a0dcd3434b292e2b SHA1: 62fd2b911e7cb515b2754cb328f7367f5de6a25e MD5sum: 75f4cda90dc007c843b79da785115e64 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.14-1noble.20260425.091537 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 14443 Depends: ros-rolling-mrpt-libhwdrivers (= 2.15.14-1noble.20260425.091537) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libhwdrivers/ros-rolling-mrpt-libhwdrivers-dbgsym_2.15.14-1noble.20260425.091537_arm64.deb Size: 13433760 SHA256: fd8fd94c2294fe4efd23c429f49aaf83b53d36d9dcc4ebb689b8e4d8111f373e SHA1: 986d5affdc17ada8f60c7c4042822b26e389ace3 MD5sum: c1e22031a88681074b147126f4f5e576 Description: debug symbols for ros-rolling-mrpt-libhwdrivers Build-Ids: 3e353c0e806ee3161b9bc8d7ca5124678c25092f 613f0dd96aa907f6c6a30b4db36a4bb2440a5cb8 Package: ros-rolling-mrpt-libmaps Version: 2.15.14-1noble.20260425.083427 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2900 Depends: libgles2, liboctomap1.9t64 (>= 1.9.7+dfsg), 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.14-1noble.20260425.083427_arm64.deb Size: 781962 SHA256: f3f8208fc2dd36ea7b2defbdf143ae8f28eaf9beb653abe9cf1524c32bb15ddb SHA1: 3a280ada7411b7ca7d5192b3fb487dfb026b2470 MD5sum: 4264f923c125da937ec5b4058bef6357 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.14-1noble.20260425.083427 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 17912 Depends: ros-rolling-mrpt-libmaps (= 2.15.14-1noble.20260425.083427) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libmaps/ros-rolling-mrpt-libmaps-dbgsym_2.15.14-1noble.20260425.083427_arm64.deb Size: 16811542 SHA256: 09b26de7213ac6985b1dbbd63961d6907f03d112f2de01d8dedd6ce9cfae02a0 SHA1: a41521b47b46b1fa1038da2becefd9bea62da259 MD5sum: 0cbc102d481a0cff586edb1849110d26 Description: debug symbols for ros-rolling-mrpt-libmaps Build-Ids: 68e7784e758f44134b5e93aea7bf64c29aa06e4a ad6cc923e34f0a3dd75f1905e0553dd78afe680f Package: ros-rolling-mrpt-libmath Version: 2.15.14-1noble.20260425.065130 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 3319 Depends: libcxsparse4 (>= 1:7.0.1), ros-rolling-mrpt-libbase, libeigen3-dev, libsuitesparse-dev, 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.14-1noble.20260425.065130_arm64.deb Size: 835586 SHA256: d095a3b2aa766e1e68599c51d7634483b3765e06eca75e8c485ab4232fa32e7a SHA1: a88306fb5aafdf0110a8c028f04ba2859e84a64f MD5sum: 5c7cdb2b1ce32ee54bcecbdb38320c0b 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.14-1noble.20260425.065130 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 83602 Depends: ros-rolling-mrpt-libmath (= 2.15.14-1noble.20260425.065130) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libmath/ros-rolling-mrpt-libmath-dbgsym_2.15.14-1noble.20260425.065130_arm64.deb Size: 82843888 SHA256: bc1fafcc0395b2a7e4baaf43a3794d551c6990c699821950b5cf95585b81ec50 SHA1: 0aa742a152e74377411ca80134629d2c33ab328c MD5sum: 0a243429f8bd5a4916e47b75d49e73c4 Description: debug symbols for ros-rolling-mrpt-libmath Build-Ids: 5cc6d1cdb6e8aa607c63551dd28e2f2a6b08b68e Package: ros-rolling-mrpt-libnav Version: 2.15.14-1noble.20260425.103212 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1343 Depends: 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.14-1noble.20260425.103212_arm64.deb Size: 382042 SHA256: e5dbd886dc24319e055ccc39e991124e3ae3dd7ea5a4cd8da82ca804bd5b5058 SHA1: 226f9a17408742ffd306f4f17a4543aea927b800 MD5sum: 17595e4136da68c2348c882646771852 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.14-1noble.20260425.103212 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 7703 Depends: ros-rolling-mrpt-libnav (= 2.15.14-1noble.20260425.103212) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libnav/ros-rolling-mrpt-libnav-dbgsym_2.15.14-1noble.20260425.103212_arm64.deb Size: 7206498 SHA256: d070d062a677738ec061040b079710d3bf36d24162405279d6e2027e645c0c1d SHA1: da1c810f03753640d408126b73ff3a451fb9b958 MD5sum: 117fad752fc34d036a4ebd6f40f8870d Description: debug symbols for ros-rolling-mrpt-libnav Build-Ids: 911efbe5309f83ca8368587a43c9a0e8264c63a0 e79f6b5beccfdfb25723cf5ceaed24f8762ec948 Package: ros-rolling-mrpt-libobs Version: 2.15.14-1noble.20260425.081851 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2070 Depends: libopencv-calib3d406t64 (>= 4.6.0+dfsg), libtinyxml2-10 (>= 10.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.14-1noble.20260425.081851_arm64.deb Size: 686682 SHA256: 2160f0923e9ddeb038f899f2c8acc6fa7f9c309d9ac141a4ba5a5407d3446c7c SHA1: 556b8df902ae87b5bffe02a19c6b6715fe821d3c MD5sum: c6b7de8346c57087011483016aaf217c 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.14-1noble.20260425.081851 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 9591 Depends: ros-rolling-mrpt-libobs (= 2.15.14-1noble.20260425.081851) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libobs/ros-rolling-mrpt-libobs-dbgsym_2.15.14-1noble.20260425.081851_arm64.deb Size: 8908658 SHA256: 35ae9e9b0b7d6d4bda27f99770416c68c4be37e7afadbb9d0b0fb08d4e2017f6 SHA1: 2c0adacaf7a78656078fc1f1a8595c9d0c1198dd MD5sum: f951fdbac2556739819697dd4083952a Description: debug symbols for ros-rolling-mrpt-libobs Build-Ids: 3a39cf6d06b09bc12e24f647cb8d6d53b565698b 5cebc6c0c90a6e9c46969cda9f3df979aaee2921 Package: ros-rolling-mrpt-libopengl Version: 2.15.14-1noble.20260425.074116 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 3192 Depends: libassimp5 (>= 5.3.1+ds), libegl1, libglu1-mesa | libglu1, libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-flann406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopengl0, 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.14-1noble.20260425.074116_arm64.deb Size: 1244108 SHA256: 2327781c86ce1208cc333c52d4e23e8fc15753ec1c4cf0c9685f40a10b6ce723 SHA1: 90b3788c16dfef194a1528d6355911348bbbc408 MD5sum: ceb6e750bacae0d99baa1073d35dec56 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.14-1noble.20260425.074116 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 15789 Depends: ros-rolling-mrpt-libopengl (= 2.15.14-1noble.20260425.074116) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libopengl/ros-rolling-mrpt-libopengl-dbgsym_2.15.14-1noble.20260425.074116_arm64.deb Size: 14835032 SHA256: 1b54607acb2e050678745d0f0033ddaa85916266d049e7dd3600021a66b47cba SHA1: 7738fb7ce7c0e119bc606e4c5264645b6a1ef09a MD5sum: 09821d274be4644d2418b9a232446f6b Description: debug symbols for ros-rolling-mrpt-libopengl Build-Ids: 7005f33aa9a969aa9a7152887aa6efb58333423d e6844d9ffbcbde68d789740acab3fcebe863addf Package: ros-rolling-mrpt-libposes Version: 2.15.14-1noble.20260425.072216 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1749 Depends: 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.14-1noble.20260425.072216_arm64.deb Size: 443830 SHA256: 61a9affdd0614e2baeec71c0fc7712f2fcfbcf37bac736d809e79e45bb70f061 SHA1: 72ef133e218b6b4c16ddf8fcf6ac815aa28668ff MD5sum: 2994c61baa8004224194fd6f380a8a8f 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.14-1noble.20260425.072216 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 16710 Depends: ros-rolling-mrpt-libposes (= 2.15.14-1noble.20260425.072216) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libposes/ros-rolling-mrpt-libposes-dbgsym_2.15.14-1noble.20260425.072216_arm64.deb Size: 16208032 SHA256: bdb48dcd6793b346d833c70a56377b6956e3d1860c9aa33c27f90a347ad0ab36 SHA1: 928319c1487a2cd876f0aa9b8cd88fe68031e8f3 MD5sum: 70cf0b6d0a20af9523d3c26a2385a1ae Description: debug symbols for ros-rolling-mrpt-libposes Build-Ids: 0118dfcb5fc5de5ee654f8504f8df5bcd9566e7f 4a05f147a17058d9dfeb5a89397dfb38fb67492b b0e668c05f1f520770cc04e1c43a0ec96152fdcb Package: ros-rolling-mrpt-libros-bridge Version: 3.5.2-1noble.20260425.213932 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 438 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), ros-rolling-mrpt-libbase, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libopengl, ros-rolling-mrpt-libposes, ros-rolling-cv-bridge, ros-rolling-geometry-msgs, ros-rolling-gps-msgs, ros-rolling-nav-msgs, ros-rolling-rosbag2-cpp, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-stereo-msgs, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libros-bridge/ros-rolling-mrpt-libros-bridge_3.5.2-1noble.20260425.213932_arm64.deb Size: 119396 SHA256: 151506f3475cbdb83a5c973aace2169f771ef7ec5e479b4a7ddcc0b07618edb0 SHA1: 48b36919af69d0c49ffa36dfe8473397bca0f38a MD5sum: 39dcfc1e6d5ddc7b7fa8a82700635ebc Description: Mobile Robot Programming Toolkit (MRPT) ros2bridge C++ library Package: ros-rolling-mrpt-libros-bridge-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-libros-bridge Version: 3.5.2-1noble.20260425.213932 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2906 Depends: ros-rolling-mrpt-libros-bridge (= 3.5.2-1noble.20260425.213932) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libros-bridge/ros-rolling-mrpt-libros-bridge-dbgsym_3.5.2-1noble.20260425.213932_arm64.deb Size: 2702572 SHA256: 98548504323fb5aa90c7d5d88a28f65ba3fccb99689638f14f00c736b2b5cc19 SHA1: 6167887d0a890cea7a47659bbc8c3ae729da7350 MD5sum: f29710100a008c3de75051cc7c740e33 Description: debug symbols for ros-rolling-mrpt-libros-bridge Build-Ids: 0a353a1775d2c0f417211b99ae4de4121b2205da Package: ros-rolling-mrpt-libslam Version: 2.15.14-1noble.20260425.085242 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2920 Depends: libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-features2d406t64 (>= 4.6.0+dfsg), libopencv-highgui406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopencv-video406t64 (>= 4.6.0+dfsg), libopencv-videoio406t64 (>= 4.6.0+dfsg), libtbb12 (>= 2021.11.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.14-1noble.20260425.085242_arm64.deb Size: 956606 SHA256: 7128d6adf86cb6bedc9804394e8357e255d564821fea94fa490ffcfbdad7b9c3 SHA1: fd4f787c2ba5fc85211420815c36f1131ada6248 MD5sum: 35f8205edc18ea3b897fa967b7aa5c8e 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.14-1noble.20260425.085242 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 41868 Depends: ros-rolling-mrpt-libslam (= 2.15.14-1noble.20260425.085242) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libslam/ros-rolling-mrpt-libslam-dbgsym_2.15.14-1noble.20260425.085242_arm64.deb Size: 41056080 SHA256: 5685787bdd24269c054bdc7185f2d985c605394ca71691dd579163edb411568a SHA1: 854e6da9282b4add822610936f25193758f4c1c7 MD5sum: d2155d41bbbd802ebf8c6563a26d7d63 Description: debug symbols for ros-rolling-mrpt-libslam Build-Ids: 0257a64d45c9f6c2c4c8a681461d72125f5b8889 1a614af07268385f355fafde7d86da0e03b70e5a Package: ros-rolling-mrpt-libtclap Version: 2.15.14-1noble.20260425.065121 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 180 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.14-1noble.20260425.065121_arm64.deb Size: 24378 SHA256: ac883536f846d64f6aff7b78068ebaa3937a57975289fe78e270ed3b980e8e04 SHA1: 79a71fae69bd83316247b02f5871b97bbce676ab MD5sum: ebf5b7a2d0e20707be9c14ce8624cb8a Description: Mobile Robot Programming Toolkit (MRPT) libraries (tclap C++ library). This package contains: mrpt-tclap Package: ros-rolling-mrpt-map-server Version: 2.4.0-1noble.20260425.215739 Architecture: arm64 Maintainer: Markus Bader Installed-Size: 570 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-mp2p-icp (>= 1.6.2), ros-rolling-mrpt-libbase, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libopengl, ros-rolling-mrpt-libposes, ros-rolling-ament-cmake-lint-cmake, ros-rolling-ament-cmake-xmllint, ros-rolling-ament-lint-auto, ros-rolling-mrpt-libros-bridge, ros-rolling-mrpt-msgs, ros-rolling-mrpt-nav-interfaces, ros-rolling-rclcpp-components, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation/tree/ros2/mrpt_map_server Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-map-server/ros-rolling-mrpt-map-server_2.4.0-1noble.20260425.215739_arm64.deb Size: 138772 SHA256: 3b4d7e4c77316096c860adfb58ba32a669aa4e42f72f19200aa921bf193b5f76 SHA1: 63622b00e0c8b761f425802d8a3bcc56b216c852 MD5sum: fa6661c75b1c7ccb69bccc058ad7d133 Description: This package provides a ROS 2 node that publishes a static map for other nodes to use it. Unlike classic ROS 1 ``map_server``, this node can publish a range of different metric maps, not only occupancy grids. Package: ros-rolling-mrpt-map-server-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-map-server Version: 2.4.0-1noble.20260425.215739 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Markus Bader Installed-Size: 3407 Depends: ros-rolling-mrpt-map-server (= 2.4.0-1noble.20260425.215739) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-map-server/ros-rolling-mrpt-map-server-dbgsym_2.4.0-1noble.20260425.215739_arm64.deb Size: 3079140 SHA256: 3b9866799d18fadafcd2de50684d8de2bca3e29d0a37caabbda0cd11017074d4 SHA1: 4574538eb796b87d834136c622bdc631b88142c1 MD5sum: 81df42cedc618e34bd0954bfa64207e0 Description: debug symbols for ros-rolling-mrpt-map-server Build-Ids: b68a386120b26d9712c96d769d0338dd97358814 Package: ros-rolling-mrpt-msgs Version: 0.6.0-1noble.20260425.144059 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 3999 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-1noble.20260425.144059_arm64.deb Size: 285068 SHA256: fe9318b0f1c48eed6dc27af64cb5466542ae222e02eb31fbddd72748046550c7 SHA1: 6c93853fa8e14c741c706cc2fa99f2a3a01b12e6 MD5sum: 89671793dfe3c6be70865bb6944e5968 Description: ROS messages for MRPT classes and objects Package: ros-rolling-mrpt-msgs-bridge Version: 2.4.0-1noble.20260425.215900 Architecture: arm64 Maintainer: José Luis Blanco-Claraco Installed-Size: 199 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-mrpt-libbase, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libposes, ros-rolling-ament-cmake-lint-cmake, ros-rolling-ament-cmake-xmllint, ros-rolling-ament-lint-auto, ros-rolling-geometry-msgs, ros-rolling-mrpt-libros-bridge, ros-rolling-mrpt-msgs, ros-rolling-rclcpp, ros-rolling-tf2, ros-rolling-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-msgs-bridge/ros-rolling-mrpt-msgs-bridge_2.4.0-1noble.20260425.215900_arm64.deb Size: 32448 SHA256: b62fabf4f2d2820526036c52da5ccd01515d9240daad490e5546d733068931ed SHA1: b1d9b71bc3756d85f542be3db0cde487c9a8eb91 MD5sum: f6a2de0f1abe414f2ef49c3efee60c97 Description: C++ library to convert between custom mrpt_msgs messages and native MRPT classes Package: ros-rolling-mrpt-msgs-bridge-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-msgs-bridge Version: 2.4.0-1noble.20260425.215900 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: José Luis Blanco-Claraco Installed-Size: 574 Depends: ros-rolling-mrpt-msgs-bridge (= 2.4.0-1noble.20260425.215900) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-msgs-bridge/ros-rolling-mrpt-msgs-bridge-dbgsym_2.4.0-1noble.20260425.215900_arm64.deb Size: 537722 SHA256: 718138b5d9729c356a657017f5e1663e71786b707dc16bc42521ccddaaa9ed29 SHA1: 8b4be97fbcf8052e7b8a4afd042e198ab561a50c MD5sum: ba43b29f9917101ef1e49943d21659a8 Description: debug symbols for ros-rolling-mrpt-msgs-bridge Build-Ids: b0acd20065b4a9dd6d0a369da2c97fbc77419e3b Package: ros-rolling-mrpt-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-msgs Version: 0.6.0-1noble.20260425.144059 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 3552 Depends: ros-rolling-mrpt-msgs (= 0.6.0-1noble.20260425.144059) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-msgs/ros-rolling-mrpt-msgs-dbgsym_0.6.0-1noble.20260425.144059_arm64.deb Size: 2862058 SHA256: 3e25cb8487cbf50bae84dc61209c221a49e76b962adb42766c6a4e11548c6824 SHA1: d3ef9e82068b83750a5a1b12d1c73428c7f36e2d MD5sum: 5105e2176c6832ba37320e0334dce959 Description: debug symbols for ros-rolling-mrpt-msgs Build-Ids: 03bf32294aca17bf52ca0a65147e486636339a62 2c11ce201185d1d3db86f62f03cfa32ce2c97b48 47644cd69f4bad794febb190900658caf5619b8b 4c689fb8dd3374448bcd9084d56b333b9b8c2d65 743c583961e45e58e4cdfdbc01ae6990520204f0 808e860994d104891399b496361daadf559e5cf3 8723dc585093422201645c76d08ea45bafb33534 c82bb81ebbac3868ca9f2920277c47f65ede8bce d7e3320e9b526b80e49de4e0ed6fc362bf54ea63 de13ed785ade4e8b42ea8b96f628195c37b5f4b1 f6aebe22670507ccc936256a9f83e7a99f37fa91 Package: ros-rolling-mrpt-nav-interfaces Version: 2.4.0-1noble.20260425.145028 Architecture: arm64 Maintainer: Jose Luis Blanco-Claraco Installed-Size: 6121 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.4.0-1noble.20260425.145028_arm64.deb Size: 352420 SHA256: b8ef460c7cdb0658ef5f87549a479ded7ad91a50dd0cb0970102c913c7f77dcd SHA1: 3db7b84d609d9273345e8b2042f9b040b3747bae MD5sum: ccfe1c5da33bd110647ebb732e5c8673 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.4.0-1noble.20260425.145028 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose Luis Blanco-Claraco Installed-Size: 3947 Depends: ros-rolling-mrpt-nav-interfaces (= 2.4.0-1noble.20260425.145028) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-nav-interfaces/ros-rolling-mrpt-nav-interfaces-dbgsym_2.4.0-1noble.20260425.145028_arm64.deb Size: 2917916 SHA256: 46efb73e91b2f47b17a7b2996b3563f2bf805b7773f0f3806c814f6a5622bb02 SHA1: 7c28d066c7778637f1764ca5eed718db904ee018 MD5sum: 9c5993771ad04f07fbb7b70b112905da Description: debug symbols for ros-rolling-mrpt-nav-interfaces Build-Ids: 009bc53d905760110515d8b1c39cd7b1fce1f718 02251e0f6800bd500e3b6ac35b4b066066660192 0fc118a8dd3afd3c833d05cb7824f69a2cc7b364 4c59985ba5b481dcab1a0b7f1cc2beef4f3e4a5e 4de214e9f9b2cd2870a15f7123bf6e9429c05a7c 75698e54e337f1c17929843e8c8f9451cda6bfc1 908029f87a66571c3d76c3530c4e05bd9bfbc65d 92498a1b1e5b54d5c2723d98c975177cf5489701 cd212eee0c4489185d4cb3f7c7aed23d08c43707 d6ad96153f234a1c24df754fb65d4a618e728c5e f1d4db5862e2071f4816e8cd9b0cea4a08f0968c Package: ros-rolling-mrpt-navigation Version: 2.4.0-1noble.20260426.012948 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 45 Depends: ros-rolling-ament-cmake-lint-cmake, ros-rolling-ament-cmake-xmllint, ros-rolling-ament-lint-auto, ros-rolling-mrpt-map-server, ros-rolling-mrpt-msgs-bridge, ros-rolling-mrpt-nav-interfaces, ros-rolling-mrpt-pf-localization, ros-rolling-mrpt-pointcloud-pipeline, ros-rolling-mrpt-reactivenav2d, ros-rolling-mrpt-tps-astar-planner, ros-rolling-mrpt-tutorials, ros-rolling-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-navigation/ros-rolling-mrpt-navigation_2.4.0-1noble.20260426.012948_arm64.deb Size: 6684 SHA256: 6a5d3fe9a3110d8aebcb844a99c3b968793cedf3180addc09d32ede0cadbe7fd SHA1: 94b9d5d683de245a69014a9c8621f87f841f3fd3 MD5sum: 47c2d058924b8ce3992ca7446a8badf9 Description: Tools related to the Mobile Robot Programming Toolkit (MRPT). Refer to https://wiki.ros.org/mrpt_navigation for further documentation. Package: ros-rolling-mrpt-path-planning Version: 0.3.0-1noble.20260426.010504 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1350 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), ros-rolling-mrpt-libbase, ros-rolling-mrpt-libgui, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libnav, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libopengl, ros-rolling-mrpt-libposes, ros-rolling-mvsim, ros-rolling-mrpt-libtclap, ros-rolling-ros-workspace Homepage: https://github.com/MRPT/mrpt_path_planning Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-path-planning/ros-rolling-mrpt-path-planning_0.3.0-1noble.20260426.010504_arm64.deb Size: 403294 SHA256: ef7ef17ae9fcf24559073a69f420ca1d74b8f92f047b448ce5a5fd334134ff0c SHA1: b9de42081d9b5212c4aa608944d835e05350fe9e MD5sum: 228678d17ceee948b45a0b7c453f9768 Description: Path planning and navigation algorithms for robots/vehicles moving on planar environments. This library builds upon mrpt-nav and the theory behind PTGs to generate libraries of "motion primitives" for vehicles with arbitrary shape and realistic kinematics and dynamics. Package: ros-rolling-mrpt-path-planning-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-path-planning Version: 0.3.0-1noble.20260426.010504 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 9796 Depends: ros-rolling-mrpt-path-planning (= 0.3.0-1noble.20260426.010504) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-path-planning/ros-rolling-mrpt-path-planning-dbgsym_0.3.0-1noble.20260426.010504_arm64.deb Size: 9318782 SHA256: fa75a63f40848888f6dbb19227e1523d87e484595107290511a07de2ec1281ed SHA1: 1e8ea33283092d4aeaa03e4bbd2e7fe55cac3f14 MD5sum: d20763f43d4b1c61e4d5253c4c11210d Description: debug symbols for ros-rolling-mrpt-path-planning Build-Ids: 32a9c408ba2ca09ae9c56d9c65a33ddefd87aa9f 7c8caaf13498bf54bf6b0dc0ce08775f2e0d9e48 ead9163ac546c22e82d8410559858b9bd6097f9e Package: ros-rolling-mrpt-pf-localization Version: 2.4.0-1noble.20260425.221800 Architecture: arm64 Maintainer: Markus Bader Installed-Size: 4069 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-mola-pose-list, ros-rolling-mola-relocalization, ros-rolling-mp2p-icp, ros-rolling-mrpt-libbase, ros-rolling-mrpt-libgui, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libopengl, ros-rolling-mrpt-libposes, ros-rolling-mrpt-libslam, ros-rolling-ament-cmake-lint-cmake, ros-rolling-ament-cmake-xmllint, ros-rolling-ament-lint-auto, ros-rolling-mrpt-libros-bridge, ros-rolling-mrpt-msgs, ros-rolling-mrpt-msgs-bridge, ros-rolling-nav-msgs, ros-rolling-pose-cov-ops, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation/tree/ros2/mrpt_pf_localization Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-pf-localization/ros-rolling-mrpt-pf-localization_2.4.0-1noble.20260425.221800_arm64.deb Size: 531654 SHA256: 826dc63b72737863cde4f2e6c5ef3184f14a5f0c559aba010cd5ec4826f0bf60 SHA1: bfb23a2983f839c19de28f5066810e9e872656c1 MD5sum: b34d92afb752a4b0a34f5d6761e42b9a Description: Package for robot 2D self-localization using dynamic or static (MRPT or ROS) maps. The interface is similar to amcl (https://wiki.ros.org/amcl) but supports different particle-filter algorithms, several grid maps at different heights, range-only localization, etc. Package: ros-rolling-mrpt-pf-localization-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-pf-localization Version: 2.4.0-1noble.20260425.221800 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Markus Bader Installed-Size: 19686 Depends: ros-rolling-mrpt-pf-localization (= 2.4.0-1noble.20260425.221800) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-pf-localization/ros-rolling-mrpt-pf-localization-dbgsym_2.4.0-1noble.20260425.221800_arm64.deb Size: 16455838 SHA256: 91dcf3594a94a8093f9b048e78dab0d9662077d6ab5f34dd28f1706de5090f59 SHA1: 925b9827758a2ef8ccc635e937a4b7db9adc7c92 MD5sum: 85479529ca06cc6d6785ede8c55d565a Description: debug symbols for ros-rolling-mrpt-pf-localization Build-Ids: 995f080ec2a5ed60d84e3c4146976caba1eec2ae c7f29d5ffb5020c361eafc9fc998dbb83fb3e9f3 eff9b247936ea4ecccc33c8e1b828fcb011e6ea4 f315e807c82a0d341f90846206997e91a476a336 Package: ros-rolling-mrpt-pointcloud-pipeline Version: 2.4.0-1noble.20260425.215921 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1803 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-mp2p-icp, ros-rolling-mrpt-libbase, ros-rolling-mrpt-libgui, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libopengl, ros-rolling-mrpt-libposes, ros-rolling-ament-cmake-lint-cmake, ros-rolling-ament-cmake-xmllint, ros-rolling-ament-lint-auto, ros-rolling-mrpt-libros-bridge, ros-rolling-nav-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-pointcloud-pipeline/ros-rolling-mrpt-pointcloud-pipeline_2.4.0-1noble.20260425.215921_arm64.deb Size: 244696 SHA256: 677a130d1c18c68f3ab20ed6f3542b48ab41ee2563af953a51f6ca30153b007d SHA1: 6f3a415ae34b6b2768bdaa21db5392578014dcf9 MD5sum: 6b5c7cd799b7e1ee8ba7422335b559f1 Description: Maintains a local obstacle map from recent sensor readings, including optional point cloud pipeline filtering or processing. Package: ros-rolling-mrpt-pointcloud-pipeline-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-pointcloud-pipeline Version: 2.4.0-1noble.20260425.215921 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 9235 Depends: ros-rolling-mrpt-pointcloud-pipeline (= 2.4.0-1noble.20260425.215921) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-pointcloud-pipeline/ros-rolling-mrpt-pointcloud-pipeline-dbgsym_2.4.0-1noble.20260425.215921_arm64.deb Size: 7966104 SHA256: 8d9a90457f8a07ff347942f8c061f31c4c0ff27474dca4a75ff72b3dfbcb7e71 SHA1: c3a672c5df47069e6900330883832b09150bd402 MD5sum: 9641930a58e0f73056f941c5d78061a7 Description: debug symbols for ros-rolling-mrpt-pointcloud-pipeline Build-Ids: 5b5bb46153c417611c662a27ffe14e62d38f0ae8 8d5a71e70c7b714a26c756aa18546ecdfbb94c39 e8c1d6c0f4a852a0d6de32f21d208c4c4e268f06 Package: ros-rolling-mrpt-reactivenav2d Version: 2.4.0-1noble.20260425.215911 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2056 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-mrpt-libbase, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libnav, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libposes, ros-rolling-ament-cmake-lint-cmake, ros-rolling-ament-cmake-xmllint, ros-rolling-ament-lint-auto, ros-rolling-geometry-msgs, ros-rolling-mrpt-libros-bridge, ros-rolling-mrpt-nav-interfaces, ros-rolling-nav-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-stereo-msgs, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-reactivenav2d/ros-rolling-mrpt-reactivenav2d_2.4.0-1noble.20260425.215911_arm64.deb Size: 314278 SHA256: 721e11d2c60b657ae6816eefef2a5ac658aa0b6b458849659ce8d42a47f18779 SHA1: d2622099f764b69a02e30d2eed21098016c359f2 MD5sum: c56eef2a0c819e965119e11a432df6d6 Description: Reactive navigation for wheeled robots using MRPT navigation algorithms (TP-Space) Package: ros-rolling-mrpt-reactivenav2d-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-reactivenav2d Version: 2.4.0-1noble.20260425.215911 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 8960 Depends: ros-rolling-mrpt-reactivenav2d (= 2.4.0-1noble.20260425.215911) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-reactivenav2d/ros-rolling-mrpt-reactivenav2d-dbgsym_2.4.0-1noble.20260425.215911_arm64.deb Size: 7360500 SHA256: fe28e1e8d04076fcbaa99101f7a7de53c8e930d53a9ccf7a97304386c9d17a03 SHA1: c5c299d7d7afede0f0f8d97f32f463879b906a6a MD5sum: da9b8000175356734323a9d0b211adda Description: debug symbols for ros-rolling-mrpt-reactivenav2d Build-Ids: d6f7eec7bc04f3a90b28546af3b30e95bcbd1691 Package: ros-rolling-mrpt-sensor-bumblebee-stereo Version: 0.2.4-1noble.20260425.220009 Architecture: arm64 Maintainer: José Luis Blanco-Claraco Installed-Size: 186 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-mrpt-libbase, ros-rolling-mrpt-libobs, ros-rolling-ament-lint-auto, ros-rolling-ament-lint-common, ros-rolling-cv-bridge, ros-rolling-geometry-msgs, ros-rolling-mrpt-libhwdrivers, ros-rolling-mrpt-libros-bridge, ros-rolling-mrpt-msgs, ros-rolling-mrpt-sensorlib, ros-rolling-nav-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-stereo-msgs, ros-rolling-tf2, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_sensors Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-sensor-bumblebee-stereo/ros-rolling-mrpt-sensor-bumblebee-stereo_0.2.4-1noble.20260425.220009_arm64.deb Size: 53566 SHA256: 9c3cb350ed9476ce7c9c5351079085850e29e9e0f53c81e3ac608f4ccfc1433f SHA1: 9972da530410315ef6aca3ccbfa30ef1f4494880 MD5sum: 2dbca817d916fbf64ccdf3f97c1d703c Description: ROS node for Bumblebee Stereo Cameras using libdc1394 interface (based on mrpt-hwdrivers) Package: ros-rolling-mrpt-sensor-bumblebee-stereo-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-sensor-bumblebee-stereo Version: 0.2.4-1noble.20260425.220009 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: José Luis Blanco-Claraco Installed-Size: 904 Depends: ros-rolling-mrpt-sensor-bumblebee-stereo (= 0.2.4-1noble.20260425.220009) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-sensor-bumblebee-stereo/ros-rolling-mrpt-sensor-bumblebee-stereo-dbgsym_0.2.4-1noble.20260425.220009_arm64.deb Size: 823696 SHA256: 55f2fe959168b301a1318551e91bf0ff527785c288e3a904bd7d46dce90189f1 SHA1: c61372b1395f0e3e17d0dd912c359d712776f262 MD5sum: fa6377a980f25d7b5dfef8f7313aec78 Description: debug symbols for ros-rolling-mrpt-sensor-bumblebee-stereo Build-Ids: 7004b534a68da97b3461980130c3f84250e0a384 Package: ros-rolling-mrpt-sensor-gnss-nmea Version: 0.2.4-1noble.20260425.220100 Architecture: arm64 Maintainer: José Luis Blanco-Claraco Installed-Size: 377 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-mrpt-libbase, ros-rolling-mrpt-libobs, ros-rolling-ament-lint-auto, ros-rolling-ament-lint-common, ros-rolling-cv-bridge, ros-rolling-geometry-msgs, ros-rolling-mrpt-libhwdrivers, ros-rolling-mrpt-libros-bridge, ros-rolling-mrpt-msgs, ros-rolling-mrpt-sensorlib, ros-rolling-nav-msgs, ros-rolling-nmea-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-stereo-msgs, ros-rolling-tf2, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_sensors Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-sensor-gnss-nmea/ros-rolling-mrpt-sensor-gnss-nmea_0.2.4-1noble.20260425.220100_arm64.deb Size: 80742 SHA256: 08661922561e514bbdeab5a5a2c65b8348f5b15f385af3345f3665b3fc371437 SHA1: 60709a281a99527fc715e1daa12a28e3e506129d MD5sum: 6686c23d0712c39cc171602074844dbc Description: ROS node for GNSS receivers generating NMEA messages (based on mrpt-hwdrivers) Package: ros-rolling-mrpt-sensor-gnss-nmea-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-sensor-gnss-nmea Version: 0.2.4-1noble.20260425.220100 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: José Luis Blanco-Claraco Installed-Size: 1668 Depends: ros-rolling-mrpt-sensor-gnss-nmea (= 0.2.4-1noble.20260425.220100) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-sensor-gnss-nmea/ros-rolling-mrpt-sensor-gnss-nmea-dbgsym_0.2.4-1noble.20260425.220100_arm64.deb Size: 1472298 SHA256: f2cba029489367fa4e437c88097cf179570a18bd7bc84a829867a466a6412cd8 SHA1: 2ceccc469477aeeff28b8a9f91be574c1c6905ba MD5sum: cacafb89429a4eb5397050cf479abc49 Description: debug symbols for ros-rolling-mrpt-sensor-gnss-nmea Build-Ids: 6168f4f3fc285c57107b00aa47c1732ea049e4a5 Package: ros-rolling-mrpt-sensor-gnss-novatel Version: 0.2.4-1noble.20260425.220114 Architecture: arm64 Maintainer: José Luis Blanco-Claraco Installed-Size: 188 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-mrpt-libbase, ros-rolling-mrpt-libobs, ros-rolling-ament-lint-auto, ros-rolling-ament-lint-common, ros-rolling-cv-bridge, ros-rolling-geometry-msgs, ros-rolling-mrpt-libhwdrivers, ros-rolling-mrpt-libros-bridge, ros-rolling-mrpt-msgs, ros-rolling-mrpt-sensorlib, ros-rolling-nav-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-stereo-msgs, ros-rolling-tf2, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_sensors Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-sensor-gnss-novatel/ros-rolling-mrpt-sensor-gnss-novatel_0.2.4-1noble.20260425.220114_arm64.deb Size: 50768 SHA256: aa1206c17cacda98cb56392862df2fb331e64325e64226a3afe181d504105888 SHA1: bf60c2384e935a8d6893c6fc510d7660e7d51894 MD5sum: c92b8bd4f2c948def2bcce1374fdc625 Description: ROS node for GNSS/IMU Novatel receivers with RTK precision using an NTRIP HTTP source (based on mrpt-hwdrivers) Package: ros-rolling-mrpt-sensor-gnss-novatel-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-sensor-gnss-novatel Version: 0.2.4-1noble.20260425.220114 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: José Luis Blanco-Claraco Installed-Size: 788 Depends: ros-rolling-mrpt-sensor-gnss-novatel (= 0.2.4-1noble.20260425.220114) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-sensor-gnss-novatel/ros-rolling-mrpt-sensor-gnss-novatel-dbgsym_0.2.4-1noble.20260425.220114_arm64.deb Size: 714928 SHA256: 20e5f18d836ba311be9af505eaa6d5b3af082da52a1a368f24e73b0ddd43d820 SHA1: 5a7bc9851f57de9729cb1b5725c65a5f789a7f91 MD5sum: e0a340362175efbf6a5f5079c9e333a1 Description: debug symbols for ros-rolling-mrpt-sensor-gnss-novatel Build-Ids: ec2b14e9f5f306e92be25c0a15381d13342d2370 Package: ros-rolling-mrpt-sensor-imu-taobotics Version: 0.2.4-1noble.20260425.220144 Architecture: arm64 Maintainer: José Luis Blanco-Claraco Installed-Size: 122 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), ros-rolling-mrpt-libopengl, ros-rolling-ament-lint-auto, ros-rolling-ament-lint-common, ros-rolling-cv-bridge, ros-rolling-geometry-msgs, ros-rolling-mrpt-libhwdrivers, ros-rolling-mrpt-libros-bridge, ros-rolling-mrpt-msgs, ros-rolling-mrpt-sensorlib, ros-rolling-nav-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-stereo-msgs, ros-rolling-tf2, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_sensors Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-sensor-imu-taobotics/ros-rolling-mrpt-sensor-imu-taobotics_0.2.4-1noble.20260425.220144_arm64.deb Size: 15438 SHA256: f64f11af1240fd9a448470ad8a1c6e50bf4613640ec48b18ac9abf5c46dd4dd5 SHA1: a4be51968c2ffcf94227cd724fc4546a737de38b MD5sum: afc6053f4e2819df2646cf780ff9755b Description: ROS node for Taobotics USB IMUs (based on mrpt-hwdrivers) Package: ros-rolling-mrpt-sensor-imu-taobotics-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-sensor-imu-taobotics Version: 0.2.4-1noble.20260425.220144 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: José Luis Blanco-Claraco Installed-Size: 298 Depends: ros-rolling-mrpt-sensor-imu-taobotics (= 0.2.4-1noble.20260425.220144) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-sensor-imu-taobotics/ros-rolling-mrpt-sensor-imu-taobotics-dbgsym_0.2.4-1noble.20260425.220144_arm64.deb Size: 276426 SHA256: 227c806970d9a0e9f80e5462b70cfdacd27169cc4f5c6dadc12bbffc1437c93d SHA1: 0aa99ec6bf64cf9b5abed158901d086c4d35ff93 MD5sum: 14de96601660756c3d21bb2e6cc7fd09 Description: debug symbols for ros-rolling-mrpt-sensor-imu-taobotics Build-Ids: ae1484b3c8cbb58ef5dce01678d8fc8b0afb73f0 Package: ros-rolling-mrpt-sensorlib Version: 0.2.4-1noble.20260425.215000 Architecture: arm64 Maintainer: José Luis Blanco-Claraco Installed-Size: 711 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-mrpt-libbase, ros-rolling-mrpt-libhwdrivers, ros-rolling-mrpt-libobs, ros-rolling-ament-lint-auto, ros-rolling-ament-lint-common, ros-rolling-cv-bridge, ros-rolling-geometry-msgs, ros-rolling-mrpt-libros-bridge, ros-rolling-mrpt-msgs, ros-rolling-nav-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-stereo-msgs, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_sensors Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-sensorlib/ros-rolling-mrpt-sensorlib_0.2.4-1noble.20260425.215000_arm64.deb Size: 92314 SHA256: e5a13d127cb4329632b443b2cf60f1d47d522526bc0eebf23fd7b24243618853 SHA1: e4fb5b8801799669e3e90219b02bcfc7decf7f38 MD5sum: dd45371d140fba8d0a4aae3f371bb45c Description: C++ library for the base generic MRPT sensor node Package: ros-rolling-mrpt-sensorlib-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-sensorlib Version: 0.2.4-1noble.20260425.215000 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: José Luis Blanco-Claraco Installed-Size: 1788 Depends: ros-rolling-mrpt-sensorlib (= 0.2.4-1noble.20260425.215000) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-sensorlib/ros-rolling-mrpt-sensorlib-dbgsym_0.2.4-1noble.20260425.215000_arm64.deb Size: 1593914 SHA256: 05914b577b044e60c8cf5b8b6384cf34489aaf79e0838c0a3c247b3fd1d91918 SHA1: 3f8c4b75f454848348c6511b1a8d2cfbbfb294a1 MD5sum: dfc9afc18004f37ea869eadb707a2eb1 Description: debug symbols for ros-rolling-mrpt-sensorlib Build-Ids: fdf8329f0db2cf75aaf6f104b9ee2dbc0a6a9395 Package: ros-rolling-mrpt-sensors Version: 0.2.4-1noble.20260425.221104 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 45 Depends: ros-rolling-ament-lint-auto, ros-rolling-ament-lint-common, ros-rolling-mrpt-generic-sensor, ros-rolling-mrpt-sensor-bumblebee-stereo, ros-rolling-mrpt-sensor-gnss-nmea, ros-rolling-mrpt-sensor-gnss-novatel, ros-rolling-mrpt-sensor-imu-taobotics, ros-rolling-mrpt-sensorlib, ros-rolling-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_sensors/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-sensors/ros-rolling-mrpt-sensors_0.2.4-1noble.20260425.221104_arm64.deb Size: 5920 SHA256: 9f615b4f0ded59c3a40aab7233b5f1db790025c25249c7e1ac415ced658b08d0 SHA1: 457724a9f3d1ffcd1a0f863487f829e8ec8f7905 MD5sum: 430086ef1c6268318ce3043e70c7f59a Description: ROS nodes for various robotics sensors via mrpt-hwdrivers. Metapackage for all mrpt_sensor packages. Package: ros-rolling-mrpt-tps-astar-planner Version: 2.4.0-1noble.20260426.011828 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1293 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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-path-planning, ros-rolling-ament-cmake-lint-cmake, ros-rolling-ament-cmake-xmllint, ros-rolling-ament-lint-auto, ros-rolling-mrpt-libnav, ros-rolling-mrpt-libros-bridge, ros-rolling-mrpt-msgs, ros-rolling-mrpt-nav-interfaces, ros-rolling-nav-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-tps-astar-planner/ros-rolling-mrpt-tps-astar-planner_2.4.0-1noble.20260426.011828_arm64.deb Size: 234812 SHA256: ac8ade58dd7eda9848b2c0542f2835c1a74f210dda358e9828aa4ff0b7be3c3e SHA1: 5fdd50be9cecce3c8a427aa1da55b676900ed9ab MD5sum: a267d8956cf54a2fb1dd37296fcfdbf3 Description: ROS Path Planner with A* in TP-Space Engine Package: ros-rolling-mrpt-tps-astar-planner-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-tps-astar-planner Version: 2.4.0-1noble.20260426.011828 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 5887 Depends: ros-rolling-mrpt-tps-astar-planner (= 2.4.0-1noble.20260426.011828) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-tps-astar-planner/ros-rolling-mrpt-tps-astar-planner-dbgsym_2.4.0-1noble.20260426.011828_arm64.deb Size: 4974608 SHA256: 13bacbf827f50147283a4712582296d40d9e2b850a95e241689144f5c8dab2f7 SHA1: fe564ba3eb6a024d4aa6d9934ceb8eef0bf89f5c MD5sum: 6859187b9589783ee2aab1b165d83bee Description: debug symbols for ros-rolling-mrpt-tps-astar-planner Build-Ids: d2a4a40343892132a13fb093a0d307c1b1ad73ef Package: ros-rolling-mrpt-tutorials Version: 2.4.0-1noble.20260426.010536 Architecture: arm64 Maintainer: Jose Luis Blanco-Claraco Installed-Size: 7057 Depends: ros-rolling-ament-cmake-lint-cmake, ros-rolling-ament-cmake-xmllint, ros-rolling-ament-lint-auto, ros-rolling-mvsim, ros-rolling-teleop-twist-keyboard, ros-rolling-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-tutorials/ros-rolling-mrpt-tutorials_2.4.0-1noble.20260426.010536_arm64.deb Size: 5994176 SHA256: 668b0fecfc222c4943e598b7f0128983b484055fe15c6befd08e02c3bcb99b4d SHA1: 851d98b1912d0f57e4faa1e3eca01fdfb1403f85 MD5sum: 3676f3ac6945f487494bc4a2aab37d51 Description: Example files used as tutorials for MRPT ROS packages Package: ros-rolling-mrt-cmake-modules Version: 1.0.11-1noble.20260424.004107 Architecture: arm64 Maintainer: Kevin Rösch Installed-Size: 359 Depends: lcov, python3-catkin-pkg-modules, python3-rospkg, python3-setuptools, python3-yaml, ros-rolling-gtest-vendor, ros-rolling-ros-environment, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/mrt_cmake_modules Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrt-cmake-modules/ros-rolling-mrt-cmake-modules_1.0.11-1noble.20260424.004107_arm64.deb Size: 68396 SHA256: 05d1ff1c6f2f4af7833a7131df65179d687227fb3d61aed08d3db1bd9ebf0681 SHA1: 3a64a12cd7f84ada68f59c1dd84618571fd9e61c MD5sum: 18cc4305692e3b17861f8d877116f032 Description: CMake Functions and Modules for automating CMake Package: ros-rolling-mujoco-ros2-control Version: 0.0.2-1noble.20260425.232417 Architecture: arm64 Maintainer: Nathan Dunkelberger Installed-Size: 2197 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libglfw3 (>= 3.2), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-rolling-mujoco-vendor, libfmt-dev, libglfw3-dev, python3-pip, python3-pykdl, python3-venv, ros-rolling-backward-ros, ros-rolling-control-toolbox, ros-rolling-controller-manager, 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-sensor-msgs, ros-rolling-transmission-interface, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mujoco-ros2-control/ros-rolling-mujoco-ros2-control_0.0.2-1noble.20260425.232417_arm64.deb Size: 569396 SHA256: ab424f3b0245fe9aabd71e5da02cac196ae21220785cc7541aa6c17e28b90023 SHA1: 72b4ae361b53f49a418b47f2b8d6954f900f1b93 MD5sum: dee14a699ccee1e99ff8fc0ba2f2daed 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.0.2-1noble.20260425.232417 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Nathan Dunkelberger Installed-Size: 8405 Depends: ros-rolling-mujoco-ros2-control (= 0.0.2-1noble.20260425.232417) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mujoco-ros2-control/ros-rolling-mujoco-ros2-control-dbgsym_0.0.2-1noble.20260425.232417_arm64.deb Size: 7520940 SHA256: c1c92016fe4d266eb42f63a5973a766895f0eaab9d83f3c1392be4ec0c776fe3 SHA1: 252d0e891c390a60c5f31b502112b7be6d700464 MD5sum: deed9b31b3be74a23595094daa018bdf Description: debug symbols for ros-rolling-mujoco-ros2-control Build-Ids: 0c40e7acf69cd235e56a5362dfda26808bbff33f 1833936b4a10165109490737da43799bb6329e08 Package: ros-rolling-mujoco-ros2-control-demos Version: 0.0.2-1noble.20260426.010759 Architecture: arm64 Maintainer: Nathan Dunkelberger Installed-Size: 129 Depends: ros-rolling-controller-manager, ros-rolling-joint-state-broadcaster, ros-rolling-mujoco-ros2-control, ros-rolling-mujoco-ros2-control-msgs, ros-rolling-position-controllers, ros-rolling-robot-state-publisher, ros-rolling-rviz2, ros-rolling-xacro, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mujoco-ros2-control-demos/ros-rolling-mujoco-ros2-control-demos_0.0.2-1noble.20260426.010759_arm64.deb Size: 18138 SHA256: e17778dad55338f119edc1234fe21513d6a642be17fb341ad93ea2859c0a8b72 SHA1: b9cabdee2ab7e345a50b3bf545651abe76113e7c MD5sum: e15758b02ce709d3485c4baeef664540 Description: Demonstration examples for mujoco_ros2_control package Package: ros-rolling-mujoco-ros2-control-msgs Version: 0.0.2-1noble.20260425.153410 Architecture: arm64 Maintainer: Nathan Dunkelberger Installed-Size: 1216 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, 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.0.2-1noble.20260425.153410_arm64.deb Size: 74394 SHA256: e464ae2e96c840d2a11dd209f04aafdeadf844b34b919375300df5dc696797fc SHA1: 4374bf36c7bbca948708592f534b52ef784dce11 MD5sum: 1914438b6bc7f010c6873b68a97202bd 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.0.2-1noble.20260425.153410 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Nathan Dunkelberger Installed-Size: 557 Depends: ros-rolling-mujoco-ros2-control-msgs (= 0.0.2-1noble.20260425.153410) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mujoco-ros2-control-msgs/ros-rolling-mujoco-ros2-control-msgs-dbgsym_0.0.2-1noble.20260425.153410_arm64.deb Size: 395194 SHA256: 01c56fe5c53566d76cd1142debdd01dbb812e19c68312bb700a5ef1f474899bc SHA1: be6cf72fa0da732d43d9733e65469a5ba8cb78c9 MD5sum: 8968fd87ef1bc33f80af0e8179734ad4 Description: debug symbols for ros-rolling-mujoco-ros2-control-msgs Build-Ids: 0ca0e0580db66671ec22fa9f9ea5fb969c59ed41 24e7e452b024f3498a85f24071585316aa33955e 58b8be8fe4873f2cdcc5d7a5c0b6787b62eea743 5b4bdf22e83fd3cdc24fa37f3d90302db771ac76 664634c0d34fa51e12ef91797fa752f38d8b69fb 691a13a7b0982f8c85f5bb3d0f82bf104399b94d 6f13b034aa5d6411e8d1a4d349aede84650bfda6 8e015e4dd31d39646d838a23ba49c8dfd997931c baf46b9fded52251226db5f69842c823bfe9d330 c4df5eaab4436fe4d7b658611fd60b0e2cf953a2 f7a58dc8eb34ee873f3979e9aa980ff13ee8c30d Package: ros-rolling-mujoco-ros2-control-plugins Version: 0.0.2-1noble.20260425.172553 Architecture: arm64 Maintainer: Nathan Dunkelberger Installed-Size: 206 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-mujoco-vendor, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-ros2-control-cmake, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mujoco-ros2-control-plugins/ros-rolling-mujoco-ros2-control-plugins_0.0.2-1noble.20260425.172553_arm64.deb Size: 54326 SHA256: 676f83ee9753fb6b3ca3f35670f1a7f6471fb68f4565849105ee332babc5c780 SHA1: f74336e99068cc6d79c521ab206f05ea2ff4b986 MD5sum: af0d04285b0f9d12f96306c800a80794 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.0.2-1noble.20260425.172553 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Nathan Dunkelberger Installed-Size: 858 Depends: ros-rolling-mujoco-ros2-control-plugins (= 0.0.2-1noble.20260425.172553) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mujoco-ros2-control-plugins/ros-rolling-mujoco-ros2-control-plugins-dbgsym_0.0.2-1noble.20260425.172553_arm64.deb Size: 779638 SHA256: 9ef80c43fb39e906befc4c907843b5d69eb2c89163e0ca102af5f64f50352bdb SHA1: e0e489c161a429467e660d238ccc79e2da65b497 MD5sum: d2848576f76b3ba1b8d945289e5175cb Description: debug symbols for ros-rolling-mujoco-ros2-control-plugins Build-Ids: 045955c5c5c407b8d086483569170abf90c46bc7 Package: ros-rolling-mujoco-vendor Version: 0.0.8-2noble.20260425.092446 Architecture: arm64 Maintainer: Sai Kishor Kothakota Installed-Size: 30574 Depends: libc6 (>= 2.34), ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mujoco-vendor/ros-rolling-mujoco-vendor_0.0.8-2noble.20260425.092446_arm64.deb Size: 13023102 SHA256: f942a25301ed4261420a6aec3f6e544d827284f2e8f374b43aa11baeff6739f3 SHA1: 6f341c2ad150afdd89cb688c58a2fa6874669d82 MD5sum: d1cf9db1119fff02e7cc5facb7a5721d Description: Vendor package for MuJoCo simulator of version 3.4.0 Package: ros-rolling-mvsim Version: 1.3.0-1noble.20260426.003929 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 13534 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), libzmq5 (>= 4.0.1+dfsg), ros-rolling-mrpt-libbase, ros-rolling-mrpt-libgui, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libopengl, ros-rolling-mrpt-libposes, cppzmq-dev, libboost-all-dev, libprotobuf-dev, libprotoc-dev, libzmq3-dev, protobuf-compiler, pybind11-dev, python3-pip, python3-protobuf, python3-venv, ros-rolling-mrpt-libros-bridge, ros-rolling-mrpt-libtclap, ros-rolling-nav-msgs, ros-rolling-ros2launch, ros-rolling-sensor-msgs, ros-rolling-stereo-msgs, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-visualization-msgs, unzip, wget, ros-rolling-ros-workspace Homepage: https://wiki.ros.org/mvsim Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mvsim/ros-rolling-mvsim_1.3.0-1noble.20260426.003929_arm64.deb Size: 3112774 SHA256: 947e0690c5f26b2c2c8c2a483221069c7f3e191bc8fa483a0b7be0c6c240d1c5 SHA1: c8ba8b9ec14981d3f23db88f50dc092163f7a8a2 MD5sum: df3cc62d18e3ee1ab5e53a4d65ef3936 Description: A lightweight multivehicle simulation framework. Package: ros-rolling-mvsim-dbgsym Package-Type: ddeb Source: ros-rolling-mvsim Version: 1.3.0-1noble.20260426.003929 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 35305 Depends: ros-rolling-mvsim (= 1.3.0-1noble.20260426.003929) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mvsim/ros-rolling-mvsim-dbgsym_1.3.0-1noble.20260426.003929_arm64.deb Size: 33312358 SHA256: acb2e40255eaa3f6a5c5ddbb5528d2fffa2bc418f12ece51cc5d01b09d0ff6a1 SHA1: 104fcce08350d970c4ba0bacde4a30e6a5e3fffb MD5sum: 39c30e8fb7eaf8a6ffe0522f3e186218 Description: debug symbols for ros-rolling-mvsim Build-Ids: 67d70a4476d388df8926446bffea39817a2a0909 b3125a527101d93c9627a8bf667c517fab972388 dad3f37c1e029c1e6cda94e041abec52a231a419 db2429fe3b9aa45e5d14908f95309daf54ac5974 dc06bf1ae8070496bc2e634ad3d817b5e9ccd8f5 e0eb77e8efad8a9b7e56a7af478bbf832e1071ba Package: ros-rolling-nanoeigenpy Version: 0.5.0-1noble.20260425.062227 Architecture: arm64 Maintainer: Guilhem Saurel Installed-Size: 1761 Depends: libc6 (>= 2.38), libgcc-s1 (>= 4.0), libstdc++6 (>= 11), 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-1noble.20260425.062227_arm64.deb Size: 525958 SHA256: b12f85c5c7ad407071ceeade36a73548a0317712ac4f23bf4731a6e86a483172 SHA1: f9bb14944940af069fa893dd515b723fa7c42daa MD5sum: 7c2352f500c4c859f0d32a83167b556d 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-1noble.20260425.062227 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Guilhem Saurel Installed-Size: 28519 Depends: ros-rolling-nanoeigenpy (= 0.5.0-1noble.20260425.062227) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nanoeigenpy/ros-rolling-nanoeigenpy-dbgsym_0.5.0-1noble.20260425.062227_arm64.deb Size: 27620852 SHA256: d4ae1132f97bb001af7d280918d32ce3f4b2850ab277b0c19bcdd313f364ac63 SHA1: f48a335bfeb7f4b0fd1bc9c51ba99e7e170cde83 MD5sum: d6f264f38c2eded8a4f428b3692ede08 Description: debug symbols for ros-rolling-nanoeigenpy Build-Ids: 4ffa87dd1c3f8076f7702fe199f3a656b8d37605 Package: ros-rolling-nao-button-sim Version: 1.0.1-1noble.20260425.153915 Architecture: arm64 Maintainer: ijnek Installed-Size: 43 Depends: ros-rolling-nao-lola-sensor-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nao-button-sim/ros-rolling-nao-button-sim_1.0.1-1noble.20260425.153915_arm64.deb Size: 7360 SHA256: 356cc93c306912535d184dcc05cfbe1076f9a01caf34158fd0cf122ab6e4d498 SHA1: 1da91462c5b0bc187fb73d75c3117b64453f6c41 MD5sum: e31846e503328b048ead610450c17745 Description: Allows simulating button presses through command line interface Package: ros-rolling-nao-command-msgs Version: 1.0.0-2noble.20260425.135316 Architecture: arm64 Maintainer: ijnek Installed-Size: 2335 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nao-command-msgs/ros-rolling-nao-command-msgs_1.0.0-2noble.20260425.135316_arm64.deb Size: 152270 SHA256: 28c572ed5c776bfc7f99f91e7e47e7a6bd0026cd4551c4d93871fabb59e58a8b SHA1: 97a352faadd1487c66ae7089c585dfc8e5240e9e MD5sum: 19109b8196738a7a8423a054b7ddd211 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-2noble.20260425.135316 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 1931 Depends: ros-rolling-nao-command-msgs (= 1.0.0-2noble.20260425.135316) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nao-command-msgs/ros-rolling-nao-command-msgs-dbgsym_1.0.0-2noble.20260425.135316_arm64.deb Size: 1508988 SHA256: 22741b98abaf740e063faff1b2f0f8fe35f23c3800db36b6ac76f72497dd2303 SHA1: 7d889466a27e0500f2c3574f22076f974b158310 MD5sum: 1d710f48a1847a7ea4a936ff085c74a8 Description: debug symbols for ros-rolling-nao-command-msgs Build-Ids: 099eb15a20b85bbd7ddcee1c633c56e6ee8921ad 1f23424c0371a3f64168e46b4ea2c7133f41d37e 4eaff0025cb9e3c559b6b96b396da2cfc6edcb37 591389598a3d82d5032953018e9a6378839fe99c 6338520c7ba316f9c1527bc8de1abb0bd214fa33 859eab39906ea4e1b96a92006e687ff413eeb138 8dfcaeedd641210a35e8e106a469d12b1ed46a20 baa4e11eb874b89a2c248660a284b66c0542606a c95d5afb37897a74227c67dd333e060d2c2a4390 e28c21c35656df7e32342e44c7160155f9a956ec ec28da220cc32ff2bdfbdecc13c872902f882888 Package: ros-rolling-nao-lola-command-msgs Version: 1.3.0-1noble.20260425.135344 Architecture: arm64 Maintainer: ijnek Installed-Size: 2377 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nao-lola-command-msgs/ros-rolling-nao-lola-command-msgs_1.3.0-1noble.20260425.135344_arm64.deb Size: 153082 SHA256: 8bd8864273df744bc69cf70bd854bfe96bbd47530b1e1dea9af568c265b77515 SHA1: bf9efa6bf2e4d21a29ac65518dd9e07850f1757d MD5sum: 609229987b3885750a666ed536b8da4f 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-1noble.20260425.135344 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 1940 Depends: ros-rolling-nao-lola-command-msgs (= 1.3.0-1noble.20260425.135344) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nao-lola-command-msgs/ros-rolling-nao-lola-command-msgs-dbgsym_1.3.0-1noble.20260425.135344_arm64.deb Size: 1507498 SHA256: cf4f5ef33a72f086a696ed94de573f5ee1bbdce5a60751750db1de36db1ed3f8 SHA1: 763caa8f043c498ac2a70334ab0942bf6d944261 MD5sum: 7e75af911e437a4ead8c6dad80414b41 Description: debug symbols for ros-rolling-nao-lola-command-msgs Build-Ids: 0848ab130742a6c9f00fa6fda37fe7d64139200a 096862a26b572c0b47d780f8ae6a895ad041c249 2a8048aea1d51a8594d23190ae5661af41085255 444e03394d35c99d087e3ad67207703905467196 9baace10adff69711e3db4729e011e084c7bf8c9 9fdbd84563ddeee05ff34c5ad6b3db3c03c64bcb ce07b192602512ed41754c7ca14b058a3b70d73d cfdfe841732a3ad5d0437c2bc3053d2aaffd504a d75b17347b749ac6a10bfab2489c2e1e60adee59 f1e127086a400b3484aa98f97c9883fddc52a842 f35439c800d97837f19fd6673dbe7dd26bb05be4 Package: ros-rolling-nao-lola-sensor-msgs Version: 1.3.0-1noble.20260425.125017 Architecture: arm64 Maintainer: ijnek Installed-Size: 2618 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nao-lola-sensor-msgs/ros-rolling-nao-lola-sensor-msgs_1.3.0-1noble.20260425.125017_arm64.deb Size: 152012 SHA256: 258fac14b9d0116a455845a7934d9b64a63c3644c8ddd0238d0d1ed007aafde5 SHA1: 52061a26278cffaccc3da2da54e72775d24fa415 MD5sum: 911dcc0cf9a11850821fcfbba3645ad9 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-1noble.20260425.125017 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 1718 Depends: ros-rolling-nao-lola-sensor-msgs (= 1.3.0-1noble.20260425.125017) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nao-lola-sensor-msgs/ros-rolling-nao-lola-sensor-msgs-dbgsym_1.3.0-1noble.20260425.125017_arm64.deb Size: 1271068 SHA256: 00ce6d93e7d6c797e48bb10dd6c6356c985430b7f5c180997ffefaac6c12c78d SHA1: 9123f941d06f45c60751766acbec1eecb611645f MD5sum: 73d32be58a46b0b4598f4fcfc2c314a5 Description: debug symbols for ros-rolling-nao-lola-sensor-msgs Build-Ids: 0654e6f2a6fc162b9d8ddc642867bc9d6bb8c399 2ffd62dd29c2ad66b898ea0d0e14609e511fbaf1 43f0a58486655c0c2d598bef5cd134ad3a9c8a0a 6fc76da8ce436371a01bfc3c3ee79aeae30d1ebb ab201c4c5e22f60f7837ec37c4f4853295c1f13a b8544771f4fc0d0a9a1510ba5d51dbc2a90a1a03 b9ff62f5c72f8ddacd6bb37ba7d65821f0f03b7e dad6a77c028042f9a0f93f9de96d334e673ac36e edc7f01c093bfc7f29bb85e6852f453ba490b731 f49aeab71fca9bb2f44b4b11f4f09a849164331f fc7d7c664ca94a3129bb1f552b79da6f0d04bcb5 Package: ros-rolling-nao-sensor-msgs Version: 1.0.0-2noble.20260425.125142 Architecture: arm64 Maintainer: ijnek Installed-Size: 2567 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nao-sensor-msgs/ros-rolling-nao-sensor-msgs_1.0.0-2noble.20260425.125142_arm64.deb Size: 150938 SHA256: a31648d9dd398899cd291f53b2ad94000af8092354b6ee02f828a9a34f39249e SHA1: 37da4506bd46408553d86ad61f19f77f604226d6 MD5sum: cafbbe7c28410de8f2a3d062ee9fe6f3 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-2noble.20260425.125142 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 1707 Depends: ros-rolling-nao-sensor-msgs (= 1.0.0-2noble.20260425.125142) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nao-sensor-msgs/ros-rolling-nao-sensor-msgs-dbgsym_1.0.0-2noble.20260425.125142_arm64.deb Size: 1270582 SHA256: d0ae96e0bc633942ad3c871a04e0e3488f6b27fad6eeed306fc0b5ffcfac878a SHA1: a4f4368738a8941bf61488a35f5d3ea40996578e MD5sum: d4cbfa9ff3f903b7d82e5003aabe7c6d Description: debug symbols for ros-rolling-nao-sensor-msgs Build-Ids: 0db96e5829ecbfdd73724ade62772ba449565494 24b8348a5b9ad16441aec29d171b567c98c849b3 2667c82b977934afc972f3d9dd3ce153a6d14f79 60236babf404f7f74e4d52788139cf70e246fc54 8378b62729895b53e7e8068b26a19a6c62c928f4 8687780d9b4a80420e3bae63b35424fad9a05665 bca8cda23e95800ca3b8f40cda26540d99f5f4e4 dd5bfca0d785e884a40cf055dffbd291823967e0 e3192da68b189b3697079b15479a5bba87485158 e467f5769c403c8eee44f4dba2c9083d7b21d140 fafe5ba7b3409501c9d588866129449f585f55e8 Package: ros-rolling-nav-msgs Version: 5.9.2-1noble.20260425.141301 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 3518 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.9.2-1noble.20260425.141301_arm64.deb Size: 244834 SHA256: ce7a567664798e3ff1022e528b255d186727ee94f3f7abefb463fb730ab286d6 SHA1: 062052fb57eb78354f331b5a7fd7a40c4e9ac260 MD5sum: 594e154f381647a802f63a80391ac634 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.9.2-1noble.20260425.141301 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tully Foote Installed-Size: 2818 Depends: ros-rolling-nav-msgs (= 5.9.2-1noble.20260425.141301) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nav-msgs/ros-rolling-nav-msgs-dbgsym_5.9.2-1noble.20260425.141301_arm64.deb Size: 2225374 SHA256: 28ddf908797d913d5eb6ebe30f0afe8e0dc34687959cc522b2256e78461dd744 SHA1: 78798740f376cbfa2adf1195ab90a42e77e1283d MD5sum: 4696f33a4f2e65b2618363c8c9618d9c Description: debug symbols for ros-rolling-nav-msgs Build-Ids: 3e6b1545e892af8bdf5d228d3fe3c1d5fb8a631c 484a67f74ab9213dce426dd531a9b15bf8c637f7 7fedad7d40895fe89ab73b9b8c5baca1ce61c35d 87ccb9395e5bb0bb0640961f0a6ef06e0ae314d2 8db86d733f8a6edccd4de2a471b36aa48fc01671 9fa4ace8885521c57308ba0919750925564e7c09 a77f90313e5302f3244204f397e4696de264c604 b632bc3cb1eef4b4806c685834da4dfae6f25a5f c90c5c159ed55842b6b0181a4b90ebd8062188cb d11aced6e6511d0d6b3b9a55137da596b4c04d8e ea2acb667d70b871355df89b58992964b0ca2777 Package: ros-rolling-nav2-minimal-tb3-sim Version: 1.2.0-1noble.20260426.005203 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 428 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nav2-minimal-tb3-sim/ros-rolling-nav2-minimal-tb3-sim_1.2.0-1noble.20260426.005203_arm64.deb Size: 44948 SHA256: 0cdb9bc2f97b6011b0340811353b26dd2c4c2a331563e072a01e0ba7e28cbd77 SHA1: c24d78d53e31255bb85d120e510777a9ca6f82fb MD5sum: 7ebba0c4b7c81ab3160d1e5b1dc75cee Description: Nav2 Minimum TurtleBot3 Simulation Package: ros-rolling-nav2-minimal-tb4-description Version: 1.2.0-1noble.20260425.212347 Architecture: arm64 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nav2-minimal-tb4-description/ros-rolling-nav2-minimal-tb4-description_1.2.0-1noble.20260425.212347_arm64.deb Size: 4513932 SHA256: 505ac307948034c2aa95a9098bc57a22f4ff019e36b7c0de7a6f663773918bc8 SHA1: d91398e2db8f0c0fe01bd6de5ba53d8e53247457 MD5sum: 864a1818900cd40900e72d045e1689d5 Description: Nav2's minimum Turtlebot4 Description package Package: ros-rolling-nav2-minimal-tb4-sim Version: 1.2.0-1noble.20260426.005233 Architecture: arm64 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nav2-minimal-tb4-sim/ros-rolling-nav2-minimal-tb4-sim_1.2.0-1noble.20260426.005233_arm64.deb Size: 10190 SHA256: 0c36a299335748d318b9adc3a8d7ce3881b6f2e3b3c71104b128a381ccc18931 SHA1: aa110df0c22b2209c2d1d2b3c60e4fa872bcc0cd MD5sum: ba79b423a607e51c4da4b7e7c0471600 Description: Nav2 Minimum TurtleBot4 Simulation Package: ros-rolling-neobotix-usboard-msgs Version: 4.0.0-3noble.20260425.135351 Architecture: arm64 Maintainer: AutonomouStuff Software Team Installed-Size: 2327 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-3noble.20260425.135351_arm64.deb Size: 123528 SHA256: 232da57d91a2a9958051e704d7ab134f03a610d2f8d025d39322f424486484bb SHA1: 1020fd9aab0251f5bdeab3ba379d3f1dc162241c MD5sum: 953c08e10ef1f69e9b59a68eeef3e823 Description: neobotix_usboard package Package: ros-rolling-neobotix-usboard-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-neobotix-usboard-msgs Version: 4.0.0-3noble.20260425.135351 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: AutonomouStuff Software Team Installed-Size: 1206 Depends: ros-rolling-neobotix-usboard-msgs (= 4.0.0-3noble.20260425.135351) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-neobotix-usboard-msgs/ros-rolling-neobotix-usboard-msgs-dbgsym_4.0.0-3noble.20260425.135351_arm64.deb Size: 907506 SHA256: 09c8021e8c8fd17ad13c9b915947d770275d86853b548568c6c40fbb0070303c SHA1: 40b62b02efa3013cc3cd4aff2a24e0f4727ab9c1 MD5sum: 76a4708954a96fa1d58df68bbcd424d5 Description: debug symbols for ros-rolling-neobotix-usboard-msgs Build-Ids: 0313e7ec8d3e69ded67186724a3c9d60b00e7af6 325108ec5f394489f5da9e0a5bde0ca58784eccf 35c25ad727101c252751b454165be81b60f95f92 4a638d6351d0d5b7ddfdcd656f26e778ee0a8f96 64c13141fe0e47ada52266d0166223005abf5ee5 6efab652e4f74dace948c8fae6e2949c54167494 8b69d78542dd040aac8b8e312caa750b5a19bf0f a133047ec8a2b9f12c61a8b6e5a5b1c3b7ed59fc bb099b895adbb47c9e84a91ef4c41471145a395d ca64acdf72930c1b4830e39ff46c5b9a9aa41bbe fd0a7e483e6841c839f06f76a6fc29f3f46b666b Package: ros-rolling-network-bridge Version: 3.0.0-1noble.20260425.210401 Architecture: arm64 Maintainer: Ethan Brown Installed-Size: 1227 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libzstd1 (>= 1.5.5), libboost-system-dev, libzstd-dev, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-std-msgs, ros-rolling-tf2-msgs, ros-rolling-tf2-ros, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-network-bridge/ros-rolling-network-bridge_3.0.0-1noble.20260425.210401_arm64.deb Size: 284124 SHA256: 803daf104d7f5ceb0a2271d80554e45a568ae7091300d4c59a8c8436a18903e6 SHA1: 3b4dbfc81e0899aa32ca86ececda81d4413cd28e MD5sum: 39bd656461cbcc714c1079394762dc63 Description: Allows for arbitrary network links (UDP, TCP, etc) to bridge ROS2 messages Package: ros-rolling-network-bridge-dbgsym Package-Type: ddeb Source: ros-rolling-network-bridge Version: 3.0.0-1noble.20260425.210401 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Ethan Brown Installed-Size: 5445 Depends: ros-rolling-network-bridge (= 3.0.0-1noble.20260425.210401) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-network-bridge/ros-rolling-network-bridge-dbgsym_3.0.0-1noble.20260425.210401_arm64.deb Size: 4715366 SHA256: 555f756baa414368e393f8ecc9afe25ed38343e7e958b1acd33c899f523c8dc3 SHA1: d49e7524c82dab441b8c1196708ddea0640b7509 MD5sum: fe7e70ce4b672935f0153409bb287fe0 Description: debug symbols for ros-rolling-network-bridge Build-Ids: 601e73c7a9201a5fadacbc3c8f241527e23502d1 89aea505a6fb4b87264a963c483c02e6b0a1f815 9feb4722b0fb2a1eff80c2e928ac60c2321c738c Package: ros-rolling-nlohmann-json-schema-validator-vendor Version: 0.5.0-1noble.20260425.092546 Architecture: arm64 Maintainer: Grey Installed-Size: 720 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), nlohmann-json3-dev, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nlohmann-json-schema-validator-vendor/ros-rolling-nlohmann-json-schema-validator-vendor_0.5.0-1noble.20260425.092546_arm64.deb Size: 210258 SHA256: db0a8661c03f9ca94a01097c8a828a0d27307c97536af09903bd5ca02f9a5bea SHA1: cd2e9090ff9a0e4a8789517285fa6f7787ecaf86 MD5sum: ff164fd14e275f4de09adf6461672b12 Description: A vendor package for JSON schema validator for JSON for Modern C++ Package: ros-rolling-nlohmann-json-schema-validator-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-nlohmann-json-schema-validator-vendor Version: 0.5.0-1noble.20260425.092546 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Grey Installed-Size: 3405 Depends: ros-rolling-nlohmann-json-schema-validator-vendor (= 0.5.0-1noble.20260425.092546) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nlohmann-json-schema-validator-vendor/ros-rolling-nlohmann-json-schema-validator-vendor-dbgsym_0.5.0-1noble.20260425.092546_arm64.deb Size: 3065564 SHA256: 43364e2d289a34548e045b86a8e7b9ba8948e894447be7e07e210abbbea291f9 SHA1: 43ab1852218437508b735574516894a6c40b4671 MD5sum: 9c4fd772850d4b9a68d116d444d31c9a Description: debug symbols for ros-rolling-nlohmann-json-schema-validator-vendor Build-Ids: 3c6bfb54591ac8e13690ac1fc776d19714a4ab59 6ca59b1a04125046dc060f950f4405ce72d11c2c e601d6ffe98216c681fe4f62616d82fcc02c2ef1 Package: ros-rolling-nmea-msgs Version: 2.1.0-2noble.20260425.135357 Architecture: arm64 Maintainer: Ed Venator Installed-Size: 2226 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-2noble.20260425.135357_arm64.deb Size: 161138 SHA256: ede23c073bd24cd290c1791402892769224777f830a398171eb79bd7ac05d865 SHA1: dd5b18d73523eaba987225a7e087601f27a4ac6f MD5sum: 6533c036964825426ea15d2642dc22f3 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-2noble.20260425.135357 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Ed Venator Installed-Size: 1737 Depends: ros-rolling-nmea-msgs (= 2.1.0-2noble.20260425.135357) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nmea-msgs/ros-rolling-nmea-msgs-dbgsym_2.1.0-2noble.20260425.135357_arm64.deb Size: 1402444 SHA256: effc6dcdb9dc32ee6ad7de056dfd94847165e885d17872ddb4277912585584f0 SHA1: ad9645646adefb2d76659157872bcec1647cc331 MD5sum: 870723177c840710d23bfd2c9d900319 Description: debug symbols for ros-rolling-nmea-msgs Build-Ids: 17857ecfe00c455fba5e70f6e4ac4c2ad70f4ec2 553aa2825c55e34bbd31aa76d6e9110937470cda 57561e5850f3faafd07444370d827ff0721f10d3 5d72c09c909f425971c995753ca9de26d928df4e 6153da293035c8086350ee0948c8b7051001a227 74c2066998518e2b671727745af82f91d8d75332 86f5e1175eb37a855d1806fca15685d7f4514ad9 90ee0fbbe5b61c69b9c55ce7a0e89a1900cb658a 97277e9cf2d6bba3ff351956258c674ac98826d7 e195409e7b358c7011400782c8d5373e21426838 f8e5deac331b143afda126b0588d90055bc7d08f Package: ros-rolling-nmea-navsat-driver Version: 2.0.1-2noble.20260425.201933 Architecture: arm64 Maintainer: Ed Venator Installed-Size: 126 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-2noble.20260425.201933_arm64.deb Size: 24690 SHA256: b49b7a9645f15f44408a525d8d107bcb5f5671784cfc7caf2d1e7ade3c949ca4 SHA1: fc3f74cb718ca434ac6ee48e1a36de6617dae4a3 MD5sum: 2712c43869ea476ad0aa3d49aecbf3fd 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-1noble.20260425.180448 Architecture: arm64 Maintainer: Ramon Wijnands Installed-Size: 719 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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-1noble.20260425.180448_arm64.deb Size: 140844 SHA256: e126eeb1578064f3ee6baaaf7f5fe7dc2ff1ba81cb60790a9383daa63c25dfd1 SHA1: 8eeca2fe445d1c9432827c7074e362104f3ee700 MD5sum: 6a75ab22657fb7cc4d8352fe4cd2f74a 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-1noble.20260425.180448 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Ramon Wijnands Installed-Size: 3014 Depends: ros-rolling-nobleo-socketcan-bridge (= 1.0.4-1noble.20260425.180448) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nobleo-socketcan-bridge/ros-rolling-nobleo-socketcan-bridge-dbgsym_1.0.4-1noble.20260425.180448_arm64.deb Size: 2609822 SHA256: 0ab2d052328f73c91f6fa9432c5c7dc8f14277f7a6d65ddc93af555f1d2ec007 SHA1: 2469e002786999c275a9724111427c9a3f669eac MD5sum: 5bd52f8f3a2992146b17062ab1742cea Description: debug symbols for ros-rolling-nobleo-socketcan-bridge Build-Ids: 36e890e8626e4feafba4a736ab98d0e9b279be2a 49c989df5a259e7b6b30d59bdf41231efb86a798 859ced0f7bbc60f9a9dc43196d98e7640475846a Package: ros-rolling-nodl-python Version: 0.3.1-4noble.20260423.214545 Architecture: arm64 Maintainer: Ubuntu Robotics Installed-Size: 99 Depends: python3-lxml, ros-rolling-ament-index-python, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nodl-python/ros-rolling-nodl-python_0.3.1-4noble.20260423.214545_arm64.deb Size: 18322 SHA256: 89fba7b2c71a46ce288c33590a2a9e49a6f838a76d21a37c912e3a62989b6f46 SHA1: 6d555b02e734470bd66d039791c09991681731ef MD5sum: 349e8f3523cc11a3a0a85d34ef340239 Description: Implementation of the NoDL API in Python. Package: ros-rolling-nodl-to-policy Version: 1.0.0-4noble.20260426.010339 Architecture: arm64 Maintainer: Abrar Rahman Protyasha Installed-Size: 60 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nodl-to-policy/ros-rolling-nodl-to-policy_1.0.0-4noble.20260426.010339_arm64.deb Size: 10096 SHA256: 44487eb5a510fb13cebba11cb79465dab6e71cdbad8698f5c7401f7b4413da75 SHA1: 97b60740096023e095adbd03b4b750022ce2be51 MD5sum: 8f105cd9af5f411fa07f9dc5ec4b8aa8 Description: Package to generate a ROS 2 Access Control Policy from the NoDL description of a ROS system Package: ros-rolling-novatel-gps-msgs Version: 4.2.0-1noble.20260425.145633 Architecture: arm64 Maintainer: P. J. Reed Installed-Size: 7002 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-novatel-gps-msgs/ros-rolling-novatel-gps-msgs_4.2.0-1noble.20260425.145633_arm64.deb Size: 440516 SHA256: 6e9a337173b29873bee5a6c9dd002bf418549ad50dc4ae1ca2ee7cc17887d040 SHA1: ba4c6775f6a435ed2a4cf941e5aabbec72fac9a2 MD5sum: bdc15a05b76ee5ddd58bd91ee16d6577 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: 4.2.0-1noble.20260425.145633 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: P. J. Reed Installed-Size: 4957 Depends: ros-rolling-novatel-gps-msgs (= 4.2.0-1noble.20260425.145633) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-novatel-gps-msgs/ros-rolling-novatel-gps-msgs-dbgsym_4.2.0-1noble.20260425.145633_arm64.deb Size: 3944024 SHA256: 97c4973e05a83708103977423f5eb6b5892c59ff260559f097deb7bb7c9df27c SHA1: 8bc65423d3e99d4440755699b1246d5cce42a132 MD5sum: 6762c745fd0bc28c82fb1192847e5235 Description: debug symbols for ros-rolling-novatel-gps-msgs Build-Ids: 3f9a07b227a1f56b4c0f78d34dcdc9037e76a31f 54f508672cb9a159ce0dbd645147250902800cc9 57c6e6eb5e91f871b1010b4fe2b317c9ea3cd236 5b44bc854a69255f5429b68d2f5d519280b08dc7 6286c82ec3940c27c3cb965da7cb57655ce28986 76bc843cbb46db303af098affb85e12b27175e4c cdbf7443be55b53bab0e9b9344fc272c0ee6e1f8 e00374ccecba510f2cd5693509734987b34d4cb6 ec1ac2e7f2373e7752dd2f15a23fd72339dbdbd6 f050588437f873e868c4ace104f1ba835310683b f1def321f16a8d55e4da838bc95e6a6a614e2237 Package: ros-rolling-ntpd-driver Version: 2.3.0-1noble.20260425.183533 Architecture: arm64 Maintainer: Vladimir Ermakov Installed-Size: 572 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpocofoundation80t64 (>= 1.11.0), libstdc++6 (>= 13.1), 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-1noble.20260425.183533_arm64.deb Size: 108088 SHA256: 86da35d806dc7d0ce2421eaddf3db8770617b08783de21bb0b6496a9abef0b66 SHA1: b33fd51ace0a8fa1a189836db43894f58e202881 MD5sum: 605088aebf31728c04dd67b7099406aa 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-1noble.20260425.183533 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Vladimir Ermakov Installed-Size: 2453 Depends: ros-rolling-ntpd-driver (= 2.3.0-1noble.20260425.183533) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ntpd-driver/ros-rolling-ntpd-driver-dbgsym_2.3.0-1noble.20260425.183533_arm64.deb Size: 2093902 SHA256: e0a19b2fa70bf25856bcbf348ddb55ce0fbbca6d99791878c5c74dfcc7edbcf2 SHA1: 913365d2701e1dd97763858e8e551d79e8280d61 MD5sum: ce785b0ccd3b36499497b91d87a84331 Description: debug symbols for ros-rolling-ntpd-driver Build-Ids: 66a7fa51c63ecc1aa9a29a1879680fc2daad4f8d 85d818ad9aeec7424cf7b748afc34a3828e89886 Package: ros-rolling-ntrip-client Version: 1.4.1-1noble.20260425.201216 Architecture: arm64 Maintainer: Rob Fisher Installed-Size: 114 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-1noble.20260425.201216_arm64.deb Size: 26360 SHA256: abdbe8003b7c19195ad5d84eebaaaeaaccc800e48907e9a81272d164dc4a89b2 SHA1: 3bfa9e0263847a5c861a8587d68907c569af388b MD5sum: 2efd3c82853c513a6d0b46ca37ded070 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.4-1noble.20260425.183555 Architecture: arm64 Maintainer: Nick Hortovanyi Installed-Size: 313 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-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.4-1noble.20260425.183555_arm64.deb Size: 70922 SHA256: 2b84f103de27c7badc500f6b00823125ae249a1e78e2e57de8e634b6bca9c650 SHA1: 10a2c6d94b3d413a8f061cc58a2c5ac50ca1fef5 MD5sum: b10ce9fd1639cf1a5e333306cba0866d 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.4-1noble.20260425.183555 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Nick Hortovanyi Installed-Size: 1304 Depends: ros-rolling-ntrip-client-node (= 0.7.4-1noble.20260425.183555) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ntrip-client-node/ros-rolling-ntrip-client-node-dbgsym_0.7.4-1noble.20260425.183555_arm64.deb Size: 1183412 SHA256: a7786f2b4ffef1887d2352ff153f2907699a55bcee8c2937f7ffccfc89f70130 SHA1: f9c2749ace239fcebc29dc05180d70928177c7aa MD5sum: 8c8a4688c65a82a2a78806697754794d Description: debug symbols for ros-rolling-ntrip-client-node Build-Ids: 240109e768040d84a09b0b0e1d490d4c3d2e5178 cc4cbf3671246e63d902a7004359d3e0bcb37a9e Package: ros-rolling-object-recognition-msgs Version: 2.0.0-4noble.20260425.143821 Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 3619 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-4noble.20260425.143821_arm64.deb Size: 251588 SHA256: a156a001a4bd3b6378974f68d5eb1578dc357e65259bd74fdb2dac73d84de87a SHA1: 58adda7804ca5913ade16f06e7406f9693ee0518 MD5sum: 13e565ce6a1117cc27a9ce4c73ba91e0 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-4noble.20260425.143821 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 2904 Depends: ros-rolling-object-recognition-msgs (= 2.0.0-4noble.20260425.143821) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-object-recognition-msgs/ros-rolling-object-recognition-msgs-dbgsym_2.0.0-4noble.20260425.143821_arm64.deb Size: 2277002 SHA256: 21a197c3ecc981598728b08e8fbf5e78ef86a7d99e140514db0386e408126da8 SHA1: 864897f3b291587824dbd9f06b5be917f152911c MD5sum: 459322c52a5840affd7636e86c91a151 Description: debug symbols for ros-rolling-object-recognition-msgs Build-Ids: 0d1453764518bc848b8c49f6a1be8056b862760a 2743e7121582cf641781c2e3bcf87f74f98ddb5d 2be6d0366c30edd1ad71a0e86c6b3d66195f0de8 4cf27d068a3720807722b54d7e74436d692ee1a7 55c04d9b9f0d7fb145846914f82c3f69bb8ef186 8010a9f6aba8dce00ff87e88cdf7d557b280c282 8de3b44d0c4afb6c172a569050fe005c19ed3473 b4939167cf04f95c442c7d9ac53e322f16054d44 c27ab315fd59820223aa43b49521d7c1995e390c ca2a324f7e3461d56b6c05d7682fe3b64c670f93 f66345f717ba566d3126baaab45cf24a88a4cd12 Package: ros-rolling-octomap-mapping Version: 2.3.1-1noble.20260426.001326 Architecture: arm64 Maintainer: Wolfgang Merkt Installed-Size: 44 Depends: ros-rolling-octomap-server, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/octomap_mapping Priority: optional Section: misc Filename: pool/main/r/ros-rolling-octomap-mapping/ros-rolling-octomap-mapping_2.3.1-1noble.20260426.001326_arm64.deb Size: 5904 SHA256: ece68ca32aa77db3c2917583c0dc579ddf6d803918584e3d2e28888095061379 SHA1: 62d96d2660a3f5dbf00251f9ad8ba20acc878fd1 MD5sum: ee00b21e4f90ae38c8672ed5320284e8 Description: Mapping tools to be used with the OctoMap library, implementing a 3D occupancy grid mapping. Package: ros-rolling-octomap-msgs Version: 2.0.1-1noble.20260425.141506 Architecture: arm64 Maintainer: Wolfgang Merkt Installed-Size: 1815 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-1noble.20260425.141506_arm64.deb Size: 125250 SHA256: 6632e25aeaafc01c87daa3492a60de3480b9f49bb6932cfc3b9cd83d1a34fb8e SHA1: 169e6a1d791a4adb18566c330465b114aa05dc95 MD5sum: 803cdc2344808f8306fe67be10cc27cc 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-1noble.20260425.141506 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Wolfgang Merkt Installed-Size: 1151 Depends: ros-rolling-octomap-msgs (= 2.0.1-1noble.20260425.141506) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-octomap-msgs/ros-rolling-octomap-msgs-dbgsym_2.0.1-1noble.20260425.141506_arm64.deb Size: 860776 SHA256: 3360ec2842ee2fef6042cfca68af2b54369a72e45e03a61ca7ea14c4e9ccbb66 SHA1: ab65b5b7f2b7c1406bd658d183eda22d9e2fea12 MD5sum: 3f5e71aed94c109e5945b4f741cde988 Description: debug symbols for ros-rolling-octomap-msgs Build-Ids: 06121d4e8487fc29368c587081c8b40eec4541e2 0f5b344d6b6580fc51d13e616ad6ca22526d162e 20f4521d7122500e262d7ac783f34e837b0885ef 2c2366044a1be4e480fd4c012c28c0794cce363e 6ef44c12a6db69101f8652f41d3e25769f9b2a7d 99a68d07d6abef376e14de99048b993bf7baaa63 a1b9ee8faffd7699337616b0d88621c471c7d605 bac6f5afb737b6d6a580d082ad9ccd2192635438 be9faa77b449be5014d57fc572707855183924c4 e03daf181dfdcca4f95161183ea929de96f75bbe f5221cb7f553ca87c548f79536075ffa8e11364b Package: ros-rolling-octomap-ros Version: 0.4.5-1noble.20260425.160928 Architecture: arm64 Maintainer: Wolfgang Merkt Installed-Size: 133 Depends: libc6 (>= 2.17), 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-1noble.20260425.160928_arm64.deb Size: 16694 SHA256: 5ad43334d46e4471cf5dc2d6c05f0aeac94c66d193159b73cd24d1de02797331 SHA1: 6a7f918735e105b146f460338a8b3ddf35fae148 MD5sum: ab339fe20af417a4faba25106fe8b729 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-1noble.20260425.160928 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Wolfgang Merkt Installed-Size: 120 Depends: ros-rolling-octomap-ros (= 0.4.5-1noble.20260425.160928) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-octomap-ros/ros-rolling-octomap-ros-dbgsym_0.4.5-1noble.20260425.160928_arm64.deb Size: 102950 SHA256: b0630d9d2a59952af141aa4076a94fce2c59910019f43ccca5e2506e0599cfdb SHA1: 178b4f4dce23e31a4985e5d38dca1ce49bdba998 MD5sum: c8fc82ead0c00565928febf1a86813aa Description: debug symbols for ros-rolling-octomap-ros Build-Ids: f2303c362fa63251ea6604c1379ca1bbea227358 Package: ros-rolling-octomap-server Version: 2.3.1-1noble.20260425.235700 Architecture: arm64 Maintainer: Wolfgang Merkt Installed-Size: 4823 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgomp1 (>= 6), liboctomap1.9t64 (>= 1.9.7+dfsg), liborocos-kdl1.5 (>= 1.5.1), libpcl-common1.14 (>= 1.14.0+dfsg), libpcl-filters1.14 (>= 1.14.0+dfsg), libpcl-segmentation1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), liboctomap-dev, libpcl-dev, ros-rolling-geometry-msgs, ros-rolling-message-filters, ros-rolling-nav-msgs, ros-rolling-octomap-msgs, ros-rolling-octomap-ros, ros-rolling-pcl-conversions, ros-rolling-pcl-ros, ros-rolling-rclcpp, ros-rolling-rclcpp-components, 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-visualization-msgs, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/octomap_server Priority: optional Section: misc Filename: pool/main/r/ros-rolling-octomap-server/ros-rolling-octomap-server_2.3.1-1noble.20260425.235700_arm64.deb Size: 648880 SHA256: 7e3b703bc16379bfc878d815e74f9f7c418e71df27332145c2b1815ed452dc7e SHA1: a1797df2b22c42d6af9d1a1ae9136ff329ac35d7 MD5sum: 9d5d85842e370857c6828533e9bb878e 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-rolling-octomap-server-dbgsym Package-Type: ddeb Source: ros-rolling-octomap-server Version: 2.3.1-1noble.20260425.235700 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Wolfgang Merkt Installed-Size: 29553 Depends: ros-rolling-octomap-server (= 2.3.1-1noble.20260425.235700) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-octomap-server/ros-rolling-octomap-server-dbgsym_2.3.1-1noble.20260425.235700_arm64.deb Size: 25563450 SHA256: 2c02e3dd06df72a4d08ce1da55c31ce31d7628d78f9b4404e95e1e4c3227a553 SHA1: a9c257638cf9fd51f0a3d6730a3283f15ccac353 MD5sum: b9f440370457fe981d0b67df4fb88bc4 Description: debug symbols for ros-rolling-octomap-server Build-Ids: 00a70095fb02ed1acc62d8a011ed16d6f355caa4 0201c36b248511ba9ce942f630420c50e2f5329e 198c3eba85f958d71fa8a28ae1bc5cef802da314 2e78119b610172e2917620363f9ffbbb33f69aa0 31793e4477437cdfc461c09e0e55e12d4bdc257c 7fb49e81a955d6f9fa1004552336d8b8719a202b 7fe475436d6f445fb63e69161ea7e6d624ae4d63 8c40ecfa69d9ebad73d84aa7d5b9e586596af357 bd0e8823ab1669d53737b27fa5b38e9d2525150f c4f0fd3c045899bfdbb505768cddd3c48eca94b9 fdeb3a191119eed8d0e85e3034dc650871b24e9a fe8381a4d3d2280dd0234abe01e1a31e566fe372 Package: ros-rolling-odom-to-tf-ros2 Version: 1.0.8-1noble.20260425.214103 Architecture: arm64 Maintainer: George Stavrinos Installed-Size: 565 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-geometry-msgs, ros-rolling-nav-msgs, ros-rolling-rclcpp, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/odom_to_tf_ros2/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-odom-to-tf-ros2/ros-rolling-odom-to-tf-ros2_1.0.8-1noble.20260425.214103_arm64.deb Size: 107284 SHA256: 059befe191741e2ba79baac288b329edbcb7bdf8205d1fe4399340b33deccd9b SHA1: fc5aebe985f120c80ab6a860d72e0506d86ba22d MD5sum: 69b5f18abb7f094be2b6f74a37ed8f83 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-rolling-odom-to-tf-ros2-dbgsym Package-Type: ddeb Source: ros-rolling-odom-to-tf-ros2 Version: 1.0.8-1noble.20260425.214103 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: George Stavrinos Installed-Size: 2340 Depends: ros-rolling-odom-to-tf-ros2 (= 1.0.8-1noble.20260425.214103) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-odom-to-tf-ros2/ros-rolling-odom-to-tf-ros2-dbgsym_1.0.8-1noble.20260425.214103_arm64.deb Size: 1973840 SHA256: 80b9b8ec4ddcbf92a7f3e949a647b9167d5b5fcb3898c102bc7520d086a27f12 SHA1: 7a14029633d8f1337d2e980e1ebcabefd887e14b MD5sum: 560ebee3d6dbb9830a05f9084372e77d Description: debug symbols for ros-rolling-odom-to-tf-ros2 Build-Ids: 99e120b6fa8dc76c3f494e253df8a7ee6e35c24f Package: ros-rolling-odri-master-board-sdk Version: 1.0.7-2noble.20260425.062314 Architecture: arm64 Maintainer: Maximilien Naveau Installed-Size: 577 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-odri-master-board-sdk/ros-rolling-odri-master-board-sdk_1.0.7-2noble.20260425.062314_arm64.deb Size: 77376 SHA256: ceab52f220e7fe445f147defe8f19b9ad99eb41ed79bfdea30d3e9e09b83f9f4 SHA1: 7935e3bc4084cff36a1312edc3257c6aa928799d MD5sum: 782931bcb7242ef1cd80ba8e80af7fd7 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-2noble.20260425.062314 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Maximilien Naveau Installed-Size: 827 Depends: ros-rolling-odri-master-board-sdk (= 1.0.7-2noble.20260425.062314) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-odri-master-board-sdk/ros-rolling-odri-master-board-sdk-dbgsym_1.0.7-2noble.20260425.062314_arm64.deb Size: 597064 SHA256: f70f762d633cb6424a9f44e2b598aadf70cce6cc893fd33bfd449d82387737df SHA1: d5f8cf761c185fda801f4878dbed4236a0c818ec MD5sum: 77bb209e47ed5f45e610848234d569f4 Description: debug symbols for ros-rolling-odri-master-board-sdk Build-Ids: 1c147b44308277090e6d840f0b7537a104313e7f 77a1cf586ee38da9ca3c16538c6a742632516488 ad6b4835990ae79d5af27d541d45270007b8aa9d df17161d9ad38c10dc468c17513c99e2ef3f7b59 f2b7bd5f8083f53836ef514169e4d26cb3520f5c Package: ros-rolling-off-highway-can Version: 1.3.0-1noble.20260425.171314 Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 872 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-can-msgs, ros-rolling-diagnostic-updater, ros-rolling-rclcpp, ros-rolling-ros2-socketcan-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-can/ros-rolling-off-highway-can_1.3.0-1noble.20260425.171314_arm64.deb Size: 150424 SHA256: 50918b1e92acf38a3555057ff4bd8cd888f24df63ccff1c6c8bfe27454a43169 SHA1: b0bec01aab4b250458599fb3bada33192aa86661 MD5sum: ba3e87eab71cd004b3b96d45781f9d93 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-1noble.20260425.171314 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 3799 Depends: ros-rolling-off-highway-can (= 1.3.0-1noble.20260425.171314) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-can/ros-rolling-off-highway-can-dbgsym_1.3.0-1noble.20260425.171314_arm64.deb Size: 3160822 SHA256: ccdbcca41183382f5f2e50b251f54b1dc345b22797c93fce0a8f604c9eb06b78 SHA1: 4f057256f9fe009cdbe3acfde40bba42bf149311 MD5sum: d14b86a89b556c31b8c752330ecd8732 Description: debug symbols for ros-rolling-off-highway-can Build-Ids: 49adce93231425888aca715482f63cf3f6549794 Package: ros-rolling-off-highway-general-purpose-radar Version: 1.3.0-1noble.20260425.180619 Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 605 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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 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-1noble.20260425.180619_arm64.deb Size: 146448 SHA256: 92936e61feaa3cf43327cefda412256ea097e2ee834149b16363b7a1eb8f4022 SHA1: 970708577b08bf4f05d26cadcdc3eae1f4e533e2 MD5sum: f182d2b1f07468ad3b894861f4588a2d 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-1noble.20260425.180619 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 2591 Depends: ros-rolling-off-highway-general-purpose-radar (= 1.3.0-1noble.20260425.180619) 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-1noble.20260425.180619_arm64.deb Size: 2340096 SHA256: 6701cce2ce6dc82c35ed2d658675b2704788e587e3a90add38c46f4e1d4f3b98 SHA1: 393db0acce81e0c6fa9386ea30ea344236796aef MD5sum: 768514b460b4e71af574699becbf6ad3 Description: debug symbols for ros-rolling-off-highway-general-purpose-radar Build-Ids: 4455af53d55498bf5ee51a143742ffd99f56c94a ff442be7923221ff849e9360f28d5b6e6819f026 Package: ros-rolling-off-highway-general-purpose-radar-msgs Version: 1.3.0-1noble.20260425.145650 Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 1602 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace 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-1noble.20260425.145650_arm64.deb Size: 91142 SHA256: 6a118cdd649ec717763ba0621ebcd5e2a269b2ea14f76d2e67e358b08b4ae0ab SHA1: eb1340608a734b4518ecf6d47d6dad58824bdeac MD5sum: 28f83a9da0bc5220b776ba00690daca3 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-1noble.20260425.145650 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 832 Depends: ros-rolling-off-highway-general-purpose-radar-msgs (= 1.3.0-1noble.20260425.145650) 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-1noble.20260425.145650_arm64.deb Size: 609552 SHA256: 79424702e8efd66937b72aaf1855e19562063d8f379a587dd7a0e9d1b95d98e3 SHA1: 5b67041c2a7075dbfe67bbe4219254ad684d6e0b MD5sum: 0c1f29adedce6fc74180790a333bee8a Description: debug symbols for ros-rolling-off-highway-general-purpose-radar-msgs Build-Ids: 11d2b8cca9a46ca92a414b0a295fcb9c1bba992b 127fa84454469f2114fb900080fa1dcfedeeb5cc 497bdae64aa027191fe8581899ddce2b061a37c7 4dccb88d762c7e258cdd15231fbaebe820051961 6377eeee11269817392aea1ba14b93f4888817a9 6aaed859e0ab6e0684d8903f1e293e4246479d4d 7986a055e48c95bc49ea6950d0b760399f44b2b7 9717b86907b568e360c2c8ec305b95b72f8900df 977ea49b7abeeb7f79c68b6de5a60e98a7c6af6a b7a65c211298d797351e3fa3f930416670bdc5ec df6543a5440e78db7b3947fbe6d8a795bcd5cb40 Package: ros-rolling-off-highway-mm7p10 Version: 1.3.0-1noble.20260425.180801 Architecture: arm64 Maintainer: Darius Man Installed-Size: 403 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-mm7p10/ros-rolling-off-highway-mm7p10_1.3.0-1noble.20260425.180801_arm64.deb Size: 85700 SHA256: 4511b31724a5ac8a64024d8a5b3321090c223b875b451f0c87ee1f8a9523a1ed SHA1: e434fe5007329b135d8e904e5ba395180e3a6b9c MD5sum: 81274bcd827d5c25f247979efd300f9e 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-1noble.20260425.180801 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Darius Man Installed-Size: 1568 Depends: ros-rolling-off-highway-mm7p10 (= 1.3.0-1noble.20260425.180801) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-mm7p10/ros-rolling-off-highway-mm7p10-dbgsym_1.3.0-1noble.20260425.180801_arm64.deb Size: 1413766 SHA256: 87c406730a9f2e9a91e0cf8402ebfd9eb16ab5fd155f584a5d9c6bd4047d868d SHA1: 7ae5e2d4aa1661f6e5a26a3612a71b92546397ed MD5sum: 8f9867dd72df793316ae23b6d1ea0fdb Description: debug symbols for ros-rolling-off-highway-mm7p10 Build-Ids: 867889bcb6bd1e5515b7761ff88bbe4fa0c99748 b2023f9f0bcfb77eb53e14dca249fa8253039d91 Package: ros-rolling-off-highway-mm7p10-msgs Version: 1.3.0-1noble.20260425.145737 Architecture: arm64 Maintainer: Darius Man Installed-Size: 1045 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-mm7p10-msgs/ros-rolling-off-highway-mm7p10-msgs_1.3.0-1noble.20260425.145737_arm64.deb Size: 46720 SHA256: 78406547caa24e6ecb09fbde24180a498995e8bfbad29a7fd9c8755bb15cda00 SHA1: 23485546889f177deed6ea95ebb3d3d6c0185bf4 MD5sum: 63df05afda1a21d876cd83ad52e92513 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-1noble.20260425.145737 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Darius Man Installed-Size: 303 Depends: ros-rolling-off-highway-mm7p10-msgs (= 1.3.0-1noble.20260425.145737) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-mm7p10-msgs/ros-rolling-off-highway-mm7p10-msgs-dbgsym_1.3.0-1noble.20260425.145737_arm64.deb Size: 196012 SHA256: 2c80b0dd9387499f6959e20f8ede2e68d28651ffab69eb770814d68b990cb911 SHA1: f3a74de1d0456d444c5fb84220ca4d53eabcfa59 MD5sum: 9d57e63bb93e9e1dcc5d8282a93f22f3 Description: debug symbols for ros-rolling-off-highway-mm7p10-msgs Build-Ids: 5347d5c53807ae8baae46adfcc4d34575380a36a 6ab76a84fbf5dd5da4feb46a89974cea1ca9a238 6ba0dfc596e590386db9f47f646b7f8efd138be1 7d10a5b43149d42a7fc68aff6620aef1e20339d4 7da57c7cb9c000b714f8e8ea6c3cd80ddc06d69b 92bf65283eb351bfdd0c9b96c76b3bb2f49414ac ace550bef06e82abd7914031b661930353483d17 b58345ed8733d5a7afb62181ee9e936104dd8e0e c0aa19787b4dfe52dbef8b9526f0c209b11692f3 cced2fe9b62c60cd960276ecc39eb79a9ca9d91f ce562dd336ee2e259fc5a0e4ac8ef5f9786bff53 Package: ros-rolling-off-highway-premium-radar-msgs Version: 1.3.0-1noble.20260425.141516 Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 3622 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 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-1noble.20260425.141516_arm64.deb Size: 223302 SHA256: 4f8c47a0d6b4299ced01a8a99fca0f1c21f637a045ec002e4f5249d0e43bde24 SHA1: 924a0793f392988ccaa388cdf0e96d350642ffd4 MD5sum: b238563b7f7ad6835a28a1e010609da1 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-1noble.20260425.141516 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 2339 Depends: ros-rolling-off-highway-premium-radar-msgs (= 1.3.0-1noble.20260425.141516) 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-1noble.20260425.141516_arm64.deb Size: 1748146 SHA256: c07b33fbb70c9397d583df44e6d93a45032f4f90523a8b15c5cd93627e7c8b50 SHA1: ef013531d073dd6d1262388547750a27c98c72a7 MD5sum: 2e9cd5c400cb4a319804f48a1d80cfc3 Description: debug symbols for ros-rolling-off-highway-premium-radar-msgs Build-Ids: 0c350aff2bebb1d1f5a09cbf914d40fd4b4eb592 2912101d7379bf3dae29dbb074d5964cee8fa9e0 2d85afa44d7b5e0833a564e238841183514a95ce 34daa2542a824c9e2b8a4c089dc209782f02b2bc 3652b6f99d6722f667a71db728577e3320832151 3cd3cc9596d3327452b0b9fde19172464a216bf8 4d1993f9c5987c49ebf65d5b09ae7b65ad88d62f 664138b368fcc33851afe6ea29e9d074365fbddc b48bb293fc3fd864aab9575d90e1c43d85759a95 b72186f06fef230009518de8a710f487bab3ddbe e9d4a13e0d4a02a2283d73493f70c275565cb2c1 Package: ros-rolling-off-highway-premium-radar-sample-msgs Version: 1.3.0-1noble.20260425.141522 Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 5356 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 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-1noble.20260425.141522_arm64.deb Size: 313190 SHA256: c543abfcd3e5472faa0ce0880c7d94460b8bb6679226dfdf0d16bb249f94de71 SHA1: 81015e711a3bfbd74f91973327458c0019c684f7 MD5sum: d69fc35c0764d6519a9e688b150e09c2 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-1noble.20260425.141522 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 3580 Depends: ros-rolling-off-highway-premium-radar-sample-msgs (= 1.3.0-1noble.20260425.141522) 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-1noble.20260425.141522_arm64.deb Size: 2671034 SHA256: 236e45081bf9b6ea16870c809321accffdeefba05c3f3af19ddbf43d8bfedadd SHA1: 04cfdb5ee7aa58873dac2cbb21a3077e63d96a37 MD5sum: 1970f9aca42cc4c1254cf77b96e2b995 Description: debug symbols for ros-rolling-off-highway-premium-radar-sample-msgs Build-Ids: 1baf5e6e82eb3ea73563c8ca4f680931c67582ed 23e45eb8dc34edc82dc30400033da3aa313ec0fa 27190d1a79a188d85fa6ab63b63f7d72c976f549 311f66ac133a562de66bbc808f246ad2a5065040 41e9e6eda4f91339c0fc94b6c2e8544e1100a3a2 54d7497072886c5458bffaee6619904ae8ca5a99 7b7d555b065d866ade23efdc255eeeed8b3b412e 8eff55873044e33ae23ccba7654a4c8daaf28692 a7a82367d83f2c58a6f76d5c12f55a85330087da d3875334a6049723d11c866238aaad71f3287f13 e994e1b1465efb33df5c90154a8c15f0ead4f6a8 Package: ros-rolling-off-highway-radar Version: 1.3.0-1noble.20260425.180745 Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 994 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-radar/ros-rolling-off-highway-radar_1.3.0-1noble.20260425.180745_arm64.deb Size: 206290 SHA256: dc496d00afffd53ecf5b7407f44ea2b04aae3a26625d393ee3d30f90124a58c4 SHA1: d114f7733c35eefd949a959cd496e3e32ba06f55 MD5sum: 0d7ef6c0dd458042191b8c04c322839d 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-1noble.20260425.180745 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 4716 Depends: ros-rolling-off-highway-radar (= 1.3.0-1noble.20260425.180745) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-radar/ros-rolling-off-highway-radar-dbgsym_1.3.0-1noble.20260425.180745_arm64.deb Size: 3971646 SHA256: c25f2a2eb0e86560a2dff6bce307db763b670b610162f34407cd579b43700769 SHA1: fa4da897b004f55158d6b9c24baa729e02a9c97d MD5sum: b45ceb0b617ce53acf130ce740e2f72e Description: debug symbols for ros-rolling-off-highway-radar Build-Ids: 3dabae16334024cbf4b6272685d18c9dbbba285b 52c371186bab39cfc4e59294e4856d6f0b54f05f 8c7b3b5e25156949d0d450a6868c443fb164bdd3 Package: ros-rolling-off-highway-radar-msgs Version: 1.3.0-1noble.20260425.141848 Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 1570 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-radar-msgs/ros-rolling-off-highway-radar-msgs_1.3.0-1noble.20260425.141848_arm64.deb Size: 94568 SHA256: 81452a685881eafdc690447f1ad8a6e2c770cd6074e6b275e07ef425036fd928 SHA1: c8bc1717ab4f0cc69b8853a7e234891274f3ae7f MD5sum: d029e0ee2223366bfb45744172ddd5a6 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-1noble.20260425.141848 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 843 Depends: ros-rolling-off-highway-radar-msgs (= 1.3.0-1noble.20260425.141848) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-radar-msgs/ros-rolling-off-highway-radar-msgs-dbgsym_1.3.0-1noble.20260425.141848_arm64.deb Size: 623462 SHA256: f42b553cd3730d08fcff229c074e81925c723011388f1ef2547f78656a34831e SHA1: 9c6645db2d3702f795244aa18e00c99c3f04c3f4 MD5sum: 38df76d5e88747959c7a5d18393fdf44 Description: debug symbols for ros-rolling-off-highway-radar-msgs Build-Ids: 1dc8f40a8da2bcc42d4c5459af1e9ef3ff3ccb0a 203116547fcce8564f02dc44e8ec2297470e6c4a 4961dd0afc15c822bda5943376104a442a0ce227 522e543edad1f4a4a5cb3ca404ecd30411af0ea9 5b61c0cd61a1d630362017eafbd21d8b220f0735 8abb7d87e2e9cf4eb8bd476cc5f80ab04e49c13b 97ef74c7eda3f824df53730a9cb0bfd4bc3332bc 98998cf34aa8bb22cda1326bb80ca89728464025 af14ccbde7396ce18206eec306556ebd7ef51643 d090654ae9d382126c3b1510bcb3f32035dca57f da1113cc31c47f95fb0b4af2903831d004362421 Package: ros-rolling-off-highway-uss Version: 1.3.0-1noble.20260425.180947 Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 1124 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-uss/ros-rolling-off-highway-uss_1.3.0-1noble.20260425.180947_arm64.deb Size: 222282 SHA256: 54b0cfb8a7e248a65aabe7e205bc8b0e3c690595dde526da23f2e6ccb6633632 SHA1: e5b00559ede7dec0c0d53749f7729692773ee72c MD5sum: fa21ce23e4ce54e1efcc6374b677f274 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-1noble.20260425.180947 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 5286 Depends: ros-rolling-off-highway-uss (= 1.3.0-1noble.20260425.180947) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-uss/ros-rolling-off-highway-uss-dbgsym_1.3.0-1noble.20260425.180947_arm64.deb Size: 4378610 SHA256: 3200e39604c4262afcab6d8da14e400a3d2c5bcfbf260e97bc53b9d88f52f625 SHA1: 9b27128bb1d8d1fc30b5945b7ce6e5792181ea38 MD5sum: d8402969a1bd8ff3a44915ad8b205fba Description: debug symbols for ros-rolling-off-highway-uss Build-Ids: a02afc8755d022d98cd8ea4b4d7122c26f8263fa ba40363cd8918b36d800b480fc04e5eb11d25378 d862d1bc3ba4a32b5f5e6f1df15c453c04fdea1e Package: ros-rolling-off-highway-uss-msgs Version: 1.3.0-1noble.20260425.141853 Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 1721 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-uss-msgs/ros-rolling-off-highway-uss-msgs_1.3.0-1noble.20260425.141853_arm64.deb Size: 108590 SHA256: 39c889569ba211eef43923d48577955728d57d34c8f797c3f2de1c1f1cac2b67 SHA1: f6aca68409736df0fc4695736eee96a2fa525ef4 MD5sum: 68586ddd15db905ce56ed9aca2b1b210 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-1noble.20260425.141853 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Sarah Huber Installed-Size: 1092 Depends: ros-rolling-off-highway-uss-msgs (= 1.3.0-1noble.20260425.141853) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-uss-msgs/ros-rolling-off-highway-uss-msgs-dbgsym_1.3.0-1noble.20260425.141853_arm64.deb Size: 826922 SHA256: 7a7345bc1b1fb070569ea0fba843989552f2390a60e3502fd031943ad0376731 SHA1: 2181fa579269cff601411e2050f985c907c4fdd8 MD5sum: bf90457b5555e43149032d6c6cd8df6c Description: debug symbols for ros-rolling-off-highway-uss-msgs Build-Ids: 1fb2a2addfef912e61d33b3be7e1775412afd5d8 3184f03e786e3c5b8bbda20a974e1f5157a6c9b3 3276565f23e878c05e3a4619624e20d846f3b814 6ab5a88dbe4c39e20ec7ffab5a389def9a91bc8a 940dc13c836a1e9929f82d44612296de6d0a5dec aa9e4cc34385f6198dd7c3edf3627b437f430ed4 b244a4f04719d66c7e3a9366fa01936f2cdf1b22 e1f39e5f6f32709e9b9f83c2af5796236c24649a e2d32780e4d8dffc01a25b73164f81be94266b33 ea39e93b5b2831f8cf88e9a8948f7f934e584ead f32d2b7ad822f7c15cbb95404213da72bd7e2bfe Package: ros-rolling-om-gravity-compensation-controller Version: 4.1.2-1noble.20260425.230441 Architecture: arm64 Maintainer: Pyo Installed-Size: 880 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), 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-kdl-parser, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-realtime-tools, ros-rolling-rsl, ros-rolling-tl-expected, ros-rolling-urdf, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-om-gravity-compensation-controller/ros-rolling-om-gravity-compensation-controller_4.1.2-1noble.20260425.230441_arm64.deb Size: 161158 SHA256: 6d4bb7e1600204aec2417f73f786d2d181169dc9196c24ba3b694da03b6b2f9b SHA1: 2782b4c92445cbfd9296635b9e0674b04ac43941 MD5sum: 56513c85aa1651a7072b26db8df6efca Description: Controller for compensating for gravity on a group of joints Package: ros-rolling-om-gravity-compensation-controller-dbgsym Package-Type: ddeb Source: ros-rolling-om-gravity-compensation-controller Version: 4.1.2-1noble.20260425.230441 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 3539 Depends: ros-rolling-om-gravity-compensation-controller (= 4.1.2-1noble.20260425.230441) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-om-gravity-compensation-controller/ros-rolling-om-gravity-compensation-controller-dbgsym_4.1.2-1noble.20260425.230441_arm64.deb Size: 2973032 SHA256: 181af8fe33f404fdb46c46d86eb0a346e8106a288a8a5f39c5e8724db6ab6825 SHA1: fca8e0e4cbc3b09748187a7597740707c994c3fe MD5sum: d0f370314931449d1c62b61dbf16fd1a Description: debug symbols for ros-rolling-om-gravity-compensation-controller Build-Ids: 7d3ed3980446024df85e323b9a9faad0e224f2ef Package: ros-rolling-om-joint-trajectory-command-broadcaster Version: 4.1.2-1noble.20260425.233430 Architecture: arm64 Maintainer: Pyo Installed-Size: 680 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-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 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-1noble.20260425.233430_arm64.deb Size: 146032 SHA256: 24de0e9c5cc426063fb0eba829c659d251cf51b9d0488a88711340ac6712df79 SHA1: ea679cd7773f0cbb1dd3a9bbbbd15f86cdcb5687 MD5sum: cf44e3cb392d152da0b515d4190ada6b 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-1noble.20260425.233430 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 2988 Depends: ros-rolling-om-joint-trajectory-command-broadcaster (= 4.1.2-1noble.20260425.233430) 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-1noble.20260425.233430_arm64.deb Size: 2585708 SHA256: aaa50195d94509469e85b7f92937147b38708931a61b940ec498ad39b784200d SHA1: 16b4b67dd791ed5368b37ea9ac895bce9cc0d1da MD5sum: ab7a3c2d1bd1e505ae5e40e8cda8573e Description: debug symbols for ros-rolling-om-joint-trajectory-command-broadcaster Build-Ids: bb96a817f8da532bd349d96adf46b83cb69dc886 Package: ros-rolling-om-spring-actuator-controller Version: 4.1.2-1noble.20260425.233515 Architecture: arm64 Maintainer: Pyo Installed-Size: 231 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-om-spring-actuator-controller/ros-rolling-om-spring-actuator-controller_4.1.2-1noble.20260425.233515_arm64.deb Size: 57890 SHA256: 9e19ae9dc4577380b81509b9bfb876982b5e0e576b3e09b2e349189f9d3d19fd SHA1: f5857973b7022f1f4d7e5f00e57d821323852011 MD5sum: 95eb994cf7373b4f16d9423a17f7dd68 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-1noble.20260425.233515 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 764 Depends: ros-rolling-om-spring-actuator-controller (= 4.1.2-1noble.20260425.233515) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-om-spring-actuator-controller/ros-rolling-om-spring-actuator-controller-dbgsym_4.1.2-1noble.20260425.233515_arm64.deb Size: 709876 SHA256: f55267a6b3d90aa2cef3b5703c4ead3631e7d9bad76962c381dcd0d131625e4b SHA1: 81018018e760c4d0b9cf350a8fe69d94eca75f6f MD5sum: e11acae27d5a2bdb4abc310cae88e600 Description: debug symbols for ros-rolling-om-spring-actuator-controller Build-Ids: 2825ff64191c6e85016cb0efebfb046640053c21 Package: ros-rolling-omni-wheel-drive-controller Version: 6.6.0-1noble.20260425.225959 Architecture: arm64 Maintainer: Aarav Gupta Installed-Size: 1010 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.6.0-1noble.20260425.225959_arm64.deb Size: 257862 SHA256: 1208a8d5c674e5f90b291d3ee273081a6089fa31ea29cf8c5f47a9f41345b416 SHA1: d6368e5ba1d68eeeb6531eeb41a8be4049de237f MD5sum: dcdc39184a04740e2aaf9c639aafcd69 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.6.0-1noble.20260425.225959 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aarav Gupta Installed-Size: 9341 Depends: ros-rolling-omni-wheel-drive-controller (= 6.6.0-1noble.20260425.225959) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-omni-wheel-drive-controller/ros-rolling-omni-wheel-drive-controller-dbgsym_6.6.0-1noble.20260425.225959_arm64.deb Size: 8880196 SHA256: 31a35e13dc4b3c9860dde138917673eb2e860d755d053d2a283fb0ecec43ac02 SHA1: 7ada1ba7a7e26eb100d1b500ee5f593a6dbbeaf8 MD5sum: 198eb99c493cfe12b02bfa28b27e2277 Description: debug symbols for ros-rolling-omni-wheel-drive-controller Build-Ids: 2eb28e6251c5e3afee14ac9c0db5cdb34df1487d Package: ros-rolling-ompl Version: 1.7.0-2noble.20260425.062415 Architecture: arm64 Maintainer: Mark Moll Installed-Size: 15582 Depends: libboost-filesystem1.83.0 (>= 1.83.0), libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-all-dev, libeigen3-dev, libflann-dev, ros-rolling-ros-workspace Homepage: https://ompl.kavrakilab.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ompl/ros-rolling-ompl_1.7.0-2noble.20260425.062415_arm64.deb Size: 2335160 SHA256: ae09d1cc8b9e7ca32665b9aa2f4121642ab88b0f9929f99d4bf69063d7c9d6aa SHA1: 7ee4688ba5a58e28d1b265db4190a7127e0131a4 MD5sum: 6c0675f35edab9b9407261778ec9c9b8 Description: OMPL is a free sampling-based motion planning library. Package: ros-rolling-ompl-dbgsym Package-Type: ddeb Source: ros-rolling-ompl Version: 1.7.0-2noble.20260425.062415 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Mark Moll Installed-Size: 50296 Depends: ros-rolling-ompl (= 1.7.0-2noble.20260425.062415) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ompl/ros-rolling-ompl-dbgsym_1.7.0-2noble.20260425.062415_arm64.deb Size: 46097980 SHA256: d259ad7c2cd26d41b465b6cd88699e73484c56977bdbec4e8c3a70a08171f00c SHA1: 1ee17671aa7b74594ccc74e7fb3e89a26f663d04 MD5sum: db08108471c9bcc2031245b611cfaf42 Description: debug symbols for ros-rolling-ompl Build-Ids: 6768771ceec72342eb88716cd0186bad915b3bd8 Package: ros-rolling-open-manipulator-bringup Version: 4.1.2-1noble.20260428.040248 Architecture: arm64 Maintainer: Pyo Installed-Size: 232 Depends: ros-rolling-dynamixel-hardware-interface, ros-rolling-gz-ros2-control, ros-rolling-open-manipulator-description, ros-rolling-rclpy, ros-rolling-robot-state-publisher, ros-rolling-ros-gz-bridge, ros-rolling-ros-gz-image, ros-rolling-ros-gz-sim, ros-rolling-ros2-control, ros-rolling-ros2-controllers, ros-rolling-rviz2, ros-rolling-xacro, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/open_manipulator Priority: optional Section: misc Filename: pool/main/r/ros-rolling-open-manipulator-bringup/ros-rolling-open-manipulator-bringup_4.1.2-1noble.20260428.040248_arm64.deb Size: 22872 SHA256: 6a8614fcad3ae3f294a4f2f8e2f97efee543e88150aaee81ef3e556c905863cb SHA1: e7051659fbdb8898a93301e02d0777ad223a5014 MD5sum: d463a134af31da5532de8f3f1395b91f Description: OpenMANIPULATOR bringup ROS 2 package. Package: ros-rolling-open-manipulator-collision Version: 4.1.2-1noble.20260425.172612 Architecture: arm64 Maintainer: Pyo Installed-Size: 649 Depends: libc6 (>= 2.34), libfcl0.7 (>= 0.7.0), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), 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-1noble.20260425.172612_arm64.deb Size: 134826 SHA256: 98de5e2af8e92adf7a4f69351896acdc2301a84684fb3ad809a0b69dffb20b13 SHA1: 788b70d3c8d56e5d12c2d7ad194b22448aea1f52 MD5sum: c9424ca378deb416eee06116f323ef41 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-1noble.20260425.172612 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 3636 Depends: ros-rolling-open-manipulator-collision (= 4.1.2-1noble.20260425.172612) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-open-manipulator-collision/ros-rolling-open-manipulator-collision-dbgsym_4.1.2-1noble.20260425.172612_arm64.deb Size: 3230574 SHA256: c0dc4c347a7cdfc6be40f7000bc311b07a208fde8e10f31fd76cca063fd37ece SHA1: c6ad544163f352451b8c4361d3288fa7a4184c87 MD5sum: 643abec297b40b9d29e959c901465642 Description: debug symbols for ros-rolling-open-manipulator-collision Build-Ids: 106837e097f171057a7e974685693a94f70a5baf Package: ros-rolling-open-manipulator-description Version: 4.1.2-1noble.20260428.035644 Architecture: arm64 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-1noble.20260428.035644_arm64.deb Size: 13087948 SHA256: 14721ba06fcc48c7a432eeda7ff6d4c0da2281eac978e3ef27616f40b7e25791 SHA1: cdb878f7db5bd14a00e0a322bf45b3f46e4e4a25 MD5sum: 03af4213141f6aee0a79f668b9fcf2f3 Description: open_manipulator_description ROS 2 package. Package: ros-rolling-open-manipulator-teleop Version: 4.1.2-1noble.20260425.201229 Architecture: arm64 Maintainer: Pyo Installed-Size: 115 Depends: ros-rolling-control-msgs, ros-rolling-rclpy, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-trajectory-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-open-manipulator-teleop/ros-rolling-open-manipulator-teleop_4.1.2-1noble.20260425.201229_arm64.deb Size: 12426 SHA256: e7bc5fd0d55238048b65f6e0d53272a933b4da22e9f7c8761912c67468207b7b SHA1: aa4e7b06ee3408f13fb10656c90d68dedeed039d MD5sum: 8ac155161fa236dbbba301dbc91db4db Description: OpenManipulator teleoperation package Package: ros-rolling-openeb-vendor Version: 2.0.2-1noble.20260425.092624 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 11548 Depends: libboost-program-options1.83.0 (>= 1.83.0), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libglew2.2 (>= 2.2.0-4build1), libglfw3 (>= 3.2), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-highgui406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopencv-videoio406t64 (>= 4.6.0+dfsg), libopengl0, libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), 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.2-1noble.20260425.092624_arm64.deb Size: 1986350 SHA256: 5000a7ff9305bbd4b7d20da2c7c8333c9c54433ecd168956dfa9e4e604e7473f SHA1: 4473bf515fb1d897afbea478d47000aa8365fc7b MD5sum: 44afd09d77762672fa1d4ac4208bfa75 Description: Wrapper around openeb Package: ros-rolling-openeb-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-openeb-vendor Version: 2.0.2-1noble.20260425.092624 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 49419 Depends: ros-rolling-openeb-vendor (= 2.0.2-1noble.20260425.092624) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-openeb-vendor/ros-rolling-openeb-vendor-dbgsym_2.0.2-1noble.20260425.092624_arm64.deb Size: 45349478 SHA256: 6e396ed4b37500f052567740a069f4bc3594d13088e4060947dd2fd76898f125 SHA1: d32841bfb516a78c7dbb034c8dd085adfe53e6f8 MD5sum: 34c79772c2ceae020a318966a0975400 Description: debug symbols for ros-rolling-openeb-vendor Build-Ids: 0aa84e3a0a03106de59c89f007fee447d48c1669 0fe48f7d63e1403782f1f574744f2ae58dd688bb 169136d25f1bce50216b0f6b2dc1b836166839e8 1ebb300de414e1b729a0460ebad3223b3cd14b8e 30d5aa98fb7e9d5891c580353e042050a46fb59e 33f913722f1bda0c1d0ec9124478df6fe0d5ee0a 370687534658481abb9b28e577cd05d06464027b 424a81021c7accc86380e5fc5afbb4642d329a36 483b76b2cfe5bab39d487a465e52ca073458f9b8 5255834938ae9c7125a34acc9332f794d4a3b5d1 5b47a23611aafdb7b739dc223174a9441d7609b7 6136ca04361f9c6f6e60f9b9ace6374addf6cfcd 6e6c570118adf05a8574d3bfa581efc5030bbec2 72ab6ae59ead36e70d5ae0c350c038ffe5241ab7 737f4130d6641c5abb4b2aeeac5b0d1e7bb85a59 88e8f2121d78db14a3eeeabd22b342015b6c1a61 8e27578fa69ed6355eea6255feabd07563739898 a15b1a4e7a27513e755e304535df94c6063aa5e7 ae68a36130db084755cdaacf9e18a36440fcc5b3 c8eb3ed2ead05f7ab73cadbb92bb1dfd7823e508 cd5812e8aedcbf7f585d81b9602f586e2281308c Package: ros-rolling-openni2-camera Version: 2.3.0-1noble.20260426.005447 Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 2102 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopenni2-0 (>= 2.2.0.33+dfsg), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, libopenni2-dev, ros-rolling-builtin-interfaces, ros-rolling-camera-info-manager, ros-rolling-depth-image-proc, ros-rolling-image-transport, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rosidl-default-runtime, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-openni2-camera/ros-rolling-openni2-camera_2.3.0-1noble.20260426.005447_arm64.deb Size: 257828 SHA256: 48bd33c1128b5a93ced08ce34164f99408e52d0587e4d9e9f08f16fd8999de0d SHA1: 35648e12f2d8b480b884de4705ba50968434ff23 MD5sum: 6927156e45005690ffd4ddcdc18234b5 Description: Drivers for the Asus Xtion and Primesense Devices. For using a kinect with ROS, try the freenect stack Package: ros-rolling-openni2-camera-dbgsym Package-Type: ddeb Source: ros-rolling-openni2-camera Version: 2.3.0-1noble.20260426.005447 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 4299 Depends: ros-rolling-openni2-camera (= 2.3.0-1noble.20260426.005447) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-openni2-camera/ros-rolling-openni2-camera-dbgsym_2.3.0-1noble.20260426.005447_arm64.deb Size: 3813178 SHA256: 589b9011f8e6e0576bb3fe5e07540f483af17552621c1678e953ff5ca164d81b SHA1: 7b1571a557a805afdbf026d92b859848975cf4e1 MD5sum: 0f7d2777d3ecac1b9b359cdec2a22d26 Description: debug symbols for ros-rolling-openni2-camera Build-Ids: 090bae5ba2edb9cb91fbb1fbbfbf3bd39c4b462b 1ed69ff2afeed25ef0d500f59b6c17c6f6b9c631 2cd48b5093a73321f416025c7b52eb11bf5ab8c1 3d1aabc31681a6bd328cd77f8dfc48f8cfcd50f3 4d93956a99a13a9a243ac507e3f41712d3cd483e 54776da85d3ec629d1991f175657ca3a4bd4464a 547a4fd22c24092ca8aa48042b012470990c9ca4 6059932fd1439e6d5cfc9d4574c3f7d799d779c9 9832dc9d70cb770ada194daf5877903394aa8372 a9bdbc0dc1052d049ba90e5d183d8acc376f0a7d b790b0eb96c4bbd12a74aa6e0ae81a89ff7f718d c5c1c9f5c7162b5d5ac1345e9b68c1a4283bdc72 e8886f3cd5beb910de9b1ff34a5c8390f9e307ad f89fcd385d9666a5fab880d32da5f09886420580 fc65d291ed9f5b47b9a4aea375dd94b8992ca79f ffa2652d139ed43b9c3f4ddb1acb28571e2deab9 Package: ros-rolling-orocos-kdl-vendor Version: 0.8.0-1noble.20260425.085222 Architecture: arm64 Maintainer: Jacob Perron Installed-Size: 47 Depends: libeigen3-dev, liborocos-kdl-dev, ros-rolling-eigen3-cmake-module, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-orocos-kdl-vendor/ros-rolling-orocos-kdl-vendor_0.8.0-1noble.20260425.085222_arm64.deb Size: 7168 SHA256: 9884d0ddd2cf0c8d883f1980849a4154b03da13083d7250b416052822bbde3cd SHA1: 64ef473e04145d5599ea60899c453943d3fecd54 MD5sum: 3dfb6e7031f9516c67ba3e6b7650964f 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.0-9noble.20260425.092649 Architecture: arm64 Maintainer: Gonzalo Mier Installed-Size: 133804 Depends: libc6 (>= 2.38), libgcc-s1 (>= 4.5), libstdc++6 (>= 13.1), 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.0-9noble.20260425.092649_arm64.deb Size: 29945972 SHA256: 3d14e4551401abf5725a5b07eb07983c00ff288865d14db9d4242f3a1a90b763 SHA1: 337e69ee6c5b9bcc149d7bf5e011e6e3a30877ce MD5sum: 482f2733150d70f496d1ba218eab8c69 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.0-9noble.20260425.092649 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Gonzalo Mier Installed-Size: 312501 Depends: ros-rolling-ortools-vendor (= 9.9.0-9noble.20260425.092649) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ortools-vendor/ros-rolling-ortools-vendor-dbgsym_9.9.0-9noble.20260425.092649_arm64.deb Size: 298866242 SHA256: fc471f8185919badd5fd034b9f4cd45dd59d4355ce49f5a01ff9bcd4f0b4ea4c SHA1: fbdcd58f8315546166222bfd2e53144144804999 MD5sum: 22ff3fe1b1fa48067c07301ffdcbeb7b Description: debug symbols for ros-rolling-ortools-vendor Build-Ids: 5ac69ed8e1a85adb261e9e7c4a33640b5c2e9743 5c03b8b6e4b05b053aa7a9ac57f5f7f33b10b50d 74ce4fc8fddc47b3ca63f3e126e3384d8babcced a68b7a45a0c40c9f227c9e0f859174c85913d143 aabb93573cbecb55de49d08ec082195adef331b9 c05bb6a959124ac2e91b737f8a2da1077a70ce28 ecdc654e590ccc0d6be9a322f4a60bc8d5a0c6ba f967b4c3e5a4aa82d56af5c84d8596eb718b2378 Package: ros-rolling-osqp-vendor Version: 0.2.0-3noble.20260425.092957 Architecture: arm64 Maintainer: Esteve Fernandez Installed-Size: 534 Depends: libc6 (>= 2.38), ros-rolling-ros-workspace Homepage: https://github.com/oxfordcontrol/osqp Priority: optional Section: misc Filename: pool/main/r/ros-rolling-osqp-vendor/ros-rolling-osqp-vendor_0.2.0-3noble.20260425.092957_arm64.deb Size: 85500 SHA256: 04b74e30eab5b6845797d76f617df3bcc2175276830847587d806ae3b7ed6412 SHA1: 1edc7c474c6c87301ae8853f3eef7a0b343e5757 MD5sum: e506534c19b8a20b9db7cadb3ca8ea0a 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: 0.2.0-3noble.20260425.092957 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Esteve Fernandez Installed-Size: 165 Depends: ros-rolling-osqp-vendor (= 0.2.0-3noble.20260425.092957) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-osqp-vendor/ros-rolling-osqp-vendor-dbgsym_0.2.0-3noble.20260425.092957_arm64.deb Size: 110776 SHA256: 1c52a5728e48ac55e3c06c59bc5af9e5bc623bcb2d2aea67833d73f92f341f15 SHA1: 3e38b8eb2c03904a3b983c23c6d15a34181b1c85 MD5sum: 0f8673ff47dd8fc57b281ad6652764ba Description: debug symbols for ros-rolling-osqp-vendor Build-Ids: 1b41190f59a6f02d4a583087adafaa4576d6e9ae e442450217f102c6430bed19e003628a977191bc Package: ros-rolling-osrf-pycommon Version: 2.1.7-1noble.20260423.204811 Architecture: arm64 Maintainer: William Woodall Installed-Size: 222 Depends: python3-importlib-metadata, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-osrf-pycommon/ros-rolling-osrf-pycommon_2.1.7-1noble.20260423.204811_arm64.deb Size: 49458 SHA256: a5da6fdf7610a0f58b9c66c7a0869cd37697a00137d41ddbb1500930d1106934 SHA1: 5321cbd3dfafe39d9754c4709fbb14c3a75a2d7a MD5sum: 54424aa4704dde2b40d0c8e086c152f0 Description: Commonly needed Python modules, used by Python software developed at OSRF. Package: ros-rolling-osrf-testing-tools-cpp Version: 2.3.0-1noble.20260425.062448 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 1229 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libstdc++6 (>= 13.1), ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-osrf-testing-tools-cpp/ros-rolling-osrf-testing-tools-cpp_2.3.0-1noble.20260425.062448_arm64.deb Size: 930064 SHA256: 3cfc0399d18cc417eded11b67b364afc5b4fb299d00d033e623374aa5f174edf SHA1: a4998f559316edf5cc6ce6b4e03fe40dfc3f69a1 MD5sum: 01f2a51082f3b0acc332934d74f10029 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.0-1noble.20260425.062448 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 823 Depends: ros-rolling-osrf-testing-tools-cpp (= 2.3.0-1noble.20260425.062448) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-osrf-testing-tools-cpp/ros-rolling-osrf-testing-tools-cpp-dbgsym_2.3.0-1noble.20260425.062448_arm64.deb Size: 719896 SHA256: 6be37f4045daf89eec4be557dc64449d2265fcfdc5d6c41adb314a2fb7d125a4 SHA1: 9e3c5855096b3924eb1cbaea7182230f7283649c MD5sum: a615ec2d63cf5a0331c3c39cc1c48a69 Description: debug symbols for ros-rolling-osrf-testing-tools-cpp Build-Ids: 21b76bbecd099415c99ca2ee8a500bcbd66e85a5 7ab9fce06ebd071ae7f07d0c83d8715408dc90d3 828dd7274236341ed662387dc5985ea770cc8d24 Package: ros-rolling-ouster-sensor-msgs Version: 0.14.2-1noble.20260425.145854 Architecture: arm64 Maintainer: ouster developers Installed-Size: 2216 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ouster-sensor-msgs/ros-rolling-ouster-sensor-msgs_0.14.2-1noble.20260425.145854_arm64.deb Size: 155488 SHA256: f04c79c39dc8f47fcd6677868ccbce5f8f3b8eacba277b491ae9719a32843aa6 SHA1: 8b54c72beaba46dda9411510fbec5eb17488c11a MD5sum: 76f79b4dc819ac4b32db05883395fba1 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.14.2-1noble.20260425.145854 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ouster developers Installed-Size: 1732 Depends: ros-rolling-ouster-sensor-msgs (= 0.14.2-1noble.20260425.145854) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ouster-sensor-msgs/ros-rolling-ouster-sensor-msgs-dbgsym_0.14.2-1noble.20260425.145854_arm64.deb Size: 1351762 SHA256: 60be73b563d0db8f951857a48ac47104a0384a1cb77ca6e8d7697403c4f4581b SHA1: 8d349b9b81e8e6163b1ac72276a5931bb5f445f4 MD5sum: 9bbd76a6cf26160704e7d0842b26454f Description: debug symbols for ros-rolling-ouster-sensor-msgs Build-Ids: 02901b9a371fcc7be6d1acdf4312efee6c7a5ef5 0a25cd42240aad42bee4e83259d485894868700f 0be30384e41e896691191f32668320f0f1bb52a6 133f3041f3cca8bf4edf8bb376d4ee4d9a370fc2 24245ee4963a8d3bfdcdf94fc29ea9f6dd751f0b 24eaea74c75a8f83240c897850e4a4d634716ad1 472acafaa3bce06f891291ad52c32056aeb38e43 53f344f00cdfe9c0ae2df29969516ce23ac91242 75c322044ee603a41118585c96bff1f67f29c527 c2a67dad102314b4cf46b72de8a785912a1a7f93 dab269fd30ed9ff8f4600f3f337093c34d83f7bd Package: ros-rolling-ouxt-common Version: 0.0.8-4noble.20260425.093003 Architecture: arm64 Maintainer: Masaya Kataoka Installed-Size: 44 Depends: ros-rolling-ouxt-lint-common, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ouxt-common/ros-rolling-ouxt-common_0.0.8-4noble.20260425.093003_arm64.deb Size: 5770 SHA256: ab35af46e772c928047b7dcd6ab8b446d8847a1946ba833dadf71122e4d3e064 SHA1: 6094e157def6ebd8dab729eda160b7c1adca920b MD5sum: 9e53bc15efeffed6588553c2ab44a5a8 Description: common settings for OUXT Polaris ROS2 packages Package: ros-rolling-ouxt-lint-common Version: 0.0.8-4noble.20260425.082928 Architecture: arm64 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ouxt-lint-common/ros-rolling-ouxt-lint-common_0.0.8-4noble.20260425.082928_arm64.deb Size: 6816 SHA256: 41b961fb85158ed023a55bf95e344cb2536e15c00641221c3d1c18ab95c23c38 SHA1: 707016c8f38c75fbf254c56d32c9b6b0533bfa22 MD5sum: 82b7a381215efd57c5c1f6208c80ec85 Description: common linter settings for OUXT Polaris ROS2 packages Package: ros-rolling-pal-statistics Version: 2.7.0-1noble.20260425.191401 Architecture: arm64 Maintainer: Jordan Palacios Installed-Size: 447 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.7.0-1noble.20260425.191401_arm64.deb Size: 102458 SHA256: 3b24bb5682aa0da5fd412c55c559389d97f631f488efa994d57a4792e5ad699e SHA1: b6fe0dcea9184c15f6264d2a9d5b2ed556d6bee1 MD5sum: 2285b2d6dc3d9c0216e14398fda2a09d Description: The pal_statistics package Package: ros-rolling-pal-statistics-dbgsym Package-Type: ddeb Source: ros-rolling-pal-statistics Version: 2.7.0-1noble.20260425.191401 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jordan Palacios Installed-Size: 2150 Depends: ros-rolling-pal-statistics (= 2.7.0-1noble.20260425.191401) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pal-statistics/ros-rolling-pal-statistics-dbgsym_2.7.0-1noble.20260425.191401_arm64.deb Size: 1969448 SHA256: e2961a3c6c3f85001c8bba20ecf95c70b464652d40610bc24bd0ad01f27c8996 SHA1: dd27869a6cf4d0e91366cbfcdaefcca48181709c MD5sum: a88e93fd7ac98cbdf332953dcd47405e Description: debug symbols for ros-rolling-pal-statistics Build-Ids: eb206ed91d838035488f7372449e51772714110e Package: ros-rolling-pal-statistics-msgs Version: 2.7.0-1noble.20260425.145952 Architecture: arm64 Maintainer: Jordan Palacios Installed-Size: 1343 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.7.0-1noble.20260425.145952_arm64.deb Size: 85010 SHA256: 290733c074f086476bec78804e325d3005f4040ecfe8a859ff2fae51bf68eab8 SHA1: b1df6c141909f3627c127b8629618eec6730c37a MD5sum: 1369c1d2c682ad79eb2d0420ea15243a Description: Statistics msgs package Package: ros-rolling-pal-statistics-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-pal-statistics-msgs Version: 2.7.0-1noble.20260425.145952 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jordan Palacios Installed-Size: 771 Depends: ros-rolling-pal-statistics-msgs (= 2.7.0-1noble.20260425.145952) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pal-statistics-msgs/ros-rolling-pal-statistics-msgs-dbgsym_2.7.0-1noble.20260425.145952_arm64.deb Size: 579330 SHA256: c2b6466cb7c0ff8c765f9d497fc9f073c3f7c1c4093139c0447e087676443da3 SHA1: 20812b7be0ccab322adfe06e31356bcf23065283 MD5sum: b4827a3f497d3c5363c9011116d248ba Description: debug symbols for ros-rolling-pal-statistics-msgs Build-Ids: 09854b801f3b698eca07c2855e56538655efcb94 1f8873d33f9d710b043c2f841158f659953546b9 213c8ef40777639b35dff14deb15ee72e24ed0dd 2e05bcc782e3afcec11c8c20002129214eae9200 35b1d010d363514781fde337b091018044b86c91 5f9addb682eccdd3d6aecade6ab638d1135c79b3 673b532b64818401024fb9e7bc24c855e6ac2cbf 7460da13ba543107515d6521faffb5b3cc1d3346 d452d9ca33fa66a146b19a1cedef207dd562cc08 e8f1be895cbd2e899f47b127126f312304370e86 ec8e2e49929b4e88896852f9ef5b449798b7c3dd Package: ros-rolling-pangolin Version: 0.9.5-1noble.20260425.062841 Architecture: arm64 Maintainer: Steven Lovegrove Installed-Size: 6081 Depends: libc6 (>= 2.38), libegl1, libepoxy0 (>= 1.0), libgcc-s1 (>= 3.3.1), libjpeg8 (>= 8c), libpng16-16t64 (>= 1.6.2), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), 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, libpng-dev, libxkbcommon-dev, python3-dev, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pangolin/ros-rolling-pangolin_0.9.5-1noble.20260425.062841_arm64.deb Size: 1306588 SHA256: eac64a311cb8c082f7736df6a3bf4ea7322a414e6fe4e883093cadb7a19f5164 SHA1: f2bbecc7bdabb837a21188b4512377667535f7b4 MD5sum: bb5bb3ddb9ab7c8dd99b4ff771cd2853 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.5-1noble.20260425.062841 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Steven Lovegrove Installed-Size: 36035 Depends: ros-rolling-pangolin (= 0.9.5-1noble.20260425.062841) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pangolin/ros-rolling-pangolin-dbgsym_0.9.5-1noble.20260425.062841_arm64.deb Size: 32473020 SHA256: c24b2921200f5292a2c9994abd034f7d929955f479b1bc230f3be73b7a0bfd9a SHA1: 975b41bfea89b40c27a1ad45daf97e31273c82da MD5sum: 034977c33894a2d0813c3b06286379b2 Description: debug symbols for ros-rolling-pangolin Build-Ids: 13d98045f6a16c7ceeafd776dec70b61538ef481 46e9dfba9802bac2623b66fa65a20455ff7337ec 50b3a4fa684495069ad04741e8b4684aef8d953a 5921244ee9287bd7e7f28e33cb0ee5f190a71deb 5ccb40d25c906519f0efe120c7f52b17e67f46e5 64f5294019fb6d72ed6dfb5f4df3b9d86a98f9fd 6626c9c26e72d83be4721580443795230f28ea53 78d1ae2daed66b6879d67dfac4b60382ac793ead 89a64ed471edae49a427310c35b2dc7d6c0ac273 966f6d65b75f2dd941b54579b8065e90e70ec2fd 9da04182216b3fa8022e921e44e8cebddf068a70 9fe92672a1ce893c0756fb0b1023864879a2cc6d a248c680474fb0425c5e825fc159ad654ab0ec6d bbd72b001d6645add2d2b606b51bf0c22a94fed1 c752c5456887a67c3807c388af91d44e459deed3 d53e8ab679b97f7c9de55e421df83d860eb43153 e6bad2fc7730f7064f70c9fd8fe59220916238f4 f0db830f3761e9a1f9ec317ca8a89bf72e37bde7 f5a31def87b577f85697f64aaf54abca830ccc5d faefaeb163d6a7bf40132ddb169bbb4706b4d91a Package: ros-rolling-parallel-gripper-controller Version: 6.6.0-1noble.20260425.230550 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 381 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.6.0-1noble.20260425.230550_arm64.deb Size: 85694 SHA256: ba3f3a5a22537eaa8ce20ddcd0eee62d8753f770af9e4d5558887b774db212d1 SHA1: a0224f9adfb6528c8f4690dffa1e69cbf7a7e415 MD5sum: a64c176ff7c848fa8febda35ea9bcda5 Description: The parallel_gripper_controller package Package: ros-rolling-parallel-gripper-controller-dbgsym Package-Type: ddeb Source: ros-rolling-parallel-gripper-controller Version: 6.6.0-1noble.20260425.230550 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 1175 Depends: ros-rolling-parallel-gripper-controller (= 6.6.0-1noble.20260425.230550) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-parallel-gripper-controller/ros-rolling-parallel-gripper-controller-dbgsym_6.6.0-1noble.20260425.230550_arm64.deb Size: 1039318 SHA256: b9c4c7542bd084a21bae132b71491732caf46366a572dee22d40d23cfbaf0ffb SHA1: 722873905764d1a4afd7771a48d72bbc37bd34b4 MD5sum: 28ad8b2efcc1448913c4eb93b7ce5848 Description: debug symbols for ros-rolling-parallel-gripper-controller Build-Ids: 8ba687316235cea2afed3fca0efedc539a1c4099 Package: ros-rolling-parameter-expression Version: 0.0.2-1noble.20260425.172659 Architecture: arm64 Maintainer: f0reachARR Installed-Size: 132 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libmuparser2v5 (>= 2.3.3), libstdc++6 (>= 13.1), libmuparser-dev, ros-rolling-rclcpp, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-parameter-expression/ros-rolling-parameter-expression_0.0.2-1noble.20260425.172659_arm64.deb Size: 18380 SHA256: 25145f969c655b0c4402cbbb39cb80f1702d9383cc31a9ab3360a4ce51f63b32 SHA1: 2e1e29c5ee95bd9c6a416f7936430d70dcad8fca MD5sum: 973eb6acfd40c56519c0ee2ef431f533 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-1noble.20260425.172659 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: f0reachARR Installed-Size: 233 Depends: ros-rolling-parameter-expression (= 0.0.2-1noble.20260425.172659) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-parameter-expression/ros-rolling-parameter-expression-dbgsym_0.0.2-1noble.20260425.172659_arm64.deb Size: 208774 SHA256: b6f754d4486ae3ef64178aad05e85cc5f8fe6e888bc06c92264dd6773947615f SHA1: b87e49385d41333506d7b5db7b8aabda73a1117f MD5sum: 586447b85ed2d165cd63447ad6840902 Description: debug symbols for ros-rolling-parameter-expression Build-Ids: ae9c03915c4659fe30176bfe788fb1e40f674329 Package: ros-rolling-parameter-traits Version: 0.8.0-1noble.20260425.191346 Architecture: arm64 Maintainer: bmagyar Installed-Size: 65 Depends: libfmt-dev, ros-rolling-rclcpp, ros-rolling-rsl, ros-rolling-tcb-span, ros-rolling-tl-expected, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-parameter-traits/ros-rolling-parameter-traits_0.8.0-1noble.20260425.191346_arm64.deb Size: 10720 SHA256: feb9e1797e7b8500b0b2b494b41b2e481a8c702aae50da0cca5cd4488d667393 SHA1: 938d725087dc8f641911555014d03b77f2785e3f MD5sum: 74d43306a31d1bd433ceac7f651fb4b5 Description: Functions and types for rclcpp::Parameter Package: ros-rolling-pcl-conversions Version: 2.8.0-1noble.20260425.174817 Architecture: arm64 Maintainer: Paul Bovbel Installed-Size: 88 Depends: libeigen3-dev, libpcl-common1.14, libpcl-dev, libpcl-io1.14, 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.8.0-1noble.20260425.174817_arm64.deb Size: 14696 SHA256: 429a4a43d9ee49c9bbec542fab84337122d3f24f6d81f790e19f5ec35850b43d SHA1: a049470c7217177b409e3a5dc3cf9dd3daae90c1 MD5sum: cdcab1c37c7951cf94c909a3e017a91d Description: Provides conversions from PCL data types and ROS message types Package: ros-rolling-pcl-msgs Version: 1.0.0-8noble.20260425.144325 Architecture: arm64 Maintainer: Paul Bovbel Installed-Size: 1619 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-8noble.20260425.144325_arm64.deb Size: 116302 SHA256: d529612d33f269feed8c2b000dec5500782a6fa77ff232bd7e698b420b5cfd32 SHA1: 2dfe38f6508ac5c9c9c39d755a79cd15c2f768c3 MD5sum: 6cece4791736d9d4f52880fe16502fcd 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-8noble.20260425.144325 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Paul Bovbel Installed-Size: 1150 Depends: ros-rolling-pcl-msgs (= 1.0.0-8noble.20260425.144325) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pcl-msgs/ros-rolling-pcl-msgs-dbgsym_1.0.0-8noble.20260425.144325_arm64.deb Size: 886130 SHA256: 27c68f3f312a1548e717664fd485383c8024bf92678580bb257f65da1de37fb2 SHA1: 63cd950e91506bc75232bd44f23a195e88b1d972 MD5sum: 26b5ae60445a350854c612dbfe980851 Description: debug symbols for ros-rolling-pcl-msgs Build-Ids: 03f908bdcbdeaa80e766adfaf7e8e9643455c70b 1587a0410e16a27fa1f8efec4cbd77d577fb8cab 1b4c07d4faab39ddc9f8ed5c26833bb017752fb8 2e2630dd9a227d05d99ee75fadd871292b33160a 4430efcc9f7010d594f953cebc6d9f762bf9abe8 49e347264a01e6eb91f856f09c5e47b90c222a38 8362e2432a9d9e826442cfa554605558dc945a49 98d0d3df2e2d2dcf4aca704755f25e59655f3610 be9a82c24c55c5c3f13bc4adf2f575767c0e4566 c9f7015c94f6c3d1e6fb0488c29177145e7e5c4c da7550fb90944761105a17448e2fc615256f13d5 Package: ros-rolling-pcl-ros Version: 2.8.0-1noble.20260425.225623 Architecture: arm64 Maintainer: Paul Bovbel Installed-Size: 4496 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpcl-common1.14 (>= 1.14.0+dfsg), libpcl-filters1.14 (>= 1.14.0+dfsg), libpcl-io1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), libeigen3-dev, libpcl-dev, libpcl-features1.14, libpcl-segmentation1.14, libpcl-surface1.14, 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.8.0-1noble.20260425.225623_arm64.deb Size: 623254 SHA256: aa888522ecff29a35ea4208a31e77be1a6ac567d593d66139888d39f789464bb SHA1: b7224eb49dd47b5d23bb864ba7e91082c1b4b5c7 MD5sum: e066d5967ba73cb65c43b4cee58d80b0 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.8.0-1noble.20260425.225623 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Paul Bovbel Installed-Size: 32335 Depends: ros-rolling-pcl-ros (= 2.8.0-1noble.20260425.225623) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pcl-ros/ros-rolling-pcl-ros-dbgsym_2.8.0-1noble.20260425.225623_arm64.deb Size: 26711632 SHA256: ee401526f40a69cf8ba01279b94ee46c7e2b29946f90e00c12af0cbe687f62d7 SHA1: d9c914ee347f7d956f5d1c3e1f16a1843f1ac0b3 MD5sum: c9e694616783cfa114374fdd3e13d1f9 Description: debug symbols for ros-rolling-pcl-ros Build-Ids: 0244ad0b3eaf8482f343e290a9211a7ce20c7c46 071bcf71686c02cfdd47930a649a8fe9c9e25713 25bb9f236f5749404fba000a02a4b5650f709921 3d1914582e3eb376a75b79cbb6647163638f681c 724c908c25e283319c65f691173626d5c9e50eb1 781592ceb6a41ac5e3e11a8e09dceef41e409e37 87993ebd3a47b96cb486a7a8e66b955111d01cc3 9c7e9a62e6d7765b739b0c1137c43a9aa9eb793e aa328da10f27de451ec1a7ea78132cefa9b09b82 b3bd263fe51e4a90e0c28852ae93d12b09bf24f4 bc5a8112e9b273419156934df27ac3c28823b308 bea9f6b1be33bb5ab7f89f3ac5c4f7939284493b ce617d408ac6cf094b3598cbf52232057529b48a d33b1b51198a709acca21ac8d1417f59ad86b290 d8b03c5145cdf638982ba57448481c69d0b2908b e777ad04f75ef7b1d572508134b8919189b1554f f17c991d47247343bb9372ff1f5b3950b72b1a5a f5a2ea43b621a36aeec4e237dfad0e792a41810a Package: ros-rolling-pendulum-control Version: 0.37.8-1noble.20260425.174055 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 1466 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.37.8-1noble.20260425.174055_arm64.deb Size: 240518 SHA256: a1c1ce0419344afd622927dac075f77f1e6d69a696ea70c7de84820497f633fd SHA1: 48638d0d9a820df13e37492246ad97b603a4cc77 MD5sum: cd987a351f16af96a1c4ee290309e654 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.37.8-1noble.20260425.174055 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 6420 Depends: ros-rolling-pendulum-control (= 0.37.8-1noble.20260425.174055) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pendulum-control/ros-rolling-pendulum-control-dbgsym_0.37.8-1noble.20260425.174055_arm64.deb Size: 5321004 SHA256: 84d1c42f2ad08c716b4f2bb0b7f871dba1f5084fead65f69da2b1308e0991fbe SHA1: 317e5ce0b5b1aece7cecacda016076366d686446 MD5sum: f624a7abaf9096456bba2459a8ef937b Description: debug symbols for ros-rolling-pendulum-control Build-Ids: 037a8c3ba79cae7b420046b3086fc44cccf31dc7 7ebeea881ba42aab284c2fc4d01c6a087088f3cb 7f7c03835fc155d26bc78d5b27e06f98034769b0 Package: ros-rolling-pendulum-msgs Version: 0.37.8-1noble.20260425.125209 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 1224 Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.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.37.8-1noble.20260425.125209_arm64.deb Size: 62912 SHA256: 19d859da2e1c3efc482ec5274ee08c8df81cefa919bc85232a76f26d691033fc SHA1: df559699031f176c58c3e568af582359461f2617 MD5sum: f1a5cafad082ef4090cb0c35639c8548 Description: Custom messages for real-time pendulum control. Package: ros-rolling-pendulum-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-pendulum-msgs Version: 0.37.8-1noble.20260425.125209 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 491 Depends: ros-rolling-pendulum-msgs (= 0.37.8-1noble.20260425.125209) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pendulum-msgs/ros-rolling-pendulum-msgs-dbgsym_0.37.8-1noble.20260425.125209_arm64.deb Size: 338630 SHA256: d8506cde391050f4942d9b3a17aa3a587e7caccfb5a18f3d0b40d794e1ea07ba SHA1: 380fa6c406b95ba865b1cfd9905c9c207ea760fe MD5sum: e20cbdcbcb6a202fda886c9aab12f9d6 Description: debug symbols for ros-rolling-pendulum-msgs Build-Ids: 0da0597dd42b608c1e616c78099793eeb39f2745 540edf313d6b732a8c5203e9654a376e4c571755 556771c83a5b4a05f007abc12a2e210d1b228846 621af685a1d14e66804f5aaf7fcd22968f970e8a 818a678ae1f62bd19ee33432f4511f8250b9a445 9b2d52072a084bec75f9d8f9616bf96166c379c7 9e1d5f42f1ffee10c6e77da5c7f80dc197c739a4 a36e37ad406460db8a308bb10c5411a95af8af40 a989f3bb33d1aef6d8f3dc516507cbb3d9f70264 b984fdea07d34374e7e14bc81a1fb0a6d9035fb9 be42206707ccacb909e652bc8303f536c365d11b Package: ros-rolling-perception Version: 0.13.0-1noble.20260426.010151 Architecture: arm64 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-perception/ros-rolling-perception_0.13.0-1noble.20260426.010151_arm64.deb Size: 5792 SHA256: 1df3a432e8c2b5d98b961e482ecd086f30288088ffec054acdda6847c64faf4a SHA1: bea6e8e98805908ec34d67f62eddaca39bb60192 MD5sum: cdbb0694e4324d8d726f52b1224749fc Description: A package which aggregates common perception packages. Package: ros-rolling-perception-pcl Version: 2.8.0-1noble.20260425.232006 Architecture: arm64 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.8.0-1noble.20260425.232006_arm64.deb Size: 6096 SHA256: 5beb066f0d5dc252fc140ecd71a362a6025350b170be35bb50a05cbfd6ec8126 SHA1: 751ef0252b60acf219c81057aba93e528bd673b8 MD5sum: 4c22c4ac29f276756bd7f3374479ffe6 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.4.1-1noble.20260425.102011 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 142 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-rolling-google-benchmark-vendor, ros-rolling-ament-cmake-google-benchmark, ros-rolling-osrf-testing-tools-cpp, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-performance-test-fixture/ros-rolling-performance-test-fixture_0.4.1-1noble.20260425.102011_arm64.deb Size: 18382 SHA256: 21ec46835c7b47e9a3d9e27be2826e559561d8f99a9b754022f52c49be6353d0 SHA1: af89d45466c589a9227ba5da3e934cd1a77d7824 MD5sum: e3e9acb0dd8a5f2ea8bc805d220101bc 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.4.1-1noble.20260425.102011 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 113 Depends: ros-rolling-performance-test-fixture (= 0.4.1-1noble.20260425.102011) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-performance-test-fixture/ros-rolling-performance-test-fixture-dbgsym_0.4.1-1noble.20260425.102011_arm64.deb Size: 91368 SHA256: 4ae368a9ff1a2293dc201aaff0403b6a54d2f3450ef4222fec194b8b8ed2384b SHA1: 1bb6eb03ca3998b9491c697ecf0ad4454233a98d MD5sum: a720e070a42b76dc0d094fefc0ef68e9 Description: debug symbols for ros-rolling-performance-test-fixture Build-Ids: e39c1d5173d2e096544d80bc9285d640cf736ccb Package: ros-rolling-persist-parameter-server Version: 1.0.5-1noble.20260425.195242 Architecture: arm64 Maintainer: Tomoya Fujita Installed-Size: 316 Depends: libboost-filesystem1.83.0 (>= 1.83.0), libboost-program-options1.83.0 (>= 1.83.0), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-persist-parameter-server/ros-rolling-persist-parameter-server_1.0.5-1noble.20260425.195242_arm64.deb Size: 90548 SHA256: 06abaf34a00c07f74c7c879407146e949c3996c36b39b7b7e08a64cbe8e71e2a SHA1: f6dc6e5963ccb14b358b6f72e5df4d13226eb974 MD5sum: be8b65c99ad602c756e3686422bafce1 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: 1.0.5-1noble.20260425.195242 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tomoya Fujita Installed-Size: 1454 Depends: ros-rolling-persist-parameter-server (= 1.0.5-1noble.20260425.195242) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-persist-parameter-server/ros-rolling-persist-parameter-server-dbgsym_1.0.5-1noble.20260425.195242_arm64.deb Size: 1312078 SHA256: 78520a45f482f4043e8bcef3eecded1207bbbd9dd6cf1909d8718144bee810da SHA1: 4795ac438e8b41be6660e2ff0300f64149db3986 MD5sum: 3c9302babe2341f3435fd10e93b31195 Description: debug symbols for ros-rolling-persist-parameter-server Build-Ids: a71c42a9b5eb71b839f529a0cd7441d7a58a1ae9 Package: ros-rolling-phidgets-accelerometer Version: 2.4.0-1noble.20260425.202501 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 253 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-accelerometer/ros-rolling-phidgets-accelerometer_2.4.0-1noble.20260425.202501_arm64.deb Size: 59776 SHA256: 3c69f1b2cf4681d1c490ce34e89c5e6b23eff16960d4a86441a0b326f740d205 SHA1: 38265abdb96ceb7a5e6df125ff5eb92d761e9cda MD5sum: f378d519ca408547b3362e8dcc686671 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-1noble.20260425.202501 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 944 Depends: ros-rolling-phidgets-accelerometer (= 2.4.0-1noble.20260425.202501) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-accelerometer/ros-rolling-phidgets-accelerometer-dbgsym_2.4.0-1noble.20260425.202501_arm64.deb Size: 846648 SHA256: e46493e941527bc3bbd5c05587645a0f36f002fc51b45a5745018d71ff352004 SHA1: 333d3f9a1c751111649a3f01c331c5968262966a MD5sum: 37a463601796e3737542356bd5163798 Description: debug symbols for ros-rolling-phidgets-accelerometer Build-Ids: 2f48e066468b5beae6cdd20ebfde7188a53d8bb0 Package: ros-rolling-phidgets-analog-inputs Version: 2.4.0-1noble.20260425.200208 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 252 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-analog-inputs/ros-rolling-phidgets-analog-inputs_2.4.0-1noble.20260425.200208_arm64.deb Size: 59422 SHA256: 6e99431121848e00558fc79e69d945a8fd62861812bd5815f0b275a470c909ba SHA1: c025409b1f18dea8171e0be8cb2661d03d39120d MD5sum: ad4f5a576a4b20e3dfec5171cb2190f3 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-1noble.20260425.200208 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 949 Depends: ros-rolling-phidgets-analog-inputs (= 2.4.0-1noble.20260425.200208) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-analog-inputs/ros-rolling-phidgets-analog-inputs-dbgsym_2.4.0-1noble.20260425.200208_arm64.deb Size: 852092 SHA256: 8ef90ac1199481f026098a69d6b3cf790dc2e48bf47229d3261ce5c635b7bf3c SHA1: 620b5cdc1b3ffa5348c986ba8519f0a1f46338f3 MD5sum: aff519a7baeb2b3ee374a367f1420bbc Description: debug symbols for ros-rolling-phidgets-analog-inputs Build-Ids: 2d78269e0e433f971d538c194a8b5690f816ae67 Package: ros-rolling-phidgets-analog-outputs Version: 2.4.0-1noble.20260425.200315 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 573 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-phidgets-api, ros-rolling-phidgets-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-analog-outputs/ros-rolling-phidgets-analog-outputs_2.4.0-1noble.20260425.200315_arm64.deb Size: 108372 SHA256: a9f7c279b34c5d9f09f5933cb0a66892df5d1d8bf0a2312b3ed82a575b7c884e SHA1: 93676345808b24a5f2886c4e08d84a9ffe261d8f MD5sum: 2b038d2454d1b0b93c2c9e19356d24ce 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-1noble.20260425.200315 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 2371 Depends: ros-rolling-phidgets-analog-outputs (= 2.4.0-1noble.20260425.200315) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-analog-outputs/ros-rolling-phidgets-analog-outputs-dbgsym_2.4.0-1noble.20260425.200315_arm64.deb Size: 2006090 SHA256: bbdf207033a979764748bbbbef86b14166fc8f344dc2fa9ab76f3794c41ad96d SHA1: 0e2580b78811eadc818e503ba7938887b2bf9a43 MD5sum: a44c4ec573e2f781e915c7d18a58e556 Description: debug symbols for ros-rolling-phidgets-analog-outputs Build-Ids: ac97865025e4190ea0c0f5a7adf21dfe45b6ae38 Package: ros-rolling-phidgets-api Version: 2.4.0-1noble.20260425.160451 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 271 Depends: libc6 (>= 2.17), 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-1noble.20260425.160451_arm64.deb Size: 44170 SHA256: 114cfd173b5c47085944181be667779e7ae757ea1957479f84f41c8ec7c71230 SHA1: f514c04e155c4f3d3433df51bbc448ad43d79171 MD5sum: 7cb37968d819595490ff63edffbba6f5 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-1noble.20260425.160451 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 517 Depends: ros-rolling-phidgets-api (= 2.4.0-1noble.20260425.160451) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-api/ros-rolling-phidgets-api-dbgsym_2.4.0-1noble.20260425.160451_arm64.deb Size: 444292 SHA256: 1ec6963f3f45ab16b1e159f1a2e2eff53bd08efa4a471710905eaeb41a345e3c SHA1: ce176af5a33d1b57e75a71d06569afa790f4dd57 MD5sum: aada7bbf5d11b63bf8b20fc061bd13b8 Description: debug symbols for ros-rolling-phidgets-api Build-Ids: e9747183e659bf52960881a1ba07446630a01ceb Package: ros-rolling-phidgets-digital-inputs Version: 2.4.0-1noble.20260425.200317 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 252 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-digital-inputs/ros-rolling-phidgets-digital-inputs_2.4.0-1noble.20260425.200317_arm64.deb Size: 58474 SHA256: a4a32eff6cd940b6f2e610c8670cc2f8fb1cda4a07fc25c82345716c24b8f0cb SHA1: c8502c196fdee8efa8b6f5e536f56f1b0e317770 MD5sum: 98370f084b6f988edb24fc5029d016a5 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-1noble.20260425.200317 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 945 Depends: ros-rolling-phidgets-digital-inputs (= 2.4.0-1noble.20260425.200317) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-digital-inputs/ros-rolling-phidgets-digital-inputs-dbgsym_2.4.0-1noble.20260425.200317_arm64.deb Size: 848316 SHA256: 292e3e7cae5f376d2caa9bf23172585f679943a20a4bf87873ed54a22d036807 SHA1: 89863d773780fd74b99d835b9659c8d3c4b329fa MD5sum: d90a4615490c87abb0e48e652f77849a Description: debug symbols for ros-rolling-phidgets-digital-inputs Build-Ids: 7ae0a6e6c55359ec51a5af9e77ad9f9eb186d883 Package: ros-rolling-phidgets-digital-outputs Version: 2.4.0-1noble.20260425.200301 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 574 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-phidgets-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-digital-outputs/ros-rolling-phidgets-digital-outputs_2.4.0-1noble.20260425.200301_arm64.deb Size: 108978 SHA256: 97a4529ce29c7df21b4194756bc22acafd750d554514d602487987972b628dbb SHA1: c48a403ade5a1836172f219e8df7e45460ccda16 MD5sum: e554ad568ea5c1dfbee90649872524d6 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-1noble.20260425.200301 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 2374 Depends: ros-rolling-phidgets-digital-outputs (= 2.4.0-1noble.20260425.200301) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-digital-outputs/ros-rolling-phidgets-digital-outputs-dbgsym_2.4.0-1noble.20260425.200301_arm64.deb Size: 2010524 SHA256: e703211998250f700521dfa86c54998729a4a6f0981c91286e70f5113a206a4b SHA1: e5081189208341c6f80c1aeb0fe3a81e3c3238cf MD5sum: cc0140f565c918631fcd6f8758dd0551 Description: debug symbols for ros-rolling-phidgets-digital-outputs Build-Ids: 74d587233354b667ca9bd5164bb5f39e0ad02508 Package: ros-rolling-phidgets-drivers Version: 2.4.0-1noble.20260425.203210 Architecture: arm64 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-1noble.20260425.203210_arm64.deb Size: 6502 SHA256: 6c7117934dafc37321693f495cd1c7147490818ea7dad58e3a0e29920c094fa4 SHA1: 51e3f372b9e3ea0a819d973569bd9f647e9babe0 MD5sum: 1c75451f3d13fb51d1d91f1b7d46d9a6 Description: API and ROS drivers for Phidgets devices Package: ros-rolling-phidgets-gyroscope Version: 2.4.0-1noble.20260425.195625 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 318 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-std-msgs, ros-rolling-std-srvs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-gyroscope/ros-rolling-phidgets-gyroscope_2.4.0-1noble.20260425.195625_arm64.deb Size: 80680 SHA256: dba85bcbb7a54914952e2d18c3948248feb01fa8a1920e07fa5b2a7e2f59b31a SHA1: 488b2cbe79617c761a8e8ce86781293bd5761fc8 MD5sum: 5b0e0c05ea7acfe95b90004aa1cdcda1 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-1noble.20260425.195625 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 1392 Depends: ros-rolling-phidgets-gyroscope (= 2.4.0-1noble.20260425.195625) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-gyroscope/ros-rolling-phidgets-gyroscope-dbgsym_2.4.0-1noble.20260425.195625_arm64.deb Size: 1233022 SHA256: 6bec29b82a40bd8000c3753a6ac2dd8cefe85b7fdaa6195ef970b3057face550 SHA1: c3701429da3505719382770444785f3bf9dc2f37 MD5sum: fb3cebbcffdb3f860a2141dcffca2be9 Description: debug symbols for ros-rolling-phidgets-gyroscope Build-Ids: bc46b2cad0bbf2e1d61fba90138a1ffb71489df8 Package: ros-rolling-phidgets-high-speed-encoder Version: 2.4.0-1noble.20260425.202504 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 317 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-phidgets-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-high-speed-encoder/ros-rolling-phidgets-high-speed-encoder_2.4.0-1noble.20260425.202504_arm64.deb Size: 83432 SHA256: bcd0326da6ba003c4c8ecaa3b7a4d71aa573bb7284e7dffa2d361991398ab6d6 SHA1: 53c79f034cab947c80dc857b893c81766b5956a4 MD5sum: 4246265befc2324b29f916716a1460cc 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-1noble.20260425.202504 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 1466 Depends: ros-rolling-phidgets-high-speed-encoder (= 2.4.0-1noble.20260425.202504) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-high-speed-encoder/ros-rolling-phidgets-high-speed-encoder-dbgsym_2.4.0-1noble.20260425.202504_arm64.deb Size: 1299808 SHA256: ac4424bf05a402368817ec5466b0a66c97ccfc7decaafb72f0f48dcf70e0029a SHA1: a54f01e2d9c7acadae9498da552ee4faaaef47d9 MD5sum: bd3dcf705834c1393f3b6c545e07a3e7 Description: debug symbols for ros-rolling-phidgets-high-speed-encoder Build-Ids: 1bc69b5b854fe9fd397eea02c6531fa8b4b0a48e Package: ros-rolling-phidgets-ik Version: 2.4.0-1noble.20260425.201006 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 49 Depends: ros-rolling-launch, ros-rolling-phidgets-analog-inputs, ros-rolling-phidgets-digital-inputs, ros-rolling-phidgets-digital-outputs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-ik/ros-rolling-phidgets-ik_2.4.0-1noble.20260425.201006_arm64.deb Size: 7470 SHA256: 9c0021235e74b54fbdc9e21be9c51a4ba329fcd220761a3ef6eee3806b62c507 SHA1: 6e225ffde3333580302eda06bb3e905c072aac6f MD5sum: 288189a5acb23ebb539c6f6c55324cb7 Description: Driver for the Phidgets InterfaceKit devices Package: ros-rolling-phidgets-magnetometer Version: 2.4.0-1noble.20260425.202520 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 253 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-magnetometer/ros-rolling-phidgets-magnetometer_2.4.0-1noble.20260425.202520_arm64.deb Size: 62264 SHA256: 28626965c5262f55311592dbde185af1021b52160a9b3c3fe563389fc66edfd2 SHA1: 740ec15ad7c6176a7509930861b2efea3e27e2d9 MD5sum: d46df1cb5781267f791f64c54bd0b267 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-1noble.20260425.202520 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 967 Depends: ros-rolling-phidgets-magnetometer (= 2.4.0-1noble.20260425.202520) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-magnetometer/ros-rolling-phidgets-magnetometer-dbgsym_2.4.0-1noble.20260425.202520_arm64.deb Size: 867172 SHA256: 0ea3cef0b864357158034a5f073664cc0f67ab2707cb9a4c16ff35c82c1190c7 SHA1: eb2211a0a81c8779001fe88dc90ca4eba34b2f43 MD5sum: 17f577e06e9106e00c14c46f43d38249 Description: debug symbols for ros-rolling-phidgets-magnetometer Build-Ids: a218e813a588c06622751fad7dc9cdfcfa2f2985 Package: ros-rolling-phidgets-motors Version: 2.4.0-1noble.20260425.200347 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 574 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-phidgets-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-motors/ros-rolling-phidgets-motors_2.4.0-1noble.20260425.200347_arm64.deb Size: 110686 SHA256: 4f0beb5640b021ac6b1b2b21cf0806641581956242fce4e06527e5888a9de3ec SHA1: 25e7a2854703dea90ae1d70b759c43bcf9f719c7 MD5sum: 006cc3ba9f2ec0eb89a96841dcbb447d 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-1noble.20260425.200347 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 2305 Depends: ros-rolling-phidgets-motors (= 2.4.0-1noble.20260425.200347) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-motors/ros-rolling-phidgets-motors-dbgsym_2.4.0-1noble.20260425.200347_arm64.deb Size: 1951192 SHA256: 93a0a90a5ff1539e08cb98d7a035a218980f1e61939f2635aaf43eb3a69039fc SHA1: d9fc10e7d749fb218d3631850dd5818ddf6003ed MD5sum: 4ff9ef27fd2b239bce4f7f7f2828c334 Description: debug symbols for ros-rolling-phidgets-motors Build-Ids: fc33d3da6ca6bd7467bed857f096a8c113ab7543 Package: ros-rolling-phidgets-msgs Version: 2.4.0-1noble.20260425.145958 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 2441 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-msgs/ros-rolling-phidgets-msgs_2.4.0-1noble.20260425.145958_arm64.deb Size: 155084 SHA256: f5d6663d8b6ccef432bf000b299f91d2a16003274ca9aac88e5039f8811c9f6b SHA1: 276b10f941a7b5e3a6d94a4aaac90bdde3a97910 MD5sum: 2d8608783228e1a37e98e83f9d85638d 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-1noble.20260425.145958 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 1548 Depends: ros-rolling-phidgets-msgs (= 2.4.0-1noble.20260425.145958) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-msgs/ros-rolling-phidgets-msgs-dbgsym_2.4.0-1noble.20260425.145958_arm64.deb Size: 1150524 SHA256: 94956fd19380683086a686746960be9341cf5864561aac74571999412cdafd66 SHA1: d68c939b8d39cd33eb343920dab8ac223d9ce3ae MD5sum: fc1b5f7d28441444290e227b871bab87 Description: debug symbols for ros-rolling-phidgets-msgs Build-Ids: 02e82e4385cfabb205e507e6e46601cc55e21e4e 6fa381f0fcbc973c77afe704a364023068bcd76a 850fd382d2c2da3c9cc0f0196c822c1182c6209e 875f8d9be41d4ae30d948c32d8b4660dbfafb619 a7e412e80801e0d2f5ae1df4b0a7767d500a5541 af59cf01ff92ebae64c6bbdfb88b5dbbfdcefab1 bdb6dc0e36aceac841c10f99c6355ce8eed29309 be22beba2f4cc9369cf09ce78d677d8dee5c2942 d997e56fb2138f46681155be0a8d89c95c9db5dc de671effeae96011fb9372853a207943570e079b ee35a2268b8c71ce5e867998d2f75483a876db11 Package: ros-rolling-phidgets-spatial Version: 2.4.0-1noble.20260425.195639 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 384 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-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-1noble.20260425.195639_arm64.deb Size: 95690 SHA256: 4e342bcdec28db901c318680413074892aad1e5ef6d9f1cedf7708430ed7ea20 SHA1: 1633803f7ea67410705bb468dfe1cf1005441346 MD5sum: a5ded7bcdb877b8f0b210ed671310473 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-1noble.20260425.195639 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 1697 Depends: ros-rolling-phidgets-spatial (= 2.4.0-1noble.20260425.195639) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-spatial/ros-rolling-phidgets-spatial-dbgsym_2.4.0-1noble.20260425.195639_arm64.deb Size: 1495934 SHA256: b0aa08a8c759eda9552f406a1d3e9875e97f794faa84d50b49d0e21243bb8dc7 SHA1: 7cd02b53e271df9838046ffbc1aab1cfbc74780a MD5sum: b12748396dee681ff71a14c2e3274723 Description: debug symbols for ros-rolling-phidgets-spatial Build-Ids: 2781d41be66f77bac9e8a89d8681190c29309d1e Package: ros-rolling-phidgets-stepper Version: 2.4.0-1noble.20260425.200022 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 702 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-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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-stepper/ros-rolling-phidgets-stepper_2.4.0-1noble.20260425.200022_arm64.deb Size: 144664 SHA256: b90aae7140cb08e20fe31ec32e8b978a6e9bf4b2cbd081088ec64e885b8da80b SHA1: 5a56884193927632c447db17ce715935fe33f4d6 MD5sum: 87aa3c5782e3aec4d191e7a3825918b0 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-1noble.20260425.200022 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 3246 Depends: ros-rolling-phidgets-stepper (= 2.4.0-1noble.20260425.200022) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-stepper/ros-rolling-phidgets-stepper-dbgsym_2.4.0-1noble.20260425.200022_arm64.deb Size: 2753862 SHA256: 38c0558c4c42c7d18a76ad50899c31339ac02392a8a6243413f251b7e5bf1a4d SHA1: d3492e464dcaf382bb9feb36809616966858c155 MD5sum: 6abeada58399ec62c3416a9b8e699ab9 Description: debug symbols for ros-rolling-phidgets-stepper Build-Ids: e8d49eaf7718e1f5b7e3c24f269909e300dc2aa0 Package: ros-rolling-phidgets-temperature Version: 2.4.0-1noble.20260425.200619 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 252 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-temperature/ros-rolling-phidgets-temperature_2.4.0-1noble.20260425.200619_arm64.deb Size: 57662 SHA256: dff3586684a3c67226369cc6e4e38e25f083189a74c135105bc9394fb92af9b2 SHA1: 35ffcdbb0f12738c32df9291662a9ba9e0e93b0c MD5sum: fa62d19a36b8a208f4dfe95f1c384995 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-1noble.20260425.200619 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 918 Depends: ros-rolling-phidgets-temperature (= 2.4.0-1noble.20260425.200619) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-temperature/ros-rolling-phidgets-temperature-dbgsym_2.4.0-1noble.20260425.200619_arm64.deb Size: 820698 SHA256: 5857cbbeb93ad1fc1bd29779c42e495623d0b4cc052158e2d7bc2380ed634069 SHA1: 08c90f2891c5096e69ed814f1a1dbdbe3f4affaa MD5sum: d8ffb06ef107569ab6205f6a69df55b4 Description: debug symbols for ros-rolling-phidgets-temperature Build-Ids: d546d83b829f20c9128d09f37f35762f3b7b7c84 Package: ros-rolling-picknik-ament-copyright Version: 0.0.2-4noble.20260423.220049 Architecture: arm64 Maintainer: Joe Schornak Installed-Size: 40 Depends: ros-rolling-ament-copyright, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-picknik-ament-copyright/ros-rolling-picknik-ament-copyright_0.0.2-4noble.20260423.220049_arm64.deb Size: 4890 SHA256: 0618e08cc9683b57db19d11b09dd11eb078a2a17ff9df474720fdfe704812d47 SHA1: 2a7580cf47a8b6a40c6fa261c4ec19c04eff84d7 MD5sum: 3393a35c40ecabbec115faeb2946e010 Description: Check PickNik-specific copyright headers. Package: ros-rolling-pid-controller Version: 6.6.0-1noble.20260425.230838 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 841 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.6.0-1noble.20260425.230838_arm64.deb Size: 186870 SHA256: dfd16c3518ae20aa480fb6f6600ed73108959866e74bba9ba277f6e252e12486 SHA1: 4dbf88bd4f5739a9ad515c3da7514d1b0cac670b MD5sum: 7ccc8cd9b9a57f457f6a5c976a949f5a 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.6.0-1noble.20260425.230838 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 3393 Depends: ros-rolling-pid-controller (= 6.6.0-1noble.20260425.230838) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pid-controller/ros-rolling-pid-controller-dbgsym_6.6.0-1noble.20260425.230838_arm64.deb Size: 2947172 SHA256: 11f65f9d9dc8335dd78edbf07df778474c2739ad6bdc4dc31f92cd2080c677b1 SHA1: b9bf5f8a503456e896708143a2b14d591525d610 MD5sum: 910fb767989c1de968f23f61dc7231d6 Description: debug symbols for ros-rolling-pid-controller Build-Ids: 66caca1316f103ab8e7da3fec100980b6afec9ab Package: ros-rolling-pinocchio Version: 3.9.0-1noble.20260425.153709 Architecture: arm64 Maintainer: Justin Carpentier Installed-Size: 22531 Depends: libboost-chrono1.83.0t64 (>= 1.83.0), libboost-filesystem1.83.0 (>= 1.83.0), libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py312, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.0), liboctomap1.9t64 (>= 1.9.7+dfsg), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-rolling-urdfdom, libboost-all-dev, libeigen3-dev, python3-dev, python3-numpy, ros-rolling-eigenpy, ros-rolling-hpp-fcl, 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_3.9.0-1noble.20260425.153709_arm64.deb Size: 3949130 SHA256: 8e2eb0d6e537c457132ab23260da97e31d5f04632409a9bacfbba855ba4034fa SHA1: f3c979268215a36b4e3731360fe6d79f835e3c74 MD5sum: 48ff6d0dec90d3a1bf6733f4106f4d22 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: 3.9.0-1noble.20260425.153709 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Justin Carpentier Installed-Size: 110626 Depends: ros-rolling-pinocchio (= 3.9.0-1noble.20260425.153709) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pinocchio/ros-rolling-pinocchio-dbgsym_3.9.0-1noble.20260425.153709_arm64.deb Size: 92663814 SHA256: c50d12ae4aabfc90d0d712c53fd40fd50c95e5c49ecb5a5c8c394014b64903d0 SHA1: 96d6a703fecd44b95f6c5c065092adcf93d67d80 MD5sum: d8e6666600dea15d1daf165f43dbed4c Description: debug symbols for ros-rolling-pinocchio Build-Ids: 265fdb35e6bd868eb8b7127213fe910a05167391 50b390f27def4f865af3b6a2f9a5d72bd46942f8 5bd7bf7d601fc0cec7719c0b3e59e2a6477e0f02 7956f71b6bc903a1b65541662fde3f0cb270d747 90b541291a5fe315a2bfdacc0a2b66d8f8af7c3d e24644667d43680f4fbbc3c7b2b758728157202c Package: ros-rolling-play-motion-builder-msgs Version: 1.4.1-1noble.20260425.124134 Architecture: arm64 Maintainer: davidfernandez Installed-Size: 5721 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-action-msgs, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-play-motion-builder-msgs/ros-rolling-play-motion-builder-msgs_1.4.1-1noble.20260425.124134_arm64.deb Size: 344156 SHA256: 44abb2b8371548bb0d549f73c49e49cf8746693c0e6dd3d76d31bd01d32cacba SHA1: 97a350ec2dfda03f8b902ce39c121278473a5843 MD5sum: f7158c537aad3e769693e4e1875432a7 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-1noble.20260425.124134 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: davidfernandez Installed-Size: 3621 Depends: ros-rolling-play-motion-builder-msgs (= 1.4.1-1noble.20260425.124134) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-play-motion-builder-msgs/ros-rolling-play-motion-builder-msgs-dbgsym_1.4.1-1noble.20260425.124134_arm64.deb Size: 2672168 SHA256: 027106aaba4a5269697faa38da2f54af3d9165ec59f66667c6166ffe7a6a54c8 SHA1: 8074fb416b0f010bf8545250542c2b0c63136b8b MD5sum: 527bddd0031573321706ef43191674ce Description: debug symbols for ros-rolling-play-motion-builder-msgs Build-Ids: 187f2692c75df84c1e8a3c23bd367c1fc3baf128 5c3777bbccf0a6a57a27f18c4f3662d4ea6d44b7 766ddab68fb812668423afeb16b122b69efa2509 7c3403ac85de47fefded9b5d5718ea33d27026ab 947bbc4b97699261c1a841ec4ec04f92727f488c 9f8c911b018511c109ecbb7d460ba09608ea7d1e aadf5fe2ef7b85f3ac20109df11fea722b810437 bd7468b99926303dfd55f32d8b7700f8e2afc90e d0dce235a1678fb8b188c39d0d758380e8102155 dc6a27cd372bd13f8678cf1c449eac15024c6e24 f83502fa3a829298267ab1ea5e79d6d5b3bd8a49 Package: ros-rolling-play-motion2-msgs Version: 1.8.4-1noble.20260425.124000 Architecture: arm64 Maintainer: Noel Jimenez Installed-Size: 6450 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-1noble.20260425.124000_arm64.deb Size: 365790 SHA256: 7e7842be275d7fcf2fd7a790681d48cb698cdafe4ecd27ebc8fc73c8048deda1 SHA1: fc805e0985df7e84883691d6b221799eaca3f4d7 MD5sum: e0de8bbf99054af9430fa14178a89032 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-1noble.20260425.124000 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Noel Jimenez Installed-Size: 4188 Depends: ros-rolling-play-motion2-msgs (= 1.8.4-1noble.20260425.124000) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-play-motion2-msgs/ros-rolling-play-motion2-msgs-dbgsym_1.8.4-1noble.20260425.124000_arm64.deb Size: 3091570 SHA256: f9f23893c0d32fb92918dfe48b6015c34b1e86947818149884a280fd86f0a626 SHA1: 9aa7db089e0df622ba2474d86bd44b97aebc59b1 MD5sum: df6769ce4b525f2e5b6ce6b38fb8fe3f Description: debug symbols for ros-rolling-play-motion2-msgs Build-Ids: 0ccce1106f123661afb7c14035f19b4e23c044b6 1f9f67f7f55f9ba2c839faeca24f12ada2ac06cb 320b9b6a287bc536fa127024a88a2af13466fe66 420cd2038a38d6ebc615bb0c5585eb8c619cedac 8d809a890d8f905e91c2f12d6f95c60e4056126a ac05e791d71dc9defc403149ed37e2f16bce7ddc bc489ee5e701fedd48bc2d4c6d60fd375fa0c40a bcd45bf3e20bee718f37d339b002f981272303fd bf46e449c8840d90f0401e2730aa936861cca28f ede28db501c2e43a2f84176208cdb53aa0400375 f3e65032eaf0b2e4024daf5acd144dddca0fa6d3 Package: ros-rolling-plotjuggler-msgs Version: 0.2.3-4noble.20260425.150324 Architecture: arm64 Maintainer: daf Installed-Size: 1434 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-plotjuggler-msgs/ros-rolling-plotjuggler-msgs_0.2.3-4noble.20260425.150324_arm64.deb Size: 91110 SHA256: 051b5e6d0bedf45c912f1b0203942a9d21c39654104f31df6bbd73941a2c3583 SHA1: f2a046e83e0da70d9d64a411839f3a1b63226b5d MD5sum: 372651fac5f5745a713724ea8aea0b93 Description: Special Messages for PlotJuggler Package: ros-rolling-plotjuggler-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-plotjuggler-msgs Version: 0.2.3-4noble.20260425.150324 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: daf Installed-Size: 881 Depends: ros-rolling-plotjuggler-msgs (= 0.2.3-4noble.20260425.150324) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-plotjuggler-msgs/ros-rolling-plotjuggler-msgs-dbgsym_0.2.3-4noble.20260425.150324_arm64.deb Size: 665054 SHA256: 8c9c642b4cf949df7c63829d7dc27e1b0e21960a17b7ea7e0e826741f24d9341 SHA1: d589bc88b84330bf7a161bd3887a2fead89c7f51 MD5sum: 70f4aa1aa4aa069d0573f96e043745b7 Description: debug symbols for ros-rolling-plotjuggler-msgs Build-Ids: 06d9f542b09139f8e882d2d1641b36e4c8b39cf6 0ed02c81ef958f8c9a9b965a15f463791f15a13a 4171d9fa032b7061e51349e3e06938257fe573aa 4660d9266b2797424c28ce9bf2a31091839546f5 89da12f18509325ec711ad23dfcf554c8f8c2869 aef9cb8b2b82e12aa85547edb4c1f6192aae09b6 b63014a0bbed41ab3769612a6aaa8962cab4dffc c26154df38423e16ca9bc07d78dae4435e03876f c7c6b26b0ff53b1ca7bc6467f0d9690f42e1a85e d338ff55b5c333f0f1db7de333ed2281860ab337 d917eecc13cb73f512d70d77d1eb6d41a7b80381 Package: ros-rolling-pluginlib Version: 5.8.4-1noble.20260425.095325 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 275 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libtinyxml2-dev, ros-rolling-ament-index-cpp, ros-rolling-class-loader, ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pluginlib/ros-rolling-pluginlib_5.8.4-1noble.20260425.095325_arm64.deb Size: 60054 SHA256: dacbfef2acf0e3b55ec036b414f582adddc521cbce1eee1d23d1a91014b48fb4 SHA1: 8752d883d417392c6f87bc6d47ee78ed09221cfe MD5sum: a5690bcb0bd2aa3f7e44d0f09e6237bd 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: 5.8.4-1noble.20260425.095325 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 468 Depends: ros-rolling-pluginlib (= 5.8.4-1noble.20260425.095325) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pluginlib/ros-rolling-pluginlib-dbgsym_5.8.4-1noble.20260425.095325_arm64.deb Size: 426852 SHA256: 732a88088a4835f2ca9683654b1602cc1e334ef294c8ea5003a1fe021ed58ba0 SHA1: e06363bccb935148208d5addfc68c48ce8c37947 MD5sum: 4bcc35a73c800bc36eef96dbd2a8928c Description: debug symbols for ros-rolling-pluginlib Build-Ids: 5dab30679424bb487e39a9504e1030073f4f48d0 Package: ros-rolling-point-cloud-interfaces Version: 6.1.0-1noble.20260425.144528 Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 1088 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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_6.1.0-1noble.20260425.144528_arm64.deb Size: 82656 SHA256: e15879c94ffd9bc7b1024d3c71e7d3f1102edce9928c6b05c315a4f6cdf992f3 SHA1: 630510b2de5bce3fa018ea68a6f8a171dd14706c MD5sum: 71ab5e4a9eee14773fbdc9461a8d818a 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: 6.1.0-1noble.20260425.144528 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Pecka Installed-Size: 721 Depends: ros-rolling-point-cloud-interfaces (= 6.1.0-1noble.20260425.144528) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-point-cloud-interfaces/ros-rolling-point-cloud-interfaces-dbgsym_6.1.0-1noble.20260425.144528_arm64.deb Size: 574672 SHA256: dff623cb638afc8690cf529b3621edf61e61b7900100be22369ac5795a0f78a4 SHA1: 1f6cb6bf3945c137fac6196c3423d3d806d3c230 MD5sum: ee6e76e162f1d97e215bf0d9c14ee848 Description: debug symbols for ros-rolling-point-cloud-interfaces Build-Ids: 171c34dac1cb297f8933ec19f461f372bdd2d56c 328d91f1e1d84e8742c694d49a8437f74aedc0cf 38fa35e42cc72ef9bae2b176db6b5b9d7141691c 4379cdea8ee12b656dd8d1c74a11cce5f91bb125 4cf893c596e6321227623ddc2656717f2f1e692d 9859741e0fa97fbc017916b57716b700adc47b54 aaa55c563da8d15c8e758b443584efd64ac2080a b8c0e3fb7cb05a483e6f3f0e37e1a2312215c892 c22e73cd8a5ec1df2ec22a539026a0edbc591838 f48ec8855250ecf792b0f01fda0c1687ce91d707 f5968b38dc6346c586fb2fd86db1bd0dc029fef9 Package: ros-rolling-point-cloud-msg-wrapper Version: 1.0.7-4noble.20260425.144536 Architecture: arm64 Maintainer: Apex.AI, Inc. Installed-Size: 94 Depends: ros-rolling-sensor-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-point-cloud-msg-wrapper/ros-rolling-point-cloud-msg-wrapper_1.0.7-4noble.20260425.144536_arm64.deb Size: 14970 SHA256: 34208f4617e088c710176725345cecad6124289ad35757a41f3a99df215e3cee SHA1: a66c43591f23dc2f29924c6520cd4324900c74ea MD5sum: 18fd7b3b76a4da89cc24ad68973d4aa3 Description: A point cloud message wrapper that allows for simple and safe PointCloud2 msg usage Package: ros-rolling-point-cloud-transport Version: 5.4.0-1noble.20260425.184726 Architecture: arm64 Maintainer: Alejandro Hernández Installed-Size: 2219 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libtinyxml2-dev, ros-rolling-message-filters, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rcpputils, ros-rolling-rmw, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-point-cloud-transport/ros-rolling-point-cloud-transport_5.4.0-1noble.20260425.184726_arm64.deb Size: 284964 SHA256: d68bb7ef229607e8563119b22d6771811979edfe0ba3997b915aa53124331c6e SHA1: 432705c7b886c209f776a5d9ddff7b50006f03aa MD5sum: 75d1872e83b33450a092ec814632b03e 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: 5.4.0-1noble.20260425.184726 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernández Installed-Size: 7823 Depends: ros-rolling-point-cloud-transport (= 5.4.0-1noble.20260425.184726) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-point-cloud-transport/ros-rolling-point-cloud-transport-dbgsym_5.4.0-1noble.20260425.184726_arm64.deb Size: 6978770 SHA256: 23297c64b2a78cb69aed82bab23dc4d5d1cbd68b1b67fc28e863020f2a8f5b27 SHA1: d0566b5edd640a7b8198cc4e0a57423b892cac1f MD5sum: 2c8f4f6d4bd7739c6030463a77581fc4 Description: debug symbols for ros-rolling-point-cloud-transport Build-Ids: 0488167fa53153524fecfc267eaea5f3d511e8e7 4384cebe70048d9cb9e9086dafbc2cc6d018fc83 acc6fbf43beff2765a1d3fd428e4aa7f500c633e e3f9aae6d753bc40fd183f3c55980d9726bb8ceb f81d905c830e46574dc466b164828e3070ffe76e Package: ros-rolling-point-cloud-transport-plugins Version: 6.1.0-1noble.20260425.190618 Architecture: arm64 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_6.1.0-1noble.20260425.190618_arm64.deb Size: 5968 SHA256: 1a5125b113432b3be71ffb2799c2e91bb0aea638d51440ab74c4e98720baa494 SHA1: 9367f12e3394059ff0a07e485539759a758c8a9d MD5sum: a00ddbb446364424d9e88e290c826338 Description: Metapackage with common point_cloud_transport plugins Package: ros-rolling-point-cloud-transport-py Version: 5.4.0-1noble.20260425.190628 Architecture: arm64 Maintainer: Alejandro Hernández Installed-Size: 519 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), pybind11-dev, ros-rolling-pluginlib, ros-rolling-point-cloud-transport, ros-rolling-rclcpp, ros-rolling-rpyutils, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-point-cloud-transport-py/ros-rolling-point-cloud-transport-py_5.4.0-1noble.20260425.190628_arm64.deb Size: 125258 SHA256: 4c6cbd3c0887ee92ea2b9b8cf1f826d6cb1dc4447d2c0330e70aaef4719bd433 SHA1: f1bbcd0f0286b2f7395097c9027fd49aeabe94e7 MD5sum: dafa7d867523d3d7775a88a4884be86b Description: Python API for point_cloud_transport Package: ros-rolling-point-cloud-transport-tutorial Version: 0.0.9-1noble.20260425.202300 Architecture: arm64 Maintainer: John D'Angelo Installed-Size: 921 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-point-cloud-transport-tutorial/ros-rolling-point-cloud-transport-tutorial_0.0.9-1noble.20260425.202300_arm64.deb Size: 713480 SHA256: c53abbcb7821f80e8bc855f028c54c65a51c2764d197b6cf11216dc9a8870fe1 SHA1: 5968fb6b3706791d17434aaa1bd3d457fceeed7f MD5sum: f47d6066346167736fb985d2088e7a95 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-1noble.20260425.202300 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: John D'Angelo Installed-Size: 1299 Depends: ros-rolling-point-cloud-transport-tutorial (= 0.0.9-1noble.20260425.202300) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-point-cloud-transport-tutorial/ros-rolling-point-cloud-transport-tutorial-dbgsym_0.0.9-1noble.20260425.202300_arm64.deb Size: 1225110 SHA256: 5c6d21c9c3604f479fe75dc3541622fb8cd85b96276ff6020f9d096f1ddaea68 SHA1: 0c9aa67254e0b46e7f7b6a5568d80e3a72ff23e0 MD5sum: 3f9fcf227acc0bece32e5483299534f4 Description: debug symbols for ros-rolling-point-cloud-transport-tutorial Build-Ids: 37e222a5cf4303e4b85639b31bcdbc1ad1cbf072 d2d8da437fadc0c0f02de88c3689e93e0e1b32ee faa03dba815de234d3fdc5f389af83313080f7d3 Package: ros-rolling-pointcloud-to-laserscan Version: 2.1.0-1noble.20260425.223832 Architecture: arm64 Maintainer: Paul Bovbel Installed-Size: 1502 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-laser-geometry, ros-rolling-launch, ros-rolling-launch-ros, ros-rolling-message-filters, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-tf2, ros-rolling-tf2-ros, ros-rolling-tf2-sensor-msgs, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/perception_pcl Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pointcloud-to-laserscan/ros-rolling-pointcloud-to-laserscan_2.1.0-1noble.20260425.223832_arm64.deb Size: 249918 SHA256: ec6813acb0b2a6d13b6278ffd9f2e8ff78dd919fb5bdad5db053cad2eff1ee67 SHA1: 0a500c599b0b2ab5bdddd331a3d07249b7124ab4 MD5sum: 874029057e2b06e8d192de9b55c1d446 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-rolling-pointcloud-to-laserscan-dbgsym Package-Type: ddeb Source: ros-rolling-pointcloud-to-laserscan Version: 2.1.0-1noble.20260425.223832 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Paul Bovbel Installed-Size: 8808 Depends: ros-rolling-pointcloud-to-laserscan (= 2.1.0-1noble.20260425.223832) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pointcloud-to-laserscan/ros-rolling-pointcloud-to-laserscan-dbgsym_2.1.0-1noble.20260425.223832_arm64.deb Size: 7720716 SHA256: 2ce26b8acff5c40c730c275bf348276f137ef8460037f5ca8fea6fc0c79ed639 SHA1: c88bd5a1682595a74613f26bfc20790705309583 MD5sum: 95b47cc9e73ad8887c39921c7c0d229b Description: debug symbols for ros-rolling-pointcloud-to-laserscan Build-Ids: 0cefed173f8af321320c1dec1034b426a8351552 8ed4a709a7f513981958dbcb0c2ca7e76a233688 9840b8515b91591bb678365be6be1c5a970247a7 9a1aec7c44456ba9984e1aaaf261dc16d8939a0f c310b1a8ca190aed85043c2464d81acbefab5d31 Package: ros-rolling-polygon-demos Version: 1.3.0-1noble.20260426.011405 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 375 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-angles, ros-rolling-color-util, ros-rolling-geometry-msgs, ros-rolling-polygon-msgs, ros-rolling-polygon-rviz-plugins, ros-rolling-polygon-utils, ros-rolling-rclcpp, ros-rolling-rviz-common, ros-rolling-rviz-default-plugins, ros-rolling-rviz2, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-polygon-demos/ros-rolling-polygon-demos_1.3.0-1noble.20260426.011405_arm64.deb Size: 82140 SHA256: f5dfde9281b6f43ee2fa7711c93d52e79de62b2fabbcdc88bdbee3dbc657cff9 SHA1: 22e1d98f987756c43fc8386f0bd57d4eac6a50de MD5sum: 783ae44b23f67f81be4d0c509ad69fb1 Description: Demo of polygon_rviz_plugins Package: ros-rolling-polygon-demos-dbgsym Package-Type: ddeb Source: ros-rolling-polygon-demos Version: 1.3.0-1noble.20260426.011405 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 1861 Depends: ros-rolling-polygon-demos (= 1.3.0-1noble.20260426.011405) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-polygon-demos/ros-rolling-polygon-demos-dbgsym_1.3.0-1noble.20260426.011405_arm64.deb Size: 1618734 SHA256: d89bc519b94cff2e3056925084c02b0993a48c6c215f8616aed4f2262c9f5301 SHA1: ae176d0b2946556de2760b149f7e07ee1fa2cc95 MD5sum: 3440f665a6c50b3c17a9932449b73b5c Description: debug symbols for ros-rolling-polygon-demos Build-Ids: b2d01b9ebc2960e5c41e2e30206bf7ebd242e89d Package: ros-rolling-polygon-msgs Version: 1.3.0-1noble.20260425.150400 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 1763 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-polygon-msgs/ros-rolling-polygon-msgs_1.3.0-1noble.20260425.150400_arm64.deb Size: 108188 SHA256: 97bb187dc3f2c7168337da9de86e0658bab881527bce115a58b0f773ed384205 SHA1: 683268c72c052dede4530a367f483e0d716540e3 MD5sum: 99a929aadeeb7ae30eafb088e5875cb0 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-1noble.20260425.150400 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 1258 Depends: ros-rolling-polygon-msgs (= 1.3.0-1noble.20260425.150400) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-polygon-msgs/ros-rolling-polygon-msgs-dbgsym_1.3.0-1noble.20260425.150400_arm64.deb Size: 967600 SHA256: 763c2b9fc55dd26213e772a30730d463833cfac4b367fdab3499e93f6d409beb SHA1: 2afe98dbaf86f22b882f4b289b9fb48d41fcbd5b MD5sum: 47ccf5a896b488fd4e52a3d6b0139ae6 Description: debug symbols for ros-rolling-polygon-msgs Build-Ids: 11c9f67ab531cf29a6753114e0a55a9dbec9f310 29429a60ebee5aa2f639f29676614aa689a3d929 33c22db7c9d19aac0be5366cdbd774306aa69ae3 48a51fb1f41234e062b7caac157d960c4222876a 4e930591067253a0841477cedcd8657e47f848ad 680dac7ea086ceab5e67dd8d688dfa6f76a67c36 6fd5b4555392a7c87c8d7761f7ed99f361ec9b48 a6496b4b8286985d7d71ce908d9d9af4e3be1838 b37a6d7e7a7f14e28fcee8d3fcca67e4b95ba6f3 c9f2d7899c438f6afb55e9123fd9b3b5db6c1b06 f1aee3be399e27688fdd11295deb8c1a5a96c46e Package: ros-rolling-polygon-rviz-plugins Version: 1.3.0-1noble.20260426.002532 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 1978 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.5.0), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libstdc++6 (>= 13.1), ros-rolling-rviz-ogre-vendor, ros-rolling-color-util, ros-rolling-geometry-msgs, ros-rolling-pluginlib, ros-rolling-polygon-msgs, ros-rolling-polygon-utils, ros-rolling-rviz-common, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-polygon-rviz-plugins/ros-rolling-polygon-rviz-plugins_1.3.0-1noble.20260426.002532_arm64.deb Size: 291194 SHA256: 17d3117f3f88aa6cfd2b4de19076c6f6f6d0c897382d2d4364ed0592cbe82f52 SHA1: cf2d687af15970dbdd5b02de47d5eac14155edc3 MD5sum: 314e211509929952655b12f6b8f10520 Description: RViz visualizations for polygons Package: ros-rolling-polygon-rviz-plugins-dbgsym Package-Type: ddeb Source: ros-rolling-polygon-rviz-plugins Version: 1.3.0-1noble.20260426.002532 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 14725 Depends: ros-rolling-polygon-rviz-plugins (= 1.3.0-1noble.20260426.002532) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-polygon-rviz-plugins/ros-rolling-polygon-rviz-plugins-dbgsym_1.3.0-1noble.20260426.002532_arm64.deb Size: 12361772 SHA256: 0f8bf1dd87101a014854608056f6a2425978a19378360df17e909f36f402d435 SHA1: 380b1ce90b567eef38cc0d241e8d8885655c71c5 MD5sum: e6bca326b541d19ed8f7875620044f81 Description: debug symbols for ros-rolling-polygon-rviz-plugins Build-Ids: c899c041bcf1ca02bfd469c7dd5ffa74dfaad123 Package: ros-rolling-polygon-utils Version: 1.3.0-1noble.20260425.151154 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 169 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), python3-shapely, ros-rolling-geometry-msgs, ros-rolling-polygon-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-polygon-utils/ros-rolling-polygon-utils_1.3.0-1noble.20260425.151154_arm64.deb Size: 31154 SHA256: 0f15b77bdbf1267b802c88b9cabd9d3c1b5254b4b21c599efa4c71fb6b494118 SHA1: 6582b18ac912fdbe9d97d7c6d132a36f340595ef MD5sum: 8c5ab8c0b04aa8753b6ef2ab471c4596 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-1noble.20260425.151154 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 175 Depends: ros-rolling-polygon-utils (= 1.3.0-1noble.20260425.151154) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-polygon-utils/ros-rolling-polygon-utils-dbgsym_1.3.0-1noble.20260425.151154_arm64.deb Size: 155302 SHA256: f872b63eb96626ff7bcb3fd34619e8892e64b579aeb62b5a082c764fc173886e SHA1: 2b256b6fddbf6750b0af9fba0289774ea9da957d MD5sum: 6a66ab003837690fc43f8d0e35a99923 Description: debug symbols for ros-rolling-polygon-utils Build-Ids: cab493d553783598e3904a5f2e3b245b4735eae0 Package: ros-rolling-pose-broadcaster Version: 6.6.0-1noble.20260425.230106 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 344 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+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.6.0-1noble.20260425.230106_arm64.deb Size: 91824 SHA256: 5a54fc72cf9e5621f469c7e3329bd7cfd9183149909bcadc7a18c0b0064c22e9 SHA1: 0069bd6e3e4e1c0b891b4b4ac3514f3162907bfe MD5sum: 252dc3f73ee2fa6e9ab4d06f48d7449f Description: Broadcaster to publish cartesian states. Package: ros-rolling-pose-broadcaster-dbgsym Package-Type: ddeb Source: ros-rolling-pose-broadcaster Version: 6.6.0-1noble.20260425.230106 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 1468 Depends: ros-rolling-pose-broadcaster (= 6.6.0-1noble.20260425.230106) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pose-broadcaster/ros-rolling-pose-broadcaster-dbgsym_6.6.0-1noble.20260425.230106_arm64.deb Size: 1315544 SHA256: 1054fdda37dc67c5048c00a21e273315662ebb77d7df2b772a0ac3b491b5d586 SHA1: 53ef58a9013baa85cf6349c33e9cd09b3045dbf1 MD5sum: c301ef99260b37efa0b742be789610ed Description: debug symbols for ros-rolling-pose-broadcaster Build-Ids: ecf99f213559f6c2275ef56dcf22cda579741898 Package: ros-rolling-pose-cov-ops Version: 0.4.0-1noble.20260425.215000 Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 139 Depends: libc6 (>= 2.17), ros-rolling-mrpt-libposes, ros-rolling-cv-bridge, ros-rolling-geometry-msgs, ros-rolling-mrpt-libros-bridge, ros-rolling-nav-msgs, ros-rolling-rclcpp, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-stereo-msgs, ros-rolling-tf2, ros-rolling-ros-workspace Homepage: https://wiki.ros.org/pose_cov_ops Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pose-cov-ops/ros-rolling-pose-cov-ops_0.4.0-1noble.20260425.215000_arm64.deb Size: 15180 SHA256: 03fd0a4e96f03385e3f4622d82de820c32c7261dd19121a1e7713c8df4c2c52f SHA1: 37b102ceaf8d22684796b560bb4a1050e462b665 MD5sum: 5bf66ebfc45f364526c6014331a9564c Description: C++ library for SE(2)/SE(3) pose composition operations with uncertainty Package: ros-rolling-pose-cov-ops-dbgsym Package-Type: ddeb Source: ros-rolling-pose-cov-ops Version: 0.4.0-1noble.20260425.215000 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 138 Depends: ros-rolling-pose-cov-ops (= 0.4.0-1noble.20260425.215000) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pose-cov-ops/ros-rolling-pose-cov-ops-dbgsym_0.4.0-1noble.20260425.215000_arm64.deb Size: 123886 SHA256: 6053eca18ba574d5bc03797f9ceec23e28d623e8e44b256f213e3675356f1799 SHA1: ef6e014459d6f679362664b1eb49c8e96b23ff75 MD5sum: 57d9e30e7ccb921e389b0d9d9053d536 Description: debug symbols for ros-rolling-pose-cov-ops Build-Ids: 82ac0a3c0af07e15021049fe5820015e9bf7511d Package: ros-rolling-position-controllers Version: 6.6.0-1noble.20260425.232558 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 139 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-backward-ros, ros-rolling-forward-command-controller, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-position-controllers/ros-rolling-position-controllers_6.6.0-1noble.20260425.232558_arm64.deb Size: 27288 SHA256: b4b466af5601a04a9a36bc402bc365c252ee1f30f5b7e36079444fa6397bad5d SHA1: 6fd05e6b0b2f19de64a2d0427af16bbe4427a88c MD5sum: 1725068ccdfdeab5e1b28037226c5373 Description: Generic position controller for forwarding position commands. Package: ros-rolling-position-controllers-dbgsym Package-Type: ddeb Source: ros-rolling-position-controllers Version: 6.6.0-1noble.20260425.232558 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 438 Depends: ros-rolling-position-controllers (= 6.6.0-1noble.20260425.232558) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-position-controllers/ros-rolling-position-controllers-dbgsym_6.6.0-1noble.20260425.232558_arm64.deb Size: 405436 SHA256: 8bd9d1979f77918b4fbfc2eeefbe1698da304c3bc98c564f89997a68083b93b8 SHA1: 8f4be36de5ac9ef0a98a0f75be48cc6bd63a34f0 MD5sum: d12402ce19b2aee66a46f5210f5306cd Description: debug symbols for ros-rolling-position-controllers Build-Ids: e2ab4245bf7d1b814ffb00e2ae308b08829608db Package: ros-rolling-protobuf-comm Version: 0.9.3-1noble.20260425.062903 Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 655 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), libboost-system-dev, libboost-thread-dev, libprotobuf-dev, libprotoc-dev, libspdlog-dev, openssl, protobuf-compiler, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-protobuf-comm/ros-rolling-protobuf-comm_0.9.3-1noble.20260425.062903_arm64.deb Size: 149472 SHA256: bb60833881b508fc332906f8336771e031aa17663fff6bcbf31ff2a580e70b11 SHA1: 7d808325b8c8a8afb7efc8fb22c72a3792567e7f MD5sum: 4e6d18d071473578ca6e73478cb66620 Description: Wrapper for protobuf communication using c++ Package: ros-rolling-protobuf-comm-dbgsym Package-Type: ddeb Source: ros-rolling-protobuf-comm Version: 0.9.3-1noble.20260425.062903 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tarik Viehmann Installed-Size: 3431 Depends: ros-rolling-protobuf-comm (= 0.9.3-1noble.20260425.062903) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-protobuf-comm/ros-rolling-protobuf-comm-dbgsym_0.9.3-1noble.20260425.062903_arm64.deb Size: 2884254 SHA256: 3348d0f0ae2262d363c0af9e685687d849689f5a447eca2919094e151aecbee2 SHA1: 5aeb31d77bdb2303aa6b10cf4beef4ce9cc3d42e MD5sum: 706bfeb1351ef09fdadddb49fb5eecbd Description: debug symbols for ros-rolling-protobuf-comm Build-Ids: 71e8a288e381702bdf7cdecd5939c030e542a9a4 Package: ros-rolling-proxsuite Version: 0.6.5-1noble.20260425.082528 Architecture: arm64 Maintainer: Justin Carpentier Installed-Size: 1247 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.6.5-1noble.20260425.082528_arm64.deb Size: 153968 SHA256: b214124c134d71b141f8af86ac3cebe57029f2ca11ff4b6c2e8ece2bbc3627e0 SHA1: 8eef1fb23e0b2f0b3d26fbad06340112f0decab9 MD5sum: a35f264ad1c140edf402aca0f035949f Description: The Advanced Proximal Optimization Toolbox Package: ros-rolling-py-binding-tools Version: 2.1.2-2noble.20260425.172709 Architecture: arm64 Maintainer: Robert Haschke Installed-Size: 407 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.2-2noble.20260425.172709_arm64.deb Size: 108682 SHA256: c48831b527180cf8e85fdb8f29e44c80a22defd9cdb5ee236a4f37791a2601dd SHA1: 7f9632a714b672752b1d56e47bada4add60169cb MD5sum: 971d550a22db11e3c143a7f996e79e34 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.2-2noble.20260425.172709 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Robert Haschke Installed-Size: 897 Depends: ros-rolling-py-binding-tools (= 2.1.2-2noble.20260425.172709) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-py-binding-tools/ros-rolling-py-binding-tools-dbgsym_2.1.2-2noble.20260425.172709_arm64.deb Size: 844022 SHA256: 0763c9c5a05ce439e62b1fd4eac5368aae545aa74cf62d538e78263ee43fd11d SHA1: 0d1f50d08920b35c7f64cfe14efb3006183fcfde MD5sum: 57e2932bba5f3d5b715799e624a835bb Description: debug symbols for ros-rolling-py-binding-tools Build-Ids: 475394ba137ae3fbc1c33a5f714b412ce4d944d6 Package: ros-rolling-py-trees Version: 2.4.0-1noble.20260425.082631 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 965 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.4.0-1noble.20260425.082631_arm64.deb Size: 170352 SHA256: 1109b63b270aefd79c6a14b3027f2c6d3e028f9fb80ff02f40f848ceb55a75c8 SHA1: 952c8ed14c22f095e113483834114d3d034203e7 MD5sum: a4dd286356d553a42a71f93f4a3f960b Description: Pythonic implementation of behaviour trees. Package: ros-rolling-py-trees-js Version: 0.6.6-1noble.20260425.082626 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 5158 Depends: libpyside2-dev, libshiboken2-dev, pyqt5-dev, python3-pyqt5, python3-pyqt5.qtsvg, python3-pyqt5.qtwebengine, python3-pyside2.qtsvg, python3-sip-dev, shiboken2, ros-rolling-ros-workspace Homepage: https://github.com/splintered-reality/py_trees_js Priority: optional Section: misc Filename: pool/main/r/ros-rolling-py-trees-js/ros-rolling-py-trees-js_0.6.6-1noble.20260425.082626_arm64.deb Size: 1177134 SHA256: 6108c0208fb0cdc981601ada8483ebada4f1860e9ce4089bb929e0e4b64a1e77 SHA1: bde832c11ffda3ef2bf6295d3f3f62362f923e39 MD5sum: f0710178983b69580aa158f53eece7c5 Description: Javascript library for visualising behaviour trees. Package: ros-rolling-py-trees-ros Version: 2.4.0-1noble.20260425.205147 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 547 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.4.0-1noble.20260425.205147_arm64.deb Size: 106122 SHA256: f80cc55c8d1fe10a40941e7cfedbade94c5bf85a36d8c3c5af3679e6d0b0866d SHA1: 17773309876e79ddbe9ee1f5fbe154b8f9e9aaec MD5sum: 09bf89e13f0eeba343db85482526c3e2 Description: ROS2 extensions and behaviours for py_trees. Package: ros-rolling-py-trees-ros-interfaces Version: 2.1.1-1noble.20260425.141006 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 10576 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.1-1noble.20260425.141006_arm64.deb Size: 579828 SHA256: 351d9a94af9a0102fec546a6e75b6032d3db6b242c5bc9d456d013e0f201d63b SHA1: 9d4c579ac8f48cb034b67f334a415a125381ea3a MD5sum: 12f3ff97a466e2bf7d0c2887c71050e0 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.1-1noble.20260425.141006 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 7014 Depends: ros-rolling-py-trees-ros-interfaces (= 2.1.1-1noble.20260425.141006) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-py-trees-ros-interfaces/ros-rolling-py-trees-ros-interfaces-dbgsym_2.1.1-1noble.20260425.141006_arm64.deb Size: 5163418 SHA256: 5fc3311ee24a6d5506927f7d298fd4db9d37bb443739a172e4393affc02f09c8 SHA1: e8e30022961bd0f4f35bbca4b1ffce638bf600c1 MD5sum: 07ea7ee0581e4ebb82070d2f73c54acc Description: debug symbols for ros-rolling-py-trees-ros-interfaces Build-Ids: 10f3b57bd6c7876ed76bb970cf8410a83d3f51b2 27ce9a2fbb3a7359de98f1e1bf8c41b816b698f7 34ea727f5cc1d2fcdeb2dc9ac0170f6d30496490 5916f0dfd25767722a22a7b72465d21229d6a9e1 6c09d097e42a18f1726fbe7e42626368a0e8fd07 7075778ba9241c40ece5898b093879ddcdbc8529 78d8ff83798e2a0d136589e397142ca9e958281f 837bbe6b25b0515ed64e639ca5f40e12d0905197 cf3c7f70359bd9a4e9972c878b70876de79ef1c2 dd241c1e7cfc894a903a79b100b9eb808d594844 e7db0abb1a733adccc2254f70277445b0920657b Package: ros-rolling-py-trees-ros-tutorials Version: 2.4.0-1noble.20260426.005020 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 494 Depends: libpyside2-dev, libshiboken2-dev, pyqt5-dev, python3-pyqt5, python3-pyqt5.qtsvg, python3-pyside2.qtsvg, python3-sip-dev, 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, shiboken2, 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.4.0-1noble.20260426.005020_arm64.deb Size: 91908 SHA256: 43927cbc857385ffa948ded0ddf2a038694641dcec4c9f77cce65f0ce1382f64 SHA1: ed8404cdcad95e14398b3fbedd592f3f1fecdf8c MD5sum: 3a49f80244d9aa5db47e17a8cc52da85 Description: Tutorials for py_trees on ROS2. Package: ros-rolling-py-trees-ros-viewer Version: 0.2.5-1noble.20260425.165648 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 246 Depends: libpyside2-dev, libshiboken2-dev, pyqt5-dev, python3-pyqt5, python3-pyqt5.qtsvg, python3-pyqt5.qtwebengine, python3-pyside2.qtsvg, python3-sip-dev, ros-rolling-py-trees-js, ros-rolling-py-trees-ros-interfaces, ros-rolling-rclpy, ros-rolling-unique-identifier-msgs, shiboken2, 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.2.5-1noble.20260425.165648_arm64.deb Size: 64352 SHA256: 61e2109bbf5e58fa5247770034db84c5832120c71a8f96eede1981aa1d627f54 SHA1: f851070fd88144049017aa631d8812a0aacfac00 MD5sum: 5a5ad605e8e31a0110f12ac4f3704f8c 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-1noble.20260425.093020 Architecture: arm64 Maintainer: Scott K Logan Installed-Size: 46 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-1noble.20260425.093020_arm64.deb Size: 6738 SHA256: f60c653d6f1fd2cd00acbf63f1a4229cb71a9b6420cc555dc79f3a3948743a81 SHA1: 4f595d06e0cbbe8c1f756f0c153e8e40dade485f MD5sum: 8c63acbb7ea50dd2d4d10f3dda9b70d7 Description: Wrapper around pybind11. Package: ros-rolling-pymoveit2 Version: 4.2.0-1noble.20260425.165513 Architecture: arm64 Maintainer: Andrej Orsula Installed-Size: 244 Depends: ros-rolling-action-msgs, ros-rolling-control-msgs, ros-rolling-geometry-msgs, ros-rolling-moveit-msgs, ros-rolling-rclpy, ros-rolling-sensor-msgs, ros-rolling-shape-msgs, ros-rolling-std-srvs, ros-rolling-trajectory-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pymoveit2/ros-rolling-pymoveit2_4.2.0-1noble.20260425.165513_arm64.deb Size: 27892 SHA256: 8aa65d70057f12fb339b4653ea99c03adfd04706c5de0b90c8cf55e13d29c1d7 SHA1: 662c9c979e3ec5bbb6637eaa00b744298c456e9d MD5sum: 6f5dae2fad1032dca0f438afdf8f9a57 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-1noble.20260425.093445 Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 50 Depends: python3-dev, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-python-cmake-module/ros-rolling-python-cmake-module_0.12.0-1noble.20260425.093445_arm64.deb Size: 7818 SHA256: 6ed5a1cfc41c57c7deb80bccc3058890141baf67461915ca359192d50380086c SHA1: 18799fcf26d8277ccb22d5e23e2ec878b8a94398 MD5sum: 9c2008b62d0a51cf217185a5e9df8193 Description: Provide CMake module with extra functionality for Python. Package: ros-rolling-python-orocos-kdl-vendor Version: 0.8.0-1noble.20260425.093638 Architecture: arm64 Maintainer: Jacob Perron Installed-Size: 45 Depends: python3-pykdl, ros-rolling-orocos-kdl-vendor, ros-rolling-pybind11-vendor, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-python-orocos-kdl-vendor/ros-rolling-python-orocos-kdl-vendor_0.8.0-1noble.20260425.093638_arm64.deb Size: 6292 SHA256: 8044852e5be7a2f4407cde23b4a3b18a2fe6cfeeae14a76bd16075b669ae429f SHA1: cbf3d72ca8e32c0a0d90c6bb91566d4a135f1d02 MD5sum: 2060ebe793dbe0bc1a83fe0e6410ce7f 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.5.4-1noble.20260428.034539 Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 89 Depends: libpyside2-dev, libshiboken2-dev, pyqt5-dev, python3-dev, python3-pyqt5, python3-pyqt5.qtsvg, python3-pyqtbuild, python3-pyside2.qtsvg, python3-sip-dev, python3-sipbuild, qtbase5-dev, shiboken2, 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.5.4-1noble.20260428.034539_arm64.deb Size: 16470 SHA256: 06f7f43b43b6d3e0bcaaba8c194a4e989d8c7dad26f7fe0b910ff35bdabad00b SHA1: c8da58d24750ec5f8d0247fe6dd625ed411bdef1 MD5sum: 0299a35d14fe51c029589187692636d1 Description: This stack provides Python bindings for Qt. There are two providers: pyside and pyqt. PySide2 is available under the GPL, LGPL and a commercial license. PyQt is released under the GPL. Both the bindings and tools to build bindings are included from each available provider. For PySide, it is called "Shiboken". For PyQt, this is called "SIP". Also provided is adapter code to make the user's Python code independent of which binding provider was actually used which makes it very easy to switch between these. Package: ros-rolling-qml-ros2-plugin Version: 3.26.30-1noble.20260425.211017 Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 3793 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libqt5core5t64 (>= 5.8.0), libqt5multimedia5 (>= 5.6.0~beta), libqt5network5t64 (>= 5.0.2), libqt5qml5 (>= 5.9.0~beta), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libqt5quick5, libyaml-cpp-dev, ros-rolling-ament-index-cpp, ros-rolling-image-transport, ros-rolling-rclcpp, ros-rolling-ros-babel-fish, ros-rolling-tf2-ros, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-qml-ros2-plugin/ros-rolling-qml-ros2-plugin_3.26.30-1noble.20260425.211017_arm64.deb Size: 462682 SHA256: 5b6cbd5b3c098d163529e6fabf6a043c7a2b6ec6c643605d26d47cd45c4d956b SHA1: 73ad4d50213692a5843e1bf44bdb80741b8020f4 MD5sum: 9566147ce38cecb73d83b1a80148dc6e Description: A QML plugin for ROS. Enables full communication with ROS from QML. Package: ros-rolling-qml-ros2-plugin-dbgsym Package-Type: ddeb Source: ros-rolling-qml-ros2-plugin Version: 3.26.30-1noble.20260425.211017 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 11089 Depends: ros-rolling-qml-ros2-plugin (= 3.26.30-1noble.20260425.211017) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-qml-ros2-plugin/ros-rolling-qml-ros2-plugin-dbgsym_3.26.30-1noble.20260425.211017_arm64.deb Size: 10101142 SHA256: f05e596335979d9d879934eaa596a5d60e5500ac26f078f2913df1c038dd66ec SHA1: 7f2c1c431c92be51ec65a307328b8ca5f2565cd9 MD5sum: 480da7f280bc05470f36835c2d406746 Description: debug symbols for ros-rolling-qml-ros2-plugin Build-Ids: 717c26fb3f5fe48e5d00c4f1a2c9440476b78d79 Package: ros-rolling-qml6-ros2-plugin Version: 4.26.42-1noble.20260425.210951 Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 2149 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libqt6core6t64 (>= 6.4.0), libqt6gui6t64 (>= 6.1.2), libqt6multimedia6 (>= 6.2.1), libqt6network6t64 (>= 6.1.2), libqt6qml6 (>= 6.2.0), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libqt6quick6, libyaml-cpp-dev, qt6-base-dev, qt6-declarative-dev, qt6-multimedia-dev, ros-rolling-ament-index-cpp, ros-rolling-image-transport, ros-rolling-rclcpp, ros-rolling-ros-babel-fish, ros-rolling-tf2-ros, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-qml6-ros2-plugin/ros-rolling-qml6-ros2-plugin_4.26.42-1noble.20260425.210951_arm64.deb Size: 504110 SHA256: 8fddb5bbf63c21b081d1e8462623256e2b48a65acd657bd675fa30c9103aab74 SHA1: f9d30ba2e22790888330ab595e59cab3ca9b9202 MD5sum: 2cdb26805b798fb95537b1f0fbd56d44 Description: A QML plugin for ROS. Enables full communication with ROS from QML. Package: ros-rolling-qml6-ros2-plugin-dbgsym Package-Type: ddeb Source: ros-rolling-qml6-ros2-plugin Version: 4.26.42-1noble.20260425.210951 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 12342 Depends: ros-rolling-qml6-ros2-plugin (= 4.26.42-1noble.20260425.210951) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-qml6-ros2-plugin/ros-rolling-qml6-ros2-plugin-dbgsym_4.26.42-1noble.20260425.210951_arm64.deb Size: 11257334 SHA256: 6bb67ca42503395915f08d51a7e9c6c10633940a038ee6b79f0967625bb99260 SHA1: 98a16fc3869f693bd4d2e961f6094c1455510f88 MD5sum: be47d206caed4e37b954ba99aaacc67c Description: debug symbols for ros-rolling-qml6-ros2-plugin Build-Ids: 889c55b9bdfaf943b63bd2bb623ea47fa9b3da3f Package: ros-rolling-qt-dotgraph Version: 2.10.7-1noble.20260428.035118 Architecture: arm64 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_2.10.7-1noble.20260428.035118_arm64.deb Size: 28364 SHA256: a54f3f16edc038c630b3e8e5209f5834997c53ecb85a7e8c00926b25819093d7 SHA1: 453838f86b857a4fbe0ec2412273ee33f99bc3d7 MD5sum: a786f65d7d0cf1fdae299d80f138716f Description: qt_dotgraph provides helpers to work with dot graphs. Package: ros-rolling-qt-gui Version: 2.10.7-1noble.20260428.035129 Architecture: arm64 Maintainer: Dirk Thomas Installed-Size: 365 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_2.10.7-1noble.20260428.035129_arm64.deb Size: 54368 SHA256: 920589362a415a19503761605489beea6ff5954ec3a207abb7ad3be0349fef53 SHA1: ef5ccbe55924b773585b0423fd3272e85260819d MD5sum: 4a9301a2da24f6a083e7849a314d165d Description: qt_gui provides the infrastructure for an integrated graphical user interface based on Qt. It is extensible with Python- and C++-based plugins (implemented in separate packages) which can contribute arbitrary widgets. It requires either PyQt or PySide bindings. Package: ros-rolling-qt-gui-app Version: 2.10.7-1noble.20260428.035910 Architecture: arm64 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_2.10.7-1noble.20260428.035910_arm64.deb Size: 6342 SHA256: 9ff86dbedb12d6aac7dd6e086ef195cfe6a6da64f566f4d6d68a020e18911766 SHA1: 7775a228007d650f2a8084eda5a52586be908165 MD5sum: ea6f9e30b86080372665b291bdb79ff7 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: 2.10.7-1noble.20260428.041931 Architecture: arm64 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_2.10.7-1noble.20260428.041931_arm64.deb Size: 6164 SHA256: 85f8c5eb8e6127c8d68f07a1c15b201076b877c50035573049eff8f0617f0ecd SHA1: 6b86ee98ce7e8670c62e2298eca49a8ce154758a MD5sum: 31899e01c90a45a4d1ea2c580322f2e2 Description: Integration of the ROS package system and ROS-specific plugins for a Qt-based GUI. Package: ros-rolling-qt-gui-cpp Version: 2.10.7-1noble.20260428.035653 Architecture: arm64 Maintainer: Dirk Thomas Installed-Size: 767 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.3.0), libstdc++6 (>= 13), libtinyxml2-10 (>= 10.0.0), libqt5widgets5t64, libtinyxml2-dev, qtbase5-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_2.10.7-1noble.20260428.035653_arm64.deb Size: 157422 SHA256: 54c1a081bb4873c44844d5fac73064c56c3264742878789f53e9d5e319b6d6f7 SHA1: cac44d07b930f0855473800c9c80319cfacf0e50 MD5sum: 2057d2d6926b4bb9664e049bfff5a983 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: 2.10.7-1noble.20260428.035653 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Dirk Thomas Installed-Size: 2780 Depends: ros-rolling-qt-gui-cpp (= 2.10.7-1noble.20260428.035653) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-qt-gui-cpp/ros-rolling-qt-gui-cpp-dbgsym_2.10.7-1noble.20260428.035653_arm64.deb Size: 2566440 SHA256: 203662b1a9f1eeb6d0a343fb29108b192160b2b1f7d40a98ea631afb8ea8e602 SHA1: 9a1395b7114da67b7b41580825f61cf003e752fb MD5sum: 07ce880e5eb73b6dfca572c98c311685 Description: debug symbols for ros-rolling-qt-gui-cpp Build-Ids: 3bf129739bcbd9fede18a7c3cb13661372761855 e90a77e049f8161825adc5ff783e1d27cce781d9 Package: ros-rolling-qt-gui-py-common Version: 2.10.7-1noble.20260428.035119 Architecture: arm64 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_2.10.7-1noble.20260428.035119_arm64.deb Size: 11622 SHA256: bbba527f2a630ccf1041eb023fafdd594a412c46d1cf71b58f37539c41e9ca3b SHA1: 8c276d69c576287a00788af42b011c95e5c4ac01 MD5sum: 4afb33167288a053f28906879ce7e4cd Description: qt_gui_py_common provides common functionality for GUI plugins written in Python. Package: ros-rolling-quality-of-service-demo-cpp Version: 0.37.8-1noble.20260425.195245 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 4191 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.37.8-1noble.20260425.195245_arm64.deb Size: 419884 SHA256: eec1d4546d33db496a6610331996641978088845bc1296ab8b0df7cec67f811b SHA1: b242910ab1d5b7997c194e6394ed5aaa6f91388c MD5sum: 637d326526bdcdb2f130c5fbc4525095 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.37.8-1noble.20260425.195245 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 20275 Depends: ros-rolling-quality-of-service-demo-cpp (= 0.37.8-1noble.20260425.195245) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-quality-of-service-demo-cpp/ros-rolling-quality-of-service-demo-cpp-dbgsym_0.37.8-1noble.20260425.195245_arm64.deb Size: 16697510 SHA256: f6a6e6799ef095a30644aecfe4613874a21457c159e0838aea0a3aa8bb505520 SHA1: 2f9387425c9b7c01f926f6eddfeea6aab0221041 MD5sum: 5d7c7ec458c64b1c45feab7b8c6e429d Description: debug symbols for ros-rolling-quality-of-service-demo-cpp Build-Ids: 05c103ca6cdf82c0ba6cd9e1b2c7a2ce651715da 09b051df0b7e65df01e44aa9f2b48691742aeead 2631d1f1910504970097173827de6d8fc8709430 31575d9d727ea96090a805c05860583795baf715 3231aa116b2d7564d57e02af37800e2cbd091667 4b38ab6e61be8504088d8b07a7a2b1670d9a6e9c 64b6387110b58255baf7941b8b854dbd8f60f7f7 6632b71f3f1762d811697b9261d5973d6b8d7763 8199b59c1714de2cdbe8756508cdb2bbb7fd8af0 b9c3e74a9d7b982a1c31a1cd0a878c2d56c50882 becd8b24f712070c2a57a033674dc79b06fd7513 c2ad2816bdb554cb7e425b3aa216932d450822d1 Package: ros-rolling-quality-of-service-demo-py Version: 0.37.8-1noble.20260425.202955 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 114 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.37.8-1noble.20260425.202955_arm64.deb Size: 21128 SHA256: 0a59e1b2366b90ceee68533746f087b6ad458f4e9d9647c4995351299912f5c3 SHA1: b4868780b95271beba5451b4f5b916554634177e MD5sum: 70843882d0e714ba5b5ca960f10503e4 Description: Python Demo applications for Quality of Service features Package: ros-rolling-r2r-spl-7 Version: 3.0.1-3noble.20260425.203119 Architecture: arm64 Maintainer: ijnek Installed-Size: 41 Depends: ros-rolling-rclpy, ros-rolling-splsm-7-conversion, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-r2r-spl-7/ros-rolling-r2r-spl-7_3.0.1-3noble.20260425.203119_arm64.deb Size: 6596 SHA256: 79f4992a2bc1ff1d150127d02ab932f0aa4f6807e71f6f610b8b10498b845dc7 SHA1: f36595a2ebb48f1aa7cb2f90cf0049f96a794faa MD5sum: a32f6b24908e1ac0a2d3dc97ed9bbafd Description: Robot-To-Robot communication in RoboCup SPL using SPLSM V7 Package: ros-rolling-radar-msgs Version: 0.2.2-3noble.20260425.141926 Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 1416 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-radar-msgs/ros-rolling-radar-msgs_0.2.2-3noble.20260425.141926_arm64.deb Size: 85930 SHA256: d0639238b7ecb4ebe7d90507e63eb60b0c1e556ccd583765306c095aa03b7f25 SHA1: b404c087f06e21e55c1a2c18eb5c8e1f76c5cabb MD5sum: dca1c1e5aaabebcf6154491cd54a822a Description: Standard ROS messages for radars Package: ros-rolling-radar-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-radar-msgs Version: 0.2.2-3noble.20260425.141926 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Steve Macenski Installed-Size: 727 Depends: ros-rolling-radar-msgs (= 0.2.2-3noble.20260425.141926) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-radar-msgs/ros-rolling-radar-msgs-dbgsym_0.2.2-3noble.20260425.141926_arm64.deb Size: 538516 SHA256: bcc23dbf2ed54b1473ec179565a8f86645817c87913377a18430858938a57702 SHA1: a7cf3bccb035bcbbb51f182f3e61c95c98238238 MD5sum: b5d35fa03acfc278839b6504ac5c9685 Description: debug symbols for ros-rolling-radar-msgs Build-Ids: 08a7d6b1398d68e2fac5d9c8d042ef02a43f6a15 341899b1f811a9aabaf2d4a42d8e003573516567 4914b3e632ffdfc5f2bd93c66dfccfcd91a6cb5b 5577a20240e611646a9ae585269d24f62d911cbc a37f966707cb55d2d26b22e0e0399791bd204dd4 b214df17703d877fd30e434ebd77f6d7030c545c b7b5f2c3d4a00dcf4b9426f4dbbbc698cd5ea8ff dcc0c1c2a3133bb3d81e520f566c0bfbf5730f9b e90269949459cd8bb8764257b6d1554464f7acbb eb0a4391840394597b9f8bf58a4e3872fb503301 ff20d9402eabc765fd13ae64ef1170587fbf3044 Package: ros-rolling-random-numbers Version: 2.0.4-1noble.20260425.093503 Architecture: arm64 Maintainer: Anas M'chichou Installed-Size: 132 Depends: libc6 (>= 2.17), 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.4-1noble.20260425.093503_arm64.deb Size: 25286 SHA256: 3ccd95904f13b1657e5aca4726e8b51987d16e14cf7239dfc0cfb2fe5db6a278 SHA1: e2346bd0a1ccc5188f5d00c185e96aa51ef86d60 MD5sum: 43b61f6ca6c22333786741bc20afba32 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.4-1noble.20260425.093503 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Anas M'chichou Installed-Size: 175 Depends: ros-rolling-random-numbers (= 2.0.4-1noble.20260425.093503) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-random-numbers/ros-rolling-random-numbers-dbgsym_2.0.4-1noble.20260425.093503_arm64.deb Size: 132744 SHA256: 53e68a31b1bc978b3958e2943ae38da297f6da5ab7d638a547db938ad3b809cd SHA1: 316bda89e41bc0f12200026e247c40e448838fd8 MD5sum: 3ce61892675bd6deea392c4ac99ccc32 Description: debug symbols for ros-rolling-random-numbers Build-Ids: ccf692c8073459639d924558cfe174756df05191 Package: ros-rolling-range-sensor-broadcaster Version: 6.6.0-1noble.20260425.233658 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 284 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.6.0-1noble.20260425.233658_arm64.deb Size: 79422 SHA256: 42a1540588ca573143546398dcf0d00442c72cc19e611fc9d15de10dd57f1a45 SHA1: 3b376ac6bcd1aaecdb6404e36389909c407a3664 MD5sum: 21867e77b96c33bf35a801604238fb51 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.6.0-1noble.20260425.233658 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 1137 Depends: ros-rolling-range-sensor-broadcaster (= 6.6.0-1noble.20260425.233658) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-range-sensor-broadcaster/ros-rolling-range-sensor-broadcaster-dbgsym_6.6.0-1noble.20260425.233658_arm64.deb Size: 1031990 SHA256: a5caa7ed7eae59b37739a313b7928d895c872c677461e46175f1434bc8ad29d9 SHA1: 223a3086cc7b8cb14589d2c30a70f20bc713cc3f MD5sum: f96f94f539d7bbf357bd72ec84afd5b2 Description: debug symbols for ros-rolling-range-sensor-broadcaster Build-Ids: 34bad210b022e52b20f78a9cb384f23676f861d4 Package: ros-rolling-raspimouse-msgs Version: 2.0.0-1noble.20260425.125204 Architecture: arm64 Maintainer: RT Corporation Installed-Size: 1191 Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-raspimouse-msgs/ros-rolling-raspimouse-msgs_2.0.0-1noble.20260425.125204_arm64.deb Size: 57244 SHA256: 2ec5e078268c151282dc4224f384a7d60364d989ad48fd63a14363b801ba88f1 SHA1: c67d97de0abde6203158e69fd0e9ea063e131151 MD5sum: a1b3222a121ea85e5e6bdda483b199a9 Description: RaspiMouse messages Package: ros-rolling-raspimouse-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-raspimouse-msgs Version: 2.0.0-1noble.20260425.125204 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: RT Corporation Installed-Size: 472 Depends: ros-rolling-raspimouse-msgs (= 2.0.0-1noble.20260425.125204) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-raspimouse-msgs/ros-rolling-raspimouse-msgs-dbgsym_2.0.0-1noble.20260425.125204_arm64.deb Size: 323280 SHA256: 2a7e5a66ffae2106b2a1ba3ff5707b88e8bfe7be31d2609830b0569f27d945a1 SHA1: ce23e2588c5b85de5492a7b38c81a04ccd40ccb3 MD5sum: a58a870df8c7ecdc2cffba533c9c1652 Description: debug symbols for ros-rolling-raspimouse-msgs Build-Ids: 0270baabb16225dfc18809ca44a84173c8ee047d 08baf35a1de8a34a92f26eb38a14ff6c6b0ecbd2 14e7e86b7d40b039012c2fe1dcc8c8d356103324 1f6978b9f0da3326cc5def1d0233f5d974e32306 21f2d9650d032c98620a34a2741d3fdd42664d22 8e12285e2cef061fe7611c5d4f840a9e6264bae5 b75eeaa1fa84742e66c02a39e25cb15a88114e55 dc13607a88d4d343e7195bcedfe8c817b20f3730 e6fbf22739a786fd226a153c159d264f5ca6adb7 e9637713c2131b9b78c17a95c1260e6b0d62fb8f fcbccd56e305af5412b9736abd39d76a56fd0398 Package: ros-rolling-rc-common-msgs Version: 0.5.3-5noble.20260425.150412 Architecture: arm64 Maintainer: Felix Ruess Installed-Size: 1632 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rc-common-msgs/ros-rolling-rc-common-msgs_0.5.3-5noble.20260425.150412_arm64.deb Size: 114402 SHA256: ee8643d246e6743c3818a1facfceb9e855aa3e484a17085e53007f9ac97d370a SHA1: 80915c16fb1745340e0d60ce57103d1977e9f036 MD5sum: f41b44834e0b9fbf1588b9f4028e958b 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-5noble.20260425.150412 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Felix Ruess Installed-Size: 1053 Depends: ros-rolling-rc-common-msgs (= 0.5.3-5noble.20260425.150412) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rc-common-msgs/ros-rolling-rc-common-msgs-dbgsym_0.5.3-5noble.20260425.150412_arm64.deb Size: 795420 SHA256: b64d4c724d72500482df06b59ecef1dc1bda4a0f829cf599d69e80874b71e6e6 SHA1: 7e6124fcb9342d5afd13f9db04cf945bd6665991 MD5sum: d1f2c399e9acd84acb7a1f479032999b Description: debug symbols for ros-rolling-rc-common-msgs Build-Ids: 03e1845ce1b76143fe048a072a907212029a9e4f 246147e5634cc840ac216332006fc0e8de56894d 292b428eef6199cdfd16b4f5d54ebe08a9743ec4 2bfa2f20f61e56be7a845c130d0379d10a1b5ef0 3d15844d3bdbb2302bc8abe5fb57f85123950f7c 40458563de3f4a71049d049cb70622fe164e0574 68edf04b806e3f085d4dc2d0e25faec17b6e7c25 87e35abe2384f615283d9d57b85920daa884f11d 96b05ee46cd5417388bf88637f5ecd831c227c66 b167ff4c158f16e4ffd43e8075605ba85ebfefb3 bef3c17d01c7361c2e889493a0c91571c970a9c9 Package: ros-rolling-rc-dynamics-api Version: 0.10.5-1noble.20260424.000206 Architecture: arm64 Maintainer: Felix Ruess Installed-Size: 1246 Depends: libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), curl, libcurl4-openssl-dev, libprotobuf32, ros-rolling-ros-workspace Homepage: http://rc-visard.com Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rc-dynamics-api/ros-rolling-rc-dynamics-api_0.10.5-1noble.20260424.000206_arm64.deb Size: 267254 SHA256: 49480c8d64d1743218533de090767b0549ba3eea9ab53216f9cc1507d776f42f SHA1: f2c5b8599efd969d1221969b3e06a308bea8c950 MD5sum: 5af06fbcaed269e2593dde96eb9aa342 Description: The rc_dynamics_api provides an API for easy handling of the dynamic-state data streams provided by Roboception's stereo camera with self-localization. See http://rc-visard.com Dynamic-state estimates of the rc_visard relate to its self-localization and ego-motion estimation. These states refer to rc_visard's current pose, velocity, or acceleration and are published on demand via several data streams. For a complete list and descriptions of these dynamics states and the respective data streams please refer to rc_visard's user manual. Package: ros-rolling-rc-dynamics-api-dbgsym Package-Type: ddeb Source: ros-rolling-rc-dynamics-api Version: 0.10.5-1noble.20260424.000206 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Felix Ruess Installed-Size: 6130 Depends: ros-rolling-rc-dynamics-api (= 0.10.5-1noble.20260424.000206) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rc-dynamics-api/ros-rolling-rc-dynamics-api-dbgsym_0.10.5-1noble.20260424.000206_arm64.deb Size: 5695244 SHA256: 5c88fa628685017669d3ebb6439bbe9ecb85a280f988b6c8a797e4c9b4eff024 SHA1: 213e8ff21005bb441c1793046428e762520e5983 MD5sum: 257c40bd7ab15ab107e37a5e1959579f Description: debug symbols for ros-rolling-rc-dynamics-api Build-Ids: 3bc86ea5e5f12bc9af274122f00b1873a352f2c5 ccca409a12fb244d7036259abcebb00389635d3f Package: ros-rolling-rc-genicam-api Version: 2.8.1-1noble.20260425.082635 Architecture: arm64 Maintainer: Felix Ruess Installed-Size: 16178 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libncurses6 (>= 6), libpng16-16t64 (>= 1.6.2), 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.1-1noble.20260425.082635_arm64.deb Size: 2907234 SHA256: 9803b09dcfa2562a2ec64b3b824c402701ee521cf058442c19eef9acd6b65025 SHA1: 03ec3c4b3c9de169ce79369996029e8b9e17bf1a MD5sum: ed1a99b9a04408b6d75297f94f4f5b62 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.1-1noble.20260425.082635 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Felix Ruess Installed-Size: 5846 Depends: ros-rolling-rc-genicam-api (= 2.8.1-1noble.20260425.082635) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rc-genicam-api/ros-rolling-rc-genicam-api-dbgsym_2.8.1-1noble.20260425.082635_arm64.deb Size: 5250314 SHA256: 07d38ea1fe03e17012c4d55a4a20543429990b40e360dc1a45a0d6c448da150c SHA1: 403b545f02dfe620b3789e997b33ba694d41d715 MD5sum: 71a389c04c05aa9b1f08c20cba819a38 Description: debug symbols for ros-rolling-rc-genicam-api Build-Ids: 3dafdf54de129db737a6a6fb51f17e16fde91657 6750c7545044a2a3e2ac3ab4dbb5a2f5b0cc891f 9eacccdab4b3ebdfc1bb9e372f893a99c54f8b5e b70e3c3cbb1f40404045c81f2bfa5a8c3b129eb8 f9e1d269b276393c49c4808381b694c4b95229ce fc83b32ff84db7fdb77992c34e127f36e97ac6fc Package: ros-rolling-rc-genicam-driver Version: 0.4.0-1noble.20260425.193041 Architecture: arm64 Maintainer: Felix Ruess Installed-Size: 717 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-rc-genicam-api, ros-rolling-diagnostic-updater, ros-rolling-image-transport, ros-rolling-rc-common-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-stereo-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rc-genicam-driver/ros-rolling-rc-genicam-driver_0.4.0-1noble.20260425.193041_arm64.deb Size: 182698 SHA256: 5fd5449cd4e860765b37cb18fe76b746771412236b95068fab43678e9083e860 SHA1: 61245c2c0a6dab308087d61cb13002cedc7d3fe1 MD5sum: 4670b972615afc4c3fd76116e6138d1f Description: Driver for rc_visard and rc_cube from Roboception GmbH Package: ros-rolling-rc-genicam-driver-dbgsym Package-Type: ddeb Source: ros-rolling-rc-genicam-driver Version: 0.4.0-1noble.20260425.193041 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Felix Ruess Installed-Size: 5721 Depends: ros-rolling-rc-genicam-driver (= 0.4.0-1noble.20260425.193041) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rc-genicam-driver/ros-rolling-rc-genicam-driver-dbgsym_0.4.0-1noble.20260425.193041_arm64.deb Size: 5147498 SHA256: 2cd549eb9701ca2e61d6c2f9bd1e91ac73b47b8263cdc62cb925ebcee2a16d8d SHA1: ee4fac80d3cef2f8b4c99c646ffe6e42402842d3 MD5sum: fffbc1cc5474593beffdfe60b7bd2c1e Description: debug symbols for ros-rolling-rc-genicam-driver Build-Ids: 3447929c1a9de68223eeda1fbc2c8803f25ed48c 3e7fe00ddbf79e6f69fc0e6cf189e4913e5cccb9 Package: ros-rolling-rc-reason-clients Version: 0.5.0-1noble.20260426.003213 Architecture: arm64 Maintainer: ruess Installed-Size: 218 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rc-reason-clients/ros-rolling-rc-reason-clients_0.5.0-1noble.20260426.003213_arm64.deb Size: 41486 SHA256: 13308a4fec35ec46832f5d3c608a3c76e03ea780dfcbea4920b4ab8e519ee541 SHA1: 8529a4072e9d5663f050f784e960672dce9f1c4f MD5sum: e3b0aec8d00d2f658f4234c0b6bd8650 Description: Clients for interfacing with Roboception reason modules on rc_visard and rc_cube. Package: ros-rolling-rc-reason-msgs Version: 0.5.0-1noble.20260425.151144 Architecture: arm64 Maintainer: Felix Ruess Installed-Size: 16009 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rc-reason-msgs/ros-rolling-rc-reason-msgs_0.5.0-1noble.20260425.151144_arm64.deb Size: 909952 SHA256: 011a91de8b99fa52e721c16ebdfc45d3cd26ea34aba3be85878c923a9e3ef178 SHA1: 93465a52899e277e2308652fff94923e508c29ca MD5sum: acb52818989c8ce2754e418db2449019 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-1noble.20260425.151144 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Felix Ruess Installed-Size: 12606 Depends: ros-rolling-rc-reason-msgs (= 0.5.0-1noble.20260425.151144) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rc-reason-msgs/ros-rolling-rc-reason-msgs-dbgsym_0.5.0-1noble.20260425.151144_arm64.deb Size: 9844666 SHA256: 8de5677baf1b82774a1cde26feca09910ec2b1b383a8fd057f6b489f5cd06b0c SHA1: ed78d523d19164eefd1a58e4e7776ab9f88e8879 MD5sum: 9b2fb9e5b3e05a8edee5e039272df200 Description: debug symbols for ros-rolling-rc-reason-msgs Build-Ids: 186aeb8e8e948aa3fdfa3d4313adcce900726be1 3ea359c903f3bab0b0091dd2ba8f7c972cef8381 4b25ef00be61c714b97b684946ac62e6c31b0bfa 60d6c9aff7a3f0e10c65966961c6c4a77a40475f 6aba179830a0bc58c29ac358864ed4519c024b5f 773d0179a51ed0b24be2eeb84ba6107f623c23f7 ae0a9871abd37345a7421beecd239879d71746e8 c2ed6aa0c0a09085182e8912d586b33601df6c38 d676f24eb248be9d74bc2afa5a41b99599159909 df2eb42a98032005df83f4937975891295d55b27 ea9ce67ac9ffee042291770b3426fa8dce11a3f4 Package: ros-rolling-rcdiscover Version: 1.1.7-1noble.20260424.000220 Architecture: arm64 Maintainer: Felix Ruess Installed-Size: 337 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcdiscover/ros-rolling-rcdiscover_1.1.7-1noble.20260424.000220_arm64.deb Size: 73844 SHA256: b0f11de606ef9659938996812afa7fbacd5361cbf113bd4582f8609e95bdf341 SHA1: 2d02250c7eb8d8d851a20db935cfc319eda87f38 MD5sum: c606bd35b24baef5082e3ee9038e8e99 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: 1.1.7-1noble.20260424.000220 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Felix Ruess Installed-Size: 1224 Depends: ros-rolling-rcdiscover (= 1.1.7-1noble.20260424.000220) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcdiscover/ros-rolling-rcdiscover-dbgsym_1.1.7-1noble.20260424.000220_arm64.deb Size: 1096656 SHA256: 76776df4288836f3559e96f0994a2dd2106ec829185e4b07eedc568dc45382b6 SHA1: a677ceada2f120c7ac1bf24abced64befe84e34c MD5sum: 7f633e07e62dea70e741f0495a7d3e89 Description: debug symbols for ros-rolling-rcdiscover Build-Ids: 033da00bfd5198f0eff0a325b4cbfefc3684ee55 21e722074381ef947091853b22a7bca1e4394d69 Package: ros-rolling-rcl Version: 10.4.3-1noble.20260425.162856 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 853 Depends: libc6 (>= 2.17), 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.4.3-1noble.20260425.162856_arm64.deb Size: 167942 SHA256: 2e3daf860de3a6ca6ea7abb8f564d575b62fe9f2bc97a227e59baca862edd3d9 SHA1: 6c46fa62559cb24fbb88db3a5f9cfbb5e69c0232 MD5sum: 955213850f32d931026a9fe3f48b929d 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.4.3-1noble.20260425.163736 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 344 Depends: libc6 (>= 2.17), 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.4.3-1noble.20260425.163736_arm64.deb Size: 56192 SHA256: 339b38ecd7c511490d5ac715b81a0bafacc2aa8d4170ab6b99763c464b9e8b27 SHA1: a22afc47251beb743c1dfbcfc1c3421905c88d45 MD5sum: 300fa9c458203e313e6293f88772052d 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.4.3-1noble.20260425.163736 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 106 Depends: ros-rolling-rcl-action (= 10.4.3-1noble.20260425.163736) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-action/ros-rolling-rcl-action-dbgsym_10.4.3-1noble.20260425.163736_arm64.deb Size: 71270 SHA256: 3b4c2b729bf46a5227fdc25b7a7cf4947dc29eebf16059e82a858a69773e6601 SHA1: b014ddf4187e3982c0f8ef52786fd69172211844 MD5sum: bbc202f501f49093128fdada99d36cd5 Description: debug symbols for ros-rolling-rcl-action Build-Ids: 36dbc94fbcf622ab39bbf0a9a4a48bda558ecbf2 Package: ros-rolling-rcl-dbgsym Package-Type: ddeb Source: ros-rolling-rcl Version: 10.4.3-1noble.20260425.162856 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 368 Depends: ros-rolling-rcl (= 10.4.3-1noble.20260425.162856) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl/ros-rolling-rcl-dbgsym_10.4.3-1noble.20260425.162856_arm64.deb Size: 275186 SHA256: 3ca4bef0967f9f7c2080344ead7f9e8d42236533f4b393ebb3ea65861933b156 SHA1: 7bdd8744236c217850a576f6b2d31a712295430a MD5sum: dfd63880bac26a47f86e0f9d918a3d21 Description: debug symbols for ros-rolling-rcl Build-Ids: f29e08c62c4ad1e5171500999f5e69b3888c1133 Package: ros-rolling-rcl-interfaces Version: 2.4.4-1noble.20260425.125208 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 6429 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.4.4-1noble.20260425.125208_arm64.deb Size: 420824 SHA256: 3424481b989888637b492879aba39667e32a83edea3f3e021f77a2ea0cf1f937 SHA1: f7837cfca8ba8a60fc7c660e376b7594b8a3f4f2 MD5sum: fbde9a66ef65fa4a95603a57df309f5e 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.4.4-1noble.20260425.125208 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 5871 Depends: ros-rolling-rcl-interfaces (= 2.4.4-1noble.20260425.125208) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-interfaces/ros-rolling-rcl-interfaces-dbgsym_2.4.4-1noble.20260425.125208_arm64.deb Size: 4707390 SHA256: 4f8d2c61aec161d19925ff3cfbea3577fbd3a4d7ba9288fdf8f97498c20897d8 SHA1: d102a95bac7d78efd437e0fde02f9d334cbf5c15 MD5sum: cdf29ceb09f87721dc9f76def45a1a99 Description: debug symbols for ros-rolling-rcl-interfaces Build-Ids: 092f651ba7cb1f08b67b16d6b10956a9ccf3e18b 2b7bf2b4554a38c2464763b12ac71a24a987b797 3d5c3b5bcad0f7c2ceb945789a3ca830dc3f745a 4d55c1462c3eb49c9d0340350c9ac0f286ab6d44 70f572f34231b4c660872d402249aa94ad2d27b2 85b29122fa8d788b7dd704cd3a6fd6590528ab3d 87908bfdc198e6dcaf787058ae11ddd7ddfaec74 97ca4710e444ceda2ca20eb130dc9185d3306a64 b5b91ef9dbcb4aa5ddfd98692ef3bf633e32fbf7 f0f3bf78b51bb722341e65e72bbf91ce5211b23a f9f9e3d11169f0de2a4e5dadbe9ca2525fa0742b Package: ros-rolling-rcl-lifecycle Version: 10.4.3-1noble.20260425.163732 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 178 Depends: libc6 (>= 2.17), 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.4.3-1noble.20260425.163732_arm64.deb Size: 31650 SHA256: 646ae28e83ec5f45cad31bf48e8e5406c7c6033b3255b1f62093f4c0462ea281 SHA1: d19ea7e6b0c12a28fe88c1bf29c220ca9672c66f MD5sum: cc937ef0ad7f67922c2a642f78e0a358 Description: Package containing a C-based lifecycle implementation Package: ros-rolling-rcl-lifecycle-dbgsym Package-Type: ddeb Source: ros-rolling-rcl-lifecycle Version: 10.4.3-1noble.20260425.163732 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 58 Depends: ros-rolling-rcl-lifecycle (= 10.4.3-1noble.20260425.163732) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-lifecycle/ros-rolling-rcl-lifecycle-dbgsym_10.4.3-1noble.20260425.163732_arm64.deb Size: 35962 SHA256: 45406043a152593772da1a3a075d313320f9291b50bb76878fa4678b8c199d81 SHA1: b31c262a01c205c121f777902a721efb345bbb75 MD5sum: 539aef4dec83b8940ae91c0535cb1107 Description: debug symbols for ros-rolling-rcl-lifecycle Build-Ids: e956e43267e7df90c3471de42fba2a70a788602a Package: ros-rolling-rcl-logging-implementation Version: 3.4.1-1noble.20260425.162301 Architecture: arm64 Maintainer: Tomoya Fujita Installed-Size: 126 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-logging-implementation/ros-rolling-rcl-logging-implementation_3.4.1-1noble.20260425.162301_arm64.deb Size: 17700 SHA256: 04b4d64af5316fddaeaeae869cd822b8e8ec96901f4c0e297f6d6f4886c9156f SHA1: 26b9fab0d11f492f433073a1e81caa498b63cebd MD5sum: 9ebcdffe5d776c22f85009799501a386 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.4.1-1noble.20260425.162301 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tomoya Fujita Installed-Size: 94 Depends: ros-rolling-rcl-logging-implementation (= 3.4.1-1noble.20260425.162301) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-logging-implementation/ros-rolling-rcl-logging-implementation-dbgsym_3.4.1-1noble.20260425.162301_arm64.deb Size: 72180 SHA256: 952f95ada3880525eb7c844a1c41556f196a95777070fc5bb0c0089f9210afea SHA1: d445d5b78f107eab73a9cdc6eafea211d798acc9 MD5sum: a3a624a232622e677542e8245e09b1a6 Description: debug symbols for ros-rolling-rcl-logging-implementation Build-Ids: d357c89b96e39c773d76e3f08de90d248bc6a058 Package: ros-rolling-rcl-logging-interface Version: 3.4.1-1noble.20260425.160445 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 135 Depends: libc6 (>= 2.17), ros-rolling-rcutils, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-logging-interface/ros-rolling-rcl-logging-interface_3.4.1-1noble.20260425.160445_arm64.deb Size: 13836 SHA256: d1966a8337247f6dd29ca66ca3fe622ce62bd47f89714a2448075c9d75c7e7a3 SHA1: f277ac1de14d8d0bc147952d6519dcaaf04f5deb MD5sum: f4c5a43173f45dcca37dbd99e7b73171 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.4.1-1noble.20260425.160445 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 19 Depends: ros-rolling-rcl-logging-interface (= 3.4.1-1noble.20260425.160445) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-logging-interface/ros-rolling-rcl-logging-interface-dbgsym_3.4.1-1noble.20260425.160445_arm64.deb Size: 4878 SHA256: a00a76ddb4044d9799316d815932106f3befbd65b37eb30fb5f0696be92a5c69 SHA1: 1e0cdaaf293a4cf84728698fa6f4c2957a158df6 MD5sum: c05bf1c9e1c5bad2add7d12ef14a3188 Description: debug symbols for ros-rolling-rcl-logging-interface Build-Ids: 7e5d190dd78234cd1e594c55fd4923b882f51459 Package: ros-rolling-rcl-logging-noop Version: 3.4.1-1noble.20260425.161044 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 131 Depends: ros-rolling-rcl-logging-interface, ros-rolling-rcutils, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-logging-noop/ros-rolling-rcl-logging-noop_3.4.1-1noble.20260425.161044_arm64.deb Size: 12022 SHA256: c65ba203fd3f5e4f3b1ee86c4d4204e6ff9cce2f3ac2375b86e4dde57f643a9a SHA1: 6e53875104d38541535dd2440e416df8b8092b62 MD5sum: ee6a64e90d62458e17c86fcfcfad4d82 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.4.1-1noble.20260425.161044 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 18 Depends: ros-rolling-rcl-logging-noop (= 3.4.1-1noble.20260425.161044) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-logging-noop/ros-rolling-rcl-logging-noop-dbgsym_3.4.1-1noble.20260425.161044_arm64.deb Size: 3774 SHA256: 8631a4cd9c988551db1640f02f50db780a594d245997c5e0492ead7448644917 SHA1: 2414be0fd41e68f5a257235d0010a2469b25ff01 MD5sum: 5800316253073c9f72d14f45a89b7069 Description: debug symbols for ros-rolling-rcl-logging-noop Build-Ids: abf55153fda2ef13bd59cd375656b3bb7e23c486 Package: ros-rolling-rcl-logging-spdlog Version: 3.4.1-1noble.20260425.161052 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 136 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libspdlog1.12-fmt9, libstdc++6 (>= 13), libspdlog-dev, ros-rolling-rcl-logging-interface, ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-spdlog-vendor, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-logging-spdlog/ros-rolling-rcl-logging-spdlog_3.4.1-1noble.20260425.161052_arm64.deb Size: 26008 SHA256: 9abdce08e198f026a6ef7a7f36997026e4361818cf1f5ff1143f278ea04bed44 SHA1: 978b421e08ecdffd01b673ed5d64bef991c25543 MD5sum: 68da2ce2e513ed57d53072a5bfabd0d9 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.4.1-1noble.20260425.161052 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 260 Depends: ros-rolling-rcl-logging-spdlog (= 3.4.1-1noble.20260425.161052) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-logging-spdlog/ros-rolling-rcl-logging-spdlog-dbgsym_3.4.1-1noble.20260425.161052_arm64.deb Size: 228924 SHA256: af1ce6d55dbd8eb1996a4bd0be878f2d52c6106465ad14a102f934ee203b6147 SHA1: fc013a82ceba9cc0f06477b2dad5e76662128fc9 MD5sum: 6417f98420a1288d25387676b631061c Description: debug symbols for ros-rolling-rcl-logging-spdlog Build-Ids: 76de5e23d487172d3aa7354b0eeb410a18a757b6 Package: ros-rolling-rcl-logging-syslog Version: 0.1.2-1noble.20260425.161132 Architecture: arm64 Maintainer: Tomoya Fujita Installed-Size: 130 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-logging-syslog/ros-rolling-rcl-logging-syslog_0.1.2-1noble.20260425.161132_arm64.deb Size: 17942 SHA256: 5fbccfe0a1cf57f93330755bc807b6978cc3837e38f2bc8d40327063c653fde0 SHA1: 8fe3bc7fa083ef02c3be68bebb803829b0330108 MD5sum: b0eba8dfc653e69b8fd4d6f99d205a1e Description: Implementation of rcl_logging API for an syslog/rsyslog backend. Package: ros-rolling-rcl-logging-syslog-dbgsym Package-Type: ddeb Source: ros-rolling-rcl-logging-syslog Version: 0.1.2-1noble.20260425.161132 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tomoya Fujita Installed-Size: 79 Depends: ros-rolling-rcl-logging-syslog (= 0.1.2-1noble.20260425.161132) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-logging-syslog/ros-rolling-rcl-logging-syslog-dbgsym_0.1.2-1noble.20260425.161132_arm64.deb Size: 56946 SHA256: bdb9c7a04880125fee755785391e42e65c181d4360a98b0eb4654fd11e5b5896 SHA1: 783770018876ca63739e83433a9130aa3581c936 MD5sum: cb9b627d3d6d1dbb0eb30c767d9a56f0 Description: debug symbols for ros-rolling-rcl-logging-syslog Build-Ids: 79f29054fda2f6cdf7d56c7f8974cb4c7a3aa068 Package: ros-rolling-rcl-yaml-param-parser Version: 10.4.3-1noble.20260425.160445 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 156 Depends: libc6 (>= 2.34), 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.4.3-1noble.20260425.160445_arm64.deb Size: 32090 SHA256: 5c18db4cc4e76906dde94993bc48541dbe0493326df08966bee8e44f944049a0 SHA1: 61557ce2c59e8c2d1106fd3be26b53e38e59ee8a MD5sum: 620d88b9a471f60977cd959c67ca719e 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.4.3-1noble.20260425.160445 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 67 Depends: ros-rolling-rcl-yaml-param-parser (= 10.4.3-1noble.20260425.160445) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-yaml-param-parser/ros-rolling-rcl-yaml-param-parser-dbgsym_10.4.3-1noble.20260425.160445_arm64.deb Size: 46088 SHA256: 62247005a29cf86763cea8233583533325d75af1f7a83be1559ebe90b58e9e82 SHA1: a36af98b35e18771c07aada01f0d2c7ec68cfd93 MD5sum: 56ca04dfd02d25e78884dada2bada098 Description: debug symbols for ros-rolling-rcl-yaml-param-parser Build-Ids: e6aa3c63bc79a11bf82f1d8e60e12d604acccf1f Package: ros-rolling-rclc Version: 6.3.0-1noble.20260425.164331 Architecture: arm64 Maintainer: Jan Staschulat Installed-Size: 295 Depends: libc6 (>= 2.17), ros-rolling-rcl, ros-rolling-rcl-action, ros-rolling-rcutils, ros-rolling-rosidl-generator-c, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclc/ros-rolling-rclc_6.3.0-1noble.20260425.164331_arm64.deb Size: 50184 SHA256: b2f238d7df1d6f33e75d4812f741fd9f7e5ff074e71ec58ea0d087723b8d89fe SHA1: 8bc85cd27f5be44ff3be83f982e0465bd9a73878 MD5sum: 4015726e14f2b6cfba11384ae3b112a8 Description: The ROS client library in C. Package: ros-rolling-rclc-dbgsym Package-Type: ddeb Source: ros-rolling-rclc Version: 6.3.0-1noble.20260425.164331 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jan Staschulat Installed-Size: 135 Depends: ros-rolling-rclc (= 6.3.0-1noble.20260425.164331) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclc/ros-rolling-rclc-dbgsym_6.3.0-1noble.20260425.164331_arm64.deb Size: 88428 SHA256: e538282c5b0a891ff0f3d9fb2a730ca835411a80d5abebe6ce8777d7a04a93ac SHA1: a5a9a69cec0abddeae764bbc04fff3e2163414a9 MD5sum: 2a439e8e86e1b39c45d0e87927d2a92a Description: debug symbols for ros-rolling-rclc Build-Ids: a1333c39d5679ad115d3a40bd7eb3e64c51633c4 Package: ros-rolling-rclc-lifecycle Version: 6.3.0-1noble.20260425.165024 Architecture: arm64 Maintainer: Jan Staschulat Installed-Size: 141 Depends: libc6 (>= 2.17), ros-rolling-lifecycle-msgs, ros-rolling-rcl-lifecycle, ros-rolling-rclc, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclc-lifecycle/ros-rolling-rclc-lifecycle_6.3.0-1noble.20260425.165024_arm64.deb Size: 18358 SHA256: a02721d7034a602cd72aebcf5e4d4f608d9496f7a70f2e2ef35fe30a9951ab17 SHA1: 176442ee7a24a962770b7b4a09a0dfe4fd0848ce MD5sum: 01d826f4df0e1b2bd97d336d6adda26a Description: rclc lifecycle convenience methods. Package: ros-rolling-rclc-lifecycle-dbgsym Package-Type: ddeb Source: ros-rolling-rclc-lifecycle Version: 6.3.0-1noble.20260425.165024 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jan Staschulat Installed-Size: 42 Depends: ros-rolling-rclc-lifecycle (= 6.3.0-1noble.20260425.165024) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclc-lifecycle/ros-rolling-rclc-lifecycle-dbgsym_6.3.0-1noble.20260425.165024_arm64.deb Size: 22660 SHA256: 2c3ca322b4fb8d3c64927d34b79c4b6a9c0daad9ec8e2d46ebb1dd9a8549b040 SHA1: 17c550cd12aa4a78d51062a8604f579c20e115ba MD5sum: b8192f23bd5bb8b69862a814780129e4 Description: debug symbols for ros-rolling-rclc-lifecycle Build-Ids: a27e41e4d4c007d5e4a3423f3ec893484fed1189 Package: ros-rolling-rclc-parameter Version: 6.3.0-1noble.20260425.165008 Architecture: arm64 Maintainer: Antonio Cuadros Installed-Size: 155 Depends: libc6 (>= 2.17), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclc-parameter/ros-rolling-rclc-parameter_6.3.0-1noble.20260425.165008_arm64.deb Size: 26198 SHA256: 4416577a0964f8849b80843d821da04fdb542ddd946755aae5ff17bae5633b5e SHA1: c63193a17cf7f4a141f9709000c4daac79792b37 MD5sum: 09dbacce8a54e73a6d065a566638ebd1 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-1noble.20260425.165008 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Antonio Cuadros Installed-Size: 61 Depends: ros-rolling-rclc-parameter (= 6.3.0-1noble.20260425.165008) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclc-parameter/ros-rolling-rclc-parameter-dbgsym_6.3.0-1noble.20260425.165008_arm64.deb Size: 39214 SHA256: 50fe0cca44283f445f40eba4dfd565b1e0d369f9c919b604f25a2b6f7b1a0323 SHA1: 07a4dd2cef8a1625e03590635cf450e1d306ac2e MD5sum: 8d99ee351ed8bdf51246aa8bddb16232 Description: debug symbols for ros-rolling-rclc-parameter Build-Ids: 3772ed78214ffe6c1837c44b108b0b0d6841bb08 Package: ros-rolling-rclcpp Version: 31.0.3-1noble.20260425.164404 Architecture: arm64 Maintainer: Ivan Paunovic Installed-Size: 3712 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libstdc++6 (>= 13.1), 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_31.0.3-1noble.20260425.164404_arm64.deb Size: 751984 SHA256: c547fafd1b4259f58e01eda8b40aaf17f0de34cb91b70727259a676506029386 SHA1: 9bb7442d5258e3d60c09492b270e89fcc34865e6 MD5sum: 0117cdc022c32ee877abb9453e738acc Description: The ROS client library in C++. Package: ros-rolling-rclcpp-action Version: 31.0.3-1noble.20260425.204749 Architecture: arm64 Maintainer: Ivan Paunovic Installed-Size: 459 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_31.0.3-1noble.20260425.204749_arm64.deb Size: 99414 SHA256: 6eb30456f34b92a28d90685597e5f3228617d84d37b8165c3dd50829c588f745 SHA1: 93935ac3ebf44fcd044ff4fcbabfe6a6838ae5dd MD5sum: 5fa398deb217c906b2cf8430014352d7 Description: Adds action APIs for C++. Package: ros-rolling-rclcpp-action-dbgsym Package-Type: ddeb Source: ros-rolling-rclcpp-action Version: 31.0.3-1noble.20260425.204749 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Ivan Paunovic Installed-Size: 1345 Depends: ros-rolling-rclcpp-action (= 31.0.3-1noble.20260425.204749) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclcpp-action/ros-rolling-rclcpp-action-dbgsym_31.0.3-1noble.20260425.204749_arm64.deb Size: 1197766 SHA256: ff280ee8d474a2a5327a9146279107c018df224f6768bcb8f709ea038b3a32e3 SHA1: 5bc5324d5b9549132ea1c3c63cd0415a5d28a8f3 MD5sum: 37d520f47521acb4fa49060a63fe1522 Description: debug symbols for ros-rolling-rclcpp-action Build-Ids: 73165acf01788a8c9902f102e687c898bdaac861 Package: ros-rolling-rclcpp-cascade-lifecycle Version: 2.0.4-1noble.20260425.183642 Architecture: arm64 Maintainer: fmrico Installed-Size: 850 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-cascade-lifecycle-msgs, ros-rolling-lifecycle-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclcpp-cascade-lifecycle/ros-rolling-rclcpp-cascade-lifecycle_2.0.4-1noble.20260425.183642_arm64.deb Size: 144754 SHA256: d2399de330bf100bebc7442ca6e82e8af5c0a53ef71c1c735ebb32a3e6eed84d SHA1: b15a04eed3229a79587d25da5a1742413c13bec0 MD5sum: 6a05adec81b977962d210382281bf1cc 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-1noble.20260425.183642 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: fmrico Installed-Size: 3298 Depends: ros-rolling-rclcpp-cascade-lifecycle (= 2.0.4-1noble.20260425.183642) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclcpp-cascade-lifecycle/ros-rolling-rclcpp-cascade-lifecycle-dbgsym_2.0.4-1noble.20260425.183642_arm64.deb Size: 2691532 SHA256: 633608e3f3dcec9183d4f51acb9f0c73e160c75956b2a1bf231c0dd99eb48361 SHA1: 584c75d647a00810cbbb17a80e9cfa5780dd64ae MD5sum: 0a9810e5632886dac135e8e8cc8ecee5 Description: debug symbols for ros-rolling-rclcpp-cascade-lifecycle Build-Ids: 0dc97dd0483d3d8b3d1cb7c42eb651eb43380c5c Package: ros-rolling-rclcpp-components Version: 31.0.3-1noble.20260425.174102 Architecture: arm64 Maintainer: Ivan Paunovic Installed-Size: 581 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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_31.0.3-1noble.20260425.174102_arm64.deb Size: 93034 SHA256: 63647624fc8908d0d4680be720f286c7869d1d56e320b10158f4d7562a327700 SHA1: 84e5f5e9af24456361fbbdd236224e20663b8360 MD5sum: 0439f3944eda29125067669cf015a7f3 Description: Package containing tools for dynamically loadable components Package: ros-rolling-rclcpp-components-dbgsym Package-Type: ddeb Source: ros-rolling-rclcpp-components Version: 31.0.3-1noble.20260425.174102 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Ivan Paunovic Installed-Size: 2295 Depends: ros-rolling-rclcpp-components (= 31.0.3-1noble.20260425.174102) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclcpp-components/ros-rolling-rclcpp-components-dbgsym_31.0.3-1noble.20260425.174102_arm64.deb Size: 2091626 SHA256: 3fce0c8e4003a211f1c6b77dd05787e0f0ddd2c405ff52ff146cc7176b1b0d36 SHA1: 0fa76b087c8891e38b226398f8c46afdfe799b9c MD5sum: 097053fa8a3d900db43c409545a63bb9 Description: debug symbols for ros-rolling-rclcpp-components Build-Ids: 0678a44e7fe9aedd3c09f72ba30cb4c9d0837ff6 1b4e2df6190e53fb45f7b7d20fef4916a052d4d8 2a090bd34898b21a79955366445da6dddd5bd164 672dba2e89993c29bb00875da16358d92eaeebfe 6bfc89354b94074312fb9a0b4b550f6835d0ea55 Package: ros-rolling-rclcpp-dbgsym Package-Type: ddeb Source: ros-rolling-rclcpp Version: 31.0.3-1noble.20260425.164404 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Ivan Paunovic Installed-Size: 14981 Depends: ros-rolling-rclcpp (= 31.0.3-1noble.20260425.164404) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclcpp/ros-rolling-rclcpp-dbgsym_31.0.3-1noble.20260425.164404_arm64.deb Size: 13380156 SHA256: 528d150ebcfc99bbbb518d52a630c548970fd6ef098db92e2984d3062fa6dcb8 SHA1: 0bdf9b38b1f2d84345b7d139c655d735c0f173a7 MD5sum: 6a76a1636fd0664c70515a6ca9de5fdf Description: debug symbols for ros-rolling-rclcpp Build-Ids: e1cadfbed8dbdfeb7194f2b19c103d3ae180fc1b Package: ros-rolling-rclcpp-lifecycle Version: 31.0.3-1noble.20260425.174344 Architecture: arm64 Maintainer: Ivan Paunovic Installed-Size: 406 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_31.0.3-1noble.20260425.174344_arm64.deb Size: 79614 SHA256: ba8c76ee3a458bd07bbcb6e62184fad6caea63177a31e153295bd5968d877d8d SHA1: 0b0e5e0b732969e0cf2dfb73bac178cef234208e MD5sum: a1f8c8553319a33397e8c43b9d598360 Description: Package containing a prototype for lifecycle implementation Package: ros-rolling-rclcpp-lifecycle-dbgsym Package-Type: ddeb Source: ros-rolling-rclcpp-lifecycle Version: 31.0.3-1noble.20260425.174344 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Ivan Paunovic Installed-Size: 1349 Depends: ros-rolling-rclcpp-lifecycle (= 31.0.3-1noble.20260425.174344) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclcpp-lifecycle/ros-rolling-rclcpp-lifecycle-dbgsym_31.0.3-1noble.20260425.174344_arm64.deb Size: 1188858 SHA256: 0255d0bb429d14e78b76a066f2b80bb57b8380163dfaaebc07af303c2d5d3c42 SHA1: cac6b42ef9362797a6de48f5d180206caf3badfb MD5sum: 576daae18a3f8549fbedc0c871f826f0 Description: debug symbols for ros-rolling-rclcpp-lifecycle Build-Ids: 1c5d79a6caa370a6f4079379564c1fec325d8730 Package: ros-rolling-rclpy Version: 10.0.9-1noble.20260425.164408 Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 1943 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), 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_10.0.9-1noble.20260425.164408_arm64.deb Size: 457092 SHA256: ba54ae0666b58efaa2397c9ade2073e4ed8dab409e909a665bebda6bc97a69e8 SHA1: 70fd37205c0eb959f41880944747e169ec74bda2 MD5sum: 089b39f4dd3161442f66104d3664bc13 Description: Package containing the Python client. Package: ros-rolling-rclpy-cascade-lifecycle Version: 2.0.4-1noble.20260425.194351 Architecture: arm64 Maintainer: Juan Carlos Manzanares Serrano Installed-Size: 60 Depends: ros-rolling-cascade-lifecycle-msgs, ros-rolling-lifecycle-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclpy-cascade-lifecycle/ros-rolling-rclpy-cascade-lifecycle_2.0.4-1noble.20260425.194351_arm64.deb Size: 9456 SHA256: f013e6aa3ae03f187072025e9936c8ad095327d93a3281c80efa889fb4058cd3 SHA1: 92c0687be44e66c55f7bcd9b5aba77210a784d52 MD5sum: 99c5573f6da3bb493e09a8cd12847d6c Description: Provides a mechanism to make trees of lifecycle nodes to propagate state changes in python Package: ros-rolling-rclpy-message-converter Version: 2.0.2-1noble.20260425.185015 Architecture: arm64 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-1noble.20260425.185015_arm64.deb Size: 14830 SHA256: 041ec84631b8be818c7b3184e1d795e18237a58ca012f6ac0282f78d9fcd3aaa SHA1: 5e534f98fd2ca5a2058f3edd50f31de23a1922d6 MD5sum: 2eca27b99bf8a1871a947d9bb9b5c4ea Description: Converts between Python dictionaries and JSON to rclpy messages. Package: ros-rolling-rclpy-message-converter-msgs Version: 2.0.2-1noble.20260425.123849 Architecture: arm64 Maintainer: Martin Günther Installed-Size: 1822 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-1noble.20260425.123849_arm64.deb Size: 131266 SHA256: 6661eca4ddcebea68903fda7266144c7e855059d4020757fccbf3c45f3ad13d9 SHA1: 8c8522c181293ab2331f2464b62f8f661c0eba93 MD5sum: 18e3102fd298d78f27bc737bb0ccde74 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-1noble.20260425.123849 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Martin Günther Installed-Size: 1469 Depends: ros-rolling-rclpy-message-converter-msgs (= 2.0.2-1noble.20260425.123849) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclpy-message-converter-msgs/ros-rolling-rclpy-message-converter-msgs-dbgsym_2.0.2-1noble.20260425.123849_arm64.deb Size: 1153378 SHA256: f1aff63b1d9031f6a235bf4d02df98edeff2d7f50992a5ac98b1bf00f091b083 SHA1: 117f107a1669f594171a13a38fb41c463f7b91d8 MD5sum: fe0806bf9608548d9d7441fa7b573392 Description: debug symbols for ros-rolling-rclpy-message-converter-msgs Build-Ids: 364bb9d9378d6d5b3f336d7606a0245699931052 3da8f37b1b42ceb8a51665174eaa38ec66b6fd7f 48538fb44b6a1a071339b713d8655051dc9ecc14 4a403a4513cce33c6c2f35c279dc3ae8376d8a38 4b230566349e7afd234561e63199f2e91d06ed7e 5eff264e9be217615295796a779f38da74e56c50 868fdcd4e554a2c44e6db8af0c919b3debc989f0 8ec82d3126c5d272a59d990b30e5fbd69dcfa47a 9f3114a157be0dd2860ebe23c19eae5b378eb0d1 aadd7cca39084704b822e3b4d5963f54829369d1 dcf2d547a2c1dab74c8c70b8d156f56f1cc94a5f Package: ros-rolling-rcpputils Version: 2.14.4-1noble.20260425.094145 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 296 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-rcutils, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcpputils/ros-rolling-rcpputils_2.14.4-1noble.20260425.094145_arm64.deb Size: 50586 SHA256: cc2b2c3b8b092ad6ae2f55ddfa92dbe2069b725adb210be56ed11077db11af11 SHA1: a8881f065b99e023bfbc121d95a9bf4e2228da72 MD5sum: ce927b13042ba143d5e05f59df5ece85 Description: Package containing utility code for C++. Package: ros-rolling-rcpputils-dbgsym Package-Type: ddeb Source: ros-rolling-rcpputils Version: 2.14.4-1noble.20260425.094145 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 294 Depends: ros-rolling-rcpputils (= 2.14.4-1noble.20260425.094145) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcpputils/ros-rolling-rcpputils-dbgsym_2.14.4-1noble.20260425.094145_arm64.deb Size: 261468 SHA256: ee7f05ad0595038db13ff82da707ba48ac71bf4207653fce7b26dbc383e8a522 SHA1: 4183dde9bb2e45881b35b5173eda6141a6fab398 MD5sum: fe2d0d9243d9fa5032a1a32337976b5d Description: debug symbols for ros-rolling-rcpputils Build-Ids: 66757a878064809ac46d34c771d2ff147c4c5be4 Package: ros-rolling-rcss3d-agent-msgs Version: 0.4.1-3noble.20260425.125209 Architecture: arm64 Maintainer: ijnek Installed-Size: 3904 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcss3d-agent-msgs/ros-rolling-rcss3d-agent-msgs_0.4.1-3noble.20260425.125209_arm64.deb Size: 267312 SHA256: 85b547609ec4d5d00c57cbdc3b76bd6a7adae4e04d5877aea2c12e59e413ecb8 SHA1: b792ed913966b3629d3755788d13099d4df4132a MD5sum: 73f5d85e9e5deb18749829815f784184 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-3noble.20260425.125209 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 3357 Depends: ros-rolling-rcss3d-agent-msgs (= 0.4.1-3noble.20260425.125209) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcss3d-agent-msgs/ros-rolling-rcss3d-agent-msgs-dbgsym_0.4.1-3noble.20260425.125209_arm64.deb Size: 2677722 SHA256: 5835b56d4e437538f7b2624b502af07d9e058f028cc4f352804dcabe191a6287 SHA1: 2acd7e7cfde8fed0ebd3ed504528c8801b96b1cd MD5sum: 436cfcfb4efaaf6cb23ae8d9368a9bc1 Description: debug symbols for ros-rolling-rcss3d-agent-msgs Build-Ids: 067b76e77f1387e91b9ec212d354f6ec184bbe12 068150ed0f0a9760969154527ffce8d2e0b1bc45 2f4e208cf7997ee37834252c9b98686274dc0fa6 3ac9eedaca8ce8cfcea70d507c0e8b686ba52058 42386f523cc45c555215a34c39927e692e7cadaa 8922c1efacffabbd58234474bc496f3a01f06ab9 952ebb27627c25b27340cd509a28132c593b4017 9bafd1c61dfa00bf804ba5297d439c75d20648e6 c1b86f03d4c38c4426e426c74a809907f76e5bdc c3e86fe83c6bb1ad7eb84cd04983d4f52d0b8eea e7cf33c3093bdf26a63df1d768f2d61eba106d71 Package: ros-rolling-rcutils Version: 7.1.1-1noble.20260425.093541 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 503 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.1.1-1noble.20260425.093541_arm64.deb Size: 96274 SHA256: 98a541f6659f0bd0c498f4df8f7aaba53b25b3dd45caa2146fb2501a28b23152 SHA1: cfb33b9016a5e67c2a62e52f460fc9132f966487 MD5sum: bbd676e9f594d62c6d50bbb11def8033 Description: Package containing various utility types and functions for C Package: ros-rolling-rcutils-dbgsym Package-Type: ddeb Source: ros-rolling-rcutils Version: 7.1.1-1noble.20260425.093541 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 153 Depends: ros-rolling-rcutils (= 7.1.1-1noble.20260425.093541) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcutils/ros-rolling-rcutils-dbgsym_7.1.1-1noble.20260425.093541_arm64.deb Size: 100842 SHA256: 76493c2f9ab4904562dd4ee18b62f3e19fcbfd9e4e53f30d4eacaee93b225826 SHA1: 8a66f9fb6525b08f258f954af64362b3745f9504 MD5sum: a4c34133909e0d2bff8366cfbbb0e39b Description: debug symbols for ros-rolling-rcutils Build-Ids: 4503a6b6e2b203e422a5e3893bb96dcd0963a988 Package: ros-rolling-realsense2-camera Version: 4.57.7-1noble.20260425.210819 Architecture: arm64 Maintainer: LibRealSense Team Installed-Size: 2141 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), 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-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.57.7-1noble.20260425.210819_arm64.deb Size: 516832 SHA256: 58d271c046fd868d4d71901e872f581635af888da99978d90ddef699e2cc613c SHA1: 8888ab93583eb7290350a9f797c9bb4c5eea4c6b MD5sum: 55768fc1dd2287475a8bbbe870763b60 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.57.7-1noble.20260425.210819 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: LibRealSense Team Installed-Size: 14714 Depends: ros-rolling-realsense2-camera (= 4.57.7-1noble.20260425.210819) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-realsense2-camera/ros-rolling-realsense2-camera-dbgsym_4.57.7-1noble.20260425.210819_arm64.deb Size: 13191660 SHA256: 8fc9b37c38fb0b4abb52da8a3c0aa62ed2d55e7405fe491bfa6fd019e4f2029f SHA1: 1c94d14b03a775aaeba7c1330df9d4f46ed6754e MD5sum: 994775f229e33ab370eed82048d0dcfd Description: debug symbols for ros-rolling-realsense2-camera Build-Ids: 47c31d60c4e5e93a53112e3b7a5a731c64ee26c6 84d71d755d5c8bb92e63a5399f341cbde4132e12 Package: ros-rolling-realsense2-camera-msgs Version: 4.57.7-1noble.20260425.144714 Architecture: arm64 Maintainer: LibRealSense ROS Team Installed-Size: 7387 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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: 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.57.7-1noble.20260425.144714_arm64.deb Size: 428488 SHA256: 0f983550feab20d181d0c65d3a1c6f40d50fa11bbf9b732ceb3f78fe58727431 SHA1: d59dcb93c52fe6ea6d727088df278273f8b025bb MD5sum: 6eb9719cf2a8534b3996b17bd955f76d 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.57.7-1noble.20260425.144714 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: LibRealSense ROS Team Installed-Size: 5154 Depends: ros-rolling-realsense2-camera-msgs (= 4.57.7-1noble.20260425.144714) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-realsense2-camera-msgs/ros-rolling-realsense2-camera-msgs-dbgsym_4.57.7-1noble.20260425.144714_arm64.deb Size: 3858890 SHA256: 761adafbf2e2088836967033b86e38657118c931263d5b337c51da2d2f1ae0db SHA1: 180553d18816a66309521766217466bd6a96bcee MD5sum: 9178fce8bf2d6e1e45e08cea1389f735 Description: debug symbols for ros-rolling-realsense2-camera-msgs Build-Ids: 1b4c15447539c9315cb8b7dee9fef8335d3c0dc3 26dadf0428dd3b355f6a234cf8beaf24a7f359b7 3d244823c33e549b26920f4a23e689bbb5f99103 47339355779e11228495551925f57325a21dd31a 6061cb57b723df301fe32760a0349be680ff07a1 616be2cf0fb06808bcd49a78d6a155cf09e12bac 762ddfc3da237ef7dd1b00c3f476ffe27327f2e9 7b2561c16374ea5f010c322dde8800fcb6b7e099 7c23b8ef3906b536738cce80f132fcf86a0ccb6c 94cc5579e3e88dd8d3529ff76c056c1f839c664d bada5eb187750086ef764d68ba979f9353c7b6f6 Package: ros-rolling-realsense2-description Version: 4.57.7-1noble.20260425.195443 Architecture: arm64 Maintainer: LibRealSense ROS Team Installed-Size: 93983 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.57.7-1noble.20260425.195443_arm64.deb Size: 15530772 SHA256: 9eea3446a1a3ff903defc5f5d887363d67adad3e5c2ce50c66f4038c7b9b6a8a SHA1: ab44b12551461bdb82c68c7dc191a1714650e193 MD5sum: e894583d80a9e4c971fb71f1056349f6 Description: RealSense description package for RealSense 3D D400 cameras Package: ros-rolling-realtime-tools Version: 5.2.0-1noble.20260425.205853 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 289 Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-dev, libcap-dev, ros-rolling-ament-cmake, ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-realtime-tools/ros-rolling-realtime-tools_5.2.0-1noble.20260425.205853_arm64.deb Size: 39996 SHA256: 3142ca3b43354210a76a14b9ff96f498e62798853c90d7391d71184b711f9844 SHA1: 805ac4273bb0dae778d6715f070eba1b9159f9d5 MD5sum: ba8e73597a862ecc96cd1f82aa473418 Description: Contains a set of tools that can be used from a hard realtime thread, without breaking the realtime behavior. Package: ros-rolling-realtime-tools-dbgsym Package-Type: ddeb Source: ros-rolling-realtime-tools Version: 5.2.0-1noble.20260425.205853 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 215 Depends: ros-rolling-realtime-tools (= 5.2.0-1noble.20260425.205853) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-realtime-tools/ros-rolling-realtime-tools-dbgsym_5.2.0-1noble.20260425.205853_arm64.deb Size: 94268 SHA256: cccd11c74e2ef95c0a294b391c0fa371e7addda328c6522884dc07568c04df29 SHA1: 89179be241f26287574729d3cd938fbe2d55a71b MD5sum: 7f8d6fc8d61548f898d3768f7651a6bd Description: debug symbols for ros-rolling-realtime-tools Build-Ids: 4cac8a891fff45b9dcebc0a3e1aff7c2e09090ab fe458e2fccfa128860e06cb0d229e75d6fc1f0c9 Package: ros-rolling-reductstore-agent Version: 0.2.0-1noble.20260425.200027 Architecture: arm64 Maintainer: Anthony Cavin (@anthonycvn) Installed-Size: 107 Depends: ros-rolling-rclpy, ros-rolling-std-msgs, ros-rolling-std-srvs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-reductstore-agent/ros-rolling-reductstore-agent_0.2.0-1noble.20260425.200027_arm64.deb Size: 26388 SHA256: 2148de632b2453f2d462e9be24d628b0bf3b9d61a1eda71f56d0295975bd402c SHA1: c39a242f9f36d94ecabe279b90753bc9ce9fca98 MD5sum: 53cb6493543e2d6a2932a6bbddacc0c7 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-1noble.20260426.002641 Architecture: arm64 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-replay-testing/ros-rolling-replay-testing_0.0.4-1noble.20260426.002641_arm64.deb Size: 24968 SHA256: e7a376ebc70477e7bafa4db7caeb111c7704cd9f04433025a5140d5903e0e5b9 SHA1: 31eb763bde0716963bf200aad8c59ed840b7f3ae MD5sum: a208b83d2c177205f690945294424473 Description: A testing library and CLI for replaying ROS nodes. Package: ros-rolling-resource-retriever Version: 3.9.3-1noble.20260425.155709 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 164 Depends: libc6 (>= 2.32), libcurl4t64 (>= 7.16.2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 9), 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.9.3-1noble.20260425.155709_arm64.deb Size: 28346 SHA256: 3fb40dd103c6bd1003f242820246e7333c8cb6aafae14b045a6a28452c732ce3 SHA1: 3b7c1397da3a92adde9e1711f524e679d15b86e2 MD5sum: 657ada82128b8feda2e753659506803b 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.9.3-1noble.20260425.155709 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 270 Depends: ros-rolling-resource-retriever (= 3.9.3-1noble.20260425.155709) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-resource-retriever/ros-rolling-resource-retriever-dbgsym_3.9.3-1noble.20260425.155709_arm64.deb Size: 230002 SHA256: a6be45d21b707c3e5ae6d7a4c76c94f9e5d80288b5e8dd4f82421f582036b7b1 SHA1: e4e54bb79990f81650469e7fade2a85b6891107a MD5sum: e6ad86beac0de4fcf345bbf6d910ef6a Description: debug symbols for ros-rolling-resource-retriever Build-Ids: 8a051a5a3741fac70f93fb773d115aeda5b747aa Package: ros-rolling-resource-retriever-interfaces Version: 0.0.1-1noble.20260425.125152 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 1347 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-resource-retriever-interfaces/ros-rolling-resource-retriever-interfaces_0.0.1-1noble.20260425.125152_arm64.deb Size: 108038 SHA256: f3e5c1c032fd12dd02cfb5bc7aa0a50ddbf3b140f89800bc054ebac30228a77a SHA1: 5f111c28f7c71e9c0ec02e4bee187e242b82a87b MD5sum: 3b7f719f7313441ac6f51dce921cbfc3 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: 0.0.1-1noble.20260425.125152 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 996 Depends: ros-rolling-resource-retriever-interfaces (= 0.0.1-1noble.20260425.125152) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-resource-retriever-interfaces/ros-rolling-resource-retriever-interfaces-dbgsym_0.0.1-1noble.20260425.125152_arm64.deb Size: 796000 SHA256: 5f15da4e2dfdb03d0c682da0d588502689079f609160cbb7c3785880640403e2 SHA1: 0cfaf4587e074f4428b7e61d7755702b1631d1e3 MD5sum: e370cb2ec2bb71cee0d9dd2d63607359 Description: debug symbols for ros-rolling-resource-retriever-interfaces Build-Ids: 13f2d4b6af1deb63b836a8a463be2d18afbe1133 34078482cdd49b8abb386fd5850aca821dc1f260 62d32f0eb488c100fdb33b6ca20ccea6d16c9f2c 667f052882df1a575283d8ccb950c5d0e41068a4 9fe0247b65dfebc33e58190bce785a4187ac60a8 b8460504b82e5dcc064783fd4705e0a920d17511 c742b3862c0f1621f6d28c7e6dc4852e02aa4edd d5c7c67562ac19fb30ef03788dd974a60ea4ebad f33bde4215c4ae2fadd497f19725e47bcc0003cf f5e1b50ed1aabc2adf61c3e1131b21a610f397d3 fbfb29ff97f1ae8db3afb52eb786f99dc573676e Package: ros-rolling-resource-retriever-service Version: 0.0.1-1noble.20260426.001600 Architecture: arm64 Maintainer: Stoyan Gaydarov Installed-Size: 202 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-rclcpp, ros-rolling-resource-retriever-interfaces, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-resource-retriever-service/ros-rolling-resource-retriever-service_0.0.1-1noble.20260426.001600_arm64.deb Size: 34552 SHA256: a9a622e939aa87e53db930d578fe4aed4a8f7370af2e278e4f3bd2b70fa4e59c SHA1: 4a64123031aec4d47d337b7fe0fd63ebbdbf1da0 MD5sum: 0ba285821d677146e27700d297d95651 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: 0.0.1-1noble.20260426.001600 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Stoyan Gaydarov Installed-Size: 570 Depends: ros-rolling-resource-retriever-service (= 0.0.1-1noble.20260426.001600) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-resource-retriever-service/ros-rolling-resource-retriever-service-dbgsym_0.0.1-1noble.20260426.001600_arm64.deb Size: 519804 SHA256: 30c2641548e8e615473c939476bc57635fb693673ae6798907b1b43677c442aa SHA1: 48cebe17e3065971b761b8aa46f24a18ba207cb4 MD5sum: a968a373e87e8f3e030f973550e5edd9 Description: debug symbols for ros-rolling-resource-retriever-service Build-Ids: 08940f3855eb0c61f64a324c072b5987a7f5d88a Package: ros-rolling-resource-retriever-service-plugin Version: 0.0.1-1noble.20260425.194608 Architecture: arm64 Maintainer: Stoyan Gaydarov Installed-Size: 206 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-resource-retriever-service-plugin/ros-rolling-resource-retriever-service-plugin_0.0.1-1noble.20260425.194608_arm64.deb Size: 42502 SHA256: cb583d945c66d230e9d3d97de3f033b2a88996bc4b7a283a693dfd38638d4f38 SHA1: 3e5e910674ee5ed3902cde39f28c1ba0589bec9f MD5sum: 963f35c15d3c53bf99a5f868b49400e8 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: 0.0.1-1noble.20260425.194608 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Stoyan Gaydarov Installed-Size: 686 Depends: ros-rolling-resource-retriever-service-plugin (= 0.0.1-1noble.20260425.194608) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-resource-retriever-service-plugin/ros-rolling-resource-retriever-service-plugin-dbgsym_0.0.1-1noble.20260425.194608_arm64.deb Size: 633656 SHA256: 867d6286e243242e32af93bbc49e1feb2add48dd230642a79ae6e361489b6522 SHA1: c7ddcf523d6fc4a93588f2c8540807f39af56148 MD5sum: 32a5a29bbc15e790331955af7804e282 Description: debug symbols for ros-rolling-resource-retriever-service-plugin Build-Ids: 7f288c8b364ee46d4cdfb21d8538f8f37abf9811 Package: ros-rolling-rig-reconfigure Version: 1.6.0-1noble.20260425.170002 Architecture: arm64 Maintainer: Team Spatzenhirn Installed-Size: 1355 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libglfw3 (>= 3.3), libopengl0, libstdc++6 (>= 13.1), libglfw3-dev, ros-rolling-ament-index-cpp, ros-rolling-backward-ros, ros-rolling-rclcpp, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rig-reconfigure/ros-rolling-rig-reconfigure_1.6.0-1noble.20260425.170002_arm64.deb Size: 584632 SHA256: a3d02683e7bce52bac18342bf68cf4accc8a31fcbfa8a187c8591ae29a668570 SHA1: 15b2ff3284cba397e22bcecbad2b1a63d02d8b08 MD5sum: 29f499559cfc6ddd3749da99cf79d77a 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.0-1noble.20260425.170002 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Team Spatzenhirn Installed-Size: 5397 Depends: ros-rolling-rig-reconfigure (= 1.6.0-1noble.20260425.170002) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rig-reconfigure/ros-rolling-rig-reconfigure-dbgsym_1.6.0-1noble.20260425.170002_arm64.deb Size: 5096458 SHA256: 08eaf93492848ecd9f0061a55fefd5841722fdaaad18301b54258b7946a30ed8 SHA1: 76422ff0c994252a7bd94f080342c01894fd56f3 MD5sum: 88471b880cd9d3de74cf9d2b14984683 Description: debug symbols for ros-rolling-rig-reconfigure Build-Ids: 7f78e31ff846ad176daa6769eb3f646126832d25 Package: ros-rolling-rko-lio Version: 0.2.0-1noble.20260425.211232 Architecture: arm64 Maintainer: Meher Malladi Installed-Size: 2090 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.11.0), libeigen3-dev, libtbb-dev, nlohmann-json3-dev, ros-rolling-geometry-msgs, ros-rolling-nav-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rosbag2-cpp, ros-rolling-rosbag2-storage, ros-rolling-sensor-msgs, ros-rolling-sophus, ros-rolling-std-msgs, ros-rolling-tf2, ros-rolling-tf2-ros, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rko-lio/ros-rolling-rko-lio_0.2.0-1noble.20260425.211232_arm64.deb Size: 442674 SHA256: 11b40a3958a9e750a7c9953051008fd8361ddb29b99a13a3afcb869bf97ce865 SHA1: ff2de15cda4e33295b010cc40afe8eea06f2d86a MD5sum: 74729ac105d68da8f237eeca19ba7942 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.2.0-1noble.20260425.211232 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Meher Malladi Installed-Size: 22048 Depends: ros-rolling-rko-lio (= 0.2.0-1noble.20260425.211232) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rko-lio/ros-rolling-rko-lio-dbgsym_0.2.0-1noble.20260425.211232_arm64.deb Size: 20931914 SHA256: 5690789dee808579302b6839c1d7d5fa5d18cbf8e39fde157589b2e32c46d6af SHA1: 1948a46e051b82768f12a3de1dd253ad32737bb1 MD5sum: bd6dd9e2c84b855a8097dce42b80dfa2 Description: debug symbols for ros-rolling-rko-lio Build-Ids: 1936bbc5487090734d6cfc2bef818df671926c6f 29c480951aafe7f5a4bbc844ed5b6cba2675ffeb 487551123e1cbb71a0d5f5e6fffae32fd31dba2a Package: ros-rolling-rmf-api-msgs Version: 0.5.0-1noble.20260425.093552 Architecture: arm64 Maintainer: Grey Installed-Size: 335 Depends: nlohmann-json3-dev, python3-jinja2, python3-jsonschema, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-api-msgs/ros-rolling-rmf-api-msgs_0.5.0-1noble.20260425.093552_arm64.deb Size: 24206 SHA256: ed2bd4d41ca9a2c71293083daca0e130cf6f91ca07a5b7821b3449f6ee1597b0 SHA1: af73bb4fbaac912dc5fe00ecb5f969bc55222ed8 MD5sum: 6e70b08adb82d54acacba39aaec19359 Description: RMF API msgs definition Package: ros-rolling-rmf-battery Version: 0.4.0-1noble.20260425.105048 Architecture: arm64 Maintainer: Yadunund Installed-Size: 121 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 5), ros-rolling-rmf-traffic, ros-rolling-rmf-utils, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-battery/ros-rolling-rmf-battery_0.4.0-1noble.20260425.105048_arm64.deb Size: 13236 SHA256: ad98e4155c2d5b08d8cfc12ba7b7f2d67e8613fb2c1961855d321ef6e846b1c8 SHA1: 69ceaba23fbe34da48655acc103e4cf4430aa471 MD5sum: 9b1f49557cef5b35f9740c90f4d6c1ab Description: Package for modelling battery life of robots Package: ros-rolling-rmf-battery-dbgsym Package-Type: ddeb Source: ros-rolling-rmf-battery Version: 0.4.0-1noble.20260425.105048 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Yadunund Installed-Size: 204 Depends: ros-rolling-rmf-battery (= 0.4.0-1noble.20260425.105048) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-battery/ros-rolling-rmf-battery-dbgsym_0.4.0-1noble.20260425.105048_arm64.deb Size: 182232 SHA256: 5570e341555a0994b078864e1f9dab78109131bb99d1dbcfbd5aab2cdb507a12 SHA1: 01d089c161d62e8f1003ebf3220cb02da750251e MD5sum: c5a76c866085d523676df34e8c83392e Description: debug symbols for ros-rolling-rmf-battery Build-Ids: 97874a5f567a9ef8ba8887074edd0524842c0b74 Package: ros-rolling-rmf-building-map-msgs Version: 1.5.0-1noble.20260425.141935 Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 2926 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-building-map-msgs/ros-rolling-rmf-building-map-msgs_1.5.0-1noble.20260425.141935_arm64.deb Size: 242788 SHA256: 344ac7d483a18276263a23a851f78d5788ec9d9cf3f9bdb0e79dbc2cd9da9a86 SHA1: d495fef7ef94b77ab2b7503310c4ca8ee37ba628 MD5sum: f65006614b2b9f1770f41ad0d8ad4884 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-1noble.20260425.141935 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 3146 Depends: ros-rolling-rmf-building-map-msgs (= 1.5.0-1noble.20260425.141935) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-building-map-msgs/ros-rolling-rmf-building-map-msgs-dbgsym_1.5.0-1noble.20260425.141935_arm64.deb Size: 2622104 SHA256: aecae93b1cb0d0d8560a6314473e64abb48ed6cc958900a9f3da7aa90501ac3b SHA1: 0dd07371584018bbd27a1cdb681028812d03fd62 MD5sum: 8b5d057d8e8795b818f0ece1968f0bc9 Description: debug symbols for ros-rolling-rmf-building-map-msgs Build-Ids: 0903ce3df5017738326724a97fc5445fd8202bdf 0a38546de4a24ab3a523fc38e9cd56d7af41c2a7 14bc4e30fe08e3ff924536f09692a4fd2f15816a 5a2b055414a9432f8c9b1448ff8d4c0ede76d4e6 5d43857fb59303ea583ae3bf2887d6a0c0cfd76b 845f9785e2548eff423f3c2a2b2426d0ab156ff3 b25e04f4abe992afc736b91d69d9cf738160c118 c74056fa11106ab370bfdc0a66a4bd5fb43ee764 d3e61d3eabb83e216dc3a015b8ba7c1b4bf84069 e046749539d61f7f90b1503da6506cf03065584a f9ed1365181b8d5f7eec8673ab702c016625546d Package: ros-rolling-rmf-building-map-tools Version: 1.14.0-1noble.20260425.194002 Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 11186 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-building-map-tools/ros-rolling-rmf-building-map-tools_1.14.0-1noble.20260425.194002_arm64.deb Size: 10814750 SHA256: 19118f3a031dc5b8ec3e011acf4bf674c2e240cb4ab674018ffedbc95c8920d1 SHA1: d555ed6be2cfdd88d21bcf041ed145e0e6b420d0 MD5sum: 10bea3598b968f9076df03d28e67e3d9 Description: RMF Building map tools Package: ros-rolling-rmf-building-sim-gz-plugins Version: 2.6.1-1noble.20260425.172935 Architecture: arm64 Maintainer: Luca Della Vedova Installed-Size: 2518 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libqt6core6t64 (>= 6.4.0), libqt6qml6 (>= 6.2.0), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.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 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-1noble.20260425.172935_arm64.deb Size: 480372 SHA256: fae284e48b53d9c4557b732a4baa52fae054b90ed191f75eac10ed66335dddc7 SHA1: 9707fb0deadc30a4f85bb1fe0970d7e4ea73ab43 MD5sum: 4ad8f08ec4b0c8d48c2b8cb2d2c1d91f 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-1noble.20260425.172935 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Luca Della Vedova Installed-Size: 14930 Depends: ros-rolling-rmf-building-sim-gz-plugins (= 2.6.1-1noble.20260425.172935) 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-1noble.20260425.172935_arm64.deb Size: 13214340 SHA256: 58dbf3c7b5ee6e42a8bbe194d7d4393048608b992b9b12851e191d69fd9205c9 SHA1: 8ada83da26d0f1b0bb590c3564bbfa19d2979f85 MD5sum: be1f4b3726bda04622331992b5ea9df3 Description: debug symbols for ros-rolling-rmf-building-sim-gz-plugins Build-Ids: 20f918391c3a505632d09739a4cd0480b3072829 5ce6d430e5391c74e24219512187222a3de14bf4 66bed84d4736e2f1389c5ec1c2c7aa29c720e42a 84c14a0b5062348c389ec90ab1b964cbdf90ada1 92d3ce7459d28fb662127b9c57f13c29ccfe06a3 d24951774291bb699a0030bd8feff3383f29c298 Package: ros-rolling-rmf-charger-msgs Version: 4.0.0-1noble.20260425.125430 Architecture: arm64 Maintainer: Arjo Chakravarty Installed-Size: 1263 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-charger-msgs/ros-rolling-rmf-charger-msgs_4.0.0-1noble.20260425.125430_arm64.deb Size: 70694 SHA256: 2e20b3a1abc2ea9f3e0bed6ae23b28a84263a43e394c235bd1a19a6370a752d6 SHA1: ab5aeeb4a6b2d372729e770b1c12fb946a61f3f2 MD5sum: 3a21dcd573bc7430f3b3b675deba75d0 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-1noble.20260425.125430 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Arjo Chakravarty Installed-Size: 565 Depends: ros-rolling-rmf-charger-msgs (= 4.0.0-1noble.20260425.125430) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-charger-msgs/ros-rolling-rmf-charger-msgs-dbgsym_4.0.0-1noble.20260425.125430_arm64.deb Size: 402376 SHA256: 59eded970db8d9a47b0ed45bbfab0b7d576b118c26366b5cc4496cc11fb323e0 SHA1: 7f3fb18d332a9699b0e41216203a5354cad309f8 MD5sum: 857d9537c1b5c570130a88aca155583c Description: debug symbols for ros-rolling-rmf-charger-msgs Build-Ids: 0154963fab3bb7982a38417311f37c2061c36848 11982d4fbe89fed44bdbff2b694c0f02a894d3cf 20fa93a75bb7b592fe2b94d34d95d1cb045078d2 72a6bffa63db9d2e013fe84f2782462e5f242a60 921f845d6df580811808295b4969719bacfa7174 a14755df9e397a27475b3f149dc53aa7cacbc7b0 c32aee119b139462c2263bb4ba692a688bb091d6 c99c99c8a95860bfd2545e4ffba1b6de296dc860 cd3b07c7847625371d0c51b85d6a1a06dffee728 dd2fb03ce02a25771c4a58f133c7183ac8e45618 e8586d907f0706eccb7aa03f94da73a7ff457dc1 Package: ros-rolling-rmf-charging-schedule Version: 2.12.0-1noble.20260425.195640 Architecture: arm64 Maintainer: Grey Installed-Size: 51 Depends: ros-rolling-rclpy, ros-rolling-rmf-fleet-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-charging-schedule/ros-rolling-rmf-charging-schedule_2.12.0-1noble.20260425.195640_arm64.deb Size: 11158 SHA256: 966955c6bca4424c0e8714b4b69380e2068b9456cdd1f22424edf279e8252ec2 SHA1: 40a6a973f6b632dadbe7e0821cc53a9124df324c MD5sum: 68320636f6e9642635de9f7bd9108e92 Description: Node for a fixed 24-hour rotating charger usage schedule Package: ros-rolling-rmf-cmake-uncrustify Version: 1.2.0-5noble.20260425.113007 Architecture: arm64 Maintainer: Yadunund Vijay Installed-Size: 49 Depends: ros-rolling-ament-cmake-test, ros-rolling-ament-uncrustify, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-cmake-uncrustify/ros-rolling-rmf-cmake-uncrustify_1.2.0-5noble.20260425.113007_arm64.deb Size: 6938 SHA256: b04b0d132a5d41fab235ab661de0de7fbc71a7c8e79634c37b4682c7e357aff4 SHA1: c9df41ce5757bcfe13be040e344d30a317ae3af6 MD5sum: 05015de83548f8f432c532882d58e98c Description: ament_cmake_uncrustify with support for parsing a config file. Package: ros-rolling-rmf-demos-assets Version: 2.8.2-2noble.20260425.094007 Architecture: arm64 Maintainer: Yadunund Installed-Size: 9744 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-demos-assets/ros-rolling-rmf-demos-assets_2.8.2-2noble.20260425.094007_arm64.deb Size: 6796470 SHA256: 4c9f3a8c36a0d0a84a92464e431f7b553e50f81b6f0afe521d97b6c7b18a160a SHA1: 3d98e57bd7f7af41aabe9e36654d9e92e49aa0a6 MD5sum: 02034bed0241acee47d71ee407b723cb Description: Models and other media used for RMF demos Package: ros-rolling-rmf-demos-bridges Version: 2.8.2-2noble.20260426.001213 Architecture: arm64 Maintainer: Yadunund Installed-Size: 70 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-demos-bridges/ros-rolling-rmf-demos-bridges_2.8.2-2noble.20260426.001213_arm64.deb Size: 13100 SHA256: de4e1bbf79dbf02a02a7fff28562504bdd4ef52ec9461371ee67506b1ab719b9 SHA1: 6d5cb718aa048252bf140895564ba2bbd40fb6e9 MD5sum: ebcc629cfc07103a04bc1de344cdca35 Description: Nodes for bridging between different communication stacks Package: ros-rolling-rmf-demos-maps Version: 2.8.2-2noble.20260426.004324 Architecture: arm64 Maintainer: Aaron Chong Installed-Size: 21194 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-demos-maps/ros-rolling-rmf-demos-maps_2.8.2-2noble.20260426.004324_arm64.deb Size: 12525866 SHA256: dde0955d27ed8ecdb9b4f697965eb180142cfdf4263b804772f3dfb4eb2bf18a SHA1: e9d3283805b3a50a83620c051f9e813fa36ad083 MD5sum: 95e287ae4e34ce841ed4997c7db9573f Description: A package containing demo maps for rmf Package: ros-rolling-rmf-demos-tasks Version: 2.8.2-2noble.20260425.154012 Architecture: arm64 Maintainer: Yadunund Installed-Size: 334 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-demos-tasks/ros-rolling-rmf-demos-tasks_2.8.2-2noble.20260425.154012_arm64.deb Size: 47846 SHA256: 27cbe35ed6e0903918dca285234c5fa269166cdebc31cec03734038f998e79da SHA1: 266cc4f19574e6a3aa329967af2c549d7a03d0aa MD5sum: ae329d1158b81ad3dc6aaef3836875a1 Description: A package containing scripts for demos Package: ros-rolling-rmf-dispenser-msgs Version: 4.0.0-1noble.20260425.125509 Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 1384 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-dispenser-msgs/ros-rolling-rmf-dispenser-msgs_4.0.0-1noble.20260425.125509_arm64.deb Size: 88638 SHA256: 104561f20134cb85ca34c2bc4a2182af419d2a763fcf0af9f64ed4bf9ca68522 SHA1: 81b239dc2a70680401630aa54631b67b5d024089 MD5sum: 242ab8bd3a9adacb907aa75e0621c2fd 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-1noble.20260425.125509 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 785 Depends: ros-rolling-rmf-dispenser-msgs (= 4.0.0-1noble.20260425.125509) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-dispenser-msgs/ros-rolling-rmf-dispenser-msgs-dbgsym_4.0.0-1noble.20260425.125509_arm64.deb Size: 590116 SHA256: 37f1211bab95568801b6d23fb0d46a8b03096ebdb6c8c8603344cbc05b64f50f SHA1: affa14689b65b682629ecbbf21ec2fc334dfa1d6 MD5sum: d4717a578b3d68558202fea903e63e33 Description: debug symbols for ros-rolling-rmf-dispenser-msgs Build-Ids: 02c50afaf22ccc5a34501a33656e47bd798d0861 118740b8647c006026385f76e176f152c65afe84 23234051cbe482f321e6d27bf3505ecb74cf4504 77c884398d6e78bf7143ae0d46dafd1983bcdcd0 786ec82b36719c9cb49c794662b12aa7d9e09d82 840bc6ce817eeddf8dc41bf2bc767068a0795d02 b0ebec37b0f3a6ff67a39696e27e2f9a4865630f bf1a79fad83ab1086ea0e59bd86adeaf656b4834 c36b02712fdcdaa286e5cc8fcb4e7af09ab53ab8 e44439a5bc87d3fb2ac13cdf88ffc6a1284ba216 f58f979f159b37eefc751b66e0f2f32b6f600af9 Package: ros-rolling-rmf-door-msgs Version: 4.0.0-1noble.20260425.125518 Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 1512 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-door-msgs/ros-rolling-rmf-door-msgs_4.0.0-1noble.20260425.125518_arm64.deb Size: 97044 SHA256: 96eb46a44d74386c7d41241e1d09fa9631a71095f519b57791a20f083a3c53a3 SHA1: dcdbff578a381b4d12edadbbe53f3ad2462b2b1c MD5sum: 159e07a3a431a6ddc8bbe73daa08a1f4 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-1noble.20260425.125518 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 969 Depends: ros-rolling-rmf-door-msgs (= 4.0.0-1noble.20260425.125518) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-door-msgs/ros-rolling-rmf-door-msgs-dbgsym_4.0.0-1noble.20260425.125518_arm64.deb Size: 732066 SHA256: 316290d1b9993f5da4dbb9215f708f44656c2095f7ec76551560ab5cbf6f8a2a SHA1: 2e9264890300054ff6b487febb9ffe5ed012357f MD5sum: bcc31db806ad1aa5be3611022e5c2d18 Description: debug symbols for ros-rolling-rmf-door-msgs Build-Ids: 035a6bdf5fb48fe4395be50ee51ca42928118bf6 121b5303d9b291f15ca30385305df9126bb96296 3f595b02b6a22800c993926494df025b197e59c6 520db174be2232fa9f50fb5d60f9a73420bd7610 625f9612468bfa4724ffa68f40999e46e103ed92 6ec798eb1d6878c2f723a69df62e197a5b0f11bd ad66a1bca54bd1f5633facda6dbdd0a6d8869159 b592432c0a7f4fd3a2a567cf67cae8d9591879cb d809f550a9d1eb557cf06592cabd19176de51be6 e02f56edcf7d4c6ae59d2c6ed67375f6f9b7d6c7 eec8b3540dbda1c8ea4d208ef68d6dddc05ae8fe Package: ros-rolling-rmf-fleet-msgs Version: 4.0.0-1noble.20260425.125818 Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 5232 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-fleet-msgs/ros-rolling-rmf-fleet-msgs_4.0.0-1noble.20260425.125818_arm64.deb Size: 354300 SHA256: e07c5d108f45f4af2d2df545937f31fdb086e78fe6fbc5104bbb05edc7f34f50 SHA1: ec16951a1b1569b118088f72d796b0748eb4ae75 MD5sum: d49e7a6776dcf324390914c62298bc3e 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-1noble.20260425.125818 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 4671 Depends: ros-rolling-rmf-fleet-msgs (= 4.0.0-1noble.20260425.125818) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-fleet-msgs/ros-rolling-rmf-fleet-msgs-dbgsym_4.0.0-1noble.20260425.125818_arm64.deb Size: 3697136 SHA256: 95f924ec8629abe78a01ede489823c65e1bd24e1fc23550e6235025b04e6d33c SHA1: db035155e08441bae5ef9c3601bfc960d911bd75 MD5sum: 91d993938e91b36212b019bc3cfca063 Description: debug symbols for ros-rolling-rmf-fleet-msgs Build-Ids: 05737e29eb79e529dea4c706c98d1e747a4c7462 0badfbb2de3c1afb5e883aea006b26300a53064d 0e7189dbae6a4dc24ede88f4cabae3c9c64c785e 406503e389ea74e9660ea811e9a1501c0c7b550e 4d15a3c336b92985034ab32928a3a58900a4bc00 688643ad5378e8d8b3e82c95f435802a3514a1e0 78887942da5426b21795e88e589b2a7b859fbdb6 9c61f4aa681b98a9000cea57508fe003b1df9853 c0c18aa6eb2dd840db3706fd2785c0e5e58e23b3 d2a3da350c036324a24604de5b150587b8084008 df069b3086e383f464f2645a3d8f43f9396d7f3f Package: ros-rolling-rmf-ingestor-msgs Version: 4.0.0-1noble.20260425.130205 Architecture: arm64 Maintainer: Rushyendra Maganty Installed-Size: 1378 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-ingestor-msgs/ros-rolling-rmf-ingestor-msgs_4.0.0-1noble.20260425.130205_arm64.deb Size: 88368 SHA256: dcfdfcf387f2b772cae882069d7c9a2c507b8f052282f45b8c7dc52608292b9e SHA1: eb5ff02045ed0f5ba4efe7cc821936610f1c0c80 MD5sum: 6fd0a1ccf9685a958f158f4a900a7b44 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-1noble.20260425.130205 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Rushyendra Maganty Installed-Size: 777 Depends: ros-rolling-rmf-ingestor-msgs (= 4.0.0-1noble.20260425.130205) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-ingestor-msgs/ros-rolling-rmf-ingestor-msgs-dbgsym_4.0.0-1noble.20260425.130205_arm64.deb Size: 585894 SHA256: e28e57afc08be123da3a8c38e6aabcd2023124985bcf56159908f69ab8e65a01 SHA1: 2bf7a9975420c02084fec4af1d8d80fe89044c46 MD5sum: e5598235d8d7bd8d9b7da1c66c7df0cd Description: debug symbols for ros-rolling-rmf-ingestor-msgs Build-Ids: 2a5e7a62be8e8abba9aa11e9cce10f659ab23a74 4397b3f5d0f4c5b11fba390769567f7a5d7deea7 54e42609a4960431b88187ae15ee6f027a84bb13 63b9d38497ad9abfb970517b56cf3fd258e7f689 9ad1d08fe2722187845e674eeaa4ed6d82a6cb22 9f2f932c0a5acbf3c77ddd36240518c073a50719 a5e5437e480d370f9d9f6544b353c0c3cb190afa ad18414fa05c8671ec57efed2ec2a76a00b3af88 b83afba77ae2806486ac589d2119669144dd0ec8 c0238e1a889d568e14eee031288e0b5d7fa476f2 f039fe52c295f68d31ecdac64cc142c7807d5249 Package: ros-rolling-rmf-lift-msgs Version: 4.0.0-1noble.20260425.125829 Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 1211 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-lift-msgs/ros-rolling-rmf-lift-msgs_4.0.0-1noble.20260425.125829_arm64.deb Size: 95342 SHA256: aa24ca8f4792193e564886f8e35b15096d9be4021d19192bc9a457a389c5616d SHA1: 28dd4e4df91e3b2a9f0637467d75cd2419749b4c MD5sum: c8f8a354b48959979f855e07a4ec4cbc 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-1noble.20260425.125829 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 865 Depends: ros-rolling-rmf-lift-msgs (= 4.0.0-1noble.20260425.125829) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-lift-msgs/ros-rolling-rmf-lift-msgs-dbgsym_4.0.0-1noble.20260425.125829_arm64.deb Size: 701978 SHA256: 9718e86aa06304c5ea70ff6e7d78c2ef003f7527967eab66ed8055b5c2302a76 SHA1: 814123b4bb6ccda645206f0c912ec7c485ad7c98 MD5sum: 9d16abe8ded9ce1b5edf00e11068727f Description: debug symbols for ros-rolling-rmf-lift-msgs Build-Ids: 13e794dfca067eb95eb7f4d455f81bda0f7e8673 61851233af86dc9ffacd6befbc254d708f8672a1 67c0282921ca3c4bd77091f750a6cf4cee79d231 690a2cfa7272f8a7a55c2a26892184c9069da001 6d0379185662ff96cb8aba1a21786313d09efcea 90a266ba037158c77a9115e95eb1cc271698096e 9ddf88d2f40cd8a0c89215153f0d1ae603a84ede cb78d96901f964ae0f054e080197ea6151f6e13b cc094dfceb3778a9c378392a50c43024e7433cad f11f51708ee14cc7ed466ab6d89dbdf892e03f28 fc79c6f0f88b0f33cb74b30c53ccb19e67965220 Package: ros-rolling-rmf-obstacle-msgs Version: 4.0.0-1noble.20260425.142025 Architecture: arm64 Maintainer: Yadunund Installed-Size: 1302 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-obstacle-msgs/ros-rolling-rmf-obstacle-msgs_4.0.0-1noble.20260425.142025_arm64.deb Size: 84426 SHA256: 22406e518401243a34fd735fcb562379163bc32e8771d849c1a382606865493e SHA1: 327a56f8c42ed9ced5ef50c6a421c21ff58f9574 MD5sum: 3243849e4562088562e60c6651887636 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-1noble.20260425.142025 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Yadunund Installed-Size: 680 Depends: ros-rolling-rmf-obstacle-msgs (= 4.0.0-1noble.20260425.142025) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-obstacle-msgs/ros-rolling-rmf-obstacle-msgs-dbgsym_4.0.0-1noble.20260425.142025_arm64.deb Size: 507784 SHA256: e8a0dcd834313f3ce0bdc9fffceb7c2d61f58e9f6e0b97bbc2e3e01510a3d8c1 SHA1: 6cb1858832e292b1f55be20726ae362443cc2077 MD5sum: 8538480702590bdab45d25331d2e3552 Description: debug symbols for ros-rolling-rmf-obstacle-msgs Build-Ids: 14448ad4d80b115fee2c0b60536a343328d413ec 40b2b418a3e50f725bcdce2b346ad5aeded9c82b 4bee9965493e488703f0360c5720342ed93a7039 65fd17fe3ea468a1ed837fb7182538ac03636539 6e9f7accb42a820b5ffe901188b5b43cb4941ca7 6fc09209445aacebeb89ceb4d1f09cdc0edf43ac aa80c23896819072cbbc7822c3395671b7c6789a b3b9f400c806f04d0037808088b3db890fbd7f88 c6371c880521ffc422e64e897994ec5d161d5d9f c8fe5a53847d97cf96b00a343883414ab94fbd97 e07505b4ff7bd4c014b1c551d05f8dfd7d9a6a50 Package: ros-rolling-rmf-reservation-msgs Version: 4.0.0-1noble.20260425.125900 Architecture: arm64 Maintainer: Arjo Chakravarty Installed-Size: 2151 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-reservation-msgs/ros-rolling-rmf-reservation-msgs_4.0.0-1noble.20260425.125900_arm64.deb Size: 134128 SHA256: b8d4fec947571971ec825d1e80a70a292c67434b17787d4f7af63011dfbd4b1b SHA1: 4ab1847a75d4ba13244228eb00309024470a691b MD5sum: f5c57a6d76917fe76fd84b5dff330b56 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-1noble.20260425.125900 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Arjo Chakravarty Installed-Size: 1483 Depends: ros-rolling-rmf-reservation-msgs (= 4.0.0-1noble.20260425.125900) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-reservation-msgs/ros-rolling-rmf-reservation-msgs-dbgsym_4.0.0-1noble.20260425.125900_arm64.deb Size: 1122488 SHA256: 2f071aa5ffe24475a146cb326ef818429087871d1a3a51817859d9e8e1edcbd4 SHA1: 8b0b52d9bf2527b6b6d872fabb269cb8a89ecbeb MD5sum: 3af91a9944714e4caf16481c4deeccdc Description: debug symbols for ros-rolling-rmf-reservation-msgs Build-Ids: 056fe5dc2d3c42f02828c6dfdad16d9db26fba2a 152a3242bd94dd45b61173eeb07c31f037acf000 6008d0044afe004406b41786ae288d29af1ab018 629c04efff5abc086f3341beaecae60be3526d7c 68b1f3e3d139b2a02966078783f1adf05e19187e 8fdeba712564e438e4e1933bdbd1d1820e33e528 d7faa20aa8d4abb46ca868bb0cf26f977f922f1f eb6b22460e9c6ef85b625527c04fb8cbdd3b9ccc f0c7116cc7b0968e0618f98ce68b429a6cce7f7a f1fe00f682638bb4028a635a0cbd234a46d68e32 f999f7a35e058247315b2bc3dd40d78d148d78ed Package: ros-rolling-rmf-robot-sim-common Version: 2.6.1-1noble.20260425.211250 Architecture: arm64 Maintainer: Luca Della Vedova Installed-Size: 1973 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, ros-rolling-geometry-msgs, ros-rolling-rclcpp, ros-rolling-rmf-building-map-msgs, ros-rolling-rmf-fleet-msgs, ros-rolling-tf2-ros, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-robot-sim-common/ros-rolling-rmf-robot-sim-common_2.6.1-1noble.20260425.211250_arm64.deb Size: 275792 SHA256: dbac54c45a4970f04772bb9e0bebe0d8d3a55d40ae80200e6dc9fa703e54a16e SHA1: d22c7a744ddf0e0faf3a33f43c20f231c9297d4a MD5sum: 262c25d8dd5d485b6ffb60b4e0362a21 Description: Common utility functions for Gazebo-classic and Gazebo RMF plugins Package: ros-rolling-rmf-robot-sim-common-dbgsym Package-Type: ddeb Source: ros-rolling-rmf-robot-sim-common Version: 2.6.1-1noble.20260425.211250 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Luca Della Vedova Installed-Size: 9240 Depends: ros-rolling-rmf-robot-sim-common (= 2.6.1-1noble.20260425.211250) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-robot-sim-common/ros-rolling-rmf-robot-sim-common-dbgsym_2.6.1-1noble.20260425.211250_arm64.deb Size: 7794246 SHA256: 5806eb31e8429aaeeee521916aaf32857470636e93f68d9e7f1e9bf8b9348e4e SHA1: 4d398b6f80a9e86d8d4cdb1cdb1ae375adade1a4 MD5sum: c73d5e58f2dab1ec071d95daad6b898f Description: debug symbols for ros-rolling-rmf-robot-sim-common Build-Ids: 9a90fa96d849adbfc359704ed1fe0442a2db3f1d f59d57e9fe0f23398db43fcf7acf89dcd0ae728c f688711192ce5698bbb79c1b51526cda43408b98 Package: ros-rolling-rmf-robot-sim-gz-plugins Version: 2.6.1-1noble.20260425.212120 Architecture: arm64 Maintainer: Luca Della Vedova Installed-Size: 2500 Depends: libc6 (>= 2.34), 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-gz-transport-vendor, ros-rolling-sdformat-vendor, libeigen3-dev, ros-rolling-gz-plugin-vendor, ros-rolling-gz-rendering-vendor, ros-rolling-rclcpp, ros-rolling-rmf-building-map-msgs, ros-rolling-rmf-building-sim-gz-plugins, ros-rolling-rmf-dispenser-msgs, ros-rolling-rmf-fleet-msgs, ros-rolling-rmf-ingestor-msgs, ros-rolling-rmf-robot-sim-common, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-robot-sim-gz-plugins/ros-rolling-rmf-robot-sim-gz-plugins_2.6.1-1noble.20260425.212120_arm64.deb Size: 383858 SHA256: a9b4d5458d82ee19918bfece5b570923d0430812d4b74cf6ee3c670d1f3f962e SHA1: f13b5f234c8a310caa804dcd9710ee14a796f98c MD5sum: 17f5c320fc75b71862c8169e356d87f9 Description: ROS 2 Gazebo plugins for TeleportIngestors and TeleportDispensers Package: ros-rolling-rmf-robot-sim-gz-plugins-dbgsym Package-Type: ddeb Source: ros-rolling-rmf-robot-sim-gz-plugins Version: 2.6.1-1noble.20260425.212120 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Luca Della Vedova Installed-Size: 14675 Depends: ros-rolling-rmf-robot-sim-gz-plugins (= 2.6.1-1noble.20260425.212120) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-robot-sim-gz-plugins/ros-rolling-rmf-robot-sim-gz-plugins-dbgsym_2.6.1-1noble.20260425.212120_arm64.deb Size: 12920074 SHA256: 47436a6b87c650d94435c1ef1da1414b25be032d8acc0f0cac17253266381b87 SHA1: 75fab8326d9a9b19d1063df46ac15e7d9813bf02 MD5sum: 98a106921c4d8a02df94009047ccbf1f Description: debug symbols for ros-rolling-rmf-robot-sim-gz-plugins Build-Ids: 157cb8fc7fa790ceb2e48593a0ad3d6cbcf1ef39 9adb7406f321692f59f1b7cbe8218f82a0aa80f4 9f79cd37237e741f7b780b5144cba1a26ef7bc0d c9f3d4755b4ff8d7b31954240c279537aa9a4658 Package: ros-rolling-rmf-scheduler-msgs Version: 4.0.0-1noble.20260425.125838 Architecture: arm64 Maintainer: Marco A. Gutiérrez Installed-Size: 5176 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-scheduler-msgs/ros-rolling-rmf-scheduler-msgs_4.0.0-1noble.20260425.125838_arm64.deb Size: 321282 SHA256: cb06219cf2ea0fbe6825dfb212ac5f56251095eb4428ee05011dc57d18298ba0 SHA1: c9b8db3d8789ba1c7745c00a036fb2b45e7729d8 MD5sum: 740ee04b0844f12c9e891b5ee06080ed 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-1noble.20260425.125838 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Marco A. Gutiérrez Installed-Size: 4215 Depends: ros-rolling-rmf-scheduler-msgs (= 4.0.0-1noble.20260425.125838) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-scheduler-msgs/ros-rolling-rmf-scheduler-msgs-dbgsym_4.0.0-1noble.20260425.125838_arm64.deb Size: 3281978 SHA256: 7206b432c8693c473f58fd3083045e1fbd565896a641cacd761c75a58a0e91d6 SHA1: fdd6a81bfde2555c3e59f3adb0c77db8ad0ec651 MD5sum: 3c38dc57e28cc3d049f747ee750b0c9b Description: debug symbols for ros-rolling-rmf-scheduler-msgs Build-Ids: 022211f8e01a76962a925ee2ee3bdcc1926bd233 18dd46eaaababb90cba7e4fcc29e3361560a4993 3b1febc3220e652f5f49bb798c04cce68b919837 4389e0e9436302825ddb08b63c1f9a39a9ae87bf 4b46d37cf92deb95422b6d79dda6a9dfe5595a99 9fe3db49c1c9e1862daac70814d608252a2eac61 bdbe0eb1e57d111e3d78d0dcf77a05dfd97377d0 c2da30ae40b79a83f699fa1c07f6aed5fa7268d3 cce8bfde0fd7dbcd096a6c8cba19e2d3945eab2c e415a0399180d22ac8bbbb7669d27703c8a6f4be f11b7881933396198a4438c58bdf75c69c1534c3 Package: ros-rolling-rmf-site-map-msgs Version: 4.0.0-1noble.20260425.125925 Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 1015 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-site-map-msgs/ros-rolling-rmf-site-map-msgs_4.0.0-1noble.20260425.125925_arm64.deb Size: 68460 SHA256: 6202ee17d472f4ac7105ba4c54924a6fbd00c04f43d54b43a94ff7b8e1a048fb SHA1: 8f3b8f3e584e3e743bcb0e7c17982ffaa20ad991 MD5sum: c770b336e2f67146fbf5145c58857f43 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-1noble.20260425.125925 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 634 Depends: ros-rolling-rmf-site-map-msgs (= 4.0.0-1noble.20260425.125925) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-site-map-msgs/ros-rolling-rmf-site-map-msgs-dbgsym_4.0.0-1noble.20260425.125925_arm64.deb Size: 499588 SHA256: 2430ffef99a1e5f567b8fdf6dc90490ee07778e7ae8992fa3f608d8878998c94 SHA1: e522f2a1df5c2de5f93fc27cf19f2a624b0015f5 MD5sum: eb8849729f30fa177ef2b6be4599e266 Description: debug symbols for ros-rolling-rmf-site-map-msgs Build-Ids: 071e63d6f14b7c2da60c80694d3085fb80902459 1611cd93ebb446ed288cfc508b843f471de355ff 445092c515809c8a59b60ef2d4623435299b8214 47a90ddf0d936c69ddfa4b11832ba53c78bf50d6 496fe2491885b7d716f4033c6d340a5a3b38494a 549ad43c1c1635ca5e8a84e10ed0193cbd9e3a4a 768904c67480f31ba5ddd806940aa057472463df d55c90b54d088dd76e95ff4efc5ed060e20bafe0 d7e785a295082d758f38ca667871d3e1fd7a30dd ff2bd7a3bb58e96d63bf5b734452f9271e69cf88 ff408632badc7823329d71716358dc4d99b3b727 Package: ros-rolling-rmf-task Version: 2.9.0-1noble.20260425.110604 Architecture: arm64 Maintainer: Yadunund Installed-Size: 561 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, nlohmann-json3-dev, ros-rolling-rmf-battery, ros-rolling-rmf-utils, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-task/ros-rolling-rmf-task_2.9.0-1noble.20260425.110604_arm64.deb Size: 138258 SHA256: 8e1ae69cb818453c2cf40f1a07cc730d86d2bca386707c65e3629aa2dcf40bb6 SHA1: b3b9c8b35c8d7ef0f93800b24aeffb48ccdda79c MD5sum: 7640519fe237b996927c048c2d4d7ddb Description: Package for managing tasks in the Robotics Middleware Framework Package: ros-rolling-rmf-task-dbgsym Package-Type: ddeb Source: ros-rolling-rmf-task Version: 2.9.0-1noble.20260425.110604 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Yadunund Installed-Size: 5082 Depends: ros-rolling-rmf-task (= 2.9.0-1noble.20260425.110604) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-task/ros-rolling-rmf-task-dbgsym_2.9.0-1noble.20260425.110604_arm64.deb Size: 4862620 SHA256: 0b54794a8cd53108ece2b0471fa470a79a7ad3a075c53601a401ee39a0c9553a SHA1: f0343af70a0e6c7eba467275c99ad16ee3fb3ec1 MD5sum: cfe29e4e14b8594faddd5466c26e58e4 Description: debug symbols for ros-rolling-rmf-task Build-Ids: 2dd38d3a2c4ac74f27259b8376cfc4b7d67243cb Package: ros-rolling-rmf-task-msgs Version: 4.0.0-1noble.20260425.130518 Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 8431 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-task-msgs/ros-rolling-rmf-task-msgs_4.0.0-1noble.20260425.130518_arm64.deb Size: 528756 SHA256: 2832290e4401e995523645fef2e87ab9f4633b370d39518e93babb5a4cb166ec SHA1: de01f460e132f11d51c363b481cc63cfb28978c0 MD5sum: 882475750c207948739a349c0bb5f635 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-1noble.20260425.130518 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 6690 Depends: ros-rolling-rmf-task-msgs (= 4.0.0-1noble.20260425.130518) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-task-msgs/ros-rolling-rmf-task-msgs-dbgsym_4.0.0-1noble.20260425.130518_arm64.deb Size: 5234872 SHA256: 12ea606d67ac218d1d26db09e85621d36ec575968cc43b4512a5830cdd8b96f1 SHA1: e65be3900dea6651d1e51b169b0ceff8628cfa1c MD5sum: 9a216709cc6e733dc2e03d5b9b142efb Description: debug symbols for ros-rolling-rmf-task-msgs Build-Ids: 14956cfd814763f6204e57f1e02f436a3a2d8d6e 265d909b70cb435c8071db4d2e8ad7460c9d3c49 3dd3f30ad92233be8a4a2567f66f96ec578f3c9f 4f04ec876d067bd9ce85e275260a1aa0f53b5a44 61e8180406e719090226f63fc4bc74d99414c679 741dcd7e97a5ef22d8d32cd84a635d62bb3ae305 8818a91a1cd614e8c10fcbe97d0d3094efbd570f 8a2f75b361364c84ff7b5f56c913f140aaaab661 a4b87c4e694dedf0b8d9b0f1f4bc8418186a4712 a59defa7e35ad8d491d2acb3809019fe4707cd1c e602cb0af897c557d9098f79c73cac40b897e981 Package: ros-rolling-rmf-task-sequence Version: 2.9.0-1noble.20260425.111416 Architecture: arm64 Maintainer: Grey Installed-Size: 582 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-nlohmann-json-schema-validator-vendor, nlohmann-json3-dev, ros-rolling-rmf-api-msgs, ros-rolling-rmf-task, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-task-sequence/ros-rolling-rmf-task-sequence_2.9.0-1noble.20260425.111416_arm64.deb Size: 144772 SHA256: 961287ee215b26adfdcd147fc8662728093ec4eb5774110c0cc335717f88632d SHA1: 284655debfedc22cefcbf678db37b2133d40d418 MD5sum: 7cf521593f31a43bb85221b6f12b6cea Description: Implementation of phase-sequence tasks for the Robotics Middleware Framework Package: ros-rolling-rmf-task-sequence-dbgsym Package-Type: ddeb Source: ros-rolling-rmf-task-sequence Version: 2.9.0-1noble.20260425.111416 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Grey Installed-Size: 4784 Depends: ros-rolling-rmf-task-sequence (= 2.9.0-1noble.20260425.111416) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-task-sequence/ros-rolling-rmf-task-sequence-dbgsym_2.9.0-1noble.20260425.111416_arm64.deb Size: 4502092 SHA256: b599187d3bb60b1b5337b313607d08f9598f592f0cc45e661ca8772f8d42ce02 SHA1: 707c99647d9d9745a067095e0fa500b32369e220 MD5sum: 176f0f7ed6d911ea025f678ba2d45405 Description: debug symbols for ros-rolling-rmf-task-sequence Build-Ids: ccd896e0e264c50ccff83bd498a8fe8403fda18c Package: ros-rolling-rmf-traffic Version: 3.7.0-1noble.20260425.102603 Architecture: arm64 Maintainer: Grey Installed-Size: 5415 Depends: libc6 (>= 2.34), libccd2 (>= 2.1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libccd-dev, libeigen3-dev, ros-rolling-eigen3-cmake-module, ros-rolling-rmf-utils, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-traffic/ros-rolling-rmf-traffic_3.7.0-1noble.20260425.102603_arm64.deb Size: 970550 SHA256: 29cda24dc071db9ff204cda5c22ec718ee8516ed6853784381abf64b73013dd4 SHA1: 27180d2bb796ab59bfea9b8a19046330854b0c76 MD5sum: e16e7380b32c3eb3b1e0a8f1c9ba8fe8 Description: Package for managing traffic in the Robotics Middleware Framework Package: ros-rolling-rmf-traffic-dbgsym Package-Type: ddeb Source: ros-rolling-rmf-traffic Version: 3.7.0-1noble.20260425.102603 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Grey Installed-Size: 49714 Depends: ros-rolling-rmf-traffic (= 3.7.0-1noble.20260425.102603) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-traffic/ros-rolling-rmf-traffic-dbgsym_3.7.0-1noble.20260425.102603_arm64.deb Size: 45364440 SHA256: 6af92bcdd5c0a277b9270c29a85bc6610870d825ed168782de2aff10062996b6 SHA1: d02cc9ab6d34936780fa8b05cb7331e3f8f5a80e MD5sum: acdfceb63d6fae2df9fdc3f07e30de09 Description: debug symbols for ros-rolling-rmf-traffic Build-Ids: c988f7da596deaba67edc382bcbeb09c22119e11 Package: ros-rolling-rmf-traffic-editor Version: 1.14.0-1noble.20260425.084111 Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 1370 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.14.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-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-traffic-editor/ros-rolling-rmf-traffic-editor_1.14.0-1noble.20260425.084111_arm64.deb Size: 424012 SHA256: f527629fbf5507737a9f07ba906d2450421138498e4685d9bb25f1cee812226c SHA1: 3b1fee83ed363c1f78ed9c07a27b17eea6275574 MD5sum: a88e87f8a377ac6f1a6b580db5061a32 Description: traffic editor Package: ros-rolling-rmf-traffic-editor-assets Version: 1.14.0-1noble.20260425.094017 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 14667 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-traffic-editor-assets/ros-rolling-rmf-traffic-editor-assets_1.14.0-1noble.20260425.094017_arm64.deb Size: 12106908 SHA256: 32ecee42677f6523295682c17988093677ec4617fd37d8f180aabc3f002e9914 SHA1: e4e106a76061b46366d073a77fe09d1367365ea3 MD5sum: db2a51f5304d8c3fc1b230f9b4bfa9b2 Description: Assets for use with traffic_editor. Package: ros-rolling-rmf-traffic-editor-dbgsym Package-Type: ddeb Source: ros-rolling-rmf-traffic-editor Version: 1.14.0-1noble.20260425.084111 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 18102 Depends: ros-rolling-rmf-traffic-editor (= 1.14.0-1noble.20260425.084111) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-traffic-editor/ros-rolling-rmf-traffic-editor-dbgsym_1.14.0-1noble.20260425.084111_arm64.deb Size: 17533098 SHA256: 6d310e4dceb7e03f61be10fb5743a90cb3e5a0699d6b091e94eccde3f245b084 SHA1: 98391f3c7d4cd61c2123c89e80e82b94a680ece1 MD5sum: 44e62f7fa139a6312ec9d088089fe12b Description: debug symbols for ros-rolling-rmf-traffic-editor Build-Ids: fc115c1492b0875131c9d8a4266fc626657d1874 Package: ros-rolling-rmf-traffic-editor-test-maps Version: 1.14.0-1noble.20260426.004300 Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 267 Depends: ros-rolling-ros-workspace 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-1noble.20260426.004300_arm64.deb Size: 189442 SHA256: 5fc3b91fdbe694fb37a46257403b079ddba5019388bfd48c2c76c999bbdeb291 SHA1: 0e0c7f2a42c2eba0c7be6e21776827904c0f584b MD5sum: 7a6533d8d086c620a76ee9c9433edb8f Description: Some test maps for traffic_editor and rmf_building_map_tools. Package: ros-rolling-rmf-traffic-examples Version: 3.7.0-1noble.20260425.111914 Architecture: arm64 Maintainer: Grey Installed-Size: 87 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), ros-rolling-rmf-traffic, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-traffic-examples/ros-rolling-rmf-traffic-examples_3.7.0-1noble.20260425.111914_arm64.deb Size: 16306 SHA256: 5f5d932b97a2fca3b49222fee2ab8ea52039f51894129e96a1d10deb71363fdd SHA1: cb12e82dced56778a571129a9b4acfce9ffc0510 MD5sum: 7b3b290167ad4c9705d5ecdaa84a1cda Description: Examples of how to use the rmf_traffic library Package: ros-rolling-rmf-traffic-examples-dbgsym Package-Type: ddeb Source: ros-rolling-rmf-traffic-examples Version: 3.7.0-1noble.20260425.111914 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Grey Installed-Size: 615 Depends: ros-rolling-rmf-traffic-examples (= 3.7.0-1noble.20260425.111914) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-traffic-examples/ros-rolling-rmf-traffic-examples-dbgsym_3.7.0-1noble.20260425.111914_arm64.deb Size: 588130 SHA256: 2fb4821871cfcd7a513107dee6b52f9a7a6cf571d12038156fbb054056af4892 SHA1: 7f4c54187318c98b5db24255c8f1c9ab1f992c5e MD5sum: d3fdef3d0794822a304939fb0eef7ef0 Description: debug symbols for ros-rolling-rmf-traffic-examples Build-Ids: 7e54268ab438376cc72e28d69489f670656d3f5d Package: ros-rolling-rmf-traffic-msgs Version: 4.0.0-1noble.20260425.130108 Architecture: arm64 Maintainer: Grey Installed-Size: 11468 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-traffic-msgs/ros-rolling-rmf-traffic-msgs_4.0.0-1noble.20260425.130108_arm64.deb Size: 701654 SHA256: 5ee9ce7c50b86077b96448e7b8b667ea01129d9ed4e27f0ea2e8ff24ba89aa1e SHA1: f27ef9ca2aa4a91330d247614bf4631faea14e75 MD5sum: 8dbd8640fa9e2b365209e58aeeaa1009 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-1noble.20260425.130108 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Grey Installed-Size: 10286 Depends: ros-rolling-rmf-traffic-msgs (= 4.0.0-1noble.20260425.130108) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-traffic-msgs/ros-rolling-rmf-traffic-msgs-dbgsym_4.0.0-1noble.20260425.130108_arm64.deb Size: 8170802 SHA256: a992cdf6587363286babf3ffcdc55b2c520abfc1efc0b8b90beb9bf2eb2ccb4a SHA1: 004c41d7f91106fd2162509a699e387d3851c742 MD5sum: 84a4d42a124d0b08f6be0f729c378403 Description: debug symbols for ros-rolling-rmf-traffic-msgs Build-Ids: 07b6d5efded555caa564aef0145ca307941ee583 0aeda0b26c22ca024fa91780a0b8f750f7923866 16ef54a59e7005891d567179422a801579822c7a 1e32a2f7bdc6637544dce1972b8e525d233ecc1a 51414dfd1c45b5c8cea15d2d50d849420b5eb24c 5d8045f74116ef1d441a51628a2ae5bece979a78 737b2d3430d73fedb4de72c734e187c6089a0d07 9e65d08382e44b4bd962f7be54c93e294b53c19b b65510a149826aa8a79f4ed76b16226390de3ebe c416d60c8063bdd58f135dcc252c650f818379c3 d371fcace48717b1f289abf139158b9c92c3e37d Package: ros-rolling-rmf-traffic-ros2 Version: 2.12.0-1noble.20260425.170237 Architecture: arm64 Maintainer: Grey Installed-Size: 8192 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libproj25 (>= 5.0.0), libstdc++6 (>= 13.1), libuuid1 (>= 2.16), libyaml-cpp0.8 (>= 0.7.0), zlib1g (>= 1:1.1.4), libproj-dev, libyaml-cpp-dev, nlohmann-json3-dev, ros-rolling-backward-ros, ros-rolling-rclcpp, ros-rolling-rmf-building-map-msgs, ros-rolling-rmf-fleet-msgs, ros-rolling-rmf-reservation-msgs, ros-rolling-rmf-site-map-msgs, ros-rolling-rmf-traffic, ros-rolling-rmf-traffic-msgs, ros-rolling-rmf-utils, uuid-dev, zlib1g-dev, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-traffic-ros2/ros-rolling-rmf-traffic-ros2_2.12.0-1noble.20260425.170237_arm64.deb Size: 995810 SHA256: fccee0309897dbef386fa6590bc90e856c836f6be5a447eb743a1f19a8ba2732 SHA1: 5d181b602d93ab844c083089589fa11922d46209 MD5sum: f17a6783de47ac93728402541f4534f9 Description: A package containing messages used by the RMF traffic management system. Package: ros-rolling-rmf-traffic-ros2-dbgsym Package-Type: ddeb Source: ros-rolling-rmf-traffic-ros2 Version: 2.12.0-1noble.20260425.170237 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Grey Installed-Size: 39096 Depends: ros-rolling-rmf-traffic-ros2 (= 2.12.0-1noble.20260425.170237) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-traffic-ros2/ros-rolling-rmf-traffic-ros2-dbgsym_2.12.0-1noble.20260425.170237_arm64.deb Size: 31418216 SHA256: 3b61525aa0771dc7690afa61d002632e3b91e61376305ffdeddafbd0d279c7dc SHA1: d062d67b7a5d841f116904f9e881f7c888a060a7 MD5sum: 79966546bdd17f150a9cf7874fd56309 Description: debug symbols for ros-rolling-rmf-traffic-ros2 Build-Ids: 57cedee533683966822b85d9a59a2a0adf7920b7 627c7bfca0340e33434279203b79d81797790cca 9f4b3a1ca3edf10b61d7c52ae291db2748b024c6 cc2b29b99c966dbd86990679630b43b0263ddbc0 db0c9ff8153027d1e5b29557faa417236ddc0d9c Package: ros-rolling-rmf-utils Version: 1.7.0-1noble.20260425.082645 Architecture: arm64 Maintainer: Grey Installed-Size: 878 Depends: libstdc++6 (>= 5), ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-utils/ros-rolling-rmf-utils_1.7.0-1noble.20260425.082645_arm64.deb Size: 132166 SHA256: 660218452f11017abc1141ee649a6cb59922b60b88d11af12a1f64e29feb5f8d SHA1: 41e07202f43854cd4619a1269b1d5a235f1c724d MD5sum: 35fbb79ca9bc512e15e084d86843b773 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-1noble.20260425.082645 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Grey Installed-Size: 35 Depends: ros-rolling-rmf-utils (= 1.7.0-1noble.20260425.082645) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-utils/ros-rolling-rmf-utils-dbgsym_1.7.0-1noble.20260425.082645_arm64.deb Size: 20752 SHA256: 3dc8f3d67866ded1a5e02871585ac7c86451eb305dbab64c408578462c9b8df4 SHA1: 8072851566237383fb6ce7c9f463817c9bc72f77 MD5sum: 3671f8f6c5e004eb4ca7d56ce69e8969 Description: debug symbols for ros-rolling-rmf-utils Build-Ids: 93468459bb2e3680b8b2c26e2f4edbb903af8b33 Package: ros-rolling-rmf-visualization-building-systems Version: 2.5.1-1noble.20260425.154029 Architecture: arm64 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-visualization-building-systems/ros-rolling-rmf-visualization-building-systems_2.5.1-1noble.20260425.154029_arm64.deb Size: 12532 SHA256: d8d5bef9b2d2d33adf28cc8180d764c0b32f8933085218d48867ea181e4f3584 SHA1: 9c8ba0cc63749c14beb860e0d6dce57901cca857 MD5sum: ca1bc677da6364dc0c95f4e8ebcf540a Description: A visualizer for doors and lifts Package: ros-rolling-rmf-visualization-fleet-states Version: 2.5.1-1noble.20260425.183826 Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 889 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-rmf-fleet-msgs, ros-rolling-rmf-visualization-msgs, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-visualization-fleet-states/ros-rolling-rmf-visualization-fleet-states_2.5.1-1noble.20260425.183826_arm64.deb Size: 147112 SHA256: e6048fc42926c4d0384b1225e8c21f37a3a7e7f45f2b8a416e74a9f0e0ca4c83 SHA1: 4fb2f525dc249824584178e01fb57b2c0c0e27ab MD5sum: 3cdbbcc80b4c9df1c5b06c8d78f4427e 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-1noble.20260425.183826 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Morgan Quigley Installed-Size: 3749 Depends: ros-rolling-rmf-visualization-fleet-states (= 2.5.1-1noble.20260425.183826) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-visualization-fleet-states/ros-rolling-rmf-visualization-fleet-states-dbgsym_2.5.1-1noble.20260425.183826_arm64.deb Size: 3127472 SHA256: be11b29bf40e95aade5d92cff6214e7a27f54a66af3e0229844bcf5321725ece SHA1: 9704e0c944a03ba5e8299f710291a3d3629ca521 MD5sum: 3bbb1d3b111f83bdce38f8f3ea992996 Description: debug symbols for ros-rolling-rmf-visualization-fleet-states Build-Ids: 3c34da762bd4aa2cdbe86e52b7ad0d6d32ddcde4 6d2b020347086d4a535c0c111231043980c40e89 Package: ros-rolling-rmf-visualization-msgs Version: 1.5.0-1noble.20260425.130125 Architecture: arm64 Maintainer: yadu Installed-Size: 1006 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-visualization-msgs/ros-rolling-rmf-visualization-msgs_1.5.0-1noble.20260425.130125_arm64.deb Size: 44728 SHA256: 380e4f4fc482fe4222c7fa38a0da6f187f4111e96baccb3f8ff3e1d149ff84f8 SHA1: 3b136105a4b8cde04602a6eb8c8a4fa34db4f975 MD5sum: 6a56f454b0bd2f49386341b1b00847a4 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-1noble.20260425.130125 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: yadu Installed-Size: 305 Depends: ros-rolling-rmf-visualization-msgs (= 1.5.0-1noble.20260425.130125) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-visualization-msgs/ros-rolling-rmf-visualization-msgs-dbgsym_1.5.0-1noble.20260425.130125_arm64.deb Size: 196512 SHA256: 220dd21a4ec5997c91c241bd2468d665bc5007cd28e133996a0964039a931753 SHA1: ae7b30334771b6e278f7ff64076188d3e5cdf084 MD5sum: c4ea0d854b500bed73fbdfefad9b7c9e Description: debug symbols for ros-rolling-rmf-visualization-msgs Build-Ids: 09b1845ef89b2cbc15cad3179e9f90e20015965c 20c8eebab388aabcae13ace7474294bca5470ff1 38dfb59f8178f0e6af01e372bd50fc5c01991c02 6716e6d7a44c362cdf5394406b043b0e16c6a540 80d6ceccdc77769056d2d2fa36606d4530e51c51 a1fdb45c0ed3c7f52a881b5fd5a195246d61fbd8 b42a6bb13b789542cfc5c93d0693a6645e15a290 c25eda3daeae861c3dbaf5300714f2a25696ae19 e050c57856a1aa821d11797839f1d208ea2efbea e3966b18117bcb1b0d2ab24a3c659440502aa58a f2366ce9f375eb0c98a3241df84292727421b7b2 Package: ros-rolling-rmf-visualization-navgraphs Version: 2.5.1-1noble.20260425.203734 Architecture: arm64 Maintainer: Yadunund Installed-Size: 1144 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-geometry-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rmf-building-map-msgs, ros-rolling-rmf-fleet-msgs, ros-rolling-rmf-traffic, ros-rolling-rmf-traffic-ros2, ros-rolling-rmf-visualization-msgs, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-visualization-navgraphs/ros-rolling-rmf-visualization-navgraphs_2.5.1-1noble.20260425.203734_arm64.deb Size: 183496 SHA256: e3abfc731e79a6f9e3123857846547a26ceebc81f85a794b0b2319e9f970ac8e SHA1: 0b780dff7464ec58ceaac3110633a13683b29a84 MD5sum: f25491b7f998449c3695ad35589512fb Description: A package to visualiize the navigation graphs of fleets Package: ros-rolling-rmf-visualization-navgraphs-dbgsym Package-Type: ddeb Source: ros-rolling-rmf-visualization-navgraphs Version: 2.5.1-1noble.20260425.203734 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Yadunund Installed-Size: 5065 Depends: ros-rolling-rmf-visualization-navgraphs (= 2.5.1-1noble.20260425.203734) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-visualization-navgraphs/ros-rolling-rmf-visualization-navgraphs-dbgsym_2.5.1-1noble.20260425.203734_arm64.deb Size: 4208660 SHA256: c4d532740851b9821e423de5488b2b15cbaba2b951304993e1c24140da13bc76 SHA1: 47f07021b1c2416cd1ab421365ea5fdeda6a46c5 MD5sum: cbb438c96087769addfa401bd8084a83 Description: debug symbols for ros-rolling-rmf-visualization-navgraphs Build-Ids: 7514bd31706f6e6e1a82ac783e65e6f608fc180e b021f1db10c960546628ce40c49b5a769dd9d3fe Package: ros-rolling-rmf-visualization-obstacles Version: 2.5.1-1noble.20260425.183952 Architecture: arm64 Maintainer: Yadunund Installed-Size: 824 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-visualization-obstacles/ros-rolling-rmf-visualization-obstacles_2.5.1-1noble.20260425.183952_arm64.deb Size: 144736 SHA256: 5ec3eabd7e915e160cc069682dc42b8cd597f614f8c12ccffa7c89fde91ea478 SHA1: 94c045c88ace7fc17600c184f4363f801be6ea57 MD5sum: ec33f57e6ae41fc1f647a2fbb60c7786 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-1noble.20260425.183952 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Yadunund Installed-Size: 3670 Depends: ros-rolling-rmf-visualization-obstacles (= 2.5.1-1noble.20260425.183952) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-visualization-obstacles/ros-rolling-rmf-visualization-obstacles-dbgsym_2.5.1-1noble.20260425.183952_arm64.deb Size: 3051466 SHA256: 0c5a0e424d9c18793c769ab29d6fc8df418d841f036640b05c0a179519ddd9fe SHA1: 174a2d449ef4d9c798d3c8b69ed30524920c91b4 MD5sum: 57c6f9782d3f2d2382f9c871a7a10a54 Description: debug symbols for ros-rolling-rmf-visualization-obstacles Build-Ids: 603ab438fbe34d881c9a035f006d111b114b570a 8e7275eb93c9f3cc9a477d883137caaf618cd0a2 Package: ros-rolling-rmf-visualization-rviz2-plugins Version: 2.5.1-1noble.20260426.010235 Architecture: arm64 Maintainer: Yadunund Installed-Size: 1485 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.3.0), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-resource-retriever, ros-rolling-rmf-door-msgs, ros-rolling-rmf-lift-msgs, ros-rolling-rmf-traffic-ros2, ros-rolling-rmf-visualization-msgs, ros-rolling-rviz-common, ros-rolling-rviz-default-plugins, ros-rolling-rviz-rendering, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-visualization-rviz2-plugins/ros-rolling-rmf-visualization-rviz2-plugins_2.5.1-1noble.20260426.010235_arm64.deb Size: 240806 SHA256: fcca955c40436b0b68a23c5ca41b6f2ef720de18eac5b80c7f9b26c261bf3a04 SHA1: 298b180b902876b5c0731a3dc398d47fdd1d11f1 MD5sum: 64e7acb29c47bc2a84644e44b9de8965 Description: A package containing RViz2 plugins for RMF Package: ros-rolling-rmf-visualization-rviz2-plugins-dbgsym Package-Type: ddeb Source: ros-rolling-rmf-visualization-rviz2-plugins Version: 2.5.1-1noble.20260426.010235 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Yadunund Installed-Size: 7752 Depends: ros-rolling-rmf-visualization-rviz2-plugins (= 2.5.1-1noble.20260426.010235) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-visualization-rviz2-plugins/ros-rolling-rmf-visualization-rviz2-plugins-dbgsym_2.5.1-1noble.20260426.010235_arm64.deb Size: 6483368 SHA256: 64cd5197168d5891a28c4f76f54e3f078686576ac78109b2a62d803dc24501a0 SHA1: 28a70671cab38371df10b62fcd9184292acdb5ac MD5sum: a499bf09f74b08103995c54aae27934e Description: debug symbols for ros-rolling-rmf-visualization-rviz2-plugins Build-Ids: 82da128fe85c5e38e3ecb0e1d5f5c734c27d1c0f Package: ros-rolling-rmf-workcell-msgs Version: 4.0.0-1noble.20260425.130548 Architecture: arm64 Maintainer: Aaron Chong Installed-Size: 1577 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-workcell-msgs/ros-rolling-rmf-workcell-msgs_4.0.0-1noble.20260425.130548_arm64.deb Size: 105476 SHA256: b0dde92d60f18b466709cfd6783734161782f7d6abe6e97de134f5e97eb38078 SHA1: d95674e71895d721212240e52e3c64fbff1e0574 MD5sum: caa98a2cfe7c797f4803bdd4e1ad9abc 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-1noble.20260425.130548 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aaron Chong Installed-Size: 1079 Depends: ros-rolling-rmf-workcell-msgs (= 4.0.0-1noble.20260425.130548) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-workcell-msgs/ros-rolling-rmf-workcell-msgs-dbgsym_4.0.0-1noble.20260425.130548_arm64.deb Size: 836274 SHA256: 65bd3639b3a70f37c226836912669d29dea9cab6e930b670e42eef257f7e4721 SHA1: fa907a322c6935a5e403552449ab7847a18ea600 MD5sum: ceec248e382fc6f60969a8d27237ab94 Description: debug symbols for ros-rolling-rmf-workcell-msgs Build-Ids: 2053f359a4b451389975e7f67654c4d27e54355d 261b01173e52c31c0503051f5fcf703e7001eef6 56959fcb2f88fe0253ad6c619af90714a86adb28 5c21103710463d90023b46b769ec27715fe4a4d0 5f492448946cd6d7f05725614151b11a8432c917 5f4af915125ca6fbcbcf109ade906428c7759373 662ccdbd7e8ce962e5db12adb8069f08de26862f 9a99f85ee926a7c9632604e7abc0c2a64eb33433 aaa9047e8e3bfaee9bf050601595b6fccb983294 baf29711687f543363ebe98788f7ad467bb7ac59 c5e334cf0354644d5af815aa34e3bdbfa0660008 Package: ros-rolling-rmw Version: 7.10.1-3noble.20260425.100238 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 587 Depends: libc6 (>= 2.17), ros-rolling-rcutils, ros-rolling-rosidl-dynamic-typesupport, ros-rolling-rosidl-runtime-c, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw/ros-rolling-rmw_7.10.1-3noble.20260425.100238_arm64.deb Size: 76526 SHA256: 06f6e5e6198b0154207a34b2ff0ddc3a0fe129706456d6e7d98824242bd545bd SHA1: c4277431468a4269e201fe59febb59668babd86f MD5sum: 52bbcd2b462d85975bfec6a39b7bed4e Description: Contains the ROS middleware API. Package: ros-rolling-rmw-connextdds Version: 1.2.4-1noble.20260425.132123 Architecture: arm64 Maintainer: Andrea Sorbini Installed-Size: 141 Depends: libstdc++6 (>= 13.1), ros-rolling-rmw-connextdds-common, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-connextdds/ros-rolling-rmw-connextdds_1.2.4-1noble.20260425.132123_arm64.deb Size: 18644 SHA256: 7f1df7fe73ea654d16e1210d74163af955e04c03c759aba32609d101c5b060f1 SHA1: 349525d1e4b0720bac81d279f8f26ac6b2d711f6 MD5sum: 457b4ee19a376fad7679ca7f985b6c1f Description: A ROS 2 RMW implementation built with RTI Connext DDS Professional. Package: ros-rolling-rmw-connextdds-common Version: 1.2.4-1noble.20260425.131325 Architecture: arm64 Maintainer: Andrea Sorbini Installed-Size: 1075 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-ament-cmake, 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-connextdds-common/ros-rolling-rmw-connextdds-common_1.2.4-1noble.20260425.131325_arm64.deb Size: 262772 SHA256: 9b2b5ae56c1339990f6feb67fc5653f9df228b74f1f85867d374f8ebf4294787 SHA1: 9d57731f3232b2c8d21c3ddf2692960f7723e452 MD5sum: 4e48903953c5ab34b5a6c3b12af94298 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.2.4-1noble.20260425.131325 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Andrea Sorbini Installed-Size: 3372 Depends: ros-rolling-rmw-connextdds-common (= 1.2.4-1noble.20260425.131325) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-connextdds-common/ros-rolling-rmw-connextdds-common-dbgsym_1.2.4-1noble.20260425.131325_arm64.deb Size: 3104708 SHA256: 724f28cedea65de0038bb19126a31ac8fac1b9c73548ae4196121873fcbb7e93 SHA1: 7ffce8c8cc138e0692112b6a7e25fc37f7f9b9bc MD5sum: acbacae90de8be060f4dbc6cae9a6c50 Description: debug symbols for ros-rolling-rmw-connextdds-common Build-Ids: f08acdf3b44d193d137ff31566ee7f3546b11194 Package: ros-rolling-rmw-connextdds-dbgsym Package-Type: ddeb Source: ros-rolling-rmw-connextdds Version: 1.2.4-1noble.20260425.132123 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Andrea Sorbini Installed-Size: 135 Depends: ros-rolling-rmw-connextdds (= 1.2.4-1noble.20260425.132123) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-connextdds/ros-rolling-rmw-connextdds-dbgsym_1.2.4-1noble.20260425.132123_arm64.deb Size: 108022 SHA256: 1c8a5a5e8707986528a74a6c783a918843e15cef40a0892f32952e7527492e0b SHA1: c7cd92825e977366cea06a9080963ac799ffe32b MD5sum: 097b3e4c9d70a9dca0ead80347d2cdfb Description: debug symbols for ros-rolling-rmw-connextdds Build-Ids: 53a6b554148b977c74f5ebc36f01e8c3acb13c48 Package: ros-rolling-rmw-cyclonedds-cpp Version: 4.1.4-1noble.20260425.132500 Architecture: arm64 Maintainer: Erik Boasson Installed-Size: 465 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.1.4-1noble.20260425.132500_arm64.deb Size: 140338 SHA256: 5e6024142ec022fcb4e540f5bee7fb2d6ac9a73533d8356d093cc065a937ce07 SHA1: 3526d7eb9fce0f48b283e6a479c90eaa64895d5a MD5sum: ba331bc0cc5ed02f326065106bb9a874 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.1.4-1noble.20260425.132500 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Erik Boasson Installed-Size: 1670 Depends: ros-rolling-rmw-cyclonedds-cpp (= 4.1.4-1noble.20260425.132500) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-cyclonedds-cpp/ros-rolling-rmw-cyclonedds-cpp-dbgsym_4.1.4-1noble.20260425.132500_arm64.deb Size: 1535292 SHA256: 0e1aed824ce1129a66c1637ff4ccb52bfc1a4de2c8050f0ef16a87427c1b6984 SHA1: 33d071d20c33e55b0162198d8a53deda1606d549 MD5sum: 08c0a90ab221b1f449e2272242d27b7f Description: debug symbols for ros-rolling-rmw-cyclonedds-cpp Build-Ids: 7e813c29b4871afa554267bd3257c461c3af6176 Package: ros-rolling-rmw-dbgsym Package-Type: ddeb Source: ros-rolling-rmw Version: 7.10.1-3noble.20260425.100238 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 85 Depends: ros-rolling-rmw (= 7.10.1-3noble.20260425.100238) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw/ros-rolling-rmw-dbgsym_7.10.1-3noble.20260425.100238_arm64.deb Size: 42558 SHA256: abbf8164f4d8e4de390e94e1277c057d5b0d3d2bd13f19209e13c787012f1132 SHA1: 2aae8fe0062a3e000041000fa2ecd38860702214 MD5sum: 5beb1ad14bf24d6cc1d885bd8d055708 Description: debug symbols for ros-rolling-rmw Build-Ids: b9520d27a8b2c12ec28a3c1bc746c784306ca368 Package: ros-rolling-rmw-dds-common Version: 6.0.0-1noble.20260425.130636 Architecture: arm64 Maintainer: Ivan Paunovic Installed-Size: 1423 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-rmw-security-common, ros-rolling-rosidl-default-runtime, ros-rolling-rosidl-runtime-c, ros-rolling-rosidl-runtime-cpp, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-dds-common/ros-rolling-rmw-dds-common_6.0.0-1noble.20260425.130636_arm64.deb Size: 118266 SHA256: 4e5641f0d6faaf968a1626176d5e4b01cc8896c46c5cf4e025398847b1e3b704 SHA1: 2f82a0cf9c22de76ab8142df5cfd9667a7a5e4e7 MD5sum: 19cb19f5b151f546a431fc0c5f75c8ec 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.0.0-1noble.20260425.130636 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Ivan Paunovic Installed-Size: 1181 Depends: ros-rolling-rmw-dds-common (= 6.0.0-1noble.20260425.130636) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-dds-common/ros-rolling-rmw-dds-common-dbgsym_6.0.0-1noble.20260425.130636_arm64.deb Size: 977916 SHA256: 7cb71da3764c894c0ca9a1afc8a2ff5330518cee51bf69ad5707c90e829be044 SHA1: 4f74b753bfff1a7dc706259c2a0861f601bbc208 MD5sum: 09bba533f48bf037915ed6e527686f41 Description: debug symbols for ros-rolling-rmw-dds-common Build-Ids: 20b78202f58ace867b13ba14e5757730fd1727a2 277b8efc34709377588334acecec814ceccef94a 443686641600431a74b4a28cf22e418c9b174dae 477e42aa1377624b9f3bcf995d5a07e7358a4c6f 4c16363faa486dd02f4922331dcf1fa5ef63c345 64a4e380daa83dac9c950f053b3eccb1f2f86e69 8c2e037a5dbd39416155de4390d74458d657b6c6 c7006b0ab9a1bf0d0fceb506c88bc7f5fbf30c60 d2a7245a2fa3fc97c76356c4d3ddbe9c73e71d5f e06416a82bccd691dad0b7ff0f6af866d37703d0 e709c6192aa826af1a2ce3cb7b898e981b44563d e784b136ea5a5fcd79c25e7fc5269ede380ce0f7 Package: ros-rolling-rmw-desert Version: 4.0.1-2noble.20260425.131432 Architecture: arm64 Maintainer: Davide Costa Installed-Size: 452 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-desert/ros-rolling-rmw-desert_4.0.1-2noble.20260425.131432_arm64.deb Size: 133762 SHA256: 666f18e9acd3d3d83b639d365ed5283ab065d9912d64f87a2120cf8614985806 SHA1: 3525a12b2df073b1b50d30d7f513f943d8782390 MD5sum: 5a21b29033fc69adc993539b8a1cb7e8 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.1-2noble.20260425.131432 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Davide Costa Installed-Size: 3403 Depends: ros-rolling-rmw-desert (= 4.0.1-2noble.20260425.131432) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-desert/ros-rolling-rmw-desert-dbgsym_4.0.1-2noble.20260425.131432_arm64.deb Size: 3137516 SHA256: 487385c58923a29ee395e80d29a282ea127a2ee4a3b7a5153ba50700f40fdfd8 SHA1: f24a68ff68eb97f5b1d50f3addddd70e7181b603 MD5sum: 5f4d1cd055ea1953a8a27e0bcd60d35b Description: debug symbols for ros-rolling-rmw-desert Build-Ids: 48525b176557ee1fc2ab1b4bfb55bfeb8a581941 Package: ros-rolling-rmw-fastrtps-cpp Version: 9.4.7-1noble.20260425.152614 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 569 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-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.4.7-1noble.20260425.152614_arm64.deb Size: 151814 SHA256: b17030372db82f953b0fab252c7e647f0332efc1670e0b348a804193483a82cf SHA1: cb90e086af896c7c79e8878d46512632c5ff4dff MD5sum: 5d9e568db1f3ee76b76e3817c7f590bd 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.4.7-1noble.20260425.152614 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 5424 Depends: ros-rolling-rmw-fastrtps-cpp (= 9.4.7-1noble.20260425.152614) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-fastrtps-cpp/ros-rolling-rmw-fastrtps-cpp-dbgsym_9.4.7-1noble.20260425.152614_arm64.deb Size: 4868454 SHA256: 9a737fc52758b34e869d8255f399edaf0c0b9eda346a47a4dbd5e92135e7c4ed SHA1: 741520ba60fb7a9c93710bcf9bd8db210cbf933f MD5sum: 6987cc8ccc7cbf6f4b3b1adbbdc41b89 Description: debug symbols for ros-rolling-rmw-fastrtps-cpp Build-Ids: a8b18238ec163b4cec0f29a80a62e589b8c3978d Package: ros-rolling-rmw-fastrtps-dynamic-cpp Version: 9.4.7-1noble.20260425.152618 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 495 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.4.7-1noble.20260425.152618_arm64.deb Size: 121744 SHA256: 4ba289978c2c12b81e2d0fb6b1a5a09153be150cd77711439267139fe2678e56 SHA1: c3435abfbb9cf4447cdbfdb5801b6700d1080529 MD5sum: 4c5b7b891735fbfdc5d3b178b07b1ced 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.4.7-1noble.20260425.152618 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 4549 Depends: ros-rolling-rmw-fastrtps-dynamic-cpp (= 9.4.7-1noble.20260425.152618) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-fastrtps-dynamic-cpp/ros-rolling-rmw-fastrtps-dynamic-cpp-dbgsym_9.4.7-1noble.20260425.152618_arm64.deb Size: 4046718 SHA256: f5bfedb3e06f84c37d3bc5a2a97b9b4620f2dc9f9076de3d0351bf2e26377372 SHA1: 9f96a83fdb0ab51f27249bd53fde7add786a8afb MD5sum: cf7e5f2cb15d6661c96f79ef92aaf350 Description: debug symbols for ros-rolling-rmw-fastrtps-dynamic-cpp Build-Ids: 92606eda4a09d24a7a87b65b8a9bf5708d3e1e08 Package: ros-rolling-rmw-fastrtps-shared-cpp Version: 9.4.7-1noble.20260425.151518 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 661 Depends: libc6 (>= 2.34), 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-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.4.7-1noble.20260425.151518_arm64.deb Size: 179576 SHA256: 1cad962d49bd3bd8fb258ed160057910b72a003a79ab438edbd25d54e61e1450 SHA1: a8ce7ae538d8d20514d4a4beed7cfb93f95078f0 MD5sum: c99fe88e5ccaec1b338072ab62db523a 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.4.7-1noble.20260425.151518 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 6085 Depends: ros-rolling-rmw-fastrtps-shared-cpp (= 9.4.7-1noble.20260425.151518) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-fastrtps-shared-cpp/ros-rolling-rmw-fastrtps-shared-cpp-dbgsym_9.4.7-1noble.20260425.151518_arm64.deb Size: 5620650 SHA256: 71dc9dbd4ad566211c60728cb6de230a462cb73b84b6662b39ae069d947f3761 SHA1: 800950315d1f7f70518257db8387556331b2c692 MD5sum: 679c66cd45348561627cd6bd6053a0e7 Description: debug symbols for ros-rolling-rmw-fastrtps-shared-cpp Build-Ids: 93a181123a6fa032b1bd90810f6d31a9a6a1711d Package: ros-rolling-rmw-gurumdds-cpp Version: 6.0.1-2noble.20260425.131509 Architecture: arm64 Maintainer: Donghyeon Lee Installed-Size: 656 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), gurumdds-3.2, ros-rolling-gurumdds-cmake-module, ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-rmw-dds-common, ros-rolling-rosidl-runtime-c, ros-rolling-rosidl-runtime-cpp, ros-rolling-rosidl-typesupport-introspection-c, ros-rolling-rosidl-typesupport-introspection-cpp, ros-rolling-tracetools, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-gurumdds-cpp/ros-rolling-rmw-gurumdds-cpp_6.0.1-2noble.20260425.131509_arm64.deb Size: 179948 SHA256: c65a7ff1e779747af0eceef90ff456cbc978fe46c1b5c2273b30f6c917de7ca1 SHA1: 7f477b99f7f03504c293e76ee9ae25be2a1d5ada MD5sum: a28b1a3c151d44b4e3378789d937b9ae Description: Implement the ROS middleware interface using GurumNetworks GurumDDS static code generation in C++. Package: ros-rolling-rmw-gurumdds-cpp-dbgsym Package-Type: ddeb Source: ros-rolling-rmw-gurumdds-cpp Version: 6.0.1-2noble.20260425.131509 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Donghyeon Lee Installed-Size: 2547 Depends: ros-rolling-rmw-gurumdds-cpp (= 6.0.1-2noble.20260425.131509) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-gurumdds-cpp/ros-rolling-rmw-gurumdds-cpp-dbgsym_6.0.1-2noble.20260425.131509_arm64.deb Size: 2372404 SHA256: 7ec0e028b670b8a72a472d383475a7dd2330f57d51f2abaf1d84c19d298e20d1 SHA1: 4a1f4d51c707b86bc19c0f63aab7f32b7f266a91 MD5sum: 18ab7c5633a57b52873487c35f4b0eb0 Description: debug symbols for ros-rolling-rmw-gurumdds-cpp Build-Ids: 0b00c034e53b4a6d6d57bb0ae9f6e2577a7d20a0 Package: ros-rolling-rmw-implementation Version: 3.1.5-4noble.20260425.153621 Architecture: arm64 Maintainer: William Woodall Installed-Size: 138 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libstdc++6 (>= 9), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-implementation/ros-rolling-rmw-implementation_3.1.5-4noble.20260425.153621_arm64.deb Size: 25414 SHA256: 4595187c8b3f24a30e60991d807b237da78b0d98a631eafa4202b259cd02051b SHA1: 237614d8d0c4b50051af0746d1d672d231504bcc MD5sum: 1576d4464de0b5054f3e22c311b2b842 Description: Proxy implementation of the ROS 2 Middleware Interface. Package: ros-rolling-rmw-implementation-cmake Version: 7.10.1-3noble.20260425.094039 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 60 Depends: ros-rolling-ament-cmake, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-implementation-cmake/ros-rolling-rmw-implementation-cmake_7.10.1-3noble.20260425.094039_arm64.deb Size: 9576 SHA256: 2e1c4f75708946b76a46d4a2c3f772240f70e8edbd3b39e933c0b6fa2a0720ba SHA1: 9e311125bd6c304b47e3423c27ed3ad1d1312a59 MD5sum: 5b784b763eb06ce0bc6c9e4e06294e14 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.1.5-4noble.20260425.153621 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: William Woodall Installed-Size: 170 Depends: ros-rolling-rmw-implementation (= 3.1.5-4noble.20260425.153621) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-implementation/ros-rolling-rmw-implementation-dbgsym_3.1.5-4noble.20260425.153621_arm64.deb Size: 142182 SHA256: 040e3c9d687126de2a11bc222c3e283eeb377d710760b860fc90b638e6d79831 SHA1: b3c7f7094f6f08eb604f7317cf37a65a4d6747e3 MD5sum: 3bdabb58b0922ec842325071557a02e5 Description: debug symbols for ros-rolling-rmw-implementation Build-Ids: 9e6cc5e6931e8be81ab019c4f62c5e6ec79e165c Package: ros-rolling-rmw-security-common Version: 7.10.1-3noble.20260425.100812 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 143 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-security-common/ros-rolling-rmw-security-common_7.10.1-3noble.20260425.100812_arm64.deb Size: 25194 SHA256: 4c9fe30bf4a0e6780197b7a7b104ade8c94122d51c74a7bf52132735d90cd574 SHA1: 84ca189b6f1bb0e7cc352fbfcae514bdf3f80376 MD5sum: 0e9a275bb126d133eeb37b59dd1d3c2d 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.10.1-3noble.20260425.100812 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 261 Depends: ros-rolling-rmw-security-common (= 7.10.1-3noble.20260425.100812) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-security-common/ros-rolling-rmw-security-common-dbgsym_7.10.1-3noble.20260425.100812_arm64.deb Size: 236334 SHA256: f8c8a076fee7d4fc6db1f7081ef11d9f9a13c5de0e5c7187459e922ef5a2566b SHA1: 832813976a20cbf535789f653f9118f5bda7e295 MD5sum: 97932ff8e5bdb794bf8aa9f33e864e9b Description: debug symbols for ros-rolling-rmw-security-common Build-Ids: bed85943727c044176c181acf8657b7f59be66ff Package: ros-rolling-rmw-stats-shim Version: 0.2.3-1noble.20260425.130853 Architecture: arm64 Maintainer: Emerson Knapp Installed-Size: 138 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-stats-shim/ros-rolling-rmw-stats-shim_0.2.3-1noble.20260425.130853_arm64.deb Size: 28812 SHA256: d5828b2b02fd694fb062b20a884bd1203a8e31a7b82e68748f8a8fc27bf86d5b SHA1: 59ef1aee928ee8d49fb93c5c1b7e99aeabdc4b18 MD5sum: 7816f6028599b2fd16f06149e996c570 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-1noble.20260425.130853 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Emerson Knapp Installed-Size: 322 Depends: ros-rolling-rmw-stats-shim (= 0.2.3-1noble.20260425.130853) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-stats-shim/ros-rolling-rmw-stats-shim-dbgsym_0.2.3-1noble.20260425.130853_arm64.deb Size: 293320 SHA256: ca98e3b2b8b68fb694450291b2ae7b2bc8bb5ed2bf35958ae00534ddda22a32b SHA1: 264b81951a99a79c9f8c43acce0f881b142c031c MD5sum: 1d699e1c37d71eff19146f0a3ab7c130 Description: debug symbols for ros-rolling-rmw-stats-shim Build-Ids: e22d2b0848fd51894d553b00c91c9caaa2e04038 Package: ros-rolling-rmw-test-fixture Version: 0.15.7-1noble.20260425.100832 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 61 Depends: ros-rolling-rmw, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-test-fixture/ros-rolling-rmw-test-fixture_0.15.7-1noble.20260425.100832_arm64.deb Size: 9412 SHA256: e910d52cbe7348acf95592416e6ecaf9734fc693eab388fd5f44de0751e17654 SHA1: 08fe58b33cde92f2d54cc9898c705c9ae228b6f6 MD5sum: 9952dd4b4fa1fada505a70444cdc5baf Description: Plugin interface for tools for isolating ROS communication at the RMW layer Package: ros-rolling-rmw-test-fixture-implementation Version: 0.15.7-1noble.20260425.154300 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 275 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-test-fixture-implementation/ros-rolling-rmw-test-fixture-implementation_0.15.7-1noble.20260425.154300_arm64.deb Size: 22238 SHA256: 2dcf7efc57e8c33aeffcf030c79d1d01377de20cbf6b8057226bfb5e3d0e9412 SHA1: 16599bb2d68bf8f86b702d41fa8e69595b515505 MD5sum: f9699a3eaf81841169a7b4b08851a0e7 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.15.7-1noble.20260425.154300 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 131 Depends: ros-rolling-rmw-test-fixture-implementation (= 0.15.7-1noble.20260425.154300) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-test-fixture-implementation/ros-rolling-rmw-test-fixture-implementation-dbgsym_0.15.7-1noble.20260425.154300_arm64.deb Size: 96206 SHA256: 615ed36f632d8c613d072c6bcb4e5c581e694a091bada72499373829ae2294c1 SHA1: 84a40279591b429272451a7f13003cad0b8ceece MD5sum: 6b109157d0c9be3d911b706b7e0f13d3 Description: debug symbols for ros-rolling-rmw-test-fixture-implementation Build-Ids: 283dba321bdff9eea91b45141abd9c665e8d6f4a 83b6dbf554ba4ddb2d606e785d8983d14a031a78 eceb7222881f0969d4caf1670e518a69797b10b3 Package: ros-rolling-rmw-zenoh-cpp Version: 0.10.3-1noble.20260425.114024 Architecture: arm64 Maintainer: Yadunund Installed-Size: 806 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-ament-index-cpp, ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-rmw-test-fixture, 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.10.3-1noble.20260425.114024_arm64.deb Size: 242282 SHA256: 84ae74d6e3a9b664c87478dfe1c91f0b08e63fe89c399884d1128a548bc5c638 SHA1: 4ae6b5d0c8ccefe004f590ad6a58d253cc3645b9 MD5sum: c256c645b43bca8fb717f557fdb671c7 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.10.3-1noble.20260425.114024 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Yadunund Installed-Size: 6365 Depends: ros-rolling-rmw-zenoh-cpp (= 0.10.3-1noble.20260425.114024) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-zenoh-cpp/ros-rolling-rmw-zenoh-cpp-dbgsym_0.10.3-1noble.20260425.114024_arm64.deb Size: 6072398 SHA256: 87cdedf4327ebd2ba7eafc3d8a24d011d2f9cf8bdf83670d7c5d79a2a45face2 SHA1: 962de66da02eda6ae7ca0252a2d05c1077562a1f MD5sum: 8c9628e113335eac9ed481511114caaf Description: debug symbols for ros-rolling-rmw-zenoh-cpp Build-Ids: 508d64a0c89d87842ffd38f9c09049be00844636 97849ebc6dffdb7c31544dbe4152eba605688f7e d47cd27208c802b142a70db0dfb5b413e428bcce Package: ros-rolling-robot-calibration Version: 0.10.1-1noble.20260425.214136 Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 5029 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-calib3d406t64 (>= 4.6.0+dfsg), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.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-1noble.20260425.214136_arm64.deb Size: 874916 SHA256: 5d4f791c3d6300a79d5af94528c1d8fe5164e4097e0198c26231e986ca6ba7e3 SHA1: 512157bf12988993be1c11cf074fc738c40bae28 MD5sum: 786eae822574b3c8b05bf515f9903264 Description: Calibrate a Robot Package: ros-rolling-robot-calibration-dbgsym Package-Type: ddeb Source: ros-rolling-robot-calibration Version: 0.10.1-1noble.20260425.214136 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 32765 Depends: ros-rolling-robot-calibration (= 0.10.1-1noble.20260425.214136) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robot-calibration/ros-rolling-robot-calibration-dbgsym_0.10.1-1noble.20260425.214136_arm64.deb Size: 28701882 SHA256: 5b2058cfc5c533c4e89f4ee9a655c21d1c82fce8e2b3ce926b509896d3d54fe7 SHA1: 42901e362e6c5a1788ea3689323585aa00a0a9ee MD5sum: 0eb8ec39f6b1ad253e163b26b268387f Description: debug symbols for ros-rolling-robot-calibration Build-Ids: 4b8f7416b233db9c990a74c9eab097516a22f40e 4f95966a7f152b9ef1263ab8f8eba6a34c9fda87 6d876e39c12f1ee8191c5687a4a99c94b72b8e06 6ef5cd7c62fd1b8d794dd2ce70beacbe145c6ede 70659a2aa5eddcfdd846cee94ed1a3deed75794a 84bc8c328fe29949a899563ec5bd5c66d65049dd 89eeb35d71db96f69b60c43bfe5b9b5680512f36 a111c79efd474868c1d62454ed6c84854bc37ef8 Package: ros-rolling-robot-calibration-msgs Version: 0.10.1-1noble.20260425.143821 Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 2867 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-1noble.20260425.143821_arm64.deb Size: 189200 SHA256: 6edff99de1a2133a9335c0b14198f662c0377508f15438872ac567632197b1a2 SHA1: 685a309f3f2d838376c8934c1c86fe5c8819fb82 MD5sum: bfb660b7b3df9ea4197c2c84b81eee45 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-1noble.20260425.143821 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 1896 Depends: ros-rolling-robot-calibration-msgs (= 0.10.1-1noble.20260425.143821) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robot-calibration-msgs/ros-rolling-robot-calibration-msgs-dbgsym_0.10.1-1noble.20260425.143821_arm64.deb Size: 1418330 SHA256: 9222903b8486c4de664812b4effb32e386698758c8b0887df8013baa86f8690e SHA1: 1b1602197344874e5dafca740bda0398bc490e8e MD5sum: 58e52001c825ee25a79530d60d1a0af2 Description: debug symbols for ros-rolling-robot-calibration-msgs Build-Ids: 0251b44c7bd531db858a2020defb2f49edcf25b7 0cdb2b88e474751291ee3121896af31f6fdea999 2655512c0d298a9856bb34185d40168788ef1eff 2883213acc028ba3e0a55f05811e20db83c6b477 4d936f1d027a9fc5ba2c52bddab732898aee8275 83c487eeb456fb7e6e92d259f094c8f3beedc575 8d206ff20359d65bb3dc49a698ce26229ba1aaab a2db5f5ea34aded8301ccaa42ccc9736a1dc22e7 cd2642776bd4d0b52fc1444b6e6cf4d3109a5a78 e920f9af683a3f28a1d9c2625abfff3c0c4accd1 f6ccbd131af6eadc80a9dceeea3b891eda7bd913 Package: ros-rolling-robot-localization Version: 3.10.0-2noble.20260425.214628 Architecture: arm64 Maintainer: Tom Moore Installed-Size: 7763 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libgeographiclib26 (>= 1.43), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), 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-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.0-2noble.20260425.214628_arm64.deb Size: 836208 SHA256: 92e1cd0a5b28b688b5debffaaeffcbf1b2cb2f2a84fd3b06df4a45630b49a041 SHA1: eca2e50d3e0e381f9b826b669e48e0d5737064ba MD5sum: 48f2b0c44a440a7704ef346962004796 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.0-2noble.20260425.214628 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tom Moore Installed-Size: 24819 Depends: ros-rolling-robot-localization (= 3.10.0-2noble.20260425.214628) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robot-localization/ros-rolling-robot-localization-dbgsym_3.10.0-2noble.20260425.214628_arm64.deb Size: 21333008 SHA256: 0bffca444dca5ab6fef04b53d4c23ab0aab3a86d6051cacdcd6aed896f694fbb SHA1: 5802bb047ea6c28762f2c555fe73a5535de93d68 MD5sum: e44ac0f5efbf6c4dc56f05fd2e9eb62c Description: debug symbols for ros-rolling-robot-localization Build-Ids: 003cf6d823da76b4d9703ce5a27387b01d0d4cb1 06d5d51108b29cdf90fe015a714703df0e682dbb 14c40050189f7edaebf455c1f2e67763586f2e5f 1de455f814b0fc74f41f2e119b2f919e028cf35c 215b60d841f4001030101c6d3532e7ac85075712 41e46ed9c2db0e672fc177da7192bacde41aada3 4e18d2187ed19283038ec22b7ff379012f6693fd 61541698da16d9d833aefef46da615415284a1bb 68d44829439f917b02b19eb74f091339642baf3c 9936f6ddbe27dd1a11e09475e17bc8b77d2f7fb8 a463c87b898eae2e003ad04dd78c6cd6e4d101a0 abb3cee48880cc7d18f37bfd593f0408b1a0dd0a d2d0d8c2427624a4a16006ec3d290c1cafe6a342 ded520ce361a34806be6410de9602c74a838db73 df0c957326ddf0adabe5552c23ed6e3c0facd5bd eafb804552279e58bb49d056ff3ee157553223e4 Package: ros-rolling-robot-state-publisher Version: 3.5.5-1noble.20260425.211254 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 1200 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robot-state-publisher/ros-rolling-robot-state-publisher_3.5.5-1noble.20260425.211254_arm64.deb Size: 188604 SHA256: 21d746104a50ba74ede79cb1d5c5a9d4423a1ff49ead178cc6d76b026863b003 SHA1: ab136fdaa56628e588475ac3972705234b64ce1c MD5sum: e994584c6d081aac6f8f94042657987f 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.5.5-1noble.20260425.211254 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 4843 Depends: ros-rolling-robot-state-publisher (= 3.5.5-1noble.20260425.211254) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robot-state-publisher/ros-rolling-robot-state-publisher-dbgsym_3.5.5-1noble.20260425.211254_arm64.deb Size: 3998604 SHA256: 08bdd1d7b5ab4eb810ebef2798c17d4cb1fe0d0a97502594d747890c426c0132 SHA1: 1f8ac8e55f33660dcaffeea5407c76bae50f049b MD5sum: d687d2f2a5500c044db78ae73ff22731 Description: debug symbols for ros-rolling-robot-state-publisher Build-Ids: d653cde3a4580b04819a16ccbc2a291f42e68a6e de201ecd58c7304afcf484fe4d3b2a8f4392d10a Package: ros-rolling-robotiq-description Version: 0.0.1-2noble.20260428.035634 Architecture: arm64 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robotiq-description/ros-rolling-robotiq-description_0.0.1-2noble.20260428.035634_arm64.deb Size: 794964 SHA256: be6d7dd85060cecd05649078a594e9feba337524c606d2b3ec1a5e0fbd64268b SHA1: 00dd477240df44545c52fb5e1b68bfc71d4bcce3 MD5sum: 8f81c1fd49ff547abf2ce6b3be141460 Description: URDF and xacro description package for the Robotiq gripper. Package: ros-rolling-robotraconteur Version: 1.2.7-1noble.20260425.082710 Architecture: arm64 Maintainer: John Wason Installed-Size: 19285 Depends: libboost-chrono1.83.0t64 (>= 1.83.0), libboost-filesystem1.83.0 (>= 1.83.0), libboost-program-options1.83.0 (>= 1.83.0), libboost-random1.83.0 (>= 1.83.0), libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libssl3t64 (>= 3.0.0), libstdc++6 (>= 13.1), libbluetooth3, libboost-atomic1.83.0, libboost-date-time1.83.0, libboost-regex1.83.0, libboost-system1.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.7-1noble.20260425.082710_arm64.deb Size: 4067474 SHA256: f503ae031ec8de08e88c6a435712e0ad20869117c2d4bf9e17b196c2adc744fc SHA1: 5a302f713a14c4bcbcc2e7ae77bfe15eff9ad16f MD5sum: 1229f032016f5ea0c0e854af308a3d5b Description: The robotraconteur package Package: ros-rolling-robotraconteur-companion Version: 0.4.2-1noble.20260425.115953 Architecture: arm64 Maintainer: John Wason Installed-Size: 18329 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-rolling-robotraconteur, libboost-atomic1.83.0, libboost-chrono1.83.0, 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.2-1noble.20260425.115953_arm64.deb Size: 2524622 SHA256: 1d435078bc791b9aaebdfc2d19c6e7e306b682acbdc5e7a0717a681e8fddc73d SHA1: b9bcdf766420e154dd257fb6c068b4b18679fbfa MD5sum: d05465766b3ec29d669f50073ddb44c4 Description: Robot Raconteur Companion library for C++ Package: ros-rolling-robotraconteur-companion-dbgsym Package-Type: ddeb Source: ros-rolling-robotraconteur-companion Version: 0.4.2-1noble.20260425.115953 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: John Wason Installed-Size: 71889 Depends: ros-rolling-robotraconteur-companion (= 0.4.2-1noble.20260425.115953) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robotraconteur-companion/ros-rolling-robotraconteur-companion-dbgsym_0.4.2-1noble.20260425.115953_arm64.deb Size: 57092796 SHA256: 504a0414dd164414621f829869db33c4cf3f3d863c3a14c666f78b8aae838865 SHA1: 606e414e1e80b9c8347714896a0aa70ce0804529 MD5sum: 83280f52a4fcc0b8a6f8c3d4fba255fe Description: debug symbols for ros-rolling-robotraconteur-companion Build-Ids: 15ca95d77070f20bf4d1d57632c8d677c8d6e906 Package: ros-rolling-robotraconteur-dbgsym Package-Type: ddeb Source: ros-rolling-robotraconteur Version: 1.2.7-1noble.20260425.082710 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: John Wason Installed-Size: 75797 Depends: ros-rolling-robotraconteur (= 1.2.7-1noble.20260425.082710) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robotraconteur/ros-rolling-robotraconteur-dbgsym_1.2.7-1noble.20260425.082710_arm64.deb Size: 65585142 SHA256: a30be558cf2d62c735bc1530c77e7a7fe760dc30fc34ac455a7628f5185d292d SHA1: a13ed0899cf357956aa58c169657cecfd0a6523e MD5sum: e73b1735f9aabbf93a06e89fe2e40924 Description: debug symbols for ros-rolling-robotraconteur Build-Ids: 45ca9535504bac5d8f20e2ca9164f0c44d5feedb 84ae41ad135c9c5796ec7d1d737b6a5b6b978378 9a9e6d22dab601e0e58660b7e836b343a3d8376e Package: ros-rolling-ros-babel-fish Version: 4.26.43-1noble.20260425.205906 Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 2135 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libstdc++6 (>= 13.1), ros-rolling-ament-index-cpp, ros-rolling-geometry-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-rcpputils, ros-rolling-rosidl-runtime-cpp, ros-rolling-rosidl-typesupport-cpp, ros-rolling-rosidl-typesupport-introspection-cpp, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros_babel_fish/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-babel-fish/ros-rolling-ros-babel-fish_4.26.43-1noble.20260425.205906_arm64.deb Size: 352596 SHA256: 6067120a00615e6a9a60ff21695b54bb250a3a4118948a86283a3fff3d225e82 SHA1: 51fbdd39f0b0595e2ea365702bbc9dda7f9bcece MD5sum: 82dc1a25087ec0d5edfd1baa9cb56cec Description: A runtime message handler for ROS. Allows subscription, publishing, calling of services and actions with messages known only at runtime as long as they are available in the local environment. Package: ros-rolling-ros-babel-fish-dbgsym Package-Type: ddeb Source: ros-rolling-ros-babel-fish Version: 4.26.43-1noble.20260425.205906 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 8236 Depends: ros-rolling-ros-babel-fish (= 4.26.43-1noble.20260425.205906) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-babel-fish/ros-rolling-ros-babel-fish-dbgsym_4.26.43-1noble.20260425.205906_arm64.deb Size: 7138378 SHA256: c047a3f92422d9410a27cb6cd3470e2be25904f2abe4fa59b301c54c9cbb83f9 SHA1: 31af49821558a59f91c953e0456f7f96528d2fc0 MD5sum: 8188826473c6704522d17f4b96996547 Description: debug symbols for ros-rolling-ros-babel-fish Build-Ids: 2bf7046fed5ee5e198068cba8cb4b8d5c7132ef3 71eeba13b56bfaedf57578d4e2dfd91f8cb94988 8b20e0f67d75a8bc76f977b3b8d29f79bb01f747 8c34cce0a2ca5cee66d9db6eaa59c8fc0627f6cc e09b2cf2bfb27d8c3f9084611c03772643b2bb15 e64145ce412c3d63eacdc5bd7aa93a784b2b1cc1 eaaa97e85a292da0cddfea07fa3e552c757d1bf4 Package: ros-rolling-ros-babel-fish-test-msgs Version: 4.26.43-1noble.20260425.142244 Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 3089 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros_babel_fish_test_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-babel-fish-test-msgs/ros-rolling-ros-babel-fish-test-msgs_4.26.43-1noble.20260425.142244_arm64.deb Size: 231942 SHA256: 0d17bc575e7790c58f2a74665b2207ae5506af7894b2933287714ff7e238c525 SHA1: 7d360114a3baef90814eaae8b66ac0366ae679cb MD5sum: 3b4ac97bc8c9019e9eb7f42947a9b8c3 Description: Test messages for the ros_babel_fish project tests. Package: ros-rolling-ros-babel-fish-test-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-ros-babel-fish-test-msgs Version: 4.26.43-1noble.20260425.142244 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 2093 Depends: ros-rolling-ros-babel-fish-test-msgs (= 4.26.43-1noble.20260425.142244) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-babel-fish-test-msgs/ros-rolling-ros-babel-fish-test-msgs-dbgsym_4.26.43-1noble.20260425.142244_arm64.deb Size: 1618946 SHA256: 73e93455a49d744da4f83b4de1e841b4f21aa6f122567b84783ee1579f2c54f0 SHA1: c0a1144ff88959d787508268db688cbca75ba694 MD5sum: 60472eaddb6802c6a18d7049c99a13f6 Description: debug symbols for ros-rolling-ros-babel-fish-test-msgs Build-Ids: 1e23c78431f3cb2fea67e5b2c088a518a02c198b 21a87f008aeedaac8d7fdfd4f2f2e32b646e94e6 2c93bb2d7cb7b7074df6827195263071878a52fa 3fb5e14487b0f1d315befc9fbf8610a4de9ec3b9 51edcb1cd8813e669c1b3631a1ee60a4d3c80715 564204d3418c35775aaae4fd08a0072528674e13 6b71525f3cf4df961c3307bd8beb5f8616782e14 99557775b94f0b93c4ca61ab19ea49603af6770f ab6c762f6fe3b56d7690c8d6a00266980e54301f be134a1fd816668431bc33d52ab489f92b111b64 e2c3d8b366107f19eaf1e2dd82d8a1af46008026 Package: ros-rolling-ros-babel-fish-tools Version: 4.26.43-1noble.20260425.223231 Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 1358 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-rolling-rclcpp, ros-rolling-ros-babel-fish, ros-rolling-yaml-cpp-vendor, ros-rolling-ros-workspace Homepage: https://github.com/StefanFabian/ros_babel_fish Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-babel-fish-tools/ros-rolling-ros-babel-fish-tools_4.26.43-1noble.20260425.223231_arm64.deb Size: 200202 SHA256: 8ca01dfeb4014deb762c2896701ddb5d0af22984530652bd4a159ecd9dba997f SHA1: bac19700618cf4c1743d0ea194d08d979bf50e1c MD5sum: d1ae4822cb9a66b02f5ca55ac379d8c1 Description: Tooling for ROS 2 built on ros_babel_fish. Provides header-only JSON and YAML serialization for dynamic messages and a CLI tool to echo topics. Package: ros-rolling-ros-babel-fish-tools-dbgsym Package-Type: ddeb Source: ros-rolling-ros-babel-fish-tools Version: 4.26.43-1noble.20260425.223231 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 1382 Depends: ros-rolling-ros-babel-fish-tools (= 4.26.43-1noble.20260425.223231) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-babel-fish-tools/ros-rolling-ros-babel-fish-tools-dbgsym_4.26.43-1noble.20260425.223231_arm64.deb Size: 1234682 SHA256: 083110ac2dfe274de20e93cd584195aebd261f3ec02f00d4cba1b20a57a38aa2 SHA1: 5840a2e4d599123f7cfd9de302dd57550b205afc MD5sum: 8f23842a010eb8425d735bfc00fc5838 Description: debug symbols for ros-rolling-ros-babel-fish-tools Build-Ids: 8be0ca6c88d7e3a4ab8c2e22ea4b0c988f157319 Package: ros-rolling-ros-base Version: 0.13.0-1noble.20260426.005516 Architecture: arm64 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-base/ros-rolling-ros-base_0.13.0-1noble.20260426.005516_arm64.deb Size: 6058 SHA256: 4d7a9b2ec6f7ea1bd17255e502c09f22c5565ac04c7fcd1ac5fc6409ac910dd6 SHA1: eb149bd5b7b78b06ca8b3b1f4007c56f9cd8597a MD5sum: 56adfdc6318009c37bcfcce2716c4d33 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-1noble.20260426.004951 Architecture: arm64 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-core/ros-rolling-ros-core_0.13.0-1noble.20260426.004951_arm64.deb Size: 6868 SHA256: e9704015810b53b997334a3d21d794b76d7852c3e5c1dababc6efbd0937f957a SHA1: ae5eaaa49645a407d109016e294000373b431f83 MD5sum: a3ad58dfce8528eb08c070ed70d92bad 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: 4.4.1-1noble.20260424.000220 Architecture: arm64 Maintainer: Steven! Ragnarök Installed-Size: 53 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-environment/ros-rolling-ros-environment_4.4.1-1noble.20260424.000220_arm64.deb Size: 6236 SHA256: fc542727fcae17f787183b9000a6ad8c3ae4465a49cdebe6c6e8d7ae5de1f412 SHA1: 8d50ffd9900f49073ca26e3dc0f5fe8772a6ee36 MD5sum: 36e330726afdefc395758678d5cc868a Description: The package provides the environment variables `ROS_VERSION` and `ROS_DISTRO`. Package: ros-rolling-ros-gz-bridge Version: 3.0.8-1noble.20260426.001549 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 19480 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-gz-bridge/ros-rolling-ros-gz-bridge_3.0.8-1noble.20260426.001549_arm64.deb Size: 1826148 SHA256: f6c2a7d05f6bfe2b8a37a45a4c02352ac459ed00320f01972992e6f360f62774 SHA1: e5a280dc55cc6a6ff00342ad398a3a9e1bea8f5a MD5sum: 1eae604ef66293ac994c7139f3f57f40 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: 3.0.8-1noble.20260426.001549 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 80008 Depends: ros-rolling-ros-gz-bridge (= 3.0.8-1noble.20260426.001549) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-gz-bridge/ros-rolling-ros-gz-bridge-dbgsym_3.0.8-1noble.20260426.001549_arm64.deb Size: 61417200 SHA256: 19826a2681fc4b0e3c69619cbf8ba4466c0e9b896602c8e012e8d2712c9e7c74 SHA1: de89559aa249dd60fe9573e7323d00aa9f262798 MD5sum: 6c2c32f7bbc121ed782441b6d689f1fc Description: debug symbols for ros-rolling-ros-gz-bridge Build-Ids: 6234bd1010470094a4e5f8311575795e079c5f71 92badefc72710198567207fdf43825855c1940fa a841375da298bf256c3beb77b49fa75ffd1a245c f3975a20c7d5bba93ab26a066740eff8d921a2f6 f610513c5024a027a3c3ed97db633bd17642f8b8 Package: ros-rolling-ros-gz-image Version: 3.0.8-1noble.20260426.004447 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 179 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-gz-image/ros-rolling-ros-gz-image_3.0.8-1noble.20260426.004447_arm64.deb Size: 34618 SHA256: 52be57783e11bf14477aa11048028c828ac7b2791bdfe1965efc7802a91fadac SHA1: 92bce47e728a1ff9720b7e8322beafa85a2b6b9a MD5sum: c40f55bca88e8979749a31be496c4143 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: 3.0.8-1noble.20260426.004447 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 671 Depends: ros-rolling-ros-gz-image (= 3.0.8-1noble.20260426.004447) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-gz-image/ros-rolling-ros-gz-image-dbgsym_3.0.8-1noble.20260426.004447_arm64.deb Size: 619040 SHA256: 6b8336b72b72d5d6e521c01778f108d07f349977e8f310296f236d11b505b1f0 SHA1: 3c5e011e4e8149573914ac282c18762080497c70 MD5sum: 39fa92877369a569dceac48ffb0926a6 Description: debug symbols for ros-rolling-ros-gz-image Build-Ids: 282d2e29071d3df65b21d50299834c157d75582f Package: ros-rolling-ros-gz-interfaces Version: 3.0.8-1noble.20260425.142311 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 6097 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-gz-interfaces/ros-rolling-ros-gz-interfaces_3.0.8-1noble.20260425.142311_arm64.deb Size: 419706 SHA256: 739f3ec7666243da7a49bd75a8bb0802cf7f06b61c9a7f9a5fdd9fc119a5a281 SHA1: e8807f5cfab22a1b9fc5e9afd545037ba2cbb673 MD5sum: af17677433ccf67bc551e47de293ce50 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: 3.0.8-1noble.20260425.142311 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 5033 Depends: ros-rolling-ros-gz-interfaces (= 3.0.8-1noble.20260425.142311) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-gz-interfaces/ros-rolling-ros-gz-interfaces-dbgsym_3.0.8-1noble.20260425.142311_arm64.deb Size: 3988532 SHA256: ea37b63b10a091e0f1f4b799cb6b1c340a46350bc7e531d06440ed699cc5dd3a SHA1: ba3ed96e1b966a7d9c96b89ca82a9402a959e870 MD5sum: c498699e635081c74b96c067aabe91da Description: debug symbols for ros-rolling-ros-gz-interfaces Build-Ids: 053c25bf6f5ee5b3cadd9226c34aadf242c5cb1e 1401a814e96a896eab61e1ec3c6ae2ca48218f08 36e27119e4c74a73fabe6c9266cecb12640d8573 3c7b4c8603237bb2d194848810926e0652ba7920 78a76dfe1ecbe1b36637fa6a007c86abb25876d4 805c27198ad77566c17cfc6c7d1c6686e8fdc039 870b34c24a3f77eca1c6c6d091b74805c7d9042b abec64dcf08bb09ed265ac6884689db71e654408 b40730c8b48f7281915db8949c2fdb1ad8bd8e9f d040c2858c2c40208e86618f2194ae525b45a6e4 eb3a49a38bb0c80893d9026447650ea873cf8fa6 Package: ros-rolling-ros-gz-sim Version: 3.0.8-1noble.20260426.002747 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 4178 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 (>= 13.1), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-gz-sim/ros-rolling-ros-gz-sim_3.0.8-1noble.20260426.002747_arm64.deb Size: 662348 SHA256: e93bcd543abc3ad9b305ec8f2af1f0053fc5e9a6fd5c00d8c3ce38322671310f SHA1: 45005fa06c1e8e0690a3b455391bc67d4d60790e MD5sum: 8dad2c0c5112b8f1bb2bc1e282da8f1b 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: 3.0.8-1noble.20260426.002747 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 23859 Depends: ros-rolling-ros-gz-sim (= 3.0.8-1noble.20260426.002747) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-gz-sim/ros-rolling-ros-gz-sim-dbgsym_3.0.8-1noble.20260426.002747_arm64.deb Size: 21480046 SHA256: 4caa2d044d99c3ed4083c93ac16f548cb4d5075f77724c568283e36eab8607f0 SHA1: 1aba1d76c576db6d7fb680bcc61ad527d8a3b620 MD5sum: d1dd62940adb83561be8c6820f622de4 Description: debug symbols for ros-rolling-ros-gz-sim Build-Ids: 21841ff2ec74f2c46cbf3c8e3d32f7c5ff2d5e9d 47407579e0de9919bf33e469884d712419d6865c 6ff378ca38d352909bdfc76d451f6415d5ef3e48 7a27dc1d32af41cbc913e63f5e25ae8e604c30b9 806cd8f169112392123a45ec718f8429f925baad 953bd75baa68ed97178faf589356a77cda285644 9ff81bf46856f2e838516ad2d99fefc53675de2d c1d4fbe8cd5e1bb5448d779aaeea2ddbda6e5a83 c353fbcb89a4e9159bd1822f5ab5b4c16473f8df e5e74ec694d38add3b09e18aeaa200b0d02663a2 faf2966499b65372d3ff0e5660c913f8855a3d5a Package: ros-rolling-ros-industrial-cmake-boilerplate Version: 0.5.4-1noble.20260424.000220 Architecture: arm64 Maintainer: Levi Armstrong Installed-Size: 124 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-industrial-cmake-boilerplate/ros-rolling-ros-industrial-cmake-boilerplate_0.5.4-1noble.20260424.000220_arm64.deb Size: 22770 SHA256: c6deaf6bc016db4284db2047f0f750acb1b6f756cbf5e2e6b730871734760d88 SHA1: 97ef9f084a4da117c4bfc7b54bd10ac75bc4d27c MD5sum: f679ace578cad23b6020c6174986c869 Description: Contains boilerplate cmake script, macros and utils Package: ros-rolling-ros-testing Version: 0.9.1-1noble.20260426.001429 Architecture: arm64 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-testing/ros-rolling-ros-testing_0.9.1-1noble.20260426.001429_arm64.deb Size: 7540 SHA256: 37934fa1c4c148483e3af146b6153a7d583e9b66074677f4319a755e84154efa SHA1: f649c32b409202c1ce7f44cdeaee9883ac15fa03 MD5sum: 61451c724a14ec6e770a66851d8ae76b Description: The entry point package to launch testing in ROS. Package: ros-rolling-ros-workspace Version: 1.0.3-7noble.20260423.200652 Architecture: arm64 Maintainer: Michael Jeronimo Installed-Size: 97 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-7noble.20260423.200652_arm64.deb Size: 16952 SHA256: d8f67ff302d9bfd9400b1c8b503dad949095541ef388dddfde07b4c770673788 SHA1: 2c656fb228409a1097e20ceb7be923a1da1f6cfb MD5sum: 332c130044eb60d5089020c99cd497aa Description: Provides the prefix level environment files for ROS 2 packages. Package: ros-rolling-ros2-control Version: 6.7.0-1noble.20260426.000353 Architecture: arm64 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.7.0-1noble.20260426.000353_arm64.deb Size: 7316 SHA256: 02d0de46b1d5c8180b1c5145f1bbca63f58c0af74de1367e92cd23dfbf700599 SHA1: 9b93d0fdb1911e3e588dcb85b7301966aac19193 MD5sum: 58cced65782fab40785cfef7227a3d45 Description: Metapackage for ROS2 control related packages Package: ros-rolling-ros2-control-cmake Version: 0.3.0-1noble.20260425.094155 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 49 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2-control-cmake/ros-rolling-ros2-control-cmake_0.3.0-1noble.20260425.094155_arm64.deb Size: 7754 SHA256: 24ee5ec62981a9eb39eb114a17a384e8ba6e208414213a5532fbb6efe85e3435 SHA1: 6e2cbfd4c4b9ad350d2ca6387677872ddfa93038 MD5sum: 60c857f43de8d18ceaa76dcb6754f66e Description: Provides CMake macros used by the ros2_control framework Package: ros-rolling-ros2-control-test-assets Version: 6.7.0-1noble.20260425.094212 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 183 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.7.0-1noble.20260425.094212_arm64.deb Size: 20412 SHA256: 80d9f1ead2a47e7b2177cbf9f98d01ff121145acc7cbccbf680045643f83fd61 SHA1: db405db1177cadff17f38ee78d1a60936ad9e418 MD5sum: 6b1a0f061ba4cf10b2cb9f09342ed5a1 Description: Shared test resources for ros2_control stack Package: ros-rolling-ros2-controllers Version: 6.6.0-1noble.20260426.003733 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 47 Depends: ros-rolling-ackermann-steering-controller, ros-rolling-admittance-controller, ros-rolling-bicycle-steering-controller, ros-rolling-chained-filter-controller, ros-rolling-diff-drive-controller, ros-rolling-effort-controllers, 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-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-position-controllers, 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-velocity-controllers, 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.6.0-1noble.20260426.003733_arm64.deb Size: 8024 SHA256: be55c1aa0a6c2e7c0afdea7ec0d0edb2818bc9a2f065a0136d3ba738b576f7ed SHA1: bd7ab4e8eb688a8cd3cb7b1b14d0333998b6b296 MD5sum: 3d7acbe8be9afe1531627fc4b2763872 Description: Metapackage for ros2_controllers related packages Package: ros-rolling-ros2-controllers-test-nodes Version: 6.6.0-1noble.20260425.201300 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 65 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.6.0-1noble.20260425.201300_arm64.deb Size: 12910 SHA256: 17beea1fc80f78610ade8f6ac887c0bcb12aa27d7f8fbaf2a5878b98ab83c0a6 SHA1: c1c6cf4f592fdbc04916e291462c7f0f0ece4302 MD5sum: f08e2cb307a553345a8c0bef63f1beee Description: Demo nodes for showing and testing functionalities of the ros2_control framework. Package: ros-rolling-ros2-fmt-logger Version: 1.1.0-1noble.20260425.174139 Architecture: arm64 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-1noble.20260425.174139_arm64.deb Size: 13716 SHA256: 5b4c060ea72e4f72d9d5c50ab2b6eb904f8fd8eddf589dfd759339c1eefbf1fc SHA1: cbfd34e9df78b41df8fc3695cb82212d5a321437 MD5sum: 5a83cd2868c0b86b88e95d93fbd0ffa7 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.6-2noble.20260426.003734 Architecture: arm64 Maintainer: CNU Robotics CHRISLab Installed-Size: 974 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-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2-snapshot/ros-rolling-ros2-snapshot_0.0.6-2noble.20260426.003734_arm64.deb Size: 184198 SHA256: 908b01d5843d85cbb35b87bd17368d1b0a528be2fb5f646329d2e60992e7b943 SHA1: 2ef8fbd3f2966b7c9ca3125f16a4c612428386d5 MD5sum: b47eef3854474f4dabe122a740d6e5c8 Description: ROS2 Snapshot - contains workspace modeler and snapshot tools Package: ros-rolling-ros2-socketcan Version: 1.3.0-1noble.20260425.191425 Architecture: arm64 Maintainer: Josh Whitley Installed-Size: 1282 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2-socketcan/ros-rolling-ros2-socketcan_1.3.0-1noble.20260425.191425_arm64.deb Size: 196604 SHA256: 876740d598286d1e8a9a6f5ddfd0ef9acaaaffeffff39f5a464c22274c3e0e49 SHA1: 1b28a6c30d6dc36d24243c34f102dc4ac33afd27 MD5sum: e7d4f725b9d10cbecbc6a9dab8455517 Description: Simple wrapper around SocketCAN Package: ros-rolling-ros2-socketcan-dbgsym Package-Type: ddeb Source: ros-rolling-ros2-socketcan Version: 1.3.0-1noble.20260425.191425 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Josh Whitley Installed-Size: 5050 Depends: ros-rolling-ros2-socketcan (= 1.3.0-1noble.20260425.191425) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2-socketcan/ros-rolling-ros2-socketcan-dbgsym_1.3.0-1noble.20260425.191425_arm64.deb Size: 4183236 SHA256: 6fd4457c4ba93025a5d6867a427217111ef29997eb3eb408b32ce6af3e73e58a SHA1: 5e38b02fafbaced4c1cb8402204c8b68d66cd9c0 MD5sum: 13590fe4393ec3fb0504b746e5daa77b Description: debug symbols for ros-rolling-ros2-socketcan Build-Ids: 06c54747ceed55cf51a0aba8665379e47b9dbb36 7c00b56ccc4050722260126b12f6c41aea7bd26e a2d3277e4e9080301928e6d2b4cdd93e6a678416 c8ae9331d0d746144147d871915a91461a7d0be0 fa9cedb045cebedb945c9511c70c3cf7ce9f9d3e Package: ros-rolling-ros2-socketcan-msgs Version: 1.3.0-1noble.20260425.153421 Architecture: arm64 Maintainer: Josh Whitley Installed-Size: 1033 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2-socketcan-msgs/ros-rolling-ros2-socketcan-msgs_1.3.0-1noble.20260425.153421_arm64.deb Size: 51730 SHA256: 1f1076f01c6cc7de7b2cc842d7c18e2e5b7dc54a04a0986122ab81bd89cbbdcc SHA1: c26c015b67ee624278c71512d93709a4e9dd974d MD5sum: a357ffa5e9548b91ac0b5a88b7092995 Description: Messages for SocketCAN Package: ros-rolling-ros2-socketcan-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-ros2-socketcan-msgs Version: 1.3.0-1noble.20260425.153421 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Josh Whitley Installed-Size: 335 Depends: ros-rolling-ros2-socketcan-msgs (= 1.3.0-1noble.20260425.153421) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2-socketcan-msgs/ros-rolling-ros2-socketcan-msgs-dbgsym_1.3.0-1noble.20260425.153421_arm64.deb Size: 225624 SHA256: 108d7dd37e59cd0d0e5542fbf8bd490e0ac96d9bd00f7a8fbdf7db7cf04e6522 SHA1: 0fbbc037b8a80b915b188ca7a967232544e952c5 MD5sum: adb0c6b934198c50b49c03aec2f955ac Description: debug symbols for ros-rolling-ros2-socketcan-msgs Build-Ids: 2760548a748249847e5bd1d7e70a8605a4639fd1 2f22bde79d8c8c5e2c1b45ad3fba7dc5dc949fab 2fccc73b968892b1f7223f6f3f498263858173be 5cec5bcc02a44d2f700bb3f49d05752a2287fed6 77826e0b5e9effa1f23c0e943eb24643738ae4ef 8bc2e0626b724e8b141cc43e1ed884f3aa83a3a2 9277dadaa6afc68ffa670a859d8cf1372552cde7 92f195596af0b00763e8470e884e704cd8c54ebe ad9ca00213870eadbe11e3fdcf8c0fd28aa8fd4e bb50aa9b60aa08c0436c0a5cac46eb2e64a0c8ff d8caacdc09ecfd89170196c5c14bc95ba0fe3ba5 Package: ros-rolling-ros2acceleration Version: 0.5.1-3noble.20260425.204536 Architecture: arm64 Maintainer: Víctor Mayoral Vilches Installed-Size: 80 Depends: python3-numpy, python3-yaml, ros-rolling-rclpy, ros-rolling-ros2cli, ros-rolling-rosidl-runtime-py, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2acceleration/ros-rolling-ros2acceleration_0.5.1-3noble.20260425.204536_arm64.deb Size: 13498 SHA256: a1acfe0dd87f9e81503bcf63d58726e73c624c428f92c48841f7472356334897 SHA1: 8002527f94906e57e4db5019941d43df17102980 MD5sum: e947d30ea3d7c365a6adfed6e963e1a9 Description: The acceleration command for ROS 2 command line tools. Package: ros-rolling-ros2action Version: 0.40.6-1noble.20260425.204610 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 130 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.40.6-1noble.20260425.204610_arm64.deb Size: 29920 SHA256: 7910c0964d0738e02058e25d042b75d80dff82754f2af12d71da1d0d5c0617ab SHA1: 5c9a94b3ce9fa13ee70e54f74fd1def5401bffef MD5sum: 7343505321c614846be342dc1956ece4 Description: The action command for ROS 2 command line tools. Package: ros-rolling-ros2ai Version: 0.1.3-1noble.20260426.002102 Architecture: arm64 Maintainer: Tomoya Fujita Installed-Size: 116 Depends: curl, libcurl4-openssl-dev, python3-openai, python3-validators, ros-rolling-ros2cli, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2ai/ros-rolling-ros2ai_0.1.3-1noble.20260426.002102_arm64.deb Size: 24276 SHA256: 1a90c4dfea1d42c86cf42a75ceba23397843fe37ebc46455a0ea5bf67ce3106c SHA1: db84aeb8889ab2ccd66f997ad7ed6cfe4df288c8 MD5sum: a905ac697141abf1d56abc32d4532d06 Description: The OpenAI command for ROS 2 command line tools. Package: ros-rolling-ros2bag Version: 0.33.1-1noble.20260426.002012 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 207 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.33.1-1noble.20260426.002012_arm64.deb Size: 48044 SHA256: 3c699c37feae5c57759771bce826868decb004f22e599232212dc71e1a6cdcaa SHA1: 28d39fce2e47e0b0a79cb09762a9638319c8e6f8 MD5sum: faa333c84c5cb26be615c7cd50edeecb Description: Entry point for rosbag in ROS 2 Package: ros-rolling-ros2cli Version: 0.40.6-1noble.20260425.203257 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 256 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.40.6-1noble.20260425.203257_arm64.deb Size: 58986 SHA256: 4069ff57fff1aac59508b0b51978b6bc647a05cd741fa74d62bf252641064b9f SHA1: f4afc14fc364da5c58b6f59a29835303cb047a4a MD5sum: be541501016dd5132bca4f26858bfa9d Description: Framework for ROS 2 command line tools. Package: ros-rolling-ros2cli-common-extensions Version: 0.5.2-1noble.20260426.004006 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 45 Depends: ros-rolling-launch-xml, ros-rolling-launch-yaml, ros-rolling-ros2action, ros-rolling-ros2cli, ros-rolling-ros2component, ros-rolling-ros2doctor, ros-rolling-ros2interface, ros-rolling-ros2launch, ros-rolling-ros2lifecycle, ros-rolling-ros2multicast, ros-rolling-ros2node, ros-rolling-ros2param, ros-rolling-ros2pkg, ros-rolling-ros2plugin, ros-rolling-ros2run, ros-rolling-ros2service, ros-rolling-ros2topic, ros-rolling-sros2, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2cli-common-extensions/ros-rolling-ros2cli-common-extensions_0.5.2-1noble.20260426.004006_arm64.deb Size: 6236 SHA256: 9dd3677d533e7002be007c6dce405433ddb45616d42e560d760a35b58da0cf12 SHA1: 9c0c30fb1606bcfdb6e676f8d7e5831779ea9b90 MD5sum: f81cb528ab4260ea0a427c526f5d0809 Description: Meta package for ros2cli common extensions Package: ros-rolling-ros2cli-test-interfaces Version: 0.40.6-1noble.20260425.130728 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 2863 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.40.6-1noble.20260425.130728_arm64.deb Size: 169810 SHA256: 915532c8f1095be804528abd76c2654a309299c0f9406f836de0521277eb3509 SHA1: c610515e2730e0b1403edd6b86643381da574647 MD5sum: 75958a4725ec47cd4044e196a828e8ed 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.40.6-1noble.20260425.130728 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 1585 Depends: ros-rolling-ros2cli-test-interfaces (= 0.40.6-1noble.20260425.130728) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2cli-test-interfaces/ros-rolling-ros2cli-test-interfaces-dbgsym_0.40.6-1noble.20260425.130728_arm64.deb Size: 1099878 SHA256: cf86aa9d74519463caf84011aae707e682712e9ced3d1dd24467ca063df7b681 SHA1: 15c1f7575876e78ae6c817b8352e4d5a06748080 MD5sum: b488568f97533c4c551178d2c4cb3ea5 Description: debug symbols for ros-rolling-ros2cli-test-interfaces Build-Ids: 0503b927a1bdc60b578e928438b5691d2b2787cf 28e41b26ac3bd80cf3beacc6a137f11acde0d99a 2d7255da96ad7ddfd708928d89afd2fe67cd2cab 2dae5f15818bfc3cc69723fb561ee3974ba91075 2e198b38f81ccd97eb33011459243b6b2bb124c0 7530c4131248212d575c918942c3067df2890155 7c3d14b8e2ac015945b1abc09b5166953a532f2b 88d3ef4d07c90cf3c720e158dd22b350233b69d1 8dfecb488776038f6b1ded840e88589881d1c619 a10c95dd0c6735a396e90e553522de5ae4c22d37 b90304896bfae1c9272ce67153ba51a4103c9949 Package: ros-rolling-ros2component Version: 0.40.6-1noble.20260426.003220 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 116 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.40.6-1noble.20260426.003220_arm64.deb Size: 23816 SHA256: 23e90de120f086bde53d659751536d4290d6ac06db45b3d329880c378267fddf SHA1: 2814332b91a4ae9fae129eeaecbba0a7cf352b73 MD5sum: f53fd0aca1e7915a404df4a2eacf8e7f Description: The component command for ROS 2 command line tools. Package: ros-rolling-ros2controlcli Version: 6.7.0-1noble.20260425.235706 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 175 Depends: python3-pygraphviz, ros-rolling-control-msgs, ros-rolling-controller-manager, ros-rolling-controller-manager-msgs, ros-rolling-rcl-interfaces, ros-rolling-rclpy, ros-rolling-ros2cli, ros-rolling-ros2node, ros-rolling-ros2param, ros-rolling-rosidl-runtime-py, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros2controlcli/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2controlcli/ros-rolling-ros2controlcli_6.7.0-1noble.20260425.235706_arm64.deb Size: 35562 SHA256: 41264e366130587b264316ac3c8166fb592a7c1d6fd7696c13e5ce80447cf0cc SHA1: d1c9206031a3039db22005e8525781c1795b49d0 MD5sum: 44d0df01f05f19151f6c2746b9a1af50 Description: The ROS 2 command line tools for ros2_control. Package: ros-rolling-ros2doctor Version: 0.40.6-1noble.20260425.235939 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 188 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.40.6-1noble.20260425.235939_arm64.deb Size: 46018 SHA256: d5911d51a977c7b3f11203eb095e8be135f6e43a52887b6b9b5b2a5cf465b786 SHA1: f7bb96ca288645465075371860cdf3fb5a338ce9 MD5sum: 84721d31120f0bfa1f10d19f9ba35e27 Description: A command line tool to check potential issues in a ROS 2 system Package: ros-rolling-ros2interface Version: 0.40.6-1noble.20260425.203834 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 94 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.40.6-1noble.20260425.203834_arm64.deb Size: 19304 SHA256: 9584bcd3de1d19a6fbb51d2519c616e8c286e1e6f00408a3a63a45bc4b425615 SHA1: 4024afece14f6686847a7066b87d856a00252943 MD5sum: fa4d1cb92032cbdb1149180295707e1f Description: The interface command for ROS 2 command line tools Package: ros-rolling-ros2launch Version: 0.29.7-1noble.20260426.003412 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 84 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2launch/ros-rolling-ros2launch_0.29.7-1noble.20260426.003412_arm64.deb Size: 18640 SHA256: 5192e46c34b77439b38c023c00918dc29c0eb1f8c7e6a0c0f5dd7b18930a7ff3 SHA1: 5ba2235baabdaee158e6b485a73e8723fe329e5f MD5sum: c33e322a6c8bd22cbd658e3cc939e64a Description: The launch command for ROS 2 command line tools. Package: ros-rolling-ros2launch-security Version: 1.0.0-4noble.20260426.005909 Architecture: arm64 Maintainer: Ted Kern Installed-Size: 60 Depends: ros-rolling-ament-index-python, ros-rolling-nodl-python, ros-rolling-ros2launch, ros-rolling-sros2, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2launch-security/ros-rolling-ros2launch-security_1.0.0-4noble.20260426.005909_arm64.deb Size: 10004 SHA256: 5739f5b288cffa0f6c3b1e1fd48eb3deabec377a559f7efdad2b456833e89f1f SHA1: 461eb85096f2b7e6a050473716ad38e8ce4b2283 MD5sum: 06925794881dde03f4fde3fedc2e3396 Description: Security extensions for ros2 launch Package: ros-rolling-ros2lifecycle Version: 0.40.6-1noble.20260425.205346 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 90 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.40.6-1noble.20260425.205346_arm64.deb Size: 17136 SHA256: c6146bb7ef2b41035c6fcfba28354f062d8520bf3c3f246831b6bd4f35dc82c5 SHA1: 26a4b689cf164cbac7cce435e88f5c558bd5a6bb MD5sum: 70e5174d0fe90ce6ae577f99c0684a2c Description: The lifecycle command for ROS 2 command line tools. Package: ros-rolling-ros2lifecycle-test-fixtures Version: 0.40.6-1noble.20260425.184652 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 115 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.40.6-1noble.20260425.184652_arm64.deb Size: 14726 SHA256: 450073ee5fde54f3292bb2962cb3bc6758e405bf927609ea936bd7ca0ecc981b SHA1: 2c8b848499414c894d1cd16ab30e7280c416c154 MD5sum: 43ffcaba5100608777662e2fcf1203b9 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.40.6-1noble.20260425.184652 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 270 Depends: ros-rolling-ros2lifecycle-test-fixtures (= 0.40.6-1noble.20260425.184652) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2lifecycle-test-fixtures/ros-rolling-ros2lifecycle-test-fixtures-dbgsym_0.40.6-1noble.20260425.184652_arm64.deb Size: 247162 SHA256: cc4c2f474c47adb07abad5d76fe7f2c69b80e432f44ad3548fcbb12cc7714605 SHA1: 78e5906cad57afa284f7b18617e72c65fa8303dd MD5sum: 9cdca6963dc2769b7d830129bd5d4e77 Description: debug symbols for ros-rolling-ros2lifecycle-test-fixtures Build-Ids: a03086d05fefb9e45e961c8f13be04859ca0d370 Package: ros-rolling-ros2multicast Version: 0.40.6-1noble.20260426.002235 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 62 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.40.6-1noble.20260426.002235_arm64.deb Size: 10982 SHA256: 779740a9bda0c2cf952cb88b9e6a7bafdde6a53a4c6daf72fa77eeb4485b28f6 SHA1: 9c208fc86cd27489dc9d519362b4be487f749629 MD5sum: fa31bc1bb07d6a6e8ba49e5dd7c54326 Description: The multicast command for ROS 2 command line tools. Package: ros-rolling-ros2node Version: 0.40.6-1noble.20260425.204721 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 77 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.40.6-1noble.20260425.204721_arm64.deb Size: 16254 SHA256: 4cf543777378358f09fa644b77d0798b8d9e721bf38648baf6c03701234e599d SHA1: 292fb5c373594a7893297d746c07f98a11e87fc9 MD5sum: 3d4ed60481bc1764365d2fa2b8b478fa Description: The node command for ROS 2 command line tools. Package: ros-rolling-ros2nodl Version: 0.3.1-4noble.20260426.005720 Architecture: arm64 Maintainer: Ubuntu Robotics Installed-Size: 52 Depends: python3-argcomplete, ros-rolling-ament-index-python, ros-rolling-nodl-python, ros-rolling-ros2cli, ros-rolling-ros2pkg, ros-rolling-ros2run, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2nodl/ros-rolling-ros2nodl_0.3.1-4noble.20260426.005720_arm64.deb Size: 8400 SHA256: e5a78b28c86269a86984fe6602b3ca3128120310df103bda8cb08f0585d5dcdf SHA1: f6c21820c5b690776e90104a1b8f50a12594277a MD5sum: 13495d3fa7ef8565f6644e4e3dbaffee Description: CLI tools for NoDL files. Package: ros-rolling-ros2param Version: 0.40.6-1noble.20260425.205439 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 146 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.40.6-1noble.20260425.205439_arm64.deb Size: 29202 SHA256: 1d640b08c6a4f85d809e4fa761ae61284e427404211a134c3e88cbe98938b306 SHA1: c7299154d980a1026cda9997ed89aba4bdd8d046 MD5sum: 1413cb2514cd1502da592cdcd698eb5f Description: The param command for ROS 2 command line tools. Package: ros-rolling-ros2pkg Version: 0.40.6-1noble.20260426.002239 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 167 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.40.6-1noble.20260426.002239_arm64.deb Size: 31308 SHA256: 3f00593fb7b47c0b93fe349bc507b8bdd6d19492b05dd36ba67bf2044f02b7c2 SHA1: bdf99594113231f2863bf40048cfef04c03d2ce9 MD5sum: 2c7129d1451cf19b2753ab56d953b4bb Description: The pkg command for ROS 2 command line tools. Package: ros-rolling-ros2plugin Version: 5.8.4-1noble.20260426.003302 Architecture: arm64 Maintainer: Jeremie Deray Installed-Size: 59 Depends: ros-rolling-ament-index-python, ros-rolling-rclpy, ros-rolling-ros2cli, ros-rolling-ros2pkg, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2plugin/ros-rolling-ros2plugin_5.8.4-1noble.20260426.003302_arm64.deb Size: 10128 SHA256: b04e16243d6559f0acfb12ff9ceaef38bfb3cb211ac4bbddc97d5c6ce01cb3ae SHA1: 8960129b653ca55b97a59718dc950a0e8eca6947 MD5sum: faf57c2122b26483a633df641610dc72 Description: The plugin command for ROS 2 command line tools. Package: ros-rolling-ros2run Version: 0.40.6-1noble.20260426.003450 Architecture: arm64 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.40.6-1noble.20260426.003450_arm64.deb Size: 11504 SHA256: 33af4d7a462613706a43e78219561565b96c95ac1d5e9b8285034f18e38ee97a SHA1: c69e34a3c865bcdbf3e9cb4efa4ffb0a6a7f16e2 MD5sum: dece114f76e5d4ea2a59b129450198df Description: The run command for ROS 2 command line tools. Package: ros-rolling-ros2service Version: 0.40.6-1noble.20260425.204601 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 117 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.40.6-1noble.20260425.204601_arm64.deb Size: 25570 SHA256: 483a5b705ef4339edfbf326d639ba47cf2ddfd8ee54efaccbe111502b947f910 SHA1: 2d3b9460baa8faeacdccd5deeda84fffc85be2cd MD5sum: 2da4839fbbbdb3c7a1d2f639ccb88116 Description: The service command for ROS 2 command line tools. Package: ros-rolling-ros2test Version: 0.9.1-1noble.20260426.000926 Architecture: arm64 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2test/ros-rolling-ros2test_0.9.1-1noble.20260426.000926_arm64.deb Size: 5698 SHA256: d5ed32458a519b6ca810d323a3e7216ea3f551f39f35b5e420874fc0c13c5971 SHA1: d27e6cdd8d23ca683cf624f8e72210ad1aa223da MD5sum: 22cba051f7e66f8cd7340657fe5543a4 Description: The test command for ROS 2 launch tests. Package: ros-rolling-ros2topic Version: 0.40.6-1noble.20260425.204627 Architecture: arm64 Maintainer: Audrow Nash Installed-Size: 226 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.40.6-1noble.20260425.204627_arm64.deb Size: 55096 SHA256: 67cdc307bc077e60d44e2d5aa42f4894d1aeb63dcfffcc2b5c7d77774b25e09c SHA1: 5db10433ce76da564d860c5ac323998cf9287a35 MD5sum: 1e07c28519a5bfe82a47fa6e939e0873 Description: The topic command for ROS 2 command line tools. Package: ros-rolling-ros2trace Version: 8.10.1-1noble.20260425.204229 Architecture: arm64 Maintainer: Christophe Bedard Installed-Size: 63 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_8.10.1-1noble.20260425.204229_arm64.deb Size: 8298 SHA256: 89bb41dc13523577012ec773e98ebaebd3fa4cfe5a5badd7d91a09cdc033b361 SHA1: 57f44a5296ff67d417d955a64301df4728e03012 MD5sum: c30e83526efe045a5a29ba19e93437d4 Description: The trace command for ROS 2 command line tools. Package: ros-rolling-ros2trace-analysis Version: 3.1.0-1noble.20260425.204647 Architecture: arm64 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-1noble.20260425.204647_arm64.deb Size: 6058 SHA256: 2a0dfe17ad86b2bd993c2d2ea838e5b63c0fe02221038142f2937cb22130337e SHA1: e8bd6e0183ff37df5cd1640058281fc644402662 MD5sum: 93421a527402fa2ec2f35c71609ec3fe Description: The trace-analysis command for ROS 2 command line tools. Package: ros-rolling-rosapi Version: 4.1.0-1noble.20260425.205243 Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 129 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.1.0-1noble.20260425.205243_arm64.deb Size: 21648 SHA256: 5aa24b769b92aa8d5142defd871663f2cdb93bafe827da4fa67bee6e1b50b4ac SHA1: 5a711176b1e244efa9fac24cff3cc9632ea97589 MD5sum: d826f7f07624940cc11589fa45af3e58 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.1.0-1noble.20260425.130828 Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 12845 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.1.0-1noble.20260425.130828_arm64.deb Size: 687680 SHA256: 1c33a9a66e6ae7483fd40668783879046128388b3bc3293755403fbcfa140aad SHA1: 96e410d89f773b464fc4388425d65a55c32cb550 MD5sum: 9727684c4edc4046a2e199578ef8ad36 Description: Interface definitions for rosapi package. Package: ros-rolling-rosapi-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-rosapi-msgs Version: 4.1.0-1noble.20260425.130828 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 10110 Depends: ros-rolling-rosapi-msgs (= 4.1.0-1noble.20260425.130828) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosapi-msgs/ros-rolling-rosapi-msgs-dbgsym_4.1.0-1noble.20260425.130828_arm64.deb Size: 7766982 SHA256: 4573f6b14074b7de621c7e987a5976c7536e525872bd9fcf72e2f7f80abf2f49 SHA1: 332b34776c4834aa3fa907db06a110d04c0f0683 MD5sum: 8978a58a2511b574d7c5465fdd937c8b Description: debug symbols for ros-rolling-rosapi-msgs Build-Ids: 37abfe0175ddbb92c8e6323ae7bd69347cf2d28d 4c3b79f847eb710c3f6e175d4170e511caad3825 7771b9689324acbafc2331026b38109319979bb4 8cda43191755bd91a143219b97cd400143603b2d 8f955d7cd6d1b3ca95fdc637df56b93f71f2b585 9f53dd722f97b9403bf72c1d39852d5c0cc7ba16 b15f85c61094572e78705ec28e454dece54c07e6 d8d2048a11308b21547d8c41a965e4bb1093a363 f0d46040c9c734c55c96859d650f691918599afd f777cd756ae9a436edb1e9ed579d5d8a609b44f3 ff5d1b6f3d03a78412a9e8b06ca05f84e84be293 Package: ros-rolling-rosbag2 Version: 0.33.1-1noble.20260426.002536 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 48 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.33.1-1noble.20260426.002536_arm64.deb Size: 9168 SHA256: 15581c0a6bb21a825fa2f9a0a2eaf33fc7d104f543ec9795ec723de0a0fb3cfb SHA1: 8496c2bb2f134f023b248625a7a1aea4749ff6c8 MD5sum: 08c71e321b8dd77b90dadef9af9a4b16 Description: Meta package for rosbag2 related packages Package: ros-rolling-rosbag2-compression Version: 0.33.1-1noble.20260425.205137 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 363 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), libtinyxml2-10 (>= 10.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.33.1-1noble.20260425.205137_arm64.deb Size: 90280 SHA256: 7e3df6871b9424835b2b19d032b6cc20e0045eb59886f0bbbdd4fbdbf2ab10f8 SHA1: 57a1fe8c9a2cd89e62b7a5d0818adc8fc488377e MD5sum: fb6fab5ad956eb76da6008c67cb1fd55 Description: Compression implementations for rosbag2 bags and messages. Package: ros-rolling-rosbag2-compression-dbgsym Package-Type: ddeb Source: ros-rolling-rosbag2-compression Version: 0.33.1-1noble.20260425.205137 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 1212 Depends: ros-rolling-rosbag2-compression (= 0.33.1-1noble.20260425.205137) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-compression/ros-rolling-rosbag2-compression-dbgsym_0.33.1-1noble.20260425.205137_arm64.deb Size: 1090754 SHA256: bdda2eb4516bc542504a21ec36d84f5dd0734ea97990fa0968fcb44535afc12a SHA1: 10525421a0582574a61c973ba1150f5fa502401e MD5sum: 4b9755e9889e9ed4d2e339ab434cc7dc Description: debug symbols for ros-rolling-rosbag2-compression Build-Ids: b463edc85116266322416c55a8ea8d6ceea8951b Package: ros-rolling-rosbag2-compression-zstd Version: 0.33.1-1noble.20260425.223942 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 150 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.33.1-1noble.20260425.223942_arm64.deb Size: 33430 SHA256: 7b20b9ed843862ee677dc08fee7cdbe9390d9a196e5f86d43552764ab2b9c34a SHA1: 9e012f3b6800b36ed90eb7cce31deff5e36627ee MD5sum: bc0a7d0c73745217db38baa6812fe3cc 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.33.1-1noble.20260425.223942 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 343 Depends: ros-rolling-rosbag2-compression-zstd (= 0.33.1-1noble.20260425.223942) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-compression-zstd/ros-rolling-rosbag2-compression-zstd-dbgsym_0.33.1-1noble.20260425.223942_arm64.deb Size: 301358 SHA256: cfb305188cc4e5ccbdc6c6b8cbc9e645061281392633c5e4aff5f6e8500f290b SHA1: 63caa34577dec9006b1c831b895276509d266a08 MD5sum: 9ab33866b9ff9f2f91f47e9aeab36c6b Description: debug symbols for ros-rolling-rosbag2-compression-zstd Build-Ids: ad7b9e0781ea1c70df2b6ffb9863151f3bdedfa4 Package: ros-rolling-rosbag2-cpp Version: 0.33.1-1noble.20260425.173726 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 884 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.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.33.1-1noble.20260425.173726_arm64.deb Size: 252170 SHA256: ad2f286fd7cab34d852ef08f0dd90a560f4bf368611fedff3515f1bb115d42b6 SHA1: d498b36bfef75844220aab5f58fd1001d933825e MD5sum: 0592e25d89fb632986a17b50d24ed678 Description: C++ ROSBag2 client library Package: ros-rolling-rosbag2-cpp-dbgsym Package-Type: ddeb Source: ros-rolling-rosbag2-cpp Version: 0.33.1-1noble.20260425.173726 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 4629 Depends: ros-rolling-rosbag2-cpp (= 0.33.1-1noble.20260425.173726) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-cpp/ros-rolling-rosbag2-cpp-dbgsym_0.33.1-1noble.20260425.173726_arm64.deb Size: 4219334 SHA256: e6e531de3d52450266d8836f9c38ff4c65398033c8ae5589e4b5eeae494ecb10 SHA1: 5798c481be00258141d4ab43dc51eb9b8bb35d9e MD5sum: 873fe4e7e0129ee88120848aac693d27 Description: debug symbols for ros-rolling-rosbag2-cpp Build-Ids: c8cdd51cc10d87165e0c0b688b326d52871ea69e Package: ros-rolling-rosbag2-examples-cpp Version: 0.33.1-1noble.20260425.234002 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 1216 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.33.1-1noble.20260425.234002_arm64.deb Size: 155070 SHA256: 6df0807f4e7ce54321d4fc6a87067040e8b63637c3bf3544417f4fcbf02947ec SHA1: 35ee92ce6e65b1a0aed32f4dec5d105f001a53af MD5sum: a3a68792b871a2327a17367126ef4097 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.33.1-1noble.20260425.234002 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 5717 Depends: ros-rolling-rosbag2-examples-cpp (= 0.33.1-1noble.20260425.234002) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-examples-cpp/ros-rolling-rosbag2-examples-cpp-dbgsym_0.33.1-1noble.20260425.234002_arm64.deb Size: 4946252 SHA256: 573e72c89cfa497345189d1aff858cadf93d34eee3c6825c2ba330c3e4da1457 SHA1: cd7a382809aee25b293a49e4bab371fe9296d616 MD5sum: 546ee00f902a83c507df522bae937c77 Description: debug symbols for ros-rolling-rosbag2-examples-cpp Build-Ids: 18b03d586b279311b7d711de2c0acfc8ef90514d 4dca261ad9f8cf4642871f2f1b2c3bf784f4a4fc 55e2b5ce15140d62d53334ebae1e579c67dcfad5 8f7defe668e3987dff6ed7d77ae0ec8c9d44d8c5 a1d5cf04b114343bd243b75699dcdd343d81d639 b7251e5cafd757e6f60796ab699b3425f9b63ce5 Package: ros-rolling-rosbag2-examples-py Version: 0.33.1-1noble.20260426.001907 Architecture: arm64 Maintainer: geoff Installed-Size: 71 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.33.1-1noble.20260426.001907_arm64.deb Size: 12302 SHA256: c9749f7e3dd36df0e1bed8125df73e6505b7904ab96bbf6d0fdfd859865688da SHA1: bbef3eb0c74aef2c800c1f7af6e512aa079fbeb8 MD5sum: a481755a1e41bc814609222f2ccf3f13 Description: Python bag writing tutorial Package: ros-rolling-rosbag2-interfaces Version: 0.33.1-1noble.20260425.130824 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 8072 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.33.1-1noble.20260425.130824_arm64.deb Size: 432098 SHA256: 84be0b240266063645945a94e440b4572565a270dc315c0715755dde5f713385 SHA1: 347d4cb146370d20dbb21d7795d555d57c0ccb86 MD5sum: 587e4853e8b71a857b95453c56f1f641 Description: Interface definitions for controlling rosbag2 Package: ros-rolling-rosbag2-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-rosbag2-interfaces Version: 0.33.1-1noble.20260425.130824 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 5561 Depends: ros-rolling-rosbag2-interfaces (= 0.33.1-1noble.20260425.130824) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-interfaces/ros-rolling-rosbag2-interfaces-dbgsym_0.33.1-1noble.20260425.130824_arm64.deb Size: 4128610 SHA256: 2b19b2bfd1ea3c9ec24897663a60a3ec300e6ecae6347030f2dc145c15eac098 SHA1: 8cf035b0797089701e7afe14738994b0738cbe98 MD5sum: 857a467cb7a6dcaf601008ee51b163c0 Description: debug symbols for ros-rolling-rosbag2-interfaces Build-Ids: 233505c99b9656530fd45a0409c2e2dcdc23433e 26551952bf21daebc968c1281ed50432fff77af9 2e86caeb91724ef84dc56d0da39d4b6c29827dcf 4d07dd1511b853c4c41a5317e35422b5f7deabcf 613f690ffc9d7bebe9771db24e6001973f8020aa ae8e4d0a327e3afc4876384cc550a25dc5ae7c9f b62b29055c696ea77f5c1f15e5a2bc14eb937c02 d6d1beeeb3460874bd2a5cd91e430dfc0d6ea5f3 d8667d26b5a6fdd01f440ee32ed7fb9d6cd5bc16 de4a168e7c96083b9f51b6790edb853b0110baf8 efd9717bd2af81d50645a4dfcf64430a32ff52e5 Package: ros-rolling-rosbag2-performance-benchmarking Version: 0.33.1-1noble.20260426.001802 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 1772 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.33.1-1noble.20260426.001802_arm64.deb Size: 317778 SHA256: afdd383457e9b83661932e278a43097e143eb93044b9885bc99898adf745420f SHA1: 2b1ba90d01a2574529da6d300a6499d0af6d7151 MD5sum: 61362da3408a2da41dff29578e5b506e Description: Code to benchmark rosbag2 Package: ros-rolling-rosbag2-performance-benchmarking-dbgsym Package-Type: ddeb Source: ros-rolling-rosbag2-performance-benchmarking Version: 0.33.1-1noble.20260426.001802 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 9384 Depends: ros-rolling-rosbag2-performance-benchmarking (= 0.33.1-1noble.20260426.001802) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-performance-benchmarking/ros-rolling-rosbag2-performance-benchmarking-dbgsym_0.33.1-1noble.20260426.001802_arm64.deb Size: 8080616 SHA256: eacacbec952f92263ccf9f8ffffa86a2f54b6a0b064dde2fc05535a0755726bf SHA1: ab3ab62b018c2f7f96bb7a2099c929436f41f6c0 MD5sum: 1e615da08d6c065849e0aee2695ebd5b Description: debug symbols for ros-rolling-rosbag2-performance-benchmarking Build-Ids: 47992e729c7a5be7c7b4755253fc684a07bfeddf 807ec5129fe265f98328e90433926e5f0923cdcd b5a45dc6ff79d39fabcab5d169f7c14dbe247a46 Package: ros-rolling-rosbag2-performance-benchmarking-msgs Version: 0.33.1-1noble.20260425.130853 Architecture: arm64 Maintainer: ROS Tooling Working Group Installed-Size: 1017 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libpython3.12t64 (>= 3.12.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.33.1-1noble.20260425.130853_arm64.deb Size: 46308 SHA256: 015353958d0ac6c2ed0a8e394f8a787aeeadded4e1845be65d3c848c1155f18b SHA1: df52efb675b474bfe14829c1edbe8a5bbea0669d MD5sum: ef26eb4b3ea4f301cba494aabf1569c9 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.33.1-1noble.20260425.130853 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ROS Tooling Working Group Installed-Size: 306 Depends: ros-rolling-rosbag2-performance-benchmarking-msgs (= 0.33.1-1noble.20260425.130853) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-performance-benchmarking-msgs/ros-rolling-rosbag2-performance-benchmarking-msgs-dbgsym_0.33.1-1noble.20260425.130853_arm64.deb Size: 195220 SHA256: e1f0fe9e84385ffb75ee7f26267f661bc6db19016cb089d61d77bef0254e4ccd SHA1: b290bd54db11ae8e45eb8f13120172eed486af83 MD5sum: 17ab1f7a2e2527c0c084ad3036895a94 Description: debug symbols for ros-rolling-rosbag2-performance-benchmarking-msgs Build-Ids: 474e725fc42c49f92f3d3822e05a0b47bc13f5a5 588d01172d36f99843546a7ae94b42f968b360d2 5a659072de35e2fd5b5df562edb2b1fecca984d9 74f7334b355949246bbbb2392ba426bfa9103538 776bad39bec17598dd84def4fed55602d27ca077 7a339395768f501a4d1ed5f913cf491dc3676cc5 84e2c2fa5af3f9376d1d40194fad717dba52e887 95db39b72016e8056fdd39fbe29b75b696160257 c2bcd8e0c2b73475e08129ac6c515bf20a318b9e cd3e1ad5576764d2ae9c5ef27add4eced2e4a948 fe7a8a6a823feb899a5c644d59a4d39e8b311941 Package: ros-rolling-rosbag2-py Version: 0.33.1-1noble.20260426.000813 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 2370 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.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.33.1-1noble.20260426.000813_arm64.deb Size: 500148 SHA256: 5788af84c1d4287dea7d0fd4ef9084e334e0741a03cbcd4676bd64756774aa6d SHA1: dd6f2264d386316248470e129ff8cb6245b02417 MD5sum: a9f5269950ac33641833137703f85f0c Description: Python API for rosbag2 Package: ros-rolling-rosbag2-storage Version: 0.33.1-1noble.20260425.173014 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 536 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), libtinyxml2-10 (>= 10.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.33.1-1noble.20260425.173014_arm64.deb Size: 134192 SHA256: 0cacd647554f37ac8201c2405e7a8f98e2ef75bdbfe151e3866f478fdb037b28 SHA1: 22462ec3eaf9aaea79d693fa3132f70ef7e01bf6 MD5sum: a3fceec1037dde4a4f6c8f20749e4fba 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.33.1-1noble.20260425.173014 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 1698 Depends: ros-rolling-rosbag2-storage (= 0.33.1-1noble.20260425.173014) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-storage/ros-rolling-rosbag2-storage-dbgsym_0.33.1-1noble.20260425.173014_arm64.deb Size: 1497454 SHA256: e85b9bdcef3eaa94cfa41e37d62141e868e35ddf22f4ec77912aeb6281f8e86c SHA1: 176dafcba2d547a2345190d2f325c0ae9c860ad8 MD5sum: cde9e5d2584f7ab1a530b64af1524476 Description: debug symbols for ros-rolling-rosbag2-storage Build-Ids: b12e0eb19f9e5ac1dc1dfa3a3b4ead9702052faf Package: ros-rolling-rosbag2-storage-default-plugins Version: 0.33.1-1noble.20260425.174751 Architecture: arm64 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.33.1-1noble.20260425.174751_arm64.deb Size: 6232 SHA256: 9a9ff6165cc088b6657c23c16282a59c4bc0a888347310dc27aa62ac8fd7fe43 SHA1: ecb2a985709d9dd92056f4fe1c17c314b3cb08f8 MD5sum: 5ef7a335090de21f7e7dac497415cb26 Description: Intermediate metapackage to point at default storage plugin(s) for rosbag2 Package: ros-rolling-rosbag2-storage-mcap Version: 0.33.1-1noble.20260425.173749 Architecture: arm64 Maintainer: Foxglove Installed-Size: 470 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.33.1-1noble.20260425.173749_arm64.deb Size: 129668 SHA256: 3709e83b45eb4f2247a49a3c286cf1611ed9ce658bde578b19a2215b9ad78263 SHA1: 87c9c5b914aa9a1536f2dffe4e14673c4ed6357e MD5sum: ac6acb5632582afafb2c18fce3a24e17 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.33.1-1noble.20260425.173749 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Foxglove Installed-Size: 1769 Depends: ros-rolling-rosbag2-storage-mcap (= 0.33.1-1noble.20260425.173749) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-storage-mcap/ros-rolling-rosbag2-storage-mcap-dbgsym_0.33.1-1noble.20260425.173749_arm64.deb Size: 1621422 SHA256: 5999154ef95b60e32111950e1b8804de690a59df92368be4bf016dc3121f8f1f SHA1: afd92812ffc5557ecd6f89db634e108719c5bf22 MD5sum: 8786ac1c808f2d9b61b28e666fbd6103 Description: debug symbols for ros-rolling-rosbag2-storage-mcap Build-Ids: 20b91514724c67ba13c5d1ca65d984a5f0f7a5cc Package: ros-rolling-rosbag2-storage-sqlite3 Version: 0.33.1-1noble.20260425.174043 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 560 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.33.1-1noble.20260425.174043_arm64.deb Size: 159840 SHA256: 3ac2d27f6a413bd235a1d5157ec965c93d0224fd0b7c80c62856091047949c4e SHA1: 9e85711c0798ffac83c237742e0fa40a9b181c31 MD5sum: 397f92ab61bd89a7b6e0416ee0a3a326 Description: ROSBag2 SQLite3 storage plugin Package: ros-rolling-rosbag2-storage-sqlite3-dbgsym Package-Type: ddeb Source: ros-rolling-rosbag2-storage-sqlite3 Version: 0.33.1-1noble.20260425.174043 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 2073 Depends: ros-rolling-rosbag2-storage-sqlite3 (= 0.33.1-1noble.20260425.174043) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-storage-sqlite3/ros-rolling-rosbag2-storage-sqlite3-dbgsym_0.33.1-1noble.20260425.174043_arm64.deb Size: 1896952 SHA256: b33dfd1b4be8fbf0e97e57474b6d65a5a5b0b54ab77543a9c112915c4d3f883e SHA1: a5386ad14a3602301ab2d005c95948c863ac6960 MD5sum: 75b3ea9afe2ca016541dd957b7ac1842 Description: debug symbols for ros-rolling-rosbag2-storage-sqlite3 Build-Ids: b9eb77655d5ecce6dcad7766f101e1e5fc0f4855 Package: ros-rolling-rosbag2-test-common Version: 0.33.1-1noble.20260425.205950 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 139 Depends: ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-test-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosbag2_test_common/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-test-common/ros-rolling-rosbag2-test-common_0.33.1-1noble.20260425.205950_arm64.deb Size: 22900 SHA256: d0d8ccbe3eb2f203eb1d816ed1ba1799b527ac468483e04411fd4751c219b419 SHA1: da32365716c06b75d04c33e6874c8b6708664f50 MD5sum: a06694290a5413824e8ab4491997b093 Description: Commonly used test helper classes and fixtures for rosbag2 Package: ros-rolling-rosbag2-test-msgdefs Version: 0.33.1-1noble.20260425.130923 Architecture: arm64 Maintainer: Foxglove Installed-Size: 8046 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.33.1-1noble.20260425.130923_arm64.deb Size: 391406 SHA256: 48e059c35ad5ecdd3891d6fca58d8430d3f621e1813b7b1a6179444a93ffab47 SHA1: f9fbb65d276b95eb7b4490d85723e758ee8b9a7f MD5sum: 0769fac470e268e8029a5d643f855a6b 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.33.1-1noble.20260425.130923 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Foxglove Installed-Size: 4292 Depends: ros-rolling-rosbag2-test-msgdefs (= 0.33.1-1noble.20260425.130923) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-test-msgdefs/ros-rolling-rosbag2-test-msgdefs-dbgsym_0.33.1-1noble.20260425.130923_arm64.deb Size: 2919932 SHA256: f9be5172c57445c0653109d67eacfc0ea27fee26dd1054fb747d39e31b7f4236 SHA1: 8bea29a609b7961ea7d189bd682263bff6855854 MD5sum: 1d957612048d08a5f9f7c171bd032da3 Description: debug symbols for ros-rolling-rosbag2-test-msgdefs Build-Ids: 1330b23bd14900ea8f3a0d60a1671ff1b162704c 174acb4309cfe191ec511227b8448c801b5f6fee 1b724b83f4fe76ac6d0de745c3b746a148ee9779 297789a14e5db4c48bf80cfa98d988940ed1b268 2bc6e5d2079ac509ff19f94874057f0c63146f67 4372517715d78a24be2a6c4a8562fc89e77f5ade 485b2cd19df72f65fac4f6413d6e9a7478480753 7389ef0cda9e8825fd0e252396507661ca84dc0d b5a7c2ec54e8888b8237341211dc655deeb3dd65 c7477946e7099704766c85b44c89380060931ce9 dff8fb005d243e2bfc63940d740176b6286adec4 Package: ros-rolling-rosbag2-tests Version: 0.33.1-1noble.20260425.084136 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 49 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.33.1-1noble.20260425.084136_arm64.deb Size: 10692 SHA256: 4cf1c708dee2ba6c71a08cf7f78757f5cda5ecfd42fa6a675a7b694a8890585f SHA1: 756a203bc6a4a518ce20ee3e2cd7a3de9a351db9 MD5sum: a8bb63a7d09c7cff5d994f8e2d8c5973 Description: Tests package for rosbag2 Package: ros-rolling-rosbag2-to-video Version: 1.0.1-1noble.20260426.002737 Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 64 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-to-video/ros-rolling-rosbag2-to-video_1.0.1-1noble.20260426.002737_arm64.deb Size: 14388 SHA256: f389bef56a005b9a3284999a8656ae70631402370b882420464f820ed853fa7b SHA1: 4d161502549d43abf14168640fdd1bb866a8aef8 MD5sum: a851815e5ea7b0b75190dd3e444e6e30 Description: Command line tool to create a video from a rosbag recording Package: ros-rolling-rosbag2-transport Version: 0.33.1-1noble.20260425.224515 Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 1998 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.33.1-1noble.20260425.224515_arm64.deb Size: 463364 SHA256: 984e2edb871b1dd91d5a74783c835dd80c5e5c807c9998842e0b1985b1f32c3b SHA1: 701bd3de370f63e169565e4fd2ef3416b82d4532 MD5sum: c7b27235d5c2e51aeaad133ac0207722 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.33.1-1noble.20260425.224515 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Orlov Installed-Size: 11439 Depends: ros-rolling-rosbag2-transport (= 0.33.1-1noble.20260425.224515) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-transport/ros-rolling-rosbag2-transport-dbgsym_0.33.1-1noble.20260425.224515_arm64.deb Size: 10123376 SHA256: cc5e8d5f39fbc2374f7f0cbac32c7b11d720b1096348a531aaf4c7e25ca48b9e SHA1: 739bd8d5d5c914c0f9215aa5fa0efe67a160aa39 MD5sum: 4365f42fec852896553a81d53c2a402a Description: debug symbols for ros-rolling-rosbag2-transport Build-Ids: 16e4ea2d2d0ab99542c200aade12bcb86e912239 67a66bf5598873c09f38b4ca0faf961980712525 8997ef74a7187d219e51cac10b9e0d7b8cbbbb37 Package: ros-rolling-rosbag2rawlog Version: 3.5.2-1noble.20260425.214950 Architecture: arm64 Maintainer: Markus Bader Installed-Size: 562 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-mrpt-libbase, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libposes, libcli11-dev, ros-rolling-ament-cmake-lint-cmake, ros-rolling-ament-cmake-xmllint, ros-rolling-ament-lint-auto, ros-rolling-cv-bridge, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libros-bridge, ros-rolling-mrpt-msgs, ros-rolling-nav-msgs, ros-rolling-rosbag2-cpp, ros-rolling-sensor-msgs, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-msgs, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://github.com/mrpt/mrpt_ros_bridge Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2rawlog/ros-rolling-rosbag2rawlog_3.5.2-1noble.20260425.214950_arm64.deb Size: 182868 SHA256: 9a4943d66288d677be9a92265e2246f8a2e4c64cd725ef0bfb97c1a60c74afa3 SHA1: 0f2f7d0b6fb2b7b9bd075100ad257d8f9e31b280 MD5sum: 2daa211aa495dd3d157b278c3dc83e7b Description: CLI tool to transform between rosbags and rawlogs. Package: ros-rolling-rosbag2rawlog-dbgsym Package-Type: ddeb Source: ros-rolling-rosbag2rawlog Version: 3.5.2-1noble.20260425.214950 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Markus Bader Installed-Size: 2560 Depends: ros-rolling-rosbag2rawlog (= 3.5.2-1noble.20260425.214950) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2rawlog/ros-rolling-rosbag2rawlog-dbgsym_3.5.2-1noble.20260425.214950_arm64.deb Size: 2380352 SHA256: 258561edcc6bf4e9acbecf52fa1c6496cc9104114f099453e78a060570f4bbd7 SHA1: 2ec35565efd5a03764c652295da38e384c66845e MD5sum: 499c7c1c437756e98fecd85fad4e6804 Description: debug symbols for ros-rolling-rosbag2rawlog Build-Ids: fbb9f7dfc55df3f65154afee39bc8a9e791400b4 Package: ros-rolling-rosbridge-library Version: 4.1.0-1noble.20260425.193833 Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 281 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.1.0-1noble.20260425.193833_arm64.deb Size: 43238 SHA256: 5778fcfb63e46d524d34cbd9ccbd9dacd81d3711da13e7d483c501a5af686e73 SHA1: 33f28f532680fd7bd09176f943affb6a22616d50 MD5sum: 71ccb877fb5872d00543a893cc2ec5e2 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.1.0-1noble.20260425.130920 Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 1106 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbridge-msgs/ros-rolling-rosbridge-msgs_4.1.0-1noble.20260425.130920_arm64.deb Size: 58686 SHA256: a1f8e9f6e704873e2a2b6fac92b1f9bf7e40f3f1a916dfe1e8dfc653a9d1108f SHA1: 0a89e4eec3a16fb27d120e49d388c6a29710fd90 MD5sum: 1bf75b2025dcda44d07fb08c24d5dd4a Description: Interface definitions for the rosbridge library. Package: ros-rolling-rosbridge-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-rosbridge-msgs Version: 4.1.0-1noble.20260425.130920 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 460 Depends: ros-rolling-rosbridge-msgs (= 4.1.0-1noble.20260425.130920) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbridge-msgs/ros-rolling-rosbridge-msgs-dbgsym_4.1.0-1noble.20260425.130920_arm64.deb Size: 323088 SHA256: 2f1c9cff11e243232ff7ad3a22e191ef7c644ea30a9c0a1c9c005621ec954bbf SHA1: a8e874c6db8386bf776b81e3dc7185dfe82d855d MD5sum: 58a86acf2860603441b9b18e9ee388ee Description: debug symbols for ros-rolling-rosbridge-msgs Build-Ids: 118a470cff116800466b494525698993a32007b7 3ef9d18e2530509673ceaaaefdd094cfdad19264 79564fb8ff3b84398507aeb3303c99cd7c9d2ad0 7fd87185dd4761ba6183d5b0e84ece2bd6269414 de477901be841da5ea1af886437aec5f8a5485d2 e01bd88b093d006ce9fd2d19d789724c7a0bdd94 e258585d3d1bd6392c990b7d841f39dd122650b7 eab3eb46f882960cf3857edc330b722a780aba6c f88390e6847dcca2082255dbc5edb1b37a361467 fc3be0707190943dd10a675e1e28f640f2bcaecd ffceda64ef6c3f10dafdd3775b23d7b2885ba5e1 Package: ros-rolling-rosbridge-server Version: 4.1.0-1noble.20260425.235713 Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 102 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.1.0-1noble.20260425.235713_arm64.deb Size: 16482 SHA256: 2aa490739e683d78156edae71b80dc6d720dbaef009de719a073db211461482b SHA1: 8c6d1ec5ca73c5a50350d9a76c4aacabb1d193c9 MD5sum: e36db47697b1328f954082aa05f2b2a8 Description: A WebSocket interface to rosbridge. Package: ros-rolling-rosbridge-suite Version: 4.1.0-1noble.20260426.000325 Architecture: arm64 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.1.0-1noble.20260426.000325_arm64.deb Size: 6478 SHA256: 59f191c7f92d33d0f10e846252b1aa795f500dba6fe3c2c8cef3d9670710f85f SHA1: 6ad18e0e1da48e7092215206886307069f181042 MD5sum: 77f866619d654c89be3601d9a7dd9f91 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.1.0-1noble.20260425.135924 Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 15991 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.1.0-1noble.20260425.135924_arm64.deb Size: 784100 SHA256: 81062a47550d47b311b9cdcdd59cf872281769eb9dcbd238f361fbdd04ebfe8d SHA1: 9881a1b01e5b0686df3fff12d90ae18cea12df76 MD5sum: 67c1b385693c9809c45fed395fd1eb5e 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.1.0-1noble.20260425.135924 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 9290 Depends: ros-rolling-rosbridge-test-msgs (= 4.1.0-1noble.20260425.135924) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbridge-test-msgs/ros-rolling-rosbridge-test-msgs-dbgsym_4.1.0-1noble.20260425.135924_arm64.deb Size: 6460814 SHA256: e87ea4ff0f6ba7ff546b28597cbfb53a22ce68a85bf45683c153b0c64e8c6de6 SHA1: 50988163e10d2ecb96ffb205ea2b24fa3ceee892 MD5sum: 5bf597b8bd797ba0b9cd0551f7f1f905 Description: debug symbols for ros-rolling-rosbridge-test-msgs Build-Ids: 099094082a3fd619260b27c38f270279d3af251d 301041b0cc124c60373e9b1174a69145ca0bab2d 438fec0c82292823bcb03bbc5546cc7a25a2b22f 447f95e0cb9a2ac8c391d06c53cf89d3e1d41dfd 57ac8927dc83501c28ac1b42eb785b89b4f05d8c 7141194c1d400776297d1cc257ed58440280e0f2 76766e5a3fb78c3e9b55ba63dec84ca6225432ec c837a4ee9cd6c93c3846da1e0c4b033e2f5967e0 cbca81330fbfaf96eb1cd02374883a8d634b7b97 e24af418ca1afb86ce6f90761d93607585ddab28 f9210de2c4a58b27cd200056a06cbf525b4faa9b Package: ros-rolling-rosgraph-monitor Version: 0.2.3-1noble.20260425.193918 Architecture: arm64 Maintainer: Emerson Knapp Installed-Size: 960 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-diagnostic-aggregator, ros-rolling-diagnostic-msgs, ros-rolling-diagnostic-updater, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rosgraph-monitor-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosgraph-monitor/ros-rolling-rosgraph-monitor_0.2.3-1noble.20260425.193918_arm64.deb Size: 201186 SHA256: 1023f9d14aa5a17c71e9b54b598f56b5b118ed534e9c47e7205346d9d2f38163 SHA1: ba8d57ef4d5f2e9419240f23718313f012b843b8 MD5sum: def835aac4853a4ef4535a3d26c45fd9 Description: Monitors the ROS graph to detect error conditions Package: ros-rolling-rosgraph-monitor-dbgsym Package-Type: ddeb Source: ros-rolling-rosgraph-monitor Version: 0.2.3-1noble.20260425.193918 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Emerson Knapp Installed-Size: 4196 Depends: ros-rolling-rosgraph-monitor (= 0.2.3-1noble.20260425.193918) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosgraph-monitor/ros-rolling-rosgraph-monitor-dbgsym_0.2.3-1noble.20260425.193918_arm64.deb Size: 3667042 SHA256: ae6015f522b48496ce68cdf823b78aaab0a8ffe96b4dcdaca73258e19bb69406 SHA1: 647ee278dbaa2649812379e0883680f8b62afce3 MD5sum: 487c024507041e2ad8db56b3891a5927 Description: debug symbols for ros-rolling-rosgraph-monitor Build-Ids: 145f4bb899dd37fb5a059442ec974c518106d611 412f9b691c285a14084711654264d320821662c2 593d2e1d03fdd1f57c51b61e194506be506cb7f7 Package: ros-rolling-rosgraph-monitor-msgs Version: 0.2.3-1noble.20260425.130208 Architecture: arm64 Maintainer: Emerson Knapp Installed-Size: 1712 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rcl-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosgraph-monitor-msgs/ros-rolling-rosgraph-monitor-msgs_0.2.3-1noble.20260425.130208_arm64.deb Size: 127894 SHA256: f9098a475065f3de54372adf796bada86b7b2c1121065e1186195eed87214dad SHA1: df6e49e389f823ea6005027bc4c986ccd7af1c1d MD5sum: 8fd96f37e903487a914c5526f6a86f48 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-1noble.20260425.130208 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Emerson Knapp Installed-Size: 1429 Depends: ros-rolling-rosgraph-monitor-msgs (= 0.2.3-1noble.20260425.130208) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosgraph-monitor-msgs/ros-rolling-rosgraph-monitor-msgs-dbgsym_0.2.3-1noble.20260425.130208_arm64.deb Size: 1164560 SHA256: d26601bb312a8de9644e0ffe147f706d3b567cb497e7811bfb1db88fed2cad47 SHA1: 96e6996388f1a3492597dbc22057ee6cada4bbf6 MD5sum: 0c4355688d779c7592940decaa55d3f9 Description: debug symbols for ros-rolling-rosgraph-monitor-msgs Build-Ids: 0d5e6ed5be8eaad10cafac69883c5254e0676dd4 290190f4b31aef5e0f9bd4a9367b759ae346ea33 3a4fb2c0f4d805eb74264c50563d5b3b888f455d 423865f6dab9943ad54ce7cd9aa02f57c06c467a 45925222cbfa00bdff0ef843e92b76a7e77cf481 66d9e6bdf759118fb536c15b08fb65d94e5caebf 735f77c560e5bd130fef16e24d8eaf6205ae9624 73d3c7090983642db3bcf93363b07b53ec64cc4e 78dfd9663eab5c4e9c047cc24f8185447319bf80 a22fd3fafc230ffcc9bbce09f1571a8abf9a4a7d de139525fcaeaa1d70b7ce57dfd06cfe9faaa166 Package: ros-rolling-rosgraph-msgs Version: 2.4.4-1noble.20260425.130257 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 992 Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), 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.4.4-1noble.20260425.130257_arm64.deb Size: 41710 SHA256: f89058f19760018056c2f331feed5b0ce24041ca6a9a83ce0d78389a97ed9d1b SHA1: 6aab4d91ffd42439fe79afccc7fd95112a06a899 MD5sum: 27715c4b720248d487039d6e3e18a3e8 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.4.4-1noble.20260425.130257 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 270 Depends: ros-rolling-rosgraph-msgs (= 2.4.4-1noble.20260425.130257) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosgraph-msgs/ros-rolling-rosgraph-msgs-dbgsym_2.4.4-1noble.20260425.130257_arm64.deb Size: 165444 SHA256: c54c91282cab4a98ea7926ea00872654710fdefe6a2f7904f10b37752248ecc7 SHA1: 74ad4a8c60a61a6d1b59e74554291ce7d5375097 MD5sum: eb163518482b60e7c7b3c997b154a13c Description: debug symbols for ros-rolling-rosgraph-msgs Build-Ids: 14fc22ac25c73b510b8de5163605bb6c3051c270 3397ee03d4a8a8846f0ba94d10e5914f45deb2de 3a4309ae3b0d8ce113b574f955c778af7f6940fc 41f7d2ff6142069090596e22f64071524eac437f 4981ba2a20624b6b1d3b3da482f4519f6b83d2ad 72a60d3a72858a4e7695e852a77af0eca540d16b a12d47b02b675b14885c0b88d03e592370e26e98 a4186ee4da1c9722d62e9f82d699ba716db3905f ea791518b594f57badde98b26bad47807fb548b8 f0aca3e1ca57117df5189a52c59fdf6335a94f17 f109511369553f6904a9669f937290957805c138 Package: ros-rolling-rosidl-adapter Version: 5.2.0-1noble.20260425.094539 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 137 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.2.0-1noble.20260425.094539_arm64.deb Size: 21396 SHA256: 0258ca2bcc7abce15a3cfe0d5486f572b4a30cfb2f8965790b4bb30c69474603 SHA1: 8a37d687f9b2973c7fecb10a9297c2769aad72ad MD5sum: af9d51351ee993e4de296d3b7e0cb00b Description: API and scripts to parse .msg/.srv/.action files and convert them to .idl. Package: ros-rolling-rosidl-buffer Version: 5.2.0-1noble.20260425.094540 Architecture: arm64 Maintainer: CY Chen Installed-Size: 147 Depends: libc6 (>= 2.17), 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.2.0-1noble.20260425.094540_arm64.deb Size: 14908 SHA256: 422613d4301526677ee0127a941fc5b2be072d26c1a256b0a26c8965becb46a0 SHA1: 19438cea6962d48079a091791a8318d5e4516f18 MD5sum: 20e256567877f6263c713c60d2d61896 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.2.0-1noble.20260425.100850 Architecture: arm64 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.2.0-1noble.20260425.100850_arm64.deb Size: 10678 SHA256: dfed1fe1a90fd41ba34bad58991f88f2d780e504a6f353454a98f3a04c39a866 SHA1: 52adcfb5c70a82d402dad49aec7a84b6a9bcc1ce MD5sum: a68498d80bce139ef29a4c83bd429482 Description: Buffer backend interface for ROS2 buffer types Package: ros-rolling-rosidl-buffer-backend-registry Version: 5.2.0-1noble.20260425.101418 Architecture: arm64 Maintainer: CY Chen Installed-Size: 208 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), libtinyxml2-10 (>= 10.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.2.0-1noble.20260425.101418_arm64.deb Size: 52362 SHA256: 4bde388c8a9799bbb4b2c971c5a38ba8c83700f9793845221f91528074c4cb4b SHA1: 925894fc4aa08fa354ee72eefaf27d5c020ab44a MD5sum: 50441d73e4001e3d8b0f5b72b1c6e6d0 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.2.0-1noble.20260425.101418 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: CY Chen Installed-Size: 523 Depends: ros-rolling-rosidl-buffer-backend-registry (= 5.2.0-1noble.20260425.101418) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-buffer-backend-registry/ros-rolling-rosidl-buffer-backend-registry-dbgsym_5.2.0-1noble.20260425.101418_arm64.deb Size: 469366 SHA256: a1e4eefe50f892ac4c31f4de612167ea310d31ec59f51bf04f19b82d829eba72 SHA1: 32377e06d937eecdcb0c2b68816fc573d7f4c9fc MD5sum: 8f7d0531a020ce83f0aa28300f03b942 Description: debug symbols for ros-rolling-rosidl-buffer-backend-registry Build-Ids: 5d2c3a657341202a5c70ae1abdcbdb84cc115a08 Package: ros-rolling-rosidl-buffer-dbgsym Package-Type: ddeb Source: ros-rolling-rosidl-buffer Version: 5.2.0-1noble.20260425.094540 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: CY Chen Installed-Size: 48 Depends: ros-rolling-rosidl-buffer (= 5.2.0-1noble.20260425.094540) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-buffer/ros-rolling-rosidl-buffer-dbgsym_5.2.0-1noble.20260425.094540_arm64.deb Size: 32752 SHA256: b3a3b8e9d037315cc661b3dd1a46713b5f012fd581c3138d42dcf4e232ac4689 SHA1: 5ddb9789cf0f0527dff9d93b66890bc974d58221 MD5sum: 57e9232321cf1f5c12c6af71be875fd9 Description: debug symbols for ros-rolling-rosidl-buffer Build-Ids: 8a6c6fbf4631ebba70bb88925b8ce07e12587853 Package: ros-rolling-rosidl-buffer-py Version: 5.2.0-1noble.20260425.095131 Architecture: arm64 Maintainer: CY Chen Installed-Size: 256 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), 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.2.0-1noble.20260425.095131_arm64.deb Size: 66342 SHA256: dce3d8ed7f95c153c0b9e6f2513fb98229116cb8c000034ca9d4519eb754f4ac SHA1: 3f455c5eec21f1b990acd377314fae824f2389d3 MD5sum: 174fc5480064de81ada8ce5070fcb1db 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-cli Version: 5.2.0-1noble.20260425.000033 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 155 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.2.0-1noble.20260425.000033_arm64.deb Size: 29768 SHA256: c21e64fb2bd783fb5390ea6bec633c6b5e61a6eae39a0cc778f8630fa9137682 SHA1: cc49496d7f53bc03e57ba8a1e327f7cdd585ee64 MD5sum: 3c9d86ad3ede97e0907b0a98ea6fdad5 Description: Command line tools for ROS interface generation. Package: ros-rolling-rosidl-cmake Version: 5.2.0-1noble.20260425.111329 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 106 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.2.0-1noble.20260425.111329_arm64.deb Size: 16684 SHA256: d8c6251ef4d89461943d55ad33399a789e3e6c0d7390e8d4bb5a3e32ef3c5d57 SHA1: d203268b8e8ef4d4436447832b3255ede965153d MD5sum: 3c4b1d457b3a2ae44c3b773f93a763d7 Description: The CMake functionality to invoke code generation for ROS interface files. Package: ros-rolling-rosidl-core-generators Version: 0.4.3-1noble.20260425.120606 Architecture: arm64 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.4.3-1noble.20260425.120606_arm64.deb Size: 7420 SHA256: b51b3a121a56a5a78431f3e8d5353093d9127de069c851399d8c93d821728940 SHA1: a0736dfafefb653af66ce6f9bd2bf1759ea3d624 MD5sum: daf92cddfefb22eac0aed0d1a20d174f Description: A configuration package defining core ROS interface generators. Package: ros-rolling-rosidl-core-runtime Version: 0.4.3-1noble.20260425.120843 Architecture: arm64 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.4.3-1noble.20260425.120843_arm64.deb Size: 6510 SHA256: bd074e0cfba690facadfa12b0017a20e05762618c2e42aaa67ee0a19e4234837 SHA1: 1641611823dc294c0cbfd2268dbcaeeea5c85ef6 MD5sum: f1e5e07a5d04ba0a12682a70c213434c Description: A configuration package defining runtime dependencies for core ROS interfaces. Package: ros-rolling-rosidl-default-generators Version: 1.8.1-1noble.20260425.123259 Architecture: arm64 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-default-generators/ros-rolling-rosidl-default-generators_1.8.1-1noble.20260425.123259_arm64.deb Size: 7298 SHA256: 17e93cbc85310d1f8539e8d05e316b3153479722226f921e7960744bfa3a4f4a SHA1: be7abf29bdabc6069504076ff6e15e67d8fd0a54 MD5sum: 0e757b839a0457bd9fa5246e404a4149 Description: A configuration package defining the default ROS interface generators. Package: ros-rolling-rosidl-default-runtime Version: 1.8.1-1noble.20260425.123433 Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 50 Depends: ros-rolling-action-msgs, ros-rolling-rosidl-core-runtime, ros-rolling-service-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-default-runtime/ros-rolling-rosidl-default-runtime_1.8.1-1noble.20260425.123433_arm64.deb Size: 7618 SHA256: b49f6dbfa51eef745665446a4585a03aca336b776bc95fe06401852776e6efe0 SHA1: 1068e31dcecd97b85c2981298b80670b4f16e7c5 MD5sum: 8cbe3fad37106eb5054a5e2ade4a81fb Description: A configuration package defining the runtime for the ROS interfaces. Package: ros-rolling-rosidl-dynamic-typesupport Version: 0.4.1-1noble.20260425.095654 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 368 Depends: libc6 (>= 2.17), 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.4.1-1noble.20260425.095654_arm64.deb Size: 36072 SHA256: bbed5a10aa96d4ef4e7bc3d6a4ddc0d099f81be2262e75652e68829a6dcd9ee2 SHA1: 528c9757c09cb54a94632fdd3e326b8082c8fdc2 MD5sum: 3ef43c990b6b8867c85f5a75afc9aca4 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.4.1-1noble.20260425.095654 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 129 Depends: ros-rolling-rosidl-dynamic-typesupport (= 0.4.1-1noble.20260425.095654) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-dynamic-typesupport/ros-rolling-rosidl-dynamic-typesupport-dbgsym_0.4.1-1noble.20260425.095654_arm64.deb Size: 81026 SHA256: 08f362fddbbd5053154d37f45ae1ccd9773224d53332028a6198a6f969d4abd1 SHA1: 8a912d64ab2c4ca5e79bea82327fd5488fbabc72 MD5sum: a7e01ec59824d7e8555292d9ecf23894 Description: debug symbols for ros-rolling-rosidl-dynamic-typesupport Build-Ids: 52aa03f88aa722ee03a1f7a95e8784449c67ca90 Package: ros-rolling-rosidl-dynamic-typesupport-fastrtps Version: 0.5.1-1noble.20260425.104405 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 331 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-dynamic-typesupport-fastrtps/ros-rolling-rosidl-dynamic-typesupport-fastrtps_0.5.1-1noble.20260425.104405_arm64.deb Size: 52902 SHA256: 36c48e69fe7ebe74948b1fb0b8018d22c8f781bbf96e950139e76cea64b688ca SHA1: 0e9e93d2a92b6bdf1cec58512c78133a1d4f6f9c MD5sum: 40ad25b2fe8ed4ee98b7541f67380ccd 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.5.1-1noble.20260425.104405 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 666 Depends: ros-rolling-rosidl-dynamic-typesupport-fastrtps (= 0.5.1-1noble.20260425.104405) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-dynamic-typesupport-fastrtps/ros-rolling-rosidl-dynamic-typesupport-fastrtps-dbgsym_0.5.1-1noble.20260425.104405_arm64.deb Size: 586432 SHA256: 0c2ea52f50bc999d361a2e14936c462e70dbaffad5a5d6c18374cc273abf0b30 SHA1: 69b5778cd5e629157c19dccbc0a42074311cafb9 MD5sum: 6a535f3d95e4c47251aab497a083ffe7 Description: debug symbols for ros-rolling-rosidl-dynamic-typesupport-fastrtps Build-Ids: d112843297dc13e2e6ab9ff4b6114b25b5c4acfc Package: ros-rolling-rosidl-generator-c Version: 5.2.0-1noble.20260425.111928 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 182 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.2.0-1noble.20260425.111928_arm64.deb Size: 26188 SHA256: 72bd5973a24c34fc9240e1d62e530ab9bbe895489d5436b1d684aeeb1c40ccb4 SHA1: 6480abd42495a8dbd6e80638f0afa7535697c623 MD5sum: d725fa81606293c1133de078c218bc95 Description: Generate the ROS interfaces in C. Package: ros-rolling-rosidl-generator-cpp Version: 5.2.0-1noble.20260425.112501 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 159 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.2.0-1noble.20260425.112501_arm64.deb Size: 23976 SHA256: e38ec59126736f3c42d071476b3febb8cd29af4339ac778f829303ff59331ff0 SHA1: 32d7101d06d9b681dc481c12915972444de36651 MD5sum: 9c729bf9398b951ca1afff129cb8f9a5 Description: Generate the ROS interfaces in C++. Package: ros-rolling-rosidl-generator-dds-idl Version: 0.13.0-1noble.20260425.111351 Architecture: arm64 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-generator-dds-idl/ros-rolling-rosidl-generator-dds-idl_0.13.0-1noble.20260425.111351_arm64.deb Size: 11640 SHA256: cfd33a5034b61e8dd9ed976af92865c97d648504d39170eb13e6edfb760e9255 SHA1: c90a35c691acc6acc31556771aea3bf22227c7db MD5sum: 2fc90b096b735c2c3d24091b58ccf6c8 Description: Generate the DDS interfaces for ROS interfaces. Package: ros-rolling-rosidl-generator-py Version: 0.27.2-1noble.20260425.114200 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 219 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.27.2-1noble.20260425.114200_arm64.deb Size: 33534 SHA256: 5c547f739ea378a97652fd612e66fe02fd1a71f8eb9585f8e92056ca8eb1debf SHA1: 317441dca58b72bc7192fc29ade0f43cf36d892a MD5sum: 6318e830b06708f76cac8f9eb3833768 Description: Generate the ROS interfaces in Python. Package: ros-rolling-rosidl-generator-rs Version: 0.4.12-1noble.20260425.114238 Architecture: arm64 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-generator-rs/ros-rolling-rosidl-generator-rs_0.4.12-1noble.20260425.114238_arm64.deb Size: 24536 SHA256: 4c5bac7538747f61836b51f16a5ddae037a479aec13b5cda07fd8778924233a3 SHA1: 36c9003ac41c39404ce508f8cad52cfade5b00e3 MD5sum: 869a3e104ff944f72e04fa2b22672642 Description: Generate the ROS interfaces in Rust. Package: ros-rolling-rosidl-generator-type-description Version: 5.2.0-1noble.20260425.105247 Architecture: arm64 Maintainer: Emerson Knapp Installed-Size: 97 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.2.0-1noble.20260425.105247_arm64.deb Size: 15816 SHA256: 762f11becf02f0276d42a9af253bd9f98753734a71d5fa25e927588963c28cc3 SHA1: 9a6a2c5da6e8f6b505d68d647dd59d205e3ed7a4 MD5sum: eb47c8008811d7f25181248c1ea77c30 Description: Generate hashes and descriptions of ROS 2 interface types, per REP-2011. Package: ros-rolling-rosidl-parser Version: 5.2.0-1noble.20260425.095127 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 129 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.2.0-1noble.20260425.095127_arm64.deb Size: 21974 SHA256: 7fa7fd0c4655cf4304090d343c22d2eb596fed9a212d06633128b7d3efc7a87a SHA1: c5171c6dde8b965d71a1776ee14c4237439931cb MD5sum: a1e994346915f9c9adbf19b739b19b1b Description: The parser for `.idl` ROS interface files. Package: ros-rolling-rosidl-pycommon Version: 5.2.0-1noble.20260425.110820 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 58 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.2.0-1noble.20260425.110820_arm64.deb Size: 14346 SHA256: 5aabcde07a939f84a439fa1d0df409bc4f0160a425d9dc70ca5598667de34369 SHA1: 6a736f205d4a22bb2636d4da7a191b5792e99c05 MD5sum: 174a14d953ea6d1b50f23807df8a3330 Description: Common Python functions used by rosidl packages. Package: ros-rolling-rosidl-runtime-c Version: 5.2.0-1noble.20260425.095122 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 384 Depends: libc6 (>= 2.17), 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.2.0-1noble.20260425.095122_arm64.deb Size: 57890 SHA256: 5d53ac4aed0980ed927762721c11420c7d38bb8057e1f67b63d88f0f8871769c SHA1: 8865b30ab50428e5d523d994078747c3a90266e1 MD5sum: 6e360c6bd4cf38ddb26df9ba0ed045fd 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.2.0-1noble.20260425.095122 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 148 Depends: ros-rolling-rosidl-runtime-c (= 5.2.0-1noble.20260425.095122) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-runtime-c/ros-rolling-rosidl-runtime-c-dbgsym_5.2.0-1noble.20260425.095122_arm64.deb Size: 83648 SHA256: 282996eeb2fda2eeb0df594ec3d9adb28b072542ce53c4be4987bb4f76869eee SHA1: 5fd70be859758c8ed97000422ea0c72b38567c7e MD5sum: 22e009bc1f1d1964f020a2729c036084 Description: debug symbols for ros-rolling-rosidl-runtime-c Build-Ids: 719c0d3aecdc637940dae6f2c95aff98f07a723f Package: ros-rolling-rosidl-runtime-cpp Version: 5.2.0-1noble.20260425.095701 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 161 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.2.0-1noble.20260425.095701_arm64.deb Size: 21508 SHA256: d8aec5d1a80b090e79df989e5f11583ae8751dabb58c0b94f68afa40ef32d671 SHA1: fde59ea782bbf2b8173325fc5975a0953877f74e MD5sum: 0694c8491b03f658f79668aa52aa3347 Description: Provides definitions and templated functions for getting and working with rosidl typesupport types in C++. Package: ros-rolling-rosidl-runtime-py Version: 0.15.2-1noble.20260425.104940 Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 96 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.15.2-1noble.20260425.104940_arm64.deb Size: 21398 SHA256: 57592fc644b62e0624d3cbf45e84c9c80b1335a328472e0683c99ae064e4e554 SHA1: ec7c0888bc11492a18bc9ea7dbdbe22ef189a85b MD5sum: 0c0582d476966764134866d1284f49e7 Description: Runtime utilities for working with generated ROS interfaces in Python. Package: ros-rolling-rosidl-typesupport-c Version: 3.4.2-1noble.20260425.113539 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 206 Depends: libc6 (>= 2.17), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-typesupport-c/ros-rolling-rosidl-typesupport-c_3.4.2-1noble.20260425.113539_arm64.deb Size: 25324 SHA256: 31ebb3023a5a6b16d7de549204e6ed3fc588782c0839154981f4914b6f8d6359 SHA1: 05aee0d66b71aa5f251c6503d55eb83f16cbd9e9 MD5sum: 12bc6684cb3c676ccaab2788d6452405 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.4.2-1noble.20260425.113539 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 68 Depends: ros-rolling-rosidl-typesupport-c (= 3.4.2-1noble.20260425.113539) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-typesupport-c/ros-rolling-rosidl-typesupport-c-dbgsym_3.4.2-1noble.20260425.113539_arm64.deb Size: 49636 SHA256: 0da6c02275f739dc6c27d571b1220293048b6d24f18d896887bf4c9aa2729643 SHA1: c048ab7c6349e65beebc6bcaf09128cd4b1b21a2 MD5sum: fc08430f9543f750581cac4a8ceb1246 Description: debug symbols for ros-rolling-rosidl-typesupport-c Build-Ids: 7cb9105e1a3f568e326289ad90fce8650c82b7ab Package: ros-rolling-rosidl-typesupport-cpp Version: 3.4.2-1noble.20260425.115953 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 205 Depends: libc6 (>= 2.17), 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-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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-typesupport-cpp/ros-rolling-rosidl-typesupport-cpp_3.4.2-1noble.20260425.115953_arm64.deb Size: 24162 SHA256: 29465c1f0a7cda7d310cb8f466d8f2314f01b1764b5ff3fd0777c97e6b5ed71a SHA1: babf9d68a769a5a21e6061e0ad291639ef8c6b2d MD5sum: 71aaab6e6b5919020f9e2108ac5217b4 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.4.2-1noble.20260425.115953 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 68 Depends: ros-rolling-rosidl-typesupport-cpp (= 3.4.2-1noble.20260425.115953) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-typesupport-cpp/ros-rolling-rosidl-typesupport-cpp-dbgsym_3.4.2-1noble.20260425.115953_arm64.deb Size: 49136 SHA256: bb73e38e8c3afdecb091d0dd68f552b25769dde8114d07597d74a71ea77a4cc8 SHA1: 8509de03fc5b3d7337c6046f30dd64942a321140 MD5sum: 62062430307d890421ee301bb27ad22f Description: debug symbols for ros-rolling-rosidl-typesupport-cpp Build-Ids: 8cd0668964acbd861c7e813f4168118528cb0bbc Package: ros-rolling-rosidl-typesupport-fastrtps-c Version: 3.9.5-1noble.20260425.113456 Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 251 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.9.5-1noble.20260425.113456_arm64.deb Size: 27296 SHA256: 02551dec9ad51d2d4b0868796a7a5472c814d767753d5dc4c57608e75309bd26 SHA1: 859a3cf02e1aebe7285f66348416486b9f3728f3 MD5sum: 8d64690af2fb0a5fb9a6c8b14884944a 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.9.5-1noble.20260425.113456 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 17 Depends: ros-rolling-rosidl-typesupport-fastrtps-c (= 3.9.5-1noble.20260425.113456) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-typesupport-fastrtps-c/ros-rolling-rosidl-typesupport-fastrtps-c-dbgsym_3.9.5-1noble.20260425.113456_arm64.deb Size: 2898 SHA256: 43b5d0be41c859fadcebac923addd82ab882771ac473ff19d66d86d5a8c26db6 SHA1: 2e01bf6fb46e40f80745c6117b55fb1ae401c09e MD5sum: f47e3c9bb7ad2cfd9658e1836adadf50 Description: debug symbols for ros-rolling-rosidl-typesupport-fastrtps-c Build-Ids: 785cf89fe3e5d009955e117e985b65a92525f09c Package: ros-rolling-rosidl-typesupport-fastrtps-cpp Version: 3.9.5-1noble.20260425.113005 Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 274 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.9.5-1noble.20260425.113005_arm64.deb Size: 31410 SHA256: 56307cc4af4d54a59b129c11d0f59ef22c0bec9cddb2d0171a71f46b25edc82b SHA1: 5a2ad7861743ab6614da74120c7a5ed95b802b10 MD5sum: 331e7fab66d06db2920d741a8c6b7512 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.9.5-1noble.20260425.113005 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 17 Depends: ros-rolling-rosidl-typesupport-fastrtps-cpp (= 3.9.5-1noble.20260425.113005) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-typesupport-fastrtps-cpp/ros-rolling-rosidl-typesupport-fastrtps-cpp-dbgsym_3.9.5-1noble.20260425.113005_arm64.deb Size: 2924 SHA256: d5e18bff27285a37b7f894e08e263fef70375a713fea4afa54b17399fcb32f20 SHA1: d3a6bac060bd4ac3d42cd15761f61dd0389a83b7 MD5sum: 9cdb3ae046fc682847e1012d069f4388 Description: debug symbols for ros-rolling-rosidl-typesupport-fastrtps-cpp Build-Ids: 6976057513e05a4944af7c08ebcf1b61c952d532 Package: ros-rolling-rosidl-typesupport-interface Version: 5.2.0-1noble.20260425.094541 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 59 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.2.0-1noble.20260425.094541_arm64.deb Size: 9886 SHA256: 998e604a7bd37a13d696a8d1daeca7d18010f2c523ce8499d7469ed920863cc8 SHA1: d4b5b0e621fa289e8f1f2efc3f4f54bd6bde016c MD5sum: 40ad483bb46572d775a2b48acf7bb684 Description: The interface for rosidl typesupport packages. Package: ros-rolling-rosidl-typesupport-introspection-c Version: 5.2.0-1noble.20260425.112555 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 230 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.2.0-1noble.20260425.112555_arm64.deb Size: 25628 SHA256: 3c2d4d8293b0a5886db5d3a321f151e8c4572ec9690af1b3a006651b2c8a1cfc SHA1: dca56899cd63522031851383b36568f58b4bd715 MD5sum: cced7402d5b830fd35f5c7741389c722 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.2.0-1noble.20260425.112555 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 17 Depends: ros-rolling-rosidl-typesupport-introspection-c (= 5.2.0-1noble.20260425.112555) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-typesupport-introspection-c/ros-rolling-rosidl-typesupport-introspection-c-dbgsym_5.2.0-1noble.20260425.112555_arm64.deb Size: 2918 SHA256: b4c2df4645af365220ebe39833b86ecd7706e51a14fca4affdfba048a745dde1 SHA1: 78ef1ee860376b4c0b7cf01a3b2d4b4d2ce833d5 MD5sum: ad2f4ba9bf78dd8956de8955df72bd6b Description: debug symbols for ros-rolling-rosidl-typesupport-introspection-c Build-Ids: af23ccd85ef807d4fba3ab9810e5260d17b0ec78 Package: ros-rolling-rosidl-typesupport-introspection-cpp Version: 5.2.0-1noble.20260425.113130 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 229 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.2.0-1noble.20260425.113130_arm64.deb Size: 25600 SHA256: 417c9eb29024ee321534d9eb53abce9b1f9b648c4c6c1a4cf67a9d1b67187d52 SHA1: 462217681f8277cd1db811b1298282fcb33151f7 MD5sum: 9fd06f5a0b8075ef17dbbbe6ebf75b72 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.2.0-1noble.20260425.113130 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 17 Depends: ros-rolling-rosidl-typesupport-introspection-cpp (= 5.2.0-1noble.20260425.113130) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-typesupport-introspection-cpp/ros-rolling-rosidl-typesupport-introspection-cpp-dbgsym_5.2.0-1noble.20260425.113130_arm64.deb Size: 2922 SHA256: 3e42069297d501328fb565ac04b55ea53babc3cd83dcce731ced094bd98f21f3 SHA1: a5e3b132f72edca4f6a8fc26d3eb54fd9e277a27 MD5sum: e05634393b546cc88b5cf5dc28cb19ad Description: debug symbols for ros-rolling-rosidl-typesupport-introspection-cpp Build-Ids: f407134556cd8db1ac2721bfdcb0272297ae69e0 Package: ros-rolling-rosidlcpp Version: 0.5.0-1noble.20260425.160400 Architecture: arm64 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp/ros-rolling-rosidlcpp_0.5.0-1noble.20260425.160400_arm64.deb Size: 5616 SHA256: d746f26d0b45003314bdc53962068340c9921e9b9f2c6d4e7b439571885ce54a SHA1: b94f0e050147f696e28ffae3fd035db547eca1d0 MD5sum: 475613058f09a2226ccc61786ae30f06 Description: Meta package depending on all rosidlcpp generators Package: ros-rolling-rosidlcpp-generator-c Version: 0.5.0-1noble.20260425.111920 Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 523 Depends: libc6 (>= 2.38), libfmt9 (>= 9.1.0+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-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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-generator-c/ros-rolling-rosidlcpp-generator-c_0.5.0-1noble.20260425.111920_arm64.deb Size: 166786 SHA256: c74ac267d98645d8dd7a890e52484664d71e82541387ac275286e476d1468fcf SHA1: 20f12d4ef57199e0939aa2e082e7a2ecb2dbd7b7 MD5sum: 1ddbcc928f9c221463fdfd7984c4e132 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.5.0-1noble.20260425.111920 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 2435 Depends: ros-rolling-rosidlcpp-generator-c (= 0.5.0-1noble.20260425.111920) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-generator-c/ros-rolling-rosidlcpp-generator-c-dbgsym_0.5.0-1noble.20260425.111920_arm64.deb Size: 2266276 SHA256: 86af26bb5b859183a3b678db8f62dc82b771dd409cd860fa27be041953d80ac8 SHA1: a7d30b21f475ccf7618d7c22986c0376cc79618f MD5sum: b6a24dfbbdf5abc629ec5d6f013ae7a8 Description: debug symbols for ros-rolling-rosidlcpp-generator-c Build-Ids: ada2d4e26f083a0bb0cb90e4cc2193f0f173d351 Package: ros-rolling-rosidlcpp-generator-core Version: 0.5.0-1noble.20260425.095430 Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 707 Depends: libc6 (>= 2.38), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, ros-rolling-rosidlcpp-parser, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-generator-core/ros-rolling-rosidlcpp-generator-core_0.5.0-1noble.20260425.095430_arm64.deb Size: 191366 SHA256: 875241db02e09ad48613ae684053321289b4f9b7bfe607d9eed2a438f4a02b5d SHA1: 6bbd3ac008a7b5f784c4c6ab1d119059ef052af0 MD5sum: 236c4f6528c9a0ecc30ca23f0c9baced 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.5.0-1noble.20260425.095430 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 2192 Depends: ros-rolling-rosidlcpp-generator-core (= 0.5.0-1noble.20260425.095430) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-generator-core/ros-rolling-rosidlcpp-generator-core-dbgsym_0.5.0-1noble.20260425.095430_arm64.deb Size: 1950750 SHA256: b3267484768aca931ea610ffb57580bf57df05b205c8360760bf1168166b8ebd SHA1: a8c58e88d6d8adc4a056b51db9ef39e8e2fb6add MD5sum: af1cbe907cca32aee38a747b8e57a8ef Description: debug symbols for ros-rolling-rosidlcpp-generator-core Build-Ids: 9232eea8556187fb31544506d8124c5dcb58102f Package: ros-rolling-rosidlcpp-generator-cpp Version: 0.5.0-1noble.20260425.112002 Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 371 Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+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-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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-generator-cpp/ros-rolling-rosidlcpp-generator-cpp_0.5.0-1noble.20260425.112002_arm64.deb Size: 109068 SHA256: 4cd9b2d97082d00d5fd7dc9faa5c2f9bdf1c21d487c40e47054046de35880ad5 SHA1: c9bc567c3025cc0e884255bc39ebd00aef6f12ed MD5sum: b972ba95a5d1ecb73f3616b0f7ae6bf4 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.5.0-1noble.20260425.112002 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 1586 Depends: ros-rolling-rosidlcpp-generator-cpp (= 0.5.0-1noble.20260425.112002) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-generator-cpp/ros-rolling-rosidlcpp-generator-cpp-dbgsym_0.5.0-1noble.20260425.112002_arm64.deb Size: 1484238 SHA256: 68654b560676389437ebd6e84e90a4705f78e958f01bc8feb78725c8e3915f61 SHA1: 679819f3f96d5390a372fb77ea74588fc12bbb6a MD5sum: c909274d76734de1544faab6b75ad6d5 Description: debug symbols for ros-rolling-rosidlcpp-generator-cpp Build-Ids: 4f18afebc87924c8e46dc69b6d9ff4e12dba41c4 Package: ros-rolling-rosidlcpp-generator-py Version: 0.5.0-1noble.20260425.114247 Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 416 Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, nlohmann-json3-dev, ros-rolling-ament-cmake, ros-rolling-ament-index-python, ros-rolling-python-cmake-module, 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-generator-py/ros-rolling-rosidlcpp-generator-py_0.5.0-1noble.20260425.114247_arm64.deb Size: 117516 SHA256: 750d99388b6a5a1865fa2338252c662b909ea848bc2f6cd3629dfb95f8c02c2c SHA1: 9337c0f84494572f88b61df6a4f60fd650b83162 MD5sum: dcc393f9f426dd194c86dac86ed5367c 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.5.0-1noble.20260425.114247 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 1720 Depends: ros-rolling-rosidlcpp-generator-py (= 0.5.0-1noble.20260425.114247) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-generator-py/ros-rolling-rosidlcpp-generator-py-dbgsym_0.5.0-1noble.20260425.114247_arm64.deb Size: 1608210 SHA256: 0826e0b4df9cbf8c742e2a1d615d3a156ba25a8708ae8f8a23b27a9715ff383e SHA1: 94ea181b44c8bed50d28adcf3a15919e9baa4c4a MD5sum: cb587f94f8cd4d2e7dde260cdd42b87d Description: debug symbols for ros-rolling-rosidlcpp-generator-py Build-Ids: dab2baeee120cbf4c2dc1ae7204e88e26218e7dd Package: ros-rolling-rosidlcpp-generator-type-description Version: 0.5.0-1noble.20260425.100040 Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 380 Depends: libc6 (>= 2.38), libfmt9 (>= 9.1.0+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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-generator-type-description/ros-rolling-rosidlcpp-generator-type-description_0.5.0-1noble.20260425.100040_arm64.deb Size: 135946 SHA256: ecef1faa571d8d47afbc65491cf1a0674d8e202c84e1e8663f4106cdcbdb192d SHA1: 322628cf971eb267716566273e40f71027d68725 MD5sum: d1427eec60a8da201941f8fedef6c28d 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.5.0-1noble.20260425.100040 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 2229 Depends: ros-rolling-rosidlcpp-generator-type-description (= 0.5.0-1noble.20260425.100040) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-generator-type-description/ros-rolling-rosidlcpp-generator-type-description-dbgsym_0.5.0-1noble.20260425.100040_arm64.deb Size: 2092984 SHA256: 17d433594c7820a1a0f6036fcdb7ed6179135e988e60153d71a47da3c71b06ae SHA1: 23d5968c08eb761c51c260d1a83cdc29a2a49d19 MD5sum: 8c03636db947666b5a44532bf510f17f Description: debug symbols for ros-rolling-rosidlcpp-generator-type-description Build-Ids: 860c6c915533c3539b8dd3eaece665508f987af2 Package: ros-rolling-rosidlcpp-parser Version: 0.5.0-1noble.20260425.094754 Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 329 Depends: libc6 (>= 2.38), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-parser/ros-rolling-rosidlcpp-parser_0.5.0-1noble.20260425.094754_arm64.deb Size: 87212 SHA256: ad8b477f9331a055a90b462551d462a201483652baaaa896f6070db8fa61ac0f SHA1: 81e58fbfa06caf0ade6f5553dc6841e439e1e132 MD5sum: fe247cdb81ede36d6c9b1b05ab1ac7b8 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.5.0-1noble.20260425.094754 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 1135 Depends: ros-rolling-rosidlcpp-parser (= 0.5.0-1noble.20260425.094754) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-parser/ros-rolling-rosidlcpp-parser-dbgsym_0.5.0-1noble.20260425.094754_arm64.deb Size: 1066290 SHA256: 5cafda38ceee16beaaa57d9c2c877c4701087ae95c8c6a90db75276a30eb499e SHA1: 21ad874b6770a05a945a123d7c30e18a7229ce88 MD5sum: 2bb4ebac3a8c4c455683d4442e9fd68b Description: debug symbols for ros-rolling-rosidlcpp-parser Build-Ids: 8f7f46720e0b1ed911b8b8152df20959d471f5a4 b66f1dcf88937338cf4dd5bff84cc66facb2c43c Package: ros-rolling-rosidlcpp-typesupport-c Version: 0.5.0-1noble.20260425.113633 Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 353 Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-typesupport-c/ros-rolling-rosidlcpp-typesupport-c_0.5.0-1noble.20260425.113633_arm64.deb Size: 56708 SHA256: 5e2e6bf1046947eb81fb8a9c40e6bd4bf9045b067676c5f49cbcad957e5098a4 SHA1: d9b8ef8e1190abe309f5cc71be2b7cf2f5bbd00e MD5sum: 540273d2571d19484d54d447e2f6ea36 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.5.0-1noble.20260425.113633 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 998 Depends: ros-rolling-rosidlcpp-typesupport-c (= 0.5.0-1noble.20260425.113633) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-typesupport-c/ros-rolling-rosidlcpp-typesupport-c-dbgsym_0.5.0-1noble.20260425.113633_arm64.deb Size: 936676 SHA256: 6cde37dd55302b551052912f66703b19c6504d63532205a64ac2e718ab4112ce SHA1: 5a4ceaad72ac0cd99dccd12b8907c633181c3022 MD5sum: 183f69064b0258cd1b4da621fe0d3a5f Description: debug symbols for ros-rolling-rosidlcpp-typesupport-c Build-Ids: d7ae29211fa73ac5dc560cdef19e27b8e2228440 Package: ros-rolling-rosidlcpp-typesupport-cpp Version: 0.5.0-1noble.20260425.115956 Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 353 Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-typesupport-cpp/ros-rolling-rosidlcpp-typesupport-cpp_0.5.0-1noble.20260425.115956_arm64.deb Size: 56070 SHA256: ce57966d145e875a6c0e044005024fd6634c0f2496b22e27e16e31294d221d8c SHA1: a29f4f8b428064a709b2f53d1c515a3768a421cd MD5sum: 76341bab138e746882e9a8f8d3e92132 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.5.0-1noble.20260425.115956 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 1000 Depends: ros-rolling-rosidlcpp-typesupport-cpp (= 0.5.0-1noble.20260425.115956) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-typesupport-cpp/ros-rolling-rosidlcpp-typesupport-cpp-dbgsym_0.5.0-1noble.20260425.115956_arm64.deb Size: 938980 SHA256: bf5261b3ab09d01d504a6eb6c49098c775f89e1d693f9dfb1526b9215b7303aa SHA1: f1fb561205694acb33824a0f142d17bda161e55a MD5sum: 7d8e0da5472621050d45235cad012734 Description: debug symbols for ros-rolling-rosidlcpp-typesupport-cpp Build-Ids: 16387780e4419bec3d48c92c487210d97ca7089f Package: ros-rolling-rosidlcpp-typesupport-fastrtps-c Version: 0.5.0-1noble.20260425.155643 Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 500 Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-typesupport-fastrtps-c/ros-rolling-rosidlcpp-typesupport-fastrtps-c_0.5.0-1noble.20260425.155643_arm64.deb Size: 89306 SHA256: 617ffd99484dda22b6fd7f6898ab02e255da497b6d364d03f8728907793872c5 SHA1: c488f799e5ad2a8bb1ccafb1e9de149c358c33f7 MD5sum: 726981934bf5b6cb3fed4f78e655c029 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.5.0-1noble.20260425.155643 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 1345 Depends: ros-rolling-rosidlcpp-typesupport-fastrtps-c (= 0.5.0-1noble.20260425.155643) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-typesupport-fastrtps-c/ros-rolling-rosidlcpp-typesupport-fastrtps-c-dbgsym_0.5.0-1noble.20260425.155643_arm64.deb Size: 1256728 SHA256: c81c783aaa8f3197c9c298743e2cdf9a34c5e3ea2ea3bab25683e21194d1c02a SHA1: 79830f9400cb6ffaaebb8b83bc7453f5bf1297f2 MD5sum: 8a0d899ae9fec09ff178438cf0f8066b Description: debug symbols for ros-rolling-rosidlcpp-typesupport-fastrtps-c Build-Ids: 6d9f83d46b6db71276bea303ed20494ff60cb229 Package: ros-rolling-rosidlcpp-typesupport-fastrtps-cpp Version: 0.5.0-1noble.20260425.155649 Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 497 Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-typesupport-fastrtps-cpp/ros-rolling-rosidlcpp-typesupport-fastrtps-cpp_0.5.0-1noble.20260425.155649_arm64.deb Size: 87466 SHA256: 6b6a2630fc16291f30077f5d0d64a37aeb2c3f7315050450a5fa596c5501e50a SHA1: 0fee43406b38e5b3fba17e54dd566dca1240a9f9 MD5sum: 26b06cf115bd49098967616af5b84f91 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.5.0-1noble.20260425.155649 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 1349 Depends: ros-rolling-rosidlcpp-typesupport-fastrtps-cpp (= 0.5.0-1noble.20260425.155649) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-typesupport-fastrtps-cpp/ros-rolling-rosidlcpp-typesupport-fastrtps-cpp-dbgsym_0.5.0-1noble.20260425.155649_arm64.deb Size: 1265090 SHA256: 57e9e65e7272ce31407153c28ba7f7bbfece616e058e9998d9cd124fae707224 SHA1: 4fb578d9774315771f52724b7e418e026e191bd6 MD5sum: 5797628e8b2e35533ebb0a2481568115 Description: debug symbols for ros-rolling-rosidlcpp-typesupport-fastrtps-cpp Build-Ids: 6fb3a939b312a9f078a08b416511b32adde9ca7c Package: ros-rolling-rosidlcpp-typesupport-introspection-c Version: 0.5.0-1noble.20260425.112703 Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 361 Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-typesupport-introspection-c/ros-rolling-rosidlcpp-typesupport-introspection-c_0.5.0-1noble.20260425.112703_arm64.deb Size: 67014 SHA256: 8b085eff3a430e2c1dad56b7cc28730c0f5095c4bdbdf06d7b514d079251cfd3 SHA1: 9c978ef55a65bed6bd3f9ed20bc3ebd4546b25c0 MD5sum: 360aca7d3719bb6bd1d16f197cc3190d 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.5.0-1noble.20260425.112703 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 1133 Depends: ros-rolling-rosidlcpp-typesupport-introspection-c (= 0.5.0-1noble.20260425.112703) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-typesupport-introspection-c/ros-rolling-rosidlcpp-typesupport-introspection-c-dbgsym_0.5.0-1noble.20260425.112703_arm64.deb Size: 1062986 SHA256: ab65d517a0995b7c265f73e655b66f211da8c136e76d478867e3360c302eb77a SHA1: b69676c2f8ebee5a03f85cab29d7a69095a0ed23 MD5sum: 7094455225477357e4f383d5f31a941e Description: debug symbols for ros-rolling-rosidlcpp-typesupport-introspection-c Build-Ids: 9edda19378da18caf74cd57fc3765919ce270ea2 Package: ros-rolling-rosidlcpp-typesupport-introspection-cpp Version: 0.5.0-1noble.20260425.113339 Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 361 Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-typesupport-introspection-cpp/ros-rolling-rosidlcpp-typesupport-introspection-cpp_0.5.0-1noble.20260425.113339_arm64.deb Size: 67406 SHA256: 881f778996e6a0e8ed233c552aa4448eb8667b0d1b59f0cb554139e0c14767f0 SHA1: 48e0a233eb680be3f0d2c53e8594d8b8490ab407 MD5sum: 1b59803056a1f8ac98db894aac350a6d 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.5.0-1noble.20260425.113339 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Anthony Welte Installed-Size: 1140 Depends: ros-rolling-rosidlcpp-typesupport-introspection-cpp (= 0.5.0-1noble.20260425.113339) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-typesupport-introspection-cpp/ros-rolling-rosidlcpp-typesupport-introspection-cpp-dbgsym_0.5.0-1noble.20260425.113339_arm64.deb Size: 1069112 SHA256: ecb2d81e19f25e74c41fc640023c664e8b157288865fca021f86709143567b2a SHA1: fbf27488712473e6183212e6014b3a1f0a91450a MD5sum: f3007ac3236c868310cacf8ff6dd36ad Description: debug symbols for ros-rolling-rosidlcpp-typesupport-introspection-cpp Build-Ids: 95b297d6bf5a98d2a114c80ffd4e74e58a16cbd0 Package: ros-rolling-rosx-introspection Version: 2.3.0-1noble.20260425.205137 Architecture: arm64 Maintainer: Davide Faconti Installed-Size: 578 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosx-introspection/ros-rolling-rosx-introspection_2.3.0-1noble.20260425.205137_arm64.deb Size: 159818 SHA256: f664e95432be93f1da8fa4eb691cd27fa02c4b6d3a3298459c9ebd99a5420de4 SHA1: 5f92729d8f5439e0296207a6e1079e8942324076 MD5sum: e82ce970642937edde3edc51ddd83232 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-1noble.20260425.205137 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Davide Faconti Installed-Size: 2172 Depends: ros-rolling-rosx-introspection (= 2.3.0-1noble.20260425.205137) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosx-introspection/ros-rolling-rosx-introspection-dbgsym_2.3.0-1noble.20260425.205137_arm64.deb Size: 1989024 SHA256: 6a748d0c3034f83ed10431a9655ccc154994edbd3d9450b8a3844d4a5e94fcd9 SHA1: e061b9ebcbe75b31dfc4e98ffac7dd7e4c6df3ca MD5sum: 5ac5f209617d8e1e004bf2e41a3fba23 Description: debug symbols for ros-rolling-rosx-introspection Build-Ids: 252d20636b5fbc6233f0aa66ff91de55dac2a9d4 Package: ros-rolling-rpyutils Version: 0.7.2-1noble.20260424.000710 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 42 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rpyutils/ros-rolling-rpyutils_0.7.2-1noble.20260424.000710_arm64.deb Size: 7664 SHA256: c877452c6b92b65af2d22d47c28fc7541c5227936d04eb339fe33aefda5bfae3 SHA1: 8ca7946ebb5a0726bf5d262b7e75a27cb99105e9 MD5sum: 7627d2e869d772303c79e1425ecedf79 Description: Package containing various utility types and functions for Python Package: ros-rolling-rqml Version: 3.26.42-1noble.20260425.215609 Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 44 Depends: ros-rolling-rqml-core, ros-rolling-rqml-default-plugins, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqml/ros-rolling-rqml_3.26.42-1noble.20260425.215609_arm64.deb Size: 5448 SHA256: 4fdd9bfa5b26aa917dc2ebc6fbce54858525dbe6098d1b275f1f4d3f3a01bc8a SHA1: 173130093cff7bf6b0823a8edb9883b4d2687aad MD5sum: b628c97f0cad01b40df944fb11291cfd Description: QML-based robotics visualization and control tool for ROS 2. Package: ros-rolling-rqml-core Version: 3.26.42-1noble.20260425.212532 Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 4930 Depends: libc6 (>= 2.38), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 4.5), libqt6core6t64 (>= 6.4.0), libqt6gui6t64 (>= 6.1.2), libqt6qml6 (>= 6.2.0), libqt6quick6 (>= 6.2.0), libspdlog1.12-fmt9, libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), qt6-base-abi (= 6.4.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-rolling-ament-index-cpp, ros-rolling-qml6-ros2-plugin, ros-rolling-yaml-cpp-vendor, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqml-core/ros-rolling-rqml-core_3.26.42-1noble.20260425.212532_arm64.deb Size: 1856078 SHA256: a04d1e234ba26cd2b003c22195092c2fbe74e1ffa6c95ac6dc2d4cc005118e04 SHA1: ca95b023e19e3baea74fedd146db6482694f399c MD5sum: 777dc340c27804dc8bd324c96eac16a4 Description: QML-based robotics visualization and control tool for ROS 2. Package: ros-rolling-rqml-core-dbgsym Package-Type: ddeb Source: ros-rolling-rqml-core Version: 3.26.42-1noble.20260425.212532 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 24550 Depends: ros-rolling-rqml-core (= 3.26.42-1noble.20260425.212532) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqml-core/ros-rolling-rqml-core-dbgsym_3.26.42-1noble.20260425.212532_arm64.deb Size: 23018718 SHA256: 8b984215ec6dd1e0917807a2741911e6f44cabba8e68e712769ac7dc707c5da4 SHA1: 8fdced8b89220e04e257c6825eef554515e7cb9a MD5sum: 4fc1610cbf2d17da88fe291e5a3f453c Description: debug symbols for ros-rolling-rqml-core Build-Ids: 9d845f62dfe042a4d08aad9983e92bb2a8124125 e47a584dd35dbec533fd0aa5cad81b093cee06fc Package: ros-rolling-rqml-default-plugins Version: 3.26.42-1noble.20260425.214741 Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 517 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.4.0), libqt6gui6t64 (>= 6.1.2), libqt6multimedia6 (>= 6.2.1), libqt6qml6 (>= 6.2.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-rolling-control-msgs, ros-rolling-controller-manager-msgs, ros-rolling-geometry-msgs, ros-rolling-moveit-msgs, ros-rolling-pal-statistics-msgs, ros-rolling-qml6-ros2-plugin, ros-rolling-rqml-core, ros-rolling-sensor-msgs, ros-rolling-tf2-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqml-default-plugins/ros-rolling-rqml-default-plugins_3.26.42-1noble.20260425.214741_arm64.deb Size: 80180 SHA256: 2e43a77092c5b67b3502223fc8d60b0d6ebdc903cb420bb023b972697fbde10c SHA1: c89c4adfc693848d3f2907af8bbc957ff2617278 MD5sum: 08bc55a7428bc6e53b73d854ccde5b22 Description: Default plugins for the QML-based robotics visualization and control tool RQml for ROS 2. Package: ros-rolling-rqml-default-plugins-dbgsym Package-Type: ddeb Source: ros-rolling-rqml-default-plugins Version: 3.26.42-1noble.20260425.214741 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 522 Depends: ros-rolling-rqml-default-plugins (= 3.26.42-1noble.20260425.214741) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqml-default-plugins/ros-rolling-rqml-default-plugins-dbgsym_3.26.42-1noble.20260425.214741_arm64.deb Size: 492026 SHA256: f5a7989be77af20ecd248e4cd70acd255c2ea3b57895df145dfcba44d1fc4021 SHA1: df18f19e0135892fc95a9b944b57ca56da5d1e48 MD5sum: 42ff361863b50cc9bada51cfd923a921 Description: debug symbols for ros-rolling-rqml-default-plugins Build-Ids: e4ae83b4a2fcf2f8408814de4f7f16e25f2056c7 Package: ros-rolling-rqml-plugin-example Version: 3.26.42-1noble.20260425.220736 Architecture: arm64 Maintainer: Stefan Fabian Installed-Size: 49 Depends: qml6-module-qtquick-controls, qml6-module-qtquick-layouts, ros-rolling-qml6-ros2-plugin, ros-rolling-rqml-core, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqml-plugin-example/ros-rolling-rqml-plugin-example_3.26.42-1noble.20260425.220736_arm64.deb Size: 6388 SHA256: 3d5bd4573422d0e26f21366920bf1272b83992dbf8cd3019b43e800d395de92d SHA1: 48d5d20b4c25d6d39369a91d681e2a5a4a89a724 MD5sum: 24172db42456ef921662758ca5572e32 Description: An example plugin for RQml Package: ros-rolling-rqt Version: 1.10.4-1noble.20260428.041931 Architecture: arm64 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_1.10.4-1noble.20260428.041931_arm64.deb Size: 3534 SHA256: 7b80dbfc463f1f8f24811b45d9302b0377adf5b2d3a5547c42a925effaa22d55 SHA1: 36c0dba2d7f8938010096beb0608eb85c76a58aa MD5sum: 90100f95f1c7057e9bea5dd4d6b66216 Description: rqt is a Qt-based framework for GUI development for ROS. Package: ros-rolling-rqt-action Version: 2.4.1-1noble.20260428.042017 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 41 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_2.4.1-1noble.20260428.042017_arm64.deb Size: 6906 SHA256: 38f20e572f0ed326982d5835f90d0333fff795c0eb8310d9ee7c74956f945e61 SHA1: a2ed5c4fe41905c8bf23b03083141e2269c59efc MD5sum: e8b4ed7cb406087bbc3dcc0e54bac474 Description: rqt_action provides a feature to introspect all available ROS action types. Package: ros-rolling-rqt-bag Version: 2.2.2-1noble.20260428.040809 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 533 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.2.2-1noble.20260428.040809_arm64.deb Size: 119372 SHA256: 6ef5704a1d326062b2681636d9206512e3e29f88090716a5d8a87a8ac66fd5c7 SHA1: 6a97d02079ae3e225078062ba335bbf0589d4309 MD5sum: e8a76dd697e14580f52df74656796a77 Description: rqt_bag provides a GUI plugin for displaying and replaying ROS bag files. Package: ros-rolling-rqt-bag-plugins Version: 2.2.2-1noble.20260428.041827 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 144 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.2.2-1noble.20260428.041827_arm64.deb Size: 37864 SHA256: e88b674c91486670b567d72a36c8c5e7b4e0940b691867045dd277ac89e190a6 SHA1: 5dfa7a8f105d07b634893a540d6dd07550d59a92 MD5sum: 928e7a9d6f3b8653dab3e58af45ed2b5 Description: rqt_bag provides a GUI plugin for displaying and replaying ROS bag files. Package: ros-rolling-rqt-common-plugins Version: 1.2.0-3noble.20260428.075825 Architecture: arm64 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-3noble.20260428.075825_arm64.deb Size: 6778 SHA256: 46ce0f1ffb35e9703948f6cf0d213f6bb1d9aa830711b6485fa1122f2137e3d7 SHA1: aceedc574dd72d0c33f73d4b885f5a3bc021c61f MD5sum: 529371eadaa4d7214981b74a251a2d32 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: 2.4.3-1noble.20260428.040944 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 364 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_2.4.3-1noble.20260428.040944_arm64.deb Size: 69620 SHA256: ec9e5f6b0af9c68cb4203a7a356a65c422e86b0fa859352dcb524db1d44b2e08 SHA1: 6cc4e98c23a896aa96652a568cf01d644fe1322d MD5sum: eeb288b2e37134e9238597c46d20e3b5 Description: rqt_console provides a GUI plugin for displaying and filtering ROS messages. Package: ros-rolling-rqt-controller-manager Version: 6.7.0-1noble.20260428.041802 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 138 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.7.0-1noble.20260428.041802_arm64.deb Size: 45126 SHA256: 6ead12a1f643e86ecd6108c651b3772fe073c2764e1b22a68e1c173817abf18c SHA1: ffb8a6830c1060570d2b499e5ec7304aae6ff880 MD5sum: 3dcb48ff1087f918db968d1d99a5bed9 Description: Graphical frontend for interacting with the controller manager. Package: ros-rolling-rqt-dotgraph Version: 0.0.5-1noble.20260428.041742 Architecture: arm64 Maintainer: Alexander Xydes Installed-Size: 297 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-dotgraph/ros-rolling-rqt-dotgraph_0.0.5-1noble.20260428.041742_arm64.deb Size: 68238 SHA256: f2e689a4fe8750ab01d3d4948f38ee4d0d29a5d8c196547fd5ff57ea99cd7874 SHA1: 3ddf772987d8c520a9f6700aa5f165c311688b1f MD5sum: ba03dbaec8b00a0e1cb2a1cdf99b251e Description: rqt GUI plugin to visualize dot graphs. Package: ros-rolling-rqt-gauges Version: 0.0.3-1noble.20260428.041420 Architecture: arm64 Maintainer: Eloy Bricneo Installed-Size: 152 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-gauges/ros-rolling-rqt-gauges_0.0.3-1noble.20260428.041420_arm64.deb Size: 29730 SHA256: 1542f215a824fb2f2d841709ce0bb686841a7965a24d623904f05473aba565e8 SHA1: db1e505ee77e138aee8f435dae560e291dcc4397 MD5sum: 7a4372cc9b913fc8944b6a7febb87752 Description: Visualization plugin for several sensors. Package: ros-rolling-rqt-graph Version: 1.8.2-1noble.20260428.041116 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 239 Depends: libpyside2-dev, libshiboken2-dev, pyqt5-dev, python3-pyqt5, python3-pyqt5.qtsvg, python3-pyside2.qtsvg, python3-sip-dev, python3-sipbuild, 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, shiboken2, 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_1.8.2-1noble.20260428.041116_arm64.deb Size: 56446 SHA256: 592d5dc878bdb39ae927085d2e68c0d0388f0df3875ce3ad74f2bfb8a33f500d SHA1: ef570ed5c17a174e6b60d3213313b27f60df92ca MD5sum: 3681713ff2148aca1a06378313b234b4 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: 1.10.4-1noble.20260428.035647 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 176 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_1.10.4-1noble.20260428.035647_arm64.deb Size: 97782 SHA256: 324801499e20cb2c264573e364346bfa6d443bd6d47f72bd5333133cbf6e48ee SHA1: 22f87e8c0017ebde6ae9a135a8446f878cd4aeca MD5sum: 9d8dd5eb4b1fba5fe14060511fa6a6e0 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: 1.10.4-1noble.20260428.040519 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 272 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.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_1.10.4-1noble.20260428.040519_arm64.deb Size: 67690 SHA256: 1ebd8bc5aed7f29ca9a434ce7868ecfb92a7cedba3197eac293dd367a285da6c SHA1: b9284d991b71a781fcd2555b3e2686754bbc1315 MD5sum: e8f34cc416676b43610ce8ba673b28ce 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: 1.10.4-1noble.20260428.040519 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 1125 Depends: ros-rolling-rqt-gui-cpp (= 1.10.4-1noble.20260428.040519) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-gui-cpp/ros-rolling-rqt-gui-cpp-dbgsym_1.10.4-1noble.20260428.040519_arm64.deb Size: 1047918 SHA256: c710a71309a2aa4170996cab57162704d69c3050152f98926aa865a0c6060af7 SHA1: bc9c5c4574341a1c0791f70e08176ec1524e095c MD5sum: beec9e1a3bef0e7b52650e0d4f4cf5dd Description: debug symbols for ros-rolling-rqt-gui-cpp Build-Ids: 56e9d4a0bfa5616feaf84687a25d6be6f8de4465 Package: ros-rolling-rqt-gui-py Version: 1.10.4-1noble.20260428.040258 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 49 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_1.10.4-1noble.20260428.040258_arm64.deb Size: 8640 SHA256: 9b89e700fda86f669cf4446eff021241c969e87c1d3f0b3348be767826f117b9 SHA1: f061b197570d350c3d0c43bc5a5d538575a1c24b MD5sum: 95f05d55ba025748cab93f770e2ab707 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-1noble.20260425.182942 Architecture: arm64 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-image-overlay-layer/ros-rolling-rqt-image-overlay-layer_0.5.0-1noble.20260425.182942_arm64.deb Size: 8572 SHA256: f409e6cd74256b04c8d37b544b83c5f7125b3a75720fa7eebeacda11b6073aaf SHA1: 12f0d4b715eddb3e906d20aae3019bd90111124d MD5sum: 2e032803dc537df4567492d05d720898 Description: Provides an rqt_image_overlay_layer plugin interface, and a template impelementation class Package: ros-rolling-rqt-image-view Version: 2.0.5-1noble.20260428.074749 Architecture: arm64 Maintainer: Mabel Zhang Installed-Size: 503 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), qtbase5-dev, ros-rolling-cv-bridge, ros-rolling-geometry-msgs, ros-rolling-image-transport, ros-rolling-qt-gui-cpp, ros-rolling-rclcpp, ros-rolling-rqt-gui, ros-rolling-rqt-gui-cpp, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/rqt_image_view Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-image-view/ros-rolling-rqt-image-view_2.0.5-1noble.20260428.074749_arm64.deb Size: 206332 SHA256: 881d5637f5e40917d2ca220bb4c858d7e1a0d4fb78d2231cc801636cfd5ac03f SHA1: f1e44f3a553647b356ada8727a07934b46e18854 MD5sum: d8c514067586a7e47af8207935f0949b Description: rqt_image_view provides a GUI plugin for displaying images using image_transport. Package: ros-rolling-rqt-image-view-dbgsym Package-Type: ddeb Source: ros-rolling-rqt-image-view Version: 2.0.5-1noble.20260428.074749 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Mabel Zhang Installed-Size: 2405 Depends: ros-rolling-rqt-image-view (= 2.0.5-1noble.20260428.074749) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-image-view/ros-rolling-rqt-image-view-dbgsym_2.0.5-1noble.20260428.074749_arm64.deb Size: 2271648 SHA256: 445c675edf212c61cf22c5fff294dc79cc525cb83597f315576bcbfd3b9673ba SHA1: b3e5d1775b268b8d585fabb7e232a167b88824ed MD5sum: 29fac75701acbe23aecbb2ead257f6c0 Description: debug symbols for ros-rolling-rqt-image-view Build-Ids: b1e94257ce636b0bce3e38262d312eed39f0568a Package: ros-rolling-rqt-joint-trajectory-controller Version: 6.6.0-1noble.20260428.041134 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 190 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-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.6.0-1noble.20260428.041134_arm64.deb Size: 43116 SHA256: e589a0650d7375e80877e484bc8f720e26f66cb7cd55ad7f126073db7223d4fe SHA1: 1496f73735096c4702ce9a691dee45b222e363f0 MD5sum: 2975f7aea32a907cc784404cbd00f09b Description: Graphical frontend for interacting with joint_trajectory_controller instances. Package: ros-rolling-rqt-moveit Version: 1.0.1-4noble.20260428.041511 Architecture: arm64 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-4noble.20260428.041511_arm64.deb Size: 17248 SHA256: 5746435ed6ef641b8e27388a6b36d99da362047a3a742ed883770ebcb50f1765 SHA1: 243b0f30ab193c3f5aa4bd16bd35fd3119868ece MD5sum: 518cc162ab1700fe1ef2a1a7e6c9e948 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: 1.7.2-1noble.20260428.041454 Architecture: arm64 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_1.7.2-1noble.20260428.041454_arm64.deb Size: 16464 SHA256: 3b08ac817b6150bbe57e8530e4c2a677a8a29526d6f05211f138a6484a422fff SHA1: a6f4d5d67dce4c71ac20fb5a618afb20b295adf3 MD5sum: d9ebf7a63d4caecea178fa03c2e444b1 Description: A Python GUI plugin for introspecting available ROS message types. Package: ros-rolling-rqt-plot Version: 1.7.5-1noble.20260428.040814 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 216 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_1.7.5-1noble.20260428.040814_arm64.deb Size: 54216 SHA256: e6924f9c5d606e0d16bbb7d48cc2cdb79f040587062d58ecb4454d94e27d3f15 SHA1: 11a8ab827838c0cb6ed4f3021c962d45f3d04eb1 MD5sum: b675b4043d9ff558cb527a08212134c4 Description: rqt_plot provides a GUI plugin visualizing numeric values in a 2D plot using different plotting backends. Package: ros-rolling-rqt-publisher Version: 1.10.2-1noble.20260428.040825 Architecture: arm64 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_1.10.2-1noble.20260428.040825_arm64.deb Size: 30924 SHA256: 11b4f4c190ded9176de45ee0882417614f5ec341b6406194cad2a93551bcd8db SHA1: 4874ab15abad34aacb8f76eb75cf0dfb734c4ea2 MD5sum: 7bf5202f4b995f437a96989ac9cdbba2 Description: rqt_publisher provides a GUI plugin for publishing arbitrary messages with fixed or computed field values. Package: ros-rolling-rqt-py-common Version: 1.10.4-1noble.20260428.035650 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 148 Depends: qtbase5-dev, ros-rolling-python-qt-binding (>= 0.3.4), ros-rolling-qt-gui, ros-rolling-rclpy, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/rqt_py_common Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-py-common/ros-rolling-rqt-py-common_1.10.4-1noble.20260428.035650_arm64.deb Size: 23190 SHA256: a9e1fc4cb566cce67416d4cf707e09e1df4ca2663e598fb47e221d31e336cbf9 SHA1: ee56790e74efff93f8a60f17ada99e415c7552af MD5sum: adf06ba71f1328e636d45a15a374b66f 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: 1.5.2-2noble.20260428.041217 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 67 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_1.5.2-2noble.20260428.041217_arm64.deb Size: 12708 SHA256: e54fe569075ba7bb7a2c0343394ae6c89d09f8221b222c3c8261caef1f0e19cb SHA1: a59f070d7e12bce21881b1c1bd29058cf3feef4a MD5sum: deb558bc214936532d89a32f0ca5b344 Description: rqt_py_console is a Python GUI plugin providing an interactive Python console. Package: ros-rolling-rqt-reconfigure Version: 1.8.4-1noble.20260428.041709 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 307 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_1.8.4-1noble.20260428.041709_arm64.deb Size: 63370 SHA256: 9149efa3ad541ef186d873bc57f6f6958c361c93b0b032c90a716879cee35334 SHA1: 8df8b645114a483c7161415eefd99145161f2771 MD5sum: 16fc66a02035037e29568bf756b58985 Description: This rqt plugin provides a way to view and edit parameters on nodes. Package: ros-rolling-rqt-robot-dashboard Version: 0.6.1-4noble.20260428.041920 Architecture: arm64 Maintainer: Aaron Blasdel Installed-Size: 2581 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-4noble.20260428.041920_arm64.deb Size: 58208 SHA256: 9afa96ffea23c86eef42ff07d258c0827b41a3cbc4ee2e7573579c830530e530 SHA1: 7ff0ca7c9a7c62a7cd7839d8921b61a09c65200c MD5sum: 93fd6778c351eea0f2b02c6c57158ff0 Description: rqt_robot_dashboard provides an infrastructure for building robot dashboard plugins in rqt. Package: ros-rolling-rqt-robot-monitor Version: 1.0.6-1noble.20260428.041301 Architecture: arm64 Maintainer: Arne Hitzmann Installed-Size: 171 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-1noble.20260428.041301_arm64.deb Size: 36958 SHA256: daf888d4ea0ae709480f9a6e59295ae99a6577bce1884d194e9e990f2a451e84 SHA1: 6080aa24e9f1eb6853981b05791b348424b3413e MD5sum: 1864121abc33b05729fa95a49210e271 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: 4.0.2-1noble.20260428.041308 Architecture: arm64 Maintainer: Dirk Thomas Installed-Size: 100 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_4.0.2-1noble.20260428.041308_arm64.deb Size: 15974 SHA256: 5104b20c3c5ba31ee47736e8880ca50103c2640eb69e091448918ce716d8b809 SHA1: 283ca1a8a1e51eee49849c3e89b6ffb97a5cec19 MD5sum: 142cfb738ab43f5ab74ceca0b890e802 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-4noble.20260428.041341 Architecture: arm64 Maintainer: Aaron Blasdel Installed-Size: 78 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-4noble.20260428.041341_arm64.deb Size: 16666 SHA256: de069024c20dc5f14fdee77be19db3cc82b04bca3e8b5b3b8bb49f092cde7236 SHA1: b296da4f46c25c941e1c60056b098314046345a1 MD5sum: d20568b4b98d6f9079bf60ba776c5bd3 Description: rqt_runtime_monitor provides a GUI plugin viewing DiagnosticsArray messages. Package: ros-rolling-rqt-service-caller Version: 1.5.2-1noble.20260428.041355 Architecture: arm64 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_1.5.2-1noble.20260428.041355_arm64.deb Size: 19650 SHA256: c6a90d81a9c83d9675dc4bf35b86220de35b555481c70c2dce5a38723b19d399 SHA1: 892ec40d9fcd6c8b80467feb638f398bd37fc16e MD5sum: b88ff9dd2d95680d135837e54b4d37b9 Description: rqt_service_caller provides a GUI plugin for calling arbitrary services. Package: ros-rolling-rqt-shell Version: 1.4.1-1noble.20260428.041415 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 80 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_1.4.1-1noble.20260428.041415_arm64.deb Size: 16404 SHA256: d0794bcefa17207226bd70ff8d9b701664995691c31e30d08370ac6057589417 SHA1: 0db35095df4a477de7819871e9fb5450fe2f9103 MD5sum: 889c3233801703978652a89dde9def16 Description: rqt_shell is a Python GUI plugin providing an interactive shell. Package: ros-rolling-rqt-srv Version: 1.4.1-1noble.20260428.042113 Architecture: arm64 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_1.4.1-1noble.20260428.042113_arm64.deb Size: 7020 SHA256: 4916b009102f3641515c5a1af7089ce448eaac3474deceff7e7e82a3ef750f7d SHA1: a23d9789de9bbd44d098363020c2678570778a9a MD5sum: 37a3d25b4efdc274db42d9f94f540ed5 Description: A Python GUI plugin for introspecting available ROS service types. Package: ros-rolling-rqt-tf-tree Version: 1.0.6-1noble.20260428.041626 Architecture: arm64 Maintainer: Isaac I.Y. Saito Installed-Size: 82 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-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.0.6-1noble.20260428.041626_arm64.deb Size: 17672 SHA256: 894e894fffb6e721f9a61ac1ae032fa7e71a9601fb341ca287cf98a9b3fee043 SHA1: ee37e1575558cd75c7ee853234992e2b59979489 MD5sum: 0496a91e1286c3d15f3b012dc8a00e82 Description: rqt_tf_tree provides a GUI plugin for visualizing the ROS TF frame tree. Package: ros-rolling-rqt-topic Version: 2.1.0-1noble.20260428.040809 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 252 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_2.1.0-1noble.20260428.040809_arm64.deb Size: 50938 SHA256: 7cc70d1e2b7c2dae74a9bbe30689ba6ce3aee127c046edeea15405bf7b5aeca2 SHA1: 946b4b9aaf8f0c954e42198d2e6e0ae090c50b1b MD5sum: dc2a9a41191ab3d1c3925fd1ba6e9dbb 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-1noble.20260425.190635 Architecture: arm64 Maintainer: bmagyar Installed-Size: 136 Depends: libc6 (>= 2.17), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rsl/ros-rolling-rsl_1.3.0-1noble.20260425.190635_arm64.deb Size: 18418 SHA256: ad1da874b83f35ee553881883a60a873579ac59ee01ca474097156376b4fabf9 SHA1: b1d9a6669711b330c0642fca8866f5408ad26130 MD5sum: da00b0ed52e209f8e7bc30e7f1f3d673 Description: ROS Support Library Package: ros-rolling-rsl-dbgsym Package-Type: ddeb Source: ros-rolling-rsl Version: 1.3.0-1noble.20260425.190635 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: bmagyar Installed-Size: 168 Depends: ros-rolling-rsl (= 1.3.0-1noble.20260425.190635) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rsl/ros-rolling-rsl-dbgsym_1.3.0-1noble.20260425.190635_arm64.deb Size: 151488 SHA256: 222151fd5415f927dde7db69c211a7d93317fbf5f2b729753110e6c80d35eab0 SHA1: ae1e34119233475fa72b935a4603534215c24438 MD5sum: 6725b75284b0887e435815be9e41a8c6 Description: debug symbols for ros-rolling-rsl Build-Ids: ee60bf0a84a3a303a5bdfa6514f87faa871c7804 Package: ros-rolling-rslidar-msg Version: 0.0.0-1noble.20260425.173336 Architecture: arm64 Maintainer: robosense Installed-Size: 1024 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rslidar-msg/ros-rolling-rslidar-msg_0.0.0-1noble.20260425.173336_arm64.deb Size: 70074 SHA256: e944011fbf74e894ff3b045630b141993d05b74cb95a41c21301abaeb1f8d276 SHA1: b9c544f33ea7f99d4e0542aa70db464b6528363c MD5sum: 70a47c3b4b40eda467efb3343ec15094 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-1noble.20260425.173336 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: robosense Installed-Size: 653 Depends: ros-rolling-rslidar-msg (= 0.0.0-1noble.20260425.173336) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rslidar-msg/ros-rolling-rslidar-msg-dbgsym_0.0.0-1noble.20260425.173336_arm64.deb Size: 514324 SHA256: 75a8788342a616ae0d507ebd96abda06e2c395cdea5352a1ce8d5ed3ac3f65e2 SHA1: 289997bfaaa20ebe2c8178f9cfd8d8916ab48755 MD5sum: 698f9222c7ae07cc8d66f79f367ddec8 Description: debug symbols for ros-rolling-rslidar-msg Build-Ids: 6b96408b1fc37a3443af217d50f5f1d6ab8e36f7 78f18e0428af8fd0e5dd5e2913364266848b53a7 7c1c26311af9f4d18c560e2ae6f202cdfe7ea49f 85021cf42c2b6a01956993429f2cb6ade26f733e 915dd24dcef0747dce2306421874390e0dcc5e8e a329a1493b5e85abb77a6aa84f8b26bb48e4f2af aec3439066316f34ac0be35f44d147c840773ddf b5538275873b33accfeaa989d7b8adacca951c63 c5c9a8161ee34499430dba0fc4101ea46c69be03 ce0eca8a35fb1ff9adb5e02aa1cfd836b1819eac f265dcdec0579411b71c5ab462bf92fde1df6137 Package: ros-rolling-rtabmap-msgs Version: 0.22.1-1noble.20260425.144123 Architecture: arm64 Maintainer: Mathieu Labbe Installed-Size: 12998 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-std-srvs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rtabmap-msgs/ros-rolling-rtabmap-msgs_0.22.1-1noble.20260425.144123_arm64.deb Size: 848412 SHA256: 5a908b3d4e338ead02e21dce11cd5527daea5d5aef6ef04415ed712f579770c5 SHA1: 3d1355a27e34e862926291155f22fe93314ef888 MD5sum: ea99dfe8ffba46952492009098fda4cd Description: RTAB-Map's msgs package. Package: ros-rolling-rtabmap-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-rtabmap-msgs Version: 0.22.1-1noble.20260425.144123 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Mathieu Labbe Installed-Size: 11673 Depends: ros-rolling-rtabmap-msgs (= 0.22.1-1noble.20260425.144123) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rtabmap-msgs/ros-rolling-rtabmap-msgs-dbgsym_0.22.1-1noble.20260425.144123_arm64.deb Size: 9503038 SHA256: ca5ef9cc2d88336566d519b0dcdb141f9c53906e84d3e307eaea4537ee52d219 SHA1: e7a81f86e61b947317193bd596d4d09b423224d8 MD5sum: 125fe0bd148069387e5d01a93272ebd7 Description: debug symbols for ros-rolling-rtabmap-msgs Build-Ids: 0edd8f0df5577b5b19f4d83c7b4201689d422eeb 1bad2600e061a7f873e0f4dbd4ac6345699f6405 45d9be657f458b1ddef183db01f971762b9e2f87 49031a732a854d7d9f3db05cc10311543fee4b7f 573333c2e760d6df59e6f2ade2fe9372d9345fb3 5af218a116481dd4aca77b8bc6cff4e6ac29bbf2 5b786ca0e6de6ec5864b2b1b20292c76df8d2e47 aaa569c064cee03bf396c10ab0392d155b08ba95 bc83588a78cbc4ec54fc9188609c6181b42fa0ec df963e935880e49e100a7915b0b632219a15a894 e1d538210772e881a91727c3b24c2fe11a5fa93c Package: ros-rolling-rtabmap-python Version: 0.22.1-1noble.20260424.000710 Architecture: arm64 Maintainer: Mathieu Labbe Installed-Size: 34 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rtabmap-python/ros-rolling-rtabmap-python_0.22.1-1noble.20260424.000710_arm64.deb Size: 4174 SHA256: 3b190718d4af25cce643226ac27b11740c0c0cd24750117d36ef8c774827e964 SHA1: b0edcf86d18e1aa1c5328c65dbaf8976e4023262 MD5sum: ce3c2201d69b98fe2d2c3b031553e572 Description: RTAB-Map's python package. Package: ros-rolling-rtcm-msgs Version: 1.1.6-3noble.20260425.150521 Architecture: arm64 Maintainer: Marek Materzok Installed-Size: 1010 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rtcm-msgs/ros-rolling-rtcm-msgs_1.1.6-3noble.20260425.150521_arm64.deb Size: 68652 SHA256: 1c7d86a5d9920179580bc8981941cb07adb2ca847757d15ae261dcdf7a4ec712 SHA1: 8af3b203713503c1eecc0187f632cc665b83070a MD5sum: bcdb783bbb80490cf6366d26ff59789f 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-3noble.20260425.150521 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Marek Materzok Installed-Size: 645 Depends: ros-rolling-rtcm-msgs (= 1.1.6-3noble.20260425.150521) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rtcm-msgs/ros-rolling-rtcm-msgs-dbgsym_1.1.6-3noble.20260425.150521_arm64.deb Size: 507860 SHA256: b2009a2581ad3c467b56642d0672a5bac0eb6db57fe34c30ea288a44cd647258 SHA1: 0f74b5f4bda66368b0148e93b7846cb47a51b242 MD5sum: cdeeec624a9f327d9978256875be09f6 Description: debug symbols for ros-rolling-rtcm-msgs Build-Ids: 04b04b3ec33e9b0ba5e9afb8ae5ec1f8ce09d63e 1420122273dc3e7203efa91287d19c0238995c4c 1af20d28e844a7002414bb65929b0de045f86bcb 35b5374bceb1f8ce8836683ed697b54495e71d70 361f19a2663e631459da44db7638e313acb2ee4e 45a26463b9cb21682ea87c5b4de09716074b87d0 8d178f1d7f4cffb92530fee34a993d34ee2227b7 b70915e82f53e26b97501976e7506d32445d79c4 d356a84a1fd854cf80b7cb427a98440fb6c873cb dc511cc5334fab30da3f252ec93cb12b629430e1 fe111709b17b3def5f379448441a9d24a1310458 Package: ros-rolling-rtest Version: 0.2.2-1noble.20260425.210033 Architecture: arm64 Maintainer: Gary Cross Installed-Size: 405 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-action-msgs, ros-rolling-gmock-vendor, 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.2-1noble.20260425.210033_arm64.deb Size: 58068 SHA256: c7b20b8168120bfe5900844c0e095f8e58f7d21f64b2744d2c4969359d7e0467 SHA1: 09e7fdd9eef5ddc7a659695e6f0f36d0111e269f MD5sum: 3485f9ca692314bcf82387f16cf18e47 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.2-1noble.20260425.210033 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Gary Cross Installed-Size: 623 Depends: ros-rolling-rtest (= 0.2.2-1noble.20260425.210033) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rtest/ros-rolling-rtest-dbgsym_0.2.2-1noble.20260425.210033_arm64.deb Size: 580208 SHA256: 6cf797361c52a42a6fae93b0e1a273780bd8ea1b31d3f13070ad9a9931a44b47 SHA1: 15b7ff5c612ccd285671475ae60fe5d5a300d5b6 MD5sum: ed16baba20b4c76d0bcf4d60450747a4 Description: debug symbols for ros-rolling-rtest Build-Ids: a9d7c4e0505756522a1ac9c26ca4b220a175b17e Package: ros-rolling-rti-connext-dds-cmake-module Version: 1.2.4-1noble.20260425.094742 Architecture: arm64 Maintainer: Andrea Sorbini Installed-Size: 79 Depends: ros-rolling-ament-cmake, rti-connext-dds-7.3.0-ros, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rti-connext-dds-cmake-module/ros-rolling-rti-connext-dds-cmake-module_1.2.4-1noble.20260425.094742_arm64.deb Size: 12846 SHA256: 2f70d0ab5f2b6a5af42f96078a39a24df6a62a4cf9c6c418b065f41ca997d373 SHA1: b6f5b39c1f74a074e8d5979bcc96adbcd20add2e MD5sum: 3d9894befda905a15afb3b7ae09a9969 Description: Helper module to provide access to RTI products like Connext DDS Professional Package: ros-rolling-rtsp-image-transport Version: 2.0.1-1noble.20260425.192222 Architecture: arm64 Maintainer: Timo Röhling Installed-Size: 1284 Depends: libavcodec60 (>= 7:6.0), libavutil58 (>= 7:6.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.5), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libswscale7 (>= 7:6.0), ros-rolling-live555-vendor, ffmpeg, libavcodec-dev, libavformat-dev, libavutil-dev, libswscale-dev, ros-rolling-cv-bridge, ros-rolling-image-transport, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rtsp-image-transport/ros-rolling-rtsp-image-transport_2.0.1-1noble.20260425.192222_arm64.deb Size: 328394 SHA256: a8324b57c97050f49f31bc56b74ec98f280690f94af81f394c04dbde775386f9 SHA1: 7b462749a7a25d2c33f1a4c3c071fbf7c1564eef MD5sum: a1d7b2a6e87c775099064ccc2aebb1f4 Description: Transmit video streams with the Real-Time Streaming Protocol Package: ros-rolling-rtsp-image-transport-dbgsym Package-Type: ddeb Source: ros-rolling-rtsp-image-transport Version: 2.0.1-1noble.20260425.192222 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Timo Röhling Installed-Size: 7906 Depends: ros-rolling-rtsp-image-transport (= 2.0.1-1noble.20260425.192222) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rtsp-image-transport/ros-rolling-rtsp-image-transport-dbgsym_2.0.1-1noble.20260425.192222_arm64.deb Size: 6950780 SHA256: 9d18e68e19403a5ae2f114b178c88a6b7c6b6a6b155db962741939bd73354f45 SHA1: 06c82a8643e5dd1ffb25fd105b584e8bd6d6f53c MD5sum: 2127e75d4bec50e092542db8532b9d91 Description: debug symbols for ros-rolling-rtsp-image-transport Build-Ids: 0013cb34848a0cd1a9275532c7235d382019eafd 3a24f6ffb969fe77c248e78f591db8c09aa0b0a6 6585d5dd04f42c4a16c9e0d138fd932926ffe619 Package: ros-rolling-rttest Version: 0.20.0-1noble.20260425.094748 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 139 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), 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_0.20.0-1noble.20260425.094748_arm64.deb Size: 30324 SHA256: db317abb31473bc710f30bcf8132ddefebd9dedd86adc08c453d4e2f3d68fa22 SHA1: 45b2fefda22d1809c17c59ae3c0a3abe65a531e5 MD5sum: 68c0b7fe18a8f22f87266c389a650b10 Description: Instrumentation library for real-time performance testing Package: ros-rolling-rttest-dbgsym Package-Type: ddeb Source: ros-rolling-rttest Version: 0.20.0-1noble.20260425.094748 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 187 Depends: ros-rolling-rttest (= 0.20.0-1noble.20260425.094748) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rttest/ros-rolling-rttest-dbgsym_0.20.0-1noble.20260425.094748_arm64.deb Size: 161872 SHA256: 69e9377882d57feb47242950153d32f1522791f3a9d66a234b5c2a1eac25bb90 SHA1: 99677289808653e3bd5a447ef3d544af2418c3c9 MD5sum: 87575e8e3a15300fb5c8c74f6e40e0e6 Description: debug symbols for ros-rolling-rttest Build-Ids: 759a80f782444fde64825200d13f0e8006b089ea Package: ros-rolling-ruckig Version: 0.9.2-4noble.20260424.000710 Architecture: arm64 Maintainer: Lars Berscheid Installed-Size: 276 Depends: libc6 (>= 2.17), libstdc++6 (>= 13.1), ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ruckig/ros-rolling-ruckig_0.9.2-4noble.20260424.000710_arm64.deb Size: 68546 SHA256: 1314fcbb877b8c23f90b8b7cd04e62ad528526d467071c06959f113ef7f494ad SHA1: 2adbf15bf389df0f8ea55fbac7db5934b8127c2b MD5sum: f1414a9340421284fac93bc33f8a3083 Description: Instantaneous Motion Generation for Robots and Machines. Package: ros-rolling-ruckig-dbgsym Package-Type: ddeb Source: ros-rolling-ruckig Version: 0.9.2-4noble.20260424.000710 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Lars Berscheid Installed-Size: 225 Depends: ros-rolling-ruckig (= 0.9.2-4noble.20260424.000710) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ruckig/ros-rolling-ruckig-dbgsym_0.9.2-4noble.20260424.000710_arm64.deb Size: 201390 SHA256: 156b67012ecbd791e921471ee81b03f30113435dc55fbe751f8164d4ecf20c06 SHA1: c7353f4b0f837ab86b7901e16f5c96f35102845d MD5sum: 9e556b35efc300d3195d391977eccae1 Description: debug symbols for ros-rolling-ruckig Build-Ids: 3a6866b8ea655f77497e6c8a59bf0b41da9fe8a5 Package: ros-rolling-rviz-2d-overlay-msgs Version: 1.4.1-1noble.20260425.150601 Architecture: arm64 Maintainer: Team Spatzenhirn Installed-Size: 1076 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-2d-overlay-msgs/ros-rolling-rviz-2d-overlay-msgs_1.4.1-1noble.20260425.150601_arm64.deb Size: 53256 SHA256: 4efccdda308fa52569a141da35b0758c924bcd9df4feb78374a1299703590998 SHA1: 74e623707249d216203b55420257242649360beb MD5sum: 55fa418568ac61b8d8e72ac2e252e812 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.1-1noble.20260425.150601 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Team Spatzenhirn Installed-Size: 332 Depends: ros-rolling-rviz-2d-overlay-msgs (= 1.4.1-1noble.20260425.150601) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-2d-overlay-msgs/ros-rolling-rviz-2d-overlay-msgs-dbgsym_1.4.1-1noble.20260425.150601_arm64.deb Size: 222028 SHA256: 3c8f89491d9295dda692dc2cf9a57c4a15bc9010935227e1b2fae10397860913 SHA1: 741564e6768867ef38ae3a3c217a3625d9971002 MD5sum: 90d3051c6944936f84d3d00607cac153 Description: debug symbols for ros-rolling-rviz-2d-overlay-msgs Build-Ids: 1315e2345575a872763e02985c59deee0c554a2e 3d30962657e6ddd9bd8783b96e8eb8e620bf9ef8 55b70709995d83d967dcc485235b9db2d65700cd 7486c3fe05d82544d36ce55cda3192a00b4522b5 9115ed51996716d3196b979dd521354d8865dee3 9b8604050d530d4f04e501d36a28d715457e8c9a 9f96b16ef67bf0a7f064bd45d8ea6f2e8f85479b d0b7a3584f754257b82c2f92c717d9b1c4a169af d8f4cb7fe60b46bde0481fe1fa386c06628524aa f84f48f2e71d5af5b3575179ab5a730a6ab9bc61 fec4af1c109ee0ce766bde3e77a0990a7705d07d Package: ros-rolling-rviz-2d-overlay-plugins Version: 1.4.1-1noble.20260425.220813 Architecture: arm64 Maintainer: Team Spatzenhirn Installed-Size: 1507 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.5.0), libqt5gui5t64 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libstdc++6 (>= 13.1), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-2d-overlay-plugins/ros-rolling-rviz-2d-overlay-plugins_1.4.1-1noble.20260425.220813_arm64.deb Size: 286416 SHA256: 41a059850f0581796bd817d951363e52ff1862f6c545e8662ff2476651df453a SHA1: f14e758cd1c27b739141cf23f7860737554b90b8 MD5sum: 62b3b32e788723660dddecfef77909d4 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.1-1noble.20260425.220813 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Team Spatzenhirn Installed-Size: 7860 Depends: ros-rolling-rviz-2d-overlay-plugins (= 1.4.1-1noble.20260425.220813) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-2d-overlay-plugins/ros-rolling-rviz-2d-overlay-plugins-dbgsym_1.4.1-1noble.20260425.220813_arm64.deb Size: 6815864 SHA256: 96728c8f2a802b4a5093b34667c92ad024cbfcbba40427cd619d289e8c70fc75 SHA1: c5c5010d3768f81b0aeeb62b4db3d7d2bd04b85e MD5sum: 8aed439b55ca5086460685a4e4526b26 Description: debug symbols for ros-rolling-rviz-2d-overlay-plugins Build-Ids: 8e68608959bf8501ded13d98b950473d8e9c7660 b40f2e69f5227c10f39df636567fae14cc6000c6 Package: ros-rolling-rviz-common Version: 15.2.2-1noble.20260425.211506 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2582 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5widgets5t64 (>= 5.14.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-rolling-rviz-ogre-vendor, libqt5gui5t64, libqt5opengl5t64, libqt5svg5, libtinyxml2-dev, qtbase5-dev, 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-urdf, 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_15.2.2-1noble.20260425.211506_arm64.deb Size: 611308 SHA256: 8da5e7a3f81f9d003e887ad5611bc29880d96fe5d8610ad6d2204985326e8637 SHA1: f7e5fb3103d8eff3581dbcd30c882d76b0966163 MD5sum: 3887f0cf2ce701ca819e63e213ae9791 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: 15.2.2-1noble.20260425.211506 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 27701 Depends: ros-rolling-rviz-common (= 15.2.2-1noble.20260425.211506) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-common/ros-rolling-rviz-common-dbgsym_15.2.2-1noble.20260425.211506_arm64.deb Size: 26984960 SHA256: b91f85c78b2466c4e0d0c78f9ccc16a4b825a18c1d635c0a4d024ec3e5462313 SHA1: adbdb3cdad54bb6d4702241e926d05b732d34501 MD5sum: 6d57fd05f3f96578bb1820597cb10220 Description: debug symbols for ros-rolling-rviz-common Build-Ids: 498b0a1e9884872ac0ee3f8d49f957aee3777b5c Package: ros-rolling-rviz-default-plugins Version: 15.2.2-1noble.20260425.224416 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 10875 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libqt5core5t64 (>= 5.14.1), libqt5gui5t64 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-rolling-gz-math-vendor, ros-rolling-rviz-ogre-vendor, libqt5gui5t64, libqt5opengl5t64, 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_15.2.2-1noble.20260425.224416_arm64.deb Size: 1519618 SHA256: c3f87e41f051bee6c7112313b9dbed5a43312aea2e78038fab8f5e7e79cb86cd SHA1: 5ab2de8514fe55ba99e1750dbd1cf3a956df9957 MD5sum: 09cc39b6a6ec5ad751a48f82106d1fb0 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: 15.2.2-1noble.20260425.224416 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 92539 Depends: ros-rolling-rviz-default-plugins (= 15.2.2-1noble.20260425.224416) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-default-plugins/ros-rolling-rviz-default-plugins-dbgsym_15.2.2-1noble.20260425.224416_arm64.deb Size: 80324046 SHA256: 5a4cf0d1cbd2dcaecfe9e5838da834785e87cdfe233ad2936ac54f2e68f5a7ec SHA1: b9006a1d957ebd6e8b51756b985782959daa63f1 MD5sum: 875966344d3bd610eae35eb9172d35b6 Description: debug symbols for ros-rolling-rviz-default-plugins Build-Ids: 27440d6c5de43d4a4e80651e6dec5b4414106ea7 Package: ros-rolling-rviz-marker-tools Version: 0.1.5-1noble.20260425.221427 Architecture: arm64 Maintainer: Robert Haschke Installed-Size: 133 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-marker-tools/ros-rolling-rviz-marker-tools_0.1.5-1noble.20260425.221427_arm64.deb Size: 21920 SHA256: 21751e2d7f41d5206de6c519d015d4ece88cb02248eeebdabde17290ef1f808d SHA1: ab5b1404b4595d05d59743c6761865bb08333140 MD5sum: fa140ffeb943e353963b377c060a911f Description: Tools for marker creation / handling Package: ros-rolling-rviz-marker-tools-dbgsym Package-Type: ddeb Source: ros-rolling-rviz-marker-tools Version: 0.1.5-1noble.20260425.221427 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Robert Haschke Installed-Size: 915 Depends: ros-rolling-rviz-marker-tools (= 0.1.5-1noble.20260425.221427) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-marker-tools/ros-rolling-rviz-marker-tools-dbgsym_0.1.5-1noble.20260425.221427_arm64.deb Size: 903680 SHA256: 3356c6ba572e180744ed772516174226224288e7aa67656b2c951ad23fb21d35 SHA1: 5cb2ac44b3a9db662791924b363a550d9bdd32f7 MD5sum: b5c0f020ee0df254610b8dbfd4505e67 Description: debug symbols for ros-rolling-rviz-marker-tools Build-Ids: 1ca3716e9a6e640aa50f12c9152540783e45c205 Package: ros-rolling-rviz-ogre-vendor Version: 15.2.2-1noble.20260425.083032 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 17903 Depends: libc6 (>= 2.38), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 3.3.1), libgl1, libstdc++6 (>= 13.1), 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_15.2.2-1noble.20260425.083032_arm64.deb Size: 3724000 SHA256: 362261301727cafd1b0eb81c3c1a6e8404473240b0650bbfca711cf7fad9efc2 SHA1: 53f1184962045662c15566eb3cbc7c91dcba4ade MD5sum: 0e5d8f09158e007ab6019ded5d37f88e 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: 15.2.2-1noble.20260425.083032 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 79964 Depends: ros-rolling-rviz-ogre-vendor (= 15.2.2-1noble.20260425.083032) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-ogre-vendor/ros-rolling-rviz-ogre-vendor-dbgsym_15.2.2-1noble.20260425.083032_arm64.deb Size: 75647282 SHA256: e9536f52a9cb12674eb1f4f6c94c608e9e03f036444cf49aaf3437d0a9aaa0f4 SHA1: 5e5a23009a825f77b96a90c0cf384df0193dd825 MD5sum: 35dfe14b31096c655e27d1bd40f40d1c Description: debug symbols for ros-rolling-rviz-ogre-vendor Build-Ids: 10aa96b1ba00c6337f9dd927c222b513876fe19e 1a66f591c84d35f8f3a7d120b7cd2679fed200df 22d96a1ff201d793164fae15d68400974564532f 42221d1a82a59e9731ff0d2e0c32f8937033b7c0 45810d3620f28ff373513e0375c1dc0a9512b88e 4baa8bd9633f7f57ffc040bbd31b67eb956fb23a 6fe6774e699f968d7430dbbccc8ce1607495c52a 9e1e3aada81043d0871d881ec78c9e937e9c1214 9ff7127b755af0c057e07eb35a0d0b0d6ed4853a b67ee8913bb5d9a55ffe6ab96e6d453fd7951568 c6534bdab1a6771ae18d2c02ad4217d3f2bf1547 cd5da627b1a8b2723d7d2ce90e0379dd15fbddef e8aebdfc671723293b6b8fc24f6719f9b8b9de40 ea02862ae8e43ac9f440a9bcbd44f01ee95c8896 f32f51313d9bc50959212dfeb2eb8e502cd3cbf4 f846be0604f52f6c4f048f53286ffd68b0fd7928 Package: ros-rolling-rviz-rendering Version: 15.2.2-1noble.20260425.160326 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2256 Depends: libassimp5 (>= 5.3.1+ds), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libglx0, libopengl0, libqt5core5t64 (>= 5.3.0), libqt5gui5t64 (>= 5.5.0) | libqt5gui5-gles (>= 5.5.0), libstdc++6 (>= 13.1), libx11-6, ros-rolling-rviz-ogre-vendor, libassimp-dev, libeigen3-dev, libqt5gui5t64, libqt5opengl5t64, libqt5svg5, qtbase5-dev, 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_15.2.2-1noble.20260425.160326_arm64.deb Size: 788750 SHA256: f1033a6ede99f573d2fdc8fbeca936599afa9e0c49f168e04b52cbc3b8f288a9 SHA1: ca8e53a60bfec62caaa241c12d01acd0ed17bdb7 MD5sum: 4671753f53b12fc1af59bc3963d8f8e6 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: 15.2.2-1noble.20260425.160326 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 6103 Depends: ros-rolling-rviz-rendering (= 15.2.2-1noble.20260425.160326) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-rendering/ros-rolling-rviz-rendering-dbgsym_15.2.2-1noble.20260425.160326_arm64.deb Size: 5946006 SHA256: 8984f80b6bfbc7158ca7d2861e1bc92ce5db106dea205c834ef57cc6006bb365 SHA1: 8d0923ad6ebb10db62ac47244a5218c622cd08b6 MD5sum: 72d677dac6c3a48a997345a41519173d Description: debug symbols for ros-rolling-rviz-rendering Build-Ids: 108ccf55a4d645b91e0fa907d3eb70ab9ab5d362 Package: ros-rolling-rviz-rendering-tests Version: 15.2.2-1noble.20260425.161237 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 47 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_15.2.2-1noble.20260425.161237_arm64.deb Size: 8070 SHA256: 2ed276eb1f1ae1de9b617fe4a5a8858f6f3c33d5a5c4ee04812aa44ec2e8d21b SHA1: 58212723031111c1bd36a90f61fae57df2e21691 MD5sum: 5ff4008ca7c10d0cd8fc412f1eb1d6bc Description: Example plugin for RViz - documents and tests RViz plugin development Package: ros-rolling-rviz-visual-testing-framework Version: 15.2.2-1noble.20260425.220957 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 453 Depends: ros-rolling-ament-cmake-gtest, 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_15.2.2-1noble.20260425.220957_arm64.deb Size: 82586 SHA256: a2163c251cc2066961be27a88c6a185b448860101e5ffc05786d44e2ead31b1a SHA1: f620cfee21e7a6b95bbf4b6343968381db8f5a32 MD5sum: 43d75cf543df79ec588ab2e463b04364 Description: 3D testing framework for RViz. Package: ros-rolling-rviz2 Version: 15.2.2-1noble.20260426.005952 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 203 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.0.2), libqt5widgets5t64 (>= 5.0.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_15.2.2-1noble.20260426.005952_arm64.deb Size: 20716 SHA256: a7ae43e6796d000562242326f3990a8f5e3b81628561e5bc611ca5100684a4b4 SHA1: b6392ac490f472cc54f342d2132ea22a415ba4f9 MD5sum: 8a0dfb82c15f071f29abc2833883142e Description: 3D visualization tool for ROS. Package: ros-rolling-rviz2-dbgsym Package-Type: ddeb Source: ros-rolling-rviz2 Version: 15.2.2-1noble.20260426.005952 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 440 Depends: ros-rolling-rviz2 (= 15.2.2-1noble.20260426.005952) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz2/ros-rolling-rviz2-dbgsym_15.2.2-1noble.20260426.005952_arm64.deb Size: 418338 SHA256: f07a7b8da6f7e7007355f0072c51e639ec67a6e50aaabe76a533d7f9ec94ed21 SHA1: f8df17b7e7164b97e2e77a1699501d2eb3d25aa7 MD5sum: cb7c5eda56a0c4d716c442d1acd6df19 Description: debug symbols for ros-rolling-rviz2 Build-Ids: a7efc4e7fddade556e3830ab1ba0a3b0e7356dff Package: ros-rolling-sdformat-test-files Version: 2.1.0-1noble.20260424.000706 Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 564 Depends: cmake, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sdformat-test-files/ros-rolling-sdformat-test-files_2.1.0-1noble.20260424.000706_arm64.deb Size: 75500 SHA256: 5a8b7efb35510f5015449f439261c8feb5abcd3a1defb8373b6d5e0e3a264aa2 SHA1: 9fac644bd69a53f3c4cd9c1985329044722bf376 MD5sum: 6c968bfd8da7f9160495e4af242c4734 Description: Example SDFormat XML files for testing tools using hthis format. Package: ros-rolling-sdformat-urdf Version: 2.1.0-1noble.20260425.163750 Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 267 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sdformat-urdf/ros-rolling-sdformat-urdf_2.1.0-1noble.20260425.163750_arm64.deb Size: 47948 SHA256: 16d2946af626e20fbc202978dedf16fb843fb4063c8d2d78da297ddd4780c797 SHA1: cd41b087b9c5de332b17449a7047ae9d7f1dfcd9 MD5sum: 98a70ad223a7bfb0962659d28fc98f52 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: 2.1.0-1noble.20260425.163750 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Shane Loretz Installed-Size: 771 Depends: ros-rolling-sdformat-urdf (= 2.1.0-1noble.20260425.163750) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sdformat-urdf/ros-rolling-sdformat-urdf-dbgsym_2.1.0-1noble.20260425.163750_arm64.deb Size: 697030 SHA256: 6fb52497cbceedbdd4ac57a7f7d03214f44587811ad3b82511f2b4322189b0e9 SHA1: a7849c5858af331024f03b0b93c90b1534f34a35 MD5sum: 60d0ab78f91525567f5e67128aa33e70 Description: debug symbols for ros-rolling-sdformat-urdf Build-Ids: 5d8795deeb8c2434641766cdc7e0a8081ae86daa 8858d07e01a54d9dafce8465f81a005f3853c0b1 Package: ros-rolling-sdformat-vendor Version: 0.3.3-1noble.20260425.104209 Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 10583 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.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.3.3-1noble.20260425.104209_arm64.deb Size: 1272182 SHA256: 8d880a01ebee0211c612fa6946e1b963c37ff1cc7e255a94eab1c6fc0563d71d SHA1: ffa18aa7e6fef3c087193276e29cd418920b54c0 MD5sum: f382a0d5da7c28edc33a64117eb2cffd Description: Vendor package for: sdformat 16.0.1 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.3.3-1noble.20260425.104209 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Addisu Z. Taddese Installed-Size: 16409 Depends: ros-rolling-sdformat-vendor (= 0.3.3-1noble.20260425.104209) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sdformat-vendor/ros-rolling-sdformat-vendor-dbgsym_0.3.3-1noble.20260425.104209_arm64.deb Size: 15360382 SHA256: 122a1096cdd39fe106b677f7041b9d60e8276c717839f4f8d99b7d1154aa0af7 SHA1: e27d1ccd694504adab0dedab1b9fe4f3a1788888 MD5sum: af22d8b69ba7229360ca8764ba6c077f Description: debug symbols for ros-rolling-sdformat-vendor Build-Ids: afb5f8db605ae1cc33858598eec727b299425f5b e9f2f29b45fc5f2e2e7f82f619580733dfc4b70e Package: ros-rolling-sdl2-vendor Version: 3.3.0-2noble.20260425.083237 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 47 Depends: libsdl2-dev, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sdl2-vendor/ros-rolling-sdl2-vendor_3.3.0-2noble.20260425.083237_arm64.deb Size: 6394 SHA256: 272e529fa2175185d23308a3a9d7e2929b5caf57bae275a7e4eb6dfaef581d73 SHA1: 0b8f3223cb41b92dbf65ede0fbc50ecca75cba98 MD5sum: 51a7dbc2a42c6444875ab0cc6ba1f5a5 Description: Vendor library for SDL2. Package: ros-rolling-self-test Version: 4.4.6-1noble.20260425.171345 Architecture: arm64 Maintainer: Austin Hendrix Installed-Size: 320 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: http://www.ros.org/wiki/self_test Priority: optional Section: misc Filename: pool/main/r/ros-rolling-self-test/ros-rolling-self-test_4.4.6-1noble.20260425.171345_arm64.deb Size: 62924 SHA256: fee812324e53cd825425dc192bee47e7ad2aae96bbf0be38af5a92dc91407463 SHA1: 7891de559645f2cc890c1ddd903d2265a4dfa308 MD5sum: cc02393adf8ed220ee024462c7ca85fc Description: self_test Package: ros-rolling-self-test-dbgsym Package-Type: ddeb Source: ros-rolling-self-test Version: 4.4.6-1noble.20260425.171345 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Austin Hendrix Installed-Size: 1219 Depends: ros-rolling-self-test (= 4.4.6-1noble.20260425.171345) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-self-test/ros-rolling-self-test-dbgsym_4.4.6-1noble.20260425.171345_arm64.deb Size: 1116168 SHA256: 4fbaf876ac4a75dd985371fa8bc422ca9486c0aff5196fbe7ae866f6c3ece66a SHA1: f986756a7db87f11be53129cabcd7e678a75dcfc MD5sum: 586de2b39b6c0d3ae10901aba573dd88 Description: debug symbols for ros-rolling-self-test Build-Ids: 96997a7e688343b56f680d9971f3150e29dc4c94 a2bf8c82cdb49e982df0fda9f6621bbe87fb0ae5 Package: ros-rolling-sensor-msgs Version: 5.9.2-1noble.20260425.142354 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 5697 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.9.2-1noble.20260425.142354_arm64.deb Size: 419260 SHA256: aa3b9519a1235aaff944387c19089252b613d130f99271067c8be7231a3bac71 SHA1: 30d6282dfce021371db5a428c1796a33d3b584a7 MD5sum: 3b1a7c6bec509fc5e820649c86f861d6 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.9.2-1noble.20260425.142354 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tully Foote Installed-Size: 4907 Depends: ros-rolling-sensor-msgs (= 5.9.2-1noble.20260425.142354) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sensor-msgs/ros-rolling-sensor-msgs-dbgsym_5.9.2-1noble.20260425.142354_arm64.deb Size: 3954722 SHA256: 8cd9ef563b99b1b546304cad7649b4f519bccf2f495d7be48e3fe0b2e8fee643 SHA1: 6d286480f69e8a35a524e01ecea195ef4714b2b0 MD5sum: 51ac16e454631f6660d27c78d1dd8c3b Description: debug symbols for ros-rolling-sensor-msgs Build-Ids: 3c868ead71dfeefde0ffdb1569d43ea8343315ab 3c9fcb45d028b9ff1bfe10433b369cd310c0aae9 3fdad2ea30aaeb17fc88752e2d96815eb7b8ff0b 41b8376633c43e7493a8682babc7816252cf6680 447c449595db948dbb3089867d2a3e794812aac3 7837157379d9c6971d1f1afd3637b6e70ce7d532 7ac39e39bae3834a8c306d64a7f595be248f5eff 902c6f0d5ac806b2537aa960b0275c36350be3b4 9e69579dd031c6365f8276f21ceb3768189f4a4c b24b31e2403e1becc770fd5fd0e6ef130fd6efee ee088c201ed3eb63e00b7b9046270c8b71f424ea Package: ros-rolling-sensor-msgs-py Version: 5.9.2-1noble.20260425.154210 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 72 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.9.2-1noble.20260425.154210_arm64.deb Size: 16992 SHA256: 09e29da947c770f15716e8919817b1de21dd02a7c10d969a62c602e8c969e1e5 SHA1: e6d12e03fb6d97868b479963ea9b5adefcb4c3a4 MD5sum: 016cded2987554b497dae978dfbc6765 Description: A package for easy creation and reading of PointCloud2 messages in Python. Package: ros-rolling-septentrio-gnss-driver Version: 1.4.6-1noble.20260425.221024 Architecture: arm64 Maintainer: Tibor Dome Installed-Size: 9814 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgeographiclib26 (>= 1.43), libpcap0.8t64 (>= 0.9.8), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, libboost-all-dev, libgeographiclib-dev, libpcap0.8-dev, ros-rolling-ament-cmake-ros, ros-rolling-diagnostic-msgs, ros-rolling-geometry-msgs, ros-rolling-gps-msgs, ros-rolling-gtest-vendor, ros-rolling-nav-msgs, ros-rolling-nmea-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rosidl-default-runtime, ros-rolling-sensor-msgs, ros-rolling-tf2, ros-rolling-tf2-eigen, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://github.com/septentrio-gnss/septentrio_gnss_driver Priority: optional Section: misc Filename: pool/main/r/ros-rolling-septentrio-gnss-driver/ros-rolling-septentrio-gnss-driver_1.4.6-1noble.20260425.221024_arm64.deb Size: 998440 SHA256: 5ebe7ff3cd50c0a7a46b5228a9b889027973c5132f5d1069db26d9f3718bec53 SHA1: 726ae76c141c9f75f953778de2668e7c76ca6a67 MD5sum: a421f8003c690a53c90a359ed35ac3a2 Description: ROSaic: C++ driver for Septentrio's GNSS and INS receivers Package: ros-rolling-septentrio-gnss-driver-dbgsym Package-Type: ddeb Source: ros-rolling-septentrio-gnss-driver Version: 1.4.6-1noble.20260425.221024 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tibor Dome Installed-Size: 28940 Depends: ros-rolling-septentrio-gnss-driver (= 1.4.6-1noble.20260425.221024) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-septentrio-gnss-driver/ros-rolling-septentrio-gnss-driver-dbgsym_1.4.6-1noble.20260425.221024_arm64.deb Size: 25571368 SHA256: c87b4adb2cac510bcb38a96c79a9118d5ab9a15b6a69ae945cf01461c5a26642 SHA1: c295aa468c4838253b82b628e422f05e60b61523 MD5sum: cf5541edccdc6e217df6150c20dd594f Description: debug symbols for ros-rolling-septentrio-gnss-driver Build-Ids: 005cddfb58ee5f4c81a20fbf9ffe38c5380a30f6 26e05bef49193a1f02c62e4e29db525dea948d81 862db942ed9e0bae8de0d09047726703a4419746 91079da9e12ba220998dfd0aebccb36b97294fbd 91bf852b1e891fe5cd953f1711d8835ca1bb2426 94a4738ed9597d26d1131f55f84a8e0ccce24de4 999306da9d6f13ae219125b82e9ac24aa4c22d98 9cc689b857e3252bbcf76c72c4facf2a1453e773 ba2df9c8f90645be83694d33b39fe25791d577fe d5cb97f9b5b7265f3aa2e38372f964821a20dac5 dcd5fcca353fcb2df39b79c58956012f000cfd98 f963d2a6ea33c0dd4342a495c926c1e5c3f94fe4 fe9b268b4bfd16929406e79f39568ad2c48adf91 Package: ros-rolling-service-load-balancing Version: 0.1.3-1noble.20260425.173325 Architecture: arm64 Maintainer: Barry Xu Installed-Size: 307 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-service-load-balancing/ros-rolling-service-load-balancing_0.1.3-1noble.20260425.173325_arm64.deb Size: 92166 SHA256: ae0a2b59653bb643f4855c65df4cb64a64bb69b9c0681db444b61b78e2dac940 SHA1: 0ffffd3502854727f1ef8b205a16bb37e9244466 MD5sum: d7bb5fec074123394d4b35a86329bd88 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-1noble.20260425.173325 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Barry Xu Installed-Size: 2034 Depends: ros-rolling-service-load-balancing (= 0.1.3-1noble.20260425.173325) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-service-load-balancing/ros-rolling-service-load-balancing-dbgsym_0.1.3-1noble.20260425.173325_arm64.deb Size: 1897086 SHA256: 71ba2b9f57bebb57eed50746f98327f83581b8c031d4f33ecf7c42767174baff SHA1: 6fd38863aed49bf3a6a38a5c9a26264b5c93da4a MD5sum: 40ce455493170ac11237a35143bca36e Description: debug symbols for ros-rolling-service-load-balancing Build-Ids: 70471ce2ef9a8ff7f58eb4aaad09519bfa79a75f Package: ros-rolling-service-msgs Version: 2.4.4-1noble.20260425.121959 Architecture: arm64 Maintainer: Jacob Perron Installed-Size: 1024 Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.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.4.4-1noble.20260425.121959_arm64.deb Size: 46880 SHA256: d6fb9270087ed1a876f10a731c1b7afa2f7fab169e47a5381a0f25345b5598a8 SHA1: f39148b1ee176022e314dd6ad7f0ab26b5965501 MD5sum: ddcdee7e184b1d623b3d58c03fa5f8d1 Description: Messages definitions common among all ROS services Package: ros-rolling-service-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-service-msgs Version: 2.4.4-1noble.20260425.121959 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jacob Perron Installed-Size: 291 Depends: ros-rolling-service-msgs (= 2.4.4-1noble.20260425.121959) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-service-msgs/ros-rolling-service-msgs-dbgsym_2.4.4-1noble.20260425.121959_arm64.deb Size: 183500 SHA256: ec55394618a3c8147297fb6fd5a44f1d793404190cee84db9a6a2520ad62d82f SHA1: beb800efe523ec4741fc28090224722d09ca666d MD5sum: 03fe26038383d3bffde50384a7864275 Description: debug symbols for ros-rolling-service-msgs Build-Ids: 1960ff2dd19fd5420221c3045f7e69e63654e324 25c7f2672fd281fadff685a81ff27efc08b469a8 49af54e04758841e79051cd521eee6d9127a2bb4 58ee34b86d2a761daebd23cdc00d424a57529165 620f20cfe839a62765b2aade15520f91efcfa80c 636831460f8593f0a6919eacedd8c79f5e5cd8bd 6bf82d3ed49d373395246207e892dbe443e0ba9d a8e9a65325d7f65f995b32dfb348b48b0fa63cce e08011630f8bdfd91e11fd01637ec6bbf81b53fd ef8ac63f7e8b1e6a6381550069985768f8726dd4 f1288e0c3c6e420b17ff70283277007e7b4d86eb Package: ros-rolling-shape-msgs Version: 5.9.2-1noble.20260425.142620 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 1330 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.9.2-1noble.20260425.142620_arm64.deb Size: 83706 SHA256: ef14bdc4edd7a0894bbf7ba511ee507bf73d68361d6b487ebcc2588ca4b85c57 SHA1: 85789543231efee7a3b0d3ca2faaec8f04b72d6f MD5sum: bdfe0c41124cfcf6c7dd29eb076a97d5 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.9.2-1noble.20260425.142620 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tully Foote Installed-Size: 691 Depends: ros-rolling-shape-msgs (= 5.9.2-1noble.20260425.142620) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-shape-msgs/ros-rolling-shape-msgs-dbgsym_5.9.2-1noble.20260425.142620_arm64.deb Size: 507640 SHA256: dc80ed54b014db5fedfad2978eb3411002b56b2a7745111e93260ce40bcb3a9c SHA1: 0ec3b19b5f679058c511944b7cf30d559c63a614 MD5sum: d1a95f0ea96234166bf7e3f73710d177 Description: debug symbols for ros-rolling-shape-msgs Build-Ids: 046783ef33b9cd547f512d8159d5e96ae05d5c82 07e9423c244be7905d2ebe2e6e14e01f95376493 09287257a20276c9f0085332e58931b3169afe06 2ca8e8282b5f8b3d77cee7bf64dfcdb27abbf9a4 42b24ea7afb2088d5740dc12ce38b89c1ba669b3 6f4143cf8cc0c357498e8a077c7dcb5136e21bba 725f0a2da52c5a345b0956cea37db3cad4dad834 90c1d2b210d0940b87cacb9f6cc5ea99dee575a5 989a773f182f3189ab18c9d8225b6de4339c9795 bcd4d19fd2aba743766fa2e139d09f52ba26712c c6840b6abbb6dc88e151a866b7c616a09e7c1f31 Package: ros-rolling-sick-safetyscanners-base Version: 1.0.3-1noble.20260424.000710 Architecture: arm64 Maintainer: Lennart Puck Installed-Size: 1183 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-chrono-dev, libboost-system-dev, libboost-thread-dev, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sick-safetyscanners-base/ros-rolling-sick-safetyscanners-base_1.0.3-1noble.20260424.000710_arm64.deb Size: 194326 SHA256: 011786c5b88bc002b81f8c715b0dfd6450a8edffc5b4a199f839ce5f6c4909c2 SHA1: 6114633408cae6a7578387552358116ef29911b8 MD5sum: 214b90c48cd33e89a254eb6ef9202259 Description: Provides an Interface to read the sensor output of a SICK Safety Scanner Package: ros-rolling-sick-safetyscanners-base-dbgsym Package-Type: ddeb Source: ros-rolling-sick-safetyscanners-base Version: 1.0.3-1noble.20260424.000710 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Lennart Puck Installed-Size: 9505 Depends: ros-rolling-sick-safetyscanners-base (= 1.0.3-1noble.20260424.000710) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sick-safetyscanners-base/ros-rolling-sick-safetyscanners-base-dbgsym_1.0.3-1noble.20260424.000710_arm64.deb Size: 8090400 SHA256: aaa0fa0b23b20c04b71c46750173e53bb1f10c07313d9a9d8e38219574857cba SHA1: 089bb0b83ff32741001497c0b7fea7352eaa608c MD5sum: 5bb5ec724fc71f21a7fd83481f123f49 Description: debug symbols for ros-rolling-sick-safetyscanners-base Build-Ids: a91c4cf758375f41caa989ce9c1ee087ffacec72 Package: ros-rolling-sick-safetyscanners2-interfaces Version: 1.0.0-1noble.20260425.144817 Architecture: arm64 Maintainer: Lennart Puck Installed-Size: 4088 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sick-safetyscanners2-interfaces/ros-rolling-sick-safetyscanners2-interfaces_1.0.0-1noble.20260425.144817_arm64.deb Size: 273364 SHA256: 5da1c1c39ee2e145a5e24287bc4e70ffa2dbc8b1be63a5a087121efb004fad27 SHA1: bef60651d72735b22e32efba5e788fe73d38a96f MD5sum: 4c80a4c98f930e22558f32ffc69e13a8 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-1noble.20260425.144817 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Lennart Puck Installed-Size: 2982 Depends: ros-rolling-sick-safetyscanners2-interfaces (= 1.0.0-1noble.20260425.144817) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sick-safetyscanners2-interfaces/ros-rolling-sick-safetyscanners2-interfaces-dbgsym_1.0.0-1noble.20260425.144817_arm64.deb Size: 2348638 SHA256: 085c559dbcbdf6045b3278d4a571497f8920fb89ae142fc0317c4fcf679ccd6f SHA1: d48251a3b39ce6611bf764e3427a266a099ac92b MD5sum: e28abb67dc44d4e0bb9ea2340722e30c Description: debug symbols for ros-rolling-sick-safetyscanners2-interfaces Build-Ids: 05ac4b12af4ada5c82454e91cfe392be90c642dd 2594a6e28f93d8f0ed7f0e3ad380e17edc4c4524 3c1a4d415ac3c30681cc0d138722f4bde3b37477 89eb0144e2ba7da4564fc2877a79c501133222c8 92927468cd473a4cbadfd74f490cd7df1168f21b 9980eac7a6b8bb18ad8df01b1a23fb73f26792d8 b364a393b6ee7a277d9554ae79e72661d2c03a9e d6040c26c811887eead21847cef419ecd8e95bdf e0f1041267e6b493787b8b746bbbd6c53d4c34f7 e68f0088567fc48283a2848a2ea07059865b8f63 e8c6b2d034e98d6f3e762c38d53abccd84170794 Package: ros-rolling-sick-safevisionary-base Version: 1.0.1-2noble.20260424.000706 Architecture: arm64 Maintainer: Marvin Grosse Besselmann Installed-Size: 463 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sick-safevisionary-base/ros-rolling-sick-safevisionary-base_1.0.1-2noble.20260424.000706_arm64.deb Size: 103098 SHA256: 8949c38e17a714d4bb7f01c85e5714fe0464ad434dab4632a2a5b7317be5960f SHA1: a198ec45a7b6a394b67a7ec7797c2d37a3d6f0c9 MD5sum: fb965cec1c6eab6264a99922dca9f4e8 Description: The package provides the basic hardware interface to the SICK Safevisionary sensor Package: ros-rolling-sick-safevisionary-base-dbgsym Package-Type: ddeb Source: ros-rolling-sick-safevisionary-base Version: 1.0.1-2noble.20260424.000706 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Marvin Grosse Besselmann Installed-Size: 867 Depends: ros-rolling-sick-safevisionary-base (= 1.0.1-2noble.20260424.000706) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sick-safevisionary-base/ros-rolling-sick-safevisionary-base-dbgsym_1.0.1-2noble.20260424.000706_arm64.deb Size: 767204 SHA256: 96dda7e7b0828aa8801ca53ad8b9b4f4f9a6aac7086f1a2d0dec2621172b26f3 SHA1: bf46c1502d3d2fec836dac94ed5e55f7db2f88dd MD5sum: cc16e38119507dd0d56299a57ab853c6 Description: debug symbols for ros-rolling-sick-safevisionary-base Build-Ids: af83a471e0193c7368bdab4bed8caf54dae7cdda Package: ros-rolling-sick-safevisionary-interfaces Version: 1.0.3-2noble.20260425.150637 Architecture: arm64 Maintainer: Marvin Grosse Besselmann Installed-Size: 2998 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sick-safevisionary-interfaces/ros-rolling-sick-safevisionary-interfaces_1.0.3-2noble.20260425.150637_arm64.deb Size: 171848 SHA256: 8883d3ab3bd86987c6a3099323130dd18f1fe242f0bf80d279ef4c3e39df5aa2 SHA1: 805904a4220e8bd762216b547794ddc2b9e6a9d8 MD5sum: 68261be6c3649261324cdc479657dae9 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.3-2noble.20260425.150637 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Marvin Grosse Besselmann Installed-Size: 1892 Depends: ros-rolling-sick-safevisionary-interfaces (= 1.0.3-2noble.20260425.150637) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sick-safevisionary-interfaces/ros-rolling-sick-safevisionary-interfaces-dbgsym_1.0.3-2noble.20260425.150637_arm64.deb Size: 1410448 SHA256: 5e959a00f461ea932689a02aecc1303e8c11e1390e220cb1b0017108aa8f4b87 SHA1: 4ecfb6ec25fdd3796c1f7eb877b5ddcc88c4f070 MD5sum: 376f657451054c9f886532a42ef0c182 Description: debug symbols for ros-rolling-sick-safevisionary-interfaces Build-Ids: 0ca03082ac71c6abc10fed918b6c268f7e7ab560 1fe3696dcc3dfdaf4b6a172d290be4405dac672d 4add7e670e9627aa0fea170c01e1b9e4946e9302 6fa00ba805d4359811039c8ebe039421e434578c 75ca11323cb59a3ee4aa47aac43c550b718c32ae 7b0d47845176f472c0d34b8d95dc8788e84dcd97 851e0adb98c781bcb3ee178903ead3051822c9d9 95a66c5575a2f2c856f308ef7ba83eb3ced8fdc0 ad5bff4990adfe36d8b835ea4489641c4fc5faa2 d285066a01dfa30625ba9825d527e4ca9b9b1c99 d4f06973be63f11e8660c8c7f9e9ea0e831a1e5b Package: ros-rolling-sick-safevisionary-tests Version: 1.0.3-2noble.20260425.095131 Architecture: arm64 Maintainer: Marvin Grosse Besselmann Installed-Size: 44 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sick-safevisionary-tests/ros-rolling-sick-safevisionary-tests_1.0.3-2noble.20260425.095131_arm64.deb Size: 6130 SHA256: 817a2d8b8e48b19661127548770c6d39a0a7663492369cbdb88baccab88a9fca SHA1: 183956e964bb5c1a141718603f2e4f12ed4cddaa MD5sum: 91e2d4e9b66e14e74951c101ba5c13ff Description: Integration tests for the Sick SafeVisionary2 driver Package: ros-rolling-simple-actions Version: 0.5.0-1noble.20260425.210359 Architecture: arm64 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-simple-actions/ros-rolling-simple-actions_0.5.0-1noble.20260425.210359_arm64.deb Size: 11662 SHA256: d36621276e2cf6b6a975dc7ec7322a224796228292211fa23b82d1c01490c12b SHA1: be97c66af942dcea76827db098ff6f5b487d6095 MD5sum: f2dea1c93337a3d8ca0a53706bd7ef28 Description: Simple library for using the `rclpy/rclcpp` action libraries Package: ros-rolling-simple-grasping Version: 0.6.0-1noble.20260425.232147 Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 1125 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpcl-common1.14 (>= 1.14.0+dfsg), libpcl-filters1.14 (>= 1.14.0+dfsg), libpcl-search1.14 (>= 1.14.0+dfsg), libpcl-segmentation1.14 (>= 1.14.0+dfsg), libpcl-surface1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), 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-1noble.20260425.232147_arm64.deb Size: 238808 SHA256: ac629c61aa51223922248dc58e8c58c0a49e7cc3c6f00884a1a9bd926934de11 SHA1: 00ad2315b1a1009617e4061b2065cacd91313dc4 MD5sum: 369c33af3d0d44470360458cbf931882 Description: Basic grasping applications and demos. Package: ros-rolling-simple-grasping-dbgsym Package-Type: ddeb Source: ros-rolling-simple-grasping Version: 0.6.0-1noble.20260425.232147 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 9998 Depends: ros-rolling-simple-grasping (= 0.6.0-1noble.20260425.232147) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-simple-grasping/ros-rolling-simple-grasping-dbgsym_0.6.0-1noble.20260425.232147_arm64.deb Size: 9281920 SHA256: 0f40f3612a7889db981e464ace7e8aff4e69dccb9216c9af2dc02a3913433bb0 SHA1: fab77ba6941280b0139523a57ad2d98129f85f6e MD5sum: 4d0dec5b544db9eab386d5690c92b49c Description: debug symbols for ros-rolling-simple-grasping Build-Ids: 46ff3c6498e42fa5455a12e7d335009c172fcf46 48f08fde9f1f6f485b467e48e1c2116cb665657f 4b025c290493d1b8fe43e5de7cb5814d0218f237 89c0881ba6469c1cb4f7973e1bc776c92cdcd51c 8a401e2dfe929656a892515dbdff5c3955e21a91 Package: ros-rolling-simple-launch Version: 1.11.4-1noble.20260425.195441 Architecture: arm64 Maintainer: Olivier Kermorgant Installed-Size: 175 Depends: ros-rolling-ament-index-python, ros-rolling-launch, ros-rolling-launch-ros, ros-rolling-xacro, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-simple-launch/ros-rolling-simple-launch_1.11.4-1noble.20260425.195441_arm64.deb Size: 31944 SHA256: 67d624ff339eeae810de37a972c088a7becd7f1b230303cb3f8088e69544b751 SHA1: 7f4827f366005504ac2f123d997839b9182eb476 MD5sum: eba14623500d71b1e50d0c363a2bf3f1 Description: Python helper class for the ROS 2 launch system Package: ros-rolling-simulation Version: 0.13.0-1noble.20260426.010150 Architecture: arm64 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-simulation/ros-rolling-simulation_0.13.0-1noble.20260426.010150_arm64.deb Size: 5688 SHA256: 2a628aeb2682b06ac43ac0bdb6fc9eb2b4def1f677847ff83e1928ca138db69a SHA1: 851a584bdf64c2ea37874ffa49477de75f5b484e MD5sum: 3cebb3f9f28a10b5d97903e86a6672c1 Description: A package which extends 'ros_base' and includes simulation packages. Package: ros-rolling-simulation-interfaces Version: 2.1.0-1noble.20260425.142627 Architecture: arm64 Maintainer: Adam Dabrowski Installed-Size: 14485 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-simulation-interfaces/ros-rolling-simulation-interfaces_2.1.0-1noble.20260425.142627_arm64.deb Size: 821130 SHA256: 7eb6fa820660ea04613141ff643fded0826bc1fa8e1f41c940af9ef1e14dbd76 SHA1: a32ba60f1e1da38be982e92a5c0135d68e1937a2 MD5sum: 01e6dfa93ad2117e50f6516f20e10ea1 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-1noble.20260425.142627 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Adam Dabrowski Installed-Size: 10929 Depends: ros-rolling-simulation-interfaces (= 2.1.0-1noble.20260425.142627) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-simulation-interfaces/ros-rolling-simulation-interfaces-dbgsym_2.1.0-1noble.20260425.142627_arm64.deb Size: 8373106 SHA256: cf4534e90d57d36c4d4a8db778e0129beb78cb9fd32af0d8f25b9cf3f0d7c7f8 SHA1: af6338cf6e91a5518ca8f21a120909dc676c105f MD5sum: 7f4e0e503ef70fb132d5f2a88f578b4c Description: debug symbols for ros-rolling-simulation-interfaces Build-Ids: 0388e14afaf3a1d0bcc9da1cad6ebcd0859187ac 26bba7caed3d8ea6958f44631f13d7503c8db6c6 43c181332b17344120ed0b3bd66b5ead4289f3d4 4cbfbcaa53f5bc05e390714ac7a973bd62cb30a8 52cb75bceee47f9dd0849977964f0a57cfeb9222 6a3eafdc7534ecf17a02867bf69a8e77bb95da82 7e4d766ebf49f87de2a5fb83269f00d948a69b00 9b66da910df46a0ff6aa664258eec0f7230978c1 9c7247bdc906bcf44b9cb9f0546d31efba1b277b c40292f9ecb50ee23e6ae9a787c869c31521dbf1 cb3303c3ccb981a6ba91a9bc5d7ed4dc36bb02a0 Package: ros-rolling-slg-msgs Version: 3.9.1-1noble.20260425.142559 Architecture: arm64 Maintainer: Alberto Tudela Installed-Size: 1169 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-slg-msgs/ros-rolling-slg-msgs_3.9.1-1noble.20260425.142559_arm64.deb Size: 68734 SHA256: 39ad74a23359b333123997c798d580f01d0b54b5039331a21b0010e816620f54 SHA1: e86eb3f444810babcd5686f307698125ee407f68 MD5sum: 4a3e32c50cfb49910dc35b5c971976ca 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-1noble.20260425.142559 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alberto Tudela Installed-Size: 476 Depends: ros-rolling-slg-msgs (= 3.9.1-1noble.20260425.142559) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-slg-msgs/ros-rolling-slg-msgs-dbgsym_3.9.1-1noble.20260425.142559_arm64.deb Size: 343356 SHA256: 5f64731ee459a20be3d1ce45126fdc647005e4480679f388ca0819386241f04a SHA1: 878155cc1934f23d2afea90f8ba894e98c87490e MD5sum: c62bd3094e67b0bbd8bbd860dd0001fc Description: debug symbols for ros-rolling-slg-msgs Build-Ids: 4eaa409d81ba75542463bc12a99606f3499d4aca 5ad857114ec6257737c9a09334ed1e4688ce80fc 6185e621fd8a34a1cb4b38edbcb0c0bdc611bd26 6917c37ac664b89b5edd33f6cffc1d651e20993a 69d3a7cae2a4ed7a43ecbafb54cbaceabc44de74 81917dee62a02f8f2aa739109333394f9aee2ce9 9229b5c8ca5997b815fbfa624cacc37f71e4c107 bcb52e43e136bd097b1b8eacb00130481fb0e207 bfc7333f7f7737a37ec80752b4f3fd13d9422fbb cafb2a6e6703925d840dbb82733b255524d00f58 de41a453406f753a4f27dc819f89e21fb42abf03 Package: ros-rolling-slider-publisher Version: 2.4.3-1noble.20260428.042126 Architecture: arm64 Maintainer: Olivier Kermorgant Installed-Size: 78 Depends: ros-rolling-rqt-gui-py, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-slider-publisher/ros-rolling-slider-publisher_2.4.3-1noble.20260428.042126_arm64.deb Size: 12702 SHA256: 61d7d3881425eadc83a42a657e3b4d0803e8b175048b4729e926097d431a2367 SHA1: 7a1f5798fd7ba5c3726c750620bb26bb29f1fad5 MD5sum: 03e0a52aa3e13e4948ce0e5fe1384511 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-2noble.20260425.095308 Architecture: arm64 Maintainer: Isaac Saito Installed-Size: 213 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-smach/ros-rolling-smach_3.0.3-2noble.20260425.095308_arm64.deb Size: 45882 SHA256: f0f0ea58b800fdcd371e09e0a0dda7c66c1af03ad5926ba7fa8bae4c8bf1e007 SHA1: ee81ff8f624c5dc581bc5b76d0859c7549550623 MD5sum: dfcfa542839bfe809853a2eff80388ae 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-2noble.20260425.150749 Architecture: arm64 Maintainer: Isaac Saito Installed-Size: 1499 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-smach-msgs/ros-rolling-smach-msgs_3.0.3-2noble.20260425.150749_arm64.deb Size: 111768 SHA256: 458e2aeba2b2bad69dd37de81dd175f4273fdf2b8ffa076e155e8dc13dc12f97 SHA1: 69c13d1fb9918e9c0ad65317ca47b7bc8bc24297 MD5sum: 4bc70db48133f5dd486dbf5f98f538d9 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-2noble.20260425.150749 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Isaac Saito Installed-Size: 1215 Depends: ros-rolling-smach-msgs (= 3.0.3-2noble.20260425.150749) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-smach-msgs/ros-rolling-smach-msgs-dbgsym_3.0.3-2noble.20260425.150749_arm64.deb Size: 990808 SHA256: f867f64c512fc14fcb8de71004b9befd0b91a1cb24d0431c8f380d4a234c091d SHA1: aa4692e8e1d5f77f757f51b8a321b72303f8e2f2 MD5sum: 0527f12a859480bd4b853901ba4f2df7 Description: debug symbols for ros-rolling-smach-msgs Build-Ids: 064f456d2e9bcc4b6313fad830e9b2ae98d29b05 10ae84b381c547a88d30d1b3f927001003b455d3 1ac2e9c1e69ac20a5e63bb012b9ec3b56e27f981 3edc995e3eca0defe88a074ad481373781b4a164 50c626f650c30c3c6f818da8338446b9ff5ce825 530504b902f23aab6f130ec6af7540d9bf96634e 5557eaedd497aa377b21b7da6cd70294ab12a335 716256a875c41dc96af5abee8412e716bea4c3b8 857cb19a6fa7e2bc7ca05cf228fe6323960ffcff a20b9e6c5be1a92db96a2bb73fc26f9451a228b5 ee462e1e96498347a0f1510ab5823ecc31dbc707 Package: ros-rolling-smach-ros Version: 3.0.3-2noble.20260425.165622 Architecture: arm64 Maintainer: Isaac I. Y. Saito Installed-Size: 172 Depends: ros-rolling-rclpy, ros-rolling-smach, ros-rolling-smach-msgs, ros-rolling-std-msgs, ros-rolling-std-srvs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-smach-ros/ros-rolling-smach-ros_3.0.3-2noble.20260425.165622_arm64.deb Size: 38898 SHA256: b540a070cd19d4d407ad684e2c12d87b6a220cfa93c3c75d9b09c38e6be6c85b SHA1: c06cef73116fe6de81e79a44660b39cc51adca43 MD5sum: 596f1f9ec435485c3884aab3ec78bf70 Description: The smach_ros package contains extensions for the SMACH library to integrate it tightly with ROS. For example, SMACH-ROS can call ROS services, listen to ROS topics, and integrate with actionlib both as a client, and a provider of action servers. SMACH is a new library that takes advantage of very old concepts in order to quickly create robust robot behavior with maintainable and modular code. Package: ros-rolling-smclib Version: 4.4.0-1noble.20260425.095325 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 89 Depends: ros-rolling-ros-workspace Homepage: http://smc.sourceforge.net/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-smclib/ros-rolling-smclib_4.4.0-1noble.20260425.095325_arm64.deb Size: 14468 SHA256: dd4b815f0beab29b479ed19ac0b09a4dd09ee0bee6798f82fb7c7ca4caeef1fb SHA1: af68335c19611ac935a1ddf4fbf20d95060170c4 MD5sum: df55107b8b741c080ba89fda0f25983f 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-1noble.20260425.142615 Architecture: arm64 Maintainer: ijnek Installed-Size: 1016 Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), ros-rolling-fastcdr, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-soccer-geometry-msgs/ros-rolling-soccer-geometry-msgs_1.0.0-1noble.20260425.142615_arm64.deb Size: 44660 SHA256: 1047779c296930aad561bf0cf5c248c86859c73f1165f5e4581a502c0a08710b SHA1: 7a8531f551917f0a590d743a024e1086cac85141 MD5sum: 3250909c4896239738d1beeaa69d18a2 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-1noble.20260425.142615 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 285 Depends: ros-rolling-soccer-geometry-msgs (= 1.0.0-1noble.20260425.142615) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-soccer-geometry-msgs/ros-rolling-soccer-geometry-msgs-dbgsym_1.0.0-1noble.20260425.142615_arm64.deb Size: 176358 SHA256: 7cc9adc59ab1b28bda21a0f0b2b932cb1886bfcb0477152c862f7c29ae2fe89f SHA1: 64b124a1e22b498db8e17c9586c37a3a50822ebb MD5sum: adcc28ce29f246b49074bffdd5df866d Description: debug symbols for ros-rolling-soccer-geometry-msgs Build-Ids: 052cb63319c43e59b95073d32c06dbed8ce70ed3 1fe077e5f0e342dd5d0473fef570ee4896e7d029 26261333d3aa523490753f05eca12db458e62f7a 2e2425d393bd0f15ebb2b6c95e5e15eb6cfc7a78 344849713fa1358c967b7e4f3bb919ff8b7091b6 38a80c8e8c84c0a926448cd8cdda8355ba1565f1 4c3763a6b94eea540ff09da126fb0cc165a29c9f 693869a11d66cff6a00f7bf3c533fbe2de84cab2 d639c1d99db7f8f861db7022b149cb54d7d3f098 e6b0304f86ee1ebfc701f7d96df8baa07cf65fdc fed9534710830604924caad087fd9d832b9ba434 Package: ros-rolling-soccer-interfaces Version: 1.0.0-1noble.20260425.150342 Architecture: arm64 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-soccer-interfaces/ros-rolling-soccer-interfaces_1.0.0-1noble.20260425.150342_arm64.deb Size: 5424 SHA256: b21554faae74a59cfc8f3c6875533252c392acaa5ed25bb9e8c37df62c9fa7d8 SHA1: 99fe89334a12356b7076b271b58f5dc475878c4c MD5sum: 11273285542d6a14863bc64e89e180fd Description: Metapackage for soccer-related interfaces Package: ros-rolling-soccer-model-msgs Version: 1.0.0-1noble.20260425.143245 Architecture: arm64 Maintainer: ijnek Installed-Size: 1487 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-soccer-model-msgs/ros-rolling-soccer-model-msgs_1.0.0-1noble.20260425.143245_arm64.deb Size: 87242 SHA256: 307afccb924d63848ee1e23ef9bd66fb37471cd84b2b340ffc7359072d856dee SHA1: 6b46ebd06f5f96c24e12dc2022d16254a419ddc7 MD5sum: 5208d640db33e3f830c375080546c187 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-1noble.20260425.143245 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 840 Depends: ros-rolling-soccer-model-msgs (= 1.0.0-1noble.20260425.143245) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-soccer-model-msgs/ros-rolling-soccer-model-msgs-dbgsym_1.0.0-1noble.20260425.143245_arm64.deb Size: 616420 SHA256: 0587a6049af34a3fcb1ecc03cd41909bc72c0c4a51436739fbe5bac7f46368e2 SHA1: 92a4c117e5e6545a3cd868e347f0df4fc4915acd MD5sum: b8eafe360d38e551259f54e3543f901a Description: debug symbols for ros-rolling-soccer-model-msgs Build-Ids: 13b5edb22a32b4d04d0c6e2f7e8c5eccc44aeed9 3166f6ca371d7a2c9c77e25fe3d56c40c9a56fb9 346c6f56755fcb1ec04338e095b274961da0848c 704e72bd6872640e3680de2a6ec6bb35f4777691 77df39d30160ad924e83f123c1473f31075ae2a3 8f3b6eaccbb8d8e3ce6c39c9f7de2f349312dbba a2cf0c28f7776bb0add8f8af197e9349f447095a a739ac5c85a97bb38b01e203994539bf9d5f2a28 c4ddb5f1be40b4ae80cd36d2293045f39fd7f1fd cae3481d6b3ece4c00bda9120e595864292828cd f32ce548097847f6027761108129d192d417bec9 Package: ros-rolling-soccer-vision-2d-msgs Version: 1.0.0-1noble.20260425.145153 Architecture: arm64 Maintainer: ijnek Installed-Size: 2662 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-soccer-vision-2d-msgs/ros-rolling-soccer-vision-2d-msgs_1.0.0-1noble.20260425.145153_arm64.deb Size: 162944 SHA256: d8baf2846921cd69b8220c4a57770c0b69dce69f13c181e43b977cda9e619108 SHA1: a3b75386ed379ca0ffdbf0ced96c684106dc40f8 MD5sum: 1f680fae1d19fda23de3dbda7cb82e4a 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-1noble.20260425.145153 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 1877 Depends: ros-rolling-soccer-vision-2d-msgs (= 1.0.0-1noble.20260425.145153) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-soccer-vision-2d-msgs/ros-rolling-soccer-vision-2d-msgs-dbgsym_1.0.0-1noble.20260425.145153_arm64.deb Size: 1432210 SHA256: 435ee4701b2e2db2a74e72d9f28bf140cae026fd5085f33612638fdce88ab5e9 SHA1: 966675de01e5048e311ccb21284559cee71362b1 MD5sum: 4f096a1f20884862a18fe34775fe868f Description: debug symbols for ros-rolling-soccer-vision-2d-msgs Build-Ids: 24d925a6d7e21d074c1bda0f9c2574589ed5d55a 2a825c37f5b5544302a60976536259f815beb1e9 3aba20f6ac82fbbaf3a112f9e4c9b2ebcd9995c1 5c2c506e816d18ffb8f7034e9281a31d8924215a 6470f6d06cb3ea3e17920fda18fd625ef7cacdf6 6c777baf12627a4bc7e55b79ad2248d8ff87e945 7fd8e0b2734def89aaadd9a5c5050b284869d216 bf3547246c36c0f27cf70a3dd26126114d86fef8 c53ac8c12490ec4ac499f9527186687fae783a84 c8e57974ce31d69cfee0b10c614edc9493406d94 fa2cdd73cd183c8ce6e6954382b14811782fb75b Package: ros-rolling-soccer-vision-3d-msgs Version: 1.0.0-1noble.20260425.145524 Architecture: arm64 Maintainer: ijnek Installed-Size: 2672 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-soccer-vision-3d-msgs/ros-rolling-soccer-vision-3d-msgs_1.0.0-1noble.20260425.145524_arm64.deb Size: 162066 SHA256: 712af6451012adf8346b71c3f60bfa7e2231ca8b8ac8ea3d8124a3852451cc3f SHA1: 83e3cac16aba45e0195c2036bb032b2ef7b6595d MD5sum: 6a4762d0ed65a813580e2a5273416b61 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-1noble.20260425.145524 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 1890 Depends: ros-rolling-soccer-vision-3d-msgs (= 1.0.0-1noble.20260425.145524) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-soccer-vision-3d-msgs/ros-rolling-soccer-vision-3d-msgs-dbgsym_1.0.0-1noble.20260425.145524_arm64.deb Size: 1440842 SHA256: 0e41423c4e3bc06c75f4b6a83651a405bd6da445ad155908853b50805dc764cc SHA1: 7f42397d9aef1e22f161c114acc8743cda43007b MD5sum: 5d167961d800952f64e364f11145c474 Description: debug symbols for ros-rolling-soccer-vision-3d-msgs Build-Ids: 09eebdfc5c108227d2d1285f39ab57f2c44536e2 1028fbd0cb90b6084f9ef0c33cebd451a0149ac5 3f9c7681a73ff05b535d1ef3bfd195a77341852c 5725379eb56c5d1552766b8731fdcf35b84271df 6ec0d8c35f8b3ec19e72646a3c0bf04501511606 a42e509dd1886186c93646f8c9bbf5122c4d56a6 b380b553065af0d98a36e783cbe8b325a598e3a6 b9d553dcd139181293c423d155f8e61249b77f8d c0e538afddb1f742f5e29acbe0163e6c8bd095fa d1a35ef5e60f87278801928e5ec7184e7caa8b81 d6ed3f202c2ef56d16c26755b0f353355704e3f1 Package: ros-rolling-soccer-vision-3d-rviz-markers Version: 1.0.0-1noble.20260425.195640 Architecture: arm64 Maintainer: ijnek Installed-Size: 1037 Depends: ros-rolling-rclpy, ros-rolling-soccer-vision-3d-msgs, ros-rolling-soccer-vision-attribute-msgs, ros-rolling-visualization-msgs, ros-rolling-ros-workspace 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-1noble.20260425.195640_arm64.deb Size: 165226 SHA256: b85fbdfb578030379781423fb893d7f050ab67a38674e632235c7761e6a25e01 SHA1: c1c163b6b736c6e27020b0d8cf601030cee3a195 MD5sum: f96a78f4e181b0db70bf5f979f7574cc Description: Package that converts soccer_vision_3d_msgs to RViz markers Package: ros-rolling-soccer-vision-attribute-msgs Version: 1.0.0-1noble.20260425.131229 Architecture: arm64 Maintainer: ijnek Installed-Size: 1223 Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.1), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-soccer-vision-attribute-msgs/ros-rolling-soccer-vision-attribute-msgs_1.0.0-1noble.20260425.131229_arm64.deb Size: 58798 SHA256: 096454aed4054e7228deb557a51620a814eff2e0c6bb109f765e1941f8906426 SHA1: ca356f7ff018cf1d8155376238b91f4a12e232f3 MD5sum: 7c09d67701f02fd3b05cd220b23de899 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-1noble.20260425.131229 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 474 Depends: ros-rolling-soccer-vision-attribute-msgs (= 1.0.0-1noble.20260425.131229) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-soccer-vision-attribute-msgs/ros-rolling-soccer-vision-attribute-msgs-dbgsym_1.0.0-1noble.20260425.131229_arm64.deb Size: 323024 SHA256: 378ddbbff701908301092978bb80f7ea04fdadb04a523d286cf94b9c13053a96 SHA1: 96d570b92d794bd258ea8cc056cda6f7712eda04 MD5sum: ff65d9f4bdc06edbc7bdc25e5871b024 Description: debug symbols for ros-rolling-soccer-vision-attribute-msgs Build-Ids: 0bb3a7f5471caf02f5ddcd6527f92715938bfb38 16a9881df2ba066a5c63ae68f22b44748cbccaf3 1aada1a92bd9156b40dd9e383b7cf28eb085e1f2 5a0861beb183af8c54b713817ae74f82ef096d20 671e598b08a4cc824f30d0b638da32e6e958c0ad 817e86288be96151d9acc8b9fd1a513e6895269e 97d1876a44b3a137efa1ff964a517cbdf0f3c931 c95cbb93b565ffc0b0136a455aee1240f05c0b4a c9ef37dbe066ffd247c3b6b7c365199e5b9e68ea fbc86f51e9e85ca31b6b1ff6dedbb4417f21dcc8 fe391a7fc6c602b2e27224e868c08dc66f6373da Package: ros-rolling-sol-vendor Version: 0.0.3-4noble.20260425.095657 Architecture: arm64 Maintainer: Kotaro Yoshimoto Installed-Size: 2441 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sol-vendor/ros-rolling-sol-vendor_0.0.3-4noble.20260425.095657_arm64.deb Size: 148596 SHA256: dcfe2bb21d3ef3928aa2a49ed74bbe9e433c7aaef09a6f7ebd00bc39d0441901 SHA1: 7aa976753fa9cfbd8aa133bfb520489f79a2eba8 MD5sum: a38f3df248dfedb40fd6085c5d3d3526 Description: vendor package for the sol2 library Package: ros-rolling-sophus Version: 1.22.9102-2noble.20260424.000707 Architecture: arm64 Maintainer: Daniel Stonier Installed-Size: 353 Depends: libceres-dev, libeigen3-dev, libfmt-dev, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sophus/ros-rolling-sophus_1.22.9102-2noble.20260424.000707_arm64.deb Size: 43410 SHA256: 42150112b18c1c7bdad919b64a58c0f3dd5c64e4fbffdbcbe4156934ad888115 SHA1: 578bdeeb7368d6aa9d934c06554d1e5545faa14f MD5sum: 14bf155530f3c51dceac3000924ccfc3 Description: C++ implementation of Lie Groups using Eigen. Package: ros-rolling-spacenav Version: 3.3.0-2noble.20260425.184017 Architecture: arm64 Maintainer: Jonathan Bohren Installed-Size: 463 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-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-2noble.20260425.184017_arm64.deb Size: 99160 SHA256: a6fd3c293d5c812936f1229b2dbf0dbb2177208a119a9306675a036e63ccf0b9 SHA1: c611ef051c15c6a13f19f95b1d51433ca64d5639 MD5sum: 726cf3a3d55607bd38a6020b0294e63e 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-2noble.20260425.184017 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jonathan Bohren Installed-Size: 2004 Depends: ros-rolling-spacenav (= 3.3.0-2noble.20260425.184017) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-spacenav/ros-rolling-spacenav-dbgsym_3.3.0-2noble.20260425.184017_arm64.deb Size: 1771960 SHA256: 60ba44621dce9171b01af1c3cc973e2f6a8c758922cc19249a7e497317faad59 SHA1: 8b9a033ea98558f469bad6c702d61322c2d5aff0 MD5sum: 90514e06fdc5987f3a55b3926ed0a88c Description: debug symbols for ros-rolling-spacenav Build-Ids: 7ba51f77427a7b7749b9b5380546bc69409b32b8 f30ae2851fb7c0eba07b306ea3304e7619978609 Package: ros-rolling-spdlog-vendor Version: 1.8.0-1noble.20260425.095657 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 46 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.8.0-1noble.20260425.095657_arm64.deb Size: 7040 SHA256: ca7e28e3bdec2bb2862b0c7a080e721be07f649371cf2ed26f12bf087de4719e SHA1: a263b0c1bfdad825d22066e2397dbb4962acd315 MD5sum: e9d29739ca5a202a5035faf75fed9f1d 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.4-1noble.20260425.192352 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 54319 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.2), libgomp1 (>= 4.9), libstdc++6 (>= 13.1), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-spinnaker-camera-driver/ros-rolling-spinnaker-camera-driver_3.0.4-1noble.20260425.192352_arm64.deb Size: 9029352 SHA256: 16e6bb6fcff1f71a12640b81540b28b5f07cb845c7a1bb7debc45a1c1f0cec3e SHA1: 778b155332d3bb530ee802242eb8e4160d65ea67 MD5sum: fe2932e45dd8a43181cc23de5683020f 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.4-1noble.20260425.192352 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 6304 Depends: ros-rolling-spinnaker-camera-driver (= 3.0.4-1noble.20260425.192352) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-spinnaker-camera-driver/ros-rolling-spinnaker-camera-driver-dbgsym_3.0.4-1noble.20260425.192352_arm64.deb Size: 4612446 SHA256: d2dedff32ee597afe91e7f2aeefa37bed5a66d4bc436d1078a4df2ef52157c22 SHA1: 97847e535d848a3d5821019229e1b47a4062fd57 MD5sum: 75904be54b22ea56ca347f72ccbeb7d4 Description: debug symbols for ros-rolling-spinnaker-camera-driver Build-Ids: 00481f45fd505bdec0c6d2c342e274cacab11d56 65772932958e0a04a9423ee6b2329255dfad581f 735e88118006a94c43ec1cb527f08c04b3ff7408 89b21cce92e61c0b0de36879904ce727ec4f2392 8e7cba29926bb84045199e1d23a7999bf5f7ac93 a66e9cbdfb1cee211734491082567e1a95380a6f a97b33524919e7b35a1c038b7dbcef7c904e3c00 ea0281ea3bcbe401e052319f206298bae20edfc1 f0980944a23a47cff7282169809ac2b0a85d487e Package: ros-rolling-spinnaker-synchronized-camera-driver Version: 3.0.4-1noble.20260425.193429 Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 330 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-spinnaker-synchronized-camera-driver/ros-rolling-spinnaker-synchronized-camera-driver_3.0.4-1noble.20260425.193429_arm64.deb Size: 60788 SHA256: 490428f5454d4c6e525f934054e0ee07b50583b5af9110b128e7076403f24711 SHA1: 9dfba788c80a62fde1d7f6c99623b419eacb379f MD5sum: 5d8ab4f27b67b44128421f54abf8ebc3 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.4-1noble.20260425.193429 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bernd Pfrommer Installed-Size: 2111 Depends: ros-rolling-spinnaker-synchronized-camera-driver (= 3.0.4-1noble.20260425.193429) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-spinnaker-synchronized-camera-driver/ros-rolling-spinnaker-synchronized-camera-driver-dbgsym_3.0.4-1noble.20260425.193429_arm64.deb Size: 2000774 SHA256: edb6faf361ab169564fda54ad50737ce5533b0e98ecf8600a5d5e9533522e0ce SHA1: 92476a2116001ab365874208bea23e221af009e8 MD5sum: 0882121aeb166b9717c615e1aa94a7c6 Description: debug symbols for ros-rolling-spinnaker-synchronized-camera-driver Build-Ids: 8511ea49529a62625a9182d9ca983f657d1b33e9 973ba73059bf6032edfdc299dce5d256c3c3df92 Package: ros-rolling-splsm-7 Version: 3.0.1-3noble.20260425.131503 Architecture: arm64 Maintainer: ijnek Installed-Size: 1035 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-splsm-7/ros-rolling-splsm-7_3.0.1-3noble.20260425.131503_arm64.deb Size: 51384 SHA256: 21737aa0685f0bae00357612195009f330f6a005832ae668bc787733c9996b45 SHA1: c4c53dfb23d00a3bb6e42b334cbdca7e2d602f1b MD5sum: bb831c594d0ca2753de9f514c8469b2d Description: RoboCup Standard Platform League Standard Message V7 ROS msg Package: ros-rolling-splsm-7-conversion Version: 3.0.1-3noble.20260425.154101 Architecture: arm64 Maintainer: ijnek Installed-Size: 38 Depends: python3-construct, ros-rolling-splsm-7, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-splsm-7-conversion/ros-rolling-splsm-7-conversion_3.0.1-3noble.20260425.154101_arm64.deb Size: 6114 SHA256: a81222eb6111013240824c2f3a553f1889646ea2a28a3835a90cec0c8047217e SHA1: be9194f0f8aba844c3bfab6a40b83e8671ec7a0a MD5sum: bfc7e84aa62c03fdd4fde19b72583fe9 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-3noble.20260425.131503 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 334 Depends: ros-rolling-splsm-7 (= 3.0.1-3noble.20260425.131503) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-splsm-7/ros-rolling-splsm-7-dbgsym_3.0.1-3noble.20260425.131503_arm64.deb Size: 224178 SHA256: 47d6a4321c1b47718b715b153d5bdcd2b195e43376a41ccc54b07119533e1264 SHA1: 1ef6c1a90673734ba04b9846df35d5d371911071 MD5sum: 05117d030d4d944b8b4d5eb3107d0341 Description: debug symbols for ros-rolling-splsm-7 Build-Ids: 01bbe8afe313bc29a6d5ad2c731cc45a453e4bf3 04252e2b2e8968d1cf11c856851e0e4e0514f767 052da038d438158564560e80e09cb60be9b60f1f 10bb0d8db36dd22eb084478292976cafdc516efe 1f8e3f96016fe03f5a39f11a06ab1e4190688eba 5203cbf8d8525ca04eb186b6ef132da32a2c305c 69821660cff5309e15dd7f847e85383485b3b1e3 a76d277f1e24bc277fa38399e1a53e273c2092c8 d8c2e66c070df5a9cd9fe469dcc9546bc0b717c7 e20d2f540b18bdd4e0388ed1261766580f0c2130 fc0458a1d13e59456d6082c533c008185ccc9c70 Package: ros-rolling-srdfdom Version: 2.0.9-1noble.20260425.204032 Architecture: arm64 Maintainer: MoveIt Release Team Installed-Size: 239 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), libtinyxml2-10 (>= 10.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-1noble.20260425.204032_arm64.deb Size: 57236 SHA256: 33500c4be391c008f512478dcf1f2160ad0ad5d5ce0e867178f9ad209a17cafc SHA1: e2564addcbe2a6747f376e0ab36d8e9c035387d8 MD5sum: c591c97575d43f754eb3708b9a7aa1e0 Description: Parser for Semantic Robot Description Format (SRDF). Package: ros-rolling-srdfdom-dbgsym Package-Type: ddeb Source: ros-rolling-srdfdom Version: 2.0.9-1noble.20260425.204032 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: MoveIt Release Team Installed-Size: 713 Depends: ros-rolling-srdfdom (= 2.0.9-1noble.20260425.204032) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-srdfdom/ros-rolling-srdfdom-dbgsym_2.0.9-1noble.20260425.204032_arm64.deb Size: 669358 SHA256: be06c0e5beb66ac0049a184d9bf32bbb4ee5640a0b47e122621a77940820d5da SHA1: c1586d327ed4c3afe30c77af42873ccf1549321e MD5sum: d06c8523c540f2fe82b3939bd0836693 Description: debug symbols for ros-rolling-srdfdom Build-Ids: 0c5bd81edc1b830526b9034086949d9f24e24ca8 Package: ros-rolling-sros2 Version: 0.16.4-1noble.20260425.204730 Architecture: arm64 Maintainer: ROS Security Working Group Installed-Size: 241 Depends: python3-argcomplete, python3-cryptography, python3-lxml, ros-rolling-ament-index-python, ros-rolling-rclpy, ros-rolling-ros2cli, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sros2/ros-rolling-sros2_0.16.4-1noble.20260425.204730_arm64.deb Size: 44240 SHA256: 6a10f3a83012d9e0410944f05b11a982ecf6bc3861185fb745295c7c12340211 SHA1: 6d488a4ce896cf114cba18aa176bf8786741dd83 MD5sum: 6177b92137700a287c146ce3bded9fc7 Description: Command line tools for managing SROS2 keys Package: ros-rolling-sros2-cmake Version: 0.16.4-1noble.20260425.205228 Architecture: arm64 Maintainer: ROS Security Working Group Installed-Size: 48 Depends: ros-rolling-ros2cli, ros-rolling-sros2, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sros2-cmake/ros-rolling-sros2-cmake_0.16.4-1noble.20260425.205228_arm64.deb Size: 7432 SHA256: 9bf80b20b24790a938fd0eef704d71ec9c7f024277b5082b30e284c4abcfd543 SHA1: 4cc8cb36fadae4cc335604de3b206a302e8051ee MD5sum: 6a624ca7f96a2a72f5d7586978c50796 Description: CMake macros to configure security Package: ros-rolling-state-interfaces-broadcaster Version: 6.6.0-1noble.20260425.233723 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 343 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+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.6.0-1noble.20260425.233723_arm64.deb Size: 83220 SHA256: d00ddb9896c8f20efb3b467061516fa39844950b6391a5feb1462fe554a480f9 SHA1: b34a715d939463bcfe44dd903a6c37346f567690 MD5sum: 45383826d4903803356e55e60e791576 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.6.0-1noble.20260425.233723 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 1395 Depends: ros-rolling-state-interfaces-broadcaster (= 6.6.0-1noble.20260425.233723) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-state-interfaces-broadcaster/ros-rolling-state-interfaces-broadcaster-dbgsym_6.6.0-1noble.20260425.233723_arm64.deb Size: 1246910 SHA256: 73be77c2b5143f0f3b1619777a841649340a456d583eb3685afbfd25309d437f SHA1: 2a56ed76b2328de74ce7a99e5e7f4d44b278a296 MD5sum: 4a8343e2e321c809f037565ff5523874 Description: debug symbols for ros-rolling-state-interfaces-broadcaster Build-Ids: a480c3157b9d33b12426baa7aada999810a70c0d Package: ros-rolling-statistics-msgs Version: 2.4.4-1noble.20260425.131535 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 1244 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.4.4-1noble.20260425.131535_arm64.deb Size: 70768 SHA256: e8a3d1e8cf0f3135f8bff14f9a2187a7e80b3b2b81c80253ab2127c5b58b6b58 SHA1: bb4bccc4f3b9c0ec099cf7e7ba27bb3ccb7eecd9 MD5sum: 46e8b688ad84c9c55cf260a813a5e671 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.4.4-1noble.20260425.131535 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 553 Depends: ros-rolling-statistics-msgs (= 2.4.4-1noble.20260425.131535) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-statistics-msgs/ros-rolling-statistics-msgs-dbgsym_2.4.4-1noble.20260425.131535_arm64.deb Size: 395494 SHA256: bc2feb0fd3b8684d5496aab567d1a32b4bed6ef4bc304c676d7ef92b5fdf3964 SHA1: 306bea211a52321a313b30a2841b4f876957f11a MD5sum: 8abec9b401f5870b44e26fb99861c802 Description: debug symbols for ros-rolling-statistics-msgs Build-Ids: 7a02b155a399afc86e90803b5e21f1be2685270f 8106c662ed39f6006948bb4cd9e9017a81ee2876 83b6012e65d82e78f046bf74f2071690d023fdb0 8f47c46ff3ec28bffdbf151cd9e5973a4ce23cb2 9a514a203d69229acd8534cd34039da5d80f8b04 9abda8de30b74b4309c87ca716436e7485d41e6f 9b12304ee38881c674d51bb5cec33089b815d90b af8a0010f5489072c2c42c3c90d2440dc3410d3f b222fb6a1170bad484ea99a300c778d6bcf5eed4 c435ccf57e9d92f7ab03f626f3a22ac687b9ffe9 e75347786fd556223b5ba9aa2cfcadb4647c3e15 Package: ros-rolling-std-msgs Version: 5.9.2-1noble.20260425.131636 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 4265 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.9.2-1noble.20260425.131636_arm64.deb Size: 259430 SHA256: 381059a1fd25caf8f97e09c383e0b429703ede5f4994cdcb45806ad84c4162cd SHA1: ea43b1f7cc4a35ba9bb84e5910608859c5b848d6 MD5sum: bc3e5284785af44112ae7b1f3d39c762 Description: A package containing some standard message definitions. Package: ros-rolling-std-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-std-msgs Version: 5.9.2-1noble.20260425.131636 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tully Foote Installed-Size: 3966 Depends: ros-rolling-std-msgs (= 5.9.2-1noble.20260425.131636) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-std-msgs/ros-rolling-std-msgs-dbgsym_5.9.2-1noble.20260425.131636_arm64.deb Size: 3122508 SHA256: f83c3223051f9d585ae996393aee9f6012f061764b8953f37af2fcbbae7574da SHA1: eaa1bde761bff81668eb02464169e994aef0871d MD5sum: 89d131c710d9422bcc96c1ed6a63d90c Description: debug symbols for ros-rolling-std-msgs Build-Ids: 0201e8f70bd57a450f003601345a07f29f2664b7 26b61796fef7af69b699480b8c41e75c6b766ce9 2fba9d52ad3b49c776b01d86a076a1dbe6766b50 58830e7bd8eb898f5f029d0bd8d22beb4a3e9d44 5f707d4a4f9d2d756de4611962debcf127b8857c 79814ec56c81426622a69a1f3a063cbb72143e31 957930e7f47e20a0d10c3f922624913c12898db1 9e43a5b17f715cb92ec852442c4158bc7bab8918 a17f551fbc5ca3e6b11f828048fcba7c7de00725 c3f2e687e6b0d1501a5c407629d0a8fc667d6bcb dbde170ea19e9721f376e27c762b1274d155793d Package: ros-rolling-std-srvs Version: 5.9.2-1noble.20260425.131732 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 1855 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.9.2-1noble.20260425.131732_arm64.deb Size: 113688 SHA256: ae38484d3b52e51e65f0bf896c343c87196a3cca0e35ca10eb98d6b5c124edfe SHA1: fad544cda58f2cb450732bd39925c182cd7a1147 MD5sum: 164071d008983b83b8bd8e19dbe9b61d Description: A package containing some standard service definitions. Package: ros-rolling-std-srvs-dbgsym Package-Type: ddeb Source: ros-rolling-std-srvs Version: 5.9.2-1noble.20260425.131732 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tully Foote Installed-Size: 1089 Depends: ros-rolling-std-srvs (= 5.9.2-1noble.20260425.131732) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-std-srvs/ros-rolling-std-srvs-dbgsym_5.9.2-1noble.20260425.131732_arm64.deb Size: 805556 SHA256: c94bbbca907f78135db0dfe5ee6b360cbadd9f05362b1ca5e4f80c3cf3a95e56 SHA1: cbad79c3c7b38c9f2e11becf1f40d61971d1c816 MD5sum: f4608add34b16448e95a0650d3fb11ab Description: debug symbols for ros-rolling-std-srvs Build-Ids: 176c44cf362f0c1e2797cbe005d508a9490b34c0 3b8ed22b67c2d83cbb4148779a4acbb4d125ec0b 3ce80b95ece1c540e4200533a4a2e82b207876c6 500b8deead34c78cfec1ae28f66106e7c60e0f77 6423f8a31aa0cbec196b9510821bd7d69575c118 970c92ebdfa3246a1377eb999da7f2c5175d35a8 ab07c6a477b51fbe09598809de0cfd35fc62afbf b56d312ea05531cc16525ffe81c2a6d059bf074d beea4ed03dd4f1be968d00cf4d3c61282bee8f44 c08b5d9190acc76a1833c4619465ff6ac1a9874c cf63786943ba6dbd5b82eb03ece50e0036ddcdc2 Package: ros-rolling-steering-controllers-library Version: 6.6.0-1noble.20260425.230103 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 965 Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+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-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.6.0-1noble.20260425.230103_arm64.deb Size: 197788 SHA256: cf7cf798385e2cbe43fde667dda2b99a7e1569682c476227c47264f2097d4433 SHA1: ab2207f435f35277536b3eb05bfc142e78ad015d MD5sum: 8ce00a4b182798ce7e1f524749dc5a8d 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.6.0-1noble.20260425.230103 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 3923 Depends: ros-rolling-steering-controllers-library (= 6.6.0-1noble.20260425.230103) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-steering-controllers-library/ros-rolling-steering-controllers-library-dbgsym_6.6.0-1noble.20260425.230103_arm64.deb Size: 3394038 SHA256: a19d62d8505ecb174fd034073ec305d60c1f226be2ae47eef5cf803b95793191 SHA1: 9178b6685d4f40d62b3f7391122f8788e33b2e48 MD5sum: 51ad0381d2e7c79899d99b09dd3dc948 Description: debug symbols for ros-rolling-steering-controllers-library Build-Ids: 5768950e7c3dbd95125ebe5b3bda0720dedf0b8d Package: ros-rolling-steering-functions Version: 0.3.0-1noble.20260424.004729 Architecture: arm64 Maintainer: Holger Banzhaf Installed-Size: 939 Depends: libeigen3-dev, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-steering-functions/ros-rolling-steering-functions_0.3.0-1noble.20260424.004729_arm64.deb Size: 130626 SHA256: 86c23c8bac362777ba433da6d2186c419147c1c50a4dd81b3fb7061b528ed86a SHA1: 6e5f09c32932075c14d21081cbb640d408cf3975 MD5sum: 43a8c97c316267627d07ac6d4ceb524a Description: The steering_functions package Package: ros-rolling-stereo-image-proc Version: 7.1.3-1noble.20260425.235705 Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 1448 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), 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_7.1.3-1noble.20260425.235705_arm64.deb Size: 276310 SHA256: 660daf354e12d2724b1e142248ceb607eae885939deff055070d481edb8ed31b SHA1: ef957ec3d6dbac6945cbcf45edf428af66301473 MD5sum: ae68306a7d45f564ed6366cb145b5f97 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: 7.1.3-1noble.20260425.235705 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Vincent Rabaud Installed-Size: 7521 Depends: ros-rolling-stereo-image-proc (= 7.1.3-1noble.20260425.235705) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-stereo-image-proc/ros-rolling-stereo-image-proc-dbgsym_7.1.3-1noble.20260425.235705_arm64.deb Size: 6321654 SHA256: 8cda1e70156e176d41a55ccd624f57fbeac99ac0068f759af67fa79f3106e9ba SHA1: af9133b12636681ac04b5d357f8c7c0e46ceaf22 MD5sum: 525015d003f903946069c8246957424e Description: debug symbols for ros-rolling-stereo-image-proc Build-Ids: 14103c9d9e97580e08e0890896de889c225334bd 41cf5c25a8f4ff007234fcef34d67dfecbe0df74 6a64a24021b9efacf1639489c8ac204ff923ef86 Package: ros-rolling-stereo-msgs Version: 5.9.2-1noble.20260425.144912 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 1053 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.9.2-1noble.20260425.144912_arm64.deb Size: 51850 SHA256: c449a368c2a32ce95242d30f708c4e6d0883461ef2d47d352ec839622611d175 SHA1: bed59cd073794be2506d44034457f8fc7b567382 MD5sum: dcd191ff16d1c08daf49ca5b3b7d9c1e 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.9.2-1noble.20260425.144912 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tully Foote Installed-Size: 350 Depends: ros-rolling-stereo-msgs (= 5.9.2-1noble.20260425.144912) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-stereo-msgs/ros-rolling-stereo-msgs-dbgsym_5.9.2-1noble.20260425.144912_arm64.deb Size: 239252 SHA256: 55e7c7227da73a5fc2c20075a585378bec97dc6d275350fbdaa072b4550b9cd7 SHA1: 84cce0485fce57d0a0c2c228af44a3730017469e MD5sum: f97d11f26c61b99bdb1d96bdc94f50a8 Description: debug symbols for ros-rolling-stereo-msgs Build-Ids: 042c72c0f9d9ba914acce3e643115ce0ab780b13 04e05a555619c105a76cf1645cec49289c926123 5c451a46f15ee642ac462ae6379c1a073738d3ea 781e29b0fbba49fa638a8bd2070df4eb6a9711d5 8453652ee5487f120597859499e88a831e26cfd9 8740f4410e6c2d3128271ff65f2a3ab72f0d2ba4 9e7401808e13beec0918bf2e50e6625f49e85c1b a45048dffdde450f8e16559d76e8438302f17b21 c3f91a848aa5e01e4e4b885f660fd29da01be8fa e6f15ff414f1796cdd7e0f8306eba6af203fcbdc eebea568c97ed926503688b46235db0ae4d6f672 Package: ros-rolling-stomp Version: 0.1.2-3noble.20260424.003245 Architecture: arm64 Maintainer: Jorge Nicho Installed-Size: 264 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-3noble.20260424.003245_arm64.deb Size: 63192 SHA256: 075c56e901a814b7630f1627ed69e7d1a170093eaa21caa9ffbebcb0312dda10 SHA1: 8b7d11cecc4aa20dcdc5b398a2d530b620f72645 MD5sum: b208d84d0a2e3fd11a9b160aa2c187d5 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-3noble.20260424.003245 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jorge Nicho Installed-Size: 2648 Depends: ros-rolling-stomp (= 0.1.2-3noble.20260424.003245) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-stomp/ros-rolling-stomp-dbgsym_0.1.2-3noble.20260424.003245_arm64.deb Size: 2619498 SHA256: e36ccd51c800f5523027179cb87c2e45d60b4df8c75aa98983d661ba9ca29a6e SHA1: 4889b1c946f4234e4f46d52ca23526f1cea7f3cf MD5sum: bbefa267c5014acd070fcda7ee41da2e Description: debug symbols for ros-rolling-stomp Build-Ids: 5602ae0fc1fcb1d78c8143a371039c2b6e307725 88e85323892c51b2a3d12c4f74f62f698ce96eea Package: ros-rolling-swri-cli-tools Version: 3.8.7-1noble.20260425.235713 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 91 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-cli-tools/ros-rolling-swri-cli-tools_3.8.7-1noble.20260425.235713_arm64.deb Size: 14494 SHA256: 3f515bf0223a03c0c23078a7be2e00cd78d00c48daa383cfaa1d6a78914cc1e1 SHA1: 89ec5169c429d0fa61ad55ebf77cdd1ee90e2d94 MD5sum: 4ed3ca7cbd7735382a1c41548b619cb1 Description: Command line tools for introspecting ROS systems Package: ros-rolling-swri-console Version: 2.1.2-1noble.20260426.003911 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 4855 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libqt5gui5t64, ros-rolling-rcl-interfaces, ros-rolling-rclcpp, ros-rolling-rmw, ros-rolling-rosbag2-storage-mcap, ros-rolling-rosbag2-transport, ros-rolling-rosidl-default-runtime, 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.1.2-1noble.20260426.003911_arm64.deb Size: 1803240 SHA256: 5aa4b8447a3548d79696800362864fe7af28218bcf143292f96501292b0f43e8 SHA1: 6306a36201b2ce9f637ec79e6467021ea11b1547 MD5sum: 91fc5d87f351f51f1afc78be5d97b3fe 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.1.2-1noble.20260426.003911 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 5672 Depends: ros-rolling-swri-console (= 2.1.2-1noble.20260426.003911) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-console/ros-rolling-swri-console-dbgsym_2.1.2-1noble.20260426.003911_arm64.deb Size: 5281890 SHA256: 5b7031aa109325a63509638bd86fa2726d9720403d76ac2fb8b727ad316f0dc4 SHA1: 734f97b31dcc2522bdf1744573ca3291dc5ed0c2 MD5sum: f998c6a04feb76ada4df6109e9325657 Description: debug symbols for ros-rolling-swri-console Build-Ids: 3f2ff1631d9a6688e5968aeb85dce810366040a3 Package: ros-rolling-swri-console-util Version: 3.8.7-1noble.20260425.173324 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 132 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.8.7-1noble.20260425.173324_arm64.deb Size: 19066 SHA256: 0c23d8036a70c6ab3f95d52190471978e828344d29f0d931573025c9a176d4ab SHA1: 708a8fb599a212ecb83e2dc97c1acf643bf60910 MD5sum: 1dade0ffe748368b8e193c104c7dc3c7 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.8.7-1noble.20260425.173324 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 237 Depends: ros-rolling-swri-console-util (= 3.8.7-1noble.20260425.173324) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-console-util/ros-rolling-swri-console-util-dbgsym_3.8.7-1noble.20260425.173324_arm64.deb Size: 219596 SHA256: 797b67448ce9b996f32da020e5ee8c555aaba19f0efc22bdff37486b8e13a5eb SHA1: f9cfc04a16b6662660f750b091ae8aa128c8ac65 MD5sum: d1177dd4bbd5bcb4dbaee76a3ea09e1f Description: debug symbols for ros-rolling-swri-console-util Build-Ids: ab5d229432f5403c94606ee449aa0ac011062ab1 Package: ros-rolling-swri-dbw-interface Version: 3.8.7-1noble.20260425.095701 Architecture: arm64 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.8.7-1noble.20260425.095701_arm64.deb Size: 9130 SHA256: dee5b912691eb4ac1324ae90bb05bdbbb10fd608c9defe8eb1df1a71f57f7577 SHA1: e73d88eecfe3752dfc39e18763bddf7ab09a4911 MD5sum: 6394b412b96e27eb767f9317fd1c3d7e Description: This package provides documentation on common interface conventions for drive-by-wire systems. Package: ros-rolling-swri-geometry-util Version: 3.8.7-1noble.20260425.160320 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 146 Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.3.1), libgeos-c1t64 (>= 3.5.0), libstdc++6 (>= 5), libeigen3-dev, libgeos-dev, libopencv-dev, ros-rolling-tf2, ros-rolling-ros-workspace Homepage: https://github.com/swri-robotics/marti_common Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-geometry-util/ros-rolling-swri-geometry-util_3.8.7-1noble.20260425.160320_arm64.deb Size: 44736 SHA256: 15b836ff38b27ce4755efbc52772993e749e8991ec80f54306005adaa2a6eddf SHA1: c5f2b7a8eb68197eb46aa890b16260bc836a3939 MD5sum: 3f7700e8fc460c9fbcd192cd0e9ebb23 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.8.7-1noble.20260425.160320 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 1805 Depends: ros-rolling-swri-geometry-util (= 3.8.7-1noble.20260425.160320) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-geometry-util/ros-rolling-swri-geometry-util-dbgsym_3.8.7-1noble.20260425.160320_arm64.deb Size: 1797360 SHA256: f14e8d2a5eb2816376400def13544de313682836a3b63215511c50eeffc61de4 SHA1: 677e0b3317f6a41d140c9ef3835030bb6f22470e MD5sum: f44bc53dee59cb084dc3d059011a57ed Description: debug symbols for ros-rolling-swri-geometry-util Build-Ids: 41c292bff4a59b0dd409774f507d5f755e601b5a Package: ros-rolling-swri-image-util Version: 3.8.7-1noble.20260425.191756 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 620 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-features2d406t64 (>= 4.6.0+dfsg), libopencv-highgui406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopencv-stitching406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libeigen3-dev, libopencv-dev, ros-rolling-ament-index-cpp, ros-rolling-camera-calibration-parsers, ros-rolling-cv-bridge, ros-rolling-image-geometry, ros-rolling-image-transport, ros-rolling-message-filters, ros-rolling-rcl-interfaces, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rclpy, ros-rolling-swri-geometry-util, ros-rolling-swri-math-util, ros-rolling-swri-opencv-util, ros-rolling-tf2, ros-rolling-ros-workspace Homepage: https://github.com/swri-robotics/marti_common Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-image-util/ros-rolling-swri-image-util_3.8.7-1noble.20260425.191756_arm64.deb Size: 165036 SHA256: 5a8c9ab4ed6dc937e528de470bf7625ab56627395b656fc0a3b7b33c1eafa504 SHA1: 0e2b71f00d5a9381b81cde2687dc6c5f740e7cc0 MD5sum: 2bf8bef646f551d9a289f88c534cdf0d 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.8.7-1noble.20260425.191756 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 6855 Depends: ros-rolling-swri-image-util (= 3.8.7-1noble.20260425.191756) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-image-util/ros-rolling-swri-image-util-dbgsym_3.8.7-1noble.20260425.191756_arm64.deb Size: 6265586 SHA256: c4d4b568f13abd4660ae1fd77cd02cc7733a2859bcf0de73783676a2a23c4201 SHA1: 26d2ef5f1ad0a0ca1e8851286ac81e81dd0e5e8d MD5sum: 799e3fa9b1c15ff88deb516392b90a44 Description: debug symbols for ros-rolling-swri-image-util Build-Ids: 8c3962edb2e0d405f0d6cc196c58ed5fc63c87a9 aa58763a7586b75be7164ce82241606ae6ed2c56 Package: ros-rolling-swri-math-util Version: 3.8.7-1noble.20260425.173320 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 168 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.8.7-1noble.20260425.173320_arm64.deb Size: 32284 SHA256: 88d1eafcc1400cd92c9d81abfe8c06440719348d5135545d87ab473537322b15 SHA1: 199d8d400bbc04aa11696acaa2cf7e2d5812796a MD5sum: 9f57f3c14261c2f1cecbefe67c9cf44a 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.8.7-1noble.20260425.173320 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 352 Depends: ros-rolling-swri-math-util (= 3.8.7-1noble.20260425.173320) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-math-util/ros-rolling-swri-math-util-dbgsym_3.8.7-1noble.20260425.173320_arm64.deb Size: 324720 SHA256: 6b0e702837393b4398f3388139177eef02db1c977bf26cb021d1f6347e9bbd0b SHA1: 90fdd621b82026873f17ec58ac5d103c5957d8fe MD5sum: 6194aeada1cca06e151fc256d995d155 Description: debug symbols for ros-rolling-swri-math-util Build-Ids: 53af5b1786765691c5cb558bf4ac4b6f9d7d3f2a Package: ros-rolling-swri-opencv-util Version: 3.8.7-1noble.20260425.175906 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 226 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-highgui406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 5), libopencv-dev, ros-rolling-cv-bridge, ros-rolling-swri-math-util, ros-rolling-ros-workspace Homepage: https://github.com/swri-robotics/marti_common Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-opencv-util/ros-rolling-swri-opencv-util_3.8.7-1noble.20260425.175906_arm64.deb Size: 45564 SHA256: b4895a49e88d0bcbac015038cf5378e200bfa8eb67fc88a4bcd933a186b69529 SHA1: f0ad25ffebcd8455a5df9f73da98a80ce3d2b905 MD5sum: 21df568d5c178555b37d63e51c69797a 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.8.7-1noble.20260425.175906 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 524 Depends: ros-rolling-swri-opencv-util (= 3.8.7-1noble.20260425.175906) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-opencv-util/ros-rolling-swri-opencv-util-dbgsym_3.8.7-1noble.20260425.175906_arm64.deb Size: 487028 SHA256: adc7410f64f780629aebc84b2a967ee0cc02ff72f0cde1444af2c003dc6dd464 SHA1: 8901a88bc668ea62749ea9f94203ae0e24cd1657 MD5sum: 4a6f57e24f6dfbd18199d16f1430321d Description: debug symbols for ros-rolling-swri-opencv-util Build-Ids: 94ef79cf04128d1cfeb150cde767a56d17476150 Package: ros-rolling-swri-roscpp Version: 3.8.7-1noble.20260425.171601 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 673 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-diagnostic-msgs, ros-rolling-diagnostic-updater, ros-rolling-marti-common-msgs, ros-rolling-nav-msgs, ros-rolling-rclcpp, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-std-srvs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-roscpp/ros-rolling-swri-roscpp_3.8.7-1noble.20260425.171601_arm64.deb Size: 130142 SHA256: 93304891c7b28a366b1310ef9923f8fc9ff0a70470a16aae39e9cf418012a364 SHA1: 49df435322a9a3151a4e9764139066bafbec29a8 MD5sum: 4e076c16a7b85bfe6c134ccc2a4509f7 Description: A package that extends rclcpp with some commonly used functionality to reduce boilerplate code. Package: ros-rolling-swri-roscpp-dbgsym Package-Type: ddeb Source: ros-rolling-swri-roscpp Version: 3.8.7-1noble.20260425.171601 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 2305 Depends: ros-rolling-swri-roscpp (= 3.8.7-1noble.20260425.171601) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-roscpp/ros-rolling-swri-roscpp-dbgsym_3.8.7-1noble.20260425.171601_arm64.deb Size: 1925358 SHA256: caa673f26566356cd475dcbbe7bb0c072bd958c6f7db485ffe10ab0e9969c12a SHA1: a2bef6ed2be6bcdfef56576847a11b84156c2f84 MD5sum: 2fc9cef9a7e2ad725efd54699b932cec Description: debug symbols for ros-rolling-swri-roscpp Build-Ids: 443d2d4d64f9cde741fc291676861a34a58f8990 Package: ros-rolling-swri-route-util Version: 3.8.7-1noble.20260425.222320 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 236 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-geometry-msgs, ros-rolling-marti-common-msgs, ros-rolling-marti-nav-msgs, ros-rolling-rclcpp, ros-rolling-swri-geometry-util, ros-rolling-swri-math-util, ros-rolling-swri-transform-util, ros-rolling-tf2-geometry-msgs, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-route-util/ros-rolling-swri-route-util_3.8.7-1noble.20260425.222320_arm64.deb Size: 63910 SHA256: eee9b3840cc379153ac769b1e29ab5c7c5c6d1d64d92df9ae86f8e44d31b9676 SHA1: afe70592825ef79d209570fc3193d36e0755a00a MD5sum: be87941ffcef19f6f4cc4a9f0e287dee 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.8.7-1noble.20260425.222320 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 1041 Depends: ros-rolling-swri-route-util (= 3.8.7-1noble.20260425.222320) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-route-util/ros-rolling-swri-route-util-dbgsym_3.8.7-1noble.20260425.222320_arm64.deb Size: 989968 SHA256: 7d6516265b5dc27003cf19d29ce550e797029d45fa7a4fb05f3517b54a40e521 SHA1: 773fb1421df787326aca981dee83a79276626a47 MD5sum: 24a2f536472d645927d51a7cf25a209a Description: debug symbols for ros-rolling-swri-route-util Build-Ids: 8cdd82169d95519a114e55223452f75b9174f713 Package: ros-rolling-swri-serial-util Version: 3.8.7-1noble.20260425.095710 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 132 Depends: libc6 (>= 2.17), 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.8.7-1noble.20260425.095710_arm64.deb Size: 19624 SHA256: 39b2b1c97ef9efdbbeaba10d9dd7f598d47d815388ed4f9a1a4d4d2a1255331a SHA1: bde1bf033236ae5ea17c5f2b94bc012fb3a9ba08 MD5sum: a22c8cc45dbcbf9dc0d7f039f9fae569 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.8.7-1noble.20260425.095710 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 97 Depends: ros-rolling-swri-serial-util (= 3.8.7-1noble.20260425.095710) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-serial-util/ros-rolling-swri-serial-util-dbgsym_3.8.7-1noble.20260425.095710_arm64.deb Size: 80402 SHA256: 31e80944e0f773922dae478eb83358430b84ce5c5a74fc40771efdc6e3eb7d8f SHA1: fcb4c2bfa516653db0ee554c2df161adcfa462aa MD5sum: 291e59792d0e1ef6f796a6d2e6fd2225 Description: debug symbols for ros-rolling-swri-serial-util Build-Ids: ba3b427bb74103a81b63bf6bd86dff8d9da88fdc Package: ros-rolling-swri-transform-util Version: 3.8.7-1noble.20260425.221028 Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 2785 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgeographiclib26 (>= 1.40), libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libproj25 (>= 5.0.0), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libgeographiclib-dev, libgeos-dev, libopencv-dev, libproj-dev, python3-numpy, python3-yaml, ros-rolling-cv-bridge, ros-rolling-diagnostic-msgs, ros-rolling-diagnostic-updater, ros-rolling-geographic-msgs, ros-rolling-geometry-msgs, ros-rolling-gps-msgs, ros-rolling-marti-nav-msgs, ros-rolling-rcl-interfaces, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rclpy, ros-rolling-sensor-msgs, ros-rolling-swri-math-util, ros-rolling-swri-roscpp, 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.8.7-1noble.20260425.221028_arm64.deb Size: 418876 SHA256: f5c43ad5988b9a635e1181c093205e2ecff898cb299d9050ab38e21861635759 SHA1: 9edc9fa2f84fdf3de01ca03387f8b7eed1c312c6 MD5sum: 7ef0ded9818db25a9cdab0a633cba873 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.8.7-1noble.20260425.221028 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Southwest Research Institute Installed-Size: 12546 Depends: ros-rolling-swri-transform-util (= 3.8.7-1noble.20260425.221028) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-transform-util/ros-rolling-swri-transform-util-dbgsym_3.8.7-1noble.20260425.221028_arm64.deb Size: 10409678 SHA256: 76c5970e43a48eeefa52f781f735a3b8b9e84f5f40530f5af9f4579a0de5dc58 SHA1: a2beb6f9d18532f7742757e9f57b1b1d2bdaea50 MD5sum: 7c603202c0922bad2430ab56fe11cf70 Description: debug symbols for ros-rolling-swri-transform-util Build-Ids: 276403598edbbee5b6256e63f85da75371c25ce3 36f81cefe3b16950dbd577715297eadec49927c8 87f6805e82ca3f6beade88fac64d8ac3984d6bfc Package: ros-rolling-synapticon-ros2-control Version: 0.3.0-1noble.20260426.010759 Architecture: arm64 Maintainer: Elevate Robotics Installed-Size: 686 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libcap-dev, ros-rolling-controller-manager, ros-rolling-forward-command-controller, ros-rolling-hardware-interface, ros-rolling-joint-state-broadcaster, ros-rolling-joint-trajectory-controller, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-robot-state-publisher, ros-rolling-ros2controlcli, ros-rolling-ros2launch, ros-rolling-rviz2, ros-rolling-xacro, ros-rolling-ros-workspace Homepage: https://www.synapticon.com/en/products/ros2-integration-von-synapticon Priority: optional Section: misc Filename: pool/main/r/ros-rolling-synapticon-ros2-control/ros-rolling-synapticon-ros2-control_0.3.0-1noble.20260426.010759_arm64.deb Size: 146960 SHA256: 039e0cfa930a4ae720995612afd6ea406c0bc66ea691058318b13457018a4e28 SHA1: 931b62e14529bc88c0fb05c43d37db16679939b1 MD5sum: 06907c0fb753192ed309a3022e5a8259 Description: A ros2_control interface for Synapticon motor drivers Package: ros-rolling-synapticon-ros2-control-dbgsym Package-Type: ddeb Source: ros-rolling-synapticon-ros2-control Version: 0.3.0-1noble.20260426.010759 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Elevate Robotics Installed-Size: 1113 Depends: ros-rolling-synapticon-ros2-control (= 0.3.0-1noble.20260426.010759) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-synapticon-ros2-control/ros-rolling-synapticon-ros2-control-dbgsym_0.3.0-1noble.20260426.010759_arm64.deb Size: 1022458 SHA256: 3b5e0d3109f39a22d895c9b622364f6bd50a65a10872ecf5ab4b111816444450 SHA1: 5b3b92b44d91418c93dbbc38af27d9ef5fcf9406 MD5sum: b4d1ac90332019a3bc53c527371295b9 Description: debug symbols for ros-rolling-synapticon-ros2-control Build-Ids: 1aa6d00b9b7b6874a62f88fa12f56be7ed1e8ba3 9b93e5bad82ec1827564929bbf56efc4d4fc2e35 Package: ros-rolling-sync-tooling-msgs Version: 0.2.7-1noble.20260425.095823 Architecture: arm64 Maintainer: Max Schmeller Installed-Size: 852 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sync-tooling-msgs/ros-rolling-sync-tooling-msgs_0.2.7-1noble.20260425.095823_arm64.deb Size: 111344 SHA256: b52519212e429903796c9e50b6b54200a9c1591f7c8e06d34d2d4039bb447e40 SHA1: e08b81eb57ecbb35864b0b4de32956cce95bf24c MD5sum: dc6a34c1032db7a54540d976e52bd84a 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.7-1noble.20260425.095823 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Max Schmeller Installed-Size: 3040 Depends: ros-rolling-sync-tooling-msgs (= 0.2.7-1noble.20260425.095823) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sync-tooling-msgs/ros-rolling-sync-tooling-msgs-dbgsym_0.2.7-1noble.20260425.095823_arm64.deb Size: 2841526 SHA256: a77db1f859682ea99bed6b7d1bb395b30a74df4f82fa7f50467316b69ba3ade0 SHA1: bc25b7b22bf8dfb755e6f1882a2e77f69f83db23 MD5sum: 22c23d69fe6152005ee5e5196c9b4420 Description: debug symbols for ros-rolling-sync-tooling-msgs Build-Ids: 66d21f207906d8389d97a7e1bd209ac464e9fb05 Package: ros-rolling-system-fingerprint Version: 0.7.0-3noble.20260425.235713 Architecture: arm64 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-system-fingerprint/ros-rolling-system-fingerprint_0.7.0-3noble.20260425.235713_arm64.deb Size: 10768 SHA256: 589c6872d30d4b132cc9b157eb5c29589b82e4e89218c77eb18df6cb84beaaa9 SHA1: cdd2ae077ccbc4c07bd8b6e258e0d24ef87a0979 MD5sum: f2d3c3cd32b53272e2a38dfafc98bc61 Description: The system_fingerprint package Package: ros-rolling-system-modes-msgs Version: 0.9.0-5noble.20260425.131742 Architecture: arm64 Maintainer: Arne Nordmann Installed-Size: 2112 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-5noble.20260425.131742_arm64.deb Size: 139188 SHA256: dc6acd782bef6c0a558d2a36549a8136fb4563f29b05a7d77b8ad09f879ed6fd SHA1: a91aa8f97ffe56788e85d1c81d7e28572231ccdf MD5sum: 6acb53e7870d647cf6e9b20cc0e93115 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-5noble.20260425.131742 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Arne Nordmann Installed-Size: 1430 Depends: ros-rolling-system-modes-msgs (= 0.9.0-5noble.20260425.131742) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-system-modes-msgs/ros-rolling-system-modes-msgs-dbgsym_0.9.0-5noble.20260425.131742_arm64.deb Size: 1074592 SHA256: 4d7913d17e302e1d7474e3a899fa7abb834fc5760691c44d24e0c40838a204dd SHA1: 5cf17bf341d692d9aa7ff26c9e407e8e85ff59fc MD5sum: 16a759b220621da79462f24499548246 Description: debug symbols for ros-rolling-system-modes-msgs Build-Ids: 3327fed5d37af1f52ba965c0ec9c75fc060ac1cf 58fa4a8278755315651b4a5d37321bba6641f5e4 6ef3429e4fa19de92223c154d539a260e4179dd8 7b963cc9ef9772453a23757aaf93d9e6ba072434 7f8a187ec9ee0a8e9141af7bd83aed3982c3d01e 8941e70d8df23cce8fa7dd4e939d1e0e3dd6cf18 aaf57f6b33a06c10cc5cb72666cdce575744e152 be997ef9f68e8427703d91ce11a8eefb4b00f0af c95b9bb8d1fc2bd7747e893d3f9a7a1712542341 ce80930f72003c4278403723c0706cc0f2702129 f7282d7cc26b91ee1870c9035d1ad5a9315cec8c Package: ros-rolling-system-webview Version: 0.0.3-1noble.20260426.000329 Architecture: arm64 Maintainer: david Installed-Size: 1224 Depends: libc6 (>= 2.38), libcpp-httplib0.14t64 (>= 0.14.3+ds), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libcpp-httplib-dev, pkg-config, ros-rolling-ament-index-cpp, ros-rolling-rclcpp, ros-rolling-rosbridge-server, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-system-webview/ros-rolling-system-webview_0.0.3-1noble.20260426.000329_arm64.deb Size: 291738 SHA256: 560c9c5012f5d4ffbd7724224c05825554c4a4be144bd46d71b18423abee0abc SHA1: 6563e843ac37d2cf53c4fb475746660f48a1b021 MD5sum: 6621c5898ece9987533fffe8448252c9 Description: Real-time web-based system webview for ROS 2 — CPU, memory, swap, load average, and /rosout log viewer Package: ros-rolling-system-webview-dbgsym Package-Type: ddeb Source: ros-rolling-system-webview Version: 0.0.3-1noble.20260426.000329 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: david Installed-Size: 1398 Depends: ros-rolling-system-webview (= 0.0.3-1noble.20260426.000329) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-system-webview/ros-rolling-system-webview-dbgsym_0.0.3-1noble.20260426.000329_arm64.deb Size: 1307908 SHA256: cad46da9738868ebaa706a776360f75a204c7f89ab0fc90bba65b76670a9d4aa SHA1: e40fed647f7674be58075e56dc55ed5772884eb7 MD5sum: bddb1e14c371846b59b8eb48d70c17bc Description: debug symbols for ros-rolling-system-webview Build-Ids: a0d5a3bdc9c7b5284c46087d3c73ce7552bb7a3d Package: ros-rolling-tango-icons-vendor Version: 0.5.1-1noble.20260425.095921 Architecture: arm64 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.5.1-1noble.20260425.095921_arm64.deb Size: 6538 SHA256: b1e5bcde82b416ef8d5581d3d110c254669d9e63867277d209c30f8dac01a28f SHA1: 701a796b6c79fdd9f22575fb6be30b17fd2494ac MD5sum: 7ebab6712b4e8e37cc861754f3adb4e7 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.2-1noble.20260425.095931 Architecture: arm64 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.2-1noble.20260425.095931_arm64.deb Size: 11324 SHA256: 6910208d01f4cddacfe3ac34c1c8f491e925fd6047c4ef74bc26649d7d79661d SHA1: ae1a09e41ef60c441ae3ba156c194e46698047b6 MD5sum: 07dbefd230b6088611d375da6cc8f465 Description: Implementation of C++20's std::span Package: ros-rolling-teleop-tools Version: 2.0.0-1noble.20260425.202520 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 44 Depends: ros-rolling-joy-teleop, ros-rolling-key-teleop, ros-rolling-teleop-tools-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-teleop-tools/ros-rolling-teleop-tools_2.0.0-1noble.20260425.202520_arm64.deb Size: 6158 SHA256: be55a873029d2919f6fd5e1e721d2257132092767e9e831a353ffcb6d9a190a4 SHA1: 378c75450747fbdb908082a99865930044c4fbd9 MD5sum: 55e81984a383e0317401a676eadadd8d Description: A set of generic teleoperation tools for any robot. Package: ros-rolling-teleop-tools-msgs Version: 2.0.0-1noble.20260425.131826 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 1985 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 11), ros-rolling-fastcdr, ros-rolling-action-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-teleop-tools-msgs/ros-rolling-teleop-tools-msgs_2.0.0-1noble.20260425.131826_arm64.deb Size: 121146 SHA256: fc4fd2ba0d43adb7985435062c1de75425e13843bc204898bb61e436b3f8cb8a SHA1: 067aa8173abd620d3543661ab3f5f3310fd12ec7 MD5sum: 6d193361a1ce7b48c8da250e587c1f4b 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-1noble.20260425.131826 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 856 Depends: ros-rolling-teleop-tools-msgs (= 2.0.0-1noble.20260425.131826) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-teleop-tools-msgs/ros-rolling-teleop-tools-msgs-dbgsym_2.0.0-1noble.20260425.131826_arm64.deb Size: 556852 SHA256: 4fbb4cb0989672b38ea7e680471d275a4ebbf52bead6f1e309b2b22685526281 SHA1: 6e2a7337cb7d788600c9107adf04d5bf2a3ff6aa MD5sum: f076f3d167f63b16f34a92aa2cdcb415 Description: debug symbols for ros-rolling-teleop-tools-msgs Build-Ids: 03732dfa0ffefffefac36c1dd335168623ada77c 16f720beae0092cdeaeeec702fe0567f3c7c8d77 55b01249e483a037789acdcf0bc79379014923f0 5cc8e90b7128326ec7ee6014276144433b46d8ac 6468f2783b9d9ee2f6c6ec986af93f5903e16648 7897324278b8733fd8afdd9d10f5d2235e345045 800e1f69cec5de9a7802f82477977c2fb60d2887 975a70368986eb5664c41a5df0161d73cf76390f a7da94cab7cb33803e14ea00446a890c7a17325a ba63c0151196b94af8cb934d413548a4a419f41e eb59a7e11ae072b7ab0ae123004aab9889aca50f Package: ros-rolling-teleop-twist-joy Version: 2.6.5-1noble.20260425.185602 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 733 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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-1noble.20260425.185602_arm64.deb Size: 139464 SHA256: 965dbaacc218335b0f8243b0ea434b92144db81137c8af93af3bc42a7fb1a400 SHA1: 19f1536032e970f678da65285c3c8b5d6466e351 MD5sum: 935d1ce3966042e485ee5820dbfbf668 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-1noble.20260425.185602 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 3070 Depends: ros-rolling-teleop-twist-joy (= 2.6.5-1noble.20260425.185602) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-teleop-twist-joy/ros-rolling-teleop-twist-joy-dbgsym_2.6.5-1noble.20260425.185602_arm64.deb Size: 2641464 SHA256: 90ceb005f1e07a392f3b064c1e235106971b0514974db680bd86b731bb4704ab SHA1: 8ec28ab9d0f575284fae2fafe158f0e20b53fcbe MD5sum: 295b47a0093144edd24246b62d8ae659 Description: debug symbols for ros-rolling-teleop-twist-joy Build-Ids: 798cb3f3086779d85edd7dfc4dba79a65479d36a d3ca90873a6cf83d50ac1c28fe948f0528aca01e Package: ros-rolling-teleop-twist-keyboard Version: 2.4.1-1noble.20260426.002046 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 46 Depends: ros-rolling-geometry-msgs, ros-rolling-rcl-interfaces, ros-rolling-rclpy, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-teleop-twist-keyboard/ros-rolling-teleop-twist-keyboard_2.4.1-1noble.20260426.002046_arm64.deb Size: 9434 SHA256: edc3211dcd24b67e2a1810615fd5f48b7d1de092acc66fbf2189935b9e4a6886 SHA1: a7b3137a4ae8ab44dfc82549a3f991f6ee5f6522 MD5sum: 07993b87f150a9732b7adc940d0e8c1f Description: A robot-agnostic teleoperation node to convert keyboard commands to Twist messages. Package: ros-rolling-tensorrt-cmake-module Version: 0.0.5-1noble.20260425.100220 Architecture: arm64 Maintainer: Daisuke Nishimatsu Installed-Size: 50 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tensorrt-cmake-module/ros-rolling-tensorrt-cmake-module_0.0.5-1noble.20260425.100220_arm64.deb Size: 6930 SHA256: 45acf08fbe6f4c799b3e2c87a20adf9a5bfea83a30567740d24146c88599042e SHA1: 818fd78dbcafdd76e18d8a1f7808b155a5183a61 MD5sum: 11733008313ee3ee0a139b9a5d86cb52 Description: Exports a CMake module to find TensorRT. Package: ros-rolling-test-apex-test-tools Version: 0.0.2-8noble.20260425.111313 Architecture: arm64 Maintainer: Apex.AI, Inc. Installed-Size: 44 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-test-apex-test-tools/ros-rolling-test-apex-test-tools_0.0.2-8noble.20260425.111313_arm64.deb Size: 5396 SHA256: d38ad0a65d1fd70bc7d29c407744e2909c95d6576c3f7d58a71b83f042e55ed7 SHA1: bb23aa76481b4d4710f1c78ca553ce3d52d6f3b0 MD5sum: f63a32d6d86bb03b505ec3241ae2fcaf Description: Test package, which uses things exported by apex_test_tools Package: ros-rolling-test-interface-files Version: 0.14.1-1noble.20260424.000707 Architecture: arm64 Maintainer: Dharini Dutia Installed-Size: 69 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-test-interface-files/ros-rolling-test-interface-files_0.14.1-1noble.20260424.000707_arm64.deb Size: 8966 SHA256: 7ff6634334b6c47a432e34d8d231c3959f4624938606205500df18db7c7c1481 SHA1: b7ce01858669c9ba5fabcd5de198ea79ecfd88c4 MD5sum: 514a4db777d70821aa6dad654f103eb2 Description: A package containing message definitions and fixtures used exclusively for testing purposes. Package: ros-rolling-test-msgs Version: 2.4.4-1noble.20260425.131833 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 11265 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.4.4-1noble.20260425.131833_arm64.deb Size: 699310 SHA256: 14affb8895f9b78262f0857e11bac2ad0fe90fe7a7469df7aad906c7f71d8e9e SHA1: 5a9bf86846d168349108d5e2798c8a4acea290b3 MD5sum: 4e24e8883b61bf6bf97113516f34623e 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.4.4-1noble.20260425.131833 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 7648 Depends: ros-rolling-test-msgs (= 2.4.4-1noble.20260425.131833) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-test-msgs/ros-rolling-test-msgs-dbgsym_2.4.4-1noble.20260425.131833_arm64.deb Size: 6041928 SHA256: 8222fae562c04c864bc232a14e7017df79c66650574b277b47f17c95287ad028 SHA1: 05d113c4c23a4a212e4a4711415edd4e2a395c28 MD5sum: 9e4b97d2b504a32fc3142d13365270ed Description: debug symbols for ros-rolling-test-msgs Build-Ids: 189a702c1d5af6d7ef692f39e76c8f5c8722e1d6 292df1b285b2dfe2e3e624b5fe6bd3308a0a371a 52a78c9a0060ecc31d0edbcf69cce7079ebe1774 78817a50d3054bc2f46517cf60402140d82ca22b b620c2be70bf9ce22cfb6f57b9d114a0c9a82af4 bfabf5afaf72977241ddd293731a410c051361c9 cd12f08b912167fb3e157de2d24cbc986cd2ae06 e7a08930c55d1c86fbfdd5b513afc7ead237145f e85f8e4c570255a9758501de269773491b6d2b06 f326a46141b4fe4722e48abb7b5fa6b816af5841 fbcf8ec8add3e0a588b3e8dd4c2dfe6d43e559e0 Package: ros-rolling-tf-transformations Version: 1.1.1-1noble.20260424.005009 Architecture: arm64 Maintainer: David V. Lu!! Installed-Size: 121 Depends: python3-numpy, python3-transforms3d, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf-transformations/ros-rolling-tf-transformations_1.1.1-1noble.20260424.005009_arm64.deb Size: 23954 SHA256: c8154ffe2c2c3b139a1fa7aebe4013ab69585146a0c69d391d5a8eeb0d95b6d0 SHA1: d320404126bc0abe0e08cb37a5ac609049f4154b MD5sum: 021e11966d1af20b7a4c20269710727c Description: Reimplementation of the tf/transformations.py library for common Python spatial operations Package: ros-rolling-tf-tree-terminal Version: 2.0.0-2noble.20260426.000239 Architecture: arm64 Maintainer: Tanneguy de Villemagne Installed-Size: 60 Depends: python3-yaml, ros-rolling-geometry-msgs, ros-rolling-rclpy, ros-rolling-tf2-ros, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf-tree-terminal/ros-rolling-tf-tree-terminal_2.0.0-2noble.20260426.000239_arm64.deb Size: 14556 SHA256: 68d94fe23581e68f86bf40a136e7c704a51938c38671ba6efa65cde1bdb58531 SHA1: a5524b8c59a1ff3c65835e7a68f62425a679dc40 MD5sum: 6e0b167f11ad1661b451982364484913 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.45.7-1noble.20260425.155622 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 368 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.45.7-1noble.20260425.155622_arm64.deb Size: 89484 SHA256: 87c4e1baa11faf6b73271a94451c8d7daddeab65b728dc4a8f3a5a6f078c6f61 SHA1: 6df13bf3f8cf2745f6cb9f8f97b08714bd95f171 MD5sum: 4f0a6629892bf8ba64082b74fa2af74b 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.1-1noble.20260425.221127 Architecture: arm64 Maintainer: Stephen Williams Installed-Size: 120 Depends: libboost-dev, libeigen3-dev, ros-rolling-rclcpp, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-2d/ros-rolling-tf2-2d_1.6.1-1noble.20260425.221127_arm64.deb Size: 16398 SHA256: 08303c0abac804603e768a094bcebbed48329a895d5289f63ad03ce5ba0b9b03 SHA1: 3c8be5dde2c0e6664d047cd80f5b012ce7bcb439 MD5sum: 60e49af00a534721badaf51e007cca9d Description: A set of 2D geometry classes modeled after the 3D geometry classes in tf2. Package: ros-rolling-tf2-bullet Version: 0.45.7-1noble.20260425.211502 Architecture: arm64 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.45.7-1noble.20260425.211502_arm64.deb Size: 11096 SHA256: c4123fd71db4df0b6a75ae541b33a12a188b9718d3e1e83d995df7826e70653b SHA1: ddac6e90d0156ede4504c242cc8d31c50c751060 MD5sum: 9ea6689e489e5287f9eb00c49ba86fd3 Description: tf2_bullet Package: ros-rolling-tf2-dbgsym Package-Type: ddeb Source: ros-rolling-tf2 Version: 0.45.7-1noble.20260425.155622 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 595 Depends: ros-rolling-tf2 (= 0.45.7-1noble.20260425.155622) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2/ros-rolling-tf2-dbgsym_0.45.7-1noble.20260425.155622_arm64.deb Size: 539906 SHA256: dfc4cd52d565b35e01868b45351e4a1fabcc52fea75a02a5286ca2dced5ab99a SHA1: d83da33ea312133dc2a5ea5910a481e1b1ad3614 MD5sum: cffa6b2e35a9d77d62d9ec0e8084eee2 Description: debug symbols for ros-rolling-tf2 Build-Ids: 9f11eaf089b189e583526da7fc1346d6c065ec83 Package: ros-rolling-tf2-eigen Version: 0.45.7-1noble.20260425.211515 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 87 Depends: libeigen3-dev, ros-rolling-geometry-msgs, ros-rolling-tf2, ros-rolling-tf2-ros, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-eigen/ros-rolling-tf2-eigen_0.45.7-1noble.20260425.211515_arm64.deb Size: 14102 SHA256: 4e2fbaf756ccde616279915c941b1de0d98347360fc0fd67da48700760a443a9 SHA1: 39f67bcae0d1549ad61fde5a95ca448592cf978d MD5sum: d92190c13a56020896381675edc211ba Description: tf2_eigen Package: ros-rolling-tf2-eigen-kdl Version: 0.45.7-1noble.20260425.160313 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 145 Depends: libc6 (>= 2.17), liborocos-kdl1.5 (>= 1.5.1), libeigen3-dev, liborocos-kdl-dev, ros-rolling-tf2, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-eigen-kdl/ros-rolling-tf2-eigen-kdl_0.45.7-1noble.20260425.160313_arm64.deb Size: 15592 SHA256: 1bccd508263ac1eb7823dea5df16a47403c3d3b5e09839e118bdda4b2fd6e324 SHA1: 0ea4fc166d81b3d1a1250b5e4ad3f6ae7c10340a MD5sum: 5b42b39380304e5e8a6f37c33dc78671 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.45.7-1noble.20260425.160313 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 105 Depends: ros-rolling-tf2-eigen-kdl (= 0.45.7-1noble.20260425.160313) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-eigen-kdl/ros-rolling-tf2-eigen-kdl-dbgsym_0.45.7-1noble.20260425.160313_arm64.deb Size: 90260 SHA256: 054ed0a0947cde4ca91b697ba75a64cdad0e3807405e85246d14bd4dbf95f6db SHA1: 4ecc7b7369b3ebe90d94d172c7e0ef0455e51a85 MD5sum: b83d5aeb7aaab683ab577b2c794346fe Description: debug symbols for ros-rolling-tf2-eigen-kdl Build-Ids: 30edc83e5dfdcf122cf3f51dd93dc58a304cdfdf Package: ros-rolling-tf2-geometry-msgs Version: 0.45.7-1noble.20260425.212053 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 142 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.45.7-1noble.20260425.212053_arm64.deb Size: 20448 SHA256: 0c67c41edc98eae86415b897a6ef51f98f22b6fd921a04a1c0b854a510291e2a SHA1: 4300a2e736e2540cd36b7240ee0942c52b3f63a5 MD5sum: 97a35dd994108f1b94cd4b8cfe0f2ec3 Description: tf2_geometry_msgs Package: ros-rolling-tf2-kdl Version: 0.45.7-1noble.20260425.222630 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 93 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.45.7-1noble.20260425.222630_arm64.deb Size: 14258 SHA256: dfd45a1b284d501570efd7e65fba28a5c71ef650d89966db2a6fae0245a19ad5 SHA1: f86e1fcaeb92535f3ecbaa0f92a2a75b26336568 MD5sum: 09fa9b8ccdc38d2fdfd7e68676a02907 Description: KDL binding for tf2 Package: ros-rolling-tf2-msgs Version: 0.45.7-1noble.20260425.135400 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2667 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.45.7-1noble.20260425.135400_arm64.deb Size: 181278 SHA256: c68be809187cf748b83a2226e4f9c7a04e96a87127c4ac51156722eea1f7bcad SHA1: f782c5eb50d219a7036c65a7d85428b81da0c28d MD5sum: c71556805afbdb344ae6c2e91125cd4f Description: tf2_msgs Package: ros-rolling-tf2-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-tf2-msgs Version: 0.45.7-1noble.20260425.135400 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 1586 Depends: ros-rolling-tf2-msgs (= 0.45.7-1noble.20260425.135400) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-msgs/ros-rolling-tf2-msgs-dbgsym_0.45.7-1noble.20260425.135400_arm64.deb Size: 1161792 SHA256: 66b2b8c476acfe0757cf8b8ed994b289b95bddab28ecb4b8f5378af9f9367840 SHA1: ed748cf8cf149d4d01ec87d79f6efe26f17b5248 MD5sum: b3474709ce313a9e36641f6bc0e71a50 Description: debug symbols for ros-rolling-tf2-msgs Build-Ids: 32333f54220e0acfd414a428a8068191624ebfa5 3cd1431d13906f440bbff279091c6af2e60a9a0a 4ef002acad738b91df35b0826bf1b9fd5ef4f12d 58e456bb6420bbb886d80c76015e11f7b3592fbe 80f269d88c27a39212aee7d1d0e99eb422b82116 986e1824e736155473afec18307183a437fdb810 bc44827bc95c2ff369fadc6d19a5d10b12196433 bf0dca0e9be38fd3f77219c9f5933ddaa1e8cc89 e1e08710fa1f18da0fd98817ea412c55eeb7a0ad f1370cee678b4879a23ed0dccb2917abee1d3614 feeb4d8d21f9e42e847e0574f33ac69a1b3a2197 Package: ros-rolling-tf2-py Version: 0.45.7-1noble.20260425.165637 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 128 Depends: libc6 (>= 2.17), 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.45.7-1noble.20260425.165637_arm64.deb Size: 27910 SHA256: ae2d8f64bd5d45678506af7b13f3ddb71748eb7885a9821f386088ed775861ce SHA1: d700c3e4a7d1df08b3e1a8bd84c8daafd1318375 MD5sum: 46e98cb9593f3e3fff7b74a7d857ad50 Description: Python bindings for the tf2 library Package: ros-rolling-tf2-py-dbgsym Package-Type: ddeb Source: ros-rolling-tf2-py Version: 0.45.7-1noble.20260425.165637 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 183 Depends: ros-rolling-tf2-py (= 0.45.7-1noble.20260425.165637) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-py/ros-rolling-tf2-py-dbgsym_0.45.7-1noble.20260425.165637_arm64.deb Size: 158676 SHA256: 2041fb2101473244f5c2f21dc9191b73b8ff83fafc2efcc51bd9ffbbc74a2569 SHA1: c9b53ca2ba1d65ce3c62dc66de71e85f028a64f9 MD5sum: f7f88b24497584507065a6b37e2f0fec Description: debug symbols for ros-rolling-tf2-py Build-Ids: 809eb88cf66450b1429eebd8d713388e2831c9dd Package: ros-rolling-tf2-ros Version: 0.45.7-1noble.20260425.205444 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 1742 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-message-filters, ros-rolling-rcl-interfaces, ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-rclcpp-components, ros-rolling-rcpputils, ros-rolling-tf2, ros-rolling-tf2-msgs, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/tf2_ros Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-ros/ros-rolling-tf2-ros_0.45.7-1noble.20260425.205444_arm64.deb Size: 313746 SHA256: c63348a3c26df1c8e8c86a9edc9e644304fa2837c5abf39dcf5c88ad68bbf308 SHA1: fcf95503c4cff4b8966cd1ffcfc21c4463bd7a09 MD5sum: 107ae329bf4f3ddcaf336f913442eb32 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.45.7-1noble.20260425.205444 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 8151 Depends: ros-rolling-tf2-ros (= 0.45.7-1noble.20260425.205444) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-ros/ros-rolling-tf2-ros-dbgsym_0.45.7-1noble.20260425.205444_arm64.deb Size: 7120346 SHA256: 7f039df02dc938b8e32adf7781ed3a9ab87b475a1db09684712f258e21191806 SHA1: 9c65a62744cd6175f3f6b3e94f9b09347b979a7b MD5sum: 14ed521f8e29659e5cca9b2329c760cc Description: debug symbols for ros-rolling-tf2-ros Build-Ids: 2fe3e414e68ad77727527b85a08996c809f82bf9 3a21d8c31019b58b6c369802ae02848653fa9368 3f2441eedb34d91f6bf0957d37b9c008044c079a 3ffa87173f52aea73f49f77791666a4ca58dfc54 85ea0f3ea6ca04327bb764823a1c40da48f91ab2 aa7afa1896f5e48bfc64b24b1a4a2af917bc431d Package: ros-rolling-tf2-ros-py Version: 0.45.7-1noble.20260425.200104 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 152 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.45.7-1noble.20260425.200104_arm64.deb Size: 28168 SHA256: 8e531869e2ec2336b760b082d60f360d874b7920e7b0056e754d79d406698215 SHA1: 7659b5bfd6851cc46cad1be5e2268a37eec2417d MD5sum: 2b6626cf3aec200a83bd48e8538c2ed0 Description: This package contains the ROS Python bindings for the tf2 library Package: ros-rolling-tf2-sensor-msgs Version: 0.45.7-1noble.20260425.222822 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 91 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.45.7-1noble.20260425.222822_arm64.deb Size: 15762 SHA256: 0e2527d67b6c28629d69713ca8bac99d3ae77dc499e63edbd84e63de2a60fa9c SHA1: b254af6128f2052ed9c81222268ee8cb6b029e85 MD5sum: 03ef0c4fe6189541309d5f1df00dcdb9 Description: Small lib to transform sensor_msgs with tf. Most notably, PointCloud2 Package: ros-rolling-tf2-tools Version: 0.45.7-1noble.20260425.202036 Architecture: arm64 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.45.7-1noble.20260425.202036_arm64.deb Size: 10850 SHA256: 4327036eb180d1b12dba49a78fdba5aac3506d1cf6b8ee4a91a69e238ef80a5c SHA1: 16883cf9f738293a3a2a5400a2c18e3c4f07a000 MD5sum: 4b5a357f28413c6f88fa74dea74982a1 Description: tf2_tools Package: ros-rolling-tf2-web-republisher Version: 1.0.0-1noble.20260425.222856 Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 272 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-web-republisher/ros-rolling-tf2-web-republisher_1.0.0-1noble.20260425.222856_arm64.deb Size: 54894 SHA256: c9af9d172185384c84b3af4a379675320c0e1d00762871d28218c3b533c585a1 SHA1: 5873311c4c0133afaa2accb04d3919160fc3ea23 MD5sum: 64178ee5002a03a37f39e7df56858d93 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-1noble.20260425.222856 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 1078 Depends: ros-rolling-tf2-web-republisher (= 1.0.0-1noble.20260425.222856) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-web-republisher/ros-rolling-tf2-web-republisher-dbgsym_1.0.0-1noble.20260425.222856_arm64.deb Size: 965786 SHA256: 624810c09ee6b27c4c4ba9b73e4a29ab690372539cd47c94999b97cfabb2961d SHA1: c2dd570dd1a3460405fc74d628ac1821abb1e9ea MD5sum: 525ffa6d2a65328afb1816a6ba812d81 Description: debug symbols for ros-rolling-tf2-web-republisher Build-Ids: 4c5193b1bd47440d472e7334c8743bb808903c14 a8e64cdda8bf4b7340ce1042e37cae0cdd068ce3 Package: ros-rolling-tf2-web-republisher-interfaces Version: 1.0.0-1noble.20260425.142650 Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 2733 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-web-republisher-interfaces/ros-rolling-tf2-web-republisher-interfaces_1.0.0-1noble.20260425.142650_arm64.deb Size: 176672 SHA256: 566b50a543baa3ad9a9acd682b51bbd64038b25cd5105c44cd71adea9a305da8 SHA1: 44d8e5729cee93ca9db694d1f80de6fcc3ce02ca MD5sum: fe84527a687f90db29589a2ebd4e1579 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-1noble.20260425.142650 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 1587 Depends: ros-rolling-tf2-web-republisher-interfaces (= 1.0.0-1noble.20260425.142650) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-web-republisher-interfaces/ros-rolling-tf2-web-republisher-interfaces-dbgsym_1.0.0-1noble.20260425.142650_arm64.deb Size: 1131188 SHA256: 241e1909a12985353d599b311d688f3b41e066d9507be0f33a349a966b4f76e3 SHA1: 7d528bbd875597762e63c0559c5fc08bc400b6f9 MD5sum: 7dc7493f033b2e550b62d5a3097df575 Description: debug symbols for ros-rolling-tf2-web-republisher-interfaces Build-Ids: 02467d1ca3adb52deb1eb785c51a86331e64fe19 170f8de284f1d617e2bd7acd03b2ddb461b2517c 3d31522ba7b7c8ec4c4c590f8353e94c69c48f36 700cd088d7859e10d6895a5a97395815bb33d0cf 9af2db6dafe9fd1944bf66a7b47566aa4e722b4d a70be781bfc910fc523a0b0eba2f0c912eb72cdf cc69bcc92c8a15449bcf4e4b5d07e15da21bf482 d5034fc89cca666cb722fd17cc13b936306c20ea df44fdf6b50fe5a95d6d1410d5f1237303090a64 ead6449a37eb2b71fd1afd2c720e68e00da3962b f16cf4da381a5b84d978f85d6b59a9bc908f378b Package: ros-rolling-theora-image-transport Version: 6.2.4-1noble.20260425.192259 Architecture: arm64 Maintainer: Kenji Brameld Installed-Size: 2166 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libogg0 (>= 1.0rc3), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), libtheora0 (>= 1.0), 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_6.2.4-1noble.20260425.192259_arm64.deb Size: 292038 SHA256: 29e2908b32b579efe8ed39ea7f676483a6b9bb358f72314548556e83e3336e57 SHA1: 53b52d22d0c6dff37d9aa67e000484ca2cfb862b MD5sum: 9aed4115f0e0f4da4cf2aa7610467a8e 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: 6.2.4-1noble.20260425.192259 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Kenji Brameld Installed-Size: 6318 Depends: ros-rolling-theora-image-transport (= 6.2.4-1noble.20260425.192259) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-theora-image-transport/ros-rolling-theora-image-transport-dbgsym_6.2.4-1noble.20260425.192259_arm64.deb Size: 5342482 SHA256: b8d757daf691c544b8c6ffee8fb44c261e9a7203c1de4ddd394d962eed603b3f SHA1: d56305836660dd2528da202bdc51112ad10137e3 MD5sum: 408eb238cdd1f47d9ba153380c952cd5 Description: debug symbols for ros-rolling-theora-image-transport Build-Ids: 02a142bab49df406c89e5ac08396f91e2b1bbd9a 03c28c661aacbcf33f083f96fd324039709f58c7 08cbfc9180ce3ceab3477c6ad9ab162d6efb402c 50a12e6419d5d1ccf34fd7d99b5258d575b5e821 63515f402d4a46a120343779110c7041bfbf032a 6afb66624f450197af979a3ca59d5cad7c2ac246 85246b74cfe424bbec7ff7e0ff62961e979f50bf 88c327fb9b746c9099261fc6ccf608cce5ab9581 a7b0e67d88a2c2c5e4eb7433fb2395439632b073 b17360f5f9607d6b337ce66fe2a9cc9f069b82fc c6eb1266136a69933d2189124314adf7ef772890 ced3a2d62b8dc13706f1493614ab196bbde34431 dd63ae8bb1cfad69f28a800cd12e22f7970f2255 Package: ros-rolling-tinyspline-vendor Version: 0.6.1-1noble.20260425.100256 Architecture: arm64 Maintainer: Daisuke Nishimatsu Installed-Size: 476 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-1noble.20260425.100256_arm64.deb Size: 106836 SHA256: 1af247e74e644464e2fb90495b786067a1905aad9ec91cc184d21d8d831fb3dc SHA1: 032ec3d67e2d9dd12b86b554f96d0ce488b3dee9 MD5sum: 75585ff55e5a4ad8cba40fc6981d81bb Description: The vendor package for tinyspline. Package: ros-rolling-tinyspline-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-tinyspline-vendor Version: 0.6.1-1noble.20260425.100256 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daisuke Nishimatsu Installed-Size: 374 Depends: ros-rolling-tinyspline-vendor (= 0.6.1-1noble.20260425.100256) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tinyspline-vendor/ros-rolling-tinyspline-vendor-dbgsym_0.6.1-1noble.20260425.100256_arm64.deb Size: 311012 SHA256: 35dd00186fc77fa2bb6f4cb12a20ffad87441092973e62f1ccd0f19246792ab1 SHA1: 64ad303712009b734931157afa950a804dcd121c MD5sum: ed6d612d879fbea9ab320967159cf09e Description: debug symbols for ros-rolling-tinyspline-vendor Build-Ids: 37ea833ac09a3b18ca4993d3703049f2242d8222 661694e72ee0b3f83cb1563383506e3385dfaac1 Package: ros-rolling-tinyxml-vendor Version: 0.10.0-2noble.20260425.100249 Architecture: arm64 Maintainer: Scott K Logan Installed-Size: 49 Depends: libtinyxml-dev, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tinyxml-vendor/ros-rolling-tinyxml-vendor_0.10.0-2noble.20260425.100249_arm64.deb Size: 6874 SHA256: 79a2718720e2ee0968e29c6a494f773cdb3e6cdd3f3400a5853b48a7d0d9917d SHA1: 871ccbc3bb99bfcf1ab53e4a32d39625f5c17cc5 MD5sum: 58de960973d67797e3a3dd6b15f99741 Description: CMake shim over the tinxml library. Package: ros-rolling-tinyxml2-vendor Version: 0.11.3-1noble.20260425.100248 Architecture: arm64 Maintainer: Scott K Logan Installed-Size: 53 Depends: libtinyxml2-dev, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tinyxml2-vendor/ros-rolling-tinyxml2-vendor_0.11.3-1noble.20260425.100248_arm64.deb Size: 7944 SHA256: ab2efff38939d59a9e1e23d6ea02bdc839f8bc1cfa7e4070a4cd8a27684a2128 SHA1: 086750d8ab6726be0b1a6b96bba4a8bb5da1e7c6 MD5sum: 959192164cae4f5c9a5f05e7320fcf6f 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-tl-expected Version: 2.0.2-1noble.20260425.100308 Architecture: arm64 Maintainer: bmagyar Installed-Size: 149 Depends: libexpected-dev, ros-rolling-ros-workspace Homepage: https://github.com/TartanLlama/expected Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tl-expected/ros-rolling-tl-expected_2.0.2-1noble.20260425.100308_arm64.deb Size: 17978 SHA256: b7f3683f4e6df199ec4ca8f2c13c20c2f3183e0054d7a6b994b218b301dc2c5e SHA1: ae7566805b53b9e9d02a48b1f1d8dcd09b231085 MD5sum: 0a5adee72c80d6405bbbe4ff6ab57e91 Description: C++11/14/17 std::expected with functional-style extensions Package: ros-rolling-tlsf Version: 0.11.1-1noble.20260425.083215 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 66 Depends: ros-rolling-ament-cmake, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tlsf/ros-rolling-tlsf_0.11.1-1noble.20260425.083215_arm64.deb Size: 12354 SHA256: 1e4eb18a9b6df1d36cfa099f496c5e114463ceb1ffd2c117b61c29dd5db551f2 SHA1: 876e4c3181db5644e7596ce61f57d861d56c63ac MD5sum: fcba1bdf64ad12a88ba91049a98e2a57 Description: TLSF allocator version 2.4.6 Package: ros-rolling-tlsf-cpp Version: 0.20.0-1noble.20260425.173351 Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 581 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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_0.20.0-1noble.20260425.173351_arm64.deb Size: 117826 SHA256: ef36b6309dcdd94fb08b4cf267e853edf91c6fe2aefa47919ed0c438caf0ddc6 SHA1: c2960a998a1c4bd0ab72d1609a8ef56fdaffb246 MD5sum: e11854d0455a4d289ad1918927744b01 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: 0.20.0-1noble.20260425.173351 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Brandon Ong Installed-Size: 2418 Depends: ros-rolling-tlsf-cpp (= 0.20.0-1noble.20260425.173351) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tlsf-cpp/ros-rolling-tlsf-cpp-dbgsym_0.20.0-1noble.20260425.173351_arm64.deb Size: 2028506 SHA256: a10e250621c1bd358fe849ea3db6731eaee25fb52085621774ab8bf098f60248 SHA1: 737a31ab9a01bcc001a3614d4413ce72c12b982d MD5sum: ca329851c30e5f31a0bb54456dea2b1f Description: debug symbols for ros-rolling-tlsf-cpp Build-Ids: d58048ed25722f44be429d8ef35468a1864c768e Package: ros-rolling-topic-monitor Version: 0.37.8-1noble.20260425.201208 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 98 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.37.8-1noble.20260425.201208_arm64.deb Size: 22800 SHA256: 6edd9b5a79d88200ab6a50d9d8027a9f0452d2caf431dbf94f28697b61cf9536 SHA1: 7c707b7f391a8041eac32ac1fea7ca6063fe806e MD5sum: a2a57edae0c3be48063bcd784bab6644 Description: Package containing tools for monitoring ROS 2 topics. Package: ros-rolling-topic-statistics-demo Version: 0.37.8-1noble.20260425.173339 Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 948 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.37.8-1noble.20260425.173339_arm64.deb Size: 151672 SHA256: 5665aed1c8abe60a77098d91bc3676368ef5afde0ca6e04063fedb3a663bfb2c SHA1: f7f9bcf7e7df0c91ce783d51c411c2ad4bab59b6 MD5sum: dad9082c855c8c99b3a10e07e6c4b8bc 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.37.8-1noble.20260425.173339 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Aditya Pande Installed-Size: 4651 Depends: ros-rolling-topic-statistics-demo (= 0.37.8-1noble.20260425.173339) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-topic-statistics-demo/ros-rolling-topic-statistics-demo-dbgsym_0.37.8-1noble.20260425.173339_arm64.deb Size: 3784726 SHA256: b10ba584ff0c8823bb2e58fc166464cf1f7429218b8ba52178fba9e46b2ef36d SHA1: 0c0b78abcb07c71e5b79fdbbf1b8c1ad1ee4d5d5 MD5sum: 273715b8cf7893df2fe1a01f0ed9069d Description: debug symbols for ros-rolling-topic-statistics-demo Build-Ids: 7fbfd27154528582c10a53b109fd201296793e24 Package: ros-rolling-topic-tools Version: 1.4.4-1noble.20260425.205127 Architecture: arm64 Maintainer: Emerson Knapp Installed-Size: 1538 Depends: libc6 (>= 2.38), 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-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.4.4-1noble.20260425.205127_arm64.deb Size: 203970 SHA256: 03a260cca2befb9690f274544c94434fae2a0d107838d9fd3e73b2a0d12b0b65 SHA1: acdac4b1c7485c1c9c6fe19f73f8e1a2f195f839 MD5sum: 8ce06147e66c6f679917bea993fe7b51 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.4.4-1noble.20260425.205127 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Emerson Knapp Installed-Size: 8571 Depends: ros-rolling-topic-tools (= 1.4.4-1noble.20260425.205127) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-topic-tools/ros-rolling-topic-tools-dbgsym_1.4.4-1noble.20260425.205127_arm64.deb Size: 7715016 SHA256: de0fb759b02199dd858be4671bbbc9933a51da6470a52752688182a37275ad86 SHA1: c8116670f32120396530b2e95824973d5671af04 MD5sum: 207677fbec179e6e4ed5daea050b9c93 Description: debug symbols for ros-rolling-topic-tools Build-Ids: 04991fa51fc43c45f4556fd5c285c89a80e519fa 0dd2af9a22d332c1793ff6fbc39e21950f23bf28 4834c3154d31105d80604c90bbe03ce3e75aa1bf 48ae08274f8bedbede23add2c477f5e6a5b69721 4d1d14108614916968c1a4e3a2c89fd530e20ca5 65a30172b5d6c2b0d9679d6b97d949903c006f32 7071f0aa942217d827da4f33d8e00a3668d88dde 8a8ea3c3a7197bd454f1daca7fb1ee09e33ef0c7 8f8093c8dd4f679f7ea523ef039e9b477e7bc4d7 9b12cdb1af6cfde36b48f4af04ffe37a99c07ddc a33f641bfffd0629c2a10953a2216c91a60a40fc f70ac9b213503591a3258de1c517a951dd371558 Package: ros-rolling-topic-tools-interfaces Version: 1.4.4-1noble.20260425.132039 Architecture: arm64 Maintainer: Emerson Knapp Installed-Size: 3796 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.4.4-1noble.20260425.132039_arm64.deb Size: 222004 SHA256: eb505dbfcef17990c9cb503181330b6d227e6feb9d43fdbcfab148e85498728d SHA1: fad6ac3d896ca920481f9fdaa895aaffe23b088d MD5sum: 8d3d314fa9880b2abbfcf03914b8a244 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.4.4-1noble.20260425.132039 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Emerson Knapp Installed-Size: 2782 Depends: ros-rolling-topic-tools-interfaces (= 1.4.4-1noble.20260425.132039) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-topic-tools-interfaces/ros-rolling-topic-tools-interfaces-dbgsym_1.4.4-1noble.20260425.132039_arm64.deb Size: 2088384 SHA256: f547f4aaa77c4d55b4294709a9b680ce106f0c1e3724d54bfd29a14d30320289 SHA1: 123b03cd286202b45c0678eca28f00111d1ad0c7 MD5sum: c6479fa8d1ebf4498de2116875cba031 Description: debug symbols for ros-rolling-topic-tools-interfaces Build-Ids: 030815d3c2248870f85a415daa808910da5955ad 4320e9ae0c2fff5a77d6a5a8691bb1c95d3996c6 52769c8b6fe18d682da835191dcc3cd64f40ef5c 5f4b53a1086ccf97970c422a256a61c841337f06 87c8629497fce6c00e27a8929bddad01ca578bef 8eb1a6b49903565fc5566d052a78bd5fc08f5dc3 b7f383b75d583f9ace6e7b4af757fc3bf4137077 ceacf407a82cd23c5e08753597a227ab7c88287a d67e5eacdc75bf1ee2139f3f2e678f4fb8e515a9 e2e9e4c9864e03ffbbfa01ee9b5b8141b5feb8a8 f8a0295398fd3ce8c4aee81776350d1cb85b10d6 Package: ros-rolling-trac-ik-lib Version: 2.2.0-1noble.20260425.173423 Architecture: arm64 Maintainer: TRACLabs Robotics Installed-Size: 307 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libnlopt-cxx0 (>= 2.7.1), liborocos-kdl1.5 (>= 1.5.1), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-trac-ik-lib/ros-rolling-trac-ik-lib_2.2.0-1noble.20260425.173423_arm64.deb Size: 92212 SHA256: 35479e016256d6b41a4dbbd313e9a3bd7422e64e7567633e760a51e9b5ac84ca SHA1: 654428b1b1eb0873580610c40cae401d1949a314 MD5sum: cca2c73aee7e9e3f12bf0aa582c49334 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-1noble.20260425.173423 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: TRACLabs Robotics Installed-Size: 2703 Depends: ros-rolling-trac-ik-lib (= 2.2.0-1noble.20260425.173423) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-trac-ik-lib/ros-rolling-trac-ik-lib-dbgsym_2.2.0-1noble.20260425.173423_arm64.deb Size: 2670816 SHA256: 93966291af3d2a0a980a2b3274b8e9ce13a576c5778053c389d4475c2b46b79a SHA1: baac6f2738468560a77e8131b78943efe3400efe MD5sum: a8d507d220e8adf6b5cdd886d0b8193f Description: debug symbols for ros-rolling-trac-ik-lib Build-Ids: 692d6f4692656cf00ef0e229cf51b6e85252e5b1 Package: ros-rolling-tracetools Version: 8.10.1-1noble.20260425.100729 Architecture: arm64 Maintainer: Christophe Bedard Installed-Size: 439 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_8.10.1-1noble.20260425.100729_arm64.deb Size: 42034 SHA256: 98c579d1c1a27c17528e9b48c6e66d1857ed052546a8e69b621f167cfa293222 SHA1: da0b6c2198362609d7e5fac7e6d367e500b51010 MD5sum: b26b6471e08f96ab5334eaee134260e8 Description: Tracing wrapper for ROS 2. Package: ros-rolling-tracetools-acceleration Version: 0.4.1-3noble.20260425.162305 Architecture: arm64 Maintainer: Víctor Mayoral-Vilches Installed-Size: 208 Depends: libc6 (>= 2.34), ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tracetools-acceleration/ros-rolling-tracetools-acceleration_0.4.1-3noble.20260425.162305_arm64.deb Size: 14362 SHA256: a7861b7bdeb28cbd183153852ee1d1c2cfc4a5f8d19d7adc2d2bef3125ade23e SHA1: 2c5ccfad777a0434032df9b9795c5f63df89eaf3 MD5sum: 46a86d158e4ca1ebee0a181c933b0925 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-3noble.20260425.162305 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Víctor Mayoral-Vilches Installed-Size: 30 Depends: ros-rolling-tracetools-acceleration (= 0.4.1-3noble.20260425.162305) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tracetools-acceleration/ros-rolling-tracetools-acceleration-dbgsym_0.4.1-3noble.20260425.162305_arm64.deb Size: 6888 SHA256: 9e812741668962323bb9f966518d8309df8adc85a978491e5f108dda78e3f852 SHA1: 9b7d3cdcb1e720df93949c8b2652e397a524e451 MD5sum: 4a38c1fd23306ab6f0d2d4b80d322da2 Description: debug symbols for ros-rolling-tracetools-acceleration Build-Ids: 29d31fd83a960a3b21a700ff73e7ca7b16c9f235 e0e0f64b5f1668106a7927a4c403928b11d94579 Package: ros-rolling-tracetools-analysis Version: 3.1.0-1noble.20260425.111541 Architecture: arm64 Maintainer: Christophe Bedard Installed-Size: 359 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-1noble.20260425.111541_arm64.deb Size: 71594 SHA256: 36d4e0c93bc60c0ca2d42c1fa407410447268178adc61b5b1361142ad45088f9 SHA1: f9c6bf153a05a9ce427364e9e00be949a7d14257 MD5sum: 568b8fa81320f312dd04890d0f514857 Description: Tools for analysing trace data. Package: ros-rolling-tracetools-dbgsym Package-Type: ddeb Source: ros-rolling-tracetools Version: 8.10.1-1noble.20260425.100729 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Christophe Bedard Installed-Size: 225 Depends: ros-rolling-tracetools (= 8.10.1-1noble.20260425.100729) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tracetools/ros-rolling-tracetools-dbgsym_8.10.1-1noble.20260425.100729_arm64.deb Size: 101800 SHA256: c4526db0c95c97aaa63d5ac1caebc590e74274cc215c685ab43ce395dc22dfc6 SHA1: 0695c53bbd32fbd19364c590c937c3e38ebb9ceb MD5sum: 5318204ec8afa9e3f05b61751e7f24f8 Description: debug symbols for ros-rolling-tracetools Build-Ids: 5d3e0c691ecb40a298924d0b2a460691b71d2188 67d3eb083212279a79a81413a4d0fd988eafcc0c 767541cce299093ad71bed085e21fa8899f5cdad b9ce19f1d612ef0340435c4010ca094f7b4948c2 Package: ros-rolling-tracetools-image-pipeline Version: 7.1.3-1noble.20260425.162304 Architecture: arm64 Maintainer: Víctor Mayoral-Vilches Installed-Size: 210 Depends: libc6 (>= 2.34), ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tracetools-image-pipeline/ros-rolling-tracetools-image-pipeline_7.1.3-1noble.20260425.162304_arm64.deb Size: 14476 SHA256: 07804735756979b887c2c1f3928deb6a484ab88f0b38a09c34e3324f86f77788 SHA1: 9e0c1348782e9aed448a294796230b2c4b523245 MD5sum: e25b6403f257ccce58befdbe591b1474 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: 7.1.3-1noble.20260425.162304 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Víctor Mayoral-Vilches Installed-Size: 29 Depends: ros-rolling-tracetools-image-pipeline (= 7.1.3-1noble.20260425.162304) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tracetools-image-pipeline/ros-rolling-tracetools-image-pipeline-dbgsym_7.1.3-1noble.20260425.162304_arm64.deb Size: 6740 SHA256: 5f8d035b6b918ae1e6701e279cb442ff2b5577f327f991708429ea9a257795fb SHA1: c2022ed13b699d368ab2bc08c059962b515f69e6 MD5sum: deb6a795258f1acd6737cbb2ce369a06 Description: debug symbols for ros-rolling-tracetools-image-pipeline Build-Ids: c02b644501af63335d09a79cc1e0791cd881c72e f4c6c3a07cd796d04230ce616afca2d2468e9849 Package: ros-rolling-tracetools-launch Version: 8.10.1-1noble.20260425.195442 Architecture: arm64 Maintainer: Christophe Bedard Installed-Size: 113 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_8.10.1-1noble.20260425.195442_arm64.deb Size: 24074 SHA256: f392a1d239ebdb8942886d3428ef0daa9d90864c55b028f50f54cc8ed7488972 SHA1: 1f3808e52c5171265c015a9a6dfcaf527753c220 MD5sum: 8f9e167a490ac3101e93dcd8eb86b44e Description: Launch integration for tracing. Package: ros-rolling-tracetools-read Version: 8.10.1-1noble.20260424.005545 Architecture: arm64 Maintainer: Christophe Bedard Installed-Size: 44 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_8.10.1-1noble.20260424.005545_arm64.deb Size: 8112 SHA256: 998defe30f453ec4064bd81009cf9ebe1916ae1a1a0e5114d9f02afd5ffab6c2 SHA1: f7c86413053a16ccbae2d7d08faaa45452d3ae21 MD5sum: 43f3e6016f5f8dfed5c94758f5e3ea1b Description: Tools for reading traces. Package: ros-rolling-tracetools-test Version: 8.10.1-1noble.20260425.200032 Architecture: arm64 Maintainer: Christophe Bedard Installed-Size: 93 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_8.10.1-1noble.20260425.200032_arm64.deb Size: 20268 SHA256: b7ddf22300d5a762c7e16f0838fab21f819eb289c7065db85d2ff4d03c1b71e6 SHA1: 7f9dbad8ac7439474b07914b950450058c72361f MD5sum: c79d712bad5dad4ef257b163b368d9a9 Description: Utilities for tracing-related tests. Package: ros-rolling-tracetools-trace Version: 8.10.1-1noble.20260425.103553 Architecture: arm64 Maintainer: Christophe Bedard Installed-Size: 175 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_8.10.1-1noble.20260425.103553_arm64.deb Size: 36826 SHA256: 349fcff1f118c5d7f197ab21639f7a1a7aeb7c3c5120e6f10b1500f6ac8239a3 SHA1: c7d0a17883c21ebbb7fffbf40031690c66231a74 MD5sum: 400be10f40afdcdcf218788588487c98 Description: Tools for setting up tracing sessions. Package: ros-rolling-trajectory-msgs Version: 5.9.2-1noble.20260425.142733 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 1511 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.9.2-1noble.20260425.142733_arm64.deb Size: 103516 SHA256: 1bf9b9b929f8c806f6a016872a6961b9a15421e2347485d929662431b52a84da SHA1: b46a54ea4687d3d0e0541cd9867b6d80368d1bed MD5sum: bf2738c72c93bfa8e9d84dad136fed07 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.9.2-1noble.20260425.142733 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tully Foote Installed-Size: 951 Depends: ros-rolling-trajectory-msgs (= 5.9.2-1noble.20260425.142733) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-trajectory-msgs/ros-rolling-trajectory-msgs-dbgsym_5.9.2-1noble.20260425.142733_arm64.deb Size: 731406 SHA256: 4e55a13984af517a6bc58bab3e209cdcc161d92eac9db906a4ccde5c94ad29d8 SHA1: 4bdf12635599293fd5d47507605e887cdb98d48f MD5sum: 5f6162b7028c8103368fb3059ed05af5 Description: debug symbols for ros-rolling-trajectory-msgs Build-Ids: 165e21904edb5b530953b72ffc24b50aa1f0f0ac 4ffab1b512f9168d4a06f7d63e32526353d709f8 67f3f832de82d4f477f2d1ee92b2ba2f6fd93566 759dba7247967f5e1cfa4c169b13a484f5df4e01 934827d02bcfdacb89a11f54cb1c96871c6d26a8 b20825b3c28e7c70986d7776aed2473aaa9cc88b bc2fd2bbcb1ba577dda5ef69d3635c07f4bf48de c2404813d44ac2f4f38431dc725a16e9a7f67013 e0d8458f2effa0f779e7bee553b8e241adee86a7 e3373545943ff402d6a28f393828f1b3cd576b03 f0ff94a0383104c826251f866dbbbcf99e9f04b6 Package: ros-rolling-transmission-interface Version: 6.7.0-1noble.20260425.225628 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 276 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.7.0-1noble.20260425.225628_arm64.deb Size: 56764 SHA256: a0ae9b8e2b98cc1545652e9869cae95e2aebe54e2d96206fb90709bfccf6a750 SHA1: 4d7d156b5751f1c17b880d2113b60831b257878c MD5sum: d80b2257cc7d8433bf8ccfb07c97259f 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.7.0-1noble.20260425.225628 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 673 Depends: ros-rolling-transmission-interface (= 6.7.0-1noble.20260425.225628) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-transmission-interface/ros-rolling-transmission-interface-dbgsym_6.7.0-1noble.20260425.225628_arm64.deb Size: 595172 SHA256: 248f41dc52395bc17b6feae61418c1de813eb3da727f77ff3177e9c5d98f24bf SHA1: 40179311d533b8c18f015251a5a224353477e323 MD5sum: 394ed17d355cb380a7cc8845ed23ed88 Description: debug symbols for ros-rolling-transmission-interface Build-Ids: 17e63febed8274e5701bf7e97e6fe6f3f870fdb1 Package: ros-rolling-tricycle-controller Version: 6.6.0-1noble.20260425.231201 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 973 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.6.0-1noble.20260425.231201_arm64.deb Size: 205472 SHA256: 579b79ae951d67c8c90079a76e0a22634a57510a8e26d0bc95ee9693bf17e34d SHA1: 9d4c50b62923b59c8047fe84a022559817fccf37 MD5sum: 05fba981a9e4bb488580cc248e7910f5 Description: Controller for a tricycle drive mobile base Package: ros-rolling-tricycle-controller-dbgsym Package-Type: ddeb Source: ros-rolling-tricycle-controller Version: 6.6.0-1noble.20260425.231201 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 3960 Depends: ros-rolling-tricycle-controller (= 6.6.0-1noble.20260425.231201) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tricycle-controller/ros-rolling-tricycle-controller-dbgsym_6.6.0-1noble.20260425.231201_arm64.deb Size: 3421380 SHA256: b99dbf896087694569c962395181a84f9cc8bc0f46523b593c3541ae7de6d159 SHA1: 8e9d545421a412f72dffe8fa3a1630530e6f21b8 MD5sum: aceb2d412fadf5993903d162c63f8208 Description: debug symbols for ros-rolling-tricycle-controller Build-Ids: f44a1ffc6ff36c47552b29bf0cd654bd8f31d994 Package: ros-rolling-tricycle-steering-controller Version: 6.6.0-1noble.20260425.231426 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 220 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+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.6.0-1noble.20260425.231426_arm64.deb Size: 47698 SHA256: 231f54dc09ee0f6a8c5d16ac89ee63b105e3b2b8339ae372994fa4e0187e245c SHA1: 08f43996252d49965d412ceadf04cf8f62210a42 MD5sum: 106d30d7c739c3c161b45c0619cf2337 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.6.0-1noble.20260425.231426 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 743 Depends: ros-rolling-tricycle-steering-controller (= 6.6.0-1noble.20260425.231426) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tricycle-steering-controller/ros-rolling-tricycle-steering-controller-dbgsym_6.6.0-1noble.20260425.231426_arm64.deb Size: 695828 SHA256: 66b717c4c14fd82c97a9297874e560a3b2e54ec473ea4c80823c096dae73340b SHA1: b12bcb27f6683fbefc4dd2552ca8385293fb0f70 MD5sum: 354b03ec838edb83fa7dacf48d295937 Description: debug symbols for ros-rolling-tricycle-steering-controller Build-Ids: bac3eff61c9506db34de5d57366e8ac5a502ee4a Package: ros-rolling-tsid Version: 1.9.0-1noble.20260425.203804 Architecture: arm64 Maintainer: Guilhem Saurel Installed-Size: 2662 Depends: libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py312, libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-pinocchio, 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.9.0-1noble.20260425.203804_arm64.deb Size: 545290 SHA256: bdc12e505b00dfe4974e15f38f9f32c2595ea8f8a276ae12e7074c985fad0107 SHA1: 2f423220ef03b61a9bcc70faa7cff7d13076db1a MD5sum: a47dd79fdefaaec6a9d42587b1d036c5 Description: Efficient Task Space Inverse Dynamics (TSID) based on Pinocchio Package: ros-rolling-tsid-dbgsym Package-Type: ddeb Source: ros-rolling-tsid Version: 1.9.0-1noble.20260425.203804 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Guilhem Saurel Installed-Size: 45185 Depends: ros-rolling-tsid (= 1.9.0-1noble.20260425.203804) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tsid/ros-rolling-tsid-dbgsym_1.9.0-1noble.20260425.203804_arm64.deb Size: 43215778 SHA256: 0ec3aac9c31b398d2f06c592c8cd8b9e99486fcd29209376b0d2720be779a096 SHA1: 613e146fca45514b0e87717bb73d0942254283d5 MD5sum: a46114599b8055ff02c03fdb1ab0cab6 Description: debug symbols for ros-rolling-tsid Build-Ids: 94f03d99de3def0cbdc9272b954ce843b2f6fb79 e06e5da4c47c727799fc091139fcbdbe276400b2 Package: ros-rolling-turbojpeg-compressed-image-transport Version: 0.3.0-1noble.20260425.193030 Architecture: arm64 Maintainer: Daisuke Nishiamtsu Installed-Size: 320 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libturbojpeg (>= 1.2.90), libturbojpeg0-dev, ros-rolling-cv-bridge, ros-rolling-image-transport, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turbojpeg-compressed-image-transport/ros-rolling-turbojpeg-compressed-image-transport_0.3.0-1noble.20260425.193030_arm64.deb Size: 94788 SHA256: fe62008c2c6d2e37e3c439583aff886a606c2aae351e9f73b98007473145135a SHA1: a0ecf73b730af352cf16e16c213fdab4a184b85e MD5sum: e1eef0e8b3d5c1eed1810cdc77f63ca7 Description: Compressed_image_transport provides a plugin to image_transport for transparently sending images encoded as JPEG by turbojpeg. Package: ros-rolling-turbojpeg-compressed-image-transport-dbgsym Package-Type: ddeb Source: ros-rolling-turbojpeg-compressed-image-transport Version: 0.3.0-1noble.20260425.193030 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Daisuke Nishiamtsu Installed-Size: 1773 Depends: ros-rolling-turbojpeg-compressed-image-transport (= 0.3.0-1noble.20260425.193030) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turbojpeg-compressed-image-transport/ros-rolling-turbojpeg-compressed-image-transport-dbgsym_0.3.0-1noble.20260425.193030_arm64.deb Size: 1607842 SHA256: fd200390b149281be87a3bc95ef35858c95ca537e1754a52be8a569655f2c1e6 SHA1: 649068d1ef927f2f8b54f099d66856da32e0de72 MD5sum: 76f41ad8b6ce4f648d79d84d25fc4fb9 Description: debug symbols for ros-rolling-turbojpeg-compressed-image-transport Build-Ids: 1d09fcceab1fa887fead7abffee232f5663b04e8 Package: ros-rolling-turtle-nest Version: 1.2.1-1noble.20260425.100846 Architecture: arm64 Maintainer: Janne Karttunen Installed-Size: 11450 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 (>= 11), libtinyxml2-10 (>= 10.0.0), black, libqt5gui5t64, libqt5opengl5, libqt5svg5-dev, pybind11-dev, python3-dev, ros-rolling-tinyxml2-vendor, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtle-nest/ros-rolling-turtle-nest_1.2.1-1noble.20260425.100846_arm64.deb Size: 1496162 SHA256: 9aaf173c229ad90685f01225c795b69259f27406b2c46fd69db8bd065b5b540a SHA1: 5b13c57ccbc204a7e0b90c68cb8d9e8294b00f94 MD5sum: 1f1a6a33f56daa69275858fe4e092a10 Description: ROS 2 Package Creator Package: ros-rolling-turtle-nest-dbgsym Package-Type: ddeb Source: ros-rolling-turtle-nest Version: 1.2.1-1noble.20260425.100846 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Janne Karttunen Installed-Size: 3813 Depends: ros-rolling-turtle-nest (= 1.2.1-1noble.20260425.100846) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtle-nest/ros-rolling-turtle-nest-dbgsym_1.2.1-1noble.20260425.100846_arm64.deb Size: 3723712 SHA256: 40d30e63c07c2fe234e031343ea9924d19193c40b5a8262acc229ac282709468 SHA1: cc2a5d6b3d57984b142651dc1b9046a2bc078d59 MD5sum: 0cb74e389b049f63643422073bcf7850 Description: debug symbols for ros-rolling-turtle-nest Build-Ids: e0860f4f6324b507b82674347d92bf689c0f9d1e Package: ros-rolling-turtle-tf2-cpp Version: 0.7.0-1noble.20260425.222023 Architecture: arm64 Maintainer: Alejandro Hernández Cordero Installed-Size: 1609 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-rolling-geometry-msgs, ros-rolling-launch, ros-rolling-launch-ros, ros-rolling-message-filters, ros-rolling-rclcpp, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-turtlesim-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtle-tf2-cpp/ros-rolling-turtle-tf2-cpp_0.7.0-1noble.20260425.222023_arm64.deb Size: 277592 SHA256: b59d75c071818115a7c08ee2d4818a4f733e48b0c5e229d540e3833f35232746 SHA1: f5182972aca2720805f70b2486baab3faf9c5041 MD5sum: fc6ba19fe5d88261515b4f7080fdf0c7 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-rolling-turtle-tf2-cpp-dbgsym Package-Type: ddeb Source: ros-rolling-turtle-tf2-cpp Version: 0.7.0-1noble.20260425.222023 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernández Cordero Installed-Size: 8160 Depends: ros-rolling-turtle-tf2-cpp (= 0.7.0-1noble.20260425.222023) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtle-tf2-cpp/ros-rolling-turtle-tf2-cpp-dbgsym_0.7.0-1noble.20260425.222023_arm64.deb Size: 7085778 SHA256: e11646e12884b61f7f611e01d42d43d5e6ca92382e2d41bea114158234e4e2fb SHA1: 6cbb804831870e3707414e8ee1125b0a2f483f50 MD5sum: 32b725fff210cb10cca4230915058079 Description: debug symbols for ros-rolling-turtle-tf2-cpp Build-Ids: 447e881ec35dd062dde89a744e096afd996def12 54f7384610685d109c2b919c2c704573cf75a5b7 70f608d481887da68baf4830b72148fc9ef9d0d2 7efe0505636770447c7bcf2620257190325c8ccf b5c9790c8b858d20742ee3e82a9297d9bd128991 e0fb52077aa5314bd844c502433aaa0901ee8153 Package: ros-rolling-turtle-tf2-py Version: 0.7.0-1noble.20260426.000214 Architecture: arm64 Maintainer: Alejandro Hernández Cordero Installed-Size: 102 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtle-tf2-py/ros-rolling-turtle-tf2-py_0.7.0-1noble.20260426.000214_arm64.deb Size: 17196 SHA256: 7b83eb7ee1076077a98e277ad1ee754808d9c80fb0f03efc906d45a5e0080330 SHA1: 3253a289c137d9933fa44461e13286e2fbdbb512 MD5sum: 13787cb743c1fa03bcd1b8974526a717 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-1noble.20260425.145016 Architecture: arm64 Maintainer: Pyo Installed-Size: 1698 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-1noble.20260425.145016_arm64.deb Size: 111142 SHA256: 6d20bf987f0dc38798fd7d07bd36713884ca36e27c4b5c15c881065d9ab7baae SHA1: 75dd241da8bf24511596f86ca2247278fae433b7 MD5sum: 9c12cbb98c0b686101ad11a4a053d9da 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-1noble.20260425.145016 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 959 Depends: ros-rolling-turtlebot3-applications-msgs (= 1.0.1-1noble.20260425.145016) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlebot3-applications-msgs/ros-rolling-turtlebot3-applications-msgs-dbgsym_1.0.1-1noble.20260425.145016_arm64.deb Size: 689768 SHA256: a809f23b5f3a3abe9c96a5e01e201ca5d8aff4a3742c65ae068a7afb17e47cd1 SHA1: 1d31fd3254c982f1c4b2effe7c1bca1447fe8f67 MD5sum: 5971746002051949db9597cfa81b2131 Description: debug symbols for ros-rolling-turtlebot3-applications-msgs Build-Ids: 0337d7eac7a87e7dddba367347a0aa6b0407e0a2 4dae126de02e7b86778eb7d4937ee6b5abec8979 54540900ddb46fa12da4da94290cef5359f714ec 5ad62ba4339313ee69f72eb4db6b58528b8374bc 933adca6dce4211a883f8f209cc76b63cbcd7766 ab240930655c119b157f51706e40e6bfb60d27b6 c0667c6281fd8d10a617f37d3247446838f96811 c088628d882955fdab5c9cf63a1e70b5ac6c5fa4 cc3d1d804a2885a223cff39393c84264b360402c f6c0873b0c226a9ed6802a22cdd4afdd348987d7 f925c1ee052b7823c24049168979d58d641d983a Package: ros-rolling-turtlebot3-autorace Version: 1.2.2-1noble.20260425.202148 Architecture: arm64 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-1noble.20260425.202148_arm64.deb Size: 5924 SHA256: 131fbd3755c77ea8ad09a2ba8e919aecab23f0c00f0d4ceba7a8e8e77067d67b SHA1: 5d719861a2b6019981e0093def6d08059533ac3d MD5sum: 449a67c7deeaf53110108b237ae867d4 Description: ROS 2 meta packages for turtlebot3_autorace Package: ros-rolling-turtlebot3-autorace-camera Version: 1.2.2-1noble.20260425.200110 Architecture: arm64 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-1noble.20260425.200110_arm64.deb Size: 12568 SHA256: 238683e9e6fa4444214efbb2f408cb6294373e4ef900ec539f3e94c8ce85cebc SHA1: c4226f18d2ca3f803e1b02f3f50ded3ca3d17396 MD5sum: ba872b608b49f5098708441ef790aa06 Description: ROS 2 packages for camera calibration and image processing in TurtleBot AutoRace Package: ros-rolling-turtlebot3-autorace-detect Version: 1.2.2-1noble.20260425.201434 Architecture: arm64 Maintainer: Pyo Installed-Size: 313 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-1noble.20260425.201434_arm64.deb Size: 68624 SHA256: f6995a3956206355a102ba740db21df94816ba137013f5cf037a532eff359513 SHA1: de1387a71f17f2f0195b05960c279b96729021e3 MD5sum: 87fd3cef942acecf6a371e573035b316 Description: ROS 2 packages for turtlebot3_autorace_detect Package: ros-rolling-turtlebot3-autorace-mission Version: 1.2.2-1noble.20260425.201455 Architecture: arm64 Maintainer: Pyo Installed-Size: 122 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-1noble.20260425.201455_arm64.deb Size: 20884 SHA256: 83364dd54cf31440071f8e982181d946d3474698d02c97a102cb027a7e57f72c SHA1: 627613a11ad4540930014fee4652ab0a9880b108 MD5sum: 01acd99cefd9a13146cf807aa5b4f87d Description: ROS 2 packages for turtlebot3_autorace_mission Package: ros-rolling-turtlebot3-fake-node Version: 2.3.7-1noble.20260425.212650 Architecture: arm64 Maintainer: Pyo Installed-Size: 647 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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-1noble.20260425.212650_arm64.deb Size: 130426 SHA256: fba93daa4cb7a9a965b3a9ceb8fe28f52b650d64abb19247a51dcc983a87fd9c SHA1: 720b4b637277cd222da3e4de05f2966ee63ed469 MD5sum: ab99b990467961e59a4279dbe5d46f41 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-1noble.20260425.212650 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 2896 Depends: ros-rolling-turtlebot3-fake-node (= 2.3.7-1noble.20260425.212650) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlebot3-fake-node/ros-rolling-turtlebot3-fake-node-dbgsym_2.3.7-1noble.20260425.212650_arm64.deb Size: 2448324 SHA256: c5a48ce2622a10f5366c94ce4efc44bf4308c3032a1f842fed51467b276717a9 SHA1: 6de394bbe944999322c809cedad8941ab56feae1 MD5sum: ce6e3de717884ac0db67af24c518a67b Description: debug symbols for ros-rolling-turtlebot3-fake-node Build-Ids: 9b40c3a37e253211fb7d171851229b5b1d283295 Package: ros-rolling-turtlebot3-gazebo Version: 2.3.7-1noble.20260426.005329 Architecture: arm64 Maintainer: Pyo Installed-Size: 46212 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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-1noble.20260426.005329_arm64.deb Size: 8611526 SHA256: 1d56fe71d5c61458a4b8b37ed574f437366517d8e96b05ff2bd578520e1a937f SHA1: 59b21a148deb55d7f1a2be0344b1f984a54d9a84 MD5sum: 4241536b8c344f75e5b56c6704217541 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-1noble.20260426.005329 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 4265 Depends: ros-rolling-turtlebot3-gazebo (= 2.3.7-1noble.20260426.005329) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlebot3-gazebo/ros-rolling-turtlebot3-gazebo-dbgsym_2.3.7-1noble.20260426.005329_arm64.deb Size: 3589812 SHA256: 265588cf09dc1fc96cc51fcf45ec015acdb818246d6b7162c6ba37be3b702d64 SHA1: a67a33c993d73a1e45624e47bdf5cd3c77c13cfd MD5sum: bbb82bb30589b73946c6a83b1576f298 Description: debug symbols for ros-rolling-turtlebot3-gazebo Build-Ids: 57d2f0d93014fbd8e5653f85c4f74613dcc17555 893e5c6fbacfc21eaa5dcab4a519ca18df64cc26 973834d383e47f0c182135d20eb10c2472888e69 9742f22b9e9e7395026e8fa7a42549510e3e2297 Package: ros-rolling-turtlebot3-msgs Version: 2.4.0-1noble.20260425.143002 Architecture: arm64 Maintainer: Pyo Installed-Size: 3502 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-1noble.20260425.143002_arm64.deb Size: 227036 SHA256: 4464233638b41f28aa85f64f01be350bd9d964fe8967931cf476cb8f8b025282 SHA1: e8621a71dd73ff9195b048d32410ecd0449114de MD5sum: e6102d0aa661dd8b4efa1d280e7d717c 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-1noble.20260425.143002 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Pyo Installed-Size: 2167 Depends: ros-rolling-turtlebot3-msgs (= 2.4.0-1noble.20260425.143002) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlebot3-msgs/ros-rolling-turtlebot3-msgs-dbgsym_2.4.0-1noble.20260425.143002_arm64.deb Size: 1590380 SHA256: 463c0feffebabfcf89d0202b651768e77d5ee037f3dee62073c562f961061d68 SHA1: ae5d14162a8a4cb6f4f3111284c204d2429b0c6f MD5sum: 44483eb9dc1f4c289048e706cd2f80df Description: debug symbols for ros-rolling-turtlebot3-msgs Build-Ids: 04a2617b052549c4f5020ea5b673a699d4c5e75b 16e801ed6ba13509f177329706672b0f1c21b2a8 353128020b504df8806eb805b73f2879c491bcbf 5f6ceed8472f32cc86d542e52dbe7998a023a72b 632aa498f5306f1ab6a0c8c744b0ce0684a82fb6 6f547d004c7d714c9960f99be5f0db1ef687ec4f b608a94354dafbbd61d03e81fac273a1bf903a63 e1d2b9e1e8856bccff0151b1efdb19df59e0ee20 e26d7ee87a21f7dbe9c5f2efd4322e9ee8f5b71b e5b4c6cbfa789ee65a70804e937dd3a341a86326 f5b46cc4c77f6253c183f2057e2be849aa74895c Package: ros-rolling-turtlebot3-simulations Version: 2.3.7-1noble.20260426.010435 Architecture: arm64 Maintainer: Pyo Installed-Size: 46 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-1noble.20260426.010435_arm64.deb Size: 6918 SHA256: 168911e050dc17ae5fdd4e645ff9c0e7c50d4e4fc765e4ab995307155a83b31e SHA1: 11eddf61e65f9e791a756df9c644bb6623745677 MD5sum: eb8db4004b524f672ca9b9b4f3c686c8 Description: ROS 2 packages for TurtleBot3 simulations Package: ros-rolling-turtlesim Version: 1.10.8-1noble.20260425.223429 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2386 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.0.2), libqt5gui5t64 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libqt5gui5t64, 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.10.8-1noble.20260425.223429_arm64.deb Size: 436036 SHA256: b7924ecfd4ebc92e7b89a1db80ecf86e8ce24f8fad27fd25667ce63aaef28d0b SHA1: d109ee648d9740a5832e0565438996766b1a0adf MD5sum: 1e3663566e00a0f71615a567f4db88b0 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.10.8-1noble.20260425.223429 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 11984 Depends: ros-rolling-turtlesim (= 1.10.8-1noble.20260425.223429) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlesim/ros-rolling-turtlesim-dbgsym_1.10.8-1noble.20260425.223429_arm64.deb Size: 10209444 SHA256: e94c8f46bfdb87178e35ddada2c73e9a23240e21e0a713752618d48e0403dfba SHA1: a32462a1e04984487accd1aea1f8ab45b68822dc MD5sum: e961c8ab8ae2c4cac72f8835370097e2 Description: debug symbols for ros-rolling-turtlesim Build-Ids: 6c59e28e4107bbaa8ebf0acacb4ece9fad7ba314 9342f251a8207fe9ce1b78bf15a410b2e5d2d73a acb7e063bc038fcb5c57e73738acb080269267c6 bffbd4b18669030010b65c65045bc6f8cb02a030 Package: ros-rolling-turtlesim-msgs Version: 1.10.8-1noble.20260425.132133 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 4223 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.10.8-1noble.20260425.132133_arm64.deb Size: 244718 SHA256: b7557cca1130cc8a0325ab02d906579de19bc6f188343462c3b6d939e67b2d28 SHA1: a4a0c9fe71417aa9b427879557a7494baef12b71 MD5sum: fcdf51f292a251137cd3a6823e0acf10 Description: turtlesim messages. Package: ros-rolling-turtlesim-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-turtlesim-msgs Version: 1.10.8-1noble.20260425.132133 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2517 Depends: ros-rolling-turtlesim-msgs (= 1.10.8-1noble.20260425.132133) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlesim-msgs/ros-rolling-turtlesim-msgs-dbgsym_1.10.8-1noble.20260425.132133_arm64.deb Size: 1818760 SHA256: 1e0cca679215b290f083992f86151323a89b3454d4368138585b86f3108d670f SHA1: 878209572d7ab19b1f131de387a601fe8fe08614 MD5sum: 36d1837f5f0c04006446e89fe44343c4 Description: debug symbols for ros-rolling-turtlesim-msgs Build-Ids: 23bbb387a265c9251aa5c6a280ec07ce59a0f018 2cf8e76eea134df95f7f8a0660d0ef865f29361e 2d74940d11656f8a71c307e9bba596ef469eaa89 459230124de53104f8daf84425faf2e1250afddc 6258edfb5efb8c957dec415b538c005c9e5ecedb 77208be83a8cc0faf6b1015a7636c2e2aec9b844 7c8339cadf871813cc79236996bea0636f5ac777 8b255a7181d1984d7282d345eb96fb0423d10988 93d13441074e88c32e45ffd59ff7c82d17a9746e b845b271eacff739726fe9600b87104759c48220 fb2fa168cc5e383004f82e8bb5514c25a8f6f472 Package: ros-rolling-tuw-airskin-msgs Version: 0.2.6-1noble.20260425.150825 Architecture: arm64 Maintainer: Markus Bader Installed-Size: 1294 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-airskin-msgs/ros-rolling-tuw-airskin-msgs_0.2.6-1noble.20260425.150825_arm64.deb Size: 105438 SHA256: 64bc6d47f5eaad778545d8e3e67d5b1d6bbb4a3f1f5f83d58d01bde81a9d7711 SHA1: 47c71e2447cc1b12767a767b228c8700bd87ee34 MD5sum: c305a6187cac74f52a14f776e84715e8 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-1noble.20260425.150825 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Markus Bader Installed-Size: 1034 Depends: ros-rolling-tuw-airskin-msgs (= 0.2.6-1noble.20260425.150825) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-airskin-msgs/ros-rolling-tuw-airskin-msgs-dbgsym_0.2.6-1noble.20260425.150825_arm64.deb Size: 831518 SHA256: ef93644d461303c59733414da6cf33a6c7f4e1b48cce8838c695d56b8c18026a SHA1: 5195392c6cd3266c9f5f6c9a95661c30aa51f7d7 MD5sum: 675d8c83eb9c40ef66bc15e12d168e70 Description: debug symbols for ros-rolling-tuw-airskin-msgs Build-Ids: 2f772c9e898d5a08e8fe8250168d3e487a07e280 4dda109f612181af1fe468b82a4ed1e3afa315e6 4fd830e82b388f9417c78a8c950c8f1981dfb56e 5c6ec160b6b873264b8e4f4e68ad7f2429435818 92dda97e5c9c0d195ddd1b5523b4844cc168d0b5 a78603c57d464a387b9f5b5ecb544c706494220f c0fdd88be40ad6124626e270042cc9dd62ccdd46 c55fcc9fd3ac24310053d916703ed6baa7547336 d10fcf9f017838e2e066299bf36c7504d319fd04 f79638f58d680eeaaa8a6b60d9298003557010a6 f7a5a71c4ceed1d8abed7cfefe6aeb67b3c5589f Package: ros-rolling-tuw-geo-msgs Version: 0.2.6-1noble.20260425.141552 Architecture: arm64 Maintainer: Markus Bader Installed-Size: 1381 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-geo-msgs/ros-rolling-tuw-geo-msgs_0.2.6-1noble.20260425.141552_arm64.deb Size: 91214 SHA256: 922a5f93deb7c946f04055cb78e11f4bd7a50dcfea01d198004b1aea8442cea9 SHA1: 67c74265a0e7370633479b86dab935dcf284f393 MD5sum: 0563840ae3b058e4baf0398b14a7f92e 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-1noble.20260425.141552 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Markus Bader Installed-Size: 840 Depends: ros-rolling-tuw-geo-msgs (= 0.2.6-1noble.20260425.141552) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-geo-msgs/ros-rolling-tuw-geo-msgs-dbgsym_0.2.6-1noble.20260425.141552_arm64.deb Size: 645154 SHA256: 6195d5777eaacac67c5f464811fcaae31aa340c8ada6d5a8cc3298d11eb491cc SHA1: e6786b116e728d5df25954bcf8c5dfb2137d43f4 MD5sum: 911d08109b9d31c65197aa9fd83ae03c Description: debug symbols for ros-rolling-tuw-geo-msgs Build-Ids: 1860edd1d1eb01b04431b020c37edbd62da28758 4367a591a3b76b1eab8c5e493f680a579779e725 5158dc13685e6fdaca9f2ad1b411ceccdba37f89 585107716d40028f25b7f3cdf5c3ddcb8a2c3161 5f211f2ab53e545b10e1f61b3e4c2859fa5e1f6d 73dceacbbb7ef592c33794145978bb7bb3b9c6dd 79c0af8f9322e52de73b399eaae308dd07f77108 a8eba656b53423ebfb5c359e65f9932ed1f393e3 c95032df2ab642cb6589ad7dcff88958811d64e6 d16bd38743674591d57f00a2ae79b9a6d50ac2f8 d406fb01c8364ed0308e35f60be30877595a2f50 Package: ros-rolling-tuw-geometry Version: 0.1.4-1noble.20260425.184250 Architecture: arm64 Maintainer: Markus Bader Installed-Size: 364 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-highgui406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-geometry/ros-rolling-tuw-geometry_0.1.4-1noble.20260425.184250_arm64.deb Size: 65118 SHA256: 404bcd345c662867e076996435401fe45a551aafa66a83d45a4748ce0761a0bc SHA1: fcb7c07625083628d6a715c71acce82983b73fbe MD5sum: 527018a8eda702ecb92c873d7def9f92 Description: The tuw_geometry package Package: ros-rolling-tuw-geometry-dbgsym Package-Type: ddeb Source: ros-rolling-tuw-geometry Version: 0.1.4-1noble.20260425.184250 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Markus Bader Installed-Size: 878 Depends: ros-rolling-tuw-geometry (= 0.1.4-1noble.20260425.184250) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-geometry/ros-rolling-tuw-geometry-dbgsym_0.1.4-1noble.20260425.184250_arm64.deb Size: 824220 SHA256: 25028fb7e1c4dd8eb55e8489a17f7bbd49e5499783e6ce4bc3e33206029e987e SHA1: a1c54c986d78a7e247fb8d3594248ed9cd36a67b MD5sum: 0e2f28aa1cc43d9b19b2d2285c6c4be1 Description: debug symbols for ros-rolling-tuw-geometry Build-Ids: 28f5635415905a687b89ea2dc4c7d571291b03c9 aa53283b6612cc85dbe6caa0970d5d8397b924a5 Package: ros-rolling-tuw-geometry-msgs Version: 0.2.6-1noble.20260425.143025 Architecture: arm64 Maintainer: George Todoran Installed-Size: 1378 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-geometry-msgs/ros-rolling-tuw-geometry-msgs_0.2.6-1noble.20260425.143025_arm64.deb Size: 80934 SHA256: d1c3ecb0573424f1225dfa5ce53da125b4f27d380062126ac6b6d9cbdf444927 SHA1: f61ab73388a33d33d342d7197bfb321dc1328edf MD5sum: 4ee40afbec07864eb3e734fbb1913b30 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-1noble.20260425.143025 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: George Todoran Installed-Size: 708 Depends: ros-rolling-tuw-geometry-msgs (= 0.2.6-1noble.20260425.143025) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-geometry-msgs/ros-rolling-tuw-geometry-msgs-dbgsym_0.2.6-1noble.20260425.143025_arm64.deb Size: 511470 SHA256: 65f21a946a6cab07069b2e273c70c72ee26247232f7912ce6e5317e0db14cb00 SHA1: b9d68d0e72673a221dca9e46c54eb6aa101c28df MD5sum: 7eb057e925e1c42945828c7dacd424f4 Description: debug symbols for ros-rolling-tuw-geometry-msgs Build-Ids: 063c7d9f8e4e69ce0c60f02a9d858d32fa8dece9 286ef4a15c487ec9d4a43f9284d1a2e7104835a3 576389ea81097c5baea3d08ca71073080a7911df 9c99ccf24c82c108ad251d38d1bb022e9d0fb5ae a0aa98b258d5a6dafa7a48e463472a3dacf04e30 a7a1a9956997b881ceeaa65e170060a39ca7ea19 bdc4f8eec4737340220709b20535d3de01d8fd79 c2ed1ff6540407aff58b5607f038a9581d8db997 da9e79f4b23cfc1ee9e8ac98128e8fadf547f237 dbbf4ef371f8cdd1e7ccbd88ee3c69678bd232eb f4a00b016d876194f2ce39677940d26442c5d622 Package: ros-rolling-tuw-graph-msgs Version: 0.2.6-1noble.20260425.143217 Architecture: arm64 Maintainer: Markus Bader Installed-Size: 1933 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-graph-msgs/ros-rolling-tuw-graph-msgs_0.2.6-1noble.20260425.143217_arm64.deb Size: 142418 SHA256: 051a451b7c7b83e523a74653488faf984f2650fe386d82050329c5965e97774e SHA1: 9b313e8389fbbfcdf7e361772948967404b4bc3f MD5sum: b02493ee74f4d11c3ce0047d9910f167 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-1noble.20260425.143217 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Markus Bader Installed-Size: 1365 Depends: ros-rolling-tuw-graph-msgs (= 0.2.6-1noble.20260425.143217) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-graph-msgs/ros-rolling-tuw-graph-msgs-dbgsym_0.2.6-1noble.20260425.143217_arm64.deb Size: 1079414 SHA256: ea5263abcfa726f1c6787516a08fb2b6475ba1d128e6ec0e97e83c468e7250e7 SHA1: a44b2b14195a4d4a086c64894de7ce978a1b91ee MD5sum: fa506dda70248347cc8e7f9e73e0b5b5 Description: debug symbols for ros-rolling-tuw-graph-msgs Build-Ids: 059b2db40b494d9b4e59e6add70ee486af961633 1c28dcfafcd0c33ba8ef21f5f418ed37164f7b96 5db839f20af5df0bfa56d030c1c0a323a2088fd8 846555093d0b09291deda03fa73143917c1d15be 8564f2aae5ff5ce4424d14f306d1095c301d1bc0 92cac004e546cc8befdba12d7965c2f7e3bb3ca7 9fa6c5dd3317ea43fef6f4f90fa1e304ad51f089 a9f1c6032f24da8b5be8250a82dec7464808b580 ab5d6b9bb35a435f11904c830cbc43221584067e c73d4fa686f844db6aad9d22b4659c88669d2126 fcf9eeddd82e68f48ddf5a351beeb4c2fc4bb7b7 Package: ros-rolling-tuw-msgs Version: 0.2.6-1noble.20260425.184302 Architecture: arm64 Maintainer: Markus Bader Installed-Size: 133 Depends: libc6 (>= 2.17), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-msgs/ros-rolling-tuw-msgs_0.2.6-1noble.20260425.184302_arm64.deb Size: 14030 SHA256: b74c8aa03b3a89a2121c65a4c64df671f380c4c29e40f51753d58cb9047da210 SHA1: 54a749af3284e114088aa1d4a2180f9e7d954bda MD5sum: 11814a8a5def211d0d07535e5ec7cb6e 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-1noble.20260425.184302 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Markus Bader Installed-Size: 49 Depends: ros-rolling-tuw-msgs (= 0.2.6-1noble.20260425.184302) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-msgs/ros-rolling-tuw-msgs-dbgsym_0.2.6-1noble.20260425.184302_arm64.deb Size: 33656 SHA256: 856ea6c15e3d0593df5d82f4efbe8683c26b17c6f1edec19e4905e05e89c9e4b SHA1: a735160c7bbebede8b46a56bec598cc2c8bda6be MD5sum: f6a0cf4726f3df7a145fa63e1a7a383a Description: debug symbols for ros-rolling-tuw-msgs Build-Ids: 6eab3c6e2f5df5366c441e1304a0b8ddc1d434b4 Package: ros-rolling-tuw-multi-robot-msgs Version: 0.2.6-1noble.20260425.143215 Architecture: arm64 Maintainer: Benjamin Binder Installed-Size: 4208 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-multi-robot-msgs/ros-rolling-tuw-multi-robot-msgs_0.2.6-1noble.20260425.143215_arm64.deb Size: 283102 SHA256: 20c7a278623f32a0733b8978c50ade958ace10cc99bb4ae724524eff695b351b SHA1: d01366db81afc550ac098bca27b82a9a11b3d522 MD5sum: ccd7cd7c6c87c08a8f1dffc840984df5 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-1noble.20260425.143215 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Benjamin Binder Installed-Size: 3422 Depends: ros-rolling-tuw-multi-robot-msgs (= 0.2.6-1noble.20260425.143215) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-multi-robot-msgs/ros-rolling-tuw-multi-robot-msgs-dbgsym_0.2.6-1noble.20260425.143215_arm64.deb Size: 2710900 SHA256: 615ad1a7ba41375416af0c4a1f039789077021807d8adb1a5037bce9e6bfc0e5 SHA1: bfa005e8d848ce100cdc80143ba86ed3a3739700 MD5sum: 5fc170a84b82f4b1e1a2c25e1d18639a Description: debug symbols for ros-rolling-tuw-multi-robot-msgs Build-Ids: 219a5b5f9d30d3808e625b82bdfc49e8eef353c2 5cf85908e862f7c6f970de58f470b43bf5299ac2 78e0e8fabaca94961a3b98167e4c515a9dc3392e 7d8da85c1602686c0af1e6b841674dc07a2e7e1b 85486888745ef1d7fd0ffc3f04535fdcccd02e81 85505c893d28e1e48ea095fb8a483a1e3bc45fe7 a41d819e17647ef1f07c1bb42565f0a65cfb49e2 ab3ffde24c51485c42a4ce6f7039e1ca79d30e43 c485a6ae00150eb4c6842838b325ca873e742db9 e9dd33080004699336242d7a71374277f3d351bc ed8c83e3a25708ac5f24fd0278131f839d88d2fb Package: ros-rolling-tuw-nav-msgs Version: 0.2.6-1noble.20260425.142210 Architecture: arm64 Maintainer: Markus Bader Installed-Size: 2776 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-nav-msgs/ros-rolling-tuw-nav-msgs_0.2.6-1noble.20260425.142210_arm64.deb Size: 177380 SHA256: 21834c04b67e2f50ca5cbc6f39f8fc6574ab1d9eef7f2a23861808e323c6cb2d SHA1: 9756f338ed31b2d28d405f8ad9603d3b050bfa1a MD5sum: 89a32530edf7a493002b8d3599875dac 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-1noble.20260425.142210 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Markus Bader Installed-Size: 1941 Depends: ros-rolling-tuw-nav-msgs (= 0.2.6-1noble.20260425.142210) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-nav-msgs/ros-rolling-tuw-nav-msgs-dbgsym_0.2.6-1noble.20260425.142210_arm64.deb Size: 1518996 SHA256: 196e9542a13b668cee08fc785aac79bf3f93745bb84d607fceb1b0e6822960a4 SHA1: 680f854bb8f19e70ca08d500a82c5dfe16e1b31a MD5sum: e6d94e26b117d69003492ba596230632 Description: debug symbols for ros-rolling-tuw-nav-msgs Build-Ids: 011964cb1380d597bfecc5d3bcd5c0d1c1507b02 3480a687983ee68f689a0f4334f3fe5c4a8b1389 47a6c55b7076f8fefa3eb004aa81a86802d8fa9c 58d7cea2c6f2c0c2d8412b4c6523d01c893f2224 5ca0c46d171119e8aa5192ed3ba96dc8c22db5bf 6efc036ad3535824ab41f24de33c540f05555afd 77b874674c019a81272c60d5a1f10b06649868e4 8a76d0433ea402b1e72ff36701942433e9ff1f6e a86b0932984ee001d04f5bbcd62c0c25cd6a2eae bc4f737bebc81e08c0a7d8bde6ade7b73db443ac c2da110b4effc426a85b3b7fd34da65357e89098 Package: ros-rolling-tuw-object-map-msgs Version: 0.2.6-1noble.20260425.141607 Architecture: arm64 Maintainer: Markus Bader Installed-Size: 2219 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-object-map-msgs/ros-rolling-tuw-object-map-msgs_0.2.6-1noble.20260425.141607_arm64.deb Size: 164006 SHA256: 17ca0a28520f16579100f7daaad29a54b8affffb1ef6fcf827ec177d14578154 SHA1: f55dc5816ba96aad6ecb56c2f40d796d4d57f9bf MD5sum: bdd781a2bcce1d2b9e530af1495523b7 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-1noble.20260425.141607 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Markus Bader Installed-Size: 1761 Depends: ros-rolling-tuw-object-map-msgs (= 0.2.6-1noble.20260425.141607) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-object-map-msgs/ros-rolling-tuw-object-map-msgs-dbgsym_0.2.6-1noble.20260425.141607_arm64.deb Size: 1397896 SHA256: 7c72cf1e9f327f61c2d8d313618137f86a1083baf21fff88ecd6df4605ea64df SHA1: d4cc2fe500cc339557732b169326934c3ae07083 MD5sum: 70003c0650bd390deca29f367d7c6807 Description: debug symbols for ros-rolling-tuw-object-map-msgs Build-Ids: 0af062d21d0726422d81f1590d0d4217961db236 15706d0e52813f2b33eff1f281e9686552d0da1f 45723137790083e79212d5c30d08e82a9776685a 5651f79fffa1b67962b210936dca000231459e72 7eec12596c6d08997ebe711cf0dd3e4e301d08dd 80612714139779f2a3751ed78122f68849cefeb6 894bb7c4a286b6b40d0b382aebc0434a89306099 9a786586e92e7ef16a26b37f74be09965926413c c6c4da70dd4eac90f1c4d771eb2768f2f11389fa d6b3da5334d0636cbaf39e7677c357b31d947b98 ee66e3e16363450fb58c67c2b263113b92f57397 Package: ros-rolling-tuw-object-msgs Version: 0.2.6-1noble.20260425.151608 Architecture: arm64 Maintainer: Markus Bader Installed-Size: 2805 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-object-msgs/ros-rolling-tuw-object-msgs_0.2.6-1noble.20260425.151608_arm64.deb Size: 200890 SHA256: 6b949705ba70b9003915ddd26be1757a07c8ea84a27c68a04b8d267b56ea0975 SHA1: d4e37bd84622ea7121edf20ed8375cd6374712c4 MD5sum: f84596527b6cc3ee006c350830503747 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-1noble.20260425.151608 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Markus Bader Installed-Size: 2283 Depends: ros-rolling-tuw-object-msgs (= 0.2.6-1noble.20260425.151608) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-object-msgs/ros-rolling-tuw-object-msgs-dbgsym_0.2.6-1noble.20260425.151608_arm64.deb Size: 1837106 SHA256: cb69abeccadcd9b28e10b0f33c1251cf5087da5869a7806057954c1cdcfae650 SHA1: a52d1ad6060011f6c230a4fd1cf0a9b19f4d11fd MD5sum: c773a443d778a2b47ed8fa28acdca903 Description: debug symbols for ros-rolling-tuw-object-msgs Build-Ids: 017096b30a6dadb5de0a62a84582a19ae8aea43d 436fb0675977e74a31405be215c83eca18ba5a73 4b82dae6b90bc3996c85831ff20673fbd7e42b09 7bc17e2bba3eaaf808789bfc4d53b38c6979c7af 7e937cd6f0e1b86b8234f6dddcf97dea05c0173f 8087685df2147c9639ae627bbe43430f5086b1ac 91d0860cbc3d1c72ecb065fc6266c23c1b773891 9aa8c41f72a43f37739a8bbb1b56222e01ab2e44 a1018ee799c52c4039cffbb2250835d6a32a7e03 bcba03f187ef00647d227f15eec1ade88a28ec09 fb7774756d3721c80bdbf2cbe668233d3c4f0858 Package: ros-rolling-tuw-std-msgs Version: 0.2.6-1noble.20260425.150916 Architecture: arm64 Maintainer: Markus Bader Installed-Size: 1532 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-std-msgs/ros-rolling-tuw-std-msgs_0.2.6-1noble.20260425.150916_arm64.deb Size: 104516 SHA256: 31c8e293788c937827d7c0b99394947385941df1585fdc1ba0916cc1e4a7901a SHA1: 4e125ac3f6e4a072b5ebdb31c3b113be5eb3ef83 MD5sum: 077b48b4fc6ec34e5c58c6706d696666 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-1noble.20260425.150916 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Markus Bader Installed-Size: 953 Depends: ros-rolling-tuw-std-msgs (= 0.2.6-1noble.20260425.150916) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-std-msgs/ros-rolling-tuw-std-msgs-dbgsym_0.2.6-1noble.20260425.150916_arm64.deb Size: 715100 SHA256: 063fb2be6df35f5970bbd543536fc7e6b8b94d9d76ec4098ad863c701a7a7cc1 SHA1: b9031a0e81151517d11e48b10c8a644375694de8 MD5sum: 082c60ce162c7a662da9ca7d592668a4 Description: debug symbols for ros-rolling-tuw-std-msgs Build-Ids: 003d30404e78b943f41ec897f7856737da277e93 230005b68b60945de266fa6c39d24561cfa7710c 2c98fc32cd8afd032d96c932dc3a907c628242ae 34e5383f420aba814bcbd3de1b83a675cb3e7522 3854e9435696f5c80eb54db521756e56f68bc590 534c9582ddc9d7fd6ca1e23eb2827de66943cacc 5a690e240161d68481e1d886a154752969f81c13 8014cc57a81a16fff69648fad4de0af856fbbe61 961fa199286b9767f7768efbabb38c25ea7a1db8 eddb624b441c29548dea9eb1fbd355a79bfe5543 fae20c6d7499f02cedca401f2fdb24fd1be77a85 Package: ros-rolling-tvm-vendor Version: 0.9.1-3noble.20260425.115958 Architecture: arm64 Maintainer: Josh Whitley Installed-Size: 35036 Depends: libc6 (>= 2.38), libgcc-s1 (>= 4.2), libopenblas0, libstdc++6 (>= 13.1), libvulkan1 (>= 1.2.131.2), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1, git, libopenblas-dev, libvulkan-dev, libxml2-dev, ocl-icd-opencl-dev, opencl-headers, spirv-headers, spirv-tools, ros-rolling-ros-workspace Homepage: https://tvm.apache.org/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tvm-vendor/ros-rolling-tvm-vendor_0.9.1-3noble.20260425.115958_arm64.deb Size: 9220326 SHA256: cc50f0e28ac93fcd64430ca160b845d64513565c1ccc085e9da48072b4a5c5de SHA1: 135a12b80df084fe0194e69ec6c2b08bf2259e35 MD5sum: 326df8bbaba2923d04850d0158fa11a5 Description: Wrapper around Apache TVM to make it available to the ROS ecosystem. Package: ros-rolling-tvm-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-tvm-vendor Version: 0.9.1-3noble.20260425.115958 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Josh Whitley Installed-Size: 239451 Depends: ros-rolling-tvm-vendor (= 0.9.1-3noble.20260425.115958) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tvm-vendor/ros-rolling-tvm-vendor-dbgsym_0.9.1-3noble.20260425.115958_arm64.deb Size: 216872630 SHA256: ba76ce254e5628032ed74d730c3f3ddce431dc27e18be49675279e4533a094be SHA1: fe1df2f77c980e66bfbbcf8bed7e9d5fa08a68d3 MD5sum: 938b919af66dd6d2d529e731a0af7563 Description: debug symbols for ros-rolling-tvm-vendor Build-Ids: 8fd591cb210df4ebf3ba07ad1e99c9a4c483ecee fa9b69c85554ae8f1b31738a31894502731a4469 Package: ros-rolling-twist-mux Version: 4.5.1-1noble.20260425.171551 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 1837 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-twist-mux/ros-rolling-twist-mux_4.5.1-1noble.20260425.171551_arm64.deb Size: 271602 SHA256: 681d18c0ecf6173816f53eec5be8afea750f6fd990ff1f740b0304a1e8534d3c SHA1: bd17a313678496df2279f0c7b3db31d354317a2e MD5sum: 22e674a3348ee9a528c2626027a1ba4e 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-1noble.20260425.171551 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 8427 Depends: ros-rolling-twist-mux (= 4.5.1-1noble.20260425.171551) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-twist-mux/ros-rolling-twist-mux-dbgsym_4.5.1-1noble.20260425.171551_arm64.deb Size: 6948704 SHA256: 03e7c1af9f9a958409d655063dbca1055a872f240d368b91a3b8f6826ff2a07f SHA1: edad1e0aa2be97bda54deba6d3c2476f9dcffca3 MD5sum: 66203cec51033aa64818cd6d17befbd1 Description: debug symbols for ros-rolling-twist-mux Build-Ids: 2a9a0a528b1b97d50c49f264b621f263064777e1 f3e8baccf4edeb8868394535203d127fa02be615 Package: ros-rolling-twist-mux-msgs Version: 3.0.1-2noble.20260425.132207 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 3076 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5.2), ros-rolling-fastcdr, ros-rolling-action-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-twist-mux-msgs/ros-rolling-twist-mux-msgs_3.0.1-2noble.20260425.132207_arm64.deb Size: 169978 SHA256: c0eca094315150f09661e8d8528381883966ebc5ff62648026f94af4b2ea9f92 SHA1: 8166a67a9cfd7b98fc76b3ee6fe97fc8d4a2bd9f MD5sum: 952d4087f05bfddaa142ff41b465108a 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-2noble.20260425.132207 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 1376 Depends: ros-rolling-twist-mux-msgs (= 3.0.1-2noble.20260425.132207) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-twist-mux-msgs/ros-rolling-twist-mux-msgs-dbgsym_3.0.1-2noble.20260425.132207_arm64.deb Size: 872708 SHA256: e91fcf221ebf3ca2df266020c6a6db7e07474aca25519287817039c00e3df5fb SHA1: 74b70426465597fbf739b5909d8afcad135397c8 MD5sum: f1db6dd0a071d2f7fcc02422a9159f26 Description: debug symbols for ros-rolling-twist-mux-msgs Build-Ids: 184ec0e1f35fb2f4693289beca917455452e71f5 20477d36c9be529c2d3ed5b619fdd052ad9a0a08 4c159f12e10da13337f656878822d8b5dd289e24 4f104e6ef45dea5bf0a3f02715adf1bfda14f256 713c124932e2f24a805ee3b53bac77bad5089ef8 73652c901c0f0d0299ac9b8e6653f48f82d783d8 753ece914cb0cdf00164b2dcd13bc42b2caf68c8 7b65602b3804927e99af96b1a442837bc2feedf8 bc609e8763f28e9deaa93493a788203d98f51607 c45c81967c4fde03f53682b12de56007effcb667 c6c389cf23c66eacc73fab4ee29b8c6152e64897 Package: ros-rolling-twist-stamper Version: 0.0.5-1noble.20260425.201552 Architecture: arm64 Maintainer: Josh Newans Installed-Size: 45 Depends: ros-rolling-geometry-msgs, ros-rolling-rclpy, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-twist-stamper/ros-rolling-twist-stamper_0.0.5-1noble.20260425.201552_arm64.deb Size: 6672 SHA256: 81fa9a1e36b53b342434327b2bf335b39c425c5c8d81182e1074c5227cdae66e SHA1: 78a5a10f01d7954b450be7e0057061eb8f9bea5b MD5sum: 88c13e613c53a655ebc8bd3c60a50cce Description: ROS2 package for converting between Twist and TwistStamped messages Package: ros-rolling-type-description-interfaces Version: 2.4.4-1noble.20260425.122636 Architecture: arm64 Maintainer: William Woodall Installed-Size: 2330 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.4.4-1noble.20260425.122636_arm64.deb Size: 168362 SHA256: 371fe7fa631a43541736a38016466b46e0bc81b6122650b4ab415d3dcc3c4439 SHA1: 7fa082ed6eeaf151628a1c3559ec30e64ca8d1e7 MD5sum: e719f47cbe0a62b0f5062139ae26a35e 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.4.4-1noble.20260425.122636 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: William Woodall Installed-Size: 1763 Depends: ros-rolling-type-description-interfaces (= 2.4.4-1noble.20260425.122636) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-type-description-interfaces/ros-rolling-type-description-interfaces-dbgsym_2.4.4-1noble.20260425.122636_arm64.deb Size: 1414332 SHA256: 2b5441852ca9981bca203a6ab6a2536ca7126cad1c977877779516747d6f8ff0 SHA1: f17af3bcc99df3f7fcf367afea759c4d092f30c1 MD5sum: 3cd0f5e19787d8d2695a40f72a37d631 Description: debug symbols for ros-rolling-type-description-interfaces Build-Ids: 1cf46cb6527bf9b797bd01e62dd80ea0a5db5099 23f46d12a881df7092d684c09fe63ffeca2e8955 251ddf6e34a8104259e24d94d52a436c30e7be71 267fef14945b8ab431d211614ca48eef7a138ba1 2b1e2aa3e28d9ee7c35db7ab5a35a2135f7a2bc2 49d28021194770dd409eb379596b8bf663c68668 60f8fa43d97e6a588618283ee31dce8d1862b965 c6b27f67c23f3a438c163065b95fb1f9fa2d6cce c7b016d6d3972f5947d8b86684dd5a6c65a5ed05 c9a18e7522c742c027b92370a7299269eae313e1 dab2720b8c82ef503986edf1a64e25430ad411ca Package: ros-rolling-ublox Version: 3.0.0-1noble.20260425.193100 Architecture: arm64 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-1noble.20260425.193100_arm64.deb Size: 5698 SHA256: 9111db835bda20dd7efc56fe04c569cb04d95c3ceb55df347715789719e7e414 SHA1: f88d2956972f5daf7fb4bb43c671cb1477b49d1b MD5sum: 6cf85d6edab72847464f709429109aaf 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.4-1noble.20260425.185500 Architecture: arm64 Maintainer: Nick Hortovanyi Installed-Size: 99 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.4-1noble.20260425.185500_arm64.deb Size: 11852 SHA256: a558587c47d01e33ac6cd9756b38fd5818aff4fcbbdf9de02409c9caf43596d8 SHA1: 6f29f3ec769b8d42f5ff053f38dabcc7d50af15e MD5sum: e5802d0fb38781485d58373c9b41e69d 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.4-1noble.20260425.184343 Architecture: arm64 Maintainer: Nick Hortovanyi Installed-Size: 3273 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.4-1noble.20260425.184343_arm64.deb Size: 598820 SHA256: 4e547e56179801f7f95d4063bdbb92cdb2162a1a645b9dbcc8bfd100aaa20681 SHA1: 524d4bdfd2203c96e38ca34e4c39125aac35c3e1 MD5sum: 980098bef3695a209ba606ba54e2745e 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.4-1noble.20260425.184343 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Nick Hortovanyi Installed-Size: 16658 Depends: ros-rolling-ublox-dgnss-node (= 0.7.4-1noble.20260425.184343) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ublox-dgnss-node/ros-rolling-ublox-dgnss-node-dbgsym_0.7.4-1noble.20260425.184343_arm64.deb Size: 14003812 SHA256: 059647da9810eebbad9b5a3d51c1fab999201fb989fb16e3d34bc0477c54b95f SHA1: f8ac810fd25a9afc3a14fff547b65a47e6b56896 MD5sum: c89652572b13ed787788ace65485b68c Description: debug symbols for ros-rolling-ublox-dgnss-node Build-Ids: c0e3ef5c09d4098538ef52486c830b499a9c6781 d7fc2b43ef8348a72f32e0c5464cdd672cb88b9d Package: ros-rolling-ublox-gps Version: 3.0.0-1noble.20260425.190641 Architecture: arm64 Maintainer: Gareth Cross Installed-Size: 4282 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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-1noble.20260425.190641_arm64.deb Size: 769782 SHA256: dbfeacd91806e1dfbb2cd840a691d63d1cbbb21f31cd4ee7b608b48f8466a20c SHA1: 7fe5a672c96583c0d98fb4993d9e86ec05436ea0 MD5sum: a01dcb41941ec9c54c4090a69c32183c 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-1noble.20260425.190641 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Gareth Cross Installed-Size: 24294 Depends: ros-rolling-ublox-gps (= 3.0.0-1noble.20260425.190641) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ublox-gps/ros-rolling-ublox-gps-dbgsym_3.0.0-1noble.20260425.190641_arm64.deb Size: 20854824 SHA256: df456aea8eff0fecc9017fb8ab30aac9248c7cc8620c76a23e8a7ee4a0434969 SHA1: d92964b4afd23f5d7549731b8dea2571a6695b1f MD5sum: 8ba225b5581809b203b3c4fe489230ac Description: debug symbols for ros-rolling-ublox-gps Build-Ids: 55d0a0ea7314ef68c22b09e160c8a8158537cdd0 61285d028649565b82dd821ffc1f9a659d3ecbb6 debc77ac341daf7377dd7f5ab1ae602cbd99a8bc Package: ros-rolling-ublox-msgs Version: 3.0.0-1noble.20260425.160903 Architecture: arm64 Maintainer: Veronica Lane Installed-Size: 15118 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-1noble.20260425.160903_arm64.deb Size: 909204 SHA256: a56c21a8be813b0197a9070ad251a63b0ac6194805836548c16c4970af941582 SHA1: b1fb5079998f6fa6c7d8b8efa2be824a90639f44 MD5sum: 3f1bbae5232145e350d765d101732b6d 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-1noble.20260425.160903 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Veronica Lane Installed-Size: 10740 Depends: ros-rolling-ublox-msgs (= 3.0.0-1noble.20260425.160903) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ublox-msgs/ros-rolling-ublox-msgs-dbgsym_3.0.0-1noble.20260425.160903_arm64.deb Size: 8371032 SHA256: 1c1e3c9942a66bf4bcbbf9510bd5f195882c07cde12616c933e3a549ffd7a6d4 SHA1: e9a6b09eb55ad20436f2598d9a8c275de6493948 MD5sum: 0fcced5f7ac4e173072943f3918d058d Description: debug symbols for ros-rolling-ublox-msgs Build-Ids: 14634d048e22ccb1562b81ddad85d8ce0654c191 194025470a369f88ed0c712ce283773beeae2a7a 297184e23da9b0a71e22c36e5c4844d91ee22435 4e2cf560e28c57ff213dcd7f6db73d284d550212 57e6a6ef6f30c1a7dd62984b5b5d73ccb4cd356d 8858f03fc600ef03073161050b7b97d2993949b4 9bf4461dc0c4b77a71facd741a9c9abba0079f77 a160ad9eba78e3c7f2279bf42e16ad6c45f73f3f a1a29ce04994203da49dd926b16191c7f144be2c ada0c86649269cd3998062e98f5e306c78298338 b5366d14c82cc38a62281ecc4325f5b753af81c6 d94d97efdbcc7f748d5d9b4dc06fda67a215e70b Package: ros-rolling-ublox-nav-sat-fix-hp-node Version: 0.7.4-1noble.20260425.184453 Architecture: arm64 Maintainer: Geoff Sokoll Installed-Size: 1081 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-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ublox-ubx-interfaces, ros-rolling-ublox-ubx-msgs, ros-rolling-ros-workspace 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.4-1noble.20260425.184453_arm64.deb Size: 159754 SHA256: d67b4f1d3d70ca794331fa97929294685723036f428fcbddb50a682e8a07b2f6 SHA1: b8846a8416201ac5529c56e68a22dbc22326f97d MD5sum: 0b3193344f688600a8322e0dc365756a 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.4-1noble.20260425.184453 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Geoff Sokoll Installed-Size: 4463 Depends: ros-rolling-ublox-nav-sat-fix-hp-node (= 0.7.4-1noble.20260425.184453) 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.4-1noble.20260425.184453_arm64.deb Size: 3619972 SHA256: be1f5056784c7e661a7d1b8a8bdd8084528452786afb95d7d4a5ad985191dafe SHA1: 5cdb4c149bc8647e43ac7ffe9f577a46887f248c MD5sum: dbcb39045590b38800045a2ddf7d2722 Description: debug symbols for ros-rolling-ublox-nav-sat-fix-hp-node Build-Ids: 85332041e91a53b013e44b5e4549fd8e3f240b6d e49b421d7eb803a82af6feedd49dd7aef0e0a7a7 Package: ros-rolling-ublox-serialization Version: 3.0.0-1noble.20260425.100859 Architecture: arm64 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-1noble.20260425.100859_arm64.deb Size: 13354 SHA256: a99e5139cbd3187132169ad56091351279a935c4c806be7f2ca0d79e8d5603a6 SHA1: 92df1da3140859aaa5b5754b211571bf8e2daca5 MD5sum: c56d3ed001520f888a885a0402b73864 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.4-1noble.20260425.132207 Architecture: arm64 Maintainer: Nick Hortovanyi Installed-Size: 2195 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.4-1noble.20260425.132207_arm64.deb Size: 122474 SHA256: 29a91489be8975e14eb9fcec94ecd99c66a5bb8e0693a4af910a6e77a9230d36 SHA1: 864a54ed421b76774b43ea3bcf2f77f5bbd47fa1 MD5sum: 32e0148c0db5b1423f867e234ffcdfc7 Description: UBLOX UBX Interfaces Package: ros-rolling-ublox-ubx-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-ublox-ubx-interfaces Version: 0.7.4-1noble.20260425.132207 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Nick Hortovanyi Installed-Size: 1241 Depends: ros-rolling-ublox-ubx-interfaces (= 0.7.4-1noble.20260425.132207) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ublox-ubx-interfaces/ros-rolling-ublox-ubx-interfaces-dbgsym_0.7.4-1noble.20260425.132207_arm64.deb Size: 869570 SHA256: a15f5928ec92853b8512a0827870b7abcb315d9c5466c48b9724a9c0e6df69c6 SHA1: faffc68d29e62d5c18fa232e765f94f9d5eebbbc MD5sum: a441245bc977e2df87c47edc9de67c26 Description: debug symbols for ros-rolling-ublox-ubx-interfaces Build-Ids: 07db9b563c7a0aae8613813f04e8eff93d6b9f84 4d442b8de247751527a41b3fe0d4a069c0fed315 5dee24185f13ecf5de5c5c337c77abc3f6f59053 6a98c91fee53e390160e8b091f5f82bd09220c79 815f1487b1e8b5816ac1ad184282f17ca078d7dd 9528dbc6b8d591c5f800d05add0cd02fa5e6f98c b6200681d870531575fcfd738acff793936b69df b9acb132d3da788f72c46ecffed0f3babdad11d4 baef7cc21600624d572833d732b007007e630f33 c9cc246a27e1d83be6c4767c9b100829c34ddbeb df908fa93df0e4a311e65bf6d516d4059b60d59c Package: ros-rolling-ublox-ubx-msgs Version: 0.7.4-1noble.20260425.150914 Architecture: arm64 Maintainer: Nick Hortovanyi Installed-Size: 11037 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.4-1noble.20260425.150914_arm64.deb Size: 659292 SHA256: 5be33fcf26c6081ae07b47acd61ee6117b3f6e9dfdaeb870f12924f07e025522 SHA1: 8163a318dfa906bcd77ea9f71527829f04c4a670 MD5sum: d997eb323eb5889e876aea804c247d45 Description: UBLOX UBX ROS2 Msgs Package: ros-rolling-ublox-ubx-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-ublox-ubx-msgs Version: 0.7.4-1noble.20260425.150914 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Nick Hortovanyi Installed-Size: 7812 Depends: ros-rolling-ublox-ubx-msgs (= 0.7.4-1noble.20260425.150914) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ublox-ubx-msgs/ros-rolling-ublox-ubx-msgs-dbgsym_0.7.4-1noble.20260425.150914_arm64.deb Size: 6072262 SHA256: a185b73c86727627ce8cb9c019a15f6c343f70b72c6ee03f2c3ea7c26a3367bf SHA1: f85ef8b428f4042ae5aa57a06c2e09a3434c6a72 MD5sum: edbfbf32f487483f7f7cff58363e0ca4 Description: debug symbols for ros-rolling-ublox-ubx-msgs Build-Ids: 0422e210d7339cdfc9e8e980e9e9aef9b3025651 0d6b0f8c83bfaf6de3de679452db849f98c2a5d8 0e50f11ed4c9c513625924b32acee2cf48a63560 0f1b8c15f2579abd0e2c2ea3c5e05c8d464c92a6 235a63dbe55bd31ea23b606a2fadcf28f8745b53 569f214377a11318ce2da9d97f29cb6c7603b46a 845b373a6d6243e39b7c5e37769cd5920589f255 854d070e00a43c18761048d0568d98668a7b28e5 9114d95cde94eceb734e52ffd00759304551fda7 b082dd48d53ed1ae50445692d60b13b6d2a335ce c115d699f8011a54b86e567e0b823478385ac347 Package: ros-rolling-udp-msgs Version: 0.0.5-1noble.20260425.151114 Architecture: arm64 Maintainer: Evan Flynn Installed-Size: 1770 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-udp-msgs/ros-rolling-udp-msgs_0.0.5-1noble.20260425.151114_arm64.deb Size: 140402 SHA256: b0d8c8b3f4d6c9ed192e52534afa5164342886a386ff2a94acf052e322d68452 SHA1: a72a0a56aad3aac910a520ce8fa45e9d7f1f514f MD5sum: b11632a2b4fb1eef4432b2dfe154a304 Description: ROS / ROS2 udp_msgs package Package: ros-rolling-udp-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-udp-msgs Version: 0.0.5-1noble.20260425.151114 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Evan Flynn Installed-Size: 1536 Depends: ros-rolling-udp-msgs (= 0.0.5-1noble.20260425.151114) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-udp-msgs/ros-rolling-udp-msgs-dbgsym_0.0.5-1noble.20260425.151114_arm64.deb Size: 1241732 SHA256: 0ffeccbed221127423a5eeddc0bef1ab17861e3026b4f506a6f20f08c803d84b SHA1: 9539d790e8c6bbd48b0dfac7958d23406dccf094 MD5sum: 6359007d7a5abdff305a9765e86689ce Description: debug symbols for ros-rolling-udp-msgs Build-Ids: 04cb8c12f185ee5aa447996b23034105527b830a 54035b215fd3e4e4d7edd1e3fb62d4db24b7cd65 640cca3d284ab180e7c0d1f1b9a38c3369eaef45 7a8775ffa5dcaf5579657d2f4a7012b2ff83f226 83dcc00b8a908403e46c40e372831c766683930d 95ea156f8477538cea50ea7930c38fdd728971db 96b9123794847b018714d10b1a5ef48093d42207 9fb07ccff968348d5acac23382b61d6f95e1325a d7bb15c459791a3ad186c4cfdaf2efd278115d26 de0d34766f5f5b387c8260094bb9d65bc4d64537 f8a6cf15ee6df0c31b436501874f0f90d077773e Package: ros-rolling-uncrustify-vendor Version: 3.2.0-1noble.20260425.101343 Architecture: arm64 Maintainer: Scott K Logan Installed-Size: 47 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.2.0-1noble.20260425.101343_arm64.deb Size: 8534 SHA256: ebfbb5854748b643afec9b0258bcaa0c42d9d16de0011b5c1fceff31837ffccc SHA1: 9f227745b78fbc8290b9390d27df92654713cd96 MD5sum: 65ed0f6f26f6d054eca37bc66075f99d 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.8.1-1noble.20260425.121437 Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 1002 Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.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.8.1-1noble.20260425.121437_arm64.deb Size: 42642 SHA256: 9ed95cd3895c166efcafd5d28875cadbd79dd8438033885bc6bd29d0d97b069d SHA1: ec3b74e244128986562bc55734ed407308ce3b03 MD5sum: fdc4c3f86a61208f318513be9487e503 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.8.1-1noble.20260425.121437 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Geoffrey Biggs Installed-Size: 277 Depends: ros-rolling-unique-identifier-msgs (= 2.8.1-1noble.20260425.121437) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-unique-identifier-msgs/ros-rolling-unique-identifier-msgs-dbgsym_2.8.1-1noble.20260425.121437_arm64.deb Size: 172662 SHA256: 639b63e9e8dd1d2b89857a797bed2e75acda2d0abba864d0a5e1e466fa105d4d SHA1: ee629aea3869cd49df07b3a1664eec7ee95fbf06 MD5sum: 18b8bbf580e9d4e4aff1fc27ab034215 Description: debug symbols for ros-rolling-unique-identifier-msgs Build-Ids: 1bfdfb0ded07e9adfd78aec144ed2088ab010333 2e775ac18993ae22ad143d47e5cfe884e102aa4f 77910a35b00101095edc920ba90251d469b69b5a 7d3f1dc423f5207510e1534c5eb572d26fc5b2fc 9170611aa50092d7f6ac18bd801d4f2598cd2172 b4f7ff55fcfd516bf32e565a142d5d7a2636190a b5e56004dbc1ba038a54b91e7b26c01a6c343673 c335742af43c5877359c022d4db26172a45e4a63 ca9fc366db69552b68c53839bb944a9f805225e5 dede2a2f07ea14061ba24df5054bf1aec910e851 fc68220db3af10a4108c07df7c5d79be4e74541e Package: ros-rolling-ur-calibration Version: 5.0.0-1noble.20260428.042222 Architecture: arm64 Maintainer: Felix Exner Installed-Size: 201 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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_5.0.0-1noble.20260428.042222_arm64.deb Size: 56670 SHA256: da3cac20acbf13f9aacd9a790142c962324dd8fd6c61d1267f7b4f1a4f57e39e SHA1: 70988b6d85759829c5201f58aa5c2a271073ca08 MD5sum: 20a5ad6f89704cdcda4ce7b5e2036f1f 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: 5.0.0-1noble.20260428.042222 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Felix Exner Installed-Size: 1594 Depends: ros-rolling-ur-calibration (= 5.0.0-1noble.20260428.042222) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur-calibration/ros-rolling-ur-calibration-dbgsym_5.0.0-1noble.20260428.042222_arm64.deb Size: 1522938 SHA256: 6344af618f956483e069457fb72535cb81e0a63af4a43faf92b3f157e908f80c SHA1: 60aa20f490cfbe6a08bb09b0e4a32375853703e5 MD5sum: f090b5580233fc19ad135cf92a769450 Description: debug symbols for ros-rolling-ur-calibration Build-Ids: d5a18eeb442eaaf2c35bb228ca856ce4f7066ff3 Package: ros-rolling-ur-client-library Version: 2.10.0-1noble.20260425.101345 Architecture: arm64 Maintainer: Felix Exner Installed-Size: 1883 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.10.0-1noble.20260425.101345_arm64.deb Size: 474176 SHA256: 261bc212e70202312c0b7d738d88390902ab89e3f19a2a59cee8ff5732605bf5 SHA1: 5ca9c346e264a4f919dfd5a4afb25beec82251ef MD5sum: b41ca4c0a9f870182b894467fe1e6683 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.10.0-1noble.20260425.101345 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Felix Exner Installed-Size: 7018 Depends: ros-rolling-ur-client-library (= 2.10.0-1noble.20260425.101345) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur-client-library/ros-rolling-ur-client-library-dbgsym_2.10.0-1noble.20260425.101345_arm64.deb Size: 6341704 SHA256: 723ea7219df65202c7161a0a52ef229d10815e533ad1ebe4ccdbd7f208ab7c3a SHA1: 7d599ee16beacfb7dc076e3f681b5ed16e78876f MD5sum: d845ff3130c9706cdb3aec6890739e33 Description: debug symbols for ros-rolling-ur-client-library Build-Ids: e46aa50b1a005cc8519cb915d4334d1fe462c3c5 Package: ros-rolling-ur-controllers Version: 5.0.0-1noble.20260425.231534 Architecture: arm64 Maintainer: Felix Exner Installed-Size: 1885 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), 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_5.0.0-1noble.20260425.231534_arm64.deb Size: 398722 SHA256: 4ba06af62b12f458175603880b75602b7cf37cfbe5b51c1eb55bdb12a5eab38d SHA1: 926ea66cf8ccc73570ab19221c9b8545353d4e5f MD5sum: 59b71c9eb4c94db9f04466780bab9553 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: 5.0.0-1noble.20260425.231534 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Felix Exner Installed-Size: 9533 Depends: ros-rolling-ur-controllers (= 5.0.0-1noble.20260425.231534) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur-controllers/ros-rolling-ur-controllers-dbgsym_5.0.0-1noble.20260425.231534_arm64.deb Size: 8338578 SHA256: 446c8b7bf2f0d525fe0db6b7a5fbcccdd733d197a197dde4ed8c22ddeae5b68f SHA1: 2bd5a616cd15d0050606e18ab0940a073d29866f MD5sum: 071b2022c676fc6a4652cef90094fd71 Description: debug symbols for ros-rolling-ur-controllers Build-Ids: 04c50cc4db1bea74fcccd02bdc28bd7357fb9c75 Package: ros-rolling-ur-dashboard-msgs Version: 5.0.0-1noble.20260425.132231 Architecture: arm64 Maintainer: Felix Exner Installed-Size: 13208 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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_5.0.0-1noble.20260425.132231_arm64.deb Size: 703370 SHA256: af369bda94c407d80f766a6a2b5600a36627f68d82957a34cc52cf36e9932e28 SHA1: 4a47a74f95161ba96eda0731ef5eb7166a01d1d8 MD5sum: 7c0d26b03196d0748579fb5c118b44f0 Description: Messages around the UR Dashboard server. Package: ros-rolling-ur-dashboard-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-ur-dashboard-msgs Version: 5.0.0-1noble.20260425.132231 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Felix Exner Installed-Size: 9473 Depends: ros-rolling-ur-dashboard-msgs (= 5.0.0-1noble.20260425.132231) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur-dashboard-msgs/ros-rolling-ur-dashboard-msgs-dbgsym_5.0.0-1noble.20260425.132231_arm64.deb Size: 7105080 SHA256: d0d01e91e60d560b794406c058efe4f9c9d9498f6cfc839b87517b745d119029 SHA1: 71df8518985882ba65d8824a922596d641dc1e2d MD5sum: 8572f92d9e77eabd96b980e9d2d66ddf Description: debug symbols for ros-rolling-ur-dashboard-msgs Build-Ids: 1df4852aabc890febcee9e2c9e12f722298ab191 1f1b09faf6265bb0302b9ebca491c33ee1247665 20a46fd9d272e94443e9a363e714501a7f921329 41adadf325656f73ea67915f1d79bf470417e0f5 500d8dbbb73f297a16c5365df6226a96c2f554e9 7b596089762e458960a9e62cf18214fefed7a130 7eb3e665c8dbf81fd2bb51ee6a582affb61a048c 8835d413297cabca1a2cccb47b115e6bef8bb356 9bdb57bca08f353daea26296dcc28dac6f6ba9da 9c91e728bcc75b32793c8648a7dc01eb4e45b06a dacc452a8d0f38771028eba3aa1ed2611ee8067d Package: ros-rolling-ur-description Version: 4.3.0-1noble.20260428.035622 Architecture: arm64 Maintainer: Felix Exner Installed-Size: 73104 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur-description/ros-rolling-ur-description_4.3.0-1noble.20260428.035622_arm64.deb Size: 22117140 SHA256: 41b80136e0423a70d3fba933464cb199e245771101893fdb76057cc3f22c26d0 SHA1: b8accfeb7786acde49021552ac580794e9c59da2 MD5sum: efcaa91c728cfeaca680c317bb08ac46 Description: URDF description for Universal Robots Package: ros-rolling-ur-msgs Version: 2.5.0-1noble.20260425.145010 Architecture: arm64 Maintainer: G.A. vd. Hoorn Installed-Size: 8526 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur-msgs/ros-rolling-ur-msgs_2.5.0-1noble.20260425.145010_arm64.deb Size: 516296 SHA256: 10e43907cb65ba213e421f5b9f78a73337bb9e7ebcc42b640d975d8c20b1ab11 SHA1: b1e2695ea2f1090c6b8de053d7e1770f5f9c7374 MD5sum: 42b1ffdce390ceef6246099e16ad1fef 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: 2.5.0-1noble.20260425.145010 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: G.A. vd. Hoorn Installed-Size: 5313 Depends: ros-rolling-ur-msgs (= 2.5.0-1noble.20260425.145010) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur-msgs/ros-rolling-ur-msgs-dbgsym_2.5.0-1noble.20260425.145010_arm64.deb Size: 3961550 SHA256: e63e84772975b677d968facbd4abbb85644c807b3dbe40d71f71cb968917b170 SHA1: 9ea9603700e8f7ff33fbf463c5aecdf7d1388fb1 MD5sum: f865b4fd4aff07354b5493cccde2423b Description: debug symbols for ros-rolling-ur-msgs Build-Ids: 0187683c7d91457b45047f9061d1e9699e1978f0 1d8d26b807368a053cac9918bdaae18b8373222f 24518297f71a2f44394ae37553d6b1de2cfbcb07 4f7aba8f94d286bbd0e372da8f4f0b86d3ae775d 5523659a698008e25d479fa59b0922cc2d4baa95 77092768637f8afd5546b9db5ef55ffc7e540976 7cc5906288f6958d21db1af05731ab02afc0729a 8395e28f6903154fdc11bbb83a9c9344e33e49b9 b34f02fdc1717e25a4acc6c9e12d9c937f62bf17 dbc0f280c8de6ea22ef21b67efbe9efc8c6a0e00 fcc2b250ad4592cbd8cee6072ed3b36ef6df5bc6 Package: ros-rolling-ur-robot-driver Version: 5.0.0-1noble.20260428.040220 Architecture: arm64 Maintainer: Felix Exner Installed-Size: 5382 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libstdc++6 (>= 13.1), ros-rolling-backward-ros, ros-rolling-control-msgs, ros-rolling-controller-manager, ros-rolling-controller-manager-msgs, ros-rolling-effort-controllers, ros-rolling-force-torque-sensor-broadcaster, 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-position-controllers, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-rclpy, ros-rolling-robot-state-publisher, ros-rolling-ros2-controllers-test-nodes, ros-rolling-rviz2, ros-rolling-std-msgs, ros-rolling-std-srvs, ros-rolling-tf2-geometry-msgs, ros-rolling-ur-client-library, ros-rolling-ur-controllers, ros-rolling-ur-dashboard-msgs, ros-rolling-ur-description, ros-rolling-ur-msgs, ros-rolling-urdf, ros-rolling-velocity-controllers, 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_5.0.0-1noble.20260428.040220_arm64.deb Size: 994208 SHA256: 825c04e8da6fa9eb10c10ad149374d46209c8b754be89ca1a7bc2204439e6596 SHA1: 8a985380fc19e11e3235ad591ee211286b5c68ad MD5sum: 0d678b7f4d28554ea512db1719716ac2 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: 5.0.0-1noble.20260428.040220 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Felix Exner Installed-Size: 23729 Depends: ros-rolling-ur-robot-driver (= 5.0.0-1noble.20260428.040220) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur-robot-driver/ros-rolling-ur-robot-driver-dbgsym_5.0.0-1noble.20260428.040220_arm64.deb Size: 20055456 SHA256: 51dda521364fbb08292e1312bfd5f46efa2b52ce428509ddaac0367fab6cb0eb SHA1: cb9e52d40cbdc80e2d482cd1b20780200a7af199 MD5sum: 137e402594813186559924a81081e6b1 Description: debug symbols for ros-rolling-ur-robot-driver Build-Ids: 0c75e51c4a1d534ab0538a16f5cb75e091623483 12dc91642369d115d74cf32c3c9f3d6d88868f5b 227868f31469438061f7a8feb603dfbc661a895f 3cfb6ed3fe67416d1e3448ab7ccb2b58527942f9 7041b44cde029c5966793697e2649e2e6d3baa50 76535b6dc7799385d40af079cdc8c451ac2163ab 89ca54cb3554d8f9c19a459987db4c0eb59b37ce Package: ros-rolling-ur10-inverse-dynamics-solver Version: 6.0.1-3noble.20260428.040236 Architecture: arm64 Maintainer: Enrico Ferrentino Installed-Size: 1633 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-3noble.20260428.040236_arm64.deb Size: 754670 SHA256: 8539c16c4395a6debb1c877203615ce7c8487eacca1f1dd7c8a57f9dfb01ead0 SHA1: e2ab8f1c40181defb14dc8686409d0e046556597 MD5sum: 4713af318268050d6bd10d956a135a7a 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-3noble.20260428.040236 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Enrico Ferrentino Installed-Size: 726 Depends: ros-rolling-ur10-inverse-dynamics-solver (= 6.0.1-3noble.20260428.040236) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur10-inverse-dynamics-solver/ros-rolling-ur10-inverse-dynamics-solver-dbgsym_6.0.1-3noble.20260428.040236_arm64.deb Size: 704640 SHA256: df28fee73df501f453899773e5361d93cce968d3a3bcac62811d608db118702d SHA1: 44e41b3333019917dc5b4f54f5eb7997b19a2a69 MD5sum: cc2d0458fb4f49bf20208a2308df4020 Description: debug symbols for ros-rolling-ur10-inverse-dynamics-solver Build-Ids: bb0740437dc7da668dabfa1135b213b78c10823b Package: ros-rolling-urdf Version: 2.13.2-1noble.20260425.162847 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 283 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.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.13.2-1noble.20260425.162847_arm64.deb Size: 60428 SHA256: 36ca7fd7653d64e5b34e82f31be5e35be20daf74f736b813a8869c27b4a42db0 SHA1: 58b697a2a7249b58388614b41aba8520e4f8d9e5 MD5sum: 5a8dfd352421165ec5ffd871bf7ff121 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.13.2-1noble.20260425.162847 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 731 Depends: ros-rolling-urdf (= 2.13.2-1noble.20260425.162847) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urdf/ros-rolling-urdf-dbgsym_2.13.2-1noble.20260425.162847_arm64.deb Size: 660716 SHA256: 9c76fd16606c7c070c3dbb373b8806b660853a42a62ad40ed027710b6b781cd0 SHA1: b419d29388aa09c938f408696f846f23dbeec216 MD5sum: 878528b3d77d371fa6bd2e973702eb79 Description: debug symbols for ros-rolling-urdf Build-Ids: 78c28c13521c1e3cf444cb001bc08fdfa825055d 89b5239360010ec9bad316aed68a615b7a51e342 Package: ros-rolling-urdf-launch Version: 0.1.2-1noble.20260428.035637 Architecture: arm64 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urdf-launch/ros-rolling-urdf-launch_0.1.2-1noble.20260428.035637_arm64.deb Size: 6816 SHA256: 13d1bebcd36df4e95cdf545ca9147a9cfba55b26fdcd5a66a0c35777330da58b SHA1: ee337b69e6211bc393f1e75cf5e8d8efedb8a75f MD5sum: bd39b87b3b3aa2cc72266b993973f012 Description: Launch files for common URDF operations Package: ros-rolling-urdf-parser-plugin Version: 2.13.2-1noble.20260425.162307 Architecture: arm64 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.13.2-1noble.20260425.162307_arm64.deb Size: 10308 SHA256: f432914f07d1178158010ede71a5567f8da73ba697dd815bccf424a28deca6a5 SHA1: 203e569e7094e0878c8f33e59c96686f1d2ce4ea MD5sum: c2d37d75af2aee69047878a139f25fb1 Description: This package contains a C++ base class for URDF parsers. Package: ros-rolling-urdf-test Version: 2.1.1-1noble.20260425.191717 Architecture: arm64 Maintainer: Jordan Palacios Installed-Size: 69 Depends: liburdfdom-tools, ros-rolling-rclpy, ros-rolling-ros-workspace Homepage: https://github.com/pal-robotics/urdf_test Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urdf-test/ros-rolling-urdf-test_2.1.1-1noble.20260425.191717_arm64.deb Size: 9940 SHA256: 357f61ceb8ae8f2444d89e5425a788c8261d7f2e84a2fb036a63b9388fe157fb SHA1: 5a9086f2b34e7eef931bc65c488711a80e527768 MD5sum: eb2feb9242320f17129a7d75bb041d77 Description: The urdf_test package Package: ros-rolling-urdf-tutorial Version: 1.1.0-2noble.20260428.040439 Architecture: arm64 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-2noble.20260428.040439_arm64.deb Size: 731878 SHA256: b100265f8a50c1d935b1e993c1c2e38a38022ca176e8149987bda71ac8a8d272 SHA1: 41a433d2dc4b481334e654024ec1fba556b97948 MD5sum: a9d11929e5aefd10d2eb850564a90e72 Description: This package contains a number of URDF tutorials. Package: ros-rolling-urdfdom Version: 6.0.0-1noble.20260425.102840 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 589 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libconsole-bridge-dev, libtinyxml2-dev, ros-rolling-console-bridge-vendor, ros-rolling-urdfdom-headers (>= 0.2.3), ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urdfdom/ros-rolling-urdfdom_6.0.0-1noble.20260425.102840_arm64.deb Size: 63310 SHA256: b4dde87c50399983223c93d5c9027a83d18c68fc25ce001bf363ff75b9d2382a SHA1: 3ff0439afe2b982a9a8c4abe5c4cde9eb4e3411e MD5sum: 4e6ed72bb541fb5068c8fe321ccea995 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.0-1noble.20260425.102840 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 1711 Depends: ros-rolling-urdfdom (= 6.0.0-1noble.20260425.102840) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urdfdom/ros-rolling-urdfdom-dbgsym_6.0.0-1noble.20260425.102840_arm64.deb Size: 1056212 SHA256: 754a4de06d0733aa9e31f85206ea93f7fa0e330596acb8660389afbf85823fc6 SHA1: 4a9b8ebaa21cfb2dc4b29b5aa5215a38e6cc7829 MD5sum: bd2845c06b2fac7f75456630310492e6 Description: debug symbols for ros-rolling-urdfdom Build-Ids: 45c1c67e01d971dd993ba866e32c9a90c3b736a8 83ea8ca24ab238879b2ec9e901cb4f8e864f97f3 86b74cda2050f07b53b4b49ac7b7fb6722efcf2f bb64fb8c36a8fd10dec3754880ab92004f676971 c0dc08d1030232648edf97067dd8305d5a6c54ab fe8ef5bf1be226e296fe1bd42c0c2240f076b1a8 Package: ros-rolling-urdfdom-headers Version: 3.0.0-1noble.20260424.005601 Architecture: arm64 Maintainer: Steven! Ragnarök Installed-Size: 94 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.0-1noble.20260424.005601_arm64.deb Size: 14756 SHA256: 9905112ce0006282657575e47c151bb6195c8fe3533b877a2ec28a657265ae9a SHA1: de61d7efa6ec495758aa4f869cfc7f64f91dae81 MD5sum: b8b6d3e9ad75daaa7f228e455ada2f5f Description: C++ headers for URDF. Package: ros-rolling-urdfdom-py Version: 1.2.1-2noble.20260425.203445 Architecture: arm64 Maintainer: Chris Lalancette Installed-Size: 157 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-2noble.20260425.203445_arm64.deb Size: 38706 SHA256: c4b6e468845a305aba02631b86dd04b324f4e3716d5e32e55fb733e121943a41 SHA1: fefd21459ffabf999f2e22473085824e35a08b58 MD5sum: 3a058b33442ff13426761e553a44fc5d Description: Python implementation of the URDF parser. Package: ros-rolling-urg-c Version: 1.0.4001-5noble.20260425.101402 Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 899 Depends: libc6 (>= 2.34), 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-5noble.20260425.101402_arm64.deb Size: 43658 SHA256: b176a47d7bf07c4e57f57e2bebcec693bd544036700743e9276d03e631363ca0 SHA1: e73ea1b5e3571dbafef7c090cd708fe0431d9423 MD5sum: 0769216873a9f6318edcc64ba4c7c025 Description: The urg_c package Package: ros-rolling-urg-c-dbgsym Package-Type: ddeb Source: ros-rolling-urg-c Version: 1.0.4001-5noble.20260425.101402 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 226 Depends: ros-rolling-urg-c (= 1.0.4001-5noble.20260425.101402) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urg-c/ros-rolling-urg-c-dbgsym_1.0.4001-5noble.20260425.101402_arm64.deb Size: 101302 SHA256: 5a05369f327e08dbe5c4eafac5fb9d4f93479c67b3ec5a90c7544b922d7057f5 SHA1: 884539bf969c3cd9f70a79fa2747f4be19db73b7 MD5sum: 9c21aedc11df63cd9ca30c5eb55d3add Description: debug symbols for ros-rolling-urg-c Build-Ids: 029ba275cc718623f547f11ed2f6b5104503586c 0a0afe92f308498d6dbb0cf6338a35a1915239e8 14500f791b91bea434d65ad5c4cf488d84585e3a 1c4fdf4100de697f229200013a5798f3724310ee 271aad47d5d57118ebf5b223ea4cdba5bfc7b45d 2fa6336974d46247183728b0ab9106953109705f 4339f41c07c91cf0203fe0daaceaa5892b895029 7fce95f2ba7451e77959003d5c58e9d67050b9bc 8d950327b87cb4fca2dfd07b8c7f5f7403592c8f beb30f728c633a3d2dbeaf9ca1002953976ba89f c02ba4b7ec0031a556e43372dc55f9a9b6fedb94 e466c23e0de890619050233a8bac8f761aaa89b1 Package: ros-rolling-urg-node Version: 1.2.0-1noble.20260425.182800 Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 723 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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-1noble.20260425.182800_arm64.deb Size: 182958 SHA256: 553801135449c9e8883c262eedc89238f6dc4a63a50aeebda6bcd2f187ba421c SHA1: 265cc6d1cfc17a9614770cf7ebb95f6e54fbb0d7 MD5sum: f95c0e3419cad96244006d17a6162140 Description: urg_node Package: ros-rolling-urg-node-dbgsym Package-Type: ddeb Source: ros-rolling-urg-node Version: 1.2.0-1noble.20260425.182800 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 2459 Depends: ros-rolling-urg-node (= 1.2.0-1noble.20260425.182800) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urg-node/ros-rolling-urg-node-dbgsym_1.2.0-1noble.20260425.182800_arm64.deb Size: 2237886 SHA256: 30eac0e2ebb3c60abbc75f8907cf82a0d90c531527907309f6de18ee3e6e38ee SHA1: fef83e5010091a343e0ead3fcac3afa88518b7b8 MD5sum: 58e50b70092f06fab96668f1202e7ffa Description: debug symbols for ros-rolling-urg-node Build-Ids: 3016320834b83049218276c35ceaf64fd5d97f17 4f644026a8a3f5b71f8308cd8b933ff885c9fd3b f4790a88624ca84ec5de943c0ecfb14082fc8659 Package: ros-rolling-urg-node-msgs Version: 1.0.1-8noble.20260425.151156 Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 1025 Depends: libc6 (>= 2.17), libpython3.12t64 (>= 3.12.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-8noble.20260425.151156_arm64.deb Size: 44528 SHA256: 97e1e740b6906bd1dcd01d072349f0c017910d3aaaf0dcacb9c2609831674f0e SHA1: 5d819f5c0afc54a6e9a1dd95e40feb6ca67b0219 MD5sum: fbc6a9a8b39b6a86e4cc82ce15648e57 Description: urg_node_msgs Package: ros-rolling-urg-node-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-urg-node-msgs Version: 1.0.1-8noble.20260425.151156 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Michael Ferguson Installed-Size: 282 Depends: ros-rolling-urg-node-msgs (= 1.0.1-8noble.20260425.151156) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urg-node-msgs/ros-rolling-urg-node-msgs-dbgsym_1.0.1-8noble.20260425.151156_arm64.deb Size: 178882 SHA256: eb3235ba6c0eb7997b596c8297e951a85ccb55f48036eb763bf17d203fc69d3f SHA1: a5e3c402770f3c0518cd971d2882cafd0e56184a MD5sum: 176e8c045e099b5809d5a019172ff4ba Description: debug symbols for ros-rolling-urg-node-msgs Build-Ids: 09867b958356a3f50cdd9a06e939909e756d2b87 1dc05e354a6ed6f30f9baa71a0b6f91a73b40279 39d3cd95da11f4f7eda2294804b2b3ec48de378b 3c317267c822fd263986e6e7d68a5e5d9f9273d8 42b7e347b685c85ceae0b357e793870015a19087 672070ef0707d6d641c83cb40649adf807e0fceb a39fecfd401daf963c8399749427ba7d7d7df26c b8aef3a3e9ae2213643899edc0f146341b141a8d cf0f828f5557535d2231474321a58889811d507b f162ef95aa507a6462989d83c37383a8a160c462 f5a0a018ccc9821e421706f243d2d026aa4a964c Package: ros-rolling-v4l2-camera Version: 0.8.0-1noble.20260425.202134 Architecture: arm64 Maintainer: Sander G. van Dijk Installed-Size: 875 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-v4l2-camera/ros-rolling-v4l2-camera_0.8.0-1noble.20260425.202134_arm64.deb Size: 188918 SHA256: b0485d3329330b0e760e3e5c810bf64b1181ba45210682551c1f0a6836009711 SHA1: bf8400814e50e0b4974d922ef745d9d710b5dc06 MD5sum: 28a99b7e1c5263307225da1079939172 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.0-1noble.20260425.202134 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Sander G. van Dijk Installed-Size: 4134 Depends: ros-rolling-v4l2-camera (= 0.8.0-1noble.20260425.202134) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-v4l2-camera/ros-rolling-v4l2-camera-dbgsym_0.8.0-1noble.20260425.202134_arm64.deb Size: 3660296 SHA256: c6f7bafc0a64dfb865912ca7e62bc71aa04b4f146c969b9d3e0b3c0b81651247 SHA1: 2e6a33b54bfe75e598726b52af7ff14de1b599f2 MD5sum: 2b133ac17cc66d812fce0dfabfacb957 Description: debug symbols for ros-rolling-v4l2-camera Build-Ids: 0eb22732cf4a447e696772eaa4473f23dc4779e1 373e8c7592b156c92d6ca9964bbd260432d6eea9 da5be9d72b686957d4e3846e919df106bbbcb944 Package: ros-rolling-velocity-controllers Version: 6.6.0-1noble.20260425.232722 Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 138 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-forward-command-controller, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-velocity-controllers/ros-rolling-velocity-controllers_6.6.0-1noble.20260425.232722_arm64.deb Size: 28386 SHA256: 907bddc68195562a3898ab7633dd556475bf9baf348d90800f361e7a1c0195c7 SHA1: b7aec496e46f1ea30db6227a29293e7dbf3113b9 MD5sum: 19325e81dd05ff1dba6adf5b666604b9 Description: Generic controller for forwarding commands. Package: ros-rolling-velocity-controllers-dbgsym Package-Type: ddeb Source: ros-rolling-velocity-controllers Version: 6.6.0-1noble.20260425.232722 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Bence Magyar Installed-Size: 447 Depends: ros-rolling-velocity-controllers (= 6.6.0-1noble.20260425.232722) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-velocity-controllers/ros-rolling-velocity-controllers-dbgsym_6.6.0-1noble.20260425.232722_arm64.deb Size: 414046 SHA256: aa69647b49e183a53bb0d9e3af293aab2e402af4229daa4eae22e2e6cc5da265 SHA1: ad492e9bf75f719f409659bb5ee684fbde9482dd MD5sum: 2a893f0fe974d6633d97ab1764470a49 Description: debug symbols for ros-rolling-velocity-controllers Build-Ids: 371b321725868a3f962de902b8cf9d31c1fde819 Package: ros-rolling-velodyne-driver Version: 2.5.1-1noble.20260426.000800 Architecture: arm64 Maintainer: Josh Whitley Installed-Size: 820 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpcap0.8t64 (>= 1.0.0), libstdc++6 (>= 13.1), 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-1noble.20260426.000800_arm64.deb Size: 151904 SHA256: 700340429657a6c8624b86bbe6867c936c9e35e6a85f5c54575973bafc05ae77 SHA1: 839e07c7b6be5520e583437ce0e73623e6d100b2 MD5sum: b8c38ef2ccc4ffed90b13a85ec8c5d2c 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-1noble.20260426.000800 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Josh Whitley Installed-Size: 3271 Depends: ros-rolling-velodyne-driver (= 2.5.1-1noble.20260426.000800) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-velodyne-driver/ros-rolling-velodyne-driver-dbgsym_2.5.1-1noble.20260426.000800_arm64.deb Size: 2833536 SHA256: 9f620b01df5cc39a3290ffe22f633e58efc8399763c64b8be570a806596fc81d SHA1: 04eb7f1a79315828650fdd6d03afb0bcdf0c8316 MD5sum: 20ad4a2147108d40fab5ec353a5ede06 Description: debug symbols for ros-rolling-velodyne-driver Build-Ids: 1041bf54417d00b3540f84de42016563271cc0a3 b36ace72b204dbbc9dd90d4792951d0d5fbc5b91 df5d9d7cc844a9f304955da6a6e274455c1721cf Package: ros-rolling-velodyne-laserscan Version: 2.5.1-1noble.20260425.202554 Architecture: arm64 Maintainer: Josh Whitley Installed-Size: 660 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-sensor-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-velodyne-laserscan/ros-rolling-velodyne-laserscan_2.5.1-1noble.20260425.202554_arm64.deb Size: 123520 SHA256: aad6d14206836418beb8db0ccd1a7cf6d3be02edb81ea99038161e37e3edb1f0 SHA1: 4a93f4518801732ae40cfbc255861c29ea146952 MD5sum: 8f40cedf7ebc43395d24ed9431ecfdd0 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-1noble.20260425.202554 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Josh Whitley Installed-Size: 2805 Depends: ros-rolling-velodyne-laserscan (= 2.5.1-1noble.20260425.202554) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-velodyne-laserscan/ros-rolling-velodyne-laserscan-dbgsym_2.5.1-1noble.20260425.202554_arm64.deb Size: 2410192 SHA256: f00119643145c96dbb8564b85e84a06e7dee17348eac1350261e3b7beb448f6f SHA1: a3cd17dcea8542037b7d6f16b20dfc319eb1d588 MD5sum: 751e243d51a0bef0d8fb788d386306a3 Description: debug symbols for ros-rolling-velodyne-laserscan Build-Ids: 0fcf07faa0b1a1b0cbc0d8783e83964b0e0eba30 ce931bcf34662473930bb92a54cce1d65fec71a7 Package: ros-rolling-velodyne-msgs Version: 2.5.1-1noble.20260425.151433 Architecture: arm64 Maintainer: Josh Whitley Installed-Size: 1113 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-velodyne-msgs/ros-rolling-velodyne-msgs_2.5.1-1noble.20260425.151433_arm64.deb Size: 59058 SHA256: e2575700383ed9917244afdf33fc326783c7da7578aa6169f5512a6e395772ae SHA1: 61a999e96e769117c56744ddd2428cf6930a0984 MD5sum: fdbcc659280c0e43e47a588ce4284acf 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-1noble.20260425.151433 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Josh Whitley Installed-Size: 440 Depends: ros-rolling-velodyne-msgs (= 2.5.1-1noble.20260425.151433) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-velodyne-msgs/ros-rolling-velodyne-msgs-dbgsym_2.5.1-1noble.20260425.151433_arm64.deb Size: 305302 SHA256: fe1632b19f617216b5afbc438504e9bc2aedc64eaa9dcadab4bbed52819939a3 SHA1: 598903a509319a2619f17ebd278004a9e06074d9 MD5sum: 4692a8df9636984f1f7372279d19ba6a Description: debug symbols for ros-rolling-velodyne-msgs Build-Ids: 0a28c8d2e1380f2d3da6215840e197739e8b32ea 247231fe6a12392178f5b4452f0c7a77e7a6645f 40af14355c380911a170f4446a255922cfbdd88e 48fc8d175779fa072a42fe4a286189ff7e89e8c4 4be6b52c8a76be4c52ad70d21a6ecda7749253a8 65485dbf21f8714760485173e8fca891fc03799d 6fdd6787e9ca4289640b67b1d2f0165404bb9368 7e1fecacc3fdbdf0fbfbe51aa11552b4a074ce2e 809a91ee87385d37f90ed021a6de1a7d457db448 967302a4ad0721d690beaeaa8a91708f83238aa8 db3981abad6d5c8e4761c981005cdbaaa2c9fcb9 Package: ros-rolling-vision-msgs Version: 4.2.0-1noble.20260425.143342 Architecture: arm64 Maintainer: Adam Allevato Installed-Size: 2891 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-vision-msgs/ros-rolling-vision-msgs_4.2.0-1noble.20260425.143342_arm64.deb Size: 190384 SHA256: 5702d64a41e095ab1251d73afa4f37b1f909e753799e30e19ba0d64690ffe123 SHA1: 47fdcc8fbcd3aec9a5d0d517c995802386726b19 MD5sum: 7cba6a197c271b16fb368560cb0a7024 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-1noble.20260425.143342 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Adam Allevato Installed-Size: 2359 Depends: ros-rolling-vision-msgs (= 4.2.0-1noble.20260425.143342) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-vision-msgs/ros-rolling-vision-msgs-dbgsym_4.2.0-1noble.20260425.143342_arm64.deb Size: 1849906 SHA256: 9db62570d4c703c589839cf53865aaf8380d57966435d6d86452729756ecba1c SHA1: df8d8718925a2623f8cd8a98fc767d5a3986713a MD5sum: 328a32218432658397dcc2f60263e15a Description: debug symbols for ros-rolling-vision-msgs Build-Ids: 2aeaa2589cda5cace05d5ef81105d59341d3ccb8 5f3592314394796dc71fe6922624894e0e310f87 64c02506cdb2e2d7a581dcfc6a4b702f44d01b50 6a8aed6b53bc5175c92456152f576f8588708dc0 6aef616f47272ac1c35920be94aec0a98ff3791b 96831a54ed6b23a0e3e4be0dcffade7b06aa9815 a3ac8b4787f97445a052ae2061c26b012390aa4a b5754dcd95a74145111d6d579daf46f2687e04fb c26eb0bf5aac22093c9241c2c31cbe4cb904aa4b d9bff48a3cc3db75a5402da642efb8c01e01391f e3b5fe29103610ed28151ef9481b64fa2dfccce4 Package: ros-rolling-vision-opencv Version: 4.1.0-1noble.20260425.180116 Architecture: arm64 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-1noble.20260425.180116_arm64.deb Size: 6098 SHA256: c034fed1de1ba1b74018d85db107bb4d6af54a1b51c4323d025e56cf41f93b21 SHA1: 511c108707bd4bc3c5edf746b97db24d3d7b8da7 MD5sum: 22801514a993611d498f5603d6357faa 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-4noble.20260425.063909 Architecture: arm64 Maintainer: Fabien Spindler Installed-Size: 13493 Depends: libc6 (>= 2.38), libdc1394-25 (>= 2.2.6), libgcc-s1 (>= 4.2), libgomp1 (>= 6), libjpeg8 (>= 8c), liblapack3 | liblapack.so.3, libopencv-calib3d406t64 (>= 4.6.0+dfsg), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-dnn406t64 (>= 4.6.0+dfsg), libopencv-features2d406t64 (>= 4.6.0+dfsg), libopencv-flann406t64 (>= 4.6.0+dfsg), libopencv-highgui406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libopencv-objdetect406t64 (>= 4.6.0+dfsg), libopencv-video406t64 (>= 4.6.0+dfsg), libopencv-videoio406t64 (>= 4.6.0+dfsg), libpng16-16t64 (>= 1.6.2), libstdc++6 (>= 13.1), libv4l-0t64 (>= 0.5.0), libx11-6, libxml2 (>= 2.7.4), 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-4noble.20260425.063909_arm64.deb Size: 3129698 SHA256: 9ede54270490ade84f99b18c5abc7e526bdc9aa2bf7f8370cded9f9aeb8e5dd9 SHA1: 1f8a56cb81e2b7611d75f2dd952a6a8796461ac8 MD5sum: 372246e44ed240ab8d5643a3b766d960 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-4noble.20260425.063909 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Fabien Spindler Installed-Size: 50929 Depends: ros-rolling-visp (= 3.7.0-4noble.20260425.063909) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-visp/ros-rolling-visp-dbgsym_3.7.0-4noble.20260425.063909_arm64.deb Size: 48119844 SHA256: 9d52839a61b92c90c834f25401cb88a4112374e0f0d9476a5b95a97812dcf729 SHA1: 3dd6ef37946d8fd9e08af7d8a0a304bdec47cbb1 MD5sum: 095949044cc3a753ddb34c6938461562 Description: debug symbols for ros-rolling-visp Build-Ids: 041c147c99ecea7485333aad29c9377ea0ea63de 124ac7d1e9a099a98679a6c605354d0018388933 20adccd5d25a43c4c2a2a3564da2d6d558d4a95a 43eaddf10ae1219b849a4ca966b921fc43446665 5c8fe8ab7d7fb6da6c3a2b9b4047c7abd5af6d8a 6b5fead2009325ee3386bbd2aaafb6f1a38f1f3b 6d25e3d03b3ccaaf66e3e2b7388f6adede091f68 798d535ca0e7b0988d9d40fc16d6354a1c48c953 94118409244ef257c861d8fbf126ab7cbd40d8c0 9a3da7495454e64c6e0ede5e911196294030c18c 9b7b99295b5283cf92cec5f9f8eab7a00b7c9271 b4a5a4cda89e2fdf6b7543e1d5f4cbeecfaa4303 b707d9af574a6df4f10f6e90e33527c4dd069f22 bcd651a538596a6883162b26ec47018175ca5db7 c6b1ae7926ef1ead41ff2ae1e2512e753dac2039 d068b750cd4e258305b6ee4b77f3bb4836df6053 d3c14213b80bd9e5eac20077e9ff706c9e44c2dd fe390b5063d29020110ec2d5077eef85b7bdd87c Package: ros-rolling-visualization-msgs Version: 5.9.2-1noble.20260425.145127 Architecture: arm64 Maintainer: Tully Foote Installed-Size: 3819 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.9.2-1noble.20260425.145127_arm64.deb Size: 288190 SHA256: 0c4a05db0bf7773c90e1b42d3ac3ae18204c6951b0b0ab8178f1757cbbb46664 SHA1: bde0779e5e5765987c51bae29a29cc16f89fb106 MD5sum: cdb3ae554fa2a3b73eb1f1480219a515 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.9.2-1noble.20260425.145127 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Tully Foote Installed-Size: 3609 Depends: ros-rolling-visualization-msgs (= 5.9.2-1noble.20260425.145127) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-visualization-msgs/ros-rolling-visualization-msgs-dbgsym_5.9.2-1noble.20260425.145127_arm64.deb Size: 2994606 SHA256: 59921a4a8ac69a4abce2f6ddf3888b1d632bd4fb12cb51e7ee37224bc0fe39d1 SHA1: 5962b8d680b64926c352ff010cad5c4df3bf37c6 MD5sum: beded43c514c98a853d9d9b96610abd2 Description: debug symbols for ros-rolling-visualization-msgs Build-Ids: 22c1a16a1c1b8ab14e7dd7731c27a8f04d989804 231400bb5edd5a0b7dc63e965107f21fbb046b54 29a732fe4d86ff8273c7d50b70f520461f3a94cb 5fe1a776c2542a3d909d9abeb58c8e67c5231d6c 62e3c02a040d21038fb1f3077676b1a3658678d8 641ae4666ecc32eebcc1fbc0774679bb162466bf 6ae925356b7ccb419d609078644a5ee11ac85294 86557da106d0ba2dd85bf97c1fb7d966084dc69f 98113fa7407c50f17e4757ab932935b9a382388b a9c2a286d56a22ef012cca447cd8331ba9790b37 ef6e7925c76356fb07321fee5498100a4d54077f Package: ros-rolling-vitis-common Version: 0.4.2-3noble.20260425.162200 Architecture: arm64 Maintainer: Víctor Mayoral-Vilches Installed-Size: 45 Depends: ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-vitis-common/ros-rolling-vitis-common_0.4.2-3noble.20260425.162200_arm64.deb Size: 5850 SHA256: 07cf51c2b45b52b2235384378119598e1ea83479ed86edc8af75318bca5c187f SHA1: ecd2a30571747144b21f07fd796cb91848dcb58b MD5sum: d05e1d6b8633f1d6555c906b146991f7 Description: Common code for working with Vitis™ Unified Software Platform in ROS. Package: ros-rolling-vrpn Version: 7.35.0-20noble.20260425.101400 Architecture: arm64 Maintainer: Alvin Sun Installed-Size: 1771 Depends: ros-rolling-ament-cmake, ros-rolling-ros-workspace Homepage: https://github.com/vrpn/vrpn/wiki Priority: optional Section: misc Filename: pool/main/r/ros-rolling-vrpn/ros-rolling-vrpn_7.35.0-20noble.20260425.101400_arm64.deb Size: 302384 SHA256: c45fadfd21b90c46ffd914fa076de48c7665662d2e8df4fc0a5b491c3ff3f852 SHA1: 9bf65159737f97694ee32b9ff5fc4d886455edb3 MD5sum: afde10a2c64a0226d15500054af96ac4 Description: The VRPN is a library and set of servers that interfaces with virtual-reality systems, such as VICON, OptiTrack, and others. Package: ros-rolling-warehouse-ros Version: 2.0.6-1noble.20260425.222009 Architecture: arm64 Maintainer: MoveIt Release Team Installed-Size: 378 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libboost-all-dev, libssl-dev, ros-rolling-geometry-msgs, ros-rolling-pluginlib (>= 1.11.2), ros-rolling-rclcpp, ros-rolling-std-msgs, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/warehouse_ros Priority: optional Section: misc Filename: pool/main/r/ros-rolling-warehouse-ros/ros-rolling-warehouse-ros_2.0.6-1noble.20260425.222009_arm64.deb Size: 78628 SHA256: 0ef2a408970de39c5e8d7730965e52f196050c2f81953a869588088f8f503502 SHA1: 7b3491df4f974e039bb96f05d5c168ca34f21b51 MD5sum: 9ecbb42f6b12264e39d9b2557702ce59 Description: Persistent storage of ROS messages Package: ros-rolling-warehouse-ros-dbgsym Package-Type: ddeb Source: ros-rolling-warehouse-ros Version: 2.0.6-1noble.20260425.222009 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: MoveIt Release Team Installed-Size: 2305 Depends: ros-rolling-warehouse-ros (= 2.0.6-1noble.20260425.222009) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-warehouse-ros/ros-rolling-warehouse-ros-dbgsym_2.0.6-1noble.20260425.222009_arm64.deb Size: 2156384 SHA256: bdf0a88c545c99c953916e3ab0f3103243f9ed38a7d859a68a1d800746156c0a SHA1: 42008de50d7cdc292ea4f78bd73f063542179d2f MD5sum: dc439031674f937d6f9f5a83c4f0edff Description: debug symbols for ros-rolling-warehouse-ros Build-Ids: 6806aa6140e423fdad897b02f860a0cf49df872b a6f26e1a5977eb3c0718ab05a655794010661612 Package: ros-rolling-warehouse-ros-sqlite Version: 1.0.7-1noble.20260425.222854 Architecture: arm64 Maintainer: MoveIt Release Team Installed-Size: 264 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.7-1noble.20260425.222854_arm64.deb Size: 63902 SHA256: 7df73f1cc10c85d3bb767484445d2f487c23a7c17b0bf6e2da78bc77a341a9c3 SHA1: 5b73629006f5eca2f9c228fbf05f17538ef4c4d2 MD5sum: 0fd5c5cb6d3ca2c2644a1484f5391167 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.7-1noble.20260425.222854 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: MoveIt Release Team Installed-Size: 1194 Depends: ros-rolling-warehouse-ros-sqlite (= 1.0.7-1noble.20260425.222854) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-warehouse-ros-sqlite/ros-rolling-warehouse-ros-sqlite-dbgsym_1.0.7-1noble.20260425.222854_arm64.deb Size: 1091396 SHA256: 5517c2fc4352c05ef53b11df0df6fbb0eb1dc62e69bd3968d0d5c9039528caef SHA1: fa118d99189921a8122e77995097084cc2a0e0b1 MD5sum: fad056205ff8bc5a040f1679a8f80baf Description: debug symbols for ros-rolling-warehouse-ros-sqlite Build-Ids: 9156b105341f8d292d2db9fe3f8e69ee15e7dc09 Package: ros-rolling-web-video-server Version: 3.1.0-1noble.20260425.193434 Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 1293 Depends: libavcodec60 (>= 7:6.0), libavformat60 (>= 7:6.0), libavutil58 (>= 7:6.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libswscale7 (>= 7:6.0), libtinyxml2-10 (>= 10.0.0), ros-rolling-async-web-server-cpp, ffmpeg, libavcodec-dev, libavformat-dev, libavutil-dev, libboost-all-dev, libopencv-dev, libswscale-dev, ros-rolling-cv-bridge, ros-rolling-image-transport, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rmw, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/web_video_server Priority: optional Section: misc Filename: pool/main/r/ros-rolling-web-video-server/ros-rolling-web-video-server_3.1.0-1noble.20260425.193434_arm64.deb Size: 271102 SHA256: 5af104b7d76bb444b3f4e64041b933ade468f5f496a3e011f864ae9656a249ef SHA1: af25031d2c99c7d1a42fc0ad773d521fbb8fd55d MD5sum: aa5e798798dacded1ae101ef09b7a17c Description: HTTP Streaming of ROS Image Topics in Multiple Formats Package: ros-rolling-web-video-server-dbgsym Package-Type: ddeb Source: ros-rolling-web-video-server Version: 3.1.0-1noble.20260425.193434 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Błażej Sowa Installed-Size: 7158 Depends: ros-rolling-web-video-server (= 3.1.0-1noble.20260425.193434) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-web-video-server/ros-rolling-web-video-server-dbgsym_3.1.0-1noble.20260425.193434_arm64.deb Size: 6301522 SHA256: b8fe48e082c01474667073ea8d1086c54bc6812aaf99aecd0e7ad1d986069604 SHA1: a71b9749e9d9db32b0ef544fc1b1dfef67811275 MD5sum: f3513d9c4ff05f17ff4a1a5f08bbb42f Description: debug symbols for ros-rolling-web-video-server Build-Ids: 0dda4597a1e53581c7e23bd48fb5698c49067e3d c02cc1b20c8e92b3ecca9c4fb0e12209713a9440 c82ebdbbdbb4fd70511762d8a7c7d4e89de35598 Package: ros-rolling-webots-ros2-crazyflie Version: 2025.0.1-1noble.20260425.235705 Architecture: arm64 Maintainer: Kimberly McGuire (Bitcraze AB) Installed-Size: 80 Depends: ros-rolling-builtin-interfaces, ros-rolling-rclpy, ros-rolling-tf-transformations, ros-rolling-webots-ros2-driver, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-webots-ros2-crazyflie/ros-rolling-webots-ros2-crazyflie_2025.0.1-1noble.20260425.235705_arm64.deb Size: 14508 SHA256: 05db66e91512c6eb902d21f82b2f6fba683333e9fa75d112784ad9b1eacfecaa SHA1: 09de46fbbf1fbc8ca866939b4f2dc58c03247403 MD5sum: 60ffc95a2a3b1a6146e2a71d6005f1f6 Description: ROS2 package for Crazyflie webots simulator Package: ros-rolling-webots-ros2-driver Version: 2025.0.1-1noble.20260425.222101 Architecture: arm64 Maintainer: Cyberbotics Installed-Size: 4371 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), libyaml-cpp-dev, ros-rolling-geometry-msgs, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclpy, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-tinyxml2-vendor, ros-rolling-vision-msgs, ros-rolling-webots-ros2-importer, ros-rolling-webots-ros2-msgs, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/webots_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-webots-ros2-driver/ros-rolling-webots-ros2-driver_2025.0.1-1noble.20260425.222101_arm64.deb Size: 800744 SHA256: 7b1c8d4f5d1e40b4290dd55bac0d17244d6ad257d48756aeeca5f980732dca5e SHA1: 05e1f7ac9f677a032e6949e3fcee3c651a7d57e1 MD5sum: 6f0078f043e372e10f872acb1dd44ae8 Description: Implementation of the Webots - ROS 2 interface Package: ros-rolling-webots-ros2-driver-dbgsym Package-Type: ddeb Source: ros-rolling-webots-ros2-driver Version: 2025.0.1-1noble.20260425.222101 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Cyberbotics Installed-Size: 16155 Depends: ros-rolling-webots-ros2-driver (= 2025.0.1-1noble.20260425.222101) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-webots-ros2-driver/ros-rolling-webots-ros2-driver-dbgsym_2025.0.1-1noble.20260425.222101_arm64.deb Size: 13848390 SHA256: 38d086cf91a14df6d9cd9f83c8fd59b865e06c3e094f9d7c8061387d0d42d366 SHA1: 927e24fe39603cbbc019d241d0fc43c156a1176e MD5sum: 07a01fe46dc69d3394f83a760429a904 Description: debug symbols for ros-rolling-webots-ros2-driver Build-Ids: 4932607890732cfe563d3a060fad2b4360a9038d 7158f3e526716f2fa382977909f6f1051bcf15ae 7b5e34fd50641f171e307dd41f16091d91a22e43 9dd9ae157d5cf1b7b378893e1751f03ba31f631f a5ada7faaa9b3e63ef3d949589180022e72b2dc6 Package: ros-rolling-webots-ros2-importer Version: 2025.0.1-1noble.20260425.122028 Architecture: arm64 Maintainer: Cyberbotics Installed-Size: 295 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-1noble.20260425.122028_arm64.deb Size: 63474 SHA256: 99af89ded0270f92251a30835648fa00fca8b1b08f3b676bc140933d88ed5315 SHA1: 557423d297e34ce1bc256d3d5cc4052ee65893dd MD5sum: f1da52f5075bff29ef09da922e4247ea Description: This package allows to convert URDF and XACRO files into Webots PROTO files. Package: ros-rolling-webots-ros2-mavic Version: 2025.0.1-1noble.20260425.235656 Architecture: arm64 Maintainer: Cyberbotics Installed-Size: 57 Depends: ros-rolling-builtin-interfaces, ros-rolling-rclpy, ros-rolling-webots-ros2-driver, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/webots_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-webots-ros2-mavic/ros-rolling-webots-ros2-mavic_2025.0.1-1noble.20260425.235656_arm64.deb Size: 10292 SHA256: ba8b4d5cf981852dd12db58882e039dd3aed5f82e38571eae13bdf986cef4951 SHA1: df8236f9e25182fa89355c6430754276d528d5ea MD5sum: f159bcc62736ec13dadf83be40fb1fc5 Description: Mavic 2 Pro robot ROS2 interface for Webots. Package: ros-rolling-webots-ros2-msgs Version: 2025.0.1-1noble.20260425.145542 Architecture: arm64 Maintainer: Cyberbotics Installed-Size: 3634 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-1noble.20260425.145542_arm64.deb Size: 234860 SHA256: 0ea8f12d18a9db9fdd8dd9079b61a59d3d821a32eff94586c522867ed5f59260 SHA1: 0f324a9f2cfdfdf2fbb0a7261488de154ea4d280 MD5sum: ba4cea7085ab5483e5515b8f4c1a59dc 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-1noble.20260425.145542 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Cyberbotics Installed-Size: 2720 Depends: ros-rolling-webots-ros2-msgs (= 2025.0.1-1noble.20260425.145542) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-webots-ros2-msgs/ros-rolling-webots-ros2-msgs-dbgsym_2025.0.1-1noble.20260425.145542_arm64.deb Size: 2075468 SHA256: 0ddc4c0772441053ba1ec2ba586e9a4915e5a0e5acc0fcf3cde226075b3512d2 SHA1: e40adc93dd96d532c0a35a5853a7e6896894956f MD5sum: 1727d92687f456d04621d9cb7f3b9ef4 Description: debug symbols for ros-rolling-webots-ros2-msgs Build-Ids: 5131e09801f3b57b2505409ea29b2e8c436def77 63fdb4a94fb9802b3a4e06fce85182b12a2d8561 68c63c7b2a4f59843f14d131b4728e466fe1db18 7c0e6bc40945fcc4a26d35c3ac1bf09d09a5a914 894dd1e2728ce524e2342c47e5b63a76af6e465d 90bbd272671d6b3c541d3c2f4f391ad99401f2c1 9b297113f0bdb91d5fd7f15d983e220e65949668 a4411bef6300426b378ec4e45dcac172e6af92cd c326abf2115a8c825b8de101bb0dc4e2886fc9b4 cdd52368746ebe5062d45a6b4e82a432b6e0bd23 d67e63cd71fa17909912fc9e5f3826efddeb8b1e Package: ros-rolling-webots-ros2-tesla Version: 2025.0.1-1noble.20260425.235710 Architecture: arm64 Maintainer: Cyberbotics Installed-Size: 85 Depends: python3-numpy, python3-opencv, ros-rolling-ackermann-msgs, ros-rolling-builtin-interfaces, ros-rolling-rclpy, ros-rolling-webots-ros2-driver, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/webots_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-webots-ros2-tesla/ros-rolling-webots-ros2-tesla_2025.0.1-1noble.20260425.235710_arm64.deb Size: 13658 SHA256: d1e591a7a58fef54218f8c90564b7a75abfafcb1a8a5d87c7afa51ca8444e9fb SHA1: 40a5e146427282f8f60d8e52aa0c138fca349aaf MD5sum: 808877dc50e25201cd2c708fa8c88c13 Description: Tesla ROS2 interface for Webots. Package: ros-rolling-webots-ros2-tests Version: 2025.0.1-1noble.20260426.002737 Architecture: arm64 Maintainer: Cyberbotics Installed-Size: 48 Depends: ros-rolling-ros-workspace Homepage: http://wiki.ros.org/webots_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-webots-ros2-tests/ros-rolling-webots-ros2-tests_2025.0.1-1noble.20260426.002737_arm64.deb Size: 8666 SHA256: 5dc4f031c69314e2172330a940e7054ecb12c42883aae75efe2970797bea6908 SHA1: b7c346c849d5148abe6bdecb0d58bc71ebaa1cc8 MD5sum: cef5d5bb07631d4ee54d107e060273ef Description: System tests for `webots_ros2` packages. Package: ros-rolling-wiimote Version: 3.3.0-2noble.20260425.184531 Architecture: arm64 Maintainer: Jonathan Bohren Installed-Size: 1851 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 (>= 13.1), libcwiid1, 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-2noble.20260425.184531_arm64.deb Size: 296122 SHA256: 9394fc1b7cf0c1d1e25fa1b8b99ac176fcb600d98dc54a2ed91c92cff0dfc399 SHA1: 7bceead061e0a616f8dc20395e43eeb28371c379 MD5sum: ac2b8fd7f4b3ce710e5fc5dcfd0d251c 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-2noble.20260425.184531 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jonathan Bohren Installed-Size: 7958 Depends: ros-rolling-wiimote (= 3.3.0-2noble.20260425.184531) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-wiimote/ros-rolling-wiimote-dbgsym_3.3.0-2noble.20260425.184531_arm64.deb Size: 6617202 SHA256: 9b47587d1612e54297a9088629b1af82049e315afa2f896b6c6b6b549936c3e8 SHA1: 545f48727fc739003ff34f13ac362ad34cfade00 MD5sum: 58e85801396f4a16190d00098c86e483 Description: debug symbols for ros-rolling-wiimote Build-Ids: 4e40d3369ab585968ab15e2e4c51a3ec829a6de4 98ef32197fbe4a2087700284ecd4f2bb5e905760 aea817fa976ce4d24f06fe0c57907b35d0b4e20d b579ad23153cebd15460c3d8123b8f29c59c94a0 Package: ros-rolling-wiimote-msgs Version: 3.3.0-2noble.20260425.143357 Architecture: arm64 Maintainer: Jonathan Bohren Installed-Size: 1444 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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-2noble.20260425.143357_arm64.deb Size: 94548 SHA256: 3593ade693f4b82414ba95ef88ef65d7341bec9ce516c804d9063520800abb45 SHA1: cea60c441eb605bf70a444d3f8312bb7a8d35514 MD5sum: a52f36501da3b508cd7c65e5a8ff2bc5 Description: Messages used by wiimote package. Package: ros-rolling-wiimote-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-wiimote-msgs Version: 3.3.0-2noble.20260425.143357 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Jonathan Bohren Installed-Size: 653 Depends: ros-rolling-wiimote-msgs (= 3.3.0-2noble.20260425.143357) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-wiimote-msgs/ros-rolling-wiimote-msgs-dbgsym_3.3.0-2noble.20260425.143357_arm64.deb Size: 482862 SHA256: 3a19c31ffe77eda7bdaaf14d3ffae71f871b2918e1975c26beff97a8904fc9bf SHA1: 0c88d5a6b069dcba29a62eb224447b82ace52c36 MD5sum: c0f3ccb4f87aa2551813e95ba9069d80 Description: debug symbols for ros-rolling-wiimote-msgs Build-Ids: 094f4ef072687785ac65e352b3c25e471b7666d3 17aa1c25dfe1918eedab4d6a554c7fc0aed3cc15 17fa2297dc845cadf6ce6804df088330b731e9c0 1f7eb0a2da3ce25d468c0fd4845c04533b4f7835 25006cee0c479f0ce58411023a790583d5d5776e 3203ef0b94caac5b11c4aa05bf708f92a477637e 3747de58bdef1b2a453450ba222b2734bc0e542d 3f87e7456a1dca612efce3a5baaa81b82310bb71 4df1b3e6c78b78cbba681e881f8636e9d3088a24 5727794f506bc879798e6a9a5ad6161769907536 caa18df2daca32e4743ab9aaf1ff21118b3dab82 Package: ros-rolling-xacro Version: 2.1.1-1noble.20260425.101421 Architecture: arm64 Maintainer: Robert Haschke Installed-Size: 144 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-1noble.20260425.101421_arm64.deb Size: 29784 SHA256: aa930122ac3e9bb2c583ec492e15af699bad28f4505753e14a7c5afdfd7bd1b4 SHA1: 83e12baae245bc5977f1ce51e709497e9efb520f MD5sum: 21cd41dba3d016551e7a6d066bb564c1 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.2.1-1noble.20260425.101636 Architecture: arm64 Maintainer: Scott K Logan Installed-Size: 49 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.2.1-1noble.20260425.101636_arm64.deb Size: 7896 SHA256: 5d3f05134b992a9380461bedaae71aaf88a190066cc5e29b92238af28ecf9ddb SHA1: 22d500f5b6d307fe0301c5b00c978cfe1a7f36d5 MD5sum: d9ad1c472d8e9c7b21ac3ddd633cfcd6 Description: Wrapper around yaml-cpp, it provides a fixed CMake module and an ExternalProject build of it. Package: ros-rolling-yasmin Version: 5.0.0-1noble.20260425.083233 Architecture: arm64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 1961 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 12), pybind11-dev, python3-dev, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin/ros-rolling-yasmin_5.0.0-1noble.20260425.083233_arm64.deb Size: 403884 SHA256: 49a9982a2f3dc667acbb604b9ac4efdbf73e3b37cd290f1b20a4a5b3bb7e9ce5 SHA1: e0c417de3276ba411ec7f7f04a4cb83deedd8a69 MD5sum: 3185346cddfb9913dd4d703f1d35daca Description: YASMIN (Yet Another State MachINe) main package Package: ros-rolling-yasmin-cli Version: 5.0.0-1noble.20260426.005114 Architecture: arm64 Maintainer: Maik Knof Installed-Size: 207 Depends: ros-rolling-ament-index-python, ros-rolling-rclpy, ros-rolling-ros2cli, ros-rolling-yasmin, ros-rolling-yasmin-factory, ros-rolling-yasmin-plugins-manager, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-cli/ros-rolling-yasmin-cli_5.0.0-1noble.20260426.005114_arm64.deb Size: 48902 SHA256: dcc5ffd10081c34653af6f6dc2f54dc1491d60da64ec1934d88f1135ac6c9ab7 SHA1: 24af5285ffe7ac7d836203b71bd2b49f05a2f3df MD5sum: 51c0fdbb7901ad21a65db29b1d05945f Description: CLI tools for inspecting YASMIN states and metadata. Package: ros-rolling-yasmin-dbgsym Package-Type: ddeb Source: ros-rolling-yasmin Version: 5.0.0-1noble.20260425.083233 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 954 Depends: ros-rolling-yasmin (= 5.0.0-1noble.20260425.083233) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin/ros-rolling-yasmin-dbgsym_5.0.0-1noble.20260425.083233_arm64.deb Size: 879470 SHA256: d08fabcd2626cba6a363d4803e30f01c4a6e0155a4a105ca0ce5767a23242f23 SHA1: 2c2a9f32565dbbb43ecdade5f2e381f4b9a42d01 MD5sum: 9fb977023e19ce938ea766d51b8761cd Description: debug symbols for ros-rolling-yasmin Build-Ids: 43b2cfd1c4f9a932387d651f644a54a3198d1d5c Package: ros-rolling-yasmin-demos Version: 5.0.0-1noble.20260425.225614 Architecture: arm64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 2119 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-demos/ros-rolling-yasmin-demos_5.0.0-1noble.20260425.225614_arm64.deb Size: 365416 SHA256: d8192ea7b8d8b50fb37671fc8f85f1a663054f7dc49646059f95fb00f0bbd34f SHA1: 2218d80fa4e720d5325badf14d557c8e2363fa11 MD5sum: 628f8645aed056903b06fadec2b43290 Description: Demos of YASMIN (Yet Another State MachINe) Package: ros-rolling-yasmin-demos-dbgsym Package-Type: ddeb Source: ros-rolling-yasmin-demos Version: 5.0.0-1noble.20260425.225614 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 11294 Depends: ros-rolling-yasmin-demos (= 5.0.0-1noble.20260425.225614) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-demos/ros-rolling-yasmin-demos-dbgsym_5.0.0-1noble.20260425.225614_arm64.deb Size: 10059856 SHA256: 3feb7887774b07cc3c5fdda8c98e17f90948d9f2edcc88f9290dafae7a4d1639 SHA1: 3bdb167eda3c1b47dbc6505a70dbad9101d96560 MD5sum: 29c6358f49eb0012a3dda7b60248051e Description: debug symbols for ros-rolling-yasmin-demos Build-Ids: 05666d9b62699ed695d6af46dbbbb6451cb7d95f 0949f1242eeabc52876ee064fe1b6202b995bb71 1bd3a476b816cce6518c6b143e5cb8021ab2ca04 40d9ebea6c082e20c3f15bfbfb362d16b57f30e7 688f1aa2e910d557d159628289ae5bfbd7eb239a 70f8fc2910a8d8065105a857dc17bc9f1e2a3536 8dee0d47b19e1322dfbf201827759396c7b44814 973b990ed9e8d34cf945313ddbf9e08f03ae8d95 a396f3ecd51a83e3f83b07e84a9a8ca6746323b6 bd6ead08c9006377fd519fdaec6ce211e3c62621 ccdea9fb8b1eeb77b4e4ebf0f3c7998429ebd34f d146f09899673580f8e37fce3609a25e69b1c22c d427cb4eb7a33aff6fbe819dab3b5aace6724946 ee3d36dedd4c5aa97f4cb31a95b7905adc0c6f94 f903df1ea6f260d09176fb704d5c1f15f7c7a800 ff04b80ff8e773644032fce6e2c96d0b579af1eb Package: ros-rolling-yasmin-editor Version: 5.0.0-1noble.20260426.004514 Architecture: arm64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 580 Depends: pyqt5-dev, python3-lxml, python3-pyqt5, python3-pyqt5.qtsvg, python3-sip-dev, python3-tqdm, ros-rolling-rclpy, ros-rolling-yasmin, ros-rolling-yasmin-factory, ros-rolling-yasmin-plugins-manager, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-editor/ros-rolling-yasmin-editor_5.0.0-1noble.20260426.004514_arm64.deb Size: 80152 SHA256: 658b98538e0d75e6f2c3d3a9ae8ddd4d900bb22a45089c27fc437e50aea0ca0d SHA1: 5ba29c5fa04486d2f936871587cca4a6760d724e MD5sum: 3521c12eeea857578f0bd3ec05f76bae Description: Editor for YASMIN (Yet Another State MachINe) Package: ros-rolling-yasmin-factory Version: 5.0.0-1noble.20260425.224727 Architecture: arm64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 831 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.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-tinyxml2-vendor, ros-rolling-yasmin, ros-rolling-yasmin-viewer, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-factory/ros-rolling-yasmin-factory_5.0.0-1noble.20260425.224727_arm64.deb Size: 213926 SHA256: 65b8c4f13fd98780ea99d3c16085da8c4658c9cbb5815d9d6370fda409070b61 SHA1: e2bf4dd5105e9cf4d8de6cac6927bfd2bddf4e16 MD5sum: 11aba070de5b765f50c0468dbe6d7ed0 Description: YASMIN factory to create FSMs from XML files Package: ros-rolling-yasmin-factory-dbgsym Package-Type: ddeb Source: ros-rolling-yasmin-factory Version: 5.0.0-1noble.20260425.224727 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 2630 Depends: ros-rolling-yasmin-factory (= 5.0.0-1noble.20260425.224727) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-factory/ros-rolling-yasmin-factory-dbgsym_5.0.0-1noble.20260425.224727_arm64.deb Size: 2433928 SHA256: 78befc6443e0b09de3d43f31f3e16d12110a0969278bab80b90c441c5cb737a3 SHA1: f46673a0ee0ad50310c95f8aa3521c1da80836ae MD5sum: 73733a200e60240cba8a04721b4ba072 Description: debug symbols for ros-rolling-yasmin-factory Build-Ids: 0a7794f68660324694d6a5387e3c73ad89f2c279 9838c7dd6beb8c05f31f674ce4ffa29f9e6c66bc Package: ros-rolling-yasmin-msgs Version: 5.0.0-1noble.20260425.132424 Architecture: arm64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 1229 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-generators, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-msgs/ros-rolling-yasmin-msgs_5.0.0-1noble.20260425.132424_arm64.deb Size: 80416 SHA256: 22182803d1337ef3e7b90b72205f82ec45da9aebbf463582b9040e9946a204b7 SHA1: 481fd28aaeb13a7bf85eb23d87fe9b3cfae33cdb MD5sum: b5686311495404fdb1970ad05bae923e Description: Msgs of (Yet Another State MachINe) Package: ros-rolling-yasmin-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-yasmin-msgs Version: 5.0.0-1noble.20260425.132424 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 719 Depends: ros-rolling-yasmin-msgs (= 5.0.0-1noble.20260425.132424) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-msgs/ros-rolling-yasmin-msgs-dbgsym_5.0.0-1noble.20260425.132424_arm64.deb Size: 554932 SHA256: c6b72a43c70ded9e17eed3ac216a26c1234bc97cf8d256a93d3da74252ca153f SHA1: 695b3a1c247a489ba382edfdcb41b3ac5c135081 MD5sum: 46b778064bbc12fd2053a60fcd1417b4 Description: debug symbols for ros-rolling-yasmin-msgs Build-Ids: 08dacaf5e6fbb6891df04f8e044051a88b291e14 100d85ec879e9db914c4c53593bbb7d14f3ddad3 12e296b383825d862108388581ce1f53c7801824 373a40b446898f73185fce2efd8b5ed958529d2d 5b43814498531ec0fa03cd9c5def87edcd16f3aa 62d696a938693551eafe5d58d91fda09abd044b9 8484ffea2910ba74ae530aba318b0a755d4ca497 8ece0915d7e04c77ca8a755981cbea72cf2d51fc c855aec9d16d3e0387bb619fd8d4c300732a3e87 dcd0c0fab164338bf50b9088a0cc21d53a43aa00 ddb56818807947f1a4a5f3ec1fc7e872021a1021 Package: ros-rolling-yasmin-pcl Version: 5.0.0-1noble.20260425.182631 Architecture: arm64 Maintainer: Maik Knof Installed-Size: 434 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpcl-common1.14 (>= 1.14.0+dfsg), libpcl-filters1.14 (>= 1.14.0+dfsg), libpcl-io1.14 (>= 1.14.0+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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-pcl/ros-rolling-yasmin-pcl_5.0.0-1noble.20260425.182631_arm64.deb Size: 93728 SHA256: a8c4f33a6baff3108177046db37c12f16eb3fd77054112ac1eaa131a74b8acf4 SHA1: 845441e2ceece5bae12b48d63b13b0d2cdc66d77 MD5sum: 26ee05cb091efba2d71866bc45b4d172 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: 5.0.0-1noble.20260425.182631 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Maik Knof Installed-Size: 5151 Depends: ros-rolling-yasmin-pcl (= 5.0.0-1noble.20260425.182631) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-pcl/ros-rolling-yasmin-pcl-dbgsym_5.0.0-1noble.20260425.182631_arm64.deb Size: 4825980 SHA256: f45bc3678867688b4cbdd7a9e5142fcff3c135f3cf9b387c5275d70143b0f8f5 SHA1: f70ab19ca37b9c06369a8c352c72db851ba324fd MD5sum: 44448593ea4aa22b623cb1ff91bc0b0d Description: debug symbols for ros-rolling-yasmin-pcl Build-Ids: fea2d03773c7936229110976ff07168e0ed6c8a4 Package: ros-rolling-yasmin-plugins-manager Version: 5.0.0-1noble.20260426.003804 Architecture: arm64 Maintainer: Maik Knof Installed-Size: 139 Depends: python3-lxml, python3-yaml, ros-rolling-ament-index-python, ros-rolling-rclpy, ros-rolling-yasmin, ros-rolling-yasmin-factory, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-plugins-manager/ros-rolling-yasmin-plugins-manager_5.0.0-1noble.20260426.003804_arm64.deb Size: 38168 SHA256: 8b383d68db2336c1655c9f6199f077e31a9195c3b98bc2e18ac52d092c48d55e SHA1: 8c622c6e105ef1c7b39226f71d9352b1a85da231 MD5sum: 6fa8d065ea8e4b2986ac59e240b00922 Description: Plugin discovery and caching for YASMIN states. Package: ros-rolling-yasmin-ros Version: 5.0.0-1noble.20260425.222946 Architecture: arm64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 977 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-ros/ros-rolling-yasmin-ros_5.0.0-1noble.20260425.222946_arm64.deb Size: 200186 SHA256: dd7c8502886ea26a250b794e28380b1b1170f968073cb3c7de81b94db8fee3e9 SHA1: 4aa0c929edb4c73919a0ced0f00543fb8b2e4eea MD5sum: 45e99bdb510fd9341ec875d569a3169e Description: YASMIN (Yet Another State MachINe) for ROS 2 Package: ros-rolling-yasmin-ros-dbgsym Package-Type: ddeb Source: ros-rolling-yasmin-ros Version: 5.0.0-1noble.20260425.222946 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 4200 Depends: ros-rolling-yasmin-ros (= 5.0.0-1noble.20260425.222946) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-ros/ros-rolling-yasmin-ros-dbgsym_5.0.0-1noble.20260425.222946_arm64.deb Size: 3674660 SHA256: 9d3280a0ab32cb4792aeb59d6341541f4feceb2be3d91ef04f469278f4b0b188 SHA1: f421431a98ee9335241d8f3a48442197e82b36a1 MD5sum: 5f4143c84965f7a7b61e307e6d35107a Description: debug symbols for ros-rolling-yasmin-ros Build-Ids: 266dd30a45971c129691682a1126c68f1b3e2874 62ec30e4396f8acd056122f59c920764a3f32a92 f501e9f3b2f767354f31dfbdc49ab0161c151a83 Package: ros-rolling-yasmin-viewer Version: 5.0.0-1noble.20260425.223911 Architecture: arm64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 4008 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-all-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 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-viewer/ros-rolling-yasmin-viewer_5.0.0-1noble.20260425.223911_arm64.deb Size: 935460 SHA256: 77225a980793d20e73576613950c235a37c5623546922da5049d7b48098f5f10 SHA1: f7d098cb40b8f4cbf5cd04191497eee4cf917ad1 MD5sum: f90a3bb7636350d7b57f5fbc87c1d130 Description: YASMIN viewer for FSM Package: ros-rolling-yasmin-viewer-dbgsym Package-Type: ddeb Source: ros-rolling-yasmin-viewer Version: 5.0.0-1noble.20260425.223911 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 4524 Depends: ros-rolling-yasmin-viewer (= 5.0.0-1noble.20260425.223911) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-viewer/ros-rolling-yasmin-viewer-dbgsym_5.0.0-1noble.20260425.223911_arm64.deb Size: 3945968 SHA256: 7e281b537a69ba2c8878ffa47730e6f70ee93828b9d908b402fdd93d8843ffa4 SHA1: 4a1f762a2afa16ebba79e4a672fdfa62abaac8e4 MD5sum: ddf3dc64905b03044e068f75f07c866f Description: debug symbols for ros-rolling-yasmin-viewer Build-Ids: 4428bbd655fe47265b5784e5d0ce18481b3901ee f258e1b1987320b8aae6df2233aed5980381d2c8 Package: ros-rolling-zbar-ros-interfaces Version: 0.7.0-1noble.20260425.145642 Architecture: arm64 Maintainer: ijnek Installed-Size: 1009 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-vision-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zbar-ros-interfaces/ros-rolling-zbar-ros-interfaces_0.7.0-1noble.20260425.145642_arm64.deb Size: 48722 SHA256: ba5db48f2d85aba9dd783558055e4a0fb8fe463f874faa019a2f0ceee4d6cf22 SHA1: e5ae955542fdebef5fa9e03a7a7b3fdb477607e2 MD5sum: dd53afa26bbe961fd1484f864d39a33d 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-1noble.20260425.145642 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: ijnek Installed-Size: 332 Depends: ros-rolling-zbar-ros-interfaces (= 0.7.0-1noble.20260425.145642) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zbar-ros-interfaces/ros-rolling-zbar-ros-interfaces-dbgsym_0.7.0-1noble.20260425.145642_arm64.deb Size: 221904 SHA256: 70077b9b0f5829bfb155c0fe6df798198f37dd3bd3052837dfd776ab9151a01e SHA1: d5bfb3bc601de880b92a4e3315929b0cd62af244 MD5sum: a3f4dd59bde5c54751e6f64f15ce6b46 Description: debug symbols for ros-rolling-zbar-ros-interfaces Build-Ids: 09f3fd571fa1fc45a89e490acd5ce6f9f65782de 1141749a829bb55f479ef6649ce5efb85a22397f 1b59c2b2fa71f05b100f8d9752a230d2cd8644cc 510f9ef8c35a133cd2a0dcd1a03e8d279737e834 52381779533be2dd2db617079e2f3db095a17720 69bdf6a47a8766061403e36192c232dac2b520b1 6f70fe5e4f80e76f4cd21712055a7bb0e9265830 a5c15246e9603981b341b4f2aa25b99545ef7abc b9170e76d581b96366a6f02ce792e98aaf6befe0 bc3d5c8a579c332fa52482631200c934053b09c1 ed364cb58a79e03e7f5379023aa4a37c0765844c Package: ros-rolling-zed-description Version: 0.1.3-1noble.20260426.011727 Architecture: arm64 Maintainer: STEREOLABS Installed-Size: 8256 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.3-1noble.20260426.011727_arm64.deb Size: 1628118 SHA256: 5c495d671e378a5cc4ce232f69ec47a7e07d75a38b7601809b0281a8faec2440 SHA1: a1634b931c7e2cb2f89b3c8743e53c834c91b6ec MD5sum: 086ec082b9066196a21a07a4f361aeef Description: Contains URDF and meshes to create models of Stereolabs ZED Cameras. Package: ros-rolling-zed-msgs Version: 5.2.1-1noble.20260425.143340 Architecture: arm64 Maintainer: STEREOLABS Installed-Size: 5224 Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.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.2.1-1noble.20260425.143340_arm64.deb Size: 333272 SHA256: 8abe4d5ed33d566d041ac4de182d922d957594cc98b5df550646f146b96297c2 SHA1: 51012a5460c5b6d65ee490f9119d01d660493d97 MD5sum: 31c21bec821d7182c17a01d2b468c6f2 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.2.1-1noble.20260425.143340 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: STEREOLABS Installed-Size: 3989 Depends: ros-rolling-zed-msgs (= 5.2.1-1noble.20260425.143340) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zed-msgs/ros-rolling-zed-msgs-dbgsym_5.2.1-1noble.20260425.143340_arm64.deb Size: 3089840 SHA256: 3d4ca366ac88ff2a550ee5615131ec441bead8f296c97790e24366deb42f94b6 SHA1: ae8a949eb37e9c0418fde8dc11037cad7ebc46bf MD5sum: 4a2822761c0f6f4b1222570e84bc0497 Description: debug symbols for ros-rolling-zed-msgs Build-Ids: 23316b8bb2fe28c46ec7fe32f9884ed0f330cd5c 37fb064c311d87986dcf8af42db6cbbf4f24a739 3c7d4bc58589e701131019b3f2d7830dc75fd2f6 45104ecf765148c6d7f738e56147dd7d74c4f279 5015c29707e26859a3da92590c7b6bc44c0e7198 54d81330a5eb048b4cf7fd6df33595aa19b6cd9e 6ed7e4014ee7fd080f82aaaa3bbae16ec8235f0b 7ad0c35fca2518e4adb1d94555fab865accddda8 7f055a1fd47a3bbb223653251b87ce9a37cb00ac a54f5c2665717ac85aec6fcd482682a6516e5526 c58b6906c95a7a9734404ac6505236cc38320f4d Package: ros-rolling-zenoh-cpp-vendor Version: 0.10.3-1noble.20260425.101658 Architecture: arm64 Maintainer: Yadunund Installed-Size: 47356 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.10.3-1noble.20260425.101658_arm64.deb Size: 9968380 SHA256: 9171c2eb6cda5d8514b99956f061bb8b45da27ff71262e54033ec7c0ee81dd1b SHA1: c2fdd71052c073c7b8298fcddf06cf0859fcac32 MD5sum: dbe3edf56bd99595209c5247698ba7d7 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.10.3-1noble.20260425.101658 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Yadunund Installed-Size: 4719 Depends: ros-rolling-zenoh-cpp-vendor (= 0.10.3-1noble.20260425.101658) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zenoh-cpp-vendor/ros-rolling-zenoh-cpp-vendor-dbgsym_0.10.3-1noble.20260425.101658_arm64.deb Size: 2267588 SHA256: f0adf6269a40b271ff79a44aa7a4842a4d0a194df614a443fa96c4030e1b07a0 SHA1: ca5f9b5fc004ba9ba9bfc167136cfe74b6ff877b MD5sum: d59cb83dd6ccf7feedce7750e6263078 Description: debug symbols for ros-rolling-zenoh-cpp-vendor Build-Ids: 6e1b9ee221ab147b37ff6e37597a3b19fddcba6b Package: ros-rolling-zenoh-security-tools Version: 0.10.3-1noble.20260425.105229 Architecture: arm64 Maintainer: Alejandro Hernanadez Installed-Size: 241 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libtinyxml2-dev, ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-rmw-security-common, ros-rolling-zenoh-cpp-vendor, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/zenoh_security_tools/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zenoh-security-tools/ros-rolling-zenoh-security-tools_0.10.3-1noble.20260425.105229_arm64.deb Size: 77922 SHA256: ea7f7984bb3801565262b13077daf42fdba7cd0d01a3210e66b6c96d2626629a SHA1: d6eaedcd0325f270cdd1c93309f5b3d65af66c2f MD5sum: 754aafa5af016aa890bfb507ffe638be 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.10.3-1noble.20260425.105229 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernanadez Installed-Size: 1047 Depends: ros-rolling-zenoh-security-tools (= 0.10.3-1noble.20260425.105229) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zenoh-security-tools/ros-rolling-zenoh-security-tools-dbgsym_0.10.3-1noble.20260425.105229_arm64.deb Size: 978232 SHA256: 28f22fea01f3ad149470df121b20cecf5b52917bc4154b66f0ed9d257889e0e0 SHA1: cbd2674e858f1e062f8406a0ae6e13aa1f0a770f MD5sum: 6ecf36eaba676ec14ae33e4f7731f836 Description: debug symbols for ros-rolling-zenoh-security-tools Build-Ids: 51c5aa051f7424406a4d815bc9fa36f165afe5ec Package: ros-rolling-zlib-point-cloud-transport Version: 6.1.0-1noble.20260425.185751 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 653 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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_6.1.0-1noble.20260425.185751_arm64.deb Size: 124588 SHA256: e1633bba8b7446d66e2c6ffcc88227343c966eb0c5d69ece2162715c94047b63 SHA1: 68ae9a95774bef61a5f952b69db4a1fd6d072ed7 MD5sum: b57e2e3bc8a79519985ed36654ec013f 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: 6.1.0-1noble.20260425.185751 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 3454 Depends: ros-rolling-zlib-point-cloud-transport (= 6.1.0-1noble.20260425.185751) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zlib-point-cloud-transport/ros-rolling-zlib-point-cloud-transport-dbgsym_6.1.0-1noble.20260425.185751_arm64.deb Size: 2990422 SHA256: 808dc651617469970cc39296b42a7cfb5da0d4d149a53cb82b7c1803f55a6682 SHA1: c39de9aeab3628105d8ef7e294d23443e1573b44 MD5sum: 973142f42bf5fdb41c6eec83820aebca Description: debug symbols for ros-rolling-zlib-point-cloud-transport Build-Ids: e4272d0397ea40618cf964d2a6a6fc3ab83ecb93 Package: ros-rolling-zmqpp-vendor Version: 0.0.2-3noble.20260425.102006 Architecture: arm64 Maintainer: Masaya Kataoka Installed-Size: 1465 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libzmq5 (>= 4.1.2), libzmq3-dev, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zmqpp-vendor/ros-rolling-zmqpp-vendor_0.0.2-3noble.20260425.102006_arm64.deb Size: 125588 SHA256: 281bf15a7a31d6db2830f6ac92154a4081d4b88845146827f59b31e2da38f61a SHA1: ccc8e28e0be2371328dc98f3dd93b161b617f652 MD5sum: bc3a13a9fd9f09d9119097923ac0231b Description: Vendor package for zmqpp Package: ros-rolling-zmqpp-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-zmqpp-vendor Version: 0.0.2-3noble.20260425.102006 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Masaya Kataoka Installed-Size: 805 Depends: ros-rolling-zmqpp-vendor (= 0.0.2-3noble.20260425.102006) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zmqpp-vendor/ros-rolling-zmqpp-vendor-dbgsym_0.0.2-3noble.20260425.102006_arm64.deb Size: 730996 SHA256: f460ed39f07d6a5bc7b57a7ea394ef0853c2398cd666e453bc1b6e38b29dd49b SHA1: 50e7ee2304d035f6d7e188e45f09385de3341528 MD5sum: 2871850883d8c94a1aeb8a386ba877c0 Description: debug symbols for ros-rolling-zmqpp-vendor Build-Ids: 731e50025ce7a9b326ca610cfd5a97fae26f24fb Package: ros-rolling-zstd-cmake-module Version: 0.33.1-1noble.20260425.102012 Architecture: arm64 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.33.1-1noble.20260425.102012_arm64.deb Size: 6836 SHA256: 189710603603389273491d43b443072b23ba379737cad07fc286930807fdd042 SHA1: cc23f877214161c685d2a57eed8c551ce180ed2d MD5sum: 584f8af1389c8d2d1b5201e53060dd09 Description: ZSTD compression cmake module package Package: ros-rolling-zstd-image-transport Version: 6.2.4-1noble.20260425.193426 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 578 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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_6.2.4-1noble.20260425.193426_arm64.deb Size: 119356 SHA256: a68f30004e37c14439f74614a976b8408c2322378d46ae85522b0bfe54b2286b SHA1: 0ad004b7d839f3a48e4862ba1d194bac3e951c36 MD5sum: 64f98c21fa6638a868cb416f84f41d6b 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: 6.2.4-1noble.20260425.193426 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2770 Depends: ros-rolling-zstd-image-transport (= 6.2.4-1noble.20260425.193426) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zstd-image-transport/ros-rolling-zstd-image-transport-dbgsym_6.2.4-1noble.20260425.193426_arm64.deb Size: 2358278 SHA256: 8c1349f7db1228c0dd37036883d796ef27c347a7172bdc32e841e44eba7e59f6 SHA1: 4fd9bfd74fe41986f6dd7e75bcfe5f2dbf781aaa MD5sum: 18d2daabc88648ed5b9be093a548b8c6 Description: debug symbols for ros-rolling-zstd-image-transport Build-Ids: f3d5673998c10d829a2010c0be426bcf606937b7 Package: ros-rolling-zstd-point-cloud-transport Version: 6.1.0-1noble.20260425.185838 Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 653 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libzstd1 (>= 1.5.5), libzstd-dev, ros-rolling-pluginlib, ros-rolling-point-cloud-interfaces, ros-rolling-point-cloud-transport, ros-rolling-rclcpp, 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_6.1.0-1noble.20260425.185838_arm64.deb Size: 122444 SHA256: b6305c0063268572d7feaa0422a14d3616ab525aea55205c1a7ccdb6ce96695d SHA1: 99c305de5991d9ef94cfa458bb0bbb14ebbf967e MD5sum: 9d7807fb77899d30986727c2bbf35545 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: 6.1.0-1noble.20260425.185838 Auto-Built-Package: debug-symbols Architecture: arm64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2835 Depends: ros-rolling-zstd-point-cloud-transport (= 6.1.0-1noble.20260425.185838) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zstd-point-cloud-transport/ros-rolling-zstd-point-cloud-transport-dbgsym_6.1.0-1noble.20260425.185838_arm64.deb Size: 2372718 SHA256: 08c7614e0529768c9120264d2e58d0abfbe5f0b564b925c1788bf4cebff7be0a SHA1: a4290a56c562baae1cb18bec2ae2a6528950ce07 MD5sum: c7bfd0448bbbf9f135bacc1fc36e2c11 Description: debug symbols for ros-rolling-zstd-point-cloud-transport Build-Ids: 80532be10fd8d9867f0d017b7a9693ead18a97cd Package: ros2-apt-source Priority: important Section: misc Installed-Size: 18 Maintainer: Open Robotics Infrastructure Architecture: all Source: ros-apt-source Version: 1.2.0~noble Conflicts: ros2-testing-apt-source Filename: pool/main/r/ros-apt-source/ros2-apt-source_1.2.0~noble_all.deb SHA512: f5b50e897b4270d39ac249d2e0946b9537b2491ab5d515219fa5c30b6fb82056176125c8be0306aec3520f40fc45daf04e597ded04d07e32b25dbca52fea7f23 Size: 4434 SHA256: 0804d9b13db770eb87019be414cd78378835228ad5fa801fc88758596dd8f7e5 SHA1: 6d234fe90f33c9b4c99055f838c5bbf366dfbd20 MD5sum: f5ba0f2873cba0e01333c18ab9fe7d9b 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.2.0~noble Conflicts: ros2-apt-source Filename: pool/main/r/ros-apt-source/ros2-testing-apt-source_1.2.0~noble_all.deb SHA512: 92477a07e6b72b6a223f6e9542b0577840b7f3ec87f17f4cd33bc55d3ecc9986f284ee7ad4d978312ef5d710787118a7e345a3176113b2e8db346738d5e7f559 Size: 4462 SHA256: 93d1d6df8bec3f73d16fdb2ec12a88059e49abd9f637534fe92781478b795c71 SHA1: f608c1d7fdac6a909f0f6b288b0e9b6119752cb1 MD5sum: 4fec707f8b7de3698176e9c949eb3f21 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-6.0.1 Priority: optional Section: misc Installed-Size: 10 Maintainer: Steven! Ragnarök Architecture: arm64 Version: 0.0.0-0 Filename: pool/main/r/rti-connext-dds-6.0.1/rti-connext-dds-6.0.1_0.0.0-0_arm64.deb SHA512: 4bc8352982fe5966c3f8bfaf1d063608965ecf0fa5373a6a5c3404ef54526613c9302e61403acfa1901d2d9599ca542aca1823117a97608b008ad912c0348b24 Size: 1476 SHA256: 259221f956ee4945c81828d8cdd603d04d8fadee2f3641f95b3570fed817be6d SHA1: b89a59b5ea000835e632892673ccf1a0dd39d82d MD5sum: 0dfc68a47672a5c181e5a1dc190b4d89 Description: Trivial package standing in for rti-connext-dds on arm64 Empty package satisfying package dependencies for ROS 2 rmw layer on arm64. Multi-Arch: foreign Package: rti-connext-dds-7.3.0-ros Priority: optional Section: devel Installed-Size: 240626 Maintainer: Real-Time Innovations, Inc. Architecture: arm64 Version: 7.3.0.0-5-4bullseye Depends: debconf (>= 0.5) | debconf-2.0 Breaks: rti-connext-dds-7.3.0-common Filename: pool/main/r/rti-connext-dds-7.3.0-ros/rti-connext-dds-7.3.0-ros_7.3.0.0-5-4bullseye_arm64.deb SHA512: b4d673819d615084a8e3c6e516993e450b2a85611de788abef97d8723d62168a8cc83415677772bbb9b7a43cfbf71a5f9c5825a6d44a4dc5672575f3ba4d9b49 Size: 74645784 SHA256: cce20d7dff4772ecbb902636029830331d14cd65df172a4a92c8b58bba18b0ef SHA1: 473ddbb01f4b15158ee6f3e49bd9c34fe69804c6 MD5sum: de3b03dc331405c61e7ac5a475ac01f2 Description: RTI Connext 7.3.0 for ROS 2 RTI Connext is the world's leading architecture for developing intelligent distributed systems. . This package contains all files required to build and run the RTI Connext RMW for ROS 2. Homepage: https://www.rti.com 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: arm64 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-arm64 (= 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_arm64.deb SHA512: 30db54013b7f380de9467313978b1b1127f9176a803772198b2d2e480aab34fc9c11c02e5970824924d062f371354793337fafbe6e9ce4cdc753a7ea3ff7fbca Size: 4530 SHA256: 49bad082533585beafb585d2a8d92882f4ffad56f9a366c91c6b08b447f580de SHA1: 7c9caf8718774c183d8d6c55405bf8bf7af1913d MD5sum: 66ad76adabc0ad7fe1b5a5bc05fb0ad5 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: arm64 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_arm64.deb SHA512: be58981fb836d9092ce406d333719f682591bf59bba215467cb8545150c6c48fe142c34fa19ce0a6183a7593ba5501ea347c4cef962a197debfccd24aea26fc4 Size: 102983424 SHA256: 1e05c452ae63cc6146e7b14266433c59439cd4576e1eb2e92dd0a1c21d8958ef SHA1: efb26c5794a1a2ca5efb36be2a9e766aa2fa74eb MD5sum: ed89680a5d1913e1e9059a2c811a4087 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: arm64 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-arm64 (= 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_arm64.deb SHA512: 25350e5bd23cc960dbb86e9f7834a9d79887a0ce56bc54f84e7b6aa80f858b35e7edfea3a4dac1730ca4f6b4dc392af41f8daba56158f32972a7dbd18424c6c4 Size: 6612852 SHA256: 519eed5708178a01fa22fa7f7a64c86fb818f87da294cb216cccf876b45a9bfe SHA1: 31aa4d924d937dc370ffa65026283abc779148b9 MD5sum: 4526f00d3752b5dc6fa87ad46ccd1741 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-arm64 Priority: optional Section: devel Installed-Size: 96260 Maintainer: Real-Time Innovations, Inc. Architecture: arm64 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-arm64 (= 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-arm64_7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326_arm64.deb SHA512: a1c1b43f9d9836c2dbc60fabdaaf040d9e11bfb693d09af2bc044c9f322a1b57317650ad66b9dce287d2352fe754b3e93db15c07ed30bc9e06e28c87e33aefab Size: 30866442 SHA256: 8a8afda1b573f89f65460741a9d7f89b554972464a426e3cf218e7193fff2268 SHA1: d7efbee95c2ed4da367fe14384c213b4a6f61d55 MD5sum: 8eda12df340172ac05aeba38281f5b73 Description: RTI Connext 7.7.0 (release libraries for 64-bit ARM) RTI Connext is the world's leading architecture for developing intelligent distributed systems. . This package contains the RTI Connext release libraries for 64-bit ARM (arm64) platforms. . This package can be used to install 64-bit ARM 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: arm64 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-arm64 (= 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_arm64.deb SHA512: 1030dd2509088825a78956eafbad96a899466db4d96ee107def646c37408be21c2c78ce42ff1103099230557f515d9424b5ba4217d450a963c208c2d93c8b4bc Size: 1145854 SHA256: 3090ae08978c018cce4b53bf34324c80033597fabd2fa6026e71c18ac197c502 SHA1: bff85834a729c4494e6defbf8413e40fb6bc091b MD5sum: 34c831a1abed8790d88aaa56bb75ab27 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-arm64 Priority: optional Section: debug Installed-Size: 345885 Maintainer: Real-Time Innovations, Inc. Architecture: arm64 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-arm64 (= 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-arm64_7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326_arm64.deb SHA512: e30b183967a719b4969b6f893e86c37389889a1ff640f67f6b07fb69bd094d2f61bdd524904dfa756c0e9932203ba1303611074c0dfaeac9bc2ecd77f844aee2 Size: 122536088 SHA256: f6b2c8afe8e215aa3e0b8b4e32f5f92d7c8a2b2a1d73d61044bb4d07d0203cd6 SHA1: 35ad939faabe51ee2209a64784a5fd3c15973639 MD5sum: 6dcef786954bc1ee11db8e7c04b20679 Description: RTI Connext 7.7.0 (debug libraries for 64-bit ARM) RTI Connext is the world's leading architecture for developing intelligent distributed systems. . This package contains the RTI Connext debug libraries for 64-bit ARM (arm64) platforms. . This package can be used to install 64-bit ARM 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: arm64 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-arm64 (= 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_arm64.deb SHA512: 008975f102ddec2a33488364a54b38204984d668662b26a02932dd5da5b1eb5ef26effc342c7f62e11cee15e2915b854be23e2ca6ea6f36943030fafe7bf81f8 Size: 2369178 SHA256: 674e644cb731b9a142665f8e6c280facd61d284fe67fc488460f1d92a4e4ea39 SHA1: bf2cbf9f5b77b19e1e0a70eefb351acf12c15380 MD5sum: ab14654c62760ad89924628dc7c02bea 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-arm64 Priority: optional Section: devel Installed-Size: 694552 Maintainer: Real-Time Innovations, Inc. Architecture: arm64 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-arm64 (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326), rti-connext-dds-7.7.0-lib-arm64 (= 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-arm64_7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326_arm64.deb SHA512: 344822709b2d190aaaf32d297630c362843027f31cfea9f1ba0ced45a549ad694ac3afc4ca56cb1d2e985a4b6dcb75f3a2f36f744731f1a021b0f72106f8952f Size: 167687026 SHA256: 2d35a339752496d9cdf7cf13d9d80e784ed40f34fd71610e8b413f86b3c60031 SHA1: cadc3c69e27478c296b224c3001b6c75559f8bbe MD5sum: 6ed37c9876c5c4b9e509dac44a851fa8 Description: RTI Connext 7.7.0 (static libraries for 64-bit ARM) RTI Connext is the world's leading architecture for developing intelligent distributed systems. . This package static RTI Connext libraries for 64-bit ARM (arm64) platforms. . This package can be used to install 64-bit ARM 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: 62376 Maintainer: Real-Time Innovations, Inc. Architecture: arm64 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_arm64.deb SHA512: 7f080f87927f13ed8d0920835be6bbffc63f23e4aa7ad68c1302ff21b1783c61ec4d886488558a31e1dffe08fbbbfa7456b0b53b3fa1f33169e6de12febabe22 Size: 20488998 SHA256: dca2ce05122352fd1311afa0fa4ce002ed4f3237be874d5870d0ceef2f7ade6f SHA1: a891cba8d9d651f0b141f2beda69d930ce16a737 MD5sum: d24e5051aca65140673001da3b6bc4d0 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: arm64 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_arm64.deb SHA512: 7c067c7b6ec83b34de5d470e65e72c9e4cfe5123df607ec7b9d19abe6c5cefa4322b01eec345bc777a61a2a0948f89f45db2d6fbb43848c5e22d2d9b64b0f5a6 Size: 4928 SHA256: 021a9e30931d8d9ba35dab06a72059536dd99d02974b44191bd72495cd124a99 SHA1: 32c911c58d45551cff3172b60acdb37166a4dbc8 MD5sum: db4c8108401790d681513edf04fe3e79 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: 18138 Maintainer: Real-Time Innovations, Inc. Architecture: arm64 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_arm64.deb SHA512: 6e6364faa6aafc81d9c30e48537e7aace37cbccbd010e748c2a19889f3f65630ea3eb4fce9aa2b38e4206eceee73981b013e59e6ac912e4b170d1a6a69960ff3 Size: 10324190 SHA256: 0391a1afe1b8c4b8720a29c25af95d64c189ece90754aa5df2726efb703e03fa SHA1: 7daa36e5270fdb8a73c4c27b139d0be51f22967d MD5sum: e01cec15e5b3c71833313877fafd7984 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: 834 Maintainer: Real-Time Innovations, Inc. Architecture: arm64 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_arm64.deb SHA512: ee423cd4de80ef0ef989457b19222e82e9517a049efe97ac13a63fde856d8aed26172e183f2b0225bcc41b7362605b012cacba59fc376432c8fb56ff2c232dc2 Size: 220182 SHA256: 7aeade1c02ca5e5f10fa175034fa2a15a99fd67d4523ea46e93f0db6740893f5 SHA1: 3e70d2d3ebe3f107395972b514f6694692e4af7c MD5sum: 488f8a03fd6688460cc56881d3f41cf8 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